]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/lm32/configure
sim: unify environment build settings
[thirdparty/binutils-gdb.git] / sim / lm32 / configure
CommitLineData
c28c63d8
JB
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
c28c63d8 8#
c28c63d8
JB
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## -------------------- ##
c28c63d8 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 :
c28c63d8
JB
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
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
c28c63d8
JB
31fi
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 }
c28c63d8
JB
79fi
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
c28c63d8
JB
122PS1='$ '
123PS2='> '
124PS4='+ '
125
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
d6416cdc 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."
d6416cdc 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."
d6416cdc 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
c28c63d8 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
c28c63d8
JB
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c28c63d8
JB
435 as_basename=basename
436else
437 as_basename=false
438fi
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
c28c63d8 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
c28c63d8
JB
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'`
c28c63d8 464
d6416cdc
RW
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
c28c63d8 471
c28c63d8 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 |
c28c63d8 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
c28c63d8 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c28c63d8 490 t loop
81ecdfbb 491 s/-\n.*//
c28c63d8 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; }
c28c63d8 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
c28c63d8
JB
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"
c28c63d8
JB
504 # Exit status is that of the last command.
505 exit
506}
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';;
c28c63d8 519esac
d6416cdc 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
c28c63d8 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
c28c63d8 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 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'
c28c63d8
JB
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
c28c63d8 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c28c63d8
JB
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c28c63d8
JB
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c28c63d8 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c28c63d8
JB
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
c28c63d8
JB
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
c28c63d8 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
c28c63d8
JB
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
d6416cdc 586
c28c63d8
JB
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
c28c63d8
JB
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
c28c63d8
JB
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
c28c63d8
JB
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
c28c63d8
JB
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
c28c63d8
JB
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
c28c63d8
JB
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
c28c63d8
JB
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
c28c63d8
JB
623# include <inttypes.h>
624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
c28c63d8
JB
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638cgen
639cgendir
640CGEN_MAINT
641REPORT_BUGS_TEXI
642REPORT_BUGS_TO
643PKGVERSION
81ecdfbb 644MAINT
31e6ad7d
MF
645MAINTAINER_MODE_FALSE
646MAINTAINER_MODE_TRUE
6bb11ab3
L
647lt_cv_dlopen_libs
648OTOOL64
649OTOOL
650LIPO
651NMEDIT
652DSYMUTIL
653AWK
654STRIP
655OBJDUMP
656LN_S
657NM
658ac_ct_DUMPBIN
659DUMPBIN
660LD
661FGREP
662SED
663LIBTOOL
664PLUGINS_FALSE
665PLUGINS_TRUE
aadc9410
MF
666zlibinc
667zlibdir
81ecdfbb
RW
668CATOBJEXT
669GENCAT
670INSTOBJEXT
671DATADIRNAME
672CATALOGS
673POSUB
674GMSGFMT
675XGETTEXT
676INCINTL
677LIBINTL_DEP
678LIBINTL
679USE_NLS
db2e4d67
MF
680CCDEPMODE
681DEPDIR
682am__leading_dot
5f3ef9d0 683PACKAGE
46f900c0 684C_DIALECT
81ecdfbb
RW
685RANLIB
686AR
c2783492 687LDFLAGS_FOR_BUILD
c25ea03d 688CFLAGS_FOR_BUILD
aa0fca16 689RANLIB_FOR_BUILD
81ecdfbb 690CC_FOR_BUILD
aa0fca16 691AR_FOR_BUILD
81ecdfbb
RW
692INSTALL_DATA
693INSTALL_SCRIPT
694INSTALL_PROGRAM
2232061b
MF
695EGREP
696GREP
c2783492
MF
697CPP
698OBJEXT
699EXEEXT
700ac_ct_CC
701CPPFLAGS
702LDFLAGS
703CFLAGS
704CC
81ecdfbb
RW
705target_os
706target_vendor
707target_cpu
708target
709host_os
710host_vendor
711host_cpu
712host
713build_os
714build_vendor
715build_cpu
716build
81ecdfbb
RW
717target_alias
718host_alias
719build_alias
720LIBS
721ECHO_T
722ECHO_N
723ECHO_C
724DEFS
725mandir
726localedir
727libdir
728psdir
729pdfdir
730dvidir
731htmldir
732infodir
733docdir
734oldincludedir
735includedir
736localstatedir
737sharedstatedir
738sysconfdir
739datadir
740datarootdir
741libexecdir
742sbindir
743bindir
744program_transform_name
745prefix
746exec_prefix
747PACKAGE_URL
748PACKAGE_BUGREPORT
749PACKAGE_STRING
750PACKAGE_VERSION
751PACKAGE_TARNAME
752PACKAGE_NAME
753PATH_SEPARATOR
136da8cd
MF
754SHELL
755WERROR_CFLAGS
756WARN_CFLAGS
760b3e8b 757sim_scache
136da8cd
MF
758sim_inline
759sim_hw
760sim_hw_objs
761sim_hw_cflags
136da8cd 762sim_endian
760b3e8b 763sim_default_model
136da8cd 764sim_alignment'
c28c63d8 765ac_subst_files=''
81ecdfbb
RW
766ac_user_opts='
767enable_option_checking
aadc9410 768with_system_zlib
6bb11ab3
L
769enable_plugins
770enable_shared
771enable_static
772with_pic
773enable_fast_install
774with_gnu_ld
775enable_libtool_lock
81ecdfbb 776enable_maintainer_mode
81ecdfbb
RW
777enable_sim_debug
778enable_sim_stdio
779enable_sim_trace
780enable_sim_profile
347fe5bb 781enable_sim_inline
81ecdfbb
RW
782with_pkgversion
783with_bugurl
784enable_sim_endian
785enable_sim_alignment
81ecdfbb
RW
786enable_sim_scache
787enable_sim_default_model
5c1008a4
MF
788enable_werror
789enable_build_warnings
790enable_sim_build_warnings
81ecdfbb
RW
791enable_cgen_maint
792enable_sim_hardware
793'
794 ac_precious_vars='build_alias
795host_alias
796target_alias
797CC
798CFLAGS
799LDFLAGS
800LIBS
801CPPFLAGS
802CPP'
803
c28c63d8
JB
804
805# Initialize some variables set by options.
806ac_init_help=
807ac_init_version=false
81ecdfbb
RW
808ac_unrecognized_opts=
809ac_unrecognized_sep=
c28c63d8
JB
810# The variables have the same names as the options, with
811# dashes changed to underlines.
812cache_file=/dev/null
813exec_prefix=NONE
814no_create=
815no_recursion=
816prefix=NONE
817program_prefix=NONE
818program_suffix=NONE
819program_transform_name=s,x,x,
820silent=
821site=
822srcdir=
823verbose=
824x_includes=NONE
825x_libraries=NONE
826
827# Installation directory options.
828# These are left unexpanded so users can "make install exec_prefix=/foo"
829# and all the variables that are supposed to be based on exec_prefix
830# by default will actually change.
831# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 832# (The list follows the same order as the GNU Coding Standards.)
c28c63d8
JB
833bindir='${exec_prefix}/bin'
834sbindir='${exec_prefix}/sbin'
835libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
836datarootdir='${prefix}/share'
837datadir='${datarootdir}'
c28c63d8
JB
838sysconfdir='${prefix}/etc'
839sharedstatedir='${prefix}/com'
840localstatedir='${prefix}/var'
841includedir='${prefix}/include'
842oldincludedir='/usr/include'
81ecdfbb
RW
843docdir='${datarootdir}/doc/${PACKAGE}'
844infodir='${datarootdir}/info'
845htmldir='${docdir}'
846dvidir='${docdir}'
847pdfdir='${docdir}'
848psdir='${docdir}'
849libdir='${exec_prefix}/lib'
850localedir='${datarootdir}/locale'
851mandir='${datarootdir}/man'
c28c63d8
JB
852
853ac_prev=
81ecdfbb 854ac_dashdash=
c28c63d8
JB
855for ac_option
856do
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
81ecdfbb 859 eval $ac_prev=\$ac_option
c28c63d8
JB
860 ac_prev=
861 continue
862 fi
863
81ecdfbb 864 case $ac_option in
d0ac1c44
SM
865 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
866 *=) ac_optarg= ;;
867 *) ac_optarg=yes ;;
81ecdfbb 868 esac
c28c63d8
JB
869
870 # Accept the important Cygnus configure options, so we can diagnose typos.
871
81ecdfbb
RW
872 case $ac_dashdash$ac_option in
873 --)
874 ac_dashdash=yes ;;
c28c63d8
JB
875
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
880
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
885
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
892
893 --config-cache | -C)
894 cache_file=config.cache ;;
895
81ecdfbb 896 -datadir | --datadir | --datadi | --datad)
c28c63d8 897 ac_prev=datadir ;;
81ecdfbb 898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c28c63d8
JB
899 datadir=$ac_optarg ;;
900
81ecdfbb
RW
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
907
c28c63d8 908 -disable-* | --disable-*)
81ecdfbb 909 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c28c63d8 910 # Reject names that are not valid shell variable names.
81ecdfbb 911 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 912 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
913 ac_useropt_orig=$ac_useropt
914 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
915 case $ac_user_opts in
916 *"
917"enable_$ac_useropt"
918"*) ;;
919 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
920 ac_unrecognized_sep=', ';;
921 esac
922 eval enable_$ac_useropt=no ;;
923
924 -docdir | --docdir | --docdi | --doc | --do)
925 ac_prev=docdir ;;
926 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
927 docdir=$ac_optarg ;;
928
929 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
930 ac_prev=dvidir ;;
931 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
932 dvidir=$ac_optarg ;;
c28c63d8
JB
933
934 -enable-* | --enable-*)
81ecdfbb 935 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c28c63d8 936 # Reject names that are not valid shell variable names.
81ecdfbb 937 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 938 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
939 ac_useropt_orig=$ac_useropt
940 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
941 case $ac_user_opts in
942 *"
943"enable_$ac_useropt"
944"*) ;;
945 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
946 ac_unrecognized_sep=', ';;
c28c63d8 947 esac
81ecdfbb 948 eval enable_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
949
950 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
951 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
952 | --exec | --exe | --ex)
953 ac_prev=exec_prefix ;;
954 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
955 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
956 | --exec=* | --exe=* | --ex=*)
957 exec_prefix=$ac_optarg ;;
958
959 -gas | --gas | --ga | --g)
960 # Obsolete; use --with-gas.
961 with_gas=yes ;;
962
963 -help | --help | --hel | --he | -h)
964 ac_init_help=long ;;
965 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
966 ac_init_help=recursive ;;
967 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
968 ac_init_help=short ;;
969
970 -host | --host | --hos | --ho)
971 ac_prev=host_alias ;;
972 -host=* | --host=* | --hos=* | --ho=*)
973 host_alias=$ac_optarg ;;
974
81ecdfbb
RW
975 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
976 ac_prev=htmldir ;;
977 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
978 | --ht=*)
979 htmldir=$ac_optarg ;;
980
c28c63d8
JB
981 -includedir | --includedir | --includedi | --included | --include \
982 | --includ | --inclu | --incl | --inc)
983 ac_prev=includedir ;;
984 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
985 | --includ=* | --inclu=* | --incl=* | --inc=*)
986 includedir=$ac_optarg ;;
987
988 -infodir | --infodir | --infodi | --infod | --info | --inf)
989 ac_prev=infodir ;;
990 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
991 infodir=$ac_optarg ;;
992
993 -libdir | --libdir | --libdi | --libd)
994 ac_prev=libdir ;;
995 -libdir=* | --libdir=* | --libdi=* | --libd=*)
996 libdir=$ac_optarg ;;
997
998 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
999 | --libexe | --libex | --libe)
1000 ac_prev=libexecdir ;;
1001 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1002 | --libexe=* | --libex=* | --libe=*)
1003 libexecdir=$ac_optarg ;;
1004
81ecdfbb
RW
1005 -localedir | --localedir | --localedi | --localed | --locale)
1006 ac_prev=localedir ;;
1007 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1008 localedir=$ac_optarg ;;
1009
c28c63d8 1010 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1011 | --localstate | --localstat | --localsta | --localst | --locals)
c28c63d8
JB
1012 ac_prev=localstatedir ;;
1013 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1014 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c28c63d8
JB
1015 localstatedir=$ac_optarg ;;
1016
1017 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1018 ac_prev=mandir ;;
1019 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1020 mandir=$ac_optarg ;;
1021
1022 -nfp | --nfp | --nf)
1023 # Obsolete; use --without-fp.
1024 with_fp=no ;;
1025
1026 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1027 | --no-cr | --no-c | -n)
1028 no_create=yes ;;
1029
1030 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1031 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1032 no_recursion=yes ;;
1033
1034 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1035 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1036 | --oldin | --oldi | --old | --ol | --o)
1037 ac_prev=oldincludedir ;;
1038 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1039 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1040 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1041 oldincludedir=$ac_optarg ;;
1042
1043 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1044 ac_prev=prefix ;;
1045 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1046 prefix=$ac_optarg ;;
1047
1048 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1049 | --program-pre | --program-pr | --program-p)
1050 ac_prev=program_prefix ;;
1051 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1052 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1053 program_prefix=$ac_optarg ;;
1054
1055 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1056 | --program-suf | --program-su | --program-s)
1057 ac_prev=program_suffix ;;
1058 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1059 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1060 program_suffix=$ac_optarg ;;
1061
1062 -program-transform-name | --program-transform-name \
1063 | --program-transform-nam | --program-transform-na \
1064 | --program-transform-n | --program-transform- \
1065 | --program-transform | --program-transfor \
1066 | --program-transfo | --program-transf \
1067 | --program-trans | --program-tran \
1068 | --progr-tra | --program-tr | --program-t)
1069 ac_prev=program_transform_name ;;
1070 -program-transform-name=* | --program-transform-name=* \
1071 | --program-transform-nam=* | --program-transform-na=* \
1072 | --program-transform-n=* | --program-transform-=* \
1073 | --program-transform=* | --program-transfor=* \
1074 | --program-transfo=* | --program-transf=* \
1075 | --program-trans=* | --program-tran=* \
1076 | --progr-tra=* | --program-tr=* | --program-t=*)
1077 program_transform_name=$ac_optarg ;;
1078
81ecdfbb
RW
1079 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1080 ac_prev=pdfdir ;;
1081 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1082 pdfdir=$ac_optarg ;;
1083
1084 -psdir | --psdir | --psdi | --psd | --ps)
1085 ac_prev=psdir ;;
1086 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1087 psdir=$ac_optarg ;;
1088
c28c63d8
JB
1089 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1090 | -silent | --silent | --silen | --sile | --sil)
1091 silent=yes ;;
1092
1093 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1094 ac_prev=sbindir ;;
1095 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1096 | --sbi=* | --sb=*)
1097 sbindir=$ac_optarg ;;
1098
1099 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1100 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1101 | --sharedst | --shareds | --shared | --share | --shar \
1102 | --sha | --sh)
1103 ac_prev=sharedstatedir ;;
1104 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1105 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1106 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1107 | --sha=* | --sh=*)
1108 sharedstatedir=$ac_optarg ;;
1109
1110 -site | --site | --sit)
1111 ac_prev=site ;;
1112 -site=* | --site=* | --sit=*)
1113 site=$ac_optarg ;;
1114
1115 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1116 ac_prev=srcdir ;;
1117 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1118 srcdir=$ac_optarg ;;
1119
1120 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1121 | --syscon | --sysco | --sysc | --sys | --sy)
1122 ac_prev=sysconfdir ;;
1123 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1124 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1125 sysconfdir=$ac_optarg ;;
1126
1127 -target | --target | --targe | --targ | --tar | --ta | --t)
1128 ac_prev=target_alias ;;
1129 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1130 target_alias=$ac_optarg ;;
1131
1132 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1133 verbose=yes ;;
1134
1135 -version | --version | --versio | --versi | --vers | -V)
1136 ac_init_version=: ;;
1137
1138 -with-* | --with-*)
81ecdfbb 1139 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c28c63d8 1140 # Reject names that are not valid shell variable names.
81ecdfbb 1141 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1142 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1143 ac_useropt_orig=$ac_useropt
1144 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1145 case $ac_user_opts in
1146 *"
1147"with_$ac_useropt"
1148"*) ;;
1149 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1150 ac_unrecognized_sep=', ';;
c28c63d8 1151 esac
81ecdfbb 1152 eval with_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
1153
1154 -without-* | --without-*)
81ecdfbb 1155 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c28c63d8 1156 # Reject names that are not valid shell variable names.
81ecdfbb 1157 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1158 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1159 ac_useropt_orig=$ac_useropt
1160 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1161 case $ac_user_opts in
1162 *"
1163"with_$ac_useropt"
1164"*) ;;
1165 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1166 ac_unrecognized_sep=', ';;
1167 esac
1168 eval with_$ac_useropt=no ;;
c28c63d8
JB
1169
1170 --x)
1171 # Obsolete; use --with-x.
1172 with_x=yes ;;
1173
1174 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1175 | --x-incl | --x-inc | --x-in | --x-i)
1176 ac_prev=x_includes ;;
1177 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1178 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1179 x_includes=$ac_optarg ;;
1180
1181 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1182 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1183 ac_prev=x_libraries ;;
1184 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1185 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1186 x_libraries=$ac_optarg ;;
1187
d0ac1c44
SM
1188 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1189Try \`$0 --help' for more information"
c28c63d8
JB
1190 ;;
1191
1192 *=*)
1193 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1194 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1195 case $ac_envvar in #(
1196 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1197 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1198 esac
1199 eval $ac_envvar=\$ac_optarg
c28c63d8
JB
1200 export $ac_envvar ;;
1201
1202 *)
1203 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1204 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c28c63d8 1205 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1206 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1207 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c28c63d8
JB
1208 ;;
1209
1210 esac
1211done
1212
1213if test -n "$ac_prev"; then
1214 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1215 as_fn_error $? "missing argument to $ac_option"
c28c63d8
JB
1216fi
1217
81ecdfbb
RW
1218if test -n "$ac_unrecognized_opts"; then
1219 case $enable_option_checking in
1220 no) ;;
d0ac1c44 1221 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1222 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c28c63d8 1223 esac
81ecdfbb 1224fi
d6416cdc 1225
81ecdfbb
RW
1226# Check all directory arguments for consistency.
1227for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1228 datadir sysconfdir sharedstatedir localstatedir includedir \
1229 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1230 libdir localedir mandir
d6416cdc 1231do
81ecdfbb
RW
1232 eval ac_val=\$$ac_var
1233 # Remove trailing slashes.
1234 case $ac_val in
1235 */ )
1236 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1237 eval $ac_var=\$ac_val;;
1238 esac
1239 # Be sure to have absolute directory names.
c28c63d8 1240 case $ac_val in
81ecdfbb
RW
1241 [\\/$]* | ?:[\\/]* ) continue;;
1242 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c28c63d8 1243 esac
d0ac1c44 1244 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c28c63d8
JB
1245done
1246
1247# There might be people who depend on the old broken behavior: `$host'
1248# used to hold the argument of --host etc.
1249# FIXME: To remove some day.
1250build=$build_alias
1251host=$host_alias
1252target=$target_alias
1253
1254# FIXME: To remove some day.
1255if test "x$host_alias" != x; then
1256 if test "x$build_alias" = x; then
1257 cross_compiling=maybe
c28c63d8
JB
1258 elif test "x$build_alias" != "x$host_alias"; then
1259 cross_compiling=yes
1260 fi
1261fi
1262
1263ac_tool_prefix=
1264test -n "$host_alias" && ac_tool_prefix=$host_alias-
1265
1266test "$silent" = yes && exec 6>/dev/null
1267
1268
81ecdfbb
RW
1269ac_pwd=`pwd` && test -n "$ac_pwd" &&
1270ac_ls_di=`ls -di .` &&
1271ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1272 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1273test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1274 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1275
1276
c28c63d8
JB
1277# Find the source files, if location was not specified.
1278if test -z "$srcdir"; then
1279 ac_srcdir_defaulted=yes
81ecdfbb
RW
1280 # Try the directory containing this script, then the parent directory.
1281 ac_confdir=`$as_dirname -- "$as_myself" ||
1282$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1283 X"$as_myself" : 'X\(//\)[^/]' \| \
1284 X"$as_myself" : 'X\(//\)$' \| \
1285 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1286$as_echo X"$as_myself" |
1287 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\/\)[^/].*/{
1292 s//\1/
1293 q
1294 }
1295 /^X\(\/\/\)$/{
1296 s//\1/
1297 q
1298 }
1299 /^X\(\/\).*/{
1300 s//\1/
1301 q
1302 }
1303 s/.*/./; q'`
c28c63d8 1304 srcdir=$ac_confdir
81ecdfbb 1305 if test ! -r "$srcdir/$ac_unique_file"; then
c28c63d8
JB
1306 srcdir=..
1307 fi
1308else
1309 ac_srcdir_defaulted=no
1310fi
81ecdfbb
RW
1311if test ! -r "$srcdir/$ac_unique_file"; then
1312 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1313 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1314fi
1315ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1316ac_abs_confdir=`(
d0ac1c44 1317 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1318 pwd)`
1319# When building in place, set srcdir=.
1320if test "$ac_abs_confdir" = "$ac_pwd"; then
1321 srcdir=.
1322fi
1323# Remove unnecessary trailing slashes from srcdir.
1324# Double slashes in file names in object file debugging info
1325# mess up M-x gdb in Emacs.
1326case $srcdir in
1327*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1328esac
1329for ac_var in $ac_precious_vars; do
1330 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1331 eval ac_env_${ac_var}_value=\$${ac_var}
1332 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1333 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1334done
c28c63d8
JB
1335
1336#
1337# Report the --help message.
1338#
1339if test "$ac_init_help" = "long"; then
1340 # Omit some internal or obsolete options to make the list less imposing.
1341 # This message is too long to be a string in the A/UX 3.1 sh.
1342 cat <<_ACEOF
1343\`configure' configures this package to adapt to many kinds of systems.
1344
1345Usage: $0 [OPTION]... [VAR=VALUE]...
1346
1347To assign environment variables (e.g., CC, CFLAGS...), specify them as
1348VAR=VALUE. See below for descriptions of some of the useful variables.
1349
1350Defaults for the options are specified in brackets.
1351
1352Configuration:
1353 -h, --help display this help and exit
1354 --help=short display options specific to this package
1355 --help=recursive display the short help of all the included packages
1356 -V, --version display version information and exit
d0ac1c44 1357 -q, --quiet, --silent do not print \`checking ...' messages
c28c63d8
JB
1358 --cache-file=FILE cache test results in FILE [disabled]
1359 -C, --config-cache alias for \`--cache-file=config.cache'
1360 -n, --no-create do not create output files
1361 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1362
1363Installation directories:
1364 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1365 [$ac_default_prefix]
c28c63d8 1366 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1367 [PREFIX]
c28c63d8
JB
1368
1369By default, \`make install' will install all the files in
1370\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1371an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1372for instance \`--prefix=\$HOME'.
1373
1374For better control, use the options below.
1375
1376Fine tuning of the installation directories:
81ecdfbb
RW
1377 --bindir=DIR user executables [EPREFIX/bin]
1378 --sbindir=DIR system admin executables [EPREFIX/sbin]
1379 --libexecdir=DIR program executables [EPREFIX/libexec]
1380 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1381 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1382 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1383 --libdir=DIR object code libraries [EPREFIX/lib]
1384 --includedir=DIR C header files [PREFIX/include]
1385 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1386 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1387 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1388 --infodir=DIR info documentation [DATAROOTDIR/info]
1389 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1390 --mandir=DIR man documentation [DATAROOTDIR/man]
1391 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1392 --htmldir=DIR html documentation [DOCDIR]
1393 --dvidir=DIR dvi documentation [DOCDIR]
1394 --pdfdir=DIR pdf documentation [DOCDIR]
1395 --psdir=DIR ps documentation [DOCDIR]
c28c63d8
JB
1396_ACEOF
1397
1398 cat <<\_ACEOF
1399
1400Program names:
1401 --program-prefix=PREFIX prepend PREFIX to installed program names
1402 --program-suffix=SUFFIX append SUFFIX to installed program names
1403 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1404
1405System types:
1406 --build=BUILD configure for building on BUILD [guessed]
1407 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1408 --target=TARGET configure for building compilers for TARGET [HOST]
1409_ACEOF
1410fi
1411
1412if test -n "$ac_init_help"; then
1413
1414 cat <<\_ACEOF
1415
1416Optional Features:
81ecdfbb 1417 --disable-option-checking ignore unrecognized --enable/--with options
c28c63d8
JB
1418 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1419 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1420 --enable-plugins Enable support for plugins
6bb11ab3
L
1421 --enable-shared[=PKGS] build shared libraries [default=yes]
1422 --enable-static[=PKGS] build static libraries [default=yes]
1423 --enable-fast-install[=PKGS]
1424 optimize for fast installation [default=yes]
1425 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1426 --enable-maintainer-mode
1427 enable make rules and dependencies not useful (and
1428 sometimes confusing) to the casual installer
8d0978fb
MF
1429 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1430 itself)
1431 --enable-sim-stdio Specify whether to use stdio for console
1432 input/output
1433 --enable-sim-trace=opts Enable tracing of simulated programs
1434 --enable-sim-profile=opts
1435 Enable profiling flags
347fe5bb
MF
1436 --enable-sim-inline=inlines
1437 Specify which functions should be inlined
8d0978fb
MF
1438 --enable-sim-endian=endian
1439 Specify target byte endian orientation
1440 --enable-sim-alignment=align
1441 Specify strict, nonstrict or forced alignment of
1442 memory accesses
8d0978fb
MF
1443 --enable-sim-scache=size
1444 Specify simulator execution cache size
1445 --enable-sim-default-model=model
1446 Specify default model to simulate
5c1008a4
MF
1447 --enable-werror treat compile warnings as errors
1448 --enable-build-warnings enable build-time compiler warnings if gcc is used
1449 --enable-sim-build-warnings
1450 enable SIM specific build-time compiler warnings if
1451 gcc is used
8d0978fb 1452 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1453 --enable-sim-hardware=LIST
1454 Specify the hardware to be included in the build.
c28c63d8
JB
1455
1456Optional Packages:
1457 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1458 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1459 --with-system-zlib use installed libz
6bb11ab3
L
1460 --with-pic try to use only PIC/non-PIC objects [default=use
1461 both]
1462 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1463 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
c28c63d8
JB
1464 --with-bugurl=URL Direct users to URL to report a bug
1465
1466Some influential environment variables:
1467 CC C compiler command
1468 CFLAGS C compiler flags
1469 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1470 nonstandard directory <lib dir>
81ecdfbb 1471 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1472 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1473 you have headers in a nonstandard directory <include dir>
c28c63d8
JB
1474 CPP C preprocessor
1475
1476Use these variables to override the choices made by `configure' or to help
1477it to find libraries and programs with nonstandard names/locations.
1478
81ecdfbb 1479Report bugs to the package provider.
c28c63d8 1480_ACEOF
81ecdfbb 1481ac_status=$?
c28c63d8
JB
1482fi
1483
1484if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1489 continue
c28c63d8
JB
1490 ac_builddir=.
1491
81ecdfbb
RW
1492case "$ac_dir" in
1493.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494*)
1495 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1501 esac ;;
1502esac
1503ac_abs_top_builddir=$ac_pwd
1504ac_abs_builddir=$ac_pwd$ac_dir_suffix
1505# for backward compatibility:
1506ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
1507
1508case $srcdir in
81ecdfbb 1509 .) # We are building in place.
c28c63d8 1510 ac_srcdir=.
81ecdfbb
RW
1511 ac_top_srcdir=$ac_top_builddir_sub
1512 ac_abs_top_srcdir=$ac_pwd ;;
1513 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 1514 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1515 ac_top_srcdir=$srcdir
1516 ac_abs_top_srcdir=$srcdir ;;
1517 *) # Relative name.
1518 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d6416cdc 1521esac
81ecdfbb
RW
1522ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1523
1524 cd "$ac_dir" || { ac_status=$?; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1527 echo &&
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1530 echo &&
1531 $SHELL "$ac_srcdir/configure" --help=recursive
c28c63d8 1532 else
81ecdfbb
RW
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1534 fi || ac_status=$?
1535 cd "$ac_pwd" || { ac_status=$?; break; }
c28c63d8
JB
1536 done
1537fi
1538
81ecdfbb 1539test -n "$ac_init_help" && exit $ac_status
c28c63d8
JB
1540if $ac_init_version; then
1541 cat <<\_ACEOF
81ecdfbb 1542configure
d0ac1c44 1543generated by GNU Autoconf 2.69
c28c63d8 1544
d0ac1c44 1545Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
1546This configure script is free software; the Free Software Foundation
1547gives unlimited permission to copy, distribute and modify it.
1548_ACEOF
81ecdfbb 1549 exit
c28c63d8 1550fi
c28c63d8 1551
81ecdfbb
RW
1552## ------------------------ ##
1553## Autoconf initialization. ##
1554## ------------------------ ##
c28c63d8 1555
81ecdfbb
RW
1556# ac_fn_c_try_compile LINENO
1557# --------------------------
1558# Try to compile conftest.$ac_ext, and return whether this succeeded.
1559ac_fn_c_try_compile ()
c28c63d8 1560{
81ecdfbb
RW
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext
1563 if { { ac_try="$ac_compile"
1564case "(($ac_try" in
1565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 *) ac_try_echo=$ac_try;;
1567esac
1568eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569$as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_compile") 2>conftest.err
1571 ac_status=$?
1572 if test -s conftest.err; then
1573 grep -v '^ *+' conftest.err >conftest.er1
1574 cat conftest.er1 >&5
1575 mv -f conftest.er1 conftest.err
1576 fi
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest.$ac_objext; then :
1582 ac_retval=0
1583else
1584 $as_echo "$as_me: failed program was:" >&5
1585sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1586
81ecdfbb
RW
1587 ac_retval=1
1588fi
d0ac1c44
SM
1589 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1590 as_fn_set_status $ac_retval
c28c63d8 1591
81ecdfbb 1592} # ac_fn_c_try_compile
c28c63d8 1593
81ecdfbb
RW
1594# ac_fn_c_try_cpp LINENO
1595# ----------------------
1596# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1597ac_fn_c_try_cpp ()
1598{
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 if { { ac_try="$ac_cpp conftest.$ac_ext"
1601case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604esac
1605eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606$as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1613 fi
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1615 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1616 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 }; then :
1619 ac_retval=0
1620else
1621 $as_echo "$as_me: failed program was:" >&5
1622sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1623
81ecdfbb
RW
1624 ac_retval=1
1625fi
d0ac1c44
SM
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status $ac_retval
c28c63d8 1628
81ecdfbb 1629} # ac_fn_c_try_cpp
c28c63d8 1630
81ecdfbb
RW
1631# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1632# -------------------------------------------------------
1633# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1634# the include files in INCLUDES and setting the cache variable VAR
1635# accordingly.
1636ac_fn_c_check_header_mongrel ()
1637{
1638 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1639 if eval \${$3+:} false; then :
81ecdfbb
RW
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1641$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1642if eval \${$3+:} false; then :
81ecdfbb
RW
1643 $as_echo_n "(cached) " >&6
1644fi
1645eval ac_res=\$$3
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1647$as_echo "$ac_res" >&6; }
1648else
1649 # Is the header compilable?
1650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1651$as_echo_n "checking $2 usability... " >&6; }
1652cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1653/* end confdefs.h. */
1654$4
1655#include <$2>
1656_ACEOF
1657if ac_fn_c_try_compile "$LINENO"; then :
1658 ac_header_compiler=yes
1659else
1660 ac_header_compiler=no
1661fi
1662rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1664$as_echo "$ac_header_compiler" >&6; }
1665
1666# Is the header present?
1667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1668$as_echo_n "checking $2 presence... " >&6; }
1669cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1670/* end confdefs.h. */
1671#include <$2>
1672_ACEOF
1673if ac_fn_c_try_cpp "$LINENO"; then :
1674 ac_header_preproc=yes
1675else
1676 ac_header_preproc=no
1677fi
d0ac1c44 1678rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1680$as_echo "$ac_header_preproc" >&6; }
1681
1682# So? What about this header?
1683case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1684 yes:no: )
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1686$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1688$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1689 ;;
1690 no:yes:* )
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1692$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1694$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1696$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1698$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1700$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1701 ;;
1702esac
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1704$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1705if eval \${$3+:} false; then :
81ecdfbb
RW
1706 $as_echo_n "(cached) " >&6
1707else
1708 eval "$3=\$ac_header_compiler"
1709fi
1710eval ac_res=\$$3
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1712$as_echo "$ac_res" >&6; }
1713fi
d0ac1c44 1714 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1715
1716} # ac_fn_c_check_header_mongrel
1717
1718# ac_fn_c_try_run LINENO
1719# ----------------------
1720# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1721# that executables *can* be run.
1722ac_fn_c_try_run ()
1723{
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_link"
1726case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729esac
1730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731$as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>&5
1733 ac_status=$?
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1736 { { case "(($ac_try" in
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1739esac
1740eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741$as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_try") 2>&5
1743 ac_status=$?
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; }; }; then :
1746 ac_retval=0
1747else
1748 $as_echo "$as_me: program exited with status $ac_status" >&5
1749 $as_echo "$as_me: failed program was:" >&5
1750sed 's/^/| /' conftest.$ac_ext >&5
1751
1752 ac_retval=$ac_status
1753fi
1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1756 as_fn_set_status $ac_retval
81ecdfbb
RW
1757
1758} # ac_fn_c_try_run
1759
1760# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1761# -------------------------------------------------------
1762# Tests whether HEADER exists and can be compiled using the include files in
1763# INCLUDES, setting the cache variable VAR accordingly.
1764ac_fn_c_check_header_compile ()
1765{
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1769if eval \${$3+:} false; then :
81ecdfbb
RW
1770 $as_echo_n "(cached) " >&6
1771else
1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1773/* end confdefs.h. */
1774$4
1775#include <$2>
1776_ACEOF
1777if ac_fn_c_try_compile "$LINENO"; then :
1778 eval "$3=yes"
1779else
1780 eval "$3=no"
1781fi
1782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1783fi
1784eval ac_res=\$$3
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1786$as_echo "$ac_res" >&6; }
d0ac1c44 1787 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1788
1789} # ac_fn_c_check_header_compile
1790
1791# ac_fn_c_try_link LINENO
1792# -----------------------
1793# Try to link conftest.$ac_ext, and return whether this succeeded.
1794ac_fn_c_try_link ()
1795{
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 rm -f conftest.$ac_objext conftest$ac_exeext
1798 if { { ac_try="$ac_link"
1799case "(($ac_try" in
1800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1801 *) ac_try_echo=$ac_try;;
1802esac
1803eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1804$as_echo "$ac_try_echo"; } >&5
1805 (eval "$ac_link") 2>conftest.err
1806 ac_status=$?
1807 if test -s conftest.err; then
1808 grep -v '^ *+' conftest.err >conftest.er1
1809 cat conftest.er1 >&5
1810 mv -f conftest.er1 conftest.err
1811 fi
1812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1813 test $ac_status = 0; } && {
1814 test -z "$ac_c_werror_flag" ||
1815 test ! -s conftest.err
1816 } && test -s conftest$ac_exeext && {
1817 test "$cross_compiling" = yes ||
d0ac1c44 1818 test -x conftest$ac_exeext
81ecdfbb
RW
1819 }; then :
1820 ac_retval=0
1821else
1822 $as_echo "$as_me: failed program was:" >&5
1823sed 's/^/| /' conftest.$ac_ext >&5
1824
1825 ac_retval=1
1826fi
1827 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1828 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1829 # interfere with the next link command; also delete a directory that is
1830 # left behind by Apple's compiler. We do this before executing the actions.
1831 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1833 as_fn_set_status $ac_retval
81ecdfbb
RW
1834
1835} # ac_fn_c_try_link
1836
1837# ac_fn_c_check_func LINENO FUNC VAR
1838# ----------------------------------
1839# Tests whether FUNC exists, setting the cache variable VAR accordingly
1840ac_fn_c_check_func ()
1841{
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1844$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1845if eval \${$3+:} false; then :
81ecdfbb
RW
1846 $as_echo_n "(cached) " >&6
1847else
1848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1849/* end confdefs.h. */
1850/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1852#define $2 innocuous_$2
1853
1854/* System header to define __stub macros and hopefully few prototypes,
1855 which can conflict with char $2 (); below.
1856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1857 <limits.h> exists even on freestanding compilers. */
1858
1859#ifdef __STDC__
1860# include <limits.h>
1861#else
1862# include <assert.h>
1863#endif
1864
1865#undef $2
1866
1867/* Override any GCC internal prototype to avoid an error.
1868 Use char because int might match the return type of a GCC
1869 builtin and then its argument prototype would still apply. */
1870#ifdef __cplusplus
1871extern "C"
1872#endif
1873char $2 ();
1874/* The GNU C library defines this for functions which it implements
1875 to always fail with ENOSYS. Some functions are actually named
1876 something starting with __ and the normal name is an alias. */
1877#if defined __stub_$2 || defined __stub___$2
1878choke me
1879#endif
1880
1881int
1882main ()
1883{
1884return $2 ();
1885 ;
1886 return 0;
1887}
1888_ACEOF
1889if ac_fn_c_try_link "$LINENO"; then :
1890 eval "$3=yes"
1891else
1892 eval "$3=no"
1893fi
1894rm -f core conftest.err conftest.$ac_objext \
1895 conftest$ac_exeext conftest.$ac_ext
1896fi
1897eval ac_res=\$$3
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899$as_echo "$ac_res" >&6; }
d0ac1c44 1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1901
1902} # ac_fn_c_check_func
1903cat >config.log <<_ACEOF
1904This file contains any messages produced by compilers while
1905running configure, to aid debugging if configure makes a mistake.
1906
1907It was created by $as_me, which was
d0ac1c44 1908generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1909
1910 $ $0 $@
1911
1912_ACEOF
1913exec 5>>config.log
1914{
1915cat <<_ASUNAME
1916## --------- ##
1917## Platform. ##
1918## --------- ##
1919
1920hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1921uname -m = `(uname -m) 2>/dev/null || echo unknown`
1922uname -r = `(uname -r) 2>/dev/null || echo unknown`
1923uname -s = `(uname -s) 2>/dev/null || echo unknown`
1924uname -v = `(uname -v) 2>/dev/null || echo unknown`
1925
1926/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1927/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1928
1929/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1930/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1931/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1932/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1933/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1934/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1935/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1936
1937_ASUNAME
1938
1939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1940for as_dir in $PATH
1941do
1942 IFS=$as_save_IFS
1943 test -z "$as_dir" && as_dir=.
1944 $as_echo "PATH: $as_dir"
1945 done
1946IFS=$as_save_IFS
1947
1948} >&5
1949
1950cat >&5 <<_ACEOF
1951
1952
1953## ----------- ##
1954## Core tests. ##
c28c63d8
JB
1955## ----------- ##
1956
1957_ACEOF
1958
1959
1960# Keep a trace of the command line.
1961# Strip out --no-create and --no-recursion so they do not pile up.
1962# Strip out --silent because we don't want to record it for future runs.
1963# Also quote any args containing shell meta-characters.
1964# Make two passes to allow for proper duplicate-argument suppression.
1965ac_configure_args=
1966ac_configure_args0=
1967ac_configure_args1=
1968ac_must_keep_next=false
1969for ac_pass in 1 2
1970do
1971 for ac_arg
1972 do
1973 case $ac_arg in
1974 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1975 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1976 | -silent | --silent | --silen | --sile | --sil)
1977 continue ;;
81ecdfbb
RW
1978 *\'*)
1979 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
1980 esac
1981 case $ac_pass in
81ecdfbb 1982 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c28c63d8 1983 2)
81ecdfbb 1984 as_fn_append ac_configure_args1 " '$ac_arg'"
c28c63d8
JB
1985 if test $ac_must_keep_next = true; then
1986 ac_must_keep_next=false # Got value, back to normal.
1987 else
1988 case $ac_arg in
1989 *=* | --config-cache | -C | -disable-* | --disable-* \
1990 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1991 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1992 | -with-* | --with-* | -without-* | --without-* | --x)
1993 case "$ac_configure_args0 " in
1994 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1995 esac
1996 ;;
1997 -* ) ac_must_keep_next=true ;;
1998 esac
1999 fi
81ecdfbb 2000 as_fn_append ac_configure_args " '$ac_arg'"
c28c63d8
JB
2001 ;;
2002 esac
2003 done
2004done
81ecdfbb
RW
2005{ ac_configure_args0=; unset ac_configure_args0;}
2006{ ac_configure_args1=; unset ac_configure_args1;}
c28c63d8
JB
2007
2008# When interrupted or exit'd, cleanup temporary files, and complete
2009# config.log. We remove comments because anyway the quotes in there
2010# would cause problems or look ugly.
81ecdfbb
RW
2011# WARNING: Use '\'' to represent an apostrophe within the trap.
2012# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c28c63d8
JB
2013trap 'exit_status=$?
2014 # Save into config.log some information that might help in debugging.
2015 {
2016 echo
2017
d0ac1c44 2018 $as_echo "## ---------------- ##
c28c63d8 2019## Cache variables. ##
d0ac1c44 2020## ---------------- ##"
c28c63d8
JB
2021 echo
2022 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2023(
2024 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2025 eval ac_val=\$$ac_var
2026 case $ac_val in #(
2027 *${as_nl}*)
2028 case $ac_var in #(
2029 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2030$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2031 esac
2032 case $ac_var in #(
2033 _ | IFS | as_nl) ;; #(
2034 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2035 *) { eval $ac_var=; unset $ac_var;} ;;
2036 esac ;;
2037 esac
2038 done
c28c63d8 2039 (set) 2>&1 |
81ecdfbb
RW
2040 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2041 *${as_nl}ac_space=\ *)
c28c63d8 2042 sed -n \
81ecdfbb
RW
2043 "s/'\''/'\''\\\\'\'''\''/g;
2044 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2045 ;; #(
c28c63d8 2046 *)
81ecdfbb 2047 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 2048 ;;
81ecdfbb
RW
2049 esac |
2050 sort
2051)
c28c63d8
JB
2052 echo
2053
d0ac1c44 2054 $as_echo "## ----------------- ##
c28c63d8 2055## Output variables. ##
d0ac1c44 2056## ----------------- ##"
c28c63d8
JB
2057 echo
2058 for ac_var in $ac_subst_vars
2059 do
81ecdfbb
RW
2060 eval ac_val=\$$ac_var
2061 case $ac_val in
2062 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2063 esac
2064 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2065 done | sort
2066 echo
2067
2068 if test -n "$ac_subst_files"; then
d0ac1c44 2069 $as_echo "## ------------------- ##
81ecdfbb 2070## File substitutions. ##
d0ac1c44 2071## ------------------- ##"
c28c63d8
JB
2072 echo
2073 for ac_var in $ac_subst_files
2074 do
81ecdfbb
RW
2075 eval ac_val=\$$ac_var
2076 case $ac_val in
2077 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2078 esac
2079 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2080 done | sort
2081 echo
2082 fi
2083
2084 if test -s confdefs.h; then
d0ac1c44 2085 $as_echo "## ----------- ##
c28c63d8 2086## confdefs.h. ##
d0ac1c44 2087## ----------- ##"
c28c63d8 2088 echo
81ecdfbb 2089 cat confdefs.h
c28c63d8
JB
2090 echo
2091 fi
2092 test "$ac_signal" != 0 &&
81ecdfbb
RW
2093 $as_echo "$as_me: caught signal $ac_signal"
2094 $as_echo "$as_me: exit $exit_status"
c28c63d8 2095 } >&5
81ecdfbb
RW
2096 rm -f core *.core core.conftest.* &&
2097 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c28c63d8 2098 exit $exit_status
81ecdfbb 2099' 0
c28c63d8 2100for ac_signal in 1 2 13 15; do
81ecdfbb 2101 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c28c63d8
JB
2102done
2103ac_signal=0
2104
2105# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2106rm -f -r conftest* confdefs.h
2107
2108$as_echo "/* confdefs.h */" > confdefs.h
c28c63d8
JB
2109
2110# Predefined preprocessor variables.
2111
2112cat >>confdefs.h <<_ACEOF
2113#define PACKAGE_NAME "$PACKAGE_NAME"
2114_ACEOF
2115
c28c63d8
JB
2116cat >>confdefs.h <<_ACEOF
2117#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2118_ACEOF
2119
c28c63d8
JB
2120cat >>confdefs.h <<_ACEOF
2121#define PACKAGE_VERSION "$PACKAGE_VERSION"
2122_ACEOF
2123
c28c63d8
JB
2124cat >>confdefs.h <<_ACEOF
2125#define PACKAGE_STRING "$PACKAGE_STRING"
2126_ACEOF
2127
c28c63d8
JB
2128cat >>confdefs.h <<_ACEOF
2129#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2130_ACEOF
2131
81ecdfbb
RW
2132cat >>confdefs.h <<_ACEOF
2133#define PACKAGE_URL "$PACKAGE_URL"
2134_ACEOF
2135
c28c63d8
JB
2136
2137# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2138# Prefer an explicitly selected file to automatically selected ones.
2139ac_site_file1=NONE
2140ac_site_file2=NONE
2141if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2142 # We do not want a PATH search for config.site.
2143 case $CONFIG_SITE in #((
2144 -*) ac_site_file1=./$CONFIG_SITE;;
2145 */*) ac_site_file1=$CONFIG_SITE;;
2146 *) ac_site_file1=./$CONFIG_SITE;;
2147 esac
81ecdfbb
RW
2148elif test "x$prefix" != xNONE; then
2149 ac_site_file1=$prefix/share/config.site
2150 ac_site_file2=$prefix/etc/config.site
2151else
2152 ac_site_file1=$ac_default_prefix/share/config.site
2153 ac_site_file2=$ac_default_prefix/etc/config.site
2154fi
2155for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2156do
2157 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2158 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2160$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c28c63d8 2161 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2162 . "$ac_site_file" \
2163 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2164$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2165as_fn_error $? "failed to load site script $ac_site_file
2166See \`config.log' for more details" "$LINENO" 5; }
c28c63d8
JB
2167 fi
2168done
2169
2170if test -r "$cache_file"; then
d0ac1c44
SM
2171 # Some versions of bash will fail to source /dev/null (special files
2172 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2173 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2175$as_echo "$as_me: loading cache $cache_file" >&6;}
c28c63d8 2176 case $cache_file in
81ecdfbb
RW
2177 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2178 *) . "./$cache_file";;
c28c63d8
JB
2179 esac
2180 fi
2181else
81ecdfbb
RW
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2183$as_echo "$as_me: creating cache $cache_file" >&6;}
c28c63d8
JB
2184 >$cache_file
2185fi
2186
2187# Check that the precious variables saved in the cache have kept the same
2188# value.
2189ac_cache_corrupted=false
81ecdfbb 2190for ac_var in $ac_precious_vars; do
c28c63d8
JB
2191 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2192 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2193 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2194 eval ac_new_val=\$ac_env_${ac_var}_value
c28c63d8
JB
2195 case $ac_old_set,$ac_new_set in
2196 set,)
81ecdfbb
RW
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2198$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c28c63d8
JB
2199 ac_cache_corrupted=: ;;
2200 ,set)
81ecdfbb
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2202$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c28c63d8
JB
2203 ac_cache_corrupted=: ;;
2204 ,);;
2205 *)
2206 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2207 # differences in whitespace do not lead to failure.
2208 ac_old_val_w=`echo x $ac_old_val`
2209 ac_new_val_w=`echo x $ac_new_val`
2210 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2212$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2213 ac_cache_corrupted=:
2214 else
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2216$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2217 eval $ac_var=\$ac_old_val
2218 fi
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2220$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2222$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c28c63d8
JB
2223 fi;;
2224 esac
2225 # Pass precious variables to config.status.
2226 if test "$ac_new_set" = set; then
2227 case $ac_new_val in
81ecdfbb 2228 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
2229 *) ac_arg=$ac_var=$ac_new_val ;;
2230 esac
2231 case " $ac_configure_args " in
2232 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2233 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c28c63d8
JB
2234 esac
2235 fi
2236done
2237if $ac_cache_corrupted; then
81ecdfbb
RW
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2239$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2241$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2242 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c28c63d8 2243fi
81ecdfbb
RW
2244## -------------------- ##
2245## Main body of script. ##
2246## -------------------- ##
c28c63d8 2247
d6416cdc
RW
2248ac_ext=c
2249ac_cpp='$CPP $CPPFLAGS'
2250ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2251ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2252ac_compiler_gnu=$ac_cv_c_compiler_gnu
2253
c28c63d8 2254
6bb11ab3
L
2255
2256
2257
2258
2259
c2783492
MF
2260ac_aux_dir=
2261for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2262 if test -f "$ac_dir/install-sh"; then
2263 ac_aux_dir=$ac_dir
2264 ac_install_sh="$ac_aux_dir/install-sh -c"
2265 break
2266 elif test -f "$ac_dir/install.sh"; then
2267 ac_aux_dir=$ac_dir
2268 ac_install_sh="$ac_aux_dir/install.sh -c"
2269 break
2270 elif test -f "$ac_dir/shtool"; then
2271 ac_aux_dir=$ac_dir
2272 ac_install_sh="$ac_aux_dir/shtool install -c"
2273 break
2274 fi
2275done
2276if test -z "$ac_aux_dir"; then
2277 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2278fi
2279
2280# These three variables are undocumented and unsupported,
2281# and are intended to be withdrawn in a future Autoconf release.
2282# They can cause serious problems if a builder's source tree is in a directory
2283# whose full name contains unusual characters.
2284ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2285ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2286ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2287
2288
2289# Make sure we can run config.sub.
2290$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2291 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2292
2293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2294$as_echo_n "checking build system type... " >&6; }
2295if ${ac_cv_build+:} false; then :
2296 $as_echo_n "(cached) " >&6
2297else
2298 ac_build_alias=$build_alias
2299test "x$ac_build_alias" = x &&
2300 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2301test "x$ac_build_alias" = x &&
2302 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2303ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2304 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2305
2306fi
2307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2308$as_echo "$ac_cv_build" >&6; }
2309case $ac_cv_build in
2310*-*-*) ;;
2311*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2312esac
2313build=$ac_cv_build
2314ac_save_IFS=$IFS; IFS='-'
2315set x $ac_cv_build
2316shift
2317build_cpu=$1
2318build_vendor=$2
2319shift; shift
2320# Remember, the first character of IFS is used to create $*,
2321# except with old shells:
2322build_os=$*
2323IFS=$ac_save_IFS
2324case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2325
2326
2327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2328$as_echo_n "checking host system type... " >&6; }
2329if ${ac_cv_host+:} false; then :
2330 $as_echo_n "(cached) " >&6
2331else
2332 if test "x$host_alias" = x; then
2333 ac_cv_host=$ac_cv_build
2334else
2335 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2336 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2337fi
2338
2339fi
2340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2341$as_echo "$ac_cv_host" >&6; }
2342case $ac_cv_host in
2343*-*-*) ;;
2344*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2345esac
2346host=$ac_cv_host
2347ac_save_IFS=$IFS; IFS='-'
2348set x $ac_cv_host
2349shift
2350host_cpu=$1
2351host_vendor=$2
2352shift; shift
2353# Remember, the first character of IFS is used to create $*,
2354# except with old shells:
2355host_os=$*
2356IFS=$ac_save_IFS
2357case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2358
2359
2360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2361$as_echo_n "checking target system type... " >&6; }
2362if ${ac_cv_target+:} false; then :
2363 $as_echo_n "(cached) " >&6
2364else
2365 if test "x$target_alias" = x; then
2366 ac_cv_target=$ac_cv_host
2367else
2368 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2369 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2370fi
2371
2372fi
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2374$as_echo "$ac_cv_target" >&6; }
2375case $ac_cv_target in
2376*-*-*) ;;
2377*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2378esac
2379target=$ac_cv_target
2380ac_save_IFS=$IFS; IFS='-'
2381set x $ac_cv_target
2382shift
2383target_cpu=$1
2384target_vendor=$2
2385shift; shift
2386# Remember, the first character of IFS is used to create $*,
2387# except with old shells:
2388target_os=$*
2389IFS=$ac_save_IFS
2390case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2391
2392
2393# The aliases save the names the user supplied, while $host etc.
2394# will get canonicalized.
2395test -n "$target_alias" &&
2396 test "$program_prefix$program_suffix$program_transform_name" = \
2397 NONENONEs,x,x, &&
2398 program_prefix=${target_alias}-
6bb11ab3
L
2399ac_ext=c
2400ac_cpp='$CPP $CPPFLAGS'
2401ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2402ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2403ac_compiler_gnu=$ac_cv_c_compiler_gnu
2404if test -n "$ac_tool_prefix"; then
2405 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2406set dummy ${ac_tool_prefix}gcc; ac_word=$2
2407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2408$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2409if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2410 $as_echo_n "(cached) " >&6
2411else
2412 if test -n "$CC"; then
2413 ac_cv_prog_CC="$CC" # Let the user override the test.
2414else
2415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2416for as_dir in $PATH
2417do
2418 IFS=$as_save_IFS
2419 test -z "$as_dir" && as_dir=.
2420 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2422 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2424 break 2
2425 fi
2426done
2427 done
2428IFS=$as_save_IFS
2429
2430fi
2431fi
2432CC=$ac_cv_prog_CC
2433if test -n "$CC"; then
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2435$as_echo "$CC" >&6; }
2436else
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2438$as_echo "no" >&6; }
2439fi
2440
2441
2442fi
2443if test -z "$ac_cv_prog_CC"; then
2444 ac_ct_CC=$CC
2445 # Extract the first word of "gcc", so it can be a program name with args.
2446set dummy gcc; ac_word=$2
2447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2448$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2449if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2450 $as_echo_n "(cached) " >&6
2451else
2452 if test -n "$ac_ct_CC"; then
2453 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2454else
2455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2456for as_dir in $PATH
2457do
2458 IFS=$as_save_IFS
2459 test -z "$as_dir" && as_dir=.
2460 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2461 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2462 ac_cv_prog_ac_ct_CC="gcc"
2463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2464 break 2
2465 fi
2466done
2467 done
2468IFS=$as_save_IFS
2469
2470fi
2471fi
2472ac_ct_CC=$ac_cv_prog_ac_ct_CC
2473if test -n "$ac_ct_CC"; then
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2475$as_echo "$ac_ct_CC" >&6; }
2476else
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2478$as_echo "no" >&6; }
2479fi
2480
2481 if test "x$ac_ct_CC" = x; then
2482 CC=""
2483 else
2484 case $cross_compiling:$ac_tool_warned in
2485yes:)
2486{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2487$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2488ac_tool_warned=yes ;;
2489esac
2490 CC=$ac_ct_CC
2491 fi
2492else
2493 CC="$ac_cv_prog_CC"
2494fi
2495
2496if test -z "$CC"; then
2497 if test -n "$ac_tool_prefix"; then
2498 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2499set dummy ${ac_tool_prefix}cc; ac_word=$2
2500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2501$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2502if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2503 $as_echo_n "(cached) " >&6
2504else
2505 if test -n "$CC"; then
2506 ac_cv_prog_CC="$CC" # Let the user override the test.
2507else
2508as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509for as_dir in $PATH
2510do
2511 IFS=$as_save_IFS
2512 test -z "$as_dir" && as_dir=.
2513 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2515 ac_cv_prog_CC="${ac_tool_prefix}cc"
2516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2517 break 2
2518 fi
2519done
2520 done
2521IFS=$as_save_IFS
2522
2523fi
2524fi
2525CC=$ac_cv_prog_CC
2526if test -n "$CC"; then
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2528$as_echo "$CC" >&6; }
2529else
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2531$as_echo "no" >&6; }
2532fi
2533
2534
2535 fi
2536fi
2537if test -z "$CC"; then
2538 # Extract the first word of "cc", so it can be a program name with args.
2539set dummy cc; ac_word=$2
2540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2541$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2542if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2543 $as_echo_n "(cached) " >&6
2544else
2545 if test -n "$CC"; then
2546 ac_cv_prog_CC="$CC" # Let the user override the test.
2547else
2548 ac_prog_rejected=no
2549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2550for as_dir in $PATH
2551do
2552 IFS=$as_save_IFS
2553 test -z "$as_dir" && as_dir=.
2554 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2555 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2556 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2557 ac_prog_rejected=yes
2558 continue
2559 fi
2560 ac_cv_prog_CC="cc"
2561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2562 break 2
2563 fi
2564done
2565 done
2566IFS=$as_save_IFS
2567
2568if test $ac_prog_rejected = yes; then
2569 # We found a bogon in the path, so make sure we never use it.
2570 set dummy $ac_cv_prog_CC
2571 shift
2572 if test $# != 0; then
2573 # We chose a different compiler from the bogus one.
2574 # However, it has the same basename, so the bogon will be chosen
2575 # first if we set CC to just the basename; use the full file name.
2576 shift
2577 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2578 fi
2579fi
2580fi
2581fi
2582CC=$ac_cv_prog_CC
2583if test -n "$CC"; then
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2585$as_echo "$CC" >&6; }
2586else
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2588$as_echo "no" >&6; }
2589fi
2590
2591
2592fi
2593if test -z "$CC"; then
2594 if test -n "$ac_tool_prefix"; then
2595 for ac_prog in cl.exe
2596 do
2597 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2598set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2600$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2601if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2602 $as_echo_n "(cached) " >&6
2603else
2604 if test -n "$CC"; then
2605 ac_cv_prog_CC="$CC" # Let the user override the test.
2606else
2607as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2608for as_dir in $PATH
2609do
2610 IFS=$as_save_IFS
2611 test -z "$as_dir" && as_dir=.
2612 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2613 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2614 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2616 break 2
2617 fi
2618done
2619 done
2620IFS=$as_save_IFS
2621
2622fi
2623fi
2624CC=$ac_cv_prog_CC
2625if test -n "$CC"; then
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2627$as_echo "$CC" >&6; }
2628else
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2630$as_echo "no" >&6; }
2631fi
2632
2633
2634 test -n "$CC" && break
2635 done
2636fi
2637if test -z "$CC"; then
2638 ac_ct_CC=$CC
2639 for ac_prog in cl.exe
2640do
2641 # Extract the first word of "$ac_prog", so it can be a program name with args.
2642set dummy $ac_prog; ac_word=$2
2643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2644$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2645if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2646 $as_echo_n "(cached) " >&6
2647else
2648 if test -n "$ac_ct_CC"; then
2649 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2650else
2651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2652for as_dir in $PATH
2653do
2654 IFS=$as_save_IFS
2655 test -z "$as_dir" && as_dir=.
2656 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2658 ac_cv_prog_ac_ct_CC="$ac_prog"
2659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2660 break 2
2661 fi
2662done
2663 done
2664IFS=$as_save_IFS
2665
2666fi
2667fi
2668ac_ct_CC=$ac_cv_prog_ac_ct_CC
2669if test -n "$ac_ct_CC"; then
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2671$as_echo "$ac_ct_CC" >&6; }
2672else
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2674$as_echo "no" >&6; }
2675fi
2676
2677
2678 test -n "$ac_ct_CC" && break
2679done
2680
2681 if test "x$ac_ct_CC" = x; then
2682 CC=""
2683 else
2684 case $cross_compiling:$ac_tool_warned in
2685yes:)
2686{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2687$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2688ac_tool_warned=yes ;;
2689esac
2690 CC=$ac_ct_CC
2691 fi
2692fi
2693
2694fi
2695
2696
2697test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2698$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2699as_fn_error $? "no acceptable C compiler found in \$PATH
2700See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2701
2702# Provide some information about the compiler.
2703$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2704set X $ac_compile
2705ac_compiler=$2
2706for ac_option in --version -v -V -qversion; do
2707 { { ac_try="$ac_compiler $ac_option >&5"
2708case "(($ac_try" in
2709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2710 *) ac_try_echo=$ac_try;;
2711esac
2712eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2713$as_echo "$ac_try_echo"; } >&5
2714 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2715 ac_status=$?
2716 if test -s conftest.err; then
2717 sed '10a\
2718... rest of stderr output deleted ...
2719 10q' conftest.err >conftest.er1
2720 cat conftest.er1 >&5
6bb11ab3 2721 fi
d0ac1c44 2722 rm -f conftest.er1 conftest.err
6bb11ab3
L
2723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2724 test $ac_status = 0; }
2725done
2726
2727cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2728/* end confdefs.h. */
2729
2730int
2731main ()
2732{
2733
2734 ;
2735 return 0;
2736}
2737_ACEOF
2738ac_clean_files_save=$ac_clean_files
d0ac1c44 2739ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2740# Try to create an executable without -o first, disregard a.out.
2741# It will help us diagnose broken compilers, and finding out an intuition
2742# of exeext.
d0ac1c44
SM
2743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2744$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2745ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2746
2747# The possible output files:
2748ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2749
2750ac_rmfiles=
2751for ac_file in $ac_files
2752do
2753 case $ac_file in
2754 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2755 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2756 esac
2757done
2758rm -f $ac_rmfiles
2759
2760if { { ac_try="$ac_link_default"
2761case "(($ac_try" in
2762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2763 *) ac_try_echo=$ac_try;;
2764esac
2765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2766$as_echo "$ac_try_echo"; } >&5
2767 (eval "$ac_link_default") 2>&5
2768 ac_status=$?
2769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2770 test $ac_status = 0; }; then :
2771 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2772# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2773# in a Makefile. We should not override ac_cv_exeext if it was cached,
2774# so that the user can short-circuit this test for compilers unknown to
2775# Autoconf.
2776for ac_file in $ac_files ''
2777do
2778 test -f "$ac_file" || continue
2779 case $ac_file in
2780 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2781 ;;
2782 [ab].out )
2783 # We found the default executable, but exeext='' is most
2784 # certainly right.
2785 break;;
2786 *.* )
2787 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2788 then :; else
2789 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2790 fi
2791 # We set ac_cv_exeext here because the later test for it is not
2792 # safe: cross compilers may not add the suffix if given an `-o'
2793 # argument, so we may need to know it at that point already.
2794 # Even if this section looks crufty: it has the advantage of
2795 # actually working.
2796 break;;
2797 * )
2798 break;;
2799 esac
2800done
2801test "$ac_cv_exeext" = no && ac_cv_exeext=
2802
2803else
2804 ac_file=''
2805fi
6bb11ab3 2806if test -z "$ac_file"; then :
d0ac1c44
SM
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2808$as_echo "no" >&6; }
2809$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2810sed 's/^/| /' conftest.$ac_ext >&5
2811
2812{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2813$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2814as_fn_error 77 "C compiler cannot create executables
2815See \`config.log' for more details" "$LINENO" 5; }
2816else
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2818$as_echo "yes" >&6; }
6bb11ab3 2819fi
d0ac1c44
SM
2820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2821$as_echo_n "checking for C compiler default output file name... " >&6; }
2822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2823$as_echo "$ac_file" >&6; }
6bb11ab3
L
2824ac_exeext=$ac_cv_exeext
2825
d0ac1c44 2826rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2827ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2829$as_echo_n "checking for suffix of executables... " >&6; }
2830if { { ac_try="$ac_link"
2831case "(($ac_try" in
2832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2833 *) ac_try_echo=$ac_try;;
2834esac
2835eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2836$as_echo "$ac_try_echo"; } >&5
2837 (eval "$ac_link") 2>&5
2838 ac_status=$?
2839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2840 test $ac_status = 0; }; then :
2841 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2842# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2843# work properly (i.e., refer to `conftest.exe'), while it won't with
2844# `rm'.
2845for ac_file in conftest.exe conftest conftest.*; do
2846 test -f "$ac_file" || continue
2847 case $ac_file in
2848 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2849 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2850 break;;
2851 * ) break;;
2852 esac
2853done
2854else
2855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2856$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2857as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2858See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2859fi
d0ac1c44 2860rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2862$as_echo "$ac_cv_exeext" >&6; }
2863
2864rm -f conftest.$ac_ext
2865EXEEXT=$ac_cv_exeext
2866ac_exeext=$EXEEXT
d0ac1c44
SM
2867cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2868/* end confdefs.h. */
2869#include <stdio.h>
2870int
2871main ()
2872{
2873FILE *f = fopen ("conftest.out", "w");
2874 return ferror (f) || fclose (f) != 0;
2875
2876 ;
2877 return 0;
2878}
2879_ACEOF
2880ac_clean_files="$ac_clean_files conftest.out"
2881# Check that the compiler produces executables we can run. If not, either
2882# the compiler is broken, or we cross compile.
2883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2884$as_echo_n "checking whether we are cross compiling... " >&6; }
2885if test "$cross_compiling" != yes; then
2886 { { ac_try="$ac_link"
2887case "(($ac_try" in
2888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2889 *) ac_try_echo=$ac_try;;
2890esac
2891eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2892$as_echo "$ac_try_echo"; } >&5
2893 (eval "$ac_link") 2>&5
2894 ac_status=$?
2895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2896 test $ac_status = 0; }
2897 if { ac_try='./conftest$ac_cv_exeext'
2898 { { case "(($ac_try" in
2899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2900 *) ac_try_echo=$ac_try;;
2901esac
2902eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2903$as_echo "$ac_try_echo"; } >&5
2904 (eval "$ac_try") 2>&5
2905 ac_status=$?
2906 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2907 test $ac_status = 0; }; }; then
2908 cross_compiling=no
2909 else
2910 if test "$cross_compiling" = maybe; then
2911 cross_compiling=yes
2912 else
2913 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2914$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2915as_fn_error $? "cannot run C compiled programs.
2916If you meant to cross compile, use \`--host'.
2917See \`config.log' for more details" "$LINENO" 5; }
2918 fi
2919 fi
2920fi
2921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2922$as_echo "$cross_compiling" >&6; }
2923
2924rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2925ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2927$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2928if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2929 $as_echo_n "(cached) " >&6
2930else
2931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2932/* end confdefs.h. */
2933
2934int
2935main ()
2936{
2937
2938 ;
2939 return 0;
2940}
2941_ACEOF
2942rm -f conftest.o conftest.obj
2943if { { ac_try="$ac_compile"
2944case "(($ac_try" in
2945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2946 *) ac_try_echo=$ac_try;;
2947esac
2948eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2949$as_echo "$ac_try_echo"; } >&5
2950 (eval "$ac_compile") 2>&5
2951 ac_status=$?
2952 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2953 test $ac_status = 0; }; then :
2954 for ac_file in conftest.o conftest.obj conftest.*; do
2955 test -f "$ac_file" || continue;
2956 case $ac_file in
2957 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2958 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2959 break;;
2960 esac
2961done
2962else
2963 $as_echo "$as_me: failed program was:" >&5
2964sed 's/^/| /' conftest.$ac_ext >&5
2965
2966{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2967$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2968as_fn_error $? "cannot compute suffix of object files: cannot compile
2969See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2970fi
2971rm -f conftest.$ac_cv_objext conftest.$ac_ext
2972fi
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2974$as_echo "$ac_cv_objext" >&6; }
2975OBJEXT=$ac_cv_objext
2976ac_objext=$OBJEXT
2977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2978$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2979if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2980 $as_echo_n "(cached) " >&6
2981else
2982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2983/* end confdefs.h. */
2984
2985int
2986main ()
2987{
2988#ifndef __GNUC__
2989 choke me
2990#endif
2991
2992 ;
2993 return 0;
2994}
2995_ACEOF
2996if ac_fn_c_try_compile "$LINENO"; then :
2997 ac_compiler_gnu=yes
2998else
2999 ac_compiler_gnu=no
3000fi
3001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3002ac_cv_c_compiler_gnu=$ac_compiler_gnu
3003
3004fi
3005{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3006$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3007if test $ac_compiler_gnu = yes; then
3008 GCC=yes
3009else
3010 GCC=
3011fi
3012ac_test_CFLAGS=${CFLAGS+set}
3013ac_save_CFLAGS=$CFLAGS
3014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3015$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3016if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3017 $as_echo_n "(cached) " >&6
3018else
3019 ac_save_c_werror_flag=$ac_c_werror_flag
3020 ac_c_werror_flag=yes
3021 ac_cv_prog_cc_g=no
3022 CFLAGS="-g"
3023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3024/* end confdefs.h. */
3025
3026int
3027main ()
3028{
3029
3030 ;
3031 return 0;
3032}
3033_ACEOF
3034if ac_fn_c_try_compile "$LINENO"; then :
3035 ac_cv_prog_cc_g=yes
3036else
3037 CFLAGS=""
3038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3039/* end confdefs.h. */
3040
3041int
3042main ()
3043{
3044
3045 ;
3046 return 0;
3047}
3048_ACEOF
3049if ac_fn_c_try_compile "$LINENO"; then :
3050
3051else
3052 ac_c_werror_flag=$ac_save_c_werror_flag
3053 CFLAGS="-g"
3054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3055/* end confdefs.h. */
3056
3057int
3058main ()
3059{
3060
3061 ;
3062 return 0;
3063}
3064_ACEOF
3065if ac_fn_c_try_compile "$LINENO"; then :
3066 ac_cv_prog_cc_g=yes
3067fi
3068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069fi
3070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3071fi
3072rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073 ac_c_werror_flag=$ac_save_c_werror_flag
3074fi
3075{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3076$as_echo "$ac_cv_prog_cc_g" >&6; }
3077if test "$ac_test_CFLAGS" = set; then
3078 CFLAGS=$ac_save_CFLAGS
3079elif test $ac_cv_prog_cc_g = yes; then
3080 if test "$GCC" = yes; then
3081 CFLAGS="-g -O2"
3082 else
3083 CFLAGS="-g"
3084 fi
3085else
3086 if test "$GCC" = yes; then
3087 CFLAGS="-O2"
3088 else
3089 CFLAGS=
3090 fi
3091fi
3092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3093$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3094if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3095 $as_echo_n "(cached) " >&6
3096else
3097 ac_cv_prog_cc_c89=no
3098ac_save_CC=$CC
3099cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100/* end confdefs.h. */
3101#include <stdarg.h>
3102#include <stdio.h>
d0ac1c44 3103struct stat;
6bb11ab3
L
3104/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105struct buf { int x; };
3106FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107static char *e (p, i)
3108 char **p;
3109 int i;
3110{
3111 return p[i];
3112}
3113static char *f (char * (*g) (char **, int), char **p, ...)
3114{
3115 char *s;
3116 va_list v;
3117 va_start (v,p);
3118 s = g (p, va_arg (v,int));
3119 va_end (v);
3120 return s;
3121}
3122
3123/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131
3132/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3134#define FOO(x) 'x'
3135int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136
3137int test (int i, double x);
3138struct s1 {int (*f) (int a);};
3139struct s2 {int (*f) (double a);};
3140int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3141int argc;
3142char **argv;
3143int
3144main ()
3145{
3146return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3147 ;
3148 return 0;
3149}
3150_ACEOF
3151for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153do
3154 CC="$ac_save_CC $ac_arg"
3155 if ac_fn_c_try_compile "$LINENO"; then :
3156 ac_cv_prog_cc_c89=$ac_arg
3157fi
3158rm -f core conftest.err conftest.$ac_objext
3159 test "x$ac_cv_prog_cc_c89" != "xno" && break
3160done
3161rm -f conftest.$ac_ext
3162CC=$ac_save_CC
3163
3164fi
3165# AC_CACHE_VAL
3166case "x$ac_cv_prog_cc_c89" in
3167 x)
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3169$as_echo "none needed" >&6; } ;;
3170 xno)
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3172$as_echo "unsupported" >&6; } ;;
3173 *)
3174 CC="$CC $ac_cv_prog_cc_c89"
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3176$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3177esac
3178if test "x$ac_cv_prog_cc_c89" != xno; then :
3179
3180fi
3181
3182ac_ext=c
3183ac_cpp='$CPP $CPPFLAGS'
3184ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3185ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3186ac_compiler_gnu=$ac_cv_c_compiler_gnu
3187
c2783492 3188
ebe9564b
MF
3189ac_ext=c
3190ac_cpp='$CPP $CPPFLAGS'
3191ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3192ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3193ac_compiler_gnu=$ac_cv_c_compiler_gnu
3194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3195$as_echo_n "checking how to run the C preprocessor... " >&6; }
3196# On Suns, sometimes $CPP names a directory.
3197if test -n "$CPP" && test -d "$CPP"; then
3198 CPP=
3199fi
3200if test -z "$CPP"; then
3201 if ${ac_cv_prog_CPP+:} false; then :
3202 $as_echo_n "(cached) " >&6
3203else
3204 # Double quotes because CPP needs to be expanded
3205 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3206 do
3207 ac_preproc_ok=false
3208for ac_c_preproc_warn_flag in '' yes
3209do
3210 # Use a header file that comes with gcc, so configuring glibc
3211 # with a fresh cross-compiler works.
3212 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3213 # <limits.h> exists even on freestanding compilers.
3214 # On the NeXT, cc -E runs the code through the compiler's parser,
3215 # not just through cpp. "Syntax error" is here to catch this case.
3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3217/* end confdefs.h. */
3218#ifdef __STDC__
3219# include <limits.h>
3220#else
3221# include <assert.h>
3222#endif
3223 Syntax error
3224_ACEOF
3225if ac_fn_c_try_cpp "$LINENO"; then :
3226
3227else
3228 # Broken: fails on valid input.
3229continue
3230fi
3231rm -f conftest.err conftest.i conftest.$ac_ext
3232
3233 # OK, works on sane cases. Now check whether nonexistent headers
3234 # can be detected and how.
3235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3236/* end confdefs.h. */
3237#include <ac_nonexistent.h>
3238_ACEOF
3239if ac_fn_c_try_cpp "$LINENO"; then :
3240 # Broken: success on invalid input.
3241continue
3242else
3243 # Passes both tests.
3244ac_preproc_ok=:
3245break
3246fi
3247rm -f conftest.err conftest.i conftest.$ac_ext
3248
3249done
3250# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3251rm -f conftest.i conftest.err conftest.$ac_ext
3252if $ac_preproc_ok; then :
3253 break
3254fi
3255
3256 done
3257 ac_cv_prog_CPP=$CPP
3258
3259fi
3260 CPP=$ac_cv_prog_CPP
3261else
3262 ac_cv_prog_CPP=$CPP
3263fi
3264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3265$as_echo "$CPP" >&6; }
3266ac_preproc_ok=false
3267for ac_c_preproc_warn_flag in '' yes
3268do
3269 # Use a header file that comes with gcc, so configuring glibc
3270 # with a fresh cross-compiler works.
3271 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3272 # <limits.h> exists even on freestanding compilers.
3273 # On the NeXT, cc -E runs the code through the compiler's parser,
3274 # not just through cpp. "Syntax error" is here to catch this case.
3275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3276/* end confdefs.h. */
3277#ifdef __STDC__
3278# include <limits.h>
3279#else
3280# include <assert.h>
3281#endif
3282 Syntax error
3283_ACEOF
3284if ac_fn_c_try_cpp "$LINENO"; then :
3285
3286else
3287 # Broken: fails on valid input.
3288continue
3289fi
3290rm -f conftest.err conftest.i conftest.$ac_ext
3291
3292 # OK, works on sane cases. Now check whether nonexistent headers
3293 # can be detected and how.
3294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3295/* end confdefs.h. */
3296#include <ac_nonexistent.h>
3297_ACEOF
3298if ac_fn_c_try_cpp "$LINENO"; then :
3299 # Broken: success on invalid input.
3300continue
3301else
3302 # Passes both tests.
3303ac_preproc_ok=:
3304break
3305fi
3306rm -f conftest.err conftest.i conftest.$ac_ext
3307
3308done
3309# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3310rm -f conftest.i conftest.err conftest.$ac_ext
3311if $ac_preproc_ok; then :
3312
3313else
3314 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3315$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3316as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3317See \`config.log' for more details" "$LINENO" 5; }
3318fi
3319
3320ac_ext=c
3321ac_cpp='$CPP $CPPFLAGS'
3322ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3323ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3324ac_compiler_gnu=$ac_cv_c_compiler_gnu
3325
6bb11ab3
L
3326
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3328$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3329if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3330 $as_echo_n "(cached) " >&6
3331else
3332 if test -z "$GREP"; then
3333 ac_path_GREP_found=false
3334 # Loop through the user's path and test for each of PROGNAME-LIST
3335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3336for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3337do
3338 IFS=$as_save_IFS
3339 test -z "$as_dir" && as_dir=.
3340 for ac_prog in grep ggrep; do
3341 for ac_exec_ext in '' $ac_executable_extensions; do
3342 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3343 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3344# Check for GNU ac_path_GREP and select it if it is found.
3345 # Check for GNU $ac_path_GREP
3346case `"$ac_path_GREP" --version 2>&1` in
3347*GNU*)
3348 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3349*)
3350 ac_count=0
3351 $as_echo_n 0123456789 >"conftest.in"
3352 while :
3353 do
3354 cat "conftest.in" "conftest.in" >"conftest.tmp"
3355 mv "conftest.tmp" "conftest.in"
3356 cp "conftest.in" "conftest.nl"
3357 $as_echo 'GREP' >> "conftest.nl"
3358 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3359 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3360 as_fn_arith $ac_count + 1 && ac_count=$as_val
3361 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3362 # Best one so far, save it but keep looking for a better one
3363 ac_cv_path_GREP="$ac_path_GREP"
3364 ac_path_GREP_max=$ac_count
3365 fi
3366 # 10*(2^10) chars as input seems more than enough
3367 test $ac_count -gt 10 && break
3368 done
3369 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3370esac
3371
3372 $ac_path_GREP_found && break 3
3373 done
3374 done
3375 done
3376IFS=$as_save_IFS
3377 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3378 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3379 fi
3380else
3381 ac_cv_path_GREP=$GREP
3382fi
3383
3384fi
3385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3386$as_echo "$ac_cv_path_GREP" >&6; }
3387 GREP="$ac_cv_path_GREP"
3388
3389
3390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3391$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3392if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3393 $as_echo_n "(cached) " >&6
3394else
3395 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3396 then ac_cv_path_EGREP="$GREP -E"
3397 else
3398 if test -z "$EGREP"; then
3399 ac_path_EGREP_found=false
3400 # Loop through the user's path and test for each of PROGNAME-LIST
3401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3402for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3403do
3404 IFS=$as_save_IFS
3405 test -z "$as_dir" && as_dir=.
3406 for ac_prog in egrep; do
3407 for ac_exec_ext in '' $ac_executable_extensions; do
3408 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3409 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3410# Check for GNU ac_path_EGREP and select it if it is found.
3411 # Check for GNU $ac_path_EGREP
3412case `"$ac_path_EGREP" --version 2>&1` in
3413*GNU*)
3414 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3415*)
3416 ac_count=0
3417 $as_echo_n 0123456789 >"conftest.in"
3418 while :
3419 do
3420 cat "conftest.in" "conftest.in" >"conftest.tmp"
3421 mv "conftest.tmp" "conftest.in"
3422 cp "conftest.in" "conftest.nl"
3423 $as_echo 'EGREP' >> "conftest.nl"
3424 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3425 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3426 as_fn_arith $ac_count + 1 && ac_count=$as_val
3427 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3428 # Best one so far, save it but keep looking for a better one
3429 ac_cv_path_EGREP="$ac_path_EGREP"
3430 ac_path_EGREP_max=$ac_count
3431 fi
3432 # 10*(2^10) chars as input seems more than enough
3433 test $ac_count -gt 10 && break
3434 done
3435 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3436esac
3437
3438 $ac_path_EGREP_found && break 3
3439 done
3440 done
3441 done
3442IFS=$as_save_IFS
3443 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3444 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3445 fi
3446else
3447 ac_cv_path_EGREP=$EGREP
3448fi
3449
3450 fi
3451fi
3452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3453$as_echo "$ac_cv_path_EGREP" >&6; }
3454 EGREP="$ac_cv_path_EGREP"
3455
3456
3457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3458$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3459if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3460 $as_echo_n "(cached) " >&6
3461else
3462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3463/* end confdefs.h. */
3464#include <stdlib.h>
3465#include <stdarg.h>
3466#include <string.h>
3467#include <float.h>
3468
3469int
3470main ()
3471{
3472
3473 ;
3474 return 0;
3475}
3476_ACEOF
3477if ac_fn_c_try_compile "$LINENO"; then :
3478 ac_cv_header_stdc=yes
3479else
3480 ac_cv_header_stdc=no
3481fi
3482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3483
3484if test $ac_cv_header_stdc = yes; then
3485 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3487/* end confdefs.h. */
3488#include <string.h>
3489
3490_ACEOF
3491if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3492 $EGREP "memchr" >/dev/null 2>&1; then :
3493
3494else
3495 ac_cv_header_stdc=no
3496fi
3497rm -f conftest*
3498
3499fi
3500
3501if test $ac_cv_header_stdc = yes; then
3502 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3504/* end confdefs.h. */
3505#include <stdlib.h>
3506
3507_ACEOF
3508if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3509 $EGREP "free" >/dev/null 2>&1; then :
3510
3511else
3512 ac_cv_header_stdc=no
3513fi
3514rm -f conftest*
3515
3516fi
3517
3518if test $ac_cv_header_stdc = yes; then
3519 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3520 if test "$cross_compiling" = yes; then :
3521 :
3522else
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524/* end confdefs.h. */
3525#include <ctype.h>
3526#include <stdlib.h>
3527#if ((' ' & 0x0FF) == 0x020)
3528# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3529# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3530#else
3531# define ISLOWER(c) \
3532 (('a' <= (c) && (c) <= 'i') \
3533 || ('j' <= (c) && (c) <= 'r') \
3534 || ('s' <= (c) && (c) <= 'z'))
3535# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3536#endif
3537
3538#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3539int
3540main ()
3541{
3542 int i;
3543 for (i = 0; i < 256; i++)
3544 if (XOR (islower (i), ISLOWER (i))
3545 || toupper (i) != TOUPPER (i))
3546 return 2;
3547 return 0;
3548}
3549_ACEOF
3550if ac_fn_c_try_run "$LINENO"; then :
3551
3552else
3553 ac_cv_header_stdc=no
3554fi
3555rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3556 conftest.$ac_objext conftest.beam conftest.$ac_ext
3557fi
3558
3559fi
3560fi
3561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3562$as_echo "$ac_cv_header_stdc" >&6; }
3563if test $ac_cv_header_stdc = yes; then
3564
3565$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3566
3567fi
3568
3569# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3570for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3571 inttypes.h stdint.h unistd.h
3572do :
3573 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3574ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3575"
d0ac1c44 3576if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3577 cat >>confdefs.h <<_ACEOF
3578#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3579_ACEOF
3580
3581fi
3582
3583done
3584
3585
3586
3587 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3588if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3589 MINIX=yes
3590else
3591 MINIX=
3592fi
3593
3594
3595 if test "$MINIX" = yes; then
3596
3597$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3598
3599
3600$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3601
3602
3603$as_echo "#define _MINIX 1" >>confdefs.h
3604
3605 fi
3606
3607
3608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3609$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3610if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3611 $as_echo_n "(cached) " >&6
3612else
3613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3614/* end confdefs.h. */
3615
d0ac1c44
SM
3616# define __EXTENSIONS__ 1
3617 $ac_includes_default
6bb11ab3
L
3618int
3619main ()
3620{
3621
3622 ;
3623 return 0;
3624}
3625_ACEOF
3626if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_safe_to_define___extensions__=yes
3628else
3629 ac_cv_safe_to_define___extensions__=no
3630fi
3631rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3632fi
3633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3634$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3635 test $ac_cv_safe_to_define___extensions__ = yes &&
3636 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3637
3638 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3639
3640 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3641
3642 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3643
3644 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3645
3646
3647test "$program_prefix" != NONE &&
3648 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3649# Use a double $ so make ignores it.
3650test "$program_suffix" != NONE &&
3651 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3652# Double any \ or $.
3653# By default was `s,x,x', remove it if useless.
3654ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3655program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3656
3657# Find a good install program. We prefer a C program (faster),
3658# so one script is as good as another. But avoid the broken or
3659# incompatible versions:
3660# SysV /etc/install, /usr/sbin/install
3661# SunOS /usr/etc/install
3662# IRIX /sbin/install
3663# AIX /bin/install
3664# AmigaOS /C/install, which installs bootblocks on floppy discs
3665# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3666# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3667# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3668# OS/2's system install, which has a completely different semantic
3669# ./install, which can be erroneously created by make from ./install.sh.
3670# Reject install programs that cannot install multiple files.
3671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3672$as_echo_n "checking for a BSD-compatible install... " >&6; }
3673if test -z "$INSTALL"; then
d0ac1c44 3674if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3675 $as_echo_n "(cached) " >&6
3676else
3677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3678for as_dir in $PATH
3679do
3680 IFS=$as_save_IFS
3681 test -z "$as_dir" && as_dir=.
3682 # Account for people who put trailing slashes in PATH elements.
3683case $as_dir/ in #((
3684 ./ | .// | /[cC]/* | \
3685 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3686 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3687 /usr/ucb/* ) ;;
3688 *)
3689 # OSF1 and SCO ODT 3.0 have their own names for install.
3690 # Don't use installbsd from OSF since it installs stuff as root
3691 # by default.
3692 for ac_prog in ginstall scoinst install; do
3693 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3694 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3695 if test $ac_prog = install &&
3696 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3697 # AIX install. It has an incompatible calling convention.
3698 :
3699 elif test $ac_prog = install &&
3700 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3701 # program-specific install script used by HP pwplus--don't use.
3702 :
3703 else
3704 rm -rf conftest.one conftest.two conftest.dir
3705 echo one > conftest.one
3706 echo two > conftest.two
3707 mkdir conftest.dir
3708 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3709 test -s conftest.one && test -s conftest.two &&
3710 test -s conftest.dir/conftest.one &&
3711 test -s conftest.dir/conftest.two
3712 then
3713 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3714 break 3
3715 fi
3716 fi
3717 fi
3718 done
3719 done
3720 ;;
3721esac
3722
3723 done
3724IFS=$as_save_IFS
3725
3726rm -rf conftest.one conftest.two conftest.dir
3727
3728fi
3729 if test "${ac_cv_path_install+set}" = set; then
3730 INSTALL=$ac_cv_path_install
3731 else
3732 # As a last resort, use the slow shell script. Don't cache a
3733 # value for INSTALL within a source directory, because that will
3734 # break other packages using the cache if that directory is
3735 # removed, or if the value is a relative name.
3736 INSTALL=$ac_install_sh
3737 fi
3738fi
3739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3740$as_echo "$INSTALL" >&6; }
3741
3742# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3743# It thinks the first close brace ends the variable substitution.
3744test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3745
3746test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3747
3748test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3749
3750rm -rf .tst 2>/dev/null
3751mkdir .tst 2>/dev/null
3752if test -d .tst; then
3753 am__leading_dot=.
3754else
3755 am__leading_dot=_
3756fi
3757rmdir .tst 2>/dev/null
3758
3759DEPDIR="${am__leading_dot}deps"
3760
3761case `pwd` in
3762 *\ * | *\ *)
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3764$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3765esac
3766
3767
3768
3769macro_version='2.2.7a'
3770macro_revision='1.3134'
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784ltmain="$ac_aux_dir/ltmain.sh"
3785
3786# Backslashify metacharacters that are still active within
3787# double-quoted strings.
3788sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3789
3790# Same as above, but do not quote variable references.
3791double_quote_subst='s/\(["`\\]\)/\\\1/g'
3792
3793# Sed substitution to delay expansion of an escaped shell variable in a
3794# double_quote_subst'ed string.
3795delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3796
3797# Sed substitution to delay expansion of an escaped single quote.
3798delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3799
3800# Sed substitution to avoid accidental globbing in evaled expressions
3801no_glob_subst='s/\*/\\\*/g'
3802
3803ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3804ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3805ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3806
3807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3808$as_echo_n "checking how to print strings... " >&6; }
3809# Test print first, because it will be a builtin if present.
3810if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3811 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3812 ECHO='print -r --'
3813elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3814 ECHO='printf %s\n'
3815else
3816 # Use this function as a fallback that always works.
3817 func_fallback_echo ()
3818 {
3819 eval 'cat <<_LTECHO_EOF
3820$1
3821_LTECHO_EOF'
3822 }
3823 ECHO='func_fallback_echo'
3824fi
3825
3826# func_echo_all arg...
3827# Invoke $ECHO with all args, space-separated.
3828func_echo_all ()
3829{
3830 $ECHO ""
3831}
3832
3833case "$ECHO" in
3834 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3835$as_echo "printf" >&6; } ;;
3836 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3837$as_echo "print -r" >&6; } ;;
3838 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3839$as_echo "cat" >&6; } ;;
3840esac
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3856$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3857if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3858 $as_echo_n "(cached) " >&6
3859else
3860 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3861 for ac_i in 1 2 3 4 5 6 7; do
3862 ac_script="$ac_script$as_nl$ac_script"
3863 done
3864 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3865 { ac_script=; unset ac_script;}
3866 if test -z "$SED"; then
3867 ac_path_SED_found=false
3868 # Loop through the user's path and test for each of PROGNAME-LIST
3869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3870for as_dir in $PATH
3871do
3872 IFS=$as_save_IFS
3873 test -z "$as_dir" && as_dir=.
3874 for ac_prog in sed gsed; do
3875 for ac_exec_ext in '' $ac_executable_extensions; do
3876 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3877 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3878# Check for GNU ac_path_SED and select it if it is found.
3879 # Check for GNU $ac_path_SED
3880case `"$ac_path_SED" --version 2>&1` in
3881*GNU*)
3882 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3883*)
3884 ac_count=0
3885 $as_echo_n 0123456789 >"conftest.in"
3886 while :
3887 do
3888 cat "conftest.in" "conftest.in" >"conftest.tmp"
3889 mv "conftest.tmp" "conftest.in"
3890 cp "conftest.in" "conftest.nl"
3891 $as_echo '' >> "conftest.nl"
3892 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3893 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3894 as_fn_arith $ac_count + 1 && ac_count=$as_val
3895 if test $ac_count -gt ${ac_path_SED_max-0}; then
3896 # Best one so far, save it but keep looking for a better one
3897 ac_cv_path_SED="$ac_path_SED"
3898 ac_path_SED_max=$ac_count
3899 fi
3900 # 10*(2^10) chars as input seems more than enough
3901 test $ac_count -gt 10 && break
3902 done
3903 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3904esac
3905
3906 $ac_path_SED_found && break 3
3907 done
3908 done
3909 done
3910IFS=$as_save_IFS
3911 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3912 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3913 fi
3914else
3915 ac_cv_path_SED=$SED
3916fi
3917
3918fi
3919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3920$as_echo "$ac_cv_path_SED" >&6; }
3921 SED="$ac_cv_path_SED"
3922 rm -f conftest.sed
3923
3924test -z "$SED" && SED=sed
3925Xsed="$SED -e 1s/^X//"
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3938$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3939if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3940 $as_echo_n "(cached) " >&6
3941else
3942 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3943 then ac_cv_path_FGREP="$GREP -F"
3944 else
3945 if test -z "$FGREP"; then
3946 ac_path_FGREP_found=false
3947 # Loop through the user's path and test for each of PROGNAME-LIST
3948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3949for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3950do
3951 IFS=$as_save_IFS
3952 test -z "$as_dir" && as_dir=.
3953 for ac_prog in fgrep; do
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3956 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3957# Check for GNU ac_path_FGREP and select it if it is found.
3958 # Check for GNU $ac_path_FGREP
3959case `"$ac_path_FGREP" --version 2>&1` in
3960*GNU*)
3961 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3962*)
3963 ac_count=0
3964 $as_echo_n 0123456789 >"conftest.in"
3965 while :
3966 do
3967 cat "conftest.in" "conftest.in" >"conftest.tmp"
3968 mv "conftest.tmp" "conftest.in"
3969 cp "conftest.in" "conftest.nl"
3970 $as_echo 'FGREP' >> "conftest.nl"
3971 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3972 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3973 as_fn_arith $ac_count + 1 && ac_count=$as_val
3974 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3975 # Best one so far, save it but keep looking for a better one
3976 ac_cv_path_FGREP="$ac_path_FGREP"
3977 ac_path_FGREP_max=$ac_count
3978 fi
3979 # 10*(2^10) chars as input seems more than enough
3980 test $ac_count -gt 10 && break
3981 done
3982 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3983esac
3984
3985 $ac_path_FGREP_found && break 3
3986 done
3987 done
3988 done
3989IFS=$as_save_IFS
3990 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3991 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3992 fi
3993else
3994 ac_cv_path_FGREP=$FGREP
3995fi
3996
3997 fi
3998fi
3999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4000$as_echo "$ac_cv_path_FGREP" >&6; }
4001 FGREP="$ac_cv_path_FGREP"
4002
4003
4004test -z "$GREP" && GREP=grep
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024# Check whether --with-gnu-ld was given.
4025if test "${with_gnu_ld+set}" = set; then :
4026 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4027else
4028 with_gnu_ld=no
4029fi
4030
4031ac_prog=ld
4032if test "$GCC" = yes; then
4033 # Check if gcc -print-prog-name=ld gives a path.
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4035$as_echo_n "checking for ld used by $CC... " >&6; }
4036 case $host in
4037 *-*-mingw*)
4038 # gcc leaves a trailing carriage return which upsets mingw
4039 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4040 *)
4041 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4042 esac
4043 case $ac_prog in
4044 # Accept absolute paths.
4045 [\\/]* | ?:[\\/]*)
4046 re_direlt='/[^/][^/]*/\.\./'
4047 # Canonicalize the pathname of ld
4048 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4049 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4050 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4051 done
4052 test -z "$LD" && LD="$ac_prog"
4053 ;;
4054 "")
4055 # If it fails, then pretend we aren't using GCC.
4056 ac_prog=ld
4057 ;;
4058 *)
4059 # If it is relative, then search for the first ld in PATH.
4060 with_gnu_ld=unknown
4061 ;;
4062 esac
4063elif test "$with_gnu_ld" = yes; then
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4065$as_echo_n "checking for GNU ld... " >&6; }
4066else
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4068$as_echo_n "checking for non-GNU ld... " >&6; }
4069fi
d0ac1c44 4070if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4071 $as_echo_n "(cached) " >&6
4072else
4073 if test -z "$LD"; then
4074 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4075 for ac_dir in $PATH; do
4076 IFS="$lt_save_ifs"
4077 test -z "$ac_dir" && ac_dir=.
4078 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4079 lt_cv_path_LD="$ac_dir/$ac_prog"
4080 # Check to see if the program is GNU ld. I'd rather use --version,
4081 # but apparently some variants of GNU ld only accept -v.
4082 # Break only if it was the GNU/non-GNU ld that we prefer.
4083 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4084 *GNU* | *'with BFD'*)
4085 test "$with_gnu_ld" != no && break
4086 ;;
4087 *)
4088 test "$with_gnu_ld" != yes && break
4089 ;;
4090 esac
4091 fi
4092 done
4093 IFS="$lt_save_ifs"
4094else
4095 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4096fi
4097fi
4098
4099LD="$lt_cv_path_LD"
4100if test -n "$LD"; then
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4102$as_echo "$LD" >&6; }
4103else
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4105$as_echo "no" >&6; }
4106fi
d0ac1c44 4107test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4109$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4110if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4111 $as_echo_n "(cached) " >&6
4112else
4113 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4114case `$LD -v 2>&1 </dev/null` in
4115*GNU* | *'with BFD'*)
4116 lt_cv_prog_gnu_ld=yes
4117 ;;
4118*)
4119 lt_cv_prog_gnu_ld=no
4120 ;;
4121esac
4122fi
4123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4124$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4125with_gnu_ld=$lt_cv_prog_gnu_ld
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4136$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4137if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4138 $as_echo_n "(cached) " >&6
4139else
4140 if test -n "$NM"; then
4141 # Let the user override the test.
4142 lt_cv_path_NM="$NM"
4143else
4144 lt_nm_to_check="${ac_tool_prefix}nm"
4145 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4146 lt_nm_to_check="$lt_nm_to_check nm"
4147 fi
4148 for lt_tmp_nm in $lt_nm_to_check; do
4149 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4150 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4151 IFS="$lt_save_ifs"
4152 test -z "$ac_dir" && ac_dir=.
4153 tmp_nm="$ac_dir/$lt_tmp_nm"
4154 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4155 # Check to see if the nm accepts a BSD-compat flag.
4156 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4157 # nm: unknown option "B" ignored
4158 # Tru64's nm complains that /dev/null is an invalid object file
4159 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4160 */dev/null* | *'Invalid file or object type'*)
4161 lt_cv_path_NM="$tmp_nm -B"
4162 break
4163 ;;
4164 *)
4165 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4166 */dev/null*)
4167 lt_cv_path_NM="$tmp_nm -p"
4168 break
4169 ;;
4170 *)
4171 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4172 continue # so that we can try to find one that supports BSD flags
4173 ;;
4174 esac
4175 ;;
4176 esac
4177 fi
4178 done
4179 IFS="$lt_save_ifs"
4180 done
4181 : ${lt_cv_path_NM=no}
4182fi
4183fi
4184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4185$as_echo "$lt_cv_path_NM" >&6; }
4186if test "$lt_cv_path_NM" != "no"; then
4187 NM="$lt_cv_path_NM"
4188else
4189 # Didn't find any BSD compatible name lister, look for dumpbin.
4190 if test -n "$DUMPBIN"; then :
4191 # Let the user override the test.
4192 else
4193 if test -n "$ac_tool_prefix"; then
4194 for ac_prog in dumpbin "link -dump"
4195 do
4196 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4197set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4199$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4200if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4201 $as_echo_n "(cached) " >&6
4202else
4203 if test -n "$DUMPBIN"; then
4204 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4205else
4206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4207for as_dir in $PATH
4208do
4209 IFS=$as_save_IFS
4210 test -z "$as_dir" && as_dir=.
4211 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4212 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4213 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4214 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4215 break 2
4216 fi
4217done
4218 done
4219IFS=$as_save_IFS
4220
4221fi
4222fi
4223DUMPBIN=$ac_cv_prog_DUMPBIN
4224if test -n "$DUMPBIN"; then
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4226$as_echo "$DUMPBIN" >&6; }
4227else
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229$as_echo "no" >&6; }
4230fi
4231
4232
4233 test -n "$DUMPBIN" && break
4234 done
4235fi
4236if test -z "$DUMPBIN"; then
4237 ac_ct_DUMPBIN=$DUMPBIN
4238 for ac_prog in dumpbin "link -dump"
4239do
4240 # Extract the first word of "$ac_prog", so it can be a program name with args.
4241set dummy $ac_prog; ac_word=$2
4242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4243$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4244if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4245 $as_echo_n "(cached) " >&6
4246else
4247 if test -n "$ac_ct_DUMPBIN"; then
4248 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4249else
4250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4251for as_dir in $PATH
4252do
4253 IFS=$as_save_IFS
4254 test -z "$as_dir" && as_dir=.
4255 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4256 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4257 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4259 break 2
4260 fi
4261done
4262 done
4263IFS=$as_save_IFS
4264
4265fi
4266fi
4267ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4268if test -n "$ac_ct_DUMPBIN"; then
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4270$as_echo "$ac_ct_DUMPBIN" >&6; }
4271else
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4273$as_echo "no" >&6; }
4274fi
4275
4276
4277 test -n "$ac_ct_DUMPBIN" && break
4278done
4279
4280 if test "x$ac_ct_DUMPBIN" = x; then
4281 DUMPBIN=":"
4282 else
4283 case $cross_compiling:$ac_tool_warned in
4284yes:)
4285{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4286$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4287ac_tool_warned=yes ;;
4288esac
4289 DUMPBIN=$ac_ct_DUMPBIN
4290 fi
4291fi
4292
4293 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4294 *COFF*)
4295 DUMPBIN="$DUMPBIN -symbols"
4296 ;;
4297 *)
4298 DUMPBIN=:
4299 ;;
4300 esac
4301 fi
4302
4303 if test "$DUMPBIN" != ":"; then
4304 NM="$DUMPBIN"
4305 fi
4306fi
4307test -z "$NM" && NM=nm
4308
4309
4310
4311
4312
4313
4314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4315$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4316if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4317 $as_echo_n "(cached) " >&6
4318else
4319 lt_cv_nm_interface="BSD nm"
4320 echo "int some_variable = 0;" > conftest.$ac_ext
4321 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4322 (eval "$ac_compile" 2>conftest.err)
4323 cat conftest.err >&5
4324 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4325 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4326 cat conftest.err >&5
4327 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4328 cat conftest.out >&5
4329 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4330 lt_cv_nm_interface="MS dumpbin"
4331 fi
4332 rm -f conftest*
4333fi
4334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4335$as_echo "$lt_cv_nm_interface" >&6; }
4336
4337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4338$as_echo_n "checking whether ln -s works... " >&6; }
4339LN_S=$as_ln_s
4340if test "$LN_S" = "ln -s"; then
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4342$as_echo "yes" >&6; }
4343else
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4345$as_echo "no, using $LN_S" >&6; }
4346fi
4347
4348# find the maximum length of command line arguments
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4350$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4351if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4352 $as_echo_n "(cached) " >&6
4353else
4354 i=0
4355 teststring="ABCD"
4356
4357 case $build_os in
4358 msdosdjgpp*)
4359 # On DJGPP, this test can blow up pretty badly due to problems in libc
4360 # (any single argument exceeding 2000 bytes causes a buffer overrun
4361 # during glob expansion). Even if it were fixed, the result of this
4362 # check would be larger than it should be.
4363 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4364 ;;
4365
4366 gnu*)
4367 # Under GNU Hurd, this test is not required because there is
4368 # no limit to the length of command line arguments.
4369 # Libtool will interpret -1 as no limit whatsoever
4370 lt_cv_sys_max_cmd_len=-1;
4371 ;;
4372
4373 cygwin* | mingw* | cegcc*)
4374 # On Win9x/ME, this test blows up -- it succeeds, but takes
4375 # about 5 minutes as the teststring grows exponentially.
4376 # Worse, since 9x/ME are not pre-emptively multitasking,
4377 # you end up with a "frozen" computer, even though with patience
4378 # the test eventually succeeds (with a max line length of 256k).
4379 # Instead, let's just punt: use the minimum linelength reported by
4380 # all of the supported platforms: 8192 (on NT/2K/XP).
4381 lt_cv_sys_max_cmd_len=8192;
4382 ;;
4383
4384 mint*)
4385 # On MiNT this can take a long time and run out of memory.
4386 lt_cv_sys_max_cmd_len=8192;
4387 ;;
4388
4389 amigaos*)
4390 # On AmigaOS with pdksh, this test takes hours, literally.
4391 # So we just punt and use a minimum line length of 8192.
4392 lt_cv_sys_max_cmd_len=8192;
4393 ;;
4394
4395 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4396 # This has been around since 386BSD, at least. Likely further.
4397 if test -x /sbin/sysctl; then
4398 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4399 elif test -x /usr/sbin/sysctl; then
4400 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4401 else
4402 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4403 fi
4404 # And add a safety zone
4405 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4406 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4407 ;;
4408
4409 interix*)
4410 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4411 lt_cv_sys_max_cmd_len=196608
4412 ;;
4413
4414 osf*)
4415 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4416 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4417 # nice to cause kernel panics so lets avoid the loop below.
4418 # First set a reasonable default.
4419 lt_cv_sys_max_cmd_len=16384
4420 #
4421 if test -x /sbin/sysconfig; then
4422 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4423 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4424 esac
4425 fi
4426 ;;
4427 sco3.2v5*)
4428 lt_cv_sys_max_cmd_len=102400
4429 ;;
4430 sysv5* | sco5v6* | sysv4.2uw2*)
4431 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4432 if test -n "$kargmax"; then
4433 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4434 else
4435 lt_cv_sys_max_cmd_len=32768
4436 fi
4437 ;;
4438 *)
4439 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4440 if test -n "$lt_cv_sys_max_cmd_len"; then
4441 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4442 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4443 else
4444 # Make teststring a little bigger before we do anything with it.
4445 # a 1K string should be a reasonable start.
4446 for i in 1 2 3 4 5 6 7 8 ; do
4447 teststring=$teststring$teststring
4448 done
4449 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4450 # If test is not a shell built-in, we'll probably end up computing a
4451 # maximum length that is only half of the actual maximum length, but
4452 # we can't tell.
4453 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4454 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4455 test $i != 17 # 1/2 MB should be enough
4456 do
4457 i=`expr $i + 1`
4458 teststring=$teststring$teststring
4459 done
4460 # Only check the string length outside the loop.
4461 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4462 teststring=
4463 # Add a significant safety factor because C++ compilers can tack on
4464 # massive amounts of additional arguments before passing them to the
4465 # linker. It appears as though 1/2 is a usable value.
4466 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4467 fi
4468 ;;
4469 esac
4470
4471fi
4472
4473if test -n $lt_cv_sys_max_cmd_len ; then
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4475$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4476else
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4478$as_echo "none" >&6; }
4479fi
4480max_cmd_len=$lt_cv_sys_max_cmd_len
4481
4482
4483
4484
4485
4486
4487: ${CP="cp -f"}
4488: ${MV="mv -f"}
4489: ${RM="rm -f"}
4490
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4492$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4493# Try some XSI features
4494xsi_shell=no
4495( _lt_dummy="a/b/c"
4496 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4497 = c,a/b,, \
4498 && eval 'test $(( 1 + 1 )) -eq 2 \
4499 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4500 && xsi_shell=yes
4501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4502$as_echo "$xsi_shell" >&6; }
4503
4504
4505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4506$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4507lt_shell_append=no
4508( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4509 >/dev/null 2>&1 \
4510 && lt_shell_append=yes
4511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4512$as_echo "$lt_shell_append" >&6; }
4513
4514
4515if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4516 lt_unset=unset
4517else
4518 lt_unset=false
4519fi
4520
4521
4522
4523
4524
4525# test EBCDIC or ASCII
4526case `echo X|tr X '\101'` in
4527 A) # ASCII based system
4528 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4529 lt_SP2NL='tr \040 \012'
4530 lt_NL2SP='tr \015\012 \040\040'
4531 ;;
4532 *) # EBCDIC based system
4533 lt_SP2NL='tr \100 \n'
4534 lt_NL2SP='tr \r\n \100\100'
4535 ;;
4536esac
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4547$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4548if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4549 $as_echo_n "(cached) " >&6
4550else
4551 lt_cv_ld_reload_flag='-r'
4552fi
4553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4554$as_echo "$lt_cv_ld_reload_flag" >&6; }
4555reload_flag=$lt_cv_ld_reload_flag
4556case $reload_flag in
4557"" | " "*) ;;
4558*) reload_flag=" $reload_flag" ;;
4559esac
4560reload_cmds='$LD$reload_flag -o $output$reload_objs'
4561case $host_os in
4562 darwin*)
4563 if test "$GCC" = yes; then
4564 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4565 else
4566 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4567 fi
4568 ;;
4569esac
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579if test -n "$ac_tool_prefix"; then
4580 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4581set dummy ${ac_tool_prefix}objdump; ac_word=$2
4582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4583$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4584if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4585 $as_echo_n "(cached) " >&6
4586else
4587 if test -n "$OBJDUMP"; then
4588 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4589else
4590as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4591for as_dir in $PATH
4592do
4593 IFS=$as_save_IFS
4594 test -z "$as_dir" && as_dir=.
4595 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4597 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4599 break 2
4600 fi
4601done
4602 done
4603IFS=$as_save_IFS
4604
4605fi
4606fi
4607OBJDUMP=$ac_cv_prog_OBJDUMP
4608if test -n "$OBJDUMP"; then
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4610$as_echo "$OBJDUMP" >&6; }
4611else
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4613$as_echo "no" >&6; }
4614fi
4615
4616
4617fi
4618if test -z "$ac_cv_prog_OBJDUMP"; then
4619 ac_ct_OBJDUMP=$OBJDUMP
4620 # Extract the first word of "objdump", so it can be a program name with args.
4621set dummy objdump; ac_word=$2
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4623$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4624if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4625 $as_echo_n "(cached) " >&6
4626else
4627 if test -n "$ac_ct_OBJDUMP"; then
4628 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4629else
4630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4631for as_dir in $PATH
4632do
4633 IFS=$as_save_IFS
4634 test -z "$as_dir" && as_dir=.
4635 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4637 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4639 break 2
4640 fi
4641done
4642 done
4643IFS=$as_save_IFS
4644
4645fi
4646fi
4647ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4648if test -n "$ac_ct_OBJDUMP"; then
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4650$as_echo "$ac_ct_OBJDUMP" >&6; }
4651else
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4653$as_echo "no" >&6; }
4654fi
4655
4656 if test "x$ac_ct_OBJDUMP" = x; then
4657 OBJDUMP="false"
4658 else
4659 case $cross_compiling:$ac_tool_warned in
4660yes:)
4661{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4662$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4663ac_tool_warned=yes ;;
4664esac
4665 OBJDUMP=$ac_ct_OBJDUMP
4666 fi
4667else
4668 OBJDUMP="$ac_cv_prog_OBJDUMP"
4669fi
4670
4671test -z "$OBJDUMP" && OBJDUMP=objdump
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4682$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4683if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4684 $as_echo_n "(cached) " >&6
4685else
4686 lt_cv_file_magic_cmd='$MAGIC_CMD'
4687lt_cv_file_magic_test_file=
4688lt_cv_deplibs_check_method='unknown'
4689# Need to set the preceding variable on all platforms that support
4690# interlibrary dependencies.
4691# 'none' -- dependencies not supported.
4692# `unknown' -- same as none, but documents that we really don't know.
4693# 'pass_all' -- all dependencies passed with no checks.
4694# 'test_compile' -- check by making test program.
4695# 'file_magic [[regex]]' -- check by looking for files in library path
4696# which responds to the $file_magic_cmd with a given extended regex.
4697# If you have `file' or equivalent on your system and you're not sure
4698# whether `pass_all' will *always* work, you probably want this one.
4699
4700case $host_os in
4701aix[4-9]*)
4702 lt_cv_deplibs_check_method=pass_all
4703 ;;
4704
4705beos*)
4706 lt_cv_deplibs_check_method=pass_all
4707 ;;
4708
4709bsdi[45]*)
4710 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4711 lt_cv_file_magic_cmd='/usr/bin/file -L'
4712 lt_cv_file_magic_test_file=/shlib/libc.so
4713 ;;
4714
4715cygwin*)
4716 # func_win32_libid is a shell function defined in ltmain.sh
4717 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4718 lt_cv_file_magic_cmd='func_win32_libid'
4719 ;;
4720
4721mingw* | pw32*)
4722 # Base MSYS/MinGW do not provide the 'file' command needed by
4723 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4724 # unless we find 'file', for example because we are cross-compiling.
4725 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4726 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4727 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4728 lt_cv_file_magic_cmd='func_win32_libid'
4729 else
4730 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4731 lt_cv_file_magic_cmd='$OBJDUMP -f'
4732 fi
4733 ;;
4734
4735cegcc*)
4736 # use the weaker test based on 'objdump'. See mingw*.
4737 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4738 lt_cv_file_magic_cmd='$OBJDUMP -f'
4739 ;;
4740
4741darwin* | rhapsody*)
4742 lt_cv_deplibs_check_method=pass_all
4743 ;;
4744
4745freebsd* | dragonfly*)
4746 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4747 case $host_cpu in
4748 i*86 )
4749 # Not sure whether the presence of OpenBSD here was a mistake.
4750 # Let's accept both of them until this is cleared up.
4751 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4752 lt_cv_file_magic_cmd=/usr/bin/file
4753 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4754 ;;
4755 esac
4756 else
4757 lt_cv_deplibs_check_method=pass_all
4758 fi
4759 ;;
4760
4761gnu*)
4762 lt_cv_deplibs_check_method=pass_all
4763 ;;
4764
4765haiku*)
4766 lt_cv_deplibs_check_method=pass_all
4767 ;;
4768
4769hpux10.20* | hpux11*)
4770 lt_cv_file_magic_cmd=/usr/bin/file
4771 case $host_cpu in
4772 ia64*)
4773 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4774 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4775 ;;
4776 hppa*64*)
4777 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]'
4778 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4779 ;;
4780 *)
4781 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4782 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4783 ;;
4784 esac
4785 ;;
4786
4787interix[3-9]*)
4788 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4789 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4790 ;;
4791
4792irix5* | irix6* | nonstopux*)
4793 case $LD in
4794 *-32|*"-32 ") libmagic=32-bit;;
4795 *-n32|*"-n32 ") libmagic=N32;;
4796 *-64|*"-64 ") libmagic=64-bit;;
4797 *) libmagic=never-match;;
4798 esac
4799 lt_cv_deplibs_check_method=pass_all
4800 ;;
4801
4802# This must be Linux ELF.
4803linux* | k*bsd*-gnu | kopensolaris*-gnu)
4804 lt_cv_deplibs_check_method=pass_all
4805 ;;
4806
4807netbsd*)
4808 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4809 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4810 else
4811 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4812 fi
4813 ;;
4814
4815newos6*)
4816 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4817 lt_cv_file_magic_cmd=/usr/bin/file
4818 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4819 ;;
4820
4821*nto* | *qnx*)
4822 lt_cv_deplibs_check_method=pass_all
4823 ;;
4824
4825openbsd*)
4826 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4827 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4828 else
4829 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4830 fi
4831 ;;
4832
4833osf3* | osf4* | osf5*)
4834 lt_cv_deplibs_check_method=pass_all
4835 ;;
4836
4837rdos*)
4838 lt_cv_deplibs_check_method=pass_all
4839 ;;
4840
4841solaris*)
4842 lt_cv_deplibs_check_method=pass_all
4843 ;;
4844
4845sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4846 lt_cv_deplibs_check_method=pass_all
4847 ;;
4848
4849sysv4 | sysv4.3*)
4850 case $host_vendor in
4851 motorola)
4852 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]'
4853 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4854 ;;
4855 ncr)
4856 lt_cv_deplibs_check_method=pass_all
4857 ;;
4858 sequent)
4859 lt_cv_file_magic_cmd='/bin/file'
4860 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4861 ;;
4862 sni)
4863 lt_cv_file_magic_cmd='/bin/file'
4864 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4865 lt_cv_file_magic_test_file=/lib/libc.so
4866 ;;
4867 siemens)
4868 lt_cv_deplibs_check_method=pass_all
4869 ;;
4870 pc)
4871 lt_cv_deplibs_check_method=pass_all
4872 ;;
4873 esac
4874 ;;
4875
4876tpf*)
4877 lt_cv_deplibs_check_method=pass_all
4878 ;;
4879esac
4880
4881fi
4882{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4883$as_echo "$lt_cv_deplibs_check_method" >&6; }
4884file_magic_cmd=$lt_cv_file_magic_cmd
4885deplibs_check_method=$lt_cv_deplibs_check_method
4886test -z "$deplibs_check_method" && deplibs_check_method=unknown
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
68ed2854
MF
4899plugin_option=
4900plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4901for plugin in $plugin_names; do
4902 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4903 if test x$plugin_so = x$plugin; then
4904 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4905 fi
4906 if test x$plugin_so != x$plugin; then
4907 plugin_option="--plugin $plugin_so"
4908 break
4909 fi
4910done
4911
6bb11ab3
L
4912if test -n "$ac_tool_prefix"; then
4913 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4914set dummy ${ac_tool_prefix}ar; ac_word=$2
4915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4916$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4917if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4918 $as_echo_n "(cached) " >&6
4919else
4920 if test -n "$AR"; then
4921 ac_cv_prog_AR="$AR" # Let the user override the test.
4922else
4923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4924for as_dir in $PATH
4925do
4926 IFS=$as_save_IFS
4927 test -z "$as_dir" && as_dir=.
4928 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4930 ac_cv_prog_AR="${ac_tool_prefix}ar"
4931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4932 break 2
4933 fi
4934done
4935 done
4936IFS=$as_save_IFS
4937
4938fi
4939fi
4940AR=$ac_cv_prog_AR
4941if test -n "$AR"; then
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4943$as_echo "$AR" >&6; }
4944else
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4946$as_echo "no" >&6; }
4947fi
4948
4949
4950fi
4951if test -z "$ac_cv_prog_AR"; then
4952 ac_ct_AR=$AR
4953 # Extract the first word of "ar", so it can be a program name with args.
4954set dummy ar; ac_word=$2
4955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4956$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4957if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4958 $as_echo_n "(cached) " >&6
4959else
4960 if test -n "$ac_ct_AR"; then
4961 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4962else
4963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4964for as_dir in $PATH
4965do
4966 IFS=$as_save_IFS
4967 test -z "$as_dir" && as_dir=.
4968 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4970 ac_cv_prog_ac_ct_AR="ar"
4971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4972 break 2
4973 fi
4974done
4975 done
4976IFS=$as_save_IFS
4977
4978fi
4979fi
4980ac_ct_AR=$ac_cv_prog_ac_ct_AR
4981if test -n "$ac_ct_AR"; then
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4983$as_echo "$ac_ct_AR" >&6; }
4984else
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4986$as_echo "no" >&6; }
4987fi
4988
4989 if test "x$ac_ct_AR" = x; then
4990 AR="false"
4991 else
4992 case $cross_compiling:$ac_tool_warned in
4993yes:)
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4995$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4996ac_tool_warned=yes ;;
4997esac
4998 AR=$ac_ct_AR
4999 fi
5000else
5001 AR="$ac_cv_prog_AR"
5002fi
5003
5004test -z "$AR" && AR=ar
68ed2854
MF
5005if test -n "$plugin_option"; then
5006 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5007 touch conftest.c
5008 $AR $plugin_option rc conftest.a conftest.c
5009 if test "$?" != 0; then
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5011$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5012 else
5013 AR="$AR $plugin_option"
5014 fi
5015 rm -f conftest.*
68ed2854
MF
5016 fi
5017fi
6bb11ab3
L
5018test -z "$AR_FLAGS" && AR_FLAGS=cru
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030if test -n "$ac_tool_prefix"; then
5031 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5032set dummy ${ac_tool_prefix}strip; ac_word=$2
5033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5034$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5035if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5036 $as_echo_n "(cached) " >&6
5037else
5038 if test -n "$STRIP"; then
5039 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5040else
5041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5042for as_dir in $PATH
5043do
5044 IFS=$as_save_IFS
5045 test -z "$as_dir" && as_dir=.
5046 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5048 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5050 break 2
5051 fi
5052done
5053 done
5054IFS=$as_save_IFS
5055
5056fi
5057fi
5058STRIP=$ac_cv_prog_STRIP
5059if test -n "$STRIP"; then
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5061$as_echo "$STRIP" >&6; }
5062else
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5064$as_echo "no" >&6; }
5065fi
5066
5067
5068fi
5069if test -z "$ac_cv_prog_STRIP"; then
5070 ac_ct_STRIP=$STRIP
5071 # Extract the first word of "strip", so it can be a program name with args.
5072set dummy strip; ac_word=$2
5073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5074$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5075if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5076 $as_echo_n "(cached) " >&6
5077else
5078 if test -n "$ac_ct_STRIP"; then
5079 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5080else
5081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5082for as_dir in $PATH
5083do
5084 IFS=$as_save_IFS
5085 test -z "$as_dir" && as_dir=.
5086 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5088 ac_cv_prog_ac_ct_STRIP="strip"
5089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5090 break 2
5091 fi
5092done
5093 done
5094IFS=$as_save_IFS
5095
5096fi
5097fi
5098ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5099if test -n "$ac_ct_STRIP"; then
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5101$as_echo "$ac_ct_STRIP" >&6; }
5102else
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5104$as_echo "no" >&6; }
5105fi
5106
5107 if test "x$ac_ct_STRIP" = x; then
5108 STRIP=":"
5109 else
5110 case $cross_compiling:$ac_tool_warned in
5111yes:)
5112{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5113$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5114ac_tool_warned=yes ;;
5115esac
5116 STRIP=$ac_ct_STRIP
5117 fi
5118else
5119 STRIP="$ac_cv_prog_STRIP"
5120fi
5121
5122test -z "$STRIP" && STRIP=:
5123
5124
5125
5126
5127
5128
5129if test -n "$ac_tool_prefix"; then
5130 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5131set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5133$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5134if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5135 $as_echo_n "(cached) " >&6
5136else
5137 if test -n "$RANLIB"; then
5138 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5139else
5140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5141for as_dir in $PATH
5142do
5143 IFS=$as_save_IFS
5144 test -z "$as_dir" && as_dir=.
5145 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5147 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5149 break 2
5150 fi
5151done
5152 done
5153IFS=$as_save_IFS
5154
5155fi
5156fi
5157RANLIB=$ac_cv_prog_RANLIB
5158if test -n "$RANLIB"; then
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5160$as_echo "$RANLIB" >&6; }
5161else
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5163$as_echo "no" >&6; }
5164fi
5165
5166
5167fi
5168if test -z "$ac_cv_prog_RANLIB"; then
5169 ac_ct_RANLIB=$RANLIB
5170 # Extract the first word of "ranlib", so it can be a program name with args.
5171set dummy ranlib; ac_word=$2
5172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5173$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5174if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5175 $as_echo_n "(cached) " >&6
5176else
5177 if test -n "$ac_ct_RANLIB"; then
5178 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5179else
5180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5181for as_dir in $PATH
5182do
5183 IFS=$as_save_IFS
5184 test -z "$as_dir" && as_dir=.
5185 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5187 ac_cv_prog_ac_ct_RANLIB="ranlib"
5188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5189 break 2
5190 fi
5191done
5192 done
5193IFS=$as_save_IFS
5194
5195fi
5196fi
5197ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5198if test -n "$ac_ct_RANLIB"; then
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5200$as_echo "$ac_ct_RANLIB" >&6; }
5201else
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5203$as_echo "no" >&6; }
5204fi
5205
5206 if test "x$ac_ct_RANLIB" = x; then
5207 RANLIB=":"
5208 else
5209 case $cross_compiling:$ac_tool_warned in
5210yes:)
5211{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5212$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5213ac_tool_warned=yes ;;
5214esac
5215 RANLIB=$ac_ct_RANLIB
5216 fi
5217else
5218 RANLIB="$ac_cv_prog_RANLIB"
5219fi
5220
5221test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5222if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5223 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5224 RANLIB="$RANLIB $plugin_option"
5225 fi
5226fi
6bb11ab3
L
5227
5228
5229
5230
5231
5232
5233# Determine commands to create old-style static archives.
5234old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5235old_postinstall_cmds='chmod 644 $oldlib'
5236old_postuninstall_cmds=
5237
5238if test -n "$RANLIB"; then
5239 case $host_os in
5240 openbsd*)
5241 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5242 ;;
5243 *)
5244 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5245 ;;
5246 esac
5247 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5248fi
5249
5250case $host_os in
5251 darwin*)
5252 lock_old_archive_extraction=yes ;;
5253 *)
5254 lock_old_archive_extraction=no ;;
5255esac
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277for ac_prog in gawk mawk nawk awk
5278do
5279 # Extract the first word of "$ac_prog", so it can be a program name with args.
5280set dummy $ac_prog; ac_word=$2
5281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5282$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5283if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5284 $as_echo_n "(cached) " >&6
5285else
5286 if test -n "$AWK"; then
5287 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5288else
5289as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5290for as_dir in $PATH
5291do
5292 IFS=$as_save_IFS
5293 test -z "$as_dir" && as_dir=.
5294 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5295 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5296 ac_cv_prog_AWK="$ac_prog"
5297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5298 break 2
5299 fi
5300done
5301 done
5302IFS=$as_save_IFS
5303
5304fi
5305fi
5306AWK=$ac_cv_prog_AWK
5307if test -n "$AWK"; then
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5309$as_echo "$AWK" >&6; }
5310else
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5312$as_echo "no" >&6; }
5313fi
5314
5315
5316 test -n "$AWK" && break
5317done
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337# If no C compiler was specified, use CC.
5338LTCC=${LTCC-"$CC"}
5339
5340# If no C compiler flags were specified, use CFLAGS.
5341LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5342
5343# Allow CC to be a program name with arguments.
5344compiler=$CC
5345
5346
5347# Check for command to grab the raw symbol name followed by C symbol from nm.
5348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5349$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5350if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5351 $as_echo_n "(cached) " >&6
5352else
5353
5354# These are sane defaults that work on at least a few old systems.
5355# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5356
5357# Character class describing NM global symbol codes.
5358symcode='[BCDEGRST]'
5359
5360# Regexp to match symbols that can be accessed directly from C.
5361sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5362
5363# Define system-specific variables.
5364case $host_os in
5365aix*)
5366 symcode='[BCDT]'
5367 ;;
5368cygwin* | mingw* | pw32* | cegcc*)
5369 symcode='[ABCDGISTW]'
5370 ;;
5371hpux*)
5372 if test "$host_cpu" = ia64; then
5373 symcode='[ABCDEGRST]'
5374 fi
5375 ;;
5376irix* | nonstopux*)
5377 symcode='[BCDEGRST]'
5378 ;;
5379osf*)
5380 symcode='[BCDEGQRST]'
5381 ;;
5382solaris*)
5383 symcode='[BDRT]'
5384 ;;
5385sco3.2v5*)
5386 symcode='[DT]'
5387 ;;
5388sysv4.2uw2*)
5389 symcode='[DT]'
5390 ;;
5391sysv5* | sco5v6* | unixware* | OpenUNIX*)
5392 symcode='[ABDT]'
5393 ;;
5394sysv4)
5395 symcode='[DFNSTU]'
5396 ;;
5397esac
5398
5399# If we're using GNU nm, then use its standard symbol codes.
5400case `$NM -V 2>&1` in
5401*GNU* | *'with BFD'*)
5402 symcode='[ABCDGIRSTW]' ;;
5403esac
5404
5405# Transform an extracted symbol line into a proper C declaration.
5406# Some systems (esp. on ia64) link data and code symbols differently,
5407# so use this general approach.
5408lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5409
5410# Transform an extracted symbol line into symbol name and symbol address
5411lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5412lt_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'"
5413
5414# Handle CRLF in mingw tool chain
5415opt_cr=
5416case $build_os in
5417mingw*)
5418 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5419 ;;
5420esac
5421
5422# Try without a prefix underscore, then with it.
5423for ac_symprfx in "" "_"; do
5424
5425 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5426 symxfrm="\\1 $ac_symprfx\\2 \\2"
5427
5428 # Write the raw and C identifiers.
5429 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5430 # Fake it for dumpbin and say T for any non-static function
5431 # and D for any global variable.
5432 # Also find C++ and __fastcall symbols from MSVC++,
5433 # which start with @ or ?.
5434 lt_cv_sys_global_symbol_pipe="$AWK '"\
5435" {last_section=section; section=\$ 3};"\
5436" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5437" \$ 0!~/External *\|/{next};"\
5438" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5439" {if(hide[section]) next};"\
5440" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5441" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5442" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5443" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5444" ' prfx=^$ac_symprfx"
5445 else
5446 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5447 fi
5448
5449 # Check to see that the pipe works correctly.
5450 pipe_works=no
5451
5452 rm -f conftest*
5453 cat > conftest.$ac_ext <<_LT_EOF
5454#ifdef __cplusplus
5455extern "C" {
5456#endif
5457char nm_test_var;
5458void nm_test_func(void);
5459void nm_test_func(void){}
5460#ifdef __cplusplus
5461}
5462#endif
5463int main(){nm_test_var='a';nm_test_func();return(0);}
5464_LT_EOF
5465
5466 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5467 (eval $ac_compile) 2>&5
5468 ac_status=$?
5469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5470 test $ac_status = 0; }; then
5471 # Now try to grab the symbols.
5472 nlist=conftest.nm
5473 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5474 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5475 ac_status=$?
5476 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5477 test $ac_status = 0; } && test -s "$nlist"; then
5478 # Try sorting and uniquifying the output.
5479 if sort "$nlist" | uniq > "$nlist"T; then
5480 mv -f "$nlist"T "$nlist"
5481 else
5482 rm -f "$nlist"T
5483 fi
5484
5485 # Make sure that we snagged all the symbols we need.
5486 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5487 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5488 cat <<_LT_EOF > conftest.$ac_ext
5489#ifdef __cplusplus
5490extern "C" {
5491#endif
5492
5493_LT_EOF
5494 # Now generate the symbol file.
5495 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5496
5497 cat <<_LT_EOF >> conftest.$ac_ext
5498
5499/* The mapping between symbol names and symbols. */
5500const struct {
5501 const char *name;
5502 void *address;
5503}
5504lt__PROGRAM__LTX_preloaded_symbols[] =
5505{
5506 { "@PROGRAM@", (void *) 0 },
5507_LT_EOF
5508 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5509 cat <<\_LT_EOF >> conftest.$ac_ext
5510 {0, (void *) 0}
5511};
5512
5513/* This works around a problem in FreeBSD linker */
5514#ifdef FREEBSD_WORKAROUND
5515static const void *lt_preloaded_setup() {
5516 return lt__PROGRAM__LTX_preloaded_symbols;
5517}
5518#endif
5519
5520#ifdef __cplusplus
5521}
5522#endif
5523_LT_EOF
5524 # Now try linking the two files.
5525 mv conftest.$ac_objext conftstm.$ac_objext
5526 lt_save_LIBS="$LIBS"
5527 lt_save_CFLAGS="$CFLAGS"
5528 LIBS="conftstm.$ac_objext"
5529 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5530 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5531 (eval $ac_link) 2>&5
5532 ac_status=$?
5533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5534 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5535 pipe_works=yes
5536 fi
5537 LIBS="$lt_save_LIBS"
5538 CFLAGS="$lt_save_CFLAGS"
5539 else
5540 echo "cannot find nm_test_func in $nlist" >&5
5541 fi
5542 else
5543 echo "cannot find nm_test_var in $nlist" >&5
5544 fi
5545 else
5546 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5547 fi
5548 else
5549 echo "$progname: failed program was:" >&5
5550 cat conftest.$ac_ext >&5
5551 fi
5552 rm -rf conftest* conftst*
5553
5554 # Do not use the global_symbol_pipe unless it works.
5555 if test "$pipe_works" = yes; then
5556 break
5557 else
5558 lt_cv_sys_global_symbol_pipe=
5559 fi
5560done
5561
5562fi
5563
5564if test -z "$lt_cv_sys_global_symbol_pipe"; then
5565 lt_cv_sys_global_symbol_to_cdecl=
5566fi
5567if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5569$as_echo "failed" >&6; }
5570else
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5572$as_echo "ok" >&6; }
5573fi
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596# Check whether --enable-libtool-lock was given.
5597if test "${enable_libtool_lock+set}" = set; then :
5598 enableval=$enable_libtool_lock;
5599fi
5600
5601test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5602
5603# Some flags need to be propagated to the compiler or linker for good
5604# libtool support.
5605case $host in
5606ia64-*-hpux*)
5607 # Find out which ABI we are using.
5608 echo 'int i;' > conftest.$ac_ext
5609 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5610 (eval $ac_compile) 2>&5
5611 ac_status=$?
5612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5613 test $ac_status = 0; }; then
5614 case `/usr/bin/file conftest.$ac_objext` in
5615 *ELF-32*)
5616 HPUX_IA64_MODE="32"
5617 ;;
5618 *ELF-64*)
5619 HPUX_IA64_MODE="64"
5620 ;;
5621 esac
5622 fi
5623 rm -rf conftest*
5624 ;;
5625*-*-irix6*)
5626 # Find out which ABI we are using.
5627 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5628 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5629 (eval $ac_compile) 2>&5
5630 ac_status=$?
5631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5632 test $ac_status = 0; }; then
5633 if test "$lt_cv_prog_gnu_ld" = yes; then
5634 case `/usr/bin/file conftest.$ac_objext` in
5635 *32-bit*)
5636 LD="${LD-ld} -melf32bsmip"
5637 ;;
5638 *N32*)
5639 LD="${LD-ld} -melf32bmipn32"
5640 ;;
5641 *64-bit*)
5642 LD="${LD-ld} -melf64bmip"
5643 ;;
5644 esac
5645 else
5646 case `/usr/bin/file conftest.$ac_objext` in
5647 *32-bit*)
5648 LD="${LD-ld} -32"
5649 ;;
5650 *N32*)
5651 LD="${LD-ld} -n32"
5652 ;;
5653 *64-bit*)
5654 LD="${LD-ld} -64"
5655 ;;
5656 esac
5657 fi
5658 fi
5659 rm -rf conftest*
5660 ;;
5661
bf3d9781 5662x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5663s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5664 # Find out which ABI we are using.
5665 echo 'int i;' > conftest.$ac_ext
5666 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5667 (eval $ac_compile) 2>&5
5668 ac_status=$?
5669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5670 test $ac_status = 0; }; then
5671 case `/usr/bin/file conftest.o` in
5672 *32-bit*)
5673 case $host in
5674 x86_64-*kfreebsd*-gnu)
5675 LD="${LD-ld} -m elf_i386_fbsd"
5676 ;;
5677 x86_64-*linux*)
5678 case `/usr/bin/file conftest.o` in
5679 *x86-64*)
5680 LD="${LD-ld} -m elf32_x86_64"
5681 ;;
5682 *)
5683 LD="${LD-ld} -m elf_i386"
5684 ;;
5685 esac
5686 ;;
bf3d9781
AM
5687 powerpc64le-*linux*)
5688 LD="${LD-ld} -m elf32lppclinux"
5689 ;;
5690 powerpc64-*linux*)
6bb11ab3
L
5691 LD="${LD-ld} -m elf32ppclinux"
5692 ;;
5693 s390x-*linux*)
5694 LD="${LD-ld} -m elf_s390"
5695 ;;
5696 sparc64-*linux*)
5697 LD="${LD-ld} -m elf32_sparc"
5698 ;;
5699 esac
5700 ;;
5701 *64-bit*)
5702 case $host in
5703 x86_64-*kfreebsd*-gnu)
5704 LD="${LD-ld} -m elf_x86_64_fbsd"
5705 ;;
5706 x86_64-*linux*)
5707 LD="${LD-ld} -m elf_x86_64"
5708 ;;
bf3d9781
AM
5709 powerpcle-*linux*)
5710 LD="${LD-ld} -m elf64lppc"
5711 ;;
5712 powerpc-*linux*)
6bb11ab3
L
5713 LD="${LD-ld} -m elf64ppc"
5714 ;;
5715 s390*-*linux*|s390*-*tpf*)
5716 LD="${LD-ld} -m elf64_s390"
5717 ;;
5718 sparc*-*linux*)
5719 LD="${LD-ld} -m elf64_sparc"
5720 ;;
5721 esac
5722 ;;
5723 esac
5724 fi
5725 rm -rf conftest*
5726 ;;
5727
5728*-*-sco3.2v5*)
5729 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5730 SAVE_CFLAGS="$CFLAGS"
5731 CFLAGS="$CFLAGS -belf"
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5733$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5734if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5735 $as_echo_n "(cached) " >&6
5736else
5737 ac_ext=c
5738ac_cpp='$CPP $CPPFLAGS'
5739ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5740ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5741ac_compiler_gnu=$ac_cv_c_compiler_gnu
5742
5743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5744/* end confdefs.h. */
5745
5746int
5747main ()
5748{
5749
5750 ;
5751 return 0;
5752}
5753_ACEOF
5754if ac_fn_c_try_link "$LINENO"; then :
5755 lt_cv_cc_needs_belf=yes
5756else
5757 lt_cv_cc_needs_belf=no
5758fi
5759rm -f core conftest.err conftest.$ac_objext \
5760 conftest$ac_exeext conftest.$ac_ext
5761 ac_ext=c
5762ac_cpp='$CPP $CPPFLAGS'
5763ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5764ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5765ac_compiler_gnu=$ac_cv_c_compiler_gnu
5766
5767fi
5768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5769$as_echo "$lt_cv_cc_needs_belf" >&6; }
5770 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5771 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5772 CFLAGS="$SAVE_CFLAGS"
5773 fi
5774 ;;
5775sparc*-*solaris*)
5776 # Find out which ABI we are using.
5777 echo 'int i;' > conftest.$ac_ext
5778 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5779 (eval $ac_compile) 2>&5
5780 ac_status=$?
5781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5782 test $ac_status = 0; }; then
5783 case `/usr/bin/file conftest.o` in
5784 *64-bit*)
5785 case $lt_cv_prog_gnu_ld in
5786 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5787 *)
5788 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5789 LD="${LD-ld} -64"
5790 fi
5791 ;;
5792 esac
5793 ;;
5794 esac
5795 fi
5796 rm -rf conftest*
5797 ;;
5798esac
5799
5800need_locks="$enable_libtool_lock"
5801
5802
5803 case $host_os in
5804 rhapsody* | darwin*)
5805 if test -n "$ac_tool_prefix"; then
5806 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5807set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5809$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5810if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5811 $as_echo_n "(cached) " >&6
5812else
5813 if test -n "$DSYMUTIL"; then
5814 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5815else
5816as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5817for as_dir in $PATH
5818do
5819 IFS=$as_save_IFS
5820 test -z "$as_dir" && as_dir=.
5821 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5823 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5825 break 2
5826 fi
5827done
5828 done
5829IFS=$as_save_IFS
5830
5831fi
5832fi
5833DSYMUTIL=$ac_cv_prog_DSYMUTIL
5834if test -n "$DSYMUTIL"; then
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5836$as_echo "$DSYMUTIL" >&6; }
5837else
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5839$as_echo "no" >&6; }
5840fi
5841
5842
5843fi
5844if test -z "$ac_cv_prog_DSYMUTIL"; then
5845 ac_ct_DSYMUTIL=$DSYMUTIL
5846 # Extract the first word of "dsymutil", so it can be a program name with args.
5847set dummy dsymutil; ac_word=$2
5848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5849$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5850if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5851 $as_echo_n "(cached) " >&6
5852else
5853 if test -n "$ac_ct_DSYMUTIL"; then
5854 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5855else
5856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5857for as_dir in $PATH
5858do
5859 IFS=$as_save_IFS
5860 test -z "$as_dir" && as_dir=.
5861 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5863 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5865 break 2
5866 fi
5867done
5868 done
5869IFS=$as_save_IFS
5870
5871fi
5872fi
5873ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5874if test -n "$ac_ct_DSYMUTIL"; then
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5876$as_echo "$ac_ct_DSYMUTIL" >&6; }
5877else
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5879$as_echo "no" >&6; }
5880fi
5881
5882 if test "x$ac_ct_DSYMUTIL" = x; then
5883 DSYMUTIL=":"
5884 else
5885 case $cross_compiling:$ac_tool_warned in
5886yes:)
5887{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5888$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5889ac_tool_warned=yes ;;
5890esac
5891 DSYMUTIL=$ac_ct_DSYMUTIL
5892 fi
5893else
5894 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5895fi
5896
5897 if test -n "$ac_tool_prefix"; then
5898 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5899set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5901$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5902if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5903 $as_echo_n "(cached) " >&6
5904else
5905 if test -n "$NMEDIT"; then
5906 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5907else
5908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909for as_dir in $PATH
5910do
5911 IFS=$as_save_IFS
5912 test -z "$as_dir" && as_dir=.
5913 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5915 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5917 break 2
5918 fi
5919done
5920 done
5921IFS=$as_save_IFS
5922
5923fi
5924fi
5925NMEDIT=$ac_cv_prog_NMEDIT
5926if test -n "$NMEDIT"; then
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5928$as_echo "$NMEDIT" >&6; }
5929else
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5931$as_echo "no" >&6; }
5932fi
5933
5934
5935fi
5936if test -z "$ac_cv_prog_NMEDIT"; then
5937 ac_ct_NMEDIT=$NMEDIT
5938 # Extract the first word of "nmedit", so it can be a program name with args.
5939set dummy nmedit; ac_word=$2
5940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5941$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5942if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5943 $as_echo_n "(cached) " >&6
5944else
5945 if test -n "$ac_ct_NMEDIT"; then
5946 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5947else
5948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5949for as_dir in $PATH
5950do
5951 IFS=$as_save_IFS
5952 test -z "$as_dir" && as_dir=.
5953 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5954 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5955 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5957 break 2
5958 fi
5959done
5960 done
5961IFS=$as_save_IFS
5962
5963fi
5964fi
5965ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5966if test -n "$ac_ct_NMEDIT"; then
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5968$as_echo "$ac_ct_NMEDIT" >&6; }
5969else
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5971$as_echo "no" >&6; }
5972fi
5973
5974 if test "x$ac_ct_NMEDIT" = x; then
5975 NMEDIT=":"
5976 else
5977 case $cross_compiling:$ac_tool_warned in
5978yes:)
5979{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5980$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5981ac_tool_warned=yes ;;
5982esac
5983 NMEDIT=$ac_ct_NMEDIT
5984 fi
5985else
5986 NMEDIT="$ac_cv_prog_NMEDIT"
5987fi
5988
5989 if test -n "$ac_tool_prefix"; then
5990 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5991set dummy ${ac_tool_prefix}lipo; ac_word=$2
5992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5993$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5994if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5995 $as_echo_n "(cached) " >&6
5996else
5997 if test -n "$LIPO"; then
5998 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5999else
6000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6001for as_dir in $PATH
6002do
6003 IFS=$as_save_IFS
6004 test -z "$as_dir" && as_dir=.
6005 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6007 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6009 break 2
6010 fi
6011done
6012 done
6013IFS=$as_save_IFS
6014
6015fi
6016fi
6017LIPO=$ac_cv_prog_LIPO
6018if test -n "$LIPO"; then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6020$as_echo "$LIPO" >&6; }
6021else
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6023$as_echo "no" >&6; }
6024fi
6025
6026
6027fi
6028if test -z "$ac_cv_prog_LIPO"; then
6029 ac_ct_LIPO=$LIPO
6030 # Extract the first word of "lipo", so it can be a program name with args.
6031set dummy lipo; ac_word=$2
6032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6033$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6034if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6035 $as_echo_n "(cached) " >&6
6036else
6037 if test -n "$ac_ct_LIPO"; then
6038 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6039else
6040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6041for as_dir in $PATH
6042do
6043 IFS=$as_save_IFS
6044 test -z "$as_dir" && as_dir=.
6045 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6047 ac_cv_prog_ac_ct_LIPO="lipo"
6048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6049 break 2
6050 fi
6051done
6052 done
6053IFS=$as_save_IFS
6054
6055fi
6056fi
6057ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6058if test -n "$ac_ct_LIPO"; then
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6060$as_echo "$ac_ct_LIPO" >&6; }
6061else
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6063$as_echo "no" >&6; }
6064fi
6065
6066 if test "x$ac_ct_LIPO" = x; then
6067 LIPO=":"
6068 else
6069 case $cross_compiling:$ac_tool_warned in
6070yes:)
6071{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6072$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6073ac_tool_warned=yes ;;
6074esac
6075 LIPO=$ac_ct_LIPO
6076 fi
6077else
6078 LIPO="$ac_cv_prog_LIPO"
6079fi
6080
6081 if test -n "$ac_tool_prefix"; then
6082 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6083set dummy ${ac_tool_prefix}otool; ac_word=$2
6084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6085$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6086if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6087 $as_echo_n "(cached) " >&6
6088else
6089 if test -n "$OTOOL"; then
6090 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6091else
6092as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093for as_dir in $PATH
6094do
6095 IFS=$as_save_IFS
6096 test -z "$as_dir" && as_dir=.
6097 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6098 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6099 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6101 break 2
6102 fi
6103done
6104 done
6105IFS=$as_save_IFS
6106
6107fi
6108fi
6109OTOOL=$ac_cv_prog_OTOOL
6110if test -n "$OTOOL"; then
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6112$as_echo "$OTOOL" >&6; }
6113else
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6115$as_echo "no" >&6; }
6116fi
6117
6118
6119fi
6120if test -z "$ac_cv_prog_OTOOL"; then
6121 ac_ct_OTOOL=$OTOOL
6122 # Extract the first word of "otool", so it can be a program name with args.
6123set dummy otool; ac_word=$2
6124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6125$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6126if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6127 $as_echo_n "(cached) " >&6
6128else
6129 if test -n "$ac_ct_OTOOL"; then
6130 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6131else
6132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6133for as_dir in $PATH
6134do
6135 IFS=$as_save_IFS
6136 test -z "$as_dir" && as_dir=.
6137 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6139 ac_cv_prog_ac_ct_OTOOL="otool"
6140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6141 break 2
6142 fi
6143done
6144 done
6145IFS=$as_save_IFS
6146
6147fi
6148fi
6149ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6150if test -n "$ac_ct_OTOOL"; then
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6152$as_echo "$ac_ct_OTOOL" >&6; }
6153else
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6155$as_echo "no" >&6; }
6156fi
6157
6158 if test "x$ac_ct_OTOOL" = x; then
6159 OTOOL=":"
6160 else
6161 case $cross_compiling:$ac_tool_warned in
6162yes:)
6163{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6164$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6165ac_tool_warned=yes ;;
6166esac
6167 OTOOL=$ac_ct_OTOOL
6168 fi
6169else
6170 OTOOL="$ac_cv_prog_OTOOL"
6171fi
6172
6173 if test -n "$ac_tool_prefix"; then
6174 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6175set dummy ${ac_tool_prefix}otool64; ac_word=$2
6176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6177$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6178if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6179 $as_echo_n "(cached) " >&6
6180else
6181 if test -n "$OTOOL64"; then
6182 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6183else
6184as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6185for as_dir in $PATH
6186do
6187 IFS=$as_save_IFS
6188 test -z "$as_dir" && as_dir=.
6189 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6191 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6193 break 2
6194 fi
6195done
6196 done
6197IFS=$as_save_IFS
6198
6199fi
6200fi
6201OTOOL64=$ac_cv_prog_OTOOL64
6202if test -n "$OTOOL64"; then
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6204$as_echo "$OTOOL64" >&6; }
6205else
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6207$as_echo "no" >&6; }
6208fi
6209
6210
6211fi
6212if test -z "$ac_cv_prog_OTOOL64"; then
6213 ac_ct_OTOOL64=$OTOOL64
6214 # Extract the first word of "otool64", so it can be a program name with args.
6215set dummy otool64; ac_word=$2
6216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6217$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6218if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6219 $as_echo_n "(cached) " >&6
6220else
6221 if test -n "$ac_ct_OTOOL64"; then
6222 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6223else
6224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6225for as_dir in $PATH
6226do
6227 IFS=$as_save_IFS
6228 test -z "$as_dir" && as_dir=.
6229 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6230 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6231 ac_cv_prog_ac_ct_OTOOL64="otool64"
6232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6233 break 2
6234 fi
6235done
6236 done
6237IFS=$as_save_IFS
6238
6239fi
6240fi
6241ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6242if test -n "$ac_ct_OTOOL64"; then
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6244$as_echo "$ac_ct_OTOOL64" >&6; }
6245else
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6247$as_echo "no" >&6; }
6248fi
6249
6250 if test "x$ac_ct_OTOOL64" = x; then
6251 OTOOL64=":"
6252 else
6253 case $cross_compiling:$ac_tool_warned in
6254yes:)
6255{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6256$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6257ac_tool_warned=yes ;;
6258esac
6259 OTOOL64=$ac_ct_OTOOL64
6260 fi
6261else
6262 OTOOL64="$ac_cv_prog_OTOOL64"
6263fi
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6292$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6293if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6294 $as_echo_n "(cached) " >&6
6295else
6296 lt_cv_apple_cc_single_mod=no
6297 if test -z "${LT_MULTI_MODULE}"; then
6298 # By default we will add the -single_module flag. You can override
6299 # by either setting the environment variable LT_MULTI_MODULE
6300 # non-empty at configure time, or by adding -multi_module to the
6301 # link flags.
6302 rm -rf libconftest.dylib*
6303 echo "int foo(void){return 1;}" > conftest.c
6304 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6305-dynamiclib -Wl,-single_module conftest.c" >&5
6306 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6307 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6308 _lt_result=$?
6309 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6310 lt_cv_apple_cc_single_mod=yes
6311 else
6312 cat conftest.err >&5
6313 fi
6314 rm -rf libconftest.dylib*
6315 rm -f conftest.*
6316 fi
6317fi
6318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6319$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6321$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6322if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6323 $as_echo_n "(cached) " >&6
6324else
6325 lt_cv_ld_exported_symbols_list=no
6326 save_LDFLAGS=$LDFLAGS
6327 echo "_main" > conftest.sym
6328 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6330/* end confdefs.h. */
6331
6332int
6333main ()
6334{
6335
6336 ;
6337 return 0;
6338}
6339_ACEOF
6340if ac_fn_c_try_link "$LINENO"; then :
6341 lt_cv_ld_exported_symbols_list=yes
6342else
6343 lt_cv_ld_exported_symbols_list=no
6344fi
6345rm -f core conftest.err conftest.$ac_objext \
6346 conftest$ac_exeext conftest.$ac_ext
6347 LDFLAGS="$save_LDFLAGS"
6348
6349fi
6350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6351$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6353$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6354if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6355 $as_echo_n "(cached) " >&6
6356else
6357 lt_cv_ld_force_load=no
6358 cat > conftest.c << _LT_EOF
6359int forced_loaded() { return 2;}
6360_LT_EOF
6361 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6362 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6363 echo "$AR cru libconftest.a conftest.o" >&5
6364 $AR cru libconftest.a conftest.o 2>&5
6365 cat > conftest.c << _LT_EOF
6366int main() { return 0;}
6367_LT_EOF
6368 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6369 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6370 _lt_result=$?
6371 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6372 lt_cv_ld_force_load=yes
6373 else
6374 cat conftest.err >&5
6375 fi
6376 rm -f conftest.err libconftest.a conftest conftest.c
6377 rm -rf conftest.dSYM
6378
6379fi
6380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6381$as_echo "$lt_cv_ld_force_load" >&6; }
6382 case $host_os in
6383 rhapsody* | darwin1.[012])
6384 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6385 darwin1.*)
6386 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6387 darwin*) # darwin 5.x on
6388 # if running on 10.5 or later, the deployment target defaults
6389 # to the OS version, if on x86, and 10.4, the deployment
6390 # target defaults to 10.4. Don't you love it?
6391 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6392 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6393 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6394 10.[012][,.]*)
6bb11ab3
L
6395 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6396 10.*)
6397 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6398 esac
6399 ;;
6400 esac
6401 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6402 _lt_dar_single_mod='$single_module'
6403 fi
6404 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6405 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6406 else
6407 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6408 fi
6409 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6410 _lt_dsymutil='~$DSYMUTIL $lib || :'
6411 else
6412 _lt_dsymutil=
6413 fi
6414 ;;
6415 esac
6416
6417for ac_header in dlfcn.h
6418do :
6419 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6420"
d0ac1c44 6421if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6422 cat >>confdefs.h <<_ACEOF
6423#define HAVE_DLFCN_H 1
6424_ACEOF
6425
6426fi
6427
6428done
6429
6430
6431
ebe9564b 6432
6bb11ab3 6433
0cb8d851
MF
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6435$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6436if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6437 $as_echo_n "(cached) " >&6
6438else
6439 ac_cv_c_bigendian=unknown
6440 # See if we're dealing with a universal compiler.
6441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6442/* end confdefs.h. */
6443#ifndef __APPLE_CC__
6444 not a universal capable compiler
6445 #endif
6446 typedef int dummy;
6447
6448_ACEOF
6449if ac_fn_c_try_compile "$LINENO"; then :
6450
6451 # Check for potential -arch flags. It is not universal unless
6452 # there are at least two -arch flags with different values.
6453 ac_arch=
6454 ac_prev=
6455 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6456 if test -n "$ac_prev"; then
6457 case $ac_word in
6458 i?86 | x86_64 | ppc | ppc64)
6459 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6460 ac_arch=$ac_word
6461 else
6462 ac_cv_c_bigendian=universal
6463 break
6464 fi
6465 ;;
6466 esac
6467 ac_prev=
6468 elif test "x$ac_word" = "x-arch"; then
6469 ac_prev=arch
6470 fi
6471 done
6472fi
6473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6474 if test $ac_cv_c_bigendian = unknown; then
6475 # See if sys/param.h defines the BYTE_ORDER macro.
6476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6477/* end confdefs.h. */
6478#include <sys/types.h>
6479 #include <sys/param.h>
6480
6481int
6482main ()
6483{
6484#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6485 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6486 && LITTLE_ENDIAN)
6487 bogus endian macros
6488 #endif
6489
6490 ;
6491 return 0;
6492}
6493_ACEOF
6494if ac_fn_c_try_compile "$LINENO"; then :
6495 # It does; now see whether it defined to BIG_ENDIAN or not.
6496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6497/* end confdefs.h. */
6498#include <sys/types.h>
6499 #include <sys/param.h>
6500
6501int
6502main ()
6503{
6504#if BYTE_ORDER != BIG_ENDIAN
6505 not big endian
6506 #endif
6507
6508 ;
6509 return 0;
6510}
6511_ACEOF
6512if ac_fn_c_try_compile "$LINENO"; then :
6513 ac_cv_c_bigendian=yes
6514else
6515 ac_cv_c_bigendian=no
6516fi
6517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6518fi
6519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6520 fi
6521 if test $ac_cv_c_bigendian = unknown; then
6522 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6524/* end confdefs.h. */
6525#include <limits.h>
6526
6527int
6528main ()
6529{
6530#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6531 bogus endian macros
6532 #endif
6533
6534 ;
6535 return 0;
6536}
6537_ACEOF
6538if ac_fn_c_try_compile "$LINENO"; then :
6539 # It does; now see whether it defined to _BIG_ENDIAN or not.
6540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6541/* end confdefs.h. */
6542#include <limits.h>
6543
6544int
6545main ()
6546{
6547#ifndef _BIG_ENDIAN
6548 not big endian
6549 #endif
6550
6551 ;
6552 return 0;
6553}
6554_ACEOF
6555if ac_fn_c_try_compile "$LINENO"; then :
6556 ac_cv_c_bigendian=yes
6557else
6558 ac_cv_c_bigendian=no
6559fi
6560rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6561fi
6562rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6563 fi
6564 if test $ac_cv_c_bigendian = unknown; then
6565 # Compile a test program.
6566 if test "$cross_compiling" = yes; then :
6567 # Try to guess by grepping values from an object file.
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569/* end confdefs.h. */
6570short int ascii_mm[] =
6571 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6572 short int ascii_ii[] =
6573 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6574 int use_ascii (int i) {
6575 return ascii_mm[i] + ascii_ii[i];
6576 }
6577 short int ebcdic_ii[] =
6578 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6579 short int ebcdic_mm[] =
6580 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6581 int use_ebcdic (int i) {
6582 return ebcdic_mm[i] + ebcdic_ii[i];
6583 }
6584 extern int foo;
6585
6586int
6587main ()
6588{
6589return use_ascii (foo) == use_ebcdic (foo);
6590 ;
6591 return 0;
6592}
6593_ACEOF
6594if ac_fn_c_try_compile "$LINENO"; then :
6595 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6596 ac_cv_c_bigendian=yes
6597 fi
6598 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6599 if test "$ac_cv_c_bigendian" = unknown; then
6600 ac_cv_c_bigendian=no
6601 else
6602 # finding both strings is unlikely to happen, but who knows?
6603 ac_cv_c_bigendian=unknown
6604 fi
6605 fi
6606fi
6607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6608else
6609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6610/* end confdefs.h. */
6611$ac_includes_default
6612int
6613main ()
6614{
6615
6616 /* Are we little or big endian? From Harbison&Steele. */
6617 union
6618 {
6619 long int l;
6620 char c[sizeof (long int)];
6621 } u;
6622 u.l = 1;
6623 return u.c[sizeof (long int) - 1] == 1;
6624
6625 ;
6626 return 0;
6627}
6628_ACEOF
6629if ac_fn_c_try_run "$LINENO"; then :
6630 ac_cv_c_bigendian=no
6631else
6632 ac_cv_c_bigendian=yes
6633fi
6634rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6635 conftest.$ac_objext conftest.beam conftest.$ac_ext
6636fi
6637
6638 fi
6639fi
6640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6641$as_echo "$ac_cv_c_bigendian" >&6; }
6642 case $ac_cv_c_bigendian in #(
6643 yes)
6644 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6645;; #(
6646 no)
6647 ;; #(
6648 universal)
6649
6650$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6651
6652 ;; #(
6653 *)
d0ac1c44 6654 as_fn_error $? "unknown endianness
0cb8d851
MF
6655 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6656 esac
6657
6bb11ab3
L
6658
6659
6660
c25ea03d 6661if test "x$cross_compiling" = "xno"; then
aa0fca16 6662 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6663 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6664 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6665 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6666 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6667else
aa0fca16 6668 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6669 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6670 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6671 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6672 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6673fi
6674
6675
6676
c25ea03d 6677
c2783492 6678
aa0fca16
MF
6679
6680
a3e2cc64
MF
6681if test -n "$ac_tool_prefix"; then
6682 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6683set dummy ${ac_tool_prefix}ar; ac_word=$2
6684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6685$as_echo_n "checking for $ac_word... " >&6; }
6686if ${ac_cv_prog_AR+:} false; then :
6687 $as_echo_n "(cached) " >&6
6688else
6689 if test -n "$AR"; then
6690 ac_cv_prog_AR="$AR" # Let the user override the test.
6691else
6692as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6693for as_dir in $PATH
6694do
6695 IFS=$as_save_IFS
6696 test -z "$as_dir" && as_dir=.
6697 for ac_exec_ext in '' $ac_executable_extensions; do
6698 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6699 ac_cv_prog_AR="${ac_tool_prefix}ar"
6700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6701 break 2
6702 fi
6703done
6704 done
6705IFS=$as_save_IFS
6706
6707fi
6708fi
6709AR=$ac_cv_prog_AR
6710if test -n "$AR"; then
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6712$as_echo "$AR" >&6; }
6713else
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6715$as_echo "no" >&6; }
6716fi
6717
6718
6719fi
6720if test -z "$ac_cv_prog_AR"; then
6721 ac_ct_AR=$AR
6722 # Extract the first word of "ar", so it can be a program name with args.
6723set dummy ar; ac_word=$2
6724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6725$as_echo_n "checking for $ac_word... " >&6; }
6726if ${ac_cv_prog_ac_ct_AR+:} false; then :
6727 $as_echo_n "(cached) " >&6
6728else
6729 if test -n "$ac_ct_AR"; then
6730 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6731else
6732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6733for as_dir in $PATH
6734do
6735 IFS=$as_save_IFS
6736 test -z "$as_dir" && as_dir=.
6737 for ac_exec_ext in '' $ac_executable_extensions; do
6738 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6739 ac_cv_prog_ac_ct_AR="ar"
6740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6741 break 2
6742 fi
6743done
6744 done
6745IFS=$as_save_IFS
6746
6747fi
6748fi
6749ac_ct_AR=$ac_cv_prog_ac_ct_AR
6750if test -n "$ac_ct_AR"; then
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6752$as_echo "$ac_ct_AR" >&6; }
6753else
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6755$as_echo "no" >&6; }
6756fi
6757
6758 if test "x$ac_ct_AR" = x; then
6759 AR=""
6760 else
6761 case $cross_compiling:$ac_tool_warned in
6762yes:)
6763{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6764$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6765ac_tool_warned=yes ;;
6766esac
6767 AR=$ac_ct_AR
6768 fi
6769else
6770 AR="$ac_cv_prog_AR"
6771fi
6bb11ab3
L
6772
6773if test -n "$ac_tool_prefix"; then
6774 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6775set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6777$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6778if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6779 $as_echo_n "(cached) " >&6
6780else
6781 if test -n "$RANLIB"; then
6782 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6783else
6784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6785for as_dir in $PATH
6786do
6787 IFS=$as_save_IFS
6788 test -z "$as_dir" && as_dir=.
6789 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6791 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6793 break 2
6794 fi
6795done
6796 done
6797IFS=$as_save_IFS
6798
6799fi
6800fi
6801RANLIB=$ac_cv_prog_RANLIB
6802if test -n "$RANLIB"; then
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6804$as_echo "$RANLIB" >&6; }
6805else
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6807$as_echo "no" >&6; }
6808fi
6809
6810
6811fi
6812if test -z "$ac_cv_prog_RANLIB"; then
6813 ac_ct_RANLIB=$RANLIB
6814 # Extract the first word of "ranlib", so it can be a program name with args.
6815set dummy ranlib; ac_word=$2
6816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6817$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6818if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6819 $as_echo_n "(cached) " >&6
6820else
6821 if test -n "$ac_ct_RANLIB"; then
6822 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6823else
6824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6825for as_dir in $PATH
6826do
6827 IFS=$as_save_IFS
6828 test -z "$as_dir" && as_dir=.
6829 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6831 ac_cv_prog_ac_ct_RANLIB="ranlib"
6832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6833 break 2
6834 fi
6835done
6836 done
6837IFS=$as_save_IFS
6838
6839fi
6840fi
6841ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6842if test -n "$ac_ct_RANLIB"; then
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6844$as_echo "$ac_ct_RANLIB" >&6; }
6845else
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6847$as_echo "no" >&6; }
6848fi
6849
6850 if test "x$ac_ct_RANLIB" = x; then
6851 RANLIB=":"
6852 else
6853 case $cross_compiling:$ac_tool_warned in
6854yes:)
6855{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6856$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6857ac_tool_warned=yes ;;
6858esac
6859 RANLIB=$ac_ct_RANLIB
6860 fi
6861else
6862 RANLIB="$ac_cv_prog_RANLIB"
6863fi
6864
6865
46f900c0
MF
6866# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6867# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6868# is C99. So handle it ourselves.
6869:
6870C_DIALECT=
6871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6872$as_echo_n "checking whether C11 is supported by default... " >&6; }
6873cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6874/* end confdefs.h. */
6875
6876#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6877# error "C11 support not found"
6878#endif
6879
6880_ACEOF
6881if ac_fn_c_try_compile "$LINENO"; then :
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6883$as_echo "yes" >&6; }
6884else
6885
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6887$as_echo "no" >&6; }
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6889$as_echo_n "checking for -std=c11 support... " >&6; }
6890 ac_save_CC="$CC"
6891 CC="$CC -std=c11"
6892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6893/* end confdefs.h. */
6894
6895#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6896# error "C11 support not found"
6897#endif
6898
6899_ACEOF
6900if ac_fn_c_try_compile "$LINENO"; then :
6901
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6903$as_echo "yes" >&6; }
6904 CC="$ac_save_CC"
6905 C_DIALECT="-std=c11"
6906
6907else
6908 as_fn_error $? "C11 is required" "$LINENO" 5
6909fi
6910rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6911fi
6912rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6913
6914
c2783492
MF
6915ac_config_headers="$ac_config_headers config.h:config.in"
6916
6917
6bb11ab3
L
6918# Some of the common include files depend on bfd.h, and bfd.h checks
6919# that config.h is included first by testing that the PACKAGE macro
6920# is defined.
6921PACKAGE=sim
6922
6923cat >>confdefs.h <<_ACEOF
6924#define PACKAGE "$PACKAGE"
6925_ACEOF
6926
6927
6928
6929# Dependency checking.
6930ac_config_commands="$ac_config_commands depdir"
6931
6932
6933depcc="$CC" am_compiler_list=
6934
6935am_depcomp=$ac_aux_dir/depcomp
6936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6937$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6938if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6939 $as_echo_n "(cached) " >&6
6940else
6941 if test -f "$am_depcomp"; then
6942 # We make a subdir and do the tests there. Otherwise we can end up
6943 # making bogus files that we don't know about and never remove. For
6944 # instance it was reported that on HP-UX the gcc test will end up
6945 # making a dummy file named `D' -- because `-MD' means `put the output
6946 # in D'.
6947 mkdir conftest.dir
6948 # Copy depcomp to subdir because otherwise we won't find it if we're
6949 # using a relative directory.
6950 cp "$am_depcomp" conftest.dir
6951 cd conftest.dir
6952 # We will build objects and dependencies in a subdirectory because
6953 # it helps to detect inapplicable dependency modes. For instance
6954 # both Tru64's cc and ICC support -MD to output dependencies as a
6955 # side effect of compilation, but ICC will put the dependencies in
6956 # the current directory while Tru64 will put them in the object
6957 # directory.
6958 mkdir sub
6959
6960 am_cv_CC_dependencies_compiler_type=none
6961 if test "$am_compiler_list" = ""; then
6962 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6963 fi
6964 for depmode in $am_compiler_list; do
6965 if test $depmode = none; then break; fi
6966
6967 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6968 # Setup a source with many dependencies, because some compilers
6969 # like to wrap large dependency lists on column 80 (with \), and
6970 # we should not choose a depcomp mode which is confused by this.
6971 #
6972 # We need to recreate these files for each test, as the compiler may
6973 # overwrite some of them when testing with obscure command lines.
6974 # This happens at least with the AIX C compiler.
6975 : > sub/conftest.c
6976 for i in 1 2 3 4 5 6; do
6977 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6978 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6979 # Solaris 8's {/usr,}/bin/sh.
6980 touch sub/conftst$i.h
6981 done
6982 echo "include sub/conftest.Po" > confmf
6983
6984 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6985 # mode. It turns out that the SunPro C++ compiler does not properly
6986 # handle `-M -o', and we need to detect this.
6987 depcmd="depmode=$depmode \
6988 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6989 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6990 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6991 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6992 if env $depcmd > conftest.err 2>&1 &&
6993 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6994 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6995 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6996 # icc doesn't choke on unknown options, it will just issue warnings
6997 # or remarks (even with -Werror). So we grep stderr for any message
6998 # that says an option was ignored or not supported.
6999 # When given -MP, icc 7.0 and 7.1 complain thusly:
7000 # icc: Command line warning: ignoring option '-M'; no argument required
7001 # The diagnosis changed in icc 8.0:
7002 # icc: Command line remark: option '-MP' not supported
7003 if (grep 'ignoring option' conftest.err ||
7004 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7005 am_cv_CC_dependencies_compiler_type=$depmode
7006 $as_echo "$as_me:$LINENO: success" >&5
7007 break
7008 fi
7009 fi
7010 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7011 sed -e 's/^/| /' < conftest.err >&5
7012 done
7013
7014 cd ..
7015 rm -rf conftest.dir
7016else
7017 am_cv_CC_dependencies_compiler_type=none
7018fi
7019
7020fi
7021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7022$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7023if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7024then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7025else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7026
7027fi
7028
7029
6bb11ab3
L
7030ALL_LINGUAS=
7031# If we haven't got the data from the intl directory,
7032# assume NLS is disabled.
7033USE_NLS=no
7034LIBINTL=
7035LIBINTL_DEP=
7036INCINTL=
7037XGETTEXT=
7038GMSGFMT=
7039POSUB=
7040
7041if test -f ../../intl/config.intl; then
7042 . ../../intl/config.intl
7043fi
7044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7045$as_echo_n "checking whether NLS is requested... " >&6; }
7046if test x"$USE_NLS" != xyes; then
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7048$as_echo "no" >&6; }
7049else
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7051$as_echo "yes" >&6; }
7052
7053$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7054
7055
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7057$as_echo_n "checking for catalogs to be installed... " >&6; }
7058 # Look for .po and .gmo files in the source directory.
7059 CATALOGS=
7060 XLINGUAS=
7061 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7062 # If there aren't any .gmo files the shell will give us the
7063 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7064 # weeded out.
7065 case "$cat" in *\**)
7066 continue;;
7067 esac
7068 # The quadruple backslash is collapsed to a double backslash
7069 # by the backticks, then collapsed again by the double quotes,
7070 # leaving us with one backslash in the sed expression (right
7071 # before the dot that mustn't act as a wildcard).
7072 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7073 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7074 # The user is allowed to set LINGUAS to a list of languages to
7075 # install catalogs for. If it's empty that means "all of them."
7076 if test "x$LINGUAS" = x; then
7077 CATALOGS="$CATALOGS $cat"
7078 XLINGUAS="$XLINGUAS $lang"
7079 else
7080 case "$LINGUAS" in *$lang*)
7081 CATALOGS="$CATALOGS $cat"
7082 XLINGUAS="$XLINGUAS $lang"
7083 ;;
7084 esac
7085 fi
7086 done
7087 LINGUAS="$XLINGUAS"
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7089$as_echo "$LINGUAS" >&6; }
7090
7091
7092 DATADIRNAME=share
7093
7094 INSTOBJEXT=.mo
7095
7096 GENCAT=gencat
7097
7098 CATOBJEXT=.gmo
7099
7100fi
7101
6bb11ab3
L
7102# Check for socket libraries
7103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7104$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7105if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7106 $as_echo_n "(cached) " >&6
7107else
7108 ac_check_lib_save_LIBS=$LIBS
7109LIBS="-lsocket $LIBS"
7110cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7111/* end confdefs.h. */
7112
7113/* Override any GCC internal prototype to avoid an error.
7114 Use char because int might match the return type of a GCC
7115 builtin and then its argument prototype would still apply. */
7116#ifdef __cplusplus
7117extern "C"
7118#endif
7119char bind ();
7120int
7121main ()
7122{
7123return bind ();
7124 ;
7125 return 0;
7126}
7127_ACEOF
7128if ac_fn_c_try_link "$LINENO"; then :
7129 ac_cv_lib_socket_bind=yes
7130else
7131 ac_cv_lib_socket_bind=no
7132fi
7133rm -f core conftest.err conftest.$ac_objext \
7134 conftest$ac_exeext conftest.$ac_ext
7135LIBS=$ac_check_lib_save_LIBS
7136fi
7137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7138$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7139if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7140 cat >>confdefs.h <<_ACEOF
7141#define HAVE_LIBSOCKET 1
7142_ACEOF
7143
7144 LIBS="-lsocket $LIBS"
7145
7146fi
7147
7148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7149$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7150if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7151 $as_echo_n "(cached) " >&6
7152else
7153 ac_check_lib_save_LIBS=$LIBS
7154LIBS="-lnsl $LIBS"
7155cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7156/* end confdefs.h. */
7157
7158/* Override any GCC internal prototype to avoid an error.
7159 Use char because int might match the return type of a GCC
7160 builtin and then its argument prototype would still apply. */
7161#ifdef __cplusplus
7162extern "C"
7163#endif
7164char gethostbyname ();
7165int
7166main ()
7167{
7168return gethostbyname ();
7169 ;
7170 return 0;
7171}
7172_ACEOF
7173if ac_fn_c_try_link "$LINENO"; then :
7174 ac_cv_lib_nsl_gethostbyname=yes
7175else
7176 ac_cv_lib_nsl_gethostbyname=no
7177fi
7178rm -f core conftest.err conftest.$ac_objext \
7179 conftest$ac_exeext conftest.$ac_ext
7180LIBS=$ac_check_lib_save_LIBS
7181fi
7182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7183$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7184if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7185 cat >>confdefs.h <<_ACEOF
7186#define HAVE_LIBNSL 1
7187_ACEOF
7188
7189 LIBS="-lnsl $LIBS"
7190
7191fi
7192
7193
7194# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7195# using the same condition.
7196
aadc9410 7197 # Use the system's zlib library.
7fed4b0b
L
7198 zlibdir="-L\$(top_builddir)/../zlib"
7199 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7200
aadc9410
MF
7201# Check whether --with-system-zlib was given.
7202if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7203 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7204 zlibdir=
7205 zlibinc=
7206 fi
6bb11ab3
L
7207
7208fi
7209
6bb11ab3 7210
6bb11ab3 7211
6bb11ab3
L
7212
7213
7214# BFD uses libdl when when plugins enabled.
7215
faa743bb
RM
7216 maybe_plugins=no
7217 for ac_header in dlfcn.h
7218do :
7219 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7220"
d0ac1c44 7221if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7222 cat >>confdefs.h <<_ACEOF
7223#define HAVE_DLFCN_H 1
7224_ACEOF
7225 maybe_plugins=yes
7226fi
7227
7228done
7229
7230 for ac_header in windows.h
7231do :
7232 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7233"
d0ac1c44 7234if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7235 cat >>confdefs.h <<_ACEOF
7236#define HAVE_WINDOWS_H 1
7237_ACEOF
7238 maybe_plugins=yes
7239fi
7240
7241done
7242
7243
7244 # Check whether --enable-plugins was given.
6bb11ab3
L
7245if test "${enable_plugins+set}" = set; then :
7246 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7247 no) plugins=no ;;
7248 *) plugins=yes
7249 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7250 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7251 fi ;;
7252 esac
6bb11ab3 7253else
faa743bb
RM
7254 plugins=$maybe_plugins
7255
6bb11ab3
L
7256fi
7257
2974be62 7258 if test "$plugins" = "yes"; then
37f980dc
SM
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7260$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7261if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7262 $as_echo_n "(cached) " >&6
7263else
7264 ac_func_search_save_LIBS=$LIBS
7265cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7266/* end confdefs.h. */
7267
7268/* Override any GCC internal prototype to avoid an error.
7269 Use char because int might match the return type of a GCC
7270 builtin and then its argument prototype would still apply. */
7271#ifdef __cplusplus
7272extern "C"
7273#endif
37f980dc 7274char dlsym ();
2974be62
AM
7275int
7276main ()
7277{
37f980dc 7278return dlsym ();
2974be62
AM
7279 ;
7280 return 0;
7281}
7282_ACEOF
7283for ac_lib in '' dl; do
7284 if test -z "$ac_lib"; then
7285 ac_res="none required"
7286 else
7287 ac_res=-l$ac_lib
7288 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7289 fi
7290 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7291 ac_cv_search_dlsym=$ac_res
2974be62
AM
7292fi
7293rm -f core conftest.err conftest.$ac_objext \
7294 conftest$ac_exeext
d0ac1c44 7295 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7296 break
7297fi
7298done
d0ac1c44 7299if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7300
7301else
37f980dc 7302 ac_cv_search_dlsym=no
2974be62
AM
7303fi
7304rm conftest.$ac_ext
7305LIBS=$ac_func_search_save_LIBS
7306fi
37f980dc
SM
7307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7308$as_echo "$ac_cv_search_dlsym" >&6; }
7309ac_res=$ac_cv_search_dlsym
2974be62
AM
7310if test "$ac_res" != no; then :
7311 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7312
7313fi
7314
7315 fi
6bb11ab3
L
7316
7317 if test "$plugins" = yes; then
7318 PLUGINS_TRUE=
7319 PLUGINS_FALSE='#'
7320else
7321 PLUGINS_TRUE='#'
7322 PLUGINS_FALSE=
7323fi
7324
7325
7326
7327
7328
7329# Set options
7330enable_dlopen=yes
7331
7332
7333
7334
7335 enable_win32_dll=no
7336
7337
7338 # Check whether --enable-shared was given.
7339if test "${enable_shared+set}" = set; then :
7340 enableval=$enable_shared; p=${PACKAGE-default}
7341 case $enableval in
7342 yes) enable_shared=yes ;;
7343 no) enable_shared=no ;;
7344 *)
7345 enable_shared=no
7346 # Look at the argument we got. We use all the common list separators.
7347 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7348 for pkg in $enableval; do
7349 IFS="$lt_save_ifs"
7350 if test "X$pkg" = "X$p"; then
7351 enable_shared=yes
7352 fi
7353 done
7354 IFS="$lt_save_ifs"
7355 ;;
7356 esac
7357else
7358 enable_shared=yes
7359fi
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369 # Check whether --enable-static was given.
7370if test "${enable_static+set}" = set; then :
7371 enableval=$enable_static; p=${PACKAGE-default}
7372 case $enableval in
7373 yes) enable_static=yes ;;
7374 no) enable_static=no ;;
7375 *)
7376 enable_static=no
7377 # Look at the argument we got. We use all the common list separators.
7378 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7379 for pkg in $enableval; do
7380 IFS="$lt_save_ifs"
7381 if test "X$pkg" = "X$p"; then
7382 enable_static=yes
7383 fi
7384 done
7385 IFS="$lt_save_ifs"
7386 ;;
7387 esac
7388else
7389 enable_static=yes
7390fi
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401# Check whether --with-pic was given.
7402if test "${with_pic+set}" = set; then :
7403 withval=$with_pic; pic_mode="$withval"
7404else
7405 pic_mode=default
7406fi
7407
7408
7409test -z "$pic_mode" && pic_mode=default
7410
7411
7412
7413
7414
7415
7416
7417 # Check whether --enable-fast-install was given.
7418if test "${enable_fast_install+set}" = set; then :
7419 enableval=$enable_fast_install; p=${PACKAGE-default}
7420 case $enableval in
7421 yes) enable_fast_install=yes ;;
7422 no) enable_fast_install=no ;;
7423 *)
7424 enable_fast_install=no
7425 # Look at the argument we got. We use all the common list separators.
7426 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7427 for pkg in $enableval; do
7428 IFS="$lt_save_ifs"
7429 if test "X$pkg" = "X$p"; then
7430 enable_fast_install=yes
7431 fi
7432 done
7433 IFS="$lt_save_ifs"
7434 ;;
7435 esac
7436else
7437 enable_fast_install=yes
7438fi
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450# This can be used to rebuild libtool when needed
7451LIBTOOL_DEPS="$ltmain"
7452
7453# Always use our own libtool.
7454LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481test -z "$LN_S" && LN_S="ln -s"
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496if test -n "${ZSH_VERSION+set}" ; then
7497 setopt NO_GLOB_SUBST
c28c63d8 7498fi
c28c63d8 7499
6bb11ab3
L
7500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7501$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7502if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7503 $as_echo_n "(cached) " >&6
7504else
7505 rm -f .libs 2>/dev/null
7506mkdir .libs 2>/dev/null
7507if test -d .libs; then
7508 lt_cv_objdir=.libs
7509else
7510 # MS-DOS does not allow filenames that begin with a dot.
7511 lt_cv_objdir=_libs
7512fi
7513rmdir .libs 2>/dev/null
7514fi
7515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7516$as_echo "$lt_cv_objdir" >&6; }
7517objdir=$lt_cv_objdir
7518
7519
7520
7521
7522
7523cat >>confdefs.h <<_ACEOF
7524#define LT_OBJDIR "$lt_cv_objdir/"
7525_ACEOF
7526
7527
7528
7529
7530case $host_os in
7531aix3*)
7532 # AIX sometimes has problems with the GCC collect2 program. For some
7533 # reason, if we set the COLLECT_NAMES environment variable, the problems
7534 # vanish in a puff of smoke.
7535 if test "X${COLLECT_NAMES+set}" != Xset; then
7536 COLLECT_NAMES=
7537 export COLLECT_NAMES
7538 fi
7539 ;;
81ecdfbb 7540esac
6bb11ab3
L
7541
7542# Global variables:
7543ofile=libtool
7544can_build_shared=yes
7545
7546# All known linkers require a `.a' archive for static linking (except MSVC,
7547# which needs '.lib').
7548libext=a
7549
7550with_gnu_ld="$lt_cv_prog_gnu_ld"
7551
7552old_CC="$CC"
7553old_CFLAGS="$CFLAGS"
7554
7555# Set sane defaults for various variables
7556test -z "$CC" && CC=cc
7557test -z "$LTCC" && LTCC=$CC
7558test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7559test -z "$LD" && LD=ld
7560test -z "$ac_objext" && ac_objext=o
7561
7562for cc_temp in $compiler""; do
7563 case $cc_temp in
7564 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7565 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7566 \-*) ;;
7567 *) break;;
7568 esac
7569done
7570cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7571
7572
7573# Only perform the check for file, if the check method requires it
7574test -z "$MAGIC_CMD" && MAGIC_CMD=file
7575case $deplibs_check_method in
7576file_magic*)
7577 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7579$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7580if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7581 $as_echo_n "(cached) " >&6
7582else
7583 case $MAGIC_CMD in
7584[\\/*] | ?:[\\/]*)
7585 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7586 ;;
7587*)
7588 lt_save_MAGIC_CMD="$MAGIC_CMD"
7589 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7590 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7591 for ac_dir in $ac_dummy; do
7592 IFS="$lt_save_ifs"
7593 test -z "$ac_dir" && ac_dir=.
7594 if test -f $ac_dir/${ac_tool_prefix}file; then
7595 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7596 if test -n "$file_magic_test_file"; then
7597 case $deplibs_check_method in
7598 "file_magic "*)
7599 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7600 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7601 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7602 $EGREP "$file_magic_regex" > /dev/null; then
7603 :
7604 else
7605 cat <<_LT_EOF 1>&2
7606
7607*** Warning: the command libtool uses to detect shared libraries,
7608*** $file_magic_cmd, produces output that libtool cannot recognize.
7609*** The result is that libtool may fail to recognize shared libraries
7610*** as such. This will affect the creation of libtool libraries that
7611*** depend on shared libraries, but programs linked with such libtool
7612*** libraries will work regardless of this problem. Nevertheless, you
7613*** may want to report the problem to your system manager and/or to
7614*** bug-libtool@gnu.org
7615
7616_LT_EOF
7617 fi ;;
7618 esac
7619 fi
7620 break
c28c63d8 7621 fi
6bb11ab3
L
7622 done
7623 IFS="$lt_save_ifs"
7624 MAGIC_CMD="$lt_save_MAGIC_CMD"
7625 ;;
7626esac
c28c63d8 7627fi
c28c63d8 7628
6bb11ab3
L
7629MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7630if test -n "$MAGIC_CMD"; then
7631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7632$as_echo "$MAGIC_CMD" >&6; }
7633else
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7635$as_echo "no" >&6; }
7636fi
81ecdfbb 7637
6bb11ab3
L
7638
7639
7640
7641
7642if test -z "$lt_cv_path_MAGIC_CMD"; then
7643 if test -n "$ac_tool_prefix"; then
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7645$as_echo_n "checking for file... " >&6; }
d0ac1c44 7646if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7647 $as_echo_n "(cached) " >&6
7648else
7649 case $MAGIC_CMD in
7650[\\/*] | ?:[\\/]*)
7651 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7652 ;;
7653*)
7654 lt_save_MAGIC_CMD="$MAGIC_CMD"
7655 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7656 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7657 for ac_dir in $ac_dummy; do
7658 IFS="$lt_save_ifs"
7659 test -z "$ac_dir" && ac_dir=.
7660 if test -f $ac_dir/file; then
7661 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7662 if test -n "$file_magic_test_file"; then
7663 case $deplibs_check_method in
7664 "file_magic "*)
7665 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7666 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7667 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7668 $EGREP "$file_magic_regex" > /dev/null; then
7669 :
7670 else
7671 cat <<_LT_EOF 1>&2
7672
7673*** Warning: the command libtool uses to detect shared libraries,
7674*** $file_magic_cmd, produces output that libtool cannot recognize.
7675*** The result is that libtool may fail to recognize shared libraries
7676*** as such. This will affect the creation of libtool libraries that
7677*** depend on shared libraries, but programs linked with such libtool
7678*** libraries will work regardless of this problem. Nevertheless, you
7679*** may want to report the problem to your system manager and/or to
7680*** bug-libtool@gnu.org
7681
7682_LT_EOF
7683 fi ;;
7684 esac
7685 fi
7686 break
7687 fi
7688 done
7689 IFS="$lt_save_ifs"
7690 MAGIC_CMD="$lt_save_MAGIC_CMD"
7691 ;;
81ecdfbb 7692esac
6bb11ab3
L
7693fi
7694
7695MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7696if test -n "$MAGIC_CMD"; then
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7698$as_echo "$MAGIC_CMD" >&6; }
7699else
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7701$as_echo "no" >&6; }
7702fi
7703
7704
7705 else
7706 MAGIC_CMD=:
7707 fi
7708fi
7709
7710 fi
7711 ;;
7712esac
7713
7714# Use C for the default configuration in the libtool script
7715
7716lt_save_CC="$CC"
7717ac_ext=c
7718ac_cpp='$CPP $CPPFLAGS'
7719ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7720ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7721ac_compiler_gnu=$ac_cv_c_compiler_gnu
7722
7723
7724# Source file extension for C test sources.
7725ac_ext=c
7726
7727# Object file extension for compiled C test sources.
7728objext=o
7729objext=$objext
7730
7731# Code to be used in simple compile tests
7732lt_simple_compile_test_code="int some_variable = 0;"
7733
7734# Code to be used in simple link tests
7735lt_simple_link_test_code='int main(){return(0);}'
7736
7737
7738
7739
7740
7741
7742
7743# If no C compiler was specified, use CC.
7744LTCC=${LTCC-"$CC"}
7745
7746# If no C compiler flags were specified, use CFLAGS.
7747LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7748
7749# Allow CC to be a program name with arguments.
7750compiler=$CC
7751
7752# Save the default compiler, since it gets overwritten when the other
7753# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7754compiler_DEFAULT=$CC
7755
7756# save warnings/boilerplate of simple test code
7757ac_outfile=conftest.$ac_objext
7758echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7759eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7760_lt_compiler_boilerplate=`cat conftest.err`
7761$RM conftest*
7762
7763ac_outfile=conftest.$ac_objext
7764echo "$lt_simple_link_test_code" >conftest.$ac_ext
7765eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7766_lt_linker_boilerplate=`cat conftest.err`
7767$RM -r conftest*
7768
7769
7770## CAVEAT EMPTOR:
7771## There is no encapsulation within the following macros, do not change
7772## the running order or otherwise move them around unless you know exactly
7773## what you are doing...
7774if test -n "$compiler"; then
7775
7776lt_prog_compiler_no_builtin_flag=
7777
7778if test "$GCC" = yes; then
7779 case $cc_basename in
7780 nvcc*)
7781 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7782 *)
7783 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
c28c63d8 7784 esac
6bb11ab3
L
7785
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7787$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7788if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7789 $as_echo_n "(cached) " >&6
c28c63d8 7790else
6bb11ab3
L
7791 lt_cv_prog_compiler_rtti_exceptions=no
7792 ac_outfile=conftest.$ac_objext
7793 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7794 lt_compiler_flag="-fno-rtti -fno-exceptions"
7795 # Insert the option either (1) after the last *FLAGS variable, or
7796 # (2) before a word containing "conftest.", or (3) at the end.
7797 # Note that $ac_compile itself does not contain backslashes and begins
7798 # with a dollar sign (not a hyphen), so the echo should work correctly.
7799 # The option is referenced via a variable to avoid confusing sed.
7800 lt_compile=`echo "$ac_compile" | $SED \
7801 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7802 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7803 -e 's:$: $lt_compiler_flag:'`
7804 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7805 (eval "$lt_compile" 2>conftest.err)
7806 ac_status=$?
7807 cat conftest.err >&5
7808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7809 if (exit $ac_status) && test -s "$ac_outfile"; then
7810 # The compiler can only warn and ignore the option if not recognized
7811 # So say no if there are warnings other than the usual output.
7812 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7813 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7814 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7815 lt_cv_prog_compiler_rtti_exceptions=yes
7816 fi
7817 fi
7818 $RM conftest*
7819
c28c63d8 7820fi
6bb11ab3
L
7821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7822$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7823
7824if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7825 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7826else
7827 :
7828fi
7829
7830fi
7831
7832
7833
7834
7835
7836
7837 lt_prog_compiler_wl=
7838lt_prog_compiler_pic=
7839lt_prog_compiler_static=
7840
7841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7842$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7843
7844 if test "$GCC" = yes; then
7845 lt_prog_compiler_wl='-Wl,'
7846 lt_prog_compiler_static='-static'
7847
7848 case $host_os in
7849 aix*)
7850 # All AIX code is PIC.
7851 if test "$host_cpu" = ia64; then
7852 # AIX 5 now supports IA64 processor
7853 lt_prog_compiler_static='-Bstatic'
7854 fi
7855 lt_prog_compiler_pic='-fPIC'
7856 ;;
7857
7858 amigaos*)
7859 case $host_cpu in
7860 powerpc)
7861 # see comment about AmigaOS4 .so support
7862 lt_prog_compiler_pic='-fPIC'
7863 ;;
7864 m68k)
7865 # FIXME: we need at least 68020 code to build shared libraries, but
7866 # adding the `-m68020' flag to GCC prevents building anything better,
7867 # like `-m68040'.
7868 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7869 ;;
7870 esac
7871 ;;
7872
7873 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7874 # PIC is the default for these OSes.
7875 ;;
7876
7877 mingw* | cygwin* | pw32* | os2* | cegcc*)
7878 # This hack is so that the source file can tell whether it is being
7879 # built for inclusion in a dll (and should export symbols for example).
7880 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7881 # (--disable-auto-import) libraries
7882 lt_prog_compiler_pic='-DDLL_EXPORT'
7883 ;;
7884
7885 darwin* | rhapsody*)
7886 # PIC is the default on this platform
7887 # Common symbols not allowed in MH_DYLIB files
7888 lt_prog_compiler_pic='-fno-common'
7889 ;;
7890
7891 haiku*)
7892 # PIC is the default for Haiku.
7893 # The "-static" flag exists, but is broken.
7894 lt_prog_compiler_static=
7895 ;;
7896
7897 hpux*)
7898 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7899 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7900 # sets the default TLS model and affects inlining.
7901 case $host_cpu in
7902 hppa*64*)
7903 # +Z the default
7904 ;;
7905 *)
7906 lt_prog_compiler_pic='-fPIC'
7907 ;;
7908 esac
7909 ;;
7910
7911 interix[3-9]*)
7912 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7913 # Instead, we relocate shared libraries at runtime.
7914 ;;
7915
7916 msdosdjgpp*)
7917 # Just because we use GCC doesn't mean we suddenly get shared libraries
7918 # on systems that don't support them.
7919 lt_prog_compiler_can_build_shared=no
7920 enable_shared=no
7921 ;;
7922
7923 *nto* | *qnx*)
7924 # QNX uses GNU C++, but need to define -shared option too, otherwise
7925 # it will coredump.
7926 lt_prog_compiler_pic='-fPIC -shared'
7927 ;;
7928
7929 sysv4*MP*)
7930 if test -d /usr/nec; then
7931 lt_prog_compiler_pic=-Kconform_pic
7932 fi
7933 ;;
7934
7935 *)
7936 lt_prog_compiler_pic='-fPIC'
7937 ;;
7938 esac
7939
7940 case $cc_basename in
7941 nvcc*) # Cuda Compiler Driver 2.2
7942 lt_prog_compiler_wl='-Xlinker '
7943 lt_prog_compiler_pic='-Xcompiler -fPIC'
7944 ;;
7945 esac
7946 else
7947 # PORTME Check for flag to pass linker flags through the system compiler.
7948 case $host_os in
7949 aix*)
7950 lt_prog_compiler_wl='-Wl,'
7951 if test "$host_cpu" = ia64; then
7952 # AIX 5 now supports IA64 processor
7953 lt_prog_compiler_static='-Bstatic'
7954 else
7955 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7956 fi
7957 ;;
7958
7959 mingw* | cygwin* | pw32* | os2* | cegcc*)
7960 # This hack is so that the source file can tell whether it is being
7961 # built for inclusion in a dll (and should export symbols for example).
7962 lt_prog_compiler_pic='-DDLL_EXPORT'
7963 ;;
7964
7965 hpux9* | hpux10* | hpux11*)
7966 lt_prog_compiler_wl='-Wl,'
7967 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7968 # not for PA HP-UX.
7969 case $host_cpu in
7970 hppa*64*|ia64*)
7971 # +Z the default
7972 ;;
7973 *)
7974 lt_prog_compiler_pic='+Z'
7975 ;;
7976 esac
7977 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7978 lt_prog_compiler_static='${wl}-a ${wl}archive'
7979 ;;
7980
7981 irix5* | irix6* | nonstopux*)
7982 lt_prog_compiler_wl='-Wl,'
7983 # PIC (with -KPIC) is the default.
7984 lt_prog_compiler_static='-non_shared'
7985 ;;
7986
7987 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7988 case $cc_basename in
7989 # old Intel for x86_64 which still supported -KPIC.
7990 ecc*)
7991 lt_prog_compiler_wl='-Wl,'
7992 lt_prog_compiler_pic='-KPIC'
7993 lt_prog_compiler_static='-static'
7994 ;;
7995 # icc used to be incompatible with GCC.
7996 # ICC 10 doesn't accept -KPIC any more.
7997 icc* | ifort*)
7998 lt_prog_compiler_wl='-Wl,'
7999 lt_prog_compiler_pic='-fPIC'
8000 lt_prog_compiler_static='-static'
8001 ;;
8002 # Lahey Fortran 8.1.
8003 lf95*)
8004 lt_prog_compiler_wl='-Wl,'
8005 lt_prog_compiler_pic='--shared'
8006 lt_prog_compiler_static='--static'
8007 ;;
8008 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8009 # Portland Group compilers (*not* the Pentium gcc compiler,
8010 # which looks to be a dead project)
8011 lt_prog_compiler_wl='-Wl,'
8012 lt_prog_compiler_pic='-fpic'
8013 lt_prog_compiler_static='-Bstatic'
8014 ;;
8015 ccc*)
8016 lt_prog_compiler_wl='-Wl,'
8017 # All Alpha code is PIC.
8018 lt_prog_compiler_static='-non_shared'
8019 ;;
8020 xl* | bgxl* | bgf* | mpixl*)
8021 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8022 lt_prog_compiler_wl='-Wl,'
8023 lt_prog_compiler_pic='-qpic'
8024 lt_prog_compiler_static='-qstaticlink'
8025 ;;
8026 *)
8027 case `$CC -V 2>&1 | sed 5q` in
8028 *Sun\ F* | *Sun*Fortran*)
8029 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8030 lt_prog_compiler_pic='-KPIC'
8031 lt_prog_compiler_static='-Bstatic'
8032 lt_prog_compiler_wl=''
8033 ;;
8034 *Sun\ C*)
8035 # Sun C 5.9
8036 lt_prog_compiler_pic='-KPIC'
8037 lt_prog_compiler_static='-Bstatic'
8038 lt_prog_compiler_wl='-Wl,'
8039 ;;
8040 esac
8041 ;;
8042 esac
8043 ;;
8044
8045 newsos6)
8046 lt_prog_compiler_pic='-KPIC'
8047 lt_prog_compiler_static='-Bstatic'
8048 ;;
8049
8050 *nto* | *qnx*)
8051 # QNX uses GNU C++, but need to define -shared option too, otherwise
8052 # it will coredump.
8053 lt_prog_compiler_pic='-fPIC -shared'
8054 ;;
8055
8056 osf3* | osf4* | osf5*)
8057 lt_prog_compiler_wl='-Wl,'
8058 # All OSF/1 code is PIC.
8059 lt_prog_compiler_static='-non_shared'
8060 ;;
8061
8062 rdos*)
8063 lt_prog_compiler_static='-non_shared'
8064 ;;
c28c63d8 8065
6bb11ab3
L
8066 solaris*)
8067 lt_prog_compiler_pic='-KPIC'
8068 lt_prog_compiler_static='-Bstatic'
8069 case $cc_basename in
8070 f77* | f90* | f95*)
8071 lt_prog_compiler_wl='-Qoption ld ';;
8072 *)
8073 lt_prog_compiler_wl='-Wl,';;
8074 esac
8075 ;;
c28c63d8 8076
6bb11ab3
L
8077 sunos4*)
8078 lt_prog_compiler_wl='-Qoption ld '
8079 lt_prog_compiler_pic='-PIC'
8080 lt_prog_compiler_static='-Bstatic'
8081 ;;
c28c63d8 8082
6bb11ab3
L
8083 sysv4 | sysv4.2uw2* | sysv4.3*)
8084 lt_prog_compiler_wl='-Wl,'
8085 lt_prog_compiler_pic='-KPIC'
8086 lt_prog_compiler_static='-Bstatic'
8087 ;;
8088
8089 sysv4*MP*)
8090 if test -d /usr/nec ;then
8091 lt_prog_compiler_pic='-Kconform_pic'
8092 lt_prog_compiler_static='-Bstatic'
8093 fi
8094 ;;
8095
8096 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8097 lt_prog_compiler_wl='-Wl,'
8098 lt_prog_compiler_pic='-KPIC'
8099 lt_prog_compiler_static='-Bstatic'
8100 ;;
8101
8102 unicos*)
8103 lt_prog_compiler_wl='-Wl,'
8104 lt_prog_compiler_can_build_shared=no
8105 ;;
8106
8107 uts4*)
8108 lt_prog_compiler_pic='-pic'
8109 lt_prog_compiler_static='-Bstatic'
8110 ;;
8111
8112 *)
8113 lt_prog_compiler_can_build_shared=no
8114 ;;
8115 esac
8116 fi
8117
8118case $host_os in
8119 # For platforms which do not support PIC, -DPIC is meaningless:
8120 *djgpp*)
8121 lt_prog_compiler_pic=
8122 ;;
8123 *)
8124 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8125 ;;
81ecdfbb 8126esac
6bb11ab3
L
8127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8128$as_echo "$lt_prog_compiler_pic" >&6; }
8129
8130
8131
8132
8133
8134
8135#
8136# Check to make sure the PIC flag actually works.
8137#
8138if test -n "$lt_prog_compiler_pic"; then
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8140$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8141if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8142 $as_echo_n "(cached) " >&6
c28c63d8 8143else
6bb11ab3
L
8144 lt_cv_prog_compiler_pic_works=no
8145 ac_outfile=conftest.$ac_objext
8146 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8147 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8148 # Insert the option either (1) after the last *FLAGS variable, or
8149 # (2) before a word containing "conftest.", or (3) at the end.
8150 # Note that $ac_compile itself does not contain backslashes and begins
8151 # with a dollar sign (not a hyphen), so the echo should work correctly.
8152 # The option is referenced via a variable to avoid confusing sed.
8153 lt_compile=`echo "$ac_compile" | $SED \
8154 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8155 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8156 -e 's:$: $lt_compiler_flag:'`
8157 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8158 (eval "$lt_compile" 2>conftest.err)
8159 ac_status=$?
8160 cat conftest.err >&5
8161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8162 if (exit $ac_status) && test -s "$ac_outfile"; then
8163 # The compiler can only warn and ignore the option if not recognized
8164 # So say no if there are warnings other than the usual output.
8165 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8166 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8167 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8168 lt_cv_prog_compiler_pic_works=yes
8169 fi
8170 fi
8171 $RM conftest*
c28c63d8 8172
c28c63d8 8173fi
6bb11ab3
L
8174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8175$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8176
8177if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8178 case $lt_prog_compiler_pic in
8179 "" | " "*) ;;
8180 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8181 esac
8182else
8183 lt_prog_compiler_pic=
8184 lt_prog_compiler_can_build_shared=no
c28c63d8 8185fi
6bb11ab3
L
8186
8187fi
8188
8189
8190
8191
8192
8193
8194#
8195# Check to make sure the static flag actually works.
8196#
8197wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8199$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8200if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8201 $as_echo_n "(cached) " >&6
c28c63d8 8202else
6bb11ab3
L
8203 lt_cv_prog_compiler_static_works=no
8204 save_LDFLAGS="$LDFLAGS"
8205 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8206 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8207 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8208 # The linker can only warn and ignore the option if not recognized
8209 # So say no if there are warnings
8210 if test -s conftest.err; then
8211 # Append any errors to the config.log.
8212 cat conftest.err 1>&5
8213 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8214 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8215 if diff conftest.exp conftest.er2 >/dev/null; then
8216 lt_cv_prog_compiler_static_works=yes
8217 fi
8218 else
8219 lt_cv_prog_compiler_static_works=yes
8220 fi
8221 fi
8222 $RM -r conftest*
8223 LDFLAGS="$save_LDFLAGS"
c28c63d8 8224
6bb11ab3
L
8225fi
8226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8227$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
c28c63d8 8228
6bb11ab3
L
8229if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8230 :
c28c63d8 8231else
6bb11ab3 8232 lt_prog_compiler_static=
c28c63d8 8233fi
c28c63d8 8234
6bb11ab3
L
8235
8236
8237
8238
8239
8240
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8242$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8243if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8244 $as_echo_n "(cached) " >&6
81ecdfbb 8245else
6bb11ab3
L
8246 lt_cv_prog_compiler_c_o=no
8247 $RM -r conftest 2>/dev/null
8248 mkdir conftest
8249 cd conftest
8250 mkdir out
8251 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8252
8253 lt_compiler_flag="-o out/conftest2.$ac_objext"
8254 # Insert the option either (1) after the last *FLAGS variable, or
8255 # (2) before a word containing "conftest.", or (3) at the end.
8256 # Note that $ac_compile itself does not contain backslashes and begins
8257 # with a dollar sign (not a hyphen), so the echo should work correctly.
8258 lt_compile=`echo "$ac_compile" | $SED \
8259 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8260 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8261 -e 's:$: $lt_compiler_flag:'`
8262 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8263 (eval "$lt_compile" 2>out/conftest.err)
8264 ac_status=$?
8265 cat out/conftest.err >&5
8266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8267 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8268 then
8269 # The compiler can only warn and ignore the option if not recognized
8270 # So say no if there are warnings
8271 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8272 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8273 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8274 lt_cv_prog_compiler_c_o=yes
8275 fi
8276 fi
8277 chmod u+w . 2>&5
8278 $RM conftest*
8279 # SGI C++ compiler will create directory out/ii_files/ for
8280 # template instantiation
8281 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8282 $RM out/* && rmdir out
8283 cd ..
8284 $RM -r conftest
8285 $RM conftest*
8286
81ecdfbb 8287fi
6bb11ab3
L
8288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8289$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8290
8291
8292
8293
8294
8295
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8297$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8298if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8299 $as_echo_n "(cached) " >&6
8300else
6bb11ab3
L
8301 lt_cv_prog_compiler_c_o=no
8302 $RM -r conftest 2>/dev/null
8303 mkdir conftest
8304 cd conftest
8305 mkdir out
8306 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8307
8308 lt_compiler_flag="-o out/conftest2.$ac_objext"
8309 # Insert the option either (1) after the last *FLAGS variable, or
8310 # (2) before a word containing "conftest.", or (3) at the end.
8311 # Note that $ac_compile itself does not contain backslashes and begins
8312 # with a dollar sign (not a hyphen), so the echo should work correctly.
8313 lt_compile=`echo "$ac_compile" | $SED \
8314 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8315 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8316 -e 's:$: $lt_compiler_flag:'`
8317 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8318 (eval "$lt_compile" 2>out/conftest.err)
8319 ac_status=$?
8320 cat out/conftest.err >&5
8321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8322 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8323 then
8324 # The compiler can only warn and ignore the option if not recognized
8325 # So say no if there are warnings
8326 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8327 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8328 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8329 lt_cv_prog_compiler_c_o=yes
8330 fi
8331 fi
8332 chmod u+w . 2>&5
8333 $RM conftest*
8334 # SGI C++ compiler will create directory out/ii_files/ for
8335 # template instantiation
8336 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8337 $RM out/* && rmdir out
8338 cd ..
8339 $RM -r conftest
8340 $RM conftest*
8341
8342fi
8343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8344$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8345
8346
8347
8348
8349hard_links="nottested"
8350if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8351 # do not overwrite the value of need_locks provided by the user
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8353$as_echo_n "checking if we can lock with hard links... " >&6; }
8354 hard_links=yes
8355 $RM conftest*
8356 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8357 touch conftest.a
8358 ln conftest.a conftest.b 2>&5 || hard_links=no
8359 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8361$as_echo "$hard_links" >&6; }
8362 if test "$hard_links" = no; then
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8364$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8365 need_locks=warn
8366 fi
8367else
8368 need_locks=no
8369fi
8370
8371
8372
8373
8374
8375
8376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8377$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8378
8379 runpath_var=
8380 allow_undefined_flag=
8381 always_export_symbols=no
8382 archive_cmds=
8383 archive_expsym_cmds=
8384 compiler_needs_object=no
8385 enable_shared_with_static_runtimes=no
8386 export_dynamic_flag_spec=
8387 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8388 hardcode_automatic=no
8389 hardcode_direct=no
8390 hardcode_direct_absolute=no
8391 hardcode_libdir_flag_spec=
8392 hardcode_libdir_flag_spec_ld=
8393 hardcode_libdir_separator=
8394 hardcode_minus_L=no
8395 hardcode_shlibpath_var=unsupported
8396 inherit_rpath=no
8397 link_all_deplibs=unknown
8398 module_cmds=
8399 module_expsym_cmds=
8400 old_archive_from_new_cmds=
8401 old_archive_from_expsyms_cmds=
8402 thread_safe_flag_spec=
8403 whole_archive_flag_spec=
8404 # include_expsyms should be a list of space-separated symbols to be *always*
8405 # included in the symbol list
8406 include_expsyms=
8407 # exclude_expsyms can be an extended regexp of symbols to exclude
8408 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8409 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8410 # as well as any symbol that contains `d'.
8411 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8412 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8413 # platforms (ab)use it in PIC code, but their linkers get confused if
8414 # the symbol is explicitly referenced. Since portable code cannot
8415 # rely on this symbol name, it's probably fine to never include it in
8416 # preloaded symbol tables.
8417 # Exclude shared library initialization/finalization symbols.
8418 extract_expsyms_cmds=
8419
8420 case $host_os in
8421 cygwin* | mingw* | pw32* | cegcc*)
8422 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8423 # When not using gcc, we currently assume that we are using
8424 # Microsoft Visual C++.
8425 if test "$GCC" != yes; then
8426 with_gnu_ld=no
8427 fi
8428 ;;
8429 interix*)
8430 # we just hope/assume this is gcc and not c89 (= MSVC++)
8431 with_gnu_ld=yes
8432 ;;
8433 openbsd*)
8434 with_gnu_ld=no
8435 ;;
8436 esac
c28c63d8 8437
6bb11ab3
L
8438 ld_shlibs=yes
8439
8440 # On some targets, GNU ld is compatible enough with the native linker
8441 # that we're better off using the native interface for both.
8442 lt_use_gnu_ld_interface=no
8443 if test "$with_gnu_ld" = yes; then
8444 case $host_os in
8445 aix*)
8446 # The AIX port of GNU ld has always aspired to compatibility
8447 # with the native linker. However, as the warning in the GNU ld
8448 # block says, versions before 2.19.5* couldn't really create working
8449 # shared libraries, regardless of the interface used.
8450 case `$LD -v 2>&1` in
8451 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8452 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8453 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8454 *)
8455 lt_use_gnu_ld_interface=yes
8456 ;;
8457 esac
8458 ;;
8459 *)
8460 lt_use_gnu_ld_interface=yes
8461 ;;
8462 esac
8463 fi
c28c63d8 8464
6bb11ab3
L
8465 if test "$lt_use_gnu_ld_interface" = yes; then
8466 # If archive_cmds runs LD, not CC, wlarc should be empty
8467 wlarc='${wl}'
8468
8469 # Set some defaults for GNU ld with shared library support. These
8470 # are reset later if shared libraries are not supported. Putting them
8471 # here allows them to be overridden if necessary.
8472 runpath_var=LD_RUN_PATH
8473 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8474 export_dynamic_flag_spec='${wl}--export-dynamic'
8475 # ancient GNU ld didn't support --whole-archive et. al.
8476 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8477 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8478 else
8479 whole_archive_flag_spec=
8480 fi
8481 supports_anon_versioning=no
8482 case `$LD -v 2>&1` in
8483 *GNU\ gold*) supports_anon_versioning=yes ;;
8484 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8485 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8486 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8487 *\ 2.11.*) ;; # other 2.11 versions
8488 *) supports_anon_versioning=yes ;;
8489 esac
8490
8491 # See if GNU ld supports shared libraries.
8492 case $host_os in
8493 aix[3-9]*)
8494 # On AIX/PPC, the GNU linker is very broken
8495 if test "$host_cpu" != ia64; then
8496 ld_shlibs=no
8497 cat <<_LT_EOF 1>&2
8498
8499*** Warning: the GNU linker, at least up to release 2.19, is reported
8500*** to be unable to reliably create shared libraries on AIX.
8501*** Therefore, libtool is disabling shared libraries support. If you
8502*** really care for shared libraries, you may want to install binutils
8503*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8504*** You will then need to restart the configuration process.
8505
8506_LT_EOF
8507 fi
8508 ;;
8509
8510 amigaos*)
8511 case $host_cpu in
8512 powerpc)
8513 # see comment about AmigaOS4 .so support
8514 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8515 archive_expsym_cmds=''
8516 ;;
8517 m68k)
8518 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)'
8519 hardcode_libdir_flag_spec='-L$libdir'
8520 hardcode_minus_L=yes
8521 ;;
8522 esac
8523 ;;
8524
8525 beos*)
8526 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8527 allow_undefined_flag=unsupported
8528 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8529 # support --undefined. This deserves some investigation. FIXME
8530 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8531 else
8532 ld_shlibs=no
8533 fi
8534 ;;
8535
8536 cygwin* | mingw* | pw32* | cegcc*)
8537 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8538 # as there is no search path for DLLs.
8539 hardcode_libdir_flag_spec='-L$libdir'
8540 export_dynamic_flag_spec='${wl}--export-all-symbols'
8541 allow_undefined_flag=unsupported
8542 always_export_symbols=no
8543 enable_shared_with_static_runtimes=yes
8544 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8545
8546 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8547 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8548 # If the export-symbols file already is a .def file (1st line
8549 # is EXPORTS), use it as is; otherwise, prepend...
8550 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8551 cp $export_symbols $output_objdir/$soname.def;
8552 else
8553 echo EXPORTS > $output_objdir/$soname.def;
8554 cat $export_symbols >> $output_objdir/$soname.def;
8555 fi~
8556 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8557 else
8558 ld_shlibs=no
8559 fi
8560 ;;
8561
8562 haiku*)
8563 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8564 link_all_deplibs=yes
8565 ;;
8566
8567 interix[3-9]*)
8568 hardcode_direct=no
8569 hardcode_shlibpath_var=no
8570 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8571 export_dynamic_flag_spec='${wl}-E'
8572 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8573 # Instead, shared libraries are loaded at an image base (0x10000000 by
8574 # default) and relocated if they conflict, which is a slow very memory
8575 # consuming and fragmenting process. To avoid this, we pick a random,
8576 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8577 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8578 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8579 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'
8580 ;;
8581
8582 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8583 tmp_diet=no
8584 if test "$host_os" = linux-dietlibc; then
8585 case $cc_basename in
8586 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8587 esac
8588 fi
8589 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8590 && test "$tmp_diet" = no
8591 then
ae7d0cac 8592 tmp_addflag=' $pic_flag'
6bb11ab3
L
8593 tmp_sharedflag='-shared'
8594 case $cc_basename,$host_cpu in
8595 pgcc*) # Portland Group C compiler
8596 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'
8597 tmp_addflag=' $pic_flag'
8598 ;;
8599 pgf77* | pgf90* | pgf95* | pgfortran*)
8600 # Portland Group f77 and f90 compilers
8601 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'
8602 tmp_addflag=' $pic_flag -Mnomain' ;;
8603 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8604 tmp_addflag=' -i_dynamic' ;;
8605 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8606 tmp_addflag=' -i_dynamic -nofor_main' ;;
8607 ifc* | ifort*) # Intel Fortran compiler
8608 tmp_addflag=' -nofor_main' ;;
8609 lf95*) # Lahey Fortran 8.1
8610 whole_archive_flag_spec=
8611 tmp_sharedflag='--shared' ;;
8612 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8613 tmp_sharedflag='-qmkshrobj'
8614 tmp_addflag= ;;
8615 nvcc*) # Cuda Compiler Driver 2.2
8616 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'
8617 compiler_needs_object=yes
8618 ;;
8619 esac
8620 case `$CC -V 2>&1 | sed 5q` in
8621 *Sun\ C*) # Sun C 5.9
8622 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'
8623 compiler_needs_object=yes
8624 tmp_sharedflag='-G' ;;
8625 *Sun\ F*) # Sun Fortran 8.3
8626 tmp_sharedflag='-G' ;;
8627 esac
8628 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8629
8630 if test "x$supports_anon_versioning" = xyes; then
8631 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8632 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8633 echo "local: *; };" >> $output_objdir/$libname.ver~
8634 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8635 fi
8636
8637 case $cc_basename in
8638 xlf* | bgf* | bgxlf* | mpixlf*)
8639 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8640 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8641 hardcode_libdir_flag_spec=
8642 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8643 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8644 if test "x$supports_anon_versioning" = xyes; then
8645 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8646 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8647 echo "local: *; };" >> $output_objdir/$libname.ver~
8648 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8649 fi
8650 ;;
8651 esac
8652 else
8653 ld_shlibs=no
8654 fi
8655 ;;
8656
8657 netbsd*)
8658 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8659 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8660 wlarc=
8661 else
8662 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8663 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8664 fi
8665 ;;
8666
8667 solaris*)
8668 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8669 ld_shlibs=no
8670 cat <<_LT_EOF 1>&2
8671
8672*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8673*** create shared libraries on Solaris systems. Therefore, libtool
8674*** is disabling shared libraries support. We urge you to upgrade GNU
8675*** binutils to release 2.9.1 or newer. Another option is to modify
8676*** your PATH or compiler configuration so that the native linker is
8677*** used, and then restart.
8678
8679_LT_EOF
8680 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8681 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8682 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8683 else
8684 ld_shlibs=no
8685 fi
8686 ;;
8687
8688 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8689 case `$LD -v 2>&1` in
8690 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8691 ld_shlibs=no
8692 cat <<_LT_EOF 1>&2
8693
8694*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8695*** reliably create shared libraries on SCO systems. Therefore, libtool
8696*** is disabling shared libraries support. We urge you to upgrade GNU
8697*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8698*** your PATH or compiler configuration so that the native linker is
8699*** used, and then restart.
8700
8701_LT_EOF
8702 ;;
8703 *)
8704 # For security reasons, it is highly recommended that you always
8705 # use absolute paths for naming shared libraries, and exclude the
8706 # DT_RUNPATH tag from executables and libraries. But doing so
8707 # requires that you compile everything twice, which is a pain.
8708 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8709 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8710 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8711 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8712 else
8713 ld_shlibs=no
8714 fi
8715 ;;
8716 esac
8717 ;;
8718
8719 sunos4*)
8720 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8721 wlarc=
8722 hardcode_direct=yes
8723 hardcode_shlibpath_var=no
8724 ;;
8725
8726 *)
8727 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8728 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8729 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8730 else
8731 ld_shlibs=no
8732 fi
8733 ;;
8734 esac
8735
8736 if test "$ld_shlibs" = no; then
8737 runpath_var=
8738 hardcode_libdir_flag_spec=
8739 export_dynamic_flag_spec=
8740 whole_archive_flag_spec=
8741 fi
8742 else
8743 # PORTME fill in a description of your system's linker (not GNU ld)
8744 case $host_os in
8745 aix3*)
8746 allow_undefined_flag=unsupported
8747 always_export_symbols=yes
8748 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'
8749 # Note: this linker hardcodes the directories in LIBPATH if there
8750 # are no directories specified by -L.
8751 hardcode_minus_L=yes
8752 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8753 # Neither direct hardcoding nor static linking is supported with a
8754 # broken collect2.
8755 hardcode_direct=unsupported
8756 fi
8757 ;;
8758
8759 aix[4-9]*)
8760 if test "$host_cpu" = ia64; then
8761 # On IA64, the linker does run time linking by default, so we don't
8762 # have to do anything special.
8763 aix_use_runtimelinking=no
8764 exp_sym_flag='-Bexport'
8765 no_entry_flag=""
8766 else
8767 # If we're using GNU nm, then we don't want the "-C" option.
8768 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8769 # Also, AIX nm treats weak defined symbols like other global
8770 # defined symbols, whereas GNU nm marks them as "W".
8771 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8772 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'
8773 else
5c887dd5 8774 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
8775 fi
8776 aix_use_runtimelinking=no
8777
8778 # Test if we are trying to use run time linking or normal
8779 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8780 # need to do runtime linking.
8781 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8782 for ld_flag in $LDFLAGS; do
8783 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8784 aix_use_runtimelinking=yes
8785 break
8786 fi
8787 done
8788 ;;
8789 esac
8790
8791 exp_sym_flag='-bexport'
8792 no_entry_flag='-bnoentry'
8793 fi
8794
8795 # When large executables or shared objects are built, AIX ld can
8796 # have problems creating the table of contents. If linking a library
8797 # or program results in "error TOC overflow" add -mminimal-toc to
8798 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8799 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8800
8801 archive_cmds=''
8802 hardcode_direct=yes
8803 hardcode_direct_absolute=yes
8804 hardcode_libdir_separator=':'
8805 link_all_deplibs=yes
8806 file_list_spec='${wl}-f,'
8807
8808 if test "$GCC" = yes; then
8809 case $host_os in aix4.[012]|aix4.[012].*)
8810 # We only want to do this on AIX 4.2 and lower, the check
8811 # below for broken collect2 doesn't work under 4.3+
8812 collect2name=`${CC} -print-prog-name=collect2`
8813 if test -f "$collect2name" &&
8814 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8815 then
8816 # We have reworked collect2
8817 :
8818 else
8819 # We have old collect2
8820 hardcode_direct=unsupported
8821 # It fails to find uninstalled libraries when the uninstalled
8822 # path is not listed in the libpath. Setting hardcode_minus_L
8823 # to unsupported forces relinking
8824 hardcode_minus_L=yes
8825 hardcode_libdir_flag_spec='-L$libdir'
8826 hardcode_libdir_separator=
8827 fi
8828 ;;
8829 esac
8830 shared_flag='-shared'
8831 if test "$aix_use_runtimelinking" = yes; then
8832 shared_flag="$shared_flag "'${wl}-G'
8833 fi
8834 else
8835 # not using gcc
8836 if test "$host_cpu" = ia64; then
8837 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8838 # chokes on -Wl,-G. The following line is correct:
8839 shared_flag='-G'
8840 else
8841 if test "$aix_use_runtimelinking" = yes; then
8842 shared_flag='${wl}-G'
8843 else
8844 shared_flag='${wl}-bM:SRE'
8845 fi
8846 fi
8847 fi
8848
8849 export_dynamic_flag_spec='${wl}-bexpall'
8850 # It seems that -bexpall does not export symbols beginning with
8851 # underscore (_), so it is better to generate a list of symbols to export.
8852 always_export_symbols=yes
8853 if test "$aix_use_runtimelinking" = yes; then
8854 # Warning - without using the other runtime loading flags (-brtl),
8855 # -berok will link without error, but may produce a broken library.
8856 allow_undefined_flag='-berok'
8857 # Determine the default libpath from the value encoded in an
8858 # empty executable.
8859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8860/* end confdefs.h. */
8861
8862int
8863main ()
8864{
8865
8866 ;
8867 return 0;
8868}
8869_ACEOF
6bb11ab3 8870if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8871
6bb11ab3
L
8872lt_aix_libpath_sed='
8873 /Import File Strings/,/^$/ {
8874 /^0/ {
8875 s/^0 *\(.*\)$/\1/
8876 p
8877 }
8878 }'
8879aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8880# Check for a 64-bit object if we didn't find anything.
8881if test -z "$aix_libpath"; then
8882 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8883fi
8884fi
8885rm -f core conftest.err conftest.$ac_objext \
8886 conftest$ac_exeext conftest.$ac_ext
8887if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8888
8889 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8890 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"
8891 else
8892 if test "$host_cpu" = ia64; then
8893 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8894 allow_undefined_flag="-z nodefs"
8895 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"
8896 else
8897 # Determine the default libpath from the value encoded in an
8898 # empty executable.
81ecdfbb
RW
8899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8900/* end confdefs.h. */
8901
8902int
8903main ()
8904{
c28c63d8 8905
81ecdfbb
RW
8906 ;
8907 return 0;
8908}
8909_ACEOF
6bb11ab3
L
8910if ac_fn_c_try_link "$LINENO"; then :
8911
8912lt_aix_libpath_sed='
8913 /Import File Strings/,/^$/ {
8914 /^0/ {
8915 s/^0 *\(.*\)$/\1/
8916 p
8917 }
8918 }'
8919aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8920# Check for a 64-bit object if we didn't find anything.
8921if test -z "$aix_libpath"; then
8922 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
c28c63d8 8923fi
81ecdfbb 8924fi
6bb11ab3
L
8925rm -f core conftest.err conftest.$ac_objext \
8926 conftest$ac_exeext conftest.$ac_ext
8927if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8928
8929 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8930 # Warning - without using the other run time loading flags,
8931 # -berok will link without error, but may produce a broken library.
8932 no_undefined_flag=' ${wl}-bernotok'
8933 allow_undefined_flag=' ${wl}-berok'
8934 if test "$with_gnu_ld" = yes; then
8935 # We only use this code for GNU lds that support --whole-archive.
8936 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8937 else
8938 # Exported symbols can be pulled into shared objects from archives
8939 whole_archive_flag_spec='$convenience'
8940 fi
8941 archive_cmds_need_lc=yes
8942 # This is similar to how AIX traditionally builds its shared libraries.
8943 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'
8944 fi
8945 fi
8946 ;;
8947
8948 amigaos*)
8949 case $host_cpu in
8950 powerpc)
8951 # see comment about AmigaOS4 .so support
8952 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953 archive_expsym_cmds=''
8954 ;;
8955 m68k)
8956 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)'
8957 hardcode_libdir_flag_spec='-L$libdir'
8958 hardcode_minus_L=yes
8959 ;;
8960 esac
8961 ;;
8962
8963 bsdi[45]*)
8964 export_dynamic_flag_spec=-rdynamic
8965 ;;
8966
8967 cygwin* | mingw* | pw32* | cegcc*)
8968 # When not using gcc, we currently assume that we are using
8969 # Microsoft Visual C++.
8970 # hardcode_libdir_flag_spec is actually meaningless, as there is
8971 # no search path for DLLs.
8972 hardcode_libdir_flag_spec=' '
8973 allow_undefined_flag=unsupported
8974 # Tell ltmain to make .lib files, not .a files.
8975 libext=lib
8976 # Tell ltmain to make .dll files, not .so files.
8977 shrext_cmds=".dll"
8978 # FIXME: Setting linknames here is a bad hack.
8979 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8980 # The linker will automatically build a .lib file if we build a DLL.
8981 old_archive_from_new_cmds='true'
8982 # FIXME: Should let the user specify the lib program.
8983 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8984 fix_srcfile_path='`cygpath -w "$srcfile"`'
8985 enable_shared_with_static_runtimes=yes
8986 ;;
8987
8988 darwin* | rhapsody*)
8989
8990
8991 archive_cmds_need_lc=no
8992 hardcode_direct=no
8993 hardcode_automatic=yes
8994 hardcode_shlibpath_var=unsupported
8995 if test "$lt_cv_ld_force_load" = "yes"; then
8996 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\"`'
c28c63d8 8997 else
6bb11ab3 8998 whole_archive_flag_spec=''
c28c63d8 8999 fi
6bb11ab3
L
9000 link_all_deplibs=yes
9001 allow_undefined_flag="$_lt_dar_allow_undefined"
9002 case $cc_basename in
9003 ifort*) _lt_dar_can_shared=yes ;;
9004 *) _lt_dar_can_shared=$GCC ;;
9005 esac
9006 if test "$_lt_dar_can_shared" = "yes"; then
9007 output_verbose_link_cmd=func_echo_all
9008 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9009 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9010 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}"
9011 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}"
9012
c28c63d8 9013 else
6bb11ab3 9014 ld_shlibs=no
c28c63d8 9015 fi
6bb11ab3
L
9016
9017 ;;
9018
9019 dgux*)
9020 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9021 hardcode_libdir_flag_spec='-L$libdir'
9022 hardcode_shlibpath_var=no
9023 ;;
9024
9025 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9026 # support. Future versions do this automatically, but an explicit c++rt0.o
9027 # does not break anything, and helps significantly (at the cost of a little
9028 # extra space).
9029 freebsd2.2*)
9030 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9031 hardcode_libdir_flag_spec='-R$libdir'
9032 hardcode_direct=yes
9033 hardcode_shlibpath_var=no
9034 ;;
9035
9036 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9037 freebsd2.*)
9038 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9039 hardcode_direct=yes
9040 hardcode_minus_L=yes
9041 hardcode_shlibpath_var=no
9042 ;;
9043
9044 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9045 freebsd* | dragonfly*)
9046 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9047 hardcode_libdir_flag_spec='-R$libdir'
9048 hardcode_direct=yes
9049 hardcode_shlibpath_var=no
9050 ;;
9051
9052 hpux9*)
9053 if test "$GCC" = yes; then
9054 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'
9055 else
9056 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'
9057 fi
9058 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9059 hardcode_libdir_separator=:
9060 hardcode_direct=yes
9061
9062 # hardcode_minus_L: Not really in the search PATH,
9063 # but as the default location of the library.
9064 hardcode_minus_L=yes
9065 export_dynamic_flag_spec='${wl}-E'
9066 ;;
9067
9068 hpux10*)
9069 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9070 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9071 else
9072 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9073 fi
9074 if test "$with_gnu_ld" = no; then
9075 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9076 hardcode_libdir_flag_spec_ld='+b $libdir'
9077 hardcode_libdir_separator=:
9078 hardcode_direct=yes
9079 hardcode_direct_absolute=yes
9080 export_dynamic_flag_spec='${wl}-E'
9081 # hardcode_minus_L: Not really in the search PATH,
9082 # but as the default location of the library.
9083 hardcode_minus_L=yes
9084 fi
9085 ;;
9086
9087 hpux11*)
9088 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9089 case $host_cpu in
9090 hppa*64*)
9091 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9092 ;;
9093 ia64*)
9094 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9095 ;;
9096 *)
9097 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9098 ;;
9099 esac
9100 else
9101 case $host_cpu in
9102 hppa*64*)
9103 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9104 ;;
9105 ia64*)
9106 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9107 ;;
9108 *)
9109
9110 # Older versions of the 11.00 compiler do not understand -b yet
9111 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9113$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9114if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9115 $as_echo_n "(cached) " >&6
c28c63d8 9116else
6bb11ab3
L
9117 lt_cv_prog_compiler__b=no
9118 save_LDFLAGS="$LDFLAGS"
9119 LDFLAGS="$LDFLAGS -b"
9120 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9121 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9122 # The linker can only warn and ignore the option if not recognized
9123 # So say no if there are warnings
9124 if test -s conftest.err; then
9125 # Append any errors to the config.log.
9126 cat conftest.err 1>&5
9127 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9128 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9129 if diff conftest.exp conftest.er2 >/dev/null; then
9130 lt_cv_prog_compiler__b=yes
9131 fi
9132 else
9133 lt_cv_prog_compiler__b=yes
9134 fi
9135 fi
9136 $RM -r conftest*
9137 LDFLAGS="$save_LDFLAGS"
c28c63d8 9138
6bb11ab3
L
9139fi
9140{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9141$as_echo "$lt_cv_prog_compiler__b" >&6; }
c28c63d8 9142
6bb11ab3
L
9143if test x"$lt_cv_prog_compiler__b" = xyes; then
9144 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9145else
9146 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9147fi
81ecdfbb 9148
6bb11ab3
L
9149 ;;
9150 esac
9151 fi
9152 if test "$with_gnu_ld" = no; then
9153 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9154 hardcode_libdir_separator=:
9155
9156 case $host_cpu in
9157 hppa*64*|ia64*)
9158 hardcode_direct=no
9159 hardcode_shlibpath_var=no
9160 ;;
9161 *)
9162 hardcode_direct=yes
9163 hardcode_direct_absolute=yes
9164 export_dynamic_flag_spec='${wl}-E'
9165
9166 # hardcode_minus_L: Not really in the search PATH,
9167 # but as the default location of the library.
9168 hardcode_minus_L=yes
9169 ;;
9170 esac
9171 fi
9172 ;;
9173
9174 irix5* | irix6* | nonstopux*)
9175 if test "$GCC" = yes; then
9176 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'
9177 # Try to use the -exported_symbol ld option, if it does not
9178 # work, assume that -exports_file does not work either and
9179 # implicitly export all symbols.
9180 save_LDFLAGS="$LDFLAGS"
9181 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9183/* end confdefs.h. */
9184int foo(void) {}
c28c63d8 9185_ACEOF
6bb11ab3
L
9186if ac_fn_c_try_link "$LINENO"; then :
9187 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'
c28c63d8
JB
9188
9189fi
6bb11ab3
L
9190rm -f core conftest.err conftest.$ac_objext \
9191 conftest$ac_exeext conftest.$ac_ext
9192 LDFLAGS="$save_LDFLAGS"
9193 else
9194 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'
9195 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'
9196 fi
9197 archive_cmds_need_lc='no'
9198 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9199 hardcode_libdir_separator=:
9200 inherit_rpath=yes
9201 link_all_deplibs=yes
9202 ;;
9203
9204 netbsd*)
9205 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9206 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9207 else
9208 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9209 fi
9210 hardcode_libdir_flag_spec='-R$libdir'
9211 hardcode_direct=yes
9212 hardcode_shlibpath_var=no
9213 ;;
9214
9215 newsos6)
9216 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9217 hardcode_direct=yes
9218 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9219 hardcode_libdir_separator=:
9220 hardcode_shlibpath_var=no
9221 ;;
9222
9223 *nto* | *qnx*)
9224 ;;
9225
9226 openbsd*)
9227 if test -f /usr/libexec/ld.so; then
9228 hardcode_direct=yes
9229 hardcode_shlibpath_var=no
9230 hardcode_direct_absolute=yes
9231 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9232 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9233 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9234 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9235 export_dynamic_flag_spec='${wl}-E'
9236 else
9237 case $host_os in
9238 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9239 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9240 hardcode_libdir_flag_spec='-R$libdir'
9241 ;;
9242 *)
9243 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9244 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9245 ;;
9246 esac
9247 fi
9248 else
9249 ld_shlibs=no
9250 fi
9251 ;;
9252
9253 os2*)
9254 hardcode_libdir_flag_spec='-L$libdir'
9255 hardcode_minus_L=yes
9256 allow_undefined_flag=unsupported
9257 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'
9258 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9259 ;;
9260
9261 osf3*)
9262 if test "$GCC" = yes; then
9263 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9264 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'
9265 else
9266 allow_undefined_flag=' -expect_unresolved \*'
9267 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'
9268 fi
9269 archive_cmds_need_lc='no'
9270 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9271 hardcode_libdir_separator=:
9272 ;;
9273
9274 osf4* | osf5*) # as osf3* with the addition of -msym flag
9275 if test "$GCC" = yes; then
9276 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9277 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'
9278 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9279 else
9280 allow_undefined_flag=' -expect_unresolved \*'
9281 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'
9282 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~
9283 $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'
9284
9285 # Both c and cxx compiler support -rpath directly
9286 hardcode_libdir_flag_spec='-rpath $libdir'
9287 fi
9288 archive_cmds_need_lc='no'
9289 hardcode_libdir_separator=:
9290 ;;
9291
9292 solaris*)
9293 no_undefined_flag=' -z defs'
9294 if test "$GCC" = yes; then
9295 wlarc='${wl}'
9296 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9297 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9298 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9299 else
9300 case `$CC -V 2>&1` in
9301 *"Compilers 5.0"*)
9302 wlarc=''
9303 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9304 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9305 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9306 ;;
9307 *)
9308 wlarc='${wl}'
9309 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9310 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9311 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9312 ;;
9313 esac
9314 fi
9315 hardcode_libdir_flag_spec='-R$libdir'
9316 hardcode_shlibpath_var=no
9317 case $host_os in
9318 solaris2.[0-5] | solaris2.[0-5].*) ;;
9319 *)
9320 # The compiler driver will combine and reorder linker options,
9321 # but understands `-z linker_flag'. GCC discards it without `$wl',
9322 # but is careful enough not to reorder.
9323 # Supported since Solaris 2.6 (maybe 2.5.1?)
9324 if test "$GCC" = yes; then
9325 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9326 else
9327 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9328 fi
9329 ;;
9330 esac
9331 link_all_deplibs=yes
9332 ;;
9333
9334 sunos4*)
9335 if test "x$host_vendor" = xsequent; then
9336 # Use $CC to link under sequent, because it throws in some extra .o
9337 # files that make .init and .fini sections work.
9338 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9339 else
9340 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9341 fi
9342 hardcode_libdir_flag_spec='-L$libdir'
9343 hardcode_direct=yes
9344 hardcode_minus_L=yes
9345 hardcode_shlibpath_var=no
9346 ;;
9347
9348 sysv4)
9349 case $host_vendor in
9350 sni)
9351 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9352 hardcode_direct=yes # is this really true???
9353 ;;
9354 siemens)
9355 ## LD is ld it makes a PLAMLIB
9356 ## CC just makes a GrossModule.
9357 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9358 reload_cmds='$CC -r -o $output$reload_objs'
9359 hardcode_direct=no
9360 ;;
9361 motorola)
9362 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9363 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9364 ;;
9365 esac
9366 runpath_var='LD_RUN_PATH'
9367 hardcode_shlibpath_var=no
9368 ;;
9369
9370 sysv4.3*)
9371 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9372 hardcode_shlibpath_var=no
9373 export_dynamic_flag_spec='-Bexport'
9374 ;;
9375
9376 sysv4*MP*)
9377 if test -d /usr/nec; then
9378 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9379 hardcode_shlibpath_var=no
9380 runpath_var=LD_RUN_PATH
9381 hardcode_runpath_var=yes
9382 ld_shlibs=yes
9383 fi
9384 ;;
9385
9386 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9387 no_undefined_flag='${wl}-z,text'
9388 archive_cmds_need_lc=no
9389 hardcode_shlibpath_var=no
9390 runpath_var='LD_RUN_PATH'
9391
9392 if test "$GCC" = yes; then
9393 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9394 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9395 else
9396 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9398 fi
9399 ;;
9400
9401 sysv5* | sco3.2v5* | sco5v6*)
9402 # Note: We can NOT use -z defs as we might desire, because we do not
9403 # link with -lc, and that would cause any symbols used from libc to
9404 # always be unresolved, which means just about no library would
9405 # ever link correctly. If we're not using GNU ld we use -z text
9406 # though, which does catch some bad symbols but isn't as heavy-handed
9407 # as -z defs.
9408 no_undefined_flag='${wl}-z,text'
9409 allow_undefined_flag='${wl}-z,nodefs'
9410 archive_cmds_need_lc=no
9411 hardcode_shlibpath_var=no
9412 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9413 hardcode_libdir_separator=':'
9414 link_all_deplibs=yes
9415 export_dynamic_flag_spec='${wl}-Bexport'
9416 runpath_var='LD_RUN_PATH'
9417
9418 if test "$GCC" = yes; then
9419 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9420 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9421 else
9422 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9423 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9424 fi
9425 ;;
9426
9427 uts4*)
9428 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9429 hardcode_libdir_flag_spec='-L$libdir'
9430 hardcode_shlibpath_var=no
9431 ;;
9432
9433 *)
9434 ld_shlibs=no
9435 ;;
9436 esac
9437
9438 if test x$host_vendor = xsni; then
9439 case $host in
9440 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9441 export_dynamic_flag_spec='${wl}-Blargedynsym'
9442 ;;
9443 esac
9444 fi
9445 fi
9446
9447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9448$as_echo "$ld_shlibs" >&6; }
9449test "$ld_shlibs" = no && can_build_shared=no
9450
9451with_gnu_ld=$with_gnu_ld
9452
9453
9454
9455
c28c63d8 9456
d6416cdc 9457
c28c63d8 9458
6ffe910a 9459
6ffe910a
MF
9460
9461
6ffe910a 9462
c28c63d8 9463
c28c63d8
JB
9464
9465
6bb11ab3
L
9466
9467#
9468# Do we need to explicitly link libc?
9469#
9470case "x$archive_cmds_need_lc" in
9471x|xyes)
9472 # Assume -lc should be added
9473 archive_cmds_need_lc=yes
9474
9475 if test "$enable_shared" = yes && test "$GCC" = yes; then
9476 case $archive_cmds in
9477 *'~'*)
9478 # FIXME: we may have to deal with multi-command sequences.
9479 ;;
9480 '$CC '*)
9481 # Test whether the compiler implicitly links with -lc since on some
9482 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9483 # to ld, don't add -lc before -lgcc.
9484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9485$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9486if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9487 $as_echo_n "(cached) " >&6
c28c63d8 9488else
6bb11ab3
L
9489 $RM conftest*
9490 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9491
9492 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9493 (eval $ac_compile) 2>&5
9494 ac_status=$?
9495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9496 test $ac_status = 0; } 2>conftest.err; then
9497 soname=conftest
9498 lib=conftest
9499 libobjs=conftest.$ac_objext
9500 deplibs=
9501 wl=$lt_prog_compiler_wl
9502 pic_flag=$lt_prog_compiler_pic
9503 compiler_flags=-v
9504 linker_flags=-v
9505 verstring=
9506 output_objdir=.
9507 libname=conftest
9508 lt_save_allow_undefined_flag=$allow_undefined_flag
9509 allow_undefined_flag=
9510 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9511 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9512 ac_status=$?
9513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9514 test $ac_status = 0; }
9515 then
9516 lt_cv_archive_cmds_need_lc=no
9517 else
9518 lt_cv_archive_cmds_need_lc=yes
9519 fi
9520 allow_undefined_flag=$lt_save_allow_undefined_flag
9521 else
9522 cat conftest.err 1>&5
9523 fi
9524 $RM conftest*
c28c63d8 9525
6ffe910a 9526fi
6bb11ab3
L
9527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9528$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9529 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9530 ;;
9531 esac
9532 fi
9533 ;;
6ffe910a 9534esac
c28c63d8
JB
9535
9536
6ffe910a 9537
c28c63d8 9538
81ecdfbb 9539
c28c63d8 9540
c28c63d8 9541
c28c63d8 9542
c28c63d8 9543
c28c63d8 9544
c28c63d8 9545
c28c63d8 9546
c28c63d8 9547
c28c63d8 9548
81ecdfbb 9549
c28c63d8 9550
c28c63d8
JB
9551
9552
81ecdfbb 9553
81ecdfbb 9554
81ecdfbb
RW
9555
9556
81ecdfbb 9557
81ecdfbb 9558
c28c63d8
JB
9559
9560
c28c63d8 9561
c28c63d8 9562
c28c63d8 9563
c28c63d8 9564
81ecdfbb 9565
c28c63d8 9566
c28c63d8 9567
c28c63d8 9568
81ecdfbb 9569
c28c63d8 9570
c28c63d8 9571
c28c63d8 9572
c28c63d8 9573
81ecdfbb 9574
c28c63d8 9575
c28c63d8 9576
c28c63d8 9577
c28c63d8
JB
9578
9579
c28c63d8
JB
9580
9581
6ffe910a 9582
2232061b
MF
9583
9584
2232061b 9585
2232061b
MF
9586
9587
2232061b
MF
9588
9589
2232061b 9590
2232061b
MF
9591
9592
6bb11ab3
L
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9693$as_echo_n "checking dynamic linker characteristics... " >&6; }
9694
9695if test "$GCC" = yes; then
9696 case $host_os in
9697 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9698 *) lt_awk_arg="/^libraries:/" ;;
9699 esac
9700 case $host_os in
9701 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9702 *) lt_sed_strip_eq="s,=/,/,g" ;;
9703 esac
9704 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9705 case $lt_search_path_spec in
9706 *\;*)
9707 # if the path contains ";" then we assume it to be the separator
9708 # otherwise default to the standard path separator (i.e. ":") - it is
9709 # assumed that no part of a normal pathname contains ";" but that should
9710 # okay in the real world where ";" in dirpaths is itself problematic.
9711 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9712 ;;
9713 *)
9714 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9715 ;;
9716 esac
9717 # Ok, now we have the path, separated by spaces, we can step through it
9718 # and add multilib dir if necessary.
9719 lt_tmp_lt_search_path_spec=
9720 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9721 for lt_sys_path in $lt_search_path_spec; do
9722 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9723 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9724 else
9725 test -d "$lt_sys_path" && \
9726 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9727 fi
9728 done
9729 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9730BEGIN {RS=" "; FS="/|\n";} {
9731 lt_foo="";
9732 lt_count=0;
9733 for (lt_i = NF; lt_i > 0; lt_i--) {
9734 if ($lt_i != "" && $lt_i != ".") {
9735 if ($lt_i == "..") {
9736 lt_count++;
9737 } else {
9738 if (lt_count == 0) {
9739 lt_foo="/" $lt_i lt_foo;
9740 } else {
9741 lt_count--;
9742 }
9743 }
9744 }
9745 }
9746 if (lt_foo != "") { lt_freq[lt_foo]++; }
9747 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9748}'`
9749 # AWK program above erroneously prepends '/' to C:/dos/paths
9750 # for these hosts.
9751 case $host_os in
9752 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9753 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9754 esac
9755 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9756else
9757 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9758fi
9759library_names_spec=
9760libname_spec='lib$name'
9761soname_spec=
9762shrext_cmds=".so"
9763postinstall_cmds=
9764postuninstall_cmds=
9765finish_cmds=
9766finish_eval=
9767shlibpath_var=
9768shlibpath_overrides_runpath=unknown
9769version_type=none
9770dynamic_linker="$host_os ld.so"
9771sys_lib_dlsearch_path_spec="/lib /usr/lib"
9772need_lib_prefix=unknown
9773hardcode_into_libs=no
9774
9775# when you set need_version to no, make sure it does not cause -set_version
9776# flags to be left without arguments
9777need_version=unknown
9778
9779case $host_os in
9780aix3*)
9781 version_type=linux
9782 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9783 shlibpath_var=LIBPATH
9784
9785 # AIX 3 has no versioning support, so we append a major version to the name.
9786 soname_spec='${libname}${release}${shared_ext}$major'
9787 ;;
9788
9789aix[4-9]*)
9790 version_type=linux
9791 need_lib_prefix=no
9792 need_version=no
9793 hardcode_into_libs=yes
9794 if test "$host_cpu" = ia64; then
9795 # AIX 5 supports IA64
9796 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9797 shlibpath_var=LD_LIBRARY_PATH
9798 else
9799 # With GCC up to 2.95.x, collect2 would create an import file
9800 # for dependence libraries. The import file would start with
9801 # the line `#! .'. This would cause the generated library to
9802 # depend on `.', always an invalid library. This was fixed in
9803 # development snapshots of GCC prior to 3.0.
9804 case $host_os in
9805 aix4 | aix4.[01] | aix4.[01].*)
9806 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9807 echo ' yes '
9808 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9809 :
9810 else
9811 can_build_shared=no
9812 fi
9813 ;;
9814 esac
9815 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9816 # soname into executable. Probably we can add versioning support to
9817 # collect2, so additional links can be useful in future.
9818 if test "$aix_use_runtimelinking" = yes; then
9819 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9820 # instead of lib<name>.a to let people know that these are not
9821 # typical AIX shared libraries.
9822 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9823 else
9824 # We preserve .a as extension for shared libraries through AIX4.2
9825 # and later when we are not doing run time linking.
9826 library_names_spec='${libname}${release}.a $libname.a'
9827 soname_spec='${libname}${release}${shared_ext}$major'
9828 fi
9829 shlibpath_var=LIBPATH
9830 fi
9831 ;;
9832
9833amigaos*)
9834 case $host_cpu in
9835 powerpc)
9836 # Since July 2007 AmigaOS4 officially supports .so libraries.
9837 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9839 ;;
9840 m68k)
9841 library_names_spec='$libname.ixlibrary $libname.a'
9842 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9843 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'
9844 ;;
9845 esac
9846 ;;
9847
9848beos*)
9849 library_names_spec='${libname}${shared_ext}'
9850 dynamic_linker="$host_os ld.so"
9851 shlibpath_var=LIBRARY_PATH
9852 ;;
9853
9854bsdi[45]*)
9855 version_type=linux
9856 need_version=no
9857 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9858 soname_spec='${libname}${release}${shared_ext}$major'
9859 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9860 shlibpath_var=LD_LIBRARY_PATH
9861 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9862 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9863 # the default ld.so.conf also contains /usr/contrib/lib and
9864 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9865 # libtool to hard-code these into programs
9866 ;;
9867
9868cygwin* | mingw* | pw32* | cegcc*)
9869 version_type=windows
9870 shrext_cmds=".dll"
9871 need_version=no
9872 need_lib_prefix=no
9873
9874 case $GCC,$host_os in
9875 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9876 library_names_spec='$libname.dll.a'
9877 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9878 postinstall_cmds='base_file=`basename \${file}`~
9879 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9880 dldir=$destdir/`dirname \$dlpath`~
9881 test -d \$dldir || mkdir -p \$dldir~
9882 $install_prog $dir/$dlname \$dldir/$dlname~
9883 chmod a+x \$dldir/$dlname~
9884 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9885 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9886 fi'
9887 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9888 dlpath=$dir/\$dldll~
9889 $RM \$dlpath'
9890 shlibpath_overrides_runpath=yes
9891
9892 case $host_os in
9893 cygwin*)
9894 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9895 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9896
9897 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9898 ;;
9899 mingw* | cegcc*)
9900 # MinGW DLLs use traditional 'lib' prefix
9901 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9902 ;;
9903 pw32*)
9904 # pw32 DLLs use 'pw' prefix rather than 'lib'
9905 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9906 ;;
9907 esac
9908 ;;
9909
9910 *)
9911 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9912 ;;
9913 esac
9914 dynamic_linker='Win32 ld.exe'
9915 # FIXME: first we should search . and the directory the executable is in
9916 shlibpath_var=PATH
9917 ;;
9918
9919darwin* | rhapsody*)
9920 dynamic_linker="$host_os dyld"
9921 version_type=darwin
9922 need_lib_prefix=no
9923 need_version=no
9924 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9925 soname_spec='${libname}${release}${major}$shared_ext'
9926 shlibpath_overrides_runpath=yes
9927 shlibpath_var=DYLD_LIBRARY_PATH
9928 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9929
9930 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9931 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9932 ;;
9933
9934dgux*)
9935 version_type=linux
9936 need_lib_prefix=no
9937 need_version=no
9938 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9939 soname_spec='${libname}${release}${shared_ext}$major'
9940 shlibpath_var=LD_LIBRARY_PATH
9941 ;;
9942
9943freebsd* | dragonfly*)
9944 # DragonFly does not have aout. When/if they implement a new
9945 # versioning mechanism, adjust this.
9946 if test -x /usr/bin/objformat; then
9947 objformat=`/usr/bin/objformat`
9948 else
9949 case $host_os in
9950 freebsd[23].*) objformat=aout ;;
9951 *) objformat=elf ;;
9952 esac
9953 fi
9954 version_type=freebsd-$objformat
9955 case $version_type in
9956 freebsd-elf*)
9957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9958 need_version=no
9959 need_lib_prefix=no
9960 ;;
9961 freebsd-*)
9962 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9963 need_version=yes
9964 ;;
9965 esac
9966 shlibpath_var=LD_LIBRARY_PATH
9967 case $host_os in
9968 freebsd2.*)
9969 shlibpath_overrides_runpath=yes
9970 ;;
9971 freebsd3.[01]* | freebsdelf3.[01]*)
9972 shlibpath_overrides_runpath=yes
9973 hardcode_into_libs=yes
9974 ;;
9975 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9976 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9977 shlibpath_overrides_runpath=no
9978 hardcode_into_libs=yes
9979 ;;
9980 *) # from 4.6 on, and DragonFly
9981 shlibpath_overrides_runpath=yes
9982 hardcode_into_libs=yes
9983 ;;
9984 esac
9985 ;;
9986
6bb11ab3
L
9987haiku*)
9988 version_type=linux
9989 need_lib_prefix=no
9990 need_version=no
9991 dynamic_linker="$host_os runtime_loader"
9992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9993 soname_spec='${libname}${release}${shared_ext}$major'
9994 shlibpath_var=LIBRARY_PATH
9995 shlibpath_overrides_runpath=yes
9996 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9997 hardcode_into_libs=yes
9998 ;;
9999
10000hpux9* | hpux10* | hpux11*)
10001 # Give a soname corresponding to the major version so that dld.sl refuses to
10002 # link against other versions.
10003 version_type=sunos
10004 need_lib_prefix=no
10005 need_version=no
10006 case $host_cpu in
10007 ia64*)
10008 shrext_cmds='.so'
10009 hardcode_into_libs=yes
10010 dynamic_linker="$host_os dld.so"
10011 shlibpath_var=LD_LIBRARY_PATH
10012 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10014 soname_spec='${libname}${release}${shared_ext}$major'
10015 if test "X$HPUX_IA64_MODE" = X32; then
10016 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10017 else
10018 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10019 fi
10020 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10021 ;;
10022 hppa*64*)
10023 shrext_cmds='.sl'
10024 hardcode_into_libs=yes
10025 dynamic_linker="$host_os dld.sl"
10026 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10027 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10028 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10029 soname_spec='${libname}${release}${shared_ext}$major'
10030 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10031 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10032 ;;
10033 *)
10034 shrext_cmds='.sl'
10035 dynamic_linker="$host_os dld.sl"
10036 shlibpath_var=SHLIB_PATH
10037 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10038 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10039 soname_spec='${libname}${release}${shared_ext}$major'
10040 ;;
10041 esac
10042 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10043 postinstall_cmds='chmod 555 $lib'
10044 # or fails outright, so override atomically:
10045 install_override_mode=555
10046 ;;
10047
10048interix[3-9]*)
10049 version_type=linux
10050 need_lib_prefix=no
10051 need_version=no
10052 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10053 soname_spec='${libname}${release}${shared_ext}$major'
10054 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10055 shlibpath_var=LD_LIBRARY_PATH
10056 shlibpath_overrides_runpath=no
10057 hardcode_into_libs=yes
10058 ;;
10059
10060irix5* | irix6* | nonstopux*)
10061 case $host_os in
10062 nonstopux*) version_type=nonstopux ;;
10063 *)
10064 if test "$lt_cv_prog_gnu_ld" = yes; then
10065 version_type=linux
10066 else
10067 version_type=irix
10068 fi ;;
10069 esac
10070 need_lib_prefix=no
10071 need_version=no
10072 soname_spec='${libname}${release}${shared_ext}$major'
10073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10074 case $host_os in
10075 irix5* | nonstopux*)
10076 libsuff= shlibsuff=
10077 ;;
10078 *)
10079 case $LD in # libtool.m4 will add one of these switches to LD
10080 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10081 libsuff= shlibsuff= libmagic=32-bit;;
10082 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10083 libsuff=32 shlibsuff=N32 libmagic=N32;;
10084 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10085 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10086 *) libsuff= shlibsuff= libmagic=never-match;;
10087 esac
10088 ;;
10089 esac
10090 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10091 shlibpath_overrides_runpath=no
10092 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10093 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10094 hardcode_into_libs=yes
10095 ;;
10096
10097# No shared lib support for Linux oldld, aout, or coff.
10098linux*oldld* | linux*aout* | linux*coff*)
10099 dynamic_linker=no
10100 ;;
10101
10102# This must be Linux ELF.
46f900c0 10103linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10104 version_type=linux
10105 need_lib_prefix=no
10106 need_version=no
10107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10108 soname_spec='${libname}${release}${shared_ext}$major'
10109 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10110 shlibpath_var=LD_LIBRARY_PATH
10111 shlibpath_overrides_runpath=no
10112
10113 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10114 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10115 $as_echo_n "(cached) " >&6
10116else
6bb11ab3
L
10117 lt_cv_shlibpath_overrides_runpath=no
10118 save_LDFLAGS=$LDFLAGS
10119 save_libdir=$libdir
10120 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10121 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10123/* end confdefs.h. */
10124
2232061b
MF
10125int
10126main ()
10127{
10128
10129 ;
10130 return 0;
10131}
10132_ACEOF
6bb11ab3
L
10133if ac_fn_c_try_link "$LINENO"; then :
10134 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10135 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10136fi
2232061b 10137fi
6bb11ab3
L
10138rm -f core conftest.err conftest.$ac_objext \
10139 conftest$ac_exeext conftest.$ac_ext
10140 LDFLAGS=$save_LDFLAGS
10141 libdir=$save_libdir
2232061b 10142
6bb11ab3 10143fi
2232061b 10144
6bb11ab3 10145 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10146
6bb11ab3
L
10147 # This implies no fast_install, which is unacceptable.
10148 # Some rework will be needed to allow for fast_install
10149 # before this can be enabled.
10150 hardcode_into_libs=yes
2232061b 10151
6bb11ab3
L
10152 # Append ld.so.conf contents to the search path
10153 if test -f /etc/ld.so.conf; then
10154 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' ' '`
10155 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10156 fi
2232061b 10157
6bb11ab3
L
10158 # We used to test for /lib/ld.so.1 and disable shared libraries on
10159 # powerpc, because MkLinux only supported shared libraries with the
10160 # GNU dynamic linker. Since this was broken with cross compilers,
10161 # most powerpc-linux boxes support dynamic linking these days and
10162 # people can always --disable-shared, the test was removed, and we
10163 # assume the GNU/Linux dynamic linker is in use.
10164 dynamic_linker='GNU/Linux ld.so'
10165 ;;
10166
10167netbsd*)
10168 version_type=sunos
10169 need_lib_prefix=no
10170 need_version=no
10171 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10172 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10173 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10174 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10175 else
6bb11ab3
L
10176 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10177 soname_spec='${libname}${release}${shared_ext}$major'
10178 dynamic_linker='NetBSD ld.elf_so'
10179 fi
10180 shlibpath_var=LD_LIBRARY_PATH
10181 shlibpath_overrides_runpath=yes
10182 hardcode_into_libs=yes
10183 ;;
10184
10185newsos6)
10186 version_type=linux
10187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10188 shlibpath_var=LD_LIBRARY_PATH
10189 shlibpath_overrides_runpath=yes
10190 ;;
10191
10192*nto* | *qnx*)
10193 version_type=qnx
10194 need_lib_prefix=no
10195 need_version=no
10196 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10197 soname_spec='${libname}${release}${shared_ext}$major'
10198 shlibpath_var=LD_LIBRARY_PATH
10199 shlibpath_overrides_runpath=no
10200 hardcode_into_libs=yes
10201 dynamic_linker='ldqnx.so'
10202 ;;
10203
10204openbsd*)
10205 version_type=sunos
10206 sys_lib_dlsearch_path_spec="/usr/lib"
10207 need_lib_prefix=no
10208 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10209 case $host_os in
10210 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10211 *) need_version=no ;;
10212 esac
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10214 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10215 shlibpath_var=LD_LIBRARY_PATH
10216 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10217 case $host_os in
10218 openbsd2.[89] | openbsd2.[89].*)
10219 shlibpath_overrides_runpath=no
10220 ;;
10221 *)
10222 shlibpath_overrides_runpath=yes
10223 ;;
10224 esac
10225 else
10226 shlibpath_overrides_runpath=yes
10227 fi
10228 ;;
10229
10230os2*)
10231 libname_spec='$name'
10232 shrext_cmds=".dll"
10233 need_lib_prefix=no
10234 library_names_spec='$libname${shared_ext} $libname.a'
10235 dynamic_linker='OS/2 ld.exe'
10236 shlibpath_var=LIBPATH
10237 ;;
10238
10239osf3* | osf4* | osf5*)
10240 version_type=osf
10241 need_lib_prefix=no
10242 need_version=no
10243 soname_spec='${libname}${release}${shared_ext}$major'
10244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10245 shlibpath_var=LD_LIBRARY_PATH
10246 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10247 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10248 ;;
10249
10250rdos*)
10251 dynamic_linker=no
10252 ;;
10253
10254solaris*)
10255 version_type=linux
10256 need_lib_prefix=no
10257 need_version=no
10258 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10259 soname_spec='${libname}${release}${shared_ext}$major'
10260 shlibpath_var=LD_LIBRARY_PATH
10261 shlibpath_overrides_runpath=yes
10262 hardcode_into_libs=yes
10263 # ldd complains unless libraries are executable
10264 postinstall_cmds='chmod +x $lib'
10265 ;;
10266
10267sunos4*)
10268 version_type=sunos
10269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10270 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10271 shlibpath_var=LD_LIBRARY_PATH
10272 shlibpath_overrides_runpath=yes
10273 if test "$with_gnu_ld" = yes; then
10274 need_lib_prefix=no
10275 fi
10276 need_version=yes
10277 ;;
10278
10279sysv4 | sysv4.3*)
10280 version_type=linux
10281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10282 soname_spec='${libname}${release}${shared_ext}$major'
10283 shlibpath_var=LD_LIBRARY_PATH
10284 case $host_vendor in
10285 sni)
10286 shlibpath_overrides_runpath=no
10287 need_lib_prefix=no
10288 runpath_var=LD_RUN_PATH
10289 ;;
10290 siemens)
10291 need_lib_prefix=no
10292 ;;
10293 motorola)
10294 need_lib_prefix=no
10295 need_version=no
10296 shlibpath_overrides_runpath=no
10297 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10298 ;;
10299 esac
10300 ;;
10301
10302sysv4*MP*)
10303 if test -d /usr/nec ;then
10304 version_type=linux
10305 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10306 soname_spec='$libname${shared_ext}.$major'
10307 shlibpath_var=LD_LIBRARY_PATH
2232061b 10308 fi
6bb11ab3
L
10309 ;;
10310
10311sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10312 version_type=freebsd-elf
10313 need_lib_prefix=no
10314 need_version=no
10315 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10316 soname_spec='${libname}${release}${shared_ext}$major'
10317 shlibpath_var=LD_LIBRARY_PATH
10318 shlibpath_overrides_runpath=yes
10319 hardcode_into_libs=yes
10320 if test "$with_gnu_ld" = yes; then
10321 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10322 else
10323 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10324 case $host_os in
10325 sco3.2v5*)
10326 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10327 ;;
10328 esac
10329 fi
10330 sys_lib_dlsearch_path_spec='/usr/lib'
10331 ;;
10332
10333tpf*)
10334 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10335 version_type=linux
10336 need_lib_prefix=no
10337 need_version=no
10338 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10339 shlibpath_var=LD_LIBRARY_PATH
10340 shlibpath_overrides_runpath=no
10341 hardcode_into_libs=yes
10342 ;;
10343
10344uts4*)
10345 version_type=linux
10346 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10347 soname_spec='${libname}${release}${shared_ext}$major'
10348 shlibpath_var=LD_LIBRARY_PATH
10349 ;;
10350
10351*)
10352 dynamic_linker=no
10353 ;;
10354esac
10355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10356$as_echo "$dynamic_linker" >&6; }
10357test "$dynamic_linker" = no && can_build_shared=no
10358
10359variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10360if test "$GCC" = yes; then
10361 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10362fi
2232061b 10363
6bb11ab3
L
10364if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10365 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10366fi
10367if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10368 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10369fi
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
2232061b 10396
2232061b 10397
2232061b 10398
2232061b 10399
2232061b
MF
10400
10401
6ffe910a 10402
6ffe910a
MF
10403
10404
10405
10406
10407
2232061b 10408
6ffe910a
MF
10409
10410
10411
10412
6ffe910a 10413
6ffe910a 10414
6ffe910a
MF
10415
10416
6ffe910a 10417
6ffe910a 10418
6ffe910a
MF
10419
10420
5f3ef9d0 10421
5f3ef9d0
JB
10422
10423
10424
db2e4d67
MF
10425
10426
db2e4d67 10427
db2e4d67 10428
db2e4d67 10429
db2e4d67 10430
db2e4d67 10431
db2e4d67 10432
db2e4d67 10433
db2e4d67
MF
10434
10435
db2e4d67 10436
db2e4d67
MF
10437
10438
db2e4d67 10439
db2e4d67
MF
10440
10441
6ffe910a 10442
6ffe910a 10443
6ffe910a
MF
10444
10445
6ffe910a
MF
10446
10447
6ffe910a 10448
6ffe910a 10449
6ffe910a 10450
6ffe910a 10451
6ffe910a 10452
c28c63d8 10453
c28c63d8 10454
c28c63d8 10455
c28c63d8 10456
c28c63d8 10457
c28c63d8 10458
c28c63d8 10459
c28c63d8 10460
c28c63d8 10461
6bb11ab3
L
10462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10463$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10464hardcode_action=
10465if test -n "$hardcode_libdir_flag_spec" ||
10466 test -n "$runpath_var" ||
10467 test "X$hardcode_automatic" = "Xyes" ; then
c28c63d8 10468
6bb11ab3
L
10469 # We can hardcode non-existent directories.
10470 if test "$hardcode_direct" != no &&
10471 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10472 # have to relink, otherwise we might link with an installed library
10473 # when we should be linking with a yet-to-be-installed one
10474 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10475 test "$hardcode_minus_L" != no; then
10476 # Linking always hardcodes the temporary library directory.
10477 hardcode_action=relink
10478 else
10479 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10480 hardcode_action=immediate
10481 fi
10482else
10483 # We cannot hardcode anything, or else we can only hardcode existing
10484 # directories.
10485 hardcode_action=unsupported
c28c63d8 10486fi
6bb11ab3
L
10487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10488$as_echo "$hardcode_action" >&6; }
c28c63d8 10489
6bb11ab3
L
10490if test "$hardcode_action" = relink ||
10491 test "$inherit_rpath" = yes; then
10492 # Fast installation is not supported
10493 enable_fast_install=no
10494elif test "$shlibpath_overrides_runpath" = yes ||
10495 test "$enable_shared" = no; then
10496 # Fast installation is not necessary
10497 enable_fast_install=needless
10498fi
c28c63d8 10499
6bb11ab3
L
10500
10501
10502
10503
10504
10505 if test "x$enable_dlopen" != xyes; then
10506 enable_dlopen=unknown
10507 enable_dlopen_self=unknown
10508 enable_dlopen_self_static=unknown
10509else
10510 lt_cv_dlopen=no
10511 lt_cv_dlopen_libs=
10512
10513 case $host_os in
10514 beos*)
10515 lt_cv_dlopen="load_add_on"
10516 lt_cv_dlopen_libs=
10517 lt_cv_dlopen_self=yes
10518 ;;
10519
10520 mingw* | pw32* | cegcc*)
10521 lt_cv_dlopen="LoadLibrary"
10522 lt_cv_dlopen_libs=
10523 ;;
10524
10525 cygwin*)
10526 lt_cv_dlopen="dlopen"
10527 lt_cv_dlopen_libs=
10528 ;;
10529
10530 darwin*)
10531 # if libdl is installed we need to link against it
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10533$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10534if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10535 $as_echo_n "(cached) " >&6
10536else
10537 ac_check_lib_save_LIBS=$LIBS
10538LIBS="-ldl $LIBS"
10539cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10540/* end confdefs.h. */
10541
10542/* Override any GCC internal prototype to avoid an error.
10543 Use char because int might match the return type of a GCC
10544 builtin and then its argument prototype would still apply. */
10545#ifdef __cplusplus
10546extern "C"
10547#endif
10548char dlopen ();
10549int
10550main ()
10551{
10552return dlopen ();
10553 ;
10554 return 0;
10555}
c28c63d8 10556_ACEOF
6bb11ab3
L
10557if ac_fn_c_try_link "$LINENO"; then :
10558 ac_cv_lib_dl_dlopen=yes
10559else
10560 ac_cv_lib_dl_dlopen=no
10561fi
10562rm -f core conftest.err conftest.$ac_objext \
10563 conftest$ac_exeext conftest.$ac_ext
10564LIBS=$ac_check_lib_save_LIBS
10565fi
10566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10567$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10568if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10569 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10570else
10571
10572 lt_cv_dlopen="dyld"
10573 lt_cv_dlopen_libs=
10574 lt_cv_dlopen_self=yes
c28c63d8
JB
10575
10576fi
c28c63d8 10577
6bb11ab3 10578 ;;
c28c63d8 10579
6bb11ab3
L
10580 *)
10581 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10582if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10583 lt_cv_dlopen="shl_load"
10584else
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10586$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10587if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10588 $as_echo_n "(cached) " >&6
10589else
10590 ac_check_lib_save_LIBS=$LIBS
10591LIBS="-ldld $LIBS"
10592cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10593/* end confdefs.h. */
10594
10595/* Override any GCC internal prototype to avoid an error.
10596 Use char because int might match the return type of a GCC
10597 builtin and then its argument prototype would still apply. */
10598#ifdef __cplusplus
10599extern "C"
10600#endif
10601char shl_load ();
10602int
10603main ()
10604{
10605return shl_load ();
10606 ;
10607 return 0;
10608}
10609_ACEOF
10610if ac_fn_c_try_link "$LINENO"; then :
10611 ac_cv_lib_dld_shl_load=yes
10612else
10613 ac_cv_lib_dld_shl_load=no
10614fi
10615rm -f core conftest.err conftest.$ac_objext \
10616 conftest$ac_exeext conftest.$ac_ext
10617LIBS=$ac_check_lib_save_LIBS
10618fi
10619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10620$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10621if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10622 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10623else
10624 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10625if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10626 lt_cv_dlopen="dlopen"
10627else
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10629$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10630if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10631 $as_echo_n "(cached) " >&6
c28c63d8
JB
10632else
10633 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10634LIBS="-ldl $LIBS"
81ecdfbb 10635cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10636/* end confdefs.h. */
10637
81ecdfbb
RW
10638/* Override any GCC internal prototype to avoid an error.
10639 Use char because int might match the return type of a GCC
10640 builtin and then its argument prototype would still apply. */
c28c63d8
JB
10641#ifdef __cplusplus
10642extern "C"
10643#endif
6bb11ab3 10644char dlopen ();
c28c63d8
JB
10645int
10646main ()
10647{
6bb11ab3 10648return dlopen ();
c28c63d8
JB
10649 ;
10650 return 0;
10651}
10652_ACEOF
81ecdfbb 10653if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10654 ac_cv_lib_dl_dlopen=yes
c28c63d8 10655else
6bb11ab3 10656 ac_cv_lib_dl_dlopen=no
c28c63d8 10657fi
81ecdfbb
RW
10658rm -f core conftest.err conftest.$ac_objext \
10659 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
10660LIBS=$ac_check_lib_save_LIBS
10661fi
6bb11ab3
L
10662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10663$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10664if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10665 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10666else
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10668$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10669if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10670 $as_echo_n "(cached) " >&6
c28c63d8
JB
10671else
10672 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10673LIBS="-lsvld $LIBS"
81ecdfbb 10674cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10675/* end confdefs.h. */
10676
81ecdfbb
RW
10677/* Override any GCC internal prototype to avoid an error.
10678 Use char because int might match the return type of a GCC
10679 builtin and then its argument prototype would still apply. */
c28c63d8
JB
10680#ifdef __cplusplus
10681extern "C"
10682#endif
6bb11ab3 10683char dlopen ();
c28c63d8
JB
10684int
10685main ()
10686{
6bb11ab3 10687return dlopen ();
c28c63d8
JB
10688 ;
10689 return 0;
10690}
10691_ACEOF
81ecdfbb 10692if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10693 ac_cv_lib_svld_dlopen=yes
c28c63d8 10694else
6bb11ab3 10695 ac_cv_lib_svld_dlopen=no
c28c63d8 10696fi
81ecdfbb
RW
10697rm -f core conftest.err conftest.$ac_objext \
10698 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
10699LIBS=$ac_check_lib_save_LIBS
10700fi
6bb11ab3
L
10701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10702$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10703if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10704 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10705else
6bb11ab3
L
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10707$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10708if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10709 $as_echo_n "(cached) " >&6
c28c63d8 10710else
6bb11ab3
L
10711 ac_check_lib_save_LIBS=$LIBS
10712LIBS="-ldld $LIBS"
81ecdfbb 10713cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
10714/* end confdefs.h. */
10715
81ecdfbb
RW
10716/* Override any GCC internal prototype to avoid an error.
10717 Use char because int might match the return type of a GCC
d6416cdc 10718 builtin and then its argument prototype would still apply. */
d6416cdc
RW
10719#ifdef __cplusplus
10720extern "C"
10721#endif
6bb11ab3 10722char dld_link ();
d6416cdc
RW
10723int
10724main ()
10725{
6bb11ab3 10726return dld_link ();
d6416cdc
RW
10727 ;
10728 return 0;
10729}
10730_ACEOF
6bb11ab3
L
10731if ac_fn_c_try_link "$LINENO"; then :
10732 ac_cv_lib_dld_dld_link=yes
10733else
10734 ac_cv_lib_dld_dld_link=no
10735fi
10736rm -f core conftest.err conftest.$ac_objext \
10737 conftest$ac_exeext conftest.$ac_ext
10738LIBS=$ac_check_lib_save_LIBS
10739fi
10740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10741$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10742if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10743 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10744fi
10745
10746
10747fi
10748
10749
10750fi
10751
10752
10753fi
10754
10755
10756fi
10757
10758
10759fi
10760
10761 ;;
10762 esac
10763
10764 if test "x$lt_cv_dlopen" != xno; then
10765 enable_dlopen=yes
d6416cdc 10766 else
6bb11ab3
L
10767 enable_dlopen=no
10768 fi
10769
10770 case $lt_cv_dlopen in
10771 dlopen)
10772 save_CPPFLAGS="$CPPFLAGS"
10773 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10774
10775 save_LDFLAGS="$LDFLAGS"
10776 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10777
10778 save_LIBS="$LIBS"
10779 LIBS="$lt_cv_dlopen_libs $LIBS"
10780
10781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10782$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10783if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10784 $as_echo_n "(cached) " >&6
10785else
10786 if test "$cross_compiling" = yes; then :
10787 lt_cv_dlopen_self=cross
10788else
10789 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10790 lt_status=$lt_dlunknown
10791 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10792#line 10792 "configure"
6bb11ab3
L
10793#include "confdefs.h"
10794
10795#if HAVE_DLFCN_H
10796#include <dlfcn.h>
10797#endif
10798
10799#include <stdio.h>
10800
10801#ifdef RTLD_GLOBAL
10802# define LT_DLGLOBAL RTLD_GLOBAL
10803#else
10804# ifdef DL_GLOBAL
10805# define LT_DLGLOBAL DL_GLOBAL
10806# else
10807# define LT_DLGLOBAL 0
10808# endif
10809#endif
10810
10811/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10812 find out it does not work in some platform. */
10813#ifndef LT_DLLAZY_OR_NOW
10814# ifdef RTLD_LAZY
10815# define LT_DLLAZY_OR_NOW RTLD_LAZY
10816# else
10817# ifdef DL_LAZY
10818# define LT_DLLAZY_OR_NOW DL_LAZY
10819# else
10820# ifdef RTLD_NOW
10821# define LT_DLLAZY_OR_NOW RTLD_NOW
10822# else
10823# ifdef DL_NOW
10824# define LT_DLLAZY_OR_NOW DL_NOW
10825# else
10826# define LT_DLLAZY_OR_NOW 0
10827# endif
10828# endif
10829# endif
10830# endif
10831#endif
10832
10833/* When -fvisbility=hidden is used, assume the code has been annotated
10834 correspondingly for the symbols needed. */
10835#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10836void fnord () __attribute__((visibility("default")));
10837#endif
10838
10839void fnord () { int i=42; }
10840int main ()
10841{
10842 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10843 int status = $lt_dlunknown;
10844
10845 if (self)
10846 {
10847 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10848 else
10849 {
10850 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10851 else puts (dlerror ());
10852 }
10853 /* dlclose (self); */
10854 }
10855 else
10856 puts (dlerror ());
10857
10858 return status;
10859}
10860_LT_EOF
10861 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10862 (eval $ac_link) 2>&5
10863 ac_status=$?
10864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10865 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10866 (./conftest; exit; ) >&5 2>/dev/null
10867 lt_status=$?
10868 case x$lt_status in
10869 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10870 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10871 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10872 esac
10873 else :
10874 # compilation failed
10875 lt_cv_dlopen_self=no
d6416cdc 10876 fi
d6416cdc 10877fi
6bb11ab3
L
10878rm -fr conftest*
10879
10880
c28c63d8 10881fi
6bb11ab3
L
10882{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10883$as_echo "$lt_cv_dlopen_self" >&6; }
c28c63d8 10884
6bb11ab3
L
10885 if test "x$lt_cv_dlopen_self" = xyes; then
10886 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10888$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10889if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10890 $as_echo_n "(cached) " >&6
c28c63d8 10891else
6bb11ab3
L
10892 if test "$cross_compiling" = yes; then :
10893 lt_cv_dlopen_self_static=cross
10894else
10895 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10896 lt_status=$lt_dlunknown
10897 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10898#line 10898 "configure"
6bb11ab3
L
10899#include "confdefs.h"
10900
10901#if HAVE_DLFCN_H
10902#include <dlfcn.h>
10903#endif
10904
10905#include <stdio.h>
10906
10907#ifdef RTLD_GLOBAL
10908# define LT_DLGLOBAL RTLD_GLOBAL
10909#else
10910# ifdef DL_GLOBAL
10911# define LT_DLGLOBAL DL_GLOBAL
10912# else
10913# define LT_DLGLOBAL 0
10914# endif
10915#endif
10916
10917/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10918 find out it does not work in some platform. */
10919#ifndef LT_DLLAZY_OR_NOW
10920# ifdef RTLD_LAZY
10921# define LT_DLLAZY_OR_NOW RTLD_LAZY
10922# else
10923# ifdef DL_LAZY
10924# define LT_DLLAZY_OR_NOW DL_LAZY
10925# else
10926# ifdef RTLD_NOW
10927# define LT_DLLAZY_OR_NOW RTLD_NOW
10928# else
10929# ifdef DL_NOW
10930# define LT_DLLAZY_OR_NOW DL_NOW
10931# else
10932# define LT_DLLAZY_OR_NOW 0
10933# endif
10934# endif
10935# endif
10936# endif
10937#endif
10938
10939/* When -fvisbility=hidden is used, assume the code has been annotated
10940 correspondingly for the symbols needed. */
10941#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10942void fnord () __attribute__((visibility("default")));
10943#endif
10944
10945void fnord () { int i=42; }
10946int main ()
10947{
10948 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10949 int status = $lt_dlunknown;
10950
10951 if (self)
10952 {
10953 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10954 else
10955 {
10956 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10957 else puts (dlerror ());
10958 }
10959 /* dlclose (self); */
10960 }
10961 else
10962 puts (dlerror ());
10963
10964 return status;
10965}
10966_LT_EOF
10967 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10968 (eval $ac_link) 2>&5
10969 ac_status=$?
10970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10971 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10972 (./conftest; exit; ) >&5 2>/dev/null
10973 lt_status=$?
10974 case x$lt_status in
10975 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10976 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10977 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10978 esac
10979 else :
10980 # compilation failed
10981 lt_cv_dlopen_self_static=no
10982 fi
c28c63d8 10983fi
6bb11ab3
L
10984rm -fr conftest*
10985
10986
c28c63d8 10987fi
6bb11ab3
L
10988{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10989$as_echo "$lt_cv_dlopen_self_static" >&6; }
10990 fi
10991
10992 CPPFLAGS="$save_CPPFLAGS"
10993 LDFLAGS="$save_LDFLAGS"
10994 LIBS="$save_LIBS"
10995 ;;
10996 esac
10997
10998 case $lt_cv_dlopen_self in
10999 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11000 *) enable_dlopen_self=unknown ;;
11001 esac
11002
11003 case $lt_cv_dlopen_self_static in
11004 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11005 *) enable_dlopen_self_static=unknown ;;
11006 esac
11007fi
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025striplib=
11026old_striplib=
11027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11028$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11029if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11030 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11031 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11033$as_echo "yes" >&6; }
11034else
11035# FIXME - insert some real tests, host_os isn't really good enough
11036 case $host_os in
11037 darwin*)
11038 if test -n "$STRIP" ; then
11039 striplib="$STRIP -x"
11040 old_striplib="$STRIP -S"
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11042$as_echo "yes" >&6; }
11043 else
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11045$as_echo "no" >&6; }
11046 fi
11047 ;;
11048 *)
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11050$as_echo "no" >&6; }
11051 ;;
11052 esac
11053fi
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066 # Report which library types will actually be built
11067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11068$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11070$as_echo "$can_build_shared" >&6; }
11071
11072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11073$as_echo_n "checking whether to build shared libraries... " >&6; }
11074 test "$can_build_shared" = "no" && enable_shared=no
11075
11076 # On AIX, shared libraries and static libraries use the same namespace, and
11077 # are all built from PIC.
11078 case $host_os in
11079 aix3*)
11080 test "$enable_shared" = yes && enable_static=no
11081 if test -n "$RANLIB"; then
11082 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11083 postinstall_cmds='$RANLIB $lib'
11084 fi
11085 ;;
11086
11087 aix[4-9]*)
11088 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11089 test "$enable_shared" = yes && enable_static=no
11090 fi
11091 ;;
11092 esac
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11094$as_echo "$enable_shared" >&6; }
11095
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11097$as_echo_n "checking whether to build static libraries... " >&6; }
11098 # Make sure either enable_shared or enable_static is yes.
11099 test "$enable_shared" = yes || enable_static=yes
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11101$as_echo "$enable_static" >&6; }
11102
11103
11104
11105
11106fi
11107ac_ext=c
11108ac_cpp='$CPP $CPPFLAGS'
11109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11110ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11111ac_compiler_gnu=$ac_cv_c_compiler_gnu
11112
11113CC="$lt_save_CC"
11114
11115
11116
11117
11118
11119
11120
11121
11122
c28c63d8 11123
c28c63d8 11124
c28c63d8 11125
c28c63d8 11126
6bb11ab3
L
11127 ac_config_commands="$ac_config_commands libtool"
11128
11129
11130
11131
11132# Only expand once:
11133
11134
5912fadd 11135
c28c63d8 11136
c28c63d8
JB
11137
11138
31e6ad7d
MF
11139
11140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11141$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11142 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11143if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11144 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11145else
11146 USE_MAINTAINER_MODE=no
c28c63d8 11147fi
31e6ad7d
MF
11148
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11150$as_echo "$USE_MAINTAINER_MODE" >&6; }
11151 if test $USE_MAINTAINER_MODE = yes; then
11152 MAINTAINER_MODE_TRUE=
11153 MAINTAINER_MODE_FALSE='#'
c28c63d8 11154else
31e6ad7d
MF
11155 MAINTAINER_MODE_TRUE='#'
11156 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11157fi
11158
31e6ad7d
MF
11159 MAINT=$MAINTAINER_MODE_TRUE
11160
11161
c28c63d8
JB
11162
11163
ce39bd38
MF
11164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11165$as_echo_n "checking for sim debug setting... " >&6; }
11166sim_debug="0"
81ecdfbb
RW
11167# Check whether --enable-sim-debug was given.
11168if test "${enable_sim_debug+set}" = set; then :
11169 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11170 yes) sim_debug="7";;
11171 no) sim_debug="0";;
11172 *) sim_debug="($enableval)";;
c28c63d8 11173esac
c28c63d8 11174fi
ce39bd38
MF
11175if test "$sim_debug" != "0"; then
11176
11177cat >>confdefs.h <<_ACEOF
11178#define DEBUG $sim_debug
11179_ACEOF
11180
81ecdfbb
RW
11181fi
11182
ce39bd38
MF
11183cat >>confdefs.h <<_ACEOF
11184#define WITH_DEBUG $sim_debug
11185_ACEOF
11186
11187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11188$as_echo "$sim_debug" >&6; }
c28c63d8
JB
11189
11190
ce39bd38
MF
11191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11192$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11193sim_stdio="0"
81ecdfbb
RW
11194# Check whether --enable-sim-stdio was given.
11195if test "${enable_sim_stdio+set}" = set; then :
11196 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11197 yes) sim_stdio="DO_USE_STDIO";;
11198 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11199 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c28c63d8 11200esac
81ecdfbb
RW
11201fi
11202
ce39bd38
MF
11203cat >>confdefs.h <<_ACEOF
11204#define WITH_STDIO $sim_stdio
11205_ACEOF
11206
11207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11208$as_echo "$sim_stdio" >&6; }
c28c63d8
JB
11209
11210
ce39bd38
MF
11211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11212$as_echo_n "checking for sim trace settings... " >&6; }
11213sim_trace="~TRACE_debug"
81ecdfbb
RW
11214# Check whether --enable-sim-trace was given.
11215if test "${enable_sim_trace+set}" = set; then :
11216 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11217 yes) sim_trace="-1";;
11218 no) sim_trace="0";;
c28c63d8 11219 [-0-9]*)
ce39bd38 11220 sim_trace="'(${enableval})'";;
2232061b 11221 [[:lower:]]*)
c28c63d8
JB
11222 sim_trace=""
11223 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11224 if test x"$sim_trace" = x; then
ce39bd38 11225 sim_trace="(TRACE_$x"
c28c63d8
JB
11226 else
11227 sim_trace="${sim_trace}|TRACE_$x"
11228 fi
11229 done
ce39bd38 11230 sim_trace="$sim_trace)" ;;
c28c63d8 11231esac
81ecdfbb 11232fi
c28c63d8 11233
ce39bd38
MF
11234cat >>confdefs.h <<_ACEOF
11235#define WITH_TRACE $sim_trace
11236_ACEOF
11237
11238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11239$as_echo "$sim_trace" >&6; }
c28c63d8 11240
81ecdfbb 11241
ce39bd38
MF
11242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11243$as_echo_n "checking for sim profile settings... " >&6; }
11244profile="1"
11245sim_profile="-1"
81ecdfbb
RW
11246# Check whether --enable-sim-profile was given.
11247if test "${enable_sim_profile+set}" = set; then :
11248 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11249 yes) profile="1" sim_profile="-1";;
11250 no) profile="0" sim_profile="0";;
c28c63d8 11251 [-0-9]*)
ce39bd38 11252 profile="(${enableval})" sim_profile="(${enableval})";;
c28c63d8 11253 [a-z]*)
ce39bd38 11254 profile="1"
c28c63d8
JB
11255 sim_profile=""
11256 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11257 if test x"$sim_profile" = x; then
ce39bd38 11258 sim_profile="(PROFILE_$x"
c28c63d8
JB
11259 else
11260 sim_profile="${sim_profile}|PROFILE_$x"
11261 fi
11262 done
ce39bd38 11263 sim_profile="$sim_profile)" ;;
c28c63d8 11264esac
81ecdfbb
RW
11265fi
11266
ce39bd38
MF
11267cat >>confdefs.h <<_ACEOF
11268#define PROFILE $profile
11269_ACEOF
c28c63d8
JB
11270
11271
ce39bd38
MF
11272cat >>confdefs.h <<_ACEOF
11273#define WITH_PROFILE $sim_profile
11274_ACEOF
11275
11276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11277$as_echo "$sim_profile" >&6; }
11278
11279
11280
347fe5bb
MF
11281sim_inline="-DDEFAULT_INLINE=0"
11282# Check whether --enable-sim-inline was given.
11283if test "${enable_sim_inline+set}" = set; then :
11284 enableval=$enable_sim_inline; sim_inline=""
11285case "$enableval" in
11286 no) sim_inline="-DDEFAULT_INLINE=0";;
11287 0) sim_inline="-DDEFAULT_INLINE=0";;
11288 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11289 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11290 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11291 new_flag=""
11292 case "$x" in
11293 *_INLINE=*) new_flag="-D$x";;
11294 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11295 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11296 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11297 esac
11298 if test x"$sim_inline" = x""; then
11299 sim_inline="$new_flag"
11300 else
11301 sim_inline="$sim_inline $new_flag"
11302 fi
11303 done;;
11304esac
11305if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11306 echo "Setting inline flags = $sim_inline" 6>&1
11307fi
11308fi
11309
11310
11311
c28c63d8 11312
81ecdfbb
RW
11313# Check whether --with-pkgversion was given.
11314if test "${with_pkgversion+set}" = set; then :
11315 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11316 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
c28c63d8
JB
11317 no) PKGVERSION= ;;
11318 *) PKGVERSION="($withval) " ;;
11319 esac
11320else
bf12d44e 11321 PKGVERSION="(SIM) "
c28c63d8 11322
81ecdfbb
RW
11323fi
11324
c28c63d8
JB
11325
11326
11327
11328
81ecdfbb
RW
11329# Check whether --with-bugurl was given.
11330if test "${with_bugurl+set}" = set; then :
11331 withval=$with_bugurl; case "$withval" in
d0ac1c44 11332 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
c28c63d8
JB
11333 no) BUGURL=
11334 ;;
11335 *) BUGURL="$withval"
11336 ;;
11337 esac
11338else
dfb856ba 11339 BUGURL="https://www.gnu.org/software/gdb/bugs/"
c28c63d8 11340
81ecdfbb
RW
11341fi
11342
c28c63d8
JB
11343 case ${BUGURL} in
11344 "")
11345 REPORT_BUGS_TO=
11346 REPORT_BUGS_TEXI=
11347 ;;
11348 *)
11349 REPORT_BUGS_TO="<$BUGURL>"
11350 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11351 ;;
11352 esac;
11353
11354
11355
11356
11357cat >>confdefs.h <<_ACEOF
11358#define PKGVERSION "$PKGVERSION"
11359_ACEOF
11360
11361
11362cat >>confdefs.h <<_ACEOF
11363#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11364_ACEOF
11365
11366
c28c63d8
JB
11367
11368
c28c63d8
JB
11369
11370
1ac72f06 11371wire_endian="BIG"
c28c63d8 11372default_endian=""
81ecdfbb
RW
11373# Check whether --enable-sim-endian was given.
11374if test "${enable_sim_endian+set}" = set; then :
11375 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11376 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11377 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c28c63d8 11378 yes) if test x"$wire_endian" != x; then
1ac72f06 11379 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c28c63d8 11380 else
1ac72f06
MF
11381 if test x"$default_endian" != x; then
11382 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c28c63d8
JB
11383 else
11384 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11385 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c28c63d8
JB
11386 fi
11387 fi;;
11388 no) if test x"$default_endian" != x; then
1ac72f06 11389 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c28c63d8
JB
11390 else
11391 if test x"$wire_endian" != x; then
1ac72f06 11392 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c28c63d8
JB
11393 else
11394 echo "No default endian for target $target" 1>&6
1ac72f06 11395 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c28c63d8
JB
11396 fi
11397 fi;;
d0ac1c44 11398 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c28c63d8
JB
11399esac
11400if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11401 echo "Setting endian flags = $sim_endian" 6>&1
11402fi
11403else
11404 if test x"$default_endian" != x; then
1ac72f06 11405 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c28c63d8
JB
11406else
11407 if test x"$wire_endian" != x; then
1ac72f06 11408 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c28c63d8
JB
11409 else
11410 sim_endian=
11411 fi
11412fi
81ecdfbb
RW
11413fi
11414
c28c63d8
JB
11415wire_alignment="STRICT_ALIGNMENT"
11416default_alignment="STRICT_ALIGNMENT"
11417
81ecdfbb
RW
11418# Check whether --enable-sim-alignment was given.
11419if test "${enable_sim_alignment+set}" = set; then :
11420 enableval=$enable_sim_alignment; case "${enableval}" in
c28c63d8
JB
11421 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11422 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11423 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11424 yes) if test x"$wire_alignment" != x; then
11425 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11426 else
11427 if test x"$default_alignment" != x; then
11428 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11429 else
11430 echo "No hard-wired alignment for target $target" 1>&6
11431 sim_alignment="-DWITH_ALIGNMENT=0"
11432 fi
11433 fi;;
11434 no) if test x"$default_alignment" != x; then
11435 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11436 else
11437 if test x"$wire_alignment" != x; then
11438 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11439 else
11440 echo "No default alignment for target $target" 1>&6
11441 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11442 fi
11443 fi;;
d0ac1c44 11444 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c28c63d8
JB
11445esac
11446if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11447 echo "Setting alignment flags = $sim_alignment" 6>&1
11448fi
11449else
11450 if test x"$default_alignment" != x; then
11451 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11452else
11453 if test x"$wire_alignment" != x; then
11454 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11455 else
11456 sim_alignment=
11457 fi
11458fi
81ecdfbb 11459fi
c28c63d8 11460
81ecdfbb 11461
c28c63d8 11462default_sim_scache="16384"
81ecdfbb
RW
11463# Check whether --enable-sim-scache was given.
11464if test "${enable_sim_scache+set}" = set; then :
11465 enableval=$enable_sim_scache; case "${enableval}" in
c28c63d8
JB
11466 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11467 no) sim_scache="-DWITH_SCACHE=0" ;;
11468 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11469 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c28c63d8
JB
11470 sim_scache="";;
11471esac
11472if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11473 echo "Setting scache size = $sim_scache" 6>&1
11474fi
11475else
11476 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11477fi
11478
c28c63d8
JB
11479
11480
11481default_sim_default_model="lm32"
81ecdfbb
RW
11482# Check whether --enable-sim-default-model was given.
11483if test "${enable_sim_default_model+set}" = set; then :
11484 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11485 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c28c63d8
JB
11486 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11487esac
11488if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11489 echo "Setting default model = $sim_default_model" 6>&1
11490fi
11491else
11492 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb 11493fi
c28c63d8
JB
11494
11495
81ecdfbb 11496
5c1008a4
MF
11497# Check whether --enable-werror was given.
11498if test "${enable_werror+set}" = set; then :
11499 enableval=$enable_werror; case "${enableval}" in
11500 yes | y) ERROR_ON_WARNING="yes" ;;
11501 no | n) ERROR_ON_WARNING="no" ;;
11502 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11503 esac
11504fi
11505
11506
11507# Enable -Werror by default when using gcc
11508if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11509 ERROR_ON_WARNING=yes
11510fi
11511
11512WERROR_CFLAGS=""
11513
11514build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11515-Wpointer-sign \
11516-Wno-unused -Wunused-value -Wunused-function \
11517-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11518-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11519-Wold-style-declaration -Wold-style-definition"
11520
11521# Enable -Wno-format by default when using gcc on mingw since many
11522# GCC versions complain about %I64.
11523case "${host}" in
11524 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11525 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11526esac
11527
11528# Check whether --enable-build-warnings was given.
11529if test "${enable_build_warnings+set}" = set; then :
11530 enableval=$enable_build_warnings; case "${enableval}" in
11531 yes) ;;
11532 no) build_warnings="-w";;
11533 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11534 build_warnings="${build_warnings} ${t}";;
11535 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11536 build_warnings="${t} ${build_warnings}";;
11537 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11538esac
11539if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11540 echo "Setting compiler warning flags = $build_warnings" 6>&1
11541fi
11542fi
11543# Check whether --enable-sim-build-warnings was given.
11544if test "${enable_sim_build_warnings+set}" = set; then :
11545 enableval=$enable_sim_build_warnings; case "${enableval}" in
11546 yes) ;;
11547 no) build_warnings="-w";;
11548 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11549 build_warnings="${build_warnings} ${t}";;
11550 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11551 build_warnings="${t} ${build_warnings}";;
11552 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11553esac
11554if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11555 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11556fi
11557fi
11558WARN_CFLAGS=""
11559if test "x${build_warnings}" != x -a "x$GCC" = xyes
11560then
11561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11562$as_echo_n "checking compiler warning flags... " >&6; }
11563 # Separate out the -Werror flag as some files just cannot be
11564 # compiled with it enabled.
11565 for w in ${build_warnings}; do
11566 case $w in
11567 -Werr*) WERROR_CFLAGS=-Werror ;;
11568 *) # Check that GCC accepts it
11569 saved_CFLAGS="$CFLAGS"
1f195bc3 11570 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11572/* end confdefs.h. */
11573
11574int
11575main ()
11576{
11577
11578 ;
11579 return 0;
11580}
11581_ACEOF
11582if ac_fn_c_try_compile "$LINENO"; then :
11583 WARN_CFLAGS="${WARN_CFLAGS} $w"
11584fi
11585rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11586 CFLAGS="$saved_CFLAGS"
11587 esac
11588 done
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11590$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11591fi
11592
11593
c28c63d8
JB
11594cgen_maint=no
11595cgen=guile
11596cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11597# Check whether --enable-cgen-maint was given.
11598if test "${enable_cgen_maint+set}" = set; then :
11599 enableval=$enable_cgen_maint; case "${enableval}" in
c28c63d8
JB
11600 yes) cgen_maint=yes ;;
11601 no) cgen_maint=no ;;
11602 *)
7fb45a68
AB
11603 # Argument is a directory where cgen can be found. In some
11604 # future world cgen could be installable, but right now this
11605 # is not the case. Instead we assume the directory is a path
11606 # to the cgen source tree.
11607 cgen_maint=yes
11608 if test -r ${enableval}/iformat.scm; then
11609 # This looks like a cgen source tree.
11610 cgendir=${enableval}
11611 else
11612 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11613 fi
c28c63d8
JB
11614 ;;
11615esac
81ecdfbb
RW
11616fi
11617if test x${cgen_maint} != xno ; then
c28c63d8
JB
11618 CGEN_MAINT=''
11619else
11620 CGEN_MAINT='#'
11621fi
11622
11623
11624
11625
11626
9d903352 11627hardware="cfi core pal glue lm32cpu lm32timer lm32uart"
c28c63d8
JB
11628sim_hw_cflags="-DWITH_HW=1"
11629sim_hw="$hardware"
11630sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11631
81ecdfbb
RW
11632# Check whether --enable-sim-hardware was given.
11633if test "${enable_sim_hardware+set}" = set; then :
11634 enableval=$enable_sim_hardware;
30452bbe
MF
11635else
11636 enable_sim_hardware="yes"
1517bd27
MF
11637fi
11638
11639case ${enable_sim_hardware} in
64dd13df
MF
11640 yes|no) ;;
11641 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11642 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11643 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c28c63d8 11644esac
1517bd27 11645
64dd13df 11646if test "$enable_sim_hardware" = no; then
c28c63d8
JB
11647 sim_hw_objs=
11648 sim_hw_cflags="-DWITH_HW=0"
11649 sim_hw=
11650else
11651 sim_hw_cflags="-DWITH_HW=1"
11652 # remove duplicates
11653 sim_hw=""
11654 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11655 for i in $hardware ; do
11656 case " $sim_hw " in
11657 *" $i "*) ;;
11658 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11659 esac
11660 done
1517bd27 11661 # mingw does not support sockser
1517bd27
MF
11662 case ${host} in
11663 *mingw*) ;;
49cd1634
MF
11664 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11665 # that you instatiate. Instead, other code will call into it directly.
11666 # At some point, we should convert it over.
11667 sim_hw_objs="$sim_hw_objs dv-sockser.o"
c28c63d8 11668
1517bd27
MF
11669cat >>confdefs.h <<_ACEOF
11670#define HAVE_DV_SOCKSER 1
11671_ACEOF
81ecdfbb 11672
1517bd27
MF
11673 ;;
11674 esac
1517bd27
MF
11675 if test x"$silent" != x"yes"; then
11676 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11677 fi
11678 case " $hardware " in
11679 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 11680$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11681if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
11682 $as_echo_n "(cached) " >&6
11683else
11684 ac_check_lib_save_LIBS=$LIBS
11685LIBS="-lm $LIBS"
11686cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11687/* end confdefs.h. */
11688
11689/* Override any GCC internal prototype to avoid an error.
11690 Use char because int might match the return type of a GCC
11691 builtin and then its argument prototype would still apply. */
11692#ifdef __cplusplus
11693extern "C"
11694#endif
11695char log2 ();
11696int
11697main ()
11698{
11699return log2 ();
11700 ;
11701 return 0;
11702}
11703_ACEOF
11704if ac_fn_c_try_link "$LINENO"; then :
11705 ac_cv_lib_m_log2=yes
11706else
11707 ac_cv_lib_m_log2=no
11708fi
11709rm -f core conftest.err conftest.$ac_objext \
11710 conftest$ac_exeext conftest.$ac_ext
11711LIBS=$ac_check_lib_save_LIBS
11712fi
11713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11714$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11715if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
11716 cat >>confdefs.h <<_ACEOF
11717#define HAVE_LIBM 1
11718_ACEOF
11719
11720 LIBS="-lm $LIBS"
11721
11722fi
11723;;
1517bd27
MF
11724 esac
11725fi
4399a56b 11726
c28c63d8
JB
11727
11728
c28c63d8
JB
11729cgen_breaks=""
11730if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11731cgen_breaks="break cgen_rtx_error";
11732fi
11733
81ecdfbb 11734ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
c28c63d8 11735
81ecdfbb 11736ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
c28c63d8 11737
81ecdfbb 11738ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
c28c63d8 11739
81ecdfbb 11740ac_config_commands="$ac_config_commands Makefile"
c28c63d8 11741
81ecdfbb 11742ac_config_commands="$ac_config_commands stamp-h"
c28c63d8 11743
760b3e8b
MF
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
c28c63d8
JB
11756cat >confcache <<\_ACEOF
11757# This file is a shell script that caches the results of configure
11758# tests run on this system so they can be shared between configure
11759# scripts and configure runs, see configure's option --config-cache.
11760# It is not useful on other systems. If it contains results you don't
11761# want to keep, you may remove or edit it.
11762#
11763# config.status only pays attention to the cache file if you give it
11764# the --recheck option to rerun configure.
11765#
11766# `ac_cv_env_foo' variables (set or unset) will be overridden when
11767# loading this file, other *unset* `ac_cv_foo' will be assigned the
11768# following values.
11769
11770_ACEOF
11771
11772# The following way of writing the cache mishandles newlines in values,
11773# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11774# So, we kill variables containing newlines.
c28c63d8
JB
11775# Ultrix sh set writes to stderr and can't be redirected directly,
11776# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11777(
11778 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11779 eval ac_val=\$$ac_var
11780 case $ac_val in #(
11781 *${as_nl}*)
11782 case $ac_var in #(
11783 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11784$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11785 esac
11786 case $ac_var in #(
11787 _ | IFS | as_nl) ;; #(
11788 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11789 *) { eval $ac_var=; unset $ac_var;} ;;
11790 esac ;;
11791 esac
11792 done
11793
c28c63d8 11794 (set) 2>&1 |
81ecdfbb
RW
11795 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11796 *${as_nl}ac_space=\ *)
11797 # `set' does not quote correctly, so add quotes: double-quote
11798 # substitution turns \\\\ into \\, and sed turns \\ into \.
c28c63d8
JB
11799 sed -n \
11800 "s/'/'\\\\''/g;
11801 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11802 ;; #(
c28c63d8
JB
11803 *)
11804 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11805 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 11806 ;;
81ecdfbb
RW
11807 esac |
11808 sort
11809) |
c28c63d8 11810 sed '
81ecdfbb 11811 /^ac_cv_env_/b end
c28c63d8 11812 t clear
81ecdfbb 11813 :clear
c28c63d8
JB
11814 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11815 t end
81ecdfbb
RW
11816 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11817 :end' >>confcache
11818if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11819 if test -w "$cache_file"; then
d0ac1c44 11820 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11822$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11823 if test ! -f "$cache_file" || test -h "$cache_file"; then
11824 cat confcache >"$cache_file"
11825 else
11826 case $cache_file in #(
11827 */* | ?:*)
11828 mv -f confcache "$cache_file"$$ &&
11829 mv -f "$cache_file"$$ "$cache_file" ;; #(
11830 *)
11831 mv -f confcache "$cache_file" ;;
11832 esac
11833 fi
11834 fi
c28c63d8 11835 else
81ecdfbb
RW
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11837$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c28c63d8
JB
11838 fi
11839fi
11840rm -f confcache
11841
11842test "x$prefix" = xNONE && prefix=$ac_default_prefix
11843# Let make expand exec_prefix.
11844test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11845
11846DEFS=-DHAVE_CONFIG_H
11847
11848ac_libobjs=
11849ac_ltlibobjs=
d0ac1c44 11850U=
c28c63d8
JB
11851for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11852 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11853 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11854 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11855 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11856 # will be set to the directory where LIBOBJS objects are built.
11857 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11858 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c28c63d8
JB
11859done
11860LIBOBJS=$ac_libobjs
11861
11862LTLIBOBJS=$ac_ltlibobjs
11863
11864
0cb8d851 11865
6bb11ab3 11866if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11867 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11868Usually this means the macro was only invoked conditionally." "$LINENO" 5
11869fi
31e6ad7d 11870if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11871 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11872Usually this means the macro was only invoked conditionally." "$LINENO" 5
11873fi
c28c63d8 11874
d0ac1c44 11875: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11876ac_write_fail=0
c28c63d8
JB
11877ac_clean_files_save=$ac_clean_files
11878ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11879{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11880$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11881as_write_fail=0
11882cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c28c63d8
JB
11883#! $SHELL
11884# Generated by $as_me.
11885# Run this file to recreate the current configuration.
11886# Compiler output produced by configure, useful for debugging
11887# configure, is in config.log if it exists.
11888
11889debug=false
11890ac_cs_recheck=false
11891ac_cs_silent=false
c28c63d8 11892
81ecdfbb
RW
11893SHELL=\${CONFIG_SHELL-$SHELL}
11894export SHELL
11895_ASEOF
11896cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11897## -------------------- ##
11898## M4sh Initialization. ##
11899## -------------------- ##
11900
11901# Be more Bourne compatible
11902DUALCASE=1; export DUALCASE # for MKS sh
11903if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c28c63d8
JB
11904 emulate sh
11905 NULLCMD=:
81ecdfbb 11906 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
11907 # is contrary to our usage. Disable this feature.
11908 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11909 setopt NO_GLOB_SUBST
11910else
11911 case `(set -o) 2>/dev/null` in #(
11912 *posix*) :
11913 set -o posix ;; #(
11914 *) :
11915 ;;
11916esac
c28c63d8
JB
11917fi
11918
81ecdfbb
RW
11919
11920as_nl='
11921'
11922export as_nl
11923# Printing a long string crashes Solaris 7 /usr/bin/printf.
11924as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11925as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11926as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11927# Prefer a ksh shell builtin over an external printf program on Solaris,
11928# but without wasting forks for bash or zsh.
11929if test -z "$BASH_VERSION$ZSH_VERSION" \
11930 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11931 as_echo='print -r --'
11932 as_echo_n='print -rn --'
11933elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11934 as_echo='printf %s\n'
11935 as_echo_n='printf %s'
11936else
11937 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11938 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11939 as_echo_n='/usr/ucb/echo -n'
11940 else
11941 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11942 as_echo_n_body='eval
11943 arg=$1;
11944 case $arg in #(
11945 *"$as_nl"*)
11946 expr "X$arg" : "X\\(.*\\)$as_nl";
11947 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11948 esac;
11949 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11950 '
11951 export as_echo_n_body
11952 as_echo_n='sh -c $as_echo_n_body as_echo'
11953 fi
11954 export as_echo_body
11955 as_echo='sh -c $as_echo_body as_echo'
11956fi
11957
11958# The user is always right.
11959if test "${PATH_SEPARATOR+set}" != set; then
11960 PATH_SEPARATOR=:
11961 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11962 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11963 PATH_SEPARATOR=';'
11964 }
d6416cdc 11965fi
c28c63d8
JB
11966
11967
81ecdfbb
RW
11968# IFS
11969# We need space, tab and new line, in precisely that order. Quoting is
11970# there to prevent editors from complaining about space-tab.
11971# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11972# splitting by setting IFS to empty value.)
11973IFS=" "" $as_nl"
11974
11975# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11976as_myself=
81ecdfbb
RW
11977case $0 in #((
11978 *[\\/]* ) as_myself=$0 ;;
11979 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11980for as_dir in $PATH
11981do
11982 IFS=$as_save_IFS
11983 test -z "$as_dir" && as_dir=.
11984 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11985 done
11986IFS=$as_save_IFS
11987
11988 ;;
11989esac
11990# We did not find ourselves, most probably we were run as `sh COMMAND'
11991# in which case we are not to be found in the path.
11992if test "x$as_myself" = x; then
11993 as_myself=$0
11994fi
11995if test ! -f "$as_myself"; then
11996 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11997 exit 1
11998fi
11999
12000# Unset variables that we do not need and which cause bugs (e.g. in
12001# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12002# suppresses any "Segmentation fault" message there. '((' could
12003# trigger a bug in pdksh 5.2.14.
12004for as_var in BASH_ENV ENV MAIL MAILPATH
12005do eval test x\${$as_var+set} = xset \
12006 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12007done
d6416cdc
RW
12008PS1='$ '
12009PS2='> '
12010PS4='+ '
c28c63d8 12011
d6416cdc 12012# NLS nuisances.
81ecdfbb
RW
12013LC_ALL=C
12014export LC_ALL
12015LANGUAGE=C
12016export LANGUAGE
12017
12018# CDPATH.
12019(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12020
12021
d0ac1c44
SM
12022# as_fn_error STATUS ERROR [LINENO LOG_FD]
12023# ----------------------------------------
81ecdfbb
RW
12024# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12025# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12026# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12027as_fn_error ()
12028{
d0ac1c44
SM
12029 as_status=$1; test $as_status -eq 0 && as_status=1
12030 if test "$4"; then
12031 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12032 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c28c63d8 12033 fi
d0ac1c44 12034 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12035 as_fn_exit $as_status
12036} # as_fn_error
12037
12038
12039# as_fn_set_status STATUS
12040# -----------------------
12041# Set $? to STATUS, without forking.
12042as_fn_set_status ()
12043{
12044 return $1
12045} # as_fn_set_status
12046
12047# as_fn_exit STATUS
12048# -----------------
12049# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12050as_fn_exit ()
12051{
12052 set +e
12053 as_fn_set_status $1
12054 exit $1
12055} # as_fn_exit
12056
12057# as_fn_unset VAR
12058# ---------------
12059# Portably unset VAR.
12060as_fn_unset ()
12061{
12062 { eval $1=; unset $1;}
12063}
12064as_unset=as_fn_unset
12065# as_fn_append VAR VALUE
12066# ----------------------
12067# Append the text in VALUE to the end of the definition contained in VAR. Take
12068# advantage of any shell optimizations that allow amortized linear growth over
12069# repeated appends, instead of the typical quadratic growth present in naive
12070# implementations.
12071if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12072 eval 'as_fn_append ()
12073 {
12074 eval $1+=\$2
12075 }'
12076else
12077 as_fn_append ()
12078 {
12079 eval $1=\$$1\$2
12080 }
12081fi # as_fn_append
12082
12083# as_fn_arith ARG...
12084# ------------------
12085# Perform arithmetic evaluation on the ARGs, and store the result in the
12086# global $as_val. Take advantage of shells that can avoid forks. The arguments
12087# must be portable across $(()) and expr.
12088if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12089 eval 'as_fn_arith ()
12090 {
12091 as_val=$(( $* ))
12092 }'
12093else
12094 as_fn_arith ()
12095 {
12096 as_val=`expr "$@" || test $? -eq 1`
12097 }
12098fi # as_fn_arith
c28c63d8 12099
81ecdfbb
RW
12100
12101if expr a : '\(a\)' >/dev/null 2>&1 &&
12102 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c28c63d8
JB
12103 as_expr=expr
12104else
12105 as_expr=false
12106fi
12107
81ecdfbb 12108if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c28c63d8
JB
12109 as_basename=basename
12110else
12111 as_basename=false
12112fi
12113
81ecdfbb
RW
12114if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12115 as_dirname=dirname
12116else
12117 as_dirname=false
12118fi
c28c63d8 12119
81ecdfbb 12120as_me=`$as_basename -- "$0" ||
c28c63d8
JB
12121$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12122 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12123 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12124$as_echo X/"$0" |
12125 sed '/^.*\/\([^/][^/]*\)\/*$/{
12126 s//\1/
12127 q
12128 }
12129 /^X\/\(\/\/\)$/{
12130 s//\1/
12131 q
12132 }
12133 /^X\/\(\/\).*/{
12134 s//\1/
12135 q
12136 }
12137 s/.*/./; q'`
c28c63d8 12138
d6416cdc
RW
12139# Avoid depending upon Character Ranges.
12140as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12141as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12142as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12143as_cr_digits='0123456789'
12144as_cr_alnum=$as_cr_Letters$as_cr_digits
12145
81ecdfbb
RW
12146ECHO_C= ECHO_N= ECHO_T=
12147case `echo -n x` in #(((((
12148-n*)
12149 case `echo 'xy\c'` in
12150 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12151 xy) ECHO_C='\c';;
12152 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12153 ECHO_T=' ';;
12154 esac;;
12155*)
12156 ECHO_N='-n';;
c28c63d8 12157esac
d6416cdc 12158
81ecdfbb
RW
12159rm -f conf$$ conf$$.exe conf$$.file
12160if test -d conf$$.dir; then
12161 rm -f conf$$.dir/conf$$.file
c28c63d8 12162else
81ecdfbb
RW
12163 rm -f conf$$.dir
12164 mkdir conf$$.dir 2>/dev/null
c28c63d8 12165fi
81ecdfbb
RW
12166if (echo >conf$$.file) 2>/dev/null; then
12167 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 12168 as_ln_s='ln -s'
81ecdfbb
RW
12169 # ... but there are two gotchas:
12170 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12171 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12172 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12173 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12174 as_ln_s='cp -pR'
81ecdfbb
RW
12175 elif ln conf$$.file conf$$ 2>/dev/null; then
12176 as_ln_s=ln
12177 else
d0ac1c44 12178 as_ln_s='cp -pR'
c28c63d8
JB
12179 fi
12180else
d0ac1c44 12181 as_ln_s='cp -pR'
c28c63d8 12182fi
81ecdfbb
RW
12183rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12184rmdir conf$$.dir 2>/dev/null
12185
12186
12187# as_fn_mkdir_p
12188# -------------
12189# Create "$as_dir" as a directory, including parents if necessary.
12190as_fn_mkdir_p ()
12191{
12192
12193 case $as_dir in #(
12194 -*) as_dir=./$as_dir;;
12195 esac
12196 test -d "$as_dir" || eval $as_mkdir_p || {
12197 as_dirs=
12198 while :; do
12199 case $as_dir in #(
12200 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12201 *) as_qdir=$as_dir;;
12202 esac
12203 as_dirs="'$as_qdir' $as_dirs"
12204 as_dir=`$as_dirname -- "$as_dir" ||
12205$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12206 X"$as_dir" : 'X\(//\)[^/]' \| \
12207 X"$as_dir" : 'X\(//\)$' \| \
12208 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12209$as_echo X"$as_dir" |
12210 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12211 s//\1/
12212 q
12213 }
12214 /^X\(\/\/\)[^/].*/{
12215 s//\1/
12216 q
12217 }
12218 /^X\(\/\/\)$/{
12219 s//\1/
12220 q
12221 }
12222 /^X\(\/\).*/{
12223 s//\1/
12224 q
12225 }
12226 s/.*/./; q'`
12227 test -d "$as_dir" && break
12228 done
12229 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12230 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
c28c63d8 12231
81ecdfbb
RW
12232
12233} # as_fn_mkdir_p
c28c63d8 12234if mkdir -p . 2>/dev/null; then
81ecdfbb 12235 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
12236else
12237 test -d ./-p && rmdir ./-p
12238 as_mkdir_p=false
12239fi
12240
d0ac1c44
SM
12241
12242# as_fn_executable_p FILE
12243# -----------------------
12244# Test if FILE is an executable regular file.
12245as_fn_executable_p ()
12246{
12247 test -f "$1" && test -x "$1"
12248} # as_fn_executable_p
12249as_test_x='test -x'
12250as_executable_p=as_fn_executable_p
c28c63d8
JB
12251
12252# Sed expression to map a string onto a valid CPP name.
12253as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12254
12255# Sed expression to map a string onto a valid variable name.
12256as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12257
12258
12259exec 6>&1
81ecdfbb
RW
12260## ----------------------------------- ##
12261## Main body of $CONFIG_STATUS script. ##
12262## ----------------------------------- ##
12263_ASEOF
12264test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12265
12266cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12267# Save the log message, to keep $0 and so on meaningful, and to
c28c63d8 12268# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12269# values after options handling.
12270ac_log="
c28c63d8 12271This file was extended by $as_me, which was
d0ac1c44 12272generated by GNU Autoconf 2.69. Invocation command line was
c28c63d8
JB
12273
12274 CONFIG_FILES = $CONFIG_FILES
12275 CONFIG_HEADERS = $CONFIG_HEADERS
12276 CONFIG_LINKS = $CONFIG_LINKS
12277 CONFIG_COMMANDS = $CONFIG_COMMANDS
12278 $ $0 $@
12279
81ecdfbb
RW
12280on `(hostname || uname -n) 2>/dev/null | sed 1q`
12281"
12282
c28c63d8
JB
12283_ACEOF
12284
81ecdfbb
RW
12285case $ac_config_files in *"
12286"*) set x $ac_config_files; shift; ac_config_files=$*;;
12287esac
c28c63d8 12288
81ecdfbb
RW
12289case $ac_config_headers in *"
12290"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12291esac
c28c63d8
JB
12292
12293
81ecdfbb
RW
12294cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12295# Files that config.status was made for.
12296config_files="$ac_config_files"
12297config_headers="$ac_config_headers"
81ecdfbb 12298config_commands="$ac_config_commands"
c28c63d8 12299
81ecdfbb 12300_ACEOF
c28c63d8 12301
81ecdfbb 12302cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 12303ac_cs_usage="\
81ecdfbb
RW
12304\`$as_me' instantiates files and other configuration actions
12305from templates according to the current configuration. Unless the files
12306and actions are specified as TAGs, all are instantiated by default.
c28c63d8 12307
81ecdfbb 12308Usage: $0 [OPTION]... [TAG]...
c28c63d8
JB
12309
12310 -h, --help print this help, then exit
81ecdfbb 12311 -V, --version print version number and configuration settings, then exit
d0ac1c44 12312 --config print configuration, then exit
81ecdfbb
RW
12313 -q, --quiet, --silent
12314 do not print progress messages
c28c63d8
JB
12315 -d, --debug don't remove temporary files
12316 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12317 --file=FILE[:TEMPLATE]
12318 instantiate the configuration file FILE
12319 --header=FILE[:TEMPLATE]
12320 instantiate the configuration header FILE
c28c63d8
JB
12321
12322Configuration files:
12323$config_files
12324
12325Configuration headers:
12326$config_headers
12327
c28c63d8
JB
12328Configuration commands:
12329$config_commands
12330
81ecdfbb 12331Report bugs to the package provider."
d6416cdc 12332
81ecdfbb
RW
12333_ACEOF
12334cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12335ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
c28c63d8
JB
12336ac_cs_version="\\
12337config.status
d0ac1c44
SM
12338configured by $0, generated by GNU Autoconf 2.69,
12339 with options \\"\$ac_cs_config\\"
c28c63d8 12340
d0ac1c44 12341Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
12342This config.status script is free software; the Free Software Foundation
12343gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12344
12345ac_pwd='$ac_pwd'
12346srcdir='$srcdir'
12347INSTALL='$INSTALL'
6bb11ab3 12348AWK='$AWK'
81ecdfbb 12349test -n "\$AWK" || AWK=awk
c28c63d8
JB
12350_ACEOF
12351
81ecdfbb
RW
12352cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12353# The default lists apply if the user does not specify any file.
c28c63d8
JB
12354ac_need_defaults=:
12355while test $# != 0
12356do
12357 case $1 in
d0ac1c44 12358 --*=?*)
81ecdfbb
RW
12359 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12360 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c28c63d8
JB
12361 ac_shift=:
12362 ;;
d0ac1c44
SM
12363 --*=)
12364 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12365 ac_optarg=
12366 ac_shift=:
12367 ;;
81ecdfbb 12368 *)
c28c63d8
JB
12369 ac_option=$1
12370 ac_optarg=$2
12371 ac_shift=shift
12372 ;;
12373 esac
12374
12375 case $ac_option in
12376 # Handling of the options.
12377 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12378 ac_cs_recheck=: ;;
81ecdfbb
RW
12379 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12380 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12381 --config | --confi | --conf | --con | --co | --c )
12382 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12383 --debug | --debu | --deb | --de | --d | -d )
c28c63d8
JB
12384 debug=: ;;
12385 --file | --fil | --fi | --f )
12386 $ac_shift
81ecdfbb
RW
12387 case $ac_optarg in
12388 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12389 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12390 esac
12391 as_fn_append CONFIG_FILES " '$ac_optarg'"
c28c63d8
JB
12392 ac_need_defaults=false;;
12393 --header | --heade | --head | --hea )
12394 $ac_shift
81ecdfbb
RW
12395 case $ac_optarg in
12396 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12397 esac
12398 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
c28c63d8 12399 ac_need_defaults=false;;
81ecdfbb
RW
12400 --he | --h)
12401 # Conflict between --help and --header
d0ac1c44 12402 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12403Try \`$0 --help' for more information.";;
12404 --help | --hel | -h )
12405 $as_echo "$ac_cs_usage"; exit ;;
c28c63d8
JB
12406 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12407 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12408 ac_cs_silent=: ;;
12409
12410 # This is an error.
d0ac1c44 12411 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12412Try \`$0 --help' for more information." ;;
c28c63d8 12413
81ecdfbb
RW
12414 *) as_fn_append ac_config_targets " $1"
12415 ac_need_defaults=false ;;
c28c63d8
JB
12416
12417 esac
12418 shift
12419done
12420
12421ac_configure_extra_args=
12422
12423if $ac_cs_silent; then
12424 exec 6>/dev/null
12425 ac_configure_extra_args="$ac_configure_extra_args --silent"
12426fi
12427
12428_ACEOF
81ecdfbb 12429cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c28c63d8 12430if \$ac_cs_recheck; then
d0ac1c44 12431 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12432 shift
12433 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12434 CONFIG_SHELL='$SHELL'
12435 export CONFIG_SHELL
12436 exec "\$@"
c28c63d8
JB
12437fi
12438
12439_ACEOF
81ecdfbb
RW
12440cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12441exec 5>>config.log
12442{
12443 echo
12444 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12445## Running $as_me. ##
12446_ASBOX
12447 $as_echo "$ac_log"
12448} >&5
c28c63d8 12449
81ecdfbb
RW
12450_ACEOF
12451cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12452#
12453# INIT-COMMANDS
12454#
12455ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12456
6bb11ab3
L
12457
12458# The HP-UX ksh and POSIX shell print the target directory to stdout
12459# if CDPATH is set.
12460(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12461
12462sed_quote_subst='$sed_quote_subst'
12463double_quote_subst='$double_quote_subst'
12464delay_variable_subst='$delay_variable_subst'
12465macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12466macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12467enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12468enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12469pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12470enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12471SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12472ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12473host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12474host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12475host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12476build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12477build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12478build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12479SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12480Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12481GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12482EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12483FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12484LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12485NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12486LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12487max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12488ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12489exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12490lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12491lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12492lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12493reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12494reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12495OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12496deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12497file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12498AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12499AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12500STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12501RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12502old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12503old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12504old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12505lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12506CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12507CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12508compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12509GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12510lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12511lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12512lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12513lt_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"`'
12514objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12515MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12516lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12517lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12518lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12519lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12520lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12521need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12522DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12523NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12524LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12525OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12526OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12527libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12528shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12529extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12530archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12531enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12532export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12533whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12534compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12535old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12536old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12537archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12538archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12539module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12540module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12541with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12542allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12543no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12544hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12545hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12546hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12547hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12548hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12549hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12550hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12551hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12552inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12553link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12554fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12555always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12556export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12557exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12558include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12559prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12560file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12561variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12562need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12563need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12564version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12565runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12566shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12567shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12568libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12569library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12570soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12571install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12572postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12573postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12574finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12575finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12576hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12577sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12578sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12579hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12580enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12581enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12582enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12583old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12584striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12585
12586LTCC='$LTCC'
12587LTCFLAGS='$LTCFLAGS'
12588compiler='$compiler_DEFAULT'
12589
12590# A function that is used when there is no print builtin or printf.
12591func_fallback_echo ()
12592{
12593 eval 'cat <<_LTECHO_EOF
12594\$1
12595_LTECHO_EOF'
12596}
12597
12598# Quote evaled strings.
12599for var in SHELL \
12600ECHO \
12601SED \
12602GREP \
12603EGREP \
12604FGREP \
12605LD \
12606NM \
12607LN_S \
12608lt_SP2NL \
12609lt_NL2SP \
12610reload_flag \
12611OBJDUMP \
12612deplibs_check_method \
12613file_magic_cmd \
12614AR \
12615AR_FLAGS \
12616STRIP \
12617RANLIB \
12618CC \
12619CFLAGS \
12620compiler \
12621lt_cv_sys_global_symbol_pipe \
12622lt_cv_sys_global_symbol_to_cdecl \
12623lt_cv_sys_global_symbol_to_c_name_address \
12624lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12625lt_prog_compiler_no_builtin_flag \
12626lt_prog_compiler_wl \
12627lt_prog_compiler_pic \
12628lt_prog_compiler_static \
12629lt_cv_prog_compiler_c_o \
12630need_locks \
12631DSYMUTIL \
12632NMEDIT \
12633LIPO \
12634OTOOL \
12635OTOOL64 \
12636shrext_cmds \
12637export_dynamic_flag_spec \
12638whole_archive_flag_spec \
12639compiler_needs_object \
12640with_gnu_ld \
12641allow_undefined_flag \
12642no_undefined_flag \
12643hardcode_libdir_flag_spec \
12644hardcode_libdir_flag_spec_ld \
12645hardcode_libdir_separator \
12646fix_srcfile_path \
12647exclude_expsyms \
12648include_expsyms \
12649file_list_spec \
12650variables_saved_for_relink \
12651libname_spec \
12652library_names_spec \
12653soname_spec \
12654install_override_mode \
12655finish_eval \
12656old_striplib \
12657striplib; do
12658 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12659 *[\\\\\\\`\\"\\\$]*)
12660 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12661 ;;
12662 *)
12663 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12664 ;;
12665 esac
12666done
12667
12668# Double-quote double-evaled strings.
12669for var in reload_cmds \
12670old_postinstall_cmds \
12671old_postuninstall_cmds \
12672old_archive_cmds \
12673extract_expsyms_cmds \
12674old_archive_from_new_cmds \
12675old_archive_from_expsyms_cmds \
12676archive_cmds \
12677archive_expsym_cmds \
12678module_cmds \
12679module_expsym_cmds \
12680export_symbols_cmds \
12681prelink_cmds \
12682postinstall_cmds \
12683postuninstall_cmds \
12684finish_cmds \
12685sys_lib_search_path_spec \
12686sys_lib_dlsearch_path_spec; do
12687 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12688 *[\\\\\\\`\\"\\\$]*)
12689 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12690 ;;
12691 *)
12692 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12693 ;;
12694 esac
12695done
12696
12697ac_aux_dir='$ac_aux_dir'
12698xsi_shell='$xsi_shell'
12699lt_shell_append='$lt_shell_append'
12700
12701# See if we are running on zsh, and set the options which allow our
12702# commands through without removal of \ escapes INIT.
12703if test -n "\${ZSH_VERSION+set}" ; then
12704 setopt NO_GLOB_SUBST
12705fi
12706
12707
12708 PACKAGE='$PACKAGE'
12709 VERSION='$VERSION'
12710 TIMESTAMP='$TIMESTAMP'
12711 RM='$RM'
12712 ofile='$ofile'
12713
12714
12715
12716
81ecdfbb 12717_ACEOF
c28c63d8 12718
81ecdfbb 12719cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 12720
81ecdfbb 12721# Handling of arguments.
c28c63d8
JB
12722for ac_config_target in $ac_config_targets
12723do
81ecdfbb
RW
12724 case $ac_config_target in
12725 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12726 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12727 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12728 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12729 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12730 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12731 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12732 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12733
d0ac1c44 12734 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c28c63d8
JB
12735 esac
12736done
12737
81ecdfbb 12738
c28c63d8
JB
12739# If the user did not use the arguments to specify the items to instantiate,
12740# then the envvar interface is used. Set only those that are not.
12741# We use the long form for the default assignment because of an extremely
12742# bizarre bug on SunOS 4.1.3.
12743if $ac_need_defaults; then
12744 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12745 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
c28c63d8
JB
12746 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12747fi
12748
12749# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12750# simply because there is no reason against having it here, and in addition,
c28c63d8 12751# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12752# Hook for its removal unless debugging.
12753# Note that there is a small window in which the directory will not be cleaned:
12754# after its creation but before its name has been assigned to `$tmp'.
c28c63d8
JB
12755$debug ||
12756{
d0ac1c44 12757 tmp= ac_tmp=
81ecdfbb 12758 trap 'exit_status=$?
d0ac1c44
SM
12759 : "${ac_tmp:=$tmp}"
12760 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12761' 0
12762 trap 'as_fn_exit 1' 1 2 13 15
c28c63d8
JB
12763}
12764# Create a (secure) tmp directory for tmp files.
12765
12766{
81ecdfbb 12767 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12768 test -d "$tmp"
c28c63d8
JB
12769} ||
12770{
81ecdfbb
RW
12771 tmp=./conf$$-$RANDOM
12772 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12773} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12774ac_tmp=$tmp
c28c63d8 12775
81ecdfbb
RW
12776# Set up the scripts for CONFIG_FILES section.
12777# No need to generate them if there are no CONFIG_FILES.
12778# This happens for instance with `./config.status config.h'.
12779if test -n "$CONFIG_FILES"; then
c28c63d8 12780
c28c63d8 12781
81ecdfbb
RW
12782ac_cr=`echo X | tr X '\015'`
12783# On cygwin, bash can eat \r inside `` if the user requested igncr.
12784# But we know of no other shell where ac_cr would be empty at this
12785# point, so we can use a bashism as a fallback.
12786if test "x$ac_cr" = x; then
12787 eval ac_cr=\$\'\\r\'
12788fi
12789ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12790if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12791 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12792else
12793 ac_cs_awk_cr=$ac_cr
12794fi
c28c63d8 12795
d0ac1c44 12796echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
d6416cdc 12797_ACEOF
c28c63d8 12798
81ecdfbb
RW
12799
12800{
12801 echo "cat >conf$$subs.awk <<_ACEOF" &&
12802 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12803 echo "_ACEOF"
12804} >conf$$subs.sh ||
d0ac1c44
SM
12805 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12806ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12807ac_delim='%!_!# '
12808for ac_last_try in false false false false false :; do
12809 . ./conf$$subs.sh ||
d0ac1c44 12810 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12811
12812 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12813 if test $ac_delim_n = $ac_delim_num; then
12814 break
12815 elif $ac_last_try; then
d0ac1c44 12816 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12817 else
12818 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c28c63d8 12819 fi
81ecdfbb
RW
12820done
12821rm -f conf$$subs.sh
c28c63d8 12822
81ecdfbb 12823cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12824cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
c28c63d8 12825_ACEOF
81ecdfbb
RW
12826sed -n '
12827h
12828s/^/S["/; s/!.*/"]=/
12829p
12830g
12831s/^[^!]*!//
12832:repl
12833t repl
12834s/'"$ac_delim"'$//
12835t delim
12836:nl
12837h
d0ac1c44 12838s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12839t more1
12840s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12841p
12842n
12843b repl
12844:more1
12845s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12846p
12847g
12848s/.\{148\}//
12849t nl
12850:delim
12851h
d0ac1c44 12852s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12853t more2
12854s/["\\]/\\&/g; s/^/"/; s/$/"/
12855p
12856b
12857:more2
12858s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12859p
12860g
12861s/.\{148\}//
12862t delim
12863' <conf$$subs.awk | sed '
12864/^[^""]/{
12865 N
12866 s/\n//
12867}
12868' >>$CONFIG_STATUS || ac_write_fail=1
12869rm -f conf$$subs.awk
12870cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12871_ACAWK
d0ac1c44 12872cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12873 for (key in S) S_is_set[key] = 1
12874 FS = "\a"
c28c63d8 12875
81ecdfbb
RW
12876}
12877{
12878 line = $ 0
12879 nfields = split(line, field, "@")
12880 substed = 0
12881 len = length(field[1])
12882 for (i = 2; i < nfields; i++) {
12883 key = field[i]
12884 keylen = length(key)
12885 if (S_is_set[key]) {
12886 value = S[key]
12887 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12888 len += length(value) + length(field[++i])
12889 substed = 1
12890 } else
12891 len += 1 + keylen
12892 }
12893
12894 print line
12895}
c28c63d8 12896
81ecdfbb
RW
12897_ACAWK
12898_ACEOF
12899cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12900if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12901 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
d6416cdc 12902else
81ecdfbb 12903 cat
d0ac1c44
SM
12904fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12905 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12906_ACEOF
c28c63d8 12907
d0ac1c44
SM
12908# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12909# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12910# trailing colons and then remove the whole line if VPATH becomes empty
12911# (actually we leave an empty line to preserve line numbers).
12912if test "x$srcdir" = x.; then
d0ac1c44
SM
12913 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12914h
12915s///
12916s/^/:/
12917s/[ ]*$/:/
12918s/:\$(srcdir):/:/g
12919s/:\${srcdir}:/:/g
12920s/:@srcdir@:/:/g
12921s/^:*//
81ecdfbb 12922s/:*$//
d0ac1c44
SM
12923x
12924s/\(=[ ]*\).*/\1/
12925G
12926s/\n//
81ecdfbb
RW
12927s/^[^=]*=[ ]*$//
12928}'
12929fi
c28c63d8 12930
81ecdfbb
RW
12931cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12932fi # test -n "$CONFIG_FILES"
c28c63d8 12933
81ecdfbb
RW
12934# Set up the scripts for CONFIG_HEADERS section.
12935# No need to generate them if there are no CONFIG_HEADERS.
12936# This happens for instance with `./config.status Makefile'.
12937if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12938cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12939BEGIN {
12940_ACEOF
c28c63d8 12941
81ecdfbb
RW
12942# Transform confdefs.h into an awk script `defines.awk', embedded as
12943# here-document in config.status, that substitutes the proper values into
12944# config.h.in to produce config.h.
d6416cdc 12945
81ecdfbb
RW
12946# Create a delimiter string that does not exist in confdefs.h, to ease
12947# handling of long lines.
12948ac_delim='%!_!# '
12949for ac_last_try in false false :; do
d0ac1c44
SM
12950 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12951 if test -z "$ac_tt"; then
81ecdfbb
RW
12952 break
12953 elif $ac_last_try; then
d0ac1c44 12954 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
c28c63d8 12955 else
81ecdfbb 12956 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c28c63d8 12957 fi
d6416cdc 12958done
81ecdfbb
RW
12959
12960# For the awk script, D is an array of macro values keyed by name,
12961# likewise P contains macro parameters if any. Preserve backslash
12962# newline sequences.
12963
12964ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12965sed -n '
12966s/.\{148\}/&'"$ac_delim"'/g
12967t rset
12968:rset
12969s/^[ ]*#[ ]*define[ ][ ]*/ /
12970t def
12971d
12972:def
12973s/\\$//
12974t bsnl
12975s/["\\]/\\&/g
12976s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12977D["\1"]=" \3"/p
12978s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12979d
12980:bsnl
12981s/["\\]/\\&/g
12982s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12983D["\1"]=" \3\\\\\\n"\\/p
12984t cont
12985s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12986t cont
12987d
12988:cont
12989n
12990s/.\{148\}/&'"$ac_delim"'/g
12991t clear
12992:clear
12993s/\\$//
12994t bsnlc
12995s/["\\]/\\&/g; s/^/"/; s/$/"/p
12996d
12997:bsnlc
12998s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12999b cont
13000' <confdefs.h | sed '
13001s/'"$ac_delim"'/"\\\
13002"/g' >>$CONFIG_STATUS || ac_write_fail=1
13003
13004cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13005 for (key in D) D_is_set[key] = 1
13006 FS = "\a"
13007}
13008/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13009 line = \$ 0
13010 split(line, arg, " ")
13011 if (arg[1] == "#") {
13012 defundef = arg[2]
13013 mac1 = arg[3]
13014 } else {
13015 defundef = substr(arg[1], 2)
13016 mac1 = arg[2]
13017 }
13018 split(mac1, mac2, "(") #)
13019 macro = mac2[1]
13020 prefix = substr(line, 1, index(line, defundef) - 1)
13021 if (D_is_set[macro]) {
13022 # Preserve the white space surrounding the "#".
13023 print prefix "define", macro P[macro] D[macro]
13024 next
13025 } else {
13026 # Replace #undef with comments. This is necessary, for example,
13027 # in the case of _POSIX_SOURCE, which is predefined and required
13028 # on some systems where configure will not decide to define it.
13029 if (defundef == "undef") {
13030 print "/*", prefix defundef, macro, "*/"
13031 next
13032 }
13033 }
13034}
13035{ print }
13036_ACAWK
c28c63d8 13037_ACEOF
81ecdfbb 13038cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13039 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13040fi # test -n "$CONFIG_HEADERS"
c28c63d8
JB
13041
13042
99d8e879 13043eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13044shift
13045for ac_tag
13046do
13047 case $ac_tag in
13048 :[FHLC]) ac_mode=$ac_tag; continue;;
13049 esac
13050 case $ac_mode$ac_tag in
13051 :[FHL]*:*);;
d0ac1c44 13052 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13053 :[FH]-) ac_tag=-:-;;
13054 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c28c63d8 13055 esac
81ecdfbb
RW
13056 ac_save_IFS=$IFS
13057 IFS=:
13058 set x $ac_tag
13059 IFS=$ac_save_IFS
13060 shift
13061 ac_file=$1
13062 shift
c28c63d8 13063
81ecdfbb
RW
13064 case $ac_mode in
13065 :L) ac_source=$1;;
13066 :[FH])
13067 ac_file_inputs=
13068 for ac_f
13069 do
13070 case $ac_f in
d0ac1c44 13071 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13072 *) # Look for the file first in the build tree, then in the source tree
13073 # (if the path is not absolute). The absolute path cannot be DOS-style,
13074 # because $ac_f cannot contain `:'.
13075 test -f "$ac_f" ||
13076 case $ac_f in
13077 [\\/$]*) false;;
13078 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13079 esac ||
d0ac1c44 13080 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
c28c63d8 13081 esac
81ecdfbb
RW
13082 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13083 as_fn_append ac_file_inputs " '$ac_f'"
13084 done
c28c63d8 13085
81ecdfbb
RW
13086 # Let's still pretend it is `configure' which instantiates (i.e., don't
13087 # use $as_me), people would be surprised to read:
13088 # /* config.h. Generated by config.status. */
13089 configure_input='Generated from '`
13090 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13091 `' by configure.'
13092 if test x"$ac_file" != x-; then
13093 configure_input="$ac_file. $configure_input"
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13095$as_echo "$as_me: creating $ac_file" >&6;}
13096 fi
13097 # Neutralize special characters interpreted by sed in replacement strings.
13098 case $configure_input in #(
13099 *\&* | *\|* | *\\* )
13100 ac_sed_conf_input=`$as_echo "$configure_input" |
13101 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13102 *) ac_sed_conf_input=$configure_input;;
13103 esac
c28c63d8 13104
81ecdfbb 13105 case $ac_tag in
d0ac1c44
SM
13106 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13107 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13108 esac
13109 ;;
13110 esac
c28c63d8 13111
81ecdfbb 13112 ac_dir=`$as_dirname -- "$ac_file" ||
c28c63d8
JB
13113$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13114 X"$ac_file" : 'X\(//\)[^/]' \| \
13115 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13116 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13117$as_echo X"$ac_file" |
13118 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13119 s//\1/
13120 q
13121 }
13122 /^X\(\/\/\)[^/].*/{
13123 s//\1/
13124 q
13125 }
13126 /^X\(\/\/\)$/{
13127 s//\1/
13128 q
13129 }
13130 /^X\(\/\).*/{
13131 s//\1/
13132 q
13133 }
13134 s/.*/./; q'`
13135 as_dir="$ac_dir"; as_fn_mkdir_p
c28c63d8
JB
13136 ac_builddir=.
13137
81ecdfbb
RW
13138case "$ac_dir" in
13139.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13140*)
13141 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13142 # A ".." for each directory in $ac_dir_suffix.
13143 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13144 case $ac_top_builddir_sub in
13145 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13146 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13147 esac ;;
13148esac
13149ac_abs_top_builddir=$ac_pwd
13150ac_abs_builddir=$ac_pwd$ac_dir_suffix
13151# for backward compatibility:
13152ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
13153
13154case $srcdir in
81ecdfbb 13155 .) # We are building in place.
c28c63d8 13156 ac_srcdir=.
81ecdfbb
RW
13157 ac_top_srcdir=$ac_top_builddir_sub
13158 ac_abs_top_srcdir=$ac_pwd ;;
13159 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 13160 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13161 ac_top_srcdir=$srcdir
13162 ac_abs_top_srcdir=$srcdir ;;
13163 *) # Relative name.
13164 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13165 ac_top_srcdir=$ac_top_build_prefix$srcdir
13166 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c28c63d8 13167esac
81ecdfbb 13168ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c28c63d8
JB
13169
13170
81ecdfbb
RW
13171 case $ac_mode in
13172 :F)
13173 #
13174 # CONFIG_FILE
13175 #
c28c63d8 13176
81ecdfbb
RW
13177 case $INSTALL in
13178 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13179 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c28c63d8 13180 esac
81ecdfbb 13181_ACEOF
c28c63d8 13182
81ecdfbb
RW
13183cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13184# If the template does not know about datarootdir, expand it.
13185# FIXME: This hack should be removed a few years after 2.60.
13186ac_datarootdir_hack=; ac_datarootdir_seen=
13187ac_sed_dataroot='
13188/datarootdir/ {
13189 p
13190 q
13191}
13192/@datadir@/p
13193/@docdir@/p
13194/@infodir@/p
13195/@localedir@/p
13196/@mandir@/p'
13197case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13198*datarootdir*) ac_datarootdir_seen=yes;;
13199*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13201$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13202_ACEOF
13203cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13204 ac_datarootdir_hack='
13205 s&@datadir@&$datadir&g
13206 s&@docdir@&$docdir&g
13207 s&@infodir@&$infodir&g
13208 s&@localedir@&$localedir&g
13209 s&@mandir@&$mandir&g
13210 s&\\\${datarootdir}&$datarootdir&g' ;;
13211esac
d6416cdc 13212_ACEOF
c28c63d8 13213
81ecdfbb
RW
13214# Neutralize VPATH when `$srcdir' = `.'.
13215# Shell code in configure.ac might set extrasub.
13216# FIXME: do we really want to maintain this feature?
13217cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13218ac_sed_extra="$ac_vpsub
13219$extrasub
13220_ACEOF
13221cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13222:t
13223/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13224s|@configure_input@|$ac_sed_conf_input|;t t
13225s&@top_builddir@&$ac_top_builddir_sub&;t t
13226s&@top_build_prefix@&$ac_top_build_prefix&;t t
13227s&@srcdir@&$ac_srcdir&;t t
13228s&@abs_srcdir@&$ac_abs_srcdir&;t t
13229s&@top_srcdir@&$ac_top_srcdir&;t t
13230s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13231s&@builddir@&$ac_builddir&;t t
13232s&@abs_builddir@&$ac_abs_builddir&;t t
13233s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13234s&@INSTALL@&$ac_INSTALL&;t t
13235$ac_datarootdir_hack
13236"
d0ac1c44
SM
13237eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13238 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13239
13240test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13241 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13242 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13243 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13244 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13245which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13246$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13247which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13248
d0ac1c44 13249 rm -f "$ac_tmp/stdin"
81ecdfbb 13250 case $ac_file in
d0ac1c44
SM
13251 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13252 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13253 esac \
d0ac1c44 13254 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13255 ;;
13256 :H)
13257 #
13258 # CONFIG_HEADER
13259 #
13260 if test x"$ac_file" != x-; then
13261 {
13262 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13263 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13264 } >"$ac_tmp/config.h" \
13265 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13266 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13268$as_echo "$as_me: $ac_file is unchanged" >&6;}
13269 else
13270 rm -f "$ac_file"
d0ac1c44
SM
13271 mv "$ac_tmp/config.h" "$ac_file" \
13272 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13273 fi
c28c63d8 13274 else
81ecdfbb 13275 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13276 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13277 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13278 fi
13279 ;;
c28c63d8 13280
81ecdfbb
RW
13281 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13282$as_echo "$as_me: executing $ac_file commands" >&6;}
13283 ;;
13284 esac
c28c63d8
JB
13285
13286
81ecdfbb 13287 case $ac_file$ac_mode in
db2e4d67 13288 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13289 "libtool":C)
13290
13291 # See if we are running on zsh, and set the options which allow our
13292 # commands through without removal of \ escapes.
13293 if test -n "${ZSH_VERSION+set}" ; then
13294 setopt NO_GLOB_SUBST
13295 fi
13296
13297 cfgfile="${ofile}T"
13298 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13299 $RM "$cfgfile"
13300
13301 cat <<_LT_EOF >> "$cfgfile"
13302#! $SHELL
13303
13304# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13305# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13306# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13307# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13308#
13309# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13310# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13311# Written by Gordon Matzigkeit, 1996
13312#
13313# This file is part of GNU Libtool.
13314#
13315# GNU Libtool is free software; you can redistribute it and/or
13316# modify it under the terms of the GNU General Public License as
13317# published by the Free Software Foundation; either version 2 of
13318# the License, or (at your option) any later version.
13319#
13320# As a special exception to the GNU General Public License,
13321# if you distribute this file as part of a program or library that
13322# is built using GNU Libtool, you may include this file under the
13323# same distribution terms that you use for the rest of that program.
13324#
13325# GNU Libtool is distributed in the hope that it will be useful,
13326# but WITHOUT ANY WARRANTY; without even the implied warranty of
13327# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13328# GNU General Public License for more details.
13329#
13330# You should have received a copy of the GNU General Public License
13331# along with GNU Libtool; see the file COPYING. If not, a copy
13332# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13333# obtained by writing to the Free Software Foundation, Inc.,
13334# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13335
13336
13337# The names of the tagged configurations supported by this script.
13338available_tags=""
13339
13340# ### BEGIN LIBTOOL CONFIG
13341
13342# Which release of libtool.m4 was used?
13343macro_version=$macro_version
13344macro_revision=$macro_revision
13345
13346# Whether or not to build shared libraries.
13347build_libtool_libs=$enable_shared
13348
13349# Whether or not to build static libraries.
13350build_old_libs=$enable_static
13351
13352# What type of objects to build.
13353pic_mode=$pic_mode
13354
13355# Whether or not to optimize for fast installation.
13356fast_install=$enable_fast_install
13357
13358# Shell to use when invoking shell scripts.
13359SHELL=$lt_SHELL
13360
13361# An echo program that protects backslashes.
13362ECHO=$lt_ECHO
13363
13364# The host system.
13365host_alias=$host_alias
13366host=$host
13367host_os=$host_os
13368
13369# The build system.
13370build_alias=$build_alias
13371build=$build
13372build_os=$build_os
13373
13374# A sed program that does not truncate output.
13375SED=$lt_SED
13376
13377# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13378Xsed="\$SED -e 1s/^X//"
13379
13380# A grep program that handles long lines.
13381GREP=$lt_GREP
13382
13383# An ERE matcher.
13384EGREP=$lt_EGREP
13385
13386# A literal string matcher.
13387FGREP=$lt_FGREP
13388
13389# A BSD- or MS-compatible name lister.
13390NM=$lt_NM
13391
13392# Whether we need soft or hard links.
13393LN_S=$lt_LN_S
13394
13395# What is the maximum length of a command?
13396max_cmd_len=$max_cmd_len
13397
13398# Object file suffix (normally "o").
13399objext=$ac_objext
13400
13401# Executable file suffix (normally "").
13402exeext=$exeext
13403
13404# whether the shell understands "unset".
13405lt_unset=$lt_unset
13406
13407# turn spaces into newlines.
13408SP2NL=$lt_lt_SP2NL
13409
13410# turn newlines into spaces.
13411NL2SP=$lt_lt_NL2SP
13412
13413# An object symbol dumper.
13414OBJDUMP=$lt_OBJDUMP
13415
13416# Method to check whether dependent libraries are shared objects.
13417deplibs_check_method=$lt_deplibs_check_method
13418
13419# Command to use when deplibs_check_method == "file_magic".
13420file_magic_cmd=$lt_file_magic_cmd
13421
13422# The archiver.
13423AR=$lt_AR
13424AR_FLAGS=$lt_AR_FLAGS
13425
13426# A symbol stripping program.
13427STRIP=$lt_STRIP
13428
13429# Commands used to install an old-style archive.
13430RANLIB=$lt_RANLIB
13431old_postinstall_cmds=$lt_old_postinstall_cmds
13432old_postuninstall_cmds=$lt_old_postuninstall_cmds
13433
13434# Whether to use a lock for old archive extraction.
13435lock_old_archive_extraction=$lock_old_archive_extraction
13436
13437# A C compiler.
13438LTCC=$lt_CC
13439
13440# LTCC compiler flags.
13441LTCFLAGS=$lt_CFLAGS
13442
13443# Take the output of nm and produce a listing of raw symbols and C names.
13444global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13445
13446# Transform the output of nm in a proper C declaration.
13447global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13448
13449# Transform the output of nm in a C name address pair.
13450global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13451
13452# Transform the output of nm in a C name address pair when lib prefix is needed.
13453global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13454
13455# The name of the directory that contains temporary libtool files.
13456objdir=$objdir
13457
13458# Used to examine libraries when file_magic_cmd begins with "file".
13459MAGIC_CMD=$MAGIC_CMD
13460
13461# Must we lock files when doing compilation?
13462need_locks=$lt_need_locks
13463
13464# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13465DSYMUTIL=$lt_DSYMUTIL
13466
13467# Tool to change global to local symbols on Mac OS X.
13468NMEDIT=$lt_NMEDIT
13469
13470# Tool to manipulate fat objects and archives on Mac OS X.
13471LIPO=$lt_LIPO
13472
13473# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13474OTOOL=$lt_OTOOL
13475
13476# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13477OTOOL64=$lt_OTOOL64
13478
13479# Old archive suffix (normally "a").
13480libext=$libext
13481
13482# Shared library suffix (normally ".so").
13483shrext_cmds=$lt_shrext_cmds
13484
13485# The commands to extract the exported symbol list from a shared archive.
13486extract_expsyms_cmds=$lt_extract_expsyms_cmds
13487
13488# Variables whose values should be saved in libtool wrapper scripts and
13489# restored at link time.
13490variables_saved_for_relink=$lt_variables_saved_for_relink
13491
13492# Do we need the "lib" prefix for modules?
13493need_lib_prefix=$need_lib_prefix
13494
13495# Do we need a version for libraries?
13496need_version=$need_version
13497
13498# Library versioning type.
13499version_type=$version_type
13500
13501# Shared library runtime path variable.
13502runpath_var=$runpath_var
13503
13504# Shared library path variable.
13505shlibpath_var=$shlibpath_var
13506
13507# Is shlibpath searched before the hard-coded library search path?
13508shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13509
13510# Format of library name prefix.
13511libname_spec=$lt_libname_spec
13512
13513# List of archive names. First name is the real one, the rest are links.
13514# The last name is the one that the linker finds with -lNAME
13515library_names_spec=$lt_library_names_spec
13516
13517# The coded name of the library, if different from the real name.
13518soname_spec=$lt_soname_spec
13519
13520# Permission mode override for installation of shared libraries.
13521install_override_mode=$lt_install_override_mode
13522
13523# Command to use after installation of a shared archive.
13524postinstall_cmds=$lt_postinstall_cmds
13525
13526# Command to use after uninstallation of a shared archive.
13527postuninstall_cmds=$lt_postuninstall_cmds
13528
13529# Commands used to finish a libtool library installation in a directory.
13530finish_cmds=$lt_finish_cmds
13531
13532# As "finish_cmds", except a single script fragment to be evaled but
13533# not shown.
13534finish_eval=$lt_finish_eval
13535
13536# Whether we should hardcode library paths into libraries.
13537hardcode_into_libs=$hardcode_into_libs
13538
13539# Compile-time system search path for libraries.
13540sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13541
13542# Run-time system search path for libraries.
13543sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13544
13545# Whether dlopen is supported.
13546dlopen_support=$enable_dlopen
13547
13548# Whether dlopen of programs is supported.
13549dlopen_self=$enable_dlopen_self
13550
13551# Whether dlopen of statically linked programs is supported.
13552dlopen_self_static=$enable_dlopen_self_static
13553
13554# Commands to strip libraries.
13555old_striplib=$lt_old_striplib
13556striplib=$lt_striplib
13557
13558
13559# The linker used to build libraries.
13560LD=$lt_LD
13561
13562# How to create reloadable object files.
13563reload_flag=$lt_reload_flag
13564reload_cmds=$lt_reload_cmds
13565
13566# Commands used to build an old-style archive.
13567old_archive_cmds=$lt_old_archive_cmds
13568
13569# A language specific compiler.
13570CC=$lt_compiler
13571
13572# Is the compiler the GNU compiler?
13573with_gcc=$GCC
13574
13575# Compiler flag to turn off builtin functions.
13576no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13577
13578# How to pass a linker flag through the compiler.
13579wl=$lt_lt_prog_compiler_wl
13580
13581# Additional compiler flags for building library objects.
13582pic_flag=$lt_lt_prog_compiler_pic
13583
13584# Compiler flag to prevent dynamic linking.
13585link_static_flag=$lt_lt_prog_compiler_static
13586
13587# Does compiler simultaneously support -c and -o options?
13588compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13589
13590# Whether or not to add -lc for building shared libraries.
13591build_libtool_need_lc=$archive_cmds_need_lc
13592
13593# Whether or not to disallow shared libs when runtime libs are static.
13594allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13595
13596# Compiler flag to allow reflexive dlopens.
13597export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13598
13599# Compiler flag to generate shared objects directly from archives.
13600whole_archive_flag_spec=$lt_whole_archive_flag_spec
13601
13602# Whether the compiler copes with passing no objects directly.
13603compiler_needs_object=$lt_compiler_needs_object
13604
13605# Create an old-style archive from a shared archive.
13606old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13607
13608# Create a temporary old-style archive to link instead of a shared archive.
13609old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13610
13611# Commands used to build a shared archive.
13612archive_cmds=$lt_archive_cmds
13613archive_expsym_cmds=$lt_archive_expsym_cmds
13614
13615# Commands used to build a loadable module if different from building
13616# a shared archive.
13617module_cmds=$lt_module_cmds
13618module_expsym_cmds=$lt_module_expsym_cmds
13619
13620# Whether we are building with GNU ld or not.
13621with_gnu_ld=$lt_with_gnu_ld
13622
13623# Flag that allows shared libraries with undefined symbols to be built.
13624allow_undefined_flag=$lt_allow_undefined_flag
13625
13626# Flag that enforces no undefined symbols.
13627no_undefined_flag=$lt_no_undefined_flag
13628
13629# Flag to hardcode \$libdir into a binary during linking.
13630# This must work even if \$libdir does not exist
13631hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13632
13633# If ld is used when linking, flag to hardcode \$libdir into a binary
13634# during linking. This must work even if \$libdir does not exist.
13635hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13636
13637# Whether we need a single "-rpath" flag with a separated argument.
13638hardcode_libdir_separator=$lt_hardcode_libdir_separator
13639
13640# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13641# DIR into the resulting binary.
13642hardcode_direct=$hardcode_direct
13643
13644# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13645# DIR into the resulting binary and the resulting library dependency is
13646# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13647# library is relocated.
13648hardcode_direct_absolute=$hardcode_direct_absolute
13649
13650# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13651# into the resulting binary.
13652hardcode_minus_L=$hardcode_minus_L
13653
13654# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13655# into the resulting binary.
13656hardcode_shlibpath_var=$hardcode_shlibpath_var
13657
13658# Set to "yes" if building a shared library automatically hardcodes DIR
13659# into the library and all subsequent libraries and executables linked
13660# against it.
13661hardcode_automatic=$hardcode_automatic
13662
13663# Set to yes if linker adds runtime paths of dependent libraries
13664# to runtime path list.
13665inherit_rpath=$inherit_rpath
13666
13667# Whether libtool must link a program against all its dependency libraries.
13668link_all_deplibs=$link_all_deplibs
13669
13670# Fix the shell variable \$srcfile for the compiler.
13671fix_srcfile_path=$lt_fix_srcfile_path
13672
13673# Set to "yes" if exported symbols are required.
13674always_export_symbols=$always_export_symbols
13675
13676# The commands to list exported symbols.
13677export_symbols_cmds=$lt_export_symbols_cmds
13678
13679# Symbols that should not be listed in the preloaded symbols.
13680exclude_expsyms=$lt_exclude_expsyms
13681
13682# Symbols that must always be exported.
13683include_expsyms=$lt_include_expsyms
13684
13685# Commands necessary for linking programs (against libraries) with templates.
13686prelink_cmds=$lt_prelink_cmds
13687
13688# Specify filename containing input files.
13689file_list_spec=$lt_file_list_spec
13690
13691# How to hardcode a shared library path into an executable.
13692hardcode_action=$hardcode_action
13693
13694# ### END LIBTOOL CONFIG
13695
13696_LT_EOF
13697
13698 case $host_os in
13699 aix3*)
13700 cat <<\_LT_EOF >> "$cfgfile"
13701# AIX sometimes has problems with the GCC collect2 program. For some
13702# reason, if we set the COLLECT_NAMES environment variable, the problems
13703# vanish in a puff of smoke.
13704if test "X${COLLECT_NAMES+set}" != Xset; then
13705 COLLECT_NAMES=
13706 export COLLECT_NAMES
13707fi
13708_LT_EOF
13709 ;;
13710 esac
13711
13712
13713ltmain="$ac_aux_dir/ltmain.sh"
13714
13715
13716 # We use sed instead of cat because bash on DJGPP gets confused if
13717 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13718 # text mode, it properly converts lines to CR/LF. This bash problem
13719 # is reportedly fixed, but why not run on old versions too?
13720 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13721 || (rm -f "$cfgfile"; exit 1)
13722
13723 case $xsi_shell in
13724 yes)
13725 cat << \_LT_EOF >> "$cfgfile"
13726
13727# func_dirname file append nondir_replacement
13728# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13729# otherwise set result to NONDIR_REPLACEMENT.
13730func_dirname ()
13731{
13732 case ${1} in
13733 */*) func_dirname_result="${1%/*}${2}" ;;
13734 * ) func_dirname_result="${3}" ;;
13735 esac
13736}
13737
13738# func_basename file
13739func_basename ()
13740{
13741 func_basename_result="${1##*/}"
13742}
13743
13744# func_dirname_and_basename file append nondir_replacement
13745# perform func_basename and func_dirname in a single function
13746# call:
13747# dirname: Compute the dirname of FILE. If nonempty,
13748# add APPEND to the result, otherwise set result
13749# to NONDIR_REPLACEMENT.
13750# value returned in "$func_dirname_result"
13751# basename: Compute filename of FILE.
13752# value retuned in "$func_basename_result"
13753# Implementation must be kept synchronized with func_dirname
13754# and func_basename. For efficiency, we do not delegate to
13755# those functions but instead duplicate the functionality here.
13756func_dirname_and_basename ()
13757{
13758 case ${1} in
13759 */*) func_dirname_result="${1%/*}${2}" ;;
13760 * ) func_dirname_result="${3}" ;;
13761 esac
13762 func_basename_result="${1##*/}"
13763}
13764
13765# func_stripname prefix suffix name
13766# strip PREFIX and SUFFIX off of NAME.
13767# PREFIX and SUFFIX must not contain globbing or regex special
13768# characters, hashes, percent signs, but SUFFIX may contain a leading
13769# dot (in which case that matches only a dot).
13770func_stripname ()
13771{
13772 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13773 # positional parameters, so assign one to ordinary parameter first.
13774 func_stripname_result=${3}
13775 func_stripname_result=${func_stripname_result#"${1}"}
13776 func_stripname_result=${func_stripname_result%"${2}"}
13777}
13778
13779# func_opt_split
13780func_opt_split ()
13781{
13782 func_opt_split_opt=${1%%=*}
13783 func_opt_split_arg=${1#*=}
13784}
13785
13786# func_lo2o object
13787func_lo2o ()
13788{
13789 case ${1} in
13790 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13791 *) func_lo2o_result=${1} ;;
13792 esac
13793}
13794
13795# func_xform libobj-or-source
13796func_xform ()
13797{
13798 func_xform_result=${1%.*}.lo
13799}
13800
13801# func_arith arithmetic-term...
13802func_arith ()
13803{
13804 func_arith_result=$(( $* ))
13805}
13806
13807# func_len string
13808# STRING may not start with a hyphen.
13809func_len ()
13810{
13811 func_len_result=${#1}
13812}
13813
13814_LT_EOF
13815 ;;
13816 *) # Bourne compatible functions.
13817 cat << \_LT_EOF >> "$cfgfile"
13818
13819# func_dirname file append nondir_replacement
13820# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13821# otherwise set result to NONDIR_REPLACEMENT.
13822func_dirname ()
13823{
13824 # Extract subdirectory from the argument.
13825 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13826 if test "X$func_dirname_result" = "X${1}"; then
13827 func_dirname_result="${3}"
13828 else
13829 func_dirname_result="$func_dirname_result${2}"
13830 fi
13831}
13832
13833# func_basename file
13834func_basename ()
13835{
13836 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13837}
13838
13839
13840# func_stripname prefix suffix name
13841# strip PREFIX and SUFFIX off of NAME.
13842# PREFIX and SUFFIX must not contain globbing or regex special
13843# characters, hashes, percent signs, but SUFFIX may contain a leading
13844# dot (in which case that matches only a dot).
13845# func_strip_suffix prefix name
13846func_stripname ()
13847{
13848 case ${2} in
13849 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13850 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13851 esac
13852}
13853
13854# sed scripts:
13855my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13856my_sed_long_arg='1s/^-[^=]*=//'
13857
13858# func_opt_split
13859func_opt_split ()
13860{
13861 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13862 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13863}
13864
13865# func_lo2o object
13866func_lo2o ()
13867{
13868 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13869}
13870
13871# func_xform libobj-or-source
13872func_xform ()
13873{
13874 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13875}
13876
13877# func_arith arithmetic-term...
13878func_arith ()
13879{
13880 func_arith_result=`expr "$@"`
13881}
13882
13883# func_len string
13884# STRING may not start with a hyphen.
13885func_len ()
13886{
13887 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13888}
13889
13890_LT_EOF
13891esac
13892
13893case $lt_shell_append in
13894 yes)
13895 cat << \_LT_EOF >> "$cfgfile"
13896
13897# func_append var value
13898# Append VALUE to the end of shell variable VAR.
13899func_append ()
13900{
13901 eval "$1+=\$2"
13902}
13903_LT_EOF
13904 ;;
13905 *)
13906 cat << \_LT_EOF >> "$cfgfile"
13907
13908# func_append var value
13909# Append VALUE to the end of shell variable VAR.
13910func_append ()
13911{
13912 eval "$1=\$$1\$2"
13913}
13914
13915_LT_EOF
13916 ;;
13917 esac
13918
13919
13920 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13921 || (rm -f "$cfgfile"; exit 1)
13922
13923 mv -f "$cfgfile" "$ofile" ||
13924 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13925 chmod +x "$ofile"
13926
13927 ;;
81ecdfbb 13928 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
c28c63d8
JB
13929 rm -f Makesim1.tmp Makesim2.tmp Makefile
13930 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13931 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13932 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13933 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13934 <Makefile.sim >Makefile
13935 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13936 ;;
81ecdfbb
RW
13937 "stamp-h":C) echo > stamp-h ;;
13938
c28c63d8 13939 esac
81ecdfbb 13940done # for ac_tag
c28c63d8
JB
13941
13942
81ecdfbb 13943as_fn_exit 0
c28c63d8 13944_ACEOF
c28c63d8
JB
13945ac_clean_files=$ac_clean_files_save
13946
81ecdfbb 13947test $ac_write_fail = 0 ||
d0ac1c44 13948 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13949
c28c63d8
JB
13950
13951# configure is writing to config.log, and then calls config.status.
13952# config.status does its own redirection, appending to config.log.
13953# Unfortunately, on DOS this fails, as config.log is still kept open
13954# by configure, so config.status won't be able to write to it; its
13955# output is simply discarded. So we exec the FD to /dev/null,
13956# effectively closing config.log, so it can be properly (re)opened and
13957# appended to by config.status. When coming back to configure, we
13958# need to make the FD available again.
13959if test "$no_create" != yes; then
13960 ac_cs_success=:
13961 ac_config_status_args=
13962 test "$silent" = yes &&
13963 ac_config_status_args="$ac_config_status_args --quiet"
13964 exec 5>/dev/null
13965 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13966 exec 5>>config.log
13967 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13968 # would make configure fail if this is the last instruction.
d0ac1c44 13969 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13970fi
13971if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13973$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c28c63d8 13974fi
c28c63d8
JB
13975
13976