]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32r/configure
sim: unify environment build settings
[thirdparty/binutils-gdb.git] / sim / m32r / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 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.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
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
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
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;}
81ecdfbb
RW
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"
81ecdfbb
RW
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"
81ecdfbb
RW
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
b7026657 219do
81ecdfbb
RW
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
81ecdfbb
RW
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."
b7026657 274 else
81ecdfbb
RW
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."
b7026657 279 fi
81ecdfbb
RW
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"
81ecdfbb
RW
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
81ecdfbb
RW
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# ----------------------------------------
81ecdfbb
RW
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.
81ecdfbb
RW
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
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
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'`
c906108c 464
b7026657
AC
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
c906108c 471
c906108c 472
81ecdfbb
RW
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 |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
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; }
b7026657 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
b7026657
AC
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
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
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';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
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'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
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'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638sim_extra_cflags
639traps_obj
640cgen
641cgendir
642CGEN_MAINT
643REPORT_BUGS_TEXI
644REPORT_BUGS_TO
645PKGVERSION
81ecdfbb 646MAINT
31e6ad7d
MF
647MAINTAINER_MODE_FALSE
648MAINTAINER_MODE_TRUE
6bb11ab3
L
649lt_cv_dlopen_libs
650OTOOL64
651OTOOL
652LIPO
653NMEDIT
654DSYMUTIL
655AWK
656STRIP
657OBJDUMP
658LN_S
659NM
660ac_ct_DUMPBIN
661DUMPBIN
662LD
663FGREP
664SED
665LIBTOOL
666PLUGINS_FALSE
667PLUGINS_TRUE
aadc9410
MF
668zlibinc
669zlibdir
81ecdfbb
RW
670CATOBJEXT
671GENCAT
672INSTOBJEXT
673DATADIRNAME
674CATALOGS
675POSUB
676GMSGFMT
677XGETTEXT
678INCINTL
679LIBINTL_DEP
680LIBINTL
681USE_NLS
db2e4d67
MF
682CCDEPMODE
683DEPDIR
684am__leading_dot
5f3ef9d0 685PACKAGE
46f900c0 686C_DIALECT
81ecdfbb
RW
687RANLIB
688AR
c2783492 689LDFLAGS_FOR_BUILD
c25ea03d 690CFLAGS_FOR_BUILD
aa0fca16 691RANLIB_FOR_BUILD
81ecdfbb 692CC_FOR_BUILD
aa0fca16 693AR_FOR_BUILD
81ecdfbb
RW
694INSTALL_DATA
695INSTALL_SCRIPT
696INSTALL_PROGRAM
2232061b
MF
697EGREP
698GREP
c2783492
MF
699CPP
700OBJEXT
701EXEEXT
702ac_ct_CC
703CPPFLAGS
704LDFLAGS
705CFLAGS
706CC
81ecdfbb
RW
707target_os
708target_vendor
709target_cpu
710target
711host_os
712host_vendor
713host_cpu
714host
715build_os
716build_vendor
717build_cpu
718build
81ecdfbb
RW
719target_alias
720host_alias
721build_alias
722LIBS
723ECHO_T
724ECHO_N
725ECHO_C
726DEFS
727mandir
728localedir
729libdir
730psdir
731pdfdir
732dvidir
733htmldir
734infodir
735docdir
736oldincludedir
737includedir
738localstatedir
739sharedstatedir
740sysconfdir
741datadir
742datarootdir
743libexecdir
744sbindir
745bindir
746program_transform_name
747prefix
748exec_prefix
749PACKAGE_URL
750PACKAGE_BUGREPORT
751PACKAGE_STRING
752PACKAGE_VERSION
753PACKAGE_TARNAME
754PACKAGE_NAME
755PATH_SEPARATOR
136da8cd
MF
756SHELL
757WERROR_CFLAGS
758WARN_CFLAGS
760b3e8b 759sim_scache
136da8cd
MF
760sim_inline
761sim_hw
762sim_hw_objs
763sim_hw_cflags
136da8cd 764sim_endian
760b3e8b 765sim_default_model
136da8cd 766sim_alignment'
b7026657 767ac_subst_files=''
81ecdfbb
RW
768ac_user_opts='
769enable_option_checking
aadc9410 770with_system_zlib
6bb11ab3
L
771enable_plugins
772enable_shared
773enable_static
774with_pic
775enable_fast_install
776with_gnu_ld
777enable_libtool_lock
81ecdfbb 778enable_maintainer_mode
81ecdfbb
RW
779enable_sim_debug
780enable_sim_stdio
781enable_sim_trace
782enable_sim_profile
347fe5bb 783enable_sim_inline
81ecdfbb
RW
784with_pkgversion
785with_bugurl
786enable_sim_endian
787enable_sim_alignment
81ecdfbb
RW
788enable_sim_scache
789enable_sim_default_model
5c1008a4
MF
790enable_werror
791enable_build_warnings
792enable_sim_build_warnings
81ecdfbb 793enable_cgen_maint
94c63d78 794enable_sim_hardware
81ecdfbb
RW
795'
796 ac_precious_vars='build_alias
797host_alias
798target_alias
799CC
800CFLAGS
801LDFLAGS
802LIBS
803CPPFLAGS
804CPP'
805
c906108c
SS
806
807# Initialize some variables set by options.
b7026657
AC
808ac_init_help=
809ac_init_version=false
81ecdfbb
RW
810ac_unrecognized_opts=
811ac_unrecognized_sep=
c906108c
SS
812# The variables have the same names as the options, with
813# dashes changed to underlines.
b7026657 814cache_file=/dev/null
c906108c 815exec_prefix=NONE
c906108c 816no_create=
c906108c
SS
817no_recursion=
818prefix=NONE
819program_prefix=NONE
820program_suffix=NONE
821program_transform_name=s,x,x,
822silent=
823site=
824srcdir=
c906108c
SS
825verbose=
826x_includes=NONE
827x_libraries=NONE
b7026657
AC
828
829# Installation directory options.
830# These are left unexpanded so users can "make install exec_prefix=/foo"
831# and all the variables that are supposed to be based on exec_prefix
832# by default will actually change.
833# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 834# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
835bindir='${exec_prefix}/bin'
836sbindir='${exec_prefix}/sbin'
837libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
838datarootdir='${prefix}/share'
839datadir='${datarootdir}'
c906108c
SS
840sysconfdir='${prefix}/etc'
841sharedstatedir='${prefix}/com'
842localstatedir='${prefix}/var'
c906108c
SS
843includedir='${prefix}/include'
844oldincludedir='/usr/include'
81ecdfbb
RW
845docdir='${datarootdir}/doc/${PACKAGE}'
846infodir='${datarootdir}/info'
847htmldir='${docdir}'
848dvidir='${docdir}'
849pdfdir='${docdir}'
850psdir='${docdir}'
851libdir='${exec_prefix}/lib'
852localedir='${datarootdir}/locale'
853mandir='${datarootdir}/man'
c906108c 854
c906108c 855ac_prev=
81ecdfbb 856ac_dashdash=
c906108c
SS
857for ac_option
858do
c906108c
SS
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
81ecdfbb 861 eval $ac_prev=\$ac_option
c906108c
SS
862 ac_prev=
863 continue
864 fi
865
81ecdfbb 866 case $ac_option in
d0ac1c44
SM
867 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *=) ac_optarg= ;;
869 *) ac_optarg=yes ;;
81ecdfbb 870 esac
c906108c
SS
871
872 # Accept the important Cygnus configure options, so we can diagnose typos.
873
81ecdfbb
RW
874 case $ac_dashdash$ac_option in
875 --)
876 ac_dashdash=yes ;;
c906108c
SS
877
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 881 bindir=$ac_optarg ;;
c906108c
SS
882
883 -build | --build | --buil | --bui | --bu)
b7026657 884 ac_prev=build_alias ;;
c906108c 885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 886 build_alias=$ac_optarg ;;
c906108c
SS
887
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
893 cache_file=$ac_optarg ;;
894
895 --config-cache | -C)
896 cache_file=config.cache ;;
c906108c 897
81ecdfbb 898 -datadir | --datadir | --datadi | --datad)
c906108c 899 ac_prev=datadir ;;
81ecdfbb 900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 901 datadir=$ac_optarg ;;
c906108c 902
81ecdfbb
RW
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
909
c906108c 910 -disable-* | --disable-*)
81ecdfbb 911 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 912 # Reject names that are not valid shell variable names.
81ecdfbb 913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 914 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
915 ac_useropt_orig=$ac_useropt
916 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
917 case $ac_user_opts in
918 *"
919"enable_$ac_useropt"
920"*) ;;
921 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
922 ac_unrecognized_sep=', ';;
923 esac
924 eval enable_$ac_useropt=no ;;
925
926 -docdir | --docdir | --docdi | --doc | --do)
927 ac_prev=docdir ;;
928 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
929 docdir=$ac_optarg ;;
930
931 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
932 ac_prev=dvidir ;;
933 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
934 dvidir=$ac_optarg ;;
c906108c
SS
935
936 -enable-* | --enable-*)
81ecdfbb 937 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 938 # Reject names that are not valid shell variable names.
81ecdfbb 939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 940 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
941 ac_useropt_orig=$ac_useropt
942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943 case $ac_user_opts in
944 *"
945"enable_$ac_useropt"
946"*) ;;
947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
948 ac_unrecognized_sep=', ';;
c906108c 949 esac
81ecdfbb 950 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
951
952 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
953 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
954 | --exec | --exe | --ex)
955 ac_prev=exec_prefix ;;
956 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
957 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
958 | --exec=* | --exe=* | --ex=*)
b7026657 959 exec_prefix=$ac_optarg ;;
c906108c
SS
960
961 -gas | --gas | --ga | --g)
962 # Obsolete; use --with-gas.
963 with_gas=yes ;;
964
b7026657
AC
965 -help | --help | --hel | --he | -h)
966 ac_init_help=long ;;
967 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
968 ac_init_help=recursive ;;
969 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
970 ac_init_help=short ;;
c906108c
SS
971
972 -host | --host | --hos | --ho)
b7026657 973 ac_prev=host_alias ;;
c906108c 974 -host=* | --host=* | --hos=* | --ho=*)
b7026657 975 host_alias=$ac_optarg ;;
c906108c 976
81ecdfbb
RW
977 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
978 ac_prev=htmldir ;;
979 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
980 | --ht=*)
981 htmldir=$ac_optarg ;;
982
c906108c
SS
983 -includedir | --includedir | --includedi | --included | --include \
984 | --includ | --inclu | --incl | --inc)
985 ac_prev=includedir ;;
986 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
987 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 988 includedir=$ac_optarg ;;
c906108c
SS
989
990 -infodir | --infodir | --infodi | --infod | --info | --inf)
991 ac_prev=infodir ;;
992 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 993 infodir=$ac_optarg ;;
c906108c
SS
994
995 -libdir | --libdir | --libdi | --libd)
996 ac_prev=libdir ;;
997 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 998 libdir=$ac_optarg ;;
c906108c
SS
999
1000 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1001 | --libexe | --libex | --libe)
1002 ac_prev=libexecdir ;;
1003 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1004 | --libexe=* | --libex=* | --libe=*)
b7026657 1005 libexecdir=$ac_optarg ;;
c906108c 1006
81ecdfbb
RW
1007 -localedir | --localedir | --localedi | --localed | --locale)
1008 ac_prev=localedir ;;
1009 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1010 localedir=$ac_optarg ;;
1011
c906108c 1012 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1013 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1014 ac_prev=localstatedir ;;
1015 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1016 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1017 localstatedir=$ac_optarg ;;
c906108c
SS
1018
1019 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1020 ac_prev=mandir ;;
1021 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1022 mandir=$ac_optarg ;;
c906108c
SS
1023
1024 -nfp | --nfp | --nf)
1025 # Obsolete; use --without-fp.
1026 with_fp=no ;;
1027
1028 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1029 | --no-cr | --no-c | -n)
c906108c
SS
1030 no_create=yes ;;
1031
1032 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1033 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1034 no_recursion=yes ;;
1035
1036 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1037 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1038 | --oldin | --oldi | --old | --ol | --o)
1039 ac_prev=oldincludedir ;;
1040 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1041 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1042 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1043 oldincludedir=$ac_optarg ;;
c906108c
SS
1044
1045 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1046 ac_prev=prefix ;;
1047 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1048 prefix=$ac_optarg ;;
c906108c
SS
1049
1050 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1051 | --program-pre | --program-pr | --program-p)
1052 ac_prev=program_prefix ;;
1053 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1054 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1055 program_prefix=$ac_optarg ;;
c906108c
SS
1056
1057 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1058 | --program-suf | --program-su | --program-s)
1059 ac_prev=program_suffix ;;
1060 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1061 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1062 program_suffix=$ac_optarg ;;
c906108c
SS
1063
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 ac_prev=program_transform_name ;;
1072 -program-transform-name=* | --program-transform-name=* \
1073 | --program-transform-nam=* | --program-transform-na=* \
1074 | --program-transform-n=* | --program-transform-=* \
1075 | --program-transform=* | --program-transfor=* \
1076 | --program-transfo=* | --program-transf=* \
1077 | --program-trans=* | --program-tran=* \
1078 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1079 program_transform_name=$ac_optarg ;;
c906108c 1080
81ecdfbb
RW
1081 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1082 ac_prev=pdfdir ;;
1083 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1084 pdfdir=$ac_optarg ;;
1085
1086 -psdir | --psdir | --psdi | --psd | --ps)
1087 ac_prev=psdir ;;
1088 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1089 psdir=$ac_optarg ;;
1090
c906108c
SS
1091 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1092 | -silent | --silent | --silen | --sile | --sil)
1093 silent=yes ;;
1094
1095 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1096 ac_prev=sbindir ;;
1097 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1098 | --sbi=* | --sb=*)
b7026657 1099 sbindir=$ac_optarg ;;
c906108c
SS
1100
1101 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1102 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1103 | --sharedst | --shareds | --shared | --share | --shar \
1104 | --sha | --sh)
1105 ac_prev=sharedstatedir ;;
1106 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1107 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1108 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1109 | --sha=* | --sh=*)
b7026657 1110 sharedstatedir=$ac_optarg ;;
c906108c
SS
1111
1112 -site | --site | --sit)
1113 ac_prev=site ;;
1114 -site=* | --site=* | --sit=*)
b7026657 1115 site=$ac_optarg ;;
afb2cbbd 1116
c906108c
SS
1117 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1118 ac_prev=srcdir ;;
1119 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1120 srcdir=$ac_optarg ;;
c906108c
SS
1121
1122 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1123 | --syscon | --sysco | --sysc | --sys | --sy)
1124 ac_prev=sysconfdir ;;
1125 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1126 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1127 sysconfdir=$ac_optarg ;;
c906108c
SS
1128
1129 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1130 ac_prev=target_alias ;;
c906108c 1131 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1132 target_alias=$ac_optarg ;;
c906108c
SS
1133
1134 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1135 verbose=yes ;;
1136
b7026657
AC
1137 -version | --version | --versio | --versi | --vers | -V)
1138 ac_init_version=: ;;
c906108c
SS
1139
1140 -with-* | --with-*)
81ecdfbb 1141 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1142 # Reject names that are not valid shell variable names.
81ecdfbb 1143 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1144 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1145 ac_useropt_orig=$ac_useropt
1146 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1147 case $ac_user_opts in
1148 *"
1149"with_$ac_useropt"
1150"*) ;;
1151 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1152 ac_unrecognized_sep=', ';;
c906108c 1153 esac
81ecdfbb 1154 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1155
1156 -without-* | --without-*)
81ecdfbb 1157 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1158 # Reject names that are not valid shell variable names.
81ecdfbb 1159 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1160 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1161 ac_useropt_orig=$ac_useropt
1162 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1163 case $ac_user_opts in
1164 *"
1165"with_$ac_useropt"
1166"*) ;;
1167 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1168 ac_unrecognized_sep=', ';;
1169 esac
1170 eval with_$ac_useropt=no ;;
c906108c
SS
1171
1172 --x)
1173 # Obsolete; use --with-x.
1174 with_x=yes ;;
1175
1176 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1177 | --x-incl | --x-inc | --x-in | --x-i)
1178 ac_prev=x_includes ;;
1179 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1180 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1181 x_includes=$ac_optarg ;;
c906108c
SS
1182
1183 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1184 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1185 ac_prev=x_libraries ;;
1186 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1187 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1188 x_libraries=$ac_optarg ;;
c906108c 1189
d0ac1c44
SM
1190 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1191Try \`$0 --help' for more information"
c906108c
SS
1192 ;;
1193
b7026657
AC
1194 *=*)
1195 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1196 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1197 case $ac_envvar in #(
1198 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1199 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1200 esac
1201 eval $ac_envvar=\$ac_optarg
b7026657
AC
1202 export $ac_envvar ;;
1203
c906108c 1204 *)
b7026657 1205 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1206 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1207 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1208 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1209 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1210 ;;
1211
1212 esac
1213done
1214
1215if test -n "$ac_prev"; then
b7026657 1216 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1217 as_fn_error $? "missing argument to $ac_option"
c906108c 1218fi
c906108c 1219
81ecdfbb
RW
1220if test -n "$ac_unrecognized_opts"; then
1221 case $enable_option_checking in
1222 no) ;;
d0ac1c44 1223 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1224 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1225 esac
81ecdfbb 1226fi
c906108c 1227
81ecdfbb
RW
1228# Check all directory arguments for consistency.
1229for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1230 datadir sysconfdir sharedstatedir localstatedir includedir \
1231 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1232 libdir localedir mandir
c906108c 1233do
81ecdfbb
RW
1234 eval ac_val=\$$ac_var
1235 # Remove trailing slashes.
1236 case $ac_val in
1237 */ )
1238 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1239 eval $ac_var=\$ac_val;;
1240 esac
1241 # Be sure to have absolute directory names.
b7026657 1242 case $ac_val in
81ecdfbb
RW
1243 [\\/$]* | ?:[\\/]* ) continue;;
1244 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1245 esac
d0ac1c44 1246 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1247done
1248
b7026657
AC
1249# There might be people who depend on the old broken behavior: `$host'
1250# used to hold the argument of --host etc.
1251# FIXME: To remove some day.
1252build=$build_alias
1253host=$host_alias
1254target=$target_alias
1255
1256# FIXME: To remove some day.
1257if test "x$host_alias" != x; then
1258 if test "x$build_alias" = x; then
1259 cross_compiling=maybe
b7026657
AC
1260 elif test "x$build_alias" != "x$host_alias"; then
1261 cross_compiling=yes
1262 fi
1263fi
c906108c 1264
b7026657
AC
1265ac_tool_prefix=
1266test -n "$host_alias" && ac_tool_prefix=$host_alias-
1267
1268test "$silent" = yes && exec 6>/dev/null
c906108c 1269
c906108c 1270
81ecdfbb
RW
1271ac_pwd=`pwd` && test -n "$ac_pwd" &&
1272ac_ls_di=`ls -di .` &&
1273ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1274 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1275test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1276 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1277
1278
c906108c
SS
1279# Find the source files, if location was not specified.
1280if test -z "$srcdir"; then
1281 ac_srcdir_defaulted=yes
81ecdfbb
RW
1282 # Try the directory containing this script, then the parent directory.
1283 ac_confdir=`$as_dirname -- "$as_myself" ||
1284$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1285 X"$as_myself" : 'X\(//\)[^/]' \| \
1286 X"$as_myself" : 'X\(//\)$' \| \
1287 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1288$as_echo X"$as_myself" |
1289 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\/\)[^/].*/{
1294 s//\1/
1295 q
1296 }
1297 /^X\(\/\/\)$/{
1298 s//\1/
1299 q
1300 }
1301 /^X\(\/\).*/{
1302 s//\1/
1303 q
1304 }
1305 s/.*/./; q'`
c906108c 1306 srcdir=$ac_confdir
81ecdfbb 1307 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1308 srcdir=..
1309 fi
1310else
1311 ac_srcdir_defaulted=no
1312fi
81ecdfbb
RW
1313if test ! -r "$srcdir/$ac_unique_file"; then
1314 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1315 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1316fi
1317ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1318ac_abs_confdir=`(
d0ac1c44 1319 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1320 pwd)`
1321# When building in place, set srcdir=.
1322if test "$ac_abs_confdir" = "$ac_pwd"; then
1323 srcdir=.
1324fi
1325# Remove unnecessary trailing slashes from srcdir.
1326# Double slashes in file names in object file debugging info
1327# mess up M-x gdb in Emacs.
1328case $srcdir in
1329*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1330esac
1331for ac_var in $ac_precious_vars; do
1332 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1333 eval ac_env_${ac_var}_value=\$${ac_var}
1334 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1335 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1336done
c906108c 1337
b7026657
AC
1338#
1339# Report the --help message.
1340#
1341if test "$ac_init_help" = "long"; then
1342 # Omit some internal or obsolete options to make the list less imposing.
1343 # This message is too long to be a string in the A/UX 3.1 sh.
1344 cat <<_ACEOF
1345\`configure' configures this package to adapt to many kinds of systems.
c906108c 1346
b7026657 1347Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1348
b7026657
AC
1349To assign environment variables (e.g., CC, CFLAGS...), specify them as
1350VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1351
b7026657 1352Defaults for the options are specified in brackets.
c906108c 1353
b7026657
AC
1354Configuration:
1355 -h, --help display this help and exit
1356 --help=short display options specific to this package
1357 --help=recursive display the short help of all the included packages
1358 -V, --version display version information and exit
d0ac1c44 1359 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1360 --cache-file=FILE cache test results in FILE [disabled]
1361 -C, --config-cache alias for \`--cache-file=config.cache'
1362 -n, --no-create do not create output files
1363 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1364
b7026657
AC
1365Installation directories:
1366 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1367 [$ac_default_prefix]
b7026657 1368 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1369 [PREFIX]
c906108c 1370
b7026657
AC
1371By default, \`make install' will install all the files in
1372\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1373an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1374for instance \`--prefix=\$HOME'.
c906108c 1375
b7026657
AC
1376For better control, use the options below.
1377
1378Fine tuning of the installation directories:
81ecdfbb
RW
1379 --bindir=DIR user executables [EPREFIX/bin]
1380 --sbindir=DIR system admin executables [EPREFIX/sbin]
1381 --libexecdir=DIR program executables [EPREFIX/libexec]
1382 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1383 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1384 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1385 --libdir=DIR object code libraries [EPREFIX/lib]
1386 --includedir=DIR C header files [PREFIX/include]
1387 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1388 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1389 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1390 --infodir=DIR info documentation [DATAROOTDIR/info]
1391 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1392 --mandir=DIR man documentation [DATAROOTDIR/man]
1393 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1394 --htmldir=DIR html documentation [DOCDIR]
1395 --dvidir=DIR dvi documentation [DOCDIR]
1396 --pdfdir=DIR pdf documentation [DOCDIR]
1397 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1398_ACEOF
1399
1400 cat <<\_ACEOF
1401
1402Program names:
1403 --program-prefix=PREFIX prepend PREFIX to installed program names
1404 --program-suffix=SUFFIX append SUFFIX to installed program names
1405 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1406
1407System types:
1408 --build=BUILD configure for building on BUILD [guessed]
1409 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1410 --target=TARGET configure for building compilers for TARGET [HOST]
1411_ACEOF
c906108c 1412fi
b7026657
AC
1413
1414if test -n "$ac_init_help"; then
1415
1416 cat <<\_ACEOF
1417
1418Optional Features:
81ecdfbb 1419 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1420 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1421 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1422 --enable-plugins Enable support for plugins
6bb11ab3
L
1423 --enable-shared[=PKGS] build shared libraries [default=yes]
1424 --enable-static[=PKGS] build static libraries [default=yes]
1425 --enable-fast-install[=PKGS]
1426 optimize for fast installation [default=yes]
1427 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1428 --enable-maintainer-mode
1429 enable make rules and dependencies not useful (and
1430 sometimes confusing) to the casual installer
8d0978fb
MF
1431 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1432 itself)
1433 --enable-sim-stdio Specify whether to use stdio for console
1434 input/output
1435 --enable-sim-trace=opts Enable tracing of simulated programs
1436 --enable-sim-profile=opts
1437 Enable profiling flags
347fe5bb
MF
1438 --enable-sim-inline=inlines
1439 Specify which functions should be inlined
8d0978fb
MF
1440 --enable-sim-endian=endian
1441 Specify target byte endian orientation
1442 --enable-sim-alignment=align
1443 Specify strict, nonstrict or forced alignment of
1444 memory accesses
8d0978fb
MF
1445 --enable-sim-scache=size
1446 Specify simulator execution cache size
1447 --enable-sim-default-model=model
1448 Specify default model to simulate
5c1008a4
MF
1449 --enable-werror treat compile warnings as errors
1450 --enable-build-warnings enable build-time compiler warnings if gcc is used
1451 --enable-sim-build-warnings
1452 enable SIM specific build-time compiler warnings if
1453 gcc is used
8d0978fb 1454 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1455 --enable-sim-hardware=LIST
1456 Specify the hardware to be included in the build.
b7026657 1457
6efef468
JM
1458Optional Packages:
1459 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1460 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1461 --with-system-zlib use installed libz
6bb11ab3
L
1462 --with-pic try to use only PIC/non-PIC objects [default=use
1463 both]
1464 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1465 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1466 --with-bugurl=URL Direct users to URL to report a bug
1467
b7026657
AC
1468Some influential environment variables:
1469 CC C compiler command
1470 CFLAGS C compiler flags
1471 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1472 nonstandard directory <lib dir>
81ecdfbb 1473 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1474 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1475 you have headers in a nonstandard directory <include dir>
b7026657
AC
1476 CPP C preprocessor
1477
1478Use these variables to override the choices made by `configure' or to help
1479it to find libraries and programs with nonstandard names/locations.
1480
81ecdfbb 1481Report bugs to the package provider.
b7026657 1482_ACEOF
81ecdfbb 1483ac_status=$?
c906108c
SS
1484fi
1485
b7026657
AC
1486if test "$ac_init_help" = "recursive"; then
1487 # If there are subdirs, report their specific --help.
b7026657 1488 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1489 test -d "$ac_dir" ||
1490 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1491 continue
b7026657 1492 ac_builddir=.
c906108c 1493
81ecdfbb
RW
1494case "$ac_dir" in
1495.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1496*)
1497 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1498 # A ".." for each directory in $ac_dir_suffix.
1499 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1500 case $ac_top_builddir_sub in
1501 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1502 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1503 esac ;;
1504esac
1505ac_abs_top_builddir=$ac_pwd
1506ac_abs_builddir=$ac_pwd$ac_dir_suffix
1507# for backward compatibility:
1508ac_top_builddir=$ac_top_build_prefix
c906108c 1509
b7026657 1510case $srcdir in
81ecdfbb 1511 .) # We are building in place.
b7026657 1512 ac_srcdir=.
81ecdfbb
RW
1513 ac_top_srcdir=$ac_top_builddir_sub
1514 ac_abs_top_srcdir=$ac_pwd ;;
1515 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1516 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1517 ac_top_srcdir=$srcdir
1518 ac_abs_top_srcdir=$srcdir ;;
1519 *) # Relative name.
1520 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1521 ac_top_srcdir=$ac_top_build_prefix$srcdir
1522 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1523esac
81ecdfbb
RW
1524ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1525
1526 cd "$ac_dir" || { ac_status=$?; continue; }
1527 # Check for guested configure.
1528 if test -f "$ac_srcdir/configure.gnu"; then
1529 echo &&
1530 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1531 elif test -f "$ac_srcdir/configure"; then
1532 echo &&
1533 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1534 else
81ecdfbb
RW
1535 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1536 fi || ac_status=$?
1537 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1538 done
c906108c 1539fi
b7026657 1540
81ecdfbb 1541test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1542if $ac_init_version; then
1543 cat <<\_ACEOF
81ecdfbb 1544configure
d0ac1c44 1545generated by GNU Autoconf 2.69
b7026657 1546
d0ac1c44 1547Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1548This configure script is free software; the Free Software Foundation
1549gives unlimited permission to copy, distribute and modify it.
1550_ACEOF
81ecdfbb 1551 exit
b7026657 1552fi
b7026657 1553
81ecdfbb
RW
1554## ------------------------ ##
1555## Autoconf initialization. ##
1556## ------------------------ ##
b7026657 1557
81ecdfbb
RW
1558# ac_fn_c_try_compile LINENO
1559# --------------------------
1560# Try to compile conftest.$ac_ext, and return whether this succeeded.
1561ac_fn_c_try_compile ()
b7026657 1562{
81ecdfbb
RW
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext
1565 if { { ac_try="$ac_compile"
1566case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569esac
1570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571$as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_compile") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest.$ac_objext; then :
1584 ac_retval=0
1585else
1586 $as_echo "$as_me: failed program was:" >&5
1587sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1588
81ecdfbb
RW
1589 ac_retval=1
1590fi
d0ac1c44
SM
1591 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1592 as_fn_set_status $ac_retval
b7026657 1593
81ecdfbb 1594} # ac_fn_c_try_compile
b7026657 1595
81ecdfbb
RW
1596# ac_fn_c_try_cpp LINENO
1597# ----------------------
1598# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1599ac_fn_c_try_cpp ()
1600{
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 if { { ac_try="$ac_cpp conftest.$ac_ext"
1603case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606esac
1607eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608$as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1615 fi
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1617 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1618 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 }; then :
1621 ac_retval=0
1622else
1623 $as_echo "$as_me: failed program was:" >&5
1624sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1625
81ecdfbb
RW
1626 ac_retval=1
1627fi
d0ac1c44
SM
1628 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1629 as_fn_set_status $ac_retval
b7026657 1630
81ecdfbb
RW
1631} # ac_fn_c_try_cpp
1632
1633# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1634# -------------------------------------------------------
1635# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1636# the include files in INCLUDES and setting the cache variable VAR
1637# accordingly.
1638ac_fn_c_check_header_mongrel ()
1639{
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1641 if eval \${$3+:} false; then :
81ecdfbb
RW
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1643$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1644if eval \${$3+:} false; then :
81ecdfbb
RW
1645 $as_echo_n "(cached) " >&6
1646fi
1647eval ac_res=\$$3
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1649$as_echo "$ac_res" >&6; }
1650else
1651 # Is the header compilable?
1652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1653$as_echo_n "checking $2 usability... " >&6; }
1654cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1655/* end confdefs.h. */
1656$4
1657#include <$2>
1658_ACEOF
1659if ac_fn_c_try_compile "$LINENO"; then :
1660 ac_header_compiler=yes
1661else
1662 ac_header_compiler=no
1663fi
1664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1666$as_echo "$ac_header_compiler" >&6; }
1667
1668# Is the header present?
1669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1670$as_echo_n "checking $2 presence... " >&6; }
1671cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672/* end confdefs.h. */
1673#include <$2>
1674_ACEOF
1675if ac_fn_c_try_cpp "$LINENO"; then :
1676 ac_header_preproc=yes
1677else
1678 ac_header_preproc=no
1679fi
d0ac1c44 1680rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1682$as_echo "$ac_header_preproc" >&6; }
1683
1684# So? What about this header?
1685case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1686 yes:no: )
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1688$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1690$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691 ;;
1692 no:yes:* )
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1694$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1696$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1698$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1700$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1702$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1703 ;;
1704esac
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1706$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1707if eval \${$3+:} false; then :
81ecdfbb
RW
1708 $as_echo_n "(cached) " >&6
1709else
1710 eval "$3=\$ac_header_compiler"
1711fi
1712eval ac_res=\$$3
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1714$as_echo "$ac_res" >&6; }
1715fi
d0ac1c44 1716 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1717
1718} # ac_fn_c_check_header_mongrel
1719
1720# ac_fn_c_try_run LINENO
1721# ----------------------
1722# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1723# that executables *can* be run.
1724ac_fn_c_try_run ()
1725{
1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727 if { { ac_try="$ac_link"
1728case "(($ac_try" in
1729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1730 *) ac_try_echo=$ac_try;;
1731esac
1732eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733$as_echo "$ac_try_echo"; } >&5
1734 (eval "$ac_link") 2>&5
1735 ac_status=$?
1736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1738 { { case "(($ac_try" in
1739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1740 *) ac_try_echo=$ac_try;;
1741esac
1742eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1743$as_echo "$ac_try_echo"; } >&5
1744 (eval "$ac_try") 2>&5
1745 ac_status=$?
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; }; }; then :
1748 ac_retval=0
1749else
1750 $as_echo "$as_me: program exited with status $ac_status" >&5
1751 $as_echo "$as_me: failed program was:" >&5
1752sed 's/^/| /' conftest.$ac_ext >&5
1753
1754 ac_retval=$ac_status
1755fi
1756 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1757 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1758 as_fn_set_status $ac_retval
81ecdfbb
RW
1759
1760} # ac_fn_c_try_run
1761
1762# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1763# -------------------------------------------------------
1764# Tests whether HEADER exists and can be compiled using the include files in
1765# INCLUDES, setting the cache variable VAR accordingly.
1766ac_fn_c_check_header_compile ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1771if eval \${$3+:} false; then :
81ecdfbb
RW
1772 $as_echo_n "(cached) " >&6
1773else
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775/* end confdefs.h. */
1776$4
1777#include <$2>
1778_ACEOF
1779if ac_fn_c_try_compile "$LINENO"; then :
1780 eval "$3=yes"
1781else
1782 eval "$3=no"
1783fi
1784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785fi
1786eval ac_res=\$$3
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788$as_echo "$ac_res" >&6; }
d0ac1c44 1789 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1790
1791} # ac_fn_c_check_header_compile
1792
1793# ac_fn_c_try_link LINENO
1794# -----------------------
1795# Try to link conftest.$ac_ext, and return whether this succeeded.
1796ac_fn_c_try_link ()
1797{
1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799 rm -f conftest.$ac_objext conftest$ac_exeext
1800 if { { ac_try="$ac_link"
1801case "(($ac_try" in
1802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1803 *) ac_try_echo=$ac_try;;
1804esac
1805eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1806$as_echo "$ac_try_echo"; } >&5
1807 (eval "$ac_link") 2>conftest.err
1808 ac_status=$?
1809 if test -s conftest.err; then
1810 grep -v '^ *+' conftest.err >conftest.er1
1811 cat conftest.er1 >&5
1812 mv -f conftest.er1 conftest.err
1813 fi
1814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1815 test $ac_status = 0; } && {
1816 test -z "$ac_c_werror_flag" ||
1817 test ! -s conftest.err
1818 } && test -s conftest$ac_exeext && {
1819 test "$cross_compiling" = yes ||
d0ac1c44 1820 test -x conftest$ac_exeext
81ecdfbb
RW
1821 }; then :
1822 ac_retval=0
1823else
1824 $as_echo "$as_me: failed program was:" >&5
1825sed 's/^/| /' conftest.$ac_ext >&5
1826
1827 ac_retval=1
1828fi
1829 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1830 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1831 # interfere with the next link command; also delete a directory that is
1832 # left behind by Apple's compiler. We do this before executing the actions.
1833 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1834 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1835 as_fn_set_status $ac_retval
81ecdfbb
RW
1836
1837} # ac_fn_c_try_link
1838
1839# ac_fn_c_check_func LINENO FUNC VAR
1840# ----------------------------------
1841# Tests whether FUNC exists, setting the cache variable VAR accordingly
1842ac_fn_c_check_func ()
1843{
1844 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1846$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1847if eval \${$3+:} false; then :
81ecdfbb
RW
1848 $as_echo_n "(cached) " >&6
1849else
1850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851/* end confdefs.h. */
1852/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1853 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1854#define $2 innocuous_$2
1855
1856/* System header to define __stub macros and hopefully few prototypes,
1857 which can conflict with char $2 (); below.
1858 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1859 <limits.h> exists even on freestanding compilers. */
1860
1861#ifdef __STDC__
1862# include <limits.h>
1863#else
1864# include <assert.h>
1865#endif
1866
1867#undef $2
1868
1869/* Override any GCC internal prototype to avoid an error.
1870 Use char because int might match the return type of a GCC
1871 builtin and then its argument prototype would still apply. */
1872#ifdef __cplusplus
1873extern "C"
1874#endif
1875char $2 ();
1876/* The GNU C library defines this for functions which it implements
1877 to always fail with ENOSYS. Some functions are actually named
1878 something starting with __ and the normal name is an alias. */
1879#if defined __stub_$2 || defined __stub___$2
1880choke me
1881#endif
1882
1883int
1884main ()
1885{
1886return $2 ();
1887 ;
1888 return 0;
1889}
1890_ACEOF
1891if ac_fn_c_try_link "$LINENO"; then :
1892 eval "$3=yes"
1893else
1894 eval "$3=no"
1895fi
1896rm -f core conftest.err conftest.$ac_objext \
1897 conftest$ac_exeext conftest.$ac_ext
1898fi
1899eval ac_res=\$$3
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901$as_echo "$ac_res" >&6; }
d0ac1c44 1902 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1903
1904} # ac_fn_c_check_func
1905cat >config.log <<_ACEOF
1906This file contains any messages produced by compilers while
1907running configure, to aid debugging if configure makes a mistake.
1908
1909It was created by $as_me, which was
d0ac1c44 1910generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1911
1912 $ $0 $@
1913
1914_ACEOF
1915exec 5>>config.log
1916{
1917cat <<_ASUNAME
1918## --------- ##
1919## Platform. ##
1920## --------- ##
1921
1922hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1923uname -m = `(uname -m) 2>/dev/null || echo unknown`
1924uname -r = `(uname -r) 2>/dev/null || echo unknown`
1925uname -s = `(uname -s) 2>/dev/null || echo unknown`
1926uname -v = `(uname -v) 2>/dev/null || echo unknown`
1927
1928/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1929/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1930
1931/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1932/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1933/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1934/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1935/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1936/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1937/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1938
1939_ASUNAME
1940
1941as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1942for as_dir in $PATH
1943do
1944 IFS=$as_save_IFS
1945 test -z "$as_dir" && as_dir=.
1946 $as_echo "PATH: $as_dir"
1947 done
1948IFS=$as_save_IFS
1949
1950} >&5
1951
1952cat >&5 <<_ACEOF
b7026657
AC
1953
1954
1955## ----------- ##
1956## Core tests. ##
1957## ----------- ##
1958
1959_ACEOF
1960
1961
1962# Keep a trace of the command line.
1963# Strip out --no-create and --no-recursion so they do not pile up.
1964# Strip out --silent because we don't want to record it for future runs.
1965# Also quote any args containing shell meta-characters.
1966# Make two passes to allow for proper duplicate-argument suppression.
1967ac_configure_args=
1968ac_configure_args0=
1969ac_configure_args1=
b7026657
AC
1970ac_must_keep_next=false
1971for ac_pass in 1 2
1972do
1973 for ac_arg
1974 do
1975 case $ac_arg in
1976 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1977 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1978 | -silent | --silent | --silen | --sile | --sil)
1979 continue ;;
81ecdfbb
RW
1980 *\'*)
1981 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1982 esac
1983 case $ac_pass in
81ecdfbb 1984 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1985 2)
81ecdfbb 1986 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1987 if test $ac_must_keep_next = true; then
1988 ac_must_keep_next=false # Got value, back to normal.
1989 else
1990 case $ac_arg in
1991 *=* | --config-cache | -C | -disable-* | --disable-* \
1992 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1993 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1994 | -with-* | --with-* | -without-* | --without-* | --x)
1995 case "$ac_configure_args0 " in
1996 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1997 esac
1998 ;;
1999 -* ) ac_must_keep_next=true ;;
2000 esac
2001 fi
81ecdfbb 2002 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2003 ;;
2004 esac
2005 done
2006done
81ecdfbb
RW
2007{ ac_configure_args0=; unset ac_configure_args0;}
2008{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2009
2010# When interrupted or exit'd, cleanup temporary files, and complete
2011# config.log. We remove comments because anyway the quotes in there
2012# would cause problems or look ugly.
81ecdfbb
RW
2013# WARNING: Use '\'' to represent an apostrophe within the trap.
2014# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2015trap 'exit_status=$?
2016 # Save into config.log some information that might help in debugging.
2017 {
2018 echo
2019
d0ac1c44 2020 $as_echo "## ---------------- ##
b7026657 2021## Cache variables. ##
d0ac1c44 2022## ---------------- ##"
b7026657
AC
2023 echo
2024 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2025(
2026 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2027 eval ac_val=\$$ac_var
2028 case $ac_val in #(
2029 *${as_nl}*)
2030 case $ac_var in #(
2031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2032$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2033 esac
2034 case $ac_var in #(
2035 _ | IFS | as_nl) ;; #(
2036 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2037 *) { eval $ac_var=; unset $ac_var;} ;;
2038 esac ;;
2039 esac
2040 done
b7026657 2041 (set) 2>&1 |
81ecdfbb
RW
2042 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2043 *${as_nl}ac_space=\ *)
b7026657 2044 sed -n \
81ecdfbb
RW
2045 "s/'\''/'\''\\\\'\'''\''/g;
2046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2047 ;; #(
b7026657 2048 *)
81ecdfbb 2049 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2050 ;;
81ecdfbb
RW
2051 esac |
2052 sort
2053)
b7026657
AC
2054 echo
2055
d0ac1c44 2056 $as_echo "## ----------------- ##
b7026657 2057## Output variables. ##
d0ac1c44 2058## ----------------- ##"
b7026657
AC
2059 echo
2060 for ac_var in $ac_subst_vars
2061 do
81ecdfbb
RW
2062 eval ac_val=\$$ac_var
2063 case $ac_val in
2064 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2065 esac
2066 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2067 done | sort
2068 echo
2069
2070 if test -n "$ac_subst_files"; then
d0ac1c44 2071 $as_echo "## ------------------- ##
81ecdfbb 2072## File substitutions. ##
d0ac1c44 2073## ------------------- ##"
b7026657
AC
2074 echo
2075 for ac_var in $ac_subst_files
2076 do
81ecdfbb
RW
2077 eval ac_val=\$$ac_var
2078 case $ac_val in
2079 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2080 esac
2081 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2082 done | sort
2083 echo
2084 fi
2085
2086 if test -s confdefs.h; then
d0ac1c44 2087 $as_echo "## ----------- ##
b7026657 2088## confdefs.h. ##
d0ac1c44 2089## ----------- ##"
b7026657 2090 echo
81ecdfbb 2091 cat confdefs.h
b7026657
AC
2092 echo
2093 fi
2094 test "$ac_signal" != 0 &&
81ecdfbb
RW
2095 $as_echo "$as_me: caught signal $ac_signal"
2096 $as_echo "$as_me: exit $exit_status"
b7026657 2097 } >&5
81ecdfbb
RW
2098 rm -f core *.core core.conftest.* &&
2099 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2100 exit $exit_status
81ecdfbb 2101' 0
b7026657 2102for ac_signal in 1 2 13 15; do
81ecdfbb 2103 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2104done
2105ac_signal=0
2106
2107# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2108rm -f -r conftest* confdefs.h
2109
2110$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2111
2112# Predefined preprocessor variables.
2113
2114cat >>confdefs.h <<_ACEOF
2115#define PACKAGE_NAME "$PACKAGE_NAME"
2116_ACEOF
2117
b7026657
AC
2118cat >>confdefs.h <<_ACEOF
2119#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2120_ACEOF
2121
b7026657
AC
2122cat >>confdefs.h <<_ACEOF
2123#define PACKAGE_VERSION "$PACKAGE_VERSION"
2124_ACEOF
2125
b7026657
AC
2126cat >>confdefs.h <<_ACEOF
2127#define PACKAGE_STRING "$PACKAGE_STRING"
2128_ACEOF
2129
b7026657
AC
2130cat >>confdefs.h <<_ACEOF
2131#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2132_ACEOF
2133
81ecdfbb
RW
2134cat >>confdefs.h <<_ACEOF
2135#define PACKAGE_URL "$PACKAGE_URL"
2136_ACEOF
2137
b7026657
AC
2138
2139# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2140# Prefer an explicitly selected file to automatically selected ones.
2141ac_site_file1=NONE
2142ac_site_file2=NONE
2143if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2144 # We do not want a PATH search for config.site.
2145 case $CONFIG_SITE in #((
2146 -*) ac_site_file1=./$CONFIG_SITE;;
2147 */*) ac_site_file1=$CONFIG_SITE;;
2148 *) ac_site_file1=./$CONFIG_SITE;;
2149 esac
81ecdfbb
RW
2150elif test "x$prefix" != xNONE; then
2151 ac_site_file1=$prefix/share/config.site
2152 ac_site_file2=$prefix/etc/config.site
2153else
2154 ac_site_file1=$ac_default_prefix/share/config.site
2155 ac_site_file2=$ac_default_prefix/etc/config.site
2156fi
2157for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2158do
2159 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2160 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2162$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2163 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2164 . "$ac_site_file" \
2165 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2167as_fn_error $? "failed to load site script $ac_site_file
2168See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2169 fi
2170done
2171
2172if test -r "$cache_file"; then
d0ac1c44
SM
2173 # Some versions of bash will fail to source /dev/null (special files
2174 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2175 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2177$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2178 case $cache_file in
81ecdfbb
RW
2179 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2180 *) . "./$cache_file";;
b7026657
AC
2181 esac
2182 fi
2183else
81ecdfbb
RW
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2185$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2186 >$cache_file
2187fi
2188
2189# Check that the precious variables saved in the cache have kept the same
2190# value.
2191ac_cache_corrupted=false
81ecdfbb 2192for ac_var in $ac_precious_vars; do
b7026657
AC
2193 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2194 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2195 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2196 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2197 case $ac_old_set,$ac_new_set in
2198 set,)
81ecdfbb
RW
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2200$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2201 ac_cache_corrupted=: ;;
2202 ,set)
81ecdfbb
RW
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2204$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2205 ac_cache_corrupted=: ;;
2206 ,);;
2207 *)
2208 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2209 # differences in whitespace do not lead to failure.
2210 ac_old_val_w=`echo x $ac_old_val`
2211 ac_new_val_w=`echo x $ac_new_val`
2212 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2214$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2215 ac_cache_corrupted=:
2216 else
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2218$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2219 eval $ac_var=\$ac_old_val
2220 fi
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2222$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2224$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2225 fi;;
2226 esac
2227 # Pass precious variables to config.status.
2228 if test "$ac_new_set" = set; then
2229 case $ac_new_val in
81ecdfbb 2230 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2231 *) ac_arg=$ac_var=$ac_new_val ;;
2232 esac
2233 case " $ac_configure_args " in
2234 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2235 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2236 esac
2237 fi
2238done
2239if $ac_cache_corrupted; then
81ecdfbb
RW
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2241$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2243$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2244 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2245fi
81ecdfbb
RW
2246## -------------------- ##
2247## Main body of script. ##
2248## -------------------- ##
b7026657
AC
2249
2250ac_ext=c
2251ac_cpp='$CPP $CPPFLAGS'
2252ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2253ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2254ac_compiler_gnu=$ac_cv_c_compiler_gnu
2255
2256
6bb11ab3
L
2257
2258
2259
2260
2261
c2783492
MF
2262ac_aux_dir=
2263for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2264 if test -f "$ac_dir/install-sh"; then
2265 ac_aux_dir=$ac_dir
2266 ac_install_sh="$ac_aux_dir/install-sh -c"
2267 break
2268 elif test -f "$ac_dir/install.sh"; then
2269 ac_aux_dir=$ac_dir
2270 ac_install_sh="$ac_aux_dir/install.sh -c"
2271 break
2272 elif test -f "$ac_dir/shtool"; then
2273 ac_aux_dir=$ac_dir
2274 ac_install_sh="$ac_aux_dir/shtool install -c"
2275 break
2276 fi
2277done
2278if test -z "$ac_aux_dir"; then
2279 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2280fi
2281
2282# These three variables are undocumented and unsupported,
2283# and are intended to be withdrawn in a future Autoconf release.
2284# They can cause serious problems if a builder's source tree is in a directory
2285# whose full name contains unusual characters.
2286ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2287ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2288ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2289
2290
2291# Make sure we can run config.sub.
2292$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2293 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2294
2295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2296$as_echo_n "checking build system type... " >&6; }
2297if ${ac_cv_build+:} false; then :
2298 $as_echo_n "(cached) " >&6
2299else
2300 ac_build_alias=$build_alias
2301test "x$ac_build_alias" = x &&
2302 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2303test "x$ac_build_alias" = x &&
2304 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2305ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2306 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2307
2308fi
2309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2310$as_echo "$ac_cv_build" >&6; }
2311case $ac_cv_build in
2312*-*-*) ;;
2313*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2314esac
2315build=$ac_cv_build
2316ac_save_IFS=$IFS; IFS='-'
2317set x $ac_cv_build
2318shift
2319build_cpu=$1
2320build_vendor=$2
2321shift; shift
2322# Remember, the first character of IFS is used to create $*,
2323# except with old shells:
2324build_os=$*
2325IFS=$ac_save_IFS
2326case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2327
2328
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2330$as_echo_n "checking host system type... " >&6; }
2331if ${ac_cv_host+:} false; then :
2332 $as_echo_n "(cached) " >&6
2333else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2339fi
2340
2341fi
2342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2343$as_echo "$ac_cv_host" >&6; }
2344case $ac_cv_host in
2345*-*-*) ;;
2346*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2347esac
2348host=$ac_cv_host
2349ac_save_IFS=$IFS; IFS='-'
2350set x $ac_cv_host
2351shift
2352host_cpu=$1
2353host_vendor=$2
2354shift; shift
2355# Remember, the first character of IFS is used to create $*,
2356# except with old shells:
2357host_os=$*
2358IFS=$ac_save_IFS
2359case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2360
2361
2362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2363$as_echo_n "checking target system type... " >&6; }
2364if ${ac_cv_target+:} false; then :
2365 $as_echo_n "(cached) " >&6
2366else
2367 if test "x$target_alias" = x; then
2368 ac_cv_target=$ac_cv_host
2369else
2370 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2371 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2372fi
2373
2374fi
2375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2376$as_echo "$ac_cv_target" >&6; }
2377case $ac_cv_target in
2378*-*-*) ;;
2379*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2380esac
2381target=$ac_cv_target
2382ac_save_IFS=$IFS; IFS='-'
2383set x $ac_cv_target
2384shift
2385target_cpu=$1
2386target_vendor=$2
2387shift; shift
2388# Remember, the first character of IFS is used to create $*,
2389# except with old shells:
2390target_os=$*
2391IFS=$ac_save_IFS
2392case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2393
2394
2395# The aliases save the names the user supplied, while $host etc.
2396# will get canonicalized.
2397test -n "$target_alias" &&
2398 test "$program_prefix$program_suffix$program_transform_name" = \
2399 NONENONEs,x,x, &&
2400 program_prefix=${target_alias}-
6bb11ab3
L
2401ac_ext=c
2402ac_cpp='$CPP $CPPFLAGS'
2403ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2404ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2405ac_compiler_gnu=$ac_cv_c_compiler_gnu
2406if test -n "$ac_tool_prefix"; then
2407 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2408set dummy ${ac_tool_prefix}gcc; ac_word=$2
2409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2411if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2412 $as_echo_n "(cached) " >&6
2413else
2414 if test -n "$CC"; then
2415 ac_cv_prog_CC="$CC" # Let the user override the test.
2416else
2417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2418for as_dir in $PATH
2419do
2420 IFS=$as_save_IFS
2421 test -z "$as_dir" && as_dir=.
2422 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2423 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2424 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2426 break 2
2427 fi
2428done
2429 done
2430IFS=$as_save_IFS
2431
2432fi
2433fi
2434CC=$ac_cv_prog_CC
2435if test -n "$CC"; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2437$as_echo "$CC" >&6; }
2438else
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440$as_echo "no" >&6; }
2441fi
2442
2443
2444fi
2445if test -z "$ac_cv_prog_CC"; then
2446 ac_ct_CC=$CC
2447 # Extract the first word of "gcc", so it can be a program name with args.
2448set dummy gcc; ac_word=$2
2449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2450$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2451if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2452 $as_echo_n "(cached) " >&6
2453else
2454 if test -n "$ac_ct_CC"; then
2455 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2456else
2457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2458for as_dir in $PATH
2459do
2460 IFS=$as_save_IFS
2461 test -z "$as_dir" && as_dir=.
2462 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2463 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2464 ac_cv_prog_ac_ct_CC="gcc"
2465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2466 break 2
2467 fi
2468done
2469 done
2470IFS=$as_save_IFS
2471
2472fi
2473fi
2474ac_ct_CC=$ac_cv_prog_ac_ct_CC
2475if test -n "$ac_ct_CC"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2477$as_echo "$ac_ct_CC" >&6; }
2478else
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2480$as_echo "no" >&6; }
2481fi
2482
2483 if test "x$ac_ct_CC" = x; then
2484 CC=""
2485 else
2486 case $cross_compiling:$ac_tool_warned in
2487yes:)
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2489$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2490ac_tool_warned=yes ;;
2491esac
2492 CC=$ac_ct_CC
2493 fi
2494else
2495 CC="$ac_cv_prog_CC"
2496fi
2497
2498if test -z "$CC"; then
2499 if test -n "$ac_tool_prefix"; then
2500 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2501set dummy ${ac_tool_prefix}cc; ac_word=$2
2502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2504if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2505 $as_echo_n "(cached) " >&6
2506else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509else
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 ac_cv_prog_CC="${ac_tool_prefix}cc"
2518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 break 2
2520 fi
2521done
2522 done
2523IFS=$as_save_IFS
2524
2525fi
2526fi
2527CC=$ac_cv_prog_CC
2528if test -n "$CC"; then
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2530$as_echo "$CC" >&6; }
2531else
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2533$as_echo "no" >&6; }
2534fi
2535
2536
2537 fi
2538fi
2539if test -z "$CC"; then
2540 # Extract the first word of "cc", so it can be a program name with args.
2541set dummy cc; ac_word=$2
2542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2543$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2544if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2545 $as_echo_n "(cached) " >&6
2546else
2547 if test -n "$CC"; then
2548 ac_cv_prog_CC="$CC" # Let the user override the test.
2549else
2550 ac_prog_rejected=no
2551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2552for as_dir in $PATH
2553do
2554 IFS=$as_save_IFS
2555 test -z "$as_dir" && as_dir=.
2556 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2557 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2558 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2559 ac_prog_rejected=yes
2560 continue
2561 fi
2562 ac_cv_prog_CC="cc"
2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2564 break 2
2565 fi
2566done
2567 done
2568IFS=$as_save_IFS
2569
2570if test $ac_prog_rejected = yes; then
2571 # We found a bogon in the path, so make sure we never use it.
2572 set dummy $ac_cv_prog_CC
2573 shift
2574 if test $# != 0; then
2575 # We chose a different compiler from the bogus one.
2576 # However, it has the same basename, so the bogon will be chosen
2577 # first if we set CC to just the basename; use the full file name.
2578 shift
2579 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2580 fi
2581fi
2582fi
2583fi
2584CC=$ac_cv_prog_CC
2585if test -n "$CC"; then
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2587$as_echo "$CC" >&6; }
2588else
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2590$as_echo "no" >&6; }
2591fi
2592
2593
2594fi
2595if test -z "$CC"; then
2596 if test -n "$ac_tool_prefix"; then
2597 for ac_prog in cl.exe
2598 do
2599 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2600set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2603if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2604 $as_echo_n "(cached) " >&6
2605else
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2608else
2609as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2610for as_dir in $PATH
2611do
2612 IFS=$as_save_IFS
2613 test -z "$as_dir" && as_dir=.
2614 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2615 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2616 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2618 break 2
2619 fi
2620done
2621 done
2622IFS=$as_save_IFS
2623
2624fi
2625fi
2626CC=$ac_cv_prog_CC
2627if test -n "$CC"; then
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2629$as_echo "$CC" >&6; }
2630else
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2632$as_echo "no" >&6; }
2633fi
2634
2635
2636 test -n "$CC" && break
2637 done
2638fi
2639if test -z "$CC"; then
2640 ac_ct_CC=$CC
2641 for ac_prog in cl.exe
2642do
2643 # Extract the first word of "$ac_prog", so it can be a program name with args.
2644set dummy $ac_prog; ac_word=$2
2645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2646$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2647if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2648 $as_echo_n "(cached) " >&6
2649else
2650 if test -n "$ac_ct_CC"; then
2651 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2652else
2653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2654for as_dir in $PATH
2655do
2656 IFS=$as_save_IFS
2657 test -z "$as_dir" && as_dir=.
2658 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2659 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2660 ac_cv_prog_ac_ct_CC="$ac_prog"
2661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2662 break 2
2663 fi
2664done
2665 done
2666IFS=$as_save_IFS
2667
2668fi
2669fi
2670ac_ct_CC=$ac_cv_prog_ac_ct_CC
2671if test -n "$ac_ct_CC"; then
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2673$as_echo "$ac_ct_CC" >&6; }
2674else
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676$as_echo "no" >&6; }
2677fi
2678
2679
2680 test -n "$ac_ct_CC" && break
2681done
2682
2683 if test "x$ac_ct_CC" = x; then
2684 CC=""
2685 else
2686 case $cross_compiling:$ac_tool_warned in
2687yes:)
2688{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2689$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2690ac_tool_warned=yes ;;
2691esac
2692 CC=$ac_ct_CC
2693 fi
2694fi
2695
2696fi
2697
2698
2699test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2700$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2701as_fn_error $? "no acceptable C compiler found in \$PATH
2702See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2703
2704# Provide some information about the compiler.
2705$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2706set X $ac_compile
2707ac_compiler=$2
2708for ac_option in --version -v -V -qversion; do
2709 { { ac_try="$ac_compiler $ac_option >&5"
2710case "(($ac_try" in
2711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2712 *) ac_try_echo=$ac_try;;
2713esac
2714eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2715$as_echo "$ac_try_echo"; } >&5
2716 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2717 ac_status=$?
2718 if test -s conftest.err; then
2719 sed '10a\
2720... rest of stderr output deleted ...
2721 10q' conftest.err >conftest.er1
2722 cat conftest.er1 >&5
6bb11ab3 2723 fi
d0ac1c44 2724 rm -f conftest.er1 conftest.err
6bb11ab3
L
2725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2726 test $ac_status = 0; }
2727done
2728
2729cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2730/* end confdefs.h. */
2731
2732int
2733main ()
2734{
2735
2736 ;
2737 return 0;
2738}
2739_ACEOF
2740ac_clean_files_save=$ac_clean_files
d0ac1c44 2741ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2742# Try to create an executable without -o first, disregard a.out.
2743# It will help us diagnose broken compilers, and finding out an intuition
2744# of exeext.
d0ac1c44
SM
2745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2746$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2747ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2748
2749# The possible output files:
2750ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2751
2752ac_rmfiles=
2753for ac_file in $ac_files
2754do
2755 case $ac_file in
2756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2757 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2758 esac
2759done
2760rm -f $ac_rmfiles
2761
2762if { { ac_try="$ac_link_default"
2763case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766esac
2767eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2768$as_echo "$ac_try_echo"; } >&5
2769 (eval "$ac_link_default") 2>&5
2770 ac_status=$?
2771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2772 test $ac_status = 0; }; then :
2773 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2774# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2775# in a Makefile. We should not override ac_cv_exeext if it was cached,
2776# so that the user can short-circuit this test for compilers unknown to
2777# Autoconf.
2778for ac_file in $ac_files ''
2779do
2780 test -f "$ac_file" || continue
2781 case $ac_file in
2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2783 ;;
2784 [ab].out )
2785 # We found the default executable, but exeext='' is most
2786 # certainly right.
2787 break;;
2788 *.* )
2789 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2790 then :; else
2791 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2792 fi
2793 # We set ac_cv_exeext here because the later test for it is not
2794 # safe: cross compilers may not add the suffix if given an `-o'
2795 # argument, so we may need to know it at that point already.
2796 # Even if this section looks crufty: it has the advantage of
2797 # actually working.
2798 break;;
2799 * )
2800 break;;
2801 esac
2802done
2803test "$ac_cv_exeext" = no && ac_cv_exeext=
2804
2805else
2806 ac_file=''
2807fi
6bb11ab3 2808if test -z "$ac_file"; then :
d0ac1c44
SM
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2810$as_echo "no" >&6; }
2811$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2812sed 's/^/| /' conftest.$ac_ext >&5
2813
2814{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2815$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2816as_fn_error 77 "C compiler cannot create executables
2817See \`config.log' for more details" "$LINENO" 5; }
2818else
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2820$as_echo "yes" >&6; }
6bb11ab3 2821fi
d0ac1c44
SM
2822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2823$as_echo_n "checking for C compiler default output file name... " >&6; }
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2825$as_echo "$ac_file" >&6; }
6bb11ab3
L
2826ac_exeext=$ac_cv_exeext
2827
d0ac1c44 2828rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2829ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2831$as_echo_n "checking for suffix of executables... " >&6; }
2832if { { ac_try="$ac_link"
2833case "(($ac_try" in
2834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2835 *) ac_try_echo=$ac_try;;
2836esac
2837eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2838$as_echo "$ac_try_echo"; } >&5
2839 (eval "$ac_link") 2>&5
2840 ac_status=$?
2841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2842 test $ac_status = 0; }; then :
2843 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2844# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2845# work properly (i.e., refer to `conftest.exe'), while it won't with
2846# `rm'.
2847for ac_file in conftest.exe conftest conftest.*; do
2848 test -f "$ac_file" || continue
2849 case $ac_file in
2850 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2851 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2852 break;;
2853 * ) break;;
2854 esac
2855done
2856else
2857 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2858$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2859as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2860See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2861fi
d0ac1c44 2862rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2864$as_echo "$ac_cv_exeext" >&6; }
2865
2866rm -f conftest.$ac_ext
2867EXEEXT=$ac_cv_exeext
2868ac_exeext=$EXEEXT
d0ac1c44
SM
2869cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2870/* end confdefs.h. */
2871#include <stdio.h>
2872int
2873main ()
2874{
2875FILE *f = fopen ("conftest.out", "w");
2876 return ferror (f) || fclose (f) != 0;
2877
2878 ;
2879 return 0;
2880}
2881_ACEOF
2882ac_clean_files="$ac_clean_files conftest.out"
2883# Check that the compiler produces executables we can run. If not, either
2884# the compiler is broken, or we cross compile.
2885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2886$as_echo_n "checking whether we are cross compiling... " >&6; }
2887if test "$cross_compiling" != yes; then
2888 { { ac_try="$ac_link"
2889case "(($ac_try" in
2890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2891 *) ac_try_echo=$ac_try;;
2892esac
2893eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2894$as_echo "$ac_try_echo"; } >&5
2895 (eval "$ac_link") 2>&5
2896 ac_status=$?
2897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2898 test $ac_status = 0; }
2899 if { ac_try='./conftest$ac_cv_exeext'
2900 { { case "(($ac_try" in
2901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2902 *) ac_try_echo=$ac_try;;
2903esac
2904eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2905$as_echo "$ac_try_echo"; } >&5
2906 (eval "$ac_try") 2>&5
2907 ac_status=$?
2908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2909 test $ac_status = 0; }; }; then
2910 cross_compiling=no
2911 else
2912 if test "$cross_compiling" = maybe; then
2913 cross_compiling=yes
2914 else
2915 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2916$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2917as_fn_error $? "cannot run C compiled programs.
2918If you meant to cross compile, use \`--host'.
2919See \`config.log' for more details" "$LINENO" 5; }
2920 fi
2921 fi
2922fi
2923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2924$as_echo "$cross_compiling" >&6; }
2925
2926rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2927ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2929$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2930if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2931 $as_echo_n "(cached) " >&6
2932else
2933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2934/* end confdefs.h. */
2935
2936int
2937main ()
2938{
2939
2940 ;
2941 return 0;
2942}
2943_ACEOF
2944rm -f conftest.o conftest.obj
2945if { { ac_try="$ac_compile"
2946case "(($ac_try" in
2947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2948 *) ac_try_echo=$ac_try;;
2949esac
2950eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2951$as_echo "$ac_try_echo"; } >&5
2952 (eval "$ac_compile") 2>&5
2953 ac_status=$?
2954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2955 test $ac_status = 0; }; then :
2956 for ac_file in conftest.o conftest.obj conftest.*; do
2957 test -f "$ac_file" || continue;
2958 case $ac_file in
2959 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2960 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2961 break;;
2962 esac
2963done
2964else
2965 $as_echo "$as_me: failed program was:" >&5
2966sed 's/^/| /' conftest.$ac_ext >&5
2967
2968{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2969$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2970as_fn_error $? "cannot compute suffix of object files: cannot compile
2971See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2972fi
2973rm -f conftest.$ac_cv_objext conftest.$ac_ext
2974fi
2975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2976$as_echo "$ac_cv_objext" >&6; }
2977OBJEXT=$ac_cv_objext
2978ac_objext=$OBJEXT
2979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2980$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2981if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2982 $as_echo_n "(cached) " >&6
2983else
2984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2985/* end confdefs.h. */
2986
2987int
2988main ()
2989{
2990#ifndef __GNUC__
2991 choke me
2992#endif
2993
2994 ;
2995 return 0;
2996}
2997_ACEOF
2998if ac_fn_c_try_compile "$LINENO"; then :
2999 ac_compiler_gnu=yes
3000else
3001 ac_compiler_gnu=no
3002fi
3003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3004ac_cv_c_compiler_gnu=$ac_compiler_gnu
3005
3006fi
3007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3008$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3009if test $ac_compiler_gnu = yes; then
3010 GCC=yes
3011else
3012 GCC=
3013fi
3014ac_test_CFLAGS=${CFLAGS+set}
3015ac_save_CFLAGS=$CFLAGS
3016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3017$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3018if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3019 $as_echo_n "(cached) " >&6
3020else
3021 ac_save_c_werror_flag=$ac_c_werror_flag
3022 ac_c_werror_flag=yes
3023 ac_cv_prog_cc_g=no
3024 CFLAGS="-g"
3025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3026/* end confdefs.h. */
3027
3028int
3029main ()
3030{
3031
3032 ;
3033 return 0;
3034}
3035_ACEOF
3036if ac_fn_c_try_compile "$LINENO"; then :
3037 ac_cv_prog_cc_g=yes
3038else
3039 CFLAGS=""
3040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3041/* end confdefs.h. */
3042
3043int
3044main ()
3045{
3046
3047 ;
3048 return 0;
3049}
3050_ACEOF
3051if ac_fn_c_try_compile "$LINENO"; then :
3052
3053else
3054 ac_c_werror_flag=$ac_save_c_werror_flag
3055 CFLAGS="-g"
3056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3057/* end confdefs.h. */
3058
3059int
3060main ()
3061{
3062
3063 ;
3064 return 0;
3065}
3066_ACEOF
3067if ac_fn_c_try_compile "$LINENO"; then :
3068 ac_cv_prog_cc_g=yes
3069fi
3070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3071fi
3072rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073fi
3074rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3075 ac_c_werror_flag=$ac_save_c_werror_flag
3076fi
3077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3078$as_echo "$ac_cv_prog_cc_g" >&6; }
3079if test "$ac_test_CFLAGS" = set; then
3080 CFLAGS=$ac_save_CFLAGS
3081elif test $ac_cv_prog_cc_g = yes; then
3082 if test "$GCC" = yes; then
3083 CFLAGS="-g -O2"
3084 else
3085 CFLAGS="-g"
3086 fi
3087else
3088 if test "$GCC" = yes; then
3089 CFLAGS="-O2"
3090 else
3091 CFLAGS=
3092 fi
3093fi
3094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3095$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3096if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3097 $as_echo_n "(cached) " >&6
3098else
3099 ac_cv_prog_cc_c89=no
3100ac_save_CC=$CC
3101cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3102/* end confdefs.h. */
3103#include <stdarg.h>
3104#include <stdio.h>
d0ac1c44 3105struct stat;
6bb11ab3
L
3106/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3107struct buf { int x; };
3108FILE * (*rcsopen) (struct buf *, struct stat *, int);
3109static char *e (p, i)
3110 char **p;
3111 int i;
3112{
3113 return p[i];
3114}
3115static char *f (char * (*g) (char **, int), char **p, ...)
3116{
3117 char *s;
3118 va_list v;
3119 va_start (v,p);
3120 s = g (p, va_arg (v,int));
3121 va_end (v);
3122 return s;
3123}
3124
3125/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3126 function prototypes and stuff, but not '\xHH' hex character constants.
3127 These don't provoke an error unfortunately, instead are silently treated
3128 as 'x'. The following induces an error, until -std is added to get
3129 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3130 array size at least. It's necessary to write '\x00'==0 to get something
3131 that's true only with -std. */
3132int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133
3134/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3135 inside strings and character constants. */
3136#define FOO(x) 'x'
3137int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138
3139int test (int i, double x);
3140struct s1 {int (*f) (int a);};
3141struct s2 {int (*f) (double a);};
3142int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3143int argc;
3144char **argv;
3145int
3146main ()
3147{
3148return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3149 ;
3150 return 0;
3151}
3152_ACEOF
3153for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3154 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3155do
3156 CC="$ac_save_CC $ac_arg"
3157 if ac_fn_c_try_compile "$LINENO"; then :
3158 ac_cv_prog_cc_c89=$ac_arg
3159fi
3160rm -f core conftest.err conftest.$ac_objext
3161 test "x$ac_cv_prog_cc_c89" != "xno" && break
3162done
3163rm -f conftest.$ac_ext
3164CC=$ac_save_CC
3165
3166fi
3167# AC_CACHE_VAL
3168case "x$ac_cv_prog_cc_c89" in
3169 x)
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3171$as_echo "none needed" >&6; } ;;
3172 xno)
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3174$as_echo "unsupported" >&6; } ;;
3175 *)
3176 CC="$CC $ac_cv_prog_cc_c89"
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3178$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3179esac
3180if test "x$ac_cv_prog_cc_c89" != xno; then :
3181
3182fi
3183
3184ac_ext=c
3185ac_cpp='$CPP $CPPFLAGS'
3186ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3187ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3188ac_compiler_gnu=$ac_cv_c_compiler_gnu
3189
c2783492 3190
ebe9564b
MF
3191ac_ext=c
3192ac_cpp='$CPP $CPPFLAGS'
3193ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3194ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3195ac_compiler_gnu=$ac_cv_c_compiler_gnu
3196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3197$as_echo_n "checking how to run the C preprocessor... " >&6; }
3198# On Suns, sometimes $CPP names a directory.
3199if test -n "$CPP" && test -d "$CPP"; then
3200 CPP=
3201fi
3202if test -z "$CPP"; then
3203 if ${ac_cv_prog_CPP+:} false; then :
3204 $as_echo_n "(cached) " >&6
3205else
3206 # Double quotes because CPP needs to be expanded
3207 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3208 do
3209 ac_preproc_ok=false
3210for ac_c_preproc_warn_flag in '' yes
3211do
3212 # Use a header file that comes with gcc, so configuring glibc
3213 # with a fresh cross-compiler works.
3214 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3215 # <limits.h> exists even on freestanding compilers.
3216 # On the NeXT, cc -E runs the code through the compiler's parser,
3217 # not just through cpp. "Syntax error" is here to catch this case.
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219/* end confdefs.h. */
3220#ifdef __STDC__
3221# include <limits.h>
3222#else
3223# include <assert.h>
3224#endif
3225 Syntax error
3226_ACEOF
3227if ac_fn_c_try_cpp "$LINENO"; then :
3228
3229else
3230 # Broken: fails on valid input.
3231continue
3232fi
3233rm -f conftest.err conftest.i conftest.$ac_ext
3234
3235 # OK, works on sane cases. Now check whether nonexistent headers
3236 # can be detected and how.
3237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3238/* end confdefs.h. */
3239#include <ac_nonexistent.h>
3240_ACEOF
3241if ac_fn_c_try_cpp "$LINENO"; then :
3242 # Broken: success on invalid input.
3243continue
3244else
3245 # Passes both tests.
3246ac_preproc_ok=:
3247break
3248fi
3249rm -f conftest.err conftest.i conftest.$ac_ext
3250
3251done
3252# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3253rm -f conftest.i conftest.err conftest.$ac_ext
3254if $ac_preproc_ok; then :
3255 break
3256fi
3257
3258 done
3259 ac_cv_prog_CPP=$CPP
3260
3261fi
3262 CPP=$ac_cv_prog_CPP
3263else
3264 ac_cv_prog_CPP=$CPP
3265fi
3266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3267$as_echo "$CPP" >&6; }
3268ac_preproc_ok=false
3269for ac_c_preproc_warn_flag in '' yes
3270do
3271 # Use a header file that comes with gcc, so configuring glibc
3272 # with a fresh cross-compiler works.
3273 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3274 # <limits.h> exists even on freestanding compilers.
3275 # On the NeXT, cc -E runs the code through the compiler's parser,
3276 # not just through cpp. "Syntax error" is here to catch this case.
3277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3278/* end confdefs.h. */
3279#ifdef __STDC__
3280# include <limits.h>
3281#else
3282# include <assert.h>
3283#endif
3284 Syntax error
3285_ACEOF
3286if ac_fn_c_try_cpp "$LINENO"; then :
3287
3288else
3289 # Broken: fails on valid input.
3290continue
3291fi
3292rm -f conftest.err conftest.i conftest.$ac_ext
3293
3294 # OK, works on sane cases. Now check whether nonexistent headers
3295 # can be detected and how.
3296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3297/* end confdefs.h. */
3298#include <ac_nonexistent.h>
3299_ACEOF
3300if ac_fn_c_try_cpp "$LINENO"; then :
3301 # Broken: success on invalid input.
3302continue
3303else
3304 # Passes both tests.
3305ac_preproc_ok=:
3306break
3307fi
3308rm -f conftest.err conftest.i conftest.$ac_ext
3309
3310done
3311# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3312rm -f conftest.i conftest.err conftest.$ac_ext
3313if $ac_preproc_ok; then :
3314
3315else
3316 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3317$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3318as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3319See \`config.log' for more details" "$LINENO" 5; }
3320fi
3321
3322ac_ext=c
3323ac_cpp='$CPP $CPPFLAGS'
3324ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3325ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3326ac_compiler_gnu=$ac_cv_c_compiler_gnu
3327
6bb11ab3
L
3328
3329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3330$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3331if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3332 $as_echo_n "(cached) " >&6
3333else
3334 if test -z "$GREP"; then
3335 ac_path_GREP_found=false
3336 # Loop through the user's path and test for each of PROGNAME-LIST
3337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3338for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3339do
3340 IFS=$as_save_IFS
3341 test -z "$as_dir" && as_dir=.
3342 for ac_prog in grep ggrep; do
3343 for ac_exec_ext in '' $ac_executable_extensions; do
3344 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3345 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3346# Check for GNU ac_path_GREP and select it if it is found.
3347 # Check for GNU $ac_path_GREP
3348case `"$ac_path_GREP" --version 2>&1` in
3349*GNU*)
3350 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3351*)
3352 ac_count=0
3353 $as_echo_n 0123456789 >"conftest.in"
3354 while :
3355 do
3356 cat "conftest.in" "conftest.in" >"conftest.tmp"
3357 mv "conftest.tmp" "conftest.in"
3358 cp "conftest.in" "conftest.nl"
3359 $as_echo 'GREP' >> "conftest.nl"
3360 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3361 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3362 as_fn_arith $ac_count + 1 && ac_count=$as_val
3363 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3364 # Best one so far, save it but keep looking for a better one
3365 ac_cv_path_GREP="$ac_path_GREP"
3366 ac_path_GREP_max=$ac_count
3367 fi
3368 # 10*(2^10) chars as input seems more than enough
3369 test $ac_count -gt 10 && break
3370 done
3371 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3372esac
3373
3374 $ac_path_GREP_found && break 3
3375 done
3376 done
3377 done
3378IFS=$as_save_IFS
3379 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3380 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3381 fi
3382else
3383 ac_cv_path_GREP=$GREP
3384fi
3385
3386fi
3387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3388$as_echo "$ac_cv_path_GREP" >&6; }
3389 GREP="$ac_cv_path_GREP"
3390
3391
3392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3393$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3394if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3395 $as_echo_n "(cached) " >&6
3396else
3397 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3398 then ac_cv_path_EGREP="$GREP -E"
3399 else
3400 if test -z "$EGREP"; then
3401 ac_path_EGREP_found=false
3402 # Loop through the user's path and test for each of PROGNAME-LIST
3403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3404for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3405do
3406 IFS=$as_save_IFS
3407 test -z "$as_dir" && as_dir=.
3408 for ac_prog in egrep; do
3409 for ac_exec_ext in '' $ac_executable_extensions; do
3410 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3411 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3412# Check for GNU ac_path_EGREP and select it if it is found.
3413 # Check for GNU $ac_path_EGREP
3414case `"$ac_path_EGREP" --version 2>&1` in
3415*GNU*)
3416 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3417*)
3418 ac_count=0
3419 $as_echo_n 0123456789 >"conftest.in"
3420 while :
3421 do
3422 cat "conftest.in" "conftest.in" >"conftest.tmp"
3423 mv "conftest.tmp" "conftest.in"
3424 cp "conftest.in" "conftest.nl"
3425 $as_echo 'EGREP' >> "conftest.nl"
3426 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3427 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3428 as_fn_arith $ac_count + 1 && ac_count=$as_val
3429 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3430 # Best one so far, save it but keep looking for a better one
3431 ac_cv_path_EGREP="$ac_path_EGREP"
3432 ac_path_EGREP_max=$ac_count
3433 fi
3434 # 10*(2^10) chars as input seems more than enough
3435 test $ac_count -gt 10 && break
3436 done
3437 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3438esac
3439
3440 $ac_path_EGREP_found && break 3
3441 done
3442 done
3443 done
3444IFS=$as_save_IFS
3445 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3446 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3447 fi
3448else
3449 ac_cv_path_EGREP=$EGREP
3450fi
3451
3452 fi
3453fi
3454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3455$as_echo "$ac_cv_path_EGREP" >&6; }
3456 EGREP="$ac_cv_path_EGREP"
3457
3458
3459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3460$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3461if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3462 $as_echo_n "(cached) " >&6
3463else
3464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3465/* end confdefs.h. */
3466#include <stdlib.h>
3467#include <stdarg.h>
3468#include <string.h>
3469#include <float.h>
3470
3471int
3472main ()
3473{
3474
3475 ;
3476 return 0;
3477}
3478_ACEOF
3479if ac_fn_c_try_compile "$LINENO"; then :
3480 ac_cv_header_stdc=yes
3481else
3482 ac_cv_header_stdc=no
3483fi
3484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3485
3486if test $ac_cv_header_stdc = yes; then
3487 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489/* end confdefs.h. */
3490#include <string.h>
3491
3492_ACEOF
3493if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3494 $EGREP "memchr" >/dev/null 2>&1; then :
3495
3496else
3497 ac_cv_header_stdc=no
3498fi
3499rm -f conftest*
3500
3501fi
3502
3503if test $ac_cv_header_stdc = yes; then
3504 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3506/* end confdefs.h. */
3507#include <stdlib.h>
3508
3509_ACEOF
3510if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3511 $EGREP "free" >/dev/null 2>&1; then :
3512
3513else
3514 ac_cv_header_stdc=no
3515fi
3516rm -f conftest*
3517
3518fi
3519
3520if test $ac_cv_header_stdc = yes; then
3521 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3522 if test "$cross_compiling" = yes; then :
3523 :
3524else
3525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3526/* end confdefs.h. */
3527#include <ctype.h>
3528#include <stdlib.h>
3529#if ((' ' & 0x0FF) == 0x020)
3530# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3531# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3532#else
3533# define ISLOWER(c) \
3534 (('a' <= (c) && (c) <= 'i') \
3535 || ('j' <= (c) && (c) <= 'r') \
3536 || ('s' <= (c) && (c) <= 'z'))
3537# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3538#endif
3539
3540#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3541int
3542main ()
3543{
3544 int i;
3545 for (i = 0; i < 256; i++)
3546 if (XOR (islower (i), ISLOWER (i))
3547 || toupper (i) != TOUPPER (i))
3548 return 2;
3549 return 0;
3550}
3551_ACEOF
3552if ac_fn_c_try_run "$LINENO"; then :
3553
3554else
3555 ac_cv_header_stdc=no
3556fi
3557rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3558 conftest.$ac_objext conftest.beam conftest.$ac_ext
3559fi
3560
3561fi
3562fi
3563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3564$as_echo "$ac_cv_header_stdc" >&6; }
3565if test $ac_cv_header_stdc = yes; then
3566
3567$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3568
3569fi
3570
3571# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3572for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3573 inttypes.h stdint.h unistd.h
3574do :
3575 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3576ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3577"
d0ac1c44 3578if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3579 cat >>confdefs.h <<_ACEOF
3580#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3581_ACEOF
3582
3583fi
3584
3585done
3586
3587
3588
3589 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3590if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3591 MINIX=yes
3592else
3593 MINIX=
3594fi
3595
3596
3597 if test "$MINIX" = yes; then
3598
3599$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3600
3601
3602$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3603
3604
3605$as_echo "#define _MINIX 1" >>confdefs.h
3606
3607 fi
3608
3609
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3611$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3612if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3613 $as_echo_n "(cached) " >&6
3614else
3615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3616/* end confdefs.h. */
3617
d0ac1c44
SM
3618# define __EXTENSIONS__ 1
3619 $ac_includes_default
6bb11ab3
L
3620int
3621main ()
3622{
3623
3624 ;
3625 return 0;
3626}
3627_ACEOF
3628if ac_fn_c_try_compile "$LINENO"; then :
3629 ac_cv_safe_to_define___extensions__=yes
3630else
3631 ac_cv_safe_to_define___extensions__=no
3632fi
3633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3634fi
3635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3636$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3637 test $ac_cv_safe_to_define___extensions__ = yes &&
3638 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3639
3640 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3641
3642 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3643
3644 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3645
3646 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3647
3648
3649test "$program_prefix" != NONE &&
3650 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3651# Use a double $ so make ignores it.
3652test "$program_suffix" != NONE &&
3653 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3654# Double any \ or $.
3655# By default was `s,x,x', remove it if useless.
3656ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3657program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3658
3659# Find a good install program. We prefer a C program (faster),
3660# so one script is as good as another. But avoid the broken or
3661# incompatible versions:
3662# SysV /etc/install, /usr/sbin/install
3663# SunOS /usr/etc/install
3664# IRIX /sbin/install
3665# AIX /bin/install
3666# AmigaOS /C/install, which installs bootblocks on floppy discs
3667# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3668# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3669# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3670# OS/2's system install, which has a completely different semantic
3671# ./install, which can be erroneously created by make from ./install.sh.
3672# Reject install programs that cannot install multiple files.
3673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3674$as_echo_n "checking for a BSD-compatible install... " >&6; }
3675if test -z "$INSTALL"; then
d0ac1c44 3676if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3677 $as_echo_n "(cached) " >&6
3678else
3679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3680for as_dir in $PATH
3681do
3682 IFS=$as_save_IFS
3683 test -z "$as_dir" && as_dir=.
3684 # Account for people who put trailing slashes in PATH elements.
3685case $as_dir/ in #((
3686 ./ | .// | /[cC]/* | \
3687 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3688 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3689 /usr/ucb/* ) ;;
3690 *)
3691 # OSF1 and SCO ODT 3.0 have their own names for install.
3692 # Don't use installbsd from OSF since it installs stuff as root
3693 # by default.
3694 for ac_prog in ginstall scoinst install; do
3695 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3696 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3697 if test $ac_prog = install &&
3698 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3699 # AIX install. It has an incompatible calling convention.
3700 :
3701 elif test $ac_prog = install &&
3702 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3703 # program-specific install script used by HP pwplus--don't use.
3704 :
3705 else
3706 rm -rf conftest.one conftest.two conftest.dir
3707 echo one > conftest.one
3708 echo two > conftest.two
3709 mkdir conftest.dir
3710 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3711 test -s conftest.one && test -s conftest.two &&
3712 test -s conftest.dir/conftest.one &&
3713 test -s conftest.dir/conftest.two
3714 then
3715 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3716 break 3
3717 fi
3718 fi
3719 fi
3720 done
3721 done
3722 ;;
3723esac
3724
3725 done
3726IFS=$as_save_IFS
3727
3728rm -rf conftest.one conftest.two conftest.dir
3729
3730fi
3731 if test "${ac_cv_path_install+set}" = set; then
3732 INSTALL=$ac_cv_path_install
3733 else
3734 # As a last resort, use the slow shell script. Don't cache a
3735 # value for INSTALL within a source directory, because that will
3736 # break other packages using the cache if that directory is
3737 # removed, or if the value is a relative name.
3738 INSTALL=$ac_install_sh
3739 fi
3740fi
3741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3742$as_echo "$INSTALL" >&6; }
3743
3744# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3745# It thinks the first close brace ends the variable substitution.
3746test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3747
3748test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3749
3750test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3751
3752rm -rf .tst 2>/dev/null
3753mkdir .tst 2>/dev/null
3754if test -d .tst; then
3755 am__leading_dot=.
3756else
3757 am__leading_dot=_
3758fi
3759rmdir .tst 2>/dev/null
3760
3761DEPDIR="${am__leading_dot}deps"
3762
3763case `pwd` in
3764 *\ * | *\ *)
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3766$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3767esac
3768
3769
3770
3771macro_version='2.2.7a'
3772macro_revision='1.3134'
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786ltmain="$ac_aux_dir/ltmain.sh"
3787
3788# Backslashify metacharacters that are still active within
3789# double-quoted strings.
3790sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3791
3792# Same as above, but do not quote variable references.
3793double_quote_subst='s/\(["`\\]\)/\\\1/g'
3794
3795# Sed substitution to delay expansion of an escaped shell variable in a
3796# double_quote_subst'ed string.
3797delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3798
3799# Sed substitution to delay expansion of an escaped single quote.
3800delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3801
3802# Sed substitution to avoid accidental globbing in evaled expressions
3803no_glob_subst='s/\*/\\\*/g'
3804
3805ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3806ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3807ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3808
3809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3810$as_echo_n "checking how to print strings... " >&6; }
3811# Test print first, because it will be a builtin if present.
3812if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3813 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3814 ECHO='print -r --'
3815elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3816 ECHO='printf %s\n'
3817else
3818 # Use this function as a fallback that always works.
3819 func_fallback_echo ()
3820 {
3821 eval 'cat <<_LTECHO_EOF
3822$1
3823_LTECHO_EOF'
3824 }
3825 ECHO='func_fallback_echo'
3826fi
3827
3828# func_echo_all arg...
3829# Invoke $ECHO with all args, space-separated.
3830func_echo_all ()
3831{
3832 $ECHO ""
3833}
3834
3835case "$ECHO" in
3836 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3837$as_echo "printf" >&6; } ;;
3838 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3839$as_echo "print -r" >&6; } ;;
3840 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3841$as_echo "cat" >&6; } ;;
3842esac
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3858$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3859if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3860 $as_echo_n "(cached) " >&6
3861else
3862 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3863 for ac_i in 1 2 3 4 5 6 7; do
3864 ac_script="$ac_script$as_nl$ac_script"
3865 done
3866 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3867 { ac_script=; unset ac_script;}
3868 if test -z "$SED"; then
3869 ac_path_SED_found=false
3870 # Loop through the user's path and test for each of PROGNAME-LIST
3871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3872for as_dir in $PATH
3873do
3874 IFS=$as_save_IFS
3875 test -z "$as_dir" && as_dir=.
3876 for ac_prog in sed gsed; do
3877 for ac_exec_ext in '' $ac_executable_extensions; do
3878 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3879 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3880# Check for GNU ac_path_SED and select it if it is found.
3881 # Check for GNU $ac_path_SED
3882case `"$ac_path_SED" --version 2>&1` in
3883*GNU*)
3884 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3885*)
3886 ac_count=0
3887 $as_echo_n 0123456789 >"conftest.in"
3888 while :
3889 do
3890 cat "conftest.in" "conftest.in" >"conftest.tmp"
3891 mv "conftest.tmp" "conftest.in"
3892 cp "conftest.in" "conftest.nl"
3893 $as_echo '' >> "conftest.nl"
3894 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3895 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3896 as_fn_arith $ac_count + 1 && ac_count=$as_val
3897 if test $ac_count -gt ${ac_path_SED_max-0}; then
3898 # Best one so far, save it but keep looking for a better one
3899 ac_cv_path_SED="$ac_path_SED"
3900 ac_path_SED_max=$ac_count
3901 fi
3902 # 10*(2^10) chars as input seems more than enough
3903 test $ac_count -gt 10 && break
3904 done
3905 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3906esac
3907
3908 $ac_path_SED_found && break 3
3909 done
3910 done
3911 done
3912IFS=$as_save_IFS
3913 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3914 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3915 fi
3916else
3917 ac_cv_path_SED=$SED
3918fi
3919
3920fi
3921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3922$as_echo "$ac_cv_path_SED" >&6; }
3923 SED="$ac_cv_path_SED"
3924 rm -f conftest.sed
3925
3926test -z "$SED" && SED=sed
3927Xsed="$SED -e 1s/^X//"
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3940$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3941if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3942 $as_echo_n "(cached) " >&6
3943else
3944 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3945 then ac_cv_path_FGREP="$GREP -F"
3946 else
3947 if test -z "$FGREP"; then
3948 ac_path_FGREP_found=false
3949 # Loop through the user's path and test for each of PROGNAME-LIST
3950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3951for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3952do
3953 IFS=$as_save_IFS
3954 test -z "$as_dir" && as_dir=.
3955 for ac_prog in fgrep; do
3956 for ac_exec_ext in '' $ac_executable_extensions; do
3957 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3958 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3959# Check for GNU ac_path_FGREP and select it if it is found.
3960 # Check for GNU $ac_path_FGREP
3961case `"$ac_path_FGREP" --version 2>&1` in
3962*GNU*)
3963 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3964*)
3965 ac_count=0
3966 $as_echo_n 0123456789 >"conftest.in"
3967 while :
3968 do
3969 cat "conftest.in" "conftest.in" >"conftest.tmp"
3970 mv "conftest.tmp" "conftest.in"
3971 cp "conftest.in" "conftest.nl"
3972 $as_echo 'FGREP' >> "conftest.nl"
3973 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3974 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3975 as_fn_arith $ac_count + 1 && ac_count=$as_val
3976 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3977 # Best one so far, save it but keep looking for a better one
3978 ac_cv_path_FGREP="$ac_path_FGREP"
3979 ac_path_FGREP_max=$ac_count
3980 fi
3981 # 10*(2^10) chars as input seems more than enough
3982 test $ac_count -gt 10 && break
3983 done
3984 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3985esac
3986
3987 $ac_path_FGREP_found && break 3
3988 done
3989 done
3990 done
3991IFS=$as_save_IFS
3992 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3993 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3994 fi
3995else
3996 ac_cv_path_FGREP=$FGREP
3997fi
3998
3999 fi
4000fi
4001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4002$as_echo "$ac_cv_path_FGREP" >&6; }
4003 FGREP="$ac_cv_path_FGREP"
4004
4005
4006test -z "$GREP" && GREP=grep
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026# Check whether --with-gnu-ld was given.
4027if test "${with_gnu_ld+set}" = set; then :
4028 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4029else
4030 with_gnu_ld=no
4031fi
4032
4033ac_prog=ld
4034if test "$GCC" = yes; then
4035 # Check if gcc -print-prog-name=ld gives a path.
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4037$as_echo_n "checking for ld used by $CC... " >&6; }
4038 case $host in
4039 *-*-mingw*)
4040 # gcc leaves a trailing carriage return which upsets mingw
4041 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4042 *)
4043 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4044 esac
4045 case $ac_prog in
4046 # Accept absolute paths.
4047 [\\/]* | ?:[\\/]*)
4048 re_direlt='/[^/][^/]*/\.\./'
4049 # Canonicalize the pathname of ld
4050 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4051 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4052 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4053 done
4054 test -z "$LD" && LD="$ac_prog"
4055 ;;
4056 "")
4057 # If it fails, then pretend we aren't using GCC.
4058 ac_prog=ld
4059 ;;
4060 *)
4061 # If it is relative, then search for the first ld in PATH.
4062 with_gnu_ld=unknown
4063 ;;
4064 esac
4065elif test "$with_gnu_ld" = yes; then
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4067$as_echo_n "checking for GNU ld... " >&6; }
4068else
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4070$as_echo_n "checking for non-GNU ld... " >&6; }
4071fi
d0ac1c44 4072if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4073 $as_echo_n "(cached) " >&6
4074else
4075 if test -z "$LD"; then
4076 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4077 for ac_dir in $PATH; do
4078 IFS="$lt_save_ifs"
4079 test -z "$ac_dir" && ac_dir=.
4080 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4081 lt_cv_path_LD="$ac_dir/$ac_prog"
4082 # Check to see if the program is GNU ld. I'd rather use --version,
4083 # but apparently some variants of GNU ld only accept -v.
4084 # Break only if it was the GNU/non-GNU ld that we prefer.
4085 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4086 *GNU* | *'with BFD'*)
4087 test "$with_gnu_ld" != no && break
4088 ;;
4089 *)
4090 test "$with_gnu_ld" != yes && break
4091 ;;
4092 esac
4093 fi
4094 done
4095 IFS="$lt_save_ifs"
4096else
4097 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4098fi
4099fi
4100
4101LD="$lt_cv_path_LD"
4102if test -n "$LD"; then
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4104$as_echo "$LD" >&6; }
4105else
4106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4107$as_echo "no" >&6; }
4108fi
d0ac1c44 4109test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4111$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4112if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4113 $as_echo_n "(cached) " >&6
4114else
4115 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4116case `$LD -v 2>&1 </dev/null` in
4117*GNU* | *'with BFD'*)
4118 lt_cv_prog_gnu_ld=yes
4119 ;;
4120*)
4121 lt_cv_prog_gnu_ld=no
4122 ;;
4123esac
4124fi
4125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4126$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4127with_gnu_ld=$lt_cv_prog_gnu_ld
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4138$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4139if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4140 $as_echo_n "(cached) " >&6
4141else
4142 if test -n "$NM"; then
4143 # Let the user override the test.
4144 lt_cv_path_NM="$NM"
4145else
4146 lt_nm_to_check="${ac_tool_prefix}nm"
4147 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4148 lt_nm_to_check="$lt_nm_to_check nm"
4149 fi
4150 for lt_tmp_nm in $lt_nm_to_check; do
4151 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4152 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4153 IFS="$lt_save_ifs"
4154 test -z "$ac_dir" && ac_dir=.
4155 tmp_nm="$ac_dir/$lt_tmp_nm"
4156 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4157 # Check to see if the nm accepts a BSD-compat flag.
4158 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4159 # nm: unknown option "B" ignored
4160 # Tru64's nm complains that /dev/null is an invalid object file
4161 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4162 */dev/null* | *'Invalid file or object type'*)
4163 lt_cv_path_NM="$tmp_nm -B"
4164 break
4165 ;;
4166 *)
4167 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4168 */dev/null*)
4169 lt_cv_path_NM="$tmp_nm -p"
4170 break
4171 ;;
4172 *)
4173 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4174 continue # so that we can try to find one that supports BSD flags
4175 ;;
4176 esac
4177 ;;
4178 esac
4179 fi
4180 done
4181 IFS="$lt_save_ifs"
4182 done
4183 : ${lt_cv_path_NM=no}
4184fi
4185fi
4186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4187$as_echo "$lt_cv_path_NM" >&6; }
4188if test "$lt_cv_path_NM" != "no"; then
4189 NM="$lt_cv_path_NM"
4190else
4191 # Didn't find any BSD compatible name lister, look for dumpbin.
4192 if test -n "$DUMPBIN"; then :
4193 # Let the user override the test.
4194 else
4195 if test -n "$ac_tool_prefix"; then
4196 for ac_prog in dumpbin "link -dump"
4197 do
4198 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4199set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4201$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4202if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4203 $as_echo_n "(cached) " >&6
4204else
4205 if test -n "$DUMPBIN"; then
4206 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4207else
4208as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4209for as_dir in $PATH
4210do
4211 IFS=$as_save_IFS
4212 test -z "$as_dir" && as_dir=.
4213 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4215 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4217 break 2
4218 fi
4219done
4220 done
4221IFS=$as_save_IFS
4222
4223fi
4224fi
4225DUMPBIN=$ac_cv_prog_DUMPBIN
4226if test -n "$DUMPBIN"; then
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4228$as_echo "$DUMPBIN" >&6; }
4229else
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231$as_echo "no" >&6; }
4232fi
4233
4234
4235 test -n "$DUMPBIN" && break
4236 done
4237fi
4238if test -z "$DUMPBIN"; then
4239 ac_ct_DUMPBIN=$DUMPBIN
4240 for ac_prog in dumpbin "link -dump"
4241do
4242 # Extract the first word of "$ac_prog", so it can be a program name with args.
4243set dummy $ac_prog; ac_word=$2
4244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4245$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4246if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4247 $as_echo_n "(cached) " >&6
4248else
4249 if test -n "$ac_ct_DUMPBIN"; then
4250 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4251else
4252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253for as_dir in $PATH
4254do
4255 IFS=$as_save_IFS
4256 test -z "$as_dir" && as_dir=.
4257 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4259 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4261 break 2
4262 fi
4263done
4264 done
4265IFS=$as_save_IFS
4266
4267fi
4268fi
4269ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4270if test -n "$ac_ct_DUMPBIN"; then
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4272$as_echo "$ac_ct_DUMPBIN" >&6; }
4273else
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4275$as_echo "no" >&6; }
4276fi
4277
4278
4279 test -n "$ac_ct_DUMPBIN" && break
4280done
4281
4282 if test "x$ac_ct_DUMPBIN" = x; then
4283 DUMPBIN=":"
4284 else
4285 case $cross_compiling:$ac_tool_warned in
4286yes:)
4287{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4288$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4289ac_tool_warned=yes ;;
4290esac
4291 DUMPBIN=$ac_ct_DUMPBIN
4292 fi
4293fi
4294
4295 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4296 *COFF*)
4297 DUMPBIN="$DUMPBIN -symbols"
4298 ;;
4299 *)
4300 DUMPBIN=:
4301 ;;
4302 esac
4303 fi
4304
4305 if test "$DUMPBIN" != ":"; then
4306 NM="$DUMPBIN"
4307 fi
4308fi
4309test -z "$NM" && NM=nm
4310
4311
4312
4313
4314
4315
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4317$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4318if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4319 $as_echo_n "(cached) " >&6
4320else
4321 lt_cv_nm_interface="BSD nm"
4322 echo "int some_variable = 0;" > conftest.$ac_ext
4323 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4324 (eval "$ac_compile" 2>conftest.err)
4325 cat conftest.err >&5
4326 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4327 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4328 cat conftest.err >&5
4329 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4330 cat conftest.out >&5
4331 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4332 lt_cv_nm_interface="MS dumpbin"
4333 fi
4334 rm -f conftest*
4335fi
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4337$as_echo "$lt_cv_nm_interface" >&6; }
4338
4339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4340$as_echo_n "checking whether ln -s works... " >&6; }
4341LN_S=$as_ln_s
4342if test "$LN_S" = "ln -s"; then
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4344$as_echo "yes" >&6; }
4345else
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4347$as_echo "no, using $LN_S" >&6; }
4348fi
4349
4350# find the maximum length of command line arguments
4351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4352$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4353if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4354 $as_echo_n "(cached) " >&6
4355else
4356 i=0
4357 teststring="ABCD"
4358
4359 case $build_os in
4360 msdosdjgpp*)
4361 # On DJGPP, this test can blow up pretty badly due to problems in libc
4362 # (any single argument exceeding 2000 bytes causes a buffer overrun
4363 # during glob expansion). Even if it were fixed, the result of this
4364 # check would be larger than it should be.
4365 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4366 ;;
4367
4368 gnu*)
4369 # Under GNU Hurd, this test is not required because there is
4370 # no limit to the length of command line arguments.
4371 # Libtool will interpret -1 as no limit whatsoever
4372 lt_cv_sys_max_cmd_len=-1;
4373 ;;
4374
4375 cygwin* | mingw* | cegcc*)
4376 # On Win9x/ME, this test blows up -- it succeeds, but takes
4377 # about 5 minutes as the teststring grows exponentially.
4378 # Worse, since 9x/ME are not pre-emptively multitasking,
4379 # you end up with a "frozen" computer, even though with patience
4380 # the test eventually succeeds (with a max line length of 256k).
4381 # Instead, let's just punt: use the minimum linelength reported by
4382 # all of the supported platforms: 8192 (on NT/2K/XP).
4383 lt_cv_sys_max_cmd_len=8192;
4384 ;;
4385
4386 mint*)
4387 # On MiNT this can take a long time and run out of memory.
4388 lt_cv_sys_max_cmd_len=8192;
4389 ;;
4390
4391 amigaos*)
4392 # On AmigaOS with pdksh, this test takes hours, literally.
4393 # So we just punt and use a minimum line length of 8192.
4394 lt_cv_sys_max_cmd_len=8192;
4395 ;;
4396
4397 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4398 # This has been around since 386BSD, at least. Likely further.
4399 if test -x /sbin/sysctl; then
4400 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4401 elif test -x /usr/sbin/sysctl; then
4402 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4403 else
4404 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4405 fi
4406 # And add a safety zone
4407 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4408 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4409 ;;
4410
4411 interix*)
4412 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4413 lt_cv_sys_max_cmd_len=196608
4414 ;;
4415
4416 osf*)
4417 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4418 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4419 # nice to cause kernel panics so lets avoid the loop below.
4420 # First set a reasonable default.
4421 lt_cv_sys_max_cmd_len=16384
4422 #
4423 if test -x /sbin/sysconfig; then
4424 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4425 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4426 esac
4427 fi
4428 ;;
4429 sco3.2v5*)
4430 lt_cv_sys_max_cmd_len=102400
4431 ;;
4432 sysv5* | sco5v6* | sysv4.2uw2*)
4433 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4434 if test -n "$kargmax"; then
4435 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4436 else
4437 lt_cv_sys_max_cmd_len=32768
4438 fi
4439 ;;
4440 *)
4441 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4442 if test -n "$lt_cv_sys_max_cmd_len"; then
4443 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4444 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4445 else
4446 # Make teststring a little bigger before we do anything with it.
4447 # a 1K string should be a reasonable start.
4448 for i in 1 2 3 4 5 6 7 8 ; do
4449 teststring=$teststring$teststring
4450 done
4451 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4452 # If test is not a shell built-in, we'll probably end up computing a
4453 # maximum length that is only half of the actual maximum length, but
4454 # we can't tell.
4455 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4456 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4457 test $i != 17 # 1/2 MB should be enough
4458 do
4459 i=`expr $i + 1`
4460 teststring=$teststring$teststring
4461 done
4462 # Only check the string length outside the loop.
4463 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4464 teststring=
4465 # Add a significant safety factor because C++ compilers can tack on
4466 # massive amounts of additional arguments before passing them to the
4467 # linker. It appears as though 1/2 is a usable value.
4468 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4469 fi
4470 ;;
4471 esac
4472
4473fi
4474
4475if test -n $lt_cv_sys_max_cmd_len ; then
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4477$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4478else
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4480$as_echo "none" >&6; }
4481fi
4482max_cmd_len=$lt_cv_sys_max_cmd_len
4483
4484
4485
4486
4487
4488
4489: ${CP="cp -f"}
4490: ${MV="mv -f"}
4491: ${RM="rm -f"}
4492
4493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4494$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4495# Try some XSI features
4496xsi_shell=no
4497( _lt_dummy="a/b/c"
4498 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4499 = c,a/b,, \
4500 && eval 'test $(( 1 + 1 )) -eq 2 \
4501 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4502 && xsi_shell=yes
4503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4504$as_echo "$xsi_shell" >&6; }
4505
4506
4507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4508$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4509lt_shell_append=no
4510( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4511 >/dev/null 2>&1 \
4512 && lt_shell_append=yes
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4514$as_echo "$lt_shell_append" >&6; }
4515
4516
4517if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4518 lt_unset=unset
4519else
4520 lt_unset=false
4521fi
4522
4523
4524
4525
4526
4527# test EBCDIC or ASCII
4528case `echo X|tr X '\101'` in
4529 A) # ASCII based system
4530 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4531 lt_SP2NL='tr \040 \012'
4532 lt_NL2SP='tr \015\012 \040\040'
4533 ;;
4534 *) # EBCDIC based system
4535 lt_SP2NL='tr \100 \n'
4536 lt_NL2SP='tr \r\n \100\100'
4537 ;;
4538esac
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4549$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4550if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4551 $as_echo_n "(cached) " >&6
4552else
4553 lt_cv_ld_reload_flag='-r'
4554fi
4555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4556$as_echo "$lt_cv_ld_reload_flag" >&6; }
4557reload_flag=$lt_cv_ld_reload_flag
4558case $reload_flag in
4559"" | " "*) ;;
4560*) reload_flag=" $reload_flag" ;;
4561esac
4562reload_cmds='$LD$reload_flag -o $output$reload_objs'
4563case $host_os in
4564 darwin*)
4565 if test "$GCC" = yes; then
4566 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4567 else
4568 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4569 fi
4570 ;;
4571esac
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581if test -n "$ac_tool_prefix"; then
4582 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4583set dummy ${ac_tool_prefix}objdump; ac_word=$2
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4585$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4586if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4587 $as_echo_n "(cached) " >&6
4588else
4589 if test -n "$OBJDUMP"; then
4590 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4591else
4592as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4593for as_dir in $PATH
4594do
4595 IFS=$as_save_IFS
4596 test -z "$as_dir" && as_dir=.
4597 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4598 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4599 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4601 break 2
4602 fi
4603done
4604 done
4605IFS=$as_save_IFS
4606
4607fi
4608fi
4609OBJDUMP=$ac_cv_prog_OBJDUMP
4610if test -n "$OBJDUMP"; then
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4612$as_echo "$OBJDUMP" >&6; }
4613else
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4615$as_echo "no" >&6; }
4616fi
4617
4618
4619fi
4620if test -z "$ac_cv_prog_OBJDUMP"; then
4621 ac_ct_OBJDUMP=$OBJDUMP
4622 # Extract the first word of "objdump", so it can be a program name with args.
4623set dummy objdump; ac_word=$2
4624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4625$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4626if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4627 $as_echo_n "(cached) " >&6
4628else
4629 if test -n "$ac_ct_OBJDUMP"; then
4630 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4631else
4632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4633for as_dir in $PATH
4634do
4635 IFS=$as_save_IFS
4636 test -z "$as_dir" && as_dir=.
4637 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4639 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4641 break 2
4642 fi
4643done
4644 done
4645IFS=$as_save_IFS
4646
4647fi
4648fi
4649ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4650if test -n "$ac_ct_OBJDUMP"; then
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4652$as_echo "$ac_ct_OBJDUMP" >&6; }
4653else
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4655$as_echo "no" >&6; }
4656fi
4657
4658 if test "x$ac_ct_OBJDUMP" = x; then
4659 OBJDUMP="false"
4660 else
4661 case $cross_compiling:$ac_tool_warned in
4662yes:)
4663{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4664$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4665ac_tool_warned=yes ;;
4666esac
4667 OBJDUMP=$ac_ct_OBJDUMP
4668 fi
4669else
4670 OBJDUMP="$ac_cv_prog_OBJDUMP"
4671fi
4672
4673test -z "$OBJDUMP" && OBJDUMP=objdump
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4684$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4685if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4686 $as_echo_n "(cached) " >&6
4687else
4688 lt_cv_file_magic_cmd='$MAGIC_CMD'
4689lt_cv_file_magic_test_file=
4690lt_cv_deplibs_check_method='unknown'
4691# Need to set the preceding variable on all platforms that support
4692# interlibrary dependencies.
4693# 'none' -- dependencies not supported.
4694# `unknown' -- same as none, but documents that we really don't know.
4695# 'pass_all' -- all dependencies passed with no checks.
4696# 'test_compile' -- check by making test program.
4697# 'file_magic [[regex]]' -- check by looking for files in library path
4698# which responds to the $file_magic_cmd with a given extended regex.
4699# If you have `file' or equivalent on your system and you're not sure
4700# whether `pass_all' will *always* work, you probably want this one.
4701
4702case $host_os in
4703aix[4-9]*)
4704 lt_cv_deplibs_check_method=pass_all
4705 ;;
4706
4707beos*)
4708 lt_cv_deplibs_check_method=pass_all
4709 ;;
4710
4711bsdi[45]*)
4712 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4713 lt_cv_file_magic_cmd='/usr/bin/file -L'
4714 lt_cv_file_magic_test_file=/shlib/libc.so
4715 ;;
4716
4717cygwin*)
4718 # func_win32_libid is a shell function defined in ltmain.sh
4719 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4720 lt_cv_file_magic_cmd='func_win32_libid'
4721 ;;
4722
4723mingw* | pw32*)
4724 # Base MSYS/MinGW do not provide the 'file' command needed by
4725 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4726 # unless we find 'file', for example because we are cross-compiling.
4727 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4728 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4729 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4730 lt_cv_file_magic_cmd='func_win32_libid'
4731 else
4732 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4733 lt_cv_file_magic_cmd='$OBJDUMP -f'
4734 fi
4735 ;;
4736
4737cegcc*)
4738 # use the weaker test based on 'objdump'. See mingw*.
4739 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4740 lt_cv_file_magic_cmd='$OBJDUMP -f'
4741 ;;
4742
4743darwin* | rhapsody*)
4744 lt_cv_deplibs_check_method=pass_all
4745 ;;
4746
4747freebsd* | dragonfly*)
4748 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4749 case $host_cpu in
4750 i*86 )
4751 # Not sure whether the presence of OpenBSD here was a mistake.
4752 # Let's accept both of them until this is cleared up.
4753 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4754 lt_cv_file_magic_cmd=/usr/bin/file
4755 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4756 ;;
4757 esac
4758 else
4759 lt_cv_deplibs_check_method=pass_all
4760 fi
4761 ;;
4762
4763gnu*)
4764 lt_cv_deplibs_check_method=pass_all
4765 ;;
4766
4767haiku*)
4768 lt_cv_deplibs_check_method=pass_all
4769 ;;
4770
4771hpux10.20* | hpux11*)
4772 lt_cv_file_magic_cmd=/usr/bin/file
4773 case $host_cpu in
4774 ia64*)
4775 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4776 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4777 ;;
4778 hppa*64*)
4779 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]'
4780 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4781 ;;
4782 *)
4783 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4784 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4785 ;;
4786 esac
4787 ;;
4788
4789interix[3-9]*)
4790 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4791 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4792 ;;
4793
4794irix5* | irix6* | nonstopux*)
4795 case $LD in
4796 *-32|*"-32 ") libmagic=32-bit;;
4797 *-n32|*"-n32 ") libmagic=N32;;
4798 *-64|*"-64 ") libmagic=64-bit;;
4799 *) libmagic=never-match;;
4800 esac
4801 lt_cv_deplibs_check_method=pass_all
4802 ;;
4803
4804# This must be Linux ELF.
4805linux* | k*bsd*-gnu | kopensolaris*-gnu)
4806 lt_cv_deplibs_check_method=pass_all
4807 ;;
4808
4809netbsd*)
4810 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4811 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4812 else
4813 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4814 fi
4815 ;;
4816
4817newos6*)
4818 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4819 lt_cv_file_magic_cmd=/usr/bin/file
4820 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4821 ;;
4822
4823*nto* | *qnx*)
4824 lt_cv_deplibs_check_method=pass_all
4825 ;;
4826
4827openbsd*)
4828 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4829 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4830 else
4831 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4832 fi
4833 ;;
4834
4835osf3* | osf4* | osf5*)
4836 lt_cv_deplibs_check_method=pass_all
4837 ;;
4838
4839rdos*)
4840 lt_cv_deplibs_check_method=pass_all
4841 ;;
4842
4843solaris*)
4844 lt_cv_deplibs_check_method=pass_all
4845 ;;
4846
4847sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4848 lt_cv_deplibs_check_method=pass_all
4849 ;;
4850
4851sysv4 | sysv4.3*)
4852 case $host_vendor in
4853 motorola)
4854 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]'
4855 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4856 ;;
4857 ncr)
4858 lt_cv_deplibs_check_method=pass_all
4859 ;;
4860 sequent)
4861 lt_cv_file_magic_cmd='/bin/file'
4862 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4863 ;;
4864 sni)
4865 lt_cv_file_magic_cmd='/bin/file'
4866 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4867 lt_cv_file_magic_test_file=/lib/libc.so
4868 ;;
4869 siemens)
4870 lt_cv_deplibs_check_method=pass_all
4871 ;;
4872 pc)
4873 lt_cv_deplibs_check_method=pass_all
4874 ;;
4875 esac
4876 ;;
4877
4878tpf*)
4879 lt_cv_deplibs_check_method=pass_all
4880 ;;
4881esac
4882
4883fi
4884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4885$as_echo "$lt_cv_deplibs_check_method" >&6; }
4886file_magic_cmd=$lt_cv_file_magic_cmd
4887deplibs_check_method=$lt_cv_deplibs_check_method
4888test -z "$deplibs_check_method" && deplibs_check_method=unknown
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
68ed2854
MF
4901plugin_option=
4902plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4903for plugin in $plugin_names; do
4904 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4905 if test x$plugin_so = x$plugin; then
4906 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4907 fi
4908 if test x$plugin_so != x$plugin; then
4909 plugin_option="--plugin $plugin_so"
4910 break
4911 fi
4912done
4913
6bb11ab3
L
4914if test -n "$ac_tool_prefix"; then
4915 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4916set dummy ${ac_tool_prefix}ar; ac_word=$2
4917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4918$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4919if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4920 $as_echo_n "(cached) " >&6
4921else
4922 if test -n "$AR"; then
4923 ac_cv_prog_AR="$AR" # Let the user override the test.
4924else
4925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926for as_dir in $PATH
4927do
4928 IFS=$as_save_IFS
4929 test -z "$as_dir" && as_dir=.
4930 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4932 ac_cv_prog_AR="${ac_tool_prefix}ar"
4933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4934 break 2
4935 fi
4936done
4937 done
4938IFS=$as_save_IFS
4939
4940fi
4941fi
4942AR=$ac_cv_prog_AR
4943if test -n "$AR"; then
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4945$as_echo "$AR" >&6; }
4946else
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4948$as_echo "no" >&6; }
4949fi
4950
4951
4952fi
4953if test -z "$ac_cv_prog_AR"; then
4954 ac_ct_AR=$AR
4955 # Extract the first word of "ar", so it can be a program name with args.
4956set dummy ar; ac_word=$2
4957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4958$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4959if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4960 $as_echo_n "(cached) " >&6
4961else
4962 if test -n "$ac_ct_AR"; then
4963 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4964else
4965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4966for as_dir in $PATH
4967do
4968 IFS=$as_save_IFS
4969 test -z "$as_dir" && as_dir=.
4970 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4972 ac_cv_prog_ac_ct_AR="ar"
4973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4974 break 2
4975 fi
4976done
4977 done
4978IFS=$as_save_IFS
4979
4980fi
4981fi
4982ac_ct_AR=$ac_cv_prog_ac_ct_AR
4983if test -n "$ac_ct_AR"; then
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4985$as_echo "$ac_ct_AR" >&6; }
4986else
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4988$as_echo "no" >&6; }
4989fi
4990
4991 if test "x$ac_ct_AR" = x; then
4992 AR="false"
4993 else
4994 case $cross_compiling:$ac_tool_warned in
4995yes:)
4996{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4997$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4998ac_tool_warned=yes ;;
4999esac
5000 AR=$ac_ct_AR
5001 fi
5002else
5003 AR="$ac_cv_prog_AR"
5004fi
5005
5006test -z "$AR" && AR=ar
68ed2854
MF
5007if test -n "$plugin_option"; then
5008 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5009 touch conftest.c
5010 $AR $plugin_option rc conftest.a conftest.c
5011 if test "$?" != 0; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5013$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5014 else
5015 AR="$AR $plugin_option"
5016 fi
5017 rm -f conftest.*
68ed2854
MF
5018 fi
5019fi
6bb11ab3
L
5020test -z "$AR_FLAGS" && AR_FLAGS=cru
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032if test -n "$ac_tool_prefix"; then
5033 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5034set dummy ${ac_tool_prefix}strip; ac_word=$2
5035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5036$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5037if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5038 $as_echo_n "(cached) " >&6
5039else
5040 if test -n "$STRIP"; then
5041 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5042else
5043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5044for as_dir in $PATH
5045do
5046 IFS=$as_save_IFS
5047 test -z "$as_dir" && as_dir=.
5048 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5050 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5052 break 2
5053 fi
5054done
5055 done
5056IFS=$as_save_IFS
5057
5058fi
5059fi
5060STRIP=$ac_cv_prog_STRIP
5061if test -n "$STRIP"; then
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5063$as_echo "$STRIP" >&6; }
5064else
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5066$as_echo "no" >&6; }
5067fi
5068
5069
5070fi
5071if test -z "$ac_cv_prog_STRIP"; then
5072 ac_ct_STRIP=$STRIP
5073 # Extract the first word of "strip", so it can be a program name with args.
5074set dummy strip; ac_word=$2
5075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5076$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5077if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5078 $as_echo_n "(cached) " >&6
5079else
5080 if test -n "$ac_ct_STRIP"; then
5081 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5082else
5083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5084for as_dir in $PATH
5085do
5086 IFS=$as_save_IFS
5087 test -z "$as_dir" && as_dir=.
5088 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5089 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5090 ac_cv_prog_ac_ct_STRIP="strip"
5091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5092 break 2
5093 fi
5094done
5095 done
5096IFS=$as_save_IFS
5097
5098fi
5099fi
5100ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5101if test -n "$ac_ct_STRIP"; then
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5103$as_echo "$ac_ct_STRIP" >&6; }
5104else
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5106$as_echo "no" >&6; }
5107fi
5108
5109 if test "x$ac_ct_STRIP" = x; then
5110 STRIP=":"
5111 else
5112 case $cross_compiling:$ac_tool_warned in
5113yes:)
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5115$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5116ac_tool_warned=yes ;;
5117esac
5118 STRIP=$ac_ct_STRIP
5119 fi
5120else
5121 STRIP="$ac_cv_prog_STRIP"
5122fi
5123
5124test -z "$STRIP" && STRIP=:
5125
5126
5127
5128
5129
5130
5131if test -n "$ac_tool_prefix"; then
5132 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5133set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5135$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5136if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5137 $as_echo_n "(cached) " >&6
5138else
5139 if test -n "$RANLIB"; then
5140 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5141else
5142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5143for as_dir in $PATH
5144do
5145 IFS=$as_save_IFS
5146 test -z "$as_dir" && as_dir=.
5147 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5149 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5151 break 2
5152 fi
5153done
5154 done
5155IFS=$as_save_IFS
5156
5157fi
5158fi
5159RANLIB=$ac_cv_prog_RANLIB
5160if test -n "$RANLIB"; then
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5162$as_echo "$RANLIB" >&6; }
5163else
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5165$as_echo "no" >&6; }
5166fi
5167
5168
5169fi
5170if test -z "$ac_cv_prog_RANLIB"; then
5171 ac_ct_RANLIB=$RANLIB
5172 # Extract the first word of "ranlib", so it can be a program name with args.
5173set dummy ranlib; ac_word=$2
5174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5175$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5176if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5177 $as_echo_n "(cached) " >&6
5178else
5179 if test -n "$ac_ct_RANLIB"; then
5180 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5181else
5182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5183for as_dir in $PATH
5184do
5185 IFS=$as_save_IFS
5186 test -z "$as_dir" && as_dir=.
5187 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5189 ac_cv_prog_ac_ct_RANLIB="ranlib"
5190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5191 break 2
5192 fi
5193done
5194 done
5195IFS=$as_save_IFS
5196
5197fi
5198fi
5199ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5200if test -n "$ac_ct_RANLIB"; then
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5202$as_echo "$ac_ct_RANLIB" >&6; }
5203else
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5205$as_echo "no" >&6; }
5206fi
5207
5208 if test "x$ac_ct_RANLIB" = x; then
5209 RANLIB=":"
5210 else
5211 case $cross_compiling:$ac_tool_warned in
5212yes:)
5213{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5214$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5215ac_tool_warned=yes ;;
5216esac
5217 RANLIB=$ac_ct_RANLIB
5218 fi
5219else
5220 RANLIB="$ac_cv_prog_RANLIB"
5221fi
5222
5223test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5224if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5225 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5226 RANLIB="$RANLIB $plugin_option"
5227 fi
5228fi
6bb11ab3
L
5229
5230
5231
5232
5233
5234
5235# Determine commands to create old-style static archives.
5236old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5237old_postinstall_cmds='chmod 644 $oldlib'
5238old_postuninstall_cmds=
5239
5240if test -n "$RANLIB"; then
5241 case $host_os in
5242 openbsd*)
5243 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5244 ;;
5245 *)
5246 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5247 ;;
5248 esac
5249 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5250fi
5251
5252case $host_os in
5253 darwin*)
5254 lock_old_archive_extraction=yes ;;
5255 *)
5256 lock_old_archive_extraction=no ;;
5257esac
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279for ac_prog in gawk mawk nawk awk
5280do
5281 # Extract the first word of "$ac_prog", so it can be a program name with args.
5282set dummy $ac_prog; ac_word=$2
5283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5284$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5285if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5286 $as_echo_n "(cached) " >&6
5287else
5288 if test -n "$AWK"; then
5289 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5290else
5291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292for as_dir in $PATH
5293do
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5298 ac_cv_prog_AWK="$ac_prog"
5299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5300 break 2
5301 fi
5302done
5303 done
5304IFS=$as_save_IFS
5305
5306fi
5307fi
5308AWK=$ac_cv_prog_AWK
5309if test -n "$AWK"; then
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5311$as_echo "$AWK" >&6; }
5312else
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5314$as_echo "no" >&6; }
5315fi
5316
5317
5318 test -n "$AWK" && break
5319done
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339# If no C compiler was specified, use CC.
5340LTCC=${LTCC-"$CC"}
5341
5342# If no C compiler flags were specified, use CFLAGS.
5343LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5344
5345# Allow CC to be a program name with arguments.
5346compiler=$CC
5347
5348
5349# Check for command to grab the raw symbol name followed by C symbol from nm.
5350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5351$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5352if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5353 $as_echo_n "(cached) " >&6
5354else
5355
5356# These are sane defaults that work on at least a few old systems.
5357# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5358
5359# Character class describing NM global symbol codes.
5360symcode='[BCDEGRST]'
5361
5362# Regexp to match symbols that can be accessed directly from C.
5363sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5364
5365# Define system-specific variables.
5366case $host_os in
5367aix*)
5368 symcode='[BCDT]'
5369 ;;
5370cygwin* | mingw* | pw32* | cegcc*)
5371 symcode='[ABCDGISTW]'
5372 ;;
5373hpux*)
5374 if test "$host_cpu" = ia64; then
5375 symcode='[ABCDEGRST]'
5376 fi
5377 ;;
5378irix* | nonstopux*)
5379 symcode='[BCDEGRST]'
5380 ;;
5381osf*)
5382 symcode='[BCDEGQRST]'
5383 ;;
5384solaris*)
5385 symcode='[BDRT]'
5386 ;;
5387sco3.2v5*)
5388 symcode='[DT]'
5389 ;;
5390sysv4.2uw2*)
5391 symcode='[DT]'
5392 ;;
5393sysv5* | sco5v6* | unixware* | OpenUNIX*)
5394 symcode='[ABDT]'
5395 ;;
5396sysv4)
5397 symcode='[DFNSTU]'
5398 ;;
5399esac
5400
5401# If we're using GNU nm, then use its standard symbol codes.
5402case `$NM -V 2>&1` in
5403*GNU* | *'with BFD'*)
5404 symcode='[ABCDGIRSTW]' ;;
5405esac
5406
5407# Transform an extracted symbol line into a proper C declaration.
5408# Some systems (esp. on ia64) link data and code symbols differently,
5409# so use this general approach.
5410lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5411
5412# Transform an extracted symbol line into symbol name and symbol address
5413lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5414lt_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'"
5415
5416# Handle CRLF in mingw tool chain
5417opt_cr=
5418case $build_os in
5419mingw*)
5420 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5421 ;;
5422esac
5423
5424# Try without a prefix underscore, then with it.
5425for ac_symprfx in "" "_"; do
5426
5427 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5428 symxfrm="\\1 $ac_symprfx\\2 \\2"
5429
5430 # Write the raw and C identifiers.
5431 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5432 # Fake it for dumpbin and say T for any non-static function
5433 # and D for any global variable.
5434 # Also find C++ and __fastcall symbols from MSVC++,
5435 # which start with @ or ?.
5436 lt_cv_sys_global_symbol_pipe="$AWK '"\
5437" {last_section=section; section=\$ 3};"\
5438" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5439" \$ 0!~/External *\|/{next};"\
5440" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5441" {if(hide[section]) next};"\
5442" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5443" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5444" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5445" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5446" ' prfx=^$ac_symprfx"
5447 else
5448 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5449 fi
5450
5451 # Check to see that the pipe works correctly.
5452 pipe_works=no
5453
5454 rm -f conftest*
5455 cat > conftest.$ac_ext <<_LT_EOF
5456#ifdef __cplusplus
5457extern "C" {
5458#endif
5459char nm_test_var;
5460void nm_test_func(void);
5461void nm_test_func(void){}
5462#ifdef __cplusplus
5463}
5464#endif
5465int main(){nm_test_var='a';nm_test_func();return(0);}
5466_LT_EOF
5467
5468 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5469 (eval $ac_compile) 2>&5
5470 ac_status=$?
5471 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5472 test $ac_status = 0; }; then
5473 # Now try to grab the symbols.
5474 nlist=conftest.nm
5475 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5476 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5477 ac_status=$?
5478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5479 test $ac_status = 0; } && test -s "$nlist"; then
5480 # Try sorting and uniquifying the output.
5481 if sort "$nlist" | uniq > "$nlist"T; then
5482 mv -f "$nlist"T "$nlist"
5483 else
5484 rm -f "$nlist"T
5485 fi
5486
5487 # Make sure that we snagged all the symbols we need.
5488 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5489 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5490 cat <<_LT_EOF > conftest.$ac_ext
5491#ifdef __cplusplus
5492extern "C" {
5493#endif
5494
5495_LT_EOF
5496 # Now generate the symbol file.
5497 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5498
5499 cat <<_LT_EOF >> conftest.$ac_ext
5500
5501/* The mapping between symbol names and symbols. */
5502const struct {
5503 const char *name;
5504 void *address;
5505}
5506lt__PROGRAM__LTX_preloaded_symbols[] =
5507{
5508 { "@PROGRAM@", (void *) 0 },
5509_LT_EOF
5510 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5511 cat <<\_LT_EOF >> conftest.$ac_ext
5512 {0, (void *) 0}
5513};
5514
5515/* This works around a problem in FreeBSD linker */
5516#ifdef FREEBSD_WORKAROUND
5517static const void *lt_preloaded_setup() {
5518 return lt__PROGRAM__LTX_preloaded_symbols;
5519}
5520#endif
5521
5522#ifdef __cplusplus
5523}
5524#endif
5525_LT_EOF
5526 # Now try linking the two files.
5527 mv conftest.$ac_objext conftstm.$ac_objext
5528 lt_save_LIBS="$LIBS"
5529 lt_save_CFLAGS="$CFLAGS"
5530 LIBS="conftstm.$ac_objext"
5531 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5533 (eval $ac_link) 2>&5
5534 ac_status=$?
5535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5536 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5537 pipe_works=yes
5538 fi
5539 LIBS="$lt_save_LIBS"
5540 CFLAGS="$lt_save_CFLAGS"
5541 else
5542 echo "cannot find nm_test_func in $nlist" >&5
5543 fi
5544 else
5545 echo "cannot find nm_test_var in $nlist" >&5
5546 fi
5547 else
5548 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5549 fi
5550 else
5551 echo "$progname: failed program was:" >&5
5552 cat conftest.$ac_ext >&5
5553 fi
5554 rm -rf conftest* conftst*
5555
5556 # Do not use the global_symbol_pipe unless it works.
5557 if test "$pipe_works" = yes; then
5558 break
5559 else
5560 lt_cv_sys_global_symbol_pipe=
5561 fi
5562done
5563
5564fi
5565
5566if test -z "$lt_cv_sys_global_symbol_pipe"; then
5567 lt_cv_sys_global_symbol_to_cdecl=
5568fi
5569if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5571$as_echo "failed" >&6; }
5572else
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5574$as_echo "ok" >&6; }
5575fi
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598# Check whether --enable-libtool-lock was given.
5599if test "${enable_libtool_lock+set}" = set; then :
5600 enableval=$enable_libtool_lock;
5601fi
5602
5603test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5604
5605# Some flags need to be propagated to the compiler or linker for good
5606# libtool support.
5607case $host in
5608ia64-*-hpux*)
5609 # Find out which ABI we are using.
5610 echo 'int i;' > conftest.$ac_ext
5611 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5612 (eval $ac_compile) 2>&5
5613 ac_status=$?
5614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5615 test $ac_status = 0; }; then
5616 case `/usr/bin/file conftest.$ac_objext` in
5617 *ELF-32*)
5618 HPUX_IA64_MODE="32"
5619 ;;
5620 *ELF-64*)
5621 HPUX_IA64_MODE="64"
5622 ;;
5623 esac
5624 fi
5625 rm -rf conftest*
5626 ;;
5627*-*-irix6*)
5628 # Find out which ABI we are using.
5629 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5630 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5631 (eval $ac_compile) 2>&5
5632 ac_status=$?
5633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5634 test $ac_status = 0; }; then
5635 if test "$lt_cv_prog_gnu_ld" = yes; then
5636 case `/usr/bin/file conftest.$ac_objext` in
5637 *32-bit*)
5638 LD="${LD-ld} -melf32bsmip"
5639 ;;
5640 *N32*)
5641 LD="${LD-ld} -melf32bmipn32"
5642 ;;
5643 *64-bit*)
5644 LD="${LD-ld} -melf64bmip"
5645 ;;
5646 esac
5647 else
5648 case `/usr/bin/file conftest.$ac_objext` in
5649 *32-bit*)
5650 LD="${LD-ld} -32"
5651 ;;
5652 *N32*)
5653 LD="${LD-ld} -n32"
5654 ;;
5655 *64-bit*)
5656 LD="${LD-ld} -64"
5657 ;;
5658 esac
5659 fi
5660 fi
5661 rm -rf conftest*
5662 ;;
5663
bf3d9781 5664x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5665s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5666 # Find out which ABI we are using.
5667 echo 'int i;' > conftest.$ac_ext
5668 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5669 (eval $ac_compile) 2>&5
5670 ac_status=$?
5671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5672 test $ac_status = 0; }; then
5673 case `/usr/bin/file conftest.o` in
5674 *32-bit*)
5675 case $host in
5676 x86_64-*kfreebsd*-gnu)
5677 LD="${LD-ld} -m elf_i386_fbsd"
5678 ;;
5679 x86_64-*linux*)
5680 case `/usr/bin/file conftest.o` in
5681 *x86-64*)
5682 LD="${LD-ld} -m elf32_x86_64"
5683 ;;
5684 *)
5685 LD="${LD-ld} -m elf_i386"
5686 ;;
5687 esac
5688 ;;
bf3d9781
AM
5689 powerpc64le-*linux*)
5690 LD="${LD-ld} -m elf32lppclinux"
5691 ;;
5692 powerpc64-*linux*)
6bb11ab3
L
5693 LD="${LD-ld} -m elf32ppclinux"
5694 ;;
5695 s390x-*linux*)
5696 LD="${LD-ld} -m elf_s390"
5697 ;;
5698 sparc64-*linux*)
5699 LD="${LD-ld} -m elf32_sparc"
5700 ;;
5701 esac
5702 ;;
5703 *64-bit*)
5704 case $host in
5705 x86_64-*kfreebsd*-gnu)
5706 LD="${LD-ld} -m elf_x86_64_fbsd"
5707 ;;
5708 x86_64-*linux*)
5709 LD="${LD-ld} -m elf_x86_64"
5710 ;;
bf3d9781
AM
5711 powerpcle-*linux*)
5712 LD="${LD-ld} -m elf64lppc"
5713 ;;
5714 powerpc-*linux*)
6bb11ab3
L
5715 LD="${LD-ld} -m elf64ppc"
5716 ;;
5717 s390*-*linux*|s390*-*tpf*)
5718 LD="${LD-ld} -m elf64_s390"
5719 ;;
5720 sparc*-*linux*)
5721 LD="${LD-ld} -m elf64_sparc"
5722 ;;
5723 esac
5724 ;;
5725 esac
5726 fi
5727 rm -rf conftest*
5728 ;;
5729
5730*-*-sco3.2v5*)
5731 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5732 SAVE_CFLAGS="$CFLAGS"
5733 CFLAGS="$CFLAGS -belf"
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5735$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5736if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5737 $as_echo_n "(cached) " >&6
5738else
5739 ac_ext=c
5740ac_cpp='$CPP $CPPFLAGS'
5741ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5742ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5743ac_compiler_gnu=$ac_cv_c_compiler_gnu
5744
5745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5746/* end confdefs.h. */
5747
5748int
5749main ()
5750{
5751
5752 ;
5753 return 0;
5754}
5755_ACEOF
5756if ac_fn_c_try_link "$LINENO"; then :
5757 lt_cv_cc_needs_belf=yes
5758else
5759 lt_cv_cc_needs_belf=no
5760fi
5761rm -f core conftest.err conftest.$ac_objext \
5762 conftest$ac_exeext conftest.$ac_ext
5763 ac_ext=c
5764ac_cpp='$CPP $CPPFLAGS'
5765ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5766ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5767ac_compiler_gnu=$ac_cv_c_compiler_gnu
5768
5769fi
5770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5771$as_echo "$lt_cv_cc_needs_belf" >&6; }
5772 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5773 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5774 CFLAGS="$SAVE_CFLAGS"
5775 fi
5776 ;;
5777sparc*-*solaris*)
5778 # Find out which ABI we are using.
5779 echo 'int i;' > conftest.$ac_ext
5780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5781 (eval $ac_compile) 2>&5
5782 ac_status=$?
5783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5784 test $ac_status = 0; }; then
5785 case `/usr/bin/file conftest.o` in
5786 *64-bit*)
5787 case $lt_cv_prog_gnu_ld in
5788 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5789 *)
5790 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5791 LD="${LD-ld} -64"
5792 fi
5793 ;;
5794 esac
5795 ;;
5796 esac
5797 fi
5798 rm -rf conftest*
5799 ;;
5800esac
5801
5802need_locks="$enable_libtool_lock"
5803
5804
5805 case $host_os in
5806 rhapsody* | darwin*)
5807 if test -n "$ac_tool_prefix"; then
5808 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5809set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5811$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5812if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5813 $as_echo_n "(cached) " >&6
5814else
5815 if test -n "$DSYMUTIL"; then
5816 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5817else
5818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819for as_dir in $PATH
5820do
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5825 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 break 2
5828 fi
5829done
5830 done
5831IFS=$as_save_IFS
5832
5833fi
5834fi
5835DSYMUTIL=$ac_cv_prog_DSYMUTIL
5836if test -n "$DSYMUTIL"; then
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5838$as_echo "$DSYMUTIL" >&6; }
5839else
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5841$as_echo "no" >&6; }
5842fi
5843
5844
5845fi
5846if test -z "$ac_cv_prog_DSYMUTIL"; then
5847 ac_ct_DSYMUTIL=$DSYMUTIL
5848 # Extract the first word of "dsymutil", so it can be a program name with args.
5849set dummy dsymutil; ac_word=$2
5850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5851$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5852if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5853 $as_echo_n "(cached) " >&6
5854else
5855 if test -n "$ac_ct_DSYMUTIL"; then
5856 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5857else
5858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859for as_dir in $PATH
5860do
5861 IFS=$as_save_IFS
5862 test -z "$as_dir" && as_dir=.
5863 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5865 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5867 break 2
5868 fi
5869done
5870 done
5871IFS=$as_save_IFS
5872
5873fi
5874fi
5875ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5876if test -n "$ac_ct_DSYMUTIL"; then
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5878$as_echo "$ac_ct_DSYMUTIL" >&6; }
5879else
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5881$as_echo "no" >&6; }
5882fi
5883
5884 if test "x$ac_ct_DSYMUTIL" = x; then
5885 DSYMUTIL=":"
5886 else
5887 case $cross_compiling:$ac_tool_warned in
5888yes:)
5889{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5890$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5891ac_tool_warned=yes ;;
5892esac
5893 DSYMUTIL=$ac_ct_DSYMUTIL
5894 fi
5895else
5896 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5897fi
5898
5899 if test -n "$ac_tool_prefix"; then
5900 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5901set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5903$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5904if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5905 $as_echo_n "(cached) " >&6
5906else
5907 if test -n "$NMEDIT"; then
5908 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5909else
5910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5911for as_dir in $PATH
5912do
5913 IFS=$as_save_IFS
5914 test -z "$as_dir" && as_dir=.
5915 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5917 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5919 break 2
5920 fi
5921done
5922 done
5923IFS=$as_save_IFS
5924
5925fi
5926fi
5927NMEDIT=$ac_cv_prog_NMEDIT
5928if test -n "$NMEDIT"; then
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5930$as_echo "$NMEDIT" >&6; }
5931else
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5933$as_echo "no" >&6; }
5934fi
5935
5936
5937fi
5938if test -z "$ac_cv_prog_NMEDIT"; then
5939 ac_ct_NMEDIT=$NMEDIT
5940 # Extract the first word of "nmedit", so it can be a program name with args.
5941set dummy nmedit; ac_word=$2
5942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5943$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5944if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5945 $as_echo_n "(cached) " >&6
5946else
5947 if test -n "$ac_ct_NMEDIT"; then
5948 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5949else
5950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5951for as_dir in $PATH
5952do
5953 IFS=$as_save_IFS
5954 test -z "$as_dir" && as_dir=.
5955 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5956 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5957 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5959 break 2
5960 fi
5961done
5962 done
5963IFS=$as_save_IFS
5964
5965fi
5966fi
5967ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5968if test -n "$ac_ct_NMEDIT"; then
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5970$as_echo "$ac_ct_NMEDIT" >&6; }
5971else
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5973$as_echo "no" >&6; }
5974fi
5975
5976 if test "x$ac_ct_NMEDIT" = x; then
5977 NMEDIT=":"
5978 else
5979 case $cross_compiling:$ac_tool_warned in
5980yes:)
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5982$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5983ac_tool_warned=yes ;;
5984esac
5985 NMEDIT=$ac_ct_NMEDIT
5986 fi
5987else
5988 NMEDIT="$ac_cv_prog_NMEDIT"
5989fi
5990
5991 if test -n "$ac_tool_prefix"; then
5992 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5993set dummy ${ac_tool_prefix}lipo; ac_word=$2
5994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5995$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5996if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5997 $as_echo_n "(cached) " >&6
5998else
5999 if test -n "$LIPO"; then
6000 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6001else
6002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6003for as_dir in $PATH
6004do
6005 IFS=$as_save_IFS
6006 test -z "$as_dir" && as_dir=.
6007 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6009 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6011 break 2
6012 fi
6013done
6014 done
6015IFS=$as_save_IFS
6016
6017fi
6018fi
6019LIPO=$ac_cv_prog_LIPO
6020if test -n "$LIPO"; then
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6022$as_echo "$LIPO" >&6; }
6023else
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6025$as_echo "no" >&6; }
6026fi
6027
6028
6029fi
6030if test -z "$ac_cv_prog_LIPO"; then
6031 ac_ct_LIPO=$LIPO
6032 # Extract the first word of "lipo", so it can be a program name with args.
6033set dummy lipo; ac_word=$2
6034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6035$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6036if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6037 $as_echo_n "(cached) " >&6
6038else
6039 if test -n "$ac_ct_LIPO"; then
6040 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6041else
6042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6043for as_dir in $PATH
6044do
6045 IFS=$as_save_IFS
6046 test -z "$as_dir" && as_dir=.
6047 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6049 ac_cv_prog_ac_ct_LIPO="lipo"
6050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6051 break 2
6052 fi
6053done
6054 done
6055IFS=$as_save_IFS
6056
6057fi
6058fi
6059ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6060if test -n "$ac_ct_LIPO"; then
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6062$as_echo "$ac_ct_LIPO" >&6; }
6063else
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6065$as_echo "no" >&6; }
6066fi
6067
6068 if test "x$ac_ct_LIPO" = x; then
6069 LIPO=":"
6070 else
6071 case $cross_compiling:$ac_tool_warned in
6072yes:)
6073{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6074$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6075ac_tool_warned=yes ;;
6076esac
6077 LIPO=$ac_ct_LIPO
6078 fi
6079else
6080 LIPO="$ac_cv_prog_LIPO"
6081fi
6082
6083 if test -n "$ac_tool_prefix"; then
6084 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6085set dummy ${ac_tool_prefix}otool; ac_word=$2
6086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6087$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6088if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6089 $as_echo_n "(cached) " >&6
6090else
6091 if test -n "$OTOOL"; then
6092 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6093else
6094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6095for as_dir in $PATH
6096do
6097 IFS=$as_save_IFS
6098 test -z "$as_dir" && as_dir=.
6099 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6100 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6101 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6103 break 2
6104 fi
6105done
6106 done
6107IFS=$as_save_IFS
6108
6109fi
6110fi
6111OTOOL=$ac_cv_prog_OTOOL
6112if test -n "$OTOOL"; then
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6114$as_echo "$OTOOL" >&6; }
6115else
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6117$as_echo "no" >&6; }
6118fi
6119
6120
6121fi
6122if test -z "$ac_cv_prog_OTOOL"; then
6123 ac_ct_OTOOL=$OTOOL
6124 # Extract the first word of "otool", so it can be a program name with args.
6125set dummy otool; ac_word=$2
6126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6127$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6128if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6129 $as_echo_n "(cached) " >&6
6130else
6131 if test -n "$ac_ct_OTOOL"; then
6132 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6133else
6134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6135for as_dir in $PATH
6136do
6137 IFS=$as_save_IFS
6138 test -z "$as_dir" && as_dir=.
6139 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6140 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6141 ac_cv_prog_ac_ct_OTOOL="otool"
6142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6143 break 2
6144 fi
6145done
6146 done
6147IFS=$as_save_IFS
6148
6149fi
6150fi
6151ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6152if test -n "$ac_ct_OTOOL"; then
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6154$as_echo "$ac_ct_OTOOL" >&6; }
6155else
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6157$as_echo "no" >&6; }
6158fi
6159
6160 if test "x$ac_ct_OTOOL" = x; then
6161 OTOOL=":"
6162 else
6163 case $cross_compiling:$ac_tool_warned in
6164yes:)
6165{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6166$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6167ac_tool_warned=yes ;;
6168esac
6169 OTOOL=$ac_ct_OTOOL
6170 fi
6171else
6172 OTOOL="$ac_cv_prog_OTOOL"
6173fi
6174
6175 if test -n "$ac_tool_prefix"; then
6176 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6177set dummy ${ac_tool_prefix}otool64; ac_word=$2
6178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6179$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6180if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6181 $as_echo_n "(cached) " >&6
6182else
6183 if test -n "$OTOOL64"; then
6184 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6185else
6186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187for as_dir in $PATH
6188do
6189 IFS=$as_save_IFS
6190 test -z "$as_dir" && as_dir=.
6191 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6193 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6195 break 2
6196 fi
6197done
6198 done
6199IFS=$as_save_IFS
6200
6201fi
6202fi
6203OTOOL64=$ac_cv_prog_OTOOL64
6204if test -n "$OTOOL64"; then
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6206$as_echo "$OTOOL64" >&6; }
6207else
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6209$as_echo "no" >&6; }
6210fi
6211
6212
6213fi
6214if test -z "$ac_cv_prog_OTOOL64"; then
6215 ac_ct_OTOOL64=$OTOOL64
6216 # Extract the first word of "otool64", so it can be a program name with args.
6217set dummy otool64; ac_word=$2
6218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6219$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6220if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6221 $as_echo_n "(cached) " >&6
6222else
6223 if test -n "$ac_ct_OTOOL64"; then
6224 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6225else
6226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6227for as_dir in $PATH
6228do
6229 IFS=$as_save_IFS
6230 test -z "$as_dir" && as_dir=.
6231 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6232 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6233 ac_cv_prog_ac_ct_OTOOL64="otool64"
6234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6235 break 2
6236 fi
6237done
6238 done
6239IFS=$as_save_IFS
6240
6241fi
6242fi
6243ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6244if test -n "$ac_ct_OTOOL64"; then
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6246$as_echo "$ac_ct_OTOOL64" >&6; }
6247else
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6249$as_echo "no" >&6; }
6250fi
6251
6252 if test "x$ac_ct_OTOOL64" = x; then
6253 OTOOL64=":"
6254 else
6255 case $cross_compiling:$ac_tool_warned in
6256yes:)
6257{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6258$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6259ac_tool_warned=yes ;;
6260esac
6261 OTOOL64=$ac_ct_OTOOL64
6262 fi
6263else
6264 OTOOL64="$ac_cv_prog_OTOOL64"
6265fi
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6294$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6295if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6296 $as_echo_n "(cached) " >&6
6297else
6298 lt_cv_apple_cc_single_mod=no
6299 if test -z "${LT_MULTI_MODULE}"; then
6300 # By default we will add the -single_module flag. You can override
6301 # by either setting the environment variable LT_MULTI_MODULE
6302 # non-empty at configure time, or by adding -multi_module to the
6303 # link flags.
6304 rm -rf libconftest.dylib*
6305 echo "int foo(void){return 1;}" > conftest.c
6306 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6307-dynamiclib -Wl,-single_module conftest.c" >&5
6308 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6309 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6310 _lt_result=$?
6311 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6312 lt_cv_apple_cc_single_mod=yes
6313 else
6314 cat conftest.err >&5
6315 fi
6316 rm -rf libconftest.dylib*
6317 rm -f conftest.*
6318 fi
6319fi
6320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6321$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6323$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6324if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6325 $as_echo_n "(cached) " >&6
6326else
6327 lt_cv_ld_exported_symbols_list=no
6328 save_LDFLAGS=$LDFLAGS
6329 echo "_main" > conftest.sym
6330 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6332/* end confdefs.h. */
6333
6334int
6335main ()
6336{
6337
6338 ;
6339 return 0;
6340}
6341_ACEOF
6342if ac_fn_c_try_link "$LINENO"; then :
6343 lt_cv_ld_exported_symbols_list=yes
6344else
6345 lt_cv_ld_exported_symbols_list=no
6346fi
6347rm -f core conftest.err conftest.$ac_objext \
6348 conftest$ac_exeext conftest.$ac_ext
6349 LDFLAGS="$save_LDFLAGS"
6350
6351fi
6352{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6353$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6355$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6356if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6357 $as_echo_n "(cached) " >&6
6358else
6359 lt_cv_ld_force_load=no
6360 cat > conftest.c << _LT_EOF
6361int forced_loaded() { return 2;}
6362_LT_EOF
6363 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6364 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6365 echo "$AR cru libconftest.a conftest.o" >&5
6366 $AR cru libconftest.a conftest.o 2>&5
6367 cat > conftest.c << _LT_EOF
6368int main() { return 0;}
6369_LT_EOF
6370 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6371 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6372 _lt_result=$?
6373 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6374 lt_cv_ld_force_load=yes
6375 else
6376 cat conftest.err >&5
6377 fi
6378 rm -f conftest.err libconftest.a conftest conftest.c
6379 rm -rf conftest.dSYM
6380
6381fi
6382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6383$as_echo "$lt_cv_ld_force_load" >&6; }
6384 case $host_os in
6385 rhapsody* | darwin1.[012])
6386 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6387 darwin1.*)
6388 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6389 darwin*) # darwin 5.x on
6390 # if running on 10.5 or later, the deployment target defaults
6391 # to the OS version, if on x86, and 10.4, the deployment
6392 # target defaults to 10.4. Don't you love it?
6393 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6394 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6395 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6396 10.[012][,.]*)
6bb11ab3
L
6397 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6398 10.*)
6399 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6400 esac
6401 ;;
6402 esac
6403 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6404 _lt_dar_single_mod='$single_module'
6405 fi
6406 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6407 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6408 else
6409 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6410 fi
6411 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6412 _lt_dsymutil='~$DSYMUTIL $lib || :'
6413 else
6414 _lt_dsymutil=
6415 fi
6416 ;;
6417 esac
6418
6419for ac_header in dlfcn.h
6420do :
6421 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6422"
d0ac1c44 6423if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6424 cat >>confdefs.h <<_ACEOF
6425#define HAVE_DLFCN_H 1
6426_ACEOF
6427
6428fi
6429
6430done
6431
6432
6433
ebe9564b 6434
6bb11ab3 6435
0cb8d851
MF
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6437$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6438if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6439 $as_echo_n "(cached) " >&6
6440else
6441 ac_cv_c_bigendian=unknown
6442 # See if we're dealing with a universal compiler.
6443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6444/* end confdefs.h. */
6445#ifndef __APPLE_CC__
6446 not a universal capable compiler
6447 #endif
6448 typedef int dummy;
6449
6450_ACEOF
6451if ac_fn_c_try_compile "$LINENO"; then :
6452
6453 # Check for potential -arch flags. It is not universal unless
6454 # there are at least two -arch flags with different values.
6455 ac_arch=
6456 ac_prev=
6457 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6458 if test -n "$ac_prev"; then
6459 case $ac_word in
6460 i?86 | x86_64 | ppc | ppc64)
6461 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6462 ac_arch=$ac_word
6463 else
6464 ac_cv_c_bigendian=universal
6465 break
6466 fi
6467 ;;
6468 esac
6469 ac_prev=
6470 elif test "x$ac_word" = "x-arch"; then
6471 ac_prev=arch
6472 fi
6473 done
6474fi
6475rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6476 if test $ac_cv_c_bigendian = unknown; then
6477 # See if sys/param.h defines the BYTE_ORDER macro.
6478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6479/* end confdefs.h. */
6480#include <sys/types.h>
6481 #include <sys/param.h>
6482
6483int
6484main ()
6485{
6486#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6487 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6488 && LITTLE_ENDIAN)
6489 bogus endian macros
6490 #endif
6491
6492 ;
6493 return 0;
6494}
6495_ACEOF
6496if ac_fn_c_try_compile "$LINENO"; then :
6497 # It does; now see whether it defined to BIG_ENDIAN or not.
6498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6499/* end confdefs.h. */
6500#include <sys/types.h>
6501 #include <sys/param.h>
6502
6503int
6504main ()
6505{
6506#if BYTE_ORDER != BIG_ENDIAN
6507 not big endian
6508 #endif
6509
6510 ;
6511 return 0;
6512}
6513_ACEOF
6514if ac_fn_c_try_compile "$LINENO"; then :
6515 ac_cv_c_bigendian=yes
6516else
6517 ac_cv_c_bigendian=no
6518fi
6519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6520fi
6521rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6522 fi
6523 if test $ac_cv_c_bigendian = unknown; then
6524 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6526/* end confdefs.h. */
6527#include <limits.h>
6528
6529int
6530main ()
6531{
6532#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6533 bogus endian macros
6534 #endif
6535
6536 ;
6537 return 0;
6538}
6539_ACEOF
6540if ac_fn_c_try_compile "$LINENO"; then :
6541 # It does; now see whether it defined to _BIG_ENDIAN or not.
6542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6543/* end confdefs.h. */
6544#include <limits.h>
6545
6546int
6547main ()
6548{
6549#ifndef _BIG_ENDIAN
6550 not big endian
6551 #endif
6552
6553 ;
6554 return 0;
6555}
6556_ACEOF
6557if ac_fn_c_try_compile "$LINENO"; then :
6558 ac_cv_c_bigendian=yes
6559else
6560 ac_cv_c_bigendian=no
6561fi
6562rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6563fi
6564rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6565 fi
6566 if test $ac_cv_c_bigendian = unknown; then
6567 # Compile a test program.
6568 if test "$cross_compiling" = yes; then :
6569 # Try to guess by grepping values from an object file.
6570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571/* end confdefs.h. */
6572short int ascii_mm[] =
6573 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6574 short int ascii_ii[] =
6575 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6576 int use_ascii (int i) {
6577 return ascii_mm[i] + ascii_ii[i];
6578 }
6579 short int ebcdic_ii[] =
6580 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6581 short int ebcdic_mm[] =
6582 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6583 int use_ebcdic (int i) {
6584 return ebcdic_mm[i] + ebcdic_ii[i];
6585 }
6586 extern int foo;
6587
6588int
6589main ()
6590{
6591return use_ascii (foo) == use_ebcdic (foo);
6592 ;
6593 return 0;
6594}
6595_ACEOF
6596if ac_fn_c_try_compile "$LINENO"; then :
6597 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6598 ac_cv_c_bigendian=yes
6599 fi
6600 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6601 if test "$ac_cv_c_bigendian" = unknown; then
6602 ac_cv_c_bigendian=no
6603 else
6604 # finding both strings is unlikely to happen, but who knows?
6605 ac_cv_c_bigendian=unknown
6606 fi
6607 fi
6608fi
6609rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6610else
6611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6612/* end confdefs.h. */
6613$ac_includes_default
6614int
6615main ()
6616{
6617
6618 /* Are we little or big endian? From Harbison&Steele. */
6619 union
6620 {
6621 long int l;
6622 char c[sizeof (long int)];
6623 } u;
6624 u.l = 1;
6625 return u.c[sizeof (long int) - 1] == 1;
6626
6627 ;
6628 return 0;
6629}
6630_ACEOF
6631if ac_fn_c_try_run "$LINENO"; then :
6632 ac_cv_c_bigendian=no
6633else
6634 ac_cv_c_bigendian=yes
6635fi
6636rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6637 conftest.$ac_objext conftest.beam conftest.$ac_ext
6638fi
6639
6640 fi
6641fi
6642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6643$as_echo "$ac_cv_c_bigendian" >&6; }
6644 case $ac_cv_c_bigendian in #(
6645 yes)
6646 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6647;; #(
6648 no)
6649 ;; #(
6650 universal)
6651
6652$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6653
6654 ;; #(
6655 *)
d0ac1c44 6656 as_fn_error $? "unknown endianness
0cb8d851
MF
6657 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6658 esac
6659
6bb11ab3
L
6660
6661
6662
c25ea03d 6663if test "x$cross_compiling" = "xno"; then
aa0fca16 6664 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6665 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6666 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6667 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6668 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6669else
aa0fca16 6670 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6671 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6672 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6673 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6674 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6675fi
6676
6677
6678
c25ea03d 6679
c2783492 6680
aa0fca16
MF
6681
6682
a3e2cc64
MF
6683if test -n "$ac_tool_prefix"; then
6684 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6685set dummy ${ac_tool_prefix}ar; ac_word=$2
6686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6687$as_echo_n "checking for $ac_word... " >&6; }
6688if ${ac_cv_prog_AR+:} false; then :
6689 $as_echo_n "(cached) " >&6
6690else
6691 if test -n "$AR"; then
6692 ac_cv_prog_AR="$AR" # Let the user override the test.
6693else
6694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6695for as_dir in $PATH
6696do
6697 IFS=$as_save_IFS
6698 test -z "$as_dir" && as_dir=.
6699 for ac_exec_ext in '' $ac_executable_extensions; do
6700 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6701 ac_cv_prog_AR="${ac_tool_prefix}ar"
6702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6703 break 2
6704 fi
6705done
6706 done
6707IFS=$as_save_IFS
6708
6709fi
6710fi
6711AR=$ac_cv_prog_AR
6712if test -n "$AR"; then
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6714$as_echo "$AR" >&6; }
6715else
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6717$as_echo "no" >&6; }
6718fi
6719
6720
6721fi
6722if test -z "$ac_cv_prog_AR"; then
6723 ac_ct_AR=$AR
6724 # Extract the first word of "ar", so it can be a program name with args.
6725set dummy ar; ac_word=$2
6726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6727$as_echo_n "checking for $ac_word... " >&6; }
6728if ${ac_cv_prog_ac_ct_AR+:} false; then :
6729 $as_echo_n "(cached) " >&6
6730else
6731 if test -n "$ac_ct_AR"; then
6732 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6733else
6734as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6735for as_dir in $PATH
6736do
6737 IFS=$as_save_IFS
6738 test -z "$as_dir" && as_dir=.
6739 for ac_exec_ext in '' $ac_executable_extensions; do
6740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6741 ac_cv_prog_ac_ct_AR="ar"
6742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6743 break 2
6744 fi
6745done
6746 done
6747IFS=$as_save_IFS
6748
6749fi
6750fi
6751ac_ct_AR=$ac_cv_prog_ac_ct_AR
6752if test -n "$ac_ct_AR"; then
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6754$as_echo "$ac_ct_AR" >&6; }
6755else
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6757$as_echo "no" >&6; }
6758fi
6759
6760 if test "x$ac_ct_AR" = x; then
6761 AR=""
6762 else
6763 case $cross_compiling:$ac_tool_warned in
6764yes:)
6765{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6766$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6767ac_tool_warned=yes ;;
6768esac
6769 AR=$ac_ct_AR
6770 fi
6771else
6772 AR="$ac_cv_prog_AR"
6773fi
6bb11ab3
L
6774
6775if test -n "$ac_tool_prefix"; then
6776 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6777set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6779$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6780if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6781 $as_echo_n "(cached) " >&6
6782else
6783 if test -n "$RANLIB"; then
6784 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6785else
6786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787for as_dir in $PATH
6788do
6789 IFS=$as_save_IFS
6790 test -z "$as_dir" && as_dir=.
6791 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6793 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6795 break 2
6796 fi
6797done
6798 done
6799IFS=$as_save_IFS
6800
6801fi
6802fi
6803RANLIB=$ac_cv_prog_RANLIB
6804if test -n "$RANLIB"; then
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6806$as_echo "$RANLIB" >&6; }
6807else
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6809$as_echo "no" >&6; }
6810fi
6811
6812
6813fi
6814if test -z "$ac_cv_prog_RANLIB"; then
6815 ac_ct_RANLIB=$RANLIB
6816 # Extract the first word of "ranlib", so it can be a program name with args.
6817set dummy ranlib; ac_word=$2
6818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6819$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6820if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6821 $as_echo_n "(cached) " >&6
6822else
6823 if test -n "$ac_ct_RANLIB"; then
6824 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6825else
6826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6827for as_dir in $PATH
6828do
6829 IFS=$as_save_IFS
6830 test -z "$as_dir" && as_dir=.
6831 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6832 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6833 ac_cv_prog_ac_ct_RANLIB="ranlib"
6834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6835 break 2
6836 fi
6837done
6838 done
6839IFS=$as_save_IFS
6840
6841fi
6842fi
6843ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6844if test -n "$ac_ct_RANLIB"; then
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6846$as_echo "$ac_ct_RANLIB" >&6; }
6847else
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6849$as_echo "no" >&6; }
6850fi
6851
6852 if test "x$ac_ct_RANLIB" = x; then
6853 RANLIB=":"
6854 else
6855 case $cross_compiling:$ac_tool_warned in
6856yes:)
6857{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6858$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6859ac_tool_warned=yes ;;
6860esac
6861 RANLIB=$ac_ct_RANLIB
6862 fi
6863else
6864 RANLIB="$ac_cv_prog_RANLIB"
6865fi
6866
6867
46f900c0
MF
6868# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6869# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6870# is C99. So handle it ourselves.
6871:
6872C_DIALECT=
6873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6874$as_echo_n "checking whether C11 is supported by default... " >&6; }
6875cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6876/* end confdefs.h. */
6877
6878#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6879# error "C11 support not found"
6880#endif
6881
6882_ACEOF
6883if ac_fn_c_try_compile "$LINENO"; then :
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6885$as_echo "yes" >&6; }
6886else
6887
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6889$as_echo "no" >&6; }
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6891$as_echo_n "checking for -std=c11 support... " >&6; }
6892 ac_save_CC="$CC"
6893 CC="$CC -std=c11"
6894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6895/* end confdefs.h. */
6896
6897#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6898# error "C11 support not found"
6899#endif
6900
6901_ACEOF
6902if ac_fn_c_try_compile "$LINENO"; then :
6903
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6905$as_echo "yes" >&6; }
6906 CC="$ac_save_CC"
6907 C_DIALECT="-std=c11"
6908
6909else
6910 as_fn_error $? "C11 is required" "$LINENO" 5
6911fi
6912rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6913fi
6914rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6915
6916
c2783492
MF
6917ac_config_headers="$ac_config_headers config.h:config.in"
6918
6919
6bb11ab3
L
6920# Some of the common include files depend on bfd.h, and bfd.h checks
6921# that config.h is included first by testing that the PACKAGE macro
6922# is defined.
6923PACKAGE=sim
6924
6925cat >>confdefs.h <<_ACEOF
6926#define PACKAGE "$PACKAGE"
6927_ACEOF
6928
6929
6930
6931# Dependency checking.
6932ac_config_commands="$ac_config_commands depdir"
6933
6934
6935depcc="$CC" am_compiler_list=
6936
6937am_depcomp=$ac_aux_dir/depcomp
6938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6939$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6940if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6941 $as_echo_n "(cached) " >&6
6942else
6943 if test -f "$am_depcomp"; then
6944 # We make a subdir and do the tests there. Otherwise we can end up
6945 # making bogus files that we don't know about and never remove. For
6946 # instance it was reported that on HP-UX the gcc test will end up
6947 # making a dummy file named `D' -- because `-MD' means `put the output
6948 # in D'.
6949 mkdir conftest.dir
6950 # Copy depcomp to subdir because otherwise we won't find it if we're
6951 # using a relative directory.
6952 cp "$am_depcomp" conftest.dir
6953 cd conftest.dir
6954 # We will build objects and dependencies in a subdirectory because
6955 # it helps to detect inapplicable dependency modes. For instance
6956 # both Tru64's cc and ICC support -MD to output dependencies as a
6957 # side effect of compilation, but ICC will put the dependencies in
6958 # the current directory while Tru64 will put them in the object
6959 # directory.
6960 mkdir sub
6961
6962 am_cv_CC_dependencies_compiler_type=none
6963 if test "$am_compiler_list" = ""; then
6964 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6965 fi
6966 for depmode in $am_compiler_list; do
6967 if test $depmode = none; then break; fi
6968
6969 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6970 # Setup a source with many dependencies, because some compilers
6971 # like to wrap large dependency lists on column 80 (with \), and
6972 # we should not choose a depcomp mode which is confused by this.
6973 #
6974 # We need to recreate these files for each test, as the compiler may
6975 # overwrite some of them when testing with obscure command lines.
6976 # This happens at least with the AIX C compiler.
6977 : > sub/conftest.c
6978 for i in 1 2 3 4 5 6; do
6979 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6980 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6981 # Solaris 8's {/usr,}/bin/sh.
6982 touch sub/conftst$i.h
6983 done
6984 echo "include sub/conftest.Po" > confmf
6985
6986 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6987 # mode. It turns out that the SunPro C++ compiler does not properly
6988 # handle `-M -o', and we need to detect this.
6989 depcmd="depmode=$depmode \
6990 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6991 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6992 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6993 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6994 if env $depcmd > conftest.err 2>&1 &&
6995 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6996 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6997 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6998 # icc doesn't choke on unknown options, it will just issue warnings
6999 # or remarks (even with -Werror). So we grep stderr for any message
7000 # that says an option was ignored or not supported.
7001 # When given -MP, icc 7.0 and 7.1 complain thusly:
7002 # icc: Command line warning: ignoring option '-M'; no argument required
7003 # The diagnosis changed in icc 8.0:
7004 # icc: Command line remark: option '-MP' not supported
7005 if (grep 'ignoring option' conftest.err ||
7006 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7007 am_cv_CC_dependencies_compiler_type=$depmode
7008 $as_echo "$as_me:$LINENO: success" >&5
7009 break
7010 fi
7011 fi
7012 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7013 sed -e 's/^/| /' < conftest.err >&5
7014 done
7015
7016 cd ..
7017 rm -rf conftest.dir
7018else
7019 am_cv_CC_dependencies_compiler_type=none
7020fi
7021
7022fi
7023{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7024$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7025if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7026then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7027else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7028
7029fi
7030
7031
6bb11ab3
L
7032ALL_LINGUAS=
7033# If we haven't got the data from the intl directory,
7034# assume NLS is disabled.
7035USE_NLS=no
7036LIBINTL=
7037LIBINTL_DEP=
7038INCINTL=
7039XGETTEXT=
7040GMSGFMT=
7041POSUB=
7042
7043if test -f ../../intl/config.intl; then
7044 . ../../intl/config.intl
7045fi
7046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7047$as_echo_n "checking whether NLS is requested... " >&6; }
7048if test x"$USE_NLS" != xyes; then
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7050$as_echo "no" >&6; }
7051else
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7053$as_echo "yes" >&6; }
7054
7055$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7056
7057
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7059$as_echo_n "checking for catalogs to be installed... " >&6; }
7060 # Look for .po and .gmo files in the source directory.
7061 CATALOGS=
7062 XLINGUAS=
7063 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7064 # If there aren't any .gmo files the shell will give us the
7065 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7066 # weeded out.
7067 case "$cat" in *\**)
7068 continue;;
7069 esac
7070 # The quadruple backslash is collapsed to a double backslash
7071 # by the backticks, then collapsed again by the double quotes,
7072 # leaving us with one backslash in the sed expression (right
7073 # before the dot that mustn't act as a wildcard).
7074 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7075 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7076 # The user is allowed to set LINGUAS to a list of languages to
7077 # install catalogs for. If it's empty that means "all of them."
7078 if test "x$LINGUAS" = x; then
7079 CATALOGS="$CATALOGS $cat"
7080 XLINGUAS="$XLINGUAS $lang"
7081 else
7082 case "$LINGUAS" in *$lang*)
7083 CATALOGS="$CATALOGS $cat"
7084 XLINGUAS="$XLINGUAS $lang"
7085 ;;
7086 esac
7087 fi
7088 done
7089 LINGUAS="$XLINGUAS"
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7091$as_echo "$LINGUAS" >&6; }
7092
7093
7094 DATADIRNAME=share
7095
7096 INSTOBJEXT=.mo
7097
7098 GENCAT=gencat
7099
7100 CATOBJEXT=.gmo
7101
7102fi
7103
6bb11ab3
L
7104# Check for socket libraries
7105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7106$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7107if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7108 $as_echo_n "(cached) " >&6
7109else
7110 ac_check_lib_save_LIBS=$LIBS
7111LIBS="-lsocket $LIBS"
7112cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7113/* end confdefs.h. */
7114
7115/* Override any GCC internal prototype to avoid an error.
7116 Use char because int might match the return type of a GCC
7117 builtin and then its argument prototype would still apply. */
7118#ifdef __cplusplus
7119extern "C"
7120#endif
7121char bind ();
7122int
7123main ()
7124{
7125return bind ();
7126 ;
7127 return 0;
7128}
7129_ACEOF
7130if ac_fn_c_try_link "$LINENO"; then :
7131 ac_cv_lib_socket_bind=yes
7132else
7133 ac_cv_lib_socket_bind=no
7134fi
7135rm -f core conftest.err conftest.$ac_objext \
7136 conftest$ac_exeext conftest.$ac_ext
7137LIBS=$ac_check_lib_save_LIBS
7138fi
7139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7140$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7141if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7142 cat >>confdefs.h <<_ACEOF
7143#define HAVE_LIBSOCKET 1
7144_ACEOF
7145
7146 LIBS="-lsocket $LIBS"
7147
7148fi
7149
7150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7151$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7152if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7153 $as_echo_n "(cached) " >&6
7154else
7155 ac_check_lib_save_LIBS=$LIBS
7156LIBS="-lnsl $LIBS"
7157cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7158/* end confdefs.h. */
7159
7160/* Override any GCC internal prototype to avoid an error.
7161 Use char because int might match the return type of a GCC
7162 builtin and then its argument prototype would still apply. */
7163#ifdef __cplusplus
7164extern "C"
7165#endif
7166char gethostbyname ();
7167int
7168main ()
7169{
7170return gethostbyname ();
7171 ;
7172 return 0;
7173}
7174_ACEOF
7175if ac_fn_c_try_link "$LINENO"; then :
7176 ac_cv_lib_nsl_gethostbyname=yes
7177else
7178 ac_cv_lib_nsl_gethostbyname=no
7179fi
7180rm -f core conftest.err conftest.$ac_objext \
7181 conftest$ac_exeext conftest.$ac_ext
7182LIBS=$ac_check_lib_save_LIBS
7183fi
7184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7185$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7186if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7187 cat >>confdefs.h <<_ACEOF
7188#define HAVE_LIBNSL 1
7189_ACEOF
7190
7191 LIBS="-lnsl $LIBS"
7192
7193fi
7194
7195
7196# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7197# using the same condition.
7198
aadc9410 7199 # Use the system's zlib library.
7fed4b0b
L
7200 zlibdir="-L\$(top_builddir)/../zlib"
7201 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7202
aadc9410
MF
7203# Check whether --with-system-zlib was given.
7204if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7205 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7206 zlibdir=
7207 zlibinc=
7208 fi
6bb11ab3
L
7209
7210fi
7211
6bb11ab3 7212
6bb11ab3 7213
6bb11ab3
L
7214
7215
7216# BFD uses libdl when when plugins enabled.
7217
faa743bb
RM
7218 maybe_plugins=no
7219 for ac_header in dlfcn.h
7220do :
7221 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7222"
d0ac1c44 7223if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7224 cat >>confdefs.h <<_ACEOF
7225#define HAVE_DLFCN_H 1
7226_ACEOF
7227 maybe_plugins=yes
7228fi
7229
7230done
7231
7232 for ac_header in windows.h
7233do :
7234 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7235"
d0ac1c44 7236if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7237 cat >>confdefs.h <<_ACEOF
7238#define HAVE_WINDOWS_H 1
7239_ACEOF
7240 maybe_plugins=yes
7241fi
7242
7243done
7244
7245
7246 # Check whether --enable-plugins was given.
6bb11ab3
L
7247if test "${enable_plugins+set}" = set; then :
7248 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7249 no) plugins=no ;;
7250 *) plugins=yes
7251 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7252 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7253 fi ;;
7254 esac
6bb11ab3 7255else
faa743bb
RM
7256 plugins=$maybe_plugins
7257
6bb11ab3
L
7258fi
7259
2974be62 7260 if test "$plugins" = "yes"; then
37f980dc
SM
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7262$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7263if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7264 $as_echo_n "(cached) " >&6
7265else
7266 ac_func_search_save_LIBS=$LIBS
7267cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7268/* end confdefs.h. */
7269
7270/* Override any GCC internal prototype to avoid an error.
7271 Use char because int might match the return type of a GCC
7272 builtin and then its argument prototype would still apply. */
7273#ifdef __cplusplus
7274extern "C"
7275#endif
37f980dc 7276char dlsym ();
2974be62
AM
7277int
7278main ()
7279{
37f980dc 7280return dlsym ();
2974be62
AM
7281 ;
7282 return 0;
7283}
7284_ACEOF
7285for ac_lib in '' dl; do
7286 if test -z "$ac_lib"; then
7287 ac_res="none required"
7288 else
7289 ac_res=-l$ac_lib
7290 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7291 fi
7292 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7293 ac_cv_search_dlsym=$ac_res
2974be62
AM
7294fi
7295rm -f core conftest.err conftest.$ac_objext \
7296 conftest$ac_exeext
d0ac1c44 7297 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7298 break
7299fi
7300done
d0ac1c44 7301if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7302
7303else
37f980dc 7304 ac_cv_search_dlsym=no
2974be62
AM
7305fi
7306rm conftest.$ac_ext
7307LIBS=$ac_func_search_save_LIBS
7308fi
37f980dc
SM
7309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7310$as_echo "$ac_cv_search_dlsym" >&6; }
7311ac_res=$ac_cv_search_dlsym
2974be62
AM
7312if test "$ac_res" != no; then :
7313 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7314
7315fi
7316
7317 fi
6bb11ab3
L
7318
7319 if test "$plugins" = yes; then
7320 PLUGINS_TRUE=
7321 PLUGINS_FALSE='#'
7322else
7323 PLUGINS_TRUE='#'
7324 PLUGINS_FALSE=
7325fi
7326
7327
7328
7329
7330
7331# Set options
7332enable_dlopen=yes
7333
7334
7335
7336
7337 enable_win32_dll=no
7338
7339
7340 # Check whether --enable-shared was given.
7341if test "${enable_shared+set}" = set; then :
7342 enableval=$enable_shared; p=${PACKAGE-default}
7343 case $enableval in
7344 yes) enable_shared=yes ;;
7345 no) enable_shared=no ;;
7346 *)
7347 enable_shared=no
7348 # Look at the argument we got. We use all the common list separators.
7349 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7350 for pkg in $enableval; do
7351 IFS="$lt_save_ifs"
7352 if test "X$pkg" = "X$p"; then
7353 enable_shared=yes
7354 fi
7355 done
7356 IFS="$lt_save_ifs"
7357 ;;
7358 esac
7359else
7360 enable_shared=yes
7361fi
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371 # Check whether --enable-static was given.
7372if test "${enable_static+set}" = set; then :
7373 enableval=$enable_static; p=${PACKAGE-default}
7374 case $enableval in
7375 yes) enable_static=yes ;;
7376 no) enable_static=no ;;
7377 *)
7378 enable_static=no
7379 # Look at the argument we got. We use all the common list separators.
7380 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7381 for pkg in $enableval; do
7382 IFS="$lt_save_ifs"
7383 if test "X$pkg" = "X$p"; then
7384 enable_static=yes
7385 fi
7386 done
7387 IFS="$lt_save_ifs"
7388 ;;
7389 esac
7390else
7391 enable_static=yes
7392fi
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403# Check whether --with-pic was given.
7404if test "${with_pic+set}" = set; then :
7405 withval=$with_pic; pic_mode="$withval"
7406else
7407 pic_mode=default
7408fi
7409
7410
7411test -z "$pic_mode" && pic_mode=default
7412
7413
7414
7415
7416
7417
7418
7419 # Check whether --enable-fast-install was given.
7420if test "${enable_fast_install+set}" = set; then :
7421 enableval=$enable_fast_install; p=${PACKAGE-default}
7422 case $enableval in
7423 yes) enable_fast_install=yes ;;
7424 no) enable_fast_install=no ;;
7425 *)
7426 enable_fast_install=no
7427 # Look at the argument we got. We use all the common list separators.
7428 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7429 for pkg in $enableval; do
7430 IFS="$lt_save_ifs"
7431 if test "X$pkg" = "X$p"; then
7432 enable_fast_install=yes
7433 fi
7434 done
7435 IFS="$lt_save_ifs"
7436 ;;
7437 esac
7438else
7439 enable_fast_install=yes
7440fi
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452# This can be used to rebuild libtool when needed
7453LIBTOOL_DEPS="$ltmain"
7454
7455# Always use our own libtool.
7456LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483test -z "$LN_S" && LN_S="ln -s"
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498if test -n "${ZSH_VERSION+set}" ; then
7499 setopt NO_GLOB_SUBST
7500fi
7501
7502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7503$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7504if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7505 $as_echo_n "(cached) " >&6
7506else
7507 rm -f .libs 2>/dev/null
7508mkdir .libs 2>/dev/null
7509if test -d .libs; then
7510 lt_cv_objdir=.libs
7511else
7512 # MS-DOS does not allow filenames that begin with a dot.
7513 lt_cv_objdir=_libs
f0569246 7514fi
6bb11ab3
L
7515rmdir .libs 2>/dev/null
7516fi
7517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7518$as_echo "$lt_cv_objdir" >&6; }
7519objdir=$lt_cv_objdir
f0569246 7520
6bb11ab3
L
7521
7522
7523
7524
7525cat >>confdefs.h <<_ACEOF
7526#define LT_OBJDIR "$lt_cv_objdir/"
7527_ACEOF
7528
7529
7530
7531
7532case $host_os in
7533aix3*)
7534 # AIX sometimes has problems with the GCC collect2 program. For some
7535 # reason, if we set the COLLECT_NAMES environment variable, the problems
7536 # vanish in a puff of smoke.
7537 if test "X${COLLECT_NAMES+set}" != Xset; then
7538 COLLECT_NAMES=
7539 export COLLECT_NAMES
7540 fi
7541 ;;
81ecdfbb 7542esac
6bb11ab3
L
7543
7544# Global variables:
7545ofile=libtool
7546can_build_shared=yes
7547
7548# All known linkers require a `.a' archive for static linking (except MSVC,
7549# which needs '.lib').
7550libext=a
7551
7552with_gnu_ld="$lt_cv_prog_gnu_ld"
7553
7554old_CC="$CC"
7555old_CFLAGS="$CFLAGS"
7556
7557# Set sane defaults for various variables
7558test -z "$CC" && CC=cc
7559test -z "$LTCC" && LTCC=$CC
7560test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7561test -z "$LD" && LD=ld
7562test -z "$ac_objext" && ac_objext=o
7563
7564for cc_temp in $compiler""; do
7565 case $cc_temp in
7566 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7567 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7568 \-*) ;;
7569 *) break;;
7570 esac
7571done
7572cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7573
7574
7575# Only perform the check for file, if the check method requires it
7576test -z "$MAGIC_CMD" && MAGIC_CMD=file
7577case $deplibs_check_method in
7578file_magic*)
7579 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7581$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7582if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7583 $as_echo_n "(cached) " >&6
7584else
7585 case $MAGIC_CMD in
7586[\\/*] | ?:[\\/]*)
7587 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7588 ;;
7589*)
7590 lt_save_MAGIC_CMD="$MAGIC_CMD"
7591 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7592 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7593 for ac_dir in $ac_dummy; do
7594 IFS="$lt_save_ifs"
7595 test -z "$ac_dir" && ac_dir=.
7596 if test -f $ac_dir/${ac_tool_prefix}file; then
7597 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7598 if test -n "$file_magic_test_file"; then
7599 case $deplibs_check_method in
7600 "file_magic "*)
7601 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7602 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7603 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7604 $EGREP "$file_magic_regex" > /dev/null; then
7605 :
7606 else
7607 cat <<_LT_EOF 1>&2
7608
7609*** Warning: the command libtool uses to detect shared libraries,
7610*** $file_magic_cmd, produces output that libtool cannot recognize.
7611*** The result is that libtool may fail to recognize shared libraries
7612*** as such. This will affect the creation of libtool libraries that
7613*** depend on shared libraries, but programs linked with such libtool
7614*** libraries will work regardless of this problem. Nevertheless, you
7615*** may want to report the problem to your system manager and/or to
7616*** bug-libtool@gnu.org
7617
7618_LT_EOF
7619 fi ;;
7620 esac
7621 fi
7622 break
f0569246 7623 fi
6bb11ab3
L
7624 done
7625 IFS="$lt_save_ifs"
7626 MAGIC_CMD="$lt_save_MAGIC_CMD"
7627 ;;
7628esac
f0569246 7629fi
f0569246 7630
6bb11ab3
L
7631MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7632if test -n "$MAGIC_CMD"; then
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7634$as_echo "$MAGIC_CMD" >&6; }
7635else
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7637$as_echo "no" >&6; }
7638fi
81ecdfbb 7639
6bb11ab3
L
7640
7641
7642
7643
7644if test -z "$lt_cv_path_MAGIC_CMD"; then
7645 if test -n "$ac_tool_prefix"; then
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7647$as_echo_n "checking for file... " >&6; }
d0ac1c44 7648if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7649 $as_echo_n "(cached) " >&6
7650else
7651 case $MAGIC_CMD in
7652[\\/*] | ?:[\\/]*)
7653 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7654 ;;
7655*)
7656 lt_save_MAGIC_CMD="$MAGIC_CMD"
7657 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7658 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7659 for ac_dir in $ac_dummy; do
7660 IFS="$lt_save_ifs"
7661 test -z "$ac_dir" && ac_dir=.
7662 if test -f $ac_dir/file; then
7663 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7664 if test -n "$file_magic_test_file"; then
7665 case $deplibs_check_method in
7666 "file_magic "*)
7667 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7668 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7669 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7670 $EGREP "$file_magic_regex" > /dev/null; then
7671 :
7672 else
7673 cat <<_LT_EOF 1>&2
7674
7675*** Warning: the command libtool uses to detect shared libraries,
7676*** $file_magic_cmd, produces output that libtool cannot recognize.
7677*** The result is that libtool may fail to recognize shared libraries
7678*** as such. This will affect the creation of libtool libraries that
7679*** depend on shared libraries, but programs linked with such libtool
7680*** libraries will work regardless of this problem. Nevertheless, you
7681*** may want to report the problem to your system manager and/or to
7682*** bug-libtool@gnu.org
7683
7684_LT_EOF
7685 fi ;;
7686 esac
7687 fi
7688 break
7689 fi
7690 done
7691 IFS="$lt_save_ifs"
7692 MAGIC_CMD="$lt_save_MAGIC_CMD"
7693 ;;
81ecdfbb 7694esac
6bb11ab3
L
7695fi
7696
7697MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7698if test -n "$MAGIC_CMD"; then
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7700$as_echo "$MAGIC_CMD" >&6; }
7701else
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7703$as_echo "no" >&6; }
7704fi
7705
7706
7707 else
7708 MAGIC_CMD=:
7709 fi
7710fi
7711
7712 fi
7713 ;;
7714esac
7715
7716# Use C for the default configuration in the libtool script
7717
7718lt_save_CC="$CC"
7719ac_ext=c
7720ac_cpp='$CPP $CPPFLAGS'
7721ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7722ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7723ac_compiler_gnu=$ac_cv_c_compiler_gnu
7724
7725
7726# Source file extension for C test sources.
7727ac_ext=c
7728
7729# Object file extension for compiled C test sources.
7730objext=o
7731objext=$objext
7732
7733# Code to be used in simple compile tests
7734lt_simple_compile_test_code="int some_variable = 0;"
7735
7736# Code to be used in simple link tests
7737lt_simple_link_test_code='int main(){return(0);}'
7738
7739
7740
7741
7742
7743
7744
7745# If no C compiler was specified, use CC.
7746LTCC=${LTCC-"$CC"}
7747
7748# If no C compiler flags were specified, use CFLAGS.
7749LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7750
7751# Allow CC to be a program name with arguments.
7752compiler=$CC
7753
7754# Save the default compiler, since it gets overwritten when the other
7755# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7756compiler_DEFAULT=$CC
7757
7758# save warnings/boilerplate of simple test code
7759ac_outfile=conftest.$ac_objext
7760echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7761eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7762_lt_compiler_boilerplate=`cat conftest.err`
7763$RM conftest*
7764
7765ac_outfile=conftest.$ac_objext
7766echo "$lt_simple_link_test_code" >conftest.$ac_ext
7767eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7768_lt_linker_boilerplate=`cat conftest.err`
7769$RM -r conftest*
7770
7771
7772## CAVEAT EMPTOR:
7773## There is no encapsulation within the following macros, do not change
7774## the running order or otherwise move them around unless you know exactly
7775## what you are doing...
7776if test -n "$compiler"; then
7777
7778lt_prog_compiler_no_builtin_flag=
7779
7780if test "$GCC" = yes; then
7781 case $cc_basename in
7782 nvcc*)
7783 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7784 *)
7785 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7786 esac
6bb11ab3
L
7787
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7789$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7790if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7791 $as_echo_n "(cached) " >&6
f0569246 7792else
6bb11ab3
L
7793 lt_cv_prog_compiler_rtti_exceptions=no
7794 ac_outfile=conftest.$ac_objext
7795 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7796 lt_compiler_flag="-fno-rtti -fno-exceptions"
7797 # Insert the option either (1) after the last *FLAGS variable, or
7798 # (2) before a word containing "conftest.", or (3) at the end.
7799 # Note that $ac_compile itself does not contain backslashes and begins
7800 # with a dollar sign (not a hyphen), so the echo should work correctly.
7801 # The option is referenced via a variable to avoid confusing sed.
7802 lt_compile=`echo "$ac_compile" | $SED \
7803 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7804 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7805 -e 's:$: $lt_compiler_flag:'`
7806 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7807 (eval "$lt_compile" 2>conftest.err)
7808 ac_status=$?
7809 cat conftest.err >&5
7810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7811 if (exit $ac_status) && test -s "$ac_outfile"; then
7812 # The compiler can only warn and ignore the option if not recognized
7813 # So say no if there are warnings other than the usual output.
7814 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7815 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7816 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7817 lt_cv_prog_compiler_rtti_exceptions=yes
7818 fi
7819 fi
7820 $RM conftest*
7821
f0569246 7822fi
6bb11ab3
L
7823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7824$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7825
7826if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7827 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7828else
7829 :
7830fi
7831
7832fi
7833
7834
7835
7836
7837
7838
7839 lt_prog_compiler_wl=
7840lt_prog_compiler_pic=
7841lt_prog_compiler_static=
7842
7843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7844$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7845
7846 if test "$GCC" = yes; then
7847 lt_prog_compiler_wl='-Wl,'
7848 lt_prog_compiler_static='-static'
7849
7850 case $host_os in
7851 aix*)
7852 # All AIX code is PIC.
7853 if test "$host_cpu" = ia64; then
7854 # AIX 5 now supports IA64 processor
7855 lt_prog_compiler_static='-Bstatic'
7856 fi
7857 lt_prog_compiler_pic='-fPIC'
7858 ;;
7859
7860 amigaos*)
7861 case $host_cpu in
7862 powerpc)
7863 # see comment about AmigaOS4 .so support
7864 lt_prog_compiler_pic='-fPIC'
7865 ;;
7866 m68k)
7867 # FIXME: we need at least 68020 code to build shared libraries, but
7868 # adding the `-m68020' flag to GCC prevents building anything better,
7869 # like `-m68040'.
7870 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7871 ;;
7872 esac
7873 ;;
7874
7875 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7876 # PIC is the default for these OSes.
7877 ;;
7878
7879 mingw* | cygwin* | pw32* | os2* | cegcc*)
7880 # This hack is so that the source file can tell whether it is being
7881 # built for inclusion in a dll (and should export symbols for example).
7882 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7883 # (--disable-auto-import) libraries
7884 lt_prog_compiler_pic='-DDLL_EXPORT'
7885 ;;
7886
7887 darwin* | rhapsody*)
7888 # PIC is the default on this platform
7889 # Common symbols not allowed in MH_DYLIB files
7890 lt_prog_compiler_pic='-fno-common'
7891 ;;
7892
7893 haiku*)
7894 # PIC is the default for Haiku.
7895 # The "-static" flag exists, but is broken.
7896 lt_prog_compiler_static=
7897 ;;
7898
7899 hpux*)
7900 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7901 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7902 # sets the default TLS model and affects inlining.
7903 case $host_cpu in
7904 hppa*64*)
7905 # +Z the default
7906 ;;
7907 *)
7908 lt_prog_compiler_pic='-fPIC'
7909 ;;
7910 esac
7911 ;;
7912
7913 interix[3-9]*)
7914 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7915 # Instead, we relocate shared libraries at runtime.
7916 ;;
7917
7918 msdosdjgpp*)
7919 # Just because we use GCC doesn't mean we suddenly get shared libraries
7920 # on systems that don't support them.
7921 lt_prog_compiler_can_build_shared=no
7922 enable_shared=no
7923 ;;
7924
7925 *nto* | *qnx*)
7926 # QNX uses GNU C++, but need to define -shared option too, otherwise
7927 # it will coredump.
7928 lt_prog_compiler_pic='-fPIC -shared'
7929 ;;
7930
7931 sysv4*MP*)
7932 if test -d /usr/nec; then
7933 lt_prog_compiler_pic=-Kconform_pic
7934 fi
7935 ;;
7936
7937 *)
7938 lt_prog_compiler_pic='-fPIC'
7939 ;;
7940 esac
7941
7942 case $cc_basename in
7943 nvcc*) # Cuda Compiler Driver 2.2
7944 lt_prog_compiler_wl='-Xlinker '
7945 lt_prog_compiler_pic='-Xcompiler -fPIC'
7946 ;;
7947 esac
7948 else
7949 # PORTME Check for flag to pass linker flags through the system compiler.
7950 case $host_os in
7951 aix*)
7952 lt_prog_compiler_wl='-Wl,'
7953 if test "$host_cpu" = ia64; then
7954 # AIX 5 now supports IA64 processor
7955 lt_prog_compiler_static='-Bstatic'
7956 else
7957 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7958 fi
7959 ;;
7960
7961 mingw* | cygwin* | pw32* | os2* | cegcc*)
7962 # This hack is so that the source file can tell whether it is being
7963 # built for inclusion in a dll (and should export symbols for example).
7964 lt_prog_compiler_pic='-DDLL_EXPORT'
7965 ;;
7966
7967 hpux9* | hpux10* | hpux11*)
7968 lt_prog_compiler_wl='-Wl,'
7969 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7970 # not for PA HP-UX.
7971 case $host_cpu in
7972 hppa*64*|ia64*)
7973 # +Z the default
7974 ;;
7975 *)
7976 lt_prog_compiler_pic='+Z'
7977 ;;
7978 esac
7979 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7980 lt_prog_compiler_static='${wl}-a ${wl}archive'
7981 ;;
7982
7983 irix5* | irix6* | nonstopux*)
7984 lt_prog_compiler_wl='-Wl,'
7985 # PIC (with -KPIC) is the default.
7986 lt_prog_compiler_static='-non_shared'
7987 ;;
7988
7989 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7990 case $cc_basename in
7991 # old Intel for x86_64 which still supported -KPIC.
7992 ecc*)
7993 lt_prog_compiler_wl='-Wl,'
7994 lt_prog_compiler_pic='-KPIC'
7995 lt_prog_compiler_static='-static'
7996 ;;
7997 # icc used to be incompatible with GCC.
7998 # ICC 10 doesn't accept -KPIC any more.
7999 icc* | ifort*)
8000 lt_prog_compiler_wl='-Wl,'
8001 lt_prog_compiler_pic='-fPIC'
8002 lt_prog_compiler_static='-static'
8003 ;;
8004 # Lahey Fortran 8.1.
8005 lf95*)
8006 lt_prog_compiler_wl='-Wl,'
8007 lt_prog_compiler_pic='--shared'
8008 lt_prog_compiler_static='--static'
8009 ;;
8010 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8011 # Portland Group compilers (*not* the Pentium gcc compiler,
8012 # which looks to be a dead project)
8013 lt_prog_compiler_wl='-Wl,'
8014 lt_prog_compiler_pic='-fpic'
8015 lt_prog_compiler_static='-Bstatic'
8016 ;;
8017 ccc*)
8018 lt_prog_compiler_wl='-Wl,'
8019 # All Alpha code is PIC.
8020 lt_prog_compiler_static='-non_shared'
8021 ;;
8022 xl* | bgxl* | bgf* | mpixl*)
8023 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8024 lt_prog_compiler_wl='-Wl,'
8025 lt_prog_compiler_pic='-qpic'
8026 lt_prog_compiler_static='-qstaticlink'
8027 ;;
8028 *)
8029 case `$CC -V 2>&1 | sed 5q` in
8030 *Sun\ F* | *Sun*Fortran*)
8031 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8032 lt_prog_compiler_pic='-KPIC'
8033 lt_prog_compiler_static='-Bstatic'
8034 lt_prog_compiler_wl=''
8035 ;;
8036 *Sun\ C*)
8037 # Sun C 5.9
8038 lt_prog_compiler_pic='-KPIC'
8039 lt_prog_compiler_static='-Bstatic'
8040 lt_prog_compiler_wl='-Wl,'
8041 ;;
8042 esac
8043 ;;
8044 esac
8045 ;;
8046
8047 newsos6)
8048 lt_prog_compiler_pic='-KPIC'
8049 lt_prog_compiler_static='-Bstatic'
8050 ;;
8051
8052 *nto* | *qnx*)
8053 # QNX uses GNU C++, but need to define -shared option too, otherwise
8054 # it will coredump.
8055 lt_prog_compiler_pic='-fPIC -shared'
8056 ;;
8057
8058 osf3* | osf4* | osf5*)
8059 lt_prog_compiler_wl='-Wl,'
8060 # All OSF/1 code is PIC.
8061 lt_prog_compiler_static='-non_shared'
8062 ;;
8063
8064 rdos*)
8065 lt_prog_compiler_static='-non_shared'
8066 ;;
8067
8068 solaris*)
8069 lt_prog_compiler_pic='-KPIC'
8070 lt_prog_compiler_static='-Bstatic'
8071 case $cc_basename in
8072 f77* | f90* | f95*)
8073 lt_prog_compiler_wl='-Qoption ld ';;
8074 *)
8075 lt_prog_compiler_wl='-Wl,';;
8076 esac
8077 ;;
f0569246 8078
6bb11ab3
L
8079 sunos4*)
8080 lt_prog_compiler_wl='-Qoption ld '
8081 lt_prog_compiler_pic='-PIC'
8082 lt_prog_compiler_static='-Bstatic'
8083 ;;
f0569246 8084
6bb11ab3
L
8085 sysv4 | sysv4.2uw2* | sysv4.3*)
8086 lt_prog_compiler_wl='-Wl,'
8087 lt_prog_compiler_pic='-KPIC'
8088 lt_prog_compiler_static='-Bstatic'
8089 ;;
f0569246 8090
6bb11ab3
L
8091 sysv4*MP*)
8092 if test -d /usr/nec ;then
8093 lt_prog_compiler_pic='-Kconform_pic'
8094 lt_prog_compiler_static='-Bstatic'
8095 fi
8096 ;;
8097
8098 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8099 lt_prog_compiler_wl='-Wl,'
8100 lt_prog_compiler_pic='-KPIC'
8101 lt_prog_compiler_static='-Bstatic'
8102 ;;
8103
8104 unicos*)
8105 lt_prog_compiler_wl='-Wl,'
8106 lt_prog_compiler_can_build_shared=no
8107 ;;
8108
8109 uts4*)
8110 lt_prog_compiler_pic='-pic'
8111 lt_prog_compiler_static='-Bstatic'
8112 ;;
8113
8114 *)
8115 lt_prog_compiler_can_build_shared=no
8116 ;;
8117 esac
8118 fi
8119
8120case $host_os in
8121 # For platforms which do not support PIC, -DPIC is meaningless:
8122 *djgpp*)
8123 lt_prog_compiler_pic=
8124 ;;
8125 *)
8126 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8127 ;;
81ecdfbb 8128esac
6bb11ab3
L
8129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8130$as_echo "$lt_prog_compiler_pic" >&6; }
8131
8132
8133
8134
8135
8136
8137#
8138# Check to make sure the PIC flag actually works.
8139#
8140if test -n "$lt_prog_compiler_pic"; then
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8142$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8143if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8144 $as_echo_n "(cached) " >&6
b7026657 8145else
6bb11ab3
L
8146 lt_cv_prog_compiler_pic_works=no
8147 ac_outfile=conftest.$ac_objext
8148 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8149 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8150 # Insert the option either (1) after the last *FLAGS variable, or
8151 # (2) before a word containing "conftest.", or (3) at the end.
8152 # Note that $ac_compile itself does not contain backslashes and begins
8153 # with a dollar sign (not a hyphen), so the echo should work correctly.
8154 # The option is referenced via a variable to avoid confusing sed.
8155 lt_compile=`echo "$ac_compile" | $SED \
8156 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8157 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8158 -e 's:$: $lt_compiler_flag:'`
8159 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8160 (eval "$lt_compile" 2>conftest.err)
8161 ac_status=$?
8162 cat conftest.err >&5
8163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8164 if (exit $ac_status) && test -s "$ac_outfile"; then
8165 # The compiler can only warn and ignore the option if not recognized
8166 # So say no if there are warnings other than the usual output.
8167 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8168 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8169 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8170 lt_cv_prog_compiler_pic_works=yes
8171 fi
8172 fi
8173 $RM conftest*
b7026657 8174
b7026657 8175fi
6bb11ab3
L
8176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8177$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8178
8179if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8180 case $lt_prog_compiler_pic in
8181 "" | " "*) ;;
8182 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8183 esac
8184else
8185 lt_prog_compiler_pic=
8186 lt_prog_compiler_can_build_shared=no
f0569246 8187fi
6bb11ab3
L
8188
8189fi
8190
8191
8192
8193
8194
8195
8196#
8197# Check to make sure the static flag actually works.
8198#
8199wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8201$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8202if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8203 $as_echo_n "(cached) " >&6
f0569246 8204else
6bb11ab3
L
8205 lt_cv_prog_compiler_static_works=no
8206 save_LDFLAGS="$LDFLAGS"
8207 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8208 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8209 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8210 # The linker can only warn and ignore the option if not recognized
8211 # So say no if there are warnings
8212 if test -s conftest.err; then
8213 # Append any errors to the config.log.
8214 cat conftest.err 1>&5
8215 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8216 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8217 if diff conftest.exp conftest.er2 >/dev/null; then
8218 lt_cv_prog_compiler_static_works=yes
8219 fi
8220 else
8221 lt_cv_prog_compiler_static_works=yes
8222 fi
8223 fi
8224 $RM -r conftest*
8225 LDFLAGS="$save_LDFLAGS"
f0569246 8226
6bb11ab3
L
8227fi
8228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8229$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8230
6bb11ab3
L
8231if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8232 :
f0569246 8233else
6bb11ab3 8234 lt_prog_compiler_static=
f0569246 8235fi
b7026657 8236
6bb11ab3
L
8237
8238
8239
8240
8241
8242
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8244$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8245if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8246 $as_echo_n "(cached) " >&6
81ecdfbb 8247else
6bb11ab3
L
8248 lt_cv_prog_compiler_c_o=no
8249 $RM -r conftest 2>/dev/null
8250 mkdir conftest
8251 cd conftest
8252 mkdir out
8253 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8254
8255 lt_compiler_flag="-o out/conftest2.$ac_objext"
8256 # Insert the option either (1) after the last *FLAGS variable, or
8257 # (2) before a word containing "conftest.", or (3) at the end.
8258 # Note that $ac_compile itself does not contain backslashes and begins
8259 # with a dollar sign (not a hyphen), so the echo should work correctly.
8260 lt_compile=`echo "$ac_compile" | $SED \
8261 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8262 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8263 -e 's:$: $lt_compiler_flag:'`
8264 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8265 (eval "$lt_compile" 2>out/conftest.err)
8266 ac_status=$?
8267 cat out/conftest.err >&5
8268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8269 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8270 then
8271 # The compiler can only warn and ignore the option if not recognized
8272 # So say no if there are warnings
8273 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8274 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8275 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8276 lt_cv_prog_compiler_c_o=yes
8277 fi
8278 fi
8279 chmod u+w . 2>&5
8280 $RM conftest*
8281 # SGI C++ compiler will create directory out/ii_files/ for
8282 # template instantiation
8283 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8284 $RM out/* && rmdir out
8285 cd ..
8286 $RM -r conftest
8287 $RM conftest*
8288
81ecdfbb 8289fi
6bb11ab3
L
8290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8291$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8292
8293
8294
8295
8296
8297
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8299$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8300if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8301 $as_echo_n "(cached) " >&6
8302else
6bb11ab3
L
8303 lt_cv_prog_compiler_c_o=no
8304 $RM -r conftest 2>/dev/null
8305 mkdir conftest
8306 cd conftest
8307 mkdir out
8308 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8309
8310 lt_compiler_flag="-o out/conftest2.$ac_objext"
8311 # Insert the option either (1) after the last *FLAGS variable, or
8312 # (2) before a word containing "conftest.", or (3) at the end.
8313 # Note that $ac_compile itself does not contain backslashes and begins
8314 # with a dollar sign (not a hyphen), so the echo should work correctly.
8315 lt_compile=`echo "$ac_compile" | $SED \
8316 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8317 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8318 -e 's:$: $lt_compiler_flag:'`
8319 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8320 (eval "$lt_compile" 2>out/conftest.err)
8321 ac_status=$?
8322 cat out/conftest.err >&5
8323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8324 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8325 then
8326 # The compiler can only warn and ignore the option if not recognized
8327 # So say no if there are warnings
8328 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8329 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8330 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8331 lt_cv_prog_compiler_c_o=yes
8332 fi
8333 fi
8334 chmod u+w . 2>&5
8335 $RM conftest*
8336 # SGI C++ compiler will create directory out/ii_files/ for
8337 # template instantiation
8338 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8339 $RM out/* && rmdir out
8340 cd ..
8341 $RM -r conftest
8342 $RM conftest*
8343
8344fi
8345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8346$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8347
8348
8349
8350
8351hard_links="nottested"
8352if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8353 # do not overwrite the value of need_locks provided by the user
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8355$as_echo_n "checking if we can lock with hard links... " >&6; }
8356 hard_links=yes
8357 $RM conftest*
8358 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8359 touch conftest.a
8360 ln conftest.a conftest.b 2>&5 || hard_links=no
8361 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8363$as_echo "$hard_links" >&6; }
8364 if test "$hard_links" = no; then
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8366$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8367 need_locks=warn
8368 fi
8369else
8370 need_locks=no
8371fi
8372
8373
8374
8375
8376
8377
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8379$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8380
8381 runpath_var=
8382 allow_undefined_flag=
8383 always_export_symbols=no
8384 archive_cmds=
8385 archive_expsym_cmds=
8386 compiler_needs_object=no
8387 enable_shared_with_static_runtimes=no
8388 export_dynamic_flag_spec=
8389 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8390 hardcode_automatic=no
8391 hardcode_direct=no
8392 hardcode_direct_absolute=no
8393 hardcode_libdir_flag_spec=
8394 hardcode_libdir_flag_spec_ld=
8395 hardcode_libdir_separator=
8396 hardcode_minus_L=no
8397 hardcode_shlibpath_var=unsupported
8398 inherit_rpath=no
8399 link_all_deplibs=unknown
8400 module_cmds=
8401 module_expsym_cmds=
8402 old_archive_from_new_cmds=
8403 old_archive_from_expsyms_cmds=
8404 thread_safe_flag_spec=
8405 whole_archive_flag_spec=
8406 # include_expsyms should be a list of space-separated symbols to be *always*
8407 # included in the symbol list
8408 include_expsyms=
8409 # exclude_expsyms can be an extended regexp of symbols to exclude
8410 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8411 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8412 # as well as any symbol that contains `d'.
8413 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8414 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8415 # platforms (ab)use it in PIC code, but their linkers get confused if
8416 # the symbol is explicitly referenced. Since portable code cannot
8417 # rely on this symbol name, it's probably fine to never include it in
8418 # preloaded symbol tables.
8419 # Exclude shared library initialization/finalization symbols.
8420 extract_expsyms_cmds=
8421
8422 case $host_os in
8423 cygwin* | mingw* | pw32* | cegcc*)
8424 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8425 # When not using gcc, we currently assume that we are using
8426 # Microsoft Visual C++.
8427 if test "$GCC" != yes; then
8428 with_gnu_ld=no
8429 fi
8430 ;;
8431 interix*)
8432 # we just hope/assume this is gcc and not c89 (= MSVC++)
8433 with_gnu_ld=yes
8434 ;;
8435 openbsd*)
8436 with_gnu_ld=no
8437 ;;
8438 esac
f0569246 8439
6bb11ab3
L
8440 ld_shlibs=yes
8441
8442 # On some targets, GNU ld is compatible enough with the native linker
8443 # that we're better off using the native interface for both.
8444 lt_use_gnu_ld_interface=no
8445 if test "$with_gnu_ld" = yes; then
8446 case $host_os in
8447 aix*)
8448 # The AIX port of GNU ld has always aspired to compatibility
8449 # with the native linker. However, as the warning in the GNU ld
8450 # block says, versions before 2.19.5* couldn't really create working
8451 # shared libraries, regardless of the interface used.
8452 case `$LD -v 2>&1` in
8453 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8454 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8455 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8456 *)
8457 lt_use_gnu_ld_interface=yes
8458 ;;
8459 esac
8460 ;;
8461 *)
8462 lt_use_gnu_ld_interface=yes
8463 ;;
8464 esac
8465 fi
f0569246 8466
6bb11ab3
L
8467 if test "$lt_use_gnu_ld_interface" = yes; then
8468 # If archive_cmds runs LD, not CC, wlarc should be empty
8469 wlarc='${wl}'
8470
8471 # Set some defaults for GNU ld with shared library support. These
8472 # are reset later if shared libraries are not supported. Putting them
8473 # here allows them to be overridden if necessary.
8474 runpath_var=LD_RUN_PATH
8475 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8476 export_dynamic_flag_spec='${wl}--export-dynamic'
8477 # ancient GNU ld didn't support --whole-archive et. al.
8478 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8479 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8480 else
8481 whole_archive_flag_spec=
8482 fi
8483 supports_anon_versioning=no
8484 case `$LD -v 2>&1` in
8485 *GNU\ gold*) supports_anon_versioning=yes ;;
8486 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8487 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8488 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8489 *\ 2.11.*) ;; # other 2.11 versions
8490 *) supports_anon_versioning=yes ;;
8491 esac
8492
8493 # See if GNU ld supports shared libraries.
8494 case $host_os in
8495 aix[3-9]*)
8496 # On AIX/PPC, the GNU linker is very broken
8497 if test "$host_cpu" != ia64; then
8498 ld_shlibs=no
8499 cat <<_LT_EOF 1>&2
8500
8501*** Warning: the GNU linker, at least up to release 2.19, is reported
8502*** to be unable to reliably create shared libraries on AIX.
8503*** Therefore, libtool is disabling shared libraries support. If you
8504*** really care for shared libraries, you may want to install binutils
8505*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8506*** You will then need to restart the configuration process.
8507
8508_LT_EOF
8509 fi
8510 ;;
8511
8512 amigaos*)
8513 case $host_cpu in
8514 powerpc)
8515 # see comment about AmigaOS4 .so support
8516 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8517 archive_expsym_cmds=''
8518 ;;
8519 m68k)
8520 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)'
8521 hardcode_libdir_flag_spec='-L$libdir'
8522 hardcode_minus_L=yes
8523 ;;
8524 esac
8525 ;;
8526
8527 beos*)
8528 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8529 allow_undefined_flag=unsupported
8530 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8531 # support --undefined. This deserves some investigation. FIXME
8532 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8533 else
8534 ld_shlibs=no
8535 fi
8536 ;;
8537
8538 cygwin* | mingw* | pw32* | cegcc*)
8539 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8540 # as there is no search path for DLLs.
8541 hardcode_libdir_flag_spec='-L$libdir'
8542 export_dynamic_flag_spec='${wl}--export-all-symbols'
8543 allow_undefined_flag=unsupported
8544 always_export_symbols=no
8545 enable_shared_with_static_runtimes=yes
8546 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8547
8548 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8549 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8550 # If the export-symbols file already is a .def file (1st line
8551 # is EXPORTS), use it as is; otherwise, prepend...
8552 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8553 cp $export_symbols $output_objdir/$soname.def;
8554 else
8555 echo EXPORTS > $output_objdir/$soname.def;
8556 cat $export_symbols >> $output_objdir/$soname.def;
8557 fi~
8558 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8559 else
8560 ld_shlibs=no
8561 fi
8562 ;;
8563
8564 haiku*)
8565 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8566 link_all_deplibs=yes
8567 ;;
8568
8569 interix[3-9]*)
8570 hardcode_direct=no
8571 hardcode_shlibpath_var=no
8572 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8573 export_dynamic_flag_spec='${wl}-E'
8574 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8575 # Instead, shared libraries are loaded at an image base (0x10000000 by
8576 # default) and relocated if they conflict, which is a slow very memory
8577 # consuming and fragmenting process. To avoid this, we pick a random,
8578 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8579 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8580 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8581 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'
8582 ;;
8583
8584 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8585 tmp_diet=no
8586 if test "$host_os" = linux-dietlibc; then
8587 case $cc_basename in
8588 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8589 esac
8590 fi
8591 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8592 && test "$tmp_diet" = no
8593 then
ae7d0cac 8594 tmp_addflag=' $pic_flag'
6bb11ab3
L
8595 tmp_sharedflag='-shared'
8596 case $cc_basename,$host_cpu in
8597 pgcc*) # Portland Group C compiler
8598 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'
8599 tmp_addflag=' $pic_flag'
8600 ;;
8601 pgf77* | pgf90* | pgf95* | pgfortran*)
8602 # Portland Group f77 and f90 compilers
8603 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'
8604 tmp_addflag=' $pic_flag -Mnomain' ;;
8605 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8606 tmp_addflag=' -i_dynamic' ;;
8607 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8608 tmp_addflag=' -i_dynamic -nofor_main' ;;
8609 ifc* | ifort*) # Intel Fortran compiler
8610 tmp_addflag=' -nofor_main' ;;
8611 lf95*) # Lahey Fortran 8.1
8612 whole_archive_flag_spec=
8613 tmp_sharedflag='--shared' ;;
8614 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8615 tmp_sharedflag='-qmkshrobj'
8616 tmp_addflag= ;;
8617 nvcc*) # Cuda Compiler Driver 2.2
8618 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'
8619 compiler_needs_object=yes
8620 ;;
8621 esac
8622 case `$CC -V 2>&1 | sed 5q` in
8623 *Sun\ C*) # Sun C 5.9
8624 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'
8625 compiler_needs_object=yes
8626 tmp_sharedflag='-G' ;;
8627 *Sun\ F*) # Sun Fortran 8.3
8628 tmp_sharedflag='-G' ;;
8629 esac
8630 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8631
8632 if test "x$supports_anon_versioning" = xyes; then
8633 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8634 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8635 echo "local: *; };" >> $output_objdir/$libname.ver~
8636 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8637 fi
8638
8639 case $cc_basename in
8640 xlf* | bgf* | bgxlf* | mpixlf*)
8641 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8642 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8643 hardcode_libdir_flag_spec=
8644 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8645 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8646 if test "x$supports_anon_versioning" = xyes; then
8647 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8648 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8649 echo "local: *; };" >> $output_objdir/$libname.ver~
8650 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8651 fi
8652 ;;
8653 esac
8654 else
8655 ld_shlibs=no
8656 fi
8657 ;;
8658
8659 netbsd*)
8660 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8661 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8662 wlarc=
8663 else
8664 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8665 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8666 fi
8667 ;;
8668
8669 solaris*)
8670 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8671 ld_shlibs=no
8672 cat <<_LT_EOF 1>&2
8673
8674*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8675*** create shared libraries on Solaris systems. Therefore, libtool
8676*** is disabling shared libraries support. We urge you to upgrade GNU
8677*** binutils to release 2.9.1 or newer. Another option is to modify
8678*** your PATH or compiler configuration so that the native linker is
8679*** used, and then restart.
8680
8681_LT_EOF
8682 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8683 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8684 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8685 else
8686 ld_shlibs=no
8687 fi
8688 ;;
8689
8690 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8691 case `$LD -v 2>&1` in
8692 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8693 ld_shlibs=no
8694 cat <<_LT_EOF 1>&2
8695
8696*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8697*** reliably create shared libraries on SCO systems. Therefore, libtool
8698*** is disabling shared libraries support. We urge you to upgrade GNU
8699*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8700*** your PATH or compiler configuration so that the native linker is
8701*** used, and then restart.
8702
8703_LT_EOF
8704 ;;
8705 *)
8706 # For security reasons, it is highly recommended that you always
8707 # use absolute paths for naming shared libraries, and exclude the
8708 # DT_RUNPATH tag from executables and libraries. But doing so
8709 # requires that you compile everything twice, which is a pain.
8710 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8711 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8712 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8713 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8714 else
8715 ld_shlibs=no
8716 fi
8717 ;;
8718 esac
8719 ;;
8720
8721 sunos4*)
8722 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8723 wlarc=
8724 hardcode_direct=yes
8725 hardcode_shlibpath_var=no
8726 ;;
8727
8728 *)
8729 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8730 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8731 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8732 else
8733 ld_shlibs=no
8734 fi
8735 ;;
8736 esac
8737
8738 if test "$ld_shlibs" = no; then
8739 runpath_var=
8740 hardcode_libdir_flag_spec=
8741 export_dynamic_flag_spec=
8742 whole_archive_flag_spec=
8743 fi
8744 else
8745 # PORTME fill in a description of your system's linker (not GNU ld)
8746 case $host_os in
8747 aix3*)
8748 allow_undefined_flag=unsupported
8749 always_export_symbols=yes
8750 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'
8751 # Note: this linker hardcodes the directories in LIBPATH if there
8752 # are no directories specified by -L.
8753 hardcode_minus_L=yes
8754 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8755 # Neither direct hardcoding nor static linking is supported with a
8756 # broken collect2.
8757 hardcode_direct=unsupported
8758 fi
8759 ;;
8760
8761 aix[4-9]*)
8762 if test "$host_cpu" = ia64; then
8763 # On IA64, the linker does run time linking by default, so we don't
8764 # have to do anything special.
8765 aix_use_runtimelinking=no
8766 exp_sym_flag='-Bexport'
8767 no_entry_flag=""
8768 else
8769 # If we're using GNU nm, then we don't want the "-C" option.
8770 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8771 # Also, AIX nm treats weak defined symbols like other global
8772 # defined symbols, whereas GNU nm marks them as "W".
8773 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8774 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'
8775 else
5c887dd5 8776 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
8777 fi
8778 aix_use_runtimelinking=no
8779
8780 # Test if we are trying to use run time linking or normal
8781 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8782 # need to do runtime linking.
8783 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8784 for ld_flag in $LDFLAGS; do
8785 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8786 aix_use_runtimelinking=yes
8787 break
8788 fi
8789 done
8790 ;;
8791 esac
8792
8793 exp_sym_flag='-bexport'
8794 no_entry_flag='-bnoentry'
8795 fi
8796
8797 # When large executables or shared objects are built, AIX ld can
8798 # have problems creating the table of contents. If linking a library
8799 # or program results in "error TOC overflow" add -mminimal-toc to
8800 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8801 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8802
8803 archive_cmds=''
8804 hardcode_direct=yes
8805 hardcode_direct_absolute=yes
8806 hardcode_libdir_separator=':'
8807 link_all_deplibs=yes
8808 file_list_spec='${wl}-f,'
8809
8810 if test "$GCC" = yes; then
8811 case $host_os in aix4.[012]|aix4.[012].*)
8812 # We only want to do this on AIX 4.2 and lower, the check
8813 # below for broken collect2 doesn't work under 4.3+
8814 collect2name=`${CC} -print-prog-name=collect2`
8815 if test -f "$collect2name" &&
8816 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8817 then
8818 # We have reworked collect2
8819 :
8820 else
8821 # We have old collect2
8822 hardcode_direct=unsupported
8823 # It fails to find uninstalled libraries when the uninstalled
8824 # path is not listed in the libpath. Setting hardcode_minus_L
8825 # to unsupported forces relinking
8826 hardcode_minus_L=yes
8827 hardcode_libdir_flag_spec='-L$libdir'
8828 hardcode_libdir_separator=
8829 fi
8830 ;;
8831 esac
8832 shared_flag='-shared'
8833 if test "$aix_use_runtimelinking" = yes; then
8834 shared_flag="$shared_flag "'${wl}-G'
8835 fi
8836 else
8837 # not using gcc
8838 if test "$host_cpu" = ia64; then
8839 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8840 # chokes on -Wl,-G. The following line is correct:
8841 shared_flag='-G'
8842 else
8843 if test "$aix_use_runtimelinking" = yes; then
8844 shared_flag='${wl}-G'
8845 else
8846 shared_flag='${wl}-bM:SRE'
8847 fi
8848 fi
8849 fi
8850
8851 export_dynamic_flag_spec='${wl}-bexpall'
8852 # It seems that -bexpall does not export symbols beginning with
8853 # underscore (_), so it is better to generate a list of symbols to export.
8854 always_export_symbols=yes
8855 if test "$aix_use_runtimelinking" = yes; then
8856 # Warning - without using the other runtime loading flags (-brtl),
8857 # -berok will link without error, but may produce a broken library.
8858 allow_undefined_flag='-berok'
8859 # Determine the default libpath from the value encoded in an
8860 # empty executable.
8861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8862/* end confdefs.h. */
8863
8864int
8865main ()
8866{
8867
8868 ;
8869 return 0;
8870}
8871_ACEOF
6bb11ab3 8872if ac_fn_c_try_link "$LINENO"; then :
b7026657 8873
6bb11ab3
L
8874lt_aix_libpath_sed='
8875 /Import File Strings/,/^$/ {
8876 /^0/ {
8877 s/^0 *\(.*\)$/\1/
8878 p
8879 }
8880 }'
8881aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8882# Check for a 64-bit object if we didn't find anything.
8883if test -z "$aix_libpath"; then
8884 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8885fi
8886fi
8887rm -f core conftest.err conftest.$ac_objext \
8888 conftest$ac_exeext conftest.$ac_ext
8889if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8890
8891 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8892 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"
8893 else
8894 if test "$host_cpu" = ia64; then
8895 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8896 allow_undefined_flag="-z nodefs"
8897 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"
8898 else
8899 # Determine the default libpath from the value encoded in an
8900 # empty executable.
81ecdfbb
RW
8901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8902/* end confdefs.h. */
8903
8904int
8905main ()
8906{
8907
8908 ;
8909 return 0;
8910}
8911_ACEOF
6bb11ab3
L
8912if ac_fn_c_try_link "$LINENO"; then :
8913
8914lt_aix_libpath_sed='
8915 /Import File Strings/,/^$/ {
8916 /^0/ {
8917 s/^0 *\(.*\)$/\1/
8918 p
8919 }
8920 }'
8921aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8922# Check for a 64-bit object if we didn't find anything.
8923if test -z "$aix_libpath"; then
8924 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8925fi
81ecdfbb 8926fi
6bb11ab3
L
8927rm -f core conftest.err conftest.$ac_objext \
8928 conftest$ac_exeext conftest.$ac_ext
8929if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8930
8931 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8932 # Warning - without using the other run time loading flags,
8933 # -berok will link without error, but may produce a broken library.
8934 no_undefined_flag=' ${wl}-bernotok'
8935 allow_undefined_flag=' ${wl}-berok'
8936 if test "$with_gnu_ld" = yes; then
8937 # We only use this code for GNU lds that support --whole-archive.
8938 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8939 else
8940 # Exported symbols can be pulled into shared objects from archives
8941 whole_archive_flag_spec='$convenience'
8942 fi
8943 archive_cmds_need_lc=yes
8944 # This is similar to how AIX traditionally builds its shared libraries.
8945 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'
8946 fi
8947 fi
8948 ;;
8949
8950 amigaos*)
8951 case $host_cpu in
8952 powerpc)
8953 # see comment about AmigaOS4 .so support
8954 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8955 archive_expsym_cmds=''
8956 ;;
8957 m68k)
8958 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)'
8959 hardcode_libdir_flag_spec='-L$libdir'
8960 hardcode_minus_L=yes
8961 ;;
8962 esac
8963 ;;
8964
8965 bsdi[45]*)
8966 export_dynamic_flag_spec=-rdynamic
8967 ;;
8968
8969 cygwin* | mingw* | pw32* | cegcc*)
8970 # When not using gcc, we currently assume that we are using
8971 # Microsoft Visual C++.
8972 # hardcode_libdir_flag_spec is actually meaningless, as there is
8973 # no search path for DLLs.
8974 hardcode_libdir_flag_spec=' '
8975 allow_undefined_flag=unsupported
8976 # Tell ltmain to make .lib files, not .a files.
8977 libext=lib
8978 # Tell ltmain to make .dll files, not .so files.
8979 shrext_cmds=".dll"
8980 # FIXME: Setting linknames here is a bad hack.
8981 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8982 # The linker will automatically build a .lib file if we build a DLL.
8983 old_archive_from_new_cmds='true'
8984 # FIXME: Should let the user specify the lib program.
8985 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8986 fix_srcfile_path='`cygpath -w "$srcfile"`'
8987 enable_shared_with_static_runtimes=yes
8988 ;;
8989
8990 darwin* | rhapsody*)
8991
8992
8993 archive_cmds_need_lc=no
8994 hardcode_direct=no
8995 hardcode_automatic=yes
8996 hardcode_shlibpath_var=unsupported
8997 if test "$lt_cv_ld_force_load" = "yes"; then
8998 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\"`'
f0569246 8999 else
6bb11ab3 9000 whole_archive_flag_spec=''
f0569246 9001 fi
6bb11ab3
L
9002 link_all_deplibs=yes
9003 allow_undefined_flag="$_lt_dar_allow_undefined"
9004 case $cc_basename in
9005 ifort*) _lt_dar_can_shared=yes ;;
9006 *) _lt_dar_can_shared=$GCC ;;
9007 esac
9008 if test "$_lt_dar_can_shared" = "yes"; then
9009 output_verbose_link_cmd=func_echo_all
9010 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9011 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9012 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}"
9013 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}"
9014
f0569246 9015 else
6bb11ab3 9016 ld_shlibs=no
f0569246 9017 fi
6bb11ab3
L
9018
9019 ;;
9020
9021 dgux*)
9022 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9023 hardcode_libdir_flag_spec='-L$libdir'
9024 hardcode_shlibpath_var=no
9025 ;;
9026
9027 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9028 # support. Future versions do this automatically, but an explicit c++rt0.o
9029 # does not break anything, and helps significantly (at the cost of a little
9030 # extra space).
9031 freebsd2.2*)
9032 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9033 hardcode_libdir_flag_spec='-R$libdir'
9034 hardcode_direct=yes
9035 hardcode_shlibpath_var=no
9036 ;;
9037
9038 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9039 freebsd2.*)
9040 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9041 hardcode_direct=yes
9042 hardcode_minus_L=yes
9043 hardcode_shlibpath_var=no
9044 ;;
9045
9046 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9047 freebsd* | dragonfly*)
9048 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9049 hardcode_libdir_flag_spec='-R$libdir'
9050 hardcode_direct=yes
9051 hardcode_shlibpath_var=no
9052 ;;
9053
9054 hpux9*)
9055 if test "$GCC" = yes; then
9056 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'
9057 else
9058 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'
9059 fi
9060 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9061 hardcode_libdir_separator=:
9062 hardcode_direct=yes
9063
9064 # hardcode_minus_L: Not really in the search PATH,
9065 # but as the default location of the library.
9066 hardcode_minus_L=yes
9067 export_dynamic_flag_spec='${wl}-E'
9068 ;;
9069
9070 hpux10*)
9071 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9072 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9073 else
9074 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9075 fi
9076 if test "$with_gnu_ld" = no; then
9077 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9078 hardcode_libdir_flag_spec_ld='+b $libdir'
9079 hardcode_libdir_separator=:
9080 hardcode_direct=yes
9081 hardcode_direct_absolute=yes
9082 export_dynamic_flag_spec='${wl}-E'
9083 # hardcode_minus_L: Not really in the search PATH,
9084 # but as the default location of the library.
9085 hardcode_minus_L=yes
9086 fi
9087 ;;
9088
9089 hpux11*)
9090 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9091 case $host_cpu in
9092 hppa*64*)
9093 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9094 ;;
9095 ia64*)
9096 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9097 ;;
9098 *)
9099 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9100 ;;
9101 esac
9102 else
9103 case $host_cpu in
9104 hppa*64*)
9105 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9106 ;;
9107 ia64*)
9108 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9109 ;;
9110 *)
9111
9112 # Older versions of the 11.00 compiler do not understand -b yet
9113 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9115$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9116if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9117 $as_echo_n "(cached) " >&6
f0569246 9118else
6bb11ab3
L
9119 lt_cv_prog_compiler__b=no
9120 save_LDFLAGS="$LDFLAGS"
9121 LDFLAGS="$LDFLAGS -b"
9122 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9123 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9124 # The linker can only warn and ignore the option if not recognized
9125 # So say no if there are warnings
9126 if test -s conftest.err; then
9127 # Append any errors to the config.log.
9128 cat conftest.err 1>&5
9129 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9130 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9131 if diff conftest.exp conftest.er2 >/dev/null; then
9132 lt_cv_prog_compiler__b=yes
9133 fi
9134 else
9135 lt_cv_prog_compiler__b=yes
9136 fi
9137 fi
9138 $RM -r conftest*
9139 LDFLAGS="$save_LDFLAGS"
f0569246 9140
6bb11ab3
L
9141fi
9142{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9143$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9144
6bb11ab3
L
9145if test x"$lt_cv_prog_compiler__b" = xyes; then
9146 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9147else
9148 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9149fi
81ecdfbb 9150
6bb11ab3
L
9151 ;;
9152 esac
9153 fi
9154 if test "$with_gnu_ld" = no; then
9155 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9156 hardcode_libdir_separator=:
9157
9158 case $host_cpu in
9159 hppa*64*|ia64*)
9160 hardcode_direct=no
9161 hardcode_shlibpath_var=no
9162 ;;
9163 *)
9164 hardcode_direct=yes
9165 hardcode_direct_absolute=yes
9166 export_dynamic_flag_spec='${wl}-E'
9167
9168 # hardcode_minus_L: Not really in the search PATH,
9169 # but as the default location of the library.
9170 hardcode_minus_L=yes
9171 ;;
9172 esac
9173 fi
9174 ;;
9175
9176 irix5* | irix6* | nonstopux*)
9177 if test "$GCC" = yes; then
9178 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'
9179 # Try to use the -exported_symbol ld option, if it does not
9180 # work, assume that -exports_file does not work either and
9181 # implicitly export all symbols.
9182 save_LDFLAGS="$LDFLAGS"
9183 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185/* end confdefs.h. */
9186int foo(void) {}
b7026657 9187_ACEOF
6bb11ab3
L
9188if ac_fn_c_try_link "$LINENO"; then :
9189 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'
c906108c 9190
f0569246 9191fi
6bb11ab3
L
9192rm -f core conftest.err conftest.$ac_objext \
9193 conftest$ac_exeext conftest.$ac_ext
9194 LDFLAGS="$save_LDFLAGS"
9195 else
9196 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'
9197 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'
9198 fi
9199 archive_cmds_need_lc='no'
9200 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9201 hardcode_libdir_separator=:
9202 inherit_rpath=yes
9203 link_all_deplibs=yes
9204 ;;
9205
9206 netbsd*)
9207 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9208 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9209 else
9210 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9211 fi
9212 hardcode_libdir_flag_spec='-R$libdir'
9213 hardcode_direct=yes
9214 hardcode_shlibpath_var=no
9215 ;;
9216
9217 newsos6)
9218 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9219 hardcode_direct=yes
9220 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9221 hardcode_libdir_separator=:
9222 hardcode_shlibpath_var=no
9223 ;;
9224
9225 *nto* | *qnx*)
9226 ;;
9227
9228 openbsd*)
9229 if test -f /usr/libexec/ld.so; then
9230 hardcode_direct=yes
9231 hardcode_shlibpath_var=no
9232 hardcode_direct_absolute=yes
9233 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9234 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9235 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9236 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9237 export_dynamic_flag_spec='${wl}-E'
9238 else
9239 case $host_os in
9240 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9241 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9242 hardcode_libdir_flag_spec='-R$libdir'
9243 ;;
9244 *)
9245 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9246 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9247 ;;
9248 esac
9249 fi
9250 else
9251 ld_shlibs=no
9252 fi
9253 ;;
9254
9255 os2*)
9256 hardcode_libdir_flag_spec='-L$libdir'
9257 hardcode_minus_L=yes
9258 allow_undefined_flag=unsupported
9259 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'
9260 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9261 ;;
9262
9263 osf3*)
9264 if test "$GCC" = yes; then
9265 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9266 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'
9267 else
9268 allow_undefined_flag=' -expect_unresolved \*'
9269 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'
9270 fi
9271 archive_cmds_need_lc='no'
9272 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9273 hardcode_libdir_separator=:
9274 ;;
9275
9276 osf4* | osf5*) # as osf3* with the addition of -msym flag
9277 if test "$GCC" = yes; then
9278 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9279 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'
9280 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9281 else
9282 allow_undefined_flag=' -expect_unresolved \*'
9283 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'
9284 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~
9285 $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'
9286
9287 # Both c and cxx compiler support -rpath directly
9288 hardcode_libdir_flag_spec='-rpath $libdir'
9289 fi
9290 archive_cmds_need_lc='no'
9291 hardcode_libdir_separator=:
9292 ;;
9293
9294 solaris*)
9295 no_undefined_flag=' -z defs'
9296 if test "$GCC" = yes; then
9297 wlarc='${wl}'
9298 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9299 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9300 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9301 else
9302 case `$CC -V 2>&1` in
9303 *"Compilers 5.0"*)
9304 wlarc=''
9305 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9306 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9307 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9308 ;;
9309 *)
9310 wlarc='${wl}'
9311 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9312 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9313 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9314 ;;
9315 esac
9316 fi
9317 hardcode_libdir_flag_spec='-R$libdir'
9318 hardcode_shlibpath_var=no
9319 case $host_os in
9320 solaris2.[0-5] | solaris2.[0-5].*) ;;
9321 *)
9322 # The compiler driver will combine and reorder linker options,
9323 # but understands `-z linker_flag'. GCC discards it without `$wl',
9324 # but is careful enough not to reorder.
9325 # Supported since Solaris 2.6 (maybe 2.5.1?)
9326 if test "$GCC" = yes; then
9327 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9328 else
9329 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9330 fi
9331 ;;
9332 esac
9333 link_all_deplibs=yes
9334 ;;
9335
9336 sunos4*)
9337 if test "x$host_vendor" = xsequent; then
9338 # Use $CC to link under sequent, because it throws in some extra .o
9339 # files that make .init and .fini sections work.
9340 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9341 else
9342 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9343 fi
9344 hardcode_libdir_flag_spec='-L$libdir'
9345 hardcode_direct=yes
9346 hardcode_minus_L=yes
9347 hardcode_shlibpath_var=no
9348 ;;
9349
9350 sysv4)
9351 case $host_vendor in
9352 sni)
9353 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9354 hardcode_direct=yes # is this really true???
9355 ;;
9356 siemens)
9357 ## LD is ld it makes a PLAMLIB
9358 ## CC just makes a GrossModule.
9359 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9360 reload_cmds='$CC -r -o $output$reload_objs'
9361 hardcode_direct=no
9362 ;;
9363 motorola)
9364 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9365 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9366 ;;
9367 esac
9368 runpath_var='LD_RUN_PATH'
9369 hardcode_shlibpath_var=no
9370 ;;
9371
9372 sysv4.3*)
9373 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9374 hardcode_shlibpath_var=no
9375 export_dynamic_flag_spec='-Bexport'
9376 ;;
9377
9378 sysv4*MP*)
9379 if test -d /usr/nec; then
9380 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9381 hardcode_shlibpath_var=no
9382 runpath_var=LD_RUN_PATH
9383 hardcode_runpath_var=yes
9384 ld_shlibs=yes
9385 fi
9386 ;;
9387
9388 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9389 no_undefined_flag='${wl}-z,text'
9390 archive_cmds_need_lc=no
9391 hardcode_shlibpath_var=no
9392 runpath_var='LD_RUN_PATH'
9393
9394 if test "$GCC" = yes; then
9395 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9396 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 else
9398 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9399 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9400 fi
9401 ;;
9402
9403 sysv5* | sco3.2v5* | sco5v6*)
9404 # Note: We can NOT use -z defs as we might desire, because we do not
9405 # link with -lc, and that would cause any symbols used from libc to
9406 # always be unresolved, which means just about no library would
9407 # ever link correctly. If we're not using GNU ld we use -z text
9408 # though, which does catch some bad symbols but isn't as heavy-handed
9409 # as -z defs.
9410 no_undefined_flag='${wl}-z,text'
9411 allow_undefined_flag='${wl}-z,nodefs'
9412 archive_cmds_need_lc=no
9413 hardcode_shlibpath_var=no
9414 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9415 hardcode_libdir_separator=':'
9416 link_all_deplibs=yes
9417 export_dynamic_flag_spec='${wl}-Bexport'
9418 runpath_var='LD_RUN_PATH'
9419
9420 if test "$GCC" = yes; then
9421 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9422 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9423 else
9424 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9425 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9426 fi
9427 ;;
9428
9429 uts4*)
9430 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9431 hardcode_libdir_flag_spec='-L$libdir'
9432 hardcode_shlibpath_var=no
9433 ;;
9434
9435 *)
9436 ld_shlibs=no
9437 ;;
9438 esac
9439
9440 if test x$host_vendor = xsni; then
9441 case $host in
9442 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9443 export_dynamic_flag_spec='${wl}-Blargedynsym'
9444 ;;
9445 esac
9446 fi
9447 fi
9448
9449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9450$as_echo "$ld_shlibs" >&6; }
9451test "$ld_shlibs" = no && can_build_shared=no
9452
9453with_gnu_ld=$with_gnu_ld
9454
9455
9456
9457
b7026657 9458
f0569246 9459
f0569246 9460
6ffe910a 9461
6ffe910a
MF
9462
9463
6ffe910a 9464
f0569246 9465
f0569246 9466
c906108c 9467
6bb11ab3
L
9468
9469#
9470# Do we need to explicitly link libc?
9471#
9472case "x$archive_cmds_need_lc" in
9473x|xyes)
9474 # Assume -lc should be added
9475 archive_cmds_need_lc=yes
9476
9477 if test "$enable_shared" = yes && test "$GCC" = yes; then
9478 case $archive_cmds in
9479 *'~'*)
9480 # FIXME: we may have to deal with multi-command sequences.
9481 ;;
9482 '$CC '*)
9483 # Test whether the compiler implicitly links with -lc since on some
9484 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9485 # to ld, don't add -lc before -lgcc.
9486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9487$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9488if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9489 $as_echo_n "(cached) " >&6
f0569246 9490else
6bb11ab3
L
9491 $RM conftest*
9492 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9493
9494 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9495 (eval $ac_compile) 2>&5
9496 ac_status=$?
9497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9498 test $ac_status = 0; } 2>conftest.err; then
9499 soname=conftest
9500 lib=conftest
9501 libobjs=conftest.$ac_objext
9502 deplibs=
9503 wl=$lt_prog_compiler_wl
9504 pic_flag=$lt_prog_compiler_pic
9505 compiler_flags=-v
9506 linker_flags=-v
9507 verstring=
9508 output_objdir=.
9509 libname=conftest
9510 lt_save_allow_undefined_flag=$allow_undefined_flag
9511 allow_undefined_flag=
9512 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9513 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9514 ac_status=$?
9515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9516 test $ac_status = 0; }
9517 then
9518 lt_cv_archive_cmds_need_lc=no
9519 else
9520 lt_cv_archive_cmds_need_lc=yes
9521 fi
9522 allow_undefined_flag=$lt_save_allow_undefined_flag
9523 else
9524 cat conftest.err 1>&5
9525 fi
9526 $RM conftest*
c906108c 9527
6ffe910a 9528fi
6bb11ab3
L
9529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9530$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9531 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9532 ;;
9533 esac
9534 fi
9535 ;;
6ffe910a 9536esac
c906108c 9537
c906108c 9538
6ffe910a 9539
c906108c 9540
81ecdfbb 9541
35695fd6 9542
35695fd6 9543
35695fd6 9544
f0569246 9545
c906108c 9546
f0569246 9547
b7026657 9548
f0569246 9549
c906108c 9550
81ecdfbb 9551
b7026657 9552
f0569246
AC
9553
9554
81ecdfbb 9555
81ecdfbb 9556
81ecdfbb
RW
9557
9558
81ecdfbb 9559
81ecdfbb 9560
f0569246
AC
9561
9562
c906108c 9563
f0569246 9564
c906108c 9565
c906108c 9566
81ecdfbb 9567
b7026657 9568
c906108c 9569
f0569246 9570
81ecdfbb 9571
f0569246 9572
c906108c 9573
c906108c 9574
b7026657 9575
81ecdfbb 9576
b7026657 9577
c906108c 9578
c906108c 9579
b7026657
AC
9580
9581
9582
9583
6ffe910a 9584
2232061b
MF
9585
9586
2232061b 9587
2232061b
MF
9588
9589
2232061b
MF
9590
9591
2232061b 9592
2232061b
MF
9593
9594
6bb11ab3
L
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9695$as_echo_n "checking dynamic linker characteristics... " >&6; }
9696
9697if test "$GCC" = yes; then
9698 case $host_os in
9699 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9700 *) lt_awk_arg="/^libraries:/" ;;
9701 esac
9702 case $host_os in
9703 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9704 *) lt_sed_strip_eq="s,=/,/,g" ;;
9705 esac
9706 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9707 case $lt_search_path_spec in
9708 *\;*)
9709 # if the path contains ";" then we assume it to be the separator
9710 # otherwise default to the standard path separator (i.e. ":") - it is
9711 # assumed that no part of a normal pathname contains ";" but that should
9712 # okay in the real world where ";" in dirpaths is itself problematic.
9713 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9714 ;;
9715 *)
9716 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9717 ;;
9718 esac
9719 # Ok, now we have the path, separated by spaces, we can step through it
9720 # and add multilib dir if necessary.
9721 lt_tmp_lt_search_path_spec=
9722 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9723 for lt_sys_path in $lt_search_path_spec; do
9724 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9725 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9726 else
9727 test -d "$lt_sys_path" && \
9728 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9729 fi
9730 done
9731 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9732BEGIN {RS=" "; FS="/|\n";} {
9733 lt_foo="";
9734 lt_count=0;
9735 for (lt_i = NF; lt_i > 0; lt_i--) {
9736 if ($lt_i != "" && $lt_i != ".") {
9737 if ($lt_i == "..") {
9738 lt_count++;
9739 } else {
9740 if (lt_count == 0) {
9741 lt_foo="/" $lt_i lt_foo;
9742 } else {
9743 lt_count--;
9744 }
9745 }
9746 }
9747 }
9748 if (lt_foo != "") { lt_freq[lt_foo]++; }
9749 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9750}'`
9751 # AWK program above erroneously prepends '/' to C:/dos/paths
9752 # for these hosts.
9753 case $host_os in
9754 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9755 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9756 esac
9757 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9758else
9759 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9760fi
9761library_names_spec=
9762libname_spec='lib$name'
9763soname_spec=
9764shrext_cmds=".so"
9765postinstall_cmds=
9766postuninstall_cmds=
9767finish_cmds=
9768finish_eval=
9769shlibpath_var=
9770shlibpath_overrides_runpath=unknown
9771version_type=none
9772dynamic_linker="$host_os ld.so"
9773sys_lib_dlsearch_path_spec="/lib /usr/lib"
9774need_lib_prefix=unknown
9775hardcode_into_libs=no
9776
9777# when you set need_version to no, make sure it does not cause -set_version
9778# flags to be left without arguments
9779need_version=unknown
9780
9781case $host_os in
9782aix3*)
9783 version_type=linux
9784 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9785 shlibpath_var=LIBPATH
9786
9787 # AIX 3 has no versioning support, so we append a major version to the name.
9788 soname_spec='${libname}${release}${shared_ext}$major'
9789 ;;
9790
9791aix[4-9]*)
9792 version_type=linux
9793 need_lib_prefix=no
9794 need_version=no
9795 hardcode_into_libs=yes
9796 if test "$host_cpu" = ia64; then
9797 # AIX 5 supports IA64
9798 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9799 shlibpath_var=LD_LIBRARY_PATH
9800 else
9801 # With GCC up to 2.95.x, collect2 would create an import file
9802 # for dependence libraries. The import file would start with
9803 # the line `#! .'. This would cause the generated library to
9804 # depend on `.', always an invalid library. This was fixed in
9805 # development snapshots of GCC prior to 3.0.
9806 case $host_os in
9807 aix4 | aix4.[01] | aix4.[01].*)
9808 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9809 echo ' yes '
9810 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9811 :
9812 else
9813 can_build_shared=no
9814 fi
9815 ;;
9816 esac
9817 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9818 # soname into executable. Probably we can add versioning support to
9819 # collect2, so additional links can be useful in future.
9820 if test "$aix_use_runtimelinking" = yes; then
9821 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9822 # instead of lib<name>.a to let people know that these are not
9823 # typical AIX shared libraries.
9824 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9825 else
9826 # We preserve .a as extension for shared libraries through AIX4.2
9827 # and later when we are not doing run time linking.
9828 library_names_spec='${libname}${release}.a $libname.a'
9829 soname_spec='${libname}${release}${shared_ext}$major'
9830 fi
9831 shlibpath_var=LIBPATH
9832 fi
9833 ;;
9834
9835amigaos*)
9836 case $host_cpu in
9837 powerpc)
9838 # Since July 2007 AmigaOS4 officially supports .so libraries.
9839 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9840 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9841 ;;
9842 m68k)
9843 library_names_spec='$libname.ixlibrary $libname.a'
9844 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9845 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'
9846 ;;
9847 esac
9848 ;;
9849
9850beos*)
9851 library_names_spec='${libname}${shared_ext}'
9852 dynamic_linker="$host_os ld.so"
9853 shlibpath_var=LIBRARY_PATH
9854 ;;
9855
9856bsdi[45]*)
9857 version_type=linux
9858 need_version=no
9859 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9860 soname_spec='${libname}${release}${shared_ext}$major'
9861 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9862 shlibpath_var=LD_LIBRARY_PATH
9863 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9864 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9865 # the default ld.so.conf also contains /usr/contrib/lib and
9866 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9867 # libtool to hard-code these into programs
9868 ;;
9869
9870cygwin* | mingw* | pw32* | cegcc*)
9871 version_type=windows
9872 shrext_cmds=".dll"
9873 need_version=no
9874 need_lib_prefix=no
9875
9876 case $GCC,$host_os in
9877 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9878 library_names_spec='$libname.dll.a'
9879 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9880 postinstall_cmds='base_file=`basename \${file}`~
9881 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9882 dldir=$destdir/`dirname \$dlpath`~
9883 test -d \$dldir || mkdir -p \$dldir~
9884 $install_prog $dir/$dlname \$dldir/$dlname~
9885 chmod a+x \$dldir/$dlname~
9886 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9887 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9888 fi'
9889 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9890 dlpath=$dir/\$dldll~
9891 $RM \$dlpath'
9892 shlibpath_overrides_runpath=yes
9893
9894 case $host_os in
9895 cygwin*)
9896 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9897 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9898
9899 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9900 ;;
9901 mingw* | cegcc*)
9902 # MinGW DLLs use traditional 'lib' prefix
9903 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9904 ;;
9905 pw32*)
9906 # pw32 DLLs use 'pw' prefix rather than 'lib'
9907 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9908 ;;
9909 esac
9910 ;;
9911
9912 *)
9913 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9914 ;;
9915 esac
9916 dynamic_linker='Win32 ld.exe'
9917 # FIXME: first we should search . and the directory the executable is in
9918 shlibpath_var=PATH
9919 ;;
9920
9921darwin* | rhapsody*)
9922 dynamic_linker="$host_os dyld"
9923 version_type=darwin
9924 need_lib_prefix=no
9925 need_version=no
9926 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9927 soname_spec='${libname}${release}${major}$shared_ext'
9928 shlibpath_overrides_runpath=yes
9929 shlibpath_var=DYLD_LIBRARY_PATH
9930 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9931
9932 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9933 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9934 ;;
9935
9936dgux*)
9937 version_type=linux
9938 need_lib_prefix=no
9939 need_version=no
9940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9941 soname_spec='${libname}${release}${shared_ext}$major'
9942 shlibpath_var=LD_LIBRARY_PATH
9943 ;;
9944
9945freebsd* | dragonfly*)
9946 # DragonFly does not have aout. When/if they implement a new
9947 # versioning mechanism, adjust this.
9948 if test -x /usr/bin/objformat; then
9949 objformat=`/usr/bin/objformat`
9950 else
9951 case $host_os in
9952 freebsd[23].*) objformat=aout ;;
9953 *) objformat=elf ;;
9954 esac
9955 fi
9956 version_type=freebsd-$objformat
9957 case $version_type in
9958 freebsd-elf*)
9959 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9960 need_version=no
9961 need_lib_prefix=no
9962 ;;
9963 freebsd-*)
9964 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9965 need_version=yes
9966 ;;
9967 esac
9968 shlibpath_var=LD_LIBRARY_PATH
9969 case $host_os in
9970 freebsd2.*)
9971 shlibpath_overrides_runpath=yes
9972 ;;
9973 freebsd3.[01]* | freebsdelf3.[01]*)
9974 shlibpath_overrides_runpath=yes
9975 hardcode_into_libs=yes
9976 ;;
9977 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9978 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9979 shlibpath_overrides_runpath=no
9980 hardcode_into_libs=yes
9981 ;;
9982 *) # from 4.6 on, and DragonFly
9983 shlibpath_overrides_runpath=yes
9984 hardcode_into_libs=yes
9985 ;;
9986 esac
9987 ;;
9988
6bb11ab3
L
9989haiku*)
9990 version_type=linux
9991 need_lib_prefix=no
9992 need_version=no
9993 dynamic_linker="$host_os runtime_loader"
9994 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9995 soname_spec='${libname}${release}${shared_ext}$major'
9996 shlibpath_var=LIBRARY_PATH
9997 shlibpath_overrides_runpath=yes
9998 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9999 hardcode_into_libs=yes
10000 ;;
10001
10002hpux9* | hpux10* | hpux11*)
10003 # Give a soname corresponding to the major version so that dld.sl refuses to
10004 # link against other versions.
10005 version_type=sunos
10006 need_lib_prefix=no
10007 need_version=no
10008 case $host_cpu in
10009 ia64*)
10010 shrext_cmds='.so'
10011 hardcode_into_libs=yes
10012 dynamic_linker="$host_os dld.so"
10013 shlibpath_var=LD_LIBRARY_PATH
10014 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10015 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10016 soname_spec='${libname}${release}${shared_ext}$major'
10017 if test "X$HPUX_IA64_MODE" = X32; then
10018 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10019 else
10020 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10021 fi
10022 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10023 ;;
10024 hppa*64*)
10025 shrext_cmds='.sl'
10026 hardcode_into_libs=yes
10027 dynamic_linker="$host_os dld.sl"
10028 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10029 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10030 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10031 soname_spec='${libname}${release}${shared_ext}$major'
10032 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10033 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10034 ;;
10035 *)
10036 shrext_cmds='.sl'
10037 dynamic_linker="$host_os dld.sl"
10038 shlibpath_var=SHLIB_PATH
10039 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10040 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10041 soname_spec='${libname}${release}${shared_ext}$major'
10042 ;;
10043 esac
10044 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10045 postinstall_cmds='chmod 555 $lib'
10046 # or fails outright, so override atomically:
10047 install_override_mode=555
10048 ;;
10049
10050interix[3-9]*)
10051 version_type=linux
10052 need_lib_prefix=no
10053 need_version=no
10054 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10055 soname_spec='${libname}${release}${shared_ext}$major'
10056 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10057 shlibpath_var=LD_LIBRARY_PATH
10058 shlibpath_overrides_runpath=no
10059 hardcode_into_libs=yes
10060 ;;
10061
10062irix5* | irix6* | nonstopux*)
10063 case $host_os in
10064 nonstopux*) version_type=nonstopux ;;
10065 *)
10066 if test "$lt_cv_prog_gnu_ld" = yes; then
10067 version_type=linux
10068 else
10069 version_type=irix
10070 fi ;;
10071 esac
10072 need_lib_prefix=no
10073 need_version=no
10074 soname_spec='${libname}${release}${shared_ext}$major'
10075 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10076 case $host_os in
10077 irix5* | nonstopux*)
10078 libsuff= shlibsuff=
10079 ;;
10080 *)
10081 case $LD in # libtool.m4 will add one of these switches to LD
10082 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10083 libsuff= shlibsuff= libmagic=32-bit;;
10084 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10085 libsuff=32 shlibsuff=N32 libmagic=N32;;
10086 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10087 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10088 *) libsuff= shlibsuff= libmagic=never-match;;
10089 esac
10090 ;;
10091 esac
10092 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10093 shlibpath_overrides_runpath=no
10094 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10095 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10096 hardcode_into_libs=yes
10097 ;;
10098
10099# No shared lib support for Linux oldld, aout, or coff.
10100linux*oldld* | linux*aout* | linux*coff*)
10101 dynamic_linker=no
10102 ;;
10103
10104# This must be Linux ELF.
46f900c0 10105linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10106 version_type=linux
10107 need_lib_prefix=no
10108 need_version=no
10109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10110 soname_spec='${libname}${release}${shared_ext}$major'
10111 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10112 shlibpath_var=LD_LIBRARY_PATH
10113 shlibpath_overrides_runpath=no
10114
10115 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10116 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10117 $as_echo_n "(cached) " >&6
10118else
6bb11ab3
L
10119 lt_cv_shlibpath_overrides_runpath=no
10120 save_LDFLAGS=$LDFLAGS
10121 save_libdir=$libdir
10122 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10123 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10125/* end confdefs.h. */
10126
2232061b
MF
10127int
10128main ()
10129{
10130
10131 ;
10132 return 0;
10133}
10134_ACEOF
6bb11ab3
L
10135if ac_fn_c_try_link "$LINENO"; then :
10136 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10137 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10138fi
2232061b 10139fi
6bb11ab3
L
10140rm -f core conftest.err conftest.$ac_objext \
10141 conftest$ac_exeext conftest.$ac_ext
10142 LDFLAGS=$save_LDFLAGS
10143 libdir=$save_libdir
2232061b 10144
6bb11ab3 10145fi
2232061b 10146
6bb11ab3 10147 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10148
6bb11ab3
L
10149 # This implies no fast_install, which is unacceptable.
10150 # Some rework will be needed to allow for fast_install
10151 # before this can be enabled.
10152 hardcode_into_libs=yes
2232061b 10153
6bb11ab3
L
10154 # Append ld.so.conf contents to the search path
10155 if test -f /etc/ld.so.conf; then
10156 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' ' '`
10157 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10158 fi
2232061b 10159
6bb11ab3
L
10160 # We used to test for /lib/ld.so.1 and disable shared libraries on
10161 # powerpc, because MkLinux only supported shared libraries with the
10162 # GNU dynamic linker. Since this was broken with cross compilers,
10163 # most powerpc-linux boxes support dynamic linking these days and
10164 # people can always --disable-shared, the test was removed, and we
10165 # assume the GNU/Linux dynamic linker is in use.
10166 dynamic_linker='GNU/Linux ld.so'
10167 ;;
10168
10169netbsd*)
10170 version_type=sunos
10171 need_lib_prefix=no
10172 need_version=no
10173 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10174 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10175 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10176 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10177 else
6bb11ab3
L
10178 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10179 soname_spec='${libname}${release}${shared_ext}$major'
10180 dynamic_linker='NetBSD ld.elf_so'
10181 fi
10182 shlibpath_var=LD_LIBRARY_PATH
10183 shlibpath_overrides_runpath=yes
10184 hardcode_into_libs=yes
10185 ;;
10186
10187newsos6)
10188 version_type=linux
10189 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10190 shlibpath_var=LD_LIBRARY_PATH
10191 shlibpath_overrides_runpath=yes
10192 ;;
10193
10194*nto* | *qnx*)
10195 version_type=qnx
10196 need_lib_prefix=no
10197 need_version=no
10198 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10199 soname_spec='${libname}${release}${shared_ext}$major'
10200 shlibpath_var=LD_LIBRARY_PATH
10201 shlibpath_overrides_runpath=no
10202 hardcode_into_libs=yes
10203 dynamic_linker='ldqnx.so'
10204 ;;
10205
10206openbsd*)
10207 version_type=sunos
10208 sys_lib_dlsearch_path_spec="/usr/lib"
10209 need_lib_prefix=no
10210 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10211 case $host_os in
10212 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10213 *) need_version=no ;;
10214 esac
10215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10216 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10217 shlibpath_var=LD_LIBRARY_PATH
10218 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10219 case $host_os in
10220 openbsd2.[89] | openbsd2.[89].*)
10221 shlibpath_overrides_runpath=no
10222 ;;
10223 *)
10224 shlibpath_overrides_runpath=yes
10225 ;;
10226 esac
10227 else
10228 shlibpath_overrides_runpath=yes
10229 fi
10230 ;;
10231
10232os2*)
10233 libname_spec='$name'
10234 shrext_cmds=".dll"
10235 need_lib_prefix=no
10236 library_names_spec='$libname${shared_ext} $libname.a'
10237 dynamic_linker='OS/2 ld.exe'
10238 shlibpath_var=LIBPATH
10239 ;;
10240
10241osf3* | osf4* | osf5*)
10242 version_type=osf
10243 need_lib_prefix=no
10244 need_version=no
10245 soname_spec='${libname}${release}${shared_ext}$major'
10246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10247 shlibpath_var=LD_LIBRARY_PATH
10248 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10249 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10250 ;;
10251
10252rdos*)
10253 dynamic_linker=no
10254 ;;
10255
10256solaris*)
10257 version_type=linux
10258 need_lib_prefix=no
10259 need_version=no
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261 soname_spec='${libname}${release}${shared_ext}$major'
10262 shlibpath_var=LD_LIBRARY_PATH
10263 shlibpath_overrides_runpath=yes
10264 hardcode_into_libs=yes
10265 # ldd complains unless libraries are executable
10266 postinstall_cmds='chmod +x $lib'
10267 ;;
10268
10269sunos4*)
10270 version_type=sunos
10271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10272 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10273 shlibpath_var=LD_LIBRARY_PATH
10274 shlibpath_overrides_runpath=yes
10275 if test "$with_gnu_ld" = yes; then
10276 need_lib_prefix=no
10277 fi
10278 need_version=yes
10279 ;;
10280
10281sysv4 | sysv4.3*)
10282 version_type=linux
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 case $host_vendor in
10287 sni)
10288 shlibpath_overrides_runpath=no
10289 need_lib_prefix=no
10290 runpath_var=LD_RUN_PATH
10291 ;;
10292 siemens)
10293 need_lib_prefix=no
10294 ;;
10295 motorola)
10296 need_lib_prefix=no
10297 need_version=no
10298 shlibpath_overrides_runpath=no
10299 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10300 ;;
10301 esac
10302 ;;
10303
10304sysv4*MP*)
10305 if test -d /usr/nec ;then
10306 version_type=linux
10307 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10308 soname_spec='$libname${shared_ext}.$major'
10309 shlibpath_var=LD_LIBRARY_PATH
2232061b 10310 fi
6bb11ab3
L
10311 ;;
10312
10313sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10314 version_type=freebsd-elf
10315 need_lib_prefix=no
10316 need_version=no
10317 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10318 soname_spec='${libname}${release}${shared_ext}$major'
10319 shlibpath_var=LD_LIBRARY_PATH
10320 shlibpath_overrides_runpath=yes
10321 hardcode_into_libs=yes
10322 if test "$with_gnu_ld" = yes; then
10323 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10324 else
10325 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10326 case $host_os in
10327 sco3.2v5*)
10328 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10329 ;;
10330 esac
10331 fi
10332 sys_lib_dlsearch_path_spec='/usr/lib'
10333 ;;
10334
10335tpf*)
10336 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10337 version_type=linux
10338 need_lib_prefix=no
10339 need_version=no
10340 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10341 shlibpath_var=LD_LIBRARY_PATH
10342 shlibpath_overrides_runpath=no
10343 hardcode_into_libs=yes
10344 ;;
10345
10346uts4*)
10347 version_type=linux
10348 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10349 soname_spec='${libname}${release}${shared_ext}$major'
10350 shlibpath_var=LD_LIBRARY_PATH
10351 ;;
10352
10353*)
10354 dynamic_linker=no
10355 ;;
10356esac
10357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10358$as_echo "$dynamic_linker" >&6; }
10359test "$dynamic_linker" = no && can_build_shared=no
10360
10361variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10362if test "$GCC" = yes; then
10363 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10364fi
2232061b 10365
6bb11ab3
L
10366if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10367 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10368fi
10369if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10370 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10371fi
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
2232061b 10398
2232061b 10399
2232061b 10400
2232061b 10401
2232061b
MF
10402
10403
6ffe910a 10404
6ffe910a
MF
10405
10406
10407
10408
10409
2232061b 10410
6ffe910a
MF
10411
10412
10413
10414
6ffe910a 10415
6ffe910a 10416
6ffe910a
MF
10417
10418
6ffe910a 10419
6ffe910a 10420
6ffe910a
MF
10421
10422
5f3ef9d0 10423
5f3ef9d0
JB
10424
10425
10426
db2e4d67
MF
10427
10428
db2e4d67 10429
db2e4d67 10430
db2e4d67 10431
db2e4d67 10432
db2e4d67 10433
db2e4d67 10434
db2e4d67 10435
db2e4d67
MF
10436
10437
db2e4d67 10438
db2e4d67
MF
10439
10440
db2e4d67 10441
db2e4d67
MF
10442
10443
6ffe910a 10444
6ffe910a 10445
6ffe910a
MF
10446
10447
6ffe910a
MF
10448
10449
6ffe910a 10450
6ffe910a 10451
6ffe910a 10452
6ffe910a 10453
6ffe910a 10454
b7026657 10455
b7026657 10456
c906108c 10457
b7026657 10458
b7026657 10459
c906108c 10460
b7026657 10461
b7026657 10462
c906108c 10463
6bb11ab3
L
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10465$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10466hardcode_action=
10467if test -n "$hardcode_libdir_flag_spec" ||
10468 test -n "$runpath_var" ||
10469 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10470
6bb11ab3
L
10471 # We can hardcode non-existent directories.
10472 if test "$hardcode_direct" != no &&
10473 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10474 # have to relink, otherwise we might link with an installed library
10475 # when we should be linking with a yet-to-be-installed one
10476 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10477 test "$hardcode_minus_L" != no; then
10478 # Linking always hardcodes the temporary library directory.
10479 hardcode_action=relink
10480 else
10481 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10482 hardcode_action=immediate
10483 fi
10484else
10485 # We cannot hardcode anything, or else we can only hardcode existing
10486 # directories.
10487 hardcode_action=unsupported
c906108c 10488fi
6bb11ab3
L
10489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10490$as_echo "$hardcode_action" >&6; }
b7026657 10491
6bb11ab3
L
10492if test "$hardcode_action" = relink ||
10493 test "$inherit_rpath" = yes; then
10494 # Fast installation is not supported
10495 enable_fast_install=no
10496elif test "$shlibpath_overrides_runpath" = yes ||
10497 test "$enable_shared" = no; then
10498 # Fast installation is not necessary
10499 enable_fast_install=needless
10500fi
c906108c 10501
6bb11ab3
L
10502
10503
10504
10505
10506
10507 if test "x$enable_dlopen" != xyes; then
10508 enable_dlopen=unknown
10509 enable_dlopen_self=unknown
10510 enable_dlopen_self_static=unknown
10511else
10512 lt_cv_dlopen=no
10513 lt_cv_dlopen_libs=
10514
10515 case $host_os in
10516 beos*)
10517 lt_cv_dlopen="load_add_on"
10518 lt_cv_dlopen_libs=
10519 lt_cv_dlopen_self=yes
10520 ;;
10521
10522 mingw* | pw32* | cegcc*)
10523 lt_cv_dlopen="LoadLibrary"
10524 lt_cv_dlopen_libs=
10525 ;;
10526
10527 cygwin*)
10528 lt_cv_dlopen="dlopen"
10529 lt_cv_dlopen_libs=
10530 ;;
10531
10532 darwin*)
10533 # if libdl is installed we need to link against it
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10535$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10536if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10537 $as_echo_n "(cached) " >&6
10538else
10539 ac_check_lib_save_LIBS=$LIBS
10540LIBS="-ldl $LIBS"
10541cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10542/* end confdefs.h. */
10543
10544/* Override any GCC internal prototype to avoid an error.
10545 Use char because int might match the return type of a GCC
10546 builtin and then its argument prototype would still apply. */
10547#ifdef __cplusplus
10548extern "C"
10549#endif
10550char dlopen ();
10551int
10552main ()
10553{
10554return dlopen ();
10555 ;
10556 return 0;
10557}
b7026657 10558_ACEOF
6bb11ab3
L
10559if ac_fn_c_try_link "$LINENO"; then :
10560 ac_cv_lib_dl_dlopen=yes
10561else
10562 ac_cv_lib_dl_dlopen=no
10563fi
10564rm -f core conftest.err conftest.$ac_objext \
10565 conftest$ac_exeext conftest.$ac_ext
10566LIBS=$ac_check_lib_save_LIBS
10567fi
10568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10569$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10570if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10571 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10572else
10573
10574 lt_cv_dlopen="dyld"
10575 lt_cv_dlopen_libs=
10576 lt_cv_dlopen_self=yes
c906108c 10577
c906108c 10578fi
c906108c 10579
6bb11ab3 10580 ;;
c906108c 10581
6bb11ab3
L
10582 *)
10583 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10584if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10585 lt_cv_dlopen="shl_load"
10586else
10587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10588$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10589if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10590 $as_echo_n "(cached) " >&6
10591else
10592 ac_check_lib_save_LIBS=$LIBS
10593LIBS="-ldld $LIBS"
10594cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10595/* end confdefs.h. */
10596
10597/* Override any GCC internal prototype to avoid an error.
10598 Use char because int might match the return type of a GCC
10599 builtin and then its argument prototype would still apply. */
10600#ifdef __cplusplus
10601extern "C"
10602#endif
10603char shl_load ();
10604int
10605main ()
10606{
10607return shl_load ();
10608 ;
10609 return 0;
10610}
10611_ACEOF
10612if ac_fn_c_try_link "$LINENO"; then :
10613 ac_cv_lib_dld_shl_load=yes
10614else
10615 ac_cv_lib_dld_shl_load=no
10616fi
10617rm -f core conftest.err conftest.$ac_objext \
10618 conftest$ac_exeext conftest.$ac_ext
10619LIBS=$ac_check_lib_save_LIBS
10620fi
10621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10622$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10623if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10624 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10625else
10626 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10627if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10628 lt_cv_dlopen="dlopen"
10629else
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10631$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10632if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10633 $as_echo_n "(cached) " >&6
c906108c 10634else
b7026657 10635 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10636LIBS="-ldl $LIBS"
81ecdfbb 10637cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10638/* end confdefs.h. */
10639
81ecdfbb
RW
10640/* Override any GCC internal prototype to avoid an error.
10641 Use char because int might match the return type of a GCC
10642 builtin and then its argument prototype would still apply. */
b7026657
AC
10643#ifdef __cplusplus
10644extern "C"
10645#endif
6bb11ab3 10646char dlopen ();
b7026657
AC
10647int
10648main ()
10649{
6bb11ab3 10650return dlopen ();
b7026657
AC
10651 ;
10652 return 0;
10653}
10654_ACEOF
81ecdfbb 10655if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10656 ac_cv_lib_dl_dlopen=yes
b7026657 10657else
6bb11ab3 10658 ac_cv_lib_dl_dlopen=no
b7026657 10659fi
81ecdfbb
RW
10660rm -f core conftest.err conftest.$ac_objext \
10661 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10662LIBS=$ac_check_lib_save_LIBS
10663fi
6bb11ab3
L
10664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10665$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10666if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10667 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10668else
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10670$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10671if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10672 $as_echo_n "(cached) " >&6
c906108c 10673else
b7026657 10674 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10675LIBS="-lsvld $LIBS"
81ecdfbb 10676cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10677/* end confdefs.h. */
10678
81ecdfbb
RW
10679/* Override any GCC internal prototype to avoid an error.
10680 Use char because int might match the return type of a GCC
10681 builtin and then its argument prototype would still apply. */
b7026657
AC
10682#ifdef __cplusplus
10683extern "C"
10684#endif
6bb11ab3 10685char dlopen ();
b7026657
AC
10686int
10687main ()
10688{
6bb11ab3 10689return dlopen ();
b7026657
AC
10690 ;
10691 return 0;
10692}
10693_ACEOF
81ecdfbb 10694if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10695 ac_cv_lib_svld_dlopen=yes
b7026657 10696else
6bb11ab3 10697 ac_cv_lib_svld_dlopen=no
b7026657 10698fi
81ecdfbb
RW
10699rm -f core conftest.err conftest.$ac_objext \
10700 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10701LIBS=$ac_check_lib_save_LIBS
10702fi
6bb11ab3
L
10703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10704$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10705if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10706 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10707else
6bb11ab3
L
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10709$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10710if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10711 $as_echo_n "(cached) " >&6
b5bd9624 10712else
6bb11ab3
L
10713 ac_check_lib_save_LIBS=$LIBS
10714LIBS="-ldld $LIBS"
81ecdfbb 10715cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10716/* end confdefs.h. */
10717
81ecdfbb
RW
10718/* Override any GCC internal prototype to avoid an error.
10719 Use char because int might match the return type of a GCC
b5bd9624 10720 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10721#ifdef __cplusplus
10722extern "C"
10723#endif
6bb11ab3 10724char dld_link ();
b5bd9624
HPN
10725int
10726main ()
10727{
6bb11ab3 10728return dld_link ();
b5bd9624
HPN
10729 ;
10730 return 0;
10731}
10732_ACEOF
6bb11ab3
L
10733if ac_fn_c_try_link "$LINENO"; then :
10734 ac_cv_lib_dld_dld_link=yes
10735else
10736 ac_cv_lib_dld_dld_link=no
10737fi
10738rm -f core conftest.err conftest.$ac_objext \
10739 conftest$ac_exeext conftest.$ac_ext
10740LIBS=$ac_check_lib_save_LIBS
10741fi
10742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10743$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10744if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10745 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10746fi
10747
10748
10749fi
10750
10751
10752fi
10753
10754
10755fi
10756
10757
10758fi
10759
10760
10761fi
10762
10763 ;;
10764 esac
10765
10766 if test "x$lt_cv_dlopen" != xno; then
10767 enable_dlopen=yes
b5bd9624 10768 else
6bb11ab3
L
10769 enable_dlopen=no
10770 fi
10771
10772 case $lt_cv_dlopen in
10773 dlopen)
10774 save_CPPFLAGS="$CPPFLAGS"
10775 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10776
10777 save_LDFLAGS="$LDFLAGS"
10778 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10779
10780 save_LIBS="$LIBS"
10781 LIBS="$lt_cv_dlopen_libs $LIBS"
10782
10783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10784$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10785if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10786 $as_echo_n "(cached) " >&6
10787else
10788 if test "$cross_compiling" = yes; then :
10789 lt_cv_dlopen_self=cross
10790else
10791 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10792 lt_status=$lt_dlunknown
10793 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10794#line 10794 "configure"
6bb11ab3
L
10795#include "confdefs.h"
10796
10797#if HAVE_DLFCN_H
10798#include <dlfcn.h>
10799#endif
10800
10801#include <stdio.h>
10802
10803#ifdef RTLD_GLOBAL
10804# define LT_DLGLOBAL RTLD_GLOBAL
10805#else
10806# ifdef DL_GLOBAL
10807# define LT_DLGLOBAL DL_GLOBAL
10808# else
10809# define LT_DLGLOBAL 0
10810# endif
10811#endif
10812
10813/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10814 find out it does not work in some platform. */
10815#ifndef LT_DLLAZY_OR_NOW
10816# ifdef RTLD_LAZY
10817# define LT_DLLAZY_OR_NOW RTLD_LAZY
10818# else
10819# ifdef DL_LAZY
10820# define LT_DLLAZY_OR_NOW DL_LAZY
10821# else
10822# ifdef RTLD_NOW
10823# define LT_DLLAZY_OR_NOW RTLD_NOW
10824# else
10825# ifdef DL_NOW
10826# define LT_DLLAZY_OR_NOW DL_NOW
10827# else
10828# define LT_DLLAZY_OR_NOW 0
10829# endif
10830# endif
10831# endif
10832# endif
10833#endif
10834
10835/* When -fvisbility=hidden is used, assume the code has been annotated
10836 correspondingly for the symbols needed. */
10837#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10838void fnord () __attribute__((visibility("default")));
10839#endif
10840
10841void fnord () { int i=42; }
10842int main ()
10843{
10844 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10845 int status = $lt_dlunknown;
10846
10847 if (self)
10848 {
10849 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10850 else
10851 {
10852 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10853 else puts (dlerror ());
10854 }
10855 /* dlclose (self); */
10856 }
10857 else
10858 puts (dlerror ());
10859
10860 return status;
10861}
10862_LT_EOF
10863 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10864 (eval $ac_link) 2>&5
10865 ac_status=$?
10866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10867 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10868 (./conftest; exit; ) >&5 2>/dev/null
10869 lt_status=$?
10870 case x$lt_status in
10871 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10872 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10873 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10874 esac
10875 else :
10876 # compilation failed
10877 lt_cv_dlopen_self=no
b5bd9624 10878 fi
b5bd9624 10879fi
6bb11ab3
L
10880rm -fr conftest*
10881
10882
b5bd9624 10883fi
6bb11ab3
L
10884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10885$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10886
6bb11ab3
L
10887 if test "x$lt_cv_dlopen_self" = xyes; then
10888 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10890$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10891if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10892 $as_echo_n "(cached) " >&6
b5bd9624 10893else
6bb11ab3
L
10894 if test "$cross_compiling" = yes; then :
10895 lt_cv_dlopen_self_static=cross
10896else
10897 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10898 lt_status=$lt_dlunknown
10899 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10900#line 10900 "configure"
6bb11ab3
L
10901#include "confdefs.h"
10902
10903#if HAVE_DLFCN_H
10904#include <dlfcn.h>
10905#endif
10906
10907#include <stdio.h>
10908
10909#ifdef RTLD_GLOBAL
10910# define LT_DLGLOBAL RTLD_GLOBAL
10911#else
10912# ifdef DL_GLOBAL
10913# define LT_DLGLOBAL DL_GLOBAL
10914# else
10915# define LT_DLGLOBAL 0
10916# endif
10917#endif
10918
10919/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10920 find out it does not work in some platform. */
10921#ifndef LT_DLLAZY_OR_NOW
10922# ifdef RTLD_LAZY
10923# define LT_DLLAZY_OR_NOW RTLD_LAZY
10924# else
10925# ifdef DL_LAZY
10926# define LT_DLLAZY_OR_NOW DL_LAZY
10927# else
10928# ifdef RTLD_NOW
10929# define LT_DLLAZY_OR_NOW RTLD_NOW
10930# else
10931# ifdef DL_NOW
10932# define LT_DLLAZY_OR_NOW DL_NOW
10933# else
10934# define LT_DLLAZY_OR_NOW 0
10935# endif
10936# endif
10937# endif
10938# endif
10939#endif
10940
10941/* When -fvisbility=hidden is used, assume the code has been annotated
10942 correspondingly for the symbols needed. */
10943#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10944void fnord () __attribute__((visibility("default")));
10945#endif
10946
10947void fnord () { int i=42; }
10948int main ()
10949{
10950 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10951 int status = $lt_dlunknown;
10952
10953 if (self)
10954 {
10955 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10956 else
10957 {
10958 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10959 else puts (dlerror ());
10960 }
10961 /* dlclose (self); */
10962 }
10963 else
10964 puts (dlerror ());
10965
10966 return status;
10967}
10968_LT_EOF
10969 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10970 (eval $ac_link) 2>&5
10971 ac_status=$?
10972 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10973 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10974 (./conftest; exit; ) >&5 2>/dev/null
10975 lt_status=$?
10976 case x$lt_status in
10977 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10978 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10979 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10980 esac
10981 else :
10982 # compilation failed
10983 lt_cv_dlopen_self_static=no
10984 fi
b5bd9624 10985fi
6bb11ab3
L
10986rm -fr conftest*
10987
10988
b5bd9624 10989fi
6bb11ab3
L
10990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10991$as_echo "$lt_cv_dlopen_self_static" >&6; }
10992 fi
10993
10994 CPPFLAGS="$save_CPPFLAGS"
10995 LDFLAGS="$save_LDFLAGS"
10996 LIBS="$save_LIBS"
10997 ;;
10998 esac
10999
11000 case $lt_cv_dlopen_self in
11001 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11002 *) enable_dlopen_self=unknown ;;
11003 esac
11004
11005 case $lt_cv_dlopen_self_static in
11006 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11007 *) enable_dlopen_self_static=unknown ;;
11008 esac
11009fi
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027striplib=
11028old_striplib=
11029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11030$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11031if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11032 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11033 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11035$as_echo "yes" >&6; }
11036else
11037# FIXME - insert some real tests, host_os isn't really good enough
11038 case $host_os in
11039 darwin*)
11040 if test -n "$STRIP" ; then
11041 striplib="$STRIP -x"
11042 old_striplib="$STRIP -S"
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11044$as_echo "yes" >&6; }
11045 else
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11047$as_echo "no" >&6; }
11048 fi
11049 ;;
11050 *)
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11052$as_echo "no" >&6; }
11053 ;;
11054 esac
11055fi
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068 # Report which library types will actually be built
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11070$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11072$as_echo "$can_build_shared" >&6; }
11073
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11075$as_echo_n "checking whether to build shared libraries... " >&6; }
11076 test "$can_build_shared" = "no" && enable_shared=no
11077
11078 # On AIX, shared libraries and static libraries use the same namespace, and
11079 # are all built from PIC.
11080 case $host_os in
11081 aix3*)
11082 test "$enable_shared" = yes && enable_static=no
11083 if test -n "$RANLIB"; then
11084 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11085 postinstall_cmds='$RANLIB $lib'
11086 fi
11087 ;;
11088
11089 aix[4-9]*)
11090 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11091 test "$enable_shared" = yes && enable_static=no
11092 fi
11093 ;;
11094 esac
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11096$as_echo "$enable_shared" >&6; }
11097
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11099$as_echo_n "checking whether to build static libraries... " >&6; }
11100 # Make sure either enable_shared or enable_static is yes.
11101 test "$enable_shared" = yes || enable_static=yes
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11103$as_echo "$enable_static" >&6; }
11104
11105
11106
11107
11108fi
11109ac_ext=c
11110ac_cpp='$CPP $CPPFLAGS'
11111ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11112ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11113ac_compiler_gnu=$ac_cv_c_compiler_gnu
11114
11115CC="$lt_save_CC"
11116
11117
11118
11119
11120
11121
11122
11123
11124
b5bd9624 11125
b5bd9624 11126
b5bd9624 11127
b5bd9624 11128
6bb11ab3
L
11129 ac_config_commands="$ac_config_commands libtool"
11130
11131
11132
11133
11134# Only expand once:
11135
11136
5912fadd 11137
b5bd9624 11138
c906108c
SS
11139
11140
31e6ad7d
MF
11141
11142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11143$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11144 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11145if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11146 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11147else
11148 USE_MAINTAINER_MODE=no
c906108c 11149fi
31e6ad7d
MF
11150
11151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11152$as_echo "$USE_MAINTAINER_MODE" >&6; }
11153 if test $USE_MAINTAINER_MODE = yes; then
11154 MAINTAINER_MODE_TRUE=
11155 MAINTAINER_MODE_FALSE='#'
c906108c 11156else
31e6ad7d
MF
11157 MAINTAINER_MODE_TRUE='#'
11158 MAINTAINER_MODE_FALSE=
81ecdfbb 11159fi
c906108c 11160
31e6ad7d
MF
11161 MAINT=$MAINTAINER_MODE_TRUE
11162
11163
c906108c 11164
81ecdfbb 11165
ce39bd38
MF
11166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11167$as_echo_n "checking for sim debug setting... " >&6; }
11168sim_debug="0"
81ecdfbb
RW
11169# Check whether --enable-sim-debug was given.
11170if test "${enable_sim_debug+set}" = set; then :
11171 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11172 yes) sim_debug="7";;
11173 no) sim_debug="0";;
11174 *) sim_debug="($enableval)";;
c906108c 11175esac
c906108c 11176fi
ce39bd38
MF
11177if test "$sim_debug" != "0"; then
11178
11179cat >>confdefs.h <<_ACEOF
11180#define DEBUG $sim_debug
11181_ACEOF
11182
81ecdfbb
RW
11183fi
11184
ce39bd38
MF
11185cat >>confdefs.h <<_ACEOF
11186#define WITH_DEBUG $sim_debug
11187_ACEOF
11188
11189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11190$as_echo "$sim_debug" >&6; }
c906108c
SS
11191
11192
ce39bd38
MF
11193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11194$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11195sim_stdio="0"
81ecdfbb
RW
11196# Check whether --enable-sim-stdio was given.
11197if test "${enable_sim_stdio+set}" = set; then :
11198 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11199 yes) sim_stdio="DO_USE_STDIO";;
11200 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11201 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11202esac
81ecdfbb 11203fi
c906108c 11204
ce39bd38
MF
11205cat >>confdefs.h <<_ACEOF
11206#define WITH_STDIO $sim_stdio
11207_ACEOF
11208
11209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11210$as_echo "$sim_stdio" >&6; }
c906108c 11211
81ecdfbb 11212
ce39bd38
MF
11213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11214$as_echo_n "checking for sim trace settings... " >&6; }
11215sim_trace="~TRACE_debug"
81ecdfbb
RW
11216# Check whether --enable-sim-trace was given.
11217if test "${enable_sim_trace+set}" = set; then :
11218 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11219 yes) sim_trace="-1";;
11220 no) sim_trace="0";;
c906108c 11221 [-0-9]*)
ce39bd38 11222 sim_trace="'(${enableval})'";;
2232061b 11223 [[:lower:]]*)
c906108c
SS
11224 sim_trace=""
11225 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11226 if test x"$sim_trace" = x; then
ce39bd38 11227 sim_trace="(TRACE_$x"
c906108c
SS
11228 else
11229 sim_trace="${sim_trace}|TRACE_$x"
11230 fi
11231 done
ce39bd38 11232 sim_trace="$sim_trace)" ;;
c906108c 11233esac
81ecdfbb
RW
11234fi
11235
ce39bd38
MF
11236cat >>confdefs.h <<_ACEOF
11237#define WITH_TRACE $sim_trace
11238_ACEOF
11239
11240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11241$as_echo "$sim_trace" >&6; }
c906108c
SS
11242
11243
ce39bd38
MF
11244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11245$as_echo_n "checking for sim profile settings... " >&6; }
11246profile="1"
11247sim_profile="-1"
81ecdfbb
RW
11248# Check whether --enable-sim-profile was given.
11249if test "${enable_sim_profile+set}" = set; then :
11250 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11251 yes) profile="1" sim_profile="-1";;
11252 no) profile="0" sim_profile="0";;
c906108c 11253 [-0-9]*)
ce39bd38 11254 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11255 [a-z]*)
ce39bd38 11256 profile="1"
c906108c
SS
11257 sim_profile=""
11258 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11259 if test x"$sim_profile" = x; then
ce39bd38 11260 sim_profile="(PROFILE_$x"
c906108c
SS
11261 else
11262 sim_profile="${sim_profile}|PROFILE_$x"
11263 fi
11264 done
ce39bd38 11265 sim_profile="$sim_profile)" ;;
c906108c 11266esac
81ecdfbb
RW
11267fi
11268
ce39bd38
MF
11269cat >>confdefs.h <<_ACEOF
11270#define PROFILE $profile
11271_ACEOF
c906108c
SS
11272
11273
ce39bd38
MF
11274cat >>confdefs.h <<_ACEOF
11275#define WITH_PROFILE $sim_profile
11276_ACEOF
11277
11278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11279$as_echo "$sim_profile" >&6; }
11280
11281
11282
347fe5bb
MF
11283sim_inline="-DDEFAULT_INLINE=0"
11284# Check whether --enable-sim-inline was given.
11285if test "${enable_sim_inline+set}" = set; then :
11286 enableval=$enable_sim_inline; sim_inline=""
11287case "$enableval" in
11288 no) sim_inline="-DDEFAULT_INLINE=0";;
11289 0) sim_inline="-DDEFAULT_INLINE=0";;
11290 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11291 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11292 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11293 new_flag=""
11294 case "$x" in
11295 *_INLINE=*) new_flag="-D$x";;
11296 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11297 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11298 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11299 esac
11300 if test x"$sim_inline" = x""; then
11301 sim_inline="$new_flag"
11302 else
11303 sim_inline="$sim_inline $new_flag"
11304 fi
11305 done;;
11306esac
11307if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11308 echo "Setting inline flags = $sim_inline" 6>&1
11309fi
11310fi
11311
11312
11313
6efef468 11314
81ecdfbb
RW
11315# Check whether --with-pkgversion was given.
11316if test "${with_pkgversion+set}" = set; then :
11317 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11318 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11319 no) PKGVERSION= ;;
11320 *) PKGVERSION="($withval) " ;;
11321 esac
11322else
bf12d44e 11323 PKGVERSION="(SIM) "
6efef468 11324
81ecdfbb
RW
11325fi
11326
6efef468
JM
11327
11328
11329
11330
81ecdfbb
RW
11331# Check whether --with-bugurl was given.
11332if test "${with_bugurl+set}" = set; then :
11333 withval=$with_bugurl; case "$withval" in
d0ac1c44 11334 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11335 no) BUGURL=
11336 ;;
11337 *) BUGURL="$withval"
11338 ;;
11339 esac
11340else
dfb856ba 11341 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11342
81ecdfbb
RW
11343fi
11344
6efef468
JM
11345 case ${BUGURL} in
11346 "")
11347 REPORT_BUGS_TO=
11348 REPORT_BUGS_TEXI=
11349 ;;
11350 *)
11351 REPORT_BUGS_TO="<$BUGURL>"
11352 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11353 ;;
11354 esac;
11355
11356
11357
11358
11359cat >>confdefs.h <<_ACEOF
11360#define PKGVERSION "$PKGVERSION"
11361_ACEOF
11362
11363
11364cat >>confdefs.h <<_ACEOF
11365#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11366_ACEOF
11367
11368
c906108c
SS
11369
11370
c906108c
SS
11371
11372
1ac72f06 11373wire_endian="BIG"
c906108c 11374default_endian=""
81ecdfbb
RW
11375# Check whether --enable-sim-endian was given.
11376if test "${enable_sim_endian+set}" = set; then :
11377 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11378 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11379 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 11380 yes) if test x"$wire_endian" != x; then
1ac72f06 11381 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 11382 else
1ac72f06
MF
11383 if test x"$default_endian" != x; then
11384 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11385 else
11386 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11387 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11388 fi
11389 fi;;
11390 no) if test x"$default_endian" != x; then
1ac72f06 11391 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11392 else
11393 if test x"$wire_endian" != x; then
1ac72f06 11394 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11395 else
11396 echo "No default endian for target $target" 1>&6
1ac72f06 11397 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11398 fi
11399 fi;;
d0ac1c44 11400 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
11401esac
11402if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11403 echo "Setting endian flags = $sim_endian" 6>&1
11404fi
11405else
11406 if test x"$default_endian" != x; then
1ac72f06 11407 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11408else
11409 if test x"$wire_endian" != x; then
1ac72f06 11410 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11411 else
11412 sim_endian=
11413 fi
11414fi
81ecdfbb
RW
11415fi
11416
c906108c
SS
11417wire_alignment="STRICT_ALIGNMENT"
11418default_alignment=""
11419
81ecdfbb
RW
11420# Check whether --enable-sim-alignment was given.
11421if test "${enable_sim_alignment+set}" = set; then :
11422 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11423 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11424 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11425 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11426 yes) if test x"$wire_alignment" != x; then
11427 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11428 else
11429 if test x"$default_alignment" != x; then
11430 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11431 else
11432 echo "No hard-wired alignment for target $target" 1>&6
11433 sim_alignment="-DWITH_ALIGNMENT=0"
11434 fi
11435 fi;;
11436 no) if test x"$default_alignment" != x; then
11437 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11438 else
11439 if test x"$wire_alignment" != x; then
11440 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11441 else
11442 echo "No default alignment for target $target" 1>&6
11443 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11444 fi
11445 fi;;
d0ac1c44 11446 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11447esac
11448if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11449 echo "Setting alignment flags = $sim_alignment" 6>&1
11450fi
11451else
11452 if test x"$default_alignment" != x; then
11453 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11454else
11455 if test x"$wire_alignment" != x; then
11456 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11457 else
11458 sim_alignment=
11459 fi
11460fi
81ecdfbb
RW
11461fi
11462
c906108c 11463
c906108c 11464default_sim_scache="16384"
81ecdfbb
RW
11465# Check whether --enable-sim-scache was given.
11466if test "${enable_sim_scache+set}" = set; then :
11467 enableval=$enable_sim_scache; case "${enableval}" in
c906108c
SS
11468 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11469 no) sim_scache="-DWITH_SCACHE=0" ;;
9397fcbf 11470 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11471 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c906108c
SS
11472 sim_scache="";;
11473esac
11474if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11475 echo "Setting scache size = $sim_scache" 6>&1
11476fi
11477else
11478 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11479fi
11480
c906108c
SS
11481
11482
11483default_sim_default_model="m32r/d"
81ecdfbb
RW
11484# Check whether --enable-sim-default-model was given.
11485if test "${enable_sim_default_model+set}" = set; then :
11486 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11487 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c906108c
SS
11488 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11489esac
11490if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11491 echo "Setting default model = $sim_default_model" 6>&1
11492fi
11493else
11494 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
11495fi
11496
c906108c
SS
11497
11498
5c1008a4
MF
11499# Check whether --enable-werror was given.
11500if test "${enable_werror+set}" = set; then :
11501 enableval=$enable_werror; case "${enableval}" in
11502 yes | y) ERROR_ON_WARNING="yes" ;;
11503 no | n) ERROR_ON_WARNING="no" ;;
11504 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11505 esac
11506fi
11507
11508
11509# Enable -Werror by default when using gcc
11510if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11511 ERROR_ON_WARNING=yes
11512fi
11513
11514WERROR_CFLAGS=""
11515
11516build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11517-Wpointer-sign \
11518-Wno-unused -Wunused-value -Wunused-function \
11519-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11520-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11521-Wold-style-declaration -Wold-style-definition"
11522
11523# Enable -Wno-format by default when using gcc on mingw since many
11524# GCC versions complain about %I64.
11525case "${host}" in
11526 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11527 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11528esac
11529
11530# Check whether --enable-build-warnings was given.
11531if test "${enable_build_warnings+set}" = set; then :
11532 enableval=$enable_build_warnings; case "${enableval}" in
11533 yes) ;;
11534 no) build_warnings="-w";;
11535 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11536 build_warnings="${build_warnings} ${t}";;
11537 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11538 build_warnings="${t} ${build_warnings}";;
11539 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11540esac
11541if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11542 echo "Setting compiler warning flags = $build_warnings" 6>&1
11543fi
11544fi
11545# Check whether --enable-sim-build-warnings was given.
11546if test "${enable_sim_build_warnings+set}" = set; then :
11547 enableval=$enable_sim_build_warnings; case "${enableval}" in
11548 yes) ;;
11549 no) build_warnings="-w";;
11550 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11551 build_warnings="${build_warnings} ${t}";;
11552 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11553 build_warnings="${t} ${build_warnings}";;
11554 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11555esac
11556if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11557 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11558fi
11559fi
11560WARN_CFLAGS=""
11561if test "x${build_warnings}" != x -a "x$GCC" = xyes
11562then
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11564$as_echo_n "checking compiler warning flags... " >&6; }
11565 # Separate out the -Werror flag as some files just cannot be
11566 # compiled with it enabled.
11567 for w in ${build_warnings}; do
11568 case $w in
11569 -Werr*) WERROR_CFLAGS=-Werror ;;
11570 *) # Check that GCC accepts it
11571 saved_CFLAGS="$CFLAGS"
1f195bc3 11572 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11574/* end confdefs.h. */
11575
11576int
11577main ()
11578{
11579
11580 ;
11581 return 0;
11582}
11583_ACEOF
11584if ac_fn_c_try_compile "$LINENO"; then :
11585 WARN_CFLAGS="${WARN_CFLAGS} $w"
11586fi
11587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11588 CFLAGS="$saved_CFLAGS"
11589 esac
11590 done
11591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11592$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11593fi
11594
11595
b7026657
AC
11596cgen_maint=no
11597cgen=guile
11598cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11599# Check whether --enable-cgen-maint was given.
11600if test "${enable_cgen_maint+set}" = set; then :
11601 enableval=$enable_cgen_maint; case "${enableval}" in
b7026657
AC
11602 yes) cgen_maint=yes ;;
11603 no) cgen_maint=no ;;
11604 *)
7fb45a68
AB
11605 # Argument is a directory where cgen can be found. In some
11606 # future world cgen could be installable, but right now this
11607 # is not the case. Instead we assume the directory is a path
11608 # to the cgen source tree.
11609 cgen_maint=yes
11610 if test -r ${enableval}/iformat.scm; then
11611 # This looks like a cgen source tree.
11612 cgendir=${enableval}
11613 else
11614 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11615 fi
b7026657
AC
11616 ;;
11617esac
81ecdfbb
RW
11618fi
11619if test x${cgen_maint} != xno ; then
b7026657
AC
11620 CGEN_MAINT=''
11621else
11622 CGEN_MAINT='#'
11623fi
11624
11625
11626
11627
11628
11629 case "${target_alias}" in
11630 m32r*-linux*)
11631 traps_obj=traps-linux.o
11632 sim_extra_cflags="-DM32R_LINUX"
11633 ;;
11634 *)
11635 traps_obj=traps.o
11636 sim_extra_cflags="-DM32R_ELF"
11637 ;;
11638 esac
11639
11640
11641
11642
9d903352 11643hardware="cfi core pal glue m32r_cache m32r_uart"
94c63d78
JS
11644sim_hw_cflags="-DWITH_HW=1"
11645sim_hw="$hardware"
11646sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11647
94c63d78
JS
11648# Check whether --enable-sim-hardware was given.
11649if test "${enable_sim_hardware+set}" = set; then :
11650 enableval=$enable_sim_hardware;
30452bbe 11651else
97f478c5 11652 enable_sim_hardware="yes"
1517bd27
MF
11653fi
11654
11655case ${enable_sim_hardware} in
64dd13df
MF
11656 yes|no) ;;
11657 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11658 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11659 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 11660esac
1517bd27 11661
64dd13df 11662if test "$enable_sim_hardware" = no; then
94c63d78
JS
11663 sim_hw_objs=
11664 sim_hw_cflags="-DWITH_HW=0"
11665 sim_hw=
11666else
11667 sim_hw_cflags="-DWITH_HW=1"
11668 # remove duplicates
11669 sim_hw=""
11670 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11671 for i in $hardware ; do
11672 case " $sim_hw " in
11673 *" $i "*) ;;
11674 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11675 esac
11676 done
11677 # mingw does not support sockser
94c63d78
JS
11678 case ${host} in
11679 *mingw*) ;;
49cd1634
MF
11680 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11681 # that you instatiate. Instead, other code will call into it directly.
11682 # At some point, we should convert it over.
11683 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
11684
11685cat >>confdefs.h <<_ACEOF
11686#define HAVE_DV_SOCKSER 1
11687_ACEOF
11688
11689 ;;
11690 esac
1517bd27
MF
11691 if test x"$silent" != x"yes"; then
11692 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 11693 fi
1517bd27
MF
11694 case " $hardware " in
11695 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 11696$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11697if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
11698 $as_echo_n "(cached) " >&6
11699else
11700 ac_check_lib_save_LIBS=$LIBS
11701LIBS="-lm $LIBS"
11702cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11703/* end confdefs.h. */
11704
11705/* Override any GCC internal prototype to avoid an error.
11706 Use char because int might match the return type of a GCC
11707 builtin and then its argument prototype would still apply. */
11708#ifdef __cplusplus
11709extern "C"
11710#endif
11711char log2 ();
11712int
11713main ()
11714{
11715return log2 ();
11716 ;
11717 return 0;
11718}
11719_ACEOF
11720if ac_fn_c_try_link "$LINENO"; then :
11721 ac_cv_lib_m_log2=yes
11722else
11723 ac_cv_lib_m_log2=no
11724fi
11725rm -f core conftest.err conftest.$ac_objext \
11726 conftest$ac_exeext conftest.$ac_ext
11727LIBS=$ac_check_lib_save_LIBS
11728fi
11729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11730$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11731if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
11732 cat >>confdefs.h <<_ACEOF
11733#define HAVE_LIBM 1
11734_ACEOF
11735
11736 LIBS="-lm $LIBS"
11737
11738fi
11739;;
1517bd27
MF
11740 esac
11741fi
94c63d78 11742
94c63d78 11743
b7026657 11744
b7026657
AC
11745cgen_breaks=""
11746if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11747cgen_breaks="break cgen_rtx_error";
11748fi
11749
81ecdfbb 11750ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11751
81ecdfbb 11752ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11753
81ecdfbb 11754ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11755
81ecdfbb 11756ac_config_commands="$ac_config_commands Makefile"
38f48d72 11757
81ecdfbb 11758ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11759
760b3e8b
MF
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
b7026657
AC
11772cat >confcache <<\_ACEOF
11773# This file is a shell script that caches the results of configure
11774# tests run on this system so they can be shared between configure
11775# scripts and configure runs, see configure's option --config-cache.
11776# It is not useful on other systems. If it contains results you don't
11777# want to keep, you may remove or edit it.
11778#
11779# config.status only pays attention to the cache file if you give it
11780# the --recheck option to rerun configure.
11781#
11782# `ac_cv_env_foo' variables (set or unset) will be overridden when
11783# loading this file, other *unset* `ac_cv_foo' will be assigned the
11784# following values.
11785
11786_ACEOF
11787
11788# The following way of writing the cache mishandles newlines in values,
11789# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11790# So, we kill variables containing newlines.
b7026657
AC
11791# Ultrix sh set writes to stderr and can't be redirected directly,
11792# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11793(
11794 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11795 eval ac_val=\$$ac_var
11796 case $ac_val in #(
11797 *${as_nl}*)
11798 case $ac_var in #(
11799 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11800$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11801 esac
11802 case $ac_var in #(
11803 _ | IFS | as_nl) ;; #(
11804 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11805 *) { eval $ac_var=; unset $ac_var;} ;;
11806 esac ;;
11807 esac
11808 done
11809
b7026657 11810 (set) 2>&1 |
81ecdfbb
RW
11811 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11812 *${as_nl}ac_space=\ *)
11813 # `set' does not quote correctly, so add quotes: double-quote
11814 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11815 sed -n \
11816 "s/'/'\\\\''/g;
11817 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11818 ;; #(
b7026657
AC
11819 *)
11820 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11821 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11822 ;;
81ecdfbb
RW
11823 esac |
11824 sort
11825) |
b7026657 11826 sed '
81ecdfbb 11827 /^ac_cv_env_/b end
b7026657 11828 t clear
81ecdfbb 11829 :clear
b7026657
AC
11830 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11831 t end
81ecdfbb
RW
11832 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11833 :end' >>confcache
11834if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11835 if test -w "$cache_file"; then
d0ac1c44 11836 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11838$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11839 if test ! -f "$cache_file" || test -h "$cache_file"; then
11840 cat confcache >"$cache_file"
11841 else
11842 case $cache_file in #(
11843 */* | ?:*)
11844 mv -f confcache "$cache_file"$$ &&
11845 mv -f "$cache_file"$$ "$cache_file" ;; #(
11846 *)
11847 mv -f confcache "$cache_file" ;;
11848 esac
11849 fi
11850 fi
b7026657 11851 else
81ecdfbb
RW
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11853$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11854 fi
11855fi
11856rm -f confcache
11857
11858test "x$prefix" = xNONE && prefix=$ac_default_prefix
11859# Let make expand exec_prefix.
11860test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11861
b7026657
AC
11862DEFS=-DHAVE_CONFIG_H
11863
11864ac_libobjs=
11865ac_ltlibobjs=
d0ac1c44 11866U=
b7026657
AC
11867for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11868 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11869 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11870 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11871 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11872 # will be set to the directory where LIBOBJS objects are built.
11873 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11874 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11875done
11876LIBOBJS=$ac_libobjs
11877
11878LTLIBOBJS=$ac_ltlibobjs
11879
11880
0cb8d851 11881
6bb11ab3 11882if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11883 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11884Usually this means the macro was only invoked conditionally." "$LINENO" 5
11885fi
31e6ad7d 11886if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11887 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11888Usually this means the macro was only invoked conditionally." "$LINENO" 5
11889fi
b7026657 11890
d0ac1c44 11891: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11892ac_write_fail=0
b7026657
AC
11893ac_clean_files_save=$ac_clean_files
11894ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11895{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11896$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11897as_write_fail=0
11898cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11899#! $SHELL
11900# Generated by $as_me.
11901# Run this file to recreate the current configuration.
11902# Compiler output produced by configure, useful for debugging
11903# configure, is in config.log if it exists.
11904
11905debug=false
11906ac_cs_recheck=false
11907ac_cs_silent=false
b7026657 11908
81ecdfbb
RW
11909SHELL=\${CONFIG_SHELL-$SHELL}
11910export SHELL
11911_ASEOF
11912cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11913## -------------------- ##
11914## M4sh Initialization. ##
11915## -------------------- ##
11916
11917# Be more Bourne compatible
11918DUALCASE=1; export DUALCASE # for MKS sh
11919if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11920 emulate sh
11921 NULLCMD=:
81ecdfbb 11922 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11923 # is contrary to our usage. Disable this feature.
11924 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11925 setopt NO_GLOB_SUBST
11926else
11927 case `(set -o) 2>/dev/null` in #(
11928 *posix*) :
11929 set -o posix ;; #(
11930 *) :
11931 ;;
11932esac
b7026657 11933fi
b7026657 11934
81ecdfbb
RW
11935
11936as_nl='
11937'
11938export as_nl
11939# Printing a long string crashes Solaris 7 /usr/bin/printf.
11940as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11941as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11942as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11943# Prefer a ksh shell builtin over an external printf program on Solaris,
11944# but without wasting forks for bash or zsh.
11945if test -z "$BASH_VERSION$ZSH_VERSION" \
11946 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11947 as_echo='print -r --'
11948 as_echo_n='print -rn --'
11949elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11950 as_echo='printf %s\n'
11951 as_echo_n='printf %s'
11952else
11953 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11954 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11955 as_echo_n='/usr/ucb/echo -n'
11956 else
11957 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11958 as_echo_n_body='eval
11959 arg=$1;
11960 case $arg in #(
11961 *"$as_nl"*)
11962 expr "X$arg" : "X\\(.*\\)$as_nl";
11963 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11964 esac;
11965 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11966 '
11967 export as_echo_n_body
11968 as_echo_n='sh -c $as_echo_n_body as_echo'
11969 fi
11970 export as_echo_body
11971 as_echo='sh -c $as_echo_body as_echo'
11972fi
11973
11974# The user is always right.
11975if test "${PATH_SEPARATOR+set}" != set; then
11976 PATH_SEPARATOR=:
11977 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11978 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11979 PATH_SEPARATOR=';'
11980 }
b7026657
AC
11981fi
11982
11983
81ecdfbb
RW
11984# IFS
11985# We need space, tab and new line, in precisely that order. Quoting is
11986# there to prevent editors from complaining about space-tab.
11987# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11988# splitting by setting IFS to empty value.)
11989IFS=" "" $as_nl"
11990
11991# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11992as_myself=
81ecdfbb
RW
11993case $0 in #((
11994 *[\\/]* ) as_myself=$0 ;;
11995 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11996for as_dir in $PATH
11997do
11998 IFS=$as_save_IFS
11999 test -z "$as_dir" && as_dir=.
12000 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12001 done
12002IFS=$as_save_IFS
12003
12004 ;;
12005esac
12006# We did not find ourselves, most probably we were run as `sh COMMAND'
12007# in which case we are not to be found in the path.
12008if test "x$as_myself" = x; then
12009 as_myself=$0
12010fi
12011if test ! -f "$as_myself"; then
12012 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12013 exit 1
12014fi
12015
12016# Unset variables that we do not need and which cause bugs (e.g. in
12017# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12018# suppresses any "Segmentation fault" message there. '((' could
12019# trigger a bug in pdksh 5.2.14.
12020for as_var in BASH_ENV ENV MAIL MAILPATH
12021do eval test x\${$as_var+set} = xset \
12022 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12023done
b7026657
AC
12024PS1='$ '
12025PS2='> '
12026PS4='+ '
12027
12028# NLS nuisances.
81ecdfbb
RW
12029LC_ALL=C
12030export LC_ALL
12031LANGUAGE=C
12032export LANGUAGE
12033
12034# CDPATH.
12035(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12036
12037
d0ac1c44
SM
12038# as_fn_error STATUS ERROR [LINENO LOG_FD]
12039# ----------------------------------------
81ecdfbb
RW
12040# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12041# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12042# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12043as_fn_error ()
12044{
d0ac1c44
SM
12045 as_status=$1; test $as_status -eq 0 && as_status=1
12046 if test "$4"; then
12047 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12048 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c906108c 12049 fi
d0ac1c44 12050 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12051 as_fn_exit $as_status
12052} # as_fn_error
12053
12054
12055# as_fn_set_status STATUS
12056# -----------------------
12057# Set $? to STATUS, without forking.
12058as_fn_set_status ()
12059{
12060 return $1
12061} # as_fn_set_status
12062
12063# as_fn_exit STATUS
12064# -----------------
12065# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12066as_fn_exit ()
12067{
12068 set +e
12069 as_fn_set_status $1
12070 exit $1
12071} # as_fn_exit
12072
12073# as_fn_unset VAR
12074# ---------------
12075# Portably unset VAR.
12076as_fn_unset ()
12077{
12078 { eval $1=; unset $1;}
12079}
12080as_unset=as_fn_unset
12081# as_fn_append VAR VALUE
12082# ----------------------
12083# Append the text in VALUE to the end of the definition contained in VAR. Take
12084# advantage of any shell optimizations that allow amortized linear growth over
12085# repeated appends, instead of the typical quadratic growth present in naive
12086# implementations.
12087if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12088 eval 'as_fn_append ()
12089 {
12090 eval $1+=\$2
12091 }'
12092else
12093 as_fn_append ()
12094 {
12095 eval $1=\$$1\$2
12096 }
12097fi # as_fn_append
12098
12099# as_fn_arith ARG...
12100# ------------------
12101# Perform arithmetic evaluation on the ARGs, and store the result in the
12102# global $as_val. Take advantage of shells that can avoid forks. The arguments
12103# must be portable across $(()) and expr.
12104if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12105 eval 'as_fn_arith ()
12106 {
12107 as_val=$(( $* ))
12108 }'
12109else
12110 as_fn_arith ()
12111 {
12112 as_val=`expr "$@" || test $? -eq 1`
12113 }
12114fi # as_fn_arith
b7026657 12115
81ecdfbb
RW
12116
12117if expr a : '\(a\)' >/dev/null 2>&1 &&
12118 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 12119 as_expr=expr
c906108c 12120else
b7026657 12121 as_expr=false
c906108c 12122fi
b7026657 12123
81ecdfbb 12124if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12125 as_basename=basename
12126else
12127 as_basename=false
c906108c
SS
12128fi
12129
81ecdfbb
RW
12130if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12131 as_dirname=dirname
12132else
12133 as_dirname=false
12134fi
c906108c 12135
81ecdfbb 12136as_me=`$as_basename -- "$0" ||
b7026657
AC
12137$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12138 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12139 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12140$as_echo X/"$0" |
12141 sed '/^.*\/\([^/][^/]*\)\/*$/{
12142 s//\1/
12143 q
12144 }
12145 /^X\/\(\/\/\)$/{
12146 s//\1/
12147 q
12148 }
12149 /^X\/\(\/\).*/{
12150 s//\1/
12151 q
12152 }
12153 s/.*/./; q'`
b7026657 12154
b7026657
AC
12155# Avoid depending upon Character Ranges.
12156as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12157as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12158as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12159as_cr_digits='0123456789'
12160as_cr_alnum=$as_cr_Letters$as_cr_digits
12161
81ecdfbb
RW
12162ECHO_C= ECHO_N= ECHO_T=
12163case `echo -n x` in #(((((
12164-n*)
12165 case `echo 'xy\c'` in
12166 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12167 xy) ECHO_C='\c';;
12168 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12169 ECHO_T=' ';;
12170 esac;;
12171*)
12172 ECHO_N='-n';;
c906108c 12173esac
b7026657 12174
81ecdfbb
RW
12175rm -f conf$$ conf$$.exe conf$$.file
12176if test -d conf$$.dir; then
12177 rm -f conf$$.dir/conf$$.file
b7026657 12178else
81ecdfbb
RW
12179 rm -f conf$$.dir
12180 mkdir conf$$.dir 2>/dev/null
c906108c 12181fi
81ecdfbb
RW
12182if (echo >conf$$.file) 2>/dev/null; then
12183 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12184 as_ln_s='ln -s'
81ecdfbb
RW
12185 # ... but there are two gotchas:
12186 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12187 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12188 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12189 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12190 as_ln_s='cp -pR'
81ecdfbb
RW
12191 elif ln conf$$.file conf$$ 2>/dev/null; then
12192 as_ln_s=ln
12193 else
d0ac1c44 12194 as_ln_s='cp -pR'
b7026657 12195 fi
c906108c 12196else
d0ac1c44 12197 as_ln_s='cp -pR'
c906108c 12198fi
81ecdfbb
RW
12199rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12200rmdir conf$$.dir 2>/dev/null
12201
12202
12203# as_fn_mkdir_p
12204# -------------
12205# Create "$as_dir" as a directory, including parents if necessary.
12206as_fn_mkdir_p ()
12207{
12208
12209 case $as_dir in #(
12210 -*) as_dir=./$as_dir;;
12211 esac
12212 test -d "$as_dir" || eval $as_mkdir_p || {
12213 as_dirs=
12214 while :; do
12215 case $as_dir in #(
12216 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12217 *) as_qdir=$as_dir;;
12218 esac
12219 as_dirs="'$as_qdir' $as_dirs"
12220 as_dir=`$as_dirname -- "$as_dir" ||
12221$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12222 X"$as_dir" : 'X\(//\)[^/]' \| \
12223 X"$as_dir" : 'X\(//\)$' \| \
12224 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12225$as_echo X"$as_dir" |
12226 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12227 s//\1/
12228 q
12229 }
12230 /^X\(\/\/\)[^/].*/{
12231 s//\1/
12232 q
12233 }
12234 /^X\(\/\/\)$/{
12235 s//\1/
12236 q
12237 }
12238 /^X\(\/\).*/{
12239 s//\1/
12240 q
12241 }
12242 s/.*/./; q'`
12243 test -d "$as_dir" && break
12244 done
12245 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12246 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
c906108c 12247
81ecdfbb
RW
12248
12249} # as_fn_mkdir_p
b7026657 12250if mkdir -p . 2>/dev/null; then
81ecdfbb 12251 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
12252else
12253 test -d ./-p && rmdir ./-p
12254 as_mkdir_p=false
12255fi
c906108c 12256
d0ac1c44
SM
12257
12258# as_fn_executable_p FILE
12259# -----------------------
12260# Test if FILE is an executable regular file.
12261as_fn_executable_p ()
12262{
12263 test -f "$1" && test -x "$1"
12264} # as_fn_executable_p
12265as_test_x='test -x'
12266as_executable_p=as_fn_executable_p
c906108c 12267
b7026657
AC
12268# Sed expression to map a string onto a valid CPP name.
12269as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 12270
b7026657
AC
12271# Sed expression to map a string onto a valid variable name.
12272as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 12273
6edf0760 12274
b7026657 12275exec 6>&1
81ecdfbb
RW
12276## ----------------------------------- ##
12277## Main body of $CONFIG_STATUS script. ##
12278## ----------------------------------- ##
12279_ASEOF
12280test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12281
12282cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12283# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12284# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12285# values after options handling.
12286ac_log="
b7026657 12287This file was extended by $as_me, which was
d0ac1c44 12288generated by GNU Autoconf 2.69. Invocation command line was
c906108c 12289
b7026657
AC
12290 CONFIG_FILES = $CONFIG_FILES
12291 CONFIG_HEADERS = $CONFIG_HEADERS
12292 CONFIG_LINKS = $CONFIG_LINKS
12293 CONFIG_COMMANDS = $CONFIG_COMMANDS
12294 $ $0 $@
12295
81ecdfbb
RW
12296on `(hostname || uname -n) 2>/dev/null | sed 1q`
12297"
12298
b7026657
AC
12299_ACEOF
12300
81ecdfbb
RW
12301case $ac_config_files in *"
12302"*) set x $ac_config_files; shift; ac_config_files=$*;;
12303esac
379832de 12304
81ecdfbb
RW
12305case $ac_config_headers in *"
12306"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12307esac
b7026657 12308
b7026657 12309
81ecdfbb
RW
12310cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12311# Files that config.status was made for.
12312config_files="$ac_config_files"
12313config_headers="$ac_config_headers"
81ecdfbb 12314config_commands="$ac_config_commands"
b7026657 12315
81ecdfbb 12316_ACEOF
b7026657 12317
81ecdfbb 12318cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12319ac_cs_usage="\
81ecdfbb
RW
12320\`$as_me' instantiates files and other configuration actions
12321from templates according to the current configuration. Unless the files
12322and actions are specified as TAGs, all are instantiated by default.
b7026657 12323
81ecdfbb 12324Usage: $0 [OPTION]... [TAG]...
b7026657
AC
12325
12326 -h, --help print this help, then exit
81ecdfbb 12327 -V, --version print version number and configuration settings, then exit
d0ac1c44 12328 --config print configuration, then exit
81ecdfbb
RW
12329 -q, --quiet, --silent
12330 do not print progress messages
b7026657
AC
12331 -d, --debug don't remove temporary files
12332 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12333 --file=FILE[:TEMPLATE]
12334 instantiate the configuration file FILE
12335 --header=FILE[:TEMPLATE]
12336 instantiate the configuration header FILE
b7026657
AC
12337
12338Configuration files:
12339$config_files
12340
12341Configuration headers:
12342$config_headers
12343
b7026657
AC
12344Configuration commands:
12345$config_commands
12346
81ecdfbb 12347Report bugs to the package provider."
b7026657 12348
81ecdfbb
RW
12349_ACEOF
12350cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12351ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12352ac_cs_version="\\
12353config.status
d0ac1c44
SM
12354configured by $0, generated by GNU Autoconf 2.69,
12355 with options \\"\$ac_cs_config\\"
b7026657 12356
d0ac1c44 12357Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12358This config.status script is free software; the Free Software Foundation
12359gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12360
12361ac_pwd='$ac_pwd'
12362srcdir='$srcdir'
12363INSTALL='$INSTALL'
6bb11ab3 12364AWK='$AWK'
81ecdfbb 12365test -n "\$AWK" || AWK=awk
b7026657
AC
12366_ACEOF
12367
81ecdfbb
RW
12368cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12369# The default lists apply if the user does not specify any file.
b7026657
AC
12370ac_need_defaults=:
12371while test $# != 0
12372do
12373 case $1 in
d0ac1c44 12374 --*=?*)
81ecdfbb
RW
12375 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12376 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12377 ac_shift=:
c906108c 12378 ;;
d0ac1c44
SM
12379 --*=)
12380 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12381 ac_optarg=
12382 ac_shift=:
12383 ;;
81ecdfbb 12384 *)
b7026657
AC
12385 ac_option=$1
12386 ac_optarg=$2
12387 ac_shift=shift
c906108c 12388 ;;
b7026657 12389 esac
c906108c 12390
b7026657
AC
12391 case $ac_option in
12392 # Handling of the options.
b7026657
AC
12393 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12394 ac_cs_recheck=: ;;
81ecdfbb
RW
12395 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12396 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12397 --config | --confi | --conf | --con | --co | --c )
12398 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12399 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12400 debug=: ;;
12401 --file | --fil | --fi | --f )
12402 $ac_shift
81ecdfbb
RW
12403 case $ac_optarg in
12404 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12405 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12406 esac
12407 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12408 ac_need_defaults=false;;
12409 --header | --heade | --head | --hea )
12410 $ac_shift
81ecdfbb
RW
12411 case $ac_optarg in
12412 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12413 esac
12414 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12415 ac_need_defaults=false;;
81ecdfbb
RW
12416 --he | --h)
12417 # Conflict between --help and --header
d0ac1c44 12418 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12419Try \`$0 --help' for more information.";;
12420 --help | --hel | -h )
12421 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12422 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12423 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12424 ac_cs_silent=: ;;
c906108c 12425
b7026657 12426 # This is an error.
d0ac1c44 12427 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12428Try \`$0 --help' for more information." ;;
c906108c 12429
81ecdfbb
RW
12430 *) as_fn_append ac_config_targets " $1"
12431 ac_need_defaults=false ;;
b7026657
AC
12432
12433 esac
12434 shift
12435done
12436
12437ac_configure_extra_args=
12438
12439if $ac_cs_silent; then
12440 exec 6>/dev/null
12441 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12442fi
12443
b7026657 12444_ACEOF
81ecdfbb 12445cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12446if \$ac_cs_recheck; then
d0ac1c44 12447 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12448 shift
12449 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12450 CONFIG_SHELL='$SHELL'
12451 export CONFIG_SHELL
12452 exec "\$@"
b7026657 12453fi
c906108c 12454
b7026657 12455_ACEOF
81ecdfbb
RW
12456cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12457exec 5>>config.log
12458{
12459 echo
12460 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12461## Running $as_me. ##
12462_ASBOX
12463 $as_echo "$ac_log"
12464} >&5
c906108c 12465
81ecdfbb
RW
12466_ACEOF
12467cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12468#
12469# INIT-COMMANDS
12470#
12471ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12472
6bb11ab3
L
12473
12474# The HP-UX ksh and POSIX shell print the target directory to stdout
12475# if CDPATH is set.
12476(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12477
12478sed_quote_subst='$sed_quote_subst'
12479double_quote_subst='$double_quote_subst'
12480delay_variable_subst='$delay_variable_subst'
12481macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12482macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12483enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12484enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12485pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12486enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12487SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12488ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12489host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12490host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12491host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12492build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12493build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12494build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12495SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12496Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12497GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12498EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12499FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12500LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12501NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12502LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12503max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12504ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12505exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12506lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12507lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12508lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12509reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12510reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12511OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12512deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12513file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12514AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12515AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12516STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12517RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12518old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12519old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12520old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12521lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12522CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12523CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12524compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12525GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12526lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12527lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12528lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12529lt_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"`'
12530objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12531MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12532lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12533lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12534lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12535lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12536lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12537need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12538DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12539NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12540LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12541OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12542OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12543libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12544shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12545extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12546archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12547enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12548export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12549whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12550compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12551old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12552old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12553archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12554archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12555module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12556module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12557with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12558allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12559no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12560hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12561hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12562hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12563hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12564hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12565hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12566hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12567hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12568inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12569link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12570fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12571always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12572export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12573exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12574include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12575prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12576file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12577variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12578need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12579need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12580version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12581runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12582shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12583shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12584libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12585library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12586soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12587install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12588postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12589postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12590finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12591finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12592hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12593sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12594sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12595hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12596enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12597enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12598enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12599old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12600striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12601
12602LTCC='$LTCC'
12603LTCFLAGS='$LTCFLAGS'
12604compiler='$compiler_DEFAULT'
12605
12606# A function that is used when there is no print builtin or printf.
12607func_fallback_echo ()
12608{
12609 eval 'cat <<_LTECHO_EOF
12610\$1
12611_LTECHO_EOF'
12612}
12613
12614# Quote evaled strings.
12615for var in SHELL \
12616ECHO \
12617SED \
12618GREP \
12619EGREP \
12620FGREP \
12621LD \
12622NM \
12623LN_S \
12624lt_SP2NL \
12625lt_NL2SP \
12626reload_flag \
12627OBJDUMP \
12628deplibs_check_method \
12629file_magic_cmd \
12630AR \
12631AR_FLAGS \
12632STRIP \
12633RANLIB \
12634CC \
12635CFLAGS \
12636compiler \
12637lt_cv_sys_global_symbol_pipe \
12638lt_cv_sys_global_symbol_to_cdecl \
12639lt_cv_sys_global_symbol_to_c_name_address \
12640lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12641lt_prog_compiler_no_builtin_flag \
12642lt_prog_compiler_wl \
12643lt_prog_compiler_pic \
12644lt_prog_compiler_static \
12645lt_cv_prog_compiler_c_o \
12646need_locks \
12647DSYMUTIL \
12648NMEDIT \
12649LIPO \
12650OTOOL \
12651OTOOL64 \
12652shrext_cmds \
12653export_dynamic_flag_spec \
12654whole_archive_flag_spec \
12655compiler_needs_object \
12656with_gnu_ld \
12657allow_undefined_flag \
12658no_undefined_flag \
12659hardcode_libdir_flag_spec \
12660hardcode_libdir_flag_spec_ld \
12661hardcode_libdir_separator \
12662fix_srcfile_path \
12663exclude_expsyms \
12664include_expsyms \
12665file_list_spec \
12666variables_saved_for_relink \
12667libname_spec \
12668library_names_spec \
12669soname_spec \
12670install_override_mode \
12671finish_eval \
12672old_striplib \
12673striplib; do
12674 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12675 *[\\\\\\\`\\"\\\$]*)
12676 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12677 ;;
12678 *)
12679 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12680 ;;
12681 esac
12682done
12683
12684# Double-quote double-evaled strings.
12685for var in reload_cmds \
12686old_postinstall_cmds \
12687old_postuninstall_cmds \
12688old_archive_cmds \
12689extract_expsyms_cmds \
12690old_archive_from_new_cmds \
12691old_archive_from_expsyms_cmds \
12692archive_cmds \
12693archive_expsym_cmds \
12694module_cmds \
12695module_expsym_cmds \
12696export_symbols_cmds \
12697prelink_cmds \
12698postinstall_cmds \
12699postuninstall_cmds \
12700finish_cmds \
12701sys_lib_search_path_spec \
12702sys_lib_dlsearch_path_spec; do
12703 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12704 *[\\\\\\\`\\"\\\$]*)
12705 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12706 ;;
12707 *)
12708 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12709 ;;
12710 esac
12711done
12712
12713ac_aux_dir='$ac_aux_dir'
12714xsi_shell='$xsi_shell'
12715lt_shell_append='$lt_shell_append'
12716
12717# See if we are running on zsh, and set the options which allow our
12718# commands through without removal of \ escapes INIT.
12719if test -n "\${ZSH_VERSION+set}" ; then
12720 setopt NO_GLOB_SUBST
12721fi
12722
12723
12724 PACKAGE='$PACKAGE'
12725 VERSION='$VERSION'
12726 TIMESTAMP='$TIMESTAMP'
12727 RM='$RM'
12728 ofile='$ofile'
12729
12730
12731
12732
81ecdfbb 12733_ACEOF
c906108c 12734
81ecdfbb 12735cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12736
81ecdfbb 12737# Handling of arguments.
b7026657 12738for ac_config_target in $ac_config_targets
c906108c 12739do
81ecdfbb
RW
12740 case $ac_config_target in
12741 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12742 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12743 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12744 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12745 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12746 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12747 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12748 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12749
d0ac1c44 12750 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12751 esac
12752done
12753
81ecdfbb 12754
b7026657
AC
12755# If the user did not use the arguments to specify the items to instantiate,
12756# then the envvar interface is used. Set only those that are not.
12757# We use the long form for the default assignment because of an extremely
12758# bizarre bug on SunOS 4.1.3.
12759if $ac_need_defaults; then
12760 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12761 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12762 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12763fi
12764
12765# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12766# simply because there is no reason against having it here, and in addition,
b7026657 12767# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12768# Hook for its removal unless debugging.
12769# Note that there is a small window in which the directory will not be cleaned:
12770# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12771$debug ||
12772{
d0ac1c44 12773 tmp= ac_tmp=
81ecdfbb 12774 trap 'exit_status=$?
d0ac1c44
SM
12775 : "${ac_tmp:=$tmp}"
12776 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12777' 0
12778 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12779}
b7026657 12780# Create a (secure) tmp directory for tmp files.
c906108c 12781
b7026657 12782{
81ecdfbb 12783 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12784 test -d "$tmp"
b7026657
AC
12785} ||
12786{
81ecdfbb
RW
12787 tmp=./conf$$-$RANDOM
12788 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12789} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12790ac_tmp=$tmp
b7026657 12791
81ecdfbb
RW
12792# Set up the scripts for CONFIG_FILES section.
12793# No need to generate them if there are no CONFIG_FILES.
12794# This happens for instance with `./config.status config.h'.
12795if test -n "$CONFIG_FILES"; then
b7026657 12796
c906108c 12797
81ecdfbb
RW
12798ac_cr=`echo X | tr X '\015'`
12799# On cygwin, bash can eat \r inside `` if the user requested igncr.
12800# But we know of no other shell where ac_cr would be empty at this
12801# point, so we can use a bashism as a fallback.
12802if test "x$ac_cr" = x; then
12803 eval ac_cr=\$\'\\r\'
12804fi
12805ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12806if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12807 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12808else
12809 ac_cs_awk_cr=$ac_cr
12810fi
b7026657 12811
d0ac1c44 12812echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12813_ACEOF
12814
81ecdfbb
RW
12815
12816{
12817 echo "cat >conf$$subs.awk <<_ACEOF" &&
12818 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12819 echo "_ACEOF"
12820} >conf$$subs.sh ||
d0ac1c44
SM
12821 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12822ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12823ac_delim='%!_!# '
12824for ac_last_try in false false false false false :; do
12825 . ./conf$$subs.sh ||
d0ac1c44 12826 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12827
12828 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12829 if test $ac_delim_n = $ac_delim_num; then
12830 break
12831 elif $ac_last_try; then
d0ac1c44 12832 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12833 else
12834 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12835 fi
81ecdfbb
RW
12836done
12837rm -f conf$$subs.sh
c906108c 12838
81ecdfbb 12839cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12840cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12841_ACEOF
81ecdfbb
RW
12842sed -n '
12843h
12844s/^/S["/; s/!.*/"]=/
12845p
12846g
12847s/^[^!]*!//
12848:repl
12849t repl
12850s/'"$ac_delim"'$//
12851t delim
12852:nl
12853h
d0ac1c44 12854s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12855t more1
12856s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12857p
12858n
12859b repl
12860:more1
12861s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12862p
12863g
12864s/.\{148\}//
12865t nl
12866:delim
12867h
d0ac1c44 12868s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12869t more2
12870s/["\\]/\\&/g; s/^/"/; s/$/"/
12871p
12872b
12873:more2
12874s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12875p
12876g
12877s/.\{148\}//
12878t delim
12879' <conf$$subs.awk | sed '
12880/^[^""]/{
12881 N
12882 s/\n//
12883}
12884' >>$CONFIG_STATUS || ac_write_fail=1
12885rm -f conf$$subs.awk
12886cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12887_ACAWK
d0ac1c44 12888cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12889 for (key in S) S_is_set[key] = 1
12890 FS = "\a"
b7026657 12891
81ecdfbb
RW
12892}
12893{
12894 line = $ 0
12895 nfields = split(line, field, "@")
12896 substed = 0
12897 len = length(field[1])
12898 for (i = 2; i < nfields; i++) {
12899 key = field[i]
12900 keylen = length(key)
12901 if (S_is_set[key]) {
12902 value = S[key]
12903 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12904 len += length(value) + length(field[++i])
12905 substed = 1
12906 } else
12907 len += 1 + keylen
12908 }
12909
12910 print line
12911}
c906108c 12912
81ecdfbb
RW
12913_ACAWK
12914_ACEOF
12915cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12916if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12917 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12918else
81ecdfbb 12919 cat
d0ac1c44
SM
12920fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12921 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12922_ACEOF
b7026657 12923
d0ac1c44
SM
12924# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12925# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12926# trailing colons and then remove the whole line if VPATH becomes empty
12927# (actually we leave an empty line to preserve line numbers).
12928if test "x$srcdir" = x.; then
d0ac1c44
SM
12929 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12930h
12931s///
12932s/^/:/
12933s/[ ]*$/:/
12934s/:\$(srcdir):/:/g
12935s/:\${srcdir}:/:/g
12936s/:@srcdir@:/:/g
12937s/^:*//
81ecdfbb 12938s/:*$//
d0ac1c44
SM
12939x
12940s/\(=[ ]*\).*/\1/
12941G
12942s/\n//
81ecdfbb
RW
12943s/^[^=]*=[ ]*$//
12944}'
12945fi
c906108c 12946
81ecdfbb
RW
12947cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12948fi # test -n "$CONFIG_FILES"
c906108c 12949
81ecdfbb
RW
12950# Set up the scripts for CONFIG_HEADERS section.
12951# No need to generate them if there are no CONFIG_HEADERS.
12952# This happens for instance with `./config.status Makefile'.
12953if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12954cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12955BEGIN {
12956_ACEOF
b7026657 12957
81ecdfbb
RW
12958# Transform confdefs.h into an awk script `defines.awk', embedded as
12959# here-document in config.status, that substitutes the proper values into
12960# config.h.in to produce config.h.
c906108c 12961
81ecdfbb
RW
12962# Create a delimiter string that does not exist in confdefs.h, to ease
12963# handling of long lines.
12964ac_delim='%!_!# '
12965for ac_last_try in false false :; do
d0ac1c44
SM
12966 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12967 if test -z "$ac_tt"; then
81ecdfbb
RW
12968 break
12969 elif $ac_last_try; then
d0ac1c44 12970 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 12971 else
81ecdfbb 12972 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 12973 fi
b7026657 12974done
81ecdfbb
RW
12975
12976# For the awk script, D is an array of macro values keyed by name,
12977# likewise P contains macro parameters if any. Preserve backslash
12978# newline sequences.
12979
12980ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12981sed -n '
12982s/.\{148\}/&'"$ac_delim"'/g
12983t rset
12984:rset
12985s/^[ ]*#[ ]*define[ ][ ]*/ /
12986t def
12987d
12988:def
12989s/\\$//
12990t bsnl
12991s/["\\]/\\&/g
12992s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12993D["\1"]=" \3"/p
12994s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12995d
12996:bsnl
12997s/["\\]/\\&/g
12998s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12999D["\1"]=" \3\\\\\\n"\\/p
13000t cont
13001s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13002t cont
13003d
13004:cont
13005n
13006s/.\{148\}/&'"$ac_delim"'/g
13007t clear
13008:clear
13009s/\\$//
13010t bsnlc
13011s/["\\]/\\&/g; s/^/"/; s/$/"/p
13012d
13013:bsnlc
13014s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13015b cont
13016' <confdefs.h | sed '
13017s/'"$ac_delim"'/"\\\
13018"/g' >>$CONFIG_STATUS || ac_write_fail=1
13019
13020cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13021 for (key in D) D_is_set[key] = 1
13022 FS = "\a"
13023}
13024/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13025 line = \$ 0
13026 split(line, arg, " ")
13027 if (arg[1] == "#") {
13028 defundef = arg[2]
13029 mac1 = arg[3]
13030 } else {
13031 defundef = substr(arg[1], 2)
13032 mac1 = arg[2]
13033 }
13034 split(mac1, mac2, "(") #)
13035 macro = mac2[1]
13036 prefix = substr(line, 1, index(line, defundef) - 1)
13037 if (D_is_set[macro]) {
13038 # Preserve the white space surrounding the "#".
13039 print prefix "define", macro P[macro] D[macro]
13040 next
13041 } else {
13042 # Replace #undef with comments. This is necessary, for example,
13043 # in the case of _POSIX_SOURCE, which is predefined and required
13044 # on some systems where configure will not decide to define it.
13045 if (defundef == "undef") {
13046 print "/*", prefix defundef, macro, "*/"
13047 next
13048 }
13049 }
13050}
13051{ print }
13052_ACAWK
b7026657 13053_ACEOF
81ecdfbb 13054cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13055 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13056fi # test -n "$CONFIG_HEADERS"
b7026657 13057
c906108c 13058
99d8e879 13059eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13060shift
13061for ac_tag
13062do
13063 case $ac_tag in
13064 :[FHLC]) ac_mode=$ac_tag; continue;;
13065 esac
13066 case $ac_mode$ac_tag in
13067 :[FHL]*:*);;
d0ac1c44 13068 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13069 :[FH]-) ac_tag=-:-;;
13070 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 13071 esac
81ecdfbb
RW
13072 ac_save_IFS=$IFS
13073 IFS=:
13074 set x $ac_tag
13075 IFS=$ac_save_IFS
13076 shift
13077 ac_file=$1
13078 shift
c906108c 13079
81ecdfbb
RW
13080 case $ac_mode in
13081 :L) ac_source=$1;;
13082 :[FH])
13083 ac_file_inputs=
13084 for ac_f
13085 do
13086 case $ac_f in
d0ac1c44 13087 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13088 *) # Look for the file first in the build tree, then in the source tree
13089 # (if the path is not absolute). The absolute path cannot be DOS-style,
13090 # because $ac_f cannot contain `:'.
13091 test -f "$ac_f" ||
13092 case $ac_f in
13093 [\\/$]*) false;;
13094 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13095 esac ||
d0ac1c44 13096 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13097 esac
81ecdfbb
RW
13098 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13099 as_fn_append ac_file_inputs " '$ac_f'"
13100 done
b7026657 13101
81ecdfbb
RW
13102 # Let's still pretend it is `configure' which instantiates (i.e., don't
13103 # use $as_me), people would be surprised to read:
13104 # /* config.h. Generated by config.status. */
13105 configure_input='Generated from '`
13106 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13107 `' by configure.'
13108 if test x"$ac_file" != x-; then
13109 configure_input="$ac_file. $configure_input"
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13111$as_echo "$as_me: creating $ac_file" >&6;}
13112 fi
13113 # Neutralize special characters interpreted by sed in replacement strings.
13114 case $configure_input in #(
13115 *\&* | *\|* | *\\* )
13116 ac_sed_conf_input=`$as_echo "$configure_input" |
13117 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13118 *) ac_sed_conf_input=$configure_input;;
13119 esac
b7026657 13120
81ecdfbb 13121 case $ac_tag in
d0ac1c44
SM
13122 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13123 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13124 esac
13125 ;;
13126 esac
b7026657 13127
81ecdfbb 13128 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13129$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13130 X"$ac_file" : 'X\(//\)[^/]' \| \
13131 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13132 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13133$as_echo X"$ac_file" |
13134 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13135 s//\1/
13136 q
13137 }
13138 /^X\(\/\/\)[^/].*/{
13139 s//\1/
13140 q
13141 }
13142 /^X\(\/\/\)$/{
13143 s//\1/
13144 q
13145 }
13146 /^X\(\/\).*/{
13147 s//\1/
13148 q
13149 }
13150 s/.*/./; q'`
13151 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13152 ac_builddir=.
13153
81ecdfbb
RW
13154case "$ac_dir" in
13155.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13156*)
13157 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13158 # A ".." for each directory in $ac_dir_suffix.
13159 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13160 case $ac_top_builddir_sub in
13161 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13162 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13163 esac ;;
13164esac
13165ac_abs_top_builddir=$ac_pwd
13166ac_abs_builddir=$ac_pwd$ac_dir_suffix
13167# for backward compatibility:
13168ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13169
13170case $srcdir in
81ecdfbb 13171 .) # We are building in place.
b7026657 13172 ac_srcdir=.
81ecdfbb
RW
13173 ac_top_srcdir=$ac_top_builddir_sub
13174 ac_abs_top_srcdir=$ac_pwd ;;
13175 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13176 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13177 ac_top_srcdir=$srcdir
13178 ac_abs_top_srcdir=$srcdir ;;
13179 *) # Relative name.
13180 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13181 ac_top_srcdir=$ac_top_build_prefix$srcdir
13182 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13183esac
81ecdfbb 13184ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13185
c906108c 13186
81ecdfbb
RW
13187 case $ac_mode in
13188 :F)
13189 #
13190 # CONFIG_FILE
13191 #
b7026657 13192
81ecdfbb
RW
13193 case $INSTALL in
13194 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13195 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 13196 esac
81ecdfbb 13197_ACEOF
c906108c 13198
81ecdfbb
RW
13199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13200# If the template does not know about datarootdir, expand it.
13201# FIXME: This hack should be removed a few years after 2.60.
13202ac_datarootdir_hack=; ac_datarootdir_seen=
13203ac_sed_dataroot='
13204/datarootdir/ {
13205 p
13206 q
13207}
13208/@datadir@/p
13209/@docdir@/p
13210/@infodir@/p
13211/@localedir@/p
13212/@mandir@/p'
13213case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13214*datarootdir*) ac_datarootdir_seen=yes;;
13215*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13217$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13218_ACEOF
13219cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13220 ac_datarootdir_hack='
13221 s&@datadir@&$datadir&g
13222 s&@docdir@&$docdir&g
13223 s&@infodir@&$infodir&g
13224 s&@localedir@&$localedir&g
13225 s&@mandir@&$mandir&g
13226 s&\\\${datarootdir}&$datarootdir&g' ;;
13227esac
b7026657 13228_ACEOF
b7026657 13229
81ecdfbb
RW
13230# Neutralize VPATH when `$srcdir' = `.'.
13231# Shell code in configure.ac might set extrasub.
13232# FIXME: do we really want to maintain this feature?
13233cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13234ac_sed_extra="$ac_vpsub
13235$extrasub
13236_ACEOF
13237cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13238:t
13239/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13240s|@configure_input@|$ac_sed_conf_input|;t t
13241s&@top_builddir@&$ac_top_builddir_sub&;t t
13242s&@top_build_prefix@&$ac_top_build_prefix&;t t
13243s&@srcdir@&$ac_srcdir&;t t
13244s&@abs_srcdir@&$ac_abs_srcdir&;t t
13245s&@top_srcdir@&$ac_top_srcdir&;t t
13246s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13247s&@builddir@&$ac_builddir&;t t
13248s&@abs_builddir@&$ac_abs_builddir&;t t
13249s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13250s&@INSTALL@&$ac_INSTALL&;t t
13251$ac_datarootdir_hack
13252"
d0ac1c44
SM
13253eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13254 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13255
13256test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13257 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13258 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13259 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13260 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13261which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13262$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13263which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13264
d0ac1c44 13265 rm -f "$ac_tmp/stdin"
81ecdfbb 13266 case $ac_file in
d0ac1c44
SM
13267 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13268 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13269 esac \
d0ac1c44 13270 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13271 ;;
13272 :H)
13273 #
13274 # CONFIG_HEADER
13275 #
13276 if test x"$ac_file" != x-; then
13277 {
13278 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13279 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13280 } >"$ac_tmp/config.h" \
13281 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13282 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13284$as_echo "$as_me: $ac_file is unchanged" >&6;}
13285 else
13286 rm -f "$ac_file"
d0ac1c44
SM
13287 mv "$ac_tmp/config.h" "$ac_file" \
13288 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13289 fi
b7026657 13290 else
81ecdfbb 13291 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13292 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13293 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13294 fi
13295 ;;
b7026657 13296
81ecdfbb
RW
13297 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13298$as_echo "$as_me: executing $ac_file commands" >&6;}
13299 ;;
13300 esac
b7026657
AC
13301
13302
81ecdfbb 13303 case $ac_file$ac_mode in
db2e4d67 13304 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13305 "libtool":C)
13306
13307 # See if we are running on zsh, and set the options which allow our
13308 # commands through without removal of \ escapes.
13309 if test -n "${ZSH_VERSION+set}" ; then
13310 setopt NO_GLOB_SUBST
13311 fi
13312
13313 cfgfile="${ofile}T"
13314 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13315 $RM "$cfgfile"
13316
13317 cat <<_LT_EOF >> "$cfgfile"
13318#! $SHELL
13319
13320# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13321# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13322# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13323# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13324#
13325# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13326# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13327# Written by Gordon Matzigkeit, 1996
13328#
13329# This file is part of GNU Libtool.
13330#
13331# GNU Libtool is free software; you can redistribute it and/or
13332# modify it under the terms of the GNU General Public License as
13333# published by the Free Software Foundation; either version 2 of
13334# the License, or (at your option) any later version.
13335#
13336# As a special exception to the GNU General Public License,
13337# if you distribute this file as part of a program or library that
13338# is built using GNU Libtool, you may include this file under the
13339# same distribution terms that you use for the rest of that program.
13340#
13341# GNU Libtool is distributed in the hope that it will be useful,
13342# but WITHOUT ANY WARRANTY; without even the implied warranty of
13343# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13344# GNU General Public License for more details.
13345#
13346# You should have received a copy of the GNU General Public License
13347# along with GNU Libtool; see the file COPYING. If not, a copy
13348# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13349# obtained by writing to the Free Software Foundation, Inc.,
13350# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13351
13352
13353# The names of the tagged configurations supported by this script.
13354available_tags=""
13355
13356# ### BEGIN LIBTOOL CONFIG
13357
13358# Which release of libtool.m4 was used?
13359macro_version=$macro_version
13360macro_revision=$macro_revision
13361
13362# Whether or not to build shared libraries.
13363build_libtool_libs=$enable_shared
13364
13365# Whether or not to build static libraries.
13366build_old_libs=$enable_static
13367
13368# What type of objects to build.
13369pic_mode=$pic_mode
13370
13371# Whether or not to optimize for fast installation.
13372fast_install=$enable_fast_install
13373
13374# Shell to use when invoking shell scripts.
13375SHELL=$lt_SHELL
13376
13377# An echo program that protects backslashes.
13378ECHO=$lt_ECHO
13379
13380# The host system.
13381host_alias=$host_alias
13382host=$host
13383host_os=$host_os
13384
13385# The build system.
13386build_alias=$build_alias
13387build=$build
13388build_os=$build_os
13389
13390# A sed program that does not truncate output.
13391SED=$lt_SED
13392
13393# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13394Xsed="\$SED -e 1s/^X//"
13395
13396# A grep program that handles long lines.
13397GREP=$lt_GREP
13398
13399# An ERE matcher.
13400EGREP=$lt_EGREP
13401
13402# A literal string matcher.
13403FGREP=$lt_FGREP
13404
13405# A BSD- or MS-compatible name lister.
13406NM=$lt_NM
13407
13408# Whether we need soft or hard links.
13409LN_S=$lt_LN_S
13410
13411# What is the maximum length of a command?
13412max_cmd_len=$max_cmd_len
13413
13414# Object file suffix (normally "o").
13415objext=$ac_objext
13416
13417# Executable file suffix (normally "").
13418exeext=$exeext
13419
13420# whether the shell understands "unset".
13421lt_unset=$lt_unset
13422
13423# turn spaces into newlines.
13424SP2NL=$lt_lt_SP2NL
13425
13426# turn newlines into spaces.
13427NL2SP=$lt_lt_NL2SP
13428
13429# An object symbol dumper.
13430OBJDUMP=$lt_OBJDUMP
13431
13432# Method to check whether dependent libraries are shared objects.
13433deplibs_check_method=$lt_deplibs_check_method
13434
13435# Command to use when deplibs_check_method == "file_magic".
13436file_magic_cmd=$lt_file_magic_cmd
13437
13438# The archiver.
13439AR=$lt_AR
13440AR_FLAGS=$lt_AR_FLAGS
13441
13442# A symbol stripping program.
13443STRIP=$lt_STRIP
13444
13445# Commands used to install an old-style archive.
13446RANLIB=$lt_RANLIB
13447old_postinstall_cmds=$lt_old_postinstall_cmds
13448old_postuninstall_cmds=$lt_old_postuninstall_cmds
13449
13450# Whether to use a lock for old archive extraction.
13451lock_old_archive_extraction=$lock_old_archive_extraction
13452
13453# A C compiler.
13454LTCC=$lt_CC
13455
13456# LTCC compiler flags.
13457LTCFLAGS=$lt_CFLAGS
13458
13459# Take the output of nm and produce a listing of raw symbols and C names.
13460global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13461
13462# Transform the output of nm in a proper C declaration.
13463global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13464
13465# Transform the output of nm in a C name address pair.
13466global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13467
13468# Transform the output of nm in a C name address pair when lib prefix is needed.
13469global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13470
13471# The name of the directory that contains temporary libtool files.
13472objdir=$objdir
13473
13474# Used to examine libraries when file_magic_cmd begins with "file".
13475MAGIC_CMD=$MAGIC_CMD
13476
13477# Must we lock files when doing compilation?
13478need_locks=$lt_need_locks
13479
13480# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13481DSYMUTIL=$lt_DSYMUTIL
13482
13483# Tool to change global to local symbols on Mac OS X.
13484NMEDIT=$lt_NMEDIT
13485
13486# Tool to manipulate fat objects and archives on Mac OS X.
13487LIPO=$lt_LIPO
13488
13489# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13490OTOOL=$lt_OTOOL
13491
13492# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13493OTOOL64=$lt_OTOOL64
13494
13495# Old archive suffix (normally "a").
13496libext=$libext
13497
13498# Shared library suffix (normally ".so").
13499shrext_cmds=$lt_shrext_cmds
13500
13501# The commands to extract the exported symbol list from a shared archive.
13502extract_expsyms_cmds=$lt_extract_expsyms_cmds
13503
13504# Variables whose values should be saved in libtool wrapper scripts and
13505# restored at link time.
13506variables_saved_for_relink=$lt_variables_saved_for_relink
13507
13508# Do we need the "lib" prefix for modules?
13509need_lib_prefix=$need_lib_prefix
13510
13511# Do we need a version for libraries?
13512need_version=$need_version
13513
13514# Library versioning type.
13515version_type=$version_type
13516
13517# Shared library runtime path variable.
13518runpath_var=$runpath_var
13519
13520# Shared library path variable.
13521shlibpath_var=$shlibpath_var
13522
13523# Is shlibpath searched before the hard-coded library search path?
13524shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13525
13526# Format of library name prefix.
13527libname_spec=$lt_libname_spec
13528
13529# List of archive names. First name is the real one, the rest are links.
13530# The last name is the one that the linker finds with -lNAME
13531library_names_spec=$lt_library_names_spec
13532
13533# The coded name of the library, if different from the real name.
13534soname_spec=$lt_soname_spec
13535
13536# Permission mode override for installation of shared libraries.
13537install_override_mode=$lt_install_override_mode
13538
13539# Command to use after installation of a shared archive.
13540postinstall_cmds=$lt_postinstall_cmds
13541
13542# Command to use after uninstallation of a shared archive.
13543postuninstall_cmds=$lt_postuninstall_cmds
13544
13545# Commands used to finish a libtool library installation in a directory.
13546finish_cmds=$lt_finish_cmds
13547
13548# As "finish_cmds", except a single script fragment to be evaled but
13549# not shown.
13550finish_eval=$lt_finish_eval
13551
13552# Whether we should hardcode library paths into libraries.
13553hardcode_into_libs=$hardcode_into_libs
13554
13555# Compile-time system search path for libraries.
13556sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13557
13558# Run-time system search path for libraries.
13559sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13560
13561# Whether dlopen is supported.
13562dlopen_support=$enable_dlopen
13563
13564# Whether dlopen of programs is supported.
13565dlopen_self=$enable_dlopen_self
13566
13567# Whether dlopen of statically linked programs is supported.
13568dlopen_self_static=$enable_dlopen_self_static
13569
13570# Commands to strip libraries.
13571old_striplib=$lt_old_striplib
13572striplib=$lt_striplib
13573
13574
13575# The linker used to build libraries.
13576LD=$lt_LD
13577
13578# How to create reloadable object files.
13579reload_flag=$lt_reload_flag
13580reload_cmds=$lt_reload_cmds
13581
13582# Commands used to build an old-style archive.
13583old_archive_cmds=$lt_old_archive_cmds
13584
13585# A language specific compiler.
13586CC=$lt_compiler
13587
13588# Is the compiler the GNU compiler?
13589with_gcc=$GCC
13590
13591# Compiler flag to turn off builtin functions.
13592no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13593
13594# How to pass a linker flag through the compiler.
13595wl=$lt_lt_prog_compiler_wl
13596
13597# Additional compiler flags for building library objects.
13598pic_flag=$lt_lt_prog_compiler_pic
13599
13600# Compiler flag to prevent dynamic linking.
13601link_static_flag=$lt_lt_prog_compiler_static
13602
13603# Does compiler simultaneously support -c and -o options?
13604compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13605
13606# Whether or not to add -lc for building shared libraries.
13607build_libtool_need_lc=$archive_cmds_need_lc
13608
13609# Whether or not to disallow shared libs when runtime libs are static.
13610allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13611
13612# Compiler flag to allow reflexive dlopens.
13613export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13614
13615# Compiler flag to generate shared objects directly from archives.
13616whole_archive_flag_spec=$lt_whole_archive_flag_spec
13617
13618# Whether the compiler copes with passing no objects directly.
13619compiler_needs_object=$lt_compiler_needs_object
13620
13621# Create an old-style archive from a shared archive.
13622old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13623
13624# Create a temporary old-style archive to link instead of a shared archive.
13625old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13626
13627# Commands used to build a shared archive.
13628archive_cmds=$lt_archive_cmds
13629archive_expsym_cmds=$lt_archive_expsym_cmds
13630
13631# Commands used to build a loadable module if different from building
13632# a shared archive.
13633module_cmds=$lt_module_cmds
13634module_expsym_cmds=$lt_module_expsym_cmds
13635
13636# Whether we are building with GNU ld or not.
13637with_gnu_ld=$lt_with_gnu_ld
13638
13639# Flag that allows shared libraries with undefined symbols to be built.
13640allow_undefined_flag=$lt_allow_undefined_flag
13641
13642# Flag that enforces no undefined symbols.
13643no_undefined_flag=$lt_no_undefined_flag
13644
13645# Flag to hardcode \$libdir into a binary during linking.
13646# This must work even if \$libdir does not exist
13647hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13648
13649# If ld is used when linking, flag to hardcode \$libdir into a binary
13650# during linking. This must work even if \$libdir does not exist.
13651hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13652
13653# Whether we need a single "-rpath" flag with a separated argument.
13654hardcode_libdir_separator=$lt_hardcode_libdir_separator
13655
13656# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13657# DIR into the resulting binary.
13658hardcode_direct=$hardcode_direct
13659
13660# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13661# DIR into the resulting binary and the resulting library dependency is
13662# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13663# library is relocated.
13664hardcode_direct_absolute=$hardcode_direct_absolute
13665
13666# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13667# into the resulting binary.
13668hardcode_minus_L=$hardcode_minus_L
13669
13670# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13671# into the resulting binary.
13672hardcode_shlibpath_var=$hardcode_shlibpath_var
13673
13674# Set to "yes" if building a shared library automatically hardcodes DIR
13675# into the library and all subsequent libraries and executables linked
13676# against it.
13677hardcode_automatic=$hardcode_automatic
13678
13679# Set to yes if linker adds runtime paths of dependent libraries
13680# to runtime path list.
13681inherit_rpath=$inherit_rpath
13682
13683# Whether libtool must link a program against all its dependency libraries.
13684link_all_deplibs=$link_all_deplibs
13685
13686# Fix the shell variable \$srcfile for the compiler.
13687fix_srcfile_path=$lt_fix_srcfile_path
13688
13689# Set to "yes" if exported symbols are required.
13690always_export_symbols=$always_export_symbols
13691
13692# The commands to list exported symbols.
13693export_symbols_cmds=$lt_export_symbols_cmds
13694
13695# Symbols that should not be listed in the preloaded symbols.
13696exclude_expsyms=$lt_exclude_expsyms
13697
13698# Symbols that must always be exported.
13699include_expsyms=$lt_include_expsyms
13700
13701# Commands necessary for linking programs (against libraries) with templates.
13702prelink_cmds=$lt_prelink_cmds
13703
13704# Specify filename containing input files.
13705file_list_spec=$lt_file_list_spec
13706
13707# How to hardcode a shared library path into an executable.
13708hardcode_action=$hardcode_action
13709
13710# ### END LIBTOOL CONFIG
13711
13712_LT_EOF
13713
13714 case $host_os in
13715 aix3*)
13716 cat <<\_LT_EOF >> "$cfgfile"
13717# AIX sometimes has problems with the GCC collect2 program. For some
13718# reason, if we set the COLLECT_NAMES environment variable, the problems
13719# vanish in a puff of smoke.
13720if test "X${COLLECT_NAMES+set}" != Xset; then
13721 COLLECT_NAMES=
13722 export COLLECT_NAMES
13723fi
13724_LT_EOF
13725 ;;
13726 esac
13727
13728
13729ltmain="$ac_aux_dir/ltmain.sh"
13730
13731
13732 # We use sed instead of cat because bash on DJGPP gets confused if
13733 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13734 # text mode, it properly converts lines to CR/LF. This bash problem
13735 # is reportedly fixed, but why not run on old versions too?
13736 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13737 || (rm -f "$cfgfile"; exit 1)
13738
13739 case $xsi_shell in
13740 yes)
13741 cat << \_LT_EOF >> "$cfgfile"
13742
13743# func_dirname file append nondir_replacement
13744# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13745# otherwise set result to NONDIR_REPLACEMENT.
13746func_dirname ()
13747{
13748 case ${1} in
13749 */*) func_dirname_result="${1%/*}${2}" ;;
13750 * ) func_dirname_result="${3}" ;;
13751 esac
13752}
13753
13754# func_basename file
13755func_basename ()
13756{
13757 func_basename_result="${1##*/}"
13758}
13759
13760# func_dirname_and_basename file append nondir_replacement
13761# perform func_basename and func_dirname in a single function
13762# call:
13763# dirname: Compute the dirname of FILE. If nonempty,
13764# add APPEND to the result, otherwise set result
13765# to NONDIR_REPLACEMENT.
13766# value returned in "$func_dirname_result"
13767# basename: Compute filename of FILE.
13768# value retuned in "$func_basename_result"
13769# Implementation must be kept synchronized with func_dirname
13770# and func_basename. For efficiency, we do not delegate to
13771# those functions but instead duplicate the functionality here.
13772func_dirname_and_basename ()
13773{
13774 case ${1} in
13775 */*) func_dirname_result="${1%/*}${2}" ;;
13776 * ) func_dirname_result="${3}" ;;
13777 esac
13778 func_basename_result="${1##*/}"
13779}
13780
13781# func_stripname prefix suffix name
13782# strip PREFIX and SUFFIX off of NAME.
13783# PREFIX and SUFFIX must not contain globbing or regex special
13784# characters, hashes, percent signs, but SUFFIX may contain a leading
13785# dot (in which case that matches only a dot).
13786func_stripname ()
13787{
13788 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13789 # positional parameters, so assign one to ordinary parameter first.
13790 func_stripname_result=${3}
13791 func_stripname_result=${func_stripname_result#"${1}"}
13792 func_stripname_result=${func_stripname_result%"${2}"}
13793}
13794
13795# func_opt_split
13796func_opt_split ()
13797{
13798 func_opt_split_opt=${1%%=*}
13799 func_opt_split_arg=${1#*=}
13800}
13801
13802# func_lo2o object
13803func_lo2o ()
13804{
13805 case ${1} in
13806 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13807 *) func_lo2o_result=${1} ;;
13808 esac
13809}
13810
13811# func_xform libobj-or-source
13812func_xform ()
13813{
13814 func_xform_result=${1%.*}.lo
13815}
13816
13817# func_arith arithmetic-term...
13818func_arith ()
13819{
13820 func_arith_result=$(( $* ))
13821}
13822
13823# func_len string
13824# STRING may not start with a hyphen.
13825func_len ()
13826{
13827 func_len_result=${#1}
13828}
13829
13830_LT_EOF
13831 ;;
13832 *) # Bourne compatible functions.
13833 cat << \_LT_EOF >> "$cfgfile"
13834
13835# func_dirname file append nondir_replacement
13836# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13837# otherwise set result to NONDIR_REPLACEMENT.
13838func_dirname ()
13839{
13840 # Extract subdirectory from the argument.
13841 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13842 if test "X$func_dirname_result" = "X${1}"; then
13843 func_dirname_result="${3}"
13844 else
13845 func_dirname_result="$func_dirname_result${2}"
13846 fi
13847}
13848
13849# func_basename file
13850func_basename ()
13851{
13852 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13853}
13854
13855
13856# func_stripname prefix suffix name
13857# strip PREFIX and SUFFIX off of NAME.
13858# PREFIX and SUFFIX must not contain globbing or regex special
13859# characters, hashes, percent signs, but SUFFIX may contain a leading
13860# dot (in which case that matches only a dot).
13861# func_strip_suffix prefix name
13862func_stripname ()
13863{
13864 case ${2} in
13865 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13866 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13867 esac
13868}
13869
13870# sed scripts:
13871my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13872my_sed_long_arg='1s/^-[^=]*=//'
13873
13874# func_opt_split
13875func_opt_split ()
13876{
13877 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13878 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13879}
13880
13881# func_lo2o object
13882func_lo2o ()
13883{
13884 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13885}
13886
13887# func_xform libobj-or-source
13888func_xform ()
13889{
13890 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13891}
13892
13893# func_arith arithmetic-term...
13894func_arith ()
13895{
13896 func_arith_result=`expr "$@"`
13897}
13898
13899# func_len string
13900# STRING may not start with a hyphen.
13901func_len ()
13902{
13903 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13904}
13905
13906_LT_EOF
13907esac
13908
13909case $lt_shell_append in
13910 yes)
13911 cat << \_LT_EOF >> "$cfgfile"
13912
13913# func_append var value
13914# Append VALUE to the end of shell variable VAR.
13915func_append ()
13916{
13917 eval "$1+=\$2"
13918}
13919_LT_EOF
13920 ;;
13921 *)
13922 cat << \_LT_EOF >> "$cfgfile"
13923
13924# func_append var value
13925# Append VALUE to the end of shell variable VAR.
13926func_append ()
13927{
13928 eval "$1=\$$1\$2"
13929}
13930
13931_LT_EOF
13932 ;;
13933 esac
13934
13935
13936 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13937 || (rm -f "$cfgfile"; exit 1)
13938
13939 mv -f "$cfgfile" "$ofile" ||
13940 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13941 chmod +x "$ofile"
13942
13943 ;;
81ecdfbb 13944 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13945 rm -f Makesim1.tmp Makesim2.tmp Makefile
13946 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13947 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13948 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13949 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13950 <Makefile.sim >Makefile
38f48d72 13951 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13952 ;;
81ecdfbb
RW
13953 "stamp-h":C) echo > stamp-h ;;
13954
b7026657 13955 esac
81ecdfbb 13956done # for ac_tag
c906108c 13957
b7026657 13958
81ecdfbb 13959as_fn_exit 0
b7026657 13960_ACEOF
b7026657
AC
13961ac_clean_files=$ac_clean_files_save
13962
81ecdfbb 13963test $ac_write_fail = 0 ||
d0ac1c44 13964 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13965
b7026657
AC
13966
13967# configure is writing to config.log, and then calls config.status.
13968# config.status does its own redirection, appending to config.log.
13969# Unfortunately, on DOS this fails, as config.log is still kept open
13970# by configure, so config.status won't be able to write to it; its
13971# output is simply discarded. So we exec the FD to /dev/null,
13972# effectively closing config.log, so it can be properly (re)opened and
13973# appended to by config.status. When coming back to configure, we
13974# need to make the FD available again.
13975if test "$no_create" != yes; then
13976 ac_cs_success=:
13977 ac_config_status_args=
13978 test "$silent" = yes &&
13979 ac_config_status_args="$ac_config_status_args --quiet"
13980 exec 5>/dev/null
13981 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13982 exec 5>>config.log
13983 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13984 # would make configure fail if this is the last instruction.
d0ac1c44 13985 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13986fi
13987if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13989$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13990fi
c906108c
SS
13991
13992