]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/moxie/configure
sim: unify environment build settings
[thirdparty/binutils-gdb.git] / sim / moxie / configure
CommitLineData
fdd6fa61
AG
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#
fdd6fa61 8#
fdd6fa61
AG
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## -------------------- ##
fdd6fa61 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 :
fdd6fa61
AG
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
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
fdd6fa61 31fi
fdd6fa61 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 }
fdd6fa61
AG
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
fdd6fa61
AG
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
fdd6fa61 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."
fdd6fa61 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."
fdd6fa61 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
fdd6fa61 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
fdd6fa61
AG
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
fdd6fa61
AG
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
fdd6fa61 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
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'`
fdd6fa61 464
fdd6fa61
AG
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
fdd6fa61 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 |
fdd6fa61 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
fdd6fa61 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fdd6fa61 490 t loop
81ecdfbb 491 s/-\n.*//
fdd6fa61 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; }
fdd6fa61 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
fdd6fa61
AG
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"
fdd6fa61
AG
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';;
fdd6fa61
AG
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
fdd6fa61 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
fdd6fa61 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 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'
fdd6fa61 541 fi
fdd6fa61 542else
d0ac1c44 543 as_ln_s='cp -pR'
fdd6fa61 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
fdd6fa61
AG
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
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
fdd6fa61
AG
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
fdd6fa61 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
fdd6fa61
AG
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
fdd6fa61
AG
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
fdd6fa61
AG
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
fdd6fa61 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
fdd6fa61
AG
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
fdd6fa61
AG
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
fdd6fa61
AG
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
fdd6fa61
AG
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
fdd6fa61
AG
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
fdd6fa61
AG
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
fdd6fa61
AG
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fdd6fa61
AG
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
fdd6fa61
AG
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
fdd6fa61 623# include <inttypes.h>
fdd6fa61 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
fdd6fa61
AG
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b 634sim_reserved_bits
760b3e8b
MF
635sim_default_model
636sim_scache
637sim_float
638sim_bitsize
81ecdfbb 639cgen_breaks
6ffe910a 640DTC
81ecdfbb
RW
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
136da8cd 757sim_inline
66d055c7
MF
758sim_hw
759sim_hw_objs
760sim_hw_cflags
136da8cd 761sim_endian
136da8cd 762sim_alignment'
fdd6fa61 763ac_subst_files=''
81ecdfbb
RW
764ac_user_opts='
765enable_option_checking
aadc9410 766with_system_zlib
6bb11ab3
L
767enable_plugins
768enable_shared
769enable_static
770with_pic
771enable_fast_install
772with_gnu_ld
773enable_libtool_lock
81ecdfbb 774enable_maintainer_mode
81ecdfbb
RW
775enable_sim_debug
776enable_sim_stdio
777enable_sim_trace
778enable_sim_profile
347fe5bb 779enable_sim_inline
81ecdfbb
RW
780with_pkgversion
781with_bugurl
5c27d164
AG
782enable_sim_endian
783enable_sim_alignment
cc8ab1de
MF
784enable_werror
785enable_build_warnings
786enable_sim_build_warnings
66d055c7 787enable_sim_hardware
81ecdfbb
RW
788'
789 ac_precious_vars='build_alias
790host_alias
791target_alias
792CC
793CFLAGS
794LDFLAGS
795LIBS
796CPPFLAGS
797CPP'
798
fdd6fa61
AG
799
800# Initialize some variables set by options.
801ac_init_help=
802ac_init_version=false
81ecdfbb
RW
803ac_unrecognized_opts=
804ac_unrecognized_sep=
fdd6fa61
AG
805# The variables have the same names as the options, with
806# dashes changed to underlines.
807cache_file=/dev/null
808exec_prefix=NONE
809no_create=
810no_recursion=
811prefix=NONE
812program_prefix=NONE
813program_suffix=NONE
814program_transform_name=s,x,x,
815silent=
816site=
817srcdir=
818verbose=
819x_includes=NONE
820x_libraries=NONE
821
822# Installation directory options.
823# These are left unexpanded so users can "make install exec_prefix=/foo"
824# and all the variables that are supposed to be based on exec_prefix
825# by default will actually change.
826# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 827# (The list follows the same order as the GNU Coding Standards.)
fdd6fa61
AG
828bindir='${exec_prefix}/bin'
829sbindir='${exec_prefix}/sbin'
830libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
831datarootdir='${prefix}/share'
832datadir='${datarootdir}'
fdd6fa61
AG
833sysconfdir='${prefix}/etc'
834sharedstatedir='${prefix}/com'
835localstatedir='${prefix}/var'
fdd6fa61
AG
836includedir='${prefix}/include'
837oldincludedir='/usr/include'
81ecdfbb
RW
838docdir='${datarootdir}/doc/${PACKAGE}'
839infodir='${datarootdir}/info'
840htmldir='${docdir}'
841dvidir='${docdir}'
842pdfdir='${docdir}'
843psdir='${docdir}'
844libdir='${exec_prefix}/lib'
845localedir='${datarootdir}/locale'
846mandir='${datarootdir}/man'
fdd6fa61
AG
847
848ac_prev=
81ecdfbb 849ac_dashdash=
fdd6fa61
AG
850for ac_option
851do
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
81ecdfbb 854 eval $ac_prev=\$ac_option
fdd6fa61
AG
855 ac_prev=
856 continue
857 fi
858
81ecdfbb 859 case $ac_option in
d0ac1c44
SM
860 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 *=) ac_optarg= ;;
862 *) ac_optarg=yes ;;
81ecdfbb 863 esac
fdd6fa61
AG
864
865 # Accept the important Cygnus configure options, so we can diagnose typos.
866
81ecdfbb
RW
867 case $ac_dashdash$ac_option in
868 --)
869 ac_dashdash=yes ;;
fdd6fa61
AG
870
871 -bindir | --bindir | --bindi | --bind | --bin | --bi)
872 ac_prev=bindir ;;
873 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
874 bindir=$ac_optarg ;;
875
876 -build | --build | --buil | --bui | --bu)
877 ac_prev=build_alias ;;
878 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
879 build_alias=$ac_optarg ;;
880
881 -cache-file | --cache-file | --cache-fil | --cache-fi \
882 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
883 ac_prev=cache_file ;;
884 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
885 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
886 cache_file=$ac_optarg ;;
887
888 --config-cache | -C)
889 cache_file=config.cache ;;
890
81ecdfbb 891 -datadir | --datadir | --datadi | --datad)
fdd6fa61 892 ac_prev=datadir ;;
81ecdfbb 893 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fdd6fa61
AG
894 datadir=$ac_optarg ;;
895
81ecdfbb
RW
896 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
897 | --dataroo | --dataro | --datar)
898 ac_prev=datarootdir ;;
899 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
900 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
901 datarootdir=$ac_optarg ;;
902
fdd6fa61 903 -disable-* | --disable-*)
81ecdfbb 904 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fdd6fa61 905 # Reject names that are not valid shell variable names.
81ecdfbb 906 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 907 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
908 ac_useropt_orig=$ac_useropt
909 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
910 case $ac_user_opts in
911 *"
912"enable_$ac_useropt"
913"*) ;;
914 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
915 ac_unrecognized_sep=', ';;
916 esac
917 eval enable_$ac_useropt=no ;;
918
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
923
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
fdd6fa61
AG
928
929 -enable-* | --enable-*)
81ecdfbb 930 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fdd6fa61 931 # Reject names that are not valid shell variable names.
81ecdfbb 932 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 933 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
934 ac_useropt_orig=$ac_useropt
935 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936 case $ac_user_opts in
937 *"
938"enable_$ac_useropt"
939"*) ;;
940 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
941 ac_unrecognized_sep=', ';;
fdd6fa61 942 esac
81ecdfbb 943 eval enable_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
944
945 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
946 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
947 | --exec | --exe | --ex)
948 ac_prev=exec_prefix ;;
949 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
950 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
951 | --exec=* | --exe=* | --ex=*)
952 exec_prefix=$ac_optarg ;;
953
954 -gas | --gas | --ga | --g)
955 # Obsolete; use --with-gas.
956 with_gas=yes ;;
957
958 -help | --help | --hel | --he | -h)
959 ac_init_help=long ;;
960 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
961 ac_init_help=recursive ;;
962 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
963 ac_init_help=short ;;
964
965 -host | --host | --hos | --ho)
966 ac_prev=host_alias ;;
967 -host=* | --host=* | --hos=* | --ho=*)
968 host_alias=$ac_optarg ;;
969
81ecdfbb
RW
970 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
971 ac_prev=htmldir ;;
972 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
973 | --ht=*)
974 htmldir=$ac_optarg ;;
975
fdd6fa61
AG
976 -includedir | --includedir | --includedi | --included | --include \
977 | --includ | --inclu | --incl | --inc)
978 ac_prev=includedir ;;
979 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
980 | --includ=* | --inclu=* | --incl=* | --inc=*)
981 includedir=$ac_optarg ;;
982
983 -infodir | --infodir | --infodi | --infod | --info | --inf)
984 ac_prev=infodir ;;
985 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
986 infodir=$ac_optarg ;;
987
988 -libdir | --libdir | --libdi | --libd)
989 ac_prev=libdir ;;
990 -libdir=* | --libdir=* | --libdi=* | --libd=*)
991 libdir=$ac_optarg ;;
992
993 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
994 | --libexe | --libex | --libe)
995 ac_prev=libexecdir ;;
996 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
997 | --libexe=* | --libex=* | --libe=*)
998 libexecdir=$ac_optarg ;;
999
81ecdfbb
RW
1000 -localedir | --localedir | --localedi | --localed | --locale)
1001 ac_prev=localedir ;;
1002 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1003 localedir=$ac_optarg ;;
1004
fdd6fa61 1005 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1006 | --localstate | --localstat | --localsta | --localst | --locals)
fdd6fa61
AG
1007 ac_prev=localstatedir ;;
1008 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1009 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fdd6fa61
AG
1010 localstatedir=$ac_optarg ;;
1011
1012 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1013 ac_prev=mandir ;;
1014 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1015 mandir=$ac_optarg ;;
1016
1017 -nfp | --nfp | --nf)
1018 # Obsolete; use --without-fp.
1019 with_fp=no ;;
1020
1021 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1022 | --no-cr | --no-c | -n)
1023 no_create=yes ;;
1024
1025 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1026 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1027 no_recursion=yes ;;
1028
1029 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1030 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1031 | --oldin | --oldi | --old | --ol | --o)
1032 ac_prev=oldincludedir ;;
1033 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1034 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1035 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1036 oldincludedir=$ac_optarg ;;
1037
1038 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1039 ac_prev=prefix ;;
1040 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1041 prefix=$ac_optarg ;;
1042
1043 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1044 | --program-pre | --program-pr | --program-p)
1045 ac_prev=program_prefix ;;
1046 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1047 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1048 program_prefix=$ac_optarg ;;
1049
1050 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1051 | --program-suf | --program-su | --program-s)
1052 ac_prev=program_suffix ;;
1053 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1054 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1055 program_suffix=$ac_optarg ;;
1056
1057 -program-transform-name | --program-transform-name \
1058 | --program-transform-nam | --program-transform-na \
1059 | --program-transform-n | --program-transform- \
1060 | --program-transform | --program-transfor \
1061 | --program-transfo | --program-transf \
1062 | --program-trans | --program-tran \
1063 | --progr-tra | --program-tr | --program-t)
1064 ac_prev=program_transform_name ;;
1065 -program-transform-name=* | --program-transform-name=* \
1066 | --program-transform-nam=* | --program-transform-na=* \
1067 | --program-transform-n=* | --program-transform-=* \
1068 | --program-transform=* | --program-transfor=* \
1069 | --program-transfo=* | --program-transf=* \
1070 | --program-trans=* | --program-tran=* \
1071 | --progr-tra=* | --program-tr=* | --program-t=*)
1072 program_transform_name=$ac_optarg ;;
1073
81ecdfbb
RW
1074 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1075 ac_prev=pdfdir ;;
1076 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1077 pdfdir=$ac_optarg ;;
1078
1079 -psdir | --psdir | --psdi | --psd | --ps)
1080 ac_prev=psdir ;;
1081 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1082 psdir=$ac_optarg ;;
1083
fdd6fa61
AG
1084 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1085 | -silent | --silent | --silen | --sile | --sil)
1086 silent=yes ;;
1087
1088 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1089 ac_prev=sbindir ;;
1090 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1091 | --sbi=* | --sb=*)
1092 sbindir=$ac_optarg ;;
1093
1094 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1095 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1096 | --sharedst | --shareds | --shared | --share | --shar \
1097 | --sha | --sh)
1098 ac_prev=sharedstatedir ;;
1099 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1100 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1101 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1102 | --sha=* | --sh=*)
1103 sharedstatedir=$ac_optarg ;;
1104
1105 -site | --site | --sit)
1106 ac_prev=site ;;
1107 -site=* | --site=* | --sit=*)
1108 site=$ac_optarg ;;
1109
1110 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1111 ac_prev=srcdir ;;
1112 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1113 srcdir=$ac_optarg ;;
1114
1115 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1116 | --syscon | --sysco | --sysc | --sys | --sy)
1117 ac_prev=sysconfdir ;;
1118 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1119 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1120 sysconfdir=$ac_optarg ;;
1121
1122 -target | --target | --targe | --targ | --tar | --ta | --t)
1123 ac_prev=target_alias ;;
1124 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1125 target_alias=$ac_optarg ;;
1126
1127 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 verbose=yes ;;
1129
1130 -version | --version | --versio | --versi | --vers | -V)
1131 ac_init_version=: ;;
1132
1133 -with-* | --with-*)
81ecdfbb 1134 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fdd6fa61 1135 # Reject names that are not valid shell variable names.
81ecdfbb 1136 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1137 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1138 ac_useropt_orig=$ac_useropt
1139 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1140 case $ac_user_opts in
1141 *"
1142"with_$ac_useropt"
1143"*) ;;
1144 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1145 ac_unrecognized_sep=', ';;
fdd6fa61 1146 esac
81ecdfbb 1147 eval with_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
1148
1149 -without-* | --without-*)
81ecdfbb 1150 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fdd6fa61 1151 # Reject names that are not valid shell variable names.
81ecdfbb 1152 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1153 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1154 ac_useropt_orig=$ac_useropt
1155 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1156 case $ac_user_opts in
1157 *"
1158"with_$ac_useropt"
1159"*) ;;
1160 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1161 ac_unrecognized_sep=', ';;
1162 esac
1163 eval with_$ac_useropt=no ;;
fdd6fa61
AG
1164
1165 --x)
1166 # Obsolete; use --with-x.
1167 with_x=yes ;;
1168
1169 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1170 | --x-incl | --x-inc | --x-in | --x-i)
1171 ac_prev=x_includes ;;
1172 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1173 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1174 x_includes=$ac_optarg ;;
1175
1176 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1177 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1178 ac_prev=x_libraries ;;
1179 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1180 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1181 x_libraries=$ac_optarg ;;
1182
d0ac1c44
SM
1183 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1184Try \`$0 --help' for more information"
fdd6fa61
AG
1185 ;;
1186
1187 *=*)
1188 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1189 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1190 case $ac_envvar in #(
1191 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1192 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1193 esac
1194 eval $ac_envvar=\$ac_optarg
fdd6fa61
AG
1195 export $ac_envvar ;;
1196
1197 *)
1198 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1199 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fdd6fa61 1200 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1201 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1202 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
fdd6fa61
AG
1203 ;;
1204
1205 esac
1206done
1207
1208if test -n "$ac_prev"; then
1209 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1210 as_fn_error $? "missing argument to $ac_option"
fdd6fa61
AG
1211fi
1212
81ecdfbb
RW
1213if test -n "$ac_unrecognized_opts"; then
1214 case $enable_option_checking in
1215 no) ;;
d0ac1c44 1216 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1217 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
fdd6fa61 1218 esac
81ecdfbb 1219fi
fdd6fa61 1220
81ecdfbb
RW
1221# Check all directory arguments for consistency.
1222for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1223 datadir sysconfdir sharedstatedir localstatedir includedir \
1224 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1225 libdir localedir mandir
fdd6fa61 1226do
81ecdfbb
RW
1227 eval ac_val=\$$ac_var
1228 # Remove trailing slashes.
1229 case $ac_val in
1230 */ )
1231 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1232 eval $ac_var=\$ac_val;;
1233 esac
1234 # Be sure to have absolute directory names.
fdd6fa61 1235 case $ac_val in
81ecdfbb
RW
1236 [\\/$]* | ?:[\\/]* ) continue;;
1237 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fdd6fa61 1238 esac
d0ac1c44 1239 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
fdd6fa61
AG
1240done
1241
1242# There might be people who depend on the old broken behavior: `$host'
1243# used to hold the argument of --host etc.
1244# FIXME: To remove some day.
1245build=$build_alias
1246host=$host_alias
1247target=$target_alias
1248
1249# FIXME: To remove some day.
1250if test "x$host_alias" != x; then
1251 if test "x$build_alias" = x; then
1252 cross_compiling=maybe
fdd6fa61
AG
1253 elif test "x$build_alias" != "x$host_alias"; then
1254 cross_compiling=yes
1255 fi
1256fi
1257
1258ac_tool_prefix=
1259test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261test "$silent" = yes && exec 6>/dev/null
1262
1263
81ecdfbb
RW
1264ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265ac_ls_di=`ls -di .` &&
1266ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1267 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1268test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1269 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1270
1271
fdd6fa61
AG
1272# Find the source files, if location was not specified.
1273if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
81ecdfbb
RW
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281$as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)[^/].*/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\/\)$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\).*/{
1295 s//\1/
1296 q
1297 }
1298 s/.*/./; q'`
fdd6fa61 1299 srcdir=$ac_confdir
81ecdfbb 1300 if test ! -r "$srcdir/$ac_unique_file"; then
fdd6fa61
AG
1301 srcdir=..
1302 fi
1303else
1304 ac_srcdir_defaulted=no
1305fi
81ecdfbb
RW
1306if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1308 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1309fi
1310ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311ac_abs_confdir=`(
d0ac1c44 1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1313 pwd)`
1314# When building in place, set srcdir=.
1315if test "$ac_abs_confdir" = "$ac_pwd"; then
1316 srcdir=.
1317fi
1318# Remove unnecessary trailing slashes from srcdir.
1319# Double slashes in file names in object file debugging info
1320# mess up M-x gdb in Emacs.
1321case $srcdir in
1322*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323esac
1324for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329done
fdd6fa61
AG
1330
1331#
1332# Report the --help message.
1333#
1334if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
1338\`configure' configures this package to adapt to many kinds of systems.
1339
1340Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343VAR=VALUE. See below for descriptions of some of the useful variables.
1344
1345Defaults for the options are specified in brackets.
1346
1347Configuration:
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
d0ac1c44 1352 -q, --quiet, --silent do not print \`checking ...' messages
fdd6fa61
AG
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1357
fdd6fa61
AG
1358Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1360 [$ac_default_prefix]
fdd6fa61 1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1362 [PREFIX]
fdd6fa61
AG
1363
1364By default, \`make install' will install all the files in
1365\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367for instance \`--prefix=\$HOME'.
1368
1369For better control, use the options below.
1370
1371Fine tuning of the installation directories:
81ecdfbb
RW
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
1386 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
fdd6fa61
AG
1391_ACEOF
1392
1393 cat <<\_ACEOF
1394
1395Program names:
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1399
1400System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403 --target=TARGET configure for building compilers for TARGET [HOST]
1404_ACEOF
1405fi
1406
1407if test -n "$ac_init_help"; then
1408
1409 cat <<\_ACEOF
1410
1411Optional Features:
81ecdfbb 1412 --disable-option-checking ignore unrecognized --enable/--with options
fdd6fa61
AG
1413 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1414 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1415 --enable-plugins Enable support for plugins
6bb11ab3
L
1416 --enable-shared[=PKGS] build shared libraries [default=yes]
1417 --enable-static[=PKGS] build static libraries [default=yes]
1418 --enable-fast-install[=PKGS]
1419 optimize for fast installation [default=yes]
1420 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1421 --enable-maintainer-mode
1422 enable make rules and dependencies not useful (and
1423 sometimes confusing) to the casual installer
8d0978fb
MF
1424 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1425 itself)
1426 --enable-sim-stdio Specify whether to use stdio for console
1427 input/output
1428 --enable-sim-trace=opts Enable tracing of simulated programs
1429 --enable-sim-profile=opts
1430 Enable profiling flags
347fe5bb
MF
1431 --enable-sim-inline=inlines
1432 Specify which functions should be inlined
8d0978fb
MF
1433 --enable-sim-endian=endian
1434 Specify target byte endian orientation
1435 --enable-sim-alignment=align
1436 Specify strict, nonstrict or forced alignment of
1437 memory accesses
cc8ab1de
MF
1438 --enable-werror treat compile warnings as errors
1439 --enable-build-warnings enable build-time compiler warnings if gcc is used
1440 --enable-sim-build-warnings
1441 enable SIM specific build-time compiler warnings if
1442 gcc is used
66d055c7
MF
1443 --enable-sim-hardware=LIST
1444 Specify the hardware to be included in the build.
fdd6fa61 1445
d6416cdc
RW
1446Optional Packages:
1447 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1448 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1449 --with-system-zlib use installed libz
6bb11ab3
L
1450 --with-pic try to use only PIC/non-PIC objects [default=use
1451 both]
1452 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1453 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
d6416cdc
RW
1454 --with-bugurl=URL Direct users to URL to report a bug
1455
fdd6fa61
AG
1456Some influential environment variables:
1457 CC C compiler command
1458 CFLAGS C compiler flags
1459 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1460 nonstandard directory <lib dir>
81ecdfbb 1461 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1462 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1463 you have headers in a nonstandard directory <include dir>
fdd6fa61
AG
1464 CPP C preprocessor
1465
1466Use these variables to override the choices made by `configure' or to help
1467it to find libraries and programs with nonstandard names/locations.
1468
81ecdfbb 1469Report bugs to the package provider.
fdd6fa61 1470_ACEOF
81ecdfbb 1471ac_status=$?
fdd6fa61
AG
1472fi
1473
1474if test "$ac_init_help" = "recursive"; then
1475 # If there are subdirs, report their specific --help.
fdd6fa61 1476 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1477 test -d "$ac_dir" ||
1478 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1479 continue
fdd6fa61
AG
1480 ac_builddir=.
1481
81ecdfbb
RW
1482case "$ac_dir" in
1483.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1484*)
1485 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1486 # A ".." for each directory in $ac_dir_suffix.
1487 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1488 case $ac_top_builddir_sub in
1489 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1490 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1491 esac ;;
1492esac
1493ac_abs_top_builddir=$ac_pwd
1494ac_abs_builddir=$ac_pwd$ac_dir_suffix
1495# for backward compatibility:
1496ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
1497
1498case $srcdir in
81ecdfbb 1499 .) # We are building in place.
fdd6fa61 1500 ac_srcdir=.
81ecdfbb
RW
1501 ac_top_srcdir=$ac_top_builddir_sub
1502 ac_abs_top_srcdir=$ac_pwd ;;
1503 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 1504 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1505 ac_top_srcdir=$srcdir
1506 ac_abs_top_srcdir=$srcdir ;;
1507 *) # Relative name.
1508 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1509 ac_top_srcdir=$ac_top_build_prefix$srcdir
1510 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 1511esac
81ecdfbb
RW
1512ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1513
1514 cd "$ac_dir" || { ac_status=$?; continue; }
1515 # Check for guested configure.
1516 if test -f "$ac_srcdir/configure.gnu"; then
1517 echo &&
1518 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1519 elif test -f "$ac_srcdir/configure"; then
1520 echo &&
1521 $SHELL "$ac_srcdir/configure" --help=recursive
fdd6fa61 1522 else
81ecdfbb
RW
1523 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1524 fi || ac_status=$?
1525 cd "$ac_pwd" || { ac_status=$?; break; }
fdd6fa61
AG
1526 done
1527fi
1528
81ecdfbb 1529test -n "$ac_init_help" && exit $ac_status
fdd6fa61
AG
1530if $ac_init_version; then
1531 cat <<\_ACEOF
81ecdfbb 1532configure
d0ac1c44 1533generated by GNU Autoconf 2.69
fdd6fa61 1534
d0ac1c44 1535Copyright (C) 2012 Free Software Foundation, Inc.
fdd6fa61
AG
1536This configure script is free software; the Free Software Foundation
1537gives unlimited permission to copy, distribute and modify it.
1538_ACEOF
81ecdfbb 1539 exit
fdd6fa61 1540fi
fdd6fa61 1541
81ecdfbb
RW
1542## ------------------------ ##
1543## Autoconf initialization. ##
1544## ------------------------ ##
fdd6fa61 1545
81ecdfbb
RW
1546# ac_fn_c_try_compile LINENO
1547# --------------------------
1548# Try to compile conftest.$ac_ext, and return whether this succeeded.
1549ac_fn_c_try_compile ()
fdd6fa61 1550{
81ecdfbb
RW
1551 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1552 rm -f conftest.$ac_objext
1553 if { { ac_try="$ac_compile"
1554case "(($ac_try" in
1555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1556 *) ac_try_echo=$ac_try;;
1557esac
1558eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1559$as_echo "$ac_try_echo"; } >&5
1560 (eval "$ac_compile") 2>conftest.err
1561 ac_status=$?
1562 if test -s conftest.err; then
1563 grep -v '^ *+' conftest.err >conftest.er1
1564 cat conftest.er1 >&5
1565 mv -f conftest.er1 conftest.err
1566 fi
1567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1568 test $ac_status = 0; } && {
1569 test -z "$ac_c_werror_flag" ||
1570 test ! -s conftest.err
1571 } && test -s conftest.$ac_objext; then :
1572 ac_retval=0
1573else
1574 $as_echo "$as_me: failed program was:" >&5
1575sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1576
81ecdfbb
RW
1577 ac_retval=1
1578fi
d0ac1c44
SM
1579 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1580 as_fn_set_status $ac_retval
fdd6fa61 1581
81ecdfbb 1582} # ac_fn_c_try_compile
fdd6fa61 1583
81ecdfbb
RW
1584# ac_fn_c_try_cpp LINENO
1585# ----------------------
1586# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1587ac_fn_c_try_cpp ()
1588{
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1590 if { { ac_try="$ac_cpp conftest.$ac_ext"
1591case "(($ac_try" in
1592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593 *) ac_try_echo=$ac_try;;
1594esac
1595eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596$as_echo "$ac_try_echo"; } >&5
1597 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1598 ac_status=$?
1599 if test -s conftest.err; then
1600 grep -v '^ *+' conftest.err >conftest.er1
1601 cat conftest.er1 >&5
1602 mv -f conftest.er1 conftest.err
1603 fi
1604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1605 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1606 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1607 test ! -s conftest.err
1608 }; then :
1609 ac_retval=0
1610else
1611 $as_echo "$as_me: failed program was:" >&5
1612sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1613
81ecdfbb
RW
1614 ac_retval=1
1615fi
d0ac1c44
SM
1616 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1617 as_fn_set_status $ac_retval
fdd6fa61 1618
81ecdfbb 1619} # ac_fn_c_try_cpp
fdd6fa61 1620
81ecdfbb
RW
1621# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1622# -------------------------------------------------------
1623# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1624# the include files in INCLUDES and setting the cache variable VAR
1625# accordingly.
1626ac_fn_c_check_header_mongrel ()
1627{
1628 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1629 if eval \${$3+:} false; then :
81ecdfbb
RW
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1631$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1632if eval \${$3+:} false; then :
81ecdfbb
RW
1633 $as_echo_n "(cached) " >&6
1634fi
1635eval ac_res=\$$3
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1637$as_echo "$ac_res" >&6; }
1638else
1639 # Is the header compilable?
1640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1641$as_echo_n "checking $2 usability... " >&6; }
1642cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1643/* end confdefs.h. */
1644$4
1645#include <$2>
1646_ACEOF
1647if ac_fn_c_try_compile "$LINENO"; then :
1648 ac_header_compiler=yes
1649else
1650 ac_header_compiler=no
1651fi
1652rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1654$as_echo "$ac_header_compiler" >&6; }
1655
1656# Is the header present?
1657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1658$as_echo_n "checking $2 presence... " >&6; }
1659cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1660/* end confdefs.h. */
1661#include <$2>
1662_ACEOF
1663if ac_fn_c_try_cpp "$LINENO"; then :
1664 ac_header_preproc=yes
1665else
1666 ac_header_preproc=no
1667fi
d0ac1c44 1668rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1670$as_echo "$ac_header_preproc" >&6; }
1671
1672# So? What about this header?
1673case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1674 yes:no: )
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1676$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1678$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1679 ;;
1680 no:yes:* )
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1682$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1684$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1686$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1688$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1690$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691 ;;
1692esac
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1694$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1695if eval \${$3+:} false; then :
81ecdfbb
RW
1696 $as_echo_n "(cached) " >&6
1697else
1698 eval "$3=\$ac_header_compiler"
1699fi
1700eval ac_res=\$$3
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1702$as_echo "$ac_res" >&6; }
1703fi
d0ac1c44 1704 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1705
1706} # ac_fn_c_check_header_mongrel
1707
1708# ac_fn_c_try_run LINENO
1709# ----------------------
1710# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1711# that executables *can* be run.
1712ac_fn_c_try_run ()
1713{
1714 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715 if { { ac_try="$ac_link"
1716case "(($ac_try" in
1717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1718 *) ac_try_echo=$ac_try;;
1719esac
1720eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1721$as_echo "$ac_try_echo"; } >&5
1722 (eval "$ac_link") 2>&5
1723 ac_status=$?
1724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1725 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1726 { { case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729esac
1730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731$as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_try") 2>&5
1733 ac_status=$?
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; }; }; then :
1736 ac_retval=0
1737else
1738 $as_echo "$as_me: program exited with status $ac_status" >&5
1739 $as_echo "$as_me: failed program was:" >&5
1740sed 's/^/| /' conftest.$ac_ext >&5
1741
1742 ac_retval=$ac_status
1743fi
1744 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1745 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1746 as_fn_set_status $ac_retval
81ecdfbb
RW
1747
1748} # ac_fn_c_try_run
1749
1750# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1751# -------------------------------------------------------
1752# Tests whether HEADER exists and can be compiled using the include files in
1753# INCLUDES, setting the cache variable VAR accordingly.
1754ac_fn_c_check_header_compile ()
1755{
1756 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1758$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1759if eval \${$3+:} false; then :
81ecdfbb
RW
1760 $as_echo_n "(cached) " >&6
1761else
1762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1763/* end confdefs.h. */
1764$4
1765#include <$2>
1766_ACEOF
1767if ac_fn_c_try_compile "$LINENO"; then :
1768 eval "$3=yes"
1769else
1770 eval "$3=no"
1771fi
1772rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1773fi
1774eval ac_res=\$$3
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1776$as_echo "$ac_res" >&6; }
d0ac1c44 1777 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1778
1779} # ac_fn_c_check_header_compile
1780
1781# ac_fn_c_try_link LINENO
1782# -----------------------
1783# Try to link conftest.$ac_ext, and return whether this succeeded.
1784ac_fn_c_try_link ()
1785{
1786 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1787 rm -f conftest.$ac_objext conftest$ac_exeext
1788 if { { ac_try="$ac_link"
1789case "(($ac_try" in
1790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1791 *) ac_try_echo=$ac_try;;
1792esac
1793eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1794$as_echo "$ac_try_echo"; } >&5
1795 (eval "$ac_link") 2>conftest.err
1796 ac_status=$?
1797 if test -s conftest.err; then
1798 grep -v '^ *+' conftest.err >conftest.er1
1799 cat conftest.er1 >&5
1800 mv -f conftest.er1 conftest.err
1801 fi
1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803 test $ac_status = 0; } && {
1804 test -z "$ac_c_werror_flag" ||
1805 test ! -s conftest.err
1806 } && test -s conftest$ac_exeext && {
1807 test "$cross_compiling" = yes ||
d0ac1c44 1808 test -x conftest$ac_exeext
81ecdfbb
RW
1809 }; then :
1810 ac_retval=0
1811else
1812 $as_echo "$as_me: failed program was:" >&5
1813sed 's/^/| /' conftest.$ac_ext >&5
1814
1815 ac_retval=1
1816fi
1817 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1818 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1819 # interfere with the next link command; also delete a directory that is
1820 # left behind by Apple's compiler. We do this before executing the actions.
1821 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1822 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1823 as_fn_set_status $ac_retval
81ecdfbb
RW
1824
1825} # ac_fn_c_try_link
1826
1827# ac_fn_c_check_func LINENO FUNC VAR
1828# ----------------------------------
1829# Tests whether FUNC exists, setting the cache variable VAR accordingly
1830ac_fn_c_check_func ()
1831{
1832 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1834$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1835if eval \${$3+:} false; then :
81ecdfbb
RW
1836 $as_echo_n "(cached) " >&6
1837else
1838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1839/* end confdefs.h. */
1840/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1841 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1842#define $2 innocuous_$2
1843
1844/* System header to define __stub macros and hopefully few prototypes,
1845 which can conflict with char $2 (); below.
1846 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1847 <limits.h> exists even on freestanding compilers. */
1848
1849#ifdef __STDC__
1850# include <limits.h>
1851#else
1852# include <assert.h>
1853#endif
1854
1855#undef $2
1856
1857/* Override any GCC internal prototype to avoid an error.
1858 Use char because int might match the return type of a GCC
1859 builtin and then its argument prototype would still apply. */
1860#ifdef __cplusplus
1861extern "C"
1862#endif
1863char $2 ();
1864/* The GNU C library defines this for functions which it implements
1865 to always fail with ENOSYS. Some functions are actually named
1866 something starting with __ and the normal name is an alias. */
1867#if defined __stub_$2 || defined __stub___$2
1868choke me
1869#endif
1870
1871int
1872main ()
1873{
1874return $2 ();
1875 ;
1876 return 0;
1877}
1878_ACEOF
1879if ac_fn_c_try_link "$LINENO"; then :
1880 eval "$3=yes"
1881else
1882 eval "$3=no"
1883fi
1884rm -f core conftest.err conftest.$ac_objext \
1885 conftest$ac_exeext conftest.$ac_ext
1886fi
1887eval ac_res=\$$3
1888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1889$as_echo "$ac_res" >&6; }
d0ac1c44 1890 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1891
1892} # ac_fn_c_check_func
1893cat >config.log <<_ACEOF
1894This file contains any messages produced by compilers while
1895running configure, to aid debugging if configure makes a mistake.
1896
1897It was created by $as_me, which was
d0ac1c44 1898generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1899
1900 $ $0 $@
1901
1902_ACEOF
1903exec 5>>config.log
1904{
1905cat <<_ASUNAME
1906## --------- ##
1907## Platform. ##
1908## --------- ##
1909
1910hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1911uname -m = `(uname -m) 2>/dev/null || echo unknown`
1912uname -r = `(uname -r) 2>/dev/null || echo unknown`
1913uname -s = `(uname -s) 2>/dev/null || echo unknown`
1914uname -v = `(uname -v) 2>/dev/null || echo unknown`
1915
1916/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1917/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1918
1919/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1920/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1921/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1922/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1923/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1924/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1925/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1926
1927_ASUNAME
1928
1929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1930for as_dir in $PATH
1931do
1932 IFS=$as_save_IFS
1933 test -z "$as_dir" && as_dir=.
1934 $as_echo "PATH: $as_dir"
1935 done
1936IFS=$as_save_IFS
1937
1938} >&5
1939
1940cat >&5 <<_ACEOF
fdd6fa61
AG
1941
1942
1943## ----------- ##
1944## Core tests. ##
1945## ----------- ##
1946
1947_ACEOF
1948
1949
1950# Keep a trace of the command line.
1951# Strip out --no-create and --no-recursion so they do not pile up.
1952# Strip out --silent because we don't want to record it for future runs.
1953# Also quote any args containing shell meta-characters.
1954# Make two passes to allow for proper duplicate-argument suppression.
1955ac_configure_args=
1956ac_configure_args0=
1957ac_configure_args1=
fdd6fa61
AG
1958ac_must_keep_next=false
1959for ac_pass in 1 2
1960do
1961 for ac_arg
1962 do
1963 case $ac_arg in
1964 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1965 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1966 | -silent | --silent | --silen | --sile | --sil)
1967 continue ;;
81ecdfbb
RW
1968 *\'*)
1969 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
1970 esac
1971 case $ac_pass in
81ecdfbb 1972 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fdd6fa61 1973 2)
81ecdfbb 1974 as_fn_append ac_configure_args1 " '$ac_arg'"
fdd6fa61
AG
1975 if test $ac_must_keep_next = true; then
1976 ac_must_keep_next=false # Got value, back to normal.
1977 else
1978 case $ac_arg in
1979 *=* | --config-cache | -C | -disable-* | --disable-* \
1980 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1981 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1982 | -with-* | --with-* | -without-* | --without-* | --x)
1983 case "$ac_configure_args0 " in
1984 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1985 esac
1986 ;;
1987 -* ) ac_must_keep_next=true ;;
1988 esac
1989 fi
81ecdfbb 1990 as_fn_append ac_configure_args " '$ac_arg'"
fdd6fa61
AG
1991 ;;
1992 esac
1993 done
1994done
81ecdfbb
RW
1995{ ac_configure_args0=; unset ac_configure_args0;}
1996{ ac_configure_args1=; unset ac_configure_args1;}
fdd6fa61
AG
1997
1998# When interrupted or exit'd, cleanup temporary files, and complete
1999# config.log. We remove comments because anyway the quotes in there
2000# would cause problems or look ugly.
81ecdfbb
RW
2001# WARNING: Use '\'' to represent an apostrophe within the trap.
2002# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fdd6fa61
AG
2003trap 'exit_status=$?
2004 # Save into config.log some information that might help in debugging.
2005 {
2006 echo
2007
d0ac1c44 2008 $as_echo "## ---------------- ##
fdd6fa61 2009## Cache variables. ##
d0ac1c44 2010## ---------------- ##"
fdd6fa61
AG
2011 echo
2012 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2013(
2014 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2015 eval ac_val=\$$ac_var
2016 case $ac_val in #(
2017 *${as_nl}*)
2018 case $ac_var in #(
2019 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2020$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2021 esac
2022 case $ac_var in #(
2023 _ | IFS | as_nl) ;; #(
2024 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2025 *) { eval $ac_var=; unset $ac_var;} ;;
2026 esac ;;
2027 esac
2028 done
fdd6fa61 2029 (set) 2>&1 |
81ecdfbb
RW
2030 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2031 *${as_nl}ac_space=\ *)
fdd6fa61 2032 sed -n \
81ecdfbb
RW
2033 "s/'\''/'\''\\\\'\'''\''/g;
2034 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2035 ;; #(
fdd6fa61 2036 *)
81ecdfbb 2037 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 2038 ;;
81ecdfbb
RW
2039 esac |
2040 sort
2041)
fdd6fa61
AG
2042 echo
2043
d0ac1c44 2044 $as_echo "## ----------------- ##
fdd6fa61 2045## Output variables. ##
d0ac1c44 2046## ----------------- ##"
fdd6fa61
AG
2047 echo
2048 for ac_var in $ac_subst_vars
2049 do
81ecdfbb
RW
2050 eval ac_val=\$$ac_var
2051 case $ac_val in
2052 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2053 esac
2054 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2055 done | sort
2056 echo
2057
2058 if test -n "$ac_subst_files"; then
d0ac1c44 2059 $as_echo "## ------------------- ##
81ecdfbb 2060## File substitutions. ##
d0ac1c44 2061## ------------------- ##"
fdd6fa61
AG
2062 echo
2063 for ac_var in $ac_subst_files
2064 do
81ecdfbb
RW
2065 eval ac_val=\$$ac_var
2066 case $ac_val in
2067 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2068 esac
2069 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2070 done | sort
2071 echo
2072 fi
2073
2074 if test -s confdefs.h; then
d0ac1c44 2075 $as_echo "## ----------- ##
fdd6fa61 2076## confdefs.h. ##
d0ac1c44 2077## ----------- ##"
fdd6fa61 2078 echo
81ecdfbb 2079 cat confdefs.h
fdd6fa61
AG
2080 echo
2081 fi
2082 test "$ac_signal" != 0 &&
81ecdfbb
RW
2083 $as_echo "$as_me: caught signal $ac_signal"
2084 $as_echo "$as_me: exit $exit_status"
fdd6fa61 2085 } >&5
81ecdfbb
RW
2086 rm -f core *.core core.conftest.* &&
2087 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fdd6fa61 2088 exit $exit_status
81ecdfbb 2089' 0
fdd6fa61 2090for ac_signal in 1 2 13 15; do
81ecdfbb 2091 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fdd6fa61
AG
2092done
2093ac_signal=0
2094
2095# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2096rm -f -r conftest* confdefs.h
2097
2098$as_echo "/* confdefs.h */" > confdefs.h
fdd6fa61
AG
2099
2100# Predefined preprocessor variables.
2101
2102cat >>confdefs.h <<_ACEOF
2103#define PACKAGE_NAME "$PACKAGE_NAME"
2104_ACEOF
2105
fdd6fa61
AG
2106cat >>confdefs.h <<_ACEOF
2107#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2108_ACEOF
2109
fdd6fa61
AG
2110cat >>confdefs.h <<_ACEOF
2111#define PACKAGE_VERSION "$PACKAGE_VERSION"
2112_ACEOF
2113
fdd6fa61
AG
2114cat >>confdefs.h <<_ACEOF
2115#define PACKAGE_STRING "$PACKAGE_STRING"
2116_ACEOF
2117
fdd6fa61
AG
2118cat >>confdefs.h <<_ACEOF
2119#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2120_ACEOF
2121
81ecdfbb
RW
2122cat >>confdefs.h <<_ACEOF
2123#define PACKAGE_URL "$PACKAGE_URL"
2124_ACEOF
2125
fdd6fa61
AG
2126
2127# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2128# Prefer an explicitly selected file to automatically selected ones.
2129ac_site_file1=NONE
2130ac_site_file2=NONE
2131if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2132 # We do not want a PATH search for config.site.
2133 case $CONFIG_SITE in #((
2134 -*) ac_site_file1=./$CONFIG_SITE;;
2135 */*) ac_site_file1=$CONFIG_SITE;;
2136 *) ac_site_file1=./$CONFIG_SITE;;
2137 esac
81ecdfbb
RW
2138elif test "x$prefix" != xNONE; then
2139 ac_site_file1=$prefix/share/config.site
2140 ac_site_file2=$prefix/etc/config.site
2141else
2142 ac_site_file1=$ac_default_prefix/share/config.site
2143 ac_site_file2=$ac_default_prefix/etc/config.site
2144fi
2145for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2146do
2147 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2148 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2150$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fdd6fa61 2151 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2152 . "$ac_site_file" \
2153 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2154$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2155as_fn_error $? "failed to load site script $ac_site_file
2156See \`config.log' for more details" "$LINENO" 5; }
fdd6fa61
AG
2157 fi
2158done
2159
2160if test -r "$cache_file"; then
d0ac1c44
SM
2161 # Some versions of bash will fail to source /dev/null (special files
2162 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2163 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2165$as_echo "$as_me: loading cache $cache_file" >&6;}
fdd6fa61 2166 case $cache_file in
81ecdfbb
RW
2167 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2168 *) . "./$cache_file";;
fdd6fa61
AG
2169 esac
2170 fi
2171else
81ecdfbb
RW
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2173$as_echo "$as_me: creating cache $cache_file" >&6;}
fdd6fa61
AG
2174 >$cache_file
2175fi
2176
2177# Check that the precious variables saved in the cache have kept the same
2178# value.
2179ac_cache_corrupted=false
81ecdfbb 2180for ac_var in $ac_precious_vars; do
fdd6fa61
AG
2181 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2182 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2183 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2184 eval ac_new_val=\$ac_env_${ac_var}_value
fdd6fa61
AG
2185 case $ac_old_set,$ac_new_set in
2186 set,)
81ecdfbb
RW
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2188$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fdd6fa61
AG
2189 ac_cache_corrupted=: ;;
2190 ,set)
81ecdfbb
RW
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2192$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fdd6fa61
AG
2193 ac_cache_corrupted=: ;;
2194 ,);;
2195 *)
2196 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2197 # differences in whitespace do not lead to failure.
2198 ac_old_val_w=`echo x $ac_old_val`
2199 ac_new_val_w=`echo x $ac_new_val`
2200 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2202$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2203 ac_cache_corrupted=:
2204 else
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2206$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2207 eval $ac_var=\$ac_old_val
2208 fi
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2210$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2212$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fdd6fa61
AG
2213 fi;;
2214 esac
2215 # Pass precious variables to config.status.
2216 if test "$ac_new_set" = set; then
2217 case $ac_new_val in
81ecdfbb 2218 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
2219 *) ac_arg=$ac_var=$ac_new_val ;;
2220 esac
2221 case " $ac_configure_args " in
2222 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2223 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fdd6fa61
AG
2224 esac
2225 fi
2226done
2227if $ac_cache_corrupted; then
81ecdfbb
RW
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2229$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2231$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2232 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fdd6fa61 2233fi
81ecdfbb
RW
2234## -------------------- ##
2235## Main body of script. ##
2236## -------------------- ##
fdd6fa61
AG
2237
2238ac_ext=c
2239ac_cpp='$CPP $CPPFLAGS'
2240ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2241ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2242ac_compiler_gnu=$ac_cv_c_compiler_gnu
2243
2244
6bb11ab3
L
2245
2246
2247
2248
2249
c2783492
MF
2250ac_aux_dir=
2251for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2252 if test -f "$ac_dir/install-sh"; then
2253 ac_aux_dir=$ac_dir
2254 ac_install_sh="$ac_aux_dir/install-sh -c"
2255 break
2256 elif test -f "$ac_dir/install.sh"; then
2257 ac_aux_dir=$ac_dir
2258 ac_install_sh="$ac_aux_dir/install.sh -c"
2259 break
2260 elif test -f "$ac_dir/shtool"; then
2261 ac_aux_dir=$ac_dir
2262 ac_install_sh="$ac_aux_dir/shtool install -c"
2263 break
2264 fi
2265done
2266if test -z "$ac_aux_dir"; then
2267 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2268fi
2269
2270# These three variables are undocumented and unsupported,
2271# and are intended to be withdrawn in a future Autoconf release.
2272# They can cause serious problems if a builder's source tree is in a directory
2273# whose full name contains unusual characters.
2274ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2275ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2276ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2277
2278
2279# Make sure we can run config.sub.
2280$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2281 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2282
2283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2284$as_echo_n "checking build system type... " >&6; }
2285if ${ac_cv_build+:} false; then :
2286 $as_echo_n "(cached) " >&6
2287else
2288 ac_build_alias=$build_alias
2289test "x$ac_build_alias" = x &&
2290 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2291test "x$ac_build_alias" = x &&
2292 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2293ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2294 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2295
2296fi
2297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2298$as_echo "$ac_cv_build" >&6; }
2299case $ac_cv_build in
2300*-*-*) ;;
2301*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2302esac
2303build=$ac_cv_build
2304ac_save_IFS=$IFS; IFS='-'
2305set x $ac_cv_build
2306shift
2307build_cpu=$1
2308build_vendor=$2
2309shift; shift
2310# Remember, the first character of IFS is used to create $*,
2311# except with old shells:
2312build_os=$*
2313IFS=$ac_save_IFS
2314case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2315
2316
2317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2318$as_echo_n "checking host system type... " >&6; }
2319if ${ac_cv_host+:} false; then :
2320 $as_echo_n "(cached) " >&6
2321else
2322 if test "x$host_alias" = x; then
2323 ac_cv_host=$ac_cv_build
2324else
2325 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2326 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2327fi
2328
2329fi
2330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2331$as_echo "$ac_cv_host" >&6; }
2332case $ac_cv_host in
2333*-*-*) ;;
2334*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2335esac
2336host=$ac_cv_host
2337ac_save_IFS=$IFS; IFS='-'
2338set x $ac_cv_host
2339shift
2340host_cpu=$1
2341host_vendor=$2
2342shift; shift
2343# Remember, the first character of IFS is used to create $*,
2344# except with old shells:
2345host_os=$*
2346IFS=$ac_save_IFS
2347case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2348
2349
2350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2351$as_echo_n "checking target system type... " >&6; }
2352if ${ac_cv_target+:} false; then :
2353 $as_echo_n "(cached) " >&6
2354else
2355 if test "x$target_alias" = x; then
2356 ac_cv_target=$ac_cv_host
2357else
2358 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2359 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2360fi
2361
2362fi
2363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2364$as_echo "$ac_cv_target" >&6; }
2365case $ac_cv_target in
2366*-*-*) ;;
2367*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2368esac
2369target=$ac_cv_target
2370ac_save_IFS=$IFS; IFS='-'
2371set x $ac_cv_target
2372shift
2373target_cpu=$1
2374target_vendor=$2
2375shift; shift
2376# Remember, the first character of IFS is used to create $*,
2377# except with old shells:
2378target_os=$*
2379IFS=$ac_save_IFS
2380case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2381
2382
2383# The aliases save the names the user supplied, while $host etc.
2384# will get canonicalized.
2385test -n "$target_alias" &&
2386 test "$program_prefix$program_suffix$program_transform_name" = \
2387 NONENONEs,x,x, &&
2388 program_prefix=${target_alias}-
6bb11ab3
L
2389ac_ext=c
2390ac_cpp='$CPP $CPPFLAGS'
2391ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2392ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2393ac_compiler_gnu=$ac_cv_c_compiler_gnu
2394if test -n "$ac_tool_prefix"; then
2395 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2396set dummy ${ac_tool_prefix}gcc; ac_word=$2
2397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2398$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2399if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2400 $as_echo_n "(cached) " >&6
2401else
2402 if test -n "$CC"; then
2403 ac_cv_prog_CC="$CC" # Let the user override the test.
2404else
2405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2406for as_dir in $PATH
2407do
2408 IFS=$as_save_IFS
2409 test -z "$as_dir" && as_dir=.
2410 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2412 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2414 break 2
2415 fi
2416done
2417 done
2418IFS=$as_save_IFS
2419
2420fi
2421fi
2422CC=$ac_cv_prog_CC
2423if test -n "$CC"; then
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2425$as_echo "$CC" >&6; }
2426else
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2428$as_echo "no" >&6; }
2429fi
2430
2431
2432fi
2433if test -z "$ac_cv_prog_CC"; then
2434 ac_ct_CC=$CC
2435 # Extract the first word of "gcc", so it can be a program name with args.
2436set dummy gcc; ac_word=$2
2437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2438$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2439if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2440 $as_echo_n "(cached) " >&6
2441else
2442 if test -n "$ac_ct_CC"; then
2443 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2444else
2445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2446for as_dir in $PATH
2447do
2448 IFS=$as_save_IFS
2449 test -z "$as_dir" && as_dir=.
2450 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2452 ac_cv_prog_ac_ct_CC="gcc"
2453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2454 break 2
2455 fi
2456done
2457 done
2458IFS=$as_save_IFS
2459
2460fi
2461fi
2462ac_ct_CC=$ac_cv_prog_ac_ct_CC
2463if test -n "$ac_ct_CC"; then
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2465$as_echo "$ac_ct_CC" >&6; }
2466else
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2468$as_echo "no" >&6; }
2469fi
2470
2471 if test "x$ac_ct_CC" = x; then
2472 CC=""
2473 else
2474 case $cross_compiling:$ac_tool_warned in
2475yes:)
2476{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2477$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2478ac_tool_warned=yes ;;
2479esac
2480 CC=$ac_ct_CC
2481 fi
2482else
2483 CC="$ac_cv_prog_CC"
2484fi
2485
2486if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2489set dummy ${ac_tool_prefix}cc; ac_word=$2
2490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2491$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2492if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2493 $as_echo_n "(cached) " >&6
2494else
2495 if test -n "$CC"; then
2496 ac_cv_prog_CC="$CC" # Let the user override the test.
2497else
2498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2499for as_dir in $PATH
2500do
2501 IFS=$as_save_IFS
2502 test -z "$as_dir" && as_dir=.
2503 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2505 ac_cv_prog_CC="${ac_tool_prefix}cc"
2506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2507 break 2
2508 fi
2509done
2510 done
2511IFS=$as_save_IFS
2512
2513fi
2514fi
2515CC=$ac_cv_prog_CC
2516if test -n "$CC"; then
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2518$as_echo "$CC" >&6; }
2519else
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2521$as_echo "no" >&6; }
2522fi
2523
2524
2525 fi
2526fi
2527if test -z "$CC"; then
2528 # Extract the first word of "cc", so it can be a program name with args.
2529set dummy cc; ac_word=$2
2530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2531$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2532if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2533 $as_echo_n "(cached) " >&6
2534else
2535 if test -n "$CC"; then
2536 ac_cv_prog_CC="$CC" # Let the user override the test.
2537else
2538 ac_prog_rejected=no
2539as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2540for as_dir in $PATH
2541do
2542 IFS=$as_save_IFS
2543 test -z "$as_dir" && as_dir=.
2544 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2546 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2547 ac_prog_rejected=yes
2548 continue
2549 fi
2550 ac_cv_prog_CC="cc"
2551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2552 break 2
2553 fi
2554done
2555 done
2556IFS=$as_save_IFS
2557
2558if test $ac_prog_rejected = yes; then
2559 # We found a bogon in the path, so make sure we never use it.
2560 set dummy $ac_cv_prog_CC
2561 shift
2562 if test $# != 0; then
2563 # We chose a different compiler from the bogus one.
2564 # However, it has the same basename, so the bogon will be chosen
2565 # first if we set CC to just the basename; use the full file name.
2566 shift
2567 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2568 fi
2569fi
2570fi
2571fi
2572CC=$ac_cv_prog_CC
2573if test -n "$CC"; then
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2575$as_echo "$CC" >&6; }
2576else
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2578$as_echo "no" >&6; }
2579fi
2580
2581
2582fi
2583if test -z "$CC"; then
2584 if test -n "$ac_tool_prefix"; then
2585 for ac_prog in cl.exe
2586 do
2587 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2588set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2590$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2591if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2592 $as_echo_n "(cached) " >&6
2593else
2594 if test -n "$CC"; then
2595 ac_cv_prog_CC="$CC" # Let the user override the test.
2596else
2597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2598for as_dir in $PATH
2599do
2600 IFS=$as_save_IFS
2601 test -z "$as_dir" && as_dir=.
2602 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2603 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2604 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2606 break 2
2607 fi
2608done
2609 done
2610IFS=$as_save_IFS
2611
2612fi
2613fi
2614CC=$ac_cv_prog_CC
2615if test -n "$CC"; then
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2617$as_echo "$CC" >&6; }
2618else
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2620$as_echo "no" >&6; }
2621fi
2622
2623
2624 test -n "$CC" && break
2625 done
2626fi
2627if test -z "$CC"; then
2628 ac_ct_CC=$CC
2629 for ac_prog in cl.exe
2630do
2631 # Extract the first word of "$ac_prog", so it can be a program name with args.
2632set dummy $ac_prog; ac_word=$2
2633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2634$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2635if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2636 $as_echo_n "(cached) " >&6
2637else
2638 if test -n "$ac_ct_CC"; then
2639 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2640else
2641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2642for as_dir in $PATH
2643do
2644 IFS=$as_save_IFS
2645 test -z "$as_dir" && as_dir=.
2646 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2647 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2648 ac_cv_prog_ac_ct_CC="$ac_prog"
2649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2650 break 2
2651 fi
2652done
2653 done
2654IFS=$as_save_IFS
2655
2656fi
2657fi
2658ac_ct_CC=$ac_cv_prog_ac_ct_CC
2659if test -n "$ac_ct_CC"; then
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2661$as_echo "$ac_ct_CC" >&6; }
2662else
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2664$as_echo "no" >&6; }
2665fi
2666
2667
2668 test -n "$ac_ct_CC" && break
2669done
2670
2671 if test "x$ac_ct_CC" = x; then
2672 CC=""
2673 else
2674 case $cross_compiling:$ac_tool_warned in
2675yes:)
2676{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2677$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2678ac_tool_warned=yes ;;
2679esac
2680 CC=$ac_ct_CC
2681 fi
2682fi
2683
2684fi
2685
2686
2687test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2688$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2689as_fn_error $? "no acceptable C compiler found in \$PATH
2690See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2691
2692# Provide some information about the compiler.
2693$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2694set X $ac_compile
2695ac_compiler=$2
2696for ac_option in --version -v -V -qversion; do
2697 { { ac_try="$ac_compiler $ac_option >&5"
2698case "(($ac_try" in
2699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2700 *) ac_try_echo=$ac_try;;
2701esac
2702eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2703$as_echo "$ac_try_echo"; } >&5
2704 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2705 ac_status=$?
2706 if test -s conftest.err; then
2707 sed '10a\
2708... rest of stderr output deleted ...
2709 10q' conftest.err >conftest.er1
2710 cat conftest.er1 >&5
6bb11ab3 2711 fi
d0ac1c44 2712 rm -f conftest.er1 conftest.err
6bb11ab3
L
2713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2714 test $ac_status = 0; }
2715done
2716
2717cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2718/* end confdefs.h. */
2719
2720int
2721main ()
2722{
2723
2724 ;
2725 return 0;
2726}
2727_ACEOF
2728ac_clean_files_save=$ac_clean_files
d0ac1c44 2729ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2730# Try to create an executable without -o first, disregard a.out.
2731# It will help us diagnose broken compilers, and finding out an intuition
2732# of exeext.
d0ac1c44
SM
2733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2734$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2735ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2736
2737# The possible output files:
2738ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2739
2740ac_rmfiles=
2741for ac_file in $ac_files
2742do
2743 case $ac_file in
2744 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2745 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2746 esac
2747done
2748rm -f $ac_rmfiles
2749
2750if { { ac_try="$ac_link_default"
2751case "(($ac_try" in
2752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2753 *) ac_try_echo=$ac_try;;
2754esac
2755eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2756$as_echo "$ac_try_echo"; } >&5
2757 (eval "$ac_link_default") 2>&5
2758 ac_status=$?
2759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2760 test $ac_status = 0; }; then :
2761 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2762# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2763# in a Makefile. We should not override ac_cv_exeext if it was cached,
2764# so that the user can short-circuit this test for compilers unknown to
2765# Autoconf.
2766for ac_file in $ac_files ''
2767do
2768 test -f "$ac_file" || continue
2769 case $ac_file in
2770 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2771 ;;
2772 [ab].out )
2773 # We found the default executable, but exeext='' is most
2774 # certainly right.
2775 break;;
2776 *.* )
2777 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2778 then :; else
2779 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2780 fi
2781 # We set ac_cv_exeext here because the later test for it is not
2782 # safe: cross compilers may not add the suffix if given an `-o'
2783 # argument, so we may need to know it at that point already.
2784 # Even if this section looks crufty: it has the advantage of
2785 # actually working.
2786 break;;
2787 * )
2788 break;;
2789 esac
2790done
2791test "$ac_cv_exeext" = no && ac_cv_exeext=
2792
2793else
2794 ac_file=''
2795fi
6bb11ab3 2796if test -z "$ac_file"; then :
d0ac1c44
SM
2797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2798$as_echo "no" >&6; }
2799$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2800sed 's/^/| /' conftest.$ac_ext >&5
2801
2802{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2803$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2804as_fn_error 77 "C compiler cannot create executables
2805See \`config.log' for more details" "$LINENO" 5; }
2806else
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2808$as_echo "yes" >&6; }
6bb11ab3 2809fi
d0ac1c44
SM
2810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2811$as_echo_n "checking for C compiler default output file name... " >&6; }
2812{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2813$as_echo "$ac_file" >&6; }
6bb11ab3
L
2814ac_exeext=$ac_cv_exeext
2815
d0ac1c44 2816rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2817ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2819$as_echo_n "checking for suffix of executables... " >&6; }
2820if { { ac_try="$ac_link"
2821case "(($ac_try" in
2822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2823 *) ac_try_echo=$ac_try;;
2824esac
2825eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2826$as_echo "$ac_try_echo"; } >&5
2827 (eval "$ac_link") 2>&5
2828 ac_status=$?
2829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2830 test $ac_status = 0; }; then :
2831 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2832# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2833# work properly (i.e., refer to `conftest.exe'), while it won't with
2834# `rm'.
2835for ac_file in conftest.exe conftest conftest.*; do
2836 test -f "$ac_file" || continue
2837 case $ac_file in
2838 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2839 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2840 break;;
2841 * ) break;;
2842 esac
2843done
2844else
2845 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2846$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2847as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2848See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2849fi
d0ac1c44 2850rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2852$as_echo "$ac_cv_exeext" >&6; }
2853
2854rm -f conftest.$ac_ext
2855EXEEXT=$ac_cv_exeext
2856ac_exeext=$EXEEXT
d0ac1c44
SM
2857cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2858/* end confdefs.h. */
2859#include <stdio.h>
2860int
2861main ()
2862{
2863FILE *f = fopen ("conftest.out", "w");
2864 return ferror (f) || fclose (f) != 0;
2865
2866 ;
2867 return 0;
2868}
2869_ACEOF
2870ac_clean_files="$ac_clean_files conftest.out"
2871# Check that the compiler produces executables we can run. If not, either
2872# the compiler is broken, or we cross compile.
2873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2874$as_echo_n "checking whether we are cross compiling... " >&6; }
2875if test "$cross_compiling" != yes; then
2876 { { ac_try="$ac_link"
2877case "(($ac_try" in
2878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2879 *) ac_try_echo=$ac_try;;
2880esac
2881eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2882$as_echo "$ac_try_echo"; } >&5
2883 (eval "$ac_link") 2>&5
2884 ac_status=$?
2885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2886 test $ac_status = 0; }
2887 if { ac_try='./conftest$ac_cv_exeext'
2888 { { case "(($ac_try" in
2889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2890 *) ac_try_echo=$ac_try;;
2891esac
2892eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2893$as_echo "$ac_try_echo"; } >&5
2894 (eval "$ac_try") 2>&5
2895 ac_status=$?
2896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2897 test $ac_status = 0; }; }; then
2898 cross_compiling=no
2899 else
2900 if test "$cross_compiling" = maybe; then
2901 cross_compiling=yes
2902 else
2903 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2904$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2905as_fn_error $? "cannot run C compiled programs.
2906If you meant to cross compile, use \`--host'.
2907See \`config.log' for more details" "$LINENO" 5; }
2908 fi
2909 fi
2910fi
2911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2912$as_echo "$cross_compiling" >&6; }
2913
2914rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2915ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2917$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2918if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2919 $as_echo_n "(cached) " >&6
2920else
2921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2922/* end confdefs.h. */
2923
2924int
2925main ()
2926{
2927
2928 ;
2929 return 0;
2930}
2931_ACEOF
2932rm -f conftest.o conftest.obj
2933if { { ac_try="$ac_compile"
2934case "(($ac_try" in
2935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2936 *) ac_try_echo=$ac_try;;
2937esac
2938eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2939$as_echo "$ac_try_echo"; } >&5
2940 (eval "$ac_compile") 2>&5
2941 ac_status=$?
2942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2943 test $ac_status = 0; }; then :
2944 for ac_file in conftest.o conftest.obj conftest.*; do
2945 test -f "$ac_file" || continue;
2946 case $ac_file in
2947 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2948 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2949 break;;
2950 esac
2951done
2952else
2953 $as_echo "$as_me: failed program was:" >&5
2954sed 's/^/| /' conftest.$ac_ext >&5
2955
2956{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2957$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2958as_fn_error $? "cannot compute suffix of object files: cannot compile
2959See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2960fi
2961rm -f conftest.$ac_cv_objext conftest.$ac_ext
2962fi
2963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2964$as_echo "$ac_cv_objext" >&6; }
2965OBJEXT=$ac_cv_objext
2966ac_objext=$OBJEXT
2967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2968$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2969if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2970 $as_echo_n "(cached) " >&6
2971else
2972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2973/* end confdefs.h. */
2974
2975int
2976main ()
2977{
2978#ifndef __GNUC__
2979 choke me
2980#endif
2981
2982 ;
2983 return 0;
2984}
2985_ACEOF
2986if ac_fn_c_try_compile "$LINENO"; then :
2987 ac_compiler_gnu=yes
2988else
2989 ac_compiler_gnu=no
2990fi
2991rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2992ac_cv_c_compiler_gnu=$ac_compiler_gnu
2993
2994fi
2995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2996$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2997if test $ac_compiler_gnu = yes; then
2998 GCC=yes
2999else
3000 GCC=
3001fi
3002ac_test_CFLAGS=${CFLAGS+set}
3003ac_save_CFLAGS=$CFLAGS
3004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3005$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3006if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3007 $as_echo_n "(cached) " >&6
3008else
3009 ac_save_c_werror_flag=$ac_c_werror_flag
3010 ac_c_werror_flag=yes
3011 ac_cv_prog_cc_g=no
3012 CFLAGS="-g"
3013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3014/* end confdefs.h. */
3015
3016int
3017main ()
3018{
3019
3020 ;
3021 return 0;
3022}
3023_ACEOF
3024if ac_fn_c_try_compile "$LINENO"; then :
3025 ac_cv_prog_cc_g=yes
3026else
3027 CFLAGS=""
3028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3029/* end confdefs.h. */
3030
3031int
3032main ()
3033{
3034
3035 ;
3036 return 0;
3037}
3038_ACEOF
3039if ac_fn_c_try_compile "$LINENO"; then :
3040
3041else
3042 ac_c_werror_flag=$ac_save_c_werror_flag
3043 CFLAGS="-g"
3044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3045/* end confdefs.h. */
3046
3047int
3048main ()
3049{
3050
3051 ;
3052 return 0;
3053}
3054_ACEOF
3055if ac_fn_c_try_compile "$LINENO"; then :
3056 ac_cv_prog_cc_g=yes
3057fi
3058rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059fi
3060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061fi
3062rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 ac_c_werror_flag=$ac_save_c_werror_flag
3064fi
3065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3066$as_echo "$ac_cv_prog_cc_g" >&6; }
3067if test "$ac_test_CFLAGS" = set; then
3068 CFLAGS=$ac_save_CFLAGS
3069elif test $ac_cv_prog_cc_g = yes; then
3070 if test "$GCC" = yes; then
3071 CFLAGS="-g -O2"
3072 else
3073 CFLAGS="-g"
3074 fi
3075else
3076 if test "$GCC" = yes; then
3077 CFLAGS="-O2"
3078 else
3079 CFLAGS=
3080 fi
3081fi
3082{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3083$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3084if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3085 $as_echo_n "(cached) " >&6
3086else
3087 ac_cv_prog_cc_c89=no
3088ac_save_CC=$CC
3089cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3090/* end confdefs.h. */
3091#include <stdarg.h>
3092#include <stdio.h>
d0ac1c44 3093struct stat;
6bb11ab3
L
3094/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3095struct buf { int x; };
3096FILE * (*rcsopen) (struct buf *, struct stat *, int);
3097static char *e (p, i)
3098 char **p;
3099 int i;
3100{
3101 return p[i];
3102}
3103static char *f (char * (*g) (char **, int), char **p, ...)
3104{
3105 char *s;
3106 va_list v;
3107 va_start (v,p);
3108 s = g (p, va_arg (v,int));
3109 va_end (v);
3110 return s;
3111}
3112
3113/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3114 function prototypes and stuff, but not '\xHH' hex character constants.
3115 These don't provoke an error unfortunately, instead are silently treated
3116 as 'x'. The following induces an error, until -std is added to get
3117 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3118 array size at least. It's necessary to write '\x00'==0 to get something
3119 that's true only with -std. */
3120int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3121
3122/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3123 inside strings and character constants. */
3124#define FOO(x) 'x'
3125int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3126
3127int test (int i, double x);
3128struct s1 {int (*f) (int a);};
3129struct s2 {int (*f) (double a);};
3130int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3131int argc;
3132char **argv;
3133int
3134main ()
3135{
3136return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3137 ;
3138 return 0;
3139}
3140_ACEOF
3141for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3142 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3143do
3144 CC="$ac_save_CC $ac_arg"
3145 if ac_fn_c_try_compile "$LINENO"; then :
3146 ac_cv_prog_cc_c89=$ac_arg
3147fi
3148rm -f core conftest.err conftest.$ac_objext
3149 test "x$ac_cv_prog_cc_c89" != "xno" && break
3150done
3151rm -f conftest.$ac_ext
3152CC=$ac_save_CC
3153
3154fi
3155# AC_CACHE_VAL
3156case "x$ac_cv_prog_cc_c89" in
3157 x)
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3159$as_echo "none needed" >&6; } ;;
3160 xno)
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3162$as_echo "unsupported" >&6; } ;;
3163 *)
3164 CC="$CC $ac_cv_prog_cc_c89"
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3166$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3167esac
3168if test "x$ac_cv_prog_cc_c89" != xno; then :
3169
3170fi
3171
3172ac_ext=c
3173ac_cpp='$CPP $CPPFLAGS'
3174ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3175ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3176ac_compiler_gnu=$ac_cv_c_compiler_gnu
3177
c2783492 3178
ebe9564b
MF
3179ac_ext=c
3180ac_cpp='$CPP $CPPFLAGS'
3181ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3182ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3183ac_compiler_gnu=$ac_cv_c_compiler_gnu
3184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3185$as_echo_n "checking how to run the C preprocessor... " >&6; }
3186# On Suns, sometimes $CPP names a directory.
3187if test -n "$CPP" && test -d "$CPP"; then
3188 CPP=
3189fi
3190if test -z "$CPP"; then
3191 if ${ac_cv_prog_CPP+:} false; then :
3192 $as_echo_n "(cached) " >&6
3193else
3194 # Double quotes because CPP needs to be expanded
3195 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3196 do
3197 ac_preproc_ok=false
3198for ac_c_preproc_warn_flag in '' yes
3199do
3200 # Use a header file that comes with gcc, so configuring glibc
3201 # with a fresh cross-compiler works.
3202 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3203 # <limits.h> exists even on freestanding compilers.
3204 # On the NeXT, cc -E runs the code through the compiler's parser,
3205 # not just through cpp. "Syntax error" is here to catch this case.
3206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3207/* end confdefs.h. */
3208#ifdef __STDC__
3209# include <limits.h>
3210#else
3211# include <assert.h>
3212#endif
3213 Syntax error
3214_ACEOF
3215if ac_fn_c_try_cpp "$LINENO"; then :
3216
3217else
3218 # Broken: fails on valid input.
3219continue
3220fi
3221rm -f conftest.err conftest.i conftest.$ac_ext
3222
3223 # OK, works on sane cases. Now check whether nonexistent headers
3224 # can be detected and how.
3225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3226/* end confdefs.h. */
3227#include <ac_nonexistent.h>
3228_ACEOF
3229if ac_fn_c_try_cpp "$LINENO"; then :
3230 # Broken: success on invalid input.
3231continue
3232else
3233 # Passes both tests.
3234ac_preproc_ok=:
3235break
3236fi
3237rm -f conftest.err conftest.i conftest.$ac_ext
3238
3239done
3240# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3241rm -f conftest.i conftest.err conftest.$ac_ext
3242if $ac_preproc_ok; then :
3243 break
3244fi
3245
3246 done
3247 ac_cv_prog_CPP=$CPP
3248
3249fi
3250 CPP=$ac_cv_prog_CPP
3251else
3252 ac_cv_prog_CPP=$CPP
3253fi
3254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3255$as_echo "$CPP" >&6; }
3256ac_preproc_ok=false
3257for ac_c_preproc_warn_flag in '' yes
3258do
3259 # Use a header file that comes with gcc, so configuring glibc
3260 # with a fresh cross-compiler works.
3261 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3262 # <limits.h> exists even on freestanding compilers.
3263 # On the NeXT, cc -E runs the code through the compiler's parser,
3264 # not just through cpp. "Syntax error" is here to catch this case.
3265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3266/* end confdefs.h. */
3267#ifdef __STDC__
3268# include <limits.h>
3269#else
3270# include <assert.h>
3271#endif
3272 Syntax error
3273_ACEOF
3274if ac_fn_c_try_cpp "$LINENO"; then :
3275
3276else
3277 # Broken: fails on valid input.
3278continue
3279fi
3280rm -f conftest.err conftest.i conftest.$ac_ext
3281
3282 # OK, works on sane cases. Now check whether nonexistent headers
3283 # can be detected and how.
3284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3285/* end confdefs.h. */
3286#include <ac_nonexistent.h>
3287_ACEOF
3288if ac_fn_c_try_cpp "$LINENO"; then :
3289 # Broken: success on invalid input.
3290continue
3291else
3292 # Passes both tests.
3293ac_preproc_ok=:
3294break
3295fi
3296rm -f conftest.err conftest.i conftest.$ac_ext
3297
3298done
3299# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3300rm -f conftest.i conftest.err conftest.$ac_ext
3301if $ac_preproc_ok; then :
3302
3303else
3304 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3305$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3306as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3307See \`config.log' for more details" "$LINENO" 5; }
3308fi
3309
3310ac_ext=c
3311ac_cpp='$CPP $CPPFLAGS'
3312ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3313ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3314ac_compiler_gnu=$ac_cv_c_compiler_gnu
3315
6bb11ab3
L
3316
3317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3318$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3319if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3320 $as_echo_n "(cached) " >&6
3321else
3322 if test -z "$GREP"; then
3323 ac_path_GREP_found=false
3324 # Loop through the user's path and test for each of PROGNAME-LIST
3325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3326for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3327do
3328 IFS=$as_save_IFS
3329 test -z "$as_dir" && as_dir=.
3330 for ac_prog in grep ggrep; do
3331 for ac_exec_ext in '' $ac_executable_extensions; do
3332 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3333 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3334# Check for GNU ac_path_GREP and select it if it is found.
3335 # Check for GNU $ac_path_GREP
3336case `"$ac_path_GREP" --version 2>&1` in
3337*GNU*)
3338 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3339*)
3340 ac_count=0
3341 $as_echo_n 0123456789 >"conftest.in"
3342 while :
3343 do
3344 cat "conftest.in" "conftest.in" >"conftest.tmp"
3345 mv "conftest.tmp" "conftest.in"
3346 cp "conftest.in" "conftest.nl"
3347 $as_echo 'GREP' >> "conftest.nl"
3348 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3349 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3350 as_fn_arith $ac_count + 1 && ac_count=$as_val
3351 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3352 # Best one so far, save it but keep looking for a better one
3353 ac_cv_path_GREP="$ac_path_GREP"
3354 ac_path_GREP_max=$ac_count
3355 fi
3356 # 10*(2^10) chars as input seems more than enough
3357 test $ac_count -gt 10 && break
3358 done
3359 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3360esac
3361
3362 $ac_path_GREP_found && break 3
3363 done
3364 done
3365 done
3366IFS=$as_save_IFS
3367 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3368 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3369 fi
3370else
3371 ac_cv_path_GREP=$GREP
3372fi
3373
3374fi
3375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3376$as_echo "$ac_cv_path_GREP" >&6; }
3377 GREP="$ac_cv_path_GREP"
3378
3379
3380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3381$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3382if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3383 $as_echo_n "(cached) " >&6
3384else
3385 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3386 then ac_cv_path_EGREP="$GREP -E"
3387 else
3388 if test -z "$EGREP"; then
3389 ac_path_EGREP_found=false
3390 # Loop through the user's path and test for each of PROGNAME-LIST
3391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3392for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3393do
3394 IFS=$as_save_IFS
3395 test -z "$as_dir" && as_dir=.
3396 for ac_prog in egrep; do
3397 for ac_exec_ext in '' $ac_executable_extensions; do
3398 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3399 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3400# Check for GNU ac_path_EGREP and select it if it is found.
3401 # Check for GNU $ac_path_EGREP
3402case `"$ac_path_EGREP" --version 2>&1` in
3403*GNU*)
3404 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3405*)
3406 ac_count=0
3407 $as_echo_n 0123456789 >"conftest.in"
3408 while :
3409 do
3410 cat "conftest.in" "conftest.in" >"conftest.tmp"
3411 mv "conftest.tmp" "conftest.in"
3412 cp "conftest.in" "conftest.nl"
3413 $as_echo 'EGREP' >> "conftest.nl"
3414 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3415 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3416 as_fn_arith $ac_count + 1 && ac_count=$as_val
3417 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3418 # Best one so far, save it but keep looking for a better one
3419 ac_cv_path_EGREP="$ac_path_EGREP"
3420 ac_path_EGREP_max=$ac_count
3421 fi
3422 # 10*(2^10) chars as input seems more than enough
3423 test $ac_count -gt 10 && break
3424 done
3425 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3426esac
3427
3428 $ac_path_EGREP_found && break 3
3429 done
3430 done
3431 done
3432IFS=$as_save_IFS
3433 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3434 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3435 fi
3436else
3437 ac_cv_path_EGREP=$EGREP
3438fi
3439
3440 fi
3441fi
3442{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3443$as_echo "$ac_cv_path_EGREP" >&6; }
3444 EGREP="$ac_cv_path_EGREP"
3445
3446
3447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3448$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3449if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3450 $as_echo_n "(cached) " >&6
3451else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453/* end confdefs.h. */
3454#include <stdlib.h>
3455#include <stdarg.h>
3456#include <string.h>
3457#include <float.h>
3458
3459int
3460main ()
3461{
3462
3463 ;
3464 return 0;
3465}
3466_ACEOF
3467if ac_fn_c_try_compile "$LINENO"; then :
3468 ac_cv_header_stdc=yes
3469else
3470 ac_cv_header_stdc=no
3471fi
3472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3473
3474if test $ac_cv_header_stdc = yes; then
3475 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3477/* end confdefs.h. */
3478#include <string.h>
3479
3480_ACEOF
3481if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3482 $EGREP "memchr" >/dev/null 2>&1; then :
3483
3484else
3485 ac_cv_header_stdc=no
3486fi
3487rm -f conftest*
3488
3489fi
3490
3491if test $ac_cv_header_stdc = yes; then
3492 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494/* end confdefs.h. */
3495#include <stdlib.h>
3496
3497_ACEOF
3498if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3499 $EGREP "free" >/dev/null 2>&1; then :
3500
3501else
3502 ac_cv_header_stdc=no
3503fi
3504rm -f conftest*
3505
3506fi
3507
3508if test $ac_cv_header_stdc = yes; then
3509 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3510 if test "$cross_compiling" = yes; then :
3511 :
3512else
3513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3514/* end confdefs.h. */
3515#include <ctype.h>
3516#include <stdlib.h>
3517#if ((' ' & 0x0FF) == 0x020)
3518# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3519# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3520#else
3521# define ISLOWER(c) \
3522 (('a' <= (c) && (c) <= 'i') \
3523 || ('j' <= (c) && (c) <= 'r') \
3524 || ('s' <= (c) && (c) <= 'z'))
3525# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3526#endif
3527
3528#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3529int
3530main ()
3531{
3532 int i;
3533 for (i = 0; i < 256; i++)
3534 if (XOR (islower (i), ISLOWER (i))
3535 || toupper (i) != TOUPPER (i))
3536 return 2;
3537 return 0;
3538}
3539_ACEOF
3540if ac_fn_c_try_run "$LINENO"; then :
3541
3542else
3543 ac_cv_header_stdc=no
3544fi
3545rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3546 conftest.$ac_objext conftest.beam conftest.$ac_ext
3547fi
3548
3549fi
3550fi
3551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3552$as_echo "$ac_cv_header_stdc" >&6; }
3553if test $ac_cv_header_stdc = yes; then
3554
3555$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3556
3557fi
3558
3559# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3560for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3561 inttypes.h stdint.h unistd.h
3562do :
3563 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3564ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3565"
d0ac1c44 3566if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3567 cat >>confdefs.h <<_ACEOF
3568#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3569_ACEOF
3570
3571fi
3572
3573done
3574
3575
3576
3577 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3578if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3579 MINIX=yes
3580else
3581 MINIX=
3582fi
3583
3584
3585 if test "$MINIX" = yes; then
3586
3587$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3588
3589
3590$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3591
3592
3593$as_echo "#define _MINIX 1" >>confdefs.h
3594
3595 fi
3596
3597
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3599$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3600if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3601 $as_echo_n "(cached) " >&6
3602else
3603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3604/* end confdefs.h. */
3605
d0ac1c44
SM
3606# define __EXTENSIONS__ 1
3607 $ac_includes_default
6bb11ab3
L
3608int
3609main ()
3610{
3611
3612 ;
3613 return 0;
3614}
3615_ACEOF
3616if ac_fn_c_try_compile "$LINENO"; then :
3617 ac_cv_safe_to_define___extensions__=yes
3618else
3619 ac_cv_safe_to_define___extensions__=no
3620fi
3621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3622fi
3623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3624$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3625 test $ac_cv_safe_to_define___extensions__ = yes &&
3626 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3627
3628 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3629
3630 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3631
3632 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3633
3634 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3635
3636
3637test "$program_prefix" != NONE &&
3638 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3639# Use a double $ so make ignores it.
3640test "$program_suffix" != NONE &&
3641 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3642# Double any \ or $.
3643# By default was `s,x,x', remove it if useless.
3644ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3645program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3646
3647# Find a good install program. We prefer a C program (faster),
3648# so one script is as good as another. But avoid the broken or
3649# incompatible versions:
3650# SysV /etc/install, /usr/sbin/install
3651# SunOS /usr/etc/install
3652# IRIX /sbin/install
3653# AIX /bin/install
3654# AmigaOS /C/install, which installs bootblocks on floppy discs
3655# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3656# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3657# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3658# OS/2's system install, which has a completely different semantic
3659# ./install, which can be erroneously created by make from ./install.sh.
3660# Reject install programs that cannot install multiple files.
3661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3662$as_echo_n "checking for a BSD-compatible install... " >&6; }
3663if test -z "$INSTALL"; then
d0ac1c44 3664if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3665 $as_echo_n "(cached) " >&6
3666else
3667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3668for as_dir in $PATH
3669do
3670 IFS=$as_save_IFS
3671 test -z "$as_dir" && as_dir=.
3672 # Account for people who put trailing slashes in PATH elements.
3673case $as_dir/ in #((
3674 ./ | .// | /[cC]/* | \
3675 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3676 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3677 /usr/ucb/* ) ;;
3678 *)
3679 # OSF1 and SCO ODT 3.0 have their own names for install.
3680 # Don't use installbsd from OSF since it installs stuff as root
3681 # by default.
3682 for ac_prog in ginstall scoinst install; do
3683 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3684 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3685 if test $ac_prog = install &&
3686 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3687 # AIX install. It has an incompatible calling convention.
3688 :
3689 elif test $ac_prog = install &&
3690 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3691 # program-specific install script used by HP pwplus--don't use.
3692 :
3693 else
3694 rm -rf conftest.one conftest.two conftest.dir
3695 echo one > conftest.one
3696 echo two > conftest.two
3697 mkdir conftest.dir
3698 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3699 test -s conftest.one && test -s conftest.two &&
3700 test -s conftest.dir/conftest.one &&
3701 test -s conftest.dir/conftest.two
3702 then
3703 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3704 break 3
3705 fi
3706 fi
3707 fi
3708 done
3709 done
3710 ;;
3711esac
3712
3713 done
3714IFS=$as_save_IFS
3715
3716rm -rf conftest.one conftest.two conftest.dir
3717
3718fi
3719 if test "${ac_cv_path_install+set}" = set; then
3720 INSTALL=$ac_cv_path_install
3721 else
3722 # As a last resort, use the slow shell script. Don't cache a
3723 # value for INSTALL within a source directory, because that will
3724 # break other packages using the cache if that directory is
3725 # removed, or if the value is a relative name.
3726 INSTALL=$ac_install_sh
3727 fi
3728fi
3729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3730$as_echo "$INSTALL" >&6; }
3731
3732# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3733# It thinks the first close brace ends the variable substitution.
3734test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3735
3736test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3737
3738test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3739
3740rm -rf .tst 2>/dev/null
3741mkdir .tst 2>/dev/null
3742if test -d .tst; then
3743 am__leading_dot=.
3744else
3745 am__leading_dot=_
3746fi
3747rmdir .tst 2>/dev/null
3748
3749DEPDIR="${am__leading_dot}deps"
3750
3751case `pwd` in
3752 *\ * | *\ *)
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3754$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3755esac
3756
3757
3758
3759macro_version='2.2.7a'
3760macro_revision='1.3134'
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774ltmain="$ac_aux_dir/ltmain.sh"
3775
3776# Backslashify metacharacters that are still active within
3777# double-quoted strings.
3778sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3779
3780# Same as above, but do not quote variable references.
3781double_quote_subst='s/\(["`\\]\)/\\\1/g'
3782
3783# Sed substitution to delay expansion of an escaped shell variable in a
3784# double_quote_subst'ed string.
3785delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3786
3787# Sed substitution to delay expansion of an escaped single quote.
3788delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3789
3790# Sed substitution to avoid accidental globbing in evaled expressions
3791no_glob_subst='s/\*/\\\*/g'
3792
3793ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3794ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3795ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3796
3797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3798$as_echo_n "checking how to print strings... " >&6; }
3799# Test print first, because it will be a builtin if present.
3800if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3801 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3802 ECHO='print -r --'
3803elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3804 ECHO='printf %s\n'
3805else
3806 # Use this function as a fallback that always works.
3807 func_fallback_echo ()
3808 {
3809 eval 'cat <<_LTECHO_EOF
3810$1
3811_LTECHO_EOF'
3812 }
3813 ECHO='func_fallback_echo'
3814fi
3815
3816# func_echo_all arg...
3817# Invoke $ECHO with all args, space-separated.
3818func_echo_all ()
3819{
3820 $ECHO ""
3821}
3822
3823case "$ECHO" in
3824 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3825$as_echo "printf" >&6; } ;;
3826 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3827$as_echo "print -r" >&6; } ;;
3828 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3829$as_echo "cat" >&6; } ;;
3830esac
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3846$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3847if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3848 $as_echo_n "(cached) " >&6
3849else
3850 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3851 for ac_i in 1 2 3 4 5 6 7; do
3852 ac_script="$ac_script$as_nl$ac_script"
3853 done
3854 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3855 { ac_script=; unset ac_script;}
3856 if test -z "$SED"; then
3857 ac_path_SED_found=false
3858 # Loop through the user's path and test for each of PROGNAME-LIST
3859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3860for as_dir in $PATH
3861do
3862 IFS=$as_save_IFS
3863 test -z "$as_dir" && as_dir=.
3864 for ac_prog in sed gsed; do
3865 for ac_exec_ext in '' $ac_executable_extensions; do
3866 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3867 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3868# Check for GNU ac_path_SED and select it if it is found.
3869 # Check for GNU $ac_path_SED
3870case `"$ac_path_SED" --version 2>&1` in
3871*GNU*)
3872 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3873*)
3874 ac_count=0
3875 $as_echo_n 0123456789 >"conftest.in"
3876 while :
3877 do
3878 cat "conftest.in" "conftest.in" >"conftest.tmp"
3879 mv "conftest.tmp" "conftest.in"
3880 cp "conftest.in" "conftest.nl"
3881 $as_echo '' >> "conftest.nl"
3882 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3883 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3884 as_fn_arith $ac_count + 1 && ac_count=$as_val
3885 if test $ac_count -gt ${ac_path_SED_max-0}; then
3886 # Best one so far, save it but keep looking for a better one
3887 ac_cv_path_SED="$ac_path_SED"
3888 ac_path_SED_max=$ac_count
3889 fi
3890 # 10*(2^10) chars as input seems more than enough
3891 test $ac_count -gt 10 && break
3892 done
3893 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3894esac
3895
3896 $ac_path_SED_found && break 3
3897 done
3898 done
3899 done
3900IFS=$as_save_IFS
3901 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3902 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3903 fi
3904else
3905 ac_cv_path_SED=$SED
3906fi
3907
3908fi
3909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3910$as_echo "$ac_cv_path_SED" >&6; }
3911 SED="$ac_cv_path_SED"
3912 rm -f conftest.sed
3913
3914test -z "$SED" && SED=sed
3915Xsed="$SED -e 1s/^X//"
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3928$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3929if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3930 $as_echo_n "(cached) " >&6
3931else
3932 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3933 then ac_cv_path_FGREP="$GREP -F"
3934 else
3935 if test -z "$FGREP"; then
3936 ac_path_FGREP_found=false
3937 # Loop through the user's path and test for each of PROGNAME-LIST
3938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3939for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3940do
3941 IFS=$as_save_IFS
3942 test -z "$as_dir" && as_dir=.
3943 for ac_prog in fgrep; do
3944 for ac_exec_ext in '' $ac_executable_extensions; do
3945 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3946 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3947# Check for GNU ac_path_FGREP and select it if it is found.
3948 # Check for GNU $ac_path_FGREP
3949case `"$ac_path_FGREP" --version 2>&1` in
3950*GNU*)
3951 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3952*)
3953 ac_count=0
3954 $as_echo_n 0123456789 >"conftest.in"
3955 while :
3956 do
3957 cat "conftest.in" "conftest.in" >"conftest.tmp"
3958 mv "conftest.tmp" "conftest.in"
3959 cp "conftest.in" "conftest.nl"
3960 $as_echo 'FGREP' >> "conftest.nl"
3961 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3962 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3963 as_fn_arith $ac_count + 1 && ac_count=$as_val
3964 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3965 # Best one so far, save it but keep looking for a better one
3966 ac_cv_path_FGREP="$ac_path_FGREP"
3967 ac_path_FGREP_max=$ac_count
3968 fi
3969 # 10*(2^10) chars as input seems more than enough
3970 test $ac_count -gt 10 && break
3971 done
3972 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3973esac
3974
3975 $ac_path_FGREP_found && break 3
3976 done
3977 done
3978 done
3979IFS=$as_save_IFS
3980 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3981 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3982 fi
3983else
3984 ac_cv_path_FGREP=$FGREP
3985fi
3986
3987 fi
3988fi
3989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3990$as_echo "$ac_cv_path_FGREP" >&6; }
3991 FGREP="$ac_cv_path_FGREP"
3992
3993
3994test -z "$GREP" && GREP=grep
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014# Check whether --with-gnu-ld was given.
4015if test "${with_gnu_ld+set}" = set; then :
4016 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4017else
4018 with_gnu_ld=no
4019fi
4020
4021ac_prog=ld
4022if test "$GCC" = yes; then
4023 # Check if gcc -print-prog-name=ld gives a path.
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4025$as_echo_n "checking for ld used by $CC... " >&6; }
4026 case $host in
4027 *-*-mingw*)
4028 # gcc leaves a trailing carriage return which upsets mingw
4029 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4030 *)
4031 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4032 esac
4033 case $ac_prog in
4034 # Accept absolute paths.
4035 [\\/]* | ?:[\\/]*)
4036 re_direlt='/[^/][^/]*/\.\./'
4037 # Canonicalize the pathname of ld
4038 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4039 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4040 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4041 done
4042 test -z "$LD" && LD="$ac_prog"
4043 ;;
4044 "")
4045 # If it fails, then pretend we aren't using GCC.
4046 ac_prog=ld
4047 ;;
4048 *)
4049 # If it is relative, then search for the first ld in PATH.
4050 with_gnu_ld=unknown
4051 ;;
4052 esac
4053elif test "$with_gnu_ld" = yes; then
4054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4055$as_echo_n "checking for GNU ld... " >&6; }
4056else
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4058$as_echo_n "checking for non-GNU ld... " >&6; }
4059fi
d0ac1c44 4060if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4061 $as_echo_n "(cached) " >&6
4062else
4063 if test -z "$LD"; then
4064 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4065 for ac_dir in $PATH; do
4066 IFS="$lt_save_ifs"
4067 test -z "$ac_dir" && ac_dir=.
4068 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4069 lt_cv_path_LD="$ac_dir/$ac_prog"
4070 # Check to see if the program is GNU ld. I'd rather use --version,
4071 # but apparently some variants of GNU ld only accept -v.
4072 # Break only if it was the GNU/non-GNU ld that we prefer.
4073 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4074 *GNU* | *'with BFD'*)
4075 test "$with_gnu_ld" != no && break
4076 ;;
4077 *)
4078 test "$with_gnu_ld" != yes && break
4079 ;;
4080 esac
4081 fi
4082 done
4083 IFS="$lt_save_ifs"
4084else
4085 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4086fi
4087fi
4088
4089LD="$lt_cv_path_LD"
4090if test -n "$LD"; then
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4092$as_echo "$LD" >&6; }
4093else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095$as_echo "no" >&6; }
4096fi
d0ac1c44 4097test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4099$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4100if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4101 $as_echo_n "(cached) " >&6
4102else
4103 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4104case `$LD -v 2>&1 </dev/null` in
4105*GNU* | *'with BFD'*)
4106 lt_cv_prog_gnu_ld=yes
4107 ;;
4108*)
4109 lt_cv_prog_gnu_ld=no
4110 ;;
4111esac
4112fi
4113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4114$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4115with_gnu_ld=$lt_cv_prog_gnu_ld
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4126$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4127if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4128 $as_echo_n "(cached) " >&6
4129else
4130 if test -n "$NM"; then
4131 # Let the user override the test.
4132 lt_cv_path_NM="$NM"
4133else
4134 lt_nm_to_check="${ac_tool_prefix}nm"
4135 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4136 lt_nm_to_check="$lt_nm_to_check nm"
4137 fi
4138 for lt_tmp_nm in $lt_nm_to_check; do
4139 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4140 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4141 IFS="$lt_save_ifs"
4142 test -z "$ac_dir" && ac_dir=.
4143 tmp_nm="$ac_dir/$lt_tmp_nm"
4144 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4145 # Check to see if the nm accepts a BSD-compat flag.
4146 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4147 # nm: unknown option "B" ignored
4148 # Tru64's nm complains that /dev/null is an invalid object file
4149 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4150 */dev/null* | *'Invalid file or object type'*)
4151 lt_cv_path_NM="$tmp_nm -B"
4152 break
4153 ;;
4154 *)
4155 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4156 */dev/null*)
4157 lt_cv_path_NM="$tmp_nm -p"
4158 break
4159 ;;
4160 *)
4161 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4162 continue # so that we can try to find one that supports BSD flags
4163 ;;
4164 esac
4165 ;;
4166 esac
4167 fi
4168 done
4169 IFS="$lt_save_ifs"
4170 done
4171 : ${lt_cv_path_NM=no}
4172fi
4173fi
4174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4175$as_echo "$lt_cv_path_NM" >&6; }
4176if test "$lt_cv_path_NM" != "no"; then
4177 NM="$lt_cv_path_NM"
4178else
4179 # Didn't find any BSD compatible name lister, look for dumpbin.
4180 if test -n "$DUMPBIN"; then :
4181 # Let the user override the test.
4182 else
4183 if test -n "$ac_tool_prefix"; then
4184 for ac_prog in dumpbin "link -dump"
4185 do
4186 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4187set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4189$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4190if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4191 $as_echo_n "(cached) " >&6
4192else
4193 if test -n "$DUMPBIN"; then
4194 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4195else
4196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4197for as_dir in $PATH
4198do
4199 IFS=$as_save_IFS
4200 test -z "$as_dir" && as_dir=.
4201 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4202 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4203 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4205 break 2
4206 fi
4207done
4208 done
4209IFS=$as_save_IFS
4210
4211fi
4212fi
4213DUMPBIN=$ac_cv_prog_DUMPBIN
4214if test -n "$DUMPBIN"; then
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4216$as_echo "$DUMPBIN" >&6; }
4217else
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4219$as_echo "no" >&6; }
4220fi
4221
4222
4223 test -n "$DUMPBIN" && break
4224 done
4225fi
4226if test -z "$DUMPBIN"; then
4227 ac_ct_DUMPBIN=$DUMPBIN
4228 for ac_prog in dumpbin "link -dump"
4229do
4230 # Extract the first word of "$ac_prog", so it can be a program name with args.
4231set dummy $ac_prog; ac_word=$2
4232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4233$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4234if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4235 $as_echo_n "(cached) " >&6
4236else
4237 if test -n "$ac_ct_DUMPBIN"; then
4238 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4239else
4240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4241for as_dir in $PATH
4242do
4243 IFS=$as_save_IFS
4244 test -z "$as_dir" && as_dir=.
4245 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4247 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4249 break 2
4250 fi
4251done
4252 done
4253IFS=$as_save_IFS
4254
4255fi
4256fi
4257ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4258if test -n "$ac_ct_DUMPBIN"; then
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4260$as_echo "$ac_ct_DUMPBIN" >&6; }
4261else
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4263$as_echo "no" >&6; }
4264fi
4265
4266
4267 test -n "$ac_ct_DUMPBIN" && break
4268done
4269
4270 if test "x$ac_ct_DUMPBIN" = x; then
4271 DUMPBIN=":"
4272 else
4273 case $cross_compiling:$ac_tool_warned in
4274yes:)
4275{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4276$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4277ac_tool_warned=yes ;;
4278esac
4279 DUMPBIN=$ac_ct_DUMPBIN
4280 fi
4281fi
4282
4283 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4284 *COFF*)
4285 DUMPBIN="$DUMPBIN -symbols"
4286 ;;
4287 *)
4288 DUMPBIN=:
4289 ;;
4290 esac
4291 fi
4292
4293 if test "$DUMPBIN" != ":"; then
4294 NM="$DUMPBIN"
4295 fi
4296fi
4297test -z "$NM" && NM=nm
4298
4299
4300
4301
4302
4303
4304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4305$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4306if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4307 $as_echo_n "(cached) " >&6
4308else
4309 lt_cv_nm_interface="BSD nm"
4310 echo "int some_variable = 0;" > conftest.$ac_ext
4311 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4312 (eval "$ac_compile" 2>conftest.err)
4313 cat conftest.err >&5
4314 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4315 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4316 cat conftest.err >&5
4317 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4318 cat conftest.out >&5
4319 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4320 lt_cv_nm_interface="MS dumpbin"
4321 fi
4322 rm -f conftest*
4323fi
4324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4325$as_echo "$lt_cv_nm_interface" >&6; }
4326
4327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4328$as_echo_n "checking whether ln -s works... " >&6; }
4329LN_S=$as_ln_s
4330if test "$LN_S" = "ln -s"; then
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4332$as_echo "yes" >&6; }
4333else
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4335$as_echo "no, using $LN_S" >&6; }
4336fi
4337
4338# find the maximum length of command line arguments
4339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4340$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4341if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4342 $as_echo_n "(cached) " >&6
4343else
4344 i=0
4345 teststring="ABCD"
4346
4347 case $build_os in
4348 msdosdjgpp*)
4349 # On DJGPP, this test can blow up pretty badly due to problems in libc
4350 # (any single argument exceeding 2000 bytes causes a buffer overrun
4351 # during glob expansion). Even if it were fixed, the result of this
4352 # check would be larger than it should be.
4353 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4354 ;;
4355
4356 gnu*)
4357 # Under GNU Hurd, this test is not required because there is
4358 # no limit to the length of command line arguments.
4359 # Libtool will interpret -1 as no limit whatsoever
4360 lt_cv_sys_max_cmd_len=-1;
4361 ;;
4362
4363 cygwin* | mingw* | cegcc*)
4364 # On Win9x/ME, this test blows up -- it succeeds, but takes
4365 # about 5 minutes as the teststring grows exponentially.
4366 # Worse, since 9x/ME are not pre-emptively multitasking,
4367 # you end up with a "frozen" computer, even though with patience
4368 # the test eventually succeeds (with a max line length of 256k).
4369 # Instead, let's just punt: use the minimum linelength reported by
4370 # all of the supported platforms: 8192 (on NT/2K/XP).
4371 lt_cv_sys_max_cmd_len=8192;
4372 ;;
4373
4374 mint*)
4375 # On MiNT this can take a long time and run out of memory.
4376 lt_cv_sys_max_cmd_len=8192;
4377 ;;
4378
4379 amigaos*)
4380 # On AmigaOS with pdksh, this test takes hours, literally.
4381 # So we just punt and use a minimum line length of 8192.
4382 lt_cv_sys_max_cmd_len=8192;
4383 ;;
4384
4385 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4386 # This has been around since 386BSD, at least. Likely further.
4387 if test -x /sbin/sysctl; then
4388 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4389 elif test -x /usr/sbin/sysctl; then
4390 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4391 else
4392 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4393 fi
4394 # And add a safety zone
4395 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4396 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4397 ;;
4398
4399 interix*)
4400 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4401 lt_cv_sys_max_cmd_len=196608
4402 ;;
4403
4404 osf*)
4405 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4406 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4407 # nice to cause kernel panics so lets avoid the loop below.
4408 # First set a reasonable default.
4409 lt_cv_sys_max_cmd_len=16384
4410 #
4411 if test -x /sbin/sysconfig; then
4412 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4413 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4414 esac
4415 fi
4416 ;;
4417 sco3.2v5*)
4418 lt_cv_sys_max_cmd_len=102400
4419 ;;
4420 sysv5* | sco5v6* | sysv4.2uw2*)
4421 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4422 if test -n "$kargmax"; then
4423 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4424 else
4425 lt_cv_sys_max_cmd_len=32768
4426 fi
4427 ;;
4428 *)
4429 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4430 if test -n "$lt_cv_sys_max_cmd_len"; then
4431 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4432 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4433 else
4434 # Make teststring a little bigger before we do anything with it.
4435 # a 1K string should be a reasonable start.
4436 for i in 1 2 3 4 5 6 7 8 ; do
4437 teststring=$teststring$teststring
4438 done
4439 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4440 # If test is not a shell built-in, we'll probably end up computing a
4441 # maximum length that is only half of the actual maximum length, but
4442 # we can't tell.
4443 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4444 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4445 test $i != 17 # 1/2 MB should be enough
4446 do
4447 i=`expr $i + 1`
4448 teststring=$teststring$teststring
4449 done
4450 # Only check the string length outside the loop.
4451 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4452 teststring=
4453 # Add a significant safety factor because C++ compilers can tack on
4454 # massive amounts of additional arguments before passing them to the
4455 # linker. It appears as though 1/2 is a usable value.
4456 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4457 fi
4458 ;;
4459 esac
4460
4461fi
4462
4463if test -n $lt_cv_sys_max_cmd_len ; then
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4465$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4466else
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4468$as_echo "none" >&6; }
4469fi
4470max_cmd_len=$lt_cv_sys_max_cmd_len
4471
4472
4473
4474
4475
4476
4477: ${CP="cp -f"}
4478: ${MV="mv -f"}
4479: ${RM="rm -f"}
4480
4481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4482$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4483# Try some XSI features
4484xsi_shell=no
4485( _lt_dummy="a/b/c"
4486 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4487 = c,a/b,, \
4488 && eval 'test $(( 1 + 1 )) -eq 2 \
4489 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4490 && xsi_shell=yes
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4492$as_echo "$xsi_shell" >&6; }
4493
4494
4495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4496$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4497lt_shell_append=no
4498( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4499 >/dev/null 2>&1 \
4500 && lt_shell_append=yes
4501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4502$as_echo "$lt_shell_append" >&6; }
4503
4504
4505if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4506 lt_unset=unset
4507else
4508 lt_unset=false
4509fi
4510
4511
4512
4513
4514
4515# test EBCDIC or ASCII
4516case `echo X|tr X '\101'` in
4517 A) # ASCII based system
4518 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4519 lt_SP2NL='tr \040 \012'
4520 lt_NL2SP='tr \015\012 \040\040'
4521 ;;
4522 *) # EBCDIC based system
4523 lt_SP2NL='tr \100 \n'
4524 lt_NL2SP='tr \r\n \100\100'
4525 ;;
4526esac
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4537$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4538if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4539 $as_echo_n "(cached) " >&6
4540else
4541 lt_cv_ld_reload_flag='-r'
4542fi
4543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4544$as_echo "$lt_cv_ld_reload_flag" >&6; }
4545reload_flag=$lt_cv_ld_reload_flag
4546case $reload_flag in
4547"" | " "*) ;;
4548*) reload_flag=" $reload_flag" ;;
4549esac
4550reload_cmds='$LD$reload_flag -o $output$reload_objs'
4551case $host_os in
4552 darwin*)
4553 if test "$GCC" = yes; then
4554 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4555 else
4556 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4557 fi
4558 ;;
4559esac
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569if test -n "$ac_tool_prefix"; then
4570 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4571set dummy ${ac_tool_prefix}objdump; ac_word=$2
4572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4573$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4574if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4575 $as_echo_n "(cached) " >&6
4576else
4577 if test -n "$OBJDUMP"; then
4578 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4579else
4580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581for as_dir in $PATH
4582do
4583 IFS=$as_save_IFS
4584 test -z "$as_dir" && as_dir=.
4585 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4587 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4589 break 2
4590 fi
4591done
4592 done
4593IFS=$as_save_IFS
4594
4595fi
4596fi
4597OBJDUMP=$ac_cv_prog_OBJDUMP
4598if test -n "$OBJDUMP"; then
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4600$as_echo "$OBJDUMP" >&6; }
4601else
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4603$as_echo "no" >&6; }
4604fi
4605
4606
4607fi
4608if test -z "$ac_cv_prog_OBJDUMP"; then
4609 ac_ct_OBJDUMP=$OBJDUMP
4610 # Extract the first word of "objdump", so it can be a program name with args.
4611set dummy objdump; ac_word=$2
4612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4613$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4614if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4615 $as_echo_n "(cached) " >&6
4616else
4617 if test -n "$ac_ct_OBJDUMP"; then
4618 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4619else
4620as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4621for as_dir in $PATH
4622do
4623 IFS=$as_save_IFS
4624 test -z "$as_dir" && as_dir=.
4625 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4627 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4629 break 2
4630 fi
4631done
4632 done
4633IFS=$as_save_IFS
4634
4635fi
4636fi
4637ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4638if test -n "$ac_ct_OBJDUMP"; then
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4640$as_echo "$ac_ct_OBJDUMP" >&6; }
4641else
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4643$as_echo "no" >&6; }
4644fi
4645
4646 if test "x$ac_ct_OBJDUMP" = x; then
4647 OBJDUMP="false"
4648 else
4649 case $cross_compiling:$ac_tool_warned in
4650yes:)
4651{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4652$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4653ac_tool_warned=yes ;;
4654esac
4655 OBJDUMP=$ac_ct_OBJDUMP
4656 fi
4657else
4658 OBJDUMP="$ac_cv_prog_OBJDUMP"
4659fi
4660
4661test -z "$OBJDUMP" && OBJDUMP=objdump
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4672$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4673if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4674 $as_echo_n "(cached) " >&6
4675else
4676 lt_cv_file_magic_cmd='$MAGIC_CMD'
4677lt_cv_file_magic_test_file=
4678lt_cv_deplibs_check_method='unknown'
4679# Need to set the preceding variable on all platforms that support
4680# interlibrary dependencies.
4681# 'none' -- dependencies not supported.
4682# `unknown' -- same as none, but documents that we really don't know.
4683# 'pass_all' -- all dependencies passed with no checks.
4684# 'test_compile' -- check by making test program.
4685# 'file_magic [[regex]]' -- check by looking for files in library path
4686# which responds to the $file_magic_cmd with a given extended regex.
4687# If you have `file' or equivalent on your system and you're not sure
4688# whether `pass_all' will *always* work, you probably want this one.
4689
4690case $host_os in
4691aix[4-9]*)
4692 lt_cv_deplibs_check_method=pass_all
4693 ;;
4694
4695beos*)
4696 lt_cv_deplibs_check_method=pass_all
4697 ;;
4698
4699bsdi[45]*)
4700 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4701 lt_cv_file_magic_cmd='/usr/bin/file -L'
4702 lt_cv_file_magic_test_file=/shlib/libc.so
4703 ;;
4704
4705cygwin*)
4706 # func_win32_libid is a shell function defined in ltmain.sh
4707 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4708 lt_cv_file_magic_cmd='func_win32_libid'
4709 ;;
4710
4711mingw* | pw32*)
4712 # Base MSYS/MinGW do not provide the 'file' command needed by
4713 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4714 # unless we find 'file', for example because we are cross-compiling.
4715 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4716 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4717 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4718 lt_cv_file_magic_cmd='func_win32_libid'
4719 else
4720 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4721 lt_cv_file_magic_cmd='$OBJDUMP -f'
4722 fi
4723 ;;
4724
4725cegcc*)
4726 # use the weaker test based on 'objdump'. See mingw*.
4727 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4728 lt_cv_file_magic_cmd='$OBJDUMP -f'
4729 ;;
4730
4731darwin* | rhapsody*)
4732 lt_cv_deplibs_check_method=pass_all
4733 ;;
4734
4735freebsd* | dragonfly*)
4736 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4737 case $host_cpu in
4738 i*86 )
4739 # Not sure whether the presence of OpenBSD here was a mistake.
4740 # Let's accept both of them until this is cleared up.
4741 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4742 lt_cv_file_magic_cmd=/usr/bin/file
4743 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4744 ;;
4745 esac
4746 else
4747 lt_cv_deplibs_check_method=pass_all
4748 fi
4749 ;;
4750
4751gnu*)
4752 lt_cv_deplibs_check_method=pass_all
4753 ;;
4754
4755haiku*)
4756 lt_cv_deplibs_check_method=pass_all
4757 ;;
4758
4759hpux10.20* | hpux11*)
4760 lt_cv_file_magic_cmd=/usr/bin/file
4761 case $host_cpu in
4762 ia64*)
4763 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4764 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4765 ;;
4766 hppa*64*)
4767 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]'
4768 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4769 ;;
4770 *)
4771 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4772 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4773 ;;
4774 esac
4775 ;;
4776
4777interix[3-9]*)
4778 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4779 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4780 ;;
4781
4782irix5* | irix6* | nonstopux*)
4783 case $LD in
4784 *-32|*"-32 ") libmagic=32-bit;;
4785 *-n32|*"-n32 ") libmagic=N32;;
4786 *-64|*"-64 ") libmagic=64-bit;;
4787 *) libmagic=never-match;;
4788 esac
4789 lt_cv_deplibs_check_method=pass_all
4790 ;;
4791
4792# This must be Linux ELF.
4793linux* | k*bsd*-gnu | kopensolaris*-gnu)
4794 lt_cv_deplibs_check_method=pass_all
4795 ;;
4796
4797netbsd*)
4798 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4799 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4800 else
4801 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4802 fi
4803 ;;
4804
4805newos6*)
4806 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4807 lt_cv_file_magic_cmd=/usr/bin/file
4808 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4809 ;;
4810
4811*nto* | *qnx*)
4812 lt_cv_deplibs_check_method=pass_all
4813 ;;
4814
4815openbsd*)
4816 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4817 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4818 else
4819 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4820 fi
4821 ;;
4822
4823osf3* | osf4* | osf5*)
4824 lt_cv_deplibs_check_method=pass_all
4825 ;;
4826
4827rdos*)
4828 lt_cv_deplibs_check_method=pass_all
4829 ;;
4830
4831solaris*)
4832 lt_cv_deplibs_check_method=pass_all
4833 ;;
4834
4835sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4836 lt_cv_deplibs_check_method=pass_all
4837 ;;
4838
4839sysv4 | sysv4.3*)
4840 case $host_vendor in
4841 motorola)
4842 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]'
4843 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4844 ;;
4845 ncr)
4846 lt_cv_deplibs_check_method=pass_all
4847 ;;
4848 sequent)
4849 lt_cv_file_magic_cmd='/bin/file'
4850 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4851 ;;
4852 sni)
4853 lt_cv_file_magic_cmd='/bin/file'
4854 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4855 lt_cv_file_magic_test_file=/lib/libc.so
4856 ;;
4857 siemens)
4858 lt_cv_deplibs_check_method=pass_all
4859 ;;
4860 pc)
4861 lt_cv_deplibs_check_method=pass_all
4862 ;;
4863 esac
4864 ;;
4865
4866tpf*)
4867 lt_cv_deplibs_check_method=pass_all
4868 ;;
4869esac
4870
4871fi
4872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4873$as_echo "$lt_cv_deplibs_check_method" >&6; }
4874file_magic_cmd=$lt_cv_file_magic_cmd
4875deplibs_check_method=$lt_cv_deplibs_check_method
4876test -z "$deplibs_check_method" && deplibs_check_method=unknown
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
68ed2854
MF
4889plugin_option=
4890plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4891for plugin in $plugin_names; do
4892 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4893 if test x$plugin_so = x$plugin; then
4894 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4895 fi
4896 if test x$plugin_so != x$plugin; then
4897 plugin_option="--plugin $plugin_so"
4898 break
4899 fi
4900done
4901
6bb11ab3
L
4902if test -n "$ac_tool_prefix"; then
4903 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4904set dummy ${ac_tool_prefix}ar; ac_word=$2
4905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4906$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4907if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4908 $as_echo_n "(cached) " >&6
4909else
4910 if test -n "$AR"; then
4911 ac_cv_prog_AR="$AR" # Let the user override the test.
4912else
4913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4914for as_dir in $PATH
4915do
4916 IFS=$as_save_IFS
4917 test -z "$as_dir" && as_dir=.
4918 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4920 ac_cv_prog_AR="${ac_tool_prefix}ar"
4921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4922 break 2
4923 fi
4924done
4925 done
4926IFS=$as_save_IFS
4927
4928fi
4929fi
4930AR=$ac_cv_prog_AR
4931if test -n "$AR"; then
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4933$as_echo "$AR" >&6; }
4934else
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4936$as_echo "no" >&6; }
4937fi
4938
4939
4940fi
4941if test -z "$ac_cv_prog_AR"; then
4942 ac_ct_AR=$AR
4943 # Extract the first word of "ar", so it can be a program name with args.
4944set dummy ar; ac_word=$2
4945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4947if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4948 $as_echo_n "(cached) " >&6
4949else
4950 if test -n "$ac_ct_AR"; then
4951 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4952else
4953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954for as_dir in $PATH
4955do
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4960 ac_cv_prog_ac_ct_AR="ar"
4961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4963 fi
4964done
4965 done
4966IFS=$as_save_IFS
4967
4968fi
4969fi
4970ac_ct_AR=$ac_cv_prog_ac_ct_AR
4971if test -n "$ac_ct_AR"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4973$as_echo "$ac_ct_AR" >&6; }
4974else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976$as_echo "no" >&6; }
4977fi
4978
4979 if test "x$ac_ct_AR" = x; then
4980 AR="false"
4981 else
4982 case $cross_compiling:$ac_tool_warned in
4983yes:)
4984{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4985$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4986ac_tool_warned=yes ;;
4987esac
4988 AR=$ac_ct_AR
4989 fi
4990else
4991 AR="$ac_cv_prog_AR"
4992fi
4993
4994test -z "$AR" && AR=ar
68ed2854
MF
4995if test -n "$plugin_option"; then
4996 if $AR --help 2>&1 | grep -q "\--plugin"; then
3c811346
MF
4997 touch conftest.c
4998 $AR $plugin_option rc conftest.a conftest.c
4999 if test "$?" != 0; then
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5001$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5002 else
5003 AR="$AR $plugin_option"
5004 fi
5005 rm -f conftest.*
68ed2854
MF
5006 fi
5007fi
6bb11ab3
L
5008test -z "$AR_FLAGS" && AR_FLAGS=cru
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020if test -n "$ac_tool_prefix"; then
5021 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5022set dummy ${ac_tool_prefix}strip; ac_word=$2
5023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5024$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5025if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5026 $as_echo_n "(cached) " >&6
5027else
5028 if test -n "$STRIP"; then
5029 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5030else
5031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5032for as_dir in $PATH
5033do
5034 IFS=$as_save_IFS
5035 test -z "$as_dir" && as_dir=.
5036 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5038 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5040 break 2
5041 fi
5042done
5043 done
5044IFS=$as_save_IFS
5045
5046fi
5047fi
5048STRIP=$ac_cv_prog_STRIP
5049if test -n "$STRIP"; then
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5051$as_echo "$STRIP" >&6; }
5052else
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5054$as_echo "no" >&6; }
5055fi
5056
5057
5058fi
5059if test -z "$ac_cv_prog_STRIP"; then
5060 ac_ct_STRIP=$STRIP
5061 # Extract the first word of "strip", so it can be a program name with args.
5062set dummy strip; ac_word=$2
5063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5064$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5065if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5066 $as_echo_n "(cached) " >&6
5067else
5068 if test -n "$ac_ct_STRIP"; then
5069 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5070else
5071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5072for as_dir in $PATH
5073do
5074 IFS=$as_save_IFS
5075 test -z "$as_dir" && as_dir=.
5076 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5077 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5078 ac_cv_prog_ac_ct_STRIP="strip"
5079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5080 break 2
5081 fi
5082done
5083 done
5084IFS=$as_save_IFS
5085
5086fi
5087fi
5088ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5089if test -n "$ac_ct_STRIP"; then
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5091$as_echo "$ac_ct_STRIP" >&6; }
5092else
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5094$as_echo "no" >&6; }
5095fi
5096
5097 if test "x$ac_ct_STRIP" = x; then
5098 STRIP=":"
5099 else
5100 case $cross_compiling:$ac_tool_warned in
5101yes:)
5102{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5103$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5104ac_tool_warned=yes ;;
5105esac
5106 STRIP=$ac_ct_STRIP
5107 fi
5108else
5109 STRIP="$ac_cv_prog_STRIP"
5110fi
5111
5112test -z "$STRIP" && STRIP=:
5113
5114
5115
5116
5117
5118
5119if test -n "$ac_tool_prefix"; then
5120 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5121set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5123$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5124if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5125 $as_echo_n "(cached) " >&6
5126else
5127 if test -n "$RANLIB"; then
5128 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5129else
5130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5131for as_dir in $PATH
5132do
5133 IFS=$as_save_IFS
5134 test -z "$as_dir" && as_dir=.
5135 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5137 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5139 break 2
5140 fi
5141done
5142 done
5143IFS=$as_save_IFS
5144
5145fi
5146fi
5147RANLIB=$ac_cv_prog_RANLIB
5148if test -n "$RANLIB"; then
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5150$as_echo "$RANLIB" >&6; }
5151else
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5153$as_echo "no" >&6; }
5154fi
5155
5156
5157fi
5158if test -z "$ac_cv_prog_RANLIB"; then
5159 ac_ct_RANLIB=$RANLIB
5160 # Extract the first word of "ranlib", so it can be a program name with args.
5161set dummy ranlib; ac_word=$2
5162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5163$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5164if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5165 $as_echo_n "(cached) " >&6
5166else
5167 if test -n "$ac_ct_RANLIB"; then
5168 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5169else
5170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171for as_dir in $PATH
5172do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5177 ac_cv_prog_ac_ct_RANLIB="ranlib"
5178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5179 break 2
5180 fi
5181done
5182 done
5183IFS=$as_save_IFS
5184
5185fi
5186fi
5187ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5188if test -n "$ac_ct_RANLIB"; then
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5190$as_echo "$ac_ct_RANLIB" >&6; }
5191else
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5193$as_echo "no" >&6; }
5194fi
5195
5196 if test "x$ac_ct_RANLIB" = x; then
5197 RANLIB=":"
5198 else
5199 case $cross_compiling:$ac_tool_warned in
5200yes:)
5201{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5202$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5203ac_tool_warned=yes ;;
5204esac
5205 RANLIB=$ac_ct_RANLIB
5206 fi
5207else
5208 RANLIB="$ac_cv_prog_RANLIB"
5209fi
5210
5211test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5212if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5213 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5214 RANLIB="$RANLIB $plugin_option"
5215 fi
5216fi
6bb11ab3
L
5217
5218
5219
5220
5221
5222
5223# Determine commands to create old-style static archives.
5224old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5225old_postinstall_cmds='chmod 644 $oldlib'
5226old_postuninstall_cmds=
5227
5228if test -n "$RANLIB"; then
5229 case $host_os in
5230 openbsd*)
5231 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5232 ;;
5233 *)
5234 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5235 ;;
5236 esac
5237 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5238fi
5239
5240case $host_os in
5241 darwin*)
5242 lock_old_archive_extraction=yes ;;
5243 *)
5244 lock_old_archive_extraction=no ;;
5245esac
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267for ac_prog in gawk mawk nawk awk
5268do
5269 # Extract the first word of "$ac_prog", so it can be a program name with args.
5270set dummy $ac_prog; ac_word=$2
5271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5272$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5273if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5274 $as_echo_n "(cached) " >&6
5275else
5276 if test -n "$AWK"; then
5277 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5278else
5279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5280for as_dir in $PATH
5281do
5282 IFS=$as_save_IFS
5283 test -z "$as_dir" && as_dir=.
5284 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5286 ac_cv_prog_AWK="$ac_prog"
5287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5288 break 2
5289 fi
5290done
5291 done
5292IFS=$as_save_IFS
5293
5294fi
5295fi
5296AWK=$ac_cv_prog_AWK
5297if test -n "$AWK"; then
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5299$as_echo "$AWK" >&6; }
5300else
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5302$as_echo "no" >&6; }
5303fi
5304
5305
5306 test -n "$AWK" && break
5307done
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327# If no C compiler was specified, use CC.
5328LTCC=${LTCC-"$CC"}
5329
5330# If no C compiler flags were specified, use CFLAGS.
5331LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5332
5333# Allow CC to be a program name with arguments.
5334compiler=$CC
5335
5336
5337# Check for command to grab the raw symbol name followed by C symbol from nm.
5338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5339$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5340if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5341 $as_echo_n "(cached) " >&6
5342else
5343
5344# These are sane defaults that work on at least a few old systems.
5345# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5346
5347# Character class describing NM global symbol codes.
5348symcode='[BCDEGRST]'
5349
5350# Regexp to match symbols that can be accessed directly from C.
5351sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5352
5353# Define system-specific variables.
5354case $host_os in
5355aix*)
5356 symcode='[BCDT]'
5357 ;;
5358cygwin* | mingw* | pw32* | cegcc*)
5359 symcode='[ABCDGISTW]'
5360 ;;
5361hpux*)
5362 if test "$host_cpu" = ia64; then
5363 symcode='[ABCDEGRST]'
5364 fi
5365 ;;
5366irix* | nonstopux*)
5367 symcode='[BCDEGRST]'
5368 ;;
5369osf*)
5370 symcode='[BCDEGQRST]'
5371 ;;
5372solaris*)
5373 symcode='[BDRT]'
5374 ;;
5375sco3.2v5*)
5376 symcode='[DT]'
5377 ;;
5378sysv4.2uw2*)
5379 symcode='[DT]'
5380 ;;
5381sysv5* | sco5v6* | unixware* | OpenUNIX*)
5382 symcode='[ABDT]'
5383 ;;
5384sysv4)
5385 symcode='[DFNSTU]'
5386 ;;
5387esac
5388
5389# If we're using GNU nm, then use its standard symbol codes.
5390case `$NM -V 2>&1` in
5391*GNU* | *'with BFD'*)
5392 symcode='[ABCDGIRSTW]' ;;
5393esac
5394
5395# Transform an extracted symbol line into a proper C declaration.
5396# Some systems (esp. on ia64) link data and code symbols differently,
5397# so use this general approach.
5398lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5399
5400# Transform an extracted symbol line into symbol name and symbol address
5401lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5402lt_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'"
5403
5404# Handle CRLF in mingw tool chain
5405opt_cr=
5406case $build_os in
5407mingw*)
5408 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5409 ;;
5410esac
5411
5412# Try without a prefix underscore, then with it.
5413for ac_symprfx in "" "_"; do
5414
5415 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5416 symxfrm="\\1 $ac_symprfx\\2 \\2"
5417
5418 # Write the raw and C identifiers.
5419 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5420 # Fake it for dumpbin and say T for any non-static function
5421 # and D for any global variable.
5422 # Also find C++ and __fastcall symbols from MSVC++,
5423 # which start with @ or ?.
5424 lt_cv_sys_global_symbol_pipe="$AWK '"\
5425" {last_section=section; section=\$ 3};"\
5426" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5427" \$ 0!~/External *\|/{next};"\
5428" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5429" {if(hide[section]) next};"\
5430" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5431" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5432" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5433" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5434" ' prfx=^$ac_symprfx"
5435 else
5436 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5437 fi
5438
5439 # Check to see that the pipe works correctly.
5440 pipe_works=no
5441
5442 rm -f conftest*
5443 cat > conftest.$ac_ext <<_LT_EOF
5444#ifdef __cplusplus
5445extern "C" {
5446#endif
5447char nm_test_var;
5448void nm_test_func(void);
5449void nm_test_func(void){}
5450#ifdef __cplusplus
5451}
5452#endif
5453int main(){nm_test_var='a';nm_test_func();return(0);}
5454_LT_EOF
5455
5456 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5457 (eval $ac_compile) 2>&5
5458 ac_status=$?
5459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5460 test $ac_status = 0; }; then
5461 # Now try to grab the symbols.
5462 nlist=conftest.nm
5463 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5464 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5465 ac_status=$?
5466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5467 test $ac_status = 0; } && test -s "$nlist"; then
5468 # Try sorting and uniquifying the output.
5469 if sort "$nlist" | uniq > "$nlist"T; then
5470 mv -f "$nlist"T "$nlist"
5471 else
5472 rm -f "$nlist"T
5473 fi
5474
5475 # Make sure that we snagged all the symbols we need.
5476 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5477 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5478 cat <<_LT_EOF > conftest.$ac_ext
5479#ifdef __cplusplus
5480extern "C" {
5481#endif
5482
5483_LT_EOF
5484 # Now generate the symbol file.
5485 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5486
5487 cat <<_LT_EOF >> conftest.$ac_ext
5488
5489/* The mapping between symbol names and symbols. */
5490const struct {
5491 const char *name;
5492 void *address;
5493}
5494lt__PROGRAM__LTX_preloaded_symbols[] =
5495{
5496 { "@PROGRAM@", (void *) 0 },
5497_LT_EOF
5498 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5499 cat <<\_LT_EOF >> conftest.$ac_ext
5500 {0, (void *) 0}
5501};
5502
5503/* This works around a problem in FreeBSD linker */
5504#ifdef FREEBSD_WORKAROUND
5505static const void *lt_preloaded_setup() {
5506 return lt__PROGRAM__LTX_preloaded_symbols;
5507}
5508#endif
5509
5510#ifdef __cplusplus
5511}
5512#endif
5513_LT_EOF
5514 # Now try linking the two files.
5515 mv conftest.$ac_objext conftstm.$ac_objext
5516 lt_save_LIBS="$LIBS"
5517 lt_save_CFLAGS="$CFLAGS"
5518 LIBS="conftstm.$ac_objext"
5519 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5520 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5521 (eval $ac_link) 2>&5
5522 ac_status=$?
5523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5524 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5525 pipe_works=yes
5526 fi
5527 LIBS="$lt_save_LIBS"
5528 CFLAGS="$lt_save_CFLAGS"
5529 else
5530 echo "cannot find nm_test_func in $nlist" >&5
5531 fi
5532 else
5533 echo "cannot find nm_test_var in $nlist" >&5
5534 fi
5535 else
5536 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5537 fi
5538 else
5539 echo "$progname: failed program was:" >&5
5540 cat conftest.$ac_ext >&5
5541 fi
5542 rm -rf conftest* conftst*
5543
5544 # Do not use the global_symbol_pipe unless it works.
5545 if test "$pipe_works" = yes; then
5546 break
5547 else
5548 lt_cv_sys_global_symbol_pipe=
5549 fi
5550done
5551
5552fi
5553
5554if test -z "$lt_cv_sys_global_symbol_pipe"; then
5555 lt_cv_sys_global_symbol_to_cdecl=
5556fi
5557if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5559$as_echo "failed" >&6; }
5560else
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5562$as_echo "ok" >&6; }
5563fi
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586# Check whether --enable-libtool-lock was given.
5587if test "${enable_libtool_lock+set}" = set; then :
5588 enableval=$enable_libtool_lock;
5589fi
5590
5591test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5592
5593# Some flags need to be propagated to the compiler or linker for good
5594# libtool support.
5595case $host in
5596ia64-*-hpux*)
5597 # Find out which ABI we are using.
5598 echo 'int i;' > conftest.$ac_ext
5599 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5600 (eval $ac_compile) 2>&5
5601 ac_status=$?
5602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5603 test $ac_status = 0; }; then
5604 case `/usr/bin/file conftest.$ac_objext` in
5605 *ELF-32*)
5606 HPUX_IA64_MODE="32"
5607 ;;
5608 *ELF-64*)
5609 HPUX_IA64_MODE="64"
5610 ;;
5611 esac
5612 fi
5613 rm -rf conftest*
5614 ;;
5615*-*-irix6*)
5616 # Find out which ABI we are using.
5617 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5618 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5619 (eval $ac_compile) 2>&5
5620 ac_status=$?
5621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5622 test $ac_status = 0; }; then
5623 if test "$lt_cv_prog_gnu_ld" = yes; then
5624 case `/usr/bin/file conftest.$ac_objext` in
5625 *32-bit*)
5626 LD="${LD-ld} -melf32bsmip"
5627 ;;
5628 *N32*)
5629 LD="${LD-ld} -melf32bmipn32"
5630 ;;
5631 *64-bit*)
5632 LD="${LD-ld} -melf64bmip"
5633 ;;
5634 esac
5635 else
5636 case `/usr/bin/file conftest.$ac_objext` in
5637 *32-bit*)
5638 LD="${LD-ld} -32"
5639 ;;
5640 *N32*)
5641 LD="${LD-ld} -n32"
5642 ;;
5643 *64-bit*)
5644 LD="${LD-ld} -64"
5645 ;;
5646 esac
5647 fi
5648 fi
5649 rm -rf conftest*
5650 ;;
5651
bf3d9781 5652x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5653s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5654 # Find out which ABI we are using.
5655 echo 'int i;' > conftest.$ac_ext
5656 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5657 (eval $ac_compile) 2>&5
5658 ac_status=$?
5659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5660 test $ac_status = 0; }; then
5661 case `/usr/bin/file conftest.o` in
5662 *32-bit*)
5663 case $host in
5664 x86_64-*kfreebsd*-gnu)
5665 LD="${LD-ld} -m elf_i386_fbsd"
5666 ;;
5667 x86_64-*linux*)
5668 case `/usr/bin/file conftest.o` in
5669 *x86-64*)
5670 LD="${LD-ld} -m elf32_x86_64"
5671 ;;
5672 *)
5673 LD="${LD-ld} -m elf_i386"
5674 ;;
5675 esac
5676 ;;
bf3d9781
AM
5677 powerpc64le-*linux*)
5678 LD="${LD-ld} -m elf32lppclinux"
5679 ;;
5680 powerpc64-*linux*)
6bb11ab3
L
5681 LD="${LD-ld} -m elf32ppclinux"
5682 ;;
5683 s390x-*linux*)
5684 LD="${LD-ld} -m elf_s390"
5685 ;;
5686 sparc64-*linux*)
5687 LD="${LD-ld} -m elf32_sparc"
5688 ;;
5689 esac
5690 ;;
5691 *64-bit*)
5692 case $host in
5693 x86_64-*kfreebsd*-gnu)
5694 LD="${LD-ld} -m elf_x86_64_fbsd"
5695 ;;
5696 x86_64-*linux*)
5697 LD="${LD-ld} -m elf_x86_64"
5698 ;;
bf3d9781
AM
5699 powerpcle-*linux*)
5700 LD="${LD-ld} -m elf64lppc"
5701 ;;
5702 powerpc-*linux*)
6bb11ab3
L
5703 LD="${LD-ld} -m elf64ppc"
5704 ;;
5705 s390*-*linux*|s390*-*tpf*)
5706 LD="${LD-ld} -m elf64_s390"
5707 ;;
5708 sparc*-*linux*)
5709 LD="${LD-ld} -m elf64_sparc"
5710 ;;
5711 esac
5712 ;;
5713 esac
5714 fi
5715 rm -rf conftest*
5716 ;;
5717
5718*-*-sco3.2v5*)
5719 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5720 SAVE_CFLAGS="$CFLAGS"
5721 CFLAGS="$CFLAGS -belf"
5722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5723$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5724if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5725 $as_echo_n "(cached) " >&6
5726else
5727 ac_ext=c
5728ac_cpp='$CPP $CPPFLAGS'
5729ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5730ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5731ac_compiler_gnu=$ac_cv_c_compiler_gnu
5732
5733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5734/* end confdefs.h. */
5735
5736int
5737main ()
5738{
5739
5740 ;
5741 return 0;
5742}
5743_ACEOF
5744if ac_fn_c_try_link "$LINENO"; then :
5745 lt_cv_cc_needs_belf=yes
5746else
5747 lt_cv_cc_needs_belf=no
5748fi
5749rm -f core conftest.err conftest.$ac_objext \
5750 conftest$ac_exeext conftest.$ac_ext
5751 ac_ext=c
5752ac_cpp='$CPP $CPPFLAGS'
5753ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5754ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5755ac_compiler_gnu=$ac_cv_c_compiler_gnu
5756
5757fi
5758{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5759$as_echo "$lt_cv_cc_needs_belf" >&6; }
5760 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5761 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5762 CFLAGS="$SAVE_CFLAGS"
5763 fi
5764 ;;
5765sparc*-*solaris*)
5766 # Find out which ABI we are using.
5767 echo 'int i;' > conftest.$ac_ext
5768 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5769 (eval $ac_compile) 2>&5
5770 ac_status=$?
5771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5772 test $ac_status = 0; }; then
5773 case `/usr/bin/file conftest.o` in
5774 *64-bit*)
5775 case $lt_cv_prog_gnu_ld in
5776 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5777 *)
5778 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5779 LD="${LD-ld} -64"
5780 fi
5781 ;;
5782 esac
5783 ;;
5784 esac
5785 fi
5786 rm -rf conftest*
5787 ;;
5788esac
5789
5790need_locks="$enable_libtool_lock"
5791
5792
5793 case $host_os in
5794 rhapsody* | darwin*)
5795 if test -n "$ac_tool_prefix"; then
5796 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5797set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5799$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5800if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5801 $as_echo_n "(cached) " >&6
5802else
5803 if test -n "$DSYMUTIL"; then
5804 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5805else
5806as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5807for as_dir in $PATH
5808do
5809 IFS=$as_save_IFS
5810 test -z "$as_dir" && as_dir=.
5811 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5812 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5813 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5815 break 2
5816 fi
5817done
5818 done
5819IFS=$as_save_IFS
5820
5821fi
5822fi
5823DSYMUTIL=$ac_cv_prog_DSYMUTIL
5824if test -n "$DSYMUTIL"; then
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5826$as_echo "$DSYMUTIL" >&6; }
5827else
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5829$as_echo "no" >&6; }
5830fi
5831
5832
5833fi
5834if test -z "$ac_cv_prog_DSYMUTIL"; then
5835 ac_ct_DSYMUTIL=$DSYMUTIL
5836 # Extract the first word of "dsymutil", so it can be a program name with args.
5837set dummy dsymutil; ac_word=$2
5838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5839$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5840if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5841 $as_echo_n "(cached) " >&6
5842else
5843 if test -n "$ac_ct_DSYMUTIL"; then
5844 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5845else
5846as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5847for as_dir in $PATH
5848do
5849 IFS=$as_save_IFS
5850 test -z "$as_dir" && as_dir=.
5851 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5852 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5853 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5855 break 2
5856 fi
5857done
5858 done
5859IFS=$as_save_IFS
5860
5861fi
5862fi
5863ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5864if test -n "$ac_ct_DSYMUTIL"; then
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5866$as_echo "$ac_ct_DSYMUTIL" >&6; }
5867else
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5869$as_echo "no" >&6; }
5870fi
5871
5872 if test "x$ac_ct_DSYMUTIL" = x; then
5873 DSYMUTIL=":"
5874 else
5875 case $cross_compiling:$ac_tool_warned in
5876yes:)
5877{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5878$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5879ac_tool_warned=yes ;;
5880esac
5881 DSYMUTIL=$ac_ct_DSYMUTIL
5882 fi
5883else
5884 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5885fi
5886
5887 if test -n "$ac_tool_prefix"; then
5888 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5889set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5891$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5892if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5893 $as_echo_n "(cached) " >&6
5894else
5895 if test -n "$NMEDIT"; then
5896 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5897else
5898as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5899for as_dir in $PATH
5900do
5901 IFS=$as_save_IFS
5902 test -z "$as_dir" && as_dir=.
5903 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5905 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5907 break 2
5908 fi
5909done
5910 done
5911IFS=$as_save_IFS
5912
5913fi
5914fi
5915NMEDIT=$ac_cv_prog_NMEDIT
5916if test -n "$NMEDIT"; then
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5918$as_echo "$NMEDIT" >&6; }
5919else
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5921$as_echo "no" >&6; }
5922fi
5923
5924
5925fi
5926if test -z "$ac_cv_prog_NMEDIT"; then
5927 ac_ct_NMEDIT=$NMEDIT
5928 # Extract the first word of "nmedit", so it can be a program name with args.
5929set dummy nmedit; ac_word=$2
5930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5931$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5932if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5933 $as_echo_n "(cached) " >&6
5934else
5935 if test -n "$ac_ct_NMEDIT"; then
5936 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5937else
5938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5939for as_dir in $PATH
5940do
5941 IFS=$as_save_IFS
5942 test -z "$as_dir" && as_dir=.
5943 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5944 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5945 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5947 break 2
5948 fi
5949done
5950 done
5951IFS=$as_save_IFS
5952
5953fi
5954fi
5955ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5956if test -n "$ac_ct_NMEDIT"; then
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5958$as_echo "$ac_ct_NMEDIT" >&6; }
5959else
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5961$as_echo "no" >&6; }
5962fi
5963
5964 if test "x$ac_ct_NMEDIT" = x; then
5965 NMEDIT=":"
5966 else
5967 case $cross_compiling:$ac_tool_warned in
5968yes:)
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5970$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5971ac_tool_warned=yes ;;
5972esac
5973 NMEDIT=$ac_ct_NMEDIT
5974 fi
5975else
5976 NMEDIT="$ac_cv_prog_NMEDIT"
5977fi
5978
5979 if test -n "$ac_tool_prefix"; then
5980 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5981set dummy ${ac_tool_prefix}lipo; ac_word=$2
5982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5983$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5984if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5985 $as_echo_n "(cached) " >&6
5986else
5987 if test -n "$LIPO"; then
5988 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5989else
5990as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5991for as_dir in $PATH
5992do
5993 IFS=$as_save_IFS
5994 test -z "$as_dir" && as_dir=.
5995 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5996 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5997 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5999 break 2
6000 fi
6001done
6002 done
6003IFS=$as_save_IFS
6004
6005fi
6006fi
6007LIPO=$ac_cv_prog_LIPO
6008if test -n "$LIPO"; then
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6010$as_echo "$LIPO" >&6; }
6011else
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6013$as_echo "no" >&6; }
6014fi
6015
6016
6017fi
6018if test -z "$ac_cv_prog_LIPO"; then
6019 ac_ct_LIPO=$LIPO
6020 # Extract the first word of "lipo", so it can be a program name with args.
6021set dummy lipo; ac_word=$2
6022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6023$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6024if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6025 $as_echo_n "(cached) " >&6
6026else
6027 if test -n "$ac_ct_LIPO"; then
6028 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6029else
6030as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6031for as_dir in $PATH
6032do
6033 IFS=$as_save_IFS
6034 test -z "$as_dir" && as_dir=.
6035 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6036 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6037 ac_cv_prog_ac_ct_LIPO="lipo"
6038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6039 break 2
6040 fi
6041done
6042 done
6043IFS=$as_save_IFS
6044
6045fi
6046fi
6047ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6048if test -n "$ac_ct_LIPO"; then
6049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6050$as_echo "$ac_ct_LIPO" >&6; }
6051else
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6053$as_echo "no" >&6; }
6054fi
6055
6056 if test "x$ac_ct_LIPO" = x; then
6057 LIPO=":"
6058 else
6059 case $cross_compiling:$ac_tool_warned in
6060yes:)
6061{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6062$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6063ac_tool_warned=yes ;;
6064esac
6065 LIPO=$ac_ct_LIPO
6066 fi
6067else
6068 LIPO="$ac_cv_prog_LIPO"
6069fi
6070
6071 if test -n "$ac_tool_prefix"; then
6072 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6073set dummy ${ac_tool_prefix}otool; ac_word=$2
6074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6075$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6076if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6077 $as_echo_n "(cached) " >&6
6078else
6079 if test -n "$OTOOL"; then
6080 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6081else
6082as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6083for as_dir in $PATH
6084do
6085 IFS=$as_save_IFS
6086 test -z "$as_dir" && as_dir=.
6087 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6088 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6089 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6091 break 2
6092 fi
6093done
6094 done
6095IFS=$as_save_IFS
6096
6097fi
6098fi
6099OTOOL=$ac_cv_prog_OTOOL
6100if test -n "$OTOOL"; then
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6102$as_echo "$OTOOL" >&6; }
6103else
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6105$as_echo "no" >&6; }
6106fi
6107
6108
6109fi
6110if test -z "$ac_cv_prog_OTOOL"; then
6111 ac_ct_OTOOL=$OTOOL
6112 # Extract the first word of "otool", so it can be a program name with args.
6113set dummy otool; ac_word=$2
6114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6115$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6116if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6117 $as_echo_n "(cached) " >&6
6118else
6119 if test -n "$ac_ct_OTOOL"; then
6120 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6121else
6122as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6123for as_dir in $PATH
6124do
6125 IFS=$as_save_IFS
6126 test -z "$as_dir" && as_dir=.
6127 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6128 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6129 ac_cv_prog_ac_ct_OTOOL="otool"
6130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6131 break 2
6132 fi
6133done
6134 done
6135IFS=$as_save_IFS
6136
6137fi
6138fi
6139ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6140if test -n "$ac_ct_OTOOL"; then
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6142$as_echo "$ac_ct_OTOOL" >&6; }
6143else
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6145$as_echo "no" >&6; }
6146fi
6147
6148 if test "x$ac_ct_OTOOL" = x; then
6149 OTOOL=":"
6150 else
6151 case $cross_compiling:$ac_tool_warned in
6152yes:)
6153{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6154$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6155ac_tool_warned=yes ;;
6156esac
6157 OTOOL=$ac_ct_OTOOL
6158 fi
6159else
6160 OTOOL="$ac_cv_prog_OTOOL"
6161fi
6162
6163 if test -n "$ac_tool_prefix"; then
6164 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6165set dummy ${ac_tool_prefix}otool64; ac_word=$2
6166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6167$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6168if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6169 $as_echo_n "(cached) " >&6
6170else
6171 if test -n "$OTOOL64"; then
6172 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6173else
6174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175for as_dir in $PATH
6176do
6177 IFS=$as_save_IFS
6178 test -z "$as_dir" && as_dir=.
6179 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6180 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6181 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6183 break 2
6184 fi
6185done
6186 done
6187IFS=$as_save_IFS
6188
6189fi
6190fi
6191OTOOL64=$ac_cv_prog_OTOOL64
6192if test -n "$OTOOL64"; then
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6194$as_echo "$OTOOL64" >&6; }
6195else
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6197$as_echo "no" >&6; }
6198fi
6199
6200
6201fi
6202if test -z "$ac_cv_prog_OTOOL64"; then
6203 ac_ct_OTOOL64=$OTOOL64
6204 # Extract the first word of "otool64", so it can be a program name with args.
6205set dummy otool64; ac_word=$2
6206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6207$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6208if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6209 $as_echo_n "(cached) " >&6
6210else
6211 if test -n "$ac_ct_OTOOL64"; then
6212 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6213else
6214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6215for as_dir in $PATH
6216do
6217 IFS=$as_save_IFS
6218 test -z "$as_dir" && as_dir=.
6219 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6220 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6221 ac_cv_prog_ac_ct_OTOOL64="otool64"
6222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6223 break 2
6224 fi
6225done
6226 done
6227IFS=$as_save_IFS
6228
6229fi
6230fi
6231ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6232if test -n "$ac_ct_OTOOL64"; then
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6234$as_echo "$ac_ct_OTOOL64" >&6; }
6235else
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6237$as_echo "no" >&6; }
6238fi
6239
6240 if test "x$ac_ct_OTOOL64" = x; then
6241 OTOOL64=":"
6242 else
6243 case $cross_compiling:$ac_tool_warned in
6244yes:)
6245{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6246$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6247ac_tool_warned=yes ;;
6248esac
6249 OTOOL64=$ac_ct_OTOOL64
6250 fi
6251else
6252 OTOOL64="$ac_cv_prog_OTOOL64"
6253fi
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6282$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6283if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6284 $as_echo_n "(cached) " >&6
6285else
6286 lt_cv_apple_cc_single_mod=no
6287 if test -z "${LT_MULTI_MODULE}"; then
6288 # By default we will add the -single_module flag. You can override
6289 # by either setting the environment variable LT_MULTI_MODULE
6290 # non-empty at configure time, or by adding -multi_module to the
6291 # link flags.
6292 rm -rf libconftest.dylib*
6293 echo "int foo(void){return 1;}" > conftest.c
6294 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6295-dynamiclib -Wl,-single_module conftest.c" >&5
6296 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6297 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6298 _lt_result=$?
6299 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6300 lt_cv_apple_cc_single_mod=yes
6301 else
6302 cat conftest.err >&5
6303 fi
6304 rm -rf libconftest.dylib*
6305 rm -f conftest.*
6306 fi
6307fi
6308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6309$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6311$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6312if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6313 $as_echo_n "(cached) " >&6
6314else
6315 lt_cv_ld_exported_symbols_list=no
6316 save_LDFLAGS=$LDFLAGS
6317 echo "_main" > conftest.sym
6318 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6320/* end confdefs.h. */
6321
6322int
6323main ()
6324{
6325
6326 ;
6327 return 0;
6328}
6329_ACEOF
6330if ac_fn_c_try_link "$LINENO"; then :
6331 lt_cv_ld_exported_symbols_list=yes
6332else
6333 lt_cv_ld_exported_symbols_list=no
6334fi
6335rm -f core conftest.err conftest.$ac_objext \
6336 conftest$ac_exeext conftest.$ac_ext
6337 LDFLAGS="$save_LDFLAGS"
6338
6339fi
6340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6341$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6343$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6344if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6345 $as_echo_n "(cached) " >&6
6346else
6347 lt_cv_ld_force_load=no
6348 cat > conftest.c << _LT_EOF
6349int forced_loaded() { return 2;}
6350_LT_EOF
6351 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6352 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6353 echo "$AR cru libconftest.a conftest.o" >&5
6354 $AR cru libconftest.a conftest.o 2>&5
6355 cat > conftest.c << _LT_EOF
6356int main() { return 0;}
6357_LT_EOF
6358 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6359 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6360 _lt_result=$?
6361 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6362 lt_cv_ld_force_load=yes
6363 else
6364 cat conftest.err >&5
6365 fi
6366 rm -f conftest.err libconftest.a conftest conftest.c
6367 rm -rf conftest.dSYM
6368
6369fi
6370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6371$as_echo "$lt_cv_ld_force_load" >&6; }
6372 case $host_os in
6373 rhapsody* | darwin1.[012])
6374 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6375 darwin1.*)
6376 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6377 darwin*) # darwin 5.x on
6378 # if running on 10.5 or later, the deployment target defaults
6379 # to the OS version, if on x86, and 10.4, the deployment
6380 # target defaults to 10.4. Don't you love it?
6381 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6382 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6383 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6384 10.[012][,.]*)
6bb11ab3
L
6385 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6386 10.*)
6387 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6388 esac
6389 ;;
6390 esac
6391 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6392 _lt_dar_single_mod='$single_module'
6393 fi
6394 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6395 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6396 else
6397 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6398 fi
6399 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6400 _lt_dsymutil='~$DSYMUTIL $lib || :'
6401 else
6402 _lt_dsymutil=
6403 fi
6404 ;;
6405 esac
6406
6407for ac_header in dlfcn.h
6408do :
6409 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6410"
d0ac1c44 6411if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6412 cat >>confdefs.h <<_ACEOF
6413#define HAVE_DLFCN_H 1
6414_ACEOF
6415
6416fi
6417
6418done
6419
6420
6421
ebe9564b 6422
6bb11ab3 6423
0cb8d851
MF
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6425$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6426if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6427 $as_echo_n "(cached) " >&6
6428else
6429 ac_cv_c_bigendian=unknown
6430 # See if we're dealing with a universal compiler.
6431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6432/* end confdefs.h. */
6433#ifndef __APPLE_CC__
6434 not a universal capable compiler
6435 #endif
6436 typedef int dummy;
6437
6438_ACEOF
6439if ac_fn_c_try_compile "$LINENO"; then :
6440
6441 # Check for potential -arch flags. It is not universal unless
6442 # there are at least two -arch flags with different values.
6443 ac_arch=
6444 ac_prev=
6445 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6446 if test -n "$ac_prev"; then
6447 case $ac_word in
6448 i?86 | x86_64 | ppc | ppc64)
6449 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6450 ac_arch=$ac_word
6451 else
6452 ac_cv_c_bigendian=universal
6453 break
6454 fi
6455 ;;
6456 esac
6457 ac_prev=
6458 elif test "x$ac_word" = "x-arch"; then
6459 ac_prev=arch
6460 fi
6461 done
6462fi
6463rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6464 if test $ac_cv_c_bigendian = unknown; then
6465 # See if sys/param.h defines the BYTE_ORDER macro.
6466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6467/* end confdefs.h. */
6468#include <sys/types.h>
6469 #include <sys/param.h>
6470
6471int
6472main ()
6473{
6474#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6475 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6476 && LITTLE_ENDIAN)
6477 bogus endian macros
6478 #endif
6479
6480 ;
6481 return 0;
6482}
6483_ACEOF
6484if ac_fn_c_try_compile "$LINENO"; then :
6485 # It does; now see whether it defined to BIG_ENDIAN or not.
6486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6487/* end confdefs.h. */
6488#include <sys/types.h>
6489 #include <sys/param.h>
6490
6491int
6492main ()
6493{
6494#if BYTE_ORDER != BIG_ENDIAN
6495 not big endian
6496 #endif
6497
6498 ;
6499 return 0;
6500}
6501_ACEOF
6502if ac_fn_c_try_compile "$LINENO"; then :
6503 ac_cv_c_bigendian=yes
6504else
6505 ac_cv_c_bigendian=no
6506fi
6507rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6508fi
6509rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6510 fi
6511 if test $ac_cv_c_bigendian = unknown; then
6512 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6514/* end confdefs.h. */
6515#include <limits.h>
6516
6517int
6518main ()
6519{
6520#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6521 bogus endian macros
6522 #endif
6523
6524 ;
6525 return 0;
6526}
6527_ACEOF
6528if ac_fn_c_try_compile "$LINENO"; then :
6529 # It does; now see whether it defined to _BIG_ENDIAN or not.
6530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6531/* end confdefs.h. */
6532#include <limits.h>
6533
6534int
6535main ()
6536{
6537#ifndef _BIG_ENDIAN
6538 not big endian
6539 #endif
6540
6541 ;
6542 return 0;
6543}
6544_ACEOF
6545if ac_fn_c_try_compile "$LINENO"; then :
6546 ac_cv_c_bigendian=yes
6547else
6548 ac_cv_c_bigendian=no
6549fi
6550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6551fi
6552rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6553 fi
6554 if test $ac_cv_c_bigendian = unknown; then
6555 # Compile a test program.
6556 if test "$cross_compiling" = yes; then :
6557 # Try to guess by grepping values from an object file.
6558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6559/* end confdefs.h. */
6560short int ascii_mm[] =
6561 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6562 short int ascii_ii[] =
6563 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6564 int use_ascii (int i) {
6565 return ascii_mm[i] + ascii_ii[i];
6566 }
6567 short int ebcdic_ii[] =
6568 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6569 short int ebcdic_mm[] =
6570 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6571 int use_ebcdic (int i) {
6572 return ebcdic_mm[i] + ebcdic_ii[i];
6573 }
6574 extern int foo;
6575
6576int
6577main ()
6578{
6579return use_ascii (foo) == use_ebcdic (foo);
6580 ;
6581 return 0;
6582}
6583_ACEOF
6584if ac_fn_c_try_compile "$LINENO"; then :
6585 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6586 ac_cv_c_bigendian=yes
6587 fi
6588 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6589 if test "$ac_cv_c_bigendian" = unknown; then
6590 ac_cv_c_bigendian=no
6591 else
6592 # finding both strings is unlikely to happen, but who knows?
6593 ac_cv_c_bigendian=unknown
6594 fi
6595 fi
6596fi
6597rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6598else
6599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6600/* end confdefs.h. */
6601$ac_includes_default
6602int
6603main ()
6604{
6605
6606 /* Are we little or big endian? From Harbison&Steele. */
6607 union
6608 {
6609 long int l;
6610 char c[sizeof (long int)];
6611 } u;
6612 u.l = 1;
6613 return u.c[sizeof (long int) - 1] == 1;
6614
6615 ;
6616 return 0;
6617}
6618_ACEOF
6619if ac_fn_c_try_run "$LINENO"; then :
6620 ac_cv_c_bigendian=no
6621else
6622 ac_cv_c_bigendian=yes
6623fi
6624rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6625 conftest.$ac_objext conftest.beam conftest.$ac_ext
6626fi
6627
6628 fi
6629fi
6630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6631$as_echo "$ac_cv_c_bigendian" >&6; }
6632 case $ac_cv_c_bigendian in #(
6633 yes)
6634 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6635;; #(
6636 no)
6637 ;; #(
6638 universal)
6639
6640$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6641
6642 ;; #(
6643 *)
d0ac1c44 6644 as_fn_error $? "unknown endianness
0cb8d851
MF
6645 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6646 esac
6647
6bb11ab3
L
6648
6649
6650
c25ea03d 6651if test "x$cross_compiling" = "xno"; then
aa0fca16 6652 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6653 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6654 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6655 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6656 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6657else
aa0fca16 6658 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6659 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6660 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6661 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6662 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6663fi
6664
6665
6666
c25ea03d 6667
c2783492 6668
aa0fca16
MF
6669
6670
a3e2cc64
MF
6671if test -n "$ac_tool_prefix"; then
6672 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6673set dummy ${ac_tool_prefix}ar; ac_word=$2
6674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6675$as_echo_n "checking for $ac_word... " >&6; }
6676if ${ac_cv_prog_AR+:} false; then :
6677 $as_echo_n "(cached) " >&6
6678else
6679 if test -n "$AR"; then
6680 ac_cv_prog_AR="$AR" # Let the user override the test.
6681else
6682as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6683for as_dir in $PATH
6684do
6685 IFS=$as_save_IFS
6686 test -z "$as_dir" && as_dir=.
6687 for ac_exec_ext in '' $ac_executable_extensions; do
6688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6689 ac_cv_prog_AR="${ac_tool_prefix}ar"
6690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6691 break 2
6692 fi
6693done
6694 done
6695IFS=$as_save_IFS
6696
6697fi
6698fi
6699AR=$ac_cv_prog_AR
6700if test -n "$AR"; then
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6702$as_echo "$AR" >&6; }
6703else
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6705$as_echo "no" >&6; }
6706fi
6707
6708
6709fi
6710if test -z "$ac_cv_prog_AR"; then
6711 ac_ct_AR=$AR
6712 # Extract the first word of "ar", so it can be a program name with args.
6713set dummy ar; ac_word=$2
6714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6715$as_echo_n "checking for $ac_word... " >&6; }
6716if ${ac_cv_prog_ac_ct_AR+:} false; then :
6717 $as_echo_n "(cached) " >&6
6718else
6719 if test -n "$ac_ct_AR"; then
6720 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6721else
6722as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6723for as_dir in $PATH
6724do
6725 IFS=$as_save_IFS
6726 test -z "$as_dir" && as_dir=.
6727 for ac_exec_ext in '' $ac_executable_extensions; do
6728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6729 ac_cv_prog_ac_ct_AR="ar"
6730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6731 break 2
6732 fi
6733done
6734 done
6735IFS=$as_save_IFS
6736
6737fi
6738fi
6739ac_ct_AR=$ac_cv_prog_ac_ct_AR
6740if test -n "$ac_ct_AR"; then
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6742$as_echo "$ac_ct_AR" >&6; }
6743else
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6745$as_echo "no" >&6; }
6746fi
6747
6748 if test "x$ac_ct_AR" = x; then
6749 AR=""
6750 else
6751 case $cross_compiling:$ac_tool_warned in
6752yes:)
6753{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6754$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6755ac_tool_warned=yes ;;
6756esac
6757 AR=$ac_ct_AR
6758 fi
6759else
6760 AR="$ac_cv_prog_AR"
6761fi
6bb11ab3
L
6762
6763if test -n "$ac_tool_prefix"; then
6764 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6765set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6767$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6768if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6769 $as_echo_n "(cached) " >&6
6770else
6771 if test -n "$RANLIB"; then
6772 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6773else
6774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6775for as_dir in $PATH
6776do
6777 IFS=$as_save_IFS
6778 test -z "$as_dir" && as_dir=.
6779 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6781 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6783 break 2
6784 fi
6785done
6786 done
6787IFS=$as_save_IFS
6788
6789fi
6790fi
6791RANLIB=$ac_cv_prog_RANLIB
6792if test -n "$RANLIB"; then
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6794$as_echo "$RANLIB" >&6; }
6795else
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6797$as_echo "no" >&6; }
6798fi
6799
6800
6801fi
6802if test -z "$ac_cv_prog_RANLIB"; then
6803 ac_ct_RANLIB=$RANLIB
6804 # Extract the first word of "ranlib", so it can be a program name with args.
6805set dummy ranlib; ac_word=$2
6806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6807$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6808if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6809 $as_echo_n "(cached) " >&6
6810else
6811 if test -n "$ac_ct_RANLIB"; then
6812 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6813else
6814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6815for as_dir in $PATH
6816do
6817 IFS=$as_save_IFS
6818 test -z "$as_dir" && as_dir=.
6819 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6821 ac_cv_prog_ac_ct_RANLIB="ranlib"
6822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6823 break 2
6824 fi
6825done
6826 done
6827IFS=$as_save_IFS
6828
6829fi
6830fi
6831ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6832if test -n "$ac_ct_RANLIB"; then
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6834$as_echo "$ac_ct_RANLIB" >&6; }
6835else
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6837$as_echo "no" >&6; }
6838fi
6839
6840 if test "x$ac_ct_RANLIB" = x; then
6841 RANLIB=":"
6842 else
6843 case $cross_compiling:$ac_tool_warned in
6844yes:)
6845{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6846$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6847ac_tool_warned=yes ;;
6848esac
6849 RANLIB=$ac_ct_RANLIB
6850 fi
6851else
6852 RANLIB="$ac_cv_prog_RANLIB"
6853fi
6854
6855
46f900c0
MF
6856# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6857# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6858# is C99. So handle it ourselves.
6859:
6860C_DIALECT=
6861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6862$as_echo_n "checking whether C11 is supported by default... " >&6; }
6863cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6864/* end confdefs.h. */
6865
6866#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6867# error "C11 support not found"
6868#endif
6869
6870_ACEOF
6871if ac_fn_c_try_compile "$LINENO"; then :
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6873$as_echo "yes" >&6; }
6874else
6875
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6877$as_echo "no" >&6; }
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6879$as_echo_n "checking for -std=c11 support... " >&6; }
6880 ac_save_CC="$CC"
6881 CC="$CC -std=c11"
6882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6883/* end confdefs.h. */
6884
6885#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6886# error "C11 support not found"
6887#endif
6888
6889_ACEOF
6890if ac_fn_c_try_compile "$LINENO"; then :
6891
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6893$as_echo "yes" >&6; }
6894 CC="$ac_save_CC"
6895 C_DIALECT="-std=c11"
6896
6897else
6898 as_fn_error $? "C11 is required" "$LINENO" 5
6899fi
6900rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6901fi
6902rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6903
6904
c2783492
MF
6905ac_config_headers="$ac_config_headers config.h:config.in"
6906
6907
6bb11ab3
L
6908# Some of the common include files depend on bfd.h, and bfd.h checks
6909# that config.h is included first by testing that the PACKAGE macro
6910# is defined.
6911PACKAGE=sim
6912
6913cat >>confdefs.h <<_ACEOF
6914#define PACKAGE "$PACKAGE"
6915_ACEOF
6916
6917
6918
6919# Dependency checking.
6920ac_config_commands="$ac_config_commands depdir"
6921
6922
6923depcc="$CC" am_compiler_list=
6924
6925am_depcomp=$ac_aux_dir/depcomp
6926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6927$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6928if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6929 $as_echo_n "(cached) " >&6
6930else
6931 if test -f "$am_depcomp"; then
6932 # We make a subdir and do the tests there. Otherwise we can end up
6933 # making bogus files that we don't know about and never remove. For
6934 # instance it was reported that on HP-UX the gcc test will end up
6935 # making a dummy file named `D' -- because `-MD' means `put the output
6936 # in D'.
6937 mkdir conftest.dir
6938 # Copy depcomp to subdir because otherwise we won't find it if we're
6939 # using a relative directory.
6940 cp "$am_depcomp" conftest.dir
6941 cd conftest.dir
6942 # We will build objects and dependencies in a subdirectory because
6943 # it helps to detect inapplicable dependency modes. For instance
6944 # both Tru64's cc and ICC support -MD to output dependencies as a
6945 # side effect of compilation, but ICC will put the dependencies in
6946 # the current directory while Tru64 will put them in the object
6947 # directory.
6948 mkdir sub
6949
6950 am_cv_CC_dependencies_compiler_type=none
6951 if test "$am_compiler_list" = ""; then
6952 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6953 fi
6954 for depmode in $am_compiler_list; do
6955 if test $depmode = none; then break; fi
6956
6957 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6958 # Setup a source with many dependencies, because some compilers
6959 # like to wrap large dependency lists on column 80 (with \), and
6960 # we should not choose a depcomp mode which is confused by this.
6961 #
6962 # We need to recreate these files for each test, as the compiler may
6963 # overwrite some of them when testing with obscure command lines.
6964 # This happens at least with the AIX C compiler.
6965 : > sub/conftest.c
6966 for i in 1 2 3 4 5 6; do
6967 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6968 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6969 # Solaris 8's {/usr,}/bin/sh.
6970 touch sub/conftst$i.h
6971 done
6972 echo "include sub/conftest.Po" > confmf
6973
6974 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6975 # mode. It turns out that the SunPro C++ compiler does not properly
6976 # handle `-M -o', and we need to detect this.
6977 depcmd="depmode=$depmode \
6978 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6979 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6980 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6981 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6982 if env $depcmd > conftest.err 2>&1 &&
6983 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6984 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6985 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6986 # icc doesn't choke on unknown options, it will just issue warnings
6987 # or remarks (even with -Werror). So we grep stderr for any message
6988 # that says an option was ignored or not supported.
6989 # When given -MP, icc 7.0 and 7.1 complain thusly:
6990 # icc: Command line warning: ignoring option '-M'; no argument required
6991 # The diagnosis changed in icc 8.0:
6992 # icc: Command line remark: option '-MP' not supported
6993 if (grep 'ignoring option' conftest.err ||
6994 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6995 am_cv_CC_dependencies_compiler_type=$depmode
6996 $as_echo "$as_me:$LINENO: success" >&5
6997 break
6998 fi
6999 fi
7000 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7001 sed -e 's/^/| /' < conftest.err >&5
7002 done
7003
7004 cd ..
7005 rm -rf conftest.dir
7006else
7007 am_cv_CC_dependencies_compiler_type=none
7008fi
7009
7010fi
7011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7012$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7013if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7014then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7015else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7016
7017fi
7018
7019
6bb11ab3
L
7020ALL_LINGUAS=
7021# If we haven't got the data from the intl directory,
7022# assume NLS is disabled.
7023USE_NLS=no
7024LIBINTL=
7025LIBINTL_DEP=
7026INCINTL=
7027XGETTEXT=
7028GMSGFMT=
7029POSUB=
7030
7031if test -f ../../intl/config.intl; then
7032 . ../../intl/config.intl
7033fi
7034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7035$as_echo_n "checking whether NLS is requested... " >&6; }
7036if test x"$USE_NLS" != xyes; then
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7038$as_echo "no" >&6; }
7039else
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7041$as_echo "yes" >&6; }
7042
7043$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7044
7045
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7047$as_echo_n "checking for catalogs to be installed... " >&6; }
7048 # Look for .po and .gmo files in the source directory.
7049 CATALOGS=
7050 XLINGUAS=
7051 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7052 # If there aren't any .gmo files the shell will give us the
7053 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7054 # weeded out.
7055 case "$cat" in *\**)
7056 continue;;
7057 esac
7058 # The quadruple backslash is collapsed to a double backslash
7059 # by the backticks, then collapsed again by the double quotes,
7060 # leaving us with one backslash in the sed expression (right
7061 # before the dot that mustn't act as a wildcard).
7062 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7063 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7064 # The user is allowed to set LINGUAS to a list of languages to
7065 # install catalogs for. If it's empty that means "all of them."
7066 if test "x$LINGUAS" = x; then
7067 CATALOGS="$CATALOGS $cat"
7068 XLINGUAS="$XLINGUAS $lang"
7069 else
7070 case "$LINGUAS" in *$lang*)
7071 CATALOGS="$CATALOGS $cat"
7072 XLINGUAS="$XLINGUAS $lang"
7073 ;;
7074 esac
7075 fi
7076 done
7077 LINGUAS="$XLINGUAS"
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7079$as_echo "$LINGUAS" >&6; }
7080
7081
7082 DATADIRNAME=share
7083
7084 INSTOBJEXT=.mo
7085
7086 GENCAT=gencat
7087
7088 CATOBJEXT=.gmo
7089
7090fi
7091
6bb11ab3
L
7092# Check for socket libraries
7093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7094$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7095if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7096 $as_echo_n "(cached) " >&6
7097else
7098 ac_check_lib_save_LIBS=$LIBS
7099LIBS="-lsocket $LIBS"
7100cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7101/* end confdefs.h. */
7102
7103/* Override any GCC internal prototype to avoid an error.
7104 Use char because int might match the return type of a GCC
7105 builtin and then its argument prototype would still apply. */
7106#ifdef __cplusplus
7107extern "C"
7108#endif
7109char bind ();
7110int
7111main ()
7112{
7113return bind ();
7114 ;
7115 return 0;
7116}
7117_ACEOF
7118if ac_fn_c_try_link "$LINENO"; then :
7119 ac_cv_lib_socket_bind=yes
7120else
7121 ac_cv_lib_socket_bind=no
7122fi
7123rm -f core conftest.err conftest.$ac_objext \
7124 conftest$ac_exeext conftest.$ac_ext
7125LIBS=$ac_check_lib_save_LIBS
7126fi
7127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7128$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7129if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7130 cat >>confdefs.h <<_ACEOF
7131#define HAVE_LIBSOCKET 1
7132_ACEOF
7133
7134 LIBS="-lsocket $LIBS"
7135
7136fi
7137
7138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7139$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7140if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7141 $as_echo_n "(cached) " >&6
7142else
7143 ac_check_lib_save_LIBS=$LIBS
7144LIBS="-lnsl $LIBS"
7145cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7146/* end confdefs.h. */
7147
7148/* Override any GCC internal prototype to avoid an error.
7149 Use char because int might match the return type of a GCC
7150 builtin and then its argument prototype would still apply. */
7151#ifdef __cplusplus
7152extern "C"
7153#endif
7154char gethostbyname ();
7155int
7156main ()
7157{
7158return gethostbyname ();
7159 ;
7160 return 0;
7161}
7162_ACEOF
7163if ac_fn_c_try_link "$LINENO"; then :
7164 ac_cv_lib_nsl_gethostbyname=yes
7165else
7166 ac_cv_lib_nsl_gethostbyname=no
7167fi
7168rm -f core conftest.err conftest.$ac_objext \
7169 conftest$ac_exeext conftest.$ac_ext
7170LIBS=$ac_check_lib_save_LIBS
7171fi
7172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7173$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7174if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7175 cat >>confdefs.h <<_ACEOF
7176#define HAVE_LIBNSL 1
7177_ACEOF
7178
7179 LIBS="-lnsl $LIBS"
7180
7181fi
7182
7183
7184# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7185# using the same condition.
7186
aadc9410 7187 # Use the system's zlib library.
7fed4b0b
L
7188 zlibdir="-L\$(top_builddir)/../zlib"
7189 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7190
aadc9410
MF
7191# Check whether --with-system-zlib was given.
7192if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7193 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7194 zlibdir=
7195 zlibinc=
7196 fi
6bb11ab3
L
7197
7198fi
7199
6bb11ab3 7200
6bb11ab3 7201
6bb11ab3
L
7202
7203
7204# BFD uses libdl when when plugins enabled.
7205
faa743bb
RM
7206 maybe_plugins=no
7207 for ac_header in dlfcn.h
7208do :
7209 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7210"
d0ac1c44 7211if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7212 cat >>confdefs.h <<_ACEOF
7213#define HAVE_DLFCN_H 1
7214_ACEOF
7215 maybe_plugins=yes
7216fi
7217
7218done
7219
7220 for ac_header in windows.h
7221do :
7222 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7223"
d0ac1c44 7224if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7225 cat >>confdefs.h <<_ACEOF
7226#define HAVE_WINDOWS_H 1
7227_ACEOF
7228 maybe_plugins=yes
7229fi
7230
7231done
7232
7233
7234 # Check whether --enable-plugins was given.
6bb11ab3
L
7235if test "${enable_plugins+set}" = set; then :
7236 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7237 no) plugins=no ;;
7238 *) plugins=yes
7239 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7240 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7241 fi ;;
7242 esac
6bb11ab3 7243else
faa743bb
RM
7244 plugins=$maybe_plugins
7245
6bb11ab3
L
7246fi
7247
2974be62 7248 if test "$plugins" = "yes"; then
37f980dc
SM
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7250$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7251if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7252 $as_echo_n "(cached) " >&6
7253else
7254 ac_func_search_save_LIBS=$LIBS
7255cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7256/* end confdefs.h. */
7257
7258/* Override any GCC internal prototype to avoid an error.
7259 Use char because int might match the return type of a GCC
7260 builtin and then its argument prototype would still apply. */
7261#ifdef __cplusplus
7262extern "C"
7263#endif
37f980dc 7264char dlsym ();
2974be62
AM
7265int
7266main ()
7267{
37f980dc 7268return dlsym ();
2974be62
AM
7269 ;
7270 return 0;
7271}
7272_ACEOF
7273for ac_lib in '' dl; do
7274 if test -z "$ac_lib"; then
7275 ac_res="none required"
7276 else
7277 ac_res=-l$ac_lib
7278 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7279 fi
7280 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7281 ac_cv_search_dlsym=$ac_res
2974be62
AM
7282fi
7283rm -f core conftest.err conftest.$ac_objext \
7284 conftest$ac_exeext
d0ac1c44 7285 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7286 break
7287fi
7288done
d0ac1c44 7289if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7290
7291else
37f980dc 7292 ac_cv_search_dlsym=no
2974be62
AM
7293fi
7294rm conftest.$ac_ext
7295LIBS=$ac_func_search_save_LIBS
7296fi
37f980dc
SM
7297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7298$as_echo "$ac_cv_search_dlsym" >&6; }
7299ac_res=$ac_cv_search_dlsym
2974be62
AM
7300if test "$ac_res" != no; then :
7301 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7302
7303fi
7304
7305 fi
6bb11ab3
L
7306
7307 if test "$plugins" = yes; then
7308 PLUGINS_TRUE=
7309 PLUGINS_FALSE='#'
7310else
7311 PLUGINS_TRUE='#'
7312 PLUGINS_FALSE=
7313fi
7314
7315
7316
7317
7318
7319# Set options
7320enable_dlopen=yes
7321
7322
7323
7324
7325 enable_win32_dll=no
7326
7327
7328 # Check whether --enable-shared was given.
7329if test "${enable_shared+set}" = set; then :
7330 enableval=$enable_shared; p=${PACKAGE-default}
7331 case $enableval in
7332 yes) enable_shared=yes ;;
7333 no) enable_shared=no ;;
7334 *)
7335 enable_shared=no
7336 # Look at the argument we got. We use all the common list separators.
7337 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7338 for pkg in $enableval; do
7339 IFS="$lt_save_ifs"
7340 if test "X$pkg" = "X$p"; then
7341 enable_shared=yes
7342 fi
7343 done
7344 IFS="$lt_save_ifs"
7345 ;;
7346 esac
7347else
7348 enable_shared=yes
7349fi
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359 # Check whether --enable-static was given.
7360if test "${enable_static+set}" = set; then :
7361 enableval=$enable_static; p=${PACKAGE-default}
7362 case $enableval in
7363 yes) enable_static=yes ;;
7364 no) enable_static=no ;;
7365 *)
7366 enable_static=no
7367 # Look at the argument we got. We use all the common list separators.
7368 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7369 for pkg in $enableval; do
7370 IFS="$lt_save_ifs"
7371 if test "X$pkg" = "X$p"; then
7372 enable_static=yes
7373 fi
7374 done
7375 IFS="$lt_save_ifs"
7376 ;;
7377 esac
7378else
7379 enable_static=yes
7380fi
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391# Check whether --with-pic was given.
7392if test "${with_pic+set}" = set; then :
7393 withval=$with_pic; pic_mode="$withval"
7394else
7395 pic_mode=default
7396fi
7397
7398
7399test -z "$pic_mode" && pic_mode=default
7400
7401
7402
7403
7404
7405
7406
7407 # Check whether --enable-fast-install was given.
7408if test "${enable_fast_install+set}" = set; then :
7409 enableval=$enable_fast_install; p=${PACKAGE-default}
7410 case $enableval in
7411 yes) enable_fast_install=yes ;;
7412 no) enable_fast_install=no ;;
7413 *)
7414 enable_fast_install=no
7415 # Look at the argument we got. We use all the common list separators.
7416 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7417 for pkg in $enableval; do
7418 IFS="$lt_save_ifs"
7419 if test "X$pkg" = "X$p"; then
7420 enable_fast_install=yes
7421 fi
7422 done
7423 IFS="$lt_save_ifs"
7424 ;;
7425 esac
7426else
7427 enable_fast_install=yes
7428fi
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440# This can be used to rebuild libtool when needed
7441LIBTOOL_DEPS="$ltmain"
7442
7443# Always use our own libtool.
7444LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471test -z "$LN_S" && LN_S="ln -s"
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486if test -n "${ZSH_VERSION+set}" ; then
7487 setopt NO_GLOB_SUBST
7488fi
7489
7490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7491$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7492if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7493 $as_echo_n "(cached) " >&6
7494else
7495 rm -f .libs 2>/dev/null
7496mkdir .libs 2>/dev/null
7497if test -d .libs; then
7498 lt_cv_objdir=.libs
7499else
7500 # MS-DOS does not allow filenames that begin with a dot.
7501 lt_cv_objdir=_libs
fdd6fa61 7502fi
6bb11ab3
L
7503rmdir .libs 2>/dev/null
7504fi
7505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7506$as_echo "$lt_cv_objdir" >&6; }
7507objdir=$lt_cv_objdir
fdd6fa61 7508
6bb11ab3
L
7509
7510
7511
7512
7513cat >>confdefs.h <<_ACEOF
7514#define LT_OBJDIR "$lt_cv_objdir/"
7515_ACEOF
7516
7517
7518
7519
7520case $host_os in
7521aix3*)
7522 # AIX sometimes has problems with the GCC collect2 program. For some
7523 # reason, if we set the COLLECT_NAMES environment variable, the problems
7524 # vanish in a puff of smoke.
7525 if test "X${COLLECT_NAMES+set}" != Xset; then
7526 COLLECT_NAMES=
7527 export COLLECT_NAMES
7528 fi
7529 ;;
81ecdfbb 7530esac
6bb11ab3
L
7531
7532# Global variables:
7533ofile=libtool
7534can_build_shared=yes
7535
7536# All known linkers require a `.a' archive for static linking (except MSVC,
7537# which needs '.lib').
7538libext=a
7539
7540with_gnu_ld="$lt_cv_prog_gnu_ld"
7541
7542old_CC="$CC"
7543old_CFLAGS="$CFLAGS"
7544
7545# Set sane defaults for various variables
7546test -z "$CC" && CC=cc
7547test -z "$LTCC" && LTCC=$CC
7548test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7549test -z "$LD" && LD=ld
7550test -z "$ac_objext" && ac_objext=o
7551
7552for cc_temp in $compiler""; do
7553 case $cc_temp in
7554 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7555 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7556 \-*) ;;
7557 *) break;;
7558 esac
7559done
7560cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7561
7562
7563# Only perform the check for file, if the check method requires it
7564test -z "$MAGIC_CMD" && MAGIC_CMD=file
7565case $deplibs_check_method in
7566file_magic*)
7567 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7569$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7570if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7571 $as_echo_n "(cached) " >&6
7572else
7573 case $MAGIC_CMD in
7574[\\/*] | ?:[\\/]*)
7575 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7576 ;;
7577*)
7578 lt_save_MAGIC_CMD="$MAGIC_CMD"
7579 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7580 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7581 for ac_dir in $ac_dummy; do
7582 IFS="$lt_save_ifs"
7583 test -z "$ac_dir" && ac_dir=.
7584 if test -f $ac_dir/${ac_tool_prefix}file; then
7585 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7586 if test -n "$file_magic_test_file"; then
7587 case $deplibs_check_method in
7588 "file_magic "*)
7589 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7590 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7591 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7592 $EGREP "$file_magic_regex" > /dev/null; then
7593 :
7594 else
7595 cat <<_LT_EOF 1>&2
7596
7597*** Warning: the command libtool uses to detect shared libraries,
7598*** $file_magic_cmd, produces output that libtool cannot recognize.
7599*** The result is that libtool may fail to recognize shared libraries
7600*** as such. This will affect the creation of libtool libraries that
7601*** depend on shared libraries, but programs linked with such libtool
7602*** libraries will work regardless of this problem. Nevertheless, you
7603*** may want to report the problem to your system manager and/or to
7604*** bug-libtool@gnu.org
7605
7606_LT_EOF
7607 fi ;;
7608 esac
7609 fi
7610 break
fdd6fa61 7611 fi
6bb11ab3
L
7612 done
7613 IFS="$lt_save_ifs"
7614 MAGIC_CMD="$lt_save_MAGIC_CMD"
7615 ;;
7616esac
fdd6fa61 7617fi
fdd6fa61 7618
6bb11ab3
L
7619MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7620if test -n "$MAGIC_CMD"; then
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7622$as_echo "$MAGIC_CMD" >&6; }
7623else
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7625$as_echo "no" >&6; }
7626fi
81ecdfbb 7627
6bb11ab3
L
7628
7629
7630
7631
7632if test -z "$lt_cv_path_MAGIC_CMD"; then
7633 if test -n "$ac_tool_prefix"; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7635$as_echo_n "checking for file... " >&6; }
d0ac1c44 7636if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7637 $as_echo_n "(cached) " >&6
7638else
7639 case $MAGIC_CMD in
7640[\\/*] | ?:[\\/]*)
7641 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7642 ;;
7643*)
7644 lt_save_MAGIC_CMD="$MAGIC_CMD"
7645 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7646 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7647 for ac_dir in $ac_dummy; do
7648 IFS="$lt_save_ifs"
7649 test -z "$ac_dir" && ac_dir=.
7650 if test -f $ac_dir/file; then
7651 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7652 if test -n "$file_magic_test_file"; then
7653 case $deplibs_check_method in
7654 "file_magic "*)
7655 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7656 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7657 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7658 $EGREP "$file_magic_regex" > /dev/null; then
7659 :
7660 else
7661 cat <<_LT_EOF 1>&2
7662
7663*** Warning: the command libtool uses to detect shared libraries,
7664*** $file_magic_cmd, produces output that libtool cannot recognize.
7665*** The result is that libtool may fail to recognize shared libraries
7666*** as such. This will affect the creation of libtool libraries that
7667*** depend on shared libraries, but programs linked with such libtool
7668*** libraries will work regardless of this problem. Nevertheless, you
7669*** may want to report the problem to your system manager and/or to
7670*** bug-libtool@gnu.org
7671
7672_LT_EOF
7673 fi ;;
7674 esac
7675 fi
7676 break
7677 fi
7678 done
7679 IFS="$lt_save_ifs"
7680 MAGIC_CMD="$lt_save_MAGIC_CMD"
7681 ;;
81ecdfbb 7682esac
6bb11ab3
L
7683fi
7684
7685MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7686if test -n "$MAGIC_CMD"; then
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7688$as_echo "$MAGIC_CMD" >&6; }
7689else
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691$as_echo "no" >&6; }
7692fi
7693
7694
7695 else
7696 MAGIC_CMD=:
7697 fi
7698fi
7699
7700 fi
7701 ;;
7702esac
7703
7704# Use C for the default configuration in the libtool script
7705
7706lt_save_CC="$CC"
7707ac_ext=c
7708ac_cpp='$CPP $CPPFLAGS'
7709ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7710ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7711ac_compiler_gnu=$ac_cv_c_compiler_gnu
7712
7713
7714# Source file extension for C test sources.
7715ac_ext=c
7716
7717# Object file extension for compiled C test sources.
7718objext=o
7719objext=$objext
7720
7721# Code to be used in simple compile tests
7722lt_simple_compile_test_code="int some_variable = 0;"
7723
7724# Code to be used in simple link tests
7725lt_simple_link_test_code='int main(){return(0);}'
7726
7727
7728
7729
7730
7731
7732
7733# If no C compiler was specified, use CC.
7734LTCC=${LTCC-"$CC"}
7735
7736# If no C compiler flags were specified, use CFLAGS.
7737LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7738
7739# Allow CC to be a program name with arguments.
7740compiler=$CC
7741
7742# Save the default compiler, since it gets overwritten when the other
7743# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7744compiler_DEFAULT=$CC
7745
7746# save warnings/boilerplate of simple test code
7747ac_outfile=conftest.$ac_objext
7748echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7749eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7750_lt_compiler_boilerplate=`cat conftest.err`
7751$RM conftest*
7752
7753ac_outfile=conftest.$ac_objext
7754echo "$lt_simple_link_test_code" >conftest.$ac_ext
7755eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7756_lt_linker_boilerplate=`cat conftest.err`
7757$RM -r conftest*
7758
7759
7760## CAVEAT EMPTOR:
7761## There is no encapsulation within the following macros, do not change
7762## the running order or otherwise move them around unless you know exactly
7763## what you are doing...
7764if test -n "$compiler"; then
7765
7766lt_prog_compiler_no_builtin_flag=
7767
7768if test "$GCC" = yes; then
7769 case $cc_basename in
7770 nvcc*)
7771 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7772 *)
7773 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fdd6fa61 7774 esac
6bb11ab3
L
7775
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7777$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7778if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7779 $as_echo_n "(cached) " >&6
fdd6fa61 7780else
6bb11ab3
L
7781 lt_cv_prog_compiler_rtti_exceptions=no
7782 ac_outfile=conftest.$ac_objext
7783 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7784 lt_compiler_flag="-fno-rtti -fno-exceptions"
7785 # Insert the option either (1) after the last *FLAGS variable, or
7786 # (2) before a word containing "conftest.", or (3) at the end.
7787 # Note that $ac_compile itself does not contain backslashes and begins
7788 # with a dollar sign (not a hyphen), so the echo should work correctly.
7789 # The option is referenced via a variable to avoid confusing sed.
7790 lt_compile=`echo "$ac_compile" | $SED \
7791 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7792 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7793 -e 's:$: $lt_compiler_flag:'`
7794 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7795 (eval "$lt_compile" 2>conftest.err)
7796 ac_status=$?
7797 cat conftest.err >&5
7798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7799 if (exit $ac_status) && test -s "$ac_outfile"; then
7800 # The compiler can only warn and ignore the option if not recognized
7801 # So say no if there are warnings other than the usual output.
7802 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7803 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7804 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7805 lt_cv_prog_compiler_rtti_exceptions=yes
7806 fi
7807 fi
7808 $RM conftest*
7809
fdd6fa61 7810fi
6bb11ab3
L
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7812$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7813
7814if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7815 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7816else
7817 :
7818fi
7819
7820fi
7821
7822
7823
7824
7825
7826
7827 lt_prog_compiler_wl=
7828lt_prog_compiler_pic=
7829lt_prog_compiler_static=
7830
7831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7832$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7833
7834 if test "$GCC" = yes; then
7835 lt_prog_compiler_wl='-Wl,'
7836 lt_prog_compiler_static='-static'
7837
7838 case $host_os in
7839 aix*)
7840 # All AIX code is PIC.
7841 if test "$host_cpu" = ia64; then
7842 # AIX 5 now supports IA64 processor
7843 lt_prog_compiler_static='-Bstatic'
7844 fi
7845 lt_prog_compiler_pic='-fPIC'
7846 ;;
7847
7848 amigaos*)
7849 case $host_cpu in
7850 powerpc)
7851 # see comment about AmigaOS4 .so support
7852 lt_prog_compiler_pic='-fPIC'
7853 ;;
7854 m68k)
7855 # FIXME: we need at least 68020 code to build shared libraries, but
7856 # adding the `-m68020' flag to GCC prevents building anything better,
7857 # like `-m68040'.
7858 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7859 ;;
7860 esac
7861 ;;
7862
7863 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7864 # PIC is the default for these OSes.
7865 ;;
7866
7867 mingw* | cygwin* | pw32* | os2* | cegcc*)
7868 # This hack is so that the source file can tell whether it is being
7869 # built for inclusion in a dll (and should export symbols for example).
7870 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7871 # (--disable-auto-import) libraries
7872 lt_prog_compiler_pic='-DDLL_EXPORT'
7873 ;;
7874
7875 darwin* | rhapsody*)
7876 # PIC is the default on this platform
7877 # Common symbols not allowed in MH_DYLIB files
7878 lt_prog_compiler_pic='-fno-common'
7879 ;;
7880
7881 haiku*)
7882 # PIC is the default for Haiku.
7883 # The "-static" flag exists, but is broken.
7884 lt_prog_compiler_static=
7885 ;;
7886
7887 hpux*)
7888 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7889 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7890 # sets the default TLS model and affects inlining.
7891 case $host_cpu in
7892 hppa*64*)
7893 # +Z the default
7894 ;;
7895 *)
7896 lt_prog_compiler_pic='-fPIC'
7897 ;;
7898 esac
7899 ;;
7900
7901 interix[3-9]*)
7902 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7903 # Instead, we relocate shared libraries at runtime.
7904 ;;
7905
7906 msdosdjgpp*)
7907 # Just because we use GCC doesn't mean we suddenly get shared libraries
7908 # on systems that don't support them.
7909 lt_prog_compiler_can_build_shared=no
7910 enable_shared=no
7911 ;;
7912
7913 *nto* | *qnx*)
7914 # QNX uses GNU C++, but need to define -shared option too, otherwise
7915 # it will coredump.
7916 lt_prog_compiler_pic='-fPIC -shared'
7917 ;;
7918
7919 sysv4*MP*)
7920 if test -d /usr/nec; then
7921 lt_prog_compiler_pic=-Kconform_pic
7922 fi
7923 ;;
7924
7925 *)
7926 lt_prog_compiler_pic='-fPIC'
7927 ;;
7928 esac
7929
7930 case $cc_basename in
7931 nvcc*) # Cuda Compiler Driver 2.2
7932 lt_prog_compiler_wl='-Xlinker '
7933 lt_prog_compiler_pic='-Xcompiler -fPIC'
7934 ;;
7935 esac
7936 else
7937 # PORTME Check for flag to pass linker flags through the system compiler.
7938 case $host_os in
7939 aix*)
7940 lt_prog_compiler_wl='-Wl,'
7941 if test "$host_cpu" = ia64; then
7942 # AIX 5 now supports IA64 processor
7943 lt_prog_compiler_static='-Bstatic'
7944 else
7945 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7946 fi
7947 ;;
7948
7949 mingw* | cygwin* | pw32* | os2* | cegcc*)
7950 # This hack is so that the source file can tell whether it is being
7951 # built for inclusion in a dll (and should export symbols for example).
7952 lt_prog_compiler_pic='-DDLL_EXPORT'
7953 ;;
7954
7955 hpux9* | hpux10* | hpux11*)
7956 lt_prog_compiler_wl='-Wl,'
7957 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7958 # not for PA HP-UX.
7959 case $host_cpu in
7960 hppa*64*|ia64*)
7961 # +Z the default
7962 ;;
7963 *)
7964 lt_prog_compiler_pic='+Z'
7965 ;;
7966 esac
7967 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7968 lt_prog_compiler_static='${wl}-a ${wl}archive'
7969 ;;
7970
7971 irix5* | irix6* | nonstopux*)
7972 lt_prog_compiler_wl='-Wl,'
7973 # PIC (with -KPIC) is the default.
7974 lt_prog_compiler_static='-non_shared'
7975 ;;
7976
7977 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7978 case $cc_basename in
7979 # old Intel for x86_64 which still supported -KPIC.
7980 ecc*)
7981 lt_prog_compiler_wl='-Wl,'
7982 lt_prog_compiler_pic='-KPIC'
7983 lt_prog_compiler_static='-static'
7984 ;;
7985 # icc used to be incompatible with GCC.
7986 # ICC 10 doesn't accept -KPIC any more.
7987 icc* | ifort*)
7988 lt_prog_compiler_wl='-Wl,'
7989 lt_prog_compiler_pic='-fPIC'
7990 lt_prog_compiler_static='-static'
7991 ;;
7992 # Lahey Fortran 8.1.
7993 lf95*)
7994 lt_prog_compiler_wl='-Wl,'
7995 lt_prog_compiler_pic='--shared'
7996 lt_prog_compiler_static='--static'
7997 ;;
7998 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7999 # Portland Group compilers (*not* the Pentium gcc compiler,
8000 # which looks to be a dead project)
8001 lt_prog_compiler_wl='-Wl,'
8002 lt_prog_compiler_pic='-fpic'
8003 lt_prog_compiler_static='-Bstatic'
8004 ;;
8005 ccc*)
8006 lt_prog_compiler_wl='-Wl,'
8007 # All Alpha code is PIC.
8008 lt_prog_compiler_static='-non_shared'
8009 ;;
8010 xl* | bgxl* | bgf* | mpixl*)
8011 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8012 lt_prog_compiler_wl='-Wl,'
8013 lt_prog_compiler_pic='-qpic'
8014 lt_prog_compiler_static='-qstaticlink'
8015 ;;
8016 *)
8017 case `$CC -V 2>&1 | sed 5q` in
8018 *Sun\ F* | *Sun*Fortran*)
8019 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8020 lt_prog_compiler_pic='-KPIC'
8021 lt_prog_compiler_static='-Bstatic'
8022 lt_prog_compiler_wl=''
8023 ;;
8024 *Sun\ C*)
8025 # Sun C 5.9
8026 lt_prog_compiler_pic='-KPIC'
8027 lt_prog_compiler_static='-Bstatic'
8028 lt_prog_compiler_wl='-Wl,'
8029 ;;
8030 esac
8031 ;;
8032 esac
8033 ;;
8034
8035 newsos6)
8036 lt_prog_compiler_pic='-KPIC'
8037 lt_prog_compiler_static='-Bstatic'
8038 ;;
8039
8040 *nto* | *qnx*)
8041 # QNX uses GNU C++, but need to define -shared option too, otherwise
8042 # it will coredump.
8043 lt_prog_compiler_pic='-fPIC -shared'
8044 ;;
8045
8046 osf3* | osf4* | osf5*)
8047 lt_prog_compiler_wl='-Wl,'
8048 # All OSF/1 code is PIC.
8049 lt_prog_compiler_static='-non_shared'
8050 ;;
8051
8052 rdos*)
8053 lt_prog_compiler_static='-non_shared'
8054 ;;
8055
8056 solaris*)
8057 lt_prog_compiler_pic='-KPIC'
8058 lt_prog_compiler_static='-Bstatic'
8059 case $cc_basename in
8060 f77* | f90* | f95*)
8061 lt_prog_compiler_wl='-Qoption ld ';;
8062 *)
8063 lt_prog_compiler_wl='-Wl,';;
8064 esac
8065 ;;
fdd6fa61 8066
6bb11ab3
L
8067 sunos4*)
8068 lt_prog_compiler_wl='-Qoption ld '
8069 lt_prog_compiler_pic='-PIC'
8070 lt_prog_compiler_static='-Bstatic'
8071 ;;
fdd6fa61 8072
6bb11ab3
L
8073 sysv4 | sysv4.2uw2* | sysv4.3*)
8074 lt_prog_compiler_wl='-Wl,'
8075 lt_prog_compiler_pic='-KPIC'
8076 lt_prog_compiler_static='-Bstatic'
8077 ;;
fdd6fa61 8078
6bb11ab3
L
8079 sysv4*MP*)
8080 if test -d /usr/nec ;then
8081 lt_prog_compiler_pic='-Kconform_pic'
8082 lt_prog_compiler_static='-Bstatic'
8083 fi
8084 ;;
8085
8086 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8087 lt_prog_compiler_wl='-Wl,'
8088 lt_prog_compiler_pic='-KPIC'
8089 lt_prog_compiler_static='-Bstatic'
8090 ;;
8091
8092 unicos*)
8093 lt_prog_compiler_wl='-Wl,'
8094 lt_prog_compiler_can_build_shared=no
8095 ;;
8096
8097 uts4*)
8098 lt_prog_compiler_pic='-pic'
8099 lt_prog_compiler_static='-Bstatic'
8100 ;;
8101
8102 *)
8103 lt_prog_compiler_can_build_shared=no
8104 ;;
8105 esac
8106 fi
8107
8108case $host_os in
8109 # For platforms which do not support PIC, -DPIC is meaningless:
8110 *djgpp*)
8111 lt_prog_compiler_pic=
8112 ;;
8113 *)
8114 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8115 ;;
81ecdfbb 8116esac
6bb11ab3
L
8117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8118$as_echo "$lt_prog_compiler_pic" >&6; }
8119
8120
8121
8122
8123
8124
8125#
8126# Check to make sure the PIC flag actually works.
8127#
8128if test -n "$lt_prog_compiler_pic"; then
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8130$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8131if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8132 $as_echo_n "(cached) " >&6
fdd6fa61 8133else
6bb11ab3
L
8134 lt_cv_prog_compiler_pic_works=no
8135 ac_outfile=conftest.$ac_objext
8136 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8137 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8138 # Insert the option either (1) after the last *FLAGS variable, or
8139 # (2) before a word containing "conftest.", or (3) at the end.
8140 # Note that $ac_compile itself does not contain backslashes and begins
8141 # with a dollar sign (not a hyphen), so the echo should work correctly.
8142 # The option is referenced via a variable to avoid confusing sed.
8143 lt_compile=`echo "$ac_compile" | $SED \
8144 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8145 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8146 -e 's:$: $lt_compiler_flag:'`
8147 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8148 (eval "$lt_compile" 2>conftest.err)
8149 ac_status=$?
8150 cat conftest.err >&5
8151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8152 if (exit $ac_status) && test -s "$ac_outfile"; then
8153 # The compiler can only warn and ignore the option if not recognized
8154 # So say no if there are warnings other than the usual output.
8155 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8156 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8157 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8158 lt_cv_prog_compiler_pic_works=yes
8159 fi
8160 fi
8161 $RM conftest*
fdd6fa61 8162
fdd6fa61 8163fi
6bb11ab3
L
8164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8165$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8166
8167if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8168 case $lt_prog_compiler_pic in
8169 "" | " "*) ;;
8170 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8171 esac
8172else
8173 lt_prog_compiler_pic=
8174 lt_prog_compiler_can_build_shared=no
fdd6fa61 8175fi
6bb11ab3
L
8176
8177fi
8178
8179
8180
8181
8182
8183
8184#
8185# Check to make sure the static flag actually works.
8186#
8187wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8189$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8190if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8191 $as_echo_n "(cached) " >&6
fdd6fa61 8192else
6bb11ab3
L
8193 lt_cv_prog_compiler_static_works=no
8194 save_LDFLAGS="$LDFLAGS"
8195 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8196 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8197 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8198 # The linker can only warn and ignore the option if not recognized
8199 # So say no if there are warnings
8200 if test -s conftest.err; then
8201 # Append any errors to the config.log.
8202 cat conftest.err 1>&5
8203 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8204 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8205 if diff conftest.exp conftest.er2 >/dev/null; then
8206 lt_cv_prog_compiler_static_works=yes
8207 fi
8208 else
8209 lt_cv_prog_compiler_static_works=yes
8210 fi
8211 fi
8212 $RM -r conftest*
8213 LDFLAGS="$save_LDFLAGS"
fdd6fa61 8214
6bb11ab3
L
8215fi
8216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8217$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fdd6fa61 8218
6bb11ab3
L
8219if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8220 :
fdd6fa61 8221else
6bb11ab3 8222 lt_prog_compiler_static=
fdd6fa61 8223fi
fdd6fa61 8224
6bb11ab3
L
8225
8226
8227
8228
8229
8230
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8232$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8233if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8234 $as_echo_n "(cached) " >&6
81ecdfbb 8235else
6bb11ab3
L
8236 lt_cv_prog_compiler_c_o=no
8237 $RM -r conftest 2>/dev/null
8238 mkdir conftest
8239 cd conftest
8240 mkdir out
8241 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8242
8243 lt_compiler_flag="-o out/conftest2.$ac_objext"
8244 # Insert the option either (1) after the last *FLAGS variable, or
8245 # (2) before a word containing "conftest.", or (3) at the end.
8246 # Note that $ac_compile itself does not contain backslashes and begins
8247 # with a dollar sign (not a hyphen), so the echo should work correctly.
8248 lt_compile=`echo "$ac_compile" | $SED \
8249 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8250 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8251 -e 's:$: $lt_compiler_flag:'`
8252 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8253 (eval "$lt_compile" 2>out/conftest.err)
8254 ac_status=$?
8255 cat out/conftest.err >&5
8256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8257 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8258 then
8259 # The compiler can only warn and ignore the option if not recognized
8260 # So say no if there are warnings
8261 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8262 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8263 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8264 lt_cv_prog_compiler_c_o=yes
8265 fi
8266 fi
8267 chmod u+w . 2>&5
8268 $RM conftest*
8269 # SGI C++ compiler will create directory out/ii_files/ for
8270 # template instantiation
8271 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8272 $RM out/* && rmdir out
8273 cd ..
8274 $RM -r conftest
8275 $RM conftest*
8276
81ecdfbb 8277fi
6bb11ab3
L
8278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8279$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8280
8281
8282
8283
8284
8285
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8287$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8288if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8289 $as_echo_n "(cached) " >&6
8290else
6bb11ab3
L
8291 lt_cv_prog_compiler_c_o=no
8292 $RM -r conftest 2>/dev/null
8293 mkdir conftest
8294 cd conftest
8295 mkdir out
8296 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8297
8298 lt_compiler_flag="-o out/conftest2.$ac_objext"
8299 # Insert the option either (1) after the last *FLAGS variable, or
8300 # (2) before a word containing "conftest.", or (3) at the end.
8301 # Note that $ac_compile itself does not contain backslashes and begins
8302 # with a dollar sign (not a hyphen), so the echo should work correctly.
8303 lt_compile=`echo "$ac_compile" | $SED \
8304 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8305 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8306 -e 's:$: $lt_compiler_flag:'`
8307 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8308 (eval "$lt_compile" 2>out/conftest.err)
8309 ac_status=$?
8310 cat out/conftest.err >&5
8311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8312 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8313 then
8314 # The compiler can only warn and ignore the option if not recognized
8315 # So say no if there are warnings
8316 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8317 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8318 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8319 lt_cv_prog_compiler_c_o=yes
8320 fi
8321 fi
8322 chmod u+w . 2>&5
8323 $RM conftest*
8324 # SGI C++ compiler will create directory out/ii_files/ for
8325 # template instantiation
8326 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8327 $RM out/* && rmdir out
8328 cd ..
8329 $RM -r conftest
8330 $RM conftest*
8331
8332fi
8333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8334$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8335
8336
8337
8338
8339hard_links="nottested"
8340if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8341 # do not overwrite the value of need_locks provided by the user
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8343$as_echo_n "checking if we can lock with hard links... " >&6; }
8344 hard_links=yes
8345 $RM conftest*
8346 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8347 touch conftest.a
8348 ln conftest.a conftest.b 2>&5 || hard_links=no
8349 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8351$as_echo "$hard_links" >&6; }
8352 if test "$hard_links" = no; then
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8354$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8355 need_locks=warn
8356 fi
8357else
8358 need_locks=no
8359fi
8360
8361
8362
8363
8364
8365
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8367$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8368
8369 runpath_var=
8370 allow_undefined_flag=
8371 always_export_symbols=no
8372 archive_cmds=
8373 archive_expsym_cmds=
8374 compiler_needs_object=no
8375 enable_shared_with_static_runtimes=no
8376 export_dynamic_flag_spec=
8377 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8378 hardcode_automatic=no
8379 hardcode_direct=no
8380 hardcode_direct_absolute=no
8381 hardcode_libdir_flag_spec=
8382 hardcode_libdir_flag_spec_ld=
8383 hardcode_libdir_separator=
8384 hardcode_minus_L=no
8385 hardcode_shlibpath_var=unsupported
8386 inherit_rpath=no
8387 link_all_deplibs=unknown
8388 module_cmds=
8389 module_expsym_cmds=
8390 old_archive_from_new_cmds=
8391 old_archive_from_expsyms_cmds=
8392 thread_safe_flag_spec=
8393 whole_archive_flag_spec=
8394 # include_expsyms should be a list of space-separated symbols to be *always*
8395 # included in the symbol list
8396 include_expsyms=
8397 # exclude_expsyms can be an extended regexp of symbols to exclude
8398 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8399 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8400 # as well as any symbol that contains `d'.
8401 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8402 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8403 # platforms (ab)use it in PIC code, but their linkers get confused if
8404 # the symbol is explicitly referenced. Since portable code cannot
8405 # rely on this symbol name, it's probably fine to never include it in
8406 # preloaded symbol tables.
8407 # Exclude shared library initialization/finalization symbols.
8408 extract_expsyms_cmds=
8409
8410 case $host_os in
8411 cygwin* | mingw* | pw32* | cegcc*)
8412 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8413 # When not using gcc, we currently assume that we are using
8414 # Microsoft Visual C++.
8415 if test "$GCC" != yes; then
8416 with_gnu_ld=no
8417 fi
8418 ;;
8419 interix*)
8420 # we just hope/assume this is gcc and not c89 (= MSVC++)
8421 with_gnu_ld=yes
8422 ;;
8423 openbsd*)
8424 with_gnu_ld=no
8425 ;;
8426 esac
fdd6fa61 8427
6bb11ab3
L
8428 ld_shlibs=yes
8429
8430 # On some targets, GNU ld is compatible enough with the native linker
8431 # that we're better off using the native interface for both.
8432 lt_use_gnu_ld_interface=no
8433 if test "$with_gnu_ld" = yes; then
8434 case $host_os in
8435 aix*)
8436 # The AIX port of GNU ld has always aspired to compatibility
8437 # with the native linker. However, as the warning in the GNU ld
8438 # block says, versions before 2.19.5* couldn't really create working
8439 # shared libraries, regardless of the interface used.
8440 case `$LD -v 2>&1` in
8441 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8442 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8443 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8444 *)
8445 lt_use_gnu_ld_interface=yes
8446 ;;
8447 esac
8448 ;;
8449 *)
8450 lt_use_gnu_ld_interface=yes
8451 ;;
8452 esac
8453 fi
fdd6fa61 8454
6bb11ab3
L
8455 if test "$lt_use_gnu_ld_interface" = yes; then
8456 # If archive_cmds runs LD, not CC, wlarc should be empty
8457 wlarc='${wl}'
8458
8459 # Set some defaults for GNU ld with shared library support. These
8460 # are reset later if shared libraries are not supported. Putting them
8461 # here allows them to be overridden if necessary.
8462 runpath_var=LD_RUN_PATH
8463 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8464 export_dynamic_flag_spec='${wl}--export-dynamic'
8465 # ancient GNU ld didn't support --whole-archive et. al.
8466 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8467 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8468 else
8469 whole_archive_flag_spec=
8470 fi
8471 supports_anon_versioning=no
8472 case `$LD -v 2>&1` in
8473 *GNU\ gold*) supports_anon_versioning=yes ;;
8474 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8475 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8476 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8477 *\ 2.11.*) ;; # other 2.11 versions
8478 *) supports_anon_versioning=yes ;;
8479 esac
8480
8481 # See if GNU ld supports shared libraries.
8482 case $host_os in
8483 aix[3-9]*)
8484 # On AIX/PPC, the GNU linker is very broken
8485 if test "$host_cpu" != ia64; then
8486 ld_shlibs=no
8487 cat <<_LT_EOF 1>&2
8488
8489*** Warning: the GNU linker, at least up to release 2.19, is reported
8490*** to be unable to reliably create shared libraries on AIX.
8491*** Therefore, libtool is disabling shared libraries support. If you
8492*** really care for shared libraries, you may want to install binutils
8493*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8494*** You will then need to restart the configuration process.
8495
8496_LT_EOF
8497 fi
8498 ;;
8499
8500 amigaos*)
8501 case $host_cpu in
8502 powerpc)
8503 # see comment about AmigaOS4 .so support
8504 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8505 archive_expsym_cmds=''
8506 ;;
8507 m68k)
8508 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)'
8509 hardcode_libdir_flag_spec='-L$libdir'
8510 hardcode_minus_L=yes
8511 ;;
8512 esac
8513 ;;
8514
8515 beos*)
8516 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8517 allow_undefined_flag=unsupported
8518 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8519 # support --undefined. This deserves some investigation. FIXME
8520 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8521 else
8522 ld_shlibs=no
8523 fi
8524 ;;
8525
8526 cygwin* | mingw* | pw32* | cegcc*)
8527 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8528 # as there is no search path for DLLs.
8529 hardcode_libdir_flag_spec='-L$libdir'
8530 export_dynamic_flag_spec='${wl}--export-all-symbols'
8531 allow_undefined_flag=unsupported
8532 always_export_symbols=no
8533 enable_shared_with_static_runtimes=yes
8534 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8535
8536 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8537 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8538 # If the export-symbols file already is a .def file (1st line
8539 # is EXPORTS), use it as is; otherwise, prepend...
8540 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8541 cp $export_symbols $output_objdir/$soname.def;
8542 else
8543 echo EXPORTS > $output_objdir/$soname.def;
8544 cat $export_symbols >> $output_objdir/$soname.def;
8545 fi~
8546 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8547 else
8548 ld_shlibs=no
8549 fi
8550 ;;
8551
8552 haiku*)
8553 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8554 link_all_deplibs=yes
8555 ;;
8556
8557 interix[3-9]*)
8558 hardcode_direct=no
8559 hardcode_shlibpath_var=no
8560 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8561 export_dynamic_flag_spec='${wl}-E'
8562 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8563 # Instead, shared libraries are loaded at an image base (0x10000000 by
8564 # default) and relocated if they conflict, which is a slow very memory
8565 # consuming and fragmenting process. To avoid this, we pick a random,
8566 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8567 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8568 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8569 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'
8570 ;;
8571
8572 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8573 tmp_diet=no
8574 if test "$host_os" = linux-dietlibc; then
8575 case $cc_basename in
8576 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8577 esac
8578 fi
8579 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8580 && test "$tmp_diet" = no
8581 then
5cddc23a 8582 tmp_addflag=' $pic_flag'
6bb11ab3
L
8583 tmp_sharedflag='-shared'
8584 case $cc_basename,$host_cpu in
8585 pgcc*) # Portland Group C compiler
8586 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'
8587 tmp_addflag=' $pic_flag'
8588 ;;
8589 pgf77* | pgf90* | pgf95* | pgfortran*)
8590 # Portland Group f77 and f90 compilers
8591 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'
8592 tmp_addflag=' $pic_flag -Mnomain' ;;
8593 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8594 tmp_addflag=' -i_dynamic' ;;
8595 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8596 tmp_addflag=' -i_dynamic -nofor_main' ;;
8597 ifc* | ifort*) # Intel Fortran compiler
8598 tmp_addflag=' -nofor_main' ;;
8599 lf95*) # Lahey Fortran 8.1
8600 whole_archive_flag_spec=
8601 tmp_sharedflag='--shared' ;;
8602 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8603 tmp_sharedflag='-qmkshrobj'
8604 tmp_addflag= ;;
8605 nvcc*) # Cuda Compiler Driver 2.2
8606 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'
8607 compiler_needs_object=yes
8608 ;;
8609 esac
8610 case `$CC -V 2>&1 | sed 5q` in
8611 *Sun\ C*) # Sun C 5.9
8612 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'
8613 compiler_needs_object=yes
8614 tmp_sharedflag='-G' ;;
8615 *Sun\ F*) # Sun Fortran 8.3
8616 tmp_sharedflag='-G' ;;
8617 esac
8618 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8619
8620 if test "x$supports_anon_versioning" = xyes; then
8621 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8622 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8623 echo "local: *; };" >> $output_objdir/$libname.ver~
8624 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8625 fi
8626
8627 case $cc_basename in
8628 xlf* | bgf* | bgxlf* | mpixlf*)
8629 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8630 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8631 hardcode_libdir_flag_spec=
8632 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8633 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8634 if test "x$supports_anon_versioning" = xyes; then
8635 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8636 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8637 echo "local: *; };" >> $output_objdir/$libname.ver~
8638 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8639 fi
8640 ;;
8641 esac
8642 else
8643 ld_shlibs=no
8644 fi
8645 ;;
8646
8647 netbsd*)
8648 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8649 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8650 wlarc=
8651 else
8652 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8653 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8654 fi
8655 ;;
8656
8657 solaris*)
8658 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8659 ld_shlibs=no
8660 cat <<_LT_EOF 1>&2
8661
8662*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8663*** create shared libraries on Solaris systems. Therefore, libtool
8664*** is disabling shared libraries support. We urge you to upgrade GNU
8665*** binutils to release 2.9.1 or newer. Another option is to modify
8666*** your PATH or compiler configuration so that the native linker is
8667*** used, and then restart.
8668
8669_LT_EOF
8670 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8671 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8672 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8673 else
8674 ld_shlibs=no
8675 fi
8676 ;;
8677
8678 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8679 case `$LD -v 2>&1` in
8680 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8681 ld_shlibs=no
8682 cat <<_LT_EOF 1>&2
8683
8684*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8685*** reliably create shared libraries on SCO systems. Therefore, libtool
8686*** is disabling shared libraries support. We urge you to upgrade GNU
8687*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8688*** your PATH or compiler configuration so that the native linker is
8689*** used, and then restart.
8690
8691_LT_EOF
8692 ;;
8693 *)
8694 # For security reasons, it is highly recommended that you always
8695 # use absolute paths for naming shared libraries, and exclude the
8696 # DT_RUNPATH tag from executables and libraries. But doing so
8697 # requires that you compile everything twice, which is a pain.
8698 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8699 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8700 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8701 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8702 else
8703 ld_shlibs=no
8704 fi
8705 ;;
8706 esac
8707 ;;
8708
8709 sunos4*)
8710 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8711 wlarc=
8712 hardcode_direct=yes
8713 hardcode_shlibpath_var=no
8714 ;;
8715
8716 *)
8717 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8718 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8719 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8720 else
8721 ld_shlibs=no
8722 fi
8723 ;;
8724 esac
8725
8726 if test "$ld_shlibs" = no; then
8727 runpath_var=
8728 hardcode_libdir_flag_spec=
8729 export_dynamic_flag_spec=
8730 whole_archive_flag_spec=
8731 fi
8732 else
8733 # PORTME fill in a description of your system's linker (not GNU ld)
8734 case $host_os in
8735 aix3*)
8736 allow_undefined_flag=unsupported
8737 always_export_symbols=yes
8738 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'
8739 # Note: this linker hardcodes the directories in LIBPATH if there
8740 # are no directories specified by -L.
8741 hardcode_minus_L=yes
8742 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8743 # Neither direct hardcoding nor static linking is supported with a
8744 # broken collect2.
8745 hardcode_direct=unsupported
8746 fi
8747 ;;
8748
8749 aix[4-9]*)
8750 if test "$host_cpu" = ia64; then
8751 # On IA64, the linker does run time linking by default, so we don't
8752 # have to do anything special.
8753 aix_use_runtimelinking=no
8754 exp_sym_flag='-Bexport'
8755 no_entry_flag=""
8756 else
8757 # If we're using GNU nm, then we don't want the "-C" option.
8758 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8759 # Also, AIX nm treats weak defined symbols like other global
8760 # defined symbols, whereas GNU nm marks them as "W".
8761 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8762 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'
8763 else
5c887dd5 8764 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
8765 fi
8766 aix_use_runtimelinking=no
8767
8768 # Test if we are trying to use run time linking or normal
8769 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8770 # need to do runtime linking.
8771 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8772 for ld_flag in $LDFLAGS; do
8773 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8774 aix_use_runtimelinking=yes
8775 break
8776 fi
8777 done
8778 ;;
8779 esac
8780
8781 exp_sym_flag='-bexport'
8782 no_entry_flag='-bnoentry'
8783 fi
8784
8785 # When large executables or shared objects are built, AIX ld can
8786 # have problems creating the table of contents. If linking a library
8787 # or program results in "error TOC overflow" add -mminimal-toc to
8788 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8789 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8790
8791 archive_cmds=''
8792 hardcode_direct=yes
8793 hardcode_direct_absolute=yes
8794 hardcode_libdir_separator=':'
8795 link_all_deplibs=yes
8796 file_list_spec='${wl}-f,'
8797
8798 if test "$GCC" = yes; then
8799 case $host_os in aix4.[012]|aix4.[012].*)
8800 # We only want to do this on AIX 4.2 and lower, the check
8801 # below for broken collect2 doesn't work under 4.3+
8802 collect2name=`${CC} -print-prog-name=collect2`
8803 if test -f "$collect2name" &&
8804 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8805 then
8806 # We have reworked collect2
8807 :
8808 else
8809 # We have old collect2
8810 hardcode_direct=unsupported
8811 # It fails to find uninstalled libraries when the uninstalled
8812 # path is not listed in the libpath. Setting hardcode_minus_L
8813 # to unsupported forces relinking
8814 hardcode_minus_L=yes
8815 hardcode_libdir_flag_spec='-L$libdir'
8816 hardcode_libdir_separator=
8817 fi
8818 ;;
8819 esac
8820 shared_flag='-shared'
8821 if test "$aix_use_runtimelinking" = yes; then
8822 shared_flag="$shared_flag "'${wl}-G'
8823 fi
8824 else
8825 # not using gcc
8826 if test "$host_cpu" = ia64; then
8827 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8828 # chokes on -Wl,-G. The following line is correct:
8829 shared_flag='-G'
8830 else
8831 if test "$aix_use_runtimelinking" = yes; then
8832 shared_flag='${wl}-G'
8833 else
8834 shared_flag='${wl}-bM:SRE'
8835 fi
8836 fi
8837 fi
8838
8839 export_dynamic_flag_spec='${wl}-bexpall'
8840 # It seems that -bexpall does not export symbols beginning with
8841 # underscore (_), so it is better to generate a list of symbols to export.
8842 always_export_symbols=yes
8843 if test "$aix_use_runtimelinking" = yes; then
8844 # Warning - without using the other runtime loading flags (-brtl),
8845 # -berok will link without error, but may produce a broken library.
8846 allow_undefined_flag='-berok'
8847 # Determine the default libpath from the value encoded in an
8848 # empty executable.
8849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8850/* end confdefs.h. */
8851
8852int
8853main ()
8854{
8855
8856 ;
8857 return 0;
8858}
8859_ACEOF
6bb11ab3 8860if ac_fn_c_try_link "$LINENO"; then :
fdd6fa61 8861
6bb11ab3
L
8862lt_aix_libpath_sed='
8863 /Import File Strings/,/^$/ {
8864 /^0/ {
8865 s/^0 *\(.*\)$/\1/
8866 p
8867 }
8868 }'
8869aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8870# Check for a 64-bit object if we didn't find anything.
8871if test -z "$aix_libpath"; then
8872 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8873fi
8874fi
8875rm -f core conftest.err conftest.$ac_objext \
8876 conftest$ac_exeext conftest.$ac_ext
8877if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8878
8879 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8880 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"
8881 else
8882 if test "$host_cpu" = ia64; then
8883 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8884 allow_undefined_flag="-z nodefs"
8885 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"
8886 else
8887 # Determine the default libpath from the value encoded in an
8888 # empty executable.
81ecdfbb
RW
8889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8890/* end confdefs.h. */
8891
8892int
8893main ()
8894{
8895
8896 ;
8897 return 0;
8898}
8899_ACEOF
6bb11ab3
L
8900if ac_fn_c_try_link "$LINENO"; then :
8901
8902lt_aix_libpath_sed='
8903 /Import File Strings/,/^$/ {
8904 /^0/ {
8905 s/^0 *\(.*\)$/\1/
8906 p
8907 }
8908 }'
8909aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8910# Check for a 64-bit object if we didn't find anything.
8911if test -z "$aix_libpath"; then
8912 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8913fi
81ecdfbb 8914fi
6bb11ab3
L
8915rm -f core conftest.err conftest.$ac_objext \
8916 conftest$ac_exeext conftest.$ac_ext
8917if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8918
8919 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8920 # Warning - without using the other run time loading flags,
8921 # -berok will link without error, but may produce a broken library.
8922 no_undefined_flag=' ${wl}-bernotok'
8923 allow_undefined_flag=' ${wl}-berok'
8924 if test "$with_gnu_ld" = yes; then
8925 # We only use this code for GNU lds that support --whole-archive.
8926 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8927 else
8928 # Exported symbols can be pulled into shared objects from archives
8929 whole_archive_flag_spec='$convenience'
8930 fi
8931 archive_cmds_need_lc=yes
8932 # This is similar to how AIX traditionally builds its shared libraries.
8933 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'
8934 fi
8935 fi
8936 ;;
8937
8938 amigaos*)
8939 case $host_cpu in
8940 powerpc)
8941 # see comment about AmigaOS4 .so support
8942 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8943 archive_expsym_cmds=''
8944 ;;
8945 m68k)
8946 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)'
8947 hardcode_libdir_flag_spec='-L$libdir'
8948 hardcode_minus_L=yes
8949 ;;
8950 esac
8951 ;;
8952
8953 bsdi[45]*)
8954 export_dynamic_flag_spec=-rdynamic
8955 ;;
8956
8957 cygwin* | mingw* | pw32* | cegcc*)
8958 # When not using gcc, we currently assume that we are using
8959 # Microsoft Visual C++.
8960 # hardcode_libdir_flag_spec is actually meaningless, as there is
8961 # no search path for DLLs.
8962 hardcode_libdir_flag_spec=' '
8963 allow_undefined_flag=unsupported
8964 # Tell ltmain to make .lib files, not .a files.
8965 libext=lib
8966 # Tell ltmain to make .dll files, not .so files.
8967 shrext_cmds=".dll"
8968 # FIXME: Setting linknames here is a bad hack.
8969 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8970 # The linker will automatically build a .lib file if we build a DLL.
8971 old_archive_from_new_cmds='true'
8972 # FIXME: Should let the user specify the lib program.
8973 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8974 fix_srcfile_path='`cygpath -w "$srcfile"`'
8975 enable_shared_with_static_runtimes=yes
8976 ;;
8977
8978 darwin* | rhapsody*)
8979
8980
8981 archive_cmds_need_lc=no
8982 hardcode_direct=no
8983 hardcode_automatic=yes
8984 hardcode_shlibpath_var=unsupported
8985 if test "$lt_cv_ld_force_load" = "yes"; then
8986 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\"`'
fdd6fa61 8987 else
6bb11ab3 8988 whole_archive_flag_spec=''
fdd6fa61 8989 fi
6bb11ab3
L
8990 link_all_deplibs=yes
8991 allow_undefined_flag="$_lt_dar_allow_undefined"
8992 case $cc_basename in
8993 ifort*) _lt_dar_can_shared=yes ;;
8994 *) _lt_dar_can_shared=$GCC ;;
8995 esac
8996 if test "$_lt_dar_can_shared" = "yes"; then
8997 output_verbose_link_cmd=func_echo_all
8998 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8999 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9000 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}"
9001 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}"
9002
fdd6fa61 9003 else
6bb11ab3 9004 ld_shlibs=no
fdd6fa61 9005 fi
6bb11ab3
L
9006
9007 ;;
9008
9009 dgux*)
9010 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9011 hardcode_libdir_flag_spec='-L$libdir'
9012 hardcode_shlibpath_var=no
9013 ;;
9014
9015 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9016 # support. Future versions do this automatically, but an explicit c++rt0.o
9017 # does not break anything, and helps significantly (at the cost of a little
9018 # extra space).
9019 freebsd2.2*)
9020 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9021 hardcode_libdir_flag_spec='-R$libdir'
9022 hardcode_direct=yes
9023 hardcode_shlibpath_var=no
9024 ;;
9025
9026 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9027 freebsd2.*)
9028 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9029 hardcode_direct=yes
9030 hardcode_minus_L=yes
9031 hardcode_shlibpath_var=no
9032 ;;
9033
9034 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9035 freebsd* | dragonfly*)
9036 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9037 hardcode_libdir_flag_spec='-R$libdir'
9038 hardcode_direct=yes
9039 hardcode_shlibpath_var=no
9040 ;;
9041
9042 hpux9*)
9043 if test "$GCC" = yes; then
9044 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'
9045 else
9046 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'
9047 fi
9048 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9049 hardcode_libdir_separator=:
9050 hardcode_direct=yes
9051
9052 # hardcode_minus_L: Not really in the search PATH,
9053 # but as the default location of the library.
9054 hardcode_minus_L=yes
9055 export_dynamic_flag_spec='${wl}-E'
9056 ;;
9057
9058 hpux10*)
9059 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9060 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9061 else
9062 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9063 fi
9064 if test "$with_gnu_ld" = no; then
9065 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9066 hardcode_libdir_flag_spec_ld='+b $libdir'
9067 hardcode_libdir_separator=:
9068 hardcode_direct=yes
9069 hardcode_direct_absolute=yes
9070 export_dynamic_flag_spec='${wl}-E'
9071 # hardcode_minus_L: Not really in the search PATH,
9072 # but as the default location of the library.
9073 hardcode_minus_L=yes
9074 fi
9075 ;;
9076
9077 hpux11*)
9078 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9079 case $host_cpu in
9080 hppa*64*)
9081 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9082 ;;
9083 ia64*)
9084 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9085 ;;
9086 *)
9087 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9088 ;;
9089 esac
9090 else
9091 case $host_cpu in
9092 hppa*64*)
9093 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9094 ;;
9095 ia64*)
9096 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9097 ;;
9098 *)
9099
9100 # Older versions of the 11.00 compiler do not understand -b yet
9101 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9103$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9104if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9105 $as_echo_n "(cached) " >&6
fdd6fa61 9106else
6bb11ab3
L
9107 lt_cv_prog_compiler__b=no
9108 save_LDFLAGS="$LDFLAGS"
9109 LDFLAGS="$LDFLAGS -b"
9110 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9111 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9112 # The linker can only warn and ignore the option if not recognized
9113 # So say no if there are warnings
9114 if test -s conftest.err; then
9115 # Append any errors to the config.log.
9116 cat conftest.err 1>&5
9117 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9118 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9119 if diff conftest.exp conftest.er2 >/dev/null; then
9120 lt_cv_prog_compiler__b=yes
9121 fi
9122 else
9123 lt_cv_prog_compiler__b=yes
9124 fi
9125 fi
9126 $RM -r conftest*
9127 LDFLAGS="$save_LDFLAGS"
fdd6fa61 9128
6bb11ab3
L
9129fi
9130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9131$as_echo "$lt_cv_prog_compiler__b" >&6; }
fdd6fa61 9132
6bb11ab3
L
9133if test x"$lt_cv_prog_compiler__b" = xyes; then
9134 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9135else
9136 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9137fi
81ecdfbb 9138
6bb11ab3
L
9139 ;;
9140 esac
9141 fi
9142 if test "$with_gnu_ld" = no; then
9143 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9144 hardcode_libdir_separator=:
9145
9146 case $host_cpu in
9147 hppa*64*|ia64*)
9148 hardcode_direct=no
9149 hardcode_shlibpath_var=no
9150 ;;
9151 *)
9152 hardcode_direct=yes
9153 hardcode_direct_absolute=yes
9154 export_dynamic_flag_spec='${wl}-E'
9155
9156 # hardcode_minus_L: Not really in the search PATH,
9157 # but as the default location of the library.
9158 hardcode_minus_L=yes
9159 ;;
9160 esac
9161 fi
9162 ;;
9163
9164 irix5* | irix6* | nonstopux*)
9165 if test "$GCC" = yes; then
9166 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'
9167 # Try to use the -exported_symbol ld option, if it does not
9168 # work, assume that -exports_file does not work either and
9169 # implicitly export all symbols.
9170 save_LDFLAGS="$LDFLAGS"
9171 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9173/* end confdefs.h. */
9174int foo(void) {}
fdd6fa61 9175_ACEOF
6bb11ab3
L
9176if ac_fn_c_try_link "$LINENO"; then :
9177 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'
fdd6fa61
AG
9178
9179fi
6bb11ab3
L
9180rm -f core conftest.err conftest.$ac_objext \
9181 conftest$ac_exeext conftest.$ac_ext
9182 LDFLAGS="$save_LDFLAGS"
9183 else
9184 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'
9185 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'
9186 fi
9187 archive_cmds_need_lc='no'
9188 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9189 hardcode_libdir_separator=:
9190 inherit_rpath=yes
9191 link_all_deplibs=yes
9192 ;;
9193
9194 netbsd*)
9195 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9196 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9197 else
9198 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9199 fi
9200 hardcode_libdir_flag_spec='-R$libdir'
9201 hardcode_direct=yes
9202 hardcode_shlibpath_var=no
9203 ;;
9204
9205 newsos6)
9206 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9207 hardcode_direct=yes
9208 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9209 hardcode_libdir_separator=:
9210 hardcode_shlibpath_var=no
9211 ;;
9212
9213 *nto* | *qnx*)
9214 ;;
9215
9216 openbsd*)
9217 if test -f /usr/libexec/ld.so; then
9218 hardcode_direct=yes
9219 hardcode_shlibpath_var=no
9220 hardcode_direct_absolute=yes
9221 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9222 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9223 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9224 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9225 export_dynamic_flag_spec='${wl}-E'
9226 else
9227 case $host_os in
9228 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9229 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9230 hardcode_libdir_flag_spec='-R$libdir'
9231 ;;
9232 *)
9233 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9234 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9235 ;;
9236 esac
9237 fi
9238 else
9239 ld_shlibs=no
9240 fi
9241 ;;
9242
9243 os2*)
9244 hardcode_libdir_flag_spec='-L$libdir'
9245 hardcode_minus_L=yes
9246 allow_undefined_flag=unsupported
9247 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'
9248 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9249 ;;
9250
9251 osf3*)
9252 if test "$GCC" = yes; then
9253 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9254 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'
9255 else
9256 allow_undefined_flag=' -expect_unresolved \*'
9257 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'
9258 fi
9259 archive_cmds_need_lc='no'
9260 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9261 hardcode_libdir_separator=:
9262 ;;
9263
9264 osf4* | osf5*) # as osf3* with the addition of -msym flag
9265 if test "$GCC" = yes; then
9266 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9267 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-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'
9268 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9269 else
9270 allow_undefined_flag=' -expect_unresolved \*'
9271 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'
9272 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~
9273 $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'
9274
9275 # Both c and cxx compiler support -rpath directly
9276 hardcode_libdir_flag_spec='-rpath $libdir'
9277 fi
9278 archive_cmds_need_lc='no'
9279 hardcode_libdir_separator=:
9280 ;;
9281
9282 solaris*)
9283 no_undefined_flag=' -z defs'
9284 if test "$GCC" = yes; then
9285 wlarc='${wl}'
9286 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9287 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9288 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9289 else
9290 case `$CC -V 2>&1` in
9291 *"Compilers 5.0"*)
9292 wlarc=''
9293 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9294 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9295 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9296 ;;
9297 *)
9298 wlarc='${wl}'
9299 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9300 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9301 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9302 ;;
9303 esac
9304 fi
9305 hardcode_libdir_flag_spec='-R$libdir'
9306 hardcode_shlibpath_var=no
9307 case $host_os in
9308 solaris2.[0-5] | solaris2.[0-5].*) ;;
9309 *)
9310 # The compiler driver will combine and reorder linker options,
9311 # but understands `-z linker_flag'. GCC discards it without `$wl',
9312 # but is careful enough not to reorder.
9313 # Supported since Solaris 2.6 (maybe 2.5.1?)
9314 if test "$GCC" = yes; then
9315 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9316 else
9317 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9318 fi
9319 ;;
9320 esac
9321 link_all_deplibs=yes
9322 ;;
9323
9324 sunos4*)
9325 if test "x$host_vendor" = xsequent; then
9326 # Use $CC to link under sequent, because it throws in some extra .o
9327 # files that make .init and .fini sections work.
9328 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9329 else
9330 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9331 fi
9332 hardcode_libdir_flag_spec='-L$libdir'
9333 hardcode_direct=yes
9334 hardcode_minus_L=yes
9335 hardcode_shlibpath_var=no
9336 ;;
9337
9338 sysv4)
9339 case $host_vendor in
9340 sni)
9341 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9342 hardcode_direct=yes # is this really true???
9343 ;;
9344 siemens)
9345 ## LD is ld it makes a PLAMLIB
9346 ## CC just makes a GrossModule.
9347 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9348 reload_cmds='$CC -r -o $output$reload_objs'
9349 hardcode_direct=no
9350 ;;
9351 motorola)
9352 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9353 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9354 ;;
9355 esac
9356 runpath_var='LD_RUN_PATH'
9357 hardcode_shlibpath_var=no
9358 ;;
9359
9360 sysv4.3*)
9361 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9362 hardcode_shlibpath_var=no
9363 export_dynamic_flag_spec='-Bexport'
9364 ;;
9365
9366 sysv4*MP*)
9367 if test -d /usr/nec; then
9368 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9369 hardcode_shlibpath_var=no
9370 runpath_var=LD_RUN_PATH
9371 hardcode_runpath_var=yes
9372 ld_shlibs=yes
9373 fi
9374 ;;
9375
9376 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9377 no_undefined_flag='${wl}-z,text'
9378 archive_cmds_need_lc=no
9379 hardcode_shlibpath_var=no
9380 runpath_var='LD_RUN_PATH'
9381
9382 if test "$GCC" = yes; then
9383 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9384 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9385 else
9386 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9387 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9388 fi
9389 ;;
9390
9391 sysv5* | sco3.2v5* | sco5v6*)
9392 # Note: We can NOT use -z defs as we might desire, because we do not
9393 # link with -lc, and that would cause any symbols used from libc to
9394 # always be unresolved, which means just about no library would
9395 # ever link correctly. If we're not using GNU ld we use -z text
9396 # though, which does catch some bad symbols but isn't as heavy-handed
9397 # as -z defs.
9398 no_undefined_flag='${wl}-z,text'
9399 allow_undefined_flag='${wl}-z,nodefs'
9400 archive_cmds_need_lc=no
9401 hardcode_shlibpath_var=no
9402 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9403 hardcode_libdir_separator=':'
9404 link_all_deplibs=yes
9405 export_dynamic_flag_spec='${wl}-Bexport'
9406 runpath_var='LD_RUN_PATH'
9407
9408 if test "$GCC" = yes; then
9409 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9410 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9411 else
9412 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9413 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9414 fi
9415 ;;
9416
9417 uts4*)
9418 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9419 hardcode_libdir_flag_spec='-L$libdir'
9420 hardcode_shlibpath_var=no
9421 ;;
9422
9423 *)
9424 ld_shlibs=no
9425 ;;
9426 esac
9427
9428 if test x$host_vendor = xsni; then
9429 case $host in
9430 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9431 export_dynamic_flag_spec='${wl}-Blargedynsym'
9432 ;;
9433 esac
9434 fi
9435 fi
9436
9437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9438$as_echo "$ld_shlibs" >&6; }
9439test "$ld_shlibs" = no && can_build_shared=no
9440
9441with_gnu_ld=$with_gnu_ld
9442
9443
9444
9445
fdd6fa61 9446
fdd6fa61 9447
fdd6fa61 9448
fdd6fa61 9449
fdd6fa61 9450
fdd6fa61
AG
9451
9452
6ffe910a 9453
fdd6fa61
AG
9454
9455
6bb11ab3
L
9456
9457#
9458# Do we need to explicitly link libc?
9459#
9460case "x$archive_cmds_need_lc" in
9461x|xyes)
9462 # Assume -lc should be added
9463 archive_cmds_need_lc=yes
9464
9465 if test "$enable_shared" = yes && test "$GCC" = yes; then
9466 case $archive_cmds in
9467 *'~'*)
9468 # FIXME: we may have to deal with multi-command sequences.
9469 ;;
9470 '$CC '*)
9471 # Test whether the compiler implicitly links with -lc since on some
9472 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9473 # to ld, don't add -lc before -lgcc.
9474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9475$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9476if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a
MF
9477 $as_echo_n "(cached) " >&6
9478else
6bb11ab3
L
9479 $RM conftest*
9480 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9481
9482 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9483 (eval $ac_compile) 2>&5
9484 ac_status=$?
9485 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9486 test $ac_status = 0; } 2>conftest.err; then
9487 soname=conftest
9488 lib=conftest
9489 libobjs=conftest.$ac_objext
9490 deplibs=
9491 wl=$lt_prog_compiler_wl
9492 pic_flag=$lt_prog_compiler_pic
9493 compiler_flags=-v
9494 linker_flags=-v
9495 verstring=
9496 output_objdir=.
9497 libname=conftest
9498 lt_save_allow_undefined_flag=$allow_undefined_flag
9499 allow_undefined_flag=
9500 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9501 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9502 ac_status=$?
9503 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9504 test $ac_status = 0; }
9505 then
9506 lt_cv_archive_cmds_need_lc=no
9507 else
9508 lt_cv_archive_cmds_need_lc=yes
9509 fi
9510 allow_undefined_flag=$lt_save_allow_undefined_flag
9511 else
9512 cat conftest.err 1>&5
9513 fi
9514 $RM conftest*
fdd6fa61 9515
6ffe910a 9516fi
6bb11ab3
L
9517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9518$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9519 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9520 ;;
9521 esac
9522 fi
9523 ;;
6ffe910a 9524esac
fdd6fa61 9525
fdd6fa61 9526
6ffe910a 9527
fdd6fa61 9528
81ecdfbb 9529
fdd6fa61 9530
fdd6fa61 9531
fdd6fa61 9532
fdd6fa61 9533
fdd6fa61 9534
fdd6fa61 9535
fdd6fa61 9536
fdd6fa61 9537
fdd6fa61 9538
81ecdfbb 9539
fdd6fa61 9540
fdd6fa61
AG
9541
9542
81ecdfbb 9543
81ecdfbb 9544
81ecdfbb
RW
9545
9546
81ecdfbb 9547
81ecdfbb 9548
fdd6fa61
AG
9549
9550
fdd6fa61 9551
fdd6fa61 9552
fdd6fa61 9553
fdd6fa61 9554
81ecdfbb 9555
6ffe910a 9556
6ffe910a 9557
6ffe910a 9558
6ffe910a 9559
6ffe910a 9560
6ffe910a 9561
6ffe910a 9562
6ffe910a 9563
6ffe910a 9564
6ffe910a 9565
6ffe910a 9566
6ffe910a 9567
6ffe910a 9568
6ffe910a 9569
6ffe910a
MF
9570
9571
9572
2232061b
MF
9573
9574
2232061b 9575
2232061b
MF
9576
9577
2232061b
MF
9578
9579
2232061b 9580
2232061b
MF
9581
9582
6bb11ab3
L
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9683$as_echo_n "checking dynamic linker characteristics... " >&6; }
9684
9685if test "$GCC" = yes; then
9686 case $host_os in
9687 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9688 *) lt_awk_arg="/^libraries:/" ;;
9689 esac
9690 case $host_os in
9691 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9692 *) lt_sed_strip_eq="s,=/,/,g" ;;
9693 esac
9694 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9695 case $lt_search_path_spec in
9696 *\;*)
9697 # if the path contains ";" then we assume it to be the separator
9698 # otherwise default to the standard path separator (i.e. ":") - it is
9699 # assumed that no part of a normal pathname contains ";" but that should
9700 # okay in the real world where ";" in dirpaths is itself problematic.
9701 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9702 ;;
9703 *)
9704 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9705 ;;
9706 esac
9707 # Ok, now we have the path, separated by spaces, we can step through it
9708 # and add multilib dir if necessary.
9709 lt_tmp_lt_search_path_spec=
9710 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9711 for lt_sys_path in $lt_search_path_spec; do
9712 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9713 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9714 else
9715 test -d "$lt_sys_path" && \
9716 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9717 fi
9718 done
9719 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9720BEGIN {RS=" "; FS="/|\n";} {
9721 lt_foo="";
9722 lt_count=0;
9723 for (lt_i = NF; lt_i > 0; lt_i--) {
9724 if ($lt_i != "" && $lt_i != ".") {
9725 if ($lt_i == "..") {
9726 lt_count++;
9727 } else {
9728 if (lt_count == 0) {
9729 lt_foo="/" $lt_i lt_foo;
9730 } else {
9731 lt_count--;
9732 }
9733 }
9734 }
9735 }
9736 if (lt_foo != "") { lt_freq[lt_foo]++; }
9737 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9738}'`
9739 # AWK program above erroneously prepends '/' to C:/dos/paths
9740 # for these hosts.
9741 case $host_os in
9742 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9743 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9744 esac
9745 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9746else
9747 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9748fi
9749library_names_spec=
9750libname_spec='lib$name'
9751soname_spec=
9752shrext_cmds=".so"
9753postinstall_cmds=
9754postuninstall_cmds=
9755finish_cmds=
9756finish_eval=
9757shlibpath_var=
9758shlibpath_overrides_runpath=unknown
9759version_type=none
9760dynamic_linker="$host_os ld.so"
9761sys_lib_dlsearch_path_spec="/lib /usr/lib"
9762need_lib_prefix=unknown
9763hardcode_into_libs=no
9764
9765# when you set need_version to no, make sure it does not cause -set_version
9766# flags to be left without arguments
9767need_version=unknown
9768
9769case $host_os in
9770aix3*)
9771 version_type=linux
9772 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9773 shlibpath_var=LIBPATH
9774
9775 # AIX 3 has no versioning support, so we append a major version to the name.
9776 soname_spec='${libname}${release}${shared_ext}$major'
9777 ;;
9778
9779aix[4-9]*)
9780 version_type=linux
9781 need_lib_prefix=no
9782 need_version=no
9783 hardcode_into_libs=yes
9784 if test "$host_cpu" = ia64; then
9785 # AIX 5 supports IA64
9786 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9787 shlibpath_var=LD_LIBRARY_PATH
9788 else
9789 # With GCC up to 2.95.x, collect2 would create an import file
9790 # for dependence libraries. The import file would start with
9791 # the line `#! .'. This would cause the generated library to
9792 # depend on `.', always an invalid library. This was fixed in
9793 # development snapshots of GCC prior to 3.0.
9794 case $host_os in
9795 aix4 | aix4.[01] | aix4.[01].*)
9796 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9797 echo ' yes '
9798 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9799 :
9800 else
9801 can_build_shared=no
9802 fi
9803 ;;
9804 esac
9805 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9806 # soname into executable. Probably we can add versioning support to
9807 # collect2, so additional links can be useful in future.
9808 if test "$aix_use_runtimelinking" = yes; then
9809 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9810 # instead of lib<name>.a to let people know that these are not
9811 # typical AIX shared libraries.
9812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9813 else
9814 # We preserve .a as extension for shared libraries through AIX4.2
9815 # and later when we are not doing run time linking.
9816 library_names_spec='${libname}${release}.a $libname.a'
9817 soname_spec='${libname}${release}${shared_ext}$major'
9818 fi
9819 shlibpath_var=LIBPATH
9820 fi
9821 ;;
9822
9823amigaos*)
9824 case $host_cpu in
9825 powerpc)
9826 # Since July 2007 AmigaOS4 officially supports .so libraries.
9827 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9828 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9829 ;;
9830 m68k)
9831 library_names_spec='$libname.ixlibrary $libname.a'
9832 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9833 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'
9834 ;;
9835 esac
9836 ;;
9837
9838beos*)
9839 library_names_spec='${libname}${shared_ext}'
9840 dynamic_linker="$host_os ld.so"
9841 shlibpath_var=LIBRARY_PATH
9842 ;;
9843
9844bsdi[45]*)
9845 version_type=linux
9846 need_version=no
9847 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9848 soname_spec='${libname}${release}${shared_ext}$major'
9849 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9850 shlibpath_var=LD_LIBRARY_PATH
9851 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9852 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9853 # the default ld.so.conf also contains /usr/contrib/lib and
9854 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9855 # libtool to hard-code these into programs
9856 ;;
9857
9858cygwin* | mingw* | pw32* | cegcc*)
9859 version_type=windows
9860 shrext_cmds=".dll"
9861 need_version=no
9862 need_lib_prefix=no
9863
9864 case $GCC,$host_os in
9865 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9866 library_names_spec='$libname.dll.a'
9867 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9868 postinstall_cmds='base_file=`basename \${file}`~
9869 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9870 dldir=$destdir/`dirname \$dlpath`~
9871 test -d \$dldir || mkdir -p \$dldir~
9872 $install_prog $dir/$dlname \$dldir/$dlname~
9873 chmod a+x \$dldir/$dlname~
9874 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9875 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9876 fi'
9877 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9878 dlpath=$dir/\$dldll~
9879 $RM \$dlpath'
9880 shlibpath_overrides_runpath=yes
9881
9882 case $host_os in
9883 cygwin*)
9884 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9885 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9886
9887 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9888 ;;
9889 mingw* | cegcc*)
9890 # MinGW DLLs use traditional 'lib' prefix
9891 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9892 ;;
9893 pw32*)
9894 # pw32 DLLs use 'pw' prefix rather than 'lib'
9895 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9896 ;;
9897 esac
9898 ;;
9899
9900 *)
9901 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9902 ;;
9903 esac
9904 dynamic_linker='Win32 ld.exe'
9905 # FIXME: first we should search . and the directory the executable is in
9906 shlibpath_var=PATH
9907 ;;
9908
9909darwin* | rhapsody*)
9910 dynamic_linker="$host_os dyld"
9911 version_type=darwin
9912 need_lib_prefix=no
9913 need_version=no
9914 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9915 soname_spec='${libname}${release}${major}$shared_ext'
9916 shlibpath_overrides_runpath=yes
9917 shlibpath_var=DYLD_LIBRARY_PATH
9918 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9919
9920 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9921 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9922 ;;
9923
9924dgux*)
9925 version_type=linux
9926 need_lib_prefix=no
9927 need_version=no
9928 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9929 soname_spec='${libname}${release}${shared_ext}$major'
9930 shlibpath_var=LD_LIBRARY_PATH
9931 ;;
9932
9933freebsd* | dragonfly*)
9934 # DragonFly does not have aout. When/if they implement a new
9935 # versioning mechanism, adjust this.
9936 if test -x /usr/bin/objformat; then
9937 objformat=`/usr/bin/objformat`
9938 else
9939 case $host_os in
9940 freebsd[23].*) objformat=aout ;;
9941 *) objformat=elf ;;
9942 esac
9943 fi
9944 version_type=freebsd-$objformat
9945 case $version_type in
9946 freebsd-elf*)
9947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9948 need_version=no
9949 need_lib_prefix=no
9950 ;;
9951 freebsd-*)
9952 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9953 need_version=yes
9954 ;;
9955 esac
9956 shlibpath_var=LD_LIBRARY_PATH
9957 case $host_os in
9958 freebsd2.*)
9959 shlibpath_overrides_runpath=yes
9960 ;;
9961 freebsd3.[01]* | freebsdelf3.[01]*)
9962 shlibpath_overrides_runpath=yes
9963 hardcode_into_libs=yes
9964 ;;
9965 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9966 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9967 shlibpath_overrides_runpath=no
9968 hardcode_into_libs=yes
9969 ;;
9970 *) # from 4.6 on, and DragonFly
9971 shlibpath_overrides_runpath=yes
9972 hardcode_into_libs=yes
9973 ;;
9974 esac
9975 ;;
9976
6bb11ab3
L
9977haiku*)
9978 version_type=linux
9979 need_lib_prefix=no
9980 need_version=no
9981 dynamic_linker="$host_os runtime_loader"
9982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9983 soname_spec='${libname}${release}${shared_ext}$major'
9984 shlibpath_var=LIBRARY_PATH
9985 shlibpath_overrides_runpath=yes
9986 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9987 hardcode_into_libs=yes
9988 ;;
9989
9990hpux9* | hpux10* | hpux11*)
9991 # Give a soname corresponding to the major version so that dld.sl refuses to
9992 # link against other versions.
9993 version_type=sunos
9994 need_lib_prefix=no
9995 need_version=no
9996 case $host_cpu in
9997 ia64*)
9998 shrext_cmds='.so'
9999 hardcode_into_libs=yes
10000 dynamic_linker="$host_os dld.so"
10001 shlibpath_var=LD_LIBRARY_PATH
10002 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10004 soname_spec='${libname}${release}${shared_ext}$major'
10005 if test "X$HPUX_IA64_MODE" = X32; then
10006 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10007 else
10008 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10009 fi
10010 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10011 ;;
10012 hppa*64*)
10013 shrext_cmds='.sl'
10014 hardcode_into_libs=yes
10015 dynamic_linker="$host_os dld.sl"
10016 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10017 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10018 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10019 soname_spec='${libname}${release}${shared_ext}$major'
10020 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10021 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10022 ;;
10023 *)
10024 shrext_cmds='.sl'
10025 dynamic_linker="$host_os dld.sl"
10026 shlibpath_var=SHLIB_PATH
10027 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
10031 esac
10032 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10033 postinstall_cmds='chmod 555 $lib'
10034 # or fails outright, so override atomically:
10035 install_override_mode=555
10036 ;;
10037
10038interix[3-9]*)
10039 version_type=linux
10040 need_lib_prefix=no
10041 need_version=no
10042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10043 soname_spec='${libname}${release}${shared_ext}$major'
10044 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10045 shlibpath_var=LD_LIBRARY_PATH
10046 shlibpath_overrides_runpath=no
10047 hardcode_into_libs=yes
10048 ;;
10049
10050irix5* | irix6* | nonstopux*)
10051 case $host_os in
10052 nonstopux*) version_type=nonstopux ;;
10053 *)
10054 if test "$lt_cv_prog_gnu_ld" = yes; then
10055 version_type=linux
10056 else
10057 version_type=irix
10058 fi ;;
10059 esac
10060 need_lib_prefix=no
10061 need_version=no
10062 soname_spec='${libname}${release}${shared_ext}$major'
10063 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10064 case $host_os in
10065 irix5* | nonstopux*)
10066 libsuff= shlibsuff=
10067 ;;
10068 *)
10069 case $LD in # libtool.m4 will add one of these switches to LD
10070 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10071 libsuff= shlibsuff= libmagic=32-bit;;
10072 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10073 libsuff=32 shlibsuff=N32 libmagic=N32;;
10074 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10075 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10076 *) libsuff= shlibsuff= libmagic=never-match;;
10077 esac
10078 ;;
10079 esac
10080 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10081 shlibpath_overrides_runpath=no
10082 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10083 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10084 hardcode_into_libs=yes
10085 ;;
10086
10087# No shared lib support for Linux oldld, aout, or coff.
10088linux*oldld* | linux*aout* | linux*coff*)
10089 dynamic_linker=no
10090 ;;
10091
10092# This must be Linux ELF.
46f900c0 10093linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10094 version_type=linux
10095 need_lib_prefix=no
10096 need_version=no
10097 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10098 soname_spec='${libname}${release}${shared_ext}$major'
10099 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10100 shlibpath_var=LD_LIBRARY_PATH
10101 shlibpath_overrides_runpath=no
10102
10103 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10104 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10105 $as_echo_n "(cached) " >&6
10106else
6bb11ab3
L
10107 lt_cv_shlibpath_overrides_runpath=no
10108 save_LDFLAGS=$LDFLAGS
10109 save_libdir=$libdir
10110 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10111 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10113/* end confdefs.h. */
10114
2232061b
MF
10115int
10116main ()
10117{
10118
10119 ;
10120 return 0;
10121}
10122_ACEOF
6bb11ab3
L
10123if ac_fn_c_try_link "$LINENO"; then :
10124 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10125 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10126fi
2232061b 10127fi
6bb11ab3
L
10128rm -f core conftest.err conftest.$ac_objext \
10129 conftest$ac_exeext conftest.$ac_ext
10130 LDFLAGS=$save_LDFLAGS
10131 libdir=$save_libdir
2232061b 10132
6bb11ab3 10133fi
2232061b 10134
6bb11ab3 10135 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10136
6bb11ab3
L
10137 # This implies no fast_install, which is unacceptable.
10138 # Some rework will be needed to allow for fast_install
10139 # before this can be enabled.
10140 hardcode_into_libs=yes
2232061b 10141
6bb11ab3
L
10142 # Append ld.so.conf contents to the search path
10143 if test -f /etc/ld.so.conf; then
10144 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' ' '`
10145 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10146 fi
2232061b 10147
6bb11ab3
L
10148 # We used to test for /lib/ld.so.1 and disable shared libraries on
10149 # powerpc, because MkLinux only supported shared libraries with the
10150 # GNU dynamic linker. Since this was broken with cross compilers,
10151 # most powerpc-linux boxes support dynamic linking these days and
10152 # people can always --disable-shared, the test was removed, and we
10153 # assume the GNU/Linux dynamic linker is in use.
10154 dynamic_linker='GNU/Linux ld.so'
10155 ;;
10156
10157netbsd*)
10158 version_type=sunos
10159 need_lib_prefix=no
10160 need_version=no
10161 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10162 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10163 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10164 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10165 else
6bb11ab3
L
10166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10167 soname_spec='${libname}${release}${shared_ext}$major'
10168 dynamic_linker='NetBSD ld.elf_so'
10169 fi
10170 shlibpath_var=LD_LIBRARY_PATH
10171 shlibpath_overrides_runpath=yes
10172 hardcode_into_libs=yes
10173 ;;
10174
10175newsos6)
10176 version_type=linux
10177 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10178 shlibpath_var=LD_LIBRARY_PATH
10179 shlibpath_overrides_runpath=yes
10180 ;;
10181
10182*nto* | *qnx*)
10183 version_type=qnx
10184 need_lib_prefix=no
10185 need_version=no
10186 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10187 soname_spec='${libname}${release}${shared_ext}$major'
10188 shlibpath_var=LD_LIBRARY_PATH
10189 shlibpath_overrides_runpath=no
10190 hardcode_into_libs=yes
10191 dynamic_linker='ldqnx.so'
10192 ;;
10193
10194openbsd*)
10195 version_type=sunos
10196 sys_lib_dlsearch_path_spec="/usr/lib"
10197 need_lib_prefix=no
10198 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10199 case $host_os in
10200 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10201 *) need_version=no ;;
10202 esac
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10204 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10205 shlibpath_var=LD_LIBRARY_PATH
10206 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10207 case $host_os in
10208 openbsd2.[89] | openbsd2.[89].*)
10209 shlibpath_overrides_runpath=no
10210 ;;
10211 *)
10212 shlibpath_overrides_runpath=yes
10213 ;;
10214 esac
10215 else
10216 shlibpath_overrides_runpath=yes
10217 fi
10218 ;;
10219
10220os2*)
10221 libname_spec='$name'
10222 shrext_cmds=".dll"
10223 need_lib_prefix=no
10224 library_names_spec='$libname${shared_ext} $libname.a'
10225 dynamic_linker='OS/2 ld.exe'
10226 shlibpath_var=LIBPATH
10227 ;;
10228
10229osf3* | osf4* | osf5*)
10230 version_type=osf
10231 need_lib_prefix=no
10232 need_version=no
10233 soname_spec='${libname}${release}${shared_ext}$major'
10234 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10235 shlibpath_var=LD_LIBRARY_PATH
10236 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10237 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10238 ;;
10239
10240rdos*)
10241 dynamic_linker=no
10242 ;;
10243
10244solaris*)
10245 version_type=linux
10246 need_lib_prefix=no
10247 need_version=no
10248 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10249 soname_spec='${libname}${release}${shared_ext}$major'
10250 shlibpath_var=LD_LIBRARY_PATH
10251 shlibpath_overrides_runpath=yes
10252 hardcode_into_libs=yes
10253 # ldd complains unless libraries are executable
10254 postinstall_cmds='chmod +x $lib'
10255 ;;
10256
10257sunos4*)
10258 version_type=sunos
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10260 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10261 shlibpath_var=LD_LIBRARY_PATH
10262 shlibpath_overrides_runpath=yes
10263 if test "$with_gnu_ld" = yes; then
10264 need_lib_prefix=no
10265 fi
10266 need_version=yes
10267 ;;
10268
10269sysv4 | sysv4.3*)
10270 version_type=linux
10271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10272 soname_spec='${libname}${release}${shared_ext}$major'
10273 shlibpath_var=LD_LIBRARY_PATH
10274 case $host_vendor in
10275 sni)
10276 shlibpath_overrides_runpath=no
10277 need_lib_prefix=no
10278 runpath_var=LD_RUN_PATH
10279 ;;
10280 siemens)
10281 need_lib_prefix=no
10282 ;;
10283 motorola)
10284 need_lib_prefix=no
10285 need_version=no
10286 shlibpath_overrides_runpath=no
10287 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10288 ;;
10289 esac
10290 ;;
10291
10292sysv4*MP*)
10293 if test -d /usr/nec ;then
10294 version_type=linux
10295 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10296 soname_spec='$libname${shared_ext}.$major'
10297 shlibpath_var=LD_LIBRARY_PATH
2232061b 10298 fi
6bb11ab3
L
10299 ;;
10300
10301sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10302 version_type=freebsd-elf
10303 need_lib_prefix=no
10304 need_version=no
10305 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10306 soname_spec='${libname}${release}${shared_ext}$major'
10307 shlibpath_var=LD_LIBRARY_PATH
10308 shlibpath_overrides_runpath=yes
10309 hardcode_into_libs=yes
10310 if test "$with_gnu_ld" = yes; then
10311 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10312 else
10313 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10314 case $host_os in
10315 sco3.2v5*)
10316 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10317 ;;
10318 esac
10319 fi
10320 sys_lib_dlsearch_path_spec='/usr/lib'
10321 ;;
10322
10323tpf*)
10324 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10325 version_type=linux
10326 need_lib_prefix=no
10327 need_version=no
10328 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10329 shlibpath_var=LD_LIBRARY_PATH
10330 shlibpath_overrides_runpath=no
10331 hardcode_into_libs=yes
10332 ;;
10333
10334uts4*)
10335 version_type=linux
10336 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10337 soname_spec='${libname}${release}${shared_ext}$major'
10338 shlibpath_var=LD_LIBRARY_PATH
10339 ;;
10340
10341*)
10342 dynamic_linker=no
10343 ;;
10344esac
10345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10346$as_echo "$dynamic_linker" >&6; }
10347test "$dynamic_linker" = no && can_build_shared=no
10348
10349variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10350if test "$GCC" = yes; then
10351 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10352fi
2232061b 10353
6bb11ab3
L
10354if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10355 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10356fi
10357if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10358 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10359fi
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
2232061b 10386
2232061b 10387
2232061b 10388
2232061b 10389
2232061b
MF
10390
10391
6ffe910a 10392
6ffe910a
MF
10393
10394
10395
10396
10397
2232061b 10398
6ffe910a
MF
10399
10400
10401
10402
6ffe910a 10403
6ffe910a 10404
6ffe910a
MF
10405
10406
6ffe910a 10407
fdd6fa61 10408
fdd6fa61 10409
81ecdfbb 10410
5f3ef9d0 10411
5f3ef9d0
JB
10412
10413
10414
db2e4d67
MF
10415
10416
db2e4d67 10417
db2e4d67 10418
db2e4d67 10419
db2e4d67 10420
db2e4d67 10421
db2e4d67 10422
db2e4d67 10423
db2e4d67
MF
10424
10425
db2e4d67 10426
db2e4d67
MF
10427
10428
db2e4d67 10429
db2e4d67
MF
10430
10431
fdd6fa61 10432
fdd6fa61 10433
fdd6fa61 10434
81ecdfbb 10435
fdd6fa61 10436
fdd6fa61 10437
fdd6fa61 10438
fdd6fa61
AG
10439
10440
10441
10442
10443
10444
10445
10446
fdd6fa61 10447
fdd6fa61 10448
fdd6fa61 10449
fdd6fa61 10450
fdd6fa61 10451
6bb11ab3
L
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10453$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10454hardcode_action=
10455if test -n "$hardcode_libdir_flag_spec" ||
10456 test -n "$runpath_var" ||
10457 test "X$hardcode_automatic" = "Xyes" ; then
fdd6fa61 10458
6bb11ab3
L
10459 # We can hardcode non-existent directories.
10460 if test "$hardcode_direct" != no &&
10461 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10462 # have to relink, otherwise we might link with an installed library
10463 # when we should be linking with a yet-to-be-installed one
10464 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10465 test "$hardcode_minus_L" != no; then
10466 # Linking always hardcodes the temporary library directory.
10467 hardcode_action=relink
10468 else
10469 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10470 hardcode_action=immediate
10471 fi
10472else
10473 # We cannot hardcode anything, or else we can only hardcode existing
10474 # directories.
10475 hardcode_action=unsupported
fdd6fa61 10476fi
6bb11ab3
L
10477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10478$as_echo "$hardcode_action" >&6; }
fdd6fa61 10479
6bb11ab3
L
10480if test "$hardcode_action" = relink ||
10481 test "$inherit_rpath" = yes; then
10482 # Fast installation is not supported
10483 enable_fast_install=no
10484elif test "$shlibpath_overrides_runpath" = yes ||
10485 test "$enable_shared" = no; then
10486 # Fast installation is not necessary
10487 enable_fast_install=needless
10488fi
fdd6fa61 10489
6bb11ab3
L
10490
10491
10492
10493
10494
10495 if test "x$enable_dlopen" != xyes; then
10496 enable_dlopen=unknown
10497 enable_dlopen_self=unknown
10498 enable_dlopen_self_static=unknown
10499else
10500 lt_cv_dlopen=no
10501 lt_cv_dlopen_libs=
10502
10503 case $host_os in
10504 beos*)
10505 lt_cv_dlopen="load_add_on"
10506 lt_cv_dlopen_libs=
10507 lt_cv_dlopen_self=yes
10508 ;;
10509
10510 mingw* | pw32* | cegcc*)
10511 lt_cv_dlopen="LoadLibrary"
10512 lt_cv_dlopen_libs=
10513 ;;
10514
10515 cygwin*)
10516 lt_cv_dlopen="dlopen"
10517 lt_cv_dlopen_libs=
10518 ;;
10519
10520 darwin*)
10521 # if libdl is installed we need to link against it
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10523$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10524if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10525 $as_echo_n "(cached) " >&6
10526else
10527 ac_check_lib_save_LIBS=$LIBS
10528LIBS="-ldl $LIBS"
10529cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10530/* end confdefs.h. */
10531
10532/* Override any GCC internal prototype to avoid an error.
10533 Use char because int might match the return type of a GCC
10534 builtin and then its argument prototype would still apply. */
10535#ifdef __cplusplus
10536extern "C"
10537#endif
10538char dlopen ();
10539int
10540main ()
10541{
10542return dlopen ();
10543 ;
10544 return 0;
10545}
fdd6fa61 10546_ACEOF
6bb11ab3
L
10547if ac_fn_c_try_link "$LINENO"; then :
10548 ac_cv_lib_dl_dlopen=yes
10549else
10550 ac_cv_lib_dl_dlopen=no
10551fi
10552rm -f core conftest.err conftest.$ac_objext \
10553 conftest$ac_exeext conftest.$ac_ext
10554LIBS=$ac_check_lib_save_LIBS
10555fi
10556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10557$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10558if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10559 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10560else
10561
10562 lt_cv_dlopen="dyld"
10563 lt_cv_dlopen_libs=
10564 lt_cv_dlopen_self=yes
fdd6fa61
AG
10565
10566fi
fdd6fa61 10567
6bb11ab3 10568 ;;
fdd6fa61 10569
6bb11ab3
L
10570 *)
10571 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10572if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10573 lt_cv_dlopen="shl_load"
10574else
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10576$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10577if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10578 $as_echo_n "(cached) " >&6
10579else
10580 ac_check_lib_save_LIBS=$LIBS
10581LIBS="-ldld $LIBS"
10582cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10583/* end confdefs.h. */
10584
10585/* Override any GCC internal prototype to avoid an error.
10586 Use char because int might match the return type of a GCC
10587 builtin and then its argument prototype would still apply. */
10588#ifdef __cplusplus
10589extern "C"
10590#endif
10591char shl_load ();
10592int
10593main ()
10594{
10595return shl_load ();
10596 ;
10597 return 0;
10598}
10599_ACEOF
10600if ac_fn_c_try_link "$LINENO"; then :
10601 ac_cv_lib_dld_shl_load=yes
10602else
10603 ac_cv_lib_dld_shl_load=no
10604fi
10605rm -f core conftest.err conftest.$ac_objext \
10606 conftest$ac_exeext conftest.$ac_ext
10607LIBS=$ac_check_lib_save_LIBS
10608fi
10609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10610$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10611if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10612 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10613else
10614 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10615if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10616 lt_cv_dlopen="dlopen"
10617else
10618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10619$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10620if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10621 $as_echo_n "(cached) " >&6
fdd6fa61
AG
10622else
10623 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10624LIBS="-ldl $LIBS"
81ecdfbb 10625cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
10626/* end confdefs.h. */
10627
81ecdfbb
RW
10628/* Override any GCC internal prototype to avoid an error.
10629 Use char because int might match the return type of a GCC
10630 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
10631#ifdef __cplusplus
10632extern "C"
10633#endif
6bb11ab3 10634char dlopen ();
fdd6fa61
AG
10635int
10636main ()
10637{
6bb11ab3 10638return dlopen ();
fdd6fa61
AG
10639 ;
10640 return 0;
10641}
10642_ACEOF
81ecdfbb 10643if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10644 ac_cv_lib_dl_dlopen=yes
fdd6fa61 10645else
6bb11ab3 10646 ac_cv_lib_dl_dlopen=no
fdd6fa61 10647fi
81ecdfbb
RW
10648rm -f core conftest.err conftest.$ac_objext \
10649 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
10650LIBS=$ac_check_lib_save_LIBS
10651fi
6bb11ab3
L
10652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10653$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10654if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10655 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10656else
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10658$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10659if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10660 $as_echo_n "(cached) " >&6
fdd6fa61
AG
10661else
10662 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10663LIBS="-lsvld $LIBS"
81ecdfbb 10664cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
10665/* end confdefs.h. */
10666
81ecdfbb
RW
10667/* Override any GCC internal prototype to avoid an error.
10668 Use char because int might match the return type of a GCC
10669 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
10670#ifdef __cplusplus
10671extern "C"
10672#endif
6bb11ab3 10673char dlopen ();
fdd6fa61
AG
10674int
10675main ()
10676{
6bb11ab3 10677return dlopen ();
fdd6fa61
AG
10678 ;
10679 return 0;
10680}
10681_ACEOF
81ecdfbb 10682if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10683 ac_cv_lib_svld_dlopen=yes
fdd6fa61 10684else
6bb11ab3 10685 ac_cv_lib_svld_dlopen=no
fdd6fa61 10686fi
81ecdfbb
RW
10687rm -f core conftest.err conftest.$ac_objext \
10688 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
10689LIBS=$ac_check_lib_save_LIBS
10690fi
6bb11ab3
L
10691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10692$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10693if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10694 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10695else
6bb11ab3
L
10696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10697$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10698if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10699 $as_echo_n "(cached) " >&6
d6416cdc 10700else
6bb11ab3
L
10701 ac_check_lib_save_LIBS=$LIBS
10702LIBS="-ldld $LIBS"
81ecdfbb 10703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d6416cdc
RW
10704/* end confdefs.h. */
10705
81ecdfbb
RW
10706/* Override any GCC internal prototype to avoid an error.
10707 Use char because int might match the return type of a GCC
d6416cdc 10708 builtin and then its argument prototype would still apply. */
d6416cdc
RW
10709#ifdef __cplusplus
10710extern "C"
10711#endif
6bb11ab3 10712char dld_link ();
d6416cdc 10713int
81ecdfbb
RW
10714main ()
10715{
6bb11ab3 10716return dld_link ();
81ecdfbb
RW
10717 ;
10718 return 0;
10719}
d6416cdc 10720_ACEOF
6bb11ab3
L
10721if ac_fn_c_try_link "$LINENO"; then :
10722 ac_cv_lib_dld_dld_link=yes
10723else
10724 ac_cv_lib_dld_dld_link=no
10725fi
10726rm -f core conftest.err conftest.$ac_objext \
10727 conftest$ac_exeext conftest.$ac_ext
10728LIBS=$ac_check_lib_save_LIBS
10729fi
10730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10731$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10732if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10733 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10734fi
10735
10736
10737fi
10738
10739
10740fi
10741
10742
10743fi
10744
10745
10746fi
10747
10748
10749fi
10750
10751 ;;
10752 esac
10753
10754 if test "x$lt_cv_dlopen" != xno; then
10755 enable_dlopen=yes
d6416cdc 10756 else
6bb11ab3
L
10757 enable_dlopen=no
10758 fi
10759
10760 case $lt_cv_dlopen in
10761 dlopen)
10762 save_CPPFLAGS="$CPPFLAGS"
10763 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10764
10765 save_LDFLAGS="$LDFLAGS"
10766 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10767
10768 save_LIBS="$LIBS"
10769 LIBS="$lt_cv_dlopen_libs $LIBS"
10770
10771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10772$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10773if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10774 $as_echo_n "(cached) " >&6
10775else
10776 if test "$cross_compiling" = yes; then :
10777 lt_cv_dlopen_self=cross
10778else
10779 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10780 lt_status=$lt_dlunknown
10781 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10782#line 10782 "configure"
6bb11ab3
L
10783#include "confdefs.h"
10784
10785#if HAVE_DLFCN_H
10786#include <dlfcn.h>
10787#endif
10788
10789#include <stdio.h>
10790
10791#ifdef RTLD_GLOBAL
10792# define LT_DLGLOBAL RTLD_GLOBAL
10793#else
10794# ifdef DL_GLOBAL
10795# define LT_DLGLOBAL DL_GLOBAL
10796# else
10797# define LT_DLGLOBAL 0
10798# endif
10799#endif
10800
10801/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10802 find out it does not work in some platform. */
10803#ifndef LT_DLLAZY_OR_NOW
10804# ifdef RTLD_LAZY
10805# define LT_DLLAZY_OR_NOW RTLD_LAZY
10806# else
10807# ifdef DL_LAZY
10808# define LT_DLLAZY_OR_NOW DL_LAZY
10809# else
10810# ifdef RTLD_NOW
10811# define LT_DLLAZY_OR_NOW RTLD_NOW
10812# else
10813# ifdef DL_NOW
10814# define LT_DLLAZY_OR_NOW DL_NOW
10815# else
10816# define LT_DLLAZY_OR_NOW 0
10817# endif
10818# endif
10819# endif
10820# endif
10821#endif
10822
10823/* When -fvisbility=hidden is used, assume the code has been annotated
10824 correspondingly for the symbols needed. */
10825#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10826void fnord () __attribute__((visibility("default")));
10827#endif
10828
10829void fnord () { int i=42; }
10830int main ()
10831{
10832 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10833 int status = $lt_dlunknown;
10834
10835 if (self)
10836 {
10837 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10838 else
10839 {
10840 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10841 else puts (dlerror ());
10842 }
10843 /* dlclose (self); */
10844 }
10845 else
10846 puts (dlerror ());
10847
10848 return status;
10849}
10850_LT_EOF
10851 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10852 (eval $ac_link) 2>&5
10853 ac_status=$?
10854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10855 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10856 (./conftest; exit; ) >&5 2>/dev/null
10857 lt_status=$?
10858 case x$lt_status in
10859 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10860 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10861 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10862 esac
10863 else :
10864 # compilation failed
10865 lt_cv_dlopen_self=no
d6416cdc 10866 fi
d6416cdc 10867fi
6bb11ab3
L
10868rm -fr conftest*
10869
10870
d6416cdc 10871fi
6bb11ab3
L
10872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10873$as_echo "$lt_cv_dlopen_self" >&6; }
d6416cdc 10874
6bb11ab3
L
10875 if test "x$lt_cv_dlopen_self" = xyes; then
10876 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10878$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10879if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10880 $as_echo_n "(cached) " >&6
d6416cdc 10881else
6bb11ab3
L
10882 if test "$cross_compiling" = yes; then :
10883 lt_cv_dlopen_self_static=cross
10884else
10885 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10886 lt_status=$lt_dlunknown
10887 cat > conftest.$ac_ext <<_LT_EOF
5ea45474 10888#line 10888 "configure"
6bb11ab3
L
10889#include "confdefs.h"
10890
10891#if HAVE_DLFCN_H
10892#include <dlfcn.h>
10893#endif
10894
10895#include <stdio.h>
10896
10897#ifdef RTLD_GLOBAL
10898# define LT_DLGLOBAL RTLD_GLOBAL
10899#else
10900# ifdef DL_GLOBAL
10901# define LT_DLGLOBAL DL_GLOBAL
10902# else
10903# define LT_DLGLOBAL 0
10904# endif
10905#endif
10906
10907/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10908 find out it does not work in some platform. */
10909#ifndef LT_DLLAZY_OR_NOW
10910# ifdef RTLD_LAZY
10911# define LT_DLLAZY_OR_NOW RTLD_LAZY
10912# else
10913# ifdef DL_LAZY
10914# define LT_DLLAZY_OR_NOW DL_LAZY
10915# else
10916# ifdef RTLD_NOW
10917# define LT_DLLAZY_OR_NOW RTLD_NOW
10918# else
10919# ifdef DL_NOW
10920# define LT_DLLAZY_OR_NOW DL_NOW
10921# else
10922# define LT_DLLAZY_OR_NOW 0
10923# endif
10924# endif
10925# endif
10926# endif
10927#endif
10928
10929/* When -fvisbility=hidden is used, assume the code has been annotated
10930 correspondingly for the symbols needed. */
10931#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10932void fnord () __attribute__((visibility("default")));
10933#endif
10934
10935void fnord () { int i=42; }
10936int main ()
10937{
10938 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10939 int status = $lt_dlunknown;
10940
10941 if (self)
10942 {
10943 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10944 else
10945 {
10946 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10947 else puts (dlerror ());
10948 }
10949 /* dlclose (self); */
10950 }
10951 else
10952 puts (dlerror ());
10953
10954 return status;
10955}
10956_LT_EOF
10957 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10958 (eval $ac_link) 2>&5
10959 ac_status=$?
10960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10961 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10962 (./conftest; exit; ) >&5 2>/dev/null
10963 lt_status=$?
10964 case x$lt_status in
10965 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10966 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10967 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10968 esac
10969 else :
10970 # compilation failed
10971 lt_cv_dlopen_self_static=no
10972 fi
d6416cdc 10973fi
6bb11ab3
L
10974rm -fr conftest*
10975
10976
d6416cdc 10977fi
6bb11ab3
L
10978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10979$as_echo "$lt_cv_dlopen_self_static" >&6; }
10980 fi
10981
10982 CPPFLAGS="$save_CPPFLAGS"
10983 LDFLAGS="$save_LDFLAGS"
10984 LIBS="$save_LIBS"
10985 ;;
10986 esac
10987
10988 case $lt_cv_dlopen_self in
10989 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10990 *) enable_dlopen_self=unknown ;;
10991 esac
10992
10993 case $lt_cv_dlopen_self_static in
10994 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10995 *) enable_dlopen_self_static=unknown ;;
10996 esac
10997fi
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015striplib=
11016old_striplib=
11017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11018$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11019if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11020 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11021 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11023$as_echo "yes" >&6; }
11024else
11025# FIXME - insert some real tests, host_os isn't really good enough
11026 case $host_os in
11027 darwin*)
11028 if test -n "$STRIP" ; then
11029 striplib="$STRIP -x"
11030 old_striplib="$STRIP -S"
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11032$as_echo "yes" >&6; }
11033 else
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11035$as_echo "no" >&6; }
11036 fi
11037 ;;
11038 *)
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11040$as_echo "no" >&6; }
11041 ;;
11042 esac
11043fi
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056 # Report which library types will actually be built
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11058$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11060$as_echo "$can_build_shared" >&6; }
11061
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11063$as_echo_n "checking whether to build shared libraries... " >&6; }
11064 test "$can_build_shared" = "no" && enable_shared=no
11065
11066 # On AIX, shared libraries and static libraries use the same namespace, and
11067 # are all built from PIC.
11068 case $host_os in
11069 aix3*)
11070 test "$enable_shared" = yes && enable_static=no
11071 if test -n "$RANLIB"; then
11072 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11073 postinstall_cmds='$RANLIB $lib'
11074 fi
11075 ;;
11076
11077 aix[4-9]*)
11078 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11079 test "$enable_shared" = yes && enable_static=no
11080 fi
11081 ;;
11082 esac
11083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11084$as_echo "$enable_shared" >&6; }
11085
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11087$as_echo_n "checking whether to build static libraries... " >&6; }
11088 # Make sure either enable_shared or enable_static is yes.
11089 test "$enable_shared" = yes || enable_static=yes
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11091$as_echo "$enable_static" >&6; }
11092
11093
11094
11095
11096fi
11097ac_ext=c
11098ac_cpp='$CPP $CPPFLAGS'
11099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11101ac_compiler_gnu=$ac_cv_c_compiler_gnu
11102
11103CC="$lt_save_CC"
11104
11105
11106
11107
11108
11109
11110
11111
11112
d6416cdc 11113
d6416cdc 11114
d6416cdc 11115
d6416cdc 11116
6bb11ab3
L
11117 ac_config_commands="$ac_config_commands libtool"
11118
11119
11120
11121
11122# Only expand once:
11123
11124
5912fadd 11125
d6416cdc 11126
fdd6fa61
AG
11127
11128
31e6ad7d
MF
11129
11130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11131$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11132 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11133if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11134 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11135else
11136 USE_MAINTAINER_MODE=no
fdd6fa61 11137fi
31e6ad7d
MF
11138
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11140$as_echo "$USE_MAINTAINER_MODE" >&6; }
11141 if test $USE_MAINTAINER_MODE = yes; then
11142 MAINTAINER_MODE_TRUE=
11143 MAINTAINER_MODE_FALSE='#'
fdd6fa61 11144else
31e6ad7d
MF
11145 MAINTAINER_MODE_TRUE='#'
11146 MAINTAINER_MODE_FALSE=
81ecdfbb 11147fi
fdd6fa61 11148
31e6ad7d
MF
11149 MAINT=$MAINTAINER_MODE_TRUE
11150
11151
fdd6fa61 11152
81ecdfbb 11153
ce39bd38
MF
11154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11155$as_echo_n "checking for sim debug setting... " >&6; }
11156sim_debug="0"
81ecdfbb
RW
11157# Check whether --enable-sim-debug was given.
11158if test "${enable_sim_debug+set}" = set; then :
11159 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11160 yes) sim_debug="7";;
11161 no) sim_debug="0";;
11162 *) sim_debug="($enableval)";;
fdd6fa61 11163esac
fdd6fa61 11164fi
ce39bd38
MF
11165if test "$sim_debug" != "0"; then
11166
11167cat >>confdefs.h <<_ACEOF
11168#define DEBUG $sim_debug
11169_ACEOF
11170
81ecdfbb 11171fi
fdd6fa61 11172
ce39bd38
MF
11173cat >>confdefs.h <<_ACEOF
11174#define WITH_DEBUG $sim_debug
11175_ACEOF
11176
11177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11178$as_echo "$sim_debug" >&6; }
fdd6fa61 11179
81ecdfbb 11180
ce39bd38
MF
11181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11182$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11183sim_stdio="0"
81ecdfbb
RW
11184# Check whether --enable-sim-stdio was given.
11185if test "${enable_sim_stdio+set}" = set; then :
11186 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11187 yes) sim_stdio="DO_USE_STDIO";;
11188 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11189 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
fdd6fa61 11190esac
81ecdfbb 11191fi
fdd6fa61 11192
ce39bd38
MF
11193cat >>confdefs.h <<_ACEOF
11194#define WITH_STDIO $sim_stdio
11195_ACEOF
11196
11197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11198$as_echo "$sim_stdio" >&6; }
fdd6fa61 11199
81ecdfbb 11200
ce39bd38
MF
11201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11202$as_echo_n "checking for sim trace settings... " >&6; }
11203sim_trace="~TRACE_debug"
81ecdfbb
RW
11204# Check whether --enable-sim-trace was given.
11205if test "${enable_sim_trace+set}" = set; then :
11206 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11207 yes) sim_trace="-1";;
11208 no) sim_trace="0";;
fdd6fa61 11209 [-0-9]*)
ce39bd38 11210 sim_trace="'(${enableval})'";;
2232061b 11211 [[:lower:]]*)
fdd6fa61
AG
11212 sim_trace=""
11213 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11214 if test x"$sim_trace" = x; then
ce39bd38 11215 sim_trace="(TRACE_$x"
fdd6fa61
AG
11216 else
11217 sim_trace="${sim_trace}|TRACE_$x"
11218 fi
11219 done
ce39bd38 11220 sim_trace="$sim_trace)" ;;
fdd6fa61 11221esac
81ecdfbb 11222fi
fdd6fa61 11223
ce39bd38
MF
11224cat >>confdefs.h <<_ACEOF
11225#define WITH_TRACE $sim_trace
11226_ACEOF
11227
11228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11229$as_echo "$sim_trace" >&6; }
fdd6fa61 11230
81ecdfbb 11231
ce39bd38
MF
11232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11233$as_echo_n "checking for sim profile settings... " >&6; }
11234profile="1"
11235sim_profile="-1"
81ecdfbb
RW
11236# Check whether --enable-sim-profile was given.
11237if test "${enable_sim_profile+set}" = set; then :
11238 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11239 yes) profile="1" sim_profile="-1";;
11240 no) profile="0" sim_profile="0";;
fdd6fa61 11241 [-0-9]*)
ce39bd38 11242 profile="(${enableval})" sim_profile="(${enableval})";;
fdd6fa61 11243 [a-z]*)
ce39bd38 11244 profile="1"
fdd6fa61
AG
11245 sim_profile=""
11246 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11247 if test x"$sim_profile" = x; then
ce39bd38 11248 sim_profile="(PROFILE_$x"
fdd6fa61
AG
11249 else
11250 sim_profile="${sim_profile}|PROFILE_$x"
11251 fi
11252 done
ce39bd38 11253 sim_profile="$sim_profile)" ;;
fdd6fa61 11254esac
81ecdfbb 11255fi
fdd6fa61 11256
ce39bd38
MF
11257cat >>confdefs.h <<_ACEOF
11258#define PROFILE $profile
11259_ACEOF
fdd6fa61 11260
d6416cdc 11261
ce39bd38
MF
11262cat >>confdefs.h <<_ACEOF
11263#define WITH_PROFILE $sim_profile
11264_ACEOF
11265
11266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11267$as_echo "$sim_profile" >&6; }
11268
11269
11270
347fe5bb
MF
11271sim_inline="-DDEFAULT_INLINE=0"
11272# Check whether --enable-sim-inline was given.
11273if test "${enable_sim_inline+set}" = set; then :
11274 enableval=$enable_sim_inline; sim_inline=""
11275case "$enableval" in
11276 no) sim_inline="-DDEFAULT_INLINE=0";;
11277 0) sim_inline="-DDEFAULT_INLINE=0";;
11278 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11279 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11280 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11281 new_flag=""
11282 case "$x" in
11283 *_INLINE=*) new_flag="-D$x";;
11284 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11285 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11286 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11287 esac
11288 if test x"$sim_inline" = x""; then
11289 sim_inline="$new_flag"
11290 else
11291 sim_inline="$sim_inline $new_flag"
11292 fi
11293 done;;
11294esac
11295if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11296 echo "Setting inline flags = $sim_inline" 6>&1
11297fi
11298fi
11299
11300
11301
81ecdfbb
RW
11302
11303# Check whether --with-pkgversion was given.
11304if test "${with_pkgversion+set}" = set; then :
11305 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11306 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
d6416cdc
RW
11307 no) PKGVERSION= ;;
11308 *) PKGVERSION="($withval) " ;;
11309 esac
11310else
bf12d44e 11311 PKGVERSION="(SIM) "
d6416cdc 11312
81ecdfbb
RW
11313fi
11314
d6416cdc
RW
11315
11316
11317
11318
81ecdfbb
RW
11319# Check whether --with-bugurl was given.
11320if test "${with_bugurl+set}" = set; then :
11321 withval=$with_bugurl; case "$withval" in
d0ac1c44 11322 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
d6416cdc
RW
11323 no) BUGURL=
11324 ;;
11325 *) BUGURL="$withval"
11326 ;;
11327 esac
11328else
dfb856ba 11329 BUGURL="https://www.gnu.org/software/gdb/bugs/"
d6416cdc 11330
81ecdfbb
RW
11331fi
11332
d6416cdc
RW
11333 case ${BUGURL} in
11334 "")
11335 REPORT_BUGS_TO=
11336 REPORT_BUGS_TEXI=
11337 ;;
11338 *)
11339 REPORT_BUGS_TO="<$BUGURL>"
11340 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11341 ;;
11342 esac;
11343
11344
11345
11346
11347cat >>confdefs.h <<_ACEOF
11348#define PKGVERSION "$PKGVERSION"
11349_ACEOF
11350
11351
11352cat >>confdefs.h <<_ACEOF
11353#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11354_ACEOF
11355
11356
fdd6fa61
AG
11357
11358
fdd6fa61 11359
6ffe910a
MF
11360if test -n "$ac_tool_prefix"; then
11361 # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args.
11362set dummy ${ac_tool_prefix}dtc; ac_word=$2
11363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11364$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11365if ${ac_cv_prog_DTC+:} false; then :
6ffe910a
MF
11366 $as_echo_n "(cached) " >&6
11367else
11368 if test -n "$DTC"; then
11369 ac_cv_prog_DTC="$DTC" # Let the user override the test.
11370else
11371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11372for as_dir in $PATH
11373do
11374 IFS=$as_save_IFS
11375 test -z "$as_dir" && as_dir=.
11376 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6ffe910a
MF
11378 ac_cv_prog_DTC="${ac_tool_prefix}dtc"
11379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11380 break 2
11381 fi
11382done
11383 done
11384IFS=$as_save_IFS
11385
11386fi
11387fi
11388DTC=$ac_cv_prog_DTC
11389if test -n "$DTC"; then
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTC" >&5
11391$as_echo "$DTC" >&6; }
11392else
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11394$as_echo "no" >&6; }
11395fi
11396
11397
11398fi
11399if test -z "$ac_cv_prog_DTC"; then
11400 ac_ct_DTC=$DTC
11401 # Extract the first word of "dtc", so it can be a program name with args.
11402set dummy dtc; ac_word=$2
11403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11404$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11405if ${ac_cv_prog_ac_ct_DTC+:} false; then :
6ffe910a
MF
11406 $as_echo_n "(cached) " >&6
11407else
11408 if test -n "$ac_ct_DTC"; then
11409 ac_cv_prog_ac_ct_DTC="$ac_ct_DTC" # Let the user override the test.
11410else
11411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11412for as_dir in $PATH
11413do
11414 IFS=$as_save_IFS
11415 test -z "$as_dir" && as_dir=.
11416 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11417 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6ffe910a
MF
11418 ac_cv_prog_ac_ct_DTC="dtc"
11419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11420 break 2
11421 fi
11422done
11423 done
11424IFS=$as_save_IFS
11425
11426fi
11427fi
11428ac_ct_DTC=$ac_cv_prog_ac_ct_DTC
11429if test -n "$ac_ct_DTC"; then
11430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DTC" >&5
11431$as_echo "$ac_ct_DTC" >&6; }
11432else
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11434$as_echo "no" >&6; }
11435fi
11436
11437 if test "x$ac_ct_DTC" = x; then
11438 DTC=""
11439 else
11440 case $cross_compiling:$ac_tool_warned in
11441yes:)
11442{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11443$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11444ac_tool_warned=yes ;;
11445esac
11446 DTC=$ac_ct_DTC
11447 fi
11448else
11449 DTC="$ac_cv_prog_DTC"
11450fi
11451
11452
11453
1ac72f06 11454wire_endian="BIG"
5c27d164
AG
11455default_endian=""
11456# Check whether --enable-sim-endian was given.
11457if test "${enable_sim_endian+set}" = set; then :
11458 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11459 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11460 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
5c27d164 11461 yes) if test x"$wire_endian" != x; then
1ac72f06 11462 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164 11463 else
1ac72f06
MF
11464 if test x"$default_endian" != x; then
11465 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
11466 else
11467 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11468 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
11469 fi
11470 fi;;
11471 no) if test x"$default_endian" != x; then
1ac72f06 11472 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
11473 else
11474 if test x"$wire_endian" != x; then
1ac72f06 11475 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
11476 else
11477 echo "No default endian for target $target" 1>&6
1ac72f06 11478 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
11479 fi
11480 fi;;
d0ac1c44 11481 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
5c27d164
AG
11482esac
11483if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11484 echo "Setting endian flags = $sim_endian" 6>&1
11485fi
11486else
11487 if test x"$default_endian" != x; then
1ac72f06 11488 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
11489else
11490 if test x"$wire_endian" != x; then
1ac72f06 11491 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
11492 else
11493 sim_endian=
11494 fi
11495fi
11496fi
11497
11498wire_alignment="STRICT_ALIGNMENT"
11499default_alignment=""
11500
11501# Check whether --enable-sim-alignment was given.
11502if test "${enable_sim_alignment+set}" = set; then :
11503 enableval=$enable_sim_alignment; case "${enableval}" in
11504 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11505 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11506 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11507 yes) if test x"$wire_alignment" != x; then
11508 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11509 else
11510 if test x"$default_alignment" != x; then
11511 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11512 else
11513 echo "No hard-wired alignment for target $target" 1>&6
11514 sim_alignment="-DWITH_ALIGNMENT=0"
11515 fi
11516 fi;;
11517 no) if test x"$default_alignment" != x; then
11518 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11519 else
11520 if test x"$wire_alignment" != x; then
11521 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11522 else
11523 echo "No default alignment for target $target" 1>&6
11524 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11525 fi
11526 fi;;
d0ac1c44 11527 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
5c27d164
AG
11528esac
11529if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11530 echo "Setting alignment flags = $sim_alignment" 6>&1
11531fi
11532else
11533 if test x"$default_alignment" != x; then
11534 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11535else
11536 if test x"$wire_alignment" != x; then
11537 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11538 else
11539 sim_alignment=
11540 fi
11541fi
11542fi
11543
11544
3c811346 11545
cc8ab1de
MF
11546# Check whether --enable-werror was given.
11547if test "${enable_werror+set}" = set; then :
11548 enableval=$enable_werror; case "${enableval}" in
11549 yes | y) ERROR_ON_WARNING="yes" ;;
11550 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11551 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
cc8ab1de
MF
11552 esac
11553fi
11554
11555
11556# Enable -Werror by default when using gcc
11557if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11558 ERROR_ON_WARNING=yes
11559fi
11560
11561WERROR_CFLAGS=""
3c811346
MF
11562 if test "${ERROR_ON_WARNING}" = yes ; then
11563 WERROR_CFLAGS="-Werror"
11564 fi
cc8ab1de
MF
11565
11566build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11567-Wpointer-sign \
11568-Wno-unused -Wunused-value -Wunused-function \
11569-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11570-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11571-Wold-style-declaration -Wold-style-definition"
11572
11573# Enable -Wno-format by default when using gcc on mingw since many
11574# GCC versions complain about %I64.
11575case "${host}" in
11576 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11577 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11578esac
11579
11580# Check whether --enable-build-warnings was given.
11581if test "${enable_build_warnings+set}" = set; then :
11582 enableval=$enable_build_warnings; case "${enableval}" in
11583 yes) ;;
11584 no) build_warnings="-w";;
11585 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11586 build_warnings="${build_warnings} ${t}";;
11587 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11588 build_warnings="${t} ${build_warnings}";;
11589 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11590esac
11591if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11592 echo "Setting compiler warning flags = $build_warnings" 6>&1
11593fi
11594fi
11595# Check whether --enable-sim-build-warnings was given.
11596if test "${enable_sim_build_warnings+set}" = set; then :
11597 enableval=$enable_sim_build_warnings; case "${enableval}" in
11598 yes) ;;
11599 no) build_warnings="-w";;
11600 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11601 build_warnings="${build_warnings} ${t}";;
11602 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11603 build_warnings="${t} ${build_warnings}";;
11604 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11605esac
11606if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11607 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11608fi
11609fi
11610WARN_CFLAGS=""
11611if test "x${build_warnings}" != x -a "x$GCC" = xyes
11612then
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11614$as_echo_n "checking compiler warning flags... " >&6; }
11615 # Separate out the -Werror flag as some files just cannot be
11616 # compiled with it enabled.
11617 for w in ${build_warnings}; do
11618 case $w in
11619 -Werr*) WERROR_CFLAGS=-Werror ;;
11620 *) # Check that GCC accepts it
11621 saved_CFLAGS="$CFLAGS"
1f195bc3 11622 CFLAGS="$CFLAGS -Werror $w"
cc8ab1de
MF
11623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11624/* end confdefs.h. */
11625
11626int
11627main ()
11628{
11629
11630 ;
11631 return 0;
11632}
11633_ACEOF
11634if ac_fn_c_try_compile "$LINENO"; then :
11635 WARN_CFLAGS="${WARN_CFLAGS} $w"
11636fi
11637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11638 CFLAGS="$saved_CFLAGS"
11639 esac
11640 done
11641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11642$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11643fi
11644
11645
66d055c7
MF
11646hardware="cfi core pal glue "
11647sim_hw_cflags="-DWITH_HW=1"
11648sim_hw="$hardware"
11649sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11650
11651# Check whether --enable-sim-hardware was given.
11652if test "${enable_sim_hardware+set}" = set; then :
11653 enableval=$enable_sim_hardware;
11654else
11655 enable_sim_hardware="yes"
11656fi
11657
11658case ${enable_sim_hardware} in
11659 yes|no) ;;
11660 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11661 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11662 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11663esac
11664
11665if test "$enable_sim_hardware" = no; then
11666 sim_hw_objs=
11667 sim_hw_cflags="-DWITH_HW=0"
11668 sim_hw=
11669else
11670 sim_hw_cflags="-DWITH_HW=1"
11671 # remove duplicates
11672 sim_hw=""
11673 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11674 for i in $hardware ; do
11675 case " $sim_hw " in
11676 *" $i "*) ;;
11677 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11678 esac
11679 done
11680 # mingw does not support sockser
11681 case ${host} in
11682 *mingw*) ;;
11683 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11684 # that you instatiate. Instead, other code will call into it directly.
11685 # At some point, we should convert it over.
11686 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11687
11688cat >>confdefs.h <<_ACEOF
11689#define HAVE_DV_SOCKSER 1
11690_ACEOF
11691
11692 ;;
11693 esac
11694 if test x"$silent" != x"yes"; then
11695 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11696 fi
11697 case " $hardware " in
11698 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11699$as_echo_n "checking for log2 in -lm... " >&6; }
11700if ${ac_cv_lib_m_log2+:} false; then :
11701 $as_echo_n "(cached) " >&6
11702else
11703 ac_check_lib_save_LIBS=$LIBS
11704LIBS="-lm $LIBS"
11705cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11706/* end confdefs.h. */
11707
11708/* Override any GCC internal prototype to avoid an error.
11709 Use char because int might match the return type of a GCC
11710 builtin and then its argument prototype would still apply. */
11711#ifdef __cplusplus
11712extern "C"
11713#endif
11714char log2 ();
11715int
11716main ()
11717{
11718return log2 ();
11719 ;
11720 return 0;
11721}
11722_ACEOF
11723if ac_fn_c_try_link "$LINENO"; then :
11724 ac_cv_lib_m_log2=yes
11725else
11726 ac_cv_lib_m_log2=no
11727fi
11728rm -f core conftest.err conftest.$ac_objext \
11729 conftest$ac_exeext conftest.$ac_ext
11730LIBS=$ac_check_lib_save_LIBS
11731fi
11732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11733$as_echo "$ac_cv_lib_m_log2" >&6; }
11734if test "x$ac_cv_lib_m_log2" = xyes; then :
11735 cat >>confdefs.h <<_ACEOF
11736#define HAVE_LIBM 1
11737_ACEOF
11738
11739 LIBS="-lm $LIBS"
11740
11741fi
11742;;
11743 esac
11744fi
11745
11746
fdd6fa61
AG
11747cgen_breaks=""
11748if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11749cgen_breaks="break cgen_rtx_error";
11750fi
11751
81ecdfbb 11752ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fdd6fa61 11753
81ecdfbb 11754ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fdd6fa61 11755
81ecdfbb 11756ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fdd6fa61 11757
81ecdfbb 11758ac_config_commands="$ac_config_commands Makefile"
fdd6fa61 11759
81ecdfbb 11760ac_config_commands="$ac_config_commands stamp-h"
fdd6fa61 11761
760b3e8b
MF
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
fdd6fa61
AG
11774cat >confcache <<\_ACEOF
11775# This file is a shell script that caches the results of configure
11776# tests run on this system so they can be shared between configure
11777# scripts and configure runs, see configure's option --config-cache.
11778# It is not useful on other systems. If it contains results you don't
11779# want to keep, you may remove or edit it.
11780#
11781# config.status only pays attention to the cache file if you give it
11782# the --recheck option to rerun configure.
11783#
11784# `ac_cv_env_foo' variables (set or unset) will be overridden when
11785# loading this file, other *unset* `ac_cv_foo' will be assigned the
11786# following values.
11787
11788_ACEOF
11789
11790# The following way of writing the cache mishandles newlines in values,
11791# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11792# So, we kill variables containing newlines.
fdd6fa61
AG
11793# Ultrix sh set writes to stderr and can't be redirected directly,
11794# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11795(
11796 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11797 eval ac_val=\$$ac_var
11798 case $ac_val in #(
11799 *${as_nl}*)
11800 case $ac_var in #(
11801 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11802$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11803 esac
11804 case $ac_var in #(
11805 _ | IFS | as_nl) ;; #(
11806 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11807 *) { eval $ac_var=; unset $ac_var;} ;;
11808 esac ;;
11809 esac
11810 done
11811
fdd6fa61 11812 (set) 2>&1 |
81ecdfbb
RW
11813 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11814 *${as_nl}ac_space=\ *)
11815 # `set' does not quote correctly, so add quotes: double-quote
11816 # substitution turns \\\\ into \\, and sed turns \\ into \.
fdd6fa61
AG
11817 sed -n \
11818 "s/'/'\\\\''/g;
11819 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11820 ;; #(
fdd6fa61
AG
11821 *)
11822 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11823 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 11824 ;;
81ecdfbb
RW
11825 esac |
11826 sort
11827) |
fdd6fa61 11828 sed '
81ecdfbb 11829 /^ac_cv_env_/b end
fdd6fa61 11830 t clear
81ecdfbb 11831 :clear
fdd6fa61
AG
11832 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11833 t end
81ecdfbb
RW
11834 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11835 :end' >>confcache
11836if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11837 if test -w "$cache_file"; then
d0ac1c44 11838 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11840$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11841 if test ! -f "$cache_file" || test -h "$cache_file"; then
11842 cat confcache >"$cache_file"
11843 else
11844 case $cache_file in #(
11845 */* | ?:*)
11846 mv -f confcache "$cache_file"$$ &&
11847 mv -f "$cache_file"$$ "$cache_file" ;; #(
11848 *)
11849 mv -f confcache "$cache_file" ;;
11850 esac
11851 fi
11852 fi
fdd6fa61 11853 else
81ecdfbb
RW
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11855$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fdd6fa61
AG
11856 fi
11857fi
11858rm -f confcache
11859
11860test "x$prefix" = xNONE && prefix=$ac_default_prefix
11861# Let make expand exec_prefix.
11862test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11863
fdd6fa61
AG
11864DEFS=-DHAVE_CONFIG_H
11865
11866ac_libobjs=
11867ac_ltlibobjs=
d0ac1c44 11868U=
fdd6fa61
AG
11869for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11870 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11871 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11872 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11873 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11874 # will be set to the directory where LIBOBJS objects are built.
11875 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11876 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fdd6fa61
AG
11877done
11878LIBOBJS=$ac_libobjs
11879
11880LTLIBOBJS=$ac_ltlibobjs
11881
11882
0cb8d851 11883
6bb11ab3 11884if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11885 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11886Usually this means the macro was only invoked conditionally." "$LINENO" 5
11887fi
31e6ad7d 11888if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11889 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11890Usually this means the macro was only invoked conditionally." "$LINENO" 5
11891fi
fdd6fa61 11892
d0ac1c44 11893: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11894ac_write_fail=0
fdd6fa61
AG
11895ac_clean_files_save=$ac_clean_files
11896ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11897{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11898$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11899as_write_fail=0
11900cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fdd6fa61
AG
11901#! $SHELL
11902# Generated by $as_me.
11903# Run this file to recreate the current configuration.
11904# Compiler output produced by configure, useful for debugging
11905# configure, is in config.log if it exists.
11906
11907debug=false
11908ac_cs_recheck=false
11909ac_cs_silent=false
fdd6fa61 11910
81ecdfbb
RW
11911SHELL=\${CONFIG_SHELL-$SHELL}
11912export SHELL
11913_ASEOF
11914cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11915## -------------------- ##
11916## M4sh Initialization. ##
11917## -------------------- ##
11918
11919# Be more Bourne compatible
11920DUALCASE=1; export DUALCASE # for MKS sh
11921if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fdd6fa61
AG
11922 emulate sh
11923 NULLCMD=:
81ecdfbb 11924 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
11925 # is contrary to our usage. Disable this feature.
11926 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11927 setopt NO_GLOB_SUBST
11928else
11929 case `(set -o) 2>/dev/null` in #(
11930 *posix*) :
11931 set -o posix ;; #(
11932 *) :
11933 ;;
11934esac
fdd6fa61 11935fi
fdd6fa61 11936
81ecdfbb
RW
11937
11938as_nl='
11939'
11940export as_nl
11941# Printing a long string crashes Solaris 7 /usr/bin/printf.
11942as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11943as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11944as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11945# Prefer a ksh shell builtin over an external printf program on Solaris,
11946# but without wasting forks for bash or zsh.
11947if test -z "$BASH_VERSION$ZSH_VERSION" \
11948 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11949 as_echo='print -r --'
11950 as_echo_n='print -rn --'
11951elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11952 as_echo='printf %s\n'
11953 as_echo_n='printf %s'
11954else
11955 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11956 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11957 as_echo_n='/usr/ucb/echo -n'
11958 else
11959 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11960 as_echo_n_body='eval
11961 arg=$1;
11962 case $arg in #(
11963 *"$as_nl"*)
11964 expr "X$arg" : "X\\(.*\\)$as_nl";
11965 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11966 esac;
11967 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11968 '
11969 export as_echo_n_body
11970 as_echo_n='sh -c $as_echo_n_body as_echo'
11971 fi
11972 export as_echo_body
11973 as_echo='sh -c $as_echo_body as_echo'
11974fi
11975
11976# The user is always right.
11977if test "${PATH_SEPARATOR+set}" != set; then
11978 PATH_SEPARATOR=:
11979 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11980 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11981 PATH_SEPARATOR=';'
11982 }
fdd6fa61
AG
11983fi
11984
11985
81ecdfbb
RW
11986# IFS
11987# We need space, tab and new line, in precisely that order. Quoting is
11988# there to prevent editors from complaining about space-tab.
11989# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11990# splitting by setting IFS to empty value.)
11991IFS=" "" $as_nl"
11992
11993# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11994as_myself=
81ecdfbb
RW
11995case $0 in #((
11996 *[\\/]* ) as_myself=$0 ;;
11997 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11998for as_dir in $PATH
11999do
12000 IFS=$as_save_IFS
12001 test -z "$as_dir" && as_dir=.
12002 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12003 done
12004IFS=$as_save_IFS
12005
12006 ;;
12007esac
12008# We did not find ourselves, most probably we were run as `sh COMMAND'
12009# in which case we are not to be found in the path.
12010if test "x$as_myself" = x; then
12011 as_myself=$0
12012fi
12013if test ! -f "$as_myself"; then
12014 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12015 exit 1
12016fi
12017
12018# Unset variables that we do not need and which cause bugs (e.g. in
12019# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12020# suppresses any "Segmentation fault" message there. '((' could
12021# trigger a bug in pdksh 5.2.14.
12022for as_var in BASH_ENV ENV MAIL MAILPATH
12023do eval test x\${$as_var+set} = xset \
12024 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12025done
fdd6fa61
AG
12026PS1='$ '
12027PS2='> '
12028PS4='+ '
12029
12030# NLS nuisances.
81ecdfbb
RW
12031LC_ALL=C
12032export LC_ALL
12033LANGUAGE=C
12034export LANGUAGE
12035
12036# CDPATH.
12037(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12038
12039
d0ac1c44
SM
12040# as_fn_error STATUS ERROR [LINENO LOG_FD]
12041# ----------------------------------------
81ecdfbb
RW
12042# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12043# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12044# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12045as_fn_error ()
12046{
d0ac1c44
SM
12047 as_status=$1; test $as_status -eq 0 && as_status=1
12048 if test "$4"; then
12049 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12050 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fdd6fa61 12051 fi
d0ac1c44 12052 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12053 as_fn_exit $as_status
12054} # as_fn_error
12055
12056
12057# as_fn_set_status STATUS
12058# -----------------------
12059# Set $? to STATUS, without forking.
12060as_fn_set_status ()
12061{
12062 return $1
12063} # as_fn_set_status
12064
12065# as_fn_exit STATUS
12066# -----------------
12067# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12068as_fn_exit ()
12069{
12070 set +e
12071 as_fn_set_status $1
12072 exit $1
12073} # as_fn_exit
12074
12075# as_fn_unset VAR
12076# ---------------
12077# Portably unset VAR.
12078as_fn_unset ()
12079{
12080 { eval $1=; unset $1;}
12081}
12082as_unset=as_fn_unset
12083# as_fn_append VAR VALUE
12084# ----------------------
12085# Append the text in VALUE to the end of the definition contained in VAR. Take
12086# advantage of any shell optimizations that allow amortized linear growth over
12087# repeated appends, instead of the typical quadratic growth present in naive
12088# implementations.
12089if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12090 eval 'as_fn_append ()
12091 {
12092 eval $1+=\$2
12093 }'
12094else
12095 as_fn_append ()
12096 {
12097 eval $1=\$$1\$2
12098 }
12099fi # as_fn_append
12100
12101# as_fn_arith ARG...
12102# ------------------
12103# Perform arithmetic evaluation on the ARGs, and store the result in the
12104# global $as_val. Take advantage of shells that can avoid forks. The arguments
12105# must be portable across $(()) and expr.
12106if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12107 eval 'as_fn_arith ()
12108 {
12109 as_val=$(( $* ))
12110 }'
12111else
12112 as_fn_arith ()
12113 {
12114 as_val=`expr "$@" || test $? -eq 1`
12115 }
12116fi # as_fn_arith
12117
fdd6fa61 12118
81ecdfbb
RW
12119if expr a : '\(a\)' >/dev/null 2>&1 &&
12120 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fdd6fa61
AG
12121 as_expr=expr
12122else
12123 as_expr=false
12124fi
12125
81ecdfbb 12126if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fdd6fa61
AG
12127 as_basename=basename
12128else
12129 as_basename=false
12130fi
12131
81ecdfbb
RW
12132if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12133 as_dirname=dirname
12134else
12135 as_dirname=false
12136fi
fdd6fa61 12137
81ecdfbb 12138as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
12139$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12140 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12141 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12142$as_echo X/"$0" |
12143 sed '/^.*\/\([^/][^/]*\)\/*$/{
12144 s//\1/
12145 q
12146 }
12147 /^X\/\(\/\/\)$/{
12148 s//\1/
12149 q
12150 }
12151 /^X\/\(\/\).*/{
12152 s//\1/
12153 q
12154 }
12155 s/.*/./; q'`
fdd6fa61 12156
fdd6fa61
AG
12157# Avoid depending upon Character Ranges.
12158as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12159as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12160as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12161as_cr_digits='0123456789'
12162as_cr_alnum=$as_cr_Letters$as_cr_digits
12163
81ecdfbb
RW
12164ECHO_C= ECHO_N= ECHO_T=
12165case `echo -n x` in #(((((
12166-n*)
12167 case `echo 'xy\c'` in
12168 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12169 xy) ECHO_C='\c';;
12170 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12171 ECHO_T=' ';;
12172 esac;;
12173*)
12174 ECHO_N='-n';;
fdd6fa61
AG
12175esac
12176
81ecdfbb
RW
12177rm -f conf$$ conf$$.exe conf$$.file
12178if test -d conf$$.dir; then
12179 rm -f conf$$.dir/conf$$.file
fdd6fa61 12180else
81ecdfbb
RW
12181 rm -f conf$$.dir
12182 mkdir conf$$.dir 2>/dev/null
fdd6fa61 12183fi
81ecdfbb
RW
12184if (echo >conf$$.file) 2>/dev/null; then
12185 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 12186 as_ln_s='ln -s'
81ecdfbb
RW
12187 # ... but there are two gotchas:
12188 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12189 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12190 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12191 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12192 as_ln_s='cp -pR'
81ecdfbb
RW
12193 elif ln conf$$.file conf$$ 2>/dev/null; then
12194 as_ln_s=ln
12195 else
d0ac1c44 12196 as_ln_s='cp -pR'
fdd6fa61 12197 fi
fdd6fa61 12198else
d0ac1c44 12199 as_ln_s='cp -pR'
fdd6fa61 12200fi
81ecdfbb
RW
12201rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12202rmdir conf$$.dir 2>/dev/null
12203
fdd6fa61 12204
81ecdfbb
RW
12205# as_fn_mkdir_p
12206# -------------
12207# Create "$as_dir" as a directory, including parents if necessary.
12208as_fn_mkdir_p ()
12209{
12210
12211 case $as_dir in #(
12212 -*) as_dir=./$as_dir;;
12213 esac
12214 test -d "$as_dir" || eval $as_mkdir_p || {
12215 as_dirs=
12216 while :; do
12217 case $as_dir in #(
12218 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12219 *) as_qdir=$as_dir;;
12220 esac
12221 as_dirs="'$as_qdir' $as_dirs"
12222 as_dir=`$as_dirname -- "$as_dir" ||
12223$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12224 X"$as_dir" : 'X\(//\)[^/]' \| \
12225 X"$as_dir" : 'X\(//\)$' \| \
12226 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12227$as_echo X"$as_dir" |
12228 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12229 s//\1/
12230 q
12231 }
12232 /^X\(\/\/\)[^/].*/{
12233 s//\1/
12234 q
12235 }
12236 /^X\(\/\/\)$/{
12237 s//\1/
12238 q
12239 }
12240 /^X\(\/\).*/{
12241 s//\1/
12242 q
12243 }
12244 s/.*/./; q'`
12245 test -d "$as_dir" && break
12246 done
12247 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12248 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12249
12250
12251} # as_fn_mkdir_p
fdd6fa61 12252if mkdir -p . 2>/dev/null; then
81ecdfbb 12253 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
12254else
12255 test -d ./-p && rmdir ./-p
12256 as_mkdir_p=false
12257fi
12258
d0ac1c44
SM
12259
12260# as_fn_executable_p FILE
12261# -----------------------
12262# Test if FILE is an executable regular file.
12263as_fn_executable_p ()
12264{
12265 test -f "$1" && test -x "$1"
12266} # as_fn_executable_p
12267as_test_x='test -x'
12268as_executable_p=as_fn_executable_p
fdd6fa61
AG
12269
12270# Sed expression to map a string onto a valid CPP name.
12271as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12272
12273# Sed expression to map a string onto a valid variable name.
12274as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12275
12276
fdd6fa61 12277exec 6>&1
81ecdfbb
RW
12278## ----------------------------------- ##
12279## Main body of $CONFIG_STATUS script. ##
12280## ----------------------------------- ##
12281_ASEOF
12282test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12283
12284cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12285# Save the log message, to keep $0 and so on meaningful, and to
fdd6fa61 12286# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12287# values after options handling.
12288ac_log="
fdd6fa61 12289This file was extended by $as_me, which was
d0ac1c44 12290generated by GNU Autoconf 2.69. Invocation command line was
fdd6fa61
AG
12291
12292 CONFIG_FILES = $CONFIG_FILES
12293 CONFIG_HEADERS = $CONFIG_HEADERS
12294 CONFIG_LINKS = $CONFIG_LINKS
12295 CONFIG_COMMANDS = $CONFIG_COMMANDS
12296 $ $0 $@
12297
81ecdfbb
RW
12298on `(hostname || uname -n) 2>/dev/null | sed 1q`
12299"
12300
fdd6fa61
AG
12301_ACEOF
12302
81ecdfbb
RW
12303case $ac_config_files in *"
12304"*) set x $ac_config_files; shift; ac_config_files=$*;;
12305esac
fdd6fa61 12306
81ecdfbb
RW
12307case $ac_config_headers in *"
12308"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12309esac
fdd6fa61 12310
fdd6fa61 12311
81ecdfbb
RW
12312cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12313# Files that config.status was made for.
12314config_files="$ac_config_files"
12315config_headers="$ac_config_headers"
81ecdfbb 12316config_commands="$ac_config_commands"
fdd6fa61 12317
81ecdfbb 12318_ACEOF
fdd6fa61 12319
81ecdfbb 12320cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 12321ac_cs_usage="\
81ecdfbb
RW
12322\`$as_me' instantiates files and other configuration actions
12323from templates according to the current configuration. Unless the files
12324and actions are specified as TAGs, all are instantiated by default.
fdd6fa61 12325
81ecdfbb 12326Usage: $0 [OPTION]... [TAG]...
fdd6fa61
AG
12327
12328 -h, --help print this help, then exit
81ecdfbb 12329 -V, --version print version number and configuration settings, then exit
d0ac1c44 12330 --config print configuration, then exit
81ecdfbb
RW
12331 -q, --quiet, --silent
12332 do not print progress messages
fdd6fa61
AG
12333 -d, --debug don't remove temporary files
12334 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12335 --file=FILE[:TEMPLATE]
12336 instantiate the configuration file FILE
12337 --header=FILE[:TEMPLATE]
12338 instantiate the configuration header FILE
fdd6fa61
AG
12339
12340Configuration files:
12341$config_files
12342
12343Configuration headers:
12344$config_headers
12345
fdd6fa61
AG
12346Configuration commands:
12347$config_commands
12348
81ecdfbb 12349Report bugs to the package provider."
fdd6fa61 12350
81ecdfbb
RW
12351_ACEOF
12352cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12353ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
fdd6fa61
AG
12354ac_cs_version="\\
12355config.status
d0ac1c44
SM
12356configured by $0, generated by GNU Autoconf 2.69,
12357 with options \\"\$ac_cs_config\\"
fdd6fa61 12358
d0ac1c44 12359Copyright (C) 2012 Free Software Foundation, Inc.
fdd6fa61
AG
12360This config.status script is free software; the Free Software Foundation
12361gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12362
12363ac_pwd='$ac_pwd'
12364srcdir='$srcdir'
12365INSTALL='$INSTALL'
6bb11ab3 12366AWK='$AWK'
81ecdfbb 12367test -n "\$AWK" || AWK=awk
fdd6fa61
AG
12368_ACEOF
12369
81ecdfbb
RW
12370cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12371# The default lists apply if the user does not specify any file.
fdd6fa61
AG
12372ac_need_defaults=:
12373while test $# != 0
12374do
12375 case $1 in
d0ac1c44 12376 --*=?*)
81ecdfbb
RW
12377 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12378 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fdd6fa61
AG
12379 ac_shift=:
12380 ;;
d0ac1c44
SM
12381 --*=)
12382 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12383 ac_optarg=
12384 ac_shift=:
12385 ;;
81ecdfbb 12386 *)
fdd6fa61
AG
12387 ac_option=$1
12388 ac_optarg=$2
12389 ac_shift=shift
12390 ;;
fdd6fa61
AG
12391 esac
12392
12393 case $ac_option in
12394 # Handling of the options.
fdd6fa61
AG
12395 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12396 ac_cs_recheck=: ;;
81ecdfbb
RW
12397 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12398 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12399 --config | --confi | --conf | --con | --co | --c )
12400 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12401 --debug | --debu | --deb | --de | --d | -d )
fdd6fa61
AG
12402 debug=: ;;
12403 --file | --fil | --fi | --f )
12404 $ac_shift
81ecdfbb
RW
12405 case $ac_optarg in
12406 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12407 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12408 esac
12409 as_fn_append CONFIG_FILES " '$ac_optarg'"
fdd6fa61
AG
12410 ac_need_defaults=false;;
12411 --header | --heade | --head | --hea )
12412 $ac_shift
81ecdfbb
RW
12413 case $ac_optarg in
12414 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12415 esac
12416 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
fdd6fa61 12417 ac_need_defaults=false;;
81ecdfbb
RW
12418 --he | --h)
12419 # Conflict between --help and --header
d0ac1c44 12420 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12421Try \`$0 --help' for more information.";;
12422 --help | --hel | -h )
12423 $as_echo "$ac_cs_usage"; exit ;;
fdd6fa61
AG
12424 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12425 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12426 ac_cs_silent=: ;;
12427
12428 # This is an error.
d0ac1c44 12429 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12430Try \`$0 --help' for more information." ;;
fdd6fa61 12431
81ecdfbb
RW
12432 *) as_fn_append ac_config_targets " $1"
12433 ac_need_defaults=false ;;
fdd6fa61
AG
12434
12435 esac
12436 shift
12437done
12438
12439ac_configure_extra_args=
12440
12441if $ac_cs_silent; then
12442 exec 6>/dev/null
12443 ac_configure_extra_args="$ac_configure_extra_args --silent"
12444fi
12445
12446_ACEOF
81ecdfbb 12447cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fdd6fa61 12448if \$ac_cs_recheck; then
d0ac1c44 12449 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12450 shift
12451 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12452 CONFIG_SHELL='$SHELL'
12453 export CONFIG_SHELL
12454 exec "\$@"
fdd6fa61
AG
12455fi
12456
12457_ACEOF
81ecdfbb
RW
12458cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12459exec 5>>config.log
12460{
12461 echo
12462 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12463## Running $as_me. ##
12464_ASBOX
12465 $as_echo "$ac_log"
12466} >&5
fdd6fa61 12467
81ecdfbb
RW
12468_ACEOF
12469cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12470#
12471# INIT-COMMANDS
12472#
12473ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12474
6bb11ab3
L
12475
12476# The HP-UX ksh and POSIX shell print the target directory to stdout
12477# if CDPATH is set.
12478(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12479
12480sed_quote_subst='$sed_quote_subst'
12481double_quote_subst='$double_quote_subst'
12482delay_variable_subst='$delay_variable_subst'
12483macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12484macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12485enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12486enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12487pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12488enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12489SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12490ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12491host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12492host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12493host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12494build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12495build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12496build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12497SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12498Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12499GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12500EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12501FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12502LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12503NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12504LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12505max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12506ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12507exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12508lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12509lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12510lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12511reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12512reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12513OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12514deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12515file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12516AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12517AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12518STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12519RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12520old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12521old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12522old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12523lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12524CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12525CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12526compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12527GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12528lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12529lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12530lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12531lt_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"`'
12532objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12533MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12534lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12535lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12536lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12537lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12538lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12539need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12540DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12541NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12542LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12543OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12544OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12545libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12546shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12547extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12548archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12549enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12550export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12551whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12552compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12553old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12554old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12555archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12556archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12557module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12558module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12559with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12560allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12561no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12562hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12563hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12564hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12565hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12566hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12567hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12568hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12569hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12570inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12571link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12572fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12573always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12574export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12575exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12576include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12577prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12578file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12579variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12580need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12581need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12582version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12583runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12584shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12585shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12586libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12587library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12588soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12589install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12590postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12591postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12592finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12593finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12594hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12595sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12596sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12597hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12598enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12599enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12600enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12601old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12602striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12603
12604LTCC='$LTCC'
12605LTCFLAGS='$LTCFLAGS'
12606compiler='$compiler_DEFAULT'
12607
12608# A function that is used when there is no print builtin or printf.
12609func_fallback_echo ()
12610{
12611 eval 'cat <<_LTECHO_EOF
12612\$1
12613_LTECHO_EOF'
12614}
12615
12616# Quote evaled strings.
12617for var in SHELL \
12618ECHO \
12619SED \
12620GREP \
12621EGREP \
12622FGREP \
12623LD \
12624NM \
12625LN_S \
12626lt_SP2NL \
12627lt_NL2SP \
12628reload_flag \
12629OBJDUMP \
12630deplibs_check_method \
12631file_magic_cmd \
12632AR \
12633AR_FLAGS \
12634STRIP \
12635RANLIB \
12636CC \
12637CFLAGS \
12638compiler \
12639lt_cv_sys_global_symbol_pipe \
12640lt_cv_sys_global_symbol_to_cdecl \
12641lt_cv_sys_global_symbol_to_c_name_address \
12642lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12643lt_prog_compiler_no_builtin_flag \
12644lt_prog_compiler_wl \
12645lt_prog_compiler_pic \
12646lt_prog_compiler_static \
12647lt_cv_prog_compiler_c_o \
12648need_locks \
12649DSYMUTIL \
12650NMEDIT \
12651LIPO \
12652OTOOL \
12653OTOOL64 \
12654shrext_cmds \
12655export_dynamic_flag_spec \
12656whole_archive_flag_spec \
12657compiler_needs_object \
12658with_gnu_ld \
12659allow_undefined_flag \
12660no_undefined_flag \
12661hardcode_libdir_flag_spec \
12662hardcode_libdir_flag_spec_ld \
12663hardcode_libdir_separator \
12664fix_srcfile_path \
12665exclude_expsyms \
12666include_expsyms \
12667file_list_spec \
12668variables_saved_for_relink \
12669libname_spec \
12670library_names_spec \
12671soname_spec \
12672install_override_mode \
12673finish_eval \
12674old_striplib \
12675striplib; do
12676 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12677 *[\\\\\\\`\\"\\\$]*)
12678 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12679 ;;
12680 *)
12681 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12682 ;;
12683 esac
12684done
12685
12686# Double-quote double-evaled strings.
12687for var in reload_cmds \
12688old_postinstall_cmds \
12689old_postuninstall_cmds \
12690old_archive_cmds \
12691extract_expsyms_cmds \
12692old_archive_from_new_cmds \
12693old_archive_from_expsyms_cmds \
12694archive_cmds \
12695archive_expsym_cmds \
12696module_cmds \
12697module_expsym_cmds \
12698export_symbols_cmds \
12699prelink_cmds \
12700postinstall_cmds \
12701postuninstall_cmds \
12702finish_cmds \
12703sys_lib_search_path_spec \
12704sys_lib_dlsearch_path_spec; do
12705 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12706 *[\\\\\\\`\\"\\\$]*)
12707 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12708 ;;
12709 *)
12710 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12711 ;;
12712 esac
12713done
12714
12715ac_aux_dir='$ac_aux_dir'
12716xsi_shell='$xsi_shell'
12717lt_shell_append='$lt_shell_append'
12718
12719# See if we are running on zsh, and set the options which allow our
12720# commands through without removal of \ escapes INIT.
12721if test -n "\${ZSH_VERSION+set}" ; then
12722 setopt NO_GLOB_SUBST
12723fi
12724
12725
12726 PACKAGE='$PACKAGE'
12727 VERSION='$VERSION'
12728 TIMESTAMP='$TIMESTAMP'
12729 RM='$RM'
12730 ofile='$ofile'
12731
12732
12733
12734
81ecdfbb 12735_ACEOF
fdd6fa61 12736
81ecdfbb 12737cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 12738
81ecdfbb 12739# Handling of arguments.
fdd6fa61
AG
12740for ac_config_target in $ac_config_targets
12741do
81ecdfbb
RW
12742 case $ac_config_target in
12743 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12744 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12745 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12746 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12747 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12748 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12749 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12750 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12751
d0ac1c44 12752 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fdd6fa61
AG
12753 esac
12754done
12755
81ecdfbb 12756
fdd6fa61
AG
12757# If the user did not use the arguments to specify the items to instantiate,
12758# then the envvar interface is used. Set only those that are not.
12759# We use the long form for the default assignment because of an extremely
12760# bizarre bug on SunOS 4.1.3.
12761if $ac_need_defaults; then
12762 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12763 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
fdd6fa61
AG
12764 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12765fi
12766
12767# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12768# simply because there is no reason against having it here, and in addition,
fdd6fa61 12769# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12770# Hook for its removal unless debugging.
12771# Note that there is a small window in which the directory will not be cleaned:
12772# after its creation but before its name has been assigned to `$tmp'.
fdd6fa61
AG
12773$debug ||
12774{
d0ac1c44 12775 tmp= ac_tmp=
81ecdfbb 12776 trap 'exit_status=$?
d0ac1c44
SM
12777 : "${ac_tmp:=$tmp}"
12778 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12779' 0
12780 trap 'as_fn_exit 1' 1 2 13 15
fdd6fa61 12781}
fdd6fa61
AG
12782# Create a (secure) tmp directory for tmp files.
12783
12784{
81ecdfbb 12785 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12786 test -d "$tmp"
fdd6fa61
AG
12787} ||
12788{
81ecdfbb
RW
12789 tmp=./conf$$-$RANDOM
12790 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12791} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12792ac_tmp=$tmp
fdd6fa61 12793
81ecdfbb
RW
12794# Set up the scripts for CONFIG_FILES section.
12795# No need to generate them if there are no CONFIG_FILES.
12796# This happens for instance with `./config.status config.h'.
12797if test -n "$CONFIG_FILES"; then
fdd6fa61 12798
fdd6fa61 12799
81ecdfbb
RW
12800ac_cr=`echo X | tr X '\015'`
12801# On cygwin, bash can eat \r inside `` if the user requested igncr.
12802# But we know of no other shell where ac_cr would be empty at this
12803# point, so we can use a bashism as a fallback.
12804if test "x$ac_cr" = x; then
12805 eval ac_cr=\$\'\\r\'
12806fi
12807ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12808if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12809 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12810else
12811 ac_cs_awk_cr=$ac_cr
12812fi
fdd6fa61 12813
d0ac1c44 12814echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
fdd6fa61
AG
12815_ACEOF
12816
81ecdfbb
RW
12817
12818{
12819 echo "cat >conf$$subs.awk <<_ACEOF" &&
12820 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12821 echo "_ACEOF"
12822} >conf$$subs.sh ||
d0ac1c44
SM
12823 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12824ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12825ac_delim='%!_!# '
12826for ac_last_try in false false false false false :; do
12827 . ./conf$$subs.sh ||
d0ac1c44 12828 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12829
12830 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12831 if test $ac_delim_n = $ac_delim_num; then
12832 break
12833 elif $ac_last_try; then
d0ac1c44 12834 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12835 else
12836 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 12837 fi
81ecdfbb
RW
12838done
12839rm -f conf$$subs.sh
fdd6fa61 12840
81ecdfbb 12841cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12842cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
fdd6fa61 12843_ACEOF
81ecdfbb
RW
12844sed -n '
12845h
12846s/^/S["/; s/!.*/"]=/
12847p
12848g
12849s/^[^!]*!//
12850:repl
12851t repl
12852s/'"$ac_delim"'$//
12853t delim
12854:nl
12855h
d0ac1c44 12856s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12857t more1
12858s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12859p
12860n
12861b repl
12862:more1
12863s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12864p
12865g
12866s/.\{148\}//
12867t nl
12868:delim
12869h
d0ac1c44 12870s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12871t more2
12872s/["\\]/\\&/g; s/^/"/; s/$/"/
12873p
12874b
12875:more2
12876s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12877p
12878g
12879s/.\{148\}//
12880t delim
12881' <conf$$subs.awk | sed '
12882/^[^""]/{
12883 N
12884 s/\n//
12885}
12886' >>$CONFIG_STATUS || ac_write_fail=1
12887rm -f conf$$subs.awk
12888cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12889_ACAWK
d0ac1c44 12890cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12891 for (key in S) S_is_set[key] = 1
12892 FS = "\a"
fdd6fa61 12893
81ecdfbb
RW
12894}
12895{
12896 line = $ 0
12897 nfields = split(line, field, "@")
12898 substed = 0
12899 len = length(field[1])
12900 for (i = 2; i < nfields; i++) {
12901 key = field[i]
12902 keylen = length(key)
12903 if (S_is_set[key]) {
12904 value = S[key]
12905 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12906 len += length(value) + length(field[++i])
12907 substed = 1
12908 } else
12909 len += 1 + keylen
12910 }
12911
12912 print line
12913}
fdd6fa61 12914
81ecdfbb
RW
12915_ACAWK
12916_ACEOF
12917cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12918if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12919 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fdd6fa61 12920else
81ecdfbb 12921 cat
d0ac1c44
SM
12922fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12923 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12924_ACEOF
fdd6fa61 12925
d0ac1c44
SM
12926# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12927# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12928# trailing colons and then remove the whole line if VPATH becomes empty
12929# (actually we leave an empty line to preserve line numbers).
12930if test "x$srcdir" = x.; then
d0ac1c44
SM
12931 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12932h
12933s///
12934s/^/:/
12935s/[ ]*$/:/
12936s/:\$(srcdir):/:/g
12937s/:\${srcdir}:/:/g
12938s/:@srcdir@:/:/g
12939s/^:*//
81ecdfbb 12940s/:*$//
d0ac1c44
SM
12941x
12942s/\(=[ ]*\).*/\1/
12943G
12944s/\n//
81ecdfbb
RW
12945s/^[^=]*=[ ]*$//
12946}'
12947fi
fdd6fa61 12948
81ecdfbb
RW
12949cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12950fi # test -n "$CONFIG_FILES"
fdd6fa61 12951
81ecdfbb
RW
12952# Set up the scripts for CONFIG_HEADERS section.
12953# No need to generate them if there are no CONFIG_HEADERS.
12954# This happens for instance with `./config.status Makefile'.
12955if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12956cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12957BEGIN {
12958_ACEOF
fdd6fa61 12959
81ecdfbb
RW
12960# Transform confdefs.h into an awk script `defines.awk', embedded as
12961# here-document in config.status, that substitutes the proper values into
12962# config.h.in to produce config.h.
fdd6fa61 12963
81ecdfbb
RW
12964# Create a delimiter string that does not exist in confdefs.h, to ease
12965# handling of long lines.
12966ac_delim='%!_!# '
12967for ac_last_try in false false :; do
d0ac1c44
SM
12968 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12969 if test -z "$ac_tt"; then
81ecdfbb
RW
12970 break
12971 elif $ac_last_try; then
d0ac1c44 12972 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
fdd6fa61 12973 else
81ecdfbb 12974 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 12975 fi
fdd6fa61 12976done
81ecdfbb
RW
12977
12978# For the awk script, D is an array of macro values keyed by name,
12979# likewise P contains macro parameters if any. Preserve backslash
12980# newline sequences.
12981
12982ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12983sed -n '
12984s/.\{148\}/&'"$ac_delim"'/g
12985t rset
12986:rset
12987s/^[ ]*#[ ]*define[ ][ ]*/ /
12988t def
12989d
12990:def
12991s/\\$//
12992t bsnl
12993s/["\\]/\\&/g
12994s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12995D["\1"]=" \3"/p
12996s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12997d
12998:bsnl
12999s/["\\]/\\&/g
13000s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13001D["\1"]=" \3\\\\\\n"\\/p
13002t cont
13003s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13004t cont
13005d
13006:cont
13007n
13008s/.\{148\}/&'"$ac_delim"'/g
13009t clear
13010:clear
13011s/\\$//
13012t bsnlc
13013s/["\\]/\\&/g; s/^/"/; s/$/"/p
13014d
13015:bsnlc
13016s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13017b cont
13018' <confdefs.h | sed '
13019s/'"$ac_delim"'/"\\\
13020"/g' >>$CONFIG_STATUS || ac_write_fail=1
13021
13022cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13023 for (key in D) D_is_set[key] = 1
13024 FS = "\a"
13025}
13026/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13027 line = \$ 0
13028 split(line, arg, " ")
13029 if (arg[1] == "#") {
13030 defundef = arg[2]
13031 mac1 = arg[3]
13032 } else {
13033 defundef = substr(arg[1], 2)
13034 mac1 = arg[2]
13035 }
13036 split(mac1, mac2, "(") #)
13037 macro = mac2[1]
13038 prefix = substr(line, 1, index(line, defundef) - 1)
13039 if (D_is_set[macro]) {
13040 # Preserve the white space surrounding the "#".
13041 print prefix "define", macro P[macro] D[macro]
13042 next
13043 } else {
13044 # Replace #undef with comments. This is necessary, for example,
13045 # in the case of _POSIX_SOURCE, which is predefined and required
13046 # on some systems where configure will not decide to define it.
13047 if (defundef == "undef") {
13048 print "/*", prefix defundef, macro, "*/"
13049 next
13050 }
13051 }
13052}
13053{ print }
13054_ACAWK
fdd6fa61 13055_ACEOF
81ecdfbb 13056cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13057 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13058fi # test -n "$CONFIG_HEADERS"
fdd6fa61 13059
fdd6fa61 13060
99d8e879 13061eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13062shift
13063for ac_tag
13064do
13065 case $ac_tag in
13066 :[FHLC]) ac_mode=$ac_tag; continue;;
13067 esac
13068 case $ac_mode$ac_tag in
13069 :[FHL]*:*);;
d0ac1c44 13070 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13071 :[FH]-) ac_tag=-:-;;
13072 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fdd6fa61 13073 esac
81ecdfbb
RW
13074 ac_save_IFS=$IFS
13075 IFS=:
13076 set x $ac_tag
13077 IFS=$ac_save_IFS
13078 shift
13079 ac_file=$1
13080 shift
fdd6fa61 13081
81ecdfbb
RW
13082 case $ac_mode in
13083 :L) ac_source=$1;;
13084 :[FH])
13085 ac_file_inputs=
13086 for ac_f
13087 do
13088 case $ac_f in
d0ac1c44 13089 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13090 *) # Look for the file first in the build tree, then in the source tree
13091 # (if the path is not absolute). The absolute path cannot be DOS-style,
13092 # because $ac_f cannot contain `:'.
13093 test -f "$ac_f" ||
13094 case $ac_f in
13095 [\\/$]*) false;;
13096 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13097 esac ||
d0ac1c44 13098 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fdd6fa61 13099 esac
81ecdfbb
RW
13100 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13101 as_fn_append ac_file_inputs " '$ac_f'"
13102 done
fdd6fa61 13103
81ecdfbb
RW
13104 # Let's still pretend it is `configure' which instantiates (i.e., don't
13105 # use $as_me), people would be surprised to read:
13106 # /* config.h. Generated by config.status. */
13107 configure_input='Generated from '`
13108 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13109 `' by configure.'
13110 if test x"$ac_file" != x-; then
13111 configure_input="$ac_file. $configure_input"
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13113$as_echo "$as_me: creating $ac_file" >&6;}
13114 fi
13115 # Neutralize special characters interpreted by sed in replacement strings.
13116 case $configure_input in #(
13117 *\&* | *\|* | *\\* )
13118 ac_sed_conf_input=`$as_echo "$configure_input" |
13119 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13120 *) ac_sed_conf_input=$configure_input;;
13121 esac
fdd6fa61 13122
81ecdfbb 13123 case $ac_tag in
d0ac1c44
SM
13124 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13125 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13126 esac
13127 ;;
13128 esac
fdd6fa61 13129
81ecdfbb 13130 ac_dir=`$as_dirname -- "$ac_file" ||
fdd6fa61
AG
13131$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13132 X"$ac_file" : 'X\(//\)[^/]' \| \
13133 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13134 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13135$as_echo X"$ac_file" |
13136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13137 s//\1/
13138 q
13139 }
13140 /^X\(\/\/\)[^/].*/{
13141 s//\1/
13142 q
13143 }
13144 /^X\(\/\/\)$/{
13145 s//\1/
13146 q
13147 }
13148 /^X\(\/\).*/{
13149 s//\1/
13150 q
13151 }
13152 s/.*/./; q'`
13153 as_dir="$ac_dir"; as_fn_mkdir_p
fdd6fa61
AG
13154 ac_builddir=.
13155
81ecdfbb
RW
13156case "$ac_dir" in
13157.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13158*)
13159 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13160 # A ".." for each directory in $ac_dir_suffix.
13161 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13162 case $ac_top_builddir_sub in
13163 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13164 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13165 esac ;;
13166esac
13167ac_abs_top_builddir=$ac_pwd
13168ac_abs_builddir=$ac_pwd$ac_dir_suffix
13169# for backward compatibility:
13170ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
13171
13172case $srcdir in
81ecdfbb 13173 .) # We are building in place.
fdd6fa61 13174 ac_srcdir=.
81ecdfbb
RW
13175 ac_top_srcdir=$ac_top_builddir_sub
13176 ac_abs_top_srcdir=$ac_pwd ;;
13177 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 13178 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13179 ac_top_srcdir=$srcdir
13180 ac_abs_top_srcdir=$srcdir ;;
13181 *) # Relative name.
13182 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13183 ac_top_srcdir=$ac_top_build_prefix$srcdir
13184 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 13185esac
81ecdfbb 13186ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fdd6fa61 13187
fdd6fa61 13188
81ecdfbb
RW
13189 case $ac_mode in
13190 :F)
13191 #
13192 # CONFIG_FILE
13193 #
fdd6fa61 13194
81ecdfbb
RW
13195 case $INSTALL in
13196 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13197 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fdd6fa61 13198 esac
81ecdfbb 13199_ACEOF
fdd6fa61 13200
81ecdfbb
RW
13201cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13202# If the template does not know about datarootdir, expand it.
13203# FIXME: This hack should be removed a few years after 2.60.
13204ac_datarootdir_hack=; ac_datarootdir_seen=
13205ac_sed_dataroot='
13206/datarootdir/ {
13207 p
13208 q
13209}
13210/@datadir@/p
13211/@docdir@/p
13212/@infodir@/p
13213/@localedir@/p
13214/@mandir@/p'
13215case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13216*datarootdir*) ac_datarootdir_seen=yes;;
13217*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13219$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13220_ACEOF
13221cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13222 ac_datarootdir_hack='
13223 s&@datadir@&$datadir&g
13224 s&@docdir@&$docdir&g
13225 s&@infodir@&$infodir&g
13226 s&@localedir@&$localedir&g
13227 s&@mandir@&$mandir&g
13228 s&\\\${datarootdir}&$datarootdir&g' ;;
13229esac
fdd6fa61 13230_ACEOF
fdd6fa61 13231
81ecdfbb
RW
13232# Neutralize VPATH when `$srcdir' = `.'.
13233# Shell code in configure.ac might set extrasub.
13234# FIXME: do we really want to maintain this feature?
13235cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13236ac_sed_extra="$ac_vpsub
13237$extrasub
13238_ACEOF
13239cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13240:t
13241/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13242s|@configure_input@|$ac_sed_conf_input|;t t
13243s&@top_builddir@&$ac_top_builddir_sub&;t t
13244s&@top_build_prefix@&$ac_top_build_prefix&;t t
13245s&@srcdir@&$ac_srcdir&;t t
13246s&@abs_srcdir@&$ac_abs_srcdir&;t t
13247s&@top_srcdir@&$ac_top_srcdir&;t t
13248s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13249s&@builddir@&$ac_builddir&;t t
13250s&@abs_builddir@&$ac_abs_builddir&;t t
13251s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13252s&@INSTALL@&$ac_INSTALL&;t t
13253$ac_datarootdir_hack
13254"
d0ac1c44
SM
13255eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13256 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13257
13258test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13259 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13260 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13261 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13262 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13263which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13264$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13265which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13266
d0ac1c44 13267 rm -f "$ac_tmp/stdin"
81ecdfbb 13268 case $ac_file in
d0ac1c44
SM
13269 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13270 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13271 esac \
d0ac1c44 13272 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13273 ;;
13274 :H)
13275 #
13276 # CONFIG_HEADER
13277 #
13278 if test x"$ac_file" != x-; then
13279 {
13280 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13281 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13282 } >"$ac_tmp/config.h" \
13283 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13284 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13286$as_echo "$as_me: $ac_file is unchanged" >&6;}
13287 else
13288 rm -f "$ac_file"
d0ac1c44
SM
13289 mv "$ac_tmp/config.h" "$ac_file" \
13290 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13291 fi
fdd6fa61 13292 else
81ecdfbb 13293 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13294 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13295 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13296 fi
13297 ;;
fdd6fa61 13298
81ecdfbb
RW
13299 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13300$as_echo "$as_me: executing $ac_file commands" >&6;}
13301 ;;
13302 esac
fdd6fa61
AG
13303
13304
81ecdfbb 13305 case $ac_file$ac_mode in
db2e4d67 13306 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13307 "libtool":C)
13308
13309 # See if we are running on zsh, and set the options which allow our
13310 # commands through without removal of \ escapes.
13311 if test -n "${ZSH_VERSION+set}" ; then
13312 setopt NO_GLOB_SUBST
13313 fi
13314
13315 cfgfile="${ofile}T"
13316 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13317 $RM "$cfgfile"
13318
13319 cat <<_LT_EOF >> "$cfgfile"
13320#! $SHELL
13321
13322# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13323# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13324# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13325# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13326#
13327# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13328# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13329# Written by Gordon Matzigkeit, 1996
13330#
13331# This file is part of GNU Libtool.
13332#
13333# GNU Libtool is free software; you can redistribute it and/or
13334# modify it under the terms of the GNU General Public License as
13335# published by the Free Software Foundation; either version 2 of
13336# the License, or (at your option) any later version.
13337#
13338# As a special exception to the GNU General Public License,
13339# if you distribute this file as part of a program or library that
13340# is built using GNU Libtool, you may include this file under the
13341# same distribution terms that you use for the rest of that program.
13342#
13343# GNU Libtool is distributed in the hope that it will be useful,
13344# but WITHOUT ANY WARRANTY; without even the implied warranty of
13345# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13346# GNU General Public License for more details.
13347#
13348# You should have received a copy of the GNU General Public License
13349# along with GNU Libtool; see the file COPYING. If not, a copy
13350# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13351# obtained by writing to the Free Software Foundation, Inc.,
13352# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13353
13354
13355# The names of the tagged configurations supported by this script.
13356available_tags=""
13357
13358# ### BEGIN LIBTOOL CONFIG
13359
13360# Which release of libtool.m4 was used?
13361macro_version=$macro_version
13362macro_revision=$macro_revision
13363
13364# Whether or not to build shared libraries.
13365build_libtool_libs=$enable_shared
13366
13367# Whether or not to build static libraries.
13368build_old_libs=$enable_static
13369
13370# What type of objects to build.
13371pic_mode=$pic_mode
13372
13373# Whether or not to optimize for fast installation.
13374fast_install=$enable_fast_install
13375
13376# Shell to use when invoking shell scripts.
13377SHELL=$lt_SHELL
13378
13379# An echo program that protects backslashes.
13380ECHO=$lt_ECHO
13381
13382# The host system.
13383host_alias=$host_alias
13384host=$host
13385host_os=$host_os
13386
13387# The build system.
13388build_alias=$build_alias
13389build=$build
13390build_os=$build_os
13391
13392# A sed program that does not truncate output.
13393SED=$lt_SED
13394
13395# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13396Xsed="\$SED -e 1s/^X//"
13397
13398# A grep program that handles long lines.
13399GREP=$lt_GREP
13400
13401# An ERE matcher.
13402EGREP=$lt_EGREP
13403
13404# A literal string matcher.
13405FGREP=$lt_FGREP
13406
13407# A BSD- or MS-compatible name lister.
13408NM=$lt_NM
13409
13410# Whether we need soft or hard links.
13411LN_S=$lt_LN_S
13412
13413# What is the maximum length of a command?
13414max_cmd_len=$max_cmd_len
13415
13416# Object file suffix (normally "o").
13417objext=$ac_objext
13418
13419# Executable file suffix (normally "").
13420exeext=$exeext
13421
13422# whether the shell understands "unset".
13423lt_unset=$lt_unset
13424
13425# turn spaces into newlines.
13426SP2NL=$lt_lt_SP2NL
13427
13428# turn newlines into spaces.
13429NL2SP=$lt_lt_NL2SP
13430
13431# An object symbol dumper.
13432OBJDUMP=$lt_OBJDUMP
13433
13434# Method to check whether dependent libraries are shared objects.
13435deplibs_check_method=$lt_deplibs_check_method
13436
13437# Command to use when deplibs_check_method == "file_magic".
13438file_magic_cmd=$lt_file_magic_cmd
13439
13440# The archiver.
13441AR=$lt_AR
13442AR_FLAGS=$lt_AR_FLAGS
13443
13444# A symbol stripping program.
13445STRIP=$lt_STRIP
13446
13447# Commands used to install an old-style archive.
13448RANLIB=$lt_RANLIB
13449old_postinstall_cmds=$lt_old_postinstall_cmds
13450old_postuninstall_cmds=$lt_old_postuninstall_cmds
13451
13452# Whether to use a lock for old archive extraction.
13453lock_old_archive_extraction=$lock_old_archive_extraction
13454
13455# A C compiler.
13456LTCC=$lt_CC
13457
13458# LTCC compiler flags.
13459LTCFLAGS=$lt_CFLAGS
13460
13461# Take the output of nm and produce a listing of raw symbols and C names.
13462global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13463
13464# Transform the output of nm in a proper C declaration.
13465global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13466
13467# Transform the output of nm in a C name address pair.
13468global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13469
13470# Transform the output of nm in a C name address pair when lib prefix is needed.
13471global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13472
13473# The name of the directory that contains temporary libtool files.
13474objdir=$objdir
13475
13476# Used to examine libraries when file_magic_cmd begins with "file".
13477MAGIC_CMD=$MAGIC_CMD
13478
13479# Must we lock files when doing compilation?
13480need_locks=$lt_need_locks
13481
13482# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13483DSYMUTIL=$lt_DSYMUTIL
13484
13485# Tool to change global to local symbols on Mac OS X.
13486NMEDIT=$lt_NMEDIT
13487
13488# Tool to manipulate fat objects and archives on Mac OS X.
13489LIPO=$lt_LIPO
13490
13491# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13492OTOOL=$lt_OTOOL
13493
13494# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13495OTOOL64=$lt_OTOOL64
13496
13497# Old archive suffix (normally "a").
13498libext=$libext
13499
13500# Shared library suffix (normally ".so").
13501shrext_cmds=$lt_shrext_cmds
13502
13503# The commands to extract the exported symbol list from a shared archive.
13504extract_expsyms_cmds=$lt_extract_expsyms_cmds
13505
13506# Variables whose values should be saved in libtool wrapper scripts and
13507# restored at link time.
13508variables_saved_for_relink=$lt_variables_saved_for_relink
13509
13510# Do we need the "lib" prefix for modules?
13511need_lib_prefix=$need_lib_prefix
13512
13513# Do we need a version for libraries?
13514need_version=$need_version
13515
13516# Library versioning type.
13517version_type=$version_type
13518
13519# Shared library runtime path variable.
13520runpath_var=$runpath_var
13521
13522# Shared library path variable.
13523shlibpath_var=$shlibpath_var
13524
13525# Is shlibpath searched before the hard-coded library search path?
13526shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13527
13528# Format of library name prefix.
13529libname_spec=$lt_libname_spec
13530
13531# List of archive names. First name is the real one, the rest are links.
13532# The last name is the one that the linker finds with -lNAME
13533library_names_spec=$lt_library_names_spec
13534
13535# The coded name of the library, if different from the real name.
13536soname_spec=$lt_soname_spec
13537
13538# Permission mode override for installation of shared libraries.
13539install_override_mode=$lt_install_override_mode
13540
13541# Command to use after installation of a shared archive.
13542postinstall_cmds=$lt_postinstall_cmds
13543
13544# Command to use after uninstallation of a shared archive.
13545postuninstall_cmds=$lt_postuninstall_cmds
13546
13547# Commands used to finish a libtool library installation in a directory.
13548finish_cmds=$lt_finish_cmds
13549
13550# As "finish_cmds", except a single script fragment to be evaled but
13551# not shown.
13552finish_eval=$lt_finish_eval
13553
13554# Whether we should hardcode library paths into libraries.
13555hardcode_into_libs=$hardcode_into_libs
13556
13557# Compile-time system search path for libraries.
13558sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13559
13560# Run-time system search path for libraries.
13561sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13562
13563# Whether dlopen is supported.
13564dlopen_support=$enable_dlopen
13565
13566# Whether dlopen of programs is supported.
13567dlopen_self=$enable_dlopen_self
13568
13569# Whether dlopen of statically linked programs is supported.
13570dlopen_self_static=$enable_dlopen_self_static
13571
13572# Commands to strip libraries.
13573old_striplib=$lt_old_striplib
13574striplib=$lt_striplib
13575
13576
13577# The linker used to build libraries.
13578LD=$lt_LD
13579
13580# How to create reloadable object files.
13581reload_flag=$lt_reload_flag
13582reload_cmds=$lt_reload_cmds
13583
13584# Commands used to build an old-style archive.
13585old_archive_cmds=$lt_old_archive_cmds
13586
13587# A language specific compiler.
13588CC=$lt_compiler
13589
13590# Is the compiler the GNU compiler?
13591with_gcc=$GCC
13592
13593# Compiler flag to turn off builtin functions.
13594no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13595
13596# How to pass a linker flag through the compiler.
13597wl=$lt_lt_prog_compiler_wl
13598
13599# Additional compiler flags for building library objects.
13600pic_flag=$lt_lt_prog_compiler_pic
13601
13602# Compiler flag to prevent dynamic linking.
13603link_static_flag=$lt_lt_prog_compiler_static
13604
13605# Does compiler simultaneously support -c and -o options?
13606compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13607
13608# Whether or not to add -lc for building shared libraries.
13609build_libtool_need_lc=$archive_cmds_need_lc
13610
13611# Whether or not to disallow shared libs when runtime libs are static.
13612allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13613
13614# Compiler flag to allow reflexive dlopens.
13615export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13616
13617# Compiler flag to generate shared objects directly from archives.
13618whole_archive_flag_spec=$lt_whole_archive_flag_spec
13619
13620# Whether the compiler copes with passing no objects directly.
13621compiler_needs_object=$lt_compiler_needs_object
13622
13623# Create an old-style archive from a shared archive.
13624old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13625
13626# Create a temporary old-style archive to link instead of a shared archive.
13627old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13628
13629# Commands used to build a shared archive.
13630archive_cmds=$lt_archive_cmds
13631archive_expsym_cmds=$lt_archive_expsym_cmds
13632
13633# Commands used to build a loadable module if different from building
13634# a shared archive.
13635module_cmds=$lt_module_cmds
13636module_expsym_cmds=$lt_module_expsym_cmds
13637
13638# Whether we are building with GNU ld or not.
13639with_gnu_ld=$lt_with_gnu_ld
13640
13641# Flag that allows shared libraries with undefined symbols to be built.
13642allow_undefined_flag=$lt_allow_undefined_flag
13643
13644# Flag that enforces no undefined symbols.
13645no_undefined_flag=$lt_no_undefined_flag
13646
13647# Flag to hardcode \$libdir into a binary during linking.
13648# This must work even if \$libdir does not exist
13649hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13650
13651# If ld is used when linking, flag to hardcode \$libdir into a binary
13652# during linking. This must work even if \$libdir does not exist.
13653hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13654
13655# Whether we need a single "-rpath" flag with a separated argument.
13656hardcode_libdir_separator=$lt_hardcode_libdir_separator
13657
13658# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13659# DIR into the resulting binary.
13660hardcode_direct=$hardcode_direct
13661
13662# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13663# DIR into the resulting binary and the resulting library dependency is
13664# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13665# library is relocated.
13666hardcode_direct_absolute=$hardcode_direct_absolute
13667
13668# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13669# into the resulting binary.
13670hardcode_minus_L=$hardcode_minus_L
13671
13672# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13673# into the resulting binary.
13674hardcode_shlibpath_var=$hardcode_shlibpath_var
13675
13676# Set to "yes" if building a shared library automatically hardcodes DIR
13677# into the library and all subsequent libraries and executables linked
13678# against it.
13679hardcode_automatic=$hardcode_automatic
13680
13681# Set to yes if linker adds runtime paths of dependent libraries
13682# to runtime path list.
13683inherit_rpath=$inherit_rpath
13684
13685# Whether libtool must link a program against all its dependency libraries.
13686link_all_deplibs=$link_all_deplibs
13687
13688# Fix the shell variable \$srcfile for the compiler.
13689fix_srcfile_path=$lt_fix_srcfile_path
13690
13691# Set to "yes" if exported symbols are required.
13692always_export_symbols=$always_export_symbols
13693
13694# The commands to list exported symbols.
13695export_symbols_cmds=$lt_export_symbols_cmds
13696
13697# Symbols that should not be listed in the preloaded symbols.
13698exclude_expsyms=$lt_exclude_expsyms
13699
13700# Symbols that must always be exported.
13701include_expsyms=$lt_include_expsyms
13702
13703# Commands necessary for linking programs (against libraries) with templates.
13704prelink_cmds=$lt_prelink_cmds
13705
13706# Specify filename containing input files.
13707file_list_spec=$lt_file_list_spec
13708
13709# How to hardcode a shared library path into an executable.
13710hardcode_action=$hardcode_action
13711
13712# ### END LIBTOOL CONFIG
13713
13714_LT_EOF
13715
13716 case $host_os in
13717 aix3*)
13718 cat <<\_LT_EOF >> "$cfgfile"
13719# AIX sometimes has problems with the GCC collect2 program. For some
13720# reason, if we set the COLLECT_NAMES environment variable, the problems
13721# vanish in a puff of smoke.
13722if test "X${COLLECT_NAMES+set}" != Xset; then
13723 COLLECT_NAMES=
13724 export COLLECT_NAMES
13725fi
13726_LT_EOF
13727 ;;
13728 esac
13729
13730
13731ltmain="$ac_aux_dir/ltmain.sh"
13732
13733
13734 # We use sed instead of cat because bash on DJGPP gets confused if
13735 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13736 # text mode, it properly converts lines to CR/LF. This bash problem
13737 # is reportedly fixed, but why not run on old versions too?
13738 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13739 || (rm -f "$cfgfile"; exit 1)
13740
13741 case $xsi_shell in
13742 yes)
13743 cat << \_LT_EOF >> "$cfgfile"
13744
13745# func_dirname file append nondir_replacement
13746# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13747# otherwise set result to NONDIR_REPLACEMENT.
13748func_dirname ()
13749{
13750 case ${1} in
13751 */*) func_dirname_result="${1%/*}${2}" ;;
13752 * ) func_dirname_result="${3}" ;;
13753 esac
13754}
13755
13756# func_basename file
13757func_basename ()
13758{
13759 func_basename_result="${1##*/}"
13760}
13761
13762# func_dirname_and_basename file append nondir_replacement
13763# perform func_basename and func_dirname in a single function
13764# call:
13765# dirname: Compute the dirname of FILE. If nonempty,
13766# add APPEND to the result, otherwise set result
13767# to NONDIR_REPLACEMENT.
13768# value returned in "$func_dirname_result"
13769# basename: Compute filename of FILE.
13770# value retuned in "$func_basename_result"
13771# Implementation must be kept synchronized with func_dirname
13772# and func_basename. For efficiency, we do not delegate to
13773# those functions but instead duplicate the functionality here.
13774func_dirname_and_basename ()
13775{
13776 case ${1} in
13777 */*) func_dirname_result="${1%/*}${2}" ;;
13778 * ) func_dirname_result="${3}" ;;
13779 esac
13780 func_basename_result="${1##*/}"
13781}
13782
13783# func_stripname prefix suffix name
13784# strip PREFIX and SUFFIX off of NAME.
13785# PREFIX and SUFFIX must not contain globbing or regex special
13786# characters, hashes, percent signs, but SUFFIX may contain a leading
13787# dot (in which case that matches only a dot).
13788func_stripname ()
13789{
13790 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13791 # positional parameters, so assign one to ordinary parameter first.
13792 func_stripname_result=${3}
13793 func_stripname_result=${func_stripname_result#"${1}"}
13794 func_stripname_result=${func_stripname_result%"${2}"}
13795}
13796
13797# func_opt_split
13798func_opt_split ()
13799{
13800 func_opt_split_opt=${1%%=*}
13801 func_opt_split_arg=${1#*=}
13802}
13803
13804# func_lo2o object
13805func_lo2o ()
13806{
13807 case ${1} in
13808 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13809 *) func_lo2o_result=${1} ;;
13810 esac
13811}
13812
13813# func_xform libobj-or-source
13814func_xform ()
13815{
13816 func_xform_result=${1%.*}.lo
13817}
13818
13819# func_arith arithmetic-term...
13820func_arith ()
13821{
13822 func_arith_result=$(( $* ))
13823}
13824
13825# func_len string
13826# STRING may not start with a hyphen.
13827func_len ()
13828{
13829 func_len_result=${#1}
13830}
13831
13832_LT_EOF
13833 ;;
13834 *) # Bourne compatible functions.
13835 cat << \_LT_EOF >> "$cfgfile"
13836
13837# func_dirname file append nondir_replacement
13838# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13839# otherwise set result to NONDIR_REPLACEMENT.
13840func_dirname ()
13841{
13842 # Extract subdirectory from the argument.
13843 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13844 if test "X$func_dirname_result" = "X${1}"; then
13845 func_dirname_result="${3}"
13846 else
13847 func_dirname_result="$func_dirname_result${2}"
13848 fi
13849}
13850
13851# func_basename file
13852func_basename ()
13853{
13854 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13855}
13856
13857
13858# func_stripname prefix suffix name
13859# strip PREFIX and SUFFIX off of NAME.
13860# PREFIX and SUFFIX must not contain globbing or regex special
13861# characters, hashes, percent signs, but SUFFIX may contain a leading
13862# dot (in which case that matches only a dot).
13863# func_strip_suffix prefix name
13864func_stripname ()
13865{
13866 case ${2} in
13867 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13868 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13869 esac
13870}
13871
13872# sed scripts:
13873my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13874my_sed_long_arg='1s/^-[^=]*=//'
13875
13876# func_opt_split
13877func_opt_split ()
13878{
13879 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13880 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13881}
13882
13883# func_lo2o object
13884func_lo2o ()
13885{
13886 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13887}
13888
13889# func_xform libobj-or-source
13890func_xform ()
13891{
13892 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13893}
13894
13895# func_arith arithmetic-term...
13896func_arith ()
13897{
13898 func_arith_result=`expr "$@"`
13899}
13900
13901# func_len string
13902# STRING may not start with a hyphen.
13903func_len ()
13904{
13905 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13906}
13907
13908_LT_EOF
13909esac
13910
13911case $lt_shell_append in
13912 yes)
13913 cat << \_LT_EOF >> "$cfgfile"
13914
13915# func_append var value
13916# Append VALUE to the end of shell variable VAR.
13917func_append ()
13918{
13919 eval "$1+=\$2"
13920}
13921_LT_EOF
13922 ;;
13923 *)
13924 cat << \_LT_EOF >> "$cfgfile"
13925
13926# func_append var value
13927# Append VALUE to the end of shell variable VAR.
13928func_append ()
13929{
13930 eval "$1=\$$1\$2"
13931}
13932
13933_LT_EOF
13934 ;;
13935 esac
13936
13937
13938 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13939 || (rm -f "$cfgfile"; exit 1)
13940
13941 mv -f "$cfgfile" "$ofile" ||
13942 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13943 chmod +x "$ofile"
13944
13945 ;;
81ecdfbb 13946 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fdd6fa61
AG
13947 rm -f Makesim1.tmp Makesim2.tmp Makefile
13948 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13949 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13950 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13951 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13952 <Makefile.sim >Makefile
13953 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13954 ;;
81ecdfbb
RW
13955 "stamp-h":C) echo > stamp-h ;;
13956
fdd6fa61 13957 esac
81ecdfbb 13958done # for ac_tag
fdd6fa61 13959
fdd6fa61 13960
81ecdfbb 13961as_fn_exit 0
fdd6fa61 13962_ACEOF
fdd6fa61
AG
13963ac_clean_files=$ac_clean_files_save
13964
81ecdfbb 13965test $ac_write_fail = 0 ||
d0ac1c44 13966 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13967
fdd6fa61
AG
13968
13969# configure is writing to config.log, and then calls config.status.
13970# config.status does its own redirection, appending to config.log.
13971# Unfortunately, on DOS this fails, as config.log is still kept open
13972# by configure, so config.status won't be able to write to it; its
13973# output is simply discarded. So we exec the FD to /dev/null,
13974# effectively closing config.log, so it can be properly (re)opened and
13975# appended to by config.status. When coming back to configure, we
13976# need to make the FD available again.
13977if test "$no_create" != yes; then
13978 ac_cs_success=:
13979 ac_config_status_args=
13980 test "$silent" = yes &&
13981 ac_config_status_args="$ac_config_status_args --quiet"
13982 exec 5>/dev/null
13983 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13984 exec 5>>config.log
13985 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13986 # would make configure fail if this is the last instruction.
d0ac1c44 13987 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13988fi
13989if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13991$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fdd6fa61
AG
13992fi
13993
13994