]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rx/configure
Do not check for sys/time.h or sys/times.h
[thirdparty/binutils-gdb.git] / sim / rx / configure
CommitLineData
4f8d4a38
DD
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
4f8d4a38 7#
4f8d4a38
DD
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
4f8d4a38
DD
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
4f8d4a38
DD
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
4f8d4a38
DD
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
4f8d4a38
DD
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
4f8d4a38
DD
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
279 fi
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4f8d4a38
DD
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
4f8d4a38
DD
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
4f8d4a38
DD
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
4f8d4a38
DD
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4f8d4a38 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
4f8d4a38
DD
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430else
431 as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436else
437 as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
4f8d4a38
DD
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506}
507
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
4f8d4a38 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
4f8d4a38
DD
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
4f8d4a38
DD
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
4f8d4a38
DD
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
4f8d4a38
DD
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
4f8d4a38 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
4f8d4a38
DD
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
4f8d4a38
DD
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
593PACKAGE_URL=
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610# include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
2c2645d7 632ac_header_list=
37e9f182 633ac_func_list=
4f8d4a38
DD
634ac_subst_vars='LTLIBOBJS
635LIBOBJS
760b3e8b
MF
636sim_reserved_bits
637sim_hw
638sim_hw_objs
639sim_hw_cflags
640sim_default_model
641sim_scache
642sim_float
643sim_endian
644sim_bitsize
645sim_alignment
4f8d4a38
DD
646cgen_breaks
647REPORT_BUGS_TEXI
648REPORT_BUGS_TO
649PKGVERSION
4f8d4a38 650MAINT
31e6ad7d
MF
651MAINTAINER_MODE_FALSE
652MAINTAINER_MODE_TRUE
6bb11ab3
L
653lt_cv_dlopen_libs
654OTOOL64
655OTOOL
656LIPO
657NMEDIT
658DSYMUTIL
659AWK
660STRIP
661OBJDUMP
662LN_S
663NM
664ac_ct_DUMPBIN
665DUMPBIN
666LD
667FGREP
668SED
669LIBTOOL
670PLUGINS_FALSE
671PLUGINS_TRUE
aadc9410
MF
672zlibinc
673zlibdir
4f8d4a38
DD
674CATOBJEXT
675GENCAT
676INSTOBJEXT
677DATADIRNAME
678CATALOGS
679POSUB
680GMSGFMT
681XGETTEXT
682INCINTL
683LIBINTL_DEP
684LIBINTL
685USE_NLS
db2e4d67
MF
686CCDEPMODE
687DEPDIR
688am__leading_dot
5f3ef9d0 689PACKAGE
46f900c0 690C_DIALECT
4f8d4a38
DD
691RANLIB
692AR
c2783492 693LDFLAGS_FOR_BUILD
c25ea03d 694CFLAGS_FOR_BUILD
4f8d4a38
DD
695CC_FOR_BUILD
696INSTALL_DATA
697INSTALL_SCRIPT
698INSTALL_PROGRAM
2232061b
MF
699EGREP
700GREP
c2783492
MF
701CPP
702OBJEXT
703EXEEXT
704ac_ct_CC
705CPPFLAGS
706LDFLAGS
707CFLAGS
708CC
4f8d4a38
DD
709target_os
710target_vendor
711target_cpu
712target
713host_os
714host_vendor
715host_cpu
716host
717build_os
718build_vendor
719build_cpu
720build
4f8d4a38
DD
721target_alias
722host_alias
723build_alias
724LIBS
725ECHO_T
726ECHO_N
727ECHO_C
728DEFS
729mandir
730localedir
731libdir
732psdir
733pdfdir
734dvidir
735htmldir
736infodir
737docdir
738oldincludedir
739includedir
740localstatedir
741sharedstatedir
742sysconfdir
743datadir
744datarootdir
745libexecdir
746sbindir
747bindir
748program_transform_name
749prefix
750exec_prefix
751PACKAGE_URL
752PACKAGE_BUGREPORT
753PACKAGE_STRING
754PACKAGE_VERSION
755PACKAGE_TARNAME
756PACKAGE_NAME
757PATH_SEPARATOR
136da8cd
MF
758SHELL
759WERROR_CFLAGS
760WARN_CFLAGS
760b3e8b 761sim_inline'
4f8d4a38
DD
762ac_subst_files=''
763ac_user_opts='
764enable_option_checking
aadc9410 765with_system_zlib
6bb11ab3
L
766enable_plugins
767enable_shared
768enable_static
769with_pic
770enable_fast_install
771with_gnu_ld
772enable_libtool_lock
4f8d4a38 773enable_maintainer_mode
4f8d4a38
DD
774enable_sim_debug
775enable_sim_stdio
776enable_sim_trace
777enable_sim_profile
35656e95 778enable_sim_assert
16f7876d 779enable_sim_environment
347fe5bb 780enable_sim_inline
4f8d4a38
DD
781with_pkgversion
782with_bugurl
136da8cd
MF
783enable_cycle_accurate
784enable_cycle_stats
5c1008a4
MF
785enable_werror
786enable_build_warnings
787enable_sim_build_warnings
4f8d4a38
DD
788'
789 ac_precious_vars='build_alias
790host_alias
791target_alias
792CC
793CFLAGS
794LDFLAGS
795LIBS
796CPPFLAGS
797CPP'
798
799
800# Initialize some variables set by options.
801ac_init_help=
802ac_init_version=false
803ac_unrecognized_opts=
804ac_unrecognized_sep=
805# The variables have the same names as the options, with
806# dashes changed to underlines.
807cache_file=/dev/null
808exec_prefix=NONE
809no_create=
810no_recursion=
811prefix=NONE
812program_prefix=NONE
813program_suffix=NONE
814program_transform_name=s,x,x,
815silent=
816site=
817srcdir=
818verbose=
819x_includes=NONE
820x_libraries=NONE
821
822# Installation directory options.
823# These are left unexpanded so users can "make install exec_prefix=/foo"
824# and all the variables that are supposed to be based on exec_prefix
825# by default will actually change.
826# Use braces instead of parens because sh, perl, etc. also accept them.
827# (The list follows the same order as the GNU Coding Standards.)
828bindir='${exec_prefix}/bin'
829sbindir='${exec_prefix}/sbin'
830libexecdir='${exec_prefix}/libexec'
831datarootdir='${prefix}/share'
832datadir='${datarootdir}'
833sysconfdir='${prefix}/etc'
834sharedstatedir='${prefix}/com'
835localstatedir='${prefix}/var'
836includedir='${prefix}/include'
837oldincludedir='/usr/include'
838docdir='${datarootdir}/doc/${PACKAGE}'
839infodir='${datarootdir}/info'
840htmldir='${docdir}'
841dvidir='${docdir}'
842pdfdir='${docdir}'
843psdir='${docdir}'
844libdir='${exec_prefix}/lib'
845localedir='${datarootdir}/locale'
846mandir='${datarootdir}/man'
847
848ac_prev=
849ac_dashdash=
850for ac_option
851do
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
854 eval $ac_prev=\$ac_option
855 ac_prev=
856 continue
857 fi
858
859 case $ac_option in
d0ac1c44
SM
860 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 *=) ac_optarg= ;;
862 *) ac_optarg=yes ;;
4f8d4a38
DD
863 esac
864
865 # Accept the important Cygnus configure options, so we can diagnose typos.
866
867 case $ac_dashdash$ac_option in
868 --)
869 ac_dashdash=yes ;;
870
871 -bindir | --bindir | --bindi | --bind | --bin | --bi)
872 ac_prev=bindir ;;
873 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
874 bindir=$ac_optarg ;;
875
876 -build | --build | --buil | --bui | --bu)
877 ac_prev=build_alias ;;
878 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
879 build_alias=$ac_optarg ;;
880
881 -cache-file | --cache-file | --cache-fil | --cache-fi \
882 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
883 ac_prev=cache_file ;;
884 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
885 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
886 cache_file=$ac_optarg ;;
887
888 --config-cache | -C)
889 cache_file=config.cache ;;
890
891 -datadir | --datadir | --datadi | --datad)
892 ac_prev=datadir ;;
893 -datadir=* | --datadir=* | --datadi=* | --datad=*)
894 datadir=$ac_optarg ;;
895
896 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
897 | --dataroo | --dataro | --datar)
898 ac_prev=datarootdir ;;
899 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
900 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
901 datarootdir=$ac_optarg ;;
902
903 -disable-* | --disable-*)
904 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
905 # Reject names that are not valid shell variable names.
906 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 907 as_fn_error $? "invalid feature name: $ac_useropt"
4f8d4a38
DD
908 ac_useropt_orig=$ac_useropt
909 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
910 case $ac_user_opts in
911 *"
912"enable_$ac_useropt"
913"*) ;;
914 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
915 ac_unrecognized_sep=', ';;
916 esac
917 eval enable_$ac_useropt=no ;;
918
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
923
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
928
929 -enable-* | --enable-*)
930 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 933 as_fn_error $? "invalid feature name: $ac_useropt"
4f8d4a38
DD
934 ac_useropt_orig=$ac_useropt
935 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936 case $ac_user_opts in
937 *"
938"enable_$ac_useropt"
939"*) ;;
940 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
941 ac_unrecognized_sep=', ';;
942 esac
943 eval enable_$ac_useropt=\$ac_optarg ;;
944
945 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
946 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
947 | --exec | --exe | --ex)
948 ac_prev=exec_prefix ;;
949 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
950 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
951 | --exec=* | --exe=* | --ex=*)
952 exec_prefix=$ac_optarg ;;
953
954 -gas | --gas | --ga | --g)
955 # Obsolete; use --with-gas.
956 with_gas=yes ;;
957
958 -help | --help | --hel | --he | -h)
959 ac_init_help=long ;;
960 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
961 ac_init_help=recursive ;;
962 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
963 ac_init_help=short ;;
964
965 -host | --host | --hos | --ho)
966 ac_prev=host_alias ;;
967 -host=* | --host=* | --hos=* | --ho=*)
968 host_alias=$ac_optarg ;;
969
970 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
971 ac_prev=htmldir ;;
972 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
973 | --ht=*)
974 htmldir=$ac_optarg ;;
975
976 -includedir | --includedir | --includedi | --included | --include \
977 | --includ | --inclu | --incl | --inc)
978 ac_prev=includedir ;;
979 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
980 | --includ=* | --inclu=* | --incl=* | --inc=*)
981 includedir=$ac_optarg ;;
982
983 -infodir | --infodir | --infodi | --infod | --info | --inf)
984 ac_prev=infodir ;;
985 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
986 infodir=$ac_optarg ;;
987
988 -libdir | --libdir | --libdi | --libd)
989 ac_prev=libdir ;;
990 -libdir=* | --libdir=* | --libdi=* | --libd=*)
991 libdir=$ac_optarg ;;
992
993 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
994 | --libexe | --libex | --libe)
995 ac_prev=libexecdir ;;
996 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
997 | --libexe=* | --libex=* | --libe=*)
998 libexecdir=$ac_optarg ;;
999
1000 -localedir | --localedir | --localedi | --localed | --locale)
1001 ac_prev=localedir ;;
1002 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1003 localedir=$ac_optarg ;;
1004
1005 -localstatedir | --localstatedir | --localstatedi | --localstated \
1006 | --localstate | --localstat | --localsta | --localst | --locals)
1007 ac_prev=localstatedir ;;
1008 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1009 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1010 localstatedir=$ac_optarg ;;
1011
1012 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1013 ac_prev=mandir ;;
1014 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1015 mandir=$ac_optarg ;;
1016
1017 -nfp | --nfp | --nf)
1018 # Obsolete; use --without-fp.
1019 with_fp=no ;;
1020
1021 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1022 | --no-cr | --no-c | -n)
1023 no_create=yes ;;
1024
1025 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1026 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1027 no_recursion=yes ;;
1028
1029 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1030 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1031 | --oldin | --oldi | --old | --ol | --o)
1032 ac_prev=oldincludedir ;;
1033 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1034 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1035 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1036 oldincludedir=$ac_optarg ;;
1037
1038 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1039 ac_prev=prefix ;;
1040 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1041 prefix=$ac_optarg ;;
1042
1043 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1044 | --program-pre | --program-pr | --program-p)
1045 ac_prev=program_prefix ;;
1046 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1047 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1048 program_prefix=$ac_optarg ;;
1049
1050 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1051 | --program-suf | --program-su | --program-s)
1052 ac_prev=program_suffix ;;
1053 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1054 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1055 program_suffix=$ac_optarg ;;
1056
1057 -program-transform-name | --program-transform-name \
1058 | --program-transform-nam | --program-transform-na \
1059 | --program-transform-n | --program-transform- \
1060 | --program-transform | --program-transfor \
1061 | --program-transfo | --program-transf \
1062 | --program-trans | --program-tran \
1063 | --progr-tra | --program-tr | --program-t)
1064 ac_prev=program_transform_name ;;
1065 -program-transform-name=* | --program-transform-name=* \
1066 | --program-transform-nam=* | --program-transform-na=* \
1067 | --program-transform-n=* | --program-transform-=* \
1068 | --program-transform=* | --program-transfor=* \
1069 | --program-transfo=* | --program-transf=* \
1070 | --program-trans=* | --program-tran=* \
1071 | --progr-tra=* | --program-tr=* | --program-t=*)
1072 program_transform_name=$ac_optarg ;;
1073
1074 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1075 ac_prev=pdfdir ;;
1076 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1077 pdfdir=$ac_optarg ;;
1078
1079 -psdir | --psdir | --psdi | --psd | --ps)
1080 ac_prev=psdir ;;
1081 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1082 psdir=$ac_optarg ;;
1083
1084 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1085 | -silent | --silent | --silen | --sile | --sil)
1086 silent=yes ;;
1087
1088 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1089 ac_prev=sbindir ;;
1090 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1091 | --sbi=* | --sb=*)
1092 sbindir=$ac_optarg ;;
1093
1094 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1095 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1096 | --sharedst | --shareds | --shared | --share | --shar \
1097 | --sha | --sh)
1098 ac_prev=sharedstatedir ;;
1099 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1100 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1101 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1102 | --sha=* | --sh=*)
1103 sharedstatedir=$ac_optarg ;;
1104
1105 -site | --site | --sit)
1106 ac_prev=site ;;
1107 -site=* | --site=* | --sit=*)
1108 site=$ac_optarg ;;
1109
1110 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1111 ac_prev=srcdir ;;
1112 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1113 srcdir=$ac_optarg ;;
1114
1115 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1116 | --syscon | --sysco | --sysc | --sys | --sy)
1117 ac_prev=sysconfdir ;;
1118 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1119 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1120 sysconfdir=$ac_optarg ;;
1121
1122 -target | --target | --targe | --targ | --tar | --ta | --t)
1123 ac_prev=target_alias ;;
1124 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1125 target_alias=$ac_optarg ;;
1126
1127 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 verbose=yes ;;
1129
1130 -version | --version | --versio | --versi | --vers | -V)
1131 ac_init_version=: ;;
1132
1133 -with-* | --with-*)
1134 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1137 as_fn_error $? "invalid package name: $ac_useropt"
4f8d4a38
DD
1138 ac_useropt_orig=$ac_useropt
1139 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1140 case $ac_user_opts in
1141 *"
1142"with_$ac_useropt"
1143"*) ;;
1144 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1145 ac_unrecognized_sep=', ';;
1146 esac
1147 eval with_$ac_useropt=\$ac_optarg ;;
1148
1149 -without-* | --without-*)
1150 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1151 # Reject names that are not valid shell variable names.
1152 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1153 as_fn_error $? "invalid package name: $ac_useropt"
4f8d4a38
DD
1154 ac_useropt_orig=$ac_useropt
1155 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1156 case $ac_user_opts in
1157 *"
1158"with_$ac_useropt"
1159"*) ;;
1160 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1161 ac_unrecognized_sep=', ';;
1162 esac
1163 eval with_$ac_useropt=no ;;
1164
1165 --x)
1166 # Obsolete; use --with-x.
1167 with_x=yes ;;
1168
1169 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1170 | --x-incl | --x-inc | --x-in | --x-i)
1171 ac_prev=x_includes ;;
1172 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1173 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1174 x_includes=$ac_optarg ;;
1175
1176 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1177 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1178 ac_prev=x_libraries ;;
1179 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1180 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1181 x_libraries=$ac_optarg ;;
1182
d0ac1c44
SM
1183 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1184Try \`$0 --help' for more information"
4f8d4a38
DD
1185 ;;
1186
1187 *=*)
1188 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1189 # Reject names that are not valid shell variable names.
1190 case $ac_envvar in #(
1191 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1192 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
4f8d4a38
DD
1193 esac
1194 eval $ac_envvar=\$ac_optarg
1195 export $ac_envvar ;;
1196
1197 *)
1198 # FIXME: should be removed in autoconf 3.0.
1199 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1200 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1201 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1202 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
4f8d4a38
DD
1203 ;;
1204
1205 esac
1206done
1207
1208if test -n "$ac_prev"; then
1209 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1210 as_fn_error $? "missing argument to $ac_option"
4f8d4a38
DD
1211fi
1212
1213if test -n "$ac_unrecognized_opts"; then
1214 case $enable_option_checking in
1215 no) ;;
d0ac1c44 1216 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
4f8d4a38
DD
1217 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1218 esac
1219fi
1220
1221# Check all directory arguments for consistency.
1222for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1223 datadir sysconfdir sharedstatedir localstatedir includedir \
1224 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1225 libdir localedir mandir
1226do
1227 eval ac_val=\$$ac_var
1228 # Remove trailing slashes.
1229 case $ac_val in
1230 */ )
1231 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1232 eval $ac_var=\$ac_val;;
1233 esac
1234 # Be sure to have absolute directory names.
1235 case $ac_val in
1236 [\\/$]* | ?:[\\/]* ) continue;;
1237 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1238 esac
d0ac1c44 1239 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
4f8d4a38
DD
1240done
1241
1242# There might be people who depend on the old broken behavior: `$host'
1243# used to hold the argument of --host etc.
1244# FIXME: To remove some day.
1245build=$build_alias
1246host=$host_alias
1247target=$target_alias
1248
1249# FIXME: To remove some day.
1250if test "x$host_alias" != x; then
1251 if test "x$build_alias" = x; then
1252 cross_compiling=maybe
4f8d4a38
DD
1253 elif test "x$build_alias" != "x$host_alias"; then
1254 cross_compiling=yes
1255 fi
1256fi
1257
1258ac_tool_prefix=
1259test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261test "$silent" = yes && exec 6>/dev/null
1262
1263
1264ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265ac_ls_di=`ls -di .` &&
1266ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1267 as_fn_error $? "working directory cannot be determined"
4f8d4a38 1268test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1269 as_fn_error $? "pwd does not report name of working directory"
4f8d4a38
DD
1270
1271
1272# Find the source files, if location was not specified.
1273if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281$as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)[^/].*/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\/\)$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\).*/{
1295 s//\1/
1296 q
1297 }
1298 s/.*/./; q'`
1299 srcdir=$ac_confdir
1300 if test ! -r "$srcdir/$ac_unique_file"; then
1301 srcdir=..
1302 fi
1303else
1304 ac_srcdir_defaulted=no
1305fi
1306if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1308 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
4f8d4a38
DD
1309fi
1310ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311ac_abs_confdir=`(
d0ac1c44 1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
4f8d4a38
DD
1313 pwd)`
1314# When building in place, set srcdir=.
1315if test "$ac_abs_confdir" = "$ac_pwd"; then
1316 srcdir=.
1317fi
1318# Remove unnecessary trailing slashes from srcdir.
1319# Double slashes in file names in object file debugging info
1320# mess up M-x gdb in Emacs.
1321case $srcdir in
1322*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323esac
1324for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329done
1330
1331#
1332# Report the --help message.
1333#
1334if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
1338\`configure' configures this package to adapt to many kinds of systems.
1339
1340Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343VAR=VALUE. See below for descriptions of some of the useful variables.
1344
1345Defaults for the options are specified in brackets.
1346
1347Configuration:
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
d0ac1c44 1352 -q, --quiet, --silent do not print \`checking ...' messages
4f8d4a38
DD
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1357
1358Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
1360 [$ac_default_prefix]
1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1362 [PREFIX]
1363
1364By default, \`make install' will install all the files in
1365\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367for instance \`--prefix=\$HOME'.
1368
1369For better control, use the options below.
1370
1371Fine tuning of the installation directories:
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
1386 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
1391_ACEOF
1392
1393 cat <<\_ACEOF
1394
1395Program names:
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1399
1400System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403 --target=TARGET configure for building compilers for TARGET [HOST]
1404_ACEOF
1405fi
1406
1407if test -n "$ac_init_help"; then
1408
1409 cat <<\_ACEOF
1410
1411Optional Features:
1412 --disable-option-checking ignore unrecognized --enable/--with options
1413 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1414 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1415 --enable-plugins Enable support for plugins
6bb11ab3
L
1416 --enable-shared[=PKGS] build shared libraries [default=yes]
1417 --enable-static[=PKGS] build static libraries [default=yes]
1418 --enable-fast-install[=PKGS]
1419 optimize for fast installation [default=yes]
1420 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1421 --enable-maintainer-mode
1422 enable make rules and dependencies not useful (and
1423 sometimes confusing) to the casual installer
8d0978fb
MF
1424 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1425 itself)
1426 --enable-sim-stdio Specify whether to use stdio for console
1427 input/output
1428 --enable-sim-trace=opts Enable tracing of simulated programs
1429 --enable-sim-profile=opts
1430 Enable profiling flags
35656e95 1431 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1432 --enable-sim-environment=environment
1433 Specify mixed, user, virtual or operating
1434 environment
347fe5bb
MF
1435 --enable-sim-inline=inlines
1436 Specify which functions should be inlined
136da8cd
MF
1437 --disable-cycle-accurate
1438 Disable cycle accurate simulation (faster runtime)
1439 --disable-cycle-stats Disable cycle statistics (faster runtime)
5c1008a4
MF
1440 --enable-werror treat compile warnings as errors
1441 --enable-build-warnings enable build-time compiler warnings if gcc is used
1442 --enable-sim-build-warnings
1443 enable SIM specific build-time compiler warnings if
1444 gcc is used
4f8d4a38
DD
1445
1446Optional Packages:
1447 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1448 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1449 --with-system-zlib use installed libz
6bb11ab3
L
1450 --with-pic try to use only PIC/non-PIC objects [default=use
1451 both]
1452 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1453 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
4f8d4a38
DD
1454 --with-bugurl=URL Direct users to URL to report a bug
1455
1456Some influential environment variables:
1457 CC C compiler command
1458 CFLAGS C compiler flags
1459 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1460 nonstandard directory <lib dir>
1461 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1462 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
4f8d4a38
DD
1463 you have headers in a nonstandard directory <include dir>
1464 CPP C preprocessor
1465
1466Use these variables to override the choices made by `configure' or to help
1467it to find libraries and programs with nonstandard names/locations.
1468
1469Report bugs to the package provider.
1470_ACEOF
1471ac_status=$?
1472fi
1473
1474if test "$ac_init_help" = "recursive"; then
1475 # If there are subdirs, report their specific --help.
1476 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1477 test -d "$ac_dir" ||
1478 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1479 continue
1480 ac_builddir=.
1481
1482case "$ac_dir" in
1483.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1484*)
1485 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1486 # A ".." for each directory in $ac_dir_suffix.
1487 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1488 case $ac_top_builddir_sub in
1489 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1490 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1491 esac ;;
1492esac
1493ac_abs_top_builddir=$ac_pwd
1494ac_abs_builddir=$ac_pwd$ac_dir_suffix
1495# for backward compatibility:
1496ac_top_builddir=$ac_top_build_prefix
1497
1498case $srcdir in
1499 .) # We are building in place.
1500 ac_srcdir=.
1501 ac_top_srcdir=$ac_top_builddir_sub
1502 ac_abs_top_srcdir=$ac_pwd ;;
1503 [\\/]* | ?:[\\/]* ) # Absolute name.
1504 ac_srcdir=$srcdir$ac_dir_suffix;
1505 ac_top_srcdir=$srcdir
1506 ac_abs_top_srcdir=$srcdir ;;
1507 *) # Relative name.
1508 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1509 ac_top_srcdir=$ac_top_build_prefix$srcdir
1510 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1511esac
1512ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1513
1514 cd "$ac_dir" || { ac_status=$?; continue; }
1515 # Check for guested configure.
1516 if test -f "$ac_srcdir/configure.gnu"; then
1517 echo &&
1518 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1519 elif test -f "$ac_srcdir/configure"; then
1520 echo &&
1521 $SHELL "$ac_srcdir/configure" --help=recursive
1522 else
1523 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1524 fi || ac_status=$?
1525 cd "$ac_pwd" || { ac_status=$?; break; }
1526 done
1527fi
1528
1529test -n "$ac_init_help" && exit $ac_status
1530if $ac_init_version; then
1531 cat <<\_ACEOF
1532configure
d0ac1c44 1533generated by GNU Autoconf 2.69
4f8d4a38 1534
d0ac1c44 1535Copyright (C) 2012 Free Software Foundation, Inc.
4f8d4a38
DD
1536This configure script is free software; the Free Software Foundation
1537gives unlimited permission to copy, distribute and modify it.
1538_ACEOF
1539 exit
1540fi
1541
1542## ------------------------ ##
1543## Autoconf initialization. ##
1544## ------------------------ ##
1545
1546# ac_fn_c_try_compile LINENO
1547# --------------------------
1548# Try to compile conftest.$ac_ext, and return whether this succeeded.
1549ac_fn_c_try_compile ()
1550{
1551 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1552 rm -f conftest.$ac_objext
1553 if { { ac_try="$ac_compile"
1554case "(($ac_try" in
1555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1556 *) ac_try_echo=$ac_try;;
1557esac
1558eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1559$as_echo "$ac_try_echo"; } >&5
1560 (eval "$ac_compile") 2>conftest.err
1561 ac_status=$?
1562 if test -s conftest.err; then
1563 grep -v '^ *+' conftest.err >conftest.er1
1564 cat conftest.er1 >&5
1565 mv -f conftest.er1 conftest.err
1566 fi
1567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1568 test $ac_status = 0; } && {
1569 test -z "$ac_c_werror_flag" ||
1570 test ! -s conftest.err
1571 } && test -s conftest.$ac_objext; then :
1572 ac_retval=0
1573else
1574 $as_echo "$as_me: failed program was:" >&5
1575sed 's/^/| /' conftest.$ac_ext >&5
1576
1577 ac_retval=1
1578fi
d0ac1c44
SM
1579 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1580 as_fn_set_status $ac_retval
4f8d4a38
DD
1581
1582} # ac_fn_c_try_compile
1583
1584# ac_fn_c_try_cpp LINENO
1585# ----------------------
1586# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1587ac_fn_c_try_cpp ()
1588{
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1590 if { { ac_try="$ac_cpp conftest.$ac_ext"
1591case "(($ac_try" in
1592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593 *) ac_try_echo=$ac_try;;
1594esac
1595eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596$as_echo "$ac_try_echo"; } >&5
1597 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1598 ac_status=$?
1599 if test -s conftest.err; then
1600 grep -v '^ *+' conftest.err >conftest.er1
1601 cat conftest.er1 >&5
1602 mv -f conftest.er1 conftest.err
1603 fi
1604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1605 test $ac_status = 0; } > conftest.i && {
4f8d4a38
DD
1606 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1607 test ! -s conftest.err
1608 }; then :
1609 ac_retval=0
1610else
1611 $as_echo "$as_me: failed program was:" >&5
1612sed 's/^/| /' conftest.$ac_ext >&5
1613
1614 ac_retval=1
1615fi
d0ac1c44
SM
1616 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1617 as_fn_set_status $ac_retval
4f8d4a38
DD
1618
1619} # ac_fn_c_try_cpp
1620
1621# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1622# -------------------------------------------------------
1623# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1624# the include files in INCLUDES and setting the cache variable VAR
1625# accordingly.
1626ac_fn_c_check_header_mongrel ()
1627{
1628 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1629 if eval \${$3+:} false; then :
4f8d4a38
DD
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1631$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1632if eval \${$3+:} false; then :
4f8d4a38
DD
1633 $as_echo_n "(cached) " >&6
1634fi
1635eval ac_res=\$$3
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1637$as_echo "$ac_res" >&6; }
1638else
1639 # Is the header compilable?
1640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1641$as_echo_n "checking $2 usability... " >&6; }
1642cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1643/* end confdefs.h. */
1644$4
1645#include <$2>
1646_ACEOF
1647if ac_fn_c_try_compile "$LINENO"; then :
1648 ac_header_compiler=yes
1649else
1650 ac_header_compiler=no
1651fi
1652rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1654$as_echo "$ac_header_compiler" >&6; }
1655
1656# Is the header present?
1657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1658$as_echo_n "checking $2 presence... " >&6; }
1659cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1660/* end confdefs.h. */
1661#include <$2>
1662_ACEOF
1663if ac_fn_c_try_cpp "$LINENO"; then :
1664 ac_header_preproc=yes
1665else
1666 ac_header_preproc=no
1667fi
d0ac1c44 1668rm -f conftest.err conftest.i conftest.$ac_ext
4f8d4a38
DD
1669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1670$as_echo "$ac_header_preproc" >&6; }
1671
1672# So? What about this header?
1673case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1674 yes:no: )
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1676$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1678$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1679 ;;
1680 no:yes:* )
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1682$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1684$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1686$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1688$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1690$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691 ;;
1692esac
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1694$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1695if eval \${$3+:} false; then :
4f8d4a38
DD
1696 $as_echo_n "(cached) " >&6
1697else
1698 eval "$3=\$ac_header_compiler"
1699fi
1700eval ac_res=\$$3
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1702$as_echo "$ac_res" >&6; }
1703fi
d0ac1c44 1704 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4f8d4a38
DD
1705
1706} # ac_fn_c_check_header_mongrel
1707
1708# ac_fn_c_try_run LINENO
1709# ----------------------
1710# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1711# that executables *can* be run.
1712ac_fn_c_try_run ()
1713{
1714 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715 if { { ac_try="$ac_link"
1716case "(($ac_try" in
1717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1718 *) ac_try_echo=$ac_try;;
1719esac
1720eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1721$as_echo "$ac_try_echo"; } >&5
1722 (eval "$ac_link") 2>&5
1723 ac_status=$?
1724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1725 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1726 { { case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729esac
1730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731$as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_try") 2>&5
1733 ac_status=$?
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; }; }; then :
1736 ac_retval=0
1737else
1738 $as_echo "$as_me: program exited with status $ac_status" >&5
1739 $as_echo "$as_me: failed program was:" >&5
1740sed 's/^/| /' conftest.$ac_ext >&5
1741
1742 ac_retval=$ac_status
1743fi
1744 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1745 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1746 as_fn_set_status $ac_retval
4f8d4a38
DD
1747
1748} # ac_fn_c_try_run
1749
1750# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1751# -------------------------------------------------------
1752# Tests whether HEADER exists and can be compiled using the include files in
1753# INCLUDES, setting the cache variable VAR accordingly.
1754ac_fn_c_check_header_compile ()
1755{
1756 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1758$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1759if eval \${$3+:} false; then :
4f8d4a38
DD
1760 $as_echo_n "(cached) " >&6
1761else
1762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1763/* end confdefs.h. */
1764$4
1765#include <$2>
1766_ACEOF
1767if ac_fn_c_try_compile "$LINENO"; then :
1768 eval "$3=yes"
1769else
1770 eval "$3=no"
1771fi
1772rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1773fi
1774eval ac_res=\$$3
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1776$as_echo "$ac_res" >&6; }
d0ac1c44 1777 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4f8d4a38
DD
1778
1779} # ac_fn_c_check_header_compile
1780
1781# ac_fn_c_try_link LINENO
1782# -----------------------
1783# Try to link conftest.$ac_ext, and return whether this succeeded.
1784ac_fn_c_try_link ()
1785{
1786 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1787 rm -f conftest.$ac_objext conftest$ac_exeext
1788 if { { ac_try="$ac_link"
1789case "(($ac_try" in
1790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1791 *) ac_try_echo=$ac_try;;
1792esac
1793eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1794$as_echo "$ac_try_echo"; } >&5
1795 (eval "$ac_link") 2>conftest.err
1796 ac_status=$?
1797 if test -s conftest.err; then
1798 grep -v '^ *+' conftest.err >conftest.er1
1799 cat conftest.er1 >&5
1800 mv -f conftest.er1 conftest.err
1801 fi
1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803 test $ac_status = 0; } && {
1804 test -z "$ac_c_werror_flag" ||
1805 test ! -s conftest.err
1806 } && test -s conftest$ac_exeext && {
1807 test "$cross_compiling" = yes ||
d0ac1c44 1808 test -x conftest$ac_exeext
4f8d4a38
DD
1809 }; then :
1810 ac_retval=0
1811else
1812 $as_echo "$as_me: failed program was:" >&5
1813sed 's/^/| /' conftest.$ac_ext >&5
1814
1815 ac_retval=1
1816fi
1817 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1818 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1819 # interfere with the next link command; also delete a directory that is
1820 # left behind by Apple's compiler. We do this before executing the actions.
1821 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1822 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1823 as_fn_set_status $ac_retval
4f8d4a38
DD
1824
1825} # ac_fn_c_try_link
1826
1827# ac_fn_c_check_func LINENO FUNC VAR
1828# ----------------------------------
1829# Tests whether FUNC exists, setting the cache variable VAR accordingly
1830ac_fn_c_check_func ()
1831{
1832 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1834$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1835if eval \${$3+:} false; then :
4f8d4a38
DD
1836 $as_echo_n "(cached) " >&6
1837else
1838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1839/* end confdefs.h. */
1840/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1841 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1842#define $2 innocuous_$2
1843
1844/* System header to define __stub macros and hopefully few prototypes,
1845 which can conflict with char $2 (); below.
1846 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1847 <limits.h> exists even on freestanding compilers. */
1848
1849#ifdef __STDC__
1850# include <limits.h>
1851#else
1852# include <assert.h>
1853#endif
1854
1855#undef $2
1856
1857/* Override any GCC internal prototype to avoid an error.
1858 Use char because int might match the return type of a GCC
1859 builtin and then its argument prototype would still apply. */
1860#ifdef __cplusplus
1861extern "C"
1862#endif
1863char $2 ();
1864/* The GNU C library defines this for functions which it implements
1865 to always fail with ENOSYS. Some functions are actually named
1866 something starting with __ and the normal name is an alias. */
1867#if defined __stub_$2 || defined __stub___$2
1868choke me
1869#endif
1870
1871int
1872main ()
1873{
1874return $2 ();
1875 ;
1876 return 0;
1877}
1878_ACEOF
1879if ac_fn_c_try_link "$LINENO"; then :
1880 eval "$3=yes"
1881else
1882 eval "$3=no"
1883fi
1884rm -f core conftest.err conftest.$ac_objext \
1885 conftest$ac_exeext conftest.$ac_ext
1886fi
1887eval ac_res=\$$3
1888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1889$as_echo "$ac_res" >&6; }
d0ac1c44 1890 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4f8d4a38
DD
1891
1892} # ac_fn_c_check_func
936df756
MF
1893
1894# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1895# ----------------------------------------------------
1896# Tries to find if the field MEMBER exists in type AGGR, after including
1897# INCLUDES, setting cache variable VAR accordingly.
1898ac_fn_c_check_member ()
1899{
1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1902$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1903if eval \${$4+:} false; then :
936df756
MF
1904 $as_echo_n "(cached) " >&6
1905else
1906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1907/* end confdefs.h. */
1908$5
1909int
1910main ()
1911{
1912static $2 ac_aggr;
1913if (ac_aggr.$3)
1914return 0;
1915 ;
1916 return 0;
1917}
1918_ACEOF
1919if ac_fn_c_try_compile "$LINENO"; then :
1920 eval "$4=yes"
1921else
1922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1923/* end confdefs.h. */
1924$5
1925int
1926main ()
1927{
1928static $2 ac_aggr;
1929if (sizeof ac_aggr.$3)
1930return 0;
1931 ;
1932 return 0;
1933}
1934_ACEOF
1935if ac_fn_c_try_compile "$LINENO"; then :
1936 eval "$4=yes"
1937else
1938 eval "$4=no"
1939fi
1940rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1941fi
1942rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1943fi
1944eval ac_res=\$$4
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1946$as_echo "$ac_res" >&6; }
d0ac1c44 1947 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1948
1949} # ac_fn_c_check_member
1950
1951# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1952# -------------------------------------------
1953# Tests whether TYPE exists after having included INCLUDES, setting cache
1954# variable VAR accordingly.
1955ac_fn_c_check_type ()
1956{
1957 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1959$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1960if eval \${$3+:} false; then :
936df756
MF
1961 $as_echo_n "(cached) " >&6
1962else
1963 eval "$3=no"
1964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1965/* end confdefs.h. */
1966$4
1967int
1968main ()
1969{
1970if (sizeof ($2))
1971 return 0;
1972 ;
1973 return 0;
1974}
1975_ACEOF
1976if ac_fn_c_try_compile "$LINENO"; then :
1977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1978/* end confdefs.h. */
1979$4
1980int
1981main ()
1982{
1983if (sizeof (($2)))
1984 return 0;
1985 ;
1986 return 0;
1987}
1988_ACEOF
1989if ac_fn_c_try_compile "$LINENO"; then :
1990
1991else
1992 eval "$3=yes"
1993fi
1994rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1995fi
1996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1997fi
1998eval ac_res=\$$3
1999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2000$as_echo "$ac_res" >&6; }
d0ac1c44 2001 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2002
2003} # ac_fn_c_check_type
4f8d4a38
DD
2004cat >config.log <<_ACEOF
2005This file contains any messages produced by compilers while
2006running configure, to aid debugging if configure makes a mistake.
2007
2008It was created by $as_me, which was
d0ac1c44 2009generated by GNU Autoconf 2.69. Invocation command line was
4f8d4a38
DD
2010
2011 $ $0 $@
2012
2013_ACEOF
2014exec 5>>config.log
2015{
2016cat <<_ASUNAME
2017## --------- ##
2018## Platform. ##
2019## --------- ##
2020
2021hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2022uname -m = `(uname -m) 2>/dev/null || echo unknown`
2023uname -r = `(uname -r) 2>/dev/null || echo unknown`
2024uname -s = `(uname -s) 2>/dev/null || echo unknown`
2025uname -v = `(uname -v) 2>/dev/null || echo unknown`
2026
2027/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2028/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2029
2030/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2031/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2032/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2033/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2034/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2035/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2036/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2037
2038_ASUNAME
2039
2040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2041for as_dir in $PATH
2042do
2043 IFS=$as_save_IFS
2044 test -z "$as_dir" && as_dir=.
2045 $as_echo "PATH: $as_dir"
2046 done
2047IFS=$as_save_IFS
2048
2049} >&5
2050
2051cat >&5 <<_ACEOF
2052
2053
2054## ----------- ##
2055## Core tests. ##
2056## ----------- ##
2057
2058_ACEOF
2059
2060
2061# Keep a trace of the command line.
2062# Strip out --no-create and --no-recursion so they do not pile up.
2063# Strip out --silent because we don't want to record it for future runs.
2064# Also quote any args containing shell meta-characters.
2065# Make two passes to allow for proper duplicate-argument suppression.
2066ac_configure_args=
2067ac_configure_args0=
2068ac_configure_args1=
2069ac_must_keep_next=false
2070for ac_pass in 1 2
2071do
2072 for ac_arg
2073 do
2074 case $ac_arg in
2075 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2077 | -silent | --silent | --silen | --sile | --sil)
2078 continue ;;
2079 *\'*)
2080 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2081 esac
2082 case $ac_pass in
2083 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2084 2)
2085 as_fn_append ac_configure_args1 " '$ac_arg'"
2086 if test $ac_must_keep_next = true; then
2087 ac_must_keep_next=false # Got value, back to normal.
2088 else
2089 case $ac_arg in
2090 *=* | --config-cache | -C | -disable-* | --disable-* \
2091 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2092 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2093 | -with-* | --with-* | -without-* | --without-* | --x)
2094 case "$ac_configure_args0 " in
2095 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2096 esac
2097 ;;
2098 -* ) ac_must_keep_next=true ;;
2099 esac
2100 fi
2101 as_fn_append ac_configure_args " '$ac_arg'"
2102 ;;
2103 esac
2104 done
2105done
2106{ ac_configure_args0=; unset ac_configure_args0;}
2107{ ac_configure_args1=; unset ac_configure_args1;}
2108
2109# When interrupted or exit'd, cleanup temporary files, and complete
2110# config.log. We remove comments because anyway the quotes in there
2111# would cause problems or look ugly.
2112# WARNING: Use '\'' to represent an apostrophe within the trap.
2113# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2114trap 'exit_status=$?
2115 # Save into config.log some information that might help in debugging.
2116 {
2117 echo
2118
d0ac1c44 2119 $as_echo "## ---------------- ##
4f8d4a38 2120## Cache variables. ##
d0ac1c44 2121## ---------------- ##"
4f8d4a38
DD
2122 echo
2123 # The following way of writing the cache mishandles newlines in values,
2124(
2125 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2126 eval ac_val=\$$ac_var
2127 case $ac_val in #(
2128 *${as_nl}*)
2129 case $ac_var in #(
2130 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2131$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2132 esac
2133 case $ac_var in #(
2134 _ | IFS | as_nl) ;; #(
2135 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2136 *) { eval $ac_var=; unset $ac_var;} ;;
2137 esac ;;
2138 esac
2139 done
2140 (set) 2>&1 |
2141 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2142 *${as_nl}ac_space=\ *)
2143 sed -n \
2144 "s/'\''/'\''\\\\'\'''\''/g;
2145 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2146 ;; #(
2147 *)
2148 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2149 ;;
2150 esac |
2151 sort
2152)
2153 echo
2154
d0ac1c44 2155 $as_echo "## ----------------- ##
4f8d4a38 2156## Output variables. ##
d0ac1c44 2157## ----------------- ##"
4f8d4a38
DD
2158 echo
2159 for ac_var in $ac_subst_vars
2160 do
2161 eval ac_val=\$$ac_var
2162 case $ac_val in
2163 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2164 esac
2165 $as_echo "$ac_var='\''$ac_val'\''"
2166 done | sort
2167 echo
2168
2169 if test -n "$ac_subst_files"; then
d0ac1c44 2170 $as_echo "## ------------------- ##
4f8d4a38 2171## File substitutions. ##
d0ac1c44 2172## ------------------- ##"
4f8d4a38
DD
2173 echo
2174 for ac_var in $ac_subst_files
2175 do
2176 eval ac_val=\$$ac_var
2177 case $ac_val in
2178 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2179 esac
2180 $as_echo "$ac_var='\''$ac_val'\''"
2181 done | sort
2182 echo
2183 fi
2184
2185 if test -s confdefs.h; then
136da8cd
MF
2186 $as_echo "## ----------- ##
2187## confdefs.h. ##
2188## ----------- ##"
2189 echo
2190 cat confdefs.h
2191 echo
2192 fi
2193 test "$ac_signal" != 0 &&
2194 $as_echo "$as_me: caught signal $ac_signal"
2195 $as_echo "$as_me: exit $exit_status"
2196 } >&5
2197 rm -f core *.core core.conftest.* &&
2198 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2199 exit $exit_status
2200' 0
2201for ac_signal in 1 2 13 15; do
2202 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2203done
2204ac_signal=0
6bb11ab3 2205
136da8cd
MF
2206# confdefs.h avoids OS command line length limits that DEFS can exceed.
2207rm -f -r conftest* confdefs.h
6bb11ab3 2208
136da8cd 2209$as_echo "/* confdefs.h */" > confdefs.h
6bb11ab3 2210
136da8cd 2211# Predefined preprocessor variables.
6bb11ab3 2212
136da8cd
MF
2213cat >>confdefs.h <<_ACEOF
2214#define PACKAGE_NAME "$PACKAGE_NAME"
2215_ACEOF
6bb11ab3 2216
136da8cd
MF
2217cat >>confdefs.h <<_ACEOF
2218#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2219_ACEOF
6bb11ab3 2220
136da8cd
MF
2221cat >>confdefs.h <<_ACEOF
2222#define PACKAGE_VERSION "$PACKAGE_VERSION"
2223_ACEOF
6bb11ab3 2224
136da8cd
MF
2225cat >>confdefs.h <<_ACEOF
2226#define PACKAGE_STRING "$PACKAGE_STRING"
2227_ACEOF
6bb11ab3 2228
136da8cd
MF
2229cat >>confdefs.h <<_ACEOF
2230#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2231_ACEOF
6bb11ab3 2232
136da8cd
MF
2233cat >>confdefs.h <<_ACEOF
2234#define PACKAGE_URL "$PACKAGE_URL"
2235_ACEOF
6bb11ab3
L
2236
2237
136da8cd
MF
2238# Let the site file select an alternate cache file if it wants to.
2239# Prefer an explicitly selected file to automatically selected ones.
2240ac_site_file1=NONE
2241ac_site_file2=NONE
2242if test -n "$CONFIG_SITE"; then
2243 # We do not want a PATH search for config.site.
2244 case $CONFIG_SITE in #((
2245 -*) ac_site_file1=./$CONFIG_SITE;;
2246 */*) ac_site_file1=$CONFIG_SITE;;
2247 *) ac_site_file1=./$CONFIG_SITE;;
2248 esac
2249elif test "x$prefix" != xNONE; then
2250 ac_site_file1=$prefix/share/config.site
2251 ac_site_file2=$prefix/etc/config.site
2252else
2253 ac_site_file1=$ac_default_prefix/share/config.site
2254 ac_site_file2=$ac_default_prefix/etc/config.site
2255fi
2256for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2257do
2258 test "x$ac_site_file" = xNONE && continue
2259 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2261$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2262 sed 's/^/| /' "$ac_site_file" >&5
2263 . "$ac_site_file" \
2264 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2265$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2266as_fn_error $? "failed to load site script $ac_site_file
2267See \`config.log' for more details" "$LINENO" 5; }
2268 fi
2269done
6bb11ab3 2270
136da8cd
MF
2271if test -r "$cache_file"; then
2272 # Some versions of bash will fail to source /dev/null (special files
2273 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2274 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2276$as_echo "$as_me: loading cache $cache_file" >&6;}
2277 case $cache_file in
2278 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2279 *) . "./$cache_file";;
2280 esac
2281 fi
2282else
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2284$as_echo "$as_me: creating cache $cache_file" >&6;}
2285 >$cache_file
2286fi
6bb11ab3 2287
2c2645d7
MF
2288as_fn_append ac_header_list " dlfcn.h"
2289as_fn_append ac_header_list " fcntl.h"
2290as_fn_append ac_header_list " fpu_control.h"
2291as_fn_append ac_header_list " unistd.h"
2292as_fn_append ac_header_list " sys/mman.h"
2293as_fn_append ac_header_list " sys/resource.h"
2c2645d7 2294as_fn_append ac_header_list " sys/stat.h"
37e9f182
MF
2295as_fn_append ac_func_list " __setfpucw"
2296as_fn_append ac_func_list " ftruncate"
2297as_fn_append ac_func_list " getrusage"
2298as_fn_append ac_func_list " lstat"
2299as_fn_append ac_func_list " mmap"
2300as_fn_append ac_func_list " munmap"
2301as_fn_append ac_func_list " posix_fallocate"
2302as_fn_append ac_func_list " sigaction"
2303as_fn_append ac_func_list " time"
2304as_fn_append ac_func_list " truncate"
136da8cd
MF
2305# Check that the precious variables saved in the cache have kept the same
2306# value.
2307ac_cache_corrupted=false
2308for ac_var in $ac_precious_vars; do
2309 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2310 eval ac_new_set=\$ac_env_${ac_var}_set
2311 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2312 eval ac_new_val=\$ac_env_${ac_var}_value
2313 case $ac_old_set,$ac_new_set in
2314 set,)
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2316$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2317 ac_cache_corrupted=: ;;
2318 ,set)
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2320$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2321 ac_cache_corrupted=: ;;
2322 ,);;
2323 *)
2324 if test "x$ac_old_val" != "x$ac_new_val"; then
2325 # differences in whitespace do not lead to failure.
2326 ac_old_val_w=`echo x $ac_old_val`
2327 ac_new_val_w=`echo x $ac_new_val`
2328 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2330$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2331 ac_cache_corrupted=:
2332 else
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2334$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2335 eval $ac_var=\$ac_old_val
2336 fi
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2338$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2339 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2340$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2341 fi;;
2342 esac
2343 # Pass precious variables to config.status.
2344 if test "$ac_new_set" = set; then
2345 case $ac_new_val in
2346 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2347 *) ac_arg=$ac_var=$ac_new_val ;;
2348 esac
2349 case " $ac_configure_args " in
2350 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2351 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2352 esac
2353 fi
2354done
2355if $ac_cache_corrupted; then
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2357$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2359$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2360 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2361fi
2362## -------------------- ##
2363## Main body of script. ##
2364## -------------------- ##
6bb11ab3 2365
136da8cd
MF
2366ac_ext=c
2367ac_cpp='$CPP $CPPFLAGS'
2368ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2369ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2370ac_compiler_gnu=$ac_cv_c_compiler_gnu
6bb11ab3
L
2371
2372
2373
2374
2375
2376
2377
c2783492
MF
2378ac_aux_dir=
2379for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2380 if test -f "$ac_dir/install-sh"; then
2381 ac_aux_dir=$ac_dir
2382 ac_install_sh="$ac_aux_dir/install-sh -c"
2383 break
2384 elif test -f "$ac_dir/install.sh"; then
2385 ac_aux_dir=$ac_dir
2386 ac_install_sh="$ac_aux_dir/install.sh -c"
2387 break
2388 elif test -f "$ac_dir/shtool"; then
2389 ac_aux_dir=$ac_dir
2390 ac_install_sh="$ac_aux_dir/shtool install -c"
2391 break
2392 fi
2393done
2394if test -z "$ac_aux_dir"; then
2395 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2396fi
2397
2398# These three variables are undocumented and unsupported,
2399# and are intended to be withdrawn in a future Autoconf release.
2400# They can cause serious problems if a builder's source tree is in a directory
2401# whose full name contains unusual characters.
2402ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2403ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2404ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2405
2406
2407# Make sure we can run config.sub.
2408$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2409 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2410
2411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2412$as_echo_n "checking build system type... " >&6; }
2413if ${ac_cv_build+:} false; then :
2414 $as_echo_n "(cached) " >&6
2415else
2416 ac_build_alias=$build_alias
2417test "x$ac_build_alias" = x &&
2418 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2419test "x$ac_build_alias" = x &&
2420 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2421ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2422 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2423
2424fi
2425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2426$as_echo "$ac_cv_build" >&6; }
2427case $ac_cv_build in
2428*-*-*) ;;
2429*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2430esac
2431build=$ac_cv_build
2432ac_save_IFS=$IFS; IFS='-'
2433set x $ac_cv_build
2434shift
2435build_cpu=$1
2436build_vendor=$2
2437shift; shift
2438# Remember, the first character of IFS is used to create $*,
2439# except with old shells:
2440build_os=$*
2441IFS=$ac_save_IFS
2442case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2443
2444
2445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2446$as_echo_n "checking host system type... " >&6; }
2447if ${ac_cv_host+:} false; then :
2448 $as_echo_n "(cached) " >&6
2449else
2450 if test "x$host_alias" = x; then
2451 ac_cv_host=$ac_cv_build
2452else
2453 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2454 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2455fi
2456
2457fi
2458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2459$as_echo "$ac_cv_host" >&6; }
2460case $ac_cv_host in
2461*-*-*) ;;
2462*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2463esac
2464host=$ac_cv_host
2465ac_save_IFS=$IFS; IFS='-'
2466set x $ac_cv_host
2467shift
2468host_cpu=$1
2469host_vendor=$2
2470shift; shift
2471# Remember, the first character of IFS is used to create $*,
2472# except with old shells:
2473host_os=$*
2474IFS=$ac_save_IFS
2475case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2476
2477
2478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2479$as_echo_n "checking target system type... " >&6; }
2480if ${ac_cv_target+:} false; then :
2481 $as_echo_n "(cached) " >&6
2482else
2483 if test "x$target_alias" = x; then
2484 ac_cv_target=$ac_cv_host
2485else
2486 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2487 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2488fi
2489
2490fi
2491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2492$as_echo "$ac_cv_target" >&6; }
2493case $ac_cv_target in
2494*-*-*) ;;
2495*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2496esac
2497target=$ac_cv_target
2498ac_save_IFS=$IFS; IFS='-'
2499set x $ac_cv_target
2500shift
2501target_cpu=$1
2502target_vendor=$2
2503shift; shift
2504# Remember, the first character of IFS is used to create $*,
2505# except with old shells:
2506target_os=$*
2507IFS=$ac_save_IFS
2508case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2509
2510
2511# The aliases save the names the user supplied, while $host etc.
2512# will get canonicalized.
2513test -n "$target_alias" &&
2514 test "$program_prefix$program_suffix$program_transform_name" = \
2515 NONENONEs,x,x, &&
2516 program_prefix=${target_alias}-
6bb11ab3
L
2517ac_ext=c
2518ac_cpp='$CPP $CPPFLAGS'
2519ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2520ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2521ac_compiler_gnu=$ac_cv_c_compiler_gnu
2522if test -n "$ac_tool_prefix"; then
2523 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2524set dummy ${ac_tool_prefix}gcc; ac_word=$2
2525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2526$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2527if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2528 $as_echo_n "(cached) " >&6
2529else
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=.
2538 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2540 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2542 break 2
2543 fi
2544done
2545 done
2546IFS=$as_save_IFS
2547
2548fi
2549fi
2550CC=$ac_cv_prog_CC
2551if test -n "$CC"; then
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2553$as_echo "$CC" >&6; }
2554else
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2556$as_echo "no" >&6; }
2557fi
2558
2559
2560fi
2561if test -z "$ac_cv_prog_CC"; then
2562 ac_ct_CC=$CC
2563 # Extract the first word of "gcc", so it can be a program name with args.
2564set dummy gcc; ac_word=$2
2565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2566$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2567if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2568 $as_echo_n "(cached) " >&6
2569else
2570 if test -n "$ac_ct_CC"; then
2571 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2572else
2573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574for as_dir in $PATH
2575do
2576 IFS=$as_save_IFS
2577 test -z "$as_dir" && as_dir=.
2578 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2580 ac_cv_prog_ac_ct_CC="gcc"
2581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2582 break 2
2583 fi
2584done
2585 done
2586IFS=$as_save_IFS
2587
2588fi
2589fi
2590ac_ct_CC=$ac_cv_prog_ac_ct_CC
2591if test -n "$ac_ct_CC"; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2593$as_echo "$ac_ct_CC" >&6; }
2594else
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2596$as_echo "no" >&6; }
2597fi
2598
2599 if test "x$ac_ct_CC" = x; then
2600 CC=""
2601 else
2602 case $cross_compiling:$ac_tool_warned in
2603yes:)
2604{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2605$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2606ac_tool_warned=yes ;;
2607esac
2608 CC=$ac_ct_CC
2609 fi
2610else
2611 CC="$ac_cv_prog_CC"
2612fi
2613
2614if test -z "$CC"; then
2615 if test -n "$ac_tool_prefix"; then
2616 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2617set dummy ${ac_tool_prefix}cc; ac_word=$2
2618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2619$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2620if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2621 $as_echo_n "(cached) " >&6
2622else
2623 if test -n "$CC"; then
2624 ac_cv_prog_CC="$CC" # Let the user override the test.
2625else
2626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2627for as_dir in $PATH
2628do
2629 IFS=$as_save_IFS
2630 test -z "$as_dir" && as_dir=.
2631 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2632 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2633 ac_cv_prog_CC="${ac_tool_prefix}cc"
2634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2635 break 2
2636 fi
2637done
2638 done
2639IFS=$as_save_IFS
2640
2641fi
2642fi
2643CC=$ac_cv_prog_CC
2644if test -n "$CC"; then
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2646$as_echo "$CC" >&6; }
2647else
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2649$as_echo "no" >&6; }
2650fi
2651
2652
2653 fi
2654fi
2655if test -z "$CC"; then
2656 # Extract the first word of "cc", so it can be a program name with args.
2657set dummy cc; ac_word=$2
2658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2659$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2660if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2661 $as_echo_n "(cached) " >&6
2662else
2663 if test -n "$CC"; then
2664 ac_cv_prog_CC="$CC" # Let the user override the test.
2665else
2666 ac_prog_rejected=no
2667as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668for as_dir in $PATH
2669do
2670 IFS=$as_save_IFS
2671 test -z "$as_dir" && as_dir=.
2672 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2673 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2674 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2675 ac_prog_rejected=yes
2676 continue
2677 fi
2678 ac_cv_prog_CC="cc"
2679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2680 break 2
2681 fi
2682done
2683 done
2684IFS=$as_save_IFS
2685
2686if test $ac_prog_rejected = yes; then
2687 # We found a bogon in the path, so make sure we never use it.
2688 set dummy $ac_cv_prog_CC
2689 shift
2690 if test $# != 0; then
2691 # We chose a different compiler from the bogus one.
2692 # However, it has the same basename, so the bogon will be chosen
2693 # first if we set CC to just the basename; use the full file name.
2694 shift
2695 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2696 fi
2697fi
2698fi
2699fi
2700CC=$ac_cv_prog_CC
2701if test -n "$CC"; then
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2703$as_echo "$CC" >&6; }
2704else
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2706$as_echo "no" >&6; }
2707fi
2708
2709
2710fi
2711if test -z "$CC"; then
2712 if test -n "$ac_tool_prefix"; then
2713 for ac_prog in cl.exe
2714 do
2715 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2716set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2718$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2719if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2720 $as_echo_n "(cached) " >&6
2721else
2722 if test -n "$CC"; then
2723 ac_cv_prog_CC="$CC" # Let the user override the test.
2724else
2725as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2726for as_dir in $PATH
2727do
2728 IFS=$as_save_IFS
2729 test -z "$as_dir" && as_dir=.
2730 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2732 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2734 break 2
2735 fi
2736done
2737 done
2738IFS=$as_save_IFS
2739
2740fi
2741fi
2742CC=$ac_cv_prog_CC
2743if test -n "$CC"; then
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2745$as_echo "$CC" >&6; }
2746else
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2748$as_echo "no" >&6; }
2749fi
2750
2751
2752 test -n "$CC" && break
2753 done
2754fi
2755if test -z "$CC"; then
2756 ac_ct_CC=$CC
2757 for ac_prog in cl.exe
2758do
2759 # Extract the first word of "$ac_prog", so it can be a program name with args.
2760set dummy $ac_prog; ac_word=$2
2761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2762$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2763if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2764 $as_echo_n "(cached) " >&6
2765else
2766 if test -n "$ac_ct_CC"; then
2767 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2768else
2769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2770for as_dir in $PATH
2771do
2772 IFS=$as_save_IFS
2773 test -z "$as_dir" && as_dir=.
2774 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2776 ac_cv_prog_ac_ct_CC="$ac_prog"
2777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2778 break 2
2779 fi
2780done
2781 done
2782IFS=$as_save_IFS
2783
2784fi
2785fi
2786ac_ct_CC=$ac_cv_prog_ac_ct_CC
2787if test -n "$ac_ct_CC"; then
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2789$as_echo "$ac_ct_CC" >&6; }
2790else
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2792$as_echo "no" >&6; }
2793fi
2794
2795
2796 test -n "$ac_ct_CC" && break
2797done
2798
2799 if test "x$ac_ct_CC" = x; then
2800 CC=""
2801 else
2802 case $cross_compiling:$ac_tool_warned in
2803yes:)
2804{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2805$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2806ac_tool_warned=yes ;;
2807esac
2808 CC=$ac_ct_CC
2809 fi
2810fi
2811
2812fi
2813
2814
2815test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2816$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2817as_fn_error $? "no acceptable C compiler found in \$PATH
2818See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2819
2820# Provide some information about the compiler.
2821$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2822set X $ac_compile
2823ac_compiler=$2
2824for ac_option in --version -v -V -qversion; do
2825 { { ac_try="$ac_compiler $ac_option >&5"
2826case "(($ac_try" in
2827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2828 *) ac_try_echo=$ac_try;;
2829esac
2830eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2831$as_echo "$ac_try_echo"; } >&5
2832 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2833 ac_status=$?
2834 if test -s conftest.err; then
2835 sed '10a\
2836... rest of stderr output deleted ...
2837 10q' conftest.err >conftest.er1
2838 cat conftest.er1 >&5
6bb11ab3 2839 fi
d0ac1c44 2840 rm -f conftest.er1 conftest.err
6bb11ab3
L
2841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2842 test $ac_status = 0; }
2843done
2844
2845cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2846/* end confdefs.h. */
2847
2848int
2849main ()
2850{
2851
2852 ;
2853 return 0;
2854}
2855_ACEOF
2856ac_clean_files_save=$ac_clean_files
d0ac1c44 2857ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2858# Try to create an executable without -o first, disregard a.out.
2859# It will help us diagnose broken compilers, and finding out an intuition
2860# of exeext.
d0ac1c44
SM
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2862$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2863ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2864
2865# The possible output files:
2866ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2867
2868ac_rmfiles=
2869for ac_file in $ac_files
2870do
2871 case $ac_file in
2872 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2873 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2874 esac
2875done
2876rm -f $ac_rmfiles
2877
2878if { { ac_try="$ac_link_default"
2879case "(($ac_try" in
2880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2881 *) ac_try_echo=$ac_try;;
2882esac
2883eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2884$as_echo "$ac_try_echo"; } >&5
2885 (eval "$ac_link_default") 2>&5
2886 ac_status=$?
2887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2888 test $ac_status = 0; }; then :
2889 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2890# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2891# in a Makefile. We should not override ac_cv_exeext if it was cached,
2892# so that the user can short-circuit this test for compilers unknown to
2893# Autoconf.
2894for ac_file in $ac_files ''
2895do
2896 test -f "$ac_file" || continue
2897 case $ac_file in
2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2899 ;;
2900 [ab].out )
2901 # We found the default executable, but exeext='' is most
2902 # certainly right.
2903 break;;
2904 *.* )
2905 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2906 then :; else
2907 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2908 fi
2909 # We set ac_cv_exeext here because the later test for it is not
2910 # safe: cross compilers may not add the suffix if given an `-o'
2911 # argument, so we may need to know it at that point already.
2912 # Even if this section looks crufty: it has the advantage of
2913 # actually working.
2914 break;;
2915 * )
2916 break;;
2917 esac
2918done
2919test "$ac_cv_exeext" = no && ac_cv_exeext=
2920
2921else
2922 ac_file=''
2923fi
6bb11ab3 2924if test -z "$ac_file"; then :
d0ac1c44
SM
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2926$as_echo "no" >&6; }
2927$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2928sed 's/^/| /' conftest.$ac_ext >&5
2929
2930{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2931$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2932as_fn_error 77 "C compiler cannot create executables
2933See \`config.log' for more details" "$LINENO" 5; }
2934else
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2936$as_echo "yes" >&6; }
6bb11ab3 2937fi
d0ac1c44
SM
2938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2939$as_echo_n "checking for C compiler default output file name... " >&6; }
2940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2941$as_echo "$ac_file" >&6; }
6bb11ab3
L
2942ac_exeext=$ac_cv_exeext
2943
d0ac1c44 2944rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2945ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2947$as_echo_n "checking for suffix of executables... " >&6; }
2948if { { ac_try="$ac_link"
2949case "(($ac_try" in
2950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2951 *) ac_try_echo=$ac_try;;
2952esac
2953eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2954$as_echo "$ac_try_echo"; } >&5
2955 (eval "$ac_link") 2>&5
2956 ac_status=$?
2957 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2958 test $ac_status = 0; }; then :
2959 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2960# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2961# work properly (i.e., refer to `conftest.exe'), while it won't with
2962# `rm'.
2963for ac_file in conftest.exe conftest conftest.*; do
2964 test -f "$ac_file" || continue
2965 case $ac_file in
2966 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2967 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2968 break;;
2969 * ) break;;
2970 esac
2971done
2972else
2973 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2974$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2975as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2976See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2977fi
d0ac1c44 2978rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2980$as_echo "$ac_cv_exeext" >&6; }
2981
2982rm -f conftest.$ac_ext
2983EXEEXT=$ac_cv_exeext
2984ac_exeext=$EXEEXT
d0ac1c44
SM
2985cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986/* end confdefs.h. */
2987#include <stdio.h>
2988int
2989main ()
2990{
2991FILE *f = fopen ("conftest.out", "w");
2992 return ferror (f) || fclose (f) != 0;
2993
2994 ;
2995 return 0;
2996}
2997_ACEOF
2998ac_clean_files="$ac_clean_files conftest.out"
2999# Check that the compiler produces executables we can run. If not, either
3000# the compiler is broken, or we cross compile.
3001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3002$as_echo_n "checking whether we are cross compiling... " >&6; }
3003if test "$cross_compiling" != yes; then
3004 { { ac_try="$ac_link"
3005case "(($ac_try" in
3006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3007 *) ac_try_echo=$ac_try;;
3008esac
3009eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3010$as_echo "$ac_try_echo"; } >&5
3011 (eval "$ac_link") 2>&5
3012 ac_status=$?
3013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3014 test $ac_status = 0; }
3015 if { ac_try='./conftest$ac_cv_exeext'
3016 { { case "(($ac_try" in
3017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3018 *) ac_try_echo=$ac_try;;
3019esac
3020eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3021$as_echo "$ac_try_echo"; } >&5
3022 (eval "$ac_try") 2>&5
3023 ac_status=$?
3024 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3025 test $ac_status = 0; }; }; then
3026 cross_compiling=no
3027 else
3028 if test "$cross_compiling" = maybe; then
3029 cross_compiling=yes
3030 else
3031 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3032$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3033as_fn_error $? "cannot run C compiled programs.
3034If you meant to cross compile, use \`--host'.
3035See \`config.log' for more details" "$LINENO" 5; }
3036 fi
3037 fi
3038fi
3039{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3040$as_echo "$cross_compiling" >&6; }
3041
3042rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3043ac_clean_files=$ac_clean_files_save
6bb11ab3
L
3044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3045$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3046if ${ac_cv_objext+:} false; then :
6bb11ab3
L
3047 $as_echo_n "(cached) " >&6
3048else
3049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3050/* end confdefs.h. */
3051
3052int
3053main ()
3054{
3055
3056 ;
3057 return 0;
3058}
3059_ACEOF
3060rm -f conftest.o conftest.obj
3061if { { ac_try="$ac_compile"
3062case "(($ac_try" in
3063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3064 *) ac_try_echo=$ac_try;;
3065esac
3066eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3067$as_echo "$ac_try_echo"; } >&5
3068 (eval "$ac_compile") 2>&5
3069 ac_status=$?
3070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3071 test $ac_status = 0; }; then :
3072 for ac_file in conftest.o conftest.obj conftest.*; do
3073 test -f "$ac_file" || continue;
3074 case $ac_file in
3075 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3076 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3077 break;;
3078 esac
3079done
3080else
3081 $as_echo "$as_me: failed program was:" >&5
3082sed 's/^/| /' conftest.$ac_ext >&5
3083
3084{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3085$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3086as_fn_error $? "cannot compute suffix of object files: cannot compile
3087See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3088fi
3089rm -f conftest.$ac_cv_objext conftest.$ac_ext
3090fi
3091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3092$as_echo "$ac_cv_objext" >&6; }
3093OBJEXT=$ac_cv_objext
3094ac_objext=$OBJEXT
3095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3096$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3097if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
3098 $as_echo_n "(cached) " >&6
3099else
3100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3101/* end confdefs.h. */
3102
3103int
3104main ()
3105{
3106#ifndef __GNUC__
3107 choke me
3108#endif
3109
3110 ;
3111 return 0;
3112}
3113_ACEOF
3114if ac_fn_c_try_compile "$LINENO"; then :
3115 ac_compiler_gnu=yes
3116else
3117 ac_compiler_gnu=no
3118fi
3119rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3120ac_cv_c_compiler_gnu=$ac_compiler_gnu
3121
3122fi
3123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3124$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3125if test $ac_compiler_gnu = yes; then
3126 GCC=yes
3127else
3128 GCC=
3129fi
3130ac_test_CFLAGS=${CFLAGS+set}
3131ac_save_CFLAGS=$CFLAGS
3132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3133$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3134if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3135 $as_echo_n "(cached) " >&6
3136else
3137 ac_save_c_werror_flag=$ac_c_werror_flag
3138 ac_c_werror_flag=yes
3139 ac_cv_prog_cc_g=no
3140 CFLAGS="-g"
3141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3142/* end confdefs.h. */
3143
3144int
3145main ()
3146{
3147
3148 ;
3149 return 0;
3150}
3151_ACEOF
3152if ac_fn_c_try_compile "$LINENO"; then :
3153 ac_cv_prog_cc_g=yes
3154else
3155 CFLAGS=""
3156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3157/* end confdefs.h. */
3158
3159int
3160main ()
3161{
3162
3163 ;
3164 return 0;
3165}
3166_ACEOF
3167if ac_fn_c_try_compile "$LINENO"; then :
3168
3169else
3170 ac_c_werror_flag=$ac_save_c_werror_flag
3171 CFLAGS="-g"
3172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3173/* end confdefs.h. */
3174
3175int
3176main ()
3177{
3178
3179 ;
3180 return 0;
3181}
3182_ACEOF
3183if ac_fn_c_try_compile "$LINENO"; then :
3184 ac_cv_prog_cc_g=yes
3185fi
3186rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3187fi
3188rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3189fi
3190rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3191 ac_c_werror_flag=$ac_save_c_werror_flag
3192fi
3193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3194$as_echo "$ac_cv_prog_cc_g" >&6; }
3195if test "$ac_test_CFLAGS" = set; then
3196 CFLAGS=$ac_save_CFLAGS
3197elif test $ac_cv_prog_cc_g = yes; then
3198 if test "$GCC" = yes; then
3199 CFLAGS="-g -O2"
3200 else
3201 CFLAGS="-g"
3202 fi
3203else
3204 if test "$GCC" = yes; then
3205 CFLAGS="-O2"
3206 else
3207 CFLAGS=
3208 fi
3209fi
3210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3211$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3212if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3213 $as_echo_n "(cached) " >&6
3214else
3215 ac_cv_prog_cc_c89=no
3216ac_save_CC=$CC
3217cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3218/* end confdefs.h. */
3219#include <stdarg.h>
3220#include <stdio.h>
d0ac1c44 3221struct stat;
6bb11ab3
L
3222/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3223struct buf { int x; };
3224FILE * (*rcsopen) (struct buf *, struct stat *, int);
3225static char *e (p, i)
3226 char **p;
3227 int i;
3228{
3229 return p[i];
3230}
3231static char *f (char * (*g) (char **, int), char **p, ...)
3232{
3233 char *s;
3234 va_list v;
3235 va_start (v,p);
3236 s = g (p, va_arg (v,int));
3237 va_end (v);
3238 return s;
3239}
3240
3241/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3242 function prototypes and stuff, but not '\xHH' hex character constants.
3243 These don't provoke an error unfortunately, instead are silently treated
3244 as 'x'. The following induces an error, until -std is added to get
3245 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3246 array size at least. It's necessary to write '\x00'==0 to get something
3247 that's true only with -std. */
3248int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3249
3250/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3251 inside strings and character constants. */
3252#define FOO(x) 'x'
3253int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3254
3255int test (int i, double x);
3256struct s1 {int (*f) (int a);};
3257struct s2 {int (*f) (double a);};
3258int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3259int argc;
3260char **argv;
3261int
3262main ()
3263{
3264return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3265 ;
3266 return 0;
3267}
3268_ACEOF
3269for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3270 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3271do
3272 CC="$ac_save_CC $ac_arg"
3273 if ac_fn_c_try_compile "$LINENO"; then :
3274 ac_cv_prog_cc_c89=$ac_arg
3275fi
3276rm -f core conftest.err conftest.$ac_objext
3277 test "x$ac_cv_prog_cc_c89" != "xno" && break
3278done
3279rm -f conftest.$ac_ext
3280CC=$ac_save_CC
3281
3282fi
3283# AC_CACHE_VAL
3284case "x$ac_cv_prog_cc_c89" in
3285 x)
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3287$as_echo "none needed" >&6; } ;;
3288 xno)
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3290$as_echo "unsupported" >&6; } ;;
3291 *)
3292 CC="$CC $ac_cv_prog_cc_c89"
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3294$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3295esac
3296if test "x$ac_cv_prog_cc_c89" != xno; then :
3297
3298fi
3299
3300ac_ext=c
3301ac_cpp='$CPP $CPPFLAGS'
3302ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3303ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3304ac_compiler_gnu=$ac_cv_c_compiler_gnu
3305
c2783492 3306
ebe9564b
MF
3307ac_ext=c
3308ac_cpp='$CPP $CPPFLAGS'
3309ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3310ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3311ac_compiler_gnu=$ac_cv_c_compiler_gnu
3312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3313$as_echo_n "checking how to run the C preprocessor... " >&6; }
3314# On Suns, sometimes $CPP names a directory.
3315if test -n "$CPP" && test -d "$CPP"; then
3316 CPP=
3317fi
3318if test -z "$CPP"; then
3319 if ${ac_cv_prog_CPP+:} false; then :
3320 $as_echo_n "(cached) " >&6
3321else
3322 # Double quotes because CPP needs to be expanded
3323 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3324 do
3325 ac_preproc_ok=false
3326for ac_c_preproc_warn_flag in '' yes
3327do
3328 # Use a header file that comes with gcc, so configuring glibc
3329 # with a fresh cross-compiler works.
3330 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3331 # <limits.h> exists even on freestanding compilers.
3332 # On the NeXT, cc -E runs the code through the compiler's parser,
3333 # not just through cpp. "Syntax error" is here to catch this case.
3334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3335/* end confdefs.h. */
3336#ifdef __STDC__
3337# include <limits.h>
3338#else
3339# include <assert.h>
3340#endif
3341 Syntax error
3342_ACEOF
3343if ac_fn_c_try_cpp "$LINENO"; then :
3344
3345else
3346 # Broken: fails on valid input.
3347continue
3348fi
3349rm -f conftest.err conftest.i conftest.$ac_ext
3350
3351 # OK, works on sane cases. Now check whether nonexistent headers
3352 # can be detected and how.
3353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3354/* end confdefs.h. */
3355#include <ac_nonexistent.h>
3356_ACEOF
3357if ac_fn_c_try_cpp "$LINENO"; then :
3358 # Broken: success on invalid input.
3359continue
3360else
3361 # Passes both tests.
3362ac_preproc_ok=:
3363break
3364fi
3365rm -f conftest.err conftest.i conftest.$ac_ext
3366
3367done
3368# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3369rm -f conftest.i conftest.err conftest.$ac_ext
3370if $ac_preproc_ok; then :
3371 break
3372fi
3373
3374 done
3375 ac_cv_prog_CPP=$CPP
3376
3377fi
3378 CPP=$ac_cv_prog_CPP
3379else
3380 ac_cv_prog_CPP=$CPP
3381fi
3382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3383$as_echo "$CPP" >&6; }
3384ac_preproc_ok=false
3385for ac_c_preproc_warn_flag in '' yes
3386do
3387 # Use a header file that comes with gcc, so configuring glibc
3388 # with a fresh cross-compiler works.
3389 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3390 # <limits.h> exists even on freestanding compilers.
3391 # On the NeXT, cc -E runs the code through the compiler's parser,
3392 # not just through cpp. "Syntax error" is here to catch this case.
3393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3394/* end confdefs.h. */
3395#ifdef __STDC__
3396# include <limits.h>
3397#else
3398# include <assert.h>
3399#endif
3400 Syntax error
3401_ACEOF
3402if ac_fn_c_try_cpp "$LINENO"; then :
3403
3404else
3405 # Broken: fails on valid input.
3406continue
3407fi
3408rm -f conftest.err conftest.i conftest.$ac_ext
3409
3410 # OK, works on sane cases. Now check whether nonexistent headers
3411 # can be detected and how.
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3413/* end confdefs.h. */
3414#include <ac_nonexistent.h>
3415_ACEOF
3416if ac_fn_c_try_cpp "$LINENO"; then :
3417 # Broken: success on invalid input.
3418continue
3419else
3420 # Passes both tests.
3421ac_preproc_ok=:
3422break
3423fi
3424rm -f conftest.err conftest.i conftest.$ac_ext
3425
3426done
3427# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3428rm -f conftest.i conftest.err conftest.$ac_ext
3429if $ac_preproc_ok; then :
3430
3431else
3432 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3433$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3434as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3435See \`config.log' for more details" "$LINENO" 5; }
3436fi
3437
3438ac_ext=c
3439ac_cpp='$CPP $CPPFLAGS'
3440ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3441ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3442ac_compiler_gnu=$ac_cv_c_compiler_gnu
3443
6bb11ab3
L
3444
3445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3446$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3447if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3448 $as_echo_n "(cached) " >&6
3449else
3450 if test -z "$GREP"; then
3451 ac_path_GREP_found=false
3452 # Loop through the user's path and test for each of PROGNAME-LIST
3453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3454for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3455do
3456 IFS=$as_save_IFS
3457 test -z "$as_dir" && as_dir=.
3458 for ac_prog in grep ggrep; do
3459 for ac_exec_ext in '' $ac_executable_extensions; do
3460 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3461 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3462# Check for GNU ac_path_GREP and select it if it is found.
3463 # Check for GNU $ac_path_GREP
3464case `"$ac_path_GREP" --version 2>&1` in
3465*GNU*)
3466 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3467*)
3468 ac_count=0
3469 $as_echo_n 0123456789 >"conftest.in"
3470 while :
3471 do
3472 cat "conftest.in" "conftest.in" >"conftest.tmp"
3473 mv "conftest.tmp" "conftest.in"
3474 cp "conftest.in" "conftest.nl"
3475 $as_echo 'GREP' >> "conftest.nl"
3476 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3477 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3478 as_fn_arith $ac_count + 1 && ac_count=$as_val
3479 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3480 # Best one so far, save it but keep looking for a better one
3481 ac_cv_path_GREP="$ac_path_GREP"
3482 ac_path_GREP_max=$ac_count
3483 fi
3484 # 10*(2^10) chars as input seems more than enough
3485 test $ac_count -gt 10 && break
3486 done
3487 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3488esac
3489
3490 $ac_path_GREP_found && break 3
3491 done
3492 done
3493 done
3494IFS=$as_save_IFS
3495 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3496 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3497 fi
3498else
3499 ac_cv_path_GREP=$GREP
3500fi
3501
3502fi
3503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3504$as_echo "$ac_cv_path_GREP" >&6; }
3505 GREP="$ac_cv_path_GREP"
3506
3507
3508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3509$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3510if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3511 $as_echo_n "(cached) " >&6
3512else
3513 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3514 then ac_cv_path_EGREP="$GREP -E"
3515 else
3516 if test -z "$EGREP"; then
3517 ac_path_EGREP_found=false
3518 # Loop through the user's path and test for each of PROGNAME-LIST
3519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3520for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3521do
3522 IFS=$as_save_IFS
3523 test -z "$as_dir" && as_dir=.
3524 for ac_prog in egrep; do
3525 for ac_exec_ext in '' $ac_executable_extensions; do
3526 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3527 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3528# Check for GNU ac_path_EGREP and select it if it is found.
3529 # Check for GNU $ac_path_EGREP
3530case `"$ac_path_EGREP" --version 2>&1` in
3531*GNU*)
3532 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3533*)
3534 ac_count=0
3535 $as_echo_n 0123456789 >"conftest.in"
3536 while :
3537 do
3538 cat "conftest.in" "conftest.in" >"conftest.tmp"
3539 mv "conftest.tmp" "conftest.in"
3540 cp "conftest.in" "conftest.nl"
3541 $as_echo 'EGREP' >> "conftest.nl"
3542 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3543 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3544 as_fn_arith $ac_count + 1 && ac_count=$as_val
3545 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3546 # Best one so far, save it but keep looking for a better one
3547 ac_cv_path_EGREP="$ac_path_EGREP"
3548 ac_path_EGREP_max=$ac_count
3549 fi
3550 # 10*(2^10) chars as input seems more than enough
3551 test $ac_count -gt 10 && break
3552 done
3553 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3554esac
3555
3556 $ac_path_EGREP_found && break 3
3557 done
3558 done
3559 done
3560IFS=$as_save_IFS
3561 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3562 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3563 fi
3564else
3565 ac_cv_path_EGREP=$EGREP
3566fi
3567
3568 fi
3569fi
3570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3571$as_echo "$ac_cv_path_EGREP" >&6; }
3572 EGREP="$ac_cv_path_EGREP"
3573
3574
3575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3576$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3577if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3578 $as_echo_n "(cached) " >&6
3579else
3580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3581/* end confdefs.h. */
3582#include <stdlib.h>
3583#include <stdarg.h>
3584#include <string.h>
3585#include <float.h>
3586
3587int
3588main ()
3589{
3590
3591 ;
3592 return 0;
3593}
3594_ACEOF
3595if ac_fn_c_try_compile "$LINENO"; then :
3596 ac_cv_header_stdc=yes
3597else
3598 ac_cv_header_stdc=no
3599fi
3600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3601
3602if test $ac_cv_header_stdc = yes; then
3603 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3605/* end confdefs.h. */
3606#include <string.h>
3607
3608_ACEOF
3609if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3610 $EGREP "memchr" >/dev/null 2>&1; then :
3611
3612else
3613 ac_cv_header_stdc=no
3614fi
3615rm -f conftest*
3616
3617fi
3618
3619if test $ac_cv_header_stdc = yes; then
3620 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3622/* end confdefs.h. */
3623#include <stdlib.h>
3624
3625_ACEOF
3626if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3627 $EGREP "free" >/dev/null 2>&1; then :
3628
3629else
3630 ac_cv_header_stdc=no
3631fi
3632rm -f conftest*
3633
3634fi
3635
3636if test $ac_cv_header_stdc = yes; then
3637 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3638 if test "$cross_compiling" = yes; then :
3639 :
3640else
3641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3642/* end confdefs.h. */
3643#include <ctype.h>
3644#include <stdlib.h>
3645#if ((' ' & 0x0FF) == 0x020)
3646# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3647# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3648#else
3649# define ISLOWER(c) \
3650 (('a' <= (c) && (c) <= 'i') \
3651 || ('j' <= (c) && (c) <= 'r') \
3652 || ('s' <= (c) && (c) <= 'z'))
3653# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3654#endif
3655
3656#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3657int
3658main ()
3659{
3660 int i;
3661 for (i = 0; i < 256; i++)
3662 if (XOR (islower (i), ISLOWER (i))
3663 || toupper (i) != TOUPPER (i))
3664 return 2;
3665 return 0;
3666}
3667_ACEOF
3668if ac_fn_c_try_run "$LINENO"; then :
3669
3670else
3671 ac_cv_header_stdc=no
3672fi
3673rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3674 conftest.$ac_objext conftest.beam conftest.$ac_ext
3675fi
3676
3677fi
3678fi
3679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3680$as_echo "$ac_cv_header_stdc" >&6; }
3681if test $ac_cv_header_stdc = yes; then
3682
3683$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3684
3685fi
3686
3687# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3688for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3689 inttypes.h stdint.h unistd.h
3690do :
3691 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3692ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3693"
d0ac1c44 3694if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3695 cat >>confdefs.h <<_ACEOF
3696#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3697_ACEOF
3698
3699fi
3700
3701done
3702
3703
3704
3705 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3706if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3707 MINIX=yes
3708else
3709 MINIX=
3710fi
3711
3712
3713 if test "$MINIX" = yes; then
3714
3715$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3716
3717
3718$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3719
3720
3721$as_echo "#define _MINIX 1" >>confdefs.h
3722
3723 fi
3724
3725
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3727$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3728if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3729 $as_echo_n "(cached) " >&6
3730else
3731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3732/* end confdefs.h. */
3733
d0ac1c44
SM
3734# define __EXTENSIONS__ 1
3735 $ac_includes_default
6bb11ab3
L
3736int
3737main ()
3738{
3739
3740 ;
3741 return 0;
3742}
3743_ACEOF
3744if ac_fn_c_try_compile "$LINENO"; then :
3745 ac_cv_safe_to_define___extensions__=yes
3746else
3747 ac_cv_safe_to_define___extensions__=no
3748fi
3749rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3750fi
3751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3752$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3753 test $ac_cv_safe_to_define___extensions__ = yes &&
3754 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3755
3756 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3757
3758 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3759
3760 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3761
3762 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3763
3764
3765test "$program_prefix" != NONE &&
3766 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3767# Use a double $ so make ignores it.
3768test "$program_suffix" != NONE &&
3769 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3770# Double any \ or $.
3771# By default was `s,x,x', remove it if useless.
3772ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3773program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3774
3775# Find a good install program. We prefer a C program (faster),
3776# so one script is as good as another. But avoid the broken or
3777# incompatible versions:
3778# SysV /etc/install, /usr/sbin/install
3779# SunOS /usr/etc/install
3780# IRIX /sbin/install
3781# AIX /bin/install
3782# AmigaOS /C/install, which installs bootblocks on floppy discs
3783# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3784# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3785# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3786# OS/2's system install, which has a completely different semantic
3787# ./install, which can be erroneously created by make from ./install.sh.
3788# Reject install programs that cannot install multiple files.
3789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3790$as_echo_n "checking for a BSD-compatible install... " >&6; }
3791if test -z "$INSTALL"; then
d0ac1c44 3792if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3793 $as_echo_n "(cached) " >&6
3794else
3795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3796for as_dir in $PATH
3797do
3798 IFS=$as_save_IFS
3799 test -z "$as_dir" && as_dir=.
3800 # Account for people who put trailing slashes in PATH elements.
3801case $as_dir/ in #((
3802 ./ | .// | /[cC]/* | \
3803 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3804 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3805 /usr/ucb/* ) ;;
3806 *)
3807 # OSF1 and SCO ODT 3.0 have their own names for install.
3808 # Don't use installbsd from OSF since it installs stuff as root
3809 # by default.
3810 for ac_prog in ginstall scoinst install; do
3811 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3812 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3813 if test $ac_prog = install &&
3814 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3815 # AIX install. It has an incompatible calling convention.
3816 :
3817 elif test $ac_prog = install &&
3818 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3819 # program-specific install script used by HP pwplus--don't use.
3820 :
3821 else
3822 rm -rf conftest.one conftest.two conftest.dir
3823 echo one > conftest.one
3824 echo two > conftest.two
3825 mkdir conftest.dir
3826 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3827 test -s conftest.one && test -s conftest.two &&
3828 test -s conftest.dir/conftest.one &&
3829 test -s conftest.dir/conftest.two
3830 then
3831 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3832 break 3
3833 fi
3834 fi
3835 fi
3836 done
3837 done
3838 ;;
3839esac
3840
3841 done
3842IFS=$as_save_IFS
3843
3844rm -rf conftest.one conftest.two conftest.dir
3845
3846fi
3847 if test "${ac_cv_path_install+set}" = set; then
3848 INSTALL=$ac_cv_path_install
3849 else
3850 # As a last resort, use the slow shell script. Don't cache a
3851 # value for INSTALL within a source directory, because that will
3852 # break other packages using the cache if that directory is
3853 # removed, or if the value is a relative name.
3854 INSTALL=$ac_install_sh
3855 fi
3856fi
3857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3858$as_echo "$INSTALL" >&6; }
3859
3860# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3861# It thinks the first close brace ends the variable substitution.
3862test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3863
3864test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3865
3866test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3867
3868rm -rf .tst 2>/dev/null
3869mkdir .tst 2>/dev/null
3870if test -d .tst; then
3871 am__leading_dot=.
3872else
3873 am__leading_dot=_
3874fi
3875rmdir .tst 2>/dev/null
3876
3877DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3878
3879
2c2645d7
MF
3880
3881
3882 for ac_header in $ac_header_list
3883do :
3884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3885ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3886"
3887if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3888 cat >>confdefs.h <<_ACEOF
3889#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3890_ACEOF
3891
3892fi
3893
3894done
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
37e9f182
MF
3911
3912
3913 for ac_func in $ac_func_list
3914do :
3915 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3916ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3917if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3918 cat >>confdefs.h <<_ACEOF
3919#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3920_ACEOF
3921
3922fi
3923done
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
6bb11ab3
L
3944
3945case `pwd` in
3946 *\ * | *\ *)
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3948$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3949esac
3950
3951
3952
3953macro_version='2.2.7a'
3954macro_revision='1.3134'
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968ltmain="$ac_aux_dir/ltmain.sh"
3969
3970# Backslashify metacharacters that are still active within
3971# double-quoted strings.
3972sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3973
3974# Same as above, but do not quote variable references.
3975double_quote_subst='s/\(["`\\]\)/\\\1/g'
3976
3977# Sed substitution to delay expansion of an escaped shell variable in a
3978# double_quote_subst'ed string.
3979delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3980
3981# Sed substitution to delay expansion of an escaped single quote.
3982delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3983
3984# Sed substitution to avoid accidental globbing in evaled expressions
3985no_glob_subst='s/\*/\\\*/g'
3986
3987ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3988ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3989ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3990
3991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3992$as_echo_n "checking how to print strings... " >&6; }
3993# Test print first, because it will be a builtin if present.
3994if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3995 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3996 ECHO='print -r --'
3997elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3998 ECHO='printf %s\n'
3999else
4000 # Use this function as a fallback that always works.
4001 func_fallback_echo ()
4002 {
4003 eval 'cat <<_LTECHO_EOF
4004$1
4005_LTECHO_EOF'
4006 }
4007 ECHO='func_fallback_echo'
4008fi
4009
4010# func_echo_all arg...
4011# Invoke $ECHO with all args, space-separated.
4012func_echo_all ()
4013{
4014 $ECHO ""
4015}
4016
4017case "$ECHO" in
4018 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4019$as_echo "printf" >&6; } ;;
4020 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4021$as_echo "print -r" >&6; } ;;
4022 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4023$as_echo "cat" >&6; } ;;
4024esac
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4040$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4041if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
4042 $as_echo_n "(cached) " >&6
4043else
4044 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4045 for ac_i in 1 2 3 4 5 6 7; do
4046 ac_script="$ac_script$as_nl$ac_script"
4047 done
4048 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4049 { ac_script=; unset ac_script;}
4050 if test -z "$SED"; then
4051 ac_path_SED_found=false
4052 # Loop through the user's path and test for each of PROGNAME-LIST
4053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4054for as_dir in $PATH
4055do
4056 IFS=$as_save_IFS
4057 test -z "$as_dir" && as_dir=.
4058 for ac_prog in sed gsed; do
4059 for ac_exec_ext in '' $ac_executable_extensions; do
4060 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4061 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4062# Check for GNU ac_path_SED and select it if it is found.
4063 # Check for GNU $ac_path_SED
4064case `"$ac_path_SED" --version 2>&1` in
4065*GNU*)
4066 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4067*)
4068 ac_count=0
4069 $as_echo_n 0123456789 >"conftest.in"
4070 while :
4071 do
4072 cat "conftest.in" "conftest.in" >"conftest.tmp"
4073 mv "conftest.tmp" "conftest.in"
4074 cp "conftest.in" "conftest.nl"
4075 $as_echo '' >> "conftest.nl"
4076 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4077 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4078 as_fn_arith $ac_count + 1 && ac_count=$as_val
4079 if test $ac_count -gt ${ac_path_SED_max-0}; then
4080 # Best one so far, save it but keep looking for a better one
4081 ac_cv_path_SED="$ac_path_SED"
4082 ac_path_SED_max=$ac_count
4083 fi
4084 # 10*(2^10) chars as input seems more than enough
4085 test $ac_count -gt 10 && break
4086 done
4087 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4088esac
4089
4090 $ac_path_SED_found && break 3
4091 done
4092 done
4093 done
4094IFS=$as_save_IFS
4095 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4096 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4097 fi
4098else
4099 ac_cv_path_SED=$SED
4100fi
4101
4102fi
4103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4104$as_echo "$ac_cv_path_SED" >&6; }
4105 SED="$ac_cv_path_SED"
4106 rm -f conftest.sed
4107
4108test -z "$SED" && SED=sed
4109Xsed="$SED -e 1s/^X//"
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4122$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4123if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4124 $as_echo_n "(cached) " >&6
4125else
4126 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4127 then ac_cv_path_FGREP="$GREP -F"
4128 else
4129 if test -z "$FGREP"; then
4130 ac_path_FGREP_found=false
4131 # Loop through the user's path and test for each of PROGNAME-LIST
4132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4133for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4134do
4135 IFS=$as_save_IFS
4136 test -z "$as_dir" && as_dir=.
4137 for ac_prog in fgrep; do
4138 for ac_exec_ext in '' $ac_executable_extensions; do
4139 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4140 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4141# Check for GNU ac_path_FGREP and select it if it is found.
4142 # Check for GNU $ac_path_FGREP
4143case `"$ac_path_FGREP" --version 2>&1` in
4144*GNU*)
4145 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4146*)
4147 ac_count=0
4148 $as_echo_n 0123456789 >"conftest.in"
4149 while :
4150 do
4151 cat "conftest.in" "conftest.in" >"conftest.tmp"
4152 mv "conftest.tmp" "conftest.in"
4153 cp "conftest.in" "conftest.nl"
4154 $as_echo 'FGREP' >> "conftest.nl"
4155 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4156 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4157 as_fn_arith $ac_count + 1 && ac_count=$as_val
4158 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4159 # Best one so far, save it but keep looking for a better one
4160 ac_cv_path_FGREP="$ac_path_FGREP"
4161 ac_path_FGREP_max=$ac_count
4162 fi
4163 # 10*(2^10) chars as input seems more than enough
4164 test $ac_count -gt 10 && break
4165 done
4166 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4167esac
4168
4169 $ac_path_FGREP_found && break 3
4170 done
4171 done
4172 done
4173IFS=$as_save_IFS
4174 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4175 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4176 fi
4177else
4178 ac_cv_path_FGREP=$FGREP
4179fi
4180
4181 fi
4182fi
4183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4184$as_echo "$ac_cv_path_FGREP" >&6; }
4185 FGREP="$ac_cv_path_FGREP"
4186
4187
4188test -z "$GREP" && GREP=grep
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208# Check whether --with-gnu-ld was given.
4209if test "${with_gnu_ld+set}" = set; then :
4210 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4211else
4212 with_gnu_ld=no
4213fi
4214
4215ac_prog=ld
4216if test "$GCC" = yes; then
4217 # Check if gcc -print-prog-name=ld gives a path.
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4219$as_echo_n "checking for ld used by $CC... " >&6; }
4220 case $host in
4221 *-*-mingw*)
4222 # gcc leaves a trailing carriage return which upsets mingw
4223 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4224 *)
4225 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4226 esac
4227 case $ac_prog in
4228 # Accept absolute paths.
4229 [\\/]* | ?:[\\/]*)
4230 re_direlt='/[^/][^/]*/\.\./'
4231 # Canonicalize the pathname of ld
4232 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4233 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4234 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4235 done
4236 test -z "$LD" && LD="$ac_prog"
4237 ;;
4238 "")
4239 # If it fails, then pretend we aren't using GCC.
4240 ac_prog=ld
4241 ;;
4242 *)
4243 # If it is relative, then search for the first ld in PATH.
4244 with_gnu_ld=unknown
4245 ;;
4246 esac
4247elif test "$with_gnu_ld" = yes; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4249$as_echo_n "checking for GNU ld... " >&6; }
4250else
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4252$as_echo_n "checking for non-GNU ld... " >&6; }
4253fi
d0ac1c44 4254if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4255 $as_echo_n "(cached) " >&6
4256else
4257 if test -z "$LD"; then
4258 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4259 for ac_dir in $PATH; do
4260 IFS="$lt_save_ifs"
4261 test -z "$ac_dir" && ac_dir=.
4262 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4263 lt_cv_path_LD="$ac_dir/$ac_prog"
4264 # Check to see if the program is GNU ld. I'd rather use --version,
4265 # but apparently some variants of GNU ld only accept -v.
4266 # Break only if it was the GNU/non-GNU ld that we prefer.
4267 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4268 *GNU* | *'with BFD'*)
4269 test "$with_gnu_ld" != no && break
4270 ;;
4271 *)
4272 test "$with_gnu_ld" != yes && break
4273 ;;
4274 esac
4275 fi
4276 done
4277 IFS="$lt_save_ifs"
4278else
4279 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4280fi
4281fi
4282
4283LD="$lt_cv_path_LD"
4284if test -n "$LD"; then
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4286$as_echo "$LD" >&6; }
4287else
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4289$as_echo "no" >&6; }
4290fi
d0ac1c44 4291test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4293$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4294if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4295 $as_echo_n "(cached) " >&6
4296else
4297 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4298case `$LD -v 2>&1 </dev/null` in
4299*GNU* | *'with BFD'*)
4300 lt_cv_prog_gnu_ld=yes
4301 ;;
4302*)
4303 lt_cv_prog_gnu_ld=no
4304 ;;
4305esac
4306fi
4307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4308$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4309with_gnu_ld=$lt_cv_prog_gnu_ld
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4320$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4321if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4322 $as_echo_n "(cached) " >&6
4323else
4324 if test -n "$NM"; then
4325 # Let the user override the test.
4326 lt_cv_path_NM="$NM"
4327else
4328 lt_nm_to_check="${ac_tool_prefix}nm"
4329 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4330 lt_nm_to_check="$lt_nm_to_check nm"
4331 fi
4332 for lt_tmp_nm in $lt_nm_to_check; do
4333 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4334 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4335 IFS="$lt_save_ifs"
4336 test -z "$ac_dir" && ac_dir=.
4337 tmp_nm="$ac_dir/$lt_tmp_nm"
4338 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4339 # Check to see if the nm accepts a BSD-compat flag.
4340 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4341 # nm: unknown option "B" ignored
4342 # Tru64's nm complains that /dev/null is an invalid object file
4343 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4344 */dev/null* | *'Invalid file or object type'*)
4345 lt_cv_path_NM="$tmp_nm -B"
4346 break
4347 ;;
4348 *)
4349 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4350 */dev/null*)
4351 lt_cv_path_NM="$tmp_nm -p"
4352 break
4353 ;;
4354 *)
4355 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4356 continue # so that we can try to find one that supports BSD flags
4357 ;;
4358 esac
4359 ;;
4360 esac
4361 fi
4362 done
4363 IFS="$lt_save_ifs"
4364 done
4365 : ${lt_cv_path_NM=no}
4366fi
4367fi
4368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4369$as_echo "$lt_cv_path_NM" >&6; }
4370if test "$lt_cv_path_NM" != "no"; then
4371 NM="$lt_cv_path_NM"
4372else
4373 # Didn't find any BSD compatible name lister, look for dumpbin.
4374 if test -n "$DUMPBIN"; then :
4375 # Let the user override the test.
4376 else
4377 if test -n "$ac_tool_prefix"; then
4378 for ac_prog in dumpbin "link -dump"
4379 do
4380 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4381set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4383$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4384if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4385 $as_echo_n "(cached) " >&6
4386else
4387 if test -n "$DUMPBIN"; then
4388 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4389else
4390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4391for as_dir in $PATH
4392do
4393 IFS=$as_save_IFS
4394 test -z "$as_dir" && as_dir=.
4395 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4396 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4397 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4399 break 2
4400 fi
4401done
4402 done
4403IFS=$as_save_IFS
4404
4405fi
4406fi
4407DUMPBIN=$ac_cv_prog_DUMPBIN
4408if test -n "$DUMPBIN"; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4410$as_echo "$DUMPBIN" >&6; }
4411else
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4413$as_echo "no" >&6; }
4414fi
4415
4416
4417 test -n "$DUMPBIN" && break
4418 done
4419fi
4420if test -z "$DUMPBIN"; then
4421 ac_ct_DUMPBIN=$DUMPBIN
4422 for ac_prog in dumpbin "link -dump"
4423do
4424 # Extract the first word of "$ac_prog", so it can be a program name with args.
4425set dummy $ac_prog; ac_word=$2
4426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4428if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4429 $as_echo_n "(cached) " >&6
4430else
4431 if test -n "$ac_ct_DUMPBIN"; then
4432 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4433else
4434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435for as_dir in $PATH
4436do
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4440 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4441 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443 break 2
4444 fi
4445done
4446 done
4447IFS=$as_save_IFS
4448
4449fi
4450fi
4451ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4452if test -n "$ac_ct_DUMPBIN"; then
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4454$as_echo "$ac_ct_DUMPBIN" >&6; }
4455else
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457$as_echo "no" >&6; }
4458fi
4459
4460
4461 test -n "$ac_ct_DUMPBIN" && break
4462done
4463
4464 if test "x$ac_ct_DUMPBIN" = x; then
4465 DUMPBIN=":"
4466 else
4467 case $cross_compiling:$ac_tool_warned in
4468yes:)
4469{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4470$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4471ac_tool_warned=yes ;;
4472esac
4473 DUMPBIN=$ac_ct_DUMPBIN
4474 fi
4475fi
4476
4477 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4478 *COFF*)
4479 DUMPBIN="$DUMPBIN -symbols"
4480 ;;
4481 *)
4482 DUMPBIN=:
4483 ;;
4484 esac
4485 fi
4486
4487 if test "$DUMPBIN" != ":"; then
4488 NM="$DUMPBIN"
4489 fi
4490fi
4491test -z "$NM" && NM=nm
4492
4493
4494
4495
4496
4497
4498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4499$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4500if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4501 $as_echo_n "(cached) " >&6
4502else
4503 lt_cv_nm_interface="BSD nm"
4504 echo "int some_variable = 0;" > conftest.$ac_ext
4505 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4506 (eval "$ac_compile" 2>conftest.err)
4507 cat conftest.err >&5
4508 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4509 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4510 cat conftest.err >&5
4511 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4512 cat conftest.out >&5
4513 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4514 lt_cv_nm_interface="MS dumpbin"
4515 fi
4516 rm -f conftest*
4517fi
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4519$as_echo "$lt_cv_nm_interface" >&6; }
4520
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4522$as_echo_n "checking whether ln -s works... " >&6; }
4523LN_S=$as_ln_s
4524if test "$LN_S" = "ln -s"; then
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4526$as_echo "yes" >&6; }
4527else
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4529$as_echo "no, using $LN_S" >&6; }
4530fi
4531
4532# find the maximum length of command line arguments
4533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4534$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4535if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4536 $as_echo_n "(cached) " >&6
4537else
4538 i=0
4539 teststring="ABCD"
4540
4541 case $build_os in
4542 msdosdjgpp*)
4543 # On DJGPP, this test can blow up pretty badly due to problems in libc
4544 # (any single argument exceeding 2000 bytes causes a buffer overrun
4545 # during glob expansion). Even if it were fixed, the result of this
4546 # check would be larger than it should be.
4547 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4548 ;;
4549
4550 gnu*)
4551 # Under GNU Hurd, this test is not required because there is
4552 # no limit to the length of command line arguments.
4553 # Libtool will interpret -1 as no limit whatsoever
4554 lt_cv_sys_max_cmd_len=-1;
4555 ;;
4556
4557 cygwin* | mingw* | cegcc*)
4558 # On Win9x/ME, this test blows up -- it succeeds, but takes
4559 # about 5 minutes as the teststring grows exponentially.
4560 # Worse, since 9x/ME are not pre-emptively multitasking,
4561 # you end up with a "frozen" computer, even though with patience
4562 # the test eventually succeeds (with a max line length of 256k).
4563 # Instead, let's just punt: use the minimum linelength reported by
4564 # all of the supported platforms: 8192 (on NT/2K/XP).
4565 lt_cv_sys_max_cmd_len=8192;
4566 ;;
4567
4568 mint*)
4569 # On MiNT this can take a long time and run out of memory.
4570 lt_cv_sys_max_cmd_len=8192;
4571 ;;
4572
4573 amigaos*)
4574 # On AmigaOS with pdksh, this test takes hours, literally.
4575 # So we just punt and use a minimum line length of 8192.
4576 lt_cv_sys_max_cmd_len=8192;
4577 ;;
4578
4579 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4580 # This has been around since 386BSD, at least. Likely further.
4581 if test -x /sbin/sysctl; then
4582 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4583 elif test -x /usr/sbin/sysctl; then
4584 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4585 else
4586 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4587 fi
4588 # And add a safety zone
4589 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4590 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4591 ;;
4592
4593 interix*)
4594 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4595 lt_cv_sys_max_cmd_len=196608
4596 ;;
4597
4598 osf*)
4599 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4600 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4601 # nice to cause kernel panics so lets avoid the loop below.
4602 # First set a reasonable default.
4603 lt_cv_sys_max_cmd_len=16384
4604 #
4605 if test -x /sbin/sysconfig; then
4606 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4607 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4608 esac
4609 fi
4610 ;;
4611 sco3.2v5*)
4612 lt_cv_sys_max_cmd_len=102400
4613 ;;
4614 sysv5* | sco5v6* | sysv4.2uw2*)
4615 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4616 if test -n "$kargmax"; then
4617 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4618 else
4619 lt_cv_sys_max_cmd_len=32768
4620 fi
4621 ;;
4622 *)
4623 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4624 if test -n "$lt_cv_sys_max_cmd_len"; then
4625 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4626 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4627 else
4628 # Make teststring a little bigger before we do anything with it.
4629 # a 1K string should be a reasonable start.
4630 for i in 1 2 3 4 5 6 7 8 ; do
4631 teststring=$teststring$teststring
4632 done
4633 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4634 # If test is not a shell built-in, we'll probably end up computing a
4635 # maximum length that is only half of the actual maximum length, but
4636 # we can't tell.
4637 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4638 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4639 test $i != 17 # 1/2 MB should be enough
4640 do
4641 i=`expr $i + 1`
4642 teststring=$teststring$teststring
4643 done
4644 # Only check the string length outside the loop.
4645 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4646 teststring=
4647 # Add a significant safety factor because C++ compilers can tack on
4648 # massive amounts of additional arguments before passing them to the
4649 # linker. It appears as though 1/2 is a usable value.
4650 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4651 fi
4652 ;;
4653 esac
4654
4655fi
4656
4657if test -n $lt_cv_sys_max_cmd_len ; then
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4659$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4660else
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4662$as_echo "none" >&6; }
4663fi
4664max_cmd_len=$lt_cv_sys_max_cmd_len
4665
4666
4667
4668
4669
4670
4671: ${CP="cp -f"}
4672: ${MV="mv -f"}
4673: ${RM="rm -f"}
4674
4675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4676$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4677# Try some XSI features
4678xsi_shell=no
4679( _lt_dummy="a/b/c"
4680 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4681 = c,a/b,, \
4682 && eval 'test $(( 1 + 1 )) -eq 2 \
4683 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4684 && xsi_shell=yes
4685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4686$as_echo "$xsi_shell" >&6; }
4687
4688
4689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4690$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4691lt_shell_append=no
4692( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4693 >/dev/null 2>&1 \
4694 && lt_shell_append=yes
4695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4696$as_echo "$lt_shell_append" >&6; }
4697
4698
4699if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4700 lt_unset=unset
4701else
4702 lt_unset=false
4703fi
4704
4705
4706
4707
4708
4709# test EBCDIC or ASCII
4710case `echo X|tr X '\101'` in
4711 A) # ASCII based system
4712 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4713 lt_SP2NL='tr \040 \012'
4714 lt_NL2SP='tr \015\012 \040\040'
4715 ;;
4716 *) # EBCDIC based system
4717 lt_SP2NL='tr \100 \n'
4718 lt_NL2SP='tr \r\n \100\100'
4719 ;;
4720esac
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4731$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4732if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4733 $as_echo_n "(cached) " >&6
4734else
4735 lt_cv_ld_reload_flag='-r'
4736fi
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4738$as_echo "$lt_cv_ld_reload_flag" >&6; }
4739reload_flag=$lt_cv_ld_reload_flag
4740case $reload_flag in
4741"" | " "*) ;;
4742*) reload_flag=" $reload_flag" ;;
4743esac
4744reload_cmds='$LD$reload_flag -o $output$reload_objs'
4745case $host_os in
4746 darwin*)
4747 if test "$GCC" = yes; then
4748 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4749 else
4750 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4751 fi
4752 ;;
4753esac
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763if test -n "$ac_tool_prefix"; then
4764 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4765set dummy ${ac_tool_prefix}objdump; ac_word=$2
4766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4767$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4768if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4769 $as_echo_n "(cached) " >&6
4770else
4771 if test -n "$OBJDUMP"; then
4772 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4773else
4774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4775for as_dir in $PATH
4776do
4777 IFS=$as_save_IFS
4778 test -z "$as_dir" && as_dir=.
4779 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4781 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4783 break 2
4784 fi
4785done
4786 done
4787IFS=$as_save_IFS
4788
4789fi
4790fi
4791OBJDUMP=$ac_cv_prog_OBJDUMP
4792if test -n "$OBJDUMP"; then
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4794$as_echo "$OBJDUMP" >&6; }
4795else
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4797$as_echo "no" >&6; }
4798fi
4799
4800
4801fi
4802if test -z "$ac_cv_prog_OBJDUMP"; then
4803 ac_ct_OBJDUMP=$OBJDUMP
4804 # Extract the first word of "objdump", so it can be a program name with args.
4805set dummy objdump; ac_word=$2
4806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4807$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4808if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4809 $as_echo_n "(cached) " >&6
4810else
4811 if test -n "$ac_ct_OBJDUMP"; then
4812 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4813else
4814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815for as_dir in $PATH
4816do
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4821 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4823 break 2
4824 fi
4825done
4826 done
4827IFS=$as_save_IFS
4828
4829fi
4830fi
4831ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4832if test -n "$ac_ct_OBJDUMP"; then
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4834$as_echo "$ac_ct_OBJDUMP" >&6; }
4835else
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4837$as_echo "no" >&6; }
4838fi
4839
4840 if test "x$ac_ct_OBJDUMP" = x; then
4841 OBJDUMP="false"
4842 else
4843 case $cross_compiling:$ac_tool_warned in
4844yes:)
4845{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4846$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4847ac_tool_warned=yes ;;
4848esac
4849 OBJDUMP=$ac_ct_OBJDUMP
4850 fi
4851else
4852 OBJDUMP="$ac_cv_prog_OBJDUMP"
4853fi
4854
4855test -z "$OBJDUMP" && OBJDUMP=objdump
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4866$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4867if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4868 $as_echo_n "(cached) " >&6
4869else
4870 lt_cv_file_magic_cmd='$MAGIC_CMD'
4871lt_cv_file_magic_test_file=
4872lt_cv_deplibs_check_method='unknown'
4873# Need to set the preceding variable on all platforms that support
4874# interlibrary dependencies.
4875# 'none' -- dependencies not supported.
4876# `unknown' -- same as none, but documents that we really don't know.
4877# 'pass_all' -- all dependencies passed with no checks.
4878# 'test_compile' -- check by making test program.
4879# 'file_magic [[regex]]' -- check by looking for files in library path
4880# which responds to the $file_magic_cmd with a given extended regex.
4881# If you have `file' or equivalent on your system and you're not sure
4882# whether `pass_all' will *always* work, you probably want this one.
4883
4884case $host_os in
4885aix[4-9]*)
4886 lt_cv_deplibs_check_method=pass_all
4887 ;;
4888
4889beos*)
4890 lt_cv_deplibs_check_method=pass_all
4891 ;;
4892
4893bsdi[45]*)
4894 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4895 lt_cv_file_magic_cmd='/usr/bin/file -L'
4896 lt_cv_file_magic_test_file=/shlib/libc.so
4897 ;;
4898
4899cygwin*)
4900 # func_win32_libid is a shell function defined in ltmain.sh
4901 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4902 lt_cv_file_magic_cmd='func_win32_libid'
4903 ;;
4904
4905mingw* | pw32*)
4906 # Base MSYS/MinGW do not provide the 'file' command needed by
4907 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4908 # unless we find 'file', for example because we are cross-compiling.
4909 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4910 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4911 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4912 lt_cv_file_magic_cmd='func_win32_libid'
4913 else
4914 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4915 lt_cv_file_magic_cmd='$OBJDUMP -f'
4916 fi
4917 ;;
4918
4919cegcc*)
4920 # use the weaker test based on 'objdump'. See mingw*.
4921 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4922 lt_cv_file_magic_cmd='$OBJDUMP -f'
4923 ;;
4924
4925darwin* | rhapsody*)
4926 lt_cv_deplibs_check_method=pass_all
4927 ;;
4928
4929freebsd* | dragonfly*)
4930 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4931 case $host_cpu in
4932 i*86 )
4933 # Not sure whether the presence of OpenBSD here was a mistake.
4934 # Let's accept both of them until this is cleared up.
4935 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4936 lt_cv_file_magic_cmd=/usr/bin/file
4937 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4938 ;;
4939 esac
4940 else
4941 lt_cv_deplibs_check_method=pass_all
4942 fi
4943 ;;
4944
4945gnu*)
4946 lt_cv_deplibs_check_method=pass_all
4947 ;;
4948
4949haiku*)
4950 lt_cv_deplibs_check_method=pass_all
4951 ;;
4952
4953hpux10.20* | hpux11*)
4954 lt_cv_file_magic_cmd=/usr/bin/file
4955 case $host_cpu in
4956 ia64*)
4957 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4958 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4959 ;;
4960 hppa*64*)
4961 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]'
4962 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4963 ;;
4964 *)
4965 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4966 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4967 ;;
4968 esac
4969 ;;
4970
4971interix[3-9]*)
4972 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4973 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4974 ;;
4975
4976irix5* | irix6* | nonstopux*)
4977 case $LD in
4978 *-32|*"-32 ") libmagic=32-bit;;
4979 *-n32|*"-n32 ") libmagic=N32;;
4980 *-64|*"-64 ") libmagic=64-bit;;
4981 *) libmagic=never-match;;
4982 esac
4983 lt_cv_deplibs_check_method=pass_all
4984 ;;
4985
4986# This must be Linux ELF.
4987linux* | k*bsd*-gnu | kopensolaris*-gnu)
4988 lt_cv_deplibs_check_method=pass_all
4989 ;;
4990
4991netbsd*)
4992 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4993 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4994 else
4995 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4996 fi
4997 ;;
4998
4999newos6*)
5000 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5001 lt_cv_file_magic_cmd=/usr/bin/file
5002 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5003 ;;
5004
5005*nto* | *qnx*)
5006 lt_cv_deplibs_check_method=pass_all
5007 ;;
5008
5009openbsd*)
5010 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5011 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5012 else
5013 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5014 fi
5015 ;;
5016
5017osf3* | osf4* | osf5*)
5018 lt_cv_deplibs_check_method=pass_all
5019 ;;
5020
5021rdos*)
5022 lt_cv_deplibs_check_method=pass_all
5023 ;;
5024
5025solaris*)
5026 lt_cv_deplibs_check_method=pass_all
5027 ;;
5028
5029sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5030 lt_cv_deplibs_check_method=pass_all
5031 ;;
5032
5033sysv4 | sysv4.3*)
5034 case $host_vendor in
5035 motorola)
5036 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]'
5037 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5038 ;;
5039 ncr)
5040 lt_cv_deplibs_check_method=pass_all
5041 ;;
5042 sequent)
5043 lt_cv_file_magic_cmd='/bin/file'
5044 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5045 ;;
5046 sni)
5047 lt_cv_file_magic_cmd='/bin/file'
5048 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5049 lt_cv_file_magic_test_file=/lib/libc.so
5050 ;;
5051 siemens)
5052 lt_cv_deplibs_check_method=pass_all
5053 ;;
5054 pc)
5055 lt_cv_deplibs_check_method=pass_all
5056 ;;
5057 esac
5058 ;;
5059
5060tpf*)
5061 lt_cv_deplibs_check_method=pass_all
5062 ;;
5063esac
5064
5065fi
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5067$as_echo "$lt_cv_deplibs_check_method" >&6; }
5068file_magic_cmd=$lt_cv_file_magic_cmd
5069deplibs_check_method=$lt_cv_deplibs_check_method
5070test -z "$deplibs_check_method" && deplibs_check_method=unknown
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
68ed2854
MF
5083plugin_option=
5084plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5085for plugin in $plugin_names; do
5086 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5087 if test x$plugin_so = x$plugin; then
5088 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5089 fi
5090 if test x$plugin_so != x$plugin; then
5091 plugin_option="--plugin $plugin_so"
5092 break
5093 fi
5094done
5095
6bb11ab3
L
5096if test -n "$ac_tool_prefix"; then
5097 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5098set dummy ${ac_tool_prefix}ar; ac_word=$2
5099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5100$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5101if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5102 $as_echo_n "(cached) " >&6
5103else
5104 if test -n "$AR"; then
5105 ac_cv_prog_AR="$AR" # Let the user override the test.
5106else
5107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108for as_dir in $PATH
5109do
5110 IFS=$as_save_IFS
5111 test -z "$as_dir" && as_dir=.
5112 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5113 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5114 ac_cv_prog_AR="${ac_tool_prefix}ar"
5115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5116 break 2
5117 fi
5118done
5119 done
5120IFS=$as_save_IFS
5121
5122fi
5123fi
5124AR=$ac_cv_prog_AR
5125if test -n "$AR"; then
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5127$as_echo "$AR" >&6; }
5128else
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5130$as_echo "no" >&6; }
5131fi
5132
5133
5134fi
5135if test -z "$ac_cv_prog_AR"; then
5136 ac_ct_AR=$AR
5137 # Extract the first word of "ar", so it can be a program name with args.
5138set dummy ar; ac_word=$2
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5141if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5142 $as_echo_n "(cached) " >&6
5143else
5144 if test -n "$ac_ct_AR"; then
5145 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5146else
5147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148for as_dir in $PATH
5149do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5154 ac_cv_prog_ac_ct_AR="ar"
5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5156 break 2
5157 fi
5158done
5159 done
5160IFS=$as_save_IFS
5161
5162fi
5163fi
5164ac_ct_AR=$ac_cv_prog_ac_ct_AR
5165if test -n "$ac_ct_AR"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5167$as_echo "$ac_ct_AR" >&6; }
5168else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170$as_echo "no" >&6; }
5171fi
5172
5173 if test "x$ac_ct_AR" = x; then
5174 AR="false"
5175 else
5176 case $cross_compiling:$ac_tool_warned in
5177yes:)
5178{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5179$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5180ac_tool_warned=yes ;;
5181esac
5182 AR=$ac_ct_AR
5183 fi
5184else
5185 AR="$ac_cv_prog_AR"
5186fi
5187
5188test -z "$AR" && AR=ar
68ed2854
MF
5189if test -n "$plugin_option"; then
5190 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5191 touch conftest.c
5192 $AR $plugin_option rc conftest.a conftest.c
5193 if test "$?" != 0; then
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5195$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5196 else
5197 AR="$AR $plugin_option"
5198 fi
5199 rm -f conftest.*
68ed2854
MF
5200 fi
5201fi
6bb11ab3
L
5202test -z "$AR_FLAGS" && AR_FLAGS=cru
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214if test -n "$ac_tool_prefix"; then
5215 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5216set dummy ${ac_tool_prefix}strip; ac_word=$2
5217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5218$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5219if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5220 $as_echo_n "(cached) " >&6
5221else
5222 if test -n "$STRIP"; then
5223 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5224else
5225as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5226for as_dir in $PATH
5227do
5228 IFS=$as_save_IFS
5229 test -z "$as_dir" && as_dir=.
5230 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5231 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5232 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5234 break 2
5235 fi
5236done
5237 done
5238IFS=$as_save_IFS
5239
5240fi
5241fi
5242STRIP=$ac_cv_prog_STRIP
5243if test -n "$STRIP"; then
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5245$as_echo "$STRIP" >&6; }
5246else
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5248$as_echo "no" >&6; }
5249fi
5250
5251
5252fi
5253if test -z "$ac_cv_prog_STRIP"; then
5254 ac_ct_STRIP=$STRIP
5255 # Extract the first word of "strip", so it can be a program name with args.
5256set dummy strip; ac_word=$2
5257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5258$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5259if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5260 $as_echo_n "(cached) " >&6
5261else
5262 if test -n "$ac_ct_STRIP"; then
5263 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5264else
5265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5266for as_dir in $PATH
5267do
5268 IFS=$as_save_IFS
5269 test -z "$as_dir" && as_dir=.
5270 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5272 ac_cv_prog_ac_ct_STRIP="strip"
5273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5274 break 2
5275 fi
5276done
5277 done
5278IFS=$as_save_IFS
5279
5280fi
5281fi
5282ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5283if test -n "$ac_ct_STRIP"; then
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5285$as_echo "$ac_ct_STRIP" >&6; }
5286else
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5288$as_echo "no" >&6; }
5289fi
5290
5291 if test "x$ac_ct_STRIP" = x; then
5292 STRIP=":"
5293 else
5294 case $cross_compiling:$ac_tool_warned in
5295yes:)
5296{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5297$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5298ac_tool_warned=yes ;;
5299esac
5300 STRIP=$ac_ct_STRIP
5301 fi
5302else
5303 STRIP="$ac_cv_prog_STRIP"
5304fi
5305
5306test -z "$STRIP" && STRIP=:
5307
5308
5309
5310
5311
5312
5313if test -n "$ac_tool_prefix"; then
5314 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5315set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5317$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5318if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5319 $as_echo_n "(cached) " >&6
5320else
5321 if test -n "$RANLIB"; then
5322 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5323else
5324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5325for as_dir in $PATH
5326do
5327 IFS=$as_save_IFS
5328 test -z "$as_dir" && as_dir=.
5329 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5331 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 break 2
5334 fi
5335done
5336 done
5337IFS=$as_save_IFS
5338
5339fi
5340fi
5341RANLIB=$ac_cv_prog_RANLIB
5342if test -n "$RANLIB"; then
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5344$as_echo "$RANLIB" >&6; }
5345else
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5347$as_echo "no" >&6; }
5348fi
5349
5350
5351fi
5352if test -z "$ac_cv_prog_RANLIB"; then
5353 ac_ct_RANLIB=$RANLIB
5354 # Extract the first word of "ranlib", so it can be a program name with args.
5355set dummy ranlib; ac_word=$2
5356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5357$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5358if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5359 $as_echo_n "(cached) " >&6
5360else
5361 if test -n "$ac_ct_RANLIB"; then
5362 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5363else
5364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5365for as_dir in $PATH
5366do
5367 IFS=$as_save_IFS
5368 test -z "$as_dir" && as_dir=.
5369 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5370 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5371 ac_cv_prog_ac_ct_RANLIB="ranlib"
5372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5373 break 2
5374 fi
5375done
5376 done
5377IFS=$as_save_IFS
5378
5379fi
5380fi
5381ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5382if test -n "$ac_ct_RANLIB"; then
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5384$as_echo "$ac_ct_RANLIB" >&6; }
5385else
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5387$as_echo "no" >&6; }
5388fi
5389
5390 if test "x$ac_ct_RANLIB" = x; then
5391 RANLIB=":"
5392 else
5393 case $cross_compiling:$ac_tool_warned in
5394yes:)
5395{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5396$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5397ac_tool_warned=yes ;;
5398esac
5399 RANLIB=$ac_ct_RANLIB
5400 fi
5401else
5402 RANLIB="$ac_cv_prog_RANLIB"
5403fi
5404
5405test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5406if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5407 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5408 RANLIB="$RANLIB $plugin_option"
5409 fi
5410fi
6bb11ab3
L
5411
5412
5413
5414
5415
5416
5417# Determine commands to create old-style static archives.
5418old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5419old_postinstall_cmds='chmod 644 $oldlib'
5420old_postuninstall_cmds=
5421
5422if test -n "$RANLIB"; then
5423 case $host_os in
5424 openbsd*)
5425 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5426 ;;
5427 *)
5428 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5429 ;;
5430 esac
5431 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5432fi
5433
5434case $host_os in
5435 darwin*)
5436 lock_old_archive_extraction=yes ;;
5437 *)
5438 lock_old_archive_extraction=no ;;
5439esac
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461for ac_prog in gawk mawk nawk awk
5462do
5463 # Extract the first word of "$ac_prog", so it can be a program name with args.
5464set dummy $ac_prog; ac_word=$2
5465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5466$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5467if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5468 $as_echo_n "(cached) " >&6
5469else
5470 if test -n "$AWK"; then
5471 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5472else
5473as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5474for as_dir in $PATH
5475do
5476 IFS=$as_save_IFS
5477 test -z "$as_dir" && as_dir=.
5478 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5479 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5480 ac_cv_prog_AWK="$ac_prog"
5481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5482 break 2
5483 fi
5484done
5485 done
5486IFS=$as_save_IFS
5487
5488fi
5489fi
5490AWK=$ac_cv_prog_AWK
5491if test -n "$AWK"; then
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5493$as_echo "$AWK" >&6; }
5494else
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5496$as_echo "no" >&6; }
5497fi
5498
5499
5500 test -n "$AWK" && break
5501done
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521# If no C compiler was specified, use CC.
5522LTCC=${LTCC-"$CC"}
5523
5524# If no C compiler flags were specified, use CFLAGS.
5525LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5526
5527# Allow CC to be a program name with arguments.
5528compiler=$CC
5529
5530
5531# Check for command to grab the raw symbol name followed by C symbol from nm.
5532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5533$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5534if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5535 $as_echo_n "(cached) " >&6
5536else
5537
5538# These are sane defaults that work on at least a few old systems.
5539# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5540
5541# Character class describing NM global symbol codes.
5542symcode='[BCDEGRST]'
5543
5544# Regexp to match symbols that can be accessed directly from C.
5545sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5546
5547# Define system-specific variables.
5548case $host_os in
5549aix*)
5550 symcode='[BCDT]'
5551 ;;
5552cygwin* | mingw* | pw32* | cegcc*)
5553 symcode='[ABCDGISTW]'
5554 ;;
5555hpux*)
5556 if test "$host_cpu" = ia64; then
5557 symcode='[ABCDEGRST]'
5558 fi
5559 ;;
5560irix* | nonstopux*)
5561 symcode='[BCDEGRST]'
5562 ;;
5563osf*)
5564 symcode='[BCDEGQRST]'
5565 ;;
5566solaris*)
5567 symcode='[BDRT]'
5568 ;;
5569sco3.2v5*)
5570 symcode='[DT]'
5571 ;;
5572sysv4.2uw2*)
5573 symcode='[DT]'
5574 ;;
5575sysv5* | sco5v6* | unixware* | OpenUNIX*)
5576 symcode='[ABDT]'
5577 ;;
5578sysv4)
5579 symcode='[DFNSTU]'
5580 ;;
5581esac
5582
5583# If we're using GNU nm, then use its standard symbol codes.
5584case `$NM -V 2>&1` in
5585*GNU* | *'with BFD'*)
5586 symcode='[ABCDGIRSTW]' ;;
5587esac
5588
5589# Transform an extracted symbol line into a proper C declaration.
5590# Some systems (esp. on ia64) link data and code symbols differently,
5591# so use this general approach.
5592lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5593
5594# Transform an extracted symbol line into symbol name and symbol address
5595lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5596lt_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'"
5597
5598# Handle CRLF in mingw tool chain
5599opt_cr=
5600case $build_os in
5601mingw*)
5602 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5603 ;;
5604esac
5605
5606# Try without a prefix underscore, then with it.
5607for ac_symprfx in "" "_"; do
5608
5609 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5610 symxfrm="\\1 $ac_symprfx\\2 \\2"
5611
5612 # Write the raw and C identifiers.
5613 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5614 # Fake it for dumpbin and say T for any non-static function
5615 # and D for any global variable.
5616 # Also find C++ and __fastcall symbols from MSVC++,
5617 # which start with @ or ?.
5618 lt_cv_sys_global_symbol_pipe="$AWK '"\
5619" {last_section=section; section=\$ 3};"\
5620" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5621" \$ 0!~/External *\|/{next};"\
5622" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5623" {if(hide[section]) next};"\
5624" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5625" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5626" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5627" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5628" ' prfx=^$ac_symprfx"
5629 else
5630 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5631 fi
5632
5633 # Check to see that the pipe works correctly.
5634 pipe_works=no
5635
5636 rm -f conftest*
5637 cat > conftest.$ac_ext <<_LT_EOF
5638#ifdef __cplusplus
5639extern "C" {
5640#endif
5641char nm_test_var;
5642void nm_test_func(void);
5643void nm_test_func(void){}
5644#ifdef __cplusplus
5645}
5646#endif
5647int main(){nm_test_var='a';nm_test_func();return(0);}
5648_LT_EOF
5649
5650 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5651 (eval $ac_compile) 2>&5
5652 ac_status=$?
5653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5654 test $ac_status = 0; }; then
5655 # Now try to grab the symbols.
5656 nlist=conftest.nm
5657 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5658 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5659 ac_status=$?
5660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5661 test $ac_status = 0; } && test -s "$nlist"; then
5662 # Try sorting and uniquifying the output.
5663 if sort "$nlist" | uniq > "$nlist"T; then
5664 mv -f "$nlist"T "$nlist"
5665 else
5666 rm -f "$nlist"T
5667 fi
5668
5669 # Make sure that we snagged all the symbols we need.
5670 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5671 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5672 cat <<_LT_EOF > conftest.$ac_ext
5673#ifdef __cplusplus
5674extern "C" {
5675#endif
5676
5677_LT_EOF
5678 # Now generate the symbol file.
5679 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5680
5681 cat <<_LT_EOF >> conftest.$ac_ext
5682
5683/* The mapping between symbol names and symbols. */
5684const struct {
5685 const char *name;
5686 void *address;
5687}
5688lt__PROGRAM__LTX_preloaded_symbols[] =
5689{
5690 { "@PROGRAM@", (void *) 0 },
5691_LT_EOF
5692 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5693 cat <<\_LT_EOF >> conftest.$ac_ext
5694 {0, (void *) 0}
5695};
5696
5697/* This works around a problem in FreeBSD linker */
5698#ifdef FREEBSD_WORKAROUND
5699static const void *lt_preloaded_setup() {
5700 return lt__PROGRAM__LTX_preloaded_symbols;
5701}
5702#endif
5703
5704#ifdef __cplusplus
5705}
5706#endif
5707_LT_EOF
5708 # Now try linking the two files.
5709 mv conftest.$ac_objext conftstm.$ac_objext
5710 lt_save_LIBS="$LIBS"
5711 lt_save_CFLAGS="$CFLAGS"
5712 LIBS="conftstm.$ac_objext"
5713 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5715 (eval $ac_link) 2>&5
5716 ac_status=$?
5717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5718 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5719 pipe_works=yes
5720 fi
5721 LIBS="$lt_save_LIBS"
5722 CFLAGS="$lt_save_CFLAGS"
5723 else
5724 echo "cannot find nm_test_func in $nlist" >&5
5725 fi
5726 else
5727 echo "cannot find nm_test_var in $nlist" >&5
5728 fi
5729 else
5730 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5731 fi
5732 else
5733 echo "$progname: failed program was:" >&5
5734 cat conftest.$ac_ext >&5
5735 fi
5736 rm -rf conftest* conftst*
5737
5738 # Do not use the global_symbol_pipe unless it works.
5739 if test "$pipe_works" = yes; then
5740 break
5741 else
5742 lt_cv_sys_global_symbol_pipe=
5743 fi
5744done
5745
5746fi
5747
5748if test -z "$lt_cv_sys_global_symbol_pipe"; then
5749 lt_cv_sys_global_symbol_to_cdecl=
5750fi
5751if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5753$as_echo "failed" >&6; }
5754else
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5756$as_echo "ok" >&6; }
5757fi
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780# Check whether --enable-libtool-lock was given.
5781if test "${enable_libtool_lock+set}" = set; then :
5782 enableval=$enable_libtool_lock;
5783fi
5784
5785test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5786
5787# Some flags need to be propagated to the compiler or linker for good
5788# libtool support.
5789case $host in
5790ia64-*-hpux*)
5791 # Find out which ABI we are using.
5792 echo 'int i;' > conftest.$ac_ext
5793 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5794 (eval $ac_compile) 2>&5
5795 ac_status=$?
5796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5797 test $ac_status = 0; }; then
5798 case `/usr/bin/file conftest.$ac_objext` in
5799 *ELF-32*)
5800 HPUX_IA64_MODE="32"
5801 ;;
5802 *ELF-64*)
5803 HPUX_IA64_MODE="64"
5804 ;;
5805 esac
5806 fi
5807 rm -rf conftest*
5808 ;;
5809*-*-irix6*)
5810 # Find out which ABI we are using.
5811 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5812 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5813 (eval $ac_compile) 2>&5
5814 ac_status=$?
5815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5816 test $ac_status = 0; }; then
5817 if test "$lt_cv_prog_gnu_ld" = yes; then
5818 case `/usr/bin/file conftest.$ac_objext` in
5819 *32-bit*)
5820 LD="${LD-ld} -melf32bsmip"
5821 ;;
5822 *N32*)
5823 LD="${LD-ld} -melf32bmipn32"
5824 ;;
5825 *64-bit*)
5826 LD="${LD-ld} -melf64bmip"
5827 ;;
5828 esac
5829 else
5830 case `/usr/bin/file conftest.$ac_objext` in
5831 *32-bit*)
5832 LD="${LD-ld} -32"
5833 ;;
5834 *N32*)
5835 LD="${LD-ld} -n32"
5836 ;;
5837 *64-bit*)
5838 LD="${LD-ld} -64"
5839 ;;
5840 esac
5841 fi
5842 fi
5843 rm -rf conftest*
5844 ;;
5845
bf3d9781 5846x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5847s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5848 # Find out which ABI we are using.
5849 echo 'int i;' > conftest.$ac_ext
5850 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5851 (eval $ac_compile) 2>&5
5852 ac_status=$?
5853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5854 test $ac_status = 0; }; then
5855 case `/usr/bin/file conftest.o` in
5856 *32-bit*)
5857 case $host in
5858 x86_64-*kfreebsd*-gnu)
5859 LD="${LD-ld} -m elf_i386_fbsd"
5860 ;;
5861 x86_64-*linux*)
5862 case `/usr/bin/file conftest.o` in
5863 *x86-64*)
5864 LD="${LD-ld} -m elf32_x86_64"
5865 ;;
5866 *)
5867 LD="${LD-ld} -m elf_i386"
5868 ;;
5869 esac
5870 ;;
bf3d9781
AM
5871 powerpc64le-*linux*)
5872 LD="${LD-ld} -m elf32lppclinux"
5873 ;;
5874 powerpc64-*linux*)
6bb11ab3
L
5875 LD="${LD-ld} -m elf32ppclinux"
5876 ;;
5877 s390x-*linux*)
5878 LD="${LD-ld} -m elf_s390"
5879 ;;
5880 sparc64-*linux*)
5881 LD="${LD-ld} -m elf32_sparc"
5882 ;;
5883 esac
5884 ;;
5885 *64-bit*)
5886 case $host in
5887 x86_64-*kfreebsd*-gnu)
5888 LD="${LD-ld} -m elf_x86_64_fbsd"
5889 ;;
5890 x86_64-*linux*)
5891 LD="${LD-ld} -m elf_x86_64"
5892 ;;
bf3d9781
AM
5893 powerpcle-*linux*)
5894 LD="${LD-ld} -m elf64lppc"
5895 ;;
5896 powerpc-*linux*)
6bb11ab3
L
5897 LD="${LD-ld} -m elf64ppc"
5898 ;;
5899 s390*-*linux*|s390*-*tpf*)
5900 LD="${LD-ld} -m elf64_s390"
5901 ;;
5902 sparc*-*linux*)
5903 LD="${LD-ld} -m elf64_sparc"
5904 ;;
5905 esac
5906 ;;
5907 esac
5908 fi
5909 rm -rf conftest*
5910 ;;
5911
5912*-*-sco3.2v5*)
5913 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5914 SAVE_CFLAGS="$CFLAGS"
5915 CFLAGS="$CFLAGS -belf"
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5917$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5918if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5919 $as_echo_n "(cached) " >&6
5920else
5921 ac_ext=c
5922ac_cpp='$CPP $CPPFLAGS'
5923ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5924ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5925ac_compiler_gnu=$ac_cv_c_compiler_gnu
5926
5927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5928/* end confdefs.h. */
5929
5930int
5931main ()
5932{
5933
5934 ;
5935 return 0;
5936}
5937_ACEOF
5938if ac_fn_c_try_link "$LINENO"; then :
5939 lt_cv_cc_needs_belf=yes
5940else
5941 lt_cv_cc_needs_belf=no
5942fi
5943rm -f core conftest.err conftest.$ac_objext \
5944 conftest$ac_exeext conftest.$ac_ext
5945 ac_ext=c
5946ac_cpp='$CPP $CPPFLAGS'
5947ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5948ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5949ac_compiler_gnu=$ac_cv_c_compiler_gnu
5950
5951fi
5952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5953$as_echo "$lt_cv_cc_needs_belf" >&6; }
5954 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5955 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5956 CFLAGS="$SAVE_CFLAGS"
5957 fi
5958 ;;
5959sparc*-*solaris*)
5960 # Find out which ABI we are using.
5961 echo 'int i;' > conftest.$ac_ext
5962 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5963 (eval $ac_compile) 2>&5
5964 ac_status=$?
5965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5966 test $ac_status = 0; }; then
5967 case `/usr/bin/file conftest.o` in
5968 *64-bit*)
5969 case $lt_cv_prog_gnu_ld in
5970 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5971 *)
5972 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5973 LD="${LD-ld} -64"
5974 fi
5975 ;;
5976 esac
5977 ;;
5978 esac
5979 fi
5980 rm -rf conftest*
5981 ;;
5982esac
5983
5984need_locks="$enable_libtool_lock"
5985
5986
5987 case $host_os in
5988 rhapsody* | darwin*)
5989 if test -n "$ac_tool_prefix"; then
5990 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5991set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5993$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5994if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5995 $as_echo_n "(cached) " >&6
5996else
5997 if test -n "$DSYMUTIL"; then
5998 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5999else
6000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6001for as_dir in $PATH
6002do
6003 IFS=$as_save_IFS
6004 test -z "$as_dir" && as_dir=.
6005 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6007 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6009 break 2
6010 fi
6011done
6012 done
6013IFS=$as_save_IFS
6014
6015fi
6016fi
6017DSYMUTIL=$ac_cv_prog_DSYMUTIL
6018if test -n "$DSYMUTIL"; then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6020$as_echo "$DSYMUTIL" >&6; }
6021else
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6023$as_echo "no" >&6; }
6024fi
6025
6026
6027fi
6028if test -z "$ac_cv_prog_DSYMUTIL"; then
6029 ac_ct_DSYMUTIL=$DSYMUTIL
6030 # Extract the first word of "dsymutil", so it can be a program name with args.
6031set dummy dsymutil; ac_word=$2
6032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6033$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6034if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
6035 $as_echo_n "(cached) " >&6
6036else
6037 if test -n "$ac_ct_DSYMUTIL"; then
6038 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6039else
6040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6041for as_dir in $PATH
6042do
6043 IFS=$as_save_IFS
6044 test -z "$as_dir" && as_dir=.
6045 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6047 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6049 break 2
6050 fi
6051done
6052 done
6053IFS=$as_save_IFS
6054
6055fi
6056fi
6057ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6058if test -n "$ac_ct_DSYMUTIL"; then
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6060$as_echo "$ac_ct_DSYMUTIL" >&6; }
6061else
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6063$as_echo "no" >&6; }
6064fi
6065
6066 if test "x$ac_ct_DSYMUTIL" = x; then
6067 DSYMUTIL=":"
6068 else
6069 case $cross_compiling:$ac_tool_warned in
6070yes:)
6071{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6072$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6073ac_tool_warned=yes ;;
6074esac
6075 DSYMUTIL=$ac_ct_DSYMUTIL
6076 fi
6077else
6078 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6079fi
6080
6081 if test -n "$ac_tool_prefix"; then
6082 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6083set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6085$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6086if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6087 $as_echo_n "(cached) " >&6
6088else
6089 if test -n "$NMEDIT"; then
6090 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6091else
6092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093for as_dir in $PATH
6094do
6095 IFS=$as_save_IFS
6096 test -z "$as_dir" && as_dir=.
6097 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6099 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6101 break 2
6102 fi
6103done
6104 done
6105IFS=$as_save_IFS
6106
6107fi
6108fi
6109NMEDIT=$ac_cv_prog_NMEDIT
6110if test -n "$NMEDIT"; then
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6112$as_echo "$NMEDIT" >&6; }
6113else
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6115$as_echo "no" >&6; }
6116fi
6117
6118
6119fi
6120if test -z "$ac_cv_prog_NMEDIT"; then
6121 ac_ct_NMEDIT=$NMEDIT
6122 # Extract the first word of "nmedit", so it can be a program name with args.
6123set dummy nmedit; ac_word=$2
6124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6125$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6126if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6127 $as_echo_n "(cached) " >&6
6128else
6129 if test -n "$ac_ct_NMEDIT"; then
6130 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6131else
6132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6133for as_dir in $PATH
6134do
6135 IFS=$as_save_IFS
6136 test -z "$as_dir" && as_dir=.
6137 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6139 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6141 break 2
6142 fi
6143done
6144 done
6145IFS=$as_save_IFS
6146
6147fi
6148fi
6149ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6150if test -n "$ac_ct_NMEDIT"; then
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6152$as_echo "$ac_ct_NMEDIT" >&6; }
6153else
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6155$as_echo "no" >&6; }
6156fi
6157
6158 if test "x$ac_ct_NMEDIT" = x; then
6159 NMEDIT=":"
6160 else
6161 case $cross_compiling:$ac_tool_warned in
6162yes:)
6163{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6164$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6165ac_tool_warned=yes ;;
6166esac
6167 NMEDIT=$ac_ct_NMEDIT
6168 fi
6169else
6170 NMEDIT="$ac_cv_prog_NMEDIT"
6171fi
6172
6173 if test -n "$ac_tool_prefix"; then
6174 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6175set dummy ${ac_tool_prefix}lipo; ac_word=$2
6176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6177$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6178if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6179 $as_echo_n "(cached) " >&6
6180else
6181 if test -n "$LIPO"; then
6182 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6183else
6184as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6185for as_dir in $PATH
6186do
6187 IFS=$as_save_IFS
6188 test -z "$as_dir" && as_dir=.
6189 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6191 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6193 break 2
6194 fi
6195done
6196 done
6197IFS=$as_save_IFS
6198
6199fi
6200fi
6201LIPO=$ac_cv_prog_LIPO
6202if test -n "$LIPO"; then
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6204$as_echo "$LIPO" >&6; }
6205else
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6207$as_echo "no" >&6; }
6208fi
6209
6210
6211fi
6212if test -z "$ac_cv_prog_LIPO"; then
6213 ac_ct_LIPO=$LIPO
6214 # Extract the first word of "lipo", so it can be a program name with args.
6215set dummy lipo; ac_word=$2
6216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6217$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6218if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6219 $as_echo_n "(cached) " >&6
6220else
6221 if test -n "$ac_ct_LIPO"; then
6222 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6223else
6224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6225for as_dir in $PATH
6226do
6227 IFS=$as_save_IFS
6228 test -z "$as_dir" && as_dir=.
6229 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6230 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6231 ac_cv_prog_ac_ct_LIPO="lipo"
6232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6233 break 2
6234 fi
6235done
6236 done
6237IFS=$as_save_IFS
6238
6239fi
6240fi
6241ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6242if test -n "$ac_ct_LIPO"; then
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6244$as_echo "$ac_ct_LIPO" >&6; }
6245else
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6247$as_echo "no" >&6; }
6248fi
6249
6250 if test "x$ac_ct_LIPO" = x; then
6251 LIPO=":"
6252 else
6253 case $cross_compiling:$ac_tool_warned in
6254yes:)
6255{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6256$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6257ac_tool_warned=yes ;;
6258esac
6259 LIPO=$ac_ct_LIPO
6260 fi
6261else
6262 LIPO="$ac_cv_prog_LIPO"
6263fi
6264
6265 if test -n "$ac_tool_prefix"; then
6266 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6267set dummy ${ac_tool_prefix}otool; ac_word=$2
6268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6269$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6270if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6271 $as_echo_n "(cached) " >&6
6272else
6273 if test -n "$OTOOL"; then
6274 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6275else
6276as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6277for as_dir in $PATH
6278do
6279 IFS=$as_save_IFS
6280 test -z "$as_dir" && as_dir=.
6281 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6283 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6285 break 2
6286 fi
6287done
6288 done
6289IFS=$as_save_IFS
6290
6291fi
6292fi
6293OTOOL=$ac_cv_prog_OTOOL
6294if test -n "$OTOOL"; then
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6296$as_echo "$OTOOL" >&6; }
6297else
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6299$as_echo "no" >&6; }
6300fi
6301
6302
6303fi
6304if test -z "$ac_cv_prog_OTOOL"; then
6305 ac_ct_OTOOL=$OTOOL
6306 # Extract the first word of "otool", so it can be a program name with args.
6307set dummy otool; ac_word=$2
6308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6309$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6310if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6311 $as_echo_n "(cached) " >&6
6312else
6313 if test -n "$ac_ct_OTOOL"; then
6314 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6315else
6316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6317for as_dir in $PATH
6318do
6319 IFS=$as_save_IFS
6320 test -z "$as_dir" && as_dir=.
6321 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6322 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6323 ac_cv_prog_ac_ct_OTOOL="otool"
6324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6325 break 2
6326 fi
6327done
6328 done
6329IFS=$as_save_IFS
6330
6331fi
6332fi
6333ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6334if test -n "$ac_ct_OTOOL"; then
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6336$as_echo "$ac_ct_OTOOL" >&6; }
6337else
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6339$as_echo "no" >&6; }
6340fi
6341
6342 if test "x$ac_ct_OTOOL" = x; then
6343 OTOOL=":"
6344 else
6345 case $cross_compiling:$ac_tool_warned in
6346yes:)
6347{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6348$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6349ac_tool_warned=yes ;;
6350esac
6351 OTOOL=$ac_ct_OTOOL
6352 fi
6353else
6354 OTOOL="$ac_cv_prog_OTOOL"
6355fi
6356
6357 if test -n "$ac_tool_prefix"; then
6358 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6359set dummy ${ac_tool_prefix}otool64; ac_word=$2
6360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6361$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6362if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6363 $as_echo_n "(cached) " >&6
6364else
6365 if test -n "$OTOOL64"; then
6366 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6367else
6368as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6369for as_dir in $PATH
6370do
6371 IFS=$as_save_IFS
6372 test -z "$as_dir" && as_dir=.
6373 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6375 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6377 break 2
6378 fi
6379done
6380 done
6381IFS=$as_save_IFS
6382
6383fi
6384fi
6385OTOOL64=$ac_cv_prog_OTOOL64
6386if test -n "$OTOOL64"; then
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6388$as_echo "$OTOOL64" >&6; }
6389else
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6391$as_echo "no" >&6; }
6392fi
6393
6394
6395fi
6396if test -z "$ac_cv_prog_OTOOL64"; then
6397 ac_ct_OTOOL64=$OTOOL64
6398 # Extract the first word of "otool64", so it can be a program name with args.
6399set dummy otool64; ac_word=$2
6400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6401$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6402if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6403 $as_echo_n "(cached) " >&6
6404else
6405 if test -n "$ac_ct_OTOOL64"; then
6406 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6407else
6408as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6409for as_dir in $PATH
6410do
6411 IFS=$as_save_IFS
6412 test -z "$as_dir" && as_dir=.
6413 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6415 ac_cv_prog_ac_ct_OTOOL64="otool64"
6416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6417 break 2
6418 fi
6419done
6420 done
6421IFS=$as_save_IFS
6422
6423fi
6424fi
6425ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6426if test -n "$ac_ct_OTOOL64"; then
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6428$as_echo "$ac_ct_OTOOL64" >&6; }
6429else
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6431$as_echo "no" >&6; }
6432fi
6433
6434 if test "x$ac_ct_OTOOL64" = x; then
6435 OTOOL64=":"
6436 else
6437 case $cross_compiling:$ac_tool_warned in
6438yes:)
6439{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6440$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6441ac_tool_warned=yes ;;
6442esac
6443 OTOOL64=$ac_ct_OTOOL64
6444 fi
6445else
6446 OTOOL64="$ac_cv_prog_OTOOL64"
6447fi
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6476$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6477if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6478 $as_echo_n "(cached) " >&6
6479else
6480 lt_cv_apple_cc_single_mod=no
6481 if test -z "${LT_MULTI_MODULE}"; then
6482 # By default we will add the -single_module flag. You can override
6483 # by either setting the environment variable LT_MULTI_MODULE
6484 # non-empty at configure time, or by adding -multi_module to the
6485 # link flags.
6486 rm -rf libconftest.dylib*
6487 echo "int foo(void){return 1;}" > conftest.c
6488 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6489-dynamiclib -Wl,-single_module conftest.c" >&5
6490 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6491 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6492 _lt_result=$?
6493 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6494 lt_cv_apple_cc_single_mod=yes
6495 else
6496 cat conftest.err >&5
6497 fi
6498 rm -rf libconftest.dylib*
6499 rm -f conftest.*
6500 fi
6501fi
6502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6503$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6505$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6506if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6507 $as_echo_n "(cached) " >&6
6508else
6509 lt_cv_ld_exported_symbols_list=no
6510 save_LDFLAGS=$LDFLAGS
6511 echo "_main" > conftest.sym
6512 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6514/* end confdefs.h. */
6515
6516int
6517main ()
6518{
6519
6520 ;
6521 return 0;
6522}
6523_ACEOF
6524if ac_fn_c_try_link "$LINENO"; then :
6525 lt_cv_ld_exported_symbols_list=yes
6526else
6527 lt_cv_ld_exported_symbols_list=no
6528fi
6529rm -f core conftest.err conftest.$ac_objext \
6530 conftest$ac_exeext conftest.$ac_ext
6531 LDFLAGS="$save_LDFLAGS"
6532
6533fi
6534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6535$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6537$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6538if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6539 $as_echo_n "(cached) " >&6
6540else
6541 lt_cv_ld_force_load=no
6542 cat > conftest.c << _LT_EOF
6543int forced_loaded() { return 2;}
6544_LT_EOF
6545 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6546 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6547 echo "$AR cru libconftest.a conftest.o" >&5
6548 $AR cru libconftest.a conftest.o 2>&5
6549 cat > conftest.c << _LT_EOF
6550int main() { return 0;}
6551_LT_EOF
6552 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6553 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6554 _lt_result=$?
6555 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6556 lt_cv_ld_force_load=yes
6557 else
6558 cat conftest.err >&5
6559 fi
6560 rm -f conftest.err libconftest.a conftest conftest.c
6561 rm -rf conftest.dSYM
6562
6563fi
6564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6565$as_echo "$lt_cv_ld_force_load" >&6; }
6566 case $host_os in
6567 rhapsody* | darwin1.[012])
6568 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6569 darwin1.*)
6570 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6571 darwin*) # darwin 5.x on
6572 # if running on 10.5 or later, the deployment target defaults
6573 # to the OS version, if on x86, and 10.4, the deployment
6574 # target defaults to 10.4. Don't you love it?
6575 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6576 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6577 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6578 10.[012][,.]*)
6bb11ab3
L
6579 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6580 10.*)
6581 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6582 esac
6583 ;;
6584 esac
6585 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6586 _lt_dar_single_mod='$single_module'
6587 fi
6588 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6589 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6590 else
6591 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6592 fi
6593 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6594 _lt_dsymutil='~$DSYMUTIL $lib || :'
6595 else
6596 _lt_dsymutil=
6597 fi
6598 ;;
6599 esac
6600
6601for ac_header in dlfcn.h
6602do :
6603 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6604"
d0ac1c44 6605if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6606 cat >>confdefs.h <<_ACEOF
6607#define HAVE_DLFCN_H 1
6608_ACEOF
6609
6610fi
6611
6612done
6613
6614
6615
ebe9564b 6616
6bb11ab3 6617
0cb8d851
MF
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6619$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6620if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6621 $as_echo_n "(cached) " >&6
6622else
6623 ac_cv_c_bigendian=unknown
6624 # See if we're dealing with a universal compiler.
6625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6626/* end confdefs.h. */
6627#ifndef __APPLE_CC__
6628 not a universal capable compiler
6629 #endif
6630 typedef int dummy;
6631
6632_ACEOF
6633if ac_fn_c_try_compile "$LINENO"; then :
6634
6635 # Check for potential -arch flags. It is not universal unless
6636 # there are at least two -arch flags with different values.
6637 ac_arch=
6638 ac_prev=
6639 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6640 if test -n "$ac_prev"; then
6641 case $ac_word in
6642 i?86 | x86_64 | ppc | ppc64)
6643 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6644 ac_arch=$ac_word
6645 else
6646 ac_cv_c_bigendian=universal
6647 break
6648 fi
6649 ;;
6650 esac
6651 ac_prev=
6652 elif test "x$ac_word" = "x-arch"; then
6653 ac_prev=arch
6654 fi
6655 done
6656fi
6657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6658 if test $ac_cv_c_bigendian = unknown; then
6659 # See if sys/param.h defines the BYTE_ORDER macro.
6660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6661/* end confdefs.h. */
6662#include <sys/types.h>
6663 #include <sys/param.h>
6664
6665int
6666main ()
6667{
6668#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6669 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6670 && LITTLE_ENDIAN)
6671 bogus endian macros
6672 #endif
6673
6674 ;
6675 return 0;
6676}
6677_ACEOF
6678if ac_fn_c_try_compile "$LINENO"; then :
6679 # It does; now see whether it defined to BIG_ENDIAN or not.
6680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6681/* end confdefs.h. */
6682#include <sys/types.h>
6683 #include <sys/param.h>
6684
6685int
6686main ()
6687{
6688#if BYTE_ORDER != BIG_ENDIAN
6689 not big endian
6690 #endif
6691
6692 ;
6693 return 0;
6694}
6695_ACEOF
6696if ac_fn_c_try_compile "$LINENO"; then :
6697 ac_cv_c_bigendian=yes
6698else
6699 ac_cv_c_bigendian=no
6700fi
6701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6702fi
6703rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6704 fi
6705 if test $ac_cv_c_bigendian = unknown; then
6706 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6708/* end confdefs.h. */
6709#include <limits.h>
6710
6711int
6712main ()
6713{
6714#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6715 bogus endian macros
6716 #endif
6717
6718 ;
6719 return 0;
6720}
6721_ACEOF
6722if ac_fn_c_try_compile "$LINENO"; then :
6723 # It does; now see whether it defined to _BIG_ENDIAN or not.
6724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6725/* end confdefs.h. */
6726#include <limits.h>
6727
6728int
6729main ()
6730{
6731#ifndef _BIG_ENDIAN
6732 not big endian
6733 #endif
6734
6735 ;
6736 return 0;
6737}
6738_ACEOF
6739if ac_fn_c_try_compile "$LINENO"; then :
6740 ac_cv_c_bigendian=yes
6741else
6742 ac_cv_c_bigendian=no
6743fi
6744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6745fi
6746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6747 fi
6748 if test $ac_cv_c_bigendian = unknown; then
6749 # Compile a test program.
6750 if test "$cross_compiling" = yes; then :
6751 # Try to guess by grepping values from an object file.
6752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6753/* end confdefs.h. */
6754short int ascii_mm[] =
6755 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6756 short int ascii_ii[] =
6757 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6758 int use_ascii (int i) {
6759 return ascii_mm[i] + ascii_ii[i];
6760 }
6761 short int ebcdic_ii[] =
6762 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6763 short int ebcdic_mm[] =
6764 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6765 int use_ebcdic (int i) {
6766 return ebcdic_mm[i] + ebcdic_ii[i];
6767 }
6768 extern int foo;
6769
6770int
6771main ()
6772{
6773return use_ascii (foo) == use_ebcdic (foo);
6774 ;
6775 return 0;
6776}
6777_ACEOF
6778if ac_fn_c_try_compile "$LINENO"; then :
6779 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6780 ac_cv_c_bigendian=yes
6781 fi
6782 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6783 if test "$ac_cv_c_bigendian" = unknown; then
6784 ac_cv_c_bigendian=no
6785 else
6786 # finding both strings is unlikely to happen, but who knows?
6787 ac_cv_c_bigendian=unknown
6788 fi
6789 fi
6790fi
6791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6792else
6793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6794/* end confdefs.h. */
6795$ac_includes_default
6796int
6797main ()
6798{
6799
6800 /* Are we little or big endian? From Harbison&Steele. */
6801 union
6802 {
6803 long int l;
6804 char c[sizeof (long int)];
6805 } u;
6806 u.l = 1;
6807 return u.c[sizeof (long int) - 1] == 1;
6808
6809 ;
6810 return 0;
6811}
6812_ACEOF
6813if ac_fn_c_try_run "$LINENO"; then :
6814 ac_cv_c_bigendian=no
6815else
6816 ac_cv_c_bigendian=yes
6817fi
6818rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6819 conftest.$ac_objext conftest.beam conftest.$ac_ext
6820fi
6821
6822 fi
6823fi
6824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6825$as_echo "$ac_cv_c_bigendian" >&6; }
6826 case $ac_cv_c_bigendian in #(
6827 yes)
6828 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6829;; #(
6830 no)
6831 ;; #(
6832 universal)
6833
6834$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6835
6836 ;; #(
6837 *)
d0ac1c44 6838 as_fn_error $? "unknown endianness
0cb8d851
MF
6839 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6840 esac
6841
6bb11ab3
L
6842
6843
6844
c25ea03d
MF
6845if test "x$cross_compiling" = "xno"; then
6846 : "${CC_FOR_BUILD:=\$(CC)}"
6847 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6848 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d
MF
6849else
6850 : "${CC_FOR_BUILD:=gcc}"
6851 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6852 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6853fi
6854
6855
6856
c25ea03d 6857
c2783492 6858
a3e2cc64
MF
6859if test -n "$ac_tool_prefix"; then
6860 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6861set dummy ${ac_tool_prefix}ar; ac_word=$2
6862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6863$as_echo_n "checking for $ac_word... " >&6; }
6864if ${ac_cv_prog_AR+:} false; then :
6865 $as_echo_n "(cached) " >&6
6866else
6867 if test -n "$AR"; then
6868 ac_cv_prog_AR="$AR" # Let the user override the test.
6869else
6870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6871for as_dir in $PATH
6872do
6873 IFS=$as_save_IFS
6874 test -z "$as_dir" && as_dir=.
6875 for ac_exec_ext in '' $ac_executable_extensions; do
6876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6877 ac_cv_prog_AR="${ac_tool_prefix}ar"
6878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6879 break 2
6880 fi
6881done
6882 done
6883IFS=$as_save_IFS
6884
6885fi
6886fi
6887AR=$ac_cv_prog_AR
6888if test -n "$AR"; then
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6890$as_echo "$AR" >&6; }
6891else
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6893$as_echo "no" >&6; }
6894fi
6895
6896
6897fi
6898if test -z "$ac_cv_prog_AR"; then
6899 ac_ct_AR=$AR
6900 # Extract the first word of "ar", so it can be a program name with args.
6901set dummy ar; ac_word=$2
6902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6903$as_echo_n "checking for $ac_word... " >&6; }
6904if ${ac_cv_prog_ac_ct_AR+:} false; then :
6905 $as_echo_n "(cached) " >&6
6906else
6907 if test -n "$ac_ct_AR"; then
6908 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6909else
6910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6911for as_dir in $PATH
6912do
6913 IFS=$as_save_IFS
6914 test -z "$as_dir" && as_dir=.
6915 for ac_exec_ext in '' $ac_executable_extensions; do
6916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6917 ac_cv_prog_ac_ct_AR="ar"
6918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6919 break 2
6920 fi
6921done
6922 done
6923IFS=$as_save_IFS
6924
6925fi
6926fi
6927ac_ct_AR=$ac_cv_prog_ac_ct_AR
6928if test -n "$ac_ct_AR"; then
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6930$as_echo "$ac_ct_AR" >&6; }
6931else
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6933$as_echo "no" >&6; }
6934fi
6935
6936 if test "x$ac_ct_AR" = x; then
6937 AR=""
6938 else
6939 case $cross_compiling:$ac_tool_warned in
6940yes:)
6941{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6943ac_tool_warned=yes ;;
6944esac
6945 AR=$ac_ct_AR
6946 fi
6947else
6948 AR="$ac_cv_prog_AR"
6949fi
6bb11ab3
L
6950
6951if test -n "$ac_tool_prefix"; then
6952 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6953set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6955$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6956if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6957 $as_echo_n "(cached) " >&6
6958else
6959 if test -n "$RANLIB"; then
6960 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6961else
6962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6963for as_dir in $PATH
6964do
6965 IFS=$as_save_IFS
6966 test -z "$as_dir" && as_dir=.
6967 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6968 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6969 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6971 break 2
6972 fi
6973done
6974 done
6975IFS=$as_save_IFS
6976
6977fi
6978fi
6979RANLIB=$ac_cv_prog_RANLIB
6980if test -n "$RANLIB"; then
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6982$as_echo "$RANLIB" >&6; }
6983else
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6985$as_echo "no" >&6; }
6986fi
6987
6988
6989fi
6990if test -z "$ac_cv_prog_RANLIB"; then
6991 ac_ct_RANLIB=$RANLIB
6992 # Extract the first word of "ranlib", so it can be a program name with args.
6993set dummy ranlib; ac_word=$2
6994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6995$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6996if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6997 $as_echo_n "(cached) " >&6
6998else
6999 if test -n "$ac_ct_RANLIB"; then
7000 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7001else
7002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7003for as_dir in $PATH
7004do
7005 IFS=$as_save_IFS
7006 test -z "$as_dir" && as_dir=.
7007 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7009 ac_cv_prog_ac_ct_RANLIB="ranlib"
7010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7011 break 2
7012 fi
7013done
7014 done
7015IFS=$as_save_IFS
7016
7017fi
7018fi
7019ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7020if test -n "$ac_ct_RANLIB"; then
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7022$as_echo "$ac_ct_RANLIB" >&6; }
7023else
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7025$as_echo "no" >&6; }
7026fi
7027
7028 if test "x$ac_ct_RANLIB" = x; then
7029 RANLIB=":"
7030 else
7031 case $cross_compiling:$ac_tool_warned in
7032yes:)
7033{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7034$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7035ac_tool_warned=yes ;;
7036esac
7037 RANLIB=$ac_ct_RANLIB
7038 fi
7039else
7040 RANLIB="$ac_cv_prog_RANLIB"
7041fi
7042
7043
46f900c0
MF
7044# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7045# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7046# is C99. So handle it ourselves.
7047:
7048C_DIALECT=
7049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7050$as_echo_n "checking whether C11 is supported by default... " >&6; }
7051cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7052/* end confdefs.h. */
7053
7054#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7055# error "C11 support not found"
7056#endif
7057
7058_ACEOF
7059if ac_fn_c_try_compile "$LINENO"; then :
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7061$as_echo "yes" >&6; }
7062else
7063
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7065$as_echo "no" >&6; }
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7067$as_echo_n "checking for -std=c11 support... " >&6; }
7068 ac_save_CC="$CC"
7069 CC="$CC -std=c11"
7070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7071/* end confdefs.h. */
7072
7073#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7074# error "C11 support not found"
7075#endif
7076
7077_ACEOF
7078if ac_fn_c_try_compile "$LINENO"; then :
7079
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7081$as_echo "yes" >&6; }
7082 CC="$ac_save_CC"
7083 C_DIALECT="-std=c11"
7084
7085else
7086 as_fn_error $? "C11 is required" "$LINENO" 5
7087fi
7088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7089fi
7090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7091
7092
c2783492
MF
7093ac_config_headers="$ac_config_headers config.h:config.in"
7094
7095
6bb11ab3
L
7096# Some of the common include files depend on bfd.h, and bfd.h checks
7097# that config.h is included first by testing that the PACKAGE macro
7098# is defined.
7099PACKAGE=sim
7100
7101cat >>confdefs.h <<_ACEOF
7102#define PACKAGE "$PACKAGE"
7103_ACEOF
7104
7105
7106
7107# Dependency checking.
7108ac_config_commands="$ac_config_commands depdir"
7109
7110
7111depcc="$CC" am_compiler_list=
7112
7113am_depcomp=$ac_aux_dir/depcomp
7114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7115$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7116if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7117 $as_echo_n "(cached) " >&6
7118else
7119 if test -f "$am_depcomp"; then
7120 # We make a subdir and do the tests there. Otherwise we can end up
7121 # making bogus files that we don't know about and never remove. For
7122 # instance it was reported that on HP-UX the gcc test will end up
7123 # making a dummy file named `D' -- because `-MD' means `put the output
7124 # in D'.
7125 mkdir conftest.dir
7126 # Copy depcomp to subdir because otherwise we won't find it if we're
7127 # using a relative directory.
7128 cp "$am_depcomp" conftest.dir
7129 cd conftest.dir
7130 # We will build objects and dependencies in a subdirectory because
7131 # it helps to detect inapplicable dependency modes. For instance
7132 # both Tru64's cc and ICC support -MD to output dependencies as a
7133 # side effect of compilation, but ICC will put the dependencies in
7134 # the current directory while Tru64 will put them in the object
7135 # directory.
7136 mkdir sub
7137
7138 am_cv_CC_dependencies_compiler_type=none
7139 if test "$am_compiler_list" = ""; then
7140 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7141 fi
7142 for depmode in $am_compiler_list; do
7143 if test $depmode = none; then break; fi
7144
7145 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7146 # Setup a source with many dependencies, because some compilers
7147 # like to wrap large dependency lists on column 80 (with \), and
7148 # we should not choose a depcomp mode which is confused by this.
7149 #
7150 # We need to recreate these files for each test, as the compiler may
7151 # overwrite some of them when testing with obscure command lines.
7152 # This happens at least with the AIX C compiler.
7153 : > sub/conftest.c
7154 for i in 1 2 3 4 5 6; do
7155 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7156 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7157 # Solaris 8's {/usr,}/bin/sh.
7158 touch sub/conftst$i.h
7159 done
7160 echo "include sub/conftest.Po" > confmf
7161
7162 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7163 # mode. It turns out that the SunPro C++ compiler does not properly
7164 # handle `-M -o', and we need to detect this.
7165 depcmd="depmode=$depmode \
7166 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7167 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7168 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7169 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7170 if env $depcmd > conftest.err 2>&1 &&
7171 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7172 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7173 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7174 # icc doesn't choke on unknown options, it will just issue warnings
7175 # or remarks (even with -Werror). So we grep stderr for any message
7176 # that says an option was ignored or not supported.
7177 # When given -MP, icc 7.0 and 7.1 complain thusly:
7178 # icc: Command line warning: ignoring option '-M'; no argument required
7179 # The diagnosis changed in icc 8.0:
7180 # icc: Command line remark: option '-MP' not supported
7181 if (grep 'ignoring option' conftest.err ||
7182 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7183 am_cv_CC_dependencies_compiler_type=$depmode
7184 $as_echo "$as_me:$LINENO: success" >&5
7185 break
7186 fi
7187 fi
7188 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7189 sed -e 's/^/| /' < conftest.err >&5
7190 done
7191
7192 cd ..
7193 rm -rf conftest.dir
7194else
7195 am_cv_CC_dependencies_compiler_type=none
7196fi
7197
7198fi
7199{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7200$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7201if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7202then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7203else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7204
7205fi
7206
7207
6bb11ab3
L
7208ALL_LINGUAS=
7209# If we haven't got the data from the intl directory,
7210# assume NLS is disabled.
7211USE_NLS=no
7212LIBINTL=
7213LIBINTL_DEP=
7214INCINTL=
7215XGETTEXT=
7216GMSGFMT=
7217POSUB=
7218
7219if test -f ../../intl/config.intl; then
7220 . ../../intl/config.intl
7221fi
7222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7223$as_echo_n "checking whether NLS is requested... " >&6; }
7224if test x"$USE_NLS" != xyes; then
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7226$as_echo "no" >&6; }
7227else
7228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7229$as_echo "yes" >&6; }
7230
7231$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7232
7233
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7235$as_echo_n "checking for catalogs to be installed... " >&6; }
7236 # Look for .po and .gmo files in the source directory.
7237 CATALOGS=
7238 XLINGUAS=
7239 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7240 # If there aren't any .gmo files the shell will give us the
7241 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7242 # weeded out.
7243 case "$cat" in *\**)
7244 continue;;
7245 esac
7246 # The quadruple backslash is collapsed to a double backslash
7247 # by the backticks, then collapsed again by the double quotes,
7248 # leaving us with one backslash in the sed expression (right
7249 # before the dot that mustn't act as a wildcard).
7250 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7251 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7252 # The user is allowed to set LINGUAS to a list of languages to
7253 # install catalogs for. If it's empty that means "all of them."
7254 if test "x$LINGUAS" = x; then
7255 CATALOGS="$CATALOGS $cat"
7256 XLINGUAS="$XLINGUAS $lang"
7257 else
7258 case "$LINGUAS" in *$lang*)
7259 CATALOGS="$CATALOGS $cat"
7260 XLINGUAS="$XLINGUAS $lang"
7261 ;;
7262 esac
7263 fi
7264 done
7265 LINGUAS="$XLINGUAS"
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7267$as_echo "$LINGUAS" >&6; }
7268
7269
7270 DATADIRNAME=share
7271
7272 INSTOBJEXT=.mo
7273
7274 GENCAT=gencat
7275
7276 CATOBJEXT=.gmo
7277
7278fi
7279
7280# Check for common headers.
68ed2854 7281# NB: You can assume C11 headers exist.
6bb11ab3 7282
936df756
MF
7283
7284ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7285#include <sys/types.h>
7286#endif
7287#ifdef HAVE_SYS_STAT_H
7288#include <sys/stat.h>
7289#endif
7290"
d0ac1c44 7291if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7292
7293cat >>confdefs.h <<_ACEOF
7294#define HAVE_STRUCT_STAT_ST_DEV 1
7295_ACEOF
7296
7297
7298fi
7299ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7300#include <sys/types.h>
7301#endif
7302#ifdef HAVE_SYS_STAT_H
7303#include <sys/stat.h>
7304#endif
7305"
d0ac1c44 7306if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7307
7308cat >>confdefs.h <<_ACEOF
7309#define HAVE_STRUCT_STAT_ST_INO 1
7310_ACEOF
7311
7312
7313fi
7314ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7315#include <sys/types.h>
7316#endif
7317#ifdef HAVE_SYS_STAT_H
7318#include <sys/stat.h>
7319#endif
7320"
d0ac1c44 7321if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7322
7323cat >>confdefs.h <<_ACEOF
7324#define HAVE_STRUCT_STAT_ST_MODE 1
7325_ACEOF
7326
7327
7328fi
7329ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7330#include <sys/types.h>
7331#endif
7332#ifdef HAVE_SYS_STAT_H
7333#include <sys/stat.h>
7334#endif
7335"
d0ac1c44 7336if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7337
7338cat >>confdefs.h <<_ACEOF
7339#define HAVE_STRUCT_STAT_ST_NLINK 1
7340_ACEOF
7341
7342
7343fi
7344ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7345#include <sys/types.h>
7346#endif
7347#ifdef HAVE_SYS_STAT_H
7348#include <sys/stat.h>
7349#endif
7350"
d0ac1c44 7351if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7352
7353cat >>confdefs.h <<_ACEOF
7354#define HAVE_STRUCT_STAT_ST_UID 1
7355_ACEOF
7356
7357
7358fi
7359ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7360#include <sys/types.h>
7361#endif
7362#ifdef HAVE_SYS_STAT_H
7363#include <sys/stat.h>
7364#endif
7365"
d0ac1c44 7366if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7367
7368cat >>confdefs.h <<_ACEOF
7369#define HAVE_STRUCT_STAT_ST_GID 1
7370_ACEOF
7371
7372
7373fi
7374ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7375#include <sys/types.h>
7376#endif
7377#ifdef HAVE_SYS_STAT_H
7378#include <sys/stat.h>
7379#endif
7380"
d0ac1c44 7381if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7382
7383cat >>confdefs.h <<_ACEOF
7384#define HAVE_STRUCT_STAT_ST_RDEV 1
7385_ACEOF
7386
7387
7388fi
7389ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7390#include <sys/types.h>
7391#endif
7392#ifdef HAVE_SYS_STAT_H
7393#include <sys/stat.h>
7394#endif
7395"
d0ac1c44 7396if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7397
7398cat >>confdefs.h <<_ACEOF
7399#define HAVE_STRUCT_STAT_ST_SIZE 1
7400_ACEOF
7401
7402
7403fi
7404ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7405#include <sys/types.h>
7406#endif
7407#ifdef HAVE_SYS_STAT_H
7408#include <sys/stat.h>
7409#endif
7410"
d0ac1c44 7411if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7412
7413cat >>confdefs.h <<_ACEOF
7414#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7415_ACEOF
7416
7417
7418fi
7419ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7420#include <sys/types.h>
7421#endif
7422#ifdef HAVE_SYS_STAT_H
7423#include <sys/stat.h>
7424#endif
7425"
d0ac1c44 7426if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7427
7428cat >>confdefs.h <<_ACEOF
7429#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7430_ACEOF
7431
7432
7433fi
7434ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7435#include <sys/types.h>
7436#endif
7437#ifdef HAVE_SYS_STAT_H
7438#include <sys/stat.h>
7439#endif
7440"
d0ac1c44 7441if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7442
7443cat >>confdefs.h <<_ACEOF
7444#define HAVE_STRUCT_STAT_ST_ATIME 1
7445_ACEOF
7446
7447
7448fi
7449ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7450#include <sys/types.h>
7451#endif
7452#ifdef HAVE_SYS_STAT_H
7453#include <sys/stat.h>
7454#endif
7455"
d0ac1c44 7456if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7457
7458cat >>confdefs.h <<_ACEOF
7459#define HAVE_STRUCT_STAT_ST_MTIME 1
7460_ACEOF
7461
7462
7463fi
7464ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7465#include <sys/types.h>
7466#endif
7467#ifdef HAVE_SYS_STAT_H
7468#include <sys/stat.h>
7469#endif
7470"
d0ac1c44 7471if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7472
7473cat >>confdefs.h <<_ACEOF
7474#define HAVE_STRUCT_STAT_ST_CTIME 1
7475_ACEOF
7476
7477
7478fi
7479
7480ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7481#include <sys/socket.h>
7482
7483"
d0ac1c44 7484if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7485
7486cat >>confdefs.h <<_ACEOF
7487#define HAVE_SOCKLEN_T 1
7488_ACEOF
7489
7490
7491fi
7492
6bb11ab3
L
7493
7494# Check for socket libraries
7495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7496$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7497if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7498 $as_echo_n "(cached) " >&6
7499else
7500 ac_check_lib_save_LIBS=$LIBS
7501LIBS="-lsocket $LIBS"
7502cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7503/* end confdefs.h. */
7504
7505/* Override any GCC internal prototype to avoid an error.
7506 Use char because int might match the return type of a GCC
7507 builtin and then its argument prototype would still apply. */
7508#ifdef __cplusplus
7509extern "C"
7510#endif
7511char bind ();
7512int
7513main ()
7514{
7515return bind ();
7516 ;
7517 return 0;
7518}
7519_ACEOF
7520if ac_fn_c_try_link "$LINENO"; then :
7521 ac_cv_lib_socket_bind=yes
7522else
7523 ac_cv_lib_socket_bind=no
7524fi
7525rm -f core conftest.err conftest.$ac_objext \
7526 conftest$ac_exeext conftest.$ac_ext
7527LIBS=$ac_check_lib_save_LIBS
7528fi
7529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7530$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7531if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7532 cat >>confdefs.h <<_ACEOF
7533#define HAVE_LIBSOCKET 1
7534_ACEOF
7535
7536 LIBS="-lsocket $LIBS"
7537
7538fi
7539
7540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7541$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7542if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7543 $as_echo_n "(cached) " >&6
7544else
7545 ac_check_lib_save_LIBS=$LIBS
7546LIBS="-lnsl $LIBS"
7547cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7548/* end confdefs.h. */
7549
7550/* Override any GCC internal prototype to avoid an error.
7551 Use char because int might match the return type of a GCC
7552 builtin and then its argument prototype would still apply. */
7553#ifdef __cplusplus
7554extern "C"
7555#endif
7556char gethostbyname ();
7557int
7558main ()
7559{
7560return gethostbyname ();
7561 ;
7562 return 0;
7563}
7564_ACEOF
7565if ac_fn_c_try_link "$LINENO"; then :
7566 ac_cv_lib_nsl_gethostbyname=yes
7567else
7568 ac_cv_lib_nsl_gethostbyname=no
7569fi
7570rm -f core conftest.err conftest.$ac_objext \
7571 conftest$ac_exeext conftest.$ac_ext
7572LIBS=$ac_check_lib_save_LIBS
7573fi
7574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7575$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7576if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7577 cat >>confdefs.h <<_ACEOF
7578#define HAVE_LIBNSL 1
7579_ACEOF
7580
7581 LIBS="-lnsl $LIBS"
7582
7583fi
7584
7585
7586# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7587# using the same condition.
7588
aadc9410 7589 # Use the system's zlib library.
7fed4b0b
L
7590 zlibdir="-L\$(top_builddir)/../zlib"
7591 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7592
aadc9410
MF
7593# Check whether --with-system-zlib was given.
7594if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7595 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7596 zlibdir=
7597 zlibinc=
7598 fi
6bb11ab3
L
7599
7600fi
7601
6bb11ab3 7602
6bb11ab3 7603
6bb11ab3
L
7604
7605
7606# BFD uses libdl when when plugins enabled.
7607
faa743bb
RM
7608 maybe_plugins=no
7609 for ac_header in dlfcn.h
7610do :
7611 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7612"
d0ac1c44 7613if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7614 cat >>confdefs.h <<_ACEOF
7615#define HAVE_DLFCN_H 1
7616_ACEOF
7617 maybe_plugins=yes
7618fi
7619
7620done
7621
7622 for ac_header in windows.h
7623do :
7624 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7625"
d0ac1c44 7626if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7627 cat >>confdefs.h <<_ACEOF
7628#define HAVE_WINDOWS_H 1
7629_ACEOF
7630 maybe_plugins=yes
7631fi
7632
7633done
7634
7635
7636 # Check whether --enable-plugins was given.
6bb11ab3
L
7637if test "${enable_plugins+set}" = set; then :
7638 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7639 no) plugins=no ;;
7640 *) plugins=yes
7641 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7642 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7643 fi ;;
7644 esac
6bb11ab3 7645else
faa743bb
RM
7646 plugins=$maybe_plugins
7647
6bb11ab3
L
7648fi
7649
2974be62 7650 if test "$plugins" = "yes"; then
37f980dc
SM
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7652$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7653if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7654 $as_echo_n "(cached) " >&6
7655else
7656 ac_func_search_save_LIBS=$LIBS
7657cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7658/* end confdefs.h. */
7659
7660/* Override any GCC internal prototype to avoid an error.
7661 Use char because int might match the return type of a GCC
7662 builtin and then its argument prototype would still apply. */
7663#ifdef __cplusplus
7664extern "C"
7665#endif
37f980dc 7666char dlsym ();
2974be62
AM
7667int
7668main ()
7669{
37f980dc 7670return dlsym ();
2974be62
AM
7671 ;
7672 return 0;
7673}
7674_ACEOF
7675for ac_lib in '' dl; do
7676 if test -z "$ac_lib"; then
7677 ac_res="none required"
7678 else
7679 ac_res=-l$ac_lib
7680 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7681 fi
7682 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7683 ac_cv_search_dlsym=$ac_res
2974be62
AM
7684fi
7685rm -f core conftest.err conftest.$ac_objext \
7686 conftest$ac_exeext
d0ac1c44 7687 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7688 break
7689fi
7690done
d0ac1c44 7691if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7692
7693else
37f980dc 7694 ac_cv_search_dlsym=no
2974be62
AM
7695fi
7696rm conftest.$ac_ext
7697LIBS=$ac_func_search_save_LIBS
7698fi
37f980dc
SM
7699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7700$as_echo "$ac_cv_search_dlsym" >&6; }
7701ac_res=$ac_cv_search_dlsym
2974be62
AM
7702if test "$ac_res" != no; then :
7703 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7704
7705fi
7706
7707 fi
6bb11ab3
L
7708
7709 if test "$plugins" = yes; then
7710 PLUGINS_TRUE=
7711 PLUGINS_FALSE='#'
7712else
7713 PLUGINS_TRUE='#'
7714 PLUGINS_FALSE=
7715fi
7716
7717
7718
7719
7720
7721# Set options
7722enable_dlopen=yes
7723
7724
7725
7726
7727 enable_win32_dll=no
7728
7729
7730 # Check whether --enable-shared was given.
7731if test "${enable_shared+set}" = set; then :
7732 enableval=$enable_shared; p=${PACKAGE-default}
7733 case $enableval in
7734 yes) enable_shared=yes ;;
7735 no) enable_shared=no ;;
7736 *)
7737 enable_shared=no
7738 # Look at the argument we got. We use all the common list separators.
7739 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7740 for pkg in $enableval; do
7741 IFS="$lt_save_ifs"
7742 if test "X$pkg" = "X$p"; then
7743 enable_shared=yes
7744 fi
7745 done
7746 IFS="$lt_save_ifs"
7747 ;;
7748 esac
7749else
7750 enable_shared=yes
7751fi
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761 # Check whether --enable-static was given.
7762if test "${enable_static+set}" = set; then :
7763 enableval=$enable_static; p=${PACKAGE-default}
7764 case $enableval in
7765 yes) enable_static=yes ;;
7766 no) enable_static=no ;;
7767 *)
7768 enable_static=no
7769 # Look at the argument we got. We use all the common list separators.
7770 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7771 for pkg in $enableval; do
7772 IFS="$lt_save_ifs"
7773 if test "X$pkg" = "X$p"; then
7774 enable_static=yes
7775 fi
7776 done
7777 IFS="$lt_save_ifs"
7778 ;;
7779 esac
7780else
7781 enable_static=yes
7782fi
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793# Check whether --with-pic was given.
7794if test "${with_pic+set}" = set; then :
7795 withval=$with_pic; pic_mode="$withval"
7796else
7797 pic_mode=default
7798fi
7799
7800
7801test -z "$pic_mode" && pic_mode=default
7802
7803
7804
7805
7806
7807
7808
7809 # Check whether --enable-fast-install was given.
7810if test "${enable_fast_install+set}" = set; then :
7811 enableval=$enable_fast_install; p=${PACKAGE-default}
7812 case $enableval in
7813 yes) enable_fast_install=yes ;;
7814 no) enable_fast_install=no ;;
7815 *)
7816 enable_fast_install=no
7817 # Look at the argument we got. We use all the common list separators.
7818 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7819 for pkg in $enableval; do
7820 IFS="$lt_save_ifs"
7821 if test "X$pkg" = "X$p"; then
7822 enable_fast_install=yes
7823 fi
7824 done
7825 IFS="$lt_save_ifs"
7826 ;;
7827 esac
7828else
7829 enable_fast_install=yes
7830fi
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842# This can be used to rebuild libtool when needed
7843LIBTOOL_DEPS="$ltmain"
7844
7845# Always use our own libtool.
7846LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873test -z "$LN_S" && LN_S="ln -s"
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888if test -n "${ZSH_VERSION+set}" ; then
7889 setopt NO_GLOB_SUBST
6ffe910a 7890fi
6ffe910a 7891
6bb11ab3
L
7892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7893$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7894if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7895 $as_echo_n "(cached) " >&6
7896else
7897 rm -f .libs 2>/dev/null
7898mkdir .libs 2>/dev/null
7899if test -d .libs; then
7900 lt_cv_objdir=.libs
7901else
7902 # MS-DOS does not allow filenames that begin with a dot.
7903 lt_cv_objdir=_libs
7904fi
7905rmdir .libs 2>/dev/null
7906fi
7907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7908$as_echo "$lt_cv_objdir" >&6; }
7909objdir=$lt_cv_objdir
7910
7911
7912
7913
7914
7915cat >>confdefs.h <<_ACEOF
7916#define LT_OBJDIR "$lt_cv_objdir/"
7917_ACEOF
7918
7919
7920
7921
7922case $host_os in
7923aix3*)
7924 # AIX sometimes has problems with the GCC collect2 program. For some
7925 # reason, if we set the COLLECT_NAMES environment variable, the problems
7926 # vanish in a puff of smoke.
7927 if test "X${COLLECT_NAMES+set}" != Xset; then
7928 COLLECT_NAMES=
7929 export COLLECT_NAMES
7930 fi
7931 ;;
6ffe910a 7932esac
6bb11ab3
L
7933
7934# Global variables:
7935ofile=libtool
7936can_build_shared=yes
7937
7938# All known linkers require a `.a' archive for static linking (except MSVC,
7939# which needs '.lib').
7940libext=a
7941
7942with_gnu_ld="$lt_cv_prog_gnu_ld"
7943
7944old_CC="$CC"
7945old_CFLAGS="$CFLAGS"
7946
7947# Set sane defaults for various variables
7948test -z "$CC" && CC=cc
7949test -z "$LTCC" && LTCC=$CC
7950test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7951test -z "$LD" && LD=ld
7952test -z "$ac_objext" && ac_objext=o
7953
7954for cc_temp in $compiler""; do
7955 case $cc_temp in
7956 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7957 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7958 \-*) ;;
7959 *) break;;
7960 esac
7961done
7962cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7963
7964
7965# Only perform the check for file, if the check method requires it
7966test -z "$MAGIC_CMD" && MAGIC_CMD=file
7967case $deplibs_check_method in
7968file_magic*)
7969 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7971$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7972if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7973 $as_echo_n "(cached) " >&6
7974else
7975 case $MAGIC_CMD in
7976[\\/*] | ?:[\\/]*)
7977 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7978 ;;
7979*)
7980 lt_save_MAGIC_CMD="$MAGIC_CMD"
7981 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7982 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7983 for ac_dir in $ac_dummy; do
7984 IFS="$lt_save_ifs"
7985 test -z "$ac_dir" && ac_dir=.
7986 if test -f $ac_dir/${ac_tool_prefix}file; then
7987 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7988 if test -n "$file_magic_test_file"; then
7989 case $deplibs_check_method in
7990 "file_magic "*)
7991 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7992 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7993 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7994 $EGREP "$file_magic_regex" > /dev/null; then
7995 :
7996 else
7997 cat <<_LT_EOF 1>&2
7998
7999*** Warning: the command libtool uses to detect shared libraries,
8000*** $file_magic_cmd, produces output that libtool cannot recognize.
8001*** The result is that libtool may fail to recognize shared libraries
8002*** as such. This will affect the creation of libtool libraries that
8003*** depend on shared libraries, but programs linked with such libtool
8004*** libraries will work regardless of this problem. Nevertheless, you
8005*** may want to report the problem to your system manager and/or to
8006*** bug-libtool@gnu.org
8007
8008_LT_EOF
8009 fi ;;
8010 esac
8011 fi
8012 break
6ffe910a 8013 fi
6bb11ab3
L
8014 done
8015 IFS="$lt_save_ifs"
8016 MAGIC_CMD="$lt_save_MAGIC_CMD"
8017 ;;
8018esac
6ffe910a 8019fi
6ffe910a 8020
6bb11ab3
L
8021MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8022if test -n "$MAGIC_CMD"; then
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8024$as_echo "$MAGIC_CMD" >&6; }
8025else
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8027$as_echo "no" >&6; }
8028fi
6ffe910a 8029
6bb11ab3
L
8030
8031
8032
8033
8034if test -z "$lt_cv_path_MAGIC_CMD"; then
8035 if test -n "$ac_tool_prefix"; then
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8037$as_echo_n "checking for file... " >&6; }
d0ac1c44 8038if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8039 $as_echo_n "(cached) " >&6
8040else
8041 case $MAGIC_CMD in
8042[\\/*] | ?:[\\/]*)
8043 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8044 ;;
8045*)
8046 lt_save_MAGIC_CMD="$MAGIC_CMD"
8047 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8048 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8049 for ac_dir in $ac_dummy; do
8050 IFS="$lt_save_ifs"
8051 test -z "$ac_dir" && ac_dir=.
8052 if test -f $ac_dir/file; then
8053 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8054 if test -n "$file_magic_test_file"; then
8055 case $deplibs_check_method in
8056 "file_magic "*)
8057 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8058 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8059 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8060 $EGREP "$file_magic_regex" > /dev/null; then
8061 :
8062 else
8063 cat <<_LT_EOF 1>&2
8064
8065*** Warning: the command libtool uses to detect shared libraries,
8066*** $file_magic_cmd, produces output that libtool cannot recognize.
8067*** The result is that libtool may fail to recognize shared libraries
8068*** as such. This will affect the creation of libtool libraries that
8069*** depend on shared libraries, but programs linked with such libtool
8070*** libraries will work regardless of this problem. Nevertheless, you
8071*** may want to report the problem to your system manager and/or to
8072*** bug-libtool@gnu.org
8073
8074_LT_EOF
8075 fi ;;
8076 esac
8077 fi
8078 break
8079 fi
8080 done
8081 IFS="$lt_save_ifs"
8082 MAGIC_CMD="$lt_save_MAGIC_CMD"
8083 ;;
6ffe910a 8084esac
6bb11ab3
L
8085fi
8086
8087MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8088if test -n "$MAGIC_CMD"; then
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8090$as_echo "$MAGIC_CMD" >&6; }
8091else
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8093$as_echo "no" >&6; }
8094fi
8095
8096
8097 else
8098 MAGIC_CMD=:
8099 fi
8100fi
8101
8102 fi
8103 ;;
8104esac
8105
8106# Use C for the default configuration in the libtool script
8107
8108lt_save_CC="$CC"
8109ac_ext=c
8110ac_cpp='$CPP $CPPFLAGS'
8111ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8112ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8113ac_compiler_gnu=$ac_cv_c_compiler_gnu
8114
8115
8116# Source file extension for C test sources.
8117ac_ext=c
8118
8119# Object file extension for compiled C test sources.
8120objext=o
8121objext=$objext
8122
8123# Code to be used in simple compile tests
8124lt_simple_compile_test_code="int some_variable = 0;"
8125
8126# Code to be used in simple link tests
8127lt_simple_link_test_code='int main(){return(0);}'
8128
8129
8130
8131
8132
8133
8134
8135# If no C compiler was specified, use CC.
8136LTCC=${LTCC-"$CC"}
8137
8138# If no C compiler flags were specified, use CFLAGS.
8139LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8140
8141# Allow CC to be a program name with arguments.
8142compiler=$CC
8143
8144# Save the default compiler, since it gets overwritten when the other
8145# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8146compiler_DEFAULT=$CC
8147
8148# save warnings/boilerplate of simple test code
8149ac_outfile=conftest.$ac_objext
8150echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8151eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8152_lt_compiler_boilerplate=`cat conftest.err`
8153$RM conftest*
8154
8155ac_outfile=conftest.$ac_objext
8156echo "$lt_simple_link_test_code" >conftest.$ac_ext
8157eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8158_lt_linker_boilerplate=`cat conftest.err`
8159$RM -r conftest*
8160
8161
8162## CAVEAT EMPTOR:
8163## There is no encapsulation within the following macros, do not change
8164## the running order or otherwise move them around unless you know exactly
8165## what you are doing...
8166if test -n "$compiler"; then
8167
8168lt_prog_compiler_no_builtin_flag=
8169
8170if test "$GCC" = yes; then
8171 case $cc_basename in
8172 nvcc*)
8173 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8174 *)
8175 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
6ffe910a 8176 esac
6bb11ab3
L
8177
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8179$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8180if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8181 $as_echo_n "(cached) " >&6
6ffe910a 8182else
6bb11ab3
L
8183 lt_cv_prog_compiler_rtti_exceptions=no
8184 ac_outfile=conftest.$ac_objext
8185 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8186 lt_compiler_flag="-fno-rtti -fno-exceptions"
8187 # Insert the option either (1) after the last *FLAGS variable, or
8188 # (2) before a word containing "conftest.", or (3) at the end.
8189 # Note that $ac_compile itself does not contain backslashes and begins
8190 # with a dollar sign (not a hyphen), so the echo should work correctly.
8191 # The option is referenced via a variable to avoid confusing sed.
8192 lt_compile=`echo "$ac_compile" | $SED \
8193 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8194 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8195 -e 's:$: $lt_compiler_flag:'`
8196 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8197 (eval "$lt_compile" 2>conftest.err)
8198 ac_status=$?
8199 cat conftest.err >&5
8200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8201 if (exit $ac_status) && test -s "$ac_outfile"; then
8202 # The compiler can only warn and ignore the option if not recognized
8203 # So say no if there are warnings other than the usual output.
8204 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8205 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8206 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8207 lt_cv_prog_compiler_rtti_exceptions=yes
8208 fi
8209 fi
8210 $RM conftest*
8211
6ffe910a 8212fi
6bb11ab3
L
8213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8214$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8215
8216if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8217 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8218else
8219 :
8220fi
8221
8222fi
8223
8224
8225
8226
8227
8228
8229 lt_prog_compiler_wl=
8230lt_prog_compiler_pic=
8231lt_prog_compiler_static=
8232
8233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8234$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8235
8236 if test "$GCC" = yes; then
8237 lt_prog_compiler_wl='-Wl,'
8238 lt_prog_compiler_static='-static'
8239
8240 case $host_os in
8241 aix*)
8242 # All AIX code is PIC.
8243 if test "$host_cpu" = ia64; then
8244 # AIX 5 now supports IA64 processor
8245 lt_prog_compiler_static='-Bstatic'
8246 fi
8247 lt_prog_compiler_pic='-fPIC'
8248 ;;
8249
8250 amigaos*)
8251 case $host_cpu in
8252 powerpc)
8253 # see comment about AmigaOS4 .so support
8254 lt_prog_compiler_pic='-fPIC'
8255 ;;
8256 m68k)
8257 # FIXME: we need at least 68020 code to build shared libraries, but
8258 # adding the `-m68020' flag to GCC prevents building anything better,
8259 # like `-m68040'.
8260 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8261 ;;
8262 esac
8263 ;;
8264
8265 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8266 # PIC is the default for these OSes.
8267 ;;
8268
8269 mingw* | cygwin* | pw32* | os2* | cegcc*)
8270 # This hack is so that the source file can tell whether it is being
8271 # built for inclusion in a dll (and should export symbols for example).
8272 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8273 # (--disable-auto-import) libraries
8274 lt_prog_compiler_pic='-DDLL_EXPORT'
8275 ;;
8276
8277 darwin* | rhapsody*)
8278 # PIC is the default on this platform
8279 # Common symbols not allowed in MH_DYLIB files
8280 lt_prog_compiler_pic='-fno-common'
8281 ;;
8282
8283 haiku*)
8284 # PIC is the default for Haiku.
8285 # The "-static" flag exists, but is broken.
8286 lt_prog_compiler_static=
8287 ;;
8288
8289 hpux*)
8290 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8291 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8292 # sets the default TLS model and affects inlining.
8293 case $host_cpu in
8294 hppa*64*)
8295 # +Z the default
8296 ;;
8297 *)
8298 lt_prog_compiler_pic='-fPIC'
8299 ;;
8300 esac
8301 ;;
8302
8303 interix[3-9]*)
8304 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8305 # Instead, we relocate shared libraries at runtime.
8306 ;;
8307
8308 msdosdjgpp*)
8309 # Just because we use GCC doesn't mean we suddenly get shared libraries
8310 # on systems that don't support them.
8311 lt_prog_compiler_can_build_shared=no
8312 enable_shared=no
8313 ;;
8314
8315 *nto* | *qnx*)
8316 # QNX uses GNU C++, but need to define -shared option too, otherwise
8317 # it will coredump.
8318 lt_prog_compiler_pic='-fPIC -shared'
8319 ;;
8320
8321 sysv4*MP*)
8322 if test -d /usr/nec; then
8323 lt_prog_compiler_pic=-Kconform_pic
8324 fi
8325 ;;
8326
8327 *)
8328 lt_prog_compiler_pic='-fPIC'
8329 ;;
8330 esac
8331
8332 case $cc_basename in
8333 nvcc*) # Cuda Compiler Driver 2.2
8334 lt_prog_compiler_wl='-Xlinker '
8335 lt_prog_compiler_pic='-Xcompiler -fPIC'
8336 ;;
8337 esac
8338 else
8339 # PORTME Check for flag to pass linker flags through the system compiler.
8340 case $host_os in
8341 aix*)
8342 lt_prog_compiler_wl='-Wl,'
8343 if test "$host_cpu" = ia64; then
8344 # AIX 5 now supports IA64 processor
8345 lt_prog_compiler_static='-Bstatic'
8346 else
8347 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8348 fi
8349 ;;
8350
8351 mingw* | cygwin* | pw32* | os2* | cegcc*)
8352 # This hack is so that the source file can tell whether it is being
8353 # built for inclusion in a dll (and should export symbols for example).
8354 lt_prog_compiler_pic='-DDLL_EXPORT'
8355 ;;
8356
8357 hpux9* | hpux10* | hpux11*)
8358 lt_prog_compiler_wl='-Wl,'
8359 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8360 # not for PA HP-UX.
8361 case $host_cpu in
8362 hppa*64*|ia64*)
8363 # +Z the default
8364 ;;
8365 *)
8366 lt_prog_compiler_pic='+Z'
8367 ;;
8368 esac
8369 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8370 lt_prog_compiler_static='${wl}-a ${wl}archive'
8371 ;;
8372
8373 irix5* | irix6* | nonstopux*)
8374 lt_prog_compiler_wl='-Wl,'
8375 # PIC (with -KPIC) is the default.
8376 lt_prog_compiler_static='-non_shared'
8377 ;;
8378
8379 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8380 case $cc_basename in
8381 # old Intel for x86_64 which still supported -KPIC.
8382 ecc*)
8383 lt_prog_compiler_wl='-Wl,'
8384 lt_prog_compiler_pic='-KPIC'
8385 lt_prog_compiler_static='-static'
8386 ;;
8387 # icc used to be incompatible with GCC.
8388 # ICC 10 doesn't accept -KPIC any more.
8389 icc* | ifort*)
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_pic='-fPIC'
8392 lt_prog_compiler_static='-static'
8393 ;;
8394 # Lahey Fortran 8.1.
8395 lf95*)
8396 lt_prog_compiler_wl='-Wl,'
8397 lt_prog_compiler_pic='--shared'
8398 lt_prog_compiler_static='--static'
8399 ;;
8400 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8401 # Portland Group compilers (*not* the Pentium gcc compiler,
8402 # which looks to be a dead project)
8403 lt_prog_compiler_wl='-Wl,'
8404 lt_prog_compiler_pic='-fpic'
8405 lt_prog_compiler_static='-Bstatic'
8406 ;;
8407 ccc*)
8408 lt_prog_compiler_wl='-Wl,'
8409 # All Alpha code is PIC.
8410 lt_prog_compiler_static='-non_shared'
8411 ;;
8412 xl* | bgxl* | bgf* | mpixl*)
8413 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8414 lt_prog_compiler_wl='-Wl,'
8415 lt_prog_compiler_pic='-qpic'
8416 lt_prog_compiler_static='-qstaticlink'
8417 ;;
8418 *)
8419 case `$CC -V 2>&1 | sed 5q` in
8420 *Sun\ F* | *Sun*Fortran*)
8421 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8422 lt_prog_compiler_pic='-KPIC'
8423 lt_prog_compiler_static='-Bstatic'
8424 lt_prog_compiler_wl=''
8425 ;;
8426 *Sun\ C*)
8427 # Sun C 5.9
8428 lt_prog_compiler_pic='-KPIC'
8429 lt_prog_compiler_static='-Bstatic'
8430 lt_prog_compiler_wl='-Wl,'
8431 ;;
8432 esac
8433 ;;
8434 esac
8435 ;;
8436
8437 newsos6)
8438 lt_prog_compiler_pic='-KPIC'
8439 lt_prog_compiler_static='-Bstatic'
8440 ;;
8441
8442 *nto* | *qnx*)
8443 # QNX uses GNU C++, but need to define -shared option too, otherwise
8444 # it will coredump.
8445 lt_prog_compiler_pic='-fPIC -shared'
8446 ;;
8447
8448 osf3* | osf4* | osf5*)
8449 lt_prog_compiler_wl='-Wl,'
8450 # All OSF/1 code is PIC.
8451 lt_prog_compiler_static='-non_shared'
8452 ;;
8453
8454 rdos*)
8455 lt_prog_compiler_static='-non_shared'
8456 ;;
6ffe910a 8457
6bb11ab3
L
8458 solaris*)
8459 lt_prog_compiler_pic='-KPIC'
8460 lt_prog_compiler_static='-Bstatic'
8461 case $cc_basename in
8462 f77* | f90* | f95*)
8463 lt_prog_compiler_wl='-Qoption ld ';;
8464 *)
8465 lt_prog_compiler_wl='-Wl,';;
8466 esac
8467 ;;
6ffe910a 8468
6bb11ab3
L
8469 sunos4*)
8470 lt_prog_compiler_wl='-Qoption ld '
8471 lt_prog_compiler_pic='-PIC'
8472 lt_prog_compiler_static='-Bstatic'
8473 ;;
6ffe910a 8474
6bb11ab3
L
8475 sysv4 | sysv4.2uw2* | sysv4.3*)
8476 lt_prog_compiler_wl='-Wl,'
8477 lt_prog_compiler_pic='-KPIC'
8478 lt_prog_compiler_static='-Bstatic'
8479 ;;
8480
8481 sysv4*MP*)
8482 if test -d /usr/nec ;then
8483 lt_prog_compiler_pic='-Kconform_pic'
8484 lt_prog_compiler_static='-Bstatic'
8485 fi
8486 ;;
8487
8488 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8489 lt_prog_compiler_wl='-Wl,'
8490 lt_prog_compiler_pic='-KPIC'
8491 lt_prog_compiler_static='-Bstatic'
8492 ;;
8493
8494 unicos*)
8495 lt_prog_compiler_wl='-Wl,'
8496 lt_prog_compiler_can_build_shared=no
8497 ;;
8498
8499 uts4*)
8500 lt_prog_compiler_pic='-pic'
8501 lt_prog_compiler_static='-Bstatic'
8502 ;;
8503
8504 *)
8505 lt_prog_compiler_can_build_shared=no
8506 ;;
8507 esac
8508 fi
8509
8510case $host_os in
8511 # For platforms which do not support PIC, -DPIC is meaningless:
8512 *djgpp*)
8513 lt_prog_compiler_pic=
8514 ;;
8515 *)
8516 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8517 ;;
6ffe910a 8518esac
6bb11ab3
L
8519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8520$as_echo "$lt_prog_compiler_pic" >&6; }
8521
8522
8523
8524
8525
8526
8527#
8528# Check to make sure the PIC flag actually works.
8529#
8530if test -n "$lt_prog_compiler_pic"; then
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8532$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8533if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8534 $as_echo_n "(cached) " >&6
6ffe910a 8535else
6bb11ab3
L
8536 lt_cv_prog_compiler_pic_works=no
8537 ac_outfile=conftest.$ac_objext
8538 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8539 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8540 # Insert the option either (1) after the last *FLAGS variable, or
8541 # (2) before a word containing "conftest.", or (3) at the end.
8542 # Note that $ac_compile itself does not contain backslashes and begins
8543 # with a dollar sign (not a hyphen), so the echo should work correctly.
8544 # The option is referenced via a variable to avoid confusing sed.
8545 lt_compile=`echo "$ac_compile" | $SED \
8546 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8547 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8548 -e 's:$: $lt_compiler_flag:'`
8549 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8550 (eval "$lt_compile" 2>conftest.err)
8551 ac_status=$?
8552 cat conftest.err >&5
8553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8554 if (exit $ac_status) && test -s "$ac_outfile"; then
8555 # The compiler can only warn and ignore the option if not recognized
8556 # So say no if there are warnings other than the usual output.
8557 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8558 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8559 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8560 lt_cv_prog_compiler_pic_works=yes
8561 fi
8562 fi
8563 $RM conftest*
6ffe910a 8564
6ffe910a 8565fi
6bb11ab3
L
8566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8567$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8568
8569if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8570 case $lt_prog_compiler_pic in
8571 "" | " "*) ;;
8572 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8573 esac
8574else
8575 lt_prog_compiler_pic=
8576 lt_prog_compiler_can_build_shared=no
6ffe910a 8577fi
6bb11ab3
L
8578
8579fi
8580
8581
8582
8583
8584
8585
8586#
8587# Check to make sure the static flag actually works.
8588#
8589wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8591$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8592if ${lt_cv_prog_compiler_static_works+:} false; then :
6ffe910a
MF
8593 $as_echo_n "(cached) " >&6
8594else
6bb11ab3
L
8595 lt_cv_prog_compiler_static_works=no
8596 save_LDFLAGS="$LDFLAGS"
8597 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8598 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8599 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8600 # The linker can only warn and ignore the option if not recognized
8601 # So say no if there are warnings
8602 if test -s conftest.err; then
8603 # Append any errors to the config.log.
8604 cat conftest.err 1>&5
8605 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8606 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8607 if diff conftest.exp conftest.er2 >/dev/null; then
8608 lt_cv_prog_compiler_static_works=yes
8609 fi
8610 else
8611 lt_cv_prog_compiler_static_works=yes
8612 fi
8613 fi
8614 $RM -r conftest*
8615 LDFLAGS="$save_LDFLAGS"
6ffe910a 8616
6bb11ab3
L
8617fi
8618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8619$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
6ffe910a 8620
6bb11ab3
L
8621if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8622 :
6ffe910a 8623else
6bb11ab3 8624 lt_prog_compiler_static=
6ffe910a 8625fi
6ffe910a 8626
6bb11ab3
L
8627
8628
8629
8630
8631
8632
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8634$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8635if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8636 $as_echo_n "(cached) " >&6
6ffe910a 8637else
6bb11ab3
L
8638 lt_cv_prog_compiler_c_o=no
8639 $RM -r conftest 2>/dev/null
8640 mkdir conftest
8641 cd conftest
8642 mkdir out
8643 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8644
8645 lt_compiler_flag="-o out/conftest2.$ac_objext"
8646 # Insert the option either (1) after the last *FLAGS variable, or
8647 # (2) before a word containing "conftest.", or (3) at the end.
8648 # Note that $ac_compile itself does not contain backslashes and begins
8649 # with a dollar sign (not a hyphen), so the echo should work correctly.
8650 lt_compile=`echo "$ac_compile" | $SED \
8651 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8652 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8653 -e 's:$: $lt_compiler_flag:'`
8654 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8655 (eval "$lt_compile" 2>out/conftest.err)
8656 ac_status=$?
8657 cat out/conftest.err >&5
8658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8659 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8660 then
8661 # The compiler can only warn and ignore the option if not recognized
8662 # So say no if there are warnings
8663 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8664 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8665 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8666 lt_cv_prog_compiler_c_o=yes
8667 fi
8668 fi
8669 chmod u+w . 2>&5
8670 $RM conftest*
8671 # SGI C++ compiler will create directory out/ii_files/ for
8672 # template instantiation
8673 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8674 $RM out/* && rmdir out
8675 cd ..
8676 $RM -r conftest
8677 $RM conftest*
8678
6ffe910a 8679fi
6bb11ab3
L
8680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8681$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8682
8683
8684
8685
8686
8687
8688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8689$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8690if ${lt_cv_prog_compiler_c_o+:} false; then :
6ffe910a
MF
8691 $as_echo_n "(cached) " >&6
8692else
6bb11ab3
L
8693 lt_cv_prog_compiler_c_o=no
8694 $RM -r conftest 2>/dev/null
8695 mkdir conftest
8696 cd conftest
8697 mkdir out
8698 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8699
8700 lt_compiler_flag="-o out/conftest2.$ac_objext"
8701 # Insert the option either (1) after the last *FLAGS variable, or
8702 # (2) before a word containing "conftest.", or (3) at the end.
8703 # Note that $ac_compile itself does not contain backslashes and begins
8704 # with a dollar sign (not a hyphen), so the echo should work correctly.
8705 lt_compile=`echo "$ac_compile" | $SED \
8706 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8707 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8708 -e 's:$: $lt_compiler_flag:'`
8709 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8710 (eval "$lt_compile" 2>out/conftest.err)
8711 ac_status=$?
8712 cat out/conftest.err >&5
8713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8714 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8715 then
8716 # The compiler can only warn and ignore the option if not recognized
8717 # So say no if there are warnings
8718 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8719 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8720 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8721 lt_cv_prog_compiler_c_o=yes
8722 fi
8723 fi
8724 chmod u+w . 2>&5
8725 $RM conftest*
8726 # SGI C++ compiler will create directory out/ii_files/ for
8727 # template instantiation
8728 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8729 $RM out/* && rmdir out
8730 cd ..
8731 $RM -r conftest
8732 $RM conftest*
8733
8734fi
8735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8736$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8737
8738
8739
8740
8741hard_links="nottested"
8742if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8743 # do not overwrite the value of need_locks provided by the user
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8745$as_echo_n "checking if we can lock with hard links... " >&6; }
8746 hard_links=yes
8747 $RM conftest*
8748 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8749 touch conftest.a
8750 ln conftest.a conftest.b 2>&5 || hard_links=no
8751 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8753$as_echo "$hard_links" >&6; }
8754 if test "$hard_links" = no; then
8755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8756$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8757 need_locks=warn
8758 fi
8759else
8760 need_locks=no
8761fi
8762
8763
8764
8765
8766
8767
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8769$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8770
8771 runpath_var=
8772 allow_undefined_flag=
8773 always_export_symbols=no
8774 archive_cmds=
8775 archive_expsym_cmds=
8776 compiler_needs_object=no
8777 enable_shared_with_static_runtimes=no
8778 export_dynamic_flag_spec=
8779 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8780 hardcode_automatic=no
8781 hardcode_direct=no
8782 hardcode_direct_absolute=no
8783 hardcode_libdir_flag_spec=
8784 hardcode_libdir_flag_spec_ld=
8785 hardcode_libdir_separator=
8786 hardcode_minus_L=no
8787 hardcode_shlibpath_var=unsupported
8788 inherit_rpath=no
8789 link_all_deplibs=unknown
8790 module_cmds=
8791 module_expsym_cmds=
8792 old_archive_from_new_cmds=
8793 old_archive_from_expsyms_cmds=
8794 thread_safe_flag_spec=
8795 whole_archive_flag_spec=
8796 # include_expsyms should be a list of space-separated symbols to be *always*
8797 # included in the symbol list
8798 include_expsyms=
8799 # exclude_expsyms can be an extended regexp of symbols to exclude
8800 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8801 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8802 # as well as any symbol that contains `d'.
8803 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8804 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8805 # platforms (ab)use it in PIC code, but their linkers get confused if
8806 # the symbol is explicitly referenced. Since portable code cannot
8807 # rely on this symbol name, it's probably fine to never include it in
8808 # preloaded symbol tables.
8809 # Exclude shared library initialization/finalization symbols.
8810 extract_expsyms_cmds=
8811
8812 case $host_os in
8813 cygwin* | mingw* | pw32* | cegcc*)
8814 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8815 # When not using gcc, we currently assume that we are using
8816 # Microsoft Visual C++.
8817 if test "$GCC" != yes; then
8818 with_gnu_ld=no
8819 fi
8820 ;;
8821 interix*)
8822 # we just hope/assume this is gcc and not c89 (= MSVC++)
8823 with_gnu_ld=yes
8824 ;;
8825 openbsd*)
8826 with_gnu_ld=no
8827 ;;
8828 esac
6ffe910a 8829
6bb11ab3
L
8830 ld_shlibs=yes
8831
8832 # On some targets, GNU ld is compatible enough with the native linker
8833 # that we're better off using the native interface for both.
8834 lt_use_gnu_ld_interface=no
8835 if test "$with_gnu_ld" = yes; then
8836 case $host_os in
8837 aix*)
8838 # The AIX port of GNU ld has always aspired to compatibility
8839 # with the native linker. However, as the warning in the GNU ld
8840 # block says, versions before 2.19.5* couldn't really create working
8841 # shared libraries, regardless of the interface used.
8842 case `$LD -v 2>&1` in
8843 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8844 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8845 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8846 *)
8847 lt_use_gnu_ld_interface=yes
8848 ;;
8849 esac
8850 ;;
8851 *)
8852 lt_use_gnu_ld_interface=yes
8853 ;;
8854 esac
8855 fi
6ffe910a 8856
6bb11ab3
L
8857 if test "$lt_use_gnu_ld_interface" = yes; then
8858 # If archive_cmds runs LD, not CC, wlarc should be empty
8859 wlarc='${wl}'
8860
8861 # Set some defaults for GNU ld with shared library support. These
8862 # are reset later if shared libraries are not supported. Putting them
8863 # here allows them to be overridden if necessary.
8864 runpath_var=LD_RUN_PATH
8865 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8866 export_dynamic_flag_spec='${wl}--export-dynamic'
8867 # ancient GNU ld didn't support --whole-archive et. al.
8868 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8869 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8870 else
8871 whole_archive_flag_spec=
8872 fi
8873 supports_anon_versioning=no
8874 case `$LD -v 2>&1` in
8875 *GNU\ gold*) supports_anon_versioning=yes ;;
8876 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8877 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8878 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8879 *\ 2.11.*) ;; # other 2.11 versions
8880 *) supports_anon_versioning=yes ;;
8881 esac
8882
8883 # See if GNU ld supports shared libraries.
8884 case $host_os in
8885 aix[3-9]*)
8886 # On AIX/PPC, the GNU linker is very broken
8887 if test "$host_cpu" != ia64; then
8888 ld_shlibs=no
8889 cat <<_LT_EOF 1>&2
8890
8891*** Warning: the GNU linker, at least up to release 2.19, is reported
8892*** to be unable to reliably create shared libraries on AIX.
8893*** Therefore, libtool is disabling shared libraries support. If you
8894*** really care for shared libraries, you may want to install binutils
8895*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8896*** You will then need to restart the configuration process.
8897
8898_LT_EOF
8899 fi
8900 ;;
8901
8902 amigaos*)
8903 case $host_cpu in
8904 powerpc)
8905 # see comment about AmigaOS4 .so support
8906 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8907 archive_expsym_cmds=''
8908 ;;
8909 m68k)
8910 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)'
8911 hardcode_libdir_flag_spec='-L$libdir'
8912 hardcode_minus_L=yes
8913 ;;
8914 esac
8915 ;;
8916
8917 beos*)
8918 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8919 allow_undefined_flag=unsupported
8920 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8921 # support --undefined. This deserves some investigation. FIXME
8922 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8923 else
8924 ld_shlibs=no
8925 fi
8926 ;;
8927
8928 cygwin* | mingw* | pw32* | cegcc*)
8929 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8930 # as there is no search path for DLLs.
8931 hardcode_libdir_flag_spec='-L$libdir'
8932 export_dynamic_flag_spec='${wl}--export-all-symbols'
8933 allow_undefined_flag=unsupported
8934 always_export_symbols=no
8935 enable_shared_with_static_runtimes=yes
8936 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8937
8938 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8939 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8940 # If the export-symbols file already is a .def file (1st line
8941 # is EXPORTS), use it as is; otherwise, prepend...
8942 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8943 cp $export_symbols $output_objdir/$soname.def;
8944 else
8945 echo EXPORTS > $output_objdir/$soname.def;
8946 cat $export_symbols >> $output_objdir/$soname.def;
8947 fi~
8948 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8949 else
8950 ld_shlibs=no
8951 fi
8952 ;;
8953
8954 haiku*)
8955 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8956 link_all_deplibs=yes
8957 ;;
8958
8959 interix[3-9]*)
8960 hardcode_direct=no
8961 hardcode_shlibpath_var=no
8962 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8963 export_dynamic_flag_spec='${wl}-E'
8964 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8965 # Instead, shared libraries are loaded at an image base (0x10000000 by
8966 # default) and relocated if they conflict, which is a slow very memory
8967 # consuming and fragmenting process. To avoid this, we pick a random,
8968 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8969 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8970 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8971 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'
8972 ;;
8973
8974 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8975 tmp_diet=no
8976 if test "$host_os" = linux-dietlibc; then
8977 case $cc_basename in
8978 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8979 esac
8980 fi
8981 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8982 && test "$tmp_diet" = no
8983 then
ae7d0cac 8984 tmp_addflag=' $pic_flag'
6bb11ab3
L
8985 tmp_sharedflag='-shared'
8986 case $cc_basename,$host_cpu in
8987 pgcc*) # Portland Group C compiler
8988 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'
8989 tmp_addflag=' $pic_flag'
8990 ;;
8991 pgf77* | pgf90* | pgf95* | pgfortran*)
8992 # Portland Group f77 and f90 compilers
8993 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'
8994 tmp_addflag=' $pic_flag -Mnomain' ;;
8995 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8996 tmp_addflag=' -i_dynamic' ;;
8997 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8998 tmp_addflag=' -i_dynamic -nofor_main' ;;
8999 ifc* | ifort*) # Intel Fortran compiler
9000 tmp_addflag=' -nofor_main' ;;
9001 lf95*) # Lahey Fortran 8.1
9002 whole_archive_flag_spec=
9003 tmp_sharedflag='--shared' ;;
9004 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9005 tmp_sharedflag='-qmkshrobj'
9006 tmp_addflag= ;;
9007 nvcc*) # Cuda Compiler Driver 2.2
9008 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'
9009 compiler_needs_object=yes
9010 ;;
9011 esac
9012 case `$CC -V 2>&1 | sed 5q` in
9013 *Sun\ C*) # Sun C 5.9
9014 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'
9015 compiler_needs_object=yes
9016 tmp_sharedflag='-G' ;;
9017 *Sun\ F*) # Sun Fortran 8.3
9018 tmp_sharedflag='-G' ;;
9019 esac
9020 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9021
9022 if test "x$supports_anon_versioning" = xyes; then
9023 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9024 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9025 echo "local: *; };" >> $output_objdir/$libname.ver~
9026 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9027 fi
9028
9029 case $cc_basename in
9030 xlf* | bgf* | bgxlf* | mpixlf*)
9031 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9032 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9033 hardcode_libdir_flag_spec=
9034 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9035 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9036 if test "x$supports_anon_versioning" = xyes; then
9037 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9038 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9039 echo "local: *; };" >> $output_objdir/$libname.ver~
9040 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9041 fi
9042 ;;
9043 esac
9044 else
9045 ld_shlibs=no
9046 fi
9047 ;;
9048
9049 netbsd*)
9050 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9051 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9052 wlarc=
9053 else
9054 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9055 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9056 fi
9057 ;;
9058
9059 solaris*)
9060 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9061 ld_shlibs=no
9062 cat <<_LT_EOF 1>&2
9063
9064*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9065*** create shared libraries on Solaris systems. Therefore, libtool
9066*** is disabling shared libraries support. We urge you to upgrade GNU
9067*** binutils to release 2.9.1 or newer. Another option is to modify
9068*** your PATH or compiler configuration so that the native linker is
9069*** used, and then restart.
9070
9071_LT_EOF
9072 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9073 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9074 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9075 else
9076 ld_shlibs=no
9077 fi
9078 ;;
9079
9080 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9081 case `$LD -v 2>&1` in
9082 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9083 ld_shlibs=no
9084 cat <<_LT_EOF 1>&2
9085
9086*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9087*** reliably create shared libraries on SCO systems. Therefore, libtool
9088*** is disabling shared libraries support. We urge you to upgrade GNU
9089*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9090*** your PATH or compiler configuration so that the native linker is
9091*** used, and then restart.
9092
9093_LT_EOF
9094 ;;
9095 *)
9096 # For security reasons, it is highly recommended that you always
9097 # use absolute paths for naming shared libraries, and exclude the
9098 # DT_RUNPATH tag from executables and libraries. But doing so
9099 # requires that you compile everything twice, which is a pain.
9100 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9101 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9102 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9103 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9104 else
9105 ld_shlibs=no
9106 fi
9107 ;;
9108 esac
9109 ;;
9110
9111 sunos4*)
9112 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9113 wlarc=
9114 hardcode_direct=yes
9115 hardcode_shlibpath_var=no
9116 ;;
9117
9118 *)
9119 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9120 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9121 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9122 else
9123 ld_shlibs=no
9124 fi
9125 ;;
9126 esac
9127
9128 if test "$ld_shlibs" = no; then
9129 runpath_var=
9130 hardcode_libdir_flag_spec=
9131 export_dynamic_flag_spec=
9132 whole_archive_flag_spec=
9133 fi
9134 else
9135 # PORTME fill in a description of your system's linker (not GNU ld)
9136 case $host_os in
9137 aix3*)
9138 allow_undefined_flag=unsupported
9139 always_export_symbols=yes
9140 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'
9141 # Note: this linker hardcodes the directories in LIBPATH if there
9142 # are no directories specified by -L.
9143 hardcode_minus_L=yes
9144 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9145 # Neither direct hardcoding nor static linking is supported with a
9146 # broken collect2.
9147 hardcode_direct=unsupported
9148 fi
9149 ;;
9150
9151 aix[4-9]*)
9152 if test "$host_cpu" = ia64; then
9153 # On IA64, the linker does run time linking by default, so we don't
9154 # have to do anything special.
9155 aix_use_runtimelinking=no
9156 exp_sym_flag='-Bexport'
9157 no_entry_flag=""
9158 else
9159 # If we're using GNU nm, then we don't want the "-C" option.
9160 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9161 # Also, AIX nm treats weak defined symbols like other global
9162 # defined symbols, whereas GNU nm marks them as "W".
9163 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9164 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'
9165 else
5c887dd5 9166 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
6bb11ab3
L
9167 fi
9168 aix_use_runtimelinking=no
9169
9170 # Test if we are trying to use run time linking or normal
9171 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9172 # need to do runtime linking.
9173 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9174 for ld_flag in $LDFLAGS; do
9175 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9176 aix_use_runtimelinking=yes
9177 break
9178 fi
9179 done
9180 ;;
9181 esac
9182
9183 exp_sym_flag='-bexport'
9184 no_entry_flag='-bnoentry'
9185 fi
9186
9187 # When large executables or shared objects are built, AIX ld can
9188 # have problems creating the table of contents. If linking a library
9189 # or program results in "error TOC overflow" add -mminimal-toc to
9190 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9191 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9192
9193 archive_cmds=''
9194 hardcode_direct=yes
9195 hardcode_direct_absolute=yes
9196 hardcode_libdir_separator=':'
9197 link_all_deplibs=yes
9198 file_list_spec='${wl}-f,'
9199
9200 if test "$GCC" = yes; then
9201 case $host_os in aix4.[012]|aix4.[012].*)
9202 # We only want to do this on AIX 4.2 and lower, the check
9203 # below for broken collect2 doesn't work under 4.3+
9204 collect2name=`${CC} -print-prog-name=collect2`
9205 if test -f "$collect2name" &&
9206 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9207 then
9208 # We have reworked collect2
9209 :
9210 else
9211 # We have old collect2
9212 hardcode_direct=unsupported
9213 # It fails to find uninstalled libraries when the uninstalled
9214 # path is not listed in the libpath. Setting hardcode_minus_L
9215 # to unsupported forces relinking
9216 hardcode_minus_L=yes
9217 hardcode_libdir_flag_spec='-L$libdir'
9218 hardcode_libdir_separator=
9219 fi
9220 ;;
9221 esac
9222 shared_flag='-shared'
9223 if test "$aix_use_runtimelinking" = yes; then
9224 shared_flag="$shared_flag "'${wl}-G'
9225 fi
9226 else
9227 # not using gcc
9228 if test "$host_cpu" = ia64; then
9229 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9230 # chokes on -Wl,-G. The following line is correct:
9231 shared_flag='-G'
9232 else
9233 if test "$aix_use_runtimelinking" = yes; then
9234 shared_flag='${wl}-G'
9235 else
9236 shared_flag='${wl}-bM:SRE'
9237 fi
9238 fi
9239 fi
9240
9241 export_dynamic_flag_spec='${wl}-bexpall'
9242 # It seems that -bexpall does not export symbols beginning with
9243 # underscore (_), so it is better to generate a list of symbols to export.
9244 always_export_symbols=yes
9245 if test "$aix_use_runtimelinking" = yes; then
9246 # Warning - without using the other runtime loading flags (-brtl),
9247 # -berok will link without error, but may produce a broken library.
9248 allow_undefined_flag='-berok'
9249 # Determine the default libpath from the value encoded in an
9250 # empty executable.
9251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6ffe910a
MF
9252/* end confdefs.h. */
9253
9254int
9255main ()
9256{
9257
9258 ;
9259 return 0;
9260}
9261_ACEOF
6bb11ab3 9262if ac_fn_c_try_link "$LINENO"; then :
6ffe910a 9263
6bb11ab3
L
9264lt_aix_libpath_sed='
9265 /Import File Strings/,/^$/ {
9266 /^0/ {
9267 s/^0 *\(.*\)$/\1/
9268 p
9269 }
9270 }'
9271aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9272# Check for a 64-bit object if we didn't find anything.
9273if test -z "$aix_libpath"; then
9274 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9275fi
9276fi
9277rm -f core conftest.err conftest.$ac_objext \
9278 conftest$ac_exeext conftest.$ac_ext
9279if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9280
9281 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9282 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"
9283 else
9284 if test "$host_cpu" = ia64; then
9285 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9286 allow_undefined_flag="-z nodefs"
9287 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"
9288 else
9289 # Determine the default libpath from the value encoded in an
9290 # empty executable.
6ffe910a
MF
9291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292/* end confdefs.h. */
9293
9294int
9295main ()
9296{
9297
9298 ;
9299 return 0;
9300}
9301_ACEOF
6bb11ab3
L
9302if ac_fn_c_try_link "$LINENO"; then :
9303
9304lt_aix_libpath_sed='
9305 /Import File Strings/,/^$/ {
9306 /^0/ {
9307 s/^0 *\(.*\)$/\1/
9308 p
9309 }
9310 }'
9311aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9312# Check for a 64-bit object if we didn't find anything.
9313if test -z "$aix_libpath"; then
9314 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6ffe910a 9315fi
6ffe910a 9316fi
6bb11ab3
L
9317rm -f core conftest.err conftest.$ac_objext \
9318 conftest$ac_exeext conftest.$ac_ext
9319if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9320
9321 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9322 # Warning - without using the other run time loading flags,
9323 # -berok will link without error, but may produce a broken library.
9324 no_undefined_flag=' ${wl}-bernotok'
9325 allow_undefined_flag=' ${wl}-berok'
9326 if test "$with_gnu_ld" = yes; then
9327 # We only use this code for GNU lds that support --whole-archive.
9328 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9329 else
9330 # Exported symbols can be pulled into shared objects from archives
9331 whole_archive_flag_spec='$convenience'
9332 fi
9333 archive_cmds_need_lc=yes
9334 # This is similar to how AIX traditionally builds its shared libraries.
9335 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'
9336 fi
9337 fi
9338 ;;
9339
9340 amigaos*)
9341 case $host_cpu in
9342 powerpc)
9343 # see comment about AmigaOS4 .so support
9344 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9345 archive_expsym_cmds=''
9346 ;;
9347 m68k)
9348 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)'
9349 hardcode_libdir_flag_spec='-L$libdir'
9350 hardcode_minus_L=yes
9351 ;;
9352 esac
9353 ;;
9354
9355 bsdi[45]*)
9356 export_dynamic_flag_spec=-rdynamic
9357 ;;
9358
9359 cygwin* | mingw* | pw32* | cegcc*)
9360 # When not using gcc, we currently assume that we are using
9361 # Microsoft Visual C++.
9362 # hardcode_libdir_flag_spec is actually meaningless, as there is
9363 # no search path for DLLs.
9364 hardcode_libdir_flag_spec=' '
9365 allow_undefined_flag=unsupported
9366 # Tell ltmain to make .lib files, not .a files.
9367 libext=lib
9368 # Tell ltmain to make .dll files, not .so files.
9369 shrext_cmds=".dll"
9370 # FIXME: Setting linknames here is a bad hack.
9371 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9372 # The linker will automatically build a .lib file if we build a DLL.
9373 old_archive_from_new_cmds='true'
9374 # FIXME: Should let the user specify the lib program.
9375 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9376 fix_srcfile_path='`cygpath -w "$srcfile"`'
9377 enable_shared_with_static_runtimes=yes
9378 ;;
9379
9380 darwin* | rhapsody*)
9381
9382
9383 archive_cmds_need_lc=no
9384 hardcode_direct=no
9385 hardcode_automatic=yes
9386 hardcode_shlibpath_var=unsupported
9387 if test "$lt_cv_ld_force_load" = "yes"; then
9388 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\"`'
6ffe910a 9389 else
6bb11ab3 9390 whole_archive_flag_spec=''
6ffe910a 9391 fi
6bb11ab3
L
9392 link_all_deplibs=yes
9393 allow_undefined_flag="$_lt_dar_allow_undefined"
9394 case $cc_basename in
9395 ifort*) _lt_dar_can_shared=yes ;;
9396 *) _lt_dar_can_shared=$GCC ;;
9397 esac
9398 if test "$_lt_dar_can_shared" = "yes"; then
9399 output_verbose_link_cmd=func_echo_all
9400 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9401 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9402 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}"
9403 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}"
9404
6ffe910a 9405 else
6bb11ab3 9406 ld_shlibs=no
6ffe910a 9407 fi
6bb11ab3
L
9408
9409 ;;
9410
9411 dgux*)
9412 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9413 hardcode_libdir_flag_spec='-L$libdir'
9414 hardcode_shlibpath_var=no
9415 ;;
9416
9417 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9418 # support. Future versions do this automatically, but an explicit c++rt0.o
9419 # does not break anything, and helps significantly (at the cost of a little
9420 # extra space).
9421 freebsd2.2*)
9422 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9423 hardcode_libdir_flag_spec='-R$libdir'
9424 hardcode_direct=yes
9425 hardcode_shlibpath_var=no
9426 ;;
9427
9428 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9429 freebsd2.*)
9430 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9431 hardcode_direct=yes
9432 hardcode_minus_L=yes
9433 hardcode_shlibpath_var=no
9434 ;;
9435
9436 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9437 freebsd* | dragonfly*)
9438 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9439 hardcode_libdir_flag_spec='-R$libdir'
9440 hardcode_direct=yes
9441 hardcode_shlibpath_var=no
9442 ;;
9443
9444 hpux9*)
9445 if test "$GCC" = yes; then
9446 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'
9447 else
9448 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'
9449 fi
9450 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9451 hardcode_libdir_separator=:
9452 hardcode_direct=yes
9453
9454 # hardcode_minus_L: Not really in the search PATH,
9455 # but as the default location of the library.
9456 hardcode_minus_L=yes
9457 export_dynamic_flag_spec='${wl}-E'
9458 ;;
9459
9460 hpux10*)
9461 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9462 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9463 else
9464 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9465 fi
9466 if test "$with_gnu_ld" = no; then
9467 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9468 hardcode_libdir_flag_spec_ld='+b $libdir'
9469 hardcode_libdir_separator=:
9470 hardcode_direct=yes
9471 hardcode_direct_absolute=yes
9472 export_dynamic_flag_spec='${wl}-E'
9473 # hardcode_minus_L: Not really in the search PATH,
9474 # but as the default location of the library.
9475 hardcode_minus_L=yes
9476 fi
9477 ;;
9478
9479 hpux11*)
9480 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9481 case $host_cpu in
9482 hppa*64*)
9483 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9484 ;;
9485 ia64*)
9486 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9487 ;;
9488 *)
9489 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9490 ;;
9491 esac
9492 else
9493 case $host_cpu in
9494 hppa*64*)
9495 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9496 ;;
9497 ia64*)
9498 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9499 ;;
9500 *)
9501
9502 # Older versions of the 11.00 compiler do not understand -b yet
9503 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9505$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9506if ${lt_cv_prog_compiler__b+:} false; then :
6ffe910a
MF
9507 $as_echo_n "(cached) " >&6
9508else
6bb11ab3
L
9509 lt_cv_prog_compiler__b=no
9510 save_LDFLAGS="$LDFLAGS"
9511 LDFLAGS="$LDFLAGS -b"
9512 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9513 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9514 # The linker can only warn and ignore the option if not recognized
9515 # So say no if there are warnings
9516 if test -s conftest.err; then
9517 # Append any errors to the config.log.
9518 cat conftest.err 1>&5
9519 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9520 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9521 if diff conftest.exp conftest.er2 >/dev/null; then
9522 lt_cv_prog_compiler__b=yes
9523 fi
9524 else
9525 lt_cv_prog_compiler__b=yes
9526 fi
9527 fi
9528 $RM -r conftest*
9529 LDFLAGS="$save_LDFLAGS"
6ffe910a 9530
6bb11ab3
L
9531fi
9532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9533$as_echo "$lt_cv_prog_compiler__b" >&6; }
6ffe910a 9534
6bb11ab3
L
9535if test x"$lt_cv_prog_compiler__b" = xyes; then
9536 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9537else
9538 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9539fi
6ffe910a 9540
6bb11ab3
L
9541 ;;
9542 esac
9543 fi
9544 if test "$with_gnu_ld" = no; then
9545 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9546 hardcode_libdir_separator=:
9547
9548 case $host_cpu in
9549 hppa*64*|ia64*)
9550 hardcode_direct=no
9551 hardcode_shlibpath_var=no
9552 ;;
9553 *)
9554 hardcode_direct=yes
9555 hardcode_direct_absolute=yes
9556 export_dynamic_flag_spec='${wl}-E'
9557
9558 # hardcode_minus_L: Not really in the search PATH,
9559 # but as the default location of the library.
9560 hardcode_minus_L=yes
9561 ;;
9562 esac
9563 fi
9564 ;;
9565
9566 irix5* | irix6* | nonstopux*)
9567 if test "$GCC" = yes; then
9568 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'
9569 # Try to use the -exported_symbol ld option, if it does not
9570 # work, assume that -exports_file does not work either and
9571 # implicitly export all symbols.
9572 save_LDFLAGS="$LDFLAGS"
9573 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9575/* end confdefs.h. */
9576int foo(void) {}
6ffe910a 9577_ACEOF
6bb11ab3
L
9578if ac_fn_c_try_link "$LINENO"; then :
9579 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'
93378652 9580
93378652 9581fi
6bb11ab3
L
9582rm -f core conftest.err conftest.$ac_objext \
9583 conftest$ac_exeext conftest.$ac_ext
9584 LDFLAGS="$save_LDFLAGS"
9585 else
9586 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'
9587 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'
9588 fi
9589 archive_cmds_need_lc='no'
9590 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9591 hardcode_libdir_separator=:
9592 inherit_rpath=yes
9593 link_all_deplibs=yes
9594 ;;
9595
9596 netbsd*)
9597 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9598 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9599 else
9600 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9601 fi
9602 hardcode_libdir_flag_spec='-R$libdir'
9603 hardcode_direct=yes
9604 hardcode_shlibpath_var=no
9605 ;;
9606
9607 newsos6)
9608 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9609 hardcode_direct=yes
9610 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9611 hardcode_libdir_separator=:
9612 hardcode_shlibpath_var=no
9613 ;;
9614
9615 *nto* | *qnx*)
9616 ;;
9617
9618 openbsd*)
9619 if test -f /usr/libexec/ld.so; then
9620 hardcode_direct=yes
9621 hardcode_shlibpath_var=no
9622 hardcode_direct_absolute=yes
9623 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9624 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9625 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9626 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9627 export_dynamic_flag_spec='${wl}-E'
9628 else
9629 case $host_os in
9630 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9631 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9632 hardcode_libdir_flag_spec='-R$libdir'
9633 ;;
9634 *)
9635 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9636 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9637 ;;
9638 esac
9639 fi
9640 else
9641 ld_shlibs=no
9642 fi
9643 ;;
9644
9645 os2*)
9646 hardcode_libdir_flag_spec='-L$libdir'
9647 hardcode_minus_L=yes
9648 allow_undefined_flag=unsupported
9649 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'
9650 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9651 ;;
9652
9653 osf3*)
9654 if test "$GCC" = yes; then
9655 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9656 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'
9657 else
9658 allow_undefined_flag=' -expect_unresolved \*'
9659 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'
9660 fi
9661 archive_cmds_need_lc='no'
9662 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9663 hardcode_libdir_separator=:
9664 ;;
9665
9666 osf4* | osf5*) # as osf3* with the addition of -msym flag
9667 if test "$GCC" = yes; then
9668 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9669 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'
9670 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9671 else
9672 allow_undefined_flag=' -expect_unresolved \*'
9673 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'
9674 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~
9675 $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'
9676
9677 # Both c and cxx compiler support -rpath directly
9678 hardcode_libdir_flag_spec='-rpath $libdir'
9679 fi
9680 archive_cmds_need_lc='no'
9681 hardcode_libdir_separator=:
9682 ;;
9683
9684 solaris*)
9685 no_undefined_flag=' -z defs'
9686 if test "$GCC" = yes; then
9687 wlarc='${wl}'
9688 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9689 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9690 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9691 else
9692 case `$CC -V 2>&1` in
9693 *"Compilers 5.0"*)
9694 wlarc=''
9695 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9696 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9697 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9698 ;;
9699 *)
9700 wlarc='${wl}'
9701 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9702 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9703 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9704 ;;
9705 esac
9706 fi
9707 hardcode_libdir_flag_spec='-R$libdir'
9708 hardcode_shlibpath_var=no
9709 case $host_os in
9710 solaris2.[0-5] | solaris2.[0-5].*) ;;
9711 *)
9712 # The compiler driver will combine and reorder linker options,
9713 # but understands `-z linker_flag'. GCC discards it without `$wl',
9714 # but is careful enough not to reorder.
9715 # Supported since Solaris 2.6 (maybe 2.5.1?)
9716 if test "$GCC" = yes; then
9717 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9718 else
9719 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9720 fi
9721 ;;
9722 esac
9723 link_all_deplibs=yes
9724 ;;
9725
9726 sunos4*)
9727 if test "x$host_vendor" = xsequent; then
9728 # Use $CC to link under sequent, because it throws in some extra .o
9729 # files that make .init and .fini sections work.
9730 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9731 else
9732 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9733 fi
9734 hardcode_libdir_flag_spec='-L$libdir'
9735 hardcode_direct=yes
9736 hardcode_minus_L=yes
9737 hardcode_shlibpath_var=no
9738 ;;
9739
9740 sysv4)
9741 case $host_vendor in
9742 sni)
9743 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9744 hardcode_direct=yes # is this really true???
9745 ;;
9746 siemens)
9747 ## LD is ld it makes a PLAMLIB
9748 ## CC just makes a GrossModule.
9749 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9750 reload_cmds='$CC -r -o $output$reload_objs'
9751 hardcode_direct=no
9752 ;;
9753 motorola)
9754 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9755 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9756 ;;
9757 esac
9758 runpath_var='LD_RUN_PATH'
9759 hardcode_shlibpath_var=no
9760 ;;
9761
9762 sysv4.3*)
9763 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9764 hardcode_shlibpath_var=no
9765 export_dynamic_flag_spec='-Bexport'
9766 ;;
9767
9768 sysv4*MP*)
9769 if test -d /usr/nec; then
9770 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9771 hardcode_shlibpath_var=no
9772 runpath_var=LD_RUN_PATH
9773 hardcode_runpath_var=yes
9774 ld_shlibs=yes
9775 fi
9776 ;;
9777
9778 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9779 no_undefined_flag='${wl}-z,text'
9780 archive_cmds_need_lc=no
9781 hardcode_shlibpath_var=no
9782 runpath_var='LD_RUN_PATH'
9783
9784 if test "$GCC" = yes; then
9785 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9786 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9787 else
9788 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9789 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9790 fi
9791 ;;
9792
9793 sysv5* | sco3.2v5* | sco5v6*)
9794 # Note: We can NOT use -z defs as we might desire, because we do not
9795 # link with -lc, and that would cause any symbols used from libc to
9796 # always be unresolved, which means just about no library would
9797 # ever link correctly. If we're not using GNU ld we use -z text
9798 # though, which does catch some bad symbols but isn't as heavy-handed
9799 # as -z defs.
9800 no_undefined_flag='${wl}-z,text'
9801 allow_undefined_flag='${wl}-z,nodefs'
9802 archive_cmds_need_lc=no
9803 hardcode_shlibpath_var=no
9804 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9805 hardcode_libdir_separator=':'
9806 link_all_deplibs=yes
9807 export_dynamic_flag_spec='${wl}-Bexport'
9808 runpath_var='LD_RUN_PATH'
9809
9810 if test "$GCC" = yes; then
9811 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9812 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9813 else
9814 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9815 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816 fi
9817 ;;
9818
9819 uts4*)
9820 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9821 hardcode_libdir_flag_spec='-L$libdir'
9822 hardcode_shlibpath_var=no
9823 ;;
9824
9825 *)
9826 ld_shlibs=no
9827 ;;
9828 esac
9829
9830 if test x$host_vendor = xsni; then
9831 case $host in
9832 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9833 export_dynamic_flag_spec='${wl}-Blargedynsym'
9834 ;;
9835 esac
9836 fi
9837 fi
9838
9839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9840$as_echo "$ld_shlibs" >&6; }
9841test "$ld_shlibs" = no && can_build_shared=no
9842
9843with_gnu_ld=$with_gnu_ld
9844
9845
9846
93378652 9847
4f8d4a38 9848
4f8d4a38 9849
4f8d4a38 9850
4f8d4a38
DD
9851
9852
4f8d4a38 9853
4f8d4a38 9854
4f8d4a38
DD
9855
9856
6bb11ab3
L
9857
9858
9859#
9860# Do we need to explicitly link libc?
9861#
9862case "x$archive_cmds_need_lc" in
9863x|xyes)
9864 # Assume -lc should be added
9865 archive_cmds_need_lc=yes
9866
9867 if test "$enable_shared" = yes && test "$GCC" = yes; then
9868 case $archive_cmds in
9869 *'~'*)
9870 # FIXME: we may have to deal with multi-command sequences.
9871 ;;
9872 '$CC '*)
9873 # Test whether the compiler implicitly links with -lc since on some
9874 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9875 # to ld, don't add -lc before -lgcc.
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9877$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9878if ${lt_cv_archive_cmds_need_lc+:} false; then :
4f8d4a38
DD
9879 $as_echo_n "(cached) " >&6
9880else
6bb11ab3
L
9881 $RM conftest*
9882 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9883
9884 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9885 (eval $ac_compile) 2>&5
9886 ac_status=$?
9887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9888 test $ac_status = 0; } 2>conftest.err; then
9889 soname=conftest
9890 lib=conftest
9891 libobjs=conftest.$ac_objext
9892 deplibs=
9893 wl=$lt_prog_compiler_wl
9894 pic_flag=$lt_prog_compiler_pic
9895 compiler_flags=-v
9896 linker_flags=-v
9897 verstring=
9898 output_objdir=.
9899 libname=conftest
9900 lt_save_allow_undefined_flag=$allow_undefined_flag
9901 allow_undefined_flag=
9902 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9903 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9904 ac_status=$?
9905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9906 test $ac_status = 0; }
9907 then
9908 lt_cv_archive_cmds_need_lc=no
9909 else
9910 lt_cv_archive_cmds_need_lc=yes
9911 fi
9912 allow_undefined_flag=$lt_save_allow_undefined_flag
9913 else
9914 cat conftest.err 1>&5
9915 fi
9916 $RM conftest*
4f8d4a38
DD
9917
9918fi
6bb11ab3
L
9919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9920$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9921 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9922 ;;
9923 esac
9924 fi
9925 ;;
4f8d4a38 9926esac
4f8d4a38
DD
9927
9928
4f8d4a38 9929
4f8d4a38
DD
9930
9931
4f8d4a38 9932
6ffe910a 9933
6ffe910a 9934
4f8d4a38 9935
6ffe910a 9936
6ffe910a 9937
93378652 9938
93378652 9939
6ffe910a 9940
4f8d4a38 9941
4f8d4a38 9942
4f8d4a38 9943
6ffe910a 9944
4f8d4a38 9945
4f8d4a38 9946
4f8d4a38
DD
9947
9948
6ffe910a 9949
4f8d4a38 9950
93378652
DD
9951
9952
93378652 9953
4f8d4a38 9954
93378652 9955
4f8d4a38 9956
4f8d4a38 9957
6ffe910a 9958
93378652 9959
93378652 9960
93378652 9961
6ffe910a 9962
6ffe910a 9963
6ffe910a 9964
6ffe910a 9965
93378652 9966
6ffe910a 9967
4f8d4a38 9968
4f8d4a38 9969
4f8d4a38 9970
4f8d4a38 9971
4f8d4a38 9972
4f8d4a38 9973
4f8d4a38 9974
2232061b
MF
9975
9976
2232061b 9977
2232061b
MF
9978
9979
2232061b
MF
9980
9981
2232061b 9982
2232061b
MF
9983
9984
6bb11ab3
L
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10085$as_echo_n "checking dynamic linker characteristics... " >&6; }
10086
10087if test "$GCC" = yes; then
10088 case $host_os in
10089 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10090 *) lt_awk_arg="/^libraries:/" ;;
10091 esac
10092 case $host_os in
10093 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10094 *) lt_sed_strip_eq="s,=/,/,g" ;;
10095 esac
10096 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10097 case $lt_search_path_spec in
10098 *\;*)
10099 # if the path contains ";" then we assume it to be the separator
10100 # otherwise default to the standard path separator (i.e. ":") - it is
10101 # assumed that no part of a normal pathname contains ";" but that should
10102 # okay in the real world where ";" in dirpaths is itself problematic.
10103 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10104 ;;
10105 *)
10106 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10107 ;;
10108 esac
10109 # Ok, now we have the path, separated by spaces, we can step through it
10110 # and add multilib dir if necessary.
10111 lt_tmp_lt_search_path_spec=
10112 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10113 for lt_sys_path in $lt_search_path_spec; do
10114 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10115 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10116 else
10117 test -d "$lt_sys_path" && \
10118 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10119 fi
10120 done
10121 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10122BEGIN {RS=" "; FS="/|\n";} {
10123 lt_foo="";
10124 lt_count=0;
10125 for (lt_i = NF; lt_i > 0; lt_i--) {
10126 if ($lt_i != "" && $lt_i != ".") {
10127 if ($lt_i == "..") {
10128 lt_count++;
10129 } else {
10130 if (lt_count == 0) {
10131 lt_foo="/" $lt_i lt_foo;
10132 } else {
10133 lt_count--;
10134 }
10135 }
10136 }
10137 }
10138 if (lt_foo != "") { lt_freq[lt_foo]++; }
10139 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10140}'`
10141 # AWK program above erroneously prepends '/' to C:/dos/paths
10142 # for these hosts.
10143 case $host_os in
10144 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10145 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10146 esac
10147 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10148else
10149 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10150fi
10151library_names_spec=
10152libname_spec='lib$name'
10153soname_spec=
10154shrext_cmds=".so"
10155postinstall_cmds=
10156postuninstall_cmds=
10157finish_cmds=
10158finish_eval=
10159shlibpath_var=
10160shlibpath_overrides_runpath=unknown
10161version_type=none
10162dynamic_linker="$host_os ld.so"
10163sys_lib_dlsearch_path_spec="/lib /usr/lib"
10164need_lib_prefix=unknown
10165hardcode_into_libs=no
10166
10167# when you set need_version to no, make sure it does not cause -set_version
10168# flags to be left without arguments
10169need_version=unknown
10170
10171case $host_os in
10172aix3*)
10173 version_type=linux
10174 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10175 shlibpath_var=LIBPATH
10176
10177 # AIX 3 has no versioning support, so we append a major version to the name.
10178 soname_spec='${libname}${release}${shared_ext}$major'
10179 ;;
10180
10181aix[4-9]*)
10182 version_type=linux
10183 need_lib_prefix=no
10184 need_version=no
10185 hardcode_into_libs=yes
10186 if test "$host_cpu" = ia64; then
10187 # AIX 5 supports IA64
10188 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10189 shlibpath_var=LD_LIBRARY_PATH
10190 else
10191 # With GCC up to 2.95.x, collect2 would create an import file
10192 # for dependence libraries. The import file would start with
10193 # the line `#! .'. This would cause the generated library to
10194 # depend on `.', always an invalid library. This was fixed in
10195 # development snapshots of GCC prior to 3.0.
10196 case $host_os in
10197 aix4 | aix4.[01] | aix4.[01].*)
10198 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10199 echo ' yes '
10200 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10201 :
10202 else
10203 can_build_shared=no
10204 fi
10205 ;;
10206 esac
10207 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10208 # soname into executable. Probably we can add versioning support to
10209 # collect2, so additional links can be useful in future.
10210 if test "$aix_use_runtimelinking" = yes; then
10211 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10212 # instead of lib<name>.a to let people know that these are not
10213 # typical AIX shared libraries.
10214 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10215 else
10216 # We preserve .a as extension for shared libraries through AIX4.2
10217 # and later when we are not doing run time linking.
10218 library_names_spec='${libname}${release}.a $libname.a'
10219 soname_spec='${libname}${release}${shared_ext}$major'
10220 fi
10221 shlibpath_var=LIBPATH
10222 fi
10223 ;;
10224
10225amigaos*)
10226 case $host_cpu in
10227 powerpc)
10228 # Since July 2007 AmigaOS4 officially supports .so libraries.
10229 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231 ;;
10232 m68k)
10233 library_names_spec='$libname.ixlibrary $libname.a'
10234 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10235 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'
10236 ;;
10237 esac
10238 ;;
10239
10240beos*)
10241 library_names_spec='${libname}${shared_ext}'
10242 dynamic_linker="$host_os ld.so"
10243 shlibpath_var=LIBRARY_PATH
10244 ;;
10245
10246bsdi[45]*)
10247 version_type=linux
10248 need_version=no
10249 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10250 soname_spec='${libname}${release}${shared_ext}$major'
10251 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10252 shlibpath_var=LD_LIBRARY_PATH
10253 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10254 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10255 # the default ld.so.conf also contains /usr/contrib/lib and
10256 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10257 # libtool to hard-code these into programs
10258 ;;
10259
10260cygwin* | mingw* | pw32* | cegcc*)
10261 version_type=windows
10262 shrext_cmds=".dll"
10263 need_version=no
10264 need_lib_prefix=no
10265
10266 case $GCC,$host_os in
10267 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10268 library_names_spec='$libname.dll.a'
10269 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10270 postinstall_cmds='base_file=`basename \${file}`~
10271 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10272 dldir=$destdir/`dirname \$dlpath`~
10273 test -d \$dldir || mkdir -p \$dldir~
10274 $install_prog $dir/$dlname \$dldir/$dlname~
10275 chmod a+x \$dldir/$dlname~
10276 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10277 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10278 fi'
10279 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10280 dlpath=$dir/\$dldll~
10281 $RM \$dlpath'
10282 shlibpath_overrides_runpath=yes
10283
10284 case $host_os in
10285 cygwin*)
10286 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10287 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10288
10289 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10290 ;;
10291 mingw* | cegcc*)
10292 # MinGW DLLs use traditional 'lib' prefix
10293 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10294 ;;
10295 pw32*)
10296 # pw32 DLLs use 'pw' prefix rather than 'lib'
10297 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10298 ;;
10299 esac
10300 ;;
10301
10302 *)
10303 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10304 ;;
10305 esac
10306 dynamic_linker='Win32 ld.exe'
10307 # FIXME: first we should search . and the directory the executable is in
10308 shlibpath_var=PATH
10309 ;;
10310
10311darwin* | rhapsody*)
10312 dynamic_linker="$host_os dyld"
10313 version_type=darwin
10314 need_lib_prefix=no
10315 need_version=no
10316 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10317 soname_spec='${libname}${release}${major}$shared_ext'
10318 shlibpath_overrides_runpath=yes
10319 shlibpath_var=DYLD_LIBRARY_PATH
10320 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10321
10322 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10323 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10324 ;;
10325
10326dgux*)
10327 version_type=linux
10328 need_lib_prefix=no
10329 need_version=no
10330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10331 soname_spec='${libname}${release}${shared_ext}$major'
10332 shlibpath_var=LD_LIBRARY_PATH
10333 ;;
10334
10335freebsd* | dragonfly*)
10336 # DragonFly does not have aout. When/if they implement a new
10337 # versioning mechanism, adjust this.
10338 if test -x /usr/bin/objformat; then
10339 objformat=`/usr/bin/objformat`
10340 else
10341 case $host_os in
10342 freebsd[23].*) objformat=aout ;;
10343 *) objformat=elf ;;
10344 esac
10345 fi
10346 version_type=freebsd-$objformat
10347 case $version_type in
10348 freebsd-elf*)
10349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10350 need_version=no
10351 need_lib_prefix=no
10352 ;;
10353 freebsd-*)
10354 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10355 need_version=yes
10356 ;;
10357 esac
10358 shlibpath_var=LD_LIBRARY_PATH
10359 case $host_os in
10360 freebsd2.*)
10361 shlibpath_overrides_runpath=yes
10362 ;;
10363 freebsd3.[01]* | freebsdelf3.[01]*)
10364 shlibpath_overrides_runpath=yes
10365 hardcode_into_libs=yes
10366 ;;
10367 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10368 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10369 shlibpath_overrides_runpath=no
10370 hardcode_into_libs=yes
10371 ;;
10372 *) # from 4.6 on, and DragonFly
10373 shlibpath_overrides_runpath=yes
10374 hardcode_into_libs=yes
10375 ;;
10376 esac
10377 ;;
10378
6bb11ab3
L
10379haiku*)
10380 version_type=linux
10381 need_lib_prefix=no
10382 need_version=no
10383 dynamic_linker="$host_os runtime_loader"
10384 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10385 soname_spec='${libname}${release}${shared_ext}$major'
10386 shlibpath_var=LIBRARY_PATH
10387 shlibpath_overrides_runpath=yes
10388 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10389 hardcode_into_libs=yes
10390 ;;
10391
10392hpux9* | hpux10* | hpux11*)
10393 # Give a soname corresponding to the major version so that dld.sl refuses to
10394 # link against other versions.
10395 version_type=sunos
10396 need_lib_prefix=no
10397 need_version=no
10398 case $host_cpu in
10399 ia64*)
10400 shrext_cmds='.so'
10401 hardcode_into_libs=yes
10402 dynamic_linker="$host_os dld.so"
10403 shlibpath_var=LD_LIBRARY_PATH
10404 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10406 soname_spec='${libname}${release}${shared_ext}$major'
10407 if test "X$HPUX_IA64_MODE" = X32; then
10408 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10409 else
10410 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10411 fi
10412 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10413 ;;
10414 hppa*64*)
10415 shrext_cmds='.sl'
10416 hardcode_into_libs=yes
10417 dynamic_linker="$host_os dld.sl"
10418 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10419 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10420 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10421 soname_spec='${libname}${release}${shared_ext}$major'
10422 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10423 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10424 ;;
10425 *)
10426 shrext_cmds='.sl'
10427 dynamic_linker="$host_os dld.sl"
10428 shlibpath_var=SHLIB_PATH
10429 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10430 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10431 soname_spec='${libname}${release}${shared_ext}$major'
10432 ;;
10433 esac
10434 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10435 postinstall_cmds='chmod 555 $lib'
10436 # or fails outright, so override atomically:
10437 install_override_mode=555
10438 ;;
10439
10440interix[3-9]*)
10441 version_type=linux
10442 need_lib_prefix=no
10443 need_version=no
10444 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10445 soname_spec='${libname}${release}${shared_ext}$major'
10446 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10447 shlibpath_var=LD_LIBRARY_PATH
10448 shlibpath_overrides_runpath=no
10449 hardcode_into_libs=yes
10450 ;;
10451
10452irix5* | irix6* | nonstopux*)
10453 case $host_os in
10454 nonstopux*) version_type=nonstopux ;;
10455 *)
10456 if test "$lt_cv_prog_gnu_ld" = yes; then
10457 version_type=linux
10458 else
10459 version_type=irix
10460 fi ;;
10461 esac
10462 need_lib_prefix=no
10463 need_version=no
10464 soname_spec='${libname}${release}${shared_ext}$major'
10465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10466 case $host_os in
10467 irix5* | nonstopux*)
10468 libsuff= shlibsuff=
10469 ;;
10470 *)
10471 case $LD in # libtool.m4 will add one of these switches to LD
10472 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10473 libsuff= shlibsuff= libmagic=32-bit;;
10474 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10475 libsuff=32 shlibsuff=N32 libmagic=N32;;
10476 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10477 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10478 *) libsuff= shlibsuff= libmagic=never-match;;
10479 esac
10480 ;;
10481 esac
10482 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10483 shlibpath_overrides_runpath=no
10484 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10485 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10486 hardcode_into_libs=yes
10487 ;;
10488
10489# No shared lib support for Linux oldld, aout, or coff.
10490linux*oldld* | linux*aout* | linux*coff*)
10491 dynamic_linker=no
10492 ;;
10493
10494# This must be Linux ELF.
46f900c0 10495linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10496 version_type=linux
10497 need_lib_prefix=no
10498 need_version=no
10499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 soname_spec='${libname}${release}${shared_ext}$major'
10501 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10502 shlibpath_var=LD_LIBRARY_PATH
10503 shlibpath_overrides_runpath=no
10504
10505 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10506 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10507 $as_echo_n "(cached) " >&6
10508else
6bb11ab3
L
10509 lt_cv_shlibpath_overrides_runpath=no
10510 save_LDFLAGS=$LDFLAGS
10511 save_libdir=$libdir
10512 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10513 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10515/* end confdefs.h. */
10516
2232061b
MF
10517int
10518main ()
10519{
10520
10521 ;
10522 return 0;
10523}
10524_ACEOF
6bb11ab3
L
10525if ac_fn_c_try_link "$LINENO"; then :
10526 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10527 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10528fi
2232061b 10529fi
6bb11ab3
L
10530rm -f core conftest.err conftest.$ac_objext \
10531 conftest$ac_exeext conftest.$ac_ext
10532 LDFLAGS=$save_LDFLAGS
10533 libdir=$save_libdir
2232061b 10534
6bb11ab3 10535fi
2232061b 10536
6bb11ab3 10537 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10538
6bb11ab3
L
10539 # This implies no fast_install, which is unacceptable.
10540 # Some rework will be needed to allow for fast_install
10541 # before this can be enabled.
10542 hardcode_into_libs=yes
2232061b 10543
6bb11ab3
L
10544 # Append ld.so.conf contents to the search path
10545 if test -f /etc/ld.so.conf; then
10546 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' ' '`
10547 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10548 fi
2232061b 10549
6bb11ab3
L
10550 # We used to test for /lib/ld.so.1 and disable shared libraries on
10551 # powerpc, because MkLinux only supported shared libraries with the
10552 # GNU dynamic linker. Since this was broken with cross compilers,
10553 # most powerpc-linux boxes support dynamic linking these days and
10554 # people can always --disable-shared, the test was removed, and we
10555 # assume the GNU/Linux dynamic linker is in use.
10556 dynamic_linker='GNU/Linux ld.so'
10557 ;;
10558
10559netbsd*)
10560 version_type=sunos
10561 need_lib_prefix=no
10562 need_version=no
10563 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10565 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10566 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10567 else
6bb11ab3
L
10568 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10569 soname_spec='${libname}${release}${shared_ext}$major'
10570 dynamic_linker='NetBSD ld.elf_so'
10571 fi
10572 shlibpath_var=LD_LIBRARY_PATH
10573 shlibpath_overrides_runpath=yes
10574 hardcode_into_libs=yes
10575 ;;
10576
10577newsos6)
10578 version_type=linux
10579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10580 shlibpath_var=LD_LIBRARY_PATH
10581 shlibpath_overrides_runpath=yes
10582 ;;
10583
10584*nto* | *qnx*)
10585 version_type=qnx
10586 need_lib_prefix=no
10587 need_version=no
10588 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10589 soname_spec='${libname}${release}${shared_ext}$major'
10590 shlibpath_var=LD_LIBRARY_PATH
10591 shlibpath_overrides_runpath=no
10592 hardcode_into_libs=yes
10593 dynamic_linker='ldqnx.so'
10594 ;;
10595
10596openbsd*)
10597 version_type=sunos
10598 sys_lib_dlsearch_path_spec="/usr/lib"
10599 need_lib_prefix=no
10600 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10601 case $host_os in
10602 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10603 *) need_version=no ;;
10604 esac
10605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10606 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10607 shlibpath_var=LD_LIBRARY_PATH
10608 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10609 case $host_os in
10610 openbsd2.[89] | openbsd2.[89].*)
10611 shlibpath_overrides_runpath=no
10612 ;;
10613 *)
10614 shlibpath_overrides_runpath=yes
10615 ;;
10616 esac
10617 else
10618 shlibpath_overrides_runpath=yes
10619 fi
10620 ;;
10621
10622os2*)
10623 libname_spec='$name'
10624 shrext_cmds=".dll"
10625 need_lib_prefix=no
10626 library_names_spec='$libname${shared_ext} $libname.a'
10627 dynamic_linker='OS/2 ld.exe'
10628 shlibpath_var=LIBPATH
10629 ;;
10630
10631osf3* | osf4* | osf5*)
10632 version_type=osf
10633 need_lib_prefix=no
10634 need_version=no
10635 soname_spec='${libname}${release}${shared_ext}$major'
10636 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10637 shlibpath_var=LD_LIBRARY_PATH
10638 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10639 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10640 ;;
10641
10642rdos*)
10643 dynamic_linker=no
10644 ;;
10645
10646solaris*)
10647 version_type=linux
10648 need_lib_prefix=no
10649 need_version=no
10650 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10651 soname_spec='${libname}${release}${shared_ext}$major'
10652 shlibpath_var=LD_LIBRARY_PATH
10653 shlibpath_overrides_runpath=yes
10654 hardcode_into_libs=yes
10655 # ldd complains unless libraries are executable
10656 postinstall_cmds='chmod +x $lib'
10657 ;;
10658
10659sunos4*)
10660 version_type=sunos
10661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10662 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10663 shlibpath_var=LD_LIBRARY_PATH
10664 shlibpath_overrides_runpath=yes
10665 if test "$with_gnu_ld" = yes; then
10666 need_lib_prefix=no
10667 fi
10668 need_version=yes
10669 ;;
10670
10671sysv4 | sysv4.3*)
10672 version_type=linux
10673 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10674 soname_spec='${libname}${release}${shared_ext}$major'
10675 shlibpath_var=LD_LIBRARY_PATH
10676 case $host_vendor in
10677 sni)
10678 shlibpath_overrides_runpath=no
10679 need_lib_prefix=no
10680 runpath_var=LD_RUN_PATH
10681 ;;
10682 siemens)
10683 need_lib_prefix=no
10684 ;;
10685 motorola)
10686 need_lib_prefix=no
10687 need_version=no
10688 shlibpath_overrides_runpath=no
10689 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10690 ;;
10691 esac
10692 ;;
10693
10694sysv4*MP*)
10695 if test -d /usr/nec ;then
10696 version_type=linux
10697 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10698 soname_spec='$libname${shared_ext}.$major'
10699 shlibpath_var=LD_LIBRARY_PATH
2232061b 10700 fi
6bb11ab3
L
10701 ;;
10702
10703sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10704 version_type=freebsd-elf
10705 need_lib_prefix=no
10706 need_version=no
10707 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10708 soname_spec='${libname}${release}${shared_ext}$major'
10709 shlibpath_var=LD_LIBRARY_PATH
10710 shlibpath_overrides_runpath=yes
10711 hardcode_into_libs=yes
10712 if test "$with_gnu_ld" = yes; then
10713 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10714 else
10715 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10716 case $host_os in
10717 sco3.2v5*)
10718 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10719 ;;
10720 esac
10721 fi
10722 sys_lib_dlsearch_path_spec='/usr/lib'
10723 ;;
10724
10725tpf*)
10726 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10727 version_type=linux
10728 need_lib_prefix=no
10729 need_version=no
10730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10731 shlibpath_var=LD_LIBRARY_PATH
10732 shlibpath_overrides_runpath=no
10733 hardcode_into_libs=yes
10734 ;;
10735
10736uts4*)
10737 version_type=linux
10738 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10739 soname_spec='${libname}${release}${shared_ext}$major'
10740 shlibpath_var=LD_LIBRARY_PATH
10741 ;;
10742
10743*)
10744 dynamic_linker=no
10745 ;;
10746esac
10747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10748$as_echo "$dynamic_linker" >&6; }
10749test "$dynamic_linker" = no && can_build_shared=no
10750
10751variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10752if test "$GCC" = yes; then
10753 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10754fi
2232061b 10755
6bb11ab3
L
10756if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10757 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10758fi
10759if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10760 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10761fi
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
2232061b 10788
2232061b 10789
2232061b 10790
2232061b 10791
2232061b
MF
10792
10793
93378652 10794
6ffe910a
MF
10795
10796
93378652 10797
4f8d4a38 10798
4f8d4a38 10799
2232061b 10800
4f8d4a38 10801
4f8d4a38 10802
4f8d4a38 10803
4f8d4a38 10804
93378652 10805
4f8d4a38 10806
4f8d4a38 10807
4f8d4a38 10808
93378652 10809
93378652 10810
4f8d4a38 10811
4f8d4a38 10812
5f3ef9d0 10813
5f3ef9d0
JB
10814
10815
10816
db2e4d67
MF
10817
10818
db2e4d67 10819
db2e4d67 10820
db2e4d67 10821
db2e4d67 10822
db2e4d67 10823
db2e4d67 10824
db2e4d67 10825
db2e4d67
MF
10826
10827
db2e4d67 10828
db2e4d67
MF
10829
10830
db2e4d67 10831
db2e4d67
MF
10832
10833
93378652 10834
4f8d4a38 10835
4f8d4a38 10836
4f8d4a38 10837
93378652
DD
10838
10839
93378652 10840
93378652 10841
93378652 10842
4f8d4a38
DD
10843
10844
4f8d4a38 10845
4f8d4a38 10846
4f8d4a38 10847
4f8d4a38 10848
4f8d4a38 10849
4f8d4a38 10850
4f8d4a38 10851
4f8d4a38 10852
4f8d4a38 10853
6bb11ab3
L
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10855$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10856hardcode_action=
10857if test -n "$hardcode_libdir_flag_spec" ||
10858 test -n "$runpath_var" ||
10859 test "X$hardcode_automatic" = "Xyes" ; then
4f8d4a38 10860
6bb11ab3
L
10861 # We can hardcode non-existent directories.
10862 if test "$hardcode_direct" != no &&
10863 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10864 # have to relink, otherwise we might link with an installed library
10865 # when we should be linking with a yet-to-be-installed one
10866 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10867 test "$hardcode_minus_L" != no; then
10868 # Linking always hardcodes the temporary library directory.
10869 hardcode_action=relink
10870 else
10871 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10872 hardcode_action=immediate
10873 fi
10874else
10875 # We cannot hardcode anything, or else we can only hardcode existing
10876 # directories.
10877 hardcode_action=unsupported
4f8d4a38 10878fi
6bb11ab3
L
10879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10880$as_echo "$hardcode_action" >&6; }
4f8d4a38 10881
6bb11ab3
L
10882if test "$hardcode_action" = relink ||
10883 test "$inherit_rpath" = yes; then
10884 # Fast installation is not supported
10885 enable_fast_install=no
10886elif test "$shlibpath_overrides_runpath" = yes ||
10887 test "$enable_shared" = no; then
10888 # Fast installation is not necessary
10889 enable_fast_install=needless
10890fi
4f8d4a38 10891
6bb11ab3
L
10892
10893
10894
10895
10896
10897 if test "x$enable_dlopen" != xyes; then
10898 enable_dlopen=unknown
10899 enable_dlopen_self=unknown
10900 enable_dlopen_self_static=unknown
10901else
10902 lt_cv_dlopen=no
10903 lt_cv_dlopen_libs=
10904
10905 case $host_os in
10906 beos*)
10907 lt_cv_dlopen="load_add_on"
10908 lt_cv_dlopen_libs=
10909 lt_cv_dlopen_self=yes
10910 ;;
10911
10912 mingw* | pw32* | cegcc*)
10913 lt_cv_dlopen="LoadLibrary"
10914 lt_cv_dlopen_libs=
10915 ;;
10916
10917 cygwin*)
10918 lt_cv_dlopen="dlopen"
10919 lt_cv_dlopen_libs=
10920 ;;
10921
10922 darwin*)
10923 # if libdl is installed we need to link against it
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10925$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10926if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10927 $as_echo_n "(cached) " >&6
10928else
10929 ac_check_lib_save_LIBS=$LIBS
10930LIBS="-ldl $LIBS"
10931cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10932/* end confdefs.h. */
10933
10934/* Override any GCC internal prototype to avoid an error.
10935 Use char because int might match the return type of a GCC
10936 builtin and then its argument prototype would still apply. */
10937#ifdef __cplusplus
10938extern "C"
10939#endif
10940char dlopen ();
10941int
10942main ()
10943{
10944return dlopen ();
10945 ;
10946 return 0;
10947}
4f8d4a38 10948_ACEOF
6bb11ab3
L
10949if ac_fn_c_try_link "$LINENO"; then :
10950 ac_cv_lib_dl_dlopen=yes
10951else
10952 ac_cv_lib_dl_dlopen=no
10953fi
10954rm -f core conftest.err conftest.$ac_objext \
10955 conftest$ac_exeext conftest.$ac_ext
10956LIBS=$ac_check_lib_save_LIBS
10957fi
10958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10959$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10960if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10961 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10962else
10963
10964 lt_cv_dlopen="dyld"
10965 lt_cv_dlopen_libs=
10966 lt_cv_dlopen_self=yes
4f8d4a38
DD
10967
10968fi
4f8d4a38 10969
6bb11ab3 10970 ;;
4f8d4a38 10971
6bb11ab3
L
10972 *)
10973 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10974if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10975 lt_cv_dlopen="shl_load"
10976else
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10978$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10979if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10980 $as_echo_n "(cached) " >&6
10981else
10982 ac_check_lib_save_LIBS=$LIBS
10983LIBS="-ldld $LIBS"
10984cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10985/* end confdefs.h. */
10986
10987/* Override any GCC internal prototype to avoid an error.
10988 Use char because int might match the return type of a GCC
10989 builtin and then its argument prototype would still apply. */
10990#ifdef __cplusplus
10991extern "C"
10992#endif
10993char shl_load ();
10994int
10995main ()
10996{
10997return shl_load ();
10998 ;
10999 return 0;
11000}
11001_ACEOF
11002if ac_fn_c_try_link "$LINENO"; then :
11003 ac_cv_lib_dld_shl_load=yes
11004else
11005 ac_cv_lib_dld_shl_load=no
11006fi
11007rm -f core conftest.err conftest.$ac_objext \
11008 conftest$ac_exeext conftest.$ac_ext
11009LIBS=$ac_check_lib_save_LIBS
11010fi
11011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11012$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11013if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11014 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11015else
11016 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11017if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11018 lt_cv_dlopen="dlopen"
11019else
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11021$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11022if ${ac_cv_lib_dl_dlopen+:} false; then :
4f8d4a38
DD
11023 $as_echo_n "(cached) " >&6
11024else
11025 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11026LIBS="-ldl $LIBS"
4f8d4a38
DD
11027cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11028/* end confdefs.h. */
11029
11030/* Override any GCC internal prototype to avoid an error.
11031 Use char because int might match the return type of a GCC
11032 builtin and then its argument prototype would still apply. */
11033#ifdef __cplusplus
11034extern "C"
11035#endif
6bb11ab3 11036char dlopen ();
4f8d4a38
DD
11037int
11038main ()
11039{
6bb11ab3 11040return dlopen ();
4f8d4a38
DD
11041 ;
11042 return 0;
11043}
11044_ACEOF
11045if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11046 ac_cv_lib_dl_dlopen=yes
4f8d4a38 11047else
6bb11ab3 11048 ac_cv_lib_dl_dlopen=no
4f8d4a38
DD
11049fi
11050rm -f core conftest.err conftest.$ac_objext \
11051 conftest$ac_exeext conftest.$ac_ext
11052LIBS=$ac_check_lib_save_LIBS
11053fi
6bb11ab3
L
11054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11055$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11056if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11057 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11058else
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11060$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11061if ${ac_cv_lib_svld_dlopen+:} false; then :
4f8d4a38
DD
11062 $as_echo_n "(cached) " >&6
11063else
11064 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11065LIBS="-lsvld $LIBS"
4f8d4a38
DD
11066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11067/* end confdefs.h. */
11068
11069/* Override any GCC internal prototype to avoid an error.
11070 Use char because int might match the return type of a GCC
11071 builtin and then its argument prototype would still apply. */
11072#ifdef __cplusplus
11073extern "C"
11074#endif
6bb11ab3 11075char dlopen ();
4f8d4a38
DD
11076int
11077main ()
11078{
6bb11ab3 11079return dlopen ();
4f8d4a38
DD
11080 ;
11081 return 0;
11082}
11083_ACEOF
11084if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11085 ac_cv_lib_svld_dlopen=yes
4f8d4a38 11086else
6bb11ab3 11087 ac_cv_lib_svld_dlopen=no
4f8d4a38
DD
11088fi
11089rm -f core conftest.err conftest.$ac_objext \
11090 conftest$ac_exeext conftest.$ac_ext
11091LIBS=$ac_check_lib_save_LIBS
11092fi
6bb11ab3
L
11093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11094$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11095if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11096 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
3725885a 11097else
6bb11ab3
L
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11099$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11100if ${ac_cv_lib_dld_dld_link+:} false; then :
4f8d4a38
DD
11101 $as_echo_n "(cached) " >&6
11102else
6bb11ab3
L
11103 ac_check_lib_save_LIBS=$LIBS
11104LIBS="-ldld $LIBS"
4f8d4a38
DD
11105cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11106/* end confdefs.h. */
11107
11108/* Override any GCC internal prototype to avoid an error.
11109 Use char because int might match the return type of a GCC
11110 builtin and then its argument prototype would still apply. */
11111#ifdef __cplusplus
11112extern "C"
11113#endif
6bb11ab3 11114char dld_link ();
4f8d4a38
DD
11115int
11116main ()
11117{
6bb11ab3 11118return dld_link ();
4f8d4a38
DD
11119 ;
11120 return 0;
11121}
11122_ACEOF
6bb11ab3
L
11123if ac_fn_c_try_link "$LINENO"; then :
11124 ac_cv_lib_dld_dld_link=yes
11125else
11126 ac_cv_lib_dld_dld_link=no
11127fi
11128rm -f core conftest.err conftest.$ac_objext \
11129 conftest$ac_exeext conftest.$ac_ext
11130LIBS=$ac_check_lib_save_LIBS
11131fi
11132{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11133$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11134if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11135 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11136fi
11137
11138
11139fi
11140
11141
11142fi
11143
11144
11145fi
11146
11147
11148fi
11149
11150
11151fi
11152
11153 ;;
11154 esac
11155
11156 if test "x$lt_cv_dlopen" != xno; then
11157 enable_dlopen=yes
4f8d4a38 11158 else
6bb11ab3
L
11159 enable_dlopen=no
11160 fi
11161
11162 case $lt_cv_dlopen in
11163 dlopen)
11164 save_CPPFLAGS="$CPPFLAGS"
11165 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11166
11167 save_LDFLAGS="$LDFLAGS"
11168 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11169
11170 save_LIBS="$LIBS"
11171 LIBS="$lt_cv_dlopen_libs $LIBS"
11172
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11174$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11175if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11176 $as_echo_n "(cached) " >&6
11177else
11178 if test "$cross_compiling" = yes; then :
11179 lt_cv_dlopen_self=cross
11180else
11181 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11182 lt_status=$lt_dlunknown
11183 cat > conftest.$ac_ext <<_LT_EOF
19f6a43c 11184#line 11184 "configure"
6bb11ab3
L
11185#include "confdefs.h"
11186
11187#if HAVE_DLFCN_H
11188#include <dlfcn.h>
11189#endif
11190
11191#include <stdio.h>
11192
11193#ifdef RTLD_GLOBAL
11194# define LT_DLGLOBAL RTLD_GLOBAL
11195#else
11196# ifdef DL_GLOBAL
11197# define LT_DLGLOBAL DL_GLOBAL
11198# else
11199# define LT_DLGLOBAL 0
11200# endif
11201#endif
11202
11203/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11204 find out it does not work in some platform. */
11205#ifndef LT_DLLAZY_OR_NOW
11206# ifdef RTLD_LAZY
11207# define LT_DLLAZY_OR_NOW RTLD_LAZY
11208# else
11209# ifdef DL_LAZY
11210# define LT_DLLAZY_OR_NOW DL_LAZY
11211# else
11212# ifdef RTLD_NOW
11213# define LT_DLLAZY_OR_NOW RTLD_NOW
11214# else
11215# ifdef DL_NOW
11216# define LT_DLLAZY_OR_NOW DL_NOW
11217# else
11218# define LT_DLLAZY_OR_NOW 0
11219# endif
11220# endif
11221# endif
11222# endif
11223#endif
11224
11225/* When -fvisbility=hidden is used, assume the code has been annotated
11226 correspondingly for the symbols needed. */
11227#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11228void fnord () __attribute__((visibility("default")));
11229#endif
11230
11231void fnord () { int i=42; }
11232int main ()
11233{
11234 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11235 int status = $lt_dlunknown;
11236
11237 if (self)
11238 {
11239 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11240 else
11241 {
11242 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11243 else puts (dlerror ());
11244 }
11245 /* dlclose (self); */
11246 }
11247 else
11248 puts (dlerror ());
11249
11250 return status;
11251}
11252_LT_EOF
11253 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11254 (eval $ac_link) 2>&5
11255 ac_status=$?
11256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11257 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11258 (./conftest; exit; ) >&5 2>/dev/null
11259 lt_status=$?
11260 case x$lt_status in
11261 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11262 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11263 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11264 esac
11265 else :
11266 # compilation failed
11267 lt_cv_dlopen_self=no
4f8d4a38 11268 fi
4f8d4a38 11269fi
6bb11ab3
L
11270rm -fr conftest*
11271
11272
4f8d4a38 11273fi
6bb11ab3
L
11274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11275$as_echo "$lt_cv_dlopen_self" >&6; }
4f8d4a38 11276
6bb11ab3
L
11277 if test "x$lt_cv_dlopen_self" = xyes; then
11278 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11280$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11281if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11282 $as_echo_n "(cached) " >&6
4f8d4a38 11283else
6bb11ab3
L
11284 if test "$cross_compiling" = yes; then :
11285 lt_cv_dlopen_self_static=cross
11286else
11287 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11288 lt_status=$lt_dlunknown
11289 cat > conftest.$ac_ext <<_LT_EOF
19f6a43c 11290#line 11290 "configure"
6bb11ab3
L
11291#include "confdefs.h"
11292
11293#if HAVE_DLFCN_H
11294#include <dlfcn.h>
11295#endif
11296
11297#include <stdio.h>
11298
11299#ifdef RTLD_GLOBAL
11300# define LT_DLGLOBAL RTLD_GLOBAL
11301#else
11302# ifdef DL_GLOBAL
11303# define LT_DLGLOBAL DL_GLOBAL
11304# else
11305# define LT_DLGLOBAL 0
11306# endif
11307#endif
11308
11309/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11310 find out it does not work in some platform. */
11311#ifndef LT_DLLAZY_OR_NOW
11312# ifdef RTLD_LAZY
11313# define LT_DLLAZY_OR_NOW RTLD_LAZY
11314# else
11315# ifdef DL_LAZY
11316# define LT_DLLAZY_OR_NOW DL_LAZY
11317# else
11318# ifdef RTLD_NOW
11319# define LT_DLLAZY_OR_NOW RTLD_NOW
11320# else
11321# ifdef DL_NOW
11322# define LT_DLLAZY_OR_NOW DL_NOW
11323# else
11324# define LT_DLLAZY_OR_NOW 0
11325# endif
11326# endif
11327# endif
11328# endif
11329#endif
11330
11331/* When -fvisbility=hidden is used, assume the code has been annotated
11332 correspondingly for the symbols needed. */
11333#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11334void fnord () __attribute__((visibility("default")));
11335#endif
11336
11337void fnord () { int i=42; }
11338int main ()
11339{
11340 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11341 int status = $lt_dlunknown;
11342
11343 if (self)
11344 {
11345 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11346 else
11347 {
11348 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11349 else puts (dlerror ());
11350 }
11351 /* dlclose (self); */
11352 }
11353 else
11354 puts (dlerror ());
11355
11356 return status;
11357}
11358_LT_EOF
11359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11360 (eval $ac_link) 2>&5
11361 ac_status=$?
11362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11363 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11364 (./conftest; exit; ) >&5 2>/dev/null
11365 lt_status=$?
11366 case x$lt_status in
11367 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11368 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11369 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11370 esac
11371 else :
11372 # compilation failed
11373 lt_cv_dlopen_self_static=no
11374 fi
4f8d4a38 11375fi
6bb11ab3
L
11376rm -fr conftest*
11377
11378
4f8d4a38 11379fi
6bb11ab3
L
11380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11381$as_echo "$lt_cv_dlopen_self_static" >&6; }
11382 fi
11383
11384 CPPFLAGS="$save_CPPFLAGS"
11385 LDFLAGS="$save_LDFLAGS"
11386 LIBS="$save_LIBS"
11387 ;;
11388 esac
11389
11390 case $lt_cv_dlopen_self in
11391 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11392 *) enable_dlopen_self=unknown ;;
11393 esac
11394
11395 case $lt_cv_dlopen_self_static in
11396 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11397 *) enable_dlopen_self_static=unknown ;;
11398 esac
11399fi
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417striplib=
11418old_striplib=
11419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11420$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11421if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11422 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11423 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11425$as_echo "yes" >&6; }
11426else
11427# FIXME - insert some real tests, host_os isn't really good enough
11428 case $host_os in
11429 darwin*)
11430 if test -n "$STRIP" ; then
11431 striplib="$STRIP -x"
11432 old_striplib="$STRIP -S"
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11434$as_echo "yes" >&6; }
11435 else
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11437$as_echo "no" >&6; }
11438 fi
11439 ;;
11440 *)
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11442$as_echo "no" >&6; }
11443 ;;
11444 esac
11445fi
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458 # Report which library types will actually be built
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11460$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11462$as_echo "$can_build_shared" >&6; }
11463
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11465$as_echo_n "checking whether to build shared libraries... " >&6; }
11466 test "$can_build_shared" = "no" && enable_shared=no
11467
11468 # On AIX, shared libraries and static libraries use the same namespace, and
11469 # are all built from PIC.
11470 case $host_os in
11471 aix3*)
11472 test "$enable_shared" = yes && enable_static=no
11473 if test -n "$RANLIB"; then
11474 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11475 postinstall_cmds='$RANLIB $lib'
11476 fi
11477 ;;
11478
11479 aix[4-9]*)
11480 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11481 test "$enable_shared" = yes && enable_static=no
11482 fi
11483 ;;
11484 esac
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11486$as_echo "$enable_shared" >&6; }
11487
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11489$as_echo_n "checking whether to build static libraries... " >&6; }
11490 # Make sure either enable_shared or enable_static is yes.
11491 test "$enable_shared" = yes || enable_static=yes
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11493$as_echo "$enable_static" >&6; }
11494
11495
11496
11497
11498fi
11499ac_ext=c
11500ac_cpp='$CPP $CPPFLAGS'
11501ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11502ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11503ac_compiler_gnu=$ac_cv_c_compiler_gnu
11504
11505CC="$lt_save_CC"
11506
11507
11508
11509
11510
11511
11512
11513
11514
4f8d4a38 11515
4f8d4a38 11516
4f8d4a38 11517
4f8d4a38 11518
6bb11ab3
L
11519 ac_config_commands="$ac_config_commands libtool"
11520
11521
11522
11523
11524# Only expand once:
11525
11526
3725885a 11527
4f8d4a38 11528
4f8d4a38
DD
11529
11530
31e6ad7d
MF
11531
11532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11533$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11534 # Check whether --enable-maintainer-mode was given.
4f8d4a38 11535if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11536 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11537else
11538 USE_MAINTAINER_MODE=no
4f8d4a38 11539fi
31e6ad7d
MF
11540
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11542$as_echo "$USE_MAINTAINER_MODE" >&6; }
11543 if test $USE_MAINTAINER_MODE = yes; then
11544 MAINTAINER_MODE_TRUE=
11545 MAINTAINER_MODE_FALSE='#'
4f8d4a38 11546else
31e6ad7d
MF
11547 MAINTAINER_MODE_TRUE='#'
11548 MAINTAINER_MODE_FALSE=
4f8d4a38
DD
11549fi
11550
31e6ad7d
MF
11551 MAINT=$MAINTAINER_MODE_TRUE
11552
11553
4f8d4a38
DD
11554
11555
ce39bd38
MF
11556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11557$as_echo_n "checking for sim debug setting... " >&6; }
11558sim_debug="0"
4f8d4a38
DD
11559# Check whether --enable-sim-debug was given.
11560if test "${enable_sim_debug+set}" = set; then :
11561 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11562 yes) sim_debug="7";;
11563 no) sim_debug="0";;
11564 *) sim_debug="($enableval)";;
4f8d4a38 11565esac
4f8d4a38 11566fi
ce39bd38
MF
11567if test "$sim_debug" != "0"; then
11568
11569cat >>confdefs.h <<_ACEOF
11570#define DEBUG $sim_debug
11571_ACEOF
11572
4f8d4a38
DD
11573fi
11574
ce39bd38
MF
11575cat >>confdefs.h <<_ACEOF
11576#define WITH_DEBUG $sim_debug
11577_ACEOF
11578
11579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11580$as_echo "$sim_debug" >&6; }
4f8d4a38
DD
11581
11582
ce39bd38
MF
11583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11584$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11585sim_stdio="0"
4f8d4a38
DD
11586# Check whether --enable-sim-stdio was given.
11587if test "${enable_sim_stdio+set}" = set; then :
11588 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11589 yes) sim_stdio="DO_USE_STDIO";;
11590 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11591 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
4f8d4a38 11592esac
4f8d4a38
DD
11593fi
11594
ce39bd38
MF
11595cat >>confdefs.h <<_ACEOF
11596#define WITH_STDIO $sim_stdio
11597_ACEOF
11598
11599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11600$as_echo "$sim_stdio" >&6; }
4f8d4a38
DD
11601
11602
ce39bd38
MF
11603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11604$as_echo_n "checking for sim trace settings... " >&6; }
11605sim_trace="~TRACE_debug"
4f8d4a38
DD
11606# Check whether --enable-sim-trace was given.
11607if test "${enable_sim_trace+set}" = set; then :
11608 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11609 yes) sim_trace="-1";;
11610 no) sim_trace="0";;
4f8d4a38 11611 [-0-9]*)
ce39bd38 11612 sim_trace="'(${enableval})'";;
2232061b 11613 [[:lower:]]*)
4f8d4a38
DD
11614 sim_trace=""
11615 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11616 if test x"$sim_trace" = x; then
ce39bd38 11617 sim_trace="(TRACE_$x"
4f8d4a38
DD
11618 else
11619 sim_trace="${sim_trace}|TRACE_$x"
11620 fi
11621 done
ce39bd38 11622 sim_trace="$sim_trace)" ;;
4f8d4a38 11623esac
4f8d4a38
DD
11624fi
11625
ce39bd38
MF
11626cat >>confdefs.h <<_ACEOF
11627#define WITH_TRACE $sim_trace
11628_ACEOF
11629
11630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11631$as_echo "$sim_trace" >&6; }
4f8d4a38
DD
11632
11633
ce39bd38
MF
11634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11635$as_echo_n "checking for sim profile settings... " >&6; }
11636profile="1"
11637sim_profile="-1"
4f8d4a38
DD
11638# Check whether --enable-sim-profile was given.
11639if test "${enable_sim_profile+set}" = set; then :
11640 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11641 yes) profile="1" sim_profile="-1";;
11642 no) profile="0" sim_profile="0";;
4f8d4a38 11643 [-0-9]*)
ce39bd38 11644 profile="(${enableval})" sim_profile="(${enableval})";;
4f8d4a38 11645 [a-z]*)
ce39bd38 11646 profile="1"
4f8d4a38
DD
11647 sim_profile=""
11648 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11649 if test x"$sim_profile" = x; then
ce39bd38 11650 sim_profile="(PROFILE_$x"
4f8d4a38
DD
11651 else
11652 sim_profile="${sim_profile}|PROFILE_$x"
11653 fi
11654 done
ce39bd38 11655 sim_profile="$sim_profile)" ;;
4f8d4a38 11656esac
4f8d4a38
DD
11657fi
11658
ce39bd38
MF
11659cat >>confdefs.h <<_ACEOF
11660#define PROFILE $profile
11661_ACEOF
4f8d4a38
DD
11662
11663
ce39bd38
MF
11664cat >>confdefs.h <<_ACEOF
11665#define WITH_PROFILE $sim_profile
11666_ACEOF
11667
11668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11669$as_echo "$sim_profile" >&6; }
11670
11671
11672
11673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11674$as_echo_n "checking whether to enable sim asserts... " >&6; }
11675sim_assert="1"
35656e95
MF
11676# Check whether --enable-sim-assert was given.
11677if test "${enable_sim_assert+set}" = set; then :
11678 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11679 yes) sim_assert="1";;
11680 no) sim_assert="0";;
d0ac1c44 11681 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11682esac
35656e95
MF
11683fi
11684
ce39bd38
MF
11685cat >>confdefs.h <<_ACEOF
11686#define WITH_ASSERT $sim_assert
11687_ACEOF
11688
11689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11690$as_echo "$sim_assert" >&6; }
11691
35656e95 11692
ce39bd38
MF
11693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11694$as_echo_n "checking default sim environment setting... " >&6; }
11695sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11696# Check whether --enable-sim-environment was given.
11697if test "${enable_sim_environment+set}" = set; then :
11698 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11699 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11700 user | USER) sim_environment="USER_ENVIRONMENT";;
11701 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11702 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11703 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11704esac
16f7876d
MF
11705fi
11706
ce39bd38
MF
11707cat >>confdefs.h <<_ACEOF
11708#define WITH_ENVIRONMENT $sim_environment
11709_ACEOF
11710
11711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11712$as_echo "$sim_environment" >&6; }
11713
16f7876d 11714
347fe5bb
MF
11715sim_inline="-DDEFAULT_INLINE=0"
11716# Check whether --enable-sim-inline was given.
11717if test "${enable_sim_inline+set}" = set; then :
11718 enableval=$enable_sim_inline; sim_inline=""
11719case "$enableval" in
11720 no) sim_inline="-DDEFAULT_INLINE=0";;
11721 0) sim_inline="-DDEFAULT_INLINE=0";;
11722 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11723 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11724 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11725 new_flag=""
11726 case "$x" in
11727 *_INLINE=*) new_flag="-D$x";;
11728 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11729 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11730 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11731 esac
11732 if test x"$sim_inline" = x""; then
11733 sim_inline="$new_flag"
11734 else
11735 sim_inline="$sim_inline $new_flag"
11736 fi
11737 done;;
11738esac
11739if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11740 echo "Setting inline flags = $sim_inline" 6>&1
11741fi
11742fi
11743
11744
11745
4f8d4a38
DD
11746
11747# Check whether --with-pkgversion was given.
11748if test "${with_pkgversion+set}" = set; then :
11749 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11750 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
4f8d4a38
DD
11751 no) PKGVERSION= ;;
11752 *) PKGVERSION="($withval) " ;;
11753 esac
11754else
bf12d44e 11755 PKGVERSION="(SIM) "
4f8d4a38
DD
11756
11757fi
11758
11759
11760
11761
11762
11763# Check whether --with-bugurl was given.
11764if test "${with_bugurl+set}" = set; then :
11765 withval=$with_bugurl; case "$withval" in
d0ac1c44 11766 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
4f8d4a38
DD
11767 no) BUGURL=
11768 ;;
11769 *) BUGURL="$withval"
11770 ;;
11771 esac
11772else
dfb856ba 11773 BUGURL="https://www.gnu.org/software/gdb/bugs/"
4f8d4a38
DD
11774
11775fi
11776
11777 case ${BUGURL} in
11778 "")
11779 REPORT_BUGS_TO=
11780 REPORT_BUGS_TEXI=
11781 ;;
11782 *)
11783 REPORT_BUGS_TO="<$BUGURL>"
11784 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11785 ;;
11786 esac;
11787
11788
11789
11790
11791cat >>confdefs.h <<_ACEOF
11792#define PKGVERSION "$PKGVERSION"
11793_ACEOF
11794
11795
11796cat >>confdefs.h <<_ACEOF
11797#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11798_ACEOF
11799
11800
11801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11802$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11803if ${ac_cv_type_signal+:} false; then :
4f8d4a38
DD
11804 $as_echo_n "(cached) " >&6
11805else
11806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11807/* end confdefs.h. */
11808#include <sys/types.h>
11809#include <signal.h>
11810
11811int
11812main ()
11813{
11814return *(signal (0, 0)) (0) == 1;
11815 ;
11816 return 0;
11817}
11818_ACEOF
11819if ac_fn_c_try_compile "$LINENO"; then :
11820 ac_cv_type_signal=int
11821else
11822 ac_cv_type_signal=void
11823fi
11824rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11825fi
11826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11827$as_echo "$ac_cv_type_signal" >&6; }
11828
11829cat >>confdefs.h <<_ACEOF
11830#define RETSIGTYPE $ac_cv_type_signal
11831_ACEOF
11832
11833
11834
11835
11836
4f8d4a38 11837
136da8cd
MF
11838# Check whether --enable-cycle-accurate was given.
11839if test "${enable_cycle_accurate+set}" = set; then :
11840 enableval=$enable_cycle_accurate; case "${enableval}" in
11841yes | no) ;;
11842*) as_fn_error $? "bad value ${enableval} given for --enable-cycle-accurate option" "$LINENO" 5 ;;
11843esac
11844fi
11845
11846
11847# Check whether --enable-cycle-stats was given.
11848if test "${enable_cycle_stats+set}" = set; then :
11849 enableval=$enable_cycle_stats; case "${enableval}" in
11850yes | no) ;;
11851*) as_fn_error $? "bad value ${enableval} given for --enable-cycle-stats option" "$LINENO" 5 ;;
11852esac
11853fi
11854
11855
11856echo enable_cycle_accurate is $enable_cycle_accurate
11857echo enable_cycle_stats is $enable_cycle_stats
11858
11859if test "x${enable_cycle_accurate}" != xno; then
11860
11861$as_echo "#define CYCLE_ACCURATE 1" >>confdefs.h
11862
11863
11864 if test "x${enable_cycle_stats}" != xno; then
11865
11866$as_echo "#define CYCLE_STATS 1" >>confdefs.h
11867
11868 fi
11869else
11870 if test "x${enable_cycle_stats}" != xno; then
11871 as_fn_error $? "cycle-stats not available without cycle-accurate" "$LINENO" 5
11872 fi
11873fi
11874
11875
5c1008a4
MF
11876# Check whether --enable-werror was given.
11877if test "${enable_werror+set}" = set; then :
11878 enableval=$enable_werror; case "${enableval}" in
11879 yes | y) ERROR_ON_WARNING="yes" ;;
11880 no | n) ERROR_ON_WARNING="no" ;;
11881 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11882 esac
11883fi
11884
11885
11886# Enable -Werror by default when using gcc
11887if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11888 ERROR_ON_WARNING=yes
11889fi
11890
11891WERROR_CFLAGS=""
6bf99988
AB
11892 if test "${ERROR_ON_WARNING}" = yes ; then
11893 WERROR_CFLAGS="-Werror"
11894 fi
5c1008a4
MF
11895
11896build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11897-Wpointer-sign \
11898-Wno-unused -Wunused-value -Wunused-function \
11899-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11900-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11901-Wold-style-declaration -Wold-style-definition"
11902
11903# Enable -Wno-format by default when using gcc on mingw since many
11904# GCC versions complain about %I64.
11905case "${host}" in
11906 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11907 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11908esac
11909
11910# Check whether --enable-build-warnings was given.
11911if test "${enable_build_warnings+set}" = set; then :
11912 enableval=$enable_build_warnings; case "${enableval}" in
11913 yes) ;;
11914 no) build_warnings="-w";;
11915 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11916 build_warnings="${build_warnings} ${t}";;
11917 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11918 build_warnings="${t} ${build_warnings}";;
11919 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11920esac
11921if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11922 echo "Setting compiler warning flags = $build_warnings" 6>&1
11923fi
11924fi
11925# Check whether --enable-sim-build-warnings was given.
11926if test "${enable_sim_build_warnings+set}" = set; then :
11927 enableval=$enable_sim_build_warnings; case "${enableval}" in
11928 yes) ;;
11929 no) build_warnings="-w";;
11930 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11931 build_warnings="${build_warnings} ${t}";;
11932 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11933 build_warnings="${t} ${build_warnings}";;
11934 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11935esac
11936if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11937 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11938fi
11939fi
11940WARN_CFLAGS=""
11941if test "x${build_warnings}" != x -a "x$GCC" = xyes
11942then
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11944$as_echo_n "checking compiler warning flags... " >&6; }
11945 # Separate out the -Werror flag as some files just cannot be
11946 # compiled with it enabled.
11947 for w in ${build_warnings}; do
11948 case $w in
11949 -Werr*) WERROR_CFLAGS=-Werror ;;
11950 *) # Check that GCC accepts it
11951 saved_CFLAGS="$CFLAGS"
1f195bc3 11952 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11954/* end confdefs.h. */
11955
11956int
11957main ()
11958{
11959
11960 ;
11961 return 0;
11962}
11963_ACEOF
11964if ac_fn_c_try_compile "$LINENO"; then :
11965 WARN_CFLAGS="${WARN_CFLAGS} $w"
11966fi
11967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11968 CFLAGS="$saved_CFLAGS"
11969 esac
11970 done
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11972$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11973fi
11974
11975
4f8d4a38
DD
11976cgen_breaks=""
11977if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11978cgen_breaks="break cgen_rtx_error";
11979fi
11980
11981ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11982
11983ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11984
11985ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
11986
11987ac_config_commands="$ac_config_commands Makefile"
11988
11989ac_config_commands="$ac_config_commands stamp-h"
11990
760b3e8b
MF
11991
11992
11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
4f8d4a38
DD
12003cat >confcache <<\_ACEOF
12004# This file is a shell script that caches the results of configure
12005# tests run on this system so they can be shared between configure
12006# scripts and configure runs, see configure's option --config-cache.
12007# It is not useful on other systems. If it contains results you don't
12008# want to keep, you may remove or edit it.
12009#
12010# config.status only pays attention to the cache file if you give it
12011# the --recheck option to rerun configure.
12012#
12013# `ac_cv_env_foo' variables (set or unset) will be overridden when
12014# loading this file, other *unset* `ac_cv_foo' will be assigned the
12015# following values.
12016
12017_ACEOF
12018
12019# The following way of writing the cache mishandles newlines in values,
12020# but we know of no workaround that is simple, portable, and efficient.
12021# So, we kill variables containing newlines.
12022# Ultrix sh set writes to stderr and can't be redirected directly,
12023# and sets the high bit in the cache file unless we assign to the vars.
12024(
12025 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12026 eval ac_val=\$$ac_var
12027 case $ac_val in #(
12028 *${as_nl}*)
12029 case $ac_var in #(
12030 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12031$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12032 esac
12033 case $ac_var in #(
12034 _ | IFS | as_nl) ;; #(
12035 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12036 *) { eval $ac_var=; unset $ac_var;} ;;
12037 esac ;;
12038 esac
12039 done
12040
12041 (set) 2>&1 |
12042 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12043 *${as_nl}ac_space=\ *)
12044 # `set' does not quote correctly, so add quotes: double-quote
12045 # substitution turns \\\\ into \\, and sed turns \\ into \.
12046 sed -n \
12047 "s/'/'\\\\''/g;
12048 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12049 ;; #(
12050 *)
12051 # `set' quotes correctly as required by POSIX, so do not add quotes.
12052 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12053 ;;
12054 esac |
12055 sort
12056) |
12057 sed '
12058 /^ac_cv_env_/b end
12059 t clear
12060 :clear
12061 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12062 t end
12063 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12064 :end' >>confcache
12065if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12066 if test -w "$cache_file"; then
d0ac1c44 12067 if test "x$cache_file" != "x/dev/null"; then
4f8d4a38
DD
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12069$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12070 if test ! -f "$cache_file" || test -h "$cache_file"; then
12071 cat confcache >"$cache_file"
12072 else
12073 case $cache_file in #(
12074 */* | ?:*)
12075 mv -f confcache "$cache_file"$$ &&
12076 mv -f "$cache_file"$$ "$cache_file" ;; #(
12077 *)
12078 mv -f confcache "$cache_file" ;;
12079 esac
12080 fi
12081 fi
4f8d4a38
DD
12082 else
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12084$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12085 fi
12086fi
12087rm -f confcache
12088
12089test "x$prefix" = xNONE && prefix=$ac_default_prefix
12090# Let make expand exec_prefix.
12091test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12092
12093DEFS=-DHAVE_CONFIG_H
12094
12095ac_libobjs=
12096ac_ltlibobjs=
d0ac1c44 12097U=
4f8d4a38
DD
12098for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12099 # 1. Remove the extension, and $U if already installed.
12100 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12101 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12102 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12103 # will be set to the directory where LIBOBJS objects are built.
12104 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12105 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12106done
12107LIBOBJS=$ac_libobjs
12108
12109LTLIBOBJS=$ac_ltlibobjs
12110
12111
0cb8d851 12112
6bb11ab3 12113if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12114 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12115Usually this means the macro was only invoked conditionally." "$LINENO" 5
12116fi
31e6ad7d 12117if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12118 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12119Usually this means the macro was only invoked conditionally." "$LINENO" 5
12120fi
4f8d4a38 12121
d0ac1c44 12122: "${CONFIG_STATUS=./config.status}"
4f8d4a38
DD
12123ac_write_fail=0
12124ac_clean_files_save=$ac_clean_files
12125ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12126{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12127$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12128as_write_fail=0
12129cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12130#! $SHELL
12131# Generated by $as_me.
12132# Run this file to recreate the current configuration.
12133# Compiler output produced by configure, useful for debugging
12134# configure, is in config.log if it exists.
12135
12136debug=false
12137ac_cs_recheck=false
12138ac_cs_silent=false
12139
12140SHELL=\${CONFIG_SHELL-$SHELL}
12141export SHELL
12142_ASEOF
12143cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12144## -------------------- ##
12145## M4sh Initialization. ##
12146## -------------------- ##
12147
12148# Be more Bourne compatible
12149DUALCASE=1; export DUALCASE # for MKS sh
12150if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12151 emulate sh
12152 NULLCMD=:
12153 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12154 # is contrary to our usage. Disable this feature.
12155 alias -g '${1+"$@"}'='"$@"'
12156 setopt NO_GLOB_SUBST
12157else
12158 case `(set -o) 2>/dev/null` in #(
12159 *posix*) :
12160 set -o posix ;; #(
12161 *) :
12162 ;;
12163esac
12164fi
12165
12166
12167as_nl='
12168'
12169export as_nl
12170# Printing a long string crashes Solaris 7 /usr/bin/printf.
12171as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12172as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12173as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12174# Prefer a ksh shell builtin over an external printf program on Solaris,
12175# but without wasting forks for bash or zsh.
12176if test -z "$BASH_VERSION$ZSH_VERSION" \
12177 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12178 as_echo='print -r --'
12179 as_echo_n='print -rn --'
12180elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12181 as_echo='printf %s\n'
12182 as_echo_n='printf %s'
12183else
12184 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12185 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12186 as_echo_n='/usr/ucb/echo -n'
12187 else
12188 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12189 as_echo_n_body='eval
12190 arg=$1;
12191 case $arg in #(
12192 *"$as_nl"*)
12193 expr "X$arg" : "X\\(.*\\)$as_nl";
12194 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12195 esac;
12196 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12197 '
12198 export as_echo_n_body
12199 as_echo_n='sh -c $as_echo_n_body as_echo'
12200 fi
12201 export as_echo_body
12202 as_echo='sh -c $as_echo_body as_echo'
12203fi
12204
12205# The user is always right.
12206if test "${PATH_SEPARATOR+set}" != set; then
12207 PATH_SEPARATOR=:
12208 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12209 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12210 PATH_SEPARATOR=';'
12211 }
12212fi
12213
12214
12215# IFS
12216# We need space, tab and new line, in precisely that order. Quoting is
12217# there to prevent editors from complaining about space-tab.
12218# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12219# splitting by setting IFS to empty value.)
12220IFS=" "" $as_nl"
12221
12222# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12223as_myself=
4f8d4a38
DD
12224case $0 in #((
12225 *[\\/]* ) as_myself=$0 ;;
12226 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12227for as_dir in $PATH
12228do
12229 IFS=$as_save_IFS
12230 test -z "$as_dir" && as_dir=.
12231 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12232 done
12233IFS=$as_save_IFS
12234
12235 ;;
12236esac
12237# We did not find ourselves, most probably we were run as `sh COMMAND'
12238# in which case we are not to be found in the path.
12239if test "x$as_myself" = x; then
12240 as_myself=$0
12241fi
12242if test ! -f "$as_myself"; then
12243 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12244 exit 1
12245fi
12246
12247# Unset variables that we do not need and which cause bugs (e.g. in
12248# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12249# suppresses any "Segmentation fault" message there. '((' could
12250# trigger a bug in pdksh 5.2.14.
12251for as_var in BASH_ENV ENV MAIL MAILPATH
12252do eval test x\${$as_var+set} = xset \
12253 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12254done
12255PS1='$ '
12256PS2='> '
12257PS4='+ '
12258
12259# NLS nuisances.
12260LC_ALL=C
12261export LC_ALL
12262LANGUAGE=C
12263export LANGUAGE
12264
12265# CDPATH.
12266(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12267
12268
d0ac1c44
SM
12269# as_fn_error STATUS ERROR [LINENO LOG_FD]
12270# ----------------------------------------
4f8d4a38
DD
12271# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12272# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12273# script with STATUS, using 1 if that was 0.
4f8d4a38
DD
12274as_fn_error ()
12275{
d0ac1c44
SM
12276 as_status=$1; test $as_status -eq 0 && as_status=1
12277 if test "$4"; then
12278 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12279 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4f8d4a38 12280 fi
d0ac1c44 12281 $as_echo "$as_me: error: $2" >&2
4f8d4a38
DD
12282 as_fn_exit $as_status
12283} # as_fn_error
12284
12285
12286# as_fn_set_status STATUS
12287# -----------------------
12288# Set $? to STATUS, without forking.
12289as_fn_set_status ()
12290{
12291 return $1
12292} # as_fn_set_status
12293
12294# as_fn_exit STATUS
12295# -----------------
12296# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12297as_fn_exit ()
12298{
12299 set +e
12300 as_fn_set_status $1
12301 exit $1
12302} # as_fn_exit
12303
12304# as_fn_unset VAR
12305# ---------------
12306# Portably unset VAR.
12307as_fn_unset ()
12308{
12309 { eval $1=; unset $1;}
12310}
12311as_unset=as_fn_unset
12312# as_fn_append VAR VALUE
12313# ----------------------
12314# Append the text in VALUE to the end of the definition contained in VAR. Take
12315# advantage of any shell optimizations that allow amortized linear growth over
12316# repeated appends, instead of the typical quadratic growth present in naive
12317# implementations.
12318if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12319 eval 'as_fn_append ()
12320 {
12321 eval $1+=\$2
12322 }'
12323else
12324 as_fn_append ()
12325 {
12326 eval $1=\$$1\$2
12327 }
12328fi # as_fn_append
12329
12330# as_fn_arith ARG...
12331# ------------------
12332# Perform arithmetic evaluation on the ARGs, and store the result in the
12333# global $as_val. Take advantage of shells that can avoid forks. The arguments
12334# must be portable across $(()) and expr.
12335if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12336 eval 'as_fn_arith ()
12337 {
12338 as_val=$(( $* ))
12339 }'
12340else
12341 as_fn_arith ()
12342 {
12343 as_val=`expr "$@" || test $? -eq 1`
12344 }
12345fi # as_fn_arith
12346
12347
12348if expr a : '\(a\)' >/dev/null 2>&1 &&
12349 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12350 as_expr=expr
12351else
12352 as_expr=false
12353fi
12354
12355if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12356 as_basename=basename
12357else
12358 as_basename=false
12359fi
12360
12361if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12362 as_dirname=dirname
12363else
12364 as_dirname=false
12365fi
12366
12367as_me=`$as_basename -- "$0" ||
12368$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12369 X"$0" : 'X\(//\)$' \| \
12370 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12371$as_echo X/"$0" |
12372 sed '/^.*\/\([^/][^/]*\)\/*$/{
12373 s//\1/
12374 q
12375 }
12376 /^X\/\(\/\/\)$/{
12377 s//\1/
12378 q
12379 }
12380 /^X\/\(\/\).*/{
12381 s//\1/
12382 q
12383 }
12384 s/.*/./; q'`
12385
12386# Avoid depending upon Character Ranges.
12387as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12388as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12389as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12390as_cr_digits='0123456789'
12391as_cr_alnum=$as_cr_Letters$as_cr_digits
12392
12393ECHO_C= ECHO_N= ECHO_T=
12394case `echo -n x` in #(((((
12395-n*)
12396 case `echo 'xy\c'` in
12397 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12398 xy) ECHO_C='\c';;
12399 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12400 ECHO_T=' ';;
12401 esac;;
12402*)
12403 ECHO_N='-n';;
12404esac
12405
12406rm -f conf$$ conf$$.exe conf$$.file
12407if test -d conf$$.dir; then
12408 rm -f conf$$.dir/conf$$.file
12409else
12410 rm -f conf$$.dir
12411 mkdir conf$$.dir 2>/dev/null
12412fi
12413if (echo >conf$$.file) 2>/dev/null; then
12414 if ln -s conf$$.file conf$$ 2>/dev/null; then
12415 as_ln_s='ln -s'
12416 # ... but there are two gotchas:
12417 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12418 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12419 # In both cases, we have to default to `cp -pR'.
4f8d4a38 12420 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12421 as_ln_s='cp -pR'
4f8d4a38
DD
12422 elif ln conf$$.file conf$$ 2>/dev/null; then
12423 as_ln_s=ln
12424 else
d0ac1c44 12425 as_ln_s='cp -pR'
4f8d4a38
DD
12426 fi
12427else
d0ac1c44 12428 as_ln_s='cp -pR'
4f8d4a38
DD
12429fi
12430rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12431rmdir conf$$.dir 2>/dev/null
12432
12433
12434# as_fn_mkdir_p
12435# -------------
12436# Create "$as_dir" as a directory, including parents if necessary.
12437as_fn_mkdir_p ()
12438{
12439
12440 case $as_dir in #(
12441 -*) as_dir=./$as_dir;;
12442 esac
12443 test -d "$as_dir" || eval $as_mkdir_p || {
12444 as_dirs=
12445 while :; do
12446 case $as_dir in #(
12447 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12448 *) as_qdir=$as_dir;;
12449 esac
12450 as_dirs="'$as_qdir' $as_dirs"
12451 as_dir=`$as_dirname -- "$as_dir" ||
12452$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12453 X"$as_dir" : 'X\(//\)[^/]' \| \
12454 X"$as_dir" : 'X\(//\)$' \| \
12455 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12456$as_echo X"$as_dir" |
12457 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12458 s//\1/
12459 q
12460 }
12461 /^X\(\/\/\)[^/].*/{
12462 s//\1/
12463 q
12464 }
12465 /^X\(\/\/\)$/{
12466 s//\1/
12467 q
12468 }
12469 /^X\(\/\).*/{
12470 s//\1/
12471 q
12472 }
12473 s/.*/./; q'`
12474 test -d "$as_dir" && break
12475 done
12476 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12477 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4f8d4a38
DD
12478
12479
12480} # as_fn_mkdir_p
12481if mkdir -p . 2>/dev/null; then
12482 as_mkdir_p='mkdir -p "$as_dir"'
12483else
12484 test -d ./-p && rmdir ./-p
12485 as_mkdir_p=false
12486fi
12487
d0ac1c44
SM
12488
12489# as_fn_executable_p FILE
12490# -----------------------
12491# Test if FILE is an executable regular file.
12492as_fn_executable_p ()
12493{
12494 test -f "$1" && test -x "$1"
12495} # as_fn_executable_p
12496as_test_x='test -x'
12497as_executable_p=as_fn_executable_p
4f8d4a38
DD
12498
12499# Sed expression to map a string onto a valid CPP name.
12500as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12501
12502# Sed expression to map a string onto a valid variable name.
12503as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12504
12505
12506exec 6>&1
12507## ----------------------------------- ##
12508## Main body of $CONFIG_STATUS script. ##
12509## ----------------------------------- ##
12510_ASEOF
12511test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12512
12513cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12514# Save the log message, to keep $0 and so on meaningful, and to
12515# report actual input values of CONFIG_FILES etc. instead of their
12516# values after options handling.
12517ac_log="
12518This file was extended by $as_me, which was
d0ac1c44 12519generated by GNU Autoconf 2.69. Invocation command line was
4f8d4a38
DD
12520
12521 CONFIG_FILES = $CONFIG_FILES
12522 CONFIG_HEADERS = $CONFIG_HEADERS
12523 CONFIG_LINKS = $CONFIG_LINKS
12524 CONFIG_COMMANDS = $CONFIG_COMMANDS
12525 $ $0 $@
12526
12527on `(hostname || uname -n) 2>/dev/null | sed 1q`
12528"
12529
12530_ACEOF
12531
12532case $ac_config_files in *"
12533"*) set x $ac_config_files; shift; ac_config_files=$*;;
12534esac
12535
12536case $ac_config_headers in *"
12537"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12538esac
12539
12540
12541cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12542# Files that config.status was made for.
12543config_files="$ac_config_files"
12544config_headers="$ac_config_headers"
4f8d4a38
DD
12545config_commands="$ac_config_commands"
12546
12547_ACEOF
12548
12549cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12550ac_cs_usage="\
12551\`$as_me' instantiates files and other configuration actions
12552from templates according to the current configuration. Unless the files
12553and actions are specified as TAGs, all are instantiated by default.
12554
12555Usage: $0 [OPTION]... [TAG]...
12556
12557 -h, --help print this help, then exit
12558 -V, --version print version number and configuration settings, then exit
d0ac1c44 12559 --config print configuration, then exit
4f8d4a38
DD
12560 -q, --quiet, --silent
12561 do not print progress messages
12562 -d, --debug don't remove temporary files
12563 --recheck update $as_me by reconfiguring in the same conditions
12564 --file=FILE[:TEMPLATE]
12565 instantiate the configuration file FILE
12566 --header=FILE[:TEMPLATE]
12567 instantiate the configuration header FILE
12568
12569Configuration files:
12570$config_files
12571
12572Configuration headers:
12573$config_headers
12574
4f8d4a38
DD
12575Configuration commands:
12576$config_commands
12577
12578Report bugs to the package provider."
12579
12580_ACEOF
12581cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12582ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4f8d4a38
DD
12583ac_cs_version="\\
12584config.status
d0ac1c44
SM
12585configured by $0, generated by GNU Autoconf 2.69,
12586 with options \\"\$ac_cs_config\\"
4f8d4a38 12587
d0ac1c44 12588Copyright (C) 2012 Free Software Foundation, Inc.
4f8d4a38
DD
12589This config.status script is free software; the Free Software Foundation
12590gives unlimited permission to copy, distribute and modify it."
12591
12592ac_pwd='$ac_pwd'
12593srcdir='$srcdir'
12594INSTALL='$INSTALL'
6bb11ab3 12595AWK='$AWK'
4f8d4a38
DD
12596test -n "\$AWK" || AWK=awk
12597_ACEOF
12598
12599cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12600# The default lists apply if the user does not specify any file.
12601ac_need_defaults=:
12602while test $# != 0
12603do
12604 case $1 in
d0ac1c44 12605 --*=?*)
4f8d4a38
DD
12606 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12607 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12608 ac_shift=:
12609 ;;
d0ac1c44
SM
12610 --*=)
12611 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12612 ac_optarg=
12613 ac_shift=:
12614 ;;
4f8d4a38
DD
12615 *)
12616 ac_option=$1
12617 ac_optarg=$2
12618 ac_shift=shift
12619 ;;
12620 esac
12621
12622 case $ac_option in
12623 # Handling of the options.
12624 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12625 ac_cs_recheck=: ;;
12626 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12627 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12628 --config | --confi | --conf | --con | --co | --c )
12629 $as_echo "$ac_cs_config"; exit ;;
4f8d4a38
DD
12630 --debug | --debu | --deb | --de | --d | -d )
12631 debug=: ;;
12632 --file | --fil | --fi | --f )
12633 $ac_shift
12634 case $ac_optarg in
12635 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12636 '') as_fn_error $? "missing file argument" ;;
4f8d4a38
DD
12637 esac
12638 as_fn_append CONFIG_FILES " '$ac_optarg'"
12639 ac_need_defaults=false;;
12640 --header | --heade | --head | --hea )
12641 $ac_shift
12642 case $ac_optarg in
12643 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12644 esac
12645 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12646 ac_need_defaults=false;;
12647 --he | --h)
12648 # Conflict between --help and --header
d0ac1c44 12649 as_fn_error $? "ambiguous option: \`$1'
4f8d4a38
DD
12650Try \`$0 --help' for more information.";;
12651 --help | --hel | -h )
12652 $as_echo "$ac_cs_usage"; exit ;;
12653 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12654 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12655 ac_cs_silent=: ;;
12656
12657 # This is an error.
d0ac1c44 12658 -*) as_fn_error $? "unrecognized option: \`$1'
4f8d4a38
DD
12659Try \`$0 --help' for more information." ;;
12660
12661 *) as_fn_append ac_config_targets " $1"
12662 ac_need_defaults=false ;;
12663
12664 esac
12665 shift
12666done
12667
12668ac_configure_extra_args=
12669
12670if $ac_cs_silent; then
12671 exec 6>/dev/null
12672 ac_configure_extra_args="$ac_configure_extra_args --silent"
12673fi
12674
12675_ACEOF
12676cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12677if \$ac_cs_recheck; then
d0ac1c44 12678 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4f8d4a38
DD
12679 shift
12680 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12681 CONFIG_SHELL='$SHELL'
12682 export CONFIG_SHELL
12683 exec "\$@"
12684fi
12685
12686_ACEOF
12687cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12688exec 5>>config.log
12689{
12690 echo
12691 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12692## Running $as_me. ##
12693_ASBOX
12694 $as_echo "$ac_log"
12695} >&5
12696
12697_ACEOF
12698cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12699#
12700# INIT-COMMANDS
12701#
12702ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12703
6bb11ab3
L
12704
12705# The HP-UX ksh and POSIX shell print the target directory to stdout
12706# if CDPATH is set.
12707(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12708
12709sed_quote_subst='$sed_quote_subst'
12710double_quote_subst='$double_quote_subst'
12711delay_variable_subst='$delay_variable_subst'
12712macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12713macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12714enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12715enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12716pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12717enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12718SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12719ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12720host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12721host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12722host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12723build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12724build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12725build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12726SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12727Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12728GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12729EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12730FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12731LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12732NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12733LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12734max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12735ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12736exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12737lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12738lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12739lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12740reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12741reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12742OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12743deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12744file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12745AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12746AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12747STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12748RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12749old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12750old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12751old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12752lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12753CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12754CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12755compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12756GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12757lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12758lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12759lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12760lt_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"`'
12761objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12762MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12763lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12764lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12765lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12766lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12767lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12768need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12769DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12770NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12771LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12772OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12773OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12774libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12775shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12776extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12777archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12778enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12779export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12780whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12781compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12782old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12783old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12784archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12785archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12786module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12787module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12788with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12789allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12790no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12791hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12792hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12793hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12794hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12795hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12796hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12797hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12798hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12799inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12800link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12801fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12802always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12803export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12804exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12805include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12806prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12807file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12808variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12809need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12810need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12811version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12812runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12813shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12814shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12815libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12816library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12817soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12818install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12819postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12820postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12821finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12822finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12823hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12824sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12825sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12826hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12827enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12828enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12829enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12830old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12831striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12832
12833LTCC='$LTCC'
12834LTCFLAGS='$LTCFLAGS'
12835compiler='$compiler_DEFAULT'
12836
12837# A function that is used when there is no print builtin or printf.
12838func_fallback_echo ()
12839{
12840 eval 'cat <<_LTECHO_EOF
12841\$1
12842_LTECHO_EOF'
12843}
12844
12845# Quote evaled strings.
12846for var in SHELL \
12847ECHO \
12848SED \
12849GREP \
12850EGREP \
12851FGREP \
12852LD \
12853NM \
12854LN_S \
12855lt_SP2NL \
12856lt_NL2SP \
12857reload_flag \
12858OBJDUMP \
12859deplibs_check_method \
12860file_magic_cmd \
12861AR \
12862AR_FLAGS \
12863STRIP \
12864RANLIB \
12865CC \
12866CFLAGS \
12867compiler \
12868lt_cv_sys_global_symbol_pipe \
12869lt_cv_sys_global_symbol_to_cdecl \
12870lt_cv_sys_global_symbol_to_c_name_address \
12871lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12872lt_prog_compiler_no_builtin_flag \
12873lt_prog_compiler_wl \
12874lt_prog_compiler_pic \
12875lt_prog_compiler_static \
12876lt_cv_prog_compiler_c_o \
12877need_locks \
12878DSYMUTIL \
12879NMEDIT \
12880LIPO \
12881OTOOL \
12882OTOOL64 \
12883shrext_cmds \
12884export_dynamic_flag_spec \
12885whole_archive_flag_spec \
12886compiler_needs_object \
12887with_gnu_ld \
12888allow_undefined_flag \
12889no_undefined_flag \
12890hardcode_libdir_flag_spec \
12891hardcode_libdir_flag_spec_ld \
12892hardcode_libdir_separator \
12893fix_srcfile_path \
12894exclude_expsyms \
12895include_expsyms \
12896file_list_spec \
12897variables_saved_for_relink \
12898libname_spec \
12899library_names_spec \
12900soname_spec \
12901install_override_mode \
12902finish_eval \
12903old_striplib \
12904striplib; do
12905 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12906 *[\\\\\\\`\\"\\\$]*)
12907 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12908 ;;
12909 *)
12910 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12911 ;;
12912 esac
12913done
12914
12915# Double-quote double-evaled strings.
12916for var in reload_cmds \
12917old_postinstall_cmds \
12918old_postuninstall_cmds \
12919old_archive_cmds \
12920extract_expsyms_cmds \
12921old_archive_from_new_cmds \
12922old_archive_from_expsyms_cmds \
12923archive_cmds \
12924archive_expsym_cmds \
12925module_cmds \
12926module_expsym_cmds \
12927export_symbols_cmds \
12928prelink_cmds \
12929postinstall_cmds \
12930postuninstall_cmds \
12931finish_cmds \
12932sys_lib_search_path_spec \
12933sys_lib_dlsearch_path_spec; do
12934 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12935 *[\\\\\\\`\\"\\\$]*)
12936 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12937 ;;
12938 *)
12939 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12940 ;;
12941 esac
12942done
12943
12944ac_aux_dir='$ac_aux_dir'
12945xsi_shell='$xsi_shell'
12946lt_shell_append='$lt_shell_append'
12947
12948# See if we are running on zsh, and set the options which allow our
12949# commands through without removal of \ escapes INIT.
12950if test -n "\${ZSH_VERSION+set}" ; then
12951 setopt NO_GLOB_SUBST
12952fi
12953
12954
12955 PACKAGE='$PACKAGE'
12956 VERSION='$VERSION'
12957 TIMESTAMP='$TIMESTAMP'
12958 RM='$RM'
12959 ofile='$ofile'
12960
12961
12962
12963
4f8d4a38
DD
12964_ACEOF
12965
12966cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12967
12968# Handling of arguments.
12969for ac_config_target in $ac_config_targets
12970do
12971 case $ac_config_target in
12972 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12973 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12974 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
4f8d4a38
DD
12975 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12976 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12977 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12978 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12979 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12980
d0ac1c44 12981 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4f8d4a38
DD
12982 esac
12983done
12984
12985
12986# If the user did not use the arguments to specify the items to instantiate,
12987# then the envvar interface is used. Set only those that are not.
12988# We use the long form for the default assignment because of an extremely
12989# bizarre bug on SunOS 4.1.3.
12990if $ac_need_defaults; then
12991 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12992 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
4f8d4a38
DD
12993 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12994fi
12995
12996# Have a temporary directory for convenience. Make it in the build tree
12997# simply because there is no reason against having it here, and in addition,
12998# creating and moving files from /tmp can sometimes cause problems.
12999# Hook for its removal unless debugging.
13000# Note that there is a small window in which the directory will not be cleaned:
13001# after its creation but before its name has been assigned to `$tmp'.
13002$debug ||
13003{
d0ac1c44 13004 tmp= ac_tmp=
4f8d4a38 13005 trap 'exit_status=$?
d0ac1c44
SM
13006 : "${ac_tmp:=$tmp}"
13007 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4f8d4a38
DD
13008' 0
13009 trap 'as_fn_exit 1' 1 2 13 15
13010}
13011# Create a (secure) tmp directory for tmp files.
13012
13013{
13014 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13015 test -d "$tmp"
4f8d4a38
DD
13016} ||
13017{
13018 tmp=./conf$$-$RANDOM
13019 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13020} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13021ac_tmp=$tmp
4f8d4a38
DD
13022
13023# Set up the scripts for CONFIG_FILES section.
13024# No need to generate them if there are no CONFIG_FILES.
13025# This happens for instance with `./config.status config.h'.
13026if test -n "$CONFIG_FILES"; then
13027
13028
13029ac_cr=`echo X | tr X '\015'`
13030# On cygwin, bash can eat \r inside `` if the user requested igncr.
13031# But we know of no other shell where ac_cr would be empty at this
13032# point, so we can use a bashism as a fallback.
13033if test "x$ac_cr" = x; then
13034 eval ac_cr=\$\'\\r\'
13035fi
13036ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13037if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13038 ac_cs_awk_cr='\\r'
4f8d4a38
DD
13039else
13040 ac_cs_awk_cr=$ac_cr
13041fi
13042
d0ac1c44 13043echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4f8d4a38
DD
13044_ACEOF
13045
13046
13047{
13048 echo "cat >conf$$subs.awk <<_ACEOF" &&
13049 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13050 echo "_ACEOF"
13051} >conf$$subs.sh ||
d0ac1c44
SM
13052 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13053ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4f8d4a38
DD
13054ac_delim='%!_!# '
13055for ac_last_try in false false false false false :; do
13056 . ./conf$$subs.sh ||
d0ac1c44 13057 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4f8d4a38
DD
13058
13059 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13060 if test $ac_delim_n = $ac_delim_num; then
13061 break
13062 elif $ac_last_try; then
d0ac1c44 13063 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4f8d4a38
DD
13064 else
13065 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13066 fi
13067done
13068rm -f conf$$subs.sh
13069
13070cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13071cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4f8d4a38
DD
13072_ACEOF
13073sed -n '
13074h
13075s/^/S["/; s/!.*/"]=/
13076p
13077g
13078s/^[^!]*!//
13079:repl
13080t repl
13081s/'"$ac_delim"'$//
13082t delim
13083:nl
13084h
d0ac1c44 13085s/\(.\{148\}\)..*/\1/
4f8d4a38
DD
13086t more1
13087s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13088p
13089n
13090b repl
13091:more1
13092s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13093p
13094g
13095s/.\{148\}//
13096t nl
13097:delim
13098h
d0ac1c44 13099s/\(.\{148\}\)..*/\1/
4f8d4a38
DD
13100t more2
13101s/["\\]/\\&/g; s/^/"/; s/$/"/
13102p
13103b
13104:more2
13105s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13106p
13107g
13108s/.\{148\}//
13109t delim
13110' <conf$$subs.awk | sed '
13111/^[^""]/{
13112 N
13113 s/\n//
13114}
13115' >>$CONFIG_STATUS || ac_write_fail=1
13116rm -f conf$$subs.awk
13117cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13118_ACAWK
d0ac1c44 13119cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4f8d4a38
DD
13120 for (key in S) S_is_set[key] = 1
13121 FS = "\a"
13122
13123}
13124{
13125 line = $ 0
13126 nfields = split(line, field, "@")
13127 substed = 0
13128 len = length(field[1])
13129 for (i = 2; i < nfields; i++) {
13130 key = field[i]
13131 keylen = length(key)
13132 if (S_is_set[key]) {
13133 value = S[key]
13134 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13135 len += length(value) + length(field[++i])
13136 substed = 1
13137 } else
13138 len += 1 + keylen
13139 }
13140
13141 print line
13142}
13143
13144_ACAWK
13145_ACEOF
13146cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13147if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13148 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13149else
13150 cat
d0ac1c44
SM
13151fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13152 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4f8d4a38
DD
13153_ACEOF
13154
d0ac1c44
SM
13155# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13156# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4f8d4a38
DD
13157# trailing colons and then remove the whole line if VPATH becomes empty
13158# (actually we leave an empty line to preserve line numbers).
13159if test "x$srcdir" = x.; then
d0ac1c44
SM
13160 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13161h
13162s///
13163s/^/:/
13164s/[ ]*$/:/
13165s/:\$(srcdir):/:/g
13166s/:\${srcdir}:/:/g
13167s/:@srcdir@:/:/g
13168s/^:*//
4f8d4a38 13169s/:*$//
d0ac1c44
SM
13170x
13171s/\(=[ ]*\).*/\1/
13172G
13173s/\n//
4f8d4a38
DD
13174s/^[^=]*=[ ]*$//
13175}'
13176fi
13177
13178cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13179fi # test -n "$CONFIG_FILES"
13180
13181# Set up the scripts for CONFIG_HEADERS section.
13182# No need to generate them if there are no CONFIG_HEADERS.
13183# This happens for instance with `./config.status Makefile'.
13184if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13185cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
4f8d4a38
DD
13186BEGIN {
13187_ACEOF
13188
13189# Transform confdefs.h into an awk script `defines.awk', embedded as
13190# here-document in config.status, that substitutes the proper values into
13191# config.h.in to produce config.h.
13192
13193# Create a delimiter string that does not exist in confdefs.h, to ease
13194# handling of long lines.
13195ac_delim='%!_!# '
13196for ac_last_try in false false :; do
d0ac1c44
SM
13197 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13198 if test -z "$ac_tt"; then
4f8d4a38
DD
13199 break
13200 elif $ac_last_try; then
d0ac1c44 13201 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
4f8d4a38
DD
13202 else
13203 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13204 fi
13205done
13206
13207# For the awk script, D is an array of macro values keyed by name,
13208# likewise P contains macro parameters if any. Preserve backslash
13209# newline sequences.
13210
13211ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13212sed -n '
13213s/.\{148\}/&'"$ac_delim"'/g
13214t rset
13215:rset
13216s/^[ ]*#[ ]*define[ ][ ]*/ /
13217t def
13218d
13219:def
13220s/\\$//
13221t bsnl
13222s/["\\]/\\&/g
13223s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13224D["\1"]=" \3"/p
13225s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13226d
13227:bsnl
13228s/["\\]/\\&/g
13229s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13230D["\1"]=" \3\\\\\\n"\\/p
13231t cont
13232s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13233t cont
13234d
13235:cont
13236n
13237s/.\{148\}/&'"$ac_delim"'/g
13238t clear
13239:clear
13240s/\\$//
13241t bsnlc
13242s/["\\]/\\&/g; s/^/"/; s/$/"/p
13243d
13244:bsnlc
13245s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13246b cont
13247' <confdefs.h | sed '
13248s/'"$ac_delim"'/"\\\
13249"/g' >>$CONFIG_STATUS || ac_write_fail=1
13250
13251cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13252 for (key in D) D_is_set[key] = 1
13253 FS = "\a"
13254}
13255/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13256 line = \$ 0
13257 split(line, arg, " ")
13258 if (arg[1] == "#") {
13259 defundef = arg[2]
13260 mac1 = arg[3]
13261 } else {
13262 defundef = substr(arg[1], 2)
13263 mac1 = arg[2]
13264 }
13265 split(mac1, mac2, "(") #)
13266 macro = mac2[1]
13267 prefix = substr(line, 1, index(line, defundef) - 1)
13268 if (D_is_set[macro]) {
13269 # Preserve the white space surrounding the "#".
13270 print prefix "define", macro P[macro] D[macro]
13271 next
13272 } else {
13273 # Replace #undef with comments. This is necessary, for example,
13274 # in the case of _POSIX_SOURCE, which is predefined and required
13275 # on some systems where configure will not decide to define it.
13276 if (defundef == "undef") {
13277 print "/*", prefix defundef, macro, "*/"
13278 next
13279 }
13280 }
13281}
13282{ print }
13283_ACAWK
13284_ACEOF
13285cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13286 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
4f8d4a38
DD
13287fi # test -n "$CONFIG_HEADERS"
13288
13289
99d8e879 13290eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
4f8d4a38
DD
13291shift
13292for ac_tag
13293do
13294 case $ac_tag in
13295 :[FHLC]) ac_mode=$ac_tag; continue;;
13296 esac
13297 case $ac_mode$ac_tag in
13298 :[FHL]*:*);;
d0ac1c44 13299 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4f8d4a38
DD
13300 :[FH]-) ac_tag=-:-;;
13301 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13302 esac
13303 ac_save_IFS=$IFS
13304 IFS=:
13305 set x $ac_tag
13306 IFS=$ac_save_IFS
13307 shift
13308 ac_file=$1
13309 shift
13310
13311 case $ac_mode in
13312 :L) ac_source=$1;;
13313 :[FH])
13314 ac_file_inputs=
13315 for ac_f
13316 do
13317 case $ac_f in
d0ac1c44 13318 -) ac_f="$ac_tmp/stdin";;
4f8d4a38
DD
13319 *) # Look for the file first in the build tree, then in the source tree
13320 # (if the path is not absolute). The absolute path cannot be DOS-style,
13321 # because $ac_f cannot contain `:'.
13322 test -f "$ac_f" ||
13323 case $ac_f in
13324 [\\/$]*) false;;
13325 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13326 esac ||
d0ac1c44 13327 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4f8d4a38
DD
13328 esac
13329 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13330 as_fn_append ac_file_inputs " '$ac_f'"
13331 done
13332
13333 # Let's still pretend it is `configure' which instantiates (i.e., don't
13334 # use $as_me), people would be surprised to read:
13335 # /* config.h. Generated by config.status. */
13336 configure_input='Generated from '`
13337 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13338 `' by configure.'
13339 if test x"$ac_file" != x-; then
13340 configure_input="$ac_file. $configure_input"
13341 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13342$as_echo "$as_me: creating $ac_file" >&6;}
13343 fi
13344 # Neutralize special characters interpreted by sed in replacement strings.
13345 case $configure_input in #(
13346 *\&* | *\|* | *\\* )
13347 ac_sed_conf_input=`$as_echo "$configure_input" |
13348 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13349 *) ac_sed_conf_input=$configure_input;;
13350 esac
13351
13352 case $ac_tag in
d0ac1c44
SM
13353 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13354 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4f8d4a38
DD
13355 esac
13356 ;;
13357 esac
13358
13359 ac_dir=`$as_dirname -- "$ac_file" ||
13360$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13361 X"$ac_file" : 'X\(//\)[^/]' \| \
13362 X"$ac_file" : 'X\(//\)$' \| \
13363 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13364$as_echo X"$ac_file" |
13365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13366 s//\1/
13367 q
13368 }
13369 /^X\(\/\/\)[^/].*/{
13370 s//\1/
13371 q
13372 }
13373 /^X\(\/\/\)$/{
13374 s//\1/
13375 q
13376 }
13377 /^X\(\/\).*/{
13378 s//\1/
13379 q
13380 }
13381 s/.*/./; q'`
13382 as_dir="$ac_dir"; as_fn_mkdir_p
13383 ac_builddir=.
13384
13385case "$ac_dir" in
13386.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13387*)
13388 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13389 # A ".." for each directory in $ac_dir_suffix.
13390 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13391 case $ac_top_builddir_sub in
13392 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13393 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13394 esac ;;
13395esac
13396ac_abs_top_builddir=$ac_pwd
13397ac_abs_builddir=$ac_pwd$ac_dir_suffix
13398# for backward compatibility:
13399ac_top_builddir=$ac_top_build_prefix
13400
13401case $srcdir in
13402 .) # We are building in place.
13403 ac_srcdir=.
13404 ac_top_srcdir=$ac_top_builddir_sub
13405 ac_abs_top_srcdir=$ac_pwd ;;
13406 [\\/]* | ?:[\\/]* ) # Absolute name.
13407 ac_srcdir=$srcdir$ac_dir_suffix;
13408 ac_top_srcdir=$srcdir
13409 ac_abs_top_srcdir=$srcdir ;;
13410 *) # Relative name.
13411 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13412 ac_top_srcdir=$ac_top_build_prefix$srcdir
13413 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13414esac
13415ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13416
13417
13418 case $ac_mode in
13419 :F)
13420 #
13421 # CONFIG_FILE
13422 #
13423
13424 case $INSTALL in
13425 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13426 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13427 esac
13428_ACEOF
13429
13430cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13431# If the template does not know about datarootdir, expand it.
13432# FIXME: This hack should be removed a few years after 2.60.
13433ac_datarootdir_hack=; ac_datarootdir_seen=
13434ac_sed_dataroot='
13435/datarootdir/ {
13436 p
13437 q
13438}
13439/@datadir@/p
13440/@docdir@/p
13441/@infodir@/p
13442/@localedir@/p
13443/@mandir@/p'
13444case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13445*datarootdir*) ac_datarootdir_seen=yes;;
13446*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13448$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13449_ACEOF
13450cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13451 ac_datarootdir_hack='
13452 s&@datadir@&$datadir&g
13453 s&@docdir@&$docdir&g
13454 s&@infodir@&$infodir&g
13455 s&@localedir@&$localedir&g
13456 s&@mandir@&$mandir&g
13457 s&\\\${datarootdir}&$datarootdir&g' ;;
13458esac
13459_ACEOF
13460
13461# Neutralize VPATH when `$srcdir' = `.'.
13462# Shell code in configure.ac might set extrasub.
13463# FIXME: do we really want to maintain this feature?
13464cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13465ac_sed_extra="$ac_vpsub
13466$extrasub
13467_ACEOF
13468cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13469:t
13470/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13471s|@configure_input@|$ac_sed_conf_input|;t t
13472s&@top_builddir@&$ac_top_builddir_sub&;t t
13473s&@top_build_prefix@&$ac_top_build_prefix&;t t
13474s&@srcdir@&$ac_srcdir&;t t
13475s&@abs_srcdir@&$ac_abs_srcdir&;t t
13476s&@top_srcdir@&$ac_top_srcdir&;t t
13477s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13478s&@builddir@&$ac_builddir&;t t
13479s&@abs_builddir@&$ac_abs_builddir&;t t
13480s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13481s&@INSTALL@&$ac_INSTALL&;t t
13482$ac_datarootdir_hack
13483"
d0ac1c44
SM
13484eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13485 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4f8d4a38
DD
13486
13487test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13488 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13489 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13490 "$ac_tmp/out"`; test -z "$ac_out"; } &&
4f8d4a38 13491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13492which seems to be undefined. Please make sure it is defined" >&5
4f8d4a38 13493$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13494which seems to be undefined. Please make sure it is defined" >&2;}
4f8d4a38 13495
d0ac1c44 13496 rm -f "$ac_tmp/stdin"
4f8d4a38 13497 case $ac_file in
d0ac1c44
SM
13498 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13499 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4f8d4a38 13500 esac \
d0ac1c44 13501 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4f8d4a38
DD
13502 ;;
13503 :H)
13504 #
13505 # CONFIG_HEADER
13506 #
13507 if test x"$ac_file" != x-; then
13508 {
13509 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13510 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13511 } >"$ac_tmp/config.h" \
13512 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13513 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
4f8d4a38
DD
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13515$as_echo "$as_me: $ac_file is unchanged" >&6;}
13516 else
13517 rm -f "$ac_file"
d0ac1c44
SM
13518 mv "$ac_tmp/config.h" "$ac_file" \
13519 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4f8d4a38
DD
13520 fi
13521 else
13522 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13523 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13524 || as_fn_error $? "could not create -" "$LINENO" 5
4f8d4a38
DD
13525 fi
13526 ;;
4f8d4a38 13527
4f8d4a38
DD
13528 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13529$as_echo "$as_me: executing $ac_file commands" >&6;}
13530 ;;
13531 esac
13532
13533
13534 case $ac_file$ac_mode in
db2e4d67 13535 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13536 "libtool":C)
13537
13538 # See if we are running on zsh, and set the options which allow our
13539 # commands through without removal of \ escapes.
13540 if test -n "${ZSH_VERSION+set}" ; then
13541 setopt NO_GLOB_SUBST
13542 fi
13543
13544 cfgfile="${ofile}T"
13545 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13546 $RM "$cfgfile"
13547
13548 cat <<_LT_EOF >> "$cfgfile"
13549#! $SHELL
13550
13551# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13552# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13553# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13554# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13555#
13556# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13557# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13558# Written by Gordon Matzigkeit, 1996
13559#
13560# This file is part of GNU Libtool.
13561#
13562# GNU Libtool is free software; you can redistribute it and/or
13563# modify it under the terms of the GNU General Public License as
13564# published by the Free Software Foundation; either version 2 of
13565# the License, or (at your option) any later version.
13566#
13567# As a special exception to the GNU General Public License,
13568# if you distribute this file as part of a program or library that
13569# is built using GNU Libtool, you may include this file under the
13570# same distribution terms that you use for the rest of that program.
13571#
13572# GNU Libtool is distributed in the hope that it will be useful,
13573# but WITHOUT ANY WARRANTY; without even the implied warranty of
13574# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13575# GNU General Public License for more details.
13576#
13577# You should have received a copy of the GNU General Public License
13578# along with GNU Libtool; see the file COPYING. If not, a copy
13579# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13580# obtained by writing to the Free Software Foundation, Inc.,
13581# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13582
13583
13584# The names of the tagged configurations supported by this script.
13585available_tags=""
13586
13587# ### BEGIN LIBTOOL CONFIG
13588
13589# Which release of libtool.m4 was used?
13590macro_version=$macro_version
13591macro_revision=$macro_revision
13592
13593# Whether or not to build shared libraries.
13594build_libtool_libs=$enable_shared
13595
13596# Whether or not to build static libraries.
13597build_old_libs=$enable_static
13598
13599# What type of objects to build.
13600pic_mode=$pic_mode
13601
13602# Whether or not to optimize for fast installation.
13603fast_install=$enable_fast_install
13604
13605# Shell to use when invoking shell scripts.
13606SHELL=$lt_SHELL
13607
13608# An echo program that protects backslashes.
13609ECHO=$lt_ECHO
13610
13611# The host system.
13612host_alias=$host_alias
13613host=$host
13614host_os=$host_os
13615
13616# The build system.
13617build_alias=$build_alias
13618build=$build
13619build_os=$build_os
13620
13621# A sed program that does not truncate output.
13622SED=$lt_SED
13623
13624# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13625Xsed="\$SED -e 1s/^X//"
13626
13627# A grep program that handles long lines.
13628GREP=$lt_GREP
13629
13630# An ERE matcher.
13631EGREP=$lt_EGREP
13632
13633# A literal string matcher.
13634FGREP=$lt_FGREP
13635
13636# A BSD- or MS-compatible name lister.
13637NM=$lt_NM
13638
13639# Whether we need soft or hard links.
13640LN_S=$lt_LN_S
13641
13642# What is the maximum length of a command?
13643max_cmd_len=$max_cmd_len
13644
13645# Object file suffix (normally "o").
13646objext=$ac_objext
13647
13648# Executable file suffix (normally "").
13649exeext=$exeext
13650
13651# whether the shell understands "unset".
13652lt_unset=$lt_unset
13653
13654# turn spaces into newlines.
13655SP2NL=$lt_lt_SP2NL
13656
13657# turn newlines into spaces.
13658NL2SP=$lt_lt_NL2SP
13659
13660# An object symbol dumper.
13661OBJDUMP=$lt_OBJDUMP
13662
13663# Method to check whether dependent libraries are shared objects.
13664deplibs_check_method=$lt_deplibs_check_method
13665
13666# Command to use when deplibs_check_method == "file_magic".
13667file_magic_cmd=$lt_file_magic_cmd
13668
13669# The archiver.
13670AR=$lt_AR
13671AR_FLAGS=$lt_AR_FLAGS
13672
13673# A symbol stripping program.
13674STRIP=$lt_STRIP
13675
13676# Commands used to install an old-style archive.
13677RANLIB=$lt_RANLIB
13678old_postinstall_cmds=$lt_old_postinstall_cmds
13679old_postuninstall_cmds=$lt_old_postuninstall_cmds
13680
13681# Whether to use a lock for old archive extraction.
13682lock_old_archive_extraction=$lock_old_archive_extraction
13683
13684# A C compiler.
13685LTCC=$lt_CC
13686
13687# LTCC compiler flags.
13688LTCFLAGS=$lt_CFLAGS
13689
13690# Take the output of nm and produce a listing of raw symbols and C names.
13691global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13692
13693# Transform the output of nm in a proper C declaration.
13694global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13695
13696# Transform the output of nm in a C name address pair.
13697global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13698
13699# Transform the output of nm in a C name address pair when lib prefix is needed.
13700global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13701
13702# The name of the directory that contains temporary libtool files.
13703objdir=$objdir
13704
13705# Used to examine libraries when file_magic_cmd begins with "file".
13706MAGIC_CMD=$MAGIC_CMD
13707
13708# Must we lock files when doing compilation?
13709need_locks=$lt_need_locks
13710
13711# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13712DSYMUTIL=$lt_DSYMUTIL
13713
13714# Tool to change global to local symbols on Mac OS X.
13715NMEDIT=$lt_NMEDIT
13716
13717# Tool to manipulate fat objects and archives on Mac OS X.
13718LIPO=$lt_LIPO
13719
13720# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13721OTOOL=$lt_OTOOL
13722
13723# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13724OTOOL64=$lt_OTOOL64
13725
13726# Old archive suffix (normally "a").
13727libext=$libext
13728
13729# Shared library suffix (normally ".so").
13730shrext_cmds=$lt_shrext_cmds
13731
13732# The commands to extract the exported symbol list from a shared archive.
13733extract_expsyms_cmds=$lt_extract_expsyms_cmds
13734
13735# Variables whose values should be saved in libtool wrapper scripts and
13736# restored at link time.
13737variables_saved_for_relink=$lt_variables_saved_for_relink
13738
13739# Do we need the "lib" prefix for modules?
13740need_lib_prefix=$need_lib_prefix
13741
13742# Do we need a version for libraries?
13743need_version=$need_version
13744
13745# Library versioning type.
13746version_type=$version_type
13747
13748# Shared library runtime path variable.
13749runpath_var=$runpath_var
13750
13751# Shared library path variable.
13752shlibpath_var=$shlibpath_var
13753
13754# Is shlibpath searched before the hard-coded library search path?
13755shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13756
13757# Format of library name prefix.
13758libname_spec=$lt_libname_spec
13759
13760# List of archive names. First name is the real one, the rest are links.
13761# The last name is the one that the linker finds with -lNAME
13762library_names_spec=$lt_library_names_spec
13763
13764# The coded name of the library, if different from the real name.
13765soname_spec=$lt_soname_spec
13766
13767# Permission mode override for installation of shared libraries.
13768install_override_mode=$lt_install_override_mode
13769
13770# Command to use after installation of a shared archive.
13771postinstall_cmds=$lt_postinstall_cmds
13772
13773# Command to use after uninstallation of a shared archive.
13774postuninstall_cmds=$lt_postuninstall_cmds
13775
13776# Commands used to finish a libtool library installation in a directory.
13777finish_cmds=$lt_finish_cmds
13778
13779# As "finish_cmds", except a single script fragment to be evaled but
13780# not shown.
13781finish_eval=$lt_finish_eval
13782
13783# Whether we should hardcode library paths into libraries.
13784hardcode_into_libs=$hardcode_into_libs
13785
13786# Compile-time system search path for libraries.
13787sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13788
13789# Run-time system search path for libraries.
13790sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13791
13792# Whether dlopen is supported.
13793dlopen_support=$enable_dlopen
13794
13795# Whether dlopen of programs is supported.
13796dlopen_self=$enable_dlopen_self
13797
13798# Whether dlopen of statically linked programs is supported.
13799dlopen_self_static=$enable_dlopen_self_static
13800
13801# Commands to strip libraries.
13802old_striplib=$lt_old_striplib
13803striplib=$lt_striplib
13804
13805
13806# The linker used to build libraries.
13807LD=$lt_LD
13808
13809# How to create reloadable object files.
13810reload_flag=$lt_reload_flag
13811reload_cmds=$lt_reload_cmds
13812
13813# Commands used to build an old-style archive.
13814old_archive_cmds=$lt_old_archive_cmds
13815
13816# A language specific compiler.
13817CC=$lt_compiler
13818
13819# Is the compiler the GNU compiler?
13820with_gcc=$GCC
13821
13822# Compiler flag to turn off builtin functions.
13823no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13824
13825# How to pass a linker flag through the compiler.
13826wl=$lt_lt_prog_compiler_wl
13827
13828# Additional compiler flags for building library objects.
13829pic_flag=$lt_lt_prog_compiler_pic
13830
13831# Compiler flag to prevent dynamic linking.
13832link_static_flag=$lt_lt_prog_compiler_static
13833
13834# Does compiler simultaneously support -c and -o options?
13835compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13836
13837# Whether or not to add -lc for building shared libraries.
13838build_libtool_need_lc=$archive_cmds_need_lc
13839
13840# Whether or not to disallow shared libs when runtime libs are static.
13841allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13842
13843# Compiler flag to allow reflexive dlopens.
13844export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13845
13846# Compiler flag to generate shared objects directly from archives.
13847whole_archive_flag_spec=$lt_whole_archive_flag_spec
13848
13849# Whether the compiler copes with passing no objects directly.
13850compiler_needs_object=$lt_compiler_needs_object
13851
13852# Create an old-style archive from a shared archive.
13853old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13854
13855# Create a temporary old-style archive to link instead of a shared archive.
13856old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13857
13858# Commands used to build a shared archive.
13859archive_cmds=$lt_archive_cmds
13860archive_expsym_cmds=$lt_archive_expsym_cmds
13861
13862# Commands used to build a loadable module if different from building
13863# a shared archive.
13864module_cmds=$lt_module_cmds
13865module_expsym_cmds=$lt_module_expsym_cmds
13866
13867# Whether we are building with GNU ld or not.
13868with_gnu_ld=$lt_with_gnu_ld
13869
13870# Flag that allows shared libraries with undefined symbols to be built.
13871allow_undefined_flag=$lt_allow_undefined_flag
13872
13873# Flag that enforces no undefined symbols.
13874no_undefined_flag=$lt_no_undefined_flag
13875
13876# Flag to hardcode \$libdir into a binary during linking.
13877# This must work even if \$libdir does not exist
13878hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13879
13880# If ld is used when linking, flag to hardcode \$libdir into a binary
13881# during linking. This must work even if \$libdir does not exist.
13882hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13883
13884# Whether we need a single "-rpath" flag with a separated argument.
13885hardcode_libdir_separator=$lt_hardcode_libdir_separator
13886
13887# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13888# DIR into the resulting binary.
13889hardcode_direct=$hardcode_direct
13890
13891# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13892# DIR into the resulting binary and the resulting library dependency is
13893# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13894# library is relocated.
13895hardcode_direct_absolute=$hardcode_direct_absolute
13896
13897# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13898# into the resulting binary.
13899hardcode_minus_L=$hardcode_minus_L
13900
13901# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13902# into the resulting binary.
13903hardcode_shlibpath_var=$hardcode_shlibpath_var
13904
13905# Set to "yes" if building a shared library automatically hardcodes DIR
13906# into the library and all subsequent libraries and executables linked
13907# against it.
13908hardcode_automatic=$hardcode_automatic
13909
13910# Set to yes if linker adds runtime paths of dependent libraries
13911# to runtime path list.
13912inherit_rpath=$inherit_rpath
13913
13914# Whether libtool must link a program against all its dependency libraries.
13915link_all_deplibs=$link_all_deplibs
13916
13917# Fix the shell variable \$srcfile for the compiler.
13918fix_srcfile_path=$lt_fix_srcfile_path
13919
13920# Set to "yes" if exported symbols are required.
13921always_export_symbols=$always_export_symbols
13922
13923# The commands to list exported symbols.
13924export_symbols_cmds=$lt_export_symbols_cmds
13925
13926# Symbols that should not be listed in the preloaded symbols.
13927exclude_expsyms=$lt_exclude_expsyms
13928
13929# Symbols that must always be exported.
13930include_expsyms=$lt_include_expsyms
13931
13932# Commands necessary for linking programs (against libraries) with templates.
13933prelink_cmds=$lt_prelink_cmds
13934
13935# Specify filename containing input files.
13936file_list_spec=$lt_file_list_spec
13937
13938# How to hardcode a shared library path into an executable.
13939hardcode_action=$hardcode_action
13940
13941# ### END LIBTOOL CONFIG
13942
13943_LT_EOF
13944
13945 case $host_os in
13946 aix3*)
13947 cat <<\_LT_EOF >> "$cfgfile"
13948# AIX sometimes has problems with the GCC collect2 program. For some
13949# reason, if we set the COLLECT_NAMES environment variable, the problems
13950# vanish in a puff of smoke.
13951if test "X${COLLECT_NAMES+set}" != Xset; then
13952 COLLECT_NAMES=
13953 export COLLECT_NAMES
13954fi
13955_LT_EOF
13956 ;;
13957 esac
13958
13959
13960ltmain="$ac_aux_dir/ltmain.sh"
13961
13962
13963 # We use sed instead of cat because bash on DJGPP gets confused if
13964 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13965 # text mode, it properly converts lines to CR/LF. This bash problem
13966 # is reportedly fixed, but why not run on old versions too?
13967 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13968 || (rm -f "$cfgfile"; exit 1)
13969
13970 case $xsi_shell in
13971 yes)
13972 cat << \_LT_EOF >> "$cfgfile"
13973
13974# func_dirname file append nondir_replacement
13975# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13976# otherwise set result to NONDIR_REPLACEMENT.
13977func_dirname ()
13978{
13979 case ${1} in
13980 */*) func_dirname_result="${1%/*}${2}" ;;
13981 * ) func_dirname_result="${3}" ;;
13982 esac
13983}
13984
13985# func_basename file
13986func_basename ()
13987{
13988 func_basename_result="${1##*/}"
13989}
13990
13991# func_dirname_and_basename file append nondir_replacement
13992# perform func_basename and func_dirname in a single function
13993# call:
13994# dirname: Compute the dirname of FILE. If nonempty,
13995# add APPEND to the result, otherwise set result
13996# to NONDIR_REPLACEMENT.
13997# value returned in "$func_dirname_result"
13998# basename: Compute filename of FILE.
13999# value retuned in "$func_basename_result"
14000# Implementation must be kept synchronized with func_dirname
14001# and func_basename. For efficiency, we do not delegate to
14002# those functions but instead duplicate the functionality here.
14003func_dirname_and_basename ()
14004{
14005 case ${1} in
14006 */*) func_dirname_result="${1%/*}${2}" ;;
14007 * ) func_dirname_result="${3}" ;;
14008 esac
14009 func_basename_result="${1##*/}"
14010}
14011
14012# func_stripname prefix suffix name
14013# strip PREFIX and SUFFIX off of NAME.
14014# PREFIX and SUFFIX must not contain globbing or regex special
14015# characters, hashes, percent signs, but SUFFIX may contain a leading
14016# dot (in which case that matches only a dot).
14017func_stripname ()
14018{
14019 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14020 # positional parameters, so assign one to ordinary parameter first.
14021 func_stripname_result=${3}
14022 func_stripname_result=${func_stripname_result#"${1}"}
14023 func_stripname_result=${func_stripname_result%"${2}"}
14024}
14025
14026# func_opt_split
14027func_opt_split ()
14028{
14029 func_opt_split_opt=${1%%=*}
14030 func_opt_split_arg=${1#*=}
14031}
14032
14033# func_lo2o object
14034func_lo2o ()
14035{
14036 case ${1} in
14037 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14038 *) func_lo2o_result=${1} ;;
14039 esac
14040}
14041
14042# func_xform libobj-or-source
14043func_xform ()
14044{
14045 func_xform_result=${1%.*}.lo
14046}
14047
14048# func_arith arithmetic-term...
14049func_arith ()
14050{
14051 func_arith_result=$(( $* ))
14052}
14053
14054# func_len string
14055# STRING may not start with a hyphen.
14056func_len ()
14057{
14058 func_len_result=${#1}
14059}
14060
14061_LT_EOF
14062 ;;
14063 *) # Bourne compatible functions.
14064 cat << \_LT_EOF >> "$cfgfile"
14065
14066# func_dirname file append nondir_replacement
14067# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14068# otherwise set result to NONDIR_REPLACEMENT.
14069func_dirname ()
14070{
14071 # Extract subdirectory from the argument.
14072 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14073 if test "X$func_dirname_result" = "X${1}"; then
14074 func_dirname_result="${3}"
14075 else
14076 func_dirname_result="$func_dirname_result${2}"
14077 fi
14078}
14079
14080# func_basename file
14081func_basename ()
14082{
14083 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14084}
14085
14086
14087# func_stripname prefix suffix name
14088# strip PREFIX and SUFFIX off of NAME.
14089# PREFIX and SUFFIX must not contain globbing or regex special
14090# characters, hashes, percent signs, but SUFFIX may contain a leading
14091# dot (in which case that matches only a dot).
14092# func_strip_suffix prefix name
14093func_stripname ()
14094{
14095 case ${2} in
14096 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14097 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14098 esac
14099}
14100
14101# sed scripts:
14102my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14103my_sed_long_arg='1s/^-[^=]*=//'
14104
14105# func_opt_split
14106func_opt_split ()
14107{
14108 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14109 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14110}
14111
14112# func_lo2o object
14113func_lo2o ()
14114{
14115 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14116}
14117
14118# func_xform libobj-or-source
14119func_xform ()
14120{
14121 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14122}
14123
14124# func_arith arithmetic-term...
14125func_arith ()
14126{
14127 func_arith_result=`expr "$@"`
14128}
14129
14130# func_len string
14131# STRING may not start with a hyphen.
14132func_len ()
14133{
14134 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14135}
14136
14137_LT_EOF
14138esac
14139
14140case $lt_shell_append in
14141 yes)
14142 cat << \_LT_EOF >> "$cfgfile"
14143
14144# func_append var value
14145# Append VALUE to the end of shell variable VAR.
14146func_append ()
14147{
14148 eval "$1+=\$2"
14149}
14150_LT_EOF
14151 ;;
14152 *)
14153 cat << \_LT_EOF >> "$cfgfile"
14154
14155# func_append var value
14156# Append VALUE to the end of shell variable VAR.
14157func_append ()
14158{
14159 eval "$1=\$$1\$2"
14160}
14161
14162_LT_EOF
14163 ;;
14164 esac
14165
14166
14167 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14168 || (rm -f "$cfgfile"; exit 1)
14169
14170 mv -f "$cfgfile" "$ofile" ||
14171 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14172 chmod +x "$ofile"
14173
14174 ;;
4f8d4a38
DD
14175 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
14176 rm -f Makesim1.tmp Makesim2.tmp Makefile
14177 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14178 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14179 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14180 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14181 <Makefile.sim >Makefile
14182 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14183 ;;
14184 "stamp-h":C) echo > stamp-h ;;
14185
14186 esac
14187done # for ac_tag
14188
14189
14190as_fn_exit 0
14191_ACEOF
14192ac_clean_files=$ac_clean_files_save
14193
14194test $ac_write_fail = 0 ||
d0ac1c44 14195 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4f8d4a38
DD
14196
14197
14198# configure is writing to config.log, and then calls config.status.
14199# config.status does its own redirection, appending to config.log.
14200# Unfortunately, on DOS this fails, as config.log is still kept open
14201# by configure, so config.status won't be able to write to it; its
14202# output is simply discarded. So we exec the FD to /dev/null,
14203# effectively closing config.log, so it can be properly (re)opened and
14204# appended to by config.status. When coming back to configure, we
14205# need to make the FD available again.
14206if test "$no_create" != yes; then
14207 ac_cs_success=:
14208 ac_config_status_args=
14209 test "$silent" = yes &&
14210 ac_config_status_args="$ac_config_status_args --quiet"
14211 exec 5>/dev/null
14212 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14213 exec 5>>config.log
14214 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14215 # would make configure fail if this is the last instruction.
d0ac1c44 14216 $ac_cs_success || as_fn_exit 1
4f8d4a38
DD
14217fi
14218if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14220$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14221fi
14222
14223