]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rx/configure
sim: delete unused SIM_EXTRA_LIBDEPS
[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
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_hw
636sim_hw_objs
637sim_hw_cflags
638sim_default_model
639sim_scache
640sim_float
641sim_endian
642sim_bitsize
643sim_alignment
4f8d4a38
DD
644cgen_breaks
645REPORT_BUGS_TEXI
646REPORT_BUGS_TO
647PKGVERSION
4f8d4a38 648MAINT
31e6ad7d
MF
649MAINTAINER_MODE_FALSE
650MAINTAINER_MODE_TRUE
6bb11ab3
L
651lt_cv_dlopen_libs
652OTOOL64
653OTOOL
654LIPO
655NMEDIT
656DSYMUTIL
657AWK
658STRIP
659OBJDUMP
660LN_S
661NM
662ac_ct_DUMPBIN
663DUMPBIN
664LD
665FGREP
666SED
667LIBTOOL
668PLUGINS_FALSE
669PLUGINS_TRUE
aadc9410
MF
670zlibinc
671zlibdir
4f8d4a38
DD
672CATOBJEXT
673GENCAT
674INSTOBJEXT
675DATADIRNAME
676CATALOGS
677POSUB
678GMSGFMT
679XGETTEXT
680INCINTL
681LIBINTL_DEP
682LIBINTL
683USE_NLS
db2e4d67
MF
684GMAKE_FALSE
685GMAKE_TRUE
686MAKE
687CCDEPMODE
688DEPDIR
689am__leading_dot
5f3ef9d0 690PACKAGE
46f900c0 691C_DIALECT
4f8d4a38
DD
692RANLIB
693AR
4f8d4a38
DD
694CC_FOR_BUILD
695INSTALL_DATA
696INSTALL_SCRIPT
697INSTALL_PROGRAM
2232061b
MF
698EGREP
699GREP
700CPP
4f8d4a38
DD
701target_os
702target_vendor
703target_cpu
704target
705host_os
706host_vendor
707host_cpu
708host
709build_os
710build_vendor
711build_cpu
712build
6ffe910a
MF
713OBJEXT
714EXEEXT
715ac_ct_CC
716CPPFLAGS
717LDFLAGS
718CFLAGS
719CC
4f8d4a38
DD
720target_alias
721host_alias
722build_alias
723LIBS
724ECHO_T
725ECHO_N
726ECHO_C
727DEFS
728mandir
729localedir
730libdir
731psdir
732pdfdir
733dvidir
734htmldir
735infodir
736docdir
737oldincludedir
738includedir
739localstatedir
740sharedstatedir
741sysconfdir
742datadir
743datarootdir
744libexecdir
745sbindir
746bindir
747program_transform_name
748prefix
749exec_prefix
750PACKAGE_URL
751PACKAGE_BUGREPORT
752PACKAGE_STRING
753PACKAGE_VERSION
754PACKAGE_TARNAME
755PACKAGE_NAME
756PATH_SEPARATOR
136da8cd
MF
757SHELL
758WERROR_CFLAGS
759WARN_CFLAGS
760b3e8b 760sim_inline'
4f8d4a38
DD
761ac_subst_files=''
762ac_user_opts='
763enable_option_checking
aadc9410 764with_system_zlib
6bb11ab3
L
765enable_plugins
766enable_shared
767enable_static
768with_pic
769enable_fast_install
770with_gnu_ld
771enable_libtool_lock
4f8d4a38 772enable_maintainer_mode
4f8d4a38
DD
773enable_sim_debug
774enable_sim_stdio
775enable_sim_trace
776enable_sim_profile
35656e95 777enable_sim_assert
16f7876d 778enable_sim_environment
347fe5bb 779enable_sim_inline
4f8d4a38
DD
780with_pkgversion
781with_bugurl
136da8cd
MF
782enable_cycle_accurate
783enable_cycle_stats
5c1008a4
MF
784enable_werror
785enable_build_warnings
786enable_sim_build_warnings
4f8d4a38
DD
787'
788 ac_precious_vars='build_alias
789host_alias
790target_alias
791CC
792CFLAGS
793LDFLAGS
794LIBS
795CPPFLAGS
796CPP'
797
798
799# Initialize some variables set by options.
800ac_init_help=
801ac_init_version=false
802ac_unrecognized_opts=
803ac_unrecognized_sep=
804# The variables have the same names as the options, with
805# dashes changed to underlines.
806cache_file=/dev/null
807exec_prefix=NONE
808no_create=
809no_recursion=
810prefix=NONE
811program_prefix=NONE
812program_suffix=NONE
813program_transform_name=s,x,x,
814silent=
815site=
816srcdir=
817verbose=
818x_includes=NONE
819x_libraries=NONE
820
821# Installation directory options.
822# These are left unexpanded so users can "make install exec_prefix=/foo"
823# and all the variables that are supposed to be based on exec_prefix
824# by default will actually change.
825# Use braces instead of parens because sh, perl, etc. also accept them.
826# (The list follows the same order as the GNU Coding Standards.)
827bindir='${exec_prefix}/bin'
828sbindir='${exec_prefix}/sbin'
829libexecdir='${exec_prefix}/libexec'
830datarootdir='${prefix}/share'
831datadir='${datarootdir}'
832sysconfdir='${prefix}/etc'
833sharedstatedir='${prefix}/com'
834localstatedir='${prefix}/var'
835includedir='${prefix}/include'
836oldincludedir='/usr/include'
837docdir='${datarootdir}/doc/${PACKAGE}'
838infodir='${datarootdir}/info'
839htmldir='${docdir}'
840dvidir='${docdir}'
841pdfdir='${docdir}'
842psdir='${docdir}'
843libdir='${exec_prefix}/lib'
844localedir='${datarootdir}/locale'
845mandir='${datarootdir}/man'
846
847ac_prev=
848ac_dashdash=
849for ac_option
850do
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
853 eval $ac_prev=\$ac_option
854 ac_prev=
855 continue
856 fi
857
858 case $ac_option in
d0ac1c44
SM
859 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
860 *=) ac_optarg= ;;
861 *) ac_optarg=yes ;;
4f8d4a38
DD
862 esac
863
864 # Accept the important Cygnus configure options, so we can diagnose typos.
865
866 case $ac_dashdash$ac_option in
867 --)
868 ac_dashdash=yes ;;
869
870 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 ac_prev=bindir ;;
872 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
873 bindir=$ac_optarg ;;
874
875 -build | --build | --buil | --bui | --bu)
876 ac_prev=build_alias ;;
877 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
878 build_alias=$ac_optarg ;;
879
880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882 ac_prev=cache_file ;;
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
885 cache_file=$ac_optarg ;;
886
887 --config-cache | -C)
888 cache_file=config.cache ;;
889
890 -datadir | --datadir | --datadi | --datad)
891 ac_prev=datadir ;;
892 -datadir=* | --datadir=* | --datadi=* | --datad=*)
893 datadir=$ac_optarg ;;
894
895 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896 | --dataroo | --dataro | --datar)
897 ac_prev=datarootdir ;;
898 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900 datarootdir=$ac_optarg ;;
901
902 -disable-* | --disable-*)
903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
904 # Reject names that are not valid shell variable names.
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 906 as_fn_error $? "invalid feature name: $ac_useropt"
4f8d4a38
DD
907 ac_useropt_orig=$ac_useropt
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
910 *"
911"enable_$ac_useropt"
912"*) ;;
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep=', ';;
915 esac
916 eval enable_$ac_useropt=no ;;
917
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
922
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
927
928 -enable-* | --enable-*)
929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 932 as_fn_error $? "invalid feature name: $ac_useropt"
4f8d4a38
DD
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
936 *"
937"enable_$ac_useropt"
938"*) ;;
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
941 esac
942 eval enable_$ac_useropt=\$ac_optarg ;;
943
944 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946 | --exec | --exe | --ex)
947 ac_prev=exec_prefix ;;
948 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950 | --exec=* | --exe=* | --ex=*)
951 exec_prefix=$ac_optarg ;;
952
953 -gas | --gas | --ga | --g)
954 # Obsolete; use --with-gas.
955 with_gas=yes ;;
956
957 -help | --help | --hel | --he | -h)
958 ac_init_help=long ;;
959 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960 ac_init_help=recursive ;;
961 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962 ac_init_help=short ;;
963
964 -host | --host | --hos | --ho)
965 ac_prev=host_alias ;;
966 -host=* | --host=* | --hos=* | --ho=*)
967 host_alias=$ac_optarg ;;
968
969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 ac_prev=htmldir ;;
971 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 | --ht=*)
973 htmldir=$ac_optarg ;;
974
975 -includedir | --includedir | --includedi | --included | --include \
976 | --includ | --inclu | --incl | --inc)
977 ac_prev=includedir ;;
978 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979 | --includ=* | --inclu=* | --incl=* | --inc=*)
980 includedir=$ac_optarg ;;
981
982 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 ac_prev=infodir ;;
984 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
985 infodir=$ac_optarg ;;
986
987 -libdir | --libdir | --libdi | --libd)
988 ac_prev=libdir ;;
989 -libdir=* | --libdir=* | --libdi=* | --libd=*)
990 libdir=$ac_optarg ;;
991
992 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993 | --libexe | --libex | --libe)
994 ac_prev=libexecdir ;;
995 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996 | --libexe=* | --libex=* | --libe=*)
997 libexecdir=$ac_optarg ;;
998
999 -localedir | --localedir | --localedi | --localed | --locale)
1000 ac_prev=localedir ;;
1001 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002 localedir=$ac_optarg ;;
1003
1004 -localstatedir | --localstatedir | --localstatedi | --localstated \
1005 | --localstate | --localstat | --localsta | --localst | --locals)
1006 ac_prev=localstatedir ;;
1007 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1008 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1009 localstatedir=$ac_optarg ;;
1010
1011 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 ac_prev=mandir ;;
1013 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1014 mandir=$ac_optarg ;;
1015
1016 -nfp | --nfp | --nf)
1017 # Obsolete; use --without-fp.
1018 with_fp=no ;;
1019
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1021 | --no-cr | --no-c | -n)
1022 no_create=yes ;;
1023
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1026 no_recursion=yes ;;
1027
1028 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030 | --oldin | --oldi | --old | --ol | --o)
1031 ac_prev=oldincludedir ;;
1032 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1035 oldincludedir=$ac_optarg ;;
1036
1037 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 ac_prev=prefix ;;
1039 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1040 prefix=$ac_optarg ;;
1041
1042 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043 | --program-pre | --program-pr | --program-p)
1044 ac_prev=program_prefix ;;
1045 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1047 program_prefix=$ac_optarg ;;
1048
1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050 | --program-suf | --program-su | --program-s)
1051 ac_prev=program_suffix ;;
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1054 program_suffix=$ac_optarg ;;
1055
1056 -program-transform-name | --program-transform-name \
1057 | --program-transform-nam | --program-transform-na \
1058 | --program-transform-n | --program-transform- \
1059 | --program-transform | --program-transfor \
1060 | --program-transfo | --program-transf \
1061 | --program-trans | --program-tran \
1062 | --progr-tra | --program-tr | --program-t)
1063 ac_prev=program_transform_name ;;
1064 -program-transform-name=* | --program-transform-name=* \
1065 | --program-transform-nam=* | --program-transform-na=* \
1066 | --program-transform-n=* | --program-transform-=* \
1067 | --program-transform=* | --program-transfor=* \
1068 | --program-transfo=* | --program-transf=* \
1069 | --program-trans=* | --program-tran=* \
1070 | --progr-tra=* | --program-tr=* | --program-t=*)
1071 program_transform_name=$ac_optarg ;;
1072
1073 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 ac_prev=pdfdir ;;
1075 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076 pdfdir=$ac_optarg ;;
1077
1078 -psdir | --psdir | --psdi | --psd | --ps)
1079 ac_prev=psdir ;;
1080 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1081 psdir=$ac_optarg ;;
1082
1083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084 | -silent | --silent | --silen | --sile | --sil)
1085 silent=yes ;;
1086
1087 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 ac_prev=sbindir ;;
1089 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 | --sbi=* | --sb=*)
1091 sbindir=$ac_optarg ;;
1092
1093 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095 | --sharedst | --shareds | --shared | --share | --shar \
1096 | --sha | --sh)
1097 ac_prev=sharedstatedir ;;
1098 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 | --sha=* | --sh=*)
1102 sharedstatedir=$ac_optarg ;;
1103
1104 -site | --site | --sit)
1105 ac_prev=site ;;
1106 -site=* | --site=* | --sit=*)
1107 site=$ac_optarg ;;
1108
1109 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 ac_prev=srcdir ;;
1111 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1112 srcdir=$ac_optarg ;;
1113
1114 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115 | --syscon | --sysco | --sysc | --sys | --sy)
1116 ac_prev=sysconfdir ;;
1117 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1119 sysconfdir=$ac_optarg ;;
1120
1121 -target | --target | --targe | --targ | --tar | --ta | --t)
1122 ac_prev=target_alias ;;
1123 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1124 target_alias=$ac_optarg ;;
1125
1126 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1127 verbose=yes ;;
1128
1129 -version | --version | --versio | --versi | --vers | -V)
1130 ac_init_version=: ;;
1131
1132 -with-* | --with-*)
1133 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1136 as_fn_error $? "invalid package name: $ac_useropt"
4f8d4a38
DD
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=\$ac_optarg ;;
1147
1148 -without-* | --without-*)
1149 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1150 # Reject names that are not valid shell variable names.
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1152 as_fn_error $? "invalid package name: $ac_useropt"
4f8d4a38
DD
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157"with_$ac_useropt"
1158"*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1161 esac
1162 eval with_$ac_useropt=no ;;
1163
1164 --x)
1165 # Obsolete; use --with-x.
1166 with_x=yes ;;
1167
1168 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169 | --x-incl | --x-inc | --x-in | --x-i)
1170 ac_prev=x_includes ;;
1171 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1173 x_includes=$ac_optarg ;;
1174
1175 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177 ac_prev=x_libraries ;;
1178 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1180 x_libraries=$ac_optarg ;;
1181
d0ac1c44
SM
1182 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1183Try \`$0 --help' for more information"
4f8d4a38
DD
1184 ;;
1185
1186 *=*)
1187 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
1189 case $ac_envvar in #(
1190 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1191 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
4f8d4a38
DD
1192 esac
1193 eval $ac_envvar=\$ac_optarg
1194 export $ac_envvar ;;
1195
1196 *)
1197 # FIXME: should be removed in autoconf 3.0.
1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1201 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
4f8d4a38
DD
1202 ;;
1203
1204 esac
1205done
1206
1207if test -n "$ac_prev"; then
1208 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1209 as_fn_error $? "missing argument to $ac_option"
4f8d4a38
DD
1210fi
1211
1212if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1214 no) ;;
d0ac1c44 1215 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
4f8d4a38
DD
1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1217 esac
1218fi
1219
1220# Check all directory arguments for consistency.
1221for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
1225do
1226 eval ac_val=\$$ac_var
1227 # Remove trailing slashes.
1228 case $ac_val in
1229 */ )
1230 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\$ac_val;;
1232 esac
1233 # Be sure to have absolute directory names.
1234 case $ac_val in
1235 [\\/$]* | ?:[\\/]* ) continue;;
1236 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237 esac
d0ac1c44 1238 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
4f8d4a38
DD
1239done
1240
1241# There might be people who depend on the old broken behavior: `$host'
1242# used to hold the argument of --host etc.
1243# FIXME: To remove some day.
1244build=$build_alias
1245host=$host_alias
1246target=$target_alias
1247
1248# FIXME: To remove some day.
1249if test "x$host_alias" != x; then
1250 if test "x$build_alias" = x; then
1251 cross_compiling=maybe
4f8d4a38
DD
1252 elif test "x$build_alias" != "x$host_alias"; then
1253 cross_compiling=yes
1254 fi
1255fi
1256
1257ac_tool_prefix=
1258test -n "$host_alias" && ac_tool_prefix=$host_alias-
1259
1260test "$silent" = yes && exec 6>/dev/null
1261
1262
1263ac_pwd=`pwd` && test -n "$ac_pwd" &&
1264ac_ls_di=`ls -di .` &&
1265ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1266 as_fn_error $? "working directory cannot be determined"
4f8d4a38 1267test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1268 as_fn_error $? "pwd does not report name of working directory"
4f8d4a38
DD
1269
1270
1271# Find the source files, if location was not specified.
1272if test -z "$srcdir"; then
1273 ac_srcdir_defaulted=yes
1274 # Try the directory containing this script, then the parent directory.
1275 ac_confdir=`$as_dirname -- "$as_myself" ||
1276$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1277 X"$as_myself" : 'X\(//\)[^/]' \| \
1278 X"$as_myself" : 'X\(//\)$' \| \
1279 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1280$as_echo X"$as_myself" |
1281 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\/\)[^/].*/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\/\)$/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\).*/{
1294 s//\1/
1295 q
1296 }
1297 s/.*/./; q'`
1298 srcdir=$ac_confdir
1299 if test ! -r "$srcdir/$ac_unique_file"; then
1300 srcdir=..
1301 fi
1302else
1303 ac_srcdir_defaulted=no
1304fi
1305if test ! -r "$srcdir/$ac_unique_file"; then
1306 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1307 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
4f8d4a38
DD
1308fi
1309ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1310ac_abs_confdir=`(
d0ac1c44 1311 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
4f8d4a38
DD
1312 pwd)`
1313# When building in place, set srcdir=.
1314if test "$ac_abs_confdir" = "$ac_pwd"; then
1315 srcdir=.
1316fi
1317# Remove unnecessary trailing slashes from srcdir.
1318# Double slashes in file names in object file debugging info
1319# mess up M-x gdb in Emacs.
1320case $srcdir in
1321*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1322esac
1323for ac_var in $ac_precious_vars; do
1324 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_env_${ac_var}_value=\$${ac_var}
1326 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1328done
1329
1330#
1331# Report the --help message.
1332#
1333if test "$ac_init_help" = "long"; then
1334 # Omit some internal or obsolete options to make the list less imposing.
1335 # This message is too long to be a string in the A/UX 3.1 sh.
1336 cat <<_ACEOF
1337\`configure' configures this package to adapt to many kinds of systems.
1338
1339Usage: $0 [OPTION]... [VAR=VALUE]...
1340
1341To assign environment variables (e.g., CC, CFLAGS...), specify them as
1342VAR=VALUE. See below for descriptions of some of the useful variables.
1343
1344Defaults for the options are specified in brackets.
1345
1346Configuration:
1347 -h, --help display this help and exit
1348 --help=short display options specific to this package
1349 --help=recursive display the short help of all the included packages
1350 -V, --version display version information and exit
d0ac1c44 1351 -q, --quiet, --silent do not print \`checking ...' messages
4f8d4a38
DD
1352 --cache-file=FILE cache test results in FILE [disabled]
1353 -C, --config-cache alias for \`--cache-file=config.cache'
1354 -n, --no-create do not create output files
1355 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1356
1357Installation directories:
1358 --prefix=PREFIX install architecture-independent files in PREFIX
1359 [$ac_default_prefix]
1360 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1361 [PREFIX]
1362
1363By default, \`make install' will install all the files in
1364\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1365an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1366for instance \`--prefix=\$HOME'.
1367
1368For better control, use the options below.
1369
1370Fine tuning of the installation directories:
1371 --bindir=DIR user executables [EPREFIX/bin]
1372 --sbindir=DIR system admin executables [EPREFIX/sbin]
1373 --libexecdir=DIR program executables [EPREFIX/libexec]
1374 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1375 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1376 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1377 --libdir=DIR object code libraries [EPREFIX/lib]
1378 --includedir=DIR C header files [PREFIX/include]
1379 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1380 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1381 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1382 --infodir=DIR info documentation [DATAROOTDIR/info]
1383 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1384 --mandir=DIR man documentation [DATAROOTDIR/man]
1385 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1386 --htmldir=DIR html documentation [DOCDIR]
1387 --dvidir=DIR dvi documentation [DOCDIR]
1388 --pdfdir=DIR pdf documentation [DOCDIR]
1389 --psdir=DIR ps documentation [DOCDIR]
1390_ACEOF
1391
1392 cat <<\_ACEOF
1393
1394Program names:
1395 --program-prefix=PREFIX prepend PREFIX to installed program names
1396 --program-suffix=SUFFIX append SUFFIX to installed program names
1397 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1398
1399System types:
1400 --build=BUILD configure for building on BUILD [guessed]
1401 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1402 --target=TARGET configure for building compilers for TARGET [HOST]
1403_ACEOF
1404fi
1405
1406if test -n "$ac_init_help"; then
1407
1408 cat <<\_ACEOF
1409
1410Optional Features:
1411 --disable-option-checking ignore unrecognized --enable/--with options
1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1414 --enable-plugins Enable support for plugins
6bb11ab3
L
1415 --enable-shared[=PKGS] build shared libraries [default=yes]
1416 --enable-static[=PKGS] build static libraries [default=yes]
1417 --enable-fast-install[=PKGS]
1418 optimize for fast installation [default=yes]
1419 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1420 --enable-maintainer-mode
1421 enable make rules and dependencies not useful (and
1422 sometimes confusing) to the casual installer
8d0978fb
MF
1423 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1424 itself)
1425 --enable-sim-stdio Specify whether to use stdio for console
1426 input/output
1427 --enable-sim-trace=opts Enable tracing of simulated programs
1428 --enable-sim-profile=opts
1429 Enable profiling flags
35656e95 1430 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1431 --enable-sim-environment=environment
1432 Specify mixed, user, virtual or operating
1433 environment
347fe5bb
MF
1434 --enable-sim-inline=inlines
1435 Specify which functions should be inlined
136da8cd
MF
1436 --disable-cycle-accurate
1437 Disable cycle accurate simulation (faster runtime)
1438 --disable-cycle-stats Disable cycle statistics (faster runtime)
5c1008a4
MF
1439 --enable-werror treat compile warnings as errors
1440 --enable-build-warnings enable build-time compiler warnings if gcc is used
1441 --enable-sim-build-warnings
1442 enable SIM specific build-time compiler warnings if
1443 gcc is used
4f8d4a38
DD
1444
1445Optional Packages:
1446 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1447 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1448 --with-system-zlib use installed libz
6bb11ab3
L
1449 --with-pic try to use only PIC/non-PIC objects [default=use
1450 both]
1451 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1452 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
4f8d4a38
DD
1453 --with-bugurl=URL Direct users to URL to report a bug
1454
1455Some influential environment variables:
1456 CC C compiler command
1457 CFLAGS C compiler flags
1458 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1459 nonstandard directory <lib dir>
1460 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1461 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
4f8d4a38
DD
1462 you have headers in a nonstandard directory <include dir>
1463 CPP C preprocessor
1464
1465Use these variables to override the choices made by `configure' or to help
1466it to find libraries and programs with nonstandard names/locations.
1467
1468Report bugs to the package provider.
1469_ACEOF
1470ac_status=$?
1471fi
1472
1473if test "$ac_init_help" = "recursive"; then
1474 # If there are subdirs, report their specific --help.
1475 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1476 test -d "$ac_dir" ||
1477 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1478 continue
1479 ac_builddir=.
1480
1481case "$ac_dir" in
1482.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483*)
1484 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1485 # A ".." for each directory in $ac_dir_suffix.
1486 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1487 case $ac_top_builddir_sub in
1488 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1490 esac ;;
1491esac
1492ac_abs_top_builddir=$ac_pwd
1493ac_abs_builddir=$ac_pwd$ac_dir_suffix
1494# for backward compatibility:
1495ac_top_builddir=$ac_top_build_prefix
1496
1497case $srcdir in
1498 .) # We are building in place.
1499 ac_srcdir=.
1500 ac_top_srcdir=$ac_top_builddir_sub
1501 ac_abs_top_srcdir=$ac_pwd ;;
1502 [\\/]* | ?:[\\/]* ) # Absolute name.
1503 ac_srcdir=$srcdir$ac_dir_suffix;
1504 ac_top_srcdir=$srcdir
1505 ac_abs_top_srcdir=$srcdir ;;
1506 *) # Relative name.
1507 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1508 ac_top_srcdir=$ac_top_build_prefix$srcdir
1509 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1510esac
1511ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1512
1513 cd "$ac_dir" || { ac_status=$?; continue; }
1514 # Check for guested configure.
1515 if test -f "$ac_srcdir/configure.gnu"; then
1516 echo &&
1517 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1518 elif test -f "$ac_srcdir/configure"; then
1519 echo &&
1520 $SHELL "$ac_srcdir/configure" --help=recursive
1521 else
1522 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1523 fi || ac_status=$?
1524 cd "$ac_pwd" || { ac_status=$?; break; }
1525 done
1526fi
1527
1528test -n "$ac_init_help" && exit $ac_status
1529if $ac_init_version; then
1530 cat <<\_ACEOF
1531configure
d0ac1c44 1532generated by GNU Autoconf 2.69
4f8d4a38 1533
d0ac1c44 1534Copyright (C) 2012 Free Software Foundation, Inc.
4f8d4a38
DD
1535This configure script is free software; the Free Software Foundation
1536gives unlimited permission to copy, distribute and modify it.
1537_ACEOF
1538 exit
1539fi
1540
1541## ------------------------ ##
1542## Autoconf initialization. ##
1543## ------------------------ ##
1544
1545# ac_fn_c_try_compile LINENO
1546# --------------------------
1547# Try to compile conftest.$ac_ext, and return whether this succeeded.
1548ac_fn_c_try_compile ()
1549{
1550 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1551 rm -f conftest.$ac_objext
1552 if { { ac_try="$ac_compile"
1553case "(($ac_try" in
1554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1555 *) ac_try_echo=$ac_try;;
1556esac
1557eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1558$as_echo "$ac_try_echo"; } >&5
1559 (eval "$ac_compile") 2>conftest.err
1560 ac_status=$?
1561 if test -s conftest.err; then
1562 grep -v '^ *+' conftest.err >conftest.er1
1563 cat conftest.er1 >&5
1564 mv -f conftest.er1 conftest.err
1565 fi
1566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1567 test $ac_status = 0; } && {
1568 test -z "$ac_c_werror_flag" ||
1569 test ! -s conftest.err
1570 } && test -s conftest.$ac_objext; then :
1571 ac_retval=0
1572else
1573 $as_echo "$as_me: failed program was:" >&5
1574sed 's/^/| /' conftest.$ac_ext >&5
1575
1576 ac_retval=1
1577fi
d0ac1c44
SM
1578 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1579 as_fn_set_status $ac_retval
4f8d4a38
DD
1580
1581} # ac_fn_c_try_compile
1582
1583# ac_fn_c_try_cpp LINENO
1584# ----------------------
1585# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1586ac_fn_c_try_cpp ()
1587{
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 if { { ac_try="$ac_cpp conftest.$ac_ext"
1590case "(($ac_try" in
1591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592 *) ac_try_echo=$ac_try;;
1593esac
1594eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595$as_echo "$ac_try_echo"; } >&5
1596 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1597 ac_status=$?
1598 if test -s conftest.err; then
1599 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err
1602 fi
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1604 test $ac_status = 0; } > conftest.i && {
4f8d4a38
DD
1605 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1606 test ! -s conftest.err
1607 }; then :
1608 ac_retval=0
1609else
1610 $as_echo "$as_me: failed program was:" >&5
1611sed 's/^/| /' conftest.$ac_ext >&5
1612
1613 ac_retval=1
1614fi
d0ac1c44
SM
1615 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1616 as_fn_set_status $ac_retval
4f8d4a38
DD
1617
1618} # ac_fn_c_try_cpp
1619
1620# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1621# -------------------------------------------------------
1622# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1623# the include files in INCLUDES and setting the cache variable VAR
1624# accordingly.
1625ac_fn_c_check_header_mongrel ()
1626{
1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1628 if eval \${$3+:} false; then :
4f8d4a38
DD
1629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1630$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1631if eval \${$3+:} false; then :
4f8d4a38
DD
1632 $as_echo_n "(cached) " >&6
1633fi
1634eval ac_res=\$$3
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1636$as_echo "$ac_res" >&6; }
1637else
1638 # Is the header compilable?
1639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1640$as_echo_n "checking $2 usability... " >&6; }
1641cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1642/* end confdefs.h. */
1643$4
1644#include <$2>
1645_ACEOF
1646if ac_fn_c_try_compile "$LINENO"; then :
1647 ac_header_compiler=yes
1648else
1649 ac_header_compiler=no
1650fi
1651rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1653$as_echo "$ac_header_compiler" >&6; }
1654
1655# Is the header present?
1656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1657$as_echo_n "checking $2 presence... " >&6; }
1658cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1659/* end confdefs.h. */
1660#include <$2>
1661_ACEOF
1662if ac_fn_c_try_cpp "$LINENO"; then :
1663 ac_header_preproc=yes
1664else
1665 ac_header_preproc=no
1666fi
d0ac1c44 1667rm -f conftest.err conftest.i conftest.$ac_ext
4f8d4a38
DD
1668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1669$as_echo "$ac_header_preproc" >&6; }
1670
1671# So? What about this header?
1672case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1673 yes:no: )
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1675$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1677$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1678 ;;
1679 no:yes:* )
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1681$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1683$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1685$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1687$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1689$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1690 ;;
1691esac
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1693$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1694if eval \${$3+:} false; then :
4f8d4a38
DD
1695 $as_echo_n "(cached) " >&6
1696else
1697 eval "$3=\$ac_header_compiler"
1698fi
1699eval ac_res=\$$3
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1701$as_echo "$ac_res" >&6; }
1702fi
d0ac1c44 1703 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4f8d4a38
DD
1704
1705} # ac_fn_c_check_header_mongrel
1706
1707# ac_fn_c_try_run LINENO
1708# ----------------------
1709# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1710# that executables *can* be run.
1711ac_fn_c_try_run ()
1712{
1713 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1714 if { { ac_try="$ac_link"
1715case "(($ac_try" in
1716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1718esac
1719eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720$as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_link") 2>&5
1722 ac_status=$?
1723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1724 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1725 { { case "(($ac_try" in
1726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1727 *) ac_try_echo=$ac_try;;
1728esac
1729eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1730$as_echo "$ac_try_echo"; } >&5
1731 (eval "$ac_try") 2>&5
1732 ac_status=$?
1733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1734 test $ac_status = 0; }; }; then :
1735 ac_retval=0
1736else
1737 $as_echo "$as_me: program exited with status $ac_status" >&5
1738 $as_echo "$as_me: failed program was:" >&5
1739sed 's/^/| /' conftest.$ac_ext >&5
1740
1741 ac_retval=$ac_status
1742fi
1743 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1744 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1745 as_fn_set_status $ac_retval
4f8d4a38
DD
1746
1747} # ac_fn_c_try_run
1748
1749# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1750# -------------------------------------------------------
1751# Tests whether HEADER exists and can be compiled using the include files in
1752# INCLUDES, setting the cache variable VAR accordingly.
1753ac_fn_c_check_header_compile ()
1754{
1755 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1757$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1758if eval \${$3+:} false; then :
4f8d4a38
DD
1759 $as_echo_n "(cached) " >&6
1760else
1761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1762/* end confdefs.h. */
1763$4
1764#include <$2>
1765_ACEOF
1766if ac_fn_c_try_compile "$LINENO"; then :
1767 eval "$3=yes"
1768else
1769 eval "$3=no"
1770fi
1771rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1772fi
1773eval ac_res=\$$3
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1775$as_echo "$ac_res" >&6; }
d0ac1c44 1776 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4f8d4a38
DD
1777
1778} # ac_fn_c_check_header_compile
1779
1780# ac_fn_c_try_link LINENO
1781# -----------------------
1782# Try to link conftest.$ac_ext, and return whether this succeeded.
1783ac_fn_c_try_link ()
1784{
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1786 rm -f conftest.$ac_objext conftest$ac_exeext
1787 if { { ac_try="$ac_link"
1788case "(($ac_try" in
1789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1790 *) ac_try_echo=$ac_try;;
1791esac
1792eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1793$as_echo "$ac_try_echo"; } >&5
1794 (eval "$ac_link") 2>conftest.err
1795 ac_status=$?
1796 if test -s conftest.err; then
1797 grep -v '^ *+' conftest.err >conftest.er1
1798 cat conftest.er1 >&5
1799 mv -f conftest.er1 conftest.err
1800 fi
1801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1802 test $ac_status = 0; } && {
1803 test -z "$ac_c_werror_flag" ||
1804 test ! -s conftest.err
1805 } && test -s conftest$ac_exeext && {
1806 test "$cross_compiling" = yes ||
d0ac1c44 1807 test -x conftest$ac_exeext
4f8d4a38
DD
1808 }; then :
1809 ac_retval=0
1810else
1811 $as_echo "$as_me: failed program was:" >&5
1812sed 's/^/| /' conftest.$ac_ext >&5
1813
1814 ac_retval=1
1815fi
1816 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1817 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1818 # interfere with the next link command; also delete a directory that is
1819 # left behind by Apple's compiler. We do this before executing the actions.
1820 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1821 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1822 as_fn_set_status $ac_retval
4f8d4a38
DD
1823
1824} # ac_fn_c_try_link
1825
1826# ac_fn_c_check_func LINENO FUNC VAR
1827# ----------------------------------
1828# Tests whether FUNC exists, setting the cache variable VAR accordingly
1829ac_fn_c_check_func ()
1830{
1831 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1834if eval \${$3+:} false; then :
4f8d4a38
DD
1835 $as_echo_n "(cached) " >&6
1836else
1837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1838/* end confdefs.h. */
1839/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1841#define $2 innocuous_$2
1842
1843/* System header to define __stub macros and hopefully few prototypes,
1844 which can conflict with char $2 (); below.
1845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1846 <limits.h> exists even on freestanding compilers. */
1847
1848#ifdef __STDC__
1849# include <limits.h>
1850#else
1851# include <assert.h>
1852#endif
1853
1854#undef $2
1855
1856/* Override any GCC internal prototype to avoid an error.
1857 Use char because int might match the return type of a GCC
1858 builtin and then its argument prototype would still apply. */
1859#ifdef __cplusplus
1860extern "C"
1861#endif
1862char $2 ();
1863/* The GNU C library defines this for functions which it implements
1864 to always fail with ENOSYS. Some functions are actually named
1865 something starting with __ and the normal name is an alias. */
1866#if defined __stub_$2 || defined __stub___$2
1867choke me
1868#endif
1869
1870int
1871main ()
1872{
1873return $2 ();
1874 ;
1875 return 0;
1876}
1877_ACEOF
1878if ac_fn_c_try_link "$LINENO"; then :
1879 eval "$3=yes"
1880else
1881 eval "$3=no"
1882fi
1883rm -f core conftest.err conftest.$ac_objext \
1884 conftest$ac_exeext conftest.$ac_ext
1885fi
1886eval ac_res=\$$3
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1888$as_echo "$ac_res" >&6; }
d0ac1c44 1889 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4f8d4a38
DD
1890
1891} # ac_fn_c_check_func
936df756
MF
1892
1893# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1894# ----------------------------------------------------
1895# Tries to find if the field MEMBER exists in type AGGR, after including
1896# INCLUDES, setting cache variable VAR accordingly.
1897ac_fn_c_check_member ()
1898{
1899 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1901$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1902if eval \${$4+:} false; then :
936df756
MF
1903 $as_echo_n "(cached) " >&6
1904else
1905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1906/* end confdefs.h. */
1907$5
1908int
1909main ()
1910{
1911static $2 ac_aggr;
1912if (ac_aggr.$3)
1913return 0;
1914 ;
1915 return 0;
1916}
1917_ACEOF
1918if ac_fn_c_try_compile "$LINENO"; then :
1919 eval "$4=yes"
1920else
1921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1922/* end confdefs.h. */
1923$5
1924int
1925main ()
1926{
1927static $2 ac_aggr;
1928if (sizeof ac_aggr.$3)
1929return 0;
1930 ;
1931 return 0;
1932}
1933_ACEOF
1934if ac_fn_c_try_compile "$LINENO"; then :
1935 eval "$4=yes"
1936else
1937 eval "$4=no"
1938fi
1939rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1940fi
1941rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1942fi
1943eval ac_res=\$$4
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1945$as_echo "$ac_res" >&6; }
d0ac1c44 1946 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1947
1948} # ac_fn_c_check_member
1949
1950# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1951# -------------------------------------------
1952# Tests whether TYPE exists after having included INCLUDES, setting cache
1953# variable VAR accordingly.
1954ac_fn_c_check_type ()
1955{
1956 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1958$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1959if eval \${$3+:} false; then :
936df756
MF
1960 $as_echo_n "(cached) " >&6
1961else
1962 eval "$3=no"
1963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1964/* end confdefs.h. */
1965$4
1966int
1967main ()
1968{
1969if (sizeof ($2))
1970 return 0;
1971 ;
1972 return 0;
1973}
1974_ACEOF
1975if ac_fn_c_try_compile "$LINENO"; then :
1976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1977/* end confdefs.h. */
1978$4
1979int
1980main ()
1981{
1982if (sizeof (($2)))
1983 return 0;
1984 ;
1985 return 0;
1986}
1987_ACEOF
1988if ac_fn_c_try_compile "$LINENO"; then :
1989
1990else
1991 eval "$3=yes"
1992fi
1993rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1994fi
1995rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1996fi
1997eval ac_res=\$$3
1998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1999$as_echo "$ac_res" >&6; }
d0ac1c44 2000 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2001
2002} # ac_fn_c_check_type
4f8d4a38
DD
2003cat >config.log <<_ACEOF
2004This file contains any messages produced by compilers while
2005running configure, to aid debugging if configure makes a mistake.
2006
2007It was created by $as_me, which was
d0ac1c44 2008generated by GNU Autoconf 2.69. Invocation command line was
4f8d4a38
DD
2009
2010 $ $0 $@
2011
2012_ACEOF
2013exec 5>>config.log
2014{
2015cat <<_ASUNAME
2016## --------- ##
2017## Platform. ##
2018## --------- ##
2019
2020hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2021uname -m = `(uname -m) 2>/dev/null || echo unknown`
2022uname -r = `(uname -r) 2>/dev/null || echo unknown`
2023uname -s = `(uname -s) 2>/dev/null || echo unknown`
2024uname -v = `(uname -v) 2>/dev/null || echo unknown`
2025
2026/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2027/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2028
2029/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2030/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2031/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2032/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2033/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2034/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2035/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2036
2037_ASUNAME
2038
2039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2040for as_dir in $PATH
2041do
2042 IFS=$as_save_IFS
2043 test -z "$as_dir" && as_dir=.
2044 $as_echo "PATH: $as_dir"
2045 done
2046IFS=$as_save_IFS
2047
2048} >&5
2049
2050cat >&5 <<_ACEOF
2051
2052
2053## ----------- ##
2054## Core tests. ##
2055## ----------- ##
2056
2057_ACEOF
2058
2059
2060# Keep a trace of the command line.
2061# Strip out --no-create and --no-recursion so they do not pile up.
2062# Strip out --silent because we don't want to record it for future runs.
2063# Also quote any args containing shell meta-characters.
2064# Make two passes to allow for proper duplicate-argument suppression.
2065ac_configure_args=
2066ac_configure_args0=
2067ac_configure_args1=
2068ac_must_keep_next=false
2069for ac_pass in 1 2
2070do
2071 for ac_arg
2072 do
2073 case $ac_arg in
2074 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2076 | -silent | --silent | --silen | --sile | --sil)
2077 continue ;;
2078 *\'*)
2079 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2080 esac
2081 case $ac_pass in
2082 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2083 2)
2084 as_fn_append ac_configure_args1 " '$ac_arg'"
2085 if test $ac_must_keep_next = true; then
2086 ac_must_keep_next=false # Got value, back to normal.
2087 else
2088 case $ac_arg in
2089 *=* | --config-cache | -C | -disable-* | --disable-* \
2090 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2091 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2092 | -with-* | --with-* | -without-* | --without-* | --x)
2093 case "$ac_configure_args0 " in
2094 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2095 esac
2096 ;;
2097 -* ) ac_must_keep_next=true ;;
2098 esac
2099 fi
2100 as_fn_append ac_configure_args " '$ac_arg'"
2101 ;;
2102 esac
2103 done
2104done
2105{ ac_configure_args0=; unset ac_configure_args0;}
2106{ ac_configure_args1=; unset ac_configure_args1;}
2107
2108# When interrupted or exit'd, cleanup temporary files, and complete
2109# config.log. We remove comments because anyway the quotes in there
2110# would cause problems or look ugly.
2111# WARNING: Use '\'' to represent an apostrophe within the trap.
2112# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2113trap 'exit_status=$?
2114 # Save into config.log some information that might help in debugging.
2115 {
2116 echo
2117
d0ac1c44 2118 $as_echo "## ---------------- ##
4f8d4a38 2119## Cache variables. ##
d0ac1c44 2120## ---------------- ##"
4f8d4a38
DD
2121 echo
2122 # The following way of writing the cache mishandles newlines in values,
2123(
2124 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2125 eval ac_val=\$$ac_var
2126 case $ac_val in #(
2127 *${as_nl}*)
2128 case $ac_var in #(
2129 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2130$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2131 esac
2132 case $ac_var in #(
2133 _ | IFS | as_nl) ;; #(
2134 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2135 *) { eval $ac_var=; unset $ac_var;} ;;
2136 esac ;;
2137 esac
2138 done
2139 (set) 2>&1 |
2140 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2141 *${as_nl}ac_space=\ *)
2142 sed -n \
2143 "s/'\''/'\''\\\\'\'''\''/g;
2144 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2145 ;; #(
2146 *)
2147 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2148 ;;
2149 esac |
2150 sort
2151)
2152 echo
2153
d0ac1c44 2154 $as_echo "## ----------------- ##
4f8d4a38 2155## Output variables. ##
d0ac1c44 2156## ----------------- ##"
4f8d4a38
DD
2157 echo
2158 for ac_var in $ac_subst_vars
2159 do
2160 eval ac_val=\$$ac_var
2161 case $ac_val in
2162 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2163 esac
2164 $as_echo "$ac_var='\''$ac_val'\''"
2165 done | sort
2166 echo
2167
2168 if test -n "$ac_subst_files"; then
d0ac1c44 2169 $as_echo "## ------------------- ##
4f8d4a38 2170## File substitutions. ##
d0ac1c44 2171## ------------------- ##"
4f8d4a38
DD
2172 echo
2173 for ac_var in $ac_subst_files
2174 do
2175 eval ac_val=\$$ac_var
2176 case $ac_val in
2177 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2178 esac
2179 $as_echo "$ac_var='\''$ac_val'\''"
2180 done | sort
2181 echo
2182 fi
2183
2184 if test -s confdefs.h; then
136da8cd
MF
2185 $as_echo "## ----------- ##
2186## confdefs.h. ##
2187## ----------- ##"
2188 echo
2189 cat confdefs.h
2190 echo
2191 fi
2192 test "$ac_signal" != 0 &&
2193 $as_echo "$as_me: caught signal $ac_signal"
2194 $as_echo "$as_me: exit $exit_status"
2195 } >&5
2196 rm -f core *.core core.conftest.* &&
2197 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2198 exit $exit_status
2199' 0
2200for ac_signal in 1 2 13 15; do
2201 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2202done
2203ac_signal=0
6bb11ab3 2204
136da8cd
MF
2205# confdefs.h avoids OS command line length limits that DEFS can exceed.
2206rm -f -r conftest* confdefs.h
6bb11ab3 2207
136da8cd 2208$as_echo "/* confdefs.h */" > confdefs.h
6bb11ab3 2209
136da8cd 2210# Predefined preprocessor variables.
6bb11ab3 2211
136da8cd
MF
2212cat >>confdefs.h <<_ACEOF
2213#define PACKAGE_NAME "$PACKAGE_NAME"
2214_ACEOF
6bb11ab3 2215
136da8cd
MF
2216cat >>confdefs.h <<_ACEOF
2217#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2218_ACEOF
6bb11ab3 2219
136da8cd
MF
2220cat >>confdefs.h <<_ACEOF
2221#define PACKAGE_VERSION "$PACKAGE_VERSION"
2222_ACEOF
6bb11ab3 2223
136da8cd
MF
2224cat >>confdefs.h <<_ACEOF
2225#define PACKAGE_STRING "$PACKAGE_STRING"
2226_ACEOF
6bb11ab3 2227
136da8cd
MF
2228cat >>confdefs.h <<_ACEOF
2229#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2230_ACEOF
6bb11ab3 2231
136da8cd
MF
2232cat >>confdefs.h <<_ACEOF
2233#define PACKAGE_URL "$PACKAGE_URL"
2234_ACEOF
6bb11ab3
L
2235
2236
136da8cd
MF
2237# Let the site file select an alternate cache file if it wants to.
2238# Prefer an explicitly selected file to automatically selected ones.
2239ac_site_file1=NONE
2240ac_site_file2=NONE
2241if test -n "$CONFIG_SITE"; then
2242 # We do not want a PATH search for config.site.
2243 case $CONFIG_SITE in #((
2244 -*) ac_site_file1=./$CONFIG_SITE;;
2245 */*) ac_site_file1=$CONFIG_SITE;;
2246 *) ac_site_file1=./$CONFIG_SITE;;
2247 esac
2248elif test "x$prefix" != xNONE; then
2249 ac_site_file1=$prefix/share/config.site
2250 ac_site_file2=$prefix/etc/config.site
2251else
2252 ac_site_file1=$ac_default_prefix/share/config.site
2253 ac_site_file2=$ac_default_prefix/etc/config.site
2254fi
2255for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2256do
2257 test "x$ac_site_file" = xNONE && continue
2258 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2260$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2261 sed 's/^/| /' "$ac_site_file" >&5
2262 . "$ac_site_file" \
2263 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2264$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2265as_fn_error $? "failed to load site script $ac_site_file
2266See \`config.log' for more details" "$LINENO" 5; }
2267 fi
2268done
6bb11ab3 2269
136da8cd
MF
2270if test -r "$cache_file"; then
2271 # Some versions of bash will fail to source /dev/null (special files
2272 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2273 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2275$as_echo "$as_me: loading cache $cache_file" >&6;}
2276 case $cache_file in
2277 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2278 *) . "./$cache_file";;
2279 esac
2280 fi
2281else
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2283$as_echo "$as_me: creating cache $cache_file" >&6;}
2284 >$cache_file
2285fi
6bb11ab3 2286
136da8cd
MF
2287# Check that the precious variables saved in the cache have kept the same
2288# value.
2289ac_cache_corrupted=false
2290for ac_var in $ac_precious_vars; do
2291 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2292 eval ac_new_set=\$ac_env_${ac_var}_set
2293 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2294 eval ac_new_val=\$ac_env_${ac_var}_value
2295 case $ac_old_set,$ac_new_set in
2296 set,)
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2298$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2299 ac_cache_corrupted=: ;;
2300 ,set)
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2302$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2303 ac_cache_corrupted=: ;;
2304 ,);;
2305 *)
2306 if test "x$ac_old_val" != "x$ac_new_val"; then
2307 # differences in whitespace do not lead to failure.
2308 ac_old_val_w=`echo x $ac_old_val`
2309 ac_new_val_w=`echo x $ac_new_val`
2310 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2312$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2313 ac_cache_corrupted=:
2314 else
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2316$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2317 eval $ac_var=\$ac_old_val
2318 fi
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2320$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2321 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2322$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2323 fi;;
2324 esac
2325 # Pass precious variables to config.status.
2326 if test "$ac_new_set" = set; then
2327 case $ac_new_val in
2328 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2329 *) ac_arg=$ac_var=$ac_new_val ;;
2330 esac
2331 case " $ac_configure_args " in
2332 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2333 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2334 esac
2335 fi
2336done
2337if $ac_cache_corrupted; then
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2339$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2341$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2342 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2343fi
2344## -------------------- ##
2345## Main body of script. ##
2346## -------------------- ##
6bb11ab3 2347
136da8cd
MF
2348ac_ext=c
2349ac_cpp='$CPP $CPPFLAGS'
2350ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2351ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2352ac_compiler_gnu=$ac_cv_c_compiler_gnu
6bb11ab3
L
2353
2354
2355
2356
2357
2358
2359
2360ac_ext=c
2361ac_cpp='$CPP $CPPFLAGS'
2362ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2363ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2364ac_compiler_gnu=$ac_cv_c_compiler_gnu
2365if test -n "$ac_tool_prefix"; then
2366 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2367set dummy ${ac_tool_prefix}gcc; ac_word=$2
2368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2369$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2370if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2371 $as_echo_n "(cached) " >&6
2372else
2373 if test -n "$CC"; then
2374 ac_cv_prog_CC="$CC" # Let the user override the test.
2375else
2376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2377for as_dir in $PATH
2378do
2379 IFS=$as_save_IFS
2380 test -z "$as_dir" && as_dir=.
2381 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2382 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2383 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2385 break 2
2386 fi
2387done
2388 done
2389IFS=$as_save_IFS
2390
2391fi
2392fi
2393CC=$ac_cv_prog_CC
2394if test -n "$CC"; then
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2396$as_echo "$CC" >&6; }
2397else
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2399$as_echo "no" >&6; }
2400fi
2401
2402
2403fi
2404if test -z "$ac_cv_prog_CC"; then
2405 ac_ct_CC=$CC
2406 # Extract the first word of "gcc", so it can be a program name with args.
2407set dummy gcc; ac_word=$2
2408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2409$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2410if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2411 $as_echo_n "(cached) " >&6
2412else
2413 if test -n "$ac_ct_CC"; then
2414 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2415else
2416as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2417for as_dir in $PATH
2418do
2419 IFS=$as_save_IFS
2420 test -z "$as_dir" && as_dir=.
2421 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2422 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2423 ac_cv_prog_ac_ct_CC="gcc"
2424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2425 break 2
2426 fi
2427done
2428 done
2429IFS=$as_save_IFS
2430
2431fi
2432fi
2433ac_ct_CC=$ac_cv_prog_ac_ct_CC
2434if test -n "$ac_ct_CC"; then
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2436$as_echo "$ac_ct_CC" >&6; }
2437else
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2439$as_echo "no" >&6; }
2440fi
2441
2442 if test "x$ac_ct_CC" = x; then
2443 CC=""
2444 else
2445 case $cross_compiling:$ac_tool_warned in
2446yes:)
2447{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2448$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2449ac_tool_warned=yes ;;
2450esac
2451 CC=$ac_ct_CC
2452 fi
2453else
2454 CC="$ac_cv_prog_CC"
2455fi
2456
2457if test -z "$CC"; then
2458 if test -n "$ac_tool_prefix"; then
2459 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2460set dummy ${ac_tool_prefix}cc; ac_word=$2
2461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2462$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2463if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2464 $as_echo_n "(cached) " >&6
2465else
2466 if test -n "$CC"; then
2467 ac_cv_prog_CC="$CC" # Let the user override the test.
2468else
2469as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2470for as_dir in $PATH
2471do
2472 IFS=$as_save_IFS
2473 test -z "$as_dir" && as_dir=.
2474 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2475 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2476 ac_cv_prog_CC="${ac_tool_prefix}cc"
2477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2478 break 2
2479 fi
2480done
2481 done
2482IFS=$as_save_IFS
2483
2484fi
2485fi
2486CC=$ac_cv_prog_CC
2487if test -n "$CC"; then
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2489$as_echo "$CC" >&6; }
2490else
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2492$as_echo "no" >&6; }
2493fi
2494
2495
2496 fi
2497fi
2498if test -z "$CC"; then
2499 # Extract the first word of "cc", so it can be a program name with args.
2500set dummy cc; ac_word=$2
2501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2502$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2503if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2504 $as_echo_n "(cached) " >&6
2505else
2506 if test -n "$CC"; then
2507 ac_cv_prog_CC="$CC" # Let the user override the test.
2508else
2509 ac_prog_rejected=no
2510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511for as_dir in $PATH
2512do
2513 IFS=$as_save_IFS
2514 test -z "$as_dir" && as_dir=.
2515 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2516 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2517 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2518 ac_prog_rejected=yes
2519 continue
2520 fi
2521 ac_cv_prog_CC="cc"
2522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2523 break 2
2524 fi
2525done
2526 done
2527IFS=$as_save_IFS
2528
2529if test $ac_prog_rejected = yes; then
2530 # We found a bogon in the path, so make sure we never use it.
2531 set dummy $ac_cv_prog_CC
2532 shift
2533 if test $# != 0; then
2534 # We chose a different compiler from the bogus one.
2535 # However, it has the same basename, so the bogon will be chosen
2536 # first if we set CC to just the basename; use the full file name.
2537 shift
2538 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2539 fi
2540fi
2541fi
2542fi
2543CC=$ac_cv_prog_CC
2544if test -n "$CC"; then
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2546$as_echo "$CC" >&6; }
2547else
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2549$as_echo "no" >&6; }
2550fi
2551
2552
2553fi
2554if test -z "$CC"; then
2555 if test -n "$ac_tool_prefix"; then
2556 for ac_prog in cl.exe
2557 do
2558 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2559set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2561$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2562if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2563 $as_echo_n "(cached) " >&6
2564else
2565 if test -n "$CC"; then
2566 ac_cv_prog_CC="$CC" # Let the user override the test.
2567else
2568as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2569for as_dir in $PATH
2570do
2571 IFS=$as_save_IFS
2572 test -z "$as_dir" && as_dir=.
2573 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2575 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2577 break 2
2578 fi
2579done
2580 done
2581IFS=$as_save_IFS
2582
2583fi
2584fi
2585CC=$ac_cv_prog_CC
2586if test -n "$CC"; then
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2588$as_echo "$CC" >&6; }
2589else
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2591$as_echo "no" >&6; }
2592fi
2593
2594
2595 test -n "$CC" && break
2596 done
2597fi
2598if test -z "$CC"; then
2599 ac_ct_CC=$CC
2600 for ac_prog in cl.exe
2601do
2602 # Extract the first word of "$ac_prog", so it can be a program name with args.
2603set dummy $ac_prog; ac_word=$2
2604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2605$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2606if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2607 $as_echo_n "(cached) " >&6
2608else
2609 if test -n "$ac_ct_CC"; then
2610 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2611else
2612as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2613for as_dir in $PATH
2614do
2615 IFS=$as_save_IFS
2616 test -z "$as_dir" && as_dir=.
2617 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2618 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2619 ac_cv_prog_ac_ct_CC="$ac_prog"
2620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2621 break 2
2622 fi
2623done
2624 done
2625IFS=$as_save_IFS
2626
2627fi
2628fi
2629ac_ct_CC=$ac_cv_prog_ac_ct_CC
2630if test -n "$ac_ct_CC"; then
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2632$as_echo "$ac_ct_CC" >&6; }
2633else
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2635$as_echo "no" >&6; }
2636fi
2637
2638
2639 test -n "$ac_ct_CC" && break
2640done
2641
2642 if test "x$ac_ct_CC" = x; then
2643 CC=""
2644 else
2645 case $cross_compiling:$ac_tool_warned in
2646yes:)
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2648$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2649ac_tool_warned=yes ;;
2650esac
2651 CC=$ac_ct_CC
2652 fi
2653fi
2654
2655fi
2656
2657
2658test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2659$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2660as_fn_error $? "no acceptable C compiler found in \$PATH
2661See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2662
2663# Provide some information about the compiler.
2664$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2665set X $ac_compile
2666ac_compiler=$2
2667for ac_option in --version -v -V -qversion; do
2668 { { ac_try="$ac_compiler $ac_option >&5"
2669case "(($ac_try" in
2670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2671 *) ac_try_echo=$ac_try;;
2672esac
2673eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2674$as_echo "$ac_try_echo"; } >&5
2675 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2676 ac_status=$?
2677 if test -s conftest.err; then
2678 sed '10a\
2679... rest of stderr output deleted ...
2680 10q' conftest.err >conftest.er1
2681 cat conftest.er1 >&5
6bb11ab3 2682 fi
d0ac1c44 2683 rm -f conftest.er1 conftest.err
6bb11ab3
L
2684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2685 test $ac_status = 0; }
2686done
2687
2688cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2689/* end confdefs.h. */
2690
2691int
2692main ()
2693{
2694
2695 ;
2696 return 0;
2697}
2698_ACEOF
2699ac_clean_files_save=$ac_clean_files
d0ac1c44 2700ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2701# Try to create an executable without -o first, disregard a.out.
2702# It will help us diagnose broken compilers, and finding out an intuition
2703# of exeext.
d0ac1c44
SM
2704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2705$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2706ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2707
2708# The possible output files:
2709ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2710
2711ac_rmfiles=
2712for ac_file in $ac_files
2713do
2714 case $ac_file in
2715 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2716 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2717 esac
2718done
2719rm -f $ac_rmfiles
2720
2721if { { ac_try="$ac_link_default"
2722case "(($ac_try" in
2723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2724 *) ac_try_echo=$ac_try;;
2725esac
2726eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2727$as_echo "$ac_try_echo"; } >&5
2728 (eval "$ac_link_default") 2>&5
2729 ac_status=$?
2730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2731 test $ac_status = 0; }; then :
2732 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2733# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2734# in a Makefile. We should not override ac_cv_exeext if it was cached,
2735# so that the user can short-circuit this test for compilers unknown to
2736# Autoconf.
2737for ac_file in $ac_files ''
2738do
2739 test -f "$ac_file" || continue
2740 case $ac_file in
2741 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2742 ;;
2743 [ab].out )
2744 # We found the default executable, but exeext='' is most
2745 # certainly right.
2746 break;;
2747 *.* )
2748 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2749 then :; else
2750 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2751 fi
2752 # We set ac_cv_exeext here because the later test for it is not
2753 # safe: cross compilers may not add the suffix if given an `-o'
2754 # argument, so we may need to know it at that point already.
2755 # Even if this section looks crufty: it has the advantage of
2756 # actually working.
2757 break;;
2758 * )
2759 break;;
2760 esac
2761done
2762test "$ac_cv_exeext" = no && ac_cv_exeext=
2763
2764else
2765 ac_file=''
2766fi
6bb11ab3 2767if test -z "$ac_file"; then :
d0ac1c44
SM
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2769$as_echo "no" >&6; }
2770$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2771sed 's/^/| /' conftest.$ac_ext >&5
2772
2773{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2774$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2775as_fn_error 77 "C compiler cannot create executables
2776See \`config.log' for more details" "$LINENO" 5; }
2777else
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2779$as_echo "yes" >&6; }
6bb11ab3 2780fi
d0ac1c44
SM
2781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2782$as_echo_n "checking for C compiler default output file name... " >&6; }
2783{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2784$as_echo "$ac_file" >&6; }
6bb11ab3
L
2785ac_exeext=$ac_cv_exeext
2786
d0ac1c44 2787rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2788ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2790$as_echo_n "checking for suffix of executables... " >&6; }
2791if { { ac_try="$ac_link"
2792case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795esac
2796eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2797$as_echo "$ac_try_echo"; } >&5
2798 (eval "$ac_link") 2>&5
2799 ac_status=$?
2800 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2801 test $ac_status = 0; }; then :
2802 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2803# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2804# work properly (i.e., refer to `conftest.exe'), while it won't with
2805# `rm'.
2806for ac_file in conftest.exe conftest conftest.*; do
2807 test -f "$ac_file" || continue
2808 case $ac_file in
2809 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2810 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2811 break;;
2812 * ) break;;
2813 esac
2814done
2815else
2816 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2817$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2818as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2819See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2820fi
d0ac1c44 2821rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2823$as_echo "$ac_cv_exeext" >&6; }
2824
2825rm -f conftest.$ac_ext
2826EXEEXT=$ac_cv_exeext
2827ac_exeext=$EXEEXT
d0ac1c44
SM
2828cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2829/* end confdefs.h. */
2830#include <stdio.h>
2831int
2832main ()
2833{
2834FILE *f = fopen ("conftest.out", "w");
2835 return ferror (f) || fclose (f) != 0;
2836
2837 ;
2838 return 0;
2839}
2840_ACEOF
2841ac_clean_files="$ac_clean_files conftest.out"
2842# Check that the compiler produces executables we can run. If not, either
2843# the compiler is broken, or we cross compile.
2844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2845$as_echo_n "checking whether we are cross compiling... " >&6; }
2846if test "$cross_compiling" != yes; then
2847 { { ac_try="$ac_link"
2848case "(($ac_try" in
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2851esac
2852eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2853$as_echo "$ac_try_echo"; } >&5
2854 (eval "$ac_link") 2>&5
2855 ac_status=$?
2856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2857 test $ac_status = 0; }
2858 if { ac_try='./conftest$ac_cv_exeext'
2859 { { case "(($ac_try" in
2860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2861 *) ac_try_echo=$ac_try;;
2862esac
2863eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2864$as_echo "$ac_try_echo"; } >&5
2865 (eval "$ac_try") 2>&5
2866 ac_status=$?
2867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2868 test $ac_status = 0; }; }; then
2869 cross_compiling=no
2870 else
2871 if test "$cross_compiling" = maybe; then
2872 cross_compiling=yes
2873 else
2874 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2875$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2876as_fn_error $? "cannot run C compiled programs.
2877If you meant to cross compile, use \`--host'.
2878See \`config.log' for more details" "$LINENO" 5; }
2879 fi
2880 fi
2881fi
2882{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2883$as_echo "$cross_compiling" >&6; }
2884
2885rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2886ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2888$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2889if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2890 $as_echo_n "(cached) " >&6
2891else
2892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2893/* end confdefs.h. */
2894
2895int
2896main ()
2897{
2898
2899 ;
2900 return 0;
2901}
2902_ACEOF
2903rm -f conftest.o conftest.obj
2904if { { ac_try="$ac_compile"
2905case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908esac
2909eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2910$as_echo "$ac_try_echo"; } >&5
2911 (eval "$ac_compile") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2914 test $ac_status = 0; }; then :
2915 for ac_file in conftest.o conftest.obj conftest.*; do
2916 test -f "$ac_file" || continue;
2917 case $ac_file in
2918 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2919 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2920 break;;
2921 esac
2922done
2923else
2924 $as_echo "$as_me: failed program was:" >&5
2925sed 's/^/| /' conftest.$ac_ext >&5
2926
2927{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2928$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2929as_fn_error $? "cannot compute suffix of object files: cannot compile
2930See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2931fi
2932rm -f conftest.$ac_cv_objext conftest.$ac_ext
2933fi
2934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2935$as_echo "$ac_cv_objext" >&6; }
2936OBJEXT=$ac_cv_objext
2937ac_objext=$OBJEXT
2938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2939$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2940if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2941 $as_echo_n "(cached) " >&6
2942else
2943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2944/* end confdefs.h. */
2945
2946int
2947main ()
2948{
2949#ifndef __GNUC__
2950 choke me
2951#endif
2952
2953 ;
2954 return 0;
2955}
2956_ACEOF
2957if ac_fn_c_try_compile "$LINENO"; then :
2958 ac_compiler_gnu=yes
2959else
2960 ac_compiler_gnu=no
2961fi
2962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2963ac_cv_c_compiler_gnu=$ac_compiler_gnu
2964
2965fi
2966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2967$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2968if test $ac_compiler_gnu = yes; then
2969 GCC=yes
2970else
2971 GCC=
2972fi
2973ac_test_CFLAGS=${CFLAGS+set}
2974ac_save_CFLAGS=$CFLAGS
2975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2976$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2977if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2978 $as_echo_n "(cached) " >&6
2979else
2980 ac_save_c_werror_flag=$ac_c_werror_flag
2981 ac_c_werror_flag=yes
2982 ac_cv_prog_cc_g=no
2983 CFLAGS="-g"
2984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2985/* end confdefs.h. */
2986
2987int
2988main ()
2989{
2990
2991 ;
2992 return 0;
2993}
2994_ACEOF
2995if ac_fn_c_try_compile "$LINENO"; then :
2996 ac_cv_prog_cc_g=yes
2997else
2998 CFLAGS=""
2999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3000/* end confdefs.h. */
3001
3002int
3003main ()
3004{
3005
3006 ;
3007 return 0;
3008}
3009_ACEOF
3010if ac_fn_c_try_compile "$LINENO"; then :
3011
3012else
3013 ac_c_werror_flag=$ac_save_c_werror_flag
3014 CFLAGS="-g"
3015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3016/* end confdefs.h. */
3017
3018int
3019main ()
3020{
3021
3022 ;
3023 return 0;
3024}
3025_ACEOF
3026if ac_fn_c_try_compile "$LINENO"; then :
3027 ac_cv_prog_cc_g=yes
3028fi
3029rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3030fi
3031rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3032fi
3033rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3034 ac_c_werror_flag=$ac_save_c_werror_flag
3035fi
3036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3037$as_echo "$ac_cv_prog_cc_g" >&6; }
3038if test "$ac_test_CFLAGS" = set; then
3039 CFLAGS=$ac_save_CFLAGS
3040elif test $ac_cv_prog_cc_g = yes; then
3041 if test "$GCC" = yes; then
3042 CFLAGS="-g -O2"
3043 else
3044 CFLAGS="-g"
3045 fi
3046else
3047 if test "$GCC" = yes; then
3048 CFLAGS="-O2"
3049 else
3050 CFLAGS=
3051 fi
3052fi
3053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3054$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3055if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3056 $as_echo_n "(cached) " >&6
3057else
3058 ac_cv_prog_cc_c89=no
3059ac_save_CC=$CC
3060cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3061/* end confdefs.h. */
3062#include <stdarg.h>
3063#include <stdio.h>
d0ac1c44 3064struct stat;
6bb11ab3
L
3065/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3066struct buf { int x; };
3067FILE * (*rcsopen) (struct buf *, struct stat *, int);
3068static char *e (p, i)
3069 char **p;
3070 int i;
3071{
3072 return p[i];
3073}
3074static char *f (char * (*g) (char **, int), char **p, ...)
3075{
3076 char *s;
3077 va_list v;
3078 va_start (v,p);
3079 s = g (p, va_arg (v,int));
3080 va_end (v);
3081 return s;
3082}
3083
3084/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3085 function prototypes and stuff, but not '\xHH' hex character constants.
3086 These don't provoke an error unfortunately, instead are silently treated
3087 as 'x'. The following induces an error, until -std is added to get
3088 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3089 array size at least. It's necessary to write '\x00'==0 to get something
3090 that's true only with -std. */
3091int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3092
3093/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3094 inside strings and character constants. */
3095#define FOO(x) 'x'
3096int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3097
3098int test (int i, double x);
3099struct s1 {int (*f) (int a);};
3100struct s2 {int (*f) (double a);};
3101int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3102int argc;
3103char **argv;
3104int
3105main ()
3106{
3107return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3108 ;
3109 return 0;
3110}
3111_ACEOF
3112for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3113 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3114do
3115 CC="$ac_save_CC $ac_arg"
3116 if ac_fn_c_try_compile "$LINENO"; then :
3117 ac_cv_prog_cc_c89=$ac_arg
3118fi
3119rm -f core conftest.err conftest.$ac_objext
3120 test "x$ac_cv_prog_cc_c89" != "xno" && break
3121done
3122rm -f conftest.$ac_ext
3123CC=$ac_save_CC
3124
3125fi
3126# AC_CACHE_VAL
3127case "x$ac_cv_prog_cc_c89" in
3128 x)
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3130$as_echo "none needed" >&6; } ;;
3131 xno)
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3133$as_echo "unsupported" >&6; } ;;
3134 *)
3135 CC="$CC $ac_cv_prog_cc_c89"
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3137$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3138esac
3139if test "x$ac_cv_prog_cc_c89" != xno; then :
3140
3141fi
3142
3143ac_ext=c
3144ac_cpp='$CPP $CPPFLAGS'
3145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3147ac_compiler_gnu=$ac_cv_c_compiler_gnu
3148
3149ac_aux_dir=
3150for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3151 if test -f "$ac_dir/install-sh"; then
3152 ac_aux_dir=$ac_dir
3153 ac_install_sh="$ac_aux_dir/install-sh -c"
3154 break
3155 elif test -f "$ac_dir/install.sh"; then
3156 ac_aux_dir=$ac_dir
3157 ac_install_sh="$ac_aux_dir/install.sh -c"
3158 break
3159 elif test -f "$ac_dir/shtool"; then
3160 ac_aux_dir=$ac_dir
3161 ac_install_sh="$ac_aux_dir/shtool install -c"
3162 break
3163 fi
6bb11ab3
L
3164done
3165if test -z "$ac_aux_dir"; then
d0ac1c44 3166 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3167fi
3168
3169# These three variables are undocumented and unsupported,
3170# and are intended to be withdrawn in a future Autoconf release.
3171# They can cause serious problems if a builder's source tree is in a directory
3172# whose full name contains unusual characters.
3173ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3174ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3175ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3176
3177
3178# Make sure we can run config.sub.
3179$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3180 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3181
3182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3183$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3184if ${ac_cv_build+:} false; then :
6bb11ab3
L
3185 $as_echo_n "(cached) " >&6
3186else
3187 ac_build_alias=$build_alias
3188test "x$ac_build_alias" = x &&
3189 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3190test "x$ac_build_alias" = x &&
d0ac1c44 3191 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3192ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3193 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3194
3195fi
3196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3197$as_echo "$ac_cv_build" >&6; }
3198case $ac_cv_build in
3199*-*-*) ;;
d0ac1c44 3200*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3201esac
3202build=$ac_cv_build
3203ac_save_IFS=$IFS; IFS='-'
3204set x $ac_cv_build
3205shift
3206build_cpu=$1
3207build_vendor=$2
3208shift; shift
3209# Remember, the first character of IFS is used to create $*,
3210# except with old shells:
3211build_os=$*
3212IFS=$ac_save_IFS
3213case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3214
3215
3216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3217$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3218if ${ac_cv_host+:} false; then :
6bb11ab3
L
3219 $as_echo_n "(cached) " >&6
3220else
3221 if test "x$host_alias" = x; then
3222 ac_cv_host=$ac_cv_build
3223else
3224 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3225 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3226fi
3227
3228fi
3229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3230$as_echo "$ac_cv_host" >&6; }
3231case $ac_cv_host in
3232*-*-*) ;;
d0ac1c44 3233*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3234esac
3235host=$ac_cv_host
3236ac_save_IFS=$IFS; IFS='-'
3237set x $ac_cv_host
3238shift
3239host_cpu=$1
3240host_vendor=$2
3241shift; shift
3242# Remember, the first character of IFS is used to create $*,
3243# except with old shells:
3244host_os=$*
3245IFS=$ac_save_IFS
3246case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3247
3248
3249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3250$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3251if ${ac_cv_target+:} false; then :
6bb11ab3
L
3252 $as_echo_n "(cached) " >&6
3253else
3254 if test "x$target_alias" = x; then
3255 ac_cv_target=$ac_cv_host
3256else
3257 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3258 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3259fi
3260
3261fi
3262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3263$as_echo "$ac_cv_target" >&6; }
3264case $ac_cv_target in
3265*-*-*) ;;
d0ac1c44 3266*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3267esac
3268target=$ac_cv_target
3269ac_save_IFS=$IFS; IFS='-'
3270set x $ac_cv_target
3271shift
3272target_cpu=$1
3273target_vendor=$2
3274shift; shift
3275# Remember, the first character of IFS is used to create $*,
3276# except with old shells:
3277target_os=$*
3278IFS=$ac_save_IFS
3279case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3280
3281
3282# The aliases save the names the user supplied, while $host etc.
3283# will get canonicalized.
3284test -n "$target_alias" &&
3285 test "$program_prefix$program_suffix$program_transform_name" = \
3286 NONENONEs,x,x, &&
3287 program_prefix=${target_alias}-
3288
3289ac_ext=c
3290ac_cpp='$CPP $CPPFLAGS'
3291ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3293ac_compiler_gnu=$ac_cv_c_compiler_gnu
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3295$as_echo_n "checking how to run the C preprocessor... " >&6; }
3296# On Suns, sometimes $CPP names a directory.
3297if test -n "$CPP" && test -d "$CPP"; then
3298 CPP=
3299fi
3300if test -z "$CPP"; then
d0ac1c44 3301 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
3302 $as_echo_n "(cached) " >&6
3303else
3304 # Double quotes because CPP needs to be expanded
3305 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3306 do
3307 ac_preproc_ok=false
3308for ac_c_preproc_warn_flag in '' yes
3309do
3310 # Use a header file that comes with gcc, so configuring glibc
3311 # with a fresh cross-compiler works.
3312 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3313 # <limits.h> exists even on freestanding compilers.
3314 # On the NeXT, cc -E runs the code through the compiler's parser,
3315 # not just through cpp. "Syntax error" is here to catch this case.
3316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3317/* end confdefs.h. */
3318#ifdef __STDC__
3319# include <limits.h>
3320#else
3321# include <assert.h>
3322#endif
3323 Syntax error
3324_ACEOF
3325if ac_fn_c_try_cpp "$LINENO"; then :
3326
3327else
3328 # Broken: fails on valid input.
3329continue
3330fi
d0ac1c44 3331rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3332
3333 # OK, works on sane cases. Now check whether nonexistent headers
3334 # can be detected and how.
3335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3336/* end confdefs.h. */
3337#include <ac_nonexistent.h>
3338_ACEOF
3339if ac_fn_c_try_cpp "$LINENO"; then :
3340 # Broken: success on invalid input.
3341continue
3342else
3343 # Passes both tests.
3344ac_preproc_ok=:
3345break
3346fi
d0ac1c44 3347rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3348
3349done
3350# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3351rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3352if $ac_preproc_ok; then :
3353 break
3354fi
3355
3356 done
3357 ac_cv_prog_CPP=$CPP
3358
3359fi
3360 CPP=$ac_cv_prog_CPP
3361else
3362 ac_cv_prog_CPP=$CPP
3363fi
3364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3365$as_echo "$CPP" >&6; }
3366ac_preproc_ok=false
3367for ac_c_preproc_warn_flag in '' yes
3368do
3369 # Use a header file that comes with gcc, so configuring glibc
3370 # with a fresh cross-compiler works.
3371 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3372 # <limits.h> exists even on freestanding compilers.
3373 # On the NeXT, cc -E runs the code through the compiler's parser,
3374 # not just through cpp. "Syntax error" is here to catch this case.
3375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3376/* end confdefs.h. */
3377#ifdef __STDC__
3378# include <limits.h>
3379#else
3380# include <assert.h>
3381#endif
3382 Syntax error
3383_ACEOF
3384if ac_fn_c_try_cpp "$LINENO"; then :
3385
3386else
3387 # Broken: fails on valid input.
3388continue
3389fi
d0ac1c44 3390rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3391
3392 # OK, works on sane cases. Now check whether nonexistent headers
3393 # can be detected and how.
3394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3395/* end confdefs.h. */
3396#include <ac_nonexistent.h>
3397_ACEOF
3398if ac_fn_c_try_cpp "$LINENO"; then :
3399 # Broken: success on invalid input.
3400continue
3401else
3402 # Passes both tests.
3403ac_preproc_ok=:
3404break
3405fi
d0ac1c44 3406rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
3407
3408done
3409# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 3410rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
3411if $ac_preproc_ok; then :
3412
3413else
3414 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3415$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3416as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3417See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3418fi
3419
3420ac_ext=c
3421ac_cpp='$CPP $CPPFLAGS'
3422ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3423ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3424ac_compiler_gnu=$ac_cv_c_compiler_gnu
3425
3426
3427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3428$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3429if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3430 $as_echo_n "(cached) " >&6
3431else
3432 if test -z "$GREP"; then
3433 ac_path_GREP_found=false
3434 # Loop through the user's path and test for each of PROGNAME-LIST
3435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3436for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3437do
3438 IFS=$as_save_IFS
3439 test -z "$as_dir" && as_dir=.
3440 for ac_prog in grep ggrep; do
3441 for ac_exec_ext in '' $ac_executable_extensions; do
3442 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3443 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3444# Check for GNU ac_path_GREP and select it if it is found.
3445 # Check for GNU $ac_path_GREP
3446case `"$ac_path_GREP" --version 2>&1` in
3447*GNU*)
3448 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3449*)
3450 ac_count=0
3451 $as_echo_n 0123456789 >"conftest.in"
3452 while :
3453 do
3454 cat "conftest.in" "conftest.in" >"conftest.tmp"
3455 mv "conftest.tmp" "conftest.in"
3456 cp "conftest.in" "conftest.nl"
3457 $as_echo 'GREP' >> "conftest.nl"
3458 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3459 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3460 as_fn_arith $ac_count + 1 && ac_count=$as_val
3461 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3462 # Best one so far, save it but keep looking for a better one
3463 ac_cv_path_GREP="$ac_path_GREP"
3464 ac_path_GREP_max=$ac_count
3465 fi
3466 # 10*(2^10) chars as input seems more than enough
3467 test $ac_count -gt 10 && break
3468 done
3469 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3470esac
3471
3472 $ac_path_GREP_found && break 3
3473 done
3474 done
3475 done
3476IFS=$as_save_IFS
3477 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3478 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3479 fi
3480else
3481 ac_cv_path_GREP=$GREP
3482fi
3483
3484fi
3485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3486$as_echo "$ac_cv_path_GREP" >&6; }
3487 GREP="$ac_cv_path_GREP"
3488
3489
3490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3491$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3492if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3493 $as_echo_n "(cached) " >&6
3494else
3495 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3496 then ac_cv_path_EGREP="$GREP -E"
3497 else
3498 if test -z "$EGREP"; then
3499 ac_path_EGREP_found=false
3500 # Loop through the user's path and test for each of PROGNAME-LIST
3501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3502for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3503do
3504 IFS=$as_save_IFS
3505 test -z "$as_dir" && as_dir=.
3506 for ac_prog in egrep; do
3507 for ac_exec_ext in '' $ac_executable_extensions; do
3508 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3509 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3510# Check for GNU ac_path_EGREP and select it if it is found.
3511 # Check for GNU $ac_path_EGREP
3512case `"$ac_path_EGREP" --version 2>&1` in
3513*GNU*)
3514 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3515*)
3516 ac_count=0
3517 $as_echo_n 0123456789 >"conftest.in"
3518 while :
3519 do
3520 cat "conftest.in" "conftest.in" >"conftest.tmp"
3521 mv "conftest.tmp" "conftest.in"
3522 cp "conftest.in" "conftest.nl"
3523 $as_echo 'EGREP' >> "conftest.nl"
3524 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3525 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3526 as_fn_arith $ac_count + 1 && ac_count=$as_val
3527 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3528 # Best one so far, save it but keep looking for a better one
3529 ac_cv_path_EGREP="$ac_path_EGREP"
3530 ac_path_EGREP_max=$ac_count
3531 fi
3532 # 10*(2^10) chars as input seems more than enough
3533 test $ac_count -gt 10 && break
3534 done
3535 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3536esac
3537
3538 $ac_path_EGREP_found && break 3
3539 done
3540 done
3541 done
3542IFS=$as_save_IFS
3543 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3544 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3545 fi
3546else
3547 ac_cv_path_EGREP=$EGREP
3548fi
3549
3550 fi
3551fi
3552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3553$as_echo "$ac_cv_path_EGREP" >&6; }
3554 EGREP="$ac_cv_path_EGREP"
3555
3556
3557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3558$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3559if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3560 $as_echo_n "(cached) " >&6
3561else
3562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3563/* end confdefs.h. */
3564#include <stdlib.h>
3565#include <stdarg.h>
3566#include <string.h>
3567#include <float.h>
3568
3569int
3570main ()
3571{
3572
3573 ;
3574 return 0;
3575}
3576_ACEOF
3577if ac_fn_c_try_compile "$LINENO"; then :
3578 ac_cv_header_stdc=yes
3579else
3580 ac_cv_header_stdc=no
3581fi
3582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3583
3584if test $ac_cv_header_stdc = yes; then
3585 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3587/* end confdefs.h. */
3588#include <string.h>
3589
3590_ACEOF
3591if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3592 $EGREP "memchr" >/dev/null 2>&1; then :
3593
3594else
3595 ac_cv_header_stdc=no
3596fi
3597rm -f conftest*
3598
3599fi
3600
3601if test $ac_cv_header_stdc = yes; then
3602 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3604/* end confdefs.h. */
3605#include <stdlib.h>
3606
3607_ACEOF
3608if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3609 $EGREP "free" >/dev/null 2>&1; then :
3610
3611else
3612 ac_cv_header_stdc=no
3613fi
3614rm -f conftest*
3615
3616fi
3617
3618if test $ac_cv_header_stdc = yes; then
3619 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3620 if test "$cross_compiling" = yes; then :
3621 :
3622else
3623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3624/* end confdefs.h. */
3625#include <ctype.h>
3626#include <stdlib.h>
3627#if ((' ' & 0x0FF) == 0x020)
3628# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3629# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3630#else
3631# define ISLOWER(c) \
3632 (('a' <= (c) && (c) <= 'i') \
3633 || ('j' <= (c) && (c) <= 'r') \
3634 || ('s' <= (c) && (c) <= 'z'))
3635# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3636#endif
3637
3638#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3639int
3640main ()
3641{
3642 int i;
3643 for (i = 0; i < 256; i++)
3644 if (XOR (islower (i), ISLOWER (i))
3645 || toupper (i) != TOUPPER (i))
3646 return 2;
3647 return 0;
3648}
3649_ACEOF
3650if ac_fn_c_try_run "$LINENO"; then :
3651
3652else
3653 ac_cv_header_stdc=no
3654fi
3655rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3656 conftest.$ac_objext conftest.beam conftest.$ac_ext
3657fi
3658
3659fi
3660fi
3661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3662$as_echo "$ac_cv_header_stdc" >&6; }
3663if test $ac_cv_header_stdc = yes; then
3664
3665$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3666
3667fi
3668
3669# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3670for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3671 inttypes.h stdint.h unistd.h
3672do :
3673 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3674ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3675"
d0ac1c44 3676if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3677 cat >>confdefs.h <<_ACEOF
3678#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3679_ACEOF
3680
3681fi
3682
3683done
3684
3685
3686
3687 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3688if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3689 MINIX=yes
3690else
3691 MINIX=
3692fi
3693
3694
3695 if test "$MINIX" = yes; then
3696
3697$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3698
3699
3700$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3701
3702
3703$as_echo "#define _MINIX 1" >>confdefs.h
3704
3705 fi
3706
3707
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3709$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3710if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3711 $as_echo_n "(cached) " >&6
3712else
3713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3714/* end confdefs.h. */
3715
d0ac1c44
SM
3716# define __EXTENSIONS__ 1
3717 $ac_includes_default
6bb11ab3
L
3718int
3719main ()
3720{
3721
3722 ;
3723 return 0;
3724}
3725_ACEOF
3726if ac_fn_c_try_compile "$LINENO"; then :
3727 ac_cv_safe_to_define___extensions__=yes
3728else
3729 ac_cv_safe_to_define___extensions__=no
3730fi
3731rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3732fi
3733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3734$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3735 test $ac_cv_safe_to_define___extensions__ = yes &&
3736 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3737
3738 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3739
3740 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3741
3742 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3743
3744 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3745
3746
3747test "$program_prefix" != NONE &&
3748 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3749# Use a double $ so make ignores it.
3750test "$program_suffix" != NONE &&
3751 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3752# Double any \ or $.
3753# By default was `s,x,x', remove it if useless.
3754ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3755program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3756
3757# Find a good install program. We prefer a C program (faster),
3758# so one script is as good as another. But avoid the broken or
3759# incompatible versions:
3760# SysV /etc/install, /usr/sbin/install
3761# SunOS /usr/etc/install
3762# IRIX /sbin/install
3763# AIX /bin/install
3764# AmigaOS /C/install, which installs bootblocks on floppy discs
3765# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3766# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3767# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3768# OS/2's system install, which has a completely different semantic
3769# ./install, which can be erroneously created by make from ./install.sh.
3770# Reject install programs that cannot install multiple files.
3771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3772$as_echo_n "checking for a BSD-compatible install... " >&6; }
3773if test -z "$INSTALL"; then
d0ac1c44 3774if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3775 $as_echo_n "(cached) " >&6
3776else
3777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3778for as_dir in $PATH
3779do
3780 IFS=$as_save_IFS
3781 test -z "$as_dir" && as_dir=.
3782 # Account for people who put trailing slashes in PATH elements.
3783case $as_dir/ in #((
3784 ./ | .// | /[cC]/* | \
3785 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3786 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3787 /usr/ucb/* ) ;;
3788 *)
3789 # OSF1 and SCO ODT 3.0 have their own names for install.
3790 # Don't use installbsd from OSF since it installs stuff as root
3791 # by default.
3792 for ac_prog in ginstall scoinst install; do
3793 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3794 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3795 if test $ac_prog = install &&
3796 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3797 # AIX install. It has an incompatible calling convention.
3798 :
3799 elif test $ac_prog = install &&
3800 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3801 # program-specific install script used by HP pwplus--don't use.
3802 :
3803 else
3804 rm -rf conftest.one conftest.two conftest.dir
3805 echo one > conftest.one
3806 echo two > conftest.two
3807 mkdir conftest.dir
3808 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3809 test -s conftest.one && test -s conftest.two &&
3810 test -s conftest.dir/conftest.one &&
3811 test -s conftest.dir/conftest.two
3812 then
3813 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3814 break 3
3815 fi
3816 fi
3817 fi
3818 done
3819 done
3820 ;;
3821esac
3822
3823 done
3824IFS=$as_save_IFS
3825
3826rm -rf conftest.one conftest.two conftest.dir
3827
3828fi
3829 if test "${ac_cv_path_install+set}" = set; then
3830 INSTALL=$ac_cv_path_install
3831 else
3832 # As a last resort, use the slow shell script. Don't cache a
3833 # value for INSTALL within a source directory, because that will
3834 # break other packages using the cache if that directory is
3835 # removed, or if the value is a relative name.
3836 INSTALL=$ac_install_sh
3837 fi
3838fi
3839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3840$as_echo "$INSTALL" >&6; }
3841
3842# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3843# It thinks the first close brace ends the variable substitution.
3844test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3845
3846test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3847
3848test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3849
3850rm -rf .tst 2>/dev/null
3851mkdir .tst 2>/dev/null
3852if test -d .tst; then
3853 am__leading_dot=.
3854else
3855 am__leading_dot=_
3856fi
3857rmdir .tst 2>/dev/null
3858
3859DEPDIR="${am__leading_dot}deps"
3860
3861case `pwd` in
3862 *\ * | *\ *)
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3864$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3865esac
3866
3867
3868
3869macro_version='2.2.7a'
3870macro_revision='1.3134'
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884ltmain="$ac_aux_dir/ltmain.sh"
3885
3886# Backslashify metacharacters that are still active within
3887# double-quoted strings.
3888sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3889
3890# Same as above, but do not quote variable references.
3891double_quote_subst='s/\(["`\\]\)/\\\1/g'
3892
3893# Sed substitution to delay expansion of an escaped shell variable in a
3894# double_quote_subst'ed string.
3895delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3896
3897# Sed substitution to delay expansion of an escaped single quote.
3898delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3899
3900# Sed substitution to avoid accidental globbing in evaled expressions
3901no_glob_subst='s/\*/\\\*/g'
3902
3903ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3904ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3905ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3906
3907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3908$as_echo_n "checking how to print strings... " >&6; }
3909# Test print first, because it will be a builtin if present.
3910if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3911 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3912 ECHO='print -r --'
3913elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3914 ECHO='printf %s\n'
3915else
3916 # Use this function as a fallback that always works.
3917 func_fallback_echo ()
3918 {
3919 eval 'cat <<_LTECHO_EOF
3920$1
3921_LTECHO_EOF'
3922 }
3923 ECHO='func_fallback_echo'
3924fi
3925
3926# func_echo_all arg...
3927# Invoke $ECHO with all args, space-separated.
3928func_echo_all ()
3929{
3930 $ECHO ""
3931}
3932
3933case "$ECHO" in
3934 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3935$as_echo "printf" >&6; } ;;
3936 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3937$as_echo "print -r" >&6; } ;;
3938 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3939$as_echo "cat" >&6; } ;;
3940esac
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3956$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3957if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3958 $as_echo_n "(cached) " >&6
3959else
3960 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3961 for ac_i in 1 2 3 4 5 6 7; do
3962 ac_script="$ac_script$as_nl$ac_script"
3963 done
3964 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3965 { ac_script=; unset ac_script;}
3966 if test -z "$SED"; then
3967 ac_path_SED_found=false
3968 # Loop through the user's path and test for each of PROGNAME-LIST
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970for as_dir in $PATH
3971do
3972 IFS=$as_save_IFS
3973 test -z "$as_dir" && as_dir=.
3974 for ac_prog in sed gsed; do
3975 for ac_exec_ext in '' $ac_executable_extensions; do
3976 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3977 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3978# Check for GNU ac_path_SED and select it if it is found.
3979 # Check for GNU $ac_path_SED
3980case `"$ac_path_SED" --version 2>&1` in
3981*GNU*)
3982 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3983*)
3984 ac_count=0
3985 $as_echo_n 0123456789 >"conftest.in"
3986 while :
3987 do
3988 cat "conftest.in" "conftest.in" >"conftest.tmp"
3989 mv "conftest.tmp" "conftest.in"
3990 cp "conftest.in" "conftest.nl"
3991 $as_echo '' >> "conftest.nl"
3992 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3993 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3994 as_fn_arith $ac_count + 1 && ac_count=$as_val
3995 if test $ac_count -gt ${ac_path_SED_max-0}; then
3996 # Best one so far, save it but keep looking for a better one
3997 ac_cv_path_SED="$ac_path_SED"
3998 ac_path_SED_max=$ac_count
3999 fi
4000 # 10*(2^10) chars as input seems more than enough
4001 test $ac_count -gt 10 && break
4002 done
4003 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4004esac
4005
4006 $ac_path_SED_found && break 3
4007 done
4008 done
4009 done
4010IFS=$as_save_IFS
4011 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4012 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4013 fi
4014else
4015 ac_cv_path_SED=$SED
4016fi
4017
4018fi
4019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4020$as_echo "$ac_cv_path_SED" >&6; }
4021 SED="$ac_cv_path_SED"
4022 rm -f conftest.sed
4023
4024test -z "$SED" && SED=sed
4025Xsed="$SED -e 1s/^X//"
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4038$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4039if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4040 $as_echo_n "(cached) " >&6
4041else
4042 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4043 then ac_cv_path_FGREP="$GREP -F"
4044 else
4045 if test -z "$FGREP"; then
4046 ac_path_FGREP_found=false
4047 # Loop through the user's path and test for each of PROGNAME-LIST
4048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4049for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4050do
4051 IFS=$as_save_IFS
4052 test -z "$as_dir" && as_dir=.
4053 for ac_prog in fgrep; do
4054 for ac_exec_ext in '' $ac_executable_extensions; do
4055 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4056 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4057# Check for GNU ac_path_FGREP and select it if it is found.
4058 # Check for GNU $ac_path_FGREP
4059case `"$ac_path_FGREP" --version 2>&1` in
4060*GNU*)
4061 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4062*)
4063 ac_count=0
4064 $as_echo_n 0123456789 >"conftest.in"
4065 while :
4066 do
4067 cat "conftest.in" "conftest.in" >"conftest.tmp"
4068 mv "conftest.tmp" "conftest.in"
4069 cp "conftest.in" "conftest.nl"
4070 $as_echo 'FGREP' >> "conftest.nl"
4071 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4072 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4073 as_fn_arith $ac_count + 1 && ac_count=$as_val
4074 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4075 # Best one so far, save it but keep looking for a better one
4076 ac_cv_path_FGREP="$ac_path_FGREP"
4077 ac_path_FGREP_max=$ac_count
4078 fi
4079 # 10*(2^10) chars as input seems more than enough
4080 test $ac_count -gt 10 && break
4081 done
4082 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4083esac
4084
4085 $ac_path_FGREP_found && break 3
4086 done
4087 done
4088 done
4089IFS=$as_save_IFS
4090 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4091 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4092 fi
4093else
4094 ac_cv_path_FGREP=$FGREP
4095fi
4096
4097 fi
4098fi
4099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4100$as_echo "$ac_cv_path_FGREP" >&6; }
4101 FGREP="$ac_cv_path_FGREP"
4102
4103
4104test -z "$GREP" && GREP=grep
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124# Check whether --with-gnu-ld was given.
4125if test "${with_gnu_ld+set}" = set; then :
4126 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4127else
4128 with_gnu_ld=no
4129fi
4130
4131ac_prog=ld
4132if test "$GCC" = yes; then
4133 # Check if gcc -print-prog-name=ld gives a path.
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4135$as_echo_n "checking for ld used by $CC... " >&6; }
4136 case $host in
4137 *-*-mingw*)
4138 # gcc leaves a trailing carriage return which upsets mingw
4139 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4140 *)
4141 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4142 esac
4143 case $ac_prog in
4144 # Accept absolute paths.
4145 [\\/]* | ?:[\\/]*)
4146 re_direlt='/[^/][^/]*/\.\./'
4147 # Canonicalize the pathname of ld
4148 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4149 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4150 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4151 done
4152 test -z "$LD" && LD="$ac_prog"
4153 ;;
4154 "")
4155 # If it fails, then pretend we aren't using GCC.
4156 ac_prog=ld
4157 ;;
4158 *)
4159 # If it is relative, then search for the first ld in PATH.
4160 with_gnu_ld=unknown
4161 ;;
4162 esac
4163elif test "$with_gnu_ld" = yes; then
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4165$as_echo_n "checking for GNU ld... " >&6; }
4166else
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4168$as_echo_n "checking for non-GNU ld... " >&6; }
4169fi
d0ac1c44 4170if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4171 $as_echo_n "(cached) " >&6
4172else
4173 if test -z "$LD"; then
4174 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4175 for ac_dir in $PATH; do
4176 IFS="$lt_save_ifs"
4177 test -z "$ac_dir" && ac_dir=.
4178 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4179 lt_cv_path_LD="$ac_dir/$ac_prog"
4180 # Check to see if the program is GNU ld. I'd rather use --version,
4181 # but apparently some variants of GNU ld only accept -v.
4182 # Break only if it was the GNU/non-GNU ld that we prefer.
4183 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4184 *GNU* | *'with BFD'*)
4185 test "$with_gnu_ld" != no && break
4186 ;;
4187 *)
4188 test "$with_gnu_ld" != yes && break
4189 ;;
4190 esac
4191 fi
4192 done
4193 IFS="$lt_save_ifs"
4194else
4195 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4196fi
4197fi
4198
4199LD="$lt_cv_path_LD"
4200if test -n "$LD"; then
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4202$as_echo "$LD" >&6; }
4203else
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4205$as_echo "no" >&6; }
4206fi
d0ac1c44 4207test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4209$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4210if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4211 $as_echo_n "(cached) " >&6
4212else
4213 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4214case `$LD -v 2>&1 </dev/null` in
4215*GNU* | *'with BFD'*)
4216 lt_cv_prog_gnu_ld=yes
4217 ;;
4218*)
4219 lt_cv_prog_gnu_ld=no
4220 ;;
4221esac
4222fi
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4224$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4225with_gnu_ld=$lt_cv_prog_gnu_ld
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4236$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4237if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4238 $as_echo_n "(cached) " >&6
4239else
4240 if test -n "$NM"; then
4241 # Let the user override the test.
4242 lt_cv_path_NM="$NM"
4243else
4244 lt_nm_to_check="${ac_tool_prefix}nm"
4245 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4246 lt_nm_to_check="$lt_nm_to_check nm"
4247 fi
4248 for lt_tmp_nm in $lt_nm_to_check; do
4249 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4250 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4251 IFS="$lt_save_ifs"
4252 test -z "$ac_dir" && ac_dir=.
4253 tmp_nm="$ac_dir/$lt_tmp_nm"
4254 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4255 # Check to see if the nm accepts a BSD-compat flag.
4256 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4257 # nm: unknown option "B" ignored
4258 # Tru64's nm complains that /dev/null is an invalid object file
4259 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4260 */dev/null* | *'Invalid file or object type'*)
4261 lt_cv_path_NM="$tmp_nm -B"
4262 break
4263 ;;
4264 *)
4265 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4266 */dev/null*)
4267 lt_cv_path_NM="$tmp_nm -p"
4268 break
4269 ;;
4270 *)
4271 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4272 continue # so that we can try to find one that supports BSD flags
4273 ;;
4274 esac
4275 ;;
4276 esac
4277 fi
4278 done
4279 IFS="$lt_save_ifs"
4280 done
4281 : ${lt_cv_path_NM=no}
4282fi
4283fi
4284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4285$as_echo "$lt_cv_path_NM" >&6; }
4286if test "$lt_cv_path_NM" != "no"; then
4287 NM="$lt_cv_path_NM"
4288else
4289 # Didn't find any BSD compatible name lister, look for dumpbin.
4290 if test -n "$DUMPBIN"; then :
4291 # Let the user override the test.
4292 else
4293 if test -n "$ac_tool_prefix"; then
4294 for ac_prog in dumpbin "link -dump"
4295 do
4296 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4297set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4299$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4300if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4301 $as_echo_n "(cached) " >&6
4302else
4303 if test -n "$DUMPBIN"; then
4304 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4305else
4306as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4307for as_dir in $PATH
4308do
4309 IFS=$as_save_IFS
4310 test -z "$as_dir" && as_dir=.
4311 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4312 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4313 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4315 break 2
4316 fi
4317done
4318 done
4319IFS=$as_save_IFS
4320
4321fi
4322fi
4323DUMPBIN=$ac_cv_prog_DUMPBIN
4324if test -n "$DUMPBIN"; then
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4326$as_echo "$DUMPBIN" >&6; }
4327else
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4329$as_echo "no" >&6; }
4330fi
4331
4332
4333 test -n "$DUMPBIN" && break
4334 done
4335fi
4336if test -z "$DUMPBIN"; then
4337 ac_ct_DUMPBIN=$DUMPBIN
4338 for ac_prog in dumpbin "link -dump"
4339do
4340 # Extract the first word of "$ac_prog", so it can be a program name with args.
4341set dummy $ac_prog; ac_word=$2
4342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4343$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4344if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4345 $as_echo_n "(cached) " >&6
4346else
4347 if test -n "$ac_ct_DUMPBIN"; then
4348 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4349else
4350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4351for as_dir in $PATH
4352do
4353 IFS=$as_save_IFS
4354 test -z "$as_dir" && as_dir=.
4355 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4356 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4357 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4359 break 2
4360 fi
4361done
4362 done
4363IFS=$as_save_IFS
4364
4365fi
4366fi
4367ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4368if test -n "$ac_ct_DUMPBIN"; then
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4370$as_echo "$ac_ct_DUMPBIN" >&6; }
4371else
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4373$as_echo "no" >&6; }
4374fi
4375
4376
4377 test -n "$ac_ct_DUMPBIN" && break
4378done
4379
4380 if test "x$ac_ct_DUMPBIN" = x; then
4381 DUMPBIN=":"
4382 else
4383 case $cross_compiling:$ac_tool_warned in
4384yes:)
4385{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4386$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4387ac_tool_warned=yes ;;
4388esac
4389 DUMPBIN=$ac_ct_DUMPBIN
4390 fi
4391fi
4392
4393 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4394 *COFF*)
4395 DUMPBIN="$DUMPBIN -symbols"
4396 ;;
4397 *)
4398 DUMPBIN=:
4399 ;;
4400 esac
4401 fi
4402
4403 if test "$DUMPBIN" != ":"; then
4404 NM="$DUMPBIN"
4405 fi
4406fi
4407test -z "$NM" && NM=nm
4408
4409
4410
4411
4412
4413
4414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4415$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4416if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4417 $as_echo_n "(cached) " >&6
4418else
4419 lt_cv_nm_interface="BSD nm"
4420 echo "int some_variable = 0;" > conftest.$ac_ext
4421 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4422 (eval "$ac_compile" 2>conftest.err)
4423 cat conftest.err >&5
4424 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4425 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4426 cat conftest.err >&5
4427 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4428 cat conftest.out >&5
4429 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4430 lt_cv_nm_interface="MS dumpbin"
4431 fi
4432 rm -f conftest*
4433fi
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4435$as_echo "$lt_cv_nm_interface" >&6; }
4436
4437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4438$as_echo_n "checking whether ln -s works... " >&6; }
4439LN_S=$as_ln_s
4440if test "$LN_S" = "ln -s"; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4442$as_echo "yes" >&6; }
4443else
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4445$as_echo "no, using $LN_S" >&6; }
4446fi
4447
4448# find the maximum length of command line arguments
4449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4450$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4451if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4452 $as_echo_n "(cached) " >&6
4453else
4454 i=0
4455 teststring="ABCD"
4456
4457 case $build_os in
4458 msdosdjgpp*)
4459 # On DJGPP, this test can blow up pretty badly due to problems in libc
4460 # (any single argument exceeding 2000 bytes causes a buffer overrun
4461 # during glob expansion). Even if it were fixed, the result of this
4462 # check would be larger than it should be.
4463 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4464 ;;
4465
4466 gnu*)
4467 # Under GNU Hurd, this test is not required because there is
4468 # no limit to the length of command line arguments.
4469 # Libtool will interpret -1 as no limit whatsoever
4470 lt_cv_sys_max_cmd_len=-1;
4471 ;;
4472
4473 cygwin* | mingw* | cegcc*)
4474 # On Win9x/ME, this test blows up -- it succeeds, but takes
4475 # about 5 minutes as the teststring grows exponentially.
4476 # Worse, since 9x/ME are not pre-emptively multitasking,
4477 # you end up with a "frozen" computer, even though with patience
4478 # the test eventually succeeds (with a max line length of 256k).
4479 # Instead, let's just punt: use the minimum linelength reported by
4480 # all of the supported platforms: 8192 (on NT/2K/XP).
4481 lt_cv_sys_max_cmd_len=8192;
4482 ;;
4483
4484 mint*)
4485 # On MiNT this can take a long time and run out of memory.
4486 lt_cv_sys_max_cmd_len=8192;
4487 ;;
4488
4489 amigaos*)
4490 # On AmigaOS with pdksh, this test takes hours, literally.
4491 # So we just punt and use a minimum line length of 8192.
4492 lt_cv_sys_max_cmd_len=8192;
4493 ;;
4494
4495 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4496 # This has been around since 386BSD, at least. Likely further.
4497 if test -x /sbin/sysctl; then
4498 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4499 elif test -x /usr/sbin/sysctl; then
4500 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4501 else
4502 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4503 fi
4504 # And add a safety zone
4505 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4506 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4507 ;;
4508
4509 interix*)
4510 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4511 lt_cv_sys_max_cmd_len=196608
4512 ;;
4513
4514 osf*)
4515 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4516 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4517 # nice to cause kernel panics so lets avoid the loop below.
4518 # First set a reasonable default.
4519 lt_cv_sys_max_cmd_len=16384
4520 #
4521 if test -x /sbin/sysconfig; then
4522 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4523 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4524 esac
4525 fi
4526 ;;
4527 sco3.2v5*)
4528 lt_cv_sys_max_cmd_len=102400
4529 ;;
4530 sysv5* | sco5v6* | sysv4.2uw2*)
4531 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4532 if test -n "$kargmax"; then
4533 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4534 else
4535 lt_cv_sys_max_cmd_len=32768
4536 fi
4537 ;;
4538 *)
4539 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4540 if test -n "$lt_cv_sys_max_cmd_len"; then
4541 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4542 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4543 else
4544 # Make teststring a little bigger before we do anything with it.
4545 # a 1K string should be a reasonable start.
4546 for i in 1 2 3 4 5 6 7 8 ; do
4547 teststring=$teststring$teststring
4548 done
4549 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4550 # If test is not a shell built-in, we'll probably end up computing a
4551 # maximum length that is only half of the actual maximum length, but
4552 # we can't tell.
4553 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4554 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4555 test $i != 17 # 1/2 MB should be enough
4556 do
4557 i=`expr $i + 1`
4558 teststring=$teststring$teststring
4559 done
4560 # Only check the string length outside the loop.
4561 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4562 teststring=
4563 # Add a significant safety factor because C++ compilers can tack on
4564 # massive amounts of additional arguments before passing them to the
4565 # linker. It appears as though 1/2 is a usable value.
4566 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4567 fi
4568 ;;
4569 esac
4570
4571fi
4572
4573if test -n $lt_cv_sys_max_cmd_len ; then
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4575$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4576else
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4578$as_echo "none" >&6; }
4579fi
4580max_cmd_len=$lt_cv_sys_max_cmd_len
4581
4582
4583
4584
4585
4586
4587: ${CP="cp -f"}
4588: ${MV="mv -f"}
4589: ${RM="rm -f"}
4590
4591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4592$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4593# Try some XSI features
4594xsi_shell=no
4595( _lt_dummy="a/b/c"
4596 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4597 = c,a/b,, \
4598 && eval 'test $(( 1 + 1 )) -eq 2 \
4599 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4600 && xsi_shell=yes
4601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4602$as_echo "$xsi_shell" >&6; }
4603
4604
4605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4606$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4607lt_shell_append=no
4608( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4609 >/dev/null 2>&1 \
4610 && lt_shell_append=yes
4611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4612$as_echo "$lt_shell_append" >&6; }
4613
4614
4615if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4616 lt_unset=unset
4617else
4618 lt_unset=false
4619fi
4620
4621
4622
4623
4624
4625# test EBCDIC or ASCII
4626case `echo X|tr X '\101'` in
4627 A) # ASCII based system
4628 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4629 lt_SP2NL='tr \040 \012'
4630 lt_NL2SP='tr \015\012 \040\040'
4631 ;;
4632 *) # EBCDIC based system
4633 lt_SP2NL='tr \100 \n'
4634 lt_NL2SP='tr \r\n \100\100'
4635 ;;
4636esac
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4647$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4648if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4649 $as_echo_n "(cached) " >&6
4650else
4651 lt_cv_ld_reload_flag='-r'
4652fi
4653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4654$as_echo "$lt_cv_ld_reload_flag" >&6; }
4655reload_flag=$lt_cv_ld_reload_flag
4656case $reload_flag in
4657"" | " "*) ;;
4658*) reload_flag=" $reload_flag" ;;
4659esac
4660reload_cmds='$LD$reload_flag -o $output$reload_objs'
4661case $host_os in
4662 darwin*)
4663 if test "$GCC" = yes; then
4664 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4665 else
4666 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4667 fi
4668 ;;
4669esac
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679if test -n "$ac_tool_prefix"; then
4680 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4681set dummy ${ac_tool_prefix}objdump; ac_word=$2
4682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4683$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4684if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4685 $as_echo_n "(cached) " >&6
4686else
4687 if test -n "$OBJDUMP"; then
4688 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4689else
4690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4691for as_dir in $PATH
4692do
4693 IFS=$as_save_IFS
4694 test -z "$as_dir" && as_dir=.
4695 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4697 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4699 break 2
4700 fi
4701done
4702 done
4703IFS=$as_save_IFS
4704
4705fi
4706fi
4707OBJDUMP=$ac_cv_prog_OBJDUMP
4708if test -n "$OBJDUMP"; then
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4710$as_echo "$OBJDUMP" >&6; }
4711else
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4713$as_echo "no" >&6; }
4714fi
4715
4716
4717fi
4718if test -z "$ac_cv_prog_OBJDUMP"; then
4719 ac_ct_OBJDUMP=$OBJDUMP
4720 # Extract the first word of "objdump", so it can be a program name with args.
4721set dummy objdump; ac_word=$2
4722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4723$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4724if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4725 $as_echo_n "(cached) " >&6
4726else
4727 if test -n "$ac_ct_OBJDUMP"; then
4728 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4729else
4730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4731for as_dir in $PATH
4732do
4733 IFS=$as_save_IFS
4734 test -z "$as_dir" && as_dir=.
4735 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4737 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4739 break 2
4740 fi
4741done
4742 done
4743IFS=$as_save_IFS
4744
4745fi
4746fi
4747ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4748if test -n "$ac_ct_OBJDUMP"; then
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4750$as_echo "$ac_ct_OBJDUMP" >&6; }
4751else
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4753$as_echo "no" >&6; }
4754fi
4755
4756 if test "x$ac_ct_OBJDUMP" = x; then
4757 OBJDUMP="false"
4758 else
4759 case $cross_compiling:$ac_tool_warned in
4760yes:)
4761{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4762$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4763ac_tool_warned=yes ;;
4764esac
4765 OBJDUMP=$ac_ct_OBJDUMP
4766 fi
4767else
4768 OBJDUMP="$ac_cv_prog_OBJDUMP"
4769fi
4770
4771test -z "$OBJDUMP" && OBJDUMP=objdump
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4782$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4783if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4784 $as_echo_n "(cached) " >&6
4785else
4786 lt_cv_file_magic_cmd='$MAGIC_CMD'
4787lt_cv_file_magic_test_file=
4788lt_cv_deplibs_check_method='unknown'
4789# Need to set the preceding variable on all platforms that support
4790# interlibrary dependencies.
4791# 'none' -- dependencies not supported.
4792# `unknown' -- same as none, but documents that we really don't know.
4793# 'pass_all' -- all dependencies passed with no checks.
4794# 'test_compile' -- check by making test program.
4795# 'file_magic [[regex]]' -- check by looking for files in library path
4796# which responds to the $file_magic_cmd with a given extended regex.
4797# If you have `file' or equivalent on your system and you're not sure
4798# whether `pass_all' will *always* work, you probably want this one.
4799
4800case $host_os in
4801aix[4-9]*)
4802 lt_cv_deplibs_check_method=pass_all
4803 ;;
4804
4805beos*)
4806 lt_cv_deplibs_check_method=pass_all
4807 ;;
4808
4809bsdi[45]*)
4810 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4811 lt_cv_file_magic_cmd='/usr/bin/file -L'
4812 lt_cv_file_magic_test_file=/shlib/libc.so
4813 ;;
4814
4815cygwin*)
4816 # func_win32_libid is a shell function defined in ltmain.sh
4817 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4818 lt_cv_file_magic_cmd='func_win32_libid'
4819 ;;
4820
4821mingw* | pw32*)
4822 # Base MSYS/MinGW do not provide the 'file' command needed by
4823 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4824 # unless we find 'file', for example because we are cross-compiling.
4825 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4826 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4827 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4828 lt_cv_file_magic_cmd='func_win32_libid'
4829 else
4830 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4831 lt_cv_file_magic_cmd='$OBJDUMP -f'
4832 fi
4833 ;;
4834
4835cegcc*)
4836 # use the weaker test based on 'objdump'. See mingw*.
4837 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4838 lt_cv_file_magic_cmd='$OBJDUMP -f'
4839 ;;
4840
4841darwin* | rhapsody*)
4842 lt_cv_deplibs_check_method=pass_all
4843 ;;
4844
4845freebsd* | dragonfly*)
4846 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4847 case $host_cpu in
4848 i*86 )
4849 # Not sure whether the presence of OpenBSD here was a mistake.
4850 # Let's accept both of them until this is cleared up.
4851 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4852 lt_cv_file_magic_cmd=/usr/bin/file
4853 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4854 ;;
4855 esac
4856 else
4857 lt_cv_deplibs_check_method=pass_all
4858 fi
4859 ;;
4860
4861gnu*)
4862 lt_cv_deplibs_check_method=pass_all
4863 ;;
4864
4865haiku*)
4866 lt_cv_deplibs_check_method=pass_all
4867 ;;
4868
4869hpux10.20* | hpux11*)
4870 lt_cv_file_magic_cmd=/usr/bin/file
4871 case $host_cpu in
4872 ia64*)
4873 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4874 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4875 ;;
4876 hppa*64*)
4877 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]'
4878 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4879 ;;
4880 *)
4881 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4882 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4883 ;;
4884 esac
4885 ;;
4886
4887interix[3-9]*)
4888 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4889 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4890 ;;
4891
4892irix5* | irix6* | nonstopux*)
4893 case $LD in
4894 *-32|*"-32 ") libmagic=32-bit;;
4895 *-n32|*"-n32 ") libmagic=N32;;
4896 *-64|*"-64 ") libmagic=64-bit;;
4897 *) libmagic=never-match;;
4898 esac
4899 lt_cv_deplibs_check_method=pass_all
4900 ;;
4901
4902# This must be Linux ELF.
4903linux* | k*bsd*-gnu | kopensolaris*-gnu)
4904 lt_cv_deplibs_check_method=pass_all
4905 ;;
4906
4907netbsd*)
4908 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4909 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4910 else
4911 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4912 fi
4913 ;;
4914
4915newos6*)
4916 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4917 lt_cv_file_magic_cmd=/usr/bin/file
4918 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4919 ;;
4920
4921*nto* | *qnx*)
4922 lt_cv_deplibs_check_method=pass_all
4923 ;;
4924
4925openbsd*)
4926 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4927 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4928 else
4929 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4930 fi
4931 ;;
4932
4933osf3* | osf4* | osf5*)
4934 lt_cv_deplibs_check_method=pass_all
4935 ;;
4936
4937rdos*)
4938 lt_cv_deplibs_check_method=pass_all
4939 ;;
4940
4941solaris*)
4942 lt_cv_deplibs_check_method=pass_all
4943 ;;
4944
4945sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4946 lt_cv_deplibs_check_method=pass_all
4947 ;;
4948
4949sysv4 | sysv4.3*)
4950 case $host_vendor in
4951 motorola)
4952 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]'
4953 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4954 ;;
4955 ncr)
4956 lt_cv_deplibs_check_method=pass_all
4957 ;;
4958 sequent)
4959 lt_cv_file_magic_cmd='/bin/file'
4960 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4961 ;;
4962 sni)
4963 lt_cv_file_magic_cmd='/bin/file'
4964 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4965 lt_cv_file_magic_test_file=/lib/libc.so
4966 ;;
4967 siemens)
4968 lt_cv_deplibs_check_method=pass_all
4969 ;;
4970 pc)
4971 lt_cv_deplibs_check_method=pass_all
4972 ;;
4973 esac
4974 ;;
4975
4976tpf*)
4977 lt_cv_deplibs_check_method=pass_all
4978 ;;
4979esac
4980
4981fi
4982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4983$as_echo "$lt_cv_deplibs_check_method" >&6; }
4984file_magic_cmd=$lt_cv_file_magic_cmd
4985deplibs_check_method=$lt_cv_deplibs_check_method
4986test -z "$deplibs_check_method" && deplibs_check_method=unknown
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
68ed2854
MF
4999plugin_option=
5000plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5001for plugin in $plugin_names; do
5002 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5003 if test x$plugin_so = x$plugin; then
5004 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5005 fi
5006 if test x$plugin_so != x$plugin; then
5007 plugin_option="--plugin $plugin_so"
5008 break
5009 fi
5010done
5011
6bb11ab3
L
5012if test -n "$ac_tool_prefix"; then
5013 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5014set dummy ${ac_tool_prefix}ar; ac_word=$2
5015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5016$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5017if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5018 $as_echo_n "(cached) " >&6
5019else
5020 if test -n "$AR"; then
5021 ac_cv_prog_AR="$AR" # Let the user override the test.
5022else
5023as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5024for as_dir in $PATH
5025do
5026 IFS=$as_save_IFS
5027 test -z "$as_dir" && as_dir=.
5028 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5030 ac_cv_prog_AR="${ac_tool_prefix}ar"
5031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5032 break 2
5033 fi
5034done
5035 done
5036IFS=$as_save_IFS
5037
5038fi
5039fi
5040AR=$ac_cv_prog_AR
5041if test -n "$AR"; then
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5043$as_echo "$AR" >&6; }
5044else
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5046$as_echo "no" >&6; }
5047fi
5048
5049
5050fi
5051if test -z "$ac_cv_prog_AR"; then
5052 ac_ct_AR=$AR
5053 # Extract the first word of "ar", so it can be a program name with args.
5054set dummy ar; ac_word=$2
5055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5056$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5057if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5058 $as_echo_n "(cached) " >&6
5059else
5060 if test -n "$ac_ct_AR"; then
5061 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5062else
5063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5064for as_dir in $PATH
5065do
5066 IFS=$as_save_IFS
5067 test -z "$as_dir" && as_dir=.
5068 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5070 ac_cv_prog_ac_ct_AR="ar"
5071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5072 break 2
5073 fi
5074done
5075 done
5076IFS=$as_save_IFS
5077
5078fi
5079fi
5080ac_ct_AR=$ac_cv_prog_ac_ct_AR
5081if test -n "$ac_ct_AR"; then
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5083$as_echo "$ac_ct_AR" >&6; }
5084else
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5086$as_echo "no" >&6; }
5087fi
5088
5089 if test "x$ac_ct_AR" = x; then
5090 AR="false"
5091 else
5092 case $cross_compiling:$ac_tool_warned in
5093yes:)
5094{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5095$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5096ac_tool_warned=yes ;;
5097esac
5098 AR=$ac_ct_AR
5099 fi
5100else
5101 AR="$ac_cv_prog_AR"
5102fi
5103
5104test -z "$AR" && AR=ar
68ed2854
MF
5105if test -n "$plugin_option"; then
5106 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5107 touch conftest.c
5108 $AR $plugin_option rc conftest.a conftest.c
5109 if test "$?" != 0; then
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5111$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5112 else
5113 AR="$AR $plugin_option"
5114 fi
5115 rm -f conftest.*
68ed2854
MF
5116 fi
5117fi
6bb11ab3
L
5118test -z "$AR_FLAGS" && AR_FLAGS=cru
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130if test -n "$ac_tool_prefix"; then
5131 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5132set dummy ${ac_tool_prefix}strip; ac_word=$2
5133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5134$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5135if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5136 $as_echo_n "(cached) " >&6
5137else
5138 if test -n "$STRIP"; then
5139 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5140else
5141as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5142for as_dir in $PATH
5143do
5144 IFS=$as_save_IFS
5145 test -z "$as_dir" && as_dir=.
5146 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5148 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5150 break 2
5151 fi
5152done
5153 done
5154IFS=$as_save_IFS
5155
5156fi
5157fi
5158STRIP=$ac_cv_prog_STRIP
5159if test -n "$STRIP"; then
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5161$as_echo "$STRIP" >&6; }
5162else
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5164$as_echo "no" >&6; }
5165fi
5166
5167
5168fi
5169if test -z "$ac_cv_prog_STRIP"; then
5170 ac_ct_STRIP=$STRIP
5171 # Extract the first word of "strip", so it can be a program name with args.
5172set dummy strip; ac_word=$2
5173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5174$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5175if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5176 $as_echo_n "(cached) " >&6
5177else
5178 if test -n "$ac_ct_STRIP"; then
5179 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5180else
5181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182for as_dir in $PATH
5183do
5184 IFS=$as_save_IFS
5185 test -z "$as_dir" && as_dir=.
5186 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5188 ac_cv_prog_ac_ct_STRIP="strip"
5189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5190 break 2
5191 fi
5192done
5193 done
5194IFS=$as_save_IFS
5195
5196fi
5197fi
5198ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5199if test -n "$ac_ct_STRIP"; then
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5201$as_echo "$ac_ct_STRIP" >&6; }
5202else
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5204$as_echo "no" >&6; }
5205fi
5206
5207 if test "x$ac_ct_STRIP" = x; then
5208 STRIP=":"
5209 else
5210 case $cross_compiling:$ac_tool_warned in
5211yes:)
5212{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5213$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5214ac_tool_warned=yes ;;
5215esac
5216 STRIP=$ac_ct_STRIP
5217 fi
5218else
5219 STRIP="$ac_cv_prog_STRIP"
5220fi
5221
5222test -z "$STRIP" && STRIP=:
5223
5224
5225
5226
5227
5228
5229if test -n "$ac_tool_prefix"; then
5230 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5231set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5233$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5234if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5235 $as_echo_n "(cached) " >&6
5236else
5237 if test -n "$RANLIB"; then
5238 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5239else
5240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241for as_dir in $PATH
5242do
5243 IFS=$as_save_IFS
5244 test -z "$as_dir" && as_dir=.
5245 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5247 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5249 break 2
5250 fi
5251done
5252 done
5253IFS=$as_save_IFS
5254
5255fi
5256fi
5257RANLIB=$ac_cv_prog_RANLIB
5258if test -n "$RANLIB"; then
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5260$as_echo "$RANLIB" >&6; }
5261else
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5263$as_echo "no" >&6; }
5264fi
5265
5266
5267fi
5268if test -z "$ac_cv_prog_RANLIB"; then
5269 ac_ct_RANLIB=$RANLIB
5270 # Extract the first word of "ranlib", so it can be a program name with args.
5271set dummy ranlib; ac_word=$2
5272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5273$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5274if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5275 $as_echo_n "(cached) " >&6
5276else
5277 if test -n "$ac_ct_RANLIB"; then
5278 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5279else
5280as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5281for as_dir in $PATH
5282do
5283 IFS=$as_save_IFS
5284 test -z "$as_dir" && as_dir=.
5285 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5286 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5287 ac_cv_prog_ac_ct_RANLIB="ranlib"
5288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5289 break 2
5290 fi
5291done
5292 done
5293IFS=$as_save_IFS
5294
5295fi
5296fi
5297ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5298if test -n "$ac_ct_RANLIB"; then
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5300$as_echo "$ac_ct_RANLIB" >&6; }
5301else
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5303$as_echo "no" >&6; }
5304fi
5305
5306 if test "x$ac_ct_RANLIB" = x; then
5307 RANLIB=":"
5308 else
5309 case $cross_compiling:$ac_tool_warned in
5310yes:)
5311{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5312$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5313ac_tool_warned=yes ;;
5314esac
5315 RANLIB=$ac_ct_RANLIB
5316 fi
5317else
5318 RANLIB="$ac_cv_prog_RANLIB"
5319fi
5320
5321test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5322if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5323 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5324 RANLIB="$RANLIB $plugin_option"
5325 fi
5326fi
6bb11ab3
L
5327
5328
5329
5330
5331
5332
5333# Determine commands to create old-style static archives.
5334old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5335old_postinstall_cmds='chmod 644 $oldlib'
5336old_postuninstall_cmds=
5337
5338if test -n "$RANLIB"; then
5339 case $host_os in
5340 openbsd*)
5341 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5342 ;;
5343 *)
5344 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5345 ;;
5346 esac
5347 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5348fi
5349
5350case $host_os in
5351 darwin*)
5352 lock_old_archive_extraction=yes ;;
5353 *)
5354 lock_old_archive_extraction=no ;;
5355esac
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377for ac_prog in gawk mawk nawk awk
5378do
5379 # Extract the first word of "$ac_prog", so it can be a program name with args.
5380set dummy $ac_prog; ac_word=$2
5381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5382$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5383if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5384 $as_echo_n "(cached) " >&6
5385else
5386 if test -n "$AWK"; then
5387 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5388else
5389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5390for as_dir in $PATH
5391do
5392 IFS=$as_save_IFS
5393 test -z "$as_dir" && as_dir=.
5394 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5396 ac_cv_prog_AWK="$ac_prog"
5397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5398 break 2
5399 fi
5400done
5401 done
5402IFS=$as_save_IFS
5403
5404fi
5405fi
5406AWK=$ac_cv_prog_AWK
5407if test -n "$AWK"; then
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5409$as_echo "$AWK" >&6; }
5410else
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5412$as_echo "no" >&6; }
5413fi
5414
5415
5416 test -n "$AWK" && break
5417done
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437# If no C compiler was specified, use CC.
5438LTCC=${LTCC-"$CC"}
5439
5440# If no C compiler flags were specified, use CFLAGS.
5441LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5442
5443# Allow CC to be a program name with arguments.
5444compiler=$CC
5445
5446
5447# Check for command to grab the raw symbol name followed by C symbol from nm.
5448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5449$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5450if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5451 $as_echo_n "(cached) " >&6
5452else
5453
5454# These are sane defaults that work on at least a few old systems.
5455# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5456
5457# Character class describing NM global symbol codes.
5458symcode='[BCDEGRST]'
5459
5460# Regexp to match symbols that can be accessed directly from C.
5461sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5462
5463# Define system-specific variables.
5464case $host_os in
5465aix*)
5466 symcode='[BCDT]'
5467 ;;
5468cygwin* | mingw* | pw32* | cegcc*)
5469 symcode='[ABCDGISTW]'
5470 ;;
5471hpux*)
5472 if test "$host_cpu" = ia64; then
5473 symcode='[ABCDEGRST]'
5474 fi
5475 ;;
5476irix* | nonstopux*)
5477 symcode='[BCDEGRST]'
5478 ;;
5479osf*)
5480 symcode='[BCDEGQRST]'
5481 ;;
5482solaris*)
5483 symcode='[BDRT]'
5484 ;;
5485sco3.2v5*)
5486 symcode='[DT]'
5487 ;;
5488sysv4.2uw2*)
5489 symcode='[DT]'
5490 ;;
5491sysv5* | sco5v6* | unixware* | OpenUNIX*)
5492 symcode='[ABDT]'
5493 ;;
5494sysv4)
5495 symcode='[DFNSTU]'
5496 ;;
5497esac
5498
5499# If we're using GNU nm, then use its standard symbol codes.
5500case `$NM -V 2>&1` in
5501*GNU* | *'with BFD'*)
5502 symcode='[ABCDGIRSTW]' ;;
5503esac
5504
5505# Transform an extracted symbol line into a proper C declaration.
5506# Some systems (esp. on ia64) link data and code symbols differently,
5507# so use this general approach.
5508lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5509
5510# Transform an extracted symbol line into symbol name and symbol address
5511lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5512lt_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'"
5513
5514# Handle CRLF in mingw tool chain
5515opt_cr=
5516case $build_os in
5517mingw*)
5518 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5519 ;;
5520esac
5521
5522# Try without a prefix underscore, then with it.
5523for ac_symprfx in "" "_"; do
5524
5525 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5526 symxfrm="\\1 $ac_symprfx\\2 \\2"
5527
5528 # Write the raw and C identifiers.
5529 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5530 # Fake it for dumpbin and say T for any non-static function
5531 # and D for any global variable.
5532 # Also find C++ and __fastcall symbols from MSVC++,
5533 # which start with @ or ?.
5534 lt_cv_sys_global_symbol_pipe="$AWK '"\
5535" {last_section=section; section=\$ 3};"\
5536" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5537" \$ 0!~/External *\|/{next};"\
5538" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5539" {if(hide[section]) next};"\
5540" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5541" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5542" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5543" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5544" ' prfx=^$ac_symprfx"
5545 else
5546 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5547 fi
5548
5549 # Check to see that the pipe works correctly.
5550 pipe_works=no
5551
5552 rm -f conftest*
5553 cat > conftest.$ac_ext <<_LT_EOF
5554#ifdef __cplusplus
5555extern "C" {
5556#endif
5557char nm_test_var;
5558void nm_test_func(void);
5559void nm_test_func(void){}
5560#ifdef __cplusplus
5561}
5562#endif
5563int main(){nm_test_var='a';nm_test_func();return(0);}
5564_LT_EOF
5565
5566 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5567 (eval $ac_compile) 2>&5
5568 ac_status=$?
5569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5570 test $ac_status = 0; }; then
5571 # Now try to grab the symbols.
5572 nlist=conftest.nm
5573 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5574 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5575 ac_status=$?
5576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5577 test $ac_status = 0; } && test -s "$nlist"; then
5578 # Try sorting and uniquifying the output.
5579 if sort "$nlist" | uniq > "$nlist"T; then
5580 mv -f "$nlist"T "$nlist"
5581 else
5582 rm -f "$nlist"T
5583 fi
5584
5585 # Make sure that we snagged all the symbols we need.
5586 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5587 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5588 cat <<_LT_EOF > conftest.$ac_ext
5589#ifdef __cplusplus
5590extern "C" {
5591#endif
5592
5593_LT_EOF
5594 # Now generate the symbol file.
5595 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5596
5597 cat <<_LT_EOF >> conftest.$ac_ext
5598
5599/* The mapping between symbol names and symbols. */
5600const struct {
5601 const char *name;
5602 void *address;
5603}
5604lt__PROGRAM__LTX_preloaded_symbols[] =
5605{
5606 { "@PROGRAM@", (void *) 0 },
5607_LT_EOF
5608 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5609 cat <<\_LT_EOF >> conftest.$ac_ext
5610 {0, (void *) 0}
5611};
5612
5613/* This works around a problem in FreeBSD linker */
5614#ifdef FREEBSD_WORKAROUND
5615static const void *lt_preloaded_setup() {
5616 return lt__PROGRAM__LTX_preloaded_symbols;
5617}
5618#endif
5619
5620#ifdef __cplusplus
5621}
5622#endif
5623_LT_EOF
5624 # Now try linking the two files.
5625 mv conftest.$ac_objext conftstm.$ac_objext
5626 lt_save_LIBS="$LIBS"
5627 lt_save_CFLAGS="$CFLAGS"
5628 LIBS="conftstm.$ac_objext"
5629 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5630 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5631 (eval $ac_link) 2>&5
5632 ac_status=$?
5633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5634 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5635 pipe_works=yes
5636 fi
5637 LIBS="$lt_save_LIBS"
5638 CFLAGS="$lt_save_CFLAGS"
5639 else
5640 echo "cannot find nm_test_func in $nlist" >&5
5641 fi
5642 else
5643 echo "cannot find nm_test_var in $nlist" >&5
5644 fi
5645 else
5646 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5647 fi
5648 else
5649 echo "$progname: failed program was:" >&5
5650 cat conftest.$ac_ext >&5
5651 fi
5652 rm -rf conftest* conftst*
5653
5654 # Do not use the global_symbol_pipe unless it works.
5655 if test "$pipe_works" = yes; then
5656 break
5657 else
5658 lt_cv_sys_global_symbol_pipe=
5659 fi
5660done
5661
5662fi
5663
5664if test -z "$lt_cv_sys_global_symbol_pipe"; then
5665 lt_cv_sys_global_symbol_to_cdecl=
5666fi
5667if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5669$as_echo "failed" >&6; }
5670else
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5672$as_echo "ok" >&6; }
5673fi
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696# Check whether --enable-libtool-lock was given.
5697if test "${enable_libtool_lock+set}" = set; then :
5698 enableval=$enable_libtool_lock;
5699fi
5700
5701test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5702
5703# Some flags need to be propagated to the compiler or linker for good
5704# libtool support.
5705case $host in
5706ia64-*-hpux*)
5707 # Find out which ABI we are using.
5708 echo 'int i;' > conftest.$ac_ext
5709 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5710 (eval $ac_compile) 2>&5
5711 ac_status=$?
5712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5713 test $ac_status = 0; }; then
5714 case `/usr/bin/file conftest.$ac_objext` in
5715 *ELF-32*)
5716 HPUX_IA64_MODE="32"
5717 ;;
5718 *ELF-64*)
5719 HPUX_IA64_MODE="64"
5720 ;;
5721 esac
5722 fi
5723 rm -rf conftest*
5724 ;;
5725*-*-irix6*)
5726 # Find out which ABI we are using.
5727 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5728 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5729 (eval $ac_compile) 2>&5
5730 ac_status=$?
5731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5732 test $ac_status = 0; }; then
5733 if test "$lt_cv_prog_gnu_ld" = yes; then
5734 case `/usr/bin/file conftest.$ac_objext` in
5735 *32-bit*)
5736 LD="${LD-ld} -melf32bsmip"
5737 ;;
5738 *N32*)
5739 LD="${LD-ld} -melf32bmipn32"
5740 ;;
5741 *64-bit*)
5742 LD="${LD-ld} -melf64bmip"
5743 ;;
5744 esac
5745 else
5746 case `/usr/bin/file conftest.$ac_objext` in
5747 *32-bit*)
5748 LD="${LD-ld} -32"
5749 ;;
5750 *N32*)
5751 LD="${LD-ld} -n32"
5752 ;;
5753 *64-bit*)
5754 LD="${LD-ld} -64"
5755 ;;
5756 esac
5757 fi
5758 fi
5759 rm -rf conftest*
5760 ;;
5761
bf3d9781 5762x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5763s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5764 # Find out which ABI we are using.
5765 echo 'int i;' > conftest.$ac_ext
5766 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5767 (eval $ac_compile) 2>&5
5768 ac_status=$?
5769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5770 test $ac_status = 0; }; then
5771 case `/usr/bin/file conftest.o` in
5772 *32-bit*)
5773 case $host in
5774 x86_64-*kfreebsd*-gnu)
5775 LD="${LD-ld} -m elf_i386_fbsd"
5776 ;;
5777 x86_64-*linux*)
5778 case `/usr/bin/file conftest.o` in
5779 *x86-64*)
5780 LD="${LD-ld} -m elf32_x86_64"
5781 ;;
5782 *)
5783 LD="${LD-ld} -m elf_i386"
5784 ;;
5785 esac
5786 ;;
bf3d9781
AM
5787 powerpc64le-*linux*)
5788 LD="${LD-ld} -m elf32lppclinux"
5789 ;;
5790 powerpc64-*linux*)
6bb11ab3
L
5791 LD="${LD-ld} -m elf32ppclinux"
5792 ;;
5793 s390x-*linux*)
5794 LD="${LD-ld} -m elf_s390"
5795 ;;
5796 sparc64-*linux*)
5797 LD="${LD-ld} -m elf32_sparc"
5798 ;;
5799 esac
5800 ;;
5801 *64-bit*)
5802 case $host in
5803 x86_64-*kfreebsd*-gnu)
5804 LD="${LD-ld} -m elf_x86_64_fbsd"
5805 ;;
5806 x86_64-*linux*)
5807 LD="${LD-ld} -m elf_x86_64"
5808 ;;
bf3d9781
AM
5809 powerpcle-*linux*)
5810 LD="${LD-ld} -m elf64lppc"
5811 ;;
5812 powerpc-*linux*)
6bb11ab3
L
5813 LD="${LD-ld} -m elf64ppc"
5814 ;;
5815 s390*-*linux*|s390*-*tpf*)
5816 LD="${LD-ld} -m elf64_s390"
5817 ;;
5818 sparc*-*linux*)
5819 LD="${LD-ld} -m elf64_sparc"
5820 ;;
5821 esac
5822 ;;
5823 esac
5824 fi
5825 rm -rf conftest*
5826 ;;
5827
5828*-*-sco3.2v5*)
5829 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5830 SAVE_CFLAGS="$CFLAGS"
5831 CFLAGS="$CFLAGS -belf"
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5833$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5834if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5835 $as_echo_n "(cached) " >&6
5836else
5837 ac_ext=c
5838ac_cpp='$CPP $CPPFLAGS'
5839ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5840ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5841ac_compiler_gnu=$ac_cv_c_compiler_gnu
5842
5843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5844/* end confdefs.h. */
5845
5846int
5847main ()
5848{
5849
5850 ;
5851 return 0;
5852}
5853_ACEOF
5854if ac_fn_c_try_link "$LINENO"; then :
5855 lt_cv_cc_needs_belf=yes
5856else
5857 lt_cv_cc_needs_belf=no
5858fi
5859rm -f core conftest.err conftest.$ac_objext \
5860 conftest$ac_exeext conftest.$ac_ext
5861 ac_ext=c
5862ac_cpp='$CPP $CPPFLAGS'
5863ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5864ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5865ac_compiler_gnu=$ac_cv_c_compiler_gnu
5866
5867fi
5868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5869$as_echo "$lt_cv_cc_needs_belf" >&6; }
5870 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5871 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5872 CFLAGS="$SAVE_CFLAGS"
5873 fi
5874 ;;
5875sparc*-*solaris*)
5876 # Find out which ABI we are using.
5877 echo 'int i;' > conftest.$ac_ext
5878 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5879 (eval $ac_compile) 2>&5
5880 ac_status=$?
5881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5882 test $ac_status = 0; }; then
5883 case `/usr/bin/file conftest.o` in
5884 *64-bit*)
5885 case $lt_cv_prog_gnu_ld in
5886 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5887 *)
5888 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5889 LD="${LD-ld} -64"
5890 fi
5891 ;;
5892 esac
5893 ;;
5894 esac
5895 fi
5896 rm -rf conftest*
5897 ;;
5898esac
5899
5900need_locks="$enable_libtool_lock"
5901
5902
5903 case $host_os in
5904 rhapsody* | darwin*)
5905 if test -n "$ac_tool_prefix"; then
5906 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5907set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5909$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5910if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5911 $as_echo_n "(cached) " >&6
5912else
5913 if test -n "$DSYMUTIL"; then
5914 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5915else
5916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917for as_dir in $PATH
5918do
5919 IFS=$as_save_IFS
5920 test -z "$as_dir" && as_dir=.
5921 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5923 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5925 break 2
5926 fi
5927done
5928 done
5929IFS=$as_save_IFS
5930
5931fi
5932fi
5933DSYMUTIL=$ac_cv_prog_DSYMUTIL
5934if test -n "$DSYMUTIL"; then
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5936$as_echo "$DSYMUTIL" >&6; }
5937else
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5939$as_echo "no" >&6; }
5940fi
5941
5942
5943fi
5944if test -z "$ac_cv_prog_DSYMUTIL"; then
5945 ac_ct_DSYMUTIL=$DSYMUTIL
5946 # Extract the first word of "dsymutil", so it can be a program name with args.
5947set dummy dsymutil; ac_word=$2
5948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5949$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5950if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5951 $as_echo_n "(cached) " >&6
5952else
5953 if test -n "$ac_ct_DSYMUTIL"; then
5954 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5955else
5956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5957for as_dir in $PATH
5958do
5959 IFS=$as_save_IFS
5960 test -z "$as_dir" && as_dir=.
5961 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5963 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5965 break 2
5966 fi
5967done
5968 done
5969IFS=$as_save_IFS
5970
5971fi
5972fi
5973ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5974if test -n "$ac_ct_DSYMUTIL"; then
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5976$as_echo "$ac_ct_DSYMUTIL" >&6; }
5977else
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5979$as_echo "no" >&6; }
5980fi
5981
5982 if test "x$ac_ct_DSYMUTIL" = x; then
5983 DSYMUTIL=":"
5984 else
5985 case $cross_compiling:$ac_tool_warned in
5986yes:)
5987{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5988$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5989ac_tool_warned=yes ;;
5990esac
5991 DSYMUTIL=$ac_ct_DSYMUTIL
5992 fi
5993else
5994 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5995fi
5996
5997 if test -n "$ac_tool_prefix"; then
5998 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5999set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6001$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6002if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6003 $as_echo_n "(cached) " >&6
6004else
6005 if test -n "$NMEDIT"; then
6006 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6007else
6008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009for as_dir in $PATH
6010do
6011 IFS=$as_save_IFS
6012 test -z "$as_dir" && as_dir=.
6013 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6015 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6017 break 2
6018 fi
6019done
6020 done
6021IFS=$as_save_IFS
6022
6023fi
6024fi
6025NMEDIT=$ac_cv_prog_NMEDIT
6026if test -n "$NMEDIT"; then
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6028$as_echo "$NMEDIT" >&6; }
6029else
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6031$as_echo "no" >&6; }
6032fi
6033
6034
6035fi
6036if test -z "$ac_cv_prog_NMEDIT"; then
6037 ac_ct_NMEDIT=$NMEDIT
6038 # Extract the first word of "nmedit", so it can be a program name with args.
6039set dummy nmedit; ac_word=$2
6040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6041$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6042if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6043 $as_echo_n "(cached) " >&6
6044else
6045 if test -n "$ac_ct_NMEDIT"; then
6046 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6047else
6048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049for as_dir in $PATH
6050do
6051 IFS=$as_save_IFS
6052 test -z "$as_dir" && as_dir=.
6053 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6055 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6057 break 2
6058 fi
6059done
6060 done
6061IFS=$as_save_IFS
6062
6063fi
6064fi
6065ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6066if test -n "$ac_ct_NMEDIT"; then
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6068$as_echo "$ac_ct_NMEDIT" >&6; }
6069else
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6071$as_echo "no" >&6; }
6072fi
6073
6074 if test "x$ac_ct_NMEDIT" = x; then
6075 NMEDIT=":"
6076 else
6077 case $cross_compiling:$ac_tool_warned in
6078yes:)
6079{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6080$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6081ac_tool_warned=yes ;;
6082esac
6083 NMEDIT=$ac_ct_NMEDIT
6084 fi
6085else
6086 NMEDIT="$ac_cv_prog_NMEDIT"
6087fi
6088
6089 if test -n "$ac_tool_prefix"; then
6090 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6091set dummy ${ac_tool_prefix}lipo; ac_word=$2
6092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6093$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6094if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6095 $as_echo_n "(cached) " >&6
6096else
6097 if test -n "$LIPO"; then
6098 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6099else
6100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101for as_dir in $PATH
6102do
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6106 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6107 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6109 break 2
6110 fi
6111done
6112 done
6113IFS=$as_save_IFS
6114
6115fi
6116fi
6117LIPO=$ac_cv_prog_LIPO
6118if test -n "$LIPO"; then
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6120$as_echo "$LIPO" >&6; }
6121else
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6123$as_echo "no" >&6; }
6124fi
6125
6126
6127fi
6128if test -z "$ac_cv_prog_LIPO"; then
6129 ac_ct_LIPO=$LIPO
6130 # Extract the first word of "lipo", so it can be a program name with args.
6131set dummy lipo; ac_word=$2
6132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6133$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6134if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6135 $as_echo_n "(cached) " >&6
6136else
6137 if test -n "$ac_ct_LIPO"; then
6138 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6139else
6140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141for as_dir in $PATH
6142do
6143 IFS=$as_save_IFS
6144 test -z "$as_dir" && as_dir=.
6145 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6147 ac_cv_prog_ac_ct_LIPO="lipo"
6148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6149 break 2
6150 fi
6151done
6152 done
6153IFS=$as_save_IFS
6154
6155fi
6156fi
6157ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6158if test -n "$ac_ct_LIPO"; then
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6160$as_echo "$ac_ct_LIPO" >&6; }
6161else
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6163$as_echo "no" >&6; }
6164fi
6165
6166 if test "x$ac_ct_LIPO" = x; then
6167 LIPO=":"
6168 else
6169 case $cross_compiling:$ac_tool_warned in
6170yes:)
6171{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6172$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173ac_tool_warned=yes ;;
6174esac
6175 LIPO=$ac_ct_LIPO
6176 fi
6177else
6178 LIPO="$ac_cv_prog_LIPO"
6179fi
6180
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6183set dummy ${ac_tool_prefix}otool; ac_word=$2
6184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6185$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6186if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6187 $as_echo_n "(cached) " >&6
6188else
6189 if test -n "$OTOOL"; then
6190 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6191else
6192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193for as_dir in $PATH
6194do
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6199 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6201 break 2
6202 fi
6203done
6204 done
6205IFS=$as_save_IFS
6206
6207fi
6208fi
6209OTOOL=$ac_cv_prog_OTOOL
6210if test -n "$OTOOL"; then
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6212$as_echo "$OTOOL" >&6; }
6213else
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6215$as_echo "no" >&6; }
6216fi
6217
6218
6219fi
6220if test -z "$ac_cv_prog_OTOOL"; then
6221 ac_ct_OTOOL=$OTOOL
6222 # Extract the first word of "otool", so it can be a program name with args.
6223set dummy otool; ac_word=$2
6224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6225$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6226if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6227 $as_echo_n "(cached) " >&6
6228else
6229 if test -n "$ac_ct_OTOOL"; then
6230 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6231else
6232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233for as_dir in $PATH
6234do
6235 IFS=$as_save_IFS
6236 test -z "$as_dir" && as_dir=.
6237 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6239 ac_cv_prog_ac_ct_OTOOL="otool"
6240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6241 break 2
6242 fi
6243done
6244 done
6245IFS=$as_save_IFS
6246
6247fi
6248fi
6249ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6250if test -n "$ac_ct_OTOOL"; then
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6252$as_echo "$ac_ct_OTOOL" >&6; }
6253else
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6255$as_echo "no" >&6; }
6256fi
6257
6258 if test "x$ac_ct_OTOOL" = x; then
6259 OTOOL=":"
6260 else
6261 case $cross_compiling:$ac_tool_warned in
6262yes:)
6263{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6264$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265ac_tool_warned=yes ;;
6266esac
6267 OTOOL=$ac_ct_OTOOL
6268 fi
6269else
6270 OTOOL="$ac_cv_prog_OTOOL"
6271fi
6272
6273 if test -n "$ac_tool_prefix"; then
6274 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6275set dummy ${ac_tool_prefix}otool64; ac_word=$2
6276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6277$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6278if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6279 $as_echo_n "(cached) " >&6
6280else
6281 if test -n "$OTOOL64"; then
6282 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6283else
6284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6285for as_dir in $PATH
6286do
6287 IFS=$as_save_IFS
6288 test -z "$as_dir" && as_dir=.
6289 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6291 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6293 break 2
6294 fi
6295done
6296 done
6297IFS=$as_save_IFS
6298
6299fi
6300fi
6301OTOOL64=$ac_cv_prog_OTOOL64
6302if test -n "$OTOOL64"; then
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6304$as_echo "$OTOOL64" >&6; }
6305else
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6307$as_echo "no" >&6; }
6308fi
6309
6310
6311fi
6312if test -z "$ac_cv_prog_OTOOL64"; then
6313 ac_ct_OTOOL64=$OTOOL64
6314 # Extract the first word of "otool64", so it can be a program name with args.
6315set dummy otool64; ac_word=$2
6316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6317$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6318if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6319 $as_echo_n "(cached) " >&6
6320else
6321 if test -n "$ac_ct_OTOOL64"; then
6322 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6323else
6324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6325for as_dir in $PATH
6326do
6327 IFS=$as_save_IFS
6328 test -z "$as_dir" && as_dir=.
6329 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6331 ac_cv_prog_ac_ct_OTOOL64="otool64"
6332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6333 break 2
6334 fi
6335done
6336 done
6337IFS=$as_save_IFS
6338
6339fi
6340fi
6341ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6342if test -n "$ac_ct_OTOOL64"; then
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6344$as_echo "$ac_ct_OTOOL64" >&6; }
6345else
6346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6347$as_echo "no" >&6; }
6348fi
6349
6350 if test "x$ac_ct_OTOOL64" = x; then
6351 OTOOL64=":"
6352 else
6353 case $cross_compiling:$ac_tool_warned in
6354yes:)
6355{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6356$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6357ac_tool_warned=yes ;;
6358esac
6359 OTOOL64=$ac_ct_OTOOL64
6360 fi
6361else
6362 OTOOL64="$ac_cv_prog_OTOOL64"
6363fi
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6392$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6393if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6394 $as_echo_n "(cached) " >&6
6395else
6396 lt_cv_apple_cc_single_mod=no
6397 if test -z "${LT_MULTI_MODULE}"; then
6398 # By default we will add the -single_module flag. You can override
6399 # by either setting the environment variable LT_MULTI_MODULE
6400 # non-empty at configure time, or by adding -multi_module to the
6401 # link flags.
6402 rm -rf libconftest.dylib*
6403 echo "int foo(void){return 1;}" > conftest.c
6404 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6405-dynamiclib -Wl,-single_module conftest.c" >&5
6406 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6407 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6408 _lt_result=$?
6409 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6410 lt_cv_apple_cc_single_mod=yes
6411 else
6412 cat conftest.err >&5
6413 fi
6414 rm -rf libconftest.dylib*
6415 rm -f conftest.*
6416 fi
6417fi
6418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6419$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6421$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6422if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6423 $as_echo_n "(cached) " >&6
6424else
6425 lt_cv_ld_exported_symbols_list=no
6426 save_LDFLAGS=$LDFLAGS
6427 echo "_main" > conftest.sym
6428 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6430/* end confdefs.h. */
6431
6432int
6433main ()
6434{
6435
6436 ;
6437 return 0;
6438}
6439_ACEOF
6440if ac_fn_c_try_link "$LINENO"; then :
6441 lt_cv_ld_exported_symbols_list=yes
6442else
6443 lt_cv_ld_exported_symbols_list=no
6444fi
6445rm -f core conftest.err conftest.$ac_objext \
6446 conftest$ac_exeext conftest.$ac_ext
6447 LDFLAGS="$save_LDFLAGS"
6448
6449fi
6450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6451$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6453$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6454if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6455 $as_echo_n "(cached) " >&6
6456else
6457 lt_cv_ld_force_load=no
6458 cat > conftest.c << _LT_EOF
6459int forced_loaded() { return 2;}
6460_LT_EOF
6461 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6462 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6463 echo "$AR cru libconftest.a conftest.o" >&5
6464 $AR cru libconftest.a conftest.o 2>&5
6465 cat > conftest.c << _LT_EOF
6466int main() { return 0;}
6467_LT_EOF
6468 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6469 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6470 _lt_result=$?
6471 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6472 lt_cv_ld_force_load=yes
6473 else
6474 cat conftest.err >&5
6475 fi
6476 rm -f conftest.err libconftest.a conftest conftest.c
6477 rm -rf conftest.dSYM
6478
6479fi
6480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6481$as_echo "$lt_cv_ld_force_load" >&6; }
6482 case $host_os in
6483 rhapsody* | darwin1.[012])
6484 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6485 darwin1.*)
6486 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6487 darwin*) # darwin 5.x on
6488 # if running on 10.5 or later, the deployment target defaults
6489 # to the OS version, if on x86, and 10.4, the deployment
6490 # target defaults to 10.4. Don't you love it?
6491 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6492 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6493 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6494 10.[012][,.]*)
6bb11ab3
L
6495 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6496 10.*)
6497 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6498 esac
6499 ;;
6500 esac
6501 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6502 _lt_dar_single_mod='$single_module'
6503 fi
6504 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6505 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6506 else
6507 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6508 fi
6509 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6510 _lt_dsymutil='~$DSYMUTIL $lib || :'
6511 else
6512 _lt_dsymutil=
6513 fi
6514 ;;
6515 esac
6516
6517for ac_header in dlfcn.h
6518do :
6519 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6520"
d0ac1c44 6521if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6522 cat >>confdefs.h <<_ACEOF
6523#define HAVE_DLFCN_H 1
6524_ACEOF
6525
6526fi
6527
6528done
6529
6530
6531
6bb11ab3
L
6532ac_config_headers="$ac_config_headers config.h:config.in"
6533
6534
6535
0cb8d851
MF
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6537$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6538if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6539 $as_echo_n "(cached) " >&6
6540else
6541 ac_cv_c_bigendian=unknown
6542 # See if we're dealing with a universal compiler.
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544/* end confdefs.h. */
6545#ifndef __APPLE_CC__
6546 not a universal capable compiler
6547 #endif
6548 typedef int dummy;
6549
6550_ACEOF
6551if ac_fn_c_try_compile "$LINENO"; then :
6552
6553 # Check for potential -arch flags. It is not universal unless
6554 # there are at least two -arch flags with different values.
6555 ac_arch=
6556 ac_prev=
6557 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6558 if test -n "$ac_prev"; then
6559 case $ac_word in
6560 i?86 | x86_64 | ppc | ppc64)
6561 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6562 ac_arch=$ac_word
6563 else
6564 ac_cv_c_bigendian=universal
6565 break
6566 fi
6567 ;;
6568 esac
6569 ac_prev=
6570 elif test "x$ac_word" = "x-arch"; then
6571 ac_prev=arch
6572 fi
6573 done
6574fi
6575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6576 if test $ac_cv_c_bigendian = unknown; then
6577 # See if sys/param.h defines the BYTE_ORDER macro.
6578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6579/* end confdefs.h. */
6580#include <sys/types.h>
6581 #include <sys/param.h>
6582
6583int
6584main ()
6585{
6586#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6587 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6588 && LITTLE_ENDIAN)
6589 bogus endian macros
6590 #endif
6591
6592 ;
6593 return 0;
6594}
6595_ACEOF
6596if ac_fn_c_try_compile "$LINENO"; then :
6597 # It does; now see whether it defined to BIG_ENDIAN or not.
6598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6599/* end confdefs.h. */
6600#include <sys/types.h>
6601 #include <sys/param.h>
6602
6603int
6604main ()
6605{
6606#if BYTE_ORDER != BIG_ENDIAN
6607 not big endian
6608 #endif
6609
6610 ;
6611 return 0;
6612}
6613_ACEOF
6614if ac_fn_c_try_compile "$LINENO"; then :
6615 ac_cv_c_bigendian=yes
6616else
6617 ac_cv_c_bigendian=no
6618fi
6619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6620fi
6621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6622 fi
6623 if test $ac_cv_c_bigendian = unknown; then
6624 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6626/* end confdefs.h. */
6627#include <limits.h>
6628
6629int
6630main ()
6631{
6632#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6633 bogus endian macros
6634 #endif
6635
6636 ;
6637 return 0;
6638}
6639_ACEOF
6640if ac_fn_c_try_compile "$LINENO"; then :
6641 # It does; now see whether it defined to _BIG_ENDIAN or not.
6642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6643/* end confdefs.h. */
6644#include <limits.h>
6645
6646int
6647main ()
6648{
6649#ifndef _BIG_ENDIAN
6650 not big endian
6651 #endif
6652
6653 ;
6654 return 0;
6655}
6656_ACEOF
6657if ac_fn_c_try_compile "$LINENO"; then :
6658 ac_cv_c_bigendian=yes
6659else
6660 ac_cv_c_bigendian=no
6661fi
6662rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6663fi
6664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6665 fi
6666 if test $ac_cv_c_bigendian = unknown; then
6667 # Compile a test program.
6668 if test "$cross_compiling" = yes; then :
6669 # Try to guess by grepping values from an object file.
6670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6671/* end confdefs.h. */
6672short int ascii_mm[] =
6673 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6674 short int ascii_ii[] =
6675 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6676 int use_ascii (int i) {
6677 return ascii_mm[i] + ascii_ii[i];
6678 }
6679 short int ebcdic_ii[] =
6680 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6681 short int ebcdic_mm[] =
6682 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6683 int use_ebcdic (int i) {
6684 return ebcdic_mm[i] + ebcdic_ii[i];
6685 }
6686 extern int foo;
6687
6688int
6689main ()
6690{
6691return use_ascii (foo) == use_ebcdic (foo);
6692 ;
6693 return 0;
6694}
6695_ACEOF
6696if ac_fn_c_try_compile "$LINENO"; then :
6697 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6698 ac_cv_c_bigendian=yes
6699 fi
6700 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6701 if test "$ac_cv_c_bigendian" = unknown; then
6702 ac_cv_c_bigendian=no
6703 else
6704 # finding both strings is unlikely to happen, but who knows?
6705 ac_cv_c_bigendian=unknown
6706 fi
6707 fi
6708fi
6709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6710else
6711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6712/* end confdefs.h. */
6713$ac_includes_default
6714int
6715main ()
6716{
6717
6718 /* Are we little or big endian? From Harbison&Steele. */
6719 union
6720 {
6721 long int l;
6722 char c[sizeof (long int)];
6723 } u;
6724 u.l = 1;
6725 return u.c[sizeof (long int) - 1] == 1;
6726
6727 ;
6728 return 0;
6729}
6730_ACEOF
6731if ac_fn_c_try_run "$LINENO"; then :
6732 ac_cv_c_bigendian=no
6733else
6734 ac_cv_c_bigendian=yes
6735fi
6736rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6737 conftest.$ac_objext conftest.beam conftest.$ac_ext
6738fi
6739
6740 fi
6741fi
6742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6743$as_echo "$ac_cv_c_bigendian" >&6; }
6744 case $ac_cv_c_bigendian in #(
6745 yes)
6746 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6747;; #(
6748 no)
6749 ;; #(
6750 universal)
6751
6752$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6753
6754 ;; #(
6755 *)
d0ac1c44 6756 as_fn_error $? "unknown endianness
0cb8d851
MF
6757 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6758 esac
6759
6bb11ab3
L
6760
6761
6762
6763# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6764if test -z "$CC_FOR_BUILD"; then
6765 if test "x$cross_compiling" = "xno"; then
6766 CC_FOR_BUILD='$(CC)'
6767 else
6768 CC_FOR_BUILD=gcc
6769 fi
6bb11ab3
L
6770fi
6771
6772
6773
6bb11ab3
L
6774AR=${AR-ar}
6775
6776if test -n "$ac_tool_prefix"; then
6777 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6778set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6780$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6781if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6782 $as_echo_n "(cached) " >&6
6783else
6784 if test -n "$RANLIB"; then
6785 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6786else
6787as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6788for as_dir in $PATH
6789do
6790 IFS=$as_save_IFS
6791 test -z "$as_dir" && as_dir=.
6792 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6794 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6796 break 2
6797 fi
6798done
6799 done
6800IFS=$as_save_IFS
6801
6802fi
6803fi
6804RANLIB=$ac_cv_prog_RANLIB
6805if test -n "$RANLIB"; then
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6807$as_echo "$RANLIB" >&6; }
6808else
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6810$as_echo "no" >&6; }
6811fi
6812
6813
6814fi
6815if test -z "$ac_cv_prog_RANLIB"; then
6816 ac_ct_RANLIB=$RANLIB
6817 # Extract the first word of "ranlib", so it can be a program name with args.
6818set dummy ranlib; ac_word=$2
6819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6820$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6821if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6822 $as_echo_n "(cached) " >&6
6823else
6824 if test -n "$ac_ct_RANLIB"; then
6825 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6826else
6827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6828for as_dir in $PATH
6829do
6830 IFS=$as_save_IFS
6831 test -z "$as_dir" && as_dir=.
6832 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6834 ac_cv_prog_ac_ct_RANLIB="ranlib"
6835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6836 break 2
6837 fi
6838done
6839 done
6840IFS=$as_save_IFS
6841
6842fi
6843fi
6844ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6845if test -n "$ac_ct_RANLIB"; then
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6847$as_echo "$ac_ct_RANLIB" >&6; }
6848else
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6850$as_echo "no" >&6; }
6851fi
6852
6853 if test "x$ac_ct_RANLIB" = x; then
6854 RANLIB=":"
6855 else
6856 case $cross_compiling:$ac_tool_warned in
6857yes:)
6858{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6859$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6860ac_tool_warned=yes ;;
6861esac
6862 RANLIB=$ac_ct_RANLIB
6863 fi
6864else
6865 RANLIB="$ac_cv_prog_RANLIB"
6866fi
6867
6868
46f900c0
MF
6869# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6870# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6871# is C99. So handle it ourselves.
6872:
6873C_DIALECT=
6874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6875$as_echo_n "checking whether C11 is supported by default... " >&6; }
6876cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877/* end confdefs.h. */
6878
6879#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6880# error "C11 support not found"
6881#endif
6882
6883_ACEOF
6884if ac_fn_c_try_compile "$LINENO"; then :
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6886$as_echo "yes" >&6; }
6887else
6888
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6890$as_echo "no" >&6; }
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6892$as_echo_n "checking for -std=c11 support... " >&6; }
6893 ac_save_CC="$CC"
6894 CC="$CC -std=c11"
6895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6896/* end confdefs.h. */
6897
6898#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6899# error "C11 support not found"
6900#endif
6901
6902_ACEOF
6903if ac_fn_c_try_compile "$LINENO"; then :
6904
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6906$as_echo "yes" >&6; }
6907 CC="$ac_save_CC"
6908 C_DIALECT="-std=c11"
6909
6910else
6911 as_fn_error $? "C11 is required" "$LINENO" 5
6912fi
6913rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6914fi
6915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6916
6917
6bb11ab3
L
6918# Some of the common include files depend on bfd.h, and bfd.h checks
6919# that config.h is included first by testing that the PACKAGE macro
6920# is defined.
6921PACKAGE=sim
6922
6923cat >>confdefs.h <<_ACEOF
6924#define PACKAGE "$PACKAGE"
6925_ACEOF
6926
6927
6928
6929# Dependency checking.
6930ac_config_commands="$ac_config_commands depdir"
6931
6932
6933depcc="$CC" am_compiler_list=
6934
6935am_depcomp=$ac_aux_dir/depcomp
6936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6937$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6938if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6939 $as_echo_n "(cached) " >&6
6940else
6941 if test -f "$am_depcomp"; then
6942 # We make a subdir and do the tests there. Otherwise we can end up
6943 # making bogus files that we don't know about and never remove. For
6944 # instance it was reported that on HP-UX the gcc test will end up
6945 # making a dummy file named `D' -- because `-MD' means `put the output
6946 # in D'.
6947 mkdir conftest.dir
6948 # Copy depcomp to subdir because otherwise we won't find it if we're
6949 # using a relative directory.
6950 cp "$am_depcomp" conftest.dir
6951 cd conftest.dir
6952 # We will build objects and dependencies in a subdirectory because
6953 # it helps to detect inapplicable dependency modes. For instance
6954 # both Tru64's cc and ICC support -MD to output dependencies as a
6955 # side effect of compilation, but ICC will put the dependencies in
6956 # the current directory while Tru64 will put them in the object
6957 # directory.
6958 mkdir sub
6959
6960 am_cv_CC_dependencies_compiler_type=none
6961 if test "$am_compiler_list" = ""; then
6962 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6963 fi
6964 for depmode in $am_compiler_list; do
6965 if test $depmode = none; then break; fi
6966
6967 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6968 # Setup a source with many dependencies, because some compilers
6969 # like to wrap large dependency lists on column 80 (with \), and
6970 # we should not choose a depcomp mode which is confused by this.
6971 #
6972 # We need to recreate these files for each test, as the compiler may
6973 # overwrite some of them when testing with obscure command lines.
6974 # This happens at least with the AIX C compiler.
6975 : > sub/conftest.c
6976 for i in 1 2 3 4 5 6; do
6977 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6978 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6979 # Solaris 8's {/usr,}/bin/sh.
6980 touch sub/conftst$i.h
6981 done
6982 echo "include sub/conftest.Po" > confmf
6983
6984 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6985 # mode. It turns out that the SunPro C++ compiler does not properly
6986 # handle `-M -o', and we need to detect this.
6987 depcmd="depmode=$depmode \
6988 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6989 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6990 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6991 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6992 if env $depcmd > conftest.err 2>&1 &&
6993 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6994 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6995 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6996 # icc doesn't choke on unknown options, it will just issue warnings
6997 # or remarks (even with -Werror). So we grep stderr for any message
6998 # that says an option was ignored or not supported.
6999 # When given -MP, icc 7.0 and 7.1 complain thusly:
7000 # icc: Command line warning: ignoring option '-M'; no argument required
7001 # The diagnosis changed in icc 8.0:
7002 # icc: Command line remark: option '-MP' not supported
7003 if (grep 'ignoring option' conftest.err ||
7004 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7005 am_cv_CC_dependencies_compiler_type=$depmode
7006 $as_echo "$as_me:$LINENO: success" >&5
7007 break
7008 fi
7009 fi
7010 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7011 sed -e 's/^/| /' < conftest.err >&5
7012 done
7013
7014 cd ..
7015 rm -rf conftest.dir
7016else
7017 am_cv_CC_dependencies_compiler_type=none
7018fi
7019
7020fi
7021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7022$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7023if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7024then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7025else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7026
7027fi
7028
7029
7030# Check for the 'make' the user wants to use.
7031for ac_prog in make
7032do
7033 # Extract the first word of "$ac_prog", so it can be a program name with args.
7034set dummy $ac_prog; ac_word=$2
7035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7036$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7037if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7038 $as_echo_n "(cached) " >&6
7039else
7040 if test -n "$MAKE"; then
7041 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7042else
7043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7044for as_dir in $PATH
7045do
7046 IFS=$as_save_IFS
7047 test -z "$as_dir" && as_dir=.
7048 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7050 ac_cv_prog_MAKE="$ac_prog"
7051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7052 break 2
7053 fi
7054done
7055 done
7056IFS=$as_save_IFS
7057
7058fi
7059fi
7060MAKE=$ac_cv_prog_MAKE
7061if test -n "$MAKE"; then
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7063$as_echo "$MAKE" >&6; }
7064else
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7066$as_echo "no" >&6; }
7067fi
7068
7069
7070 test -n "$MAKE" && break
7071done
7072
7073MAKE_IS_GNU=
7074case "`$MAKE --version 2>&1 | sed 1q`" in
7075 *GNU*)
7076 MAKE_IS_GNU=yes
7077 ;;
7078esac
7079 if test "$MAKE_IS_GNU" = yes; then
7080 GMAKE_TRUE=
7081 GMAKE_FALSE='#'
7082else
7083 GMAKE_TRUE='#'
7084 GMAKE_FALSE=
7085fi
7086
7087
7088ALL_LINGUAS=
7089# If we haven't got the data from the intl directory,
7090# assume NLS is disabled.
7091USE_NLS=no
7092LIBINTL=
7093LIBINTL_DEP=
7094INCINTL=
7095XGETTEXT=
7096GMSGFMT=
7097POSUB=
7098
7099if test -f ../../intl/config.intl; then
7100 . ../../intl/config.intl
7101fi
7102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7103$as_echo_n "checking whether NLS is requested... " >&6; }
7104if test x"$USE_NLS" != xyes; then
7105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7106$as_echo "no" >&6; }
7107else
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7109$as_echo "yes" >&6; }
7110
7111$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7112
7113
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7115$as_echo_n "checking for catalogs to be installed... " >&6; }
7116 # Look for .po and .gmo files in the source directory.
7117 CATALOGS=
7118 XLINGUAS=
7119 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7120 # If there aren't any .gmo files the shell will give us the
7121 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7122 # weeded out.
7123 case "$cat" in *\**)
7124 continue;;
7125 esac
7126 # The quadruple backslash is collapsed to a double backslash
7127 # by the backticks, then collapsed again by the double quotes,
7128 # leaving us with one backslash in the sed expression (right
7129 # before the dot that mustn't act as a wildcard).
7130 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7131 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7132 # The user is allowed to set LINGUAS to a list of languages to
7133 # install catalogs for. If it's empty that means "all of them."
7134 if test "x$LINGUAS" = x; then
7135 CATALOGS="$CATALOGS $cat"
7136 XLINGUAS="$XLINGUAS $lang"
7137 else
7138 case "$LINGUAS" in *$lang*)
7139 CATALOGS="$CATALOGS $cat"
7140 XLINGUAS="$XLINGUAS $lang"
7141 ;;
7142 esac
7143 fi
7144 done
7145 LINGUAS="$XLINGUAS"
7146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7147$as_echo "$LINGUAS" >&6; }
7148
7149
7150 DATADIRNAME=share
7151
7152 INSTOBJEXT=.mo
7153
7154 GENCAT=gencat
7155
7156 CATOBJEXT=.gmo
7157
7158fi
7159
7160# Check for common headers.
68ed2854
MF
7161# NB: You can assume C11 headers exist.
7162for ac_header in unistd.h
6bb11ab3 7163do :
68ed2854
MF
7164 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7165if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7166 cat >>confdefs.h <<_ACEOF
68ed2854 7167#define HAVE_UNISTD_H 1
6bb11ab3
L
7168_ACEOF
7169
7170fi
7171
7172done
7173
936df756 7174for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7175do :
7176 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7177ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7178if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7179 cat >>confdefs.h <<_ACEOF
7180#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7181_ACEOF
7182
7183fi
7184
7185done
7186
7187for ac_header in fcntl.h fpu_control.h
7188do :
7189 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7190ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7191if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7192 cat >>confdefs.h <<_ACEOF
7193#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7194_ACEOF
7195
7196fi
7197
7198done
7199
68ed2854 7200for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7201do :
7202 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7203ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7204if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7205 cat >>confdefs.h <<_ACEOF
7206#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7207_ACEOF
7208
7209fi
7210
7211done
7212
7213for ac_func in getrusage time sigaction __setfpucw
7214do :
7215 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7216ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7217if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7218 cat >>confdefs.h <<_ACEOF
7219#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7220_ACEOF
7221
7222fi
7223done
7224
936df756
MF
7225for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7226do :
7227 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7228ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7229if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7230 cat >>confdefs.h <<_ACEOF
7231#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7232_ACEOF
7233
7234fi
7235done
7236
7237ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7238#include <sys/types.h>
7239#endif
7240#ifdef HAVE_SYS_STAT_H
7241#include <sys/stat.h>
7242#endif
7243"
d0ac1c44 7244if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7245
7246cat >>confdefs.h <<_ACEOF
7247#define HAVE_STRUCT_STAT_ST_DEV 1
7248_ACEOF
7249
7250
7251fi
7252ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7253#include <sys/types.h>
7254#endif
7255#ifdef HAVE_SYS_STAT_H
7256#include <sys/stat.h>
7257#endif
7258"
d0ac1c44 7259if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7260
7261cat >>confdefs.h <<_ACEOF
7262#define HAVE_STRUCT_STAT_ST_INO 1
7263_ACEOF
7264
7265
7266fi
7267ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7268#include <sys/types.h>
7269#endif
7270#ifdef HAVE_SYS_STAT_H
7271#include <sys/stat.h>
7272#endif
7273"
d0ac1c44 7274if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7275
7276cat >>confdefs.h <<_ACEOF
7277#define HAVE_STRUCT_STAT_ST_MODE 1
7278_ACEOF
7279
7280
7281fi
7282ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7283#include <sys/types.h>
7284#endif
7285#ifdef HAVE_SYS_STAT_H
7286#include <sys/stat.h>
7287#endif
7288"
d0ac1c44 7289if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7290
7291cat >>confdefs.h <<_ACEOF
7292#define HAVE_STRUCT_STAT_ST_NLINK 1
7293_ACEOF
7294
7295
7296fi
7297ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7298#include <sys/types.h>
7299#endif
7300#ifdef HAVE_SYS_STAT_H
7301#include <sys/stat.h>
7302#endif
7303"
d0ac1c44 7304if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7305
7306cat >>confdefs.h <<_ACEOF
7307#define HAVE_STRUCT_STAT_ST_UID 1
7308_ACEOF
7309
7310
7311fi
7312ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7313#include <sys/types.h>
7314#endif
7315#ifdef HAVE_SYS_STAT_H
7316#include <sys/stat.h>
7317#endif
7318"
d0ac1c44 7319if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7320
7321cat >>confdefs.h <<_ACEOF
7322#define HAVE_STRUCT_STAT_ST_GID 1
7323_ACEOF
7324
7325
7326fi
7327ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7328#include <sys/types.h>
7329#endif
7330#ifdef HAVE_SYS_STAT_H
7331#include <sys/stat.h>
7332#endif
7333"
d0ac1c44 7334if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7335
7336cat >>confdefs.h <<_ACEOF
7337#define HAVE_STRUCT_STAT_ST_RDEV 1
7338_ACEOF
7339
7340
7341fi
7342ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7343#include <sys/types.h>
7344#endif
7345#ifdef HAVE_SYS_STAT_H
7346#include <sys/stat.h>
7347#endif
7348"
d0ac1c44 7349if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7350
7351cat >>confdefs.h <<_ACEOF
7352#define HAVE_STRUCT_STAT_ST_SIZE 1
7353_ACEOF
7354
7355
7356fi
7357ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7358#include <sys/types.h>
7359#endif
7360#ifdef HAVE_SYS_STAT_H
7361#include <sys/stat.h>
7362#endif
7363"
d0ac1c44 7364if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7365
7366cat >>confdefs.h <<_ACEOF
7367#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7368_ACEOF
7369
7370
7371fi
7372ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7373#include <sys/types.h>
7374#endif
7375#ifdef HAVE_SYS_STAT_H
7376#include <sys/stat.h>
7377#endif
7378"
d0ac1c44 7379if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7380
7381cat >>confdefs.h <<_ACEOF
7382#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7383_ACEOF
7384
7385
7386fi
7387ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7388#include <sys/types.h>
7389#endif
7390#ifdef HAVE_SYS_STAT_H
7391#include <sys/stat.h>
7392#endif
7393"
d0ac1c44 7394if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7395
7396cat >>confdefs.h <<_ACEOF
7397#define HAVE_STRUCT_STAT_ST_ATIME 1
7398_ACEOF
7399
7400
7401fi
7402ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7403#include <sys/types.h>
7404#endif
7405#ifdef HAVE_SYS_STAT_H
7406#include <sys/stat.h>
7407#endif
7408"
d0ac1c44 7409if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7410
7411cat >>confdefs.h <<_ACEOF
7412#define HAVE_STRUCT_STAT_ST_MTIME 1
7413_ACEOF
7414
7415
7416fi
7417ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7418#include <sys/types.h>
7419#endif
7420#ifdef HAVE_SYS_STAT_H
7421#include <sys/stat.h>
7422#endif
7423"
d0ac1c44 7424if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7425
7426cat >>confdefs.h <<_ACEOF
7427#define HAVE_STRUCT_STAT_ST_CTIME 1
7428_ACEOF
7429
7430
7431fi
7432
7433ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7434#include <sys/socket.h>
7435
7436"
d0ac1c44 7437if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7438
7439cat >>confdefs.h <<_ACEOF
7440#define HAVE_SOCKLEN_T 1
7441_ACEOF
7442
7443
7444fi
7445
6bb11ab3
L
7446
7447# Check for socket libraries
7448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7449$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7450if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7451 $as_echo_n "(cached) " >&6
7452else
7453 ac_check_lib_save_LIBS=$LIBS
7454LIBS="-lsocket $LIBS"
7455cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7456/* end confdefs.h. */
7457
7458/* Override any GCC internal prototype to avoid an error.
7459 Use char because int might match the return type of a GCC
7460 builtin and then its argument prototype would still apply. */
7461#ifdef __cplusplus
7462extern "C"
7463#endif
7464char bind ();
7465int
7466main ()
7467{
7468return bind ();
7469 ;
7470 return 0;
7471}
7472_ACEOF
7473if ac_fn_c_try_link "$LINENO"; then :
7474 ac_cv_lib_socket_bind=yes
7475else
7476 ac_cv_lib_socket_bind=no
7477fi
7478rm -f core conftest.err conftest.$ac_objext \
7479 conftest$ac_exeext conftest.$ac_ext
7480LIBS=$ac_check_lib_save_LIBS
7481fi
7482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7483$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7484if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7485 cat >>confdefs.h <<_ACEOF
7486#define HAVE_LIBSOCKET 1
7487_ACEOF
7488
7489 LIBS="-lsocket $LIBS"
7490
7491fi
7492
7493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7494$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7495if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7496 $as_echo_n "(cached) " >&6
7497else
7498 ac_check_lib_save_LIBS=$LIBS
7499LIBS="-lnsl $LIBS"
7500cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7501/* end confdefs.h. */
7502
7503/* Override any GCC internal prototype to avoid an error.
7504 Use char because int might match the return type of a GCC
7505 builtin and then its argument prototype would still apply. */
7506#ifdef __cplusplus
7507extern "C"
7508#endif
7509char gethostbyname ();
7510int
7511main ()
7512{
7513return gethostbyname ();
7514 ;
7515 return 0;
7516}
7517_ACEOF
7518if ac_fn_c_try_link "$LINENO"; then :
7519 ac_cv_lib_nsl_gethostbyname=yes
7520else
7521 ac_cv_lib_nsl_gethostbyname=no
7522fi
7523rm -f core conftest.err conftest.$ac_objext \
7524 conftest$ac_exeext conftest.$ac_ext
7525LIBS=$ac_check_lib_save_LIBS
7526fi
7527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7528$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7529if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7530 cat >>confdefs.h <<_ACEOF
7531#define HAVE_LIBNSL 1
7532_ACEOF
7533
7534 LIBS="-lnsl $LIBS"
7535
7536fi
7537
7538
7539# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7540# using the same condition.
7541
aadc9410 7542 # Use the system's zlib library.
7fed4b0b
L
7543 zlibdir="-L\$(top_builddir)/../zlib"
7544 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7545
aadc9410
MF
7546# Check whether --with-system-zlib was given.
7547if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7548 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7549 zlibdir=
7550 zlibinc=
7551 fi
6bb11ab3
L
7552
7553fi
7554
6bb11ab3 7555
6bb11ab3 7556
6bb11ab3
L
7557
7558
7559# BFD uses libdl when when plugins enabled.
7560
faa743bb
RM
7561 maybe_plugins=no
7562 for ac_header in dlfcn.h
7563do :
7564 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7565"
d0ac1c44 7566if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7567 cat >>confdefs.h <<_ACEOF
7568#define HAVE_DLFCN_H 1
7569_ACEOF
7570 maybe_plugins=yes
7571fi
7572
7573done
7574
7575 for ac_header in windows.h
7576do :
7577 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7578"
d0ac1c44 7579if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7580 cat >>confdefs.h <<_ACEOF
7581#define HAVE_WINDOWS_H 1
7582_ACEOF
7583 maybe_plugins=yes
7584fi
7585
7586done
7587
7588
7589 # Check whether --enable-plugins was given.
6bb11ab3
L
7590if test "${enable_plugins+set}" = set; then :
7591 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7592 no) plugins=no ;;
7593 *) plugins=yes
7594 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7595 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7596 fi ;;
7597 esac
6bb11ab3 7598else
faa743bb
RM
7599 plugins=$maybe_plugins
7600
6bb11ab3
L
7601fi
7602
2974be62 7603 if test "$plugins" = "yes"; then
37f980dc
SM
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7605$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7606if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7607 $as_echo_n "(cached) " >&6
7608else
7609 ac_func_search_save_LIBS=$LIBS
7610cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7611/* end confdefs.h. */
7612
7613/* Override any GCC internal prototype to avoid an error.
7614 Use char because int might match the return type of a GCC
7615 builtin and then its argument prototype would still apply. */
7616#ifdef __cplusplus
7617extern "C"
7618#endif
37f980dc 7619char dlsym ();
2974be62
AM
7620int
7621main ()
7622{
37f980dc 7623return dlsym ();
2974be62
AM
7624 ;
7625 return 0;
7626}
7627_ACEOF
7628for ac_lib in '' dl; do
7629 if test -z "$ac_lib"; then
7630 ac_res="none required"
7631 else
7632 ac_res=-l$ac_lib
7633 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7634 fi
7635 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7636 ac_cv_search_dlsym=$ac_res
2974be62
AM
7637fi
7638rm -f core conftest.err conftest.$ac_objext \
7639 conftest$ac_exeext
d0ac1c44 7640 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7641 break
7642fi
7643done
d0ac1c44 7644if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7645
7646else
37f980dc 7647 ac_cv_search_dlsym=no
2974be62
AM
7648fi
7649rm conftest.$ac_ext
7650LIBS=$ac_func_search_save_LIBS
7651fi
37f980dc
SM
7652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7653$as_echo "$ac_cv_search_dlsym" >&6; }
7654ac_res=$ac_cv_search_dlsym
2974be62
AM
7655if test "$ac_res" != no; then :
7656 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7657
7658fi
7659
7660 fi
6bb11ab3
L
7661
7662 if test "$plugins" = yes; then
7663 PLUGINS_TRUE=
7664 PLUGINS_FALSE='#'
7665else
7666 PLUGINS_TRUE='#'
7667 PLUGINS_FALSE=
7668fi
7669
7670
7671
7672
7673
7674# Set options
7675enable_dlopen=yes
7676
7677
7678
7679
7680 enable_win32_dll=no
7681
7682
7683 # Check whether --enable-shared was given.
7684if test "${enable_shared+set}" = set; then :
7685 enableval=$enable_shared; p=${PACKAGE-default}
7686 case $enableval in
7687 yes) enable_shared=yes ;;
7688 no) enable_shared=no ;;
7689 *)
7690 enable_shared=no
7691 # Look at the argument we got. We use all the common list separators.
7692 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7693 for pkg in $enableval; do
7694 IFS="$lt_save_ifs"
7695 if test "X$pkg" = "X$p"; then
7696 enable_shared=yes
7697 fi
7698 done
7699 IFS="$lt_save_ifs"
7700 ;;
7701 esac
7702else
7703 enable_shared=yes
7704fi
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714 # Check whether --enable-static was given.
7715if test "${enable_static+set}" = set; then :
7716 enableval=$enable_static; p=${PACKAGE-default}
7717 case $enableval in
7718 yes) enable_static=yes ;;
7719 no) enable_static=no ;;
7720 *)
7721 enable_static=no
7722 # Look at the argument we got. We use all the common list separators.
7723 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7724 for pkg in $enableval; do
7725 IFS="$lt_save_ifs"
7726 if test "X$pkg" = "X$p"; then
7727 enable_static=yes
7728 fi
7729 done
7730 IFS="$lt_save_ifs"
7731 ;;
7732 esac
7733else
7734 enable_static=yes
7735fi
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746# Check whether --with-pic was given.
7747if test "${with_pic+set}" = set; then :
7748 withval=$with_pic; pic_mode="$withval"
7749else
7750 pic_mode=default
7751fi
7752
7753
7754test -z "$pic_mode" && pic_mode=default
7755
7756
7757
7758
7759
7760
7761
7762 # Check whether --enable-fast-install was given.
7763if test "${enable_fast_install+set}" = set; then :
7764 enableval=$enable_fast_install; p=${PACKAGE-default}
7765 case $enableval in
7766 yes) enable_fast_install=yes ;;
7767 no) enable_fast_install=no ;;
7768 *)
7769 enable_fast_install=no
7770 # Look at the argument we got. We use all the common list separators.
7771 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7772 for pkg in $enableval; do
7773 IFS="$lt_save_ifs"
7774 if test "X$pkg" = "X$p"; then
7775 enable_fast_install=yes
7776 fi
7777 done
7778 IFS="$lt_save_ifs"
7779 ;;
7780 esac
7781else
7782 enable_fast_install=yes
7783fi
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795# This can be used to rebuild libtool when needed
7796LIBTOOL_DEPS="$ltmain"
7797
7798# Always use our own libtool.
7799LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826test -z "$LN_S" && LN_S="ln -s"
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841if test -n "${ZSH_VERSION+set}" ; then
7842 setopt NO_GLOB_SUBST
6ffe910a 7843fi
6ffe910a 7844
6bb11ab3
L
7845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7846$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7847if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7848 $as_echo_n "(cached) " >&6
7849else
7850 rm -f .libs 2>/dev/null
7851mkdir .libs 2>/dev/null
7852if test -d .libs; then
7853 lt_cv_objdir=.libs
7854else
7855 # MS-DOS does not allow filenames that begin with a dot.
7856 lt_cv_objdir=_libs
7857fi
7858rmdir .libs 2>/dev/null
7859fi
7860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7861$as_echo "$lt_cv_objdir" >&6; }
7862objdir=$lt_cv_objdir
7863
7864
7865
7866
7867
7868cat >>confdefs.h <<_ACEOF
7869#define LT_OBJDIR "$lt_cv_objdir/"
7870_ACEOF
7871
7872
7873
7874
7875case $host_os in
7876aix3*)
7877 # AIX sometimes has problems with the GCC collect2 program. For some
7878 # reason, if we set the COLLECT_NAMES environment variable, the problems
7879 # vanish in a puff of smoke.
7880 if test "X${COLLECT_NAMES+set}" != Xset; then
7881 COLLECT_NAMES=
7882 export COLLECT_NAMES
7883 fi
7884 ;;
6ffe910a 7885esac
6bb11ab3
L
7886
7887# Global variables:
7888ofile=libtool
7889can_build_shared=yes
7890
7891# All known linkers require a `.a' archive for static linking (except MSVC,
7892# which needs '.lib').
7893libext=a
7894
7895with_gnu_ld="$lt_cv_prog_gnu_ld"
7896
7897old_CC="$CC"
7898old_CFLAGS="$CFLAGS"
7899
7900# Set sane defaults for various variables
7901test -z "$CC" && CC=cc
7902test -z "$LTCC" && LTCC=$CC
7903test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7904test -z "$LD" && LD=ld
7905test -z "$ac_objext" && ac_objext=o
7906
7907for cc_temp in $compiler""; do
7908 case $cc_temp in
7909 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7910 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7911 \-*) ;;
7912 *) break;;
7913 esac
7914done
7915cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7916
7917
7918# Only perform the check for file, if the check method requires it
7919test -z "$MAGIC_CMD" && MAGIC_CMD=file
7920case $deplibs_check_method in
7921file_magic*)
7922 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7924$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7925if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7926 $as_echo_n "(cached) " >&6
7927else
7928 case $MAGIC_CMD in
7929[\\/*] | ?:[\\/]*)
7930 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7931 ;;
7932*)
7933 lt_save_MAGIC_CMD="$MAGIC_CMD"
7934 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7935 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7936 for ac_dir in $ac_dummy; do
7937 IFS="$lt_save_ifs"
7938 test -z "$ac_dir" && ac_dir=.
7939 if test -f $ac_dir/${ac_tool_prefix}file; then
7940 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7941 if test -n "$file_magic_test_file"; then
7942 case $deplibs_check_method in
7943 "file_magic "*)
7944 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7945 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7946 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7947 $EGREP "$file_magic_regex" > /dev/null; then
7948 :
7949 else
7950 cat <<_LT_EOF 1>&2
7951
7952*** Warning: the command libtool uses to detect shared libraries,
7953*** $file_magic_cmd, produces output that libtool cannot recognize.
7954*** The result is that libtool may fail to recognize shared libraries
7955*** as such. This will affect the creation of libtool libraries that
7956*** depend on shared libraries, but programs linked with such libtool
7957*** libraries will work regardless of this problem. Nevertheless, you
7958*** may want to report the problem to your system manager and/or to
7959*** bug-libtool@gnu.org
7960
7961_LT_EOF
7962 fi ;;
7963 esac
7964 fi
7965 break
6ffe910a 7966 fi
6bb11ab3
L
7967 done
7968 IFS="$lt_save_ifs"
7969 MAGIC_CMD="$lt_save_MAGIC_CMD"
7970 ;;
7971esac
6ffe910a 7972fi
6ffe910a 7973
6bb11ab3
L
7974MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7975if test -n "$MAGIC_CMD"; then
7976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7977$as_echo "$MAGIC_CMD" >&6; }
7978else
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7980$as_echo "no" >&6; }
7981fi
6ffe910a 7982
6bb11ab3
L
7983
7984
7985
7986
7987if test -z "$lt_cv_path_MAGIC_CMD"; then
7988 if test -n "$ac_tool_prefix"; then
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7990$as_echo_n "checking for file... " >&6; }
d0ac1c44 7991if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7992 $as_echo_n "(cached) " >&6
7993else
7994 case $MAGIC_CMD in
7995[\\/*] | ?:[\\/]*)
7996 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7997 ;;
7998*)
7999 lt_save_MAGIC_CMD="$MAGIC_CMD"
8000 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8001 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8002 for ac_dir in $ac_dummy; do
8003 IFS="$lt_save_ifs"
8004 test -z "$ac_dir" && ac_dir=.
8005 if test -f $ac_dir/file; then
8006 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8007 if test -n "$file_magic_test_file"; then
8008 case $deplibs_check_method in
8009 "file_magic "*)
8010 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8011 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8012 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8013 $EGREP "$file_magic_regex" > /dev/null; then
8014 :
8015 else
8016 cat <<_LT_EOF 1>&2
8017
8018*** Warning: the command libtool uses to detect shared libraries,
8019*** $file_magic_cmd, produces output that libtool cannot recognize.
8020*** The result is that libtool may fail to recognize shared libraries
8021*** as such. This will affect the creation of libtool libraries that
8022*** depend on shared libraries, but programs linked with such libtool
8023*** libraries will work regardless of this problem. Nevertheless, you
8024*** may want to report the problem to your system manager and/or to
8025*** bug-libtool@gnu.org
8026
8027_LT_EOF
8028 fi ;;
8029 esac
8030 fi
8031 break
8032 fi
8033 done
8034 IFS="$lt_save_ifs"
8035 MAGIC_CMD="$lt_save_MAGIC_CMD"
8036 ;;
6ffe910a 8037esac
6bb11ab3
L
8038fi
8039
8040MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8041if test -n "$MAGIC_CMD"; then
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8043$as_echo "$MAGIC_CMD" >&6; }
8044else
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8046$as_echo "no" >&6; }
8047fi
8048
8049
8050 else
8051 MAGIC_CMD=:
8052 fi
8053fi
8054
8055 fi
8056 ;;
8057esac
8058
8059# Use C for the default configuration in the libtool script
8060
8061lt_save_CC="$CC"
8062ac_ext=c
8063ac_cpp='$CPP $CPPFLAGS'
8064ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8065ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8066ac_compiler_gnu=$ac_cv_c_compiler_gnu
8067
8068
8069# Source file extension for C test sources.
8070ac_ext=c
8071
8072# Object file extension for compiled C test sources.
8073objext=o
8074objext=$objext
8075
8076# Code to be used in simple compile tests
8077lt_simple_compile_test_code="int some_variable = 0;"
8078
8079# Code to be used in simple link tests
8080lt_simple_link_test_code='int main(){return(0);}'
8081
8082
8083
8084
8085
8086
8087
8088# If no C compiler was specified, use CC.
8089LTCC=${LTCC-"$CC"}
8090
8091# If no C compiler flags were specified, use CFLAGS.
8092LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8093
8094# Allow CC to be a program name with arguments.
8095compiler=$CC
8096
8097# Save the default compiler, since it gets overwritten when the other
8098# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8099compiler_DEFAULT=$CC
8100
8101# save warnings/boilerplate of simple test code
8102ac_outfile=conftest.$ac_objext
8103echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8104eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8105_lt_compiler_boilerplate=`cat conftest.err`
8106$RM conftest*
8107
8108ac_outfile=conftest.$ac_objext
8109echo "$lt_simple_link_test_code" >conftest.$ac_ext
8110eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8111_lt_linker_boilerplate=`cat conftest.err`
8112$RM -r conftest*
8113
8114
8115## CAVEAT EMPTOR:
8116## There is no encapsulation within the following macros, do not change
8117## the running order or otherwise move them around unless you know exactly
8118## what you are doing...
8119if test -n "$compiler"; then
8120
8121lt_prog_compiler_no_builtin_flag=
8122
8123if test "$GCC" = yes; then
8124 case $cc_basename in
8125 nvcc*)
8126 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8127 *)
8128 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
6ffe910a 8129 esac
6bb11ab3
L
8130
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8132$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8133if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8134 $as_echo_n "(cached) " >&6
6ffe910a 8135else
6bb11ab3
L
8136 lt_cv_prog_compiler_rtti_exceptions=no
8137 ac_outfile=conftest.$ac_objext
8138 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8139 lt_compiler_flag="-fno-rtti -fno-exceptions"
8140 # Insert the option either (1) after the last *FLAGS variable, or
8141 # (2) before a word containing "conftest.", or (3) at the end.
8142 # Note that $ac_compile itself does not contain backslashes and begins
8143 # with a dollar sign (not a hyphen), so the echo should work correctly.
8144 # The option is referenced via a variable to avoid confusing sed.
8145 lt_compile=`echo "$ac_compile" | $SED \
8146 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8147 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8148 -e 's:$: $lt_compiler_flag:'`
8149 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8150 (eval "$lt_compile" 2>conftest.err)
8151 ac_status=$?
8152 cat conftest.err >&5
8153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8154 if (exit $ac_status) && test -s "$ac_outfile"; then
8155 # The compiler can only warn and ignore the option if not recognized
8156 # So say no if there are warnings other than the usual output.
8157 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8158 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8159 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8160 lt_cv_prog_compiler_rtti_exceptions=yes
8161 fi
8162 fi
8163 $RM conftest*
8164
6ffe910a 8165fi
6bb11ab3
L
8166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8167$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8168
8169if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8170 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8171else
8172 :
8173fi
8174
8175fi
8176
8177
8178
8179
8180
8181
8182 lt_prog_compiler_wl=
8183lt_prog_compiler_pic=
8184lt_prog_compiler_static=
8185
8186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8187$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8188
8189 if test "$GCC" = yes; then
8190 lt_prog_compiler_wl='-Wl,'
8191 lt_prog_compiler_static='-static'
8192
8193 case $host_os in
8194 aix*)
8195 # All AIX code is PIC.
8196 if test "$host_cpu" = ia64; then
8197 # AIX 5 now supports IA64 processor
8198 lt_prog_compiler_static='-Bstatic'
8199 fi
8200 lt_prog_compiler_pic='-fPIC'
8201 ;;
8202
8203 amigaos*)
8204 case $host_cpu in
8205 powerpc)
8206 # see comment about AmigaOS4 .so support
8207 lt_prog_compiler_pic='-fPIC'
8208 ;;
8209 m68k)
8210 # FIXME: we need at least 68020 code to build shared libraries, but
8211 # adding the `-m68020' flag to GCC prevents building anything better,
8212 # like `-m68040'.
8213 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8214 ;;
8215 esac
8216 ;;
8217
8218 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8219 # PIC is the default for these OSes.
8220 ;;
8221
8222 mingw* | cygwin* | pw32* | os2* | cegcc*)
8223 # This hack is so that the source file can tell whether it is being
8224 # built for inclusion in a dll (and should export symbols for example).
8225 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8226 # (--disable-auto-import) libraries
8227 lt_prog_compiler_pic='-DDLL_EXPORT'
8228 ;;
8229
8230 darwin* | rhapsody*)
8231 # PIC is the default on this platform
8232 # Common symbols not allowed in MH_DYLIB files
8233 lt_prog_compiler_pic='-fno-common'
8234 ;;
8235
8236 haiku*)
8237 # PIC is the default for Haiku.
8238 # The "-static" flag exists, but is broken.
8239 lt_prog_compiler_static=
8240 ;;
8241
8242 hpux*)
8243 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8244 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8245 # sets the default TLS model and affects inlining.
8246 case $host_cpu in
8247 hppa*64*)
8248 # +Z the default
8249 ;;
8250 *)
8251 lt_prog_compiler_pic='-fPIC'
8252 ;;
8253 esac
8254 ;;
8255
8256 interix[3-9]*)
8257 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8258 # Instead, we relocate shared libraries at runtime.
8259 ;;
8260
8261 msdosdjgpp*)
8262 # Just because we use GCC doesn't mean we suddenly get shared libraries
8263 # on systems that don't support them.
8264 lt_prog_compiler_can_build_shared=no
8265 enable_shared=no
8266 ;;
8267
8268 *nto* | *qnx*)
8269 # QNX uses GNU C++, but need to define -shared option too, otherwise
8270 # it will coredump.
8271 lt_prog_compiler_pic='-fPIC -shared'
8272 ;;
8273
8274 sysv4*MP*)
8275 if test -d /usr/nec; then
8276 lt_prog_compiler_pic=-Kconform_pic
8277 fi
8278 ;;
8279
8280 *)
8281 lt_prog_compiler_pic='-fPIC'
8282 ;;
8283 esac
8284
8285 case $cc_basename in
8286 nvcc*) # Cuda Compiler Driver 2.2
8287 lt_prog_compiler_wl='-Xlinker '
8288 lt_prog_compiler_pic='-Xcompiler -fPIC'
8289 ;;
8290 esac
8291 else
8292 # PORTME Check for flag to pass linker flags through the system compiler.
8293 case $host_os in
8294 aix*)
8295 lt_prog_compiler_wl='-Wl,'
8296 if test "$host_cpu" = ia64; then
8297 # AIX 5 now supports IA64 processor
8298 lt_prog_compiler_static='-Bstatic'
8299 else
8300 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8301 fi
8302 ;;
8303
8304 mingw* | cygwin* | pw32* | os2* | cegcc*)
8305 # This hack is so that the source file can tell whether it is being
8306 # built for inclusion in a dll (and should export symbols for example).
8307 lt_prog_compiler_pic='-DDLL_EXPORT'
8308 ;;
8309
8310 hpux9* | hpux10* | hpux11*)
8311 lt_prog_compiler_wl='-Wl,'
8312 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8313 # not for PA HP-UX.
8314 case $host_cpu in
8315 hppa*64*|ia64*)
8316 # +Z the default
8317 ;;
8318 *)
8319 lt_prog_compiler_pic='+Z'
8320 ;;
8321 esac
8322 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8323 lt_prog_compiler_static='${wl}-a ${wl}archive'
8324 ;;
8325
8326 irix5* | irix6* | nonstopux*)
8327 lt_prog_compiler_wl='-Wl,'
8328 # PIC (with -KPIC) is the default.
8329 lt_prog_compiler_static='-non_shared'
8330 ;;
8331
8332 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8333 case $cc_basename in
8334 # old Intel for x86_64 which still supported -KPIC.
8335 ecc*)
8336 lt_prog_compiler_wl='-Wl,'
8337 lt_prog_compiler_pic='-KPIC'
8338 lt_prog_compiler_static='-static'
8339 ;;
8340 # icc used to be incompatible with GCC.
8341 # ICC 10 doesn't accept -KPIC any more.
8342 icc* | ifort*)
8343 lt_prog_compiler_wl='-Wl,'
8344 lt_prog_compiler_pic='-fPIC'
8345 lt_prog_compiler_static='-static'
8346 ;;
8347 # Lahey Fortran 8.1.
8348 lf95*)
8349 lt_prog_compiler_wl='-Wl,'
8350 lt_prog_compiler_pic='--shared'
8351 lt_prog_compiler_static='--static'
8352 ;;
8353 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8354 # Portland Group compilers (*not* the Pentium gcc compiler,
8355 # which looks to be a dead project)
8356 lt_prog_compiler_wl='-Wl,'
8357 lt_prog_compiler_pic='-fpic'
8358 lt_prog_compiler_static='-Bstatic'
8359 ;;
8360 ccc*)
8361 lt_prog_compiler_wl='-Wl,'
8362 # All Alpha code is PIC.
8363 lt_prog_compiler_static='-non_shared'
8364 ;;
8365 xl* | bgxl* | bgf* | mpixl*)
8366 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8367 lt_prog_compiler_wl='-Wl,'
8368 lt_prog_compiler_pic='-qpic'
8369 lt_prog_compiler_static='-qstaticlink'
8370 ;;
8371 *)
8372 case `$CC -V 2>&1 | sed 5q` in
8373 *Sun\ F* | *Sun*Fortran*)
8374 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8375 lt_prog_compiler_pic='-KPIC'
8376 lt_prog_compiler_static='-Bstatic'
8377 lt_prog_compiler_wl=''
8378 ;;
8379 *Sun\ C*)
8380 # Sun C 5.9
8381 lt_prog_compiler_pic='-KPIC'
8382 lt_prog_compiler_static='-Bstatic'
8383 lt_prog_compiler_wl='-Wl,'
8384 ;;
8385 esac
8386 ;;
8387 esac
8388 ;;
8389
8390 newsos6)
8391 lt_prog_compiler_pic='-KPIC'
8392 lt_prog_compiler_static='-Bstatic'
8393 ;;
8394
8395 *nto* | *qnx*)
8396 # QNX uses GNU C++, but need to define -shared option too, otherwise
8397 # it will coredump.
8398 lt_prog_compiler_pic='-fPIC -shared'
8399 ;;
8400
8401 osf3* | osf4* | osf5*)
8402 lt_prog_compiler_wl='-Wl,'
8403 # All OSF/1 code is PIC.
8404 lt_prog_compiler_static='-non_shared'
8405 ;;
8406
8407 rdos*)
8408 lt_prog_compiler_static='-non_shared'
8409 ;;
6ffe910a 8410
6bb11ab3
L
8411 solaris*)
8412 lt_prog_compiler_pic='-KPIC'
8413 lt_prog_compiler_static='-Bstatic'
8414 case $cc_basename in
8415 f77* | f90* | f95*)
8416 lt_prog_compiler_wl='-Qoption ld ';;
8417 *)
8418 lt_prog_compiler_wl='-Wl,';;
8419 esac
8420 ;;
6ffe910a 8421
6bb11ab3
L
8422 sunos4*)
8423 lt_prog_compiler_wl='-Qoption ld '
8424 lt_prog_compiler_pic='-PIC'
8425 lt_prog_compiler_static='-Bstatic'
8426 ;;
6ffe910a 8427
6bb11ab3
L
8428 sysv4 | sysv4.2uw2* | sysv4.3*)
8429 lt_prog_compiler_wl='-Wl,'
8430 lt_prog_compiler_pic='-KPIC'
8431 lt_prog_compiler_static='-Bstatic'
8432 ;;
8433
8434 sysv4*MP*)
8435 if test -d /usr/nec ;then
8436 lt_prog_compiler_pic='-Kconform_pic'
8437 lt_prog_compiler_static='-Bstatic'
8438 fi
8439 ;;
8440
8441 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8442 lt_prog_compiler_wl='-Wl,'
8443 lt_prog_compiler_pic='-KPIC'
8444 lt_prog_compiler_static='-Bstatic'
8445 ;;
8446
8447 unicos*)
8448 lt_prog_compiler_wl='-Wl,'
8449 lt_prog_compiler_can_build_shared=no
8450 ;;
8451
8452 uts4*)
8453 lt_prog_compiler_pic='-pic'
8454 lt_prog_compiler_static='-Bstatic'
8455 ;;
8456
8457 *)
8458 lt_prog_compiler_can_build_shared=no
8459 ;;
8460 esac
8461 fi
8462
8463case $host_os in
8464 # For platforms which do not support PIC, -DPIC is meaningless:
8465 *djgpp*)
8466 lt_prog_compiler_pic=
8467 ;;
8468 *)
8469 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8470 ;;
6ffe910a 8471esac
6bb11ab3
L
8472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8473$as_echo "$lt_prog_compiler_pic" >&6; }
8474
8475
8476
8477
8478
8479
8480#
8481# Check to make sure the PIC flag actually works.
8482#
8483if test -n "$lt_prog_compiler_pic"; then
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8485$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8486if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8487 $as_echo_n "(cached) " >&6
6ffe910a 8488else
6bb11ab3
L
8489 lt_cv_prog_compiler_pic_works=no
8490 ac_outfile=conftest.$ac_objext
8491 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8492 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8493 # Insert the option either (1) after the last *FLAGS variable, or
8494 # (2) before a word containing "conftest.", or (3) at the end.
8495 # Note that $ac_compile itself does not contain backslashes and begins
8496 # with a dollar sign (not a hyphen), so the echo should work correctly.
8497 # The option is referenced via a variable to avoid confusing sed.
8498 lt_compile=`echo "$ac_compile" | $SED \
8499 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8500 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8501 -e 's:$: $lt_compiler_flag:'`
8502 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8503 (eval "$lt_compile" 2>conftest.err)
8504 ac_status=$?
8505 cat conftest.err >&5
8506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8507 if (exit $ac_status) && test -s "$ac_outfile"; then
8508 # The compiler can only warn and ignore the option if not recognized
8509 # So say no if there are warnings other than the usual output.
8510 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8511 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8512 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8513 lt_cv_prog_compiler_pic_works=yes
8514 fi
8515 fi
8516 $RM conftest*
6ffe910a 8517
6ffe910a 8518fi
6bb11ab3
L
8519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8520$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8521
8522if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8523 case $lt_prog_compiler_pic in
8524 "" | " "*) ;;
8525 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8526 esac
8527else
8528 lt_prog_compiler_pic=
8529 lt_prog_compiler_can_build_shared=no
6ffe910a 8530fi
6bb11ab3
L
8531
8532fi
8533
8534
8535
8536
8537
8538
8539#
8540# Check to make sure the static flag actually works.
8541#
8542wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8544$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8545if ${lt_cv_prog_compiler_static_works+:} false; then :
6ffe910a
MF
8546 $as_echo_n "(cached) " >&6
8547else
6bb11ab3
L
8548 lt_cv_prog_compiler_static_works=no
8549 save_LDFLAGS="$LDFLAGS"
8550 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8551 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8552 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8553 # The linker can only warn and ignore the option if not recognized
8554 # So say no if there are warnings
8555 if test -s conftest.err; then
8556 # Append any errors to the config.log.
8557 cat conftest.err 1>&5
8558 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8559 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8560 if diff conftest.exp conftest.er2 >/dev/null; then
8561 lt_cv_prog_compiler_static_works=yes
8562 fi
8563 else
8564 lt_cv_prog_compiler_static_works=yes
8565 fi
8566 fi
8567 $RM -r conftest*
8568 LDFLAGS="$save_LDFLAGS"
6ffe910a 8569
6bb11ab3
L
8570fi
8571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8572$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
6ffe910a 8573
6bb11ab3
L
8574if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8575 :
6ffe910a 8576else
6bb11ab3 8577 lt_prog_compiler_static=
6ffe910a 8578fi
6ffe910a 8579
6bb11ab3
L
8580
8581
8582
8583
8584
8585
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8587$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8588if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8589 $as_echo_n "(cached) " >&6
6ffe910a 8590else
6bb11ab3
L
8591 lt_cv_prog_compiler_c_o=no
8592 $RM -r conftest 2>/dev/null
8593 mkdir conftest
8594 cd conftest
8595 mkdir out
8596 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8597
8598 lt_compiler_flag="-o out/conftest2.$ac_objext"
8599 # Insert the option either (1) after the last *FLAGS variable, or
8600 # (2) before a word containing "conftest.", or (3) at the end.
8601 # Note that $ac_compile itself does not contain backslashes and begins
8602 # with a dollar sign (not a hyphen), so the echo should work correctly.
8603 lt_compile=`echo "$ac_compile" | $SED \
8604 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8605 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8606 -e 's:$: $lt_compiler_flag:'`
8607 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8608 (eval "$lt_compile" 2>out/conftest.err)
8609 ac_status=$?
8610 cat out/conftest.err >&5
8611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8612 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8613 then
8614 # The compiler can only warn and ignore the option if not recognized
8615 # So say no if there are warnings
8616 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8617 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8618 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8619 lt_cv_prog_compiler_c_o=yes
8620 fi
8621 fi
8622 chmod u+w . 2>&5
8623 $RM conftest*
8624 # SGI C++ compiler will create directory out/ii_files/ for
8625 # template instantiation
8626 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8627 $RM out/* && rmdir out
8628 cd ..
8629 $RM -r conftest
8630 $RM conftest*
8631
6ffe910a 8632fi
6bb11ab3
L
8633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8634$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8635
8636
8637
8638
8639
8640
8641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8642$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8643if ${lt_cv_prog_compiler_c_o+:} false; then :
6ffe910a
MF
8644 $as_echo_n "(cached) " >&6
8645else
6bb11ab3
L
8646 lt_cv_prog_compiler_c_o=no
8647 $RM -r conftest 2>/dev/null
8648 mkdir conftest
8649 cd conftest
8650 mkdir out
8651 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8652
8653 lt_compiler_flag="-o out/conftest2.$ac_objext"
8654 # Insert the option either (1) after the last *FLAGS variable, or
8655 # (2) before a word containing "conftest.", or (3) at the end.
8656 # Note that $ac_compile itself does not contain backslashes and begins
8657 # with a dollar sign (not a hyphen), so the echo should work correctly.
8658 lt_compile=`echo "$ac_compile" | $SED \
8659 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8660 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8661 -e 's:$: $lt_compiler_flag:'`
8662 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8663 (eval "$lt_compile" 2>out/conftest.err)
8664 ac_status=$?
8665 cat out/conftest.err >&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8668 then
8669 # The compiler can only warn and ignore the option if not recognized
8670 # So say no if there are warnings
8671 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8672 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8673 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8674 lt_cv_prog_compiler_c_o=yes
8675 fi
8676 fi
8677 chmod u+w . 2>&5
8678 $RM conftest*
8679 # SGI C++ compiler will create directory out/ii_files/ for
8680 # template instantiation
8681 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8682 $RM out/* && rmdir out
8683 cd ..
8684 $RM -r conftest
8685 $RM conftest*
8686
8687fi
8688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8689$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8690
8691
8692
8693
8694hard_links="nottested"
8695if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8696 # do not overwrite the value of need_locks provided by the user
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8698$as_echo_n "checking if we can lock with hard links... " >&6; }
8699 hard_links=yes
8700 $RM conftest*
8701 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8702 touch conftest.a
8703 ln conftest.a conftest.b 2>&5 || hard_links=no
8704 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8706$as_echo "$hard_links" >&6; }
8707 if test "$hard_links" = no; then
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8709$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8710 need_locks=warn
8711 fi
8712else
8713 need_locks=no
8714fi
8715
8716
8717
8718
8719
8720
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8722$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8723
8724 runpath_var=
8725 allow_undefined_flag=
8726 always_export_symbols=no
8727 archive_cmds=
8728 archive_expsym_cmds=
8729 compiler_needs_object=no
8730 enable_shared_with_static_runtimes=no
8731 export_dynamic_flag_spec=
8732 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8733 hardcode_automatic=no
8734 hardcode_direct=no
8735 hardcode_direct_absolute=no
8736 hardcode_libdir_flag_spec=
8737 hardcode_libdir_flag_spec_ld=
8738 hardcode_libdir_separator=
8739 hardcode_minus_L=no
8740 hardcode_shlibpath_var=unsupported
8741 inherit_rpath=no
8742 link_all_deplibs=unknown
8743 module_cmds=
8744 module_expsym_cmds=
8745 old_archive_from_new_cmds=
8746 old_archive_from_expsyms_cmds=
8747 thread_safe_flag_spec=
8748 whole_archive_flag_spec=
8749 # include_expsyms should be a list of space-separated symbols to be *always*
8750 # included in the symbol list
8751 include_expsyms=
8752 # exclude_expsyms can be an extended regexp of symbols to exclude
8753 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8754 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8755 # as well as any symbol that contains `d'.
8756 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8757 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8758 # platforms (ab)use it in PIC code, but their linkers get confused if
8759 # the symbol is explicitly referenced. Since portable code cannot
8760 # rely on this symbol name, it's probably fine to never include it in
8761 # preloaded symbol tables.
8762 # Exclude shared library initialization/finalization symbols.
8763 extract_expsyms_cmds=
8764
8765 case $host_os in
8766 cygwin* | mingw* | pw32* | cegcc*)
8767 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8768 # When not using gcc, we currently assume that we are using
8769 # Microsoft Visual C++.
8770 if test "$GCC" != yes; then
8771 with_gnu_ld=no
8772 fi
8773 ;;
8774 interix*)
8775 # we just hope/assume this is gcc and not c89 (= MSVC++)
8776 with_gnu_ld=yes
8777 ;;
8778 openbsd*)
8779 with_gnu_ld=no
8780 ;;
8781 esac
6ffe910a 8782
6bb11ab3
L
8783 ld_shlibs=yes
8784
8785 # On some targets, GNU ld is compatible enough with the native linker
8786 # that we're better off using the native interface for both.
8787 lt_use_gnu_ld_interface=no
8788 if test "$with_gnu_ld" = yes; then
8789 case $host_os in
8790 aix*)
8791 # The AIX port of GNU ld has always aspired to compatibility
8792 # with the native linker. However, as the warning in the GNU ld
8793 # block says, versions before 2.19.5* couldn't really create working
8794 # shared libraries, regardless of the interface used.
8795 case `$LD -v 2>&1` in
8796 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8797 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8798 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8799 *)
8800 lt_use_gnu_ld_interface=yes
8801 ;;
8802 esac
8803 ;;
8804 *)
8805 lt_use_gnu_ld_interface=yes
8806 ;;
8807 esac
8808 fi
6ffe910a 8809
6bb11ab3
L
8810 if test "$lt_use_gnu_ld_interface" = yes; then
8811 # If archive_cmds runs LD, not CC, wlarc should be empty
8812 wlarc='${wl}'
8813
8814 # Set some defaults for GNU ld with shared library support. These
8815 # are reset later if shared libraries are not supported. Putting them
8816 # here allows them to be overridden if necessary.
8817 runpath_var=LD_RUN_PATH
8818 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8819 export_dynamic_flag_spec='${wl}--export-dynamic'
8820 # ancient GNU ld didn't support --whole-archive et. al.
8821 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8822 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8823 else
8824 whole_archive_flag_spec=
8825 fi
8826 supports_anon_versioning=no
8827 case `$LD -v 2>&1` in
8828 *GNU\ gold*) supports_anon_versioning=yes ;;
8829 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8830 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8831 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8832 *\ 2.11.*) ;; # other 2.11 versions
8833 *) supports_anon_versioning=yes ;;
8834 esac
8835
8836 # See if GNU ld supports shared libraries.
8837 case $host_os in
8838 aix[3-9]*)
8839 # On AIX/PPC, the GNU linker is very broken
8840 if test "$host_cpu" != ia64; then
8841 ld_shlibs=no
8842 cat <<_LT_EOF 1>&2
8843
8844*** Warning: the GNU linker, at least up to release 2.19, is reported
8845*** to be unable to reliably create shared libraries on AIX.
8846*** Therefore, libtool is disabling shared libraries support. If you
8847*** really care for shared libraries, you may want to install binutils
8848*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8849*** You will then need to restart the configuration process.
8850
8851_LT_EOF
8852 fi
8853 ;;
8854
8855 amigaos*)
8856 case $host_cpu in
8857 powerpc)
8858 # see comment about AmigaOS4 .so support
8859 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8860 archive_expsym_cmds=''
8861 ;;
8862 m68k)
8863 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)'
8864 hardcode_libdir_flag_spec='-L$libdir'
8865 hardcode_minus_L=yes
8866 ;;
8867 esac
8868 ;;
8869
8870 beos*)
8871 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8872 allow_undefined_flag=unsupported
8873 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8874 # support --undefined. This deserves some investigation. FIXME
8875 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8876 else
8877 ld_shlibs=no
8878 fi
8879 ;;
8880
8881 cygwin* | mingw* | pw32* | cegcc*)
8882 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8883 # as there is no search path for DLLs.
8884 hardcode_libdir_flag_spec='-L$libdir'
8885 export_dynamic_flag_spec='${wl}--export-all-symbols'
8886 allow_undefined_flag=unsupported
8887 always_export_symbols=no
8888 enable_shared_with_static_runtimes=yes
8889 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8890
8891 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8892 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8893 # If the export-symbols file already is a .def file (1st line
8894 # is EXPORTS), use it as is; otherwise, prepend...
8895 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8896 cp $export_symbols $output_objdir/$soname.def;
8897 else
8898 echo EXPORTS > $output_objdir/$soname.def;
8899 cat $export_symbols >> $output_objdir/$soname.def;
8900 fi~
8901 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8902 else
8903 ld_shlibs=no
8904 fi
8905 ;;
8906
8907 haiku*)
8908 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8909 link_all_deplibs=yes
8910 ;;
8911
8912 interix[3-9]*)
8913 hardcode_direct=no
8914 hardcode_shlibpath_var=no
8915 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8916 export_dynamic_flag_spec='${wl}-E'
8917 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8918 # Instead, shared libraries are loaded at an image base (0x10000000 by
8919 # default) and relocated if they conflict, which is a slow very memory
8920 # consuming and fragmenting process. To avoid this, we pick a random,
8921 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8922 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8923 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8924 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'
8925 ;;
8926
8927 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8928 tmp_diet=no
8929 if test "$host_os" = linux-dietlibc; then
8930 case $cc_basename in
8931 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8932 esac
8933 fi
8934 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8935 && test "$tmp_diet" = no
8936 then
ae7d0cac 8937 tmp_addflag=' $pic_flag'
6bb11ab3
L
8938 tmp_sharedflag='-shared'
8939 case $cc_basename,$host_cpu in
8940 pgcc*) # Portland Group C compiler
8941 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'
8942 tmp_addflag=' $pic_flag'
8943 ;;
8944 pgf77* | pgf90* | pgf95* | pgfortran*)
8945 # Portland Group f77 and f90 compilers
8946 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'
8947 tmp_addflag=' $pic_flag -Mnomain' ;;
8948 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8949 tmp_addflag=' -i_dynamic' ;;
8950 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8951 tmp_addflag=' -i_dynamic -nofor_main' ;;
8952 ifc* | ifort*) # Intel Fortran compiler
8953 tmp_addflag=' -nofor_main' ;;
8954 lf95*) # Lahey Fortran 8.1
8955 whole_archive_flag_spec=
8956 tmp_sharedflag='--shared' ;;
8957 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8958 tmp_sharedflag='-qmkshrobj'
8959 tmp_addflag= ;;
8960 nvcc*) # Cuda Compiler Driver 2.2
8961 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'
8962 compiler_needs_object=yes
8963 ;;
8964 esac
8965 case `$CC -V 2>&1 | sed 5q` in
8966 *Sun\ C*) # Sun C 5.9
8967 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'
8968 compiler_needs_object=yes
8969 tmp_sharedflag='-G' ;;
8970 *Sun\ F*) # Sun Fortran 8.3
8971 tmp_sharedflag='-G' ;;
8972 esac
8973 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8974
8975 if test "x$supports_anon_versioning" = xyes; then
8976 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8977 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8978 echo "local: *; };" >> $output_objdir/$libname.ver~
8979 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8980 fi
8981
8982 case $cc_basename in
8983 xlf* | bgf* | bgxlf* | mpixlf*)
8984 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8985 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8986 hardcode_libdir_flag_spec=
8987 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8988 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8989 if test "x$supports_anon_versioning" = xyes; then
8990 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8991 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8992 echo "local: *; };" >> $output_objdir/$libname.ver~
8993 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8994 fi
8995 ;;
8996 esac
8997 else
8998 ld_shlibs=no
8999 fi
9000 ;;
9001
9002 netbsd*)
9003 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9004 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9005 wlarc=
9006 else
9007 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9008 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9009 fi
9010 ;;
9011
9012 solaris*)
9013 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9014 ld_shlibs=no
9015 cat <<_LT_EOF 1>&2
9016
9017*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9018*** create shared libraries on Solaris systems. Therefore, libtool
9019*** is disabling shared libraries support. We urge you to upgrade GNU
9020*** binutils to release 2.9.1 or newer. Another option is to modify
9021*** your PATH or compiler configuration so that the native linker is
9022*** used, and then restart.
9023
9024_LT_EOF
9025 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9026 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9027 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9028 else
9029 ld_shlibs=no
9030 fi
9031 ;;
9032
9033 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9034 case `$LD -v 2>&1` in
9035 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9036 ld_shlibs=no
9037 cat <<_LT_EOF 1>&2
9038
9039*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9040*** reliably create shared libraries on SCO systems. Therefore, libtool
9041*** is disabling shared libraries support. We urge you to upgrade GNU
9042*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9043*** your PATH or compiler configuration so that the native linker is
9044*** used, and then restart.
9045
9046_LT_EOF
9047 ;;
9048 *)
9049 # For security reasons, it is highly recommended that you always
9050 # use absolute paths for naming shared libraries, and exclude the
9051 # DT_RUNPATH tag from executables and libraries. But doing so
9052 # requires that you compile everything twice, which is a pain.
9053 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9054 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9055 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9056 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9057 else
9058 ld_shlibs=no
9059 fi
9060 ;;
9061 esac
9062 ;;
9063
9064 sunos4*)
9065 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9066 wlarc=
9067 hardcode_direct=yes
9068 hardcode_shlibpath_var=no
9069 ;;
9070
9071 *)
9072 if $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 esac
9080
9081 if test "$ld_shlibs" = no; then
9082 runpath_var=
9083 hardcode_libdir_flag_spec=
9084 export_dynamic_flag_spec=
9085 whole_archive_flag_spec=
9086 fi
9087 else
9088 # PORTME fill in a description of your system's linker (not GNU ld)
9089 case $host_os in
9090 aix3*)
9091 allow_undefined_flag=unsupported
9092 always_export_symbols=yes
9093 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'
9094 # Note: this linker hardcodes the directories in LIBPATH if there
9095 # are no directories specified by -L.
9096 hardcode_minus_L=yes
9097 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9098 # Neither direct hardcoding nor static linking is supported with a
9099 # broken collect2.
9100 hardcode_direct=unsupported
9101 fi
9102 ;;
9103
9104 aix[4-9]*)
9105 if test "$host_cpu" = ia64; then
9106 # On IA64, the linker does run time linking by default, so we don't
9107 # have to do anything special.
9108 aix_use_runtimelinking=no
9109 exp_sym_flag='-Bexport'
9110 no_entry_flag=""
9111 else
9112 # If we're using GNU nm, then we don't want the "-C" option.
9113 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9114 # Also, AIX nm treats weak defined symbols like other global
9115 # defined symbols, whereas GNU nm marks them as "W".
9116 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9117 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'
9118 else
5c887dd5 9119 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
9120 fi
9121 aix_use_runtimelinking=no
9122
9123 # Test if we are trying to use run time linking or normal
9124 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9125 # need to do runtime linking.
9126 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9127 for ld_flag in $LDFLAGS; do
9128 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9129 aix_use_runtimelinking=yes
9130 break
9131 fi
9132 done
9133 ;;
9134 esac
9135
9136 exp_sym_flag='-bexport'
9137 no_entry_flag='-bnoentry'
9138 fi
9139
9140 # When large executables or shared objects are built, AIX ld can
9141 # have problems creating the table of contents. If linking a library
9142 # or program results in "error TOC overflow" add -mminimal-toc to
9143 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9144 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9145
9146 archive_cmds=''
9147 hardcode_direct=yes
9148 hardcode_direct_absolute=yes
9149 hardcode_libdir_separator=':'
9150 link_all_deplibs=yes
9151 file_list_spec='${wl}-f,'
9152
9153 if test "$GCC" = yes; then
9154 case $host_os in aix4.[012]|aix4.[012].*)
9155 # We only want to do this on AIX 4.2 and lower, the check
9156 # below for broken collect2 doesn't work under 4.3+
9157 collect2name=`${CC} -print-prog-name=collect2`
9158 if test -f "$collect2name" &&
9159 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9160 then
9161 # We have reworked collect2
9162 :
9163 else
9164 # We have old collect2
9165 hardcode_direct=unsupported
9166 # It fails to find uninstalled libraries when the uninstalled
9167 # path is not listed in the libpath. Setting hardcode_minus_L
9168 # to unsupported forces relinking
9169 hardcode_minus_L=yes
9170 hardcode_libdir_flag_spec='-L$libdir'
9171 hardcode_libdir_separator=
9172 fi
9173 ;;
9174 esac
9175 shared_flag='-shared'
9176 if test "$aix_use_runtimelinking" = yes; then
9177 shared_flag="$shared_flag "'${wl}-G'
9178 fi
9179 else
9180 # not using gcc
9181 if test "$host_cpu" = ia64; then
9182 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9183 # chokes on -Wl,-G. The following line is correct:
9184 shared_flag='-G'
9185 else
9186 if test "$aix_use_runtimelinking" = yes; then
9187 shared_flag='${wl}-G'
9188 else
9189 shared_flag='${wl}-bM:SRE'
9190 fi
9191 fi
9192 fi
9193
9194 export_dynamic_flag_spec='${wl}-bexpall'
9195 # It seems that -bexpall does not export symbols beginning with
9196 # underscore (_), so it is better to generate a list of symbols to export.
9197 always_export_symbols=yes
9198 if test "$aix_use_runtimelinking" = yes; then
9199 # Warning - without using the other runtime loading flags (-brtl),
9200 # -berok will link without error, but may produce a broken library.
9201 allow_undefined_flag='-berok'
9202 # Determine the default libpath from the value encoded in an
9203 # empty executable.
9204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6ffe910a
MF
9205/* end confdefs.h. */
9206
9207int
9208main ()
9209{
9210
9211 ;
9212 return 0;
9213}
9214_ACEOF
6bb11ab3 9215if ac_fn_c_try_link "$LINENO"; then :
6ffe910a 9216
6bb11ab3
L
9217lt_aix_libpath_sed='
9218 /Import File Strings/,/^$/ {
9219 /^0/ {
9220 s/^0 *\(.*\)$/\1/
9221 p
9222 }
9223 }'
9224aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9225# Check for a 64-bit object if we didn't find anything.
9226if test -z "$aix_libpath"; then
9227 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9228fi
9229fi
9230rm -f core conftest.err conftest.$ac_objext \
9231 conftest$ac_exeext conftest.$ac_ext
9232if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9233
9234 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9235 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"
9236 else
9237 if test "$host_cpu" = ia64; then
9238 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9239 allow_undefined_flag="-z nodefs"
9240 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"
9241 else
9242 # Determine the default libpath from the value encoded in an
9243 # empty executable.
6ffe910a
MF
9244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9245/* end confdefs.h. */
9246
9247int
9248main ()
9249{
9250
9251 ;
9252 return 0;
9253}
9254_ACEOF
6bb11ab3
L
9255if ac_fn_c_try_link "$LINENO"; then :
9256
9257lt_aix_libpath_sed='
9258 /Import File Strings/,/^$/ {
9259 /^0/ {
9260 s/^0 *\(.*\)$/\1/
9261 p
9262 }
9263 }'
9264aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9265# Check for a 64-bit object if we didn't find anything.
9266if test -z "$aix_libpath"; then
9267 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6ffe910a 9268fi
6ffe910a 9269fi
6bb11ab3
L
9270rm -f core conftest.err conftest.$ac_objext \
9271 conftest$ac_exeext conftest.$ac_ext
9272if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9273
9274 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9275 # Warning - without using the other run time loading flags,
9276 # -berok will link without error, but may produce a broken library.
9277 no_undefined_flag=' ${wl}-bernotok'
9278 allow_undefined_flag=' ${wl}-berok'
9279 if test "$with_gnu_ld" = yes; then
9280 # We only use this code for GNU lds that support --whole-archive.
9281 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9282 else
9283 # Exported symbols can be pulled into shared objects from archives
9284 whole_archive_flag_spec='$convenience'
9285 fi
9286 archive_cmds_need_lc=yes
9287 # This is similar to how AIX traditionally builds its shared libraries.
9288 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'
9289 fi
9290 fi
9291 ;;
9292
9293 amigaos*)
9294 case $host_cpu in
9295 powerpc)
9296 # see comment about AmigaOS4 .so support
9297 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9298 archive_expsym_cmds=''
9299 ;;
9300 m68k)
9301 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)'
9302 hardcode_libdir_flag_spec='-L$libdir'
9303 hardcode_minus_L=yes
9304 ;;
9305 esac
9306 ;;
9307
9308 bsdi[45]*)
9309 export_dynamic_flag_spec=-rdynamic
9310 ;;
9311
9312 cygwin* | mingw* | pw32* | cegcc*)
9313 # When not using gcc, we currently assume that we are using
9314 # Microsoft Visual C++.
9315 # hardcode_libdir_flag_spec is actually meaningless, as there is
9316 # no search path for DLLs.
9317 hardcode_libdir_flag_spec=' '
9318 allow_undefined_flag=unsupported
9319 # Tell ltmain to make .lib files, not .a files.
9320 libext=lib
9321 # Tell ltmain to make .dll files, not .so files.
9322 shrext_cmds=".dll"
9323 # FIXME: Setting linknames here is a bad hack.
9324 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9325 # The linker will automatically build a .lib file if we build a DLL.
9326 old_archive_from_new_cmds='true'
9327 # FIXME: Should let the user specify the lib program.
9328 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9329 fix_srcfile_path='`cygpath -w "$srcfile"`'
9330 enable_shared_with_static_runtimes=yes
9331 ;;
9332
9333 darwin* | rhapsody*)
9334
9335
9336 archive_cmds_need_lc=no
9337 hardcode_direct=no
9338 hardcode_automatic=yes
9339 hardcode_shlibpath_var=unsupported
9340 if test "$lt_cv_ld_force_load" = "yes"; then
9341 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 9342 else
6bb11ab3 9343 whole_archive_flag_spec=''
6ffe910a 9344 fi
6bb11ab3
L
9345 link_all_deplibs=yes
9346 allow_undefined_flag="$_lt_dar_allow_undefined"
9347 case $cc_basename in
9348 ifort*) _lt_dar_can_shared=yes ;;
9349 *) _lt_dar_can_shared=$GCC ;;
9350 esac
9351 if test "$_lt_dar_can_shared" = "yes"; then
9352 output_verbose_link_cmd=func_echo_all
9353 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9354 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9355 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}"
9356 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}"
9357
6ffe910a 9358 else
6bb11ab3 9359 ld_shlibs=no
6ffe910a 9360 fi
6bb11ab3
L
9361
9362 ;;
9363
9364 dgux*)
9365 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9366 hardcode_libdir_flag_spec='-L$libdir'
9367 hardcode_shlibpath_var=no
9368 ;;
9369
9370 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9371 # support. Future versions do this automatically, but an explicit c++rt0.o
9372 # does not break anything, and helps significantly (at the cost of a little
9373 # extra space).
9374 freebsd2.2*)
9375 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9376 hardcode_libdir_flag_spec='-R$libdir'
9377 hardcode_direct=yes
9378 hardcode_shlibpath_var=no
9379 ;;
9380
9381 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9382 freebsd2.*)
9383 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9384 hardcode_direct=yes
9385 hardcode_minus_L=yes
9386 hardcode_shlibpath_var=no
9387 ;;
9388
9389 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9390 freebsd* | dragonfly*)
9391 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9392 hardcode_libdir_flag_spec='-R$libdir'
9393 hardcode_direct=yes
9394 hardcode_shlibpath_var=no
9395 ;;
9396
9397 hpux9*)
9398 if test "$GCC" = yes; then
9399 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'
9400 else
9401 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'
9402 fi
9403 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9404 hardcode_libdir_separator=:
9405 hardcode_direct=yes
9406
9407 # hardcode_minus_L: Not really in the search PATH,
9408 # but as the default location of the library.
9409 hardcode_minus_L=yes
9410 export_dynamic_flag_spec='${wl}-E'
9411 ;;
9412
9413 hpux10*)
9414 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9415 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9416 else
9417 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9418 fi
9419 if test "$with_gnu_ld" = no; then
9420 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9421 hardcode_libdir_flag_spec_ld='+b $libdir'
9422 hardcode_libdir_separator=:
9423 hardcode_direct=yes
9424 hardcode_direct_absolute=yes
9425 export_dynamic_flag_spec='${wl}-E'
9426 # hardcode_minus_L: Not really in the search PATH,
9427 # but as the default location of the library.
9428 hardcode_minus_L=yes
9429 fi
9430 ;;
9431
9432 hpux11*)
9433 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9434 case $host_cpu in
9435 hppa*64*)
9436 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9437 ;;
9438 ia64*)
9439 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9440 ;;
9441 *)
9442 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9443 ;;
9444 esac
9445 else
9446 case $host_cpu in
9447 hppa*64*)
9448 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9449 ;;
9450 ia64*)
9451 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9452 ;;
9453 *)
9454
9455 # Older versions of the 11.00 compiler do not understand -b yet
9456 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9458$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9459if ${lt_cv_prog_compiler__b+:} false; then :
6ffe910a
MF
9460 $as_echo_n "(cached) " >&6
9461else
6bb11ab3
L
9462 lt_cv_prog_compiler__b=no
9463 save_LDFLAGS="$LDFLAGS"
9464 LDFLAGS="$LDFLAGS -b"
9465 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9466 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9467 # The linker can only warn and ignore the option if not recognized
9468 # So say no if there are warnings
9469 if test -s conftest.err; then
9470 # Append any errors to the config.log.
9471 cat conftest.err 1>&5
9472 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9473 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9474 if diff conftest.exp conftest.er2 >/dev/null; then
9475 lt_cv_prog_compiler__b=yes
9476 fi
9477 else
9478 lt_cv_prog_compiler__b=yes
9479 fi
9480 fi
9481 $RM -r conftest*
9482 LDFLAGS="$save_LDFLAGS"
6ffe910a 9483
6bb11ab3
L
9484fi
9485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9486$as_echo "$lt_cv_prog_compiler__b" >&6; }
6ffe910a 9487
6bb11ab3
L
9488if test x"$lt_cv_prog_compiler__b" = xyes; then
9489 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9490else
9491 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9492fi
6ffe910a 9493
6bb11ab3
L
9494 ;;
9495 esac
9496 fi
9497 if test "$with_gnu_ld" = no; then
9498 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9499 hardcode_libdir_separator=:
9500
9501 case $host_cpu in
9502 hppa*64*|ia64*)
9503 hardcode_direct=no
9504 hardcode_shlibpath_var=no
9505 ;;
9506 *)
9507 hardcode_direct=yes
9508 hardcode_direct_absolute=yes
9509 export_dynamic_flag_spec='${wl}-E'
9510
9511 # hardcode_minus_L: Not really in the search PATH,
9512 # but as the default location of the library.
9513 hardcode_minus_L=yes
9514 ;;
9515 esac
9516 fi
9517 ;;
9518
9519 irix5* | irix6* | nonstopux*)
9520 if test "$GCC" = yes; then
9521 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'
9522 # Try to use the -exported_symbol ld option, if it does not
9523 # work, assume that -exports_file does not work either and
9524 # implicitly export all symbols.
9525 save_LDFLAGS="$LDFLAGS"
9526 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9528/* end confdefs.h. */
9529int foo(void) {}
6ffe910a 9530_ACEOF
6bb11ab3
L
9531if ac_fn_c_try_link "$LINENO"; then :
9532 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 9533
93378652 9534fi
6bb11ab3
L
9535rm -f core conftest.err conftest.$ac_objext \
9536 conftest$ac_exeext conftest.$ac_ext
9537 LDFLAGS="$save_LDFLAGS"
9538 else
9539 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'
9540 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'
9541 fi
9542 archive_cmds_need_lc='no'
9543 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9544 hardcode_libdir_separator=:
9545 inherit_rpath=yes
9546 link_all_deplibs=yes
9547 ;;
9548
9549 netbsd*)
9550 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9551 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9552 else
9553 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9554 fi
9555 hardcode_libdir_flag_spec='-R$libdir'
9556 hardcode_direct=yes
9557 hardcode_shlibpath_var=no
9558 ;;
9559
9560 newsos6)
9561 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9562 hardcode_direct=yes
9563 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9564 hardcode_libdir_separator=:
9565 hardcode_shlibpath_var=no
9566 ;;
9567
9568 *nto* | *qnx*)
9569 ;;
9570
9571 openbsd*)
9572 if test -f /usr/libexec/ld.so; then
9573 hardcode_direct=yes
9574 hardcode_shlibpath_var=no
9575 hardcode_direct_absolute=yes
9576 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9577 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9578 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9579 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9580 export_dynamic_flag_spec='${wl}-E'
9581 else
9582 case $host_os in
9583 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9584 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9585 hardcode_libdir_flag_spec='-R$libdir'
9586 ;;
9587 *)
9588 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9589 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9590 ;;
9591 esac
9592 fi
9593 else
9594 ld_shlibs=no
9595 fi
9596 ;;
9597
9598 os2*)
9599 hardcode_libdir_flag_spec='-L$libdir'
9600 hardcode_minus_L=yes
9601 allow_undefined_flag=unsupported
9602 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'
9603 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9604 ;;
9605
9606 osf3*)
9607 if test "$GCC" = yes; then
9608 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9609 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'
9610 else
9611 allow_undefined_flag=' -expect_unresolved \*'
9612 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'
9613 fi
9614 archive_cmds_need_lc='no'
9615 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9616 hardcode_libdir_separator=:
9617 ;;
9618
9619 osf4* | osf5*) # as osf3* with the addition of -msym flag
9620 if test "$GCC" = yes; then
9621 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9622 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'
9623 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9624 else
9625 allow_undefined_flag=' -expect_unresolved \*'
9626 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'
9627 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~
9628 $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'
9629
9630 # Both c and cxx compiler support -rpath directly
9631 hardcode_libdir_flag_spec='-rpath $libdir'
9632 fi
9633 archive_cmds_need_lc='no'
9634 hardcode_libdir_separator=:
9635 ;;
9636
9637 solaris*)
9638 no_undefined_flag=' -z defs'
9639 if test "$GCC" = yes; then
9640 wlarc='${wl}'
9641 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9642 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9643 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9644 else
9645 case `$CC -V 2>&1` in
9646 *"Compilers 5.0"*)
9647 wlarc=''
9648 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9649 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9650 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9651 ;;
9652 *)
9653 wlarc='${wl}'
9654 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9655 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9656 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9657 ;;
9658 esac
9659 fi
9660 hardcode_libdir_flag_spec='-R$libdir'
9661 hardcode_shlibpath_var=no
9662 case $host_os in
9663 solaris2.[0-5] | solaris2.[0-5].*) ;;
9664 *)
9665 # The compiler driver will combine and reorder linker options,
9666 # but understands `-z linker_flag'. GCC discards it without `$wl',
9667 # but is careful enough not to reorder.
9668 # Supported since Solaris 2.6 (maybe 2.5.1?)
9669 if test "$GCC" = yes; then
9670 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9671 else
9672 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9673 fi
9674 ;;
9675 esac
9676 link_all_deplibs=yes
9677 ;;
9678
9679 sunos4*)
9680 if test "x$host_vendor" = xsequent; then
9681 # Use $CC to link under sequent, because it throws in some extra .o
9682 # files that make .init and .fini sections work.
9683 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9684 else
9685 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9686 fi
9687 hardcode_libdir_flag_spec='-L$libdir'
9688 hardcode_direct=yes
9689 hardcode_minus_L=yes
9690 hardcode_shlibpath_var=no
9691 ;;
9692
9693 sysv4)
9694 case $host_vendor in
9695 sni)
9696 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9697 hardcode_direct=yes # is this really true???
9698 ;;
9699 siemens)
9700 ## LD is ld it makes a PLAMLIB
9701 ## CC just makes a GrossModule.
9702 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9703 reload_cmds='$CC -r -o $output$reload_objs'
9704 hardcode_direct=no
9705 ;;
9706 motorola)
9707 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9708 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9709 ;;
9710 esac
9711 runpath_var='LD_RUN_PATH'
9712 hardcode_shlibpath_var=no
9713 ;;
9714
9715 sysv4.3*)
9716 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9717 hardcode_shlibpath_var=no
9718 export_dynamic_flag_spec='-Bexport'
9719 ;;
9720
9721 sysv4*MP*)
9722 if test -d /usr/nec; then
9723 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9724 hardcode_shlibpath_var=no
9725 runpath_var=LD_RUN_PATH
9726 hardcode_runpath_var=yes
9727 ld_shlibs=yes
9728 fi
9729 ;;
9730
9731 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9732 no_undefined_flag='${wl}-z,text'
9733 archive_cmds_need_lc=no
9734 hardcode_shlibpath_var=no
9735 runpath_var='LD_RUN_PATH'
9736
9737 if test "$GCC" = yes; then
9738 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9739 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9740 else
9741 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9742 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9743 fi
9744 ;;
9745
9746 sysv5* | sco3.2v5* | sco5v6*)
9747 # Note: We can NOT use -z defs as we might desire, because we do not
9748 # link with -lc, and that would cause any symbols used from libc to
9749 # always be unresolved, which means just about no library would
9750 # ever link correctly. If we're not using GNU ld we use -z text
9751 # though, which does catch some bad symbols but isn't as heavy-handed
9752 # as -z defs.
9753 no_undefined_flag='${wl}-z,text'
9754 allow_undefined_flag='${wl}-z,nodefs'
9755 archive_cmds_need_lc=no
9756 hardcode_shlibpath_var=no
9757 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9758 hardcode_libdir_separator=':'
9759 link_all_deplibs=yes
9760 export_dynamic_flag_spec='${wl}-Bexport'
9761 runpath_var='LD_RUN_PATH'
9762
9763 if test "$GCC" = yes; then
9764 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9765 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9766 else
9767 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9768 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9769 fi
9770 ;;
9771
9772 uts4*)
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_libdir_flag_spec='-L$libdir'
9775 hardcode_shlibpath_var=no
9776 ;;
9777
9778 *)
9779 ld_shlibs=no
9780 ;;
9781 esac
9782
9783 if test x$host_vendor = xsni; then
9784 case $host in
9785 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9786 export_dynamic_flag_spec='${wl}-Blargedynsym'
9787 ;;
9788 esac
9789 fi
9790 fi
9791
9792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9793$as_echo "$ld_shlibs" >&6; }
9794test "$ld_shlibs" = no && can_build_shared=no
9795
9796with_gnu_ld=$with_gnu_ld
9797
9798
9799
93378652 9800
4f8d4a38 9801
4f8d4a38 9802
4f8d4a38 9803
4f8d4a38
DD
9804
9805
4f8d4a38 9806
4f8d4a38 9807
4f8d4a38
DD
9808
9809
6bb11ab3
L
9810
9811
9812#
9813# Do we need to explicitly link libc?
9814#
9815case "x$archive_cmds_need_lc" in
9816x|xyes)
9817 # Assume -lc should be added
9818 archive_cmds_need_lc=yes
9819
9820 if test "$enable_shared" = yes && test "$GCC" = yes; then
9821 case $archive_cmds in
9822 *'~'*)
9823 # FIXME: we may have to deal with multi-command sequences.
9824 ;;
9825 '$CC '*)
9826 # Test whether the compiler implicitly links with -lc since on some
9827 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9828 # to ld, don't add -lc before -lgcc.
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9830$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9831if ${lt_cv_archive_cmds_need_lc+:} false; then :
4f8d4a38
DD
9832 $as_echo_n "(cached) " >&6
9833else
6bb11ab3
L
9834 $RM conftest*
9835 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9836
9837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9838 (eval $ac_compile) 2>&5
9839 ac_status=$?
9840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9841 test $ac_status = 0; } 2>conftest.err; then
9842 soname=conftest
9843 lib=conftest
9844 libobjs=conftest.$ac_objext
9845 deplibs=
9846 wl=$lt_prog_compiler_wl
9847 pic_flag=$lt_prog_compiler_pic
9848 compiler_flags=-v
9849 linker_flags=-v
9850 verstring=
9851 output_objdir=.
9852 libname=conftest
9853 lt_save_allow_undefined_flag=$allow_undefined_flag
9854 allow_undefined_flag=
9855 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9856 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9857 ac_status=$?
9858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9859 test $ac_status = 0; }
9860 then
9861 lt_cv_archive_cmds_need_lc=no
9862 else
9863 lt_cv_archive_cmds_need_lc=yes
9864 fi
9865 allow_undefined_flag=$lt_save_allow_undefined_flag
9866 else
9867 cat conftest.err 1>&5
9868 fi
9869 $RM conftest*
4f8d4a38
DD
9870
9871fi
6bb11ab3
L
9872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9873$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9874 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9875 ;;
9876 esac
9877 fi
9878 ;;
4f8d4a38 9879esac
4f8d4a38
DD
9880
9881
4f8d4a38 9882
4f8d4a38
DD
9883
9884
4f8d4a38 9885
6ffe910a 9886
6ffe910a 9887
4f8d4a38 9888
6ffe910a 9889
6ffe910a 9890
93378652 9891
93378652 9892
6ffe910a 9893
4f8d4a38 9894
4f8d4a38 9895
4f8d4a38 9896
6ffe910a 9897
4f8d4a38 9898
4f8d4a38 9899
4f8d4a38
DD
9900
9901
6ffe910a 9902
4f8d4a38 9903
93378652
DD
9904
9905
93378652 9906
4f8d4a38 9907
93378652 9908
4f8d4a38 9909
4f8d4a38 9910
6ffe910a 9911
93378652 9912
93378652 9913
93378652 9914
6ffe910a 9915
6ffe910a 9916
6ffe910a 9917
6ffe910a 9918
93378652 9919
6ffe910a 9920
4f8d4a38 9921
4f8d4a38 9922
4f8d4a38 9923
4f8d4a38 9924
4f8d4a38 9925
4f8d4a38 9926
4f8d4a38 9927
2232061b
MF
9928
9929
2232061b 9930
2232061b
MF
9931
9932
2232061b
MF
9933
9934
2232061b 9935
2232061b
MF
9936
9937
6bb11ab3
L
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10038$as_echo_n "checking dynamic linker characteristics... " >&6; }
10039
10040if test "$GCC" = yes; then
10041 case $host_os in
10042 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10043 *) lt_awk_arg="/^libraries:/" ;;
10044 esac
10045 case $host_os in
10046 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10047 *) lt_sed_strip_eq="s,=/,/,g" ;;
10048 esac
10049 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10050 case $lt_search_path_spec in
10051 *\;*)
10052 # if the path contains ";" then we assume it to be the separator
10053 # otherwise default to the standard path separator (i.e. ":") - it is
10054 # assumed that no part of a normal pathname contains ";" but that should
10055 # okay in the real world where ";" in dirpaths is itself problematic.
10056 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10057 ;;
10058 *)
10059 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10060 ;;
10061 esac
10062 # Ok, now we have the path, separated by spaces, we can step through it
10063 # and add multilib dir if necessary.
10064 lt_tmp_lt_search_path_spec=
10065 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10066 for lt_sys_path in $lt_search_path_spec; do
10067 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10068 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10069 else
10070 test -d "$lt_sys_path" && \
10071 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10072 fi
10073 done
10074 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10075BEGIN {RS=" "; FS="/|\n";} {
10076 lt_foo="";
10077 lt_count=0;
10078 for (lt_i = NF; lt_i > 0; lt_i--) {
10079 if ($lt_i != "" && $lt_i != ".") {
10080 if ($lt_i == "..") {
10081 lt_count++;
10082 } else {
10083 if (lt_count == 0) {
10084 lt_foo="/" $lt_i lt_foo;
10085 } else {
10086 lt_count--;
10087 }
10088 }
10089 }
10090 }
10091 if (lt_foo != "") { lt_freq[lt_foo]++; }
10092 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10093}'`
10094 # AWK program above erroneously prepends '/' to C:/dos/paths
10095 # for these hosts.
10096 case $host_os in
10097 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10098 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10099 esac
10100 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10101else
10102 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10103fi
10104library_names_spec=
10105libname_spec='lib$name'
10106soname_spec=
10107shrext_cmds=".so"
10108postinstall_cmds=
10109postuninstall_cmds=
10110finish_cmds=
10111finish_eval=
10112shlibpath_var=
10113shlibpath_overrides_runpath=unknown
10114version_type=none
10115dynamic_linker="$host_os ld.so"
10116sys_lib_dlsearch_path_spec="/lib /usr/lib"
10117need_lib_prefix=unknown
10118hardcode_into_libs=no
10119
10120# when you set need_version to no, make sure it does not cause -set_version
10121# flags to be left without arguments
10122need_version=unknown
10123
10124case $host_os in
10125aix3*)
10126 version_type=linux
10127 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10128 shlibpath_var=LIBPATH
10129
10130 # AIX 3 has no versioning support, so we append a major version to the name.
10131 soname_spec='${libname}${release}${shared_ext}$major'
10132 ;;
10133
10134aix[4-9]*)
10135 version_type=linux
10136 need_lib_prefix=no
10137 need_version=no
10138 hardcode_into_libs=yes
10139 if test "$host_cpu" = ia64; then
10140 # AIX 5 supports IA64
10141 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10142 shlibpath_var=LD_LIBRARY_PATH
10143 else
10144 # With GCC up to 2.95.x, collect2 would create an import file
10145 # for dependence libraries. The import file would start with
10146 # the line `#! .'. This would cause the generated library to
10147 # depend on `.', always an invalid library. This was fixed in
10148 # development snapshots of GCC prior to 3.0.
10149 case $host_os in
10150 aix4 | aix4.[01] | aix4.[01].*)
10151 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10152 echo ' yes '
10153 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10154 :
10155 else
10156 can_build_shared=no
10157 fi
10158 ;;
10159 esac
10160 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10161 # soname into executable. Probably we can add versioning support to
10162 # collect2, so additional links can be useful in future.
10163 if test "$aix_use_runtimelinking" = yes; then
10164 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10165 # instead of lib<name>.a to let people know that these are not
10166 # typical AIX shared libraries.
10167 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10168 else
10169 # We preserve .a as extension for shared libraries through AIX4.2
10170 # and later when we are not doing run time linking.
10171 library_names_spec='${libname}${release}.a $libname.a'
10172 soname_spec='${libname}${release}${shared_ext}$major'
10173 fi
10174 shlibpath_var=LIBPATH
10175 fi
10176 ;;
10177
10178amigaos*)
10179 case $host_cpu in
10180 powerpc)
10181 # Since July 2007 AmigaOS4 officially supports .so libraries.
10182 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10184 ;;
10185 m68k)
10186 library_names_spec='$libname.ixlibrary $libname.a'
10187 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10188 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'
10189 ;;
10190 esac
10191 ;;
10192
10193beos*)
10194 library_names_spec='${libname}${shared_ext}'
10195 dynamic_linker="$host_os ld.so"
10196 shlibpath_var=LIBRARY_PATH
10197 ;;
10198
10199bsdi[45]*)
10200 version_type=linux
10201 need_version=no
10202 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10203 soname_spec='${libname}${release}${shared_ext}$major'
10204 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10205 shlibpath_var=LD_LIBRARY_PATH
10206 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10207 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10208 # the default ld.so.conf also contains /usr/contrib/lib and
10209 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10210 # libtool to hard-code these into programs
10211 ;;
10212
10213cygwin* | mingw* | pw32* | cegcc*)
10214 version_type=windows
10215 shrext_cmds=".dll"
10216 need_version=no
10217 need_lib_prefix=no
10218
10219 case $GCC,$host_os in
10220 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10221 library_names_spec='$libname.dll.a'
10222 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10223 postinstall_cmds='base_file=`basename \${file}`~
10224 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10225 dldir=$destdir/`dirname \$dlpath`~
10226 test -d \$dldir || mkdir -p \$dldir~
10227 $install_prog $dir/$dlname \$dldir/$dlname~
10228 chmod a+x \$dldir/$dlname~
10229 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10230 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10231 fi'
10232 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10233 dlpath=$dir/\$dldll~
10234 $RM \$dlpath'
10235 shlibpath_overrides_runpath=yes
10236
10237 case $host_os in
10238 cygwin*)
10239 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10240 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10241
10242 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10243 ;;
10244 mingw* | cegcc*)
10245 # MinGW DLLs use traditional 'lib' prefix
10246 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10247 ;;
10248 pw32*)
10249 # pw32 DLLs use 'pw' prefix rather than 'lib'
10250 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10251 ;;
10252 esac
10253 ;;
10254
10255 *)
10256 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10257 ;;
10258 esac
10259 dynamic_linker='Win32 ld.exe'
10260 # FIXME: first we should search . and the directory the executable is in
10261 shlibpath_var=PATH
10262 ;;
10263
10264darwin* | rhapsody*)
10265 dynamic_linker="$host_os dyld"
10266 version_type=darwin
10267 need_lib_prefix=no
10268 need_version=no
10269 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10270 soname_spec='${libname}${release}${major}$shared_ext'
10271 shlibpath_overrides_runpath=yes
10272 shlibpath_var=DYLD_LIBRARY_PATH
10273 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10274
10275 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10276 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10277 ;;
10278
10279dgux*)
10280 version_type=linux
10281 need_lib_prefix=no
10282 need_version=no
10283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10284 soname_spec='${libname}${release}${shared_ext}$major'
10285 shlibpath_var=LD_LIBRARY_PATH
10286 ;;
10287
10288freebsd* | dragonfly*)
10289 # DragonFly does not have aout. When/if they implement a new
10290 # versioning mechanism, adjust this.
10291 if test -x /usr/bin/objformat; then
10292 objformat=`/usr/bin/objformat`
10293 else
10294 case $host_os in
10295 freebsd[23].*) objformat=aout ;;
10296 *) objformat=elf ;;
10297 esac
10298 fi
10299 version_type=freebsd-$objformat
10300 case $version_type in
10301 freebsd-elf*)
10302 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10303 need_version=no
10304 need_lib_prefix=no
10305 ;;
10306 freebsd-*)
10307 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10308 need_version=yes
10309 ;;
10310 esac
10311 shlibpath_var=LD_LIBRARY_PATH
10312 case $host_os in
10313 freebsd2.*)
10314 shlibpath_overrides_runpath=yes
10315 ;;
10316 freebsd3.[01]* | freebsdelf3.[01]*)
10317 shlibpath_overrides_runpath=yes
10318 hardcode_into_libs=yes
10319 ;;
10320 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10321 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10322 shlibpath_overrides_runpath=no
10323 hardcode_into_libs=yes
10324 ;;
10325 *) # from 4.6 on, and DragonFly
10326 shlibpath_overrides_runpath=yes
10327 hardcode_into_libs=yes
10328 ;;
10329 esac
10330 ;;
10331
6bb11ab3
L
10332haiku*)
10333 version_type=linux
10334 need_lib_prefix=no
10335 need_version=no
10336 dynamic_linker="$host_os runtime_loader"
10337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10338 soname_spec='${libname}${release}${shared_ext}$major'
10339 shlibpath_var=LIBRARY_PATH
10340 shlibpath_overrides_runpath=yes
10341 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10342 hardcode_into_libs=yes
10343 ;;
10344
10345hpux9* | hpux10* | hpux11*)
10346 # Give a soname corresponding to the major version so that dld.sl refuses to
10347 # link against other versions.
10348 version_type=sunos
10349 need_lib_prefix=no
10350 need_version=no
10351 case $host_cpu in
10352 ia64*)
10353 shrext_cmds='.so'
10354 hardcode_into_libs=yes
10355 dynamic_linker="$host_os dld.so"
10356 shlibpath_var=LD_LIBRARY_PATH
10357 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10358 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10359 soname_spec='${libname}${release}${shared_ext}$major'
10360 if test "X$HPUX_IA64_MODE" = X32; then
10361 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10362 else
10363 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10364 fi
10365 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10366 ;;
10367 hppa*64*)
10368 shrext_cmds='.sl'
10369 hardcode_into_libs=yes
10370 dynamic_linker="$host_os dld.sl"
10371 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10372 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10374 soname_spec='${libname}${release}${shared_ext}$major'
10375 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10376 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10377 ;;
10378 *)
10379 shrext_cmds='.sl'
10380 dynamic_linker="$host_os dld.sl"
10381 shlibpath_var=SHLIB_PATH
10382 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10383 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10384 soname_spec='${libname}${release}${shared_ext}$major'
10385 ;;
10386 esac
10387 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10388 postinstall_cmds='chmod 555 $lib'
10389 # or fails outright, so override atomically:
10390 install_override_mode=555
10391 ;;
10392
10393interix[3-9]*)
10394 version_type=linux
10395 need_lib_prefix=no
10396 need_version=no
10397 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10398 soname_spec='${libname}${release}${shared_ext}$major'
10399 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10400 shlibpath_var=LD_LIBRARY_PATH
10401 shlibpath_overrides_runpath=no
10402 hardcode_into_libs=yes
10403 ;;
10404
10405irix5* | irix6* | nonstopux*)
10406 case $host_os in
10407 nonstopux*) version_type=nonstopux ;;
10408 *)
10409 if test "$lt_cv_prog_gnu_ld" = yes; then
10410 version_type=linux
10411 else
10412 version_type=irix
10413 fi ;;
10414 esac
10415 need_lib_prefix=no
10416 need_version=no
10417 soname_spec='${libname}${release}${shared_ext}$major'
10418 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10419 case $host_os in
10420 irix5* | nonstopux*)
10421 libsuff= shlibsuff=
10422 ;;
10423 *)
10424 case $LD in # libtool.m4 will add one of these switches to LD
10425 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10426 libsuff= shlibsuff= libmagic=32-bit;;
10427 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10428 libsuff=32 shlibsuff=N32 libmagic=N32;;
10429 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10430 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10431 *) libsuff= shlibsuff= libmagic=never-match;;
10432 esac
10433 ;;
10434 esac
10435 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10436 shlibpath_overrides_runpath=no
10437 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10438 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10439 hardcode_into_libs=yes
10440 ;;
10441
10442# No shared lib support for Linux oldld, aout, or coff.
10443linux*oldld* | linux*aout* | linux*coff*)
10444 dynamic_linker=no
10445 ;;
10446
10447# This must be Linux ELF.
46f900c0 10448linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10449 version_type=linux
10450 need_lib_prefix=no
10451 need_version=no
10452 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10453 soname_spec='${libname}${release}${shared_ext}$major'
10454 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10455 shlibpath_var=LD_LIBRARY_PATH
10456 shlibpath_overrides_runpath=no
10457
10458 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10459 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10460 $as_echo_n "(cached) " >&6
10461else
6bb11ab3
L
10462 lt_cv_shlibpath_overrides_runpath=no
10463 save_LDFLAGS=$LDFLAGS
10464 save_libdir=$libdir
10465 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10466 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10468/* end confdefs.h. */
10469
2232061b
MF
10470int
10471main ()
10472{
10473
10474 ;
10475 return 0;
10476}
10477_ACEOF
6bb11ab3
L
10478if ac_fn_c_try_link "$LINENO"; then :
10479 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10480 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10481fi
2232061b 10482fi
6bb11ab3
L
10483rm -f core conftest.err conftest.$ac_objext \
10484 conftest$ac_exeext conftest.$ac_ext
10485 LDFLAGS=$save_LDFLAGS
10486 libdir=$save_libdir
2232061b 10487
6bb11ab3 10488fi
2232061b 10489
6bb11ab3 10490 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10491
6bb11ab3
L
10492 # This implies no fast_install, which is unacceptable.
10493 # Some rework will be needed to allow for fast_install
10494 # before this can be enabled.
10495 hardcode_into_libs=yes
2232061b 10496
6bb11ab3
L
10497 # Append ld.so.conf contents to the search path
10498 if test -f /etc/ld.so.conf; then
10499 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' ' '`
10500 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10501 fi
2232061b 10502
6bb11ab3
L
10503 # We used to test for /lib/ld.so.1 and disable shared libraries on
10504 # powerpc, because MkLinux only supported shared libraries with the
10505 # GNU dynamic linker. Since this was broken with cross compilers,
10506 # most powerpc-linux boxes support dynamic linking these days and
10507 # people can always --disable-shared, the test was removed, and we
10508 # assume the GNU/Linux dynamic linker is in use.
10509 dynamic_linker='GNU/Linux ld.so'
10510 ;;
10511
10512netbsd*)
10513 version_type=sunos
10514 need_lib_prefix=no
10515 need_version=no
10516 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10517 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10518 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10519 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10520 else
6bb11ab3
L
10521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10522 soname_spec='${libname}${release}${shared_ext}$major'
10523 dynamic_linker='NetBSD ld.elf_so'
10524 fi
10525 shlibpath_var=LD_LIBRARY_PATH
10526 shlibpath_overrides_runpath=yes
10527 hardcode_into_libs=yes
10528 ;;
10529
10530newsos6)
10531 version_type=linux
10532 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10533 shlibpath_var=LD_LIBRARY_PATH
10534 shlibpath_overrides_runpath=yes
10535 ;;
10536
10537*nto* | *qnx*)
10538 version_type=qnx
10539 need_lib_prefix=no
10540 need_version=no
10541 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10542 soname_spec='${libname}${release}${shared_ext}$major'
10543 shlibpath_var=LD_LIBRARY_PATH
10544 shlibpath_overrides_runpath=no
10545 hardcode_into_libs=yes
10546 dynamic_linker='ldqnx.so'
10547 ;;
10548
10549openbsd*)
10550 version_type=sunos
10551 sys_lib_dlsearch_path_spec="/usr/lib"
10552 need_lib_prefix=no
10553 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10554 case $host_os in
10555 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10556 *) need_version=no ;;
10557 esac
10558 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10559 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10560 shlibpath_var=LD_LIBRARY_PATH
10561 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10562 case $host_os in
10563 openbsd2.[89] | openbsd2.[89].*)
10564 shlibpath_overrides_runpath=no
10565 ;;
10566 *)
10567 shlibpath_overrides_runpath=yes
10568 ;;
10569 esac
10570 else
10571 shlibpath_overrides_runpath=yes
10572 fi
10573 ;;
10574
10575os2*)
10576 libname_spec='$name'
10577 shrext_cmds=".dll"
10578 need_lib_prefix=no
10579 library_names_spec='$libname${shared_ext} $libname.a'
10580 dynamic_linker='OS/2 ld.exe'
10581 shlibpath_var=LIBPATH
10582 ;;
10583
10584osf3* | osf4* | osf5*)
10585 version_type=osf
10586 need_lib_prefix=no
10587 need_version=no
10588 soname_spec='${libname}${release}${shared_ext}$major'
10589 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10590 shlibpath_var=LD_LIBRARY_PATH
10591 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10592 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10593 ;;
10594
10595rdos*)
10596 dynamic_linker=no
10597 ;;
10598
10599solaris*)
10600 version_type=linux
10601 need_lib_prefix=no
10602 need_version=no
10603 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10604 soname_spec='${libname}${release}${shared_ext}$major'
10605 shlibpath_var=LD_LIBRARY_PATH
10606 shlibpath_overrides_runpath=yes
10607 hardcode_into_libs=yes
10608 # ldd complains unless libraries are executable
10609 postinstall_cmds='chmod +x $lib'
10610 ;;
10611
10612sunos4*)
10613 version_type=sunos
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10615 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10616 shlibpath_var=LD_LIBRARY_PATH
10617 shlibpath_overrides_runpath=yes
10618 if test "$with_gnu_ld" = yes; then
10619 need_lib_prefix=no
10620 fi
10621 need_version=yes
10622 ;;
10623
10624sysv4 | sysv4.3*)
10625 version_type=linux
10626 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10627 soname_spec='${libname}${release}${shared_ext}$major'
10628 shlibpath_var=LD_LIBRARY_PATH
10629 case $host_vendor in
10630 sni)
10631 shlibpath_overrides_runpath=no
10632 need_lib_prefix=no
10633 runpath_var=LD_RUN_PATH
10634 ;;
10635 siemens)
10636 need_lib_prefix=no
10637 ;;
10638 motorola)
10639 need_lib_prefix=no
10640 need_version=no
10641 shlibpath_overrides_runpath=no
10642 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10643 ;;
10644 esac
10645 ;;
10646
10647sysv4*MP*)
10648 if test -d /usr/nec ;then
10649 version_type=linux
10650 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10651 soname_spec='$libname${shared_ext}.$major'
10652 shlibpath_var=LD_LIBRARY_PATH
2232061b 10653 fi
6bb11ab3
L
10654 ;;
10655
10656sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10657 version_type=freebsd-elf
10658 need_lib_prefix=no
10659 need_version=no
10660 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10661 soname_spec='${libname}${release}${shared_ext}$major'
10662 shlibpath_var=LD_LIBRARY_PATH
10663 shlibpath_overrides_runpath=yes
10664 hardcode_into_libs=yes
10665 if test "$with_gnu_ld" = yes; then
10666 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10667 else
10668 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10669 case $host_os in
10670 sco3.2v5*)
10671 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10672 ;;
10673 esac
10674 fi
10675 sys_lib_dlsearch_path_spec='/usr/lib'
10676 ;;
10677
10678tpf*)
10679 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10680 version_type=linux
10681 need_lib_prefix=no
10682 need_version=no
10683 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10684 shlibpath_var=LD_LIBRARY_PATH
10685 shlibpath_overrides_runpath=no
10686 hardcode_into_libs=yes
10687 ;;
10688
10689uts4*)
10690 version_type=linux
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10692 soname_spec='${libname}${release}${shared_ext}$major'
10693 shlibpath_var=LD_LIBRARY_PATH
10694 ;;
10695
10696*)
10697 dynamic_linker=no
10698 ;;
10699esac
10700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10701$as_echo "$dynamic_linker" >&6; }
10702test "$dynamic_linker" = no && can_build_shared=no
10703
10704variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10705if test "$GCC" = yes; then
10706 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10707fi
2232061b 10708
6bb11ab3
L
10709if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10710 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10711fi
10712if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10713 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10714fi
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
2232061b 10741
2232061b 10742
2232061b 10743
2232061b 10744
2232061b
MF
10745
10746
93378652 10747
6ffe910a
MF
10748
10749
93378652 10750
4f8d4a38 10751
4f8d4a38 10752
2232061b 10753
4f8d4a38 10754
4f8d4a38 10755
4f8d4a38 10756
4f8d4a38 10757
93378652 10758
4f8d4a38 10759
4f8d4a38 10760
4f8d4a38 10761
93378652 10762
93378652 10763
4f8d4a38 10764
4f8d4a38 10765
5f3ef9d0 10766
5f3ef9d0
JB
10767
10768
10769
db2e4d67
MF
10770
10771
db2e4d67 10772
db2e4d67 10773
db2e4d67 10774
db2e4d67 10775
db2e4d67 10776
db2e4d67 10777
db2e4d67 10778
db2e4d67
MF
10779
10780
db2e4d67 10781
db2e4d67
MF
10782
10783
db2e4d67 10784
db2e4d67
MF
10785
10786
93378652 10787
4f8d4a38 10788
4f8d4a38 10789
4f8d4a38 10790
93378652
DD
10791
10792
93378652 10793
93378652 10794
93378652 10795
4f8d4a38
DD
10796
10797
4f8d4a38 10798
4f8d4a38 10799
4f8d4a38 10800
4f8d4a38 10801
4f8d4a38 10802
4f8d4a38 10803
4f8d4a38 10804
4f8d4a38 10805
4f8d4a38 10806
6bb11ab3
L
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10808$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10809hardcode_action=
10810if test -n "$hardcode_libdir_flag_spec" ||
10811 test -n "$runpath_var" ||
10812 test "X$hardcode_automatic" = "Xyes" ; then
4f8d4a38 10813
6bb11ab3
L
10814 # We can hardcode non-existent directories.
10815 if test "$hardcode_direct" != no &&
10816 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10817 # have to relink, otherwise we might link with an installed library
10818 # when we should be linking with a yet-to-be-installed one
10819 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10820 test "$hardcode_minus_L" != no; then
10821 # Linking always hardcodes the temporary library directory.
10822 hardcode_action=relink
10823 else
10824 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10825 hardcode_action=immediate
10826 fi
10827else
10828 # We cannot hardcode anything, or else we can only hardcode existing
10829 # directories.
10830 hardcode_action=unsupported
4f8d4a38 10831fi
6bb11ab3
L
10832{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10833$as_echo "$hardcode_action" >&6; }
4f8d4a38 10834
6bb11ab3
L
10835if test "$hardcode_action" = relink ||
10836 test "$inherit_rpath" = yes; then
10837 # Fast installation is not supported
10838 enable_fast_install=no
10839elif test "$shlibpath_overrides_runpath" = yes ||
10840 test "$enable_shared" = no; then
10841 # Fast installation is not necessary
10842 enable_fast_install=needless
10843fi
4f8d4a38 10844
6bb11ab3
L
10845
10846
10847
10848
10849
10850 if test "x$enable_dlopen" != xyes; then
10851 enable_dlopen=unknown
10852 enable_dlopen_self=unknown
10853 enable_dlopen_self_static=unknown
10854else
10855 lt_cv_dlopen=no
10856 lt_cv_dlopen_libs=
10857
10858 case $host_os in
10859 beos*)
10860 lt_cv_dlopen="load_add_on"
10861 lt_cv_dlopen_libs=
10862 lt_cv_dlopen_self=yes
10863 ;;
10864
10865 mingw* | pw32* | cegcc*)
10866 lt_cv_dlopen="LoadLibrary"
10867 lt_cv_dlopen_libs=
10868 ;;
10869
10870 cygwin*)
10871 lt_cv_dlopen="dlopen"
10872 lt_cv_dlopen_libs=
10873 ;;
10874
10875 darwin*)
10876 # if libdl is installed we need to link against it
10877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10878$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10879if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10880 $as_echo_n "(cached) " >&6
10881else
10882 ac_check_lib_save_LIBS=$LIBS
10883LIBS="-ldl $LIBS"
10884cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10885/* end confdefs.h. */
10886
10887/* Override any GCC internal prototype to avoid an error.
10888 Use char because int might match the return type of a GCC
10889 builtin and then its argument prototype would still apply. */
10890#ifdef __cplusplus
10891extern "C"
10892#endif
10893char dlopen ();
10894int
10895main ()
10896{
10897return dlopen ();
10898 ;
10899 return 0;
10900}
4f8d4a38 10901_ACEOF
6bb11ab3
L
10902if ac_fn_c_try_link "$LINENO"; then :
10903 ac_cv_lib_dl_dlopen=yes
10904else
10905 ac_cv_lib_dl_dlopen=no
10906fi
10907rm -f core conftest.err conftest.$ac_objext \
10908 conftest$ac_exeext conftest.$ac_ext
10909LIBS=$ac_check_lib_save_LIBS
10910fi
10911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10912$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10913if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10914 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10915else
10916
10917 lt_cv_dlopen="dyld"
10918 lt_cv_dlopen_libs=
10919 lt_cv_dlopen_self=yes
4f8d4a38
DD
10920
10921fi
4f8d4a38 10922
6bb11ab3 10923 ;;
4f8d4a38 10924
6bb11ab3
L
10925 *)
10926 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10927if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10928 lt_cv_dlopen="shl_load"
10929else
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10931$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10932if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10933 $as_echo_n "(cached) " >&6
10934else
10935 ac_check_lib_save_LIBS=$LIBS
10936LIBS="-ldld $LIBS"
10937cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10938/* end confdefs.h. */
10939
10940/* Override any GCC internal prototype to avoid an error.
10941 Use char because int might match the return type of a GCC
10942 builtin and then its argument prototype would still apply. */
10943#ifdef __cplusplus
10944extern "C"
10945#endif
10946char shl_load ();
10947int
10948main ()
10949{
10950return shl_load ();
10951 ;
10952 return 0;
10953}
10954_ACEOF
10955if ac_fn_c_try_link "$LINENO"; then :
10956 ac_cv_lib_dld_shl_load=yes
10957else
10958 ac_cv_lib_dld_shl_load=no
10959fi
10960rm -f core conftest.err conftest.$ac_objext \
10961 conftest$ac_exeext conftest.$ac_ext
10962LIBS=$ac_check_lib_save_LIBS
10963fi
10964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10965$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10966if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10967 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10968else
10969 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10970if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10971 lt_cv_dlopen="dlopen"
10972else
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10974$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10975if ${ac_cv_lib_dl_dlopen+:} false; then :
4f8d4a38
DD
10976 $as_echo_n "(cached) " >&6
10977else
10978 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10979LIBS="-ldl $LIBS"
4f8d4a38
DD
10980cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10981/* end confdefs.h. */
10982
10983/* Override any GCC internal prototype to avoid an error.
10984 Use char because int might match the return type of a GCC
10985 builtin and then its argument prototype would still apply. */
10986#ifdef __cplusplus
10987extern "C"
10988#endif
6bb11ab3 10989char dlopen ();
4f8d4a38
DD
10990int
10991main ()
10992{
6bb11ab3 10993return dlopen ();
4f8d4a38
DD
10994 ;
10995 return 0;
10996}
10997_ACEOF
10998if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10999 ac_cv_lib_dl_dlopen=yes
4f8d4a38 11000else
6bb11ab3 11001 ac_cv_lib_dl_dlopen=no
4f8d4a38
DD
11002fi
11003rm -f core conftest.err conftest.$ac_objext \
11004 conftest$ac_exeext conftest.$ac_ext
11005LIBS=$ac_check_lib_save_LIBS
11006fi
6bb11ab3
L
11007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11008$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11009if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11010 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11011else
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11013$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11014if ${ac_cv_lib_svld_dlopen+:} false; then :
4f8d4a38
DD
11015 $as_echo_n "(cached) " >&6
11016else
11017 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11018LIBS="-lsvld $LIBS"
4f8d4a38
DD
11019cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11020/* end confdefs.h. */
11021
11022/* Override any GCC internal prototype to avoid an error.
11023 Use char because int might match the return type of a GCC
11024 builtin and then its argument prototype would still apply. */
11025#ifdef __cplusplus
11026extern "C"
11027#endif
6bb11ab3 11028char dlopen ();
4f8d4a38
DD
11029int
11030main ()
11031{
6bb11ab3 11032return dlopen ();
4f8d4a38
DD
11033 ;
11034 return 0;
11035}
11036_ACEOF
11037if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11038 ac_cv_lib_svld_dlopen=yes
4f8d4a38 11039else
6bb11ab3 11040 ac_cv_lib_svld_dlopen=no
4f8d4a38
DD
11041fi
11042rm -f core conftest.err conftest.$ac_objext \
11043 conftest$ac_exeext conftest.$ac_ext
11044LIBS=$ac_check_lib_save_LIBS
11045fi
6bb11ab3
L
11046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11047$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11048if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11049 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
3725885a 11050else
6bb11ab3
L
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11052$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11053if ${ac_cv_lib_dld_dld_link+:} false; then :
4f8d4a38
DD
11054 $as_echo_n "(cached) " >&6
11055else
6bb11ab3
L
11056 ac_check_lib_save_LIBS=$LIBS
11057LIBS="-ldld $LIBS"
4f8d4a38
DD
11058cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11059/* end confdefs.h. */
11060
11061/* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11064#ifdef __cplusplus
11065extern "C"
11066#endif
6bb11ab3 11067char dld_link ();
4f8d4a38
DD
11068int
11069main ()
11070{
6bb11ab3 11071return dld_link ();
4f8d4a38
DD
11072 ;
11073 return 0;
11074}
11075_ACEOF
6bb11ab3
L
11076if ac_fn_c_try_link "$LINENO"; then :
11077 ac_cv_lib_dld_dld_link=yes
11078else
11079 ac_cv_lib_dld_dld_link=no
11080fi
11081rm -f core conftest.err conftest.$ac_objext \
11082 conftest$ac_exeext conftest.$ac_ext
11083LIBS=$ac_check_lib_save_LIBS
11084fi
11085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11086$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11087if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11088 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11089fi
11090
11091
11092fi
11093
11094
11095fi
11096
11097
11098fi
11099
11100
11101fi
11102
11103
11104fi
11105
11106 ;;
11107 esac
11108
11109 if test "x$lt_cv_dlopen" != xno; then
11110 enable_dlopen=yes
4f8d4a38 11111 else
6bb11ab3
L
11112 enable_dlopen=no
11113 fi
11114
11115 case $lt_cv_dlopen in
11116 dlopen)
11117 save_CPPFLAGS="$CPPFLAGS"
11118 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11119
11120 save_LDFLAGS="$LDFLAGS"
11121 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11122
11123 save_LIBS="$LIBS"
11124 LIBS="$lt_cv_dlopen_libs $LIBS"
11125
11126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11127$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11128if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11129 $as_echo_n "(cached) " >&6
11130else
11131 if test "$cross_compiling" = yes; then :
11132 lt_cv_dlopen_self=cross
11133else
11134 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11135 lt_status=$lt_dlunknown
11136 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11137#line 11137 "configure"
6bb11ab3
L
11138#include "confdefs.h"
11139
11140#if HAVE_DLFCN_H
11141#include <dlfcn.h>
11142#endif
11143
11144#include <stdio.h>
11145
11146#ifdef RTLD_GLOBAL
11147# define LT_DLGLOBAL RTLD_GLOBAL
11148#else
11149# ifdef DL_GLOBAL
11150# define LT_DLGLOBAL DL_GLOBAL
11151# else
11152# define LT_DLGLOBAL 0
11153# endif
11154#endif
11155
11156/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11157 find out it does not work in some platform. */
11158#ifndef LT_DLLAZY_OR_NOW
11159# ifdef RTLD_LAZY
11160# define LT_DLLAZY_OR_NOW RTLD_LAZY
11161# else
11162# ifdef DL_LAZY
11163# define LT_DLLAZY_OR_NOW DL_LAZY
11164# else
11165# ifdef RTLD_NOW
11166# define LT_DLLAZY_OR_NOW RTLD_NOW
11167# else
11168# ifdef DL_NOW
11169# define LT_DLLAZY_OR_NOW DL_NOW
11170# else
11171# define LT_DLLAZY_OR_NOW 0
11172# endif
11173# endif
11174# endif
11175# endif
11176#endif
11177
11178/* When -fvisbility=hidden is used, assume the code has been annotated
11179 correspondingly for the symbols needed. */
11180#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11181void fnord () __attribute__((visibility("default")));
11182#endif
11183
11184void fnord () { int i=42; }
11185int main ()
11186{
11187 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11188 int status = $lt_dlunknown;
11189
11190 if (self)
11191 {
11192 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11193 else
11194 {
11195 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11196 else puts (dlerror ());
11197 }
11198 /* dlclose (self); */
11199 }
11200 else
11201 puts (dlerror ());
11202
11203 return status;
11204}
11205_LT_EOF
11206 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11207 (eval $ac_link) 2>&5
11208 ac_status=$?
11209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11210 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11211 (./conftest; exit; ) >&5 2>/dev/null
11212 lt_status=$?
11213 case x$lt_status in
11214 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11215 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11216 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11217 esac
11218 else :
11219 # compilation failed
11220 lt_cv_dlopen_self=no
4f8d4a38 11221 fi
4f8d4a38 11222fi
6bb11ab3
L
11223rm -fr conftest*
11224
11225
4f8d4a38 11226fi
6bb11ab3
L
11227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11228$as_echo "$lt_cv_dlopen_self" >&6; }
4f8d4a38 11229
6bb11ab3
L
11230 if test "x$lt_cv_dlopen_self" = xyes; then
11231 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11233$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11234if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11235 $as_echo_n "(cached) " >&6
4f8d4a38 11236else
6bb11ab3
L
11237 if test "$cross_compiling" = yes; then :
11238 lt_cv_dlopen_self_static=cross
11239else
11240 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11241 lt_status=$lt_dlunknown
11242 cat > conftest.$ac_ext <<_LT_EOF
136da8cd 11243#line 11243 "configure"
6bb11ab3
L
11244#include "confdefs.h"
11245
11246#if HAVE_DLFCN_H
11247#include <dlfcn.h>
11248#endif
11249
11250#include <stdio.h>
11251
11252#ifdef RTLD_GLOBAL
11253# define LT_DLGLOBAL RTLD_GLOBAL
11254#else
11255# ifdef DL_GLOBAL
11256# define LT_DLGLOBAL DL_GLOBAL
11257# else
11258# define LT_DLGLOBAL 0
11259# endif
11260#endif
11261
11262/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11263 find out it does not work in some platform. */
11264#ifndef LT_DLLAZY_OR_NOW
11265# ifdef RTLD_LAZY
11266# define LT_DLLAZY_OR_NOW RTLD_LAZY
11267# else
11268# ifdef DL_LAZY
11269# define LT_DLLAZY_OR_NOW DL_LAZY
11270# else
11271# ifdef RTLD_NOW
11272# define LT_DLLAZY_OR_NOW RTLD_NOW
11273# else
11274# ifdef DL_NOW
11275# define LT_DLLAZY_OR_NOW DL_NOW
11276# else
11277# define LT_DLLAZY_OR_NOW 0
11278# endif
11279# endif
11280# endif
11281# endif
11282#endif
11283
11284/* When -fvisbility=hidden is used, assume the code has been annotated
11285 correspondingly for the symbols needed. */
11286#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11287void fnord () __attribute__((visibility("default")));
11288#endif
11289
11290void fnord () { int i=42; }
11291int main ()
11292{
11293 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11294 int status = $lt_dlunknown;
11295
11296 if (self)
11297 {
11298 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11299 else
11300 {
11301 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11302 else puts (dlerror ());
11303 }
11304 /* dlclose (self); */
11305 }
11306 else
11307 puts (dlerror ());
11308
11309 return status;
11310}
11311_LT_EOF
11312 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11313 (eval $ac_link) 2>&5
11314 ac_status=$?
11315 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11316 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11317 (./conftest; exit; ) >&5 2>/dev/null
11318 lt_status=$?
11319 case x$lt_status in
11320 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11321 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11322 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11323 esac
11324 else :
11325 # compilation failed
11326 lt_cv_dlopen_self_static=no
11327 fi
4f8d4a38 11328fi
6bb11ab3
L
11329rm -fr conftest*
11330
11331
4f8d4a38 11332fi
6bb11ab3
L
11333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11334$as_echo "$lt_cv_dlopen_self_static" >&6; }
11335 fi
11336
11337 CPPFLAGS="$save_CPPFLAGS"
11338 LDFLAGS="$save_LDFLAGS"
11339 LIBS="$save_LIBS"
11340 ;;
11341 esac
11342
11343 case $lt_cv_dlopen_self in
11344 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11345 *) enable_dlopen_self=unknown ;;
11346 esac
11347
11348 case $lt_cv_dlopen_self_static in
11349 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11350 *) enable_dlopen_self_static=unknown ;;
11351 esac
11352fi
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370striplib=
11371old_striplib=
11372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11373$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11374if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11375 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11376 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11378$as_echo "yes" >&6; }
11379else
11380# FIXME - insert some real tests, host_os isn't really good enough
11381 case $host_os in
11382 darwin*)
11383 if test -n "$STRIP" ; then
11384 striplib="$STRIP -x"
11385 old_striplib="$STRIP -S"
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11387$as_echo "yes" >&6; }
11388 else
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11390$as_echo "no" >&6; }
11391 fi
11392 ;;
11393 *)
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11395$as_echo "no" >&6; }
11396 ;;
11397 esac
11398fi
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411 # Report which library types will actually be built
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11413$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11415$as_echo "$can_build_shared" >&6; }
11416
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11418$as_echo_n "checking whether to build shared libraries... " >&6; }
11419 test "$can_build_shared" = "no" && enable_shared=no
11420
11421 # On AIX, shared libraries and static libraries use the same namespace, and
11422 # are all built from PIC.
11423 case $host_os in
11424 aix3*)
11425 test "$enable_shared" = yes && enable_static=no
11426 if test -n "$RANLIB"; then
11427 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11428 postinstall_cmds='$RANLIB $lib'
11429 fi
11430 ;;
11431
11432 aix[4-9]*)
11433 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11434 test "$enable_shared" = yes && enable_static=no
11435 fi
11436 ;;
11437 esac
11438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11439$as_echo "$enable_shared" >&6; }
11440
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11442$as_echo_n "checking whether to build static libraries... " >&6; }
11443 # Make sure either enable_shared or enable_static is yes.
11444 test "$enable_shared" = yes || enable_static=yes
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11446$as_echo "$enable_static" >&6; }
11447
11448
11449
11450
11451fi
11452ac_ext=c
11453ac_cpp='$CPP $CPPFLAGS'
11454ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11455ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11456ac_compiler_gnu=$ac_cv_c_compiler_gnu
11457
11458CC="$lt_save_CC"
11459
11460
11461
11462
11463
11464
11465
11466
11467
4f8d4a38 11468
4f8d4a38 11469
4f8d4a38 11470
4f8d4a38 11471
6bb11ab3
L
11472 ac_config_commands="$ac_config_commands libtool"
11473
11474
11475
11476
11477# Only expand once:
11478
11479
3725885a 11480
4f8d4a38 11481
4f8d4a38
DD
11482
11483
31e6ad7d
MF
11484
11485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11486$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11487 # Check whether --enable-maintainer-mode was given.
4f8d4a38 11488if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11489 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11490else
11491 USE_MAINTAINER_MODE=no
4f8d4a38 11492fi
31e6ad7d
MF
11493
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11495$as_echo "$USE_MAINTAINER_MODE" >&6; }
11496 if test $USE_MAINTAINER_MODE = yes; then
11497 MAINTAINER_MODE_TRUE=
11498 MAINTAINER_MODE_FALSE='#'
4f8d4a38 11499else
31e6ad7d
MF
11500 MAINTAINER_MODE_TRUE='#'
11501 MAINTAINER_MODE_FALSE=
4f8d4a38
DD
11502fi
11503
31e6ad7d
MF
11504 MAINT=$MAINTAINER_MODE_TRUE
11505
11506
4f8d4a38
DD
11507
11508
ce39bd38
MF
11509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11510$as_echo_n "checking for sim debug setting... " >&6; }
11511sim_debug="0"
4f8d4a38
DD
11512# Check whether --enable-sim-debug was given.
11513if test "${enable_sim_debug+set}" = set; then :
11514 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11515 yes) sim_debug="7";;
11516 no) sim_debug="0";;
11517 *) sim_debug="($enableval)";;
4f8d4a38 11518esac
4f8d4a38 11519fi
ce39bd38
MF
11520if test "$sim_debug" != "0"; then
11521
11522cat >>confdefs.h <<_ACEOF
11523#define DEBUG $sim_debug
11524_ACEOF
11525
4f8d4a38
DD
11526fi
11527
ce39bd38
MF
11528cat >>confdefs.h <<_ACEOF
11529#define WITH_DEBUG $sim_debug
11530_ACEOF
11531
11532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11533$as_echo "$sim_debug" >&6; }
4f8d4a38
DD
11534
11535
ce39bd38
MF
11536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11537$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11538sim_stdio="0"
4f8d4a38
DD
11539# Check whether --enable-sim-stdio was given.
11540if test "${enable_sim_stdio+set}" = set; then :
11541 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11542 yes) sim_stdio="DO_USE_STDIO";;
11543 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11544 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
4f8d4a38 11545esac
4f8d4a38
DD
11546fi
11547
ce39bd38
MF
11548cat >>confdefs.h <<_ACEOF
11549#define WITH_STDIO $sim_stdio
11550_ACEOF
11551
11552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11553$as_echo "$sim_stdio" >&6; }
4f8d4a38
DD
11554
11555
ce39bd38
MF
11556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11557$as_echo_n "checking for sim trace settings... " >&6; }
11558sim_trace="~TRACE_debug"
4f8d4a38
DD
11559# Check whether --enable-sim-trace was given.
11560if test "${enable_sim_trace+set}" = set; then :
11561 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11562 yes) sim_trace="-1";;
11563 no) sim_trace="0";;
4f8d4a38 11564 [-0-9]*)
ce39bd38 11565 sim_trace="'(${enableval})'";;
2232061b 11566 [[:lower:]]*)
4f8d4a38
DD
11567 sim_trace=""
11568 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11569 if test x"$sim_trace" = x; then
ce39bd38 11570 sim_trace="(TRACE_$x"
4f8d4a38
DD
11571 else
11572 sim_trace="${sim_trace}|TRACE_$x"
11573 fi
11574 done
ce39bd38 11575 sim_trace="$sim_trace)" ;;
4f8d4a38 11576esac
4f8d4a38
DD
11577fi
11578
ce39bd38
MF
11579cat >>confdefs.h <<_ACEOF
11580#define WITH_TRACE $sim_trace
11581_ACEOF
11582
11583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11584$as_echo "$sim_trace" >&6; }
4f8d4a38
DD
11585
11586
ce39bd38
MF
11587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11588$as_echo_n "checking for sim profile settings... " >&6; }
11589profile="1"
11590sim_profile="-1"
4f8d4a38
DD
11591# Check whether --enable-sim-profile was given.
11592if test "${enable_sim_profile+set}" = set; then :
11593 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11594 yes) profile="1" sim_profile="-1";;
11595 no) profile="0" sim_profile="0";;
4f8d4a38 11596 [-0-9]*)
ce39bd38 11597 profile="(${enableval})" sim_profile="(${enableval})";;
4f8d4a38 11598 [a-z]*)
ce39bd38 11599 profile="1"
4f8d4a38
DD
11600 sim_profile=""
11601 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11602 if test x"$sim_profile" = x; then
ce39bd38 11603 sim_profile="(PROFILE_$x"
4f8d4a38
DD
11604 else
11605 sim_profile="${sim_profile}|PROFILE_$x"
11606 fi
11607 done
ce39bd38 11608 sim_profile="$sim_profile)" ;;
4f8d4a38 11609esac
4f8d4a38
DD
11610fi
11611
ce39bd38
MF
11612cat >>confdefs.h <<_ACEOF
11613#define PROFILE $profile
11614_ACEOF
4f8d4a38
DD
11615
11616
ce39bd38
MF
11617cat >>confdefs.h <<_ACEOF
11618#define WITH_PROFILE $sim_profile
11619_ACEOF
11620
11621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11622$as_echo "$sim_profile" >&6; }
11623
11624
11625
11626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11627$as_echo_n "checking whether to enable sim asserts... " >&6; }
11628sim_assert="1"
35656e95
MF
11629# Check whether --enable-sim-assert was given.
11630if test "${enable_sim_assert+set}" = set; then :
11631 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11632 yes) sim_assert="1";;
11633 no) sim_assert="0";;
d0ac1c44 11634 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11635esac
35656e95
MF
11636fi
11637
ce39bd38
MF
11638cat >>confdefs.h <<_ACEOF
11639#define WITH_ASSERT $sim_assert
11640_ACEOF
11641
11642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11643$as_echo "$sim_assert" >&6; }
11644
35656e95 11645
ce39bd38
MF
11646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11647$as_echo_n "checking default sim environment setting... " >&6; }
11648sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11649# Check whether --enable-sim-environment was given.
11650if test "${enable_sim_environment+set}" = set; then :
11651 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11652 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11653 user | USER) sim_environment="USER_ENVIRONMENT";;
11654 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11655 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11656 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11657esac
16f7876d
MF
11658fi
11659
ce39bd38
MF
11660cat >>confdefs.h <<_ACEOF
11661#define WITH_ENVIRONMENT $sim_environment
11662_ACEOF
11663
11664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11665$as_echo "$sim_environment" >&6; }
11666
16f7876d 11667
347fe5bb
MF
11668sim_inline="-DDEFAULT_INLINE=0"
11669# Check whether --enable-sim-inline was given.
11670if test "${enable_sim_inline+set}" = set; then :
11671 enableval=$enable_sim_inline; sim_inline=""
11672case "$enableval" in
11673 no) sim_inline="-DDEFAULT_INLINE=0";;
11674 0) sim_inline="-DDEFAULT_INLINE=0";;
11675 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11676 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11677 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11678 new_flag=""
11679 case "$x" in
11680 *_INLINE=*) new_flag="-D$x";;
11681 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11682 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11683 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11684 esac
11685 if test x"$sim_inline" = x""; then
11686 sim_inline="$new_flag"
11687 else
11688 sim_inline="$sim_inline $new_flag"
11689 fi
11690 done;;
11691esac
11692if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11693 echo "Setting inline flags = $sim_inline" 6>&1
11694fi
11695fi
11696
11697
11698
4f8d4a38
DD
11699
11700# Check whether --with-pkgversion was given.
11701if test "${with_pkgversion+set}" = set; then :
11702 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11703 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
4f8d4a38
DD
11704 no) PKGVERSION= ;;
11705 *) PKGVERSION="($withval) " ;;
11706 esac
11707else
bf12d44e 11708 PKGVERSION="(SIM) "
4f8d4a38
DD
11709
11710fi
11711
11712
11713
11714
11715
11716# Check whether --with-bugurl was given.
11717if test "${with_bugurl+set}" = set; then :
11718 withval=$with_bugurl; case "$withval" in
d0ac1c44 11719 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
4f8d4a38
DD
11720 no) BUGURL=
11721 ;;
11722 *) BUGURL="$withval"
11723 ;;
11724 esac
11725else
dfb856ba 11726 BUGURL="https://www.gnu.org/software/gdb/bugs/"
4f8d4a38
DD
11727
11728fi
11729
11730 case ${BUGURL} in
11731 "")
11732 REPORT_BUGS_TO=
11733 REPORT_BUGS_TEXI=
11734 ;;
11735 *)
11736 REPORT_BUGS_TO="<$BUGURL>"
11737 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11738 ;;
11739 esac;
11740
11741
11742
11743
11744cat >>confdefs.h <<_ACEOF
11745#define PKGVERSION "$PKGVERSION"
11746_ACEOF
11747
11748
11749cat >>confdefs.h <<_ACEOF
11750#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11751_ACEOF
11752
11753
11754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11755$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11756if ${ac_cv_type_signal+:} false; then :
4f8d4a38
DD
11757 $as_echo_n "(cached) " >&6
11758else
11759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11760/* end confdefs.h. */
11761#include <sys/types.h>
11762#include <signal.h>
11763
11764int
11765main ()
11766{
11767return *(signal (0, 0)) (0) == 1;
11768 ;
11769 return 0;
11770}
11771_ACEOF
11772if ac_fn_c_try_compile "$LINENO"; then :
11773 ac_cv_type_signal=int
11774else
11775 ac_cv_type_signal=void
11776fi
11777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11778fi
11779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11780$as_echo "$ac_cv_type_signal" >&6; }
11781
11782cat >>confdefs.h <<_ACEOF
11783#define RETSIGTYPE $ac_cv_type_signal
11784_ACEOF
11785
11786
11787
11788
11789
4f8d4a38 11790
136da8cd
MF
11791for ac_header in getopt.h
11792do :
11793 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
11794if test "x$ac_cv_header_getopt_h" = xyes; then :
11795 cat >>confdefs.h <<_ACEOF
11796#define HAVE_GETOPT_H 1
11797_ACEOF
11798
11799fi
11800
11801done
11802
11803
11804# Check whether --enable-cycle-accurate was given.
11805if test "${enable_cycle_accurate+set}" = set; then :
11806 enableval=$enable_cycle_accurate; case "${enableval}" in
11807yes | no) ;;
11808*) as_fn_error $? "bad value ${enableval} given for --enable-cycle-accurate option" "$LINENO" 5 ;;
11809esac
11810fi
11811
11812
11813# Check whether --enable-cycle-stats was given.
11814if test "${enable_cycle_stats+set}" = set; then :
11815 enableval=$enable_cycle_stats; case "${enableval}" in
11816yes | no) ;;
11817*) as_fn_error $? "bad value ${enableval} given for --enable-cycle-stats option" "$LINENO" 5 ;;
11818esac
11819fi
11820
11821
11822echo enable_cycle_accurate is $enable_cycle_accurate
11823echo enable_cycle_stats is $enable_cycle_stats
11824
11825if test "x${enable_cycle_accurate}" != xno; then
11826
11827$as_echo "#define CYCLE_ACCURATE 1" >>confdefs.h
11828
11829
11830 if test "x${enable_cycle_stats}" != xno; then
11831
11832$as_echo "#define CYCLE_STATS 1" >>confdefs.h
11833
11834 fi
11835else
11836 if test "x${enable_cycle_stats}" != xno; then
11837 as_fn_error $? "cycle-stats not available without cycle-accurate" "$LINENO" 5
11838 fi
11839fi
11840
11841
5c1008a4
MF
11842# Check whether --enable-werror was given.
11843if test "${enable_werror+set}" = set; then :
11844 enableval=$enable_werror; case "${enableval}" in
11845 yes | y) ERROR_ON_WARNING="yes" ;;
11846 no | n) ERROR_ON_WARNING="no" ;;
11847 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11848 esac
11849fi
11850
11851
11852# Enable -Werror by default when using gcc
11853if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11854 ERROR_ON_WARNING=yes
11855fi
11856
11857WERROR_CFLAGS=""
6bf99988
AB
11858 if test "${ERROR_ON_WARNING}" = yes ; then
11859 WERROR_CFLAGS="-Werror"
11860 fi
5c1008a4
MF
11861
11862build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11863-Wpointer-sign \
11864-Wno-unused -Wunused-value -Wunused-function \
11865-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11866-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11867-Wold-style-declaration -Wold-style-definition"
11868
11869# Enable -Wno-format by default when using gcc on mingw since many
11870# GCC versions complain about %I64.
11871case "${host}" in
11872 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11873 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11874esac
11875
11876# Check whether --enable-build-warnings was given.
11877if test "${enable_build_warnings+set}" = set; then :
11878 enableval=$enable_build_warnings; case "${enableval}" in
11879 yes) ;;
11880 no) build_warnings="-w";;
11881 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11882 build_warnings="${build_warnings} ${t}";;
11883 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11884 build_warnings="${t} ${build_warnings}";;
11885 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11886esac
11887if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11888 echo "Setting compiler warning flags = $build_warnings" 6>&1
11889fi
11890fi
11891# Check whether --enable-sim-build-warnings was given.
11892if test "${enable_sim_build_warnings+set}" = set; then :
11893 enableval=$enable_sim_build_warnings; case "${enableval}" in
11894 yes) ;;
11895 no) build_warnings="-w";;
11896 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11897 build_warnings="${build_warnings} ${t}";;
11898 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11899 build_warnings="${t} ${build_warnings}";;
11900 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11901esac
11902if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11903 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11904fi
11905fi
11906WARN_CFLAGS=""
11907if test "x${build_warnings}" != x -a "x$GCC" = xyes
11908then
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11910$as_echo_n "checking compiler warning flags... " >&6; }
11911 # Separate out the -Werror flag as some files just cannot be
11912 # compiled with it enabled.
11913 for w in ${build_warnings}; do
11914 case $w in
11915 -Werr*) WERROR_CFLAGS=-Werror ;;
11916 *) # Check that GCC accepts it
11917 saved_CFLAGS="$CFLAGS"
11918 CFLAGS="$CFLAGS $w"
11919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11920/* end confdefs.h. */
11921
11922int
11923main ()
11924{
11925
11926 ;
11927 return 0;
11928}
11929_ACEOF
11930if ac_fn_c_try_compile "$LINENO"; then :
11931 WARN_CFLAGS="${WARN_CFLAGS} $w"
11932fi
11933rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11934 CFLAGS="$saved_CFLAGS"
11935 esac
11936 done
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11938$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11939fi
11940
11941
4f8d4a38
DD
11942cgen_breaks=""
11943if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11944cgen_breaks="break cgen_rtx_error";
11945fi
11946
11947ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11948
11949ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11950
11951ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
11952
11953ac_config_commands="$ac_config_commands Makefile"
11954
11955ac_config_commands="$ac_config_commands stamp-h"
11956
760b3e8b
MF
11957
11958
11959
11960
11961
11962
11963
11964
11965
11966
11967
11968
4f8d4a38
DD
11969cat >confcache <<\_ACEOF
11970# This file is a shell script that caches the results of configure
11971# tests run on this system so they can be shared between configure
11972# scripts and configure runs, see configure's option --config-cache.
11973# It is not useful on other systems. If it contains results you don't
11974# want to keep, you may remove or edit it.
11975#
11976# config.status only pays attention to the cache file if you give it
11977# the --recheck option to rerun configure.
11978#
11979# `ac_cv_env_foo' variables (set or unset) will be overridden when
11980# loading this file, other *unset* `ac_cv_foo' will be assigned the
11981# following values.
11982
11983_ACEOF
11984
11985# The following way of writing the cache mishandles newlines in values,
11986# but we know of no workaround that is simple, portable, and efficient.
11987# So, we kill variables containing newlines.
11988# Ultrix sh set writes to stderr and can't be redirected directly,
11989# and sets the high bit in the cache file unless we assign to the vars.
11990(
11991 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11992 eval ac_val=\$$ac_var
11993 case $ac_val in #(
11994 *${as_nl}*)
11995 case $ac_var in #(
11996 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11997$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11998 esac
11999 case $ac_var in #(
12000 _ | IFS | as_nl) ;; #(
12001 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12002 *) { eval $ac_var=; unset $ac_var;} ;;
12003 esac ;;
12004 esac
12005 done
12006
12007 (set) 2>&1 |
12008 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12009 *${as_nl}ac_space=\ *)
12010 # `set' does not quote correctly, so add quotes: double-quote
12011 # substitution turns \\\\ into \\, and sed turns \\ into \.
12012 sed -n \
12013 "s/'/'\\\\''/g;
12014 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12015 ;; #(
12016 *)
12017 # `set' quotes correctly as required by POSIX, so do not add quotes.
12018 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12019 ;;
12020 esac |
12021 sort
12022) |
12023 sed '
12024 /^ac_cv_env_/b end
12025 t clear
12026 :clear
12027 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12028 t end
12029 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12030 :end' >>confcache
12031if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12032 if test -w "$cache_file"; then
d0ac1c44 12033 if test "x$cache_file" != "x/dev/null"; then
4f8d4a38
DD
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12035$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12036 if test ! -f "$cache_file" || test -h "$cache_file"; then
12037 cat confcache >"$cache_file"
12038 else
12039 case $cache_file in #(
12040 */* | ?:*)
12041 mv -f confcache "$cache_file"$$ &&
12042 mv -f "$cache_file"$$ "$cache_file" ;; #(
12043 *)
12044 mv -f confcache "$cache_file" ;;
12045 esac
12046 fi
12047 fi
4f8d4a38
DD
12048 else
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12050$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12051 fi
12052fi
12053rm -f confcache
12054
12055test "x$prefix" = xNONE && prefix=$ac_default_prefix
12056# Let make expand exec_prefix.
12057test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12058
12059DEFS=-DHAVE_CONFIG_H
12060
12061ac_libobjs=
12062ac_ltlibobjs=
d0ac1c44 12063U=
4f8d4a38
DD
12064for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12065 # 1. Remove the extension, and $U if already installed.
12066 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12067 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12068 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12069 # will be set to the directory where LIBOBJS objects are built.
12070 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12071 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12072done
12073LIBOBJS=$ac_libobjs
12074
12075LTLIBOBJS=$ac_ltlibobjs
12076
12077
0cb8d851 12078
db2e4d67 12079if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12080 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12081Usually this means the macro was only invoked conditionally." "$LINENO" 5
12082fi
6bb11ab3 12083if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12084 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12085Usually this means the macro was only invoked conditionally." "$LINENO" 5
12086fi
31e6ad7d 12087if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12088 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12089Usually this means the macro was only invoked conditionally." "$LINENO" 5
12090fi
4f8d4a38 12091
d0ac1c44 12092: "${CONFIG_STATUS=./config.status}"
4f8d4a38
DD
12093ac_write_fail=0
12094ac_clean_files_save=$ac_clean_files
12095ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12096{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12097$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12098as_write_fail=0
12099cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12100#! $SHELL
12101# Generated by $as_me.
12102# Run this file to recreate the current configuration.
12103# Compiler output produced by configure, useful for debugging
12104# configure, is in config.log if it exists.
12105
12106debug=false
12107ac_cs_recheck=false
12108ac_cs_silent=false
12109
12110SHELL=\${CONFIG_SHELL-$SHELL}
12111export SHELL
12112_ASEOF
12113cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12114## -------------------- ##
12115## M4sh Initialization. ##
12116## -------------------- ##
12117
12118# Be more Bourne compatible
12119DUALCASE=1; export DUALCASE # for MKS sh
12120if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12121 emulate sh
12122 NULLCMD=:
12123 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12124 # is contrary to our usage. Disable this feature.
12125 alias -g '${1+"$@"}'='"$@"'
12126 setopt NO_GLOB_SUBST
12127else
12128 case `(set -o) 2>/dev/null` in #(
12129 *posix*) :
12130 set -o posix ;; #(
12131 *) :
12132 ;;
12133esac
12134fi
12135
12136
12137as_nl='
12138'
12139export as_nl
12140# Printing a long string crashes Solaris 7 /usr/bin/printf.
12141as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12142as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12143as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12144# Prefer a ksh shell builtin over an external printf program on Solaris,
12145# but without wasting forks for bash or zsh.
12146if test -z "$BASH_VERSION$ZSH_VERSION" \
12147 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12148 as_echo='print -r --'
12149 as_echo_n='print -rn --'
12150elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12151 as_echo='printf %s\n'
12152 as_echo_n='printf %s'
12153else
12154 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12155 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12156 as_echo_n='/usr/ucb/echo -n'
12157 else
12158 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12159 as_echo_n_body='eval
12160 arg=$1;
12161 case $arg in #(
12162 *"$as_nl"*)
12163 expr "X$arg" : "X\\(.*\\)$as_nl";
12164 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12165 esac;
12166 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12167 '
12168 export as_echo_n_body
12169 as_echo_n='sh -c $as_echo_n_body as_echo'
12170 fi
12171 export as_echo_body
12172 as_echo='sh -c $as_echo_body as_echo'
12173fi
12174
12175# The user is always right.
12176if test "${PATH_SEPARATOR+set}" != set; then
12177 PATH_SEPARATOR=:
12178 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12179 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12180 PATH_SEPARATOR=';'
12181 }
12182fi
12183
12184
12185# IFS
12186# We need space, tab and new line, in precisely that order. Quoting is
12187# there to prevent editors from complaining about space-tab.
12188# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12189# splitting by setting IFS to empty value.)
12190IFS=" "" $as_nl"
12191
12192# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12193as_myself=
4f8d4a38
DD
12194case $0 in #((
12195 *[\\/]* ) as_myself=$0 ;;
12196 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12197for as_dir in $PATH
12198do
12199 IFS=$as_save_IFS
12200 test -z "$as_dir" && as_dir=.
12201 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12202 done
12203IFS=$as_save_IFS
12204
12205 ;;
12206esac
12207# We did not find ourselves, most probably we were run as `sh COMMAND'
12208# in which case we are not to be found in the path.
12209if test "x$as_myself" = x; then
12210 as_myself=$0
12211fi
12212if test ! -f "$as_myself"; then
12213 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12214 exit 1
12215fi
12216
12217# Unset variables that we do not need and which cause bugs (e.g. in
12218# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12219# suppresses any "Segmentation fault" message there. '((' could
12220# trigger a bug in pdksh 5.2.14.
12221for as_var in BASH_ENV ENV MAIL MAILPATH
12222do eval test x\${$as_var+set} = xset \
12223 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12224done
12225PS1='$ '
12226PS2='> '
12227PS4='+ '
12228
12229# NLS nuisances.
12230LC_ALL=C
12231export LC_ALL
12232LANGUAGE=C
12233export LANGUAGE
12234
12235# CDPATH.
12236(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12237
12238
d0ac1c44
SM
12239# as_fn_error STATUS ERROR [LINENO LOG_FD]
12240# ----------------------------------------
4f8d4a38
DD
12241# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12242# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12243# script with STATUS, using 1 if that was 0.
4f8d4a38
DD
12244as_fn_error ()
12245{
d0ac1c44
SM
12246 as_status=$1; test $as_status -eq 0 && as_status=1
12247 if test "$4"; then
12248 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12249 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4f8d4a38 12250 fi
d0ac1c44 12251 $as_echo "$as_me: error: $2" >&2
4f8d4a38
DD
12252 as_fn_exit $as_status
12253} # as_fn_error
12254
12255
12256# as_fn_set_status STATUS
12257# -----------------------
12258# Set $? to STATUS, without forking.
12259as_fn_set_status ()
12260{
12261 return $1
12262} # as_fn_set_status
12263
12264# as_fn_exit STATUS
12265# -----------------
12266# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12267as_fn_exit ()
12268{
12269 set +e
12270 as_fn_set_status $1
12271 exit $1
12272} # as_fn_exit
12273
12274# as_fn_unset VAR
12275# ---------------
12276# Portably unset VAR.
12277as_fn_unset ()
12278{
12279 { eval $1=; unset $1;}
12280}
12281as_unset=as_fn_unset
12282# as_fn_append VAR VALUE
12283# ----------------------
12284# Append the text in VALUE to the end of the definition contained in VAR. Take
12285# advantage of any shell optimizations that allow amortized linear growth over
12286# repeated appends, instead of the typical quadratic growth present in naive
12287# implementations.
12288if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12289 eval 'as_fn_append ()
12290 {
12291 eval $1+=\$2
12292 }'
12293else
12294 as_fn_append ()
12295 {
12296 eval $1=\$$1\$2
12297 }
12298fi # as_fn_append
12299
12300# as_fn_arith ARG...
12301# ------------------
12302# Perform arithmetic evaluation on the ARGs, and store the result in the
12303# global $as_val. Take advantage of shells that can avoid forks. The arguments
12304# must be portable across $(()) and expr.
12305if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12306 eval 'as_fn_arith ()
12307 {
12308 as_val=$(( $* ))
12309 }'
12310else
12311 as_fn_arith ()
12312 {
12313 as_val=`expr "$@" || test $? -eq 1`
12314 }
12315fi # as_fn_arith
12316
12317
12318if expr a : '\(a\)' >/dev/null 2>&1 &&
12319 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12320 as_expr=expr
12321else
12322 as_expr=false
12323fi
12324
12325if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12326 as_basename=basename
12327else
12328 as_basename=false
12329fi
12330
12331if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12332 as_dirname=dirname
12333else
12334 as_dirname=false
12335fi
12336
12337as_me=`$as_basename -- "$0" ||
12338$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12339 X"$0" : 'X\(//\)$' \| \
12340 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12341$as_echo X/"$0" |
12342 sed '/^.*\/\([^/][^/]*\)\/*$/{
12343 s//\1/
12344 q
12345 }
12346 /^X\/\(\/\/\)$/{
12347 s//\1/
12348 q
12349 }
12350 /^X\/\(\/\).*/{
12351 s//\1/
12352 q
12353 }
12354 s/.*/./; q'`
12355
12356# Avoid depending upon Character Ranges.
12357as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12358as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12359as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12360as_cr_digits='0123456789'
12361as_cr_alnum=$as_cr_Letters$as_cr_digits
12362
12363ECHO_C= ECHO_N= ECHO_T=
12364case `echo -n x` in #(((((
12365-n*)
12366 case `echo 'xy\c'` in
12367 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12368 xy) ECHO_C='\c';;
12369 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12370 ECHO_T=' ';;
12371 esac;;
12372*)
12373 ECHO_N='-n';;
12374esac
12375
12376rm -f conf$$ conf$$.exe conf$$.file
12377if test -d conf$$.dir; then
12378 rm -f conf$$.dir/conf$$.file
12379else
12380 rm -f conf$$.dir
12381 mkdir conf$$.dir 2>/dev/null
12382fi
12383if (echo >conf$$.file) 2>/dev/null; then
12384 if ln -s conf$$.file conf$$ 2>/dev/null; then
12385 as_ln_s='ln -s'
12386 # ... but there are two gotchas:
12387 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12388 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12389 # In both cases, we have to default to `cp -pR'.
4f8d4a38 12390 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12391 as_ln_s='cp -pR'
4f8d4a38
DD
12392 elif ln conf$$.file conf$$ 2>/dev/null; then
12393 as_ln_s=ln
12394 else
d0ac1c44 12395 as_ln_s='cp -pR'
4f8d4a38
DD
12396 fi
12397else
d0ac1c44 12398 as_ln_s='cp -pR'
4f8d4a38
DD
12399fi
12400rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12401rmdir conf$$.dir 2>/dev/null
12402
12403
12404# as_fn_mkdir_p
12405# -------------
12406# Create "$as_dir" as a directory, including parents if necessary.
12407as_fn_mkdir_p ()
12408{
12409
12410 case $as_dir in #(
12411 -*) as_dir=./$as_dir;;
12412 esac
12413 test -d "$as_dir" || eval $as_mkdir_p || {
12414 as_dirs=
12415 while :; do
12416 case $as_dir in #(
12417 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12418 *) as_qdir=$as_dir;;
12419 esac
12420 as_dirs="'$as_qdir' $as_dirs"
12421 as_dir=`$as_dirname -- "$as_dir" ||
12422$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12423 X"$as_dir" : 'X\(//\)[^/]' \| \
12424 X"$as_dir" : 'X\(//\)$' \| \
12425 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12426$as_echo X"$as_dir" |
12427 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12428 s//\1/
12429 q
12430 }
12431 /^X\(\/\/\)[^/].*/{
12432 s//\1/
12433 q
12434 }
12435 /^X\(\/\/\)$/{
12436 s//\1/
12437 q
12438 }
12439 /^X\(\/\).*/{
12440 s//\1/
12441 q
12442 }
12443 s/.*/./; q'`
12444 test -d "$as_dir" && break
12445 done
12446 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12447 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4f8d4a38
DD
12448
12449
12450} # as_fn_mkdir_p
12451if mkdir -p . 2>/dev/null; then
12452 as_mkdir_p='mkdir -p "$as_dir"'
12453else
12454 test -d ./-p && rmdir ./-p
12455 as_mkdir_p=false
12456fi
12457
d0ac1c44
SM
12458
12459# as_fn_executable_p FILE
12460# -----------------------
12461# Test if FILE is an executable regular file.
12462as_fn_executable_p ()
12463{
12464 test -f "$1" && test -x "$1"
12465} # as_fn_executable_p
12466as_test_x='test -x'
12467as_executable_p=as_fn_executable_p
4f8d4a38
DD
12468
12469# Sed expression to map a string onto a valid CPP name.
12470as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12471
12472# Sed expression to map a string onto a valid variable name.
12473as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12474
12475
12476exec 6>&1
12477## ----------------------------------- ##
12478## Main body of $CONFIG_STATUS script. ##
12479## ----------------------------------- ##
12480_ASEOF
12481test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12482
12483cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12484# Save the log message, to keep $0 and so on meaningful, and to
12485# report actual input values of CONFIG_FILES etc. instead of their
12486# values after options handling.
12487ac_log="
12488This file was extended by $as_me, which was
d0ac1c44 12489generated by GNU Autoconf 2.69. Invocation command line was
4f8d4a38
DD
12490
12491 CONFIG_FILES = $CONFIG_FILES
12492 CONFIG_HEADERS = $CONFIG_HEADERS
12493 CONFIG_LINKS = $CONFIG_LINKS
12494 CONFIG_COMMANDS = $CONFIG_COMMANDS
12495 $ $0 $@
12496
12497on `(hostname || uname -n) 2>/dev/null | sed 1q`
12498"
12499
12500_ACEOF
12501
12502case $ac_config_files in *"
12503"*) set x $ac_config_files; shift; ac_config_files=$*;;
12504esac
12505
12506case $ac_config_headers in *"
12507"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12508esac
12509
12510
12511cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12512# Files that config.status was made for.
12513config_files="$ac_config_files"
12514config_headers="$ac_config_headers"
4f8d4a38
DD
12515config_commands="$ac_config_commands"
12516
12517_ACEOF
12518
12519cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12520ac_cs_usage="\
12521\`$as_me' instantiates files and other configuration actions
12522from templates according to the current configuration. Unless the files
12523and actions are specified as TAGs, all are instantiated by default.
12524
12525Usage: $0 [OPTION]... [TAG]...
12526
12527 -h, --help print this help, then exit
12528 -V, --version print version number and configuration settings, then exit
d0ac1c44 12529 --config print configuration, then exit
4f8d4a38
DD
12530 -q, --quiet, --silent
12531 do not print progress messages
12532 -d, --debug don't remove temporary files
12533 --recheck update $as_me by reconfiguring in the same conditions
12534 --file=FILE[:TEMPLATE]
12535 instantiate the configuration file FILE
12536 --header=FILE[:TEMPLATE]
12537 instantiate the configuration header FILE
12538
12539Configuration files:
12540$config_files
12541
12542Configuration headers:
12543$config_headers
12544
4f8d4a38
DD
12545Configuration commands:
12546$config_commands
12547
12548Report bugs to the package provider."
12549
12550_ACEOF
12551cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12552ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4f8d4a38
DD
12553ac_cs_version="\\
12554config.status
d0ac1c44
SM
12555configured by $0, generated by GNU Autoconf 2.69,
12556 with options \\"\$ac_cs_config\\"
4f8d4a38 12557
d0ac1c44 12558Copyright (C) 2012 Free Software Foundation, Inc.
4f8d4a38
DD
12559This config.status script is free software; the Free Software Foundation
12560gives unlimited permission to copy, distribute and modify it."
12561
12562ac_pwd='$ac_pwd'
12563srcdir='$srcdir'
12564INSTALL='$INSTALL'
6bb11ab3 12565AWK='$AWK'
4f8d4a38
DD
12566test -n "\$AWK" || AWK=awk
12567_ACEOF
12568
12569cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12570# The default lists apply if the user does not specify any file.
12571ac_need_defaults=:
12572while test $# != 0
12573do
12574 case $1 in
d0ac1c44 12575 --*=?*)
4f8d4a38
DD
12576 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12577 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12578 ac_shift=:
12579 ;;
d0ac1c44
SM
12580 --*=)
12581 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12582 ac_optarg=
12583 ac_shift=:
12584 ;;
4f8d4a38
DD
12585 *)
12586 ac_option=$1
12587 ac_optarg=$2
12588 ac_shift=shift
12589 ;;
12590 esac
12591
12592 case $ac_option in
12593 # Handling of the options.
12594 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12595 ac_cs_recheck=: ;;
12596 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12597 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12598 --config | --confi | --conf | --con | --co | --c )
12599 $as_echo "$ac_cs_config"; exit ;;
4f8d4a38
DD
12600 --debug | --debu | --deb | --de | --d | -d )
12601 debug=: ;;
12602 --file | --fil | --fi | --f )
12603 $ac_shift
12604 case $ac_optarg in
12605 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12606 '') as_fn_error $? "missing file argument" ;;
4f8d4a38
DD
12607 esac
12608 as_fn_append CONFIG_FILES " '$ac_optarg'"
12609 ac_need_defaults=false;;
12610 --header | --heade | --head | --hea )
12611 $ac_shift
12612 case $ac_optarg in
12613 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12614 esac
12615 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12616 ac_need_defaults=false;;
12617 --he | --h)
12618 # Conflict between --help and --header
d0ac1c44 12619 as_fn_error $? "ambiguous option: \`$1'
4f8d4a38
DD
12620Try \`$0 --help' for more information.";;
12621 --help | --hel | -h )
12622 $as_echo "$ac_cs_usage"; exit ;;
12623 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12624 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12625 ac_cs_silent=: ;;
12626
12627 # This is an error.
d0ac1c44 12628 -*) as_fn_error $? "unrecognized option: \`$1'
4f8d4a38
DD
12629Try \`$0 --help' for more information." ;;
12630
12631 *) as_fn_append ac_config_targets " $1"
12632 ac_need_defaults=false ;;
12633
12634 esac
12635 shift
12636done
12637
12638ac_configure_extra_args=
12639
12640if $ac_cs_silent; then
12641 exec 6>/dev/null
12642 ac_configure_extra_args="$ac_configure_extra_args --silent"
12643fi
12644
12645_ACEOF
12646cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12647if \$ac_cs_recheck; then
d0ac1c44 12648 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4f8d4a38
DD
12649 shift
12650 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12651 CONFIG_SHELL='$SHELL'
12652 export CONFIG_SHELL
12653 exec "\$@"
12654fi
12655
12656_ACEOF
12657cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12658exec 5>>config.log
12659{
12660 echo
12661 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12662## Running $as_me. ##
12663_ASBOX
12664 $as_echo "$ac_log"
12665} >&5
12666
12667_ACEOF
12668cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12669#
12670# INIT-COMMANDS
12671#
12672ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12673
6bb11ab3
L
12674
12675# The HP-UX ksh and POSIX shell print the target directory to stdout
12676# if CDPATH is set.
12677(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12678
12679sed_quote_subst='$sed_quote_subst'
12680double_quote_subst='$double_quote_subst'
12681delay_variable_subst='$delay_variable_subst'
12682macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12683macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12684enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12685enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12686pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12687enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12688SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12689ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12690host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12691host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12692host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12693build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12694build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12695build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12696SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12697Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12698GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12699EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12700FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12701LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12702NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12703LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12704max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12705ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12706exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12707lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12708lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12709lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12710reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12711reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12712OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12713deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12714file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12715AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12716AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12717STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12718RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12719old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12720old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12721old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12722lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12723CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12724CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12725compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12726GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12727lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12728lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12729lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12730lt_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"`'
12731objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12732MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12733lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12734lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12735lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12736lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12737lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12738need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12739DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12740NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12741LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12742OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12743OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12744libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12745shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12746extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12747archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12748enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12749export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12750whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12751compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12752old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12753old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12754archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12755archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12756module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12757module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12758with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12759allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12760no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12761hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12762hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12763hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12764hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12765hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12766hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12767hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12768hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12769inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12770link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12771fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12772always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12773export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12774exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12775include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12776prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12777file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12778variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12779need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12780need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12781version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12782runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12783shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12784shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12785libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12786library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12787soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12788install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12789postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12790postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12791finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12792finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12793hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12794sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12795sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12796hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12797enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12798enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12799enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12800old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12801striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12802
12803LTCC='$LTCC'
12804LTCFLAGS='$LTCFLAGS'
12805compiler='$compiler_DEFAULT'
12806
12807# A function that is used when there is no print builtin or printf.
12808func_fallback_echo ()
12809{
12810 eval 'cat <<_LTECHO_EOF
12811\$1
12812_LTECHO_EOF'
12813}
12814
12815# Quote evaled strings.
12816for var in SHELL \
12817ECHO \
12818SED \
12819GREP \
12820EGREP \
12821FGREP \
12822LD \
12823NM \
12824LN_S \
12825lt_SP2NL \
12826lt_NL2SP \
12827reload_flag \
12828OBJDUMP \
12829deplibs_check_method \
12830file_magic_cmd \
12831AR \
12832AR_FLAGS \
12833STRIP \
12834RANLIB \
12835CC \
12836CFLAGS \
12837compiler \
12838lt_cv_sys_global_symbol_pipe \
12839lt_cv_sys_global_symbol_to_cdecl \
12840lt_cv_sys_global_symbol_to_c_name_address \
12841lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12842lt_prog_compiler_no_builtin_flag \
12843lt_prog_compiler_wl \
12844lt_prog_compiler_pic \
12845lt_prog_compiler_static \
12846lt_cv_prog_compiler_c_o \
12847need_locks \
12848DSYMUTIL \
12849NMEDIT \
12850LIPO \
12851OTOOL \
12852OTOOL64 \
12853shrext_cmds \
12854export_dynamic_flag_spec \
12855whole_archive_flag_spec \
12856compiler_needs_object \
12857with_gnu_ld \
12858allow_undefined_flag \
12859no_undefined_flag \
12860hardcode_libdir_flag_spec \
12861hardcode_libdir_flag_spec_ld \
12862hardcode_libdir_separator \
12863fix_srcfile_path \
12864exclude_expsyms \
12865include_expsyms \
12866file_list_spec \
12867variables_saved_for_relink \
12868libname_spec \
12869library_names_spec \
12870soname_spec \
12871install_override_mode \
12872finish_eval \
12873old_striplib \
12874striplib; do
12875 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12876 *[\\\\\\\`\\"\\\$]*)
12877 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12878 ;;
12879 *)
12880 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12881 ;;
12882 esac
12883done
12884
12885# Double-quote double-evaled strings.
12886for var in reload_cmds \
12887old_postinstall_cmds \
12888old_postuninstall_cmds \
12889old_archive_cmds \
12890extract_expsyms_cmds \
12891old_archive_from_new_cmds \
12892old_archive_from_expsyms_cmds \
12893archive_cmds \
12894archive_expsym_cmds \
12895module_cmds \
12896module_expsym_cmds \
12897export_symbols_cmds \
12898prelink_cmds \
12899postinstall_cmds \
12900postuninstall_cmds \
12901finish_cmds \
12902sys_lib_search_path_spec \
12903sys_lib_dlsearch_path_spec; do
12904 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12905 *[\\\\\\\`\\"\\\$]*)
12906 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12907 ;;
12908 *)
12909 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12910 ;;
12911 esac
12912done
12913
12914ac_aux_dir='$ac_aux_dir'
12915xsi_shell='$xsi_shell'
12916lt_shell_append='$lt_shell_append'
12917
12918# See if we are running on zsh, and set the options which allow our
12919# commands through without removal of \ escapes INIT.
12920if test -n "\${ZSH_VERSION+set}" ; then
12921 setopt NO_GLOB_SUBST
12922fi
12923
12924
12925 PACKAGE='$PACKAGE'
12926 VERSION='$VERSION'
12927 TIMESTAMP='$TIMESTAMP'
12928 RM='$RM'
12929 ofile='$ofile'
12930
12931
12932
12933
4f8d4a38
DD
12934_ACEOF
12935
12936cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12937
12938# Handling of arguments.
12939for ac_config_target in $ac_config_targets
12940do
12941 case $ac_config_target in
12942 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12943 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12944 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
4f8d4a38
DD
12945 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12946 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12947 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12948 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12949 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12950
d0ac1c44 12951 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4f8d4a38
DD
12952 esac
12953done
12954
12955
12956# If the user did not use the arguments to specify the items to instantiate,
12957# then the envvar interface is used. Set only those that are not.
12958# We use the long form for the default assignment because of an extremely
12959# bizarre bug on SunOS 4.1.3.
12960if $ac_need_defaults; then
12961 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12962 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
4f8d4a38
DD
12963 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12964fi
12965
12966# Have a temporary directory for convenience. Make it in the build tree
12967# simply because there is no reason against having it here, and in addition,
12968# creating and moving files from /tmp can sometimes cause problems.
12969# Hook for its removal unless debugging.
12970# Note that there is a small window in which the directory will not be cleaned:
12971# after its creation but before its name has been assigned to `$tmp'.
12972$debug ||
12973{
d0ac1c44 12974 tmp= ac_tmp=
4f8d4a38 12975 trap 'exit_status=$?
d0ac1c44
SM
12976 : "${ac_tmp:=$tmp}"
12977 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4f8d4a38
DD
12978' 0
12979 trap 'as_fn_exit 1' 1 2 13 15
12980}
12981# Create a (secure) tmp directory for tmp files.
12982
12983{
12984 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12985 test -d "$tmp"
4f8d4a38
DD
12986} ||
12987{
12988 tmp=./conf$$-$RANDOM
12989 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12990} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12991ac_tmp=$tmp
4f8d4a38
DD
12992
12993# Set up the scripts for CONFIG_FILES section.
12994# No need to generate them if there are no CONFIG_FILES.
12995# This happens for instance with `./config.status config.h'.
12996if test -n "$CONFIG_FILES"; then
12997
12998
12999ac_cr=`echo X | tr X '\015'`
13000# On cygwin, bash can eat \r inside `` if the user requested igncr.
13001# But we know of no other shell where ac_cr would be empty at this
13002# point, so we can use a bashism as a fallback.
13003if test "x$ac_cr" = x; then
13004 eval ac_cr=\$\'\\r\'
13005fi
13006ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13007if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13008 ac_cs_awk_cr='\\r'
4f8d4a38
DD
13009else
13010 ac_cs_awk_cr=$ac_cr
13011fi
13012
d0ac1c44 13013echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4f8d4a38
DD
13014_ACEOF
13015
13016
13017{
13018 echo "cat >conf$$subs.awk <<_ACEOF" &&
13019 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13020 echo "_ACEOF"
13021} >conf$$subs.sh ||
d0ac1c44
SM
13022 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13023ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4f8d4a38
DD
13024ac_delim='%!_!# '
13025for ac_last_try in false false false false false :; do
13026 . ./conf$$subs.sh ||
d0ac1c44 13027 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4f8d4a38
DD
13028
13029 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13030 if test $ac_delim_n = $ac_delim_num; then
13031 break
13032 elif $ac_last_try; then
d0ac1c44 13033 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4f8d4a38
DD
13034 else
13035 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13036 fi
13037done
13038rm -f conf$$subs.sh
13039
13040cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13041cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4f8d4a38
DD
13042_ACEOF
13043sed -n '
13044h
13045s/^/S["/; s/!.*/"]=/
13046p
13047g
13048s/^[^!]*!//
13049:repl
13050t repl
13051s/'"$ac_delim"'$//
13052t delim
13053:nl
13054h
d0ac1c44 13055s/\(.\{148\}\)..*/\1/
4f8d4a38
DD
13056t more1
13057s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13058p
13059n
13060b repl
13061:more1
13062s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13063p
13064g
13065s/.\{148\}//
13066t nl
13067:delim
13068h
d0ac1c44 13069s/\(.\{148\}\)..*/\1/
4f8d4a38
DD
13070t more2
13071s/["\\]/\\&/g; s/^/"/; s/$/"/
13072p
13073b
13074:more2
13075s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13076p
13077g
13078s/.\{148\}//
13079t delim
13080' <conf$$subs.awk | sed '
13081/^[^""]/{
13082 N
13083 s/\n//
13084}
13085' >>$CONFIG_STATUS || ac_write_fail=1
13086rm -f conf$$subs.awk
13087cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13088_ACAWK
d0ac1c44 13089cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4f8d4a38
DD
13090 for (key in S) S_is_set[key] = 1
13091 FS = "\a"
13092
13093}
13094{
13095 line = $ 0
13096 nfields = split(line, field, "@")
13097 substed = 0
13098 len = length(field[1])
13099 for (i = 2; i < nfields; i++) {
13100 key = field[i]
13101 keylen = length(key)
13102 if (S_is_set[key]) {
13103 value = S[key]
13104 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13105 len += length(value) + length(field[++i])
13106 substed = 1
13107 } else
13108 len += 1 + keylen
13109 }
13110
13111 print line
13112}
13113
13114_ACAWK
13115_ACEOF
13116cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13117if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13118 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13119else
13120 cat
d0ac1c44
SM
13121fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13122 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4f8d4a38
DD
13123_ACEOF
13124
d0ac1c44
SM
13125# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13126# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4f8d4a38
DD
13127# trailing colons and then remove the whole line if VPATH becomes empty
13128# (actually we leave an empty line to preserve line numbers).
13129if test "x$srcdir" = x.; then
d0ac1c44
SM
13130 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13131h
13132s///
13133s/^/:/
13134s/[ ]*$/:/
13135s/:\$(srcdir):/:/g
13136s/:\${srcdir}:/:/g
13137s/:@srcdir@:/:/g
13138s/^:*//
4f8d4a38 13139s/:*$//
d0ac1c44
SM
13140x
13141s/\(=[ ]*\).*/\1/
13142G
13143s/\n//
4f8d4a38
DD
13144s/^[^=]*=[ ]*$//
13145}'
13146fi
13147
13148cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13149fi # test -n "$CONFIG_FILES"
13150
13151# Set up the scripts for CONFIG_HEADERS section.
13152# No need to generate them if there are no CONFIG_HEADERS.
13153# This happens for instance with `./config.status Makefile'.
13154if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13155cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
4f8d4a38
DD
13156BEGIN {
13157_ACEOF
13158
13159# Transform confdefs.h into an awk script `defines.awk', embedded as
13160# here-document in config.status, that substitutes the proper values into
13161# config.h.in to produce config.h.
13162
13163# Create a delimiter string that does not exist in confdefs.h, to ease
13164# handling of long lines.
13165ac_delim='%!_!# '
13166for ac_last_try in false false :; do
d0ac1c44
SM
13167 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13168 if test -z "$ac_tt"; then
4f8d4a38
DD
13169 break
13170 elif $ac_last_try; then
d0ac1c44 13171 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
4f8d4a38
DD
13172 else
13173 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13174 fi
13175done
13176
13177# For the awk script, D is an array of macro values keyed by name,
13178# likewise P contains macro parameters if any. Preserve backslash
13179# newline sequences.
13180
13181ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13182sed -n '
13183s/.\{148\}/&'"$ac_delim"'/g
13184t rset
13185:rset
13186s/^[ ]*#[ ]*define[ ][ ]*/ /
13187t def
13188d
13189:def
13190s/\\$//
13191t bsnl
13192s/["\\]/\\&/g
13193s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13194D["\1"]=" \3"/p
13195s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13196d
13197:bsnl
13198s/["\\]/\\&/g
13199s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13200D["\1"]=" \3\\\\\\n"\\/p
13201t cont
13202s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13203t cont
13204d
13205:cont
13206n
13207s/.\{148\}/&'"$ac_delim"'/g
13208t clear
13209:clear
13210s/\\$//
13211t bsnlc
13212s/["\\]/\\&/g; s/^/"/; s/$/"/p
13213d
13214:bsnlc
13215s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13216b cont
13217' <confdefs.h | sed '
13218s/'"$ac_delim"'/"\\\
13219"/g' >>$CONFIG_STATUS || ac_write_fail=1
13220
13221cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13222 for (key in D) D_is_set[key] = 1
13223 FS = "\a"
13224}
13225/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13226 line = \$ 0
13227 split(line, arg, " ")
13228 if (arg[1] == "#") {
13229 defundef = arg[2]
13230 mac1 = arg[3]
13231 } else {
13232 defundef = substr(arg[1], 2)
13233 mac1 = arg[2]
13234 }
13235 split(mac1, mac2, "(") #)
13236 macro = mac2[1]
13237 prefix = substr(line, 1, index(line, defundef) - 1)
13238 if (D_is_set[macro]) {
13239 # Preserve the white space surrounding the "#".
13240 print prefix "define", macro P[macro] D[macro]
13241 next
13242 } else {
13243 # Replace #undef with comments. This is necessary, for example,
13244 # in the case of _POSIX_SOURCE, which is predefined and required
13245 # on some systems where configure will not decide to define it.
13246 if (defundef == "undef") {
13247 print "/*", prefix defundef, macro, "*/"
13248 next
13249 }
13250 }
13251}
13252{ print }
13253_ACAWK
13254_ACEOF
13255cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13256 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
4f8d4a38
DD
13257fi # test -n "$CONFIG_HEADERS"
13258
13259
99d8e879 13260eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
4f8d4a38
DD
13261shift
13262for ac_tag
13263do
13264 case $ac_tag in
13265 :[FHLC]) ac_mode=$ac_tag; continue;;
13266 esac
13267 case $ac_mode$ac_tag in
13268 :[FHL]*:*);;
d0ac1c44 13269 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4f8d4a38
DD
13270 :[FH]-) ac_tag=-:-;;
13271 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13272 esac
13273 ac_save_IFS=$IFS
13274 IFS=:
13275 set x $ac_tag
13276 IFS=$ac_save_IFS
13277 shift
13278 ac_file=$1
13279 shift
13280
13281 case $ac_mode in
13282 :L) ac_source=$1;;
13283 :[FH])
13284 ac_file_inputs=
13285 for ac_f
13286 do
13287 case $ac_f in
d0ac1c44 13288 -) ac_f="$ac_tmp/stdin";;
4f8d4a38
DD
13289 *) # Look for the file first in the build tree, then in the source tree
13290 # (if the path is not absolute). The absolute path cannot be DOS-style,
13291 # because $ac_f cannot contain `:'.
13292 test -f "$ac_f" ||
13293 case $ac_f in
13294 [\\/$]*) false;;
13295 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13296 esac ||
d0ac1c44 13297 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4f8d4a38
DD
13298 esac
13299 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13300 as_fn_append ac_file_inputs " '$ac_f'"
13301 done
13302
13303 # Let's still pretend it is `configure' which instantiates (i.e., don't
13304 # use $as_me), people would be surprised to read:
13305 # /* config.h. Generated by config.status. */
13306 configure_input='Generated from '`
13307 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13308 `' by configure.'
13309 if test x"$ac_file" != x-; then
13310 configure_input="$ac_file. $configure_input"
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13312$as_echo "$as_me: creating $ac_file" >&6;}
13313 fi
13314 # Neutralize special characters interpreted by sed in replacement strings.
13315 case $configure_input in #(
13316 *\&* | *\|* | *\\* )
13317 ac_sed_conf_input=`$as_echo "$configure_input" |
13318 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13319 *) ac_sed_conf_input=$configure_input;;
13320 esac
13321
13322 case $ac_tag in
d0ac1c44
SM
13323 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13324 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4f8d4a38
DD
13325 esac
13326 ;;
13327 esac
13328
13329 ac_dir=`$as_dirname -- "$ac_file" ||
13330$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13331 X"$ac_file" : 'X\(//\)[^/]' \| \
13332 X"$ac_file" : 'X\(//\)$' \| \
13333 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13334$as_echo X"$ac_file" |
13335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13336 s//\1/
13337 q
13338 }
13339 /^X\(\/\/\)[^/].*/{
13340 s//\1/
13341 q
13342 }
13343 /^X\(\/\/\)$/{
13344 s//\1/
13345 q
13346 }
13347 /^X\(\/\).*/{
13348 s//\1/
13349 q
13350 }
13351 s/.*/./; q'`
13352 as_dir="$ac_dir"; as_fn_mkdir_p
13353 ac_builddir=.
13354
13355case "$ac_dir" in
13356.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13357*)
13358 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13359 # A ".." for each directory in $ac_dir_suffix.
13360 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13361 case $ac_top_builddir_sub in
13362 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13363 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13364 esac ;;
13365esac
13366ac_abs_top_builddir=$ac_pwd
13367ac_abs_builddir=$ac_pwd$ac_dir_suffix
13368# for backward compatibility:
13369ac_top_builddir=$ac_top_build_prefix
13370
13371case $srcdir in
13372 .) # We are building in place.
13373 ac_srcdir=.
13374 ac_top_srcdir=$ac_top_builddir_sub
13375 ac_abs_top_srcdir=$ac_pwd ;;
13376 [\\/]* | ?:[\\/]* ) # Absolute name.
13377 ac_srcdir=$srcdir$ac_dir_suffix;
13378 ac_top_srcdir=$srcdir
13379 ac_abs_top_srcdir=$srcdir ;;
13380 *) # Relative name.
13381 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13382 ac_top_srcdir=$ac_top_build_prefix$srcdir
13383 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13384esac
13385ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13386
13387
13388 case $ac_mode in
13389 :F)
13390 #
13391 # CONFIG_FILE
13392 #
13393
13394 case $INSTALL in
13395 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13396 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13397 esac
13398_ACEOF
13399
13400cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13401# If the template does not know about datarootdir, expand it.
13402# FIXME: This hack should be removed a few years after 2.60.
13403ac_datarootdir_hack=; ac_datarootdir_seen=
13404ac_sed_dataroot='
13405/datarootdir/ {
13406 p
13407 q
13408}
13409/@datadir@/p
13410/@docdir@/p
13411/@infodir@/p
13412/@localedir@/p
13413/@mandir@/p'
13414case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13415*datarootdir*) ac_datarootdir_seen=yes;;
13416*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13418$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13419_ACEOF
13420cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13421 ac_datarootdir_hack='
13422 s&@datadir@&$datadir&g
13423 s&@docdir@&$docdir&g
13424 s&@infodir@&$infodir&g
13425 s&@localedir@&$localedir&g
13426 s&@mandir@&$mandir&g
13427 s&\\\${datarootdir}&$datarootdir&g' ;;
13428esac
13429_ACEOF
13430
13431# Neutralize VPATH when `$srcdir' = `.'.
13432# Shell code in configure.ac might set extrasub.
13433# FIXME: do we really want to maintain this feature?
13434cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13435ac_sed_extra="$ac_vpsub
13436$extrasub
13437_ACEOF
13438cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13439:t
13440/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13441s|@configure_input@|$ac_sed_conf_input|;t t
13442s&@top_builddir@&$ac_top_builddir_sub&;t t
13443s&@top_build_prefix@&$ac_top_build_prefix&;t t
13444s&@srcdir@&$ac_srcdir&;t t
13445s&@abs_srcdir@&$ac_abs_srcdir&;t t
13446s&@top_srcdir@&$ac_top_srcdir&;t t
13447s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13448s&@builddir@&$ac_builddir&;t t
13449s&@abs_builddir@&$ac_abs_builddir&;t t
13450s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13451s&@INSTALL@&$ac_INSTALL&;t t
13452$ac_datarootdir_hack
13453"
d0ac1c44
SM
13454eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13455 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4f8d4a38
DD
13456
13457test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13458 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13459 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13460 "$ac_tmp/out"`; test -z "$ac_out"; } &&
4f8d4a38 13461 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13462which seems to be undefined. Please make sure it is defined" >&5
4f8d4a38 13463$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13464which seems to be undefined. Please make sure it is defined" >&2;}
4f8d4a38 13465
d0ac1c44 13466 rm -f "$ac_tmp/stdin"
4f8d4a38 13467 case $ac_file in
d0ac1c44
SM
13468 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13469 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4f8d4a38 13470 esac \
d0ac1c44 13471 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4f8d4a38
DD
13472 ;;
13473 :H)
13474 #
13475 # CONFIG_HEADER
13476 #
13477 if test x"$ac_file" != x-; then
13478 {
13479 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13480 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13481 } >"$ac_tmp/config.h" \
13482 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13483 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
4f8d4a38
DD
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13485$as_echo "$as_me: $ac_file is unchanged" >&6;}
13486 else
13487 rm -f "$ac_file"
d0ac1c44
SM
13488 mv "$ac_tmp/config.h" "$ac_file" \
13489 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4f8d4a38
DD
13490 fi
13491 else
13492 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13493 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13494 || as_fn_error $? "could not create -" "$LINENO" 5
4f8d4a38
DD
13495 fi
13496 ;;
4f8d4a38 13497
4f8d4a38
DD
13498 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13499$as_echo "$as_me: executing $ac_file commands" >&6;}
13500 ;;
13501 esac
13502
13503
13504 case $ac_file$ac_mode in
db2e4d67 13505 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13506 "libtool":C)
13507
13508 # See if we are running on zsh, and set the options which allow our
13509 # commands through without removal of \ escapes.
13510 if test -n "${ZSH_VERSION+set}" ; then
13511 setopt NO_GLOB_SUBST
13512 fi
13513
13514 cfgfile="${ofile}T"
13515 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13516 $RM "$cfgfile"
13517
13518 cat <<_LT_EOF >> "$cfgfile"
13519#! $SHELL
13520
13521# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13522# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13523# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13524# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13525#
13526# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13527# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13528# Written by Gordon Matzigkeit, 1996
13529#
13530# This file is part of GNU Libtool.
13531#
13532# GNU Libtool is free software; you can redistribute it and/or
13533# modify it under the terms of the GNU General Public License as
13534# published by the Free Software Foundation; either version 2 of
13535# the License, or (at your option) any later version.
13536#
13537# As a special exception to the GNU General Public License,
13538# if you distribute this file as part of a program or library that
13539# is built using GNU Libtool, you may include this file under the
13540# same distribution terms that you use for the rest of that program.
13541#
13542# GNU Libtool is distributed in the hope that it will be useful,
13543# but WITHOUT ANY WARRANTY; without even the implied warranty of
13544# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13545# GNU General Public License for more details.
13546#
13547# You should have received a copy of the GNU General Public License
13548# along with GNU Libtool; see the file COPYING. If not, a copy
13549# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13550# obtained by writing to the Free Software Foundation, Inc.,
13551# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13552
13553
13554# The names of the tagged configurations supported by this script.
13555available_tags=""
13556
13557# ### BEGIN LIBTOOL CONFIG
13558
13559# Which release of libtool.m4 was used?
13560macro_version=$macro_version
13561macro_revision=$macro_revision
13562
13563# Whether or not to build shared libraries.
13564build_libtool_libs=$enable_shared
13565
13566# Whether or not to build static libraries.
13567build_old_libs=$enable_static
13568
13569# What type of objects to build.
13570pic_mode=$pic_mode
13571
13572# Whether or not to optimize for fast installation.
13573fast_install=$enable_fast_install
13574
13575# Shell to use when invoking shell scripts.
13576SHELL=$lt_SHELL
13577
13578# An echo program that protects backslashes.
13579ECHO=$lt_ECHO
13580
13581# The host system.
13582host_alias=$host_alias
13583host=$host
13584host_os=$host_os
13585
13586# The build system.
13587build_alias=$build_alias
13588build=$build
13589build_os=$build_os
13590
13591# A sed program that does not truncate output.
13592SED=$lt_SED
13593
13594# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13595Xsed="\$SED -e 1s/^X//"
13596
13597# A grep program that handles long lines.
13598GREP=$lt_GREP
13599
13600# An ERE matcher.
13601EGREP=$lt_EGREP
13602
13603# A literal string matcher.
13604FGREP=$lt_FGREP
13605
13606# A BSD- or MS-compatible name lister.
13607NM=$lt_NM
13608
13609# Whether we need soft or hard links.
13610LN_S=$lt_LN_S
13611
13612# What is the maximum length of a command?
13613max_cmd_len=$max_cmd_len
13614
13615# Object file suffix (normally "o").
13616objext=$ac_objext
13617
13618# Executable file suffix (normally "").
13619exeext=$exeext
13620
13621# whether the shell understands "unset".
13622lt_unset=$lt_unset
13623
13624# turn spaces into newlines.
13625SP2NL=$lt_lt_SP2NL
13626
13627# turn newlines into spaces.
13628NL2SP=$lt_lt_NL2SP
13629
13630# An object symbol dumper.
13631OBJDUMP=$lt_OBJDUMP
13632
13633# Method to check whether dependent libraries are shared objects.
13634deplibs_check_method=$lt_deplibs_check_method
13635
13636# Command to use when deplibs_check_method == "file_magic".
13637file_magic_cmd=$lt_file_magic_cmd
13638
13639# The archiver.
13640AR=$lt_AR
13641AR_FLAGS=$lt_AR_FLAGS
13642
13643# A symbol stripping program.
13644STRIP=$lt_STRIP
13645
13646# Commands used to install an old-style archive.
13647RANLIB=$lt_RANLIB
13648old_postinstall_cmds=$lt_old_postinstall_cmds
13649old_postuninstall_cmds=$lt_old_postuninstall_cmds
13650
13651# Whether to use a lock for old archive extraction.
13652lock_old_archive_extraction=$lock_old_archive_extraction
13653
13654# A C compiler.
13655LTCC=$lt_CC
13656
13657# LTCC compiler flags.
13658LTCFLAGS=$lt_CFLAGS
13659
13660# Take the output of nm and produce a listing of raw symbols and C names.
13661global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13662
13663# Transform the output of nm in a proper C declaration.
13664global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13665
13666# Transform the output of nm in a C name address pair.
13667global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13668
13669# Transform the output of nm in a C name address pair when lib prefix is needed.
13670global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13671
13672# The name of the directory that contains temporary libtool files.
13673objdir=$objdir
13674
13675# Used to examine libraries when file_magic_cmd begins with "file".
13676MAGIC_CMD=$MAGIC_CMD
13677
13678# Must we lock files when doing compilation?
13679need_locks=$lt_need_locks
13680
13681# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13682DSYMUTIL=$lt_DSYMUTIL
13683
13684# Tool to change global to local symbols on Mac OS X.
13685NMEDIT=$lt_NMEDIT
13686
13687# Tool to manipulate fat objects and archives on Mac OS X.
13688LIPO=$lt_LIPO
13689
13690# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13691OTOOL=$lt_OTOOL
13692
13693# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13694OTOOL64=$lt_OTOOL64
13695
13696# Old archive suffix (normally "a").
13697libext=$libext
13698
13699# Shared library suffix (normally ".so").
13700shrext_cmds=$lt_shrext_cmds
13701
13702# The commands to extract the exported symbol list from a shared archive.
13703extract_expsyms_cmds=$lt_extract_expsyms_cmds
13704
13705# Variables whose values should be saved in libtool wrapper scripts and
13706# restored at link time.
13707variables_saved_for_relink=$lt_variables_saved_for_relink
13708
13709# Do we need the "lib" prefix for modules?
13710need_lib_prefix=$need_lib_prefix
13711
13712# Do we need a version for libraries?
13713need_version=$need_version
13714
13715# Library versioning type.
13716version_type=$version_type
13717
13718# Shared library runtime path variable.
13719runpath_var=$runpath_var
13720
13721# Shared library path variable.
13722shlibpath_var=$shlibpath_var
13723
13724# Is shlibpath searched before the hard-coded library search path?
13725shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13726
13727# Format of library name prefix.
13728libname_spec=$lt_libname_spec
13729
13730# List of archive names. First name is the real one, the rest are links.
13731# The last name is the one that the linker finds with -lNAME
13732library_names_spec=$lt_library_names_spec
13733
13734# The coded name of the library, if different from the real name.
13735soname_spec=$lt_soname_spec
13736
13737# Permission mode override for installation of shared libraries.
13738install_override_mode=$lt_install_override_mode
13739
13740# Command to use after installation of a shared archive.
13741postinstall_cmds=$lt_postinstall_cmds
13742
13743# Command to use after uninstallation of a shared archive.
13744postuninstall_cmds=$lt_postuninstall_cmds
13745
13746# Commands used to finish a libtool library installation in a directory.
13747finish_cmds=$lt_finish_cmds
13748
13749# As "finish_cmds", except a single script fragment to be evaled but
13750# not shown.
13751finish_eval=$lt_finish_eval
13752
13753# Whether we should hardcode library paths into libraries.
13754hardcode_into_libs=$hardcode_into_libs
13755
13756# Compile-time system search path for libraries.
13757sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13758
13759# Run-time system search path for libraries.
13760sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13761
13762# Whether dlopen is supported.
13763dlopen_support=$enable_dlopen
13764
13765# Whether dlopen of programs is supported.
13766dlopen_self=$enable_dlopen_self
13767
13768# Whether dlopen of statically linked programs is supported.
13769dlopen_self_static=$enable_dlopen_self_static
13770
13771# Commands to strip libraries.
13772old_striplib=$lt_old_striplib
13773striplib=$lt_striplib
13774
13775
13776# The linker used to build libraries.
13777LD=$lt_LD
13778
13779# How to create reloadable object files.
13780reload_flag=$lt_reload_flag
13781reload_cmds=$lt_reload_cmds
13782
13783# Commands used to build an old-style archive.
13784old_archive_cmds=$lt_old_archive_cmds
13785
13786# A language specific compiler.
13787CC=$lt_compiler
13788
13789# Is the compiler the GNU compiler?
13790with_gcc=$GCC
13791
13792# Compiler flag to turn off builtin functions.
13793no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13794
13795# How to pass a linker flag through the compiler.
13796wl=$lt_lt_prog_compiler_wl
13797
13798# Additional compiler flags for building library objects.
13799pic_flag=$lt_lt_prog_compiler_pic
13800
13801# Compiler flag to prevent dynamic linking.
13802link_static_flag=$lt_lt_prog_compiler_static
13803
13804# Does compiler simultaneously support -c and -o options?
13805compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13806
13807# Whether or not to add -lc for building shared libraries.
13808build_libtool_need_lc=$archive_cmds_need_lc
13809
13810# Whether or not to disallow shared libs when runtime libs are static.
13811allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13812
13813# Compiler flag to allow reflexive dlopens.
13814export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13815
13816# Compiler flag to generate shared objects directly from archives.
13817whole_archive_flag_spec=$lt_whole_archive_flag_spec
13818
13819# Whether the compiler copes with passing no objects directly.
13820compiler_needs_object=$lt_compiler_needs_object
13821
13822# Create an old-style archive from a shared archive.
13823old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13824
13825# Create a temporary old-style archive to link instead of a shared archive.
13826old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13827
13828# Commands used to build a shared archive.
13829archive_cmds=$lt_archive_cmds
13830archive_expsym_cmds=$lt_archive_expsym_cmds
13831
13832# Commands used to build a loadable module if different from building
13833# a shared archive.
13834module_cmds=$lt_module_cmds
13835module_expsym_cmds=$lt_module_expsym_cmds
13836
13837# Whether we are building with GNU ld or not.
13838with_gnu_ld=$lt_with_gnu_ld
13839
13840# Flag that allows shared libraries with undefined symbols to be built.
13841allow_undefined_flag=$lt_allow_undefined_flag
13842
13843# Flag that enforces no undefined symbols.
13844no_undefined_flag=$lt_no_undefined_flag
13845
13846# Flag to hardcode \$libdir into a binary during linking.
13847# This must work even if \$libdir does not exist
13848hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13849
13850# If ld is used when linking, flag to hardcode \$libdir into a binary
13851# during linking. This must work even if \$libdir does not exist.
13852hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13853
13854# Whether we need a single "-rpath" flag with a separated argument.
13855hardcode_libdir_separator=$lt_hardcode_libdir_separator
13856
13857# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13858# DIR into the resulting binary.
13859hardcode_direct=$hardcode_direct
13860
13861# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13862# DIR into the resulting binary and the resulting library dependency is
13863# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13864# library is relocated.
13865hardcode_direct_absolute=$hardcode_direct_absolute
13866
13867# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13868# into the resulting binary.
13869hardcode_minus_L=$hardcode_minus_L
13870
13871# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13872# into the resulting binary.
13873hardcode_shlibpath_var=$hardcode_shlibpath_var
13874
13875# Set to "yes" if building a shared library automatically hardcodes DIR
13876# into the library and all subsequent libraries and executables linked
13877# against it.
13878hardcode_automatic=$hardcode_automatic
13879
13880# Set to yes if linker adds runtime paths of dependent libraries
13881# to runtime path list.
13882inherit_rpath=$inherit_rpath
13883
13884# Whether libtool must link a program against all its dependency libraries.
13885link_all_deplibs=$link_all_deplibs
13886
13887# Fix the shell variable \$srcfile for the compiler.
13888fix_srcfile_path=$lt_fix_srcfile_path
13889
13890# Set to "yes" if exported symbols are required.
13891always_export_symbols=$always_export_symbols
13892
13893# The commands to list exported symbols.
13894export_symbols_cmds=$lt_export_symbols_cmds
13895
13896# Symbols that should not be listed in the preloaded symbols.
13897exclude_expsyms=$lt_exclude_expsyms
13898
13899# Symbols that must always be exported.
13900include_expsyms=$lt_include_expsyms
13901
13902# Commands necessary for linking programs (against libraries) with templates.
13903prelink_cmds=$lt_prelink_cmds
13904
13905# Specify filename containing input files.
13906file_list_spec=$lt_file_list_spec
13907
13908# How to hardcode a shared library path into an executable.
13909hardcode_action=$hardcode_action
13910
13911# ### END LIBTOOL CONFIG
13912
13913_LT_EOF
13914
13915 case $host_os in
13916 aix3*)
13917 cat <<\_LT_EOF >> "$cfgfile"
13918# AIX sometimes has problems with the GCC collect2 program. For some
13919# reason, if we set the COLLECT_NAMES environment variable, the problems
13920# vanish in a puff of smoke.
13921if test "X${COLLECT_NAMES+set}" != Xset; then
13922 COLLECT_NAMES=
13923 export COLLECT_NAMES
13924fi
13925_LT_EOF
13926 ;;
13927 esac
13928
13929
13930ltmain="$ac_aux_dir/ltmain.sh"
13931
13932
13933 # We use sed instead of cat because bash on DJGPP gets confused if
13934 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13935 # text mode, it properly converts lines to CR/LF. This bash problem
13936 # is reportedly fixed, but why not run on old versions too?
13937 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13938 || (rm -f "$cfgfile"; exit 1)
13939
13940 case $xsi_shell in
13941 yes)
13942 cat << \_LT_EOF >> "$cfgfile"
13943
13944# func_dirname file append nondir_replacement
13945# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13946# otherwise set result to NONDIR_REPLACEMENT.
13947func_dirname ()
13948{
13949 case ${1} in
13950 */*) func_dirname_result="${1%/*}${2}" ;;
13951 * ) func_dirname_result="${3}" ;;
13952 esac
13953}
13954
13955# func_basename file
13956func_basename ()
13957{
13958 func_basename_result="${1##*/}"
13959}
13960
13961# func_dirname_and_basename file append nondir_replacement
13962# perform func_basename and func_dirname in a single function
13963# call:
13964# dirname: Compute the dirname of FILE. If nonempty,
13965# add APPEND to the result, otherwise set result
13966# to NONDIR_REPLACEMENT.
13967# value returned in "$func_dirname_result"
13968# basename: Compute filename of FILE.
13969# value retuned in "$func_basename_result"
13970# Implementation must be kept synchronized with func_dirname
13971# and func_basename. For efficiency, we do not delegate to
13972# those functions but instead duplicate the functionality here.
13973func_dirname_and_basename ()
13974{
13975 case ${1} in
13976 */*) func_dirname_result="${1%/*}${2}" ;;
13977 * ) func_dirname_result="${3}" ;;
13978 esac
13979 func_basename_result="${1##*/}"
13980}
13981
13982# func_stripname prefix suffix name
13983# strip PREFIX and SUFFIX off of NAME.
13984# PREFIX and SUFFIX must not contain globbing or regex special
13985# characters, hashes, percent signs, but SUFFIX may contain a leading
13986# dot (in which case that matches only a dot).
13987func_stripname ()
13988{
13989 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13990 # positional parameters, so assign one to ordinary parameter first.
13991 func_stripname_result=${3}
13992 func_stripname_result=${func_stripname_result#"${1}"}
13993 func_stripname_result=${func_stripname_result%"${2}"}
13994}
13995
13996# func_opt_split
13997func_opt_split ()
13998{
13999 func_opt_split_opt=${1%%=*}
14000 func_opt_split_arg=${1#*=}
14001}
14002
14003# func_lo2o object
14004func_lo2o ()
14005{
14006 case ${1} in
14007 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14008 *) func_lo2o_result=${1} ;;
14009 esac
14010}
14011
14012# func_xform libobj-or-source
14013func_xform ()
14014{
14015 func_xform_result=${1%.*}.lo
14016}
14017
14018# func_arith arithmetic-term...
14019func_arith ()
14020{
14021 func_arith_result=$(( $* ))
14022}
14023
14024# func_len string
14025# STRING may not start with a hyphen.
14026func_len ()
14027{
14028 func_len_result=${#1}
14029}
14030
14031_LT_EOF
14032 ;;
14033 *) # Bourne compatible functions.
14034 cat << \_LT_EOF >> "$cfgfile"
14035
14036# func_dirname file append nondir_replacement
14037# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14038# otherwise set result to NONDIR_REPLACEMENT.
14039func_dirname ()
14040{
14041 # Extract subdirectory from the argument.
14042 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14043 if test "X$func_dirname_result" = "X${1}"; then
14044 func_dirname_result="${3}"
14045 else
14046 func_dirname_result="$func_dirname_result${2}"
14047 fi
14048}
14049
14050# func_basename file
14051func_basename ()
14052{
14053 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14054}
14055
14056
14057# func_stripname prefix suffix name
14058# strip PREFIX and SUFFIX off of NAME.
14059# PREFIX and SUFFIX must not contain globbing or regex special
14060# characters, hashes, percent signs, but SUFFIX may contain a leading
14061# dot (in which case that matches only a dot).
14062# func_strip_suffix prefix name
14063func_stripname ()
14064{
14065 case ${2} in
14066 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14067 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14068 esac
14069}
14070
14071# sed scripts:
14072my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14073my_sed_long_arg='1s/^-[^=]*=//'
14074
14075# func_opt_split
14076func_opt_split ()
14077{
14078 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14079 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14080}
14081
14082# func_lo2o object
14083func_lo2o ()
14084{
14085 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14086}
14087
14088# func_xform libobj-or-source
14089func_xform ()
14090{
14091 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14092}
14093
14094# func_arith arithmetic-term...
14095func_arith ()
14096{
14097 func_arith_result=`expr "$@"`
14098}
14099
14100# func_len string
14101# STRING may not start with a hyphen.
14102func_len ()
14103{
14104 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14105}
14106
14107_LT_EOF
14108esac
14109
14110case $lt_shell_append in
14111 yes)
14112 cat << \_LT_EOF >> "$cfgfile"
14113
14114# func_append var value
14115# Append VALUE to the end of shell variable VAR.
14116func_append ()
14117{
14118 eval "$1+=\$2"
14119}
14120_LT_EOF
14121 ;;
14122 *)
14123 cat << \_LT_EOF >> "$cfgfile"
14124
14125# func_append var value
14126# Append VALUE to the end of shell variable VAR.
14127func_append ()
14128{
14129 eval "$1=\$$1\$2"
14130}
14131
14132_LT_EOF
14133 ;;
14134 esac
14135
14136
14137 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14138 || (rm -f "$cfgfile"; exit 1)
14139
14140 mv -f "$cfgfile" "$ofile" ||
14141 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14142 chmod +x "$ofile"
14143
14144 ;;
4f8d4a38
DD
14145 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
14146 rm -f Makesim1.tmp Makesim2.tmp Makefile
14147 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14148 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14149 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14150 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14151 <Makefile.sim >Makefile
14152 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14153 ;;
14154 "stamp-h":C) echo > stamp-h ;;
14155
14156 esac
14157done # for ac_tag
14158
14159
14160as_fn_exit 0
14161_ACEOF
14162ac_clean_files=$ac_clean_files_save
14163
14164test $ac_write_fail = 0 ||
d0ac1c44 14165 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4f8d4a38
DD
14166
14167
14168# configure is writing to config.log, and then calls config.status.
14169# config.status does its own redirection, appending to config.log.
14170# Unfortunately, on DOS this fails, as config.log is still kept open
14171# by configure, so config.status won't be able to write to it; its
14172# output is simply discarded. So we exec the FD to /dev/null,
14173# effectively closing config.log, so it can be properly (re)opened and
14174# appended to by config.status. When coming back to configure, we
14175# need to make the FD available again.
14176if test "$no_create" != yes; then
14177 ac_cs_success=:
14178 ac_config_status_args=
14179 test "$silent" = yes &&
14180 ac_config_status_args="$ac_config_status_args --quiet"
14181 exec 5>/dev/null
14182 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14183 exec 5>>config.log
14184 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14185 # would make configure fail if this is the last instruction.
d0ac1c44 14186 $ac_cs_success || as_fn_exit 1
4f8d4a38
DD
14187fi
14188if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14190$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14191fi
14192
14193