]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32r/configure
sim: unify platform function & header tests
[thirdparty/binutils-gdb.git] / sim / m32r / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638sim_extra_cflags
639traps_obj
640cgen
641cgendir
642CGEN_MAINT
643REPORT_BUGS_TEXI
644REPORT_BUGS_TO
645PKGVERSION
81ecdfbb 646MAINT
31e6ad7d
MF
647MAINTAINER_MODE_FALSE
648MAINTAINER_MODE_TRUE
6bb11ab3
L
649lt_cv_dlopen_libs
650OTOOL64
651OTOOL
652LIPO
653NMEDIT
654DSYMUTIL
655AWK
656STRIP
657OBJDUMP
658LN_S
659NM
660ac_ct_DUMPBIN
661DUMPBIN
662LD
663FGREP
664SED
665LIBTOOL
666PLUGINS_FALSE
667PLUGINS_TRUE
aadc9410
MF
668zlibinc
669zlibdir
81ecdfbb
RW
670CATOBJEXT
671GENCAT
672INSTOBJEXT
673DATADIRNAME
674CATALOGS
675POSUB
676GMSGFMT
677XGETTEXT
678INCINTL
679LIBINTL_DEP
680LIBINTL
681USE_NLS
db2e4d67
MF
682CCDEPMODE
683DEPDIR
684am__leading_dot
5f3ef9d0 685PACKAGE
46f900c0 686C_DIALECT
81ecdfbb
RW
687RANLIB
688AR
c2783492 689LDFLAGS_FOR_BUILD
c25ea03d 690CFLAGS_FOR_BUILD
aa0fca16 691RANLIB_FOR_BUILD
81ecdfbb 692CC_FOR_BUILD
aa0fca16 693AR_FOR_BUILD
81ecdfbb
RW
694INSTALL_DATA
695INSTALL_SCRIPT
696INSTALL_PROGRAM
2232061b
MF
697EGREP
698GREP
c2783492
MF
699CPP
700OBJEXT
701EXEEXT
702ac_ct_CC
703CPPFLAGS
704LDFLAGS
705CFLAGS
706CC
81ecdfbb
RW
707target_os
708target_vendor
709target_cpu
710target
711host_os
712host_vendor
713host_cpu
714host
715build_os
716build_vendor
717build_cpu
718build
81ecdfbb
RW
719target_alias
720host_alias
721build_alias
722LIBS
723ECHO_T
724ECHO_N
725ECHO_C
726DEFS
727mandir
728localedir
729libdir
730psdir
731pdfdir
732dvidir
733htmldir
734infodir
735docdir
736oldincludedir
737includedir
738localstatedir
739sharedstatedir
740sysconfdir
741datadir
742datarootdir
743libexecdir
744sbindir
745bindir
746program_transform_name
747prefix
748exec_prefix
749PACKAGE_URL
750PACKAGE_BUGREPORT
751PACKAGE_STRING
752PACKAGE_VERSION
753PACKAGE_TARNAME
754PACKAGE_NAME
755PATH_SEPARATOR
136da8cd
MF
756SHELL
757WERROR_CFLAGS
758WARN_CFLAGS
760b3e8b 759sim_scache
136da8cd
MF
760sim_inline
761sim_hw
762sim_hw_objs
763sim_hw_cflags
136da8cd 764sim_endian
760b3e8b 765sim_default_model
136da8cd 766sim_alignment'
b7026657 767ac_subst_files=''
81ecdfbb
RW
768ac_user_opts='
769enable_option_checking
aadc9410 770with_system_zlib
6bb11ab3
L
771enable_plugins
772enable_shared
773enable_static
774with_pic
775enable_fast_install
776with_gnu_ld
777enable_libtool_lock
81ecdfbb 778enable_maintainer_mode
81ecdfbb
RW
779enable_sim_debug
780enable_sim_stdio
781enable_sim_trace
782enable_sim_profile
35656e95 783enable_sim_assert
16f7876d 784enable_sim_environment
347fe5bb 785enable_sim_inline
81ecdfbb
RW
786with_pkgversion
787with_bugurl
788enable_sim_endian
789enable_sim_alignment
81ecdfbb
RW
790enable_sim_scache
791enable_sim_default_model
5c1008a4
MF
792enable_werror
793enable_build_warnings
794enable_sim_build_warnings
81ecdfbb 795enable_cgen_maint
94c63d78 796enable_sim_hardware
81ecdfbb
RW
797'
798 ac_precious_vars='build_alias
799host_alias
800target_alias
801CC
802CFLAGS
803LDFLAGS
804LIBS
805CPPFLAGS
806CPP'
807
c906108c
SS
808
809# Initialize some variables set by options.
b7026657
AC
810ac_init_help=
811ac_init_version=false
81ecdfbb
RW
812ac_unrecognized_opts=
813ac_unrecognized_sep=
c906108c
SS
814# The variables have the same names as the options, with
815# dashes changed to underlines.
b7026657 816cache_file=/dev/null
c906108c 817exec_prefix=NONE
c906108c 818no_create=
c906108c
SS
819no_recursion=
820prefix=NONE
821program_prefix=NONE
822program_suffix=NONE
823program_transform_name=s,x,x,
824silent=
825site=
826srcdir=
c906108c
SS
827verbose=
828x_includes=NONE
829x_libraries=NONE
b7026657
AC
830
831# Installation directory options.
832# These are left unexpanded so users can "make install exec_prefix=/foo"
833# and all the variables that are supposed to be based on exec_prefix
834# by default will actually change.
835# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 836# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
837bindir='${exec_prefix}/bin'
838sbindir='${exec_prefix}/sbin'
839libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
840datarootdir='${prefix}/share'
841datadir='${datarootdir}'
c906108c
SS
842sysconfdir='${prefix}/etc'
843sharedstatedir='${prefix}/com'
844localstatedir='${prefix}/var'
c906108c
SS
845includedir='${prefix}/include'
846oldincludedir='/usr/include'
81ecdfbb
RW
847docdir='${datarootdir}/doc/${PACKAGE}'
848infodir='${datarootdir}/info'
849htmldir='${docdir}'
850dvidir='${docdir}'
851pdfdir='${docdir}'
852psdir='${docdir}'
853libdir='${exec_prefix}/lib'
854localedir='${datarootdir}/locale'
855mandir='${datarootdir}/man'
c906108c 856
c906108c 857ac_prev=
81ecdfbb 858ac_dashdash=
c906108c
SS
859for ac_option
860do
c906108c
SS
861 # If the previous option needs an argument, assign it.
862 if test -n "$ac_prev"; then
81ecdfbb 863 eval $ac_prev=\$ac_option
c906108c
SS
864 ac_prev=
865 continue
866 fi
867
81ecdfbb 868 case $ac_option in
d0ac1c44
SM
869 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 *=) ac_optarg= ;;
871 *) ac_optarg=yes ;;
81ecdfbb 872 esac
c906108c
SS
873
874 # Accept the important Cygnus configure options, so we can diagnose typos.
875
81ecdfbb
RW
876 case $ac_dashdash$ac_option in
877 --)
878 ac_dashdash=yes ;;
c906108c
SS
879
880 -bindir | --bindir | --bindi | --bind | --bin | --bi)
881 ac_prev=bindir ;;
882 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 883 bindir=$ac_optarg ;;
c906108c
SS
884
885 -build | --build | --buil | --bui | --bu)
b7026657 886 ac_prev=build_alias ;;
c906108c 887 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 888 build_alias=$ac_optarg ;;
c906108c
SS
889
890 -cache-file | --cache-file | --cache-fil | --cache-fi \
891 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
892 ac_prev=cache_file ;;
893 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
894 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
895 cache_file=$ac_optarg ;;
896
897 --config-cache | -C)
898 cache_file=config.cache ;;
c906108c 899
81ecdfbb 900 -datadir | --datadir | --datadi | --datad)
c906108c 901 ac_prev=datadir ;;
81ecdfbb 902 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 903 datadir=$ac_optarg ;;
c906108c 904
81ecdfbb
RW
905 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
906 | --dataroo | --dataro | --datar)
907 ac_prev=datarootdir ;;
908 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
909 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
910 datarootdir=$ac_optarg ;;
911
c906108c 912 -disable-* | --disable-*)
81ecdfbb 913 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 914 # Reject names that are not valid shell variable names.
81ecdfbb 915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 916 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
920 *"
921"enable_$ac_useropt"
922"*) ;;
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
925 esac
926 eval enable_$ac_useropt=no ;;
927
928 -docdir | --docdir | --docdi | --doc | --do)
929 ac_prev=docdir ;;
930 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
931 docdir=$ac_optarg ;;
932
933 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
934 ac_prev=dvidir ;;
935 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
936 dvidir=$ac_optarg ;;
c906108c
SS
937
938 -enable-* | --enable-*)
81ecdfbb 939 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 940 # Reject names that are not valid shell variable names.
81ecdfbb 941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 942 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
943 ac_useropt_orig=$ac_useropt
944 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
945 case $ac_user_opts in
946 *"
947"enable_$ac_useropt"
948"*) ;;
949 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
950 ac_unrecognized_sep=', ';;
c906108c 951 esac
81ecdfbb 952 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
953
954 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
955 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
956 | --exec | --exe | --ex)
957 ac_prev=exec_prefix ;;
958 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
959 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
960 | --exec=* | --exe=* | --ex=*)
b7026657 961 exec_prefix=$ac_optarg ;;
c906108c
SS
962
963 -gas | --gas | --ga | --g)
964 # Obsolete; use --with-gas.
965 with_gas=yes ;;
966
b7026657
AC
967 -help | --help | --hel | --he | -h)
968 ac_init_help=long ;;
969 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
970 ac_init_help=recursive ;;
971 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
972 ac_init_help=short ;;
c906108c
SS
973
974 -host | --host | --hos | --ho)
b7026657 975 ac_prev=host_alias ;;
c906108c 976 -host=* | --host=* | --hos=* | --ho=*)
b7026657 977 host_alias=$ac_optarg ;;
c906108c 978
81ecdfbb
RW
979 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
980 ac_prev=htmldir ;;
981 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
982 | --ht=*)
983 htmldir=$ac_optarg ;;
984
c906108c
SS
985 -includedir | --includedir | --includedi | --included | --include \
986 | --includ | --inclu | --incl | --inc)
987 ac_prev=includedir ;;
988 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
989 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 990 includedir=$ac_optarg ;;
c906108c
SS
991
992 -infodir | --infodir | --infodi | --infod | --info | --inf)
993 ac_prev=infodir ;;
994 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 995 infodir=$ac_optarg ;;
c906108c
SS
996
997 -libdir | --libdir | --libdi | --libd)
998 ac_prev=libdir ;;
999 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 1000 libdir=$ac_optarg ;;
c906108c
SS
1001
1002 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1003 | --libexe | --libex | --libe)
1004 ac_prev=libexecdir ;;
1005 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1006 | --libexe=* | --libex=* | --libe=*)
b7026657 1007 libexecdir=$ac_optarg ;;
c906108c 1008
81ecdfbb
RW
1009 -localedir | --localedir | --localedi | --localed | --locale)
1010 ac_prev=localedir ;;
1011 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1012 localedir=$ac_optarg ;;
1013
c906108c 1014 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1015 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1016 ac_prev=localstatedir ;;
1017 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1018 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1019 localstatedir=$ac_optarg ;;
c906108c
SS
1020
1021 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1022 ac_prev=mandir ;;
1023 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1024 mandir=$ac_optarg ;;
c906108c
SS
1025
1026 -nfp | --nfp | --nf)
1027 # Obsolete; use --without-fp.
1028 with_fp=no ;;
1029
1030 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1031 | --no-cr | --no-c | -n)
c906108c
SS
1032 no_create=yes ;;
1033
1034 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1035 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1036 no_recursion=yes ;;
1037
1038 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1039 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1040 | --oldin | --oldi | --old | --ol | --o)
1041 ac_prev=oldincludedir ;;
1042 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1043 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1044 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1045 oldincludedir=$ac_optarg ;;
c906108c
SS
1046
1047 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1048 ac_prev=prefix ;;
1049 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1050 prefix=$ac_optarg ;;
c906108c
SS
1051
1052 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1053 | --program-pre | --program-pr | --program-p)
1054 ac_prev=program_prefix ;;
1055 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1056 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1057 program_prefix=$ac_optarg ;;
c906108c
SS
1058
1059 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1060 | --program-suf | --program-su | --program-s)
1061 ac_prev=program_suffix ;;
1062 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1063 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1064 program_suffix=$ac_optarg ;;
c906108c
SS
1065
1066 -program-transform-name | --program-transform-name \
1067 | --program-transform-nam | --program-transform-na \
1068 | --program-transform-n | --program-transform- \
1069 | --program-transform | --program-transfor \
1070 | --program-transfo | --program-transf \
1071 | --program-trans | --program-tran \
1072 | --progr-tra | --program-tr | --program-t)
1073 ac_prev=program_transform_name ;;
1074 -program-transform-name=* | --program-transform-name=* \
1075 | --program-transform-nam=* | --program-transform-na=* \
1076 | --program-transform-n=* | --program-transform-=* \
1077 | --program-transform=* | --program-transfor=* \
1078 | --program-transfo=* | --program-transf=* \
1079 | --program-trans=* | --program-tran=* \
1080 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1081 program_transform_name=$ac_optarg ;;
c906108c 1082
81ecdfbb
RW
1083 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1084 ac_prev=pdfdir ;;
1085 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1086 pdfdir=$ac_optarg ;;
1087
1088 -psdir | --psdir | --psdi | --psd | --ps)
1089 ac_prev=psdir ;;
1090 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1091 psdir=$ac_optarg ;;
1092
c906108c
SS
1093 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1094 | -silent | --silent | --silen | --sile | --sil)
1095 silent=yes ;;
1096
1097 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1098 ac_prev=sbindir ;;
1099 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1100 | --sbi=* | --sb=*)
b7026657 1101 sbindir=$ac_optarg ;;
c906108c
SS
1102
1103 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1104 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1105 | --sharedst | --shareds | --shared | --share | --shar \
1106 | --sha | --sh)
1107 ac_prev=sharedstatedir ;;
1108 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1109 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1110 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1111 | --sha=* | --sh=*)
b7026657 1112 sharedstatedir=$ac_optarg ;;
c906108c
SS
1113
1114 -site | --site | --sit)
1115 ac_prev=site ;;
1116 -site=* | --site=* | --sit=*)
b7026657 1117 site=$ac_optarg ;;
afb2cbbd 1118
c906108c
SS
1119 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1120 ac_prev=srcdir ;;
1121 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1122 srcdir=$ac_optarg ;;
c906108c
SS
1123
1124 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1125 | --syscon | --sysco | --sysc | --sys | --sy)
1126 ac_prev=sysconfdir ;;
1127 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1128 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1129 sysconfdir=$ac_optarg ;;
c906108c
SS
1130
1131 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1132 ac_prev=target_alias ;;
c906108c 1133 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1134 target_alias=$ac_optarg ;;
c906108c
SS
1135
1136 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1137 verbose=yes ;;
1138
b7026657
AC
1139 -version | --version | --versio | --versi | --vers | -V)
1140 ac_init_version=: ;;
c906108c
SS
1141
1142 -with-* | --with-*)
81ecdfbb 1143 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1144 # Reject names that are not valid shell variable names.
81ecdfbb 1145 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1146 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1147 ac_useropt_orig=$ac_useropt
1148 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149 case $ac_user_opts in
1150 *"
1151"with_$ac_useropt"
1152"*) ;;
1153 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1154 ac_unrecognized_sep=', ';;
c906108c 1155 esac
81ecdfbb 1156 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1157
1158 -without-* | --without-*)
81ecdfbb 1159 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1160 # Reject names that are not valid shell variable names.
81ecdfbb 1161 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1162 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1163 ac_useropt_orig=$ac_useropt
1164 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1165 case $ac_user_opts in
1166 *"
1167"with_$ac_useropt"
1168"*) ;;
1169 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1170 ac_unrecognized_sep=', ';;
1171 esac
1172 eval with_$ac_useropt=no ;;
c906108c
SS
1173
1174 --x)
1175 # Obsolete; use --with-x.
1176 with_x=yes ;;
1177
1178 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1179 | --x-incl | --x-inc | --x-in | --x-i)
1180 ac_prev=x_includes ;;
1181 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1182 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1183 x_includes=$ac_optarg ;;
c906108c
SS
1184
1185 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1186 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1187 ac_prev=x_libraries ;;
1188 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1189 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1190 x_libraries=$ac_optarg ;;
c906108c 1191
d0ac1c44
SM
1192 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1193Try \`$0 --help' for more information"
c906108c
SS
1194 ;;
1195
b7026657
AC
1196 *=*)
1197 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1198 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1199 case $ac_envvar in #(
1200 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1201 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1202 esac
1203 eval $ac_envvar=\$ac_optarg
b7026657
AC
1204 export $ac_envvar ;;
1205
c906108c 1206 *)
b7026657 1207 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1208 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1209 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1210 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1211 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1212 ;;
1213
1214 esac
1215done
1216
1217if test -n "$ac_prev"; then
b7026657 1218 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1219 as_fn_error $? "missing argument to $ac_option"
c906108c 1220fi
c906108c 1221
81ecdfbb
RW
1222if test -n "$ac_unrecognized_opts"; then
1223 case $enable_option_checking in
1224 no) ;;
d0ac1c44 1225 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1226 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1227 esac
81ecdfbb 1228fi
c906108c 1229
81ecdfbb
RW
1230# Check all directory arguments for consistency.
1231for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1232 datadir sysconfdir sharedstatedir localstatedir includedir \
1233 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1234 libdir localedir mandir
c906108c 1235do
81ecdfbb
RW
1236 eval ac_val=\$$ac_var
1237 # Remove trailing slashes.
1238 case $ac_val in
1239 */ )
1240 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1241 eval $ac_var=\$ac_val;;
1242 esac
1243 # Be sure to have absolute directory names.
b7026657 1244 case $ac_val in
81ecdfbb
RW
1245 [\\/$]* | ?:[\\/]* ) continue;;
1246 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1247 esac
d0ac1c44 1248 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1249done
1250
b7026657
AC
1251# There might be people who depend on the old broken behavior: `$host'
1252# used to hold the argument of --host etc.
1253# FIXME: To remove some day.
1254build=$build_alias
1255host=$host_alias
1256target=$target_alias
1257
1258# FIXME: To remove some day.
1259if test "x$host_alias" != x; then
1260 if test "x$build_alias" = x; then
1261 cross_compiling=maybe
b7026657
AC
1262 elif test "x$build_alias" != "x$host_alias"; then
1263 cross_compiling=yes
1264 fi
1265fi
c906108c 1266
b7026657
AC
1267ac_tool_prefix=
1268test -n "$host_alias" && ac_tool_prefix=$host_alias-
1269
1270test "$silent" = yes && exec 6>/dev/null
c906108c 1271
c906108c 1272
81ecdfbb
RW
1273ac_pwd=`pwd` && test -n "$ac_pwd" &&
1274ac_ls_di=`ls -di .` &&
1275ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1276 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1277test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1278 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1279
1280
c906108c
SS
1281# Find the source files, if location was not specified.
1282if test -z "$srcdir"; then
1283 ac_srcdir_defaulted=yes
81ecdfbb
RW
1284 # Try the directory containing this script, then the parent directory.
1285 ac_confdir=`$as_dirname -- "$as_myself" ||
1286$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1287 X"$as_myself" : 'X\(//\)[^/]' \| \
1288 X"$as_myself" : 'X\(//\)$' \| \
1289 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1290$as_echo X"$as_myself" |
1291 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1292 s//\1/
1293 q
1294 }
1295 /^X\(\/\/\)[^/].*/{
1296 s//\1/
1297 q
1298 }
1299 /^X\(\/\/\)$/{
1300 s//\1/
1301 q
1302 }
1303 /^X\(\/\).*/{
1304 s//\1/
1305 q
1306 }
1307 s/.*/./; q'`
c906108c 1308 srcdir=$ac_confdir
81ecdfbb 1309 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1310 srcdir=..
1311 fi
1312else
1313 ac_srcdir_defaulted=no
1314fi
81ecdfbb
RW
1315if test ! -r "$srcdir/$ac_unique_file"; then
1316 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1317 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1318fi
1319ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1320ac_abs_confdir=`(
d0ac1c44 1321 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1322 pwd)`
1323# When building in place, set srcdir=.
1324if test "$ac_abs_confdir" = "$ac_pwd"; then
1325 srcdir=.
1326fi
1327# Remove unnecessary trailing slashes from srcdir.
1328# Double slashes in file names in object file debugging info
1329# mess up M-x gdb in Emacs.
1330case $srcdir in
1331*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1332esac
1333for ac_var in $ac_precious_vars; do
1334 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1335 eval ac_env_${ac_var}_value=\$${ac_var}
1336 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1337 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1338done
c906108c 1339
b7026657
AC
1340#
1341# Report the --help message.
1342#
1343if test "$ac_init_help" = "long"; then
1344 # Omit some internal or obsolete options to make the list less imposing.
1345 # This message is too long to be a string in the A/UX 3.1 sh.
1346 cat <<_ACEOF
1347\`configure' configures this package to adapt to many kinds of systems.
c906108c 1348
b7026657 1349Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1350
b7026657
AC
1351To assign environment variables (e.g., CC, CFLAGS...), specify them as
1352VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1353
b7026657 1354Defaults for the options are specified in brackets.
c906108c 1355
b7026657
AC
1356Configuration:
1357 -h, --help display this help and exit
1358 --help=short display options specific to this package
1359 --help=recursive display the short help of all the included packages
1360 -V, --version display version information and exit
d0ac1c44 1361 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1362 --cache-file=FILE cache test results in FILE [disabled]
1363 -C, --config-cache alias for \`--cache-file=config.cache'
1364 -n, --no-create do not create output files
1365 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1366
b7026657
AC
1367Installation directories:
1368 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1369 [$ac_default_prefix]
b7026657 1370 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1371 [PREFIX]
c906108c 1372
b7026657
AC
1373By default, \`make install' will install all the files in
1374\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1375an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1376for instance \`--prefix=\$HOME'.
c906108c 1377
b7026657
AC
1378For better control, use the options below.
1379
1380Fine tuning of the installation directories:
81ecdfbb
RW
1381 --bindir=DIR user executables [EPREFIX/bin]
1382 --sbindir=DIR system admin executables [EPREFIX/sbin]
1383 --libexecdir=DIR program executables [EPREFIX/libexec]
1384 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1385 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1386 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1387 --libdir=DIR object code libraries [EPREFIX/lib]
1388 --includedir=DIR C header files [PREFIX/include]
1389 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1390 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1391 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1392 --infodir=DIR info documentation [DATAROOTDIR/info]
1393 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1394 --mandir=DIR man documentation [DATAROOTDIR/man]
1395 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1396 --htmldir=DIR html documentation [DOCDIR]
1397 --dvidir=DIR dvi documentation [DOCDIR]
1398 --pdfdir=DIR pdf documentation [DOCDIR]
1399 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1400_ACEOF
1401
1402 cat <<\_ACEOF
1403
1404Program names:
1405 --program-prefix=PREFIX prepend PREFIX to installed program names
1406 --program-suffix=SUFFIX append SUFFIX to installed program names
1407 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1408
1409System types:
1410 --build=BUILD configure for building on BUILD [guessed]
1411 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1412 --target=TARGET configure for building compilers for TARGET [HOST]
1413_ACEOF
c906108c 1414fi
b7026657
AC
1415
1416if test -n "$ac_init_help"; then
1417
1418 cat <<\_ACEOF
1419
1420Optional Features:
81ecdfbb 1421 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1422 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1423 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1424 --enable-plugins Enable support for plugins
6bb11ab3
L
1425 --enable-shared[=PKGS] build shared libraries [default=yes]
1426 --enable-static[=PKGS] build static libraries [default=yes]
1427 --enable-fast-install[=PKGS]
1428 optimize for fast installation [default=yes]
1429 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1430 --enable-maintainer-mode
1431 enable make rules and dependencies not useful (and
1432 sometimes confusing) to the casual installer
8d0978fb
MF
1433 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1434 itself)
1435 --enable-sim-stdio Specify whether to use stdio for console
1436 input/output
1437 --enable-sim-trace=opts Enable tracing of simulated programs
1438 --enable-sim-profile=opts
1439 Enable profiling flags
35656e95 1440 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1441 --enable-sim-environment=environment
1442 Specify mixed, user, virtual or operating
1443 environment
347fe5bb
MF
1444 --enable-sim-inline=inlines
1445 Specify which functions should be inlined
8d0978fb
MF
1446 --enable-sim-endian=endian
1447 Specify target byte endian orientation
1448 --enable-sim-alignment=align
1449 Specify strict, nonstrict or forced alignment of
1450 memory accesses
8d0978fb
MF
1451 --enable-sim-scache=size
1452 Specify simulator execution cache size
1453 --enable-sim-default-model=model
1454 Specify default model to simulate
5c1008a4
MF
1455 --enable-werror treat compile warnings as errors
1456 --enable-build-warnings enable build-time compiler warnings if gcc is used
1457 --enable-sim-build-warnings
1458 enable SIM specific build-time compiler warnings if
1459 gcc is used
8d0978fb 1460 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1461 --enable-sim-hardware=LIST
1462 Specify the hardware to be included in the build.
b7026657 1463
6efef468
JM
1464Optional Packages:
1465 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1466 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1467 --with-system-zlib use installed libz
6bb11ab3
L
1468 --with-pic try to use only PIC/non-PIC objects [default=use
1469 both]
1470 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1471 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1472 --with-bugurl=URL Direct users to URL to report a bug
1473
b7026657
AC
1474Some influential environment variables:
1475 CC C compiler command
1476 CFLAGS C compiler flags
1477 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1478 nonstandard directory <lib dir>
81ecdfbb 1479 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1480 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1481 you have headers in a nonstandard directory <include dir>
b7026657
AC
1482 CPP C preprocessor
1483
1484Use these variables to override the choices made by `configure' or to help
1485it to find libraries and programs with nonstandard names/locations.
1486
81ecdfbb 1487Report bugs to the package provider.
b7026657 1488_ACEOF
81ecdfbb 1489ac_status=$?
c906108c
SS
1490fi
1491
b7026657
AC
1492if test "$ac_init_help" = "recursive"; then
1493 # If there are subdirs, report their specific --help.
b7026657 1494 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1495 test -d "$ac_dir" ||
1496 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1497 continue
b7026657 1498 ac_builddir=.
c906108c 1499
81ecdfbb
RW
1500case "$ac_dir" in
1501.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1502*)
1503 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1504 # A ".." for each directory in $ac_dir_suffix.
1505 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1506 case $ac_top_builddir_sub in
1507 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1508 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1509 esac ;;
1510esac
1511ac_abs_top_builddir=$ac_pwd
1512ac_abs_builddir=$ac_pwd$ac_dir_suffix
1513# for backward compatibility:
1514ac_top_builddir=$ac_top_build_prefix
c906108c 1515
b7026657 1516case $srcdir in
81ecdfbb 1517 .) # We are building in place.
b7026657 1518 ac_srcdir=.
81ecdfbb
RW
1519 ac_top_srcdir=$ac_top_builddir_sub
1520 ac_abs_top_srcdir=$ac_pwd ;;
1521 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1522 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1523 ac_top_srcdir=$srcdir
1524 ac_abs_top_srcdir=$srcdir ;;
1525 *) # Relative name.
1526 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1527 ac_top_srcdir=$ac_top_build_prefix$srcdir
1528 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1529esac
81ecdfbb
RW
1530ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1531
1532 cd "$ac_dir" || { ac_status=$?; continue; }
1533 # Check for guested configure.
1534 if test -f "$ac_srcdir/configure.gnu"; then
1535 echo &&
1536 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1537 elif test -f "$ac_srcdir/configure"; then
1538 echo &&
1539 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1540 else
81ecdfbb
RW
1541 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1542 fi || ac_status=$?
1543 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1544 done
c906108c 1545fi
b7026657 1546
81ecdfbb 1547test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1548if $ac_init_version; then
1549 cat <<\_ACEOF
81ecdfbb 1550configure
d0ac1c44 1551generated by GNU Autoconf 2.69
b7026657 1552
d0ac1c44 1553Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1554This configure script is free software; the Free Software Foundation
1555gives unlimited permission to copy, distribute and modify it.
1556_ACEOF
81ecdfbb 1557 exit
b7026657 1558fi
b7026657 1559
81ecdfbb
RW
1560## ------------------------ ##
1561## Autoconf initialization. ##
1562## ------------------------ ##
b7026657 1563
81ecdfbb
RW
1564# ac_fn_c_try_compile LINENO
1565# --------------------------
1566# Try to compile conftest.$ac_ext, and return whether this succeeded.
1567ac_fn_c_try_compile ()
b7026657 1568{
81ecdfbb
RW
1569 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1570 rm -f conftest.$ac_objext
1571 if { { ac_try="$ac_compile"
1572case "(($ac_try" in
1573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1574 *) ac_try_echo=$ac_try;;
1575esac
1576eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1577$as_echo "$ac_try_echo"; } >&5
1578 (eval "$ac_compile") 2>conftest.err
1579 ac_status=$?
1580 if test -s conftest.err; then
1581 grep -v '^ *+' conftest.err >conftest.er1
1582 cat conftest.er1 >&5
1583 mv -f conftest.er1 conftest.err
1584 fi
1585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1586 test $ac_status = 0; } && {
1587 test -z "$ac_c_werror_flag" ||
1588 test ! -s conftest.err
1589 } && test -s conftest.$ac_objext; then :
1590 ac_retval=0
1591else
1592 $as_echo "$as_me: failed program was:" >&5
1593sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1594
81ecdfbb
RW
1595 ac_retval=1
1596fi
d0ac1c44
SM
1597 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1598 as_fn_set_status $ac_retval
b7026657 1599
81ecdfbb 1600} # ac_fn_c_try_compile
b7026657 1601
81ecdfbb
RW
1602# ac_fn_c_try_cpp LINENO
1603# ----------------------
1604# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1605ac_fn_c_try_cpp ()
1606{
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 if { { ac_try="$ac_cpp conftest.$ac_ext"
1609case "(($ac_try" in
1610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1611 *) ac_try_echo=$ac_try;;
1612esac
1613eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1614$as_echo "$ac_try_echo"; } >&5
1615 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1616 ac_status=$?
1617 if test -s conftest.err; then
1618 grep -v '^ *+' conftest.err >conftest.er1
1619 cat conftest.er1 >&5
1620 mv -f conftest.er1 conftest.err
1621 fi
1622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1623 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1624 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1625 test ! -s conftest.err
1626 }; then :
1627 ac_retval=0
1628else
1629 $as_echo "$as_me: failed program was:" >&5
1630sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1631
81ecdfbb
RW
1632 ac_retval=1
1633fi
d0ac1c44
SM
1634 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1635 as_fn_set_status $ac_retval
b7026657 1636
81ecdfbb
RW
1637} # ac_fn_c_try_cpp
1638
1639# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1640# -------------------------------------------------------
1641# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1642# the include files in INCLUDES and setting the cache variable VAR
1643# accordingly.
1644ac_fn_c_check_header_mongrel ()
1645{
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1647 if eval \${$3+:} false; then :
81ecdfbb
RW
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1649$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1650if eval \${$3+:} false; then :
81ecdfbb
RW
1651 $as_echo_n "(cached) " >&6
1652fi
1653eval ac_res=\$$3
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1655$as_echo "$ac_res" >&6; }
1656else
1657 # Is the header compilable?
1658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1659$as_echo_n "checking $2 usability... " >&6; }
1660cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1661/* end confdefs.h. */
1662$4
1663#include <$2>
1664_ACEOF
1665if ac_fn_c_try_compile "$LINENO"; then :
1666 ac_header_compiler=yes
1667else
1668 ac_header_compiler=no
1669fi
1670rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1672$as_echo "$ac_header_compiler" >&6; }
1673
1674# Is the header present?
1675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1676$as_echo_n "checking $2 presence... " >&6; }
1677cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1678/* end confdefs.h. */
1679#include <$2>
1680_ACEOF
1681if ac_fn_c_try_cpp "$LINENO"; then :
1682 ac_header_preproc=yes
1683else
1684 ac_header_preproc=no
1685fi
d0ac1c44 1686rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1688$as_echo "$ac_header_preproc" >&6; }
1689
1690# So? What about this header?
1691case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1692 yes:no: )
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1694$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1696$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1697 ;;
1698 no:yes:* )
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1700$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1702$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1704$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1706$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1708$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1709 ;;
1710esac
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1712$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1713if eval \${$3+:} false; then :
81ecdfbb
RW
1714 $as_echo_n "(cached) " >&6
1715else
1716 eval "$3=\$ac_header_compiler"
1717fi
1718eval ac_res=\$$3
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1720$as_echo "$ac_res" >&6; }
1721fi
d0ac1c44 1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1723
1724} # ac_fn_c_check_header_mongrel
1725
1726# ac_fn_c_try_run LINENO
1727# ----------------------
1728# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1729# that executables *can* be run.
1730ac_fn_c_try_run ()
1731{
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 if { { ac_try="$ac_link"
1734case "(($ac_try" in
1735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1736 *) ac_try_echo=$ac_try;;
1737esac
1738eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1739$as_echo "$ac_try_echo"; } >&5
1740 (eval "$ac_link") 2>&5
1741 ac_status=$?
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1744 { { case "(($ac_try" in
1745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1746 *) ac_try_echo=$ac_try;;
1747esac
1748eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1749$as_echo "$ac_try_echo"; } >&5
1750 (eval "$ac_try") 2>&5
1751 ac_status=$?
1752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1753 test $ac_status = 0; }; }; then :
1754 ac_retval=0
1755else
1756 $as_echo "$as_me: program exited with status $ac_status" >&5
1757 $as_echo "$as_me: failed program was:" >&5
1758sed 's/^/| /' conftest.$ac_ext >&5
1759
1760 ac_retval=$ac_status
1761fi
1762 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1763 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1764 as_fn_set_status $ac_retval
81ecdfbb
RW
1765
1766} # ac_fn_c_try_run
1767
1768# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1769# -------------------------------------------------------
1770# Tests whether HEADER exists and can be compiled using the include files in
1771# INCLUDES, setting the cache variable VAR accordingly.
1772ac_fn_c_check_header_compile ()
1773{
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1776$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1777if eval \${$3+:} false; then :
81ecdfbb
RW
1778 $as_echo_n "(cached) " >&6
1779else
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781/* end confdefs.h. */
1782$4
1783#include <$2>
1784_ACEOF
1785if ac_fn_c_try_compile "$LINENO"; then :
1786 eval "$3=yes"
1787else
1788 eval "$3=no"
1789fi
1790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791fi
1792eval ac_res=\$$3
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1794$as_echo "$ac_res" >&6; }
d0ac1c44 1795 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1796
1797} # ac_fn_c_check_header_compile
1798
1799# ac_fn_c_try_link LINENO
1800# -----------------------
1801# Try to link conftest.$ac_ext, and return whether this succeeded.
1802ac_fn_c_try_link ()
1803{
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 rm -f conftest.$ac_objext conftest$ac_exeext
1806 if { { ac_try="$ac_link"
1807case "(($ac_try" in
1808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1809 *) ac_try_echo=$ac_try;;
1810esac
1811eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1812$as_echo "$ac_try_echo"; } >&5
1813 (eval "$ac_link") 2>conftest.err
1814 ac_status=$?
1815 if test -s conftest.err; then
1816 grep -v '^ *+' conftest.err >conftest.er1
1817 cat conftest.er1 >&5
1818 mv -f conftest.er1 conftest.err
1819 fi
1820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1821 test $ac_status = 0; } && {
1822 test -z "$ac_c_werror_flag" ||
1823 test ! -s conftest.err
1824 } && test -s conftest$ac_exeext && {
1825 test "$cross_compiling" = yes ||
d0ac1c44 1826 test -x conftest$ac_exeext
81ecdfbb
RW
1827 }; then :
1828 ac_retval=0
1829else
1830 $as_echo "$as_me: failed program was:" >&5
1831sed 's/^/| /' conftest.$ac_ext >&5
1832
1833 ac_retval=1
1834fi
1835 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1836 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1837 # interfere with the next link command; also delete a directory that is
1838 # left behind by Apple's compiler. We do this before executing the actions.
1839 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1841 as_fn_set_status $ac_retval
81ecdfbb
RW
1842
1843} # ac_fn_c_try_link
1844
1845# ac_fn_c_check_func LINENO FUNC VAR
1846# ----------------------------------
1847# Tests whether FUNC exists, setting the cache variable VAR accordingly
1848ac_fn_c_check_func ()
1849{
1850 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1852$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1853if eval \${$3+:} false; then :
81ecdfbb
RW
1854 $as_echo_n "(cached) " >&6
1855else
1856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1857/* end confdefs.h. */
1858/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1859 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1860#define $2 innocuous_$2
1861
1862/* System header to define __stub macros and hopefully few prototypes,
1863 which can conflict with char $2 (); below.
1864 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1865 <limits.h> exists even on freestanding compilers. */
1866
1867#ifdef __STDC__
1868# include <limits.h>
1869#else
1870# include <assert.h>
1871#endif
1872
1873#undef $2
1874
1875/* Override any GCC internal prototype to avoid an error.
1876 Use char because int might match the return type of a GCC
1877 builtin and then its argument prototype would still apply. */
1878#ifdef __cplusplus
1879extern "C"
1880#endif
1881char $2 ();
1882/* The GNU C library defines this for functions which it implements
1883 to always fail with ENOSYS. Some functions are actually named
1884 something starting with __ and the normal name is an alias. */
1885#if defined __stub_$2 || defined __stub___$2
1886choke me
1887#endif
1888
1889int
1890main ()
1891{
1892return $2 ();
1893 ;
1894 return 0;
1895}
1896_ACEOF
1897if ac_fn_c_try_link "$LINENO"; then :
1898 eval "$3=yes"
1899else
1900 eval "$3=no"
1901fi
1902rm -f core conftest.err conftest.$ac_objext \
1903 conftest$ac_exeext conftest.$ac_ext
1904fi
1905eval ac_res=\$$3
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907$as_echo "$ac_res" >&6; }
d0ac1c44 1908 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1909
1910} # ac_fn_c_check_func
1911cat >config.log <<_ACEOF
1912This file contains any messages produced by compilers while
1913running configure, to aid debugging if configure makes a mistake.
1914
1915It was created by $as_me, which was
d0ac1c44 1916generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1917
1918 $ $0 $@
1919
1920_ACEOF
1921exec 5>>config.log
1922{
1923cat <<_ASUNAME
1924## --------- ##
1925## Platform. ##
1926## --------- ##
1927
1928hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1929uname -m = `(uname -m) 2>/dev/null || echo unknown`
1930uname -r = `(uname -r) 2>/dev/null || echo unknown`
1931uname -s = `(uname -s) 2>/dev/null || echo unknown`
1932uname -v = `(uname -v) 2>/dev/null || echo unknown`
1933
1934/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1935/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1936
1937/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1938/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1939/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1940/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1941/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1942/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1943/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1944
1945_ASUNAME
1946
1947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1948for as_dir in $PATH
1949do
1950 IFS=$as_save_IFS
1951 test -z "$as_dir" && as_dir=.
1952 $as_echo "PATH: $as_dir"
1953 done
1954IFS=$as_save_IFS
1955
1956} >&5
1957
1958cat >&5 <<_ACEOF
b7026657
AC
1959
1960
1961## ----------- ##
1962## Core tests. ##
1963## ----------- ##
1964
1965_ACEOF
1966
1967
1968# Keep a trace of the command line.
1969# Strip out --no-create and --no-recursion so they do not pile up.
1970# Strip out --silent because we don't want to record it for future runs.
1971# Also quote any args containing shell meta-characters.
1972# Make two passes to allow for proper duplicate-argument suppression.
1973ac_configure_args=
1974ac_configure_args0=
1975ac_configure_args1=
b7026657
AC
1976ac_must_keep_next=false
1977for ac_pass in 1 2
1978do
1979 for ac_arg
1980 do
1981 case $ac_arg in
1982 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1983 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1984 | -silent | --silent | --silen | --sile | --sil)
1985 continue ;;
81ecdfbb
RW
1986 *\'*)
1987 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1988 esac
1989 case $ac_pass in
81ecdfbb 1990 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1991 2)
81ecdfbb 1992 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1993 if test $ac_must_keep_next = true; then
1994 ac_must_keep_next=false # Got value, back to normal.
1995 else
1996 case $ac_arg in
1997 *=* | --config-cache | -C | -disable-* | --disable-* \
1998 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1999 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2000 | -with-* | --with-* | -without-* | --without-* | --x)
2001 case "$ac_configure_args0 " in
2002 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2003 esac
2004 ;;
2005 -* ) ac_must_keep_next=true ;;
2006 esac
2007 fi
81ecdfbb 2008 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2009 ;;
2010 esac
2011 done
2012done
81ecdfbb
RW
2013{ ac_configure_args0=; unset ac_configure_args0;}
2014{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2015
2016# When interrupted or exit'd, cleanup temporary files, and complete
2017# config.log. We remove comments because anyway the quotes in there
2018# would cause problems or look ugly.
81ecdfbb
RW
2019# WARNING: Use '\'' to represent an apostrophe within the trap.
2020# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2021trap 'exit_status=$?
2022 # Save into config.log some information that might help in debugging.
2023 {
2024 echo
2025
d0ac1c44 2026 $as_echo "## ---------------- ##
b7026657 2027## Cache variables. ##
d0ac1c44 2028## ---------------- ##"
b7026657
AC
2029 echo
2030 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2031(
2032 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2033 eval ac_val=\$$ac_var
2034 case $ac_val in #(
2035 *${as_nl}*)
2036 case $ac_var in #(
2037 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2038$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2039 esac
2040 case $ac_var in #(
2041 _ | IFS | as_nl) ;; #(
2042 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2043 *) { eval $ac_var=; unset $ac_var;} ;;
2044 esac ;;
2045 esac
2046 done
b7026657 2047 (set) 2>&1 |
81ecdfbb
RW
2048 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2049 *${as_nl}ac_space=\ *)
b7026657 2050 sed -n \
81ecdfbb
RW
2051 "s/'\''/'\''\\\\'\'''\''/g;
2052 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2053 ;; #(
b7026657 2054 *)
81ecdfbb 2055 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2056 ;;
81ecdfbb
RW
2057 esac |
2058 sort
2059)
b7026657
AC
2060 echo
2061
d0ac1c44 2062 $as_echo "## ----------------- ##
b7026657 2063## Output variables. ##
d0ac1c44 2064## ----------------- ##"
b7026657
AC
2065 echo
2066 for ac_var in $ac_subst_vars
2067 do
81ecdfbb
RW
2068 eval ac_val=\$$ac_var
2069 case $ac_val in
2070 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2071 esac
2072 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2073 done | sort
2074 echo
2075
2076 if test -n "$ac_subst_files"; then
d0ac1c44 2077 $as_echo "## ------------------- ##
81ecdfbb 2078## File substitutions. ##
d0ac1c44 2079## ------------------- ##"
b7026657
AC
2080 echo
2081 for ac_var in $ac_subst_files
2082 do
81ecdfbb
RW
2083 eval ac_val=\$$ac_var
2084 case $ac_val in
2085 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2086 esac
2087 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2088 done | sort
2089 echo
2090 fi
2091
2092 if test -s confdefs.h; then
d0ac1c44 2093 $as_echo "## ----------- ##
b7026657 2094## confdefs.h. ##
d0ac1c44 2095## ----------- ##"
b7026657 2096 echo
81ecdfbb 2097 cat confdefs.h
b7026657
AC
2098 echo
2099 fi
2100 test "$ac_signal" != 0 &&
81ecdfbb
RW
2101 $as_echo "$as_me: caught signal $ac_signal"
2102 $as_echo "$as_me: exit $exit_status"
b7026657 2103 } >&5
81ecdfbb
RW
2104 rm -f core *.core core.conftest.* &&
2105 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2106 exit $exit_status
81ecdfbb 2107' 0
b7026657 2108for ac_signal in 1 2 13 15; do
81ecdfbb 2109 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2110done
2111ac_signal=0
2112
2113# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2114rm -f -r conftest* confdefs.h
2115
2116$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2117
2118# Predefined preprocessor variables.
2119
2120cat >>confdefs.h <<_ACEOF
2121#define PACKAGE_NAME "$PACKAGE_NAME"
2122_ACEOF
2123
b7026657
AC
2124cat >>confdefs.h <<_ACEOF
2125#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126_ACEOF
2127
b7026657
AC
2128cat >>confdefs.h <<_ACEOF
2129#define PACKAGE_VERSION "$PACKAGE_VERSION"
2130_ACEOF
2131
b7026657
AC
2132cat >>confdefs.h <<_ACEOF
2133#define PACKAGE_STRING "$PACKAGE_STRING"
2134_ACEOF
2135
b7026657
AC
2136cat >>confdefs.h <<_ACEOF
2137#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138_ACEOF
2139
81ecdfbb
RW
2140cat >>confdefs.h <<_ACEOF
2141#define PACKAGE_URL "$PACKAGE_URL"
2142_ACEOF
2143
b7026657
AC
2144
2145# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2146# Prefer an explicitly selected file to automatically selected ones.
2147ac_site_file1=NONE
2148ac_site_file2=NONE
2149if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2150 # We do not want a PATH search for config.site.
2151 case $CONFIG_SITE in #((
2152 -*) ac_site_file1=./$CONFIG_SITE;;
2153 */*) ac_site_file1=$CONFIG_SITE;;
2154 *) ac_site_file1=./$CONFIG_SITE;;
2155 esac
81ecdfbb
RW
2156elif test "x$prefix" != xNONE; then
2157 ac_site_file1=$prefix/share/config.site
2158 ac_site_file2=$prefix/etc/config.site
2159else
2160 ac_site_file1=$ac_default_prefix/share/config.site
2161 ac_site_file2=$ac_default_prefix/etc/config.site
2162fi
2163for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2164do
2165 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2166 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2168$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2169 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2170 . "$ac_site_file" \
2171 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2172$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2173as_fn_error $? "failed to load site script $ac_site_file
2174See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2175 fi
2176done
2177
2178if test -r "$cache_file"; then
d0ac1c44
SM
2179 # Some versions of bash will fail to source /dev/null (special files
2180 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2181 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2183$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2184 case $cache_file in
81ecdfbb
RW
2185 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2186 *) . "./$cache_file";;
b7026657
AC
2187 esac
2188 fi
2189else
81ecdfbb
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2191$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2192 >$cache_file
2193fi
2194
2195# Check that the precious variables saved in the cache have kept the same
2196# value.
2197ac_cache_corrupted=false
81ecdfbb 2198for ac_var in $ac_precious_vars; do
b7026657
AC
2199 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2200 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2201 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2202 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2203 case $ac_old_set,$ac_new_set in
2204 set,)
81ecdfbb
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2206$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2207 ac_cache_corrupted=: ;;
2208 ,set)
81ecdfbb
RW
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2210$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2211 ac_cache_corrupted=: ;;
2212 ,);;
2213 *)
2214 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2215 # differences in whitespace do not lead to failure.
2216 ac_old_val_w=`echo x $ac_old_val`
2217 ac_new_val_w=`echo x $ac_new_val`
2218 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2220$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2221 ac_cache_corrupted=:
2222 else
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2224$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2225 eval $ac_var=\$ac_old_val
2226 fi
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2228$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2230$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2231 fi;;
2232 esac
2233 # Pass precious variables to config.status.
2234 if test "$ac_new_set" = set; then
2235 case $ac_new_val in
81ecdfbb 2236 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2237 *) ac_arg=$ac_var=$ac_new_val ;;
2238 esac
2239 case " $ac_configure_args " in
2240 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2241 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2242 esac
2243 fi
2244done
2245if $ac_cache_corrupted; then
81ecdfbb
RW
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2249$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2250 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2251fi
81ecdfbb
RW
2252## -------------------- ##
2253## Main body of script. ##
2254## -------------------- ##
b7026657
AC
2255
2256ac_ext=c
2257ac_cpp='$CPP $CPPFLAGS'
2258ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2259ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2260ac_compiler_gnu=$ac_cv_c_compiler_gnu
2261
2262
6bb11ab3
L
2263
2264
2265
2266
2267
c2783492
MF
2268ac_aux_dir=
2269for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2270 if test -f "$ac_dir/install-sh"; then
2271 ac_aux_dir=$ac_dir
2272 ac_install_sh="$ac_aux_dir/install-sh -c"
2273 break
2274 elif test -f "$ac_dir/install.sh"; then
2275 ac_aux_dir=$ac_dir
2276 ac_install_sh="$ac_aux_dir/install.sh -c"
2277 break
2278 elif test -f "$ac_dir/shtool"; then
2279 ac_aux_dir=$ac_dir
2280 ac_install_sh="$ac_aux_dir/shtool install -c"
2281 break
2282 fi
2283done
2284if test -z "$ac_aux_dir"; then
2285 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2286fi
2287
2288# These three variables are undocumented and unsupported,
2289# and are intended to be withdrawn in a future Autoconf release.
2290# They can cause serious problems if a builder's source tree is in a directory
2291# whose full name contains unusual characters.
2292ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2293ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2294ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2295
2296
2297# Make sure we can run config.sub.
2298$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2299 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2300
2301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2302$as_echo_n "checking build system type... " >&6; }
2303if ${ac_cv_build+:} false; then :
2304 $as_echo_n "(cached) " >&6
2305else
2306 ac_build_alias=$build_alias
2307test "x$ac_build_alias" = x &&
2308 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2309test "x$ac_build_alias" = x &&
2310 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2311ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2312 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2313
2314fi
2315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2316$as_echo "$ac_cv_build" >&6; }
2317case $ac_cv_build in
2318*-*-*) ;;
2319*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2320esac
2321build=$ac_cv_build
2322ac_save_IFS=$IFS; IFS='-'
2323set x $ac_cv_build
2324shift
2325build_cpu=$1
2326build_vendor=$2
2327shift; shift
2328# Remember, the first character of IFS is used to create $*,
2329# except with old shells:
2330build_os=$*
2331IFS=$ac_save_IFS
2332case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2333
2334
2335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2336$as_echo_n "checking host system type... " >&6; }
2337if ${ac_cv_host+:} false; then :
2338 $as_echo_n "(cached) " >&6
2339else
2340 if test "x$host_alias" = x; then
2341 ac_cv_host=$ac_cv_build
2342else
2343 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2344 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2345fi
2346
2347fi
2348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2349$as_echo "$ac_cv_host" >&6; }
2350case $ac_cv_host in
2351*-*-*) ;;
2352*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2353esac
2354host=$ac_cv_host
2355ac_save_IFS=$IFS; IFS='-'
2356set x $ac_cv_host
2357shift
2358host_cpu=$1
2359host_vendor=$2
2360shift; shift
2361# Remember, the first character of IFS is used to create $*,
2362# except with old shells:
2363host_os=$*
2364IFS=$ac_save_IFS
2365case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2366
2367
2368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2369$as_echo_n "checking target system type... " >&6; }
2370if ${ac_cv_target+:} false; then :
2371 $as_echo_n "(cached) " >&6
2372else
2373 if test "x$target_alias" = x; then
2374 ac_cv_target=$ac_cv_host
2375else
2376 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2377 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2378fi
2379
2380fi
2381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2382$as_echo "$ac_cv_target" >&6; }
2383case $ac_cv_target in
2384*-*-*) ;;
2385*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2386esac
2387target=$ac_cv_target
2388ac_save_IFS=$IFS; IFS='-'
2389set x $ac_cv_target
2390shift
2391target_cpu=$1
2392target_vendor=$2
2393shift; shift
2394# Remember, the first character of IFS is used to create $*,
2395# except with old shells:
2396target_os=$*
2397IFS=$ac_save_IFS
2398case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2399
2400
2401# The aliases save the names the user supplied, while $host etc.
2402# will get canonicalized.
2403test -n "$target_alias" &&
2404 test "$program_prefix$program_suffix$program_transform_name" = \
2405 NONENONEs,x,x, &&
2406 program_prefix=${target_alias}-
6bb11ab3
L
2407ac_ext=c
2408ac_cpp='$CPP $CPPFLAGS'
2409ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412if test -n "$ac_tool_prefix"; then
2413 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2416$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2417if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2418 $as_echo_n "(cached) " >&6
2419else
2420 if test -n "$CC"; then
2421 ac_cv_prog_CC="$CC" # Let the user override the test.
2422else
2423as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424for as_dir in $PATH
2425do
2426 IFS=$as_save_IFS
2427 test -z "$as_dir" && as_dir=.
2428 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2430 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2432 break 2
2433 fi
2434done
2435 done
2436IFS=$as_save_IFS
2437
2438fi
2439fi
2440CC=$ac_cv_prog_CC
2441if test -n "$CC"; then
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2443$as_echo "$CC" >&6; }
2444else
2445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2446$as_echo "no" >&6; }
2447fi
2448
2449
2450fi
2451if test -z "$ac_cv_prog_CC"; then
2452 ac_ct_CC=$CC
2453 # Extract the first word of "gcc", so it can be a program name with args.
2454set dummy gcc; ac_word=$2
2455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2456$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2457if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2458 $as_echo_n "(cached) " >&6
2459else
2460 if test -n "$ac_ct_CC"; then
2461 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462else
2463as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464for as_dir in $PATH
2465do
2466 IFS=$as_save_IFS
2467 test -z "$as_dir" && as_dir=.
2468 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2470 ac_cv_prog_ac_ct_CC="gcc"
2471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2473 fi
2474done
2475 done
2476IFS=$as_save_IFS
2477
2478fi
2479fi
2480ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481if test -n "$ac_ct_CC"; then
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2483$as_echo "$ac_ct_CC" >&6; }
2484else
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2486$as_echo "no" >&6; }
2487fi
2488
2489 if test "x$ac_ct_CC" = x; then
2490 CC=""
2491 else
2492 case $cross_compiling:$ac_tool_warned in
2493yes:)
2494{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2495$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496ac_tool_warned=yes ;;
2497esac
2498 CC=$ac_ct_CC
2499 fi
2500else
2501 CC="$ac_cv_prog_CC"
2502fi
2503
2504if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507set dummy ${ac_tool_prefix}cc; ac_word=$2
2508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2509$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2510if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2511 $as_echo_n "(cached) " >&6
2512else
2513 if test -n "$CC"; then
2514 ac_cv_prog_CC="$CC" # Let the user override the test.
2515else
2516as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517for as_dir in $PATH
2518do
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2523 ac_cv_prog_CC="${ac_tool_prefix}cc"
2524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 break 2
2526 fi
2527done
2528 done
2529IFS=$as_save_IFS
2530
2531fi
2532fi
2533CC=$ac_cv_prog_CC
2534if test -n "$CC"; then
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2536$as_echo "$CC" >&6; }
2537else
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2539$as_echo "no" >&6; }
2540fi
2541
2542
2543 fi
2544fi
2545if test -z "$CC"; then
2546 # Extract the first word of "cc", so it can be a program name with args.
2547set dummy cc; ac_word=$2
2548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2549$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2550if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2551 $as_echo_n "(cached) " >&6
2552else
2553 if test -n "$CC"; then
2554 ac_cv_prog_CC="$CC" # Let the user override the test.
2555else
2556 ac_prog_rejected=no
2557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558for as_dir in $PATH
2559do
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
2562 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2564 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565 ac_prog_rejected=yes
2566 continue
2567 fi
2568 ac_cv_prog_CC="cc"
2569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2571 fi
2572done
2573 done
2574IFS=$as_save_IFS
2575
2576if test $ac_prog_rejected = yes; then
2577 # We found a bogon in the path, so make sure we never use it.
2578 set dummy $ac_cv_prog_CC
2579 shift
2580 if test $# != 0; then
2581 # We chose a different compiler from the bogus one.
2582 # However, it has the same basename, so the bogon will be chosen
2583 # first if we set CC to just the basename; use the full file name.
2584 shift
2585 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2586 fi
2587fi
2588fi
2589fi
2590CC=$ac_cv_prog_CC
2591if test -n "$CC"; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2593$as_echo "$CC" >&6; }
2594else
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2596$as_echo "no" >&6; }
2597fi
2598
2599
2600fi
2601if test -z "$CC"; then
2602 if test -n "$ac_tool_prefix"; then
2603 for ac_prog in cl.exe
2604 do
2605 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2608$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2609if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2610 $as_echo_n "(cached) " >&6
2611else
2612 if test -n "$CC"; then
2613 ac_cv_prog_CC="$CC" # Let the user override the test.
2614else
2615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616for as_dir in $PATH
2617do
2618 IFS=$as_save_IFS
2619 test -z "$as_dir" && as_dir=.
2620 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2621 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2622 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2624 break 2
2625 fi
2626done
2627 done
2628IFS=$as_save_IFS
2629
2630fi
2631fi
2632CC=$ac_cv_prog_CC
2633if test -n "$CC"; then
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2635$as_echo "$CC" >&6; }
2636else
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2638$as_echo "no" >&6; }
2639fi
2640
2641
2642 test -n "$CC" && break
2643 done
2644fi
2645if test -z "$CC"; then
2646 ac_ct_CC=$CC
2647 for ac_prog in cl.exe
2648do
2649 # Extract the first word of "$ac_prog", so it can be a program name with args.
2650set dummy $ac_prog; ac_word=$2
2651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2652$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2653if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2654 $as_echo_n "(cached) " >&6
2655else
2656 if test -n "$ac_ct_CC"; then
2657 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658else
2659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660for as_dir in $PATH
2661do
2662 IFS=$as_save_IFS
2663 test -z "$as_dir" && as_dir=.
2664 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2665 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2666 ac_cv_prog_ac_ct_CC="$ac_prog"
2667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2669 fi
2670done
2671 done
2672IFS=$as_save_IFS
2673
2674fi
2675fi
2676ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677if test -n "$ac_ct_CC"; then
2678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2679$as_echo "$ac_ct_CC" >&6; }
2680else
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2682$as_echo "no" >&6; }
2683fi
2684
2685
2686 test -n "$ac_ct_CC" && break
2687done
2688
2689 if test "x$ac_ct_CC" = x; then
2690 CC=""
2691 else
2692 case $cross_compiling:$ac_tool_warned in
2693yes:)
2694{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2695$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696ac_tool_warned=yes ;;
2697esac
2698 CC=$ac_ct_CC
2699 fi
2700fi
2701
2702fi
2703
2704
2705test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2706$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2707as_fn_error $? "no acceptable C compiler found in \$PATH
2708See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2709
2710# Provide some information about the compiler.
2711$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2712set X $ac_compile
2713ac_compiler=$2
2714for ac_option in --version -v -V -qversion; do
2715 { { ac_try="$ac_compiler $ac_option >&5"
2716case "(($ac_try" in
2717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2718 *) ac_try_echo=$ac_try;;
2719esac
2720eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2721$as_echo "$ac_try_echo"; } >&5
2722 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2723 ac_status=$?
2724 if test -s conftest.err; then
2725 sed '10a\
2726... rest of stderr output deleted ...
2727 10q' conftest.err >conftest.er1
2728 cat conftest.er1 >&5
6bb11ab3 2729 fi
d0ac1c44 2730 rm -f conftest.er1 conftest.err
6bb11ab3
L
2731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2732 test $ac_status = 0; }
2733done
2734
2735cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2736/* end confdefs.h. */
2737
2738int
2739main ()
2740{
2741
2742 ;
2743 return 0;
2744}
2745_ACEOF
2746ac_clean_files_save=$ac_clean_files
d0ac1c44 2747ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2748# Try to create an executable without -o first, disregard a.out.
2749# It will help us diagnose broken compilers, and finding out an intuition
2750# of exeext.
d0ac1c44
SM
2751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2752$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2753ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2754
2755# The possible output files:
2756ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2757
2758ac_rmfiles=
2759for ac_file in $ac_files
2760do
2761 case $ac_file in
2762 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2763 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2764 esac
2765done
2766rm -f $ac_rmfiles
2767
2768if { { ac_try="$ac_link_default"
2769case "(($ac_try" in
2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2771 *) ac_try_echo=$ac_try;;
2772esac
2773eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2774$as_echo "$ac_try_echo"; } >&5
2775 (eval "$ac_link_default") 2>&5
2776 ac_status=$?
2777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2778 test $ac_status = 0; }; then :
2779 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2780# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2781# in a Makefile. We should not override ac_cv_exeext if it was cached,
2782# so that the user can short-circuit this test for compilers unknown to
2783# Autoconf.
2784for ac_file in $ac_files ''
2785do
2786 test -f "$ac_file" || continue
2787 case $ac_file in
2788 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2789 ;;
2790 [ab].out )
2791 # We found the default executable, but exeext='' is most
2792 # certainly right.
2793 break;;
2794 *.* )
2795 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2796 then :; else
2797 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2798 fi
2799 # We set ac_cv_exeext here because the later test for it is not
2800 # safe: cross compilers may not add the suffix if given an `-o'
2801 # argument, so we may need to know it at that point already.
2802 # Even if this section looks crufty: it has the advantage of
2803 # actually working.
2804 break;;
2805 * )
2806 break;;
2807 esac
2808done
2809test "$ac_cv_exeext" = no && ac_cv_exeext=
2810
2811else
2812 ac_file=''
2813fi
6bb11ab3 2814if test -z "$ac_file"; then :
d0ac1c44
SM
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2816$as_echo "no" >&6; }
2817$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2818sed 's/^/| /' conftest.$ac_ext >&5
2819
2820{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2821$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2822as_fn_error 77 "C compiler cannot create executables
2823See \`config.log' for more details" "$LINENO" 5; }
2824else
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2826$as_echo "yes" >&6; }
6bb11ab3 2827fi
d0ac1c44
SM
2828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2829$as_echo_n "checking for C compiler default output file name... " >&6; }
2830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2831$as_echo "$ac_file" >&6; }
6bb11ab3
L
2832ac_exeext=$ac_cv_exeext
2833
d0ac1c44 2834rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2835ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2837$as_echo_n "checking for suffix of executables... " >&6; }
2838if { { ac_try="$ac_link"
2839case "(($ac_try" in
2840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2841 *) ac_try_echo=$ac_try;;
2842esac
2843eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2844$as_echo "$ac_try_echo"; } >&5
2845 (eval "$ac_link") 2>&5
2846 ac_status=$?
2847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2848 test $ac_status = 0; }; then :
2849 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2850# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2851# work properly (i.e., refer to `conftest.exe'), while it won't with
2852# `rm'.
2853for ac_file in conftest.exe conftest conftest.*; do
2854 test -f "$ac_file" || continue
2855 case $ac_file in
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2857 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2858 break;;
2859 * ) break;;
2860 esac
2861done
2862else
2863 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2864$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2865as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2866See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2867fi
d0ac1c44 2868rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2870$as_echo "$ac_cv_exeext" >&6; }
2871
2872rm -f conftest.$ac_ext
2873EXEEXT=$ac_cv_exeext
2874ac_exeext=$EXEEXT
d0ac1c44
SM
2875cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2876/* end confdefs.h. */
2877#include <stdio.h>
2878int
2879main ()
2880{
2881FILE *f = fopen ("conftest.out", "w");
2882 return ferror (f) || fclose (f) != 0;
2883
2884 ;
2885 return 0;
2886}
2887_ACEOF
2888ac_clean_files="$ac_clean_files conftest.out"
2889# Check that the compiler produces executables we can run. If not, either
2890# the compiler is broken, or we cross compile.
2891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2892$as_echo_n "checking whether we are cross compiling... " >&6; }
2893if test "$cross_compiling" != yes; then
2894 { { ac_try="$ac_link"
2895case "(($ac_try" in
2896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2897 *) ac_try_echo=$ac_try;;
2898esac
2899eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2900$as_echo "$ac_try_echo"; } >&5
2901 (eval "$ac_link") 2>&5
2902 ac_status=$?
2903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2904 test $ac_status = 0; }
2905 if { ac_try='./conftest$ac_cv_exeext'
2906 { { case "(($ac_try" in
2907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2908 *) ac_try_echo=$ac_try;;
2909esac
2910eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2911$as_echo "$ac_try_echo"; } >&5
2912 (eval "$ac_try") 2>&5
2913 ac_status=$?
2914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2915 test $ac_status = 0; }; }; then
2916 cross_compiling=no
2917 else
2918 if test "$cross_compiling" = maybe; then
2919 cross_compiling=yes
2920 else
2921 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2922$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2923as_fn_error $? "cannot run C compiled programs.
2924If you meant to cross compile, use \`--host'.
2925See \`config.log' for more details" "$LINENO" 5; }
2926 fi
2927 fi
2928fi
2929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2930$as_echo "$cross_compiling" >&6; }
2931
2932rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2933ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2935$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2936if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2937 $as_echo_n "(cached) " >&6
2938else
2939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2940/* end confdefs.h. */
2941
2942int
2943main ()
2944{
2945
2946 ;
2947 return 0;
2948}
2949_ACEOF
2950rm -f conftest.o conftest.obj
2951if { { ac_try="$ac_compile"
2952case "(($ac_try" in
2953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2954 *) ac_try_echo=$ac_try;;
2955esac
2956eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2957$as_echo "$ac_try_echo"; } >&5
2958 (eval "$ac_compile") 2>&5
2959 ac_status=$?
2960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2961 test $ac_status = 0; }; then :
2962 for ac_file in conftest.o conftest.obj conftest.*; do
2963 test -f "$ac_file" || continue;
2964 case $ac_file in
2965 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2966 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2967 break;;
2968 esac
2969done
2970else
2971 $as_echo "$as_me: failed program was:" >&5
2972sed 's/^/| /' conftest.$ac_ext >&5
2973
2974{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2975$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2976as_fn_error $? "cannot compute suffix of object files: cannot compile
2977See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2978fi
2979rm -f conftest.$ac_cv_objext conftest.$ac_ext
2980fi
2981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2982$as_echo "$ac_cv_objext" >&6; }
2983OBJEXT=$ac_cv_objext
2984ac_objext=$OBJEXT
2985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2986$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2987if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2988 $as_echo_n "(cached) " >&6
2989else
2990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2991/* end confdefs.h. */
2992
2993int
2994main ()
2995{
2996#ifndef __GNUC__
2997 choke me
2998#endif
2999
3000 ;
3001 return 0;
3002}
3003_ACEOF
3004if ac_fn_c_try_compile "$LINENO"; then :
3005 ac_compiler_gnu=yes
3006else
3007 ac_compiler_gnu=no
3008fi
3009rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3010ac_cv_c_compiler_gnu=$ac_compiler_gnu
3011
3012fi
3013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3014$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3015if test $ac_compiler_gnu = yes; then
3016 GCC=yes
3017else
3018 GCC=
3019fi
3020ac_test_CFLAGS=${CFLAGS+set}
3021ac_save_CFLAGS=$CFLAGS
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3023$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3024if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3025 $as_echo_n "(cached) " >&6
3026else
3027 ac_save_c_werror_flag=$ac_c_werror_flag
3028 ac_c_werror_flag=yes
3029 ac_cv_prog_cc_g=no
3030 CFLAGS="-g"
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032/* end confdefs.h. */
3033
3034int
3035main ()
3036{
3037
3038 ;
3039 return 0;
3040}
3041_ACEOF
3042if ac_fn_c_try_compile "$LINENO"; then :
3043 ac_cv_prog_cc_g=yes
3044else
3045 CFLAGS=""
3046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3047/* end confdefs.h. */
3048
3049int
3050main ()
3051{
3052
3053 ;
3054 return 0;
3055}
3056_ACEOF
3057if ac_fn_c_try_compile "$LINENO"; then :
3058
3059else
3060 ac_c_werror_flag=$ac_save_c_werror_flag
3061 CFLAGS="-g"
3062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3063/* end confdefs.h. */
3064
3065int
3066main ()
3067{
3068
3069 ;
3070 return 0;
3071}
3072_ACEOF
3073if ac_fn_c_try_compile "$LINENO"; then :
3074 ac_cv_prog_cc_g=yes
3075fi
3076rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077fi
3078rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3079fi
3080rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081 ac_c_werror_flag=$ac_save_c_werror_flag
3082fi
3083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3084$as_echo "$ac_cv_prog_cc_g" >&6; }
3085if test "$ac_test_CFLAGS" = set; then
3086 CFLAGS=$ac_save_CFLAGS
3087elif test $ac_cv_prog_cc_g = yes; then
3088 if test "$GCC" = yes; then
3089 CFLAGS="-g -O2"
3090 else
3091 CFLAGS="-g"
3092 fi
3093else
3094 if test "$GCC" = yes; then
3095 CFLAGS="-O2"
3096 else
3097 CFLAGS=
3098 fi
3099fi
3100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3101$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3102if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3103 $as_echo_n "(cached) " >&6
3104else
3105 ac_cv_prog_cc_c89=no
3106ac_save_CC=$CC
3107cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3108/* end confdefs.h. */
3109#include <stdarg.h>
3110#include <stdio.h>
d0ac1c44 3111struct stat;
6bb11ab3
L
3112/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3113struct buf { int x; };
3114FILE * (*rcsopen) (struct buf *, struct stat *, int);
3115static char *e (p, i)
3116 char **p;
3117 int i;
3118{
3119 return p[i];
3120}
3121static char *f (char * (*g) (char **, int), char **p, ...)
3122{
3123 char *s;
3124 va_list v;
3125 va_start (v,p);
3126 s = g (p, va_arg (v,int));
3127 va_end (v);
3128 return s;
3129}
3130
3131/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3132 function prototypes and stuff, but not '\xHH' hex character constants.
3133 These don't provoke an error unfortunately, instead are silently treated
3134 as 'x'. The following induces an error, until -std is added to get
3135 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3136 array size at least. It's necessary to write '\x00'==0 to get something
3137 that's true only with -std. */
3138int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3139
3140/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3141 inside strings and character constants. */
3142#define FOO(x) 'x'
3143int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3144
3145int test (int i, double x);
3146struct s1 {int (*f) (int a);};
3147struct s2 {int (*f) (double a);};
3148int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3149int argc;
3150char **argv;
3151int
3152main ()
3153{
3154return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3155 ;
3156 return 0;
3157}
3158_ACEOF
3159for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3160 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3161do
3162 CC="$ac_save_CC $ac_arg"
3163 if ac_fn_c_try_compile "$LINENO"; then :
3164 ac_cv_prog_cc_c89=$ac_arg
3165fi
3166rm -f core conftest.err conftest.$ac_objext
3167 test "x$ac_cv_prog_cc_c89" != "xno" && break
3168done
3169rm -f conftest.$ac_ext
3170CC=$ac_save_CC
3171
3172fi
3173# AC_CACHE_VAL
3174case "x$ac_cv_prog_cc_c89" in
3175 x)
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3177$as_echo "none needed" >&6; } ;;
3178 xno)
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3180$as_echo "unsupported" >&6; } ;;
3181 *)
3182 CC="$CC $ac_cv_prog_cc_c89"
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3184$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3185esac
3186if test "x$ac_cv_prog_cc_c89" != xno; then :
3187
3188fi
3189
3190ac_ext=c
3191ac_cpp='$CPP $CPPFLAGS'
3192ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3193ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3194ac_compiler_gnu=$ac_cv_c_compiler_gnu
3195
c2783492 3196
ebe9564b
MF
3197ac_ext=c
3198ac_cpp='$CPP $CPPFLAGS'
3199ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3200ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3201ac_compiler_gnu=$ac_cv_c_compiler_gnu
3202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3203$as_echo_n "checking how to run the C preprocessor... " >&6; }
3204# On Suns, sometimes $CPP names a directory.
3205if test -n "$CPP" && test -d "$CPP"; then
3206 CPP=
3207fi
3208if test -z "$CPP"; then
3209 if ${ac_cv_prog_CPP+:} false; then :
3210 $as_echo_n "(cached) " >&6
3211else
3212 # Double quotes because CPP needs to be expanded
3213 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3214 do
3215 ac_preproc_ok=false
3216for ac_c_preproc_warn_flag in '' yes
3217do
3218 # Use a header file that comes with gcc, so configuring glibc
3219 # with a fresh cross-compiler works.
3220 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3221 # <limits.h> exists even on freestanding compilers.
3222 # On the NeXT, cc -E runs the code through the compiler's parser,
3223 # not just through cpp. "Syntax error" is here to catch this case.
3224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3225/* end confdefs.h. */
3226#ifdef __STDC__
3227# include <limits.h>
3228#else
3229# include <assert.h>
3230#endif
3231 Syntax error
3232_ACEOF
3233if ac_fn_c_try_cpp "$LINENO"; then :
3234
3235else
3236 # Broken: fails on valid input.
3237continue
3238fi
3239rm -f conftest.err conftest.i conftest.$ac_ext
3240
3241 # OK, works on sane cases. Now check whether nonexistent headers
3242 # can be detected and how.
3243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3244/* end confdefs.h. */
3245#include <ac_nonexistent.h>
3246_ACEOF
3247if ac_fn_c_try_cpp "$LINENO"; then :
3248 # Broken: success on invalid input.
3249continue
3250else
3251 # Passes both tests.
3252ac_preproc_ok=:
3253break
3254fi
3255rm -f conftest.err conftest.i conftest.$ac_ext
3256
3257done
3258# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3259rm -f conftest.i conftest.err conftest.$ac_ext
3260if $ac_preproc_ok; then :
3261 break
3262fi
3263
3264 done
3265 ac_cv_prog_CPP=$CPP
3266
3267fi
3268 CPP=$ac_cv_prog_CPP
3269else
3270 ac_cv_prog_CPP=$CPP
3271fi
3272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3273$as_echo "$CPP" >&6; }
3274ac_preproc_ok=false
3275for ac_c_preproc_warn_flag in '' yes
3276do
3277 # Use a header file that comes with gcc, so configuring glibc
3278 # with a fresh cross-compiler works.
3279 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3280 # <limits.h> exists even on freestanding compilers.
3281 # On the NeXT, cc -E runs the code through the compiler's parser,
3282 # not just through cpp. "Syntax error" is here to catch this case.
3283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3284/* end confdefs.h. */
3285#ifdef __STDC__
3286# include <limits.h>
3287#else
3288# include <assert.h>
3289#endif
3290 Syntax error
3291_ACEOF
3292if ac_fn_c_try_cpp "$LINENO"; then :
3293
3294else
3295 # Broken: fails on valid input.
3296continue
3297fi
3298rm -f conftest.err conftest.i conftest.$ac_ext
3299
3300 # OK, works on sane cases. Now check whether nonexistent headers
3301 # can be detected and how.
3302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3303/* end confdefs.h. */
3304#include <ac_nonexistent.h>
3305_ACEOF
3306if ac_fn_c_try_cpp "$LINENO"; then :
3307 # Broken: success on invalid input.
3308continue
3309else
3310 # Passes both tests.
3311ac_preproc_ok=:
3312break
3313fi
3314rm -f conftest.err conftest.i conftest.$ac_ext
3315
3316done
3317# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3318rm -f conftest.i conftest.err conftest.$ac_ext
3319if $ac_preproc_ok; then :
3320
3321else
3322 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3323$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3324as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3325See \`config.log' for more details" "$LINENO" 5; }
3326fi
3327
3328ac_ext=c
3329ac_cpp='$CPP $CPPFLAGS'
3330ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3331ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3332ac_compiler_gnu=$ac_cv_c_compiler_gnu
3333
6bb11ab3
L
3334
3335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3336$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3337if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3338 $as_echo_n "(cached) " >&6
3339else
3340 if test -z "$GREP"; then
3341 ac_path_GREP_found=false
3342 # Loop through the user's path and test for each of PROGNAME-LIST
3343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3344for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3345do
3346 IFS=$as_save_IFS
3347 test -z "$as_dir" && as_dir=.
3348 for ac_prog in grep ggrep; do
3349 for ac_exec_ext in '' $ac_executable_extensions; do
3350 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3351 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3352# Check for GNU ac_path_GREP and select it if it is found.
3353 # Check for GNU $ac_path_GREP
3354case `"$ac_path_GREP" --version 2>&1` in
3355*GNU*)
3356 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3357*)
3358 ac_count=0
3359 $as_echo_n 0123456789 >"conftest.in"
3360 while :
3361 do
3362 cat "conftest.in" "conftest.in" >"conftest.tmp"
3363 mv "conftest.tmp" "conftest.in"
3364 cp "conftest.in" "conftest.nl"
3365 $as_echo 'GREP' >> "conftest.nl"
3366 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3367 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3368 as_fn_arith $ac_count + 1 && ac_count=$as_val
3369 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3370 # Best one so far, save it but keep looking for a better one
3371 ac_cv_path_GREP="$ac_path_GREP"
3372 ac_path_GREP_max=$ac_count
3373 fi
3374 # 10*(2^10) chars as input seems more than enough
3375 test $ac_count -gt 10 && break
3376 done
3377 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3378esac
3379
3380 $ac_path_GREP_found && break 3
3381 done
3382 done
3383 done
3384IFS=$as_save_IFS
3385 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3386 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3387 fi
3388else
3389 ac_cv_path_GREP=$GREP
3390fi
3391
3392fi
3393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3394$as_echo "$ac_cv_path_GREP" >&6; }
3395 GREP="$ac_cv_path_GREP"
3396
3397
3398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3399$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3400if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3401 $as_echo_n "(cached) " >&6
3402else
3403 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3404 then ac_cv_path_EGREP="$GREP -E"
3405 else
3406 if test -z "$EGREP"; then
3407 ac_path_EGREP_found=false
3408 # Loop through the user's path and test for each of PROGNAME-LIST
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3411do
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_prog in egrep; do
3415 for ac_exec_ext in '' $ac_executable_extensions; do
3416 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3417 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3418# Check for GNU ac_path_EGREP and select it if it is found.
3419 # Check for GNU $ac_path_EGREP
3420case `"$ac_path_EGREP" --version 2>&1` in
3421*GNU*)
3422 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3423*)
3424 ac_count=0
3425 $as_echo_n 0123456789 >"conftest.in"
3426 while :
3427 do
3428 cat "conftest.in" "conftest.in" >"conftest.tmp"
3429 mv "conftest.tmp" "conftest.in"
3430 cp "conftest.in" "conftest.nl"
3431 $as_echo 'EGREP' >> "conftest.nl"
3432 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3433 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3434 as_fn_arith $ac_count + 1 && ac_count=$as_val
3435 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3436 # Best one so far, save it but keep looking for a better one
3437 ac_cv_path_EGREP="$ac_path_EGREP"
3438 ac_path_EGREP_max=$ac_count
3439 fi
3440 # 10*(2^10) chars as input seems more than enough
3441 test $ac_count -gt 10 && break
3442 done
3443 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3444esac
3445
3446 $ac_path_EGREP_found && break 3
3447 done
3448 done
3449 done
3450IFS=$as_save_IFS
3451 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3452 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3453 fi
3454else
3455 ac_cv_path_EGREP=$EGREP
3456fi
3457
3458 fi
3459fi
3460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3461$as_echo "$ac_cv_path_EGREP" >&6; }
3462 EGREP="$ac_cv_path_EGREP"
3463
3464
3465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3466$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3467if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3468 $as_echo_n "(cached) " >&6
3469else
3470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3471/* end confdefs.h. */
3472#include <stdlib.h>
3473#include <stdarg.h>
3474#include <string.h>
3475#include <float.h>
3476
3477int
3478main ()
3479{
3480
3481 ;
3482 return 0;
3483}
3484_ACEOF
3485if ac_fn_c_try_compile "$LINENO"; then :
3486 ac_cv_header_stdc=yes
3487else
3488 ac_cv_header_stdc=no
3489fi
3490rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3491
3492if test $ac_cv_header_stdc = yes; then
3493 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3495/* end confdefs.h. */
3496#include <string.h>
3497
3498_ACEOF
3499if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3500 $EGREP "memchr" >/dev/null 2>&1; then :
3501
3502else
3503 ac_cv_header_stdc=no
3504fi
3505rm -f conftest*
3506
3507fi
3508
3509if test $ac_cv_header_stdc = yes; then
3510 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3512/* end confdefs.h. */
3513#include <stdlib.h>
3514
3515_ACEOF
3516if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3517 $EGREP "free" >/dev/null 2>&1; then :
3518
3519else
3520 ac_cv_header_stdc=no
3521fi
3522rm -f conftest*
3523
3524fi
3525
3526if test $ac_cv_header_stdc = yes; then
3527 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3528 if test "$cross_compiling" = yes; then :
3529 :
3530else
3531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3532/* end confdefs.h. */
3533#include <ctype.h>
3534#include <stdlib.h>
3535#if ((' ' & 0x0FF) == 0x020)
3536# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3537# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3538#else
3539# define ISLOWER(c) \
3540 (('a' <= (c) && (c) <= 'i') \
3541 || ('j' <= (c) && (c) <= 'r') \
3542 || ('s' <= (c) && (c) <= 'z'))
3543# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3544#endif
3545
3546#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3547int
3548main ()
3549{
3550 int i;
3551 for (i = 0; i < 256; i++)
3552 if (XOR (islower (i), ISLOWER (i))
3553 || toupper (i) != TOUPPER (i))
3554 return 2;
3555 return 0;
3556}
3557_ACEOF
3558if ac_fn_c_try_run "$LINENO"; then :
3559
3560else
3561 ac_cv_header_stdc=no
3562fi
3563rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3564 conftest.$ac_objext conftest.beam conftest.$ac_ext
3565fi
3566
3567fi
3568fi
3569{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3570$as_echo "$ac_cv_header_stdc" >&6; }
3571if test $ac_cv_header_stdc = yes; then
3572
3573$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3574
3575fi
3576
3577# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3578for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3579 inttypes.h stdint.h unistd.h
3580do :
3581 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3582ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3583"
d0ac1c44 3584if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3585 cat >>confdefs.h <<_ACEOF
3586#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3587_ACEOF
3588
3589fi
3590
3591done
3592
3593
3594
3595 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3596if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3597 MINIX=yes
3598else
3599 MINIX=
3600fi
3601
3602
3603 if test "$MINIX" = yes; then
3604
3605$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3606
3607
3608$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3609
3610
3611$as_echo "#define _MINIX 1" >>confdefs.h
3612
3613 fi
3614
3615
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3617$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3618if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3619 $as_echo_n "(cached) " >&6
3620else
3621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3622/* end confdefs.h. */
3623
d0ac1c44
SM
3624# define __EXTENSIONS__ 1
3625 $ac_includes_default
6bb11ab3
L
3626int
3627main ()
3628{
3629
3630 ;
3631 return 0;
3632}
3633_ACEOF
3634if ac_fn_c_try_compile "$LINENO"; then :
3635 ac_cv_safe_to_define___extensions__=yes
3636else
3637 ac_cv_safe_to_define___extensions__=no
3638fi
3639rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3640fi
3641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3642$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3643 test $ac_cv_safe_to_define___extensions__ = yes &&
3644 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3645
3646 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3647
3648 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3649
3650 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3651
3652 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3653
3654
3655test "$program_prefix" != NONE &&
3656 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3657# Use a double $ so make ignores it.
3658test "$program_suffix" != NONE &&
3659 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3660# Double any \ or $.
3661# By default was `s,x,x', remove it if useless.
3662ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3663program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3664
3665# Find a good install program. We prefer a C program (faster),
3666# so one script is as good as another. But avoid the broken or
3667# incompatible versions:
3668# SysV /etc/install, /usr/sbin/install
3669# SunOS /usr/etc/install
3670# IRIX /sbin/install
3671# AIX /bin/install
3672# AmigaOS /C/install, which installs bootblocks on floppy discs
3673# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3674# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3675# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3676# OS/2's system install, which has a completely different semantic
3677# ./install, which can be erroneously created by make from ./install.sh.
3678# Reject install programs that cannot install multiple files.
3679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3680$as_echo_n "checking for a BSD-compatible install... " >&6; }
3681if test -z "$INSTALL"; then
d0ac1c44 3682if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3683 $as_echo_n "(cached) " >&6
3684else
3685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3686for as_dir in $PATH
3687do
3688 IFS=$as_save_IFS
3689 test -z "$as_dir" && as_dir=.
3690 # Account for people who put trailing slashes in PATH elements.
3691case $as_dir/ in #((
3692 ./ | .// | /[cC]/* | \
3693 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3694 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3695 /usr/ucb/* ) ;;
3696 *)
3697 # OSF1 and SCO ODT 3.0 have their own names for install.
3698 # Don't use installbsd from OSF since it installs stuff as root
3699 # by default.
3700 for ac_prog in ginstall scoinst install; do
3701 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3702 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3703 if test $ac_prog = install &&
3704 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3705 # AIX install. It has an incompatible calling convention.
3706 :
3707 elif test $ac_prog = install &&
3708 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3709 # program-specific install script used by HP pwplus--don't use.
3710 :
3711 else
3712 rm -rf conftest.one conftest.two conftest.dir
3713 echo one > conftest.one
3714 echo two > conftest.two
3715 mkdir conftest.dir
3716 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3717 test -s conftest.one && test -s conftest.two &&
3718 test -s conftest.dir/conftest.one &&
3719 test -s conftest.dir/conftest.two
3720 then
3721 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3722 break 3
3723 fi
3724 fi
3725 fi
3726 done
3727 done
3728 ;;
3729esac
3730
3731 done
3732IFS=$as_save_IFS
3733
3734rm -rf conftest.one conftest.two conftest.dir
3735
3736fi
3737 if test "${ac_cv_path_install+set}" = set; then
3738 INSTALL=$ac_cv_path_install
3739 else
3740 # As a last resort, use the slow shell script. Don't cache a
3741 # value for INSTALL within a source directory, because that will
3742 # break other packages using the cache if that directory is
3743 # removed, or if the value is a relative name.
3744 INSTALL=$ac_install_sh
3745 fi
3746fi
3747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3748$as_echo "$INSTALL" >&6; }
3749
3750# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3751# It thinks the first close brace ends the variable substitution.
3752test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3753
3754test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3755
3756test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3757
3758rm -rf .tst 2>/dev/null
3759mkdir .tst 2>/dev/null
3760if test -d .tst; then
3761 am__leading_dot=.
3762else
3763 am__leading_dot=_
3764fi
3765rmdir .tst 2>/dev/null
3766
3767DEPDIR="${am__leading_dot}deps"
3768
3769case `pwd` in
3770 *\ * | *\ *)
3771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3772$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3773esac
3774
3775
3776
3777macro_version='2.2.7a'
3778macro_revision='1.3134'
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792ltmain="$ac_aux_dir/ltmain.sh"
3793
3794# Backslashify metacharacters that are still active within
3795# double-quoted strings.
3796sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3797
3798# Same as above, but do not quote variable references.
3799double_quote_subst='s/\(["`\\]\)/\\\1/g'
3800
3801# Sed substitution to delay expansion of an escaped shell variable in a
3802# double_quote_subst'ed string.
3803delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3804
3805# Sed substitution to delay expansion of an escaped single quote.
3806delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3807
3808# Sed substitution to avoid accidental globbing in evaled expressions
3809no_glob_subst='s/\*/\\\*/g'
3810
3811ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3812ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3813ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3814
3815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3816$as_echo_n "checking how to print strings... " >&6; }
3817# Test print first, because it will be a builtin if present.
3818if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3819 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3820 ECHO='print -r --'
3821elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3822 ECHO='printf %s\n'
3823else
3824 # Use this function as a fallback that always works.
3825 func_fallback_echo ()
3826 {
3827 eval 'cat <<_LTECHO_EOF
3828$1
3829_LTECHO_EOF'
3830 }
3831 ECHO='func_fallback_echo'
3832fi
3833
3834# func_echo_all arg...
3835# Invoke $ECHO with all args, space-separated.
3836func_echo_all ()
3837{
3838 $ECHO ""
3839}
3840
3841case "$ECHO" in
3842 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3843$as_echo "printf" >&6; } ;;
3844 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3845$as_echo "print -r" >&6; } ;;
3846 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3847$as_echo "cat" >&6; } ;;
3848esac
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3864$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3865if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3866 $as_echo_n "(cached) " >&6
3867else
3868 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3869 for ac_i in 1 2 3 4 5 6 7; do
3870 ac_script="$ac_script$as_nl$ac_script"
3871 done
3872 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3873 { ac_script=; unset ac_script;}
3874 if test -z "$SED"; then
3875 ac_path_SED_found=false
3876 # Loop through the user's path and test for each of PROGNAME-LIST
3877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3878for as_dir in $PATH
3879do
3880 IFS=$as_save_IFS
3881 test -z "$as_dir" && as_dir=.
3882 for ac_prog in sed gsed; do
3883 for ac_exec_ext in '' $ac_executable_extensions; do
3884 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3885 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3886# Check for GNU ac_path_SED and select it if it is found.
3887 # Check for GNU $ac_path_SED
3888case `"$ac_path_SED" --version 2>&1` in
3889*GNU*)
3890 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3891*)
3892 ac_count=0
3893 $as_echo_n 0123456789 >"conftest.in"
3894 while :
3895 do
3896 cat "conftest.in" "conftest.in" >"conftest.tmp"
3897 mv "conftest.tmp" "conftest.in"
3898 cp "conftest.in" "conftest.nl"
3899 $as_echo '' >> "conftest.nl"
3900 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3901 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3902 as_fn_arith $ac_count + 1 && ac_count=$as_val
3903 if test $ac_count -gt ${ac_path_SED_max-0}; then
3904 # Best one so far, save it but keep looking for a better one
3905 ac_cv_path_SED="$ac_path_SED"
3906 ac_path_SED_max=$ac_count
3907 fi
3908 # 10*(2^10) chars as input seems more than enough
3909 test $ac_count -gt 10 && break
3910 done
3911 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3912esac
3913
3914 $ac_path_SED_found && break 3
3915 done
3916 done
3917 done
3918IFS=$as_save_IFS
3919 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3920 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3921 fi
3922else
3923 ac_cv_path_SED=$SED
3924fi
3925
3926fi
3927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3928$as_echo "$ac_cv_path_SED" >&6; }
3929 SED="$ac_cv_path_SED"
3930 rm -f conftest.sed
3931
3932test -z "$SED" && SED=sed
3933Xsed="$SED -e 1s/^X//"
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3946$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3947if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3948 $as_echo_n "(cached) " >&6
3949else
3950 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3951 then ac_cv_path_FGREP="$GREP -F"
3952 else
3953 if test -z "$FGREP"; then
3954 ac_path_FGREP_found=false
3955 # Loop through the user's path and test for each of PROGNAME-LIST
3956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3957for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3958do
3959 IFS=$as_save_IFS
3960 test -z "$as_dir" && as_dir=.
3961 for ac_prog in fgrep; do
3962 for ac_exec_ext in '' $ac_executable_extensions; do
3963 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3964 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3965# Check for GNU ac_path_FGREP and select it if it is found.
3966 # Check for GNU $ac_path_FGREP
3967case `"$ac_path_FGREP" --version 2>&1` in
3968*GNU*)
3969 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3970*)
3971 ac_count=0
3972 $as_echo_n 0123456789 >"conftest.in"
3973 while :
3974 do
3975 cat "conftest.in" "conftest.in" >"conftest.tmp"
3976 mv "conftest.tmp" "conftest.in"
3977 cp "conftest.in" "conftest.nl"
3978 $as_echo 'FGREP' >> "conftest.nl"
3979 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3980 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3981 as_fn_arith $ac_count + 1 && ac_count=$as_val
3982 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3983 # Best one so far, save it but keep looking for a better one
3984 ac_cv_path_FGREP="$ac_path_FGREP"
3985 ac_path_FGREP_max=$ac_count
3986 fi
3987 # 10*(2^10) chars as input seems more than enough
3988 test $ac_count -gt 10 && break
3989 done
3990 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3991esac
3992
3993 $ac_path_FGREP_found && break 3
3994 done
3995 done
3996 done
3997IFS=$as_save_IFS
3998 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3999 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4000 fi
4001else
4002 ac_cv_path_FGREP=$FGREP
4003fi
4004
4005 fi
4006fi
4007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4008$as_echo "$ac_cv_path_FGREP" >&6; }
4009 FGREP="$ac_cv_path_FGREP"
4010
4011
4012test -z "$GREP" && GREP=grep
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032# Check whether --with-gnu-ld was given.
4033if test "${with_gnu_ld+set}" = set; then :
4034 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4035else
4036 with_gnu_ld=no
4037fi
4038
4039ac_prog=ld
4040if test "$GCC" = yes; then
4041 # Check if gcc -print-prog-name=ld gives a path.
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4043$as_echo_n "checking for ld used by $CC... " >&6; }
4044 case $host in
4045 *-*-mingw*)
4046 # gcc leaves a trailing carriage return which upsets mingw
4047 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4048 *)
4049 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4050 esac
4051 case $ac_prog in
4052 # Accept absolute paths.
4053 [\\/]* | ?:[\\/]*)
4054 re_direlt='/[^/][^/]*/\.\./'
4055 # Canonicalize the pathname of ld
4056 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4057 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4058 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4059 done
4060 test -z "$LD" && LD="$ac_prog"
4061 ;;
4062 "")
4063 # If it fails, then pretend we aren't using GCC.
4064 ac_prog=ld
4065 ;;
4066 *)
4067 # If it is relative, then search for the first ld in PATH.
4068 with_gnu_ld=unknown
4069 ;;
4070 esac
4071elif test "$with_gnu_ld" = yes; then
4072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4073$as_echo_n "checking for GNU ld... " >&6; }
4074else
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4076$as_echo_n "checking for non-GNU ld... " >&6; }
4077fi
d0ac1c44 4078if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4079 $as_echo_n "(cached) " >&6
4080else
4081 if test -z "$LD"; then
4082 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4083 for ac_dir in $PATH; do
4084 IFS="$lt_save_ifs"
4085 test -z "$ac_dir" && ac_dir=.
4086 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4087 lt_cv_path_LD="$ac_dir/$ac_prog"
4088 # Check to see if the program is GNU ld. I'd rather use --version,
4089 # but apparently some variants of GNU ld only accept -v.
4090 # Break only if it was the GNU/non-GNU ld that we prefer.
4091 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4092 *GNU* | *'with BFD'*)
4093 test "$with_gnu_ld" != no && break
4094 ;;
4095 *)
4096 test "$with_gnu_ld" != yes && break
4097 ;;
4098 esac
4099 fi
4100 done
4101 IFS="$lt_save_ifs"
4102else
4103 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4104fi
4105fi
4106
4107LD="$lt_cv_path_LD"
4108if test -n "$LD"; then
4109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4110$as_echo "$LD" >&6; }
4111else
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4113$as_echo "no" >&6; }
4114fi
d0ac1c44 4115test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4117$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4118if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4119 $as_echo_n "(cached) " >&6
4120else
4121 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4122case `$LD -v 2>&1 </dev/null` in
4123*GNU* | *'with BFD'*)
4124 lt_cv_prog_gnu_ld=yes
4125 ;;
4126*)
4127 lt_cv_prog_gnu_ld=no
4128 ;;
4129esac
4130fi
4131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4132$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4133with_gnu_ld=$lt_cv_prog_gnu_ld
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4144$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4145if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4146 $as_echo_n "(cached) " >&6
4147else
4148 if test -n "$NM"; then
4149 # Let the user override the test.
4150 lt_cv_path_NM="$NM"
4151else
4152 lt_nm_to_check="${ac_tool_prefix}nm"
4153 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4154 lt_nm_to_check="$lt_nm_to_check nm"
4155 fi
4156 for lt_tmp_nm in $lt_nm_to_check; do
4157 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4158 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4159 IFS="$lt_save_ifs"
4160 test -z "$ac_dir" && ac_dir=.
4161 tmp_nm="$ac_dir/$lt_tmp_nm"
4162 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4163 # Check to see if the nm accepts a BSD-compat flag.
4164 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4165 # nm: unknown option "B" ignored
4166 # Tru64's nm complains that /dev/null is an invalid object file
4167 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4168 */dev/null* | *'Invalid file or object type'*)
4169 lt_cv_path_NM="$tmp_nm -B"
4170 break
4171 ;;
4172 *)
4173 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4174 */dev/null*)
4175 lt_cv_path_NM="$tmp_nm -p"
4176 break
4177 ;;
4178 *)
4179 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4180 continue # so that we can try to find one that supports BSD flags
4181 ;;
4182 esac
4183 ;;
4184 esac
4185 fi
4186 done
4187 IFS="$lt_save_ifs"
4188 done
4189 : ${lt_cv_path_NM=no}
4190fi
4191fi
4192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4193$as_echo "$lt_cv_path_NM" >&6; }
4194if test "$lt_cv_path_NM" != "no"; then
4195 NM="$lt_cv_path_NM"
4196else
4197 # Didn't find any BSD compatible name lister, look for dumpbin.
4198 if test -n "$DUMPBIN"; then :
4199 # Let the user override the test.
4200 else
4201 if test -n "$ac_tool_prefix"; then
4202 for ac_prog in dumpbin "link -dump"
4203 do
4204 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4205set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4207$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4208if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4209 $as_echo_n "(cached) " >&6
4210else
4211 if test -n "$DUMPBIN"; then
4212 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4213else
4214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4215for as_dir in $PATH
4216do
4217 IFS=$as_save_IFS
4218 test -z "$as_dir" && as_dir=.
4219 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4220 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4221 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 break 2
4224 fi
4225done
4226 done
4227IFS=$as_save_IFS
4228
4229fi
4230fi
4231DUMPBIN=$ac_cv_prog_DUMPBIN
4232if test -n "$DUMPBIN"; then
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4234$as_echo "$DUMPBIN" >&6; }
4235else
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4237$as_echo "no" >&6; }
4238fi
4239
4240
4241 test -n "$DUMPBIN" && break
4242 done
4243fi
4244if test -z "$DUMPBIN"; then
4245 ac_ct_DUMPBIN=$DUMPBIN
4246 for ac_prog in dumpbin "link -dump"
4247do
4248 # Extract the first word of "$ac_prog", so it can be a program name with args.
4249set dummy $ac_prog; ac_word=$2
4250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4251$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4252if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4253 $as_echo_n "(cached) " >&6
4254else
4255 if test -n "$ac_ct_DUMPBIN"; then
4256 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4257else
4258as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4259for as_dir in $PATH
4260do
4261 IFS=$as_save_IFS
4262 test -z "$as_dir" && as_dir=.
4263 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4264 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4265 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4267 break 2
4268 fi
4269done
4270 done
4271IFS=$as_save_IFS
4272
4273fi
4274fi
4275ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4276if test -n "$ac_ct_DUMPBIN"; then
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4278$as_echo "$ac_ct_DUMPBIN" >&6; }
4279else
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281$as_echo "no" >&6; }
4282fi
4283
4284
4285 test -n "$ac_ct_DUMPBIN" && break
4286done
4287
4288 if test "x$ac_ct_DUMPBIN" = x; then
4289 DUMPBIN=":"
4290 else
4291 case $cross_compiling:$ac_tool_warned in
4292yes:)
4293{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4294$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4295ac_tool_warned=yes ;;
4296esac
4297 DUMPBIN=$ac_ct_DUMPBIN
4298 fi
4299fi
4300
4301 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4302 *COFF*)
4303 DUMPBIN="$DUMPBIN -symbols"
4304 ;;
4305 *)
4306 DUMPBIN=:
4307 ;;
4308 esac
4309 fi
4310
4311 if test "$DUMPBIN" != ":"; then
4312 NM="$DUMPBIN"
4313 fi
4314fi
4315test -z "$NM" && NM=nm
4316
4317
4318
4319
4320
4321
4322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4323$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4324if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4325 $as_echo_n "(cached) " >&6
4326else
4327 lt_cv_nm_interface="BSD nm"
4328 echo "int some_variable = 0;" > conftest.$ac_ext
4329 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4330 (eval "$ac_compile" 2>conftest.err)
4331 cat conftest.err >&5
4332 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4333 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4334 cat conftest.err >&5
4335 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4336 cat conftest.out >&5
4337 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4338 lt_cv_nm_interface="MS dumpbin"
4339 fi
4340 rm -f conftest*
4341fi
4342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4343$as_echo "$lt_cv_nm_interface" >&6; }
4344
4345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4346$as_echo_n "checking whether ln -s works... " >&6; }
4347LN_S=$as_ln_s
4348if test "$LN_S" = "ln -s"; then
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4350$as_echo "yes" >&6; }
4351else
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4353$as_echo "no, using $LN_S" >&6; }
4354fi
4355
4356# find the maximum length of command line arguments
4357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4358$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4359if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4360 $as_echo_n "(cached) " >&6
4361else
4362 i=0
4363 teststring="ABCD"
4364
4365 case $build_os in
4366 msdosdjgpp*)
4367 # On DJGPP, this test can blow up pretty badly due to problems in libc
4368 # (any single argument exceeding 2000 bytes causes a buffer overrun
4369 # during glob expansion). Even if it were fixed, the result of this
4370 # check would be larger than it should be.
4371 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4372 ;;
4373
4374 gnu*)
4375 # Under GNU Hurd, this test is not required because there is
4376 # no limit to the length of command line arguments.
4377 # Libtool will interpret -1 as no limit whatsoever
4378 lt_cv_sys_max_cmd_len=-1;
4379 ;;
4380
4381 cygwin* | mingw* | cegcc*)
4382 # On Win9x/ME, this test blows up -- it succeeds, but takes
4383 # about 5 minutes as the teststring grows exponentially.
4384 # Worse, since 9x/ME are not pre-emptively multitasking,
4385 # you end up with a "frozen" computer, even though with patience
4386 # the test eventually succeeds (with a max line length of 256k).
4387 # Instead, let's just punt: use the minimum linelength reported by
4388 # all of the supported platforms: 8192 (on NT/2K/XP).
4389 lt_cv_sys_max_cmd_len=8192;
4390 ;;
4391
4392 mint*)
4393 # On MiNT this can take a long time and run out of memory.
4394 lt_cv_sys_max_cmd_len=8192;
4395 ;;
4396
4397 amigaos*)
4398 # On AmigaOS with pdksh, this test takes hours, literally.
4399 # So we just punt and use a minimum line length of 8192.
4400 lt_cv_sys_max_cmd_len=8192;
4401 ;;
4402
4403 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4404 # This has been around since 386BSD, at least. Likely further.
4405 if test -x /sbin/sysctl; then
4406 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4407 elif test -x /usr/sbin/sysctl; then
4408 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4409 else
4410 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4411 fi
4412 # And add a safety zone
4413 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4414 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4415 ;;
4416
4417 interix*)
4418 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4419 lt_cv_sys_max_cmd_len=196608
4420 ;;
4421
4422 osf*)
4423 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4424 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4425 # nice to cause kernel panics so lets avoid the loop below.
4426 # First set a reasonable default.
4427 lt_cv_sys_max_cmd_len=16384
4428 #
4429 if test -x /sbin/sysconfig; then
4430 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4431 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4432 esac
4433 fi
4434 ;;
4435 sco3.2v5*)
4436 lt_cv_sys_max_cmd_len=102400
4437 ;;
4438 sysv5* | sco5v6* | sysv4.2uw2*)
4439 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4440 if test -n "$kargmax"; then
4441 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4442 else
4443 lt_cv_sys_max_cmd_len=32768
4444 fi
4445 ;;
4446 *)
4447 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4448 if test -n "$lt_cv_sys_max_cmd_len"; then
4449 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4450 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4451 else
4452 # Make teststring a little bigger before we do anything with it.
4453 # a 1K string should be a reasonable start.
4454 for i in 1 2 3 4 5 6 7 8 ; do
4455 teststring=$teststring$teststring
4456 done
4457 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4458 # If test is not a shell built-in, we'll probably end up computing a
4459 # maximum length that is only half of the actual maximum length, but
4460 # we can't tell.
4461 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4462 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4463 test $i != 17 # 1/2 MB should be enough
4464 do
4465 i=`expr $i + 1`
4466 teststring=$teststring$teststring
4467 done
4468 # Only check the string length outside the loop.
4469 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4470 teststring=
4471 # Add a significant safety factor because C++ compilers can tack on
4472 # massive amounts of additional arguments before passing them to the
4473 # linker. It appears as though 1/2 is a usable value.
4474 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4475 fi
4476 ;;
4477 esac
4478
4479fi
4480
4481if test -n $lt_cv_sys_max_cmd_len ; then
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4483$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4484else
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4486$as_echo "none" >&6; }
4487fi
4488max_cmd_len=$lt_cv_sys_max_cmd_len
4489
4490
4491
4492
4493
4494
4495: ${CP="cp -f"}
4496: ${MV="mv -f"}
4497: ${RM="rm -f"}
4498
4499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4500$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4501# Try some XSI features
4502xsi_shell=no
4503( _lt_dummy="a/b/c"
4504 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4505 = c,a/b,, \
4506 && eval 'test $(( 1 + 1 )) -eq 2 \
4507 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4508 && xsi_shell=yes
4509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4510$as_echo "$xsi_shell" >&6; }
4511
4512
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4514$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4515lt_shell_append=no
4516( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4517 >/dev/null 2>&1 \
4518 && lt_shell_append=yes
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4520$as_echo "$lt_shell_append" >&6; }
4521
4522
4523if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4524 lt_unset=unset
4525else
4526 lt_unset=false
4527fi
4528
4529
4530
4531
4532
4533# test EBCDIC or ASCII
4534case `echo X|tr X '\101'` in
4535 A) # ASCII based system
4536 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4537 lt_SP2NL='tr \040 \012'
4538 lt_NL2SP='tr \015\012 \040\040'
4539 ;;
4540 *) # EBCDIC based system
4541 lt_SP2NL='tr \100 \n'
4542 lt_NL2SP='tr \r\n \100\100'
4543 ;;
4544esac
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4555$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4556if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4557 $as_echo_n "(cached) " >&6
4558else
4559 lt_cv_ld_reload_flag='-r'
4560fi
4561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4562$as_echo "$lt_cv_ld_reload_flag" >&6; }
4563reload_flag=$lt_cv_ld_reload_flag
4564case $reload_flag in
4565"" | " "*) ;;
4566*) reload_flag=" $reload_flag" ;;
4567esac
4568reload_cmds='$LD$reload_flag -o $output$reload_objs'
4569case $host_os in
4570 darwin*)
4571 if test "$GCC" = yes; then
4572 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4573 else
4574 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4575 fi
4576 ;;
4577esac
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587if test -n "$ac_tool_prefix"; then
4588 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4589set dummy ${ac_tool_prefix}objdump; ac_word=$2
4590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4591$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4592if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4593 $as_echo_n "(cached) " >&6
4594else
4595 if test -n "$OBJDUMP"; then
4596 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4597else
4598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4599for as_dir in $PATH
4600do
4601 IFS=$as_save_IFS
4602 test -z "$as_dir" && as_dir=.
4603 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4605 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4607 break 2
4608 fi
4609done
4610 done
4611IFS=$as_save_IFS
4612
4613fi
4614fi
4615OBJDUMP=$ac_cv_prog_OBJDUMP
4616if test -n "$OBJDUMP"; then
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4618$as_echo "$OBJDUMP" >&6; }
4619else
4620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4621$as_echo "no" >&6; }
4622fi
4623
4624
4625fi
4626if test -z "$ac_cv_prog_OBJDUMP"; then
4627 ac_ct_OBJDUMP=$OBJDUMP
4628 # Extract the first word of "objdump", so it can be a program name with args.
4629set dummy objdump; ac_word=$2
4630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4632if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4633 $as_echo_n "(cached) " >&6
4634else
4635 if test -n "$ac_ct_OBJDUMP"; then
4636 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4637else
4638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639for as_dir in $PATH
4640do
4641 IFS=$as_save_IFS
4642 test -z "$as_dir" && as_dir=.
4643 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4644 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4645 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4647 break 2
4648 fi
4649done
4650 done
4651IFS=$as_save_IFS
4652
4653fi
4654fi
4655ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4656if test -n "$ac_ct_OBJDUMP"; then
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4658$as_echo "$ac_ct_OBJDUMP" >&6; }
4659else
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661$as_echo "no" >&6; }
4662fi
4663
4664 if test "x$ac_ct_OBJDUMP" = x; then
4665 OBJDUMP="false"
4666 else
4667 case $cross_compiling:$ac_tool_warned in
4668yes:)
4669{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4670$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4671ac_tool_warned=yes ;;
4672esac
4673 OBJDUMP=$ac_ct_OBJDUMP
4674 fi
4675else
4676 OBJDUMP="$ac_cv_prog_OBJDUMP"
4677fi
4678
4679test -z "$OBJDUMP" && OBJDUMP=objdump
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4690$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4691if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4692 $as_echo_n "(cached) " >&6
4693else
4694 lt_cv_file_magic_cmd='$MAGIC_CMD'
4695lt_cv_file_magic_test_file=
4696lt_cv_deplibs_check_method='unknown'
4697# Need to set the preceding variable on all platforms that support
4698# interlibrary dependencies.
4699# 'none' -- dependencies not supported.
4700# `unknown' -- same as none, but documents that we really don't know.
4701# 'pass_all' -- all dependencies passed with no checks.
4702# 'test_compile' -- check by making test program.
4703# 'file_magic [[regex]]' -- check by looking for files in library path
4704# which responds to the $file_magic_cmd with a given extended regex.
4705# If you have `file' or equivalent on your system and you're not sure
4706# whether `pass_all' will *always* work, you probably want this one.
4707
4708case $host_os in
4709aix[4-9]*)
4710 lt_cv_deplibs_check_method=pass_all
4711 ;;
4712
4713beos*)
4714 lt_cv_deplibs_check_method=pass_all
4715 ;;
4716
4717bsdi[45]*)
4718 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4719 lt_cv_file_magic_cmd='/usr/bin/file -L'
4720 lt_cv_file_magic_test_file=/shlib/libc.so
4721 ;;
4722
4723cygwin*)
4724 # func_win32_libid is a shell function defined in ltmain.sh
4725 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4726 lt_cv_file_magic_cmd='func_win32_libid'
4727 ;;
4728
4729mingw* | pw32*)
4730 # Base MSYS/MinGW do not provide the 'file' command needed by
4731 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4732 # unless we find 'file', for example because we are cross-compiling.
4733 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4734 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4735 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4736 lt_cv_file_magic_cmd='func_win32_libid'
4737 else
4738 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4739 lt_cv_file_magic_cmd='$OBJDUMP -f'
4740 fi
4741 ;;
4742
4743cegcc*)
4744 # use the weaker test based on 'objdump'. See mingw*.
4745 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4746 lt_cv_file_magic_cmd='$OBJDUMP -f'
4747 ;;
4748
4749darwin* | rhapsody*)
4750 lt_cv_deplibs_check_method=pass_all
4751 ;;
4752
4753freebsd* | dragonfly*)
4754 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4755 case $host_cpu in
4756 i*86 )
4757 # Not sure whether the presence of OpenBSD here was a mistake.
4758 # Let's accept both of them until this is cleared up.
4759 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4760 lt_cv_file_magic_cmd=/usr/bin/file
4761 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4762 ;;
4763 esac
4764 else
4765 lt_cv_deplibs_check_method=pass_all
4766 fi
4767 ;;
4768
4769gnu*)
4770 lt_cv_deplibs_check_method=pass_all
4771 ;;
4772
4773haiku*)
4774 lt_cv_deplibs_check_method=pass_all
4775 ;;
4776
4777hpux10.20* | hpux11*)
4778 lt_cv_file_magic_cmd=/usr/bin/file
4779 case $host_cpu in
4780 ia64*)
4781 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4782 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4783 ;;
4784 hppa*64*)
4785 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]'
4786 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4787 ;;
4788 *)
4789 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4790 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4791 ;;
4792 esac
4793 ;;
4794
4795interix[3-9]*)
4796 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4797 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4798 ;;
4799
4800irix5* | irix6* | nonstopux*)
4801 case $LD in
4802 *-32|*"-32 ") libmagic=32-bit;;
4803 *-n32|*"-n32 ") libmagic=N32;;
4804 *-64|*"-64 ") libmagic=64-bit;;
4805 *) libmagic=never-match;;
4806 esac
4807 lt_cv_deplibs_check_method=pass_all
4808 ;;
4809
4810# This must be Linux ELF.
4811linux* | k*bsd*-gnu | kopensolaris*-gnu)
4812 lt_cv_deplibs_check_method=pass_all
4813 ;;
4814
4815netbsd*)
4816 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4817 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4818 else
4819 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4820 fi
4821 ;;
4822
4823newos6*)
4824 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4825 lt_cv_file_magic_cmd=/usr/bin/file
4826 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4827 ;;
4828
4829*nto* | *qnx*)
4830 lt_cv_deplibs_check_method=pass_all
4831 ;;
4832
4833openbsd*)
4834 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4835 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4836 else
4837 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4838 fi
4839 ;;
4840
4841osf3* | osf4* | osf5*)
4842 lt_cv_deplibs_check_method=pass_all
4843 ;;
4844
4845rdos*)
4846 lt_cv_deplibs_check_method=pass_all
4847 ;;
4848
4849solaris*)
4850 lt_cv_deplibs_check_method=pass_all
4851 ;;
4852
4853sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4854 lt_cv_deplibs_check_method=pass_all
4855 ;;
4856
4857sysv4 | sysv4.3*)
4858 case $host_vendor in
4859 motorola)
4860 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]'
4861 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4862 ;;
4863 ncr)
4864 lt_cv_deplibs_check_method=pass_all
4865 ;;
4866 sequent)
4867 lt_cv_file_magic_cmd='/bin/file'
4868 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4869 ;;
4870 sni)
4871 lt_cv_file_magic_cmd='/bin/file'
4872 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4873 lt_cv_file_magic_test_file=/lib/libc.so
4874 ;;
4875 siemens)
4876 lt_cv_deplibs_check_method=pass_all
4877 ;;
4878 pc)
4879 lt_cv_deplibs_check_method=pass_all
4880 ;;
4881 esac
4882 ;;
4883
4884tpf*)
4885 lt_cv_deplibs_check_method=pass_all
4886 ;;
4887esac
4888
4889fi
4890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4891$as_echo "$lt_cv_deplibs_check_method" >&6; }
4892file_magic_cmd=$lt_cv_file_magic_cmd
4893deplibs_check_method=$lt_cv_deplibs_check_method
4894test -z "$deplibs_check_method" && deplibs_check_method=unknown
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
68ed2854
MF
4907plugin_option=
4908plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4909for plugin in $plugin_names; do
4910 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4911 if test x$plugin_so = x$plugin; then
4912 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4913 fi
4914 if test x$plugin_so != x$plugin; then
4915 plugin_option="--plugin $plugin_so"
4916 break
4917 fi
4918done
4919
6bb11ab3
L
4920if test -n "$ac_tool_prefix"; then
4921 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4922set dummy ${ac_tool_prefix}ar; ac_word=$2
4923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4924$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4925if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4926 $as_echo_n "(cached) " >&6
4927else
4928 if test -n "$AR"; then
4929 ac_cv_prog_AR="$AR" # Let the user override the test.
4930else
4931as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4932for as_dir in $PATH
4933do
4934 IFS=$as_save_IFS
4935 test -z "$as_dir" && as_dir=.
4936 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4937 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4938 ac_cv_prog_AR="${ac_tool_prefix}ar"
4939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4940 break 2
4941 fi
4942done
4943 done
4944IFS=$as_save_IFS
4945
4946fi
4947fi
4948AR=$ac_cv_prog_AR
4949if test -n "$AR"; then
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4951$as_echo "$AR" >&6; }
4952else
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4954$as_echo "no" >&6; }
4955fi
4956
4957
4958fi
4959if test -z "$ac_cv_prog_AR"; then
4960 ac_ct_AR=$AR
4961 # Extract the first word of "ar", so it can be a program name with args.
4962set dummy ar; ac_word=$2
4963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4964$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4965if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4966 $as_echo_n "(cached) " >&6
4967else
4968 if test -n "$ac_ct_AR"; then
4969 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4970else
4971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4972for as_dir in $PATH
4973do
4974 IFS=$as_save_IFS
4975 test -z "$as_dir" && as_dir=.
4976 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4978 ac_cv_prog_ac_ct_AR="ar"
4979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4980 break 2
4981 fi
4982done
4983 done
4984IFS=$as_save_IFS
4985
4986fi
4987fi
4988ac_ct_AR=$ac_cv_prog_ac_ct_AR
4989if test -n "$ac_ct_AR"; then
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4991$as_echo "$ac_ct_AR" >&6; }
4992else
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4994$as_echo "no" >&6; }
4995fi
4996
4997 if test "x$ac_ct_AR" = x; then
4998 AR="false"
4999 else
5000 case $cross_compiling:$ac_tool_warned in
5001yes:)
5002{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5003$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5004ac_tool_warned=yes ;;
5005esac
5006 AR=$ac_ct_AR
5007 fi
5008else
5009 AR="$ac_cv_prog_AR"
5010fi
5011
5012test -z "$AR" && AR=ar
68ed2854
MF
5013if test -n "$plugin_option"; then
5014 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5015 touch conftest.c
5016 $AR $plugin_option rc conftest.a conftest.c
5017 if test "$?" != 0; then
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5019$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5020 else
5021 AR="$AR $plugin_option"
5022 fi
5023 rm -f conftest.*
68ed2854
MF
5024 fi
5025fi
6bb11ab3
L
5026test -z "$AR_FLAGS" && AR_FLAGS=cru
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038if test -n "$ac_tool_prefix"; then
5039 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5040set dummy ${ac_tool_prefix}strip; ac_word=$2
5041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5042$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5043if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5044 $as_echo_n "(cached) " >&6
5045else
5046 if test -n "$STRIP"; then
5047 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5048else
5049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5050for as_dir in $PATH
5051do
5052 IFS=$as_save_IFS
5053 test -z "$as_dir" && as_dir=.
5054 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5056 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5058 break 2
5059 fi
5060done
5061 done
5062IFS=$as_save_IFS
5063
5064fi
5065fi
5066STRIP=$ac_cv_prog_STRIP
5067if test -n "$STRIP"; then
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5069$as_echo "$STRIP" >&6; }
5070else
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5072$as_echo "no" >&6; }
5073fi
5074
5075
5076fi
5077if test -z "$ac_cv_prog_STRIP"; then
5078 ac_ct_STRIP=$STRIP
5079 # Extract the first word of "strip", so it can be a program name with args.
5080set dummy strip; ac_word=$2
5081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5082$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5083if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5084 $as_echo_n "(cached) " >&6
5085else
5086 if test -n "$ac_ct_STRIP"; then
5087 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5088else
5089as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5090for as_dir in $PATH
5091do
5092 IFS=$as_save_IFS
5093 test -z "$as_dir" && as_dir=.
5094 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5096 ac_cv_prog_ac_ct_STRIP="strip"
5097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5098 break 2
5099 fi
5100done
5101 done
5102IFS=$as_save_IFS
5103
5104fi
5105fi
5106ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5107if test -n "$ac_ct_STRIP"; then
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5109$as_echo "$ac_ct_STRIP" >&6; }
5110else
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5112$as_echo "no" >&6; }
5113fi
5114
5115 if test "x$ac_ct_STRIP" = x; then
5116 STRIP=":"
5117 else
5118 case $cross_compiling:$ac_tool_warned in
5119yes:)
5120{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5121$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5122ac_tool_warned=yes ;;
5123esac
5124 STRIP=$ac_ct_STRIP
5125 fi
5126else
5127 STRIP="$ac_cv_prog_STRIP"
5128fi
5129
5130test -z "$STRIP" && STRIP=:
5131
5132
5133
5134
5135
5136
5137if test -n "$ac_tool_prefix"; then
5138 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5139set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5141$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5142if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5143 $as_echo_n "(cached) " >&6
5144else
5145 if test -n "$RANLIB"; then
5146 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5147else
5148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5149for as_dir in $PATH
5150do
5151 IFS=$as_save_IFS
5152 test -z "$as_dir" && as_dir=.
5153 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5154 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5155 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5157 break 2
5158 fi
5159done
5160 done
5161IFS=$as_save_IFS
5162
5163fi
5164fi
5165RANLIB=$ac_cv_prog_RANLIB
5166if test -n "$RANLIB"; then
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5168$as_echo "$RANLIB" >&6; }
5169else
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5171$as_echo "no" >&6; }
5172fi
5173
5174
5175fi
5176if test -z "$ac_cv_prog_RANLIB"; then
5177 ac_ct_RANLIB=$RANLIB
5178 # Extract the first word of "ranlib", so it can be a program name with args.
5179set dummy ranlib; ac_word=$2
5180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5181$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5182if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5183 $as_echo_n "(cached) " >&6
5184else
5185 if test -n "$ac_ct_RANLIB"; then
5186 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5187else
5188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5189for as_dir in $PATH
5190do
5191 IFS=$as_save_IFS
5192 test -z "$as_dir" && as_dir=.
5193 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5194 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5195 ac_cv_prog_ac_ct_RANLIB="ranlib"
5196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5197 break 2
5198 fi
5199done
5200 done
5201IFS=$as_save_IFS
5202
5203fi
5204fi
5205ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5206if test -n "$ac_ct_RANLIB"; then
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5208$as_echo "$ac_ct_RANLIB" >&6; }
5209else
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5211$as_echo "no" >&6; }
5212fi
5213
5214 if test "x$ac_ct_RANLIB" = x; then
5215 RANLIB=":"
5216 else
5217 case $cross_compiling:$ac_tool_warned in
5218yes:)
5219{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5220$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5221ac_tool_warned=yes ;;
5222esac
5223 RANLIB=$ac_ct_RANLIB
5224 fi
5225else
5226 RANLIB="$ac_cv_prog_RANLIB"
5227fi
5228
5229test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5230if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5231 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5232 RANLIB="$RANLIB $plugin_option"
5233 fi
5234fi
6bb11ab3
L
5235
5236
5237
5238
5239
5240
5241# Determine commands to create old-style static archives.
5242old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5243old_postinstall_cmds='chmod 644 $oldlib'
5244old_postuninstall_cmds=
5245
5246if test -n "$RANLIB"; then
5247 case $host_os in
5248 openbsd*)
5249 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5250 ;;
5251 *)
5252 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5253 ;;
5254 esac
5255 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5256fi
5257
5258case $host_os in
5259 darwin*)
5260 lock_old_archive_extraction=yes ;;
5261 *)
5262 lock_old_archive_extraction=no ;;
5263esac
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285for ac_prog in gawk mawk nawk awk
5286do
5287 # Extract the first word of "$ac_prog", so it can be a program name with args.
5288set dummy $ac_prog; ac_word=$2
5289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5290$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5291if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5292 $as_echo_n "(cached) " >&6
5293else
5294 if test -n "$AWK"; then
5295 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5296else
5297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5298for as_dir in $PATH
5299do
5300 IFS=$as_save_IFS
5301 test -z "$as_dir" && as_dir=.
5302 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5303 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5304 ac_cv_prog_AWK="$ac_prog"
5305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5306 break 2
5307 fi
5308done
5309 done
5310IFS=$as_save_IFS
5311
5312fi
5313fi
5314AWK=$ac_cv_prog_AWK
5315if test -n "$AWK"; then
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5317$as_echo "$AWK" >&6; }
5318else
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5320$as_echo "no" >&6; }
5321fi
5322
5323
5324 test -n "$AWK" && break
5325done
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345# If no C compiler was specified, use CC.
5346LTCC=${LTCC-"$CC"}
5347
5348# If no C compiler flags were specified, use CFLAGS.
5349LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5350
5351# Allow CC to be a program name with arguments.
5352compiler=$CC
5353
5354
5355# Check for command to grab the raw symbol name followed by C symbol from nm.
5356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5357$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5358if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5359 $as_echo_n "(cached) " >&6
5360else
5361
5362# These are sane defaults that work on at least a few old systems.
5363# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5364
5365# Character class describing NM global symbol codes.
5366symcode='[BCDEGRST]'
5367
5368# Regexp to match symbols that can be accessed directly from C.
5369sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5370
5371# Define system-specific variables.
5372case $host_os in
5373aix*)
5374 symcode='[BCDT]'
5375 ;;
5376cygwin* | mingw* | pw32* | cegcc*)
5377 symcode='[ABCDGISTW]'
5378 ;;
5379hpux*)
5380 if test "$host_cpu" = ia64; then
5381 symcode='[ABCDEGRST]'
5382 fi
5383 ;;
5384irix* | nonstopux*)
5385 symcode='[BCDEGRST]'
5386 ;;
5387osf*)
5388 symcode='[BCDEGQRST]'
5389 ;;
5390solaris*)
5391 symcode='[BDRT]'
5392 ;;
5393sco3.2v5*)
5394 symcode='[DT]'
5395 ;;
5396sysv4.2uw2*)
5397 symcode='[DT]'
5398 ;;
5399sysv5* | sco5v6* | unixware* | OpenUNIX*)
5400 symcode='[ABDT]'
5401 ;;
5402sysv4)
5403 symcode='[DFNSTU]'
5404 ;;
5405esac
5406
5407# If we're using GNU nm, then use its standard symbol codes.
5408case `$NM -V 2>&1` in
5409*GNU* | *'with BFD'*)
5410 symcode='[ABCDGIRSTW]' ;;
5411esac
5412
5413# Transform an extracted symbol line into a proper C declaration.
5414# Some systems (esp. on ia64) link data and code symbols differently,
5415# so use this general approach.
5416lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5417
5418# Transform an extracted symbol line into symbol name and symbol address
5419lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5420lt_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'"
5421
5422# Handle CRLF in mingw tool chain
5423opt_cr=
5424case $build_os in
5425mingw*)
5426 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5427 ;;
5428esac
5429
5430# Try without a prefix underscore, then with it.
5431for ac_symprfx in "" "_"; do
5432
5433 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5434 symxfrm="\\1 $ac_symprfx\\2 \\2"
5435
5436 # Write the raw and C identifiers.
5437 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5438 # Fake it for dumpbin and say T for any non-static function
5439 # and D for any global variable.
5440 # Also find C++ and __fastcall symbols from MSVC++,
5441 # which start with @ or ?.
5442 lt_cv_sys_global_symbol_pipe="$AWK '"\
5443" {last_section=section; section=\$ 3};"\
5444" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5445" \$ 0!~/External *\|/{next};"\
5446" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5447" {if(hide[section]) next};"\
5448" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5449" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5450" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5451" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5452" ' prfx=^$ac_symprfx"
5453 else
5454 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5455 fi
5456
5457 # Check to see that the pipe works correctly.
5458 pipe_works=no
5459
5460 rm -f conftest*
5461 cat > conftest.$ac_ext <<_LT_EOF
5462#ifdef __cplusplus
5463extern "C" {
5464#endif
5465char nm_test_var;
5466void nm_test_func(void);
5467void nm_test_func(void){}
5468#ifdef __cplusplus
5469}
5470#endif
5471int main(){nm_test_var='a';nm_test_func();return(0);}
5472_LT_EOF
5473
5474 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5475 (eval $ac_compile) 2>&5
5476 ac_status=$?
5477 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5478 test $ac_status = 0; }; then
5479 # Now try to grab the symbols.
5480 nlist=conftest.nm
5481 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5482 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5483 ac_status=$?
5484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5485 test $ac_status = 0; } && test -s "$nlist"; then
5486 # Try sorting and uniquifying the output.
5487 if sort "$nlist" | uniq > "$nlist"T; then
5488 mv -f "$nlist"T "$nlist"
5489 else
5490 rm -f "$nlist"T
5491 fi
5492
5493 # Make sure that we snagged all the symbols we need.
5494 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5495 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5496 cat <<_LT_EOF > conftest.$ac_ext
5497#ifdef __cplusplus
5498extern "C" {
5499#endif
5500
5501_LT_EOF
5502 # Now generate the symbol file.
5503 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5504
5505 cat <<_LT_EOF >> conftest.$ac_ext
5506
5507/* The mapping between symbol names and symbols. */
5508const struct {
5509 const char *name;
5510 void *address;
5511}
5512lt__PROGRAM__LTX_preloaded_symbols[] =
5513{
5514 { "@PROGRAM@", (void *) 0 },
5515_LT_EOF
5516 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5517 cat <<\_LT_EOF >> conftest.$ac_ext
5518 {0, (void *) 0}
5519};
5520
5521/* This works around a problem in FreeBSD linker */
5522#ifdef FREEBSD_WORKAROUND
5523static const void *lt_preloaded_setup() {
5524 return lt__PROGRAM__LTX_preloaded_symbols;
5525}
5526#endif
5527
5528#ifdef __cplusplus
5529}
5530#endif
5531_LT_EOF
5532 # Now try linking the two files.
5533 mv conftest.$ac_objext conftstm.$ac_objext
5534 lt_save_LIBS="$LIBS"
5535 lt_save_CFLAGS="$CFLAGS"
5536 LIBS="conftstm.$ac_objext"
5537 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5538 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5539 (eval $ac_link) 2>&5
5540 ac_status=$?
5541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5542 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5543 pipe_works=yes
5544 fi
5545 LIBS="$lt_save_LIBS"
5546 CFLAGS="$lt_save_CFLAGS"
5547 else
5548 echo "cannot find nm_test_func in $nlist" >&5
5549 fi
5550 else
5551 echo "cannot find nm_test_var in $nlist" >&5
5552 fi
5553 else
5554 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5555 fi
5556 else
5557 echo "$progname: failed program was:" >&5
5558 cat conftest.$ac_ext >&5
5559 fi
5560 rm -rf conftest* conftst*
5561
5562 # Do not use the global_symbol_pipe unless it works.
5563 if test "$pipe_works" = yes; then
5564 break
5565 else
5566 lt_cv_sys_global_symbol_pipe=
5567 fi
5568done
5569
5570fi
5571
5572if test -z "$lt_cv_sys_global_symbol_pipe"; then
5573 lt_cv_sys_global_symbol_to_cdecl=
5574fi
5575if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5577$as_echo "failed" >&6; }
5578else
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5580$as_echo "ok" >&6; }
5581fi
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604# Check whether --enable-libtool-lock was given.
5605if test "${enable_libtool_lock+set}" = set; then :
5606 enableval=$enable_libtool_lock;
5607fi
5608
5609test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5610
5611# Some flags need to be propagated to the compiler or linker for good
5612# libtool support.
5613case $host in
5614ia64-*-hpux*)
5615 # Find out which ABI we are using.
5616 echo 'int i;' > conftest.$ac_ext
5617 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5618 (eval $ac_compile) 2>&5
5619 ac_status=$?
5620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5621 test $ac_status = 0; }; then
5622 case `/usr/bin/file conftest.$ac_objext` in
5623 *ELF-32*)
5624 HPUX_IA64_MODE="32"
5625 ;;
5626 *ELF-64*)
5627 HPUX_IA64_MODE="64"
5628 ;;
5629 esac
5630 fi
5631 rm -rf conftest*
5632 ;;
5633*-*-irix6*)
5634 # Find out which ABI we are using.
5635 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5636 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5637 (eval $ac_compile) 2>&5
5638 ac_status=$?
5639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5640 test $ac_status = 0; }; then
5641 if test "$lt_cv_prog_gnu_ld" = yes; then
5642 case `/usr/bin/file conftest.$ac_objext` in
5643 *32-bit*)
5644 LD="${LD-ld} -melf32bsmip"
5645 ;;
5646 *N32*)
5647 LD="${LD-ld} -melf32bmipn32"
5648 ;;
5649 *64-bit*)
5650 LD="${LD-ld} -melf64bmip"
5651 ;;
5652 esac
5653 else
5654 case `/usr/bin/file conftest.$ac_objext` in
5655 *32-bit*)
5656 LD="${LD-ld} -32"
5657 ;;
5658 *N32*)
5659 LD="${LD-ld} -n32"
5660 ;;
5661 *64-bit*)
5662 LD="${LD-ld} -64"
5663 ;;
5664 esac
5665 fi
5666 fi
5667 rm -rf conftest*
5668 ;;
5669
bf3d9781 5670x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5671s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5672 # Find out which ABI we are using.
5673 echo 'int i;' > conftest.$ac_ext
5674 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5675 (eval $ac_compile) 2>&5
5676 ac_status=$?
5677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5678 test $ac_status = 0; }; then
5679 case `/usr/bin/file conftest.o` in
5680 *32-bit*)
5681 case $host in
5682 x86_64-*kfreebsd*-gnu)
5683 LD="${LD-ld} -m elf_i386_fbsd"
5684 ;;
5685 x86_64-*linux*)
5686 case `/usr/bin/file conftest.o` in
5687 *x86-64*)
5688 LD="${LD-ld} -m elf32_x86_64"
5689 ;;
5690 *)
5691 LD="${LD-ld} -m elf_i386"
5692 ;;
5693 esac
5694 ;;
bf3d9781
AM
5695 powerpc64le-*linux*)
5696 LD="${LD-ld} -m elf32lppclinux"
5697 ;;
5698 powerpc64-*linux*)
6bb11ab3
L
5699 LD="${LD-ld} -m elf32ppclinux"
5700 ;;
5701 s390x-*linux*)
5702 LD="${LD-ld} -m elf_s390"
5703 ;;
5704 sparc64-*linux*)
5705 LD="${LD-ld} -m elf32_sparc"
5706 ;;
5707 esac
5708 ;;
5709 *64-bit*)
5710 case $host in
5711 x86_64-*kfreebsd*-gnu)
5712 LD="${LD-ld} -m elf_x86_64_fbsd"
5713 ;;
5714 x86_64-*linux*)
5715 LD="${LD-ld} -m elf_x86_64"
5716 ;;
bf3d9781
AM
5717 powerpcle-*linux*)
5718 LD="${LD-ld} -m elf64lppc"
5719 ;;
5720 powerpc-*linux*)
6bb11ab3
L
5721 LD="${LD-ld} -m elf64ppc"
5722 ;;
5723 s390*-*linux*|s390*-*tpf*)
5724 LD="${LD-ld} -m elf64_s390"
5725 ;;
5726 sparc*-*linux*)
5727 LD="${LD-ld} -m elf64_sparc"
5728 ;;
5729 esac
5730 ;;
5731 esac
5732 fi
5733 rm -rf conftest*
5734 ;;
5735
5736*-*-sco3.2v5*)
5737 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5738 SAVE_CFLAGS="$CFLAGS"
5739 CFLAGS="$CFLAGS -belf"
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5741$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5742if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5743 $as_echo_n "(cached) " >&6
5744else
5745 ac_ext=c
5746ac_cpp='$CPP $CPPFLAGS'
5747ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5748ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5749ac_compiler_gnu=$ac_cv_c_compiler_gnu
5750
5751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5752/* end confdefs.h. */
5753
5754int
5755main ()
5756{
5757
5758 ;
5759 return 0;
5760}
5761_ACEOF
5762if ac_fn_c_try_link "$LINENO"; then :
5763 lt_cv_cc_needs_belf=yes
5764else
5765 lt_cv_cc_needs_belf=no
5766fi
5767rm -f core conftest.err conftest.$ac_objext \
5768 conftest$ac_exeext conftest.$ac_ext
5769 ac_ext=c
5770ac_cpp='$CPP $CPPFLAGS'
5771ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5772ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5773ac_compiler_gnu=$ac_cv_c_compiler_gnu
5774
5775fi
5776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5777$as_echo "$lt_cv_cc_needs_belf" >&6; }
5778 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5779 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5780 CFLAGS="$SAVE_CFLAGS"
5781 fi
5782 ;;
5783sparc*-*solaris*)
5784 # Find out which ABI we are using.
5785 echo 'int i;' > conftest.$ac_ext
5786 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5787 (eval $ac_compile) 2>&5
5788 ac_status=$?
5789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5790 test $ac_status = 0; }; then
5791 case `/usr/bin/file conftest.o` in
5792 *64-bit*)
5793 case $lt_cv_prog_gnu_ld in
5794 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5795 *)
5796 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5797 LD="${LD-ld} -64"
5798 fi
5799 ;;
5800 esac
5801 ;;
5802 esac
5803 fi
5804 rm -rf conftest*
5805 ;;
5806esac
5807
5808need_locks="$enable_libtool_lock"
5809
5810
5811 case $host_os in
5812 rhapsody* | darwin*)
5813 if test -n "$ac_tool_prefix"; then
5814 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5815set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5817$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5818if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5819 $as_echo_n "(cached) " >&6
5820else
5821 if test -n "$DSYMUTIL"; then
5822 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5823else
5824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5825for as_dir in $PATH
5826do
5827 IFS=$as_save_IFS
5828 test -z "$as_dir" && as_dir=.
5829 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5831 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5833 break 2
5834 fi
5835done
5836 done
5837IFS=$as_save_IFS
5838
5839fi
5840fi
5841DSYMUTIL=$ac_cv_prog_DSYMUTIL
5842if test -n "$DSYMUTIL"; then
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5844$as_echo "$DSYMUTIL" >&6; }
5845else
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5847$as_echo "no" >&6; }
5848fi
5849
5850
5851fi
5852if test -z "$ac_cv_prog_DSYMUTIL"; then
5853 ac_ct_DSYMUTIL=$DSYMUTIL
5854 # Extract the first word of "dsymutil", so it can be a program name with args.
5855set dummy dsymutil; ac_word=$2
5856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5857$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5858if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5859 $as_echo_n "(cached) " >&6
5860else
5861 if test -n "$ac_ct_DSYMUTIL"; then
5862 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5863else
5864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5865for as_dir in $PATH
5866do
5867 IFS=$as_save_IFS
5868 test -z "$as_dir" && as_dir=.
5869 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5870 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5871 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5873 break 2
5874 fi
5875done
5876 done
5877IFS=$as_save_IFS
5878
5879fi
5880fi
5881ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5882if test -n "$ac_ct_DSYMUTIL"; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5884$as_echo "$ac_ct_DSYMUTIL" >&6; }
5885else
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5887$as_echo "no" >&6; }
5888fi
5889
5890 if test "x$ac_ct_DSYMUTIL" = x; then
5891 DSYMUTIL=":"
5892 else
5893 case $cross_compiling:$ac_tool_warned in
5894yes:)
5895{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5896$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5897ac_tool_warned=yes ;;
5898esac
5899 DSYMUTIL=$ac_ct_DSYMUTIL
5900 fi
5901else
5902 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5903fi
5904
5905 if test -n "$ac_tool_prefix"; then
5906 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5907set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5909$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5910if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5911 $as_echo_n "(cached) " >&6
5912else
5913 if test -n "$NMEDIT"; then
5914 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5915else
5916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917for as_dir in $PATH
5918do
5919 IFS=$as_save_IFS
5920 test -z "$as_dir" && as_dir=.
5921 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5923 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5925 break 2
5926 fi
5927done
5928 done
5929IFS=$as_save_IFS
5930
5931fi
5932fi
5933NMEDIT=$ac_cv_prog_NMEDIT
5934if test -n "$NMEDIT"; then
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5936$as_echo "$NMEDIT" >&6; }
5937else
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5939$as_echo "no" >&6; }
5940fi
5941
5942
5943fi
5944if test -z "$ac_cv_prog_NMEDIT"; then
5945 ac_ct_NMEDIT=$NMEDIT
5946 # Extract the first word of "nmedit", so it can be a program name with args.
5947set dummy nmedit; ac_word=$2
5948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5949$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5950if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5951 $as_echo_n "(cached) " >&6
5952else
5953 if test -n "$ac_ct_NMEDIT"; then
5954 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5955else
5956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5957for as_dir in $PATH
5958do
5959 IFS=$as_save_IFS
5960 test -z "$as_dir" && as_dir=.
5961 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5963 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5965 break 2
5966 fi
5967done
5968 done
5969IFS=$as_save_IFS
5970
5971fi
5972fi
5973ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5974if test -n "$ac_ct_NMEDIT"; then
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5976$as_echo "$ac_ct_NMEDIT" >&6; }
5977else
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5979$as_echo "no" >&6; }
5980fi
5981
5982 if test "x$ac_ct_NMEDIT" = x; then
5983 NMEDIT=":"
5984 else
5985 case $cross_compiling:$ac_tool_warned in
5986yes:)
5987{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5988$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5989ac_tool_warned=yes ;;
5990esac
5991 NMEDIT=$ac_ct_NMEDIT
5992 fi
5993else
5994 NMEDIT="$ac_cv_prog_NMEDIT"
5995fi
5996
5997 if test -n "$ac_tool_prefix"; then
5998 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5999set dummy ${ac_tool_prefix}lipo; ac_word=$2
6000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6001$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6002if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6003 $as_echo_n "(cached) " >&6
6004else
6005 if test -n "$LIPO"; then
6006 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6007else
6008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009for as_dir in $PATH
6010do
6011 IFS=$as_save_IFS
6012 test -z "$as_dir" && as_dir=.
6013 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6015 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6017 break 2
6018 fi
6019done
6020 done
6021IFS=$as_save_IFS
6022
6023fi
6024fi
6025LIPO=$ac_cv_prog_LIPO
6026if test -n "$LIPO"; then
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6028$as_echo "$LIPO" >&6; }
6029else
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6031$as_echo "no" >&6; }
6032fi
6033
6034
6035fi
6036if test -z "$ac_cv_prog_LIPO"; then
6037 ac_ct_LIPO=$LIPO
6038 # Extract the first word of "lipo", so it can be a program name with args.
6039set dummy lipo; ac_word=$2
6040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6041$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6042if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6043 $as_echo_n "(cached) " >&6
6044else
6045 if test -n "$ac_ct_LIPO"; then
6046 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6047else
6048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049for as_dir in $PATH
6050do
6051 IFS=$as_save_IFS
6052 test -z "$as_dir" && as_dir=.
6053 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6055 ac_cv_prog_ac_ct_LIPO="lipo"
6056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6057 break 2
6058 fi
6059done
6060 done
6061IFS=$as_save_IFS
6062
6063fi
6064fi
6065ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6066if test -n "$ac_ct_LIPO"; then
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6068$as_echo "$ac_ct_LIPO" >&6; }
6069else
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6071$as_echo "no" >&6; }
6072fi
6073
6074 if test "x$ac_ct_LIPO" = x; then
6075 LIPO=":"
6076 else
6077 case $cross_compiling:$ac_tool_warned in
6078yes:)
6079{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6080$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6081ac_tool_warned=yes ;;
6082esac
6083 LIPO=$ac_ct_LIPO
6084 fi
6085else
6086 LIPO="$ac_cv_prog_LIPO"
6087fi
6088
6089 if test -n "$ac_tool_prefix"; then
6090 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6091set dummy ${ac_tool_prefix}otool; ac_word=$2
6092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6093$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6094if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6095 $as_echo_n "(cached) " >&6
6096else
6097 if test -n "$OTOOL"; then
6098 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6099else
6100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101for as_dir in $PATH
6102do
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6106 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6107 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6109 break 2
6110 fi
6111done
6112 done
6113IFS=$as_save_IFS
6114
6115fi
6116fi
6117OTOOL=$ac_cv_prog_OTOOL
6118if test -n "$OTOOL"; then
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6120$as_echo "$OTOOL" >&6; }
6121else
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6123$as_echo "no" >&6; }
6124fi
6125
6126
6127fi
6128if test -z "$ac_cv_prog_OTOOL"; then
6129 ac_ct_OTOOL=$OTOOL
6130 # Extract the first word of "otool", so it can be a program name with args.
6131set dummy otool; ac_word=$2
6132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6133$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6134if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6135 $as_echo_n "(cached) " >&6
6136else
6137 if test -n "$ac_ct_OTOOL"; then
6138 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6139else
6140as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141for as_dir in $PATH
6142do
6143 IFS=$as_save_IFS
6144 test -z "$as_dir" && as_dir=.
6145 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6146 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6147 ac_cv_prog_ac_ct_OTOOL="otool"
6148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6149 break 2
6150 fi
6151done
6152 done
6153IFS=$as_save_IFS
6154
6155fi
6156fi
6157ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6158if test -n "$ac_ct_OTOOL"; then
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6160$as_echo "$ac_ct_OTOOL" >&6; }
6161else
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6163$as_echo "no" >&6; }
6164fi
6165
6166 if test "x$ac_ct_OTOOL" = x; then
6167 OTOOL=":"
6168 else
6169 case $cross_compiling:$ac_tool_warned in
6170yes:)
6171{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6172$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173ac_tool_warned=yes ;;
6174esac
6175 OTOOL=$ac_ct_OTOOL
6176 fi
6177else
6178 OTOOL="$ac_cv_prog_OTOOL"
6179fi
6180
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6183set dummy ${ac_tool_prefix}otool64; ac_word=$2
6184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6185$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6186if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6187 $as_echo_n "(cached) " >&6
6188else
6189 if test -n "$OTOOL64"; then
6190 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6191else
6192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193for as_dir in $PATH
6194do
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6199 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6201 break 2
6202 fi
6203done
6204 done
6205IFS=$as_save_IFS
6206
6207fi
6208fi
6209OTOOL64=$ac_cv_prog_OTOOL64
6210if test -n "$OTOOL64"; then
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6212$as_echo "$OTOOL64" >&6; }
6213else
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6215$as_echo "no" >&6; }
6216fi
6217
6218
6219fi
6220if test -z "$ac_cv_prog_OTOOL64"; then
6221 ac_ct_OTOOL64=$OTOOL64
6222 # Extract the first word of "otool64", so it can be a program name with args.
6223set dummy otool64; ac_word=$2
6224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6225$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6226if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6227 $as_echo_n "(cached) " >&6
6228else
6229 if test -n "$ac_ct_OTOOL64"; then
6230 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6231else
6232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233for as_dir in $PATH
6234do
6235 IFS=$as_save_IFS
6236 test -z "$as_dir" && as_dir=.
6237 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6239 ac_cv_prog_ac_ct_OTOOL64="otool64"
6240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6241 break 2
6242 fi
6243done
6244 done
6245IFS=$as_save_IFS
6246
6247fi
6248fi
6249ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6250if test -n "$ac_ct_OTOOL64"; then
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6252$as_echo "$ac_ct_OTOOL64" >&6; }
6253else
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6255$as_echo "no" >&6; }
6256fi
6257
6258 if test "x$ac_ct_OTOOL64" = x; then
6259 OTOOL64=":"
6260 else
6261 case $cross_compiling:$ac_tool_warned in
6262yes:)
6263{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6264$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265ac_tool_warned=yes ;;
6266esac
6267 OTOOL64=$ac_ct_OTOOL64
6268 fi
6269else
6270 OTOOL64="$ac_cv_prog_OTOOL64"
6271fi
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6300$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6301if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6302 $as_echo_n "(cached) " >&6
6303else
6304 lt_cv_apple_cc_single_mod=no
6305 if test -z "${LT_MULTI_MODULE}"; then
6306 # By default we will add the -single_module flag. You can override
6307 # by either setting the environment variable LT_MULTI_MODULE
6308 # non-empty at configure time, or by adding -multi_module to the
6309 # link flags.
6310 rm -rf libconftest.dylib*
6311 echo "int foo(void){return 1;}" > conftest.c
6312 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6313-dynamiclib -Wl,-single_module conftest.c" >&5
6314 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6315 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6316 _lt_result=$?
6317 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6318 lt_cv_apple_cc_single_mod=yes
6319 else
6320 cat conftest.err >&5
6321 fi
6322 rm -rf libconftest.dylib*
6323 rm -f conftest.*
6324 fi
6325fi
6326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6327$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6329$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6330if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6331 $as_echo_n "(cached) " >&6
6332else
6333 lt_cv_ld_exported_symbols_list=no
6334 save_LDFLAGS=$LDFLAGS
6335 echo "_main" > conftest.sym
6336 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6338/* end confdefs.h. */
6339
6340int
6341main ()
6342{
6343
6344 ;
6345 return 0;
6346}
6347_ACEOF
6348if ac_fn_c_try_link "$LINENO"; then :
6349 lt_cv_ld_exported_symbols_list=yes
6350else
6351 lt_cv_ld_exported_symbols_list=no
6352fi
6353rm -f core conftest.err conftest.$ac_objext \
6354 conftest$ac_exeext conftest.$ac_ext
6355 LDFLAGS="$save_LDFLAGS"
6356
6357fi
6358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6359$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6361$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6362if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6363 $as_echo_n "(cached) " >&6
6364else
6365 lt_cv_ld_force_load=no
6366 cat > conftest.c << _LT_EOF
6367int forced_loaded() { return 2;}
6368_LT_EOF
6369 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6370 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6371 echo "$AR cru libconftest.a conftest.o" >&5
6372 $AR cru libconftest.a conftest.o 2>&5
6373 cat > conftest.c << _LT_EOF
6374int main() { return 0;}
6375_LT_EOF
6376 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6377 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6378 _lt_result=$?
6379 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6380 lt_cv_ld_force_load=yes
6381 else
6382 cat conftest.err >&5
6383 fi
6384 rm -f conftest.err libconftest.a conftest conftest.c
6385 rm -rf conftest.dSYM
6386
6387fi
6388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6389$as_echo "$lt_cv_ld_force_load" >&6; }
6390 case $host_os in
6391 rhapsody* | darwin1.[012])
6392 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6393 darwin1.*)
6394 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6395 darwin*) # darwin 5.x on
6396 # if running on 10.5 or later, the deployment target defaults
6397 # to the OS version, if on x86, and 10.4, the deployment
6398 # target defaults to 10.4. Don't you love it?
6399 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6400 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6401 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6402 10.[012][,.]*)
6bb11ab3
L
6403 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6404 10.*)
6405 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6406 esac
6407 ;;
6408 esac
6409 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6410 _lt_dar_single_mod='$single_module'
6411 fi
6412 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6413 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6414 else
6415 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6416 fi
6417 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6418 _lt_dsymutil='~$DSYMUTIL $lib || :'
6419 else
6420 _lt_dsymutil=
6421 fi
6422 ;;
6423 esac
6424
6425for ac_header in dlfcn.h
6426do :
6427 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6428"
d0ac1c44 6429if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6430 cat >>confdefs.h <<_ACEOF
6431#define HAVE_DLFCN_H 1
6432_ACEOF
6433
6434fi
6435
6436done
6437
6438
6439
ebe9564b 6440
6bb11ab3 6441
0cb8d851
MF
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6443$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6444if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6445 $as_echo_n "(cached) " >&6
6446else
6447 ac_cv_c_bigendian=unknown
6448 # See if we're dealing with a universal compiler.
6449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6450/* end confdefs.h. */
6451#ifndef __APPLE_CC__
6452 not a universal capable compiler
6453 #endif
6454 typedef int dummy;
6455
6456_ACEOF
6457if ac_fn_c_try_compile "$LINENO"; then :
6458
6459 # Check for potential -arch flags. It is not universal unless
6460 # there are at least two -arch flags with different values.
6461 ac_arch=
6462 ac_prev=
6463 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6464 if test -n "$ac_prev"; then
6465 case $ac_word in
6466 i?86 | x86_64 | ppc | ppc64)
6467 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6468 ac_arch=$ac_word
6469 else
6470 ac_cv_c_bigendian=universal
6471 break
6472 fi
6473 ;;
6474 esac
6475 ac_prev=
6476 elif test "x$ac_word" = "x-arch"; then
6477 ac_prev=arch
6478 fi
6479 done
6480fi
6481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6482 if test $ac_cv_c_bigendian = unknown; then
6483 # See if sys/param.h defines the BYTE_ORDER macro.
6484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6485/* end confdefs.h. */
6486#include <sys/types.h>
6487 #include <sys/param.h>
6488
6489int
6490main ()
6491{
6492#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6493 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6494 && LITTLE_ENDIAN)
6495 bogus endian macros
6496 #endif
6497
6498 ;
6499 return 0;
6500}
6501_ACEOF
6502if ac_fn_c_try_compile "$LINENO"; then :
6503 # It does; now see whether it defined to BIG_ENDIAN or not.
6504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6505/* end confdefs.h. */
6506#include <sys/types.h>
6507 #include <sys/param.h>
6508
6509int
6510main ()
6511{
6512#if BYTE_ORDER != BIG_ENDIAN
6513 not big endian
6514 #endif
6515
6516 ;
6517 return 0;
6518}
6519_ACEOF
6520if ac_fn_c_try_compile "$LINENO"; then :
6521 ac_cv_c_bigendian=yes
6522else
6523 ac_cv_c_bigendian=no
6524fi
6525rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6526fi
6527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6528 fi
6529 if test $ac_cv_c_bigendian = unknown; then
6530 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532/* end confdefs.h. */
6533#include <limits.h>
6534
6535int
6536main ()
6537{
6538#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6539 bogus endian macros
6540 #endif
6541
6542 ;
6543 return 0;
6544}
6545_ACEOF
6546if ac_fn_c_try_compile "$LINENO"; then :
6547 # It does; now see whether it defined to _BIG_ENDIAN or not.
6548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6549/* end confdefs.h. */
6550#include <limits.h>
6551
6552int
6553main ()
6554{
6555#ifndef _BIG_ENDIAN
6556 not big endian
6557 #endif
6558
6559 ;
6560 return 0;
6561}
6562_ACEOF
6563if ac_fn_c_try_compile "$LINENO"; then :
6564 ac_cv_c_bigendian=yes
6565else
6566 ac_cv_c_bigendian=no
6567fi
6568rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6569fi
6570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6571 fi
6572 if test $ac_cv_c_bigendian = unknown; then
6573 # Compile a test program.
6574 if test "$cross_compiling" = yes; then :
6575 # Try to guess by grepping values from an object file.
6576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577/* end confdefs.h. */
6578short int ascii_mm[] =
6579 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6580 short int ascii_ii[] =
6581 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6582 int use_ascii (int i) {
6583 return ascii_mm[i] + ascii_ii[i];
6584 }
6585 short int ebcdic_ii[] =
6586 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6587 short int ebcdic_mm[] =
6588 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6589 int use_ebcdic (int i) {
6590 return ebcdic_mm[i] + ebcdic_ii[i];
6591 }
6592 extern int foo;
6593
6594int
6595main ()
6596{
6597return use_ascii (foo) == use_ebcdic (foo);
6598 ;
6599 return 0;
6600}
6601_ACEOF
6602if ac_fn_c_try_compile "$LINENO"; then :
6603 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6604 ac_cv_c_bigendian=yes
6605 fi
6606 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6607 if test "$ac_cv_c_bigendian" = unknown; then
6608 ac_cv_c_bigendian=no
6609 else
6610 # finding both strings is unlikely to happen, but who knows?
6611 ac_cv_c_bigendian=unknown
6612 fi
6613 fi
6614fi
6615rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6616else
6617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6618/* end confdefs.h. */
6619$ac_includes_default
6620int
6621main ()
6622{
6623
6624 /* Are we little or big endian? From Harbison&Steele. */
6625 union
6626 {
6627 long int l;
6628 char c[sizeof (long int)];
6629 } u;
6630 u.l = 1;
6631 return u.c[sizeof (long int) - 1] == 1;
6632
6633 ;
6634 return 0;
6635}
6636_ACEOF
6637if ac_fn_c_try_run "$LINENO"; then :
6638 ac_cv_c_bigendian=no
6639else
6640 ac_cv_c_bigendian=yes
6641fi
6642rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6643 conftest.$ac_objext conftest.beam conftest.$ac_ext
6644fi
6645
6646 fi
6647fi
6648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6649$as_echo "$ac_cv_c_bigendian" >&6; }
6650 case $ac_cv_c_bigendian in #(
6651 yes)
6652 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6653;; #(
6654 no)
6655 ;; #(
6656 universal)
6657
6658$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6659
6660 ;; #(
6661 *)
d0ac1c44 6662 as_fn_error $? "unknown endianness
0cb8d851
MF
6663 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6664 esac
6665
6bb11ab3
L
6666
6667
6668
c25ea03d 6669if test "x$cross_compiling" = "xno"; then
aa0fca16 6670 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6671 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6672 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6673 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6674 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6675else
aa0fca16 6676 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6677 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6678 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6679 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6680 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6681fi
6682
6683
6684
c25ea03d 6685
c2783492 6686
aa0fca16
MF
6687
6688
a3e2cc64
MF
6689if test -n "$ac_tool_prefix"; then
6690 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6691set dummy ${ac_tool_prefix}ar; ac_word=$2
6692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6693$as_echo_n "checking for $ac_word... " >&6; }
6694if ${ac_cv_prog_AR+:} false; then :
6695 $as_echo_n "(cached) " >&6
6696else
6697 if test -n "$AR"; then
6698 ac_cv_prog_AR="$AR" # Let the user override the test.
6699else
6700as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701for as_dir in $PATH
6702do
6703 IFS=$as_save_IFS
6704 test -z "$as_dir" && as_dir=.
6705 for ac_exec_ext in '' $ac_executable_extensions; do
6706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6707 ac_cv_prog_AR="${ac_tool_prefix}ar"
6708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6709 break 2
6710 fi
6711done
6712 done
6713IFS=$as_save_IFS
6714
6715fi
6716fi
6717AR=$ac_cv_prog_AR
6718if test -n "$AR"; then
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6720$as_echo "$AR" >&6; }
6721else
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6723$as_echo "no" >&6; }
6724fi
6725
6726
6727fi
6728if test -z "$ac_cv_prog_AR"; then
6729 ac_ct_AR=$AR
6730 # Extract the first word of "ar", so it can be a program name with args.
6731set dummy ar; ac_word=$2
6732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6733$as_echo_n "checking for $ac_word... " >&6; }
6734if ${ac_cv_prog_ac_ct_AR+:} false; then :
6735 $as_echo_n "(cached) " >&6
6736else
6737 if test -n "$ac_ct_AR"; then
6738 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6739else
6740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6741for as_dir in $PATH
6742do
6743 IFS=$as_save_IFS
6744 test -z "$as_dir" && as_dir=.
6745 for ac_exec_ext in '' $ac_executable_extensions; do
6746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6747 ac_cv_prog_ac_ct_AR="ar"
6748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6749 break 2
6750 fi
6751done
6752 done
6753IFS=$as_save_IFS
6754
6755fi
6756fi
6757ac_ct_AR=$ac_cv_prog_ac_ct_AR
6758if test -n "$ac_ct_AR"; then
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6760$as_echo "$ac_ct_AR" >&6; }
6761else
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6763$as_echo "no" >&6; }
6764fi
6765
6766 if test "x$ac_ct_AR" = x; then
6767 AR=""
6768 else
6769 case $cross_compiling:$ac_tool_warned in
6770yes:)
6771{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6772$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6773ac_tool_warned=yes ;;
6774esac
6775 AR=$ac_ct_AR
6776 fi
6777else
6778 AR="$ac_cv_prog_AR"
6779fi
6bb11ab3
L
6780
6781if test -n "$ac_tool_prefix"; then
6782 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6783set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6785$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6786if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6787 $as_echo_n "(cached) " >&6
6788else
6789 if test -n "$RANLIB"; then
6790 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6791else
6792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6793for as_dir in $PATH
6794do
6795 IFS=$as_save_IFS
6796 test -z "$as_dir" && as_dir=.
6797 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6799 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6801 break 2
6802 fi
6803done
6804 done
6805IFS=$as_save_IFS
6806
6807fi
6808fi
6809RANLIB=$ac_cv_prog_RANLIB
6810if test -n "$RANLIB"; then
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6812$as_echo "$RANLIB" >&6; }
6813else
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6815$as_echo "no" >&6; }
6816fi
6817
6818
6819fi
6820if test -z "$ac_cv_prog_RANLIB"; then
6821 ac_ct_RANLIB=$RANLIB
6822 # Extract the first word of "ranlib", so it can be a program name with args.
6823set dummy ranlib; ac_word=$2
6824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6825$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6826if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6827 $as_echo_n "(cached) " >&6
6828else
6829 if test -n "$ac_ct_RANLIB"; then
6830 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6831else
6832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6833for as_dir in $PATH
6834do
6835 IFS=$as_save_IFS
6836 test -z "$as_dir" && as_dir=.
6837 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6839 ac_cv_prog_ac_ct_RANLIB="ranlib"
6840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6841 break 2
6842 fi
6843done
6844 done
6845IFS=$as_save_IFS
6846
6847fi
6848fi
6849ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6850if test -n "$ac_ct_RANLIB"; then
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6852$as_echo "$ac_ct_RANLIB" >&6; }
6853else
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6855$as_echo "no" >&6; }
6856fi
6857
6858 if test "x$ac_ct_RANLIB" = x; then
6859 RANLIB=":"
6860 else
6861 case $cross_compiling:$ac_tool_warned in
6862yes:)
6863{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6864$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6865ac_tool_warned=yes ;;
6866esac
6867 RANLIB=$ac_ct_RANLIB
6868 fi
6869else
6870 RANLIB="$ac_cv_prog_RANLIB"
6871fi
6872
6873
46f900c0
MF
6874# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6875# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6876# is C99. So handle it ourselves.
6877:
6878C_DIALECT=
6879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6880$as_echo_n "checking whether C11 is supported by default... " >&6; }
6881cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6882/* end confdefs.h. */
6883
6884#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6885# error "C11 support not found"
6886#endif
6887
6888_ACEOF
6889if ac_fn_c_try_compile "$LINENO"; then :
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6891$as_echo "yes" >&6; }
6892else
6893
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6895$as_echo "no" >&6; }
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6897$as_echo_n "checking for -std=c11 support... " >&6; }
6898 ac_save_CC="$CC"
6899 CC="$CC -std=c11"
6900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6901/* end confdefs.h. */
6902
6903#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6904# error "C11 support not found"
6905#endif
6906
6907_ACEOF
6908if ac_fn_c_try_compile "$LINENO"; then :
6909
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6911$as_echo "yes" >&6; }
6912 CC="$ac_save_CC"
6913 C_DIALECT="-std=c11"
6914
6915else
6916 as_fn_error $? "C11 is required" "$LINENO" 5
6917fi
6918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6919fi
6920rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6921
6922
c2783492
MF
6923ac_config_headers="$ac_config_headers config.h:config.in"
6924
6925
6bb11ab3
L
6926# Some of the common include files depend on bfd.h, and bfd.h checks
6927# that config.h is included first by testing that the PACKAGE macro
6928# is defined.
6929PACKAGE=sim
6930
6931cat >>confdefs.h <<_ACEOF
6932#define PACKAGE "$PACKAGE"
6933_ACEOF
6934
6935
6936
6937# Dependency checking.
6938ac_config_commands="$ac_config_commands depdir"
6939
6940
6941depcc="$CC" am_compiler_list=
6942
6943am_depcomp=$ac_aux_dir/depcomp
6944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6945$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6946if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6947 $as_echo_n "(cached) " >&6
6948else
6949 if test -f "$am_depcomp"; then
6950 # We make a subdir and do the tests there. Otherwise we can end up
6951 # making bogus files that we don't know about and never remove. For
6952 # instance it was reported that on HP-UX the gcc test will end up
6953 # making a dummy file named `D' -- because `-MD' means `put the output
6954 # in D'.
6955 mkdir conftest.dir
6956 # Copy depcomp to subdir because otherwise we won't find it if we're
6957 # using a relative directory.
6958 cp "$am_depcomp" conftest.dir
6959 cd conftest.dir
6960 # We will build objects and dependencies in a subdirectory because
6961 # it helps to detect inapplicable dependency modes. For instance
6962 # both Tru64's cc and ICC support -MD to output dependencies as a
6963 # side effect of compilation, but ICC will put the dependencies in
6964 # the current directory while Tru64 will put them in the object
6965 # directory.
6966 mkdir sub
6967
6968 am_cv_CC_dependencies_compiler_type=none
6969 if test "$am_compiler_list" = ""; then
6970 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6971 fi
6972 for depmode in $am_compiler_list; do
6973 if test $depmode = none; then break; fi
6974
6975 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6976 # Setup a source with many dependencies, because some compilers
6977 # like to wrap large dependency lists on column 80 (with \), and
6978 # we should not choose a depcomp mode which is confused by this.
6979 #
6980 # We need to recreate these files for each test, as the compiler may
6981 # overwrite some of them when testing with obscure command lines.
6982 # This happens at least with the AIX C compiler.
6983 : > sub/conftest.c
6984 for i in 1 2 3 4 5 6; do
6985 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6986 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6987 # Solaris 8's {/usr,}/bin/sh.
6988 touch sub/conftst$i.h
6989 done
6990 echo "include sub/conftest.Po" > confmf
6991
6992 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6993 # mode. It turns out that the SunPro C++ compiler does not properly
6994 # handle `-M -o', and we need to detect this.
6995 depcmd="depmode=$depmode \
6996 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6997 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6998 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6999 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7000 if env $depcmd > conftest.err 2>&1 &&
7001 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7002 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7003 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7004 # icc doesn't choke on unknown options, it will just issue warnings
7005 # or remarks (even with -Werror). So we grep stderr for any message
7006 # that says an option was ignored or not supported.
7007 # When given -MP, icc 7.0 and 7.1 complain thusly:
7008 # icc: Command line warning: ignoring option '-M'; no argument required
7009 # The diagnosis changed in icc 8.0:
7010 # icc: Command line remark: option '-MP' not supported
7011 if (grep 'ignoring option' conftest.err ||
7012 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7013 am_cv_CC_dependencies_compiler_type=$depmode
7014 $as_echo "$as_me:$LINENO: success" >&5
7015 break
7016 fi
7017 fi
7018 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7019 sed -e 's/^/| /' < conftest.err >&5
7020 done
7021
7022 cd ..
7023 rm -rf conftest.dir
7024else
7025 am_cv_CC_dependencies_compiler_type=none
7026fi
7027
7028fi
7029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7030$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7031if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7032then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7033else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7034
7035fi
7036
7037
6bb11ab3
L
7038ALL_LINGUAS=
7039# If we haven't got the data from the intl directory,
7040# assume NLS is disabled.
7041USE_NLS=no
7042LIBINTL=
7043LIBINTL_DEP=
7044INCINTL=
7045XGETTEXT=
7046GMSGFMT=
7047POSUB=
7048
7049if test -f ../../intl/config.intl; then
7050 . ../../intl/config.intl
7051fi
7052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7053$as_echo_n "checking whether NLS is requested... " >&6; }
7054if test x"$USE_NLS" != xyes; then
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7056$as_echo "no" >&6; }
7057else
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7059$as_echo "yes" >&6; }
7060
7061$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7062
7063
7064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7065$as_echo_n "checking for catalogs to be installed... " >&6; }
7066 # Look for .po and .gmo files in the source directory.
7067 CATALOGS=
7068 XLINGUAS=
7069 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7070 # If there aren't any .gmo files the shell will give us the
7071 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7072 # weeded out.
7073 case "$cat" in *\**)
7074 continue;;
7075 esac
7076 # The quadruple backslash is collapsed to a double backslash
7077 # by the backticks, then collapsed again by the double quotes,
7078 # leaving us with one backslash in the sed expression (right
7079 # before the dot that mustn't act as a wildcard).
7080 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7081 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7082 # The user is allowed to set LINGUAS to a list of languages to
7083 # install catalogs for. If it's empty that means "all of them."
7084 if test "x$LINGUAS" = x; then
7085 CATALOGS="$CATALOGS $cat"
7086 XLINGUAS="$XLINGUAS $lang"
7087 else
7088 case "$LINGUAS" in *$lang*)
7089 CATALOGS="$CATALOGS $cat"
7090 XLINGUAS="$XLINGUAS $lang"
7091 ;;
7092 esac
7093 fi
7094 done
7095 LINGUAS="$XLINGUAS"
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7097$as_echo "$LINGUAS" >&6; }
7098
7099
7100 DATADIRNAME=share
7101
7102 INSTOBJEXT=.mo
7103
7104 GENCAT=gencat
7105
7106 CATOBJEXT=.gmo
7107
7108fi
7109
6bb11ab3
L
7110# Check for socket libraries
7111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7112$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7113if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7114 $as_echo_n "(cached) " >&6
7115else
7116 ac_check_lib_save_LIBS=$LIBS
7117LIBS="-lsocket $LIBS"
7118cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7119/* end confdefs.h. */
7120
7121/* Override any GCC internal prototype to avoid an error.
7122 Use char because int might match the return type of a GCC
7123 builtin and then its argument prototype would still apply. */
7124#ifdef __cplusplus
7125extern "C"
7126#endif
7127char bind ();
7128int
7129main ()
7130{
7131return bind ();
7132 ;
7133 return 0;
7134}
7135_ACEOF
7136if ac_fn_c_try_link "$LINENO"; then :
7137 ac_cv_lib_socket_bind=yes
7138else
7139 ac_cv_lib_socket_bind=no
7140fi
7141rm -f core conftest.err conftest.$ac_objext \
7142 conftest$ac_exeext conftest.$ac_ext
7143LIBS=$ac_check_lib_save_LIBS
7144fi
7145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7146$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7147if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7148 cat >>confdefs.h <<_ACEOF
7149#define HAVE_LIBSOCKET 1
7150_ACEOF
7151
7152 LIBS="-lsocket $LIBS"
7153
7154fi
7155
7156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7157$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7158if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7159 $as_echo_n "(cached) " >&6
7160else
7161 ac_check_lib_save_LIBS=$LIBS
7162LIBS="-lnsl $LIBS"
7163cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7164/* end confdefs.h. */
7165
7166/* Override any GCC internal prototype to avoid an error.
7167 Use char because int might match the return type of a GCC
7168 builtin and then its argument prototype would still apply. */
7169#ifdef __cplusplus
7170extern "C"
7171#endif
7172char gethostbyname ();
7173int
7174main ()
7175{
7176return gethostbyname ();
7177 ;
7178 return 0;
7179}
7180_ACEOF
7181if ac_fn_c_try_link "$LINENO"; then :
7182 ac_cv_lib_nsl_gethostbyname=yes
7183else
7184 ac_cv_lib_nsl_gethostbyname=no
7185fi
7186rm -f core conftest.err conftest.$ac_objext \
7187 conftest$ac_exeext conftest.$ac_ext
7188LIBS=$ac_check_lib_save_LIBS
7189fi
7190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7191$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7192if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7193 cat >>confdefs.h <<_ACEOF
7194#define HAVE_LIBNSL 1
7195_ACEOF
7196
7197 LIBS="-lnsl $LIBS"
7198
7199fi
7200
7201
7202# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7203# using the same condition.
7204
aadc9410 7205 # Use the system's zlib library.
7fed4b0b
L
7206 zlibdir="-L\$(top_builddir)/../zlib"
7207 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7208
aadc9410
MF
7209# Check whether --with-system-zlib was given.
7210if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7211 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7212 zlibdir=
7213 zlibinc=
7214 fi
6bb11ab3
L
7215
7216fi
7217
6bb11ab3 7218
6bb11ab3 7219
6bb11ab3
L
7220
7221
7222# BFD uses libdl when when plugins enabled.
7223
faa743bb
RM
7224 maybe_plugins=no
7225 for ac_header in dlfcn.h
7226do :
7227 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7228"
d0ac1c44 7229if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7230 cat >>confdefs.h <<_ACEOF
7231#define HAVE_DLFCN_H 1
7232_ACEOF
7233 maybe_plugins=yes
7234fi
7235
7236done
7237
7238 for ac_header in windows.h
7239do :
7240 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7241"
d0ac1c44 7242if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7243 cat >>confdefs.h <<_ACEOF
7244#define HAVE_WINDOWS_H 1
7245_ACEOF
7246 maybe_plugins=yes
7247fi
7248
7249done
7250
7251
7252 # Check whether --enable-plugins was given.
6bb11ab3
L
7253if test "${enable_plugins+set}" = set; then :
7254 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7255 no) plugins=no ;;
7256 *) plugins=yes
7257 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7258 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7259 fi ;;
7260 esac
6bb11ab3 7261else
faa743bb
RM
7262 plugins=$maybe_plugins
7263
6bb11ab3
L
7264fi
7265
2974be62 7266 if test "$plugins" = "yes"; then
37f980dc
SM
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7268$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7269if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7270 $as_echo_n "(cached) " >&6
7271else
7272 ac_func_search_save_LIBS=$LIBS
7273cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7274/* end confdefs.h. */
7275
7276/* Override any GCC internal prototype to avoid an error.
7277 Use char because int might match the return type of a GCC
7278 builtin and then its argument prototype would still apply. */
7279#ifdef __cplusplus
7280extern "C"
7281#endif
37f980dc 7282char dlsym ();
2974be62
AM
7283int
7284main ()
7285{
37f980dc 7286return dlsym ();
2974be62
AM
7287 ;
7288 return 0;
7289}
7290_ACEOF
7291for ac_lib in '' dl; do
7292 if test -z "$ac_lib"; then
7293 ac_res="none required"
7294 else
7295 ac_res=-l$ac_lib
7296 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7297 fi
7298 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7299 ac_cv_search_dlsym=$ac_res
2974be62
AM
7300fi
7301rm -f core conftest.err conftest.$ac_objext \
7302 conftest$ac_exeext
d0ac1c44 7303 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7304 break
7305fi
7306done
d0ac1c44 7307if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7308
7309else
37f980dc 7310 ac_cv_search_dlsym=no
2974be62
AM
7311fi
7312rm conftest.$ac_ext
7313LIBS=$ac_func_search_save_LIBS
7314fi
37f980dc
SM
7315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7316$as_echo "$ac_cv_search_dlsym" >&6; }
7317ac_res=$ac_cv_search_dlsym
2974be62
AM
7318if test "$ac_res" != no; then :
7319 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7320
7321fi
7322
7323 fi
6bb11ab3
L
7324
7325 if test "$plugins" = yes; then
7326 PLUGINS_TRUE=
7327 PLUGINS_FALSE='#'
7328else
7329 PLUGINS_TRUE='#'
7330 PLUGINS_FALSE=
7331fi
7332
7333
7334
7335
7336
7337# Set options
7338enable_dlopen=yes
7339
7340
7341
7342
7343 enable_win32_dll=no
7344
7345
7346 # Check whether --enable-shared was given.
7347if test "${enable_shared+set}" = set; then :
7348 enableval=$enable_shared; p=${PACKAGE-default}
7349 case $enableval in
7350 yes) enable_shared=yes ;;
7351 no) enable_shared=no ;;
7352 *)
7353 enable_shared=no
7354 # Look at the argument we got. We use all the common list separators.
7355 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7356 for pkg in $enableval; do
7357 IFS="$lt_save_ifs"
7358 if test "X$pkg" = "X$p"; then
7359 enable_shared=yes
7360 fi
7361 done
7362 IFS="$lt_save_ifs"
7363 ;;
7364 esac
7365else
7366 enable_shared=yes
7367fi
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377 # Check whether --enable-static was given.
7378if test "${enable_static+set}" = set; then :
7379 enableval=$enable_static; p=${PACKAGE-default}
7380 case $enableval in
7381 yes) enable_static=yes ;;
7382 no) enable_static=no ;;
7383 *)
7384 enable_static=no
7385 # Look at the argument we got. We use all the common list separators.
7386 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7387 for pkg in $enableval; do
7388 IFS="$lt_save_ifs"
7389 if test "X$pkg" = "X$p"; then
7390 enable_static=yes
7391 fi
7392 done
7393 IFS="$lt_save_ifs"
7394 ;;
7395 esac
7396else
7397 enable_static=yes
7398fi
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409# Check whether --with-pic was given.
7410if test "${with_pic+set}" = set; then :
7411 withval=$with_pic; pic_mode="$withval"
7412else
7413 pic_mode=default
7414fi
7415
7416
7417test -z "$pic_mode" && pic_mode=default
7418
7419
7420
7421
7422
7423
7424
7425 # Check whether --enable-fast-install was given.
7426if test "${enable_fast_install+set}" = set; then :
7427 enableval=$enable_fast_install; p=${PACKAGE-default}
7428 case $enableval in
7429 yes) enable_fast_install=yes ;;
7430 no) enable_fast_install=no ;;
7431 *)
7432 enable_fast_install=no
7433 # Look at the argument we got. We use all the common list separators.
7434 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7435 for pkg in $enableval; do
7436 IFS="$lt_save_ifs"
7437 if test "X$pkg" = "X$p"; then
7438 enable_fast_install=yes
7439 fi
7440 done
7441 IFS="$lt_save_ifs"
7442 ;;
7443 esac
7444else
7445 enable_fast_install=yes
7446fi
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458# This can be used to rebuild libtool when needed
7459LIBTOOL_DEPS="$ltmain"
7460
7461# Always use our own libtool.
7462LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489test -z "$LN_S" && LN_S="ln -s"
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504if test -n "${ZSH_VERSION+set}" ; then
7505 setopt NO_GLOB_SUBST
7506fi
7507
7508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7509$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7510if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7511 $as_echo_n "(cached) " >&6
7512else
7513 rm -f .libs 2>/dev/null
7514mkdir .libs 2>/dev/null
7515if test -d .libs; then
7516 lt_cv_objdir=.libs
7517else
7518 # MS-DOS does not allow filenames that begin with a dot.
7519 lt_cv_objdir=_libs
f0569246 7520fi
6bb11ab3
L
7521rmdir .libs 2>/dev/null
7522fi
7523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7524$as_echo "$lt_cv_objdir" >&6; }
7525objdir=$lt_cv_objdir
f0569246 7526
6bb11ab3
L
7527
7528
7529
7530
7531cat >>confdefs.h <<_ACEOF
7532#define LT_OBJDIR "$lt_cv_objdir/"
7533_ACEOF
7534
7535
7536
7537
7538case $host_os in
7539aix3*)
7540 # AIX sometimes has problems with the GCC collect2 program. For some
7541 # reason, if we set the COLLECT_NAMES environment variable, the problems
7542 # vanish in a puff of smoke.
7543 if test "X${COLLECT_NAMES+set}" != Xset; then
7544 COLLECT_NAMES=
7545 export COLLECT_NAMES
7546 fi
7547 ;;
81ecdfbb 7548esac
6bb11ab3
L
7549
7550# Global variables:
7551ofile=libtool
7552can_build_shared=yes
7553
7554# All known linkers require a `.a' archive for static linking (except MSVC,
7555# which needs '.lib').
7556libext=a
7557
7558with_gnu_ld="$lt_cv_prog_gnu_ld"
7559
7560old_CC="$CC"
7561old_CFLAGS="$CFLAGS"
7562
7563# Set sane defaults for various variables
7564test -z "$CC" && CC=cc
7565test -z "$LTCC" && LTCC=$CC
7566test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7567test -z "$LD" && LD=ld
7568test -z "$ac_objext" && ac_objext=o
7569
7570for cc_temp in $compiler""; do
7571 case $cc_temp in
7572 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7573 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7574 \-*) ;;
7575 *) break;;
7576 esac
7577done
7578cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7579
7580
7581# Only perform the check for file, if the check method requires it
7582test -z "$MAGIC_CMD" && MAGIC_CMD=file
7583case $deplibs_check_method in
7584file_magic*)
7585 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7587$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7588if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7589 $as_echo_n "(cached) " >&6
7590else
7591 case $MAGIC_CMD in
7592[\\/*] | ?:[\\/]*)
7593 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7594 ;;
7595*)
7596 lt_save_MAGIC_CMD="$MAGIC_CMD"
7597 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7598 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7599 for ac_dir in $ac_dummy; do
7600 IFS="$lt_save_ifs"
7601 test -z "$ac_dir" && ac_dir=.
7602 if test -f $ac_dir/${ac_tool_prefix}file; then
7603 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7604 if test -n "$file_magic_test_file"; then
7605 case $deplibs_check_method in
7606 "file_magic "*)
7607 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7608 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7609 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7610 $EGREP "$file_magic_regex" > /dev/null; then
7611 :
7612 else
7613 cat <<_LT_EOF 1>&2
7614
7615*** Warning: the command libtool uses to detect shared libraries,
7616*** $file_magic_cmd, produces output that libtool cannot recognize.
7617*** The result is that libtool may fail to recognize shared libraries
7618*** as such. This will affect the creation of libtool libraries that
7619*** depend on shared libraries, but programs linked with such libtool
7620*** libraries will work regardless of this problem. Nevertheless, you
7621*** may want to report the problem to your system manager and/or to
7622*** bug-libtool@gnu.org
7623
7624_LT_EOF
7625 fi ;;
7626 esac
7627 fi
7628 break
f0569246 7629 fi
6bb11ab3
L
7630 done
7631 IFS="$lt_save_ifs"
7632 MAGIC_CMD="$lt_save_MAGIC_CMD"
7633 ;;
7634esac
f0569246 7635fi
f0569246 7636
6bb11ab3
L
7637MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7638if test -n "$MAGIC_CMD"; then
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7640$as_echo "$MAGIC_CMD" >&6; }
7641else
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7643$as_echo "no" >&6; }
7644fi
81ecdfbb 7645
6bb11ab3
L
7646
7647
7648
7649
7650if test -z "$lt_cv_path_MAGIC_CMD"; then
7651 if test -n "$ac_tool_prefix"; then
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7653$as_echo_n "checking for file... " >&6; }
d0ac1c44 7654if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7655 $as_echo_n "(cached) " >&6
7656else
7657 case $MAGIC_CMD in
7658[\\/*] | ?:[\\/]*)
7659 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7660 ;;
7661*)
7662 lt_save_MAGIC_CMD="$MAGIC_CMD"
7663 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7664 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7665 for ac_dir in $ac_dummy; do
7666 IFS="$lt_save_ifs"
7667 test -z "$ac_dir" && ac_dir=.
7668 if test -f $ac_dir/file; then
7669 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7670 if test -n "$file_magic_test_file"; then
7671 case $deplibs_check_method in
7672 "file_magic "*)
7673 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7674 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7675 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7676 $EGREP "$file_magic_regex" > /dev/null; then
7677 :
7678 else
7679 cat <<_LT_EOF 1>&2
7680
7681*** Warning: the command libtool uses to detect shared libraries,
7682*** $file_magic_cmd, produces output that libtool cannot recognize.
7683*** The result is that libtool may fail to recognize shared libraries
7684*** as such. This will affect the creation of libtool libraries that
7685*** depend on shared libraries, but programs linked with such libtool
7686*** libraries will work regardless of this problem. Nevertheless, you
7687*** may want to report the problem to your system manager and/or to
7688*** bug-libtool@gnu.org
7689
7690_LT_EOF
7691 fi ;;
7692 esac
7693 fi
7694 break
7695 fi
7696 done
7697 IFS="$lt_save_ifs"
7698 MAGIC_CMD="$lt_save_MAGIC_CMD"
7699 ;;
81ecdfbb 7700esac
6bb11ab3
L
7701fi
7702
7703MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7704if test -n "$MAGIC_CMD"; then
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7706$as_echo "$MAGIC_CMD" >&6; }
7707else
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709$as_echo "no" >&6; }
7710fi
7711
7712
7713 else
7714 MAGIC_CMD=:
7715 fi
7716fi
7717
7718 fi
7719 ;;
7720esac
7721
7722# Use C for the default configuration in the libtool script
7723
7724lt_save_CC="$CC"
7725ac_ext=c
7726ac_cpp='$CPP $CPPFLAGS'
7727ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7728ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7729ac_compiler_gnu=$ac_cv_c_compiler_gnu
7730
7731
7732# Source file extension for C test sources.
7733ac_ext=c
7734
7735# Object file extension for compiled C test sources.
7736objext=o
7737objext=$objext
7738
7739# Code to be used in simple compile tests
7740lt_simple_compile_test_code="int some_variable = 0;"
7741
7742# Code to be used in simple link tests
7743lt_simple_link_test_code='int main(){return(0);}'
7744
7745
7746
7747
7748
7749
7750
7751# If no C compiler was specified, use CC.
7752LTCC=${LTCC-"$CC"}
7753
7754# If no C compiler flags were specified, use CFLAGS.
7755LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7756
7757# Allow CC to be a program name with arguments.
7758compiler=$CC
7759
7760# Save the default compiler, since it gets overwritten when the other
7761# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7762compiler_DEFAULT=$CC
7763
7764# save warnings/boilerplate of simple test code
7765ac_outfile=conftest.$ac_objext
7766echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7767eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7768_lt_compiler_boilerplate=`cat conftest.err`
7769$RM conftest*
7770
7771ac_outfile=conftest.$ac_objext
7772echo "$lt_simple_link_test_code" >conftest.$ac_ext
7773eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7774_lt_linker_boilerplate=`cat conftest.err`
7775$RM -r conftest*
7776
7777
7778## CAVEAT EMPTOR:
7779## There is no encapsulation within the following macros, do not change
7780## the running order or otherwise move them around unless you know exactly
7781## what you are doing...
7782if test -n "$compiler"; then
7783
7784lt_prog_compiler_no_builtin_flag=
7785
7786if test "$GCC" = yes; then
7787 case $cc_basename in
7788 nvcc*)
7789 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7790 *)
7791 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7792 esac
6bb11ab3
L
7793
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7795$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7796if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7797 $as_echo_n "(cached) " >&6
f0569246 7798else
6bb11ab3
L
7799 lt_cv_prog_compiler_rtti_exceptions=no
7800 ac_outfile=conftest.$ac_objext
7801 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7802 lt_compiler_flag="-fno-rtti -fno-exceptions"
7803 # Insert the option either (1) after the last *FLAGS variable, or
7804 # (2) before a word containing "conftest.", or (3) at the end.
7805 # Note that $ac_compile itself does not contain backslashes and begins
7806 # with a dollar sign (not a hyphen), so the echo should work correctly.
7807 # The option is referenced via a variable to avoid confusing sed.
7808 lt_compile=`echo "$ac_compile" | $SED \
7809 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7810 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7811 -e 's:$: $lt_compiler_flag:'`
7812 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7813 (eval "$lt_compile" 2>conftest.err)
7814 ac_status=$?
7815 cat conftest.err >&5
7816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7817 if (exit $ac_status) && test -s "$ac_outfile"; then
7818 # The compiler can only warn and ignore the option if not recognized
7819 # So say no if there are warnings other than the usual output.
7820 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7821 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7822 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7823 lt_cv_prog_compiler_rtti_exceptions=yes
7824 fi
7825 fi
7826 $RM conftest*
7827
f0569246 7828fi
6bb11ab3
L
7829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7830$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7831
7832if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7833 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7834else
7835 :
7836fi
7837
7838fi
7839
7840
7841
7842
7843
7844
7845 lt_prog_compiler_wl=
7846lt_prog_compiler_pic=
7847lt_prog_compiler_static=
7848
7849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7850$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7851
7852 if test "$GCC" = yes; then
7853 lt_prog_compiler_wl='-Wl,'
7854 lt_prog_compiler_static='-static'
7855
7856 case $host_os in
7857 aix*)
7858 # All AIX code is PIC.
7859 if test "$host_cpu" = ia64; then
7860 # AIX 5 now supports IA64 processor
7861 lt_prog_compiler_static='-Bstatic'
7862 fi
7863 lt_prog_compiler_pic='-fPIC'
7864 ;;
7865
7866 amigaos*)
7867 case $host_cpu in
7868 powerpc)
7869 # see comment about AmigaOS4 .so support
7870 lt_prog_compiler_pic='-fPIC'
7871 ;;
7872 m68k)
7873 # FIXME: we need at least 68020 code to build shared libraries, but
7874 # adding the `-m68020' flag to GCC prevents building anything better,
7875 # like `-m68040'.
7876 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7877 ;;
7878 esac
7879 ;;
7880
7881 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7882 # PIC is the default for these OSes.
7883 ;;
7884
7885 mingw* | cygwin* | pw32* | os2* | cegcc*)
7886 # This hack is so that the source file can tell whether it is being
7887 # built for inclusion in a dll (and should export symbols for example).
7888 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7889 # (--disable-auto-import) libraries
7890 lt_prog_compiler_pic='-DDLL_EXPORT'
7891 ;;
7892
7893 darwin* | rhapsody*)
7894 # PIC is the default on this platform
7895 # Common symbols not allowed in MH_DYLIB files
7896 lt_prog_compiler_pic='-fno-common'
7897 ;;
7898
7899 haiku*)
7900 # PIC is the default for Haiku.
7901 # The "-static" flag exists, but is broken.
7902 lt_prog_compiler_static=
7903 ;;
7904
7905 hpux*)
7906 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7907 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7908 # sets the default TLS model and affects inlining.
7909 case $host_cpu in
7910 hppa*64*)
7911 # +Z the default
7912 ;;
7913 *)
7914 lt_prog_compiler_pic='-fPIC'
7915 ;;
7916 esac
7917 ;;
7918
7919 interix[3-9]*)
7920 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7921 # Instead, we relocate shared libraries at runtime.
7922 ;;
7923
7924 msdosdjgpp*)
7925 # Just because we use GCC doesn't mean we suddenly get shared libraries
7926 # on systems that don't support them.
7927 lt_prog_compiler_can_build_shared=no
7928 enable_shared=no
7929 ;;
7930
7931 *nto* | *qnx*)
7932 # QNX uses GNU C++, but need to define -shared option too, otherwise
7933 # it will coredump.
7934 lt_prog_compiler_pic='-fPIC -shared'
7935 ;;
7936
7937 sysv4*MP*)
7938 if test -d /usr/nec; then
7939 lt_prog_compiler_pic=-Kconform_pic
7940 fi
7941 ;;
7942
7943 *)
7944 lt_prog_compiler_pic='-fPIC'
7945 ;;
7946 esac
7947
7948 case $cc_basename in
7949 nvcc*) # Cuda Compiler Driver 2.2
7950 lt_prog_compiler_wl='-Xlinker '
7951 lt_prog_compiler_pic='-Xcompiler -fPIC'
7952 ;;
7953 esac
7954 else
7955 # PORTME Check for flag to pass linker flags through the system compiler.
7956 case $host_os in
7957 aix*)
7958 lt_prog_compiler_wl='-Wl,'
7959 if test "$host_cpu" = ia64; then
7960 # AIX 5 now supports IA64 processor
7961 lt_prog_compiler_static='-Bstatic'
7962 else
7963 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7964 fi
7965 ;;
7966
7967 mingw* | cygwin* | pw32* | os2* | cegcc*)
7968 # This hack is so that the source file can tell whether it is being
7969 # built for inclusion in a dll (and should export symbols for example).
7970 lt_prog_compiler_pic='-DDLL_EXPORT'
7971 ;;
7972
7973 hpux9* | hpux10* | hpux11*)
7974 lt_prog_compiler_wl='-Wl,'
7975 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7976 # not for PA HP-UX.
7977 case $host_cpu in
7978 hppa*64*|ia64*)
7979 # +Z the default
7980 ;;
7981 *)
7982 lt_prog_compiler_pic='+Z'
7983 ;;
7984 esac
7985 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7986 lt_prog_compiler_static='${wl}-a ${wl}archive'
7987 ;;
7988
7989 irix5* | irix6* | nonstopux*)
7990 lt_prog_compiler_wl='-Wl,'
7991 # PIC (with -KPIC) is the default.
7992 lt_prog_compiler_static='-non_shared'
7993 ;;
7994
7995 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7996 case $cc_basename in
7997 # old Intel for x86_64 which still supported -KPIC.
7998 ecc*)
7999 lt_prog_compiler_wl='-Wl,'
8000 lt_prog_compiler_pic='-KPIC'
8001 lt_prog_compiler_static='-static'
8002 ;;
8003 # icc used to be incompatible with GCC.
8004 # ICC 10 doesn't accept -KPIC any more.
8005 icc* | ifort*)
8006 lt_prog_compiler_wl='-Wl,'
8007 lt_prog_compiler_pic='-fPIC'
8008 lt_prog_compiler_static='-static'
8009 ;;
8010 # Lahey Fortran 8.1.
8011 lf95*)
8012 lt_prog_compiler_wl='-Wl,'
8013 lt_prog_compiler_pic='--shared'
8014 lt_prog_compiler_static='--static'
8015 ;;
8016 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8017 # Portland Group compilers (*not* the Pentium gcc compiler,
8018 # which looks to be a dead project)
8019 lt_prog_compiler_wl='-Wl,'
8020 lt_prog_compiler_pic='-fpic'
8021 lt_prog_compiler_static='-Bstatic'
8022 ;;
8023 ccc*)
8024 lt_prog_compiler_wl='-Wl,'
8025 # All Alpha code is PIC.
8026 lt_prog_compiler_static='-non_shared'
8027 ;;
8028 xl* | bgxl* | bgf* | mpixl*)
8029 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8030 lt_prog_compiler_wl='-Wl,'
8031 lt_prog_compiler_pic='-qpic'
8032 lt_prog_compiler_static='-qstaticlink'
8033 ;;
8034 *)
8035 case `$CC -V 2>&1 | sed 5q` in
8036 *Sun\ F* | *Sun*Fortran*)
8037 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8038 lt_prog_compiler_pic='-KPIC'
8039 lt_prog_compiler_static='-Bstatic'
8040 lt_prog_compiler_wl=''
8041 ;;
8042 *Sun\ C*)
8043 # Sun C 5.9
8044 lt_prog_compiler_pic='-KPIC'
8045 lt_prog_compiler_static='-Bstatic'
8046 lt_prog_compiler_wl='-Wl,'
8047 ;;
8048 esac
8049 ;;
8050 esac
8051 ;;
8052
8053 newsos6)
8054 lt_prog_compiler_pic='-KPIC'
8055 lt_prog_compiler_static='-Bstatic'
8056 ;;
8057
8058 *nto* | *qnx*)
8059 # QNX uses GNU C++, but need to define -shared option too, otherwise
8060 # it will coredump.
8061 lt_prog_compiler_pic='-fPIC -shared'
8062 ;;
8063
8064 osf3* | osf4* | osf5*)
8065 lt_prog_compiler_wl='-Wl,'
8066 # All OSF/1 code is PIC.
8067 lt_prog_compiler_static='-non_shared'
8068 ;;
8069
8070 rdos*)
8071 lt_prog_compiler_static='-non_shared'
8072 ;;
8073
8074 solaris*)
8075 lt_prog_compiler_pic='-KPIC'
8076 lt_prog_compiler_static='-Bstatic'
8077 case $cc_basename in
8078 f77* | f90* | f95*)
8079 lt_prog_compiler_wl='-Qoption ld ';;
8080 *)
8081 lt_prog_compiler_wl='-Wl,';;
8082 esac
8083 ;;
f0569246 8084
6bb11ab3
L
8085 sunos4*)
8086 lt_prog_compiler_wl='-Qoption ld '
8087 lt_prog_compiler_pic='-PIC'
8088 lt_prog_compiler_static='-Bstatic'
8089 ;;
f0569246 8090
6bb11ab3
L
8091 sysv4 | sysv4.2uw2* | sysv4.3*)
8092 lt_prog_compiler_wl='-Wl,'
8093 lt_prog_compiler_pic='-KPIC'
8094 lt_prog_compiler_static='-Bstatic'
8095 ;;
f0569246 8096
6bb11ab3
L
8097 sysv4*MP*)
8098 if test -d /usr/nec ;then
8099 lt_prog_compiler_pic='-Kconform_pic'
8100 lt_prog_compiler_static='-Bstatic'
8101 fi
8102 ;;
8103
8104 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8105 lt_prog_compiler_wl='-Wl,'
8106 lt_prog_compiler_pic='-KPIC'
8107 lt_prog_compiler_static='-Bstatic'
8108 ;;
8109
8110 unicos*)
8111 lt_prog_compiler_wl='-Wl,'
8112 lt_prog_compiler_can_build_shared=no
8113 ;;
8114
8115 uts4*)
8116 lt_prog_compiler_pic='-pic'
8117 lt_prog_compiler_static='-Bstatic'
8118 ;;
8119
8120 *)
8121 lt_prog_compiler_can_build_shared=no
8122 ;;
8123 esac
8124 fi
8125
8126case $host_os in
8127 # For platforms which do not support PIC, -DPIC is meaningless:
8128 *djgpp*)
8129 lt_prog_compiler_pic=
8130 ;;
8131 *)
8132 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8133 ;;
81ecdfbb 8134esac
6bb11ab3
L
8135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8136$as_echo "$lt_prog_compiler_pic" >&6; }
8137
8138
8139
8140
8141
8142
8143#
8144# Check to make sure the PIC flag actually works.
8145#
8146if test -n "$lt_prog_compiler_pic"; then
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8148$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8149if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8150 $as_echo_n "(cached) " >&6
b7026657 8151else
6bb11ab3
L
8152 lt_cv_prog_compiler_pic_works=no
8153 ac_outfile=conftest.$ac_objext
8154 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8155 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8156 # Insert the option either (1) after the last *FLAGS variable, or
8157 # (2) before a word containing "conftest.", or (3) at the end.
8158 # Note that $ac_compile itself does not contain backslashes and begins
8159 # with a dollar sign (not a hyphen), so the echo should work correctly.
8160 # The option is referenced via a variable to avoid confusing sed.
8161 lt_compile=`echo "$ac_compile" | $SED \
8162 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8163 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8164 -e 's:$: $lt_compiler_flag:'`
8165 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8166 (eval "$lt_compile" 2>conftest.err)
8167 ac_status=$?
8168 cat conftest.err >&5
8169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8170 if (exit $ac_status) && test -s "$ac_outfile"; then
8171 # The compiler can only warn and ignore the option if not recognized
8172 # So say no if there are warnings other than the usual output.
8173 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8174 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8175 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8176 lt_cv_prog_compiler_pic_works=yes
8177 fi
8178 fi
8179 $RM conftest*
b7026657 8180
b7026657 8181fi
6bb11ab3
L
8182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8183$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8184
8185if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8186 case $lt_prog_compiler_pic in
8187 "" | " "*) ;;
8188 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8189 esac
8190else
8191 lt_prog_compiler_pic=
8192 lt_prog_compiler_can_build_shared=no
f0569246 8193fi
6bb11ab3
L
8194
8195fi
8196
8197
8198
8199
8200
8201
8202#
8203# Check to make sure the static flag actually works.
8204#
8205wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8207$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8208if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8209 $as_echo_n "(cached) " >&6
f0569246 8210else
6bb11ab3
L
8211 lt_cv_prog_compiler_static_works=no
8212 save_LDFLAGS="$LDFLAGS"
8213 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8214 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8215 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8216 # The linker can only warn and ignore the option if not recognized
8217 # So say no if there are warnings
8218 if test -s conftest.err; then
8219 # Append any errors to the config.log.
8220 cat conftest.err 1>&5
8221 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8222 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8223 if diff conftest.exp conftest.er2 >/dev/null; then
8224 lt_cv_prog_compiler_static_works=yes
8225 fi
8226 else
8227 lt_cv_prog_compiler_static_works=yes
8228 fi
8229 fi
8230 $RM -r conftest*
8231 LDFLAGS="$save_LDFLAGS"
f0569246 8232
6bb11ab3
L
8233fi
8234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8235$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8236
6bb11ab3
L
8237if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8238 :
f0569246 8239else
6bb11ab3 8240 lt_prog_compiler_static=
f0569246 8241fi
b7026657 8242
6bb11ab3
L
8243
8244
8245
8246
8247
8248
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8250$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8251if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8252 $as_echo_n "(cached) " >&6
81ecdfbb 8253else
6bb11ab3
L
8254 lt_cv_prog_compiler_c_o=no
8255 $RM -r conftest 2>/dev/null
8256 mkdir conftest
8257 cd conftest
8258 mkdir out
8259 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8260
8261 lt_compiler_flag="-o out/conftest2.$ac_objext"
8262 # Insert the option either (1) after the last *FLAGS variable, or
8263 # (2) before a word containing "conftest.", or (3) at the end.
8264 # Note that $ac_compile itself does not contain backslashes and begins
8265 # with a dollar sign (not a hyphen), so the echo should work correctly.
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>out/conftest.err)
8272 ac_status=$?
8273 cat out/conftest.err >&5
8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8275 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8276 then
8277 # The compiler can only warn and ignore the option if not recognized
8278 # So say no if there are warnings
8279 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8280 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8281 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8282 lt_cv_prog_compiler_c_o=yes
8283 fi
8284 fi
8285 chmod u+w . 2>&5
8286 $RM conftest*
8287 # SGI C++ compiler will create directory out/ii_files/ for
8288 # template instantiation
8289 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8290 $RM out/* && rmdir out
8291 cd ..
8292 $RM -r conftest
8293 $RM conftest*
8294
81ecdfbb 8295fi
6bb11ab3
L
8296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8297$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8298
8299
8300
8301
8302
8303
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8305$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8306if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8307 $as_echo_n "(cached) " >&6
8308else
6bb11ab3
L
8309 lt_cv_prog_compiler_c_o=no
8310 $RM -r conftest 2>/dev/null
8311 mkdir conftest
8312 cd conftest
8313 mkdir out
8314 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8315
8316 lt_compiler_flag="-o out/conftest2.$ac_objext"
8317 # Insert the option either (1) after the last *FLAGS variable, or
8318 # (2) before a word containing "conftest.", or (3) at the end.
8319 # Note that $ac_compile itself does not contain backslashes and begins
8320 # with a dollar sign (not a hyphen), so the echo should work correctly.
8321 lt_compile=`echo "$ac_compile" | $SED \
8322 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8323 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8324 -e 's:$: $lt_compiler_flag:'`
8325 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8326 (eval "$lt_compile" 2>out/conftest.err)
8327 ac_status=$?
8328 cat out/conftest.err >&5
8329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8330 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8331 then
8332 # The compiler can only warn and ignore the option if not recognized
8333 # So say no if there are warnings
8334 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8335 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8336 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8337 lt_cv_prog_compiler_c_o=yes
8338 fi
8339 fi
8340 chmod u+w . 2>&5
8341 $RM conftest*
8342 # SGI C++ compiler will create directory out/ii_files/ for
8343 # template instantiation
8344 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8345 $RM out/* && rmdir out
8346 cd ..
8347 $RM -r conftest
8348 $RM conftest*
8349
8350fi
8351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8352$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8353
8354
8355
8356
8357hard_links="nottested"
8358if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8359 # do not overwrite the value of need_locks provided by the user
8360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8361$as_echo_n "checking if we can lock with hard links... " >&6; }
8362 hard_links=yes
8363 $RM conftest*
8364 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8365 touch conftest.a
8366 ln conftest.a conftest.b 2>&5 || hard_links=no
8367 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8369$as_echo "$hard_links" >&6; }
8370 if test "$hard_links" = no; then
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8372$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8373 need_locks=warn
8374 fi
8375else
8376 need_locks=no
8377fi
8378
8379
8380
8381
8382
8383
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8385$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8386
8387 runpath_var=
8388 allow_undefined_flag=
8389 always_export_symbols=no
8390 archive_cmds=
8391 archive_expsym_cmds=
8392 compiler_needs_object=no
8393 enable_shared_with_static_runtimes=no
8394 export_dynamic_flag_spec=
8395 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8396 hardcode_automatic=no
8397 hardcode_direct=no
8398 hardcode_direct_absolute=no
8399 hardcode_libdir_flag_spec=
8400 hardcode_libdir_flag_spec_ld=
8401 hardcode_libdir_separator=
8402 hardcode_minus_L=no
8403 hardcode_shlibpath_var=unsupported
8404 inherit_rpath=no
8405 link_all_deplibs=unknown
8406 module_cmds=
8407 module_expsym_cmds=
8408 old_archive_from_new_cmds=
8409 old_archive_from_expsyms_cmds=
8410 thread_safe_flag_spec=
8411 whole_archive_flag_spec=
8412 # include_expsyms should be a list of space-separated symbols to be *always*
8413 # included in the symbol list
8414 include_expsyms=
8415 # exclude_expsyms can be an extended regexp of symbols to exclude
8416 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8417 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8418 # as well as any symbol that contains `d'.
8419 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8420 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8421 # platforms (ab)use it in PIC code, but their linkers get confused if
8422 # the symbol is explicitly referenced. Since portable code cannot
8423 # rely on this symbol name, it's probably fine to never include it in
8424 # preloaded symbol tables.
8425 # Exclude shared library initialization/finalization symbols.
8426 extract_expsyms_cmds=
8427
8428 case $host_os in
8429 cygwin* | mingw* | pw32* | cegcc*)
8430 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8431 # When not using gcc, we currently assume that we are using
8432 # Microsoft Visual C++.
8433 if test "$GCC" != yes; then
8434 with_gnu_ld=no
8435 fi
8436 ;;
8437 interix*)
8438 # we just hope/assume this is gcc and not c89 (= MSVC++)
8439 with_gnu_ld=yes
8440 ;;
8441 openbsd*)
8442 with_gnu_ld=no
8443 ;;
8444 esac
f0569246 8445
6bb11ab3
L
8446 ld_shlibs=yes
8447
8448 # On some targets, GNU ld is compatible enough with the native linker
8449 # that we're better off using the native interface for both.
8450 lt_use_gnu_ld_interface=no
8451 if test "$with_gnu_ld" = yes; then
8452 case $host_os in
8453 aix*)
8454 # The AIX port of GNU ld has always aspired to compatibility
8455 # with the native linker. However, as the warning in the GNU ld
8456 # block says, versions before 2.19.5* couldn't really create working
8457 # shared libraries, regardless of the interface used.
8458 case `$LD -v 2>&1` in
8459 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8460 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8461 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8462 *)
8463 lt_use_gnu_ld_interface=yes
8464 ;;
8465 esac
8466 ;;
8467 *)
8468 lt_use_gnu_ld_interface=yes
8469 ;;
8470 esac
8471 fi
f0569246 8472
6bb11ab3
L
8473 if test "$lt_use_gnu_ld_interface" = yes; then
8474 # If archive_cmds runs LD, not CC, wlarc should be empty
8475 wlarc='${wl}'
8476
8477 # Set some defaults for GNU ld with shared library support. These
8478 # are reset later if shared libraries are not supported. Putting them
8479 # here allows them to be overridden if necessary.
8480 runpath_var=LD_RUN_PATH
8481 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8482 export_dynamic_flag_spec='${wl}--export-dynamic'
8483 # ancient GNU ld didn't support --whole-archive et. al.
8484 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8485 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8486 else
8487 whole_archive_flag_spec=
8488 fi
8489 supports_anon_versioning=no
8490 case `$LD -v 2>&1` in
8491 *GNU\ gold*) supports_anon_versioning=yes ;;
8492 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8493 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8494 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8495 *\ 2.11.*) ;; # other 2.11 versions
8496 *) supports_anon_versioning=yes ;;
8497 esac
8498
8499 # See if GNU ld supports shared libraries.
8500 case $host_os in
8501 aix[3-9]*)
8502 # On AIX/PPC, the GNU linker is very broken
8503 if test "$host_cpu" != ia64; then
8504 ld_shlibs=no
8505 cat <<_LT_EOF 1>&2
8506
8507*** Warning: the GNU linker, at least up to release 2.19, is reported
8508*** to be unable to reliably create shared libraries on AIX.
8509*** Therefore, libtool is disabling shared libraries support. If you
8510*** really care for shared libraries, you may want to install binutils
8511*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8512*** You will then need to restart the configuration process.
8513
8514_LT_EOF
8515 fi
8516 ;;
8517
8518 amigaos*)
8519 case $host_cpu in
8520 powerpc)
8521 # see comment about AmigaOS4 .so support
8522 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8523 archive_expsym_cmds=''
8524 ;;
8525 m68k)
8526 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)'
8527 hardcode_libdir_flag_spec='-L$libdir'
8528 hardcode_minus_L=yes
8529 ;;
8530 esac
8531 ;;
8532
8533 beos*)
8534 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8535 allow_undefined_flag=unsupported
8536 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8537 # support --undefined. This deserves some investigation. FIXME
8538 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8539 else
8540 ld_shlibs=no
8541 fi
8542 ;;
8543
8544 cygwin* | mingw* | pw32* | cegcc*)
8545 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8546 # as there is no search path for DLLs.
8547 hardcode_libdir_flag_spec='-L$libdir'
8548 export_dynamic_flag_spec='${wl}--export-all-symbols'
8549 allow_undefined_flag=unsupported
8550 always_export_symbols=no
8551 enable_shared_with_static_runtimes=yes
8552 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8553
8554 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8555 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8556 # If the export-symbols file already is a .def file (1st line
8557 # is EXPORTS), use it as is; otherwise, prepend...
8558 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8559 cp $export_symbols $output_objdir/$soname.def;
8560 else
8561 echo EXPORTS > $output_objdir/$soname.def;
8562 cat $export_symbols >> $output_objdir/$soname.def;
8563 fi~
8564 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8565 else
8566 ld_shlibs=no
8567 fi
8568 ;;
8569
8570 haiku*)
8571 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8572 link_all_deplibs=yes
8573 ;;
8574
8575 interix[3-9]*)
8576 hardcode_direct=no
8577 hardcode_shlibpath_var=no
8578 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8579 export_dynamic_flag_spec='${wl}-E'
8580 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8581 # Instead, shared libraries are loaded at an image base (0x10000000 by
8582 # default) and relocated if they conflict, which is a slow very memory
8583 # consuming and fragmenting process. To avoid this, we pick a random,
8584 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8585 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8586 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8587 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'
8588 ;;
8589
8590 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8591 tmp_diet=no
8592 if test "$host_os" = linux-dietlibc; then
8593 case $cc_basename in
8594 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8595 esac
8596 fi
8597 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8598 && test "$tmp_diet" = no
8599 then
ae7d0cac 8600 tmp_addflag=' $pic_flag'
6bb11ab3
L
8601 tmp_sharedflag='-shared'
8602 case $cc_basename,$host_cpu in
8603 pgcc*) # Portland Group C compiler
8604 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8605 tmp_addflag=' $pic_flag'
8606 ;;
8607 pgf77* | pgf90* | pgf95* | pgfortran*)
8608 # Portland Group f77 and f90 compilers
8609 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'
8610 tmp_addflag=' $pic_flag -Mnomain' ;;
8611 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8612 tmp_addflag=' -i_dynamic' ;;
8613 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8614 tmp_addflag=' -i_dynamic -nofor_main' ;;
8615 ifc* | ifort*) # Intel Fortran compiler
8616 tmp_addflag=' -nofor_main' ;;
8617 lf95*) # Lahey Fortran 8.1
8618 whole_archive_flag_spec=
8619 tmp_sharedflag='--shared' ;;
8620 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8621 tmp_sharedflag='-qmkshrobj'
8622 tmp_addflag= ;;
8623 nvcc*) # Cuda Compiler Driver 2.2
8624 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'
8625 compiler_needs_object=yes
8626 ;;
8627 esac
8628 case `$CC -V 2>&1 | sed 5q` in
8629 *Sun\ C*) # Sun C 5.9
8630 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'
8631 compiler_needs_object=yes
8632 tmp_sharedflag='-G' ;;
8633 *Sun\ F*) # Sun Fortran 8.3
8634 tmp_sharedflag='-G' ;;
8635 esac
8636 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8637
8638 if test "x$supports_anon_versioning" = xyes; then
8639 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8640 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8641 echo "local: *; };" >> $output_objdir/$libname.ver~
8642 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8643 fi
8644
8645 case $cc_basename in
8646 xlf* | bgf* | bgxlf* | mpixlf*)
8647 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8648 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8649 hardcode_libdir_flag_spec=
8650 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8651 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8652 if test "x$supports_anon_versioning" = xyes; then
8653 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8654 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8655 echo "local: *; };" >> $output_objdir/$libname.ver~
8656 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8657 fi
8658 ;;
8659 esac
8660 else
8661 ld_shlibs=no
8662 fi
8663 ;;
8664
8665 netbsd*)
8666 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8667 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8668 wlarc=
8669 else
8670 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8671 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8672 fi
8673 ;;
8674
8675 solaris*)
8676 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8677 ld_shlibs=no
8678 cat <<_LT_EOF 1>&2
8679
8680*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8681*** create shared libraries on Solaris systems. Therefore, libtool
8682*** is disabling shared libraries support. We urge you to upgrade GNU
8683*** binutils to release 2.9.1 or newer. Another option is to modify
8684*** your PATH or compiler configuration so that the native linker is
8685*** used, and then restart.
8686
8687_LT_EOF
8688 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8690 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8691 else
8692 ld_shlibs=no
8693 fi
8694 ;;
8695
8696 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8697 case `$LD -v 2>&1` in
8698 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8699 ld_shlibs=no
8700 cat <<_LT_EOF 1>&2
8701
8702*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8703*** reliably create shared libraries on SCO systems. Therefore, libtool
8704*** is disabling shared libraries support. We urge you to upgrade GNU
8705*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8706*** your PATH or compiler configuration so that the native linker is
8707*** used, and then restart.
8708
8709_LT_EOF
8710 ;;
8711 *)
8712 # For security reasons, it is highly recommended that you always
8713 # use absolute paths for naming shared libraries, and exclude the
8714 # DT_RUNPATH tag from executables and libraries. But doing so
8715 # requires that you compile everything twice, which is a pain.
8716 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8717 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8718 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8719 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8720 else
8721 ld_shlibs=no
8722 fi
8723 ;;
8724 esac
8725 ;;
8726
8727 sunos4*)
8728 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8729 wlarc=
8730 hardcode_direct=yes
8731 hardcode_shlibpath_var=no
8732 ;;
8733
8734 *)
8735 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8736 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8737 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8738 else
8739 ld_shlibs=no
8740 fi
8741 ;;
8742 esac
8743
8744 if test "$ld_shlibs" = no; then
8745 runpath_var=
8746 hardcode_libdir_flag_spec=
8747 export_dynamic_flag_spec=
8748 whole_archive_flag_spec=
8749 fi
8750 else
8751 # PORTME fill in a description of your system's linker (not GNU ld)
8752 case $host_os in
8753 aix3*)
8754 allow_undefined_flag=unsupported
8755 always_export_symbols=yes
8756 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'
8757 # Note: this linker hardcodes the directories in LIBPATH if there
8758 # are no directories specified by -L.
8759 hardcode_minus_L=yes
8760 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8761 # Neither direct hardcoding nor static linking is supported with a
8762 # broken collect2.
8763 hardcode_direct=unsupported
8764 fi
8765 ;;
8766
8767 aix[4-9]*)
8768 if test "$host_cpu" = ia64; then
8769 # On IA64, the linker does run time linking by default, so we don't
8770 # have to do anything special.
8771 aix_use_runtimelinking=no
8772 exp_sym_flag='-Bexport'
8773 no_entry_flag=""
8774 else
8775 # If we're using GNU nm, then we don't want the "-C" option.
8776 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8777 # Also, AIX nm treats weak defined symbols like other global
8778 # defined symbols, whereas GNU nm marks them as "W".
8779 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8780 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'
8781 else
5c887dd5 8782 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
8783 fi
8784 aix_use_runtimelinking=no
8785
8786 # Test if we are trying to use run time linking or normal
8787 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8788 # need to do runtime linking.
8789 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8790 for ld_flag in $LDFLAGS; do
8791 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8792 aix_use_runtimelinking=yes
8793 break
8794 fi
8795 done
8796 ;;
8797 esac
8798
8799 exp_sym_flag='-bexport'
8800 no_entry_flag='-bnoentry'
8801 fi
8802
8803 # When large executables or shared objects are built, AIX ld can
8804 # have problems creating the table of contents. If linking a library
8805 # or program results in "error TOC overflow" add -mminimal-toc to
8806 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8807 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8808
8809 archive_cmds=''
8810 hardcode_direct=yes
8811 hardcode_direct_absolute=yes
8812 hardcode_libdir_separator=':'
8813 link_all_deplibs=yes
8814 file_list_spec='${wl}-f,'
8815
8816 if test "$GCC" = yes; then
8817 case $host_os in aix4.[012]|aix4.[012].*)
8818 # We only want to do this on AIX 4.2 and lower, the check
8819 # below for broken collect2 doesn't work under 4.3+
8820 collect2name=`${CC} -print-prog-name=collect2`
8821 if test -f "$collect2name" &&
8822 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8823 then
8824 # We have reworked collect2
8825 :
8826 else
8827 # We have old collect2
8828 hardcode_direct=unsupported
8829 # It fails to find uninstalled libraries when the uninstalled
8830 # path is not listed in the libpath. Setting hardcode_minus_L
8831 # to unsupported forces relinking
8832 hardcode_minus_L=yes
8833 hardcode_libdir_flag_spec='-L$libdir'
8834 hardcode_libdir_separator=
8835 fi
8836 ;;
8837 esac
8838 shared_flag='-shared'
8839 if test "$aix_use_runtimelinking" = yes; then
8840 shared_flag="$shared_flag "'${wl}-G'
8841 fi
8842 else
8843 # not using gcc
8844 if test "$host_cpu" = ia64; then
8845 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8846 # chokes on -Wl,-G. The following line is correct:
8847 shared_flag='-G'
8848 else
8849 if test "$aix_use_runtimelinking" = yes; then
8850 shared_flag='${wl}-G'
8851 else
8852 shared_flag='${wl}-bM:SRE'
8853 fi
8854 fi
8855 fi
8856
8857 export_dynamic_flag_spec='${wl}-bexpall'
8858 # It seems that -bexpall does not export symbols beginning with
8859 # underscore (_), so it is better to generate a list of symbols to export.
8860 always_export_symbols=yes
8861 if test "$aix_use_runtimelinking" = yes; then
8862 # Warning - without using the other runtime loading flags (-brtl),
8863 # -berok will link without error, but may produce a broken library.
8864 allow_undefined_flag='-berok'
8865 # Determine the default libpath from the value encoded in an
8866 # empty executable.
8867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8868/* end confdefs.h. */
8869
8870int
8871main ()
8872{
8873
8874 ;
8875 return 0;
8876}
8877_ACEOF
6bb11ab3 8878if ac_fn_c_try_link "$LINENO"; then :
b7026657 8879
6bb11ab3
L
8880lt_aix_libpath_sed='
8881 /Import File Strings/,/^$/ {
8882 /^0/ {
8883 s/^0 *\(.*\)$/\1/
8884 p
8885 }
8886 }'
8887aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8888# Check for a 64-bit object if we didn't find anything.
8889if test -z "$aix_libpath"; then
8890 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8891fi
8892fi
8893rm -f core conftest.err conftest.$ac_objext \
8894 conftest$ac_exeext conftest.$ac_ext
8895if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8896
8897 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8898 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"
8899 else
8900 if test "$host_cpu" = ia64; then
8901 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8902 allow_undefined_flag="-z nodefs"
8903 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"
8904 else
8905 # Determine the default libpath from the value encoded in an
8906 # empty executable.
81ecdfbb
RW
8907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8908/* end confdefs.h. */
8909
8910int
8911main ()
8912{
8913
8914 ;
8915 return 0;
8916}
8917_ACEOF
6bb11ab3
L
8918if ac_fn_c_try_link "$LINENO"; then :
8919
8920lt_aix_libpath_sed='
8921 /Import File Strings/,/^$/ {
8922 /^0/ {
8923 s/^0 *\(.*\)$/\1/
8924 p
8925 }
8926 }'
8927aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8928# Check for a 64-bit object if we didn't find anything.
8929if test -z "$aix_libpath"; then
8930 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8931fi
81ecdfbb 8932fi
6bb11ab3
L
8933rm -f core conftest.err conftest.$ac_objext \
8934 conftest$ac_exeext conftest.$ac_ext
8935if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8936
8937 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8938 # Warning - without using the other run time loading flags,
8939 # -berok will link without error, but may produce a broken library.
8940 no_undefined_flag=' ${wl}-bernotok'
8941 allow_undefined_flag=' ${wl}-berok'
8942 if test "$with_gnu_ld" = yes; then
8943 # We only use this code for GNU lds that support --whole-archive.
8944 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8945 else
8946 # Exported symbols can be pulled into shared objects from archives
8947 whole_archive_flag_spec='$convenience'
8948 fi
8949 archive_cmds_need_lc=yes
8950 # This is similar to how AIX traditionally builds its shared libraries.
8951 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'
8952 fi
8953 fi
8954 ;;
8955
8956 amigaos*)
8957 case $host_cpu in
8958 powerpc)
8959 # see comment about AmigaOS4 .so support
8960 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8961 archive_expsym_cmds=''
8962 ;;
8963 m68k)
8964 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)'
8965 hardcode_libdir_flag_spec='-L$libdir'
8966 hardcode_minus_L=yes
8967 ;;
8968 esac
8969 ;;
8970
8971 bsdi[45]*)
8972 export_dynamic_flag_spec=-rdynamic
8973 ;;
8974
8975 cygwin* | mingw* | pw32* | cegcc*)
8976 # When not using gcc, we currently assume that we are using
8977 # Microsoft Visual C++.
8978 # hardcode_libdir_flag_spec is actually meaningless, as there is
8979 # no search path for DLLs.
8980 hardcode_libdir_flag_spec=' '
8981 allow_undefined_flag=unsupported
8982 # Tell ltmain to make .lib files, not .a files.
8983 libext=lib
8984 # Tell ltmain to make .dll files, not .so files.
8985 shrext_cmds=".dll"
8986 # FIXME: Setting linknames here is a bad hack.
8987 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8988 # The linker will automatically build a .lib file if we build a DLL.
8989 old_archive_from_new_cmds='true'
8990 # FIXME: Should let the user specify the lib program.
8991 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8992 fix_srcfile_path='`cygpath -w "$srcfile"`'
8993 enable_shared_with_static_runtimes=yes
8994 ;;
8995
8996 darwin* | rhapsody*)
8997
8998
8999 archive_cmds_need_lc=no
9000 hardcode_direct=no
9001 hardcode_automatic=yes
9002 hardcode_shlibpath_var=unsupported
9003 if test "$lt_cv_ld_force_load" = "yes"; then
9004 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
f0569246 9005 else
6bb11ab3 9006 whole_archive_flag_spec=''
f0569246 9007 fi
6bb11ab3
L
9008 link_all_deplibs=yes
9009 allow_undefined_flag="$_lt_dar_allow_undefined"
9010 case $cc_basename in
9011 ifort*) _lt_dar_can_shared=yes ;;
9012 *) _lt_dar_can_shared=$GCC ;;
9013 esac
9014 if test "$_lt_dar_can_shared" = "yes"; then
9015 output_verbose_link_cmd=func_echo_all
9016 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9017 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9018 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}"
9019 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}"
9020
f0569246 9021 else
6bb11ab3 9022 ld_shlibs=no
f0569246 9023 fi
6bb11ab3
L
9024
9025 ;;
9026
9027 dgux*)
9028 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9029 hardcode_libdir_flag_spec='-L$libdir'
9030 hardcode_shlibpath_var=no
9031 ;;
9032
9033 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9034 # support. Future versions do this automatically, but an explicit c++rt0.o
9035 # does not break anything, and helps significantly (at the cost of a little
9036 # extra space).
9037 freebsd2.2*)
9038 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9039 hardcode_libdir_flag_spec='-R$libdir'
9040 hardcode_direct=yes
9041 hardcode_shlibpath_var=no
9042 ;;
9043
9044 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9045 freebsd2.*)
9046 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9047 hardcode_direct=yes
9048 hardcode_minus_L=yes
9049 hardcode_shlibpath_var=no
9050 ;;
9051
9052 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9053 freebsd* | dragonfly*)
9054 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9055 hardcode_libdir_flag_spec='-R$libdir'
9056 hardcode_direct=yes
9057 hardcode_shlibpath_var=no
9058 ;;
9059
9060 hpux9*)
9061 if test "$GCC" = yes; then
9062 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'
9063 else
9064 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'
9065 fi
9066 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9067 hardcode_libdir_separator=:
9068 hardcode_direct=yes
9069
9070 # hardcode_minus_L: Not really in the search PATH,
9071 # but as the default location of the library.
9072 hardcode_minus_L=yes
9073 export_dynamic_flag_spec='${wl}-E'
9074 ;;
9075
9076 hpux10*)
9077 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9078 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9079 else
9080 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9081 fi
9082 if test "$with_gnu_ld" = no; then
9083 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9084 hardcode_libdir_flag_spec_ld='+b $libdir'
9085 hardcode_libdir_separator=:
9086 hardcode_direct=yes
9087 hardcode_direct_absolute=yes
9088 export_dynamic_flag_spec='${wl}-E'
9089 # hardcode_minus_L: Not really in the search PATH,
9090 # but as the default location of the library.
9091 hardcode_minus_L=yes
9092 fi
9093 ;;
9094
9095 hpux11*)
9096 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9097 case $host_cpu in
9098 hppa*64*)
9099 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9100 ;;
9101 ia64*)
9102 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9103 ;;
9104 *)
9105 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9106 ;;
9107 esac
9108 else
9109 case $host_cpu in
9110 hppa*64*)
9111 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9112 ;;
9113 ia64*)
9114 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9115 ;;
9116 *)
9117
9118 # Older versions of the 11.00 compiler do not understand -b yet
9119 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9121$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9122if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9123 $as_echo_n "(cached) " >&6
f0569246 9124else
6bb11ab3
L
9125 lt_cv_prog_compiler__b=no
9126 save_LDFLAGS="$LDFLAGS"
9127 LDFLAGS="$LDFLAGS -b"
9128 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9129 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9130 # The linker can only warn and ignore the option if not recognized
9131 # So say no if there are warnings
9132 if test -s conftest.err; then
9133 # Append any errors to the config.log.
9134 cat conftest.err 1>&5
9135 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9136 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9137 if diff conftest.exp conftest.er2 >/dev/null; then
9138 lt_cv_prog_compiler__b=yes
9139 fi
9140 else
9141 lt_cv_prog_compiler__b=yes
9142 fi
9143 fi
9144 $RM -r conftest*
9145 LDFLAGS="$save_LDFLAGS"
f0569246 9146
6bb11ab3
L
9147fi
9148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9149$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9150
6bb11ab3
L
9151if test x"$lt_cv_prog_compiler__b" = xyes; then
9152 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9153else
9154 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9155fi
81ecdfbb 9156
6bb11ab3
L
9157 ;;
9158 esac
9159 fi
9160 if test "$with_gnu_ld" = no; then
9161 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9162 hardcode_libdir_separator=:
9163
9164 case $host_cpu in
9165 hppa*64*|ia64*)
9166 hardcode_direct=no
9167 hardcode_shlibpath_var=no
9168 ;;
9169 *)
9170 hardcode_direct=yes
9171 hardcode_direct_absolute=yes
9172 export_dynamic_flag_spec='${wl}-E'
9173
9174 # hardcode_minus_L: Not really in the search PATH,
9175 # but as the default location of the library.
9176 hardcode_minus_L=yes
9177 ;;
9178 esac
9179 fi
9180 ;;
9181
9182 irix5* | irix6* | nonstopux*)
9183 if test "$GCC" = yes; then
9184 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'
9185 # Try to use the -exported_symbol ld option, if it does not
9186 # work, assume that -exports_file does not work either and
9187 # implicitly export all symbols.
9188 save_LDFLAGS="$LDFLAGS"
9189 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9191/* end confdefs.h. */
9192int foo(void) {}
b7026657 9193_ACEOF
6bb11ab3
L
9194if ac_fn_c_try_link "$LINENO"; then :
9195 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
c906108c 9196
f0569246 9197fi
6bb11ab3
L
9198rm -f core conftest.err conftest.$ac_objext \
9199 conftest$ac_exeext conftest.$ac_ext
9200 LDFLAGS="$save_LDFLAGS"
9201 else
9202 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'
9203 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'
9204 fi
9205 archive_cmds_need_lc='no'
9206 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9207 hardcode_libdir_separator=:
9208 inherit_rpath=yes
9209 link_all_deplibs=yes
9210 ;;
9211
9212 netbsd*)
9213 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9214 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9215 else
9216 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9217 fi
9218 hardcode_libdir_flag_spec='-R$libdir'
9219 hardcode_direct=yes
9220 hardcode_shlibpath_var=no
9221 ;;
9222
9223 newsos6)
9224 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9225 hardcode_direct=yes
9226 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9227 hardcode_libdir_separator=:
9228 hardcode_shlibpath_var=no
9229 ;;
9230
9231 *nto* | *qnx*)
9232 ;;
9233
9234 openbsd*)
9235 if test -f /usr/libexec/ld.so; then
9236 hardcode_direct=yes
9237 hardcode_shlibpath_var=no
9238 hardcode_direct_absolute=yes
9239 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9240 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9241 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9242 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9243 export_dynamic_flag_spec='${wl}-E'
9244 else
9245 case $host_os in
9246 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9247 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9248 hardcode_libdir_flag_spec='-R$libdir'
9249 ;;
9250 *)
9251 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9252 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9253 ;;
9254 esac
9255 fi
9256 else
9257 ld_shlibs=no
9258 fi
9259 ;;
9260
9261 os2*)
9262 hardcode_libdir_flag_spec='-L$libdir'
9263 hardcode_minus_L=yes
9264 allow_undefined_flag=unsupported
9265 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'
9266 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9267 ;;
9268
9269 osf3*)
9270 if test "$GCC" = yes; then
9271 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9272 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'
9273 else
9274 allow_undefined_flag=' -expect_unresolved \*'
9275 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'
9276 fi
9277 archive_cmds_need_lc='no'
9278 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9279 hardcode_libdir_separator=:
9280 ;;
9281
9282 osf4* | osf5*) # as osf3* with the addition of -msym flag
9283 if test "$GCC" = yes; then
9284 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9285 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'
9286 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9287 else
9288 allow_undefined_flag=' -expect_unresolved \*'
9289 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'
9290 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~
9291 $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'
9292
9293 # Both c and cxx compiler support -rpath directly
9294 hardcode_libdir_flag_spec='-rpath $libdir'
9295 fi
9296 archive_cmds_need_lc='no'
9297 hardcode_libdir_separator=:
9298 ;;
9299
9300 solaris*)
9301 no_undefined_flag=' -z defs'
9302 if test "$GCC" = yes; then
9303 wlarc='${wl}'
9304 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9305 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9306 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9307 else
9308 case `$CC -V 2>&1` in
9309 *"Compilers 5.0"*)
9310 wlarc=''
9311 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9312 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9313 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9314 ;;
9315 *)
9316 wlarc='${wl}'
9317 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9318 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9319 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9320 ;;
9321 esac
9322 fi
9323 hardcode_libdir_flag_spec='-R$libdir'
9324 hardcode_shlibpath_var=no
9325 case $host_os in
9326 solaris2.[0-5] | solaris2.[0-5].*) ;;
9327 *)
9328 # The compiler driver will combine and reorder linker options,
9329 # but understands `-z linker_flag'. GCC discards it without `$wl',
9330 # but is careful enough not to reorder.
9331 # Supported since Solaris 2.6 (maybe 2.5.1?)
9332 if test "$GCC" = yes; then
9333 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9334 else
9335 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9336 fi
9337 ;;
9338 esac
9339 link_all_deplibs=yes
9340 ;;
9341
9342 sunos4*)
9343 if test "x$host_vendor" = xsequent; then
9344 # Use $CC to link under sequent, because it throws in some extra .o
9345 # files that make .init and .fini sections work.
9346 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9347 else
9348 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9349 fi
9350 hardcode_libdir_flag_spec='-L$libdir'
9351 hardcode_direct=yes
9352 hardcode_minus_L=yes
9353 hardcode_shlibpath_var=no
9354 ;;
9355
9356 sysv4)
9357 case $host_vendor in
9358 sni)
9359 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9360 hardcode_direct=yes # is this really true???
9361 ;;
9362 siemens)
9363 ## LD is ld it makes a PLAMLIB
9364 ## CC just makes a GrossModule.
9365 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9366 reload_cmds='$CC -r -o $output$reload_objs'
9367 hardcode_direct=no
9368 ;;
9369 motorola)
9370 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9371 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9372 ;;
9373 esac
9374 runpath_var='LD_RUN_PATH'
9375 hardcode_shlibpath_var=no
9376 ;;
9377
9378 sysv4.3*)
9379 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9380 hardcode_shlibpath_var=no
9381 export_dynamic_flag_spec='-Bexport'
9382 ;;
9383
9384 sysv4*MP*)
9385 if test -d /usr/nec; then
9386 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9387 hardcode_shlibpath_var=no
9388 runpath_var=LD_RUN_PATH
9389 hardcode_runpath_var=yes
9390 ld_shlibs=yes
9391 fi
9392 ;;
9393
9394 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9395 no_undefined_flag='${wl}-z,text'
9396 archive_cmds_need_lc=no
9397 hardcode_shlibpath_var=no
9398 runpath_var='LD_RUN_PATH'
9399
9400 if test "$GCC" = yes; then
9401 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9402 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9403 else
9404 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9405 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9406 fi
9407 ;;
9408
9409 sysv5* | sco3.2v5* | sco5v6*)
9410 # Note: We can NOT use -z defs as we might desire, because we do not
9411 # link with -lc, and that would cause any symbols used from libc to
9412 # always be unresolved, which means just about no library would
9413 # ever link correctly. If we're not using GNU ld we use -z text
9414 # though, which does catch some bad symbols but isn't as heavy-handed
9415 # as -z defs.
9416 no_undefined_flag='${wl}-z,text'
9417 allow_undefined_flag='${wl}-z,nodefs'
9418 archive_cmds_need_lc=no
9419 hardcode_shlibpath_var=no
9420 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9421 hardcode_libdir_separator=':'
9422 link_all_deplibs=yes
9423 export_dynamic_flag_spec='${wl}-Bexport'
9424 runpath_var='LD_RUN_PATH'
9425
9426 if test "$GCC" = yes; then
9427 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9428 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9429 else
9430 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9431 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9432 fi
9433 ;;
9434
9435 uts4*)
9436 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9437 hardcode_libdir_flag_spec='-L$libdir'
9438 hardcode_shlibpath_var=no
9439 ;;
9440
9441 *)
9442 ld_shlibs=no
9443 ;;
9444 esac
9445
9446 if test x$host_vendor = xsni; then
9447 case $host in
9448 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9449 export_dynamic_flag_spec='${wl}-Blargedynsym'
9450 ;;
9451 esac
9452 fi
9453 fi
9454
9455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9456$as_echo "$ld_shlibs" >&6; }
9457test "$ld_shlibs" = no && can_build_shared=no
9458
9459with_gnu_ld=$with_gnu_ld
9460
9461
9462
9463
b7026657 9464
f0569246 9465
f0569246 9466
6ffe910a 9467
6ffe910a
MF
9468
9469
6ffe910a 9470
f0569246 9471
f0569246 9472
c906108c 9473
6bb11ab3
L
9474
9475#
9476# Do we need to explicitly link libc?
9477#
9478case "x$archive_cmds_need_lc" in
9479x|xyes)
9480 # Assume -lc should be added
9481 archive_cmds_need_lc=yes
9482
9483 if test "$enable_shared" = yes && test "$GCC" = yes; then
9484 case $archive_cmds in
9485 *'~'*)
9486 # FIXME: we may have to deal with multi-command sequences.
9487 ;;
9488 '$CC '*)
9489 # Test whether the compiler implicitly links with -lc since on some
9490 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9491 # to ld, don't add -lc before -lgcc.
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9493$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9494if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9495 $as_echo_n "(cached) " >&6
f0569246 9496else
6bb11ab3
L
9497 $RM conftest*
9498 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9499
9500 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9501 (eval $ac_compile) 2>&5
9502 ac_status=$?
9503 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9504 test $ac_status = 0; } 2>conftest.err; then
9505 soname=conftest
9506 lib=conftest
9507 libobjs=conftest.$ac_objext
9508 deplibs=
9509 wl=$lt_prog_compiler_wl
9510 pic_flag=$lt_prog_compiler_pic
9511 compiler_flags=-v
9512 linker_flags=-v
9513 verstring=
9514 output_objdir=.
9515 libname=conftest
9516 lt_save_allow_undefined_flag=$allow_undefined_flag
9517 allow_undefined_flag=
9518 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9519 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9520 ac_status=$?
9521 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9522 test $ac_status = 0; }
9523 then
9524 lt_cv_archive_cmds_need_lc=no
9525 else
9526 lt_cv_archive_cmds_need_lc=yes
9527 fi
9528 allow_undefined_flag=$lt_save_allow_undefined_flag
9529 else
9530 cat conftest.err 1>&5
9531 fi
9532 $RM conftest*
c906108c 9533
6ffe910a 9534fi
6bb11ab3
L
9535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9536$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9537 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9538 ;;
9539 esac
9540 fi
9541 ;;
6ffe910a 9542esac
c906108c 9543
c906108c 9544
6ffe910a 9545
c906108c 9546
81ecdfbb 9547
35695fd6 9548
35695fd6 9549
35695fd6 9550
f0569246 9551
c906108c 9552
f0569246 9553
b7026657 9554
f0569246 9555
c906108c 9556
81ecdfbb 9557
b7026657 9558
f0569246
AC
9559
9560
81ecdfbb 9561
81ecdfbb 9562
81ecdfbb
RW
9563
9564
81ecdfbb 9565
81ecdfbb 9566
f0569246
AC
9567
9568
c906108c 9569
f0569246 9570
c906108c 9571
c906108c 9572
81ecdfbb 9573
b7026657 9574
c906108c 9575
f0569246 9576
81ecdfbb 9577
f0569246 9578
c906108c 9579
c906108c 9580
b7026657 9581
81ecdfbb 9582
b7026657 9583
c906108c 9584
c906108c 9585
b7026657
AC
9586
9587
9588
9589
6ffe910a 9590
2232061b
MF
9591
9592
2232061b 9593
2232061b
MF
9594
9595
2232061b
MF
9596
9597
2232061b 9598
2232061b
MF
9599
9600
6bb11ab3
L
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9701$as_echo_n "checking dynamic linker characteristics... " >&6; }
9702
9703if test "$GCC" = yes; then
9704 case $host_os in
9705 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9706 *) lt_awk_arg="/^libraries:/" ;;
9707 esac
9708 case $host_os in
9709 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9710 *) lt_sed_strip_eq="s,=/,/,g" ;;
9711 esac
9712 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9713 case $lt_search_path_spec in
9714 *\;*)
9715 # if the path contains ";" then we assume it to be the separator
9716 # otherwise default to the standard path separator (i.e. ":") - it is
9717 # assumed that no part of a normal pathname contains ";" but that should
9718 # okay in the real world where ";" in dirpaths is itself problematic.
9719 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9720 ;;
9721 *)
9722 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9723 ;;
9724 esac
9725 # Ok, now we have the path, separated by spaces, we can step through it
9726 # and add multilib dir if necessary.
9727 lt_tmp_lt_search_path_spec=
9728 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9729 for lt_sys_path in $lt_search_path_spec; do
9730 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9731 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9732 else
9733 test -d "$lt_sys_path" && \
9734 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9735 fi
9736 done
9737 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9738BEGIN {RS=" "; FS="/|\n";} {
9739 lt_foo="";
9740 lt_count=0;
9741 for (lt_i = NF; lt_i > 0; lt_i--) {
9742 if ($lt_i != "" && $lt_i != ".") {
9743 if ($lt_i == "..") {
9744 lt_count++;
9745 } else {
9746 if (lt_count == 0) {
9747 lt_foo="/" $lt_i lt_foo;
9748 } else {
9749 lt_count--;
9750 }
9751 }
9752 }
9753 }
9754 if (lt_foo != "") { lt_freq[lt_foo]++; }
9755 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9756}'`
9757 # AWK program above erroneously prepends '/' to C:/dos/paths
9758 # for these hosts.
9759 case $host_os in
9760 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9761 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9762 esac
9763 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9764else
9765 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9766fi
9767library_names_spec=
9768libname_spec='lib$name'
9769soname_spec=
9770shrext_cmds=".so"
9771postinstall_cmds=
9772postuninstall_cmds=
9773finish_cmds=
9774finish_eval=
9775shlibpath_var=
9776shlibpath_overrides_runpath=unknown
9777version_type=none
9778dynamic_linker="$host_os ld.so"
9779sys_lib_dlsearch_path_spec="/lib /usr/lib"
9780need_lib_prefix=unknown
9781hardcode_into_libs=no
9782
9783# when you set need_version to no, make sure it does not cause -set_version
9784# flags to be left without arguments
9785need_version=unknown
9786
9787case $host_os in
9788aix3*)
9789 version_type=linux
9790 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9791 shlibpath_var=LIBPATH
9792
9793 # AIX 3 has no versioning support, so we append a major version to the name.
9794 soname_spec='${libname}${release}${shared_ext}$major'
9795 ;;
9796
9797aix[4-9]*)
9798 version_type=linux
9799 need_lib_prefix=no
9800 need_version=no
9801 hardcode_into_libs=yes
9802 if test "$host_cpu" = ia64; then
9803 # AIX 5 supports IA64
9804 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9805 shlibpath_var=LD_LIBRARY_PATH
9806 else
9807 # With GCC up to 2.95.x, collect2 would create an import file
9808 # for dependence libraries. The import file would start with
9809 # the line `#! .'. This would cause the generated library to
9810 # depend on `.', always an invalid library. This was fixed in
9811 # development snapshots of GCC prior to 3.0.
9812 case $host_os in
9813 aix4 | aix4.[01] | aix4.[01].*)
9814 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9815 echo ' yes '
9816 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9817 :
9818 else
9819 can_build_shared=no
9820 fi
9821 ;;
9822 esac
9823 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9824 # soname into executable. Probably we can add versioning support to
9825 # collect2, so additional links can be useful in future.
9826 if test "$aix_use_runtimelinking" = yes; then
9827 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9828 # instead of lib<name>.a to let people know that these are not
9829 # typical AIX shared libraries.
9830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9831 else
9832 # We preserve .a as extension for shared libraries through AIX4.2
9833 # and later when we are not doing run time linking.
9834 library_names_spec='${libname}${release}.a $libname.a'
9835 soname_spec='${libname}${release}${shared_ext}$major'
9836 fi
9837 shlibpath_var=LIBPATH
9838 fi
9839 ;;
9840
9841amigaos*)
9842 case $host_cpu in
9843 powerpc)
9844 # Since July 2007 AmigaOS4 officially supports .so libraries.
9845 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9846 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9847 ;;
9848 m68k)
9849 library_names_spec='$libname.ixlibrary $libname.a'
9850 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9851 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'
9852 ;;
9853 esac
9854 ;;
9855
9856beos*)
9857 library_names_spec='${libname}${shared_ext}'
9858 dynamic_linker="$host_os ld.so"
9859 shlibpath_var=LIBRARY_PATH
9860 ;;
9861
9862bsdi[45]*)
9863 version_type=linux
9864 need_version=no
9865 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9866 soname_spec='${libname}${release}${shared_ext}$major'
9867 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9868 shlibpath_var=LD_LIBRARY_PATH
9869 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9870 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9871 # the default ld.so.conf also contains /usr/contrib/lib and
9872 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9873 # libtool to hard-code these into programs
9874 ;;
9875
9876cygwin* | mingw* | pw32* | cegcc*)
9877 version_type=windows
9878 shrext_cmds=".dll"
9879 need_version=no
9880 need_lib_prefix=no
9881
9882 case $GCC,$host_os in
9883 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9884 library_names_spec='$libname.dll.a'
9885 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9886 postinstall_cmds='base_file=`basename \${file}`~
9887 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9888 dldir=$destdir/`dirname \$dlpath`~
9889 test -d \$dldir || mkdir -p \$dldir~
9890 $install_prog $dir/$dlname \$dldir/$dlname~
9891 chmod a+x \$dldir/$dlname~
9892 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9893 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9894 fi'
9895 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9896 dlpath=$dir/\$dldll~
9897 $RM \$dlpath'
9898 shlibpath_overrides_runpath=yes
9899
9900 case $host_os in
9901 cygwin*)
9902 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9903 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9904
9905 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9906 ;;
9907 mingw* | cegcc*)
9908 # MinGW DLLs use traditional 'lib' prefix
9909 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9910 ;;
9911 pw32*)
9912 # pw32 DLLs use 'pw' prefix rather than 'lib'
9913 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9914 ;;
9915 esac
9916 ;;
9917
9918 *)
9919 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9920 ;;
9921 esac
9922 dynamic_linker='Win32 ld.exe'
9923 # FIXME: first we should search . and the directory the executable is in
9924 shlibpath_var=PATH
9925 ;;
9926
9927darwin* | rhapsody*)
9928 dynamic_linker="$host_os dyld"
9929 version_type=darwin
9930 need_lib_prefix=no
9931 need_version=no
9932 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9933 soname_spec='${libname}${release}${major}$shared_ext'
9934 shlibpath_overrides_runpath=yes
9935 shlibpath_var=DYLD_LIBRARY_PATH
9936 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9937
9938 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9939 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9940 ;;
9941
9942dgux*)
9943 version_type=linux
9944 need_lib_prefix=no
9945 need_version=no
9946 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9947 soname_spec='${libname}${release}${shared_ext}$major'
9948 shlibpath_var=LD_LIBRARY_PATH
9949 ;;
9950
9951freebsd* | dragonfly*)
9952 # DragonFly does not have aout. When/if they implement a new
9953 # versioning mechanism, adjust this.
9954 if test -x /usr/bin/objformat; then
9955 objformat=`/usr/bin/objformat`
9956 else
9957 case $host_os in
9958 freebsd[23].*) objformat=aout ;;
9959 *) objformat=elf ;;
9960 esac
9961 fi
9962 version_type=freebsd-$objformat
9963 case $version_type in
9964 freebsd-elf*)
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9966 need_version=no
9967 need_lib_prefix=no
9968 ;;
9969 freebsd-*)
9970 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9971 need_version=yes
9972 ;;
9973 esac
9974 shlibpath_var=LD_LIBRARY_PATH
9975 case $host_os in
9976 freebsd2.*)
9977 shlibpath_overrides_runpath=yes
9978 ;;
9979 freebsd3.[01]* | freebsdelf3.[01]*)
9980 shlibpath_overrides_runpath=yes
9981 hardcode_into_libs=yes
9982 ;;
9983 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9984 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9985 shlibpath_overrides_runpath=no
9986 hardcode_into_libs=yes
9987 ;;
9988 *) # from 4.6 on, and DragonFly
9989 shlibpath_overrides_runpath=yes
9990 hardcode_into_libs=yes
9991 ;;
9992 esac
9993 ;;
9994
6bb11ab3
L
9995haiku*)
9996 version_type=linux
9997 need_lib_prefix=no
9998 need_version=no
9999 dynamic_linker="$host_os runtime_loader"
10000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10001 soname_spec='${libname}${release}${shared_ext}$major'
10002 shlibpath_var=LIBRARY_PATH
10003 shlibpath_overrides_runpath=yes
10004 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10005 hardcode_into_libs=yes
10006 ;;
10007
10008hpux9* | hpux10* | hpux11*)
10009 # Give a soname corresponding to the major version so that dld.sl refuses to
10010 # link against other versions.
10011 version_type=sunos
10012 need_lib_prefix=no
10013 need_version=no
10014 case $host_cpu in
10015 ia64*)
10016 shrext_cmds='.so'
10017 hardcode_into_libs=yes
10018 dynamic_linker="$host_os dld.so"
10019 shlibpath_var=LD_LIBRARY_PATH
10020 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10022 soname_spec='${libname}${release}${shared_ext}$major'
10023 if test "X$HPUX_IA64_MODE" = X32; then
10024 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10025 else
10026 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10027 fi
10028 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10029 ;;
10030 hppa*64*)
10031 shrext_cmds='.sl'
10032 hardcode_into_libs=yes
10033 dynamic_linker="$host_os dld.sl"
10034 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10035 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10037 soname_spec='${libname}${release}${shared_ext}$major'
10038 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10039 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10040 ;;
10041 *)
10042 shrext_cmds='.sl'
10043 dynamic_linker="$host_os dld.sl"
10044 shlibpath_var=SHLIB_PATH
10045 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10046 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10047 soname_spec='${libname}${release}${shared_ext}$major'
10048 ;;
10049 esac
10050 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10051 postinstall_cmds='chmod 555 $lib'
10052 # or fails outright, so override atomically:
10053 install_override_mode=555
10054 ;;
10055
10056interix[3-9]*)
10057 version_type=linux
10058 need_lib_prefix=no
10059 need_version=no
10060 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10061 soname_spec='${libname}${release}${shared_ext}$major'
10062 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10063 shlibpath_var=LD_LIBRARY_PATH
10064 shlibpath_overrides_runpath=no
10065 hardcode_into_libs=yes
10066 ;;
10067
10068irix5* | irix6* | nonstopux*)
10069 case $host_os in
10070 nonstopux*) version_type=nonstopux ;;
10071 *)
10072 if test "$lt_cv_prog_gnu_ld" = yes; then
10073 version_type=linux
10074 else
10075 version_type=irix
10076 fi ;;
10077 esac
10078 need_lib_prefix=no
10079 need_version=no
10080 soname_spec='${libname}${release}${shared_ext}$major'
10081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10082 case $host_os in
10083 irix5* | nonstopux*)
10084 libsuff= shlibsuff=
10085 ;;
10086 *)
10087 case $LD in # libtool.m4 will add one of these switches to LD
10088 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10089 libsuff= shlibsuff= libmagic=32-bit;;
10090 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10091 libsuff=32 shlibsuff=N32 libmagic=N32;;
10092 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10093 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10094 *) libsuff= shlibsuff= libmagic=never-match;;
10095 esac
10096 ;;
10097 esac
10098 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10099 shlibpath_overrides_runpath=no
10100 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10101 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10102 hardcode_into_libs=yes
10103 ;;
10104
10105# No shared lib support for Linux oldld, aout, or coff.
10106linux*oldld* | linux*aout* | linux*coff*)
10107 dynamic_linker=no
10108 ;;
10109
10110# This must be Linux ELF.
46f900c0 10111linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10112 version_type=linux
10113 need_lib_prefix=no
10114 need_version=no
10115 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10116 soname_spec='${libname}${release}${shared_ext}$major'
10117 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10118 shlibpath_var=LD_LIBRARY_PATH
10119 shlibpath_overrides_runpath=no
10120
10121 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10122 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10123 $as_echo_n "(cached) " >&6
10124else
6bb11ab3
L
10125 lt_cv_shlibpath_overrides_runpath=no
10126 save_LDFLAGS=$LDFLAGS
10127 save_libdir=$libdir
10128 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10129 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10131/* end confdefs.h. */
10132
2232061b
MF
10133int
10134main ()
10135{
10136
10137 ;
10138 return 0;
10139}
10140_ACEOF
6bb11ab3
L
10141if ac_fn_c_try_link "$LINENO"; then :
10142 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10143 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10144fi
2232061b 10145fi
6bb11ab3
L
10146rm -f core conftest.err conftest.$ac_objext \
10147 conftest$ac_exeext conftest.$ac_ext
10148 LDFLAGS=$save_LDFLAGS
10149 libdir=$save_libdir
2232061b 10150
6bb11ab3 10151fi
2232061b 10152
6bb11ab3 10153 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10154
6bb11ab3
L
10155 # This implies no fast_install, which is unacceptable.
10156 # Some rework will be needed to allow for fast_install
10157 # before this can be enabled.
10158 hardcode_into_libs=yes
2232061b 10159
6bb11ab3
L
10160 # Append ld.so.conf contents to the search path
10161 if test -f /etc/ld.so.conf; then
10162 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' ' '`
10163 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10164 fi
2232061b 10165
6bb11ab3
L
10166 # We used to test for /lib/ld.so.1 and disable shared libraries on
10167 # powerpc, because MkLinux only supported shared libraries with the
10168 # GNU dynamic linker. Since this was broken with cross compilers,
10169 # most powerpc-linux boxes support dynamic linking these days and
10170 # people can always --disable-shared, the test was removed, and we
10171 # assume the GNU/Linux dynamic linker is in use.
10172 dynamic_linker='GNU/Linux ld.so'
10173 ;;
10174
10175netbsd*)
10176 version_type=sunos
10177 need_lib_prefix=no
10178 need_version=no
10179 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10180 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10181 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10182 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10183 else
6bb11ab3
L
10184 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10185 soname_spec='${libname}${release}${shared_ext}$major'
10186 dynamic_linker='NetBSD ld.elf_so'
10187 fi
10188 shlibpath_var=LD_LIBRARY_PATH
10189 shlibpath_overrides_runpath=yes
10190 hardcode_into_libs=yes
10191 ;;
10192
10193newsos6)
10194 version_type=linux
10195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10196 shlibpath_var=LD_LIBRARY_PATH
10197 shlibpath_overrides_runpath=yes
10198 ;;
10199
10200*nto* | *qnx*)
10201 version_type=qnx
10202 need_lib_prefix=no
10203 need_version=no
10204 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10205 soname_spec='${libname}${release}${shared_ext}$major'
10206 shlibpath_var=LD_LIBRARY_PATH
10207 shlibpath_overrides_runpath=no
10208 hardcode_into_libs=yes
10209 dynamic_linker='ldqnx.so'
10210 ;;
10211
10212openbsd*)
10213 version_type=sunos
10214 sys_lib_dlsearch_path_spec="/usr/lib"
10215 need_lib_prefix=no
10216 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10217 case $host_os in
10218 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10219 *) need_version=no ;;
10220 esac
10221 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10222 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10223 shlibpath_var=LD_LIBRARY_PATH
10224 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10225 case $host_os in
10226 openbsd2.[89] | openbsd2.[89].*)
10227 shlibpath_overrides_runpath=no
10228 ;;
10229 *)
10230 shlibpath_overrides_runpath=yes
10231 ;;
10232 esac
10233 else
10234 shlibpath_overrides_runpath=yes
10235 fi
10236 ;;
10237
10238os2*)
10239 libname_spec='$name'
10240 shrext_cmds=".dll"
10241 need_lib_prefix=no
10242 library_names_spec='$libname${shared_ext} $libname.a'
10243 dynamic_linker='OS/2 ld.exe'
10244 shlibpath_var=LIBPATH
10245 ;;
10246
10247osf3* | osf4* | osf5*)
10248 version_type=osf
10249 need_lib_prefix=no
10250 need_version=no
10251 soname_spec='${libname}${release}${shared_ext}$major'
10252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10253 shlibpath_var=LD_LIBRARY_PATH
10254 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10255 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10256 ;;
10257
10258rdos*)
10259 dynamic_linker=no
10260 ;;
10261
10262solaris*)
10263 version_type=linux
10264 need_lib_prefix=no
10265 need_version=no
10266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10267 soname_spec='${libname}${release}${shared_ext}$major'
10268 shlibpath_var=LD_LIBRARY_PATH
10269 shlibpath_overrides_runpath=yes
10270 hardcode_into_libs=yes
10271 # ldd complains unless libraries are executable
10272 postinstall_cmds='chmod +x $lib'
10273 ;;
10274
10275sunos4*)
10276 version_type=sunos
10277 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10278 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10279 shlibpath_var=LD_LIBRARY_PATH
10280 shlibpath_overrides_runpath=yes
10281 if test "$with_gnu_ld" = yes; then
10282 need_lib_prefix=no
10283 fi
10284 need_version=yes
10285 ;;
10286
10287sysv4 | sysv4.3*)
10288 version_type=linux
10289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10290 soname_spec='${libname}${release}${shared_ext}$major'
10291 shlibpath_var=LD_LIBRARY_PATH
10292 case $host_vendor in
10293 sni)
10294 shlibpath_overrides_runpath=no
10295 need_lib_prefix=no
10296 runpath_var=LD_RUN_PATH
10297 ;;
10298 siemens)
10299 need_lib_prefix=no
10300 ;;
10301 motorola)
10302 need_lib_prefix=no
10303 need_version=no
10304 shlibpath_overrides_runpath=no
10305 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10306 ;;
10307 esac
10308 ;;
10309
10310sysv4*MP*)
10311 if test -d /usr/nec ;then
10312 version_type=linux
10313 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10314 soname_spec='$libname${shared_ext}.$major'
10315 shlibpath_var=LD_LIBRARY_PATH
2232061b 10316 fi
6bb11ab3
L
10317 ;;
10318
10319sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10320 version_type=freebsd-elf
10321 need_lib_prefix=no
10322 need_version=no
10323 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10324 soname_spec='${libname}${release}${shared_ext}$major'
10325 shlibpath_var=LD_LIBRARY_PATH
10326 shlibpath_overrides_runpath=yes
10327 hardcode_into_libs=yes
10328 if test "$with_gnu_ld" = yes; then
10329 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10330 else
10331 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10332 case $host_os in
10333 sco3.2v5*)
10334 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10335 ;;
10336 esac
10337 fi
10338 sys_lib_dlsearch_path_spec='/usr/lib'
10339 ;;
10340
10341tpf*)
10342 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10343 version_type=linux
10344 need_lib_prefix=no
10345 need_version=no
10346 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10347 shlibpath_var=LD_LIBRARY_PATH
10348 shlibpath_overrides_runpath=no
10349 hardcode_into_libs=yes
10350 ;;
10351
10352uts4*)
10353 version_type=linux
10354 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10355 soname_spec='${libname}${release}${shared_ext}$major'
10356 shlibpath_var=LD_LIBRARY_PATH
10357 ;;
10358
10359*)
10360 dynamic_linker=no
10361 ;;
10362esac
10363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10364$as_echo "$dynamic_linker" >&6; }
10365test "$dynamic_linker" = no && can_build_shared=no
10366
10367variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10368if test "$GCC" = yes; then
10369 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10370fi
2232061b 10371
6bb11ab3
L
10372if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10373 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10374fi
10375if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10376 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10377fi
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
2232061b 10404
2232061b 10405
2232061b 10406
2232061b 10407
2232061b
MF
10408
10409
6ffe910a 10410
6ffe910a
MF
10411
10412
10413
10414
10415
2232061b 10416
6ffe910a
MF
10417
10418
10419
10420
6ffe910a 10421
6ffe910a 10422
6ffe910a
MF
10423
10424
6ffe910a 10425
6ffe910a 10426
6ffe910a
MF
10427
10428
5f3ef9d0 10429
5f3ef9d0
JB
10430
10431
10432
db2e4d67
MF
10433
10434
db2e4d67 10435
db2e4d67 10436
db2e4d67 10437
db2e4d67 10438
db2e4d67 10439
db2e4d67 10440
db2e4d67 10441
db2e4d67
MF
10442
10443
db2e4d67 10444
db2e4d67
MF
10445
10446
db2e4d67 10447
db2e4d67
MF
10448
10449
6ffe910a 10450
6ffe910a 10451
6ffe910a
MF
10452
10453
6ffe910a
MF
10454
10455
6ffe910a 10456
6ffe910a 10457
6ffe910a 10458
6ffe910a 10459
6ffe910a 10460
b7026657 10461
b7026657 10462
c906108c 10463
b7026657 10464
b7026657 10465
c906108c 10466
b7026657 10467
b7026657 10468
c906108c 10469
6bb11ab3
L
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10471$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10472hardcode_action=
10473if test -n "$hardcode_libdir_flag_spec" ||
10474 test -n "$runpath_var" ||
10475 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10476
6bb11ab3
L
10477 # We can hardcode non-existent directories.
10478 if test "$hardcode_direct" != no &&
10479 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10480 # have to relink, otherwise we might link with an installed library
10481 # when we should be linking with a yet-to-be-installed one
10482 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10483 test "$hardcode_minus_L" != no; then
10484 # Linking always hardcodes the temporary library directory.
10485 hardcode_action=relink
10486 else
10487 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10488 hardcode_action=immediate
10489 fi
10490else
10491 # We cannot hardcode anything, or else we can only hardcode existing
10492 # directories.
10493 hardcode_action=unsupported
c906108c 10494fi
6bb11ab3
L
10495{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10496$as_echo "$hardcode_action" >&6; }
b7026657 10497
6bb11ab3
L
10498if test "$hardcode_action" = relink ||
10499 test "$inherit_rpath" = yes; then
10500 # Fast installation is not supported
10501 enable_fast_install=no
10502elif test "$shlibpath_overrides_runpath" = yes ||
10503 test "$enable_shared" = no; then
10504 # Fast installation is not necessary
10505 enable_fast_install=needless
10506fi
c906108c 10507
6bb11ab3
L
10508
10509
10510
10511
10512
10513 if test "x$enable_dlopen" != xyes; then
10514 enable_dlopen=unknown
10515 enable_dlopen_self=unknown
10516 enable_dlopen_self_static=unknown
10517else
10518 lt_cv_dlopen=no
10519 lt_cv_dlopen_libs=
10520
10521 case $host_os in
10522 beos*)
10523 lt_cv_dlopen="load_add_on"
10524 lt_cv_dlopen_libs=
10525 lt_cv_dlopen_self=yes
10526 ;;
10527
10528 mingw* | pw32* | cegcc*)
10529 lt_cv_dlopen="LoadLibrary"
10530 lt_cv_dlopen_libs=
10531 ;;
10532
10533 cygwin*)
10534 lt_cv_dlopen="dlopen"
10535 lt_cv_dlopen_libs=
10536 ;;
10537
10538 darwin*)
10539 # if libdl is installed we need to link against it
10540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10541$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10542if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10543 $as_echo_n "(cached) " >&6
10544else
10545 ac_check_lib_save_LIBS=$LIBS
10546LIBS="-ldl $LIBS"
10547cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10548/* end confdefs.h. */
10549
10550/* Override any GCC internal prototype to avoid an error.
10551 Use char because int might match the return type of a GCC
10552 builtin and then its argument prototype would still apply. */
10553#ifdef __cplusplus
10554extern "C"
10555#endif
10556char dlopen ();
10557int
10558main ()
10559{
10560return dlopen ();
10561 ;
10562 return 0;
10563}
b7026657 10564_ACEOF
6bb11ab3
L
10565if ac_fn_c_try_link "$LINENO"; then :
10566 ac_cv_lib_dl_dlopen=yes
10567else
10568 ac_cv_lib_dl_dlopen=no
10569fi
10570rm -f core conftest.err conftest.$ac_objext \
10571 conftest$ac_exeext conftest.$ac_ext
10572LIBS=$ac_check_lib_save_LIBS
10573fi
10574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10575$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10576if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10577 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10578else
10579
10580 lt_cv_dlopen="dyld"
10581 lt_cv_dlopen_libs=
10582 lt_cv_dlopen_self=yes
c906108c 10583
c906108c 10584fi
c906108c 10585
6bb11ab3 10586 ;;
c906108c 10587
6bb11ab3
L
10588 *)
10589 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10590if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10591 lt_cv_dlopen="shl_load"
10592else
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10594$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10595if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10596 $as_echo_n "(cached) " >&6
10597else
10598 ac_check_lib_save_LIBS=$LIBS
10599LIBS="-ldld $LIBS"
10600cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10601/* end confdefs.h. */
10602
10603/* Override any GCC internal prototype to avoid an error.
10604 Use char because int might match the return type of a GCC
10605 builtin and then its argument prototype would still apply. */
10606#ifdef __cplusplus
10607extern "C"
10608#endif
10609char shl_load ();
10610int
10611main ()
10612{
10613return shl_load ();
10614 ;
10615 return 0;
10616}
10617_ACEOF
10618if ac_fn_c_try_link "$LINENO"; then :
10619 ac_cv_lib_dld_shl_load=yes
10620else
10621 ac_cv_lib_dld_shl_load=no
10622fi
10623rm -f core conftest.err conftest.$ac_objext \
10624 conftest$ac_exeext conftest.$ac_ext
10625LIBS=$ac_check_lib_save_LIBS
10626fi
10627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10628$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10629if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10630 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10631else
10632 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10633if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10634 lt_cv_dlopen="dlopen"
10635else
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10637$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10638if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10639 $as_echo_n "(cached) " >&6
c906108c 10640else
b7026657 10641 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10642LIBS="-ldl $LIBS"
81ecdfbb 10643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10644/* end confdefs.h. */
10645
81ecdfbb
RW
10646/* Override any GCC internal prototype to avoid an error.
10647 Use char because int might match the return type of a GCC
10648 builtin and then its argument prototype would still apply. */
b7026657
AC
10649#ifdef __cplusplus
10650extern "C"
10651#endif
6bb11ab3 10652char dlopen ();
b7026657
AC
10653int
10654main ()
10655{
6bb11ab3 10656return dlopen ();
b7026657
AC
10657 ;
10658 return 0;
10659}
10660_ACEOF
81ecdfbb 10661if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10662 ac_cv_lib_dl_dlopen=yes
b7026657 10663else
6bb11ab3 10664 ac_cv_lib_dl_dlopen=no
b7026657 10665fi
81ecdfbb
RW
10666rm -f core conftest.err conftest.$ac_objext \
10667 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10668LIBS=$ac_check_lib_save_LIBS
10669fi
6bb11ab3
L
10670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10671$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10672if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10673 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10674else
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10676$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10677if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10678 $as_echo_n "(cached) " >&6
c906108c 10679else
b7026657 10680 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10681LIBS="-lsvld $LIBS"
81ecdfbb 10682cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10683/* end confdefs.h. */
10684
81ecdfbb
RW
10685/* Override any GCC internal prototype to avoid an error.
10686 Use char because int might match the return type of a GCC
10687 builtin and then its argument prototype would still apply. */
b7026657
AC
10688#ifdef __cplusplus
10689extern "C"
10690#endif
6bb11ab3 10691char dlopen ();
b7026657
AC
10692int
10693main ()
10694{
6bb11ab3 10695return dlopen ();
b7026657
AC
10696 ;
10697 return 0;
10698}
10699_ACEOF
81ecdfbb 10700if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10701 ac_cv_lib_svld_dlopen=yes
b7026657 10702else
6bb11ab3 10703 ac_cv_lib_svld_dlopen=no
b7026657 10704fi
81ecdfbb
RW
10705rm -f core conftest.err conftest.$ac_objext \
10706 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10707LIBS=$ac_check_lib_save_LIBS
10708fi
6bb11ab3
L
10709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10710$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10711if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10712 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10713else
6bb11ab3
L
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10715$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10716if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10717 $as_echo_n "(cached) " >&6
b5bd9624 10718else
6bb11ab3
L
10719 ac_check_lib_save_LIBS=$LIBS
10720LIBS="-ldld $LIBS"
81ecdfbb 10721cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10722/* end confdefs.h. */
10723
81ecdfbb
RW
10724/* Override any GCC internal prototype to avoid an error.
10725 Use char because int might match the return type of a GCC
b5bd9624 10726 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10727#ifdef __cplusplus
10728extern "C"
10729#endif
6bb11ab3 10730char dld_link ();
b5bd9624
HPN
10731int
10732main ()
10733{
6bb11ab3 10734return dld_link ();
b5bd9624
HPN
10735 ;
10736 return 0;
10737}
10738_ACEOF
6bb11ab3
L
10739if ac_fn_c_try_link "$LINENO"; then :
10740 ac_cv_lib_dld_dld_link=yes
10741else
10742 ac_cv_lib_dld_dld_link=no
10743fi
10744rm -f core conftest.err conftest.$ac_objext \
10745 conftest$ac_exeext conftest.$ac_ext
10746LIBS=$ac_check_lib_save_LIBS
10747fi
10748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10749$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10750if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10751 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10752fi
10753
10754
10755fi
10756
10757
10758fi
10759
10760
10761fi
10762
10763
10764fi
10765
10766
10767fi
10768
10769 ;;
10770 esac
10771
10772 if test "x$lt_cv_dlopen" != xno; then
10773 enable_dlopen=yes
b5bd9624 10774 else
6bb11ab3
L
10775 enable_dlopen=no
10776 fi
10777
10778 case $lt_cv_dlopen in
10779 dlopen)
10780 save_CPPFLAGS="$CPPFLAGS"
10781 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10782
10783 save_LDFLAGS="$LDFLAGS"
10784 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10785
10786 save_LIBS="$LIBS"
10787 LIBS="$lt_cv_dlopen_libs $LIBS"
10788
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10790$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10791if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10792 $as_echo_n "(cached) " >&6
10793else
10794 if test "$cross_compiling" = yes; then :
10795 lt_cv_dlopen_self=cross
10796else
10797 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10798 lt_status=$lt_dlunknown
10799 cat > conftest.$ac_ext <<_LT_EOF
b15c5d7a 10800#line 10800 "configure"
6bb11ab3
L
10801#include "confdefs.h"
10802
10803#if HAVE_DLFCN_H
10804#include <dlfcn.h>
10805#endif
10806
10807#include <stdio.h>
10808
10809#ifdef RTLD_GLOBAL
10810# define LT_DLGLOBAL RTLD_GLOBAL
10811#else
10812# ifdef DL_GLOBAL
10813# define LT_DLGLOBAL DL_GLOBAL
10814# else
10815# define LT_DLGLOBAL 0
10816# endif
10817#endif
10818
10819/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10820 find out it does not work in some platform. */
10821#ifndef LT_DLLAZY_OR_NOW
10822# ifdef RTLD_LAZY
10823# define LT_DLLAZY_OR_NOW RTLD_LAZY
10824# else
10825# ifdef DL_LAZY
10826# define LT_DLLAZY_OR_NOW DL_LAZY
10827# else
10828# ifdef RTLD_NOW
10829# define LT_DLLAZY_OR_NOW RTLD_NOW
10830# else
10831# ifdef DL_NOW
10832# define LT_DLLAZY_OR_NOW DL_NOW
10833# else
10834# define LT_DLLAZY_OR_NOW 0
10835# endif
10836# endif
10837# endif
10838# endif
10839#endif
10840
10841/* When -fvisbility=hidden is used, assume the code has been annotated
10842 correspondingly for the symbols needed. */
10843#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10844void fnord () __attribute__((visibility("default")));
10845#endif
10846
10847void fnord () { int i=42; }
10848int main ()
10849{
10850 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10851 int status = $lt_dlunknown;
10852
10853 if (self)
10854 {
10855 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10856 else
10857 {
10858 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10859 else puts (dlerror ());
10860 }
10861 /* dlclose (self); */
10862 }
10863 else
10864 puts (dlerror ());
10865
10866 return status;
10867}
10868_LT_EOF
10869 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10870 (eval $ac_link) 2>&5
10871 ac_status=$?
10872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10873 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10874 (./conftest; exit; ) >&5 2>/dev/null
10875 lt_status=$?
10876 case x$lt_status in
10877 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10878 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10879 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10880 esac
10881 else :
10882 # compilation failed
10883 lt_cv_dlopen_self=no
b5bd9624 10884 fi
b5bd9624 10885fi
6bb11ab3
L
10886rm -fr conftest*
10887
10888
b5bd9624 10889fi
6bb11ab3
L
10890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10891$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10892
6bb11ab3
L
10893 if test "x$lt_cv_dlopen_self" = xyes; then
10894 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10896$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10897if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10898 $as_echo_n "(cached) " >&6
b5bd9624 10899else
6bb11ab3
L
10900 if test "$cross_compiling" = yes; then :
10901 lt_cv_dlopen_self_static=cross
10902else
10903 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10904 lt_status=$lt_dlunknown
10905 cat > conftest.$ac_ext <<_LT_EOF
b15c5d7a 10906#line 10906 "configure"
6bb11ab3
L
10907#include "confdefs.h"
10908
10909#if HAVE_DLFCN_H
10910#include <dlfcn.h>
10911#endif
10912
10913#include <stdio.h>
10914
10915#ifdef RTLD_GLOBAL
10916# define LT_DLGLOBAL RTLD_GLOBAL
10917#else
10918# ifdef DL_GLOBAL
10919# define LT_DLGLOBAL DL_GLOBAL
10920# else
10921# define LT_DLGLOBAL 0
10922# endif
10923#endif
10924
10925/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10926 find out it does not work in some platform. */
10927#ifndef LT_DLLAZY_OR_NOW
10928# ifdef RTLD_LAZY
10929# define LT_DLLAZY_OR_NOW RTLD_LAZY
10930# else
10931# ifdef DL_LAZY
10932# define LT_DLLAZY_OR_NOW DL_LAZY
10933# else
10934# ifdef RTLD_NOW
10935# define LT_DLLAZY_OR_NOW RTLD_NOW
10936# else
10937# ifdef DL_NOW
10938# define LT_DLLAZY_OR_NOW DL_NOW
10939# else
10940# define LT_DLLAZY_OR_NOW 0
10941# endif
10942# endif
10943# endif
10944# endif
10945#endif
10946
10947/* When -fvisbility=hidden is used, assume the code has been annotated
10948 correspondingly for the symbols needed. */
10949#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10950void fnord () __attribute__((visibility("default")));
10951#endif
10952
10953void fnord () { int i=42; }
10954int main ()
10955{
10956 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10957 int status = $lt_dlunknown;
10958
10959 if (self)
10960 {
10961 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10962 else
10963 {
10964 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10965 else puts (dlerror ());
10966 }
10967 /* dlclose (self); */
10968 }
10969 else
10970 puts (dlerror ());
10971
10972 return status;
10973}
10974_LT_EOF
10975 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10976 (eval $ac_link) 2>&5
10977 ac_status=$?
10978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10979 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10980 (./conftest; exit; ) >&5 2>/dev/null
10981 lt_status=$?
10982 case x$lt_status in
10983 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10984 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10985 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10986 esac
10987 else :
10988 # compilation failed
10989 lt_cv_dlopen_self_static=no
10990 fi
b5bd9624 10991fi
6bb11ab3
L
10992rm -fr conftest*
10993
10994
b5bd9624 10995fi
6bb11ab3
L
10996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10997$as_echo "$lt_cv_dlopen_self_static" >&6; }
10998 fi
10999
11000 CPPFLAGS="$save_CPPFLAGS"
11001 LDFLAGS="$save_LDFLAGS"
11002 LIBS="$save_LIBS"
11003 ;;
11004 esac
11005
11006 case $lt_cv_dlopen_self in
11007 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11008 *) enable_dlopen_self=unknown ;;
11009 esac
11010
11011 case $lt_cv_dlopen_self_static in
11012 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11013 *) enable_dlopen_self_static=unknown ;;
11014 esac
11015fi
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033striplib=
11034old_striplib=
11035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11036$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11037if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11038 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11039 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11041$as_echo "yes" >&6; }
11042else
11043# FIXME - insert some real tests, host_os isn't really good enough
11044 case $host_os in
11045 darwin*)
11046 if test -n "$STRIP" ; then
11047 striplib="$STRIP -x"
11048 old_striplib="$STRIP -S"
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11050$as_echo "yes" >&6; }
11051 else
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11053$as_echo "no" >&6; }
11054 fi
11055 ;;
11056 *)
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11058$as_echo "no" >&6; }
11059 ;;
11060 esac
11061fi
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074 # Report which library types will actually be built
11075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11076$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11078$as_echo "$can_build_shared" >&6; }
11079
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11081$as_echo_n "checking whether to build shared libraries... " >&6; }
11082 test "$can_build_shared" = "no" && enable_shared=no
11083
11084 # On AIX, shared libraries and static libraries use the same namespace, and
11085 # are all built from PIC.
11086 case $host_os in
11087 aix3*)
11088 test "$enable_shared" = yes && enable_static=no
11089 if test -n "$RANLIB"; then
11090 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11091 postinstall_cmds='$RANLIB $lib'
11092 fi
11093 ;;
11094
11095 aix[4-9]*)
11096 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11097 test "$enable_shared" = yes && enable_static=no
11098 fi
11099 ;;
11100 esac
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11102$as_echo "$enable_shared" >&6; }
11103
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11105$as_echo_n "checking whether to build static libraries... " >&6; }
11106 # Make sure either enable_shared or enable_static is yes.
11107 test "$enable_shared" = yes || enable_static=yes
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11109$as_echo "$enable_static" >&6; }
11110
11111
11112
11113
11114fi
11115ac_ext=c
11116ac_cpp='$CPP $CPPFLAGS'
11117ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11118ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11119ac_compiler_gnu=$ac_cv_c_compiler_gnu
11120
11121CC="$lt_save_CC"
11122
11123
11124
11125
11126
11127
11128
11129
11130
b5bd9624 11131
b5bd9624 11132
b5bd9624 11133
b5bd9624 11134
6bb11ab3
L
11135 ac_config_commands="$ac_config_commands libtool"
11136
11137
11138
11139
11140# Only expand once:
11141
11142
5912fadd 11143
b5bd9624 11144
c906108c
SS
11145
11146
31e6ad7d
MF
11147
11148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11149$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11150 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11151if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11152 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11153else
11154 USE_MAINTAINER_MODE=no
c906108c 11155fi
31e6ad7d
MF
11156
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11158$as_echo "$USE_MAINTAINER_MODE" >&6; }
11159 if test $USE_MAINTAINER_MODE = yes; then
11160 MAINTAINER_MODE_TRUE=
11161 MAINTAINER_MODE_FALSE='#'
c906108c 11162else
31e6ad7d
MF
11163 MAINTAINER_MODE_TRUE='#'
11164 MAINTAINER_MODE_FALSE=
81ecdfbb 11165fi
c906108c 11166
31e6ad7d
MF
11167 MAINT=$MAINTAINER_MODE_TRUE
11168
11169
c906108c 11170
81ecdfbb 11171
ce39bd38
MF
11172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11173$as_echo_n "checking for sim debug setting... " >&6; }
11174sim_debug="0"
81ecdfbb
RW
11175# Check whether --enable-sim-debug was given.
11176if test "${enable_sim_debug+set}" = set; then :
11177 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11178 yes) sim_debug="7";;
11179 no) sim_debug="0";;
11180 *) sim_debug="($enableval)";;
c906108c 11181esac
c906108c 11182fi
ce39bd38
MF
11183if test "$sim_debug" != "0"; then
11184
11185cat >>confdefs.h <<_ACEOF
11186#define DEBUG $sim_debug
11187_ACEOF
11188
81ecdfbb
RW
11189fi
11190
ce39bd38
MF
11191cat >>confdefs.h <<_ACEOF
11192#define WITH_DEBUG $sim_debug
11193_ACEOF
11194
11195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11196$as_echo "$sim_debug" >&6; }
c906108c
SS
11197
11198
ce39bd38
MF
11199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11200$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11201sim_stdio="0"
81ecdfbb
RW
11202# Check whether --enable-sim-stdio was given.
11203if test "${enable_sim_stdio+set}" = set; then :
11204 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11205 yes) sim_stdio="DO_USE_STDIO";;
11206 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11207 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 11208esac
81ecdfbb 11209fi
c906108c 11210
ce39bd38
MF
11211cat >>confdefs.h <<_ACEOF
11212#define WITH_STDIO $sim_stdio
11213_ACEOF
11214
11215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11216$as_echo "$sim_stdio" >&6; }
c906108c 11217
81ecdfbb 11218
ce39bd38
MF
11219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11220$as_echo_n "checking for sim trace settings... " >&6; }
11221sim_trace="~TRACE_debug"
81ecdfbb
RW
11222# Check whether --enable-sim-trace was given.
11223if test "${enable_sim_trace+set}" = set; then :
11224 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11225 yes) sim_trace="-1";;
11226 no) sim_trace="0";;
c906108c 11227 [-0-9]*)
ce39bd38 11228 sim_trace="'(${enableval})'";;
2232061b 11229 [[:lower:]]*)
c906108c
SS
11230 sim_trace=""
11231 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11232 if test x"$sim_trace" = x; then
ce39bd38 11233 sim_trace="(TRACE_$x"
c906108c
SS
11234 else
11235 sim_trace="${sim_trace}|TRACE_$x"
11236 fi
11237 done
ce39bd38 11238 sim_trace="$sim_trace)" ;;
c906108c 11239esac
81ecdfbb
RW
11240fi
11241
ce39bd38
MF
11242cat >>confdefs.h <<_ACEOF
11243#define WITH_TRACE $sim_trace
11244_ACEOF
11245
11246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11247$as_echo "$sim_trace" >&6; }
c906108c
SS
11248
11249
ce39bd38
MF
11250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11251$as_echo_n "checking for sim profile settings... " >&6; }
11252profile="1"
11253sim_profile="-1"
81ecdfbb
RW
11254# Check whether --enable-sim-profile was given.
11255if test "${enable_sim_profile+set}" = set; then :
11256 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11257 yes) profile="1" sim_profile="-1";;
11258 no) profile="0" sim_profile="0";;
c906108c 11259 [-0-9]*)
ce39bd38 11260 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 11261 [a-z]*)
ce39bd38 11262 profile="1"
c906108c
SS
11263 sim_profile=""
11264 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11265 if test x"$sim_profile" = x; then
ce39bd38 11266 sim_profile="(PROFILE_$x"
c906108c
SS
11267 else
11268 sim_profile="${sim_profile}|PROFILE_$x"
11269 fi
11270 done
ce39bd38 11271 sim_profile="$sim_profile)" ;;
c906108c 11272esac
81ecdfbb
RW
11273fi
11274
ce39bd38
MF
11275cat >>confdefs.h <<_ACEOF
11276#define PROFILE $profile
11277_ACEOF
c906108c
SS
11278
11279
ce39bd38
MF
11280cat >>confdefs.h <<_ACEOF
11281#define WITH_PROFILE $sim_profile
11282_ACEOF
11283
11284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11285$as_echo "$sim_profile" >&6; }
11286
11287
11288
11289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11290$as_echo_n "checking whether to enable sim asserts... " >&6; }
11291sim_assert="1"
35656e95
MF
11292# Check whether --enable-sim-assert was given.
11293if test "${enable_sim_assert+set}" = set; then :
11294 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11295 yes) sim_assert="1";;
11296 no) sim_assert="0";;
d0ac1c44 11297 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11298esac
35656e95
MF
11299fi
11300
ce39bd38
MF
11301cat >>confdefs.h <<_ACEOF
11302#define WITH_ASSERT $sim_assert
11303_ACEOF
11304
11305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11306$as_echo "$sim_assert" >&6; }
11307
35656e95 11308
ce39bd38
MF
11309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11310$as_echo_n "checking default sim environment setting... " >&6; }
11311sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11312# Check whether --enable-sim-environment was given.
11313if test "${enable_sim_environment+set}" = set; then :
11314 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11315 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11316 user | USER) sim_environment="USER_ENVIRONMENT";;
11317 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11318 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11319 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11320esac
16f7876d
MF
11321fi
11322
ce39bd38
MF
11323cat >>confdefs.h <<_ACEOF
11324#define WITH_ENVIRONMENT $sim_environment
11325_ACEOF
11326
11327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11328$as_echo "$sim_environment" >&6; }
11329
16f7876d 11330
347fe5bb
MF
11331sim_inline="-DDEFAULT_INLINE=0"
11332# Check whether --enable-sim-inline was given.
11333if test "${enable_sim_inline+set}" = set; then :
11334 enableval=$enable_sim_inline; sim_inline=""
11335case "$enableval" in
11336 no) sim_inline="-DDEFAULT_INLINE=0";;
11337 0) sim_inline="-DDEFAULT_INLINE=0";;
11338 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11339 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11340 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11341 new_flag=""
11342 case "$x" in
11343 *_INLINE=*) new_flag="-D$x";;
11344 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11345 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11346 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11347 esac
11348 if test x"$sim_inline" = x""; then
11349 sim_inline="$new_flag"
11350 else
11351 sim_inline="$sim_inline $new_flag"
11352 fi
11353 done;;
11354esac
11355if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11356 echo "Setting inline flags = $sim_inline" 6>&1
11357fi
11358fi
11359
11360
11361
6efef468 11362
81ecdfbb
RW
11363# Check whether --with-pkgversion was given.
11364if test "${with_pkgversion+set}" = set; then :
11365 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11366 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11367 no) PKGVERSION= ;;
11368 *) PKGVERSION="($withval) " ;;
11369 esac
11370else
bf12d44e 11371 PKGVERSION="(SIM) "
6efef468 11372
81ecdfbb
RW
11373fi
11374
6efef468
JM
11375
11376
11377
11378
81ecdfbb
RW
11379# Check whether --with-bugurl was given.
11380if test "${with_bugurl+set}" = set; then :
11381 withval=$with_bugurl; case "$withval" in
d0ac1c44 11382 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11383 no) BUGURL=
11384 ;;
11385 *) BUGURL="$withval"
11386 ;;
11387 esac
11388else
dfb856ba 11389 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11390
81ecdfbb
RW
11391fi
11392
6efef468
JM
11393 case ${BUGURL} in
11394 "")
11395 REPORT_BUGS_TO=
11396 REPORT_BUGS_TEXI=
11397 ;;
11398 *)
11399 REPORT_BUGS_TO="<$BUGURL>"
11400 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11401 ;;
11402 esac;
11403
11404
11405
11406
11407cat >>confdefs.h <<_ACEOF
11408#define PKGVERSION "$PKGVERSION"
11409_ACEOF
11410
11411
11412cat >>confdefs.h <<_ACEOF
11413#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11414_ACEOF
11415
11416
c906108c
SS
11417
11418
c906108c
SS
11419
11420
1ac72f06 11421wire_endian="BIG"
c906108c 11422default_endian=""
81ecdfbb
RW
11423# Check whether --enable-sim-endian was given.
11424if test "${enable_sim_endian+set}" = set; then :
11425 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11426 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11427 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 11428 yes) if test x"$wire_endian" != x; then
1ac72f06 11429 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 11430 else
1ac72f06
MF
11431 if test x"$default_endian" != x; then
11432 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11433 else
11434 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11435 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11436 fi
11437 fi;;
11438 no) if test x"$default_endian" != x; then
1ac72f06 11439 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11440 else
11441 if test x"$wire_endian" != x; then
1ac72f06 11442 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11443 else
11444 echo "No default endian for target $target" 1>&6
1ac72f06 11445 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
11446 fi
11447 fi;;
d0ac1c44 11448 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
11449esac
11450if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11451 echo "Setting endian flags = $sim_endian" 6>&1
11452fi
11453else
11454 if test x"$default_endian" != x; then
1ac72f06 11455 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
11456else
11457 if test x"$wire_endian" != x; then
1ac72f06 11458 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
11459 else
11460 sim_endian=
11461 fi
11462fi
81ecdfbb
RW
11463fi
11464
c906108c
SS
11465wire_alignment="STRICT_ALIGNMENT"
11466default_alignment=""
11467
81ecdfbb
RW
11468# Check whether --enable-sim-alignment was given.
11469if test "${enable_sim_alignment+set}" = set; then :
11470 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
11471 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11472 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11473 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11474 yes) if test x"$wire_alignment" != x; then
11475 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11476 else
11477 if test x"$default_alignment" != x; then
11478 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11479 else
11480 echo "No hard-wired alignment for target $target" 1>&6
11481 sim_alignment="-DWITH_ALIGNMENT=0"
11482 fi
11483 fi;;
11484 no) if test x"$default_alignment" != x; then
11485 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11486 else
11487 if test x"$wire_alignment" != x; then
11488 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11489 else
11490 echo "No default alignment for target $target" 1>&6
11491 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11492 fi
11493 fi;;
d0ac1c44 11494 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
11495esac
11496if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11497 echo "Setting alignment flags = $sim_alignment" 6>&1
11498fi
11499else
11500 if test x"$default_alignment" != x; then
11501 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11502else
11503 if test x"$wire_alignment" != x; then
11504 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11505 else
11506 sim_alignment=
11507 fi
11508fi
81ecdfbb
RW
11509fi
11510
c906108c 11511
c906108c 11512default_sim_scache="16384"
81ecdfbb
RW
11513# Check whether --enable-sim-scache was given.
11514if test "${enable_sim_scache+set}" = set; then :
11515 enableval=$enable_sim_scache; case "${enableval}" in
c906108c
SS
11516 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11517 no) sim_scache="-DWITH_SCACHE=0" ;;
9397fcbf 11518 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11519 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c906108c
SS
11520 sim_scache="";;
11521esac
11522if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11523 echo "Setting scache size = $sim_scache" 6>&1
11524fi
11525else
11526 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11527fi
11528
c906108c
SS
11529
11530
11531default_sim_default_model="m32r/d"
81ecdfbb
RW
11532# Check whether --enable-sim-default-model was given.
11533if test "${enable_sim_default_model+set}" = set; then :
11534 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11535 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c906108c
SS
11536 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11537esac
11538if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11539 echo "Setting default model = $sim_default_model" 6>&1
11540fi
11541else
11542 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
11543fi
11544
c906108c
SS
11545
11546
5c1008a4
MF
11547# Check whether --enable-werror was given.
11548if test "${enable_werror+set}" = set; then :
11549 enableval=$enable_werror; case "${enableval}" in
11550 yes | y) ERROR_ON_WARNING="yes" ;;
11551 no | n) ERROR_ON_WARNING="no" ;;
11552 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11553 esac
11554fi
11555
11556
11557# Enable -Werror by default when using gcc
11558if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11559 ERROR_ON_WARNING=yes
11560fi
11561
11562WERROR_CFLAGS=""
11563
11564build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11565-Wpointer-sign \
11566-Wno-unused -Wunused-value -Wunused-function \
11567-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11568-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11569-Wold-style-declaration -Wold-style-definition"
11570
11571# Enable -Wno-format by default when using gcc on mingw since many
11572# GCC versions complain about %I64.
11573case "${host}" in
11574 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11575 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11576esac
11577
11578# Check whether --enable-build-warnings was given.
11579if test "${enable_build_warnings+set}" = set; then :
11580 enableval=$enable_build_warnings; case "${enableval}" in
11581 yes) ;;
11582 no) build_warnings="-w";;
11583 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11584 build_warnings="${build_warnings} ${t}";;
11585 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11586 build_warnings="${t} ${build_warnings}";;
11587 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11588esac
11589if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11590 echo "Setting compiler warning flags = $build_warnings" 6>&1
11591fi
11592fi
11593# Check whether --enable-sim-build-warnings was given.
11594if test "${enable_sim_build_warnings+set}" = set; then :
11595 enableval=$enable_sim_build_warnings; case "${enableval}" in
11596 yes) ;;
11597 no) build_warnings="-w";;
11598 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11599 build_warnings="${build_warnings} ${t}";;
11600 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11601 build_warnings="${t} ${build_warnings}";;
11602 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11603esac
11604if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11605 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11606fi
11607fi
11608WARN_CFLAGS=""
11609if test "x${build_warnings}" != x -a "x$GCC" = xyes
11610then
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11612$as_echo_n "checking compiler warning flags... " >&6; }
11613 # Separate out the -Werror flag as some files just cannot be
11614 # compiled with it enabled.
11615 for w in ${build_warnings}; do
11616 case $w in
11617 -Werr*) WERROR_CFLAGS=-Werror ;;
11618 *) # Check that GCC accepts it
11619 saved_CFLAGS="$CFLAGS"
1f195bc3 11620 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11622/* end confdefs.h. */
11623
11624int
11625main ()
11626{
11627
11628 ;
11629 return 0;
11630}
11631_ACEOF
11632if ac_fn_c_try_compile "$LINENO"; then :
11633 WARN_CFLAGS="${WARN_CFLAGS} $w"
11634fi
11635rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11636 CFLAGS="$saved_CFLAGS"
11637 esac
11638 done
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11640$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11641fi
11642
11643
b7026657
AC
11644cgen_maint=no
11645cgen=guile
11646cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11647# Check whether --enable-cgen-maint was given.
11648if test "${enable_cgen_maint+set}" = set; then :
11649 enableval=$enable_cgen_maint; case "${enableval}" in
b7026657
AC
11650 yes) cgen_maint=yes ;;
11651 no) cgen_maint=no ;;
11652 *)
7fb45a68
AB
11653 # Argument is a directory where cgen can be found. In some
11654 # future world cgen could be installable, but right now this
11655 # is not the case. Instead we assume the directory is a path
11656 # to the cgen source tree.
11657 cgen_maint=yes
11658 if test -r ${enableval}/iformat.scm; then
11659 # This looks like a cgen source tree.
11660 cgendir=${enableval}
11661 else
11662 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11663 fi
b7026657
AC
11664 ;;
11665esac
81ecdfbb
RW
11666fi
11667if test x${cgen_maint} != xno ; then
b7026657
AC
11668 CGEN_MAINT=''
11669else
11670 CGEN_MAINT='#'
11671fi
11672
11673
11674
11675
11676
11677 case "${target_alias}" in
11678 m32r*-linux*)
11679 traps_obj=traps-linux.o
11680 sim_extra_cflags="-DM32R_LINUX"
11681 ;;
11682 *)
11683 traps_obj=traps.o
11684 sim_extra_cflags="-DM32R_ELF"
11685 ;;
11686 esac
11687
11688
11689
11690
9d903352 11691hardware="cfi core pal glue m32r_cache m32r_uart"
94c63d78
JS
11692sim_hw_cflags="-DWITH_HW=1"
11693sim_hw="$hardware"
11694sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11695
94c63d78
JS
11696# Check whether --enable-sim-hardware was given.
11697if test "${enable_sim_hardware+set}" = set; then :
11698 enableval=$enable_sim_hardware;
30452bbe 11699else
97f478c5 11700 enable_sim_hardware="yes"
1517bd27
MF
11701fi
11702
11703case ${enable_sim_hardware} in
64dd13df
MF
11704 yes|no) ;;
11705 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11706 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11707 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 11708esac
1517bd27 11709
64dd13df 11710if test "$enable_sim_hardware" = no; then
94c63d78
JS
11711 sim_hw_objs=
11712 sim_hw_cflags="-DWITH_HW=0"
11713 sim_hw=
11714else
11715 sim_hw_cflags="-DWITH_HW=1"
11716 # remove duplicates
11717 sim_hw=""
11718 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11719 for i in $hardware ; do
11720 case " $sim_hw " in
11721 *" $i "*) ;;
11722 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11723 esac
11724 done
11725 # mingw does not support sockser
94c63d78
JS
11726 case ${host} in
11727 *mingw*) ;;
49cd1634
MF
11728 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11729 # that you instatiate. Instead, other code will call into it directly.
11730 # At some point, we should convert it over.
11731 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
11732
11733cat >>confdefs.h <<_ACEOF
11734#define HAVE_DV_SOCKSER 1
11735_ACEOF
11736
11737 ;;
11738 esac
1517bd27
MF
11739 if test x"$silent" != x"yes"; then
11740 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 11741 fi
1517bd27
MF
11742 case " $hardware " in
11743 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 11744$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11745if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
11746 $as_echo_n "(cached) " >&6
11747else
11748 ac_check_lib_save_LIBS=$LIBS
11749LIBS="-lm $LIBS"
11750cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11751/* end confdefs.h. */
11752
11753/* Override any GCC internal prototype to avoid an error.
11754 Use char because int might match the return type of a GCC
11755 builtin and then its argument prototype would still apply. */
11756#ifdef __cplusplus
11757extern "C"
11758#endif
11759char log2 ();
11760int
11761main ()
11762{
11763return log2 ();
11764 ;
11765 return 0;
11766}
11767_ACEOF
11768if ac_fn_c_try_link "$LINENO"; then :
11769 ac_cv_lib_m_log2=yes
11770else
11771 ac_cv_lib_m_log2=no
11772fi
11773rm -f core conftest.err conftest.$ac_objext \
11774 conftest$ac_exeext conftest.$ac_ext
11775LIBS=$ac_check_lib_save_LIBS
11776fi
11777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11778$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11779if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
11780 cat >>confdefs.h <<_ACEOF
11781#define HAVE_LIBM 1
11782_ACEOF
11783
11784 LIBS="-lm $LIBS"
11785
11786fi
11787;;
1517bd27
MF
11788 esac
11789fi
94c63d78 11790
94c63d78 11791
b7026657 11792
b7026657
AC
11793cgen_breaks=""
11794if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11795cgen_breaks="break cgen_rtx_error";
11796fi
11797
81ecdfbb 11798ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11799
81ecdfbb 11800ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11801
81ecdfbb 11802ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11803
81ecdfbb 11804ac_config_commands="$ac_config_commands Makefile"
38f48d72 11805
81ecdfbb 11806ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11807
760b3e8b
MF
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
b7026657
AC
11820cat >confcache <<\_ACEOF
11821# This file is a shell script that caches the results of configure
11822# tests run on this system so they can be shared between configure
11823# scripts and configure runs, see configure's option --config-cache.
11824# It is not useful on other systems. If it contains results you don't
11825# want to keep, you may remove or edit it.
11826#
11827# config.status only pays attention to the cache file if you give it
11828# the --recheck option to rerun configure.
11829#
11830# `ac_cv_env_foo' variables (set or unset) will be overridden when
11831# loading this file, other *unset* `ac_cv_foo' will be assigned the
11832# following values.
11833
11834_ACEOF
11835
11836# The following way of writing the cache mishandles newlines in values,
11837# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11838# So, we kill variables containing newlines.
b7026657
AC
11839# Ultrix sh set writes to stderr and can't be redirected directly,
11840# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11841(
11842 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11843 eval ac_val=\$$ac_var
11844 case $ac_val in #(
11845 *${as_nl}*)
11846 case $ac_var in #(
11847 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11848$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11849 esac
11850 case $ac_var in #(
11851 _ | IFS | as_nl) ;; #(
11852 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11853 *) { eval $ac_var=; unset $ac_var;} ;;
11854 esac ;;
11855 esac
11856 done
11857
b7026657 11858 (set) 2>&1 |
81ecdfbb
RW
11859 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11860 *${as_nl}ac_space=\ *)
11861 # `set' does not quote correctly, so add quotes: double-quote
11862 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11863 sed -n \
11864 "s/'/'\\\\''/g;
11865 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11866 ;; #(
b7026657
AC
11867 *)
11868 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11869 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11870 ;;
81ecdfbb
RW
11871 esac |
11872 sort
11873) |
b7026657 11874 sed '
81ecdfbb 11875 /^ac_cv_env_/b end
b7026657 11876 t clear
81ecdfbb 11877 :clear
b7026657
AC
11878 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11879 t end
81ecdfbb
RW
11880 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11881 :end' >>confcache
11882if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11883 if test -w "$cache_file"; then
d0ac1c44 11884 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11886$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11887 if test ! -f "$cache_file" || test -h "$cache_file"; then
11888 cat confcache >"$cache_file"
11889 else
11890 case $cache_file in #(
11891 */* | ?:*)
11892 mv -f confcache "$cache_file"$$ &&
11893 mv -f "$cache_file"$$ "$cache_file" ;; #(
11894 *)
11895 mv -f confcache "$cache_file" ;;
11896 esac
11897 fi
11898 fi
b7026657 11899 else
81ecdfbb
RW
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11901$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11902 fi
11903fi
11904rm -f confcache
11905
11906test "x$prefix" = xNONE && prefix=$ac_default_prefix
11907# Let make expand exec_prefix.
11908test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11909
b7026657
AC
11910DEFS=-DHAVE_CONFIG_H
11911
11912ac_libobjs=
11913ac_ltlibobjs=
d0ac1c44 11914U=
b7026657
AC
11915for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11916 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11917 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11918 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11919 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11920 # will be set to the directory where LIBOBJS objects are built.
11921 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11922 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11923done
11924LIBOBJS=$ac_libobjs
11925
11926LTLIBOBJS=$ac_ltlibobjs
11927
11928
0cb8d851 11929
6bb11ab3 11930if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11931 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11932Usually this means the macro was only invoked conditionally." "$LINENO" 5
11933fi
31e6ad7d 11934if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11935 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11936Usually this means the macro was only invoked conditionally." "$LINENO" 5
11937fi
b7026657 11938
d0ac1c44 11939: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11940ac_write_fail=0
b7026657
AC
11941ac_clean_files_save=$ac_clean_files
11942ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11943{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11944$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11945as_write_fail=0
11946cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11947#! $SHELL
11948# Generated by $as_me.
11949# Run this file to recreate the current configuration.
11950# Compiler output produced by configure, useful for debugging
11951# configure, is in config.log if it exists.
11952
11953debug=false
11954ac_cs_recheck=false
11955ac_cs_silent=false
b7026657 11956
81ecdfbb
RW
11957SHELL=\${CONFIG_SHELL-$SHELL}
11958export SHELL
11959_ASEOF
11960cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11961## -------------------- ##
11962## M4sh Initialization. ##
11963## -------------------- ##
11964
11965# Be more Bourne compatible
11966DUALCASE=1; export DUALCASE # for MKS sh
11967if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11968 emulate sh
11969 NULLCMD=:
81ecdfbb 11970 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11971 # is contrary to our usage. Disable this feature.
11972 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11973 setopt NO_GLOB_SUBST
11974else
11975 case `(set -o) 2>/dev/null` in #(
11976 *posix*) :
11977 set -o posix ;; #(
11978 *) :
11979 ;;
11980esac
b7026657 11981fi
b7026657 11982
81ecdfbb
RW
11983
11984as_nl='
11985'
11986export as_nl
11987# Printing a long string crashes Solaris 7 /usr/bin/printf.
11988as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11989as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11990as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11991# Prefer a ksh shell builtin over an external printf program on Solaris,
11992# but without wasting forks for bash or zsh.
11993if test -z "$BASH_VERSION$ZSH_VERSION" \
11994 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11995 as_echo='print -r --'
11996 as_echo_n='print -rn --'
11997elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11998 as_echo='printf %s\n'
11999 as_echo_n='printf %s'
12000else
12001 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12002 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12003 as_echo_n='/usr/ucb/echo -n'
12004 else
12005 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12006 as_echo_n_body='eval
12007 arg=$1;
12008 case $arg in #(
12009 *"$as_nl"*)
12010 expr "X$arg" : "X\\(.*\\)$as_nl";
12011 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12012 esac;
12013 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12014 '
12015 export as_echo_n_body
12016 as_echo_n='sh -c $as_echo_n_body as_echo'
12017 fi
12018 export as_echo_body
12019 as_echo='sh -c $as_echo_body as_echo'
12020fi
12021
12022# The user is always right.
12023if test "${PATH_SEPARATOR+set}" != set; then
12024 PATH_SEPARATOR=:
12025 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12026 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12027 PATH_SEPARATOR=';'
12028 }
b7026657
AC
12029fi
12030
12031
81ecdfbb
RW
12032# IFS
12033# We need space, tab and new line, in precisely that order. Quoting is
12034# there to prevent editors from complaining about space-tab.
12035# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12036# splitting by setting IFS to empty value.)
12037IFS=" "" $as_nl"
12038
12039# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12040as_myself=
81ecdfbb
RW
12041case $0 in #((
12042 *[\\/]* ) as_myself=$0 ;;
12043 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12044for as_dir in $PATH
12045do
12046 IFS=$as_save_IFS
12047 test -z "$as_dir" && as_dir=.
12048 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12049 done
12050IFS=$as_save_IFS
12051
12052 ;;
12053esac
12054# We did not find ourselves, most probably we were run as `sh COMMAND'
12055# in which case we are not to be found in the path.
12056if test "x$as_myself" = x; then
12057 as_myself=$0
12058fi
12059if test ! -f "$as_myself"; then
12060 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12061 exit 1
12062fi
12063
12064# Unset variables that we do not need and which cause bugs (e.g. in
12065# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12066# suppresses any "Segmentation fault" message there. '((' could
12067# trigger a bug in pdksh 5.2.14.
12068for as_var in BASH_ENV ENV MAIL MAILPATH
12069do eval test x\${$as_var+set} = xset \
12070 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12071done
b7026657
AC
12072PS1='$ '
12073PS2='> '
12074PS4='+ '
12075
12076# NLS nuisances.
81ecdfbb
RW
12077LC_ALL=C
12078export LC_ALL
12079LANGUAGE=C
12080export LANGUAGE
12081
12082# CDPATH.
12083(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12084
12085
d0ac1c44
SM
12086# as_fn_error STATUS ERROR [LINENO LOG_FD]
12087# ----------------------------------------
81ecdfbb
RW
12088# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12089# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12090# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12091as_fn_error ()
12092{
d0ac1c44
SM
12093 as_status=$1; test $as_status -eq 0 && as_status=1
12094 if test "$4"; then
12095 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12096 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c906108c 12097 fi
d0ac1c44 12098 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12099 as_fn_exit $as_status
12100} # as_fn_error
12101
12102
12103# as_fn_set_status STATUS
12104# -----------------------
12105# Set $? to STATUS, without forking.
12106as_fn_set_status ()
12107{
12108 return $1
12109} # as_fn_set_status
12110
12111# as_fn_exit STATUS
12112# -----------------
12113# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12114as_fn_exit ()
12115{
12116 set +e
12117 as_fn_set_status $1
12118 exit $1
12119} # as_fn_exit
12120
12121# as_fn_unset VAR
12122# ---------------
12123# Portably unset VAR.
12124as_fn_unset ()
12125{
12126 { eval $1=; unset $1;}
12127}
12128as_unset=as_fn_unset
12129# as_fn_append VAR VALUE
12130# ----------------------
12131# Append the text in VALUE to the end of the definition contained in VAR. Take
12132# advantage of any shell optimizations that allow amortized linear growth over
12133# repeated appends, instead of the typical quadratic growth present in naive
12134# implementations.
12135if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12136 eval 'as_fn_append ()
12137 {
12138 eval $1+=\$2
12139 }'
12140else
12141 as_fn_append ()
12142 {
12143 eval $1=\$$1\$2
12144 }
12145fi # as_fn_append
12146
12147# as_fn_arith ARG...
12148# ------------------
12149# Perform arithmetic evaluation on the ARGs, and store the result in the
12150# global $as_val. Take advantage of shells that can avoid forks. The arguments
12151# must be portable across $(()) and expr.
12152if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12153 eval 'as_fn_arith ()
12154 {
12155 as_val=$(( $* ))
12156 }'
12157else
12158 as_fn_arith ()
12159 {
12160 as_val=`expr "$@" || test $? -eq 1`
12161 }
12162fi # as_fn_arith
b7026657 12163
81ecdfbb
RW
12164
12165if expr a : '\(a\)' >/dev/null 2>&1 &&
12166 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 12167 as_expr=expr
c906108c 12168else
b7026657 12169 as_expr=false
c906108c 12170fi
b7026657 12171
81ecdfbb 12172if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12173 as_basename=basename
12174else
12175 as_basename=false
c906108c
SS
12176fi
12177
81ecdfbb
RW
12178if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12179 as_dirname=dirname
12180else
12181 as_dirname=false
12182fi
c906108c 12183
81ecdfbb 12184as_me=`$as_basename -- "$0" ||
b7026657
AC
12185$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12186 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12187 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12188$as_echo X/"$0" |
12189 sed '/^.*\/\([^/][^/]*\)\/*$/{
12190 s//\1/
12191 q
12192 }
12193 /^X\/\(\/\/\)$/{
12194 s//\1/
12195 q
12196 }
12197 /^X\/\(\/\).*/{
12198 s//\1/
12199 q
12200 }
12201 s/.*/./; q'`
b7026657 12202
b7026657
AC
12203# Avoid depending upon Character Ranges.
12204as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12205as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12206as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12207as_cr_digits='0123456789'
12208as_cr_alnum=$as_cr_Letters$as_cr_digits
12209
81ecdfbb
RW
12210ECHO_C= ECHO_N= ECHO_T=
12211case `echo -n x` in #(((((
12212-n*)
12213 case `echo 'xy\c'` in
12214 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12215 xy) ECHO_C='\c';;
12216 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12217 ECHO_T=' ';;
12218 esac;;
12219*)
12220 ECHO_N='-n';;
c906108c 12221esac
b7026657 12222
81ecdfbb
RW
12223rm -f conf$$ conf$$.exe conf$$.file
12224if test -d conf$$.dir; then
12225 rm -f conf$$.dir/conf$$.file
b7026657 12226else
81ecdfbb
RW
12227 rm -f conf$$.dir
12228 mkdir conf$$.dir 2>/dev/null
c906108c 12229fi
81ecdfbb
RW
12230if (echo >conf$$.file) 2>/dev/null; then
12231 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12232 as_ln_s='ln -s'
81ecdfbb
RW
12233 # ... but there are two gotchas:
12234 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12235 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12236 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12237 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12238 as_ln_s='cp -pR'
81ecdfbb
RW
12239 elif ln conf$$.file conf$$ 2>/dev/null; then
12240 as_ln_s=ln
12241 else
d0ac1c44 12242 as_ln_s='cp -pR'
b7026657 12243 fi
c906108c 12244else
d0ac1c44 12245 as_ln_s='cp -pR'
c906108c 12246fi
81ecdfbb
RW
12247rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12248rmdir conf$$.dir 2>/dev/null
12249
12250
12251# as_fn_mkdir_p
12252# -------------
12253# Create "$as_dir" as a directory, including parents if necessary.
12254as_fn_mkdir_p ()
12255{
12256
12257 case $as_dir in #(
12258 -*) as_dir=./$as_dir;;
12259 esac
12260 test -d "$as_dir" || eval $as_mkdir_p || {
12261 as_dirs=
12262 while :; do
12263 case $as_dir in #(
12264 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12265 *) as_qdir=$as_dir;;
12266 esac
12267 as_dirs="'$as_qdir' $as_dirs"
12268 as_dir=`$as_dirname -- "$as_dir" ||
12269$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12270 X"$as_dir" : 'X\(//\)[^/]' \| \
12271 X"$as_dir" : 'X\(//\)$' \| \
12272 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12273$as_echo X"$as_dir" |
12274 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12275 s//\1/
12276 q
12277 }
12278 /^X\(\/\/\)[^/].*/{
12279 s//\1/
12280 q
12281 }
12282 /^X\(\/\/\)$/{
12283 s//\1/
12284 q
12285 }
12286 /^X\(\/\).*/{
12287 s//\1/
12288 q
12289 }
12290 s/.*/./; q'`
12291 test -d "$as_dir" && break
12292 done
12293 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12294 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
c906108c 12295
81ecdfbb
RW
12296
12297} # as_fn_mkdir_p
b7026657 12298if mkdir -p . 2>/dev/null; then
81ecdfbb 12299 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
12300else
12301 test -d ./-p && rmdir ./-p
12302 as_mkdir_p=false
12303fi
c906108c 12304
d0ac1c44
SM
12305
12306# as_fn_executable_p FILE
12307# -----------------------
12308# Test if FILE is an executable regular file.
12309as_fn_executable_p ()
12310{
12311 test -f "$1" && test -x "$1"
12312} # as_fn_executable_p
12313as_test_x='test -x'
12314as_executable_p=as_fn_executable_p
c906108c 12315
b7026657
AC
12316# Sed expression to map a string onto a valid CPP name.
12317as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 12318
b7026657
AC
12319# Sed expression to map a string onto a valid variable name.
12320as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 12321
6edf0760 12322
b7026657 12323exec 6>&1
81ecdfbb
RW
12324## ----------------------------------- ##
12325## Main body of $CONFIG_STATUS script. ##
12326## ----------------------------------- ##
12327_ASEOF
12328test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12329
12330cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12331# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12332# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12333# values after options handling.
12334ac_log="
b7026657 12335This file was extended by $as_me, which was
d0ac1c44 12336generated by GNU Autoconf 2.69. Invocation command line was
c906108c 12337
b7026657
AC
12338 CONFIG_FILES = $CONFIG_FILES
12339 CONFIG_HEADERS = $CONFIG_HEADERS
12340 CONFIG_LINKS = $CONFIG_LINKS
12341 CONFIG_COMMANDS = $CONFIG_COMMANDS
12342 $ $0 $@
12343
81ecdfbb
RW
12344on `(hostname || uname -n) 2>/dev/null | sed 1q`
12345"
12346
b7026657
AC
12347_ACEOF
12348
81ecdfbb
RW
12349case $ac_config_files in *"
12350"*) set x $ac_config_files; shift; ac_config_files=$*;;
12351esac
379832de 12352
81ecdfbb
RW
12353case $ac_config_headers in *"
12354"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12355esac
b7026657 12356
b7026657 12357
81ecdfbb
RW
12358cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12359# Files that config.status was made for.
12360config_files="$ac_config_files"
12361config_headers="$ac_config_headers"
81ecdfbb 12362config_commands="$ac_config_commands"
b7026657 12363
81ecdfbb 12364_ACEOF
b7026657 12365
81ecdfbb 12366cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12367ac_cs_usage="\
81ecdfbb
RW
12368\`$as_me' instantiates files and other configuration actions
12369from templates according to the current configuration. Unless the files
12370and actions are specified as TAGs, all are instantiated by default.
b7026657 12371
81ecdfbb 12372Usage: $0 [OPTION]... [TAG]...
b7026657
AC
12373
12374 -h, --help print this help, then exit
81ecdfbb 12375 -V, --version print version number and configuration settings, then exit
d0ac1c44 12376 --config print configuration, then exit
81ecdfbb
RW
12377 -q, --quiet, --silent
12378 do not print progress messages
b7026657
AC
12379 -d, --debug don't remove temporary files
12380 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12381 --file=FILE[:TEMPLATE]
12382 instantiate the configuration file FILE
12383 --header=FILE[:TEMPLATE]
12384 instantiate the configuration header FILE
b7026657
AC
12385
12386Configuration files:
12387$config_files
12388
12389Configuration headers:
12390$config_headers
12391
b7026657
AC
12392Configuration commands:
12393$config_commands
12394
81ecdfbb 12395Report bugs to the package provider."
b7026657 12396
81ecdfbb
RW
12397_ACEOF
12398cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12399ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12400ac_cs_version="\\
12401config.status
d0ac1c44
SM
12402configured by $0, generated by GNU Autoconf 2.69,
12403 with options \\"\$ac_cs_config\\"
b7026657 12404
d0ac1c44 12405Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12406This config.status script is free software; the Free Software Foundation
12407gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12408
12409ac_pwd='$ac_pwd'
12410srcdir='$srcdir'
12411INSTALL='$INSTALL'
6bb11ab3 12412AWK='$AWK'
81ecdfbb 12413test -n "\$AWK" || AWK=awk
b7026657
AC
12414_ACEOF
12415
81ecdfbb
RW
12416cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12417# The default lists apply if the user does not specify any file.
b7026657
AC
12418ac_need_defaults=:
12419while test $# != 0
12420do
12421 case $1 in
d0ac1c44 12422 --*=?*)
81ecdfbb
RW
12423 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12424 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12425 ac_shift=:
c906108c 12426 ;;
d0ac1c44
SM
12427 --*=)
12428 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12429 ac_optarg=
12430 ac_shift=:
12431 ;;
81ecdfbb 12432 *)
b7026657
AC
12433 ac_option=$1
12434 ac_optarg=$2
12435 ac_shift=shift
c906108c 12436 ;;
b7026657 12437 esac
c906108c 12438
b7026657
AC
12439 case $ac_option in
12440 # Handling of the options.
b7026657
AC
12441 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12442 ac_cs_recheck=: ;;
81ecdfbb
RW
12443 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12444 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12445 --config | --confi | --conf | --con | --co | --c )
12446 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12447 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12448 debug=: ;;
12449 --file | --fil | --fi | --f )
12450 $ac_shift
81ecdfbb
RW
12451 case $ac_optarg in
12452 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12453 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12454 esac
12455 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12456 ac_need_defaults=false;;
12457 --header | --heade | --head | --hea )
12458 $ac_shift
81ecdfbb
RW
12459 case $ac_optarg in
12460 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12461 esac
12462 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12463 ac_need_defaults=false;;
81ecdfbb
RW
12464 --he | --h)
12465 # Conflict between --help and --header
d0ac1c44 12466 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12467Try \`$0 --help' for more information.";;
12468 --help | --hel | -h )
12469 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12470 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12471 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12472 ac_cs_silent=: ;;
c906108c 12473
b7026657 12474 # This is an error.
d0ac1c44 12475 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12476Try \`$0 --help' for more information." ;;
c906108c 12477
81ecdfbb
RW
12478 *) as_fn_append ac_config_targets " $1"
12479 ac_need_defaults=false ;;
b7026657
AC
12480
12481 esac
12482 shift
12483done
12484
12485ac_configure_extra_args=
12486
12487if $ac_cs_silent; then
12488 exec 6>/dev/null
12489 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
12490fi
12491
b7026657 12492_ACEOF
81ecdfbb 12493cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12494if \$ac_cs_recheck; then
d0ac1c44 12495 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12496 shift
12497 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12498 CONFIG_SHELL='$SHELL'
12499 export CONFIG_SHELL
12500 exec "\$@"
b7026657 12501fi
c906108c 12502
b7026657 12503_ACEOF
81ecdfbb
RW
12504cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12505exec 5>>config.log
12506{
12507 echo
12508 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12509## Running $as_me. ##
12510_ASBOX
12511 $as_echo "$ac_log"
12512} >&5
c906108c 12513
81ecdfbb
RW
12514_ACEOF
12515cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12516#
12517# INIT-COMMANDS
12518#
12519ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12520
6bb11ab3
L
12521
12522# The HP-UX ksh and POSIX shell print the target directory to stdout
12523# if CDPATH is set.
12524(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12525
12526sed_quote_subst='$sed_quote_subst'
12527double_quote_subst='$double_quote_subst'
12528delay_variable_subst='$delay_variable_subst'
12529macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12530macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12531enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12532enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12533pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12534enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12535SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12536ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12537host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12538host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12539host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12540build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12541build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12542build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12543SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12544Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12545GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12546EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12547FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12548LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12549NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12550LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12551max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12552ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12553exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12554lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12555lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12556lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12557reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12558reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12559OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12560deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12561file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12562AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12563AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12564STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12565RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12566old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12567old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12568old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12569lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12570CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12571CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12572compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12573GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12574lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12575lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12576lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12577lt_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"`'
12578objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12579MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12580lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12581lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12582lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12583lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12584lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12585need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12586DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12587NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12588LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12589OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12590OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12591libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12592shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12593extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12594archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12595enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12596export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12597whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12598compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12599old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12600old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12601archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12602archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12603module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12604module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12605with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12606allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12607no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12608hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12609hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12610hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12611hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12612hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12613hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12614hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12615hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12616inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12617link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12618fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12619always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12620export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12621exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12622include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12623prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12624file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12625variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12626need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12627need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12628version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12629runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12630shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12631shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12632libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12633library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12634soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12635install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12636postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12637postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12638finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12639finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12640hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12641sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12642sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12643hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12644enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12645enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12646enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12647old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12648striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12649
12650LTCC='$LTCC'
12651LTCFLAGS='$LTCFLAGS'
12652compiler='$compiler_DEFAULT'
12653
12654# A function that is used when there is no print builtin or printf.
12655func_fallback_echo ()
12656{
12657 eval 'cat <<_LTECHO_EOF
12658\$1
12659_LTECHO_EOF'
12660}
12661
12662# Quote evaled strings.
12663for var in SHELL \
12664ECHO \
12665SED \
12666GREP \
12667EGREP \
12668FGREP \
12669LD \
12670NM \
12671LN_S \
12672lt_SP2NL \
12673lt_NL2SP \
12674reload_flag \
12675OBJDUMP \
12676deplibs_check_method \
12677file_magic_cmd \
12678AR \
12679AR_FLAGS \
12680STRIP \
12681RANLIB \
12682CC \
12683CFLAGS \
12684compiler \
12685lt_cv_sys_global_symbol_pipe \
12686lt_cv_sys_global_symbol_to_cdecl \
12687lt_cv_sys_global_symbol_to_c_name_address \
12688lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12689lt_prog_compiler_no_builtin_flag \
12690lt_prog_compiler_wl \
12691lt_prog_compiler_pic \
12692lt_prog_compiler_static \
12693lt_cv_prog_compiler_c_o \
12694need_locks \
12695DSYMUTIL \
12696NMEDIT \
12697LIPO \
12698OTOOL \
12699OTOOL64 \
12700shrext_cmds \
12701export_dynamic_flag_spec \
12702whole_archive_flag_spec \
12703compiler_needs_object \
12704with_gnu_ld \
12705allow_undefined_flag \
12706no_undefined_flag \
12707hardcode_libdir_flag_spec \
12708hardcode_libdir_flag_spec_ld \
12709hardcode_libdir_separator \
12710fix_srcfile_path \
12711exclude_expsyms \
12712include_expsyms \
12713file_list_spec \
12714variables_saved_for_relink \
12715libname_spec \
12716library_names_spec \
12717soname_spec \
12718install_override_mode \
12719finish_eval \
12720old_striplib \
12721striplib; do
12722 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12723 *[\\\\\\\`\\"\\\$]*)
12724 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12725 ;;
12726 *)
12727 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12728 ;;
12729 esac
12730done
12731
12732# Double-quote double-evaled strings.
12733for var in reload_cmds \
12734old_postinstall_cmds \
12735old_postuninstall_cmds \
12736old_archive_cmds \
12737extract_expsyms_cmds \
12738old_archive_from_new_cmds \
12739old_archive_from_expsyms_cmds \
12740archive_cmds \
12741archive_expsym_cmds \
12742module_cmds \
12743module_expsym_cmds \
12744export_symbols_cmds \
12745prelink_cmds \
12746postinstall_cmds \
12747postuninstall_cmds \
12748finish_cmds \
12749sys_lib_search_path_spec \
12750sys_lib_dlsearch_path_spec; do
12751 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12752 *[\\\\\\\`\\"\\\$]*)
12753 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12754 ;;
12755 *)
12756 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12757 ;;
12758 esac
12759done
12760
12761ac_aux_dir='$ac_aux_dir'
12762xsi_shell='$xsi_shell'
12763lt_shell_append='$lt_shell_append'
12764
12765# See if we are running on zsh, and set the options which allow our
12766# commands through without removal of \ escapes INIT.
12767if test -n "\${ZSH_VERSION+set}" ; then
12768 setopt NO_GLOB_SUBST
12769fi
12770
12771
12772 PACKAGE='$PACKAGE'
12773 VERSION='$VERSION'
12774 TIMESTAMP='$TIMESTAMP'
12775 RM='$RM'
12776 ofile='$ofile'
12777
12778
12779
12780
81ecdfbb 12781_ACEOF
c906108c 12782
81ecdfbb 12783cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 12784
81ecdfbb 12785# Handling of arguments.
b7026657 12786for ac_config_target in $ac_config_targets
c906108c 12787do
81ecdfbb
RW
12788 case $ac_config_target in
12789 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12790 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12791 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12792 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12793 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12794 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12795 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12796 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12797
d0ac1c44 12798 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
12799 esac
12800done
12801
81ecdfbb 12802
b7026657
AC
12803# If the user did not use the arguments to specify the items to instantiate,
12804# then the envvar interface is used. Set only those that are not.
12805# We use the long form for the default assignment because of an extremely
12806# bizarre bug on SunOS 4.1.3.
12807if $ac_need_defaults; then
12808 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12809 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12810 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12811fi
12812
12813# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12814# simply because there is no reason against having it here, and in addition,
b7026657 12815# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12816# Hook for its removal unless debugging.
12817# Note that there is a small window in which the directory will not be cleaned:
12818# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12819$debug ||
12820{
d0ac1c44 12821 tmp= ac_tmp=
81ecdfbb 12822 trap 'exit_status=$?
d0ac1c44
SM
12823 : "${ac_tmp:=$tmp}"
12824 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12825' 0
12826 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12827}
b7026657 12828# Create a (secure) tmp directory for tmp files.
c906108c 12829
b7026657 12830{
81ecdfbb 12831 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12832 test -d "$tmp"
b7026657
AC
12833} ||
12834{
81ecdfbb
RW
12835 tmp=./conf$$-$RANDOM
12836 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12837} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12838ac_tmp=$tmp
b7026657 12839
81ecdfbb
RW
12840# Set up the scripts for CONFIG_FILES section.
12841# No need to generate them if there are no CONFIG_FILES.
12842# This happens for instance with `./config.status config.h'.
12843if test -n "$CONFIG_FILES"; then
b7026657 12844
c906108c 12845
81ecdfbb
RW
12846ac_cr=`echo X | tr X '\015'`
12847# On cygwin, bash can eat \r inside `` if the user requested igncr.
12848# But we know of no other shell where ac_cr would be empty at this
12849# point, so we can use a bashism as a fallback.
12850if test "x$ac_cr" = x; then
12851 eval ac_cr=\$\'\\r\'
12852fi
12853ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12854if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12855 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12856else
12857 ac_cs_awk_cr=$ac_cr
12858fi
b7026657 12859
d0ac1c44 12860echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12861_ACEOF
12862
81ecdfbb
RW
12863
12864{
12865 echo "cat >conf$$subs.awk <<_ACEOF" &&
12866 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12867 echo "_ACEOF"
12868} >conf$$subs.sh ||
d0ac1c44
SM
12869 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12870ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12871ac_delim='%!_!# '
12872for ac_last_try in false false false false false :; do
12873 . ./conf$$subs.sh ||
d0ac1c44 12874 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12875
12876 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12877 if test $ac_delim_n = $ac_delim_num; then
12878 break
12879 elif $ac_last_try; then
d0ac1c44 12880 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12881 else
12882 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12883 fi
81ecdfbb
RW
12884done
12885rm -f conf$$subs.sh
c906108c 12886
81ecdfbb 12887cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12888cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12889_ACEOF
81ecdfbb
RW
12890sed -n '
12891h
12892s/^/S["/; s/!.*/"]=/
12893p
12894g
12895s/^[^!]*!//
12896:repl
12897t repl
12898s/'"$ac_delim"'$//
12899t delim
12900:nl
12901h
d0ac1c44 12902s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12903t more1
12904s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12905p
12906n
12907b repl
12908:more1
12909s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12910p
12911g
12912s/.\{148\}//
12913t nl
12914:delim
12915h
d0ac1c44 12916s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12917t more2
12918s/["\\]/\\&/g; s/^/"/; s/$/"/
12919p
12920b
12921:more2
12922s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12923p
12924g
12925s/.\{148\}//
12926t delim
12927' <conf$$subs.awk | sed '
12928/^[^""]/{
12929 N
12930 s/\n//
12931}
12932' >>$CONFIG_STATUS || ac_write_fail=1
12933rm -f conf$$subs.awk
12934cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12935_ACAWK
d0ac1c44 12936cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12937 for (key in S) S_is_set[key] = 1
12938 FS = "\a"
b7026657 12939
81ecdfbb
RW
12940}
12941{
12942 line = $ 0
12943 nfields = split(line, field, "@")
12944 substed = 0
12945 len = length(field[1])
12946 for (i = 2; i < nfields; i++) {
12947 key = field[i]
12948 keylen = length(key)
12949 if (S_is_set[key]) {
12950 value = S[key]
12951 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12952 len += length(value) + length(field[++i])
12953 substed = 1
12954 } else
12955 len += 1 + keylen
12956 }
12957
12958 print line
12959}
c906108c 12960
81ecdfbb
RW
12961_ACAWK
12962_ACEOF
12963cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12964if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12965 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12966else
81ecdfbb 12967 cat
d0ac1c44
SM
12968fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12969 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12970_ACEOF
b7026657 12971
d0ac1c44
SM
12972# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12973# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12974# trailing colons and then remove the whole line if VPATH becomes empty
12975# (actually we leave an empty line to preserve line numbers).
12976if test "x$srcdir" = x.; then
d0ac1c44
SM
12977 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12978h
12979s///
12980s/^/:/
12981s/[ ]*$/:/
12982s/:\$(srcdir):/:/g
12983s/:\${srcdir}:/:/g
12984s/:@srcdir@:/:/g
12985s/^:*//
81ecdfbb 12986s/:*$//
d0ac1c44
SM
12987x
12988s/\(=[ ]*\).*/\1/
12989G
12990s/\n//
81ecdfbb
RW
12991s/^[^=]*=[ ]*$//
12992}'
12993fi
c906108c 12994
81ecdfbb
RW
12995cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12996fi # test -n "$CONFIG_FILES"
c906108c 12997
81ecdfbb
RW
12998# Set up the scripts for CONFIG_HEADERS section.
12999# No need to generate them if there are no CONFIG_HEADERS.
13000# This happens for instance with `./config.status Makefile'.
13001if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13002cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13003BEGIN {
13004_ACEOF
b7026657 13005
81ecdfbb
RW
13006# Transform confdefs.h into an awk script `defines.awk', embedded as
13007# here-document in config.status, that substitutes the proper values into
13008# config.h.in to produce config.h.
c906108c 13009
81ecdfbb
RW
13010# Create a delimiter string that does not exist in confdefs.h, to ease
13011# handling of long lines.
13012ac_delim='%!_!# '
13013for ac_last_try in false false :; do
d0ac1c44
SM
13014 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13015 if test -z "$ac_tt"; then
81ecdfbb
RW
13016 break
13017 elif $ac_last_try; then
d0ac1c44 13018 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13019 else
81ecdfbb 13020 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13021 fi
b7026657 13022done
81ecdfbb
RW
13023
13024# For the awk script, D is an array of macro values keyed by name,
13025# likewise P contains macro parameters if any. Preserve backslash
13026# newline sequences.
13027
13028ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13029sed -n '
13030s/.\{148\}/&'"$ac_delim"'/g
13031t rset
13032:rset
13033s/^[ ]*#[ ]*define[ ][ ]*/ /
13034t def
13035d
13036:def
13037s/\\$//
13038t bsnl
13039s/["\\]/\\&/g
13040s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13041D["\1"]=" \3"/p
13042s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13043d
13044:bsnl
13045s/["\\]/\\&/g
13046s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13047D["\1"]=" \3\\\\\\n"\\/p
13048t cont
13049s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13050t cont
13051d
13052:cont
13053n
13054s/.\{148\}/&'"$ac_delim"'/g
13055t clear
13056:clear
13057s/\\$//
13058t bsnlc
13059s/["\\]/\\&/g; s/^/"/; s/$/"/p
13060d
13061:bsnlc
13062s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13063b cont
13064' <confdefs.h | sed '
13065s/'"$ac_delim"'/"\\\
13066"/g' >>$CONFIG_STATUS || ac_write_fail=1
13067
13068cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13069 for (key in D) D_is_set[key] = 1
13070 FS = "\a"
13071}
13072/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13073 line = \$ 0
13074 split(line, arg, " ")
13075 if (arg[1] == "#") {
13076 defundef = arg[2]
13077 mac1 = arg[3]
13078 } else {
13079 defundef = substr(arg[1], 2)
13080 mac1 = arg[2]
13081 }
13082 split(mac1, mac2, "(") #)
13083 macro = mac2[1]
13084 prefix = substr(line, 1, index(line, defundef) - 1)
13085 if (D_is_set[macro]) {
13086 # Preserve the white space surrounding the "#".
13087 print prefix "define", macro P[macro] D[macro]
13088 next
13089 } else {
13090 # Replace #undef with comments. This is necessary, for example,
13091 # in the case of _POSIX_SOURCE, which is predefined and required
13092 # on some systems where configure will not decide to define it.
13093 if (defundef == "undef") {
13094 print "/*", prefix defundef, macro, "*/"
13095 next
13096 }
13097 }
13098}
13099{ print }
13100_ACAWK
b7026657 13101_ACEOF
81ecdfbb 13102cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13103 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13104fi # test -n "$CONFIG_HEADERS"
b7026657 13105
c906108c 13106
99d8e879 13107eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13108shift
13109for ac_tag
13110do
13111 case $ac_tag in
13112 :[FHLC]) ac_mode=$ac_tag; continue;;
13113 esac
13114 case $ac_mode$ac_tag in
13115 :[FHL]*:*);;
d0ac1c44 13116 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13117 :[FH]-) ac_tag=-:-;;
13118 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 13119 esac
81ecdfbb
RW
13120 ac_save_IFS=$IFS
13121 IFS=:
13122 set x $ac_tag
13123 IFS=$ac_save_IFS
13124 shift
13125 ac_file=$1
13126 shift
c906108c 13127
81ecdfbb
RW
13128 case $ac_mode in
13129 :L) ac_source=$1;;
13130 :[FH])
13131 ac_file_inputs=
13132 for ac_f
13133 do
13134 case $ac_f in
d0ac1c44 13135 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13136 *) # Look for the file first in the build tree, then in the source tree
13137 # (if the path is not absolute). The absolute path cannot be DOS-style,
13138 # because $ac_f cannot contain `:'.
13139 test -f "$ac_f" ||
13140 case $ac_f in
13141 [\\/$]*) false;;
13142 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13143 esac ||
d0ac1c44 13144 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13145 esac
81ecdfbb
RW
13146 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13147 as_fn_append ac_file_inputs " '$ac_f'"
13148 done
b7026657 13149
81ecdfbb
RW
13150 # Let's still pretend it is `configure' which instantiates (i.e., don't
13151 # use $as_me), people would be surprised to read:
13152 # /* config.h. Generated by config.status. */
13153 configure_input='Generated from '`
13154 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13155 `' by configure.'
13156 if test x"$ac_file" != x-; then
13157 configure_input="$ac_file. $configure_input"
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13159$as_echo "$as_me: creating $ac_file" >&6;}
13160 fi
13161 # Neutralize special characters interpreted by sed in replacement strings.
13162 case $configure_input in #(
13163 *\&* | *\|* | *\\* )
13164 ac_sed_conf_input=`$as_echo "$configure_input" |
13165 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13166 *) ac_sed_conf_input=$configure_input;;
13167 esac
b7026657 13168
81ecdfbb 13169 case $ac_tag in
d0ac1c44
SM
13170 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13171 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13172 esac
13173 ;;
13174 esac
b7026657 13175
81ecdfbb 13176 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13177$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13178 X"$ac_file" : 'X\(//\)[^/]' \| \
13179 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13180 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13181$as_echo X"$ac_file" |
13182 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13183 s//\1/
13184 q
13185 }
13186 /^X\(\/\/\)[^/].*/{
13187 s//\1/
13188 q
13189 }
13190 /^X\(\/\/\)$/{
13191 s//\1/
13192 q
13193 }
13194 /^X\(\/\).*/{
13195 s//\1/
13196 q
13197 }
13198 s/.*/./; q'`
13199 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13200 ac_builddir=.
13201
81ecdfbb
RW
13202case "$ac_dir" in
13203.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13204*)
13205 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13206 # A ".." for each directory in $ac_dir_suffix.
13207 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13208 case $ac_top_builddir_sub in
13209 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13210 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13211 esac ;;
13212esac
13213ac_abs_top_builddir=$ac_pwd
13214ac_abs_builddir=$ac_pwd$ac_dir_suffix
13215# for backward compatibility:
13216ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13217
13218case $srcdir in
81ecdfbb 13219 .) # We are building in place.
b7026657 13220 ac_srcdir=.
81ecdfbb
RW
13221 ac_top_srcdir=$ac_top_builddir_sub
13222 ac_abs_top_srcdir=$ac_pwd ;;
13223 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13224 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13225 ac_top_srcdir=$srcdir
13226 ac_abs_top_srcdir=$srcdir ;;
13227 *) # Relative name.
13228 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13229 ac_top_srcdir=$ac_top_build_prefix$srcdir
13230 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13231esac
81ecdfbb 13232ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13233
c906108c 13234
81ecdfbb
RW
13235 case $ac_mode in
13236 :F)
13237 #
13238 # CONFIG_FILE
13239 #
b7026657 13240
81ecdfbb
RW
13241 case $INSTALL in
13242 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13243 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 13244 esac
81ecdfbb 13245_ACEOF
c906108c 13246
81ecdfbb
RW
13247cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13248# If the template does not know about datarootdir, expand it.
13249# FIXME: This hack should be removed a few years after 2.60.
13250ac_datarootdir_hack=; ac_datarootdir_seen=
13251ac_sed_dataroot='
13252/datarootdir/ {
13253 p
13254 q
13255}
13256/@datadir@/p
13257/@docdir@/p
13258/@infodir@/p
13259/@localedir@/p
13260/@mandir@/p'
13261case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13262*datarootdir*) ac_datarootdir_seen=yes;;
13263*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13265$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13266_ACEOF
13267cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13268 ac_datarootdir_hack='
13269 s&@datadir@&$datadir&g
13270 s&@docdir@&$docdir&g
13271 s&@infodir@&$infodir&g
13272 s&@localedir@&$localedir&g
13273 s&@mandir@&$mandir&g
13274 s&\\\${datarootdir}&$datarootdir&g' ;;
13275esac
b7026657 13276_ACEOF
b7026657 13277
81ecdfbb
RW
13278# Neutralize VPATH when `$srcdir' = `.'.
13279# Shell code in configure.ac might set extrasub.
13280# FIXME: do we really want to maintain this feature?
13281cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13282ac_sed_extra="$ac_vpsub
13283$extrasub
13284_ACEOF
13285cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13286:t
13287/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13288s|@configure_input@|$ac_sed_conf_input|;t t
13289s&@top_builddir@&$ac_top_builddir_sub&;t t
13290s&@top_build_prefix@&$ac_top_build_prefix&;t t
13291s&@srcdir@&$ac_srcdir&;t t
13292s&@abs_srcdir@&$ac_abs_srcdir&;t t
13293s&@top_srcdir@&$ac_top_srcdir&;t t
13294s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13295s&@builddir@&$ac_builddir&;t t
13296s&@abs_builddir@&$ac_abs_builddir&;t t
13297s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13298s&@INSTALL@&$ac_INSTALL&;t t
13299$ac_datarootdir_hack
13300"
d0ac1c44
SM
13301eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13302 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13303
13304test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13305 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13306 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13307 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13309which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13310$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13311which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13312
d0ac1c44 13313 rm -f "$ac_tmp/stdin"
81ecdfbb 13314 case $ac_file in
d0ac1c44
SM
13315 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13316 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13317 esac \
d0ac1c44 13318 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13319 ;;
13320 :H)
13321 #
13322 # CONFIG_HEADER
13323 #
13324 if test x"$ac_file" != x-; then
13325 {
13326 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13327 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13328 } >"$ac_tmp/config.h" \
13329 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13330 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13332$as_echo "$as_me: $ac_file is unchanged" >&6;}
13333 else
13334 rm -f "$ac_file"
d0ac1c44
SM
13335 mv "$ac_tmp/config.h" "$ac_file" \
13336 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13337 fi
b7026657 13338 else
81ecdfbb 13339 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13340 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13341 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13342 fi
13343 ;;
b7026657 13344
81ecdfbb
RW
13345 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13346$as_echo "$as_me: executing $ac_file commands" >&6;}
13347 ;;
13348 esac
b7026657
AC
13349
13350
81ecdfbb 13351 case $ac_file$ac_mode in
db2e4d67 13352 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13353 "libtool":C)
13354
13355 # See if we are running on zsh, and set the options which allow our
13356 # commands through without removal of \ escapes.
13357 if test -n "${ZSH_VERSION+set}" ; then
13358 setopt NO_GLOB_SUBST
13359 fi
13360
13361 cfgfile="${ofile}T"
13362 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13363 $RM "$cfgfile"
13364
13365 cat <<_LT_EOF >> "$cfgfile"
13366#! $SHELL
13367
13368# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13369# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13370# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13371# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13372#
13373# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13374# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13375# Written by Gordon Matzigkeit, 1996
13376#
13377# This file is part of GNU Libtool.
13378#
13379# GNU Libtool is free software; you can redistribute it and/or
13380# modify it under the terms of the GNU General Public License as
13381# published by the Free Software Foundation; either version 2 of
13382# the License, or (at your option) any later version.
13383#
13384# As a special exception to the GNU General Public License,
13385# if you distribute this file as part of a program or library that
13386# is built using GNU Libtool, you may include this file under the
13387# same distribution terms that you use for the rest of that program.
13388#
13389# GNU Libtool is distributed in the hope that it will be useful,
13390# but WITHOUT ANY WARRANTY; without even the implied warranty of
13391# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13392# GNU General Public License for more details.
13393#
13394# You should have received a copy of the GNU General Public License
13395# along with GNU Libtool; see the file COPYING. If not, a copy
13396# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13397# obtained by writing to the Free Software Foundation, Inc.,
13398# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13399
13400
13401# The names of the tagged configurations supported by this script.
13402available_tags=""
13403
13404# ### BEGIN LIBTOOL CONFIG
13405
13406# Which release of libtool.m4 was used?
13407macro_version=$macro_version
13408macro_revision=$macro_revision
13409
13410# Whether or not to build shared libraries.
13411build_libtool_libs=$enable_shared
13412
13413# Whether or not to build static libraries.
13414build_old_libs=$enable_static
13415
13416# What type of objects to build.
13417pic_mode=$pic_mode
13418
13419# Whether or not to optimize for fast installation.
13420fast_install=$enable_fast_install
13421
13422# Shell to use when invoking shell scripts.
13423SHELL=$lt_SHELL
13424
13425# An echo program that protects backslashes.
13426ECHO=$lt_ECHO
13427
13428# The host system.
13429host_alias=$host_alias
13430host=$host
13431host_os=$host_os
13432
13433# The build system.
13434build_alias=$build_alias
13435build=$build
13436build_os=$build_os
13437
13438# A sed program that does not truncate output.
13439SED=$lt_SED
13440
13441# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13442Xsed="\$SED -e 1s/^X//"
13443
13444# A grep program that handles long lines.
13445GREP=$lt_GREP
13446
13447# An ERE matcher.
13448EGREP=$lt_EGREP
13449
13450# A literal string matcher.
13451FGREP=$lt_FGREP
13452
13453# A BSD- or MS-compatible name lister.
13454NM=$lt_NM
13455
13456# Whether we need soft or hard links.
13457LN_S=$lt_LN_S
13458
13459# What is the maximum length of a command?
13460max_cmd_len=$max_cmd_len
13461
13462# Object file suffix (normally "o").
13463objext=$ac_objext
13464
13465# Executable file suffix (normally "").
13466exeext=$exeext
13467
13468# whether the shell understands "unset".
13469lt_unset=$lt_unset
13470
13471# turn spaces into newlines.
13472SP2NL=$lt_lt_SP2NL
13473
13474# turn newlines into spaces.
13475NL2SP=$lt_lt_NL2SP
13476
13477# An object symbol dumper.
13478OBJDUMP=$lt_OBJDUMP
13479
13480# Method to check whether dependent libraries are shared objects.
13481deplibs_check_method=$lt_deplibs_check_method
13482
13483# Command to use when deplibs_check_method == "file_magic".
13484file_magic_cmd=$lt_file_magic_cmd
13485
13486# The archiver.
13487AR=$lt_AR
13488AR_FLAGS=$lt_AR_FLAGS
13489
13490# A symbol stripping program.
13491STRIP=$lt_STRIP
13492
13493# Commands used to install an old-style archive.
13494RANLIB=$lt_RANLIB
13495old_postinstall_cmds=$lt_old_postinstall_cmds
13496old_postuninstall_cmds=$lt_old_postuninstall_cmds
13497
13498# Whether to use a lock for old archive extraction.
13499lock_old_archive_extraction=$lock_old_archive_extraction
13500
13501# A C compiler.
13502LTCC=$lt_CC
13503
13504# LTCC compiler flags.
13505LTCFLAGS=$lt_CFLAGS
13506
13507# Take the output of nm and produce a listing of raw symbols and C names.
13508global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13509
13510# Transform the output of nm in a proper C declaration.
13511global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13512
13513# Transform the output of nm in a C name address pair.
13514global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13515
13516# Transform the output of nm in a C name address pair when lib prefix is needed.
13517global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13518
13519# The name of the directory that contains temporary libtool files.
13520objdir=$objdir
13521
13522# Used to examine libraries when file_magic_cmd begins with "file".
13523MAGIC_CMD=$MAGIC_CMD
13524
13525# Must we lock files when doing compilation?
13526need_locks=$lt_need_locks
13527
13528# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13529DSYMUTIL=$lt_DSYMUTIL
13530
13531# Tool to change global to local symbols on Mac OS X.
13532NMEDIT=$lt_NMEDIT
13533
13534# Tool to manipulate fat objects and archives on Mac OS X.
13535LIPO=$lt_LIPO
13536
13537# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13538OTOOL=$lt_OTOOL
13539
13540# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13541OTOOL64=$lt_OTOOL64
13542
13543# Old archive suffix (normally "a").
13544libext=$libext
13545
13546# Shared library suffix (normally ".so").
13547shrext_cmds=$lt_shrext_cmds
13548
13549# The commands to extract the exported symbol list from a shared archive.
13550extract_expsyms_cmds=$lt_extract_expsyms_cmds
13551
13552# Variables whose values should be saved in libtool wrapper scripts and
13553# restored at link time.
13554variables_saved_for_relink=$lt_variables_saved_for_relink
13555
13556# Do we need the "lib" prefix for modules?
13557need_lib_prefix=$need_lib_prefix
13558
13559# Do we need a version for libraries?
13560need_version=$need_version
13561
13562# Library versioning type.
13563version_type=$version_type
13564
13565# Shared library runtime path variable.
13566runpath_var=$runpath_var
13567
13568# Shared library path variable.
13569shlibpath_var=$shlibpath_var
13570
13571# Is shlibpath searched before the hard-coded library search path?
13572shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13573
13574# Format of library name prefix.
13575libname_spec=$lt_libname_spec
13576
13577# List of archive names. First name is the real one, the rest are links.
13578# The last name is the one that the linker finds with -lNAME
13579library_names_spec=$lt_library_names_spec
13580
13581# The coded name of the library, if different from the real name.
13582soname_spec=$lt_soname_spec
13583
13584# Permission mode override for installation of shared libraries.
13585install_override_mode=$lt_install_override_mode
13586
13587# Command to use after installation of a shared archive.
13588postinstall_cmds=$lt_postinstall_cmds
13589
13590# Command to use after uninstallation of a shared archive.
13591postuninstall_cmds=$lt_postuninstall_cmds
13592
13593# Commands used to finish a libtool library installation in a directory.
13594finish_cmds=$lt_finish_cmds
13595
13596# As "finish_cmds", except a single script fragment to be evaled but
13597# not shown.
13598finish_eval=$lt_finish_eval
13599
13600# Whether we should hardcode library paths into libraries.
13601hardcode_into_libs=$hardcode_into_libs
13602
13603# Compile-time system search path for libraries.
13604sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13605
13606# Run-time system search path for libraries.
13607sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13608
13609# Whether dlopen is supported.
13610dlopen_support=$enable_dlopen
13611
13612# Whether dlopen of programs is supported.
13613dlopen_self=$enable_dlopen_self
13614
13615# Whether dlopen of statically linked programs is supported.
13616dlopen_self_static=$enable_dlopen_self_static
13617
13618# Commands to strip libraries.
13619old_striplib=$lt_old_striplib
13620striplib=$lt_striplib
13621
13622
13623# The linker used to build libraries.
13624LD=$lt_LD
13625
13626# How to create reloadable object files.
13627reload_flag=$lt_reload_flag
13628reload_cmds=$lt_reload_cmds
13629
13630# Commands used to build an old-style archive.
13631old_archive_cmds=$lt_old_archive_cmds
13632
13633# A language specific compiler.
13634CC=$lt_compiler
13635
13636# Is the compiler the GNU compiler?
13637with_gcc=$GCC
13638
13639# Compiler flag to turn off builtin functions.
13640no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13641
13642# How to pass a linker flag through the compiler.
13643wl=$lt_lt_prog_compiler_wl
13644
13645# Additional compiler flags for building library objects.
13646pic_flag=$lt_lt_prog_compiler_pic
13647
13648# Compiler flag to prevent dynamic linking.
13649link_static_flag=$lt_lt_prog_compiler_static
13650
13651# Does compiler simultaneously support -c and -o options?
13652compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13653
13654# Whether or not to add -lc for building shared libraries.
13655build_libtool_need_lc=$archive_cmds_need_lc
13656
13657# Whether or not to disallow shared libs when runtime libs are static.
13658allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13659
13660# Compiler flag to allow reflexive dlopens.
13661export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13662
13663# Compiler flag to generate shared objects directly from archives.
13664whole_archive_flag_spec=$lt_whole_archive_flag_spec
13665
13666# Whether the compiler copes with passing no objects directly.
13667compiler_needs_object=$lt_compiler_needs_object
13668
13669# Create an old-style archive from a shared archive.
13670old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13671
13672# Create a temporary old-style archive to link instead of a shared archive.
13673old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13674
13675# Commands used to build a shared archive.
13676archive_cmds=$lt_archive_cmds
13677archive_expsym_cmds=$lt_archive_expsym_cmds
13678
13679# Commands used to build a loadable module if different from building
13680# a shared archive.
13681module_cmds=$lt_module_cmds
13682module_expsym_cmds=$lt_module_expsym_cmds
13683
13684# Whether we are building with GNU ld or not.
13685with_gnu_ld=$lt_with_gnu_ld
13686
13687# Flag that allows shared libraries with undefined symbols to be built.
13688allow_undefined_flag=$lt_allow_undefined_flag
13689
13690# Flag that enforces no undefined symbols.
13691no_undefined_flag=$lt_no_undefined_flag
13692
13693# Flag to hardcode \$libdir into a binary during linking.
13694# This must work even if \$libdir does not exist
13695hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13696
13697# If ld is used when linking, flag to hardcode \$libdir into a binary
13698# during linking. This must work even if \$libdir does not exist.
13699hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13700
13701# Whether we need a single "-rpath" flag with a separated argument.
13702hardcode_libdir_separator=$lt_hardcode_libdir_separator
13703
13704# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13705# DIR into the resulting binary.
13706hardcode_direct=$hardcode_direct
13707
13708# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13709# DIR into the resulting binary and the resulting library dependency is
13710# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13711# library is relocated.
13712hardcode_direct_absolute=$hardcode_direct_absolute
13713
13714# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13715# into the resulting binary.
13716hardcode_minus_L=$hardcode_minus_L
13717
13718# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13719# into the resulting binary.
13720hardcode_shlibpath_var=$hardcode_shlibpath_var
13721
13722# Set to "yes" if building a shared library automatically hardcodes DIR
13723# into the library and all subsequent libraries and executables linked
13724# against it.
13725hardcode_automatic=$hardcode_automatic
13726
13727# Set to yes if linker adds runtime paths of dependent libraries
13728# to runtime path list.
13729inherit_rpath=$inherit_rpath
13730
13731# Whether libtool must link a program against all its dependency libraries.
13732link_all_deplibs=$link_all_deplibs
13733
13734# Fix the shell variable \$srcfile for the compiler.
13735fix_srcfile_path=$lt_fix_srcfile_path
13736
13737# Set to "yes" if exported symbols are required.
13738always_export_symbols=$always_export_symbols
13739
13740# The commands to list exported symbols.
13741export_symbols_cmds=$lt_export_symbols_cmds
13742
13743# Symbols that should not be listed in the preloaded symbols.
13744exclude_expsyms=$lt_exclude_expsyms
13745
13746# Symbols that must always be exported.
13747include_expsyms=$lt_include_expsyms
13748
13749# Commands necessary for linking programs (against libraries) with templates.
13750prelink_cmds=$lt_prelink_cmds
13751
13752# Specify filename containing input files.
13753file_list_spec=$lt_file_list_spec
13754
13755# How to hardcode a shared library path into an executable.
13756hardcode_action=$hardcode_action
13757
13758# ### END LIBTOOL CONFIG
13759
13760_LT_EOF
13761
13762 case $host_os in
13763 aix3*)
13764 cat <<\_LT_EOF >> "$cfgfile"
13765# AIX sometimes has problems with the GCC collect2 program. For some
13766# reason, if we set the COLLECT_NAMES environment variable, the problems
13767# vanish in a puff of smoke.
13768if test "X${COLLECT_NAMES+set}" != Xset; then
13769 COLLECT_NAMES=
13770 export COLLECT_NAMES
13771fi
13772_LT_EOF
13773 ;;
13774 esac
13775
13776
13777ltmain="$ac_aux_dir/ltmain.sh"
13778
13779
13780 # We use sed instead of cat because bash on DJGPP gets confused if
13781 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13782 # text mode, it properly converts lines to CR/LF. This bash problem
13783 # is reportedly fixed, but why not run on old versions too?
13784 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13785 || (rm -f "$cfgfile"; exit 1)
13786
13787 case $xsi_shell in
13788 yes)
13789 cat << \_LT_EOF >> "$cfgfile"
13790
13791# func_dirname file append nondir_replacement
13792# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13793# otherwise set result to NONDIR_REPLACEMENT.
13794func_dirname ()
13795{
13796 case ${1} in
13797 */*) func_dirname_result="${1%/*}${2}" ;;
13798 * ) func_dirname_result="${3}" ;;
13799 esac
13800}
13801
13802# func_basename file
13803func_basename ()
13804{
13805 func_basename_result="${1##*/}"
13806}
13807
13808# func_dirname_and_basename file append nondir_replacement
13809# perform func_basename and func_dirname in a single function
13810# call:
13811# dirname: Compute the dirname of FILE. If nonempty,
13812# add APPEND to the result, otherwise set result
13813# to NONDIR_REPLACEMENT.
13814# value returned in "$func_dirname_result"
13815# basename: Compute filename of FILE.
13816# value retuned in "$func_basename_result"
13817# Implementation must be kept synchronized with func_dirname
13818# and func_basename. For efficiency, we do not delegate to
13819# those functions but instead duplicate the functionality here.
13820func_dirname_and_basename ()
13821{
13822 case ${1} in
13823 */*) func_dirname_result="${1%/*}${2}" ;;
13824 * ) func_dirname_result="${3}" ;;
13825 esac
13826 func_basename_result="${1##*/}"
13827}
13828
13829# func_stripname prefix suffix name
13830# strip PREFIX and SUFFIX off of NAME.
13831# PREFIX and SUFFIX must not contain globbing or regex special
13832# characters, hashes, percent signs, but SUFFIX may contain a leading
13833# dot (in which case that matches only a dot).
13834func_stripname ()
13835{
13836 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13837 # positional parameters, so assign one to ordinary parameter first.
13838 func_stripname_result=${3}
13839 func_stripname_result=${func_stripname_result#"${1}"}
13840 func_stripname_result=${func_stripname_result%"${2}"}
13841}
13842
13843# func_opt_split
13844func_opt_split ()
13845{
13846 func_opt_split_opt=${1%%=*}
13847 func_opt_split_arg=${1#*=}
13848}
13849
13850# func_lo2o object
13851func_lo2o ()
13852{
13853 case ${1} in
13854 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13855 *) func_lo2o_result=${1} ;;
13856 esac
13857}
13858
13859# func_xform libobj-or-source
13860func_xform ()
13861{
13862 func_xform_result=${1%.*}.lo
13863}
13864
13865# func_arith arithmetic-term...
13866func_arith ()
13867{
13868 func_arith_result=$(( $* ))
13869}
13870
13871# func_len string
13872# STRING may not start with a hyphen.
13873func_len ()
13874{
13875 func_len_result=${#1}
13876}
13877
13878_LT_EOF
13879 ;;
13880 *) # Bourne compatible functions.
13881 cat << \_LT_EOF >> "$cfgfile"
13882
13883# func_dirname file append nondir_replacement
13884# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13885# otherwise set result to NONDIR_REPLACEMENT.
13886func_dirname ()
13887{
13888 # Extract subdirectory from the argument.
13889 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13890 if test "X$func_dirname_result" = "X${1}"; then
13891 func_dirname_result="${3}"
13892 else
13893 func_dirname_result="$func_dirname_result${2}"
13894 fi
13895}
13896
13897# func_basename file
13898func_basename ()
13899{
13900 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13901}
13902
13903
13904# func_stripname prefix suffix name
13905# strip PREFIX and SUFFIX off of NAME.
13906# PREFIX and SUFFIX must not contain globbing or regex special
13907# characters, hashes, percent signs, but SUFFIX may contain a leading
13908# dot (in which case that matches only a dot).
13909# func_strip_suffix prefix name
13910func_stripname ()
13911{
13912 case ${2} in
13913 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13914 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13915 esac
13916}
13917
13918# sed scripts:
13919my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13920my_sed_long_arg='1s/^-[^=]*=//'
13921
13922# func_opt_split
13923func_opt_split ()
13924{
13925 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13926 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13927}
13928
13929# func_lo2o object
13930func_lo2o ()
13931{
13932 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13933}
13934
13935# func_xform libobj-or-source
13936func_xform ()
13937{
13938 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13939}
13940
13941# func_arith arithmetic-term...
13942func_arith ()
13943{
13944 func_arith_result=`expr "$@"`
13945}
13946
13947# func_len string
13948# STRING may not start with a hyphen.
13949func_len ()
13950{
13951 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13952}
13953
13954_LT_EOF
13955esac
13956
13957case $lt_shell_append in
13958 yes)
13959 cat << \_LT_EOF >> "$cfgfile"
13960
13961# func_append var value
13962# Append VALUE to the end of shell variable VAR.
13963func_append ()
13964{
13965 eval "$1+=\$2"
13966}
13967_LT_EOF
13968 ;;
13969 *)
13970 cat << \_LT_EOF >> "$cfgfile"
13971
13972# func_append var value
13973# Append VALUE to the end of shell variable VAR.
13974func_append ()
13975{
13976 eval "$1=\$$1\$2"
13977}
13978
13979_LT_EOF
13980 ;;
13981 esac
13982
13983
13984 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13985 || (rm -f "$cfgfile"; exit 1)
13986
13987 mv -f "$cfgfile" "$ofile" ||
13988 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13989 chmod +x "$ofile"
13990
13991 ;;
81ecdfbb 13992 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13993 rm -f Makesim1.tmp Makesim2.tmp Makefile
13994 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13995 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13996 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
13997 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13998 <Makefile.sim >Makefile
38f48d72 13999 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 14000 ;;
81ecdfbb
RW
14001 "stamp-h":C) echo > stamp-h ;;
14002
b7026657 14003 esac
81ecdfbb 14004done # for ac_tag
c906108c 14005
b7026657 14006
81ecdfbb 14007as_fn_exit 0
b7026657 14008_ACEOF
b7026657
AC
14009ac_clean_files=$ac_clean_files_save
14010
81ecdfbb 14011test $ac_write_fail = 0 ||
d0ac1c44 14012 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14013
b7026657
AC
14014
14015# configure is writing to config.log, and then calls config.status.
14016# config.status does its own redirection, appending to config.log.
14017# Unfortunately, on DOS this fails, as config.log is still kept open
14018# by configure, so config.status won't be able to write to it; its
14019# output is simply discarded. So we exec the FD to /dev/null,
14020# effectively closing config.log, so it can be properly (re)opened and
14021# appended to by config.status. When coming back to configure, we
14022# need to make the FD available again.
14023if test "$no_create" != yes; then
14024 ac_cs_success=:
14025 ac_config_status_args=
14026 test "$silent" = yes &&
14027 ac_config_status_args="$ac_config_status_args --quiet"
14028 exec 5>/dev/null
14029 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14030 exec 5>>config.log
14031 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14032 # would make configure fail if this is the last instruction.
d0ac1c44 14033 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14034fi
14035if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14036 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14037$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14038fi
c906108c
SS
14039
14040