]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/frv/configure
sim: unify assert build settings
[thirdparty/binutils-gdb.git] / sim / frv / configure
CommitLineData
b34f6357 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
b34f6357 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
b34f6357 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
b34f6357
DB
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
b34f6357 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
b34f6357 309
81ecdfbb
RW
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
b34f6357 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
b34f6357 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
b34f6357 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
b34f6357 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
b34f6357 471
b34f6357 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
b34f6357 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
b34f6357 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
b34f6357 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
b34f6357 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
b34f6357 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
b34f6357 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
b34f6357 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
b34f6357 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
b34f6357 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
b34f6357 574
b34f6357 575#
b7026657 576# Initializations.
b34f6357 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
b34f6357 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_float
636sim_bitsize
81ecdfbb
RW
637cgen_breaks
638sim_trapdump
639cgen
640cgendir
641CGEN_MAINT
642REPORT_BUGS_TEXI
643REPORT_BUGS_TO
644PKGVERSION
81ecdfbb 645MAINT
31e6ad7d
MF
646MAINTAINER_MODE_FALSE
647MAINTAINER_MODE_TRUE
6bb11ab3
L
648lt_cv_dlopen_libs
649OTOOL64
650OTOOL
651LIPO
652NMEDIT
653DSYMUTIL
654AWK
655STRIP
656OBJDUMP
657LN_S
658NM
659ac_ct_DUMPBIN
660DUMPBIN
661LD
662FGREP
663SED
664LIBTOOL
665PLUGINS_FALSE
666PLUGINS_TRUE
aadc9410
MF
667zlibinc
668zlibdir
81ecdfbb
RW
669CATOBJEXT
670GENCAT
671INSTOBJEXT
672DATADIRNAME
673CATALOGS
674POSUB
675GMSGFMT
676XGETTEXT
677INCINTL
678LIBINTL_DEP
679LIBINTL
680USE_NLS
db2e4d67
MF
681CCDEPMODE
682DEPDIR
683am__leading_dot
5f3ef9d0 684PACKAGE
46f900c0 685C_DIALECT
81ecdfbb
RW
686RANLIB
687AR
c2783492 688LDFLAGS_FOR_BUILD
c25ea03d 689CFLAGS_FOR_BUILD
aa0fca16 690RANLIB_FOR_BUILD
81ecdfbb 691CC_FOR_BUILD
aa0fca16 692AR_FOR_BUILD
81ecdfbb
RW
693INSTALL_DATA
694INSTALL_SCRIPT
695INSTALL_PROGRAM
2232061b
MF
696EGREP
697GREP
c2783492
MF
698CPP
699OBJEXT
700EXEEXT
701ac_ct_CC
702CPPFLAGS
703LDFLAGS
704CFLAGS
705CC
81ecdfbb
RW
706target_os
707target_vendor
708target_cpu
709target
710host_os
711host_vendor
712host_cpu
713host
714build_os
715build_vendor
716build_cpu
717build
81ecdfbb
RW
718target_alias
719host_alias
720build_alias
721LIBS
722ECHO_T
723ECHO_N
724ECHO_C
725DEFS
726mandir
727localedir
728libdir
729psdir
730pdfdir
731dvidir
732htmldir
733infodir
734docdir
735oldincludedir
736includedir
737localstatedir
738sharedstatedir
739sysconfdir
740datadir
741datarootdir
742libexecdir
743sbindir
744bindir
745program_transform_name
746prefix
747exec_prefix
748PACKAGE_URL
749PACKAGE_BUGREPORT
750PACKAGE_STRING
751PACKAGE_VERSION
752PACKAGE_TARNAME
753PACKAGE_NAME
754PATH_SEPARATOR
136da8cd
MF
755SHELL
756WERROR_CFLAGS
757WARN_CFLAGS
760b3e8b 758sim_scache
136da8cd
MF
759sim_inline
760sim_hw
761sim_hw_objs
762sim_hw_cflags
136da8cd 763sim_endian
760b3e8b 764sim_default_model
136da8cd 765sim_alignment'
b7026657 766ac_subst_files=''
81ecdfbb
RW
767ac_user_opts='
768enable_option_checking
aadc9410 769with_system_zlib
6bb11ab3
L
770enable_plugins
771enable_shared
772enable_static
773with_pic
774enable_fast_install
775with_gnu_ld
776enable_libtool_lock
81ecdfbb 777enable_maintainer_mode
81ecdfbb
RW
778enable_sim_debug
779enable_sim_stdio
780enable_sim_trace
781enable_sim_profile
16f7876d 782enable_sim_environment
347fe5bb 783enable_sim_inline
81ecdfbb
RW
784with_pkgversion
785with_bugurl
786enable_sim_endian
787enable_sim_alignment
81ecdfbb
RW
788enable_sim_scache
789enable_sim_default_model
5c1008a4
MF
790enable_werror
791enable_build_warnings
792enable_sim_build_warnings
81ecdfbb
RW
793enable_cgen_maint
794enable_sim_trapdump
94c63d78 795enable_sim_hardware
81ecdfbb
RW
796'
797 ac_precious_vars='build_alias
798host_alias
799target_alias
800CC
801CFLAGS
802LDFLAGS
803LIBS
804CPPFLAGS
805CPP'
806
b34f6357
DB
807
808# Initialize some variables set by options.
b7026657
AC
809ac_init_help=
810ac_init_version=false
81ecdfbb
RW
811ac_unrecognized_opts=
812ac_unrecognized_sep=
b34f6357
DB
813# The variables have the same names as the options, with
814# dashes changed to underlines.
b7026657 815cache_file=/dev/null
b34f6357 816exec_prefix=NONE
b34f6357 817no_create=
b34f6357
DB
818no_recursion=
819prefix=NONE
820program_prefix=NONE
821program_suffix=NONE
822program_transform_name=s,x,x,
823silent=
824site=
b34f6357 825srcdir=
b34f6357
DB
826verbose=
827x_includes=NONE
828x_libraries=NONE
b7026657
AC
829
830# Installation directory options.
831# These are left unexpanded so users can "make install exec_prefix=/foo"
832# and all the variables that are supposed to be based on exec_prefix
833# by default will actually change.
834# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 835# (The list follows the same order as the GNU Coding Standards.)
b34f6357
DB
836bindir='${exec_prefix}/bin'
837sbindir='${exec_prefix}/sbin'
838libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
839datarootdir='${prefix}/share'
840datadir='${datarootdir}'
b34f6357
DB
841sysconfdir='${prefix}/etc'
842sharedstatedir='${prefix}/com'
843localstatedir='${prefix}/var'
b34f6357
DB
844includedir='${prefix}/include'
845oldincludedir='/usr/include'
81ecdfbb
RW
846docdir='${datarootdir}/doc/${PACKAGE}'
847infodir='${datarootdir}/info'
848htmldir='${docdir}'
849dvidir='${docdir}'
850pdfdir='${docdir}'
851psdir='${docdir}'
852libdir='${exec_prefix}/lib'
853localedir='${datarootdir}/locale'
854mandir='${datarootdir}/man'
b34f6357 855
b34f6357 856ac_prev=
81ecdfbb 857ac_dashdash=
b34f6357
DB
858for ac_option
859do
b34f6357
DB
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
81ecdfbb 862 eval $ac_prev=\$ac_option
b34f6357
DB
863 ac_prev=
864 continue
865 fi
866
81ecdfbb 867 case $ac_option in
d0ac1c44
SM
868 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *=) ac_optarg= ;;
870 *) ac_optarg=yes ;;
81ecdfbb 871 esac
b34f6357
DB
872
873 # Accept the important Cygnus configure options, so we can diagnose typos.
874
81ecdfbb
RW
875 case $ac_dashdash$ac_option in
876 --)
877 ac_dashdash=yes ;;
b34f6357
DB
878
879 -bindir | --bindir | --bindi | --bind | --bin | --bi)
880 ac_prev=bindir ;;
881 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 882 bindir=$ac_optarg ;;
b34f6357
DB
883
884 -build | --build | --buil | --bui | --bu)
b7026657 885 ac_prev=build_alias ;;
b34f6357 886 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 887 build_alias=$ac_optarg ;;
b34f6357
DB
888
889 -cache-file | --cache-file | --cache-fil | --cache-fi \
890 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
891 ac_prev=cache_file ;;
892 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
893 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
894 cache_file=$ac_optarg ;;
895
896 --config-cache | -C)
897 cache_file=config.cache ;;
b34f6357 898
81ecdfbb 899 -datadir | --datadir | --datadi | --datad)
b34f6357 900 ac_prev=datadir ;;
81ecdfbb 901 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 902 datadir=$ac_optarg ;;
b34f6357 903
81ecdfbb
RW
904 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
905 | --dataroo | --dataro | --datar)
906 ac_prev=datarootdir ;;
907 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
908 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
909 datarootdir=$ac_optarg ;;
910
b34f6357 911 -disable-* | --disable-*)
81ecdfbb 912 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
b34f6357 913 # Reject names that are not valid shell variable names.
81ecdfbb 914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 915 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920"enable_$ac_useropt"
921"*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
924 esac
925 eval enable_$ac_useropt=no ;;
926
927 -docdir | --docdir | --docdi | --doc | --do)
928 ac_prev=docdir ;;
929 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
930 docdir=$ac_optarg ;;
931
932 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
933 ac_prev=dvidir ;;
934 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
935 dvidir=$ac_optarg ;;
b34f6357
DB
936
937 -enable-* | --enable-*)
81ecdfbb 938 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
b34f6357 939 # Reject names that are not valid shell variable names.
81ecdfbb 940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 941 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
942 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
945 *"
946"enable_$ac_useropt"
947"*) ;;
948 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
949 ac_unrecognized_sep=', ';;
b34f6357 950 esac
81ecdfbb 951 eval enable_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
952
953 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
954 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
955 | --exec | --exe | --ex)
956 ac_prev=exec_prefix ;;
957 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
958 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
959 | --exec=* | --exe=* | --ex=*)
b7026657 960 exec_prefix=$ac_optarg ;;
b34f6357
DB
961
962 -gas | --gas | --ga | --g)
963 # Obsolete; use --with-gas.
964 with_gas=yes ;;
965
b7026657
AC
966 -help | --help | --hel | --he | -h)
967 ac_init_help=long ;;
968 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
969 ac_init_help=recursive ;;
970 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
971 ac_init_help=short ;;
b34f6357
DB
972
973 -host | --host | --hos | --ho)
b7026657 974 ac_prev=host_alias ;;
b34f6357 975 -host=* | --host=* | --hos=* | --ho=*)
b7026657 976 host_alias=$ac_optarg ;;
b34f6357 977
81ecdfbb
RW
978 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
979 ac_prev=htmldir ;;
980 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
981 | --ht=*)
982 htmldir=$ac_optarg ;;
983
b34f6357
DB
984 -includedir | --includedir | --includedi | --included | --include \
985 | --includ | --inclu | --incl | --inc)
986 ac_prev=includedir ;;
987 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
988 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 989 includedir=$ac_optarg ;;
b34f6357
DB
990
991 -infodir | --infodir | --infodi | --infod | --info | --inf)
992 ac_prev=infodir ;;
993 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 994 infodir=$ac_optarg ;;
b34f6357
DB
995
996 -libdir | --libdir | --libdi | --libd)
997 ac_prev=libdir ;;
998 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 999 libdir=$ac_optarg ;;
b34f6357
DB
1000
1001 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1002 | --libexe | --libex | --libe)
1003 ac_prev=libexecdir ;;
1004 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1005 | --libexe=* | --libex=* | --libe=*)
b7026657 1006 libexecdir=$ac_optarg ;;
b34f6357 1007
81ecdfbb
RW
1008 -localedir | --localedir | --localedi | --localed | --locale)
1009 ac_prev=localedir ;;
1010 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1011 localedir=$ac_optarg ;;
1012
b34f6357 1013 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1014 | --localstate | --localstat | --localsta | --localst | --locals)
b34f6357
DB
1015 ac_prev=localstatedir ;;
1016 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1017 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1018 localstatedir=$ac_optarg ;;
b34f6357
DB
1019
1020 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1021 ac_prev=mandir ;;
1022 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1023 mandir=$ac_optarg ;;
b34f6357
DB
1024
1025 -nfp | --nfp | --nf)
1026 # Obsolete; use --without-fp.
1027 with_fp=no ;;
1028
1029 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1030 | --no-cr | --no-c | -n)
b34f6357
DB
1031 no_create=yes ;;
1032
1033 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1034 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1035 no_recursion=yes ;;
1036
1037 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1038 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1039 | --oldin | --oldi | --old | --ol | --o)
1040 ac_prev=oldincludedir ;;
1041 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1042 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1043 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1044 oldincludedir=$ac_optarg ;;
b34f6357
DB
1045
1046 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1047 ac_prev=prefix ;;
1048 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1049 prefix=$ac_optarg ;;
b34f6357
DB
1050
1051 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1052 | --program-pre | --program-pr | --program-p)
1053 ac_prev=program_prefix ;;
1054 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1055 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1056 program_prefix=$ac_optarg ;;
b34f6357
DB
1057
1058 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1059 | --program-suf | --program-su | --program-s)
1060 ac_prev=program_suffix ;;
1061 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1062 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1063 program_suffix=$ac_optarg ;;
b34f6357
DB
1064
1065 -program-transform-name | --program-transform-name \
1066 | --program-transform-nam | --program-transform-na \
1067 | --program-transform-n | --program-transform- \
1068 | --program-transform | --program-transfor \
1069 | --program-transfo | --program-transf \
1070 | --program-trans | --program-tran \
1071 | --progr-tra | --program-tr | --program-t)
1072 ac_prev=program_transform_name ;;
1073 -program-transform-name=* | --program-transform-name=* \
1074 | --program-transform-nam=* | --program-transform-na=* \
1075 | --program-transform-n=* | --program-transform-=* \
1076 | --program-transform=* | --program-transfor=* \
1077 | --program-transfo=* | --program-transf=* \
1078 | --program-trans=* | --program-tran=* \
1079 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1080 program_transform_name=$ac_optarg ;;
b34f6357 1081
81ecdfbb
RW
1082 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1083 ac_prev=pdfdir ;;
1084 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1085 pdfdir=$ac_optarg ;;
1086
1087 -psdir | --psdir | --psdi | --psd | --ps)
1088 ac_prev=psdir ;;
1089 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1090 psdir=$ac_optarg ;;
1091
b34f6357
DB
1092 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1093 | -silent | --silent | --silen | --sile | --sil)
1094 silent=yes ;;
1095
1096 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1097 ac_prev=sbindir ;;
1098 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1099 | --sbi=* | --sb=*)
b7026657 1100 sbindir=$ac_optarg ;;
b34f6357
DB
1101
1102 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1103 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1104 | --sharedst | --shareds | --shared | --share | --shar \
1105 | --sha | --sh)
1106 ac_prev=sharedstatedir ;;
1107 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1108 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1109 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1110 | --sha=* | --sh=*)
b7026657 1111 sharedstatedir=$ac_optarg ;;
b34f6357
DB
1112
1113 -site | --site | --sit)
1114 ac_prev=site ;;
1115 -site=* | --site=* | --sit=*)
b7026657 1116 site=$ac_optarg ;;
b34f6357
DB
1117
1118 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1119 ac_prev=srcdir ;;
1120 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1121 srcdir=$ac_optarg ;;
b34f6357
DB
1122
1123 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1124 | --syscon | --sysco | --sysc | --sys | --sy)
1125 ac_prev=sysconfdir ;;
1126 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1127 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1128 sysconfdir=$ac_optarg ;;
b34f6357
DB
1129
1130 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1131 ac_prev=target_alias ;;
b34f6357 1132 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1133 target_alias=$ac_optarg ;;
b34f6357
DB
1134
1135 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1136 verbose=yes ;;
1137
b7026657
AC
1138 -version | --version | --versio | --versi | --vers | -V)
1139 ac_init_version=: ;;
b34f6357
DB
1140
1141 -with-* | --with-*)
81ecdfbb 1142 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
b34f6357 1143 # Reject names that are not valid shell variable names.
81ecdfbb 1144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1145 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1146 ac_useropt_orig=$ac_useropt
1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1148 case $ac_user_opts in
1149 *"
1150"with_$ac_useropt"
1151"*) ;;
1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1153 ac_unrecognized_sep=', ';;
b34f6357 1154 esac
81ecdfbb 1155 eval with_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
1156
1157 -without-* | --without-*)
81ecdfbb 1158 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
b34f6357 1159 # Reject names that are not valid shell variable names.
81ecdfbb 1160 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1161 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1162 ac_useropt_orig=$ac_useropt
1163 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1164 case $ac_user_opts in
1165 *"
1166"with_$ac_useropt"
1167"*) ;;
1168 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1169 ac_unrecognized_sep=', ';;
1170 esac
1171 eval with_$ac_useropt=no ;;
b34f6357
DB
1172
1173 --x)
1174 # Obsolete; use --with-x.
1175 with_x=yes ;;
1176
1177 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1178 | --x-incl | --x-inc | --x-in | --x-i)
1179 ac_prev=x_includes ;;
1180 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1181 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1182 x_includes=$ac_optarg ;;
b34f6357
DB
1183
1184 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1185 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1186 ac_prev=x_libraries ;;
1187 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1188 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1189 x_libraries=$ac_optarg ;;
b34f6357 1190
d0ac1c44
SM
1191 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1192Try \`$0 --help' for more information"
b34f6357
DB
1193 ;;
1194
b7026657
AC
1195 *=*)
1196 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1197 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1198 case $ac_envvar in #(
1199 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1200 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1201 esac
1202 eval $ac_envvar=\$ac_optarg
b7026657
AC
1203 export $ac_envvar ;;
1204
b34f6357 1205 *)
b7026657 1206 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1207 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1208 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1209 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1210 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
b34f6357
DB
1211 ;;
1212
1213 esac
1214done
1215
1216if test -n "$ac_prev"; then
b7026657 1217 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1218 as_fn_error $? "missing argument to $ac_option"
b34f6357 1219fi
b34f6357 1220
81ecdfbb
RW
1221if test -n "$ac_unrecognized_opts"; then
1222 case $enable_option_checking in
1223 no) ;;
d0ac1c44 1224 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1225 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1226 esac
81ecdfbb 1227fi
b34f6357 1228
81ecdfbb
RW
1229# Check all directory arguments for consistency.
1230for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1231 datadir sysconfdir sharedstatedir localstatedir includedir \
1232 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1233 libdir localedir mandir
b34f6357 1234do
81ecdfbb
RW
1235 eval ac_val=\$$ac_var
1236 # Remove trailing slashes.
1237 case $ac_val in
1238 */ )
1239 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1240 eval $ac_var=\$ac_val;;
1241 esac
1242 # Be sure to have absolute directory names.
b7026657 1243 case $ac_val in
81ecdfbb
RW
1244 [\\/$]* | ?:[\\/]* ) continue;;
1245 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
b34f6357 1246 esac
d0ac1c44 1247 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
b34f6357
DB
1248done
1249
b7026657
AC
1250# There might be people who depend on the old broken behavior: `$host'
1251# used to hold the argument of --host etc.
1252# FIXME: To remove some day.
1253build=$build_alias
1254host=$host_alias
1255target=$target_alias
1256
1257# FIXME: To remove some day.
1258if test "x$host_alias" != x; then
1259 if test "x$build_alias" = x; then
1260 cross_compiling=maybe
b7026657
AC
1261 elif test "x$build_alias" != "x$host_alias"; then
1262 cross_compiling=yes
1263 fi
1264fi
b34f6357 1265
b7026657
AC
1266ac_tool_prefix=
1267test -n "$host_alias" && ac_tool_prefix=$host_alias-
1268
1269test "$silent" = yes && exec 6>/dev/null
b34f6357 1270
b34f6357 1271
81ecdfbb
RW
1272ac_pwd=`pwd` && test -n "$ac_pwd" &&
1273ac_ls_di=`ls -di .` &&
1274ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1275 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1276test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1277 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1278
1279
b34f6357
DB
1280# Find the source files, if location was not specified.
1281if test -z "$srcdir"; then
1282 ac_srcdir_defaulted=yes
81ecdfbb
RW
1283 # Try the directory containing this script, then the parent directory.
1284 ac_confdir=`$as_dirname -- "$as_myself" ||
1285$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1286 X"$as_myself" : 'X\(//\)[^/]' \| \
1287 X"$as_myself" : 'X\(//\)$' \| \
1288 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1289$as_echo X"$as_myself" |
1290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\/\)[^/].*/{
1295 s//\1/
1296 q
1297 }
1298 /^X\(\/\/\)$/{
1299 s//\1/
1300 q
1301 }
1302 /^X\(\/\).*/{
1303 s//\1/
1304 q
1305 }
1306 s/.*/./; q'`
b34f6357 1307 srcdir=$ac_confdir
81ecdfbb 1308 if test ! -r "$srcdir/$ac_unique_file"; then
b34f6357
DB
1309 srcdir=..
1310 fi
1311else
1312 ac_srcdir_defaulted=no
1313fi
81ecdfbb
RW
1314if test ! -r "$srcdir/$ac_unique_file"; then
1315 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1316 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1317fi
1318ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1319ac_abs_confdir=`(
d0ac1c44 1320 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1321 pwd)`
1322# When building in place, set srcdir=.
1323if test "$ac_abs_confdir" = "$ac_pwd"; then
1324 srcdir=.
1325fi
1326# Remove unnecessary trailing slashes from srcdir.
1327# Double slashes in file names in object file debugging info
1328# mess up M-x gdb in Emacs.
1329case $srcdir in
1330*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1331esac
1332for ac_var in $ac_precious_vars; do
1333 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1334 eval ac_env_${ac_var}_value=\$${ac_var}
1335 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1336 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1337done
b34f6357 1338
b7026657
AC
1339#
1340# Report the --help message.
1341#
1342if test "$ac_init_help" = "long"; then
1343 # Omit some internal or obsolete options to make the list less imposing.
1344 # This message is too long to be a string in the A/UX 3.1 sh.
1345 cat <<_ACEOF
1346\`configure' configures this package to adapt to many kinds of systems.
b34f6357 1347
b7026657 1348Usage: $0 [OPTION]... [VAR=VALUE]...
b34f6357 1349
b7026657
AC
1350To assign environment variables (e.g., CC, CFLAGS...), specify them as
1351VAR=VALUE. See below for descriptions of some of the useful variables.
b34f6357 1352
b7026657 1353Defaults for the options are specified in brackets.
b34f6357 1354
b7026657
AC
1355Configuration:
1356 -h, --help display this help and exit
1357 --help=short display options specific to this package
1358 --help=recursive display the short help of all the included packages
1359 -V, --version display version information and exit
d0ac1c44 1360 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1361 --cache-file=FILE cache test results in FILE [disabled]
1362 -C, --config-cache alias for \`--cache-file=config.cache'
1363 -n, --no-create do not create output files
1364 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1365
b7026657
AC
1366Installation directories:
1367 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1368 [$ac_default_prefix]
b7026657 1369 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1370 [PREFIX]
b34f6357 1371
b7026657
AC
1372By default, \`make install' will install all the files in
1373\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1374an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1375for instance \`--prefix=\$HOME'.
b34f6357 1376
b7026657
AC
1377For better control, use the options below.
1378
1379Fine tuning of the installation directories:
81ecdfbb
RW
1380 --bindir=DIR user executables [EPREFIX/bin]
1381 --sbindir=DIR system admin executables [EPREFIX/sbin]
1382 --libexecdir=DIR program executables [EPREFIX/libexec]
1383 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1384 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1385 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1386 --libdir=DIR object code libraries [EPREFIX/lib]
1387 --includedir=DIR C header files [PREFIX/include]
1388 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1389 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1390 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1391 --infodir=DIR info documentation [DATAROOTDIR/info]
1392 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1393 --mandir=DIR man documentation [DATAROOTDIR/man]
1394 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1395 --htmldir=DIR html documentation [DOCDIR]
1396 --dvidir=DIR dvi documentation [DOCDIR]
1397 --pdfdir=DIR pdf documentation [DOCDIR]
1398 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1399_ACEOF
1400
1401 cat <<\_ACEOF
1402
1403Program names:
1404 --program-prefix=PREFIX prepend PREFIX to installed program names
1405 --program-suffix=SUFFIX append SUFFIX to installed program names
1406 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1407
1408System types:
1409 --build=BUILD configure for building on BUILD [guessed]
1410 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1411 --target=TARGET configure for building compilers for TARGET [HOST]
1412_ACEOF
b34f6357 1413fi
b7026657
AC
1414
1415if test -n "$ac_init_help"; then
1416
1417 cat <<\_ACEOF
1418
1419Optional Features:
81ecdfbb 1420 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1421 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1422 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1423 --enable-plugins Enable support for plugins
6bb11ab3
L
1424 --enable-shared[=PKGS] build shared libraries [default=yes]
1425 --enable-static[=PKGS] build static libraries [default=yes]
1426 --enable-fast-install[=PKGS]
1427 optimize for fast installation [default=yes]
1428 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1429 --enable-maintainer-mode
1430 enable make rules and dependencies not useful (and
1431 sometimes confusing) to the casual installer
8d0978fb
MF
1432 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1433 itself)
1434 --enable-sim-stdio Specify whether to use stdio for console
1435 input/output
1436 --enable-sim-trace=opts Enable tracing of simulated programs
1437 --enable-sim-profile=opts
1438 Enable profiling flags
16f7876d
MF
1439 --enable-sim-environment=environment
1440 Specify mixed, user, virtual or operating
1441 environment
347fe5bb
MF
1442 --enable-sim-inline=inlines
1443 Specify which functions should be inlined
8d0978fb
MF
1444 --enable-sim-endian=endian
1445 Specify target byte endian orientation
1446 --enable-sim-alignment=align
1447 Specify strict, nonstrict or forced alignment of
1448 memory accesses
8d0978fb
MF
1449 --enable-sim-scache=size
1450 Specify simulator execution cache size
1451 --enable-sim-default-model=model
1452 Specify default model to simulate
5c1008a4
MF
1453 --enable-werror treat compile warnings as errors
1454 --enable-build-warnings enable build-time compiler warnings if gcc is used
1455 --enable-sim-build-warnings
1456 enable SIM specific build-time compiler warnings if
1457 gcc is used
8d0978fb
MF
1458 --enable-cgen-maint=DIR build cgen generated files
1459 --enable-sim-trapdump Make unknown traps dump the registers
1517bd27
MF
1460 --enable-sim-hardware=LIST
1461 Specify the hardware to be included in the build.
b7026657 1462
6efef468
JM
1463Optional Packages:
1464 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1465 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1466 --with-system-zlib use installed libz
6bb11ab3
L
1467 --with-pic try to use only PIC/non-PIC objects [default=use
1468 both]
1469 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1470 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1471 --with-bugurl=URL Direct users to URL to report a bug
1472
b7026657
AC
1473Some influential environment variables:
1474 CC C compiler command
1475 CFLAGS C compiler flags
1476 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1477 nonstandard directory <lib dir>
81ecdfbb 1478 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1479 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1480 you have headers in a nonstandard directory <include dir>
b7026657
AC
1481 CPP C preprocessor
1482
1483Use these variables to override the choices made by `configure' or to help
1484it to find libraries and programs with nonstandard names/locations.
1485
81ecdfbb 1486Report bugs to the package provider.
b7026657 1487_ACEOF
81ecdfbb 1488ac_status=$?
b34f6357
DB
1489fi
1490
b7026657
AC
1491if test "$ac_init_help" = "recursive"; then
1492 # If there are subdirs, report their specific --help.
b7026657 1493 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1494 test -d "$ac_dir" ||
1495 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1496 continue
b7026657 1497 ac_builddir=.
b34f6357 1498
81ecdfbb
RW
1499case "$ac_dir" in
1500.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501*)
1502 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1503 # A ".." for each directory in $ac_dir_suffix.
1504 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1505 case $ac_top_builddir_sub in
1506 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1507 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1508 esac ;;
1509esac
1510ac_abs_top_builddir=$ac_pwd
1511ac_abs_builddir=$ac_pwd$ac_dir_suffix
1512# for backward compatibility:
1513ac_top_builddir=$ac_top_build_prefix
b34f6357 1514
b7026657 1515case $srcdir in
81ecdfbb 1516 .) # We are building in place.
b7026657 1517 ac_srcdir=.
81ecdfbb
RW
1518 ac_top_srcdir=$ac_top_builddir_sub
1519 ac_abs_top_srcdir=$ac_pwd ;;
1520 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1521 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1522 ac_top_srcdir=$srcdir
1523 ac_abs_top_srcdir=$srcdir ;;
1524 *) # Relative name.
1525 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1526 ac_top_srcdir=$ac_top_build_prefix$srcdir
1527 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1528esac
81ecdfbb
RW
1529ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1530
1531 cd "$ac_dir" || { ac_status=$?; continue; }
1532 # Check for guested configure.
1533 if test -f "$ac_srcdir/configure.gnu"; then
1534 echo &&
1535 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1536 elif test -f "$ac_srcdir/configure"; then
1537 echo &&
1538 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1539 else
81ecdfbb
RW
1540 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1541 fi || ac_status=$?
1542 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1543 done
b34f6357 1544fi
b7026657 1545
81ecdfbb 1546test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1547if $ac_init_version; then
1548 cat <<\_ACEOF
81ecdfbb 1549configure
d0ac1c44 1550generated by GNU Autoconf 2.69
b7026657 1551
d0ac1c44 1552Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1553This configure script is free software; the Free Software Foundation
1554gives unlimited permission to copy, distribute and modify it.
1555_ACEOF
81ecdfbb 1556 exit
b7026657 1557fi
b7026657 1558
81ecdfbb
RW
1559## ------------------------ ##
1560## Autoconf initialization. ##
1561## ------------------------ ##
b7026657 1562
81ecdfbb
RW
1563# ac_fn_c_try_compile LINENO
1564# --------------------------
1565# Try to compile conftest.$ac_ext, and return whether this succeeded.
1566ac_fn_c_try_compile ()
b7026657 1567{
81ecdfbb
RW
1568 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1569 rm -f conftest.$ac_objext
1570 if { { ac_try="$ac_compile"
1571case "(($ac_try" in
1572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1573 *) ac_try_echo=$ac_try;;
1574esac
1575eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1576$as_echo "$ac_try_echo"; } >&5
1577 (eval "$ac_compile") 2>conftest.err
1578 ac_status=$?
1579 if test -s conftest.err; then
1580 grep -v '^ *+' conftest.err >conftest.er1
1581 cat conftest.er1 >&5
1582 mv -f conftest.er1 conftest.err
1583 fi
1584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1585 test $ac_status = 0; } && {
1586 test -z "$ac_c_werror_flag" ||
1587 test ! -s conftest.err
1588 } && test -s conftest.$ac_objext; then :
1589 ac_retval=0
1590else
1591 $as_echo "$as_me: failed program was:" >&5
1592sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1593
81ecdfbb
RW
1594 ac_retval=1
1595fi
d0ac1c44
SM
1596 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1597 as_fn_set_status $ac_retval
b7026657 1598
81ecdfbb 1599} # ac_fn_c_try_compile
b7026657 1600
81ecdfbb
RW
1601# ac_fn_c_try_cpp LINENO
1602# ----------------------
1603# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1604ac_fn_c_try_cpp ()
1605{
1606 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1607 if { { ac_try="$ac_cpp conftest.$ac_ext"
1608case "(($ac_try" in
1609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1610 *) ac_try_echo=$ac_try;;
1611esac
1612eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1613$as_echo "$ac_try_echo"; } >&5
1614 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1615 ac_status=$?
1616 if test -s conftest.err; then
1617 grep -v '^ *+' conftest.err >conftest.er1
1618 cat conftest.er1 >&5
1619 mv -f conftest.er1 conftest.err
1620 fi
1621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1622 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1623 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1624 test ! -s conftest.err
1625 }; then :
1626 ac_retval=0
1627else
1628 $as_echo "$as_me: failed program was:" >&5
1629sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1630
81ecdfbb
RW
1631 ac_retval=1
1632fi
d0ac1c44
SM
1633 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1634 as_fn_set_status $ac_retval
b7026657 1635
81ecdfbb 1636} # ac_fn_c_try_cpp
b7026657 1637
81ecdfbb
RW
1638# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1639# -------------------------------------------------------
1640# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1641# the include files in INCLUDES and setting the cache variable VAR
1642# accordingly.
1643ac_fn_c_check_header_mongrel ()
1644{
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1646 if eval \${$3+:} false; then :
81ecdfbb
RW
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1648$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1649if eval \${$3+:} false; then :
81ecdfbb
RW
1650 $as_echo_n "(cached) " >&6
1651fi
1652eval ac_res=\$$3
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1654$as_echo "$ac_res" >&6; }
1655else
1656 # Is the header compilable?
1657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1658$as_echo_n "checking $2 usability... " >&6; }
1659cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1660/* end confdefs.h. */
1661$4
1662#include <$2>
1663_ACEOF
1664if ac_fn_c_try_compile "$LINENO"; then :
1665 ac_header_compiler=yes
1666else
1667 ac_header_compiler=no
1668fi
1669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1671$as_echo "$ac_header_compiler" >&6; }
1672
1673# Is the header present?
1674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1675$as_echo_n "checking $2 presence... " >&6; }
1676cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1677/* end confdefs.h. */
1678#include <$2>
1679_ACEOF
1680if ac_fn_c_try_cpp "$LINENO"; then :
1681 ac_header_preproc=yes
1682else
1683 ac_header_preproc=no
1684fi
d0ac1c44 1685rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1687$as_echo "$ac_header_preproc" >&6; }
1688
1689# So? What about this header?
1690case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1691 yes:no: )
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1693$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1695$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1696 ;;
1697 no:yes:* )
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1699$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1701$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1703$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1705$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1707$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1708 ;;
1709esac
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1711$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1712if eval \${$3+:} false; then :
81ecdfbb
RW
1713 $as_echo_n "(cached) " >&6
1714else
1715 eval "$3=\$ac_header_compiler"
1716fi
1717eval ac_res=\$$3
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1719$as_echo "$ac_res" >&6; }
1720fi
d0ac1c44 1721 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1722
1723} # ac_fn_c_check_header_mongrel
1724
1725# ac_fn_c_try_run LINENO
1726# ----------------------
1727# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1728# that executables *can* be run.
1729ac_fn_c_try_run ()
1730{
1731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732 if { { ac_try="$ac_link"
1733case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_link") 2>&5
1740 ac_status=$?
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1743 { { case "(($ac_try" in
1744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1745 *) ac_try_echo=$ac_try;;
1746esac
1747eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1748$as_echo "$ac_try_echo"; } >&5
1749 (eval "$ac_try") 2>&5
1750 ac_status=$?
1751 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1752 test $ac_status = 0; }; }; then :
1753 ac_retval=0
1754else
1755 $as_echo "$as_me: program exited with status $ac_status" >&5
1756 $as_echo "$as_me: failed program was:" >&5
1757sed 's/^/| /' conftest.$ac_ext >&5
1758
1759 ac_retval=$ac_status
1760fi
1761 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1762 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763 as_fn_set_status $ac_retval
81ecdfbb
RW
1764
1765} # ac_fn_c_try_run
1766
1767# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1768# -------------------------------------------------------
1769# Tests whether HEADER exists and can be compiled using the include files in
1770# INCLUDES, setting the cache variable VAR accordingly.
1771ac_fn_c_check_header_compile ()
1772{
1773 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1775$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1776if eval \${$3+:} false; then :
81ecdfbb
RW
1777 $as_echo_n "(cached) " >&6
1778else
1779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1780/* end confdefs.h. */
1781$4
1782#include <$2>
1783_ACEOF
1784if ac_fn_c_try_compile "$LINENO"; then :
1785 eval "$3=yes"
1786else
1787 eval "$3=no"
1788fi
1789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790fi
1791eval ac_res=\$$3
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1793$as_echo "$ac_res" >&6; }
d0ac1c44 1794 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1795
1796} # ac_fn_c_check_header_compile
1797
1798# ac_fn_c_try_link LINENO
1799# -----------------------
1800# Try to link conftest.$ac_ext, and return whether this succeeded.
1801ac_fn_c_try_link ()
1802{
1803 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804 rm -f conftest.$ac_objext conftest$ac_exeext
1805 if { { ac_try="$ac_link"
1806case "(($ac_try" in
1807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1808 *) ac_try_echo=$ac_try;;
1809esac
1810eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1811$as_echo "$ac_try_echo"; } >&5
1812 (eval "$ac_link") 2>conftest.err
1813 ac_status=$?
1814 if test -s conftest.err; then
1815 grep -v '^ *+' conftest.err >conftest.er1
1816 cat conftest.er1 >&5
1817 mv -f conftest.er1 conftest.err
1818 fi
1819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1820 test $ac_status = 0; } && {
1821 test -z "$ac_c_werror_flag" ||
1822 test ! -s conftest.err
1823 } && test -s conftest$ac_exeext && {
1824 test "$cross_compiling" = yes ||
d0ac1c44 1825 test -x conftest$ac_exeext
81ecdfbb
RW
1826 }; then :
1827 ac_retval=0
1828else
1829 $as_echo "$as_me: failed program was:" >&5
1830sed 's/^/| /' conftest.$ac_ext >&5
1831
1832 ac_retval=1
1833fi
1834 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1835 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1836 # interfere with the next link command; also delete a directory that is
1837 # left behind by Apple's compiler. We do this before executing the actions.
1838 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1839 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1840 as_fn_set_status $ac_retval
81ecdfbb
RW
1841
1842} # ac_fn_c_try_link
1843
1844# ac_fn_c_check_func LINENO FUNC VAR
1845# ----------------------------------
1846# Tests whether FUNC exists, setting the cache variable VAR accordingly
1847ac_fn_c_check_func ()
1848{
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1851$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1852if eval \${$3+:} false; then :
81ecdfbb
RW
1853 $as_echo_n "(cached) " >&6
1854else
1855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1856/* end confdefs.h. */
1857/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1858 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1859#define $2 innocuous_$2
1860
1861/* System header to define __stub macros and hopefully few prototypes,
1862 which can conflict with char $2 (); below.
1863 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1864 <limits.h> exists even on freestanding compilers. */
1865
1866#ifdef __STDC__
1867# include <limits.h>
1868#else
1869# include <assert.h>
1870#endif
1871
1872#undef $2
1873
1874/* Override any GCC internal prototype to avoid an error.
1875 Use char because int might match the return type of a GCC
1876 builtin and then its argument prototype would still apply. */
1877#ifdef __cplusplus
1878extern "C"
1879#endif
1880char $2 ();
1881/* The GNU C library defines this for functions which it implements
1882 to always fail with ENOSYS. Some functions are actually named
1883 something starting with __ and the normal name is an alias. */
1884#if defined __stub_$2 || defined __stub___$2
1885choke me
1886#endif
1887
1888int
1889main ()
1890{
1891return $2 ();
1892 ;
1893 return 0;
1894}
1895_ACEOF
1896if ac_fn_c_try_link "$LINENO"; then :
1897 eval "$3=yes"
1898else
1899 eval "$3=no"
1900fi
1901rm -f core conftest.err conftest.$ac_objext \
1902 conftest$ac_exeext conftest.$ac_ext
1903fi
1904eval ac_res=\$$3
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1906$as_echo "$ac_res" >&6; }
d0ac1c44 1907 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1908
1909} # ac_fn_c_check_func
1910cat >config.log <<_ACEOF
1911This file contains any messages produced by compilers while
1912running configure, to aid debugging if configure makes a mistake.
1913
1914It was created by $as_me, which was
d0ac1c44 1915generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1916
1917 $ $0 $@
1918
1919_ACEOF
1920exec 5>>config.log
1921{
1922cat <<_ASUNAME
1923## --------- ##
1924## Platform. ##
1925## --------- ##
1926
1927hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1928uname -m = `(uname -m) 2>/dev/null || echo unknown`
1929uname -r = `(uname -r) 2>/dev/null || echo unknown`
1930uname -s = `(uname -s) 2>/dev/null || echo unknown`
1931uname -v = `(uname -v) 2>/dev/null || echo unknown`
1932
1933/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1934/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1935
1936/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1937/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1938/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1939/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1940/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1941/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1942/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1943
1944_ASUNAME
1945
1946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1947for as_dir in $PATH
1948do
1949 IFS=$as_save_IFS
1950 test -z "$as_dir" && as_dir=.
1951 $as_echo "PATH: $as_dir"
1952 done
1953IFS=$as_save_IFS
1954
1955} >&5
1956
1957cat >&5 <<_ACEOF
1958
1959
1960## ----------- ##
1961## Core tests. ##
b7026657
AC
1962## ----------- ##
1963
1964_ACEOF
1965
1966
1967# Keep a trace of the command line.
1968# Strip out --no-create and --no-recursion so they do not pile up.
1969# Strip out --silent because we don't want to record it for future runs.
1970# Also quote any args containing shell meta-characters.
1971# Make two passes to allow for proper duplicate-argument suppression.
1972ac_configure_args=
1973ac_configure_args0=
1974ac_configure_args1=
b7026657
AC
1975ac_must_keep_next=false
1976for ac_pass in 1 2
1977do
1978 for ac_arg
1979 do
1980 case $ac_arg in
1981 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1982 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1983 | -silent | --silent | --silen | --sile | --sil)
1984 continue ;;
81ecdfbb
RW
1985 *\'*)
1986 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1987 esac
1988 case $ac_pass in
81ecdfbb 1989 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1990 2)
81ecdfbb 1991 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1992 if test $ac_must_keep_next = true; then
1993 ac_must_keep_next=false # Got value, back to normal.
1994 else
1995 case $ac_arg in
1996 *=* | --config-cache | -C | -disable-* | --disable-* \
1997 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1998 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1999 | -with-* | --with-* | -without-* | --without-* | --x)
2000 case "$ac_configure_args0 " in
2001 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2002 esac
2003 ;;
2004 -* ) ac_must_keep_next=true ;;
2005 esac
2006 fi
81ecdfbb 2007 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2008 ;;
2009 esac
2010 done
2011done
81ecdfbb
RW
2012{ ac_configure_args0=; unset ac_configure_args0;}
2013{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2014
2015# When interrupted or exit'd, cleanup temporary files, and complete
2016# config.log. We remove comments because anyway the quotes in there
2017# would cause problems or look ugly.
81ecdfbb
RW
2018# WARNING: Use '\'' to represent an apostrophe within the trap.
2019# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2020trap 'exit_status=$?
2021 # Save into config.log some information that might help in debugging.
2022 {
2023 echo
2024
d0ac1c44 2025 $as_echo "## ---------------- ##
b7026657 2026## Cache variables. ##
d0ac1c44 2027## ---------------- ##"
b7026657
AC
2028 echo
2029 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2030(
2031 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2032 eval ac_val=\$$ac_var
2033 case $ac_val in #(
2034 *${as_nl}*)
2035 case $ac_var in #(
2036 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2037$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2038 esac
2039 case $ac_var in #(
2040 _ | IFS | as_nl) ;; #(
2041 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2042 *) { eval $ac_var=; unset $ac_var;} ;;
2043 esac ;;
2044 esac
2045 done
b7026657 2046 (set) 2>&1 |
81ecdfbb
RW
2047 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2048 *${as_nl}ac_space=\ *)
b7026657 2049 sed -n \
81ecdfbb
RW
2050 "s/'\''/'\''\\\\'\'''\''/g;
2051 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2052 ;; #(
b7026657 2053 *)
81ecdfbb 2054 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2055 ;;
81ecdfbb
RW
2056 esac |
2057 sort
2058)
b7026657
AC
2059 echo
2060
d0ac1c44 2061 $as_echo "## ----------------- ##
b7026657 2062## Output variables. ##
d0ac1c44 2063## ----------------- ##"
b7026657
AC
2064 echo
2065 for ac_var in $ac_subst_vars
2066 do
81ecdfbb
RW
2067 eval ac_val=\$$ac_var
2068 case $ac_val in
2069 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2070 esac
2071 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2072 done | sort
2073 echo
2074
2075 if test -n "$ac_subst_files"; then
d0ac1c44 2076 $as_echo "## ------------------- ##
81ecdfbb 2077## File substitutions. ##
d0ac1c44 2078## ------------------- ##"
b7026657
AC
2079 echo
2080 for ac_var in $ac_subst_files
2081 do
81ecdfbb
RW
2082 eval ac_val=\$$ac_var
2083 case $ac_val in
2084 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2085 esac
2086 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2087 done | sort
2088 echo
2089 fi
2090
2091 if test -s confdefs.h; then
d0ac1c44 2092 $as_echo "## ----------- ##
b7026657 2093## confdefs.h. ##
d0ac1c44 2094## ----------- ##"
b7026657 2095 echo
81ecdfbb 2096 cat confdefs.h
b7026657
AC
2097 echo
2098 fi
2099 test "$ac_signal" != 0 &&
81ecdfbb
RW
2100 $as_echo "$as_me: caught signal $ac_signal"
2101 $as_echo "$as_me: exit $exit_status"
b7026657 2102 } >&5
81ecdfbb
RW
2103 rm -f core *.core core.conftest.* &&
2104 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2105 exit $exit_status
81ecdfbb 2106' 0
b7026657 2107for ac_signal in 1 2 13 15; do
81ecdfbb 2108 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2109done
2110ac_signal=0
2111
2112# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2113rm -f -r conftest* confdefs.h
2114
2115$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2116
2117# Predefined preprocessor variables.
2118
2119cat >>confdefs.h <<_ACEOF
2120#define PACKAGE_NAME "$PACKAGE_NAME"
2121_ACEOF
2122
b7026657
AC
2123cat >>confdefs.h <<_ACEOF
2124#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2125_ACEOF
2126
b7026657
AC
2127cat >>confdefs.h <<_ACEOF
2128#define PACKAGE_VERSION "$PACKAGE_VERSION"
2129_ACEOF
2130
b7026657
AC
2131cat >>confdefs.h <<_ACEOF
2132#define PACKAGE_STRING "$PACKAGE_STRING"
2133_ACEOF
2134
b7026657
AC
2135cat >>confdefs.h <<_ACEOF
2136#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2137_ACEOF
2138
81ecdfbb
RW
2139cat >>confdefs.h <<_ACEOF
2140#define PACKAGE_URL "$PACKAGE_URL"
2141_ACEOF
2142
b7026657
AC
2143
2144# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2145# Prefer an explicitly selected file to automatically selected ones.
2146ac_site_file1=NONE
2147ac_site_file2=NONE
2148if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2149 # We do not want a PATH search for config.site.
2150 case $CONFIG_SITE in #((
2151 -*) ac_site_file1=./$CONFIG_SITE;;
2152 */*) ac_site_file1=$CONFIG_SITE;;
2153 *) ac_site_file1=./$CONFIG_SITE;;
2154 esac
81ecdfbb
RW
2155elif test "x$prefix" != xNONE; then
2156 ac_site_file1=$prefix/share/config.site
2157 ac_site_file2=$prefix/etc/config.site
2158else
2159 ac_site_file1=$ac_default_prefix/share/config.site
2160 ac_site_file2=$ac_default_prefix/etc/config.site
2161fi
2162for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2163do
2164 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2165 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2166 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2167$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2168 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2169 . "$ac_site_file" \
2170 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2171$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2172as_fn_error $? "failed to load site script $ac_site_file
2173See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2174 fi
2175done
2176
2177if test -r "$cache_file"; then
d0ac1c44
SM
2178 # Some versions of bash will fail to source /dev/null (special files
2179 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2180 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2182$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2183 case $cache_file in
81ecdfbb
RW
2184 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2185 *) . "./$cache_file";;
b7026657
AC
2186 esac
2187 fi
2188else
81ecdfbb
RW
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2190$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2191 >$cache_file
2192fi
2193
2194# Check that the precious variables saved in the cache have kept the same
2195# value.
2196ac_cache_corrupted=false
81ecdfbb 2197for ac_var in $ac_precious_vars; do
b7026657
AC
2198 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2199 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2200 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2201 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2202 case $ac_old_set,$ac_new_set in
2203 set,)
81ecdfbb
RW
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2205$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2206 ac_cache_corrupted=: ;;
2207 ,set)
81ecdfbb
RW
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2209$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2210 ac_cache_corrupted=: ;;
2211 ,);;
2212 *)
2213 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2214 # differences in whitespace do not lead to failure.
2215 ac_old_val_w=`echo x $ac_old_val`
2216 ac_new_val_w=`echo x $ac_new_val`
2217 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2219$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2220 ac_cache_corrupted=:
2221 else
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2223$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2224 eval $ac_var=\$ac_old_val
2225 fi
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2227$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2229$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2230 fi;;
2231 esac
2232 # Pass precious variables to config.status.
2233 if test "$ac_new_set" = set; then
2234 case $ac_new_val in
81ecdfbb 2235 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2236 *) ac_arg=$ac_var=$ac_new_val ;;
2237 esac
2238 case " $ac_configure_args " in
2239 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2240 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2241 esac
2242 fi
2243done
2244if $ac_cache_corrupted; then
81ecdfbb
RW
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2246$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2248$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2249 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2250fi
81ecdfbb
RW
2251## -------------------- ##
2252## Main body of script. ##
2253## -------------------- ##
b7026657
AC
2254
2255ac_ext=c
2256ac_cpp='$CPP $CPPFLAGS'
2257ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2258ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2259ac_compiler_gnu=$ac_cv_c_compiler_gnu
2260
2261
6bb11ab3
L
2262
2263
2264
2265
2266
c2783492
MF
2267ac_aux_dir=
2268for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2269 if test -f "$ac_dir/install-sh"; then
2270 ac_aux_dir=$ac_dir
2271 ac_install_sh="$ac_aux_dir/install-sh -c"
2272 break
2273 elif test -f "$ac_dir/install.sh"; then
2274 ac_aux_dir=$ac_dir
2275 ac_install_sh="$ac_aux_dir/install.sh -c"
2276 break
2277 elif test -f "$ac_dir/shtool"; then
2278 ac_aux_dir=$ac_dir
2279 ac_install_sh="$ac_aux_dir/shtool install -c"
2280 break
2281 fi
2282done
2283if test -z "$ac_aux_dir"; then
2284 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2285fi
2286
2287# These three variables are undocumented and unsupported,
2288# and are intended to be withdrawn in a future Autoconf release.
2289# They can cause serious problems if a builder's source tree is in a directory
2290# whose full name contains unusual characters.
2291ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2292ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2293ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2294
2295
2296# Make sure we can run config.sub.
2297$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2298 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2299
2300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2301$as_echo_n "checking build system type... " >&6; }
2302if ${ac_cv_build+:} false; then :
2303 $as_echo_n "(cached) " >&6
2304else
2305 ac_build_alias=$build_alias
2306test "x$ac_build_alias" = x &&
2307 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2308test "x$ac_build_alias" = x &&
2309 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2310ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2311 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2312
2313fi
2314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2315$as_echo "$ac_cv_build" >&6; }
2316case $ac_cv_build in
2317*-*-*) ;;
2318*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2319esac
2320build=$ac_cv_build
2321ac_save_IFS=$IFS; IFS='-'
2322set x $ac_cv_build
2323shift
2324build_cpu=$1
2325build_vendor=$2
2326shift; shift
2327# Remember, the first character of IFS is used to create $*,
2328# except with old shells:
2329build_os=$*
2330IFS=$ac_save_IFS
2331case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2332
2333
2334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2335$as_echo_n "checking host system type... " >&6; }
2336if ${ac_cv_host+:} false; then :
2337 $as_echo_n "(cached) " >&6
2338else
2339 if test "x$host_alias" = x; then
2340 ac_cv_host=$ac_cv_build
2341else
2342 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2344fi
2345
2346fi
2347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2348$as_echo "$ac_cv_host" >&6; }
2349case $ac_cv_host in
2350*-*-*) ;;
2351*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2352esac
2353host=$ac_cv_host
2354ac_save_IFS=$IFS; IFS='-'
2355set x $ac_cv_host
2356shift
2357host_cpu=$1
2358host_vendor=$2
2359shift; shift
2360# Remember, the first character of IFS is used to create $*,
2361# except with old shells:
2362host_os=$*
2363IFS=$ac_save_IFS
2364case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2365
2366
2367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2368$as_echo_n "checking target system type... " >&6; }
2369if ${ac_cv_target+:} false; then :
2370 $as_echo_n "(cached) " >&6
2371else
2372 if test "x$target_alias" = x; then
2373 ac_cv_target=$ac_cv_host
2374else
2375 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2376 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2377fi
2378
2379fi
2380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2381$as_echo "$ac_cv_target" >&6; }
2382case $ac_cv_target in
2383*-*-*) ;;
2384*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2385esac
2386target=$ac_cv_target
2387ac_save_IFS=$IFS; IFS='-'
2388set x $ac_cv_target
2389shift
2390target_cpu=$1
2391target_vendor=$2
2392shift; shift
2393# Remember, the first character of IFS is used to create $*,
2394# except with old shells:
2395target_os=$*
2396IFS=$ac_save_IFS
2397case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2398
2399
2400# The aliases save the names the user supplied, while $host etc.
2401# will get canonicalized.
2402test -n "$target_alias" &&
2403 test "$program_prefix$program_suffix$program_transform_name" = \
2404 NONENONEs,x,x, &&
2405 program_prefix=${target_alias}-
6bb11ab3
L
2406ac_ext=c
2407ac_cpp='$CPP $CPPFLAGS'
2408ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2409ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2410ac_compiler_gnu=$ac_cv_c_compiler_gnu
2411if test -n "$ac_tool_prefix"; then
2412 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2413set dummy ${ac_tool_prefix}gcc; ac_word=$2
2414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2415$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2416if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2417 $as_echo_n "(cached) " >&6
2418else
2419 if test -n "$CC"; then
2420 ac_cv_prog_CC="$CC" # Let the user override the test.
2421else
2422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2423for as_dir in $PATH
2424do
2425 IFS=$as_save_IFS
2426 test -z "$as_dir" && as_dir=.
2427 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2429 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2431 break 2
2432 fi
2433done
2434 done
2435IFS=$as_save_IFS
2436
2437fi
2438fi
2439CC=$ac_cv_prog_CC
2440if test -n "$CC"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2442$as_echo "$CC" >&6; }
2443else
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2445$as_echo "no" >&6; }
2446fi
2447
2448
2449fi
2450if test -z "$ac_cv_prog_CC"; then
2451 ac_ct_CC=$CC
2452 # Extract the first word of "gcc", so it can be a program name with args.
2453set dummy gcc; ac_word=$2
2454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2455$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2456if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2457 $as_echo_n "(cached) " >&6
2458else
2459 if test -n "$ac_ct_CC"; then
2460 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2461else
2462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2463for as_dir in $PATH
2464do
2465 IFS=$as_save_IFS
2466 test -z "$as_dir" && as_dir=.
2467 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2469 ac_cv_prog_ac_ct_CC="gcc"
2470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2471 break 2
2472 fi
2473done
2474 done
2475IFS=$as_save_IFS
2476
2477fi
2478fi
2479ac_ct_CC=$ac_cv_prog_ac_ct_CC
2480if test -n "$ac_ct_CC"; then
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2482$as_echo "$ac_ct_CC" >&6; }
2483else
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2485$as_echo "no" >&6; }
2486fi
2487
2488 if test "x$ac_ct_CC" = x; then
2489 CC=""
2490 else
2491 case $cross_compiling:$ac_tool_warned in
2492yes:)
2493{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2494$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2495ac_tool_warned=yes ;;
2496esac
2497 CC=$ac_ct_CC
2498 fi
2499else
2500 CC="$ac_cv_prog_CC"
2501fi
2502
2503if test -z "$CC"; then
2504 if test -n "$ac_tool_prefix"; then
2505 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2506set dummy ${ac_tool_prefix}cc; ac_word=$2
2507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2508$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2509if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2510 $as_echo_n "(cached) " >&6
2511else
2512 if test -n "$CC"; then
2513 ac_cv_prog_CC="$CC" # Let the user override the test.
2514else
2515as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2516for as_dir in $PATH
2517do
2518 IFS=$as_save_IFS
2519 test -z "$as_dir" && as_dir=.
2520 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2521 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2522 ac_cv_prog_CC="${ac_tool_prefix}cc"
2523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2524 break 2
2525 fi
2526done
2527 done
2528IFS=$as_save_IFS
2529
2530fi
2531fi
2532CC=$ac_cv_prog_CC
2533if test -n "$CC"; then
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2535$as_echo "$CC" >&6; }
2536else
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2538$as_echo "no" >&6; }
2539fi
2540
2541
2542 fi
2543fi
2544if test -z "$CC"; then
2545 # Extract the first word of "cc", so it can be a program name with args.
2546set dummy cc; ac_word=$2
2547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2548$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2549if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2550 $as_echo_n "(cached) " >&6
2551else
2552 if test -n "$CC"; then
2553 ac_cv_prog_CC="$CC" # Let the user override the test.
2554else
2555 ac_prog_rejected=no
2556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2557for as_dir in $PATH
2558do
2559 IFS=$as_save_IFS
2560 test -z "$as_dir" && as_dir=.
2561 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2563 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2564 ac_prog_rejected=yes
2565 continue
2566 fi
2567 ac_cv_prog_CC="cc"
2568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2569 break 2
2570 fi
2571done
2572 done
2573IFS=$as_save_IFS
2574
2575if test $ac_prog_rejected = yes; then
2576 # We found a bogon in the path, so make sure we never use it.
2577 set dummy $ac_cv_prog_CC
2578 shift
2579 if test $# != 0; then
2580 # We chose a different compiler from the bogus one.
2581 # However, it has the same basename, so the bogon will be chosen
2582 # first if we set CC to just the basename; use the full file name.
2583 shift
2584 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2585 fi
2586fi
2587fi
2588fi
2589CC=$ac_cv_prog_CC
2590if test -n "$CC"; then
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2592$as_echo "$CC" >&6; }
2593else
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2595$as_echo "no" >&6; }
2596fi
2597
2598
2599fi
2600if test -z "$CC"; then
2601 if test -n "$ac_tool_prefix"; then
2602 for ac_prog in cl.exe
2603 do
2604 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2605set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2607$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2608if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2609 $as_echo_n "(cached) " >&6
2610else
2611 if test -n "$CC"; then
2612 ac_cv_prog_CC="$CC" # Let the user override the test.
2613else
2614as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2615for as_dir in $PATH
2616do
2617 IFS=$as_save_IFS
2618 test -z "$as_dir" && as_dir=.
2619 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2620 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2621 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2623 break 2
2624 fi
2625done
2626 done
2627IFS=$as_save_IFS
2628
2629fi
2630fi
2631CC=$ac_cv_prog_CC
2632if test -n "$CC"; then
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2634$as_echo "$CC" >&6; }
2635else
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2637$as_echo "no" >&6; }
2638fi
2639
2640
2641 test -n "$CC" && break
2642 done
2643fi
2644if test -z "$CC"; then
2645 ac_ct_CC=$CC
2646 for ac_prog in cl.exe
2647do
2648 # Extract the first word of "$ac_prog", so it can be a program name with args.
2649set dummy $ac_prog; ac_word=$2
2650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2651$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2652if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2653 $as_echo_n "(cached) " >&6
2654else
2655 if test -n "$ac_ct_CC"; then
2656 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2657else
2658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2659for as_dir in $PATH
2660do
2661 IFS=$as_save_IFS
2662 test -z "$as_dir" && as_dir=.
2663 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2665 ac_cv_prog_ac_ct_CC="$ac_prog"
2666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2667 break 2
2668 fi
2669done
2670 done
2671IFS=$as_save_IFS
2672
2673fi
2674fi
2675ac_ct_CC=$ac_cv_prog_ac_ct_CC
2676if test -n "$ac_ct_CC"; then
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2678$as_echo "$ac_ct_CC" >&6; }
2679else
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2681$as_echo "no" >&6; }
2682fi
2683
2684
2685 test -n "$ac_ct_CC" && break
2686done
2687
2688 if test "x$ac_ct_CC" = x; then
2689 CC=""
2690 else
2691 case $cross_compiling:$ac_tool_warned in
2692yes:)
2693{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2694$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2695ac_tool_warned=yes ;;
2696esac
2697 CC=$ac_ct_CC
2698 fi
2699fi
2700
2701fi
2702
2703
2704test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2705$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2706as_fn_error $? "no acceptable C compiler found in \$PATH
2707See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2708
2709# Provide some information about the compiler.
2710$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2711set X $ac_compile
2712ac_compiler=$2
2713for ac_option in --version -v -V -qversion; do
2714 { { ac_try="$ac_compiler $ac_option >&5"
2715case "(($ac_try" in
2716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2717 *) ac_try_echo=$ac_try;;
2718esac
2719eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2720$as_echo "$ac_try_echo"; } >&5
2721 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2722 ac_status=$?
2723 if test -s conftest.err; then
2724 sed '10a\
2725... rest of stderr output deleted ...
2726 10q' conftest.err >conftest.er1
2727 cat conftest.er1 >&5
6bb11ab3 2728 fi
d0ac1c44 2729 rm -f conftest.er1 conftest.err
6bb11ab3
L
2730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2731 test $ac_status = 0; }
2732done
2733
2734cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2735/* end confdefs.h. */
2736
2737int
2738main ()
2739{
2740
2741 ;
2742 return 0;
2743}
2744_ACEOF
2745ac_clean_files_save=$ac_clean_files
d0ac1c44 2746ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2747# Try to create an executable without -o first, disregard a.out.
2748# It will help us diagnose broken compilers, and finding out an intuition
2749# of exeext.
d0ac1c44
SM
2750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2751$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2752ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2753
2754# The possible output files:
2755ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2756
2757ac_rmfiles=
2758for ac_file in $ac_files
2759do
2760 case $ac_file in
2761 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2762 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2763 esac
2764done
2765rm -f $ac_rmfiles
2766
2767if { { ac_try="$ac_link_default"
2768case "(($ac_try" in
2769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2770 *) ac_try_echo=$ac_try;;
2771esac
2772eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2773$as_echo "$ac_try_echo"; } >&5
2774 (eval "$ac_link_default") 2>&5
2775 ac_status=$?
2776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2777 test $ac_status = 0; }; then :
2778 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2779# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2780# in a Makefile. We should not override ac_cv_exeext if it was cached,
2781# so that the user can short-circuit this test for compilers unknown to
2782# Autoconf.
2783for ac_file in $ac_files ''
2784do
2785 test -f "$ac_file" || continue
2786 case $ac_file in
2787 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2788 ;;
2789 [ab].out )
2790 # We found the default executable, but exeext='' is most
2791 # certainly right.
2792 break;;
2793 *.* )
2794 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2795 then :; else
2796 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2797 fi
2798 # We set ac_cv_exeext here because the later test for it is not
2799 # safe: cross compilers may not add the suffix if given an `-o'
2800 # argument, so we may need to know it at that point already.
2801 # Even if this section looks crufty: it has the advantage of
2802 # actually working.
2803 break;;
2804 * )
2805 break;;
2806 esac
2807done
2808test "$ac_cv_exeext" = no && ac_cv_exeext=
2809
2810else
2811 ac_file=''
2812fi
6bb11ab3 2813if test -z "$ac_file"; then :
d0ac1c44
SM
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815$as_echo "no" >&6; }
2816$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2817sed 's/^/| /' conftest.$ac_ext >&5
2818
2819{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2820$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2821as_fn_error 77 "C compiler cannot create executables
2822See \`config.log' for more details" "$LINENO" 5; }
2823else
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2825$as_echo "yes" >&6; }
6bb11ab3 2826fi
d0ac1c44
SM
2827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2828$as_echo_n "checking for C compiler default output file name... " >&6; }
2829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2830$as_echo "$ac_file" >&6; }
6bb11ab3
L
2831ac_exeext=$ac_cv_exeext
2832
d0ac1c44 2833rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2834ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2836$as_echo_n "checking for suffix of executables... " >&6; }
2837if { { ac_try="$ac_link"
2838case "(($ac_try" in
2839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2840 *) ac_try_echo=$ac_try;;
2841esac
2842eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2843$as_echo "$ac_try_echo"; } >&5
2844 (eval "$ac_link") 2>&5
2845 ac_status=$?
2846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2847 test $ac_status = 0; }; then :
2848 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2849# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2850# work properly (i.e., refer to `conftest.exe'), while it won't with
2851# `rm'.
2852for ac_file in conftest.exe conftest conftest.*; do
2853 test -f "$ac_file" || continue
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2856 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2857 break;;
2858 * ) break;;
2859 esac
2860done
2861else
2862 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2863$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2864as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2865See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2866fi
d0ac1c44 2867rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2869$as_echo "$ac_cv_exeext" >&6; }
2870
2871rm -f conftest.$ac_ext
2872EXEEXT=$ac_cv_exeext
2873ac_exeext=$EXEEXT
d0ac1c44
SM
2874cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2875/* end confdefs.h. */
2876#include <stdio.h>
2877int
2878main ()
2879{
2880FILE *f = fopen ("conftest.out", "w");
2881 return ferror (f) || fclose (f) != 0;
2882
2883 ;
2884 return 0;
2885}
2886_ACEOF
2887ac_clean_files="$ac_clean_files conftest.out"
2888# Check that the compiler produces executables we can run. If not, either
2889# the compiler is broken, or we cross compile.
2890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2891$as_echo_n "checking whether we are cross compiling... " >&6; }
2892if test "$cross_compiling" != yes; then
2893 { { ac_try="$ac_link"
2894case "(($ac_try" in
2895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2896 *) ac_try_echo=$ac_try;;
2897esac
2898eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2899$as_echo "$ac_try_echo"; } >&5
2900 (eval "$ac_link") 2>&5
2901 ac_status=$?
2902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2903 test $ac_status = 0; }
2904 if { ac_try='./conftest$ac_cv_exeext'
2905 { { case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908esac
2909eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2910$as_echo "$ac_try_echo"; } >&5
2911 (eval "$ac_try") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2914 test $ac_status = 0; }; }; then
2915 cross_compiling=no
2916 else
2917 if test "$cross_compiling" = maybe; then
2918 cross_compiling=yes
2919 else
2920 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2921$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2922as_fn_error $? "cannot run C compiled programs.
2923If you meant to cross compile, use \`--host'.
2924See \`config.log' for more details" "$LINENO" 5; }
2925 fi
2926 fi
2927fi
2928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2929$as_echo "$cross_compiling" >&6; }
2930
2931rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2932ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2934$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2935if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2936 $as_echo_n "(cached) " >&6
2937else
2938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2939/* end confdefs.h. */
2940
2941int
2942main ()
2943{
2944
2945 ;
2946 return 0;
2947}
2948_ACEOF
2949rm -f conftest.o conftest.obj
2950if { { ac_try="$ac_compile"
2951case "(($ac_try" in
2952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2953 *) ac_try_echo=$ac_try;;
2954esac
2955eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2956$as_echo "$ac_try_echo"; } >&5
2957 (eval "$ac_compile") 2>&5
2958 ac_status=$?
2959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2960 test $ac_status = 0; }; then :
2961 for ac_file in conftest.o conftest.obj conftest.*; do
2962 test -f "$ac_file" || continue;
2963 case $ac_file in
2964 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2965 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2966 break;;
2967 esac
2968done
2969else
2970 $as_echo "$as_me: failed program was:" >&5
2971sed 's/^/| /' conftest.$ac_ext >&5
2972
2973{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2974$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2975as_fn_error $? "cannot compute suffix of object files: cannot compile
2976See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2977fi
2978rm -f conftest.$ac_cv_objext conftest.$ac_ext
2979fi
2980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2981$as_echo "$ac_cv_objext" >&6; }
2982OBJEXT=$ac_cv_objext
2983ac_objext=$OBJEXT
2984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2985$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2986if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2987 $as_echo_n "(cached) " >&6
2988else
2989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2990/* end confdefs.h. */
2991
2992int
2993main ()
2994{
2995#ifndef __GNUC__
2996 choke me
2997#endif
2998
2999 ;
3000 return 0;
3001}
3002_ACEOF
3003if ac_fn_c_try_compile "$LINENO"; then :
3004 ac_compiler_gnu=yes
3005else
3006 ac_compiler_gnu=no
3007fi
3008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3009ac_cv_c_compiler_gnu=$ac_compiler_gnu
3010
3011fi
3012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3013$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3014if test $ac_compiler_gnu = yes; then
3015 GCC=yes
3016else
3017 GCC=
3018fi
3019ac_test_CFLAGS=${CFLAGS+set}
3020ac_save_CFLAGS=$CFLAGS
3021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3022$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3023if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3024 $as_echo_n "(cached) " >&6
3025else
3026 ac_save_c_werror_flag=$ac_c_werror_flag
3027 ac_c_werror_flag=yes
3028 ac_cv_prog_cc_g=no
3029 CFLAGS="-g"
3030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3031/* end confdefs.h. */
3032
3033int
3034main ()
3035{
3036
3037 ;
3038 return 0;
3039}
3040_ACEOF
3041if ac_fn_c_try_compile "$LINENO"; then :
3042 ac_cv_prog_cc_g=yes
3043else
3044 CFLAGS=""
3045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3046/* end confdefs.h. */
3047
3048int
3049main ()
3050{
3051
3052 ;
3053 return 0;
3054}
3055_ACEOF
3056if ac_fn_c_try_compile "$LINENO"; then :
3057
3058else
3059 ac_c_werror_flag=$ac_save_c_werror_flag
3060 CFLAGS="-g"
3061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3062/* end confdefs.h. */
3063
3064int
3065main ()
3066{
3067
3068 ;
3069 return 0;
3070}
3071_ACEOF
3072if ac_fn_c_try_compile "$LINENO"; then :
3073 ac_cv_prog_cc_g=yes
3074fi
3075rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076fi
3077rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078fi
3079rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3080 ac_c_werror_flag=$ac_save_c_werror_flag
3081fi
3082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3083$as_echo "$ac_cv_prog_cc_g" >&6; }
3084if test "$ac_test_CFLAGS" = set; then
3085 CFLAGS=$ac_save_CFLAGS
3086elif test $ac_cv_prog_cc_g = yes; then
3087 if test "$GCC" = yes; then
3088 CFLAGS="-g -O2"
3089 else
3090 CFLAGS="-g"
3091 fi
3092else
3093 if test "$GCC" = yes; then
3094 CFLAGS="-O2"
3095 else
3096 CFLAGS=
3097 fi
3098fi
3099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3100$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3101if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3102 $as_echo_n "(cached) " >&6
3103else
3104 ac_cv_prog_cc_c89=no
3105ac_save_CC=$CC
3106cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3107/* end confdefs.h. */
3108#include <stdarg.h>
3109#include <stdio.h>
d0ac1c44 3110struct stat;
6bb11ab3
L
3111/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3112struct buf { int x; };
3113FILE * (*rcsopen) (struct buf *, struct stat *, int);
3114static char *e (p, i)
3115 char **p;
3116 int i;
3117{
3118 return p[i];
3119}
3120static char *f (char * (*g) (char **, int), char **p, ...)
3121{
3122 char *s;
3123 va_list v;
3124 va_start (v,p);
3125 s = g (p, va_arg (v,int));
3126 va_end (v);
3127 return s;
3128}
3129
3130/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3131 function prototypes and stuff, but not '\xHH' hex character constants.
3132 These don't provoke an error unfortunately, instead are silently treated
3133 as 'x'. The following induces an error, until -std is added to get
3134 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3135 array size at least. It's necessary to write '\x00'==0 to get something
3136 that's true only with -std. */
3137int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3138
3139/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3140 inside strings and character constants. */
3141#define FOO(x) 'x'
3142int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3143
3144int test (int i, double x);
3145struct s1 {int (*f) (int a);};
3146struct s2 {int (*f) (double a);};
3147int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3148int argc;
3149char **argv;
3150int
3151main ()
3152{
3153return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3154 ;
3155 return 0;
3156}
3157_ACEOF
3158for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3159 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3160do
3161 CC="$ac_save_CC $ac_arg"
3162 if ac_fn_c_try_compile "$LINENO"; then :
3163 ac_cv_prog_cc_c89=$ac_arg
3164fi
3165rm -f core conftest.err conftest.$ac_objext
3166 test "x$ac_cv_prog_cc_c89" != "xno" && break
3167done
3168rm -f conftest.$ac_ext
3169CC=$ac_save_CC
3170
3171fi
3172# AC_CACHE_VAL
3173case "x$ac_cv_prog_cc_c89" in
3174 x)
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3176$as_echo "none needed" >&6; } ;;
3177 xno)
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3179$as_echo "unsupported" >&6; } ;;
3180 *)
3181 CC="$CC $ac_cv_prog_cc_c89"
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3183$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3184esac
3185if test "x$ac_cv_prog_cc_c89" != xno; then :
3186
3187fi
3188
3189ac_ext=c
3190ac_cpp='$CPP $CPPFLAGS'
3191ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3192ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3193ac_compiler_gnu=$ac_cv_c_compiler_gnu
3194
c2783492 3195
ebe9564b
MF
3196ac_ext=c
3197ac_cpp='$CPP $CPPFLAGS'
3198ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3199ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3200ac_compiler_gnu=$ac_cv_c_compiler_gnu
3201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3202$as_echo_n "checking how to run the C preprocessor... " >&6; }
3203# On Suns, sometimes $CPP names a directory.
3204if test -n "$CPP" && test -d "$CPP"; then
3205 CPP=
3206fi
3207if test -z "$CPP"; then
3208 if ${ac_cv_prog_CPP+:} false; then :
3209 $as_echo_n "(cached) " >&6
3210else
3211 # Double quotes because CPP needs to be expanded
3212 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3213 do
3214 ac_preproc_ok=false
3215for ac_c_preproc_warn_flag in '' yes
3216do
3217 # Use a header file that comes with gcc, so configuring glibc
3218 # with a fresh cross-compiler works.
3219 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3220 # <limits.h> exists even on freestanding compilers.
3221 # On the NeXT, cc -E runs the code through the compiler's parser,
3222 # not just through cpp. "Syntax error" is here to catch this case.
3223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3224/* end confdefs.h. */
3225#ifdef __STDC__
3226# include <limits.h>
3227#else
3228# include <assert.h>
3229#endif
3230 Syntax error
3231_ACEOF
3232if ac_fn_c_try_cpp "$LINENO"; then :
3233
3234else
3235 # Broken: fails on valid input.
3236continue
3237fi
3238rm -f conftest.err conftest.i conftest.$ac_ext
3239
3240 # OK, works on sane cases. Now check whether nonexistent headers
3241 # can be detected and how.
3242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3243/* end confdefs.h. */
3244#include <ac_nonexistent.h>
3245_ACEOF
3246if ac_fn_c_try_cpp "$LINENO"; then :
3247 # Broken: success on invalid input.
3248continue
3249else
3250 # Passes both tests.
3251ac_preproc_ok=:
3252break
3253fi
3254rm -f conftest.err conftest.i conftest.$ac_ext
3255
3256done
3257# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3258rm -f conftest.i conftest.err conftest.$ac_ext
3259if $ac_preproc_ok; then :
3260 break
3261fi
3262
3263 done
3264 ac_cv_prog_CPP=$CPP
3265
3266fi
3267 CPP=$ac_cv_prog_CPP
3268else
3269 ac_cv_prog_CPP=$CPP
3270fi
3271{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3272$as_echo "$CPP" >&6; }
3273ac_preproc_ok=false
3274for ac_c_preproc_warn_flag in '' yes
3275do
3276 # Use a header file that comes with gcc, so configuring glibc
3277 # with a fresh cross-compiler works.
3278 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3279 # <limits.h> exists even on freestanding compilers.
3280 # On the NeXT, cc -E runs the code through the compiler's parser,
3281 # not just through cpp. "Syntax error" is here to catch this case.
3282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3283/* end confdefs.h. */
3284#ifdef __STDC__
3285# include <limits.h>
3286#else
3287# include <assert.h>
3288#endif
3289 Syntax error
3290_ACEOF
3291if ac_fn_c_try_cpp "$LINENO"; then :
3292
3293else
3294 # Broken: fails on valid input.
3295continue
3296fi
3297rm -f conftest.err conftest.i conftest.$ac_ext
3298
3299 # OK, works on sane cases. Now check whether nonexistent headers
3300 # can be detected and how.
3301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3302/* end confdefs.h. */
3303#include <ac_nonexistent.h>
3304_ACEOF
3305if ac_fn_c_try_cpp "$LINENO"; then :
3306 # Broken: success on invalid input.
3307continue
3308else
3309 # Passes both tests.
3310ac_preproc_ok=:
3311break
3312fi
3313rm -f conftest.err conftest.i conftest.$ac_ext
3314
3315done
3316# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3317rm -f conftest.i conftest.err conftest.$ac_ext
3318if $ac_preproc_ok; then :
3319
3320else
3321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3322$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3323as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3324See \`config.log' for more details" "$LINENO" 5; }
3325fi
3326
3327ac_ext=c
3328ac_cpp='$CPP $CPPFLAGS'
3329ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3330ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3331ac_compiler_gnu=$ac_cv_c_compiler_gnu
3332
6bb11ab3
L
3333
3334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3335$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3336if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3337 $as_echo_n "(cached) " >&6
3338else
3339 if test -z "$GREP"; then
3340 ac_path_GREP_found=false
3341 # Loop through the user's path and test for each of PROGNAME-LIST
3342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3343for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3344do
3345 IFS=$as_save_IFS
3346 test -z "$as_dir" && as_dir=.
3347 for ac_prog in grep ggrep; do
3348 for ac_exec_ext in '' $ac_executable_extensions; do
3349 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3350 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3351# Check for GNU ac_path_GREP and select it if it is found.
3352 # Check for GNU $ac_path_GREP
3353case `"$ac_path_GREP" --version 2>&1` in
3354*GNU*)
3355 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3356*)
3357 ac_count=0
3358 $as_echo_n 0123456789 >"conftest.in"
3359 while :
3360 do
3361 cat "conftest.in" "conftest.in" >"conftest.tmp"
3362 mv "conftest.tmp" "conftest.in"
3363 cp "conftest.in" "conftest.nl"
3364 $as_echo 'GREP' >> "conftest.nl"
3365 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3366 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3367 as_fn_arith $ac_count + 1 && ac_count=$as_val
3368 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3369 # Best one so far, save it but keep looking for a better one
3370 ac_cv_path_GREP="$ac_path_GREP"
3371 ac_path_GREP_max=$ac_count
3372 fi
3373 # 10*(2^10) chars as input seems more than enough
3374 test $ac_count -gt 10 && break
3375 done
3376 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3377esac
3378
3379 $ac_path_GREP_found && break 3
3380 done
3381 done
3382 done
3383IFS=$as_save_IFS
3384 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3385 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3386 fi
3387else
3388 ac_cv_path_GREP=$GREP
3389fi
3390
3391fi
3392{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3393$as_echo "$ac_cv_path_GREP" >&6; }
3394 GREP="$ac_cv_path_GREP"
3395
3396
3397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3398$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3399if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3400 $as_echo_n "(cached) " >&6
3401else
3402 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3403 then ac_cv_path_EGREP="$GREP -E"
3404 else
3405 if test -z "$EGREP"; then
3406 ac_path_EGREP_found=false
3407 # Loop through the user's path and test for each of PROGNAME-LIST
3408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3409for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3410do
3411 IFS=$as_save_IFS
3412 test -z "$as_dir" && as_dir=.
3413 for ac_prog in egrep; do
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3416 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3417# Check for GNU ac_path_EGREP and select it if it is found.
3418 # Check for GNU $ac_path_EGREP
3419case `"$ac_path_EGREP" --version 2>&1` in
3420*GNU*)
3421 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3422*)
3423 ac_count=0
3424 $as_echo_n 0123456789 >"conftest.in"
3425 while :
3426 do
3427 cat "conftest.in" "conftest.in" >"conftest.tmp"
3428 mv "conftest.tmp" "conftest.in"
3429 cp "conftest.in" "conftest.nl"
3430 $as_echo 'EGREP' >> "conftest.nl"
3431 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3432 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3433 as_fn_arith $ac_count + 1 && ac_count=$as_val
3434 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3435 # Best one so far, save it but keep looking for a better one
3436 ac_cv_path_EGREP="$ac_path_EGREP"
3437 ac_path_EGREP_max=$ac_count
3438 fi
3439 # 10*(2^10) chars as input seems more than enough
3440 test $ac_count -gt 10 && break
3441 done
3442 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3443esac
3444
3445 $ac_path_EGREP_found && break 3
3446 done
3447 done
3448 done
3449IFS=$as_save_IFS
3450 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3451 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3452 fi
3453else
3454 ac_cv_path_EGREP=$EGREP
3455fi
3456
3457 fi
3458fi
3459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3460$as_echo "$ac_cv_path_EGREP" >&6; }
3461 EGREP="$ac_cv_path_EGREP"
3462
3463
3464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3465$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3466if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3467 $as_echo_n "(cached) " >&6
3468else
3469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470/* end confdefs.h. */
3471#include <stdlib.h>
3472#include <stdarg.h>
3473#include <string.h>
3474#include <float.h>
3475
3476int
3477main ()
3478{
3479
3480 ;
3481 return 0;
3482}
3483_ACEOF
3484if ac_fn_c_try_compile "$LINENO"; then :
3485 ac_cv_header_stdc=yes
3486else
3487 ac_cv_header_stdc=no
3488fi
3489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3490
3491if test $ac_cv_header_stdc = yes; then
3492 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494/* end confdefs.h. */
3495#include <string.h>
3496
3497_ACEOF
3498if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3499 $EGREP "memchr" >/dev/null 2>&1; then :
3500
3501else
3502 ac_cv_header_stdc=no
3503fi
3504rm -f conftest*
3505
3506fi
3507
3508if test $ac_cv_header_stdc = yes; then
3509 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3511/* end confdefs.h. */
3512#include <stdlib.h>
3513
3514_ACEOF
3515if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3516 $EGREP "free" >/dev/null 2>&1; then :
3517
3518else
3519 ac_cv_header_stdc=no
3520fi
3521rm -f conftest*
3522
3523fi
3524
3525if test $ac_cv_header_stdc = yes; then
3526 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3527 if test "$cross_compiling" = yes; then :
3528 :
3529else
3530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3531/* end confdefs.h. */
3532#include <ctype.h>
3533#include <stdlib.h>
3534#if ((' ' & 0x0FF) == 0x020)
3535# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3536# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3537#else
3538# define ISLOWER(c) \
3539 (('a' <= (c) && (c) <= 'i') \
3540 || ('j' <= (c) && (c) <= 'r') \
3541 || ('s' <= (c) && (c) <= 'z'))
3542# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3543#endif
3544
3545#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3546int
3547main ()
3548{
3549 int i;
3550 for (i = 0; i < 256; i++)
3551 if (XOR (islower (i), ISLOWER (i))
3552 || toupper (i) != TOUPPER (i))
3553 return 2;
3554 return 0;
3555}
3556_ACEOF
3557if ac_fn_c_try_run "$LINENO"; then :
3558
3559else
3560 ac_cv_header_stdc=no
3561fi
3562rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3563 conftest.$ac_objext conftest.beam conftest.$ac_ext
3564fi
3565
3566fi
3567fi
3568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3569$as_echo "$ac_cv_header_stdc" >&6; }
3570if test $ac_cv_header_stdc = yes; then
3571
3572$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3573
3574fi
3575
3576# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3577for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3578 inttypes.h stdint.h unistd.h
3579do :
3580 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3581ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3582"
d0ac1c44 3583if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3584 cat >>confdefs.h <<_ACEOF
3585#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3586_ACEOF
3587
3588fi
3589
3590done
3591
3592
3593
3594 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3595if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3596 MINIX=yes
3597else
3598 MINIX=
3599fi
3600
3601
3602 if test "$MINIX" = yes; then
3603
3604$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3605
3606
3607$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3608
3609
3610$as_echo "#define _MINIX 1" >>confdefs.h
3611
3612 fi
3613
3614
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3616$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3617if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3618 $as_echo_n "(cached) " >&6
3619else
3620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3621/* end confdefs.h. */
3622
d0ac1c44
SM
3623# define __EXTENSIONS__ 1
3624 $ac_includes_default
6bb11ab3
L
3625int
3626main ()
3627{
3628
3629 ;
3630 return 0;
3631}
3632_ACEOF
3633if ac_fn_c_try_compile "$LINENO"; then :
3634 ac_cv_safe_to_define___extensions__=yes
3635else
3636 ac_cv_safe_to_define___extensions__=no
3637fi
3638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3639fi
3640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3641$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3642 test $ac_cv_safe_to_define___extensions__ = yes &&
3643 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3644
3645 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3646
3647 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3648
3649 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3650
3651 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3652
3653
3654test "$program_prefix" != NONE &&
3655 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3656# Use a double $ so make ignores it.
3657test "$program_suffix" != NONE &&
3658 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3659# Double any \ or $.
3660# By default was `s,x,x', remove it if useless.
3661ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3662program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3663
3664# Find a good install program. We prefer a C program (faster),
3665# so one script is as good as another. But avoid the broken or
3666# incompatible versions:
3667# SysV /etc/install, /usr/sbin/install
3668# SunOS /usr/etc/install
3669# IRIX /sbin/install
3670# AIX /bin/install
3671# AmigaOS /C/install, which installs bootblocks on floppy discs
3672# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3673# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3674# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3675# OS/2's system install, which has a completely different semantic
3676# ./install, which can be erroneously created by make from ./install.sh.
3677# Reject install programs that cannot install multiple files.
3678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3679$as_echo_n "checking for a BSD-compatible install... " >&6; }
3680if test -z "$INSTALL"; then
d0ac1c44 3681if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3682 $as_echo_n "(cached) " >&6
3683else
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685for as_dir in $PATH
3686do
3687 IFS=$as_save_IFS
3688 test -z "$as_dir" && as_dir=.
3689 # Account for people who put trailing slashes in PATH elements.
3690case $as_dir/ in #((
3691 ./ | .// | /[cC]/* | \
3692 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3693 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3694 /usr/ucb/* ) ;;
3695 *)
3696 # OSF1 and SCO ODT 3.0 have their own names for install.
3697 # Don't use installbsd from OSF since it installs stuff as root
3698 # by default.
3699 for ac_prog in ginstall scoinst install; do
3700 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3701 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3702 if test $ac_prog = install &&
3703 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3704 # AIX install. It has an incompatible calling convention.
3705 :
3706 elif test $ac_prog = install &&
3707 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3708 # program-specific install script used by HP pwplus--don't use.
3709 :
3710 else
3711 rm -rf conftest.one conftest.two conftest.dir
3712 echo one > conftest.one
3713 echo two > conftest.two
3714 mkdir conftest.dir
3715 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3716 test -s conftest.one && test -s conftest.two &&
3717 test -s conftest.dir/conftest.one &&
3718 test -s conftest.dir/conftest.two
3719 then
3720 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3721 break 3
3722 fi
3723 fi
3724 fi
3725 done
3726 done
3727 ;;
3728esac
3729
3730 done
3731IFS=$as_save_IFS
3732
3733rm -rf conftest.one conftest.two conftest.dir
3734
3735fi
3736 if test "${ac_cv_path_install+set}" = set; then
3737 INSTALL=$ac_cv_path_install
3738 else
3739 # As a last resort, use the slow shell script. Don't cache a
3740 # value for INSTALL within a source directory, because that will
3741 # break other packages using the cache if that directory is
3742 # removed, or if the value is a relative name.
3743 INSTALL=$ac_install_sh
3744 fi
3745fi
3746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3747$as_echo "$INSTALL" >&6; }
3748
3749# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3750# It thinks the first close brace ends the variable substitution.
3751test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3752
3753test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3754
3755test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3756
3757rm -rf .tst 2>/dev/null
3758mkdir .tst 2>/dev/null
3759if test -d .tst; then
3760 am__leading_dot=.
3761else
3762 am__leading_dot=_
3763fi
3764rmdir .tst 2>/dev/null
3765
3766DEPDIR="${am__leading_dot}deps"
3767
3768case `pwd` in
3769 *\ * | *\ *)
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3771$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3772esac
3773
3774
3775
3776macro_version='2.2.7a'
3777macro_revision='1.3134'
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791ltmain="$ac_aux_dir/ltmain.sh"
3792
3793# Backslashify metacharacters that are still active within
3794# double-quoted strings.
3795sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3796
3797# Same as above, but do not quote variable references.
3798double_quote_subst='s/\(["`\\]\)/\\\1/g'
3799
3800# Sed substitution to delay expansion of an escaped shell variable in a
3801# double_quote_subst'ed string.
3802delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3803
3804# Sed substitution to delay expansion of an escaped single quote.
3805delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3806
3807# Sed substitution to avoid accidental globbing in evaled expressions
3808no_glob_subst='s/\*/\\\*/g'
3809
3810ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3811ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3812ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3813
3814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3815$as_echo_n "checking how to print strings... " >&6; }
3816# Test print first, because it will be a builtin if present.
3817if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3818 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3819 ECHO='print -r --'
3820elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3821 ECHO='printf %s\n'
3822else
3823 # Use this function as a fallback that always works.
3824 func_fallback_echo ()
3825 {
3826 eval 'cat <<_LTECHO_EOF
3827$1
3828_LTECHO_EOF'
3829 }
3830 ECHO='func_fallback_echo'
3831fi
3832
3833# func_echo_all arg...
3834# Invoke $ECHO with all args, space-separated.
3835func_echo_all ()
3836{
3837 $ECHO ""
3838}
3839
3840case "$ECHO" in
3841 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3842$as_echo "printf" >&6; } ;;
3843 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3844$as_echo "print -r" >&6; } ;;
3845 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3846$as_echo "cat" >&6; } ;;
3847esac
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3863$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3864if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3865 $as_echo_n "(cached) " >&6
3866else
3867 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3868 for ac_i in 1 2 3 4 5 6 7; do
3869 ac_script="$ac_script$as_nl$ac_script"
3870 done
3871 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3872 { ac_script=; unset ac_script;}
3873 if test -z "$SED"; then
3874 ac_path_SED_found=false
3875 # Loop through the user's path and test for each of PROGNAME-LIST
3876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877for as_dir in $PATH
3878do
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
3881 for ac_prog in sed gsed; do
3882 for ac_exec_ext in '' $ac_executable_extensions; do
3883 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3884 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3885# Check for GNU ac_path_SED and select it if it is found.
3886 # Check for GNU $ac_path_SED
3887case `"$ac_path_SED" --version 2>&1` in
3888*GNU*)
3889 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3890*)
3891 ac_count=0
3892 $as_echo_n 0123456789 >"conftest.in"
3893 while :
3894 do
3895 cat "conftest.in" "conftest.in" >"conftest.tmp"
3896 mv "conftest.tmp" "conftest.in"
3897 cp "conftest.in" "conftest.nl"
3898 $as_echo '' >> "conftest.nl"
3899 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3900 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3901 as_fn_arith $ac_count + 1 && ac_count=$as_val
3902 if test $ac_count -gt ${ac_path_SED_max-0}; then
3903 # Best one so far, save it but keep looking for a better one
3904 ac_cv_path_SED="$ac_path_SED"
3905 ac_path_SED_max=$ac_count
3906 fi
3907 # 10*(2^10) chars as input seems more than enough
3908 test $ac_count -gt 10 && break
3909 done
3910 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3911esac
3912
3913 $ac_path_SED_found && break 3
3914 done
3915 done
3916 done
3917IFS=$as_save_IFS
3918 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3919 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3920 fi
3921else
3922 ac_cv_path_SED=$SED
3923fi
3924
3925fi
3926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3927$as_echo "$ac_cv_path_SED" >&6; }
3928 SED="$ac_cv_path_SED"
3929 rm -f conftest.sed
3930
3931test -z "$SED" && SED=sed
3932Xsed="$SED -e 1s/^X//"
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3945$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3946if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3947 $as_echo_n "(cached) " >&6
3948else
3949 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3950 then ac_cv_path_FGREP="$GREP -F"
3951 else
3952 if test -z "$FGREP"; then
3953 ac_path_FGREP_found=false
3954 # Loop through the user's path and test for each of PROGNAME-LIST
3955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3956for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3957do
3958 IFS=$as_save_IFS
3959 test -z "$as_dir" && as_dir=.
3960 for ac_prog in fgrep; do
3961 for ac_exec_ext in '' $ac_executable_extensions; do
3962 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3963 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3964# Check for GNU ac_path_FGREP and select it if it is found.
3965 # Check for GNU $ac_path_FGREP
3966case `"$ac_path_FGREP" --version 2>&1` in
3967*GNU*)
3968 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3969*)
3970 ac_count=0
3971 $as_echo_n 0123456789 >"conftest.in"
3972 while :
3973 do
3974 cat "conftest.in" "conftest.in" >"conftest.tmp"
3975 mv "conftest.tmp" "conftest.in"
3976 cp "conftest.in" "conftest.nl"
3977 $as_echo 'FGREP' >> "conftest.nl"
3978 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3979 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3980 as_fn_arith $ac_count + 1 && ac_count=$as_val
3981 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3982 # Best one so far, save it but keep looking for a better one
3983 ac_cv_path_FGREP="$ac_path_FGREP"
3984 ac_path_FGREP_max=$ac_count
3985 fi
3986 # 10*(2^10) chars as input seems more than enough
3987 test $ac_count -gt 10 && break
3988 done
3989 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3990esac
3991
3992 $ac_path_FGREP_found && break 3
3993 done
3994 done
3995 done
3996IFS=$as_save_IFS
3997 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3998 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3999 fi
4000else
4001 ac_cv_path_FGREP=$FGREP
4002fi
4003
4004 fi
4005fi
4006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4007$as_echo "$ac_cv_path_FGREP" >&6; }
4008 FGREP="$ac_cv_path_FGREP"
4009
4010
4011test -z "$GREP" && GREP=grep
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031# Check whether --with-gnu-ld was given.
4032if test "${with_gnu_ld+set}" = set; then :
4033 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4034else
4035 with_gnu_ld=no
4036fi
4037
4038ac_prog=ld
4039if test "$GCC" = yes; then
4040 # Check if gcc -print-prog-name=ld gives a path.
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4042$as_echo_n "checking for ld used by $CC... " >&6; }
4043 case $host in
4044 *-*-mingw*)
4045 # gcc leaves a trailing carriage return which upsets mingw
4046 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4047 *)
4048 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4049 esac
4050 case $ac_prog in
4051 # Accept absolute paths.
4052 [\\/]* | ?:[\\/]*)
4053 re_direlt='/[^/][^/]*/\.\./'
4054 # Canonicalize the pathname of ld
4055 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4056 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4057 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4058 done
4059 test -z "$LD" && LD="$ac_prog"
4060 ;;
4061 "")
4062 # If it fails, then pretend we aren't using GCC.
4063 ac_prog=ld
4064 ;;
4065 *)
4066 # If it is relative, then search for the first ld in PATH.
4067 with_gnu_ld=unknown
4068 ;;
4069 esac
4070elif test "$with_gnu_ld" = yes; then
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4072$as_echo_n "checking for GNU ld... " >&6; }
4073else
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4075$as_echo_n "checking for non-GNU ld... " >&6; }
4076fi
d0ac1c44 4077if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4078 $as_echo_n "(cached) " >&6
4079else
4080 if test -z "$LD"; then
4081 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4082 for ac_dir in $PATH; do
4083 IFS="$lt_save_ifs"
4084 test -z "$ac_dir" && ac_dir=.
4085 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4086 lt_cv_path_LD="$ac_dir/$ac_prog"
4087 # Check to see if the program is GNU ld. I'd rather use --version,
4088 # but apparently some variants of GNU ld only accept -v.
4089 # Break only if it was the GNU/non-GNU ld that we prefer.
4090 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4091 *GNU* | *'with BFD'*)
4092 test "$with_gnu_ld" != no && break
4093 ;;
4094 *)
4095 test "$with_gnu_ld" != yes && break
4096 ;;
4097 esac
4098 fi
4099 done
4100 IFS="$lt_save_ifs"
4101else
4102 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4103fi
4104fi
4105
4106LD="$lt_cv_path_LD"
4107if test -n "$LD"; then
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4109$as_echo "$LD" >&6; }
4110else
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4112$as_echo "no" >&6; }
4113fi
d0ac1c44 4114test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4116$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4117if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4118 $as_echo_n "(cached) " >&6
4119else
4120 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4121case `$LD -v 2>&1 </dev/null` in
4122*GNU* | *'with BFD'*)
4123 lt_cv_prog_gnu_ld=yes
4124 ;;
4125*)
4126 lt_cv_prog_gnu_ld=no
4127 ;;
4128esac
4129fi
4130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4131$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4132with_gnu_ld=$lt_cv_prog_gnu_ld
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4143$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4144if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4145 $as_echo_n "(cached) " >&6
4146else
4147 if test -n "$NM"; then
4148 # Let the user override the test.
4149 lt_cv_path_NM="$NM"
4150else
4151 lt_nm_to_check="${ac_tool_prefix}nm"
4152 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4153 lt_nm_to_check="$lt_nm_to_check nm"
4154 fi
4155 for lt_tmp_nm in $lt_nm_to_check; do
4156 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4157 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4158 IFS="$lt_save_ifs"
4159 test -z "$ac_dir" && ac_dir=.
4160 tmp_nm="$ac_dir/$lt_tmp_nm"
4161 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4162 # Check to see if the nm accepts a BSD-compat flag.
4163 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4164 # nm: unknown option "B" ignored
4165 # Tru64's nm complains that /dev/null is an invalid object file
4166 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4167 */dev/null* | *'Invalid file or object type'*)
4168 lt_cv_path_NM="$tmp_nm -B"
4169 break
4170 ;;
4171 *)
4172 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4173 */dev/null*)
4174 lt_cv_path_NM="$tmp_nm -p"
4175 break
4176 ;;
4177 *)
4178 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4179 continue # so that we can try to find one that supports BSD flags
4180 ;;
4181 esac
4182 ;;
4183 esac
4184 fi
4185 done
4186 IFS="$lt_save_ifs"
4187 done
4188 : ${lt_cv_path_NM=no}
4189fi
4190fi
4191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4192$as_echo "$lt_cv_path_NM" >&6; }
4193if test "$lt_cv_path_NM" != "no"; then
4194 NM="$lt_cv_path_NM"
4195else
4196 # Didn't find any BSD compatible name lister, look for dumpbin.
4197 if test -n "$DUMPBIN"; then :
4198 # Let the user override the test.
4199 else
4200 if test -n "$ac_tool_prefix"; then
4201 for ac_prog in dumpbin "link -dump"
4202 do
4203 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4204set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4206$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4207if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4208 $as_echo_n "(cached) " >&6
4209else
4210 if test -n "$DUMPBIN"; then
4211 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4212else
4213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214for as_dir in $PATH
4215do
4216 IFS=$as_save_IFS
4217 test -z "$as_dir" && as_dir=.
4218 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4220 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4222 break 2
4223 fi
4224done
4225 done
4226IFS=$as_save_IFS
4227
4228fi
4229fi
4230DUMPBIN=$ac_cv_prog_DUMPBIN
4231if test -n "$DUMPBIN"; then
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4233$as_echo "$DUMPBIN" >&6; }
4234else
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236$as_echo "no" >&6; }
4237fi
4238
4239
4240 test -n "$DUMPBIN" && break
4241 done
4242fi
4243if test -z "$DUMPBIN"; then
4244 ac_ct_DUMPBIN=$DUMPBIN
4245 for ac_prog in dumpbin "link -dump"
4246do
4247 # Extract the first word of "$ac_prog", so it can be a program name with args.
4248set dummy $ac_prog; ac_word=$2
4249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4251if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4252 $as_echo_n "(cached) " >&6
4253else
4254 if test -n "$ac_ct_DUMPBIN"; then
4255 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4256else
4257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4258for as_dir in $PATH
4259do
4260 IFS=$as_save_IFS
4261 test -z "$as_dir" && as_dir=.
4262 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4263 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4264 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4266 break 2
4267 fi
4268done
4269 done
4270IFS=$as_save_IFS
4271
4272fi
4273fi
4274ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4275if test -n "$ac_ct_DUMPBIN"; then
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4277$as_echo "$ac_ct_DUMPBIN" >&6; }
4278else
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280$as_echo "no" >&6; }
4281fi
4282
4283
4284 test -n "$ac_ct_DUMPBIN" && break
4285done
4286
4287 if test "x$ac_ct_DUMPBIN" = x; then
4288 DUMPBIN=":"
4289 else
4290 case $cross_compiling:$ac_tool_warned in
4291yes:)
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4293$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4294ac_tool_warned=yes ;;
4295esac
4296 DUMPBIN=$ac_ct_DUMPBIN
4297 fi
4298fi
4299
4300 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4301 *COFF*)
4302 DUMPBIN="$DUMPBIN -symbols"
4303 ;;
4304 *)
4305 DUMPBIN=:
4306 ;;
4307 esac
4308 fi
4309
4310 if test "$DUMPBIN" != ":"; then
4311 NM="$DUMPBIN"
4312 fi
4313fi
4314test -z "$NM" && NM=nm
4315
4316
4317
4318
4319
4320
4321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4322$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4323if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4324 $as_echo_n "(cached) " >&6
4325else
4326 lt_cv_nm_interface="BSD nm"
4327 echo "int some_variable = 0;" > conftest.$ac_ext
4328 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4329 (eval "$ac_compile" 2>conftest.err)
4330 cat conftest.err >&5
4331 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4332 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4333 cat conftest.err >&5
4334 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4335 cat conftest.out >&5
4336 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4337 lt_cv_nm_interface="MS dumpbin"
4338 fi
4339 rm -f conftest*
4340fi
4341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4342$as_echo "$lt_cv_nm_interface" >&6; }
4343
4344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4345$as_echo_n "checking whether ln -s works... " >&6; }
4346LN_S=$as_ln_s
4347if test "$LN_S" = "ln -s"; then
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4349$as_echo "yes" >&6; }
4350else
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4352$as_echo "no, using $LN_S" >&6; }
4353fi
4354
4355# find the maximum length of command line arguments
4356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4357$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4358if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4359 $as_echo_n "(cached) " >&6
4360else
4361 i=0
4362 teststring="ABCD"
4363
4364 case $build_os in
4365 msdosdjgpp*)
4366 # On DJGPP, this test can blow up pretty badly due to problems in libc
4367 # (any single argument exceeding 2000 bytes causes a buffer overrun
4368 # during glob expansion). Even if it were fixed, the result of this
4369 # check would be larger than it should be.
4370 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4371 ;;
4372
4373 gnu*)
4374 # Under GNU Hurd, this test is not required because there is
4375 # no limit to the length of command line arguments.
4376 # Libtool will interpret -1 as no limit whatsoever
4377 lt_cv_sys_max_cmd_len=-1;
4378 ;;
4379
4380 cygwin* | mingw* | cegcc*)
4381 # On Win9x/ME, this test blows up -- it succeeds, but takes
4382 # about 5 minutes as the teststring grows exponentially.
4383 # Worse, since 9x/ME are not pre-emptively multitasking,
4384 # you end up with a "frozen" computer, even though with patience
4385 # the test eventually succeeds (with a max line length of 256k).
4386 # Instead, let's just punt: use the minimum linelength reported by
4387 # all of the supported platforms: 8192 (on NT/2K/XP).
4388 lt_cv_sys_max_cmd_len=8192;
4389 ;;
4390
4391 mint*)
4392 # On MiNT this can take a long time and run out of memory.
4393 lt_cv_sys_max_cmd_len=8192;
4394 ;;
4395
4396 amigaos*)
4397 # On AmigaOS with pdksh, this test takes hours, literally.
4398 # So we just punt and use a minimum line length of 8192.
4399 lt_cv_sys_max_cmd_len=8192;
4400 ;;
4401
4402 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4403 # This has been around since 386BSD, at least. Likely further.
4404 if test -x /sbin/sysctl; then
4405 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4406 elif test -x /usr/sbin/sysctl; then
4407 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4408 else
4409 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4410 fi
4411 # And add a safety zone
4412 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4413 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4414 ;;
4415
4416 interix*)
4417 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4418 lt_cv_sys_max_cmd_len=196608
4419 ;;
4420
4421 osf*)
4422 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4423 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4424 # nice to cause kernel panics so lets avoid the loop below.
4425 # First set a reasonable default.
4426 lt_cv_sys_max_cmd_len=16384
4427 #
4428 if test -x /sbin/sysconfig; then
4429 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4430 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4431 esac
4432 fi
4433 ;;
4434 sco3.2v5*)
4435 lt_cv_sys_max_cmd_len=102400
4436 ;;
4437 sysv5* | sco5v6* | sysv4.2uw2*)
4438 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4439 if test -n "$kargmax"; then
4440 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4441 else
4442 lt_cv_sys_max_cmd_len=32768
4443 fi
4444 ;;
4445 *)
4446 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4447 if test -n "$lt_cv_sys_max_cmd_len"; then
4448 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4449 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4450 else
4451 # Make teststring a little bigger before we do anything with it.
4452 # a 1K string should be a reasonable start.
4453 for i in 1 2 3 4 5 6 7 8 ; do
4454 teststring=$teststring$teststring
4455 done
4456 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4457 # If test is not a shell built-in, we'll probably end up computing a
4458 # maximum length that is only half of the actual maximum length, but
4459 # we can't tell.
4460 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4461 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4462 test $i != 17 # 1/2 MB should be enough
4463 do
4464 i=`expr $i + 1`
4465 teststring=$teststring$teststring
4466 done
4467 # Only check the string length outside the loop.
4468 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4469 teststring=
4470 # Add a significant safety factor because C++ compilers can tack on
4471 # massive amounts of additional arguments before passing them to the
4472 # linker. It appears as though 1/2 is a usable value.
4473 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4474 fi
4475 ;;
4476 esac
4477
4478fi
4479
4480if test -n $lt_cv_sys_max_cmd_len ; then
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4482$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4483else
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4485$as_echo "none" >&6; }
4486fi
4487max_cmd_len=$lt_cv_sys_max_cmd_len
4488
4489
4490
4491
4492
4493
4494: ${CP="cp -f"}
4495: ${MV="mv -f"}
4496: ${RM="rm -f"}
4497
4498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4499$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4500# Try some XSI features
4501xsi_shell=no
4502( _lt_dummy="a/b/c"
4503 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4504 = c,a/b,, \
4505 && eval 'test $(( 1 + 1 )) -eq 2 \
4506 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4507 && xsi_shell=yes
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4509$as_echo "$xsi_shell" >&6; }
4510
4511
4512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4513$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4514lt_shell_append=no
4515( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4516 >/dev/null 2>&1 \
4517 && lt_shell_append=yes
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4519$as_echo "$lt_shell_append" >&6; }
4520
4521
4522if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4523 lt_unset=unset
4524else
4525 lt_unset=false
4526fi
4527
4528
4529
4530
4531
4532# test EBCDIC or ASCII
4533case `echo X|tr X '\101'` in
4534 A) # ASCII based system
4535 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4536 lt_SP2NL='tr \040 \012'
4537 lt_NL2SP='tr \015\012 \040\040'
4538 ;;
4539 *) # EBCDIC based system
4540 lt_SP2NL='tr \100 \n'
4541 lt_NL2SP='tr \r\n \100\100'
4542 ;;
4543esac
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4554$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4555if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4556 $as_echo_n "(cached) " >&6
4557else
4558 lt_cv_ld_reload_flag='-r'
4559fi
4560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4561$as_echo "$lt_cv_ld_reload_flag" >&6; }
4562reload_flag=$lt_cv_ld_reload_flag
4563case $reload_flag in
4564"" | " "*) ;;
4565*) reload_flag=" $reload_flag" ;;
4566esac
4567reload_cmds='$LD$reload_flag -o $output$reload_objs'
4568case $host_os in
4569 darwin*)
4570 if test "$GCC" = yes; then
4571 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4572 else
4573 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4574 fi
4575 ;;
4576esac
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586if test -n "$ac_tool_prefix"; then
4587 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4588set dummy ${ac_tool_prefix}objdump; ac_word=$2
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4590$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4591if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4592 $as_echo_n "(cached) " >&6
4593else
4594 if test -n "$OBJDUMP"; then
4595 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4596else
4597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598for as_dir in $PATH
4599do
4600 IFS=$as_save_IFS
4601 test -z "$as_dir" && as_dir=.
4602 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4603 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4604 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4606 break 2
4607 fi
4608done
4609 done
4610IFS=$as_save_IFS
4611
4612fi
4613fi
4614OBJDUMP=$ac_cv_prog_OBJDUMP
4615if test -n "$OBJDUMP"; then
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4617$as_echo "$OBJDUMP" >&6; }
4618else
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4620$as_echo "no" >&6; }
4621fi
4622
4623
4624fi
4625if test -z "$ac_cv_prog_OBJDUMP"; then
4626 ac_ct_OBJDUMP=$OBJDUMP
4627 # Extract the first word of "objdump", so it can be a program name with args.
4628set dummy objdump; ac_word=$2
4629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4630$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4631if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4632 $as_echo_n "(cached) " >&6
4633else
4634 if test -n "$ac_ct_OBJDUMP"; then
4635 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4636else
4637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4638for as_dir in $PATH
4639do
4640 IFS=$as_save_IFS
4641 test -z "$as_dir" && as_dir=.
4642 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4643 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4644 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4646 break 2
4647 fi
4648done
4649 done
4650IFS=$as_save_IFS
4651
4652fi
4653fi
4654ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4655if test -n "$ac_ct_OBJDUMP"; then
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4657$as_echo "$ac_ct_OBJDUMP" >&6; }
4658else
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4660$as_echo "no" >&6; }
4661fi
4662
4663 if test "x$ac_ct_OBJDUMP" = x; then
4664 OBJDUMP="false"
4665 else
4666 case $cross_compiling:$ac_tool_warned in
4667yes:)
4668{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4669$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4670ac_tool_warned=yes ;;
4671esac
4672 OBJDUMP=$ac_ct_OBJDUMP
4673 fi
4674else
4675 OBJDUMP="$ac_cv_prog_OBJDUMP"
4676fi
4677
4678test -z "$OBJDUMP" && OBJDUMP=objdump
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4689$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4690if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4691 $as_echo_n "(cached) " >&6
4692else
4693 lt_cv_file_magic_cmd='$MAGIC_CMD'
4694lt_cv_file_magic_test_file=
4695lt_cv_deplibs_check_method='unknown'
4696# Need to set the preceding variable on all platforms that support
4697# interlibrary dependencies.
4698# 'none' -- dependencies not supported.
4699# `unknown' -- same as none, but documents that we really don't know.
4700# 'pass_all' -- all dependencies passed with no checks.
4701# 'test_compile' -- check by making test program.
4702# 'file_magic [[regex]]' -- check by looking for files in library path
4703# which responds to the $file_magic_cmd with a given extended regex.
4704# If you have `file' or equivalent on your system and you're not sure
4705# whether `pass_all' will *always* work, you probably want this one.
4706
4707case $host_os in
4708aix[4-9]*)
4709 lt_cv_deplibs_check_method=pass_all
4710 ;;
4711
4712beos*)
4713 lt_cv_deplibs_check_method=pass_all
4714 ;;
4715
4716bsdi[45]*)
4717 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4718 lt_cv_file_magic_cmd='/usr/bin/file -L'
4719 lt_cv_file_magic_test_file=/shlib/libc.so
4720 ;;
4721
4722cygwin*)
4723 # func_win32_libid is a shell function defined in ltmain.sh
4724 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4725 lt_cv_file_magic_cmd='func_win32_libid'
4726 ;;
4727
4728mingw* | pw32*)
4729 # Base MSYS/MinGW do not provide the 'file' command needed by
4730 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4731 # unless we find 'file', for example because we are cross-compiling.
4732 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4733 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4734 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4735 lt_cv_file_magic_cmd='func_win32_libid'
4736 else
4737 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4738 lt_cv_file_magic_cmd='$OBJDUMP -f'
4739 fi
4740 ;;
4741
4742cegcc*)
4743 # use the weaker test based on 'objdump'. See mingw*.
4744 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4745 lt_cv_file_magic_cmd='$OBJDUMP -f'
4746 ;;
4747
4748darwin* | rhapsody*)
4749 lt_cv_deplibs_check_method=pass_all
4750 ;;
4751
4752freebsd* | dragonfly*)
4753 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4754 case $host_cpu in
4755 i*86 )
4756 # Not sure whether the presence of OpenBSD here was a mistake.
4757 # Let's accept both of them until this is cleared up.
4758 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4759 lt_cv_file_magic_cmd=/usr/bin/file
4760 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4761 ;;
4762 esac
4763 else
4764 lt_cv_deplibs_check_method=pass_all
4765 fi
4766 ;;
4767
4768gnu*)
4769 lt_cv_deplibs_check_method=pass_all
4770 ;;
4771
4772haiku*)
4773 lt_cv_deplibs_check_method=pass_all
4774 ;;
4775
4776hpux10.20* | hpux11*)
4777 lt_cv_file_magic_cmd=/usr/bin/file
4778 case $host_cpu in
4779 ia64*)
4780 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4781 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4782 ;;
4783 hppa*64*)
4784 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]'
4785 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4786 ;;
4787 *)
4788 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4789 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4790 ;;
4791 esac
4792 ;;
4793
4794interix[3-9]*)
4795 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4796 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4797 ;;
4798
4799irix5* | irix6* | nonstopux*)
4800 case $LD in
4801 *-32|*"-32 ") libmagic=32-bit;;
4802 *-n32|*"-n32 ") libmagic=N32;;
4803 *-64|*"-64 ") libmagic=64-bit;;
4804 *) libmagic=never-match;;
4805 esac
4806 lt_cv_deplibs_check_method=pass_all
4807 ;;
4808
4809# This must be Linux ELF.
4810linux* | k*bsd*-gnu | kopensolaris*-gnu)
4811 lt_cv_deplibs_check_method=pass_all
4812 ;;
4813
4814netbsd*)
4815 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4816 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4817 else
4818 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4819 fi
4820 ;;
4821
4822newos6*)
4823 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4824 lt_cv_file_magic_cmd=/usr/bin/file
4825 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4826 ;;
4827
4828*nto* | *qnx*)
4829 lt_cv_deplibs_check_method=pass_all
4830 ;;
4831
4832openbsd*)
4833 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4834 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4835 else
4836 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4837 fi
4838 ;;
4839
4840osf3* | osf4* | osf5*)
4841 lt_cv_deplibs_check_method=pass_all
4842 ;;
4843
4844rdos*)
4845 lt_cv_deplibs_check_method=pass_all
4846 ;;
4847
4848solaris*)
4849 lt_cv_deplibs_check_method=pass_all
4850 ;;
4851
4852sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4853 lt_cv_deplibs_check_method=pass_all
4854 ;;
4855
4856sysv4 | sysv4.3*)
4857 case $host_vendor in
4858 motorola)
4859 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]'
4860 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4861 ;;
4862 ncr)
4863 lt_cv_deplibs_check_method=pass_all
4864 ;;
4865 sequent)
4866 lt_cv_file_magic_cmd='/bin/file'
4867 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4868 ;;
4869 sni)
4870 lt_cv_file_magic_cmd='/bin/file'
4871 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4872 lt_cv_file_magic_test_file=/lib/libc.so
4873 ;;
4874 siemens)
4875 lt_cv_deplibs_check_method=pass_all
4876 ;;
4877 pc)
4878 lt_cv_deplibs_check_method=pass_all
4879 ;;
4880 esac
4881 ;;
4882
4883tpf*)
4884 lt_cv_deplibs_check_method=pass_all
4885 ;;
4886esac
4887
4888fi
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4890$as_echo "$lt_cv_deplibs_check_method" >&6; }
4891file_magic_cmd=$lt_cv_file_magic_cmd
4892deplibs_check_method=$lt_cv_deplibs_check_method
4893test -z "$deplibs_check_method" && deplibs_check_method=unknown
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
68ed2854
MF
4906plugin_option=
4907plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4908for plugin in $plugin_names; do
4909 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4910 if test x$plugin_so = x$plugin; then
4911 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4912 fi
4913 if test x$plugin_so != x$plugin; then
4914 plugin_option="--plugin $plugin_so"
4915 break
4916 fi
4917done
4918
6bb11ab3
L
4919if test -n "$ac_tool_prefix"; then
4920 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4921set dummy ${ac_tool_prefix}ar; ac_word=$2
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4923$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4924if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4925 $as_echo_n "(cached) " >&6
4926else
4927 if test -n "$AR"; then
4928 ac_cv_prog_AR="$AR" # Let the user override the test.
4929else
4930as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4931for as_dir in $PATH
4932do
4933 IFS=$as_save_IFS
4934 test -z "$as_dir" && as_dir=.
4935 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4937 ac_cv_prog_AR="${ac_tool_prefix}ar"
4938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4939 break 2
4940 fi
4941done
4942 done
4943IFS=$as_save_IFS
4944
4945fi
4946fi
4947AR=$ac_cv_prog_AR
4948if test -n "$AR"; then
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4950$as_echo "$AR" >&6; }
4951else
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4953$as_echo "no" >&6; }
4954fi
4955
4956
4957fi
4958if test -z "$ac_cv_prog_AR"; then
4959 ac_ct_AR=$AR
4960 # Extract the first word of "ar", so it can be a program name with args.
4961set dummy ar; ac_word=$2
4962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4963$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4964if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4965 $as_echo_n "(cached) " >&6
4966else
4967 if test -n "$ac_ct_AR"; then
4968 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4969else
4970as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4971for as_dir in $PATH
4972do
4973 IFS=$as_save_IFS
4974 test -z "$as_dir" && as_dir=.
4975 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4976 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4977 ac_cv_prog_ac_ct_AR="ar"
4978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4979 break 2
4980 fi
4981done
4982 done
4983IFS=$as_save_IFS
4984
4985fi
4986fi
4987ac_ct_AR=$ac_cv_prog_ac_ct_AR
4988if test -n "$ac_ct_AR"; then
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4990$as_echo "$ac_ct_AR" >&6; }
4991else
4992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4993$as_echo "no" >&6; }
4994fi
4995
4996 if test "x$ac_ct_AR" = x; then
4997 AR="false"
4998 else
4999 case $cross_compiling:$ac_tool_warned in
5000yes:)
5001{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5002$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5003ac_tool_warned=yes ;;
5004esac
5005 AR=$ac_ct_AR
5006 fi
5007else
5008 AR="$ac_cv_prog_AR"
5009fi
5010
5011test -z "$AR" && AR=ar
68ed2854
MF
5012if test -n "$plugin_option"; then
5013 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5014 touch conftest.c
5015 $AR $plugin_option rc conftest.a conftest.c
5016 if test "$?" != 0; then
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5018$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5019 else
5020 AR="$AR $plugin_option"
5021 fi
5022 rm -f conftest.*
68ed2854
MF
5023 fi
5024fi
6bb11ab3
L
5025test -z "$AR_FLAGS" && AR_FLAGS=cru
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037if test -n "$ac_tool_prefix"; then
5038 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5039set dummy ${ac_tool_prefix}strip; ac_word=$2
5040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5041$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5042if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5043 $as_echo_n "(cached) " >&6
5044else
5045 if test -n "$STRIP"; then
5046 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5047else
5048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5049for as_dir in $PATH
5050do
5051 IFS=$as_save_IFS
5052 test -z "$as_dir" && as_dir=.
5053 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5054 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5055 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5056 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5057 break 2
5058 fi
5059done
5060 done
5061IFS=$as_save_IFS
5062
5063fi
5064fi
5065STRIP=$ac_cv_prog_STRIP
5066if test -n "$STRIP"; then
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5068$as_echo "$STRIP" >&6; }
5069else
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5071$as_echo "no" >&6; }
5072fi
5073
5074
5075fi
5076if test -z "$ac_cv_prog_STRIP"; then
5077 ac_ct_STRIP=$STRIP
5078 # Extract the first word of "strip", so it can be a program name with args.
5079set dummy strip; ac_word=$2
5080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5082if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5083 $as_echo_n "(cached) " >&6
5084else
5085 if test -n "$ac_ct_STRIP"; then
5086 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5087else
5088as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089for as_dir in $PATH
5090do
5091 IFS=$as_save_IFS
5092 test -z "$as_dir" && as_dir=.
5093 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5095 ac_cv_prog_ac_ct_STRIP="strip"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5097 break 2
5098 fi
5099done
5100 done
5101IFS=$as_save_IFS
5102
5103fi
5104fi
5105ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5106if test -n "$ac_ct_STRIP"; then
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5108$as_echo "$ac_ct_STRIP" >&6; }
5109else
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111$as_echo "no" >&6; }
5112fi
5113
5114 if test "x$ac_ct_STRIP" = x; then
5115 STRIP=":"
5116 else
5117 case $cross_compiling:$ac_tool_warned in
5118yes:)
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5120$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5121ac_tool_warned=yes ;;
5122esac
5123 STRIP=$ac_ct_STRIP
5124 fi
5125else
5126 STRIP="$ac_cv_prog_STRIP"
5127fi
5128
5129test -z "$STRIP" && STRIP=:
5130
5131
5132
5133
5134
5135
5136if test -n "$ac_tool_prefix"; then
5137 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5138set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5140$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5141if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5142 $as_echo_n "(cached) " >&6
5143else
5144 if test -n "$RANLIB"; then
5145 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5146else
5147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148for as_dir in $PATH
5149do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5154 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5156 break 2
5157 fi
5158done
5159 done
5160IFS=$as_save_IFS
5161
5162fi
5163fi
5164RANLIB=$ac_cv_prog_RANLIB
5165if test -n "$RANLIB"; then
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5167$as_echo "$RANLIB" >&6; }
5168else
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5170$as_echo "no" >&6; }
5171fi
5172
5173
5174fi
5175if test -z "$ac_cv_prog_RANLIB"; then
5176 ac_ct_RANLIB=$RANLIB
5177 # Extract the first word of "ranlib", so it can be a program name with args.
5178set dummy ranlib; ac_word=$2
5179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5180$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5181if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5182 $as_echo_n "(cached) " >&6
5183else
5184 if test -n "$ac_ct_RANLIB"; then
5185 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5186else
5187as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5188for as_dir in $PATH
5189do
5190 IFS=$as_save_IFS
5191 test -z "$as_dir" && as_dir=.
5192 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5193 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5194 ac_cv_prog_ac_ct_RANLIB="ranlib"
5195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 break 2
5197 fi
5198done
5199 done
5200IFS=$as_save_IFS
5201
5202fi
5203fi
5204ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5205if test -n "$ac_ct_RANLIB"; then
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5207$as_echo "$ac_ct_RANLIB" >&6; }
5208else
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5210$as_echo "no" >&6; }
5211fi
5212
5213 if test "x$ac_ct_RANLIB" = x; then
5214 RANLIB=":"
5215 else
5216 case $cross_compiling:$ac_tool_warned in
5217yes:)
5218{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5219$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5220ac_tool_warned=yes ;;
5221esac
5222 RANLIB=$ac_ct_RANLIB
5223 fi
5224else
5225 RANLIB="$ac_cv_prog_RANLIB"
5226fi
5227
5228test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5229if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5230 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5231 RANLIB="$RANLIB $plugin_option"
5232 fi
5233fi
6bb11ab3
L
5234
5235
5236
5237
5238
5239
5240# Determine commands to create old-style static archives.
5241old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5242old_postinstall_cmds='chmod 644 $oldlib'
5243old_postuninstall_cmds=
5244
5245if test -n "$RANLIB"; then
5246 case $host_os in
5247 openbsd*)
5248 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5249 ;;
5250 *)
5251 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5252 ;;
5253 esac
5254 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5255fi
5256
5257case $host_os in
5258 darwin*)
5259 lock_old_archive_extraction=yes ;;
5260 *)
5261 lock_old_archive_extraction=no ;;
5262esac
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284for ac_prog in gawk mawk nawk awk
5285do
5286 # Extract the first word of "$ac_prog", so it can be a program name with args.
5287set dummy $ac_prog; ac_word=$2
5288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5289$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5290if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5291 $as_echo_n "(cached) " >&6
5292else
5293 if test -n "$AWK"; then
5294 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5295else
5296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297for as_dir in $PATH
5298do
5299 IFS=$as_save_IFS
5300 test -z "$as_dir" && as_dir=.
5301 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5303 ac_cv_prog_AWK="$ac_prog"
5304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5305 break 2
5306 fi
5307done
5308 done
5309IFS=$as_save_IFS
5310
5311fi
5312fi
5313AWK=$ac_cv_prog_AWK
5314if test -n "$AWK"; then
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5316$as_echo "$AWK" >&6; }
5317else
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5319$as_echo "no" >&6; }
5320fi
5321
5322
5323 test -n "$AWK" && break
5324done
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344# If no C compiler was specified, use CC.
5345LTCC=${LTCC-"$CC"}
5346
5347# If no C compiler flags were specified, use CFLAGS.
5348LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5349
5350# Allow CC to be a program name with arguments.
5351compiler=$CC
5352
5353
5354# Check for command to grab the raw symbol name followed by C symbol from nm.
5355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5356$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5357if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5358 $as_echo_n "(cached) " >&6
5359else
5360
5361# These are sane defaults that work on at least a few old systems.
5362# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5363
5364# Character class describing NM global symbol codes.
5365symcode='[BCDEGRST]'
5366
5367# Regexp to match symbols that can be accessed directly from C.
5368sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5369
5370# Define system-specific variables.
5371case $host_os in
5372aix*)
5373 symcode='[BCDT]'
5374 ;;
5375cygwin* | mingw* | pw32* | cegcc*)
5376 symcode='[ABCDGISTW]'
5377 ;;
5378hpux*)
5379 if test "$host_cpu" = ia64; then
5380 symcode='[ABCDEGRST]'
5381 fi
5382 ;;
5383irix* | nonstopux*)
5384 symcode='[BCDEGRST]'
5385 ;;
5386osf*)
5387 symcode='[BCDEGQRST]'
5388 ;;
5389solaris*)
5390 symcode='[BDRT]'
5391 ;;
5392sco3.2v5*)
5393 symcode='[DT]'
5394 ;;
5395sysv4.2uw2*)
5396 symcode='[DT]'
5397 ;;
5398sysv5* | sco5v6* | unixware* | OpenUNIX*)
5399 symcode='[ABDT]'
5400 ;;
5401sysv4)
5402 symcode='[DFNSTU]'
5403 ;;
5404esac
5405
5406# If we're using GNU nm, then use its standard symbol codes.
5407case `$NM -V 2>&1` in
5408*GNU* | *'with BFD'*)
5409 symcode='[ABCDGIRSTW]' ;;
5410esac
5411
5412# Transform an extracted symbol line into a proper C declaration.
5413# Some systems (esp. on ia64) link data and code symbols differently,
5414# so use this general approach.
5415lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5416
5417# Transform an extracted symbol line into symbol name and symbol address
5418lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5419lt_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'"
5420
5421# Handle CRLF in mingw tool chain
5422opt_cr=
5423case $build_os in
5424mingw*)
5425 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5426 ;;
5427esac
5428
5429# Try without a prefix underscore, then with it.
5430for ac_symprfx in "" "_"; do
5431
5432 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5433 symxfrm="\\1 $ac_symprfx\\2 \\2"
5434
5435 # Write the raw and C identifiers.
5436 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5437 # Fake it for dumpbin and say T for any non-static function
5438 # and D for any global variable.
5439 # Also find C++ and __fastcall symbols from MSVC++,
5440 # which start with @ or ?.
5441 lt_cv_sys_global_symbol_pipe="$AWK '"\
5442" {last_section=section; section=\$ 3};"\
5443" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5444" \$ 0!~/External *\|/{next};"\
5445" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5446" {if(hide[section]) next};"\
5447" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5448" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5449" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5450" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5451" ' prfx=^$ac_symprfx"
5452 else
5453 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5454 fi
5455
5456 # Check to see that the pipe works correctly.
5457 pipe_works=no
5458
5459 rm -f conftest*
5460 cat > conftest.$ac_ext <<_LT_EOF
5461#ifdef __cplusplus
5462extern "C" {
5463#endif
5464char nm_test_var;
5465void nm_test_func(void);
5466void nm_test_func(void){}
5467#ifdef __cplusplus
5468}
5469#endif
5470int main(){nm_test_var='a';nm_test_func();return(0);}
5471_LT_EOF
5472
5473 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5474 (eval $ac_compile) 2>&5
5475 ac_status=$?
5476 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5477 test $ac_status = 0; }; then
5478 # Now try to grab the symbols.
5479 nlist=conftest.nm
5480 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5481 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5482 ac_status=$?
5483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5484 test $ac_status = 0; } && test -s "$nlist"; then
5485 # Try sorting and uniquifying the output.
5486 if sort "$nlist" | uniq > "$nlist"T; then
5487 mv -f "$nlist"T "$nlist"
5488 else
5489 rm -f "$nlist"T
5490 fi
5491
5492 # Make sure that we snagged all the symbols we need.
5493 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5494 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5495 cat <<_LT_EOF > conftest.$ac_ext
5496#ifdef __cplusplus
5497extern "C" {
5498#endif
5499
5500_LT_EOF
5501 # Now generate the symbol file.
5502 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5503
5504 cat <<_LT_EOF >> conftest.$ac_ext
5505
5506/* The mapping between symbol names and symbols. */
5507const struct {
5508 const char *name;
5509 void *address;
5510}
5511lt__PROGRAM__LTX_preloaded_symbols[] =
5512{
5513 { "@PROGRAM@", (void *) 0 },
5514_LT_EOF
5515 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5516 cat <<\_LT_EOF >> conftest.$ac_ext
5517 {0, (void *) 0}
5518};
5519
5520/* This works around a problem in FreeBSD linker */
5521#ifdef FREEBSD_WORKAROUND
5522static const void *lt_preloaded_setup() {
5523 return lt__PROGRAM__LTX_preloaded_symbols;
5524}
5525#endif
5526
5527#ifdef __cplusplus
5528}
5529#endif
5530_LT_EOF
5531 # Now try linking the two files.
5532 mv conftest.$ac_objext conftstm.$ac_objext
5533 lt_save_LIBS="$LIBS"
5534 lt_save_CFLAGS="$CFLAGS"
5535 LIBS="conftstm.$ac_objext"
5536 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5537 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5538 (eval $ac_link) 2>&5
5539 ac_status=$?
5540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5541 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5542 pipe_works=yes
5543 fi
5544 LIBS="$lt_save_LIBS"
5545 CFLAGS="$lt_save_CFLAGS"
5546 else
5547 echo "cannot find nm_test_func in $nlist" >&5
5548 fi
5549 else
5550 echo "cannot find nm_test_var in $nlist" >&5
5551 fi
5552 else
5553 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5554 fi
5555 else
5556 echo "$progname: failed program was:" >&5
5557 cat conftest.$ac_ext >&5
5558 fi
5559 rm -rf conftest* conftst*
5560
5561 # Do not use the global_symbol_pipe unless it works.
5562 if test "$pipe_works" = yes; then
5563 break
5564 else
5565 lt_cv_sys_global_symbol_pipe=
5566 fi
5567done
5568
5569fi
5570
5571if test -z "$lt_cv_sys_global_symbol_pipe"; then
5572 lt_cv_sys_global_symbol_to_cdecl=
5573fi
5574if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5576$as_echo "failed" >&6; }
5577else
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5579$as_echo "ok" >&6; }
5580fi
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603# Check whether --enable-libtool-lock was given.
5604if test "${enable_libtool_lock+set}" = set; then :
5605 enableval=$enable_libtool_lock;
5606fi
5607
5608test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5609
5610# Some flags need to be propagated to the compiler or linker for good
5611# libtool support.
5612case $host in
5613ia64-*-hpux*)
5614 # Find out which ABI we are using.
5615 echo 'int i;' > conftest.$ac_ext
5616 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5617 (eval $ac_compile) 2>&5
5618 ac_status=$?
5619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5620 test $ac_status = 0; }; then
5621 case `/usr/bin/file conftest.$ac_objext` in
5622 *ELF-32*)
5623 HPUX_IA64_MODE="32"
5624 ;;
5625 *ELF-64*)
5626 HPUX_IA64_MODE="64"
5627 ;;
5628 esac
5629 fi
5630 rm -rf conftest*
5631 ;;
5632*-*-irix6*)
5633 # Find out which ABI we are using.
5634 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5635 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5636 (eval $ac_compile) 2>&5
5637 ac_status=$?
5638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5639 test $ac_status = 0; }; then
5640 if test "$lt_cv_prog_gnu_ld" = yes; then
5641 case `/usr/bin/file conftest.$ac_objext` in
5642 *32-bit*)
5643 LD="${LD-ld} -melf32bsmip"
5644 ;;
5645 *N32*)
5646 LD="${LD-ld} -melf32bmipn32"
5647 ;;
5648 *64-bit*)
5649 LD="${LD-ld} -melf64bmip"
5650 ;;
5651 esac
5652 else
5653 case `/usr/bin/file conftest.$ac_objext` in
5654 *32-bit*)
5655 LD="${LD-ld} -32"
5656 ;;
5657 *N32*)
5658 LD="${LD-ld} -n32"
5659 ;;
5660 *64-bit*)
5661 LD="${LD-ld} -64"
5662 ;;
5663 esac
5664 fi
5665 fi
5666 rm -rf conftest*
5667 ;;
5668
bf3d9781 5669x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5670s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5671 # Find out which ABI we are using.
5672 echo 'int i;' > conftest.$ac_ext
5673 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5674 (eval $ac_compile) 2>&5
5675 ac_status=$?
5676 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5677 test $ac_status = 0; }; then
5678 case `/usr/bin/file conftest.o` in
5679 *32-bit*)
5680 case $host in
5681 x86_64-*kfreebsd*-gnu)
5682 LD="${LD-ld} -m elf_i386_fbsd"
5683 ;;
5684 x86_64-*linux*)
5685 case `/usr/bin/file conftest.o` in
5686 *x86-64*)
5687 LD="${LD-ld} -m elf32_x86_64"
5688 ;;
5689 *)
5690 LD="${LD-ld} -m elf_i386"
5691 ;;
5692 esac
5693 ;;
bf3d9781
AM
5694 powerpc64le-*linux*)
5695 LD="${LD-ld} -m elf32lppclinux"
5696 ;;
5697 powerpc64-*linux*)
6bb11ab3
L
5698 LD="${LD-ld} -m elf32ppclinux"
5699 ;;
5700 s390x-*linux*)
5701 LD="${LD-ld} -m elf_s390"
5702 ;;
5703 sparc64-*linux*)
5704 LD="${LD-ld} -m elf32_sparc"
5705 ;;
5706 esac
5707 ;;
5708 *64-bit*)
5709 case $host in
5710 x86_64-*kfreebsd*-gnu)
5711 LD="${LD-ld} -m elf_x86_64_fbsd"
5712 ;;
5713 x86_64-*linux*)
5714 LD="${LD-ld} -m elf_x86_64"
5715 ;;
bf3d9781
AM
5716 powerpcle-*linux*)
5717 LD="${LD-ld} -m elf64lppc"
5718 ;;
5719 powerpc-*linux*)
6bb11ab3
L
5720 LD="${LD-ld} -m elf64ppc"
5721 ;;
5722 s390*-*linux*|s390*-*tpf*)
5723 LD="${LD-ld} -m elf64_s390"
5724 ;;
5725 sparc*-*linux*)
5726 LD="${LD-ld} -m elf64_sparc"
5727 ;;
5728 esac
5729 ;;
5730 esac
5731 fi
5732 rm -rf conftest*
5733 ;;
5734
5735*-*-sco3.2v5*)
5736 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5737 SAVE_CFLAGS="$CFLAGS"
5738 CFLAGS="$CFLAGS -belf"
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5740$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5741if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5742 $as_echo_n "(cached) " >&6
5743else
5744 ac_ext=c
5745ac_cpp='$CPP $CPPFLAGS'
5746ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5747ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5748ac_compiler_gnu=$ac_cv_c_compiler_gnu
5749
5750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5751/* end confdefs.h. */
5752
5753int
5754main ()
5755{
5756
5757 ;
5758 return 0;
5759}
5760_ACEOF
5761if ac_fn_c_try_link "$LINENO"; then :
5762 lt_cv_cc_needs_belf=yes
5763else
5764 lt_cv_cc_needs_belf=no
5765fi
5766rm -f core conftest.err conftest.$ac_objext \
5767 conftest$ac_exeext conftest.$ac_ext
5768 ac_ext=c
5769ac_cpp='$CPP $CPPFLAGS'
5770ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5771ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5772ac_compiler_gnu=$ac_cv_c_compiler_gnu
5773
5774fi
5775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5776$as_echo "$lt_cv_cc_needs_belf" >&6; }
5777 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5778 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5779 CFLAGS="$SAVE_CFLAGS"
5780 fi
5781 ;;
5782sparc*-*solaris*)
5783 # Find out which ABI we are using.
5784 echo 'int i;' > conftest.$ac_ext
5785 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5786 (eval $ac_compile) 2>&5
5787 ac_status=$?
5788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5789 test $ac_status = 0; }; then
5790 case `/usr/bin/file conftest.o` in
5791 *64-bit*)
5792 case $lt_cv_prog_gnu_ld in
5793 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5794 *)
5795 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5796 LD="${LD-ld} -64"
5797 fi
5798 ;;
5799 esac
5800 ;;
5801 esac
5802 fi
5803 rm -rf conftest*
5804 ;;
5805esac
5806
5807need_locks="$enable_libtool_lock"
5808
5809
5810 case $host_os in
5811 rhapsody* | darwin*)
5812 if test -n "$ac_tool_prefix"; then
5813 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5814set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5816$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5817if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5818 $as_echo_n "(cached) " >&6
5819else
5820 if test -n "$DSYMUTIL"; then
5821 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5822else
5823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824for as_dir in $PATH
5825do
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
5828 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5829 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5830 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 break 2
5833 fi
5834done
5835 done
5836IFS=$as_save_IFS
5837
5838fi
5839fi
5840DSYMUTIL=$ac_cv_prog_DSYMUTIL
5841if test -n "$DSYMUTIL"; then
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5843$as_echo "$DSYMUTIL" >&6; }
5844else
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5846$as_echo "no" >&6; }
5847fi
5848
5849
5850fi
5851if test -z "$ac_cv_prog_DSYMUTIL"; then
5852 ac_ct_DSYMUTIL=$DSYMUTIL
5853 # Extract the first word of "dsymutil", so it can be a program name with args.
5854set dummy dsymutil; ac_word=$2
5855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5856$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5857if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5858 $as_echo_n "(cached) " >&6
5859else
5860 if test -n "$ac_ct_DSYMUTIL"; then
5861 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5862else
5863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5864for as_dir in $PATH
5865do
5866 IFS=$as_save_IFS
5867 test -z "$as_dir" && as_dir=.
5868 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5870 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5872 break 2
5873 fi
5874done
5875 done
5876IFS=$as_save_IFS
5877
5878fi
5879fi
5880ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5881if test -n "$ac_ct_DSYMUTIL"; then
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5883$as_echo "$ac_ct_DSYMUTIL" >&6; }
5884else
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5886$as_echo "no" >&6; }
5887fi
5888
5889 if test "x$ac_ct_DSYMUTIL" = x; then
5890 DSYMUTIL=":"
5891 else
5892 case $cross_compiling:$ac_tool_warned in
5893yes:)
5894{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5895$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5896ac_tool_warned=yes ;;
5897esac
5898 DSYMUTIL=$ac_ct_DSYMUTIL
5899 fi
5900else
5901 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5902fi
5903
5904 if test -n "$ac_tool_prefix"; then
5905 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5906set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5908$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5909if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5910 $as_echo_n "(cached) " >&6
5911else
5912 if test -n "$NMEDIT"; then
5913 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5914else
5915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5916for as_dir in $PATH
5917do
5918 IFS=$as_save_IFS
5919 test -z "$as_dir" && as_dir=.
5920 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5921 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5922 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5924 break 2
5925 fi
5926done
5927 done
5928IFS=$as_save_IFS
5929
5930fi
5931fi
5932NMEDIT=$ac_cv_prog_NMEDIT
5933if test -n "$NMEDIT"; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5935$as_echo "$NMEDIT" >&6; }
5936else
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938$as_echo "no" >&6; }
5939fi
5940
5941
5942fi
5943if test -z "$ac_cv_prog_NMEDIT"; then
5944 ac_ct_NMEDIT=$NMEDIT
5945 # Extract the first word of "nmedit", so it can be a program name with args.
5946set dummy nmedit; ac_word=$2
5947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5948$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5949if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5950 $as_echo_n "(cached) " >&6
5951else
5952 if test -n "$ac_ct_NMEDIT"; then
5953 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5954else
5955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5956for as_dir in $PATH
5957do
5958 IFS=$as_save_IFS
5959 test -z "$as_dir" && as_dir=.
5960 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5962 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5964 break 2
5965 fi
5966done
5967 done
5968IFS=$as_save_IFS
5969
5970fi
5971fi
5972ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5973if test -n "$ac_ct_NMEDIT"; then
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5975$as_echo "$ac_ct_NMEDIT" >&6; }
5976else
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5978$as_echo "no" >&6; }
5979fi
5980
5981 if test "x$ac_ct_NMEDIT" = x; then
5982 NMEDIT=":"
5983 else
5984 case $cross_compiling:$ac_tool_warned in
5985yes:)
5986{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5987$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5988ac_tool_warned=yes ;;
5989esac
5990 NMEDIT=$ac_ct_NMEDIT
5991 fi
5992else
5993 NMEDIT="$ac_cv_prog_NMEDIT"
5994fi
5995
5996 if test -n "$ac_tool_prefix"; then
5997 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5998set dummy ${ac_tool_prefix}lipo; ac_word=$2
5999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6000$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6001if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6002 $as_echo_n "(cached) " >&6
6003else
6004 if test -n "$LIPO"; then
6005 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6006else
6007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008for as_dir in $PATH
6009do
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6014 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6017 fi
6018done
6019 done
6020IFS=$as_save_IFS
6021
6022fi
6023fi
6024LIPO=$ac_cv_prog_LIPO
6025if test -n "$LIPO"; then
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6027$as_echo "$LIPO" >&6; }
6028else
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6030$as_echo "no" >&6; }
6031fi
6032
6033
6034fi
6035if test -z "$ac_cv_prog_LIPO"; then
6036 ac_ct_LIPO=$LIPO
6037 # Extract the first word of "lipo", so it can be a program name with args.
6038set dummy lipo; ac_word=$2
6039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6040$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6041if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6042 $as_echo_n "(cached) " >&6
6043else
6044 if test -n "$ac_ct_LIPO"; then
6045 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6046else
6047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6048for as_dir in $PATH
6049do
6050 IFS=$as_save_IFS
6051 test -z "$as_dir" && as_dir=.
6052 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6054 ac_cv_prog_ac_ct_LIPO="lipo"
6055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6056 break 2
6057 fi
6058done
6059 done
6060IFS=$as_save_IFS
6061
6062fi
6063fi
6064ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6065if test -n "$ac_ct_LIPO"; then
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6067$as_echo "$ac_ct_LIPO" >&6; }
6068else
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6070$as_echo "no" >&6; }
6071fi
6072
6073 if test "x$ac_ct_LIPO" = x; then
6074 LIPO=":"
6075 else
6076 case $cross_compiling:$ac_tool_warned in
6077yes:)
6078{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6079$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6080ac_tool_warned=yes ;;
6081esac
6082 LIPO=$ac_ct_LIPO
6083 fi
6084else
6085 LIPO="$ac_cv_prog_LIPO"
6086fi
6087
6088 if test -n "$ac_tool_prefix"; then
6089 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6090set dummy ${ac_tool_prefix}otool; ac_word=$2
6091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6092$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6093if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6094 $as_echo_n "(cached) " >&6
6095else
6096 if test -n "$OTOOL"; then
6097 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6098else
6099as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6100for as_dir in $PATH
6101do
6102 IFS=$as_save_IFS
6103 test -z "$as_dir" && as_dir=.
6104 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6106 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 break 2
6109 fi
6110done
6111 done
6112IFS=$as_save_IFS
6113
6114fi
6115fi
6116OTOOL=$ac_cv_prog_OTOOL
6117if test -n "$OTOOL"; then
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6119$as_echo "$OTOOL" >&6; }
6120else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6122$as_echo "no" >&6; }
6123fi
6124
6125
6126fi
6127if test -z "$ac_cv_prog_OTOOL"; then
6128 ac_ct_OTOOL=$OTOOL
6129 # Extract the first word of "otool", so it can be a program name with args.
6130set dummy otool; ac_word=$2
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6132$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6133if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6134 $as_echo_n "(cached) " >&6
6135else
6136 if test -n "$ac_ct_OTOOL"; then
6137 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6138else
6139as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6140for as_dir in $PATH
6141do
6142 IFS=$as_save_IFS
6143 test -z "$as_dir" && as_dir=.
6144 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6146 ac_cv_prog_ac_ct_OTOOL="otool"
6147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6148 break 2
6149 fi
6150done
6151 done
6152IFS=$as_save_IFS
6153
6154fi
6155fi
6156ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6157if test -n "$ac_ct_OTOOL"; then
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6159$as_echo "$ac_ct_OTOOL" >&6; }
6160else
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6162$as_echo "no" >&6; }
6163fi
6164
6165 if test "x$ac_ct_OTOOL" = x; then
6166 OTOOL=":"
6167 else
6168 case $cross_compiling:$ac_tool_warned in
6169yes:)
6170{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6171$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6172ac_tool_warned=yes ;;
6173esac
6174 OTOOL=$ac_ct_OTOOL
6175 fi
6176else
6177 OTOOL="$ac_cv_prog_OTOOL"
6178fi
6179
6180 if test -n "$ac_tool_prefix"; then
6181 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6182set dummy ${ac_tool_prefix}otool64; ac_word=$2
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6185if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6186 $as_echo_n "(cached) " >&6
6187else
6188 if test -n "$OTOOL64"; then
6189 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6190else
6191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192for as_dir in $PATH
6193do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6198 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202done
6203 done
6204IFS=$as_save_IFS
6205
6206fi
6207fi
6208OTOOL64=$ac_cv_prog_OTOOL64
6209if test -n "$OTOOL64"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6211$as_echo "$OTOOL64" >&6; }
6212else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
6215fi
6216
6217
6218fi
6219if test -z "$ac_cv_prog_OTOOL64"; then
6220 ac_ct_OTOOL64=$OTOOL64
6221 # Extract the first word of "otool64", so it can be a program name with args.
6222set dummy otool64; ac_word=$2
6223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6224$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6225if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6226 $as_echo_n "(cached) " >&6
6227else
6228 if test -n "$ac_ct_OTOOL64"; then
6229 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6230else
6231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6232for as_dir in $PATH
6233do
6234 IFS=$as_save_IFS
6235 test -z "$as_dir" && as_dir=.
6236 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6238 ac_cv_prog_ac_ct_OTOOL64="otool64"
6239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6240 break 2
6241 fi
6242done
6243 done
6244IFS=$as_save_IFS
6245
6246fi
6247fi
6248ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6249if test -n "$ac_ct_OTOOL64"; then
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6251$as_echo "$ac_ct_OTOOL64" >&6; }
6252else
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6254$as_echo "no" >&6; }
6255fi
6256
6257 if test "x$ac_ct_OTOOL64" = x; then
6258 OTOOL64=":"
6259 else
6260 case $cross_compiling:$ac_tool_warned in
6261yes:)
6262{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6263$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6264ac_tool_warned=yes ;;
6265esac
6266 OTOOL64=$ac_ct_OTOOL64
6267 fi
6268else
6269 OTOOL64="$ac_cv_prog_OTOOL64"
6270fi
6271
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6299$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6300if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6301 $as_echo_n "(cached) " >&6
6302else
6303 lt_cv_apple_cc_single_mod=no
6304 if test -z "${LT_MULTI_MODULE}"; then
6305 # By default we will add the -single_module flag. You can override
6306 # by either setting the environment variable LT_MULTI_MODULE
6307 # non-empty at configure time, or by adding -multi_module to the
6308 # link flags.
6309 rm -rf libconftest.dylib*
6310 echo "int foo(void){return 1;}" > conftest.c
6311 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6312-dynamiclib -Wl,-single_module conftest.c" >&5
6313 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6314 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6315 _lt_result=$?
6316 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6317 lt_cv_apple_cc_single_mod=yes
6318 else
6319 cat conftest.err >&5
6320 fi
6321 rm -rf libconftest.dylib*
6322 rm -f conftest.*
6323 fi
6324fi
6325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6326$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6328$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6329if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6330 $as_echo_n "(cached) " >&6
6331else
6332 lt_cv_ld_exported_symbols_list=no
6333 save_LDFLAGS=$LDFLAGS
6334 echo "_main" > conftest.sym
6335 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6337/* end confdefs.h. */
6338
6339int
6340main ()
6341{
6342
6343 ;
6344 return 0;
6345}
6346_ACEOF
6347if ac_fn_c_try_link "$LINENO"; then :
6348 lt_cv_ld_exported_symbols_list=yes
6349else
6350 lt_cv_ld_exported_symbols_list=no
6351fi
6352rm -f core conftest.err conftest.$ac_objext \
6353 conftest$ac_exeext conftest.$ac_ext
6354 LDFLAGS="$save_LDFLAGS"
6355
6356fi
6357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6358$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6360$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6361if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6362 $as_echo_n "(cached) " >&6
6363else
6364 lt_cv_ld_force_load=no
6365 cat > conftest.c << _LT_EOF
6366int forced_loaded() { return 2;}
6367_LT_EOF
6368 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6369 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6370 echo "$AR cru libconftest.a conftest.o" >&5
6371 $AR cru libconftest.a conftest.o 2>&5
6372 cat > conftest.c << _LT_EOF
6373int main() { return 0;}
6374_LT_EOF
6375 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6376 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6377 _lt_result=$?
6378 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6379 lt_cv_ld_force_load=yes
6380 else
6381 cat conftest.err >&5
6382 fi
6383 rm -f conftest.err libconftest.a conftest conftest.c
6384 rm -rf conftest.dSYM
6385
6386fi
6387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6388$as_echo "$lt_cv_ld_force_load" >&6; }
6389 case $host_os in
6390 rhapsody* | darwin1.[012])
6391 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6392 darwin1.*)
6393 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6394 darwin*) # darwin 5.x on
6395 # if running on 10.5 or later, the deployment target defaults
6396 # to the OS version, if on x86, and 10.4, the deployment
6397 # target defaults to 10.4. Don't you love it?
6398 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6399 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6400 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6401 10.[012][,.]*)
6bb11ab3
L
6402 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6403 10.*)
6404 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6405 esac
6406 ;;
6407 esac
6408 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6409 _lt_dar_single_mod='$single_module'
6410 fi
6411 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6412 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6413 else
6414 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6415 fi
6416 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6417 _lt_dsymutil='~$DSYMUTIL $lib || :'
6418 else
6419 _lt_dsymutil=
6420 fi
6421 ;;
6422 esac
6423
6424for ac_header in dlfcn.h
6425do :
6426 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6427"
d0ac1c44 6428if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6429 cat >>confdefs.h <<_ACEOF
6430#define HAVE_DLFCN_H 1
6431_ACEOF
6432
6433fi
6434
6435done
6436
6437
6438
ebe9564b 6439
6bb11ab3 6440
0cb8d851
MF
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6442$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6443if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6444 $as_echo_n "(cached) " >&6
6445else
6446 ac_cv_c_bigendian=unknown
6447 # See if we're dealing with a universal compiler.
6448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6449/* end confdefs.h. */
6450#ifndef __APPLE_CC__
6451 not a universal capable compiler
6452 #endif
6453 typedef int dummy;
6454
6455_ACEOF
6456if ac_fn_c_try_compile "$LINENO"; then :
6457
6458 # Check for potential -arch flags. It is not universal unless
6459 # there are at least two -arch flags with different values.
6460 ac_arch=
6461 ac_prev=
6462 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6463 if test -n "$ac_prev"; then
6464 case $ac_word in
6465 i?86 | x86_64 | ppc | ppc64)
6466 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6467 ac_arch=$ac_word
6468 else
6469 ac_cv_c_bigendian=universal
6470 break
6471 fi
6472 ;;
6473 esac
6474 ac_prev=
6475 elif test "x$ac_word" = "x-arch"; then
6476 ac_prev=arch
6477 fi
6478 done
6479fi
6480rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6481 if test $ac_cv_c_bigendian = unknown; then
6482 # See if sys/param.h defines the BYTE_ORDER macro.
6483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6484/* end confdefs.h. */
6485#include <sys/types.h>
6486 #include <sys/param.h>
6487
6488int
6489main ()
6490{
6491#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6492 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6493 && LITTLE_ENDIAN)
6494 bogus endian macros
6495 #endif
6496
6497 ;
6498 return 0;
6499}
6500_ACEOF
6501if ac_fn_c_try_compile "$LINENO"; then :
6502 # It does; now see whether it defined to BIG_ENDIAN or not.
6503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6504/* end confdefs.h. */
6505#include <sys/types.h>
6506 #include <sys/param.h>
6507
6508int
6509main ()
6510{
6511#if BYTE_ORDER != BIG_ENDIAN
6512 not big endian
6513 #endif
6514
6515 ;
6516 return 0;
6517}
6518_ACEOF
6519if ac_fn_c_try_compile "$LINENO"; then :
6520 ac_cv_c_bigendian=yes
6521else
6522 ac_cv_c_bigendian=no
6523fi
6524rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6525fi
6526rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6527 fi
6528 if test $ac_cv_c_bigendian = unknown; then
6529 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6531/* end confdefs.h. */
6532#include <limits.h>
6533
6534int
6535main ()
6536{
6537#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6538 bogus endian macros
6539 #endif
6540
6541 ;
6542 return 0;
6543}
6544_ACEOF
6545if ac_fn_c_try_compile "$LINENO"; then :
6546 # It does; now see whether it defined to _BIG_ENDIAN or not.
6547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6548/* end confdefs.h. */
6549#include <limits.h>
6550
6551int
6552main ()
6553{
6554#ifndef _BIG_ENDIAN
6555 not big endian
6556 #endif
6557
6558 ;
6559 return 0;
6560}
6561_ACEOF
6562if ac_fn_c_try_compile "$LINENO"; then :
6563 ac_cv_c_bigendian=yes
6564else
6565 ac_cv_c_bigendian=no
6566fi
6567rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6568fi
6569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6570 fi
6571 if test $ac_cv_c_bigendian = unknown; then
6572 # Compile a test program.
6573 if test "$cross_compiling" = yes; then :
6574 # Try to guess by grepping values from an object file.
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576/* end confdefs.h. */
6577short int ascii_mm[] =
6578 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6579 short int ascii_ii[] =
6580 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6581 int use_ascii (int i) {
6582 return ascii_mm[i] + ascii_ii[i];
6583 }
6584 short int ebcdic_ii[] =
6585 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6586 short int ebcdic_mm[] =
6587 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6588 int use_ebcdic (int i) {
6589 return ebcdic_mm[i] + ebcdic_ii[i];
6590 }
6591 extern int foo;
6592
6593int
6594main ()
6595{
6596return use_ascii (foo) == use_ebcdic (foo);
6597 ;
6598 return 0;
6599}
6600_ACEOF
6601if ac_fn_c_try_compile "$LINENO"; then :
6602 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6603 ac_cv_c_bigendian=yes
6604 fi
6605 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6606 if test "$ac_cv_c_bigendian" = unknown; then
6607 ac_cv_c_bigendian=no
6608 else
6609 # finding both strings is unlikely to happen, but who knows?
6610 ac_cv_c_bigendian=unknown
6611 fi
6612 fi
6613fi
6614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6615else
6616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6617/* end confdefs.h. */
6618$ac_includes_default
6619int
6620main ()
6621{
6622
6623 /* Are we little or big endian? From Harbison&Steele. */
6624 union
6625 {
6626 long int l;
6627 char c[sizeof (long int)];
6628 } u;
6629 u.l = 1;
6630 return u.c[sizeof (long int) - 1] == 1;
6631
6632 ;
6633 return 0;
6634}
6635_ACEOF
6636if ac_fn_c_try_run "$LINENO"; then :
6637 ac_cv_c_bigendian=no
6638else
6639 ac_cv_c_bigendian=yes
6640fi
6641rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6642 conftest.$ac_objext conftest.beam conftest.$ac_ext
6643fi
6644
6645 fi
6646fi
6647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6648$as_echo "$ac_cv_c_bigendian" >&6; }
6649 case $ac_cv_c_bigendian in #(
6650 yes)
6651 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6652;; #(
6653 no)
6654 ;; #(
6655 universal)
6656
6657$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6658
6659 ;; #(
6660 *)
d0ac1c44 6661 as_fn_error $? "unknown endianness
0cb8d851
MF
6662 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6663 esac
6664
6bb11ab3
L
6665
6666
6667
c25ea03d 6668if test "x$cross_compiling" = "xno"; then
aa0fca16 6669 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6670 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6671 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6672 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6673 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6674else
aa0fca16 6675 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6676 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6677 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6678 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6679 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6680fi
6681
6682
6683
c25ea03d 6684
c2783492 6685
aa0fca16
MF
6686
6687
a3e2cc64
MF
6688if test -n "$ac_tool_prefix"; then
6689 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6690set dummy ${ac_tool_prefix}ar; ac_word=$2
6691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6692$as_echo_n "checking for $ac_word... " >&6; }
6693if ${ac_cv_prog_AR+:} false; then :
6694 $as_echo_n "(cached) " >&6
6695else
6696 if test -n "$AR"; then
6697 ac_cv_prog_AR="$AR" # Let the user override the test.
6698else
6699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6700for as_dir in $PATH
6701do
6702 IFS=$as_save_IFS
6703 test -z "$as_dir" && as_dir=.
6704 for ac_exec_ext in '' $ac_executable_extensions; do
6705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6706 ac_cv_prog_AR="${ac_tool_prefix}ar"
6707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6708 break 2
6709 fi
6710done
6711 done
6712IFS=$as_save_IFS
6713
6714fi
6715fi
6716AR=$ac_cv_prog_AR
6717if test -n "$AR"; then
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6719$as_echo "$AR" >&6; }
6720else
6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6722$as_echo "no" >&6; }
6723fi
6724
6725
6726fi
6727if test -z "$ac_cv_prog_AR"; then
6728 ac_ct_AR=$AR
6729 # Extract the first word of "ar", so it can be a program name with args.
6730set dummy ar; ac_word=$2
6731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6732$as_echo_n "checking for $ac_word... " >&6; }
6733if ${ac_cv_prog_ac_ct_AR+:} false; then :
6734 $as_echo_n "(cached) " >&6
6735else
6736 if test -n "$ac_ct_AR"; then
6737 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6738else
6739as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6740for as_dir in $PATH
6741do
6742 IFS=$as_save_IFS
6743 test -z "$as_dir" && as_dir=.
6744 for ac_exec_ext in '' $ac_executable_extensions; do
6745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6746 ac_cv_prog_ac_ct_AR="ar"
6747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6748 break 2
6749 fi
6750done
6751 done
6752IFS=$as_save_IFS
6753
6754fi
6755fi
6756ac_ct_AR=$ac_cv_prog_ac_ct_AR
6757if test -n "$ac_ct_AR"; then
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6759$as_echo "$ac_ct_AR" >&6; }
6760else
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6762$as_echo "no" >&6; }
6763fi
6764
6765 if test "x$ac_ct_AR" = x; then
6766 AR=""
6767 else
6768 case $cross_compiling:$ac_tool_warned in
6769yes:)
6770{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6771$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6772ac_tool_warned=yes ;;
6773esac
6774 AR=$ac_ct_AR
6775 fi
6776else
6777 AR="$ac_cv_prog_AR"
6778fi
6bb11ab3
L
6779
6780if test -n "$ac_tool_prefix"; then
6781 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6782set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6784$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6785if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6786 $as_echo_n "(cached) " >&6
6787else
6788 if test -n "$RANLIB"; then
6789 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6790else
6791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6792for as_dir in $PATH
6793do
6794 IFS=$as_save_IFS
6795 test -z "$as_dir" && as_dir=.
6796 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6798 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6800 break 2
6801 fi
6802done
6803 done
6804IFS=$as_save_IFS
6805
6806fi
6807fi
6808RANLIB=$ac_cv_prog_RANLIB
6809if test -n "$RANLIB"; then
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6811$as_echo "$RANLIB" >&6; }
6812else
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6814$as_echo "no" >&6; }
6815fi
6816
6817
6818fi
6819if test -z "$ac_cv_prog_RANLIB"; then
6820 ac_ct_RANLIB=$RANLIB
6821 # Extract the first word of "ranlib", so it can be a program name with args.
6822set dummy ranlib; ac_word=$2
6823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6824$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6825if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6826 $as_echo_n "(cached) " >&6
6827else
6828 if test -n "$ac_ct_RANLIB"; then
6829 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6830else
6831as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6832for as_dir in $PATH
6833do
6834 IFS=$as_save_IFS
6835 test -z "$as_dir" && as_dir=.
6836 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6838 ac_cv_prog_ac_ct_RANLIB="ranlib"
6839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6840 break 2
6841 fi
6842done
6843 done
6844IFS=$as_save_IFS
6845
6846fi
6847fi
6848ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6849if test -n "$ac_ct_RANLIB"; then
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6851$as_echo "$ac_ct_RANLIB" >&6; }
6852else
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6854$as_echo "no" >&6; }
6855fi
6856
6857 if test "x$ac_ct_RANLIB" = x; then
6858 RANLIB=":"
6859 else
6860 case $cross_compiling:$ac_tool_warned in
6861yes:)
6862{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6863$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6864ac_tool_warned=yes ;;
6865esac
6866 RANLIB=$ac_ct_RANLIB
6867 fi
6868else
6869 RANLIB="$ac_cv_prog_RANLIB"
6870fi
6871
6872
46f900c0
MF
6873# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6874# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6875# is C99. So handle it ourselves.
6876:
6877C_DIALECT=
6878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6879$as_echo_n "checking whether C11 is supported by default... " >&6; }
6880cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6881/* end confdefs.h. */
6882
6883#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6884# error "C11 support not found"
6885#endif
6886
6887_ACEOF
6888if ac_fn_c_try_compile "$LINENO"; then :
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6890$as_echo "yes" >&6; }
6891else
6892
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6894$as_echo "no" >&6; }
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6896$as_echo_n "checking for -std=c11 support... " >&6; }
6897 ac_save_CC="$CC"
6898 CC="$CC -std=c11"
6899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6900/* end confdefs.h. */
6901
6902#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6903# error "C11 support not found"
6904#endif
6905
6906_ACEOF
6907if ac_fn_c_try_compile "$LINENO"; then :
6908
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6910$as_echo "yes" >&6; }
6911 CC="$ac_save_CC"
6912 C_DIALECT="-std=c11"
6913
6914else
6915 as_fn_error $? "C11 is required" "$LINENO" 5
6916fi
6917rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6918fi
6919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6920
6921
c2783492
MF
6922ac_config_headers="$ac_config_headers config.h:config.in"
6923
6924
6bb11ab3
L
6925# Some of the common include files depend on bfd.h, and bfd.h checks
6926# that config.h is included first by testing that the PACKAGE macro
6927# is defined.
6928PACKAGE=sim
6929
6930cat >>confdefs.h <<_ACEOF
6931#define PACKAGE "$PACKAGE"
6932_ACEOF
6933
6934
6935
6936# Dependency checking.
6937ac_config_commands="$ac_config_commands depdir"
6938
6939
6940depcc="$CC" am_compiler_list=
6941
6942am_depcomp=$ac_aux_dir/depcomp
6943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6944$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6945if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6946 $as_echo_n "(cached) " >&6
6947else
6948 if test -f "$am_depcomp"; then
6949 # We make a subdir and do the tests there. Otherwise we can end up
6950 # making bogus files that we don't know about and never remove. For
6951 # instance it was reported that on HP-UX the gcc test will end up
6952 # making a dummy file named `D' -- because `-MD' means `put the output
6953 # in D'.
6954 mkdir conftest.dir
6955 # Copy depcomp to subdir because otherwise we won't find it if we're
6956 # using a relative directory.
6957 cp "$am_depcomp" conftest.dir
6958 cd conftest.dir
6959 # We will build objects and dependencies in a subdirectory because
6960 # it helps to detect inapplicable dependency modes. For instance
6961 # both Tru64's cc and ICC support -MD to output dependencies as a
6962 # side effect of compilation, but ICC will put the dependencies in
6963 # the current directory while Tru64 will put them in the object
6964 # directory.
6965 mkdir sub
6966
6967 am_cv_CC_dependencies_compiler_type=none
6968 if test "$am_compiler_list" = ""; then
6969 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6970 fi
6971 for depmode in $am_compiler_list; do
6972 if test $depmode = none; then break; fi
6973
6974 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6975 # Setup a source with many dependencies, because some compilers
6976 # like to wrap large dependency lists on column 80 (with \), and
6977 # we should not choose a depcomp mode which is confused by this.
6978 #
6979 # We need to recreate these files for each test, as the compiler may
6980 # overwrite some of them when testing with obscure command lines.
6981 # This happens at least with the AIX C compiler.
6982 : > sub/conftest.c
6983 for i in 1 2 3 4 5 6; do
6984 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6985 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6986 # Solaris 8's {/usr,}/bin/sh.
6987 touch sub/conftst$i.h
6988 done
6989 echo "include sub/conftest.Po" > confmf
6990
6991 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6992 # mode. It turns out that the SunPro C++ compiler does not properly
6993 # handle `-M -o', and we need to detect this.
6994 depcmd="depmode=$depmode \
6995 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6996 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6997 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6998 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6999 if env $depcmd > conftest.err 2>&1 &&
7000 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7001 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7002 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7003 # icc doesn't choke on unknown options, it will just issue warnings
7004 # or remarks (even with -Werror). So we grep stderr for any message
7005 # that says an option was ignored or not supported.
7006 # When given -MP, icc 7.0 and 7.1 complain thusly:
7007 # icc: Command line warning: ignoring option '-M'; no argument required
7008 # The diagnosis changed in icc 8.0:
7009 # icc: Command line remark: option '-MP' not supported
7010 if (grep 'ignoring option' conftest.err ||
7011 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7012 am_cv_CC_dependencies_compiler_type=$depmode
7013 $as_echo "$as_me:$LINENO: success" >&5
7014 break
7015 fi
7016 fi
7017 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7018 sed -e 's/^/| /' < conftest.err >&5
7019 done
7020
7021 cd ..
7022 rm -rf conftest.dir
7023else
7024 am_cv_CC_dependencies_compiler_type=none
7025fi
7026
7027fi
7028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7029$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7030if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7031then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7032else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7033
7034fi
7035
7036
6bb11ab3
L
7037ALL_LINGUAS=
7038# If we haven't got the data from the intl directory,
7039# assume NLS is disabled.
7040USE_NLS=no
7041LIBINTL=
7042LIBINTL_DEP=
7043INCINTL=
7044XGETTEXT=
7045GMSGFMT=
7046POSUB=
7047
7048if test -f ../../intl/config.intl; then
7049 . ../../intl/config.intl
7050fi
7051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7052$as_echo_n "checking whether NLS is requested... " >&6; }
7053if test x"$USE_NLS" != xyes; then
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055$as_echo "no" >&6; }
7056else
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7058$as_echo "yes" >&6; }
7059
7060$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7061
7062
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7064$as_echo_n "checking for catalogs to be installed... " >&6; }
7065 # Look for .po and .gmo files in the source directory.
7066 CATALOGS=
7067 XLINGUAS=
7068 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7069 # If there aren't any .gmo files the shell will give us the
7070 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7071 # weeded out.
7072 case "$cat" in *\**)
7073 continue;;
7074 esac
7075 # The quadruple backslash is collapsed to a double backslash
7076 # by the backticks, then collapsed again by the double quotes,
7077 # leaving us with one backslash in the sed expression (right
7078 # before the dot that mustn't act as a wildcard).
7079 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7080 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7081 # The user is allowed to set LINGUAS to a list of languages to
7082 # install catalogs for. If it's empty that means "all of them."
7083 if test "x$LINGUAS" = x; then
7084 CATALOGS="$CATALOGS $cat"
7085 XLINGUAS="$XLINGUAS $lang"
7086 else
7087 case "$LINGUAS" in *$lang*)
7088 CATALOGS="$CATALOGS $cat"
7089 XLINGUAS="$XLINGUAS $lang"
7090 ;;
7091 esac
7092 fi
7093 done
7094 LINGUAS="$XLINGUAS"
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7096$as_echo "$LINGUAS" >&6; }
7097
7098
7099 DATADIRNAME=share
7100
7101 INSTOBJEXT=.mo
7102
7103 GENCAT=gencat
7104
7105 CATOBJEXT=.gmo
7106
7107fi
7108
6bb11ab3
L
7109# Check for socket libraries
7110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7111$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7112if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7113 $as_echo_n "(cached) " >&6
7114else
7115 ac_check_lib_save_LIBS=$LIBS
7116LIBS="-lsocket $LIBS"
7117cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7118/* end confdefs.h. */
7119
7120/* Override any GCC internal prototype to avoid an error.
7121 Use char because int might match the return type of a GCC
7122 builtin and then its argument prototype would still apply. */
7123#ifdef __cplusplus
7124extern "C"
7125#endif
7126char bind ();
7127int
7128main ()
7129{
7130return bind ();
7131 ;
7132 return 0;
7133}
7134_ACEOF
7135if ac_fn_c_try_link "$LINENO"; then :
7136 ac_cv_lib_socket_bind=yes
7137else
7138 ac_cv_lib_socket_bind=no
7139fi
7140rm -f core conftest.err conftest.$ac_objext \
7141 conftest$ac_exeext conftest.$ac_ext
7142LIBS=$ac_check_lib_save_LIBS
7143fi
7144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7145$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7146if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7147 cat >>confdefs.h <<_ACEOF
7148#define HAVE_LIBSOCKET 1
7149_ACEOF
7150
7151 LIBS="-lsocket $LIBS"
7152
7153fi
7154
7155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7156$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7157if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7158 $as_echo_n "(cached) " >&6
7159else
7160 ac_check_lib_save_LIBS=$LIBS
7161LIBS="-lnsl $LIBS"
7162cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7163/* end confdefs.h. */
7164
7165/* Override any GCC internal prototype to avoid an error.
7166 Use char because int might match the return type of a GCC
7167 builtin and then its argument prototype would still apply. */
7168#ifdef __cplusplus
7169extern "C"
7170#endif
7171char gethostbyname ();
7172int
7173main ()
7174{
7175return gethostbyname ();
7176 ;
7177 return 0;
7178}
7179_ACEOF
7180if ac_fn_c_try_link "$LINENO"; then :
7181 ac_cv_lib_nsl_gethostbyname=yes
7182else
7183 ac_cv_lib_nsl_gethostbyname=no
7184fi
7185rm -f core conftest.err conftest.$ac_objext \
7186 conftest$ac_exeext conftest.$ac_ext
7187LIBS=$ac_check_lib_save_LIBS
7188fi
7189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7190$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7191if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7192 cat >>confdefs.h <<_ACEOF
7193#define HAVE_LIBNSL 1
7194_ACEOF
7195
7196 LIBS="-lnsl $LIBS"
7197
7198fi
7199
7200
7201# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7202# using the same condition.
7203
aadc9410 7204 # Use the system's zlib library.
7fed4b0b
L
7205 zlibdir="-L\$(top_builddir)/../zlib"
7206 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7207
aadc9410
MF
7208# Check whether --with-system-zlib was given.
7209if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7210 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7211 zlibdir=
7212 zlibinc=
7213 fi
6bb11ab3
L
7214
7215fi
7216
6bb11ab3 7217
6bb11ab3 7218
6bb11ab3
L
7219
7220
7221# BFD uses libdl when when plugins enabled.
7222
faa743bb
RM
7223 maybe_plugins=no
7224 for ac_header in dlfcn.h
7225do :
7226 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7227"
d0ac1c44 7228if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7229 cat >>confdefs.h <<_ACEOF
7230#define HAVE_DLFCN_H 1
7231_ACEOF
7232 maybe_plugins=yes
7233fi
7234
7235done
7236
7237 for ac_header in windows.h
7238do :
7239 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7240"
d0ac1c44 7241if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7242 cat >>confdefs.h <<_ACEOF
7243#define HAVE_WINDOWS_H 1
7244_ACEOF
7245 maybe_plugins=yes
7246fi
7247
7248done
7249
7250
7251 # Check whether --enable-plugins was given.
6bb11ab3
L
7252if test "${enable_plugins+set}" = set; then :
7253 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7254 no) plugins=no ;;
7255 *) plugins=yes
7256 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7257 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7258 fi ;;
7259 esac
6bb11ab3 7260else
faa743bb
RM
7261 plugins=$maybe_plugins
7262
6bb11ab3
L
7263fi
7264
2974be62 7265 if test "$plugins" = "yes"; then
37f980dc
SM
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7267$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7268if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7269 $as_echo_n "(cached) " >&6
7270else
7271 ac_func_search_save_LIBS=$LIBS
7272cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7273/* end confdefs.h. */
7274
7275/* Override any GCC internal prototype to avoid an error.
7276 Use char because int might match the return type of a GCC
7277 builtin and then its argument prototype would still apply. */
7278#ifdef __cplusplus
7279extern "C"
7280#endif
37f980dc 7281char dlsym ();
2974be62
AM
7282int
7283main ()
7284{
37f980dc 7285return dlsym ();
2974be62
AM
7286 ;
7287 return 0;
7288}
7289_ACEOF
7290for ac_lib in '' dl; do
7291 if test -z "$ac_lib"; then
7292 ac_res="none required"
7293 else
7294 ac_res=-l$ac_lib
7295 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7296 fi
7297 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7298 ac_cv_search_dlsym=$ac_res
2974be62
AM
7299fi
7300rm -f core conftest.err conftest.$ac_objext \
7301 conftest$ac_exeext
d0ac1c44 7302 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7303 break
7304fi
7305done
d0ac1c44 7306if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7307
7308else
37f980dc 7309 ac_cv_search_dlsym=no
2974be62
AM
7310fi
7311rm conftest.$ac_ext
7312LIBS=$ac_func_search_save_LIBS
7313fi
37f980dc
SM
7314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7315$as_echo "$ac_cv_search_dlsym" >&6; }
7316ac_res=$ac_cv_search_dlsym
2974be62
AM
7317if test "$ac_res" != no; then :
7318 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7319
7320fi
7321
7322 fi
6bb11ab3
L
7323
7324 if test "$plugins" = yes; then
7325 PLUGINS_TRUE=
7326 PLUGINS_FALSE='#'
7327else
7328 PLUGINS_TRUE='#'
7329 PLUGINS_FALSE=
7330fi
7331
7332
7333
7334
7335
7336# Set options
7337enable_dlopen=yes
7338
7339
7340
7341
7342 enable_win32_dll=no
7343
7344
7345 # Check whether --enable-shared was given.
7346if test "${enable_shared+set}" = set; then :
7347 enableval=$enable_shared; p=${PACKAGE-default}
7348 case $enableval in
7349 yes) enable_shared=yes ;;
7350 no) enable_shared=no ;;
7351 *)
7352 enable_shared=no
7353 # Look at the argument we got. We use all the common list separators.
7354 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7355 for pkg in $enableval; do
7356 IFS="$lt_save_ifs"
7357 if test "X$pkg" = "X$p"; then
7358 enable_shared=yes
7359 fi
7360 done
7361 IFS="$lt_save_ifs"
7362 ;;
7363 esac
7364else
7365 enable_shared=yes
7366fi
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376 # Check whether --enable-static was given.
7377if test "${enable_static+set}" = set; then :
7378 enableval=$enable_static; p=${PACKAGE-default}
7379 case $enableval in
7380 yes) enable_static=yes ;;
7381 no) enable_static=no ;;
7382 *)
7383 enable_static=no
7384 # Look at the argument we got. We use all the common list separators.
7385 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7386 for pkg in $enableval; do
7387 IFS="$lt_save_ifs"
7388 if test "X$pkg" = "X$p"; then
7389 enable_static=yes
7390 fi
7391 done
7392 IFS="$lt_save_ifs"
7393 ;;
7394 esac
7395else
7396 enable_static=yes
7397fi
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408# Check whether --with-pic was given.
7409if test "${with_pic+set}" = set; then :
7410 withval=$with_pic; pic_mode="$withval"
7411else
7412 pic_mode=default
7413fi
7414
7415
7416test -z "$pic_mode" && pic_mode=default
7417
7418
7419
7420
7421
7422
7423
7424 # Check whether --enable-fast-install was given.
7425if test "${enable_fast_install+set}" = set; then :
7426 enableval=$enable_fast_install; p=${PACKAGE-default}
7427 case $enableval in
7428 yes) enable_fast_install=yes ;;
7429 no) enable_fast_install=no ;;
7430 *)
7431 enable_fast_install=no
7432 # Look at the argument we got. We use all the common list separators.
7433 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7434 for pkg in $enableval; do
7435 IFS="$lt_save_ifs"
7436 if test "X$pkg" = "X$p"; then
7437 enable_fast_install=yes
7438 fi
7439 done
7440 IFS="$lt_save_ifs"
7441 ;;
7442 esac
7443else
7444 enable_fast_install=yes
7445fi
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457# This can be used to rebuild libtool when needed
7458LIBTOOL_DEPS="$ltmain"
7459
7460# Always use our own libtool.
7461LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7462
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
7488test -z "$LN_S" && LN_S="ln -s"
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503if test -n "${ZSH_VERSION+set}" ; then
7504 setopt NO_GLOB_SUBST
f0569246 7505fi
f0569246 7506
6bb11ab3
L
7507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7508$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7509if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7510 $as_echo_n "(cached) " >&6
7511else
7512 rm -f .libs 2>/dev/null
7513mkdir .libs 2>/dev/null
7514if test -d .libs; then
7515 lt_cv_objdir=.libs
7516else
7517 # MS-DOS does not allow filenames that begin with a dot.
7518 lt_cv_objdir=_libs
7519fi
7520rmdir .libs 2>/dev/null
7521fi
7522{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7523$as_echo "$lt_cv_objdir" >&6; }
7524objdir=$lt_cv_objdir
7525
7526
7527
7528
7529
7530cat >>confdefs.h <<_ACEOF
7531#define LT_OBJDIR "$lt_cv_objdir/"
7532_ACEOF
7533
7534
7535
7536
7537case $host_os in
7538aix3*)
7539 # AIX sometimes has problems with the GCC collect2 program. For some
7540 # reason, if we set the COLLECT_NAMES environment variable, the problems
7541 # vanish in a puff of smoke.
7542 if test "X${COLLECT_NAMES+set}" != Xset; then
7543 COLLECT_NAMES=
7544 export COLLECT_NAMES
7545 fi
7546 ;;
81ecdfbb 7547esac
6bb11ab3
L
7548
7549# Global variables:
7550ofile=libtool
7551can_build_shared=yes
7552
7553# All known linkers require a `.a' archive for static linking (except MSVC,
7554# which needs '.lib').
7555libext=a
7556
7557with_gnu_ld="$lt_cv_prog_gnu_ld"
7558
7559old_CC="$CC"
7560old_CFLAGS="$CFLAGS"
7561
7562# Set sane defaults for various variables
7563test -z "$CC" && CC=cc
7564test -z "$LTCC" && LTCC=$CC
7565test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7566test -z "$LD" && LD=ld
7567test -z "$ac_objext" && ac_objext=o
7568
7569for cc_temp in $compiler""; do
7570 case $cc_temp in
7571 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7572 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7573 \-*) ;;
7574 *) break;;
7575 esac
7576done
7577cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7578
7579
7580# Only perform the check for file, if the check method requires it
7581test -z "$MAGIC_CMD" && MAGIC_CMD=file
7582case $deplibs_check_method in
7583file_magic*)
7584 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7586$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7587if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7588 $as_echo_n "(cached) " >&6
7589else
7590 case $MAGIC_CMD in
7591[\\/*] | ?:[\\/]*)
7592 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7593 ;;
7594*)
7595 lt_save_MAGIC_CMD="$MAGIC_CMD"
7596 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7597 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7598 for ac_dir in $ac_dummy; do
7599 IFS="$lt_save_ifs"
7600 test -z "$ac_dir" && ac_dir=.
7601 if test -f $ac_dir/${ac_tool_prefix}file; then
7602 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7603 if test -n "$file_magic_test_file"; then
7604 case $deplibs_check_method in
7605 "file_magic "*)
7606 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7607 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7608 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7609 $EGREP "$file_magic_regex" > /dev/null; then
7610 :
7611 else
7612 cat <<_LT_EOF 1>&2
7613
7614*** Warning: the command libtool uses to detect shared libraries,
7615*** $file_magic_cmd, produces output that libtool cannot recognize.
7616*** The result is that libtool may fail to recognize shared libraries
7617*** as such. This will affect the creation of libtool libraries that
7618*** depend on shared libraries, but programs linked with such libtool
7619*** libraries will work regardless of this problem. Nevertheless, you
7620*** may want to report the problem to your system manager and/or to
7621*** bug-libtool@gnu.org
7622
7623_LT_EOF
7624 fi ;;
7625 esac
7626 fi
7627 break
f0569246 7628 fi
6bb11ab3
L
7629 done
7630 IFS="$lt_save_ifs"
7631 MAGIC_CMD="$lt_save_MAGIC_CMD"
7632 ;;
7633esac
f0569246 7634fi
f0569246 7635
6bb11ab3
L
7636MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7637if test -n "$MAGIC_CMD"; then
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7639$as_echo "$MAGIC_CMD" >&6; }
7640else
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7642$as_echo "no" >&6; }
7643fi
81ecdfbb 7644
6bb11ab3
L
7645
7646
7647
7648
7649if test -z "$lt_cv_path_MAGIC_CMD"; then
7650 if test -n "$ac_tool_prefix"; then
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7652$as_echo_n "checking for file... " >&6; }
d0ac1c44 7653if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7654 $as_echo_n "(cached) " >&6
7655else
7656 case $MAGIC_CMD in
7657[\\/*] | ?:[\\/]*)
7658 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7659 ;;
7660*)
7661 lt_save_MAGIC_CMD="$MAGIC_CMD"
7662 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7663 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7664 for ac_dir in $ac_dummy; do
7665 IFS="$lt_save_ifs"
7666 test -z "$ac_dir" && ac_dir=.
7667 if test -f $ac_dir/file; then
7668 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7669 if test -n "$file_magic_test_file"; then
7670 case $deplibs_check_method in
7671 "file_magic "*)
7672 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7673 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7674 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7675 $EGREP "$file_magic_regex" > /dev/null; then
7676 :
7677 else
7678 cat <<_LT_EOF 1>&2
7679
7680*** Warning: the command libtool uses to detect shared libraries,
7681*** $file_magic_cmd, produces output that libtool cannot recognize.
7682*** The result is that libtool may fail to recognize shared libraries
7683*** as such. This will affect the creation of libtool libraries that
7684*** depend on shared libraries, but programs linked with such libtool
7685*** libraries will work regardless of this problem. Nevertheless, you
7686*** may want to report the problem to your system manager and/or to
7687*** bug-libtool@gnu.org
7688
7689_LT_EOF
7690 fi ;;
7691 esac
7692 fi
7693 break
7694 fi
7695 done
7696 IFS="$lt_save_ifs"
7697 MAGIC_CMD="$lt_save_MAGIC_CMD"
7698 ;;
81ecdfbb 7699esac
6bb11ab3
L
7700fi
7701
7702MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7703if test -n "$MAGIC_CMD"; then
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7705$as_echo "$MAGIC_CMD" >&6; }
7706else
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708$as_echo "no" >&6; }
7709fi
7710
7711
7712 else
7713 MAGIC_CMD=:
7714 fi
7715fi
7716
7717 fi
7718 ;;
7719esac
7720
7721# Use C for the default configuration in the libtool script
7722
7723lt_save_CC="$CC"
7724ac_ext=c
7725ac_cpp='$CPP $CPPFLAGS'
7726ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7727ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7728ac_compiler_gnu=$ac_cv_c_compiler_gnu
7729
7730
7731# Source file extension for C test sources.
7732ac_ext=c
7733
7734# Object file extension for compiled C test sources.
7735objext=o
7736objext=$objext
7737
7738# Code to be used in simple compile tests
7739lt_simple_compile_test_code="int some_variable = 0;"
7740
7741# Code to be used in simple link tests
7742lt_simple_link_test_code='int main(){return(0);}'
7743
7744
7745
7746
7747
7748
7749
7750# If no C compiler was specified, use CC.
7751LTCC=${LTCC-"$CC"}
7752
7753# If no C compiler flags were specified, use CFLAGS.
7754LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7755
7756# Allow CC to be a program name with arguments.
7757compiler=$CC
7758
7759# Save the default compiler, since it gets overwritten when the other
7760# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7761compiler_DEFAULT=$CC
7762
7763# save warnings/boilerplate of simple test code
7764ac_outfile=conftest.$ac_objext
7765echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7766eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7767_lt_compiler_boilerplate=`cat conftest.err`
7768$RM conftest*
7769
7770ac_outfile=conftest.$ac_objext
7771echo "$lt_simple_link_test_code" >conftest.$ac_ext
7772eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7773_lt_linker_boilerplate=`cat conftest.err`
7774$RM -r conftest*
7775
7776
7777## CAVEAT EMPTOR:
7778## There is no encapsulation within the following macros, do not change
7779## the running order or otherwise move them around unless you know exactly
7780## what you are doing...
7781if test -n "$compiler"; then
7782
7783lt_prog_compiler_no_builtin_flag=
7784
7785if test "$GCC" = yes; then
7786 case $cc_basename in
7787 nvcc*)
7788 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7789 *)
7790 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7791 esac
6bb11ab3
L
7792
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7794$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7795if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7796 $as_echo_n "(cached) " >&6
f0569246 7797else
6bb11ab3
L
7798 lt_cv_prog_compiler_rtti_exceptions=no
7799 ac_outfile=conftest.$ac_objext
7800 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7801 lt_compiler_flag="-fno-rtti -fno-exceptions"
7802 # Insert the option either (1) after the last *FLAGS variable, or
7803 # (2) before a word containing "conftest.", or (3) at the end.
7804 # Note that $ac_compile itself does not contain backslashes and begins
7805 # with a dollar sign (not a hyphen), so the echo should work correctly.
7806 # The option is referenced via a variable to avoid confusing sed.
7807 lt_compile=`echo "$ac_compile" | $SED \
7808 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7809 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7810 -e 's:$: $lt_compiler_flag:'`
7811 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7812 (eval "$lt_compile" 2>conftest.err)
7813 ac_status=$?
7814 cat conftest.err >&5
7815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7816 if (exit $ac_status) && test -s "$ac_outfile"; then
7817 # The compiler can only warn and ignore the option if not recognized
7818 # So say no if there are warnings other than the usual output.
7819 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7820 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7821 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7822 lt_cv_prog_compiler_rtti_exceptions=yes
7823 fi
7824 fi
7825 $RM conftest*
7826
f0569246 7827fi
6bb11ab3
L
7828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7829$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7830
7831if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7832 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7833else
7834 :
7835fi
7836
7837fi
7838
7839
7840
7841
7842
7843
7844 lt_prog_compiler_wl=
7845lt_prog_compiler_pic=
7846lt_prog_compiler_static=
7847
7848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7849$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7850
7851 if test "$GCC" = yes; then
7852 lt_prog_compiler_wl='-Wl,'
7853 lt_prog_compiler_static='-static'
7854
7855 case $host_os in
7856 aix*)
7857 # All AIX code is PIC.
7858 if test "$host_cpu" = ia64; then
7859 # AIX 5 now supports IA64 processor
7860 lt_prog_compiler_static='-Bstatic'
7861 fi
7862 lt_prog_compiler_pic='-fPIC'
7863 ;;
7864
7865 amigaos*)
7866 case $host_cpu in
7867 powerpc)
7868 # see comment about AmigaOS4 .so support
7869 lt_prog_compiler_pic='-fPIC'
7870 ;;
7871 m68k)
7872 # FIXME: we need at least 68020 code to build shared libraries, but
7873 # adding the `-m68020' flag to GCC prevents building anything better,
7874 # like `-m68040'.
7875 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7876 ;;
7877 esac
7878 ;;
7879
7880 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7881 # PIC is the default for these OSes.
7882 ;;
7883
7884 mingw* | cygwin* | pw32* | os2* | cegcc*)
7885 # This hack is so that the source file can tell whether it is being
7886 # built for inclusion in a dll (and should export symbols for example).
7887 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7888 # (--disable-auto-import) libraries
7889 lt_prog_compiler_pic='-DDLL_EXPORT'
7890 ;;
7891
7892 darwin* | rhapsody*)
7893 # PIC is the default on this platform
7894 # Common symbols not allowed in MH_DYLIB files
7895 lt_prog_compiler_pic='-fno-common'
7896 ;;
7897
7898 haiku*)
7899 # PIC is the default for Haiku.
7900 # The "-static" flag exists, but is broken.
7901 lt_prog_compiler_static=
7902 ;;
7903
7904 hpux*)
7905 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7906 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7907 # sets the default TLS model and affects inlining.
7908 case $host_cpu in
7909 hppa*64*)
7910 # +Z the default
7911 ;;
7912 *)
7913 lt_prog_compiler_pic='-fPIC'
7914 ;;
7915 esac
7916 ;;
7917
7918 interix[3-9]*)
7919 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7920 # Instead, we relocate shared libraries at runtime.
7921 ;;
7922
7923 msdosdjgpp*)
7924 # Just because we use GCC doesn't mean we suddenly get shared libraries
7925 # on systems that don't support them.
7926 lt_prog_compiler_can_build_shared=no
7927 enable_shared=no
7928 ;;
7929
7930 *nto* | *qnx*)
7931 # QNX uses GNU C++, but need to define -shared option too, otherwise
7932 # it will coredump.
7933 lt_prog_compiler_pic='-fPIC -shared'
7934 ;;
7935
7936 sysv4*MP*)
7937 if test -d /usr/nec; then
7938 lt_prog_compiler_pic=-Kconform_pic
7939 fi
7940 ;;
7941
7942 *)
7943 lt_prog_compiler_pic='-fPIC'
7944 ;;
7945 esac
7946
7947 case $cc_basename in
7948 nvcc*) # Cuda Compiler Driver 2.2
7949 lt_prog_compiler_wl='-Xlinker '
7950 lt_prog_compiler_pic='-Xcompiler -fPIC'
7951 ;;
7952 esac
7953 else
7954 # PORTME Check for flag to pass linker flags through the system compiler.
7955 case $host_os in
7956 aix*)
7957 lt_prog_compiler_wl='-Wl,'
7958 if test "$host_cpu" = ia64; then
7959 # AIX 5 now supports IA64 processor
7960 lt_prog_compiler_static='-Bstatic'
7961 else
7962 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7963 fi
7964 ;;
7965
7966 mingw* | cygwin* | pw32* | os2* | cegcc*)
7967 # This hack is so that the source file can tell whether it is being
7968 # built for inclusion in a dll (and should export symbols for example).
7969 lt_prog_compiler_pic='-DDLL_EXPORT'
7970 ;;
7971
7972 hpux9* | hpux10* | hpux11*)
7973 lt_prog_compiler_wl='-Wl,'
7974 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7975 # not for PA HP-UX.
7976 case $host_cpu in
7977 hppa*64*|ia64*)
7978 # +Z the default
7979 ;;
7980 *)
7981 lt_prog_compiler_pic='+Z'
7982 ;;
7983 esac
7984 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7985 lt_prog_compiler_static='${wl}-a ${wl}archive'
7986 ;;
7987
7988 irix5* | irix6* | nonstopux*)
7989 lt_prog_compiler_wl='-Wl,'
7990 # PIC (with -KPIC) is the default.
7991 lt_prog_compiler_static='-non_shared'
7992 ;;
7993
7994 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7995 case $cc_basename in
7996 # old Intel for x86_64 which still supported -KPIC.
7997 ecc*)
7998 lt_prog_compiler_wl='-Wl,'
7999 lt_prog_compiler_pic='-KPIC'
8000 lt_prog_compiler_static='-static'
8001 ;;
8002 # icc used to be incompatible with GCC.
8003 # ICC 10 doesn't accept -KPIC any more.
8004 icc* | ifort*)
8005 lt_prog_compiler_wl='-Wl,'
8006 lt_prog_compiler_pic='-fPIC'
8007 lt_prog_compiler_static='-static'
8008 ;;
8009 # Lahey Fortran 8.1.
8010 lf95*)
8011 lt_prog_compiler_wl='-Wl,'
8012 lt_prog_compiler_pic='--shared'
8013 lt_prog_compiler_static='--static'
8014 ;;
8015 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8016 # Portland Group compilers (*not* the Pentium gcc compiler,
8017 # which looks to be a dead project)
8018 lt_prog_compiler_wl='-Wl,'
8019 lt_prog_compiler_pic='-fpic'
8020 lt_prog_compiler_static='-Bstatic'
8021 ;;
8022 ccc*)
8023 lt_prog_compiler_wl='-Wl,'
8024 # All Alpha code is PIC.
8025 lt_prog_compiler_static='-non_shared'
8026 ;;
8027 xl* | bgxl* | bgf* | mpixl*)
8028 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8029 lt_prog_compiler_wl='-Wl,'
8030 lt_prog_compiler_pic='-qpic'
8031 lt_prog_compiler_static='-qstaticlink'
8032 ;;
8033 *)
8034 case `$CC -V 2>&1 | sed 5q` in
8035 *Sun\ F* | *Sun*Fortran*)
8036 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8037 lt_prog_compiler_pic='-KPIC'
8038 lt_prog_compiler_static='-Bstatic'
8039 lt_prog_compiler_wl=''
8040 ;;
8041 *Sun\ C*)
8042 # Sun C 5.9
8043 lt_prog_compiler_pic='-KPIC'
8044 lt_prog_compiler_static='-Bstatic'
8045 lt_prog_compiler_wl='-Wl,'
8046 ;;
8047 esac
8048 ;;
8049 esac
8050 ;;
8051
8052 newsos6)
8053 lt_prog_compiler_pic='-KPIC'
8054 lt_prog_compiler_static='-Bstatic'
8055 ;;
8056
8057 *nto* | *qnx*)
8058 # QNX uses GNU C++, but need to define -shared option too, otherwise
8059 # it will coredump.
8060 lt_prog_compiler_pic='-fPIC -shared'
8061 ;;
8062
8063 osf3* | osf4* | osf5*)
8064 lt_prog_compiler_wl='-Wl,'
8065 # All OSF/1 code is PIC.
8066 lt_prog_compiler_static='-non_shared'
8067 ;;
8068
8069 rdos*)
8070 lt_prog_compiler_static='-non_shared'
8071 ;;
f0569246 8072
6bb11ab3
L
8073 solaris*)
8074 lt_prog_compiler_pic='-KPIC'
8075 lt_prog_compiler_static='-Bstatic'
8076 case $cc_basename in
8077 f77* | f90* | f95*)
8078 lt_prog_compiler_wl='-Qoption ld ';;
8079 *)
8080 lt_prog_compiler_wl='-Wl,';;
8081 esac
8082 ;;
f0569246 8083
6bb11ab3
L
8084 sunos4*)
8085 lt_prog_compiler_wl='-Qoption ld '
8086 lt_prog_compiler_pic='-PIC'
8087 lt_prog_compiler_static='-Bstatic'
8088 ;;
f0569246 8089
6bb11ab3
L
8090 sysv4 | sysv4.2uw2* | sysv4.3*)
8091 lt_prog_compiler_wl='-Wl,'
8092 lt_prog_compiler_pic='-KPIC'
8093 lt_prog_compiler_static='-Bstatic'
8094 ;;
8095
8096 sysv4*MP*)
8097 if test -d /usr/nec ;then
8098 lt_prog_compiler_pic='-Kconform_pic'
8099 lt_prog_compiler_static='-Bstatic'
8100 fi
8101 ;;
8102
8103 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8104 lt_prog_compiler_wl='-Wl,'
8105 lt_prog_compiler_pic='-KPIC'
8106 lt_prog_compiler_static='-Bstatic'
8107 ;;
8108
8109 unicos*)
8110 lt_prog_compiler_wl='-Wl,'
8111 lt_prog_compiler_can_build_shared=no
8112 ;;
8113
8114 uts4*)
8115 lt_prog_compiler_pic='-pic'
8116 lt_prog_compiler_static='-Bstatic'
8117 ;;
8118
8119 *)
8120 lt_prog_compiler_can_build_shared=no
8121 ;;
8122 esac
8123 fi
8124
8125case $host_os in
8126 # For platforms which do not support PIC, -DPIC is meaningless:
8127 *djgpp*)
8128 lt_prog_compiler_pic=
8129 ;;
8130 *)
8131 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8132 ;;
81ecdfbb 8133esac
6bb11ab3
L
8134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8135$as_echo "$lt_prog_compiler_pic" >&6; }
8136
8137
8138
8139
8140
8141
8142#
8143# Check to make sure the PIC flag actually works.
8144#
8145if test -n "$lt_prog_compiler_pic"; then
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8147$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8148if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8149 $as_echo_n "(cached) " >&6
b7026657 8150else
6bb11ab3
L
8151 lt_cv_prog_compiler_pic_works=no
8152 ac_outfile=conftest.$ac_objext
8153 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8154 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8155 # Insert the option either (1) after the last *FLAGS variable, or
8156 # (2) before a word containing "conftest.", or (3) at the end.
8157 # Note that $ac_compile itself does not contain backslashes and begins
8158 # with a dollar sign (not a hyphen), so the echo should work correctly.
8159 # The option is referenced via a variable to avoid confusing sed.
8160 lt_compile=`echo "$ac_compile" | $SED \
8161 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8162 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8163 -e 's:$: $lt_compiler_flag:'`
8164 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8165 (eval "$lt_compile" 2>conftest.err)
8166 ac_status=$?
8167 cat conftest.err >&5
8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169 if (exit $ac_status) && test -s "$ac_outfile"; then
8170 # The compiler can only warn and ignore the option if not recognized
8171 # So say no if there are warnings other than the usual output.
8172 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8173 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8174 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8175 lt_cv_prog_compiler_pic_works=yes
8176 fi
8177 fi
8178 $RM conftest*
b7026657 8179
b7026657 8180fi
6bb11ab3
L
8181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8182$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8183
8184if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8185 case $lt_prog_compiler_pic in
8186 "" | " "*) ;;
8187 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8188 esac
8189else
8190 lt_prog_compiler_pic=
8191 lt_prog_compiler_can_build_shared=no
f0569246 8192fi
6bb11ab3
L
8193
8194fi
8195
8196
8197
8198
8199
8200
8201#
8202# Check to make sure the static flag actually works.
8203#
8204wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8206$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8207if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8208 $as_echo_n "(cached) " >&6
f0569246 8209else
6bb11ab3
L
8210 lt_cv_prog_compiler_static_works=no
8211 save_LDFLAGS="$LDFLAGS"
8212 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8213 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8214 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8215 # The linker can only warn and ignore the option if not recognized
8216 # So say no if there are warnings
8217 if test -s conftest.err; then
8218 # Append any errors to the config.log.
8219 cat conftest.err 1>&5
8220 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8221 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8222 if diff conftest.exp conftest.er2 >/dev/null; then
8223 lt_cv_prog_compiler_static_works=yes
8224 fi
8225 else
8226 lt_cv_prog_compiler_static_works=yes
8227 fi
8228 fi
8229 $RM -r conftest*
8230 LDFLAGS="$save_LDFLAGS"
f0569246 8231
6bb11ab3
L
8232fi
8233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8234$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8235
6bb11ab3
L
8236if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8237 :
b34f6357 8238else
6bb11ab3 8239 lt_prog_compiler_static=
f0569246 8240fi
b7026657 8241
6bb11ab3
L
8242
8243
8244
8245
8246
8247
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8249$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8250if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8251 $as_echo_n "(cached) " >&6
81ecdfbb 8252else
6bb11ab3
L
8253 lt_cv_prog_compiler_c_o=no
8254 $RM -r conftest 2>/dev/null
8255 mkdir conftest
8256 cd conftest
8257 mkdir out
8258 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8259
8260 lt_compiler_flag="-o out/conftest2.$ac_objext"
8261 # Insert the option either (1) after the last *FLAGS variable, or
8262 # (2) before a word containing "conftest.", or (3) at the end.
8263 # Note that $ac_compile itself does not contain backslashes and begins
8264 # with a dollar sign (not a hyphen), so the echo should work correctly.
8265 lt_compile=`echo "$ac_compile" | $SED \
8266 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8267 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8268 -e 's:$: $lt_compiler_flag:'`
8269 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8270 (eval "$lt_compile" 2>out/conftest.err)
8271 ac_status=$?
8272 cat out/conftest.err >&5
8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8275 then
8276 # The compiler can only warn and ignore the option if not recognized
8277 # So say no if there are warnings
8278 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8279 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8280 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8281 lt_cv_prog_compiler_c_o=yes
8282 fi
8283 fi
8284 chmod u+w . 2>&5
8285 $RM conftest*
8286 # SGI C++ compiler will create directory out/ii_files/ for
8287 # template instantiation
8288 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8289 $RM out/* && rmdir out
8290 cd ..
8291 $RM -r conftest
8292 $RM conftest*
8293
81ecdfbb 8294fi
6bb11ab3
L
8295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8296$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8297
8298
8299
8300
8301
8302
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8304$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8305if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8306 $as_echo_n "(cached) " >&6
8307else
6bb11ab3
L
8308 lt_cv_prog_compiler_c_o=no
8309 $RM -r conftest 2>/dev/null
8310 mkdir conftest
8311 cd conftest
8312 mkdir out
8313 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8314
8315 lt_compiler_flag="-o out/conftest2.$ac_objext"
8316 # Insert the option either (1) after the last *FLAGS variable, or
8317 # (2) before a word containing "conftest.", or (3) at the end.
8318 # Note that $ac_compile itself does not contain backslashes and begins
8319 # with a dollar sign (not a hyphen), so the echo should work correctly.
8320 lt_compile=`echo "$ac_compile" | $SED \
8321 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8322 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8323 -e 's:$: $lt_compiler_flag:'`
8324 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8325 (eval "$lt_compile" 2>out/conftest.err)
8326 ac_status=$?
8327 cat out/conftest.err >&5
8328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8329 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8330 then
8331 # The compiler can only warn and ignore the option if not recognized
8332 # So say no if there are warnings
8333 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8334 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8335 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8336 lt_cv_prog_compiler_c_o=yes
8337 fi
8338 fi
8339 chmod u+w . 2>&5
8340 $RM conftest*
8341 # SGI C++ compiler will create directory out/ii_files/ for
8342 # template instantiation
8343 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8344 $RM out/* && rmdir out
8345 cd ..
8346 $RM -r conftest
8347 $RM conftest*
8348
8349fi
8350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8351$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8352
8353
8354
8355
8356hard_links="nottested"
8357if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8358 # do not overwrite the value of need_locks provided by the user
8359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8360$as_echo_n "checking if we can lock with hard links... " >&6; }
8361 hard_links=yes
8362 $RM conftest*
8363 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8364 touch conftest.a
8365 ln conftest.a conftest.b 2>&5 || hard_links=no
8366 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8368$as_echo "$hard_links" >&6; }
8369 if test "$hard_links" = no; then
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8371$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8372 need_locks=warn
8373 fi
8374else
8375 need_locks=no
8376fi
8377
8378
8379
8380
8381
8382
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8384$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8385
8386 runpath_var=
8387 allow_undefined_flag=
8388 always_export_symbols=no
8389 archive_cmds=
8390 archive_expsym_cmds=
8391 compiler_needs_object=no
8392 enable_shared_with_static_runtimes=no
8393 export_dynamic_flag_spec=
8394 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8395 hardcode_automatic=no
8396 hardcode_direct=no
8397 hardcode_direct_absolute=no
8398 hardcode_libdir_flag_spec=
8399 hardcode_libdir_flag_spec_ld=
8400 hardcode_libdir_separator=
8401 hardcode_minus_L=no
8402 hardcode_shlibpath_var=unsupported
8403 inherit_rpath=no
8404 link_all_deplibs=unknown
8405 module_cmds=
8406 module_expsym_cmds=
8407 old_archive_from_new_cmds=
8408 old_archive_from_expsyms_cmds=
8409 thread_safe_flag_spec=
8410 whole_archive_flag_spec=
8411 # include_expsyms should be a list of space-separated symbols to be *always*
8412 # included in the symbol list
8413 include_expsyms=
8414 # exclude_expsyms can be an extended regexp of symbols to exclude
8415 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8416 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8417 # as well as any symbol that contains `d'.
8418 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8419 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8420 # platforms (ab)use it in PIC code, but their linkers get confused if
8421 # the symbol is explicitly referenced. Since portable code cannot
8422 # rely on this symbol name, it's probably fine to never include it in
8423 # preloaded symbol tables.
8424 # Exclude shared library initialization/finalization symbols.
8425 extract_expsyms_cmds=
8426
8427 case $host_os in
8428 cygwin* | mingw* | pw32* | cegcc*)
8429 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8430 # When not using gcc, we currently assume that we are using
8431 # Microsoft Visual C++.
8432 if test "$GCC" != yes; then
8433 with_gnu_ld=no
8434 fi
8435 ;;
8436 interix*)
8437 # we just hope/assume this is gcc and not c89 (= MSVC++)
8438 with_gnu_ld=yes
8439 ;;
8440 openbsd*)
8441 with_gnu_ld=no
8442 ;;
8443 esac
f0569246 8444
6bb11ab3
L
8445 ld_shlibs=yes
8446
8447 # On some targets, GNU ld is compatible enough with the native linker
8448 # that we're better off using the native interface for both.
8449 lt_use_gnu_ld_interface=no
8450 if test "$with_gnu_ld" = yes; then
8451 case $host_os in
8452 aix*)
8453 # The AIX port of GNU ld has always aspired to compatibility
8454 # with the native linker. However, as the warning in the GNU ld
8455 # block says, versions before 2.19.5* couldn't really create working
8456 # shared libraries, regardless of the interface used.
8457 case `$LD -v 2>&1` in
8458 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8459 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8460 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8461 *)
8462 lt_use_gnu_ld_interface=yes
8463 ;;
8464 esac
8465 ;;
8466 *)
8467 lt_use_gnu_ld_interface=yes
8468 ;;
8469 esac
8470 fi
f0569246 8471
6bb11ab3
L
8472 if test "$lt_use_gnu_ld_interface" = yes; then
8473 # If archive_cmds runs LD, not CC, wlarc should be empty
8474 wlarc='${wl}'
8475
8476 # Set some defaults for GNU ld with shared library support. These
8477 # are reset later if shared libraries are not supported. Putting them
8478 # here allows them to be overridden if necessary.
8479 runpath_var=LD_RUN_PATH
8480 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8481 export_dynamic_flag_spec='${wl}--export-dynamic'
8482 # ancient GNU ld didn't support --whole-archive et. al.
8483 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8484 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8485 else
8486 whole_archive_flag_spec=
8487 fi
8488 supports_anon_versioning=no
8489 case `$LD -v 2>&1` in
8490 *GNU\ gold*) supports_anon_versioning=yes ;;
8491 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8492 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8493 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8494 *\ 2.11.*) ;; # other 2.11 versions
8495 *) supports_anon_versioning=yes ;;
8496 esac
8497
8498 # See if GNU ld supports shared libraries.
8499 case $host_os in
8500 aix[3-9]*)
8501 # On AIX/PPC, the GNU linker is very broken
8502 if test "$host_cpu" != ia64; then
8503 ld_shlibs=no
8504 cat <<_LT_EOF 1>&2
8505
8506*** Warning: the GNU linker, at least up to release 2.19, is reported
8507*** to be unable to reliably create shared libraries on AIX.
8508*** Therefore, libtool is disabling shared libraries support. If you
8509*** really care for shared libraries, you may want to install binutils
8510*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8511*** You will then need to restart the configuration process.
8512
8513_LT_EOF
8514 fi
8515 ;;
8516
8517 amigaos*)
8518 case $host_cpu in
8519 powerpc)
8520 # see comment about AmigaOS4 .so support
8521 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8522 archive_expsym_cmds=''
8523 ;;
8524 m68k)
8525 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)'
8526 hardcode_libdir_flag_spec='-L$libdir'
8527 hardcode_minus_L=yes
8528 ;;
8529 esac
8530 ;;
8531
8532 beos*)
8533 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8534 allow_undefined_flag=unsupported
8535 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8536 # support --undefined. This deserves some investigation. FIXME
8537 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8538 else
8539 ld_shlibs=no
8540 fi
8541 ;;
8542
8543 cygwin* | mingw* | pw32* | cegcc*)
8544 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8545 # as there is no search path for DLLs.
8546 hardcode_libdir_flag_spec='-L$libdir'
8547 export_dynamic_flag_spec='${wl}--export-all-symbols'
8548 allow_undefined_flag=unsupported
8549 always_export_symbols=no
8550 enable_shared_with_static_runtimes=yes
8551 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8552
8553 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8554 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8555 # If the export-symbols file already is a .def file (1st line
8556 # is EXPORTS), use it as is; otherwise, prepend...
8557 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8558 cp $export_symbols $output_objdir/$soname.def;
8559 else
8560 echo EXPORTS > $output_objdir/$soname.def;
8561 cat $export_symbols >> $output_objdir/$soname.def;
8562 fi~
8563 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8564 else
8565 ld_shlibs=no
8566 fi
8567 ;;
8568
8569 haiku*)
8570 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8571 link_all_deplibs=yes
8572 ;;
8573
8574 interix[3-9]*)
8575 hardcode_direct=no
8576 hardcode_shlibpath_var=no
8577 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8578 export_dynamic_flag_spec='${wl}-E'
8579 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8580 # Instead, shared libraries are loaded at an image base (0x10000000 by
8581 # default) and relocated if they conflict, which is a slow very memory
8582 # consuming and fragmenting process. To avoid this, we pick a random,
8583 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8584 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8585 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8586 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'
8587 ;;
8588
8589 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8590 tmp_diet=no
8591 if test "$host_os" = linux-dietlibc; then
8592 case $cc_basename in
8593 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8594 esac
8595 fi
8596 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8597 && test "$tmp_diet" = no
8598 then
ae7d0cac 8599 tmp_addflag=' $pic_flag'
6bb11ab3
L
8600 tmp_sharedflag='-shared'
8601 case $cc_basename,$host_cpu in
8602 pgcc*) # Portland Group C compiler
8603 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'
8604 tmp_addflag=' $pic_flag'
8605 ;;
8606 pgf77* | pgf90* | pgf95* | pgfortran*)
8607 # Portland Group f77 and f90 compilers
8608 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'
8609 tmp_addflag=' $pic_flag -Mnomain' ;;
8610 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8611 tmp_addflag=' -i_dynamic' ;;
8612 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8613 tmp_addflag=' -i_dynamic -nofor_main' ;;
8614 ifc* | ifort*) # Intel Fortran compiler
8615 tmp_addflag=' -nofor_main' ;;
8616 lf95*) # Lahey Fortran 8.1
8617 whole_archive_flag_spec=
8618 tmp_sharedflag='--shared' ;;
8619 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8620 tmp_sharedflag='-qmkshrobj'
8621 tmp_addflag= ;;
8622 nvcc*) # Cuda Compiler Driver 2.2
8623 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'
8624 compiler_needs_object=yes
8625 ;;
8626 esac
8627 case `$CC -V 2>&1 | sed 5q` in
8628 *Sun\ C*) # Sun C 5.9
8629 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'
8630 compiler_needs_object=yes
8631 tmp_sharedflag='-G' ;;
8632 *Sun\ F*) # Sun Fortran 8.3
8633 tmp_sharedflag='-G' ;;
8634 esac
8635 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8636
8637 if test "x$supports_anon_versioning" = xyes; then
8638 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8639 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8640 echo "local: *; };" >> $output_objdir/$libname.ver~
8641 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8642 fi
8643
8644 case $cc_basename in
8645 xlf* | bgf* | bgxlf* | mpixlf*)
8646 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8647 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8648 hardcode_libdir_flag_spec=
8649 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8650 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8651 if test "x$supports_anon_versioning" = xyes; then
8652 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8653 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8654 echo "local: *; };" >> $output_objdir/$libname.ver~
8655 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8656 fi
8657 ;;
8658 esac
8659 else
8660 ld_shlibs=no
8661 fi
8662 ;;
8663
8664 netbsd*)
8665 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8666 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8667 wlarc=
8668 else
8669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8670 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8671 fi
8672 ;;
8673
8674 solaris*)
8675 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8676 ld_shlibs=no
8677 cat <<_LT_EOF 1>&2
8678
8679*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8680*** create shared libraries on Solaris systems. Therefore, libtool
8681*** is disabling shared libraries support. We urge you to upgrade GNU
8682*** binutils to release 2.9.1 or newer. Another option is to modify
8683*** your PATH or compiler configuration so that the native linker is
8684*** used, and then restart.
8685
8686_LT_EOF
8687 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8688 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8689 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8690 else
8691 ld_shlibs=no
8692 fi
8693 ;;
8694
8695 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8696 case `$LD -v 2>&1` in
8697 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8698 ld_shlibs=no
8699 cat <<_LT_EOF 1>&2
8700
8701*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8702*** reliably create shared libraries on SCO systems. Therefore, libtool
8703*** is disabling shared libraries support. We urge you to upgrade GNU
8704*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8705*** your PATH or compiler configuration so that the native linker is
8706*** used, and then restart.
8707
8708_LT_EOF
8709 ;;
8710 *)
8711 # For security reasons, it is highly recommended that you always
8712 # use absolute paths for naming shared libraries, and exclude the
8713 # DT_RUNPATH tag from executables and libraries. But doing so
8714 # requires that you compile everything twice, which is a pain.
8715 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8716 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8717 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8718 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8719 else
8720 ld_shlibs=no
8721 fi
8722 ;;
8723 esac
8724 ;;
8725
8726 sunos4*)
8727 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8728 wlarc=
8729 hardcode_direct=yes
8730 hardcode_shlibpath_var=no
8731 ;;
8732
8733 *)
8734 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8735 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8736 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8737 else
8738 ld_shlibs=no
8739 fi
8740 ;;
8741 esac
8742
8743 if test "$ld_shlibs" = no; then
8744 runpath_var=
8745 hardcode_libdir_flag_spec=
8746 export_dynamic_flag_spec=
8747 whole_archive_flag_spec=
8748 fi
8749 else
8750 # PORTME fill in a description of your system's linker (not GNU ld)
8751 case $host_os in
8752 aix3*)
8753 allow_undefined_flag=unsupported
8754 always_export_symbols=yes
8755 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'
8756 # Note: this linker hardcodes the directories in LIBPATH if there
8757 # are no directories specified by -L.
8758 hardcode_minus_L=yes
8759 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8760 # Neither direct hardcoding nor static linking is supported with a
8761 # broken collect2.
8762 hardcode_direct=unsupported
8763 fi
8764 ;;
8765
8766 aix[4-9]*)
8767 if test "$host_cpu" = ia64; then
8768 # On IA64, the linker does run time linking by default, so we don't
8769 # have to do anything special.
8770 aix_use_runtimelinking=no
8771 exp_sym_flag='-Bexport'
8772 no_entry_flag=""
8773 else
8774 # If we're using GNU nm, then we don't want the "-C" option.
8775 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8776 # Also, AIX nm treats weak defined symbols like other global
8777 # defined symbols, whereas GNU nm marks them as "W".
8778 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8779 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'
8780 else
5c887dd5 8781 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
8782 fi
8783 aix_use_runtimelinking=no
8784
8785 # Test if we are trying to use run time linking or normal
8786 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8787 # need to do runtime linking.
8788 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8789 for ld_flag in $LDFLAGS; do
8790 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8791 aix_use_runtimelinking=yes
8792 break
8793 fi
8794 done
8795 ;;
8796 esac
8797
8798 exp_sym_flag='-bexport'
8799 no_entry_flag='-bnoentry'
8800 fi
8801
8802 # When large executables or shared objects are built, AIX ld can
8803 # have problems creating the table of contents. If linking a library
8804 # or program results in "error TOC overflow" add -mminimal-toc to
8805 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8806 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8807
8808 archive_cmds=''
8809 hardcode_direct=yes
8810 hardcode_direct_absolute=yes
8811 hardcode_libdir_separator=':'
8812 link_all_deplibs=yes
8813 file_list_spec='${wl}-f,'
8814
8815 if test "$GCC" = yes; then
8816 case $host_os in aix4.[012]|aix4.[012].*)
8817 # We only want to do this on AIX 4.2 and lower, the check
8818 # below for broken collect2 doesn't work under 4.3+
8819 collect2name=`${CC} -print-prog-name=collect2`
8820 if test -f "$collect2name" &&
8821 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8822 then
8823 # We have reworked collect2
8824 :
8825 else
8826 # We have old collect2
8827 hardcode_direct=unsupported
8828 # It fails to find uninstalled libraries when the uninstalled
8829 # path is not listed in the libpath. Setting hardcode_minus_L
8830 # to unsupported forces relinking
8831 hardcode_minus_L=yes
8832 hardcode_libdir_flag_spec='-L$libdir'
8833 hardcode_libdir_separator=
8834 fi
8835 ;;
8836 esac
8837 shared_flag='-shared'
8838 if test "$aix_use_runtimelinking" = yes; then
8839 shared_flag="$shared_flag "'${wl}-G'
8840 fi
8841 else
8842 # not using gcc
8843 if test "$host_cpu" = ia64; then
8844 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8845 # chokes on -Wl,-G. The following line is correct:
8846 shared_flag='-G'
8847 else
8848 if test "$aix_use_runtimelinking" = yes; then
8849 shared_flag='${wl}-G'
8850 else
8851 shared_flag='${wl}-bM:SRE'
8852 fi
8853 fi
8854 fi
8855
8856 export_dynamic_flag_spec='${wl}-bexpall'
8857 # It seems that -bexpall does not export symbols beginning with
8858 # underscore (_), so it is better to generate a list of symbols to export.
8859 always_export_symbols=yes
8860 if test "$aix_use_runtimelinking" = yes; then
8861 # Warning - without using the other runtime loading flags (-brtl),
8862 # -berok will link without error, but may produce a broken library.
8863 allow_undefined_flag='-berok'
8864 # Determine the default libpath from the value encoded in an
8865 # empty executable.
8866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8867/* end confdefs.h. */
8868
8869int
8870main ()
8871{
8872
8873 ;
8874 return 0;
8875}
8876_ACEOF
6bb11ab3 8877if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8878
6bb11ab3
L
8879lt_aix_libpath_sed='
8880 /Import File Strings/,/^$/ {
8881 /^0/ {
8882 s/^0 *\(.*\)$/\1/
8883 p
8884 }
8885 }'
8886aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8887# Check for a 64-bit object if we didn't find anything.
8888if test -z "$aix_libpath"; then
8889 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8890fi
8891fi
8892rm -f core conftest.err conftest.$ac_objext \
8893 conftest$ac_exeext conftest.$ac_ext
8894if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8895
8896 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8897 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"
8898 else
8899 if test "$host_cpu" = ia64; then
8900 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8901 allow_undefined_flag="-z nodefs"
8902 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"
8903 else
8904 # Determine the default libpath from the value encoded in an
8905 # empty executable.
81ecdfbb
RW
8906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8907/* end confdefs.h. */
8908
8909int
8910main ()
8911{
b7026657 8912
81ecdfbb
RW
8913 ;
8914 return 0;
8915}
8916_ACEOF
6bb11ab3
L
8917if ac_fn_c_try_link "$LINENO"; then :
8918
8919lt_aix_libpath_sed='
8920 /Import File Strings/,/^$/ {
8921 /^0/ {
8922 s/^0 *\(.*\)$/\1/
8923 p
8924 }
8925 }'
8926aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8927# Check for a 64-bit object if we didn't find anything.
8928if test -z "$aix_libpath"; then
8929 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 8930fi
81ecdfbb 8931fi
6bb11ab3
L
8932rm -f core conftest.err conftest.$ac_objext \
8933 conftest$ac_exeext conftest.$ac_ext
8934if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8935
8936 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8937 # Warning - without using the other run time loading flags,
8938 # -berok will link without error, but may produce a broken library.
8939 no_undefined_flag=' ${wl}-bernotok'
8940 allow_undefined_flag=' ${wl}-berok'
8941 if test "$with_gnu_ld" = yes; then
8942 # We only use this code for GNU lds that support --whole-archive.
8943 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8944 else
8945 # Exported symbols can be pulled into shared objects from archives
8946 whole_archive_flag_spec='$convenience'
8947 fi
8948 archive_cmds_need_lc=yes
8949 # This is similar to how AIX traditionally builds its shared libraries.
8950 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'
8951 fi
8952 fi
8953 ;;
8954
8955 amigaos*)
8956 case $host_cpu in
8957 powerpc)
8958 # see comment about AmigaOS4 .so support
8959 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8960 archive_expsym_cmds=''
8961 ;;
8962 m68k)
8963 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)'
8964 hardcode_libdir_flag_spec='-L$libdir'
8965 hardcode_minus_L=yes
8966 ;;
8967 esac
8968 ;;
8969
8970 bsdi[45]*)
8971 export_dynamic_flag_spec=-rdynamic
8972 ;;
8973
8974 cygwin* | mingw* | pw32* | cegcc*)
8975 # When not using gcc, we currently assume that we are using
8976 # Microsoft Visual C++.
8977 # hardcode_libdir_flag_spec is actually meaningless, as there is
8978 # no search path for DLLs.
8979 hardcode_libdir_flag_spec=' '
8980 allow_undefined_flag=unsupported
8981 # Tell ltmain to make .lib files, not .a files.
8982 libext=lib
8983 # Tell ltmain to make .dll files, not .so files.
8984 shrext_cmds=".dll"
8985 # FIXME: Setting linknames here is a bad hack.
8986 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8987 # The linker will automatically build a .lib file if we build a DLL.
8988 old_archive_from_new_cmds='true'
8989 # FIXME: Should let the user specify the lib program.
8990 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8991 fix_srcfile_path='`cygpath -w "$srcfile"`'
8992 enable_shared_with_static_runtimes=yes
8993 ;;
8994
8995 darwin* | rhapsody*)
8996
8997
8998 archive_cmds_need_lc=no
8999 hardcode_direct=no
9000 hardcode_automatic=yes
9001 hardcode_shlibpath_var=unsupported
9002 if test "$lt_cv_ld_force_load" = "yes"; then
9003 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 9004 else
6bb11ab3 9005 whole_archive_flag_spec=''
f0569246 9006 fi
6bb11ab3
L
9007 link_all_deplibs=yes
9008 allow_undefined_flag="$_lt_dar_allow_undefined"
9009 case $cc_basename in
9010 ifort*) _lt_dar_can_shared=yes ;;
9011 *) _lt_dar_can_shared=$GCC ;;
9012 esac
9013 if test "$_lt_dar_can_shared" = "yes"; then
9014 output_verbose_link_cmd=func_echo_all
9015 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9016 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9017 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}"
9018 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}"
9019
f0569246 9020 else
6bb11ab3 9021 ld_shlibs=no
f0569246 9022 fi
6bb11ab3
L
9023
9024 ;;
9025
9026 dgux*)
9027 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9028 hardcode_libdir_flag_spec='-L$libdir'
9029 hardcode_shlibpath_var=no
9030 ;;
9031
9032 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9033 # support. Future versions do this automatically, but an explicit c++rt0.o
9034 # does not break anything, and helps significantly (at the cost of a little
9035 # extra space).
9036 freebsd2.2*)
9037 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9038 hardcode_libdir_flag_spec='-R$libdir'
9039 hardcode_direct=yes
9040 hardcode_shlibpath_var=no
9041 ;;
9042
9043 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9044 freebsd2.*)
9045 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9046 hardcode_direct=yes
9047 hardcode_minus_L=yes
9048 hardcode_shlibpath_var=no
9049 ;;
9050
9051 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9052 freebsd* | dragonfly*)
9053 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9054 hardcode_libdir_flag_spec='-R$libdir'
9055 hardcode_direct=yes
9056 hardcode_shlibpath_var=no
9057 ;;
9058
9059 hpux9*)
9060 if test "$GCC" = yes; then
9061 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'
9062 else
9063 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'
9064 fi
9065 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9066 hardcode_libdir_separator=:
9067 hardcode_direct=yes
9068
9069 # hardcode_minus_L: Not really in the search PATH,
9070 # but as the default location of the library.
9071 hardcode_minus_L=yes
9072 export_dynamic_flag_spec='${wl}-E'
9073 ;;
9074
9075 hpux10*)
9076 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9077 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9078 else
9079 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9080 fi
9081 if test "$with_gnu_ld" = no; then
9082 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9083 hardcode_libdir_flag_spec_ld='+b $libdir'
9084 hardcode_libdir_separator=:
9085 hardcode_direct=yes
9086 hardcode_direct_absolute=yes
9087 export_dynamic_flag_spec='${wl}-E'
9088 # hardcode_minus_L: Not really in the search PATH,
9089 # but as the default location of the library.
9090 hardcode_minus_L=yes
9091 fi
9092 ;;
9093
9094 hpux11*)
9095 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9096 case $host_cpu in
9097 hppa*64*)
9098 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9099 ;;
9100 ia64*)
9101 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9102 ;;
9103 *)
9104 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9105 ;;
9106 esac
9107 else
9108 case $host_cpu in
9109 hppa*64*)
9110 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9111 ;;
9112 ia64*)
9113 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9114 ;;
9115 *)
9116
9117 # Older versions of the 11.00 compiler do not understand -b yet
9118 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9120$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9121if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9122 $as_echo_n "(cached) " >&6
f0569246 9123else
6bb11ab3
L
9124 lt_cv_prog_compiler__b=no
9125 save_LDFLAGS="$LDFLAGS"
9126 LDFLAGS="$LDFLAGS -b"
9127 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9128 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9129 # The linker can only warn and ignore the option if not recognized
9130 # So say no if there are warnings
9131 if test -s conftest.err; then
9132 # Append any errors to the config.log.
9133 cat conftest.err 1>&5
9134 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9135 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9136 if diff conftest.exp conftest.er2 >/dev/null; then
9137 lt_cv_prog_compiler__b=yes
9138 fi
9139 else
9140 lt_cv_prog_compiler__b=yes
9141 fi
9142 fi
9143 $RM -r conftest*
9144 LDFLAGS="$save_LDFLAGS"
f0569246 9145
6bb11ab3
L
9146fi
9147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9148$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9149
6bb11ab3
L
9150if test x"$lt_cv_prog_compiler__b" = xyes; then
9151 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9152else
9153 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9154fi
81ecdfbb 9155
6bb11ab3
L
9156 ;;
9157 esac
9158 fi
9159 if test "$with_gnu_ld" = no; then
9160 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9161 hardcode_libdir_separator=:
9162
9163 case $host_cpu in
9164 hppa*64*|ia64*)
9165 hardcode_direct=no
9166 hardcode_shlibpath_var=no
9167 ;;
9168 *)
9169 hardcode_direct=yes
9170 hardcode_direct_absolute=yes
9171 export_dynamic_flag_spec='${wl}-E'
9172
9173 # hardcode_minus_L: Not really in the search PATH,
9174 # but as the default location of the library.
9175 hardcode_minus_L=yes
9176 ;;
9177 esac
9178 fi
9179 ;;
9180
9181 irix5* | irix6* | nonstopux*)
9182 if test "$GCC" = yes; then
9183 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'
9184 # Try to use the -exported_symbol ld option, if it does not
9185 # work, assume that -exports_file does not work either and
9186 # implicitly export all symbols.
9187 save_LDFLAGS="$LDFLAGS"
9188 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9190/* end confdefs.h. */
9191int foo(void) {}
b7026657 9192_ACEOF
6bb11ab3
L
9193if ac_fn_c_try_link "$LINENO"; then :
9194 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
b34f6357 9195
f0569246 9196fi
6bb11ab3
L
9197rm -f core conftest.err conftest.$ac_objext \
9198 conftest$ac_exeext conftest.$ac_ext
9199 LDFLAGS="$save_LDFLAGS"
9200 else
9201 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'
9202 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'
9203 fi
9204 archive_cmds_need_lc='no'
9205 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9206 hardcode_libdir_separator=:
9207 inherit_rpath=yes
9208 link_all_deplibs=yes
9209 ;;
9210
9211 netbsd*)
9212 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9213 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9214 else
9215 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9216 fi
9217 hardcode_libdir_flag_spec='-R$libdir'
9218 hardcode_direct=yes
9219 hardcode_shlibpath_var=no
9220 ;;
9221
9222 newsos6)
9223 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9224 hardcode_direct=yes
9225 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9226 hardcode_libdir_separator=:
9227 hardcode_shlibpath_var=no
9228 ;;
9229
9230 *nto* | *qnx*)
9231 ;;
9232
9233 openbsd*)
9234 if test -f /usr/libexec/ld.so; then
9235 hardcode_direct=yes
9236 hardcode_shlibpath_var=no
9237 hardcode_direct_absolute=yes
9238 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9239 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9240 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9241 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9242 export_dynamic_flag_spec='${wl}-E'
9243 else
9244 case $host_os in
9245 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9246 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9247 hardcode_libdir_flag_spec='-R$libdir'
9248 ;;
9249 *)
9250 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9251 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9252 ;;
9253 esac
9254 fi
9255 else
9256 ld_shlibs=no
9257 fi
9258 ;;
9259
9260 os2*)
9261 hardcode_libdir_flag_spec='-L$libdir'
9262 hardcode_minus_L=yes
9263 allow_undefined_flag=unsupported
9264 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'
9265 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9266 ;;
9267
9268 osf3*)
9269 if test "$GCC" = yes; then
9270 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9271 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'
9272 else
9273 allow_undefined_flag=' -expect_unresolved \*'
9274 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'
9275 fi
9276 archive_cmds_need_lc='no'
9277 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9278 hardcode_libdir_separator=:
9279 ;;
9280
9281 osf4* | osf5*) # as osf3* with the addition of -msym flag
9282 if test "$GCC" = yes; then
9283 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9284 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'
9285 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9286 else
9287 allow_undefined_flag=' -expect_unresolved \*'
9288 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'
9289 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~
9290 $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'
9291
9292 # Both c and cxx compiler support -rpath directly
9293 hardcode_libdir_flag_spec='-rpath $libdir'
9294 fi
9295 archive_cmds_need_lc='no'
9296 hardcode_libdir_separator=:
9297 ;;
9298
9299 solaris*)
9300 no_undefined_flag=' -z defs'
9301 if test "$GCC" = yes; then
9302 wlarc='${wl}'
9303 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9304 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9305 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9306 else
9307 case `$CC -V 2>&1` in
9308 *"Compilers 5.0"*)
9309 wlarc=''
9310 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9311 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9312 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9313 ;;
9314 *)
9315 wlarc='${wl}'
9316 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9317 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9318 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9319 ;;
9320 esac
9321 fi
9322 hardcode_libdir_flag_spec='-R$libdir'
9323 hardcode_shlibpath_var=no
9324 case $host_os in
9325 solaris2.[0-5] | solaris2.[0-5].*) ;;
9326 *)
9327 # The compiler driver will combine and reorder linker options,
9328 # but understands `-z linker_flag'. GCC discards it without `$wl',
9329 # but is careful enough not to reorder.
9330 # Supported since Solaris 2.6 (maybe 2.5.1?)
9331 if test "$GCC" = yes; then
9332 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9333 else
9334 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9335 fi
9336 ;;
9337 esac
9338 link_all_deplibs=yes
9339 ;;
9340
9341 sunos4*)
9342 if test "x$host_vendor" = xsequent; then
9343 # Use $CC to link under sequent, because it throws in some extra .o
9344 # files that make .init and .fini sections work.
9345 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9346 else
9347 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9348 fi
9349 hardcode_libdir_flag_spec='-L$libdir'
9350 hardcode_direct=yes
9351 hardcode_minus_L=yes
9352 hardcode_shlibpath_var=no
9353 ;;
9354
9355 sysv4)
9356 case $host_vendor in
9357 sni)
9358 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9359 hardcode_direct=yes # is this really true???
9360 ;;
9361 siemens)
9362 ## LD is ld it makes a PLAMLIB
9363 ## CC just makes a GrossModule.
9364 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9365 reload_cmds='$CC -r -o $output$reload_objs'
9366 hardcode_direct=no
9367 ;;
9368 motorola)
9369 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9370 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9371 ;;
9372 esac
9373 runpath_var='LD_RUN_PATH'
9374 hardcode_shlibpath_var=no
9375 ;;
9376
9377 sysv4.3*)
9378 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9379 hardcode_shlibpath_var=no
9380 export_dynamic_flag_spec='-Bexport'
9381 ;;
9382
9383 sysv4*MP*)
9384 if test -d /usr/nec; then
9385 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9386 hardcode_shlibpath_var=no
9387 runpath_var=LD_RUN_PATH
9388 hardcode_runpath_var=yes
9389 ld_shlibs=yes
9390 fi
9391 ;;
9392
9393 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9394 no_undefined_flag='${wl}-z,text'
9395 archive_cmds_need_lc=no
9396 hardcode_shlibpath_var=no
9397 runpath_var='LD_RUN_PATH'
9398
9399 if test "$GCC" = yes; then
9400 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9401 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9402 else
9403 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9404 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9405 fi
9406 ;;
9407
9408 sysv5* | sco3.2v5* | sco5v6*)
9409 # Note: We can NOT use -z defs as we might desire, because we do not
9410 # link with -lc, and that would cause any symbols used from libc to
9411 # always be unresolved, which means just about no library would
9412 # ever link correctly. If we're not using GNU ld we use -z text
9413 # though, which does catch some bad symbols but isn't as heavy-handed
9414 # as -z defs.
9415 no_undefined_flag='${wl}-z,text'
9416 allow_undefined_flag='${wl}-z,nodefs'
9417 archive_cmds_need_lc=no
9418 hardcode_shlibpath_var=no
9419 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9420 hardcode_libdir_separator=':'
9421 link_all_deplibs=yes
9422 export_dynamic_flag_spec='${wl}-Bexport'
9423 runpath_var='LD_RUN_PATH'
9424
9425 if test "$GCC" = yes; then
9426 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9427 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9428 else
9429 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9430 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9431 fi
9432 ;;
9433
9434 uts4*)
9435 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9436 hardcode_libdir_flag_spec='-L$libdir'
9437 hardcode_shlibpath_var=no
9438 ;;
9439
9440 *)
9441 ld_shlibs=no
9442 ;;
9443 esac
9444
9445 if test x$host_vendor = xsni; then
9446 case $host in
9447 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9448 export_dynamic_flag_spec='${wl}-Blargedynsym'
9449 ;;
9450 esac
9451 fi
9452 fi
9453
9454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9455$as_echo "$ld_shlibs" >&6; }
9456test "$ld_shlibs" = no && can_build_shared=no
9457
9458with_gnu_ld=$with_gnu_ld
9459
9460
9461
9462
b7026657 9463
f0569246 9464
f0569246 9465
6ffe910a 9466
6ffe910a
MF
9467
9468
6ffe910a 9469
f0569246 9470
f0569246
AC
9471
9472
6bb11ab3
L
9473
9474#
9475# Do we need to explicitly link libc?
9476#
9477case "x$archive_cmds_need_lc" in
9478x|xyes)
9479 # Assume -lc should be added
9480 archive_cmds_need_lc=yes
9481
9482 if test "$enable_shared" = yes && test "$GCC" = yes; then
9483 case $archive_cmds in
9484 *'~'*)
9485 # FIXME: we may have to deal with multi-command sequences.
9486 ;;
9487 '$CC '*)
9488 # Test whether the compiler implicitly links with -lc since on some
9489 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9490 # to ld, don't add -lc before -lgcc.
9491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9492$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9493if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9494 $as_echo_n "(cached) " >&6
f0569246 9495else
6bb11ab3
L
9496 $RM conftest*
9497 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9498
9499 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9500 (eval $ac_compile) 2>&5
9501 ac_status=$?
9502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9503 test $ac_status = 0; } 2>conftest.err; then
9504 soname=conftest
9505 lib=conftest
9506 libobjs=conftest.$ac_objext
9507 deplibs=
9508 wl=$lt_prog_compiler_wl
9509 pic_flag=$lt_prog_compiler_pic
9510 compiler_flags=-v
9511 linker_flags=-v
9512 verstring=
9513 output_objdir=.
9514 libname=conftest
9515 lt_save_allow_undefined_flag=$allow_undefined_flag
9516 allow_undefined_flag=
9517 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9518 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9519 ac_status=$?
9520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9521 test $ac_status = 0; }
9522 then
9523 lt_cv_archive_cmds_need_lc=no
9524 else
9525 lt_cv_archive_cmds_need_lc=yes
9526 fi
9527 allow_undefined_flag=$lt_save_allow_undefined_flag
9528 else
9529 cat conftest.err 1>&5
9530 fi
9531 $RM conftest*
b34f6357 9532
6ffe910a 9533fi
6bb11ab3
L
9534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9535$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9536 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9537 ;;
9538 esac
9539 fi
9540 ;;
6ffe910a 9541esac
b34f6357 9542
b34f6357 9543
6ffe910a 9544
b34f6357 9545
81ecdfbb 9546
35695fd6 9547
35695fd6 9548
35695fd6 9549
f0569246 9550
b34f6357 9551
f0569246 9552
b7026657 9553
f0569246 9554
b34f6357 9555
81ecdfbb 9556
b7026657 9557
b34f6357 9558
b34f6357 9559
81ecdfbb 9560
81ecdfbb 9561
81ecdfbb
RW
9562
9563
81ecdfbb 9564
81ecdfbb 9565
f0569246
AC
9566
9567
b34f6357 9568
f0569246 9569
b34f6357 9570
b34f6357 9571
81ecdfbb 9572
b7026657 9573
b34f6357 9574
f0569246 9575
81ecdfbb 9576
f0569246 9577
b34f6357 9578
b34f6357 9579
b7026657 9580
81ecdfbb 9581
b7026657 9582
b34f6357 9583
b34f6357 9584
b7026657
AC
9585
9586
b7026657
AC
9587
9588
6ffe910a 9589
2232061b
MF
9590
9591
2232061b 9592
2232061b
MF
9593
9594
2232061b
MF
9595
9596
2232061b 9597
2232061b
MF
9598
9599
6bb11ab3
L
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9700$as_echo_n "checking dynamic linker characteristics... " >&6; }
9701
9702if test "$GCC" = yes; then
9703 case $host_os in
9704 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9705 *) lt_awk_arg="/^libraries:/" ;;
9706 esac
9707 case $host_os in
9708 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9709 *) lt_sed_strip_eq="s,=/,/,g" ;;
9710 esac
9711 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9712 case $lt_search_path_spec in
9713 *\;*)
9714 # if the path contains ";" then we assume it to be the separator
9715 # otherwise default to the standard path separator (i.e. ":") - it is
9716 # assumed that no part of a normal pathname contains ";" but that should
9717 # okay in the real world where ";" in dirpaths is itself problematic.
9718 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9719 ;;
9720 *)
9721 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9722 ;;
9723 esac
9724 # Ok, now we have the path, separated by spaces, we can step through it
9725 # and add multilib dir if necessary.
9726 lt_tmp_lt_search_path_spec=
9727 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9728 for lt_sys_path in $lt_search_path_spec; do
9729 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9730 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9731 else
9732 test -d "$lt_sys_path" && \
9733 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9734 fi
9735 done
9736 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9737BEGIN {RS=" "; FS="/|\n";} {
9738 lt_foo="";
9739 lt_count=0;
9740 for (lt_i = NF; lt_i > 0; lt_i--) {
9741 if ($lt_i != "" && $lt_i != ".") {
9742 if ($lt_i == "..") {
9743 lt_count++;
9744 } else {
9745 if (lt_count == 0) {
9746 lt_foo="/" $lt_i lt_foo;
9747 } else {
9748 lt_count--;
9749 }
9750 }
9751 }
9752 }
9753 if (lt_foo != "") { lt_freq[lt_foo]++; }
9754 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9755}'`
9756 # AWK program above erroneously prepends '/' to C:/dos/paths
9757 # for these hosts.
9758 case $host_os in
9759 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9760 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9761 esac
9762 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9763else
9764 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9765fi
9766library_names_spec=
9767libname_spec='lib$name'
9768soname_spec=
9769shrext_cmds=".so"
9770postinstall_cmds=
9771postuninstall_cmds=
9772finish_cmds=
9773finish_eval=
9774shlibpath_var=
9775shlibpath_overrides_runpath=unknown
9776version_type=none
9777dynamic_linker="$host_os ld.so"
9778sys_lib_dlsearch_path_spec="/lib /usr/lib"
9779need_lib_prefix=unknown
9780hardcode_into_libs=no
9781
9782# when you set need_version to no, make sure it does not cause -set_version
9783# flags to be left without arguments
9784need_version=unknown
9785
9786case $host_os in
9787aix3*)
9788 version_type=linux
9789 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9790 shlibpath_var=LIBPATH
9791
9792 # AIX 3 has no versioning support, so we append a major version to the name.
9793 soname_spec='${libname}${release}${shared_ext}$major'
9794 ;;
9795
9796aix[4-9]*)
9797 version_type=linux
9798 need_lib_prefix=no
9799 need_version=no
9800 hardcode_into_libs=yes
9801 if test "$host_cpu" = ia64; then
9802 # AIX 5 supports IA64
9803 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9804 shlibpath_var=LD_LIBRARY_PATH
9805 else
9806 # With GCC up to 2.95.x, collect2 would create an import file
9807 # for dependence libraries. The import file would start with
9808 # the line `#! .'. This would cause the generated library to
9809 # depend on `.', always an invalid library. This was fixed in
9810 # development snapshots of GCC prior to 3.0.
9811 case $host_os in
9812 aix4 | aix4.[01] | aix4.[01].*)
9813 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9814 echo ' yes '
9815 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9816 :
9817 else
9818 can_build_shared=no
9819 fi
9820 ;;
9821 esac
9822 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9823 # soname into executable. Probably we can add versioning support to
9824 # collect2, so additional links can be useful in future.
9825 if test "$aix_use_runtimelinking" = yes; then
9826 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9827 # instead of lib<name>.a to let people know that these are not
9828 # typical AIX shared libraries.
9829 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9830 else
9831 # We preserve .a as extension for shared libraries through AIX4.2
9832 # and later when we are not doing run time linking.
9833 library_names_spec='${libname}${release}.a $libname.a'
9834 soname_spec='${libname}${release}${shared_ext}$major'
9835 fi
9836 shlibpath_var=LIBPATH
9837 fi
9838 ;;
9839
9840amigaos*)
9841 case $host_cpu in
9842 powerpc)
9843 # Since July 2007 AmigaOS4 officially supports .so libraries.
9844 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9845 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9846 ;;
9847 m68k)
9848 library_names_spec='$libname.ixlibrary $libname.a'
9849 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9850 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'
9851 ;;
9852 esac
9853 ;;
9854
9855beos*)
9856 library_names_spec='${libname}${shared_ext}'
9857 dynamic_linker="$host_os ld.so"
9858 shlibpath_var=LIBRARY_PATH
9859 ;;
9860
9861bsdi[45]*)
9862 version_type=linux
9863 need_version=no
9864 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9865 soname_spec='${libname}${release}${shared_ext}$major'
9866 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9867 shlibpath_var=LD_LIBRARY_PATH
9868 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9869 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9870 # the default ld.so.conf also contains /usr/contrib/lib and
9871 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9872 # libtool to hard-code these into programs
9873 ;;
9874
9875cygwin* | mingw* | pw32* | cegcc*)
9876 version_type=windows
9877 shrext_cmds=".dll"
9878 need_version=no
9879 need_lib_prefix=no
9880
9881 case $GCC,$host_os in
9882 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9883 library_names_spec='$libname.dll.a'
9884 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9885 postinstall_cmds='base_file=`basename \${file}`~
9886 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9887 dldir=$destdir/`dirname \$dlpath`~
9888 test -d \$dldir || mkdir -p \$dldir~
9889 $install_prog $dir/$dlname \$dldir/$dlname~
9890 chmod a+x \$dldir/$dlname~
9891 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9892 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9893 fi'
9894 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9895 dlpath=$dir/\$dldll~
9896 $RM \$dlpath'
9897 shlibpath_overrides_runpath=yes
9898
9899 case $host_os in
9900 cygwin*)
9901 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9902 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9903
9904 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9905 ;;
9906 mingw* | cegcc*)
9907 # MinGW DLLs use traditional 'lib' prefix
9908 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9909 ;;
9910 pw32*)
9911 # pw32 DLLs use 'pw' prefix rather than 'lib'
9912 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9913 ;;
9914 esac
9915 ;;
9916
9917 *)
9918 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9919 ;;
9920 esac
9921 dynamic_linker='Win32 ld.exe'
9922 # FIXME: first we should search . and the directory the executable is in
9923 shlibpath_var=PATH
9924 ;;
9925
9926darwin* | rhapsody*)
9927 dynamic_linker="$host_os dyld"
9928 version_type=darwin
9929 need_lib_prefix=no
9930 need_version=no
9931 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9932 soname_spec='${libname}${release}${major}$shared_ext'
9933 shlibpath_overrides_runpath=yes
9934 shlibpath_var=DYLD_LIBRARY_PATH
9935 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9936
9937 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9938 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9939 ;;
9940
9941dgux*)
9942 version_type=linux
9943 need_lib_prefix=no
9944 need_version=no
9945 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9946 soname_spec='${libname}${release}${shared_ext}$major'
9947 shlibpath_var=LD_LIBRARY_PATH
9948 ;;
9949
9950freebsd* | dragonfly*)
9951 # DragonFly does not have aout. When/if they implement a new
9952 # versioning mechanism, adjust this.
9953 if test -x /usr/bin/objformat; then
9954 objformat=`/usr/bin/objformat`
9955 else
9956 case $host_os in
9957 freebsd[23].*) objformat=aout ;;
9958 *) objformat=elf ;;
9959 esac
9960 fi
9961 version_type=freebsd-$objformat
9962 case $version_type in
9963 freebsd-elf*)
9964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9965 need_version=no
9966 need_lib_prefix=no
9967 ;;
9968 freebsd-*)
9969 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9970 need_version=yes
9971 ;;
9972 esac
9973 shlibpath_var=LD_LIBRARY_PATH
9974 case $host_os in
9975 freebsd2.*)
9976 shlibpath_overrides_runpath=yes
9977 ;;
9978 freebsd3.[01]* | freebsdelf3.[01]*)
9979 shlibpath_overrides_runpath=yes
9980 hardcode_into_libs=yes
9981 ;;
9982 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9983 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9984 shlibpath_overrides_runpath=no
9985 hardcode_into_libs=yes
9986 ;;
9987 *) # from 4.6 on, and DragonFly
9988 shlibpath_overrides_runpath=yes
9989 hardcode_into_libs=yes
9990 ;;
9991 esac
9992 ;;
9993
6bb11ab3
L
9994haiku*)
9995 version_type=linux
9996 need_lib_prefix=no
9997 need_version=no
9998 dynamic_linker="$host_os runtime_loader"
9999 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10000 soname_spec='${libname}${release}${shared_ext}$major'
10001 shlibpath_var=LIBRARY_PATH
10002 shlibpath_overrides_runpath=yes
10003 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10004 hardcode_into_libs=yes
10005 ;;
10006
10007hpux9* | hpux10* | hpux11*)
10008 # Give a soname corresponding to the major version so that dld.sl refuses to
10009 # link against other versions.
10010 version_type=sunos
10011 need_lib_prefix=no
10012 need_version=no
10013 case $host_cpu in
10014 ia64*)
10015 shrext_cmds='.so'
10016 hardcode_into_libs=yes
10017 dynamic_linker="$host_os dld.so"
10018 shlibpath_var=LD_LIBRARY_PATH
10019 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10021 soname_spec='${libname}${release}${shared_ext}$major'
10022 if test "X$HPUX_IA64_MODE" = X32; then
10023 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10024 else
10025 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10026 fi
10027 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10028 ;;
10029 hppa*64*)
10030 shrext_cmds='.sl'
10031 hardcode_into_libs=yes
10032 dynamic_linker="$host_os dld.sl"
10033 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10034 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10035 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10036 soname_spec='${libname}${release}${shared_ext}$major'
10037 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10038 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10039 ;;
10040 *)
10041 shrext_cmds='.sl'
10042 dynamic_linker="$host_os dld.sl"
10043 shlibpath_var=SHLIB_PATH
10044 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10046 soname_spec='${libname}${release}${shared_ext}$major'
10047 ;;
10048 esac
10049 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10050 postinstall_cmds='chmod 555 $lib'
10051 # or fails outright, so override atomically:
10052 install_override_mode=555
10053 ;;
10054
10055interix[3-9]*)
10056 version_type=linux
10057 need_lib_prefix=no
10058 need_version=no
10059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10060 soname_spec='${libname}${release}${shared_ext}$major'
10061 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10062 shlibpath_var=LD_LIBRARY_PATH
10063 shlibpath_overrides_runpath=no
10064 hardcode_into_libs=yes
10065 ;;
10066
10067irix5* | irix6* | nonstopux*)
10068 case $host_os in
10069 nonstopux*) version_type=nonstopux ;;
10070 *)
10071 if test "$lt_cv_prog_gnu_ld" = yes; then
10072 version_type=linux
10073 else
10074 version_type=irix
10075 fi ;;
10076 esac
10077 need_lib_prefix=no
10078 need_version=no
10079 soname_spec='${libname}${release}${shared_ext}$major'
10080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10081 case $host_os in
10082 irix5* | nonstopux*)
10083 libsuff= shlibsuff=
10084 ;;
10085 *)
10086 case $LD in # libtool.m4 will add one of these switches to LD
10087 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10088 libsuff= shlibsuff= libmagic=32-bit;;
10089 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10090 libsuff=32 shlibsuff=N32 libmagic=N32;;
10091 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10092 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10093 *) libsuff= shlibsuff= libmagic=never-match;;
10094 esac
10095 ;;
10096 esac
10097 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10098 shlibpath_overrides_runpath=no
10099 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10100 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10101 hardcode_into_libs=yes
10102 ;;
10103
10104# No shared lib support for Linux oldld, aout, or coff.
10105linux*oldld* | linux*aout* | linux*coff*)
10106 dynamic_linker=no
10107 ;;
10108
10109# This must be Linux ELF.
46f900c0 10110linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10111 version_type=linux
10112 need_lib_prefix=no
10113 need_version=no
10114 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10115 soname_spec='${libname}${release}${shared_ext}$major'
10116 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=no
10119
10120 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10121 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10122 $as_echo_n "(cached) " >&6
10123else
6bb11ab3
L
10124 lt_cv_shlibpath_overrides_runpath=no
10125 save_LDFLAGS=$LDFLAGS
10126 save_libdir=$libdir
10127 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10128 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10130/* end confdefs.h. */
10131
2232061b
MF
10132int
10133main ()
10134{
10135
10136 ;
10137 return 0;
10138}
10139_ACEOF
6bb11ab3
L
10140if ac_fn_c_try_link "$LINENO"; then :
10141 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10142 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10143fi
2232061b 10144fi
6bb11ab3
L
10145rm -f core conftest.err conftest.$ac_objext \
10146 conftest$ac_exeext conftest.$ac_ext
10147 LDFLAGS=$save_LDFLAGS
10148 libdir=$save_libdir
2232061b 10149
6bb11ab3 10150fi
2232061b 10151
6bb11ab3 10152 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10153
6bb11ab3
L
10154 # This implies no fast_install, which is unacceptable.
10155 # Some rework will be needed to allow for fast_install
10156 # before this can be enabled.
10157 hardcode_into_libs=yes
2232061b 10158
6bb11ab3
L
10159 # Append ld.so.conf contents to the search path
10160 if test -f /etc/ld.so.conf; then
10161 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' ' '`
10162 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10163 fi
2232061b 10164
6bb11ab3
L
10165 # We used to test for /lib/ld.so.1 and disable shared libraries on
10166 # powerpc, because MkLinux only supported shared libraries with the
10167 # GNU dynamic linker. Since this was broken with cross compilers,
10168 # most powerpc-linux boxes support dynamic linking these days and
10169 # people can always --disable-shared, the test was removed, and we
10170 # assume the GNU/Linux dynamic linker is in use.
10171 dynamic_linker='GNU/Linux ld.so'
10172 ;;
10173
10174netbsd*)
10175 version_type=sunos
10176 need_lib_prefix=no
10177 need_version=no
10178 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10180 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10181 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10182 else
6bb11ab3
L
10183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10184 soname_spec='${libname}${release}${shared_ext}$major'
10185 dynamic_linker='NetBSD ld.elf_so'
10186 fi
10187 shlibpath_var=LD_LIBRARY_PATH
10188 shlibpath_overrides_runpath=yes
10189 hardcode_into_libs=yes
10190 ;;
10191
10192newsos6)
10193 version_type=linux
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10195 shlibpath_var=LD_LIBRARY_PATH
10196 shlibpath_overrides_runpath=yes
10197 ;;
10198
10199*nto* | *qnx*)
10200 version_type=qnx
10201 need_lib_prefix=no
10202 need_version=no
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10204 soname_spec='${libname}${release}${shared_ext}$major'
10205 shlibpath_var=LD_LIBRARY_PATH
10206 shlibpath_overrides_runpath=no
10207 hardcode_into_libs=yes
10208 dynamic_linker='ldqnx.so'
10209 ;;
10210
10211openbsd*)
10212 version_type=sunos
10213 sys_lib_dlsearch_path_spec="/usr/lib"
10214 need_lib_prefix=no
10215 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10216 case $host_os in
10217 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10218 *) need_version=no ;;
10219 esac
10220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10221 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10222 shlibpath_var=LD_LIBRARY_PATH
10223 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10224 case $host_os in
10225 openbsd2.[89] | openbsd2.[89].*)
10226 shlibpath_overrides_runpath=no
10227 ;;
10228 *)
10229 shlibpath_overrides_runpath=yes
10230 ;;
10231 esac
10232 else
10233 shlibpath_overrides_runpath=yes
10234 fi
10235 ;;
10236
10237os2*)
10238 libname_spec='$name'
10239 shrext_cmds=".dll"
10240 need_lib_prefix=no
10241 library_names_spec='$libname${shared_ext} $libname.a'
10242 dynamic_linker='OS/2 ld.exe'
10243 shlibpath_var=LIBPATH
10244 ;;
10245
10246osf3* | osf4* | osf5*)
10247 version_type=osf
10248 need_lib_prefix=no
10249 need_version=no
10250 soname_spec='${libname}${release}${shared_ext}$major'
10251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10252 shlibpath_var=LD_LIBRARY_PATH
10253 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10254 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10255 ;;
10256
10257rdos*)
10258 dynamic_linker=no
10259 ;;
10260
10261solaris*)
10262 version_type=linux
10263 need_lib_prefix=no
10264 need_version=no
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 soname_spec='${libname}${release}${shared_ext}$major'
10267 shlibpath_var=LD_LIBRARY_PATH
10268 shlibpath_overrides_runpath=yes
10269 hardcode_into_libs=yes
10270 # ldd complains unless libraries are executable
10271 postinstall_cmds='chmod +x $lib'
10272 ;;
10273
10274sunos4*)
10275 version_type=sunos
10276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10277 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10278 shlibpath_var=LD_LIBRARY_PATH
10279 shlibpath_overrides_runpath=yes
10280 if test "$with_gnu_ld" = yes; then
10281 need_lib_prefix=no
10282 fi
10283 need_version=yes
10284 ;;
10285
10286sysv4 | sysv4.3*)
10287 version_type=linux
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LD_LIBRARY_PATH
10291 case $host_vendor in
10292 sni)
10293 shlibpath_overrides_runpath=no
10294 need_lib_prefix=no
10295 runpath_var=LD_RUN_PATH
10296 ;;
10297 siemens)
10298 need_lib_prefix=no
10299 ;;
10300 motorola)
10301 need_lib_prefix=no
10302 need_version=no
10303 shlibpath_overrides_runpath=no
10304 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10305 ;;
10306 esac
10307 ;;
10308
10309sysv4*MP*)
10310 if test -d /usr/nec ;then
10311 version_type=linux
10312 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10313 soname_spec='$libname${shared_ext}.$major'
10314 shlibpath_var=LD_LIBRARY_PATH
2232061b 10315 fi
6bb11ab3
L
10316 ;;
10317
10318sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10319 version_type=freebsd-elf
10320 need_lib_prefix=no
10321 need_version=no
10322 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10323 soname_spec='${libname}${release}${shared_ext}$major'
10324 shlibpath_var=LD_LIBRARY_PATH
10325 shlibpath_overrides_runpath=yes
10326 hardcode_into_libs=yes
10327 if test "$with_gnu_ld" = yes; then
10328 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10329 else
10330 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10331 case $host_os in
10332 sco3.2v5*)
10333 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10334 ;;
10335 esac
10336 fi
10337 sys_lib_dlsearch_path_spec='/usr/lib'
10338 ;;
10339
10340tpf*)
10341 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10342 version_type=linux
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10346 shlibpath_var=LD_LIBRARY_PATH
10347 shlibpath_overrides_runpath=no
10348 hardcode_into_libs=yes
10349 ;;
10350
10351uts4*)
10352 version_type=linux
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10354 soname_spec='${libname}${release}${shared_ext}$major'
10355 shlibpath_var=LD_LIBRARY_PATH
10356 ;;
10357
10358*)
10359 dynamic_linker=no
10360 ;;
10361esac
10362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10363$as_echo "$dynamic_linker" >&6; }
10364test "$dynamic_linker" = no && can_build_shared=no
10365
10366variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10367if test "$GCC" = yes; then
10368 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10369fi
2232061b 10370
6bb11ab3
L
10371if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10372 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10373fi
10374if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10375 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10376fi
10377
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
2232061b 10403
2232061b 10404
2232061b 10405
2232061b 10406
2232061b
MF
10407
10408
6ffe910a 10409
6ffe910a
MF
10410
10411
10412
10413
10414
2232061b 10415
6ffe910a
MF
10416
10417
10418
10419
6ffe910a 10420
6ffe910a 10421
6ffe910a
MF
10422
10423
6ffe910a 10424
6ffe910a 10425
6ffe910a
MF
10426
10427
5f3ef9d0 10428
5f3ef9d0
JB
10429
10430
10431
db2e4d67
MF
10432
10433
db2e4d67 10434
db2e4d67 10435
db2e4d67 10436
db2e4d67 10437
db2e4d67 10438
db2e4d67 10439
db2e4d67 10440
db2e4d67
MF
10441
10442
db2e4d67 10443
db2e4d67
MF
10444
10445
db2e4d67 10446
db2e4d67
MF
10447
10448
6ffe910a 10449
6ffe910a 10450
6ffe910a
MF
10451
10452
6ffe910a
MF
10453
10454
6ffe910a 10455
6ffe910a 10456
6ffe910a 10457
6ffe910a 10458
6ffe910a 10459
b7026657 10460
b7026657 10461
b34f6357 10462
b7026657 10463
b7026657 10464
b34f6357 10465
b7026657 10466
b7026657 10467
b34f6357 10468
6bb11ab3
L
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10470$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10471hardcode_action=
10472if test -n "$hardcode_libdir_flag_spec" ||
10473 test -n "$runpath_var" ||
10474 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10475
6bb11ab3
L
10476 # We can hardcode non-existent directories.
10477 if test "$hardcode_direct" != no &&
10478 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10479 # have to relink, otherwise we might link with an installed library
10480 # when we should be linking with a yet-to-be-installed one
10481 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10482 test "$hardcode_minus_L" != no; then
10483 # Linking always hardcodes the temporary library directory.
10484 hardcode_action=relink
10485 else
10486 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10487 hardcode_action=immediate
10488 fi
10489else
10490 # We cannot hardcode anything, or else we can only hardcode existing
10491 # directories.
10492 hardcode_action=unsupported
b34f6357 10493fi
6bb11ab3
L
10494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10495$as_echo "$hardcode_action" >&6; }
b7026657 10496
6bb11ab3
L
10497if test "$hardcode_action" = relink ||
10498 test "$inherit_rpath" = yes; then
10499 # Fast installation is not supported
10500 enable_fast_install=no
10501elif test "$shlibpath_overrides_runpath" = yes ||
10502 test "$enable_shared" = no; then
10503 # Fast installation is not necessary
10504 enable_fast_install=needless
10505fi
b34f6357 10506
6bb11ab3
L
10507
10508
10509
10510
10511
10512 if test "x$enable_dlopen" != xyes; then
10513 enable_dlopen=unknown
10514 enable_dlopen_self=unknown
10515 enable_dlopen_self_static=unknown
10516else
10517 lt_cv_dlopen=no
10518 lt_cv_dlopen_libs=
10519
10520 case $host_os in
10521 beos*)
10522 lt_cv_dlopen="load_add_on"
10523 lt_cv_dlopen_libs=
10524 lt_cv_dlopen_self=yes
10525 ;;
10526
10527 mingw* | pw32* | cegcc*)
10528 lt_cv_dlopen="LoadLibrary"
10529 lt_cv_dlopen_libs=
10530 ;;
10531
10532 cygwin*)
10533 lt_cv_dlopen="dlopen"
10534 lt_cv_dlopen_libs=
10535 ;;
10536
10537 darwin*)
10538 # if libdl is installed we need to link against it
10539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10540$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10541if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10542 $as_echo_n "(cached) " >&6
10543else
10544 ac_check_lib_save_LIBS=$LIBS
10545LIBS="-ldl $LIBS"
10546cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10547/* end confdefs.h. */
10548
10549/* Override any GCC internal prototype to avoid an error.
10550 Use char because int might match the return type of a GCC
10551 builtin and then its argument prototype would still apply. */
10552#ifdef __cplusplus
10553extern "C"
10554#endif
10555char dlopen ();
10556int
10557main ()
10558{
10559return dlopen ();
10560 ;
10561 return 0;
10562}
b7026657 10563_ACEOF
6bb11ab3
L
10564if ac_fn_c_try_link "$LINENO"; then :
10565 ac_cv_lib_dl_dlopen=yes
10566else
10567 ac_cv_lib_dl_dlopen=no
10568fi
10569rm -f core conftest.err conftest.$ac_objext \
10570 conftest$ac_exeext conftest.$ac_ext
10571LIBS=$ac_check_lib_save_LIBS
10572fi
10573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10574$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10575if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10576 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10577else
10578
10579 lt_cv_dlopen="dyld"
10580 lt_cv_dlopen_libs=
10581 lt_cv_dlopen_self=yes
b34f6357 10582
b34f6357 10583fi
b34f6357 10584
6bb11ab3 10585 ;;
b34f6357 10586
6bb11ab3
L
10587 *)
10588 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10589if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10590 lt_cv_dlopen="shl_load"
10591else
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10593$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10594if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10595 $as_echo_n "(cached) " >&6
10596else
10597 ac_check_lib_save_LIBS=$LIBS
10598LIBS="-ldld $LIBS"
10599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10600/* end confdefs.h. */
10601
10602/* Override any GCC internal prototype to avoid an error.
10603 Use char because int might match the return type of a GCC
10604 builtin and then its argument prototype would still apply. */
10605#ifdef __cplusplus
10606extern "C"
10607#endif
10608char shl_load ();
10609int
10610main ()
10611{
10612return shl_load ();
10613 ;
10614 return 0;
10615}
10616_ACEOF
10617if ac_fn_c_try_link "$LINENO"; then :
10618 ac_cv_lib_dld_shl_load=yes
10619else
10620 ac_cv_lib_dld_shl_load=no
10621fi
10622rm -f core conftest.err conftest.$ac_objext \
10623 conftest$ac_exeext conftest.$ac_ext
10624LIBS=$ac_check_lib_save_LIBS
10625fi
10626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10627$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10628if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10629 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10630else
10631 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10632if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10633 lt_cv_dlopen="dlopen"
10634else
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10636$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10637if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10638 $as_echo_n "(cached) " >&6
b34f6357 10639else
b7026657 10640 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10641LIBS="-ldl $LIBS"
81ecdfbb 10642cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10643/* end confdefs.h. */
10644
81ecdfbb
RW
10645/* Override any GCC internal prototype to avoid an error.
10646 Use char because int might match the return type of a GCC
10647 builtin and then its argument prototype would still apply. */
b7026657
AC
10648#ifdef __cplusplus
10649extern "C"
10650#endif
6bb11ab3 10651char dlopen ();
b7026657
AC
10652int
10653main ()
10654{
6bb11ab3 10655return dlopen ();
b7026657
AC
10656 ;
10657 return 0;
10658}
10659_ACEOF
81ecdfbb 10660if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10661 ac_cv_lib_dl_dlopen=yes
b7026657 10662else
6bb11ab3 10663 ac_cv_lib_dl_dlopen=no
b7026657 10664fi
81ecdfbb
RW
10665rm -f core conftest.err conftest.$ac_objext \
10666 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10667LIBS=$ac_check_lib_save_LIBS
10668fi
6bb11ab3
L
10669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10670$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10671if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10672 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10673else
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10675$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10676if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10677 $as_echo_n "(cached) " >&6
b34f6357 10678else
b7026657 10679 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10680LIBS="-lsvld $LIBS"
81ecdfbb 10681cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10682/* end confdefs.h. */
b34f6357 10683
81ecdfbb
RW
10684/* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
b7026657
AC
10687#ifdef __cplusplus
10688extern "C"
10689#endif
6bb11ab3 10690char dlopen ();
b7026657
AC
10691int
10692main ()
10693{
6bb11ab3 10694return dlopen ();
b7026657
AC
10695 ;
10696 return 0;
10697}
10698_ACEOF
81ecdfbb 10699if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10700 ac_cv_lib_svld_dlopen=yes
b7026657 10701else
6bb11ab3 10702 ac_cv_lib_svld_dlopen=no
b7026657 10703fi
81ecdfbb
RW
10704rm -f core conftest.err conftest.$ac_objext \
10705 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10706LIBS=$ac_check_lib_save_LIBS
10707fi
6bb11ab3
L
10708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10709$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10710if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10711 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10712else
6bb11ab3
L
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10714$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10715if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10716 $as_echo_n "(cached) " >&6
b5bd9624 10717else
6bb11ab3
L
10718 ac_check_lib_save_LIBS=$LIBS
10719LIBS="-ldld $LIBS"
81ecdfbb 10720cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10721/* end confdefs.h. */
10722
81ecdfbb
RW
10723/* Override any GCC internal prototype to avoid an error.
10724 Use char because int might match the return type of a GCC
b5bd9624 10725 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10726#ifdef __cplusplus
10727extern "C"
10728#endif
6bb11ab3 10729char dld_link ();
b5bd9624
HPN
10730int
10731main ()
10732{
6bb11ab3 10733return dld_link ();
b5bd9624
HPN
10734 ;
10735 return 0;
10736}
10737_ACEOF
6bb11ab3
L
10738if ac_fn_c_try_link "$LINENO"; then :
10739 ac_cv_lib_dld_dld_link=yes
10740else
10741 ac_cv_lib_dld_dld_link=no
10742fi
10743rm -f core conftest.err conftest.$ac_objext \
10744 conftest$ac_exeext conftest.$ac_ext
10745LIBS=$ac_check_lib_save_LIBS
10746fi
10747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10748$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10749if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10750 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10751fi
10752
10753
10754fi
10755
10756
10757fi
10758
10759
10760fi
10761
10762
10763fi
10764
10765
10766fi
10767
10768 ;;
10769 esac
10770
10771 if test "x$lt_cv_dlopen" != xno; then
10772 enable_dlopen=yes
b5bd9624 10773 else
6bb11ab3
L
10774 enable_dlopen=no
10775 fi
10776
10777 case $lt_cv_dlopen in
10778 dlopen)
10779 save_CPPFLAGS="$CPPFLAGS"
10780 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10781
10782 save_LDFLAGS="$LDFLAGS"
10783 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10784
10785 save_LIBS="$LIBS"
10786 LIBS="$lt_cv_dlopen_libs $LIBS"
10787
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10789$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10790if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10791 $as_echo_n "(cached) " >&6
10792else
10793 if test "$cross_compiling" = yes; then :
10794 lt_cv_dlopen_self=cross
10795else
10796 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10797 lt_status=$lt_dlunknown
10798 cat > conftest.$ac_ext <<_LT_EOF
dba333c1 10799#line 10799 "configure"
6bb11ab3
L
10800#include "confdefs.h"
10801
10802#if HAVE_DLFCN_H
10803#include <dlfcn.h>
10804#endif
10805
10806#include <stdio.h>
10807
10808#ifdef RTLD_GLOBAL
10809# define LT_DLGLOBAL RTLD_GLOBAL
10810#else
10811# ifdef DL_GLOBAL
10812# define LT_DLGLOBAL DL_GLOBAL
10813# else
10814# define LT_DLGLOBAL 0
10815# endif
10816#endif
10817
10818/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10819 find out it does not work in some platform. */
10820#ifndef LT_DLLAZY_OR_NOW
10821# ifdef RTLD_LAZY
10822# define LT_DLLAZY_OR_NOW RTLD_LAZY
10823# else
10824# ifdef DL_LAZY
10825# define LT_DLLAZY_OR_NOW DL_LAZY
10826# else
10827# ifdef RTLD_NOW
10828# define LT_DLLAZY_OR_NOW RTLD_NOW
10829# else
10830# ifdef DL_NOW
10831# define LT_DLLAZY_OR_NOW DL_NOW
10832# else
10833# define LT_DLLAZY_OR_NOW 0
10834# endif
10835# endif
10836# endif
10837# endif
10838#endif
10839
10840/* When -fvisbility=hidden is used, assume the code has been annotated
10841 correspondingly for the symbols needed. */
10842#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10843void fnord () __attribute__((visibility("default")));
10844#endif
10845
10846void fnord () { int i=42; }
10847int main ()
10848{
10849 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10850 int status = $lt_dlunknown;
10851
10852 if (self)
10853 {
10854 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10855 else
10856 {
10857 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10858 else puts (dlerror ());
10859 }
10860 /* dlclose (self); */
10861 }
10862 else
10863 puts (dlerror ());
10864
10865 return status;
10866}
10867_LT_EOF
10868 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10869 (eval $ac_link) 2>&5
10870 ac_status=$?
10871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10872 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10873 (./conftest; exit; ) >&5 2>/dev/null
10874 lt_status=$?
10875 case x$lt_status in
10876 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10877 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10878 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10879 esac
10880 else :
10881 # compilation failed
10882 lt_cv_dlopen_self=no
b5bd9624 10883 fi
b5bd9624 10884fi
6bb11ab3
L
10885rm -fr conftest*
10886
10887
b5bd9624 10888fi
6bb11ab3
L
10889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10890$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10891
6bb11ab3
L
10892 if test "x$lt_cv_dlopen_self" = xyes; then
10893 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10895$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10896if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10897 $as_echo_n "(cached) " >&6
b5bd9624 10898else
6bb11ab3
L
10899 if test "$cross_compiling" = yes; then :
10900 lt_cv_dlopen_self_static=cross
10901else
10902 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10903 lt_status=$lt_dlunknown
10904 cat > conftest.$ac_ext <<_LT_EOF
dba333c1 10905#line 10905 "configure"
6bb11ab3
L
10906#include "confdefs.h"
10907
10908#if HAVE_DLFCN_H
10909#include <dlfcn.h>
10910#endif
10911
10912#include <stdio.h>
10913
10914#ifdef RTLD_GLOBAL
10915# define LT_DLGLOBAL RTLD_GLOBAL
10916#else
10917# ifdef DL_GLOBAL
10918# define LT_DLGLOBAL DL_GLOBAL
10919# else
10920# define LT_DLGLOBAL 0
10921# endif
10922#endif
10923
10924/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10925 find out it does not work in some platform. */
10926#ifndef LT_DLLAZY_OR_NOW
10927# ifdef RTLD_LAZY
10928# define LT_DLLAZY_OR_NOW RTLD_LAZY
10929# else
10930# ifdef DL_LAZY
10931# define LT_DLLAZY_OR_NOW DL_LAZY
10932# else
10933# ifdef RTLD_NOW
10934# define LT_DLLAZY_OR_NOW RTLD_NOW
10935# else
10936# ifdef DL_NOW
10937# define LT_DLLAZY_OR_NOW DL_NOW
10938# else
10939# define LT_DLLAZY_OR_NOW 0
10940# endif
10941# endif
10942# endif
10943# endif
10944#endif
10945
10946/* When -fvisbility=hidden is used, assume the code has been annotated
10947 correspondingly for the symbols needed. */
10948#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10949void fnord () __attribute__((visibility("default")));
10950#endif
10951
10952void fnord () { int i=42; }
10953int main ()
10954{
10955 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10956 int status = $lt_dlunknown;
10957
10958 if (self)
10959 {
10960 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10961 else
10962 {
10963 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10964 else puts (dlerror ());
10965 }
10966 /* dlclose (self); */
10967 }
10968 else
10969 puts (dlerror ());
10970
10971 return status;
10972}
10973_LT_EOF
10974 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10975 (eval $ac_link) 2>&5
10976 ac_status=$?
10977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10978 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10979 (./conftest; exit; ) >&5 2>/dev/null
10980 lt_status=$?
10981 case x$lt_status in
10982 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10983 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10984 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10985 esac
10986 else :
10987 # compilation failed
10988 lt_cv_dlopen_self_static=no
10989 fi
b5bd9624 10990fi
6bb11ab3
L
10991rm -fr conftest*
10992
10993
b5bd9624 10994fi
6bb11ab3
L
10995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10996$as_echo "$lt_cv_dlopen_self_static" >&6; }
10997 fi
10998
10999 CPPFLAGS="$save_CPPFLAGS"
11000 LDFLAGS="$save_LDFLAGS"
11001 LIBS="$save_LIBS"
11002 ;;
11003 esac
11004
11005 case $lt_cv_dlopen_self in
11006 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11007 *) enable_dlopen_self=unknown ;;
11008 esac
11009
11010 case $lt_cv_dlopen_self_static in
11011 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11012 *) enable_dlopen_self_static=unknown ;;
11013 esac
11014fi
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032striplib=
11033old_striplib=
11034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11035$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11036if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11037 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11038 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11040$as_echo "yes" >&6; }
11041else
11042# FIXME - insert some real tests, host_os isn't really good enough
11043 case $host_os in
11044 darwin*)
11045 if test -n "$STRIP" ; then
11046 striplib="$STRIP -x"
11047 old_striplib="$STRIP -S"
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11049$as_echo "yes" >&6; }
11050 else
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11052$as_echo "no" >&6; }
11053 fi
11054 ;;
11055 *)
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11057$as_echo "no" >&6; }
11058 ;;
11059 esac
11060fi
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073 # Report which library types will actually be built
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11075$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11077$as_echo "$can_build_shared" >&6; }
11078
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11080$as_echo_n "checking whether to build shared libraries... " >&6; }
11081 test "$can_build_shared" = "no" && enable_shared=no
11082
11083 # On AIX, shared libraries and static libraries use the same namespace, and
11084 # are all built from PIC.
11085 case $host_os in
11086 aix3*)
11087 test "$enable_shared" = yes && enable_static=no
11088 if test -n "$RANLIB"; then
11089 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11090 postinstall_cmds='$RANLIB $lib'
11091 fi
11092 ;;
11093
11094 aix[4-9]*)
11095 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11096 test "$enable_shared" = yes && enable_static=no
11097 fi
11098 ;;
11099 esac
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11101$as_echo "$enable_shared" >&6; }
11102
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11104$as_echo_n "checking whether to build static libraries... " >&6; }
11105 # Make sure either enable_shared or enable_static is yes.
11106 test "$enable_shared" = yes || enable_static=yes
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11108$as_echo "$enable_static" >&6; }
11109
11110
11111
11112
11113fi
11114ac_ext=c
11115ac_cpp='$CPP $CPPFLAGS'
11116ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11117ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11118ac_compiler_gnu=$ac_cv_c_compiler_gnu
11119
11120CC="$lt_save_CC"
11121
11122
11123
11124
11125
11126
11127
11128
11129
b5bd9624 11130
b5bd9624 11131
b5bd9624 11132
b5bd9624 11133
6bb11ab3
L
11134 ac_config_commands="$ac_config_commands libtool"
11135
11136
11137
11138
11139# Only expand once:
11140
11141
5912fadd 11142
b5bd9624 11143
b34f6357
DB
11144
11145
31e6ad7d
MF
11146
11147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11148$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11149 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11150if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11151 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11152else
11153 USE_MAINTAINER_MODE=no
b34f6357 11154fi
31e6ad7d
MF
11155
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11157$as_echo "$USE_MAINTAINER_MODE" >&6; }
11158 if test $USE_MAINTAINER_MODE = yes; then
11159 MAINTAINER_MODE_TRUE=
11160 MAINTAINER_MODE_FALSE='#'
b34f6357 11161else
31e6ad7d
MF
11162 MAINTAINER_MODE_TRUE='#'
11163 MAINTAINER_MODE_FALSE=
81ecdfbb 11164fi
b34f6357 11165
31e6ad7d
MF
11166 MAINT=$MAINTAINER_MODE_TRUE
11167
11168
b34f6357 11169
81ecdfbb 11170
ce39bd38
MF
11171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11172$as_echo_n "checking for sim debug setting... " >&6; }
11173sim_debug="0"
81ecdfbb
RW
11174# Check whether --enable-sim-debug was given.
11175if test "${enable_sim_debug+set}" = set; then :
11176 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11177 yes) sim_debug="7";;
11178 no) sim_debug="0";;
11179 *) sim_debug="($enableval)";;
b34f6357 11180esac
b34f6357 11181fi
ce39bd38
MF
11182if test "$sim_debug" != "0"; then
11183
11184cat >>confdefs.h <<_ACEOF
11185#define DEBUG $sim_debug
11186_ACEOF
11187
81ecdfbb
RW
11188fi
11189
ce39bd38
MF
11190cat >>confdefs.h <<_ACEOF
11191#define WITH_DEBUG $sim_debug
11192_ACEOF
11193
11194{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11195$as_echo "$sim_debug" >&6; }
b34f6357
DB
11196
11197
ce39bd38
MF
11198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11199$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11200sim_stdio="0"
81ecdfbb
RW
11201# Check whether --enable-sim-stdio was given.
11202if test "${enable_sim_stdio+set}" = set; then :
11203 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11204 yes) sim_stdio="DO_USE_STDIO";;
11205 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11206 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
b34f6357 11207esac
81ecdfbb 11208fi
b34f6357 11209
ce39bd38
MF
11210cat >>confdefs.h <<_ACEOF
11211#define WITH_STDIO $sim_stdio
11212_ACEOF
11213
11214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11215$as_echo "$sim_stdio" >&6; }
b34f6357 11216
81ecdfbb 11217
ce39bd38
MF
11218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11219$as_echo_n "checking for sim trace settings... " >&6; }
11220sim_trace="~TRACE_debug"
81ecdfbb
RW
11221# Check whether --enable-sim-trace was given.
11222if test "${enable_sim_trace+set}" = set; then :
11223 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11224 yes) sim_trace="-1";;
11225 no) sim_trace="0";;
b34f6357 11226 [-0-9]*)
ce39bd38 11227 sim_trace="'(${enableval})'";;
2232061b 11228 [[:lower:]]*)
b34f6357
DB
11229 sim_trace=""
11230 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11231 if test x"$sim_trace" = x; then
ce39bd38 11232 sim_trace="(TRACE_$x"
b34f6357
DB
11233 else
11234 sim_trace="${sim_trace}|TRACE_$x"
11235 fi
11236 done
ce39bd38 11237 sim_trace="$sim_trace)" ;;
b34f6357 11238esac
81ecdfbb
RW
11239fi
11240
ce39bd38
MF
11241cat >>confdefs.h <<_ACEOF
11242#define WITH_TRACE $sim_trace
11243_ACEOF
11244
11245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11246$as_echo "$sim_trace" >&6; }
b34f6357
DB
11247
11248
ce39bd38
MF
11249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11250$as_echo_n "checking for sim profile settings... " >&6; }
11251profile="1"
11252sim_profile="-1"
81ecdfbb
RW
11253# Check whether --enable-sim-profile was given.
11254if test "${enable_sim_profile+set}" = set; then :
11255 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11256 yes) profile="1" sim_profile="-1";;
11257 no) profile="0" sim_profile="0";;
b34f6357 11258 [-0-9]*)
ce39bd38 11259 profile="(${enableval})" sim_profile="(${enableval})";;
b34f6357 11260 [a-z]*)
ce39bd38 11261 profile="1"
b34f6357
DB
11262 sim_profile=""
11263 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11264 if test x"$sim_profile" = x; then
ce39bd38 11265 sim_profile="(PROFILE_$x"
b34f6357
DB
11266 else
11267 sim_profile="${sim_profile}|PROFILE_$x"
11268 fi
11269 done
ce39bd38 11270 sim_profile="$sim_profile)" ;;
b34f6357 11271esac
81ecdfbb
RW
11272fi
11273
ce39bd38
MF
11274cat >>confdefs.h <<_ACEOF
11275#define PROFILE $profile
11276_ACEOF
b34f6357
DB
11277
11278
ce39bd38
MF
11279cat >>confdefs.h <<_ACEOF
11280#define WITH_PROFILE $sim_profile
11281_ACEOF
11282
11283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11284$as_echo "$sim_profile" >&6; }
11285
11286
11287
ce39bd38
MF
11288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11289$as_echo_n "checking default sim environment setting... " >&6; }
11290sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11291# Check whether --enable-sim-environment was given.
11292if test "${enable_sim_environment+set}" = set; then :
11293 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11294 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11295 user | USER) sim_environment="USER_ENVIRONMENT";;
11296 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11297 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11298 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11299esac
16f7876d
MF
11300fi
11301
ce39bd38
MF
11302cat >>confdefs.h <<_ACEOF
11303#define WITH_ENVIRONMENT $sim_environment
11304_ACEOF
11305
11306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11307$as_echo "$sim_environment" >&6; }
11308
16f7876d 11309
347fe5bb
MF
11310sim_inline="-DDEFAULT_INLINE=0"
11311# Check whether --enable-sim-inline was given.
11312if test "${enable_sim_inline+set}" = set; then :
11313 enableval=$enable_sim_inline; sim_inline=""
11314case "$enableval" in
11315 no) sim_inline="-DDEFAULT_INLINE=0";;
11316 0) sim_inline="-DDEFAULT_INLINE=0";;
11317 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11318 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11319 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11320 new_flag=""
11321 case "$x" in
11322 *_INLINE=*) new_flag="-D$x";;
11323 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11324 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11325 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11326 esac
11327 if test x"$sim_inline" = x""; then
11328 sim_inline="$new_flag"
11329 else
11330 sim_inline="$sim_inline $new_flag"
11331 fi
11332 done;;
11333esac
11334if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11335 echo "Setting inline flags = $sim_inline" 6>&1
11336fi
11337fi
11338
11339
11340
6efef468 11341
81ecdfbb
RW
11342# Check whether --with-pkgversion was given.
11343if test "${with_pkgversion+set}" = set; then :
11344 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11345 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11346 no) PKGVERSION= ;;
11347 *) PKGVERSION="($withval) " ;;
11348 esac
11349else
bf12d44e 11350 PKGVERSION="(SIM) "
6efef468 11351
81ecdfbb
RW
11352fi
11353
6efef468
JM
11354
11355
11356
11357
81ecdfbb
RW
11358# Check whether --with-bugurl was given.
11359if test "${with_bugurl+set}" = set; then :
11360 withval=$with_bugurl; case "$withval" in
d0ac1c44 11361 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11362 no) BUGURL=
11363 ;;
11364 *) BUGURL="$withval"
11365 ;;
11366 esac
11367else
dfb856ba 11368 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11369
81ecdfbb
RW
11370fi
11371
6efef468
JM
11372 case ${BUGURL} in
11373 "")
11374 REPORT_BUGS_TO=
11375 REPORT_BUGS_TEXI=
11376 ;;
11377 *)
11378 REPORT_BUGS_TO="<$BUGURL>"
11379 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11380 ;;
11381 esac;
11382
11383
11384
11385
11386cat >>confdefs.h <<_ACEOF
11387#define PKGVERSION "$PKGVERSION"
11388_ACEOF
11389
11390
11391cat >>confdefs.h <<_ACEOF
11392#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11393_ACEOF
11394
11395
b34f6357
DB
11396
11397
b34f6357
DB
11398
11399
1ac72f06 11400wire_endian="BIG"
b34f6357 11401default_endian=""
81ecdfbb
RW
11402# Check whether --enable-sim-endian was given.
11403if test "${enable_sim_endian+set}" = set; then :
11404 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11405 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11406 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
b34f6357 11407 yes) if test x"$wire_endian" != x; then
1ac72f06 11408 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357 11409 else
1ac72f06
MF
11410 if test x"$default_endian" != x; then
11411 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
11412 else
11413 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11414 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
b34f6357
DB
11415 fi
11416 fi;;
11417 no) if test x"$default_endian" != x; then
1ac72f06 11418 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
11419 else
11420 if test x"$wire_endian" != x; then
1ac72f06 11421 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357
DB
11422 else
11423 echo "No default endian for target $target" 1>&6
1ac72f06 11424 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
b34f6357
DB
11425 fi
11426 fi;;
d0ac1c44 11427 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
b34f6357
DB
11428esac
11429if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11430 echo "Setting endian flags = $sim_endian" 6>&1
11431fi
11432else
11433 if test x"$default_endian" != x; then
1ac72f06 11434 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
b34f6357
DB
11435else
11436 if test x"$wire_endian" != x; then
1ac72f06 11437 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
b34f6357
DB
11438 else
11439 sim_endian=
11440 fi
11441fi
81ecdfbb
RW
11442fi
11443
b34f6357
DB
11444wire_alignment="STRICT_ALIGNMENT"
11445default_alignment=""
11446
81ecdfbb
RW
11447# Check whether --enable-sim-alignment was given.
11448if test "${enable_sim_alignment+set}" = set; then :
11449 enableval=$enable_sim_alignment; case "${enableval}" in
b34f6357
DB
11450 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11451 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11452 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11453 yes) if test x"$wire_alignment" != x; then
11454 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11455 else
11456 if test x"$default_alignment" != x; then
11457 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11458 else
11459 echo "No hard-wired alignment for target $target" 1>&6
11460 sim_alignment="-DWITH_ALIGNMENT=0"
11461 fi
11462 fi;;
11463 no) if test x"$default_alignment" != x; then
11464 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11465 else
11466 if test x"$wire_alignment" != x; then
11467 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11468 else
11469 echo "No default alignment for target $target" 1>&6
11470 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11471 fi
11472 fi;;
d0ac1c44 11473 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
b34f6357
DB
11474esac
11475if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11476 echo "Setting alignment flags = $sim_alignment" 6>&1
11477fi
11478else
11479 if test x"$default_alignment" != x; then
11480 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11481else
11482 if test x"$wire_alignment" != x; then
11483 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11484 else
11485 sim_alignment=
11486 fi
11487fi
81ecdfbb
RW
11488fi
11489
b34f6357 11490
b34f6357 11491default_sim_scache="16384"
81ecdfbb
RW
11492# Check whether --enable-sim-scache was given.
11493if test "${enable_sim_scache+set}" = set; then :
11494 enableval=$enable_sim_scache; case "${enableval}" in
b34f6357
DB
11495 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11496 no) sim_scache="-DWITH_SCACHE=0" ;;
379832de 11497 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11498 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
b34f6357
DB
11499 sim_scache="";;
11500esac
11501if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11502 echo "Setting scache size = $sim_scache" 6>&1
11503fi
11504else
11505 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11506fi
11507
b7026657
AC
11508
11509
11510default_sim_default_model="fr500"
81ecdfbb
RW
11511# Check whether --enable-sim-default-model was given.
11512if test "${enable_sim_default_model+set}" = set; then :
11513 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11514 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
b7026657
AC
11515 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11516esac
11517if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11518 echo "Setting default model = $sim_default_model" 6>&1
11519fi
11520else
11521 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
11522fi
11523
b7026657
AC
11524
11525
5c1008a4
MF
11526# Check whether --enable-werror was given.
11527if test "${enable_werror+set}" = set; then :
11528 enableval=$enable_werror; case "${enableval}" in
11529 yes | y) ERROR_ON_WARNING="yes" ;;
11530 no | n) ERROR_ON_WARNING="no" ;;
11531 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11532 esac
11533fi
11534
11535
11536# Enable -Werror by default when using gcc
11537if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11538 ERROR_ON_WARNING=yes
11539fi
11540
11541WERROR_CFLAGS=""
11542
11543build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11544-Wpointer-sign \
11545-Wno-unused -Wunused-value -Wunused-function \
11546-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11547-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11548-Wold-style-declaration -Wold-style-definition"
11549
11550# Enable -Wno-format by default when using gcc on mingw since many
11551# GCC versions complain about %I64.
11552case "${host}" in
11553 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11554 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11555esac
11556
11557# Check whether --enable-build-warnings was given.
11558if test "${enable_build_warnings+set}" = set; then :
11559 enableval=$enable_build_warnings; case "${enableval}" in
11560 yes) ;;
11561 no) build_warnings="-w";;
11562 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11563 build_warnings="${build_warnings} ${t}";;
11564 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11565 build_warnings="${t} ${build_warnings}";;
11566 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11567esac
11568if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11569 echo "Setting compiler warning flags = $build_warnings" 6>&1
11570fi
11571fi
11572# Check whether --enable-sim-build-warnings was given.
11573if test "${enable_sim_build_warnings+set}" = set; then :
11574 enableval=$enable_sim_build_warnings; case "${enableval}" in
11575 yes) ;;
11576 no) build_warnings="-w";;
11577 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11578 build_warnings="${build_warnings} ${t}";;
11579 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11580 build_warnings="${t} ${build_warnings}";;
11581 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11582esac
11583if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11584 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11585fi
11586fi
11587WARN_CFLAGS=""
11588if test "x${build_warnings}" != x -a "x$GCC" = xyes
11589then
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11591$as_echo_n "checking compiler warning flags... " >&6; }
11592 # Separate out the -Werror flag as some files just cannot be
11593 # compiled with it enabled.
11594 for w in ${build_warnings}; do
11595 case $w in
11596 -Werr*) WERROR_CFLAGS=-Werror ;;
11597 *) # Check that GCC accepts it
11598 saved_CFLAGS="$CFLAGS"
1f195bc3 11599 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
11600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11601/* end confdefs.h. */
11602
11603int
11604main ()
11605{
11606
11607 ;
11608 return 0;
11609}
11610_ACEOF
11611if ac_fn_c_try_compile "$LINENO"; then :
11612 WARN_CFLAGS="${WARN_CFLAGS} $w"
11613fi
11614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11615 CFLAGS="$saved_CFLAGS"
11616 esac
11617 done
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11619$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11620fi
11621
11622
b7026657
AC
11623cgen_maint=no
11624cgen=guile
11625cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
11626# Check whether --enable-cgen-maint was given.
11627if test "${enable_cgen_maint+set}" = set; then :
11628 enableval=$enable_cgen_maint; case "${enableval}" in
b7026657
AC
11629 yes) cgen_maint=yes ;;
11630 no) cgen_maint=no ;;
11631 *)
7fb45a68
AB
11632 # Argument is a directory where cgen can be found. In some
11633 # future world cgen could be installable, but right now this
11634 # is not the case. Instead we assume the directory is a path
11635 # to the cgen source tree.
11636 cgen_maint=yes
11637 if test -r ${enableval}/iformat.scm; then
11638 # This looks like a cgen source tree.
11639 cgendir=${enableval}
11640 else
11641 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11642 fi
b7026657
AC
11643 ;;
11644esac
81ecdfbb
RW
11645fi
11646if test x${cgen_maint} != xno ; then
b7026657
AC
11647 CGEN_MAINT=''
11648else
11649 CGEN_MAINT='#'
11650fi
11651
11652
11653
11654
11655
11656#
11657# Enable making unknown traps dump out registers
11658#
81ecdfbb
RW
11659# Check whether --enable-sim-trapdump was given.
11660if test "${enable_sim_trapdump+set}" = set; then :
11661 enableval=$enable_sim_trapdump; case "${enableval}" in
b7026657
AC
11662 yes) sim_trapdump="-DTRAPDUMP=1";;
11663 no) sim_trapdump="-DTRAPDUMP=0";;
d0ac1c44 11664 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
b7026657
AC
11665esac
11666if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
11667 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
11668fi
11669else
11670 sim_trapdump=""
81ecdfbb
RW
11671fi
11672
b7026657
AC
11673
11674
9d903352 11675hardware="cfi core pal glue "
94c63d78
JS
11676sim_hw_cflags="-DWITH_HW=1"
11677sim_hw="$hardware"
11678sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11679
94c63d78
JS
11680# Check whether --enable-sim-hardware was given.
11681if test "${enable_sim_hardware+set}" = set; then :
11682 enableval=$enable_sim_hardware;
30452bbe 11683else
97f478c5 11684 enable_sim_hardware="yes"
1517bd27
MF
11685fi
11686
11687case ${enable_sim_hardware} in
64dd13df
MF
11688 yes|no) ;;
11689 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11690 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11691 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 11692esac
1517bd27 11693
64dd13df 11694if test "$enable_sim_hardware" = no; then
94c63d78
JS
11695 sim_hw_objs=
11696 sim_hw_cflags="-DWITH_HW=0"
11697 sim_hw=
11698else
11699 sim_hw_cflags="-DWITH_HW=1"
11700 # remove duplicates
11701 sim_hw=""
11702 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11703 for i in $hardware ; do
11704 case " $sim_hw " in
11705 *" $i "*) ;;
11706 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11707 esac
11708 done
11709 # mingw does not support sockser
94c63d78
JS
11710 case ${host} in
11711 *mingw*) ;;
49cd1634
MF
11712 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11713 # that you instatiate. Instead, other code will call into it directly.
11714 # At some point, we should convert it over.
11715 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
11716
11717cat >>confdefs.h <<_ACEOF
11718#define HAVE_DV_SOCKSER 1
11719_ACEOF
11720
11721 ;;
11722 esac
1517bd27
MF
11723 if test x"$silent" != x"yes"; then
11724 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 11725 fi
1517bd27
MF
11726 case " $hardware " in
11727 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 11728$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11729if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
11730 $as_echo_n "(cached) " >&6
11731else
11732 ac_check_lib_save_LIBS=$LIBS
11733LIBS="-lm $LIBS"
11734cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11735/* end confdefs.h. */
11736
11737/* Override any GCC internal prototype to avoid an error.
11738 Use char because int might match the return type of a GCC
11739 builtin and then its argument prototype would still apply. */
11740#ifdef __cplusplus
11741extern "C"
11742#endif
11743char log2 ();
11744int
11745main ()
11746{
11747return log2 ();
11748 ;
11749 return 0;
11750}
11751_ACEOF
11752if ac_fn_c_try_link "$LINENO"; then :
11753 ac_cv_lib_m_log2=yes
11754else
11755 ac_cv_lib_m_log2=no
11756fi
11757rm -f core conftest.err conftest.$ac_objext \
11758 conftest$ac_exeext conftest.$ac_ext
11759LIBS=$ac_check_lib_save_LIBS
11760fi
11761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11762$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11763if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
11764 cat >>confdefs.h <<_ACEOF
11765#define HAVE_LIBM 1
11766_ACEOF
11767
11768 LIBS="-lm $LIBS"
11769
11770fi
11771;;
1517bd27
MF
11772 esac
11773fi
94c63d78 11774
94c63d78 11775
b7026657
AC
11776cgen_breaks=""
11777if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11778cgen_breaks="break cgen_rtx_error";
11779fi
11780
81ecdfbb 11781ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11782
81ecdfbb 11783ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11784
81ecdfbb 11785ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11786
81ecdfbb 11787ac_config_commands="$ac_config_commands Makefile"
38f48d72 11788
81ecdfbb 11789ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11790
760b3e8b
MF
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
b7026657
AC
11803cat >confcache <<\_ACEOF
11804# This file is a shell script that caches the results of configure
11805# tests run on this system so they can be shared between configure
11806# scripts and configure runs, see configure's option --config-cache.
11807# It is not useful on other systems. If it contains results you don't
11808# want to keep, you may remove or edit it.
11809#
11810# config.status only pays attention to the cache file if you give it
11811# the --recheck option to rerun configure.
11812#
11813# `ac_cv_env_foo' variables (set or unset) will be overridden when
11814# loading this file, other *unset* `ac_cv_foo' will be assigned the
11815# following values.
11816
11817_ACEOF
11818
11819# The following way of writing the cache mishandles newlines in values,
11820# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11821# So, we kill variables containing newlines.
b7026657
AC
11822# Ultrix sh set writes to stderr and can't be redirected directly,
11823# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11824(
11825 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11826 eval ac_val=\$$ac_var
11827 case $ac_val in #(
11828 *${as_nl}*)
11829 case $ac_var in #(
11830 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11831$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11832 esac
11833 case $ac_var in #(
11834 _ | IFS | as_nl) ;; #(
11835 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11836 *) { eval $ac_var=; unset $ac_var;} ;;
11837 esac ;;
11838 esac
11839 done
11840
b7026657 11841 (set) 2>&1 |
81ecdfbb
RW
11842 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11843 *${as_nl}ac_space=\ *)
11844 # `set' does not quote correctly, so add quotes: double-quote
11845 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11846 sed -n \
11847 "s/'/'\\\\''/g;
11848 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11849 ;; #(
b7026657
AC
11850 *)
11851 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11852 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11853 ;;
81ecdfbb
RW
11854 esac |
11855 sort
11856) |
b7026657 11857 sed '
81ecdfbb 11858 /^ac_cv_env_/b end
b7026657 11859 t clear
81ecdfbb 11860 :clear
b7026657
AC
11861 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11862 t end
81ecdfbb
RW
11863 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11864 :end' >>confcache
11865if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11866 if test -w "$cache_file"; then
d0ac1c44 11867 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11869$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11870 if test ! -f "$cache_file" || test -h "$cache_file"; then
11871 cat confcache >"$cache_file"
11872 else
11873 case $cache_file in #(
11874 */* | ?:*)
11875 mv -f confcache "$cache_file"$$ &&
11876 mv -f "$cache_file"$$ "$cache_file" ;; #(
11877 *)
11878 mv -f confcache "$cache_file" ;;
11879 esac
11880 fi
11881 fi
b7026657 11882 else
81ecdfbb
RW
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11884$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11885 fi
11886fi
11887rm -f confcache
11888
11889test "x$prefix" = xNONE && prefix=$ac_default_prefix
11890# Let make expand exec_prefix.
11891test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11892
b7026657
AC
11893DEFS=-DHAVE_CONFIG_H
11894
11895ac_libobjs=
11896ac_ltlibobjs=
d0ac1c44 11897U=
b7026657
AC
11898for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11899 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11900 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11901 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11902 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11903 # will be set to the directory where LIBOBJS objects are built.
11904 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11905 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11906done
11907LIBOBJS=$ac_libobjs
11908
11909LTLIBOBJS=$ac_ltlibobjs
11910
11911
0cb8d851 11912
6bb11ab3 11913if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11914 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11915Usually this means the macro was only invoked conditionally." "$LINENO" 5
11916fi
31e6ad7d 11917if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11918 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11919Usually this means the macro was only invoked conditionally." "$LINENO" 5
11920fi
b7026657 11921
d0ac1c44 11922: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11923ac_write_fail=0
b7026657
AC
11924ac_clean_files_save=$ac_clean_files
11925ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11926{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11927$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11928as_write_fail=0
11929cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11930#! $SHELL
11931# Generated by $as_me.
11932# Run this file to recreate the current configuration.
11933# Compiler output produced by configure, useful for debugging
11934# configure, is in config.log if it exists.
11935
11936debug=false
11937ac_cs_recheck=false
11938ac_cs_silent=false
b7026657 11939
81ecdfbb
RW
11940SHELL=\${CONFIG_SHELL-$SHELL}
11941export SHELL
11942_ASEOF
11943cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11944## -------------------- ##
11945## M4sh Initialization. ##
11946## -------------------- ##
11947
11948# Be more Bourne compatible
11949DUALCASE=1; export DUALCASE # for MKS sh
11950if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11951 emulate sh
11952 NULLCMD=:
81ecdfbb 11953 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11954 # is contrary to our usage. Disable this feature.
11955 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11956 setopt NO_GLOB_SUBST
11957else
11958 case `(set -o) 2>/dev/null` in #(
11959 *posix*) :
11960 set -o posix ;; #(
11961 *) :
11962 ;;
11963esac
b7026657 11964fi
b7026657 11965
81ecdfbb
RW
11966
11967as_nl='
11968'
11969export as_nl
11970# Printing a long string crashes Solaris 7 /usr/bin/printf.
11971as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11972as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11973as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11974# Prefer a ksh shell builtin over an external printf program on Solaris,
11975# but without wasting forks for bash or zsh.
11976if test -z "$BASH_VERSION$ZSH_VERSION" \
11977 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11978 as_echo='print -r --'
11979 as_echo_n='print -rn --'
11980elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11981 as_echo='printf %s\n'
11982 as_echo_n='printf %s'
11983else
11984 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11985 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11986 as_echo_n='/usr/ucb/echo -n'
11987 else
11988 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11989 as_echo_n_body='eval
11990 arg=$1;
11991 case $arg in #(
11992 *"$as_nl"*)
11993 expr "X$arg" : "X\\(.*\\)$as_nl";
11994 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11995 esac;
11996 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11997 '
11998 export as_echo_n_body
11999 as_echo_n='sh -c $as_echo_n_body as_echo'
12000 fi
12001 export as_echo_body
12002 as_echo='sh -c $as_echo_body as_echo'
12003fi
12004
12005# The user is always right.
12006if test "${PATH_SEPARATOR+set}" != set; then
12007 PATH_SEPARATOR=:
12008 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12009 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12010 PATH_SEPARATOR=';'
12011 }
b7026657
AC
12012fi
12013
12014
81ecdfbb
RW
12015# IFS
12016# We need space, tab and new line, in precisely that order. Quoting is
12017# there to prevent editors from complaining about space-tab.
12018# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12019# splitting by setting IFS to empty value.)
12020IFS=" "" $as_nl"
12021
12022# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12023as_myself=
81ecdfbb
RW
12024case $0 in #((
12025 *[\\/]* ) as_myself=$0 ;;
12026 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12027for as_dir in $PATH
12028do
12029 IFS=$as_save_IFS
12030 test -z "$as_dir" && as_dir=.
12031 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12032 done
12033IFS=$as_save_IFS
12034
12035 ;;
12036esac
12037# We did not find ourselves, most probably we were run as `sh COMMAND'
12038# in which case we are not to be found in the path.
12039if test "x$as_myself" = x; then
12040 as_myself=$0
12041fi
12042if test ! -f "$as_myself"; then
12043 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12044 exit 1
12045fi
12046
12047# Unset variables that we do not need and which cause bugs (e.g. in
12048# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12049# suppresses any "Segmentation fault" message there. '((' could
12050# trigger a bug in pdksh 5.2.14.
12051for as_var in BASH_ENV ENV MAIL MAILPATH
12052do eval test x\${$as_var+set} = xset \
12053 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12054done
b7026657
AC
12055PS1='$ '
12056PS2='> '
12057PS4='+ '
12058
12059# NLS nuisances.
81ecdfbb
RW
12060LC_ALL=C
12061export LC_ALL
12062LANGUAGE=C
12063export LANGUAGE
12064
12065# CDPATH.
12066(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12067
12068
d0ac1c44
SM
12069# as_fn_error STATUS ERROR [LINENO LOG_FD]
12070# ----------------------------------------
81ecdfbb
RW
12071# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12072# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12073# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12074as_fn_error ()
12075{
d0ac1c44
SM
12076 as_status=$1; test $as_status -eq 0 && as_status=1
12077 if test "$4"; then
12078 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12079 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12080 fi
d0ac1c44 12081 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12082 as_fn_exit $as_status
12083} # as_fn_error
12084
12085
12086# as_fn_set_status STATUS
12087# -----------------------
12088# Set $? to STATUS, without forking.
12089as_fn_set_status ()
12090{
12091 return $1
12092} # as_fn_set_status
12093
12094# as_fn_exit STATUS
12095# -----------------
12096# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12097as_fn_exit ()
12098{
12099 set +e
12100 as_fn_set_status $1
12101 exit $1
12102} # as_fn_exit
12103
12104# as_fn_unset VAR
12105# ---------------
12106# Portably unset VAR.
12107as_fn_unset ()
12108{
12109 { eval $1=; unset $1;}
12110}
12111as_unset=as_fn_unset
12112# as_fn_append VAR VALUE
12113# ----------------------
12114# Append the text in VALUE to the end of the definition contained in VAR. Take
12115# advantage of any shell optimizations that allow amortized linear growth over
12116# repeated appends, instead of the typical quadratic growth present in naive
12117# implementations.
12118if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12119 eval 'as_fn_append ()
12120 {
12121 eval $1+=\$2
12122 }'
12123else
12124 as_fn_append ()
12125 {
12126 eval $1=\$$1\$2
12127 }
12128fi # as_fn_append
12129
12130# as_fn_arith ARG...
12131# ------------------
12132# Perform arithmetic evaluation on the ARGs, and store the result in the
12133# global $as_val. Take advantage of shells that can avoid forks. The arguments
12134# must be portable across $(()) and expr.
12135if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12136 eval 'as_fn_arith ()
12137 {
12138 as_val=$(( $* ))
12139 }'
12140else
12141 as_fn_arith ()
12142 {
12143 as_val=`expr "$@" || test $? -eq 1`
12144 }
12145fi # as_fn_arith
b7026657 12146
81ecdfbb
RW
12147
12148if expr a : '\(a\)' >/dev/null 2>&1 &&
12149 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
12150 as_expr=expr
12151else
12152 as_expr=false
12153fi
12154
81ecdfbb 12155if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12156 as_basename=basename
12157else
12158 as_basename=false
12159fi
12160
81ecdfbb
RW
12161if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12162 as_dirname=dirname
12163else
12164 as_dirname=false
12165fi
b7026657 12166
81ecdfbb 12167as_me=`$as_basename -- "$0" ||
b7026657
AC
12168$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12169 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12170 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12171$as_echo X/"$0" |
12172 sed '/^.*\/\([^/][^/]*\)\/*$/{
12173 s//\1/
12174 q
12175 }
12176 /^X\/\(\/\/\)$/{
12177 s//\1/
12178 q
12179 }
12180 /^X\/\(\/\).*/{
12181 s//\1/
12182 q
12183 }
12184 s/.*/./; q'`
b7026657 12185
b7026657
AC
12186# Avoid depending upon Character Ranges.
12187as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12188as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12189as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12190as_cr_digits='0123456789'
12191as_cr_alnum=$as_cr_Letters$as_cr_digits
12192
81ecdfbb
RW
12193ECHO_C= ECHO_N= ECHO_T=
12194case `echo -n x` in #(((((
12195-n*)
12196 case `echo 'xy\c'` in
12197 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12198 xy) ECHO_C='\c';;
12199 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12200 ECHO_T=' ';;
12201 esac;;
12202*)
12203 ECHO_N='-n';;
b34f6357 12204esac
b7026657 12205
81ecdfbb
RW
12206rm -f conf$$ conf$$.exe conf$$.file
12207if test -d conf$$.dir; then
12208 rm -f conf$$.dir/conf$$.file
b7026657 12209else
81ecdfbb
RW
12210 rm -f conf$$.dir
12211 mkdir conf$$.dir 2>/dev/null
b34f6357 12212fi
81ecdfbb
RW
12213if (echo >conf$$.file) 2>/dev/null; then
12214 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12215 as_ln_s='ln -s'
81ecdfbb
RW
12216 # ... but there are two gotchas:
12217 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12218 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12219 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12220 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12221 as_ln_s='cp -pR'
81ecdfbb
RW
12222 elif ln conf$$.file conf$$ 2>/dev/null; then
12223 as_ln_s=ln
12224 else
d0ac1c44 12225 as_ln_s='cp -pR'
b7026657 12226 fi
b34f6357 12227else
d0ac1c44 12228 as_ln_s='cp -pR'
b34f6357 12229fi
81ecdfbb
RW
12230rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12231rmdir conf$$.dir 2>/dev/null
12232
12233
12234# as_fn_mkdir_p
12235# -------------
12236# Create "$as_dir" as a directory, including parents if necessary.
12237as_fn_mkdir_p ()
12238{
12239
12240 case $as_dir in #(
12241 -*) as_dir=./$as_dir;;
12242 esac
12243 test -d "$as_dir" || eval $as_mkdir_p || {
12244 as_dirs=
12245 while :; do
12246 case $as_dir in #(
12247 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12248 *) as_qdir=$as_dir;;
12249 esac
12250 as_dirs="'$as_qdir' $as_dirs"
12251 as_dir=`$as_dirname -- "$as_dir" ||
12252$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12253 X"$as_dir" : 'X\(//\)[^/]' \| \
12254 X"$as_dir" : 'X\(//\)$' \| \
12255 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12256$as_echo X"$as_dir" |
12257 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12258 s//\1/
12259 q
12260 }
12261 /^X\(\/\/\)[^/].*/{
12262 s//\1/
12263 q
12264 }
12265 /^X\(\/\/\)$/{
12266 s//\1/
12267 q
12268 }
12269 /^X\(\/\).*/{
12270 s//\1/
12271 q
12272 }
12273 s/.*/./; q'`
12274 test -d "$as_dir" && break
12275 done
12276 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12277 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
b34f6357 12278
81ecdfbb
RW
12279
12280} # as_fn_mkdir_p
b7026657 12281if mkdir -p . 2>/dev/null; then
81ecdfbb 12282 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
12283else
12284 test -d ./-p && rmdir ./-p
12285 as_mkdir_p=false
12286fi
b34f6357 12287
d0ac1c44
SM
12288
12289# as_fn_executable_p FILE
12290# -----------------------
12291# Test if FILE is an executable regular file.
12292as_fn_executable_p ()
12293{
12294 test -f "$1" && test -x "$1"
12295} # as_fn_executable_p
12296as_test_x='test -x'
12297as_executable_p=as_fn_executable_p
b34f6357 12298
b7026657
AC
12299# Sed expression to map a string onto a valid CPP name.
12300as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12301
12302# Sed expression to map a string onto a valid variable name.
12303as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12304
12305
b7026657 12306exec 6>&1
81ecdfbb
RW
12307## ----------------------------------- ##
12308## Main body of $CONFIG_STATUS script. ##
12309## ----------------------------------- ##
12310_ASEOF
12311test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12312
12313cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12314# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12315# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12316# values after options handling.
12317ac_log="
b7026657 12318This file was extended by $as_me, which was
d0ac1c44 12319generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12320
12321 CONFIG_FILES = $CONFIG_FILES
12322 CONFIG_HEADERS = $CONFIG_HEADERS
12323 CONFIG_LINKS = $CONFIG_LINKS
12324 CONFIG_COMMANDS = $CONFIG_COMMANDS
12325 $ $0 $@
12326
81ecdfbb
RW
12327on `(hostname || uname -n) 2>/dev/null | sed 1q`
12328"
12329
b7026657
AC
12330_ACEOF
12331
81ecdfbb
RW
12332case $ac_config_files in *"
12333"*) set x $ac_config_files; shift; ac_config_files=$*;;
12334esac
b34f6357 12335
81ecdfbb
RW
12336case $ac_config_headers in *"
12337"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12338esac
b34f6357 12339
b7026657 12340
81ecdfbb
RW
12341cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12342# Files that config.status was made for.
12343config_files="$ac_config_files"
12344config_headers="$ac_config_headers"
81ecdfbb 12345config_commands="$ac_config_commands"
b34f6357 12346
81ecdfbb 12347_ACEOF
b34f6357 12348
81ecdfbb 12349cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12350ac_cs_usage="\
81ecdfbb
RW
12351\`$as_me' instantiates files and other configuration actions
12352from templates according to the current configuration. Unless the files
12353and actions are specified as TAGs, all are instantiated by default.
b34f6357 12354
81ecdfbb 12355Usage: $0 [OPTION]... [TAG]...
b34f6357 12356
b7026657 12357 -h, --help print this help, then exit
81ecdfbb 12358 -V, --version print version number and configuration settings, then exit
d0ac1c44 12359 --config print configuration, then exit
81ecdfbb
RW
12360 -q, --quiet, --silent
12361 do not print progress messages
b7026657
AC
12362 -d, --debug don't remove temporary files
12363 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12364 --file=FILE[:TEMPLATE]
12365 instantiate the configuration file FILE
12366 --header=FILE[:TEMPLATE]
12367 instantiate the configuration header FILE
b34f6357 12368
b7026657
AC
12369Configuration files:
12370$config_files
b34f6357 12371
b7026657
AC
12372Configuration headers:
12373$config_headers
b34f6357 12374
b7026657
AC
12375Configuration commands:
12376$config_commands
b34f6357 12377
81ecdfbb 12378Report bugs to the package provider."
379832de 12379
81ecdfbb
RW
12380_ACEOF
12381cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12382ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12383ac_cs_version="\\
12384config.status
d0ac1c44
SM
12385configured by $0, generated by GNU Autoconf 2.69,
12386 with options \\"\$ac_cs_config\\"
b7026657 12387
d0ac1c44 12388Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12389This config.status script is free software; the Free Software Foundation
12390gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12391
12392ac_pwd='$ac_pwd'
12393srcdir='$srcdir'
12394INSTALL='$INSTALL'
6bb11ab3 12395AWK='$AWK'
81ecdfbb 12396test -n "\$AWK" || AWK=awk
b7026657
AC
12397_ACEOF
12398
81ecdfbb
RW
12399cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12400# The default lists apply if the user does not specify any file.
b7026657
AC
12401ac_need_defaults=:
12402while test $# != 0
12403do
12404 case $1 in
d0ac1c44 12405 --*=?*)
81ecdfbb
RW
12406 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12407 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12408 ac_shift=:
b34f6357 12409 ;;
d0ac1c44
SM
12410 --*=)
12411 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12412 ac_optarg=
12413 ac_shift=:
12414 ;;
81ecdfbb 12415 *)
b7026657
AC
12416 ac_option=$1
12417 ac_optarg=$2
12418 ac_shift=shift
b34f6357 12419 ;;
b7026657 12420 esac
b34f6357 12421
b7026657
AC
12422 case $ac_option in
12423 # Handling of the options.
b7026657
AC
12424 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12425 ac_cs_recheck=: ;;
81ecdfbb
RW
12426 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12427 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12428 --config | --confi | --conf | --con | --co | --c )
12429 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12430 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12431 debug=: ;;
12432 --file | --fil | --fi | --f )
12433 $ac_shift
81ecdfbb
RW
12434 case $ac_optarg in
12435 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12436 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12437 esac
12438 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12439 ac_need_defaults=false;;
12440 --header | --heade | --head | --hea )
12441 $ac_shift
81ecdfbb
RW
12442 case $ac_optarg in
12443 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12444 esac
12445 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12446 ac_need_defaults=false;;
81ecdfbb
RW
12447 --he | --h)
12448 # Conflict between --help and --header
d0ac1c44 12449 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12450Try \`$0 --help' for more information.";;
12451 --help | --hel | -h )
12452 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12453 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12454 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12455 ac_cs_silent=: ;;
b34f6357 12456
b7026657 12457 # This is an error.
d0ac1c44 12458 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12459Try \`$0 --help' for more information." ;;
b34f6357 12460
81ecdfbb
RW
12461 *) as_fn_append ac_config_targets " $1"
12462 ac_need_defaults=false ;;
b7026657
AC
12463
12464 esac
12465 shift
12466done
12467
12468ac_configure_extra_args=
12469
12470if $ac_cs_silent; then
12471 exec 6>/dev/null
12472 ac_configure_extra_args="$ac_configure_extra_args --silent"
b34f6357
DB
12473fi
12474
b7026657 12475_ACEOF
81ecdfbb 12476cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12477if \$ac_cs_recheck; then
d0ac1c44 12478 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12479 shift
12480 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12481 CONFIG_SHELL='$SHELL'
12482 export CONFIG_SHELL
12483 exec "\$@"
b7026657 12484fi
b34f6357 12485
b7026657 12486_ACEOF
81ecdfbb
RW
12487cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12488exec 5>>config.log
12489{
12490 echo
12491 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12492## Running $as_me. ##
12493_ASBOX
12494 $as_echo "$ac_log"
12495} >&5
b34f6357 12496
81ecdfbb
RW
12497_ACEOF
12498cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12499#
12500# INIT-COMMANDS
12501#
12502ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12503
6bb11ab3
L
12504
12505# The HP-UX ksh and POSIX shell print the target directory to stdout
12506# if CDPATH is set.
12507(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12508
12509sed_quote_subst='$sed_quote_subst'
12510double_quote_subst='$double_quote_subst'
12511delay_variable_subst='$delay_variable_subst'
12512macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12513macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12514enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12515enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12516pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12517enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12518SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12519ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12520host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12521host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12522host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12523build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12524build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12525build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12526SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12527Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12528GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12529EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12530FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12531LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12532NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12533LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12534max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12535ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12536exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12537lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12538lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12539lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12540reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12541reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12542OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12543deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12544file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12545AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12546AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12547STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12548RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12549old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12550old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12551old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12552lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12553CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12554CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12555compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12556GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12557lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12558lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12559lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12560lt_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"`'
12561objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12562MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12563lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12564lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12565lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12566lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12567lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12568need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12569DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12570NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12571LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12572OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12573OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12574libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12575shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12576extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12577archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12578enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12579export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12580whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12581compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12582old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12583old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12584archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12585archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12586module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12587module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12588with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12589allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12590no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12591hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12592hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12593hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12594hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12595hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12596hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12597hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12598hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12599inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12600link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12601fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12602always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12603export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12604exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12605include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12606prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12607file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12608variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12609need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12610need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12611version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12612runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12613shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12614shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12615libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12616library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12617soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12618install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12619postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12620postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12621finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12622finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12623hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12624sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12625sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12626hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12627enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12628enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12629enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12630old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12631striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12632
12633LTCC='$LTCC'
12634LTCFLAGS='$LTCFLAGS'
12635compiler='$compiler_DEFAULT'
12636
12637# A function that is used when there is no print builtin or printf.
12638func_fallback_echo ()
12639{
12640 eval 'cat <<_LTECHO_EOF
12641\$1
12642_LTECHO_EOF'
12643}
12644
12645# Quote evaled strings.
12646for var in SHELL \
12647ECHO \
12648SED \
12649GREP \
12650EGREP \
12651FGREP \
12652LD \
12653NM \
12654LN_S \
12655lt_SP2NL \
12656lt_NL2SP \
12657reload_flag \
12658OBJDUMP \
12659deplibs_check_method \
12660file_magic_cmd \
12661AR \
12662AR_FLAGS \
12663STRIP \
12664RANLIB \
12665CC \
12666CFLAGS \
12667compiler \
12668lt_cv_sys_global_symbol_pipe \
12669lt_cv_sys_global_symbol_to_cdecl \
12670lt_cv_sys_global_symbol_to_c_name_address \
12671lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12672lt_prog_compiler_no_builtin_flag \
12673lt_prog_compiler_wl \
12674lt_prog_compiler_pic \
12675lt_prog_compiler_static \
12676lt_cv_prog_compiler_c_o \
12677need_locks \
12678DSYMUTIL \
12679NMEDIT \
12680LIPO \
12681OTOOL \
12682OTOOL64 \
12683shrext_cmds \
12684export_dynamic_flag_spec \
12685whole_archive_flag_spec \
12686compiler_needs_object \
12687with_gnu_ld \
12688allow_undefined_flag \
12689no_undefined_flag \
12690hardcode_libdir_flag_spec \
12691hardcode_libdir_flag_spec_ld \
12692hardcode_libdir_separator \
12693fix_srcfile_path \
12694exclude_expsyms \
12695include_expsyms \
12696file_list_spec \
12697variables_saved_for_relink \
12698libname_spec \
12699library_names_spec \
12700soname_spec \
12701install_override_mode \
12702finish_eval \
12703old_striplib \
12704striplib; do
12705 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12706 *[\\\\\\\`\\"\\\$]*)
12707 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12708 ;;
12709 *)
12710 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12711 ;;
12712 esac
12713done
12714
12715# Double-quote double-evaled strings.
12716for var in reload_cmds \
12717old_postinstall_cmds \
12718old_postuninstall_cmds \
12719old_archive_cmds \
12720extract_expsyms_cmds \
12721old_archive_from_new_cmds \
12722old_archive_from_expsyms_cmds \
12723archive_cmds \
12724archive_expsym_cmds \
12725module_cmds \
12726module_expsym_cmds \
12727export_symbols_cmds \
12728prelink_cmds \
12729postinstall_cmds \
12730postuninstall_cmds \
12731finish_cmds \
12732sys_lib_search_path_spec \
12733sys_lib_dlsearch_path_spec; do
12734 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12735 *[\\\\\\\`\\"\\\$]*)
12736 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12737 ;;
12738 *)
12739 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12740 ;;
12741 esac
12742done
12743
12744ac_aux_dir='$ac_aux_dir'
12745xsi_shell='$xsi_shell'
12746lt_shell_append='$lt_shell_append'
12747
12748# See if we are running on zsh, and set the options which allow our
12749# commands through without removal of \ escapes INIT.
12750if test -n "\${ZSH_VERSION+set}" ; then
12751 setopt NO_GLOB_SUBST
12752fi
12753
12754
12755 PACKAGE='$PACKAGE'
12756 VERSION='$VERSION'
12757 TIMESTAMP='$TIMESTAMP'
12758 RM='$RM'
12759 ofile='$ofile'
12760
12761
12762
12763
81ecdfbb 12764_ACEOF
b34f6357 12765
81ecdfbb 12766cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b34f6357 12767
81ecdfbb 12768# Handling of arguments.
b7026657 12769for ac_config_target in $ac_config_targets
b34f6357 12770do
81ecdfbb
RW
12771 case $ac_config_target in
12772 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12773 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12774 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12775 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12776 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12777 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12778 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12779 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12780
d0ac1c44 12781 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b34f6357
DB
12782 esac
12783done
12784
81ecdfbb 12785
b7026657
AC
12786# If the user did not use the arguments to specify the items to instantiate,
12787# then the envvar interface is used. Set only those that are not.
12788# We use the long form for the default assignment because of an extremely
12789# bizarre bug on SunOS 4.1.3.
12790if $ac_need_defaults; then
12791 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12792 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12793 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12794fi
12795
12796# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12797# simply because there is no reason against having it here, and in addition,
b7026657 12798# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12799# Hook for its removal unless debugging.
12800# Note that there is a small window in which the directory will not be cleaned:
12801# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12802$debug ||
12803{
d0ac1c44 12804 tmp= ac_tmp=
81ecdfbb 12805 trap 'exit_status=$?
d0ac1c44
SM
12806 : "${ac_tmp:=$tmp}"
12807 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12808' 0
12809 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12810}
b7026657 12811# Create a (secure) tmp directory for tmp files.
b34f6357 12812
b7026657 12813{
81ecdfbb 12814 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12815 test -d "$tmp"
b7026657
AC
12816} ||
12817{
81ecdfbb
RW
12818 tmp=./conf$$-$RANDOM
12819 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12820} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12821ac_tmp=$tmp
b7026657 12822
81ecdfbb
RW
12823# Set up the scripts for CONFIG_FILES section.
12824# No need to generate them if there are no CONFIG_FILES.
12825# This happens for instance with `./config.status config.h'.
12826if test -n "$CONFIG_FILES"; then
b7026657 12827
b34f6357 12828
81ecdfbb
RW
12829ac_cr=`echo X | tr X '\015'`
12830# On cygwin, bash can eat \r inside `` if the user requested igncr.
12831# But we know of no other shell where ac_cr would be empty at this
12832# point, so we can use a bashism as a fallback.
12833if test "x$ac_cr" = x; then
12834 eval ac_cr=\$\'\\r\'
12835fi
12836ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12837if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12838 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12839else
12840 ac_cs_awk_cr=$ac_cr
12841fi
b7026657 12842
d0ac1c44 12843echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12844_ACEOF
12845
81ecdfbb
RW
12846
12847{
12848 echo "cat >conf$$subs.awk <<_ACEOF" &&
12849 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12850 echo "_ACEOF"
12851} >conf$$subs.sh ||
d0ac1c44
SM
12852 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12853ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12854ac_delim='%!_!# '
12855for ac_last_try in false false false false false :; do
12856 . ./conf$$subs.sh ||
d0ac1c44 12857 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12858
12859 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12860 if test $ac_delim_n = $ac_delim_num; then
12861 break
12862 elif $ac_last_try; then
d0ac1c44 12863 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12864 else
12865 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b34f6357 12866 fi
81ecdfbb
RW
12867done
12868rm -f conf$$subs.sh
b34f6357 12869
81ecdfbb 12870cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12871cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12872_ACEOF
81ecdfbb
RW
12873sed -n '
12874h
12875s/^/S["/; s/!.*/"]=/
12876p
12877g
12878s/^[^!]*!//
12879:repl
12880t repl
12881s/'"$ac_delim"'$//
12882t delim
12883:nl
12884h
d0ac1c44 12885s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12886t more1
12887s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12888p
12889n
12890b repl
12891:more1
12892s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12893p
12894g
12895s/.\{148\}//
12896t nl
12897:delim
12898h
d0ac1c44 12899s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12900t more2
12901s/["\\]/\\&/g; s/^/"/; s/$/"/
12902p
12903b
12904:more2
12905s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12906p
12907g
12908s/.\{148\}//
12909t delim
12910' <conf$$subs.awk | sed '
12911/^[^""]/{
12912 N
12913 s/\n//
12914}
12915' >>$CONFIG_STATUS || ac_write_fail=1
12916rm -f conf$$subs.awk
12917cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12918_ACAWK
d0ac1c44 12919cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12920 for (key in S) S_is_set[key] = 1
12921 FS = "\a"
b7026657 12922
81ecdfbb
RW
12923}
12924{
12925 line = $ 0
12926 nfields = split(line, field, "@")
12927 substed = 0
12928 len = length(field[1])
12929 for (i = 2; i < nfields; i++) {
12930 key = field[i]
12931 keylen = length(key)
12932 if (S_is_set[key]) {
12933 value = S[key]
12934 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12935 len += length(value) + length(field[++i])
12936 substed = 1
12937 } else
12938 len += 1 + keylen
12939 }
12940
12941 print line
12942}
b34f6357 12943
81ecdfbb
RW
12944_ACAWK
12945_ACEOF
12946cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12947if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12948 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12949else
81ecdfbb 12950 cat
d0ac1c44
SM
12951fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12952 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12953_ACEOF
b7026657 12954
d0ac1c44
SM
12955# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12956# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12957# trailing colons and then remove the whole line if VPATH becomes empty
12958# (actually we leave an empty line to preserve line numbers).
12959if test "x$srcdir" = x.; then
d0ac1c44
SM
12960 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12961h
12962s///
12963s/^/:/
12964s/[ ]*$/:/
12965s/:\$(srcdir):/:/g
12966s/:\${srcdir}:/:/g
12967s/:@srcdir@:/:/g
12968s/^:*//
81ecdfbb 12969s/:*$//
d0ac1c44
SM
12970x
12971s/\(=[ ]*\).*/\1/
12972G
12973s/\n//
81ecdfbb
RW
12974s/^[^=]*=[ ]*$//
12975}'
12976fi
b34f6357 12977
81ecdfbb
RW
12978cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12979fi # test -n "$CONFIG_FILES"
b34f6357 12980
81ecdfbb
RW
12981# Set up the scripts for CONFIG_HEADERS section.
12982# No need to generate them if there are no CONFIG_HEADERS.
12983# This happens for instance with `./config.status Makefile'.
12984if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12985cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12986BEGIN {
12987_ACEOF
b7026657 12988
81ecdfbb
RW
12989# Transform confdefs.h into an awk script `defines.awk', embedded as
12990# here-document in config.status, that substitutes the proper values into
12991# config.h.in to produce config.h.
b34f6357 12992
81ecdfbb
RW
12993# Create a delimiter string that does not exist in confdefs.h, to ease
12994# handling of long lines.
12995ac_delim='%!_!# '
12996for ac_last_try in false false :; do
d0ac1c44
SM
12997 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12998 if test -z "$ac_tt"; then
81ecdfbb
RW
12999 break
13000 elif $ac_last_try; then
d0ac1c44 13001 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13002 else
81ecdfbb 13003 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13004 fi
b7026657 13005done
81ecdfbb
RW
13006
13007# For the awk script, D is an array of macro values keyed by name,
13008# likewise P contains macro parameters if any. Preserve backslash
13009# newline sequences.
13010
13011ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13012sed -n '
13013s/.\{148\}/&'"$ac_delim"'/g
13014t rset
13015:rset
13016s/^[ ]*#[ ]*define[ ][ ]*/ /
13017t def
13018d
13019:def
13020s/\\$//
13021t bsnl
13022s/["\\]/\\&/g
13023s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13024D["\1"]=" \3"/p
13025s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13026d
13027:bsnl
13028s/["\\]/\\&/g
13029s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13030D["\1"]=" \3\\\\\\n"\\/p
13031t cont
13032s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13033t cont
13034d
13035:cont
13036n
13037s/.\{148\}/&'"$ac_delim"'/g
13038t clear
13039:clear
13040s/\\$//
13041t bsnlc
13042s/["\\]/\\&/g; s/^/"/; s/$/"/p
13043d
13044:bsnlc
13045s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13046b cont
13047' <confdefs.h | sed '
13048s/'"$ac_delim"'/"\\\
13049"/g' >>$CONFIG_STATUS || ac_write_fail=1
13050
13051cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13052 for (key in D) D_is_set[key] = 1
13053 FS = "\a"
13054}
13055/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13056 line = \$ 0
13057 split(line, arg, " ")
13058 if (arg[1] == "#") {
13059 defundef = arg[2]
13060 mac1 = arg[3]
13061 } else {
13062 defundef = substr(arg[1], 2)
13063 mac1 = arg[2]
13064 }
13065 split(mac1, mac2, "(") #)
13066 macro = mac2[1]
13067 prefix = substr(line, 1, index(line, defundef) - 1)
13068 if (D_is_set[macro]) {
13069 # Preserve the white space surrounding the "#".
13070 print prefix "define", macro P[macro] D[macro]
13071 next
13072 } else {
13073 # Replace #undef with comments. This is necessary, for example,
13074 # in the case of _POSIX_SOURCE, which is predefined and required
13075 # on some systems where configure will not decide to define it.
13076 if (defundef == "undef") {
13077 print "/*", prefix defundef, macro, "*/"
13078 next
13079 }
13080 }
13081}
13082{ print }
13083_ACAWK
b7026657 13084_ACEOF
81ecdfbb 13085cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13086 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13087fi # test -n "$CONFIG_HEADERS"
b7026657 13088
b34f6357 13089
99d8e879 13090eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13091shift
13092for ac_tag
13093do
13094 case $ac_tag in
13095 :[FHLC]) ac_mode=$ac_tag; continue;;
13096 esac
13097 case $ac_mode$ac_tag in
13098 :[FHL]*:*);;
d0ac1c44 13099 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13100 :[FH]-) ac_tag=-:-;;
13101 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
b34f6357 13102 esac
81ecdfbb
RW
13103 ac_save_IFS=$IFS
13104 IFS=:
13105 set x $ac_tag
13106 IFS=$ac_save_IFS
13107 shift
13108 ac_file=$1
13109 shift
b34f6357 13110
81ecdfbb
RW
13111 case $ac_mode in
13112 :L) ac_source=$1;;
13113 :[FH])
13114 ac_file_inputs=
13115 for ac_f
13116 do
13117 case $ac_f in
d0ac1c44 13118 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13119 *) # Look for the file first in the build tree, then in the source tree
13120 # (if the path is not absolute). The absolute path cannot be DOS-style,
13121 # because $ac_f cannot contain `:'.
13122 test -f "$ac_f" ||
13123 case $ac_f in
13124 [\\/$]*) false;;
13125 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13126 esac ||
d0ac1c44 13127 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13128 esac
81ecdfbb
RW
13129 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13130 as_fn_append ac_file_inputs " '$ac_f'"
13131 done
b7026657 13132
81ecdfbb
RW
13133 # Let's still pretend it is `configure' which instantiates (i.e., don't
13134 # use $as_me), people would be surprised to read:
13135 # /* config.h. Generated by config.status. */
13136 configure_input='Generated from '`
13137 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13138 `' by configure.'
13139 if test x"$ac_file" != x-; then
13140 configure_input="$ac_file. $configure_input"
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13142$as_echo "$as_me: creating $ac_file" >&6;}
13143 fi
13144 # Neutralize special characters interpreted by sed in replacement strings.
13145 case $configure_input in #(
13146 *\&* | *\|* | *\\* )
13147 ac_sed_conf_input=`$as_echo "$configure_input" |
13148 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13149 *) ac_sed_conf_input=$configure_input;;
13150 esac
b7026657 13151
81ecdfbb 13152 case $ac_tag in
d0ac1c44
SM
13153 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13154 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13155 esac
13156 ;;
13157 esac
b7026657 13158
81ecdfbb 13159 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13160$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13161 X"$ac_file" : 'X\(//\)[^/]' \| \
13162 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13163 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13164$as_echo X"$ac_file" |
13165 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13166 s//\1/
13167 q
13168 }
13169 /^X\(\/\/\)[^/].*/{
13170 s//\1/
13171 q
13172 }
13173 /^X\(\/\/\)$/{
13174 s//\1/
13175 q
13176 }
13177 /^X\(\/\).*/{
13178 s//\1/
13179 q
13180 }
13181 s/.*/./; q'`
13182 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13183 ac_builddir=.
13184
81ecdfbb
RW
13185case "$ac_dir" in
13186.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13187*)
13188 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13189 # A ".." for each directory in $ac_dir_suffix.
13190 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13191 case $ac_top_builddir_sub in
13192 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13193 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13194 esac ;;
13195esac
13196ac_abs_top_builddir=$ac_pwd
13197ac_abs_builddir=$ac_pwd$ac_dir_suffix
13198# for backward compatibility:
13199ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13200
13201case $srcdir in
81ecdfbb 13202 .) # We are building in place.
b7026657 13203 ac_srcdir=.
81ecdfbb
RW
13204 ac_top_srcdir=$ac_top_builddir_sub
13205 ac_abs_top_srcdir=$ac_pwd ;;
13206 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13207 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13208 ac_top_srcdir=$srcdir
13209 ac_abs_top_srcdir=$srcdir ;;
13210 *) # Relative name.
13211 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13212 ac_top_srcdir=$ac_top_build_prefix$srcdir
13213 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13214esac
81ecdfbb 13215ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13216
b34f6357 13217
81ecdfbb
RW
13218 case $ac_mode in
13219 :F)
13220 #
13221 # CONFIG_FILE
13222 #
b7026657 13223
81ecdfbb
RW
13224 case $INSTALL in
13225 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13226 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
b34f6357 13227 esac
81ecdfbb 13228_ACEOF
b34f6357 13229
81ecdfbb
RW
13230cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13231# If the template does not know about datarootdir, expand it.
13232# FIXME: This hack should be removed a few years after 2.60.
13233ac_datarootdir_hack=; ac_datarootdir_seen=
13234ac_sed_dataroot='
13235/datarootdir/ {
13236 p
13237 q
13238}
13239/@datadir@/p
13240/@docdir@/p
13241/@infodir@/p
13242/@localedir@/p
13243/@mandir@/p'
13244case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13245*datarootdir*) ac_datarootdir_seen=yes;;
13246*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13248$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13249_ACEOF
13250cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13251 ac_datarootdir_hack='
13252 s&@datadir@&$datadir&g
13253 s&@docdir@&$docdir&g
13254 s&@infodir@&$infodir&g
13255 s&@localedir@&$localedir&g
13256 s&@mandir@&$mandir&g
13257 s&\\\${datarootdir}&$datarootdir&g' ;;
13258esac
b7026657 13259_ACEOF
b7026657 13260
81ecdfbb
RW
13261# Neutralize VPATH when `$srcdir' = `.'.
13262# Shell code in configure.ac might set extrasub.
13263# FIXME: do we really want to maintain this feature?
13264cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13265ac_sed_extra="$ac_vpsub
13266$extrasub
13267_ACEOF
13268cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13269:t
13270/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13271s|@configure_input@|$ac_sed_conf_input|;t t
13272s&@top_builddir@&$ac_top_builddir_sub&;t t
13273s&@top_build_prefix@&$ac_top_build_prefix&;t t
13274s&@srcdir@&$ac_srcdir&;t t
13275s&@abs_srcdir@&$ac_abs_srcdir&;t t
13276s&@top_srcdir@&$ac_top_srcdir&;t t
13277s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13278s&@builddir@&$ac_builddir&;t t
13279s&@abs_builddir@&$ac_abs_builddir&;t t
13280s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13281s&@INSTALL@&$ac_INSTALL&;t t
13282$ac_datarootdir_hack
13283"
d0ac1c44
SM
13284eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13285 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13286
13287test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13288 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13289 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13290 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13292which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13293$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13294which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13295
d0ac1c44 13296 rm -f "$ac_tmp/stdin"
81ecdfbb 13297 case $ac_file in
d0ac1c44
SM
13298 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13299 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13300 esac \
d0ac1c44 13301 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13302 ;;
13303 :H)
13304 #
13305 # CONFIG_HEADER
13306 #
13307 if test x"$ac_file" != x-; then
13308 {
13309 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13310 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13311 } >"$ac_tmp/config.h" \
13312 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13313 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13315$as_echo "$as_me: $ac_file is unchanged" >&6;}
13316 else
13317 rm -f "$ac_file"
d0ac1c44
SM
13318 mv "$ac_tmp/config.h" "$ac_file" \
13319 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13320 fi
b7026657 13321 else
81ecdfbb 13322 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13323 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13324 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13325 fi
13326 ;;
b7026657 13327
81ecdfbb
RW
13328 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13329$as_echo "$as_me: executing $ac_file commands" >&6;}
13330 ;;
13331 esac
b7026657
AC
13332
13333
81ecdfbb 13334 case $ac_file$ac_mode in
db2e4d67 13335 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13336 "libtool":C)
13337
13338 # See if we are running on zsh, and set the options which allow our
13339 # commands through without removal of \ escapes.
13340 if test -n "${ZSH_VERSION+set}" ; then
13341 setopt NO_GLOB_SUBST
13342 fi
13343
13344 cfgfile="${ofile}T"
13345 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13346 $RM "$cfgfile"
13347
13348 cat <<_LT_EOF >> "$cfgfile"
13349#! $SHELL
13350
13351# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13352# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13353# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13354# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13355#
13356# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13357# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13358# Written by Gordon Matzigkeit, 1996
13359#
13360# This file is part of GNU Libtool.
13361#
13362# GNU Libtool is free software; you can redistribute it and/or
13363# modify it under the terms of the GNU General Public License as
13364# published by the Free Software Foundation; either version 2 of
13365# the License, or (at your option) any later version.
13366#
13367# As a special exception to the GNU General Public License,
13368# if you distribute this file as part of a program or library that
13369# is built using GNU Libtool, you may include this file under the
13370# same distribution terms that you use for the rest of that program.
13371#
13372# GNU Libtool is distributed in the hope that it will be useful,
13373# but WITHOUT ANY WARRANTY; without even the implied warranty of
13374# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13375# GNU General Public License for more details.
13376#
13377# You should have received a copy of the GNU General Public License
13378# along with GNU Libtool; see the file COPYING. If not, a copy
13379# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13380# obtained by writing to the Free Software Foundation, Inc.,
13381# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13382
13383
13384# The names of the tagged configurations supported by this script.
13385available_tags=""
13386
13387# ### BEGIN LIBTOOL CONFIG
13388
13389# Which release of libtool.m4 was used?
13390macro_version=$macro_version
13391macro_revision=$macro_revision
13392
13393# Whether or not to build shared libraries.
13394build_libtool_libs=$enable_shared
13395
13396# Whether or not to build static libraries.
13397build_old_libs=$enable_static
13398
13399# What type of objects to build.
13400pic_mode=$pic_mode
13401
13402# Whether or not to optimize for fast installation.
13403fast_install=$enable_fast_install
13404
13405# Shell to use when invoking shell scripts.
13406SHELL=$lt_SHELL
13407
13408# An echo program that protects backslashes.
13409ECHO=$lt_ECHO
13410
13411# The host system.
13412host_alias=$host_alias
13413host=$host
13414host_os=$host_os
13415
13416# The build system.
13417build_alias=$build_alias
13418build=$build
13419build_os=$build_os
13420
13421# A sed program that does not truncate output.
13422SED=$lt_SED
13423
13424# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13425Xsed="\$SED -e 1s/^X//"
13426
13427# A grep program that handles long lines.
13428GREP=$lt_GREP
13429
13430# An ERE matcher.
13431EGREP=$lt_EGREP
13432
13433# A literal string matcher.
13434FGREP=$lt_FGREP
13435
13436# A BSD- or MS-compatible name lister.
13437NM=$lt_NM
13438
13439# Whether we need soft or hard links.
13440LN_S=$lt_LN_S
13441
13442# What is the maximum length of a command?
13443max_cmd_len=$max_cmd_len
13444
13445# Object file suffix (normally "o").
13446objext=$ac_objext
13447
13448# Executable file suffix (normally "").
13449exeext=$exeext
13450
13451# whether the shell understands "unset".
13452lt_unset=$lt_unset
13453
13454# turn spaces into newlines.
13455SP2NL=$lt_lt_SP2NL
13456
13457# turn newlines into spaces.
13458NL2SP=$lt_lt_NL2SP
13459
13460# An object symbol dumper.
13461OBJDUMP=$lt_OBJDUMP
13462
13463# Method to check whether dependent libraries are shared objects.
13464deplibs_check_method=$lt_deplibs_check_method
13465
13466# Command to use when deplibs_check_method == "file_magic".
13467file_magic_cmd=$lt_file_magic_cmd
13468
13469# The archiver.
13470AR=$lt_AR
13471AR_FLAGS=$lt_AR_FLAGS
13472
13473# A symbol stripping program.
13474STRIP=$lt_STRIP
13475
13476# Commands used to install an old-style archive.
13477RANLIB=$lt_RANLIB
13478old_postinstall_cmds=$lt_old_postinstall_cmds
13479old_postuninstall_cmds=$lt_old_postuninstall_cmds
13480
13481# Whether to use a lock for old archive extraction.
13482lock_old_archive_extraction=$lock_old_archive_extraction
13483
13484# A C compiler.
13485LTCC=$lt_CC
13486
13487# LTCC compiler flags.
13488LTCFLAGS=$lt_CFLAGS
13489
13490# Take the output of nm and produce a listing of raw symbols and C names.
13491global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13492
13493# Transform the output of nm in a proper C declaration.
13494global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13495
13496# Transform the output of nm in a C name address pair.
13497global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13498
13499# Transform the output of nm in a C name address pair when lib prefix is needed.
13500global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13501
13502# The name of the directory that contains temporary libtool files.
13503objdir=$objdir
13504
13505# Used to examine libraries when file_magic_cmd begins with "file".
13506MAGIC_CMD=$MAGIC_CMD
13507
13508# Must we lock files when doing compilation?
13509need_locks=$lt_need_locks
13510
13511# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13512DSYMUTIL=$lt_DSYMUTIL
13513
13514# Tool to change global to local symbols on Mac OS X.
13515NMEDIT=$lt_NMEDIT
13516
13517# Tool to manipulate fat objects and archives on Mac OS X.
13518LIPO=$lt_LIPO
13519
13520# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13521OTOOL=$lt_OTOOL
13522
13523# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13524OTOOL64=$lt_OTOOL64
13525
13526# Old archive suffix (normally "a").
13527libext=$libext
13528
13529# Shared library suffix (normally ".so").
13530shrext_cmds=$lt_shrext_cmds
13531
13532# The commands to extract the exported symbol list from a shared archive.
13533extract_expsyms_cmds=$lt_extract_expsyms_cmds
13534
13535# Variables whose values should be saved in libtool wrapper scripts and
13536# restored at link time.
13537variables_saved_for_relink=$lt_variables_saved_for_relink
13538
13539# Do we need the "lib" prefix for modules?
13540need_lib_prefix=$need_lib_prefix
13541
13542# Do we need a version for libraries?
13543need_version=$need_version
13544
13545# Library versioning type.
13546version_type=$version_type
13547
13548# Shared library runtime path variable.
13549runpath_var=$runpath_var
13550
13551# Shared library path variable.
13552shlibpath_var=$shlibpath_var
13553
13554# Is shlibpath searched before the hard-coded library search path?
13555shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13556
13557# Format of library name prefix.
13558libname_spec=$lt_libname_spec
13559
13560# List of archive names. First name is the real one, the rest are links.
13561# The last name is the one that the linker finds with -lNAME
13562library_names_spec=$lt_library_names_spec
13563
13564# The coded name of the library, if different from the real name.
13565soname_spec=$lt_soname_spec
13566
13567# Permission mode override for installation of shared libraries.
13568install_override_mode=$lt_install_override_mode
13569
13570# Command to use after installation of a shared archive.
13571postinstall_cmds=$lt_postinstall_cmds
13572
13573# Command to use after uninstallation of a shared archive.
13574postuninstall_cmds=$lt_postuninstall_cmds
13575
13576# Commands used to finish a libtool library installation in a directory.
13577finish_cmds=$lt_finish_cmds
13578
13579# As "finish_cmds", except a single script fragment to be evaled but
13580# not shown.
13581finish_eval=$lt_finish_eval
13582
13583# Whether we should hardcode library paths into libraries.
13584hardcode_into_libs=$hardcode_into_libs
13585
13586# Compile-time system search path for libraries.
13587sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13588
13589# Run-time system search path for libraries.
13590sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13591
13592# Whether dlopen is supported.
13593dlopen_support=$enable_dlopen
13594
13595# Whether dlopen of programs is supported.
13596dlopen_self=$enable_dlopen_self
13597
13598# Whether dlopen of statically linked programs is supported.
13599dlopen_self_static=$enable_dlopen_self_static
13600
13601# Commands to strip libraries.
13602old_striplib=$lt_old_striplib
13603striplib=$lt_striplib
13604
13605
13606# The linker used to build libraries.
13607LD=$lt_LD
13608
13609# How to create reloadable object files.
13610reload_flag=$lt_reload_flag
13611reload_cmds=$lt_reload_cmds
13612
13613# Commands used to build an old-style archive.
13614old_archive_cmds=$lt_old_archive_cmds
13615
13616# A language specific compiler.
13617CC=$lt_compiler
13618
13619# Is the compiler the GNU compiler?
13620with_gcc=$GCC
13621
13622# Compiler flag to turn off builtin functions.
13623no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13624
13625# How to pass a linker flag through the compiler.
13626wl=$lt_lt_prog_compiler_wl
13627
13628# Additional compiler flags for building library objects.
13629pic_flag=$lt_lt_prog_compiler_pic
13630
13631# Compiler flag to prevent dynamic linking.
13632link_static_flag=$lt_lt_prog_compiler_static
13633
13634# Does compiler simultaneously support -c and -o options?
13635compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13636
13637# Whether or not to add -lc for building shared libraries.
13638build_libtool_need_lc=$archive_cmds_need_lc
13639
13640# Whether or not to disallow shared libs when runtime libs are static.
13641allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13642
13643# Compiler flag to allow reflexive dlopens.
13644export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13645
13646# Compiler flag to generate shared objects directly from archives.
13647whole_archive_flag_spec=$lt_whole_archive_flag_spec
13648
13649# Whether the compiler copes with passing no objects directly.
13650compiler_needs_object=$lt_compiler_needs_object
13651
13652# Create an old-style archive from a shared archive.
13653old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13654
13655# Create a temporary old-style archive to link instead of a shared archive.
13656old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13657
13658# Commands used to build a shared archive.
13659archive_cmds=$lt_archive_cmds
13660archive_expsym_cmds=$lt_archive_expsym_cmds
13661
13662# Commands used to build a loadable module if different from building
13663# a shared archive.
13664module_cmds=$lt_module_cmds
13665module_expsym_cmds=$lt_module_expsym_cmds
13666
13667# Whether we are building with GNU ld or not.
13668with_gnu_ld=$lt_with_gnu_ld
13669
13670# Flag that allows shared libraries with undefined symbols to be built.
13671allow_undefined_flag=$lt_allow_undefined_flag
13672
13673# Flag that enforces no undefined symbols.
13674no_undefined_flag=$lt_no_undefined_flag
13675
13676# Flag to hardcode \$libdir into a binary during linking.
13677# This must work even if \$libdir does not exist
13678hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13679
13680# If ld is used when linking, flag to hardcode \$libdir into a binary
13681# during linking. This must work even if \$libdir does not exist.
13682hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13683
13684# Whether we need a single "-rpath" flag with a separated argument.
13685hardcode_libdir_separator=$lt_hardcode_libdir_separator
13686
13687# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13688# DIR into the resulting binary.
13689hardcode_direct=$hardcode_direct
13690
13691# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13692# DIR into the resulting binary and the resulting library dependency is
13693# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13694# library is relocated.
13695hardcode_direct_absolute=$hardcode_direct_absolute
13696
13697# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13698# into the resulting binary.
13699hardcode_minus_L=$hardcode_minus_L
13700
13701# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13702# into the resulting binary.
13703hardcode_shlibpath_var=$hardcode_shlibpath_var
13704
13705# Set to "yes" if building a shared library automatically hardcodes DIR
13706# into the library and all subsequent libraries and executables linked
13707# against it.
13708hardcode_automatic=$hardcode_automatic
13709
13710# Set to yes if linker adds runtime paths of dependent libraries
13711# to runtime path list.
13712inherit_rpath=$inherit_rpath
13713
13714# Whether libtool must link a program against all its dependency libraries.
13715link_all_deplibs=$link_all_deplibs
13716
13717# Fix the shell variable \$srcfile for the compiler.
13718fix_srcfile_path=$lt_fix_srcfile_path
13719
13720# Set to "yes" if exported symbols are required.
13721always_export_symbols=$always_export_symbols
13722
13723# The commands to list exported symbols.
13724export_symbols_cmds=$lt_export_symbols_cmds
13725
13726# Symbols that should not be listed in the preloaded symbols.
13727exclude_expsyms=$lt_exclude_expsyms
13728
13729# Symbols that must always be exported.
13730include_expsyms=$lt_include_expsyms
13731
13732# Commands necessary for linking programs (against libraries) with templates.
13733prelink_cmds=$lt_prelink_cmds
13734
13735# Specify filename containing input files.
13736file_list_spec=$lt_file_list_spec
13737
13738# How to hardcode a shared library path into an executable.
13739hardcode_action=$hardcode_action
13740
13741# ### END LIBTOOL CONFIG
13742
13743_LT_EOF
13744
13745 case $host_os in
13746 aix3*)
13747 cat <<\_LT_EOF >> "$cfgfile"
13748# AIX sometimes has problems with the GCC collect2 program. For some
13749# reason, if we set the COLLECT_NAMES environment variable, the problems
13750# vanish in a puff of smoke.
13751if test "X${COLLECT_NAMES+set}" != Xset; then
13752 COLLECT_NAMES=
13753 export COLLECT_NAMES
13754fi
13755_LT_EOF
13756 ;;
13757 esac
13758
13759
13760ltmain="$ac_aux_dir/ltmain.sh"
13761
13762
13763 # We use sed instead of cat because bash on DJGPP gets confused if
13764 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13765 # text mode, it properly converts lines to CR/LF. This bash problem
13766 # is reportedly fixed, but why not run on old versions too?
13767 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13768 || (rm -f "$cfgfile"; exit 1)
13769
13770 case $xsi_shell in
13771 yes)
13772 cat << \_LT_EOF >> "$cfgfile"
13773
13774# func_dirname file append nondir_replacement
13775# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13776# otherwise set result to NONDIR_REPLACEMENT.
13777func_dirname ()
13778{
13779 case ${1} in
13780 */*) func_dirname_result="${1%/*}${2}" ;;
13781 * ) func_dirname_result="${3}" ;;
13782 esac
13783}
13784
13785# func_basename file
13786func_basename ()
13787{
13788 func_basename_result="${1##*/}"
13789}
13790
13791# func_dirname_and_basename file append nondir_replacement
13792# perform func_basename and func_dirname in a single function
13793# call:
13794# dirname: Compute the dirname of FILE. If nonempty,
13795# add APPEND to the result, otherwise set result
13796# to NONDIR_REPLACEMENT.
13797# value returned in "$func_dirname_result"
13798# basename: Compute filename of FILE.
13799# value retuned in "$func_basename_result"
13800# Implementation must be kept synchronized with func_dirname
13801# and func_basename. For efficiency, we do not delegate to
13802# those functions but instead duplicate the functionality here.
13803func_dirname_and_basename ()
13804{
13805 case ${1} in
13806 */*) func_dirname_result="${1%/*}${2}" ;;
13807 * ) func_dirname_result="${3}" ;;
13808 esac
13809 func_basename_result="${1##*/}"
13810}
13811
13812# func_stripname prefix suffix name
13813# strip PREFIX and SUFFIX off of NAME.
13814# PREFIX and SUFFIX must not contain globbing or regex special
13815# characters, hashes, percent signs, but SUFFIX may contain a leading
13816# dot (in which case that matches only a dot).
13817func_stripname ()
13818{
13819 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13820 # positional parameters, so assign one to ordinary parameter first.
13821 func_stripname_result=${3}
13822 func_stripname_result=${func_stripname_result#"${1}"}
13823 func_stripname_result=${func_stripname_result%"${2}"}
13824}
13825
13826# func_opt_split
13827func_opt_split ()
13828{
13829 func_opt_split_opt=${1%%=*}
13830 func_opt_split_arg=${1#*=}
13831}
13832
13833# func_lo2o object
13834func_lo2o ()
13835{
13836 case ${1} in
13837 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13838 *) func_lo2o_result=${1} ;;
13839 esac
13840}
13841
13842# func_xform libobj-or-source
13843func_xform ()
13844{
13845 func_xform_result=${1%.*}.lo
13846}
13847
13848# func_arith arithmetic-term...
13849func_arith ()
13850{
13851 func_arith_result=$(( $* ))
13852}
13853
13854# func_len string
13855# STRING may not start with a hyphen.
13856func_len ()
13857{
13858 func_len_result=${#1}
13859}
13860
13861_LT_EOF
13862 ;;
13863 *) # Bourne compatible functions.
13864 cat << \_LT_EOF >> "$cfgfile"
13865
13866# func_dirname file append nondir_replacement
13867# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13868# otherwise set result to NONDIR_REPLACEMENT.
13869func_dirname ()
13870{
13871 # Extract subdirectory from the argument.
13872 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13873 if test "X$func_dirname_result" = "X${1}"; then
13874 func_dirname_result="${3}"
13875 else
13876 func_dirname_result="$func_dirname_result${2}"
13877 fi
13878}
13879
13880# func_basename file
13881func_basename ()
13882{
13883 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13884}
13885
13886
13887# func_stripname prefix suffix name
13888# strip PREFIX and SUFFIX off of NAME.
13889# PREFIX and SUFFIX must not contain globbing or regex special
13890# characters, hashes, percent signs, but SUFFIX may contain a leading
13891# dot (in which case that matches only a dot).
13892# func_strip_suffix prefix name
13893func_stripname ()
13894{
13895 case ${2} in
13896 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13897 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13898 esac
13899}
13900
13901# sed scripts:
13902my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13903my_sed_long_arg='1s/^-[^=]*=//'
13904
13905# func_opt_split
13906func_opt_split ()
13907{
13908 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13909 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13910}
13911
13912# func_lo2o object
13913func_lo2o ()
13914{
13915 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13916}
13917
13918# func_xform libobj-or-source
13919func_xform ()
13920{
13921 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13922}
13923
13924# func_arith arithmetic-term...
13925func_arith ()
13926{
13927 func_arith_result=`expr "$@"`
13928}
13929
13930# func_len string
13931# STRING may not start with a hyphen.
13932func_len ()
13933{
13934 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13935}
13936
13937_LT_EOF
13938esac
13939
13940case $lt_shell_append in
13941 yes)
13942 cat << \_LT_EOF >> "$cfgfile"
13943
13944# func_append var value
13945# Append VALUE to the end of shell variable VAR.
13946func_append ()
13947{
13948 eval "$1+=\$2"
13949}
13950_LT_EOF
13951 ;;
13952 *)
13953 cat << \_LT_EOF >> "$cfgfile"
13954
13955# func_append var value
13956# Append VALUE to the end of shell variable VAR.
13957func_append ()
13958{
13959 eval "$1=\$$1\$2"
13960}
13961
13962_LT_EOF
13963 ;;
13964 esac
13965
13966
13967 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13968 || (rm -f "$cfgfile"; exit 1)
13969
13970 mv -f "$cfgfile" "$ofile" ||
13971 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13972 chmod +x "$ofile"
13973
13974 ;;
81ecdfbb 13975 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13976 rm -f Makesim1.tmp Makesim2.tmp Makefile
13977 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13978 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13979 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
b34f6357
DB
13980 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13981 <Makefile.sim >Makefile
38f48d72 13982 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13983 ;;
81ecdfbb
RW
13984 "stamp-h":C) echo > stamp-h ;;
13985
b7026657 13986 esac
81ecdfbb 13987done # for ac_tag
b34f6357 13988
b7026657 13989
81ecdfbb 13990as_fn_exit 0
b7026657 13991_ACEOF
b7026657
AC
13992ac_clean_files=$ac_clean_files_save
13993
81ecdfbb 13994test $ac_write_fail = 0 ||
d0ac1c44 13995 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13996
b7026657
AC
13997
13998# configure is writing to config.log, and then calls config.status.
13999# config.status does its own redirection, appending to config.log.
14000# Unfortunately, on DOS this fails, as config.log is still kept open
14001# by configure, so config.status won't be able to write to it; its
14002# output is simply discarded. So we exec the FD to /dev/null,
14003# effectively closing config.log, so it can be properly (re)opened and
14004# appended to by config.status. When coming back to configure, we
14005# need to make the FD available again.
14006if test "$no_create" != yes; then
14007 ac_cs_success=:
14008 ac_config_status_args=
14009 test "$silent" = yes &&
14010 ac_config_status_args="$ac_config_status_args --quiet"
14011 exec 5>/dev/null
14012 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14013 exec 5>>config.log
14014 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14015 # would make configure fail if this is the last instruction.
d0ac1c44 14016 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14017fi
14018if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14020$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14021fi
b34f6357
DB
14022
14023