]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cr16/configure
sim: switch to AC_CHECK_FUNCS_ONCE & merge a little
[thirdparty/binutils-gdb.git] / sim / cr16 / configure
CommitLineData
fee8ec00
SR
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#
fee8ec00 8#
fee8ec00
SR
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## -------------------- ##
fee8ec00 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 :
fee8ec00
SR
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
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
fee8ec00 31fi
fee8ec00 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 }
fee8ec00
SR
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
fee8ec00
SR
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
fee8ec00 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."
fee8ec00 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."
fee8ec00 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
fee8ec00 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
fee8ec00
SR
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
fee8ec00
SR
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
fee8ec00 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
fee8ec00
SR
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'`
fee8ec00 464
fee8ec00
SR
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
fee8ec00 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 |
fee8ec00 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
fee8ec00 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fee8ec00 490 t loop
81ecdfbb 491 s/-\n.*//
fee8ec00 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; }
fee8ec00 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
fee8ec00
SR
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"
fee8ec00
SR
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';;
fee8ec00
SR
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
fee8ec00 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
fee8ec00 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 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'
fee8ec00 541 fi
fee8ec00 542else
d0ac1c44 543 as_ln_s='cp -pR'
fee8ec00 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
fee8ec00
SR
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
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
fee8ec00
SR
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
fee8ec00 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
fee8ec00
SR
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
fee8ec00
SR
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
fee8ec00
SR
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
fee8ec00 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
fee8ec00
SR
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
fee8ec00
SR
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
fee8ec00
SR
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
fee8ec00
SR
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
fee8ec00
SR
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
fee8ec00
SR
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
fee8ec00
SR
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fee8ec00
SR
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
fee8ec00
SR
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
fee8ec00 623# include <inttypes.h>
fee8ec00 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
fee8ec00
SR
629# include <unistd.h>
630#endif"
631
37e9f182 632ac_func_list=
81ecdfbb
RW
633ac_subst_vars='LTLIBOBJS
634LIBOBJS
760b3e8b
MF
635sim_reserved_bits
636sim_hw
637sim_hw_objs
638sim_hw_cflags
639sim_default_model
640sim_scache
641sim_float
642sim_bitsize
81ecdfbb
RW
643cgen_breaks
644REPORT_BUGS_TEXI
645REPORT_BUGS_TO
646PKGVERSION
81ecdfbb 647MAINT
31e6ad7d
MF
648MAINTAINER_MODE_FALSE
649MAINTAINER_MODE_TRUE
6bb11ab3
L
650lt_cv_dlopen_libs
651OTOOL64
652OTOOL
653LIPO
654NMEDIT
655DSYMUTIL
656AWK
657STRIP
658OBJDUMP
659LN_S
660NM
661ac_ct_DUMPBIN
662DUMPBIN
663LD
664FGREP
665SED
666LIBTOOL
667PLUGINS_FALSE
668PLUGINS_TRUE
aadc9410
MF
669zlibinc
670zlibdir
81ecdfbb
RW
671CATOBJEXT
672GENCAT
673INSTOBJEXT
674DATADIRNAME
675CATALOGS
676POSUB
677GMSGFMT
678XGETTEXT
679INCINTL
680LIBINTL_DEP
681LIBINTL
682USE_NLS
db2e4d67
MF
683GMAKE_FALSE
684GMAKE_TRUE
685MAKE
686CCDEPMODE
687DEPDIR
688am__leading_dot
5f3ef9d0 689PACKAGE
46f900c0 690C_DIALECT
81ecdfbb
RW
691RANLIB
692AR
c2783492 693LDFLAGS_FOR_BUILD
c25ea03d 694CFLAGS_FOR_BUILD
81ecdfbb
RW
695CC_FOR_BUILD
696INSTALL_DATA
697INSTALL_SCRIPT
698INSTALL_PROGRAM
2232061b
MF
699EGREP
700GREP
c2783492
MF
701CPP
702OBJEXT
703EXEEXT
704ac_ct_CC
705CPPFLAGS
706LDFLAGS
707CFLAGS
708CC
81ecdfbb
RW
709target_os
710target_vendor
711target_cpu
712target
713host_os
714host_vendor
715host_cpu
716host
717build_os
718build_vendor
719build_cpu
720build
81ecdfbb
RW
721target_alias
722host_alias
723build_alias
724LIBS
725ECHO_T
726ECHO_N
727ECHO_C
728DEFS
729mandir
730localedir
731libdir
732psdir
733pdfdir
734dvidir
735htmldir
736infodir
737docdir
738oldincludedir
739includedir
740localstatedir
741sharedstatedir
742sysconfdir
743datadir
744datarootdir
745libexecdir
746sbindir
747bindir
748program_transform_name
749prefix
750exec_prefix
751PACKAGE_URL
752PACKAGE_BUGREPORT
753PACKAGE_STRING
754PACKAGE_VERSION
755PACKAGE_TARNAME
756PACKAGE_NAME
757PATH_SEPARATOR
136da8cd
MF
758SHELL
759WERROR_CFLAGS
760WARN_CFLAGS
136da8cd 761sim_inline
136da8cd 762sim_endian
136da8cd 763sim_alignment'
fee8ec00 764ac_subst_files=''
81ecdfbb
RW
765ac_user_opts='
766enable_option_checking
aadc9410 767with_system_zlib
6bb11ab3
L
768enable_plugins
769enable_shared
770enable_static
771with_pic
772enable_fast_install
773with_gnu_ld
774enable_libtool_lock
81ecdfbb 775enable_maintainer_mode
81ecdfbb
RW
776enable_sim_debug
777enable_sim_stdio
778enable_sim_trace
779enable_sim_profile
35656e95 780enable_sim_assert
16f7876d 781enable_sim_environment
347fe5bb 782enable_sim_inline
81ecdfbb
RW
783with_pkgversion
784with_bugurl
ca968da4
MF
785enable_sim_endian
786enable_sim_alignment
2232061b 787enable_werror
81ecdfbb
RW
788enable_build_warnings
789enable_sim_build_warnings
790'
791 ac_precious_vars='build_alias
792host_alias
793target_alias
794CC
795CFLAGS
796LDFLAGS
797LIBS
798CPPFLAGS
799CPP'
800
fee8ec00
SR
801
802# Initialize some variables set by options.
803ac_init_help=
804ac_init_version=false
81ecdfbb
RW
805ac_unrecognized_opts=
806ac_unrecognized_sep=
fee8ec00
SR
807# The variables have the same names as the options, with
808# dashes changed to underlines.
809cache_file=/dev/null
810exec_prefix=NONE
811no_create=
812no_recursion=
813prefix=NONE
814program_prefix=NONE
815program_suffix=NONE
816program_transform_name=s,x,x,
817silent=
818site=
819srcdir=
820verbose=
821x_includes=NONE
822x_libraries=NONE
823
824# Installation directory options.
825# These are left unexpanded so users can "make install exec_prefix=/foo"
826# and all the variables that are supposed to be based on exec_prefix
827# by default will actually change.
828# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 829# (The list follows the same order as the GNU Coding Standards.)
fee8ec00
SR
830bindir='${exec_prefix}/bin'
831sbindir='${exec_prefix}/sbin'
832libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
833datarootdir='${prefix}/share'
834datadir='${datarootdir}'
fee8ec00
SR
835sysconfdir='${prefix}/etc'
836sharedstatedir='${prefix}/com'
837localstatedir='${prefix}/var'
fee8ec00
SR
838includedir='${prefix}/include'
839oldincludedir='/usr/include'
81ecdfbb
RW
840docdir='${datarootdir}/doc/${PACKAGE}'
841infodir='${datarootdir}/info'
842htmldir='${docdir}'
843dvidir='${docdir}'
844pdfdir='${docdir}'
845psdir='${docdir}'
846libdir='${exec_prefix}/lib'
847localedir='${datarootdir}/locale'
848mandir='${datarootdir}/man'
fee8ec00
SR
849
850ac_prev=
81ecdfbb 851ac_dashdash=
fee8ec00
SR
852for ac_option
853do
854 # If the previous option needs an argument, assign it.
855 if test -n "$ac_prev"; then
81ecdfbb 856 eval $ac_prev=\$ac_option
fee8ec00
SR
857 ac_prev=
858 continue
859 fi
860
81ecdfbb 861 case $ac_option in
d0ac1c44
SM
862 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 *=) ac_optarg= ;;
864 *) ac_optarg=yes ;;
81ecdfbb 865 esac
fee8ec00
SR
866
867 # Accept the important Cygnus configure options, so we can diagnose typos.
868
81ecdfbb
RW
869 case $ac_dashdash$ac_option in
870 --)
871 ac_dashdash=yes ;;
fee8ec00
SR
872
873 -bindir | --bindir | --bindi | --bind | --bin | --bi)
874 ac_prev=bindir ;;
875 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
876 bindir=$ac_optarg ;;
877
878 -build | --build | --buil | --bui | --bu)
879 ac_prev=build_alias ;;
880 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
881 build_alias=$ac_optarg ;;
882
883 -cache-file | --cache-file | --cache-fil | --cache-fi \
884 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
885 ac_prev=cache_file ;;
886 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
887 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
888 cache_file=$ac_optarg ;;
889
890 --config-cache | -C)
891 cache_file=config.cache ;;
892
81ecdfbb 893 -datadir | --datadir | --datadi | --datad)
fee8ec00 894 ac_prev=datadir ;;
81ecdfbb 895 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fee8ec00
SR
896 datadir=$ac_optarg ;;
897
81ecdfbb
RW
898 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
899 | --dataroo | --dataro | --datar)
900 ac_prev=datarootdir ;;
901 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
902 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
903 datarootdir=$ac_optarg ;;
904
fee8ec00 905 -disable-* | --disable-*)
81ecdfbb 906 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fee8ec00 907 # Reject names that are not valid shell variable names.
81ecdfbb 908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 909 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
910 ac_useropt_orig=$ac_useropt
911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
912 case $ac_user_opts in
913 *"
914"enable_$ac_useropt"
915"*) ;;
916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
917 ac_unrecognized_sep=', ';;
918 esac
919 eval enable_$ac_useropt=no ;;
920
921 -docdir | --docdir | --docdi | --doc | --do)
922 ac_prev=docdir ;;
923 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
924 docdir=$ac_optarg ;;
925
926 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
927 ac_prev=dvidir ;;
928 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
929 dvidir=$ac_optarg ;;
fee8ec00
SR
930
931 -enable-* | --enable-*)
81ecdfbb 932 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fee8ec00 933 # Reject names that are not valid shell variable names.
81ecdfbb 934 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 935 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
936 ac_useropt_orig=$ac_useropt
937 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
938 case $ac_user_opts in
939 *"
940"enable_$ac_useropt"
941"*) ;;
942 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
943 ac_unrecognized_sep=', ';;
fee8ec00 944 esac
81ecdfbb 945 eval enable_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
946
947 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
948 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
949 | --exec | --exe | --ex)
950 ac_prev=exec_prefix ;;
951 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
952 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
953 | --exec=* | --exe=* | --ex=*)
954 exec_prefix=$ac_optarg ;;
955
956 -gas | --gas | --ga | --g)
957 # Obsolete; use --with-gas.
958 with_gas=yes ;;
959
960 -help | --help | --hel | --he | -h)
961 ac_init_help=long ;;
962 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
963 ac_init_help=recursive ;;
964 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
965 ac_init_help=short ;;
966
967 -host | --host | --hos | --ho)
968 ac_prev=host_alias ;;
969 -host=* | --host=* | --hos=* | --ho=*)
970 host_alias=$ac_optarg ;;
971
81ecdfbb
RW
972 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
973 ac_prev=htmldir ;;
974 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
975 | --ht=*)
976 htmldir=$ac_optarg ;;
977
fee8ec00
SR
978 -includedir | --includedir | --includedi | --included | --include \
979 | --includ | --inclu | --incl | --inc)
980 ac_prev=includedir ;;
981 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
982 | --includ=* | --inclu=* | --incl=* | --inc=*)
983 includedir=$ac_optarg ;;
984
985 -infodir | --infodir | --infodi | --infod | --info | --inf)
986 ac_prev=infodir ;;
987 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
988 infodir=$ac_optarg ;;
989
990 -libdir | --libdir | --libdi | --libd)
991 ac_prev=libdir ;;
992 -libdir=* | --libdir=* | --libdi=* | --libd=*)
993 libdir=$ac_optarg ;;
994
995 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
996 | --libexe | --libex | --libe)
997 ac_prev=libexecdir ;;
998 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
999 | --libexe=* | --libex=* | --libe=*)
1000 libexecdir=$ac_optarg ;;
1001
81ecdfbb
RW
1002 -localedir | --localedir | --localedi | --localed | --locale)
1003 ac_prev=localedir ;;
1004 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1005 localedir=$ac_optarg ;;
1006
fee8ec00 1007 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1008 | --localstate | --localstat | --localsta | --localst | --locals)
fee8ec00
SR
1009 ac_prev=localstatedir ;;
1010 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1011 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fee8ec00
SR
1012 localstatedir=$ac_optarg ;;
1013
1014 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1015 ac_prev=mandir ;;
1016 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1017 mandir=$ac_optarg ;;
1018
1019 -nfp | --nfp | --nf)
1020 # Obsolete; use --without-fp.
1021 with_fp=no ;;
1022
1023 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1024 | --no-cr | --no-c | -n)
1025 no_create=yes ;;
1026
1027 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1028 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1029 no_recursion=yes ;;
1030
1031 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1032 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1033 | --oldin | --oldi | --old | --ol | --o)
1034 ac_prev=oldincludedir ;;
1035 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1036 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1037 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1038 oldincludedir=$ac_optarg ;;
1039
1040 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1041 ac_prev=prefix ;;
1042 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1043 prefix=$ac_optarg ;;
1044
1045 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1046 | --program-pre | --program-pr | --program-p)
1047 ac_prev=program_prefix ;;
1048 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1049 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1050 program_prefix=$ac_optarg ;;
1051
1052 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1053 | --program-suf | --program-su | --program-s)
1054 ac_prev=program_suffix ;;
1055 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1056 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1057 program_suffix=$ac_optarg ;;
1058
1059 -program-transform-name | --program-transform-name \
1060 | --program-transform-nam | --program-transform-na \
1061 | --program-transform-n | --program-transform- \
1062 | --program-transform | --program-transfor \
1063 | --program-transfo | --program-transf \
1064 | --program-trans | --program-tran \
1065 | --progr-tra | --program-tr | --program-t)
1066 ac_prev=program_transform_name ;;
1067 -program-transform-name=* | --program-transform-name=* \
1068 | --program-transform-nam=* | --program-transform-na=* \
1069 | --program-transform-n=* | --program-transform-=* \
1070 | --program-transform=* | --program-transfor=* \
1071 | --program-transfo=* | --program-transf=* \
1072 | --program-trans=* | --program-tran=* \
1073 | --progr-tra=* | --program-tr=* | --program-t=*)
1074 program_transform_name=$ac_optarg ;;
1075
81ecdfbb
RW
1076 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1077 ac_prev=pdfdir ;;
1078 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1079 pdfdir=$ac_optarg ;;
1080
1081 -psdir | --psdir | --psdi | --psd | --ps)
1082 ac_prev=psdir ;;
1083 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1084 psdir=$ac_optarg ;;
1085
fee8ec00
SR
1086 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1087 | -silent | --silent | --silen | --sile | --sil)
1088 silent=yes ;;
1089
1090 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1091 ac_prev=sbindir ;;
1092 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1093 | --sbi=* | --sb=*)
1094 sbindir=$ac_optarg ;;
1095
1096 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1097 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1098 | --sharedst | --shareds | --shared | --share | --shar \
1099 | --sha | --sh)
1100 ac_prev=sharedstatedir ;;
1101 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1102 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1103 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1104 | --sha=* | --sh=*)
1105 sharedstatedir=$ac_optarg ;;
1106
1107 -site | --site | --sit)
1108 ac_prev=site ;;
1109 -site=* | --site=* | --sit=*)
1110 site=$ac_optarg ;;
1111
1112 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1113 ac_prev=srcdir ;;
1114 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1115 srcdir=$ac_optarg ;;
1116
1117 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1118 | --syscon | --sysco | --sysc | --sys | --sy)
1119 ac_prev=sysconfdir ;;
1120 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1121 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1122 sysconfdir=$ac_optarg ;;
1123
1124 -target | --target | --targe | --targ | --tar | --ta | --t)
1125 ac_prev=target_alias ;;
1126 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1127 target_alias=$ac_optarg ;;
1128
1129 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1130 verbose=yes ;;
1131
1132 -version | --version | --versio | --versi | --vers | -V)
1133 ac_init_version=: ;;
1134
1135 -with-* | --with-*)
81ecdfbb 1136 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fee8ec00 1137 # Reject names that are not valid shell variable names.
81ecdfbb 1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1139 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1143 *"
1144"with_$ac_useropt"
1145"*) ;;
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
fee8ec00 1148 esac
81ecdfbb 1149 eval with_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
1150
1151 -without-* | --without-*)
81ecdfbb 1152 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fee8ec00 1153 # Reject names that are not valid shell variable names.
81ecdfbb 1154 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1155 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1156 ac_useropt_orig=$ac_useropt
1157 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1158 case $ac_user_opts in
1159 *"
1160"with_$ac_useropt"
1161"*) ;;
1162 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1163 ac_unrecognized_sep=', ';;
1164 esac
1165 eval with_$ac_useropt=no ;;
fee8ec00
SR
1166
1167 --x)
1168 # Obsolete; use --with-x.
1169 with_x=yes ;;
1170
1171 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1172 | --x-incl | --x-inc | --x-in | --x-i)
1173 ac_prev=x_includes ;;
1174 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1175 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1176 x_includes=$ac_optarg ;;
1177
1178 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1179 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1180 ac_prev=x_libraries ;;
1181 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1182 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1183 x_libraries=$ac_optarg ;;
1184
d0ac1c44
SM
1185 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1186Try \`$0 --help' for more information"
fee8ec00
SR
1187 ;;
1188
1189 *=*)
1190 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1191 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1192 case $ac_envvar in #(
1193 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1194 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1195 esac
1196 eval $ac_envvar=\$ac_optarg
fee8ec00
SR
1197 export $ac_envvar ;;
1198
1199 *)
1200 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1201 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fee8ec00 1202 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1203 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1204 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
fee8ec00
SR
1205 ;;
1206
1207 esac
1208done
1209
1210if test -n "$ac_prev"; then
1211 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1212 as_fn_error $? "missing argument to $ac_option"
fee8ec00
SR
1213fi
1214
81ecdfbb
RW
1215if test -n "$ac_unrecognized_opts"; then
1216 case $enable_option_checking in
1217 no) ;;
d0ac1c44 1218 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1219 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
fee8ec00 1220 esac
81ecdfbb 1221fi
fee8ec00 1222
81ecdfbb
RW
1223# Check all directory arguments for consistency.
1224for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1225 datadir sysconfdir sharedstatedir localstatedir includedir \
1226 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1227 libdir localedir mandir
fee8ec00 1228do
81ecdfbb
RW
1229 eval ac_val=\$$ac_var
1230 # Remove trailing slashes.
1231 case $ac_val in
1232 */ )
1233 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1234 eval $ac_var=\$ac_val;;
1235 esac
1236 # Be sure to have absolute directory names.
fee8ec00 1237 case $ac_val in
81ecdfbb
RW
1238 [\\/$]* | ?:[\\/]* ) continue;;
1239 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fee8ec00 1240 esac
d0ac1c44 1241 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
fee8ec00
SR
1242done
1243
1244# There might be people who depend on the old broken behavior: `$host'
1245# used to hold the argument of --host etc.
1246# FIXME: To remove some day.
1247build=$build_alias
1248host=$host_alias
1249target=$target_alias
1250
1251# FIXME: To remove some day.
1252if test "x$host_alias" != x; then
1253 if test "x$build_alias" = x; then
1254 cross_compiling=maybe
fee8ec00
SR
1255 elif test "x$build_alias" != "x$host_alias"; then
1256 cross_compiling=yes
1257 fi
1258fi
1259
1260ac_tool_prefix=
1261test -n "$host_alias" && ac_tool_prefix=$host_alias-
1262
1263test "$silent" = yes && exec 6>/dev/null
1264
1265
81ecdfbb
RW
1266ac_pwd=`pwd` && test -n "$ac_pwd" &&
1267ac_ls_di=`ls -di .` &&
1268ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1269 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1270test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1271 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1272
1273
fee8ec00
SR
1274# Find the source files, if location was not specified.
1275if test -z "$srcdir"; then
1276 ac_srcdir_defaulted=yes
81ecdfbb
RW
1277 # Try the directory containing this script, then the parent directory.
1278 ac_confdir=`$as_dirname -- "$as_myself" ||
1279$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1280 X"$as_myself" : 'X\(//\)[^/]' \| \
1281 X"$as_myself" : 'X\(//\)$' \| \
1282 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1283$as_echo X"$as_myself" |
1284 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)[^/].*/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\/\)$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\).*/{
1297 s//\1/
1298 q
1299 }
1300 s/.*/./; q'`
fee8ec00 1301 srcdir=$ac_confdir
81ecdfbb 1302 if test ! -r "$srcdir/$ac_unique_file"; then
fee8ec00
SR
1303 srcdir=..
1304 fi
1305else
1306 ac_srcdir_defaulted=no
1307fi
81ecdfbb
RW
1308if test ! -r "$srcdir/$ac_unique_file"; then
1309 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1310 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1311fi
1312ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1313ac_abs_confdir=`(
d0ac1c44 1314 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1315 pwd)`
1316# When building in place, set srcdir=.
1317if test "$ac_abs_confdir" = "$ac_pwd"; then
1318 srcdir=.
1319fi
1320# Remove unnecessary trailing slashes from srcdir.
1321# Double slashes in file names in object file debugging info
1322# mess up M-x gdb in Emacs.
1323case $srcdir in
1324*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1325esac
1326for ac_var in $ac_precious_vars; do
1327 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_env_${ac_var}_value=\$${ac_var}
1329 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1330 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1331done
fee8ec00
SR
1332
1333#
1334# Report the --help message.
1335#
1336if test "$ac_init_help" = "long"; then
1337 # Omit some internal or obsolete options to make the list less imposing.
1338 # This message is too long to be a string in the A/UX 3.1 sh.
1339 cat <<_ACEOF
1340\`configure' configures this package to adapt to many kinds of systems.
1341
1342Usage: $0 [OPTION]... [VAR=VALUE]...
1343
1344To assign environment variables (e.g., CC, CFLAGS...), specify them as
1345VAR=VALUE. See below for descriptions of some of the useful variables.
1346
1347Defaults for the options are specified in brackets.
1348
1349Configuration:
1350 -h, --help display this help and exit
1351 --help=short display options specific to this package
1352 --help=recursive display the short help of all the included packages
1353 -V, --version display version information and exit
d0ac1c44 1354 -q, --quiet, --silent do not print \`checking ...' messages
fee8ec00
SR
1355 --cache-file=FILE cache test results in FILE [disabled]
1356 -C, --config-cache alias for \`--cache-file=config.cache'
1357 -n, --no-create do not create output files
1358 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1359
fee8ec00
SR
1360Installation directories:
1361 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1362 [$ac_default_prefix]
fee8ec00 1363 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1364 [PREFIX]
fee8ec00
SR
1365
1366By default, \`make install' will install all the files in
1367\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1368an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1369for instance \`--prefix=\$HOME'.
1370
1371For better control, use the options below.
1372
1373Fine tuning of the installation directories:
81ecdfbb
RW
1374 --bindir=DIR user executables [EPREFIX/bin]
1375 --sbindir=DIR system admin executables [EPREFIX/sbin]
1376 --libexecdir=DIR program executables [EPREFIX/libexec]
1377 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1378 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1379 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1380 --libdir=DIR object code libraries [EPREFIX/lib]
1381 --includedir=DIR C header files [PREFIX/include]
1382 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1383 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1384 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1385 --infodir=DIR info documentation [DATAROOTDIR/info]
1386 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1387 --mandir=DIR man documentation [DATAROOTDIR/man]
1388 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1389 --htmldir=DIR html documentation [DOCDIR]
1390 --dvidir=DIR dvi documentation [DOCDIR]
1391 --pdfdir=DIR pdf documentation [DOCDIR]
1392 --psdir=DIR ps documentation [DOCDIR]
fee8ec00
SR
1393_ACEOF
1394
1395 cat <<\_ACEOF
1396
1397Program names:
1398 --program-prefix=PREFIX prepend PREFIX to installed program names
1399 --program-suffix=SUFFIX append SUFFIX to installed program names
1400 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1401
1402System types:
1403 --build=BUILD configure for building on BUILD [guessed]
1404 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1405 --target=TARGET configure for building compilers for TARGET [HOST]
1406_ACEOF
1407fi
1408
1409if test -n "$ac_init_help"; then
1410
1411 cat <<\_ACEOF
1412
1413Optional Features:
81ecdfbb 1414 --disable-option-checking ignore unrecognized --enable/--with options
fee8ec00
SR
1415 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1416 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1417 --enable-plugins Enable support for plugins
6bb11ab3
L
1418 --enable-shared[=PKGS] build shared libraries [default=yes]
1419 --enable-static[=PKGS] build static libraries [default=yes]
1420 --enable-fast-install[=PKGS]
1421 optimize for fast installation [default=yes]
1422 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1423 --enable-maintainer-mode
1424 enable make rules and dependencies not useful (and
1425 sometimes confusing) to the casual installer
8d0978fb
MF
1426 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1427 itself)
1428 --enable-sim-stdio Specify whether to use stdio for console
1429 input/output
1430 --enable-sim-trace=opts Enable tracing of simulated programs
1431 --enable-sim-profile=opts
1432 Enable profiling flags
35656e95 1433 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1434 --enable-sim-environment=environment
1435 Specify mixed, user, virtual or operating
1436 environment
347fe5bb
MF
1437 --enable-sim-inline=inlines
1438 Specify which functions should be inlined
8d0978fb
MF
1439 --enable-sim-endian=endian
1440 Specify target byte endian orientation
1441 --enable-sim-alignment=align
1442 Specify strict, nonstrict or forced alignment of
1443 memory accesses
2232061b
MF
1444 --enable-werror treat compile warnings as errors
1445 --enable-build-warnings enable build-time compiler warnings if gcc is used
1446 --enable-sim-build-warnings
1447 enable SIM specific build-time compiler warnings if
1448 gcc is used
fee8ec00 1449
6efef468
JM
1450Optional Packages:
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1453 --with-system-zlib use installed libz
6bb11ab3
L
1454 --with-pic try to use only PIC/non-PIC objects [default=use
1455 both]
1456 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1457 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1458 --with-bugurl=URL Direct users to URL to report a bug
1459
fee8ec00
SR
1460Some influential environment variables:
1461 CC C compiler command
1462 CFLAGS C compiler flags
1463 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1464 nonstandard directory <lib dir>
81ecdfbb 1465 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1466 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1467 you have headers in a nonstandard directory <include dir>
fee8ec00
SR
1468 CPP C preprocessor
1469
1470Use these variables to override the choices made by `configure' or to help
1471it to find libraries and programs with nonstandard names/locations.
1472
81ecdfbb 1473Report bugs to the package provider.
fee8ec00 1474_ACEOF
81ecdfbb 1475ac_status=$?
fee8ec00
SR
1476fi
1477
1478if test "$ac_init_help" = "recursive"; then
1479 # If there are subdirs, report their specific --help.
fee8ec00 1480 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1481 test -d "$ac_dir" ||
1482 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1483 continue
fee8ec00
SR
1484 ac_builddir=.
1485
81ecdfbb
RW
1486case "$ac_dir" in
1487.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488*)
1489 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1490 # A ".." for each directory in $ac_dir_suffix.
1491 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1492 case $ac_top_builddir_sub in
1493 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1495 esac ;;
1496esac
1497ac_abs_top_builddir=$ac_pwd
1498ac_abs_builddir=$ac_pwd$ac_dir_suffix
1499# for backward compatibility:
1500ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
1501
1502case $srcdir in
81ecdfbb 1503 .) # We are building in place.
fee8ec00 1504 ac_srcdir=.
81ecdfbb
RW
1505 ac_top_srcdir=$ac_top_builddir_sub
1506 ac_abs_top_srcdir=$ac_pwd ;;
1507 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 1508 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1509 ac_top_srcdir=$srcdir
1510 ac_abs_top_srcdir=$srcdir ;;
1511 *) # Relative name.
1512 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1513 ac_top_srcdir=$ac_top_build_prefix$srcdir
1514 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 1515esac
81ecdfbb
RW
1516ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1517
1518 cd "$ac_dir" || { ac_status=$?; continue; }
1519 # Check for guested configure.
1520 if test -f "$ac_srcdir/configure.gnu"; then
1521 echo &&
1522 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1523 elif test -f "$ac_srcdir/configure"; then
1524 echo &&
1525 $SHELL "$ac_srcdir/configure" --help=recursive
fee8ec00 1526 else
81ecdfbb
RW
1527 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1528 fi || ac_status=$?
1529 cd "$ac_pwd" || { ac_status=$?; break; }
fee8ec00
SR
1530 done
1531fi
1532
81ecdfbb 1533test -n "$ac_init_help" && exit $ac_status
fee8ec00
SR
1534if $ac_init_version; then
1535 cat <<\_ACEOF
81ecdfbb 1536configure
d0ac1c44 1537generated by GNU Autoconf 2.69
fee8ec00 1538
d0ac1c44 1539Copyright (C) 2012 Free Software Foundation, Inc.
fee8ec00
SR
1540This configure script is free software; the Free Software Foundation
1541gives unlimited permission to copy, distribute and modify it.
1542_ACEOF
81ecdfbb 1543 exit
fee8ec00 1544fi
fee8ec00 1545
81ecdfbb
RW
1546## ------------------------ ##
1547## Autoconf initialization. ##
1548## ------------------------ ##
fee8ec00 1549
81ecdfbb
RW
1550# ac_fn_c_try_compile LINENO
1551# --------------------------
1552# Try to compile conftest.$ac_ext, and return whether this succeeded.
1553ac_fn_c_try_compile ()
fee8ec00 1554{
81ecdfbb
RW
1555 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1556 rm -f conftest.$ac_objext
1557 if { { ac_try="$ac_compile"
1558case "(($ac_try" in
1559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1560 *) ac_try_echo=$ac_try;;
1561esac
1562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1563$as_echo "$ac_try_echo"; } >&5
1564 (eval "$ac_compile") 2>conftest.err
1565 ac_status=$?
1566 if test -s conftest.err; then
1567 grep -v '^ *+' conftest.err >conftest.er1
1568 cat conftest.er1 >&5
1569 mv -f conftest.er1 conftest.err
1570 fi
1571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1572 test $ac_status = 0; } && {
1573 test -z "$ac_c_werror_flag" ||
1574 test ! -s conftest.err
1575 } && test -s conftest.$ac_objext; then :
1576 ac_retval=0
1577else
1578 $as_echo "$as_me: failed program was:" >&5
1579sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1580
81ecdfbb
RW
1581 ac_retval=1
1582fi
d0ac1c44
SM
1583 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1584 as_fn_set_status $ac_retval
fee8ec00 1585
81ecdfbb 1586} # ac_fn_c_try_compile
fee8ec00 1587
81ecdfbb
RW
1588# ac_fn_c_try_cpp LINENO
1589# ----------------------
1590# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1591ac_fn_c_try_cpp ()
1592{
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 if { { ac_try="$ac_cpp conftest.$ac_ext"
1595case "(($ac_try" in
1596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597 *) ac_try_echo=$ac_try;;
1598esac
1599eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1600$as_echo "$ac_try_echo"; } >&5
1601 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1602 ac_status=$?
1603 if test -s conftest.err; then
1604 grep -v '^ *+' conftest.err >conftest.er1
1605 cat conftest.er1 >&5
1606 mv -f conftest.er1 conftest.err
1607 fi
1608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1609 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1610 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1611 test ! -s conftest.err
1612 }; then :
1613 ac_retval=0
1614else
1615 $as_echo "$as_me: failed program was:" >&5
1616sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1617
81ecdfbb
RW
1618 ac_retval=1
1619fi
d0ac1c44
SM
1620 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1621 as_fn_set_status $ac_retval
fee8ec00 1622
81ecdfbb 1623} # ac_fn_c_try_cpp
fee8ec00 1624
81ecdfbb
RW
1625# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1626# -------------------------------------------------------
1627# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1628# the include files in INCLUDES and setting the cache variable VAR
1629# accordingly.
1630ac_fn_c_check_header_mongrel ()
1631{
1632 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1633 if eval \${$3+:} false; then :
81ecdfbb
RW
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1635$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1636if eval \${$3+:} false; then :
81ecdfbb
RW
1637 $as_echo_n "(cached) " >&6
1638fi
1639eval ac_res=\$$3
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1641$as_echo "$ac_res" >&6; }
1642else
1643 # Is the header compilable?
1644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1645$as_echo_n "checking $2 usability... " >&6; }
1646cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1647/* end confdefs.h. */
1648$4
1649#include <$2>
1650_ACEOF
1651if ac_fn_c_try_compile "$LINENO"; then :
1652 ac_header_compiler=yes
1653else
1654 ac_header_compiler=no
1655fi
1656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1658$as_echo "$ac_header_compiler" >&6; }
1659
1660# Is the header present?
1661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1662$as_echo_n "checking $2 presence... " >&6; }
1663cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1664/* end confdefs.h. */
1665#include <$2>
1666_ACEOF
1667if ac_fn_c_try_cpp "$LINENO"; then :
1668 ac_header_preproc=yes
1669else
1670 ac_header_preproc=no
1671fi
d0ac1c44 1672rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1674$as_echo "$ac_header_preproc" >&6; }
1675
1676# So? What about this header?
1677case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1678 yes:no: )
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1680$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1682$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1683 ;;
1684 no:yes:* )
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1686$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1688$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1690$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1692$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1694$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1695 ;;
1696esac
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1698$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1699if eval \${$3+:} false; then :
81ecdfbb
RW
1700 $as_echo_n "(cached) " >&6
1701else
1702 eval "$3=\$ac_header_compiler"
1703fi
1704eval ac_res=\$$3
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1706$as_echo "$ac_res" >&6; }
1707fi
d0ac1c44 1708 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1709
1710} # ac_fn_c_check_header_mongrel
1711
1712# ac_fn_c_try_run LINENO
1713# ----------------------
1714# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1715# that executables *can* be run.
1716ac_fn_c_try_run ()
1717{
1718 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719 if { { ac_try="$ac_link"
1720case "(($ac_try" in
1721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722 *) ac_try_echo=$ac_try;;
1723esac
1724eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725$as_echo "$ac_try_echo"; } >&5
1726 (eval "$ac_link") 2>&5
1727 ac_status=$?
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1730 { { case "(($ac_try" in
1731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732 *) ac_try_echo=$ac_try;;
1733esac
1734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735$as_echo "$ac_try_echo"; } >&5
1736 (eval "$ac_try") 2>&5
1737 ac_status=$?
1738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739 test $ac_status = 0; }; }; then :
1740 ac_retval=0
1741else
1742 $as_echo "$as_me: program exited with status $ac_status" >&5
1743 $as_echo "$as_me: failed program was:" >&5
1744sed 's/^/| /' conftest.$ac_ext >&5
1745
1746 ac_retval=$ac_status
1747fi
1748 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1749 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1750 as_fn_set_status $ac_retval
81ecdfbb
RW
1751
1752} # ac_fn_c_try_run
1753
1754# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1755# -------------------------------------------------------
1756# Tests whether HEADER exists and can be compiled using the include files in
1757# INCLUDES, setting the cache variable VAR accordingly.
1758ac_fn_c_check_header_compile ()
1759{
1760 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1763if eval \${$3+:} false; then :
81ecdfbb
RW
1764 $as_echo_n "(cached) " >&6
1765else
1766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767/* end confdefs.h. */
1768$4
1769#include <$2>
1770_ACEOF
1771if ac_fn_c_try_compile "$LINENO"; then :
1772 eval "$3=yes"
1773else
1774 eval "$3=no"
1775fi
1776rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777fi
1778eval ac_res=\$$3
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1780$as_echo "$ac_res" >&6; }
d0ac1c44 1781 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1782
1783} # ac_fn_c_check_header_compile
1784
1785# ac_fn_c_try_link LINENO
1786# -----------------------
1787# Try to link conftest.$ac_ext, and return whether this succeeded.
1788ac_fn_c_try_link ()
1789{
1790 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1791 rm -f conftest.$ac_objext conftest$ac_exeext
1792 if { { ac_try="$ac_link"
1793case "(($ac_try" in
1794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1795 *) ac_try_echo=$ac_try;;
1796esac
1797eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1798$as_echo "$ac_try_echo"; } >&5
1799 (eval "$ac_link") 2>conftest.err
1800 ac_status=$?
1801 if test -s conftest.err; then
1802 grep -v '^ *+' conftest.err >conftest.er1
1803 cat conftest.er1 >&5
1804 mv -f conftest.er1 conftest.err
1805 fi
1806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1807 test $ac_status = 0; } && {
1808 test -z "$ac_c_werror_flag" ||
1809 test ! -s conftest.err
1810 } && test -s conftest$ac_exeext && {
1811 test "$cross_compiling" = yes ||
d0ac1c44 1812 test -x conftest$ac_exeext
81ecdfbb
RW
1813 }; then :
1814 ac_retval=0
1815else
1816 $as_echo "$as_me: failed program was:" >&5
1817sed 's/^/| /' conftest.$ac_ext >&5
1818
1819 ac_retval=1
1820fi
1821 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1822 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1823 # interfere with the next link command; also delete a directory that is
1824 # left behind by Apple's compiler. We do this before executing the actions.
1825 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1826 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1827 as_fn_set_status $ac_retval
81ecdfbb
RW
1828
1829} # ac_fn_c_try_link
1830
1831# ac_fn_c_check_func LINENO FUNC VAR
1832# ----------------------------------
1833# Tests whether FUNC exists, setting the cache variable VAR accordingly
1834ac_fn_c_check_func ()
1835{
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1838$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1839if eval \${$3+:} false; then :
81ecdfbb
RW
1840 $as_echo_n "(cached) " >&6
1841else
1842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1843/* end confdefs.h. */
1844/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1846#define $2 innocuous_$2
1847
1848/* System header to define __stub macros and hopefully few prototypes,
1849 which can conflict with char $2 (); below.
1850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1851 <limits.h> exists even on freestanding compilers. */
1852
1853#ifdef __STDC__
1854# include <limits.h>
1855#else
1856# include <assert.h>
1857#endif
1858
1859#undef $2
1860
1861/* Override any GCC internal prototype to avoid an error.
1862 Use char because int might match the return type of a GCC
1863 builtin and then its argument prototype would still apply. */
1864#ifdef __cplusplus
1865extern "C"
1866#endif
1867char $2 ();
1868/* The GNU C library defines this for functions which it implements
1869 to always fail with ENOSYS. Some functions are actually named
1870 something starting with __ and the normal name is an alias. */
1871#if defined __stub_$2 || defined __stub___$2
1872choke me
1873#endif
1874
1875int
1876main ()
1877{
1878return $2 ();
1879 ;
1880 return 0;
1881}
1882_ACEOF
1883if ac_fn_c_try_link "$LINENO"; then :
1884 eval "$3=yes"
1885else
1886 eval "$3=no"
1887fi
1888rm -f core conftest.err conftest.$ac_objext \
1889 conftest$ac_exeext conftest.$ac_ext
1890fi
1891eval ac_res=\$$3
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1893$as_echo "$ac_res" >&6; }
d0ac1c44 1894 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1895
1896} # ac_fn_c_check_func
936df756
MF
1897
1898# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1899# ----------------------------------------------------
1900# Tries to find if the field MEMBER exists in type AGGR, after including
1901# INCLUDES, setting cache variable VAR accordingly.
1902ac_fn_c_check_member ()
1903{
1904 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1906$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1907if eval \${$4+:} false; then :
936df756
MF
1908 $as_echo_n "(cached) " >&6
1909else
1910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1911/* end confdefs.h. */
1912$5
1913int
1914main ()
1915{
1916static $2 ac_aggr;
1917if (ac_aggr.$3)
1918return 0;
1919 ;
1920 return 0;
1921}
1922_ACEOF
1923if ac_fn_c_try_compile "$LINENO"; then :
1924 eval "$4=yes"
1925else
1926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927/* end confdefs.h. */
1928$5
1929int
1930main ()
1931{
1932static $2 ac_aggr;
1933if (sizeof ac_aggr.$3)
1934return 0;
1935 ;
1936 return 0;
1937}
1938_ACEOF
1939if ac_fn_c_try_compile "$LINENO"; then :
1940 eval "$4=yes"
1941else
1942 eval "$4=no"
1943fi
1944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1945fi
1946rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1947fi
1948eval ac_res=\$$4
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1950$as_echo "$ac_res" >&6; }
d0ac1c44 1951 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1952
1953} # ac_fn_c_check_member
1954
1955# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1956# -------------------------------------------
1957# Tests whether TYPE exists after having included INCLUDES, setting cache
1958# variable VAR accordingly.
1959ac_fn_c_check_type ()
1960{
1961 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1963$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1964if eval \${$3+:} false; then :
936df756
MF
1965 $as_echo_n "(cached) " >&6
1966else
1967 eval "$3=no"
1968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1969/* end confdefs.h. */
1970$4
1971int
1972main ()
1973{
1974if (sizeof ($2))
1975 return 0;
1976 ;
1977 return 0;
1978}
1979_ACEOF
1980if ac_fn_c_try_compile "$LINENO"; then :
1981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1982/* end confdefs.h. */
1983$4
1984int
1985main ()
1986{
1987if (sizeof (($2)))
1988 return 0;
1989 ;
1990 return 0;
1991}
1992_ACEOF
1993if ac_fn_c_try_compile "$LINENO"; then :
1994
1995else
1996 eval "$3=yes"
1997fi
1998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1999fi
2000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2001fi
2002eval ac_res=\$$3
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2004$as_echo "$ac_res" >&6; }
d0ac1c44 2005 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2006
2007} # ac_fn_c_check_type
81ecdfbb
RW
2008cat >config.log <<_ACEOF
2009This file contains any messages produced by compilers while
2010running configure, to aid debugging if configure makes a mistake.
2011
2012It was created by $as_me, which was
d0ac1c44 2013generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2014
2015 $ $0 $@
2016
2017_ACEOF
2018exec 5>>config.log
2019{
2020cat <<_ASUNAME
2021## --------- ##
2022## Platform. ##
2023## --------- ##
2024
2025hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2026uname -m = `(uname -m) 2>/dev/null || echo unknown`
2027uname -r = `(uname -r) 2>/dev/null || echo unknown`
2028uname -s = `(uname -s) 2>/dev/null || echo unknown`
2029uname -v = `(uname -v) 2>/dev/null || echo unknown`
2030
2031/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2032/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2033
2034/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2035/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2036/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2037/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2038/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2039/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2040/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2041
2042_ASUNAME
2043
2044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2045for as_dir in $PATH
2046do
2047 IFS=$as_save_IFS
2048 test -z "$as_dir" && as_dir=.
2049 $as_echo "PATH: $as_dir"
2050 done
2051IFS=$as_save_IFS
2052
2053} >&5
2054
2055cat >&5 <<_ACEOF
fee8ec00
SR
2056
2057
2058## ----------- ##
2059## Core tests. ##
2060## ----------- ##
2061
2062_ACEOF
2063
2064
2065# Keep a trace of the command line.
2066# Strip out --no-create and --no-recursion so they do not pile up.
2067# Strip out --silent because we don't want to record it for future runs.
2068# Also quote any args containing shell meta-characters.
2069# Make two passes to allow for proper duplicate-argument suppression.
2070ac_configure_args=
2071ac_configure_args0=
2072ac_configure_args1=
fee8ec00
SR
2073ac_must_keep_next=false
2074for ac_pass in 1 2
2075do
2076 for ac_arg
2077 do
2078 case $ac_arg in
2079 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2080 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2081 | -silent | --silent | --silen | --sile | --sil)
2082 continue ;;
81ecdfbb
RW
2083 *\'*)
2084 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
2085 esac
2086 case $ac_pass in
81ecdfbb 2087 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fee8ec00 2088 2)
81ecdfbb 2089 as_fn_append ac_configure_args1 " '$ac_arg'"
fee8ec00
SR
2090 if test $ac_must_keep_next = true; then
2091 ac_must_keep_next=false # Got value, back to normal.
2092 else
2093 case $ac_arg in
2094 *=* | --config-cache | -C | -disable-* | --disable-* \
2095 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2096 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2097 | -with-* | --with-* | -without-* | --without-* | --x)
2098 case "$ac_configure_args0 " in
2099 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2100 esac
2101 ;;
2102 -* ) ac_must_keep_next=true ;;
2103 esac
2104 fi
81ecdfbb 2105 as_fn_append ac_configure_args " '$ac_arg'"
fee8ec00
SR
2106 ;;
2107 esac
2108 done
2109done
81ecdfbb
RW
2110{ ac_configure_args0=; unset ac_configure_args0;}
2111{ ac_configure_args1=; unset ac_configure_args1;}
fee8ec00
SR
2112
2113# When interrupted or exit'd, cleanup temporary files, and complete
2114# config.log. We remove comments because anyway the quotes in there
2115# would cause problems or look ugly.
81ecdfbb
RW
2116# WARNING: Use '\'' to represent an apostrophe within the trap.
2117# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fee8ec00
SR
2118trap 'exit_status=$?
2119 # Save into config.log some information that might help in debugging.
2120 {
2121 echo
2122
d0ac1c44 2123 $as_echo "## ---------------- ##
fee8ec00 2124## Cache variables. ##
d0ac1c44 2125## ---------------- ##"
fee8ec00
SR
2126 echo
2127 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2128(
2129 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2130 eval ac_val=\$$ac_var
2131 case $ac_val in #(
2132 *${as_nl}*)
2133 case $ac_var in #(
2134 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2135$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2136 esac
2137 case $ac_var in #(
2138 _ | IFS | as_nl) ;; #(
2139 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2140 *) { eval $ac_var=; unset $ac_var;} ;;
2141 esac ;;
2142 esac
2143 done
fee8ec00 2144 (set) 2>&1 |
81ecdfbb
RW
2145 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2146 *${as_nl}ac_space=\ *)
fee8ec00 2147 sed -n \
81ecdfbb
RW
2148 "s/'\''/'\''\\\\'\'''\''/g;
2149 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2150 ;; #(
fee8ec00 2151 *)
81ecdfbb 2152 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 2153 ;;
81ecdfbb
RW
2154 esac |
2155 sort
2156)
fee8ec00
SR
2157 echo
2158
d0ac1c44 2159 $as_echo "## ----------------- ##
fee8ec00 2160## Output variables. ##
d0ac1c44 2161## ----------------- ##"
fee8ec00
SR
2162 echo
2163 for ac_var in $ac_subst_vars
2164 do
81ecdfbb
RW
2165 eval ac_val=\$$ac_var
2166 case $ac_val in
2167 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2168 esac
2169 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2170 done | sort
2171 echo
2172
2173 if test -n "$ac_subst_files"; then
d0ac1c44 2174 $as_echo "## ------------------- ##
81ecdfbb 2175## File substitutions. ##
d0ac1c44 2176## ------------------- ##"
fee8ec00
SR
2177 echo
2178 for ac_var in $ac_subst_files
2179 do
81ecdfbb
RW
2180 eval ac_val=\$$ac_var
2181 case $ac_val in
2182 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2183 esac
2184 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2185 done | sort
2186 echo
2187 fi
2188
2189 if test -s confdefs.h; then
d0ac1c44 2190 $as_echo "## ----------- ##
fee8ec00 2191## confdefs.h. ##
d0ac1c44 2192## ----------- ##"
fee8ec00 2193 echo
81ecdfbb 2194 cat confdefs.h
fee8ec00
SR
2195 echo
2196 fi
2197 test "$ac_signal" != 0 &&
81ecdfbb
RW
2198 $as_echo "$as_me: caught signal $ac_signal"
2199 $as_echo "$as_me: exit $exit_status"
fee8ec00 2200 } >&5
81ecdfbb
RW
2201 rm -f core *.core core.conftest.* &&
2202 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fee8ec00 2203 exit $exit_status
81ecdfbb 2204' 0
fee8ec00 2205for ac_signal in 1 2 13 15; do
81ecdfbb 2206 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fee8ec00
SR
2207done
2208ac_signal=0
2209
2210# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2211rm -f -r conftest* confdefs.h
2212
2213$as_echo "/* confdefs.h */" > confdefs.h
fee8ec00
SR
2214
2215# Predefined preprocessor variables.
2216
2217cat >>confdefs.h <<_ACEOF
2218#define PACKAGE_NAME "$PACKAGE_NAME"
2219_ACEOF
2220
fee8ec00
SR
2221cat >>confdefs.h <<_ACEOF
2222#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2223_ACEOF
2224
fee8ec00
SR
2225cat >>confdefs.h <<_ACEOF
2226#define PACKAGE_VERSION "$PACKAGE_VERSION"
2227_ACEOF
2228
fee8ec00
SR
2229cat >>confdefs.h <<_ACEOF
2230#define PACKAGE_STRING "$PACKAGE_STRING"
2231_ACEOF
2232
fee8ec00
SR
2233cat >>confdefs.h <<_ACEOF
2234#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2235_ACEOF
2236
81ecdfbb
RW
2237cat >>confdefs.h <<_ACEOF
2238#define PACKAGE_URL "$PACKAGE_URL"
2239_ACEOF
2240
fee8ec00
SR
2241
2242# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2243# Prefer an explicitly selected file to automatically selected ones.
2244ac_site_file1=NONE
2245ac_site_file2=NONE
2246if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2247 # We do not want a PATH search for config.site.
2248 case $CONFIG_SITE in #((
2249 -*) ac_site_file1=./$CONFIG_SITE;;
2250 */*) ac_site_file1=$CONFIG_SITE;;
2251 *) ac_site_file1=./$CONFIG_SITE;;
2252 esac
81ecdfbb
RW
2253elif test "x$prefix" != xNONE; then
2254 ac_site_file1=$prefix/share/config.site
2255 ac_site_file2=$prefix/etc/config.site
2256else
2257 ac_site_file1=$ac_default_prefix/share/config.site
2258 ac_site_file2=$ac_default_prefix/etc/config.site
2259fi
2260for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2261do
2262 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2263 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2265$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fee8ec00 2266 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2267 . "$ac_site_file" \
2268 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2269$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2270as_fn_error $? "failed to load site script $ac_site_file
2271See \`config.log' for more details" "$LINENO" 5; }
fee8ec00
SR
2272 fi
2273done
2274
2275if test -r "$cache_file"; then
d0ac1c44
SM
2276 # Some versions of bash will fail to source /dev/null (special files
2277 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2278 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2280$as_echo "$as_me: loading cache $cache_file" >&6;}
fee8ec00 2281 case $cache_file in
81ecdfbb
RW
2282 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2283 *) . "./$cache_file";;
fee8ec00
SR
2284 esac
2285 fi
2286else
81ecdfbb
RW
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2288$as_echo "$as_me: creating cache $cache_file" >&6;}
fee8ec00
SR
2289 >$cache_file
2290fi
2291
37e9f182
MF
2292as_fn_append ac_func_list " __setfpucw"
2293as_fn_append ac_func_list " ftruncate"
2294as_fn_append ac_func_list " getrusage"
2295as_fn_append ac_func_list " lstat"
2296as_fn_append ac_func_list " mmap"
2297as_fn_append ac_func_list " munmap"
2298as_fn_append ac_func_list " posix_fallocate"
2299as_fn_append ac_func_list " sigaction"
2300as_fn_append ac_func_list " time"
2301as_fn_append ac_func_list " truncate"
fee8ec00
SR
2302# Check that the precious variables saved in the cache have kept the same
2303# value.
2304ac_cache_corrupted=false
81ecdfbb 2305for ac_var in $ac_precious_vars; do
fee8ec00
SR
2306 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2307 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2308 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2309 eval ac_new_val=\$ac_env_${ac_var}_value
fee8ec00
SR
2310 case $ac_old_set,$ac_new_set in
2311 set,)
81ecdfbb
RW
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2313$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fee8ec00
SR
2314 ac_cache_corrupted=: ;;
2315 ,set)
81ecdfbb
RW
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2317$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fee8ec00
SR
2318 ac_cache_corrupted=: ;;
2319 ,);;
2320 *)
2321 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2322 # differences in whitespace do not lead to failure.
2323 ac_old_val_w=`echo x $ac_old_val`
2324 ac_new_val_w=`echo x $ac_new_val`
2325 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2327$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2328 ac_cache_corrupted=:
2329 else
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2331$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2332 eval $ac_var=\$ac_old_val
2333 fi
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2335$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2337$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fee8ec00
SR
2338 fi;;
2339 esac
2340 # Pass precious variables to config.status.
2341 if test "$ac_new_set" = set; then
2342 case $ac_new_val in
81ecdfbb 2343 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
2344 *) ac_arg=$ac_var=$ac_new_val ;;
2345 esac
2346 case " $ac_configure_args " in
2347 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2348 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fee8ec00
SR
2349 esac
2350 fi
2351done
2352if $ac_cache_corrupted; then
81ecdfbb
RW
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2354$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2356$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2357 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fee8ec00 2358fi
81ecdfbb
RW
2359## -------------------- ##
2360## Main body of script. ##
2361## -------------------- ##
fee8ec00
SR
2362
2363ac_ext=c
2364ac_cpp='$CPP $CPPFLAGS'
2365ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2366ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2367ac_compiler_gnu=$ac_cv_c_compiler_gnu
2368
2369
6bb11ab3
L
2370
2371
2372
2373
2374
c2783492
MF
2375ac_aux_dir=
2376for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2377 if test -f "$ac_dir/install-sh"; then
2378 ac_aux_dir=$ac_dir
2379 ac_install_sh="$ac_aux_dir/install-sh -c"
2380 break
2381 elif test -f "$ac_dir/install.sh"; then
2382 ac_aux_dir=$ac_dir
2383 ac_install_sh="$ac_aux_dir/install.sh -c"
2384 break
2385 elif test -f "$ac_dir/shtool"; then
2386 ac_aux_dir=$ac_dir
2387 ac_install_sh="$ac_aux_dir/shtool install -c"
2388 break
2389 fi
2390done
2391if test -z "$ac_aux_dir"; then
2392 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2393fi
2394
2395# These three variables are undocumented and unsupported,
2396# and are intended to be withdrawn in a future Autoconf release.
2397# They can cause serious problems if a builder's source tree is in a directory
2398# whose full name contains unusual characters.
2399ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2400ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2401ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2402
2403
2404# Make sure we can run config.sub.
2405$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2406 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2407
2408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2409$as_echo_n "checking build system type... " >&6; }
2410if ${ac_cv_build+:} false; then :
2411 $as_echo_n "(cached) " >&6
2412else
2413 ac_build_alias=$build_alias
2414test "x$ac_build_alias" = x &&
2415 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2416test "x$ac_build_alias" = x &&
2417 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2418ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2419 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2420
2421fi
2422{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2423$as_echo "$ac_cv_build" >&6; }
2424case $ac_cv_build in
2425*-*-*) ;;
2426*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2427esac
2428build=$ac_cv_build
2429ac_save_IFS=$IFS; IFS='-'
2430set x $ac_cv_build
2431shift
2432build_cpu=$1
2433build_vendor=$2
2434shift; shift
2435# Remember, the first character of IFS is used to create $*,
2436# except with old shells:
2437build_os=$*
2438IFS=$ac_save_IFS
2439case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2440
2441
2442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2443$as_echo_n "checking host system type... " >&6; }
2444if ${ac_cv_host+:} false; then :
2445 $as_echo_n "(cached) " >&6
2446else
2447 if test "x$host_alias" = x; then
2448 ac_cv_host=$ac_cv_build
2449else
2450 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2451 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2452fi
2453
2454fi
2455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2456$as_echo "$ac_cv_host" >&6; }
2457case $ac_cv_host in
2458*-*-*) ;;
2459*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2460esac
2461host=$ac_cv_host
2462ac_save_IFS=$IFS; IFS='-'
2463set x $ac_cv_host
2464shift
2465host_cpu=$1
2466host_vendor=$2
2467shift; shift
2468# Remember, the first character of IFS is used to create $*,
2469# except with old shells:
2470host_os=$*
2471IFS=$ac_save_IFS
2472case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2473
2474
2475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2476$as_echo_n "checking target system type... " >&6; }
2477if ${ac_cv_target+:} false; then :
2478 $as_echo_n "(cached) " >&6
2479else
2480 if test "x$target_alias" = x; then
2481 ac_cv_target=$ac_cv_host
2482else
2483 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2484 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2485fi
2486
2487fi
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2489$as_echo "$ac_cv_target" >&6; }
2490case $ac_cv_target in
2491*-*-*) ;;
2492*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2493esac
2494target=$ac_cv_target
2495ac_save_IFS=$IFS; IFS='-'
2496set x $ac_cv_target
2497shift
2498target_cpu=$1
2499target_vendor=$2
2500shift; shift
2501# Remember, the first character of IFS is used to create $*,
2502# except with old shells:
2503target_os=$*
2504IFS=$ac_save_IFS
2505case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2506
2507
2508# The aliases save the names the user supplied, while $host etc.
2509# will get canonicalized.
2510test -n "$target_alias" &&
2511 test "$program_prefix$program_suffix$program_transform_name" = \
2512 NONENONEs,x,x, &&
2513 program_prefix=${target_alias}-
6bb11ab3
L
2514ac_ext=c
2515ac_cpp='$CPP $CPPFLAGS'
2516ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2517ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2518ac_compiler_gnu=$ac_cv_c_compiler_gnu
2519if test -n "$ac_tool_prefix"; then
2520 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2521set dummy ${ac_tool_prefix}gcc; ac_word=$2
2522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2523$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2524if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2525 $as_echo_n "(cached) " >&6
2526else
2527 if test -n "$CC"; then
2528 ac_cv_prog_CC="$CC" # Let the user override the test.
2529else
2530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2531for as_dir in $PATH
2532do
2533 IFS=$as_save_IFS
2534 test -z "$as_dir" && as_dir=.
2535 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2537 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2539 break 2
2540 fi
2541done
2542 done
2543IFS=$as_save_IFS
2544
2545fi
2546fi
2547CC=$ac_cv_prog_CC
2548if test -n "$CC"; then
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2550$as_echo "$CC" >&6; }
2551else
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2553$as_echo "no" >&6; }
2554fi
2555
2556
2557fi
2558if test -z "$ac_cv_prog_CC"; then
2559 ac_ct_CC=$CC
2560 # Extract the first word of "gcc", so it can be a program name with args.
2561set dummy gcc; ac_word=$2
2562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2563$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2564if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2565 $as_echo_n "(cached) " >&6
2566else
2567 if test -n "$ac_ct_CC"; then
2568 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2569else
2570as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2571for as_dir in $PATH
2572do
2573 IFS=$as_save_IFS
2574 test -z "$as_dir" && as_dir=.
2575 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2576 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2577 ac_cv_prog_ac_ct_CC="gcc"
2578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 break 2
2580 fi
2581done
2582 done
2583IFS=$as_save_IFS
2584
2585fi
2586fi
2587ac_ct_CC=$ac_cv_prog_ac_ct_CC
2588if test -n "$ac_ct_CC"; then
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2590$as_echo "$ac_ct_CC" >&6; }
2591else
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2593$as_echo "no" >&6; }
2594fi
2595
2596 if test "x$ac_ct_CC" = x; then
2597 CC=""
2598 else
2599 case $cross_compiling:$ac_tool_warned in
2600yes:)
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2602$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2603ac_tool_warned=yes ;;
2604esac
2605 CC=$ac_ct_CC
2606 fi
2607else
2608 CC="$ac_cv_prog_CC"
2609fi
2610
2611if test -z "$CC"; then
2612 if test -n "$ac_tool_prefix"; then
2613 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2614set dummy ${ac_tool_prefix}cc; ac_word=$2
2615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2616$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2617if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2618 $as_echo_n "(cached) " >&6
2619else
2620 if test -n "$CC"; then
2621 ac_cv_prog_CC="$CC" # Let the user override the test.
2622else
2623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624for as_dir in $PATH
2625do
2626 IFS=$as_save_IFS
2627 test -z "$as_dir" && as_dir=.
2628 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2630 ac_cv_prog_CC="${ac_tool_prefix}cc"
2631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2632 break 2
2633 fi
2634done
2635 done
2636IFS=$as_save_IFS
2637
2638fi
2639fi
2640CC=$ac_cv_prog_CC
2641if test -n "$CC"; then
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2643$as_echo "$CC" >&6; }
2644else
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2646$as_echo "no" >&6; }
2647fi
2648
2649
2650 fi
2651fi
2652if test -z "$CC"; then
2653 # Extract the first word of "cc", so it can be a program name with args.
2654set dummy cc; ac_word=$2
2655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2656$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2657if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2658 $as_echo_n "(cached) " >&6
2659else
2660 if test -n "$CC"; then
2661 ac_cv_prog_CC="$CC" # Let the user override the test.
2662else
2663 ac_prog_rejected=no
2664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2665for as_dir in $PATH
2666do
2667 IFS=$as_save_IFS
2668 test -z "$as_dir" && as_dir=.
2669 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2670 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2671 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2672 ac_prog_rejected=yes
2673 continue
2674 fi
2675 ac_cv_prog_CC="cc"
2676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2677 break 2
2678 fi
2679done
2680 done
2681IFS=$as_save_IFS
2682
2683if test $ac_prog_rejected = yes; then
2684 # We found a bogon in the path, so make sure we never use it.
2685 set dummy $ac_cv_prog_CC
2686 shift
2687 if test $# != 0; then
2688 # We chose a different compiler from the bogus one.
2689 # However, it has the same basename, so the bogon will be chosen
2690 # first if we set CC to just the basename; use the full file name.
2691 shift
2692 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2693 fi
2694fi
2695fi
2696fi
2697CC=$ac_cv_prog_CC
2698if test -n "$CC"; then
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2700$as_echo "$CC" >&6; }
2701else
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2703$as_echo "no" >&6; }
2704fi
2705
2706
2707fi
2708if test -z "$CC"; then
2709 if test -n "$ac_tool_prefix"; then
2710 for ac_prog in cl.exe
2711 do
2712 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2713set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2715$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2716if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2717 $as_echo_n "(cached) " >&6
2718else
2719 if test -n "$CC"; then
2720 ac_cv_prog_CC="$CC" # Let the user override the test.
2721else
2722as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2723for as_dir in $PATH
2724do
2725 IFS=$as_save_IFS
2726 test -z "$as_dir" && as_dir=.
2727 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2729 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2731 break 2
2732 fi
2733done
2734 done
2735IFS=$as_save_IFS
2736
2737fi
2738fi
2739CC=$ac_cv_prog_CC
2740if test -n "$CC"; then
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2742$as_echo "$CC" >&6; }
2743else
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2745$as_echo "no" >&6; }
2746fi
2747
2748
2749 test -n "$CC" && break
2750 done
2751fi
2752if test -z "$CC"; then
2753 ac_ct_CC=$CC
2754 for ac_prog in cl.exe
2755do
2756 # Extract the first word of "$ac_prog", so it can be a program name with args.
2757set dummy $ac_prog; ac_word=$2
2758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2760if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2761 $as_echo_n "(cached) " >&6
2762else
2763 if test -n "$ac_ct_CC"; then
2764 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2765else
2766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767for as_dir in $PATH
2768do
2769 IFS=$as_save_IFS
2770 test -z "$as_dir" && as_dir=.
2771 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2772 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2773 ac_cv_prog_ac_ct_CC="$ac_prog"
2774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2775 break 2
2776 fi
2777done
2778 done
2779IFS=$as_save_IFS
2780
2781fi
2782fi
2783ac_ct_CC=$ac_cv_prog_ac_ct_CC
2784if test -n "$ac_ct_CC"; then
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2786$as_echo "$ac_ct_CC" >&6; }
2787else
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789$as_echo "no" >&6; }
2790fi
2791
2792
2793 test -n "$ac_ct_CC" && break
2794done
2795
2796 if test "x$ac_ct_CC" = x; then
2797 CC=""
2798 else
2799 case $cross_compiling:$ac_tool_warned in
2800yes:)
2801{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2802$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2803ac_tool_warned=yes ;;
2804esac
2805 CC=$ac_ct_CC
2806 fi
2807fi
2808
2809fi
2810
2811
2812test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2813$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2814as_fn_error $? "no acceptable C compiler found in \$PATH
2815See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2816
2817# Provide some information about the compiler.
2818$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2819set X $ac_compile
2820ac_compiler=$2
2821for ac_option in --version -v -V -qversion; do
2822 { { ac_try="$ac_compiler $ac_option >&5"
2823case "(($ac_try" in
2824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2825 *) ac_try_echo=$ac_try;;
2826esac
2827eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2828$as_echo "$ac_try_echo"; } >&5
2829 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2830 ac_status=$?
2831 if test -s conftest.err; then
2832 sed '10a\
2833... rest of stderr output deleted ...
2834 10q' conftest.err >conftest.er1
2835 cat conftest.er1 >&5
6bb11ab3 2836 fi
d0ac1c44 2837 rm -f conftest.er1 conftest.err
6bb11ab3
L
2838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2839 test $ac_status = 0; }
2840done
2841
2842cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2843/* end confdefs.h. */
2844
2845int
2846main ()
2847{
2848
2849 ;
2850 return 0;
2851}
2852_ACEOF
2853ac_clean_files_save=$ac_clean_files
d0ac1c44 2854ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2855# Try to create an executable without -o first, disregard a.out.
2856# It will help us diagnose broken compilers, and finding out an intuition
2857# of exeext.
d0ac1c44
SM
2858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2859$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2860ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2861
2862# The possible output files:
2863ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2864
2865ac_rmfiles=
2866for ac_file in $ac_files
2867do
2868 case $ac_file in
2869 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2870 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2871 esac
2872done
2873rm -f $ac_rmfiles
2874
2875if { { ac_try="$ac_link_default"
2876case "(($ac_try" in
2877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2878 *) ac_try_echo=$ac_try;;
2879esac
2880eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2881$as_echo "$ac_try_echo"; } >&5
2882 (eval "$ac_link_default") 2>&5
2883 ac_status=$?
2884 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2885 test $ac_status = 0; }; then :
2886 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2887# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2888# in a Makefile. We should not override ac_cv_exeext if it was cached,
2889# so that the user can short-circuit this test for compilers unknown to
2890# Autoconf.
2891for ac_file in $ac_files ''
2892do
2893 test -f "$ac_file" || continue
2894 case $ac_file in
2895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2896 ;;
2897 [ab].out )
2898 # We found the default executable, but exeext='' is most
2899 # certainly right.
2900 break;;
2901 *.* )
2902 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2903 then :; else
2904 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2905 fi
2906 # We set ac_cv_exeext here because the later test for it is not
2907 # safe: cross compilers may not add the suffix if given an `-o'
2908 # argument, so we may need to know it at that point already.
2909 # Even if this section looks crufty: it has the advantage of
2910 # actually working.
2911 break;;
2912 * )
2913 break;;
2914 esac
2915done
2916test "$ac_cv_exeext" = no && ac_cv_exeext=
2917
2918else
2919 ac_file=''
2920fi
6bb11ab3 2921if test -z "$ac_file"; then :
d0ac1c44
SM
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2923$as_echo "no" >&6; }
2924$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2925sed 's/^/| /' conftest.$ac_ext >&5
2926
2927{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2928$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2929as_fn_error 77 "C compiler cannot create executables
2930See \`config.log' for more details" "$LINENO" 5; }
2931else
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2933$as_echo "yes" >&6; }
6bb11ab3 2934fi
d0ac1c44
SM
2935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2936$as_echo_n "checking for C compiler default output file name... " >&6; }
2937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2938$as_echo "$ac_file" >&6; }
6bb11ab3
L
2939ac_exeext=$ac_cv_exeext
2940
d0ac1c44 2941rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2942ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2944$as_echo_n "checking for suffix of executables... " >&6; }
2945if { { ac_try="$ac_link"
2946case "(($ac_try" in
2947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2948 *) ac_try_echo=$ac_try;;
2949esac
2950eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2951$as_echo "$ac_try_echo"; } >&5
2952 (eval "$ac_link") 2>&5
2953 ac_status=$?
2954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2955 test $ac_status = 0; }; then :
2956 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2957# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2958# work properly (i.e., refer to `conftest.exe'), while it won't with
2959# `rm'.
2960for ac_file in conftest.exe conftest conftest.*; do
2961 test -f "$ac_file" || continue
2962 case $ac_file in
2963 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2964 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2965 break;;
2966 * ) break;;
2967 esac
2968done
2969else
2970 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2971$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2972as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2973See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2974fi
d0ac1c44 2975rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2977$as_echo "$ac_cv_exeext" >&6; }
2978
2979rm -f conftest.$ac_ext
2980EXEEXT=$ac_cv_exeext
2981ac_exeext=$EXEEXT
d0ac1c44
SM
2982cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2983/* end confdefs.h. */
2984#include <stdio.h>
2985int
2986main ()
2987{
2988FILE *f = fopen ("conftest.out", "w");
2989 return ferror (f) || fclose (f) != 0;
2990
2991 ;
2992 return 0;
2993}
2994_ACEOF
2995ac_clean_files="$ac_clean_files conftest.out"
2996# Check that the compiler produces executables we can run. If not, either
2997# the compiler is broken, or we cross compile.
2998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2999$as_echo_n "checking whether we are cross compiling... " >&6; }
3000if test "$cross_compiling" != yes; then
3001 { { ac_try="$ac_link"
3002case "(($ac_try" in
3003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3004 *) ac_try_echo=$ac_try;;
3005esac
3006eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3007$as_echo "$ac_try_echo"; } >&5
3008 (eval "$ac_link") 2>&5
3009 ac_status=$?
3010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3011 test $ac_status = 0; }
3012 if { ac_try='./conftest$ac_cv_exeext'
3013 { { case "(($ac_try" in
3014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3015 *) ac_try_echo=$ac_try;;
3016esac
3017eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3018$as_echo "$ac_try_echo"; } >&5
3019 (eval "$ac_try") 2>&5
3020 ac_status=$?
3021 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3022 test $ac_status = 0; }; }; then
3023 cross_compiling=no
3024 else
3025 if test "$cross_compiling" = maybe; then
3026 cross_compiling=yes
3027 else
3028 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3029$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3030as_fn_error $? "cannot run C compiled programs.
3031If you meant to cross compile, use \`--host'.
3032See \`config.log' for more details" "$LINENO" 5; }
3033 fi
3034 fi
3035fi
3036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3037$as_echo "$cross_compiling" >&6; }
3038
3039rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3040ac_clean_files=$ac_clean_files_save
6bb11ab3
L
3041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3042$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3043if ${ac_cv_objext+:} false; then :
6bb11ab3
L
3044 $as_echo_n "(cached) " >&6
3045else
3046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3047/* end confdefs.h. */
3048
3049int
3050main ()
3051{
3052
3053 ;
3054 return 0;
3055}
3056_ACEOF
3057rm -f conftest.o conftest.obj
3058if { { ac_try="$ac_compile"
3059case "(($ac_try" in
3060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3061 *) ac_try_echo=$ac_try;;
3062esac
3063eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3064$as_echo "$ac_try_echo"; } >&5
3065 (eval "$ac_compile") 2>&5
3066 ac_status=$?
3067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3068 test $ac_status = 0; }; then :
3069 for ac_file in conftest.o conftest.obj conftest.*; do
3070 test -f "$ac_file" || continue;
3071 case $ac_file in
3072 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3073 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3074 break;;
3075 esac
3076done
3077else
3078 $as_echo "$as_me: failed program was:" >&5
3079sed 's/^/| /' conftest.$ac_ext >&5
3080
3081{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3082$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3083as_fn_error $? "cannot compute suffix of object files: cannot compile
3084See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3085fi
3086rm -f conftest.$ac_cv_objext conftest.$ac_ext
3087fi
3088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3089$as_echo "$ac_cv_objext" >&6; }
3090OBJEXT=$ac_cv_objext
3091ac_objext=$OBJEXT
3092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3093$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3094if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
3095 $as_echo_n "(cached) " >&6
3096else
3097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3098/* end confdefs.h. */
3099
3100int
3101main ()
3102{
3103#ifndef __GNUC__
3104 choke me
3105#endif
3106
3107 ;
3108 return 0;
3109}
3110_ACEOF
3111if ac_fn_c_try_compile "$LINENO"; then :
3112 ac_compiler_gnu=yes
3113else
3114 ac_compiler_gnu=no
3115fi
3116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3117ac_cv_c_compiler_gnu=$ac_compiler_gnu
3118
3119fi
3120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3121$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3122if test $ac_compiler_gnu = yes; then
3123 GCC=yes
3124else
3125 GCC=
3126fi
3127ac_test_CFLAGS=${CFLAGS+set}
3128ac_save_CFLAGS=$CFLAGS
3129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3130$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3131if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3132 $as_echo_n "(cached) " >&6
3133else
3134 ac_save_c_werror_flag=$ac_c_werror_flag
3135 ac_c_werror_flag=yes
3136 ac_cv_prog_cc_g=no
3137 CFLAGS="-g"
3138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3139/* end confdefs.h. */
3140
3141int
3142main ()
3143{
3144
3145 ;
3146 return 0;
3147}
3148_ACEOF
3149if ac_fn_c_try_compile "$LINENO"; then :
3150 ac_cv_prog_cc_g=yes
3151else
3152 CFLAGS=""
3153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3154/* end confdefs.h. */
3155
3156int
3157main ()
3158{
3159
3160 ;
3161 return 0;
3162}
3163_ACEOF
3164if ac_fn_c_try_compile "$LINENO"; then :
3165
3166else
3167 ac_c_werror_flag=$ac_save_c_werror_flag
3168 CFLAGS="-g"
3169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3170/* end confdefs.h. */
3171
3172int
3173main ()
3174{
3175
3176 ;
3177 return 0;
3178}
3179_ACEOF
3180if ac_fn_c_try_compile "$LINENO"; then :
3181 ac_cv_prog_cc_g=yes
3182fi
3183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3184fi
3185rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3186fi
3187rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3188 ac_c_werror_flag=$ac_save_c_werror_flag
3189fi
3190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3191$as_echo "$ac_cv_prog_cc_g" >&6; }
3192if test "$ac_test_CFLAGS" = set; then
3193 CFLAGS=$ac_save_CFLAGS
3194elif test $ac_cv_prog_cc_g = yes; then
3195 if test "$GCC" = yes; then
3196 CFLAGS="-g -O2"
3197 else
3198 CFLAGS="-g"
3199 fi
3200else
3201 if test "$GCC" = yes; then
3202 CFLAGS="-O2"
3203 else
3204 CFLAGS=
3205 fi
3206fi
3207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3208$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3209if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3210 $as_echo_n "(cached) " >&6
3211else
3212 ac_cv_prog_cc_c89=no
3213ac_save_CC=$CC
3214cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3215/* end confdefs.h. */
3216#include <stdarg.h>
3217#include <stdio.h>
d0ac1c44 3218struct stat;
6bb11ab3
L
3219/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3220struct buf { int x; };
3221FILE * (*rcsopen) (struct buf *, struct stat *, int);
3222static char *e (p, i)
3223 char **p;
3224 int i;
3225{
3226 return p[i];
3227}
3228static char *f (char * (*g) (char **, int), char **p, ...)
3229{
3230 char *s;
3231 va_list v;
3232 va_start (v,p);
3233 s = g (p, va_arg (v,int));
3234 va_end (v);
3235 return s;
3236}
3237
3238/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3239 function prototypes and stuff, but not '\xHH' hex character constants.
3240 These don't provoke an error unfortunately, instead are silently treated
3241 as 'x'. The following induces an error, until -std is added to get
3242 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3243 array size at least. It's necessary to write '\x00'==0 to get something
3244 that's true only with -std. */
3245int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3246
3247/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3248 inside strings and character constants. */
3249#define FOO(x) 'x'
3250int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3251
3252int test (int i, double x);
3253struct s1 {int (*f) (int a);};
3254struct s2 {int (*f) (double a);};
3255int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3256int argc;
3257char **argv;
3258int
3259main ()
3260{
3261return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3262 ;
3263 return 0;
3264}
3265_ACEOF
3266for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3267 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3268do
3269 CC="$ac_save_CC $ac_arg"
3270 if ac_fn_c_try_compile "$LINENO"; then :
3271 ac_cv_prog_cc_c89=$ac_arg
3272fi
3273rm -f core conftest.err conftest.$ac_objext
3274 test "x$ac_cv_prog_cc_c89" != "xno" && break
3275done
3276rm -f conftest.$ac_ext
3277CC=$ac_save_CC
3278
3279fi
3280# AC_CACHE_VAL
3281case "x$ac_cv_prog_cc_c89" in
3282 x)
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3284$as_echo "none needed" >&6; } ;;
3285 xno)
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3287$as_echo "unsupported" >&6; } ;;
3288 *)
3289 CC="$CC $ac_cv_prog_cc_c89"
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3291$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3292esac
3293if test "x$ac_cv_prog_cc_c89" != xno; then :
3294
3295fi
3296
3297ac_ext=c
3298ac_cpp='$CPP $CPPFLAGS'
3299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3301ac_compiler_gnu=$ac_cv_c_compiler_gnu
3302
c2783492 3303
ebe9564b
MF
3304ac_ext=c
3305ac_cpp='$CPP $CPPFLAGS'
3306ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3307ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3308ac_compiler_gnu=$ac_cv_c_compiler_gnu
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3310$as_echo_n "checking how to run the C preprocessor... " >&6; }
3311# On Suns, sometimes $CPP names a directory.
3312if test -n "$CPP" && test -d "$CPP"; then
3313 CPP=
3314fi
3315if test -z "$CPP"; then
3316 if ${ac_cv_prog_CPP+:} false; then :
3317 $as_echo_n "(cached) " >&6
3318else
3319 # Double quotes because CPP needs to be expanded
3320 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3321 do
3322 ac_preproc_ok=false
3323for ac_c_preproc_warn_flag in '' yes
3324do
3325 # Use a header file that comes with gcc, so configuring glibc
3326 # with a fresh cross-compiler works.
3327 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3328 # <limits.h> exists even on freestanding compilers.
3329 # On the NeXT, cc -E runs the code through the compiler's parser,
3330 # not just through cpp. "Syntax error" is here to catch this case.
3331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3332/* end confdefs.h. */
3333#ifdef __STDC__
3334# include <limits.h>
3335#else
3336# include <assert.h>
3337#endif
3338 Syntax error
3339_ACEOF
3340if ac_fn_c_try_cpp "$LINENO"; then :
3341
3342else
3343 # Broken: fails on valid input.
3344continue
3345fi
3346rm -f conftest.err conftest.i conftest.$ac_ext
3347
3348 # OK, works on sane cases. Now check whether nonexistent headers
3349 # can be detected and how.
3350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3351/* end confdefs.h. */
3352#include <ac_nonexistent.h>
3353_ACEOF
3354if ac_fn_c_try_cpp "$LINENO"; then :
3355 # Broken: success on invalid input.
3356continue
3357else
3358 # Passes both tests.
3359ac_preproc_ok=:
3360break
3361fi
3362rm -f conftest.err conftest.i conftest.$ac_ext
3363
3364done
3365# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3366rm -f conftest.i conftest.err conftest.$ac_ext
3367if $ac_preproc_ok; then :
3368 break
3369fi
3370
3371 done
3372 ac_cv_prog_CPP=$CPP
3373
3374fi
3375 CPP=$ac_cv_prog_CPP
3376else
3377 ac_cv_prog_CPP=$CPP
3378fi
3379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3380$as_echo "$CPP" >&6; }
3381ac_preproc_ok=false
3382for ac_c_preproc_warn_flag in '' yes
3383do
3384 # Use a header file that comes with gcc, so configuring glibc
3385 # with a fresh cross-compiler works.
3386 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3387 # <limits.h> exists even on freestanding compilers.
3388 # On the NeXT, cc -E runs the code through the compiler's parser,
3389 # not just through cpp. "Syntax error" is here to catch this case.
3390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3391/* end confdefs.h. */
3392#ifdef __STDC__
3393# include <limits.h>
3394#else
3395# include <assert.h>
3396#endif
3397 Syntax error
3398_ACEOF
3399if ac_fn_c_try_cpp "$LINENO"; then :
3400
3401else
3402 # Broken: fails on valid input.
3403continue
3404fi
3405rm -f conftest.err conftest.i conftest.$ac_ext
3406
3407 # OK, works on sane cases. Now check whether nonexistent headers
3408 # can be detected and how.
3409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3410/* end confdefs.h. */
3411#include <ac_nonexistent.h>
3412_ACEOF
3413if ac_fn_c_try_cpp "$LINENO"; then :
3414 # Broken: success on invalid input.
3415continue
3416else
3417 # Passes both tests.
3418ac_preproc_ok=:
3419break
3420fi
3421rm -f conftest.err conftest.i conftest.$ac_ext
3422
3423done
3424# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3425rm -f conftest.i conftest.err conftest.$ac_ext
3426if $ac_preproc_ok; then :
3427
3428else
3429 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3430$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3431as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3432See \`config.log' for more details" "$LINENO" 5; }
3433fi
3434
3435ac_ext=c
3436ac_cpp='$CPP $CPPFLAGS'
3437ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3438ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3439ac_compiler_gnu=$ac_cv_c_compiler_gnu
3440
6bb11ab3
L
3441
3442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3443$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3444if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3445 $as_echo_n "(cached) " >&6
3446else
3447 if test -z "$GREP"; then
3448 ac_path_GREP_found=false
3449 # Loop through the user's path and test for each of PROGNAME-LIST
3450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3451for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3452do
3453 IFS=$as_save_IFS
3454 test -z "$as_dir" && as_dir=.
3455 for ac_prog in grep ggrep; do
3456 for ac_exec_ext in '' $ac_executable_extensions; do
3457 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3458 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3459# Check for GNU ac_path_GREP and select it if it is found.
3460 # Check for GNU $ac_path_GREP
3461case `"$ac_path_GREP" --version 2>&1` in
3462*GNU*)
3463 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3464*)
3465 ac_count=0
3466 $as_echo_n 0123456789 >"conftest.in"
3467 while :
3468 do
3469 cat "conftest.in" "conftest.in" >"conftest.tmp"
3470 mv "conftest.tmp" "conftest.in"
3471 cp "conftest.in" "conftest.nl"
3472 $as_echo 'GREP' >> "conftest.nl"
3473 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3474 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3475 as_fn_arith $ac_count + 1 && ac_count=$as_val
3476 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3477 # Best one so far, save it but keep looking for a better one
3478 ac_cv_path_GREP="$ac_path_GREP"
3479 ac_path_GREP_max=$ac_count
3480 fi
3481 # 10*(2^10) chars as input seems more than enough
3482 test $ac_count -gt 10 && break
3483 done
3484 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3485esac
3486
3487 $ac_path_GREP_found && break 3
3488 done
3489 done
3490 done
3491IFS=$as_save_IFS
3492 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3493 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3494 fi
3495else
3496 ac_cv_path_GREP=$GREP
3497fi
3498
3499fi
3500{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3501$as_echo "$ac_cv_path_GREP" >&6; }
3502 GREP="$ac_cv_path_GREP"
3503
3504
3505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3506$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3507if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3508 $as_echo_n "(cached) " >&6
3509else
3510 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3511 then ac_cv_path_EGREP="$GREP -E"
3512 else
3513 if test -z "$EGREP"; then
3514 ac_path_EGREP_found=false
3515 # Loop through the user's path and test for each of PROGNAME-LIST
3516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3517for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3518do
3519 IFS=$as_save_IFS
3520 test -z "$as_dir" && as_dir=.
3521 for ac_prog in egrep; do
3522 for ac_exec_ext in '' $ac_executable_extensions; do
3523 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3524 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3525# Check for GNU ac_path_EGREP and select it if it is found.
3526 # Check for GNU $ac_path_EGREP
3527case `"$ac_path_EGREP" --version 2>&1` in
3528*GNU*)
3529 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3530*)
3531 ac_count=0
3532 $as_echo_n 0123456789 >"conftest.in"
3533 while :
3534 do
3535 cat "conftest.in" "conftest.in" >"conftest.tmp"
3536 mv "conftest.tmp" "conftest.in"
3537 cp "conftest.in" "conftest.nl"
3538 $as_echo 'EGREP' >> "conftest.nl"
3539 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3540 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3541 as_fn_arith $ac_count + 1 && ac_count=$as_val
3542 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3543 # Best one so far, save it but keep looking for a better one
3544 ac_cv_path_EGREP="$ac_path_EGREP"
3545 ac_path_EGREP_max=$ac_count
3546 fi
3547 # 10*(2^10) chars as input seems more than enough
3548 test $ac_count -gt 10 && break
3549 done
3550 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3551esac
3552
3553 $ac_path_EGREP_found && break 3
3554 done
3555 done
3556 done
3557IFS=$as_save_IFS
3558 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3559 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3560 fi
3561else
3562 ac_cv_path_EGREP=$EGREP
3563fi
3564
3565 fi
3566fi
3567{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3568$as_echo "$ac_cv_path_EGREP" >&6; }
3569 EGREP="$ac_cv_path_EGREP"
3570
3571
3572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3573$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3574if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3575 $as_echo_n "(cached) " >&6
3576else
3577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3578/* end confdefs.h. */
3579#include <stdlib.h>
3580#include <stdarg.h>
3581#include <string.h>
3582#include <float.h>
3583
3584int
3585main ()
3586{
3587
3588 ;
3589 return 0;
3590}
3591_ACEOF
3592if ac_fn_c_try_compile "$LINENO"; then :
3593 ac_cv_header_stdc=yes
3594else
3595 ac_cv_header_stdc=no
3596fi
3597rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3598
3599if test $ac_cv_header_stdc = yes; then
3600 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3602/* end confdefs.h. */
3603#include <string.h>
3604
3605_ACEOF
3606if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3607 $EGREP "memchr" >/dev/null 2>&1; then :
3608
3609else
3610 ac_cv_header_stdc=no
3611fi
3612rm -f conftest*
3613
3614fi
3615
3616if test $ac_cv_header_stdc = yes; then
3617 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3619/* end confdefs.h. */
3620#include <stdlib.h>
3621
3622_ACEOF
3623if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3624 $EGREP "free" >/dev/null 2>&1; then :
3625
3626else
3627 ac_cv_header_stdc=no
3628fi
3629rm -f conftest*
3630
3631fi
3632
3633if test $ac_cv_header_stdc = yes; then
3634 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3635 if test "$cross_compiling" = yes; then :
3636 :
3637else
3638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3639/* end confdefs.h. */
3640#include <ctype.h>
3641#include <stdlib.h>
3642#if ((' ' & 0x0FF) == 0x020)
3643# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3644# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3645#else
3646# define ISLOWER(c) \
3647 (('a' <= (c) && (c) <= 'i') \
3648 || ('j' <= (c) && (c) <= 'r') \
3649 || ('s' <= (c) && (c) <= 'z'))
3650# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3651#endif
3652
3653#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3654int
3655main ()
3656{
3657 int i;
3658 for (i = 0; i < 256; i++)
3659 if (XOR (islower (i), ISLOWER (i))
3660 || toupper (i) != TOUPPER (i))
3661 return 2;
3662 return 0;
3663}
3664_ACEOF
3665if ac_fn_c_try_run "$LINENO"; then :
3666
3667else
3668 ac_cv_header_stdc=no
3669fi
3670rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3671 conftest.$ac_objext conftest.beam conftest.$ac_ext
3672fi
3673
3674fi
3675fi
3676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3677$as_echo "$ac_cv_header_stdc" >&6; }
3678if test $ac_cv_header_stdc = yes; then
3679
3680$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3681
3682fi
3683
3684# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3685for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3686 inttypes.h stdint.h unistd.h
3687do :
3688 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3689ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3690"
d0ac1c44 3691if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3692 cat >>confdefs.h <<_ACEOF
3693#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3694_ACEOF
3695
3696fi
3697
3698done
3699
3700
3701
3702 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3703if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3704 MINIX=yes
3705else
3706 MINIX=
3707fi
3708
3709
3710 if test "$MINIX" = yes; then
3711
3712$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3713
3714
3715$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3716
3717
3718$as_echo "#define _MINIX 1" >>confdefs.h
3719
3720 fi
3721
3722
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3724$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3725if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3726 $as_echo_n "(cached) " >&6
3727else
3728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3729/* end confdefs.h. */
3730
d0ac1c44
SM
3731# define __EXTENSIONS__ 1
3732 $ac_includes_default
6bb11ab3
L
3733int
3734main ()
3735{
3736
3737 ;
3738 return 0;
3739}
3740_ACEOF
3741if ac_fn_c_try_compile "$LINENO"; then :
3742 ac_cv_safe_to_define___extensions__=yes
3743else
3744 ac_cv_safe_to_define___extensions__=no
3745fi
3746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3747fi
3748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3749$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3750 test $ac_cv_safe_to_define___extensions__ = yes &&
3751 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3752
3753 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3754
3755 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3756
3757 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3758
3759 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3760
3761
3762test "$program_prefix" != NONE &&
3763 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3764# Use a double $ so make ignores it.
3765test "$program_suffix" != NONE &&
3766 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3767# Double any \ or $.
3768# By default was `s,x,x', remove it if useless.
3769ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3770program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3771
3772# Find a good install program. We prefer a C program (faster),
3773# so one script is as good as another. But avoid the broken or
3774# incompatible versions:
3775# SysV /etc/install, /usr/sbin/install
3776# SunOS /usr/etc/install
3777# IRIX /sbin/install
3778# AIX /bin/install
3779# AmigaOS /C/install, which installs bootblocks on floppy discs
3780# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3781# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3782# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3783# OS/2's system install, which has a completely different semantic
3784# ./install, which can be erroneously created by make from ./install.sh.
3785# Reject install programs that cannot install multiple files.
3786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3787$as_echo_n "checking for a BSD-compatible install... " >&6; }
3788if test -z "$INSTALL"; then
d0ac1c44 3789if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3790 $as_echo_n "(cached) " >&6
3791else
3792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3793for as_dir in $PATH
3794do
3795 IFS=$as_save_IFS
3796 test -z "$as_dir" && as_dir=.
3797 # Account for people who put trailing slashes in PATH elements.
3798case $as_dir/ in #((
3799 ./ | .// | /[cC]/* | \
3800 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3801 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3802 /usr/ucb/* ) ;;
3803 *)
3804 # OSF1 and SCO ODT 3.0 have their own names for install.
3805 # Don't use installbsd from OSF since it installs stuff as root
3806 # by default.
3807 for ac_prog in ginstall scoinst install; do
3808 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3809 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3810 if test $ac_prog = install &&
3811 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3812 # AIX install. It has an incompatible calling convention.
3813 :
3814 elif test $ac_prog = install &&
3815 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3816 # program-specific install script used by HP pwplus--don't use.
3817 :
3818 else
3819 rm -rf conftest.one conftest.two conftest.dir
3820 echo one > conftest.one
3821 echo two > conftest.two
3822 mkdir conftest.dir
3823 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3824 test -s conftest.one && test -s conftest.two &&
3825 test -s conftest.dir/conftest.one &&
3826 test -s conftest.dir/conftest.two
3827 then
3828 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3829 break 3
3830 fi
3831 fi
3832 fi
3833 done
3834 done
3835 ;;
3836esac
3837
3838 done
3839IFS=$as_save_IFS
3840
3841rm -rf conftest.one conftest.two conftest.dir
3842
3843fi
3844 if test "${ac_cv_path_install+set}" = set; then
3845 INSTALL=$ac_cv_path_install
3846 else
3847 # As a last resort, use the slow shell script. Don't cache a
3848 # value for INSTALL within a source directory, because that will
3849 # break other packages using the cache if that directory is
3850 # removed, or if the value is a relative name.
3851 INSTALL=$ac_install_sh
3852 fi
3853fi
3854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3855$as_echo "$INSTALL" >&6; }
3856
3857# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3858# It thinks the first close brace ends the variable substitution.
3859test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3860
3861test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3862
3863test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3864
3865rm -rf .tst 2>/dev/null
3866mkdir .tst 2>/dev/null
3867if test -d .tst; then
3868 am__leading_dot=.
3869else
3870 am__leading_dot=_
3871fi
3872rmdir .tst 2>/dev/null
3873
3874DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3875
3876
3877
3878
3879 for ac_func in $ac_func_list
3880do :
3881 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3882ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3883if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3884 cat >>confdefs.h <<_ACEOF
3885#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3886_ACEOF
3887
3888fi
3889done
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
6bb11ab3
L
3910
3911case `pwd` in
3912 *\ * | *\ *)
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3914$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3915esac
3916
3917
3918
3919macro_version='2.2.7a'
3920macro_revision='1.3134'
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934ltmain="$ac_aux_dir/ltmain.sh"
3935
3936# Backslashify metacharacters that are still active within
3937# double-quoted strings.
3938sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3939
3940# Same as above, but do not quote variable references.
3941double_quote_subst='s/\(["`\\]\)/\\\1/g'
3942
3943# Sed substitution to delay expansion of an escaped shell variable in a
3944# double_quote_subst'ed string.
3945delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3946
3947# Sed substitution to delay expansion of an escaped single quote.
3948delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3949
3950# Sed substitution to avoid accidental globbing in evaled expressions
3951no_glob_subst='s/\*/\\\*/g'
3952
3953ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3954ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3955ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3956
3957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3958$as_echo_n "checking how to print strings... " >&6; }
3959# Test print first, because it will be a builtin if present.
3960if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3961 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3962 ECHO='print -r --'
3963elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3964 ECHO='printf %s\n'
3965else
3966 # Use this function as a fallback that always works.
3967 func_fallback_echo ()
3968 {
3969 eval 'cat <<_LTECHO_EOF
3970$1
3971_LTECHO_EOF'
3972 }
3973 ECHO='func_fallback_echo'
3974fi
3975
3976# func_echo_all arg...
3977# Invoke $ECHO with all args, space-separated.
3978func_echo_all ()
3979{
3980 $ECHO ""
3981}
3982
3983case "$ECHO" in
3984 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3985$as_echo "printf" >&6; } ;;
3986 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3987$as_echo "print -r" >&6; } ;;
3988 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3989$as_echo "cat" >&6; } ;;
3990esac
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4006$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4007if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
4008 $as_echo_n "(cached) " >&6
4009else
4010 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4011 for ac_i in 1 2 3 4 5 6 7; do
4012 ac_script="$ac_script$as_nl$ac_script"
4013 done
4014 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4015 { ac_script=; unset ac_script;}
4016 if test -z "$SED"; then
4017 ac_path_SED_found=false
4018 # Loop through the user's path and test for each of PROGNAME-LIST
4019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4020for as_dir in $PATH
4021do
4022 IFS=$as_save_IFS
4023 test -z "$as_dir" && as_dir=.
4024 for ac_prog in sed gsed; do
4025 for ac_exec_ext in '' $ac_executable_extensions; do
4026 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4027 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4028# Check for GNU ac_path_SED and select it if it is found.
4029 # Check for GNU $ac_path_SED
4030case `"$ac_path_SED" --version 2>&1` in
4031*GNU*)
4032 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4033*)
4034 ac_count=0
4035 $as_echo_n 0123456789 >"conftest.in"
4036 while :
4037 do
4038 cat "conftest.in" "conftest.in" >"conftest.tmp"
4039 mv "conftest.tmp" "conftest.in"
4040 cp "conftest.in" "conftest.nl"
4041 $as_echo '' >> "conftest.nl"
4042 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4043 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4044 as_fn_arith $ac_count + 1 && ac_count=$as_val
4045 if test $ac_count -gt ${ac_path_SED_max-0}; then
4046 # Best one so far, save it but keep looking for a better one
4047 ac_cv_path_SED="$ac_path_SED"
4048 ac_path_SED_max=$ac_count
4049 fi
4050 # 10*(2^10) chars as input seems more than enough
4051 test $ac_count -gt 10 && break
4052 done
4053 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4054esac
4055
4056 $ac_path_SED_found && break 3
4057 done
4058 done
4059 done
4060IFS=$as_save_IFS
4061 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4062 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4063 fi
4064else
4065 ac_cv_path_SED=$SED
4066fi
4067
4068fi
4069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4070$as_echo "$ac_cv_path_SED" >&6; }
4071 SED="$ac_cv_path_SED"
4072 rm -f conftest.sed
4073
4074test -z "$SED" && SED=sed
4075Xsed="$SED -e 1s/^X//"
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4088$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4089if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4090 $as_echo_n "(cached) " >&6
4091else
4092 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4093 then ac_cv_path_FGREP="$GREP -F"
4094 else
4095 if test -z "$FGREP"; then
4096 ac_path_FGREP_found=false
4097 # Loop through the user's path and test for each of PROGNAME-LIST
4098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4099for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4100do
4101 IFS=$as_save_IFS
4102 test -z "$as_dir" && as_dir=.
4103 for ac_prog in fgrep; do
4104 for ac_exec_ext in '' $ac_executable_extensions; do
4105 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4106 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4107# Check for GNU ac_path_FGREP and select it if it is found.
4108 # Check for GNU $ac_path_FGREP
4109case `"$ac_path_FGREP" --version 2>&1` in
4110*GNU*)
4111 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4112*)
4113 ac_count=0
4114 $as_echo_n 0123456789 >"conftest.in"
4115 while :
4116 do
4117 cat "conftest.in" "conftest.in" >"conftest.tmp"
4118 mv "conftest.tmp" "conftest.in"
4119 cp "conftest.in" "conftest.nl"
4120 $as_echo 'FGREP' >> "conftest.nl"
4121 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4122 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4123 as_fn_arith $ac_count + 1 && ac_count=$as_val
4124 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4125 # Best one so far, save it but keep looking for a better one
4126 ac_cv_path_FGREP="$ac_path_FGREP"
4127 ac_path_FGREP_max=$ac_count
4128 fi
4129 # 10*(2^10) chars as input seems more than enough
4130 test $ac_count -gt 10 && break
4131 done
4132 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4133esac
4134
4135 $ac_path_FGREP_found && break 3
4136 done
4137 done
4138 done
4139IFS=$as_save_IFS
4140 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4141 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4142 fi
4143else
4144 ac_cv_path_FGREP=$FGREP
4145fi
4146
4147 fi
4148fi
4149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4150$as_echo "$ac_cv_path_FGREP" >&6; }
4151 FGREP="$ac_cv_path_FGREP"
4152
4153
4154test -z "$GREP" && GREP=grep
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174# Check whether --with-gnu-ld was given.
4175if test "${with_gnu_ld+set}" = set; then :
4176 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4177else
4178 with_gnu_ld=no
4179fi
4180
4181ac_prog=ld
4182if test "$GCC" = yes; then
4183 # Check if gcc -print-prog-name=ld gives a path.
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4185$as_echo_n "checking for ld used by $CC... " >&6; }
4186 case $host in
4187 *-*-mingw*)
4188 # gcc leaves a trailing carriage return which upsets mingw
4189 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4190 *)
4191 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4192 esac
4193 case $ac_prog in
4194 # Accept absolute paths.
4195 [\\/]* | ?:[\\/]*)
4196 re_direlt='/[^/][^/]*/\.\./'
4197 # Canonicalize the pathname of ld
4198 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4199 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4200 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4201 done
4202 test -z "$LD" && LD="$ac_prog"
4203 ;;
4204 "")
4205 # If it fails, then pretend we aren't using GCC.
4206 ac_prog=ld
4207 ;;
4208 *)
4209 # If it is relative, then search for the first ld in PATH.
4210 with_gnu_ld=unknown
4211 ;;
4212 esac
4213elif test "$with_gnu_ld" = yes; then
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4215$as_echo_n "checking for GNU ld... " >&6; }
4216else
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4218$as_echo_n "checking for non-GNU ld... " >&6; }
4219fi
d0ac1c44 4220if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4221 $as_echo_n "(cached) " >&6
4222else
4223 if test -z "$LD"; then
4224 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4225 for ac_dir in $PATH; do
4226 IFS="$lt_save_ifs"
4227 test -z "$ac_dir" && ac_dir=.
4228 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4229 lt_cv_path_LD="$ac_dir/$ac_prog"
4230 # Check to see if the program is GNU ld. I'd rather use --version,
4231 # but apparently some variants of GNU ld only accept -v.
4232 # Break only if it was the GNU/non-GNU ld that we prefer.
4233 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4234 *GNU* | *'with BFD'*)
4235 test "$with_gnu_ld" != no && break
4236 ;;
4237 *)
4238 test "$with_gnu_ld" != yes && break
4239 ;;
4240 esac
4241 fi
4242 done
4243 IFS="$lt_save_ifs"
4244else
4245 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4246fi
4247fi
4248
4249LD="$lt_cv_path_LD"
4250if test -n "$LD"; then
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4252$as_echo "$LD" >&6; }
4253else
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4255$as_echo "no" >&6; }
4256fi
d0ac1c44 4257test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4259$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4260if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4261 $as_echo_n "(cached) " >&6
4262else
4263 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4264case `$LD -v 2>&1 </dev/null` in
4265*GNU* | *'with BFD'*)
4266 lt_cv_prog_gnu_ld=yes
4267 ;;
4268*)
4269 lt_cv_prog_gnu_ld=no
4270 ;;
4271esac
4272fi
4273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4274$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4275with_gnu_ld=$lt_cv_prog_gnu_ld
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4286$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4287if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4288 $as_echo_n "(cached) " >&6
4289else
4290 if test -n "$NM"; then
4291 # Let the user override the test.
4292 lt_cv_path_NM="$NM"
4293else
4294 lt_nm_to_check="${ac_tool_prefix}nm"
4295 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4296 lt_nm_to_check="$lt_nm_to_check nm"
4297 fi
4298 for lt_tmp_nm in $lt_nm_to_check; do
4299 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4300 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4301 IFS="$lt_save_ifs"
4302 test -z "$ac_dir" && ac_dir=.
4303 tmp_nm="$ac_dir/$lt_tmp_nm"
4304 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4305 # Check to see if the nm accepts a BSD-compat flag.
4306 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4307 # nm: unknown option "B" ignored
4308 # Tru64's nm complains that /dev/null is an invalid object file
4309 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4310 */dev/null* | *'Invalid file or object type'*)
4311 lt_cv_path_NM="$tmp_nm -B"
4312 break
4313 ;;
4314 *)
4315 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4316 */dev/null*)
4317 lt_cv_path_NM="$tmp_nm -p"
4318 break
4319 ;;
4320 *)
4321 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4322 continue # so that we can try to find one that supports BSD flags
4323 ;;
4324 esac
4325 ;;
4326 esac
4327 fi
4328 done
4329 IFS="$lt_save_ifs"
4330 done
4331 : ${lt_cv_path_NM=no}
4332fi
4333fi
4334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4335$as_echo "$lt_cv_path_NM" >&6; }
4336if test "$lt_cv_path_NM" != "no"; then
4337 NM="$lt_cv_path_NM"
4338else
4339 # Didn't find any BSD compatible name lister, look for dumpbin.
4340 if test -n "$DUMPBIN"; then :
4341 # Let the user override the test.
4342 else
4343 if test -n "$ac_tool_prefix"; then
4344 for ac_prog in dumpbin "link -dump"
4345 do
4346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4349$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4350if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4351 $as_echo_n "(cached) " >&6
4352else
4353 if test -n "$DUMPBIN"; then
4354 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4355else
4356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357for as_dir in $PATH
4358do
4359 IFS=$as_save_IFS
4360 test -z "$as_dir" && as_dir=.
4361 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4362 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4363 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4365 break 2
4366 fi
4367done
4368 done
4369IFS=$as_save_IFS
4370
4371fi
4372fi
4373DUMPBIN=$ac_cv_prog_DUMPBIN
4374if test -n "$DUMPBIN"; then
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4376$as_echo "$DUMPBIN" >&6; }
4377else
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4379$as_echo "no" >&6; }
4380fi
4381
4382
4383 test -n "$DUMPBIN" && break
4384 done
4385fi
4386if test -z "$DUMPBIN"; then
4387 ac_ct_DUMPBIN=$DUMPBIN
4388 for ac_prog in dumpbin "link -dump"
4389do
4390 # Extract the first word of "$ac_prog", so it can be a program name with args.
4391set dummy $ac_prog; ac_word=$2
4392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4394if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4395 $as_echo_n "(cached) " >&6
4396else
4397 if test -n "$ac_ct_DUMPBIN"; then
4398 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4399else
4400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401for as_dir in $PATH
4402do
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
4405 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4406 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4407 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4409 break 2
4410 fi
4411done
4412 done
4413IFS=$as_save_IFS
4414
4415fi
4416fi
4417ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4418if test -n "$ac_ct_DUMPBIN"; then
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4420$as_echo "$ac_ct_DUMPBIN" >&6; }
4421else
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423$as_echo "no" >&6; }
4424fi
4425
4426
4427 test -n "$ac_ct_DUMPBIN" && break
4428done
4429
4430 if test "x$ac_ct_DUMPBIN" = x; then
4431 DUMPBIN=":"
4432 else
4433 case $cross_compiling:$ac_tool_warned in
4434yes:)
4435{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437ac_tool_warned=yes ;;
4438esac
4439 DUMPBIN=$ac_ct_DUMPBIN
4440 fi
4441fi
4442
4443 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4444 *COFF*)
4445 DUMPBIN="$DUMPBIN -symbols"
4446 ;;
4447 *)
4448 DUMPBIN=:
4449 ;;
4450 esac
4451 fi
4452
4453 if test "$DUMPBIN" != ":"; then
4454 NM="$DUMPBIN"
4455 fi
4456fi
4457test -z "$NM" && NM=nm
4458
4459
4460
4461
4462
4463
4464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4465$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4466if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4467 $as_echo_n "(cached) " >&6
4468else
4469 lt_cv_nm_interface="BSD nm"
4470 echo "int some_variable = 0;" > conftest.$ac_ext
4471 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4472 (eval "$ac_compile" 2>conftest.err)
4473 cat conftest.err >&5
4474 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4475 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4476 cat conftest.err >&5
4477 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4478 cat conftest.out >&5
4479 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4480 lt_cv_nm_interface="MS dumpbin"
4481 fi
4482 rm -f conftest*
4483fi
4484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4485$as_echo "$lt_cv_nm_interface" >&6; }
4486
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4488$as_echo_n "checking whether ln -s works... " >&6; }
4489LN_S=$as_ln_s
4490if test "$LN_S" = "ln -s"; then
4491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4492$as_echo "yes" >&6; }
4493else
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4495$as_echo "no, using $LN_S" >&6; }
4496fi
4497
4498# find the maximum length of command line arguments
4499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4500$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4501if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4502 $as_echo_n "(cached) " >&6
4503else
4504 i=0
4505 teststring="ABCD"
4506
4507 case $build_os in
4508 msdosdjgpp*)
4509 # On DJGPP, this test can blow up pretty badly due to problems in libc
4510 # (any single argument exceeding 2000 bytes causes a buffer overrun
4511 # during glob expansion). Even if it were fixed, the result of this
4512 # check would be larger than it should be.
4513 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4514 ;;
4515
4516 gnu*)
4517 # Under GNU Hurd, this test is not required because there is
4518 # no limit to the length of command line arguments.
4519 # Libtool will interpret -1 as no limit whatsoever
4520 lt_cv_sys_max_cmd_len=-1;
4521 ;;
4522
4523 cygwin* | mingw* | cegcc*)
4524 # On Win9x/ME, this test blows up -- it succeeds, but takes
4525 # about 5 minutes as the teststring grows exponentially.
4526 # Worse, since 9x/ME are not pre-emptively multitasking,
4527 # you end up with a "frozen" computer, even though with patience
4528 # the test eventually succeeds (with a max line length of 256k).
4529 # Instead, let's just punt: use the minimum linelength reported by
4530 # all of the supported platforms: 8192 (on NT/2K/XP).
4531 lt_cv_sys_max_cmd_len=8192;
4532 ;;
4533
4534 mint*)
4535 # On MiNT this can take a long time and run out of memory.
4536 lt_cv_sys_max_cmd_len=8192;
4537 ;;
4538
4539 amigaos*)
4540 # On AmigaOS with pdksh, this test takes hours, literally.
4541 # So we just punt and use a minimum line length of 8192.
4542 lt_cv_sys_max_cmd_len=8192;
4543 ;;
4544
4545 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4546 # This has been around since 386BSD, at least. Likely further.
4547 if test -x /sbin/sysctl; then
4548 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4549 elif test -x /usr/sbin/sysctl; then
4550 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4551 else
4552 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4553 fi
4554 # And add a safety zone
4555 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4556 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4557 ;;
4558
4559 interix*)
4560 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4561 lt_cv_sys_max_cmd_len=196608
4562 ;;
4563
4564 osf*)
4565 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4566 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4567 # nice to cause kernel panics so lets avoid the loop below.
4568 # First set a reasonable default.
4569 lt_cv_sys_max_cmd_len=16384
4570 #
4571 if test -x /sbin/sysconfig; then
4572 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4573 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4574 esac
4575 fi
4576 ;;
4577 sco3.2v5*)
4578 lt_cv_sys_max_cmd_len=102400
4579 ;;
4580 sysv5* | sco5v6* | sysv4.2uw2*)
4581 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4582 if test -n "$kargmax"; then
4583 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4584 else
4585 lt_cv_sys_max_cmd_len=32768
4586 fi
4587 ;;
4588 *)
4589 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4590 if test -n "$lt_cv_sys_max_cmd_len"; then
4591 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4592 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4593 else
4594 # Make teststring a little bigger before we do anything with it.
4595 # a 1K string should be a reasonable start.
4596 for i in 1 2 3 4 5 6 7 8 ; do
4597 teststring=$teststring$teststring
4598 done
4599 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4600 # If test is not a shell built-in, we'll probably end up computing a
4601 # maximum length that is only half of the actual maximum length, but
4602 # we can't tell.
4603 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4604 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4605 test $i != 17 # 1/2 MB should be enough
4606 do
4607 i=`expr $i + 1`
4608 teststring=$teststring$teststring
4609 done
4610 # Only check the string length outside the loop.
4611 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4612 teststring=
4613 # Add a significant safety factor because C++ compilers can tack on
4614 # massive amounts of additional arguments before passing them to the
4615 # linker. It appears as though 1/2 is a usable value.
4616 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4617 fi
4618 ;;
4619 esac
4620
4621fi
4622
4623if test -n $lt_cv_sys_max_cmd_len ; then
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4625$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4626else
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4628$as_echo "none" >&6; }
4629fi
4630max_cmd_len=$lt_cv_sys_max_cmd_len
4631
4632
4633
4634
4635
4636
4637: ${CP="cp -f"}
4638: ${MV="mv -f"}
4639: ${RM="rm -f"}
4640
4641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4642$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4643# Try some XSI features
4644xsi_shell=no
4645( _lt_dummy="a/b/c"
4646 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4647 = c,a/b,, \
4648 && eval 'test $(( 1 + 1 )) -eq 2 \
4649 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4650 && xsi_shell=yes
4651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4652$as_echo "$xsi_shell" >&6; }
4653
4654
4655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4656$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4657lt_shell_append=no
4658( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4659 >/dev/null 2>&1 \
4660 && lt_shell_append=yes
4661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4662$as_echo "$lt_shell_append" >&6; }
4663
4664
4665if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4666 lt_unset=unset
4667else
4668 lt_unset=false
4669fi
4670
4671
4672
4673
4674
4675# test EBCDIC or ASCII
4676case `echo X|tr X '\101'` in
4677 A) # ASCII based system
4678 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4679 lt_SP2NL='tr \040 \012'
4680 lt_NL2SP='tr \015\012 \040\040'
4681 ;;
4682 *) # EBCDIC based system
4683 lt_SP2NL='tr \100 \n'
4684 lt_NL2SP='tr \r\n \100\100'
4685 ;;
4686esac
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4697$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4698if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4699 $as_echo_n "(cached) " >&6
4700else
4701 lt_cv_ld_reload_flag='-r'
4702fi
4703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4704$as_echo "$lt_cv_ld_reload_flag" >&6; }
4705reload_flag=$lt_cv_ld_reload_flag
4706case $reload_flag in
4707"" | " "*) ;;
4708*) reload_flag=" $reload_flag" ;;
4709esac
4710reload_cmds='$LD$reload_flag -o $output$reload_objs'
4711case $host_os in
4712 darwin*)
4713 if test "$GCC" = yes; then
4714 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4715 else
4716 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4717 fi
4718 ;;
4719esac
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729if test -n "$ac_tool_prefix"; then
4730 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4731set dummy ${ac_tool_prefix}objdump; ac_word=$2
4732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4733$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4734if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4735 $as_echo_n "(cached) " >&6
4736else
4737 if test -n "$OBJDUMP"; then
4738 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4739else
4740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4741for as_dir in $PATH
4742do
4743 IFS=$as_save_IFS
4744 test -z "$as_dir" && as_dir=.
4745 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4747 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4749 break 2
4750 fi
4751done
4752 done
4753IFS=$as_save_IFS
4754
4755fi
4756fi
4757OBJDUMP=$ac_cv_prog_OBJDUMP
4758if test -n "$OBJDUMP"; then
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4760$as_echo "$OBJDUMP" >&6; }
4761else
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4763$as_echo "no" >&6; }
4764fi
4765
4766
4767fi
4768if test -z "$ac_cv_prog_OBJDUMP"; then
4769 ac_ct_OBJDUMP=$OBJDUMP
4770 # Extract the first word of "objdump", so it can be a program name with args.
4771set dummy objdump; ac_word=$2
4772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4773$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4774if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4775 $as_echo_n "(cached) " >&6
4776else
4777 if test -n "$ac_ct_OBJDUMP"; then
4778 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4779else
4780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4781for as_dir in $PATH
4782do
4783 IFS=$as_save_IFS
4784 test -z "$as_dir" && as_dir=.
4785 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4786 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4787 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4789 break 2
4790 fi
4791done
4792 done
4793IFS=$as_save_IFS
4794
4795fi
4796fi
4797ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4798if test -n "$ac_ct_OBJDUMP"; then
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4800$as_echo "$ac_ct_OBJDUMP" >&6; }
4801else
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4803$as_echo "no" >&6; }
4804fi
4805
4806 if test "x$ac_ct_OBJDUMP" = x; then
4807 OBJDUMP="false"
4808 else
4809 case $cross_compiling:$ac_tool_warned in
4810yes:)
4811{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4812$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4813ac_tool_warned=yes ;;
4814esac
4815 OBJDUMP=$ac_ct_OBJDUMP
4816 fi
4817else
4818 OBJDUMP="$ac_cv_prog_OBJDUMP"
4819fi
4820
4821test -z "$OBJDUMP" && OBJDUMP=objdump
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4832$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4833if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4834 $as_echo_n "(cached) " >&6
4835else
4836 lt_cv_file_magic_cmd='$MAGIC_CMD'
4837lt_cv_file_magic_test_file=
4838lt_cv_deplibs_check_method='unknown'
4839# Need to set the preceding variable on all platforms that support
4840# interlibrary dependencies.
4841# 'none' -- dependencies not supported.
4842# `unknown' -- same as none, but documents that we really don't know.
4843# 'pass_all' -- all dependencies passed with no checks.
4844# 'test_compile' -- check by making test program.
4845# 'file_magic [[regex]]' -- check by looking for files in library path
4846# which responds to the $file_magic_cmd with a given extended regex.
4847# If you have `file' or equivalent on your system and you're not sure
4848# whether `pass_all' will *always* work, you probably want this one.
4849
4850case $host_os in
4851aix[4-9]*)
4852 lt_cv_deplibs_check_method=pass_all
4853 ;;
4854
4855beos*)
4856 lt_cv_deplibs_check_method=pass_all
4857 ;;
4858
4859bsdi[45]*)
4860 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4861 lt_cv_file_magic_cmd='/usr/bin/file -L'
4862 lt_cv_file_magic_test_file=/shlib/libc.so
4863 ;;
4864
4865cygwin*)
4866 # func_win32_libid is a shell function defined in ltmain.sh
4867 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4868 lt_cv_file_magic_cmd='func_win32_libid'
4869 ;;
4870
4871mingw* | pw32*)
4872 # Base MSYS/MinGW do not provide the 'file' command needed by
4873 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4874 # unless we find 'file', for example because we are cross-compiling.
4875 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4876 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4877 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4878 lt_cv_file_magic_cmd='func_win32_libid'
4879 else
4880 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4881 lt_cv_file_magic_cmd='$OBJDUMP -f'
4882 fi
4883 ;;
4884
4885cegcc*)
4886 # use the weaker test based on 'objdump'. See mingw*.
4887 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4888 lt_cv_file_magic_cmd='$OBJDUMP -f'
4889 ;;
4890
4891darwin* | rhapsody*)
4892 lt_cv_deplibs_check_method=pass_all
4893 ;;
4894
4895freebsd* | dragonfly*)
4896 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4897 case $host_cpu in
4898 i*86 )
4899 # Not sure whether the presence of OpenBSD here was a mistake.
4900 # Let's accept both of them until this is cleared up.
4901 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4902 lt_cv_file_magic_cmd=/usr/bin/file
4903 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4904 ;;
4905 esac
4906 else
4907 lt_cv_deplibs_check_method=pass_all
4908 fi
4909 ;;
4910
4911gnu*)
4912 lt_cv_deplibs_check_method=pass_all
4913 ;;
4914
4915haiku*)
4916 lt_cv_deplibs_check_method=pass_all
4917 ;;
4918
4919hpux10.20* | hpux11*)
4920 lt_cv_file_magic_cmd=/usr/bin/file
4921 case $host_cpu in
4922 ia64*)
4923 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4924 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4925 ;;
4926 hppa*64*)
4927 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]'
4928 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4929 ;;
4930 *)
4931 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4932 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4933 ;;
4934 esac
4935 ;;
4936
4937interix[3-9]*)
4938 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4939 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4940 ;;
4941
4942irix5* | irix6* | nonstopux*)
4943 case $LD in
4944 *-32|*"-32 ") libmagic=32-bit;;
4945 *-n32|*"-n32 ") libmagic=N32;;
4946 *-64|*"-64 ") libmagic=64-bit;;
4947 *) libmagic=never-match;;
4948 esac
4949 lt_cv_deplibs_check_method=pass_all
4950 ;;
4951
4952# This must be Linux ELF.
4953linux* | k*bsd*-gnu | kopensolaris*-gnu)
4954 lt_cv_deplibs_check_method=pass_all
4955 ;;
4956
4957netbsd*)
4958 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4959 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4960 else
4961 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4962 fi
4963 ;;
4964
4965newos6*)
4966 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4967 lt_cv_file_magic_cmd=/usr/bin/file
4968 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4969 ;;
4970
4971*nto* | *qnx*)
4972 lt_cv_deplibs_check_method=pass_all
4973 ;;
4974
4975openbsd*)
4976 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4977 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4978 else
4979 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4980 fi
4981 ;;
4982
4983osf3* | osf4* | osf5*)
4984 lt_cv_deplibs_check_method=pass_all
4985 ;;
4986
4987rdos*)
4988 lt_cv_deplibs_check_method=pass_all
4989 ;;
4990
4991solaris*)
4992 lt_cv_deplibs_check_method=pass_all
4993 ;;
4994
4995sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4996 lt_cv_deplibs_check_method=pass_all
4997 ;;
4998
4999sysv4 | sysv4.3*)
5000 case $host_vendor in
5001 motorola)
5002 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]'
5003 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5004 ;;
5005 ncr)
5006 lt_cv_deplibs_check_method=pass_all
5007 ;;
5008 sequent)
5009 lt_cv_file_magic_cmd='/bin/file'
5010 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5011 ;;
5012 sni)
5013 lt_cv_file_magic_cmd='/bin/file'
5014 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5015 lt_cv_file_magic_test_file=/lib/libc.so
5016 ;;
5017 siemens)
5018 lt_cv_deplibs_check_method=pass_all
5019 ;;
5020 pc)
5021 lt_cv_deplibs_check_method=pass_all
5022 ;;
5023 esac
5024 ;;
5025
5026tpf*)
5027 lt_cv_deplibs_check_method=pass_all
5028 ;;
5029esac
5030
5031fi
5032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5033$as_echo "$lt_cv_deplibs_check_method" >&6; }
5034file_magic_cmd=$lt_cv_file_magic_cmd
5035deplibs_check_method=$lt_cv_deplibs_check_method
5036test -z "$deplibs_check_method" && deplibs_check_method=unknown
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
68ed2854
MF
5049plugin_option=
5050plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5051for plugin in $plugin_names; do
5052 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5053 if test x$plugin_so = x$plugin; then
5054 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5055 fi
5056 if test x$plugin_so != x$plugin; then
5057 plugin_option="--plugin $plugin_so"
5058 break
5059 fi
5060done
5061
6bb11ab3
L
5062if test -n "$ac_tool_prefix"; then
5063 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5064set dummy ${ac_tool_prefix}ar; ac_word=$2
5065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5066$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5067if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5068 $as_echo_n "(cached) " >&6
5069else
5070 if test -n "$AR"; then
5071 ac_cv_prog_AR="$AR" # Let the user override the test.
5072else
5073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5074for as_dir in $PATH
5075do
5076 IFS=$as_save_IFS
5077 test -z "$as_dir" && as_dir=.
5078 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5079 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5080 ac_cv_prog_AR="${ac_tool_prefix}ar"
5081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5082 break 2
5083 fi
5084done
5085 done
5086IFS=$as_save_IFS
5087
5088fi
5089fi
5090AR=$ac_cv_prog_AR
5091if test -n "$AR"; then
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5093$as_echo "$AR" >&6; }
5094else
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5096$as_echo "no" >&6; }
5097fi
5098
5099
5100fi
5101if test -z "$ac_cv_prog_AR"; then
5102 ac_ct_AR=$AR
5103 # Extract the first word of "ar", so it can be a program name with args.
5104set dummy ar; ac_word=$2
5105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5106$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5107if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5108 $as_echo_n "(cached) " >&6
5109else
5110 if test -n "$ac_ct_AR"; then
5111 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5112else
5113as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5114for as_dir in $PATH
5115do
5116 IFS=$as_save_IFS
5117 test -z "$as_dir" && as_dir=.
5118 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5119 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5120 ac_cv_prog_ac_ct_AR="ar"
5121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5122 break 2
5123 fi
5124done
5125 done
5126IFS=$as_save_IFS
5127
5128fi
5129fi
5130ac_ct_AR=$ac_cv_prog_ac_ct_AR
5131if test -n "$ac_ct_AR"; then
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5133$as_echo "$ac_ct_AR" >&6; }
5134else
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5136$as_echo "no" >&6; }
5137fi
5138
5139 if test "x$ac_ct_AR" = x; then
5140 AR="false"
5141 else
5142 case $cross_compiling:$ac_tool_warned in
5143yes:)
5144{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5145$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5146ac_tool_warned=yes ;;
5147esac
5148 AR=$ac_ct_AR
5149 fi
5150else
5151 AR="$ac_cv_prog_AR"
5152fi
5153
5154test -z "$AR" && AR=ar
68ed2854
MF
5155if test -n "$plugin_option"; then
5156 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5157 touch conftest.c
5158 $AR $plugin_option rc conftest.a conftest.c
5159 if test "$?" != 0; then
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5161$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5162 else
5163 AR="$AR $plugin_option"
5164 fi
5165 rm -f conftest.*
68ed2854
MF
5166 fi
5167fi
6bb11ab3
L
5168test -z "$AR_FLAGS" && AR_FLAGS=cru
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180if test -n "$ac_tool_prefix"; then
5181 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5182set dummy ${ac_tool_prefix}strip; ac_word=$2
5183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5184$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5185if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5186 $as_echo_n "(cached) " >&6
5187else
5188 if test -n "$STRIP"; then
5189 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5190else
5191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5192for as_dir in $PATH
5193do
5194 IFS=$as_save_IFS
5195 test -z "$as_dir" && as_dir=.
5196 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5198 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5200 break 2
5201 fi
5202done
5203 done
5204IFS=$as_save_IFS
5205
5206fi
5207fi
5208STRIP=$ac_cv_prog_STRIP
5209if test -n "$STRIP"; then
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5211$as_echo "$STRIP" >&6; }
5212else
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5214$as_echo "no" >&6; }
5215fi
5216
5217
5218fi
5219if test -z "$ac_cv_prog_STRIP"; then
5220 ac_ct_STRIP=$STRIP
5221 # Extract the first word of "strip", so it can be a program name with args.
5222set dummy strip; ac_word=$2
5223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5224$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5225if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5226 $as_echo_n "(cached) " >&6
5227else
5228 if test -n "$ac_ct_STRIP"; then
5229 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5230else
5231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5232for as_dir in $PATH
5233do
5234 IFS=$as_save_IFS
5235 test -z "$as_dir" && as_dir=.
5236 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5238 ac_cv_prog_ac_ct_STRIP="strip"
5239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5240 break 2
5241 fi
5242done
5243 done
5244IFS=$as_save_IFS
5245
5246fi
5247fi
5248ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5249if test -n "$ac_ct_STRIP"; then
5250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5251$as_echo "$ac_ct_STRIP" >&6; }
5252else
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5254$as_echo "no" >&6; }
5255fi
5256
5257 if test "x$ac_ct_STRIP" = x; then
5258 STRIP=":"
5259 else
5260 case $cross_compiling:$ac_tool_warned in
5261yes:)
5262{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5263$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5264ac_tool_warned=yes ;;
5265esac
5266 STRIP=$ac_ct_STRIP
5267 fi
5268else
5269 STRIP="$ac_cv_prog_STRIP"
5270fi
5271
5272test -z "$STRIP" && STRIP=:
5273
5274
5275
5276
5277
5278
5279if test -n "$ac_tool_prefix"; then
5280 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5281set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5283$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5284if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5285 $as_echo_n "(cached) " >&6
5286else
5287 if test -n "$RANLIB"; then
5288 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5289else
5290as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5291for as_dir in $PATH
5292do
5293 IFS=$as_save_IFS
5294 test -z "$as_dir" && as_dir=.
5295 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5296 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5297 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5299 break 2
5300 fi
5301done
5302 done
5303IFS=$as_save_IFS
5304
5305fi
5306fi
5307RANLIB=$ac_cv_prog_RANLIB
5308if test -n "$RANLIB"; then
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5310$as_echo "$RANLIB" >&6; }
5311else
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5313$as_echo "no" >&6; }
5314fi
5315
5316
5317fi
5318if test -z "$ac_cv_prog_RANLIB"; then
5319 ac_ct_RANLIB=$RANLIB
5320 # Extract the first word of "ranlib", so it can be a program name with args.
5321set dummy ranlib; ac_word=$2
5322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5323$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5324if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5325 $as_echo_n "(cached) " >&6
5326else
5327 if test -n "$ac_ct_RANLIB"; then
5328 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5329else
5330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5331for as_dir in $PATH
5332do
5333 IFS=$as_save_IFS
5334 test -z "$as_dir" && as_dir=.
5335 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5337 ac_cv_prog_ac_ct_RANLIB="ranlib"
5338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5339 break 2
5340 fi
5341done
5342 done
5343IFS=$as_save_IFS
5344
5345fi
5346fi
5347ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5348if test -n "$ac_ct_RANLIB"; then
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5350$as_echo "$ac_ct_RANLIB" >&6; }
5351else
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5353$as_echo "no" >&6; }
5354fi
5355
5356 if test "x$ac_ct_RANLIB" = x; then
5357 RANLIB=":"
5358 else
5359 case $cross_compiling:$ac_tool_warned in
5360yes:)
5361{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5362$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5363ac_tool_warned=yes ;;
5364esac
5365 RANLIB=$ac_ct_RANLIB
5366 fi
5367else
5368 RANLIB="$ac_cv_prog_RANLIB"
5369fi
5370
5371test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5372if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5373 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5374 RANLIB="$RANLIB $plugin_option"
5375 fi
5376fi
6bb11ab3
L
5377
5378
5379
5380
5381
5382
5383# Determine commands to create old-style static archives.
5384old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5385old_postinstall_cmds='chmod 644 $oldlib'
5386old_postuninstall_cmds=
5387
5388if test -n "$RANLIB"; then
5389 case $host_os in
5390 openbsd*)
5391 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5392 ;;
5393 *)
5394 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5395 ;;
5396 esac
5397 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5398fi
5399
5400case $host_os in
5401 darwin*)
5402 lock_old_archive_extraction=yes ;;
5403 *)
5404 lock_old_archive_extraction=no ;;
5405esac
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427for ac_prog in gawk mawk nawk awk
5428do
5429 # Extract the first word of "$ac_prog", so it can be a program name with args.
5430set dummy $ac_prog; ac_word=$2
5431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5432$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5433if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5434 $as_echo_n "(cached) " >&6
5435else
5436 if test -n "$AWK"; then
5437 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5438else
5439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5440for as_dir in $PATH
5441do
5442 IFS=$as_save_IFS
5443 test -z "$as_dir" && as_dir=.
5444 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5445 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5446 ac_cv_prog_AWK="$ac_prog"
5447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5448 break 2
5449 fi
5450done
5451 done
5452IFS=$as_save_IFS
5453
5454fi
5455fi
5456AWK=$ac_cv_prog_AWK
5457if test -n "$AWK"; then
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5459$as_echo "$AWK" >&6; }
5460else
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5462$as_echo "no" >&6; }
5463fi
5464
5465
5466 test -n "$AWK" && break
5467done
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487# If no C compiler was specified, use CC.
5488LTCC=${LTCC-"$CC"}
5489
5490# If no C compiler flags were specified, use CFLAGS.
5491LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5492
5493# Allow CC to be a program name with arguments.
5494compiler=$CC
5495
5496
5497# Check for command to grab the raw symbol name followed by C symbol from nm.
5498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5499$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5500if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5501 $as_echo_n "(cached) " >&6
5502else
5503
5504# These are sane defaults that work on at least a few old systems.
5505# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5506
5507# Character class describing NM global symbol codes.
5508symcode='[BCDEGRST]'
5509
5510# Regexp to match symbols that can be accessed directly from C.
5511sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5512
5513# Define system-specific variables.
5514case $host_os in
5515aix*)
5516 symcode='[BCDT]'
5517 ;;
5518cygwin* | mingw* | pw32* | cegcc*)
5519 symcode='[ABCDGISTW]'
5520 ;;
5521hpux*)
5522 if test "$host_cpu" = ia64; then
5523 symcode='[ABCDEGRST]'
5524 fi
5525 ;;
5526irix* | nonstopux*)
5527 symcode='[BCDEGRST]'
5528 ;;
5529osf*)
5530 symcode='[BCDEGQRST]'
5531 ;;
5532solaris*)
5533 symcode='[BDRT]'
5534 ;;
5535sco3.2v5*)
5536 symcode='[DT]'
5537 ;;
5538sysv4.2uw2*)
5539 symcode='[DT]'
5540 ;;
5541sysv5* | sco5v6* | unixware* | OpenUNIX*)
5542 symcode='[ABDT]'
5543 ;;
5544sysv4)
5545 symcode='[DFNSTU]'
5546 ;;
5547esac
5548
5549# If we're using GNU nm, then use its standard symbol codes.
5550case `$NM -V 2>&1` in
5551*GNU* | *'with BFD'*)
5552 symcode='[ABCDGIRSTW]' ;;
5553esac
5554
5555# Transform an extracted symbol line into a proper C declaration.
5556# Some systems (esp. on ia64) link data and code symbols differently,
5557# so use this general approach.
5558lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5559
5560# Transform an extracted symbol line into symbol name and symbol address
5561lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5562lt_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'"
5563
5564# Handle CRLF in mingw tool chain
5565opt_cr=
5566case $build_os in
5567mingw*)
5568 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5569 ;;
5570esac
5571
5572# Try without a prefix underscore, then with it.
5573for ac_symprfx in "" "_"; do
5574
5575 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5576 symxfrm="\\1 $ac_symprfx\\2 \\2"
5577
5578 # Write the raw and C identifiers.
5579 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5580 # Fake it for dumpbin and say T for any non-static function
5581 # and D for any global variable.
5582 # Also find C++ and __fastcall symbols from MSVC++,
5583 # which start with @ or ?.
5584 lt_cv_sys_global_symbol_pipe="$AWK '"\
5585" {last_section=section; section=\$ 3};"\
5586" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5587" \$ 0!~/External *\|/{next};"\
5588" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5589" {if(hide[section]) next};"\
5590" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5591" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5592" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5593" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5594" ' prfx=^$ac_symprfx"
5595 else
5596 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5597 fi
5598
5599 # Check to see that the pipe works correctly.
5600 pipe_works=no
5601
5602 rm -f conftest*
5603 cat > conftest.$ac_ext <<_LT_EOF
5604#ifdef __cplusplus
5605extern "C" {
5606#endif
5607char nm_test_var;
5608void nm_test_func(void);
5609void nm_test_func(void){}
5610#ifdef __cplusplus
5611}
5612#endif
5613int main(){nm_test_var='a';nm_test_func();return(0);}
5614_LT_EOF
5615
5616 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5617 (eval $ac_compile) 2>&5
5618 ac_status=$?
5619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5620 test $ac_status = 0; }; then
5621 # Now try to grab the symbols.
5622 nlist=conftest.nm
5623 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5624 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5625 ac_status=$?
5626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5627 test $ac_status = 0; } && test -s "$nlist"; then
5628 # Try sorting and uniquifying the output.
5629 if sort "$nlist" | uniq > "$nlist"T; then
5630 mv -f "$nlist"T "$nlist"
5631 else
5632 rm -f "$nlist"T
5633 fi
5634
5635 # Make sure that we snagged all the symbols we need.
5636 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5637 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5638 cat <<_LT_EOF > conftest.$ac_ext
5639#ifdef __cplusplus
5640extern "C" {
5641#endif
5642
5643_LT_EOF
5644 # Now generate the symbol file.
5645 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5646
5647 cat <<_LT_EOF >> conftest.$ac_ext
5648
5649/* The mapping between symbol names and symbols. */
5650const struct {
5651 const char *name;
5652 void *address;
5653}
5654lt__PROGRAM__LTX_preloaded_symbols[] =
5655{
5656 { "@PROGRAM@", (void *) 0 },
5657_LT_EOF
5658 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5659 cat <<\_LT_EOF >> conftest.$ac_ext
5660 {0, (void *) 0}
5661};
5662
5663/* This works around a problem in FreeBSD linker */
5664#ifdef FREEBSD_WORKAROUND
5665static const void *lt_preloaded_setup() {
5666 return lt__PROGRAM__LTX_preloaded_symbols;
5667}
5668#endif
5669
5670#ifdef __cplusplus
5671}
5672#endif
5673_LT_EOF
5674 # Now try linking the two files.
5675 mv conftest.$ac_objext conftstm.$ac_objext
5676 lt_save_LIBS="$LIBS"
5677 lt_save_CFLAGS="$CFLAGS"
5678 LIBS="conftstm.$ac_objext"
5679 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5680 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5681 (eval $ac_link) 2>&5
5682 ac_status=$?
5683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5684 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5685 pipe_works=yes
5686 fi
5687 LIBS="$lt_save_LIBS"
5688 CFLAGS="$lt_save_CFLAGS"
5689 else
5690 echo "cannot find nm_test_func in $nlist" >&5
5691 fi
5692 else
5693 echo "cannot find nm_test_var in $nlist" >&5
5694 fi
5695 else
5696 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5697 fi
5698 else
5699 echo "$progname: failed program was:" >&5
5700 cat conftest.$ac_ext >&5
5701 fi
5702 rm -rf conftest* conftst*
5703
5704 # Do not use the global_symbol_pipe unless it works.
5705 if test "$pipe_works" = yes; then
5706 break
5707 else
5708 lt_cv_sys_global_symbol_pipe=
5709 fi
5710done
5711
5712fi
5713
5714if test -z "$lt_cv_sys_global_symbol_pipe"; then
5715 lt_cv_sys_global_symbol_to_cdecl=
5716fi
5717if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5719$as_echo "failed" >&6; }
5720else
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5722$as_echo "ok" >&6; }
5723fi
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746# Check whether --enable-libtool-lock was given.
5747if test "${enable_libtool_lock+set}" = set; then :
5748 enableval=$enable_libtool_lock;
5749fi
5750
5751test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5752
5753# Some flags need to be propagated to the compiler or linker for good
5754# libtool support.
5755case $host in
5756ia64-*-hpux*)
5757 # Find out which ABI we are using.
5758 echo 'int i;' > conftest.$ac_ext
5759 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5760 (eval $ac_compile) 2>&5
5761 ac_status=$?
5762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5763 test $ac_status = 0; }; then
5764 case `/usr/bin/file conftest.$ac_objext` in
5765 *ELF-32*)
5766 HPUX_IA64_MODE="32"
5767 ;;
5768 *ELF-64*)
5769 HPUX_IA64_MODE="64"
5770 ;;
5771 esac
5772 fi
5773 rm -rf conftest*
5774 ;;
5775*-*-irix6*)
5776 # Find out which ABI we are using.
5777 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5778 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5779 (eval $ac_compile) 2>&5
5780 ac_status=$?
5781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5782 test $ac_status = 0; }; then
5783 if test "$lt_cv_prog_gnu_ld" = yes; then
5784 case `/usr/bin/file conftest.$ac_objext` in
5785 *32-bit*)
5786 LD="${LD-ld} -melf32bsmip"
5787 ;;
5788 *N32*)
5789 LD="${LD-ld} -melf32bmipn32"
5790 ;;
5791 *64-bit*)
5792 LD="${LD-ld} -melf64bmip"
5793 ;;
5794 esac
5795 else
5796 case `/usr/bin/file conftest.$ac_objext` in
5797 *32-bit*)
5798 LD="${LD-ld} -32"
5799 ;;
5800 *N32*)
5801 LD="${LD-ld} -n32"
5802 ;;
5803 *64-bit*)
5804 LD="${LD-ld} -64"
5805 ;;
5806 esac
5807 fi
5808 fi
5809 rm -rf conftest*
5810 ;;
5811
bf3d9781 5812x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5813s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5814 # Find out which ABI we are using.
5815 echo 'int i;' > conftest.$ac_ext
5816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5817 (eval $ac_compile) 2>&5
5818 ac_status=$?
5819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5820 test $ac_status = 0; }; then
5821 case `/usr/bin/file conftest.o` in
5822 *32-bit*)
5823 case $host in
5824 x86_64-*kfreebsd*-gnu)
5825 LD="${LD-ld} -m elf_i386_fbsd"
5826 ;;
5827 x86_64-*linux*)
5828 case `/usr/bin/file conftest.o` in
5829 *x86-64*)
5830 LD="${LD-ld} -m elf32_x86_64"
5831 ;;
5832 *)
5833 LD="${LD-ld} -m elf_i386"
5834 ;;
5835 esac
5836 ;;
bf3d9781
AM
5837 powerpc64le-*linux*)
5838 LD="${LD-ld} -m elf32lppclinux"
5839 ;;
5840 powerpc64-*linux*)
6bb11ab3
L
5841 LD="${LD-ld} -m elf32ppclinux"
5842 ;;
5843 s390x-*linux*)
5844 LD="${LD-ld} -m elf_s390"
5845 ;;
5846 sparc64-*linux*)
5847 LD="${LD-ld} -m elf32_sparc"
5848 ;;
5849 esac
5850 ;;
5851 *64-bit*)
5852 case $host in
5853 x86_64-*kfreebsd*-gnu)
5854 LD="${LD-ld} -m elf_x86_64_fbsd"
5855 ;;
5856 x86_64-*linux*)
5857 LD="${LD-ld} -m elf_x86_64"
5858 ;;
bf3d9781
AM
5859 powerpcle-*linux*)
5860 LD="${LD-ld} -m elf64lppc"
5861 ;;
5862 powerpc-*linux*)
6bb11ab3
L
5863 LD="${LD-ld} -m elf64ppc"
5864 ;;
5865 s390*-*linux*|s390*-*tpf*)
5866 LD="${LD-ld} -m elf64_s390"
5867 ;;
5868 sparc*-*linux*)
5869 LD="${LD-ld} -m elf64_sparc"
5870 ;;
5871 esac
5872 ;;
5873 esac
5874 fi
5875 rm -rf conftest*
5876 ;;
5877
5878*-*-sco3.2v5*)
5879 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5880 SAVE_CFLAGS="$CFLAGS"
5881 CFLAGS="$CFLAGS -belf"
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5883$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5884if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5885 $as_echo_n "(cached) " >&6
5886else
5887 ac_ext=c
5888ac_cpp='$CPP $CPPFLAGS'
5889ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5890ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5891ac_compiler_gnu=$ac_cv_c_compiler_gnu
5892
5893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5894/* end confdefs.h. */
5895
5896int
5897main ()
5898{
5899
5900 ;
5901 return 0;
5902}
5903_ACEOF
5904if ac_fn_c_try_link "$LINENO"; then :
5905 lt_cv_cc_needs_belf=yes
5906else
5907 lt_cv_cc_needs_belf=no
5908fi
5909rm -f core conftest.err conftest.$ac_objext \
5910 conftest$ac_exeext conftest.$ac_ext
5911 ac_ext=c
5912ac_cpp='$CPP $CPPFLAGS'
5913ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5914ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5915ac_compiler_gnu=$ac_cv_c_compiler_gnu
5916
5917fi
5918{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5919$as_echo "$lt_cv_cc_needs_belf" >&6; }
5920 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5921 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5922 CFLAGS="$SAVE_CFLAGS"
5923 fi
5924 ;;
5925sparc*-*solaris*)
5926 # Find out which ABI we are using.
5927 echo 'int i;' > conftest.$ac_ext
5928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5929 (eval $ac_compile) 2>&5
5930 ac_status=$?
5931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5932 test $ac_status = 0; }; then
5933 case `/usr/bin/file conftest.o` in
5934 *64-bit*)
5935 case $lt_cv_prog_gnu_ld in
5936 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5937 *)
5938 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5939 LD="${LD-ld} -64"
5940 fi
5941 ;;
5942 esac
5943 ;;
5944 esac
5945 fi
5946 rm -rf conftest*
5947 ;;
5948esac
5949
5950need_locks="$enable_libtool_lock"
5951
5952
5953 case $host_os in
5954 rhapsody* | darwin*)
5955 if test -n "$ac_tool_prefix"; then
5956 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5957set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5959$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5960if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5961 $as_echo_n "(cached) " >&6
5962else
5963 if test -n "$DSYMUTIL"; then
5964 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5965else
5966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5967for as_dir in $PATH
5968do
5969 IFS=$as_save_IFS
5970 test -z "$as_dir" && as_dir=.
5971 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5972 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5973 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5975 break 2
5976 fi
5977done
5978 done
5979IFS=$as_save_IFS
5980
5981fi
5982fi
5983DSYMUTIL=$ac_cv_prog_DSYMUTIL
5984if test -n "$DSYMUTIL"; then
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5986$as_echo "$DSYMUTIL" >&6; }
5987else
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5989$as_echo "no" >&6; }
5990fi
5991
5992
5993fi
5994if test -z "$ac_cv_prog_DSYMUTIL"; then
5995 ac_ct_DSYMUTIL=$DSYMUTIL
5996 # Extract the first word of "dsymutil", so it can be a program name with args.
5997set dummy dsymutil; ac_word=$2
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5999$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6000if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
6001 $as_echo_n "(cached) " >&6
6002else
6003 if test -n "$ac_ct_DSYMUTIL"; then
6004 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6005else
6006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007for as_dir in $PATH
6008do
6009 IFS=$as_save_IFS
6010 test -z "$as_dir" && as_dir=.
6011 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6013 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6015 break 2
6016 fi
6017done
6018 done
6019IFS=$as_save_IFS
6020
6021fi
6022fi
6023ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6024if test -n "$ac_ct_DSYMUTIL"; then
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6026$as_echo "$ac_ct_DSYMUTIL" >&6; }
6027else
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6029$as_echo "no" >&6; }
6030fi
6031
6032 if test "x$ac_ct_DSYMUTIL" = x; then
6033 DSYMUTIL=":"
6034 else
6035 case $cross_compiling:$ac_tool_warned in
6036yes:)
6037{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6038$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6039ac_tool_warned=yes ;;
6040esac
6041 DSYMUTIL=$ac_ct_DSYMUTIL
6042 fi
6043else
6044 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6045fi
6046
6047 if test -n "$ac_tool_prefix"; then
6048 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6049set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6051$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6052if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6053 $as_echo_n "(cached) " >&6
6054else
6055 if test -n "$NMEDIT"; then
6056 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6057else
6058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6059for as_dir in $PATH
6060do
6061 IFS=$as_save_IFS
6062 test -z "$as_dir" && as_dir=.
6063 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6065 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6067 break 2
6068 fi
6069done
6070 done
6071IFS=$as_save_IFS
6072
6073fi
6074fi
6075NMEDIT=$ac_cv_prog_NMEDIT
6076if test -n "$NMEDIT"; then
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6078$as_echo "$NMEDIT" >&6; }
6079else
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6081$as_echo "no" >&6; }
6082fi
6083
6084
6085fi
6086if test -z "$ac_cv_prog_NMEDIT"; then
6087 ac_ct_NMEDIT=$NMEDIT
6088 # Extract the first word of "nmedit", so it can be a program name with args.
6089set dummy nmedit; ac_word=$2
6090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6091$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6092if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6093 $as_echo_n "(cached) " >&6
6094else
6095 if test -n "$ac_ct_NMEDIT"; then
6096 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6097else
6098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6099for as_dir in $PATH
6100do
6101 IFS=$as_save_IFS
6102 test -z "$as_dir" && as_dir=.
6103 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6105 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6107 break 2
6108 fi
6109done
6110 done
6111IFS=$as_save_IFS
6112
6113fi
6114fi
6115ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6116if test -n "$ac_ct_NMEDIT"; then
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6118$as_echo "$ac_ct_NMEDIT" >&6; }
6119else
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6121$as_echo "no" >&6; }
6122fi
6123
6124 if test "x$ac_ct_NMEDIT" = x; then
6125 NMEDIT=":"
6126 else
6127 case $cross_compiling:$ac_tool_warned in
6128yes:)
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6130$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6131ac_tool_warned=yes ;;
6132esac
6133 NMEDIT=$ac_ct_NMEDIT
6134 fi
6135else
6136 NMEDIT="$ac_cv_prog_NMEDIT"
6137fi
6138
6139 if test -n "$ac_tool_prefix"; then
6140 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6141set dummy ${ac_tool_prefix}lipo; ac_word=$2
6142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6143$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6144if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6145 $as_echo_n "(cached) " >&6
6146else
6147 if test -n "$LIPO"; then
6148 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6149else
6150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6151for as_dir in $PATH
6152do
6153 IFS=$as_save_IFS
6154 test -z "$as_dir" && as_dir=.
6155 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6157 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6159 break 2
6160 fi
6161done
6162 done
6163IFS=$as_save_IFS
6164
6165fi
6166fi
6167LIPO=$ac_cv_prog_LIPO
6168if test -n "$LIPO"; then
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6170$as_echo "$LIPO" >&6; }
6171else
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6173$as_echo "no" >&6; }
6174fi
6175
6176
6177fi
6178if test -z "$ac_cv_prog_LIPO"; then
6179 ac_ct_LIPO=$LIPO
6180 # Extract the first word of "lipo", so it can be a program name with args.
6181set dummy lipo; ac_word=$2
6182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6183$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6184if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6185 $as_echo_n "(cached) " >&6
6186else
6187 if test -n "$ac_ct_LIPO"; then
6188 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6189else
6190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6191for as_dir in $PATH
6192do
6193 IFS=$as_save_IFS
6194 test -z "$as_dir" && as_dir=.
6195 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6197 ac_cv_prog_ac_ct_LIPO="lipo"
6198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6199 break 2
6200 fi
6201done
6202 done
6203IFS=$as_save_IFS
6204
6205fi
6206fi
6207ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6208if test -n "$ac_ct_LIPO"; then
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6210$as_echo "$ac_ct_LIPO" >&6; }
6211else
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6213$as_echo "no" >&6; }
6214fi
6215
6216 if test "x$ac_ct_LIPO" = x; then
6217 LIPO=":"
6218 else
6219 case $cross_compiling:$ac_tool_warned in
6220yes:)
6221{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6222$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6223ac_tool_warned=yes ;;
6224esac
6225 LIPO=$ac_ct_LIPO
6226 fi
6227else
6228 LIPO="$ac_cv_prog_LIPO"
6229fi
6230
6231 if test -n "$ac_tool_prefix"; then
6232 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6233set dummy ${ac_tool_prefix}otool; ac_word=$2
6234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6235$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6236if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6237 $as_echo_n "(cached) " >&6
6238else
6239 if test -n "$OTOOL"; then
6240 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6241else
6242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6243for as_dir in $PATH
6244do
6245 IFS=$as_save_IFS
6246 test -z "$as_dir" && as_dir=.
6247 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6248 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6249 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6251 break 2
6252 fi
6253done
6254 done
6255IFS=$as_save_IFS
6256
6257fi
6258fi
6259OTOOL=$ac_cv_prog_OTOOL
6260if test -n "$OTOOL"; then
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6262$as_echo "$OTOOL" >&6; }
6263else
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6265$as_echo "no" >&6; }
6266fi
6267
6268
6269fi
6270if test -z "$ac_cv_prog_OTOOL"; then
6271 ac_ct_OTOOL=$OTOOL
6272 # Extract the first word of "otool", so it can be a program name with args.
6273set dummy otool; ac_word=$2
6274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6275$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6276if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6277 $as_echo_n "(cached) " >&6
6278else
6279 if test -n "$ac_ct_OTOOL"; then
6280 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6281else
6282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6283for as_dir in $PATH
6284do
6285 IFS=$as_save_IFS
6286 test -z "$as_dir" && as_dir=.
6287 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6289 ac_cv_prog_ac_ct_OTOOL="otool"
6290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6291 break 2
6292 fi
6293done
6294 done
6295IFS=$as_save_IFS
6296
6297fi
6298fi
6299ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6300if test -n "$ac_ct_OTOOL"; then
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6302$as_echo "$ac_ct_OTOOL" >&6; }
6303else
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6305$as_echo "no" >&6; }
6306fi
6307
6308 if test "x$ac_ct_OTOOL" = x; then
6309 OTOOL=":"
6310 else
6311 case $cross_compiling:$ac_tool_warned in
6312yes:)
6313{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6314$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6315ac_tool_warned=yes ;;
6316esac
6317 OTOOL=$ac_ct_OTOOL
6318 fi
6319else
6320 OTOOL="$ac_cv_prog_OTOOL"
6321fi
6322
6323 if test -n "$ac_tool_prefix"; then
6324 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6325set dummy ${ac_tool_prefix}otool64; ac_word=$2
6326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6327$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6328if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6329 $as_echo_n "(cached) " >&6
6330else
6331 if test -n "$OTOOL64"; then
6332 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6333else
6334as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6335for as_dir in $PATH
6336do
6337 IFS=$as_save_IFS
6338 test -z "$as_dir" && as_dir=.
6339 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6341 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6343 break 2
6344 fi
6345done
6346 done
6347IFS=$as_save_IFS
6348
6349fi
6350fi
6351OTOOL64=$ac_cv_prog_OTOOL64
6352if test -n "$OTOOL64"; then
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6354$as_echo "$OTOOL64" >&6; }
6355else
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6357$as_echo "no" >&6; }
6358fi
6359
6360
6361fi
6362if test -z "$ac_cv_prog_OTOOL64"; then
6363 ac_ct_OTOOL64=$OTOOL64
6364 # Extract the first word of "otool64", so it can be a program name with args.
6365set dummy otool64; ac_word=$2
6366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6367$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6368if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6369 $as_echo_n "(cached) " >&6
6370else
6371 if test -n "$ac_ct_OTOOL64"; then
6372 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6373else
6374as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375for as_dir in $PATH
6376do
6377 IFS=$as_save_IFS
6378 test -z "$as_dir" && as_dir=.
6379 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6380 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6381 ac_cv_prog_ac_ct_OTOOL64="otool64"
6382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6383 break 2
6384 fi
6385done
6386 done
6387IFS=$as_save_IFS
6388
6389fi
6390fi
6391ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6392if test -n "$ac_ct_OTOOL64"; then
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6394$as_echo "$ac_ct_OTOOL64" >&6; }
6395else
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6397$as_echo "no" >&6; }
6398fi
6399
6400 if test "x$ac_ct_OTOOL64" = x; then
6401 OTOOL64=":"
6402 else
6403 case $cross_compiling:$ac_tool_warned in
6404yes:)
6405{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6406$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6407ac_tool_warned=yes ;;
6408esac
6409 OTOOL64=$ac_ct_OTOOL64
6410 fi
6411else
6412 OTOOL64="$ac_cv_prog_OTOOL64"
6413fi
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6442$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6443if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6444 $as_echo_n "(cached) " >&6
6445else
6446 lt_cv_apple_cc_single_mod=no
6447 if test -z "${LT_MULTI_MODULE}"; then
6448 # By default we will add the -single_module flag. You can override
6449 # by either setting the environment variable LT_MULTI_MODULE
6450 # non-empty at configure time, or by adding -multi_module to the
6451 # link flags.
6452 rm -rf libconftest.dylib*
6453 echo "int foo(void){return 1;}" > conftest.c
6454 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6455-dynamiclib -Wl,-single_module conftest.c" >&5
6456 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6457 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6458 _lt_result=$?
6459 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6460 lt_cv_apple_cc_single_mod=yes
6461 else
6462 cat conftest.err >&5
6463 fi
6464 rm -rf libconftest.dylib*
6465 rm -f conftest.*
6466 fi
6467fi
6468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6469$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6471$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6472if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6473 $as_echo_n "(cached) " >&6
6474else
6475 lt_cv_ld_exported_symbols_list=no
6476 save_LDFLAGS=$LDFLAGS
6477 echo "_main" > conftest.sym
6478 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6480/* end confdefs.h. */
6481
6482int
6483main ()
6484{
6485
6486 ;
6487 return 0;
6488}
6489_ACEOF
6490if ac_fn_c_try_link "$LINENO"; then :
6491 lt_cv_ld_exported_symbols_list=yes
6492else
6493 lt_cv_ld_exported_symbols_list=no
6494fi
6495rm -f core conftest.err conftest.$ac_objext \
6496 conftest$ac_exeext conftest.$ac_ext
6497 LDFLAGS="$save_LDFLAGS"
6498
6499fi
6500{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6501$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6503$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6504if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6505 $as_echo_n "(cached) " >&6
6506else
6507 lt_cv_ld_force_load=no
6508 cat > conftest.c << _LT_EOF
6509int forced_loaded() { return 2;}
6510_LT_EOF
6511 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6512 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6513 echo "$AR cru libconftest.a conftest.o" >&5
6514 $AR cru libconftest.a conftest.o 2>&5
6515 cat > conftest.c << _LT_EOF
6516int main() { return 0;}
6517_LT_EOF
6518 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6519 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6520 _lt_result=$?
6521 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6522 lt_cv_ld_force_load=yes
6523 else
6524 cat conftest.err >&5
6525 fi
6526 rm -f conftest.err libconftest.a conftest conftest.c
6527 rm -rf conftest.dSYM
6528
6529fi
6530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6531$as_echo "$lt_cv_ld_force_load" >&6; }
6532 case $host_os in
6533 rhapsody* | darwin1.[012])
6534 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6535 darwin1.*)
6536 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6537 darwin*) # darwin 5.x on
6538 # if running on 10.5 or later, the deployment target defaults
6539 # to the OS version, if on x86, and 10.4, the deployment
6540 # target defaults to 10.4. Don't you love it?
6541 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6542 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6543 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6544 10.[012][,.]*)
6bb11ab3
L
6545 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6546 10.*)
6547 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6548 esac
6549 ;;
6550 esac
6551 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6552 _lt_dar_single_mod='$single_module'
6553 fi
6554 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6555 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6556 else
6557 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6558 fi
6559 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6560 _lt_dsymutil='~$DSYMUTIL $lib || :'
6561 else
6562 _lt_dsymutil=
6563 fi
6564 ;;
6565 esac
6566
6567for ac_header in dlfcn.h
6568do :
6569 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6570"
d0ac1c44 6571if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6572 cat >>confdefs.h <<_ACEOF
6573#define HAVE_DLFCN_H 1
6574_ACEOF
6575
6576fi
6577
6578done
6579
6580
6581
ebe9564b 6582
6bb11ab3 6583
0cb8d851
MF
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6585$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6586if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6587 $as_echo_n "(cached) " >&6
6588else
6589 ac_cv_c_bigendian=unknown
6590 # See if we're dealing with a universal compiler.
6591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6592/* end confdefs.h. */
6593#ifndef __APPLE_CC__
6594 not a universal capable compiler
6595 #endif
6596 typedef int dummy;
6597
6598_ACEOF
6599if ac_fn_c_try_compile "$LINENO"; then :
6600
6601 # Check for potential -arch flags. It is not universal unless
6602 # there are at least two -arch flags with different values.
6603 ac_arch=
6604 ac_prev=
6605 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6606 if test -n "$ac_prev"; then
6607 case $ac_word in
6608 i?86 | x86_64 | ppc | ppc64)
6609 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6610 ac_arch=$ac_word
6611 else
6612 ac_cv_c_bigendian=universal
6613 break
6614 fi
6615 ;;
6616 esac
6617 ac_prev=
6618 elif test "x$ac_word" = "x-arch"; then
6619 ac_prev=arch
6620 fi
6621 done
6622fi
6623rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6624 if test $ac_cv_c_bigendian = unknown; then
6625 # See if sys/param.h defines the BYTE_ORDER macro.
6626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6627/* end confdefs.h. */
6628#include <sys/types.h>
6629 #include <sys/param.h>
6630
6631int
6632main ()
6633{
6634#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6635 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6636 && LITTLE_ENDIAN)
6637 bogus endian macros
6638 #endif
6639
6640 ;
6641 return 0;
6642}
6643_ACEOF
6644if ac_fn_c_try_compile "$LINENO"; then :
6645 # It does; now see whether it defined to BIG_ENDIAN or not.
6646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6647/* end confdefs.h. */
6648#include <sys/types.h>
6649 #include <sys/param.h>
6650
6651int
6652main ()
6653{
6654#if BYTE_ORDER != BIG_ENDIAN
6655 not big endian
6656 #endif
6657
6658 ;
6659 return 0;
6660}
6661_ACEOF
6662if ac_fn_c_try_compile "$LINENO"; then :
6663 ac_cv_c_bigendian=yes
6664else
6665 ac_cv_c_bigendian=no
6666fi
6667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6668fi
6669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6670 fi
6671 if test $ac_cv_c_bigendian = unknown; then
6672 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6674/* end confdefs.h. */
6675#include <limits.h>
6676
6677int
6678main ()
6679{
6680#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6681 bogus endian macros
6682 #endif
6683
6684 ;
6685 return 0;
6686}
6687_ACEOF
6688if ac_fn_c_try_compile "$LINENO"; then :
6689 # It does; now see whether it defined to _BIG_ENDIAN or not.
6690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6691/* end confdefs.h. */
6692#include <limits.h>
6693
6694int
6695main ()
6696{
6697#ifndef _BIG_ENDIAN
6698 not big endian
6699 #endif
6700
6701 ;
6702 return 0;
6703}
6704_ACEOF
6705if ac_fn_c_try_compile "$LINENO"; then :
6706 ac_cv_c_bigendian=yes
6707else
6708 ac_cv_c_bigendian=no
6709fi
6710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6711fi
6712rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6713 fi
6714 if test $ac_cv_c_bigendian = unknown; then
6715 # Compile a test program.
6716 if test "$cross_compiling" = yes; then :
6717 # Try to guess by grepping values from an object file.
6718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6719/* end confdefs.h. */
6720short int ascii_mm[] =
6721 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6722 short int ascii_ii[] =
6723 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6724 int use_ascii (int i) {
6725 return ascii_mm[i] + ascii_ii[i];
6726 }
6727 short int ebcdic_ii[] =
6728 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6729 short int ebcdic_mm[] =
6730 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6731 int use_ebcdic (int i) {
6732 return ebcdic_mm[i] + ebcdic_ii[i];
6733 }
6734 extern int foo;
6735
6736int
6737main ()
6738{
6739return use_ascii (foo) == use_ebcdic (foo);
6740 ;
6741 return 0;
6742}
6743_ACEOF
6744if ac_fn_c_try_compile "$LINENO"; then :
6745 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6746 ac_cv_c_bigendian=yes
6747 fi
6748 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6749 if test "$ac_cv_c_bigendian" = unknown; then
6750 ac_cv_c_bigendian=no
6751 else
6752 # finding both strings is unlikely to happen, but who knows?
6753 ac_cv_c_bigendian=unknown
6754 fi
6755 fi
6756fi
6757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6758else
6759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6760/* end confdefs.h. */
6761$ac_includes_default
6762int
6763main ()
6764{
6765
6766 /* Are we little or big endian? From Harbison&Steele. */
6767 union
6768 {
6769 long int l;
6770 char c[sizeof (long int)];
6771 } u;
6772 u.l = 1;
6773 return u.c[sizeof (long int) - 1] == 1;
6774
6775 ;
6776 return 0;
6777}
6778_ACEOF
6779if ac_fn_c_try_run "$LINENO"; then :
6780 ac_cv_c_bigendian=no
6781else
6782 ac_cv_c_bigendian=yes
6783fi
6784rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6785 conftest.$ac_objext conftest.beam conftest.$ac_ext
6786fi
6787
6788 fi
6789fi
6790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6791$as_echo "$ac_cv_c_bigendian" >&6; }
6792 case $ac_cv_c_bigendian in #(
6793 yes)
6794 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6795;; #(
6796 no)
6797 ;; #(
6798 universal)
6799
6800$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6801
6802 ;; #(
6803 *)
d0ac1c44 6804 as_fn_error $? "unknown endianness
0cb8d851
MF
6805 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6806 esac
6807
6bb11ab3
L
6808
6809
6810
c25ea03d
MF
6811if test "x$cross_compiling" = "xno"; then
6812 : "${CC_FOR_BUILD:=\$(CC)}"
6813 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6814 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d
MF
6815else
6816 : "${CC_FOR_BUILD:=gcc}"
6817 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6818 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6819fi
6820
6821
6822
c25ea03d 6823
c2783492 6824
a3e2cc64
MF
6825if test -n "$ac_tool_prefix"; then
6826 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6827set dummy ${ac_tool_prefix}ar; ac_word=$2
6828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6829$as_echo_n "checking for $ac_word... " >&6; }
6830if ${ac_cv_prog_AR+:} false; then :
6831 $as_echo_n "(cached) " >&6
6832else
6833 if test -n "$AR"; then
6834 ac_cv_prog_AR="$AR" # Let the user override the test.
6835else
6836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6837for as_dir in $PATH
6838do
6839 IFS=$as_save_IFS
6840 test -z "$as_dir" && as_dir=.
6841 for ac_exec_ext in '' $ac_executable_extensions; do
6842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6843 ac_cv_prog_AR="${ac_tool_prefix}ar"
6844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6845 break 2
6846 fi
6847done
6848 done
6849IFS=$as_save_IFS
6850
6851fi
6852fi
6853AR=$ac_cv_prog_AR
6854if test -n "$AR"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6856$as_echo "$AR" >&6; }
6857else
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6859$as_echo "no" >&6; }
6860fi
6861
6862
6863fi
6864if test -z "$ac_cv_prog_AR"; then
6865 ac_ct_AR=$AR
6866 # Extract the first word of "ar", so it can be a program name with args.
6867set dummy ar; ac_word=$2
6868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6869$as_echo_n "checking for $ac_word... " >&6; }
6870if ${ac_cv_prog_ac_ct_AR+:} false; then :
6871 $as_echo_n "(cached) " >&6
6872else
6873 if test -n "$ac_ct_AR"; then
6874 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6875else
6876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6877for as_dir in $PATH
6878do
6879 IFS=$as_save_IFS
6880 test -z "$as_dir" && as_dir=.
6881 for ac_exec_ext in '' $ac_executable_extensions; do
6882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6883 ac_cv_prog_ac_ct_AR="ar"
6884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6885 break 2
6886 fi
6887done
6888 done
6889IFS=$as_save_IFS
6890
6891fi
6892fi
6893ac_ct_AR=$ac_cv_prog_ac_ct_AR
6894if test -n "$ac_ct_AR"; then
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6896$as_echo "$ac_ct_AR" >&6; }
6897else
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6899$as_echo "no" >&6; }
6900fi
6901
6902 if test "x$ac_ct_AR" = x; then
6903 AR=""
6904 else
6905 case $cross_compiling:$ac_tool_warned in
6906yes:)
6907{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6908$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6909ac_tool_warned=yes ;;
6910esac
6911 AR=$ac_ct_AR
6912 fi
6913else
6914 AR="$ac_cv_prog_AR"
6915fi
6bb11ab3
L
6916
6917if test -n "$ac_tool_prefix"; then
6918 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6919set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6921$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6922if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6923 $as_echo_n "(cached) " >&6
6924else
6925 if test -n "$RANLIB"; then
6926 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6927else
6928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6929for as_dir in $PATH
6930do
6931 IFS=$as_save_IFS
6932 test -z "$as_dir" && as_dir=.
6933 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6935 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6937 break 2
6938 fi
6939done
6940 done
6941IFS=$as_save_IFS
6942
6943fi
6944fi
6945RANLIB=$ac_cv_prog_RANLIB
6946if test -n "$RANLIB"; then
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6948$as_echo "$RANLIB" >&6; }
6949else
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6951$as_echo "no" >&6; }
6952fi
6953
6954
6955fi
6956if test -z "$ac_cv_prog_RANLIB"; then
6957 ac_ct_RANLIB=$RANLIB
6958 # Extract the first word of "ranlib", so it can be a program name with args.
6959set dummy ranlib; ac_word=$2
6960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6961$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6962if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6963 $as_echo_n "(cached) " >&6
6964else
6965 if test -n "$ac_ct_RANLIB"; then
6966 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6967else
6968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6969for as_dir in $PATH
6970do
6971 IFS=$as_save_IFS
6972 test -z "$as_dir" && as_dir=.
6973 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6975 ac_cv_prog_ac_ct_RANLIB="ranlib"
6976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6977 break 2
6978 fi
6979done
6980 done
6981IFS=$as_save_IFS
6982
6983fi
6984fi
6985ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6986if test -n "$ac_ct_RANLIB"; then
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6988$as_echo "$ac_ct_RANLIB" >&6; }
6989else
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6991$as_echo "no" >&6; }
6992fi
6993
6994 if test "x$ac_ct_RANLIB" = x; then
6995 RANLIB=":"
6996 else
6997 case $cross_compiling:$ac_tool_warned in
6998yes:)
6999{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7000$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7001ac_tool_warned=yes ;;
7002esac
7003 RANLIB=$ac_ct_RANLIB
7004 fi
7005else
7006 RANLIB="$ac_cv_prog_RANLIB"
7007fi
7008
7009
46f900c0
MF
7010# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7011# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7012# is C99. So handle it ourselves.
7013:
7014C_DIALECT=
7015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7016$as_echo_n "checking whether C11 is supported by default... " >&6; }
7017cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7018/* end confdefs.h. */
7019
7020#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7021# error "C11 support not found"
7022#endif
7023
7024_ACEOF
7025if ac_fn_c_try_compile "$LINENO"; then :
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7027$as_echo "yes" >&6; }
7028else
7029
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7031$as_echo "no" >&6; }
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7033$as_echo_n "checking for -std=c11 support... " >&6; }
7034 ac_save_CC="$CC"
7035 CC="$CC -std=c11"
7036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7037/* end confdefs.h. */
7038
7039#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7040# error "C11 support not found"
7041#endif
7042
7043_ACEOF
7044if ac_fn_c_try_compile "$LINENO"; then :
7045
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7047$as_echo "yes" >&6; }
7048 CC="$ac_save_CC"
7049 C_DIALECT="-std=c11"
7050
7051else
7052 as_fn_error $? "C11 is required" "$LINENO" 5
7053fi
7054rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7055fi
7056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7057
7058
c2783492
MF
7059ac_config_headers="$ac_config_headers config.h:config.in"
7060
7061
6bb11ab3
L
7062# Some of the common include files depend on bfd.h, and bfd.h checks
7063# that config.h is included first by testing that the PACKAGE macro
7064# is defined.
7065PACKAGE=sim
7066
7067cat >>confdefs.h <<_ACEOF
7068#define PACKAGE "$PACKAGE"
7069_ACEOF
7070
7071
7072
7073# Dependency checking.
7074ac_config_commands="$ac_config_commands depdir"
7075
7076
7077depcc="$CC" am_compiler_list=
7078
7079am_depcomp=$ac_aux_dir/depcomp
7080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7081$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7082if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7083 $as_echo_n "(cached) " >&6
7084else
7085 if test -f "$am_depcomp"; then
7086 # We make a subdir and do the tests there. Otherwise we can end up
7087 # making bogus files that we don't know about and never remove. For
7088 # instance it was reported that on HP-UX the gcc test will end up
7089 # making a dummy file named `D' -- because `-MD' means `put the output
7090 # in D'.
7091 mkdir conftest.dir
7092 # Copy depcomp to subdir because otherwise we won't find it if we're
7093 # using a relative directory.
7094 cp "$am_depcomp" conftest.dir
7095 cd conftest.dir
7096 # We will build objects and dependencies in a subdirectory because
7097 # it helps to detect inapplicable dependency modes. For instance
7098 # both Tru64's cc and ICC support -MD to output dependencies as a
7099 # side effect of compilation, but ICC will put the dependencies in
7100 # the current directory while Tru64 will put them in the object
7101 # directory.
7102 mkdir sub
7103
7104 am_cv_CC_dependencies_compiler_type=none
7105 if test "$am_compiler_list" = ""; then
7106 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7107 fi
7108 for depmode in $am_compiler_list; do
7109 if test $depmode = none; then break; fi
7110
7111 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7112 # Setup a source with many dependencies, because some compilers
7113 # like to wrap large dependency lists on column 80 (with \), and
7114 # we should not choose a depcomp mode which is confused by this.
7115 #
7116 # We need to recreate these files for each test, as the compiler may
7117 # overwrite some of them when testing with obscure command lines.
7118 # This happens at least with the AIX C compiler.
7119 : > sub/conftest.c
7120 for i in 1 2 3 4 5 6; do
7121 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7122 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7123 # Solaris 8's {/usr,}/bin/sh.
7124 touch sub/conftst$i.h
7125 done
7126 echo "include sub/conftest.Po" > confmf
7127
7128 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7129 # mode. It turns out that the SunPro C++ compiler does not properly
7130 # handle `-M -o', and we need to detect this.
7131 depcmd="depmode=$depmode \
7132 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7133 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7134 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7135 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7136 if env $depcmd > conftest.err 2>&1 &&
7137 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7138 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7139 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7140 # icc doesn't choke on unknown options, it will just issue warnings
7141 # or remarks (even with -Werror). So we grep stderr for any message
7142 # that says an option was ignored or not supported.
7143 # When given -MP, icc 7.0 and 7.1 complain thusly:
7144 # icc: Command line warning: ignoring option '-M'; no argument required
7145 # The diagnosis changed in icc 8.0:
7146 # icc: Command line remark: option '-MP' not supported
7147 if (grep 'ignoring option' conftest.err ||
7148 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7149 am_cv_CC_dependencies_compiler_type=$depmode
7150 $as_echo "$as_me:$LINENO: success" >&5
7151 break
7152 fi
7153 fi
7154 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7155 sed -e 's/^/| /' < conftest.err >&5
7156 done
7157
7158 cd ..
7159 rm -rf conftest.dir
7160else
7161 am_cv_CC_dependencies_compiler_type=none
7162fi
7163
7164fi
7165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7166$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7167if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7168then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7169else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7170
7171fi
7172
7173
7174# Check for the 'make' the user wants to use.
7175for ac_prog in make
7176do
7177 # Extract the first word of "$ac_prog", so it can be a program name with args.
7178set dummy $ac_prog; ac_word=$2
7179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7180$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7181if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7182 $as_echo_n "(cached) " >&6
7183else
7184 if test -n "$MAKE"; then
7185 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7186else
7187as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7188for as_dir in $PATH
7189do
7190 IFS=$as_save_IFS
7191 test -z "$as_dir" && as_dir=.
7192 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7194 ac_cv_prog_MAKE="$ac_prog"
7195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7196 break 2
7197 fi
7198done
7199 done
7200IFS=$as_save_IFS
7201
7202fi
7203fi
7204MAKE=$ac_cv_prog_MAKE
7205if test -n "$MAKE"; then
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7207$as_echo "$MAKE" >&6; }
7208else
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7210$as_echo "no" >&6; }
7211fi
7212
7213
7214 test -n "$MAKE" && break
7215done
7216
7217MAKE_IS_GNU=
7218case "`$MAKE --version 2>&1 | sed 1q`" in
7219 *GNU*)
7220 MAKE_IS_GNU=yes
7221 ;;
7222esac
7223 if test "$MAKE_IS_GNU" = yes; then
7224 GMAKE_TRUE=
7225 GMAKE_FALSE='#'
7226else
7227 GMAKE_TRUE='#'
7228 GMAKE_FALSE=
7229fi
7230
7231
7232ALL_LINGUAS=
7233# If we haven't got the data from the intl directory,
7234# assume NLS is disabled.
7235USE_NLS=no
7236LIBINTL=
7237LIBINTL_DEP=
7238INCINTL=
7239XGETTEXT=
7240GMSGFMT=
7241POSUB=
7242
7243if test -f ../../intl/config.intl; then
7244 . ../../intl/config.intl
7245fi
7246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7247$as_echo_n "checking whether NLS is requested... " >&6; }
7248if test x"$USE_NLS" != xyes; then
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7250$as_echo "no" >&6; }
7251else
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7253$as_echo "yes" >&6; }
7254
7255$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7256
7257
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7259$as_echo_n "checking for catalogs to be installed... " >&6; }
7260 # Look for .po and .gmo files in the source directory.
7261 CATALOGS=
7262 XLINGUAS=
7263 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7264 # If there aren't any .gmo files the shell will give us the
7265 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7266 # weeded out.
7267 case "$cat" in *\**)
7268 continue;;
7269 esac
7270 # The quadruple backslash is collapsed to a double backslash
7271 # by the backticks, then collapsed again by the double quotes,
7272 # leaving us with one backslash in the sed expression (right
7273 # before the dot that mustn't act as a wildcard).
7274 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7275 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7276 # The user is allowed to set LINGUAS to a list of languages to
7277 # install catalogs for. If it's empty that means "all of them."
7278 if test "x$LINGUAS" = x; then
7279 CATALOGS="$CATALOGS $cat"
7280 XLINGUAS="$XLINGUAS $lang"
7281 else
7282 case "$LINGUAS" in *$lang*)
7283 CATALOGS="$CATALOGS $cat"
7284 XLINGUAS="$XLINGUAS $lang"
7285 ;;
7286 esac
7287 fi
7288 done
7289 LINGUAS="$XLINGUAS"
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7291$as_echo "$LINGUAS" >&6; }
7292
7293
7294 DATADIRNAME=share
7295
7296 INSTOBJEXT=.mo
7297
7298 GENCAT=gencat
7299
7300 CATOBJEXT=.gmo
7301
7302fi
7303
7304# Check for common headers.
68ed2854
MF
7305# NB: You can assume C11 headers exist.
7306for ac_header in unistd.h
6bb11ab3 7307do :
68ed2854
MF
7308 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7309if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7310 cat >>confdefs.h <<_ACEOF
68ed2854 7311#define HAVE_UNISTD_H 1
6bb11ab3
L
7312_ACEOF
7313
7314fi
7315
7316done
7317
936df756 7318for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7319do :
7320 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7321ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7322if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7323 cat >>confdefs.h <<_ACEOF
7324#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7325_ACEOF
7326
7327fi
7328
7329done
7330
7331for ac_header in fcntl.h fpu_control.h
7332do :
7333 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7334ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7335if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7336 cat >>confdefs.h <<_ACEOF
7337#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7338_ACEOF
7339
7340fi
7341
7342done
7343
68ed2854 7344for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7345do :
7346 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7347ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7348if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7349 cat >>confdefs.h <<_ACEOF
7350#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7351_ACEOF
7352
7353fi
7354
7355done
7356
936df756
MF
7357
7358ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7359#include <sys/types.h>
7360#endif
7361#ifdef HAVE_SYS_STAT_H
7362#include <sys/stat.h>
7363#endif
7364"
d0ac1c44 7365if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7366
7367cat >>confdefs.h <<_ACEOF
7368#define HAVE_STRUCT_STAT_ST_DEV 1
7369_ACEOF
7370
7371
7372fi
7373ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7374#include <sys/types.h>
7375#endif
7376#ifdef HAVE_SYS_STAT_H
7377#include <sys/stat.h>
7378#endif
7379"
d0ac1c44 7380if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7381
7382cat >>confdefs.h <<_ACEOF
7383#define HAVE_STRUCT_STAT_ST_INO 1
7384_ACEOF
7385
7386
7387fi
7388ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7389#include <sys/types.h>
7390#endif
7391#ifdef HAVE_SYS_STAT_H
7392#include <sys/stat.h>
7393#endif
7394"
d0ac1c44 7395if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7396
7397cat >>confdefs.h <<_ACEOF
7398#define HAVE_STRUCT_STAT_ST_MODE 1
7399_ACEOF
7400
7401
7402fi
7403ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7404#include <sys/types.h>
7405#endif
7406#ifdef HAVE_SYS_STAT_H
7407#include <sys/stat.h>
7408#endif
7409"
d0ac1c44 7410if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7411
7412cat >>confdefs.h <<_ACEOF
7413#define HAVE_STRUCT_STAT_ST_NLINK 1
7414_ACEOF
7415
7416
7417fi
7418ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7419#include <sys/types.h>
7420#endif
7421#ifdef HAVE_SYS_STAT_H
7422#include <sys/stat.h>
7423#endif
7424"
d0ac1c44 7425if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7426
7427cat >>confdefs.h <<_ACEOF
7428#define HAVE_STRUCT_STAT_ST_UID 1
7429_ACEOF
7430
7431
7432fi
7433ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7434#include <sys/types.h>
7435#endif
7436#ifdef HAVE_SYS_STAT_H
7437#include <sys/stat.h>
7438#endif
7439"
d0ac1c44 7440if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7441
7442cat >>confdefs.h <<_ACEOF
7443#define HAVE_STRUCT_STAT_ST_GID 1
7444_ACEOF
7445
7446
7447fi
7448ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7449#include <sys/types.h>
7450#endif
7451#ifdef HAVE_SYS_STAT_H
7452#include <sys/stat.h>
7453#endif
7454"
d0ac1c44 7455if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7456
7457cat >>confdefs.h <<_ACEOF
7458#define HAVE_STRUCT_STAT_ST_RDEV 1
7459_ACEOF
7460
7461
7462fi
7463ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7464#include <sys/types.h>
7465#endif
7466#ifdef HAVE_SYS_STAT_H
7467#include <sys/stat.h>
7468#endif
7469"
d0ac1c44 7470if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7471
7472cat >>confdefs.h <<_ACEOF
7473#define HAVE_STRUCT_STAT_ST_SIZE 1
7474_ACEOF
7475
7476
7477fi
7478ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7479#include <sys/types.h>
7480#endif
7481#ifdef HAVE_SYS_STAT_H
7482#include <sys/stat.h>
7483#endif
7484"
d0ac1c44 7485if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7486
7487cat >>confdefs.h <<_ACEOF
7488#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7489_ACEOF
7490
7491
7492fi
7493ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7494#include <sys/types.h>
7495#endif
7496#ifdef HAVE_SYS_STAT_H
7497#include <sys/stat.h>
7498#endif
7499"
d0ac1c44 7500if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7501
7502cat >>confdefs.h <<_ACEOF
7503#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7504_ACEOF
7505
7506
7507fi
7508ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7509#include <sys/types.h>
7510#endif
7511#ifdef HAVE_SYS_STAT_H
7512#include <sys/stat.h>
7513#endif
7514"
d0ac1c44 7515if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7516
7517cat >>confdefs.h <<_ACEOF
7518#define HAVE_STRUCT_STAT_ST_ATIME 1
7519_ACEOF
7520
7521
7522fi
7523ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7524#include <sys/types.h>
7525#endif
7526#ifdef HAVE_SYS_STAT_H
7527#include <sys/stat.h>
7528#endif
7529"
d0ac1c44 7530if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7531
7532cat >>confdefs.h <<_ACEOF
7533#define HAVE_STRUCT_STAT_ST_MTIME 1
7534_ACEOF
7535
7536
7537fi
7538ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7539#include <sys/types.h>
7540#endif
7541#ifdef HAVE_SYS_STAT_H
7542#include <sys/stat.h>
7543#endif
7544"
d0ac1c44 7545if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7546
7547cat >>confdefs.h <<_ACEOF
7548#define HAVE_STRUCT_STAT_ST_CTIME 1
7549_ACEOF
7550
7551
7552fi
7553
7554ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7555#include <sys/socket.h>
7556
7557"
d0ac1c44 7558if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7559
7560cat >>confdefs.h <<_ACEOF
7561#define HAVE_SOCKLEN_T 1
7562_ACEOF
7563
7564
7565fi
7566
6bb11ab3
L
7567
7568# Check for socket libraries
7569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7570$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7571if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7572 $as_echo_n "(cached) " >&6
7573else
7574 ac_check_lib_save_LIBS=$LIBS
7575LIBS="-lsocket $LIBS"
7576cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7577/* end confdefs.h. */
7578
7579/* Override any GCC internal prototype to avoid an error.
7580 Use char because int might match the return type of a GCC
7581 builtin and then its argument prototype would still apply. */
7582#ifdef __cplusplus
7583extern "C"
7584#endif
7585char bind ();
7586int
7587main ()
7588{
7589return bind ();
7590 ;
7591 return 0;
7592}
7593_ACEOF
7594if ac_fn_c_try_link "$LINENO"; then :
7595 ac_cv_lib_socket_bind=yes
7596else
7597 ac_cv_lib_socket_bind=no
7598fi
7599rm -f core conftest.err conftest.$ac_objext \
7600 conftest$ac_exeext conftest.$ac_ext
7601LIBS=$ac_check_lib_save_LIBS
7602fi
7603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7604$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7605if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7606 cat >>confdefs.h <<_ACEOF
7607#define HAVE_LIBSOCKET 1
7608_ACEOF
7609
7610 LIBS="-lsocket $LIBS"
7611
7612fi
7613
7614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7615$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7616if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7617 $as_echo_n "(cached) " >&6
7618else
7619 ac_check_lib_save_LIBS=$LIBS
7620LIBS="-lnsl $LIBS"
7621cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7622/* end confdefs.h. */
7623
7624/* Override any GCC internal prototype to avoid an error.
7625 Use char because int might match the return type of a GCC
7626 builtin and then its argument prototype would still apply. */
7627#ifdef __cplusplus
7628extern "C"
7629#endif
7630char gethostbyname ();
7631int
7632main ()
7633{
7634return gethostbyname ();
7635 ;
7636 return 0;
7637}
7638_ACEOF
7639if ac_fn_c_try_link "$LINENO"; then :
7640 ac_cv_lib_nsl_gethostbyname=yes
7641else
7642 ac_cv_lib_nsl_gethostbyname=no
7643fi
7644rm -f core conftest.err conftest.$ac_objext \
7645 conftest$ac_exeext conftest.$ac_ext
7646LIBS=$ac_check_lib_save_LIBS
7647fi
7648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7649$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7650if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7651 cat >>confdefs.h <<_ACEOF
7652#define HAVE_LIBNSL 1
7653_ACEOF
7654
7655 LIBS="-lnsl $LIBS"
7656
7657fi
7658
7659
7660# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7661# using the same condition.
7662
aadc9410 7663 # Use the system's zlib library.
7fed4b0b
L
7664 zlibdir="-L\$(top_builddir)/../zlib"
7665 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7666
aadc9410
MF
7667# Check whether --with-system-zlib was given.
7668if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7669 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7670 zlibdir=
7671 zlibinc=
7672 fi
6bb11ab3
L
7673
7674fi
7675
6bb11ab3 7676
6bb11ab3 7677
6bb11ab3
L
7678
7679
7680# BFD uses libdl when when plugins enabled.
7681
faa743bb
RM
7682 maybe_plugins=no
7683 for ac_header in dlfcn.h
7684do :
7685 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7686"
d0ac1c44 7687if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7688 cat >>confdefs.h <<_ACEOF
7689#define HAVE_DLFCN_H 1
7690_ACEOF
7691 maybe_plugins=yes
7692fi
7693
7694done
7695
7696 for ac_header in windows.h
7697do :
7698 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7699"
d0ac1c44 7700if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7701 cat >>confdefs.h <<_ACEOF
7702#define HAVE_WINDOWS_H 1
7703_ACEOF
7704 maybe_plugins=yes
7705fi
7706
7707done
7708
7709
7710 # Check whether --enable-plugins was given.
6bb11ab3
L
7711if test "${enable_plugins+set}" = set; then :
7712 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7713 no) plugins=no ;;
7714 *) plugins=yes
7715 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7716 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7717 fi ;;
7718 esac
6bb11ab3 7719else
faa743bb
RM
7720 plugins=$maybe_plugins
7721
6bb11ab3
L
7722fi
7723
2974be62 7724 if test "$plugins" = "yes"; then
37f980dc
SM
7725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7726$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7727if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7728 $as_echo_n "(cached) " >&6
7729else
7730 ac_func_search_save_LIBS=$LIBS
7731cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7732/* end confdefs.h. */
7733
7734/* Override any GCC internal prototype to avoid an error.
7735 Use char because int might match the return type of a GCC
7736 builtin and then its argument prototype would still apply. */
7737#ifdef __cplusplus
7738extern "C"
7739#endif
37f980dc 7740char dlsym ();
2974be62
AM
7741int
7742main ()
7743{
37f980dc 7744return dlsym ();
2974be62
AM
7745 ;
7746 return 0;
7747}
7748_ACEOF
7749for ac_lib in '' dl; do
7750 if test -z "$ac_lib"; then
7751 ac_res="none required"
7752 else
7753 ac_res=-l$ac_lib
7754 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7755 fi
7756 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7757 ac_cv_search_dlsym=$ac_res
2974be62
AM
7758fi
7759rm -f core conftest.err conftest.$ac_objext \
7760 conftest$ac_exeext
d0ac1c44 7761 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7762 break
7763fi
7764done
d0ac1c44 7765if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7766
7767else
37f980dc 7768 ac_cv_search_dlsym=no
2974be62
AM
7769fi
7770rm conftest.$ac_ext
7771LIBS=$ac_func_search_save_LIBS
7772fi
37f980dc
SM
7773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7774$as_echo "$ac_cv_search_dlsym" >&6; }
7775ac_res=$ac_cv_search_dlsym
2974be62
AM
7776if test "$ac_res" != no; then :
7777 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7778
7779fi
7780
7781 fi
6bb11ab3
L
7782
7783 if test "$plugins" = yes; then
7784 PLUGINS_TRUE=
7785 PLUGINS_FALSE='#'
7786else
7787 PLUGINS_TRUE='#'
7788 PLUGINS_FALSE=
7789fi
7790
7791
7792
7793
7794
7795# Set options
7796enable_dlopen=yes
7797
7798
7799
7800
7801 enable_win32_dll=no
7802
7803
7804 # Check whether --enable-shared was given.
7805if test "${enable_shared+set}" = set; then :
7806 enableval=$enable_shared; p=${PACKAGE-default}
7807 case $enableval in
7808 yes) enable_shared=yes ;;
7809 no) enable_shared=no ;;
7810 *)
7811 enable_shared=no
7812 # Look at the argument we got. We use all the common list separators.
7813 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7814 for pkg in $enableval; do
7815 IFS="$lt_save_ifs"
7816 if test "X$pkg" = "X$p"; then
7817 enable_shared=yes
7818 fi
7819 done
7820 IFS="$lt_save_ifs"
7821 ;;
7822 esac
7823else
7824 enable_shared=yes
7825fi
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835 # Check whether --enable-static was given.
7836if test "${enable_static+set}" = set; then :
7837 enableval=$enable_static; p=${PACKAGE-default}
7838 case $enableval in
7839 yes) enable_static=yes ;;
7840 no) enable_static=no ;;
7841 *)
7842 enable_static=no
7843 # Look at the argument we got. We use all the common list separators.
7844 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7845 for pkg in $enableval; do
7846 IFS="$lt_save_ifs"
7847 if test "X$pkg" = "X$p"; then
7848 enable_static=yes
7849 fi
7850 done
7851 IFS="$lt_save_ifs"
7852 ;;
7853 esac
7854else
7855 enable_static=yes
7856fi
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867# Check whether --with-pic was given.
7868if test "${with_pic+set}" = set; then :
7869 withval=$with_pic; pic_mode="$withval"
7870else
7871 pic_mode=default
7872fi
7873
7874
7875test -z "$pic_mode" && pic_mode=default
7876
7877
7878
7879
7880
7881
7882
7883 # Check whether --enable-fast-install was given.
7884if test "${enable_fast_install+set}" = set; then :
7885 enableval=$enable_fast_install; p=${PACKAGE-default}
7886 case $enableval in
7887 yes) enable_fast_install=yes ;;
7888 no) enable_fast_install=no ;;
7889 *)
7890 enable_fast_install=no
7891 # Look at the argument we got. We use all the common list separators.
7892 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7893 for pkg in $enableval; do
7894 IFS="$lt_save_ifs"
7895 if test "X$pkg" = "X$p"; then
7896 enable_fast_install=yes
7897 fi
7898 done
7899 IFS="$lt_save_ifs"
7900 ;;
7901 esac
7902else
7903 enable_fast_install=yes
7904fi
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916# This can be used to rebuild libtool when needed
7917LIBTOOL_DEPS="$ltmain"
7918
7919# Always use our own libtool.
7920LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947test -z "$LN_S" && LN_S="ln -s"
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962if test -n "${ZSH_VERSION+set}" ; then
7963 setopt NO_GLOB_SUBST
fee8ec00 7964fi
fee8ec00 7965
6bb11ab3
L
7966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7967$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7968if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7969 $as_echo_n "(cached) " >&6
7970else
7971 rm -f .libs 2>/dev/null
7972mkdir .libs 2>/dev/null
7973if test -d .libs; then
7974 lt_cv_objdir=.libs
7975else
7976 # MS-DOS does not allow filenames that begin with a dot.
7977 lt_cv_objdir=_libs
7978fi
7979rmdir .libs 2>/dev/null
7980fi
7981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7982$as_echo "$lt_cv_objdir" >&6; }
7983objdir=$lt_cv_objdir
7984
7985
7986
7987
7988
7989cat >>confdefs.h <<_ACEOF
7990#define LT_OBJDIR "$lt_cv_objdir/"
7991_ACEOF
7992
7993
7994
7995
7996case $host_os in
7997aix3*)
7998 # AIX sometimes has problems with the GCC collect2 program. For some
7999 # reason, if we set the COLLECT_NAMES environment variable, the problems
8000 # vanish in a puff of smoke.
8001 if test "X${COLLECT_NAMES+set}" != Xset; then
8002 COLLECT_NAMES=
8003 export COLLECT_NAMES
8004 fi
8005 ;;
81ecdfbb 8006esac
6bb11ab3
L
8007
8008# Global variables:
8009ofile=libtool
8010can_build_shared=yes
8011
8012# All known linkers require a `.a' archive for static linking (except MSVC,
8013# which needs '.lib').
8014libext=a
8015
8016with_gnu_ld="$lt_cv_prog_gnu_ld"
8017
8018old_CC="$CC"
8019old_CFLAGS="$CFLAGS"
8020
8021# Set sane defaults for various variables
8022test -z "$CC" && CC=cc
8023test -z "$LTCC" && LTCC=$CC
8024test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8025test -z "$LD" && LD=ld
8026test -z "$ac_objext" && ac_objext=o
8027
8028for cc_temp in $compiler""; do
8029 case $cc_temp in
8030 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8031 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8032 \-*) ;;
8033 *) break;;
8034 esac
8035done
8036cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8037
8038
8039# Only perform the check for file, if the check method requires it
8040test -z "$MAGIC_CMD" && MAGIC_CMD=file
8041case $deplibs_check_method in
8042file_magic*)
8043 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8045$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8046if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8047 $as_echo_n "(cached) " >&6
8048else
8049 case $MAGIC_CMD in
8050[\\/*] | ?:[\\/]*)
8051 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8052 ;;
8053*)
8054 lt_save_MAGIC_CMD="$MAGIC_CMD"
8055 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8056 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8057 for ac_dir in $ac_dummy; do
8058 IFS="$lt_save_ifs"
8059 test -z "$ac_dir" && ac_dir=.
8060 if test -f $ac_dir/${ac_tool_prefix}file; then
8061 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8062 if test -n "$file_magic_test_file"; then
8063 case $deplibs_check_method in
8064 "file_magic "*)
8065 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8066 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8067 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8068 $EGREP "$file_magic_regex" > /dev/null; then
8069 :
8070 else
8071 cat <<_LT_EOF 1>&2
8072
8073*** Warning: the command libtool uses to detect shared libraries,
8074*** $file_magic_cmd, produces output that libtool cannot recognize.
8075*** The result is that libtool may fail to recognize shared libraries
8076*** as such. This will affect the creation of libtool libraries that
8077*** depend on shared libraries, but programs linked with such libtool
8078*** libraries will work regardless of this problem. Nevertheless, you
8079*** may want to report the problem to your system manager and/or to
8080*** bug-libtool@gnu.org
8081
8082_LT_EOF
8083 fi ;;
8084 esac
8085 fi
8086 break
fee8ec00 8087 fi
6bb11ab3
L
8088 done
8089 IFS="$lt_save_ifs"
8090 MAGIC_CMD="$lt_save_MAGIC_CMD"
8091 ;;
8092esac
fee8ec00 8093fi
fee8ec00 8094
6bb11ab3
L
8095MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8096if test -n "$MAGIC_CMD"; then
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8098$as_echo "$MAGIC_CMD" >&6; }
8099else
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8101$as_echo "no" >&6; }
8102fi
81ecdfbb 8103
6bb11ab3
L
8104
8105
8106
8107
8108if test -z "$lt_cv_path_MAGIC_CMD"; then
8109 if test -n "$ac_tool_prefix"; then
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8111$as_echo_n "checking for file... " >&6; }
d0ac1c44 8112if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8113 $as_echo_n "(cached) " >&6
8114else
8115 case $MAGIC_CMD in
8116[\\/*] | ?:[\\/]*)
8117 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8118 ;;
8119*)
8120 lt_save_MAGIC_CMD="$MAGIC_CMD"
8121 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8122 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8123 for ac_dir in $ac_dummy; do
8124 IFS="$lt_save_ifs"
8125 test -z "$ac_dir" && ac_dir=.
8126 if test -f $ac_dir/file; then
8127 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8128 if test -n "$file_magic_test_file"; then
8129 case $deplibs_check_method in
8130 "file_magic "*)
8131 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8132 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8133 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8134 $EGREP "$file_magic_regex" > /dev/null; then
8135 :
8136 else
8137 cat <<_LT_EOF 1>&2
8138
8139*** Warning: the command libtool uses to detect shared libraries,
8140*** $file_magic_cmd, produces output that libtool cannot recognize.
8141*** The result is that libtool may fail to recognize shared libraries
8142*** as such. This will affect the creation of libtool libraries that
8143*** depend on shared libraries, but programs linked with such libtool
8144*** libraries will work regardless of this problem. Nevertheless, you
8145*** may want to report the problem to your system manager and/or to
8146*** bug-libtool@gnu.org
8147
8148_LT_EOF
8149 fi ;;
8150 esac
8151 fi
8152 break
8153 fi
8154 done
8155 IFS="$lt_save_ifs"
8156 MAGIC_CMD="$lt_save_MAGIC_CMD"
8157 ;;
81ecdfbb 8158esac
6bb11ab3
L
8159fi
8160
8161MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8162if test -n "$MAGIC_CMD"; then
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8164$as_echo "$MAGIC_CMD" >&6; }
8165else
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8167$as_echo "no" >&6; }
8168fi
8169
8170
8171 else
8172 MAGIC_CMD=:
8173 fi
8174fi
8175
8176 fi
8177 ;;
8178esac
8179
8180# Use C for the default configuration in the libtool script
8181
8182lt_save_CC="$CC"
8183ac_ext=c
8184ac_cpp='$CPP $CPPFLAGS'
8185ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8186ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8187ac_compiler_gnu=$ac_cv_c_compiler_gnu
8188
8189
8190# Source file extension for C test sources.
8191ac_ext=c
8192
8193# Object file extension for compiled C test sources.
8194objext=o
8195objext=$objext
8196
8197# Code to be used in simple compile tests
8198lt_simple_compile_test_code="int some_variable = 0;"
8199
8200# Code to be used in simple link tests
8201lt_simple_link_test_code='int main(){return(0);}'
8202
8203
8204
8205
8206
8207
8208
8209# If no C compiler was specified, use CC.
8210LTCC=${LTCC-"$CC"}
8211
8212# If no C compiler flags were specified, use CFLAGS.
8213LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8214
8215# Allow CC to be a program name with arguments.
8216compiler=$CC
8217
8218# Save the default compiler, since it gets overwritten when the other
8219# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8220compiler_DEFAULT=$CC
8221
8222# save warnings/boilerplate of simple test code
8223ac_outfile=conftest.$ac_objext
8224echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8225eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8226_lt_compiler_boilerplate=`cat conftest.err`
8227$RM conftest*
8228
8229ac_outfile=conftest.$ac_objext
8230echo "$lt_simple_link_test_code" >conftest.$ac_ext
8231eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8232_lt_linker_boilerplate=`cat conftest.err`
8233$RM -r conftest*
8234
8235
8236## CAVEAT EMPTOR:
8237## There is no encapsulation within the following macros, do not change
8238## the running order or otherwise move them around unless you know exactly
8239## what you are doing...
8240if test -n "$compiler"; then
8241
8242lt_prog_compiler_no_builtin_flag=
8243
8244if test "$GCC" = yes; then
8245 case $cc_basename in
8246 nvcc*)
8247 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8248 *)
8249 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fee8ec00 8250 esac
6bb11ab3
L
8251
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8253$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8254if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8255 $as_echo_n "(cached) " >&6
fee8ec00 8256else
6bb11ab3
L
8257 lt_cv_prog_compiler_rtti_exceptions=no
8258 ac_outfile=conftest.$ac_objext
8259 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8260 lt_compiler_flag="-fno-rtti -fno-exceptions"
8261 # Insert the option either (1) after the last *FLAGS variable, or
8262 # (2) before a word containing "conftest.", or (3) at the end.
8263 # Note that $ac_compile itself does not contain backslashes and begins
8264 # with a dollar sign (not a hyphen), so the echo should work correctly.
8265 # The option is referenced via a variable to avoid confusing sed.
8266 lt_compile=`echo "$ac_compile" | $SED \
8267 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8268 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8269 -e 's:$: $lt_compiler_flag:'`
8270 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8271 (eval "$lt_compile" 2>conftest.err)
8272 ac_status=$?
8273 cat conftest.err >&5
8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8275 if (exit $ac_status) && test -s "$ac_outfile"; then
8276 # The compiler can only warn and ignore the option if not recognized
8277 # So say no if there are warnings other than the usual output.
8278 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8279 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8280 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8281 lt_cv_prog_compiler_rtti_exceptions=yes
8282 fi
8283 fi
8284 $RM conftest*
8285
fee8ec00 8286fi
6bb11ab3
L
8287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8288$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8289
8290if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8291 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8292else
8293 :
8294fi
8295
8296fi
8297
8298
8299
8300
8301
8302
8303 lt_prog_compiler_wl=
8304lt_prog_compiler_pic=
8305lt_prog_compiler_static=
8306
8307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8308$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8309
8310 if test "$GCC" = yes; then
8311 lt_prog_compiler_wl='-Wl,'
8312 lt_prog_compiler_static='-static'
8313
8314 case $host_os in
8315 aix*)
8316 # All AIX code is PIC.
8317 if test "$host_cpu" = ia64; then
8318 # AIX 5 now supports IA64 processor
8319 lt_prog_compiler_static='-Bstatic'
8320 fi
8321 lt_prog_compiler_pic='-fPIC'
8322 ;;
8323
8324 amigaos*)
8325 case $host_cpu in
8326 powerpc)
8327 # see comment about AmigaOS4 .so support
8328 lt_prog_compiler_pic='-fPIC'
8329 ;;
8330 m68k)
8331 # FIXME: we need at least 68020 code to build shared libraries, but
8332 # adding the `-m68020' flag to GCC prevents building anything better,
8333 # like `-m68040'.
8334 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8335 ;;
8336 esac
8337 ;;
8338
8339 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8340 # PIC is the default for these OSes.
8341 ;;
8342
8343 mingw* | cygwin* | pw32* | os2* | cegcc*)
8344 # This hack is so that the source file can tell whether it is being
8345 # built for inclusion in a dll (and should export symbols for example).
8346 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8347 # (--disable-auto-import) libraries
8348 lt_prog_compiler_pic='-DDLL_EXPORT'
8349 ;;
8350
8351 darwin* | rhapsody*)
8352 # PIC is the default on this platform
8353 # Common symbols not allowed in MH_DYLIB files
8354 lt_prog_compiler_pic='-fno-common'
8355 ;;
8356
8357 haiku*)
8358 # PIC is the default for Haiku.
8359 # The "-static" flag exists, but is broken.
8360 lt_prog_compiler_static=
8361 ;;
8362
8363 hpux*)
8364 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8365 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8366 # sets the default TLS model and affects inlining.
8367 case $host_cpu in
8368 hppa*64*)
8369 # +Z the default
8370 ;;
8371 *)
8372 lt_prog_compiler_pic='-fPIC'
8373 ;;
8374 esac
8375 ;;
8376
8377 interix[3-9]*)
8378 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8379 # Instead, we relocate shared libraries at runtime.
8380 ;;
8381
8382 msdosdjgpp*)
8383 # Just because we use GCC doesn't mean we suddenly get shared libraries
8384 # on systems that don't support them.
8385 lt_prog_compiler_can_build_shared=no
8386 enable_shared=no
8387 ;;
8388
8389 *nto* | *qnx*)
8390 # QNX uses GNU C++, but need to define -shared option too, otherwise
8391 # it will coredump.
8392 lt_prog_compiler_pic='-fPIC -shared'
8393 ;;
8394
8395 sysv4*MP*)
8396 if test -d /usr/nec; then
8397 lt_prog_compiler_pic=-Kconform_pic
8398 fi
8399 ;;
8400
8401 *)
8402 lt_prog_compiler_pic='-fPIC'
8403 ;;
8404 esac
8405
8406 case $cc_basename in
8407 nvcc*) # Cuda Compiler Driver 2.2
8408 lt_prog_compiler_wl='-Xlinker '
8409 lt_prog_compiler_pic='-Xcompiler -fPIC'
8410 ;;
8411 esac
8412 else
8413 # PORTME Check for flag to pass linker flags through the system compiler.
8414 case $host_os in
8415 aix*)
8416 lt_prog_compiler_wl='-Wl,'
8417 if test "$host_cpu" = ia64; then
8418 # AIX 5 now supports IA64 processor
8419 lt_prog_compiler_static='-Bstatic'
8420 else
8421 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8422 fi
8423 ;;
8424
8425 mingw* | cygwin* | pw32* | os2* | cegcc*)
8426 # This hack is so that the source file can tell whether it is being
8427 # built for inclusion in a dll (and should export symbols for example).
8428 lt_prog_compiler_pic='-DDLL_EXPORT'
8429 ;;
8430
8431 hpux9* | hpux10* | hpux11*)
8432 lt_prog_compiler_wl='-Wl,'
8433 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8434 # not for PA HP-UX.
8435 case $host_cpu in
8436 hppa*64*|ia64*)
8437 # +Z the default
8438 ;;
8439 *)
8440 lt_prog_compiler_pic='+Z'
8441 ;;
8442 esac
8443 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8444 lt_prog_compiler_static='${wl}-a ${wl}archive'
8445 ;;
8446
8447 irix5* | irix6* | nonstopux*)
8448 lt_prog_compiler_wl='-Wl,'
8449 # PIC (with -KPIC) is the default.
8450 lt_prog_compiler_static='-non_shared'
8451 ;;
8452
8453 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8454 case $cc_basename in
8455 # old Intel for x86_64 which still supported -KPIC.
8456 ecc*)
8457 lt_prog_compiler_wl='-Wl,'
8458 lt_prog_compiler_pic='-KPIC'
8459 lt_prog_compiler_static='-static'
8460 ;;
8461 # icc used to be incompatible with GCC.
8462 # ICC 10 doesn't accept -KPIC any more.
8463 icc* | ifort*)
8464 lt_prog_compiler_wl='-Wl,'
8465 lt_prog_compiler_pic='-fPIC'
8466 lt_prog_compiler_static='-static'
8467 ;;
8468 # Lahey Fortran 8.1.
8469 lf95*)
8470 lt_prog_compiler_wl='-Wl,'
8471 lt_prog_compiler_pic='--shared'
8472 lt_prog_compiler_static='--static'
8473 ;;
8474 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8475 # Portland Group compilers (*not* the Pentium gcc compiler,
8476 # which looks to be a dead project)
8477 lt_prog_compiler_wl='-Wl,'
8478 lt_prog_compiler_pic='-fpic'
8479 lt_prog_compiler_static='-Bstatic'
8480 ;;
8481 ccc*)
8482 lt_prog_compiler_wl='-Wl,'
8483 # All Alpha code is PIC.
8484 lt_prog_compiler_static='-non_shared'
8485 ;;
8486 xl* | bgxl* | bgf* | mpixl*)
8487 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8488 lt_prog_compiler_wl='-Wl,'
8489 lt_prog_compiler_pic='-qpic'
8490 lt_prog_compiler_static='-qstaticlink'
8491 ;;
8492 *)
8493 case `$CC -V 2>&1 | sed 5q` in
8494 *Sun\ F* | *Sun*Fortran*)
8495 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8496 lt_prog_compiler_pic='-KPIC'
8497 lt_prog_compiler_static='-Bstatic'
8498 lt_prog_compiler_wl=''
8499 ;;
8500 *Sun\ C*)
8501 # Sun C 5.9
8502 lt_prog_compiler_pic='-KPIC'
8503 lt_prog_compiler_static='-Bstatic'
8504 lt_prog_compiler_wl='-Wl,'
8505 ;;
8506 esac
8507 ;;
8508 esac
8509 ;;
8510
8511 newsos6)
8512 lt_prog_compiler_pic='-KPIC'
8513 lt_prog_compiler_static='-Bstatic'
8514 ;;
8515
8516 *nto* | *qnx*)
8517 # QNX uses GNU C++, but need to define -shared option too, otherwise
8518 # it will coredump.
8519 lt_prog_compiler_pic='-fPIC -shared'
8520 ;;
8521
8522 osf3* | osf4* | osf5*)
8523 lt_prog_compiler_wl='-Wl,'
8524 # All OSF/1 code is PIC.
8525 lt_prog_compiler_static='-non_shared'
8526 ;;
8527
8528 rdos*)
8529 lt_prog_compiler_static='-non_shared'
8530 ;;
fee8ec00 8531
6bb11ab3
L
8532 solaris*)
8533 lt_prog_compiler_pic='-KPIC'
8534 lt_prog_compiler_static='-Bstatic'
8535 case $cc_basename in
8536 f77* | f90* | f95*)
8537 lt_prog_compiler_wl='-Qoption ld ';;
8538 *)
8539 lt_prog_compiler_wl='-Wl,';;
8540 esac
8541 ;;
fee8ec00 8542
6bb11ab3
L
8543 sunos4*)
8544 lt_prog_compiler_wl='-Qoption ld '
8545 lt_prog_compiler_pic='-PIC'
8546 lt_prog_compiler_static='-Bstatic'
8547 ;;
fee8ec00 8548
6bb11ab3
L
8549 sysv4 | sysv4.2uw2* | sysv4.3*)
8550 lt_prog_compiler_wl='-Wl,'
8551 lt_prog_compiler_pic='-KPIC'
8552 lt_prog_compiler_static='-Bstatic'
8553 ;;
8554
8555 sysv4*MP*)
8556 if test -d /usr/nec ;then
8557 lt_prog_compiler_pic='-Kconform_pic'
8558 lt_prog_compiler_static='-Bstatic'
8559 fi
8560 ;;
8561
8562 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8563 lt_prog_compiler_wl='-Wl,'
8564 lt_prog_compiler_pic='-KPIC'
8565 lt_prog_compiler_static='-Bstatic'
8566 ;;
8567
8568 unicos*)
8569 lt_prog_compiler_wl='-Wl,'
8570 lt_prog_compiler_can_build_shared=no
8571 ;;
8572
8573 uts4*)
8574 lt_prog_compiler_pic='-pic'
8575 lt_prog_compiler_static='-Bstatic'
8576 ;;
8577
8578 *)
8579 lt_prog_compiler_can_build_shared=no
8580 ;;
8581 esac
8582 fi
8583
8584case $host_os in
8585 # For platforms which do not support PIC, -DPIC is meaningless:
8586 *djgpp*)
8587 lt_prog_compiler_pic=
8588 ;;
8589 *)
8590 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8591 ;;
81ecdfbb 8592esac
6bb11ab3
L
8593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8594$as_echo "$lt_prog_compiler_pic" >&6; }
8595
8596
8597
8598
8599
8600
8601#
8602# Check to make sure the PIC flag actually works.
8603#
8604if test -n "$lt_prog_compiler_pic"; then
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8606$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8607if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8608 $as_echo_n "(cached) " >&6
fee8ec00 8609else
6bb11ab3
L
8610 lt_cv_prog_compiler_pic_works=no
8611 ac_outfile=conftest.$ac_objext
8612 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8613 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8614 # Insert the option either (1) after the last *FLAGS variable, or
8615 # (2) before a word containing "conftest.", or (3) at the end.
8616 # Note that $ac_compile itself does not contain backslashes and begins
8617 # with a dollar sign (not a hyphen), so the echo should work correctly.
8618 # The option is referenced via a variable to avoid confusing sed.
8619 lt_compile=`echo "$ac_compile" | $SED \
8620 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8621 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8622 -e 's:$: $lt_compiler_flag:'`
8623 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8624 (eval "$lt_compile" 2>conftest.err)
8625 ac_status=$?
8626 cat conftest.err >&5
8627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8628 if (exit $ac_status) && test -s "$ac_outfile"; then
8629 # The compiler can only warn and ignore the option if not recognized
8630 # So say no if there are warnings other than the usual output.
8631 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8632 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8633 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8634 lt_cv_prog_compiler_pic_works=yes
8635 fi
8636 fi
8637 $RM conftest*
fee8ec00 8638
fee8ec00 8639fi
6bb11ab3
L
8640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8641$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8642
8643if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8644 case $lt_prog_compiler_pic in
8645 "" | " "*) ;;
8646 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8647 esac
8648else
8649 lt_prog_compiler_pic=
8650 lt_prog_compiler_can_build_shared=no
fee8ec00 8651fi
6bb11ab3
L
8652
8653fi
8654
8655
8656
8657
8658
8659
8660#
8661# Check to make sure the static flag actually works.
8662#
8663wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8665$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8666if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8667 $as_echo_n "(cached) " >&6
fee8ec00 8668else
6bb11ab3
L
8669 lt_cv_prog_compiler_static_works=no
8670 save_LDFLAGS="$LDFLAGS"
8671 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8672 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8673 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8674 # The linker can only warn and ignore the option if not recognized
8675 # So say no if there are warnings
8676 if test -s conftest.err; then
8677 # Append any errors to the config.log.
8678 cat conftest.err 1>&5
8679 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8680 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8681 if diff conftest.exp conftest.er2 >/dev/null; then
8682 lt_cv_prog_compiler_static_works=yes
8683 fi
8684 else
8685 lt_cv_prog_compiler_static_works=yes
8686 fi
8687 fi
8688 $RM -r conftest*
8689 LDFLAGS="$save_LDFLAGS"
fee8ec00 8690
6bb11ab3
L
8691fi
8692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8693$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fee8ec00 8694
6bb11ab3
L
8695if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8696 :
fee8ec00 8697else
6bb11ab3 8698 lt_prog_compiler_static=
fee8ec00 8699fi
fee8ec00 8700
6bb11ab3
L
8701
8702
8703
8704
8705
8706
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8708$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8709if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8710 $as_echo_n "(cached) " >&6
81ecdfbb 8711else
6bb11ab3
L
8712 lt_cv_prog_compiler_c_o=no
8713 $RM -r conftest 2>/dev/null
8714 mkdir conftest
8715 cd conftest
8716 mkdir out
8717 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8718
8719 lt_compiler_flag="-o out/conftest2.$ac_objext"
8720 # Insert the option either (1) after the last *FLAGS variable, or
8721 # (2) before a word containing "conftest.", or (3) at the end.
8722 # Note that $ac_compile itself does not contain backslashes and begins
8723 # with a dollar sign (not a hyphen), so the echo should work correctly.
8724 lt_compile=`echo "$ac_compile" | $SED \
8725 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8726 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8727 -e 's:$: $lt_compiler_flag:'`
8728 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8729 (eval "$lt_compile" 2>out/conftest.err)
8730 ac_status=$?
8731 cat out/conftest.err >&5
8732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8733 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8734 then
8735 # The compiler can only warn and ignore the option if not recognized
8736 # So say no if there are warnings
8737 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8738 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8739 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8740 lt_cv_prog_compiler_c_o=yes
8741 fi
8742 fi
8743 chmod u+w . 2>&5
8744 $RM conftest*
8745 # SGI C++ compiler will create directory out/ii_files/ for
8746 # template instantiation
8747 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8748 $RM out/* && rmdir out
8749 cd ..
8750 $RM -r conftest
8751 $RM conftest*
8752
81ecdfbb 8753fi
6bb11ab3
L
8754{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8755$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8756
8757
8758
8759
8760
8761
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8763$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8764if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8765 $as_echo_n "(cached) " >&6
8766else
6bb11ab3
L
8767 lt_cv_prog_compiler_c_o=no
8768 $RM -r conftest 2>/dev/null
8769 mkdir conftest
8770 cd conftest
8771 mkdir out
8772 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8773
8774 lt_compiler_flag="-o out/conftest2.$ac_objext"
8775 # Insert the option either (1) after the last *FLAGS variable, or
8776 # (2) before a word containing "conftest.", or (3) at the end.
8777 # Note that $ac_compile itself does not contain backslashes and begins
8778 # with a dollar sign (not a hyphen), so the echo should work correctly.
8779 lt_compile=`echo "$ac_compile" | $SED \
8780 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8781 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8782 -e 's:$: $lt_compiler_flag:'`
8783 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8784 (eval "$lt_compile" 2>out/conftest.err)
8785 ac_status=$?
8786 cat out/conftest.err >&5
8787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8788 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8789 then
8790 # The compiler can only warn and ignore the option if not recognized
8791 # So say no if there are warnings
8792 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8793 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8794 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8795 lt_cv_prog_compiler_c_o=yes
8796 fi
8797 fi
8798 chmod u+w . 2>&5
8799 $RM conftest*
8800 # SGI C++ compiler will create directory out/ii_files/ for
8801 # template instantiation
8802 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8803 $RM out/* && rmdir out
8804 cd ..
8805 $RM -r conftest
8806 $RM conftest*
8807
8808fi
8809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8810$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8811
8812
8813
8814
8815hard_links="nottested"
8816if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8817 # do not overwrite the value of need_locks provided by the user
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8819$as_echo_n "checking if we can lock with hard links... " >&6; }
8820 hard_links=yes
8821 $RM conftest*
8822 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8823 touch conftest.a
8824 ln conftest.a conftest.b 2>&5 || hard_links=no
8825 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8827$as_echo "$hard_links" >&6; }
8828 if test "$hard_links" = no; then
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8830$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8831 need_locks=warn
8832 fi
8833else
8834 need_locks=no
8835fi
8836
8837
8838
8839
8840
8841
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8843$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8844
8845 runpath_var=
8846 allow_undefined_flag=
8847 always_export_symbols=no
8848 archive_cmds=
8849 archive_expsym_cmds=
8850 compiler_needs_object=no
8851 enable_shared_with_static_runtimes=no
8852 export_dynamic_flag_spec=
8853 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8854 hardcode_automatic=no
8855 hardcode_direct=no
8856 hardcode_direct_absolute=no
8857 hardcode_libdir_flag_spec=
8858 hardcode_libdir_flag_spec_ld=
8859 hardcode_libdir_separator=
8860 hardcode_minus_L=no
8861 hardcode_shlibpath_var=unsupported
8862 inherit_rpath=no
8863 link_all_deplibs=unknown
8864 module_cmds=
8865 module_expsym_cmds=
8866 old_archive_from_new_cmds=
8867 old_archive_from_expsyms_cmds=
8868 thread_safe_flag_spec=
8869 whole_archive_flag_spec=
8870 # include_expsyms should be a list of space-separated symbols to be *always*
8871 # included in the symbol list
8872 include_expsyms=
8873 # exclude_expsyms can be an extended regexp of symbols to exclude
8874 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8875 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8876 # as well as any symbol that contains `d'.
8877 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8878 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8879 # platforms (ab)use it in PIC code, but their linkers get confused if
8880 # the symbol is explicitly referenced. Since portable code cannot
8881 # rely on this symbol name, it's probably fine to never include it in
8882 # preloaded symbol tables.
8883 # Exclude shared library initialization/finalization symbols.
8884 extract_expsyms_cmds=
8885
8886 case $host_os in
8887 cygwin* | mingw* | pw32* | cegcc*)
8888 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8889 # When not using gcc, we currently assume that we are using
8890 # Microsoft Visual C++.
8891 if test "$GCC" != yes; then
8892 with_gnu_ld=no
8893 fi
8894 ;;
8895 interix*)
8896 # we just hope/assume this is gcc and not c89 (= MSVC++)
8897 with_gnu_ld=yes
8898 ;;
8899 openbsd*)
8900 with_gnu_ld=no
8901 ;;
8902 esac
fee8ec00 8903
6bb11ab3
L
8904 ld_shlibs=yes
8905
8906 # On some targets, GNU ld is compatible enough with the native linker
8907 # that we're better off using the native interface for both.
8908 lt_use_gnu_ld_interface=no
8909 if test "$with_gnu_ld" = yes; then
8910 case $host_os in
8911 aix*)
8912 # The AIX port of GNU ld has always aspired to compatibility
8913 # with the native linker. However, as the warning in the GNU ld
8914 # block says, versions before 2.19.5* couldn't really create working
8915 # shared libraries, regardless of the interface used.
8916 case `$LD -v 2>&1` in
8917 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8918 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8919 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8920 *)
8921 lt_use_gnu_ld_interface=yes
8922 ;;
8923 esac
8924 ;;
8925 *)
8926 lt_use_gnu_ld_interface=yes
8927 ;;
8928 esac
8929 fi
fee8ec00 8930
6bb11ab3
L
8931 if test "$lt_use_gnu_ld_interface" = yes; then
8932 # If archive_cmds runs LD, not CC, wlarc should be empty
8933 wlarc='${wl}'
8934
8935 # Set some defaults for GNU ld with shared library support. These
8936 # are reset later if shared libraries are not supported. Putting them
8937 # here allows them to be overridden if necessary.
8938 runpath_var=LD_RUN_PATH
8939 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8940 export_dynamic_flag_spec='${wl}--export-dynamic'
8941 # ancient GNU ld didn't support --whole-archive et. al.
8942 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8943 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8944 else
8945 whole_archive_flag_spec=
8946 fi
8947 supports_anon_versioning=no
8948 case `$LD -v 2>&1` in
8949 *GNU\ gold*) supports_anon_versioning=yes ;;
8950 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8951 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8952 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8953 *\ 2.11.*) ;; # other 2.11 versions
8954 *) supports_anon_versioning=yes ;;
8955 esac
8956
8957 # See if GNU ld supports shared libraries.
8958 case $host_os in
8959 aix[3-9]*)
8960 # On AIX/PPC, the GNU linker is very broken
8961 if test "$host_cpu" != ia64; then
8962 ld_shlibs=no
8963 cat <<_LT_EOF 1>&2
8964
8965*** Warning: the GNU linker, at least up to release 2.19, is reported
8966*** to be unable to reliably create shared libraries on AIX.
8967*** Therefore, libtool is disabling shared libraries support. If you
8968*** really care for shared libraries, you may want to install binutils
8969*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8970*** You will then need to restart the configuration process.
8971
8972_LT_EOF
8973 fi
8974 ;;
8975
8976 amigaos*)
8977 case $host_cpu in
8978 powerpc)
8979 # see comment about AmigaOS4 .so support
8980 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8981 archive_expsym_cmds=''
8982 ;;
8983 m68k)
8984 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)'
8985 hardcode_libdir_flag_spec='-L$libdir'
8986 hardcode_minus_L=yes
8987 ;;
8988 esac
8989 ;;
8990
8991 beos*)
8992 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8993 allow_undefined_flag=unsupported
8994 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8995 # support --undefined. This deserves some investigation. FIXME
8996 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8997 else
8998 ld_shlibs=no
8999 fi
9000 ;;
9001
9002 cygwin* | mingw* | pw32* | cegcc*)
9003 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9004 # as there is no search path for DLLs.
9005 hardcode_libdir_flag_spec='-L$libdir'
9006 export_dynamic_flag_spec='${wl}--export-all-symbols'
9007 allow_undefined_flag=unsupported
9008 always_export_symbols=no
9009 enable_shared_with_static_runtimes=yes
9010 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9011
9012 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9013 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9014 # If the export-symbols file already is a .def file (1st line
9015 # is EXPORTS), use it as is; otherwise, prepend...
9016 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9017 cp $export_symbols $output_objdir/$soname.def;
9018 else
9019 echo EXPORTS > $output_objdir/$soname.def;
9020 cat $export_symbols >> $output_objdir/$soname.def;
9021 fi~
9022 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9023 else
9024 ld_shlibs=no
9025 fi
9026 ;;
9027
9028 haiku*)
9029 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9030 link_all_deplibs=yes
9031 ;;
9032
9033 interix[3-9]*)
9034 hardcode_direct=no
9035 hardcode_shlibpath_var=no
9036 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9037 export_dynamic_flag_spec='${wl}-E'
9038 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9039 # Instead, shared libraries are loaded at an image base (0x10000000 by
9040 # default) and relocated if they conflict, which is a slow very memory
9041 # consuming and fragmenting process. To avoid this, we pick a random,
9042 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9043 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9044 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9045 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'
9046 ;;
9047
9048 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9049 tmp_diet=no
9050 if test "$host_os" = linux-dietlibc; then
9051 case $cc_basename in
9052 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9053 esac
9054 fi
9055 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9056 && test "$tmp_diet" = no
9057 then
5cddc23a 9058 tmp_addflag=' $pic_flag'
6bb11ab3
L
9059 tmp_sharedflag='-shared'
9060 case $cc_basename,$host_cpu in
9061 pgcc*) # Portland Group C compiler
9062 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'
9063 tmp_addflag=' $pic_flag'
9064 ;;
9065 pgf77* | pgf90* | pgf95* | pgfortran*)
9066 # Portland Group f77 and f90 compilers
9067 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'
9068 tmp_addflag=' $pic_flag -Mnomain' ;;
9069 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9070 tmp_addflag=' -i_dynamic' ;;
9071 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9072 tmp_addflag=' -i_dynamic -nofor_main' ;;
9073 ifc* | ifort*) # Intel Fortran compiler
9074 tmp_addflag=' -nofor_main' ;;
9075 lf95*) # Lahey Fortran 8.1
9076 whole_archive_flag_spec=
9077 tmp_sharedflag='--shared' ;;
9078 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9079 tmp_sharedflag='-qmkshrobj'
9080 tmp_addflag= ;;
9081 nvcc*) # Cuda Compiler Driver 2.2
9082 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'
9083 compiler_needs_object=yes
9084 ;;
9085 esac
9086 case `$CC -V 2>&1 | sed 5q` in
9087 *Sun\ C*) # Sun C 5.9
9088 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'
9089 compiler_needs_object=yes
9090 tmp_sharedflag='-G' ;;
9091 *Sun\ F*) # Sun Fortran 8.3
9092 tmp_sharedflag='-G' ;;
9093 esac
9094 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9095
9096 if test "x$supports_anon_versioning" = xyes; then
9097 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9098 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9099 echo "local: *; };" >> $output_objdir/$libname.ver~
9100 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9101 fi
9102
9103 case $cc_basename in
9104 xlf* | bgf* | bgxlf* | mpixlf*)
9105 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9106 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9107 hardcode_libdir_flag_spec=
9108 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9109 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9110 if test "x$supports_anon_versioning" = xyes; then
9111 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9112 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9113 echo "local: *; };" >> $output_objdir/$libname.ver~
9114 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9115 fi
9116 ;;
9117 esac
9118 else
9119 ld_shlibs=no
9120 fi
9121 ;;
9122
9123 netbsd*)
9124 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9125 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9126 wlarc=
9127 else
9128 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9129 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9130 fi
9131 ;;
9132
9133 solaris*)
9134 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9135 ld_shlibs=no
9136 cat <<_LT_EOF 1>&2
9137
9138*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9139*** create shared libraries on Solaris systems. Therefore, libtool
9140*** is disabling shared libraries support. We urge you to upgrade GNU
9141*** binutils to release 2.9.1 or newer. Another option is to modify
9142*** your PATH or compiler configuration so that the native linker is
9143*** used, and then restart.
9144
9145_LT_EOF
9146 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9147 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9148 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9149 else
9150 ld_shlibs=no
9151 fi
9152 ;;
9153
9154 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9155 case `$LD -v 2>&1` in
9156 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9157 ld_shlibs=no
9158 cat <<_LT_EOF 1>&2
9159
9160*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9161*** reliably create shared libraries on SCO systems. Therefore, libtool
9162*** is disabling shared libraries support. We urge you to upgrade GNU
9163*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9164*** your PATH or compiler configuration so that the native linker is
9165*** used, and then restart.
9166
9167_LT_EOF
9168 ;;
9169 *)
9170 # For security reasons, it is highly recommended that you always
9171 # use absolute paths for naming shared libraries, and exclude the
9172 # DT_RUNPATH tag from executables and libraries. But doing so
9173 # requires that you compile everything twice, which is a pain.
9174 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9175 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9176 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9177 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9178 else
9179 ld_shlibs=no
9180 fi
9181 ;;
9182 esac
9183 ;;
9184
9185 sunos4*)
9186 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9187 wlarc=
9188 hardcode_direct=yes
9189 hardcode_shlibpath_var=no
9190 ;;
9191
9192 *)
9193 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9194 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9195 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9196 else
9197 ld_shlibs=no
9198 fi
9199 ;;
9200 esac
9201
9202 if test "$ld_shlibs" = no; then
9203 runpath_var=
9204 hardcode_libdir_flag_spec=
9205 export_dynamic_flag_spec=
9206 whole_archive_flag_spec=
9207 fi
9208 else
9209 # PORTME fill in a description of your system's linker (not GNU ld)
9210 case $host_os in
9211 aix3*)
9212 allow_undefined_flag=unsupported
9213 always_export_symbols=yes
9214 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'
9215 # Note: this linker hardcodes the directories in LIBPATH if there
9216 # are no directories specified by -L.
9217 hardcode_minus_L=yes
9218 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9219 # Neither direct hardcoding nor static linking is supported with a
9220 # broken collect2.
9221 hardcode_direct=unsupported
9222 fi
9223 ;;
9224
9225 aix[4-9]*)
9226 if test "$host_cpu" = ia64; then
9227 # On IA64, the linker does run time linking by default, so we don't
9228 # have to do anything special.
9229 aix_use_runtimelinking=no
9230 exp_sym_flag='-Bexport'
9231 no_entry_flag=""
9232 else
9233 # If we're using GNU nm, then we don't want the "-C" option.
9234 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9235 # Also, AIX nm treats weak defined symbols like other global
9236 # defined symbols, whereas GNU nm marks them as "W".
9237 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9238 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'
9239 else
5c887dd5 9240 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
9241 fi
9242 aix_use_runtimelinking=no
9243
9244 # Test if we are trying to use run time linking or normal
9245 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9246 # need to do runtime linking.
9247 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9248 for ld_flag in $LDFLAGS; do
9249 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9250 aix_use_runtimelinking=yes
9251 break
9252 fi
9253 done
9254 ;;
9255 esac
9256
9257 exp_sym_flag='-bexport'
9258 no_entry_flag='-bnoentry'
9259 fi
9260
9261 # When large executables or shared objects are built, AIX ld can
9262 # have problems creating the table of contents. If linking a library
9263 # or program results in "error TOC overflow" add -mminimal-toc to
9264 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9265 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9266
9267 archive_cmds=''
9268 hardcode_direct=yes
9269 hardcode_direct_absolute=yes
9270 hardcode_libdir_separator=':'
9271 link_all_deplibs=yes
9272 file_list_spec='${wl}-f,'
9273
9274 if test "$GCC" = yes; then
9275 case $host_os in aix4.[012]|aix4.[012].*)
9276 # We only want to do this on AIX 4.2 and lower, the check
9277 # below for broken collect2 doesn't work under 4.3+
9278 collect2name=`${CC} -print-prog-name=collect2`
9279 if test -f "$collect2name" &&
9280 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9281 then
9282 # We have reworked collect2
9283 :
9284 else
9285 # We have old collect2
9286 hardcode_direct=unsupported
9287 # It fails to find uninstalled libraries when the uninstalled
9288 # path is not listed in the libpath. Setting hardcode_minus_L
9289 # to unsupported forces relinking
9290 hardcode_minus_L=yes
9291 hardcode_libdir_flag_spec='-L$libdir'
9292 hardcode_libdir_separator=
9293 fi
9294 ;;
9295 esac
9296 shared_flag='-shared'
9297 if test "$aix_use_runtimelinking" = yes; then
9298 shared_flag="$shared_flag "'${wl}-G'
9299 fi
9300 else
9301 # not using gcc
9302 if test "$host_cpu" = ia64; then
9303 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9304 # chokes on -Wl,-G. The following line is correct:
9305 shared_flag='-G'
9306 else
9307 if test "$aix_use_runtimelinking" = yes; then
9308 shared_flag='${wl}-G'
9309 else
9310 shared_flag='${wl}-bM:SRE'
9311 fi
9312 fi
9313 fi
9314
9315 export_dynamic_flag_spec='${wl}-bexpall'
9316 # It seems that -bexpall does not export symbols beginning with
9317 # underscore (_), so it is better to generate a list of symbols to export.
9318 always_export_symbols=yes
9319 if test "$aix_use_runtimelinking" = yes; then
9320 # Warning - without using the other runtime loading flags (-brtl),
9321 # -berok will link without error, but may produce a broken library.
9322 allow_undefined_flag='-berok'
9323 # Determine the default libpath from the value encoded in an
9324 # empty executable.
9325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9326/* end confdefs.h. */
9327
9328int
9329main ()
9330{
9331
9332 ;
9333 return 0;
9334}
9335_ACEOF
6bb11ab3 9336if ac_fn_c_try_link "$LINENO"; then :
fee8ec00 9337
6bb11ab3
L
9338lt_aix_libpath_sed='
9339 /Import File Strings/,/^$/ {
9340 /^0/ {
9341 s/^0 *\(.*\)$/\1/
9342 p
9343 }
9344 }'
9345aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9346# Check for a 64-bit object if we didn't find anything.
9347if test -z "$aix_libpath"; then
9348 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9349fi
9350fi
9351rm -f core conftest.err conftest.$ac_objext \
9352 conftest$ac_exeext conftest.$ac_ext
9353if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9354
9355 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9356 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"
9357 else
9358 if test "$host_cpu" = ia64; then
9359 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9360 allow_undefined_flag="-z nodefs"
9361 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"
9362 else
9363 # Determine the default libpath from the value encoded in an
9364 # empty executable.
81ecdfbb
RW
9365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9366/* end confdefs.h. */
9367
9368int
9369main ()
9370{
9371
9372 ;
9373 return 0;
9374}
9375_ACEOF
6bb11ab3
L
9376if ac_fn_c_try_link "$LINENO"; then :
9377
9378lt_aix_libpath_sed='
9379 /Import File Strings/,/^$/ {
9380 /^0/ {
9381 s/^0 *\(.*\)$/\1/
9382 p
9383 }
9384 }'
9385aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9386# Check for a 64-bit object if we didn't find anything.
9387if test -z "$aix_libpath"; then
9388 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 9389fi
81ecdfbb 9390fi
6bb11ab3
L
9391rm -f core conftest.err conftest.$ac_objext \
9392 conftest$ac_exeext conftest.$ac_ext
9393if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9394
9395 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9396 # Warning - without using the other run time loading flags,
9397 # -berok will link without error, but may produce a broken library.
9398 no_undefined_flag=' ${wl}-bernotok'
9399 allow_undefined_flag=' ${wl}-berok'
9400 if test "$with_gnu_ld" = yes; then
9401 # We only use this code for GNU lds that support --whole-archive.
9402 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9403 else
9404 # Exported symbols can be pulled into shared objects from archives
9405 whole_archive_flag_spec='$convenience'
9406 fi
9407 archive_cmds_need_lc=yes
9408 # This is similar to how AIX traditionally builds its shared libraries.
9409 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'
9410 fi
9411 fi
9412 ;;
9413
9414 amigaos*)
9415 case $host_cpu in
9416 powerpc)
9417 # see comment about AmigaOS4 .so support
9418 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9419 archive_expsym_cmds=''
9420 ;;
9421 m68k)
9422 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)'
9423 hardcode_libdir_flag_spec='-L$libdir'
9424 hardcode_minus_L=yes
9425 ;;
9426 esac
9427 ;;
9428
9429 bsdi[45]*)
9430 export_dynamic_flag_spec=-rdynamic
9431 ;;
9432
9433 cygwin* | mingw* | pw32* | cegcc*)
9434 # When not using gcc, we currently assume that we are using
9435 # Microsoft Visual C++.
9436 # hardcode_libdir_flag_spec is actually meaningless, as there is
9437 # no search path for DLLs.
9438 hardcode_libdir_flag_spec=' '
9439 allow_undefined_flag=unsupported
9440 # Tell ltmain to make .lib files, not .a files.
9441 libext=lib
9442 # Tell ltmain to make .dll files, not .so files.
9443 shrext_cmds=".dll"
9444 # FIXME: Setting linknames here is a bad hack.
9445 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9446 # The linker will automatically build a .lib file if we build a DLL.
9447 old_archive_from_new_cmds='true'
9448 # FIXME: Should let the user specify the lib program.
9449 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9450 fix_srcfile_path='`cygpath -w "$srcfile"`'
9451 enable_shared_with_static_runtimes=yes
9452 ;;
9453
9454 darwin* | rhapsody*)
9455
9456
9457 archive_cmds_need_lc=no
9458 hardcode_direct=no
9459 hardcode_automatic=yes
9460 hardcode_shlibpath_var=unsupported
9461 if test "$lt_cv_ld_force_load" = "yes"; then
9462 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\"`'
fee8ec00 9463 else
6bb11ab3 9464 whole_archive_flag_spec=''
fee8ec00 9465 fi
6bb11ab3
L
9466 link_all_deplibs=yes
9467 allow_undefined_flag="$_lt_dar_allow_undefined"
9468 case $cc_basename in
9469 ifort*) _lt_dar_can_shared=yes ;;
9470 *) _lt_dar_can_shared=$GCC ;;
9471 esac
9472 if test "$_lt_dar_can_shared" = "yes"; then
9473 output_verbose_link_cmd=func_echo_all
9474 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9475 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9476 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}"
9477 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}"
9478
fee8ec00 9479 else
6bb11ab3 9480 ld_shlibs=no
fee8ec00 9481 fi
6bb11ab3
L
9482
9483 ;;
9484
9485 dgux*)
9486 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9487 hardcode_libdir_flag_spec='-L$libdir'
9488 hardcode_shlibpath_var=no
9489 ;;
9490
9491 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9492 # support. Future versions do this automatically, but an explicit c++rt0.o
9493 # does not break anything, and helps significantly (at the cost of a little
9494 # extra space).
9495 freebsd2.2*)
9496 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9497 hardcode_libdir_flag_spec='-R$libdir'
9498 hardcode_direct=yes
9499 hardcode_shlibpath_var=no
9500 ;;
9501
9502 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9503 freebsd2.*)
9504 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9505 hardcode_direct=yes
9506 hardcode_minus_L=yes
9507 hardcode_shlibpath_var=no
9508 ;;
9509
9510 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9511 freebsd* | dragonfly*)
9512 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9513 hardcode_libdir_flag_spec='-R$libdir'
9514 hardcode_direct=yes
9515 hardcode_shlibpath_var=no
9516 ;;
9517
9518 hpux9*)
9519 if test "$GCC" = yes; then
9520 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'
9521 else
9522 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'
9523 fi
9524 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9525 hardcode_libdir_separator=:
9526 hardcode_direct=yes
9527
9528 # hardcode_minus_L: Not really in the search PATH,
9529 # but as the default location of the library.
9530 hardcode_minus_L=yes
9531 export_dynamic_flag_spec='${wl}-E'
9532 ;;
9533
9534 hpux10*)
9535 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9536 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9537 else
9538 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9539 fi
9540 if test "$with_gnu_ld" = no; then
9541 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9542 hardcode_libdir_flag_spec_ld='+b $libdir'
9543 hardcode_libdir_separator=:
9544 hardcode_direct=yes
9545 hardcode_direct_absolute=yes
9546 export_dynamic_flag_spec='${wl}-E'
9547 # hardcode_minus_L: Not really in the search PATH,
9548 # but as the default location of the library.
9549 hardcode_minus_L=yes
9550 fi
9551 ;;
9552
9553 hpux11*)
9554 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9555 case $host_cpu in
9556 hppa*64*)
9557 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9558 ;;
9559 ia64*)
9560 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9561 ;;
9562 *)
9563 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9564 ;;
9565 esac
9566 else
9567 case $host_cpu in
9568 hppa*64*)
9569 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9570 ;;
9571 ia64*)
9572 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9573 ;;
9574 *)
9575
9576 # Older versions of the 11.00 compiler do not understand -b yet
9577 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9579$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9580if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9581 $as_echo_n "(cached) " >&6
fee8ec00 9582else
6bb11ab3
L
9583 lt_cv_prog_compiler__b=no
9584 save_LDFLAGS="$LDFLAGS"
9585 LDFLAGS="$LDFLAGS -b"
9586 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9587 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9588 # The linker can only warn and ignore the option if not recognized
9589 # So say no if there are warnings
9590 if test -s conftest.err; then
9591 # Append any errors to the config.log.
9592 cat conftest.err 1>&5
9593 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9594 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9595 if diff conftest.exp conftest.er2 >/dev/null; then
9596 lt_cv_prog_compiler__b=yes
9597 fi
9598 else
9599 lt_cv_prog_compiler__b=yes
9600 fi
9601 fi
9602 $RM -r conftest*
9603 LDFLAGS="$save_LDFLAGS"
fee8ec00 9604
6bb11ab3
L
9605fi
9606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9607$as_echo "$lt_cv_prog_compiler__b" >&6; }
fee8ec00 9608
6bb11ab3
L
9609if test x"$lt_cv_prog_compiler__b" = xyes; then
9610 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9611else
9612 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9613fi
81ecdfbb 9614
6bb11ab3
L
9615 ;;
9616 esac
9617 fi
9618 if test "$with_gnu_ld" = no; then
9619 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9620 hardcode_libdir_separator=:
9621
9622 case $host_cpu in
9623 hppa*64*|ia64*)
9624 hardcode_direct=no
9625 hardcode_shlibpath_var=no
9626 ;;
9627 *)
9628 hardcode_direct=yes
9629 hardcode_direct_absolute=yes
9630 export_dynamic_flag_spec='${wl}-E'
9631
9632 # hardcode_minus_L: Not really in the search PATH,
9633 # but as the default location of the library.
9634 hardcode_minus_L=yes
9635 ;;
9636 esac
9637 fi
9638 ;;
9639
9640 irix5* | irix6* | nonstopux*)
9641 if test "$GCC" = yes; then
9642 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'
9643 # Try to use the -exported_symbol ld option, if it does not
9644 # work, assume that -exports_file does not work either and
9645 # implicitly export all symbols.
9646 save_LDFLAGS="$LDFLAGS"
9647 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9649/* end confdefs.h. */
9650int foo(void) {}
fee8ec00 9651_ACEOF
6bb11ab3
L
9652if ac_fn_c_try_link "$LINENO"; then :
9653 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'
fee8ec00
SR
9654
9655fi
6bb11ab3
L
9656rm -f core conftest.err conftest.$ac_objext \
9657 conftest$ac_exeext conftest.$ac_ext
9658 LDFLAGS="$save_LDFLAGS"
9659 else
9660 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'
9661 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'
9662 fi
9663 archive_cmds_need_lc='no'
9664 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9665 hardcode_libdir_separator=:
9666 inherit_rpath=yes
9667 link_all_deplibs=yes
9668 ;;
9669
9670 netbsd*)
9671 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9672 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9673 else
9674 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9675 fi
9676 hardcode_libdir_flag_spec='-R$libdir'
9677 hardcode_direct=yes
9678 hardcode_shlibpath_var=no
9679 ;;
9680
9681 newsos6)
9682 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9683 hardcode_direct=yes
9684 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9685 hardcode_libdir_separator=:
9686 hardcode_shlibpath_var=no
9687 ;;
9688
9689 *nto* | *qnx*)
9690 ;;
9691
9692 openbsd*)
9693 if test -f /usr/libexec/ld.so; then
9694 hardcode_direct=yes
9695 hardcode_shlibpath_var=no
9696 hardcode_direct_absolute=yes
9697 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9698 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9699 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9700 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9701 export_dynamic_flag_spec='${wl}-E'
9702 else
9703 case $host_os in
9704 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9705 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9706 hardcode_libdir_flag_spec='-R$libdir'
9707 ;;
9708 *)
9709 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9710 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9711 ;;
9712 esac
9713 fi
9714 else
9715 ld_shlibs=no
9716 fi
9717 ;;
9718
9719 os2*)
9720 hardcode_libdir_flag_spec='-L$libdir'
9721 hardcode_minus_L=yes
9722 allow_undefined_flag=unsupported
9723 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'
9724 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9725 ;;
9726
9727 osf3*)
9728 if test "$GCC" = yes; then
9729 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9730 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'
9731 else
9732 allow_undefined_flag=' -expect_unresolved \*'
9733 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'
9734 fi
9735 archive_cmds_need_lc='no'
9736 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9737 hardcode_libdir_separator=:
9738 ;;
9739
9740 osf4* | osf5*) # as osf3* with the addition of -msym flag
9741 if test "$GCC" = yes; then
9742 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9743 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'
9744 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9745 else
9746 allow_undefined_flag=' -expect_unresolved \*'
9747 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'
9748 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~
9749 $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'
9750
9751 # Both c and cxx compiler support -rpath directly
9752 hardcode_libdir_flag_spec='-rpath $libdir'
9753 fi
9754 archive_cmds_need_lc='no'
9755 hardcode_libdir_separator=:
9756 ;;
9757
9758 solaris*)
9759 no_undefined_flag=' -z defs'
9760 if test "$GCC" = yes; then
9761 wlarc='${wl}'
9762 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9763 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9764 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9765 else
9766 case `$CC -V 2>&1` in
9767 *"Compilers 5.0"*)
9768 wlarc=''
9769 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9770 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9771 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9772 ;;
9773 *)
9774 wlarc='${wl}'
9775 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9776 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9777 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9778 ;;
9779 esac
9780 fi
9781 hardcode_libdir_flag_spec='-R$libdir'
9782 hardcode_shlibpath_var=no
9783 case $host_os in
9784 solaris2.[0-5] | solaris2.[0-5].*) ;;
9785 *)
9786 # The compiler driver will combine and reorder linker options,
9787 # but understands `-z linker_flag'. GCC discards it without `$wl',
9788 # but is careful enough not to reorder.
9789 # Supported since Solaris 2.6 (maybe 2.5.1?)
9790 if test "$GCC" = yes; then
9791 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9792 else
9793 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9794 fi
9795 ;;
9796 esac
9797 link_all_deplibs=yes
9798 ;;
9799
9800 sunos4*)
9801 if test "x$host_vendor" = xsequent; then
9802 # Use $CC to link under sequent, because it throws in some extra .o
9803 # files that make .init and .fini sections work.
9804 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9805 else
9806 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9807 fi
9808 hardcode_libdir_flag_spec='-L$libdir'
9809 hardcode_direct=yes
9810 hardcode_minus_L=yes
9811 hardcode_shlibpath_var=no
9812 ;;
9813
9814 sysv4)
9815 case $host_vendor in
9816 sni)
9817 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9818 hardcode_direct=yes # is this really true???
9819 ;;
9820 siemens)
9821 ## LD is ld it makes a PLAMLIB
9822 ## CC just makes a GrossModule.
9823 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9824 reload_cmds='$CC -r -o $output$reload_objs'
9825 hardcode_direct=no
9826 ;;
9827 motorola)
9828 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9829 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9830 ;;
9831 esac
9832 runpath_var='LD_RUN_PATH'
9833 hardcode_shlibpath_var=no
9834 ;;
9835
9836 sysv4.3*)
9837 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9838 hardcode_shlibpath_var=no
9839 export_dynamic_flag_spec='-Bexport'
9840 ;;
9841
9842 sysv4*MP*)
9843 if test -d /usr/nec; then
9844 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9845 hardcode_shlibpath_var=no
9846 runpath_var=LD_RUN_PATH
9847 hardcode_runpath_var=yes
9848 ld_shlibs=yes
9849 fi
9850 ;;
9851
9852 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9853 no_undefined_flag='${wl}-z,text'
9854 archive_cmds_need_lc=no
9855 hardcode_shlibpath_var=no
9856 runpath_var='LD_RUN_PATH'
9857
9858 if test "$GCC" = yes; then
9859 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9860 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9861 else
9862 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9863 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9864 fi
9865 ;;
9866
9867 sysv5* | sco3.2v5* | sco5v6*)
9868 # Note: We can NOT use -z defs as we might desire, because we do not
9869 # link with -lc, and that would cause any symbols used from libc to
9870 # always be unresolved, which means just about no library would
9871 # ever link correctly. If we're not using GNU ld we use -z text
9872 # though, which does catch some bad symbols but isn't as heavy-handed
9873 # as -z defs.
9874 no_undefined_flag='${wl}-z,text'
9875 allow_undefined_flag='${wl}-z,nodefs'
9876 archive_cmds_need_lc=no
9877 hardcode_shlibpath_var=no
9878 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9879 hardcode_libdir_separator=':'
9880 link_all_deplibs=yes
9881 export_dynamic_flag_spec='${wl}-Bexport'
9882 runpath_var='LD_RUN_PATH'
9883
9884 if test "$GCC" = yes; then
9885 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9886 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9887 else
9888 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9889 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9890 fi
9891 ;;
9892
9893 uts4*)
9894 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9895 hardcode_libdir_flag_spec='-L$libdir'
9896 hardcode_shlibpath_var=no
9897 ;;
9898
9899 *)
9900 ld_shlibs=no
9901 ;;
9902 esac
9903
9904 if test x$host_vendor = xsni; then
9905 case $host in
9906 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9907 export_dynamic_flag_spec='${wl}-Blargedynsym'
9908 ;;
9909 esac
9910 fi
9911 fi
9912
9913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9914$as_echo "$ld_shlibs" >&6; }
9915test "$ld_shlibs" = no && can_build_shared=no
9916
9917with_gnu_ld=$with_gnu_ld
9918
9919
9920
fee8ec00 9921
fee8ec00 9922
fee8ec00 9923
6ffe910a 9924
6ffe910a
MF
9925
9926
6ffe910a 9927
fee8ec00 9928
fee8ec00
SR
9929
9930
6bb11ab3
L
9931
9932
9933#
9934# Do we need to explicitly link libc?
9935#
9936case "x$archive_cmds_need_lc" in
9937x|xyes)
9938 # Assume -lc should be added
9939 archive_cmds_need_lc=yes
9940
9941 if test "$enable_shared" = yes && test "$GCC" = yes; then
9942 case $archive_cmds in
9943 *'~'*)
9944 # FIXME: we may have to deal with multi-command sequences.
9945 ;;
9946 '$CC '*)
9947 # Test whether the compiler implicitly links with -lc since on some
9948 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9949 # to ld, don't add -lc before -lgcc.
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9951$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9952if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9953 $as_echo_n "(cached) " >&6
fee8ec00 9954else
6bb11ab3
L
9955 $RM conftest*
9956 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9957
9958 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9959 (eval $ac_compile) 2>&5
9960 ac_status=$?
9961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9962 test $ac_status = 0; } 2>conftest.err; then
9963 soname=conftest
9964 lib=conftest
9965 libobjs=conftest.$ac_objext
9966 deplibs=
9967 wl=$lt_prog_compiler_wl
9968 pic_flag=$lt_prog_compiler_pic
9969 compiler_flags=-v
9970 linker_flags=-v
9971 verstring=
9972 output_objdir=.
9973 libname=conftest
9974 lt_save_allow_undefined_flag=$allow_undefined_flag
9975 allow_undefined_flag=
9976 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9977 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9978 ac_status=$?
9979 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9980 test $ac_status = 0; }
9981 then
9982 lt_cv_archive_cmds_need_lc=no
9983 else
9984 lt_cv_archive_cmds_need_lc=yes
9985 fi
9986 allow_undefined_flag=$lt_save_allow_undefined_flag
9987 else
9988 cat conftest.err 1>&5
9989 fi
9990 $RM conftest*
fee8ec00 9991
6ffe910a 9992fi
6bb11ab3
L
9993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9994$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9995 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9996 ;;
9997 esac
9998 fi
9999 ;;
6ffe910a 10000esac
fee8ec00
SR
10001
10002
6ffe910a 10003
fee8ec00 10004
81ecdfbb 10005
fee8ec00 10006
fee8ec00 10007
fee8ec00 10008
fee8ec00 10009
fee8ec00 10010
fee8ec00 10011
fee8ec00 10012
fee8ec00 10013
fee8ec00 10014
81ecdfbb 10015
fee8ec00 10016
fee8ec00
SR
10017
10018
81ecdfbb 10019
81ecdfbb 10020
81ecdfbb
RW
10021
10022
81ecdfbb 10023
81ecdfbb 10024
fee8ec00
SR
10025
10026
fee8ec00 10027
fee8ec00 10028
fee8ec00 10029
fee8ec00 10030
81ecdfbb 10031
fee8ec00 10032
fee8ec00 10033
fee8ec00 10034
81ecdfbb 10035
fee8ec00 10036
fee8ec00 10037
fee8ec00 10038
fee8ec00 10039
81ecdfbb 10040
fee8ec00 10041
fee8ec00 10042
fee8ec00 10043
fee8ec00
SR
10044
10045
10046
10047
6ffe910a 10048
2232061b
MF
10049
10050
2232061b 10051
2232061b
MF
10052
10053
2232061b
MF
10054
10055
2232061b 10056
2232061b
MF
10057
10058
6bb11ab3
L
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10159$as_echo_n "checking dynamic linker characteristics... " >&6; }
10160
10161if test "$GCC" = yes; then
10162 case $host_os in
10163 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10164 *) lt_awk_arg="/^libraries:/" ;;
10165 esac
10166 case $host_os in
10167 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10168 *) lt_sed_strip_eq="s,=/,/,g" ;;
10169 esac
10170 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10171 case $lt_search_path_spec in
10172 *\;*)
10173 # if the path contains ";" then we assume it to be the separator
10174 # otherwise default to the standard path separator (i.e. ":") - it is
10175 # assumed that no part of a normal pathname contains ";" but that should
10176 # okay in the real world where ";" in dirpaths is itself problematic.
10177 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10178 ;;
10179 *)
10180 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10181 ;;
10182 esac
10183 # Ok, now we have the path, separated by spaces, we can step through it
10184 # and add multilib dir if necessary.
10185 lt_tmp_lt_search_path_spec=
10186 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10187 for lt_sys_path in $lt_search_path_spec; do
10188 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10189 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10190 else
10191 test -d "$lt_sys_path" && \
10192 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10193 fi
10194 done
10195 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10196BEGIN {RS=" "; FS="/|\n";} {
10197 lt_foo="";
10198 lt_count=0;
10199 for (lt_i = NF; lt_i > 0; lt_i--) {
10200 if ($lt_i != "" && $lt_i != ".") {
10201 if ($lt_i == "..") {
10202 lt_count++;
10203 } else {
10204 if (lt_count == 0) {
10205 lt_foo="/" $lt_i lt_foo;
10206 } else {
10207 lt_count--;
10208 }
10209 }
10210 }
10211 }
10212 if (lt_foo != "") { lt_freq[lt_foo]++; }
10213 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10214}'`
10215 # AWK program above erroneously prepends '/' to C:/dos/paths
10216 # for these hosts.
10217 case $host_os in
10218 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10219 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10220 esac
10221 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10222else
10223 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10224fi
10225library_names_spec=
10226libname_spec='lib$name'
10227soname_spec=
10228shrext_cmds=".so"
10229postinstall_cmds=
10230postuninstall_cmds=
10231finish_cmds=
10232finish_eval=
10233shlibpath_var=
10234shlibpath_overrides_runpath=unknown
10235version_type=none
10236dynamic_linker="$host_os ld.so"
10237sys_lib_dlsearch_path_spec="/lib /usr/lib"
10238need_lib_prefix=unknown
10239hardcode_into_libs=no
10240
10241# when you set need_version to no, make sure it does not cause -set_version
10242# flags to be left without arguments
10243need_version=unknown
10244
10245case $host_os in
10246aix3*)
10247 version_type=linux
10248 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10249 shlibpath_var=LIBPATH
10250
10251 # AIX 3 has no versioning support, so we append a major version to the name.
10252 soname_spec='${libname}${release}${shared_ext}$major'
10253 ;;
10254
10255aix[4-9]*)
10256 version_type=linux
10257 need_lib_prefix=no
10258 need_version=no
10259 hardcode_into_libs=yes
10260 if test "$host_cpu" = ia64; then
10261 # AIX 5 supports IA64
10262 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10263 shlibpath_var=LD_LIBRARY_PATH
10264 else
10265 # With GCC up to 2.95.x, collect2 would create an import file
10266 # for dependence libraries. The import file would start with
10267 # the line `#! .'. This would cause the generated library to
10268 # depend on `.', always an invalid library. This was fixed in
10269 # development snapshots of GCC prior to 3.0.
10270 case $host_os in
10271 aix4 | aix4.[01] | aix4.[01].*)
10272 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10273 echo ' yes '
10274 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10275 :
10276 else
10277 can_build_shared=no
10278 fi
10279 ;;
10280 esac
10281 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10282 # soname into executable. Probably we can add versioning support to
10283 # collect2, so additional links can be useful in future.
10284 if test "$aix_use_runtimelinking" = yes; then
10285 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10286 # instead of lib<name>.a to let people know that these are not
10287 # typical AIX shared libraries.
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 else
10290 # We preserve .a as extension for shared libraries through AIX4.2
10291 # and later when we are not doing run time linking.
10292 library_names_spec='${libname}${release}.a $libname.a'
10293 soname_spec='${libname}${release}${shared_ext}$major'
10294 fi
10295 shlibpath_var=LIBPATH
10296 fi
10297 ;;
10298
10299amigaos*)
10300 case $host_cpu in
10301 powerpc)
10302 # Since July 2007 AmigaOS4 officially supports .so libraries.
10303 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10304 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10305 ;;
10306 m68k)
10307 library_names_spec='$libname.ixlibrary $libname.a'
10308 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10309 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'
10310 ;;
10311 esac
10312 ;;
10313
10314beos*)
10315 library_names_spec='${libname}${shared_ext}'
10316 dynamic_linker="$host_os ld.so"
10317 shlibpath_var=LIBRARY_PATH
10318 ;;
10319
10320bsdi[45]*)
10321 version_type=linux
10322 need_version=no
10323 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10324 soname_spec='${libname}${release}${shared_ext}$major'
10325 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10326 shlibpath_var=LD_LIBRARY_PATH
10327 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10328 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10329 # the default ld.so.conf also contains /usr/contrib/lib and
10330 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10331 # libtool to hard-code these into programs
10332 ;;
10333
10334cygwin* | mingw* | pw32* | cegcc*)
10335 version_type=windows
10336 shrext_cmds=".dll"
10337 need_version=no
10338 need_lib_prefix=no
10339
10340 case $GCC,$host_os in
10341 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10342 library_names_spec='$libname.dll.a'
10343 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10344 postinstall_cmds='base_file=`basename \${file}`~
10345 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10346 dldir=$destdir/`dirname \$dlpath`~
10347 test -d \$dldir || mkdir -p \$dldir~
10348 $install_prog $dir/$dlname \$dldir/$dlname~
10349 chmod a+x \$dldir/$dlname~
10350 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10351 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10352 fi'
10353 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10354 dlpath=$dir/\$dldll~
10355 $RM \$dlpath'
10356 shlibpath_overrides_runpath=yes
10357
10358 case $host_os in
10359 cygwin*)
10360 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10361 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10362
10363 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10364 ;;
10365 mingw* | cegcc*)
10366 # MinGW DLLs use traditional 'lib' prefix
10367 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10368 ;;
10369 pw32*)
10370 # pw32 DLLs use 'pw' prefix rather than 'lib'
10371 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10372 ;;
10373 esac
10374 ;;
10375
10376 *)
10377 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10378 ;;
10379 esac
10380 dynamic_linker='Win32 ld.exe'
10381 # FIXME: first we should search . and the directory the executable is in
10382 shlibpath_var=PATH
10383 ;;
10384
10385darwin* | rhapsody*)
10386 dynamic_linker="$host_os dyld"
10387 version_type=darwin
10388 need_lib_prefix=no
10389 need_version=no
10390 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10391 soname_spec='${libname}${release}${major}$shared_ext'
10392 shlibpath_overrides_runpath=yes
10393 shlibpath_var=DYLD_LIBRARY_PATH
10394 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10395
10396 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10397 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10398 ;;
10399
10400dgux*)
10401 version_type=linux
10402 need_lib_prefix=no
10403 need_version=no
10404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10405 soname_spec='${libname}${release}${shared_ext}$major'
10406 shlibpath_var=LD_LIBRARY_PATH
10407 ;;
10408
10409freebsd* | dragonfly*)
10410 # DragonFly does not have aout. When/if they implement a new
10411 # versioning mechanism, adjust this.
10412 if test -x /usr/bin/objformat; then
10413 objformat=`/usr/bin/objformat`
10414 else
10415 case $host_os in
10416 freebsd[23].*) objformat=aout ;;
10417 *) objformat=elf ;;
10418 esac
10419 fi
10420 version_type=freebsd-$objformat
10421 case $version_type in
10422 freebsd-elf*)
10423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10424 need_version=no
10425 need_lib_prefix=no
10426 ;;
10427 freebsd-*)
10428 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10429 need_version=yes
10430 ;;
10431 esac
10432 shlibpath_var=LD_LIBRARY_PATH
10433 case $host_os in
10434 freebsd2.*)
10435 shlibpath_overrides_runpath=yes
10436 ;;
10437 freebsd3.[01]* | freebsdelf3.[01]*)
10438 shlibpath_overrides_runpath=yes
10439 hardcode_into_libs=yes
10440 ;;
10441 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10442 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10443 shlibpath_overrides_runpath=no
10444 hardcode_into_libs=yes
10445 ;;
10446 *) # from 4.6 on, and DragonFly
10447 shlibpath_overrides_runpath=yes
10448 hardcode_into_libs=yes
10449 ;;
10450 esac
10451 ;;
10452
6bb11ab3
L
10453haiku*)
10454 version_type=linux
10455 need_lib_prefix=no
10456 need_version=no
10457 dynamic_linker="$host_os runtime_loader"
10458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10459 soname_spec='${libname}${release}${shared_ext}$major'
10460 shlibpath_var=LIBRARY_PATH
10461 shlibpath_overrides_runpath=yes
10462 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10463 hardcode_into_libs=yes
10464 ;;
10465
10466hpux9* | hpux10* | hpux11*)
10467 # Give a soname corresponding to the major version so that dld.sl refuses to
10468 # link against other versions.
10469 version_type=sunos
10470 need_lib_prefix=no
10471 need_version=no
10472 case $host_cpu in
10473 ia64*)
10474 shrext_cmds='.so'
10475 hardcode_into_libs=yes
10476 dynamic_linker="$host_os dld.so"
10477 shlibpath_var=LD_LIBRARY_PATH
10478 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10480 soname_spec='${libname}${release}${shared_ext}$major'
10481 if test "X$HPUX_IA64_MODE" = X32; then
10482 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10483 else
10484 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10485 fi
10486 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10487 ;;
10488 hppa*64*)
10489 shrext_cmds='.sl'
10490 hardcode_into_libs=yes
10491 dynamic_linker="$host_os dld.sl"
10492 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10493 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10494 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10495 soname_spec='${libname}${release}${shared_ext}$major'
10496 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10497 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10498 ;;
10499 *)
10500 shrext_cmds='.sl'
10501 dynamic_linker="$host_os dld.sl"
10502 shlibpath_var=SHLIB_PATH
10503 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10504 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10505 soname_spec='${libname}${release}${shared_ext}$major'
10506 ;;
10507 esac
10508 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10509 postinstall_cmds='chmod 555 $lib'
10510 # or fails outright, so override atomically:
10511 install_override_mode=555
10512 ;;
10513
10514interix[3-9]*)
10515 version_type=linux
10516 need_lib_prefix=no
10517 need_version=no
10518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10519 soname_spec='${libname}${release}${shared_ext}$major'
10520 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10521 shlibpath_var=LD_LIBRARY_PATH
10522 shlibpath_overrides_runpath=no
10523 hardcode_into_libs=yes
10524 ;;
10525
10526irix5* | irix6* | nonstopux*)
10527 case $host_os in
10528 nonstopux*) version_type=nonstopux ;;
10529 *)
10530 if test "$lt_cv_prog_gnu_ld" = yes; then
10531 version_type=linux
10532 else
10533 version_type=irix
10534 fi ;;
10535 esac
10536 need_lib_prefix=no
10537 need_version=no
10538 soname_spec='${libname}${release}${shared_ext}$major'
10539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10540 case $host_os in
10541 irix5* | nonstopux*)
10542 libsuff= shlibsuff=
10543 ;;
10544 *)
10545 case $LD in # libtool.m4 will add one of these switches to LD
10546 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10547 libsuff= shlibsuff= libmagic=32-bit;;
10548 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10549 libsuff=32 shlibsuff=N32 libmagic=N32;;
10550 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10551 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10552 *) libsuff= shlibsuff= libmagic=never-match;;
10553 esac
10554 ;;
10555 esac
10556 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10557 shlibpath_overrides_runpath=no
10558 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10559 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10560 hardcode_into_libs=yes
10561 ;;
10562
10563# No shared lib support for Linux oldld, aout, or coff.
10564linux*oldld* | linux*aout* | linux*coff*)
10565 dynamic_linker=no
10566 ;;
10567
10568# This must be Linux ELF.
46f900c0 10569linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10570 version_type=linux
10571 need_lib_prefix=no
10572 need_version=no
10573 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10574 soname_spec='${libname}${release}${shared_ext}$major'
10575 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10576 shlibpath_var=LD_LIBRARY_PATH
10577 shlibpath_overrides_runpath=no
10578
10579 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10580 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10581 $as_echo_n "(cached) " >&6
10582else
6bb11ab3
L
10583 lt_cv_shlibpath_overrides_runpath=no
10584 save_LDFLAGS=$LDFLAGS
10585 save_libdir=$libdir
10586 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10587 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10589/* end confdefs.h. */
10590
2232061b
MF
10591int
10592main ()
10593{
10594
10595 ;
10596 return 0;
10597}
10598_ACEOF
6bb11ab3
L
10599if ac_fn_c_try_link "$LINENO"; then :
10600 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10601 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10602fi
2232061b 10603fi
6bb11ab3
L
10604rm -f core conftest.err conftest.$ac_objext \
10605 conftest$ac_exeext conftest.$ac_ext
10606 LDFLAGS=$save_LDFLAGS
10607 libdir=$save_libdir
2232061b 10608
6bb11ab3 10609fi
2232061b 10610
6bb11ab3 10611 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10612
6bb11ab3
L
10613 # This implies no fast_install, which is unacceptable.
10614 # Some rework will be needed to allow for fast_install
10615 # before this can be enabled.
10616 hardcode_into_libs=yes
2232061b 10617
6bb11ab3
L
10618 # Append ld.so.conf contents to the search path
10619 if test -f /etc/ld.so.conf; then
10620 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' ' '`
10621 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10622 fi
2232061b 10623
6bb11ab3
L
10624 # We used to test for /lib/ld.so.1 and disable shared libraries on
10625 # powerpc, because MkLinux only supported shared libraries with the
10626 # GNU dynamic linker. Since this was broken with cross compilers,
10627 # most powerpc-linux boxes support dynamic linking these days and
10628 # people can always --disable-shared, the test was removed, and we
10629 # assume the GNU/Linux dynamic linker is in use.
10630 dynamic_linker='GNU/Linux ld.so'
10631 ;;
10632
10633netbsd*)
10634 version_type=sunos
10635 need_lib_prefix=no
10636 need_version=no
10637 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10638 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10639 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10640 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10641 else
6bb11ab3
L
10642 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10643 soname_spec='${libname}${release}${shared_ext}$major'
10644 dynamic_linker='NetBSD ld.elf_so'
10645 fi
10646 shlibpath_var=LD_LIBRARY_PATH
10647 shlibpath_overrides_runpath=yes
10648 hardcode_into_libs=yes
10649 ;;
10650
10651newsos6)
10652 version_type=linux
10653 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10654 shlibpath_var=LD_LIBRARY_PATH
10655 shlibpath_overrides_runpath=yes
10656 ;;
10657
10658*nto* | *qnx*)
10659 version_type=qnx
10660 need_lib_prefix=no
10661 need_version=no
10662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10663 soname_spec='${libname}${release}${shared_ext}$major'
10664 shlibpath_var=LD_LIBRARY_PATH
10665 shlibpath_overrides_runpath=no
10666 hardcode_into_libs=yes
10667 dynamic_linker='ldqnx.so'
10668 ;;
10669
10670openbsd*)
10671 version_type=sunos
10672 sys_lib_dlsearch_path_spec="/usr/lib"
10673 need_lib_prefix=no
10674 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10675 case $host_os in
10676 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10677 *) need_version=no ;;
10678 esac
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10680 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10681 shlibpath_var=LD_LIBRARY_PATH
10682 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10683 case $host_os in
10684 openbsd2.[89] | openbsd2.[89].*)
10685 shlibpath_overrides_runpath=no
10686 ;;
10687 *)
10688 shlibpath_overrides_runpath=yes
10689 ;;
10690 esac
10691 else
10692 shlibpath_overrides_runpath=yes
10693 fi
10694 ;;
10695
10696os2*)
10697 libname_spec='$name'
10698 shrext_cmds=".dll"
10699 need_lib_prefix=no
10700 library_names_spec='$libname${shared_ext} $libname.a'
10701 dynamic_linker='OS/2 ld.exe'
10702 shlibpath_var=LIBPATH
10703 ;;
10704
10705osf3* | osf4* | osf5*)
10706 version_type=osf
10707 need_lib_prefix=no
10708 need_version=no
10709 soname_spec='${libname}${release}${shared_ext}$major'
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10711 shlibpath_var=LD_LIBRARY_PATH
10712 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10713 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10714 ;;
10715
10716rdos*)
10717 dynamic_linker=no
10718 ;;
10719
10720solaris*)
10721 version_type=linux
10722 need_lib_prefix=no
10723 need_version=no
10724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10725 soname_spec='${libname}${release}${shared_ext}$major'
10726 shlibpath_var=LD_LIBRARY_PATH
10727 shlibpath_overrides_runpath=yes
10728 hardcode_into_libs=yes
10729 # ldd complains unless libraries are executable
10730 postinstall_cmds='chmod +x $lib'
10731 ;;
10732
10733sunos4*)
10734 version_type=sunos
10735 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10736 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10737 shlibpath_var=LD_LIBRARY_PATH
10738 shlibpath_overrides_runpath=yes
10739 if test "$with_gnu_ld" = yes; then
10740 need_lib_prefix=no
10741 fi
10742 need_version=yes
10743 ;;
10744
10745sysv4 | sysv4.3*)
10746 version_type=linux
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10748 soname_spec='${libname}${release}${shared_ext}$major'
10749 shlibpath_var=LD_LIBRARY_PATH
10750 case $host_vendor in
10751 sni)
10752 shlibpath_overrides_runpath=no
10753 need_lib_prefix=no
10754 runpath_var=LD_RUN_PATH
10755 ;;
10756 siemens)
10757 need_lib_prefix=no
10758 ;;
10759 motorola)
10760 need_lib_prefix=no
10761 need_version=no
10762 shlibpath_overrides_runpath=no
10763 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10764 ;;
10765 esac
10766 ;;
10767
10768sysv4*MP*)
10769 if test -d /usr/nec ;then
10770 version_type=linux
10771 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10772 soname_spec='$libname${shared_ext}.$major'
10773 shlibpath_var=LD_LIBRARY_PATH
2232061b 10774 fi
6bb11ab3
L
10775 ;;
10776
10777sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10778 version_type=freebsd-elf
10779 need_lib_prefix=no
10780 need_version=no
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10782 soname_spec='${libname}${release}${shared_ext}$major'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 shlibpath_overrides_runpath=yes
10785 hardcode_into_libs=yes
10786 if test "$with_gnu_ld" = yes; then
10787 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10788 else
10789 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10790 case $host_os in
10791 sco3.2v5*)
10792 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10793 ;;
10794 esac
10795 fi
10796 sys_lib_dlsearch_path_spec='/usr/lib'
10797 ;;
10798
10799tpf*)
10800 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10801 version_type=linux
10802 need_lib_prefix=no
10803 need_version=no
10804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10805 shlibpath_var=LD_LIBRARY_PATH
10806 shlibpath_overrides_runpath=no
10807 hardcode_into_libs=yes
10808 ;;
10809
10810uts4*)
10811 version_type=linux
10812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10813 soname_spec='${libname}${release}${shared_ext}$major'
10814 shlibpath_var=LD_LIBRARY_PATH
10815 ;;
10816
10817*)
10818 dynamic_linker=no
10819 ;;
10820esac
10821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10822$as_echo "$dynamic_linker" >&6; }
10823test "$dynamic_linker" = no && can_build_shared=no
10824
10825variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10826if test "$GCC" = yes; then
10827 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10828fi
2232061b 10829
6bb11ab3
L
10830if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10831 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10832fi
10833if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10834 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10835fi
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
2232061b 10862
2232061b 10863
2232061b 10864
2232061b 10865
2232061b
MF
10866
10867
6ffe910a 10868
6ffe910a
MF
10869
10870
10871
10872
10873
2232061b 10874
6ffe910a
MF
10875
10876
10877
10878
6ffe910a 10879
6ffe910a 10880
6ffe910a
MF
10881
10882
6ffe910a 10883
6ffe910a 10884
6ffe910a
MF
10885
10886
5f3ef9d0 10887
5f3ef9d0
JB
10888
10889
10890
db2e4d67
MF
10891
10892
db2e4d67 10893
db2e4d67 10894
db2e4d67 10895
db2e4d67 10896
db2e4d67 10897
db2e4d67 10898
db2e4d67 10899
db2e4d67
MF
10900
10901
db2e4d67 10902
db2e4d67
MF
10903
10904
db2e4d67 10905
db2e4d67
MF
10906
10907
6ffe910a 10908
6ffe910a 10909
6ffe910a
MF
10910
10911
6ffe910a
MF
10912
10913
6ffe910a 10914
6ffe910a 10915
6ffe910a 10916
6ffe910a 10917
6ffe910a 10918
fee8ec00
SR
10919
10920
10921
10922
fee8ec00 10923
fee8ec00 10924
fee8ec00 10925
fee8ec00 10926
fee8ec00 10927
6bb11ab3
L
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10929$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10930hardcode_action=
10931if test -n "$hardcode_libdir_flag_spec" ||
10932 test -n "$runpath_var" ||
10933 test "X$hardcode_automatic" = "Xyes" ; then
fee8ec00 10934
6bb11ab3
L
10935 # We can hardcode non-existent directories.
10936 if test "$hardcode_direct" != no &&
10937 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10938 # have to relink, otherwise we might link with an installed library
10939 # when we should be linking with a yet-to-be-installed one
10940 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10941 test "$hardcode_minus_L" != no; then
10942 # Linking always hardcodes the temporary library directory.
10943 hardcode_action=relink
10944 else
10945 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10946 hardcode_action=immediate
10947 fi
10948else
10949 # We cannot hardcode anything, or else we can only hardcode existing
10950 # directories.
10951 hardcode_action=unsupported
fee8ec00 10952fi
6bb11ab3
L
10953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10954$as_echo "$hardcode_action" >&6; }
fee8ec00 10955
6bb11ab3
L
10956if test "$hardcode_action" = relink ||
10957 test "$inherit_rpath" = yes; then
10958 # Fast installation is not supported
10959 enable_fast_install=no
10960elif test "$shlibpath_overrides_runpath" = yes ||
10961 test "$enable_shared" = no; then
10962 # Fast installation is not necessary
10963 enable_fast_install=needless
10964fi
fee8ec00 10965
6bb11ab3
L
10966
10967
10968
10969
10970
10971 if test "x$enable_dlopen" != xyes; then
10972 enable_dlopen=unknown
10973 enable_dlopen_self=unknown
10974 enable_dlopen_self_static=unknown
10975else
10976 lt_cv_dlopen=no
10977 lt_cv_dlopen_libs=
10978
10979 case $host_os in
10980 beos*)
10981 lt_cv_dlopen="load_add_on"
10982 lt_cv_dlopen_libs=
10983 lt_cv_dlopen_self=yes
10984 ;;
10985
10986 mingw* | pw32* | cegcc*)
10987 lt_cv_dlopen="LoadLibrary"
10988 lt_cv_dlopen_libs=
10989 ;;
10990
10991 cygwin*)
10992 lt_cv_dlopen="dlopen"
10993 lt_cv_dlopen_libs=
10994 ;;
10995
10996 darwin*)
10997 # if libdl is installed we need to link against it
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10999$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11000if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
11001 $as_echo_n "(cached) " >&6
11002else
11003 ac_check_lib_save_LIBS=$LIBS
11004LIBS="-ldl $LIBS"
11005cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11006/* end confdefs.h. */
11007
11008/* Override any GCC internal prototype to avoid an error.
11009 Use char because int might match the return type of a GCC
11010 builtin and then its argument prototype would still apply. */
11011#ifdef __cplusplus
11012extern "C"
11013#endif
11014char dlopen ();
11015int
11016main ()
11017{
11018return dlopen ();
11019 ;
11020 return 0;
11021}
fee8ec00 11022_ACEOF
6bb11ab3
L
11023if ac_fn_c_try_link "$LINENO"; then :
11024 ac_cv_lib_dl_dlopen=yes
11025else
11026 ac_cv_lib_dl_dlopen=no
11027fi
11028rm -f core conftest.err conftest.$ac_objext \
11029 conftest$ac_exeext conftest.$ac_ext
11030LIBS=$ac_check_lib_save_LIBS
11031fi
11032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11033$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11034if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11035 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11036else
11037
11038 lt_cv_dlopen="dyld"
11039 lt_cv_dlopen_libs=
11040 lt_cv_dlopen_self=yes
fee8ec00
SR
11041
11042fi
fee8ec00 11043
6bb11ab3 11044 ;;
fee8ec00 11045
6bb11ab3
L
11046 *)
11047 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11048if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11049 lt_cv_dlopen="shl_load"
11050else
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11052$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11053if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11054 $as_echo_n "(cached) " >&6
11055else
11056 ac_check_lib_save_LIBS=$LIBS
11057LIBS="-ldld $LIBS"
11058cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11059/* end confdefs.h. */
11060
11061/* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11064#ifdef __cplusplus
11065extern "C"
11066#endif
11067char shl_load ();
11068int
11069main ()
11070{
11071return shl_load ();
11072 ;
11073 return 0;
11074}
11075_ACEOF
11076if ac_fn_c_try_link "$LINENO"; then :
11077 ac_cv_lib_dld_shl_load=yes
11078else
11079 ac_cv_lib_dld_shl_load=no
11080fi
11081rm -f core conftest.err conftest.$ac_objext \
11082 conftest$ac_exeext conftest.$ac_ext
11083LIBS=$ac_check_lib_save_LIBS
11084fi
11085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11086$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11087if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11088 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11089else
11090 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11091if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11092 lt_cv_dlopen="dlopen"
11093else
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11095$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11096if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11097 $as_echo_n "(cached) " >&6
fee8ec00
SR
11098else
11099 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11100LIBS="-ldl $LIBS"
81ecdfbb 11101cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
11102/* end confdefs.h. */
11103
81ecdfbb
RW
11104/* Override any GCC internal prototype to avoid an error.
11105 Use char because int might match the return type of a GCC
11106 builtin and then its argument prototype would still apply. */
fee8ec00
SR
11107#ifdef __cplusplus
11108extern "C"
11109#endif
6bb11ab3 11110char dlopen ();
fee8ec00
SR
11111int
11112main ()
11113{
6bb11ab3 11114return dlopen ();
fee8ec00
SR
11115 ;
11116 return 0;
11117}
11118_ACEOF
81ecdfbb 11119if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11120 ac_cv_lib_dl_dlopen=yes
fee8ec00 11121else
6bb11ab3 11122 ac_cv_lib_dl_dlopen=no
fee8ec00 11123fi
81ecdfbb
RW
11124rm -f core conftest.err conftest.$ac_objext \
11125 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
11126LIBS=$ac_check_lib_save_LIBS
11127fi
6bb11ab3
L
11128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11129$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11130if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11131 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11132else
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11134$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11135if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11136 $as_echo_n "(cached) " >&6
fee8ec00
SR
11137else
11138 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11139LIBS="-lsvld $LIBS"
81ecdfbb 11140cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
11141/* end confdefs.h. */
11142
81ecdfbb
RW
11143/* Override any GCC internal prototype to avoid an error.
11144 Use char because int might match the return type of a GCC
11145 builtin and then its argument prototype would still apply. */
fee8ec00
SR
11146#ifdef __cplusplus
11147extern "C"
11148#endif
6bb11ab3 11149char dlopen ();
fee8ec00
SR
11150int
11151main ()
11152{
6bb11ab3 11153return dlopen ();
fee8ec00
SR
11154 ;
11155 return 0;
11156}
11157_ACEOF
81ecdfbb 11158if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11159 ac_cv_lib_svld_dlopen=yes
fee8ec00 11160else
6bb11ab3 11161 ac_cv_lib_svld_dlopen=no
fee8ec00 11162fi
81ecdfbb
RW
11163rm -f core conftest.err conftest.$ac_objext \
11164 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
11165LIBS=$ac_check_lib_save_LIBS
11166fi
6bb11ab3
L
11167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11168$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11169if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11170 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11171else
6bb11ab3
L
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11173$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11174if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11175 $as_echo_n "(cached) " >&6
b5bd9624 11176else
6bb11ab3
L
11177 ac_check_lib_save_LIBS=$LIBS
11178LIBS="-ldld $LIBS"
81ecdfbb 11179cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
11180/* end confdefs.h. */
11181
81ecdfbb
RW
11182/* Override any GCC internal prototype to avoid an error.
11183 Use char because int might match the return type of a GCC
b5bd9624 11184 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
11185#ifdef __cplusplus
11186extern "C"
11187#endif
6bb11ab3 11188char dld_link ();
b5bd9624
HPN
11189int
11190main ()
11191{
6bb11ab3 11192return dld_link ();
b5bd9624
HPN
11193 ;
11194 return 0;
11195}
11196_ACEOF
6bb11ab3
L
11197if ac_fn_c_try_link "$LINENO"; then :
11198 ac_cv_lib_dld_dld_link=yes
11199else
11200 ac_cv_lib_dld_dld_link=no
11201fi
11202rm -f core conftest.err conftest.$ac_objext \
11203 conftest$ac_exeext conftest.$ac_ext
11204LIBS=$ac_check_lib_save_LIBS
11205fi
11206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11207$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11208if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11209 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11210fi
11211
11212
11213fi
11214
11215
11216fi
11217
11218
11219fi
11220
11221
11222fi
11223
11224
11225fi
11226
11227 ;;
11228 esac
11229
11230 if test "x$lt_cv_dlopen" != xno; then
11231 enable_dlopen=yes
b5bd9624 11232 else
6bb11ab3
L
11233 enable_dlopen=no
11234 fi
11235
11236 case $lt_cv_dlopen in
11237 dlopen)
11238 save_CPPFLAGS="$CPPFLAGS"
11239 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11240
11241 save_LDFLAGS="$LDFLAGS"
11242 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11243
11244 save_LIBS="$LIBS"
11245 LIBS="$lt_cv_dlopen_libs $LIBS"
11246
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11248$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11249if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11250 $as_echo_n "(cached) " >&6
11251else
11252 if test "$cross_compiling" = yes; then :
11253 lt_cv_dlopen_self=cross
11254else
11255 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11256 lt_status=$lt_dlunknown
11257 cat > conftest.$ac_ext <<_LT_EOF
37e9f182 11258#line 11258 "configure"
6bb11ab3
L
11259#include "confdefs.h"
11260
11261#if HAVE_DLFCN_H
11262#include <dlfcn.h>
11263#endif
11264
11265#include <stdio.h>
11266
11267#ifdef RTLD_GLOBAL
11268# define LT_DLGLOBAL RTLD_GLOBAL
11269#else
11270# ifdef DL_GLOBAL
11271# define LT_DLGLOBAL DL_GLOBAL
11272# else
11273# define LT_DLGLOBAL 0
11274# endif
11275#endif
11276
11277/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11278 find out it does not work in some platform. */
11279#ifndef LT_DLLAZY_OR_NOW
11280# ifdef RTLD_LAZY
11281# define LT_DLLAZY_OR_NOW RTLD_LAZY
11282# else
11283# ifdef DL_LAZY
11284# define LT_DLLAZY_OR_NOW DL_LAZY
11285# else
11286# ifdef RTLD_NOW
11287# define LT_DLLAZY_OR_NOW RTLD_NOW
11288# else
11289# ifdef DL_NOW
11290# define LT_DLLAZY_OR_NOW DL_NOW
11291# else
11292# define LT_DLLAZY_OR_NOW 0
11293# endif
11294# endif
11295# endif
11296# endif
11297#endif
11298
11299/* When -fvisbility=hidden is used, assume the code has been annotated
11300 correspondingly for the symbols needed. */
11301#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11302void fnord () __attribute__((visibility("default")));
11303#endif
11304
11305void fnord () { int i=42; }
11306int main ()
11307{
11308 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11309 int status = $lt_dlunknown;
11310
11311 if (self)
11312 {
11313 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11314 else
11315 {
11316 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11317 else puts (dlerror ());
11318 }
11319 /* dlclose (self); */
11320 }
11321 else
11322 puts (dlerror ());
11323
11324 return status;
11325}
11326_LT_EOF
11327 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11328 (eval $ac_link) 2>&5
11329 ac_status=$?
11330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11331 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11332 (./conftest; exit; ) >&5 2>/dev/null
11333 lt_status=$?
11334 case x$lt_status in
11335 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11336 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11337 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11338 esac
11339 else :
11340 # compilation failed
11341 lt_cv_dlopen_self=no
b5bd9624 11342 fi
b5bd9624 11343fi
6bb11ab3
L
11344rm -fr conftest*
11345
11346
b5bd9624 11347fi
6bb11ab3
L
11348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11349$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11350
6bb11ab3
L
11351 if test "x$lt_cv_dlopen_self" = xyes; then
11352 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11354$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11355if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11356 $as_echo_n "(cached) " >&6
b5bd9624 11357else
6bb11ab3
L
11358 if test "$cross_compiling" = yes; then :
11359 lt_cv_dlopen_self_static=cross
11360else
11361 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11362 lt_status=$lt_dlunknown
11363 cat > conftest.$ac_ext <<_LT_EOF
37e9f182 11364#line 11364 "configure"
6bb11ab3
L
11365#include "confdefs.h"
11366
11367#if HAVE_DLFCN_H
11368#include <dlfcn.h>
11369#endif
11370
11371#include <stdio.h>
11372
11373#ifdef RTLD_GLOBAL
11374# define LT_DLGLOBAL RTLD_GLOBAL
11375#else
11376# ifdef DL_GLOBAL
11377# define LT_DLGLOBAL DL_GLOBAL
11378# else
11379# define LT_DLGLOBAL 0
11380# endif
11381#endif
11382
11383/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11384 find out it does not work in some platform. */
11385#ifndef LT_DLLAZY_OR_NOW
11386# ifdef RTLD_LAZY
11387# define LT_DLLAZY_OR_NOW RTLD_LAZY
11388# else
11389# ifdef DL_LAZY
11390# define LT_DLLAZY_OR_NOW DL_LAZY
11391# else
11392# ifdef RTLD_NOW
11393# define LT_DLLAZY_OR_NOW RTLD_NOW
11394# else
11395# ifdef DL_NOW
11396# define LT_DLLAZY_OR_NOW DL_NOW
11397# else
11398# define LT_DLLAZY_OR_NOW 0
11399# endif
11400# endif
11401# endif
11402# endif
11403#endif
11404
11405/* When -fvisbility=hidden is used, assume the code has been annotated
11406 correspondingly for the symbols needed. */
11407#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11408void fnord () __attribute__((visibility("default")));
11409#endif
11410
11411void fnord () { int i=42; }
11412int main ()
11413{
11414 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11415 int status = $lt_dlunknown;
11416
11417 if (self)
11418 {
11419 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11420 else
11421 {
11422 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11423 else puts (dlerror ());
11424 }
11425 /* dlclose (self); */
11426 }
11427 else
11428 puts (dlerror ());
11429
11430 return status;
11431}
11432_LT_EOF
11433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11434 (eval $ac_link) 2>&5
11435 ac_status=$?
11436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11437 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11438 (./conftest; exit; ) >&5 2>/dev/null
11439 lt_status=$?
11440 case x$lt_status in
11441 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11442 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11443 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11444 esac
11445 else :
11446 # compilation failed
11447 lt_cv_dlopen_self_static=no
11448 fi
b5bd9624 11449fi
6bb11ab3
L
11450rm -fr conftest*
11451
11452
b5bd9624 11453fi
6bb11ab3
L
11454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11455$as_echo "$lt_cv_dlopen_self_static" >&6; }
11456 fi
11457
11458 CPPFLAGS="$save_CPPFLAGS"
11459 LDFLAGS="$save_LDFLAGS"
11460 LIBS="$save_LIBS"
11461 ;;
11462 esac
11463
11464 case $lt_cv_dlopen_self in
11465 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11466 *) enable_dlopen_self=unknown ;;
11467 esac
11468
11469 case $lt_cv_dlopen_self_static in
11470 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11471 *) enable_dlopen_self_static=unknown ;;
11472 esac
11473fi
11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491striplib=
11492old_striplib=
11493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11494$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11495if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11496 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11497 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11499$as_echo "yes" >&6; }
11500else
11501# FIXME - insert some real tests, host_os isn't really good enough
11502 case $host_os in
11503 darwin*)
11504 if test -n "$STRIP" ; then
11505 striplib="$STRIP -x"
11506 old_striplib="$STRIP -S"
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11508$as_echo "yes" >&6; }
11509 else
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11511$as_echo "no" >&6; }
11512 fi
11513 ;;
11514 *)
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11516$as_echo "no" >&6; }
11517 ;;
11518 esac
11519fi
11520
11521
11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
11532 # Report which library types will actually be built
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11534$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11536$as_echo "$can_build_shared" >&6; }
11537
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11539$as_echo_n "checking whether to build shared libraries... " >&6; }
11540 test "$can_build_shared" = "no" && enable_shared=no
11541
11542 # On AIX, shared libraries and static libraries use the same namespace, and
11543 # are all built from PIC.
11544 case $host_os in
11545 aix3*)
11546 test "$enable_shared" = yes && enable_static=no
11547 if test -n "$RANLIB"; then
11548 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11549 postinstall_cmds='$RANLIB $lib'
11550 fi
11551 ;;
11552
11553 aix[4-9]*)
11554 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11555 test "$enable_shared" = yes && enable_static=no
11556 fi
11557 ;;
11558 esac
11559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11560$as_echo "$enable_shared" >&6; }
11561
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11563$as_echo_n "checking whether to build static libraries... " >&6; }
11564 # Make sure either enable_shared or enable_static is yes.
11565 test "$enable_shared" = yes || enable_static=yes
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11567$as_echo "$enable_static" >&6; }
11568
11569
11570
11571
11572fi
11573ac_ext=c
11574ac_cpp='$CPP $CPPFLAGS'
11575ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11576ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11577ac_compiler_gnu=$ac_cv_c_compiler_gnu
11578
11579CC="$lt_save_CC"
11580
11581
11582
11583
11584
11585
11586
11587
11588
b5bd9624 11589
b5bd9624 11590
b5bd9624 11591
b5bd9624 11592
6bb11ab3
L
11593 ac_config_commands="$ac_config_commands libtool"
11594
11595
11596
11597
11598# Only expand once:
11599
11600
5912fadd 11601
b5bd9624 11602
fee8ec00
SR
11603
11604
31e6ad7d
MF
11605
11606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11607$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11608 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11609if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11610 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11611else
11612 USE_MAINTAINER_MODE=no
fee8ec00 11613fi
31e6ad7d
MF
11614
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11616$as_echo "$USE_MAINTAINER_MODE" >&6; }
11617 if test $USE_MAINTAINER_MODE = yes; then
11618 MAINTAINER_MODE_TRUE=
11619 MAINTAINER_MODE_FALSE='#'
fee8ec00 11620else
31e6ad7d
MF
11621 MAINTAINER_MODE_TRUE='#'
11622 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11623fi
11624
31e6ad7d
MF
11625 MAINT=$MAINTAINER_MODE_TRUE
11626
11627
fee8ec00
SR
11628
11629
ce39bd38
MF
11630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11631$as_echo_n "checking for sim debug setting... " >&6; }
11632sim_debug="0"
81ecdfbb
RW
11633# Check whether --enable-sim-debug was given.
11634if test "${enable_sim_debug+set}" = set; then :
11635 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11636 yes) sim_debug="7";;
11637 no) sim_debug="0";;
11638 *) sim_debug="($enableval)";;
fee8ec00 11639esac
fee8ec00 11640fi
ce39bd38
MF
11641if test "$sim_debug" != "0"; then
11642
11643cat >>confdefs.h <<_ACEOF
11644#define DEBUG $sim_debug
11645_ACEOF
11646
81ecdfbb
RW
11647fi
11648
ce39bd38
MF
11649cat >>confdefs.h <<_ACEOF
11650#define WITH_DEBUG $sim_debug
11651_ACEOF
11652
11653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11654$as_echo "$sim_debug" >&6; }
fee8ec00
SR
11655
11656
ce39bd38
MF
11657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11658$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11659sim_stdio="0"
81ecdfbb
RW
11660# Check whether --enable-sim-stdio was given.
11661if test "${enable_sim_stdio+set}" = set; then :
11662 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11663 yes) sim_stdio="DO_USE_STDIO";;
11664 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11665 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
fee8ec00 11666esac
81ecdfbb
RW
11667fi
11668
ce39bd38
MF
11669cat >>confdefs.h <<_ACEOF
11670#define WITH_STDIO $sim_stdio
11671_ACEOF
11672
11673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11674$as_echo "$sim_stdio" >&6; }
fee8ec00
SR
11675
11676
ce39bd38
MF
11677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11678$as_echo_n "checking for sim trace settings... " >&6; }
11679sim_trace="~TRACE_debug"
81ecdfbb
RW
11680# Check whether --enable-sim-trace was given.
11681if test "${enable_sim_trace+set}" = set; then :
11682 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11683 yes) sim_trace="-1";;
11684 no) sim_trace="0";;
fee8ec00 11685 [-0-9]*)
ce39bd38 11686 sim_trace="'(${enableval})'";;
2232061b 11687 [[:lower:]]*)
fee8ec00
SR
11688 sim_trace=""
11689 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11690 if test x"$sim_trace" = x; then
ce39bd38 11691 sim_trace="(TRACE_$x"
fee8ec00
SR
11692 else
11693 sim_trace="${sim_trace}|TRACE_$x"
11694 fi
11695 done
ce39bd38 11696 sim_trace="$sim_trace)" ;;
fee8ec00 11697esac
81ecdfbb
RW
11698fi
11699
ce39bd38
MF
11700cat >>confdefs.h <<_ACEOF
11701#define WITH_TRACE $sim_trace
11702_ACEOF
11703
11704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11705$as_echo "$sim_trace" >&6; }
fee8ec00
SR
11706
11707
ce39bd38
MF
11708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11709$as_echo_n "checking for sim profile settings... " >&6; }
11710profile="1"
11711sim_profile="-1"
81ecdfbb
RW
11712# Check whether --enable-sim-profile was given.
11713if test "${enable_sim_profile+set}" = set; then :
11714 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11715 yes) profile="1" sim_profile="-1";;
11716 no) profile="0" sim_profile="0";;
fee8ec00 11717 [-0-9]*)
ce39bd38 11718 profile="(${enableval})" sim_profile="(${enableval})";;
fee8ec00 11719 [a-z]*)
ce39bd38 11720 profile="1"
fee8ec00
SR
11721 sim_profile=""
11722 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11723 if test x"$sim_profile" = x; then
ce39bd38 11724 sim_profile="(PROFILE_$x"
fee8ec00
SR
11725 else
11726 sim_profile="${sim_profile}|PROFILE_$x"
11727 fi
11728 done
ce39bd38 11729 sim_profile="$sim_profile)" ;;
fee8ec00 11730esac
81ecdfbb
RW
11731fi
11732
ce39bd38
MF
11733cat >>confdefs.h <<_ACEOF
11734#define PROFILE $profile
11735_ACEOF
fee8ec00
SR
11736
11737
ce39bd38
MF
11738cat >>confdefs.h <<_ACEOF
11739#define WITH_PROFILE $sim_profile
11740_ACEOF
11741
11742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11743$as_echo "$sim_profile" >&6; }
11744
11745
11746
11747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11748$as_echo_n "checking whether to enable sim asserts... " >&6; }
11749sim_assert="1"
35656e95
MF
11750# Check whether --enable-sim-assert was given.
11751if test "${enable_sim_assert+set}" = set; then :
11752 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11753 yes) sim_assert="1";;
11754 no) sim_assert="0";;
d0ac1c44 11755 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11756esac
35656e95
MF
11757fi
11758
ce39bd38
MF
11759cat >>confdefs.h <<_ACEOF
11760#define WITH_ASSERT $sim_assert
11761_ACEOF
11762
11763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11764$as_echo "$sim_assert" >&6; }
11765
35656e95 11766
ce39bd38
MF
11767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11768$as_echo_n "checking default sim environment setting... " >&6; }
11769sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11770# Check whether --enable-sim-environment was given.
11771if test "${enable_sim_environment+set}" = set; then :
11772 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11773 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11774 user | USER) sim_environment="USER_ENVIRONMENT";;
11775 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11776 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11777 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11778esac
16f7876d
MF
11779fi
11780
ce39bd38
MF
11781cat >>confdefs.h <<_ACEOF
11782#define WITH_ENVIRONMENT $sim_environment
11783_ACEOF
11784
11785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11786$as_echo "$sim_environment" >&6; }
11787
16f7876d 11788
347fe5bb
MF
11789sim_inline="-DDEFAULT_INLINE=0"
11790# Check whether --enable-sim-inline was given.
11791if test "${enable_sim_inline+set}" = set; then :
11792 enableval=$enable_sim_inline; sim_inline=""
11793case "$enableval" in
11794 no) sim_inline="-DDEFAULT_INLINE=0";;
11795 0) sim_inline="-DDEFAULT_INLINE=0";;
11796 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11797 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11798 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11799 new_flag=""
11800 case "$x" in
11801 *_INLINE=*) new_flag="-D$x";;
11802 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11803 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11804 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11805 esac
11806 if test x"$sim_inline" = x""; then
11807 sim_inline="$new_flag"
11808 else
11809 sim_inline="$sim_inline $new_flag"
11810 fi
11811 done;;
11812esac
11813if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11814 echo "Setting inline flags = $sim_inline" 6>&1
11815fi
11816fi
11817
11818
11819
6efef468 11820
81ecdfbb
RW
11821# Check whether --with-pkgversion was given.
11822if test "${with_pkgversion+set}" = set; then :
11823 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11824 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11825 no) PKGVERSION= ;;
11826 *) PKGVERSION="($withval) " ;;
11827 esac
11828else
bf12d44e 11829 PKGVERSION="(SIM) "
6efef468 11830
81ecdfbb
RW
11831fi
11832
6efef468
JM
11833
11834
11835
11836
81ecdfbb
RW
11837# Check whether --with-bugurl was given.
11838if test "${with_bugurl+set}" = set; then :
11839 withval=$with_bugurl; case "$withval" in
d0ac1c44 11840 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11841 no) BUGURL=
11842 ;;
11843 *) BUGURL="$withval"
11844 ;;
11845 esac
11846else
dfb856ba 11847 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11848
81ecdfbb
RW
11849fi
11850
6efef468
JM
11851 case ${BUGURL} in
11852 "")
11853 REPORT_BUGS_TO=
11854 REPORT_BUGS_TEXI=
11855 ;;
11856 *)
11857 REPORT_BUGS_TO="<$BUGURL>"
11858 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11859 ;;
11860 esac;
11861
11862
11863
11864
11865cat >>confdefs.h <<_ACEOF
11866#define PKGVERSION "$PKGVERSION"
11867_ACEOF
11868
11869
11870cat >>confdefs.h <<_ACEOF
11871#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11872_ACEOF
11873
11874
81ecdfbb
RW
11875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11876$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11877if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11878 $as_echo_n "(cached) " >&6
fee8ec00 11879else
81ecdfbb 11880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
11881/* end confdefs.h. */
11882#include <sys/types.h>
11883#include <signal.h>
fee8ec00
SR
11884
11885int
11886main ()
11887{
81ecdfbb 11888return *(signal (0, 0)) (0) == 1;
fee8ec00
SR
11889 ;
11890 return 0;
11891}
11892_ACEOF
81ecdfbb
RW
11893if ac_fn_c_try_compile "$LINENO"; then :
11894 ac_cv_type_signal=int
fee8ec00 11895else
81ecdfbb 11896 ac_cv_type_signal=void
fee8ec00 11897fi
81ecdfbb 11898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fee8ec00 11899fi
81ecdfbb
RW
11900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11901$as_echo "$ac_cv_type_signal" >&6; }
fee8ec00
SR
11902
11903cat >>confdefs.h <<_ACEOF
11904#define RETSIGTYPE $ac_cv_type_signal
11905_ACEOF
11906
11907
11908
11909
11910
fee8ec00
SR
11911
11912
1ac72f06 11913wire_endian="LITTLE"
ca968da4
MF
11914default_endian=""
11915# Check whether --enable-sim-endian was given.
11916if test "${enable_sim_endian+set}" = set; then :
11917 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11918 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11919 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
ca968da4 11920 yes) if test x"$wire_endian" != x; then
1ac72f06 11921 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4 11922 else
1ac72f06
MF
11923 if test x"$default_endian" != x; then
11924 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11925 else
11926 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11927 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ca968da4
MF
11928 fi
11929 fi;;
11930 no) if test x"$default_endian" != x; then
1ac72f06 11931 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11932 else
11933 if test x"$wire_endian" != x; then
1ac72f06 11934 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4
MF
11935 else
11936 echo "No default endian for target $target" 1>&6
1ac72f06 11937 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ca968da4
MF
11938 fi
11939 fi;;
d0ac1c44 11940 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
ca968da4
MF
11941esac
11942if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11943 echo "Setting endian flags = $sim_endian" 6>&1
11944fi
11945else
11946 if test x"$default_endian" != x; then
1ac72f06 11947 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11948else
11949 if test x"$wire_endian" != x; then
1ac72f06 11950 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4
MF
11951 else
11952 sim_endian=
11953 fi
11954fi
11955fi
11956
761e171a
MF
11957wire_alignment="NONSTRICT_ALIGNMENT"
11958default_alignment=""
ca968da4
MF
11959
11960# Check whether --enable-sim-alignment was given.
11961if test "${enable_sim_alignment+set}" = set; then :
11962 enableval=$enable_sim_alignment; case "${enableval}" in
11963 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11964 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11965 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11966 yes) if test x"$wire_alignment" != x; then
11967 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11968 else
11969 if test x"$default_alignment" != x; then
11970 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11971 else
11972 echo "No hard-wired alignment for target $target" 1>&6
11973 sim_alignment="-DWITH_ALIGNMENT=0"
11974 fi
11975 fi;;
11976 no) if test x"$default_alignment" != x; then
11977 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11978 else
11979 if test x"$wire_alignment" != x; then
11980 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11981 else
11982 echo "No default alignment for target $target" 1>&6
11983 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11984 fi
11985 fi;;
d0ac1c44 11986 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
ca968da4
MF
11987esac
11988if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11989 echo "Setting alignment flags = $sim_alignment" 6>&1
11990fi
11991else
11992 if test x"$default_alignment" != x; then
11993 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11994else
11995 if test x"$wire_alignment" != x; then
11996 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11997 else
11998 sim_alignment=
11999 fi
12000fi
12001fi
12002
12003
3912a8db 12004
2232061b
MF
12005# Check whether --enable-werror was given.
12006if test "${enable_werror+set}" = set; then :
12007 enableval=$enable_werror; case "${enableval}" in
12008 yes | y) ERROR_ON_WARNING="yes" ;;
12009 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12010 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
12011 esac
12012fi
12013
12014
12015# Enable -Werror by default when using gcc
12016if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12017 ERROR_ON_WARNING=yes
12018fi
12019
12020WERROR_CFLAGS=""
3912a8db
MF
12021 if test "${ERROR_ON_WARNING}" = yes ; then
12022 WERROR_CFLAGS="-Werror"
12023 fi
2232061b 12024
2232061b 12025build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 12026-Wpointer-sign \
2232061b 12027-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
12028-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12029-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12030-Wold-style-declaration -Wold-style-definition"
2232061b
MF
12031
12032# Enable -Wno-format by default when using gcc on mingw since many
12033# GCC versions complain about %I64.
12034case "${host}" in
12035 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 12036 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
12037esac
12038
81ecdfbb
RW
12039# Check whether --enable-build-warnings was given.
12040if test "${enable_build_warnings+set}" = set; then :
12041 enableval=$enable_build_warnings; case "${enableval}" in
fee8ec00
SR
12042 yes) ;;
12043 no) build_warnings="-w";;
12044 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12045 build_warnings="${build_warnings} ${t}";;
12046 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12047 build_warnings="${t} ${build_warnings}";;
12048 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12049esac
12050if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12051 echo "Setting compiler warning flags = $build_warnings" 6>&1
12052fi
81ecdfbb
RW
12053fi
12054# Check whether --enable-sim-build-warnings was given.
12055if test "${enable_sim_build_warnings+set}" = set; then :
12056 enableval=$enable_sim_build_warnings; case "${enableval}" in
fee8ec00
SR
12057 yes) ;;
12058 no) build_warnings="-w";;
12059 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12060 build_warnings="${build_warnings} ${t}";;
12061 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12062 build_warnings="${t} ${build_warnings}";;
12063 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12064esac
12065if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12066 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12067fi
81ecdfbb
RW
12068fi
12069WARN_CFLAGS=""
fee8ec00
SR
12070if test "x${build_warnings}" != x -a "x$GCC" = xyes
12071then
81ecdfbb
RW
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12073$as_echo_n "checking compiler warning flags... " >&6; }
fee8ec00
SR
12074 # Separate out the -Werror flag as some files just cannot be
12075 # compiled with it enabled.
12076 for w in ${build_warnings}; do
12077 case $w in
12078 -Werr*) WERROR_CFLAGS=-Werror ;;
12079 *) # Check that GCC accepts it
12080 saved_CFLAGS="$CFLAGS"
12081 CFLAGS="$CFLAGS $w"
81ecdfbb 12082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
12083/* end confdefs.h. */
12084
12085int
12086main ()
12087{
12088
12089 ;
12090 return 0;
12091}
12092_ACEOF
81ecdfbb 12093if ac_fn_c_try_compile "$LINENO"; then :
fee8ec00 12094 WARN_CFLAGS="${WARN_CFLAGS} $w"
fee8ec00 12095fi
81ecdfbb 12096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fee8ec00
SR
12097 CFLAGS="$saved_CFLAGS"
12098 esac
12099 done
2232061b
MF
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12101$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fee8ec00
SR
12102fi
12103
12104
fee8ec00
SR
12105cgen_breaks=""
12106if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12107cgen_breaks="break cgen_rtx_error";
12108fi
12109
81ecdfbb 12110ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fee8ec00 12111
81ecdfbb 12112ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fee8ec00 12113
81ecdfbb 12114ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fee8ec00 12115
81ecdfbb 12116ac_config_commands="$ac_config_commands Makefile"
fee8ec00 12117
81ecdfbb 12118ac_config_commands="$ac_config_commands stamp-h"
fee8ec00 12119
760b3e8b
MF
12120
12121
12122
12123
12124
12125
12126
12127
12128
12129
12130
12131
fee8ec00
SR
12132cat >confcache <<\_ACEOF
12133# This file is a shell script that caches the results of configure
12134# tests run on this system so they can be shared between configure
12135# scripts and configure runs, see configure's option --config-cache.
12136# It is not useful on other systems. If it contains results you don't
12137# want to keep, you may remove or edit it.
12138#
12139# config.status only pays attention to the cache file if you give it
12140# the --recheck option to rerun configure.
12141#
12142# `ac_cv_env_foo' variables (set or unset) will be overridden when
12143# loading this file, other *unset* `ac_cv_foo' will be assigned the
12144# following values.
12145
12146_ACEOF
12147
12148# The following way of writing the cache mishandles newlines in values,
12149# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12150# So, we kill variables containing newlines.
fee8ec00
SR
12151# Ultrix sh set writes to stderr and can't be redirected directly,
12152# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12153(
12154 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12155 eval ac_val=\$$ac_var
12156 case $ac_val in #(
12157 *${as_nl}*)
12158 case $ac_var in #(
12159 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12160$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12161 esac
12162 case $ac_var in #(
12163 _ | IFS | as_nl) ;; #(
12164 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12165 *) { eval $ac_var=; unset $ac_var;} ;;
12166 esac ;;
12167 esac
12168 done
12169
fee8ec00 12170 (set) 2>&1 |
81ecdfbb
RW
12171 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12172 *${as_nl}ac_space=\ *)
12173 # `set' does not quote correctly, so add quotes: double-quote
12174 # substitution turns \\\\ into \\, and sed turns \\ into \.
fee8ec00
SR
12175 sed -n \
12176 "s/'/'\\\\''/g;
12177 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12178 ;; #(
fee8ec00
SR
12179 *)
12180 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12181 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 12182 ;;
81ecdfbb
RW
12183 esac |
12184 sort
12185) |
fee8ec00 12186 sed '
81ecdfbb 12187 /^ac_cv_env_/b end
fee8ec00 12188 t clear
81ecdfbb 12189 :clear
fee8ec00
SR
12190 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12191 t end
81ecdfbb
RW
12192 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12193 :end' >>confcache
12194if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12195 if test -w "$cache_file"; then
d0ac1c44 12196 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12198$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12199 if test ! -f "$cache_file" || test -h "$cache_file"; then
12200 cat confcache >"$cache_file"
12201 else
12202 case $cache_file in #(
12203 */* | ?:*)
12204 mv -f confcache "$cache_file"$$ &&
12205 mv -f "$cache_file"$$ "$cache_file" ;; #(
12206 *)
12207 mv -f confcache "$cache_file" ;;
12208 esac
12209 fi
12210 fi
fee8ec00 12211 else
81ecdfbb
RW
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12213$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fee8ec00
SR
12214 fi
12215fi
12216rm -f confcache
12217
12218test "x$prefix" = xNONE && prefix=$ac_default_prefix
12219# Let make expand exec_prefix.
12220test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12221
fee8ec00
SR
12222DEFS=-DHAVE_CONFIG_H
12223
12224ac_libobjs=
12225ac_ltlibobjs=
d0ac1c44 12226U=
fee8ec00
SR
12227for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12228 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12229 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12230 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12231 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12232 # will be set to the directory where LIBOBJS objects are built.
12233 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12234 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fee8ec00
SR
12235done
12236LIBOBJS=$ac_libobjs
12237
12238LTLIBOBJS=$ac_ltlibobjs
12239
12240
0cb8d851 12241
db2e4d67 12242if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12243 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12244Usually this means the macro was only invoked conditionally." "$LINENO" 5
12245fi
6bb11ab3 12246if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12247 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12248Usually this means the macro was only invoked conditionally." "$LINENO" 5
12249fi
31e6ad7d 12250if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12251 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12252Usually this means the macro was only invoked conditionally." "$LINENO" 5
12253fi
fee8ec00 12254
d0ac1c44 12255: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12256ac_write_fail=0
fee8ec00
SR
12257ac_clean_files_save=$ac_clean_files
12258ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12259{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12260$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12261as_write_fail=0
12262cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fee8ec00
SR
12263#! $SHELL
12264# Generated by $as_me.
12265# Run this file to recreate the current configuration.
12266# Compiler output produced by configure, useful for debugging
12267# configure, is in config.log if it exists.
12268
12269debug=false
12270ac_cs_recheck=false
12271ac_cs_silent=false
fee8ec00 12272
81ecdfbb
RW
12273SHELL=\${CONFIG_SHELL-$SHELL}
12274export SHELL
12275_ASEOF
12276cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12277## -------------------- ##
12278## M4sh Initialization. ##
12279## -------------------- ##
12280
12281# Be more Bourne compatible
12282DUALCASE=1; export DUALCASE # for MKS sh
12283if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fee8ec00
SR
12284 emulate sh
12285 NULLCMD=:
81ecdfbb 12286 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
12287 # is contrary to our usage. Disable this feature.
12288 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12289 setopt NO_GLOB_SUBST
12290else
12291 case `(set -o) 2>/dev/null` in #(
12292 *posix*) :
12293 set -o posix ;; #(
12294 *) :
12295 ;;
12296esac
fee8ec00 12297fi
fee8ec00 12298
81ecdfbb
RW
12299
12300as_nl='
12301'
12302export as_nl
12303# Printing a long string crashes Solaris 7 /usr/bin/printf.
12304as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12305as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12306as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12307# Prefer a ksh shell builtin over an external printf program on Solaris,
12308# but without wasting forks for bash or zsh.
12309if test -z "$BASH_VERSION$ZSH_VERSION" \
12310 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12311 as_echo='print -r --'
12312 as_echo_n='print -rn --'
12313elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12314 as_echo='printf %s\n'
12315 as_echo_n='printf %s'
12316else
12317 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12318 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12319 as_echo_n='/usr/ucb/echo -n'
12320 else
12321 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12322 as_echo_n_body='eval
12323 arg=$1;
12324 case $arg in #(
12325 *"$as_nl"*)
12326 expr "X$arg" : "X\\(.*\\)$as_nl";
12327 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12328 esac;
12329 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12330 '
12331 export as_echo_n_body
12332 as_echo_n='sh -c $as_echo_n_body as_echo'
12333 fi
12334 export as_echo_body
12335 as_echo='sh -c $as_echo_body as_echo'
12336fi
12337
12338# The user is always right.
12339if test "${PATH_SEPARATOR+set}" != set; then
12340 PATH_SEPARATOR=:
12341 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12342 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12343 PATH_SEPARATOR=';'
12344 }
fee8ec00
SR
12345fi
12346
12347
81ecdfbb
RW
12348# IFS
12349# We need space, tab and new line, in precisely that order. Quoting is
12350# there to prevent editors from complaining about space-tab.
12351# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12352# splitting by setting IFS to empty value.)
12353IFS=" "" $as_nl"
12354
12355# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12356as_myself=
81ecdfbb
RW
12357case $0 in #((
12358 *[\\/]* ) as_myself=$0 ;;
12359 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12360for as_dir in $PATH
12361do
12362 IFS=$as_save_IFS
12363 test -z "$as_dir" && as_dir=.
12364 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12365 done
12366IFS=$as_save_IFS
12367
12368 ;;
12369esac
12370# We did not find ourselves, most probably we were run as `sh COMMAND'
12371# in which case we are not to be found in the path.
12372if test "x$as_myself" = x; then
12373 as_myself=$0
12374fi
12375if test ! -f "$as_myself"; then
12376 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12377 exit 1
12378fi
12379
12380# Unset variables that we do not need and which cause bugs (e.g. in
12381# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12382# suppresses any "Segmentation fault" message there. '((' could
12383# trigger a bug in pdksh 5.2.14.
12384for as_var in BASH_ENV ENV MAIL MAILPATH
12385do eval test x\${$as_var+set} = xset \
12386 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12387done
fee8ec00
SR
12388PS1='$ '
12389PS2='> '
12390PS4='+ '
12391
12392# NLS nuisances.
81ecdfbb
RW
12393LC_ALL=C
12394export LC_ALL
12395LANGUAGE=C
12396export LANGUAGE
12397
12398# CDPATH.
12399(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12400
12401
d0ac1c44
SM
12402# as_fn_error STATUS ERROR [LINENO LOG_FD]
12403# ----------------------------------------
81ecdfbb
RW
12404# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12405# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12406# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12407as_fn_error ()
12408{
d0ac1c44
SM
12409 as_status=$1; test $as_status -eq 0 && as_status=1
12410 if test "$4"; then
12411 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12412 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fee8ec00 12413 fi
d0ac1c44 12414 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12415 as_fn_exit $as_status
12416} # as_fn_error
12417
12418
12419# as_fn_set_status STATUS
12420# -----------------------
12421# Set $? to STATUS, without forking.
12422as_fn_set_status ()
12423{
12424 return $1
12425} # as_fn_set_status
12426
12427# as_fn_exit STATUS
12428# -----------------
12429# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12430as_fn_exit ()
12431{
12432 set +e
12433 as_fn_set_status $1
12434 exit $1
12435} # as_fn_exit
12436
12437# as_fn_unset VAR
12438# ---------------
12439# Portably unset VAR.
12440as_fn_unset ()
12441{
12442 { eval $1=; unset $1;}
12443}
12444as_unset=as_fn_unset
12445# as_fn_append VAR VALUE
12446# ----------------------
12447# Append the text in VALUE to the end of the definition contained in VAR. Take
12448# advantage of any shell optimizations that allow amortized linear growth over
12449# repeated appends, instead of the typical quadratic growth present in naive
12450# implementations.
12451if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12452 eval 'as_fn_append ()
12453 {
12454 eval $1+=\$2
12455 }'
12456else
12457 as_fn_append ()
12458 {
12459 eval $1=\$$1\$2
12460 }
12461fi # as_fn_append
12462
12463# as_fn_arith ARG...
12464# ------------------
12465# Perform arithmetic evaluation on the ARGs, and store the result in the
12466# global $as_val. Take advantage of shells that can avoid forks. The arguments
12467# must be portable across $(()) and expr.
12468if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12469 eval 'as_fn_arith ()
12470 {
12471 as_val=$(( $* ))
12472 }'
12473else
12474 as_fn_arith ()
12475 {
12476 as_val=`expr "$@" || test $? -eq 1`
12477 }
12478fi # as_fn_arith
12479
fee8ec00 12480
81ecdfbb
RW
12481if expr a : '\(a\)' >/dev/null 2>&1 &&
12482 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fee8ec00
SR
12483 as_expr=expr
12484else
12485 as_expr=false
12486fi
12487
81ecdfbb 12488if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fee8ec00
SR
12489 as_basename=basename
12490else
12491 as_basename=false
12492fi
12493
81ecdfbb
RW
12494if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12495 as_dirname=dirname
12496else
12497 as_dirname=false
12498fi
fee8ec00 12499
81ecdfbb 12500as_me=`$as_basename -- "$0" ||
fee8ec00
SR
12501$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12502 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12503 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12504$as_echo X/"$0" |
12505 sed '/^.*\/\([^/][^/]*\)\/*$/{
12506 s//\1/
12507 q
12508 }
12509 /^X\/\(\/\/\)$/{
12510 s//\1/
12511 q
12512 }
12513 /^X\/\(\/\).*/{
12514 s//\1/
12515 q
12516 }
12517 s/.*/./; q'`
fee8ec00 12518
fee8ec00
SR
12519# Avoid depending upon Character Ranges.
12520as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12521as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12522as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12523as_cr_digits='0123456789'
12524as_cr_alnum=$as_cr_Letters$as_cr_digits
12525
81ecdfbb
RW
12526ECHO_C= ECHO_N= ECHO_T=
12527case `echo -n x` in #(((((
12528-n*)
12529 case `echo 'xy\c'` in
12530 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12531 xy) ECHO_C='\c';;
12532 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12533 ECHO_T=' ';;
12534 esac;;
12535*)
12536 ECHO_N='-n';;
fee8ec00
SR
12537esac
12538
81ecdfbb
RW
12539rm -f conf$$ conf$$.exe conf$$.file
12540if test -d conf$$.dir; then
12541 rm -f conf$$.dir/conf$$.file
fee8ec00 12542else
81ecdfbb
RW
12543 rm -f conf$$.dir
12544 mkdir conf$$.dir 2>/dev/null
fee8ec00 12545fi
81ecdfbb
RW
12546if (echo >conf$$.file) 2>/dev/null; then
12547 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 12548 as_ln_s='ln -s'
81ecdfbb
RW
12549 # ... but there are two gotchas:
12550 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12551 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12552 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12553 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12554 as_ln_s='cp -pR'
81ecdfbb
RW
12555 elif ln conf$$.file conf$$ 2>/dev/null; then
12556 as_ln_s=ln
12557 else
d0ac1c44 12558 as_ln_s='cp -pR'
fee8ec00 12559 fi
fee8ec00 12560else
d0ac1c44 12561 as_ln_s='cp -pR'
fee8ec00 12562fi
81ecdfbb
RW
12563rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12564rmdir conf$$.dir 2>/dev/null
12565
fee8ec00 12566
81ecdfbb
RW
12567# as_fn_mkdir_p
12568# -------------
12569# Create "$as_dir" as a directory, including parents if necessary.
12570as_fn_mkdir_p ()
12571{
12572
12573 case $as_dir in #(
12574 -*) as_dir=./$as_dir;;
12575 esac
12576 test -d "$as_dir" || eval $as_mkdir_p || {
12577 as_dirs=
12578 while :; do
12579 case $as_dir in #(
12580 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12581 *) as_qdir=$as_dir;;
12582 esac
12583 as_dirs="'$as_qdir' $as_dirs"
12584 as_dir=`$as_dirname -- "$as_dir" ||
12585$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12586 X"$as_dir" : 'X\(//\)[^/]' \| \
12587 X"$as_dir" : 'X\(//\)$' \| \
12588 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12589$as_echo X"$as_dir" |
12590 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12591 s//\1/
12592 q
12593 }
12594 /^X\(\/\/\)[^/].*/{
12595 s//\1/
12596 q
12597 }
12598 /^X\(\/\/\)$/{
12599 s//\1/
12600 q
12601 }
12602 /^X\(\/\).*/{
12603 s//\1/
12604 q
12605 }
12606 s/.*/./; q'`
12607 test -d "$as_dir" && break
12608 done
12609 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12610 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12611
12612
12613} # as_fn_mkdir_p
fee8ec00 12614if mkdir -p . 2>/dev/null; then
81ecdfbb 12615 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
12616else
12617 test -d ./-p && rmdir ./-p
12618 as_mkdir_p=false
12619fi
12620
d0ac1c44
SM
12621
12622# as_fn_executable_p FILE
12623# -----------------------
12624# Test if FILE is an executable regular file.
12625as_fn_executable_p ()
12626{
12627 test -f "$1" && test -x "$1"
12628} # as_fn_executable_p
12629as_test_x='test -x'
12630as_executable_p=as_fn_executable_p
fee8ec00
SR
12631
12632# Sed expression to map a string onto a valid CPP name.
12633as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12634
12635# Sed expression to map a string onto a valid variable name.
12636as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12637
12638
fee8ec00 12639exec 6>&1
81ecdfbb
RW
12640## ----------------------------------- ##
12641## Main body of $CONFIG_STATUS script. ##
12642## ----------------------------------- ##
12643_ASEOF
12644test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12645
12646cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12647# Save the log message, to keep $0 and so on meaningful, and to
fee8ec00 12648# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12649# values after options handling.
12650ac_log="
fee8ec00 12651This file was extended by $as_me, which was
d0ac1c44 12652generated by GNU Autoconf 2.69. Invocation command line was
fee8ec00
SR
12653
12654 CONFIG_FILES = $CONFIG_FILES
12655 CONFIG_HEADERS = $CONFIG_HEADERS
12656 CONFIG_LINKS = $CONFIG_LINKS
12657 CONFIG_COMMANDS = $CONFIG_COMMANDS
12658 $ $0 $@
12659
81ecdfbb
RW
12660on `(hostname || uname -n) 2>/dev/null | sed 1q`
12661"
12662
fee8ec00
SR
12663_ACEOF
12664
81ecdfbb
RW
12665case $ac_config_files in *"
12666"*) set x $ac_config_files; shift; ac_config_files=$*;;
12667esac
fee8ec00 12668
81ecdfbb
RW
12669case $ac_config_headers in *"
12670"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12671esac
fee8ec00 12672
fee8ec00 12673
81ecdfbb
RW
12674cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12675# Files that config.status was made for.
12676config_files="$ac_config_files"
12677config_headers="$ac_config_headers"
81ecdfbb 12678config_commands="$ac_config_commands"
fee8ec00 12679
81ecdfbb 12680_ACEOF
fee8ec00 12681
81ecdfbb 12682cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 12683ac_cs_usage="\
81ecdfbb
RW
12684\`$as_me' instantiates files and other configuration actions
12685from templates according to the current configuration. Unless the files
12686and actions are specified as TAGs, all are instantiated by default.
fee8ec00 12687
81ecdfbb 12688Usage: $0 [OPTION]... [TAG]...
fee8ec00
SR
12689
12690 -h, --help print this help, then exit
81ecdfbb 12691 -V, --version print version number and configuration settings, then exit
d0ac1c44 12692 --config print configuration, then exit
81ecdfbb
RW
12693 -q, --quiet, --silent
12694 do not print progress messages
fee8ec00
SR
12695 -d, --debug don't remove temporary files
12696 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12697 --file=FILE[:TEMPLATE]
12698 instantiate the configuration file FILE
12699 --header=FILE[:TEMPLATE]
12700 instantiate the configuration header FILE
fee8ec00
SR
12701
12702Configuration files:
12703$config_files
12704
12705Configuration headers:
12706$config_headers
12707
fee8ec00
SR
12708Configuration commands:
12709$config_commands
12710
81ecdfbb 12711Report bugs to the package provider."
fee8ec00 12712
81ecdfbb
RW
12713_ACEOF
12714cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12715ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
fee8ec00
SR
12716ac_cs_version="\\
12717config.status
d0ac1c44
SM
12718configured by $0, generated by GNU Autoconf 2.69,
12719 with options \\"\$ac_cs_config\\"
fee8ec00 12720
d0ac1c44 12721Copyright (C) 2012 Free Software Foundation, Inc.
fee8ec00
SR
12722This config.status script is free software; the Free Software Foundation
12723gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12724
12725ac_pwd='$ac_pwd'
12726srcdir='$srcdir'
12727INSTALL='$INSTALL'
6bb11ab3 12728AWK='$AWK'
81ecdfbb 12729test -n "\$AWK" || AWK=awk
fee8ec00
SR
12730_ACEOF
12731
81ecdfbb
RW
12732cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12733# The default lists apply if the user does not specify any file.
fee8ec00
SR
12734ac_need_defaults=:
12735while test $# != 0
12736do
12737 case $1 in
d0ac1c44 12738 --*=?*)
81ecdfbb
RW
12739 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12740 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fee8ec00
SR
12741 ac_shift=:
12742 ;;
d0ac1c44
SM
12743 --*=)
12744 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12745 ac_optarg=
12746 ac_shift=:
12747 ;;
81ecdfbb 12748 *)
fee8ec00
SR
12749 ac_option=$1
12750 ac_optarg=$2
12751 ac_shift=shift
12752 ;;
fee8ec00
SR
12753 esac
12754
12755 case $ac_option in
12756 # Handling of the options.
fee8ec00
SR
12757 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12758 ac_cs_recheck=: ;;
81ecdfbb
RW
12759 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12760 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12761 --config | --confi | --conf | --con | --co | --c )
12762 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12763 --debug | --debu | --deb | --de | --d | -d )
fee8ec00
SR
12764 debug=: ;;
12765 --file | --fil | --fi | --f )
12766 $ac_shift
81ecdfbb
RW
12767 case $ac_optarg in
12768 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12769 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12770 esac
12771 as_fn_append CONFIG_FILES " '$ac_optarg'"
fee8ec00
SR
12772 ac_need_defaults=false;;
12773 --header | --heade | --head | --hea )
12774 $ac_shift
81ecdfbb
RW
12775 case $ac_optarg in
12776 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12777 esac
12778 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
fee8ec00 12779 ac_need_defaults=false;;
81ecdfbb
RW
12780 --he | --h)
12781 # Conflict between --help and --header
d0ac1c44 12782 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12783Try \`$0 --help' for more information.";;
12784 --help | --hel | -h )
12785 $as_echo "$ac_cs_usage"; exit ;;
fee8ec00
SR
12786 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12787 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12788 ac_cs_silent=: ;;
12789
12790 # This is an error.
d0ac1c44 12791 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12792Try \`$0 --help' for more information." ;;
fee8ec00 12793
81ecdfbb
RW
12794 *) as_fn_append ac_config_targets " $1"
12795 ac_need_defaults=false ;;
fee8ec00
SR
12796
12797 esac
12798 shift
12799done
12800
12801ac_configure_extra_args=
12802
12803if $ac_cs_silent; then
12804 exec 6>/dev/null
12805 ac_configure_extra_args="$ac_configure_extra_args --silent"
12806fi
12807
12808_ACEOF
81ecdfbb 12809cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fee8ec00 12810if \$ac_cs_recheck; then
d0ac1c44 12811 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12812 shift
12813 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12814 CONFIG_SHELL='$SHELL'
12815 export CONFIG_SHELL
12816 exec "\$@"
fee8ec00
SR
12817fi
12818
12819_ACEOF
81ecdfbb
RW
12820cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12821exec 5>>config.log
12822{
12823 echo
12824 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12825## Running $as_me. ##
12826_ASBOX
12827 $as_echo "$ac_log"
12828} >&5
fee8ec00 12829
81ecdfbb
RW
12830_ACEOF
12831cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12832#
12833# INIT-COMMANDS
12834#
12835ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12836
6bb11ab3
L
12837
12838# The HP-UX ksh and POSIX shell print the target directory to stdout
12839# if CDPATH is set.
12840(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12841
12842sed_quote_subst='$sed_quote_subst'
12843double_quote_subst='$double_quote_subst'
12844delay_variable_subst='$delay_variable_subst'
12845macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12846macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12847enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12848enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12849pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12850enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12851SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12852ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12853host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12854host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12855host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12856build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12857build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12858build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12859SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12860Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12861GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12862EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12863FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12864LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12865NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12866LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12867max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12868ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12869exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12870lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12871lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12872lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12873reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12874reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12875OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12876deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12877file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12878AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12879AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12880STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12881RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12882old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12883old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12884old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12885lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12886CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12887CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12888compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12889GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12890lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12891lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12892lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12893lt_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"`'
12894objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12895MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12896lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12897lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12898lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12899lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12900lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12901need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12902DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12903NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12904LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12905OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12906OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12907libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12908shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12909extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12910archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12911enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12912export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12913whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12914compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12915old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12916old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12917archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12918archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12919module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12920module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12921with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12922allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12923no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12924hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12925hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12926hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12927hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12928hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12929hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12930hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12931hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12932inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12933link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12934fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12935always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12936export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12937exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12938include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12939prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12940file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12941variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12942need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12943need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12944version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12945runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12946shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12947shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12948libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12949library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12950soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12951install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12952postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12953postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12954finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12955finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12956hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12957sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12958sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12959hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12960enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12961enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12962enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12963old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12964striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12965
12966LTCC='$LTCC'
12967LTCFLAGS='$LTCFLAGS'
12968compiler='$compiler_DEFAULT'
12969
12970# A function that is used when there is no print builtin or printf.
12971func_fallback_echo ()
12972{
12973 eval 'cat <<_LTECHO_EOF
12974\$1
12975_LTECHO_EOF'
12976}
12977
12978# Quote evaled strings.
12979for var in SHELL \
12980ECHO \
12981SED \
12982GREP \
12983EGREP \
12984FGREP \
12985LD \
12986NM \
12987LN_S \
12988lt_SP2NL \
12989lt_NL2SP \
12990reload_flag \
12991OBJDUMP \
12992deplibs_check_method \
12993file_magic_cmd \
12994AR \
12995AR_FLAGS \
12996STRIP \
12997RANLIB \
12998CC \
12999CFLAGS \
13000compiler \
13001lt_cv_sys_global_symbol_pipe \
13002lt_cv_sys_global_symbol_to_cdecl \
13003lt_cv_sys_global_symbol_to_c_name_address \
13004lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13005lt_prog_compiler_no_builtin_flag \
13006lt_prog_compiler_wl \
13007lt_prog_compiler_pic \
13008lt_prog_compiler_static \
13009lt_cv_prog_compiler_c_o \
13010need_locks \
13011DSYMUTIL \
13012NMEDIT \
13013LIPO \
13014OTOOL \
13015OTOOL64 \
13016shrext_cmds \
13017export_dynamic_flag_spec \
13018whole_archive_flag_spec \
13019compiler_needs_object \
13020with_gnu_ld \
13021allow_undefined_flag \
13022no_undefined_flag \
13023hardcode_libdir_flag_spec \
13024hardcode_libdir_flag_spec_ld \
13025hardcode_libdir_separator \
13026fix_srcfile_path \
13027exclude_expsyms \
13028include_expsyms \
13029file_list_spec \
13030variables_saved_for_relink \
13031libname_spec \
13032library_names_spec \
13033soname_spec \
13034install_override_mode \
13035finish_eval \
13036old_striplib \
13037striplib; do
13038 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13039 *[\\\\\\\`\\"\\\$]*)
13040 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13041 ;;
13042 *)
13043 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13044 ;;
13045 esac
13046done
13047
13048# Double-quote double-evaled strings.
13049for var in reload_cmds \
13050old_postinstall_cmds \
13051old_postuninstall_cmds \
13052old_archive_cmds \
13053extract_expsyms_cmds \
13054old_archive_from_new_cmds \
13055old_archive_from_expsyms_cmds \
13056archive_cmds \
13057archive_expsym_cmds \
13058module_cmds \
13059module_expsym_cmds \
13060export_symbols_cmds \
13061prelink_cmds \
13062postinstall_cmds \
13063postuninstall_cmds \
13064finish_cmds \
13065sys_lib_search_path_spec \
13066sys_lib_dlsearch_path_spec; do
13067 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13068 *[\\\\\\\`\\"\\\$]*)
13069 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13070 ;;
13071 *)
13072 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13073 ;;
13074 esac
13075done
13076
13077ac_aux_dir='$ac_aux_dir'
13078xsi_shell='$xsi_shell'
13079lt_shell_append='$lt_shell_append'
13080
13081# See if we are running on zsh, and set the options which allow our
13082# commands through without removal of \ escapes INIT.
13083if test -n "\${ZSH_VERSION+set}" ; then
13084 setopt NO_GLOB_SUBST
13085fi
13086
13087
13088 PACKAGE='$PACKAGE'
13089 VERSION='$VERSION'
13090 TIMESTAMP='$TIMESTAMP'
13091 RM='$RM'
13092 ofile='$ofile'
13093
13094
13095
13096
81ecdfbb 13097_ACEOF
fee8ec00 13098
81ecdfbb 13099cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 13100
81ecdfbb 13101# Handling of arguments.
fee8ec00
SR
13102for ac_config_target in $ac_config_targets
13103do
81ecdfbb
RW
13104 case $ac_config_target in
13105 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13106 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13107 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13108 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13109 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13110 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13111 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13112 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13113
d0ac1c44 13114 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fee8ec00
SR
13115 esac
13116done
13117
81ecdfbb 13118
fee8ec00
SR
13119# If the user did not use the arguments to specify the items to instantiate,
13120# then the envvar interface is used. Set only those that are not.
13121# We use the long form for the default assignment because of an extremely
13122# bizarre bug on SunOS 4.1.3.
13123if $ac_need_defaults; then
13124 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13125 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
fee8ec00
SR
13126 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13127fi
13128
13129# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13130# simply because there is no reason against having it here, and in addition,
fee8ec00 13131# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13132# Hook for its removal unless debugging.
13133# Note that there is a small window in which the directory will not be cleaned:
13134# after its creation but before its name has been assigned to `$tmp'.
fee8ec00
SR
13135$debug ||
13136{
d0ac1c44 13137 tmp= ac_tmp=
81ecdfbb 13138 trap 'exit_status=$?
d0ac1c44
SM
13139 : "${ac_tmp:=$tmp}"
13140 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13141' 0
13142 trap 'as_fn_exit 1' 1 2 13 15
fee8ec00 13143}
fee8ec00
SR
13144# Create a (secure) tmp directory for tmp files.
13145
13146{
81ecdfbb 13147 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13148 test -d "$tmp"
fee8ec00
SR
13149} ||
13150{
81ecdfbb
RW
13151 tmp=./conf$$-$RANDOM
13152 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13153} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13154ac_tmp=$tmp
fee8ec00 13155
81ecdfbb
RW
13156# Set up the scripts for CONFIG_FILES section.
13157# No need to generate them if there are no CONFIG_FILES.
13158# This happens for instance with `./config.status config.h'.
13159if test -n "$CONFIG_FILES"; then
fee8ec00 13160
fee8ec00 13161
81ecdfbb
RW
13162ac_cr=`echo X | tr X '\015'`
13163# On cygwin, bash can eat \r inside `` if the user requested igncr.
13164# But we know of no other shell where ac_cr would be empty at this
13165# point, so we can use a bashism as a fallback.
13166if test "x$ac_cr" = x; then
13167 eval ac_cr=\$\'\\r\'
13168fi
13169ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13170if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13171 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13172else
13173 ac_cs_awk_cr=$ac_cr
13174fi
fee8ec00 13175
d0ac1c44 13176echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
fee8ec00
SR
13177_ACEOF
13178
81ecdfbb
RW
13179
13180{
13181 echo "cat >conf$$subs.awk <<_ACEOF" &&
13182 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13183 echo "_ACEOF"
13184} >conf$$subs.sh ||
d0ac1c44
SM
13185 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13186ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13187ac_delim='%!_!# '
13188for ac_last_try in false false false false false :; do
13189 . ./conf$$subs.sh ||
d0ac1c44 13190 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13191
13192 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13193 if test $ac_delim_n = $ac_delim_num; then
13194 break
13195 elif $ac_last_try; then
d0ac1c44 13196 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13197 else
13198 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fee8ec00 13199 fi
81ecdfbb
RW
13200done
13201rm -f conf$$subs.sh
fee8ec00 13202
81ecdfbb 13203cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13204cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
fee8ec00 13205_ACEOF
81ecdfbb
RW
13206sed -n '
13207h
13208s/^/S["/; s/!.*/"]=/
13209p
13210g
13211s/^[^!]*!//
13212:repl
13213t repl
13214s/'"$ac_delim"'$//
13215t delim
13216:nl
13217h
d0ac1c44 13218s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13219t more1
13220s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13221p
13222n
13223b repl
13224:more1
13225s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13226p
13227g
13228s/.\{148\}//
13229t nl
13230:delim
13231h
d0ac1c44 13232s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13233t more2
13234s/["\\]/\\&/g; s/^/"/; s/$/"/
13235p
13236b
13237:more2
13238s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13239p
13240g
13241s/.\{148\}//
13242t delim
13243' <conf$$subs.awk | sed '
13244/^[^""]/{
13245 N
13246 s/\n//
13247}
13248' >>$CONFIG_STATUS || ac_write_fail=1
13249rm -f conf$$subs.awk
13250cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13251_ACAWK
d0ac1c44 13252cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13253 for (key in S) S_is_set[key] = 1
13254 FS = "\a"
fee8ec00 13255
81ecdfbb
RW
13256}
13257{
13258 line = $ 0
13259 nfields = split(line, field, "@")
13260 substed = 0
13261 len = length(field[1])
13262 for (i = 2; i < nfields; i++) {
13263 key = field[i]
13264 keylen = length(key)
13265 if (S_is_set[key]) {
13266 value = S[key]
13267 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13268 len += length(value) + length(field[++i])
13269 substed = 1
13270 } else
13271 len += 1 + keylen
13272 }
13273
13274 print line
13275}
fee8ec00 13276
81ecdfbb
RW
13277_ACAWK
13278_ACEOF
13279cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13280if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13281 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fee8ec00 13282else
81ecdfbb 13283 cat
d0ac1c44
SM
13284fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13285 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13286_ACEOF
fee8ec00 13287
d0ac1c44
SM
13288# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13289# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13290# trailing colons and then remove the whole line if VPATH becomes empty
13291# (actually we leave an empty line to preserve line numbers).
13292if test "x$srcdir" = x.; then
d0ac1c44
SM
13293 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13294h
13295s///
13296s/^/:/
13297s/[ ]*$/:/
13298s/:\$(srcdir):/:/g
13299s/:\${srcdir}:/:/g
13300s/:@srcdir@:/:/g
13301s/^:*//
81ecdfbb 13302s/:*$//
d0ac1c44
SM
13303x
13304s/\(=[ ]*\).*/\1/
13305G
13306s/\n//
81ecdfbb
RW
13307s/^[^=]*=[ ]*$//
13308}'
13309fi
fee8ec00 13310
81ecdfbb
RW
13311cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13312fi # test -n "$CONFIG_FILES"
fee8ec00 13313
81ecdfbb
RW
13314# Set up the scripts for CONFIG_HEADERS section.
13315# No need to generate them if there are no CONFIG_HEADERS.
13316# This happens for instance with `./config.status Makefile'.
13317if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13318cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13319BEGIN {
13320_ACEOF
fee8ec00 13321
81ecdfbb
RW
13322# Transform confdefs.h into an awk script `defines.awk', embedded as
13323# here-document in config.status, that substitutes the proper values into
13324# config.h.in to produce config.h.
fee8ec00 13325
81ecdfbb
RW
13326# Create a delimiter string that does not exist in confdefs.h, to ease
13327# handling of long lines.
13328ac_delim='%!_!# '
13329for ac_last_try in false false :; do
d0ac1c44
SM
13330 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13331 if test -z "$ac_tt"; then
81ecdfbb
RW
13332 break
13333 elif $ac_last_try; then
d0ac1c44 13334 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
fee8ec00 13335 else
81ecdfbb 13336 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fee8ec00 13337 fi
fee8ec00 13338done
81ecdfbb
RW
13339
13340# For the awk script, D is an array of macro values keyed by name,
13341# likewise P contains macro parameters if any. Preserve backslash
13342# newline sequences.
13343
13344ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13345sed -n '
13346s/.\{148\}/&'"$ac_delim"'/g
13347t rset
13348:rset
13349s/^[ ]*#[ ]*define[ ][ ]*/ /
13350t def
13351d
13352:def
13353s/\\$//
13354t bsnl
13355s/["\\]/\\&/g
13356s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13357D["\1"]=" \3"/p
13358s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13359d
13360:bsnl
13361s/["\\]/\\&/g
13362s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13363D["\1"]=" \3\\\\\\n"\\/p
13364t cont
13365s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13366t cont
13367d
13368:cont
13369n
13370s/.\{148\}/&'"$ac_delim"'/g
13371t clear
13372:clear
13373s/\\$//
13374t bsnlc
13375s/["\\]/\\&/g; s/^/"/; s/$/"/p
13376d
13377:bsnlc
13378s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13379b cont
13380' <confdefs.h | sed '
13381s/'"$ac_delim"'/"\\\
13382"/g' >>$CONFIG_STATUS || ac_write_fail=1
13383
13384cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13385 for (key in D) D_is_set[key] = 1
13386 FS = "\a"
13387}
13388/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13389 line = \$ 0
13390 split(line, arg, " ")
13391 if (arg[1] == "#") {
13392 defundef = arg[2]
13393 mac1 = arg[3]
13394 } else {
13395 defundef = substr(arg[1], 2)
13396 mac1 = arg[2]
13397 }
13398 split(mac1, mac2, "(") #)
13399 macro = mac2[1]
13400 prefix = substr(line, 1, index(line, defundef) - 1)
13401 if (D_is_set[macro]) {
13402 # Preserve the white space surrounding the "#".
13403 print prefix "define", macro P[macro] D[macro]
13404 next
13405 } else {
13406 # Replace #undef with comments. This is necessary, for example,
13407 # in the case of _POSIX_SOURCE, which is predefined and required
13408 # on some systems where configure will not decide to define it.
13409 if (defundef == "undef") {
13410 print "/*", prefix defundef, macro, "*/"
13411 next
13412 }
13413 }
13414}
13415{ print }
13416_ACAWK
fee8ec00 13417_ACEOF
81ecdfbb 13418cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13419 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13420fi # test -n "$CONFIG_HEADERS"
fee8ec00 13421
fee8ec00 13422
99d8e879 13423eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13424shift
13425for ac_tag
13426do
13427 case $ac_tag in
13428 :[FHLC]) ac_mode=$ac_tag; continue;;
13429 esac
13430 case $ac_mode$ac_tag in
13431 :[FHL]*:*);;
d0ac1c44 13432 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13433 :[FH]-) ac_tag=-:-;;
13434 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fee8ec00 13435 esac
81ecdfbb
RW
13436 ac_save_IFS=$IFS
13437 IFS=:
13438 set x $ac_tag
13439 IFS=$ac_save_IFS
13440 shift
13441 ac_file=$1
13442 shift
fee8ec00 13443
81ecdfbb
RW
13444 case $ac_mode in
13445 :L) ac_source=$1;;
13446 :[FH])
13447 ac_file_inputs=
13448 for ac_f
13449 do
13450 case $ac_f in
d0ac1c44 13451 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13452 *) # Look for the file first in the build tree, then in the source tree
13453 # (if the path is not absolute). The absolute path cannot be DOS-style,
13454 # because $ac_f cannot contain `:'.
13455 test -f "$ac_f" ||
13456 case $ac_f in
13457 [\\/$]*) false;;
13458 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13459 esac ||
d0ac1c44 13460 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fee8ec00 13461 esac
81ecdfbb
RW
13462 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13463 as_fn_append ac_file_inputs " '$ac_f'"
13464 done
fee8ec00 13465
81ecdfbb
RW
13466 # Let's still pretend it is `configure' which instantiates (i.e., don't
13467 # use $as_me), people would be surprised to read:
13468 # /* config.h. Generated by config.status. */
13469 configure_input='Generated from '`
13470 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13471 `' by configure.'
13472 if test x"$ac_file" != x-; then
13473 configure_input="$ac_file. $configure_input"
13474 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13475$as_echo "$as_me: creating $ac_file" >&6;}
13476 fi
13477 # Neutralize special characters interpreted by sed in replacement strings.
13478 case $configure_input in #(
13479 *\&* | *\|* | *\\* )
13480 ac_sed_conf_input=`$as_echo "$configure_input" |
13481 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13482 *) ac_sed_conf_input=$configure_input;;
13483 esac
fee8ec00 13484
81ecdfbb 13485 case $ac_tag in
d0ac1c44
SM
13486 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13487 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13488 esac
13489 ;;
13490 esac
fee8ec00 13491
81ecdfbb 13492 ac_dir=`$as_dirname -- "$ac_file" ||
fee8ec00
SR
13493$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13494 X"$ac_file" : 'X\(//\)[^/]' \| \
13495 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13496 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13497$as_echo X"$ac_file" |
13498 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13499 s//\1/
13500 q
13501 }
13502 /^X\(\/\/\)[^/].*/{
13503 s//\1/
13504 q
13505 }
13506 /^X\(\/\/\)$/{
13507 s//\1/
13508 q
13509 }
13510 /^X\(\/\).*/{
13511 s//\1/
13512 q
13513 }
13514 s/.*/./; q'`
13515 as_dir="$ac_dir"; as_fn_mkdir_p
fee8ec00
SR
13516 ac_builddir=.
13517
81ecdfbb
RW
13518case "$ac_dir" in
13519.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13520*)
13521 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13522 # A ".." for each directory in $ac_dir_suffix.
13523 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13524 case $ac_top_builddir_sub in
13525 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13526 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13527 esac ;;
13528esac
13529ac_abs_top_builddir=$ac_pwd
13530ac_abs_builddir=$ac_pwd$ac_dir_suffix
13531# for backward compatibility:
13532ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
13533
13534case $srcdir in
81ecdfbb 13535 .) # We are building in place.
fee8ec00 13536 ac_srcdir=.
81ecdfbb
RW
13537 ac_top_srcdir=$ac_top_builddir_sub
13538 ac_abs_top_srcdir=$ac_pwd ;;
13539 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 13540 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13541 ac_top_srcdir=$srcdir
13542 ac_abs_top_srcdir=$srcdir ;;
13543 *) # Relative name.
13544 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13545 ac_top_srcdir=$ac_top_build_prefix$srcdir
13546 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 13547esac
81ecdfbb 13548ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fee8ec00 13549
fee8ec00 13550
81ecdfbb
RW
13551 case $ac_mode in
13552 :F)
13553 #
13554 # CONFIG_FILE
13555 #
fee8ec00 13556
81ecdfbb
RW
13557 case $INSTALL in
13558 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13559 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fee8ec00 13560 esac
81ecdfbb 13561_ACEOF
fee8ec00 13562
81ecdfbb
RW
13563cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13564# If the template does not know about datarootdir, expand it.
13565# FIXME: This hack should be removed a few years after 2.60.
13566ac_datarootdir_hack=; ac_datarootdir_seen=
13567ac_sed_dataroot='
13568/datarootdir/ {
13569 p
13570 q
13571}
13572/@datadir@/p
13573/@docdir@/p
13574/@infodir@/p
13575/@localedir@/p
13576/@mandir@/p'
13577case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13578*datarootdir*) ac_datarootdir_seen=yes;;
13579*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13581$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13582_ACEOF
13583cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13584 ac_datarootdir_hack='
13585 s&@datadir@&$datadir&g
13586 s&@docdir@&$docdir&g
13587 s&@infodir@&$infodir&g
13588 s&@localedir@&$localedir&g
13589 s&@mandir@&$mandir&g
13590 s&\\\${datarootdir}&$datarootdir&g' ;;
13591esac
fee8ec00 13592_ACEOF
fee8ec00 13593
81ecdfbb
RW
13594# Neutralize VPATH when `$srcdir' = `.'.
13595# Shell code in configure.ac might set extrasub.
13596# FIXME: do we really want to maintain this feature?
13597cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13598ac_sed_extra="$ac_vpsub
13599$extrasub
13600_ACEOF
13601cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13602:t
13603/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13604s|@configure_input@|$ac_sed_conf_input|;t t
13605s&@top_builddir@&$ac_top_builddir_sub&;t t
13606s&@top_build_prefix@&$ac_top_build_prefix&;t t
13607s&@srcdir@&$ac_srcdir&;t t
13608s&@abs_srcdir@&$ac_abs_srcdir&;t t
13609s&@top_srcdir@&$ac_top_srcdir&;t t
13610s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13611s&@builddir@&$ac_builddir&;t t
13612s&@abs_builddir@&$ac_abs_builddir&;t t
13613s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13614s&@INSTALL@&$ac_INSTALL&;t t
13615$ac_datarootdir_hack
13616"
d0ac1c44
SM
13617eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13618 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13619
13620test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13621 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13622 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13623 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13625which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13626$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13627which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13628
d0ac1c44 13629 rm -f "$ac_tmp/stdin"
81ecdfbb 13630 case $ac_file in
d0ac1c44
SM
13631 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13632 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13633 esac \
d0ac1c44 13634 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13635 ;;
13636 :H)
13637 #
13638 # CONFIG_HEADER
13639 #
13640 if test x"$ac_file" != x-; then
13641 {
13642 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13643 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13644 } >"$ac_tmp/config.h" \
13645 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13646 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13648$as_echo "$as_me: $ac_file is unchanged" >&6;}
13649 else
13650 rm -f "$ac_file"
d0ac1c44
SM
13651 mv "$ac_tmp/config.h" "$ac_file" \
13652 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13653 fi
fee8ec00 13654 else
81ecdfbb 13655 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13656 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13657 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13658 fi
13659 ;;
fee8ec00 13660
81ecdfbb
RW
13661 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13662$as_echo "$as_me: executing $ac_file commands" >&6;}
13663 ;;
13664 esac
fee8ec00
SR
13665
13666
81ecdfbb 13667 case $ac_file$ac_mode in
db2e4d67 13668 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13669 "libtool":C)
13670
13671 # See if we are running on zsh, and set the options which allow our
13672 # commands through without removal of \ escapes.
13673 if test -n "${ZSH_VERSION+set}" ; then
13674 setopt NO_GLOB_SUBST
13675 fi
13676
13677 cfgfile="${ofile}T"
13678 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13679 $RM "$cfgfile"
13680
13681 cat <<_LT_EOF >> "$cfgfile"
13682#! $SHELL
13683
13684# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13685# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13686# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13687# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13688#
13689# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13690# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13691# Written by Gordon Matzigkeit, 1996
13692#
13693# This file is part of GNU Libtool.
13694#
13695# GNU Libtool is free software; you can redistribute it and/or
13696# modify it under the terms of the GNU General Public License as
13697# published by the Free Software Foundation; either version 2 of
13698# the License, or (at your option) any later version.
13699#
13700# As a special exception to the GNU General Public License,
13701# if you distribute this file as part of a program or library that
13702# is built using GNU Libtool, you may include this file under the
13703# same distribution terms that you use for the rest of that program.
13704#
13705# GNU Libtool is distributed in the hope that it will be useful,
13706# but WITHOUT ANY WARRANTY; without even the implied warranty of
13707# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13708# GNU General Public License for more details.
13709#
13710# You should have received a copy of the GNU General Public License
13711# along with GNU Libtool; see the file COPYING. If not, a copy
13712# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13713# obtained by writing to the Free Software Foundation, Inc.,
13714# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13715
13716
13717# The names of the tagged configurations supported by this script.
13718available_tags=""
13719
13720# ### BEGIN LIBTOOL CONFIG
13721
13722# Which release of libtool.m4 was used?
13723macro_version=$macro_version
13724macro_revision=$macro_revision
13725
13726# Whether or not to build shared libraries.
13727build_libtool_libs=$enable_shared
13728
13729# Whether or not to build static libraries.
13730build_old_libs=$enable_static
13731
13732# What type of objects to build.
13733pic_mode=$pic_mode
13734
13735# Whether or not to optimize for fast installation.
13736fast_install=$enable_fast_install
13737
13738# Shell to use when invoking shell scripts.
13739SHELL=$lt_SHELL
13740
13741# An echo program that protects backslashes.
13742ECHO=$lt_ECHO
13743
13744# The host system.
13745host_alias=$host_alias
13746host=$host
13747host_os=$host_os
13748
13749# The build system.
13750build_alias=$build_alias
13751build=$build
13752build_os=$build_os
13753
13754# A sed program that does not truncate output.
13755SED=$lt_SED
13756
13757# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13758Xsed="\$SED -e 1s/^X//"
13759
13760# A grep program that handles long lines.
13761GREP=$lt_GREP
13762
13763# An ERE matcher.
13764EGREP=$lt_EGREP
13765
13766# A literal string matcher.
13767FGREP=$lt_FGREP
13768
13769# A BSD- or MS-compatible name lister.
13770NM=$lt_NM
13771
13772# Whether we need soft or hard links.
13773LN_S=$lt_LN_S
13774
13775# What is the maximum length of a command?
13776max_cmd_len=$max_cmd_len
13777
13778# Object file suffix (normally "o").
13779objext=$ac_objext
13780
13781# Executable file suffix (normally "").
13782exeext=$exeext
13783
13784# whether the shell understands "unset".
13785lt_unset=$lt_unset
13786
13787# turn spaces into newlines.
13788SP2NL=$lt_lt_SP2NL
13789
13790# turn newlines into spaces.
13791NL2SP=$lt_lt_NL2SP
13792
13793# An object symbol dumper.
13794OBJDUMP=$lt_OBJDUMP
13795
13796# Method to check whether dependent libraries are shared objects.
13797deplibs_check_method=$lt_deplibs_check_method
13798
13799# Command to use when deplibs_check_method == "file_magic".
13800file_magic_cmd=$lt_file_magic_cmd
13801
13802# The archiver.
13803AR=$lt_AR
13804AR_FLAGS=$lt_AR_FLAGS
13805
13806# A symbol stripping program.
13807STRIP=$lt_STRIP
13808
13809# Commands used to install an old-style archive.
13810RANLIB=$lt_RANLIB
13811old_postinstall_cmds=$lt_old_postinstall_cmds
13812old_postuninstall_cmds=$lt_old_postuninstall_cmds
13813
13814# Whether to use a lock for old archive extraction.
13815lock_old_archive_extraction=$lock_old_archive_extraction
13816
13817# A C compiler.
13818LTCC=$lt_CC
13819
13820# LTCC compiler flags.
13821LTCFLAGS=$lt_CFLAGS
13822
13823# Take the output of nm and produce a listing of raw symbols and C names.
13824global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13825
13826# Transform the output of nm in a proper C declaration.
13827global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13828
13829# Transform the output of nm in a C name address pair.
13830global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13831
13832# Transform the output of nm in a C name address pair when lib prefix is needed.
13833global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13834
13835# The name of the directory that contains temporary libtool files.
13836objdir=$objdir
13837
13838# Used to examine libraries when file_magic_cmd begins with "file".
13839MAGIC_CMD=$MAGIC_CMD
13840
13841# Must we lock files when doing compilation?
13842need_locks=$lt_need_locks
13843
13844# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13845DSYMUTIL=$lt_DSYMUTIL
13846
13847# Tool to change global to local symbols on Mac OS X.
13848NMEDIT=$lt_NMEDIT
13849
13850# Tool to manipulate fat objects and archives on Mac OS X.
13851LIPO=$lt_LIPO
13852
13853# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13854OTOOL=$lt_OTOOL
13855
13856# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13857OTOOL64=$lt_OTOOL64
13858
13859# Old archive suffix (normally "a").
13860libext=$libext
13861
13862# Shared library suffix (normally ".so").
13863shrext_cmds=$lt_shrext_cmds
13864
13865# The commands to extract the exported symbol list from a shared archive.
13866extract_expsyms_cmds=$lt_extract_expsyms_cmds
13867
13868# Variables whose values should be saved in libtool wrapper scripts and
13869# restored at link time.
13870variables_saved_for_relink=$lt_variables_saved_for_relink
13871
13872# Do we need the "lib" prefix for modules?
13873need_lib_prefix=$need_lib_prefix
13874
13875# Do we need a version for libraries?
13876need_version=$need_version
13877
13878# Library versioning type.
13879version_type=$version_type
13880
13881# Shared library runtime path variable.
13882runpath_var=$runpath_var
13883
13884# Shared library path variable.
13885shlibpath_var=$shlibpath_var
13886
13887# Is shlibpath searched before the hard-coded library search path?
13888shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13889
13890# Format of library name prefix.
13891libname_spec=$lt_libname_spec
13892
13893# List of archive names. First name is the real one, the rest are links.
13894# The last name is the one that the linker finds with -lNAME
13895library_names_spec=$lt_library_names_spec
13896
13897# The coded name of the library, if different from the real name.
13898soname_spec=$lt_soname_spec
13899
13900# Permission mode override for installation of shared libraries.
13901install_override_mode=$lt_install_override_mode
13902
13903# Command to use after installation of a shared archive.
13904postinstall_cmds=$lt_postinstall_cmds
13905
13906# Command to use after uninstallation of a shared archive.
13907postuninstall_cmds=$lt_postuninstall_cmds
13908
13909# Commands used to finish a libtool library installation in a directory.
13910finish_cmds=$lt_finish_cmds
13911
13912# As "finish_cmds", except a single script fragment to be evaled but
13913# not shown.
13914finish_eval=$lt_finish_eval
13915
13916# Whether we should hardcode library paths into libraries.
13917hardcode_into_libs=$hardcode_into_libs
13918
13919# Compile-time system search path for libraries.
13920sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13921
13922# Run-time system search path for libraries.
13923sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13924
13925# Whether dlopen is supported.
13926dlopen_support=$enable_dlopen
13927
13928# Whether dlopen of programs is supported.
13929dlopen_self=$enable_dlopen_self
13930
13931# Whether dlopen of statically linked programs is supported.
13932dlopen_self_static=$enable_dlopen_self_static
13933
13934# Commands to strip libraries.
13935old_striplib=$lt_old_striplib
13936striplib=$lt_striplib
13937
13938
13939# The linker used to build libraries.
13940LD=$lt_LD
13941
13942# How to create reloadable object files.
13943reload_flag=$lt_reload_flag
13944reload_cmds=$lt_reload_cmds
13945
13946# Commands used to build an old-style archive.
13947old_archive_cmds=$lt_old_archive_cmds
13948
13949# A language specific compiler.
13950CC=$lt_compiler
13951
13952# Is the compiler the GNU compiler?
13953with_gcc=$GCC
13954
13955# Compiler flag to turn off builtin functions.
13956no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13957
13958# How to pass a linker flag through the compiler.
13959wl=$lt_lt_prog_compiler_wl
13960
13961# Additional compiler flags for building library objects.
13962pic_flag=$lt_lt_prog_compiler_pic
13963
13964# Compiler flag to prevent dynamic linking.
13965link_static_flag=$lt_lt_prog_compiler_static
13966
13967# Does compiler simultaneously support -c and -o options?
13968compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13969
13970# Whether or not to add -lc for building shared libraries.
13971build_libtool_need_lc=$archive_cmds_need_lc
13972
13973# Whether or not to disallow shared libs when runtime libs are static.
13974allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13975
13976# Compiler flag to allow reflexive dlopens.
13977export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13978
13979# Compiler flag to generate shared objects directly from archives.
13980whole_archive_flag_spec=$lt_whole_archive_flag_spec
13981
13982# Whether the compiler copes with passing no objects directly.
13983compiler_needs_object=$lt_compiler_needs_object
13984
13985# Create an old-style archive from a shared archive.
13986old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13987
13988# Create a temporary old-style archive to link instead of a shared archive.
13989old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13990
13991# Commands used to build a shared archive.
13992archive_cmds=$lt_archive_cmds
13993archive_expsym_cmds=$lt_archive_expsym_cmds
13994
13995# Commands used to build a loadable module if different from building
13996# a shared archive.
13997module_cmds=$lt_module_cmds
13998module_expsym_cmds=$lt_module_expsym_cmds
13999
14000# Whether we are building with GNU ld or not.
14001with_gnu_ld=$lt_with_gnu_ld
14002
14003# Flag that allows shared libraries with undefined symbols to be built.
14004allow_undefined_flag=$lt_allow_undefined_flag
14005
14006# Flag that enforces no undefined symbols.
14007no_undefined_flag=$lt_no_undefined_flag
14008
14009# Flag to hardcode \$libdir into a binary during linking.
14010# This must work even if \$libdir does not exist
14011hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14012
14013# If ld is used when linking, flag to hardcode \$libdir into a binary
14014# during linking. This must work even if \$libdir does not exist.
14015hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14016
14017# Whether we need a single "-rpath" flag with a separated argument.
14018hardcode_libdir_separator=$lt_hardcode_libdir_separator
14019
14020# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14021# DIR into the resulting binary.
14022hardcode_direct=$hardcode_direct
14023
14024# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14025# DIR into the resulting binary and the resulting library dependency is
14026# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14027# library is relocated.
14028hardcode_direct_absolute=$hardcode_direct_absolute
14029
14030# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14031# into the resulting binary.
14032hardcode_minus_L=$hardcode_minus_L
14033
14034# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14035# into the resulting binary.
14036hardcode_shlibpath_var=$hardcode_shlibpath_var
14037
14038# Set to "yes" if building a shared library automatically hardcodes DIR
14039# into the library and all subsequent libraries and executables linked
14040# against it.
14041hardcode_automatic=$hardcode_automatic
14042
14043# Set to yes if linker adds runtime paths of dependent libraries
14044# to runtime path list.
14045inherit_rpath=$inherit_rpath
14046
14047# Whether libtool must link a program against all its dependency libraries.
14048link_all_deplibs=$link_all_deplibs
14049
14050# Fix the shell variable \$srcfile for the compiler.
14051fix_srcfile_path=$lt_fix_srcfile_path
14052
14053# Set to "yes" if exported symbols are required.
14054always_export_symbols=$always_export_symbols
14055
14056# The commands to list exported symbols.
14057export_symbols_cmds=$lt_export_symbols_cmds
14058
14059# Symbols that should not be listed in the preloaded symbols.
14060exclude_expsyms=$lt_exclude_expsyms
14061
14062# Symbols that must always be exported.
14063include_expsyms=$lt_include_expsyms
14064
14065# Commands necessary for linking programs (against libraries) with templates.
14066prelink_cmds=$lt_prelink_cmds
14067
14068# Specify filename containing input files.
14069file_list_spec=$lt_file_list_spec
14070
14071# How to hardcode a shared library path into an executable.
14072hardcode_action=$hardcode_action
14073
14074# ### END LIBTOOL CONFIG
14075
14076_LT_EOF
14077
14078 case $host_os in
14079 aix3*)
14080 cat <<\_LT_EOF >> "$cfgfile"
14081# AIX sometimes has problems with the GCC collect2 program. For some
14082# reason, if we set the COLLECT_NAMES environment variable, the problems
14083# vanish in a puff of smoke.
14084if test "X${COLLECT_NAMES+set}" != Xset; then
14085 COLLECT_NAMES=
14086 export COLLECT_NAMES
14087fi
14088_LT_EOF
14089 ;;
14090 esac
14091
14092
14093ltmain="$ac_aux_dir/ltmain.sh"
14094
14095
14096 # We use sed instead of cat because bash on DJGPP gets confused if
14097 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14098 # text mode, it properly converts lines to CR/LF. This bash problem
14099 # is reportedly fixed, but why not run on old versions too?
14100 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14101 || (rm -f "$cfgfile"; exit 1)
14102
14103 case $xsi_shell in
14104 yes)
14105 cat << \_LT_EOF >> "$cfgfile"
14106
14107# func_dirname file append nondir_replacement
14108# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14109# otherwise set result to NONDIR_REPLACEMENT.
14110func_dirname ()
14111{
14112 case ${1} in
14113 */*) func_dirname_result="${1%/*}${2}" ;;
14114 * ) func_dirname_result="${3}" ;;
14115 esac
14116}
14117
14118# func_basename file
14119func_basename ()
14120{
14121 func_basename_result="${1##*/}"
14122}
14123
14124# func_dirname_and_basename file append nondir_replacement
14125# perform func_basename and func_dirname in a single function
14126# call:
14127# dirname: Compute the dirname of FILE. If nonempty,
14128# add APPEND to the result, otherwise set result
14129# to NONDIR_REPLACEMENT.
14130# value returned in "$func_dirname_result"
14131# basename: Compute filename of FILE.
14132# value retuned in "$func_basename_result"
14133# Implementation must be kept synchronized with func_dirname
14134# and func_basename. For efficiency, we do not delegate to
14135# those functions but instead duplicate the functionality here.
14136func_dirname_and_basename ()
14137{
14138 case ${1} in
14139 */*) func_dirname_result="${1%/*}${2}" ;;
14140 * ) func_dirname_result="${3}" ;;
14141 esac
14142 func_basename_result="${1##*/}"
14143}
14144
14145# func_stripname prefix suffix name
14146# strip PREFIX and SUFFIX off of NAME.
14147# PREFIX and SUFFIX must not contain globbing or regex special
14148# characters, hashes, percent signs, but SUFFIX may contain a leading
14149# dot (in which case that matches only a dot).
14150func_stripname ()
14151{
14152 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14153 # positional parameters, so assign one to ordinary parameter first.
14154 func_stripname_result=${3}
14155 func_stripname_result=${func_stripname_result#"${1}"}
14156 func_stripname_result=${func_stripname_result%"${2}"}
14157}
14158
14159# func_opt_split
14160func_opt_split ()
14161{
14162 func_opt_split_opt=${1%%=*}
14163 func_opt_split_arg=${1#*=}
14164}
14165
14166# func_lo2o object
14167func_lo2o ()
14168{
14169 case ${1} in
14170 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14171 *) func_lo2o_result=${1} ;;
14172 esac
14173}
14174
14175# func_xform libobj-or-source
14176func_xform ()
14177{
14178 func_xform_result=${1%.*}.lo
14179}
14180
14181# func_arith arithmetic-term...
14182func_arith ()
14183{
14184 func_arith_result=$(( $* ))
14185}
14186
14187# func_len string
14188# STRING may not start with a hyphen.
14189func_len ()
14190{
14191 func_len_result=${#1}
14192}
14193
14194_LT_EOF
14195 ;;
14196 *) # Bourne compatible functions.
14197 cat << \_LT_EOF >> "$cfgfile"
14198
14199# func_dirname file append nondir_replacement
14200# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14201# otherwise set result to NONDIR_REPLACEMENT.
14202func_dirname ()
14203{
14204 # Extract subdirectory from the argument.
14205 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14206 if test "X$func_dirname_result" = "X${1}"; then
14207 func_dirname_result="${3}"
14208 else
14209 func_dirname_result="$func_dirname_result${2}"
14210 fi
14211}
14212
14213# func_basename file
14214func_basename ()
14215{
14216 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14217}
14218
14219
14220# func_stripname prefix suffix name
14221# strip PREFIX and SUFFIX off of NAME.
14222# PREFIX and SUFFIX must not contain globbing or regex special
14223# characters, hashes, percent signs, but SUFFIX may contain a leading
14224# dot (in which case that matches only a dot).
14225# func_strip_suffix prefix name
14226func_stripname ()
14227{
14228 case ${2} in
14229 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14230 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14231 esac
14232}
14233
14234# sed scripts:
14235my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14236my_sed_long_arg='1s/^-[^=]*=//'
14237
14238# func_opt_split
14239func_opt_split ()
14240{
14241 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14242 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14243}
14244
14245# func_lo2o object
14246func_lo2o ()
14247{
14248 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14249}
14250
14251# func_xform libobj-or-source
14252func_xform ()
14253{
14254 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14255}
14256
14257# func_arith arithmetic-term...
14258func_arith ()
14259{
14260 func_arith_result=`expr "$@"`
14261}
14262
14263# func_len string
14264# STRING may not start with a hyphen.
14265func_len ()
14266{
14267 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14268}
14269
14270_LT_EOF
14271esac
14272
14273case $lt_shell_append in
14274 yes)
14275 cat << \_LT_EOF >> "$cfgfile"
14276
14277# func_append var value
14278# Append VALUE to the end of shell variable VAR.
14279func_append ()
14280{
14281 eval "$1+=\$2"
14282}
14283_LT_EOF
14284 ;;
14285 *)
14286 cat << \_LT_EOF >> "$cfgfile"
14287
14288# func_append var value
14289# Append VALUE to the end of shell variable VAR.
14290func_append ()
14291{
14292 eval "$1=\$$1\$2"
14293}
14294
14295_LT_EOF
14296 ;;
14297 esac
14298
14299
14300 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14301 || (rm -f "$cfgfile"; exit 1)
14302
14303 mv -f "$cfgfile" "$ofile" ||
14304 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14305 chmod +x "$ofile"
14306
14307 ;;
81ecdfbb 14308 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fee8ec00
SR
14309 rm -f Makesim1.tmp Makesim2.tmp Makefile
14310 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14311 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14312 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14313 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14314 <Makefile.sim >Makefile
14315 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14316 ;;
81ecdfbb
RW
14317 "stamp-h":C) echo > stamp-h ;;
14318
fee8ec00 14319 esac
81ecdfbb 14320done # for ac_tag
fee8ec00 14321
fee8ec00 14322
81ecdfbb 14323as_fn_exit 0
fee8ec00 14324_ACEOF
fee8ec00
SR
14325ac_clean_files=$ac_clean_files_save
14326
81ecdfbb 14327test $ac_write_fail = 0 ||
d0ac1c44 14328 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14329
fee8ec00
SR
14330
14331# configure is writing to config.log, and then calls config.status.
14332# config.status does its own redirection, appending to config.log.
14333# Unfortunately, on DOS this fails, as config.log is still kept open
14334# by configure, so config.status won't be able to write to it; its
14335# output is simply discarded. So we exec the FD to /dev/null,
14336# effectively closing config.log, so it can be properly (re)opened and
14337# appended to by config.status. When coming back to configure, we
14338# need to make the FD available again.
14339if test "$no_create" != yes; then
14340 ac_cs_success=:
14341 ac_config_status_args=
14342 test "$silent" = yes &&
14343 ac_config_status_args="$ac_config_status_args --quiet"
14344 exec 5>/dev/null
14345 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14346 exec 5>>config.log
14347 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14348 # would make configure fail if this is the last instruction.
d0ac1c44 14349 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14350fi
14351if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14353$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fee8ec00
SR
14354fi
14355
14356