]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/frv/configure
sim: unify environment build settings
[thirdparty/binutils-gdb.git] / sim / frv / configure
CommitLineData
b34f6357 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## -------------------- ##
b34f6357 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
b34f6357 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
b34f6357
DB
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='+ '
b34f6357 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
b34f6357 309
81ecdfbb
RW
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
426
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
b34f6357 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
b34f6357 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
b34f6357 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'`
b34f6357 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
b34f6357 471
b34f6357 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}
b34f6357 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
b34f6357 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
b34f6357 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
b34f6357 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
b34f6357 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'"
b34f6357 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'"
b34f6357 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
b34f6357 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
b34f6357 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`
b34f6357 574
b34f6357 575#
b7026657 576# Initializations.
b34f6357 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"
b34f6357 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638sim_trapdump
639cgen
640cgendir
641CGEN_MAINT
642REPORT_BUGS_TEXI
643REPORT_BUGS_TO
644PKGVERSION
81ecdfbb 645MAINT
31e6ad7d
MF
646MAINTAINER_MODE_FALSE
647MAINTAINER_MODE_TRUE
6bb11ab3
L
648lt_cv_dlopen_libs
649OTOOL64
650OTOOL
651LIPO
652NMEDIT
653DSYMUTIL
654AWK
655STRIP
656OBJDUMP
657LN_S
658NM
659ac_ct_DUMPBIN
660DUMPBIN
661LD
662FGREP
663SED
664LIBTOOL
665PLUGINS_FALSE
666PLUGINS_TRUE
aadc9410
MF
667zlibinc
668zlibdir
81ecdfbb
RW
669CATOBJEXT
670GENCAT
671INSTOBJEXT
672DATADIRNAME
673CATALOGS
674POSUB
675GMSGFMT
676XGETTEXT
677INCINTL
678LIBINTL_DEP
679LIBINTL
680USE_NLS
db2e4d67
MF
681CCDEPMODE
682DEPDIR
683am__leading_dot
5f3ef9d0 684PACKAGE
46f900c0 685C_DIALECT
81ecdfbb
RW
686RANLIB
687AR
c2783492 688LDFLAGS_FOR_BUILD
c25ea03d 689CFLAGS_FOR_BUILD
aa0fca16 690RANLIB_FOR_BUILD
81ecdfbb 691CC_FOR_BUILD
aa0fca16 692AR_FOR_BUILD
81ecdfbb
RW
693INSTALL_DATA
694INSTALL_SCRIPT
695INSTALL_PROGRAM
2232061b
MF
696EGREP
697GREP
c2783492
MF
698CPP
699OBJEXT
700EXEEXT
701ac_ct_CC
702CPPFLAGS
703LDFLAGS
704CFLAGS
705CC
81ecdfbb
RW
706target_os
707target_vendor
708target_cpu
709target
710host_os
711host_vendor
712host_cpu
713host
714build_os
715build_vendor
716build_cpu
717build
81ecdfbb
RW
718target_alias
719host_alias
720build_alias
721LIBS
722ECHO_T
723ECHO_N
724ECHO_C
725DEFS
726mandir
727localedir
728libdir
729psdir
730pdfdir
731dvidir
732htmldir
733infodir
734docdir
735oldincludedir
736includedir
737localstatedir
738sharedstatedir
739sysconfdir
740datadir
741datarootdir
742libexecdir
743sbindir
744bindir
745program_transform_name
746prefix
747exec_prefix
748PACKAGE_URL
749PACKAGE_BUGREPORT
750PACKAGE_STRING
751PACKAGE_VERSION
752PACKAGE_TARNAME
753PACKAGE_NAME
754PATH_SEPARATOR
136da8cd
MF
755SHELL
756WERROR_CFLAGS
757WARN_CFLAGS
760b3e8b 758sim_scache
136da8cd
MF
759sim_inline
760sim_hw
761sim_hw_objs
762sim_hw_cflags
136da8cd 763sim_endian
760b3e8b 764sim_default_model
136da8cd 765sim_alignment'
b7026657 766ac_subst_files=''
81ecdfbb
RW
767ac_user_opts='
768enable_option_checking
aadc9410 769with_system_zlib
6bb11ab3
L
770enable_plugins
771enable_shared
772enable_static
773with_pic
774enable_fast_install
775with_gnu_ld
776enable_libtool_lock
81ecdfbb 777enable_maintainer_mode
81ecdfbb
RW
778enable_sim_debug
779enable_sim_stdio
780enable_sim_trace
781enable_sim_profile
347fe5bb 782enable_sim_inline
81ecdfbb
RW
783with_pkgversion
784with_bugurl
785enable_sim_endian
786enable_sim_alignment
81ecdfbb
RW
787enable_sim_scache
788enable_sim_default_model
5c1008a4
MF
789enable_werror
790enable_build_warnings
791enable_sim_build_warnings
81ecdfbb
RW
792enable_cgen_maint
793enable_sim_trapdump
94c63d78 794enable_sim_hardware
81ecdfbb
RW
795'
796 ac_precious_vars='build_alias
797host_alias
798target_alias
799CC
800CFLAGS
801LDFLAGS
802LIBS
803CPPFLAGS
804CPP'
805
b34f6357
DB
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=
b34f6357
DB
812# The variables have the same names as the options, with
813# dashes changed to underlines.
b7026657 814cache_file=/dev/null
b34f6357 815exec_prefix=NONE
b34f6357 816no_create=
b34f6357
DB
817no_recursion=
818prefix=NONE
819program_prefix=NONE
820program_suffix=NONE
821program_transform_name=s,x,x,
822silent=
823site=
b34f6357 824srcdir=
b34f6357
DB
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.)
b34f6357
DB
835bindir='${exec_prefix}/bin'
836sbindir='${exec_prefix}/sbin'
837libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
838datarootdir='${prefix}/share'
839datadir='${datarootdir}'
b34f6357
DB
840sysconfdir='${prefix}/etc'
841sharedstatedir='${prefix}/com'
842localstatedir='${prefix}/var'
b34f6357
DB
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'
b34f6357 854
b34f6357 855ac_prev=
81ecdfbb 856ac_dashdash=
b34f6357
DB
857for ac_option
858do
b34f6357
DB
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
81ecdfbb 861 eval $ac_prev=\$ac_option
b34f6357
DB
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
b34f6357
DB
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 ;;
b34f6357
DB
877
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 881 bindir=$ac_optarg ;;
b34f6357
DB
882
883 -build | --build | --buil | --bui | --bu)
b7026657 884 ac_prev=build_alias ;;
b34f6357 885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 886 build_alias=$ac_optarg ;;
b34f6357
DB
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 ;;
b34f6357 897
81ecdfbb 898 -datadir | --datadir | --datadi | --datad)
b34f6357 899 ac_prev=datadir ;;
81ecdfbb 900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 901 datadir=$ac_optarg ;;
b34f6357 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
b34f6357 910 -disable-* | --disable-*)
81ecdfbb 911 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
b34f6357 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 ;;
b34f6357
DB
935
936 -enable-* | --enable-*)
81ecdfbb 937 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
b34f6357 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=', ';;
b34f6357 949 esac
81ecdfbb 950 eval enable_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
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 ;;
b34f6357
DB
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 ;;
b34f6357
DB
971
972 -host | --host | --hos | --ho)
b7026657 973 ac_prev=host_alias ;;
b34f6357 974 -host=* | --host=* | --hos=* | --ho=*)
b7026657 975 host_alias=$ac_optarg ;;
b34f6357 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
b34f6357
DB
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 ;;
b34f6357
DB
989
990 -infodir | --infodir | --infodi | --infod | --info | --inf)
991 ac_prev=infodir ;;
992 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 993 infodir=$ac_optarg ;;
b34f6357
DB
994
995 -libdir | --libdir | --libdi | --libd)
996 ac_prev=libdir ;;
997 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 998 libdir=$ac_optarg ;;
b34f6357
DB
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 ;;
b34f6357 1006
81ecdfbb
RW
1007 -localedir | --localedir | --localedi | --localed | --locale)
1008 ac_prev=localedir ;;
1009 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1010 localedir=$ac_optarg ;;
1011
b34f6357 1012 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1013 | --localstate | --localstat | --localsta | --localst | --locals)
b34f6357
DB
1014 ac_prev=localstatedir ;;
1015 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1016 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1017 localstatedir=$ac_optarg ;;
b34f6357
DB
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 ;;
b34f6357
DB
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)
b34f6357
DB
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 ;;
b34f6357
DB
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 ;;
b34f6357
DB
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 ;;
b34f6357
DB
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 ;;
b34f6357
DB
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 ;;
b34f6357 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
b34f6357
DB
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 ;;
b34f6357
DB
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 ;;
b34f6357
DB
1111
1112 -site | --site | --sit)
1113 ac_prev=site ;;
1114 -site=* | --site=* | --sit=*)
b7026657 1115 site=$ac_optarg ;;
b34f6357
DB
1116
1117 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1118 ac_prev=srcdir ;;
1119 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1120 srcdir=$ac_optarg ;;
b34f6357
DB
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 ;;
b34f6357
DB
1128
1129 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1130 ac_prev=target_alias ;;
b34f6357 1131 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1132 target_alias=$ac_optarg ;;
b34f6357
DB
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=: ;;
b34f6357
DB
1139
1140 -with-* | --with-*)
81ecdfbb 1141 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
b34f6357 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=', ';;
b34f6357 1153 esac
81ecdfbb 1154 eval with_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
1155
1156 -without-* | --without-*)
81ecdfbb 1157 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
b34f6357 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 ;;
b34f6357
DB
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 ;;
b34f6357
DB
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 ;;
b34f6357 1189
d0ac1c44
SM
1190 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1191Try \`$0 --help' for more information"
b34f6357
DB
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
b34f6357 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}"
b34f6357
DB
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"
b34f6357 1218fi
b34f6357 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
b34f6357 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
b34f6357 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;;
b34f6357 1245 esac
d0ac1c44 1246 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
b34f6357
DB
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
b34f6357 1264
b7026657
AC
1265ac_tool_prefix=
1266test -n "$host_alias" && ac_tool_prefix=$host_alias-
1267
1268test "$silent" = yes && exec 6>/dev/null
b34f6357 1269
b34f6357 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
b34f6357
DB
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'`
b34f6357 1306 srcdir=$ac_confdir
81ecdfbb 1307 if test ! -r "$srcdir/$ac_unique_file"; then
b34f6357
DB
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
b34f6357 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.
b34f6357 1346
b7026657 1347Usage: $0 [OPTION]... [VAR=VALUE]...
b34f6357 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.
b34f6357 1351
b7026657 1352Defaults for the options are specified in brackets.
b34f6357 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]
b34f6357 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'.
b34f6357 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
b34f6357 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
MF
1454 --enable-cgen-maint=DIR build cgen generated files
1455 --enable-sim-trapdump Make unknown traps dump the registers
1517bd27
MF
1456 --enable-sim-hardware=LIST
1457 Specify the hardware to be included in the build.
b7026657 1458
6efef468
JM
1459Optional Packages:
1460 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1461 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1462 --with-system-zlib use installed libz
6bb11ab3
L
1463 --with-pic try to use only PIC/non-PIC objects [default=use
1464 both]
1465 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1466 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1467 --with-bugurl=URL Direct users to URL to report a bug
1468
b7026657
AC
1469Some influential environment variables:
1470 CC C compiler command
1471 CFLAGS C compiler flags
1472 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1473 nonstandard directory <lib dir>
81ecdfbb 1474 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1475 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1476 you have headers in a nonstandard directory <include dir>
b7026657
AC
1477 CPP C preprocessor
1478
1479Use these variables to override the choices made by `configure' or to help
1480it to find libraries and programs with nonstandard names/locations.
1481
81ecdfbb 1482Report bugs to the package provider.
b7026657 1483_ACEOF
81ecdfbb 1484ac_status=$?
b34f6357
DB
1485fi
1486
b7026657
AC
1487if test "$ac_init_help" = "recursive"; then
1488 # If there are subdirs, report their specific --help.
b7026657 1489 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1490 test -d "$ac_dir" ||
1491 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1492 continue
b7026657 1493 ac_builddir=.
b34f6357 1494
81ecdfbb
RW
1495case "$ac_dir" in
1496.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1497*)
1498 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1499 # A ".." for each directory in $ac_dir_suffix.
1500 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1501 case $ac_top_builddir_sub in
1502 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1503 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1504 esac ;;
1505esac
1506ac_abs_top_builddir=$ac_pwd
1507ac_abs_builddir=$ac_pwd$ac_dir_suffix
1508# for backward compatibility:
1509ac_top_builddir=$ac_top_build_prefix
b34f6357 1510
b7026657 1511case $srcdir in
81ecdfbb 1512 .) # We are building in place.
b7026657 1513 ac_srcdir=.
81ecdfbb
RW
1514 ac_top_srcdir=$ac_top_builddir_sub
1515 ac_abs_top_srcdir=$ac_pwd ;;
1516 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1517 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1518 ac_top_srcdir=$srcdir
1519 ac_abs_top_srcdir=$srcdir ;;
1520 *) # Relative name.
1521 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1522 ac_top_srcdir=$ac_top_build_prefix$srcdir
1523 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1524esac
81ecdfbb
RW
1525ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1526
1527 cd "$ac_dir" || { ac_status=$?; continue; }
1528 # Check for guested configure.
1529 if test -f "$ac_srcdir/configure.gnu"; then
1530 echo &&
1531 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1532 elif test -f "$ac_srcdir/configure"; then
1533 echo &&
1534 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1535 else
81ecdfbb
RW
1536 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1537 fi || ac_status=$?
1538 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1539 done
b34f6357 1540fi
b7026657 1541
81ecdfbb 1542test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1543if $ac_init_version; then
1544 cat <<\_ACEOF
81ecdfbb 1545configure
d0ac1c44 1546generated by GNU Autoconf 2.69
b7026657 1547
d0ac1c44 1548Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1549This configure script is free software; the Free Software Foundation
1550gives unlimited permission to copy, distribute and modify it.
1551_ACEOF
81ecdfbb 1552 exit
b7026657 1553fi
b7026657 1554
81ecdfbb
RW
1555## ------------------------ ##
1556## Autoconf initialization. ##
1557## ------------------------ ##
b7026657 1558
81ecdfbb
RW
1559# ac_fn_c_try_compile LINENO
1560# --------------------------
1561# Try to compile conftest.$ac_ext, and return whether this succeeded.
1562ac_fn_c_try_compile ()
b7026657 1563{
81ecdfbb
RW
1564 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1565 rm -f conftest.$ac_objext
1566 if { { ac_try="$ac_compile"
1567case "(($ac_try" in
1568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1569 *) ac_try_echo=$ac_try;;
1570esac
1571eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1572$as_echo "$ac_try_echo"; } >&5
1573 (eval "$ac_compile") 2>conftest.err
1574 ac_status=$?
1575 if test -s conftest.err; then
1576 grep -v '^ *+' conftest.err >conftest.er1
1577 cat conftest.er1 >&5
1578 mv -f conftest.er1 conftest.err
1579 fi
1580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1581 test $ac_status = 0; } && {
1582 test -z "$ac_c_werror_flag" ||
1583 test ! -s conftest.err
1584 } && test -s conftest.$ac_objext; then :
1585 ac_retval=0
1586else
1587 $as_echo "$as_me: failed program was:" >&5
1588sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1589
81ecdfbb
RW
1590 ac_retval=1
1591fi
d0ac1c44
SM
1592 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1593 as_fn_set_status $ac_retval
b7026657 1594
81ecdfbb 1595} # ac_fn_c_try_compile
b7026657 1596
81ecdfbb
RW
1597# ac_fn_c_try_cpp LINENO
1598# ----------------------
1599# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1600ac_fn_c_try_cpp ()
1601{
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 if { { ac_try="$ac_cpp conftest.$ac_ext"
1604case "(($ac_try" in
1605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1606 *) ac_try_echo=$ac_try;;
1607esac
1608eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1609$as_echo "$ac_try_echo"; } >&5
1610 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1611 ac_status=$?
1612 if test -s conftest.err; then
1613 grep -v '^ *+' conftest.err >conftest.er1
1614 cat conftest.er1 >&5
1615 mv -f conftest.er1 conftest.err
1616 fi
1617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1618 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1619 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1620 test ! -s conftest.err
1621 }; then :
1622 ac_retval=0
1623else
1624 $as_echo "$as_me: failed program was:" >&5
1625sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1626
81ecdfbb
RW
1627 ac_retval=1
1628fi
d0ac1c44
SM
1629 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1630 as_fn_set_status $ac_retval
b7026657 1631
81ecdfbb 1632} # ac_fn_c_try_cpp
b7026657 1633
81ecdfbb
RW
1634# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1635# -------------------------------------------------------
1636# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1637# the include files in INCLUDES and setting the cache variable VAR
1638# accordingly.
1639ac_fn_c_check_header_mongrel ()
1640{
1641 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1642 if eval \${$3+:} false; then :
81ecdfbb
RW
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1644$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1645if eval \${$3+:} false; then :
81ecdfbb
RW
1646 $as_echo_n "(cached) " >&6
1647fi
1648eval ac_res=\$$3
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1650$as_echo "$ac_res" >&6; }
1651else
1652 # Is the header compilable?
1653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1654$as_echo_n "checking $2 usability... " >&6; }
1655cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1656/* end confdefs.h. */
1657$4
1658#include <$2>
1659_ACEOF
1660if ac_fn_c_try_compile "$LINENO"; then :
1661 ac_header_compiler=yes
1662else
1663 ac_header_compiler=no
1664fi
1665rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1667$as_echo "$ac_header_compiler" >&6; }
1668
1669# Is the header present?
1670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1671$as_echo_n "checking $2 presence... " >&6; }
1672cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1673/* end confdefs.h. */
1674#include <$2>
1675_ACEOF
1676if ac_fn_c_try_cpp "$LINENO"; then :
1677 ac_header_preproc=yes
1678else
1679 ac_header_preproc=no
1680fi
d0ac1c44 1681rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1683$as_echo "$ac_header_preproc" >&6; }
1684
1685# So? What about this header?
1686case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1687 yes:no: )
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1689$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1691$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1692 ;;
1693 no:yes:* )
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1695$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1697$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1699$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1701$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1703$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1704 ;;
1705esac
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1707$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1708if eval \${$3+:} false; then :
81ecdfbb
RW
1709 $as_echo_n "(cached) " >&6
1710else
1711 eval "$3=\$ac_header_compiler"
1712fi
1713eval ac_res=\$$3
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1715$as_echo "$ac_res" >&6; }
1716fi
d0ac1c44 1717 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1718
1719} # ac_fn_c_check_header_mongrel
1720
1721# ac_fn_c_try_run LINENO
1722# ----------------------
1723# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1724# that executables *can* be run.
1725ac_fn_c_try_run ()
1726{
1727 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1728 if { { ac_try="$ac_link"
1729case "(($ac_try" in
1730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1732esac
1733eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734$as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_link") 2>&5
1736 ac_status=$?
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1739 { { case "(($ac_try" in
1740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1741 *) ac_try_echo=$ac_try;;
1742esac
1743eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1744$as_echo "$ac_try_echo"; } >&5
1745 (eval "$ac_try") 2>&5
1746 ac_status=$?
1747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1748 test $ac_status = 0; }; }; then :
1749 ac_retval=0
1750else
1751 $as_echo "$as_me: program exited with status $ac_status" >&5
1752 $as_echo "$as_me: failed program was:" >&5
1753sed 's/^/| /' conftest.$ac_ext >&5
1754
1755 ac_retval=$ac_status
1756fi
1757 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1758 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1759 as_fn_set_status $ac_retval
81ecdfbb
RW
1760
1761} # ac_fn_c_try_run
1762
1763# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1764# -------------------------------------------------------
1765# Tests whether HEADER exists and can be compiled using the include files in
1766# INCLUDES, setting the cache variable VAR accordingly.
1767ac_fn_c_check_header_compile ()
1768{
1769 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1771$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1772if eval \${$3+:} false; then :
81ecdfbb
RW
1773 $as_echo_n "(cached) " >&6
1774else
1775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1776/* end confdefs.h. */
1777$4
1778#include <$2>
1779_ACEOF
1780if ac_fn_c_try_compile "$LINENO"; then :
1781 eval "$3=yes"
1782else
1783 eval "$3=no"
1784fi
1785rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1786fi
1787eval ac_res=\$$3
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1789$as_echo "$ac_res" >&6; }
d0ac1c44 1790 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1791
1792} # ac_fn_c_check_header_compile
1793
1794# ac_fn_c_try_link LINENO
1795# -----------------------
1796# Try to link conftest.$ac_ext, and return whether this succeeded.
1797ac_fn_c_try_link ()
1798{
1799 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1800 rm -f conftest.$ac_objext conftest$ac_exeext
1801 if { { ac_try="$ac_link"
1802case "(($ac_try" in
1803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1804 *) ac_try_echo=$ac_try;;
1805esac
1806eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1807$as_echo "$ac_try_echo"; } >&5
1808 (eval "$ac_link") 2>conftest.err
1809 ac_status=$?
1810 if test -s conftest.err; then
1811 grep -v '^ *+' conftest.err >conftest.er1
1812 cat conftest.er1 >&5
1813 mv -f conftest.er1 conftest.err
1814 fi
1815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1816 test $ac_status = 0; } && {
1817 test -z "$ac_c_werror_flag" ||
1818 test ! -s conftest.err
1819 } && test -s conftest$ac_exeext && {
1820 test "$cross_compiling" = yes ||
d0ac1c44 1821 test -x conftest$ac_exeext
81ecdfbb
RW
1822 }; then :
1823 ac_retval=0
1824else
1825 $as_echo "$as_me: failed program was:" >&5
1826sed 's/^/| /' conftest.$ac_ext >&5
1827
1828 ac_retval=1
1829fi
1830 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1831 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1832 # interfere with the next link command; also delete a directory that is
1833 # left behind by Apple's compiler. We do this before executing the actions.
1834 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1835 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1836 as_fn_set_status $ac_retval
81ecdfbb
RW
1837
1838} # ac_fn_c_try_link
1839
1840# ac_fn_c_check_func LINENO FUNC VAR
1841# ----------------------------------
1842# Tests whether FUNC exists, setting the cache variable VAR accordingly
1843ac_fn_c_check_func ()
1844{
1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1847$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1848if eval \${$3+:} false; then :
81ecdfbb
RW
1849 $as_echo_n "(cached) " >&6
1850else
1851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1852/* end confdefs.h. */
1853/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1854 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1855#define $2 innocuous_$2
1856
1857/* System header to define __stub macros and hopefully few prototypes,
1858 which can conflict with char $2 (); below.
1859 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1860 <limits.h> exists even on freestanding compilers. */
1861
1862#ifdef __STDC__
1863# include <limits.h>
1864#else
1865# include <assert.h>
1866#endif
1867
1868#undef $2
1869
1870/* Override any GCC internal prototype to avoid an error.
1871 Use char because int might match the return type of a GCC
1872 builtin and then its argument prototype would still apply. */
1873#ifdef __cplusplus
1874extern "C"
1875#endif
1876char $2 ();
1877/* The GNU C library defines this for functions which it implements
1878 to always fail with ENOSYS. Some functions are actually named
1879 something starting with __ and the normal name is an alias. */
1880#if defined __stub_$2 || defined __stub___$2
1881choke me
1882#endif
1883
1884int
1885main ()
1886{
1887return $2 ();
1888 ;
1889 return 0;
1890}
1891_ACEOF
1892if ac_fn_c_try_link "$LINENO"; then :
1893 eval "$3=yes"
1894else
1895 eval "$3=no"
1896fi
1897rm -f core conftest.err conftest.$ac_objext \
1898 conftest$ac_exeext conftest.$ac_ext
1899fi
1900eval ac_res=\$$3
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1902$as_echo "$ac_res" >&6; }
d0ac1c44 1903 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1904
1905} # ac_fn_c_check_func
1906cat >config.log <<_ACEOF
1907This file contains any messages produced by compilers while
1908running configure, to aid debugging if configure makes a mistake.
1909
1910It was created by $as_me, which was
d0ac1c44 1911generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1912
1913 $ $0 $@
1914
1915_ACEOF
1916exec 5>>config.log
1917{
1918cat <<_ASUNAME
1919## --------- ##
1920## Platform. ##
1921## --------- ##
1922
1923hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1924uname -m = `(uname -m) 2>/dev/null || echo unknown`
1925uname -r = `(uname -r) 2>/dev/null || echo unknown`
1926uname -s = `(uname -s) 2>/dev/null || echo unknown`
1927uname -v = `(uname -v) 2>/dev/null || echo unknown`
1928
1929/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1930/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1931
1932/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1933/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1934/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1935/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1936/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1937/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1938/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1939
1940_ASUNAME
1941
1942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1943for as_dir in $PATH
1944do
1945 IFS=$as_save_IFS
1946 test -z "$as_dir" && as_dir=.
1947 $as_echo "PATH: $as_dir"
1948 done
1949IFS=$as_save_IFS
1950
1951} >&5
1952
1953cat >&5 <<_ACEOF
1954
1955
1956## ----------- ##
1957## Core tests. ##
b7026657
AC
1958## ----------- ##
1959
1960_ACEOF
1961
1962
1963# Keep a trace of the command line.
1964# Strip out --no-create and --no-recursion so they do not pile up.
1965# Strip out --silent because we don't want to record it for future runs.
1966# Also quote any args containing shell meta-characters.
1967# Make two passes to allow for proper duplicate-argument suppression.
1968ac_configure_args=
1969ac_configure_args0=
1970ac_configure_args1=
b7026657
AC
1971ac_must_keep_next=false
1972for ac_pass in 1 2
1973do
1974 for ac_arg
1975 do
1976 case $ac_arg in
1977 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1978 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1979 | -silent | --silent | --silen | --sile | --sil)
1980 continue ;;
81ecdfbb
RW
1981 *\'*)
1982 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1983 esac
1984 case $ac_pass in
81ecdfbb 1985 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1986 2)
81ecdfbb 1987 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1988 if test $ac_must_keep_next = true; then
1989 ac_must_keep_next=false # Got value, back to normal.
1990 else
1991 case $ac_arg in
1992 *=* | --config-cache | -C | -disable-* | --disable-* \
1993 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1994 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1995 | -with-* | --with-* | -without-* | --without-* | --x)
1996 case "$ac_configure_args0 " in
1997 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1998 esac
1999 ;;
2000 -* ) ac_must_keep_next=true ;;
2001 esac
2002 fi
81ecdfbb 2003 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2004 ;;
2005 esac
2006 done
2007done
81ecdfbb
RW
2008{ ac_configure_args0=; unset ac_configure_args0;}
2009{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2010
2011# When interrupted or exit'd, cleanup temporary files, and complete
2012# config.log. We remove comments because anyway the quotes in there
2013# would cause problems or look ugly.
81ecdfbb
RW
2014# WARNING: Use '\'' to represent an apostrophe within the trap.
2015# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2016trap 'exit_status=$?
2017 # Save into config.log some information that might help in debugging.
2018 {
2019 echo
2020
d0ac1c44 2021 $as_echo "## ---------------- ##
b7026657 2022## Cache variables. ##
d0ac1c44 2023## ---------------- ##"
b7026657
AC
2024 echo
2025 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2026(
2027 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2028 eval ac_val=\$$ac_var
2029 case $ac_val in #(
2030 *${as_nl}*)
2031 case $ac_var in #(
2032 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2033$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2034 esac
2035 case $ac_var in #(
2036 _ | IFS | as_nl) ;; #(
2037 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2038 *) { eval $ac_var=; unset $ac_var;} ;;
2039 esac ;;
2040 esac
2041 done
b7026657 2042 (set) 2>&1 |
81ecdfbb
RW
2043 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2044 *${as_nl}ac_space=\ *)
b7026657 2045 sed -n \
81ecdfbb
RW
2046 "s/'\''/'\''\\\\'\'''\''/g;
2047 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2048 ;; #(
b7026657 2049 *)
81ecdfbb 2050 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2051 ;;
81ecdfbb
RW
2052 esac |
2053 sort
2054)
b7026657
AC
2055 echo
2056
d0ac1c44 2057 $as_echo "## ----------------- ##
b7026657 2058## Output variables. ##
d0ac1c44 2059## ----------------- ##"
b7026657
AC
2060 echo
2061 for ac_var in $ac_subst_vars
2062 do
81ecdfbb
RW
2063 eval ac_val=\$$ac_var
2064 case $ac_val in
2065 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2066 esac
2067 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2068 done | sort
2069 echo
2070
2071 if test -n "$ac_subst_files"; then
d0ac1c44 2072 $as_echo "## ------------------- ##
81ecdfbb 2073## File substitutions. ##
d0ac1c44 2074## ------------------- ##"
b7026657
AC
2075 echo
2076 for ac_var in $ac_subst_files
2077 do
81ecdfbb
RW
2078 eval ac_val=\$$ac_var
2079 case $ac_val in
2080 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2081 esac
2082 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2083 done | sort
2084 echo
2085 fi
2086
2087 if test -s confdefs.h; then
d0ac1c44 2088 $as_echo "## ----------- ##
b7026657 2089## confdefs.h. ##
d0ac1c44 2090## ----------- ##"
b7026657 2091 echo
81ecdfbb 2092 cat confdefs.h
b7026657
AC
2093 echo
2094 fi
2095 test "$ac_signal" != 0 &&
81ecdfbb
RW
2096 $as_echo "$as_me: caught signal $ac_signal"
2097 $as_echo "$as_me: exit $exit_status"
b7026657 2098 } >&5
81ecdfbb
RW
2099 rm -f core *.core core.conftest.* &&
2100 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2101 exit $exit_status
81ecdfbb 2102' 0
b7026657 2103for ac_signal in 1 2 13 15; do
81ecdfbb 2104 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2105done
2106ac_signal=0
2107
2108# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2109rm -f -r conftest* confdefs.h
2110
2111$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2112
2113# Predefined preprocessor variables.
2114
2115cat >>confdefs.h <<_ACEOF
2116#define PACKAGE_NAME "$PACKAGE_NAME"
2117_ACEOF
2118
b7026657
AC
2119cat >>confdefs.h <<_ACEOF
2120#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2121_ACEOF
2122
b7026657
AC
2123cat >>confdefs.h <<_ACEOF
2124#define PACKAGE_VERSION "$PACKAGE_VERSION"
2125_ACEOF
2126
b7026657
AC
2127cat >>confdefs.h <<_ACEOF
2128#define PACKAGE_STRING "$PACKAGE_STRING"
2129_ACEOF
2130
b7026657
AC
2131cat >>confdefs.h <<_ACEOF
2132#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2133_ACEOF
2134
81ecdfbb
RW
2135cat >>confdefs.h <<_ACEOF
2136#define PACKAGE_URL "$PACKAGE_URL"
2137_ACEOF
2138
b7026657
AC
2139
2140# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2141# Prefer an explicitly selected file to automatically selected ones.
2142ac_site_file1=NONE
2143ac_site_file2=NONE
2144if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2145 # We do not want a PATH search for config.site.
2146 case $CONFIG_SITE in #((
2147 -*) ac_site_file1=./$CONFIG_SITE;;
2148 */*) ac_site_file1=$CONFIG_SITE;;
2149 *) ac_site_file1=./$CONFIG_SITE;;
2150 esac
81ecdfbb
RW
2151elif test "x$prefix" != xNONE; then
2152 ac_site_file1=$prefix/share/config.site
2153 ac_site_file2=$prefix/etc/config.site
2154else
2155 ac_site_file1=$ac_default_prefix/share/config.site
2156 ac_site_file2=$ac_default_prefix/etc/config.site
2157fi
2158for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2159do
2160 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2161 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2163$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2164 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2165 . "$ac_site_file" \
2166 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2167$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2168as_fn_error $? "failed to load site script $ac_site_file
2169See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2170 fi
2171done
2172
2173if test -r "$cache_file"; then
d0ac1c44
SM
2174 # Some versions of bash will fail to source /dev/null (special files
2175 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2176 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2178$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2179 case $cache_file in
81ecdfbb
RW
2180 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2181 *) . "./$cache_file";;
b7026657
AC
2182 esac
2183 fi
2184else
81ecdfbb
RW
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2186$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2187 >$cache_file
2188fi
2189
2190# Check that the precious variables saved in the cache have kept the same
2191# value.
2192ac_cache_corrupted=false
81ecdfbb 2193for ac_var in $ac_precious_vars; do
b7026657
AC
2194 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2195 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2196 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2197 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2198 case $ac_old_set,$ac_new_set in
2199 set,)
81ecdfbb
RW
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2201$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2202 ac_cache_corrupted=: ;;
2203 ,set)
81ecdfbb
RW
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2205$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2206 ac_cache_corrupted=: ;;
2207 ,);;
2208 *)
2209 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2210 # differences in whitespace do not lead to failure.
2211 ac_old_val_w=`echo x $ac_old_val`
2212 ac_new_val_w=`echo x $ac_new_val`
2213 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2215$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2216 ac_cache_corrupted=:
2217 else
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2219$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2220 eval $ac_var=\$ac_old_val
2221 fi
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2223$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2225$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2226 fi;;
2227 esac
2228 # Pass precious variables to config.status.
2229 if test "$ac_new_set" = set; then
2230 case $ac_new_val in
81ecdfbb 2231 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2232 *) ac_arg=$ac_var=$ac_new_val ;;
2233 esac
2234 case " $ac_configure_args " in
2235 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2236 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2237 esac
2238 fi
2239done
2240if $ac_cache_corrupted; then
81ecdfbb
RW
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2242$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2244$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2245 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2246fi
81ecdfbb
RW
2247## -------------------- ##
2248## Main body of script. ##
2249## -------------------- ##
b7026657
AC
2250
2251ac_ext=c
2252ac_cpp='$CPP $CPPFLAGS'
2253ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2254ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2255ac_compiler_gnu=$ac_cv_c_compiler_gnu
2256
2257
6bb11ab3
L
2258
2259
2260
2261
2262
c2783492
MF
2263ac_aux_dir=
2264for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2265 if test -f "$ac_dir/install-sh"; then
2266 ac_aux_dir=$ac_dir
2267 ac_install_sh="$ac_aux_dir/install-sh -c"
2268 break
2269 elif test -f "$ac_dir/install.sh"; then
2270 ac_aux_dir=$ac_dir
2271 ac_install_sh="$ac_aux_dir/install.sh -c"
2272 break
2273 elif test -f "$ac_dir/shtool"; then
2274 ac_aux_dir=$ac_dir
2275 ac_install_sh="$ac_aux_dir/shtool install -c"
2276 break
2277 fi
2278done
2279if test -z "$ac_aux_dir"; then
2280 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2281fi
2282
2283# These three variables are undocumented and unsupported,
2284# and are intended to be withdrawn in a future Autoconf release.
2285# They can cause serious problems if a builder's source tree is in a directory
2286# whose full name contains unusual characters.
2287ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2288ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2289ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2290
2291
2292# Make sure we can run config.sub.
2293$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2294 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2295
2296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2297$as_echo_n "checking build system type... " >&6; }
2298if ${ac_cv_build+:} false; then :
2299 $as_echo_n "(cached) " >&6
2300else
2301 ac_build_alias=$build_alias
2302test "x$ac_build_alias" = x &&
2303 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2304test "x$ac_build_alias" = x &&
2305 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2306ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2308
2309fi
2310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2311$as_echo "$ac_cv_build" >&6; }
2312case $ac_cv_build in
2313*-*-*) ;;
2314*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2315esac
2316build=$ac_cv_build
2317ac_save_IFS=$IFS; IFS='-'
2318set x $ac_cv_build
2319shift
2320build_cpu=$1
2321build_vendor=$2
2322shift; shift
2323# Remember, the first character of IFS is used to create $*,
2324# except with old shells:
2325build_os=$*
2326IFS=$ac_save_IFS
2327case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2328
2329
2330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2331$as_echo_n "checking host system type... " >&6; }
2332if ${ac_cv_host+:} false; then :
2333 $as_echo_n "(cached) " >&6
2334else
2335 if test "x$host_alias" = x; then
2336 ac_cv_host=$ac_cv_build
2337else
2338 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2339 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2340fi
2341
2342fi
2343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2344$as_echo "$ac_cv_host" >&6; }
2345case $ac_cv_host in
2346*-*-*) ;;
2347*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2348esac
2349host=$ac_cv_host
2350ac_save_IFS=$IFS; IFS='-'
2351set x $ac_cv_host
2352shift
2353host_cpu=$1
2354host_vendor=$2
2355shift; shift
2356# Remember, the first character of IFS is used to create $*,
2357# except with old shells:
2358host_os=$*
2359IFS=$ac_save_IFS
2360case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2361
2362
2363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2364$as_echo_n "checking target system type... " >&6; }
2365if ${ac_cv_target+:} false; then :
2366 $as_echo_n "(cached) " >&6
2367else
2368 if test "x$target_alias" = x; then
2369 ac_cv_target=$ac_cv_host
2370else
2371 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2372 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2373fi
2374
2375fi
2376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2377$as_echo "$ac_cv_target" >&6; }
2378case $ac_cv_target in
2379*-*-*) ;;
2380*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2381esac
2382target=$ac_cv_target
2383ac_save_IFS=$IFS; IFS='-'
2384set x $ac_cv_target
2385shift
2386target_cpu=$1
2387target_vendor=$2
2388shift; shift
2389# Remember, the first character of IFS is used to create $*,
2390# except with old shells:
2391target_os=$*
2392IFS=$ac_save_IFS
2393case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2394
2395
2396# The aliases save the names the user supplied, while $host etc.
2397# will get canonicalized.
2398test -n "$target_alias" &&
2399 test "$program_prefix$program_suffix$program_transform_name" = \
2400 NONENONEs,x,x, &&
2401 program_prefix=${target_alias}-
6bb11ab3
L
2402ac_ext=c
2403ac_cpp='$CPP $CPPFLAGS'
2404ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2405ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2406ac_compiler_gnu=$ac_cv_c_compiler_gnu
2407if test -n "$ac_tool_prefix"; then
2408 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2409set dummy ${ac_tool_prefix}gcc; ac_word=$2
2410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2411$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2412if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2413 $as_echo_n "(cached) " >&6
2414else
2415 if test -n "$CC"; then
2416 ac_cv_prog_CC="$CC" # Let the user override the test.
2417else
2418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2419for as_dir in $PATH
2420do
2421 IFS=$as_save_IFS
2422 test -z "$as_dir" && as_dir=.
2423 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2425 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2427 break 2
2428 fi
2429done
2430 done
2431IFS=$as_save_IFS
2432
2433fi
2434fi
2435CC=$ac_cv_prog_CC
2436if test -n "$CC"; then
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2438$as_echo "$CC" >&6; }
2439else
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2441$as_echo "no" >&6; }
2442fi
2443
2444
2445fi
2446if test -z "$ac_cv_prog_CC"; then
2447 ac_ct_CC=$CC
2448 # Extract the first word of "gcc", so it can be a program name with args.
2449set dummy gcc; ac_word=$2
2450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2451$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2452if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2453 $as_echo_n "(cached) " >&6
2454else
2455 if test -n "$ac_ct_CC"; then
2456 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2457else
2458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2459for as_dir in $PATH
2460do
2461 IFS=$as_save_IFS
2462 test -z "$as_dir" && as_dir=.
2463 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2464 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2465 ac_cv_prog_ac_ct_CC="gcc"
2466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2467 break 2
2468 fi
2469done
2470 done
2471IFS=$as_save_IFS
2472
2473fi
2474fi
2475ac_ct_CC=$ac_cv_prog_ac_ct_CC
2476if test -n "$ac_ct_CC"; then
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2478$as_echo "$ac_ct_CC" >&6; }
2479else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2481$as_echo "no" >&6; }
2482fi
2483
2484 if test "x$ac_ct_CC" = x; then
2485 CC=""
2486 else
2487 case $cross_compiling:$ac_tool_warned in
2488yes:)
2489{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2490$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2491ac_tool_warned=yes ;;
2492esac
2493 CC=$ac_ct_CC
2494 fi
2495else
2496 CC="$ac_cv_prog_CC"
2497fi
2498
2499if test -z "$CC"; then
2500 if test -n "$ac_tool_prefix"; then
2501 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2502set dummy ${ac_tool_prefix}cc; ac_word=$2
2503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2504$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2505if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2506 $as_echo_n "(cached) " >&6
2507else
2508 if test -n "$CC"; then
2509 ac_cv_prog_CC="$CC" # Let the user override the test.
2510else
2511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2512for as_dir in $PATH
2513do
2514 IFS=$as_save_IFS
2515 test -z "$as_dir" && as_dir=.
2516 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2518 ac_cv_prog_CC="${ac_tool_prefix}cc"
2519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2520 break 2
2521 fi
2522done
2523 done
2524IFS=$as_save_IFS
2525
2526fi
2527fi
2528CC=$ac_cv_prog_CC
2529if test -n "$CC"; then
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2531$as_echo "$CC" >&6; }
2532else
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2534$as_echo "no" >&6; }
2535fi
2536
2537
2538 fi
2539fi
2540if test -z "$CC"; then
2541 # Extract the first word of "cc", so it can be a program name with args.
2542set dummy cc; ac_word=$2
2543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2544$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2545if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2546 $as_echo_n "(cached) " >&6
2547else
2548 if test -n "$CC"; then
2549 ac_cv_prog_CC="$CC" # Let the user override the test.
2550else
2551 ac_prog_rejected=no
2552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2553for as_dir in $PATH
2554do
2555 IFS=$as_save_IFS
2556 test -z "$as_dir" && as_dir=.
2557 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2558 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2559 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2560 ac_prog_rejected=yes
2561 continue
2562 fi
2563 ac_cv_prog_CC="cc"
2564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2565 break 2
2566 fi
2567done
2568 done
2569IFS=$as_save_IFS
2570
2571if test $ac_prog_rejected = yes; then
2572 # We found a bogon in the path, so make sure we never use it.
2573 set dummy $ac_cv_prog_CC
2574 shift
2575 if test $# != 0; then
2576 # We chose a different compiler from the bogus one.
2577 # However, it has the same basename, so the bogon will be chosen
2578 # first if we set CC to just the basename; use the full file name.
2579 shift
2580 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2581 fi
2582fi
2583fi
2584fi
2585CC=$ac_cv_prog_CC
2586if test -n "$CC"; then
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2588$as_echo "$CC" >&6; }
2589else
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2591$as_echo "no" >&6; }
2592fi
2593
2594
2595fi
2596if test -z "$CC"; then
2597 if test -n "$ac_tool_prefix"; then
2598 for ac_prog in cl.exe
2599 do
2600 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2601set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2603$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2604if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2605 $as_echo_n "(cached) " >&6
2606else
2607 if test -n "$CC"; then
2608 ac_cv_prog_CC="$CC" # Let the user override the test.
2609else
2610as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611for as_dir in $PATH
2612do
2613 IFS=$as_save_IFS
2614 test -z "$as_dir" && as_dir=.
2615 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2616 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2617 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2619 break 2
2620 fi
2621done
2622 done
2623IFS=$as_save_IFS
2624
2625fi
2626fi
2627CC=$ac_cv_prog_CC
2628if test -n "$CC"; then
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2630$as_echo "$CC" >&6; }
2631else
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2633$as_echo "no" >&6; }
2634fi
2635
2636
2637 test -n "$CC" && break
2638 done
2639fi
2640if test -z "$CC"; then
2641 ac_ct_CC=$CC
2642 for ac_prog in cl.exe
2643do
2644 # Extract the first word of "$ac_prog", so it can be a program name with args.
2645set dummy $ac_prog; ac_word=$2
2646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2647$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2648if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2649 $as_echo_n "(cached) " >&6
2650else
2651 if test -n "$ac_ct_CC"; then
2652 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2653else
2654as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2655for as_dir in $PATH
2656do
2657 IFS=$as_save_IFS
2658 test -z "$as_dir" && as_dir=.
2659 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2660 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2661 ac_cv_prog_ac_ct_CC="$ac_prog"
2662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2663 break 2
2664 fi
2665done
2666 done
2667IFS=$as_save_IFS
2668
2669fi
2670fi
2671ac_ct_CC=$ac_cv_prog_ac_ct_CC
2672if test -n "$ac_ct_CC"; then
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2674$as_echo "$ac_ct_CC" >&6; }
2675else
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2677$as_echo "no" >&6; }
2678fi
2679
2680
2681 test -n "$ac_ct_CC" && break
2682done
2683
2684 if test "x$ac_ct_CC" = x; then
2685 CC=""
2686 else
2687 case $cross_compiling:$ac_tool_warned in
2688yes:)
2689{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2690$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2691ac_tool_warned=yes ;;
2692esac
2693 CC=$ac_ct_CC
2694 fi
2695fi
2696
2697fi
2698
2699
2700test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2701$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2702as_fn_error $? "no acceptable C compiler found in \$PATH
2703See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2704
2705# Provide some information about the compiler.
2706$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2707set X $ac_compile
2708ac_compiler=$2
2709for ac_option in --version -v -V -qversion; do
2710 { { ac_try="$ac_compiler $ac_option >&5"
2711case "(($ac_try" in
2712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713 *) ac_try_echo=$ac_try;;
2714esac
2715eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2716$as_echo "$ac_try_echo"; } >&5
2717 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2718 ac_status=$?
2719 if test -s conftest.err; then
2720 sed '10a\
2721... rest of stderr output deleted ...
2722 10q' conftest.err >conftest.er1
2723 cat conftest.er1 >&5
6bb11ab3 2724 fi
d0ac1c44 2725 rm -f conftest.er1 conftest.err
6bb11ab3
L
2726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2727 test $ac_status = 0; }
2728done
2729
2730cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2731/* end confdefs.h. */
2732
2733int
2734main ()
2735{
2736
2737 ;
2738 return 0;
2739}
2740_ACEOF
2741ac_clean_files_save=$ac_clean_files
d0ac1c44 2742ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2743# Try to create an executable without -o first, disregard a.out.
2744# It will help us diagnose broken compilers, and finding out an intuition
2745# of exeext.
d0ac1c44
SM
2746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2747$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2748ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2749
2750# The possible output files:
2751ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2752
2753ac_rmfiles=
2754for ac_file in $ac_files
2755do
2756 case $ac_file in
2757 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2758 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2759 esac
2760done
2761rm -f $ac_rmfiles
2762
2763if { { ac_try="$ac_link_default"
2764case "(($ac_try" in
2765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2767esac
2768eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2769$as_echo "$ac_try_echo"; } >&5
2770 (eval "$ac_link_default") 2>&5
2771 ac_status=$?
2772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773 test $ac_status = 0; }; then :
2774 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2775# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2776# in a Makefile. We should not override ac_cv_exeext if it was cached,
2777# so that the user can short-circuit this test for compilers unknown to
2778# Autoconf.
2779for ac_file in $ac_files ''
2780do
2781 test -f "$ac_file" || continue
2782 case $ac_file in
2783 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2784 ;;
2785 [ab].out )
2786 # We found the default executable, but exeext='' is most
2787 # certainly right.
2788 break;;
2789 *.* )
2790 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2791 then :; else
2792 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2793 fi
2794 # We set ac_cv_exeext here because the later test for it is not
2795 # safe: cross compilers may not add the suffix if given an `-o'
2796 # argument, so we may need to know it at that point already.
2797 # Even if this section looks crufty: it has the advantage of
2798 # actually working.
2799 break;;
2800 * )
2801 break;;
2802 esac
2803done
2804test "$ac_cv_exeext" = no && ac_cv_exeext=
2805
2806else
2807 ac_file=''
2808fi
6bb11ab3 2809if test -z "$ac_file"; then :
d0ac1c44
SM
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2811$as_echo "no" >&6; }
2812$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2813sed 's/^/| /' conftest.$ac_ext >&5
2814
2815{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2816$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2817as_fn_error 77 "C compiler cannot create executables
2818See \`config.log' for more details" "$LINENO" 5; }
2819else
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2821$as_echo "yes" >&6; }
6bb11ab3 2822fi
d0ac1c44
SM
2823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2824$as_echo_n "checking for C compiler default output file name... " >&6; }
2825{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2826$as_echo "$ac_file" >&6; }
6bb11ab3
L
2827ac_exeext=$ac_cv_exeext
2828
d0ac1c44 2829rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2830ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2832$as_echo_n "checking for suffix of executables... " >&6; }
2833if { { ac_try="$ac_link"
2834case "(($ac_try" in
2835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2836 *) ac_try_echo=$ac_try;;
2837esac
2838eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2839$as_echo "$ac_try_echo"; } >&5
2840 (eval "$ac_link") 2>&5
2841 ac_status=$?
2842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2843 test $ac_status = 0; }; then :
2844 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2845# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2846# work properly (i.e., refer to `conftest.exe'), while it won't with
2847# `rm'.
2848for ac_file in conftest.exe conftest conftest.*; do
2849 test -f "$ac_file" || continue
2850 case $ac_file in
2851 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2852 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2853 break;;
2854 * ) break;;
2855 esac
2856done
2857else
2858 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2859$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2860as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2861See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2862fi
d0ac1c44 2863rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2865$as_echo "$ac_cv_exeext" >&6; }
2866
2867rm -f conftest.$ac_ext
2868EXEEXT=$ac_cv_exeext
2869ac_exeext=$EXEEXT
d0ac1c44
SM
2870cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2871/* end confdefs.h. */
2872#include <stdio.h>
2873int
2874main ()
2875{
2876FILE *f = fopen ("conftest.out", "w");
2877 return ferror (f) || fclose (f) != 0;
2878
2879 ;
2880 return 0;
2881}
2882_ACEOF
2883ac_clean_files="$ac_clean_files conftest.out"
2884# Check that the compiler produces executables we can run. If not, either
2885# the compiler is broken, or we cross compile.
2886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2887$as_echo_n "checking whether we are cross compiling... " >&6; }
2888if test "$cross_compiling" != yes; then
2889 { { ac_try="$ac_link"
2890case "(($ac_try" in
2891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2892 *) ac_try_echo=$ac_try;;
2893esac
2894eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2895$as_echo "$ac_try_echo"; } >&5
2896 (eval "$ac_link") 2>&5
2897 ac_status=$?
2898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2899 test $ac_status = 0; }
2900 if { ac_try='./conftest$ac_cv_exeext'
2901 { { case "(($ac_try" in
2902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2903 *) ac_try_echo=$ac_try;;
2904esac
2905eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2906$as_echo "$ac_try_echo"; } >&5
2907 (eval "$ac_try") 2>&5
2908 ac_status=$?
2909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2910 test $ac_status = 0; }; }; then
2911 cross_compiling=no
2912 else
2913 if test "$cross_compiling" = maybe; then
2914 cross_compiling=yes
2915 else
2916 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2917$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2918as_fn_error $? "cannot run C compiled programs.
2919If you meant to cross compile, use \`--host'.
2920See \`config.log' for more details" "$LINENO" 5; }
2921 fi
2922 fi
2923fi
2924{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2925$as_echo "$cross_compiling" >&6; }
2926
2927rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2928ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2930$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2931if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2932 $as_echo_n "(cached) " >&6
2933else
2934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2935/* end confdefs.h. */
2936
2937int
2938main ()
2939{
2940
2941 ;
2942 return 0;
2943}
2944_ACEOF
2945rm -f conftest.o conftest.obj
2946if { { ac_try="$ac_compile"
2947case "(($ac_try" in
2948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2949 *) ac_try_echo=$ac_try;;
2950esac
2951eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2952$as_echo "$ac_try_echo"; } >&5
2953 (eval "$ac_compile") 2>&5
2954 ac_status=$?
2955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2956 test $ac_status = 0; }; then :
2957 for ac_file in conftest.o conftest.obj conftest.*; do
2958 test -f "$ac_file" || continue;
2959 case $ac_file in
2960 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2961 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2962 break;;
2963 esac
2964done
2965else
2966 $as_echo "$as_me: failed program was:" >&5
2967sed 's/^/| /' conftest.$ac_ext >&5
2968
2969{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2970$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2971as_fn_error $? "cannot compute suffix of object files: cannot compile
2972See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2973fi
2974rm -f conftest.$ac_cv_objext conftest.$ac_ext
2975fi
2976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2977$as_echo "$ac_cv_objext" >&6; }
2978OBJEXT=$ac_cv_objext
2979ac_objext=$OBJEXT
2980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2981$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2982if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2983 $as_echo_n "(cached) " >&6
2984else
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986/* end confdefs.h. */
2987
2988int
2989main ()
2990{
2991#ifndef __GNUC__
2992 choke me
2993#endif
2994
2995 ;
2996 return 0;
2997}
2998_ACEOF
2999if ac_fn_c_try_compile "$LINENO"; then :
3000 ac_compiler_gnu=yes
3001else
3002 ac_compiler_gnu=no
3003fi
3004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3005ac_cv_c_compiler_gnu=$ac_compiler_gnu
3006
3007fi
3008{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3009$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3010if test $ac_compiler_gnu = yes; then
3011 GCC=yes
3012else
3013 GCC=
3014fi
3015ac_test_CFLAGS=${CFLAGS+set}
3016ac_save_CFLAGS=$CFLAGS
3017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3018$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3019if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3020 $as_echo_n "(cached) " >&6
3021else
3022 ac_save_c_werror_flag=$ac_c_werror_flag
3023 ac_c_werror_flag=yes
3024 ac_cv_prog_cc_g=no
3025 CFLAGS="-g"
3026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3027/* end confdefs.h. */
3028
3029int
3030main ()
3031{
3032
3033 ;
3034 return 0;
3035}
3036_ACEOF
3037if ac_fn_c_try_compile "$LINENO"; then :
3038 ac_cv_prog_cc_g=yes
3039else
3040 CFLAGS=""
3041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3042/* end confdefs.h. */
3043
3044int
3045main ()
3046{
3047
3048 ;
3049 return 0;
3050}
3051_ACEOF
3052if ac_fn_c_try_compile "$LINENO"; then :
3053
3054else
3055 ac_c_werror_flag=$ac_save_c_werror_flag
3056 CFLAGS="-g"
3057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3058/* end confdefs.h. */
3059
3060int
3061main ()
3062{
3063
3064 ;
3065 return 0;
3066}
3067_ACEOF
3068if ac_fn_c_try_compile "$LINENO"; then :
3069 ac_cv_prog_cc_g=yes
3070fi
3071rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3072fi
3073rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3074fi
3075rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076 ac_c_werror_flag=$ac_save_c_werror_flag
3077fi
3078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3079$as_echo "$ac_cv_prog_cc_g" >&6; }
3080if test "$ac_test_CFLAGS" = set; then
3081 CFLAGS=$ac_save_CFLAGS
3082elif test $ac_cv_prog_cc_g = yes; then
3083 if test "$GCC" = yes; then
3084 CFLAGS="-g -O2"
3085 else
3086 CFLAGS="-g"
3087 fi
3088else
3089 if test "$GCC" = yes; then
3090 CFLAGS="-O2"
3091 else
3092 CFLAGS=
3093 fi
3094fi
3095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3096$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3097if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3098 $as_echo_n "(cached) " >&6
3099else
3100 ac_cv_prog_cc_c89=no
3101ac_save_CC=$CC
3102cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3103/* end confdefs.h. */
3104#include <stdarg.h>
3105#include <stdio.h>
d0ac1c44 3106struct stat;
6bb11ab3
L
3107/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3108struct buf { int x; };
3109FILE * (*rcsopen) (struct buf *, struct stat *, int);
3110static char *e (p, i)
3111 char **p;
3112 int i;
3113{
3114 return p[i];
3115}
3116static char *f (char * (*g) (char **, int), char **p, ...)
3117{
3118 char *s;
3119 va_list v;
3120 va_start (v,p);
3121 s = g (p, va_arg (v,int));
3122 va_end (v);
3123 return s;
3124}
3125
3126/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3127 function prototypes and stuff, but not '\xHH' hex character constants.
3128 These don't provoke an error unfortunately, instead are silently treated
3129 as 'x'. The following induces an error, until -std is added to get
3130 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3131 array size at least. It's necessary to write '\x00'==0 to get something
3132 that's true only with -std. */
3133int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3134
3135/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3136 inside strings and character constants. */
3137#define FOO(x) 'x'
3138int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3139
3140int test (int i, double x);
3141struct s1 {int (*f) (int a);};
3142struct s2 {int (*f) (double a);};
3143int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3144int argc;
3145char **argv;
3146int
3147main ()
3148{
3149return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3150 ;
3151 return 0;
3152}
3153_ACEOF
3154for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3155 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3156do
3157 CC="$ac_save_CC $ac_arg"
3158 if ac_fn_c_try_compile "$LINENO"; then :
3159 ac_cv_prog_cc_c89=$ac_arg
3160fi
3161rm -f core conftest.err conftest.$ac_objext
3162 test "x$ac_cv_prog_cc_c89" != "xno" && break
3163done
3164rm -f conftest.$ac_ext
3165CC=$ac_save_CC
3166
3167fi
3168# AC_CACHE_VAL
3169case "x$ac_cv_prog_cc_c89" in
3170 x)
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3172$as_echo "none needed" >&6; } ;;
3173 xno)
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3175$as_echo "unsupported" >&6; } ;;
3176 *)
3177 CC="$CC $ac_cv_prog_cc_c89"
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3179$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3180esac
3181if test "x$ac_cv_prog_cc_c89" != xno; then :
3182
3183fi
3184
3185ac_ext=c
3186ac_cpp='$CPP $CPPFLAGS'
3187ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3188ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3189ac_compiler_gnu=$ac_cv_c_compiler_gnu
3190
c2783492 3191
ebe9564b
MF
3192ac_ext=c
3193ac_cpp='$CPP $CPPFLAGS'
3194ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3195ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3196ac_compiler_gnu=$ac_cv_c_compiler_gnu
3197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3198$as_echo_n "checking how to run the C preprocessor... " >&6; }
3199# On Suns, sometimes $CPP names a directory.
3200if test -n "$CPP" && test -d "$CPP"; then
3201 CPP=
3202fi
3203if test -z "$CPP"; then
3204 if ${ac_cv_prog_CPP+:} false; then :
3205 $as_echo_n "(cached) " >&6
3206else
3207 # Double quotes because CPP needs to be expanded
3208 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3209 do
3210 ac_preproc_ok=false
3211for ac_c_preproc_warn_flag in '' yes
3212do
3213 # Use a header file that comes with gcc, so configuring glibc
3214 # with a fresh cross-compiler works.
3215 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3216 # <limits.h> exists even on freestanding compilers.
3217 # On the NeXT, cc -E runs the code through the compiler's parser,
3218 # not just through cpp. "Syntax error" is here to catch this case.
3219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3220/* end confdefs.h. */
3221#ifdef __STDC__
3222# include <limits.h>
3223#else
3224# include <assert.h>
3225#endif
3226 Syntax error
3227_ACEOF
3228if ac_fn_c_try_cpp "$LINENO"; then :
3229
3230else
3231 # Broken: fails on valid input.
3232continue
3233fi
3234rm -f conftest.err conftest.i conftest.$ac_ext
3235
3236 # OK, works on sane cases. Now check whether nonexistent headers
3237 # can be detected and how.
3238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3239/* end confdefs.h. */
3240#include <ac_nonexistent.h>
3241_ACEOF
3242if ac_fn_c_try_cpp "$LINENO"; then :
3243 # Broken: success on invalid input.
3244continue
3245else
3246 # Passes both tests.
3247ac_preproc_ok=:
3248break
3249fi
3250rm -f conftest.err conftest.i conftest.$ac_ext
3251
3252done
3253# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3254rm -f conftest.i conftest.err conftest.$ac_ext
3255if $ac_preproc_ok; then :
3256 break
3257fi
3258
3259 done
3260 ac_cv_prog_CPP=$CPP
3261
3262fi
3263 CPP=$ac_cv_prog_CPP
3264else
3265 ac_cv_prog_CPP=$CPP
3266fi
3267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3268$as_echo "$CPP" >&6; }
3269ac_preproc_ok=false
3270for ac_c_preproc_warn_flag in '' yes
3271do
3272 # Use a header file that comes with gcc, so configuring glibc
3273 # with a fresh cross-compiler works.
3274 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3275 # <limits.h> exists even on freestanding compilers.
3276 # On the NeXT, cc -E runs the code through the compiler's parser,
3277 # not just through cpp. "Syntax error" is here to catch this case.
3278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3279/* end confdefs.h. */
3280#ifdef __STDC__
3281# include <limits.h>
3282#else
3283# include <assert.h>
3284#endif
3285 Syntax error
3286_ACEOF
3287if ac_fn_c_try_cpp "$LINENO"; then :
3288
3289else
3290 # Broken: fails on valid input.
3291continue
3292fi
3293rm -f conftest.err conftest.i conftest.$ac_ext
3294
3295 # OK, works on sane cases. Now check whether nonexistent headers
3296 # can be detected and how.
3297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3298/* end confdefs.h. */
3299#include <ac_nonexistent.h>
3300_ACEOF
3301if ac_fn_c_try_cpp "$LINENO"; then :
3302 # Broken: success on invalid input.
3303continue
3304else
3305 # Passes both tests.
3306ac_preproc_ok=:
3307break
3308fi
3309rm -f conftest.err conftest.i conftest.$ac_ext
3310
3311done
3312# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3313rm -f conftest.i conftest.err conftest.$ac_ext
3314if $ac_preproc_ok; then :
3315
3316else
3317 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3318$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3319as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3320See \`config.log' for more details" "$LINENO" 5; }
3321fi
3322
3323ac_ext=c
3324ac_cpp='$CPP $CPPFLAGS'
3325ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3326ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3327ac_compiler_gnu=$ac_cv_c_compiler_gnu
3328
6bb11ab3
L
3329
3330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3331$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3332if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3333 $as_echo_n "(cached) " >&6
3334else
3335 if test -z "$GREP"; then
3336 ac_path_GREP_found=false
3337 # Loop through the user's path and test for each of PROGNAME-LIST
3338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3339for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3340do
3341 IFS=$as_save_IFS
3342 test -z "$as_dir" && as_dir=.
3343 for ac_prog in grep ggrep; do
3344 for ac_exec_ext in '' $ac_executable_extensions; do
3345 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3346 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3347# Check for GNU ac_path_GREP and select it if it is found.
3348 # Check for GNU $ac_path_GREP
3349case `"$ac_path_GREP" --version 2>&1` in
3350*GNU*)
3351 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3352*)
3353 ac_count=0
3354 $as_echo_n 0123456789 >"conftest.in"
3355 while :
3356 do
3357 cat "conftest.in" "conftest.in" >"conftest.tmp"
3358 mv "conftest.tmp" "conftest.in"
3359 cp "conftest.in" "conftest.nl"
3360 $as_echo 'GREP' >> "conftest.nl"
3361 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3362 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3363 as_fn_arith $ac_count + 1 && ac_count=$as_val
3364 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3365 # Best one so far, save it but keep looking for a better one
3366 ac_cv_path_GREP="$ac_path_GREP"
3367 ac_path_GREP_max=$ac_count
3368 fi
3369 # 10*(2^10) chars as input seems more than enough
3370 test $ac_count -gt 10 && break
3371 done
3372 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3373esac
3374
3375 $ac_path_GREP_found && break 3
3376 done
3377 done
3378 done
3379IFS=$as_save_IFS
3380 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3381 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3382 fi
3383else
3384 ac_cv_path_GREP=$GREP
3385fi
3386
3387fi
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3389$as_echo "$ac_cv_path_GREP" >&6; }
3390 GREP="$ac_cv_path_GREP"
3391
3392
3393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3394$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3395if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3396 $as_echo_n "(cached) " >&6
3397else
3398 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3399 then ac_cv_path_EGREP="$GREP -E"
3400 else
3401 if test -z "$EGREP"; then
3402 ac_path_EGREP_found=false
3403 # Loop through the user's path and test for each of PROGNAME-LIST
3404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3405for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3406do
3407 IFS=$as_save_IFS
3408 test -z "$as_dir" && as_dir=.
3409 for ac_prog in egrep; do
3410 for ac_exec_ext in '' $ac_executable_extensions; do
3411 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3412 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3413# Check for GNU ac_path_EGREP and select it if it is found.
3414 # Check for GNU $ac_path_EGREP
3415case `"$ac_path_EGREP" --version 2>&1` in
3416*GNU*)
3417 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3418*)
3419 ac_count=0
3420 $as_echo_n 0123456789 >"conftest.in"
3421 while :
3422 do
3423 cat "conftest.in" "conftest.in" >"conftest.tmp"
3424 mv "conftest.tmp" "conftest.in"
3425 cp "conftest.in" "conftest.nl"
3426 $as_echo 'EGREP' >> "conftest.nl"
3427 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3428 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3429 as_fn_arith $ac_count + 1 && ac_count=$as_val
3430 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3431 # Best one so far, save it but keep looking for a better one
3432 ac_cv_path_EGREP="$ac_path_EGREP"
3433 ac_path_EGREP_max=$ac_count
3434 fi
3435 # 10*(2^10) chars as input seems more than enough
3436 test $ac_count -gt 10 && break
3437 done
3438 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3439esac
3440
3441 $ac_path_EGREP_found && break 3
3442 done
3443 done
3444 done
3445IFS=$as_save_IFS
3446 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3447 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3448 fi
3449else
3450 ac_cv_path_EGREP=$EGREP
3451fi
3452
3453 fi
3454fi
3455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3456$as_echo "$ac_cv_path_EGREP" >&6; }
3457 EGREP="$ac_cv_path_EGREP"
3458
3459
3460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3461$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3462if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3463 $as_echo_n "(cached) " >&6
3464else
3465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3466/* end confdefs.h. */
3467#include <stdlib.h>
3468#include <stdarg.h>
3469#include <string.h>
3470#include <float.h>
3471
3472int
3473main ()
3474{
3475
3476 ;
3477 return 0;
3478}
3479_ACEOF
3480if ac_fn_c_try_compile "$LINENO"; then :
3481 ac_cv_header_stdc=yes
3482else
3483 ac_cv_header_stdc=no
3484fi
3485rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3486
3487if test $ac_cv_header_stdc = yes; then
3488 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490/* end confdefs.h. */
3491#include <string.h>
3492
3493_ACEOF
3494if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3495 $EGREP "memchr" >/dev/null 2>&1; then :
3496
3497else
3498 ac_cv_header_stdc=no
3499fi
3500rm -f conftest*
3501
3502fi
3503
3504if test $ac_cv_header_stdc = yes; then
3505 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3507/* end confdefs.h. */
3508#include <stdlib.h>
3509
3510_ACEOF
3511if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3512 $EGREP "free" >/dev/null 2>&1; then :
3513
3514else
3515 ac_cv_header_stdc=no
3516fi
3517rm -f conftest*
3518
3519fi
3520
3521if test $ac_cv_header_stdc = yes; then
3522 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3523 if test "$cross_compiling" = yes; then :
3524 :
3525else
3526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3527/* end confdefs.h. */
3528#include <ctype.h>
3529#include <stdlib.h>
3530#if ((' ' & 0x0FF) == 0x020)
3531# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3532# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3533#else
3534# define ISLOWER(c) \
3535 (('a' <= (c) && (c) <= 'i') \
3536 || ('j' <= (c) && (c) <= 'r') \
3537 || ('s' <= (c) && (c) <= 'z'))
3538# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3539#endif
3540
3541#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3542int
3543main ()
3544{
3545 int i;
3546 for (i = 0; i < 256; i++)
3547 if (XOR (islower (i), ISLOWER (i))
3548 || toupper (i) != TOUPPER (i))
3549 return 2;
3550 return 0;
3551}
3552_ACEOF
3553if ac_fn_c_try_run "$LINENO"; then :
3554
3555else
3556 ac_cv_header_stdc=no
3557fi
3558rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3559 conftest.$ac_objext conftest.beam conftest.$ac_ext
3560fi
3561
3562fi
3563fi
3564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3565$as_echo "$ac_cv_header_stdc" >&6; }
3566if test $ac_cv_header_stdc = yes; then
3567
3568$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3569
3570fi
3571
3572# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3573for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3574 inttypes.h stdint.h unistd.h
3575do :
3576 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3577ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3578"
d0ac1c44 3579if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3580 cat >>confdefs.h <<_ACEOF
3581#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3582_ACEOF
3583
3584fi
3585
3586done
3587
3588
3589
3590 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3591if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3592 MINIX=yes
3593else
3594 MINIX=
3595fi
3596
3597
3598 if test "$MINIX" = yes; then
3599
3600$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3601
3602
3603$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3604
3605
3606$as_echo "#define _MINIX 1" >>confdefs.h
3607
3608 fi
3609
3610
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3612$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3613if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3614 $as_echo_n "(cached) " >&6
3615else
3616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3617/* end confdefs.h. */
3618
d0ac1c44
SM
3619# define __EXTENSIONS__ 1
3620 $ac_includes_default
6bb11ab3
L
3621int
3622main ()
3623{
3624
3625 ;
3626 return 0;
3627}
3628_ACEOF
3629if ac_fn_c_try_compile "$LINENO"; then :
3630 ac_cv_safe_to_define___extensions__=yes
3631else
3632 ac_cv_safe_to_define___extensions__=no
3633fi
3634rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3635fi
3636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3637$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3638 test $ac_cv_safe_to_define___extensions__ = yes &&
3639 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3640
3641 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3642
3643 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3644
3645 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3646
3647 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3648
3649
3650test "$program_prefix" != NONE &&
3651 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3652# Use a double $ so make ignores it.
3653test "$program_suffix" != NONE &&
3654 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3655# Double any \ or $.
3656# By default was `s,x,x', remove it if useless.
3657ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3658program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3659
3660# Find a good install program. We prefer a C program (faster),
3661# so one script is as good as another. But avoid the broken or
3662# incompatible versions:
3663# SysV /etc/install, /usr/sbin/install
3664# SunOS /usr/etc/install
3665# IRIX /sbin/install
3666# AIX /bin/install
3667# AmigaOS /C/install, which installs bootblocks on floppy discs
3668# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3669# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3670# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3671# OS/2's system install, which has a completely different semantic
3672# ./install, which can be erroneously created by make from ./install.sh.
3673# Reject install programs that cannot install multiple files.
3674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3675$as_echo_n "checking for a BSD-compatible install... " >&6; }
3676if test -z "$INSTALL"; then
d0ac1c44 3677if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3678 $as_echo_n "(cached) " >&6
3679else
3680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681for as_dir in $PATH
3682do
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
3685 # Account for people who put trailing slashes in PATH elements.
3686case $as_dir/ in #((
3687 ./ | .// | /[cC]/* | \
3688 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3689 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3690 /usr/ucb/* ) ;;
3691 *)
3692 # OSF1 and SCO ODT 3.0 have their own names for install.
3693 # Don't use installbsd from OSF since it installs stuff as root
3694 # by default.
3695 for ac_prog in ginstall scoinst install; do
3696 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3697 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3698 if test $ac_prog = install &&
3699 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3700 # AIX install. It has an incompatible calling convention.
3701 :
3702 elif test $ac_prog = install &&
3703 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3704 # program-specific install script used by HP pwplus--don't use.
3705 :
3706 else
3707 rm -rf conftest.one conftest.two conftest.dir
3708 echo one > conftest.one
3709 echo two > conftest.two
3710 mkdir conftest.dir
3711 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3712 test -s conftest.one && test -s conftest.two &&
3713 test -s conftest.dir/conftest.one &&
3714 test -s conftest.dir/conftest.two
3715 then
3716 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3717 break 3
3718 fi
3719 fi
3720 fi
3721 done
3722 done
3723 ;;
3724esac
3725
3726 done
3727IFS=$as_save_IFS
3728
3729rm -rf conftest.one conftest.two conftest.dir
3730
3731fi
3732 if test "${ac_cv_path_install+set}" = set; then
3733 INSTALL=$ac_cv_path_install
3734 else
3735 # As a last resort, use the slow shell script. Don't cache a
3736 # value for INSTALL within a source directory, because that will
3737 # break other packages using the cache if that directory is
3738 # removed, or if the value is a relative name.
3739 INSTALL=$ac_install_sh
3740 fi
3741fi
3742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3743$as_echo "$INSTALL" >&6; }
3744
3745# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3746# It thinks the first close brace ends the variable substitution.
3747test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3748
3749test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3750
3751test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3752
3753rm -rf .tst 2>/dev/null
3754mkdir .tst 2>/dev/null
3755if test -d .tst; then
3756 am__leading_dot=.
3757else
3758 am__leading_dot=_
3759fi
3760rmdir .tst 2>/dev/null
3761
3762DEPDIR="${am__leading_dot}deps"
3763
3764case `pwd` in
3765 *\ * | *\ *)
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3767$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3768esac
3769
3770
3771
3772macro_version='2.2.7a'
3773macro_revision='1.3134'
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787ltmain="$ac_aux_dir/ltmain.sh"
3788
3789# Backslashify metacharacters that are still active within
3790# double-quoted strings.
3791sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3792
3793# Same as above, but do not quote variable references.
3794double_quote_subst='s/\(["`\\]\)/\\\1/g'
3795
3796# Sed substitution to delay expansion of an escaped shell variable in a
3797# double_quote_subst'ed string.
3798delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3799
3800# Sed substitution to delay expansion of an escaped single quote.
3801delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3802
3803# Sed substitution to avoid accidental globbing in evaled expressions
3804no_glob_subst='s/\*/\\\*/g'
3805
3806ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3807ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3808ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3809
3810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3811$as_echo_n "checking how to print strings... " >&6; }
3812# Test print first, because it will be a builtin if present.
3813if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3814 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3815 ECHO='print -r --'
3816elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3817 ECHO='printf %s\n'
3818else
3819 # Use this function as a fallback that always works.
3820 func_fallback_echo ()
3821 {
3822 eval 'cat <<_LTECHO_EOF
3823$1
3824_LTECHO_EOF'
3825 }
3826 ECHO='func_fallback_echo'
3827fi
3828
3829# func_echo_all arg...
3830# Invoke $ECHO with all args, space-separated.
3831func_echo_all ()
3832{
3833 $ECHO ""
3834}
3835
3836case "$ECHO" in
3837 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3838$as_echo "printf" >&6; } ;;
3839 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3840$as_echo "print -r" >&6; } ;;
3841 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3842$as_echo "cat" >&6; } ;;
3843esac
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3859$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3860if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3861 $as_echo_n "(cached) " >&6
3862else
3863 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3864 for ac_i in 1 2 3 4 5 6 7; do
3865 ac_script="$ac_script$as_nl$ac_script"
3866 done
3867 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3868 { ac_script=; unset ac_script;}
3869 if test -z "$SED"; then
3870 ac_path_SED_found=false
3871 # Loop through the user's path and test for each of PROGNAME-LIST
3872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3873for as_dir in $PATH
3874do
3875 IFS=$as_save_IFS
3876 test -z "$as_dir" && as_dir=.
3877 for ac_prog in sed gsed; do
3878 for ac_exec_ext in '' $ac_executable_extensions; do
3879 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3880 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3881# Check for GNU ac_path_SED and select it if it is found.
3882 # Check for GNU $ac_path_SED
3883case `"$ac_path_SED" --version 2>&1` in
3884*GNU*)
3885 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3886*)
3887 ac_count=0
3888 $as_echo_n 0123456789 >"conftest.in"
3889 while :
3890 do
3891 cat "conftest.in" "conftest.in" >"conftest.tmp"
3892 mv "conftest.tmp" "conftest.in"
3893 cp "conftest.in" "conftest.nl"
3894 $as_echo '' >> "conftest.nl"
3895 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3896 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3897 as_fn_arith $ac_count + 1 && ac_count=$as_val
3898 if test $ac_count -gt ${ac_path_SED_max-0}; then
3899 # Best one so far, save it but keep looking for a better one
3900 ac_cv_path_SED="$ac_path_SED"
3901 ac_path_SED_max=$ac_count
3902 fi
3903 # 10*(2^10) chars as input seems more than enough
3904 test $ac_count -gt 10 && break
3905 done
3906 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3907esac
3908
3909 $ac_path_SED_found && break 3
3910 done
3911 done
3912 done
3913IFS=$as_save_IFS
3914 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3915 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3916 fi
3917else
3918 ac_cv_path_SED=$SED
3919fi
3920
3921fi
3922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3923$as_echo "$ac_cv_path_SED" >&6; }
3924 SED="$ac_cv_path_SED"
3925 rm -f conftest.sed
3926
3927test -z "$SED" && SED=sed
3928Xsed="$SED -e 1s/^X//"
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3941$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3942if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3943 $as_echo_n "(cached) " >&6
3944else
3945 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3946 then ac_cv_path_FGREP="$GREP -F"
3947 else
3948 if test -z "$FGREP"; then
3949 ac_path_FGREP_found=false
3950 # Loop through the user's path and test for each of PROGNAME-LIST
3951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3952for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3953do
3954 IFS=$as_save_IFS
3955 test -z "$as_dir" && as_dir=.
3956 for ac_prog in fgrep; do
3957 for ac_exec_ext in '' $ac_executable_extensions; do
3958 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3959 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3960# Check for GNU ac_path_FGREP and select it if it is found.
3961 # Check for GNU $ac_path_FGREP
3962case `"$ac_path_FGREP" --version 2>&1` in
3963*GNU*)
3964 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3965*)
3966 ac_count=0
3967 $as_echo_n 0123456789 >"conftest.in"
3968 while :
3969 do
3970 cat "conftest.in" "conftest.in" >"conftest.tmp"
3971 mv "conftest.tmp" "conftest.in"
3972 cp "conftest.in" "conftest.nl"
3973 $as_echo 'FGREP' >> "conftest.nl"
3974 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3975 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3976 as_fn_arith $ac_count + 1 && ac_count=$as_val
3977 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3978 # Best one so far, save it but keep looking for a better one
3979 ac_cv_path_FGREP="$ac_path_FGREP"
3980 ac_path_FGREP_max=$ac_count
3981 fi
3982 # 10*(2^10) chars as input seems more than enough
3983 test $ac_count -gt 10 && break
3984 done
3985 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3986esac
3987
3988 $ac_path_FGREP_found && break 3
3989 done
3990 done
3991 done
3992IFS=$as_save_IFS
3993 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3994 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3995 fi
3996else
3997 ac_cv_path_FGREP=$FGREP
3998fi
3999
4000 fi
4001fi
4002{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4003$as_echo "$ac_cv_path_FGREP" >&6; }
4004 FGREP="$ac_cv_path_FGREP"
4005
4006
4007test -z "$GREP" && GREP=grep
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027# Check whether --with-gnu-ld was given.
4028if test "${with_gnu_ld+set}" = set; then :
4029 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4030else
4031 with_gnu_ld=no
4032fi
4033
4034ac_prog=ld
4035if test "$GCC" = yes; then
4036 # Check if gcc -print-prog-name=ld gives a path.
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4038$as_echo_n "checking for ld used by $CC... " >&6; }
4039 case $host in
4040 *-*-mingw*)
4041 # gcc leaves a trailing carriage return which upsets mingw
4042 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4043 *)
4044 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4045 esac
4046 case $ac_prog in
4047 # Accept absolute paths.
4048 [\\/]* | ?:[\\/]*)
4049 re_direlt='/[^/][^/]*/\.\./'
4050 # Canonicalize the pathname of ld
4051 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4052 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4053 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4054 done
4055 test -z "$LD" && LD="$ac_prog"
4056 ;;
4057 "")
4058 # If it fails, then pretend we aren't using GCC.
4059 ac_prog=ld
4060 ;;
4061 *)
4062 # If it is relative, then search for the first ld in PATH.
4063 with_gnu_ld=unknown
4064 ;;
4065 esac
4066elif test "$with_gnu_ld" = yes; then
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4068$as_echo_n "checking for GNU ld... " >&6; }
4069else
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4071$as_echo_n "checking for non-GNU ld... " >&6; }
4072fi
d0ac1c44 4073if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4074 $as_echo_n "(cached) " >&6
4075else
4076 if test -z "$LD"; then
4077 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4078 for ac_dir in $PATH; do
4079 IFS="$lt_save_ifs"
4080 test -z "$ac_dir" && ac_dir=.
4081 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4082 lt_cv_path_LD="$ac_dir/$ac_prog"
4083 # Check to see if the program is GNU ld. I'd rather use --version,
4084 # but apparently some variants of GNU ld only accept -v.
4085 # Break only if it was the GNU/non-GNU ld that we prefer.
4086 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4087 *GNU* | *'with BFD'*)
4088 test "$with_gnu_ld" != no && break
4089 ;;
4090 *)
4091 test "$with_gnu_ld" != yes && break
4092 ;;
4093 esac
4094 fi
4095 done
4096 IFS="$lt_save_ifs"
4097else
4098 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4099fi
4100fi
4101
4102LD="$lt_cv_path_LD"
4103if test -n "$LD"; then
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4105$as_echo "$LD" >&6; }
4106else
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4108$as_echo "no" >&6; }
4109fi
d0ac1c44 4110test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4112$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4113if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4114 $as_echo_n "(cached) " >&6
4115else
4116 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4117case `$LD -v 2>&1 </dev/null` in
4118*GNU* | *'with BFD'*)
4119 lt_cv_prog_gnu_ld=yes
4120 ;;
4121*)
4122 lt_cv_prog_gnu_ld=no
4123 ;;
4124esac
4125fi
4126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4127$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4128with_gnu_ld=$lt_cv_prog_gnu_ld
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4139$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4140if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4141 $as_echo_n "(cached) " >&6
4142else
4143 if test -n "$NM"; then
4144 # Let the user override the test.
4145 lt_cv_path_NM="$NM"
4146else
4147 lt_nm_to_check="${ac_tool_prefix}nm"
4148 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4149 lt_nm_to_check="$lt_nm_to_check nm"
4150 fi
4151 for lt_tmp_nm in $lt_nm_to_check; do
4152 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4153 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4154 IFS="$lt_save_ifs"
4155 test -z "$ac_dir" && ac_dir=.
4156 tmp_nm="$ac_dir/$lt_tmp_nm"
4157 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4158 # Check to see if the nm accepts a BSD-compat flag.
4159 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4160 # nm: unknown option "B" ignored
4161 # Tru64's nm complains that /dev/null is an invalid object file
4162 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4163 */dev/null* | *'Invalid file or object type'*)
4164 lt_cv_path_NM="$tmp_nm -B"
4165 break
4166 ;;
4167 *)
4168 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4169 */dev/null*)
4170 lt_cv_path_NM="$tmp_nm -p"
4171 break
4172 ;;
4173 *)
4174 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4175 continue # so that we can try to find one that supports BSD flags
4176 ;;
4177 esac
4178 ;;
4179 esac
4180 fi
4181 done
4182 IFS="$lt_save_ifs"
4183 done
4184 : ${lt_cv_path_NM=no}
4185fi
4186fi
4187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4188$as_echo "$lt_cv_path_NM" >&6; }
4189if test "$lt_cv_path_NM" != "no"; then
4190 NM="$lt_cv_path_NM"
4191else
4192 # Didn't find any BSD compatible name lister, look for dumpbin.
4193 if test -n "$DUMPBIN"; then :
4194 # Let the user override the test.
4195 else
4196 if test -n "$ac_tool_prefix"; then
4197 for ac_prog in dumpbin "link -dump"
4198 do
4199 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4200set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4202$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4203if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4204 $as_echo_n "(cached) " >&6
4205else
4206 if test -n "$DUMPBIN"; then
4207 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4208else
4209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4210for as_dir in $PATH
4211do
4212 IFS=$as_save_IFS
4213 test -z "$as_dir" && as_dir=.
4214 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4216 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4218 break 2
4219 fi
4220done
4221 done
4222IFS=$as_save_IFS
4223
4224fi
4225fi
4226DUMPBIN=$ac_cv_prog_DUMPBIN
4227if test -n "$DUMPBIN"; then
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4229$as_echo "$DUMPBIN" >&6; }
4230else
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4232$as_echo "no" >&6; }
4233fi
4234
4235
4236 test -n "$DUMPBIN" && break
4237 done
4238fi
4239if test -z "$DUMPBIN"; then
4240 ac_ct_DUMPBIN=$DUMPBIN
4241 for ac_prog in dumpbin "link -dump"
4242do
4243 # Extract the first word of "$ac_prog", so it can be a program name with args.
4244set dummy $ac_prog; ac_word=$2
4245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4246$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4247if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4248 $as_echo_n "(cached) " >&6
4249else
4250 if test -n "$ac_ct_DUMPBIN"; then
4251 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4252else
4253as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4254for as_dir in $PATH
4255do
4256 IFS=$as_save_IFS
4257 test -z "$as_dir" && as_dir=.
4258 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4259 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4260 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4262 break 2
4263 fi
4264done
4265 done
4266IFS=$as_save_IFS
4267
4268fi
4269fi
4270ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4271if test -n "$ac_ct_DUMPBIN"; then
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4273$as_echo "$ac_ct_DUMPBIN" >&6; }
4274else
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4276$as_echo "no" >&6; }
4277fi
4278
4279
4280 test -n "$ac_ct_DUMPBIN" && break
4281done
4282
4283 if test "x$ac_ct_DUMPBIN" = x; then
4284 DUMPBIN=":"
4285 else
4286 case $cross_compiling:$ac_tool_warned in
4287yes:)
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4289$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4290ac_tool_warned=yes ;;
4291esac
4292 DUMPBIN=$ac_ct_DUMPBIN
4293 fi
4294fi
4295
4296 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4297 *COFF*)
4298 DUMPBIN="$DUMPBIN -symbols"
4299 ;;
4300 *)
4301 DUMPBIN=:
4302 ;;
4303 esac
4304 fi
4305
4306 if test "$DUMPBIN" != ":"; then
4307 NM="$DUMPBIN"
4308 fi
4309fi
4310test -z "$NM" && NM=nm
4311
4312
4313
4314
4315
4316
4317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4318$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4319if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4320 $as_echo_n "(cached) " >&6
4321else
4322 lt_cv_nm_interface="BSD nm"
4323 echo "int some_variable = 0;" > conftest.$ac_ext
4324 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4325 (eval "$ac_compile" 2>conftest.err)
4326 cat conftest.err >&5
4327 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4328 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4329 cat conftest.err >&5
4330 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4331 cat conftest.out >&5
4332 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4333 lt_cv_nm_interface="MS dumpbin"
4334 fi
4335 rm -f conftest*
4336fi
4337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4338$as_echo "$lt_cv_nm_interface" >&6; }
4339
4340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4341$as_echo_n "checking whether ln -s works... " >&6; }
4342LN_S=$as_ln_s
4343if test "$LN_S" = "ln -s"; then
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4345$as_echo "yes" >&6; }
4346else
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4348$as_echo "no, using $LN_S" >&6; }
4349fi
4350
4351# find the maximum length of command line arguments
4352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4353$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4354if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4355 $as_echo_n "(cached) " >&6
4356else
4357 i=0
4358 teststring="ABCD"
4359
4360 case $build_os in
4361 msdosdjgpp*)
4362 # On DJGPP, this test can blow up pretty badly due to problems in libc
4363 # (any single argument exceeding 2000 bytes causes a buffer overrun
4364 # during glob expansion). Even if it were fixed, the result of this
4365 # check would be larger than it should be.
4366 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4367 ;;
4368
4369 gnu*)
4370 # Under GNU Hurd, this test is not required because there is
4371 # no limit to the length of command line arguments.
4372 # Libtool will interpret -1 as no limit whatsoever
4373 lt_cv_sys_max_cmd_len=-1;
4374 ;;
4375
4376 cygwin* | mingw* | cegcc*)
4377 # On Win9x/ME, this test blows up -- it succeeds, but takes
4378 # about 5 minutes as the teststring grows exponentially.
4379 # Worse, since 9x/ME are not pre-emptively multitasking,
4380 # you end up with a "frozen" computer, even though with patience
4381 # the test eventually succeeds (with a max line length of 256k).
4382 # Instead, let's just punt: use the minimum linelength reported by
4383 # all of the supported platforms: 8192 (on NT/2K/XP).
4384 lt_cv_sys_max_cmd_len=8192;
4385 ;;
4386
4387 mint*)
4388 # On MiNT this can take a long time and run out of memory.
4389 lt_cv_sys_max_cmd_len=8192;
4390 ;;
4391
4392 amigaos*)
4393 # On AmigaOS with pdksh, this test takes hours, literally.
4394 # So we just punt and use a minimum line length of 8192.
4395 lt_cv_sys_max_cmd_len=8192;
4396 ;;
4397
4398 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4399 # This has been around since 386BSD, at least. Likely further.
4400 if test -x /sbin/sysctl; then
4401 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4402 elif test -x /usr/sbin/sysctl; then
4403 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4404 else
4405 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4406 fi
4407 # And add a safety zone
4408 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4409 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4410 ;;
4411
4412 interix*)
4413 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4414 lt_cv_sys_max_cmd_len=196608
4415 ;;
4416
4417 osf*)
4418 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4419 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4420 # nice to cause kernel panics so lets avoid the loop below.
4421 # First set a reasonable default.
4422 lt_cv_sys_max_cmd_len=16384
4423 #
4424 if test -x /sbin/sysconfig; then
4425 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4426 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4427 esac
4428 fi
4429 ;;
4430 sco3.2v5*)
4431 lt_cv_sys_max_cmd_len=102400
4432 ;;
4433 sysv5* | sco5v6* | sysv4.2uw2*)
4434 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4435 if test -n "$kargmax"; then
4436 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4437 else
4438 lt_cv_sys_max_cmd_len=32768
4439 fi
4440 ;;
4441 *)
4442 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4443 if test -n "$lt_cv_sys_max_cmd_len"; then
4444 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4445 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4446 else
4447 # Make teststring a little bigger before we do anything with it.
4448 # a 1K string should be a reasonable start.
4449 for i in 1 2 3 4 5 6 7 8 ; do
4450 teststring=$teststring$teststring
4451 done
4452 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4453 # If test is not a shell built-in, we'll probably end up computing a
4454 # maximum length that is only half of the actual maximum length, but
4455 # we can't tell.
4456 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4457 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4458 test $i != 17 # 1/2 MB should be enough
4459 do
4460 i=`expr $i + 1`
4461 teststring=$teststring$teststring
4462 done
4463 # Only check the string length outside the loop.
4464 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4465 teststring=
4466 # Add a significant safety factor because C++ compilers can tack on
4467 # massive amounts of additional arguments before passing them to the
4468 # linker. It appears as though 1/2 is a usable value.
4469 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4470 fi
4471 ;;
4472 esac
4473
4474fi
4475
4476if test -n $lt_cv_sys_max_cmd_len ; then
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4478$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4479else
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4481$as_echo "none" >&6; }
4482fi
4483max_cmd_len=$lt_cv_sys_max_cmd_len
4484
4485
4486
4487
4488
4489
4490: ${CP="cp -f"}
4491: ${MV="mv -f"}
4492: ${RM="rm -f"}
4493
4494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4495$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4496# Try some XSI features
4497xsi_shell=no
4498( _lt_dummy="a/b/c"
4499 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4500 = c,a/b,, \
4501 && eval 'test $(( 1 + 1 )) -eq 2 \
4502 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4503 && xsi_shell=yes
4504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4505$as_echo "$xsi_shell" >&6; }
4506
4507
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4509$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4510lt_shell_append=no
4511( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4512 >/dev/null 2>&1 \
4513 && lt_shell_append=yes
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4515$as_echo "$lt_shell_append" >&6; }
4516
4517
4518if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4519 lt_unset=unset
4520else
4521 lt_unset=false
4522fi
4523
4524
4525
4526
4527
4528# test EBCDIC or ASCII
4529case `echo X|tr X '\101'` in
4530 A) # ASCII based system
4531 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4532 lt_SP2NL='tr \040 \012'
4533 lt_NL2SP='tr \015\012 \040\040'
4534 ;;
4535 *) # EBCDIC based system
4536 lt_SP2NL='tr \100 \n'
4537 lt_NL2SP='tr \r\n \100\100'
4538 ;;
4539esac
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4550$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4551if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4552 $as_echo_n "(cached) " >&6
4553else
4554 lt_cv_ld_reload_flag='-r'
4555fi
4556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4557$as_echo "$lt_cv_ld_reload_flag" >&6; }
4558reload_flag=$lt_cv_ld_reload_flag
4559case $reload_flag in
4560"" | " "*) ;;
4561*) reload_flag=" $reload_flag" ;;
4562esac
4563reload_cmds='$LD$reload_flag -o $output$reload_objs'
4564case $host_os in
4565 darwin*)
4566 if test "$GCC" = yes; then
4567 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4568 else
4569 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4570 fi
4571 ;;
4572esac
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582if test -n "$ac_tool_prefix"; then
4583 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4584set dummy ${ac_tool_prefix}objdump; ac_word=$2
4585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4586$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4587if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4588 $as_echo_n "(cached) " >&6
4589else
4590 if test -n "$OBJDUMP"; then
4591 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4592else
4593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4594for as_dir in $PATH
4595do
4596 IFS=$as_save_IFS
4597 test -z "$as_dir" && as_dir=.
4598 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4600 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4602 break 2
4603 fi
4604done
4605 done
4606IFS=$as_save_IFS
4607
4608fi
4609fi
4610OBJDUMP=$ac_cv_prog_OBJDUMP
4611if test -n "$OBJDUMP"; then
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4613$as_echo "$OBJDUMP" >&6; }
4614else
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4616$as_echo "no" >&6; }
4617fi
4618
4619
4620fi
4621if test -z "$ac_cv_prog_OBJDUMP"; then
4622 ac_ct_OBJDUMP=$OBJDUMP
4623 # Extract the first word of "objdump", so it can be a program name with args.
4624set dummy objdump; ac_word=$2
4625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4626$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4627if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4628 $as_echo_n "(cached) " >&6
4629else
4630 if test -n "$ac_ct_OBJDUMP"; then
4631 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4632else
4633as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4634for as_dir in $PATH
4635do
4636 IFS=$as_save_IFS
4637 test -z "$as_dir" && as_dir=.
4638 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4639 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4640 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4642 break 2
4643 fi
4644done
4645 done
4646IFS=$as_save_IFS
4647
4648fi
4649fi
4650ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4651if test -n "$ac_ct_OBJDUMP"; then
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4653$as_echo "$ac_ct_OBJDUMP" >&6; }
4654else
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4656$as_echo "no" >&6; }
4657fi
4658
4659 if test "x$ac_ct_OBJDUMP" = x; then
4660 OBJDUMP="false"
4661 else
4662 case $cross_compiling:$ac_tool_warned in
4663yes:)
4664{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4665$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4666ac_tool_warned=yes ;;
4667esac
4668 OBJDUMP=$ac_ct_OBJDUMP
4669 fi
4670else
4671 OBJDUMP="$ac_cv_prog_OBJDUMP"
4672fi
4673
4674test -z "$OBJDUMP" && OBJDUMP=objdump
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4685$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4686if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4687 $as_echo_n "(cached) " >&6
4688else
4689 lt_cv_file_magic_cmd='$MAGIC_CMD'
4690lt_cv_file_magic_test_file=
4691lt_cv_deplibs_check_method='unknown'
4692# Need to set the preceding variable on all platforms that support
4693# interlibrary dependencies.
4694# 'none' -- dependencies not supported.
4695# `unknown' -- same as none, but documents that we really don't know.
4696# 'pass_all' -- all dependencies passed with no checks.
4697# 'test_compile' -- check by making test program.
4698# 'file_magic [[regex]]' -- check by looking for files in library path
4699# which responds to the $file_magic_cmd with a given extended regex.
4700# If you have `file' or equivalent on your system and you're not sure
4701# whether `pass_all' will *always* work, you probably want this one.
4702
4703case $host_os in
4704aix[4-9]*)
4705 lt_cv_deplibs_check_method=pass_all
4706 ;;
4707
4708beos*)
4709 lt_cv_deplibs_check_method=pass_all
4710 ;;
4711
4712bsdi[45]*)
4713 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4714 lt_cv_file_magic_cmd='/usr/bin/file -L'
4715 lt_cv_file_magic_test_file=/shlib/libc.so
4716 ;;
4717
4718cygwin*)
4719 # func_win32_libid is a shell function defined in ltmain.sh
4720 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4721 lt_cv_file_magic_cmd='func_win32_libid'
4722 ;;
4723
4724mingw* | pw32*)
4725 # Base MSYS/MinGW do not provide the 'file' command needed by
4726 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4727 # unless we find 'file', for example because we are cross-compiling.
4728 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4729 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4730 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4731 lt_cv_file_magic_cmd='func_win32_libid'
4732 else
4733 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4734 lt_cv_file_magic_cmd='$OBJDUMP -f'
4735 fi
4736 ;;
4737
4738cegcc*)
4739 # use the weaker test based on 'objdump'. See mingw*.
4740 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4741 lt_cv_file_magic_cmd='$OBJDUMP -f'
4742 ;;
4743
4744darwin* | rhapsody*)
4745 lt_cv_deplibs_check_method=pass_all
4746 ;;
4747
4748freebsd* | dragonfly*)
4749 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4750 case $host_cpu in
4751 i*86 )
4752 # Not sure whether the presence of OpenBSD here was a mistake.
4753 # Let's accept both of them until this is cleared up.
4754 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4755 lt_cv_file_magic_cmd=/usr/bin/file
4756 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4757 ;;
4758 esac
4759 else
4760 lt_cv_deplibs_check_method=pass_all
4761 fi
4762 ;;
4763
4764gnu*)
4765 lt_cv_deplibs_check_method=pass_all
4766 ;;
4767
4768haiku*)
4769 lt_cv_deplibs_check_method=pass_all
4770 ;;
4771
4772hpux10.20* | hpux11*)
4773 lt_cv_file_magic_cmd=/usr/bin/file
4774 case $host_cpu in
4775 ia64*)
4776 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4777 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4778 ;;
4779 hppa*64*)
4780 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]'
4781 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4782 ;;
4783 *)
4784 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4785 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4786 ;;
4787 esac
4788 ;;
4789
4790interix[3-9]*)
4791 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4792 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4793 ;;
4794
4795irix5* | irix6* | nonstopux*)
4796 case $LD in
4797 *-32|*"-32 ") libmagic=32-bit;;
4798 *-n32|*"-n32 ") libmagic=N32;;
4799 *-64|*"-64 ") libmagic=64-bit;;
4800 *) libmagic=never-match;;
4801 esac
4802 lt_cv_deplibs_check_method=pass_all
4803 ;;
4804
4805# This must be Linux ELF.
4806linux* | k*bsd*-gnu | kopensolaris*-gnu)
4807 lt_cv_deplibs_check_method=pass_all
4808 ;;
4809
4810netbsd*)
4811 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4812 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4813 else
4814 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4815 fi
4816 ;;
4817
4818newos6*)
4819 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4820 lt_cv_file_magic_cmd=/usr/bin/file
4821 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4822 ;;
4823
4824*nto* | *qnx*)
4825 lt_cv_deplibs_check_method=pass_all
4826 ;;
4827
4828openbsd*)
4829 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4830 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4831 else
4832 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4833 fi
4834 ;;
4835
4836osf3* | osf4* | osf5*)
4837 lt_cv_deplibs_check_method=pass_all
4838 ;;
4839
4840rdos*)
4841 lt_cv_deplibs_check_method=pass_all
4842 ;;
4843
4844solaris*)
4845 lt_cv_deplibs_check_method=pass_all
4846 ;;
4847
4848sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4849 lt_cv_deplibs_check_method=pass_all
4850 ;;
4851
4852sysv4 | sysv4.3*)
4853 case $host_vendor in
4854 motorola)
4855 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]'
4856 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4857 ;;
4858 ncr)
4859 lt_cv_deplibs_check_method=pass_all
4860 ;;
4861 sequent)
4862 lt_cv_file_magic_cmd='/bin/file'
4863 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4864 ;;
4865 sni)
4866 lt_cv_file_magic_cmd='/bin/file'
4867 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4868 lt_cv_file_magic_test_file=/lib/libc.so
4869 ;;
4870 siemens)
4871 lt_cv_deplibs_check_method=pass_all
4872 ;;
4873 pc)
4874 lt_cv_deplibs_check_method=pass_all
4875 ;;
4876 esac
4877 ;;
4878
4879tpf*)
4880 lt_cv_deplibs_check_method=pass_all
4881 ;;
4882esac
4883
4884fi
4885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4886$as_echo "$lt_cv_deplibs_check_method" >&6; }
4887file_magic_cmd=$lt_cv_file_magic_cmd
4888deplibs_check_method=$lt_cv_deplibs_check_method
4889test -z "$deplibs_check_method" && deplibs_check_method=unknown
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
68ed2854
MF
4902plugin_option=
4903plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4904for plugin in $plugin_names; do
4905 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4906 if test x$plugin_so = x$plugin; then
4907 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4908 fi
4909 if test x$plugin_so != x$plugin; then
4910 plugin_option="--plugin $plugin_so"
4911 break
4912 fi
4913done
4914
6bb11ab3
L
4915if test -n "$ac_tool_prefix"; then
4916 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4917set dummy ${ac_tool_prefix}ar; ac_word=$2
4918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4920if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4921 $as_echo_n "(cached) " >&6
4922else
4923 if test -n "$AR"; then
4924 ac_cv_prog_AR="$AR" # Let the user override the test.
4925else
4926as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927for as_dir in $PATH
4928do
4929 IFS=$as_save_IFS
4930 test -z "$as_dir" && as_dir=.
4931 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4932 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4933 ac_cv_prog_AR="${ac_tool_prefix}ar"
4934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4935 break 2
4936 fi
4937done
4938 done
4939IFS=$as_save_IFS
4940
4941fi
4942fi
4943AR=$ac_cv_prog_AR
4944if test -n "$AR"; then
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4946$as_echo "$AR" >&6; }
4947else
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949$as_echo "no" >&6; }
4950fi
4951
4952
4953fi
4954if test -z "$ac_cv_prog_AR"; then
4955 ac_ct_AR=$AR
4956 # Extract the first word of "ar", so it can be a program name with args.
4957set dummy ar; ac_word=$2
4958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4959$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4960if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4961 $as_echo_n "(cached) " >&6
4962else
4963 if test -n "$ac_ct_AR"; then
4964 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4965else
4966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4967for as_dir in $PATH
4968do
4969 IFS=$as_save_IFS
4970 test -z "$as_dir" && as_dir=.
4971 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4972 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4973 ac_cv_prog_ac_ct_AR="ar"
4974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4975 break 2
4976 fi
4977done
4978 done
4979IFS=$as_save_IFS
4980
4981fi
4982fi
4983ac_ct_AR=$ac_cv_prog_ac_ct_AR
4984if test -n "$ac_ct_AR"; then
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4986$as_echo "$ac_ct_AR" >&6; }
4987else
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4989$as_echo "no" >&6; }
4990fi
4991
4992 if test "x$ac_ct_AR" = x; then
4993 AR="false"
4994 else
4995 case $cross_compiling:$ac_tool_warned in
4996yes:)
4997{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4998$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4999ac_tool_warned=yes ;;
5000esac
5001 AR=$ac_ct_AR
5002 fi
5003else
5004 AR="$ac_cv_prog_AR"
5005fi
5006
5007test -z "$AR" && AR=ar
68ed2854
MF
5008if test -n "$plugin_option"; then
5009 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5010 touch conftest.c
5011 $AR $plugin_option rc conftest.a conftest.c
5012 if test "$?" != 0; then
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5014$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5015 else
5016 AR="$AR $plugin_option"
5017 fi
5018 rm -f conftest.*
68ed2854
MF
5019 fi
5020fi
6bb11ab3
L
5021test -z "$AR_FLAGS" && AR_FLAGS=cru
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033if test -n "$ac_tool_prefix"; then
5034 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5035set dummy ${ac_tool_prefix}strip; ac_word=$2
5036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5037$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5038if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5039 $as_echo_n "(cached) " >&6
5040else
5041 if test -n "$STRIP"; then
5042 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5043else
5044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045for as_dir in $PATH
5046do
5047 IFS=$as_save_IFS
5048 test -z "$as_dir" && as_dir=.
5049 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5051 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 break 2
5054 fi
5055done
5056 done
5057IFS=$as_save_IFS
5058
5059fi
5060fi
5061STRIP=$ac_cv_prog_STRIP
5062if test -n "$STRIP"; then
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5064$as_echo "$STRIP" >&6; }
5065else
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5067$as_echo "no" >&6; }
5068fi
5069
5070
5071fi
5072if test -z "$ac_cv_prog_STRIP"; then
5073 ac_ct_STRIP=$STRIP
5074 # Extract the first word of "strip", so it can be a program name with args.
5075set dummy strip; ac_word=$2
5076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5077$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5078if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5079 $as_echo_n "(cached) " >&6
5080else
5081 if test -n "$ac_ct_STRIP"; then
5082 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5083else
5084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5085for as_dir in $PATH
5086do
5087 IFS=$as_save_IFS
5088 test -z "$as_dir" && as_dir=.
5089 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5090 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5091 ac_cv_prog_ac_ct_STRIP="strip"
5092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5093 break 2
5094 fi
5095done
5096 done
5097IFS=$as_save_IFS
5098
5099fi
5100fi
5101ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5102if test -n "$ac_ct_STRIP"; then
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5104$as_echo "$ac_ct_STRIP" >&6; }
5105else
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5107$as_echo "no" >&6; }
5108fi
5109
5110 if test "x$ac_ct_STRIP" = x; then
5111 STRIP=":"
5112 else
5113 case $cross_compiling:$ac_tool_warned in
5114yes:)
5115{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5116$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5117ac_tool_warned=yes ;;
5118esac
5119 STRIP=$ac_ct_STRIP
5120 fi
5121else
5122 STRIP="$ac_cv_prog_STRIP"
5123fi
5124
5125test -z "$STRIP" && STRIP=:
5126
5127
5128
5129
5130
5131
5132if test -n "$ac_tool_prefix"; then
5133 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5134set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5136$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5137if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5138 $as_echo_n "(cached) " >&6
5139else
5140 if test -n "$RANLIB"; then
5141 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5142else
5143as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5144for as_dir in $PATH
5145do
5146 IFS=$as_save_IFS
5147 test -z "$as_dir" && as_dir=.
5148 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5149 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5150 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5152 break 2
5153 fi
5154done
5155 done
5156IFS=$as_save_IFS
5157
5158fi
5159fi
5160RANLIB=$ac_cv_prog_RANLIB
5161if test -n "$RANLIB"; then
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5163$as_echo "$RANLIB" >&6; }
5164else
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5166$as_echo "no" >&6; }
5167fi
5168
5169
5170fi
5171if test -z "$ac_cv_prog_RANLIB"; then
5172 ac_ct_RANLIB=$RANLIB
5173 # Extract the first word of "ranlib", so it can be a program name with args.
5174set dummy ranlib; ac_word=$2
5175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5176$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5177if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5178 $as_echo_n "(cached) " >&6
5179else
5180 if test -n "$ac_ct_RANLIB"; then
5181 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5182else
5183as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5184for as_dir in $PATH
5185do
5186 IFS=$as_save_IFS
5187 test -z "$as_dir" && as_dir=.
5188 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5190 ac_cv_prog_ac_ct_RANLIB="ranlib"
5191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5192 break 2
5193 fi
5194done
5195 done
5196IFS=$as_save_IFS
5197
5198fi
5199fi
5200ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5201if test -n "$ac_ct_RANLIB"; then
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5203$as_echo "$ac_ct_RANLIB" >&6; }
5204else
5205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5206$as_echo "no" >&6; }
5207fi
5208
5209 if test "x$ac_ct_RANLIB" = x; then
5210 RANLIB=":"
5211 else
5212 case $cross_compiling:$ac_tool_warned in
5213yes:)
5214{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5215$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5216ac_tool_warned=yes ;;
5217esac
5218 RANLIB=$ac_ct_RANLIB
5219 fi
5220else
5221 RANLIB="$ac_cv_prog_RANLIB"
5222fi
5223
5224test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5225if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5226 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5227 RANLIB="$RANLIB $plugin_option"
5228 fi
5229fi
6bb11ab3
L
5230
5231
5232
5233
5234
5235
5236# Determine commands to create old-style static archives.
5237old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5238old_postinstall_cmds='chmod 644 $oldlib'
5239old_postuninstall_cmds=
5240
5241if test -n "$RANLIB"; then
5242 case $host_os in
5243 openbsd*)
5244 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5245 ;;
5246 *)
5247 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5248 ;;
5249 esac
5250 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5251fi
5252
5253case $host_os in
5254 darwin*)
5255 lock_old_archive_extraction=yes ;;
5256 *)
5257 lock_old_archive_extraction=no ;;
5258esac
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280for ac_prog in gawk mawk nawk awk
5281do
5282 # Extract the first word of "$ac_prog", so it can be a program name with args.
5283set dummy $ac_prog; ac_word=$2
5284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5285$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5286if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5287 $as_echo_n "(cached) " >&6
5288else
5289 if test -n "$AWK"; then
5290 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5291else
5292as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5293for as_dir in $PATH
5294do
5295 IFS=$as_save_IFS
5296 test -z "$as_dir" && as_dir=.
5297 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5298 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5299 ac_cv_prog_AWK="$ac_prog"
5300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5301 break 2
5302 fi
5303done
5304 done
5305IFS=$as_save_IFS
5306
5307fi
5308fi
5309AWK=$ac_cv_prog_AWK
5310if test -n "$AWK"; then
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5312$as_echo "$AWK" >&6; }
5313else
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5315$as_echo "no" >&6; }
5316fi
5317
5318
5319 test -n "$AWK" && break
5320done
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340# If no C compiler was specified, use CC.
5341LTCC=${LTCC-"$CC"}
5342
5343# If no C compiler flags were specified, use CFLAGS.
5344LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5345
5346# Allow CC to be a program name with arguments.
5347compiler=$CC
5348
5349
5350# Check for command to grab the raw symbol name followed by C symbol from nm.
5351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5352$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5353if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5354 $as_echo_n "(cached) " >&6
5355else
5356
5357# These are sane defaults that work on at least a few old systems.
5358# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5359
5360# Character class describing NM global symbol codes.
5361symcode='[BCDEGRST]'
5362
5363# Regexp to match symbols that can be accessed directly from C.
5364sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5365
5366# Define system-specific variables.
5367case $host_os in
5368aix*)
5369 symcode='[BCDT]'
5370 ;;
5371cygwin* | mingw* | pw32* | cegcc*)
5372 symcode='[ABCDGISTW]'
5373 ;;
5374hpux*)
5375 if test "$host_cpu" = ia64; then
5376 symcode='[ABCDEGRST]'
5377 fi
5378 ;;
5379irix* | nonstopux*)
5380 symcode='[BCDEGRST]'
5381 ;;
5382osf*)
5383 symcode='[BCDEGQRST]'
5384 ;;
5385solaris*)
5386 symcode='[BDRT]'
5387 ;;
5388sco3.2v5*)
5389 symcode='[DT]'
5390 ;;
5391sysv4.2uw2*)
5392 symcode='[DT]'
5393 ;;
5394sysv5* | sco5v6* | unixware* | OpenUNIX*)
5395 symcode='[ABDT]'
5396 ;;
5397sysv4)
5398 symcode='[DFNSTU]'
5399 ;;
5400esac
5401
5402# If we're using GNU nm, then use its standard symbol codes.
5403case `$NM -V 2>&1` in
5404*GNU* | *'with BFD'*)
5405 symcode='[ABCDGIRSTW]' ;;
5406esac
5407
5408# Transform an extracted symbol line into a proper C declaration.
5409# Some systems (esp. on ia64) link data and code symbols differently,
5410# so use this general approach.
5411lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5412
5413# Transform an extracted symbol line into symbol name and symbol address
5414lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5415lt_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'"
5416
5417# Handle CRLF in mingw tool chain
5418opt_cr=
5419case $build_os in
5420mingw*)
5421 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5422 ;;
5423esac
5424
5425# Try without a prefix underscore, then with it.
5426for ac_symprfx in "" "_"; do
5427
5428 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5429 symxfrm="\\1 $ac_symprfx\\2 \\2"
5430
5431 # Write the raw and C identifiers.
5432 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5433 # Fake it for dumpbin and say T for any non-static function
5434 # and D for any global variable.
5435 # Also find C++ and __fastcall symbols from MSVC++,
5436 # which start with @ or ?.
5437 lt_cv_sys_global_symbol_pipe="$AWK '"\
5438" {last_section=section; section=\$ 3};"\
5439" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5440" \$ 0!~/External *\|/{next};"\
5441" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5442" {if(hide[section]) next};"\
5443" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5444" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5445" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5446" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5447" ' prfx=^$ac_symprfx"
5448 else
5449 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5450 fi
5451
5452 # Check to see that the pipe works correctly.
5453 pipe_works=no
5454
5455 rm -f conftest*
5456 cat > conftest.$ac_ext <<_LT_EOF
5457#ifdef __cplusplus
5458extern "C" {
5459#endif
5460char nm_test_var;
5461void nm_test_func(void);
5462void nm_test_func(void){}
5463#ifdef __cplusplus
5464}
5465#endif
5466int main(){nm_test_var='a';nm_test_func();return(0);}
5467_LT_EOF
5468
5469 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5470 (eval $ac_compile) 2>&5
5471 ac_status=$?
5472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5473 test $ac_status = 0; }; then
5474 # Now try to grab the symbols.
5475 nlist=conftest.nm
5476 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5477 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5478 ac_status=$?
5479 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5480 test $ac_status = 0; } && test -s "$nlist"; then
5481 # Try sorting and uniquifying the output.
5482 if sort "$nlist" | uniq > "$nlist"T; then
5483 mv -f "$nlist"T "$nlist"
5484 else
5485 rm -f "$nlist"T
5486 fi
5487
5488 # Make sure that we snagged all the symbols we need.
5489 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5490 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5491 cat <<_LT_EOF > conftest.$ac_ext
5492#ifdef __cplusplus
5493extern "C" {
5494#endif
5495
5496_LT_EOF
5497 # Now generate the symbol file.
5498 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5499
5500 cat <<_LT_EOF >> conftest.$ac_ext
5501
5502/* The mapping between symbol names and symbols. */
5503const struct {
5504 const char *name;
5505 void *address;
5506}
5507lt__PROGRAM__LTX_preloaded_symbols[] =
5508{
5509 { "@PROGRAM@", (void *) 0 },
5510_LT_EOF
5511 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5512 cat <<\_LT_EOF >> conftest.$ac_ext
5513 {0, (void *) 0}
5514};
5515
5516/* This works around a problem in FreeBSD linker */
5517#ifdef FREEBSD_WORKAROUND
5518static const void *lt_preloaded_setup() {
5519 return lt__PROGRAM__LTX_preloaded_symbols;
5520}
5521#endif
5522
5523#ifdef __cplusplus
5524}
5525#endif
5526_LT_EOF
5527 # Now try linking the two files.
5528 mv conftest.$ac_objext conftstm.$ac_objext
5529 lt_save_LIBS="$LIBS"
5530 lt_save_CFLAGS="$CFLAGS"
5531 LIBS="conftstm.$ac_objext"
5532 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5533 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5534 (eval $ac_link) 2>&5
5535 ac_status=$?
5536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5537 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5538 pipe_works=yes
5539 fi
5540 LIBS="$lt_save_LIBS"
5541 CFLAGS="$lt_save_CFLAGS"
5542 else
5543 echo "cannot find nm_test_func in $nlist" >&5
5544 fi
5545 else
5546 echo "cannot find nm_test_var in $nlist" >&5
5547 fi
5548 else
5549 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5550 fi
5551 else
5552 echo "$progname: failed program was:" >&5
5553 cat conftest.$ac_ext >&5
5554 fi
5555 rm -rf conftest* conftst*
5556
5557 # Do not use the global_symbol_pipe unless it works.
5558 if test "$pipe_works" = yes; then
5559 break
5560 else
5561 lt_cv_sys_global_symbol_pipe=
5562 fi
5563done
5564
5565fi
5566
5567if test -z "$lt_cv_sys_global_symbol_pipe"; then
5568 lt_cv_sys_global_symbol_to_cdecl=
5569fi
5570if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5572$as_echo "failed" >&6; }
5573else
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5575$as_echo "ok" >&6; }
5576fi
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599# Check whether --enable-libtool-lock was given.
5600if test "${enable_libtool_lock+set}" = set; then :
5601 enableval=$enable_libtool_lock;
5602fi
5603
5604test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5605
5606# Some flags need to be propagated to the compiler or linker for good
5607# libtool support.
5608case $host in
5609ia64-*-hpux*)
5610 # Find out which ABI we are using.
5611 echo 'int i;' > conftest.$ac_ext
5612 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5613 (eval $ac_compile) 2>&5
5614 ac_status=$?
5615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5616 test $ac_status = 0; }; then
5617 case `/usr/bin/file conftest.$ac_objext` in
5618 *ELF-32*)
5619 HPUX_IA64_MODE="32"
5620 ;;
5621 *ELF-64*)
5622 HPUX_IA64_MODE="64"
5623 ;;
5624 esac
5625 fi
5626 rm -rf conftest*
5627 ;;
5628*-*-irix6*)
5629 # Find out which ABI we are using.
5630 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5631 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5632 (eval $ac_compile) 2>&5
5633 ac_status=$?
5634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5635 test $ac_status = 0; }; then
5636 if test "$lt_cv_prog_gnu_ld" = yes; then
5637 case `/usr/bin/file conftest.$ac_objext` in
5638 *32-bit*)
5639 LD="${LD-ld} -melf32bsmip"
5640 ;;
5641 *N32*)
5642 LD="${LD-ld} -melf32bmipn32"
5643 ;;
5644 *64-bit*)
5645 LD="${LD-ld} -melf64bmip"
5646 ;;
5647 esac
5648 else
5649 case `/usr/bin/file conftest.$ac_objext` in
5650 *32-bit*)
5651 LD="${LD-ld} -32"
5652 ;;
5653 *N32*)
5654 LD="${LD-ld} -n32"
5655 ;;
5656 *64-bit*)
5657 LD="${LD-ld} -64"
5658 ;;
5659 esac
5660 fi
5661 fi
5662 rm -rf conftest*
5663 ;;
5664
bf3d9781 5665x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5666s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5667 # Find out which ABI we are using.
5668 echo 'int i;' > conftest.$ac_ext
5669 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5670 (eval $ac_compile) 2>&5
5671 ac_status=$?
5672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5673 test $ac_status = 0; }; then
5674 case `/usr/bin/file conftest.o` in
5675 *32-bit*)
5676 case $host in
5677 x86_64-*kfreebsd*-gnu)
5678 LD="${LD-ld} -m elf_i386_fbsd"
5679 ;;
5680 x86_64-*linux*)
5681 case `/usr/bin/file conftest.o` in
5682 *x86-64*)
5683 LD="${LD-ld} -m elf32_x86_64"
5684 ;;
5685 *)
5686 LD="${LD-ld} -m elf_i386"
5687 ;;
5688 esac
5689 ;;
bf3d9781
AM
5690 powerpc64le-*linux*)
5691 LD="${LD-ld} -m elf32lppclinux"
5692 ;;
5693 powerpc64-*linux*)
6bb11ab3
L
5694 LD="${LD-ld} -m elf32ppclinux"
5695 ;;
5696 s390x-*linux*)
5697 LD="${LD-ld} -m elf_s390"
5698 ;;
5699 sparc64-*linux*)
5700 LD="${LD-ld} -m elf32_sparc"
5701 ;;
5702 esac
5703 ;;
5704 *64-bit*)
5705 case $host in
5706 x86_64-*kfreebsd*-gnu)
5707 LD="${LD-ld} -m elf_x86_64_fbsd"
5708 ;;
5709 x86_64-*linux*)
5710 LD="${LD-ld} -m elf_x86_64"
5711 ;;
bf3d9781
AM
5712 powerpcle-*linux*)
5713 LD="${LD-ld} -m elf64lppc"
5714 ;;
5715 powerpc-*linux*)
6bb11ab3
L
5716 LD="${LD-ld} -m elf64ppc"
5717 ;;
5718 s390*-*linux*|s390*-*tpf*)
5719 LD="${LD-ld} -m elf64_s390"
5720 ;;
5721 sparc*-*linux*)
5722 LD="${LD-ld} -m elf64_sparc"
5723 ;;
5724 esac
5725 ;;
5726 esac
5727 fi
5728 rm -rf conftest*
5729 ;;
5730
5731*-*-sco3.2v5*)
5732 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5733 SAVE_CFLAGS="$CFLAGS"
5734 CFLAGS="$CFLAGS -belf"
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5736$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5737if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5738 $as_echo_n "(cached) " >&6
5739else
5740 ac_ext=c
5741ac_cpp='$CPP $CPPFLAGS'
5742ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5743ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5744ac_compiler_gnu=$ac_cv_c_compiler_gnu
5745
5746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5747/* end confdefs.h. */
5748
5749int
5750main ()
5751{
5752
5753 ;
5754 return 0;
5755}
5756_ACEOF
5757if ac_fn_c_try_link "$LINENO"; then :
5758 lt_cv_cc_needs_belf=yes
5759else
5760 lt_cv_cc_needs_belf=no
5761fi
5762rm -f core conftest.err conftest.$ac_objext \
5763 conftest$ac_exeext conftest.$ac_ext
5764 ac_ext=c
5765ac_cpp='$CPP $CPPFLAGS'
5766ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5767ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5768ac_compiler_gnu=$ac_cv_c_compiler_gnu
5769
5770fi
5771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5772$as_echo "$lt_cv_cc_needs_belf" >&6; }
5773 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5774 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5775 CFLAGS="$SAVE_CFLAGS"
5776 fi
5777 ;;
5778sparc*-*solaris*)
5779 # Find out which ABI we are using.
5780 echo 'int i;' > conftest.$ac_ext
5781 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5782 (eval $ac_compile) 2>&5
5783 ac_status=$?
5784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5785 test $ac_status = 0; }; then
5786 case `/usr/bin/file conftest.o` in
5787 *64-bit*)
5788 case $lt_cv_prog_gnu_ld in
5789 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5790 *)
5791 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5792 LD="${LD-ld} -64"
5793 fi
5794 ;;
5795 esac
5796 ;;
5797 esac
5798 fi
5799 rm -rf conftest*
5800 ;;
5801esac
5802
5803need_locks="$enable_libtool_lock"
5804
5805
5806 case $host_os in
5807 rhapsody* | darwin*)
5808 if test -n "$ac_tool_prefix"; then
5809 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5810set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5812$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5813if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5814 $as_echo_n "(cached) " >&6
5815else
5816 if test -n "$DSYMUTIL"; then
5817 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5818else
5819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5820for as_dir in $PATH
5821do
5822 IFS=$as_save_IFS
5823 test -z "$as_dir" && as_dir=.
5824 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5826 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5828 break 2
5829 fi
5830done
5831 done
5832IFS=$as_save_IFS
5833
5834fi
5835fi
5836DSYMUTIL=$ac_cv_prog_DSYMUTIL
5837if test -n "$DSYMUTIL"; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5839$as_echo "$DSYMUTIL" >&6; }
5840else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842$as_echo "no" >&6; }
5843fi
5844
5845
5846fi
5847if test -z "$ac_cv_prog_DSYMUTIL"; then
5848 ac_ct_DSYMUTIL=$DSYMUTIL
5849 # Extract the first word of "dsymutil", so it can be a program name with args.
5850set dummy dsymutil; ac_word=$2
5851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5852$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5853if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5854 $as_echo_n "(cached) " >&6
5855else
5856 if test -n "$ac_ct_DSYMUTIL"; then
5857 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5858else
5859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5860for as_dir in $PATH
5861do
5862 IFS=$as_save_IFS
5863 test -z "$as_dir" && as_dir=.
5864 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5866 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5868 break 2
5869 fi
5870done
5871 done
5872IFS=$as_save_IFS
5873
5874fi
5875fi
5876ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5877if test -n "$ac_ct_DSYMUTIL"; then
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5879$as_echo "$ac_ct_DSYMUTIL" >&6; }
5880else
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5882$as_echo "no" >&6; }
5883fi
5884
5885 if test "x$ac_ct_DSYMUTIL" = x; then
5886 DSYMUTIL=":"
5887 else
5888 case $cross_compiling:$ac_tool_warned in
5889yes:)
5890{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5891$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5892ac_tool_warned=yes ;;
5893esac
5894 DSYMUTIL=$ac_ct_DSYMUTIL
5895 fi
5896else
5897 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5898fi
5899
5900 if test -n "$ac_tool_prefix"; then
5901 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5902set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5904$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5905if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5906 $as_echo_n "(cached) " >&6
5907else
5908 if test -n "$NMEDIT"; then
5909 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5910else
5911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912for as_dir in $PATH
5913do
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5917 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5918 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2
5921 fi
5922done
5923 done
5924IFS=$as_save_IFS
5925
5926fi
5927fi
5928NMEDIT=$ac_cv_prog_NMEDIT
5929if test -n "$NMEDIT"; then
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5931$as_echo "$NMEDIT" >&6; }
5932else
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5934$as_echo "no" >&6; }
5935fi
5936
5937
5938fi
5939if test -z "$ac_cv_prog_NMEDIT"; then
5940 ac_ct_NMEDIT=$NMEDIT
5941 # Extract the first word of "nmedit", so it can be a program name with args.
5942set dummy nmedit; ac_word=$2
5943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5945if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5946 $as_echo_n "(cached) " >&6
5947else
5948 if test -n "$ac_ct_NMEDIT"; then
5949 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5950else
5951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952for as_dir in $PATH
5953do
5954 IFS=$as_save_IFS
5955 test -z "$as_dir" && as_dir=.
5956 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5958 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 break 2
5961 fi
5962done
5963 done
5964IFS=$as_save_IFS
5965
5966fi
5967fi
5968ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5969if test -n "$ac_ct_NMEDIT"; then
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5971$as_echo "$ac_ct_NMEDIT" >&6; }
5972else
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5974$as_echo "no" >&6; }
5975fi
5976
5977 if test "x$ac_ct_NMEDIT" = x; then
5978 NMEDIT=":"
5979 else
5980 case $cross_compiling:$ac_tool_warned in
5981yes:)
5982{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5983$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5984ac_tool_warned=yes ;;
5985esac
5986 NMEDIT=$ac_ct_NMEDIT
5987 fi
5988else
5989 NMEDIT="$ac_cv_prog_NMEDIT"
5990fi
5991
5992 if test -n "$ac_tool_prefix"; then
5993 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5994set dummy ${ac_tool_prefix}lipo; ac_word=$2
5995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5996$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5997if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5998 $as_echo_n "(cached) " >&6
5999else
6000 if test -n "$LIPO"; then
6001 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6002else
6003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6004for as_dir in $PATH
6005do
6006 IFS=$as_save_IFS
6007 test -z "$as_dir" && as_dir=.
6008 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6009 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6010 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6012 break 2
6013 fi
6014done
6015 done
6016IFS=$as_save_IFS
6017
6018fi
6019fi
6020LIPO=$ac_cv_prog_LIPO
6021if test -n "$LIPO"; then
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6023$as_echo "$LIPO" >&6; }
6024else
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6026$as_echo "no" >&6; }
6027fi
6028
6029
6030fi
6031if test -z "$ac_cv_prog_LIPO"; then
6032 ac_ct_LIPO=$LIPO
6033 # Extract the first word of "lipo", so it can be a program name with args.
6034set dummy lipo; ac_word=$2
6035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6036$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6037if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6038 $as_echo_n "(cached) " >&6
6039else
6040 if test -n "$ac_ct_LIPO"; then
6041 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6042else
6043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6044for as_dir in $PATH
6045do
6046 IFS=$as_save_IFS
6047 test -z "$as_dir" && as_dir=.
6048 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6050 ac_cv_prog_ac_ct_LIPO="lipo"
6051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6052 break 2
6053 fi
6054done
6055 done
6056IFS=$as_save_IFS
6057
6058fi
6059fi
6060ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6061if test -n "$ac_ct_LIPO"; then
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6063$as_echo "$ac_ct_LIPO" >&6; }
6064else
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6066$as_echo "no" >&6; }
6067fi
6068
6069 if test "x$ac_ct_LIPO" = x; then
6070 LIPO=":"
6071 else
6072 case $cross_compiling:$ac_tool_warned in
6073yes:)
6074{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6075$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6076ac_tool_warned=yes ;;
6077esac
6078 LIPO=$ac_ct_LIPO
6079 fi
6080else
6081 LIPO="$ac_cv_prog_LIPO"
6082fi
6083
6084 if test -n "$ac_tool_prefix"; then
6085 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6086set dummy ${ac_tool_prefix}otool; ac_word=$2
6087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6088$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6089if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6090 $as_echo_n "(cached) " >&6
6091else
6092 if test -n "$OTOOL"; then
6093 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6094else
6095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6096for as_dir in $PATH
6097do
6098 IFS=$as_save_IFS
6099 test -z "$as_dir" && as_dir=.
6100 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6101 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6102 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6104 break 2
6105 fi
6106done
6107 done
6108IFS=$as_save_IFS
6109
6110fi
6111fi
6112OTOOL=$ac_cv_prog_OTOOL
6113if test -n "$OTOOL"; then
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6115$as_echo "$OTOOL" >&6; }
6116else
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6118$as_echo "no" >&6; }
6119fi
6120
6121
6122fi
6123if test -z "$ac_cv_prog_OTOOL"; then
6124 ac_ct_OTOOL=$OTOOL
6125 # Extract the first word of "otool", so it can be a program name with args.
6126set dummy otool; ac_word=$2
6127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6128$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6129if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6130 $as_echo_n "(cached) " >&6
6131else
6132 if test -n "$ac_ct_OTOOL"; then
6133 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6134else
6135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6136for as_dir in $PATH
6137do
6138 IFS=$as_save_IFS
6139 test -z "$as_dir" && as_dir=.
6140 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6142 ac_cv_prog_ac_ct_OTOOL="otool"
6143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6144 break 2
6145 fi
6146done
6147 done
6148IFS=$as_save_IFS
6149
6150fi
6151fi
6152ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6153if test -n "$ac_ct_OTOOL"; then
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6155$as_echo "$ac_ct_OTOOL" >&6; }
6156else
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6158$as_echo "no" >&6; }
6159fi
6160
6161 if test "x$ac_ct_OTOOL" = x; then
6162 OTOOL=":"
6163 else
6164 case $cross_compiling:$ac_tool_warned in
6165yes:)
6166{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6167$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6168ac_tool_warned=yes ;;
6169esac
6170 OTOOL=$ac_ct_OTOOL
6171 fi
6172else
6173 OTOOL="$ac_cv_prog_OTOOL"
6174fi
6175
6176 if test -n "$ac_tool_prefix"; then
6177 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6178set dummy ${ac_tool_prefix}otool64; ac_word=$2
6179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6180$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6181if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6182 $as_echo_n "(cached) " >&6
6183else
6184 if test -n "$OTOOL64"; then
6185 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6186else
6187as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6188for as_dir in $PATH
6189do
6190 IFS=$as_save_IFS
6191 test -z "$as_dir" && as_dir=.
6192 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6194 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6196 break 2
6197 fi
6198done
6199 done
6200IFS=$as_save_IFS
6201
6202fi
6203fi
6204OTOOL64=$ac_cv_prog_OTOOL64
6205if test -n "$OTOOL64"; then
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6207$as_echo "$OTOOL64" >&6; }
6208else
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6210$as_echo "no" >&6; }
6211fi
6212
6213
6214fi
6215if test -z "$ac_cv_prog_OTOOL64"; then
6216 ac_ct_OTOOL64=$OTOOL64
6217 # Extract the first word of "otool64", so it can be a program name with args.
6218set dummy otool64; ac_word=$2
6219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6220$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6221if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6222 $as_echo_n "(cached) " >&6
6223else
6224 if test -n "$ac_ct_OTOOL64"; then
6225 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6226else
6227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6228for as_dir in $PATH
6229do
6230 IFS=$as_save_IFS
6231 test -z "$as_dir" && as_dir=.
6232 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6234 ac_cv_prog_ac_ct_OTOOL64="otool64"
6235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6236 break 2
6237 fi
6238done
6239 done
6240IFS=$as_save_IFS
6241
6242fi
6243fi
6244ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6245if test -n "$ac_ct_OTOOL64"; then
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6247$as_echo "$ac_ct_OTOOL64" >&6; }
6248else
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6250$as_echo "no" >&6; }
6251fi
6252
6253 if test "x$ac_ct_OTOOL64" = x; then
6254 OTOOL64=":"
6255 else
6256 case $cross_compiling:$ac_tool_warned in
6257yes:)
6258{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6259$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6260ac_tool_warned=yes ;;
6261esac
6262 OTOOL64=$ac_ct_OTOOL64
6263 fi
6264else
6265 OTOOL64="$ac_cv_prog_OTOOL64"
6266fi
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
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6295$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6296if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6297 $as_echo_n "(cached) " >&6
6298else
6299 lt_cv_apple_cc_single_mod=no
6300 if test -z "${LT_MULTI_MODULE}"; then
6301 # By default we will add the -single_module flag. You can override
6302 # by either setting the environment variable LT_MULTI_MODULE
6303 # non-empty at configure time, or by adding -multi_module to the
6304 # link flags.
6305 rm -rf libconftest.dylib*
6306 echo "int foo(void){return 1;}" > conftest.c
6307 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6308-dynamiclib -Wl,-single_module conftest.c" >&5
6309 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6310 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6311 _lt_result=$?
6312 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6313 lt_cv_apple_cc_single_mod=yes
6314 else
6315 cat conftest.err >&5
6316 fi
6317 rm -rf libconftest.dylib*
6318 rm -f conftest.*
6319 fi
6320fi
6321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6322$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6324$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6325if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6326 $as_echo_n "(cached) " >&6
6327else
6328 lt_cv_ld_exported_symbols_list=no
6329 save_LDFLAGS=$LDFLAGS
6330 echo "_main" > conftest.sym
6331 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6333/* end confdefs.h. */
6334
6335int
6336main ()
6337{
6338
6339 ;
6340 return 0;
6341}
6342_ACEOF
6343if ac_fn_c_try_link "$LINENO"; then :
6344 lt_cv_ld_exported_symbols_list=yes
6345else
6346 lt_cv_ld_exported_symbols_list=no
6347fi
6348rm -f core conftest.err conftest.$ac_objext \
6349 conftest$ac_exeext conftest.$ac_ext
6350 LDFLAGS="$save_LDFLAGS"
6351
6352fi
6353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6354$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6356$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6357if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6358 $as_echo_n "(cached) " >&6
6359else
6360 lt_cv_ld_force_load=no
6361 cat > conftest.c << _LT_EOF
6362int forced_loaded() { return 2;}
6363_LT_EOF
6364 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6365 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6366 echo "$AR cru libconftest.a conftest.o" >&5
6367 $AR cru libconftest.a conftest.o 2>&5
6368 cat > conftest.c << _LT_EOF
6369int main() { return 0;}
6370_LT_EOF
6371 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6372 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6373 _lt_result=$?
6374 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6375 lt_cv_ld_force_load=yes
6376 else
6377 cat conftest.err >&5
6378 fi
6379 rm -f conftest.err libconftest.a conftest conftest.c
6380 rm -rf conftest.dSYM
6381
6382fi
6383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6384$as_echo "$lt_cv_ld_force_load" >&6; }
6385 case $host_os in
6386 rhapsody* | darwin1.[012])
6387 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6388 darwin1.*)
6389 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6390 darwin*) # darwin 5.x on
6391 # if running on 10.5 or later, the deployment target defaults
6392 # to the OS version, if on x86, and 10.4, the deployment
6393 # target defaults to 10.4. Don't you love it?
6394 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6395 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6396 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6397 10.[012][,.]*)
6bb11ab3
L
6398 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6399 10.*)
6400 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6401 esac
6402 ;;
6403 esac
6404 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6405 _lt_dar_single_mod='$single_module'
6406 fi
6407 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6408 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6409 else
6410 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6411 fi
6412 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6413 _lt_dsymutil='~$DSYMUTIL $lib || :'
6414 else
6415 _lt_dsymutil=
6416 fi
6417 ;;
6418 esac
6419
6420for ac_header in dlfcn.h
6421do :
6422 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6423"
d0ac1c44 6424if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6425 cat >>confdefs.h <<_ACEOF
6426#define HAVE_DLFCN_H 1
6427_ACEOF
6428
6429fi
6430
6431done
6432
6433
6434
ebe9564b 6435
6bb11ab3 6436
0cb8d851
MF
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6438$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6439if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6440 $as_echo_n "(cached) " >&6
6441else
6442 ac_cv_c_bigendian=unknown
6443 # See if we're dealing with a universal compiler.
6444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6445/* end confdefs.h. */
6446#ifndef __APPLE_CC__
6447 not a universal capable compiler
6448 #endif
6449 typedef int dummy;
6450
6451_ACEOF
6452if ac_fn_c_try_compile "$LINENO"; then :
6453
6454 # Check for potential -arch flags. It is not universal unless
6455 # there are at least two -arch flags with different values.
6456 ac_arch=
6457 ac_prev=
6458 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6459 if test -n "$ac_prev"; then
6460 case $ac_word in
6461 i?86 | x86_64 | ppc | ppc64)
6462 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6463 ac_arch=$ac_word
6464 else
6465 ac_cv_c_bigendian=universal
6466 break
6467 fi
6468 ;;
6469 esac
6470 ac_prev=
6471 elif test "x$ac_word" = "x-arch"; then
6472 ac_prev=arch
6473 fi
6474 done
6475fi
6476rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6477 if test $ac_cv_c_bigendian = unknown; then
6478 # See if sys/param.h defines the BYTE_ORDER macro.
6479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6480/* end confdefs.h. */
6481#include <sys/types.h>
6482 #include <sys/param.h>
6483
6484int
6485main ()
6486{
6487#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6488 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6489 && LITTLE_ENDIAN)
6490 bogus endian macros
6491 #endif
6492
6493 ;
6494 return 0;
6495}
6496_ACEOF
6497if ac_fn_c_try_compile "$LINENO"; then :
6498 # It does; now see whether it defined to BIG_ENDIAN or not.
6499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6500/* end confdefs.h. */
6501#include <sys/types.h>
6502 #include <sys/param.h>
6503
6504int
6505main ()
6506{
6507#if BYTE_ORDER != BIG_ENDIAN
6508 not big endian
6509 #endif
6510
6511 ;
6512 return 0;
6513}
6514_ACEOF
6515if ac_fn_c_try_compile "$LINENO"; then :
6516 ac_cv_c_bigendian=yes
6517else
6518 ac_cv_c_bigendian=no
6519fi
6520rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6521fi
6522rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6523 fi
6524 if test $ac_cv_c_bigendian = unknown; then
6525 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6527/* end confdefs.h. */
6528#include <limits.h>
6529
6530int
6531main ()
6532{
6533#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6534 bogus endian macros
6535 #endif
6536
6537 ;
6538 return 0;
6539}
6540_ACEOF
6541if ac_fn_c_try_compile "$LINENO"; then :
6542 # It does; now see whether it defined to _BIG_ENDIAN or not.
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544/* end confdefs.h. */
6545#include <limits.h>
6546
6547int
6548main ()
6549{
6550#ifndef _BIG_ENDIAN
6551 not big endian
6552 #endif
6553
6554 ;
6555 return 0;
6556}
6557_ACEOF
6558if ac_fn_c_try_compile "$LINENO"; then :
6559 ac_cv_c_bigendian=yes
6560else
6561 ac_cv_c_bigendian=no
6562fi
6563rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6564fi
6565rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6566 fi
6567 if test $ac_cv_c_bigendian = unknown; then
6568 # Compile a test program.
6569 if test "$cross_compiling" = yes; then :
6570 # Try to guess by grepping values from an object file.
6571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6572/* end confdefs.h. */
6573short int ascii_mm[] =
6574 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6575 short int ascii_ii[] =
6576 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6577 int use_ascii (int i) {
6578 return ascii_mm[i] + ascii_ii[i];
6579 }
6580 short int ebcdic_ii[] =
6581 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6582 short int ebcdic_mm[] =
6583 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6584 int use_ebcdic (int i) {
6585 return ebcdic_mm[i] + ebcdic_ii[i];
6586 }
6587 extern int foo;
6588
6589int
6590main ()
6591{
6592return use_ascii (foo) == use_ebcdic (foo);
6593 ;
6594 return 0;
6595}
6596_ACEOF
6597if ac_fn_c_try_compile "$LINENO"; then :
6598 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6599 ac_cv_c_bigendian=yes
6600 fi
6601 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6602 if test "$ac_cv_c_bigendian" = unknown; then
6603 ac_cv_c_bigendian=no
6604 else
6605 # finding both strings is unlikely to happen, but who knows?
6606 ac_cv_c_bigendian=unknown
6607 fi
6608 fi
6609fi
6610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6611else
6612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6613/* end confdefs.h. */
6614$ac_includes_default
6615int
6616main ()
6617{
6618
6619 /* Are we little or big endian? From Harbison&Steele. */
6620 union
6621 {
6622 long int l;
6623 char c[sizeof (long int)];
6624 } u;
6625 u.l = 1;
6626 return u.c[sizeof (long int) - 1] == 1;
6627
6628 ;
6629 return 0;
6630}
6631_ACEOF
6632if ac_fn_c_try_run "$LINENO"; then :
6633 ac_cv_c_bigendian=no
6634else
6635 ac_cv_c_bigendian=yes
6636fi
6637rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6638 conftest.$ac_objext conftest.beam conftest.$ac_ext
6639fi
6640
6641 fi
6642fi
6643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6644$as_echo "$ac_cv_c_bigendian" >&6; }
6645 case $ac_cv_c_bigendian in #(
6646 yes)
6647 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6648;; #(
6649 no)
6650 ;; #(
6651 universal)
6652
6653$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6654
6655 ;; #(
6656 *)
d0ac1c44 6657 as_fn_error $? "unknown endianness
0cb8d851
MF
6658 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6659 esac
6660
6bb11ab3
L
6661
6662
6663
c25ea03d 6664if test "x$cross_compiling" = "xno"; then
aa0fca16 6665 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6666 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6667 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6668 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6669 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6670else
aa0fca16 6671 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6672 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6673 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6674 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6675 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6676fi
6677
6678
6679
c25ea03d 6680
c2783492 6681
aa0fca16
MF
6682
6683
a3e2cc64
MF
6684if test -n "$ac_tool_prefix"; then
6685 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6686set dummy ${ac_tool_prefix}ar; ac_word=$2
6687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6688$as_echo_n "checking for $ac_word... " >&6; }
6689if ${ac_cv_prog_AR+:} false; then :
6690 $as_echo_n "(cached) " >&6
6691else
6692 if test -n "$AR"; then
6693 ac_cv_prog_AR="$AR" # Let the user override the test.
6694else
6695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6696for as_dir in $PATH
6697do
6698 IFS=$as_save_IFS
6699 test -z "$as_dir" && as_dir=.
6700 for ac_exec_ext in '' $ac_executable_extensions; do
6701 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6702 ac_cv_prog_AR="${ac_tool_prefix}ar"
6703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6704 break 2
6705 fi
6706done
6707 done
6708IFS=$as_save_IFS
6709
6710fi
6711fi
6712AR=$ac_cv_prog_AR
6713if test -n "$AR"; then
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6715$as_echo "$AR" >&6; }
6716else
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6718$as_echo "no" >&6; }
6719fi
6720
6721
6722fi
6723if test -z "$ac_cv_prog_AR"; then
6724 ac_ct_AR=$AR
6725 # Extract the first word of "ar", so it can be a program name with args.
6726set dummy ar; ac_word=$2
6727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6728$as_echo_n "checking for $ac_word... " >&6; }
6729if ${ac_cv_prog_ac_ct_AR+:} false; then :
6730 $as_echo_n "(cached) " >&6
6731else
6732 if test -n "$ac_ct_AR"; then
6733 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6734else
6735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6736for as_dir in $PATH
6737do
6738 IFS=$as_save_IFS
6739 test -z "$as_dir" && as_dir=.
6740 for ac_exec_ext in '' $ac_executable_extensions; do
6741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6742 ac_cv_prog_ac_ct_AR="ar"
6743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6744 break 2
6745 fi
6746done
6747 done
6748IFS=$as_save_IFS
6749
6750fi
6751fi
6752ac_ct_AR=$ac_cv_prog_ac_ct_AR
6753if test -n "$ac_ct_AR"; then
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6755$as_echo "$ac_ct_AR" >&6; }
6756else
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6758$as_echo "no" >&6; }
6759fi
6760
6761 if test "x$ac_ct_AR" = x; then
6762 AR=""
6763 else
6764 case $cross_compiling:$ac_tool_warned in
6765yes:)
6766{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6767$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6768ac_tool_warned=yes ;;
6769esac
6770 AR=$ac_ct_AR
6771 fi
6772else
6773 AR="$ac_cv_prog_AR"
6774fi
6bb11ab3
L
6775
6776if test -n "$ac_tool_prefix"; then
6777 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6778set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6780$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6781if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6782 $as_echo_n "(cached) " >&6
6783else
6784 if test -n "$RANLIB"; then
6785 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6786else
6787as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6788for as_dir in $PATH
6789do
6790 IFS=$as_save_IFS
6791 test -z "$as_dir" && as_dir=.
6792 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6794 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6796 break 2
6797 fi
6798done
6799 done
6800IFS=$as_save_IFS
6801
6802fi
6803fi
6804RANLIB=$ac_cv_prog_RANLIB
6805if test -n "$RANLIB"; then
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6807$as_echo "$RANLIB" >&6; }
6808else
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6810$as_echo "no" >&6; }
6811fi
6812
6813
6814fi
6815if test -z "$ac_cv_prog_RANLIB"; then
6816 ac_ct_RANLIB=$RANLIB
6817 # Extract the first word of "ranlib", so it can be a program name with args.
6818set dummy ranlib; ac_word=$2
6819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6820$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6821if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6822 $as_echo_n "(cached) " >&6
6823else
6824 if test -n "$ac_ct_RANLIB"; then
6825 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6826else
6827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6828for as_dir in $PATH
6829do
6830 IFS=$as_save_IFS
6831 test -z "$as_dir" && as_dir=.
6832 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6834 ac_cv_prog_ac_ct_RANLIB="ranlib"
6835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6836 break 2
6837 fi
6838done
6839 done
6840IFS=$as_save_IFS
6841
6842fi
6843fi
6844ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6845if test -n "$ac_ct_RANLIB"; then
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6847$as_echo "$ac_ct_RANLIB" >&6; }
6848else
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6850$as_echo "no" >&6; }
6851fi
6852
6853 if test "x$ac_ct_RANLIB" = x; then
6854 RANLIB=":"
6855 else
6856 case $cross_compiling:$ac_tool_warned in
6857yes:)
6858{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6859$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6860ac_tool_warned=yes ;;
6861esac
6862 RANLIB=$ac_ct_RANLIB
6863 fi
6864else
6865 RANLIB="$ac_cv_prog_RANLIB"
6866fi
6867
6868
46f900c0
MF
6869# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6870# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6871# is C99. So handle it ourselves.
6872:
6873C_DIALECT=
6874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6875$as_echo_n "checking whether C11 is supported by default... " >&6; }
6876cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877/* end confdefs.h. */
6878
6879#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6880# error "C11 support not found"
6881#endif
6882
6883_ACEOF
6884if ac_fn_c_try_compile "$LINENO"; then :
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6886$as_echo "yes" >&6; }
6887else
6888
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6890$as_echo "no" >&6; }
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6892$as_echo_n "checking for -std=c11 support... " >&6; }
6893 ac_save_CC="$CC"
6894 CC="$CC -std=c11"
6895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6896/* end confdefs.h. */
6897
6898#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6899# error "C11 support not found"
6900#endif
6901
6902_ACEOF
6903if ac_fn_c_try_compile "$LINENO"; then :
6904
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6906$as_echo "yes" >&6; }
6907 CC="$ac_save_CC"
6908 C_DIALECT="-std=c11"
6909
6910else
6911 as_fn_error $? "C11 is required" "$LINENO" 5
6912fi
6913rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6914fi
6915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6916
6917
c2783492
MF
6918ac_config_headers="$ac_config_headers config.h:config.in"
6919
6920
6bb11ab3
L
6921# Some of the common include files depend on bfd.h, and bfd.h checks
6922# that config.h is included first by testing that the PACKAGE macro
6923# is defined.
6924PACKAGE=sim
6925
6926cat >>confdefs.h <<_ACEOF
6927#define PACKAGE "$PACKAGE"
6928_ACEOF
6929
6930
6931
6932# Dependency checking.
6933ac_config_commands="$ac_config_commands depdir"
6934
6935
6936depcc="$CC" am_compiler_list=
6937
6938am_depcomp=$ac_aux_dir/depcomp
6939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6940$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6941if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6942 $as_echo_n "(cached) " >&6
6943else
6944 if test -f "$am_depcomp"; then
6945 # We make a subdir and do the tests there. Otherwise we can end up
6946 # making bogus files that we don't know about and never remove. For
6947 # instance it was reported that on HP-UX the gcc test will end up
6948 # making a dummy file named `D' -- because `-MD' means `put the output
6949 # in D'.
6950 mkdir conftest.dir
6951 # Copy depcomp to subdir because otherwise we won't find it if we're
6952 # using a relative directory.
6953 cp "$am_depcomp" conftest.dir
6954 cd conftest.dir
6955 # We will build objects and dependencies in a subdirectory because
6956 # it helps to detect inapplicable dependency modes. For instance
6957 # both Tru64's cc and ICC support -MD to output dependencies as a
6958 # side effect of compilation, but ICC will put the dependencies in
6959 # the current directory while Tru64 will put them in the object
6960 # directory.
6961 mkdir sub
6962
6963 am_cv_CC_dependencies_compiler_type=none
6964 if test "$am_compiler_list" = ""; then
6965 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6966 fi
6967 for depmode in $am_compiler_list; do
6968 if test $depmode = none; then break; fi
6969
6970 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6971 # Setup a source with many dependencies, because some compilers
6972 # like to wrap large dependency lists on column 80 (with \), and
6973 # we should not choose a depcomp mode which is confused by this.
6974 #
6975 # We need to recreate these files for each test, as the compiler may
6976 # overwrite some of them when testing with obscure command lines.
6977 # This happens at least with the AIX C compiler.
6978 : > sub/conftest.c
6979 for i in 1 2 3 4 5 6; do
6980 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6981 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6982 # Solaris 8's {/usr,}/bin/sh.
6983 touch sub/conftst$i.h
6984 done
6985 echo "include sub/conftest.Po" > confmf
6986
6987 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6988 # mode. It turns out that the SunPro C++ compiler does not properly
6989 # handle `-M -o', and we need to detect this.
6990 depcmd="depmode=$depmode \
6991 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6992 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6993 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6994 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6995 if env $depcmd > conftest.err 2>&1 &&
6996 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6997 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6998 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6999 # icc doesn't choke on unknown options, it will just issue warnings
7000 # or remarks (even with -Werror). So we grep stderr for any message
7001 # that says an option was ignored or not supported.
7002 # When given -MP, icc 7.0 and 7.1 complain thusly:
7003 # icc: Command line warning: ignoring option '-M'; no argument required
7004 # The diagnosis changed in icc 8.0:
7005 # icc: Command line remark: option '-MP' not supported
7006 if (grep 'ignoring option' conftest.err ||
7007 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7008 am_cv_CC_dependencies_compiler_type=$depmode
7009 $as_echo "$as_me:$LINENO: success" >&5
7010 break
7011 fi
7012 fi
7013 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7014 sed -e 's/^/| /' < conftest.err >&5
7015 done
7016
7017 cd ..
7018 rm -rf conftest.dir
7019else
7020 am_cv_CC_dependencies_compiler_type=none
7021fi
7022
7023fi
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7025$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7026if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7027then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7028else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7029
7030fi
7031
7032
6bb11ab3
L
7033ALL_LINGUAS=
7034# If we haven't got the data from the intl directory,
7035# assume NLS is disabled.
7036USE_NLS=no
7037LIBINTL=
7038LIBINTL_DEP=
7039INCINTL=
7040XGETTEXT=
7041GMSGFMT=
7042POSUB=
7043
7044if test -f ../../intl/config.intl; then
7045 . ../../intl/config.intl
7046fi
7047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7048$as_echo_n "checking whether NLS is requested... " >&6; }
7049if test x"$USE_NLS" != xyes; then
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7051$as_echo "no" >&6; }
7052else
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7054$as_echo "yes" >&6; }
7055
7056$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7057
7058
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7060$as_echo_n "checking for catalogs to be installed... " >&6; }
7061 # Look for .po and .gmo files in the source directory.
7062 CATALOGS=
7063 XLINGUAS=
7064 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7065 # If there aren't any .gmo files the shell will give us the
7066 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7067 # weeded out.
7068 case "$cat" in *\**)
7069 continue;;
7070 esac
7071 # The quadruple backslash is collapsed to a double backslash
7072 # by the backticks, then collapsed again by the double quotes,
7073 # leaving us with one backslash in the sed expression (right
7074 # before the dot that mustn't act as a wildcard).
7075 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7076 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7077 # The user is allowed to set LINGUAS to a list of languages to
7078 # install catalogs for. If it's empty that means "all of them."
7079 if test "x$LINGUAS" = x; then
7080 CATALOGS="$CATALOGS $cat"
7081 XLINGUAS="$XLINGUAS $lang"
7082 else
7083 case "$LINGUAS" in *$lang*)
7084 CATALOGS="$CATALOGS $cat"
7085 XLINGUAS="$XLINGUAS $lang"
7086 ;;
7087 esac
7088 fi
7089 done
7090 LINGUAS="$XLINGUAS"
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7092$as_echo "$LINGUAS" >&6; }
7093
7094
7095 DATADIRNAME=share
7096
7097 INSTOBJEXT=.mo
7098
7099 GENCAT=gencat
7100
7101 CATOBJEXT=.gmo
7102
7103fi
7104
6bb11ab3
L
7105# Check for socket libraries
7106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7107$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7108if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7109 $as_echo_n "(cached) " >&6
7110else
7111 ac_check_lib_save_LIBS=$LIBS
7112LIBS="-lsocket $LIBS"
7113cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7114/* end confdefs.h. */
7115
7116/* Override any GCC internal prototype to avoid an error.
7117 Use char because int might match the return type of a GCC
7118 builtin and then its argument prototype would still apply. */
7119#ifdef __cplusplus
7120extern "C"
7121#endif
7122char bind ();
7123int
7124main ()
7125{
7126return bind ();
7127 ;
7128 return 0;
7129}
7130_ACEOF
7131if ac_fn_c_try_link "$LINENO"; then :
7132 ac_cv_lib_socket_bind=yes
7133else
7134 ac_cv_lib_socket_bind=no
7135fi
7136rm -f core conftest.err conftest.$ac_objext \
7137 conftest$ac_exeext conftest.$ac_ext
7138LIBS=$ac_check_lib_save_LIBS
7139fi
7140{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7141$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7142if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7143 cat >>confdefs.h <<_ACEOF
7144#define HAVE_LIBSOCKET 1
7145_ACEOF
7146
7147 LIBS="-lsocket $LIBS"
7148
7149fi
7150
7151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7152$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7153if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7154 $as_echo_n "(cached) " >&6
7155else
7156 ac_check_lib_save_LIBS=$LIBS
7157LIBS="-lnsl $LIBS"
7158cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7159/* end confdefs.h. */
7160
7161/* Override any GCC internal prototype to avoid an error.
7162 Use char because int might match the return type of a GCC
7163 builtin and then its argument prototype would still apply. */
7164#ifdef __cplusplus
7165extern "C"
7166#endif
7167char gethostbyname ();
7168int
7169main ()
7170{
7171return gethostbyname ();
7172 ;
7173 return 0;
7174}
7175_ACEOF
7176if ac_fn_c_try_link "$LINENO"; then :
7177 ac_cv_lib_nsl_gethostbyname=yes
7178else
7179 ac_cv_lib_nsl_gethostbyname=no
7180fi
7181rm -f core conftest.err conftest.$ac_objext \
7182 conftest$ac_exeext conftest.$ac_ext
7183LIBS=$ac_check_lib_save_LIBS
7184fi
7185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7186$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7187if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7188 cat >>confdefs.h <<_ACEOF
7189#define HAVE_LIBNSL 1
7190_ACEOF
7191
7192 LIBS="-lnsl $LIBS"
7193
7194fi
7195
7196
7197# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7198# using the same condition.
7199
aadc9410 7200 # Use the system's zlib library.
7fed4b0b
L
7201 zlibdir="-L\$(top_builddir)/../zlib"
7202 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7203
aadc9410
MF
7204# Check whether --with-system-zlib was given.
7205if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7206 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7207 zlibdir=
7208 zlibinc=
7209 fi
6bb11ab3
L
7210
7211fi
7212
6bb11ab3 7213
6bb11ab3 7214
6bb11ab3
L
7215
7216
7217# BFD uses libdl when when plugins enabled.
7218
faa743bb
RM
7219 maybe_plugins=no
7220 for ac_header in dlfcn.h
7221do :
7222 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7223"
d0ac1c44 7224if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7225 cat >>confdefs.h <<_ACEOF
7226#define HAVE_DLFCN_H 1
7227_ACEOF
7228 maybe_plugins=yes
7229fi
7230
7231done
7232
7233 for ac_header in windows.h
7234do :
7235 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7236"
d0ac1c44 7237if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7238 cat >>confdefs.h <<_ACEOF
7239#define HAVE_WINDOWS_H 1
7240_ACEOF
7241 maybe_plugins=yes
7242fi
7243
7244done
7245
7246
7247 # Check whether --enable-plugins was given.
6bb11ab3
L
7248if test "${enable_plugins+set}" = set; then :
7249 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7250 no) plugins=no ;;
7251 *) plugins=yes
7252 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7253 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7254 fi ;;
7255 esac
6bb11ab3 7256else
faa743bb
RM
7257 plugins=$maybe_plugins
7258
6bb11ab3
L
7259fi
7260
2974be62 7261 if test "$plugins" = "yes"; then
37f980dc
SM
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7263$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7264if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7265 $as_echo_n "(cached) " >&6
7266else
7267 ac_func_search_save_LIBS=$LIBS
7268cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7269/* end confdefs.h. */
7270
7271/* Override any GCC internal prototype to avoid an error.
7272 Use char because int might match the return type of a GCC
7273 builtin and then its argument prototype would still apply. */
7274#ifdef __cplusplus
7275extern "C"
7276#endif
37f980dc 7277char dlsym ();
2974be62
AM
7278int
7279main ()
7280{
37f980dc 7281return dlsym ();
2974be62
AM
7282 ;
7283 return 0;
7284}
7285_ACEOF
7286for ac_lib in '' dl; do
7287 if test -z "$ac_lib"; then
7288 ac_res="none required"
7289 else
7290 ac_res=-l$ac_lib
7291 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7292 fi
7293 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7294 ac_cv_search_dlsym=$ac_res
2974be62
AM
7295fi
7296rm -f core conftest.err conftest.$ac_objext \
7297 conftest$ac_exeext
d0ac1c44 7298 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7299 break
7300fi
7301done
d0ac1c44 7302if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7303
7304else
37f980dc 7305 ac_cv_search_dlsym=no
2974be62
AM
7306fi
7307rm conftest.$ac_ext
7308LIBS=$ac_func_search_save_LIBS
7309fi
37f980dc
SM
7310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7311$as_echo "$ac_cv_search_dlsym" >&6; }
7312ac_res=$ac_cv_search_dlsym
2974be62
AM
7313if test "$ac_res" != no; then :
7314 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7315
7316fi
7317
7318 fi
6bb11ab3
L
7319
7320 if test "$plugins" = yes; then
7321 PLUGINS_TRUE=
7322 PLUGINS_FALSE='#'
7323else
7324 PLUGINS_TRUE='#'
7325 PLUGINS_FALSE=
7326fi
7327
7328
7329
7330
7331
7332# Set options
7333enable_dlopen=yes
7334
7335
7336
7337
7338 enable_win32_dll=no
7339
7340
7341 # Check whether --enable-shared was given.
7342if test "${enable_shared+set}" = set; then :
7343 enableval=$enable_shared; p=${PACKAGE-default}
7344 case $enableval in
7345 yes) enable_shared=yes ;;
7346 no) enable_shared=no ;;
7347 *)
7348 enable_shared=no
7349 # Look at the argument we got. We use all the common list separators.
7350 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7351 for pkg in $enableval; do
7352 IFS="$lt_save_ifs"
7353 if test "X$pkg" = "X$p"; then
7354 enable_shared=yes
7355 fi
7356 done
7357 IFS="$lt_save_ifs"
7358 ;;
7359 esac
7360else
7361 enable_shared=yes
7362fi
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372 # Check whether --enable-static was given.
7373if test "${enable_static+set}" = set; then :
7374 enableval=$enable_static; p=${PACKAGE-default}
7375 case $enableval in
7376 yes) enable_static=yes ;;
7377 no) enable_static=no ;;
7378 *)
7379 enable_static=no
7380 # Look at the argument we got. We use all the common list separators.
7381 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7382 for pkg in $enableval; do
7383 IFS="$lt_save_ifs"
7384 if test "X$pkg" = "X$p"; then
7385 enable_static=yes
7386 fi
7387 done
7388 IFS="$lt_save_ifs"
7389 ;;
7390 esac
7391else
7392 enable_static=yes
7393fi
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404# Check whether --with-pic was given.
7405if test "${with_pic+set}" = set; then :
7406 withval=$with_pic; pic_mode="$withval"
7407else
7408 pic_mode=default
7409fi
7410
7411
7412test -z "$pic_mode" && pic_mode=default
7413
7414
7415
7416
7417
7418
7419
7420 # Check whether --enable-fast-install was given.
7421if test "${enable_fast_install+set}" = set; then :
7422 enableval=$enable_fast_install; p=${PACKAGE-default}
7423 case $enableval in
7424 yes) enable_fast_install=yes ;;
7425 no) enable_fast_install=no ;;
7426 *)
7427 enable_fast_install=no
7428 # Look at the argument we got. We use all the common list separators.
7429 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7430 for pkg in $enableval; do
7431 IFS="$lt_save_ifs"
7432 if test "X$pkg" = "X$p"; then
7433 enable_fast_install=yes
7434 fi
7435 done
7436 IFS="$lt_save_ifs"
7437 ;;
7438 esac
7439else
7440 enable_fast_install=yes
7441fi
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453# This can be used to rebuild libtool when needed
7454LIBTOOL_DEPS="$ltmain"
7455
7456# Always use our own libtool.
7457LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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
7483
7484test -z "$LN_S" && LN_S="ln -s"
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499if test -n "${ZSH_VERSION+set}" ; then
7500 setopt NO_GLOB_SUBST
f0569246 7501fi
f0569246 7502
6bb11ab3
L
7503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7504$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7505if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7506 $as_echo_n "(cached) " >&6
7507else
7508 rm -f .libs 2>/dev/null
7509mkdir .libs 2>/dev/null
7510if test -d .libs; then
7511 lt_cv_objdir=.libs
7512else
7513 # MS-DOS does not allow filenames that begin with a dot.
7514 lt_cv_objdir=_libs
7515fi
7516rmdir .libs 2>/dev/null
7517fi
7518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7519$as_echo "$lt_cv_objdir" >&6; }
7520objdir=$lt_cv_objdir
7521
7522
7523
7524
7525
7526cat >>confdefs.h <<_ACEOF
7527#define LT_OBJDIR "$lt_cv_objdir/"
7528_ACEOF
7529
7530
7531
7532
7533case $host_os in
7534aix3*)
7535 # AIX sometimes has problems with the GCC collect2 program. For some
7536 # reason, if we set the COLLECT_NAMES environment variable, the problems
7537 # vanish in a puff of smoke.
7538 if test "X${COLLECT_NAMES+set}" != Xset; then
7539 COLLECT_NAMES=
7540 export COLLECT_NAMES
7541 fi
7542 ;;
81ecdfbb 7543esac
6bb11ab3
L
7544
7545# Global variables:
7546ofile=libtool
7547can_build_shared=yes
7548
7549# All known linkers require a `.a' archive for static linking (except MSVC,
7550# which needs '.lib').
7551libext=a
7552
7553with_gnu_ld="$lt_cv_prog_gnu_ld"
7554
7555old_CC="$CC"
7556old_CFLAGS="$CFLAGS"
7557
7558# Set sane defaults for various variables
7559test -z "$CC" && CC=cc
7560test -z "$LTCC" && LTCC=$CC
7561test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7562test -z "$LD" && LD=ld
7563test -z "$ac_objext" && ac_objext=o
7564
7565for cc_temp in $compiler""; do
7566 case $cc_temp in
7567 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7568 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7569 \-*) ;;
7570 *) break;;
7571 esac
7572done
7573cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7574
7575
7576# Only perform the check for file, if the check method requires it
7577test -z "$MAGIC_CMD" && MAGIC_CMD=file
7578case $deplibs_check_method in
7579file_magic*)
7580 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7582$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7583if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7584 $as_echo_n "(cached) " >&6
7585else
7586 case $MAGIC_CMD in
7587[\\/*] | ?:[\\/]*)
7588 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7589 ;;
7590*)
7591 lt_save_MAGIC_CMD="$MAGIC_CMD"
7592 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7593 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7594 for ac_dir in $ac_dummy; do
7595 IFS="$lt_save_ifs"
7596 test -z "$ac_dir" && ac_dir=.
7597 if test -f $ac_dir/${ac_tool_prefix}file; then
7598 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7599 if test -n "$file_magic_test_file"; then
7600 case $deplibs_check_method in
7601 "file_magic "*)
7602 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7603 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7604 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7605 $EGREP "$file_magic_regex" > /dev/null; then
7606 :
7607 else
7608 cat <<_LT_EOF 1>&2
7609
7610*** Warning: the command libtool uses to detect shared libraries,
7611*** $file_magic_cmd, produces output that libtool cannot recognize.
7612*** The result is that libtool may fail to recognize shared libraries
7613*** as such. This will affect the creation of libtool libraries that
7614*** depend on shared libraries, but programs linked with such libtool
7615*** libraries will work regardless of this problem. Nevertheless, you
7616*** may want to report the problem to your system manager and/or to
7617*** bug-libtool@gnu.org
7618
7619_LT_EOF
7620 fi ;;
7621 esac
7622 fi
7623 break
f0569246 7624 fi
6bb11ab3
L
7625 done
7626 IFS="$lt_save_ifs"
7627 MAGIC_CMD="$lt_save_MAGIC_CMD"
7628 ;;
7629esac
f0569246 7630fi
f0569246 7631
6bb11ab3
L
7632MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7633if test -n "$MAGIC_CMD"; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7635$as_echo "$MAGIC_CMD" >&6; }
7636else
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7638$as_echo "no" >&6; }
7639fi
81ecdfbb 7640
6bb11ab3
L
7641
7642
7643
7644
7645if test -z "$lt_cv_path_MAGIC_CMD"; then
7646 if test -n "$ac_tool_prefix"; then
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7648$as_echo_n "checking for file... " >&6; }
d0ac1c44 7649if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7650 $as_echo_n "(cached) " >&6
7651else
7652 case $MAGIC_CMD in
7653[\\/*] | ?:[\\/]*)
7654 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7655 ;;
7656*)
7657 lt_save_MAGIC_CMD="$MAGIC_CMD"
7658 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7659 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7660 for ac_dir in $ac_dummy; do
7661 IFS="$lt_save_ifs"
7662 test -z "$ac_dir" && ac_dir=.
7663 if test -f $ac_dir/file; then
7664 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7665 if test -n "$file_magic_test_file"; then
7666 case $deplibs_check_method in
7667 "file_magic "*)
7668 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7669 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7670 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7671 $EGREP "$file_magic_regex" > /dev/null; then
7672 :
7673 else
7674 cat <<_LT_EOF 1>&2
7675
7676*** Warning: the command libtool uses to detect shared libraries,
7677*** $file_magic_cmd, produces output that libtool cannot recognize.
7678*** The result is that libtool may fail to recognize shared libraries
7679*** as such. This will affect the creation of libtool libraries that
7680*** depend on shared libraries, but programs linked with such libtool
7681*** libraries will work regardless of this problem. Nevertheless, you
7682*** may want to report the problem to your system manager and/or to
7683*** bug-libtool@gnu.org
7684
7685_LT_EOF
7686 fi ;;
7687 esac
7688 fi
7689 break
7690 fi
7691 done
7692 IFS="$lt_save_ifs"
7693 MAGIC_CMD="$lt_save_MAGIC_CMD"
7694 ;;
81ecdfbb 7695esac
6bb11ab3
L
7696fi
7697
7698MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7699if test -n "$MAGIC_CMD"; then
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7701$as_echo "$MAGIC_CMD" >&6; }
7702else
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7704$as_echo "no" >&6; }
7705fi
7706
7707
7708 else
7709 MAGIC_CMD=:
7710 fi
7711fi
7712
7713 fi
7714 ;;
7715esac
7716
7717# Use C for the default configuration in the libtool script
7718
7719lt_save_CC="$CC"
7720ac_ext=c
7721ac_cpp='$CPP $CPPFLAGS'
7722ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7723ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7724ac_compiler_gnu=$ac_cv_c_compiler_gnu
7725
7726
7727# Source file extension for C test sources.
7728ac_ext=c
7729
7730# Object file extension for compiled C test sources.
7731objext=o
7732objext=$objext
7733
7734# Code to be used in simple compile tests
7735lt_simple_compile_test_code="int some_variable = 0;"
7736
7737# Code to be used in simple link tests
7738lt_simple_link_test_code='int main(){return(0);}'
7739
7740
7741
7742
7743
7744
7745
7746# If no C compiler was specified, use CC.
7747LTCC=${LTCC-"$CC"}
7748
7749# If no C compiler flags were specified, use CFLAGS.
7750LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7751
7752# Allow CC to be a program name with arguments.
7753compiler=$CC
7754
7755# Save the default compiler, since it gets overwritten when the other
7756# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7757compiler_DEFAULT=$CC
7758
7759# save warnings/boilerplate of simple test code
7760ac_outfile=conftest.$ac_objext
7761echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7762eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7763_lt_compiler_boilerplate=`cat conftest.err`
7764$RM conftest*
7765
7766ac_outfile=conftest.$ac_objext
7767echo "$lt_simple_link_test_code" >conftest.$ac_ext
7768eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7769_lt_linker_boilerplate=`cat conftest.err`
7770$RM -r conftest*
7771
7772
7773## CAVEAT EMPTOR:
7774## There is no encapsulation within the following macros, do not change
7775## the running order or otherwise move them around unless you know exactly
7776## what you are doing...
7777if test -n "$compiler"; then
7778
7779lt_prog_compiler_no_builtin_flag=
7780
7781if test "$GCC" = yes; then
7782 case $cc_basename in
7783 nvcc*)
7784 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7785 *)
7786 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7787 esac
6bb11ab3
L
7788
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7790$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7791if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7792 $as_echo_n "(cached) " >&6
f0569246 7793else
6bb11ab3
L
7794 lt_cv_prog_compiler_rtti_exceptions=no
7795 ac_outfile=conftest.$ac_objext
7796 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7797 lt_compiler_flag="-fno-rtti -fno-exceptions"
7798 # Insert the option either (1) after the last *FLAGS variable, or
7799 # (2) before a word containing "conftest.", or (3) at the end.
7800 # Note that $ac_compile itself does not contain backslashes and begins
7801 # with a dollar sign (not a hyphen), so the echo should work correctly.
7802 # The option is referenced via a variable to avoid confusing sed.
7803 lt_compile=`echo "$ac_compile" | $SED \
7804 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7805 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7806 -e 's:$: $lt_compiler_flag:'`
7807 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7808 (eval "$lt_compile" 2>conftest.err)
7809 ac_status=$?
7810 cat conftest.err >&5
7811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 if (exit $ac_status) && test -s "$ac_outfile"; then
7813 # The compiler can only warn and ignore the option if not recognized
7814 # So say no if there are warnings other than the usual output.
7815 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7816 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7817 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7818 lt_cv_prog_compiler_rtti_exceptions=yes
7819 fi
7820 fi
7821 $RM conftest*
7822
f0569246 7823fi
6bb11ab3
L
7824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7825$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7826
7827if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7828 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7829else
7830 :
7831fi
7832
7833fi
7834
7835
7836
7837
7838
7839
7840 lt_prog_compiler_wl=
7841lt_prog_compiler_pic=
7842lt_prog_compiler_static=
7843
7844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7845$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7846
7847 if test "$GCC" = yes; then
7848 lt_prog_compiler_wl='-Wl,'
7849 lt_prog_compiler_static='-static'
7850
7851 case $host_os in
7852 aix*)
7853 # All AIX code is PIC.
7854 if test "$host_cpu" = ia64; then
7855 # AIX 5 now supports IA64 processor
7856 lt_prog_compiler_static='-Bstatic'
7857 fi
7858 lt_prog_compiler_pic='-fPIC'
7859 ;;
7860
7861 amigaos*)
7862 case $host_cpu in
7863 powerpc)
7864 # see comment about AmigaOS4 .so support
7865 lt_prog_compiler_pic='-fPIC'
7866 ;;
7867 m68k)
7868 # FIXME: we need at least 68020 code to build shared libraries, but
7869 # adding the `-m68020' flag to GCC prevents building anything better,
7870 # like `-m68040'.
7871 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7872 ;;
7873 esac
7874 ;;
7875
7876 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7877 # PIC is the default for these OSes.
7878 ;;
7879
7880 mingw* | cygwin* | pw32* | os2* | cegcc*)
7881 # This hack is so that the source file can tell whether it is being
7882 # built for inclusion in a dll (and should export symbols for example).
7883 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7884 # (--disable-auto-import) libraries
7885 lt_prog_compiler_pic='-DDLL_EXPORT'
7886 ;;
7887
7888 darwin* | rhapsody*)
7889 # PIC is the default on this platform
7890 # Common symbols not allowed in MH_DYLIB files
7891 lt_prog_compiler_pic='-fno-common'
7892 ;;
7893
7894 haiku*)
7895 # PIC is the default for Haiku.
7896 # The "-static" flag exists, but is broken.
7897 lt_prog_compiler_static=
7898 ;;
7899
7900 hpux*)
7901 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7902 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7903 # sets the default TLS model and affects inlining.
7904 case $host_cpu in
7905 hppa*64*)
7906 # +Z the default
7907 ;;
7908 *)
7909 lt_prog_compiler_pic='-fPIC'
7910 ;;
7911 esac
7912 ;;
7913
7914 interix[3-9]*)
7915 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7916 # Instead, we relocate shared libraries at runtime.
7917 ;;
7918
7919 msdosdjgpp*)
7920 # Just because we use GCC doesn't mean we suddenly get shared libraries
7921 # on systems that don't support them.
7922 lt_prog_compiler_can_build_shared=no
7923 enable_shared=no
7924 ;;
7925
7926 *nto* | *qnx*)
7927 # QNX uses GNU C++, but need to define -shared option too, otherwise
7928 # it will coredump.
7929 lt_prog_compiler_pic='-fPIC -shared'
7930 ;;
7931
7932 sysv4*MP*)
7933 if test -d /usr/nec; then
7934 lt_prog_compiler_pic=-Kconform_pic
7935 fi
7936 ;;
7937
7938 *)
7939 lt_prog_compiler_pic='-fPIC'
7940 ;;
7941 esac
7942
7943 case $cc_basename in
7944 nvcc*) # Cuda Compiler Driver 2.2
7945 lt_prog_compiler_wl='-Xlinker '
7946 lt_prog_compiler_pic='-Xcompiler -fPIC'
7947 ;;
7948 esac
7949 else
7950 # PORTME Check for flag to pass linker flags through the system compiler.
7951 case $host_os in
7952 aix*)
7953 lt_prog_compiler_wl='-Wl,'
7954 if test "$host_cpu" = ia64; then
7955 # AIX 5 now supports IA64 processor
7956 lt_prog_compiler_static='-Bstatic'
7957 else
7958 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7959 fi
7960 ;;
7961
7962 mingw* | cygwin* | pw32* | os2* | cegcc*)
7963 # This hack is so that the source file can tell whether it is being
7964 # built for inclusion in a dll (and should export symbols for example).
7965 lt_prog_compiler_pic='-DDLL_EXPORT'
7966 ;;
7967
7968 hpux9* | hpux10* | hpux11*)
7969 lt_prog_compiler_wl='-Wl,'
7970 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7971 # not for PA HP-UX.
7972 case $host_cpu in
7973 hppa*64*|ia64*)
7974 # +Z the default
7975 ;;
7976 *)
7977 lt_prog_compiler_pic='+Z'
7978 ;;
7979 esac
7980 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7981 lt_prog_compiler_static='${wl}-a ${wl}archive'
7982 ;;
7983
7984 irix5* | irix6* | nonstopux*)
7985 lt_prog_compiler_wl='-Wl,'
7986 # PIC (with -KPIC) is the default.
7987 lt_prog_compiler_static='-non_shared'
7988 ;;
7989
7990 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7991 case $cc_basename in
7992 # old Intel for x86_64 which still supported -KPIC.
7993 ecc*)
7994 lt_prog_compiler_wl='-Wl,'
7995 lt_prog_compiler_pic='-KPIC'
7996 lt_prog_compiler_static='-static'
7997 ;;
7998 # icc used to be incompatible with GCC.
7999 # ICC 10 doesn't accept -KPIC any more.
8000 icc* | ifort*)
8001 lt_prog_compiler_wl='-Wl,'
8002 lt_prog_compiler_pic='-fPIC'
8003 lt_prog_compiler_static='-static'
8004 ;;
8005 # Lahey Fortran 8.1.
8006 lf95*)
8007 lt_prog_compiler_wl='-Wl,'
8008 lt_prog_compiler_pic='--shared'
8009 lt_prog_compiler_static='--static'
8010 ;;
8011 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8012 # Portland Group compilers (*not* the Pentium gcc compiler,
8013 # which looks to be a dead project)
8014 lt_prog_compiler_wl='-Wl,'
8015 lt_prog_compiler_pic='-fpic'
8016 lt_prog_compiler_static='-Bstatic'
8017 ;;
8018 ccc*)
8019 lt_prog_compiler_wl='-Wl,'
8020 # All Alpha code is PIC.
8021 lt_prog_compiler_static='-non_shared'
8022 ;;
8023 xl* | bgxl* | bgf* | mpixl*)
8024 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8025 lt_prog_compiler_wl='-Wl,'
8026 lt_prog_compiler_pic='-qpic'
8027 lt_prog_compiler_static='-qstaticlink'
8028 ;;
8029 *)
8030 case `$CC -V 2>&1 | sed 5q` in
8031 *Sun\ F* | *Sun*Fortran*)
8032 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8033 lt_prog_compiler_pic='-KPIC'
8034 lt_prog_compiler_static='-Bstatic'
8035 lt_prog_compiler_wl=''
8036 ;;
8037 *Sun\ C*)
8038 # Sun C 5.9
8039 lt_prog_compiler_pic='-KPIC'
8040 lt_prog_compiler_static='-Bstatic'
8041 lt_prog_compiler_wl='-Wl,'
8042 ;;
8043 esac
8044 ;;
8045 esac
8046 ;;
8047
8048 newsos6)
8049 lt_prog_compiler_pic='-KPIC'
8050 lt_prog_compiler_static='-Bstatic'
8051 ;;
8052
8053 *nto* | *qnx*)
8054 # QNX uses GNU C++, but need to define -shared option too, otherwise
8055 # it will coredump.
8056 lt_prog_compiler_pic='-fPIC -shared'
8057 ;;
8058
8059 osf3* | osf4* | osf5*)
8060 lt_prog_compiler_wl='-Wl,'
8061 # All OSF/1 code is PIC.
8062 lt_prog_compiler_static='-non_shared'
8063 ;;
8064
8065 rdos*)
8066 lt_prog_compiler_static='-non_shared'
8067 ;;
f0569246 8068
6bb11ab3
L
8069 solaris*)
8070 lt_prog_compiler_pic='-KPIC'
8071 lt_prog_compiler_static='-Bstatic'
8072 case $cc_basename in
8073 f77* | f90* | f95*)
8074 lt_prog_compiler_wl='-Qoption ld ';;
8075 *)
8076 lt_prog_compiler_wl='-Wl,';;
8077 esac
8078 ;;
f0569246 8079
6bb11ab3
L
8080 sunos4*)
8081 lt_prog_compiler_wl='-Qoption ld '
8082 lt_prog_compiler_pic='-PIC'
8083 lt_prog_compiler_static='-Bstatic'
8084 ;;
f0569246 8085
6bb11ab3
L
8086 sysv4 | sysv4.2uw2* | sysv4.3*)
8087 lt_prog_compiler_wl='-Wl,'
8088 lt_prog_compiler_pic='-KPIC'
8089 lt_prog_compiler_static='-Bstatic'
8090 ;;
8091
8092 sysv4*MP*)
8093 if test -d /usr/nec ;then
8094 lt_prog_compiler_pic='-Kconform_pic'
8095 lt_prog_compiler_static='-Bstatic'
8096 fi
8097 ;;
8098
8099 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8100 lt_prog_compiler_wl='-Wl,'
8101 lt_prog_compiler_pic='-KPIC'
8102 lt_prog_compiler_static='-Bstatic'
8103 ;;
8104
8105 unicos*)
8106 lt_prog_compiler_wl='-Wl,'
8107 lt_prog_compiler_can_build_shared=no
8108 ;;
8109
8110 uts4*)
8111 lt_prog_compiler_pic='-pic'
8112 lt_prog_compiler_static='-Bstatic'
8113 ;;
8114
8115 *)
8116 lt_prog_compiler_can_build_shared=no
8117 ;;
8118 esac
8119 fi
8120
8121case $host_os in
8122 # For platforms which do not support PIC, -DPIC is meaningless:
8123 *djgpp*)
8124 lt_prog_compiler_pic=
8125 ;;
8126 *)
8127 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8128 ;;
81ecdfbb 8129esac
6bb11ab3
L
8130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8131$as_echo "$lt_prog_compiler_pic" >&6; }
8132
8133
8134
8135
8136
8137
8138#
8139# Check to make sure the PIC flag actually works.
8140#
8141if test -n "$lt_prog_compiler_pic"; then
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8143$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8144if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8145 $as_echo_n "(cached) " >&6
b7026657 8146else
6bb11ab3
L
8147 lt_cv_prog_compiler_pic_works=no
8148 ac_outfile=conftest.$ac_objext
8149 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8150 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8151 # Insert the option either (1) after the last *FLAGS variable, or
8152 # (2) before a word containing "conftest.", or (3) at the end.
8153 # Note that $ac_compile itself does not contain backslashes and begins
8154 # with a dollar sign (not a hyphen), so the echo should work correctly.
8155 # The option is referenced via a variable to avoid confusing sed.
8156 lt_compile=`echo "$ac_compile" | $SED \
8157 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8158 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8159 -e 's:$: $lt_compiler_flag:'`
8160 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8161 (eval "$lt_compile" 2>conftest.err)
8162 ac_status=$?
8163 cat conftest.err >&5
8164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8165 if (exit $ac_status) && test -s "$ac_outfile"; then
8166 # The compiler can only warn and ignore the option if not recognized
8167 # So say no if there are warnings other than the usual output.
8168 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8169 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8170 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8171 lt_cv_prog_compiler_pic_works=yes
8172 fi
8173 fi
8174 $RM conftest*
b7026657 8175
b7026657 8176fi
6bb11ab3
L
8177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8178$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8179
8180if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8181 case $lt_prog_compiler_pic in
8182 "" | " "*) ;;
8183 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8184 esac
8185else
8186 lt_prog_compiler_pic=
8187 lt_prog_compiler_can_build_shared=no
f0569246 8188fi
6bb11ab3
L
8189
8190fi
8191
8192
8193
8194
8195
8196
8197#
8198# Check to make sure the static flag actually works.
8199#
8200wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8202$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8203if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8204 $as_echo_n "(cached) " >&6
f0569246 8205else
6bb11ab3
L
8206 lt_cv_prog_compiler_static_works=no
8207 save_LDFLAGS="$LDFLAGS"
8208 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8209 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8210 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8211 # The linker can only warn and ignore the option if not recognized
8212 # So say no if there are warnings
8213 if test -s conftest.err; then
8214 # Append any errors to the config.log.
8215 cat conftest.err 1>&5
8216 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8217 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8218 if diff conftest.exp conftest.er2 >/dev/null; then
8219 lt_cv_prog_compiler_static_works=yes
8220 fi
8221 else
8222 lt_cv_prog_compiler_static_works=yes
8223 fi
8224 fi
8225 $RM -r conftest*
8226 LDFLAGS="$save_LDFLAGS"
f0569246 8227
6bb11ab3
L
8228fi
8229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8230$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8231
6bb11ab3
L
8232if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8233 :
b34f6357 8234else
6bb11ab3 8235 lt_prog_compiler_static=
f0569246 8236fi
b7026657 8237
6bb11ab3
L
8238
8239
8240
8241
8242
8243
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8245$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8246if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8247 $as_echo_n "(cached) " >&6
81ecdfbb 8248else
6bb11ab3
L
8249 lt_cv_prog_compiler_c_o=no
8250 $RM -r conftest 2>/dev/null
8251 mkdir conftest
8252 cd conftest
8253 mkdir out
8254 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8255
8256 lt_compiler_flag="-o out/conftest2.$ac_objext"
8257 # Insert the option either (1) after the last *FLAGS variable, or
8258 # (2) before a word containing "conftest.", or (3) at the end.
8259 # Note that $ac_compile itself does not contain backslashes and begins
8260 # with a dollar sign (not a hyphen), so the echo should work correctly.
8261 lt_compile=`echo "$ac_compile" | $SED \
8262 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8263 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8264 -e 's:$: $lt_compiler_flag:'`
8265 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8266 (eval "$lt_compile" 2>out/conftest.err)
8267 ac_status=$?
8268 cat out/conftest.err >&5
8269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8270 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8271 then
8272 # The compiler can only warn and ignore the option if not recognized
8273 # So say no if there are warnings
8274 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8275 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8276 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8277 lt_cv_prog_compiler_c_o=yes
8278 fi
8279 fi
8280 chmod u+w . 2>&5
8281 $RM conftest*
8282 # SGI C++ compiler will create directory out/ii_files/ for
8283 # template instantiation
8284 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8285 $RM out/* && rmdir out
8286 cd ..
8287 $RM -r conftest
8288 $RM conftest*
8289
81ecdfbb 8290fi
6bb11ab3
L
8291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8292$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8293
8294
8295
8296
8297
8298
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8300$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8301if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8302 $as_echo_n "(cached) " >&6
8303else
6bb11ab3
L
8304 lt_cv_prog_compiler_c_o=no
8305 $RM -r conftest 2>/dev/null
8306 mkdir conftest
8307 cd conftest
8308 mkdir out
8309 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8310
8311 lt_compiler_flag="-o out/conftest2.$ac_objext"
8312 # Insert the option either (1) after the last *FLAGS variable, or
8313 # (2) before a word containing "conftest.", or (3) at the end.
8314 # Note that $ac_compile itself does not contain backslashes and begins
8315 # with a dollar sign (not a hyphen), so the echo should work correctly.
8316 lt_compile=`echo "$ac_compile" | $SED \
8317 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8318 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8319 -e 's:$: $lt_compiler_flag:'`
8320 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8321 (eval "$lt_compile" 2>out/conftest.err)
8322 ac_status=$?
8323 cat out/conftest.err >&5
8324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8325 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8326 then
8327 # The compiler can only warn and ignore the option if not recognized
8328 # So say no if there are warnings
8329 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8330 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8331 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8332 lt_cv_prog_compiler_c_o=yes
8333 fi
8334 fi
8335 chmod u+w . 2>&5
8336 $RM conftest*
8337 # SGI C++ compiler will create directory out/ii_files/ for
8338 # template instantiation
8339 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8340 $RM out/* && rmdir out
8341 cd ..
8342 $RM -r conftest
8343 $RM conftest*
8344
8345fi
8346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8347$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8348
8349
8350
8351
8352hard_links="nottested"
8353if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8354 # do not overwrite the value of need_locks provided by the user
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8356$as_echo_n "checking if we can lock with hard links... " >&6; }
8357 hard_links=yes
8358 $RM conftest*
8359 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8360 touch conftest.a
8361 ln conftest.a conftest.b 2>&5 || hard_links=no
8362 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8364$as_echo "$hard_links" >&6; }
8365 if test "$hard_links" = no; then
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8367$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8368 need_locks=warn
8369 fi
8370else
8371 need_locks=no
8372fi
8373
8374
8375
8376
8377
8378
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8380$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8381
8382 runpath_var=
8383 allow_undefined_flag=
8384 always_export_symbols=no
8385 archive_cmds=
8386 archive_expsym_cmds=
8387 compiler_needs_object=no
8388 enable_shared_with_static_runtimes=no
8389 export_dynamic_flag_spec=
8390 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8391 hardcode_automatic=no
8392 hardcode_direct=no
8393 hardcode_direct_absolute=no
8394 hardcode_libdir_flag_spec=
8395 hardcode_libdir_flag_spec_ld=
8396 hardcode_libdir_separator=
8397 hardcode_minus_L=no
8398 hardcode_shlibpath_var=unsupported
8399 inherit_rpath=no
8400 link_all_deplibs=unknown
8401 module_cmds=
8402 module_expsym_cmds=
8403 old_archive_from_new_cmds=
8404 old_archive_from_expsyms_cmds=
8405 thread_safe_flag_spec=
8406 whole_archive_flag_spec=
8407 # include_expsyms should be a list of space-separated symbols to be *always*
8408 # included in the symbol list
8409 include_expsyms=
8410 # exclude_expsyms can be an extended regexp of symbols to exclude
8411 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8412 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8413 # as well as any symbol that contains `d'.
8414 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8415 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8416 # platforms (ab)use it in PIC code, but their linkers get confused if
8417 # the symbol is explicitly referenced. Since portable code cannot
8418 # rely on this symbol name, it's probably fine to never include it in
8419 # preloaded symbol tables.
8420 # Exclude shared library initialization/finalization symbols.
8421 extract_expsyms_cmds=
8422
8423 case $host_os in
8424 cygwin* | mingw* | pw32* | cegcc*)
8425 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8426 # When not using gcc, we currently assume that we are using
8427 # Microsoft Visual C++.
8428 if test "$GCC" != yes; then
8429 with_gnu_ld=no
8430 fi
8431 ;;
8432 interix*)
8433 # we just hope/assume this is gcc and not c89 (= MSVC++)
8434 with_gnu_ld=yes
8435 ;;
8436 openbsd*)
8437 with_gnu_ld=no
8438 ;;
8439 esac
f0569246 8440
6bb11ab3
L
8441 ld_shlibs=yes
8442
8443 # On some targets, GNU ld is compatible enough with the native linker
8444 # that we're better off using the native interface for both.
8445 lt_use_gnu_ld_interface=no
8446 if test "$with_gnu_ld" = yes; then
8447 case $host_os in
8448 aix*)
8449 # The AIX port of GNU ld has always aspired to compatibility
8450 # with the native linker. However, as the warning in the GNU ld
8451 # block says, versions before 2.19.5* couldn't really create working
8452 # shared libraries, regardless of the interface used.
8453 case `$LD -v 2>&1` in
8454 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8455 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8456 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8457 *)
8458 lt_use_gnu_ld_interface=yes
8459 ;;
8460 esac
8461 ;;
8462 *)
8463 lt_use_gnu_ld_interface=yes
8464 ;;
8465 esac
8466 fi
f0569246 8467
6bb11ab3
L
8468 if test "$lt_use_gnu_ld_interface" = yes; then
8469 # If archive_cmds runs LD, not CC, wlarc should be empty
8470 wlarc='${wl}'
8471
8472 # Set some defaults for GNU ld with shared library support. These
8473 # are reset later if shared libraries are not supported. Putting them
8474 # here allows them to be overridden if necessary.
8475 runpath_var=LD_RUN_PATH
8476 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8477 export_dynamic_flag_spec='${wl}--export-dynamic'
8478 # ancient GNU ld didn't support --whole-archive et. al.
8479 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8480 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8481 else
8482 whole_archive_flag_spec=
8483 fi
8484 supports_anon_versioning=no
8485 case `$LD -v 2>&1` in
8486 *GNU\ gold*) supports_anon_versioning=yes ;;
8487 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8488 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8489 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8490 *\ 2.11.*) ;; # other 2.11 versions
8491 *) supports_anon_versioning=yes ;;
8492 esac
8493
8494 # See if GNU ld supports shared libraries.
8495 case $host_os in
8496 aix[3-9]*)
8497 # On AIX/PPC, the GNU linker is very broken
8498 if test "$host_cpu" != ia64; then
8499 ld_shlibs=no
8500 cat <<_LT_EOF 1>&2
8501
8502*** Warning: the GNU linker, at least up to release 2.19, is reported
8503*** to be unable to reliably create shared libraries on AIX.
8504*** Therefore, libtool is disabling shared libraries support. If you
8505*** really care for shared libraries, you may want to install binutils
8506*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8507*** You will then need to restart the configuration process.
8508
8509_LT_EOF
8510 fi
8511 ;;
8512
8513 amigaos*)
8514 case $host_cpu in
8515 powerpc)
8516 # see comment about AmigaOS4 .so support
8517 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8518 archive_expsym_cmds=''
8519 ;;
8520 m68k)
8521 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)'
8522 hardcode_libdir_flag_spec='-L$libdir'
8523 hardcode_minus_L=yes
8524 ;;
8525 esac
8526 ;;
8527
8528 beos*)
8529 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8530 allow_undefined_flag=unsupported
8531 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8532 # support --undefined. This deserves some investigation. FIXME
8533 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8534 else
8535 ld_shlibs=no
8536 fi
8537 ;;
8538
8539 cygwin* | mingw* | pw32* | cegcc*)
8540 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8541 # as there is no search path for DLLs.
8542 hardcode_libdir_flag_spec='-L$libdir'
8543 export_dynamic_flag_spec='${wl}--export-all-symbols'
8544 allow_undefined_flag=unsupported
8545 always_export_symbols=no
8546 enable_shared_with_static_runtimes=yes
8547 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8548
8549 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8550 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8551 # If the export-symbols file already is a .def file (1st line
8552 # is EXPORTS), use it as is; otherwise, prepend...
8553 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8554 cp $export_symbols $output_objdir/$soname.def;
8555 else
8556 echo EXPORTS > $output_objdir/$soname.def;
8557 cat $export_symbols >> $output_objdir/$soname.def;
8558 fi~
8559 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8560 else
8561 ld_shlibs=no
8562 fi
8563 ;;
8564
8565 haiku*)
8566 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8567 link_all_deplibs=yes
8568 ;;
8569
8570 interix[3-9]*)
8571 hardcode_direct=no
8572 hardcode_shlibpath_var=no
8573 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8574 export_dynamic_flag_spec='${wl}-E'
8575 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8576 # Instead, shared libraries are loaded at an image base (0x10000000 by
8577 # default) and relocated if they conflict, which is a slow very memory
8578 # consuming and fragmenting process. To avoid this, we pick a random,
8579 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8580 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8581 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8582 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'
8583 ;;
8584
8585 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8586 tmp_diet=no
8587 if test "$host_os" = linux-dietlibc; then
8588 case $cc_basename in
8589 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8590 esac
8591 fi
8592 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8593 && test "$tmp_diet" = no
8594 then
ae7d0cac 8595 tmp_addflag=' $pic_flag'
6bb11ab3
L
8596 tmp_sharedflag='-shared'
8597 case $cc_basename,$host_cpu in
8598 pgcc*) # Portland Group C compiler
8599 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'
8600 tmp_addflag=' $pic_flag'
8601 ;;
8602 pgf77* | pgf90* | pgf95* | pgfortran*)
8603 # Portland Group f77 and f90 compilers
8604 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'
8605 tmp_addflag=' $pic_flag -Mnomain' ;;
8606 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8607 tmp_addflag=' -i_dynamic' ;;
8608 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8609 tmp_addflag=' -i_dynamic -nofor_main' ;;
8610 ifc* | ifort*) # Intel Fortran compiler
8611 tmp_addflag=' -nofor_main' ;;
8612 lf95*) # Lahey Fortran 8.1
8613 whole_archive_flag_spec=
8614 tmp_sharedflag='--shared' ;;
8615 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8616 tmp_sharedflag='-qmkshrobj'
8617 tmp_addflag= ;;
8618 nvcc*) # Cuda Compiler Driver 2.2
8619 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'
8620 compiler_needs_object=yes
8621 ;;
8622 esac
8623 case `$CC -V 2>&1 | sed 5q` in
8624 *Sun\ C*) # Sun C 5.9
8625 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'
8626 compiler_needs_object=yes
8627 tmp_sharedflag='-G' ;;
8628 *Sun\ F*) # Sun Fortran 8.3
8629 tmp_sharedflag='-G' ;;
8630 esac
8631 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8632
8633 if test "x$supports_anon_versioning" = xyes; then
8634 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8635 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8636 echo "local: *; };" >> $output_objdir/$libname.ver~
8637 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8638 fi
8639
8640 case $cc_basename in
8641 xlf* | bgf* | bgxlf* | mpixlf*)
8642 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8643 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8644 hardcode_libdir_flag_spec=
8645 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8646 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8647 if test "x$supports_anon_versioning" = xyes; then
8648 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8649 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8650 echo "local: *; };" >> $output_objdir/$libname.ver~
8651 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8652 fi
8653 ;;
8654 esac
8655 else
8656 ld_shlibs=no
8657 fi
8658 ;;
8659
8660 netbsd*)
8661 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8662 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8663 wlarc=
8664 else
8665 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8666 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8667 fi
8668 ;;
8669
8670 solaris*)
8671 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8672 ld_shlibs=no
8673 cat <<_LT_EOF 1>&2
8674
8675*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8676*** create shared libraries on Solaris systems. Therefore, libtool
8677*** is disabling shared libraries support. We urge you to upgrade GNU
8678*** binutils to release 2.9.1 or newer. Another option is to modify
8679*** your PATH or compiler configuration so that the native linker is
8680*** used, and then restart.
8681
8682_LT_EOF
8683 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8684 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8685 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8686 else
8687 ld_shlibs=no
8688 fi
8689 ;;
8690
8691 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8692 case `$LD -v 2>&1` in
8693 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8694 ld_shlibs=no
8695 cat <<_LT_EOF 1>&2
8696
8697*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8698*** reliably create shared libraries on SCO systems. Therefore, libtool
8699*** is disabling shared libraries support. We urge you to upgrade GNU
8700*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8701*** your PATH or compiler configuration so that the native linker is
8702*** used, and then restart.
8703
8704_LT_EOF
8705 ;;
8706 *)
8707 # For security reasons, it is highly recommended that you always
8708 # use absolute paths for naming shared libraries, and exclude the
8709 # DT_RUNPATH tag from executables and libraries. But doing so
8710 # requires that you compile everything twice, which is a pain.
8711 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8712 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8713 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8714 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8715 else
8716 ld_shlibs=no
8717 fi
8718 ;;
8719 esac
8720 ;;
8721
8722 sunos4*)
8723 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8724 wlarc=
8725 hardcode_direct=yes
8726 hardcode_shlibpath_var=no
8727 ;;
8728
8729 *)
8730 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8731 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8732 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8733 else
8734 ld_shlibs=no
8735 fi
8736 ;;
8737 esac
8738
8739 if test "$ld_shlibs" = no; then
8740 runpath_var=
8741 hardcode_libdir_flag_spec=
8742 export_dynamic_flag_spec=
8743 whole_archive_flag_spec=
8744 fi
8745 else
8746 # PORTME fill in a description of your system's linker (not GNU ld)
8747 case $host_os in
8748 aix3*)
8749 allow_undefined_flag=unsupported
8750 always_export_symbols=yes
8751 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'
8752 # Note: this linker hardcodes the directories in LIBPATH if there
8753 # are no directories specified by -L.
8754 hardcode_minus_L=yes
8755 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8756 # Neither direct hardcoding nor static linking is supported with a
8757 # broken collect2.
8758 hardcode_direct=unsupported
8759 fi
8760 ;;
8761
8762 aix[4-9]*)
8763 if test "$host_cpu" = ia64; then
8764 # On IA64, the linker does run time linking by default, so we don't
8765 # have to do anything special.
8766 aix_use_runtimelinking=no
8767 exp_sym_flag='-Bexport'
8768 no_entry_flag=""
8769 else
8770 # If we're using GNU nm, then we don't want the "-C" option.
8771 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8772 # Also, AIX nm treats weak defined symbols like other global
8773 # defined symbols, whereas GNU nm marks them as "W".
8774 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8775 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'
8776 else
5c887dd5 8777 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
8778 fi
8779 aix_use_runtimelinking=no
8780
8781 # Test if we are trying to use run time linking or normal
8782 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8783 # need to do runtime linking.
8784 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8785 for ld_flag in $LDFLAGS; do
8786 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8787 aix_use_runtimelinking=yes
8788 break
8789 fi
8790 done
8791 ;;
8792 esac
8793
8794 exp_sym_flag='-bexport'
8795 no_entry_flag='-bnoentry'
8796 fi
8797
8798 # When large executables or shared objects are built, AIX ld can
8799 # have problems creating the table of contents. If linking a library
8800 # or program results in "error TOC overflow" add -mminimal-toc to
8801 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8802 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8803
8804 archive_cmds=''
8805 hardcode_direct=yes
8806 hardcode_direct_absolute=yes
8807 hardcode_libdir_separator=':'
8808 link_all_deplibs=yes
8809 file_list_spec='${wl}-f,'
8810
8811 if test "$GCC" = yes; then
8812 case $host_os in aix4.[012]|aix4.[012].*)
8813 # We only want to do this on AIX 4.2 and lower, the check
8814 # below for broken collect2 doesn't work under 4.3+
8815 collect2name=`${CC} -print-prog-name=collect2`
8816 if test -f "$collect2name" &&
8817 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8818 then
8819 # We have reworked collect2
8820 :
8821 else
8822 # We have old collect2
8823 hardcode_direct=unsupported
8824 # It fails to find uninstalled libraries when the uninstalled
8825 # path is not listed in the libpath. Setting hardcode_minus_L
8826 # to unsupported forces relinking
8827 hardcode_minus_L=yes
8828 hardcode_libdir_flag_spec='-L$libdir'
8829 hardcode_libdir_separator=
8830 fi
8831 ;;
8832 esac
8833 shared_flag='-shared'
8834 if test "$aix_use_runtimelinking" = yes; then
8835 shared_flag="$shared_flag "'${wl}-G'
8836 fi
8837 else
8838 # not using gcc
8839 if test "$host_cpu" = ia64; then
8840 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8841 # chokes on -Wl,-G. The following line is correct:
8842 shared_flag='-G'
8843 else
8844 if test "$aix_use_runtimelinking" = yes; then
8845 shared_flag='${wl}-G'
8846 else
8847 shared_flag='${wl}-bM:SRE'
8848 fi
8849 fi
8850 fi
8851
8852 export_dynamic_flag_spec='${wl}-bexpall'
8853 # It seems that -bexpall does not export symbols beginning with
8854 # underscore (_), so it is better to generate a list of symbols to export.
8855 always_export_symbols=yes
8856 if test "$aix_use_runtimelinking" = yes; then
8857 # Warning - without using the other runtime loading flags (-brtl),
8858 # -berok will link without error, but may produce a broken library.
8859 allow_undefined_flag='-berok'
8860 # Determine the default libpath from the value encoded in an
8861 # empty executable.
8862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8863/* end confdefs.h. */
8864
8865int
8866main ()
8867{
8868
8869 ;
8870 return 0;
8871}
8872_ACEOF
6bb11ab3 8873if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8874
6bb11ab3
L
8875lt_aix_libpath_sed='
8876 /Import File Strings/,/^$/ {
8877 /^0/ {
8878 s/^0 *\(.*\)$/\1/
8879 p
8880 }
8881 }'
8882aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8883# Check for a 64-bit object if we didn't find anything.
8884if test -z "$aix_libpath"; then
8885 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8886fi
8887fi
8888rm -f core conftest.err conftest.$ac_objext \
8889 conftest$ac_exeext conftest.$ac_ext
8890if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8891
8892 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8893 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"
8894 else
8895 if test "$host_cpu" = ia64; then
8896 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8897 allow_undefined_flag="-z nodefs"
8898 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"
8899 else
8900 # Determine the default libpath from the value encoded in an
8901 # empty executable.
81ecdfbb
RW
8902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8903/* end confdefs.h. */
8904
8905int
8906main ()
8907{
b7026657 8908
81ecdfbb
RW
8909 ;
8910 return 0;
8911}
8912_ACEOF
6bb11ab3
L
8913if ac_fn_c_try_link "$LINENO"; then :
8914
8915lt_aix_libpath_sed='
8916 /Import File Strings/,/^$/ {
8917 /^0/ {
8918 s/^0 *\(.*\)$/\1/
8919 p
8920 }
8921 }'
8922aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8923# Check for a 64-bit object if we didn't find anything.
8924if test -z "$aix_libpath"; then
8925 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 8926fi
81ecdfbb 8927fi
6bb11ab3
L
8928rm -f core conftest.err conftest.$ac_objext \
8929 conftest$ac_exeext conftest.$ac_ext
8930if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8931
8932 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8933 # Warning - without using the other run time loading flags,
8934 # -berok will link without error, but may produce a broken library.
8935 no_undefined_flag=' ${wl}-bernotok'
8936 allow_undefined_flag=' ${wl}-berok'
8937 if test "$with_gnu_ld" = yes; then
8938 # We only use this code for GNU lds that support --whole-archive.
8939 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8940 else
8941 # Exported symbols can be pulled into shared objects from archives
8942 whole_archive_flag_spec='$convenience'
8943 fi
8944 archive_cmds_need_lc=yes
8945 # This is similar to how AIX traditionally builds its shared libraries.
8946 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'
8947 fi
8948 fi
8949 ;;
8950
8951 amigaos*)
8952 case $host_cpu in
8953 powerpc)
8954 # see comment about AmigaOS4 .so support
8955 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8956 archive_expsym_cmds=''
8957 ;;
8958 m68k)
8959 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)'
8960 hardcode_libdir_flag_spec='-L$libdir'
8961 hardcode_minus_L=yes
8962 ;;
8963 esac
8964 ;;
8965
8966 bsdi[45]*)
8967 export_dynamic_flag_spec=-rdynamic
8968 ;;
8969
8970 cygwin* | mingw* | pw32* | cegcc*)
8971 # When not using gcc, we currently assume that we are using
8972 # Microsoft Visual C++.
8973 # hardcode_libdir_flag_spec is actually meaningless, as there is
8974 # no search path for DLLs.
8975 hardcode_libdir_flag_spec=' '
8976 allow_undefined_flag=unsupported
8977 # Tell ltmain to make .lib files, not .a files.
8978 libext=lib
8979 # Tell ltmain to make .dll files, not .so files.
8980 shrext_cmds=".dll"
8981 # FIXME: Setting linknames here is a bad hack.
8982 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8983 # The linker will automatically build a .lib file if we build a DLL.
8984 old_archive_from_new_cmds='true'
8985 # FIXME: Should let the user specify the lib program.
8986 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8987 fix_srcfile_path='`cygpath -w "$srcfile"`'
8988 enable_shared_with_static_runtimes=yes
8989 ;;
8990
8991 darwin* | rhapsody*)
8992
8993
8994 archive_cmds_need_lc=no
8995 hardcode_direct=no
8996 hardcode_automatic=yes
8997 hardcode_shlibpath_var=unsupported
8998 if test "$lt_cv_ld_force_load" = "yes"; then
8999 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 9000 else
6bb11ab3 9001 whole_archive_flag_spec=''
f0569246 9002 fi
6bb11ab3
L
9003 link_all_deplibs=yes
9004 allow_undefined_flag="$_lt_dar_allow_undefined"
9005 case $cc_basename in
9006 ifort*) _lt_dar_can_shared=yes ;;
9007 *) _lt_dar_can_shared=$GCC ;;
9008 esac
9009 if test "$_lt_dar_can_shared" = "yes"; then
9010 output_verbose_link_cmd=func_echo_all
9011 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9012 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9013 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}"
9014 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}"
9015
f0569246 9016 else
6bb11ab3 9017 ld_shlibs=no
f0569246 9018 fi
6bb11ab3
L
9019
9020 ;;
9021
9022 dgux*)
9023 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9024 hardcode_libdir_flag_spec='-L$libdir'
9025 hardcode_shlibpath_var=no
9026 ;;
9027
9028 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9029 # support. Future versions do this automatically, but an explicit c++rt0.o
9030 # does not break anything, and helps significantly (at the cost of a little
9031 # extra space).
9032 freebsd2.2*)
9033 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9034 hardcode_libdir_flag_spec='-R$libdir'
9035 hardcode_direct=yes
9036 hardcode_shlibpath_var=no
9037 ;;
9038
9039 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9040 freebsd2.*)
9041 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9042 hardcode_direct=yes
9043 hardcode_minus_L=yes
9044 hardcode_shlibpath_var=no
9045 ;;
9046
9047 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9048 freebsd* | dragonfly*)
9049 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9050 hardcode_libdir_flag_spec='-R$libdir'
9051 hardcode_direct=yes
9052 hardcode_shlibpath_var=no
9053 ;;
9054
9055 hpux9*)
9056 if test "$GCC" = yes; then
9057 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'
9058 else
9059 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'
9060 fi
9061 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9062 hardcode_libdir_separator=:
9063 hardcode_direct=yes
9064
9065 # hardcode_minus_L: Not really in the search PATH,
9066 # but as the default location of the library.
9067 hardcode_minus_L=yes
9068 export_dynamic_flag_spec='${wl}-E'
9069 ;;
9070
9071 hpux10*)
9072 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9073 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9074 else
9075 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9076 fi
9077 if test "$with_gnu_ld" = no; then
9078 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9079 hardcode_libdir_flag_spec_ld='+b $libdir'
9080 hardcode_libdir_separator=:
9081 hardcode_direct=yes
9082 hardcode_direct_absolute=yes
9083 export_dynamic_flag_spec='${wl}-E'
9084 # hardcode_minus_L: Not really in the search PATH,
9085 # but as the default location of the library.
9086 hardcode_minus_L=yes
9087 fi
9088 ;;
9089
9090 hpux11*)
9091 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9092 case $host_cpu in
9093 hppa*64*)
9094 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9095 ;;
9096 ia64*)
9097 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9098 ;;
9099 *)
9100 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9101 ;;
9102 esac
9103 else
9104 case $host_cpu in
9105 hppa*64*)
9106 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9107 ;;
9108 ia64*)
9109 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9110 ;;
9111 *)
9112
9113 # Older versions of the 11.00 compiler do not understand -b yet
9114 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9116$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9117if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9118 $as_echo_n "(cached) " >&6
f0569246 9119else
6bb11ab3
L
9120 lt_cv_prog_compiler__b=no
9121 save_LDFLAGS="$LDFLAGS"
9122 LDFLAGS="$LDFLAGS -b"
9123 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9124 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9125 # The linker can only warn and ignore the option if not recognized
9126 # So say no if there are warnings
9127 if test -s conftest.err; then
9128 # Append any errors to the config.log.
9129 cat conftest.err 1>&5
9130 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9131 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9132 if diff conftest.exp conftest.er2 >/dev/null; then
9133 lt_cv_prog_compiler__b=yes
9134 fi
9135 else
9136 lt_cv_prog_compiler__b=yes
9137 fi
9138 fi
9139 $RM -r conftest*
9140 LDFLAGS="$save_LDFLAGS"
f0569246 9141
6bb11ab3
L
9142fi
9143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9144$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9145
6bb11ab3
L
9146if test x"$lt_cv_prog_compiler__b" = xyes; then
9147 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9148else
9149 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9150fi
81ecdfbb 9151
6bb11ab3
L
9152 ;;
9153 esac
9154 fi
9155 if test "$with_gnu_ld" = no; then
9156 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9157 hardcode_libdir_separator=:
9158
9159 case $host_cpu in
9160 hppa*64*|ia64*)
9161 hardcode_direct=no
9162 hardcode_shlibpath_var=no
9163 ;;
9164 *)
9165 hardcode_direct=yes
9166 hardcode_direct_absolute=yes
9167 export_dynamic_flag_spec='${wl}-E'
9168
9169 # hardcode_minus_L: Not really in the search PATH,
9170 # but as the default location of the library.
9171 hardcode_minus_L=yes
9172 ;;
9173 esac
9174 fi
9175 ;;
9176
9177 irix5* | irix6* | nonstopux*)
9178 if test "$GCC" = yes; then
9179 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'
9180 # Try to use the -exported_symbol ld option, if it does not
9181 # work, assume that -exports_file does not work either and
9182 # implicitly export all symbols.
9183 save_LDFLAGS="$LDFLAGS"
9184 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9186/* end confdefs.h. */
9187int foo(void) {}
b7026657 9188_ACEOF
6bb11ab3
L
9189if ac_fn_c_try_link "$LINENO"; then :
9190 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'
b34f6357 9191
f0569246 9192fi
6bb11ab3
L
9193rm -f core conftest.err conftest.$ac_objext \
9194 conftest$ac_exeext conftest.$ac_ext
9195 LDFLAGS="$save_LDFLAGS"
9196 else
9197 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'
9198 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'
9199 fi
9200 archive_cmds_need_lc='no'
9201 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9202 hardcode_libdir_separator=:
9203 inherit_rpath=yes
9204 link_all_deplibs=yes
9205 ;;
9206
9207 netbsd*)
9208 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9209 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9210 else
9211 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9212 fi
9213 hardcode_libdir_flag_spec='-R$libdir'
9214 hardcode_direct=yes
9215 hardcode_shlibpath_var=no
9216 ;;
9217
9218 newsos6)
9219 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9220 hardcode_direct=yes
9221 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9222 hardcode_libdir_separator=:
9223 hardcode_shlibpath_var=no
9224 ;;
9225
9226 *nto* | *qnx*)
9227 ;;
9228
9229 openbsd*)
9230 if test -f /usr/libexec/ld.so; then
9231 hardcode_direct=yes
9232 hardcode_shlibpath_var=no
9233 hardcode_direct_absolute=yes
9234 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9235 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9236 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9237 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9238 export_dynamic_flag_spec='${wl}-E'
9239 else
9240 case $host_os in
9241 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9242 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9243 hardcode_libdir_flag_spec='-R$libdir'
9244 ;;
9245 *)
9246 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9247 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9248 ;;
9249 esac
9250 fi
9251 else
9252 ld_shlibs=no
9253 fi
9254 ;;
9255
9256 os2*)
9257 hardcode_libdir_flag_spec='-L$libdir'
9258 hardcode_minus_L=yes
9259 allow_undefined_flag=unsupported
9260 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'
9261 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9262 ;;
9263
9264 osf3*)
9265 if test "$GCC" = yes; then
9266 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9267 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'
9268 else
9269 allow_undefined_flag=' -expect_unresolved \*'
9270 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'
9271 fi
9272 archive_cmds_need_lc='no'
9273 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9274 hardcode_libdir_separator=:
9275 ;;
9276
9277 osf4* | osf5*) # as osf3* with the addition of -msym flag
9278 if test "$GCC" = yes; then
9279 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9280 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'
9281 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9282 else
9283 allow_undefined_flag=' -expect_unresolved \*'
9284 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'
9285 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~
9286 $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'
9287
9288 # Both c and cxx compiler support -rpath directly
9289 hardcode_libdir_flag_spec='-rpath $libdir'
9290 fi
9291 archive_cmds_need_lc='no'
9292 hardcode_libdir_separator=:
9293 ;;
9294
9295 solaris*)
9296 no_undefined_flag=' -z defs'
9297 if test "$GCC" = yes; then
9298 wlarc='${wl}'
9299 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9300 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9301 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9302 else
9303 case `$CC -V 2>&1` in
9304 *"Compilers 5.0"*)
9305 wlarc=''
9306 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9307 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9308 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9309 ;;
9310 *)
9311 wlarc='${wl}'
9312 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9313 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9314 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9315 ;;
9316 esac
9317 fi
9318 hardcode_libdir_flag_spec='-R$libdir'
9319 hardcode_shlibpath_var=no
9320 case $host_os in
9321 solaris2.[0-5] | solaris2.[0-5].*) ;;
9322 *)
9323 # The compiler driver will combine and reorder linker options,
9324 # but understands `-z linker_flag'. GCC discards it without `$wl',
9325 # but is careful enough not to reorder.
9326 # Supported since Solaris 2.6 (maybe 2.5.1?)
9327 if test "$GCC" = yes; then
9328 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9329 else
9330 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9331 fi
9332 ;;
9333 esac
9334 link_all_deplibs=yes
9335 ;;
9336
9337 sunos4*)
9338 if test "x$host_vendor" = xsequent; then
9339 # Use $CC to link under sequent, because it throws in some extra .o
9340 # files that make .init and .fini sections work.
9341 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9342 else
9343 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9344 fi
9345 hardcode_libdir_flag_spec='-L$libdir'
9346 hardcode_direct=yes
9347 hardcode_minus_L=yes
9348 hardcode_shlibpath_var=no
9349 ;;
9350
9351 sysv4)
9352 case $host_vendor in
9353 sni)
9354 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9355 hardcode_direct=yes # is this really true???
9356 ;;
9357 siemens)
9358 ## LD is ld it makes a PLAMLIB
9359 ## CC just makes a GrossModule.
9360 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9361 reload_cmds='$CC -r -o $output$reload_objs'
9362 hardcode_direct=no
9363 ;;
9364 motorola)
9365 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9366 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9367 ;;
9368 esac
9369 runpath_var='LD_RUN_PATH'
9370 hardcode_shlibpath_var=no
9371 ;;
9372
9373 sysv4.3*)
9374 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9375 hardcode_shlibpath_var=no
9376 export_dynamic_flag_spec='-Bexport'
9377 ;;
9378
9379 sysv4*MP*)
9380 if test -d /usr/nec; then
9381 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9382 hardcode_shlibpath_var=no
9383 runpath_var=LD_RUN_PATH
9384 hardcode_runpath_var=yes
9385 ld_shlibs=yes
9386 fi
9387 ;;
9388
9389 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9390 no_undefined_flag='${wl}-z,text'
9391 archive_cmds_need_lc=no
9392 hardcode_shlibpath_var=no
9393 runpath_var='LD_RUN_PATH'
9394
9395 if test "$GCC" = yes; then
9396 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9398 else
9399 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9400 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9401 fi
9402 ;;
9403
9404 sysv5* | sco3.2v5* | sco5v6*)
9405 # Note: We can NOT use -z defs as we might desire, because we do not
9406 # link with -lc, and that would cause any symbols used from libc to
9407 # always be unresolved, which means just about no library would
9408 # ever link correctly. If we're not using GNU ld we use -z text
9409 # though, which does catch some bad symbols but isn't as heavy-handed
9410 # as -z defs.
9411 no_undefined_flag='${wl}-z,text'
9412 allow_undefined_flag='${wl}-z,nodefs'
9413 archive_cmds_need_lc=no
9414 hardcode_shlibpath_var=no
9415 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9416 hardcode_libdir_separator=':'
9417 link_all_deplibs=yes
9418 export_dynamic_flag_spec='${wl}-Bexport'
9419 runpath_var='LD_RUN_PATH'
9420
9421 if test "$GCC" = yes; then
9422 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9423 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9424 else
9425 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9426 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9427 fi
9428 ;;
9429
9430 uts4*)
9431 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9432 hardcode_libdir_flag_spec='-L$libdir'
9433 hardcode_shlibpath_var=no
9434 ;;
9435
9436 *)
9437 ld_shlibs=no
9438 ;;
9439 esac
9440
9441 if test x$host_vendor = xsni; then
9442 case $host in
9443 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9444 export_dynamic_flag_spec='${wl}-Blargedynsym'
9445 ;;
9446 esac
9447 fi
9448 fi
9449
9450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9451$as_echo "$ld_shlibs" >&6; }
9452test "$ld_shlibs" = no && can_build_shared=no
9453
9454with_gnu_ld=$with_gnu_ld
9455
9456
9457
9458
b7026657 9459
f0569246 9460
f0569246 9461
6ffe910a 9462
6ffe910a
MF
9463
9464
6ffe910a 9465
f0569246 9466
f0569246
AC
9467
9468
6bb11ab3
L
9469
9470#
9471# Do we need to explicitly link libc?
9472#
9473case "x$archive_cmds_need_lc" in
9474x|xyes)
9475 # Assume -lc should be added
9476 archive_cmds_need_lc=yes
9477
9478 if test "$enable_shared" = yes && test "$GCC" = yes; then
9479 case $archive_cmds in
9480 *'~'*)
9481 # FIXME: we may have to deal with multi-command sequences.
9482 ;;
9483 '$CC '*)
9484 # Test whether the compiler implicitly links with -lc since on some
9485 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9486 # to ld, don't add -lc before -lgcc.
9487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9488$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9489if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9490 $as_echo_n "(cached) " >&6
f0569246 9491else
6bb11ab3
L
9492 $RM conftest*
9493 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9494
9495 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9496 (eval $ac_compile) 2>&5
9497 ac_status=$?
9498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9499 test $ac_status = 0; } 2>conftest.err; then
9500 soname=conftest
9501 lib=conftest
9502 libobjs=conftest.$ac_objext
9503 deplibs=
9504 wl=$lt_prog_compiler_wl
9505 pic_flag=$lt_prog_compiler_pic
9506 compiler_flags=-v
9507 linker_flags=-v
9508 verstring=
9509 output_objdir=.
9510 libname=conftest
9511 lt_save_allow_undefined_flag=$allow_undefined_flag
9512 allow_undefined_flag=
9513 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9514 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9515 ac_status=$?
9516 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9517 test $ac_status = 0; }
9518 then
9519 lt_cv_archive_cmds_need_lc=no
9520 else
9521 lt_cv_archive_cmds_need_lc=yes
9522 fi
9523 allow_undefined_flag=$lt_save_allow_undefined_flag
9524 else
9525 cat conftest.err 1>&5
9526 fi
9527 $RM conftest*
b34f6357 9528
6ffe910a 9529fi
6bb11ab3
L
9530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9531$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9532 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9533 ;;
9534 esac
9535 fi
9536 ;;
6ffe910a 9537esac
b34f6357 9538
b34f6357 9539
6ffe910a 9540
b34f6357 9541
81ecdfbb 9542
35695fd6 9543
35695fd6 9544
35695fd6 9545
f0569246 9546
b34f6357 9547
f0569246 9548
b7026657 9549
f0569246 9550
b34f6357 9551
81ecdfbb 9552
b7026657 9553
b34f6357 9554
b34f6357 9555
81ecdfbb 9556
81ecdfbb 9557
81ecdfbb
RW
9558
9559
81ecdfbb 9560
81ecdfbb 9561
f0569246
AC
9562
9563
b34f6357 9564
f0569246 9565
b34f6357 9566
b34f6357 9567
81ecdfbb 9568
b7026657 9569
b34f6357 9570
f0569246 9571
81ecdfbb 9572
f0569246 9573
b34f6357 9574
b34f6357 9575
b7026657 9576
81ecdfbb 9577
b7026657 9578
b34f6357 9579
b34f6357 9580
b7026657
AC
9581
9582
b7026657
AC
9583
9584
6ffe910a 9585
2232061b
MF
9586
9587
2232061b 9588
2232061b
MF
9589
9590
2232061b
MF
9591
9592
2232061b 9593
2232061b
MF
9594
9595
6bb11ab3
L
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
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9696$as_echo_n "checking dynamic linker characteristics... " >&6; }
9697
9698if test "$GCC" = yes; then
9699 case $host_os in
9700 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9701 *) lt_awk_arg="/^libraries:/" ;;
9702 esac
9703 case $host_os in
9704 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9705 *) lt_sed_strip_eq="s,=/,/,g" ;;
9706 esac
9707 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9708 case $lt_search_path_spec in
9709 *\;*)
9710 # if the path contains ";" then we assume it to be the separator
9711 # otherwise default to the standard path separator (i.e. ":") - it is
9712 # assumed that no part of a normal pathname contains ";" but that should
9713 # okay in the real world where ";" in dirpaths is itself problematic.
9714 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9715 ;;
9716 *)
9717 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9718 ;;
9719 esac
9720 # Ok, now we have the path, separated by spaces, we can step through it
9721 # and add multilib dir if necessary.
9722 lt_tmp_lt_search_path_spec=
9723 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9724 for lt_sys_path in $lt_search_path_spec; do
9725 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9726 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9727 else
9728 test -d "$lt_sys_path" && \
9729 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9730 fi
9731 done
9732 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9733BEGIN {RS=" "; FS="/|\n";} {
9734 lt_foo="";
9735 lt_count=0;
9736 for (lt_i = NF; lt_i > 0; lt_i--) {
9737 if ($lt_i != "" && $lt_i != ".") {
9738 if ($lt_i == "..") {
9739 lt_count++;
9740 } else {
9741 if (lt_count == 0) {
9742 lt_foo="/" $lt_i lt_foo;
9743 } else {
9744 lt_count--;
9745 }
9746 }
9747 }
9748 }
9749 if (lt_foo != "") { lt_freq[lt_foo]++; }
9750 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9751}'`
9752 # AWK program above erroneously prepends '/' to C:/dos/paths
9753 # for these hosts.
9754 case $host_os in
9755 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9756 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9757 esac
9758 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9759else
9760 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9761fi
9762library_names_spec=
9763libname_spec='lib$name'
9764soname_spec=
9765shrext_cmds=".so"
9766postinstall_cmds=
9767postuninstall_cmds=
9768finish_cmds=
9769finish_eval=
9770shlibpath_var=
9771shlibpath_overrides_runpath=unknown
9772version_type=none
9773dynamic_linker="$host_os ld.so"
9774sys_lib_dlsearch_path_spec="/lib /usr/lib"
9775need_lib_prefix=unknown
9776hardcode_into_libs=no
9777
9778# when you set need_version to no, make sure it does not cause -set_version
9779# flags to be left without arguments
9780need_version=unknown
9781
9782case $host_os in
9783aix3*)
9784 version_type=linux
9785 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9786 shlibpath_var=LIBPATH
9787
9788 # AIX 3 has no versioning support, so we append a major version to the name.
9789 soname_spec='${libname}${release}${shared_ext}$major'
9790 ;;
9791
9792aix[4-9]*)
9793 version_type=linux
9794 need_lib_prefix=no
9795 need_version=no
9796 hardcode_into_libs=yes
9797 if test "$host_cpu" = ia64; then
9798 # AIX 5 supports IA64
9799 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9800 shlibpath_var=LD_LIBRARY_PATH
9801 else
9802 # With GCC up to 2.95.x, collect2 would create an import file
9803 # for dependence libraries. The import file would start with
9804 # the line `#! .'. This would cause the generated library to
9805 # depend on `.', always an invalid library. This was fixed in
9806 # development snapshots of GCC prior to 3.0.
9807 case $host_os in
9808 aix4 | aix4.[01] | aix4.[01].*)
9809 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9810 echo ' yes '
9811 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9812 :
9813 else
9814 can_build_shared=no
9815 fi
9816 ;;
9817 esac
9818 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9819 # soname into executable. Probably we can add versioning support to
9820 # collect2, so additional links can be useful in future.
9821 if test "$aix_use_runtimelinking" = yes; then
9822 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9823 # instead of lib<name>.a to let people know that these are not
9824 # typical AIX shared libraries.
9825 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9826 else
9827 # We preserve .a as extension for shared libraries through AIX4.2
9828 # and later when we are not doing run time linking.
9829 library_names_spec='${libname}${release}.a $libname.a'
9830 soname_spec='${libname}${release}${shared_ext}$major'
9831 fi
9832 shlibpath_var=LIBPATH
9833 fi
9834 ;;
9835
9836amigaos*)
9837 case $host_cpu in
9838 powerpc)
9839 # Since July 2007 AmigaOS4 officially supports .so libraries.
9840 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9841 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9842 ;;
9843 m68k)
9844 library_names_spec='$libname.ixlibrary $libname.a'
9845 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9846 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'
9847 ;;
9848 esac
9849 ;;
9850
9851beos*)
9852 library_names_spec='${libname}${shared_ext}'
9853 dynamic_linker="$host_os ld.so"
9854 shlibpath_var=LIBRARY_PATH
9855 ;;
9856
9857bsdi[45]*)
9858 version_type=linux
9859 need_version=no
9860 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9861 soname_spec='${libname}${release}${shared_ext}$major'
9862 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9863 shlibpath_var=LD_LIBRARY_PATH
9864 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9865 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9866 # the default ld.so.conf also contains /usr/contrib/lib and
9867 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9868 # libtool to hard-code these into programs
9869 ;;
9870
9871cygwin* | mingw* | pw32* | cegcc*)
9872 version_type=windows
9873 shrext_cmds=".dll"
9874 need_version=no
9875 need_lib_prefix=no
9876
9877 case $GCC,$host_os in
9878 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9879 library_names_spec='$libname.dll.a'
9880 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9881 postinstall_cmds='base_file=`basename \${file}`~
9882 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9883 dldir=$destdir/`dirname \$dlpath`~
9884 test -d \$dldir || mkdir -p \$dldir~
9885 $install_prog $dir/$dlname \$dldir/$dlname~
9886 chmod a+x \$dldir/$dlname~
9887 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9888 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9889 fi'
9890 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9891 dlpath=$dir/\$dldll~
9892 $RM \$dlpath'
9893 shlibpath_overrides_runpath=yes
9894
9895 case $host_os in
9896 cygwin*)
9897 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9898 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9899
9900 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9901 ;;
9902 mingw* | cegcc*)
9903 # MinGW DLLs use traditional 'lib' prefix
9904 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9905 ;;
9906 pw32*)
9907 # pw32 DLLs use 'pw' prefix rather than 'lib'
9908 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9909 ;;
9910 esac
9911 ;;
9912
9913 *)
9914 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9915 ;;
9916 esac
9917 dynamic_linker='Win32 ld.exe'
9918 # FIXME: first we should search . and the directory the executable is in
9919 shlibpath_var=PATH
9920 ;;
9921
9922darwin* | rhapsody*)
9923 dynamic_linker="$host_os dyld"
9924 version_type=darwin
9925 need_lib_prefix=no
9926 need_version=no
9927 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9928 soname_spec='${libname}${release}${major}$shared_ext'
9929 shlibpath_overrides_runpath=yes
9930 shlibpath_var=DYLD_LIBRARY_PATH
9931 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9932
9933 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9934 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9935 ;;
9936
9937dgux*)
9938 version_type=linux
9939 need_lib_prefix=no
9940 need_version=no
9941 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9942 soname_spec='${libname}${release}${shared_ext}$major'
9943 shlibpath_var=LD_LIBRARY_PATH
9944 ;;
9945
9946freebsd* | dragonfly*)
9947 # DragonFly does not have aout. When/if they implement a new
9948 # versioning mechanism, adjust this.
9949 if test -x /usr/bin/objformat; then
9950 objformat=`/usr/bin/objformat`
9951 else
9952 case $host_os in
9953 freebsd[23].*) objformat=aout ;;
9954 *) objformat=elf ;;
9955 esac
9956 fi
9957 version_type=freebsd-$objformat
9958 case $version_type in
9959 freebsd-elf*)
9960 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9961 need_version=no
9962 need_lib_prefix=no
9963 ;;
9964 freebsd-*)
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9966 need_version=yes
9967 ;;
9968 esac
9969 shlibpath_var=LD_LIBRARY_PATH
9970 case $host_os in
9971 freebsd2.*)
9972 shlibpath_overrides_runpath=yes
9973 ;;
9974 freebsd3.[01]* | freebsdelf3.[01]*)
9975 shlibpath_overrides_runpath=yes
9976 hardcode_into_libs=yes
9977 ;;
9978 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9979 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9980 shlibpath_overrides_runpath=no
9981 hardcode_into_libs=yes
9982 ;;
9983 *) # from 4.6 on, and DragonFly
9984 shlibpath_overrides_runpath=yes
9985 hardcode_into_libs=yes
9986 ;;
9987 esac
9988 ;;
9989
6bb11ab3
L
9990haiku*)
9991 version_type=linux
9992 need_lib_prefix=no
9993 need_version=no
9994 dynamic_linker="$host_os runtime_loader"
9995 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9996 soname_spec='${libname}${release}${shared_ext}$major'
9997 shlibpath_var=LIBRARY_PATH
9998 shlibpath_overrides_runpath=yes
9999 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10000 hardcode_into_libs=yes
10001 ;;
10002
10003hpux9* | hpux10* | hpux11*)
10004 # Give a soname corresponding to the major version so that dld.sl refuses to
10005 # link against other versions.
10006 version_type=sunos
10007 need_lib_prefix=no
10008 need_version=no
10009 case $host_cpu in
10010 ia64*)
10011 shrext_cmds='.so'
10012 hardcode_into_libs=yes
10013 dynamic_linker="$host_os dld.so"
10014 shlibpath_var=LD_LIBRARY_PATH
10015 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10017 soname_spec='${libname}${release}${shared_ext}$major'
10018 if test "X$HPUX_IA64_MODE" = X32; then
10019 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10020 else
10021 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10022 fi
10023 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10024 ;;
10025 hppa*64*)
10026 shrext_cmds='.sl'
10027 hardcode_into_libs=yes
10028 dynamic_linker="$host_os dld.sl"
10029 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10030 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10032 soname_spec='${libname}${release}${shared_ext}$major'
10033 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10034 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10035 ;;
10036 *)
10037 shrext_cmds='.sl'
10038 dynamic_linker="$host_os dld.sl"
10039 shlibpath_var=SHLIB_PATH
10040 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10041 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10042 soname_spec='${libname}${release}${shared_ext}$major'
10043 ;;
10044 esac
10045 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10046 postinstall_cmds='chmod 555 $lib'
10047 # or fails outright, so override atomically:
10048 install_override_mode=555
10049 ;;
10050
10051interix[3-9]*)
10052 version_type=linux
10053 need_lib_prefix=no
10054 need_version=no
10055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10056 soname_spec='${libname}${release}${shared_ext}$major'
10057 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10058 shlibpath_var=LD_LIBRARY_PATH
10059 shlibpath_overrides_runpath=no
10060 hardcode_into_libs=yes
10061 ;;
10062
10063irix5* | irix6* | nonstopux*)
10064 case $host_os in
10065 nonstopux*) version_type=nonstopux ;;
10066 *)
10067 if test "$lt_cv_prog_gnu_ld" = yes; then
10068 version_type=linux
10069 else
10070 version_type=irix
10071 fi ;;
10072 esac
10073 need_lib_prefix=no
10074 need_version=no
10075 soname_spec='${libname}${release}${shared_ext}$major'
10076 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10077 case $host_os in
10078 irix5* | nonstopux*)
10079 libsuff= shlibsuff=
10080 ;;
10081 *)
10082 case $LD in # libtool.m4 will add one of these switches to LD
10083 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10084 libsuff= shlibsuff= libmagic=32-bit;;
10085 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10086 libsuff=32 shlibsuff=N32 libmagic=N32;;
10087 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10088 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10089 *) libsuff= shlibsuff= libmagic=never-match;;
10090 esac
10091 ;;
10092 esac
10093 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10094 shlibpath_overrides_runpath=no
10095 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10096 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10097 hardcode_into_libs=yes
10098 ;;
10099
10100# No shared lib support for Linux oldld, aout, or coff.
10101linux*oldld* | linux*aout* | linux*coff*)
10102 dynamic_linker=no
10103 ;;
10104
10105# This must be Linux ELF.
46f900c0 10106linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10107 version_type=linux
10108 need_lib_prefix=no
10109 need_version=no
10110 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10111 soname_spec='${libname}${release}${shared_ext}$major'
10112 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10113 shlibpath_var=LD_LIBRARY_PATH
10114 shlibpath_overrides_runpath=no
10115
10116 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10117 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10118 $as_echo_n "(cached) " >&6
10119else
6bb11ab3
L
10120 lt_cv_shlibpath_overrides_runpath=no
10121 save_LDFLAGS=$LDFLAGS
10122 save_libdir=$libdir
10123 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10124 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10126/* end confdefs.h. */
10127
2232061b
MF
10128int
10129main ()
10130{
10131
10132 ;
10133 return 0;
10134}
10135_ACEOF
6bb11ab3
L
10136if ac_fn_c_try_link "$LINENO"; then :
10137 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10138 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10139fi
2232061b 10140fi
6bb11ab3
L
10141rm -f core conftest.err conftest.$ac_objext \
10142 conftest$ac_exeext conftest.$ac_ext
10143 LDFLAGS=$save_LDFLAGS
10144 libdir=$save_libdir
2232061b 10145
6bb11ab3 10146fi
2232061b 10147
6bb11ab3 10148 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10149
6bb11ab3
L
10150 # This implies no fast_install, which is unacceptable.
10151 # Some rework will be needed to allow for fast_install
10152 # before this can be enabled.
10153 hardcode_into_libs=yes
2232061b 10154
6bb11ab3
L
10155 # Append ld.so.conf contents to the search path
10156 if test -f /etc/ld.so.conf; then
10157 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' ' '`
10158 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10159 fi
2232061b 10160
6bb11ab3
L
10161 # We used to test for /lib/ld.so.1 and disable shared libraries on
10162 # powerpc, because MkLinux only supported shared libraries with the
10163 # GNU dynamic linker. Since this was broken with cross compilers,
10164 # most powerpc-linux boxes support dynamic linking these days and
10165 # people can always --disable-shared, the test was removed, and we
10166 # assume the GNU/Linux dynamic linker is in use.
10167 dynamic_linker='GNU/Linux ld.so'
10168 ;;
10169
10170netbsd*)
10171 version_type=sunos
10172 need_lib_prefix=no
10173 need_version=no
10174 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10176 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10177 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10178 else
6bb11ab3
L
10179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10180 soname_spec='${libname}${release}${shared_ext}$major'
10181 dynamic_linker='NetBSD ld.elf_so'
10182 fi
10183 shlibpath_var=LD_LIBRARY_PATH
10184 shlibpath_overrides_runpath=yes
10185 hardcode_into_libs=yes
10186 ;;
10187
10188newsos6)
10189 version_type=linux
10190 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10191 shlibpath_var=LD_LIBRARY_PATH
10192 shlibpath_overrides_runpath=yes
10193 ;;
10194
10195*nto* | *qnx*)
10196 version_type=qnx
10197 need_lib_prefix=no
10198 need_version=no
10199 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10200 soname_spec='${libname}${release}${shared_ext}$major'
10201 shlibpath_var=LD_LIBRARY_PATH
10202 shlibpath_overrides_runpath=no
10203 hardcode_into_libs=yes
10204 dynamic_linker='ldqnx.so'
10205 ;;
10206
10207openbsd*)
10208 version_type=sunos
10209 sys_lib_dlsearch_path_spec="/usr/lib"
10210 need_lib_prefix=no
10211 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10212 case $host_os in
10213 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10214 *) need_version=no ;;
10215 esac
10216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10217 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10218 shlibpath_var=LD_LIBRARY_PATH
10219 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10220 case $host_os in
10221 openbsd2.[89] | openbsd2.[89].*)
10222 shlibpath_overrides_runpath=no
10223 ;;
10224 *)
10225 shlibpath_overrides_runpath=yes
10226 ;;
10227 esac
10228 else
10229 shlibpath_overrides_runpath=yes
10230 fi
10231 ;;
10232
10233os2*)
10234 libname_spec='$name'
10235 shrext_cmds=".dll"
10236 need_lib_prefix=no
10237 library_names_spec='$libname${shared_ext} $libname.a'
10238 dynamic_linker='OS/2 ld.exe'
10239 shlibpath_var=LIBPATH
10240 ;;
10241
10242osf3* | osf4* | osf5*)
10243 version_type=osf
10244 need_lib_prefix=no
10245 need_version=no
10246 soname_spec='${libname}${release}${shared_ext}$major'
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10248 shlibpath_var=LD_LIBRARY_PATH
10249 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10250 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10251 ;;
10252
10253rdos*)
10254 dynamic_linker=no
10255 ;;
10256
10257solaris*)
10258 version_type=linux
10259 need_lib_prefix=no
10260 need_version=no
10261 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10262 soname_spec='${libname}${release}${shared_ext}$major'
10263 shlibpath_var=LD_LIBRARY_PATH
10264 shlibpath_overrides_runpath=yes
10265 hardcode_into_libs=yes
10266 # ldd complains unless libraries are executable
10267 postinstall_cmds='chmod +x $lib'
10268 ;;
10269
10270sunos4*)
10271 version_type=sunos
10272 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10273 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10274 shlibpath_var=LD_LIBRARY_PATH
10275 shlibpath_overrides_runpath=yes
10276 if test "$with_gnu_ld" = yes; then
10277 need_lib_prefix=no
10278 fi
10279 need_version=yes
10280 ;;
10281
10282sysv4 | sysv4.3*)
10283 version_type=linux
10284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10285 soname_spec='${libname}${release}${shared_ext}$major'
10286 shlibpath_var=LD_LIBRARY_PATH
10287 case $host_vendor in
10288 sni)
10289 shlibpath_overrides_runpath=no
10290 need_lib_prefix=no
10291 runpath_var=LD_RUN_PATH
10292 ;;
10293 siemens)
10294 need_lib_prefix=no
10295 ;;
10296 motorola)
10297 need_lib_prefix=no
10298 need_version=no
10299 shlibpath_overrides_runpath=no
10300 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10301 ;;
10302 esac
10303 ;;
10304
10305sysv4*MP*)
10306 if test -d /usr/nec ;then
10307 version_type=linux
10308 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10309 soname_spec='$libname${shared_ext}.$major'
10310 shlibpath_var=LD_LIBRARY_PATH
2232061b 10311 fi
6bb11ab3
L
10312 ;;
10313
10314sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10315 version_type=freebsd-elf
10316 need_lib_prefix=no
10317 need_version=no
10318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10319 soname_spec='${libname}${release}${shared_ext}$major'
10320 shlibpath_var=LD_LIBRARY_PATH
10321 shlibpath_overrides_runpath=yes
10322 hardcode_into_libs=yes
10323 if test "$with_gnu_ld" = yes; then
10324 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10325 else
10326 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10327 case $host_os in
10328 sco3.2v5*)
10329 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10330 ;;
10331 esac
10332 fi
10333 sys_lib_dlsearch_path_spec='/usr/lib'
10334 ;;
10335
10336tpf*)
10337 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10338 version_type=linux
10339 need_lib_prefix=no
10340 need_version=no
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10342 shlibpath_var=LD_LIBRARY_PATH
10343 shlibpath_overrides_runpath=no
10344 hardcode_into_libs=yes
10345 ;;
10346
10347uts4*)
10348 version_type=linux
10349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10350 soname_spec='${libname}${release}${shared_ext}$major'
10351 shlibpath_var=LD_LIBRARY_PATH
10352 ;;
10353
10354*)
10355 dynamic_linker=no
10356 ;;
10357esac
10358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10359$as_echo "$dynamic_linker" >&6; }
10360test "$dynamic_linker" = no && can_build_shared=no
10361
10362variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10363if test "$GCC" = yes; then
10364 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10365fi
2232061b 10366
6bb11ab3
L
10367if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10368 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10369fi
10370if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10371 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10372fi
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
10398
2232061b 10399
2232061b 10400
2232061b 10401
2232061b 10402
2232061b
MF
10403
10404
6ffe910a 10405
6ffe910a
MF
10406
10407
10408
10409
10410
2232061b 10411
6ffe910a
MF
10412
10413
10414
10415
6ffe910a 10416
6ffe910a 10417
6ffe910a
MF
10418
10419
6ffe910a 10420
6ffe910a 10421
6ffe910a
MF
10422
10423
5f3ef9d0 10424
5f3ef9d0
JB
10425
10426
10427
db2e4d67
MF
10428
10429
db2e4d67 10430
db2e4d67 10431
db2e4d67 10432
db2e4d67 10433
db2e4d67 10434
db2e4d67 10435
db2e4d67 10436
db2e4d67
MF
10437
10438
db2e4d67 10439
db2e4d67
MF
10440
10441
db2e4d67 10442
db2e4d67
MF
10443
10444
6ffe910a 10445
6ffe910a 10446
6ffe910a
MF
10447
10448
6ffe910a
MF
10449
10450
6ffe910a 10451
6ffe910a 10452
6ffe910a 10453
6ffe910a 10454
6ffe910a 10455
b7026657 10456
b7026657 10457
b34f6357 10458
b7026657 10459
b7026657 10460
b34f6357 10461
b7026657 10462
b7026657 10463
b34f6357 10464
6bb11ab3
L
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10466$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10467hardcode_action=
10468if test -n "$hardcode_libdir_flag_spec" ||
10469 test -n "$runpath_var" ||
10470 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10471
6bb11ab3
L
10472 # We can hardcode non-existent directories.
10473 if test "$hardcode_direct" != no &&
10474 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10475 # have to relink, otherwise we might link with an installed library
10476 # when we should be linking with a yet-to-be-installed one
10477 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10478 test "$hardcode_minus_L" != no; then
10479 # Linking always hardcodes the temporary library directory.
10480 hardcode_action=relink
10481 else
10482 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10483 hardcode_action=immediate
10484 fi
10485else
10486 # We cannot hardcode anything, or else we can only hardcode existing
10487 # directories.
10488 hardcode_action=unsupported
b34f6357 10489fi
6bb11ab3
L
10490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10491$as_echo "$hardcode_action" >&6; }
b7026657 10492
6bb11ab3
L
10493if test "$hardcode_action" = relink ||
10494 test "$inherit_rpath" = yes; then
10495 # Fast installation is not supported
10496 enable_fast_install=no
10497elif test "$shlibpath_overrides_runpath" = yes ||
10498 test "$enable_shared" = no; then
10499 # Fast installation is not necessary
10500 enable_fast_install=needless
10501fi
b34f6357 10502
6bb11ab3
L
10503
10504
10505
10506
10507
10508 if test "x$enable_dlopen" != xyes; then
10509 enable_dlopen=unknown
10510 enable_dlopen_self=unknown
10511 enable_dlopen_self_static=unknown
10512else
10513 lt_cv_dlopen=no
10514 lt_cv_dlopen_libs=
10515
10516 case $host_os in
10517 beos*)
10518 lt_cv_dlopen="load_add_on"
10519 lt_cv_dlopen_libs=
10520 lt_cv_dlopen_self=yes
10521 ;;
10522
10523 mingw* | pw32* | cegcc*)
10524 lt_cv_dlopen="LoadLibrary"
10525 lt_cv_dlopen_libs=
10526 ;;
10527
10528 cygwin*)
10529 lt_cv_dlopen="dlopen"
10530 lt_cv_dlopen_libs=
10531 ;;
10532
10533 darwin*)
10534 # if libdl is installed we need to link against it
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10536$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10537if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10538 $as_echo_n "(cached) " >&6
10539else
10540 ac_check_lib_save_LIBS=$LIBS
10541LIBS="-ldl $LIBS"
10542cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10543/* end confdefs.h. */
10544
10545/* Override any GCC internal prototype to avoid an error.
10546 Use char because int might match the return type of a GCC
10547 builtin and then its argument prototype would still apply. */
10548#ifdef __cplusplus
10549extern "C"
10550#endif
10551char dlopen ();
10552int
10553main ()
10554{
10555return dlopen ();
10556 ;
10557 return 0;
10558}
b7026657 10559_ACEOF
6bb11ab3
L
10560if ac_fn_c_try_link "$LINENO"; then :
10561 ac_cv_lib_dl_dlopen=yes
10562else
10563 ac_cv_lib_dl_dlopen=no
10564fi
10565rm -f core conftest.err conftest.$ac_objext \
10566 conftest$ac_exeext conftest.$ac_ext
10567LIBS=$ac_check_lib_save_LIBS
10568fi
10569{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10570$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10571if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10572 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10573else
10574
10575 lt_cv_dlopen="dyld"
10576 lt_cv_dlopen_libs=
10577 lt_cv_dlopen_self=yes
b34f6357 10578
b34f6357 10579fi
b34f6357 10580
6bb11ab3 10581 ;;
b34f6357 10582
6bb11ab3
L
10583 *)
10584 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10585if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10586 lt_cv_dlopen="shl_load"
10587else
10588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10589$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10590if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10591 $as_echo_n "(cached) " >&6
10592else
10593 ac_check_lib_save_LIBS=$LIBS
10594LIBS="-ldld $LIBS"
10595cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10596/* end confdefs.h. */
10597
10598/* Override any GCC internal prototype to avoid an error.
10599 Use char because int might match the return type of a GCC
10600 builtin and then its argument prototype would still apply. */
10601#ifdef __cplusplus
10602extern "C"
10603#endif
10604char shl_load ();
10605int
10606main ()
10607{
10608return shl_load ();
10609 ;
10610 return 0;
10611}
10612_ACEOF
10613if ac_fn_c_try_link "$LINENO"; then :
10614 ac_cv_lib_dld_shl_load=yes
10615else
10616 ac_cv_lib_dld_shl_load=no
10617fi
10618rm -f core conftest.err conftest.$ac_objext \
10619 conftest$ac_exeext conftest.$ac_ext
10620LIBS=$ac_check_lib_save_LIBS
10621fi
10622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10623$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10624if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10625 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10626else
10627 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10628if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10629 lt_cv_dlopen="dlopen"
10630else
10631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10632$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10633if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10634 $as_echo_n "(cached) " >&6
b34f6357 10635else
b7026657 10636 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10637LIBS="-ldl $LIBS"
81ecdfbb 10638cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10639/* end confdefs.h. */
10640
81ecdfbb
RW
10641/* Override any GCC internal prototype to avoid an error.
10642 Use char because int might match the return type of a GCC
10643 builtin and then its argument prototype would still apply. */
b7026657
AC
10644#ifdef __cplusplus
10645extern "C"
10646#endif
6bb11ab3 10647char dlopen ();
b7026657
AC
10648int
10649main ()
10650{
6bb11ab3 10651return dlopen ();
b7026657
AC
10652 ;
10653 return 0;
10654}
10655_ACEOF
81ecdfbb 10656if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10657 ac_cv_lib_dl_dlopen=yes
b7026657 10658else
6bb11ab3 10659 ac_cv_lib_dl_dlopen=no
b7026657 10660fi
81ecdfbb
RW
10661rm -f core conftest.err conftest.$ac_objext \
10662 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10663LIBS=$ac_check_lib_save_LIBS
10664fi
6bb11ab3
L
10665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10666$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10667if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10668 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10669else
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10671$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10672if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10673 $as_echo_n "(cached) " >&6
b34f6357 10674else
b7026657 10675 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10676LIBS="-lsvld $LIBS"
81ecdfbb 10677cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10678/* end confdefs.h. */
b34f6357 10679
81ecdfbb
RW
10680/* Override any GCC internal prototype to avoid an error.
10681 Use char because int might match the return type of a GCC
10682 builtin and then its argument prototype would still apply. */
b7026657
AC
10683#ifdef __cplusplus
10684extern "C"
10685#endif
6bb11ab3 10686char dlopen ();
b7026657
AC
10687int
10688main ()
10689{
6bb11ab3 10690return dlopen ();
b7026657
AC
10691 ;
10692 return 0;
10693}
10694_ACEOF
81ecdfbb 10695if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10696 ac_cv_lib_svld_dlopen=yes
b7026657 10697else
6bb11ab3 10698 ac_cv_lib_svld_dlopen=no
b7026657 10699fi
81ecdfbb
RW
10700rm -f core conftest.err conftest.$ac_objext \
10701 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10702LIBS=$ac_check_lib_save_LIBS
10703fi
6bb11ab3
L
10704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10705$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10706if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10707 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10708else
6bb11ab3
L
10709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10710$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10711if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10712 $as_echo_n "(cached) " >&6
b5bd9624 10713else
6bb11ab3
L
10714 ac_check_lib_save_LIBS=$LIBS
10715LIBS="-ldld $LIBS"
81ecdfbb 10716cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10717/* end confdefs.h. */
10718
81ecdfbb
RW
10719/* Override any GCC internal prototype to avoid an error.
10720 Use char because int might match the return type of a GCC
b5bd9624 10721 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10722#ifdef __cplusplus
10723extern "C"
10724#endif
6bb11ab3 10725char dld_link ();
b5bd9624
HPN
10726int
10727main ()
10728{
6bb11ab3 10729return dld_link ();
b5bd9624
HPN
10730 ;
10731 return 0;
10732}
10733_ACEOF
6bb11ab3
L
10734if ac_fn_c_try_link "$LINENO"; then :
10735 ac_cv_lib_dld_dld_link=yes
10736else
10737 ac_cv_lib_dld_dld_link=no
10738fi
10739rm -f core conftest.err conftest.$ac_objext \
10740 conftest$ac_exeext conftest.$ac_ext
10741LIBS=$ac_check_lib_save_LIBS
10742fi
10743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10744$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10745if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10746 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10747fi
10748
10749
10750fi
10751
10752
10753fi
10754
10755
10756fi
10757
10758
10759fi
10760
10761
10762fi
10763
10764 ;;
10765 esac
10766
10767 if test "x$lt_cv_dlopen" != xno; then
10768 enable_dlopen=yes
b5bd9624 10769 else
6bb11ab3
L
10770 enable_dlopen=no
10771 fi
10772
10773 case $lt_cv_dlopen in
10774 dlopen)
10775 save_CPPFLAGS="$CPPFLAGS"
10776 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10777
10778 save_LDFLAGS="$LDFLAGS"
10779 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10780
10781 save_LIBS="$LIBS"
10782 LIBS="$lt_cv_dlopen_libs $LIBS"
10783
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10785$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10786if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10787 $as_echo_n "(cached) " >&6
10788else
10789 if test "$cross_compiling" = yes; then :
10790 lt_cv_dlopen_self=cross
10791else
10792 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10793 lt_status=$lt_dlunknown
10794 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10795#line 10795 "configure"
6bb11ab3
L
10796#include "confdefs.h"
10797
10798#if HAVE_DLFCN_H
10799#include <dlfcn.h>
10800#endif
10801
10802#include <stdio.h>
10803
10804#ifdef RTLD_GLOBAL
10805# define LT_DLGLOBAL RTLD_GLOBAL
10806#else
10807# ifdef DL_GLOBAL
10808# define LT_DLGLOBAL DL_GLOBAL
10809# else
10810# define LT_DLGLOBAL 0
10811# endif
10812#endif
10813
10814/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10815 find out it does not work in some platform. */
10816#ifndef LT_DLLAZY_OR_NOW
10817# ifdef RTLD_LAZY
10818# define LT_DLLAZY_OR_NOW RTLD_LAZY
10819# else
10820# ifdef DL_LAZY
10821# define LT_DLLAZY_OR_NOW DL_LAZY
10822# else
10823# ifdef RTLD_NOW
10824# define LT_DLLAZY_OR_NOW RTLD_NOW
10825# else
10826# ifdef DL_NOW
10827# define LT_DLLAZY_OR_NOW DL_NOW
10828# else
10829# define LT_DLLAZY_OR_NOW 0
10830# endif
10831# endif
10832# endif
10833# endif
10834#endif
10835
10836/* When -fvisbility=hidden is used, assume the code has been annotated
10837 correspondingly for the symbols needed. */
10838#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10839void fnord () __attribute__((visibility("default")));
10840#endif
10841
10842void fnord () { int i=42; }
10843int main ()
10844{
10845 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10846 int status = $lt_dlunknown;
10847
10848 if (self)
10849 {
10850 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10851 else
10852 {
10853 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10854 else puts (dlerror ());
10855 }
10856 /* dlclose (self); */
10857 }
10858 else
10859 puts (dlerror ());
10860
10861 return status;
10862}
10863_LT_EOF
10864 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10865 (eval $ac_link) 2>&5
10866 ac_status=$?
10867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10868 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10869 (./conftest; exit; ) >&5 2>/dev/null
10870 lt_status=$?
10871 case x$lt_status in
10872 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10873 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10874 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10875 esac
10876 else :
10877 # compilation failed
10878 lt_cv_dlopen_self=no
b5bd9624 10879 fi
b5bd9624 10880fi
6bb11ab3
L
10881rm -fr conftest*
10882
10883
b5bd9624 10884fi
6bb11ab3
L
10885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10886$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10887
6bb11ab3
L
10888 if test "x$lt_cv_dlopen_self" = xyes; then
10889 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10891$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10892if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10893 $as_echo_n "(cached) " >&6
b5bd9624 10894else
6bb11ab3
L
10895 if test "$cross_compiling" = yes; then :
10896 lt_cv_dlopen_self_static=cross
10897else
10898 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10899 lt_status=$lt_dlunknown
10900 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10901#line 10901 "configure"
6bb11ab3
L
10902#include "confdefs.h"
10903
10904#if HAVE_DLFCN_H
10905#include <dlfcn.h>
10906#endif
10907
10908#include <stdio.h>
10909
10910#ifdef RTLD_GLOBAL
10911# define LT_DLGLOBAL RTLD_GLOBAL
10912#else
10913# ifdef DL_GLOBAL
10914# define LT_DLGLOBAL DL_GLOBAL
10915# else
10916# define LT_DLGLOBAL 0
10917# endif
10918#endif
10919
10920/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10921 find out it does not work in some platform. */
10922#ifndef LT_DLLAZY_OR_NOW
10923# ifdef RTLD_LAZY
10924# define LT_DLLAZY_OR_NOW RTLD_LAZY
10925# else
10926# ifdef DL_LAZY
10927# define LT_DLLAZY_OR_NOW DL_LAZY
10928# else
10929# ifdef RTLD_NOW
10930# define LT_DLLAZY_OR_NOW RTLD_NOW
10931# else
10932# ifdef DL_NOW
10933# define LT_DLLAZY_OR_NOW DL_NOW
10934# else
10935# define LT_DLLAZY_OR_NOW 0
10936# endif
10937# endif
10938# endif
10939# endif
10940#endif
10941
10942/* When -fvisbility=hidden is used, assume the code has been annotated
10943 correspondingly for the symbols needed. */
10944#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10945void fnord () __attribute__((visibility("default")));
10946#endif
10947
10948void fnord () { int i=42; }
10949int main ()
10950{
10951 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10952 int status = $lt_dlunknown;
10953
10954 if (self)
10955 {
10956 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10957 else
10958 {
10959 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10960 else puts (dlerror ());
10961 }
10962 /* dlclose (self); */
10963 }
10964 else
10965 puts (dlerror ());
10966
10967 return status;
10968}
10969_LT_EOF
10970 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10971 (eval $ac_link) 2>&5
10972 ac_status=$?
10973 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10974 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10975 (./conftest; exit; ) >&5 2>/dev/null
10976 lt_status=$?
10977 case x$lt_status in
10978 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10979 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10980 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10981 esac
10982 else :
10983 # compilation failed
10984 lt_cv_dlopen_self_static=no
10985 fi
b5bd9624 10986fi
6bb11ab3
L
10987rm -fr conftest*
10988
10989
b5bd9624 10990fi
6bb11ab3
L
10991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10992$as_echo "$lt_cv_dlopen_self_static" >&6; }
10993 fi
10994
10995 CPPFLAGS="$save_CPPFLAGS"
10996 LDFLAGS="$save_LDFLAGS"
10997 LIBS="$save_LIBS"
10998 ;;
10999 esac
11000
11001 case $lt_cv_dlopen_self in
11002 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11003 *) enable_dlopen_self=unknown ;;
11004 esac
11005
11006 case $lt_cv_dlopen_self_static in
11007 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11008 *) enable_dlopen_self_static=unknown ;;
11009 esac
11010fi
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028striplib=
11029old_striplib=
11030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11031$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11032if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11033 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11034 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11036$as_echo "yes" >&6; }
11037else
11038# FIXME - insert some real tests, host_os isn't really good enough
11039 case $host_os in
11040 darwin*)
11041 if test -n "$STRIP" ; then
11042 striplib="$STRIP -x"
11043 old_striplib="$STRIP -S"
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11045$as_echo "yes" >&6; }
11046 else
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11048$as_echo "no" >&6; }
11049 fi
11050 ;;
11051 *)
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11053$as_echo "no" >&6; }
11054 ;;
11055 esac
11056fi
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069 # Report which library types will actually be built
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11071$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11073$as_echo "$can_build_shared" >&6; }
11074
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11076$as_echo_n "checking whether to build shared libraries... " >&6; }
11077 test "$can_build_shared" = "no" && enable_shared=no
11078
11079 # On AIX, shared libraries and static libraries use the same namespace, and
11080 # are all built from PIC.
11081 case $host_os in
11082 aix3*)
11083 test "$enable_shared" = yes && enable_static=no
11084 if test -n "$RANLIB"; then
11085 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11086 postinstall_cmds='$RANLIB $lib'
11087 fi
11088 ;;
11089
11090 aix[4-9]*)
11091 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11092 test "$enable_shared" = yes && enable_static=no
11093 fi
11094 ;;
11095 esac
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11097$as_echo "$enable_shared" >&6; }
11098
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11100$as_echo_n "checking whether to build static libraries... " >&6; }
11101 # Make sure either enable_shared or enable_static is yes.
11102 test "$enable_shared" = yes || enable_static=yes
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11104$as_echo "$enable_static" >&6; }
11105
11106
11107
11108
11109fi
11110ac_ext=c
11111ac_cpp='$CPP $CPPFLAGS'
11112ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11113ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11114ac_compiler_gnu=$ac_cv_c_compiler_gnu
11115
11116CC="$lt_save_CC"
11117
11118
11119
11120
11121
11122
11123
11124
11125
b5bd9624 11126
b5bd9624 11127
b5bd9624 11128
b5bd9624 11129
6bb11ab3
L
11130 ac_config_commands="$ac_config_commands libtool"
11131
11132
11133
11134
11135# Only expand once:
11136
11137
5912fadd 11138
b5bd9624 11139
b34f6357
DB
11140
11141
31e6ad7d
MF
11142
11143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11144$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11145 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11146if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11147 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11148else
11149 USE_MAINTAINER_MODE=no
b34f6357 11150fi
31e6ad7d
MF
11151
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11153$as_echo "$USE_MAINTAINER_MODE" >&6; }
11154 if test $USE_MAINTAINER_MODE = yes; then
11155 MAINTAINER_MODE_TRUE=
11156 MAINTAINER_MODE_FALSE='#'
b34f6357 11157else
31e6ad7d
MF
11158 MAINTAINER_MODE_TRUE='#'
11159 MAINTAINER_MODE_FALSE=
81ecdfbb 11160fi
b34f6357 11161
31e6ad7d
MF
11162 MAINT=$MAINTAINER_MODE_TRUE
11163
11164
b34f6357 11165
81ecdfbb 11166
ce39bd38
MF
11167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11168$as_echo_n "checking for sim debug setting... " >&6; }
11169sim_debug="0"
81ecdfbb
RW
11170# Check whether --enable-sim-debug was given.
11171if test "${enable_sim_debug+set}" = set; then :
11172 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11173 yes) sim_debug="7";;
11174 no) sim_debug="0";;
11175 *) sim_debug="($enableval)";;
b34f6357 11176esac
b34f6357 11177fi
ce39bd38
MF
11178if test "$sim_debug" != "0"; then
11179
11180cat >>confdefs.h <<_ACEOF
11181#define DEBUG $sim_debug
11182_ACEOF
11183
81ecdfbb
RW
11184fi
11185
ce39bd38
MF
11186cat >>confdefs.h <<_ACEOF
11187#define WITH_DEBUG $sim_debug
11188_ACEOF
11189
11190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11191$as_echo "$sim_debug" >&6; }
b34f6357
DB
11192
11193
ce39bd38
MF
11194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11195$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11196sim_stdio="0"
81ecdfbb
RW
11197# Check whether --enable-sim-stdio was given.
11198if test "${enable_sim_stdio+set}" = set; then :
11199 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11200 yes) sim_stdio="DO_USE_STDIO";;
11201 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11202 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
b34f6357 11203esac
81ecdfbb 11204fi
b34f6357 11205
ce39bd38
MF
11206cat >>confdefs.h <<_ACEOF
11207#define WITH_STDIO $sim_stdio
11208_ACEOF
11209
11210{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11211$as_echo "$sim_stdio" >&6; }
b34f6357 11212
81ecdfbb 11213
ce39bd38
MF
11214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11215$as_echo_n "checking for sim trace settings... " >&6; }
11216sim_trace="~TRACE_debug"
81ecdfbb
RW
11217# Check whether --enable-sim-trace was given.
11218if test "${enable_sim_trace+set}" = set; then :
11219 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11220 yes) sim_trace="-1";;
11221 no) sim_trace="0";;
b34f6357 11222 [-0-9]*)
ce39bd38 11223 sim_trace="'(${enableval})'";;
2232061b 11224 [[:lower:]]*)
b34f6357
DB
11225 sim_trace=""
11226 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11227 if test x"$sim_trace" = x; then
ce39bd38 11228 sim_trace="(TRACE_$x"
b34f6357
DB
11229 else
11230 sim_trace="${sim_trace}|TRACE_$x"
11231 fi
11232 done
ce39bd38 11233 sim_trace="$sim_trace)" ;;
b34f6357 11234esac
81ecdfbb
RW
11235fi
11236
ce39bd38
MF
11237cat >>confdefs.h <<_ACEOF
11238#define WITH_TRACE $sim_trace
11239_ACEOF
11240
11241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11242$as_echo "$sim_trace" >&6; }
b34f6357
DB
11243
11244
ce39bd38
MF
11245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11246$as_echo_n "checking for sim profile settings... " >&6; }
11247profile="1"
11248sim_profile="-1"
81ecdfbb
RW
11249# Check whether --enable-sim-profile was given.
11250if test "${enable_sim_profile+set}" = set; then :
11251 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11252 yes) profile="1" sim_profile="-1";;
11253 no) profile="0" sim_profile="0";;
b34f6357 11254 [-0-9]*)
ce39bd38 11255 profile="(${enableval})" sim_profile="(${enableval})";;
b34f6357 11256 [a-z]*)
ce39bd38 11257 profile="1"
b34f6357
DB
11258 sim_profile=""
11259 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11260 if test x"$sim_profile" = x; then
ce39bd38 11261 sim_profile="(PROFILE_$x"
b34f6357
DB
11262 else
11263 sim_profile="${sim_profile}|PROFILE_$x"
11264 fi
11265 done
ce39bd38 11266 sim_profile="$sim_profile)" ;;
b34f6357 11267esac
81ecdfbb
RW
11268fi
11269
ce39bd38
MF
11270cat >>confdefs.h <<_ACEOF
11271#define PROFILE $profile
11272_ACEOF
b34f6357
DB
11273
11274
ce39bd38
MF
11275cat >>confdefs.h <<_ACEOF
11276#define WITH_PROFILE $sim_profile
11277_ACEOF
11278
11279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11280$as_echo "$sim_profile" >&6; }
11281
11282
11283
347fe5bb
MF
11284sim_inline="-DDEFAULT_INLINE=0"
11285# Check whether --enable-sim-inline was given.
11286if test "${enable_sim_inline+set}" = set; then :
11287 enableval=$enable_sim_inline; sim_inline=""
11288case "$enableval" in
11289 no) sim_inline="-DDEFAULT_INLINE=0";;
11290 0) sim_inline="-DDEFAULT_INLINE=0";;
11291 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11292 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11293 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11294 new_flag=""
11295 case "$x" in
11296 *_INLINE=*) new_flag="-D$x";;
11297 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11298 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11299 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11300 esac
11301 if test x"$sim_inline" = x""; then
11302 sim_inline="$new_flag"
11303 else
11304 sim_inline="$sim_inline $new_flag"
11305 fi
11306 done;;
11307esac
11308if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11309 echo "Setting inline flags = $sim_inline" 6>&1
11310fi
11311fi
11312
11313
11314
6efef468 11315
81ecdfbb
RW
11316# Check whether --with-pkgversion was given.
11317if test "${with_pkgversion+set}" = set; then :
11318 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11319 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11320 no) PKGVERSION= ;;
11321 *) PKGVERSION="($withval) " ;;
11322 esac
11323else
bf12d44e 11324 PKGVERSION="(SIM) "
6efef468 11325
81ecdfbb
RW
11326fi
11327
6efef468
JM
11328
11329
11330
11331
81ecdfbb
RW
11332# Check whether --with-bugurl was given.
11333if test "${with_bugurl+set}" = set; then :
11334 withval=$with_bugurl; case "$withval" in
d0ac1c44 11335 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11336 no) BUGURL=
11337 ;;
11338 *) BUGURL="$withval"
11339 ;;
11340 esac
11341else
dfb856ba 11342 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11343
81ecdfbb
RW
11344fi
11345
6efef468
JM
11346 case ${BUGURL} in
11347 "")
11348 REPORT_BUGS_TO=
11349 REPORT_BUGS_TEXI=
11350 ;;
11351 *)
11352 REPORT_BUGS_TO="<$BUGURL>"
11353 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11354 ;;
11355 esac;
11356
11357
11358
11359
11360cat >>confdefs.h <<_ACEOF
11361#define PKGVERSION "$PKGVERSION"
11362_ACEOF
11363
11364
11365cat >>confdefs.h <<_ACEOF
11366#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11367_ACEOF
11368
11369
b34f6357
DB
11370
11371
b34f6357
DB
11372
11373
1ac72f06 11374wire_endian="BIG"
b34f6357 11375default_endian=""
81ecdfbb
RW
11376# Check whether --enable-sim-endian was given.
11377if test "${enable_sim_endian+set}" = set; then :
11378 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11379 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11380 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
b34f6357 11381 yes) if test x"$wire_endian" != x; then
1ac72f06 11382 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357 11383 else
1ac72f06
MF
11384 if test x"$default_endian" != x; then
11385 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
11386 else
11387 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11388 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
b34f6357
DB
11389 fi
11390 fi;;
11391 no) if test x"$default_endian" != x; then
1ac72f06 11392 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
11393 else
11394 if test x"$wire_endian" != x; then
1ac72f06 11395 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357
DB
11396 else
11397 echo "No default endian for target $target" 1>&6
1ac72f06 11398 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
b34f6357
DB
11399 fi
11400 fi;;
d0ac1c44 11401 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
b34f6357
DB
11402esac
11403if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11404 echo "Setting endian flags = $sim_endian" 6>&1
11405fi
11406else
11407 if test x"$default_endian" != x; then
1ac72f06 11408 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
11409else
11410 if test x"$wire_endian" != x; then
1ac72f06 11411 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357
DB
11412 else
11413 sim_endian=
11414 fi
11415fi
81ecdfbb
RW
11416fi
11417
b34f6357
DB
11418wire_alignment="STRICT_ALIGNMENT"
11419default_alignment=""
11420
81ecdfbb
RW
11421# Check whether --enable-sim-alignment was given.
11422if test "${enable_sim_alignment+set}" = set; then :
11423 enableval=$enable_sim_alignment; case "${enableval}" in
b34f6357
DB
11424 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11425 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11426 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11427 yes) if test x"$wire_alignment" != x; then
11428 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11429 else
11430 if test x"$default_alignment" != x; then
11431 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11432 else
11433 echo "No hard-wired alignment for target $target" 1>&6
11434 sim_alignment="-DWITH_ALIGNMENT=0"
11435 fi
11436 fi;;
11437 no) if test x"$default_alignment" != x; then
11438 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11439 else
11440 if test x"$wire_alignment" != x; then
11441 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11442 else
11443 echo "No default alignment for target $target" 1>&6
11444 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11445 fi
11446 fi;;
d0ac1c44 11447 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
b34f6357
DB
11448esac
11449if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11450 echo "Setting alignment flags = $sim_alignment" 6>&1
11451fi
11452else
11453 if test x"$default_alignment" != x; then
11454 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11455else
11456 if test x"$wire_alignment" != x; then
11457 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11458 else
11459 sim_alignment=
11460 fi
11461fi
81ecdfbb
RW
11462fi
11463
b34f6357 11464
b34f6357 11465default_sim_scache="16384"
81ecdfbb
RW
11466# Check whether --enable-sim-scache was given.
11467if test "${enable_sim_scache+set}" = set; then :
11468 enableval=$enable_sim_scache; case "${enableval}" in
b34f6357
DB
11469 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11470 no) sim_scache="-DWITH_SCACHE=0" ;;
379832de 11471 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11472 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
b34f6357
DB
11473 sim_scache="";;
11474esac
11475if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11476 echo "Setting scache size = $sim_scache" 6>&1
11477fi
11478else
11479 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11480fi
11481
b7026657
AC
11482
11483
11484default_sim_default_model="fr500"
81ecdfbb
RW
11485# Check whether --enable-sim-default-model was given.
11486if test "${enable_sim_default_model+set}" = set; then :
11487 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11488 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
b7026657
AC
11489 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11490esac
11491if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11492 echo "Setting default model = $sim_default_model" 6>&1
11493fi
11494else
11495 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
11496fi
11497
b7026657
AC
11498
11499
5c1008a4
MF
11500# Check whether --enable-werror was given.
11501if test "${enable_werror+set}" = set; then :
11502 enableval=$enable_werror; case "${enableval}" in
11503 yes | y) ERROR_ON_WARNING="yes" ;;
11504 no | n) ERROR_ON_WARNING="no" ;;
11505 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11506 esac
11507fi
11508
11509
11510# Enable -Werror by default when using gcc
11511if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11512 ERROR_ON_WARNING=yes
11513fi
11514
11515WERROR_CFLAGS=""
11516
11517build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11518-Wpointer-sign \
11519-Wno-unused -Wunused-value -Wunused-function \
11520-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11521-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11522-Wold-style-declaration -Wold-style-definition"
11523
11524# Enable -Wno-format by default when using gcc on mingw since many
11525# GCC versions complain about %I64.
11526case "${host}" in
11527 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11528 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11529esac
11530
11531# Check whether --enable-build-warnings was given.
11532if test "${enable_build_warnings+set}" = set; then :
11533 enableval=$enable_build_warnings; case "${enableval}" in
11534 yes) ;;
11535 no) build_warnings="-w";;
11536 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11537 build_warnings="${build_warnings} ${t}";;
11538 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11539 build_warnings="${t} ${build_warnings}";;
11540 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11541esac
11542if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11543 echo "Setting compiler warning flags = $build_warnings" 6>&1
11544fi
11545fi
11546# Check whether --enable-sim-build-warnings was given.
11547if test "${enable_sim_build_warnings+set}" = set; then :
11548 enableval=$enable_sim_build_warnings; case "${enableval}" in
11549 yes) ;;
11550 no) build_warnings="-w";;
11551 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11552 build_warnings="${build_warnings} ${t}";;
11553 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11554 build_warnings="${t} ${build_warnings}";;
11555 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11556esac
11557if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11558 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11559fi
11560fi
11561WARN_CFLAGS=""
11562if test "x${build_warnings}" != x -a "x$GCC" = xyes
11563then
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11565$as_echo_n "checking compiler warning flags... " >&6; }
11566 # Separate out the -Werror flag as some files just cannot be
11567 # compiled with it enabled.
11568 for w in ${build_warnings}; do
11569 case $w in
11570 -Werr*) WERROR_CFLAGS=-Werror ;;
11571 *) # Check that GCC accepts it
11572 saved_CFLAGS="$CFLAGS"
1f195bc3 11573 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11575/* end confdefs.h. */
11576
11577int
11578main ()
11579{
11580
11581 ;
11582 return 0;
11583}
11584_ACEOF
11585if ac_fn_c_try_compile "$LINENO"; then :
11586 WARN_CFLAGS="${WARN_CFLAGS} $w"
11587fi
11588rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11589 CFLAGS="$saved_CFLAGS"
11590 esac
11591 done
11592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11593$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11594fi
11595
11596
b7026657
AC
11597cgen_maint=no
11598cgen=guile
11599cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11600# Check whether --enable-cgen-maint was given.
11601if test "${enable_cgen_maint+set}" = set; then :
11602 enableval=$enable_cgen_maint; case "${enableval}" in
b7026657
AC
11603 yes) cgen_maint=yes ;;
11604 no) cgen_maint=no ;;
11605 *)
7fb45a68
AB
11606 # Argument is a directory where cgen can be found. In some
11607 # future world cgen could be installable, but right now this
11608 # is not the case. Instead we assume the directory is a path
11609 # to the cgen source tree.
11610 cgen_maint=yes
11611 if test -r ${enableval}/iformat.scm; then
11612 # This looks like a cgen source tree.
11613 cgendir=${enableval}
11614 else
11615 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11616 fi
b7026657
AC
11617 ;;
11618esac
81ecdfbb
RW
11619fi
11620if test x${cgen_maint} != xno ; then
b7026657
AC
11621 CGEN_MAINT=''
11622else
11623 CGEN_MAINT='#'
11624fi
11625
11626
11627
11628
11629
11630#
11631# Enable making unknown traps dump out registers
11632#
81ecdfbb
RW
11633# Check whether --enable-sim-trapdump was given.
11634if test "${enable_sim_trapdump+set}" = set; then :
11635 enableval=$enable_sim_trapdump; case "${enableval}" in
b7026657
AC
11636 yes) sim_trapdump="-DTRAPDUMP=1";;
11637 no) sim_trapdump="-DTRAPDUMP=0";;
d0ac1c44 11638 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
b7026657
AC
11639esac
11640if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
11641 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
11642fi
11643else
11644 sim_trapdump=""
81ecdfbb
RW
11645fi
11646
b7026657
AC
11647
11648
9d903352 11649hardware="cfi core pal glue "
94c63d78
JS
11650sim_hw_cflags="-DWITH_HW=1"
11651sim_hw="$hardware"
11652sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11653
94c63d78
JS
11654# Check whether --enable-sim-hardware was given.
11655if test "${enable_sim_hardware+set}" = set; then :
11656 enableval=$enable_sim_hardware;
30452bbe 11657else
97f478c5 11658 enable_sim_hardware="yes"
1517bd27
MF
11659fi
11660
11661case ${enable_sim_hardware} in
64dd13df
MF
11662 yes|no) ;;
11663 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11664 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11665 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 11666esac
1517bd27 11667
64dd13df 11668if test "$enable_sim_hardware" = no; then
94c63d78
JS
11669 sim_hw_objs=
11670 sim_hw_cflags="-DWITH_HW=0"
11671 sim_hw=
11672else
11673 sim_hw_cflags="-DWITH_HW=1"
11674 # remove duplicates
11675 sim_hw=""
11676 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11677 for i in $hardware ; do
11678 case " $sim_hw " in
11679 *" $i "*) ;;
11680 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11681 esac
11682 done
11683 # mingw does not support sockser
94c63d78
JS
11684 case ${host} in
11685 *mingw*) ;;
49cd1634
MF
11686 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11687 # that you instatiate. Instead, other code will call into it directly.
11688 # At some point, we should convert it over.
11689 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
11690
11691cat >>confdefs.h <<_ACEOF
11692#define HAVE_DV_SOCKSER 1
11693_ACEOF
11694
11695 ;;
11696 esac
1517bd27
MF
11697 if test x"$silent" != x"yes"; then
11698 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 11699 fi
1517bd27
MF
11700 case " $hardware " in
11701 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 11702$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11703if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
11704 $as_echo_n "(cached) " >&6
11705else
11706 ac_check_lib_save_LIBS=$LIBS
11707LIBS="-lm $LIBS"
11708cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11709/* end confdefs.h. */
11710
11711/* Override any GCC internal prototype to avoid an error.
11712 Use char because int might match the return type of a GCC
11713 builtin and then its argument prototype would still apply. */
11714#ifdef __cplusplus
11715extern "C"
11716#endif
11717char log2 ();
11718int
11719main ()
11720{
11721return log2 ();
11722 ;
11723 return 0;
11724}
11725_ACEOF
11726if ac_fn_c_try_link "$LINENO"; then :
11727 ac_cv_lib_m_log2=yes
11728else
11729 ac_cv_lib_m_log2=no
11730fi
11731rm -f core conftest.err conftest.$ac_objext \
11732 conftest$ac_exeext conftest.$ac_ext
11733LIBS=$ac_check_lib_save_LIBS
11734fi
11735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11736$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11737if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
11738 cat >>confdefs.h <<_ACEOF
11739#define HAVE_LIBM 1
11740_ACEOF
11741
11742 LIBS="-lm $LIBS"
11743
11744fi
11745;;
1517bd27
MF
11746 esac
11747fi
94c63d78 11748
94c63d78 11749
b7026657
AC
11750cgen_breaks=""
11751if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11752cgen_breaks="break cgen_rtx_error";
11753fi
11754
81ecdfbb 11755ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11756
81ecdfbb 11757ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11758
81ecdfbb 11759ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11760
81ecdfbb 11761ac_config_commands="$ac_config_commands Makefile"
38f48d72 11762
81ecdfbb 11763ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11764
760b3e8b
MF
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
b7026657
AC
11777cat >confcache <<\_ACEOF
11778# This file is a shell script that caches the results of configure
11779# tests run on this system so they can be shared between configure
11780# scripts and configure runs, see configure's option --config-cache.
11781# It is not useful on other systems. If it contains results you don't
11782# want to keep, you may remove or edit it.
11783#
11784# config.status only pays attention to the cache file if you give it
11785# the --recheck option to rerun configure.
11786#
11787# `ac_cv_env_foo' variables (set or unset) will be overridden when
11788# loading this file, other *unset* `ac_cv_foo' will be assigned the
11789# following values.
11790
11791_ACEOF
11792
11793# The following way of writing the cache mishandles newlines in values,
11794# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11795# So, we kill variables containing newlines.
b7026657
AC
11796# Ultrix sh set writes to stderr and can't be redirected directly,
11797# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11798(
11799 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11800 eval ac_val=\$$ac_var
11801 case $ac_val in #(
11802 *${as_nl}*)
11803 case $ac_var in #(
11804 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11805$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11806 esac
11807 case $ac_var in #(
11808 _ | IFS | as_nl) ;; #(
11809 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11810 *) { eval $ac_var=; unset $ac_var;} ;;
11811 esac ;;
11812 esac
11813 done
11814
b7026657 11815 (set) 2>&1 |
81ecdfbb
RW
11816 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11817 *${as_nl}ac_space=\ *)
11818 # `set' does not quote correctly, so add quotes: double-quote
11819 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11820 sed -n \
11821 "s/'/'\\\\''/g;
11822 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11823 ;; #(
b7026657
AC
11824 *)
11825 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11826 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11827 ;;
81ecdfbb
RW
11828 esac |
11829 sort
11830) |
b7026657 11831 sed '
81ecdfbb 11832 /^ac_cv_env_/b end
b7026657 11833 t clear
81ecdfbb 11834 :clear
b7026657
AC
11835 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11836 t end
81ecdfbb
RW
11837 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11838 :end' >>confcache
11839if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11840 if test -w "$cache_file"; then
d0ac1c44 11841 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11843$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11844 if test ! -f "$cache_file" || test -h "$cache_file"; then
11845 cat confcache >"$cache_file"
11846 else
11847 case $cache_file in #(
11848 */* | ?:*)
11849 mv -f confcache "$cache_file"$$ &&
11850 mv -f "$cache_file"$$ "$cache_file" ;; #(
11851 *)
11852 mv -f confcache "$cache_file" ;;
11853 esac
11854 fi
11855 fi
b7026657 11856 else
81ecdfbb
RW
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11858$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11859 fi
11860fi
11861rm -f confcache
11862
11863test "x$prefix" = xNONE && prefix=$ac_default_prefix
11864# Let make expand exec_prefix.
11865test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11866
b7026657
AC
11867DEFS=-DHAVE_CONFIG_H
11868
11869ac_libobjs=
11870ac_ltlibobjs=
d0ac1c44 11871U=
b7026657
AC
11872for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11873 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11874 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11875 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11876 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11877 # will be set to the directory where LIBOBJS objects are built.
11878 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11879 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11880done
11881LIBOBJS=$ac_libobjs
11882
11883LTLIBOBJS=$ac_ltlibobjs
11884
11885
0cb8d851 11886
6bb11ab3 11887if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11888 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11889Usually this means the macro was only invoked conditionally." "$LINENO" 5
11890fi
31e6ad7d 11891if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11892 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11893Usually this means the macro was only invoked conditionally." "$LINENO" 5
11894fi
b7026657 11895
d0ac1c44 11896: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11897ac_write_fail=0
b7026657
AC
11898ac_clean_files_save=$ac_clean_files
11899ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11900{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11901$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11902as_write_fail=0
11903cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11904#! $SHELL
11905# Generated by $as_me.
11906# Run this file to recreate the current configuration.
11907# Compiler output produced by configure, useful for debugging
11908# configure, is in config.log if it exists.
11909
11910debug=false
11911ac_cs_recheck=false
11912ac_cs_silent=false
b7026657 11913
81ecdfbb
RW
11914SHELL=\${CONFIG_SHELL-$SHELL}
11915export SHELL
11916_ASEOF
11917cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11918## -------------------- ##
11919## M4sh Initialization. ##
11920## -------------------- ##
11921
11922# Be more Bourne compatible
11923DUALCASE=1; export DUALCASE # for MKS sh
11924if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11925 emulate sh
11926 NULLCMD=:
81ecdfbb 11927 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11928 # is contrary to our usage. Disable this feature.
11929 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11930 setopt NO_GLOB_SUBST
11931else
11932 case `(set -o) 2>/dev/null` in #(
11933 *posix*) :
11934 set -o posix ;; #(
11935 *) :
11936 ;;
11937esac
b7026657 11938fi
b7026657 11939
81ecdfbb
RW
11940
11941as_nl='
11942'
11943export as_nl
11944# Printing a long string crashes Solaris 7 /usr/bin/printf.
11945as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11946as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11947as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11948# Prefer a ksh shell builtin over an external printf program on Solaris,
11949# but without wasting forks for bash or zsh.
11950if test -z "$BASH_VERSION$ZSH_VERSION" \
11951 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11952 as_echo='print -r --'
11953 as_echo_n='print -rn --'
11954elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11955 as_echo='printf %s\n'
11956 as_echo_n='printf %s'
11957else
11958 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11959 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11960 as_echo_n='/usr/ucb/echo -n'
11961 else
11962 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11963 as_echo_n_body='eval
11964 arg=$1;
11965 case $arg in #(
11966 *"$as_nl"*)
11967 expr "X$arg" : "X\\(.*\\)$as_nl";
11968 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11969 esac;
11970 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11971 '
11972 export as_echo_n_body
11973 as_echo_n='sh -c $as_echo_n_body as_echo'
11974 fi
11975 export as_echo_body
11976 as_echo='sh -c $as_echo_body as_echo'
11977fi
11978
11979# The user is always right.
11980if test "${PATH_SEPARATOR+set}" != set; then
11981 PATH_SEPARATOR=:
11982 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11983 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11984 PATH_SEPARATOR=';'
11985 }
b7026657
AC
11986fi
11987
11988
81ecdfbb
RW
11989# IFS
11990# We need space, tab and new line, in precisely that order. Quoting is
11991# there to prevent editors from complaining about space-tab.
11992# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11993# splitting by setting IFS to empty value.)
11994IFS=" "" $as_nl"
11995
11996# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11997as_myself=
81ecdfbb
RW
11998case $0 in #((
11999 *[\\/]* ) as_myself=$0 ;;
12000 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12001for as_dir in $PATH
12002do
12003 IFS=$as_save_IFS
12004 test -z "$as_dir" && as_dir=.
12005 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12006 done
12007IFS=$as_save_IFS
12008
12009 ;;
12010esac
12011# We did not find ourselves, most probably we were run as `sh COMMAND'
12012# in which case we are not to be found in the path.
12013if test "x$as_myself" = x; then
12014 as_myself=$0
12015fi
12016if test ! -f "$as_myself"; then
12017 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12018 exit 1
12019fi
12020
12021# Unset variables that we do not need and which cause bugs (e.g. in
12022# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12023# suppresses any "Segmentation fault" message there. '((' could
12024# trigger a bug in pdksh 5.2.14.
12025for as_var in BASH_ENV ENV MAIL MAILPATH
12026do eval test x\${$as_var+set} = xset \
12027 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12028done
b7026657
AC
12029PS1='$ '
12030PS2='> '
12031PS4='+ '
12032
12033# NLS nuisances.
81ecdfbb
RW
12034LC_ALL=C
12035export LC_ALL
12036LANGUAGE=C
12037export LANGUAGE
12038
12039# CDPATH.
12040(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12041
12042
d0ac1c44
SM
12043# as_fn_error STATUS ERROR [LINENO LOG_FD]
12044# ----------------------------------------
81ecdfbb
RW
12045# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12046# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12047# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12048as_fn_error ()
12049{
d0ac1c44
SM
12050 as_status=$1; test $as_status -eq 0 && as_status=1
12051 if test "$4"; then
12052 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12053 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12054 fi
d0ac1c44 12055 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12056 as_fn_exit $as_status
12057} # as_fn_error
12058
12059
12060# as_fn_set_status STATUS
12061# -----------------------
12062# Set $? to STATUS, without forking.
12063as_fn_set_status ()
12064{
12065 return $1
12066} # as_fn_set_status
12067
12068# as_fn_exit STATUS
12069# -----------------
12070# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12071as_fn_exit ()
12072{
12073 set +e
12074 as_fn_set_status $1
12075 exit $1
12076} # as_fn_exit
12077
12078# as_fn_unset VAR
12079# ---------------
12080# Portably unset VAR.
12081as_fn_unset ()
12082{
12083 { eval $1=; unset $1;}
12084}
12085as_unset=as_fn_unset
12086# as_fn_append VAR VALUE
12087# ----------------------
12088# Append the text in VALUE to the end of the definition contained in VAR. Take
12089# advantage of any shell optimizations that allow amortized linear growth over
12090# repeated appends, instead of the typical quadratic growth present in naive
12091# implementations.
12092if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12093 eval 'as_fn_append ()
12094 {
12095 eval $1+=\$2
12096 }'
12097else
12098 as_fn_append ()
12099 {
12100 eval $1=\$$1\$2
12101 }
12102fi # as_fn_append
12103
12104# as_fn_arith ARG...
12105# ------------------
12106# Perform arithmetic evaluation on the ARGs, and store the result in the
12107# global $as_val. Take advantage of shells that can avoid forks. The arguments
12108# must be portable across $(()) and expr.
12109if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12110 eval 'as_fn_arith ()
12111 {
12112 as_val=$(( $* ))
12113 }'
12114else
12115 as_fn_arith ()
12116 {
12117 as_val=`expr "$@" || test $? -eq 1`
12118 }
12119fi # as_fn_arith
b7026657 12120
81ecdfbb
RW
12121
12122if expr a : '\(a\)' >/dev/null 2>&1 &&
12123 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
12124 as_expr=expr
12125else
12126 as_expr=false
12127fi
12128
81ecdfbb 12129if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12130 as_basename=basename
12131else
12132 as_basename=false
12133fi
12134
81ecdfbb
RW
12135if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12136 as_dirname=dirname
12137else
12138 as_dirname=false
12139fi
b7026657 12140
81ecdfbb 12141as_me=`$as_basename -- "$0" ||
b7026657
AC
12142$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12143 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12144 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12145$as_echo X/"$0" |
12146 sed '/^.*\/\([^/][^/]*\)\/*$/{
12147 s//\1/
12148 q
12149 }
12150 /^X\/\(\/\/\)$/{
12151 s//\1/
12152 q
12153 }
12154 /^X\/\(\/\).*/{
12155 s//\1/
12156 q
12157 }
12158 s/.*/./; q'`
b7026657 12159
b7026657
AC
12160# Avoid depending upon Character Ranges.
12161as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12162as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12163as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12164as_cr_digits='0123456789'
12165as_cr_alnum=$as_cr_Letters$as_cr_digits
12166
81ecdfbb
RW
12167ECHO_C= ECHO_N= ECHO_T=
12168case `echo -n x` in #(((((
12169-n*)
12170 case `echo 'xy\c'` in
12171 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12172 xy) ECHO_C='\c';;
12173 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12174 ECHO_T=' ';;
12175 esac;;
12176*)
12177 ECHO_N='-n';;
b34f6357 12178esac
b7026657 12179
81ecdfbb
RW
12180rm -f conf$$ conf$$.exe conf$$.file
12181if test -d conf$$.dir; then
12182 rm -f conf$$.dir/conf$$.file
b7026657 12183else
81ecdfbb
RW
12184 rm -f conf$$.dir
12185 mkdir conf$$.dir 2>/dev/null
b34f6357 12186fi
81ecdfbb
RW
12187if (echo >conf$$.file) 2>/dev/null; then
12188 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12189 as_ln_s='ln -s'
81ecdfbb
RW
12190 # ... but there are two gotchas:
12191 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12192 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12193 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12194 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12195 as_ln_s='cp -pR'
81ecdfbb
RW
12196 elif ln conf$$.file conf$$ 2>/dev/null; then
12197 as_ln_s=ln
12198 else
d0ac1c44 12199 as_ln_s='cp -pR'
b7026657 12200 fi
b34f6357 12201else
d0ac1c44 12202 as_ln_s='cp -pR'
b34f6357 12203fi
81ecdfbb
RW
12204rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12205rmdir conf$$.dir 2>/dev/null
12206
12207
12208# as_fn_mkdir_p
12209# -------------
12210# Create "$as_dir" as a directory, including parents if necessary.
12211as_fn_mkdir_p ()
12212{
12213
12214 case $as_dir in #(
12215 -*) as_dir=./$as_dir;;
12216 esac
12217 test -d "$as_dir" || eval $as_mkdir_p || {
12218 as_dirs=
12219 while :; do
12220 case $as_dir in #(
12221 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12222 *) as_qdir=$as_dir;;
12223 esac
12224 as_dirs="'$as_qdir' $as_dirs"
12225 as_dir=`$as_dirname -- "$as_dir" ||
12226$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12227 X"$as_dir" : 'X\(//\)[^/]' \| \
12228 X"$as_dir" : 'X\(//\)$' \| \
12229 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12230$as_echo X"$as_dir" |
12231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12232 s//\1/
12233 q
12234 }
12235 /^X\(\/\/\)[^/].*/{
12236 s//\1/
12237 q
12238 }
12239 /^X\(\/\/\)$/{
12240 s//\1/
12241 q
12242 }
12243 /^X\(\/\).*/{
12244 s//\1/
12245 q
12246 }
12247 s/.*/./; q'`
12248 test -d "$as_dir" && break
12249 done
12250 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12251 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
b34f6357 12252
81ecdfbb
RW
12253
12254} # as_fn_mkdir_p
b7026657 12255if mkdir -p . 2>/dev/null; then
81ecdfbb 12256 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
12257else
12258 test -d ./-p && rmdir ./-p
12259 as_mkdir_p=false
12260fi
b34f6357 12261
d0ac1c44
SM
12262
12263# as_fn_executable_p FILE
12264# -----------------------
12265# Test if FILE is an executable regular file.
12266as_fn_executable_p ()
12267{
12268 test -f "$1" && test -x "$1"
12269} # as_fn_executable_p
12270as_test_x='test -x'
12271as_executable_p=as_fn_executable_p
b34f6357 12272
b7026657
AC
12273# Sed expression to map a string onto a valid CPP name.
12274as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12275
12276# Sed expression to map a string onto a valid variable name.
12277as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12278
12279
b7026657 12280exec 6>&1
81ecdfbb
RW
12281## ----------------------------------- ##
12282## Main body of $CONFIG_STATUS script. ##
12283## ----------------------------------- ##
12284_ASEOF
12285test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12286
12287cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12288# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12289# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12290# values after options handling.
12291ac_log="
b7026657 12292This file was extended by $as_me, which was
d0ac1c44 12293generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12294
12295 CONFIG_FILES = $CONFIG_FILES
12296 CONFIG_HEADERS = $CONFIG_HEADERS
12297 CONFIG_LINKS = $CONFIG_LINKS
12298 CONFIG_COMMANDS = $CONFIG_COMMANDS
12299 $ $0 $@
12300
81ecdfbb
RW
12301on `(hostname || uname -n) 2>/dev/null | sed 1q`
12302"
12303
b7026657
AC
12304_ACEOF
12305
81ecdfbb
RW
12306case $ac_config_files in *"
12307"*) set x $ac_config_files; shift; ac_config_files=$*;;
12308esac
b34f6357 12309
81ecdfbb
RW
12310case $ac_config_headers in *"
12311"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12312esac
b34f6357 12313
b7026657 12314
81ecdfbb
RW
12315cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12316# Files that config.status was made for.
12317config_files="$ac_config_files"
12318config_headers="$ac_config_headers"
81ecdfbb 12319config_commands="$ac_config_commands"
b34f6357 12320
81ecdfbb 12321_ACEOF
b34f6357 12322
81ecdfbb 12323cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12324ac_cs_usage="\
81ecdfbb
RW
12325\`$as_me' instantiates files and other configuration actions
12326from templates according to the current configuration. Unless the files
12327and actions are specified as TAGs, all are instantiated by default.
b34f6357 12328
81ecdfbb 12329Usage: $0 [OPTION]... [TAG]...
b34f6357 12330
b7026657 12331 -h, --help print this help, then exit
81ecdfbb 12332 -V, --version print version number and configuration settings, then exit
d0ac1c44 12333 --config print configuration, then exit
81ecdfbb
RW
12334 -q, --quiet, --silent
12335 do not print progress messages
b7026657
AC
12336 -d, --debug don't remove temporary files
12337 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12338 --file=FILE[:TEMPLATE]
12339 instantiate the configuration file FILE
12340 --header=FILE[:TEMPLATE]
12341 instantiate the configuration header FILE
b34f6357 12342
b7026657
AC
12343Configuration files:
12344$config_files
b34f6357 12345
b7026657
AC
12346Configuration headers:
12347$config_headers
b34f6357 12348
b7026657
AC
12349Configuration commands:
12350$config_commands
b34f6357 12351
81ecdfbb 12352Report bugs to the package provider."
379832de 12353
81ecdfbb
RW
12354_ACEOF
12355cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12356ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12357ac_cs_version="\\
12358config.status
d0ac1c44
SM
12359configured by $0, generated by GNU Autoconf 2.69,
12360 with options \\"\$ac_cs_config\\"
b7026657 12361
d0ac1c44 12362Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12363This config.status script is free software; the Free Software Foundation
12364gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12365
12366ac_pwd='$ac_pwd'
12367srcdir='$srcdir'
12368INSTALL='$INSTALL'
6bb11ab3 12369AWK='$AWK'
81ecdfbb 12370test -n "\$AWK" || AWK=awk
b7026657
AC
12371_ACEOF
12372
81ecdfbb
RW
12373cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12374# The default lists apply if the user does not specify any file.
b7026657
AC
12375ac_need_defaults=:
12376while test $# != 0
12377do
12378 case $1 in
d0ac1c44 12379 --*=?*)
81ecdfbb
RW
12380 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12381 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12382 ac_shift=:
b34f6357 12383 ;;
d0ac1c44
SM
12384 --*=)
12385 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12386 ac_optarg=
12387 ac_shift=:
12388 ;;
81ecdfbb 12389 *)
b7026657
AC
12390 ac_option=$1
12391 ac_optarg=$2
12392 ac_shift=shift
b34f6357 12393 ;;
b7026657 12394 esac
b34f6357 12395
b7026657
AC
12396 case $ac_option in
12397 # Handling of the options.
b7026657
AC
12398 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12399 ac_cs_recheck=: ;;
81ecdfbb
RW
12400 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12401 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12402 --config | --confi | --conf | --con | --co | --c )
12403 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12404 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12405 debug=: ;;
12406 --file | --fil | --fi | --f )
12407 $ac_shift
81ecdfbb
RW
12408 case $ac_optarg in
12409 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12410 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12411 esac
12412 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12413 ac_need_defaults=false;;
12414 --header | --heade | --head | --hea )
12415 $ac_shift
81ecdfbb
RW
12416 case $ac_optarg in
12417 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12418 esac
12419 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12420 ac_need_defaults=false;;
81ecdfbb
RW
12421 --he | --h)
12422 # Conflict between --help and --header
d0ac1c44 12423 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12424Try \`$0 --help' for more information.";;
12425 --help | --hel | -h )
12426 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12427 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12428 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12429 ac_cs_silent=: ;;
b34f6357 12430
b7026657 12431 # This is an error.
d0ac1c44 12432 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12433Try \`$0 --help' for more information." ;;
b34f6357 12434
81ecdfbb
RW
12435 *) as_fn_append ac_config_targets " $1"
12436 ac_need_defaults=false ;;
b7026657
AC
12437
12438 esac
12439 shift
12440done
12441
12442ac_configure_extra_args=
12443
12444if $ac_cs_silent; then
12445 exec 6>/dev/null
12446 ac_configure_extra_args="$ac_configure_extra_args --silent"
b34f6357
DB
12447fi
12448
b7026657 12449_ACEOF
81ecdfbb 12450cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12451if \$ac_cs_recheck; then
d0ac1c44 12452 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12453 shift
12454 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12455 CONFIG_SHELL='$SHELL'
12456 export CONFIG_SHELL
12457 exec "\$@"
b7026657 12458fi
b34f6357 12459
b7026657 12460_ACEOF
81ecdfbb
RW
12461cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12462exec 5>>config.log
12463{
12464 echo
12465 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12466## Running $as_me. ##
12467_ASBOX
12468 $as_echo "$ac_log"
12469} >&5
b34f6357 12470
81ecdfbb
RW
12471_ACEOF
12472cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12473#
12474# INIT-COMMANDS
12475#
12476ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12477
6bb11ab3
L
12478
12479# The HP-UX ksh and POSIX shell print the target directory to stdout
12480# if CDPATH is set.
12481(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12482
12483sed_quote_subst='$sed_quote_subst'
12484double_quote_subst='$double_quote_subst'
12485delay_variable_subst='$delay_variable_subst'
12486macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12487macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12488enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12489enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12490pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12491enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12492SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12493ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12494host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12495host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12496host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12497build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12498build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12499build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12500SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12501Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12502GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12503EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12504FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12505LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12506NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12507LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12508max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12509ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12510exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12511lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12512lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12513lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12514reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12515reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12516OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12517deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12518file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12519AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12520AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12521STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12522RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12523old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12524old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12525old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12526lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12527CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12528CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12529compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12530GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12531lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12532lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12533lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12534lt_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"`'
12535objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12536MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12537lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12538lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12539lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12540lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12541lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12542need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12543DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12544NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12545LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12546OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12547OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12548libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12549shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12550extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12551archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12552enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12553export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12554whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12555compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12556old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12557old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12558archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12559archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12560module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12561module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12562with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12563allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12564no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12565hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12566hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12567hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12568hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12569hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12570hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12571hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12572hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12573inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12574link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12575fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12576always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12577export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12578exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12579include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12580prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12581file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12582variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12583need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12584need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12585version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12586runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12587shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12588shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12589libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12590library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12591soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12592install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12593postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12594postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12595finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12596finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12597hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12598sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12599sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12600hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12601enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12602enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12603enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12604old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12605striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12606
12607LTCC='$LTCC'
12608LTCFLAGS='$LTCFLAGS'
12609compiler='$compiler_DEFAULT'
12610
12611# A function that is used when there is no print builtin or printf.
12612func_fallback_echo ()
12613{
12614 eval 'cat <<_LTECHO_EOF
12615\$1
12616_LTECHO_EOF'
12617}
12618
12619# Quote evaled strings.
12620for var in SHELL \
12621ECHO \
12622SED \
12623GREP \
12624EGREP \
12625FGREP \
12626LD \
12627NM \
12628LN_S \
12629lt_SP2NL \
12630lt_NL2SP \
12631reload_flag \
12632OBJDUMP \
12633deplibs_check_method \
12634file_magic_cmd \
12635AR \
12636AR_FLAGS \
12637STRIP \
12638RANLIB \
12639CC \
12640CFLAGS \
12641compiler \
12642lt_cv_sys_global_symbol_pipe \
12643lt_cv_sys_global_symbol_to_cdecl \
12644lt_cv_sys_global_symbol_to_c_name_address \
12645lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12646lt_prog_compiler_no_builtin_flag \
12647lt_prog_compiler_wl \
12648lt_prog_compiler_pic \
12649lt_prog_compiler_static \
12650lt_cv_prog_compiler_c_o \
12651need_locks \
12652DSYMUTIL \
12653NMEDIT \
12654LIPO \
12655OTOOL \
12656OTOOL64 \
12657shrext_cmds \
12658export_dynamic_flag_spec \
12659whole_archive_flag_spec \
12660compiler_needs_object \
12661with_gnu_ld \
12662allow_undefined_flag \
12663no_undefined_flag \
12664hardcode_libdir_flag_spec \
12665hardcode_libdir_flag_spec_ld \
12666hardcode_libdir_separator \
12667fix_srcfile_path \
12668exclude_expsyms \
12669include_expsyms \
12670file_list_spec \
12671variables_saved_for_relink \
12672libname_spec \
12673library_names_spec \
12674soname_spec \
12675install_override_mode \
12676finish_eval \
12677old_striplib \
12678striplib; do
12679 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12680 *[\\\\\\\`\\"\\\$]*)
12681 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12682 ;;
12683 *)
12684 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12685 ;;
12686 esac
12687done
12688
12689# Double-quote double-evaled strings.
12690for var in reload_cmds \
12691old_postinstall_cmds \
12692old_postuninstall_cmds \
12693old_archive_cmds \
12694extract_expsyms_cmds \
12695old_archive_from_new_cmds \
12696old_archive_from_expsyms_cmds \
12697archive_cmds \
12698archive_expsym_cmds \
12699module_cmds \
12700module_expsym_cmds \
12701export_symbols_cmds \
12702prelink_cmds \
12703postinstall_cmds \
12704postuninstall_cmds \
12705finish_cmds \
12706sys_lib_search_path_spec \
12707sys_lib_dlsearch_path_spec; do
12708 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12709 *[\\\\\\\`\\"\\\$]*)
12710 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12711 ;;
12712 *)
12713 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12714 ;;
12715 esac
12716done
12717
12718ac_aux_dir='$ac_aux_dir'
12719xsi_shell='$xsi_shell'
12720lt_shell_append='$lt_shell_append'
12721
12722# See if we are running on zsh, and set the options which allow our
12723# commands through without removal of \ escapes INIT.
12724if test -n "\${ZSH_VERSION+set}" ; then
12725 setopt NO_GLOB_SUBST
12726fi
12727
12728
12729 PACKAGE='$PACKAGE'
12730 VERSION='$VERSION'
12731 TIMESTAMP='$TIMESTAMP'
12732 RM='$RM'
12733 ofile='$ofile'
12734
12735
12736
12737
81ecdfbb 12738_ACEOF
b34f6357 12739
81ecdfbb 12740cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b34f6357 12741
81ecdfbb 12742# Handling of arguments.
b7026657 12743for ac_config_target in $ac_config_targets
b34f6357 12744do
81ecdfbb
RW
12745 case $ac_config_target in
12746 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12747 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12748 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12749 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12750 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12751 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12752 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12753 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12754
d0ac1c44 12755 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b34f6357
DB
12756 esac
12757done
12758
81ecdfbb 12759
b7026657
AC
12760# If the user did not use the arguments to specify the items to instantiate,
12761# then the envvar interface is used. Set only those that are not.
12762# We use the long form for the default assignment because of an extremely
12763# bizarre bug on SunOS 4.1.3.
12764if $ac_need_defaults; then
12765 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12766 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12767 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12768fi
12769
12770# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12771# simply because there is no reason against having it here, and in addition,
b7026657 12772# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12773# Hook for its removal unless debugging.
12774# Note that there is a small window in which the directory will not be cleaned:
12775# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12776$debug ||
12777{
d0ac1c44 12778 tmp= ac_tmp=
81ecdfbb 12779 trap 'exit_status=$?
d0ac1c44
SM
12780 : "${ac_tmp:=$tmp}"
12781 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12782' 0
12783 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12784}
b7026657 12785# Create a (secure) tmp directory for tmp files.
b34f6357 12786
b7026657 12787{
81ecdfbb 12788 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12789 test -d "$tmp"
b7026657
AC
12790} ||
12791{
81ecdfbb
RW
12792 tmp=./conf$$-$RANDOM
12793 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12794} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12795ac_tmp=$tmp
b7026657 12796
81ecdfbb
RW
12797# Set up the scripts for CONFIG_FILES section.
12798# No need to generate them if there are no CONFIG_FILES.
12799# This happens for instance with `./config.status config.h'.
12800if test -n "$CONFIG_FILES"; then
b7026657 12801
b34f6357 12802
81ecdfbb
RW
12803ac_cr=`echo X | tr X '\015'`
12804# On cygwin, bash can eat \r inside `` if the user requested igncr.
12805# But we know of no other shell where ac_cr would be empty at this
12806# point, so we can use a bashism as a fallback.
12807if test "x$ac_cr" = x; then
12808 eval ac_cr=\$\'\\r\'
12809fi
12810ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12811if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12812 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12813else
12814 ac_cs_awk_cr=$ac_cr
12815fi
b7026657 12816
d0ac1c44 12817echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12818_ACEOF
12819
81ecdfbb
RW
12820
12821{
12822 echo "cat >conf$$subs.awk <<_ACEOF" &&
12823 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12824 echo "_ACEOF"
12825} >conf$$subs.sh ||
d0ac1c44
SM
12826 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12827ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12828ac_delim='%!_!# '
12829for ac_last_try in false false false false false :; do
12830 . ./conf$$subs.sh ||
d0ac1c44 12831 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12832
12833 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12834 if test $ac_delim_n = $ac_delim_num; then
12835 break
12836 elif $ac_last_try; then
d0ac1c44 12837 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12838 else
12839 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b34f6357 12840 fi
81ecdfbb
RW
12841done
12842rm -f conf$$subs.sh
b34f6357 12843
81ecdfbb 12844cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12845cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12846_ACEOF
81ecdfbb
RW
12847sed -n '
12848h
12849s/^/S["/; s/!.*/"]=/
12850p
12851g
12852s/^[^!]*!//
12853:repl
12854t repl
12855s/'"$ac_delim"'$//
12856t delim
12857:nl
12858h
d0ac1c44 12859s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12860t more1
12861s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12862p
12863n
12864b repl
12865:more1
12866s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12867p
12868g
12869s/.\{148\}//
12870t nl
12871:delim
12872h
d0ac1c44 12873s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12874t more2
12875s/["\\]/\\&/g; s/^/"/; s/$/"/
12876p
12877b
12878:more2
12879s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12880p
12881g
12882s/.\{148\}//
12883t delim
12884' <conf$$subs.awk | sed '
12885/^[^""]/{
12886 N
12887 s/\n//
12888}
12889' >>$CONFIG_STATUS || ac_write_fail=1
12890rm -f conf$$subs.awk
12891cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12892_ACAWK
d0ac1c44 12893cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12894 for (key in S) S_is_set[key] = 1
12895 FS = "\a"
b7026657 12896
81ecdfbb
RW
12897}
12898{
12899 line = $ 0
12900 nfields = split(line, field, "@")
12901 substed = 0
12902 len = length(field[1])
12903 for (i = 2; i < nfields; i++) {
12904 key = field[i]
12905 keylen = length(key)
12906 if (S_is_set[key]) {
12907 value = S[key]
12908 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12909 len += length(value) + length(field[++i])
12910 substed = 1
12911 } else
12912 len += 1 + keylen
12913 }
12914
12915 print line
12916}
b34f6357 12917
81ecdfbb
RW
12918_ACAWK
12919_ACEOF
12920cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12921if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12922 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12923else
81ecdfbb 12924 cat
d0ac1c44
SM
12925fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12926 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12927_ACEOF
b7026657 12928
d0ac1c44
SM
12929# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12930# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12931# trailing colons and then remove the whole line if VPATH becomes empty
12932# (actually we leave an empty line to preserve line numbers).
12933if test "x$srcdir" = x.; then
d0ac1c44
SM
12934 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12935h
12936s///
12937s/^/:/
12938s/[ ]*$/:/
12939s/:\$(srcdir):/:/g
12940s/:\${srcdir}:/:/g
12941s/:@srcdir@:/:/g
12942s/^:*//
81ecdfbb 12943s/:*$//
d0ac1c44
SM
12944x
12945s/\(=[ ]*\).*/\1/
12946G
12947s/\n//
81ecdfbb
RW
12948s/^[^=]*=[ ]*$//
12949}'
12950fi
b34f6357 12951
81ecdfbb
RW
12952cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12953fi # test -n "$CONFIG_FILES"
b34f6357 12954
81ecdfbb
RW
12955# Set up the scripts for CONFIG_HEADERS section.
12956# No need to generate them if there are no CONFIG_HEADERS.
12957# This happens for instance with `./config.status Makefile'.
12958if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12959cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12960BEGIN {
12961_ACEOF
b7026657 12962
81ecdfbb
RW
12963# Transform confdefs.h into an awk script `defines.awk', embedded as
12964# here-document in config.status, that substitutes the proper values into
12965# config.h.in to produce config.h.
b34f6357 12966
81ecdfbb
RW
12967# Create a delimiter string that does not exist in confdefs.h, to ease
12968# handling of long lines.
12969ac_delim='%!_!# '
12970for ac_last_try in false false :; do
d0ac1c44
SM
12971 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12972 if test -z "$ac_tt"; then
81ecdfbb
RW
12973 break
12974 elif $ac_last_try; then
d0ac1c44 12975 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 12976 else
81ecdfbb 12977 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 12978 fi
b7026657 12979done
81ecdfbb
RW
12980
12981# For the awk script, D is an array of macro values keyed by name,
12982# likewise P contains macro parameters if any. Preserve backslash
12983# newline sequences.
12984
12985ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12986sed -n '
12987s/.\{148\}/&'"$ac_delim"'/g
12988t rset
12989:rset
12990s/^[ ]*#[ ]*define[ ][ ]*/ /
12991t def
12992d
12993:def
12994s/\\$//
12995t bsnl
12996s/["\\]/\\&/g
12997s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12998D["\1"]=" \3"/p
12999s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13000d
13001:bsnl
13002s/["\\]/\\&/g
13003s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13004D["\1"]=" \3\\\\\\n"\\/p
13005t cont
13006s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13007t cont
13008d
13009:cont
13010n
13011s/.\{148\}/&'"$ac_delim"'/g
13012t clear
13013:clear
13014s/\\$//
13015t bsnlc
13016s/["\\]/\\&/g; s/^/"/; s/$/"/p
13017d
13018:bsnlc
13019s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13020b cont
13021' <confdefs.h | sed '
13022s/'"$ac_delim"'/"\\\
13023"/g' >>$CONFIG_STATUS || ac_write_fail=1
13024
13025cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13026 for (key in D) D_is_set[key] = 1
13027 FS = "\a"
13028}
13029/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13030 line = \$ 0
13031 split(line, arg, " ")
13032 if (arg[1] == "#") {
13033 defundef = arg[2]
13034 mac1 = arg[3]
13035 } else {
13036 defundef = substr(arg[1], 2)
13037 mac1 = arg[2]
13038 }
13039 split(mac1, mac2, "(") #)
13040 macro = mac2[1]
13041 prefix = substr(line, 1, index(line, defundef) - 1)
13042 if (D_is_set[macro]) {
13043 # Preserve the white space surrounding the "#".
13044 print prefix "define", macro P[macro] D[macro]
13045 next
13046 } else {
13047 # Replace #undef with comments. This is necessary, for example,
13048 # in the case of _POSIX_SOURCE, which is predefined and required
13049 # on some systems where configure will not decide to define it.
13050 if (defundef == "undef") {
13051 print "/*", prefix defundef, macro, "*/"
13052 next
13053 }
13054 }
13055}
13056{ print }
13057_ACAWK
b7026657 13058_ACEOF
81ecdfbb 13059cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13060 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13061fi # test -n "$CONFIG_HEADERS"
b7026657 13062
b34f6357 13063
99d8e879 13064eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13065shift
13066for ac_tag
13067do
13068 case $ac_tag in
13069 :[FHLC]) ac_mode=$ac_tag; continue;;
13070 esac
13071 case $ac_mode$ac_tag in
13072 :[FHL]*:*);;
d0ac1c44 13073 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13074 :[FH]-) ac_tag=-:-;;
13075 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
b34f6357 13076 esac
81ecdfbb
RW
13077 ac_save_IFS=$IFS
13078 IFS=:
13079 set x $ac_tag
13080 IFS=$ac_save_IFS
13081 shift
13082 ac_file=$1
13083 shift
b34f6357 13084
81ecdfbb
RW
13085 case $ac_mode in
13086 :L) ac_source=$1;;
13087 :[FH])
13088 ac_file_inputs=
13089 for ac_f
13090 do
13091 case $ac_f in
d0ac1c44 13092 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13093 *) # Look for the file first in the build tree, then in the source tree
13094 # (if the path is not absolute). The absolute path cannot be DOS-style,
13095 # because $ac_f cannot contain `:'.
13096 test -f "$ac_f" ||
13097 case $ac_f in
13098 [\\/$]*) false;;
13099 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13100 esac ||
d0ac1c44 13101 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13102 esac
81ecdfbb
RW
13103 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13104 as_fn_append ac_file_inputs " '$ac_f'"
13105 done
b7026657 13106
81ecdfbb
RW
13107 # Let's still pretend it is `configure' which instantiates (i.e., don't
13108 # use $as_me), people would be surprised to read:
13109 # /* config.h. Generated by config.status. */
13110 configure_input='Generated from '`
13111 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13112 `' by configure.'
13113 if test x"$ac_file" != x-; then
13114 configure_input="$ac_file. $configure_input"
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13116$as_echo "$as_me: creating $ac_file" >&6;}
13117 fi
13118 # Neutralize special characters interpreted by sed in replacement strings.
13119 case $configure_input in #(
13120 *\&* | *\|* | *\\* )
13121 ac_sed_conf_input=`$as_echo "$configure_input" |
13122 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13123 *) ac_sed_conf_input=$configure_input;;
13124 esac
b7026657 13125
81ecdfbb 13126 case $ac_tag in
d0ac1c44
SM
13127 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13128 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13129 esac
13130 ;;
13131 esac
b7026657 13132
81ecdfbb 13133 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13134$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13135 X"$ac_file" : 'X\(//\)[^/]' \| \
13136 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13137 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13138$as_echo X"$ac_file" |
13139 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13140 s//\1/
13141 q
13142 }
13143 /^X\(\/\/\)[^/].*/{
13144 s//\1/
13145 q
13146 }
13147 /^X\(\/\/\)$/{
13148 s//\1/
13149 q
13150 }
13151 /^X\(\/\).*/{
13152 s//\1/
13153 q
13154 }
13155 s/.*/./; q'`
13156 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13157 ac_builddir=.
13158
81ecdfbb
RW
13159case "$ac_dir" in
13160.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13161*)
13162 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13163 # A ".." for each directory in $ac_dir_suffix.
13164 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13165 case $ac_top_builddir_sub in
13166 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13167 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13168 esac ;;
13169esac
13170ac_abs_top_builddir=$ac_pwd
13171ac_abs_builddir=$ac_pwd$ac_dir_suffix
13172# for backward compatibility:
13173ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13174
13175case $srcdir in
81ecdfbb 13176 .) # We are building in place.
b7026657 13177 ac_srcdir=.
81ecdfbb
RW
13178 ac_top_srcdir=$ac_top_builddir_sub
13179 ac_abs_top_srcdir=$ac_pwd ;;
13180 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13181 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13182 ac_top_srcdir=$srcdir
13183 ac_abs_top_srcdir=$srcdir ;;
13184 *) # Relative name.
13185 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13186 ac_top_srcdir=$ac_top_build_prefix$srcdir
13187 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13188esac
81ecdfbb 13189ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13190
b34f6357 13191
81ecdfbb
RW
13192 case $ac_mode in
13193 :F)
13194 #
13195 # CONFIG_FILE
13196 #
b7026657 13197
81ecdfbb
RW
13198 case $INSTALL in
13199 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13200 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
b34f6357 13201 esac
81ecdfbb 13202_ACEOF
b34f6357 13203
81ecdfbb
RW
13204cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13205# If the template does not know about datarootdir, expand it.
13206# FIXME: This hack should be removed a few years after 2.60.
13207ac_datarootdir_hack=; ac_datarootdir_seen=
13208ac_sed_dataroot='
13209/datarootdir/ {
13210 p
13211 q
13212}
13213/@datadir@/p
13214/@docdir@/p
13215/@infodir@/p
13216/@localedir@/p
13217/@mandir@/p'
13218case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13219*datarootdir*) ac_datarootdir_seen=yes;;
13220*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13222$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13223_ACEOF
13224cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13225 ac_datarootdir_hack='
13226 s&@datadir@&$datadir&g
13227 s&@docdir@&$docdir&g
13228 s&@infodir@&$infodir&g
13229 s&@localedir@&$localedir&g
13230 s&@mandir@&$mandir&g
13231 s&\\\${datarootdir}&$datarootdir&g' ;;
13232esac
b7026657 13233_ACEOF
b7026657 13234
81ecdfbb
RW
13235# Neutralize VPATH when `$srcdir' = `.'.
13236# Shell code in configure.ac might set extrasub.
13237# FIXME: do we really want to maintain this feature?
13238cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13239ac_sed_extra="$ac_vpsub
13240$extrasub
13241_ACEOF
13242cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13243:t
13244/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13245s|@configure_input@|$ac_sed_conf_input|;t t
13246s&@top_builddir@&$ac_top_builddir_sub&;t t
13247s&@top_build_prefix@&$ac_top_build_prefix&;t t
13248s&@srcdir@&$ac_srcdir&;t t
13249s&@abs_srcdir@&$ac_abs_srcdir&;t t
13250s&@top_srcdir@&$ac_top_srcdir&;t t
13251s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13252s&@builddir@&$ac_builddir&;t t
13253s&@abs_builddir@&$ac_abs_builddir&;t t
13254s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13255s&@INSTALL@&$ac_INSTALL&;t t
13256$ac_datarootdir_hack
13257"
d0ac1c44
SM
13258eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13259 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13260
13261test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13262 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13263 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13264 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13265 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13266which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13267$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13268which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13269
d0ac1c44 13270 rm -f "$ac_tmp/stdin"
81ecdfbb 13271 case $ac_file in
d0ac1c44
SM
13272 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13273 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13274 esac \
d0ac1c44 13275 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13276 ;;
13277 :H)
13278 #
13279 # CONFIG_HEADER
13280 #
13281 if test x"$ac_file" != x-; then
13282 {
13283 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13284 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13285 } >"$ac_tmp/config.h" \
13286 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13287 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13288 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13289$as_echo "$as_me: $ac_file is unchanged" >&6;}
13290 else
13291 rm -f "$ac_file"
d0ac1c44
SM
13292 mv "$ac_tmp/config.h" "$ac_file" \
13293 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13294 fi
b7026657 13295 else
81ecdfbb 13296 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13297 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13298 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13299 fi
13300 ;;
b7026657 13301
81ecdfbb
RW
13302 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13303$as_echo "$as_me: executing $ac_file commands" >&6;}
13304 ;;
13305 esac
b7026657
AC
13306
13307
81ecdfbb 13308 case $ac_file$ac_mode in
db2e4d67 13309 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13310 "libtool":C)
13311
13312 # See if we are running on zsh, and set the options which allow our
13313 # commands through without removal of \ escapes.
13314 if test -n "${ZSH_VERSION+set}" ; then
13315 setopt NO_GLOB_SUBST
13316 fi
13317
13318 cfgfile="${ofile}T"
13319 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13320 $RM "$cfgfile"
13321
13322 cat <<_LT_EOF >> "$cfgfile"
13323#! $SHELL
13324
13325# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13326# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13327# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13328# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13329#
13330# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13331# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13332# Written by Gordon Matzigkeit, 1996
13333#
13334# This file is part of GNU Libtool.
13335#
13336# GNU Libtool is free software; you can redistribute it and/or
13337# modify it under the terms of the GNU General Public License as
13338# published by the Free Software Foundation; either version 2 of
13339# the License, or (at your option) any later version.
13340#
13341# As a special exception to the GNU General Public License,
13342# if you distribute this file as part of a program or library that
13343# is built using GNU Libtool, you may include this file under the
13344# same distribution terms that you use for the rest of that program.
13345#
13346# GNU Libtool is distributed in the hope that it will be useful,
13347# but WITHOUT ANY WARRANTY; without even the implied warranty of
13348# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13349# GNU General Public License for more details.
13350#
13351# You should have received a copy of the GNU General Public License
13352# along with GNU Libtool; see the file COPYING. If not, a copy
13353# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13354# obtained by writing to the Free Software Foundation, Inc.,
13355# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13356
13357
13358# The names of the tagged configurations supported by this script.
13359available_tags=""
13360
13361# ### BEGIN LIBTOOL CONFIG
13362
13363# Which release of libtool.m4 was used?
13364macro_version=$macro_version
13365macro_revision=$macro_revision
13366
13367# Whether or not to build shared libraries.
13368build_libtool_libs=$enable_shared
13369
13370# Whether or not to build static libraries.
13371build_old_libs=$enable_static
13372
13373# What type of objects to build.
13374pic_mode=$pic_mode
13375
13376# Whether or not to optimize for fast installation.
13377fast_install=$enable_fast_install
13378
13379# Shell to use when invoking shell scripts.
13380SHELL=$lt_SHELL
13381
13382# An echo program that protects backslashes.
13383ECHO=$lt_ECHO
13384
13385# The host system.
13386host_alias=$host_alias
13387host=$host
13388host_os=$host_os
13389
13390# The build system.
13391build_alias=$build_alias
13392build=$build
13393build_os=$build_os
13394
13395# A sed program that does not truncate output.
13396SED=$lt_SED
13397
13398# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13399Xsed="\$SED -e 1s/^X//"
13400
13401# A grep program that handles long lines.
13402GREP=$lt_GREP
13403
13404# An ERE matcher.
13405EGREP=$lt_EGREP
13406
13407# A literal string matcher.
13408FGREP=$lt_FGREP
13409
13410# A BSD- or MS-compatible name lister.
13411NM=$lt_NM
13412
13413# Whether we need soft or hard links.
13414LN_S=$lt_LN_S
13415
13416# What is the maximum length of a command?
13417max_cmd_len=$max_cmd_len
13418
13419# Object file suffix (normally "o").
13420objext=$ac_objext
13421
13422# Executable file suffix (normally "").
13423exeext=$exeext
13424
13425# whether the shell understands "unset".
13426lt_unset=$lt_unset
13427
13428# turn spaces into newlines.
13429SP2NL=$lt_lt_SP2NL
13430
13431# turn newlines into spaces.
13432NL2SP=$lt_lt_NL2SP
13433
13434# An object symbol dumper.
13435OBJDUMP=$lt_OBJDUMP
13436
13437# Method to check whether dependent libraries are shared objects.
13438deplibs_check_method=$lt_deplibs_check_method
13439
13440# Command to use when deplibs_check_method == "file_magic".
13441file_magic_cmd=$lt_file_magic_cmd
13442
13443# The archiver.
13444AR=$lt_AR
13445AR_FLAGS=$lt_AR_FLAGS
13446
13447# A symbol stripping program.
13448STRIP=$lt_STRIP
13449
13450# Commands used to install an old-style archive.
13451RANLIB=$lt_RANLIB
13452old_postinstall_cmds=$lt_old_postinstall_cmds
13453old_postuninstall_cmds=$lt_old_postuninstall_cmds
13454
13455# Whether to use a lock for old archive extraction.
13456lock_old_archive_extraction=$lock_old_archive_extraction
13457
13458# A C compiler.
13459LTCC=$lt_CC
13460
13461# LTCC compiler flags.
13462LTCFLAGS=$lt_CFLAGS
13463
13464# Take the output of nm and produce a listing of raw symbols and C names.
13465global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13466
13467# Transform the output of nm in a proper C declaration.
13468global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13469
13470# Transform the output of nm in a C name address pair.
13471global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13472
13473# Transform the output of nm in a C name address pair when lib prefix is needed.
13474global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13475
13476# The name of the directory that contains temporary libtool files.
13477objdir=$objdir
13478
13479# Used to examine libraries when file_magic_cmd begins with "file".
13480MAGIC_CMD=$MAGIC_CMD
13481
13482# Must we lock files when doing compilation?
13483need_locks=$lt_need_locks
13484
13485# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13486DSYMUTIL=$lt_DSYMUTIL
13487
13488# Tool to change global to local symbols on Mac OS X.
13489NMEDIT=$lt_NMEDIT
13490
13491# Tool to manipulate fat objects and archives on Mac OS X.
13492LIPO=$lt_LIPO
13493
13494# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13495OTOOL=$lt_OTOOL
13496
13497# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13498OTOOL64=$lt_OTOOL64
13499
13500# Old archive suffix (normally "a").
13501libext=$libext
13502
13503# Shared library suffix (normally ".so").
13504shrext_cmds=$lt_shrext_cmds
13505
13506# The commands to extract the exported symbol list from a shared archive.
13507extract_expsyms_cmds=$lt_extract_expsyms_cmds
13508
13509# Variables whose values should be saved in libtool wrapper scripts and
13510# restored at link time.
13511variables_saved_for_relink=$lt_variables_saved_for_relink
13512
13513# Do we need the "lib" prefix for modules?
13514need_lib_prefix=$need_lib_prefix
13515
13516# Do we need a version for libraries?
13517need_version=$need_version
13518
13519# Library versioning type.
13520version_type=$version_type
13521
13522# Shared library runtime path variable.
13523runpath_var=$runpath_var
13524
13525# Shared library path variable.
13526shlibpath_var=$shlibpath_var
13527
13528# Is shlibpath searched before the hard-coded library search path?
13529shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13530
13531# Format of library name prefix.
13532libname_spec=$lt_libname_spec
13533
13534# List of archive names. First name is the real one, the rest are links.
13535# The last name is the one that the linker finds with -lNAME
13536library_names_spec=$lt_library_names_spec
13537
13538# The coded name of the library, if different from the real name.
13539soname_spec=$lt_soname_spec
13540
13541# Permission mode override for installation of shared libraries.
13542install_override_mode=$lt_install_override_mode
13543
13544# Command to use after installation of a shared archive.
13545postinstall_cmds=$lt_postinstall_cmds
13546
13547# Command to use after uninstallation of a shared archive.
13548postuninstall_cmds=$lt_postuninstall_cmds
13549
13550# Commands used to finish a libtool library installation in a directory.
13551finish_cmds=$lt_finish_cmds
13552
13553# As "finish_cmds", except a single script fragment to be evaled but
13554# not shown.
13555finish_eval=$lt_finish_eval
13556
13557# Whether we should hardcode library paths into libraries.
13558hardcode_into_libs=$hardcode_into_libs
13559
13560# Compile-time system search path for libraries.
13561sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13562
13563# Run-time system search path for libraries.
13564sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13565
13566# Whether dlopen is supported.
13567dlopen_support=$enable_dlopen
13568
13569# Whether dlopen of programs is supported.
13570dlopen_self=$enable_dlopen_self
13571
13572# Whether dlopen of statically linked programs is supported.
13573dlopen_self_static=$enable_dlopen_self_static
13574
13575# Commands to strip libraries.
13576old_striplib=$lt_old_striplib
13577striplib=$lt_striplib
13578
13579
13580# The linker used to build libraries.
13581LD=$lt_LD
13582
13583# How to create reloadable object files.
13584reload_flag=$lt_reload_flag
13585reload_cmds=$lt_reload_cmds
13586
13587# Commands used to build an old-style archive.
13588old_archive_cmds=$lt_old_archive_cmds
13589
13590# A language specific compiler.
13591CC=$lt_compiler
13592
13593# Is the compiler the GNU compiler?
13594with_gcc=$GCC
13595
13596# Compiler flag to turn off builtin functions.
13597no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13598
13599# How to pass a linker flag through the compiler.
13600wl=$lt_lt_prog_compiler_wl
13601
13602# Additional compiler flags for building library objects.
13603pic_flag=$lt_lt_prog_compiler_pic
13604
13605# Compiler flag to prevent dynamic linking.
13606link_static_flag=$lt_lt_prog_compiler_static
13607
13608# Does compiler simultaneously support -c and -o options?
13609compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13610
13611# Whether or not to add -lc for building shared libraries.
13612build_libtool_need_lc=$archive_cmds_need_lc
13613
13614# Whether or not to disallow shared libs when runtime libs are static.
13615allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13616
13617# Compiler flag to allow reflexive dlopens.
13618export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13619
13620# Compiler flag to generate shared objects directly from archives.
13621whole_archive_flag_spec=$lt_whole_archive_flag_spec
13622
13623# Whether the compiler copes with passing no objects directly.
13624compiler_needs_object=$lt_compiler_needs_object
13625
13626# Create an old-style archive from a shared archive.
13627old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13628
13629# Create a temporary old-style archive to link instead of a shared archive.
13630old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13631
13632# Commands used to build a shared archive.
13633archive_cmds=$lt_archive_cmds
13634archive_expsym_cmds=$lt_archive_expsym_cmds
13635
13636# Commands used to build a loadable module if different from building
13637# a shared archive.
13638module_cmds=$lt_module_cmds
13639module_expsym_cmds=$lt_module_expsym_cmds
13640
13641# Whether we are building with GNU ld or not.
13642with_gnu_ld=$lt_with_gnu_ld
13643
13644# Flag that allows shared libraries with undefined symbols to be built.
13645allow_undefined_flag=$lt_allow_undefined_flag
13646
13647# Flag that enforces no undefined symbols.
13648no_undefined_flag=$lt_no_undefined_flag
13649
13650# Flag to hardcode \$libdir into a binary during linking.
13651# This must work even if \$libdir does not exist
13652hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13653
13654# If ld is used when linking, flag to hardcode \$libdir into a binary
13655# during linking. This must work even if \$libdir does not exist.
13656hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13657
13658# Whether we need a single "-rpath" flag with a separated argument.
13659hardcode_libdir_separator=$lt_hardcode_libdir_separator
13660
13661# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13662# DIR into the resulting binary.
13663hardcode_direct=$hardcode_direct
13664
13665# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13666# DIR into the resulting binary and the resulting library dependency is
13667# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13668# library is relocated.
13669hardcode_direct_absolute=$hardcode_direct_absolute
13670
13671# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13672# into the resulting binary.
13673hardcode_minus_L=$hardcode_minus_L
13674
13675# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13676# into the resulting binary.
13677hardcode_shlibpath_var=$hardcode_shlibpath_var
13678
13679# Set to "yes" if building a shared library automatically hardcodes DIR
13680# into the library and all subsequent libraries and executables linked
13681# against it.
13682hardcode_automatic=$hardcode_automatic
13683
13684# Set to yes if linker adds runtime paths of dependent libraries
13685# to runtime path list.
13686inherit_rpath=$inherit_rpath
13687
13688# Whether libtool must link a program against all its dependency libraries.
13689link_all_deplibs=$link_all_deplibs
13690
13691# Fix the shell variable \$srcfile for the compiler.
13692fix_srcfile_path=$lt_fix_srcfile_path
13693
13694# Set to "yes" if exported symbols are required.
13695always_export_symbols=$always_export_symbols
13696
13697# The commands to list exported symbols.
13698export_symbols_cmds=$lt_export_symbols_cmds
13699
13700# Symbols that should not be listed in the preloaded symbols.
13701exclude_expsyms=$lt_exclude_expsyms
13702
13703# Symbols that must always be exported.
13704include_expsyms=$lt_include_expsyms
13705
13706# Commands necessary for linking programs (against libraries) with templates.
13707prelink_cmds=$lt_prelink_cmds
13708
13709# Specify filename containing input files.
13710file_list_spec=$lt_file_list_spec
13711
13712# How to hardcode a shared library path into an executable.
13713hardcode_action=$hardcode_action
13714
13715# ### END LIBTOOL CONFIG
13716
13717_LT_EOF
13718
13719 case $host_os in
13720 aix3*)
13721 cat <<\_LT_EOF >> "$cfgfile"
13722# AIX sometimes has problems with the GCC collect2 program. For some
13723# reason, if we set the COLLECT_NAMES environment variable, the problems
13724# vanish in a puff of smoke.
13725if test "X${COLLECT_NAMES+set}" != Xset; then
13726 COLLECT_NAMES=
13727 export COLLECT_NAMES
13728fi
13729_LT_EOF
13730 ;;
13731 esac
13732
13733
13734ltmain="$ac_aux_dir/ltmain.sh"
13735
13736
13737 # We use sed instead of cat because bash on DJGPP gets confused if
13738 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13739 # text mode, it properly converts lines to CR/LF. This bash problem
13740 # is reportedly fixed, but why not run on old versions too?
13741 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13742 || (rm -f "$cfgfile"; exit 1)
13743
13744 case $xsi_shell in
13745 yes)
13746 cat << \_LT_EOF >> "$cfgfile"
13747
13748# func_dirname file append nondir_replacement
13749# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13750# otherwise set result to NONDIR_REPLACEMENT.
13751func_dirname ()
13752{
13753 case ${1} in
13754 */*) func_dirname_result="${1%/*}${2}" ;;
13755 * ) func_dirname_result="${3}" ;;
13756 esac
13757}
13758
13759# func_basename file
13760func_basename ()
13761{
13762 func_basename_result="${1##*/}"
13763}
13764
13765# func_dirname_and_basename file append nondir_replacement
13766# perform func_basename and func_dirname in a single function
13767# call:
13768# dirname: Compute the dirname of FILE. If nonempty,
13769# add APPEND to the result, otherwise set result
13770# to NONDIR_REPLACEMENT.
13771# value returned in "$func_dirname_result"
13772# basename: Compute filename of FILE.
13773# value retuned in "$func_basename_result"
13774# Implementation must be kept synchronized with func_dirname
13775# and func_basename. For efficiency, we do not delegate to
13776# those functions but instead duplicate the functionality here.
13777func_dirname_and_basename ()
13778{
13779 case ${1} in
13780 */*) func_dirname_result="${1%/*}${2}" ;;
13781 * ) func_dirname_result="${3}" ;;
13782 esac
13783 func_basename_result="${1##*/}"
13784}
13785
13786# func_stripname prefix suffix name
13787# strip PREFIX and SUFFIX off of NAME.
13788# PREFIX and SUFFIX must not contain globbing or regex special
13789# characters, hashes, percent signs, but SUFFIX may contain a leading
13790# dot (in which case that matches only a dot).
13791func_stripname ()
13792{
13793 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13794 # positional parameters, so assign one to ordinary parameter first.
13795 func_stripname_result=${3}
13796 func_stripname_result=${func_stripname_result#"${1}"}
13797 func_stripname_result=${func_stripname_result%"${2}"}
13798}
13799
13800# func_opt_split
13801func_opt_split ()
13802{
13803 func_opt_split_opt=${1%%=*}
13804 func_opt_split_arg=${1#*=}
13805}
13806
13807# func_lo2o object
13808func_lo2o ()
13809{
13810 case ${1} in
13811 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13812 *) func_lo2o_result=${1} ;;
13813 esac
13814}
13815
13816# func_xform libobj-or-source
13817func_xform ()
13818{
13819 func_xform_result=${1%.*}.lo
13820}
13821
13822# func_arith arithmetic-term...
13823func_arith ()
13824{
13825 func_arith_result=$(( $* ))
13826}
13827
13828# func_len string
13829# STRING may not start with a hyphen.
13830func_len ()
13831{
13832 func_len_result=${#1}
13833}
13834
13835_LT_EOF
13836 ;;
13837 *) # Bourne compatible functions.
13838 cat << \_LT_EOF >> "$cfgfile"
13839
13840# func_dirname file append nondir_replacement
13841# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13842# otherwise set result to NONDIR_REPLACEMENT.
13843func_dirname ()
13844{
13845 # Extract subdirectory from the argument.
13846 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13847 if test "X$func_dirname_result" = "X${1}"; then
13848 func_dirname_result="${3}"
13849 else
13850 func_dirname_result="$func_dirname_result${2}"
13851 fi
13852}
13853
13854# func_basename file
13855func_basename ()
13856{
13857 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13858}
13859
13860
13861# func_stripname prefix suffix name
13862# strip PREFIX and SUFFIX off of NAME.
13863# PREFIX and SUFFIX must not contain globbing or regex special
13864# characters, hashes, percent signs, but SUFFIX may contain a leading
13865# dot (in which case that matches only a dot).
13866# func_strip_suffix prefix name
13867func_stripname ()
13868{
13869 case ${2} in
13870 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13871 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13872 esac
13873}
13874
13875# sed scripts:
13876my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13877my_sed_long_arg='1s/^-[^=]*=//'
13878
13879# func_opt_split
13880func_opt_split ()
13881{
13882 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13883 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13884}
13885
13886# func_lo2o object
13887func_lo2o ()
13888{
13889 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13890}
13891
13892# func_xform libobj-or-source
13893func_xform ()
13894{
13895 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13896}
13897
13898# func_arith arithmetic-term...
13899func_arith ()
13900{
13901 func_arith_result=`expr "$@"`
13902}
13903
13904# func_len string
13905# STRING may not start with a hyphen.
13906func_len ()
13907{
13908 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13909}
13910
13911_LT_EOF
13912esac
13913
13914case $lt_shell_append in
13915 yes)
13916 cat << \_LT_EOF >> "$cfgfile"
13917
13918# func_append var value
13919# Append VALUE to the end of shell variable VAR.
13920func_append ()
13921{
13922 eval "$1+=\$2"
13923}
13924_LT_EOF
13925 ;;
13926 *)
13927 cat << \_LT_EOF >> "$cfgfile"
13928
13929# func_append var value
13930# Append VALUE to the end of shell variable VAR.
13931func_append ()
13932{
13933 eval "$1=\$$1\$2"
13934}
13935
13936_LT_EOF
13937 ;;
13938 esac
13939
13940
13941 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13942 || (rm -f "$cfgfile"; exit 1)
13943
13944 mv -f "$cfgfile" "$ofile" ||
13945 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13946 chmod +x "$ofile"
13947
13948 ;;
81ecdfbb 13949 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13950 rm -f Makesim1.tmp Makesim2.tmp Makefile
13951 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13952 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13953 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
b34f6357
DB
13954 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13955 <Makefile.sim >Makefile
38f48d72 13956 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13957 ;;
81ecdfbb
RW
13958 "stamp-h":C) echo > stamp-h ;;
13959
b7026657 13960 esac
81ecdfbb 13961done # for ac_tag
b34f6357 13962
b7026657 13963
81ecdfbb 13964as_fn_exit 0
b7026657 13965_ACEOF
b7026657
AC
13966ac_clean_files=$ac_clean_files_save
13967
81ecdfbb 13968test $ac_write_fail = 0 ||
d0ac1c44 13969 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13970
b7026657
AC
13971
13972# configure is writing to config.log, and then calls config.status.
13973# config.status does its own redirection, appending to config.log.
13974# Unfortunately, on DOS this fails, as config.log is still kept open
13975# by configure, so config.status won't be able to write to it; its
13976# output is simply discarded. So we exec the FD to /dev/null,
13977# effectively closing config.log, so it can be properly (re)opened and
13978# appended to by config.status. When coming back to configure, we
13979# need to make the FD available again.
13980if test "$no_create" != yes; then
13981 ac_cs_success=:
13982 ac_config_status_args=
13983 test "$silent" = yes &&
13984 ac_config_status_args="$ac_config_status_args --quiet"
13985 exec 5>/dev/null
13986 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13987 exec 5>>config.log
13988 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13989 # would make configure fail if this is the last instruction.
d0ac1c44 13990 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13991fi
13992if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13994$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13995fi
b34f6357
DB
13996
13997