]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/frv/configure
sim: unify -Werror 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
81ecdfbb 642MAINT
31e6ad7d
MF
643MAINTAINER_MODE_FALSE
644MAINTAINER_MODE_TRUE
6bb11ab3
L
645lt_cv_dlopen_libs
646OTOOL64
647OTOOL
648LIPO
649NMEDIT
650DSYMUTIL
651AWK
652STRIP
653OBJDUMP
654LN_S
655NM
656ac_ct_DUMPBIN
657DUMPBIN
658LD
659FGREP
660SED
661LIBTOOL
662PLUGINS_FALSE
663PLUGINS_TRUE
aadc9410
MF
664zlibinc
665zlibdir
81ecdfbb
RW
666CATOBJEXT
667GENCAT
668INSTOBJEXT
669DATADIRNAME
670CATALOGS
671POSUB
672GMSGFMT
673XGETTEXT
674INCINTL
675LIBINTL_DEP
676LIBINTL
677USE_NLS
db2e4d67
MF
678CCDEPMODE
679DEPDIR
680am__leading_dot
46f900c0 681C_DIALECT
81ecdfbb
RW
682RANLIB
683AR
c2783492 684LDFLAGS_FOR_BUILD
c25ea03d 685CFLAGS_FOR_BUILD
aa0fca16 686RANLIB_FOR_BUILD
81ecdfbb 687CC_FOR_BUILD
aa0fca16 688AR_FOR_BUILD
81ecdfbb
RW
689INSTALL_DATA
690INSTALL_SCRIPT
691INSTALL_PROGRAM
2232061b
MF
692EGREP
693GREP
c2783492
MF
694CPP
695OBJEXT
696EXEEXT
697ac_ct_CC
698CPPFLAGS
699LDFLAGS
700CFLAGS
701CC
81ecdfbb
RW
702target_os
703target_vendor
704target_cpu
705target
706host_os
707host_vendor
708host_cpu
709host
710build_os
711build_vendor
712build_cpu
713build
81ecdfbb
RW
714target_alias
715host_alias
716build_alias
717LIBS
718ECHO_T
719ECHO_N
720ECHO_C
721DEFS
722mandir
723localedir
724libdir
725psdir
726pdfdir
727dvidir
728htmldir
729infodir
730docdir
731oldincludedir
732includedir
733localstatedir
734sharedstatedir
735sysconfdir
736datadir
737datarootdir
738libexecdir
739sbindir
740bindir
741program_transform_name
742prefix
743exec_prefix
744PACKAGE_URL
745PACKAGE_BUGREPORT
746PACKAGE_STRING
747PACKAGE_VERSION
748PACKAGE_TARNAME
749PACKAGE_NAME
750PATH_SEPARATOR
136da8cd 751SHELL
760b3e8b 752sim_scache
136da8cd
MF
753sim_inline
754sim_hw
755sim_hw_objs
756sim_hw_cflags
ba307cdd 757sim_default_model'
b7026657 758ac_subst_files=''
81ecdfbb
RW
759ac_user_opts='
760enable_option_checking
aadc9410 761with_system_zlib
6bb11ab3
L
762enable_plugins
763enable_shared
764enable_static
765with_pic
766enable_fast_install
767with_gnu_ld
768enable_libtool_lock
81ecdfbb 769enable_maintainer_mode
347fe5bb 770enable_sim_inline
81ecdfbb
RW
771enable_sim_scache
772enable_sim_default_model
982c3a65
MF
773enable_cgen_maint
774enable_sim_trapdump
94c63d78 775enable_sim_hardware
81ecdfbb
RW
776'
777 ac_precious_vars='build_alias
778host_alias
779target_alias
780CC
781CFLAGS
782LDFLAGS
783LIBS
784CPPFLAGS
785CPP'
786
b34f6357
DB
787
788# Initialize some variables set by options.
b7026657
AC
789ac_init_help=
790ac_init_version=false
81ecdfbb
RW
791ac_unrecognized_opts=
792ac_unrecognized_sep=
b34f6357
DB
793# The variables have the same names as the options, with
794# dashes changed to underlines.
b7026657 795cache_file=/dev/null
b34f6357 796exec_prefix=NONE
b34f6357 797no_create=
b34f6357
DB
798no_recursion=
799prefix=NONE
800program_prefix=NONE
801program_suffix=NONE
802program_transform_name=s,x,x,
803silent=
804site=
b34f6357 805srcdir=
b34f6357
DB
806verbose=
807x_includes=NONE
808x_libraries=NONE
b7026657
AC
809
810# Installation directory options.
811# These are left unexpanded so users can "make install exec_prefix=/foo"
812# and all the variables that are supposed to be based on exec_prefix
813# by default will actually change.
814# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 815# (The list follows the same order as the GNU Coding Standards.)
b34f6357
DB
816bindir='${exec_prefix}/bin'
817sbindir='${exec_prefix}/sbin'
818libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
819datarootdir='${prefix}/share'
820datadir='${datarootdir}'
b34f6357
DB
821sysconfdir='${prefix}/etc'
822sharedstatedir='${prefix}/com'
823localstatedir='${prefix}/var'
b34f6357
DB
824includedir='${prefix}/include'
825oldincludedir='/usr/include'
81ecdfbb
RW
826docdir='${datarootdir}/doc/${PACKAGE}'
827infodir='${datarootdir}/info'
828htmldir='${docdir}'
829dvidir='${docdir}'
830pdfdir='${docdir}'
831psdir='${docdir}'
832libdir='${exec_prefix}/lib'
833localedir='${datarootdir}/locale'
834mandir='${datarootdir}/man'
b34f6357 835
b34f6357 836ac_prev=
81ecdfbb 837ac_dashdash=
b34f6357
DB
838for ac_option
839do
b34f6357
DB
840 # If the previous option needs an argument, assign it.
841 if test -n "$ac_prev"; then
81ecdfbb 842 eval $ac_prev=\$ac_option
b34f6357
DB
843 ac_prev=
844 continue
845 fi
846
81ecdfbb 847 case $ac_option in
d0ac1c44
SM
848 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
849 *=) ac_optarg= ;;
850 *) ac_optarg=yes ;;
81ecdfbb 851 esac
b34f6357
DB
852
853 # Accept the important Cygnus configure options, so we can diagnose typos.
854
81ecdfbb
RW
855 case $ac_dashdash$ac_option in
856 --)
857 ac_dashdash=yes ;;
b34f6357
DB
858
859 -bindir | --bindir | --bindi | --bind | --bin | --bi)
860 ac_prev=bindir ;;
861 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 862 bindir=$ac_optarg ;;
b34f6357
DB
863
864 -build | --build | --buil | --bui | --bu)
b7026657 865 ac_prev=build_alias ;;
b34f6357 866 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 867 build_alias=$ac_optarg ;;
b34f6357
DB
868
869 -cache-file | --cache-file | --cache-fil | --cache-fi \
870 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
871 ac_prev=cache_file ;;
872 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
873 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
874 cache_file=$ac_optarg ;;
875
876 --config-cache | -C)
877 cache_file=config.cache ;;
b34f6357 878
81ecdfbb 879 -datadir | --datadir | --datadi | --datad)
b34f6357 880 ac_prev=datadir ;;
81ecdfbb 881 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 882 datadir=$ac_optarg ;;
b34f6357 883
81ecdfbb
RW
884 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
885 | --dataroo | --dataro | --datar)
886 ac_prev=datarootdir ;;
887 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
888 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
889 datarootdir=$ac_optarg ;;
890
b34f6357 891 -disable-* | --disable-*)
81ecdfbb 892 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
b34f6357 893 # Reject names that are not valid shell variable names.
81ecdfbb 894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 895 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
896 ac_useropt_orig=$ac_useropt
897 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
898 case $ac_user_opts in
899 *"
900"enable_$ac_useropt"
901"*) ;;
902 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
903 ac_unrecognized_sep=', ';;
904 esac
905 eval enable_$ac_useropt=no ;;
906
907 -docdir | --docdir | --docdi | --doc | --do)
908 ac_prev=docdir ;;
909 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
910 docdir=$ac_optarg ;;
911
912 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
913 ac_prev=dvidir ;;
914 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
915 dvidir=$ac_optarg ;;
b34f6357
DB
916
917 -enable-* | --enable-*)
81ecdfbb 918 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
b34f6357 919 # Reject names that are not valid shell variable names.
81ecdfbb 920 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 921 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
922 ac_useropt_orig=$ac_useropt
923 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
924 case $ac_user_opts in
925 *"
926"enable_$ac_useropt"
927"*) ;;
928 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
929 ac_unrecognized_sep=', ';;
b34f6357 930 esac
81ecdfbb 931 eval enable_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
932
933 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
934 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
935 | --exec | --exe | --ex)
936 ac_prev=exec_prefix ;;
937 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
938 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
939 | --exec=* | --exe=* | --ex=*)
b7026657 940 exec_prefix=$ac_optarg ;;
b34f6357
DB
941
942 -gas | --gas | --ga | --g)
943 # Obsolete; use --with-gas.
944 with_gas=yes ;;
945
b7026657
AC
946 -help | --help | --hel | --he | -h)
947 ac_init_help=long ;;
948 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
949 ac_init_help=recursive ;;
950 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
951 ac_init_help=short ;;
b34f6357
DB
952
953 -host | --host | --hos | --ho)
b7026657 954 ac_prev=host_alias ;;
b34f6357 955 -host=* | --host=* | --hos=* | --ho=*)
b7026657 956 host_alias=$ac_optarg ;;
b34f6357 957
81ecdfbb
RW
958 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
959 ac_prev=htmldir ;;
960 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
961 | --ht=*)
962 htmldir=$ac_optarg ;;
963
b34f6357
DB
964 -includedir | --includedir | --includedi | --included | --include \
965 | --includ | --inclu | --incl | --inc)
966 ac_prev=includedir ;;
967 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
968 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 969 includedir=$ac_optarg ;;
b34f6357
DB
970
971 -infodir | --infodir | --infodi | --infod | --info | --inf)
972 ac_prev=infodir ;;
973 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 974 infodir=$ac_optarg ;;
b34f6357
DB
975
976 -libdir | --libdir | --libdi | --libd)
977 ac_prev=libdir ;;
978 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 979 libdir=$ac_optarg ;;
b34f6357
DB
980
981 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
982 | --libexe | --libex | --libe)
983 ac_prev=libexecdir ;;
984 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
985 | --libexe=* | --libex=* | --libe=*)
b7026657 986 libexecdir=$ac_optarg ;;
b34f6357 987
81ecdfbb
RW
988 -localedir | --localedir | --localedi | --localed | --locale)
989 ac_prev=localedir ;;
990 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
991 localedir=$ac_optarg ;;
992
b34f6357 993 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 994 | --localstate | --localstat | --localsta | --localst | --locals)
b34f6357
DB
995 ac_prev=localstatedir ;;
996 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 997 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 998 localstatedir=$ac_optarg ;;
b34f6357
DB
999
1000 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1001 ac_prev=mandir ;;
1002 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1003 mandir=$ac_optarg ;;
b34f6357
DB
1004
1005 -nfp | --nfp | --nf)
1006 # Obsolete; use --without-fp.
1007 with_fp=no ;;
1008
1009 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1010 | --no-cr | --no-c | -n)
b34f6357
DB
1011 no_create=yes ;;
1012
1013 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1014 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1015 no_recursion=yes ;;
1016
1017 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1018 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1019 | --oldin | --oldi | --old | --ol | --o)
1020 ac_prev=oldincludedir ;;
1021 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1022 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1023 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1024 oldincludedir=$ac_optarg ;;
b34f6357
DB
1025
1026 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1027 ac_prev=prefix ;;
1028 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1029 prefix=$ac_optarg ;;
b34f6357
DB
1030
1031 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1032 | --program-pre | --program-pr | --program-p)
1033 ac_prev=program_prefix ;;
1034 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1035 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1036 program_prefix=$ac_optarg ;;
b34f6357
DB
1037
1038 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1039 | --program-suf | --program-su | --program-s)
1040 ac_prev=program_suffix ;;
1041 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1042 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1043 program_suffix=$ac_optarg ;;
b34f6357
DB
1044
1045 -program-transform-name | --program-transform-name \
1046 | --program-transform-nam | --program-transform-na \
1047 | --program-transform-n | --program-transform- \
1048 | --program-transform | --program-transfor \
1049 | --program-transfo | --program-transf \
1050 | --program-trans | --program-tran \
1051 | --progr-tra | --program-tr | --program-t)
1052 ac_prev=program_transform_name ;;
1053 -program-transform-name=* | --program-transform-name=* \
1054 | --program-transform-nam=* | --program-transform-na=* \
1055 | --program-transform-n=* | --program-transform-=* \
1056 | --program-transform=* | --program-transfor=* \
1057 | --program-transfo=* | --program-transf=* \
1058 | --program-trans=* | --program-tran=* \
1059 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1060 program_transform_name=$ac_optarg ;;
b34f6357 1061
81ecdfbb
RW
1062 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1063 ac_prev=pdfdir ;;
1064 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1065 pdfdir=$ac_optarg ;;
1066
1067 -psdir | --psdir | --psdi | --psd | --ps)
1068 ac_prev=psdir ;;
1069 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1070 psdir=$ac_optarg ;;
1071
b34f6357
DB
1072 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1073 | -silent | --silent | --silen | --sile | --sil)
1074 silent=yes ;;
1075
1076 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1077 ac_prev=sbindir ;;
1078 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1079 | --sbi=* | --sb=*)
b7026657 1080 sbindir=$ac_optarg ;;
b34f6357
DB
1081
1082 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1083 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1084 | --sharedst | --shareds | --shared | --share | --shar \
1085 | --sha | --sh)
1086 ac_prev=sharedstatedir ;;
1087 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1088 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1089 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1090 | --sha=* | --sh=*)
b7026657 1091 sharedstatedir=$ac_optarg ;;
b34f6357
DB
1092
1093 -site | --site | --sit)
1094 ac_prev=site ;;
1095 -site=* | --site=* | --sit=*)
b7026657 1096 site=$ac_optarg ;;
b34f6357
DB
1097
1098 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1099 ac_prev=srcdir ;;
1100 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1101 srcdir=$ac_optarg ;;
b34f6357
DB
1102
1103 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1104 | --syscon | --sysco | --sysc | --sys | --sy)
1105 ac_prev=sysconfdir ;;
1106 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1107 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1108 sysconfdir=$ac_optarg ;;
b34f6357
DB
1109
1110 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1111 ac_prev=target_alias ;;
b34f6357 1112 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1113 target_alias=$ac_optarg ;;
b34f6357
DB
1114
1115 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1116 verbose=yes ;;
1117
b7026657
AC
1118 -version | --version | --versio | --versi | --vers | -V)
1119 ac_init_version=: ;;
b34f6357
DB
1120
1121 -with-* | --with-*)
81ecdfbb 1122 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
b34f6357 1123 # Reject names that are not valid shell variable names.
81ecdfbb 1124 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1125 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1126 ac_useropt_orig=$ac_useropt
1127 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1128 case $ac_user_opts in
1129 *"
1130"with_$ac_useropt"
1131"*) ;;
1132 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1133 ac_unrecognized_sep=', ';;
b34f6357 1134 esac
81ecdfbb 1135 eval with_$ac_useropt=\$ac_optarg ;;
b34f6357
DB
1136
1137 -without-* | --without-*)
81ecdfbb 1138 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
b34f6357 1139 # Reject names that are not valid shell variable names.
81ecdfbb 1140 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1141 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1142 ac_useropt_orig=$ac_useropt
1143 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1144 case $ac_user_opts in
1145 *"
1146"with_$ac_useropt"
1147"*) ;;
1148 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1149 ac_unrecognized_sep=', ';;
1150 esac
1151 eval with_$ac_useropt=no ;;
b34f6357
DB
1152
1153 --x)
1154 # Obsolete; use --with-x.
1155 with_x=yes ;;
1156
1157 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1158 | --x-incl | --x-inc | --x-in | --x-i)
1159 ac_prev=x_includes ;;
1160 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1161 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1162 x_includes=$ac_optarg ;;
b34f6357
DB
1163
1164 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1165 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1166 ac_prev=x_libraries ;;
1167 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1168 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1169 x_libraries=$ac_optarg ;;
b34f6357 1170
d0ac1c44
SM
1171 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1172Try \`$0 --help' for more information"
b34f6357
DB
1173 ;;
1174
b7026657
AC
1175 *=*)
1176 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1177 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1178 case $ac_envvar in #(
1179 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1180 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1181 esac
1182 eval $ac_envvar=\$ac_optarg
b7026657
AC
1183 export $ac_envvar ;;
1184
b34f6357 1185 *)
b7026657 1186 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1187 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1188 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1189 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1190 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
b34f6357
DB
1191 ;;
1192
1193 esac
1194done
1195
1196if test -n "$ac_prev"; then
b7026657 1197 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1198 as_fn_error $? "missing argument to $ac_option"
b34f6357 1199fi
b34f6357 1200
81ecdfbb
RW
1201if test -n "$ac_unrecognized_opts"; then
1202 case $enable_option_checking in
1203 no) ;;
d0ac1c44 1204 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1205 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1206 esac
81ecdfbb 1207fi
b34f6357 1208
81ecdfbb
RW
1209# Check all directory arguments for consistency.
1210for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1211 datadir sysconfdir sharedstatedir localstatedir includedir \
1212 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1213 libdir localedir mandir
b34f6357 1214do
81ecdfbb
RW
1215 eval ac_val=\$$ac_var
1216 # Remove trailing slashes.
1217 case $ac_val in
1218 */ )
1219 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1220 eval $ac_var=\$ac_val;;
1221 esac
1222 # Be sure to have absolute directory names.
b7026657 1223 case $ac_val in
81ecdfbb
RW
1224 [\\/$]* | ?:[\\/]* ) continue;;
1225 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
b34f6357 1226 esac
d0ac1c44 1227 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
b34f6357
DB
1228done
1229
b7026657
AC
1230# There might be people who depend on the old broken behavior: `$host'
1231# used to hold the argument of --host etc.
1232# FIXME: To remove some day.
1233build=$build_alias
1234host=$host_alias
1235target=$target_alias
1236
1237# FIXME: To remove some day.
1238if test "x$host_alias" != x; then
1239 if test "x$build_alias" = x; then
1240 cross_compiling=maybe
b7026657
AC
1241 elif test "x$build_alias" != "x$host_alias"; then
1242 cross_compiling=yes
1243 fi
1244fi
b34f6357 1245
b7026657
AC
1246ac_tool_prefix=
1247test -n "$host_alias" && ac_tool_prefix=$host_alias-
1248
1249test "$silent" = yes && exec 6>/dev/null
b34f6357 1250
b34f6357 1251
81ecdfbb
RW
1252ac_pwd=`pwd` && test -n "$ac_pwd" &&
1253ac_ls_di=`ls -di .` &&
1254ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1255 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1256test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1257 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1258
1259
b34f6357
DB
1260# Find the source files, if location was not specified.
1261if test -z "$srcdir"; then
1262 ac_srcdir_defaulted=yes
81ecdfbb
RW
1263 # Try the directory containing this script, then the parent directory.
1264 ac_confdir=`$as_dirname -- "$as_myself" ||
1265$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1266 X"$as_myself" : 'X\(//\)[^/]' \| \
1267 X"$as_myself" : 'X\(//\)$' \| \
1268 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1269$as_echo X"$as_myself" |
1270 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1271 s//\1/
1272 q
1273 }
1274 /^X\(\/\/\)[^/].*/{
1275 s//\1/
1276 q
1277 }
1278 /^X\(\/\/\)$/{
1279 s//\1/
1280 q
1281 }
1282 /^X\(\/\).*/{
1283 s//\1/
1284 q
1285 }
1286 s/.*/./; q'`
b34f6357 1287 srcdir=$ac_confdir
81ecdfbb 1288 if test ! -r "$srcdir/$ac_unique_file"; then
b34f6357
DB
1289 srcdir=..
1290 fi
1291else
1292 ac_srcdir_defaulted=no
1293fi
81ecdfbb
RW
1294if test ! -r "$srcdir/$ac_unique_file"; then
1295 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1296 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1297fi
1298ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1299ac_abs_confdir=`(
d0ac1c44 1300 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1301 pwd)`
1302# When building in place, set srcdir=.
1303if test "$ac_abs_confdir" = "$ac_pwd"; then
1304 srcdir=.
1305fi
1306# Remove unnecessary trailing slashes from srcdir.
1307# Double slashes in file names in object file debugging info
1308# mess up M-x gdb in Emacs.
1309case $srcdir in
1310*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1311esac
1312for ac_var in $ac_precious_vars; do
1313 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1314 eval ac_env_${ac_var}_value=\$${ac_var}
1315 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1316 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1317done
b34f6357 1318
b7026657
AC
1319#
1320# Report the --help message.
1321#
1322if test "$ac_init_help" = "long"; then
1323 # Omit some internal or obsolete options to make the list less imposing.
1324 # This message is too long to be a string in the A/UX 3.1 sh.
1325 cat <<_ACEOF
1326\`configure' configures this package to adapt to many kinds of systems.
b34f6357 1327
b7026657 1328Usage: $0 [OPTION]... [VAR=VALUE]...
b34f6357 1329
b7026657
AC
1330To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331VAR=VALUE. See below for descriptions of some of the useful variables.
b34f6357 1332
b7026657 1333Defaults for the options are specified in brackets.
b34f6357 1334
b7026657
AC
1335Configuration:
1336 -h, --help display this help and exit
1337 --help=short display options specific to this package
1338 --help=recursive display the short help of all the included packages
1339 -V, --version display version information and exit
d0ac1c44 1340 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1341 --cache-file=FILE cache test results in FILE [disabled]
1342 -C, --config-cache alias for \`--cache-file=config.cache'
1343 -n, --no-create do not create output files
1344 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1345
b7026657
AC
1346Installation directories:
1347 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1348 [$ac_default_prefix]
b7026657 1349 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1350 [PREFIX]
b34f6357 1351
b7026657
AC
1352By default, \`make install' will install all the files in
1353\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1354an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1355for instance \`--prefix=\$HOME'.
b34f6357 1356
b7026657
AC
1357For better control, use the options below.
1358
1359Fine tuning of the installation directories:
81ecdfbb
RW
1360 --bindir=DIR user executables [EPREFIX/bin]
1361 --sbindir=DIR system admin executables [EPREFIX/sbin]
1362 --libexecdir=DIR program executables [EPREFIX/libexec]
1363 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1364 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1365 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1366 --libdir=DIR object code libraries [EPREFIX/lib]
1367 --includedir=DIR C header files [PREFIX/include]
1368 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1369 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1370 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1371 --infodir=DIR info documentation [DATAROOTDIR/info]
1372 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1373 --mandir=DIR man documentation [DATAROOTDIR/man]
1374 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1375 --htmldir=DIR html documentation [DOCDIR]
1376 --dvidir=DIR dvi documentation [DOCDIR]
1377 --pdfdir=DIR pdf documentation [DOCDIR]
1378 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1379_ACEOF
1380
1381 cat <<\_ACEOF
1382
1383Program names:
1384 --program-prefix=PREFIX prepend PREFIX to installed program names
1385 --program-suffix=SUFFIX append SUFFIX to installed program names
1386 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1387
1388System types:
1389 --build=BUILD configure for building on BUILD [guessed]
1390 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1391 --target=TARGET configure for building compilers for TARGET [HOST]
1392_ACEOF
b34f6357 1393fi
b7026657
AC
1394
1395if test -n "$ac_init_help"; then
1396
1397 cat <<\_ACEOF
1398
1399Optional Features:
81ecdfbb 1400 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1401 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1402 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1403 --enable-plugins Enable support for plugins
6bb11ab3
L
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
1408 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1409 --enable-maintainer-mode
1410 enable make rules and dependencies not useful (and
1411 sometimes confusing) to the casual installer
347fe5bb
MF
1412 --enable-sim-inline=inlines
1413 Specify which functions should be inlined
8d0978fb
MF
1414 --enable-sim-scache=size
1415 Specify simulator execution cache size
1416 --enable-sim-default-model=model
1417 Specify default model to simulate
982c3a65
MF
1418 --enable-cgen-maint=DIR build cgen generated files
1419 --enable-sim-trapdump Make unknown traps dump the registers
1517bd27
MF
1420 --enable-sim-hardware=LIST
1421 Specify the hardware to be included in the build.
b7026657 1422
6efef468
JM
1423Optional Packages:
1424 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1425 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1426 --with-system-zlib use installed libz
6bb11ab3
L
1427 --with-pic try to use only PIC/non-PIC objects [default=use
1428 both]
1429 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1430
b7026657
AC
1431Some influential environment variables:
1432 CC C compiler command
1433 CFLAGS C compiler flags
1434 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1435 nonstandard directory <lib dir>
81ecdfbb 1436 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1437 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1438 you have headers in a nonstandard directory <include dir>
b7026657
AC
1439 CPP C preprocessor
1440
1441Use these variables to override the choices made by `configure' or to help
1442it to find libraries and programs with nonstandard names/locations.
1443
81ecdfbb 1444Report bugs to the package provider.
b7026657 1445_ACEOF
81ecdfbb 1446ac_status=$?
b34f6357
DB
1447fi
1448
b7026657
AC
1449if test "$ac_init_help" = "recursive"; then
1450 # If there are subdirs, report their specific --help.
b7026657 1451 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1452 test -d "$ac_dir" ||
1453 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1454 continue
b7026657 1455 ac_builddir=.
b34f6357 1456
81ecdfbb
RW
1457case "$ac_dir" in
1458.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459*)
1460 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467esac
1468ac_abs_top_builddir=$ac_pwd
1469ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470# for backward compatibility:
1471ac_top_builddir=$ac_top_build_prefix
b34f6357 1472
b7026657 1473case $srcdir in
81ecdfbb 1474 .) # We are building in place.
b7026657 1475 ac_srcdir=.
81ecdfbb
RW
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1479 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1486esac
81ecdfbb
RW
1487ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1497 else
81ecdfbb
RW
1498 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1501 done
b34f6357 1502fi
b7026657 1503
81ecdfbb 1504test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1505if $ac_init_version; then
1506 cat <<\_ACEOF
81ecdfbb 1507configure
d0ac1c44 1508generated by GNU Autoconf 2.69
b7026657 1509
d0ac1c44 1510Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1511This configure script is free software; the Free Software Foundation
1512gives unlimited permission to copy, distribute and modify it.
1513_ACEOF
81ecdfbb 1514 exit
b7026657 1515fi
b7026657 1516
81ecdfbb
RW
1517## ------------------------ ##
1518## Autoconf initialization. ##
1519## ------------------------ ##
b7026657 1520
81ecdfbb
RW
1521# ac_fn_c_try_compile LINENO
1522# --------------------------
1523# Try to compile conftest.$ac_ext, and return whether this succeeded.
1524ac_fn_c_try_compile ()
b7026657 1525{
81ecdfbb
RW
1526 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1527 rm -f conftest.$ac_objext
1528 if { { ac_try="$ac_compile"
1529case "(($ac_try" in
1530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1531 *) ac_try_echo=$ac_try;;
1532esac
1533eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1534$as_echo "$ac_try_echo"; } >&5
1535 (eval "$ac_compile") 2>conftest.err
1536 ac_status=$?
1537 if test -s conftest.err; then
1538 grep -v '^ *+' conftest.err >conftest.er1
1539 cat conftest.er1 >&5
1540 mv -f conftest.er1 conftest.err
1541 fi
1542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1543 test $ac_status = 0; } && {
1544 test -z "$ac_c_werror_flag" ||
1545 test ! -s conftest.err
1546 } && test -s conftest.$ac_objext; then :
1547 ac_retval=0
1548else
1549 $as_echo "$as_me: failed program was:" >&5
1550sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1551
81ecdfbb
RW
1552 ac_retval=1
1553fi
d0ac1c44
SM
1554 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1555 as_fn_set_status $ac_retval
b7026657 1556
81ecdfbb 1557} # ac_fn_c_try_compile
b7026657 1558
81ecdfbb
RW
1559# ac_fn_c_try_cpp LINENO
1560# ----------------------
1561# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1562ac_fn_c_try_cpp ()
1563{
1564 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1565 if { { ac_try="$ac_cpp conftest.$ac_ext"
1566case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569esac
1570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571$as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1580 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1581 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 }; then :
1584 ac_retval=0
1585else
1586 $as_echo "$as_me: failed program was:" >&5
1587sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1588
81ecdfbb
RW
1589 ac_retval=1
1590fi
d0ac1c44
SM
1591 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1592 as_fn_set_status $ac_retval
b7026657 1593
81ecdfbb 1594} # ac_fn_c_try_cpp
b7026657 1595
81ecdfbb
RW
1596# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1597# -------------------------------------------------------
1598# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1599# the include files in INCLUDES and setting the cache variable VAR
1600# accordingly.
1601ac_fn_c_check_header_mongrel ()
1602{
1603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1604 if eval \${$3+:} false; then :
81ecdfbb
RW
1605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1606$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1607if eval \${$3+:} false; then :
81ecdfbb
RW
1608 $as_echo_n "(cached) " >&6
1609fi
1610eval ac_res=\$$3
1611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1612$as_echo "$ac_res" >&6; }
1613else
1614 # Is the header compilable?
1615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1616$as_echo_n "checking $2 usability... " >&6; }
1617cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1618/* end confdefs.h. */
1619$4
1620#include <$2>
1621_ACEOF
1622if ac_fn_c_try_compile "$LINENO"; then :
1623 ac_header_compiler=yes
1624else
1625 ac_header_compiler=no
1626fi
1627rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1629$as_echo "$ac_header_compiler" >&6; }
1630
1631# Is the header present?
1632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1633$as_echo_n "checking $2 presence... " >&6; }
1634cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1635/* end confdefs.h. */
1636#include <$2>
1637_ACEOF
1638if ac_fn_c_try_cpp "$LINENO"; then :
1639 ac_header_preproc=yes
1640else
1641 ac_header_preproc=no
1642fi
d0ac1c44 1643rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1645$as_echo "$ac_header_preproc" >&6; }
1646
1647# So? What about this header?
1648case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1649 yes:no: )
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1651$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1653$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1654 ;;
1655 no:yes:* )
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1657$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1659$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1661$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1663$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1665$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1666 ;;
1667esac
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1669$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1670if eval \${$3+:} false; then :
81ecdfbb
RW
1671 $as_echo_n "(cached) " >&6
1672else
1673 eval "$3=\$ac_header_compiler"
1674fi
1675eval ac_res=\$$3
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1677$as_echo "$ac_res" >&6; }
1678fi
d0ac1c44 1679 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1680
1681} # ac_fn_c_check_header_mongrel
1682
1683# ac_fn_c_try_run LINENO
1684# ----------------------
1685# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1686# that executables *can* be run.
1687ac_fn_c_try_run ()
1688{
1689 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1690 if { { ac_try="$ac_link"
1691case "(($ac_try" in
1692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1693 *) ac_try_echo=$ac_try;;
1694esac
1695eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696$as_echo "$ac_try_echo"; } >&5
1697 (eval "$ac_link") 2>&5
1698 ac_status=$?
1699 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1700 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1701 { { case "(($ac_try" in
1702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1703 *) ac_try_echo=$ac_try;;
1704esac
1705eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1706$as_echo "$ac_try_echo"; } >&5
1707 (eval "$ac_try") 2>&5
1708 ac_status=$?
1709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1710 test $ac_status = 0; }; }; then :
1711 ac_retval=0
1712else
1713 $as_echo "$as_me: program exited with status $ac_status" >&5
1714 $as_echo "$as_me: failed program was:" >&5
1715sed 's/^/| /' conftest.$ac_ext >&5
1716
1717 ac_retval=$ac_status
1718fi
1719 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1720 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1721 as_fn_set_status $ac_retval
81ecdfbb
RW
1722
1723} # ac_fn_c_try_run
1724
1725# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1726# -------------------------------------------------------
1727# Tests whether HEADER exists and can be compiled using the include files in
1728# INCLUDES, setting the cache variable VAR accordingly.
1729ac_fn_c_check_header_compile ()
1730{
1731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1733$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1734if eval \${$3+:} false; then :
81ecdfbb
RW
1735 $as_echo_n "(cached) " >&6
1736else
1737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1738/* end confdefs.h. */
1739$4
1740#include <$2>
1741_ACEOF
1742if ac_fn_c_try_compile "$LINENO"; then :
1743 eval "$3=yes"
1744else
1745 eval "$3=no"
1746fi
1747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1748fi
1749eval ac_res=\$$3
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1751$as_echo "$ac_res" >&6; }
d0ac1c44 1752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1753
1754} # ac_fn_c_check_header_compile
1755
1756# ac_fn_c_try_link LINENO
1757# -----------------------
1758# Try to link conftest.$ac_ext, and return whether this succeeded.
1759ac_fn_c_try_link ()
1760{
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 rm -f conftest.$ac_objext conftest$ac_exeext
1763 if { { ac_try="$ac_link"
1764case "(($ac_try" in
1765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1766 *) ac_try_echo=$ac_try;;
1767esac
1768eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1769$as_echo "$ac_try_echo"; } >&5
1770 (eval "$ac_link") 2>conftest.err
1771 ac_status=$?
1772 if test -s conftest.err; then
1773 grep -v '^ *+' conftest.err >conftest.er1
1774 cat conftest.er1 >&5
1775 mv -f conftest.er1 conftest.err
1776 fi
1777 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1778 test $ac_status = 0; } && {
1779 test -z "$ac_c_werror_flag" ||
1780 test ! -s conftest.err
1781 } && test -s conftest$ac_exeext && {
1782 test "$cross_compiling" = yes ||
d0ac1c44 1783 test -x conftest$ac_exeext
81ecdfbb
RW
1784 }; then :
1785 ac_retval=0
1786else
1787 $as_echo "$as_me: failed program was:" >&5
1788sed 's/^/| /' conftest.$ac_ext >&5
1789
1790 ac_retval=1
1791fi
1792 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1793 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1794 # interfere with the next link command; also delete a directory that is
1795 # left behind by Apple's compiler. We do this before executing the actions.
1796 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1798 as_fn_set_status $ac_retval
81ecdfbb
RW
1799
1800} # ac_fn_c_try_link
1801
1802# ac_fn_c_check_func LINENO FUNC VAR
1803# ----------------------------------
1804# Tests whether FUNC exists, setting the cache variable VAR accordingly
1805ac_fn_c_check_func ()
1806{
1807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1809$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1810if eval \${$3+:} false; then :
81ecdfbb
RW
1811 $as_echo_n "(cached) " >&6
1812else
1813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1814/* end confdefs.h. */
1815/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1816 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1817#define $2 innocuous_$2
1818
1819/* System header to define __stub macros and hopefully few prototypes,
1820 which can conflict with char $2 (); below.
1821 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1822 <limits.h> exists even on freestanding compilers. */
1823
1824#ifdef __STDC__
1825# include <limits.h>
1826#else
1827# include <assert.h>
1828#endif
1829
1830#undef $2
1831
1832/* Override any GCC internal prototype to avoid an error.
1833 Use char because int might match the return type of a GCC
1834 builtin and then its argument prototype would still apply. */
1835#ifdef __cplusplus
1836extern "C"
1837#endif
1838char $2 ();
1839/* The GNU C library defines this for functions which it implements
1840 to always fail with ENOSYS. Some functions are actually named
1841 something starting with __ and the normal name is an alias. */
1842#if defined __stub_$2 || defined __stub___$2
1843choke me
1844#endif
1845
1846int
1847main ()
1848{
1849return $2 ();
1850 ;
1851 return 0;
1852}
1853_ACEOF
1854if ac_fn_c_try_link "$LINENO"; then :
1855 eval "$3=yes"
1856else
1857 eval "$3=no"
1858fi
1859rm -f core conftest.err conftest.$ac_objext \
1860 conftest$ac_exeext conftest.$ac_ext
1861fi
1862eval ac_res=\$$3
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1864$as_echo "$ac_res" >&6; }
d0ac1c44 1865 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1866
1867} # ac_fn_c_check_func
1868cat >config.log <<_ACEOF
1869This file contains any messages produced by compilers while
1870running configure, to aid debugging if configure makes a mistake.
1871
1872It was created by $as_me, which was
d0ac1c44 1873generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1874
1875 $ $0 $@
1876
1877_ACEOF
1878exec 5>>config.log
1879{
1880cat <<_ASUNAME
1881## --------- ##
1882## Platform. ##
1883## --------- ##
1884
1885hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1886uname -m = `(uname -m) 2>/dev/null || echo unknown`
1887uname -r = `(uname -r) 2>/dev/null || echo unknown`
1888uname -s = `(uname -s) 2>/dev/null || echo unknown`
1889uname -v = `(uname -v) 2>/dev/null || echo unknown`
1890
1891/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1892/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1893
1894/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1895/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1896/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1897/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1898/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1899/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1900/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1901
1902_ASUNAME
1903
1904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1905for as_dir in $PATH
1906do
1907 IFS=$as_save_IFS
1908 test -z "$as_dir" && as_dir=.
1909 $as_echo "PATH: $as_dir"
1910 done
1911IFS=$as_save_IFS
1912
1913} >&5
1914
1915cat >&5 <<_ACEOF
1916
1917
1918## ----------- ##
1919## Core tests. ##
b7026657
AC
1920## ----------- ##
1921
1922_ACEOF
1923
1924
1925# Keep a trace of the command line.
1926# Strip out --no-create and --no-recursion so they do not pile up.
1927# Strip out --silent because we don't want to record it for future runs.
1928# Also quote any args containing shell meta-characters.
1929# Make two passes to allow for proper duplicate-argument suppression.
1930ac_configure_args=
1931ac_configure_args0=
1932ac_configure_args1=
b7026657
AC
1933ac_must_keep_next=false
1934for ac_pass in 1 2
1935do
1936 for ac_arg
1937 do
1938 case $ac_arg in
1939 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1940 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1941 | -silent | --silent | --silen | --sile | --sil)
1942 continue ;;
81ecdfbb
RW
1943 *\'*)
1944 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1945 esac
1946 case $ac_pass in
81ecdfbb 1947 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1948 2)
81ecdfbb 1949 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1950 if test $ac_must_keep_next = true; then
1951 ac_must_keep_next=false # Got value, back to normal.
1952 else
1953 case $ac_arg in
1954 *=* | --config-cache | -C | -disable-* | --disable-* \
1955 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1956 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1957 | -with-* | --with-* | -without-* | --without-* | --x)
1958 case "$ac_configure_args0 " in
1959 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1960 esac
1961 ;;
1962 -* ) ac_must_keep_next=true ;;
1963 esac
1964 fi
81ecdfbb 1965 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1966 ;;
1967 esac
1968 done
1969done
81ecdfbb
RW
1970{ ac_configure_args0=; unset ac_configure_args0;}
1971{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1972
1973# When interrupted or exit'd, cleanup temporary files, and complete
1974# config.log. We remove comments because anyway the quotes in there
1975# would cause problems or look ugly.
81ecdfbb
RW
1976# WARNING: Use '\'' to represent an apostrophe within the trap.
1977# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1978trap 'exit_status=$?
1979 # Save into config.log some information that might help in debugging.
1980 {
1981 echo
1982
d0ac1c44 1983 $as_echo "## ---------------- ##
b7026657 1984## Cache variables. ##
d0ac1c44 1985## ---------------- ##"
b7026657
AC
1986 echo
1987 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1988(
1989 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1990 eval ac_val=\$$ac_var
1991 case $ac_val in #(
1992 *${as_nl}*)
1993 case $ac_var in #(
1994 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1995$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1996 esac
1997 case $ac_var in #(
1998 _ | IFS | as_nl) ;; #(
1999 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2000 *) { eval $ac_var=; unset $ac_var;} ;;
2001 esac ;;
2002 esac
2003 done
b7026657 2004 (set) 2>&1 |
81ecdfbb
RW
2005 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2006 *${as_nl}ac_space=\ *)
b7026657 2007 sed -n \
81ecdfbb
RW
2008 "s/'\''/'\''\\\\'\'''\''/g;
2009 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2010 ;; #(
b7026657 2011 *)
81ecdfbb 2012 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2013 ;;
81ecdfbb
RW
2014 esac |
2015 sort
2016)
b7026657
AC
2017 echo
2018
d0ac1c44 2019 $as_echo "## ----------------- ##
b7026657 2020## Output variables. ##
d0ac1c44 2021## ----------------- ##"
b7026657
AC
2022 echo
2023 for ac_var in $ac_subst_vars
2024 do
81ecdfbb
RW
2025 eval ac_val=\$$ac_var
2026 case $ac_val in
2027 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2028 esac
2029 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2030 done | sort
2031 echo
2032
2033 if test -n "$ac_subst_files"; then
d0ac1c44 2034 $as_echo "## ------------------- ##
81ecdfbb 2035## File substitutions. ##
d0ac1c44 2036## ------------------- ##"
b7026657
AC
2037 echo
2038 for ac_var in $ac_subst_files
2039 do
81ecdfbb
RW
2040 eval ac_val=\$$ac_var
2041 case $ac_val in
2042 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2043 esac
2044 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2045 done | sort
2046 echo
2047 fi
2048
2049 if test -s confdefs.h; then
d0ac1c44 2050 $as_echo "## ----------- ##
b7026657 2051## confdefs.h. ##
d0ac1c44 2052## ----------- ##"
b7026657 2053 echo
81ecdfbb 2054 cat confdefs.h
b7026657
AC
2055 echo
2056 fi
2057 test "$ac_signal" != 0 &&
81ecdfbb
RW
2058 $as_echo "$as_me: caught signal $ac_signal"
2059 $as_echo "$as_me: exit $exit_status"
b7026657 2060 } >&5
81ecdfbb
RW
2061 rm -f core *.core core.conftest.* &&
2062 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2063 exit $exit_status
81ecdfbb 2064' 0
b7026657 2065for ac_signal in 1 2 13 15; do
81ecdfbb 2066 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2067done
2068ac_signal=0
2069
2070# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2071rm -f -r conftest* confdefs.h
2072
2073$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2074
2075# Predefined preprocessor variables.
2076
2077cat >>confdefs.h <<_ACEOF
2078#define PACKAGE_NAME "$PACKAGE_NAME"
2079_ACEOF
2080
b7026657
AC
2081cat >>confdefs.h <<_ACEOF
2082#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2083_ACEOF
2084
b7026657
AC
2085cat >>confdefs.h <<_ACEOF
2086#define PACKAGE_VERSION "$PACKAGE_VERSION"
2087_ACEOF
2088
b7026657
AC
2089cat >>confdefs.h <<_ACEOF
2090#define PACKAGE_STRING "$PACKAGE_STRING"
2091_ACEOF
2092
b7026657
AC
2093cat >>confdefs.h <<_ACEOF
2094#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2095_ACEOF
2096
81ecdfbb
RW
2097cat >>confdefs.h <<_ACEOF
2098#define PACKAGE_URL "$PACKAGE_URL"
2099_ACEOF
2100
b7026657
AC
2101
2102# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2103# Prefer an explicitly selected file to automatically selected ones.
2104ac_site_file1=NONE
2105ac_site_file2=NONE
2106if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2107 # We do not want a PATH search for config.site.
2108 case $CONFIG_SITE in #((
2109 -*) ac_site_file1=./$CONFIG_SITE;;
2110 */*) ac_site_file1=$CONFIG_SITE;;
2111 *) ac_site_file1=./$CONFIG_SITE;;
2112 esac
81ecdfbb
RW
2113elif test "x$prefix" != xNONE; then
2114 ac_site_file1=$prefix/share/config.site
2115 ac_site_file2=$prefix/etc/config.site
2116else
2117 ac_site_file1=$ac_default_prefix/share/config.site
2118 ac_site_file2=$ac_default_prefix/etc/config.site
2119fi
2120for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2121do
2122 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2123 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2125$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2126 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2127 . "$ac_site_file" \
2128 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2129$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2130as_fn_error $? "failed to load site script $ac_site_file
2131See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2132 fi
2133done
2134
2135if test -r "$cache_file"; then
d0ac1c44
SM
2136 # Some versions of bash will fail to source /dev/null (special files
2137 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2138 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2140$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2141 case $cache_file in
81ecdfbb
RW
2142 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2143 *) . "./$cache_file";;
b7026657
AC
2144 esac
2145 fi
2146else
81ecdfbb
RW
2147 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2148$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2149 >$cache_file
2150fi
2151
2152# Check that the precious variables saved in the cache have kept the same
2153# value.
2154ac_cache_corrupted=false
81ecdfbb 2155for ac_var in $ac_precious_vars; do
b7026657
AC
2156 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2157 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2158 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2159 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2160 case $ac_old_set,$ac_new_set in
2161 set,)
81ecdfbb
RW
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2163$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2164 ac_cache_corrupted=: ;;
2165 ,set)
81ecdfbb
RW
2166 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2167$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2168 ac_cache_corrupted=: ;;
2169 ,);;
2170 *)
2171 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2172 # differences in whitespace do not lead to failure.
2173 ac_old_val_w=`echo x $ac_old_val`
2174 ac_new_val_w=`echo x $ac_new_val`
2175 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2177$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2178 ac_cache_corrupted=:
2179 else
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2181$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2182 eval $ac_var=\$ac_old_val
2183 fi
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2185$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2187$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2188 fi;;
2189 esac
2190 # Pass precious variables to config.status.
2191 if test "$ac_new_set" = set; then
2192 case $ac_new_val in
81ecdfbb 2193 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2194 *) ac_arg=$ac_var=$ac_new_val ;;
2195 esac
2196 case " $ac_configure_args " in
2197 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2198 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2199 esac
2200 fi
2201done
2202if $ac_cache_corrupted; then
81ecdfbb
RW
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2204$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2206$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2207 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2208fi
81ecdfbb
RW
2209## -------------------- ##
2210## Main body of script. ##
2211## -------------------- ##
b7026657
AC
2212
2213ac_ext=c
2214ac_cpp='$CPP $CPPFLAGS'
2215ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2216ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2217ac_compiler_gnu=$ac_cv_c_compiler_gnu
2218
2219
6bb11ab3
L
2220
2221
2222
2223
2224
c2783492
MF
2225ac_aux_dir=
2226for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2227 if test -f "$ac_dir/install-sh"; then
2228 ac_aux_dir=$ac_dir
2229 ac_install_sh="$ac_aux_dir/install-sh -c"
2230 break
2231 elif test -f "$ac_dir/install.sh"; then
2232 ac_aux_dir=$ac_dir
2233 ac_install_sh="$ac_aux_dir/install.sh -c"
2234 break
2235 elif test -f "$ac_dir/shtool"; then
2236 ac_aux_dir=$ac_dir
2237 ac_install_sh="$ac_aux_dir/shtool install -c"
2238 break
2239 fi
2240done
2241if test -z "$ac_aux_dir"; then
2242 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2243fi
2244
2245# These three variables are undocumented and unsupported,
2246# and are intended to be withdrawn in a future Autoconf release.
2247# They can cause serious problems if a builder's source tree is in a directory
2248# whose full name contains unusual characters.
2249ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2250ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2251ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2252
2253
2254# Make sure we can run config.sub.
2255$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2256 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2257
2258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2259$as_echo_n "checking build system type... " >&6; }
2260if ${ac_cv_build+:} false; then :
2261 $as_echo_n "(cached) " >&6
2262else
2263 ac_build_alias=$build_alias
2264test "x$ac_build_alias" = x &&
2265 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2266test "x$ac_build_alias" = x &&
2267 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2268ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2269 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2270
2271fi
2272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2273$as_echo "$ac_cv_build" >&6; }
2274case $ac_cv_build in
2275*-*-*) ;;
2276*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2277esac
2278build=$ac_cv_build
2279ac_save_IFS=$IFS; IFS='-'
2280set x $ac_cv_build
2281shift
2282build_cpu=$1
2283build_vendor=$2
2284shift; shift
2285# Remember, the first character of IFS is used to create $*,
2286# except with old shells:
2287build_os=$*
2288IFS=$ac_save_IFS
2289case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2290
2291
2292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2293$as_echo_n "checking host system type... " >&6; }
2294if ${ac_cv_host+:} false; then :
2295 $as_echo_n "(cached) " >&6
2296else
2297 if test "x$host_alias" = x; then
2298 ac_cv_host=$ac_cv_build
2299else
2300 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2301 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2302fi
2303
2304fi
2305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2306$as_echo "$ac_cv_host" >&6; }
2307case $ac_cv_host in
2308*-*-*) ;;
2309*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2310esac
2311host=$ac_cv_host
2312ac_save_IFS=$IFS; IFS='-'
2313set x $ac_cv_host
2314shift
2315host_cpu=$1
2316host_vendor=$2
2317shift; shift
2318# Remember, the first character of IFS is used to create $*,
2319# except with old shells:
2320host_os=$*
2321IFS=$ac_save_IFS
2322case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2323
2324
2325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2326$as_echo_n "checking target system type... " >&6; }
2327if ${ac_cv_target+:} false; then :
2328 $as_echo_n "(cached) " >&6
2329else
2330 if test "x$target_alias" = x; then
2331 ac_cv_target=$ac_cv_host
2332else
2333 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2334 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2335fi
2336
2337fi
2338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2339$as_echo "$ac_cv_target" >&6; }
2340case $ac_cv_target in
2341*-*-*) ;;
2342*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2343esac
2344target=$ac_cv_target
2345ac_save_IFS=$IFS; IFS='-'
2346set x $ac_cv_target
2347shift
2348target_cpu=$1
2349target_vendor=$2
2350shift; shift
2351# Remember, the first character of IFS is used to create $*,
2352# except with old shells:
2353target_os=$*
2354IFS=$ac_save_IFS
2355case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2356
2357
2358# The aliases save the names the user supplied, while $host etc.
2359# will get canonicalized.
2360test -n "$target_alias" &&
2361 test "$program_prefix$program_suffix$program_transform_name" = \
2362 NONENONEs,x,x, &&
2363 program_prefix=${target_alias}-
6bb11ab3
L
2364ac_ext=c
2365ac_cpp='$CPP $CPPFLAGS'
2366ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2367ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2368ac_compiler_gnu=$ac_cv_c_compiler_gnu
2369if test -n "$ac_tool_prefix"; then
2370 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2371set dummy ${ac_tool_prefix}gcc; ac_word=$2
2372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2373$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2374if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2375 $as_echo_n "(cached) " >&6
2376else
2377 if test -n "$CC"; then
2378 ac_cv_prog_CC="$CC" # Let the user override the test.
2379else
2380as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2381for as_dir in $PATH
2382do
2383 IFS=$as_save_IFS
2384 test -z "$as_dir" && as_dir=.
2385 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2386 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2387 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2388 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2389 break 2
2390 fi
2391done
2392 done
2393IFS=$as_save_IFS
2394
2395fi
2396fi
2397CC=$ac_cv_prog_CC
2398if test -n "$CC"; then
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2400$as_echo "$CC" >&6; }
2401else
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2403$as_echo "no" >&6; }
2404fi
2405
2406
2407fi
2408if test -z "$ac_cv_prog_CC"; then
2409 ac_ct_CC=$CC
2410 # Extract the first word of "gcc", so it can be a program name with args.
2411set dummy gcc; ac_word=$2
2412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2413$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2414if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2415 $as_echo_n "(cached) " >&6
2416else
2417 if test -n "$ac_ct_CC"; then
2418 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2419else
2420as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2421for as_dir in $PATH
2422do
2423 IFS=$as_save_IFS
2424 test -z "$as_dir" && as_dir=.
2425 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2426 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2427 ac_cv_prog_ac_ct_CC="gcc"
2428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2429 break 2
2430 fi
2431done
2432 done
2433IFS=$as_save_IFS
2434
2435fi
2436fi
2437ac_ct_CC=$ac_cv_prog_ac_ct_CC
2438if test -n "$ac_ct_CC"; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2440$as_echo "$ac_ct_CC" >&6; }
2441else
2442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2443$as_echo "no" >&6; }
2444fi
2445
2446 if test "x$ac_ct_CC" = x; then
2447 CC=""
2448 else
2449 case $cross_compiling:$ac_tool_warned in
2450yes:)
2451{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2452$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2453ac_tool_warned=yes ;;
2454esac
2455 CC=$ac_ct_CC
2456 fi
2457else
2458 CC="$ac_cv_prog_CC"
2459fi
2460
2461if test -z "$CC"; then
2462 if test -n "$ac_tool_prefix"; then
2463 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2464set dummy ${ac_tool_prefix}cc; ac_word=$2
2465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2466$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2467if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2468 $as_echo_n "(cached) " >&6
2469else
2470 if test -n "$CC"; then
2471 ac_cv_prog_CC="$CC" # Let the user override the test.
2472else
2473as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2474for as_dir in $PATH
2475do
2476 IFS=$as_save_IFS
2477 test -z "$as_dir" && as_dir=.
2478 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2479 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2480 ac_cv_prog_CC="${ac_tool_prefix}cc"
2481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2482 break 2
2483 fi
2484done
2485 done
2486IFS=$as_save_IFS
2487
2488fi
2489fi
2490CC=$ac_cv_prog_CC
2491if test -n "$CC"; then
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2493$as_echo "$CC" >&6; }
2494else
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2496$as_echo "no" >&6; }
2497fi
2498
2499
2500 fi
2501fi
2502if test -z "$CC"; then
2503 # Extract the first word of "cc", so it can be a program name with args.
2504set dummy cc; ac_word=$2
2505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2506$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2507if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2508 $as_echo_n "(cached) " >&6
2509else
2510 if test -n "$CC"; then
2511 ac_cv_prog_CC="$CC" # Let the user override the test.
2512else
2513 ac_prog_rejected=no
2514as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2515for as_dir in $PATH
2516do
2517 IFS=$as_save_IFS
2518 test -z "$as_dir" && as_dir=.
2519 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2520 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2521 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2522 ac_prog_rejected=yes
2523 continue
2524 fi
2525 ac_cv_prog_CC="cc"
2526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2527 break 2
2528 fi
2529done
2530 done
2531IFS=$as_save_IFS
2532
2533if test $ac_prog_rejected = yes; then
2534 # We found a bogon in the path, so make sure we never use it.
2535 set dummy $ac_cv_prog_CC
2536 shift
2537 if test $# != 0; then
2538 # We chose a different compiler from the bogus one.
2539 # However, it has the same basename, so the bogon will be chosen
2540 # first if we set CC to just the basename; use the full file name.
2541 shift
2542 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2543 fi
2544fi
2545fi
2546fi
2547CC=$ac_cv_prog_CC
2548if test -n "$CC"; then
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2550$as_echo "$CC" >&6; }
2551else
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2553$as_echo "no" >&6; }
2554fi
2555
2556
2557fi
2558if test -z "$CC"; then
2559 if test -n "$ac_tool_prefix"; then
2560 for ac_prog in cl.exe
2561 do
2562 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2563set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2565$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2566if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2567 $as_echo_n "(cached) " >&6
2568else
2569 if test -n "$CC"; then
2570 ac_cv_prog_CC="$CC" # Let the user override the test.
2571else
2572as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2573for as_dir in $PATH
2574do
2575 IFS=$as_save_IFS
2576 test -z "$as_dir" && as_dir=.
2577 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2578 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2579 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2581 break 2
2582 fi
2583done
2584 done
2585IFS=$as_save_IFS
2586
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
2599 test -n "$CC" && break
2600 done
2601fi
2602if test -z "$CC"; then
2603 ac_ct_CC=$CC
2604 for ac_prog in cl.exe
2605do
2606 # Extract the first word of "$ac_prog", so it can be a program name with args.
2607set dummy $ac_prog; ac_word=$2
2608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2609$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2610if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2611 $as_echo_n "(cached) " >&6
2612else
2613 if test -n "$ac_ct_CC"; then
2614 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2615else
2616as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2617for as_dir in $PATH
2618do
2619 IFS=$as_save_IFS
2620 test -z "$as_dir" && as_dir=.
2621 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2623 ac_cv_prog_ac_ct_CC="$ac_prog"
2624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2625 break 2
2626 fi
2627done
2628 done
2629IFS=$as_save_IFS
2630
2631fi
2632fi
2633ac_ct_CC=$ac_cv_prog_ac_ct_CC
2634if test -n "$ac_ct_CC"; then
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2636$as_echo "$ac_ct_CC" >&6; }
2637else
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2639$as_echo "no" >&6; }
2640fi
2641
2642
2643 test -n "$ac_ct_CC" && break
2644done
2645
2646 if test "x$ac_ct_CC" = x; then
2647 CC=""
2648 else
2649 case $cross_compiling:$ac_tool_warned in
2650yes:)
2651{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2652$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2653ac_tool_warned=yes ;;
2654esac
2655 CC=$ac_ct_CC
2656 fi
2657fi
2658
2659fi
2660
2661
2662test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2663$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2664as_fn_error $? "no acceptable C compiler found in \$PATH
2665See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2666
2667# Provide some information about the compiler.
2668$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2669set X $ac_compile
2670ac_compiler=$2
2671for ac_option in --version -v -V -qversion; do
2672 { { ac_try="$ac_compiler $ac_option >&5"
2673case "(($ac_try" in
2674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2675 *) ac_try_echo=$ac_try;;
2676esac
2677eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2678$as_echo "$ac_try_echo"; } >&5
2679 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2680 ac_status=$?
2681 if test -s conftest.err; then
2682 sed '10a\
2683... rest of stderr output deleted ...
2684 10q' conftest.err >conftest.er1
2685 cat conftest.er1 >&5
6bb11ab3 2686 fi
d0ac1c44 2687 rm -f conftest.er1 conftest.err
6bb11ab3
L
2688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2689 test $ac_status = 0; }
2690done
2691
2692cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2693/* end confdefs.h. */
2694
2695int
2696main ()
2697{
2698
2699 ;
2700 return 0;
2701}
2702_ACEOF
2703ac_clean_files_save=$ac_clean_files
d0ac1c44 2704ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2705# Try to create an executable without -o first, disregard a.out.
2706# It will help us diagnose broken compilers, and finding out an intuition
2707# of exeext.
d0ac1c44
SM
2708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2709$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2710ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2711
2712# The possible output files:
2713ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2714
2715ac_rmfiles=
2716for ac_file in $ac_files
2717do
2718 case $ac_file in
2719 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2720 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2721 esac
2722done
2723rm -f $ac_rmfiles
2724
2725if { { ac_try="$ac_link_default"
2726case "(($ac_try" in
2727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728 *) ac_try_echo=$ac_try;;
2729esac
2730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2731$as_echo "$ac_try_echo"; } >&5
2732 (eval "$ac_link_default") 2>&5
2733 ac_status=$?
2734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2735 test $ac_status = 0; }; then :
2736 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2737# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2738# in a Makefile. We should not override ac_cv_exeext if it was cached,
2739# so that the user can short-circuit this test for compilers unknown to
2740# Autoconf.
2741for ac_file in $ac_files ''
2742do
2743 test -f "$ac_file" || continue
2744 case $ac_file in
2745 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2746 ;;
2747 [ab].out )
2748 # We found the default executable, but exeext='' is most
2749 # certainly right.
2750 break;;
2751 *.* )
2752 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2753 then :; else
2754 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2755 fi
2756 # We set ac_cv_exeext here because the later test for it is not
2757 # safe: cross compilers may not add the suffix if given an `-o'
2758 # argument, so we may need to know it at that point already.
2759 # Even if this section looks crufty: it has the advantage of
2760 # actually working.
2761 break;;
2762 * )
2763 break;;
2764 esac
2765done
2766test "$ac_cv_exeext" = no && ac_cv_exeext=
2767
2768else
2769 ac_file=''
2770fi
6bb11ab3 2771if test -z "$ac_file"; then :
d0ac1c44
SM
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2773$as_echo "no" >&6; }
2774$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2775sed 's/^/| /' conftest.$ac_ext >&5
2776
2777{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2778$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2779as_fn_error 77 "C compiler cannot create executables
2780See \`config.log' for more details" "$LINENO" 5; }
2781else
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2783$as_echo "yes" >&6; }
6bb11ab3 2784fi
d0ac1c44
SM
2785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2786$as_echo_n "checking for C compiler default output file name... " >&6; }
2787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2788$as_echo "$ac_file" >&6; }
6bb11ab3
L
2789ac_exeext=$ac_cv_exeext
2790
d0ac1c44 2791rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2792ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2794$as_echo_n "checking for suffix of executables... " >&6; }
2795if { { ac_try="$ac_link"
2796case "(($ac_try" in
2797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2798 *) ac_try_echo=$ac_try;;
2799esac
2800eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2801$as_echo "$ac_try_echo"; } >&5
2802 (eval "$ac_link") 2>&5
2803 ac_status=$?
2804 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2805 test $ac_status = 0; }; then :
2806 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2807# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2808# work properly (i.e., refer to `conftest.exe'), while it won't with
2809# `rm'.
2810for ac_file in conftest.exe conftest conftest.*; do
2811 test -f "$ac_file" || continue
2812 case $ac_file in
2813 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2814 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2815 break;;
2816 * ) break;;
2817 esac
2818done
2819else
2820 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2821$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2822as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2823See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2824fi
d0ac1c44 2825rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2827$as_echo "$ac_cv_exeext" >&6; }
2828
2829rm -f conftest.$ac_ext
2830EXEEXT=$ac_cv_exeext
2831ac_exeext=$EXEEXT
d0ac1c44
SM
2832cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2833/* end confdefs.h. */
2834#include <stdio.h>
2835int
2836main ()
2837{
2838FILE *f = fopen ("conftest.out", "w");
2839 return ferror (f) || fclose (f) != 0;
2840
2841 ;
2842 return 0;
2843}
2844_ACEOF
2845ac_clean_files="$ac_clean_files conftest.out"
2846# Check that the compiler produces executables we can run. If not, either
2847# the compiler is broken, or we cross compile.
2848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2849$as_echo_n "checking whether we are cross compiling... " >&6; }
2850if test "$cross_compiling" != yes; then
2851 { { ac_try="$ac_link"
2852case "(($ac_try" in
2853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2854 *) ac_try_echo=$ac_try;;
2855esac
2856eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2857$as_echo "$ac_try_echo"; } >&5
2858 (eval "$ac_link") 2>&5
2859 ac_status=$?
2860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2861 test $ac_status = 0; }
2862 if { ac_try='./conftest$ac_cv_exeext'
2863 { { case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866esac
2867eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2868$as_echo "$ac_try_echo"; } >&5
2869 (eval "$ac_try") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2872 test $ac_status = 0; }; }; then
2873 cross_compiling=no
2874 else
2875 if test "$cross_compiling" = maybe; then
2876 cross_compiling=yes
2877 else
2878 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2879$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880as_fn_error $? "cannot run C compiled programs.
2881If you meant to cross compile, use \`--host'.
2882See \`config.log' for more details" "$LINENO" 5; }
2883 fi
2884 fi
2885fi
2886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2887$as_echo "$cross_compiling" >&6; }
2888
2889rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2890ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2892$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2893if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2894 $as_echo_n "(cached) " >&6
2895else
2896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2897/* end confdefs.h. */
2898
2899int
2900main ()
2901{
2902
2903 ;
2904 return 0;
2905}
2906_ACEOF
2907rm -f conftest.o conftest.obj
2908if { { ac_try="$ac_compile"
2909case "(($ac_try" in
2910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2911 *) ac_try_echo=$ac_try;;
2912esac
2913eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2914$as_echo "$ac_try_echo"; } >&5
2915 (eval "$ac_compile") 2>&5
2916 ac_status=$?
2917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2918 test $ac_status = 0; }; then :
2919 for ac_file in conftest.o conftest.obj conftest.*; do
2920 test -f "$ac_file" || continue;
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2923 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2924 break;;
2925 esac
2926done
2927else
2928 $as_echo "$as_me: failed program was:" >&5
2929sed 's/^/| /' conftest.$ac_ext >&5
2930
2931{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2932$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2933as_fn_error $? "cannot compute suffix of object files: cannot compile
2934See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2935fi
2936rm -f conftest.$ac_cv_objext conftest.$ac_ext
2937fi
2938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2939$as_echo "$ac_cv_objext" >&6; }
2940OBJEXT=$ac_cv_objext
2941ac_objext=$OBJEXT
2942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2943$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2944if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2945 $as_echo_n "(cached) " >&6
2946else
2947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2948/* end confdefs.h. */
2949
2950int
2951main ()
2952{
2953#ifndef __GNUC__
2954 choke me
2955#endif
2956
2957 ;
2958 return 0;
2959}
2960_ACEOF
2961if ac_fn_c_try_compile "$LINENO"; then :
2962 ac_compiler_gnu=yes
2963else
2964 ac_compiler_gnu=no
2965fi
2966rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2967ac_cv_c_compiler_gnu=$ac_compiler_gnu
2968
2969fi
2970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2971$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2972if test $ac_compiler_gnu = yes; then
2973 GCC=yes
2974else
2975 GCC=
2976fi
2977ac_test_CFLAGS=${CFLAGS+set}
2978ac_save_CFLAGS=$CFLAGS
2979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2980$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2981if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2982 $as_echo_n "(cached) " >&6
2983else
2984 ac_save_c_werror_flag=$ac_c_werror_flag
2985 ac_c_werror_flag=yes
2986 ac_cv_prog_cc_g=no
2987 CFLAGS="-g"
2988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2989/* end confdefs.h. */
2990
2991int
2992main ()
2993{
2994
2995 ;
2996 return 0;
2997}
2998_ACEOF
2999if ac_fn_c_try_compile "$LINENO"; then :
3000 ac_cv_prog_cc_g=yes
3001else
3002 CFLAGS=""
3003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3004/* end confdefs.h. */
3005
3006int
3007main ()
3008{
3009
3010 ;
3011 return 0;
3012}
3013_ACEOF
3014if ac_fn_c_try_compile "$LINENO"; then :
3015
3016else
3017 ac_c_werror_flag=$ac_save_c_werror_flag
3018 CFLAGS="-g"
3019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3020/* end confdefs.h. */
3021
3022int
3023main ()
3024{
3025
3026 ;
3027 return 0;
3028}
3029_ACEOF
3030if ac_fn_c_try_compile "$LINENO"; then :
3031 ac_cv_prog_cc_g=yes
3032fi
3033rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3034fi
3035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3036fi
3037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3038 ac_c_werror_flag=$ac_save_c_werror_flag
3039fi
3040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3041$as_echo "$ac_cv_prog_cc_g" >&6; }
3042if test "$ac_test_CFLAGS" = set; then
3043 CFLAGS=$ac_save_CFLAGS
3044elif test $ac_cv_prog_cc_g = yes; then
3045 if test "$GCC" = yes; then
3046 CFLAGS="-g -O2"
3047 else
3048 CFLAGS="-g"
3049 fi
3050else
3051 if test "$GCC" = yes; then
3052 CFLAGS="-O2"
3053 else
3054 CFLAGS=
3055 fi
3056fi
3057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3058$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3059if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3060 $as_echo_n "(cached) " >&6
3061else
3062 ac_cv_prog_cc_c89=no
3063ac_save_CC=$CC
3064cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3065/* end confdefs.h. */
3066#include <stdarg.h>
3067#include <stdio.h>
d0ac1c44 3068struct stat;
6bb11ab3
L
3069/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3070struct buf { int x; };
3071FILE * (*rcsopen) (struct buf *, struct stat *, int);
3072static char *e (p, i)
3073 char **p;
3074 int i;
3075{
3076 return p[i];
3077}
3078static char *f (char * (*g) (char **, int), char **p, ...)
3079{
3080 char *s;
3081 va_list v;
3082 va_start (v,p);
3083 s = g (p, va_arg (v,int));
3084 va_end (v);
3085 return s;
3086}
3087
3088/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3089 function prototypes and stuff, but not '\xHH' hex character constants.
3090 These don't provoke an error unfortunately, instead are silently treated
3091 as 'x'. The following induces an error, until -std is added to get
3092 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3093 array size at least. It's necessary to write '\x00'==0 to get something
3094 that's true only with -std. */
3095int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3096
3097/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3098 inside strings and character constants. */
3099#define FOO(x) 'x'
3100int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3101
3102int test (int i, double x);
3103struct s1 {int (*f) (int a);};
3104struct s2 {int (*f) (double a);};
3105int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3106int argc;
3107char **argv;
3108int
3109main ()
3110{
3111return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3112 ;
3113 return 0;
3114}
3115_ACEOF
3116for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3117 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3118do
3119 CC="$ac_save_CC $ac_arg"
3120 if ac_fn_c_try_compile "$LINENO"; then :
3121 ac_cv_prog_cc_c89=$ac_arg
3122fi
3123rm -f core conftest.err conftest.$ac_objext
3124 test "x$ac_cv_prog_cc_c89" != "xno" && break
3125done
3126rm -f conftest.$ac_ext
3127CC=$ac_save_CC
3128
3129fi
3130# AC_CACHE_VAL
3131case "x$ac_cv_prog_cc_c89" in
3132 x)
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3134$as_echo "none needed" >&6; } ;;
3135 xno)
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3137$as_echo "unsupported" >&6; } ;;
3138 *)
3139 CC="$CC $ac_cv_prog_cc_c89"
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3141$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3142esac
3143if test "x$ac_cv_prog_cc_c89" != xno; then :
3144
3145fi
3146
3147ac_ext=c
3148ac_cpp='$CPP $CPPFLAGS'
3149ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3150ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3151ac_compiler_gnu=$ac_cv_c_compiler_gnu
3152
c2783492 3153
ebe9564b
MF
3154ac_ext=c
3155ac_cpp='$CPP $CPPFLAGS'
3156ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3157ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3158ac_compiler_gnu=$ac_cv_c_compiler_gnu
3159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3160$as_echo_n "checking how to run the C preprocessor... " >&6; }
3161# On Suns, sometimes $CPP names a directory.
3162if test -n "$CPP" && test -d "$CPP"; then
3163 CPP=
3164fi
3165if test -z "$CPP"; then
3166 if ${ac_cv_prog_CPP+:} false; then :
3167 $as_echo_n "(cached) " >&6
3168else
3169 # Double quotes because CPP needs to be expanded
3170 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3171 do
3172 ac_preproc_ok=false
3173for ac_c_preproc_warn_flag in '' yes
3174do
3175 # Use a header file that comes with gcc, so configuring glibc
3176 # with a fresh cross-compiler works.
3177 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3178 # <limits.h> exists even on freestanding compilers.
3179 # On the NeXT, cc -E runs the code through the compiler's parser,
3180 # not just through cpp. "Syntax error" is here to catch this case.
3181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3182/* end confdefs.h. */
3183#ifdef __STDC__
3184# include <limits.h>
3185#else
3186# include <assert.h>
3187#endif
3188 Syntax error
3189_ACEOF
3190if ac_fn_c_try_cpp "$LINENO"; then :
3191
3192else
3193 # Broken: fails on valid input.
3194continue
3195fi
3196rm -f conftest.err conftest.i conftest.$ac_ext
3197
3198 # OK, works on sane cases. Now check whether nonexistent headers
3199 # can be detected and how.
3200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3201/* end confdefs.h. */
3202#include <ac_nonexistent.h>
3203_ACEOF
3204if ac_fn_c_try_cpp "$LINENO"; then :
3205 # Broken: success on invalid input.
3206continue
3207else
3208 # Passes both tests.
3209ac_preproc_ok=:
3210break
3211fi
3212rm -f conftest.err conftest.i conftest.$ac_ext
3213
3214done
3215# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3216rm -f conftest.i conftest.err conftest.$ac_ext
3217if $ac_preproc_ok; then :
3218 break
3219fi
3220
3221 done
3222 ac_cv_prog_CPP=$CPP
3223
3224fi
3225 CPP=$ac_cv_prog_CPP
3226else
3227 ac_cv_prog_CPP=$CPP
3228fi
3229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3230$as_echo "$CPP" >&6; }
3231ac_preproc_ok=false
3232for ac_c_preproc_warn_flag in '' yes
3233do
3234 # Use a header file that comes with gcc, so configuring glibc
3235 # with a fresh cross-compiler works.
3236 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3237 # <limits.h> exists even on freestanding compilers.
3238 # On the NeXT, cc -E runs the code through the compiler's parser,
3239 # not just through cpp. "Syntax error" is here to catch this case.
3240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241/* end confdefs.h. */
3242#ifdef __STDC__
3243# include <limits.h>
3244#else
3245# include <assert.h>
3246#endif
3247 Syntax error
3248_ACEOF
3249if ac_fn_c_try_cpp "$LINENO"; then :
3250
3251else
3252 # Broken: fails on valid input.
3253continue
3254fi
3255rm -f conftest.err conftest.i conftest.$ac_ext
3256
3257 # OK, works on sane cases. Now check whether nonexistent headers
3258 # can be detected and how.
3259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3260/* end confdefs.h. */
3261#include <ac_nonexistent.h>
3262_ACEOF
3263if ac_fn_c_try_cpp "$LINENO"; then :
3264 # Broken: success on invalid input.
3265continue
3266else
3267 # Passes both tests.
3268ac_preproc_ok=:
3269break
3270fi
3271rm -f conftest.err conftest.i conftest.$ac_ext
3272
3273done
3274# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3275rm -f conftest.i conftest.err conftest.$ac_ext
3276if $ac_preproc_ok; then :
3277
3278else
3279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3280$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3281as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3282See \`config.log' for more details" "$LINENO" 5; }
3283fi
3284
3285ac_ext=c
3286ac_cpp='$CPP $CPPFLAGS'
3287ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3288ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3289ac_compiler_gnu=$ac_cv_c_compiler_gnu
3290
6bb11ab3
L
3291
3292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3293$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3294if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3295 $as_echo_n "(cached) " >&6
3296else
3297 if test -z "$GREP"; then
3298 ac_path_GREP_found=false
3299 # Loop through the user's path and test for each of PROGNAME-LIST
3300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3301for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3302do
3303 IFS=$as_save_IFS
3304 test -z "$as_dir" && as_dir=.
3305 for ac_prog in grep ggrep; do
3306 for ac_exec_ext in '' $ac_executable_extensions; do
3307 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3308 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3309# Check for GNU ac_path_GREP and select it if it is found.
3310 # Check for GNU $ac_path_GREP
3311case `"$ac_path_GREP" --version 2>&1` in
3312*GNU*)
3313 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3314*)
3315 ac_count=0
3316 $as_echo_n 0123456789 >"conftest.in"
3317 while :
3318 do
3319 cat "conftest.in" "conftest.in" >"conftest.tmp"
3320 mv "conftest.tmp" "conftest.in"
3321 cp "conftest.in" "conftest.nl"
3322 $as_echo 'GREP' >> "conftest.nl"
3323 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3324 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3325 as_fn_arith $ac_count + 1 && ac_count=$as_val
3326 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3327 # Best one so far, save it but keep looking for a better one
3328 ac_cv_path_GREP="$ac_path_GREP"
3329 ac_path_GREP_max=$ac_count
3330 fi
3331 # 10*(2^10) chars as input seems more than enough
3332 test $ac_count -gt 10 && break
3333 done
3334 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3335esac
3336
3337 $ac_path_GREP_found && break 3
3338 done
3339 done
3340 done
3341IFS=$as_save_IFS
3342 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3343 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3344 fi
3345else
3346 ac_cv_path_GREP=$GREP
3347fi
3348
3349fi
3350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3351$as_echo "$ac_cv_path_GREP" >&6; }
3352 GREP="$ac_cv_path_GREP"
3353
3354
3355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3356$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3357if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3358 $as_echo_n "(cached) " >&6
3359else
3360 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3361 then ac_cv_path_EGREP="$GREP -E"
3362 else
3363 if test -z "$EGREP"; then
3364 ac_path_EGREP_found=false
3365 # Loop through the user's path and test for each of PROGNAME-LIST
3366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3367for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3368do
3369 IFS=$as_save_IFS
3370 test -z "$as_dir" && as_dir=.
3371 for ac_prog in egrep; do
3372 for ac_exec_ext in '' $ac_executable_extensions; do
3373 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3374 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3375# Check for GNU ac_path_EGREP and select it if it is found.
3376 # Check for GNU $ac_path_EGREP
3377case `"$ac_path_EGREP" --version 2>&1` in
3378*GNU*)
3379 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3380*)
3381 ac_count=0
3382 $as_echo_n 0123456789 >"conftest.in"
3383 while :
3384 do
3385 cat "conftest.in" "conftest.in" >"conftest.tmp"
3386 mv "conftest.tmp" "conftest.in"
3387 cp "conftest.in" "conftest.nl"
3388 $as_echo 'EGREP' >> "conftest.nl"
3389 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3390 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3391 as_fn_arith $ac_count + 1 && ac_count=$as_val
3392 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3393 # Best one so far, save it but keep looking for a better one
3394 ac_cv_path_EGREP="$ac_path_EGREP"
3395 ac_path_EGREP_max=$ac_count
3396 fi
3397 # 10*(2^10) chars as input seems more than enough
3398 test $ac_count -gt 10 && break
3399 done
3400 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3401esac
3402
3403 $ac_path_EGREP_found && break 3
3404 done
3405 done
3406 done
3407IFS=$as_save_IFS
3408 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3409 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3410 fi
3411else
3412 ac_cv_path_EGREP=$EGREP
3413fi
3414
3415 fi
3416fi
3417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3418$as_echo "$ac_cv_path_EGREP" >&6; }
3419 EGREP="$ac_cv_path_EGREP"
3420
3421
3422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3423$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3424if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3425 $as_echo_n "(cached) " >&6
3426else
3427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3428/* end confdefs.h. */
3429#include <stdlib.h>
3430#include <stdarg.h>
3431#include <string.h>
3432#include <float.h>
3433
3434int
3435main ()
3436{
3437
3438 ;
3439 return 0;
3440}
3441_ACEOF
3442if ac_fn_c_try_compile "$LINENO"; then :
3443 ac_cv_header_stdc=yes
3444else
3445 ac_cv_header_stdc=no
3446fi
3447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3448
3449if test $ac_cv_header_stdc = yes; then
3450 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3452/* end confdefs.h. */
3453#include <string.h>
3454
3455_ACEOF
3456if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3457 $EGREP "memchr" >/dev/null 2>&1; then :
3458
3459else
3460 ac_cv_header_stdc=no
3461fi
3462rm -f conftest*
3463
3464fi
3465
3466if test $ac_cv_header_stdc = yes; then
3467 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3469/* end confdefs.h. */
3470#include <stdlib.h>
3471
3472_ACEOF
3473if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3474 $EGREP "free" >/dev/null 2>&1; then :
3475
3476else
3477 ac_cv_header_stdc=no
3478fi
3479rm -f conftest*
3480
3481fi
3482
3483if test $ac_cv_header_stdc = yes; then
3484 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3485 if test "$cross_compiling" = yes; then :
3486 :
3487else
3488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489/* end confdefs.h. */
3490#include <ctype.h>
3491#include <stdlib.h>
3492#if ((' ' & 0x0FF) == 0x020)
3493# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3494# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3495#else
3496# define ISLOWER(c) \
3497 (('a' <= (c) && (c) <= 'i') \
3498 || ('j' <= (c) && (c) <= 'r') \
3499 || ('s' <= (c) && (c) <= 'z'))
3500# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3501#endif
3502
3503#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3504int
3505main ()
3506{
3507 int i;
3508 for (i = 0; i < 256; i++)
3509 if (XOR (islower (i), ISLOWER (i))
3510 || toupper (i) != TOUPPER (i))
3511 return 2;
3512 return 0;
3513}
3514_ACEOF
3515if ac_fn_c_try_run "$LINENO"; then :
3516
3517else
3518 ac_cv_header_stdc=no
3519fi
3520rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3521 conftest.$ac_objext conftest.beam conftest.$ac_ext
3522fi
3523
3524fi
3525fi
3526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3527$as_echo "$ac_cv_header_stdc" >&6; }
3528if test $ac_cv_header_stdc = yes; then
3529
3530$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3531
3532fi
3533
3534# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3535for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3536 inttypes.h stdint.h unistd.h
3537do :
3538 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3539ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3540"
d0ac1c44 3541if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3542 cat >>confdefs.h <<_ACEOF
3543#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3544_ACEOF
3545
3546fi
3547
3548done
3549
3550
3551
3552 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3553if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3554 MINIX=yes
3555else
3556 MINIX=
3557fi
3558
3559
3560 if test "$MINIX" = yes; then
3561
3562$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3563
3564
3565$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3566
3567
3568$as_echo "#define _MINIX 1" >>confdefs.h
3569
3570 fi
3571
3572
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3574$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3575if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3576 $as_echo_n "(cached) " >&6
3577else
3578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3579/* end confdefs.h. */
3580
d0ac1c44
SM
3581# define __EXTENSIONS__ 1
3582 $ac_includes_default
6bb11ab3
L
3583int
3584main ()
3585{
3586
3587 ;
3588 return 0;
3589}
3590_ACEOF
3591if ac_fn_c_try_compile "$LINENO"; then :
3592 ac_cv_safe_to_define___extensions__=yes
3593else
3594 ac_cv_safe_to_define___extensions__=no
3595fi
3596rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3597fi
3598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3599$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3600 test $ac_cv_safe_to_define___extensions__ = yes &&
3601 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3602
3603 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3604
3605 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3606
3607 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3608
3609 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3610
3611
3612test "$program_prefix" != NONE &&
3613 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3614# Use a double $ so make ignores it.
3615test "$program_suffix" != NONE &&
3616 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3617# Double any \ or $.
3618# By default was `s,x,x', remove it if useless.
3619ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3620program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3621
3622# Find a good install program. We prefer a C program (faster),
3623# so one script is as good as another. But avoid the broken or
3624# incompatible versions:
3625# SysV /etc/install, /usr/sbin/install
3626# SunOS /usr/etc/install
3627# IRIX /sbin/install
3628# AIX /bin/install
3629# AmigaOS /C/install, which installs bootblocks on floppy discs
3630# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3631# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3632# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3633# OS/2's system install, which has a completely different semantic
3634# ./install, which can be erroneously created by make from ./install.sh.
3635# Reject install programs that cannot install multiple files.
3636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3637$as_echo_n "checking for a BSD-compatible install... " >&6; }
3638if test -z "$INSTALL"; then
d0ac1c44 3639if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3640 $as_echo_n "(cached) " >&6
3641else
3642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3643for as_dir in $PATH
3644do
3645 IFS=$as_save_IFS
3646 test -z "$as_dir" && as_dir=.
3647 # Account for people who put trailing slashes in PATH elements.
3648case $as_dir/ in #((
3649 ./ | .// | /[cC]/* | \
3650 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3651 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3652 /usr/ucb/* ) ;;
3653 *)
3654 # OSF1 and SCO ODT 3.0 have their own names for install.
3655 # Don't use installbsd from OSF since it installs stuff as root
3656 # by default.
3657 for ac_prog in ginstall scoinst install; do
3658 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3659 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3660 if test $ac_prog = install &&
3661 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3662 # AIX install. It has an incompatible calling convention.
3663 :
3664 elif test $ac_prog = install &&
3665 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3666 # program-specific install script used by HP pwplus--don't use.
3667 :
3668 else
3669 rm -rf conftest.one conftest.two conftest.dir
3670 echo one > conftest.one
3671 echo two > conftest.two
3672 mkdir conftest.dir
3673 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3674 test -s conftest.one && test -s conftest.two &&
3675 test -s conftest.dir/conftest.one &&
3676 test -s conftest.dir/conftest.two
3677 then
3678 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3679 break 3
3680 fi
3681 fi
3682 fi
3683 done
3684 done
3685 ;;
3686esac
3687
3688 done
3689IFS=$as_save_IFS
3690
3691rm -rf conftest.one conftest.two conftest.dir
3692
3693fi
3694 if test "${ac_cv_path_install+set}" = set; then
3695 INSTALL=$ac_cv_path_install
3696 else
3697 # As a last resort, use the slow shell script. Don't cache a
3698 # value for INSTALL within a source directory, because that will
3699 # break other packages using the cache if that directory is
3700 # removed, or if the value is a relative name.
3701 INSTALL=$ac_install_sh
3702 fi
3703fi
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3705$as_echo "$INSTALL" >&6; }
3706
3707# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3708# It thinks the first close brace ends the variable substitution.
3709test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3710
3711test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3712
3713test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3714
3715rm -rf .tst 2>/dev/null
3716mkdir .tst 2>/dev/null
3717if test -d .tst; then
3718 am__leading_dot=.
3719else
3720 am__leading_dot=_
3721fi
3722rmdir .tst 2>/dev/null
3723
3724DEPDIR="${am__leading_dot}deps"
3725
3726case `pwd` in
3727 *\ * | *\ *)
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3729$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3730esac
3731
3732
3733
3734macro_version='2.2.7a'
3735macro_revision='1.3134'
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749ltmain="$ac_aux_dir/ltmain.sh"
3750
3751# Backslashify metacharacters that are still active within
3752# double-quoted strings.
3753sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3754
3755# Same as above, but do not quote variable references.
3756double_quote_subst='s/\(["`\\]\)/\\\1/g'
3757
3758# Sed substitution to delay expansion of an escaped shell variable in a
3759# double_quote_subst'ed string.
3760delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3761
3762# Sed substitution to delay expansion of an escaped single quote.
3763delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3764
3765# Sed substitution to avoid accidental globbing in evaled expressions
3766no_glob_subst='s/\*/\\\*/g'
3767
3768ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3769ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3770ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3771
3772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3773$as_echo_n "checking how to print strings... " >&6; }
3774# Test print first, because it will be a builtin if present.
3775if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3776 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3777 ECHO='print -r --'
3778elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3779 ECHO='printf %s\n'
3780else
3781 # Use this function as a fallback that always works.
3782 func_fallback_echo ()
3783 {
3784 eval 'cat <<_LTECHO_EOF
3785$1
3786_LTECHO_EOF'
3787 }
3788 ECHO='func_fallback_echo'
3789fi
3790
3791# func_echo_all arg...
3792# Invoke $ECHO with all args, space-separated.
3793func_echo_all ()
3794{
3795 $ECHO ""
3796}
3797
3798case "$ECHO" in
3799 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3800$as_echo "printf" >&6; } ;;
3801 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3802$as_echo "print -r" >&6; } ;;
3803 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3804$as_echo "cat" >&6; } ;;
3805esac
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3821$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3822if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3823 $as_echo_n "(cached) " >&6
3824else
3825 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3826 for ac_i in 1 2 3 4 5 6 7; do
3827 ac_script="$ac_script$as_nl$ac_script"
3828 done
3829 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3830 { ac_script=; unset ac_script;}
3831 if test -z "$SED"; then
3832 ac_path_SED_found=false
3833 # Loop through the user's path and test for each of PROGNAME-LIST
3834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3835for as_dir in $PATH
3836do
3837 IFS=$as_save_IFS
3838 test -z "$as_dir" && as_dir=.
3839 for ac_prog in sed gsed; do
3840 for ac_exec_ext in '' $ac_executable_extensions; do
3841 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3842 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3843# Check for GNU ac_path_SED and select it if it is found.
3844 # Check for GNU $ac_path_SED
3845case `"$ac_path_SED" --version 2>&1` in
3846*GNU*)
3847 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3848*)
3849 ac_count=0
3850 $as_echo_n 0123456789 >"conftest.in"
3851 while :
3852 do
3853 cat "conftest.in" "conftest.in" >"conftest.tmp"
3854 mv "conftest.tmp" "conftest.in"
3855 cp "conftest.in" "conftest.nl"
3856 $as_echo '' >> "conftest.nl"
3857 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3858 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3859 as_fn_arith $ac_count + 1 && ac_count=$as_val
3860 if test $ac_count -gt ${ac_path_SED_max-0}; then
3861 # Best one so far, save it but keep looking for a better one
3862 ac_cv_path_SED="$ac_path_SED"
3863 ac_path_SED_max=$ac_count
3864 fi
3865 # 10*(2^10) chars as input seems more than enough
3866 test $ac_count -gt 10 && break
3867 done
3868 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3869esac
3870
3871 $ac_path_SED_found && break 3
3872 done
3873 done
3874 done
3875IFS=$as_save_IFS
3876 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3877 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3878 fi
3879else
3880 ac_cv_path_SED=$SED
3881fi
3882
3883fi
3884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3885$as_echo "$ac_cv_path_SED" >&6; }
3886 SED="$ac_cv_path_SED"
3887 rm -f conftest.sed
3888
3889test -z "$SED" && SED=sed
3890Xsed="$SED -e 1s/^X//"
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3903$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3904if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3905 $as_echo_n "(cached) " >&6
3906else
3907 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3908 then ac_cv_path_FGREP="$GREP -F"
3909 else
3910 if test -z "$FGREP"; then
3911 ac_path_FGREP_found=false
3912 # Loop through the user's path and test for each of PROGNAME-LIST
3913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3914for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3915do
3916 IFS=$as_save_IFS
3917 test -z "$as_dir" && as_dir=.
3918 for ac_prog in fgrep; do
3919 for ac_exec_ext in '' $ac_executable_extensions; do
3920 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3921 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3922# Check for GNU ac_path_FGREP and select it if it is found.
3923 # Check for GNU $ac_path_FGREP
3924case `"$ac_path_FGREP" --version 2>&1` in
3925*GNU*)
3926 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3927*)
3928 ac_count=0
3929 $as_echo_n 0123456789 >"conftest.in"
3930 while :
3931 do
3932 cat "conftest.in" "conftest.in" >"conftest.tmp"
3933 mv "conftest.tmp" "conftest.in"
3934 cp "conftest.in" "conftest.nl"
3935 $as_echo 'FGREP' >> "conftest.nl"
3936 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3937 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3938 as_fn_arith $ac_count + 1 && ac_count=$as_val
3939 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3940 # Best one so far, save it but keep looking for a better one
3941 ac_cv_path_FGREP="$ac_path_FGREP"
3942 ac_path_FGREP_max=$ac_count
3943 fi
3944 # 10*(2^10) chars as input seems more than enough
3945 test $ac_count -gt 10 && break
3946 done
3947 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3948esac
3949
3950 $ac_path_FGREP_found && break 3
3951 done
3952 done
3953 done
3954IFS=$as_save_IFS
3955 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3956 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3957 fi
3958else
3959 ac_cv_path_FGREP=$FGREP
3960fi
3961
3962 fi
3963fi
3964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3965$as_echo "$ac_cv_path_FGREP" >&6; }
3966 FGREP="$ac_cv_path_FGREP"
3967
3968
3969test -z "$GREP" && GREP=grep
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989# Check whether --with-gnu-ld was given.
3990if test "${with_gnu_ld+set}" = set; then :
3991 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3992else
3993 with_gnu_ld=no
3994fi
3995
3996ac_prog=ld
3997if test "$GCC" = yes; then
3998 # Check if gcc -print-prog-name=ld gives a path.
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4000$as_echo_n "checking for ld used by $CC... " >&6; }
4001 case $host in
4002 *-*-mingw*)
4003 # gcc leaves a trailing carriage return which upsets mingw
4004 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4005 *)
4006 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4007 esac
4008 case $ac_prog in
4009 # Accept absolute paths.
4010 [\\/]* | ?:[\\/]*)
4011 re_direlt='/[^/][^/]*/\.\./'
4012 # Canonicalize the pathname of ld
4013 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4014 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4015 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4016 done
4017 test -z "$LD" && LD="$ac_prog"
4018 ;;
4019 "")
4020 # If it fails, then pretend we aren't using GCC.
4021 ac_prog=ld
4022 ;;
4023 *)
4024 # If it is relative, then search for the first ld in PATH.
4025 with_gnu_ld=unknown
4026 ;;
4027 esac
4028elif test "$with_gnu_ld" = yes; then
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4030$as_echo_n "checking for GNU ld... " >&6; }
4031else
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4033$as_echo_n "checking for non-GNU ld... " >&6; }
4034fi
d0ac1c44 4035if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4036 $as_echo_n "(cached) " >&6
4037else
4038 if test -z "$LD"; then
4039 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4040 for ac_dir in $PATH; do
4041 IFS="$lt_save_ifs"
4042 test -z "$ac_dir" && ac_dir=.
4043 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4044 lt_cv_path_LD="$ac_dir/$ac_prog"
4045 # Check to see if the program is GNU ld. I'd rather use --version,
4046 # but apparently some variants of GNU ld only accept -v.
4047 # Break only if it was the GNU/non-GNU ld that we prefer.
4048 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4049 *GNU* | *'with BFD'*)
4050 test "$with_gnu_ld" != no && break
4051 ;;
4052 *)
4053 test "$with_gnu_ld" != yes && break
4054 ;;
4055 esac
4056 fi
4057 done
4058 IFS="$lt_save_ifs"
4059else
4060 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4061fi
4062fi
4063
4064LD="$lt_cv_path_LD"
4065if test -n "$LD"; then
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4067$as_echo "$LD" >&6; }
4068else
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4070$as_echo "no" >&6; }
4071fi
d0ac1c44 4072test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4074$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4075if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4076 $as_echo_n "(cached) " >&6
4077else
4078 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4079case `$LD -v 2>&1 </dev/null` in
4080*GNU* | *'with BFD'*)
4081 lt_cv_prog_gnu_ld=yes
4082 ;;
4083*)
4084 lt_cv_prog_gnu_ld=no
4085 ;;
4086esac
4087fi
4088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4089$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4090with_gnu_ld=$lt_cv_prog_gnu_ld
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4101$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4102if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4103 $as_echo_n "(cached) " >&6
4104else
4105 if test -n "$NM"; then
4106 # Let the user override the test.
4107 lt_cv_path_NM="$NM"
4108else
4109 lt_nm_to_check="${ac_tool_prefix}nm"
4110 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4111 lt_nm_to_check="$lt_nm_to_check nm"
4112 fi
4113 for lt_tmp_nm in $lt_nm_to_check; do
4114 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4115 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4116 IFS="$lt_save_ifs"
4117 test -z "$ac_dir" && ac_dir=.
4118 tmp_nm="$ac_dir/$lt_tmp_nm"
4119 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4120 # Check to see if the nm accepts a BSD-compat flag.
4121 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4122 # nm: unknown option "B" ignored
4123 # Tru64's nm complains that /dev/null is an invalid object file
4124 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4125 */dev/null* | *'Invalid file or object type'*)
4126 lt_cv_path_NM="$tmp_nm -B"
4127 break
4128 ;;
4129 *)
4130 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4131 */dev/null*)
4132 lt_cv_path_NM="$tmp_nm -p"
4133 break
4134 ;;
4135 *)
4136 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4137 continue # so that we can try to find one that supports BSD flags
4138 ;;
4139 esac
4140 ;;
4141 esac
4142 fi
4143 done
4144 IFS="$lt_save_ifs"
4145 done
4146 : ${lt_cv_path_NM=no}
4147fi
4148fi
4149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4150$as_echo "$lt_cv_path_NM" >&6; }
4151if test "$lt_cv_path_NM" != "no"; then
4152 NM="$lt_cv_path_NM"
4153else
4154 # Didn't find any BSD compatible name lister, look for dumpbin.
4155 if test -n "$DUMPBIN"; then :
4156 # Let the user override the test.
4157 else
4158 if test -n "$ac_tool_prefix"; then
4159 for ac_prog in dumpbin "link -dump"
4160 do
4161 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4162set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4164$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4165if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4166 $as_echo_n "(cached) " >&6
4167else
4168 if test -n "$DUMPBIN"; then
4169 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4170else
4171as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4172for as_dir in $PATH
4173do
4174 IFS=$as_save_IFS
4175 test -z "$as_dir" && as_dir=.
4176 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4177 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4178 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4180 break 2
4181 fi
4182done
4183 done
4184IFS=$as_save_IFS
4185
4186fi
4187fi
4188DUMPBIN=$ac_cv_prog_DUMPBIN
4189if test -n "$DUMPBIN"; then
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4191$as_echo "$DUMPBIN" >&6; }
4192else
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4194$as_echo "no" >&6; }
4195fi
4196
4197
4198 test -n "$DUMPBIN" && break
4199 done
4200fi
4201if test -z "$DUMPBIN"; then
4202 ac_ct_DUMPBIN=$DUMPBIN
4203 for ac_prog in dumpbin "link -dump"
4204do
4205 # Extract the first word of "$ac_prog", so it can be a program name with args.
4206set dummy $ac_prog; ac_word=$2
4207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4208$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4209if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4210 $as_echo_n "(cached) " >&6
4211else
4212 if test -n "$ac_ct_DUMPBIN"; then
4213 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4214else
4215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4216for as_dir in $PATH
4217do
4218 IFS=$as_save_IFS
4219 test -z "$as_dir" && as_dir=.
4220 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4221 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4222 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4224 break 2
4225 fi
4226done
4227 done
4228IFS=$as_save_IFS
4229
4230fi
4231fi
4232ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4233if test -n "$ac_ct_DUMPBIN"; then
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4235$as_echo "$ac_ct_DUMPBIN" >&6; }
4236else
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4238$as_echo "no" >&6; }
4239fi
4240
4241
4242 test -n "$ac_ct_DUMPBIN" && break
4243done
4244
4245 if test "x$ac_ct_DUMPBIN" = x; then
4246 DUMPBIN=":"
4247 else
4248 case $cross_compiling:$ac_tool_warned in
4249yes:)
4250{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4251$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4252ac_tool_warned=yes ;;
4253esac
4254 DUMPBIN=$ac_ct_DUMPBIN
4255 fi
4256fi
4257
4258 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4259 *COFF*)
4260 DUMPBIN="$DUMPBIN -symbols"
4261 ;;
4262 *)
4263 DUMPBIN=:
4264 ;;
4265 esac
4266 fi
4267
4268 if test "$DUMPBIN" != ":"; then
4269 NM="$DUMPBIN"
4270 fi
4271fi
4272test -z "$NM" && NM=nm
4273
4274
4275
4276
4277
4278
4279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4280$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4281if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4282 $as_echo_n "(cached) " >&6
4283else
4284 lt_cv_nm_interface="BSD nm"
4285 echo "int some_variable = 0;" > conftest.$ac_ext
4286 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4287 (eval "$ac_compile" 2>conftest.err)
4288 cat conftest.err >&5
4289 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4290 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4291 cat conftest.err >&5
4292 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4293 cat conftest.out >&5
4294 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4295 lt_cv_nm_interface="MS dumpbin"
4296 fi
4297 rm -f conftest*
4298fi
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4300$as_echo "$lt_cv_nm_interface" >&6; }
4301
4302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4303$as_echo_n "checking whether ln -s works... " >&6; }
4304LN_S=$as_ln_s
4305if test "$LN_S" = "ln -s"; then
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4307$as_echo "yes" >&6; }
4308else
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4310$as_echo "no, using $LN_S" >&6; }
4311fi
4312
4313# find the maximum length of command line arguments
4314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4315$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4316if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4317 $as_echo_n "(cached) " >&6
4318else
4319 i=0
4320 teststring="ABCD"
4321
4322 case $build_os in
4323 msdosdjgpp*)
4324 # On DJGPP, this test can blow up pretty badly due to problems in libc
4325 # (any single argument exceeding 2000 bytes causes a buffer overrun
4326 # during glob expansion). Even if it were fixed, the result of this
4327 # check would be larger than it should be.
4328 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4329 ;;
4330
4331 gnu*)
4332 # Under GNU Hurd, this test is not required because there is
4333 # no limit to the length of command line arguments.
4334 # Libtool will interpret -1 as no limit whatsoever
4335 lt_cv_sys_max_cmd_len=-1;
4336 ;;
4337
4338 cygwin* | mingw* | cegcc*)
4339 # On Win9x/ME, this test blows up -- it succeeds, but takes
4340 # about 5 minutes as the teststring grows exponentially.
4341 # Worse, since 9x/ME are not pre-emptively multitasking,
4342 # you end up with a "frozen" computer, even though with patience
4343 # the test eventually succeeds (with a max line length of 256k).
4344 # Instead, let's just punt: use the minimum linelength reported by
4345 # all of the supported platforms: 8192 (on NT/2K/XP).
4346 lt_cv_sys_max_cmd_len=8192;
4347 ;;
4348
4349 mint*)
4350 # On MiNT this can take a long time and run out of memory.
4351 lt_cv_sys_max_cmd_len=8192;
4352 ;;
4353
4354 amigaos*)
4355 # On AmigaOS with pdksh, this test takes hours, literally.
4356 # So we just punt and use a minimum line length of 8192.
4357 lt_cv_sys_max_cmd_len=8192;
4358 ;;
4359
4360 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4361 # This has been around since 386BSD, at least. Likely further.
4362 if test -x /sbin/sysctl; then
4363 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4364 elif test -x /usr/sbin/sysctl; then
4365 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4366 else
4367 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4368 fi
4369 # And add a safety zone
4370 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4371 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4372 ;;
4373
4374 interix*)
4375 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4376 lt_cv_sys_max_cmd_len=196608
4377 ;;
4378
4379 osf*)
4380 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4381 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4382 # nice to cause kernel panics so lets avoid the loop below.
4383 # First set a reasonable default.
4384 lt_cv_sys_max_cmd_len=16384
4385 #
4386 if test -x /sbin/sysconfig; then
4387 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4388 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4389 esac
4390 fi
4391 ;;
4392 sco3.2v5*)
4393 lt_cv_sys_max_cmd_len=102400
4394 ;;
4395 sysv5* | sco5v6* | sysv4.2uw2*)
4396 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4397 if test -n "$kargmax"; then
4398 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4399 else
4400 lt_cv_sys_max_cmd_len=32768
4401 fi
4402 ;;
4403 *)
4404 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4405 if test -n "$lt_cv_sys_max_cmd_len"; then
4406 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4407 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4408 else
4409 # Make teststring a little bigger before we do anything with it.
4410 # a 1K string should be a reasonable start.
4411 for i in 1 2 3 4 5 6 7 8 ; do
4412 teststring=$teststring$teststring
4413 done
4414 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4415 # If test is not a shell built-in, we'll probably end up computing a
4416 # maximum length that is only half of the actual maximum length, but
4417 # we can't tell.
4418 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4419 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4420 test $i != 17 # 1/2 MB should be enough
4421 do
4422 i=`expr $i + 1`
4423 teststring=$teststring$teststring
4424 done
4425 # Only check the string length outside the loop.
4426 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4427 teststring=
4428 # Add a significant safety factor because C++ compilers can tack on
4429 # massive amounts of additional arguments before passing them to the
4430 # linker. It appears as though 1/2 is a usable value.
4431 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4432 fi
4433 ;;
4434 esac
4435
4436fi
4437
4438if test -n $lt_cv_sys_max_cmd_len ; then
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4440$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4441else
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4443$as_echo "none" >&6; }
4444fi
4445max_cmd_len=$lt_cv_sys_max_cmd_len
4446
4447
4448
4449
4450
4451
4452: ${CP="cp -f"}
4453: ${MV="mv -f"}
4454: ${RM="rm -f"}
4455
4456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4457$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4458# Try some XSI features
4459xsi_shell=no
4460( _lt_dummy="a/b/c"
4461 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4462 = c,a/b,, \
4463 && eval 'test $(( 1 + 1 )) -eq 2 \
4464 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4465 && xsi_shell=yes
4466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4467$as_echo "$xsi_shell" >&6; }
4468
4469
4470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4471$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4472lt_shell_append=no
4473( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4474 >/dev/null 2>&1 \
4475 && lt_shell_append=yes
4476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4477$as_echo "$lt_shell_append" >&6; }
4478
4479
4480if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4481 lt_unset=unset
4482else
4483 lt_unset=false
4484fi
4485
4486
4487
4488
4489
4490# test EBCDIC or ASCII
4491case `echo X|tr X '\101'` in
4492 A) # ASCII based system
4493 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4494 lt_SP2NL='tr \040 \012'
4495 lt_NL2SP='tr \015\012 \040\040'
4496 ;;
4497 *) # EBCDIC based system
4498 lt_SP2NL='tr \100 \n'
4499 lt_NL2SP='tr \r\n \100\100'
4500 ;;
4501esac
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4512$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4513if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4514 $as_echo_n "(cached) " >&6
4515else
4516 lt_cv_ld_reload_flag='-r'
4517fi
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4519$as_echo "$lt_cv_ld_reload_flag" >&6; }
4520reload_flag=$lt_cv_ld_reload_flag
4521case $reload_flag in
4522"" | " "*) ;;
4523*) reload_flag=" $reload_flag" ;;
4524esac
4525reload_cmds='$LD$reload_flag -o $output$reload_objs'
4526case $host_os in
4527 darwin*)
4528 if test "$GCC" = yes; then
4529 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4530 else
4531 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4532 fi
4533 ;;
4534esac
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544if test -n "$ac_tool_prefix"; then
4545 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4546set dummy ${ac_tool_prefix}objdump; ac_word=$2
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4548$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4549if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4550 $as_echo_n "(cached) " >&6
4551else
4552 if test -n "$OBJDUMP"; then
4553 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4554else
4555as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4556for as_dir in $PATH
4557do
4558 IFS=$as_save_IFS
4559 test -z "$as_dir" && as_dir=.
4560 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4562 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4564 break 2
4565 fi
4566done
4567 done
4568IFS=$as_save_IFS
4569
4570fi
4571fi
4572OBJDUMP=$ac_cv_prog_OBJDUMP
4573if test -n "$OBJDUMP"; then
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4575$as_echo "$OBJDUMP" >&6; }
4576else
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4578$as_echo "no" >&6; }
4579fi
4580
4581
4582fi
4583if test -z "$ac_cv_prog_OBJDUMP"; then
4584 ac_ct_OBJDUMP=$OBJDUMP
4585 # Extract the first word of "objdump", so it can be a program name with args.
4586set dummy objdump; ac_word=$2
4587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4588$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4589if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4590 $as_echo_n "(cached) " >&6
4591else
4592 if test -n "$ac_ct_OBJDUMP"; then
4593 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4594else
4595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4596for as_dir in $PATH
4597do
4598 IFS=$as_save_IFS
4599 test -z "$as_dir" && as_dir=.
4600 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4602 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4604 break 2
4605 fi
4606done
4607 done
4608IFS=$as_save_IFS
4609
4610fi
4611fi
4612ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4613if test -n "$ac_ct_OBJDUMP"; then
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4615$as_echo "$ac_ct_OBJDUMP" >&6; }
4616else
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4618$as_echo "no" >&6; }
4619fi
4620
4621 if test "x$ac_ct_OBJDUMP" = x; then
4622 OBJDUMP="false"
4623 else
4624 case $cross_compiling:$ac_tool_warned in
4625yes:)
4626{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4627$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4628ac_tool_warned=yes ;;
4629esac
4630 OBJDUMP=$ac_ct_OBJDUMP
4631 fi
4632else
4633 OBJDUMP="$ac_cv_prog_OBJDUMP"
4634fi
4635
4636test -z "$OBJDUMP" && OBJDUMP=objdump
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4647$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4648if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4649 $as_echo_n "(cached) " >&6
4650else
4651 lt_cv_file_magic_cmd='$MAGIC_CMD'
4652lt_cv_file_magic_test_file=
4653lt_cv_deplibs_check_method='unknown'
4654# Need to set the preceding variable on all platforms that support
4655# interlibrary dependencies.
4656# 'none' -- dependencies not supported.
4657# `unknown' -- same as none, but documents that we really don't know.
4658# 'pass_all' -- all dependencies passed with no checks.
4659# 'test_compile' -- check by making test program.
4660# 'file_magic [[regex]]' -- check by looking for files in library path
4661# which responds to the $file_magic_cmd with a given extended regex.
4662# If you have `file' or equivalent on your system and you're not sure
4663# whether `pass_all' will *always* work, you probably want this one.
4664
4665case $host_os in
4666aix[4-9]*)
4667 lt_cv_deplibs_check_method=pass_all
4668 ;;
4669
4670beos*)
4671 lt_cv_deplibs_check_method=pass_all
4672 ;;
4673
4674bsdi[45]*)
4675 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4676 lt_cv_file_magic_cmd='/usr/bin/file -L'
4677 lt_cv_file_magic_test_file=/shlib/libc.so
4678 ;;
4679
4680cygwin*)
4681 # func_win32_libid is a shell function defined in ltmain.sh
4682 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4683 lt_cv_file_magic_cmd='func_win32_libid'
4684 ;;
4685
4686mingw* | pw32*)
4687 # Base MSYS/MinGW do not provide the 'file' command needed by
4688 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4689 # unless we find 'file', for example because we are cross-compiling.
4690 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4691 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4692 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4693 lt_cv_file_magic_cmd='func_win32_libid'
4694 else
4695 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4696 lt_cv_file_magic_cmd='$OBJDUMP -f'
4697 fi
4698 ;;
4699
4700cegcc*)
4701 # use the weaker test based on 'objdump'. See mingw*.
4702 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4703 lt_cv_file_magic_cmd='$OBJDUMP -f'
4704 ;;
4705
4706darwin* | rhapsody*)
4707 lt_cv_deplibs_check_method=pass_all
4708 ;;
4709
4710freebsd* | dragonfly*)
4711 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4712 case $host_cpu in
4713 i*86 )
4714 # Not sure whether the presence of OpenBSD here was a mistake.
4715 # Let's accept both of them until this is cleared up.
4716 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4717 lt_cv_file_magic_cmd=/usr/bin/file
4718 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4719 ;;
4720 esac
4721 else
4722 lt_cv_deplibs_check_method=pass_all
4723 fi
4724 ;;
4725
4726gnu*)
4727 lt_cv_deplibs_check_method=pass_all
4728 ;;
4729
4730haiku*)
4731 lt_cv_deplibs_check_method=pass_all
4732 ;;
4733
4734hpux10.20* | hpux11*)
4735 lt_cv_file_magic_cmd=/usr/bin/file
4736 case $host_cpu in
4737 ia64*)
4738 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4739 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4740 ;;
4741 hppa*64*)
4742 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]'
4743 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4744 ;;
4745 *)
4746 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4747 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4748 ;;
4749 esac
4750 ;;
4751
4752interix[3-9]*)
4753 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4754 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4755 ;;
4756
4757irix5* | irix6* | nonstopux*)
4758 case $LD in
4759 *-32|*"-32 ") libmagic=32-bit;;
4760 *-n32|*"-n32 ") libmagic=N32;;
4761 *-64|*"-64 ") libmagic=64-bit;;
4762 *) libmagic=never-match;;
4763 esac
4764 lt_cv_deplibs_check_method=pass_all
4765 ;;
4766
4767# This must be Linux ELF.
4768linux* | k*bsd*-gnu | kopensolaris*-gnu)
4769 lt_cv_deplibs_check_method=pass_all
4770 ;;
4771
4772netbsd*)
4773 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4774 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4775 else
4776 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4777 fi
4778 ;;
4779
4780newos6*)
4781 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4782 lt_cv_file_magic_cmd=/usr/bin/file
4783 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4784 ;;
4785
4786*nto* | *qnx*)
4787 lt_cv_deplibs_check_method=pass_all
4788 ;;
4789
4790openbsd*)
4791 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4792 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4793 else
4794 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4795 fi
4796 ;;
4797
4798osf3* | osf4* | osf5*)
4799 lt_cv_deplibs_check_method=pass_all
4800 ;;
4801
4802rdos*)
4803 lt_cv_deplibs_check_method=pass_all
4804 ;;
4805
4806solaris*)
4807 lt_cv_deplibs_check_method=pass_all
4808 ;;
4809
4810sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4811 lt_cv_deplibs_check_method=pass_all
4812 ;;
4813
4814sysv4 | sysv4.3*)
4815 case $host_vendor in
4816 motorola)
4817 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]'
4818 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4819 ;;
4820 ncr)
4821 lt_cv_deplibs_check_method=pass_all
4822 ;;
4823 sequent)
4824 lt_cv_file_magic_cmd='/bin/file'
4825 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4826 ;;
4827 sni)
4828 lt_cv_file_magic_cmd='/bin/file'
4829 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4830 lt_cv_file_magic_test_file=/lib/libc.so
4831 ;;
4832 siemens)
4833 lt_cv_deplibs_check_method=pass_all
4834 ;;
4835 pc)
4836 lt_cv_deplibs_check_method=pass_all
4837 ;;
4838 esac
4839 ;;
4840
4841tpf*)
4842 lt_cv_deplibs_check_method=pass_all
4843 ;;
4844esac
4845
4846fi
4847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4848$as_echo "$lt_cv_deplibs_check_method" >&6; }
4849file_magic_cmd=$lt_cv_file_magic_cmd
4850deplibs_check_method=$lt_cv_deplibs_check_method
4851test -z "$deplibs_check_method" && deplibs_check_method=unknown
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
68ed2854
MF
4864plugin_option=
4865plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4866for plugin in $plugin_names; do
4867 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4868 if test x$plugin_so = x$plugin; then
4869 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4870 fi
4871 if test x$plugin_so != x$plugin; then
4872 plugin_option="--plugin $plugin_so"
4873 break
4874 fi
4875done
4876
6bb11ab3
L
4877if test -n "$ac_tool_prefix"; then
4878 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4879set dummy ${ac_tool_prefix}ar; ac_word=$2
4880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4881$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4882if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4883 $as_echo_n "(cached) " >&6
4884else
4885 if test -n "$AR"; then
4886 ac_cv_prog_AR="$AR" # Let the user override the test.
4887else
4888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4889for as_dir in $PATH
4890do
4891 IFS=$as_save_IFS
4892 test -z "$as_dir" && as_dir=.
4893 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4895 ac_cv_prog_AR="${ac_tool_prefix}ar"
4896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4897 break 2
4898 fi
4899done
4900 done
4901IFS=$as_save_IFS
4902
4903fi
4904fi
4905AR=$ac_cv_prog_AR
4906if test -n "$AR"; then
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4908$as_echo "$AR" >&6; }
4909else
4910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4911$as_echo "no" >&6; }
4912fi
4913
4914
4915fi
4916if test -z "$ac_cv_prog_AR"; then
4917 ac_ct_AR=$AR
4918 # Extract the first word of "ar", so it can be a program name with args.
4919set dummy ar; ac_word=$2
4920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4921$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4922if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4923 $as_echo_n "(cached) " >&6
4924else
4925 if test -n "$ac_ct_AR"; then
4926 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4927else
4928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4929for as_dir in $PATH
4930do
4931 IFS=$as_save_IFS
4932 test -z "$as_dir" && as_dir=.
4933 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4935 ac_cv_prog_ac_ct_AR="ar"
4936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4937 break 2
4938 fi
4939done
4940 done
4941IFS=$as_save_IFS
4942
4943fi
4944fi
4945ac_ct_AR=$ac_cv_prog_ac_ct_AR
4946if test -n "$ac_ct_AR"; then
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4948$as_echo "$ac_ct_AR" >&6; }
4949else
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4951$as_echo "no" >&6; }
4952fi
4953
4954 if test "x$ac_ct_AR" = x; then
4955 AR="false"
4956 else
4957 case $cross_compiling:$ac_tool_warned in
4958yes:)
4959{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4960$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4961ac_tool_warned=yes ;;
4962esac
4963 AR=$ac_ct_AR
4964 fi
4965else
4966 AR="$ac_cv_prog_AR"
4967fi
4968
4969test -z "$AR" && AR=ar
68ed2854
MF
4970if test -n "$plugin_option"; then
4971 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4972 touch conftest.c
4973 $AR $plugin_option rc conftest.a conftest.c
4974 if test "$?" != 0; then
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4976$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4977 else
4978 AR="$AR $plugin_option"
4979 fi
4980 rm -f conftest.*
68ed2854
MF
4981 fi
4982fi
6bb11ab3
L
4983test -z "$AR_FLAGS" && AR_FLAGS=cru
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995if test -n "$ac_tool_prefix"; then
4996 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4997set dummy ${ac_tool_prefix}strip; ac_word=$2
4998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4999$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5000if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5001 $as_echo_n "(cached) " >&6
5002else
5003 if test -n "$STRIP"; then
5004 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5005else
5006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5007for as_dir in $PATH
5008do
5009 IFS=$as_save_IFS
5010 test -z "$as_dir" && as_dir=.
5011 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5013 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5015 break 2
5016 fi
5017done
5018 done
5019IFS=$as_save_IFS
5020
5021fi
5022fi
5023STRIP=$ac_cv_prog_STRIP
5024if test -n "$STRIP"; then
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5026$as_echo "$STRIP" >&6; }
5027else
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5029$as_echo "no" >&6; }
5030fi
5031
5032
5033fi
5034if test -z "$ac_cv_prog_STRIP"; then
5035 ac_ct_STRIP=$STRIP
5036 # Extract the first word of "strip", so it can be a program name with args.
5037set dummy strip; ac_word=$2
5038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5039$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5040if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5041 $as_echo_n "(cached) " >&6
5042else
5043 if test -n "$ac_ct_STRIP"; then
5044 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5045else
5046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5047for as_dir in $PATH
5048do
5049 IFS=$as_save_IFS
5050 test -z "$as_dir" && as_dir=.
5051 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5052 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5053 ac_cv_prog_ac_ct_STRIP="strip"
5054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5055 break 2
5056 fi
5057done
5058 done
5059IFS=$as_save_IFS
5060
5061fi
5062fi
5063ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5064if test -n "$ac_ct_STRIP"; then
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5066$as_echo "$ac_ct_STRIP" >&6; }
5067else
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5069$as_echo "no" >&6; }
5070fi
5071
5072 if test "x$ac_ct_STRIP" = x; then
5073 STRIP=":"
5074 else
5075 case $cross_compiling:$ac_tool_warned in
5076yes:)
5077{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5078$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5079ac_tool_warned=yes ;;
5080esac
5081 STRIP=$ac_ct_STRIP
5082 fi
5083else
5084 STRIP="$ac_cv_prog_STRIP"
5085fi
5086
5087test -z "$STRIP" && STRIP=:
5088
5089
5090
5091
5092
5093
5094if test -n "$ac_tool_prefix"; then
5095 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5096set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5098$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5099if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5100 $as_echo_n "(cached) " >&6
5101else
5102 if test -n "$RANLIB"; then
5103 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5104else
5105as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106for as_dir in $PATH
5107do
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
5110 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5112 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5114 break 2
5115 fi
5116done
5117 done
5118IFS=$as_save_IFS
5119
5120fi
5121fi
5122RANLIB=$ac_cv_prog_RANLIB
5123if test -n "$RANLIB"; then
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5125$as_echo "$RANLIB" >&6; }
5126else
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5128$as_echo "no" >&6; }
5129fi
5130
5131
5132fi
5133if test -z "$ac_cv_prog_RANLIB"; then
5134 ac_ct_RANLIB=$RANLIB
5135 # Extract the first word of "ranlib", so it can be a program name with args.
5136set dummy ranlib; ac_word=$2
5137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5138$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5139if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5140 $as_echo_n "(cached) " >&6
5141else
5142 if test -n "$ac_ct_RANLIB"; then
5143 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5144else
5145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5146for as_dir in $PATH
5147do
5148 IFS=$as_save_IFS
5149 test -z "$as_dir" && as_dir=.
5150 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5151 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5152 ac_cv_prog_ac_ct_RANLIB="ranlib"
5153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5154 break 2
5155 fi
5156done
5157 done
5158IFS=$as_save_IFS
5159
5160fi
5161fi
5162ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5163if test -n "$ac_ct_RANLIB"; then
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5165$as_echo "$ac_ct_RANLIB" >&6; }
5166else
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5168$as_echo "no" >&6; }
5169fi
5170
5171 if test "x$ac_ct_RANLIB" = x; then
5172 RANLIB=":"
5173 else
5174 case $cross_compiling:$ac_tool_warned in
5175yes:)
5176{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5177$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5178ac_tool_warned=yes ;;
5179esac
5180 RANLIB=$ac_ct_RANLIB
5181 fi
5182else
5183 RANLIB="$ac_cv_prog_RANLIB"
5184fi
5185
5186test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5187if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5188 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5189 RANLIB="$RANLIB $plugin_option"
5190 fi
5191fi
6bb11ab3
L
5192
5193
5194
5195
5196
5197
5198# Determine commands to create old-style static archives.
5199old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5200old_postinstall_cmds='chmod 644 $oldlib'
5201old_postuninstall_cmds=
5202
5203if test -n "$RANLIB"; then
5204 case $host_os in
5205 openbsd*)
5206 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5207 ;;
5208 *)
5209 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5210 ;;
5211 esac
5212 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5213fi
5214
5215case $host_os in
5216 darwin*)
5217 lock_old_archive_extraction=yes ;;
5218 *)
5219 lock_old_archive_extraction=no ;;
5220esac
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242for ac_prog in gawk mawk nawk awk
5243do
5244 # Extract the first word of "$ac_prog", so it can be a program name with args.
5245set dummy $ac_prog; ac_word=$2
5246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5247$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5248if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5249 $as_echo_n "(cached) " >&6
5250else
5251 if test -n "$AWK"; then
5252 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5253else
5254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5255for as_dir in $PATH
5256do
5257 IFS=$as_save_IFS
5258 test -z "$as_dir" && as_dir=.
5259 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5261 ac_cv_prog_AWK="$ac_prog"
5262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5263 break 2
5264 fi
5265done
5266 done
5267IFS=$as_save_IFS
5268
5269fi
5270fi
5271AWK=$ac_cv_prog_AWK
5272if test -n "$AWK"; then
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5274$as_echo "$AWK" >&6; }
5275else
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5277$as_echo "no" >&6; }
5278fi
5279
5280
5281 test -n "$AWK" && break
5282done
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302# If no C compiler was specified, use CC.
5303LTCC=${LTCC-"$CC"}
5304
5305# If no C compiler flags were specified, use CFLAGS.
5306LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5307
5308# Allow CC to be a program name with arguments.
5309compiler=$CC
5310
5311
5312# Check for command to grab the raw symbol name followed by C symbol from nm.
5313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5314$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5315if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5316 $as_echo_n "(cached) " >&6
5317else
5318
5319# These are sane defaults that work on at least a few old systems.
5320# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5321
5322# Character class describing NM global symbol codes.
5323symcode='[BCDEGRST]'
5324
5325# Regexp to match symbols that can be accessed directly from C.
5326sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5327
5328# Define system-specific variables.
5329case $host_os in
5330aix*)
5331 symcode='[BCDT]'
5332 ;;
5333cygwin* | mingw* | pw32* | cegcc*)
5334 symcode='[ABCDGISTW]'
5335 ;;
5336hpux*)
5337 if test "$host_cpu" = ia64; then
5338 symcode='[ABCDEGRST]'
5339 fi
5340 ;;
5341irix* | nonstopux*)
5342 symcode='[BCDEGRST]'
5343 ;;
5344osf*)
5345 symcode='[BCDEGQRST]'
5346 ;;
5347solaris*)
5348 symcode='[BDRT]'
5349 ;;
5350sco3.2v5*)
5351 symcode='[DT]'
5352 ;;
5353sysv4.2uw2*)
5354 symcode='[DT]'
5355 ;;
5356sysv5* | sco5v6* | unixware* | OpenUNIX*)
5357 symcode='[ABDT]'
5358 ;;
5359sysv4)
5360 symcode='[DFNSTU]'
5361 ;;
5362esac
5363
5364# If we're using GNU nm, then use its standard symbol codes.
5365case `$NM -V 2>&1` in
5366*GNU* | *'with BFD'*)
5367 symcode='[ABCDGIRSTW]' ;;
5368esac
5369
5370# Transform an extracted symbol line into a proper C declaration.
5371# Some systems (esp. on ia64) link data and code symbols differently,
5372# so use this general approach.
5373lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5374
5375# Transform an extracted symbol line into symbol name and symbol address
5376lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5377lt_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'"
5378
5379# Handle CRLF in mingw tool chain
5380opt_cr=
5381case $build_os in
5382mingw*)
5383 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5384 ;;
5385esac
5386
5387# Try without a prefix underscore, then with it.
5388for ac_symprfx in "" "_"; do
5389
5390 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5391 symxfrm="\\1 $ac_symprfx\\2 \\2"
5392
5393 # Write the raw and C identifiers.
5394 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5395 # Fake it for dumpbin and say T for any non-static function
5396 # and D for any global variable.
5397 # Also find C++ and __fastcall symbols from MSVC++,
5398 # which start with @ or ?.
5399 lt_cv_sys_global_symbol_pipe="$AWK '"\
5400" {last_section=section; section=\$ 3};"\
5401" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5402" \$ 0!~/External *\|/{next};"\
5403" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5404" {if(hide[section]) next};"\
5405" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5406" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5407" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5408" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5409" ' prfx=^$ac_symprfx"
5410 else
5411 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5412 fi
5413
5414 # Check to see that the pipe works correctly.
5415 pipe_works=no
5416
5417 rm -f conftest*
5418 cat > conftest.$ac_ext <<_LT_EOF
5419#ifdef __cplusplus
5420extern "C" {
5421#endif
5422char nm_test_var;
5423void nm_test_func(void);
5424void nm_test_func(void){}
5425#ifdef __cplusplus
5426}
5427#endif
5428int main(){nm_test_var='a';nm_test_func();return(0);}
5429_LT_EOF
5430
5431 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5432 (eval $ac_compile) 2>&5
5433 ac_status=$?
5434 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5435 test $ac_status = 0; }; then
5436 # Now try to grab the symbols.
5437 nlist=conftest.nm
5438 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5439 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5440 ac_status=$?
5441 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5442 test $ac_status = 0; } && test -s "$nlist"; then
5443 # Try sorting and uniquifying the output.
5444 if sort "$nlist" | uniq > "$nlist"T; then
5445 mv -f "$nlist"T "$nlist"
5446 else
5447 rm -f "$nlist"T
5448 fi
5449
5450 # Make sure that we snagged all the symbols we need.
5451 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5452 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5453 cat <<_LT_EOF > conftest.$ac_ext
5454#ifdef __cplusplus
5455extern "C" {
5456#endif
5457
5458_LT_EOF
5459 # Now generate the symbol file.
5460 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5461
5462 cat <<_LT_EOF >> conftest.$ac_ext
5463
5464/* The mapping between symbol names and symbols. */
5465const struct {
5466 const char *name;
5467 void *address;
5468}
5469lt__PROGRAM__LTX_preloaded_symbols[] =
5470{
5471 { "@PROGRAM@", (void *) 0 },
5472_LT_EOF
5473 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5474 cat <<\_LT_EOF >> conftest.$ac_ext
5475 {0, (void *) 0}
5476};
5477
5478/* This works around a problem in FreeBSD linker */
5479#ifdef FREEBSD_WORKAROUND
5480static const void *lt_preloaded_setup() {
5481 return lt__PROGRAM__LTX_preloaded_symbols;
5482}
5483#endif
5484
5485#ifdef __cplusplus
5486}
5487#endif
5488_LT_EOF
5489 # Now try linking the two files.
5490 mv conftest.$ac_objext conftstm.$ac_objext
5491 lt_save_LIBS="$LIBS"
5492 lt_save_CFLAGS="$CFLAGS"
5493 LIBS="conftstm.$ac_objext"
5494 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5495 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5496 (eval $ac_link) 2>&5
5497 ac_status=$?
5498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5499 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5500 pipe_works=yes
5501 fi
5502 LIBS="$lt_save_LIBS"
5503 CFLAGS="$lt_save_CFLAGS"
5504 else
5505 echo "cannot find nm_test_func in $nlist" >&5
5506 fi
5507 else
5508 echo "cannot find nm_test_var in $nlist" >&5
5509 fi
5510 else
5511 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5512 fi
5513 else
5514 echo "$progname: failed program was:" >&5
5515 cat conftest.$ac_ext >&5
5516 fi
5517 rm -rf conftest* conftst*
5518
5519 # Do not use the global_symbol_pipe unless it works.
5520 if test "$pipe_works" = yes; then
5521 break
5522 else
5523 lt_cv_sys_global_symbol_pipe=
5524 fi
5525done
5526
5527fi
5528
5529if test -z "$lt_cv_sys_global_symbol_pipe"; then
5530 lt_cv_sys_global_symbol_to_cdecl=
5531fi
5532if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5534$as_echo "failed" >&6; }
5535else
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5537$as_echo "ok" >&6; }
5538fi
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561# Check whether --enable-libtool-lock was given.
5562if test "${enable_libtool_lock+set}" = set; then :
5563 enableval=$enable_libtool_lock;
5564fi
5565
5566test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5567
5568# Some flags need to be propagated to the compiler or linker for good
5569# libtool support.
5570case $host in
5571ia64-*-hpux*)
5572 # Find out which ABI we are using.
5573 echo 'int i;' > conftest.$ac_ext
5574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5575 (eval $ac_compile) 2>&5
5576 ac_status=$?
5577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5578 test $ac_status = 0; }; then
5579 case `/usr/bin/file conftest.$ac_objext` in
5580 *ELF-32*)
5581 HPUX_IA64_MODE="32"
5582 ;;
5583 *ELF-64*)
5584 HPUX_IA64_MODE="64"
5585 ;;
5586 esac
5587 fi
5588 rm -rf conftest*
5589 ;;
5590*-*-irix6*)
5591 # Find out which ABI we are using.
5592 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5593 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5594 (eval $ac_compile) 2>&5
5595 ac_status=$?
5596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5597 test $ac_status = 0; }; then
5598 if test "$lt_cv_prog_gnu_ld" = yes; then
5599 case `/usr/bin/file conftest.$ac_objext` in
5600 *32-bit*)
5601 LD="${LD-ld} -melf32bsmip"
5602 ;;
5603 *N32*)
5604 LD="${LD-ld} -melf32bmipn32"
5605 ;;
5606 *64-bit*)
5607 LD="${LD-ld} -melf64bmip"
5608 ;;
5609 esac
5610 else
5611 case `/usr/bin/file conftest.$ac_objext` in
5612 *32-bit*)
5613 LD="${LD-ld} -32"
5614 ;;
5615 *N32*)
5616 LD="${LD-ld} -n32"
5617 ;;
5618 *64-bit*)
5619 LD="${LD-ld} -64"
5620 ;;
5621 esac
5622 fi
5623 fi
5624 rm -rf conftest*
5625 ;;
5626
bf3d9781 5627x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5628s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5629 # Find out which ABI we are using.
5630 echo 'int i;' > conftest.$ac_ext
5631 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5632 (eval $ac_compile) 2>&5
5633 ac_status=$?
5634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5635 test $ac_status = 0; }; then
5636 case `/usr/bin/file conftest.o` in
5637 *32-bit*)
5638 case $host in
5639 x86_64-*kfreebsd*-gnu)
5640 LD="${LD-ld} -m elf_i386_fbsd"
5641 ;;
5642 x86_64-*linux*)
5643 case `/usr/bin/file conftest.o` in
5644 *x86-64*)
5645 LD="${LD-ld} -m elf32_x86_64"
5646 ;;
5647 *)
5648 LD="${LD-ld} -m elf_i386"
5649 ;;
5650 esac
5651 ;;
bf3d9781
AM
5652 powerpc64le-*linux*)
5653 LD="${LD-ld} -m elf32lppclinux"
5654 ;;
5655 powerpc64-*linux*)
6bb11ab3
L
5656 LD="${LD-ld} -m elf32ppclinux"
5657 ;;
5658 s390x-*linux*)
5659 LD="${LD-ld} -m elf_s390"
5660 ;;
5661 sparc64-*linux*)
5662 LD="${LD-ld} -m elf32_sparc"
5663 ;;
5664 esac
5665 ;;
5666 *64-bit*)
5667 case $host in
5668 x86_64-*kfreebsd*-gnu)
5669 LD="${LD-ld} -m elf_x86_64_fbsd"
5670 ;;
5671 x86_64-*linux*)
5672 LD="${LD-ld} -m elf_x86_64"
5673 ;;
bf3d9781
AM
5674 powerpcle-*linux*)
5675 LD="${LD-ld} -m elf64lppc"
5676 ;;
5677 powerpc-*linux*)
6bb11ab3
L
5678 LD="${LD-ld} -m elf64ppc"
5679 ;;
5680 s390*-*linux*|s390*-*tpf*)
5681 LD="${LD-ld} -m elf64_s390"
5682 ;;
5683 sparc*-*linux*)
5684 LD="${LD-ld} -m elf64_sparc"
5685 ;;
5686 esac
5687 ;;
5688 esac
5689 fi
5690 rm -rf conftest*
5691 ;;
5692
5693*-*-sco3.2v5*)
5694 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5695 SAVE_CFLAGS="$CFLAGS"
5696 CFLAGS="$CFLAGS -belf"
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5698$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5699if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5700 $as_echo_n "(cached) " >&6
5701else
5702 ac_ext=c
5703ac_cpp='$CPP $CPPFLAGS'
5704ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5705ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5706ac_compiler_gnu=$ac_cv_c_compiler_gnu
5707
5708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5709/* end confdefs.h. */
5710
5711int
5712main ()
5713{
5714
5715 ;
5716 return 0;
5717}
5718_ACEOF
5719if ac_fn_c_try_link "$LINENO"; then :
5720 lt_cv_cc_needs_belf=yes
5721else
5722 lt_cv_cc_needs_belf=no
5723fi
5724rm -f core conftest.err conftest.$ac_objext \
5725 conftest$ac_exeext conftest.$ac_ext
5726 ac_ext=c
5727ac_cpp='$CPP $CPPFLAGS'
5728ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5729ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5730ac_compiler_gnu=$ac_cv_c_compiler_gnu
5731
5732fi
5733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5734$as_echo "$lt_cv_cc_needs_belf" >&6; }
5735 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5736 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5737 CFLAGS="$SAVE_CFLAGS"
5738 fi
5739 ;;
5740sparc*-*solaris*)
5741 # Find out which ABI we are using.
5742 echo 'int i;' > conftest.$ac_ext
5743 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5744 (eval $ac_compile) 2>&5
5745 ac_status=$?
5746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5747 test $ac_status = 0; }; then
5748 case `/usr/bin/file conftest.o` in
5749 *64-bit*)
5750 case $lt_cv_prog_gnu_ld in
5751 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5752 *)
5753 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5754 LD="${LD-ld} -64"
5755 fi
5756 ;;
5757 esac
5758 ;;
5759 esac
5760 fi
5761 rm -rf conftest*
5762 ;;
5763esac
5764
5765need_locks="$enable_libtool_lock"
5766
5767
5768 case $host_os in
5769 rhapsody* | darwin*)
5770 if test -n "$ac_tool_prefix"; then
5771 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5772set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5774$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5775if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5776 $as_echo_n "(cached) " >&6
5777else
5778 if test -n "$DSYMUTIL"; then
5779 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5780else
5781as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5782for as_dir in $PATH
5783do
5784 IFS=$as_save_IFS
5785 test -z "$as_dir" && as_dir=.
5786 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5787 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5788 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5790 break 2
5791 fi
5792done
5793 done
5794IFS=$as_save_IFS
5795
5796fi
5797fi
5798DSYMUTIL=$ac_cv_prog_DSYMUTIL
5799if test -n "$DSYMUTIL"; then
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5801$as_echo "$DSYMUTIL" >&6; }
5802else
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5804$as_echo "no" >&6; }
5805fi
5806
5807
5808fi
5809if test -z "$ac_cv_prog_DSYMUTIL"; then
5810 ac_ct_DSYMUTIL=$DSYMUTIL
5811 # Extract the first word of "dsymutil", so it can be a program name with args.
5812set dummy dsymutil; ac_word=$2
5813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5814$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5815if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5816 $as_echo_n "(cached) " >&6
5817else
5818 if test -n "$ac_ct_DSYMUTIL"; then
5819 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5820else
5821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5822for as_dir in $PATH
5823do
5824 IFS=$as_save_IFS
5825 test -z "$as_dir" && as_dir=.
5826 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5828 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5830 break 2
5831 fi
5832done
5833 done
5834IFS=$as_save_IFS
5835
5836fi
5837fi
5838ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5839if test -n "$ac_ct_DSYMUTIL"; then
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5841$as_echo "$ac_ct_DSYMUTIL" >&6; }
5842else
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5844$as_echo "no" >&6; }
5845fi
5846
5847 if test "x$ac_ct_DSYMUTIL" = x; then
5848 DSYMUTIL=":"
5849 else
5850 case $cross_compiling:$ac_tool_warned in
5851yes:)
5852{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5853$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5854ac_tool_warned=yes ;;
5855esac
5856 DSYMUTIL=$ac_ct_DSYMUTIL
5857 fi
5858else
5859 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5860fi
5861
5862 if test -n "$ac_tool_prefix"; then
5863 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5864set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5866$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5867if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5868 $as_echo_n "(cached) " >&6
5869else
5870 if test -n "$NMEDIT"; then
5871 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5872else
5873as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5874for as_dir in $PATH
5875do
5876 IFS=$as_save_IFS
5877 test -z "$as_dir" && as_dir=.
5878 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5879 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5880 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5882 break 2
5883 fi
5884done
5885 done
5886IFS=$as_save_IFS
5887
5888fi
5889fi
5890NMEDIT=$ac_cv_prog_NMEDIT
5891if test -n "$NMEDIT"; then
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5893$as_echo "$NMEDIT" >&6; }
5894else
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5896$as_echo "no" >&6; }
5897fi
5898
5899
5900fi
5901if test -z "$ac_cv_prog_NMEDIT"; then
5902 ac_ct_NMEDIT=$NMEDIT
5903 # Extract the first word of "nmedit", so it can be a program name with args.
5904set dummy nmedit; ac_word=$2
5905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5906$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5907if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5908 $as_echo_n "(cached) " >&6
5909else
5910 if test -n "$ac_ct_NMEDIT"; then
5911 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5912else
5913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5914for as_dir in $PATH
5915do
5916 IFS=$as_save_IFS
5917 test -z "$as_dir" && as_dir=.
5918 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5920 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 2
5923 fi
5924done
5925 done
5926IFS=$as_save_IFS
5927
5928fi
5929fi
5930ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5931if test -n "$ac_ct_NMEDIT"; then
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5933$as_echo "$ac_ct_NMEDIT" >&6; }
5934else
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5936$as_echo "no" >&6; }
5937fi
5938
5939 if test "x$ac_ct_NMEDIT" = x; then
5940 NMEDIT=":"
5941 else
5942 case $cross_compiling:$ac_tool_warned in
5943yes:)
5944{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5945$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5946ac_tool_warned=yes ;;
5947esac
5948 NMEDIT=$ac_ct_NMEDIT
5949 fi
5950else
5951 NMEDIT="$ac_cv_prog_NMEDIT"
5952fi
5953
5954 if test -n "$ac_tool_prefix"; then
5955 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5956set dummy ${ac_tool_prefix}lipo; ac_word=$2
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5958$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5959if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5960 $as_echo_n "(cached) " >&6
5961else
5962 if test -n "$LIPO"; then
5963 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5964else
5965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5966for as_dir in $PATH
5967do
5968 IFS=$as_save_IFS
5969 test -z "$as_dir" && as_dir=.
5970 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5972 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5974 break 2
5975 fi
5976done
5977 done
5978IFS=$as_save_IFS
5979
5980fi
5981fi
5982LIPO=$ac_cv_prog_LIPO
5983if test -n "$LIPO"; then
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5985$as_echo "$LIPO" >&6; }
5986else
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5988$as_echo "no" >&6; }
5989fi
5990
5991
5992fi
5993if test -z "$ac_cv_prog_LIPO"; then
5994 ac_ct_LIPO=$LIPO
5995 # Extract the first word of "lipo", so it can be a program name with args.
5996set dummy lipo; ac_word=$2
5997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5998$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5999if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6000 $as_echo_n "(cached) " >&6
6001else
6002 if test -n "$ac_ct_LIPO"; then
6003 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6004else
6005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6006for as_dir in $PATH
6007do
6008 IFS=$as_save_IFS
6009 test -z "$as_dir" && as_dir=.
6010 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6012 ac_cv_prog_ac_ct_LIPO="lipo"
6013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6014 break 2
6015 fi
6016done
6017 done
6018IFS=$as_save_IFS
6019
6020fi
6021fi
6022ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6023if test -n "$ac_ct_LIPO"; then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6025$as_echo "$ac_ct_LIPO" >&6; }
6026else
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6028$as_echo "no" >&6; }
6029fi
6030
6031 if test "x$ac_ct_LIPO" = x; then
6032 LIPO=":"
6033 else
6034 case $cross_compiling:$ac_tool_warned in
6035yes:)
6036{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6037$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6038ac_tool_warned=yes ;;
6039esac
6040 LIPO=$ac_ct_LIPO
6041 fi
6042else
6043 LIPO="$ac_cv_prog_LIPO"
6044fi
6045
6046 if test -n "$ac_tool_prefix"; then
6047 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6048set dummy ${ac_tool_prefix}otool; ac_word=$2
6049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6050$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6051if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6052 $as_echo_n "(cached) " >&6
6053else
6054 if test -n "$OTOOL"; then
6055 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6056else
6057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6058for as_dir in $PATH
6059do
6060 IFS=$as_save_IFS
6061 test -z "$as_dir" && as_dir=.
6062 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6063 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6064 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6066 break 2
6067 fi
6068done
6069 done
6070IFS=$as_save_IFS
6071
6072fi
6073fi
6074OTOOL=$ac_cv_prog_OTOOL
6075if test -n "$OTOOL"; then
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6077$as_echo "$OTOOL" >&6; }
6078else
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6080$as_echo "no" >&6; }
6081fi
6082
6083
6084fi
6085if test -z "$ac_cv_prog_OTOOL"; then
6086 ac_ct_OTOOL=$OTOOL
6087 # Extract the first word of "otool", so it can be a program name with args.
6088set dummy otool; ac_word=$2
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6090$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6091if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6092 $as_echo_n "(cached) " >&6
6093else
6094 if test -n "$ac_ct_OTOOL"; then
6095 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6096else
6097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098for as_dir in $PATH
6099do
6100 IFS=$as_save_IFS
6101 test -z "$as_dir" && as_dir=.
6102 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6104 ac_cv_prog_ac_ct_OTOOL="otool"
6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6106 break 2
6107 fi
6108done
6109 done
6110IFS=$as_save_IFS
6111
6112fi
6113fi
6114ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6115if test -n "$ac_ct_OTOOL"; then
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6117$as_echo "$ac_ct_OTOOL" >&6; }
6118else
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6120$as_echo "no" >&6; }
6121fi
6122
6123 if test "x$ac_ct_OTOOL" = x; then
6124 OTOOL=":"
6125 else
6126 case $cross_compiling:$ac_tool_warned in
6127yes:)
6128{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6129$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6130ac_tool_warned=yes ;;
6131esac
6132 OTOOL=$ac_ct_OTOOL
6133 fi
6134else
6135 OTOOL="$ac_cv_prog_OTOOL"
6136fi
6137
6138 if test -n "$ac_tool_prefix"; then
6139 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6140set dummy ${ac_tool_prefix}otool64; ac_word=$2
6141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6142$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6143if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6144 $as_echo_n "(cached) " >&6
6145else
6146 if test -n "$OTOOL64"; then
6147 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6148else
6149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6150for as_dir in $PATH
6151do
6152 IFS=$as_save_IFS
6153 test -z "$as_dir" && as_dir=.
6154 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6156 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6158 break 2
6159 fi
6160done
6161 done
6162IFS=$as_save_IFS
6163
6164fi
6165fi
6166OTOOL64=$ac_cv_prog_OTOOL64
6167if test -n "$OTOOL64"; then
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6169$as_echo "$OTOOL64" >&6; }
6170else
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6172$as_echo "no" >&6; }
6173fi
6174
6175
6176fi
6177if test -z "$ac_cv_prog_OTOOL64"; then
6178 ac_ct_OTOOL64=$OTOOL64
6179 # Extract the first word of "otool64", so it can be a program name with args.
6180set dummy otool64; ac_word=$2
6181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6183if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6184 $as_echo_n "(cached) " >&6
6185else
6186 if test -n "$ac_ct_OTOOL64"; then
6187 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6188else
6189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190for as_dir in $PATH
6191do
6192 IFS=$as_save_IFS
6193 test -z "$as_dir" && as_dir=.
6194 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6196 ac_cv_prog_ac_ct_OTOOL64="otool64"
6197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6198 break 2
6199 fi
6200done
6201 done
6202IFS=$as_save_IFS
6203
6204fi
6205fi
6206ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6207if test -n "$ac_ct_OTOOL64"; then
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6209$as_echo "$ac_ct_OTOOL64" >&6; }
6210else
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6212$as_echo "no" >&6; }
6213fi
6214
6215 if test "x$ac_ct_OTOOL64" = x; then
6216 OTOOL64=":"
6217 else
6218 case $cross_compiling:$ac_tool_warned in
6219yes:)
6220{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6221$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6222ac_tool_warned=yes ;;
6223esac
6224 OTOOL64=$ac_ct_OTOOL64
6225 fi
6226else
6227 OTOOL64="$ac_cv_prog_OTOOL64"
6228fi
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6257$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6258if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6259 $as_echo_n "(cached) " >&6
6260else
6261 lt_cv_apple_cc_single_mod=no
6262 if test -z "${LT_MULTI_MODULE}"; then
6263 # By default we will add the -single_module flag. You can override
6264 # by either setting the environment variable LT_MULTI_MODULE
6265 # non-empty at configure time, or by adding -multi_module to the
6266 # link flags.
6267 rm -rf libconftest.dylib*
6268 echo "int foo(void){return 1;}" > conftest.c
6269 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6270-dynamiclib -Wl,-single_module conftest.c" >&5
6271 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6272 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6273 _lt_result=$?
6274 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6275 lt_cv_apple_cc_single_mod=yes
6276 else
6277 cat conftest.err >&5
6278 fi
6279 rm -rf libconftest.dylib*
6280 rm -f conftest.*
6281 fi
6282fi
6283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6284$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6286$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6287if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6288 $as_echo_n "(cached) " >&6
6289else
6290 lt_cv_ld_exported_symbols_list=no
6291 save_LDFLAGS=$LDFLAGS
6292 echo "_main" > conftest.sym
6293 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6295/* end confdefs.h. */
6296
6297int
6298main ()
6299{
6300
6301 ;
6302 return 0;
6303}
6304_ACEOF
6305if ac_fn_c_try_link "$LINENO"; then :
6306 lt_cv_ld_exported_symbols_list=yes
6307else
6308 lt_cv_ld_exported_symbols_list=no
6309fi
6310rm -f core conftest.err conftest.$ac_objext \
6311 conftest$ac_exeext conftest.$ac_ext
6312 LDFLAGS="$save_LDFLAGS"
6313
6314fi
6315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6316$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6318$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6319if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6320 $as_echo_n "(cached) " >&6
6321else
6322 lt_cv_ld_force_load=no
6323 cat > conftest.c << _LT_EOF
6324int forced_loaded() { return 2;}
6325_LT_EOF
6326 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6327 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6328 echo "$AR cru libconftest.a conftest.o" >&5
6329 $AR cru libconftest.a conftest.o 2>&5
6330 cat > conftest.c << _LT_EOF
6331int main() { return 0;}
6332_LT_EOF
6333 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6334 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6335 _lt_result=$?
6336 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6337 lt_cv_ld_force_load=yes
6338 else
6339 cat conftest.err >&5
6340 fi
6341 rm -f conftest.err libconftest.a conftest conftest.c
6342 rm -rf conftest.dSYM
6343
6344fi
6345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6346$as_echo "$lt_cv_ld_force_load" >&6; }
6347 case $host_os in
6348 rhapsody* | darwin1.[012])
6349 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6350 darwin1.*)
6351 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6352 darwin*) # darwin 5.x on
6353 # if running on 10.5 or later, the deployment target defaults
6354 # to the OS version, if on x86, and 10.4, the deployment
6355 # target defaults to 10.4. Don't you love it?
6356 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6357 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6358 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6359 10.[012][,.]*)
6bb11ab3
L
6360 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6361 10.*)
6362 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6363 esac
6364 ;;
6365 esac
6366 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6367 _lt_dar_single_mod='$single_module'
6368 fi
6369 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6370 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6371 else
6372 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6373 fi
6374 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6375 _lt_dsymutil='~$DSYMUTIL $lib || :'
6376 else
6377 _lt_dsymutil=
6378 fi
6379 ;;
6380 esac
6381
6382for ac_header in dlfcn.h
6383do :
6384 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6385"
d0ac1c44 6386if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6387 cat >>confdefs.h <<_ACEOF
6388#define HAVE_DLFCN_H 1
6389_ACEOF
6390
6391fi
6392
6393done
6394
6395
6396
ebe9564b 6397
6bb11ab3 6398
0cb8d851
MF
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6400$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6401if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6402 $as_echo_n "(cached) " >&6
6403else
6404 ac_cv_c_bigendian=unknown
6405 # See if we're dealing with a universal compiler.
6406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6407/* end confdefs.h. */
6408#ifndef __APPLE_CC__
6409 not a universal capable compiler
6410 #endif
6411 typedef int dummy;
6412
6413_ACEOF
6414if ac_fn_c_try_compile "$LINENO"; then :
6415
6416 # Check for potential -arch flags. It is not universal unless
6417 # there are at least two -arch flags with different values.
6418 ac_arch=
6419 ac_prev=
6420 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6421 if test -n "$ac_prev"; then
6422 case $ac_word in
6423 i?86 | x86_64 | ppc | ppc64)
6424 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6425 ac_arch=$ac_word
6426 else
6427 ac_cv_c_bigendian=universal
6428 break
6429 fi
6430 ;;
6431 esac
6432 ac_prev=
6433 elif test "x$ac_word" = "x-arch"; then
6434 ac_prev=arch
6435 fi
6436 done
6437fi
6438rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6439 if test $ac_cv_c_bigendian = unknown; then
6440 # See if sys/param.h defines the BYTE_ORDER macro.
6441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6442/* end confdefs.h. */
6443#include <sys/types.h>
6444 #include <sys/param.h>
6445
6446int
6447main ()
6448{
6449#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6450 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6451 && LITTLE_ENDIAN)
6452 bogus endian macros
6453 #endif
6454
6455 ;
6456 return 0;
6457}
6458_ACEOF
6459if ac_fn_c_try_compile "$LINENO"; then :
6460 # It does; now see whether it defined to BIG_ENDIAN or not.
6461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6462/* end confdefs.h. */
6463#include <sys/types.h>
6464 #include <sys/param.h>
6465
6466int
6467main ()
6468{
6469#if BYTE_ORDER != BIG_ENDIAN
6470 not big endian
6471 #endif
6472
6473 ;
6474 return 0;
6475}
6476_ACEOF
6477if ac_fn_c_try_compile "$LINENO"; then :
6478 ac_cv_c_bigendian=yes
6479else
6480 ac_cv_c_bigendian=no
6481fi
6482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6483fi
6484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6485 fi
6486 if test $ac_cv_c_bigendian = unknown; then
6487 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6489/* end confdefs.h. */
6490#include <limits.h>
6491
6492int
6493main ()
6494{
6495#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6496 bogus endian macros
6497 #endif
6498
6499 ;
6500 return 0;
6501}
6502_ACEOF
6503if ac_fn_c_try_compile "$LINENO"; then :
6504 # It does; now see whether it defined to _BIG_ENDIAN or not.
6505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6506/* end confdefs.h. */
6507#include <limits.h>
6508
6509int
6510main ()
6511{
6512#ifndef _BIG_ENDIAN
6513 not big endian
6514 #endif
6515
6516 ;
6517 return 0;
6518}
6519_ACEOF
6520if ac_fn_c_try_compile "$LINENO"; then :
6521 ac_cv_c_bigendian=yes
6522else
6523 ac_cv_c_bigendian=no
6524fi
6525rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6526fi
6527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6528 fi
6529 if test $ac_cv_c_bigendian = unknown; then
6530 # Compile a test program.
6531 if test "$cross_compiling" = yes; then :
6532 # Try to guess by grepping values from an object file.
6533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6534/* end confdefs.h. */
6535short int ascii_mm[] =
6536 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6537 short int ascii_ii[] =
6538 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6539 int use_ascii (int i) {
6540 return ascii_mm[i] + ascii_ii[i];
6541 }
6542 short int ebcdic_ii[] =
6543 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6544 short int ebcdic_mm[] =
6545 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6546 int use_ebcdic (int i) {
6547 return ebcdic_mm[i] + ebcdic_ii[i];
6548 }
6549 extern int foo;
6550
6551int
6552main ()
6553{
6554return use_ascii (foo) == use_ebcdic (foo);
6555 ;
6556 return 0;
6557}
6558_ACEOF
6559if ac_fn_c_try_compile "$LINENO"; then :
6560 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6561 ac_cv_c_bigendian=yes
6562 fi
6563 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6564 if test "$ac_cv_c_bigendian" = unknown; then
6565 ac_cv_c_bigendian=no
6566 else
6567 # finding both strings is unlikely to happen, but who knows?
6568 ac_cv_c_bigendian=unknown
6569 fi
6570 fi
6571fi
6572rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6573else
6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6575/* end confdefs.h. */
6576$ac_includes_default
6577int
6578main ()
6579{
6580
6581 /* Are we little or big endian? From Harbison&Steele. */
6582 union
6583 {
6584 long int l;
6585 char c[sizeof (long int)];
6586 } u;
6587 u.l = 1;
6588 return u.c[sizeof (long int) - 1] == 1;
6589
6590 ;
6591 return 0;
6592}
6593_ACEOF
6594if ac_fn_c_try_run "$LINENO"; then :
6595 ac_cv_c_bigendian=no
6596else
6597 ac_cv_c_bigendian=yes
6598fi
6599rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6600 conftest.$ac_objext conftest.beam conftest.$ac_ext
6601fi
6602
6603 fi
6604fi
6605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6606$as_echo "$ac_cv_c_bigendian" >&6; }
6607 case $ac_cv_c_bigendian in #(
6608 yes)
6609 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6610;; #(
6611 no)
6612 ;; #(
6613 universal)
6614
6615$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6616
6617 ;; #(
6618 *)
d0ac1c44 6619 as_fn_error $? "unknown endianness
0cb8d851
MF
6620 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6621 esac
6622
6bb11ab3
L
6623
6624
6625
c25ea03d 6626if test "x$cross_compiling" = "xno"; then
aa0fca16 6627 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6628 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6629 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6630 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6631 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6632else
aa0fca16 6633 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6634 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6635 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6636 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6637 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6638fi
6639
6640
6641
c25ea03d 6642
c2783492 6643
aa0fca16
MF
6644
6645
a3e2cc64
MF
6646if test -n "$ac_tool_prefix"; then
6647 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6648set dummy ${ac_tool_prefix}ar; ac_word=$2
6649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6650$as_echo_n "checking for $ac_word... " >&6; }
6651if ${ac_cv_prog_AR+:} false; then :
6652 $as_echo_n "(cached) " >&6
6653else
6654 if test -n "$AR"; then
6655 ac_cv_prog_AR="$AR" # Let the user override the test.
6656else
6657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6658for as_dir in $PATH
6659do
6660 IFS=$as_save_IFS
6661 test -z "$as_dir" && as_dir=.
6662 for ac_exec_ext in '' $ac_executable_extensions; do
6663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6664 ac_cv_prog_AR="${ac_tool_prefix}ar"
6665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6666 break 2
6667 fi
6668done
6669 done
6670IFS=$as_save_IFS
6671
6672fi
6673fi
6674AR=$ac_cv_prog_AR
6675if test -n "$AR"; then
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6677$as_echo "$AR" >&6; }
6678else
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6680$as_echo "no" >&6; }
6681fi
6682
6683
6684fi
6685if test -z "$ac_cv_prog_AR"; then
6686 ac_ct_AR=$AR
6687 # Extract the first word of "ar", so it can be a program name with args.
6688set dummy ar; ac_word=$2
6689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6690$as_echo_n "checking for $ac_word... " >&6; }
6691if ${ac_cv_prog_ac_ct_AR+:} false; then :
6692 $as_echo_n "(cached) " >&6
6693else
6694 if test -n "$ac_ct_AR"; then
6695 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6696else
6697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6698for as_dir in $PATH
6699do
6700 IFS=$as_save_IFS
6701 test -z "$as_dir" && as_dir=.
6702 for ac_exec_ext in '' $ac_executable_extensions; do
6703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6704 ac_cv_prog_ac_ct_AR="ar"
6705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6706 break 2
6707 fi
6708done
6709 done
6710IFS=$as_save_IFS
6711
6712fi
6713fi
6714ac_ct_AR=$ac_cv_prog_ac_ct_AR
6715if test -n "$ac_ct_AR"; then
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6717$as_echo "$ac_ct_AR" >&6; }
6718else
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6720$as_echo "no" >&6; }
6721fi
6722
6723 if test "x$ac_ct_AR" = x; then
6724 AR=""
6725 else
6726 case $cross_compiling:$ac_tool_warned in
6727yes:)
6728{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6729$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6730ac_tool_warned=yes ;;
6731esac
6732 AR=$ac_ct_AR
6733 fi
6734else
6735 AR="$ac_cv_prog_AR"
6736fi
6bb11ab3
L
6737
6738if test -n "$ac_tool_prefix"; then
6739 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6740set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6742$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6743if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6744 $as_echo_n "(cached) " >&6
6745else
6746 if test -n "$RANLIB"; then
6747 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6748else
6749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6750for as_dir in $PATH
6751do
6752 IFS=$as_save_IFS
6753 test -z "$as_dir" && as_dir=.
6754 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6756 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6758 break 2
6759 fi
6760done
6761 done
6762IFS=$as_save_IFS
6763
6764fi
6765fi
6766RANLIB=$ac_cv_prog_RANLIB
6767if test -n "$RANLIB"; then
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6769$as_echo "$RANLIB" >&6; }
6770else
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6772$as_echo "no" >&6; }
6773fi
6774
6775
6776fi
6777if test -z "$ac_cv_prog_RANLIB"; then
6778 ac_ct_RANLIB=$RANLIB
6779 # Extract the first word of "ranlib", so it can be a program name with args.
6780set dummy ranlib; ac_word=$2
6781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6782$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6783if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6784 $as_echo_n "(cached) " >&6
6785else
6786 if test -n "$ac_ct_RANLIB"; then
6787 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6788else
6789as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6790for as_dir in $PATH
6791do
6792 IFS=$as_save_IFS
6793 test -z "$as_dir" && as_dir=.
6794 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6796 ac_cv_prog_ac_ct_RANLIB="ranlib"
6797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6798 break 2
6799 fi
6800done
6801 done
6802IFS=$as_save_IFS
6803
6804fi
6805fi
6806ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6807if test -n "$ac_ct_RANLIB"; then
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6809$as_echo "$ac_ct_RANLIB" >&6; }
6810else
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6812$as_echo "no" >&6; }
6813fi
6814
6815 if test "x$ac_ct_RANLIB" = x; then
6816 RANLIB=":"
6817 else
6818 case $cross_compiling:$ac_tool_warned in
6819yes:)
6820{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6821$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6822ac_tool_warned=yes ;;
6823esac
6824 RANLIB=$ac_ct_RANLIB
6825 fi
6826else
6827 RANLIB="$ac_cv_prog_RANLIB"
6828fi
6829
6830
46f900c0
MF
6831# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6832# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6833# is C99. So handle it ourselves.
6834:
6835C_DIALECT=
6836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6837$as_echo_n "checking whether C11 is supported by default... " >&6; }
6838cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6839/* end confdefs.h. */
6840
6841#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6842# error "C11 support not found"
6843#endif
6844
6845_ACEOF
6846if ac_fn_c_try_compile "$LINENO"; then :
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6848$as_echo "yes" >&6; }
6849else
6850
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6852$as_echo "no" >&6; }
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6854$as_echo_n "checking for -std=c11 support... " >&6; }
6855 ac_save_CC="$CC"
6856 CC="$CC -std=c11"
6857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6858/* end confdefs.h. */
6859
6860#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6861# error "C11 support not found"
6862#endif
6863
6864_ACEOF
6865if ac_fn_c_try_compile "$LINENO"; then :
6866
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6868$as_echo "yes" >&6; }
6869 CC="$ac_save_CC"
6870 C_DIALECT="-std=c11"
6871
6872else
6873 as_fn_error $? "C11 is required" "$LINENO" 5
6874fi
6875rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6876fi
6877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6878
6879
c2783492 6880
6bb11ab3
L
6881# Dependency checking.
6882ac_config_commands="$ac_config_commands depdir"
6883
6884
6885depcc="$CC" am_compiler_list=
6886
6887am_depcomp=$ac_aux_dir/depcomp
6888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6889$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6890if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6891 $as_echo_n "(cached) " >&6
6892else
6893 if test -f "$am_depcomp"; then
6894 # We make a subdir and do the tests there. Otherwise we can end up
6895 # making bogus files that we don't know about and never remove. For
6896 # instance it was reported that on HP-UX the gcc test will end up
6897 # making a dummy file named `D' -- because `-MD' means `put the output
6898 # in D'.
6899 mkdir conftest.dir
6900 # Copy depcomp to subdir because otherwise we won't find it if we're
6901 # using a relative directory.
6902 cp "$am_depcomp" conftest.dir
6903 cd conftest.dir
6904 # We will build objects and dependencies in a subdirectory because
6905 # it helps to detect inapplicable dependency modes. For instance
6906 # both Tru64's cc and ICC support -MD to output dependencies as a
6907 # side effect of compilation, but ICC will put the dependencies in
6908 # the current directory while Tru64 will put them in the object
6909 # directory.
6910 mkdir sub
6911
6912 am_cv_CC_dependencies_compiler_type=none
6913 if test "$am_compiler_list" = ""; then
6914 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6915 fi
6916 for depmode in $am_compiler_list; do
6917 if test $depmode = none; then break; fi
6918
6919 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6920 # Setup a source with many dependencies, because some compilers
6921 # like to wrap large dependency lists on column 80 (with \), and
6922 # we should not choose a depcomp mode which is confused by this.
6923 #
6924 # We need to recreate these files for each test, as the compiler may
6925 # overwrite some of them when testing with obscure command lines.
6926 # This happens at least with the AIX C compiler.
6927 : > sub/conftest.c
6928 for i in 1 2 3 4 5 6; do
6929 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6930 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6931 # Solaris 8's {/usr,}/bin/sh.
6932 touch sub/conftst$i.h
6933 done
6934 echo "include sub/conftest.Po" > confmf
6935
6936 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6937 # mode. It turns out that the SunPro C++ compiler does not properly
6938 # handle `-M -o', and we need to detect this.
6939 depcmd="depmode=$depmode \
6940 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6941 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6942 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6943 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6944 if env $depcmd > conftest.err 2>&1 &&
6945 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6946 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6947 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6948 # icc doesn't choke on unknown options, it will just issue warnings
6949 # or remarks (even with -Werror). So we grep stderr for any message
6950 # that says an option was ignored or not supported.
6951 # When given -MP, icc 7.0 and 7.1 complain thusly:
6952 # icc: Command line warning: ignoring option '-M'; no argument required
6953 # The diagnosis changed in icc 8.0:
6954 # icc: Command line remark: option '-MP' not supported
6955 if (grep 'ignoring option' conftest.err ||
6956 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6957 am_cv_CC_dependencies_compiler_type=$depmode
6958 $as_echo "$as_me:$LINENO: success" >&5
6959 break
6960 fi
6961 fi
6962 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6963 sed -e 's/^/| /' < conftest.err >&5
6964 done
6965
6966 cd ..
6967 rm -rf conftest.dir
6968else
6969 am_cv_CC_dependencies_compiler_type=none
6970fi
6971
6972fi
6973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6974$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6975if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6976then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6977else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6978
6979fi
6980
6981
6bb11ab3
L
6982ALL_LINGUAS=
6983# If we haven't got the data from the intl directory,
6984# assume NLS is disabled.
6985USE_NLS=no
6986LIBINTL=
6987LIBINTL_DEP=
6988INCINTL=
6989XGETTEXT=
6990GMSGFMT=
6991POSUB=
6992
6993if test -f ../../intl/config.intl; then
6994 . ../../intl/config.intl
6995fi
6996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6997$as_echo_n "checking whether NLS is requested... " >&6; }
6998if test x"$USE_NLS" != xyes; then
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7000$as_echo "no" >&6; }
7001else
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7003$as_echo "yes" >&6; }
7004
7005$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7006
7007
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7009$as_echo_n "checking for catalogs to be installed... " >&6; }
7010 # Look for .po and .gmo files in the source directory.
7011 CATALOGS=
7012 XLINGUAS=
7013 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7014 # If there aren't any .gmo files the shell will give us the
7015 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7016 # weeded out.
7017 case "$cat" in *\**)
7018 continue;;
7019 esac
7020 # The quadruple backslash is collapsed to a double backslash
7021 # by the backticks, then collapsed again by the double quotes,
7022 # leaving us with one backslash in the sed expression (right
7023 # before the dot that mustn't act as a wildcard).
7024 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7025 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7026 # The user is allowed to set LINGUAS to a list of languages to
7027 # install catalogs for. If it's empty that means "all of them."
7028 if test "x$LINGUAS" = x; then
7029 CATALOGS="$CATALOGS $cat"
7030 XLINGUAS="$XLINGUAS $lang"
7031 else
7032 case "$LINGUAS" in *$lang*)
7033 CATALOGS="$CATALOGS $cat"
7034 XLINGUAS="$XLINGUAS $lang"
7035 ;;
7036 esac
7037 fi
7038 done
7039 LINGUAS="$XLINGUAS"
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7041$as_echo "$LINGUAS" >&6; }
7042
7043
7044 DATADIRNAME=share
7045
7046 INSTOBJEXT=.mo
7047
7048 GENCAT=gencat
7049
7050 CATOBJEXT=.gmo
7051
7052fi
7053
6bb11ab3
L
7054# Check for socket libraries
7055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7056$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7057if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7058 $as_echo_n "(cached) " >&6
7059else
7060 ac_check_lib_save_LIBS=$LIBS
7061LIBS="-lsocket $LIBS"
7062cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7063/* end confdefs.h. */
7064
7065/* Override any GCC internal prototype to avoid an error.
7066 Use char because int might match the return type of a GCC
7067 builtin and then its argument prototype would still apply. */
7068#ifdef __cplusplus
7069extern "C"
7070#endif
7071char bind ();
7072int
7073main ()
7074{
7075return bind ();
7076 ;
7077 return 0;
7078}
7079_ACEOF
7080if ac_fn_c_try_link "$LINENO"; then :
7081 ac_cv_lib_socket_bind=yes
7082else
7083 ac_cv_lib_socket_bind=no
7084fi
7085rm -f core conftest.err conftest.$ac_objext \
7086 conftest$ac_exeext conftest.$ac_ext
7087LIBS=$ac_check_lib_save_LIBS
7088fi
7089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7090$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7091if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7092 cat >>confdefs.h <<_ACEOF
7093#define HAVE_LIBSOCKET 1
7094_ACEOF
7095
7096 LIBS="-lsocket $LIBS"
7097
7098fi
7099
7100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7101$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7102if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7103 $as_echo_n "(cached) " >&6
7104else
7105 ac_check_lib_save_LIBS=$LIBS
7106LIBS="-lnsl $LIBS"
7107cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7108/* end confdefs.h. */
7109
7110/* Override any GCC internal prototype to avoid an error.
7111 Use char because int might match the return type of a GCC
7112 builtin and then its argument prototype would still apply. */
7113#ifdef __cplusplus
7114extern "C"
7115#endif
7116char gethostbyname ();
7117int
7118main ()
7119{
7120return gethostbyname ();
7121 ;
7122 return 0;
7123}
7124_ACEOF
7125if ac_fn_c_try_link "$LINENO"; then :
7126 ac_cv_lib_nsl_gethostbyname=yes
7127else
7128 ac_cv_lib_nsl_gethostbyname=no
7129fi
7130rm -f core conftest.err conftest.$ac_objext \
7131 conftest$ac_exeext conftest.$ac_ext
7132LIBS=$ac_check_lib_save_LIBS
7133fi
7134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7135$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7136if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7137 cat >>confdefs.h <<_ACEOF
7138#define HAVE_LIBNSL 1
7139_ACEOF
7140
7141 LIBS="-lnsl $LIBS"
7142
7143fi
7144
7145
7146# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7147# using the same condition.
7148
aadc9410 7149 # Use the system's zlib library.
7fed4b0b
L
7150 zlibdir="-L\$(top_builddir)/../zlib"
7151 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7152
aadc9410
MF
7153# Check whether --with-system-zlib was given.
7154if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7155 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7156 zlibdir=
7157 zlibinc=
7158 fi
6bb11ab3
L
7159
7160fi
7161
6bb11ab3 7162
6bb11ab3 7163
6bb11ab3
L
7164
7165
7166# BFD uses libdl when when plugins enabled.
7167
faa743bb
RM
7168 maybe_plugins=no
7169 for ac_header in dlfcn.h
7170do :
7171 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7172"
d0ac1c44 7173if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7174 cat >>confdefs.h <<_ACEOF
7175#define HAVE_DLFCN_H 1
7176_ACEOF
7177 maybe_plugins=yes
7178fi
7179
7180done
7181
7182 for ac_header in windows.h
7183do :
7184 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7185"
d0ac1c44 7186if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7187 cat >>confdefs.h <<_ACEOF
7188#define HAVE_WINDOWS_H 1
7189_ACEOF
7190 maybe_plugins=yes
7191fi
7192
7193done
7194
7195
7196 # Check whether --enable-plugins was given.
6bb11ab3
L
7197if test "${enable_plugins+set}" = set; then :
7198 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7199 no) plugins=no ;;
7200 *) plugins=yes
7201 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7202 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7203 fi ;;
7204 esac
6bb11ab3 7205else
faa743bb
RM
7206 plugins=$maybe_plugins
7207
6bb11ab3
L
7208fi
7209
2974be62 7210 if test "$plugins" = "yes"; then
37f980dc
SM
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7212$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7213if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7214 $as_echo_n "(cached) " >&6
7215else
7216 ac_func_search_save_LIBS=$LIBS
7217cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7218/* end confdefs.h. */
7219
7220/* Override any GCC internal prototype to avoid an error.
7221 Use char because int might match the return type of a GCC
7222 builtin and then its argument prototype would still apply. */
7223#ifdef __cplusplus
7224extern "C"
7225#endif
37f980dc 7226char dlsym ();
2974be62
AM
7227int
7228main ()
7229{
37f980dc 7230return dlsym ();
2974be62
AM
7231 ;
7232 return 0;
7233}
7234_ACEOF
7235for ac_lib in '' dl; do
7236 if test -z "$ac_lib"; then
7237 ac_res="none required"
7238 else
7239 ac_res=-l$ac_lib
7240 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7241 fi
7242 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7243 ac_cv_search_dlsym=$ac_res
2974be62
AM
7244fi
7245rm -f core conftest.err conftest.$ac_objext \
7246 conftest$ac_exeext
d0ac1c44 7247 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7248 break
7249fi
7250done
d0ac1c44 7251if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7252
7253else
37f980dc 7254 ac_cv_search_dlsym=no
2974be62
AM
7255fi
7256rm conftest.$ac_ext
7257LIBS=$ac_func_search_save_LIBS
7258fi
37f980dc
SM
7259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7260$as_echo "$ac_cv_search_dlsym" >&6; }
7261ac_res=$ac_cv_search_dlsym
2974be62
AM
7262if test "$ac_res" != no; then :
7263 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7264
7265fi
7266
7267 fi
6bb11ab3
L
7268
7269 if test "$plugins" = yes; then
7270 PLUGINS_TRUE=
7271 PLUGINS_FALSE='#'
7272else
7273 PLUGINS_TRUE='#'
7274 PLUGINS_FALSE=
7275fi
7276
7277
7278
7279
7280
7281# Set options
7282enable_dlopen=yes
7283
7284
7285
7286
7287 enable_win32_dll=no
7288
7289
7290 # Check whether --enable-shared was given.
7291if test "${enable_shared+set}" = set; then :
7292 enableval=$enable_shared; p=${PACKAGE-default}
7293 case $enableval in
7294 yes) enable_shared=yes ;;
7295 no) enable_shared=no ;;
7296 *)
7297 enable_shared=no
7298 # Look at the argument we got. We use all the common list separators.
7299 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7300 for pkg in $enableval; do
7301 IFS="$lt_save_ifs"
7302 if test "X$pkg" = "X$p"; then
7303 enable_shared=yes
7304 fi
7305 done
7306 IFS="$lt_save_ifs"
7307 ;;
7308 esac
7309else
7310 enable_shared=yes
7311fi
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321 # Check whether --enable-static was given.
7322if test "${enable_static+set}" = set; then :
7323 enableval=$enable_static; p=${PACKAGE-default}
7324 case $enableval in
7325 yes) enable_static=yes ;;
7326 no) enable_static=no ;;
7327 *)
7328 enable_static=no
7329 # Look at the argument we got. We use all the common list separators.
7330 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7331 for pkg in $enableval; do
7332 IFS="$lt_save_ifs"
7333 if test "X$pkg" = "X$p"; then
7334 enable_static=yes
7335 fi
7336 done
7337 IFS="$lt_save_ifs"
7338 ;;
7339 esac
7340else
7341 enable_static=yes
7342fi
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353# Check whether --with-pic was given.
7354if test "${with_pic+set}" = set; then :
7355 withval=$with_pic; pic_mode="$withval"
7356else
7357 pic_mode=default
7358fi
7359
7360
7361test -z "$pic_mode" && pic_mode=default
7362
7363
7364
7365
7366
7367
7368
7369 # Check whether --enable-fast-install was given.
7370if test "${enable_fast_install+set}" = set; then :
7371 enableval=$enable_fast_install; p=${PACKAGE-default}
7372 case $enableval in
7373 yes) enable_fast_install=yes ;;
7374 no) enable_fast_install=no ;;
7375 *)
7376 enable_fast_install=no
7377 # Look at the argument we got. We use all the common list separators.
7378 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7379 for pkg in $enableval; do
7380 IFS="$lt_save_ifs"
7381 if test "X$pkg" = "X$p"; then
7382 enable_fast_install=yes
7383 fi
7384 done
7385 IFS="$lt_save_ifs"
7386 ;;
7387 esac
7388else
7389 enable_fast_install=yes
7390fi
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402# This can be used to rebuild libtool when needed
7403LIBTOOL_DEPS="$ltmain"
7404
7405# Always use our own libtool.
7406LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433test -z "$LN_S" && LN_S="ln -s"
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448if test -n "${ZSH_VERSION+set}" ; then
7449 setopt NO_GLOB_SUBST
f0569246 7450fi
f0569246 7451
6bb11ab3
L
7452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7453$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7454if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7455 $as_echo_n "(cached) " >&6
7456else
7457 rm -f .libs 2>/dev/null
7458mkdir .libs 2>/dev/null
7459if test -d .libs; then
7460 lt_cv_objdir=.libs
7461else
7462 # MS-DOS does not allow filenames that begin with a dot.
7463 lt_cv_objdir=_libs
7464fi
7465rmdir .libs 2>/dev/null
7466fi
7467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7468$as_echo "$lt_cv_objdir" >&6; }
7469objdir=$lt_cv_objdir
7470
7471
7472
7473
7474
7475cat >>confdefs.h <<_ACEOF
7476#define LT_OBJDIR "$lt_cv_objdir/"
7477_ACEOF
7478
7479
7480
7481
7482case $host_os in
7483aix3*)
7484 # AIX sometimes has problems with the GCC collect2 program. For some
7485 # reason, if we set the COLLECT_NAMES environment variable, the problems
7486 # vanish in a puff of smoke.
7487 if test "X${COLLECT_NAMES+set}" != Xset; then
7488 COLLECT_NAMES=
7489 export COLLECT_NAMES
7490 fi
7491 ;;
81ecdfbb 7492esac
6bb11ab3
L
7493
7494# Global variables:
7495ofile=libtool
7496can_build_shared=yes
7497
7498# All known linkers require a `.a' archive for static linking (except MSVC,
7499# which needs '.lib').
7500libext=a
7501
7502with_gnu_ld="$lt_cv_prog_gnu_ld"
7503
7504old_CC="$CC"
7505old_CFLAGS="$CFLAGS"
7506
7507# Set sane defaults for various variables
7508test -z "$CC" && CC=cc
7509test -z "$LTCC" && LTCC=$CC
7510test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7511test -z "$LD" && LD=ld
7512test -z "$ac_objext" && ac_objext=o
7513
7514for cc_temp in $compiler""; do
7515 case $cc_temp in
7516 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7517 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7518 \-*) ;;
7519 *) break;;
7520 esac
7521done
7522cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7523
7524
7525# Only perform the check for file, if the check method requires it
7526test -z "$MAGIC_CMD" && MAGIC_CMD=file
7527case $deplibs_check_method in
7528file_magic*)
7529 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7531$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7532if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7533 $as_echo_n "(cached) " >&6
7534else
7535 case $MAGIC_CMD in
7536[\\/*] | ?:[\\/]*)
7537 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7538 ;;
7539*)
7540 lt_save_MAGIC_CMD="$MAGIC_CMD"
7541 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7542 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7543 for ac_dir in $ac_dummy; do
7544 IFS="$lt_save_ifs"
7545 test -z "$ac_dir" && ac_dir=.
7546 if test -f $ac_dir/${ac_tool_prefix}file; then
7547 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7548 if test -n "$file_magic_test_file"; then
7549 case $deplibs_check_method in
7550 "file_magic "*)
7551 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7552 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7553 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7554 $EGREP "$file_magic_regex" > /dev/null; then
7555 :
7556 else
7557 cat <<_LT_EOF 1>&2
7558
7559*** Warning: the command libtool uses to detect shared libraries,
7560*** $file_magic_cmd, produces output that libtool cannot recognize.
7561*** The result is that libtool may fail to recognize shared libraries
7562*** as such. This will affect the creation of libtool libraries that
7563*** depend on shared libraries, but programs linked with such libtool
7564*** libraries will work regardless of this problem. Nevertheless, you
7565*** may want to report the problem to your system manager and/or to
7566*** bug-libtool@gnu.org
7567
7568_LT_EOF
7569 fi ;;
7570 esac
7571 fi
7572 break
f0569246 7573 fi
6bb11ab3
L
7574 done
7575 IFS="$lt_save_ifs"
7576 MAGIC_CMD="$lt_save_MAGIC_CMD"
7577 ;;
7578esac
f0569246 7579fi
f0569246 7580
6bb11ab3
L
7581MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7582if test -n "$MAGIC_CMD"; then
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7584$as_echo "$MAGIC_CMD" >&6; }
7585else
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7587$as_echo "no" >&6; }
7588fi
81ecdfbb 7589
6bb11ab3
L
7590
7591
7592
7593
7594if test -z "$lt_cv_path_MAGIC_CMD"; then
7595 if test -n "$ac_tool_prefix"; then
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7597$as_echo_n "checking for file... " >&6; }
d0ac1c44 7598if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7599 $as_echo_n "(cached) " >&6
7600else
7601 case $MAGIC_CMD in
7602[\\/*] | ?:[\\/]*)
7603 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7604 ;;
7605*)
7606 lt_save_MAGIC_CMD="$MAGIC_CMD"
7607 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7608 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7609 for ac_dir in $ac_dummy; do
7610 IFS="$lt_save_ifs"
7611 test -z "$ac_dir" && ac_dir=.
7612 if test -f $ac_dir/file; then
7613 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7614 if test -n "$file_magic_test_file"; then
7615 case $deplibs_check_method in
7616 "file_magic "*)
7617 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7618 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7619 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7620 $EGREP "$file_magic_regex" > /dev/null; then
7621 :
7622 else
7623 cat <<_LT_EOF 1>&2
7624
7625*** Warning: the command libtool uses to detect shared libraries,
7626*** $file_magic_cmd, produces output that libtool cannot recognize.
7627*** The result is that libtool may fail to recognize shared libraries
7628*** as such. This will affect the creation of libtool libraries that
7629*** depend on shared libraries, but programs linked with such libtool
7630*** libraries will work regardless of this problem. Nevertheless, you
7631*** may want to report the problem to your system manager and/or to
7632*** bug-libtool@gnu.org
7633
7634_LT_EOF
7635 fi ;;
7636 esac
7637 fi
7638 break
7639 fi
7640 done
7641 IFS="$lt_save_ifs"
7642 MAGIC_CMD="$lt_save_MAGIC_CMD"
7643 ;;
81ecdfbb 7644esac
6bb11ab3
L
7645fi
7646
7647MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7648if test -n "$MAGIC_CMD"; then
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7650$as_echo "$MAGIC_CMD" >&6; }
7651else
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7653$as_echo "no" >&6; }
7654fi
7655
7656
7657 else
7658 MAGIC_CMD=:
7659 fi
7660fi
7661
7662 fi
7663 ;;
7664esac
7665
7666# Use C for the default configuration in the libtool script
7667
7668lt_save_CC="$CC"
7669ac_ext=c
7670ac_cpp='$CPP $CPPFLAGS'
7671ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7672ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7673ac_compiler_gnu=$ac_cv_c_compiler_gnu
7674
7675
7676# Source file extension for C test sources.
7677ac_ext=c
7678
7679# Object file extension for compiled C test sources.
7680objext=o
7681objext=$objext
7682
7683# Code to be used in simple compile tests
7684lt_simple_compile_test_code="int some_variable = 0;"
7685
7686# Code to be used in simple link tests
7687lt_simple_link_test_code='int main(){return(0);}'
7688
7689
7690
7691
7692
7693
7694
7695# If no C compiler was specified, use CC.
7696LTCC=${LTCC-"$CC"}
7697
7698# If no C compiler flags were specified, use CFLAGS.
7699LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7700
7701# Allow CC to be a program name with arguments.
7702compiler=$CC
7703
7704# Save the default compiler, since it gets overwritten when the other
7705# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7706compiler_DEFAULT=$CC
7707
7708# save warnings/boilerplate of simple test code
7709ac_outfile=conftest.$ac_objext
7710echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7711eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7712_lt_compiler_boilerplate=`cat conftest.err`
7713$RM conftest*
7714
7715ac_outfile=conftest.$ac_objext
7716echo "$lt_simple_link_test_code" >conftest.$ac_ext
7717eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7718_lt_linker_boilerplate=`cat conftest.err`
7719$RM -r conftest*
7720
7721
7722## CAVEAT EMPTOR:
7723## There is no encapsulation within the following macros, do not change
7724## the running order or otherwise move them around unless you know exactly
7725## what you are doing...
7726if test -n "$compiler"; then
7727
7728lt_prog_compiler_no_builtin_flag=
7729
7730if test "$GCC" = yes; then
7731 case $cc_basename in
7732 nvcc*)
7733 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7734 *)
7735 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7736 esac
6bb11ab3
L
7737
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7739$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7740if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7741 $as_echo_n "(cached) " >&6
f0569246 7742else
6bb11ab3
L
7743 lt_cv_prog_compiler_rtti_exceptions=no
7744 ac_outfile=conftest.$ac_objext
7745 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7746 lt_compiler_flag="-fno-rtti -fno-exceptions"
7747 # Insert the option either (1) after the last *FLAGS variable, or
7748 # (2) before a word containing "conftest.", or (3) at the end.
7749 # Note that $ac_compile itself does not contain backslashes and begins
7750 # with a dollar sign (not a hyphen), so the echo should work correctly.
7751 # The option is referenced via a variable to avoid confusing sed.
7752 lt_compile=`echo "$ac_compile" | $SED \
7753 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7754 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7755 -e 's:$: $lt_compiler_flag:'`
7756 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7757 (eval "$lt_compile" 2>conftest.err)
7758 ac_status=$?
7759 cat conftest.err >&5
7760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761 if (exit $ac_status) && test -s "$ac_outfile"; then
7762 # The compiler can only warn and ignore the option if not recognized
7763 # So say no if there are warnings other than the usual output.
7764 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7765 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7766 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7767 lt_cv_prog_compiler_rtti_exceptions=yes
7768 fi
7769 fi
7770 $RM conftest*
7771
f0569246 7772fi
6bb11ab3
L
7773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7774$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7775
7776if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7777 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7778else
7779 :
7780fi
7781
7782fi
7783
7784
7785
7786
7787
7788
7789 lt_prog_compiler_wl=
7790lt_prog_compiler_pic=
7791lt_prog_compiler_static=
7792
7793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7794$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7795
7796 if test "$GCC" = yes; then
7797 lt_prog_compiler_wl='-Wl,'
7798 lt_prog_compiler_static='-static'
7799
7800 case $host_os in
7801 aix*)
7802 # All AIX code is PIC.
7803 if test "$host_cpu" = ia64; then
7804 # AIX 5 now supports IA64 processor
7805 lt_prog_compiler_static='-Bstatic'
7806 fi
7807 lt_prog_compiler_pic='-fPIC'
7808 ;;
7809
7810 amigaos*)
7811 case $host_cpu in
7812 powerpc)
7813 # see comment about AmigaOS4 .so support
7814 lt_prog_compiler_pic='-fPIC'
7815 ;;
7816 m68k)
7817 # FIXME: we need at least 68020 code to build shared libraries, but
7818 # adding the `-m68020' flag to GCC prevents building anything better,
7819 # like `-m68040'.
7820 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7821 ;;
7822 esac
7823 ;;
7824
7825 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7826 # PIC is the default for these OSes.
7827 ;;
7828
7829 mingw* | cygwin* | pw32* | os2* | cegcc*)
7830 # This hack is so that the source file can tell whether it is being
7831 # built for inclusion in a dll (and should export symbols for example).
7832 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7833 # (--disable-auto-import) libraries
7834 lt_prog_compiler_pic='-DDLL_EXPORT'
7835 ;;
7836
7837 darwin* | rhapsody*)
7838 # PIC is the default on this platform
7839 # Common symbols not allowed in MH_DYLIB files
7840 lt_prog_compiler_pic='-fno-common'
7841 ;;
7842
7843 haiku*)
7844 # PIC is the default for Haiku.
7845 # The "-static" flag exists, but is broken.
7846 lt_prog_compiler_static=
7847 ;;
7848
7849 hpux*)
7850 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7851 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7852 # sets the default TLS model and affects inlining.
7853 case $host_cpu in
7854 hppa*64*)
7855 # +Z the default
7856 ;;
7857 *)
7858 lt_prog_compiler_pic='-fPIC'
7859 ;;
7860 esac
7861 ;;
7862
7863 interix[3-9]*)
7864 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7865 # Instead, we relocate shared libraries at runtime.
7866 ;;
7867
7868 msdosdjgpp*)
7869 # Just because we use GCC doesn't mean we suddenly get shared libraries
7870 # on systems that don't support them.
7871 lt_prog_compiler_can_build_shared=no
7872 enable_shared=no
7873 ;;
7874
7875 *nto* | *qnx*)
7876 # QNX uses GNU C++, but need to define -shared option too, otherwise
7877 # it will coredump.
7878 lt_prog_compiler_pic='-fPIC -shared'
7879 ;;
7880
7881 sysv4*MP*)
7882 if test -d /usr/nec; then
7883 lt_prog_compiler_pic=-Kconform_pic
7884 fi
7885 ;;
7886
7887 *)
7888 lt_prog_compiler_pic='-fPIC'
7889 ;;
7890 esac
7891
7892 case $cc_basename in
7893 nvcc*) # Cuda Compiler Driver 2.2
7894 lt_prog_compiler_wl='-Xlinker '
7895 lt_prog_compiler_pic='-Xcompiler -fPIC'
7896 ;;
7897 esac
7898 else
7899 # PORTME Check for flag to pass linker flags through the system compiler.
7900 case $host_os in
7901 aix*)
7902 lt_prog_compiler_wl='-Wl,'
7903 if test "$host_cpu" = ia64; then
7904 # AIX 5 now supports IA64 processor
7905 lt_prog_compiler_static='-Bstatic'
7906 else
7907 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7908 fi
7909 ;;
7910
7911 mingw* | cygwin* | pw32* | os2* | cegcc*)
7912 # This hack is so that the source file can tell whether it is being
7913 # built for inclusion in a dll (and should export symbols for example).
7914 lt_prog_compiler_pic='-DDLL_EXPORT'
7915 ;;
7916
7917 hpux9* | hpux10* | hpux11*)
7918 lt_prog_compiler_wl='-Wl,'
7919 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7920 # not for PA HP-UX.
7921 case $host_cpu in
7922 hppa*64*|ia64*)
7923 # +Z the default
7924 ;;
7925 *)
7926 lt_prog_compiler_pic='+Z'
7927 ;;
7928 esac
7929 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7930 lt_prog_compiler_static='${wl}-a ${wl}archive'
7931 ;;
7932
7933 irix5* | irix6* | nonstopux*)
7934 lt_prog_compiler_wl='-Wl,'
7935 # PIC (with -KPIC) is the default.
7936 lt_prog_compiler_static='-non_shared'
7937 ;;
7938
7939 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7940 case $cc_basename in
7941 # old Intel for x86_64 which still supported -KPIC.
7942 ecc*)
7943 lt_prog_compiler_wl='-Wl,'
7944 lt_prog_compiler_pic='-KPIC'
7945 lt_prog_compiler_static='-static'
7946 ;;
7947 # icc used to be incompatible with GCC.
7948 # ICC 10 doesn't accept -KPIC any more.
7949 icc* | ifort*)
7950 lt_prog_compiler_wl='-Wl,'
7951 lt_prog_compiler_pic='-fPIC'
7952 lt_prog_compiler_static='-static'
7953 ;;
7954 # Lahey Fortran 8.1.
7955 lf95*)
7956 lt_prog_compiler_wl='-Wl,'
7957 lt_prog_compiler_pic='--shared'
7958 lt_prog_compiler_static='--static'
7959 ;;
7960 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7961 # Portland Group compilers (*not* the Pentium gcc compiler,
7962 # which looks to be a dead project)
7963 lt_prog_compiler_wl='-Wl,'
7964 lt_prog_compiler_pic='-fpic'
7965 lt_prog_compiler_static='-Bstatic'
7966 ;;
7967 ccc*)
7968 lt_prog_compiler_wl='-Wl,'
7969 # All Alpha code is PIC.
7970 lt_prog_compiler_static='-non_shared'
7971 ;;
7972 xl* | bgxl* | bgf* | mpixl*)
7973 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7974 lt_prog_compiler_wl='-Wl,'
7975 lt_prog_compiler_pic='-qpic'
7976 lt_prog_compiler_static='-qstaticlink'
7977 ;;
7978 *)
7979 case `$CC -V 2>&1 | sed 5q` in
7980 *Sun\ F* | *Sun*Fortran*)
7981 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7982 lt_prog_compiler_pic='-KPIC'
7983 lt_prog_compiler_static='-Bstatic'
7984 lt_prog_compiler_wl=''
7985 ;;
7986 *Sun\ C*)
7987 # Sun C 5.9
7988 lt_prog_compiler_pic='-KPIC'
7989 lt_prog_compiler_static='-Bstatic'
7990 lt_prog_compiler_wl='-Wl,'
7991 ;;
7992 esac
7993 ;;
7994 esac
7995 ;;
7996
7997 newsos6)
7998 lt_prog_compiler_pic='-KPIC'
7999 lt_prog_compiler_static='-Bstatic'
8000 ;;
8001
8002 *nto* | *qnx*)
8003 # QNX uses GNU C++, but need to define -shared option too, otherwise
8004 # it will coredump.
8005 lt_prog_compiler_pic='-fPIC -shared'
8006 ;;
8007
8008 osf3* | osf4* | osf5*)
8009 lt_prog_compiler_wl='-Wl,'
8010 # All OSF/1 code is PIC.
8011 lt_prog_compiler_static='-non_shared'
8012 ;;
8013
8014 rdos*)
8015 lt_prog_compiler_static='-non_shared'
8016 ;;
f0569246 8017
6bb11ab3
L
8018 solaris*)
8019 lt_prog_compiler_pic='-KPIC'
8020 lt_prog_compiler_static='-Bstatic'
8021 case $cc_basename in
8022 f77* | f90* | f95*)
8023 lt_prog_compiler_wl='-Qoption ld ';;
8024 *)
8025 lt_prog_compiler_wl='-Wl,';;
8026 esac
8027 ;;
f0569246 8028
6bb11ab3
L
8029 sunos4*)
8030 lt_prog_compiler_wl='-Qoption ld '
8031 lt_prog_compiler_pic='-PIC'
8032 lt_prog_compiler_static='-Bstatic'
8033 ;;
f0569246 8034
6bb11ab3
L
8035 sysv4 | sysv4.2uw2* | sysv4.3*)
8036 lt_prog_compiler_wl='-Wl,'
8037 lt_prog_compiler_pic='-KPIC'
8038 lt_prog_compiler_static='-Bstatic'
8039 ;;
8040
8041 sysv4*MP*)
8042 if test -d /usr/nec ;then
8043 lt_prog_compiler_pic='-Kconform_pic'
8044 lt_prog_compiler_static='-Bstatic'
8045 fi
8046 ;;
8047
8048 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8049 lt_prog_compiler_wl='-Wl,'
8050 lt_prog_compiler_pic='-KPIC'
8051 lt_prog_compiler_static='-Bstatic'
8052 ;;
8053
8054 unicos*)
8055 lt_prog_compiler_wl='-Wl,'
8056 lt_prog_compiler_can_build_shared=no
8057 ;;
8058
8059 uts4*)
8060 lt_prog_compiler_pic='-pic'
8061 lt_prog_compiler_static='-Bstatic'
8062 ;;
8063
8064 *)
8065 lt_prog_compiler_can_build_shared=no
8066 ;;
8067 esac
8068 fi
8069
8070case $host_os in
8071 # For platforms which do not support PIC, -DPIC is meaningless:
8072 *djgpp*)
8073 lt_prog_compiler_pic=
8074 ;;
8075 *)
8076 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8077 ;;
81ecdfbb 8078esac
6bb11ab3
L
8079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8080$as_echo "$lt_prog_compiler_pic" >&6; }
8081
8082
8083
8084
8085
8086
8087#
8088# Check to make sure the PIC flag actually works.
8089#
8090if test -n "$lt_prog_compiler_pic"; then
8091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8092$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8093if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8094 $as_echo_n "(cached) " >&6
b7026657 8095else
6bb11ab3
L
8096 lt_cv_prog_compiler_pic_works=no
8097 ac_outfile=conftest.$ac_objext
8098 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8099 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8100 # Insert the option either (1) after the last *FLAGS variable, or
8101 # (2) before a word containing "conftest.", or (3) at the end.
8102 # Note that $ac_compile itself does not contain backslashes and begins
8103 # with a dollar sign (not a hyphen), so the echo should work correctly.
8104 # The option is referenced via a variable to avoid confusing sed.
8105 lt_compile=`echo "$ac_compile" | $SED \
8106 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8107 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8108 -e 's:$: $lt_compiler_flag:'`
8109 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8110 (eval "$lt_compile" 2>conftest.err)
8111 ac_status=$?
8112 cat conftest.err >&5
8113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8114 if (exit $ac_status) && test -s "$ac_outfile"; then
8115 # The compiler can only warn and ignore the option if not recognized
8116 # So say no if there are warnings other than the usual output.
8117 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8118 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8119 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8120 lt_cv_prog_compiler_pic_works=yes
8121 fi
8122 fi
8123 $RM conftest*
b7026657 8124
b7026657 8125fi
6bb11ab3
L
8126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8127$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8128
8129if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8130 case $lt_prog_compiler_pic in
8131 "" | " "*) ;;
8132 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8133 esac
8134else
8135 lt_prog_compiler_pic=
8136 lt_prog_compiler_can_build_shared=no
f0569246 8137fi
6bb11ab3
L
8138
8139fi
8140
8141
8142
8143
8144
8145
8146#
8147# Check to make sure the static flag actually works.
8148#
8149wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8151$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8152if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8153 $as_echo_n "(cached) " >&6
f0569246 8154else
6bb11ab3
L
8155 lt_cv_prog_compiler_static_works=no
8156 save_LDFLAGS="$LDFLAGS"
8157 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8158 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8159 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8160 # The linker can only warn and ignore the option if not recognized
8161 # So say no if there are warnings
8162 if test -s conftest.err; then
8163 # Append any errors to the config.log.
8164 cat conftest.err 1>&5
8165 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8166 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8167 if diff conftest.exp conftest.er2 >/dev/null; then
8168 lt_cv_prog_compiler_static_works=yes
8169 fi
8170 else
8171 lt_cv_prog_compiler_static_works=yes
8172 fi
8173 fi
8174 $RM -r conftest*
8175 LDFLAGS="$save_LDFLAGS"
f0569246 8176
6bb11ab3
L
8177fi
8178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8179$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8180
6bb11ab3
L
8181if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8182 :
b34f6357 8183else
6bb11ab3 8184 lt_prog_compiler_static=
f0569246 8185fi
b7026657 8186
6bb11ab3
L
8187
8188
8189
8190
8191
8192
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8194$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8195if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8196 $as_echo_n "(cached) " >&6
81ecdfbb 8197else
6bb11ab3
L
8198 lt_cv_prog_compiler_c_o=no
8199 $RM -r conftest 2>/dev/null
8200 mkdir conftest
8201 cd conftest
8202 mkdir out
8203 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8204
8205 lt_compiler_flag="-o out/conftest2.$ac_objext"
8206 # Insert the option either (1) after the last *FLAGS variable, or
8207 # (2) before a word containing "conftest.", or (3) at the end.
8208 # Note that $ac_compile itself does not contain backslashes and begins
8209 # with a dollar sign (not a hyphen), so the echo should work correctly.
8210 lt_compile=`echo "$ac_compile" | $SED \
8211 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8212 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8213 -e 's:$: $lt_compiler_flag:'`
8214 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8215 (eval "$lt_compile" 2>out/conftest.err)
8216 ac_status=$?
8217 cat out/conftest.err >&5
8218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8219 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8220 then
8221 # The compiler can only warn and ignore the option if not recognized
8222 # So say no if there are warnings
8223 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8224 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8225 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8226 lt_cv_prog_compiler_c_o=yes
8227 fi
8228 fi
8229 chmod u+w . 2>&5
8230 $RM conftest*
8231 # SGI C++ compiler will create directory out/ii_files/ for
8232 # template instantiation
8233 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8234 $RM out/* && rmdir out
8235 cd ..
8236 $RM -r conftest
8237 $RM conftest*
8238
81ecdfbb 8239fi
6bb11ab3
L
8240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8241$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
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 :
81ecdfbb
RW
8251 $as_echo_n "(cached) " >&6
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
8294fi
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
8301hard_links="nottested"
8302if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8303 # do not overwrite the value of need_locks provided by the user
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8305$as_echo_n "checking if we can lock with hard links... " >&6; }
8306 hard_links=yes
8307 $RM conftest*
8308 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8309 touch conftest.a
8310 ln conftest.a conftest.b 2>&5 || hard_links=no
8311 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8313$as_echo "$hard_links" >&6; }
8314 if test "$hard_links" = no; then
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8316$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8317 need_locks=warn
8318 fi
8319else
8320 need_locks=no
8321fi
8322
8323
8324
8325
8326
8327
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8329$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8330
8331 runpath_var=
8332 allow_undefined_flag=
8333 always_export_symbols=no
8334 archive_cmds=
8335 archive_expsym_cmds=
8336 compiler_needs_object=no
8337 enable_shared_with_static_runtimes=no
8338 export_dynamic_flag_spec=
8339 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8340 hardcode_automatic=no
8341 hardcode_direct=no
8342 hardcode_direct_absolute=no
8343 hardcode_libdir_flag_spec=
8344 hardcode_libdir_flag_spec_ld=
8345 hardcode_libdir_separator=
8346 hardcode_minus_L=no
8347 hardcode_shlibpath_var=unsupported
8348 inherit_rpath=no
8349 link_all_deplibs=unknown
8350 module_cmds=
8351 module_expsym_cmds=
8352 old_archive_from_new_cmds=
8353 old_archive_from_expsyms_cmds=
8354 thread_safe_flag_spec=
8355 whole_archive_flag_spec=
8356 # include_expsyms should be a list of space-separated symbols to be *always*
8357 # included in the symbol list
8358 include_expsyms=
8359 # exclude_expsyms can be an extended regexp of symbols to exclude
8360 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8361 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8362 # as well as any symbol that contains `d'.
8363 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8364 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8365 # platforms (ab)use it in PIC code, but their linkers get confused if
8366 # the symbol is explicitly referenced. Since portable code cannot
8367 # rely on this symbol name, it's probably fine to never include it in
8368 # preloaded symbol tables.
8369 # Exclude shared library initialization/finalization symbols.
8370 extract_expsyms_cmds=
8371
8372 case $host_os in
8373 cygwin* | mingw* | pw32* | cegcc*)
8374 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8375 # When not using gcc, we currently assume that we are using
8376 # Microsoft Visual C++.
8377 if test "$GCC" != yes; then
8378 with_gnu_ld=no
8379 fi
8380 ;;
8381 interix*)
8382 # we just hope/assume this is gcc and not c89 (= MSVC++)
8383 with_gnu_ld=yes
8384 ;;
8385 openbsd*)
8386 with_gnu_ld=no
8387 ;;
8388 esac
f0569246 8389
6bb11ab3
L
8390 ld_shlibs=yes
8391
8392 # On some targets, GNU ld is compatible enough with the native linker
8393 # that we're better off using the native interface for both.
8394 lt_use_gnu_ld_interface=no
8395 if test "$with_gnu_ld" = yes; then
8396 case $host_os in
8397 aix*)
8398 # The AIX port of GNU ld has always aspired to compatibility
8399 # with the native linker. However, as the warning in the GNU ld
8400 # block says, versions before 2.19.5* couldn't really create working
8401 # shared libraries, regardless of the interface used.
8402 case `$LD -v 2>&1` in
8403 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8404 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8405 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8406 *)
8407 lt_use_gnu_ld_interface=yes
8408 ;;
8409 esac
8410 ;;
8411 *)
8412 lt_use_gnu_ld_interface=yes
8413 ;;
8414 esac
8415 fi
f0569246 8416
6bb11ab3
L
8417 if test "$lt_use_gnu_ld_interface" = yes; then
8418 # If archive_cmds runs LD, not CC, wlarc should be empty
8419 wlarc='${wl}'
8420
8421 # Set some defaults for GNU ld with shared library support. These
8422 # are reset later if shared libraries are not supported. Putting them
8423 # here allows them to be overridden if necessary.
8424 runpath_var=LD_RUN_PATH
8425 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8426 export_dynamic_flag_spec='${wl}--export-dynamic'
8427 # ancient GNU ld didn't support --whole-archive et. al.
8428 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8429 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8430 else
8431 whole_archive_flag_spec=
8432 fi
8433 supports_anon_versioning=no
8434 case `$LD -v 2>&1` in
8435 *GNU\ gold*) supports_anon_versioning=yes ;;
8436 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8437 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8438 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8439 *\ 2.11.*) ;; # other 2.11 versions
8440 *) supports_anon_versioning=yes ;;
8441 esac
8442
8443 # See if GNU ld supports shared libraries.
8444 case $host_os in
8445 aix[3-9]*)
8446 # On AIX/PPC, the GNU linker is very broken
8447 if test "$host_cpu" != ia64; then
8448 ld_shlibs=no
8449 cat <<_LT_EOF 1>&2
8450
8451*** Warning: the GNU linker, at least up to release 2.19, is reported
8452*** to be unable to reliably create shared libraries on AIX.
8453*** Therefore, libtool is disabling shared libraries support. If you
8454*** really care for shared libraries, you may want to install binutils
8455*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8456*** You will then need to restart the configuration process.
8457
8458_LT_EOF
8459 fi
8460 ;;
8461
8462 amigaos*)
8463 case $host_cpu in
8464 powerpc)
8465 # see comment about AmigaOS4 .so support
8466 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8467 archive_expsym_cmds=''
8468 ;;
8469 m68k)
8470 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)'
8471 hardcode_libdir_flag_spec='-L$libdir'
8472 hardcode_minus_L=yes
8473 ;;
8474 esac
8475 ;;
8476
8477 beos*)
8478 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8479 allow_undefined_flag=unsupported
8480 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8481 # support --undefined. This deserves some investigation. FIXME
8482 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8483 else
8484 ld_shlibs=no
8485 fi
8486 ;;
8487
8488 cygwin* | mingw* | pw32* | cegcc*)
8489 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8490 # as there is no search path for DLLs.
8491 hardcode_libdir_flag_spec='-L$libdir'
8492 export_dynamic_flag_spec='${wl}--export-all-symbols'
8493 allow_undefined_flag=unsupported
8494 always_export_symbols=no
8495 enable_shared_with_static_runtimes=yes
8496 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8497
8498 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8499 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8500 # If the export-symbols file already is a .def file (1st line
8501 # is EXPORTS), use it as is; otherwise, prepend...
8502 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8503 cp $export_symbols $output_objdir/$soname.def;
8504 else
8505 echo EXPORTS > $output_objdir/$soname.def;
8506 cat $export_symbols >> $output_objdir/$soname.def;
8507 fi~
8508 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8509 else
8510 ld_shlibs=no
8511 fi
8512 ;;
8513
8514 haiku*)
8515 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8516 link_all_deplibs=yes
8517 ;;
8518
8519 interix[3-9]*)
8520 hardcode_direct=no
8521 hardcode_shlibpath_var=no
8522 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8523 export_dynamic_flag_spec='${wl}-E'
8524 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8525 # Instead, shared libraries are loaded at an image base (0x10000000 by
8526 # default) and relocated if they conflict, which is a slow very memory
8527 # consuming and fragmenting process. To avoid this, we pick a random,
8528 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8529 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8530 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8531 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'
8532 ;;
8533
8534 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8535 tmp_diet=no
8536 if test "$host_os" = linux-dietlibc; then
8537 case $cc_basename in
8538 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8539 esac
8540 fi
8541 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8542 && test "$tmp_diet" = no
8543 then
ae7d0cac 8544 tmp_addflag=' $pic_flag'
6bb11ab3
L
8545 tmp_sharedflag='-shared'
8546 case $cc_basename,$host_cpu in
8547 pgcc*) # Portland Group C compiler
8548 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'
8549 tmp_addflag=' $pic_flag'
8550 ;;
8551 pgf77* | pgf90* | pgf95* | pgfortran*)
8552 # Portland Group f77 and f90 compilers
8553 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'
8554 tmp_addflag=' $pic_flag -Mnomain' ;;
8555 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8556 tmp_addflag=' -i_dynamic' ;;
8557 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8558 tmp_addflag=' -i_dynamic -nofor_main' ;;
8559 ifc* | ifort*) # Intel Fortran compiler
8560 tmp_addflag=' -nofor_main' ;;
8561 lf95*) # Lahey Fortran 8.1
8562 whole_archive_flag_spec=
8563 tmp_sharedflag='--shared' ;;
8564 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8565 tmp_sharedflag='-qmkshrobj'
8566 tmp_addflag= ;;
8567 nvcc*) # Cuda Compiler Driver 2.2
8568 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'
8569 compiler_needs_object=yes
8570 ;;
8571 esac
8572 case `$CC -V 2>&1 | sed 5q` in
8573 *Sun\ C*) # Sun C 5.9
8574 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'
8575 compiler_needs_object=yes
8576 tmp_sharedflag='-G' ;;
8577 *Sun\ F*) # Sun Fortran 8.3
8578 tmp_sharedflag='-G' ;;
8579 esac
8580 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8581
8582 if test "x$supports_anon_versioning" = xyes; then
8583 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8584 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8585 echo "local: *; };" >> $output_objdir/$libname.ver~
8586 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8587 fi
8588
8589 case $cc_basename in
8590 xlf* | bgf* | bgxlf* | mpixlf*)
8591 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8592 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8593 hardcode_libdir_flag_spec=
8594 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8595 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8596 if test "x$supports_anon_versioning" = xyes; then
8597 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8598 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8599 echo "local: *; };" >> $output_objdir/$libname.ver~
8600 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8601 fi
8602 ;;
8603 esac
8604 else
8605 ld_shlibs=no
8606 fi
8607 ;;
8608
8609 netbsd*)
8610 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8611 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8612 wlarc=
8613 else
8614 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8615 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8616 fi
8617 ;;
8618
8619 solaris*)
8620 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8621 ld_shlibs=no
8622 cat <<_LT_EOF 1>&2
8623
8624*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8625*** create shared libraries on Solaris systems. Therefore, libtool
8626*** is disabling shared libraries support. We urge you to upgrade GNU
8627*** binutils to release 2.9.1 or newer. Another option is to modify
8628*** your PATH or compiler configuration so that the native linker is
8629*** used, and then restart.
8630
8631_LT_EOF
8632 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8633 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8634 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8635 else
8636 ld_shlibs=no
8637 fi
8638 ;;
8639
8640 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8641 case `$LD -v 2>&1` in
8642 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8643 ld_shlibs=no
8644 cat <<_LT_EOF 1>&2
8645
8646*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8647*** reliably create shared libraries on SCO systems. Therefore, libtool
8648*** is disabling shared libraries support. We urge you to upgrade GNU
8649*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8650*** your PATH or compiler configuration so that the native linker is
8651*** used, and then restart.
8652
8653_LT_EOF
8654 ;;
8655 *)
8656 # For security reasons, it is highly recommended that you always
8657 # use absolute paths for naming shared libraries, and exclude the
8658 # DT_RUNPATH tag from executables and libraries. But doing so
8659 # requires that you compile everything twice, which is a pain.
8660 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8661 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8662 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8663 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8664 else
8665 ld_shlibs=no
8666 fi
8667 ;;
8668 esac
8669 ;;
8670
8671 sunos4*)
8672 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8673 wlarc=
8674 hardcode_direct=yes
8675 hardcode_shlibpath_var=no
8676 ;;
8677
8678 *)
8679 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8680 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8681 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8682 else
8683 ld_shlibs=no
8684 fi
8685 ;;
8686 esac
8687
8688 if test "$ld_shlibs" = no; then
8689 runpath_var=
8690 hardcode_libdir_flag_spec=
8691 export_dynamic_flag_spec=
8692 whole_archive_flag_spec=
8693 fi
8694 else
8695 # PORTME fill in a description of your system's linker (not GNU ld)
8696 case $host_os in
8697 aix3*)
8698 allow_undefined_flag=unsupported
8699 always_export_symbols=yes
8700 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'
8701 # Note: this linker hardcodes the directories in LIBPATH if there
8702 # are no directories specified by -L.
8703 hardcode_minus_L=yes
8704 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8705 # Neither direct hardcoding nor static linking is supported with a
8706 # broken collect2.
8707 hardcode_direct=unsupported
8708 fi
8709 ;;
8710
8711 aix[4-9]*)
8712 if test "$host_cpu" = ia64; then
8713 # On IA64, the linker does run time linking by default, so we don't
8714 # have to do anything special.
8715 aix_use_runtimelinking=no
8716 exp_sym_flag='-Bexport'
8717 no_entry_flag=""
8718 else
8719 # If we're using GNU nm, then we don't want the "-C" option.
8720 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8721 # Also, AIX nm treats weak defined symbols like other global
8722 # defined symbols, whereas GNU nm marks them as "W".
8723 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8724 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'
8725 else
5c887dd5 8726 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
8727 fi
8728 aix_use_runtimelinking=no
8729
8730 # Test if we are trying to use run time linking or normal
8731 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8732 # need to do runtime linking.
8733 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8734 for ld_flag in $LDFLAGS; do
8735 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8736 aix_use_runtimelinking=yes
8737 break
8738 fi
8739 done
8740 ;;
8741 esac
8742
8743 exp_sym_flag='-bexport'
8744 no_entry_flag='-bnoentry'
8745 fi
8746
8747 # When large executables or shared objects are built, AIX ld can
8748 # have problems creating the table of contents. If linking a library
8749 # or program results in "error TOC overflow" add -mminimal-toc to
8750 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8751 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8752
8753 archive_cmds=''
8754 hardcode_direct=yes
8755 hardcode_direct_absolute=yes
8756 hardcode_libdir_separator=':'
8757 link_all_deplibs=yes
8758 file_list_spec='${wl}-f,'
8759
8760 if test "$GCC" = yes; then
8761 case $host_os in aix4.[012]|aix4.[012].*)
8762 # We only want to do this on AIX 4.2 and lower, the check
8763 # below for broken collect2 doesn't work under 4.3+
8764 collect2name=`${CC} -print-prog-name=collect2`
8765 if test -f "$collect2name" &&
8766 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8767 then
8768 # We have reworked collect2
8769 :
8770 else
8771 # We have old collect2
8772 hardcode_direct=unsupported
8773 # It fails to find uninstalled libraries when the uninstalled
8774 # path is not listed in the libpath. Setting hardcode_minus_L
8775 # to unsupported forces relinking
8776 hardcode_minus_L=yes
8777 hardcode_libdir_flag_spec='-L$libdir'
8778 hardcode_libdir_separator=
8779 fi
8780 ;;
8781 esac
8782 shared_flag='-shared'
8783 if test "$aix_use_runtimelinking" = yes; then
8784 shared_flag="$shared_flag "'${wl}-G'
8785 fi
8786 else
8787 # not using gcc
8788 if test "$host_cpu" = ia64; then
8789 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8790 # chokes on -Wl,-G. The following line is correct:
8791 shared_flag='-G'
8792 else
8793 if test "$aix_use_runtimelinking" = yes; then
8794 shared_flag='${wl}-G'
8795 else
8796 shared_flag='${wl}-bM:SRE'
8797 fi
8798 fi
8799 fi
8800
8801 export_dynamic_flag_spec='${wl}-bexpall'
8802 # It seems that -bexpall does not export symbols beginning with
8803 # underscore (_), so it is better to generate a list of symbols to export.
8804 always_export_symbols=yes
8805 if test "$aix_use_runtimelinking" = yes; then
8806 # Warning - without using the other runtime loading flags (-brtl),
8807 # -berok will link without error, but may produce a broken library.
8808 allow_undefined_flag='-berok'
8809 # Determine the default libpath from the value encoded in an
8810 # empty executable.
8811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8812/* end confdefs.h. */
8813
8814int
8815main ()
8816{
8817
8818 ;
8819 return 0;
8820}
8821_ACEOF
6bb11ab3 8822if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 8823
6bb11ab3
L
8824lt_aix_libpath_sed='
8825 /Import File Strings/,/^$/ {
8826 /^0/ {
8827 s/^0 *\(.*\)$/\1/
8828 p
8829 }
8830 }'
8831aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8832# Check for a 64-bit object if we didn't find anything.
8833if test -z "$aix_libpath"; then
8834 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8835fi
8836fi
8837rm -f core conftest.err conftest.$ac_objext \
8838 conftest$ac_exeext conftest.$ac_ext
8839if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8840
8841 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8842 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"
8843 else
8844 if test "$host_cpu" = ia64; then
8845 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8846 allow_undefined_flag="-z nodefs"
8847 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"
8848 else
8849 # Determine the default libpath from the value encoded in an
8850 # empty executable.
81ecdfbb
RW
8851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8852/* end confdefs.h. */
8853
8854int
8855main ()
8856{
b7026657 8857
81ecdfbb
RW
8858 ;
8859 return 0;
8860}
8861_ACEOF
6bb11ab3
L
8862if ac_fn_c_try_link "$LINENO"; then :
8863
8864lt_aix_libpath_sed='
8865 /Import File Strings/,/^$/ {
8866 /^0/ {
8867 s/^0 *\(.*\)$/\1/
8868 p
8869 }
8870 }'
8871aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8872# Check for a 64-bit object if we didn't find anything.
8873if test -z "$aix_libpath"; then
8874 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 8875fi
81ecdfbb 8876fi
6bb11ab3
L
8877rm -f core conftest.err conftest.$ac_objext \
8878 conftest$ac_exeext conftest.$ac_ext
8879if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8880
8881 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8882 # Warning - without using the other run time loading flags,
8883 # -berok will link without error, but may produce a broken library.
8884 no_undefined_flag=' ${wl}-bernotok'
8885 allow_undefined_flag=' ${wl}-berok'
8886 if test "$with_gnu_ld" = yes; then
8887 # We only use this code for GNU lds that support --whole-archive.
8888 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8889 else
8890 # Exported symbols can be pulled into shared objects from archives
8891 whole_archive_flag_spec='$convenience'
8892 fi
8893 archive_cmds_need_lc=yes
8894 # This is similar to how AIX traditionally builds its shared libraries.
8895 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'
8896 fi
8897 fi
8898 ;;
8899
8900 amigaos*)
8901 case $host_cpu in
8902 powerpc)
8903 # see comment about AmigaOS4 .so support
8904 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8905 archive_expsym_cmds=''
8906 ;;
8907 m68k)
8908 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)'
8909 hardcode_libdir_flag_spec='-L$libdir'
8910 hardcode_minus_L=yes
8911 ;;
8912 esac
8913 ;;
8914
8915 bsdi[45]*)
8916 export_dynamic_flag_spec=-rdynamic
8917 ;;
8918
8919 cygwin* | mingw* | pw32* | cegcc*)
8920 # When not using gcc, we currently assume that we are using
8921 # Microsoft Visual C++.
8922 # hardcode_libdir_flag_spec is actually meaningless, as there is
8923 # no search path for DLLs.
8924 hardcode_libdir_flag_spec=' '
8925 allow_undefined_flag=unsupported
8926 # Tell ltmain to make .lib files, not .a files.
8927 libext=lib
8928 # Tell ltmain to make .dll files, not .so files.
8929 shrext_cmds=".dll"
8930 # FIXME: Setting linknames here is a bad hack.
8931 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8932 # The linker will automatically build a .lib file if we build a DLL.
8933 old_archive_from_new_cmds='true'
8934 # FIXME: Should let the user specify the lib program.
8935 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8936 fix_srcfile_path='`cygpath -w "$srcfile"`'
8937 enable_shared_with_static_runtimes=yes
8938 ;;
8939
8940 darwin* | rhapsody*)
8941
8942
8943 archive_cmds_need_lc=no
8944 hardcode_direct=no
8945 hardcode_automatic=yes
8946 hardcode_shlibpath_var=unsupported
8947 if test "$lt_cv_ld_force_load" = "yes"; then
8948 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 8949 else
6bb11ab3 8950 whole_archive_flag_spec=''
f0569246 8951 fi
6bb11ab3
L
8952 link_all_deplibs=yes
8953 allow_undefined_flag="$_lt_dar_allow_undefined"
8954 case $cc_basename in
8955 ifort*) _lt_dar_can_shared=yes ;;
8956 *) _lt_dar_can_shared=$GCC ;;
8957 esac
8958 if test "$_lt_dar_can_shared" = "yes"; then
8959 output_verbose_link_cmd=func_echo_all
8960 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8961 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8962 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}"
8963 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}"
8964
f0569246 8965 else
6bb11ab3 8966 ld_shlibs=no
f0569246 8967 fi
6bb11ab3
L
8968
8969 ;;
8970
8971 dgux*)
8972 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8973 hardcode_libdir_flag_spec='-L$libdir'
8974 hardcode_shlibpath_var=no
8975 ;;
8976
8977 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8978 # support. Future versions do this automatically, but an explicit c++rt0.o
8979 # does not break anything, and helps significantly (at the cost of a little
8980 # extra space).
8981 freebsd2.2*)
8982 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8983 hardcode_libdir_flag_spec='-R$libdir'
8984 hardcode_direct=yes
8985 hardcode_shlibpath_var=no
8986 ;;
8987
8988 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8989 freebsd2.*)
8990 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8991 hardcode_direct=yes
8992 hardcode_minus_L=yes
8993 hardcode_shlibpath_var=no
8994 ;;
8995
8996 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8997 freebsd* | dragonfly*)
8998 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8999 hardcode_libdir_flag_spec='-R$libdir'
9000 hardcode_direct=yes
9001 hardcode_shlibpath_var=no
9002 ;;
9003
9004 hpux9*)
9005 if test "$GCC" = yes; then
9006 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'
9007 else
9008 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'
9009 fi
9010 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9011 hardcode_libdir_separator=:
9012 hardcode_direct=yes
9013
9014 # hardcode_minus_L: Not really in the search PATH,
9015 # but as the default location of the library.
9016 hardcode_minus_L=yes
9017 export_dynamic_flag_spec='${wl}-E'
9018 ;;
9019
9020 hpux10*)
9021 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9022 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9023 else
9024 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9025 fi
9026 if test "$with_gnu_ld" = no; then
9027 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9028 hardcode_libdir_flag_spec_ld='+b $libdir'
9029 hardcode_libdir_separator=:
9030 hardcode_direct=yes
9031 hardcode_direct_absolute=yes
9032 export_dynamic_flag_spec='${wl}-E'
9033 # hardcode_minus_L: Not really in the search PATH,
9034 # but as the default location of the library.
9035 hardcode_minus_L=yes
9036 fi
9037 ;;
9038
9039 hpux11*)
9040 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9041 case $host_cpu in
9042 hppa*64*)
9043 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9044 ;;
9045 ia64*)
9046 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9047 ;;
9048 *)
9049 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9050 ;;
9051 esac
9052 else
9053 case $host_cpu in
9054 hppa*64*)
9055 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9056 ;;
9057 ia64*)
9058 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9059 ;;
9060 *)
9061
9062 # Older versions of the 11.00 compiler do not understand -b yet
9063 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9065$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9066if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9067 $as_echo_n "(cached) " >&6
f0569246 9068else
6bb11ab3
L
9069 lt_cv_prog_compiler__b=no
9070 save_LDFLAGS="$LDFLAGS"
9071 LDFLAGS="$LDFLAGS -b"
9072 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9073 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9074 # The linker can only warn and ignore the option if not recognized
9075 # So say no if there are warnings
9076 if test -s conftest.err; then
9077 # Append any errors to the config.log.
9078 cat conftest.err 1>&5
9079 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9080 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9081 if diff conftest.exp conftest.er2 >/dev/null; then
9082 lt_cv_prog_compiler__b=yes
9083 fi
9084 else
9085 lt_cv_prog_compiler__b=yes
9086 fi
9087 fi
9088 $RM -r conftest*
9089 LDFLAGS="$save_LDFLAGS"
f0569246 9090
6bb11ab3
L
9091fi
9092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9093$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9094
6bb11ab3
L
9095if test x"$lt_cv_prog_compiler__b" = xyes; then
9096 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9097else
9098 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9099fi
81ecdfbb 9100
6bb11ab3
L
9101 ;;
9102 esac
9103 fi
9104 if test "$with_gnu_ld" = no; then
9105 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9106 hardcode_libdir_separator=:
9107
9108 case $host_cpu in
9109 hppa*64*|ia64*)
9110 hardcode_direct=no
9111 hardcode_shlibpath_var=no
9112 ;;
9113 *)
9114 hardcode_direct=yes
9115 hardcode_direct_absolute=yes
9116 export_dynamic_flag_spec='${wl}-E'
9117
9118 # hardcode_minus_L: Not really in the search PATH,
9119 # but as the default location of the library.
9120 hardcode_minus_L=yes
9121 ;;
9122 esac
9123 fi
9124 ;;
9125
9126 irix5* | irix6* | nonstopux*)
9127 if test "$GCC" = yes; then
9128 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'
9129 # Try to use the -exported_symbol ld option, if it does not
9130 # work, assume that -exports_file does not work either and
9131 # implicitly export all symbols.
9132 save_LDFLAGS="$LDFLAGS"
9133 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9135/* end confdefs.h. */
9136int foo(void) {}
b7026657 9137_ACEOF
6bb11ab3
L
9138if ac_fn_c_try_link "$LINENO"; then :
9139 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 9140
f0569246 9141fi
6bb11ab3
L
9142rm -f core conftest.err conftest.$ac_objext \
9143 conftest$ac_exeext conftest.$ac_ext
9144 LDFLAGS="$save_LDFLAGS"
9145 else
9146 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'
9147 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'
9148 fi
9149 archive_cmds_need_lc='no'
9150 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9151 hardcode_libdir_separator=:
9152 inherit_rpath=yes
9153 link_all_deplibs=yes
9154 ;;
9155
9156 netbsd*)
9157 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9158 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9159 else
9160 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9161 fi
9162 hardcode_libdir_flag_spec='-R$libdir'
9163 hardcode_direct=yes
9164 hardcode_shlibpath_var=no
9165 ;;
9166
9167 newsos6)
9168 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9169 hardcode_direct=yes
9170 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9171 hardcode_libdir_separator=:
9172 hardcode_shlibpath_var=no
9173 ;;
9174
9175 *nto* | *qnx*)
9176 ;;
9177
9178 openbsd*)
9179 if test -f /usr/libexec/ld.so; then
9180 hardcode_direct=yes
9181 hardcode_shlibpath_var=no
9182 hardcode_direct_absolute=yes
9183 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9184 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9185 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9186 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9187 export_dynamic_flag_spec='${wl}-E'
9188 else
9189 case $host_os in
9190 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9191 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9192 hardcode_libdir_flag_spec='-R$libdir'
9193 ;;
9194 *)
9195 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9196 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9197 ;;
9198 esac
9199 fi
9200 else
9201 ld_shlibs=no
9202 fi
9203 ;;
9204
9205 os2*)
9206 hardcode_libdir_flag_spec='-L$libdir'
9207 hardcode_minus_L=yes
9208 allow_undefined_flag=unsupported
9209 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'
9210 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9211 ;;
9212
9213 osf3*)
9214 if test "$GCC" = yes; then
9215 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9216 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'
9217 else
9218 allow_undefined_flag=' -expect_unresolved \*'
9219 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'
9220 fi
9221 archive_cmds_need_lc='no'
9222 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9223 hardcode_libdir_separator=:
9224 ;;
9225
9226 osf4* | osf5*) # as osf3* with the addition of -msym flag
9227 if test "$GCC" = yes; then
9228 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9229 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'
9230 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9231 else
9232 allow_undefined_flag=' -expect_unresolved \*'
9233 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'
9234 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~
9235 $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'
9236
9237 # Both c and cxx compiler support -rpath directly
9238 hardcode_libdir_flag_spec='-rpath $libdir'
9239 fi
9240 archive_cmds_need_lc='no'
9241 hardcode_libdir_separator=:
9242 ;;
9243
9244 solaris*)
9245 no_undefined_flag=' -z defs'
9246 if test "$GCC" = yes; then
9247 wlarc='${wl}'
9248 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9249 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9250 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9251 else
9252 case `$CC -V 2>&1` in
9253 *"Compilers 5.0"*)
9254 wlarc=''
9255 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9256 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9257 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9258 ;;
9259 *)
9260 wlarc='${wl}'
9261 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9262 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9263 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9264 ;;
9265 esac
9266 fi
9267 hardcode_libdir_flag_spec='-R$libdir'
9268 hardcode_shlibpath_var=no
9269 case $host_os in
9270 solaris2.[0-5] | solaris2.[0-5].*) ;;
9271 *)
9272 # The compiler driver will combine and reorder linker options,
9273 # but understands `-z linker_flag'. GCC discards it without `$wl',
9274 # but is careful enough not to reorder.
9275 # Supported since Solaris 2.6 (maybe 2.5.1?)
9276 if test "$GCC" = yes; then
9277 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9278 else
9279 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9280 fi
9281 ;;
9282 esac
9283 link_all_deplibs=yes
9284 ;;
9285
9286 sunos4*)
9287 if test "x$host_vendor" = xsequent; then
9288 # Use $CC to link under sequent, because it throws in some extra .o
9289 # files that make .init and .fini sections work.
9290 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9291 else
9292 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9293 fi
9294 hardcode_libdir_flag_spec='-L$libdir'
9295 hardcode_direct=yes
9296 hardcode_minus_L=yes
9297 hardcode_shlibpath_var=no
9298 ;;
9299
9300 sysv4)
9301 case $host_vendor in
9302 sni)
9303 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9304 hardcode_direct=yes # is this really true???
9305 ;;
9306 siemens)
9307 ## LD is ld it makes a PLAMLIB
9308 ## CC just makes a GrossModule.
9309 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9310 reload_cmds='$CC -r -o $output$reload_objs'
9311 hardcode_direct=no
9312 ;;
9313 motorola)
9314 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9315 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9316 ;;
9317 esac
9318 runpath_var='LD_RUN_PATH'
9319 hardcode_shlibpath_var=no
9320 ;;
9321
9322 sysv4.3*)
9323 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9324 hardcode_shlibpath_var=no
9325 export_dynamic_flag_spec='-Bexport'
9326 ;;
9327
9328 sysv4*MP*)
9329 if test -d /usr/nec; then
9330 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9331 hardcode_shlibpath_var=no
9332 runpath_var=LD_RUN_PATH
9333 hardcode_runpath_var=yes
9334 ld_shlibs=yes
9335 fi
9336 ;;
9337
9338 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9339 no_undefined_flag='${wl}-z,text'
9340 archive_cmds_need_lc=no
9341 hardcode_shlibpath_var=no
9342 runpath_var='LD_RUN_PATH'
9343
9344 if test "$GCC" = yes; then
9345 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9346 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9347 else
9348 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9349 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9350 fi
9351 ;;
9352
9353 sysv5* | sco3.2v5* | sco5v6*)
9354 # Note: We can NOT use -z defs as we might desire, because we do not
9355 # link with -lc, and that would cause any symbols used from libc to
9356 # always be unresolved, which means just about no library would
9357 # ever link correctly. If we're not using GNU ld we use -z text
9358 # though, which does catch some bad symbols but isn't as heavy-handed
9359 # as -z defs.
9360 no_undefined_flag='${wl}-z,text'
9361 allow_undefined_flag='${wl}-z,nodefs'
9362 archive_cmds_need_lc=no
9363 hardcode_shlibpath_var=no
9364 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9365 hardcode_libdir_separator=':'
9366 link_all_deplibs=yes
9367 export_dynamic_flag_spec='${wl}-Bexport'
9368 runpath_var='LD_RUN_PATH'
9369
9370 if test "$GCC" = yes; then
9371 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9372 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9373 else
9374 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9375 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9376 fi
9377 ;;
9378
9379 uts4*)
9380 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9381 hardcode_libdir_flag_spec='-L$libdir'
9382 hardcode_shlibpath_var=no
9383 ;;
9384
9385 *)
9386 ld_shlibs=no
9387 ;;
9388 esac
9389
9390 if test x$host_vendor = xsni; then
9391 case $host in
9392 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9393 export_dynamic_flag_spec='${wl}-Blargedynsym'
9394 ;;
9395 esac
9396 fi
9397 fi
9398
9399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9400$as_echo "$ld_shlibs" >&6; }
9401test "$ld_shlibs" = no && can_build_shared=no
9402
9403with_gnu_ld=$with_gnu_ld
9404
9405
9406
9407
b7026657 9408
f0569246 9409
f0569246 9410
6ffe910a 9411
6ffe910a
MF
9412
9413
6ffe910a 9414
f0569246 9415
f0569246
AC
9416
9417
6bb11ab3
L
9418
9419#
9420# Do we need to explicitly link libc?
9421#
9422case "x$archive_cmds_need_lc" in
9423x|xyes)
9424 # Assume -lc should be added
9425 archive_cmds_need_lc=yes
9426
9427 if test "$enable_shared" = yes && test "$GCC" = yes; then
9428 case $archive_cmds in
9429 *'~'*)
9430 # FIXME: we may have to deal with multi-command sequences.
9431 ;;
9432 '$CC '*)
9433 # Test whether the compiler implicitly links with -lc since on some
9434 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9435 # to ld, don't add -lc before -lgcc.
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9437$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9438if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9439 $as_echo_n "(cached) " >&6
f0569246 9440else
6bb11ab3
L
9441 $RM conftest*
9442 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9443
9444 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9445 (eval $ac_compile) 2>&5
9446 ac_status=$?
9447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9448 test $ac_status = 0; } 2>conftest.err; then
9449 soname=conftest
9450 lib=conftest
9451 libobjs=conftest.$ac_objext
9452 deplibs=
9453 wl=$lt_prog_compiler_wl
9454 pic_flag=$lt_prog_compiler_pic
9455 compiler_flags=-v
9456 linker_flags=-v
9457 verstring=
9458 output_objdir=.
9459 libname=conftest
9460 lt_save_allow_undefined_flag=$allow_undefined_flag
9461 allow_undefined_flag=
9462 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9463 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9464 ac_status=$?
9465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9466 test $ac_status = 0; }
9467 then
9468 lt_cv_archive_cmds_need_lc=no
9469 else
9470 lt_cv_archive_cmds_need_lc=yes
9471 fi
9472 allow_undefined_flag=$lt_save_allow_undefined_flag
9473 else
9474 cat conftest.err 1>&5
9475 fi
9476 $RM conftest*
b34f6357 9477
6ffe910a 9478fi
6bb11ab3
L
9479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9480$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9481 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9482 ;;
9483 esac
9484 fi
9485 ;;
6ffe910a 9486esac
b34f6357 9487
b34f6357 9488
6ffe910a 9489
b34f6357 9490
81ecdfbb 9491
35695fd6 9492
35695fd6 9493
35695fd6 9494
f0569246 9495
b34f6357 9496
f0569246 9497
b7026657 9498
f0569246 9499
b34f6357 9500
81ecdfbb 9501
b7026657 9502
b34f6357 9503
b34f6357 9504
81ecdfbb 9505
81ecdfbb 9506
81ecdfbb
RW
9507
9508
81ecdfbb 9509
81ecdfbb 9510
f0569246
AC
9511
9512
b34f6357 9513
f0569246 9514
b34f6357 9515
b34f6357 9516
81ecdfbb 9517
b7026657 9518
b34f6357 9519
f0569246 9520
81ecdfbb 9521
f0569246 9522
b34f6357 9523
b34f6357 9524
b7026657 9525
81ecdfbb 9526
b7026657 9527
b34f6357 9528
b34f6357 9529
b7026657
AC
9530
9531
b7026657
AC
9532
9533
6ffe910a 9534
2232061b
MF
9535
9536
2232061b 9537
2232061b
MF
9538
9539
2232061b
MF
9540
9541
2232061b 9542
2232061b
MF
9543
9544
6bb11ab3
L
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9645$as_echo_n "checking dynamic linker characteristics... " >&6; }
9646
9647if test "$GCC" = yes; then
9648 case $host_os in
9649 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9650 *) lt_awk_arg="/^libraries:/" ;;
9651 esac
9652 case $host_os in
9653 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9654 *) lt_sed_strip_eq="s,=/,/,g" ;;
9655 esac
9656 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9657 case $lt_search_path_spec in
9658 *\;*)
9659 # if the path contains ";" then we assume it to be the separator
9660 # otherwise default to the standard path separator (i.e. ":") - it is
9661 # assumed that no part of a normal pathname contains ";" but that should
9662 # okay in the real world where ";" in dirpaths is itself problematic.
9663 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9664 ;;
9665 *)
9666 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9667 ;;
9668 esac
9669 # Ok, now we have the path, separated by spaces, we can step through it
9670 # and add multilib dir if necessary.
9671 lt_tmp_lt_search_path_spec=
9672 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9673 for lt_sys_path in $lt_search_path_spec; do
9674 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9675 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9676 else
9677 test -d "$lt_sys_path" && \
9678 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9679 fi
9680 done
9681 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9682BEGIN {RS=" "; FS="/|\n";} {
9683 lt_foo="";
9684 lt_count=0;
9685 for (lt_i = NF; lt_i > 0; lt_i--) {
9686 if ($lt_i != "" && $lt_i != ".") {
9687 if ($lt_i == "..") {
9688 lt_count++;
9689 } else {
9690 if (lt_count == 0) {
9691 lt_foo="/" $lt_i lt_foo;
9692 } else {
9693 lt_count--;
9694 }
9695 }
9696 }
9697 }
9698 if (lt_foo != "") { lt_freq[lt_foo]++; }
9699 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9700}'`
9701 # AWK program above erroneously prepends '/' to C:/dos/paths
9702 # for these hosts.
9703 case $host_os in
9704 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9705 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9706 esac
9707 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9708else
9709 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9710fi
9711library_names_spec=
9712libname_spec='lib$name'
9713soname_spec=
9714shrext_cmds=".so"
9715postinstall_cmds=
9716postuninstall_cmds=
9717finish_cmds=
9718finish_eval=
9719shlibpath_var=
9720shlibpath_overrides_runpath=unknown
9721version_type=none
9722dynamic_linker="$host_os ld.so"
9723sys_lib_dlsearch_path_spec="/lib /usr/lib"
9724need_lib_prefix=unknown
9725hardcode_into_libs=no
9726
9727# when you set need_version to no, make sure it does not cause -set_version
9728# flags to be left without arguments
9729need_version=unknown
9730
9731case $host_os in
9732aix3*)
9733 version_type=linux
9734 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9735 shlibpath_var=LIBPATH
9736
9737 # AIX 3 has no versioning support, so we append a major version to the name.
9738 soname_spec='${libname}${release}${shared_ext}$major'
9739 ;;
9740
9741aix[4-9]*)
9742 version_type=linux
9743 need_lib_prefix=no
9744 need_version=no
9745 hardcode_into_libs=yes
9746 if test "$host_cpu" = ia64; then
9747 # AIX 5 supports IA64
9748 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9749 shlibpath_var=LD_LIBRARY_PATH
9750 else
9751 # With GCC up to 2.95.x, collect2 would create an import file
9752 # for dependence libraries. The import file would start with
9753 # the line `#! .'. This would cause the generated library to
9754 # depend on `.', always an invalid library. This was fixed in
9755 # development snapshots of GCC prior to 3.0.
9756 case $host_os in
9757 aix4 | aix4.[01] | aix4.[01].*)
9758 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9759 echo ' yes '
9760 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9761 :
9762 else
9763 can_build_shared=no
9764 fi
9765 ;;
9766 esac
9767 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9768 # soname into executable. Probably we can add versioning support to
9769 # collect2, so additional links can be useful in future.
9770 if test "$aix_use_runtimelinking" = yes; then
9771 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9772 # instead of lib<name>.a to let people know that these are not
9773 # typical AIX shared libraries.
9774 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9775 else
9776 # We preserve .a as extension for shared libraries through AIX4.2
9777 # and later when we are not doing run time linking.
9778 library_names_spec='${libname}${release}.a $libname.a'
9779 soname_spec='${libname}${release}${shared_ext}$major'
9780 fi
9781 shlibpath_var=LIBPATH
9782 fi
9783 ;;
9784
9785amigaos*)
9786 case $host_cpu in
9787 powerpc)
9788 # Since July 2007 AmigaOS4 officially supports .so libraries.
9789 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9791 ;;
9792 m68k)
9793 library_names_spec='$libname.ixlibrary $libname.a'
9794 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9795 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'
9796 ;;
9797 esac
9798 ;;
9799
9800beos*)
9801 library_names_spec='${libname}${shared_ext}'
9802 dynamic_linker="$host_os ld.so"
9803 shlibpath_var=LIBRARY_PATH
9804 ;;
9805
9806bsdi[45]*)
9807 version_type=linux
9808 need_version=no
9809 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9810 soname_spec='${libname}${release}${shared_ext}$major'
9811 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9812 shlibpath_var=LD_LIBRARY_PATH
9813 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9814 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9815 # the default ld.so.conf also contains /usr/contrib/lib and
9816 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9817 # libtool to hard-code these into programs
9818 ;;
9819
9820cygwin* | mingw* | pw32* | cegcc*)
9821 version_type=windows
9822 shrext_cmds=".dll"
9823 need_version=no
9824 need_lib_prefix=no
9825
9826 case $GCC,$host_os in
9827 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9828 library_names_spec='$libname.dll.a'
9829 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9830 postinstall_cmds='base_file=`basename \${file}`~
9831 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9832 dldir=$destdir/`dirname \$dlpath`~
9833 test -d \$dldir || mkdir -p \$dldir~
9834 $install_prog $dir/$dlname \$dldir/$dlname~
9835 chmod a+x \$dldir/$dlname~
9836 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9837 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9838 fi'
9839 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9840 dlpath=$dir/\$dldll~
9841 $RM \$dlpath'
9842 shlibpath_overrides_runpath=yes
9843
9844 case $host_os in
9845 cygwin*)
9846 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9847 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9848
9849 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9850 ;;
9851 mingw* | cegcc*)
9852 # MinGW DLLs use traditional 'lib' prefix
9853 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9854 ;;
9855 pw32*)
9856 # pw32 DLLs use 'pw' prefix rather than 'lib'
9857 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9858 ;;
9859 esac
9860 ;;
9861
9862 *)
9863 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9864 ;;
9865 esac
9866 dynamic_linker='Win32 ld.exe'
9867 # FIXME: first we should search . and the directory the executable is in
9868 shlibpath_var=PATH
9869 ;;
9870
9871darwin* | rhapsody*)
9872 dynamic_linker="$host_os dyld"
9873 version_type=darwin
9874 need_lib_prefix=no
9875 need_version=no
9876 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9877 soname_spec='${libname}${release}${major}$shared_ext'
9878 shlibpath_overrides_runpath=yes
9879 shlibpath_var=DYLD_LIBRARY_PATH
9880 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9881
9882 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9883 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9884 ;;
9885
9886dgux*)
9887 version_type=linux
9888 need_lib_prefix=no
9889 need_version=no
9890 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9891 soname_spec='${libname}${release}${shared_ext}$major'
9892 shlibpath_var=LD_LIBRARY_PATH
9893 ;;
9894
9895freebsd* | dragonfly*)
9896 # DragonFly does not have aout. When/if they implement a new
9897 # versioning mechanism, adjust this.
9898 if test -x /usr/bin/objformat; then
9899 objformat=`/usr/bin/objformat`
9900 else
9901 case $host_os in
9902 freebsd[23].*) objformat=aout ;;
9903 *) objformat=elf ;;
9904 esac
9905 fi
9906 version_type=freebsd-$objformat
9907 case $version_type in
9908 freebsd-elf*)
9909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9910 need_version=no
9911 need_lib_prefix=no
9912 ;;
9913 freebsd-*)
9914 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9915 need_version=yes
9916 ;;
9917 esac
9918 shlibpath_var=LD_LIBRARY_PATH
9919 case $host_os in
9920 freebsd2.*)
9921 shlibpath_overrides_runpath=yes
9922 ;;
9923 freebsd3.[01]* | freebsdelf3.[01]*)
9924 shlibpath_overrides_runpath=yes
9925 hardcode_into_libs=yes
9926 ;;
9927 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9928 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9929 shlibpath_overrides_runpath=no
9930 hardcode_into_libs=yes
9931 ;;
9932 *) # from 4.6 on, and DragonFly
9933 shlibpath_overrides_runpath=yes
9934 hardcode_into_libs=yes
9935 ;;
9936 esac
9937 ;;
9938
6bb11ab3
L
9939haiku*)
9940 version_type=linux
9941 need_lib_prefix=no
9942 need_version=no
9943 dynamic_linker="$host_os runtime_loader"
9944 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9945 soname_spec='${libname}${release}${shared_ext}$major'
9946 shlibpath_var=LIBRARY_PATH
9947 shlibpath_overrides_runpath=yes
9948 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9949 hardcode_into_libs=yes
9950 ;;
9951
9952hpux9* | hpux10* | hpux11*)
9953 # Give a soname corresponding to the major version so that dld.sl refuses to
9954 # link against other versions.
9955 version_type=sunos
9956 need_lib_prefix=no
9957 need_version=no
9958 case $host_cpu in
9959 ia64*)
9960 shrext_cmds='.so'
9961 hardcode_into_libs=yes
9962 dynamic_linker="$host_os dld.so"
9963 shlibpath_var=LD_LIBRARY_PATH
9964 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 if test "X$HPUX_IA64_MODE" = X32; then
9968 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9969 else
9970 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9971 fi
9972 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9973 ;;
9974 hppa*64*)
9975 shrext_cmds='.sl'
9976 hardcode_into_libs=yes
9977 dynamic_linker="$host_os dld.sl"
9978 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9979 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9981 soname_spec='${libname}${release}${shared_ext}$major'
9982 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9983 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9984 ;;
9985 *)
9986 shrext_cmds='.sl'
9987 dynamic_linker="$host_os dld.sl"
9988 shlibpath_var=SHLIB_PATH
9989 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9990 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9991 soname_spec='${libname}${release}${shared_ext}$major'
9992 ;;
9993 esac
9994 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9995 postinstall_cmds='chmod 555 $lib'
9996 # or fails outright, so override atomically:
9997 install_override_mode=555
9998 ;;
9999
10000interix[3-9]*)
10001 version_type=linux
10002 need_lib_prefix=no
10003 need_version=no
10004 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10005 soname_spec='${libname}${release}${shared_ext}$major'
10006 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10007 shlibpath_var=LD_LIBRARY_PATH
10008 shlibpath_overrides_runpath=no
10009 hardcode_into_libs=yes
10010 ;;
10011
10012irix5* | irix6* | nonstopux*)
10013 case $host_os in
10014 nonstopux*) version_type=nonstopux ;;
10015 *)
10016 if test "$lt_cv_prog_gnu_ld" = yes; then
10017 version_type=linux
10018 else
10019 version_type=irix
10020 fi ;;
10021 esac
10022 need_lib_prefix=no
10023 need_version=no
10024 soname_spec='${libname}${release}${shared_ext}$major'
10025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10026 case $host_os in
10027 irix5* | nonstopux*)
10028 libsuff= shlibsuff=
10029 ;;
10030 *)
10031 case $LD in # libtool.m4 will add one of these switches to LD
10032 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10033 libsuff= shlibsuff= libmagic=32-bit;;
10034 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10035 libsuff=32 shlibsuff=N32 libmagic=N32;;
10036 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10037 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10038 *) libsuff= shlibsuff= libmagic=never-match;;
10039 esac
10040 ;;
10041 esac
10042 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10043 shlibpath_overrides_runpath=no
10044 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10045 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10046 hardcode_into_libs=yes
10047 ;;
10048
10049# No shared lib support for Linux oldld, aout, or coff.
10050linux*oldld* | linux*aout* | linux*coff*)
10051 dynamic_linker=no
10052 ;;
10053
10054# This must be Linux ELF.
46f900c0 10055linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
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 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10062 shlibpath_var=LD_LIBRARY_PATH
10063 shlibpath_overrides_runpath=no
10064
10065 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10066 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10067 $as_echo_n "(cached) " >&6
10068else
6bb11ab3
L
10069 lt_cv_shlibpath_overrides_runpath=no
10070 save_LDFLAGS=$LDFLAGS
10071 save_libdir=$libdir
10072 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10073 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10075/* end confdefs.h. */
10076
2232061b
MF
10077int
10078main ()
10079{
10080
10081 ;
10082 return 0;
10083}
10084_ACEOF
6bb11ab3
L
10085if ac_fn_c_try_link "$LINENO"; then :
10086 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10087 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10088fi
2232061b 10089fi
6bb11ab3
L
10090rm -f core conftest.err conftest.$ac_objext \
10091 conftest$ac_exeext conftest.$ac_ext
10092 LDFLAGS=$save_LDFLAGS
10093 libdir=$save_libdir
2232061b 10094
6bb11ab3 10095fi
2232061b 10096
6bb11ab3 10097 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10098
6bb11ab3
L
10099 # This implies no fast_install, which is unacceptable.
10100 # Some rework will be needed to allow for fast_install
10101 # before this can be enabled.
10102 hardcode_into_libs=yes
2232061b 10103
6bb11ab3
L
10104 # Append ld.so.conf contents to the search path
10105 if test -f /etc/ld.so.conf; then
10106 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' ' '`
10107 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10108 fi
2232061b 10109
6bb11ab3
L
10110 # We used to test for /lib/ld.so.1 and disable shared libraries on
10111 # powerpc, because MkLinux only supported shared libraries with the
10112 # GNU dynamic linker. Since this was broken with cross compilers,
10113 # most powerpc-linux boxes support dynamic linking these days and
10114 # people can always --disable-shared, the test was removed, and we
10115 # assume the GNU/Linux dynamic linker is in use.
10116 dynamic_linker='GNU/Linux ld.so'
10117 ;;
10118
10119netbsd*)
10120 version_type=sunos
10121 need_lib_prefix=no
10122 need_version=no
10123 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10124 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10125 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10126 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10127 else
6bb11ab3
L
10128 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10129 soname_spec='${libname}${release}${shared_ext}$major'
10130 dynamic_linker='NetBSD ld.elf_so'
10131 fi
10132 shlibpath_var=LD_LIBRARY_PATH
10133 shlibpath_overrides_runpath=yes
10134 hardcode_into_libs=yes
10135 ;;
10136
10137newsos6)
10138 version_type=linux
10139 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10140 shlibpath_var=LD_LIBRARY_PATH
10141 shlibpath_overrides_runpath=yes
10142 ;;
10143
10144*nto* | *qnx*)
10145 version_type=qnx
10146 need_lib_prefix=no
10147 need_version=no
10148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10149 soname_spec='${libname}${release}${shared_ext}$major'
10150 shlibpath_var=LD_LIBRARY_PATH
10151 shlibpath_overrides_runpath=no
10152 hardcode_into_libs=yes
10153 dynamic_linker='ldqnx.so'
10154 ;;
10155
10156openbsd*)
10157 version_type=sunos
10158 sys_lib_dlsearch_path_spec="/usr/lib"
10159 need_lib_prefix=no
10160 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10161 case $host_os in
10162 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10163 *) need_version=no ;;
10164 esac
10165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10166 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10167 shlibpath_var=LD_LIBRARY_PATH
10168 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10169 case $host_os in
10170 openbsd2.[89] | openbsd2.[89].*)
10171 shlibpath_overrides_runpath=no
10172 ;;
10173 *)
10174 shlibpath_overrides_runpath=yes
10175 ;;
10176 esac
10177 else
10178 shlibpath_overrides_runpath=yes
10179 fi
10180 ;;
10181
10182os2*)
10183 libname_spec='$name'
10184 shrext_cmds=".dll"
10185 need_lib_prefix=no
10186 library_names_spec='$libname${shared_ext} $libname.a'
10187 dynamic_linker='OS/2 ld.exe'
10188 shlibpath_var=LIBPATH
10189 ;;
10190
10191osf3* | osf4* | osf5*)
10192 version_type=osf
10193 need_lib_prefix=no
10194 need_version=no
10195 soname_spec='${libname}${release}${shared_ext}$major'
10196 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10197 shlibpath_var=LD_LIBRARY_PATH
10198 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10199 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10200 ;;
10201
10202rdos*)
10203 dynamic_linker=no
10204 ;;
10205
10206solaris*)
10207 version_type=linux
10208 need_lib_prefix=no
10209 need_version=no
10210 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10211 soname_spec='${libname}${release}${shared_ext}$major'
10212 shlibpath_var=LD_LIBRARY_PATH
10213 shlibpath_overrides_runpath=yes
10214 hardcode_into_libs=yes
10215 # ldd complains unless libraries are executable
10216 postinstall_cmds='chmod +x $lib'
10217 ;;
10218
10219sunos4*)
10220 version_type=sunos
10221 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10222 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10223 shlibpath_var=LD_LIBRARY_PATH
10224 shlibpath_overrides_runpath=yes
10225 if test "$with_gnu_ld" = yes; then
10226 need_lib_prefix=no
10227 fi
10228 need_version=yes
10229 ;;
10230
10231sysv4 | sysv4.3*)
10232 version_type=linux
10233 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10234 soname_spec='${libname}${release}${shared_ext}$major'
10235 shlibpath_var=LD_LIBRARY_PATH
10236 case $host_vendor in
10237 sni)
10238 shlibpath_overrides_runpath=no
10239 need_lib_prefix=no
10240 runpath_var=LD_RUN_PATH
10241 ;;
10242 siemens)
10243 need_lib_prefix=no
10244 ;;
10245 motorola)
10246 need_lib_prefix=no
10247 need_version=no
10248 shlibpath_overrides_runpath=no
10249 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10250 ;;
10251 esac
10252 ;;
10253
10254sysv4*MP*)
10255 if test -d /usr/nec ;then
10256 version_type=linux
10257 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10258 soname_spec='$libname${shared_ext}.$major'
10259 shlibpath_var=LD_LIBRARY_PATH
2232061b 10260 fi
6bb11ab3
L
10261 ;;
10262
10263sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10264 version_type=freebsd-elf
10265 need_lib_prefix=no
10266 need_version=no
10267 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10268 soname_spec='${libname}${release}${shared_ext}$major'
10269 shlibpath_var=LD_LIBRARY_PATH
10270 shlibpath_overrides_runpath=yes
10271 hardcode_into_libs=yes
10272 if test "$with_gnu_ld" = yes; then
10273 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10274 else
10275 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10276 case $host_os in
10277 sco3.2v5*)
10278 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10279 ;;
10280 esac
10281 fi
10282 sys_lib_dlsearch_path_spec='/usr/lib'
10283 ;;
10284
10285tpf*)
10286 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10287 version_type=linux
10288 need_lib_prefix=no
10289 need_version=no
10290 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10291 shlibpath_var=LD_LIBRARY_PATH
10292 shlibpath_overrides_runpath=no
10293 hardcode_into_libs=yes
10294 ;;
10295
10296uts4*)
10297 version_type=linux
10298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10299 soname_spec='${libname}${release}${shared_ext}$major'
10300 shlibpath_var=LD_LIBRARY_PATH
10301 ;;
10302
10303*)
10304 dynamic_linker=no
10305 ;;
10306esac
10307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10308$as_echo "$dynamic_linker" >&6; }
10309test "$dynamic_linker" = no && can_build_shared=no
10310
10311variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10312if test "$GCC" = yes; then
10313 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10314fi
2232061b 10315
6bb11ab3
L
10316if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10317 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10318fi
10319if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10320 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10321fi
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
2232061b 10348
2232061b 10349
2232061b 10350
2232061b 10351
2232061b
MF
10352
10353
6ffe910a 10354
6ffe910a
MF
10355
10356
10357
10358
10359
2232061b 10360
6ffe910a
MF
10361
10362
10363
10364
6ffe910a 10365
6ffe910a 10366
6ffe910a
MF
10367
10368
6ffe910a 10369
6ffe910a 10370
6ffe910a
MF
10371
10372
5f3ef9d0 10373
5f3ef9d0
JB
10374
10375
10376
db2e4d67
MF
10377
10378
db2e4d67 10379
db2e4d67 10380
db2e4d67 10381
db2e4d67 10382
db2e4d67 10383
db2e4d67 10384
db2e4d67 10385
db2e4d67
MF
10386
10387
db2e4d67 10388
db2e4d67
MF
10389
10390
db2e4d67 10391
db2e4d67
MF
10392
10393
6ffe910a 10394
6ffe910a 10395
6ffe910a
MF
10396
10397
6ffe910a
MF
10398
10399
6ffe910a 10400
6ffe910a 10401
6ffe910a 10402
6ffe910a 10403
6ffe910a 10404
b7026657 10405
b7026657 10406
b34f6357 10407
b7026657 10408
b7026657 10409
b34f6357 10410
b7026657 10411
b7026657 10412
b34f6357 10413
6bb11ab3
L
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10415$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10416hardcode_action=
10417if test -n "$hardcode_libdir_flag_spec" ||
10418 test -n "$runpath_var" ||
10419 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10420
6bb11ab3
L
10421 # We can hardcode non-existent directories.
10422 if test "$hardcode_direct" != no &&
10423 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10424 # have to relink, otherwise we might link with an installed library
10425 # when we should be linking with a yet-to-be-installed one
10426 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10427 test "$hardcode_minus_L" != no; then
10428 # Linking always hardcodes the temporary library directory.
10429 hardcode_action=relink
10430 else
10431 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10432 hardcode_action=immediate
10433 fi
10434else
10435 # We cannot hardcode anything, or else we can only hardcode existing
10436 # directories.
10437 hardcode_action=unsupported
b34f6357 10438fi
6bb11ab3
L
10439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10440$as_echo "$hardcode_action" >&6; }
b7026657 10441
6bb11ab3
L
10442if test "$hardcode_action" = relink ||
10443 test "$inherit_rpath" = yes; then
10444 # Fast installation is not supported
10445 enable_fast_install=no
10446elif test "$shlibpath_overrides_runpath" = yes ||
10447 test "$enable_shared" = no; then
10448 # Fast installation is not necessary
10449 enable_fast_install=needless
10450fi
b34f6357 10451
6bb11ab3
L
10452
10453
10454
10455
10456
10457 if test "x$enable_dlopen" != xyes; then
10458 enable_dlopen=unknown
10459 enable_dlopen_self=unknown
10460 enable_dlopen_self_static=unknown
10461else
10462 lt_cv_dlopen=no
10463 lt_cv_dlopen_libs=
10464
10465 case $host_os in
10466 beos*)
10467 lt_cv_dlopen="load_add_on"
10468 lt_cv_dlopen_libs=
10469 lt_cv_dlopen_self=yes
10470 ;;
10471
10472 mingw* | pw32* | cegcc*)
10473 lt_cv_dlopen="LoadLibrary"
10474 lt_cv_dlopen_libs=
10475 ;;
10476
10477 cygwin*)
10478 lt_cv_dlopen="dlopen"
10479 lt_cv_dlopen_libs=
10480 ;;
10481
10482 darwin*)
10483 # if libdl is installed we need to link against it
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10485$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10486if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10487 $as_echo_n "(cached) " >&6
10488else
10489 ac_check_lib_save_LIBS=$LIBS
10490LIBS="-ldl $LIBS"
10491cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10492/* end confdefs.h. */
10493
10494/* Override any GCC internal prototype to avoid an error.
10495 Use char because int might match the return type of a GCC
10496 builtin and then its argument prototype would still apply. */
10497#ifdef __cplusplus
10498extern "C"
10499#endif
10500char dlopen ();
10501int
10502main ()
10503{
10504return dlopen ();
10505 ;
10506 return 0;
10507}
b7026657 10508_ACEOF
6bb11ab3
L
10509if ac_fn_c_try_link "$LINENO"; then :
10510 ac_cv_lib_dl_dlopen=yes
10511else
10512 ac_cv_lib_dl_dlopen=no
10513fi
10514rm -f core conftest.err conftest.$ac_objext \
10515 conftest$ac_exeext conftest.$ac_ext
10516LIBS=$ac_check_lib_save_LIBS
10517fi
10518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10519$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10520if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10521 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10522else
10523
10524 lt_cv_dlopen="dyld"
10525 lt_cv_dlopen_libs=
10526 lt_cv_dlopen_self=yes
b34f6357 10527
b34f6357 10528fi
b34f6357 10529
6bb11ab3 10530 ;;
b34f6357 10531
6bb11ab3
L
10532 *)
10533 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10534if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10535 lt_cv_dlopen="shl_load"
10536else
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10538$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10539if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10540 $as_echo_n "(cached) " >&6
10541else
10542 ac_check_lib_save_LIBS=$LIBS
10543LIBS="-ldld $LIBS"
10544cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10545/* end confdefs.h. */
10546
10547/* Override any GCC internal prototype to avoid an error.
10548 Use char because int might match the return type of a GCC
10549 builtin and then its argument prototype would still apply. */
10550#ifdef __cplusplus
10551extern "C"
10552#endif
10553char shl_load ();
10554int
10555main ()
10556{
10557return shl_load ();
10558 ;
10559 return 0;
10560}
10561_ACEOF
10562if ac_fn_c_try_link "$LINENO"; then :
10563 ac_cv_lib_dld_shl_load=yes
10564else
10565 ac_cv_lib_dld_shl_load=no
10566fi
10567rm -f core conftest.err conftest.$ac_objext \
10568 conftest$ac_exeext conftest.$ac_ext
10569LIBS=$ac_check_lib_save_LIBS
10570fi
10571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10572$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10573if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10574 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10575else
10576 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10577if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10578 lt_cv_dlopen="dlopen"
10579else
10580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10581$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10582if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10583 $as_echo_n "(cached) " >&6
b34f6357 10584else
b7026657 10585 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10586LIBS="-ldl $LIBS"
81ecdfbb 10587cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10588/* end confdefs.h. */
10589
81ecdfbb
RW
10590/* Override any GCC internal prototype to avoid an error.
10591 Use char because int might match the return type of a GCC
10592 builtin and then its argument prototype would still apply. */
b7026657
AC
10593#ifdef __cplusplus
10594extern "C"
10595#endif
6bb11ab3 10596char dlopen ();
b7026657
AC
10597int
10598main ()
10599{
6bb11ab3 10600return dlopen ();
b7026657
AC
10601 ;
10602 return 0;
10603}
10604_ACEOF
81ecdfbb 10605if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10606 ac_cv_lib_dl_dlopen=yes
b7026657 10607else
6bb11ab3 10608 ac_cv_lib_dl_dlopen=no
b7026657 10609fi
81ecdfbb
RW
10610rm -f core conftest.err conftest.$ac_objext \
10611 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10612LIBS=$ac_check_lib_save_LIBS
10613fi
6bb11ab3
L
10614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10615$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10616if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10617 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10618else
10619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10620$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10621if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10622 $as_echo_n "(cached) " >&6
b34f6357 10623else
b7026657 10624 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10625LIBS="-lsvld $LIBS"
81ecdfbb 10626cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10627/* end confdefs.h. */
b34f6357 10628
81ecdfbb
RW
10629/* Override any GCC internal prototype to avoid an error.
10630 Use char because int might match the return type of a GCC
10631 builtin and then its argument prototype would still apply. */
b7026657
AC
10632#ifdef __cplusplus
10633extern "C"
10634#endif
6bb11ab3 10635char dlopen ();
b7026657
AC
10636int
10637main ()
10638{
6bb11ab3 10639return dlopen ();
b7026657
AC
10640 ;
10641 return 0;
10642}
10643_ACEOF
81ecdfbb 10644if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10645 ac_cv_lib_svld_dlopen=yes
b7026657 10646else
6bb11ab3 10647 ac_cv_lib_svld_dlopen=no
b7026657 10648fi
81ecdfbb
RW
10649rm -f core conftest.err conftest.$ac_objext \
10650 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10651LIBS=$ac_check_lib_save_LIBS
10652fi
6bb11ab3
L
10653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10654$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10655if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10656 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10657else
6bb11ab3
L
10658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10659$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10660if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10661 $as_echo_n "(cached) " >&6
b5bd9624 10662else
6bb11ab3
L
10663 ac_check_lib_save_LIBS=$LIBS
10664LIBS="-ldld $LIBS"
81ecdfbb 10665cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10666/* end confdefs.h. */
10667
81ecdfbb
RW
10668/* Override any GCC internal prototype to avoid an error.
10669 Use char because int might match the return type of a GCC
b5bd9624 10670 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10671#ifdef __cplusplus
10672extern "C"
10673#endif
6bb11ab3 10674char dld_link ();
b5bd9624
HPN
10675int
10676main ()
10677{
6bb11ab3 10678return dld_link ();
b5bd9624
HPN
10679 ;
10680 return 0;
10681}
10682_ACEOF
6bb11ab3
L
10683if ac_fn_c_try_link "$LINENO"; then :
10684 ac_cv_lib_dld_dld_link=yes
10685else
10686 ac_cv_lib_dld_dld_link=no
10687fi
10688rm -f core conftest.err conftest.$ac_objext \
10689 conftest$ac_exeext conftest.$ac_ext
10690LIBS=$ac_check_lib_save_LIBS
10691fi
10692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10693$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10694if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10695 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10696fi
10697
10698
10699fi
10700
10701
10702fi
10703
10704
10705fi
10706
10707
10708fi
10709
10710
10711fi
10712
10713 ;;
10714 esac
10715
10716 if test "x$lt_cv_dlopen" != xno; then
10717 enable_dlopen=yes
b5bd9624 10718 else
6bb11ab3
L
10719 enable_dlopen=no
10720 fi
10721
10722 case $lt_cv_dlopen in
10723 dlopen)
10724 save_CPPFLAGS="$CPPFLAGS"
10725 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10726
10727 save_LDFLAGS="$LDFLAGS"
10728 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10729
10730 save_LIBS="$LIBS"
10731 LIBS="$lt_cv_dlopen_libs $LIBS"
10732
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10734$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10735if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10736 $as_echo_n "(cached) " >&6
10737else
10738 if test "$cross_compiling" = yes; then :
10739 lt_cv_dlopen_self=cross
10740else
10741 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10742 lt_status=$lt_dlunknown
10743 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10744#line 10744 "configure"
6bb11ab3
L
10745#include "confdefs.h"
10746
10747#if HAVE_DLFCN_H
10748#include <dlfcn.h>
10749#endif
10750
10751#include <stdio.h>
10752
10753#ifdef RTLD_GLOBAL
10754# define LT_DLGLOBAL RTLD_GLOBAL
10755#else
10756# ifdef DL_GLOBAL
10757# define LT_DLGLOBAL DL_GLOBAL
10758# else
10759# define LT_DLGLOBAL 0
10760# endif
10761#endif
10762
10763/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10764 find out it does not work in some platform. */
10765#ifndef LT_DLLAZY_OR_NOW
10766# ifdef RTLD_LAZY
10767# define LT_DLLAZY_OR_NOW RTLD_LAZY
10768# else
10769# ifdef DL_LAZY
10770# define LT_DLLAZY_OR_NOW DL_LAZY
10771# else
10772# ifdef RTLD_NOW
10773# define LT_DLLAZY_OR_NOW RTLD_NOW
10774# else
10775# ifdef DL_NOW
10776# define LT_DLLAZY_OR_NOW DL_NOW
10777# else
10778# define LT_DLLAZY_OR_NOW 0
10779# endif
10780# endif
10781# endif
10782# endif
10783#endif
10784
10785/* When -fvisbility=hidden is used, assume the code has been annotated
10786 correspondingly for the symbols needed. */
10787#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10788void fnord () __attribute__((visibility("default")));
10789#endif
10790
10791void fnord () { int i=42; }
10792int main ()
10793{
10794 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10795 int status = $lt_dlunknown;
10796
10797 if (self)
10798 {
10799 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10800 else
10801 {
10802 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10803 else puts (dlerror ());
10804 }
10805 /* dlclose (self); */
10806 }
10807 else
10808 puts (dlerror ());
10809
10810 return status;
10811}
10812_LT_EOF
10813 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10814 (eval $ac_link) 2>&5
10815 ac_status=$?
10816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10817 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10818 (./conftest; exit; ) >&5 2>/dev/null
10819 lt_status=$?
10820 case x$lt_status in
10821 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10822 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10823 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10824 esac
10825 else :
10826 # compilation failed
10827 lt_cv_dlopen_self=no
b5bd9624 10828 fi
b5bd9624 10829fi
6bb11ab3
L
10830rm -fr conftest*
10831
10832
b5bd9624 10833fi
6bb11ab3
L
10834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10835$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10836
6bb11ab3
L
10837 if test "x$lt_cv_dlopen_self" = xyes; then
10838 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10840$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10841if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10842 $as_echo_n "(cached) " >&6
b5bd9624 10843else
6bb11ab3
L
10844 if test "$cross_compiling" = yes; then :
10845 lt_cv_dlopen_self_static=cross
10846else
10847 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10848 lt_status=$lt_dlunknown
10849 cat > conftest.$ac_ext <<_LT_EOF
47ce766a 10850#line 10850 "configure"
6bb11ab3
L
10851#include "confdefs.h"
10852
10853#if HAVE_DLFCN_H
10854#include <dlfcn.h>
10855#endif
10856
10857#include <stdio.h>
10858
10859#ifdef RTLD_GLOBAL
10860# define LT_DLGLOBAL RTLD_GLOBAL
10861#else
10862# ifdef DL_GLOBAL
10863# define LT_DLGLOBAL DL_GLOBAL
10864# else
10865# define LT_DLGLOBAL 0
10866# endif
10867#endif
10868
10869/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10870 find out it does not work in some platform. */
10871#ifndef LT_DLLAZY_OR_NOW
10872# ifdef RTLD_LAZY
10873# define LT_DLLAZY_OR_NOW RTLD_LAZY
10874# else
10875# ifdef DL_LAZY
10876# define LT_DLLAZY_OR_NOW DL_LAZY
10877# else
10878# ifdef RTLD_NOW
10879# define LT_DLLAZY_OR_NOW RTLD_NOW
10880# else
10881# ifdef DL_NOW
10882# define LT_DLLAZY_OR_NOW DL_NOW
10883# else
10884# define LT_DLLAZY_OR_NOW 0
10885# endif
10886# endif
10887# endif
10888# endif
10889#endif
10890
10891/* When -fvisbility=hidden is used, assume the code has been annotated
10892 correspondingly for the symbols needed. */
10893#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10894void fnord () __attribute__((visibility("default")));
10895#endif
10896
10897void fnord () { int i=42; }
10898int main ()
10899{
10900 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10901 int status = $lt_dlunknown;
10902
10903 if (self)
10904 {
10905 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10906 else
10907 {
10908 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10909 else puts (dlerror ());
10910 }
10911 /* dlclose (self); */
10912 }
10913 else
10914 puts (dlerror ());
10915
10916 return status;
10917}
10918_LT_EOF
10919 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10920 (eval $ac_link) 2>&5
10921 ac_status=$?
10922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10923 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10924 (./conftest; exit; ) >&5 2>/dev/null
10925 lt_status=$?
10926 case x$lt_status in
10927 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10928 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10929 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10930 esac
10931 else :
10932 # compilation failed
10933 lt_cv_dlopen_self_static=no
10934 fi
b5bd9624 10935fi
6bb11ab3
L
10936rm -fr conftest*
10937
10938
b5bd9624 10939fi
6bb11ab3
L
10940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10941$as_echo "$lt_cv_dlopen_self_static" >&6; }
10942 fi
10943
10944 CPPFLAGS="$save_CPPFLAGS"
10945 LDFLAGS="$save_LDFLAGS"
10946 LIBS="$save_LIBS"
10947 ;;
10948 esac
10949
10950 case $lt_cv_dlopen_self in
10951 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10952 *) enable_dlopen_self=unknown ;;
10953 esac
10954
10955 case $lt_cv_dlopen_self_static in
10956 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10957 *) enable_dlopen_self_static=unknown ;;
10958 esac
10959fi
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977striplib=
10978old_striplib=
10979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10980$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10981if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10982 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10983 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10985$as_echo "yes" >&6; }
10986else
10987# FIXME - insert some real tests, host_os isn't really good enough
10988 case $host_os in
10989 darwin*)
10990 if test -n "$STRIP" ; then
10991 striplib="$STRIP -x"
10992 old_striplib="$STRIP -S"
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10994$as_echo "yes" >&6; }
10995 else
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10997$as_echo "no" >&6; }
10998 fi
10999 ;;
11000 *)
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11002$as_echo "no" >&6; }
11003 ;;
11004 esac
11005fi
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018 # Report which library types will actually be built
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11020$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11022$as_echo "$can_build_shared" >&6; }
11023
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11025$as_echo_n "checking whether to build shared libraries... " >&6; }
11026 test "$can_build_shared" = "no" && enable_shared=no
11027
11028 # On AIX, shared libraries and static libraries use the same namespace, and
11029 # are all built from PIC.
11030 case $host_os in
11031 aix3*)
11032 test "$enable_shared" = yes && enable_static=no
11033 if test -n "$RANLIB"; then
11034 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11035 postinstall_cmds='$RANLIB $lib'
11036 fi
11037 ;;
11038
11039 aix[4-9]*)
11040 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11041 test "$enable_shared" = yes && enable_static=no
11042 fi
11043 ;;
11044 esac
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11046$as_echo "$enable_shared" >&6; }
11047
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11049$as_echo_n "checking whether to build static libraries... " >&6; }
11050 # Make sure either enable_shared or enable_static is yes.
11051 test "$enable_shared" = yes || enable_static=yes
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11053$as_echo "$enable_static" >&6; }
11054
11055
11056
11057
11058fi
11059ac_ext=c
11060ac_cpp='$CPP $CPPFLAGS'
11061ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11062ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11063ac_compiler_gnu=$ac_cv_c_compiler_gnu
11064
11065CC="$lt_save_CC"
11066
11067
11068
11069
11070
11071
11072
11073
11074
b5bd9624 11075
b5bd9624 11076
b5bd9624 11077
b5bd9624 11078
6bb11ab3
L
11079 ac_config_commands="$ac_config_commands libtool"
11080
11081
11082
11083
11084# Only expand once:
11085
11086
5912fadd 11087
b5bd9624 11088
b34f6357 11089
31e6ad7d
MF
11090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11091$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11092 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11093if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11094 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11095else
11096 USE_MAINTAINER_MODE=no
b34f6357 11097fi
31e6ad7d
MF
11098
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11100$as_echo "$USE_MAINTAINER_MODE" >&6; }
11101 if test $USE_MAINTAINER_MODE = yes; then
11102 MAINTAINER_MODE_TRUE=
11103 MAINTAINER_MODE_FALSE='#'
b34f6357 11104else
31e6ad7d
MF
11105 MAINTAINER_MODE_TRUE='#'
11106 MAINTAINER_MODE_FALSE=
81ecdfbb 11107fi
b34f6357 11108
31e6ad7d
MF
11109 MAINT=$MAINTAINER_MODE_TRUE
11110
11111
b34f6357 11112
81ecdfbb 11113
347fe5bb
MF
11114sim_inline="-DDEFAULT_INLINE=0"
11115# Check whether --enable-sim-inline was given.
11116if test "${enable_sim_inline+set}" = set; then :
11117 enableval=$enable_sim_inline; sim_inline=""
11118case "$enableval" in
11119 no) sim_inline="-DDEFAULT_INLINE=0";;
11120 0) sim_inline="-DDEFAULT_INLINE=0";;
11121 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11122 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11123 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11124 new_flag=""
11125 case "$x" in
11126 *_INLINE=*) new_flag="-D$x";;
11127 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11128 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11129 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11130 esac
11131 if test x"$sim_inline" = x""; then
11132 sim_inline="$new_flag"
11133 else
11134 sim_inline="$sim_inline $new_flag"
11135 fi
11136 done;;
11137esac
11138if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11139 echo "Setting inline flags = $sim_inline" 6>&1
11140fi
11141fi
11142
11143
11144
6efef468 11145
b34f6357 11146default_sim_scache="16384"
81ecdfbb
RW
11147# Check whether --enable-sim-scache was given.
11148if test "${enable_sim_scache+set}" = set; then :
11149 enableval=$enable_sim_scache; case "${enableval}" in
b34f6357
DB
11150 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
11151 no) sim_scache="-DWITH_SCACHE=0" ;;
379832de 11152 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 11153 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
b34f6357
DB
11154 sim_scache="";;
11155esac
11156if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
11157 echo "Setting scache size = $sim_scache" 6>&1
11158fi
11159else
11160 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
11161fi
11162
b7026657
AC
11163
11164
11165default_sim_default_model="fr500"
81ecdfbb
RW
11166# Check whether --enable-sim-default-model was given.
11167if test "${enable_sim_default_model+set}" = set; then :
11168 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11169 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
b7026657
AC
11170 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11171esac
11172if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11173 echo "Setting default model = $sim_default_model" 6>&1
11174fi
11175else
11176 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
11177fi
11178
b7026657
AC
11179
11180
982c3a65
MF
11181cgen_maint=no
11182cgen=guile
11183cgendir='$(srcdir)/../../cgen'
11184# Check whether --enable-cgen-maint was given.
11185if test "${enable_cgen_maint+set}" = set; then :
11186 enableval=$enable_cgen_maint; case "${enableval}" in
11187 yes) cgen_maint=yes ;;
11188 no) cgen_maint=no ;;
11189 *)
11190 # Argument is a directory where cgen can be found. In some
11191 # future world cgen could be installable, but right now this
11192 # is not the case. Instead we assume the directory is a path
11193 # to the cgen source tree.
11194 cgen_maint=yes
11195 if test -r ${enableval}/iformat.scm; then
11196 # This looks like a cgen source tree.
11197 cgendir=${enableval}
11198 else
11199 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11200 fi
11201 ;;
11202esac
11203fi
11204if test x${cgen_maint} != xno ; then
11205 CGEN_MAINT=''
11206else
11207 CGEN_MAINT='#'
11208fi
11209
11210
11211
11212
11213
11214#
11215# Enable making unknown traps dump out registers
11216#
11217# Check whether --enable-sim-trapdump was given.
11218if test "${enable_sim_trapdump+set}" = set; then :
11219 enableval=$enable_sim_trapdump; case "${enableval}" in
11220 yes) sim_trapdump="-DTRAPDUMP=1";;
11221 no) sim_trapdump="-DTRAPDUMP=0";;
11222 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
11223esac
11224if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
11225 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
11226fi
11227else
11228 sim_trapdump=""
11229fi
11230
11231
11232
9d903352 11233hardware="cfi core pal glue "
94c63d78
JS
11234sim_hw_cflags="-DWITH_HW=1"
11235sim_hw="$hardware"
11236sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11237
94c63d78
JS
11238# Check whether --enable-sim-hardware was given.
11239if test "${enable_sim_hardware+set}" = set; then :
11240 enableval=$enable_sim_hardware;
30452bbe 11241else
97f478c5 11242 enable_sim_hardware="yes"
1517bd27
MF
11243fi
11244
11245case ${enable_sim_hardware} in
64dd13df
MF
11246 yes|no) ;;
11247 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11248 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11249 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 11250esac
1517bd27 11251
64dd13df 11252if test "$enable_sim_hardware" = no; then
94c63d78
JS
11253 sim_hw_objs=
11254 sim_hw_cflags="-DWITH_HW=0"
11255 sim_hw=
11256else
11257 sim_hw_cflags="-DWITH_HW=1"
11258 # remove duplicates
11259 sim_hw=""
11260 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11261 for i in $hardware ; do
11262 case " $sim_hw " in
11263 *" $i "*) ;;
11264 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11265 esac
11266 done
11267 # mingw does not support sockser
94c63d78
JS
11268 case ${host} in
11269 *mingw*) ;;
49cd1634
MF
11270 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11271 # that you instatiate. Instead, other code will call into it directly.
11272 # At some point, we should convert it over.
11273 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11274 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
94c63d78
JS
11275 ;;
11276 esac
1517bd27
MF
11277 if test x"$silent" != x"yes"; then
11278 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 11279 fi
1517bd27
MF
11280 case " $hardware " in
11281 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 11282$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11283if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
11284 $as_echo_n "(cached) " >&6
11285else
11286 ac_check_lib_save_LIBS=$LIBS
11287LIBS="-lm $LIBS"
11288cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11289/* end confdefs.h. */
11290
11291/* Override any GCC internal prototype to avoid an error.
11292 Use char because int might match the return type of a GCC
11293 builtin and then its argument prototype would still apply. */
11294#ifdef __cplusplus
11295extern "C"
11296#endif
11297char log2 ();
11298int
11299main ()
11300{
11301return log2 ();
11302 ;
11303 return 0;
11304}
11305_ACEOF
11306if ac_fn_c_try_link "$LINENO"; then :
11307 ac_cv_lib_m_log2=yes
11308else
11309 ac_cv_lib_m_log2=no
11310fi
11311rm -f core conftest.err conftest.$ac_objext \
11312 conftest$ac_exeext conftest.$ac_ext
11313LIBS=$ac_check_lib_save_LIBS
11314fi
11315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11316$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11317if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
11318 cat >>confdefs.h <<_ACEOF
11319#define HAVE_LIBM 1
11320_ACEOF
11321
11322 LIBS="-lm $LIBS"
11323
11324fi
11325;;
1517bd27
MF
11326 esac
11327fi
94c63d78 11328
94c63d78 11329
b7026657
AC
11330cgen_breaks=""
11331if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11332cgen_breaks="break cgen_rtx_error";
11333fi
11334
81ecdfbb 11335ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11336
81ecdfbb 11337ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11338
81ecdfbb 11339ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11340
81ecdfbb 11341ac_config_commands="$ac_config_commands Makefile"
38f48d72 11342
81ecdfbb 11343ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11344
760b3e8b
MF
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
b7026657
AC
11355cat >confcache <<\_ACEOF
11356# This file is a shell script that caches the results of configure
11357# tests run on this system so they can be shared between configure
11358# scripts and configure runs, see configure's option --config-cache.
11359# It is not useful on other systems. If it contains results you don't
11360# want to keep, you may remove or edit it.
11361#
11362# config.status only pays attention to the cache file if you give it
11363# the --recheck option to rerun configure.
11364#
11365# `ac_cv_env_foo' variables (set or unset) will be overridden when
11366# loading this file, other *unset* `ac_cv_foo' will be assigned the
11367# following values.
11368
11369_ACEOF
11370
11371# The following way of writing the cache mishandles newlines in values,
11372# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11373# So, we kill variables containing newlines.
b7026657
AC
11374# Ultrix sh set writes to stderr and can't be redirected directly,
11375# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11376(
11377 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11378 eval ac_val=\$$ac_var
11379 case $ac_val in #(
11380 *${as_nl}*)
11381 case $ac_var in #(
11382 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11383$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11384 esac
11385 case $ac_var in #(
11386 _ | IFS | as_nl) ;; #(
11387 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11388 *) { eval $ac_var=; unset $ac_var;} ;;
11389 esac ;;
11390 esac
11391 done
11392
b7026657 11393 (set) 2>&1 |
81ecdfbb
RW
11394 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11395 *${as_nl}ac_space=\ *)
11396 # `set' does not quote correctly, so add quotes: double-quote
11397 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11398 sed -n \
11399 "s/'/'\\\\''/g;
11400 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11401 ;; #(
b7026657
AC
11402 *)
11403 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11404 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11405 ;;
81ecdfbb
RW
11406 esac |
11407 sort
11408) |
b7026657 11409 sed '
81ecdfbb 11410 /^ac_cv_env_/b end
b7026657 11411 t clear
81ecdfbb 11412 :clear
b7026657
AC
11413 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11414 t end
81ecdfbb
RW
11415 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11416 :end' >>confcache
11417if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11418 if test -w "$cache_file"; then
d0ac1c44 11419 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11421$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11422 if test ! -f "$cache_file" || test -h "$cache_file"; then
11423 cat confcache >"$cache_file"
11424 else
11425 case $cache_file in #(
11426 */* | ?:*)
11427 mv -f confcache "$cache_file"$$ &&
11428 mv -f "$cache_file"$$ "$cache_file" ;; #(
11429 *)
11430 mv -f confcache "$cache_file" ;;
11431 esac
11432 fi
11433 fi
b7026657 11434 else
81ecdfbb
RW
11435 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11436$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11437 fi
11438fi
11439rm -f confcache
11440
11441test "x$prefix" = xNONE && prefix=$ac_default_prefix
11442# Let make expand exec_prefix.
11443test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11444
52d37d2c
MF
11445# Transform confdefs.h into DEFS.
11446# Protect against shell expansion while executing Makefile rules.
11447# Protect against Makefile macro expansion.
11448#
11449# If the first sed substitution is executed (which looks for macros that
11450# take arguments), then branch to the quote section. Otherwise,
11451# look for a macro that doesn't take arguments.
11452ac_script='
11453:mline
11454/\\$/{
11455 N
11456 s,\\\n,,
11457 b mline
11458}
11459t clear
11460:clear
11461s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11462t quote
11463s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11464t quote
11465b any
11466:quote
11467s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11468s/\[/\\&/g
11469s/\]/\\&/g
11470s/\$/$$/g
11471H
11472:any
11473${
11474 g
11475 s/^\n//
11476 s/\n/ /g
11477 p
11478}
11479'
11480DEFS=`sed -n "$ac_script" confdefs.h`
11481
b7026657
AC
11482
11483ac_libobjs=
11484ac_ltlibobjs=
d0ac1c44 11485U=
b7026657
AC
11486for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11487 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11488 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11489 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11490 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11491 # will be set to the directory where LIBOBJS objects are built.
11492 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11493 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11494done
11495LIBOBJS=$ac_libobjs
11496
11497LTLIBOBJS=$ac_ltlibobjs
11498
11499
0cb8d851 11500
6bb11ab3 11501if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11502 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11503Usually this means the macro was only invoked conditionally." "$LINENO" 5
11504fi
31e6ad7d 11505if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11506 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11507Usually this means the macro was only invoked conditionally." "$LINENO" 5
11508fi
b7026657 11509
d0ac1c44 11510: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11511ac_write_fail=0
b7026657
AC
11512ac_clean_files_save=$ac_clean_files
11513ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11514{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11515$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11516as_write_fail=0
11517cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11518#! $SHELL
11519# Generated by $as_me.
11520# Run this file to recreate the current configuration.
11521# Compiler output produced by configure, useful for debugging
11522# configure, is in config.log if it exists.
11523
11524debug=false
11525ac_cs_recheck=false
11526ac_cs_silent=false
b7026657 11527
81ecdfbb
RW
11528SHELL=\${CONFIG_SHELL-$SHELL}
11529export SHELL
11530_ASEOF
11531cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11532## -------------------- ##
11533## M4sh Initialization. ##
11534## -------------------- ##
11535
11536# Be more Bourne compatible
11537DUALCASE=1; export DUALCASE # for MKS sh
11538if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11539 emulate sh
11540 NULLCMD=:
81ecdfbb 11541 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11542 # is contrary to our usage. Disable this feature.
11543 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11544 setopt NO_GLOB_SUBST
11545else
11546 case `(set -o) 2>/dev/null` in #(
11547 *posix*) :
11548 set -o posix ;; #(
11549 *) :
11550 ;;
11551esac
b7026657 11552fi
b7026657 11553
81ecdfbb
RW
11554
11555as_nl='
11556'
11557export as_nl
11558# Printing a long string crashes Solaris 7 /usr/bin/printf.
11559as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11560as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11561as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11562# Prefer a ksh shell builtin over an external printf program on Solaris,
11563# but without wasting forks for bash or zsh.
11564if test -z "$BASH_VERSION$ZSH_VERSION" \
11565 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11566 as_echo='print -r --'
11567 as_echo_n='print -rn --'
11568elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11569 as_echo='printf %s\n'
11570 as_echo_n='printf %s'
11571else
11572 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11573 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11574 as_echo_n='/usr/ucb/echo -n'
11575 else
11576 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11577 as_echo_n_body='eval
11578 arg=$1;
11579 case $arg in #(
11580 *"$as_nl"*)
11581 expr "X$arg" : "X\\(.*\\)$as_nl";
11582 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11583 esac;
11584 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11585 '
11586 export as_echo_n_body
11587 as_echo_n='sh -c $as_echo_n_body as_echo'
11588 fi
11589 export as_echo_body
11590 as_echo='sh -c $as_echo_body as_echo'
11591fi
11592
11593# The user is always right.
11594if test "${PATH_SEPARATOR+set}" != set; then
11595 PATH_SEPARATOR=:
11596 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11597 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11598 PATH_SEPARATOR=';'
11599 }
b7026657
AC
11600fi
11601
11602
81ecdfbb
RW
11603# IFS
11604# We need space, tab and new line, in precisely that order. Quoting is
11605# there to prevent editors from complaining about space-tab.
11606# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11607# splitting by setting IFS to empty value.)
11608IFS=" "" $as_nl"
11609
11610# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11611as_myself=
81ecdfbb
RW
11612case $0 in #((
11613 *[\\/]* ) as_myself=$0 ;;
11614 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11615for as_dir in $PATH
11616do
11617 IFS=$as_save_IFS
11618 test -z "$as_dir" && as_dir=.
11619 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11620 done
11621IFS=$as_save_IFS
11622
11623 ;;
11624esac
11625# We did not find ourselves, most probably we were run as `sh COMMAND'
11626# in which case we are not to be found in the path.
11627if test "x$as_myself" = x; then
11628 as_myself=$0
11629fi
11630if test ! -f "$as_myself"; then
11631 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11632 exit 1
11633fi
11634
11635# Unset variables that we do not need and which cause bugs (e.g. in
11636# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11637# suppresses any "Segmentation fault" message there. '((' could
11638# trigger a bug in pdksh 5.2.14.
11639for as_var in BASH_ENV ENV MAIL MAILPATH
11640do eval test x\${$as_var+set} = xset \
11641 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11642done
b7026657
AC
11643PS1='$ '
11644PS2='> '
11645PS4='+ '
11646
11647# NLS nuisances.
81ecdfbb
RW
11648LC_ALL=C
11649export LC_ALL
11650LANGUAGE=C
11651export LANGUAGE
11652
11653# CDPATH.
11654(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11655
11656
d0ac1c44
SM
11657# as_fn_error STATUS ERROR [LINENO LOG_FD]
11658# ----------------------------------------
81ecdfbb
RW
11659# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11660# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11661# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11662as_fn_error ()
11663{
d0ac1c44
SM
11664 as_status=$1; test $as_status -eq 0 && as_status=1
11665 if test "$4"; then
11666 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11667 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11668 fi
d0ac1c44 11669 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11670 as_fn_exit $as_status
11671} # as_fn_error
11672
11673
11674# as_fn_set_status STATUS
11675# -----------------------
11676# Set $? to STATUS, without forking.
11677as_fn_set_status ()
11678{
11679 return $1
11680} # as_fn_set_status
11681
11682# as_fn_exit STATUS
11683# -----------------
11684# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11685as_fn_exit ()
11686{
11687 set +e
11688 as_fn_set_status $1
11689 exit $1
11690} # as_fn_exit
11691
11692# as_fn_unset VAR
11693# ---------------
11694# Portably unset VAR.
11695as_fn_unset ()
11696{
11697 { eval $1=; unset $1;}
11698}
11699as_unset=as_fn_unset
11700# as_fn_append VAR VALUE
11701# ----------------------
11702# Append the text in VALUE to the end of the definition contained in VAR. Take
11703# advantage of any shell optimizations that allow amortized linear growth over
11704# repeated appends, instead of the typical quadratic growth present in naive
11705# implementations.
11706if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11707 eval 'as_fn_append ()
11708 {
11709 eval $1+=\$2
11710 }'
11711else
11712 as_fn_append ()
11713 {
11714 eval $1=\$$1\$2
11715 }
11716fi # as_fn_append
11717
11718# as_fn_arith ARG...
11719# ------------------
11720# Perform arithmetic evaluation on the ARGs, and store the result in the
11721# global $as_val. Take advantage of shells that can avoid forks. The arguments
11722# must be portable across $(()) and expr.
11723if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11724 eval 'as_fn_arith ()
11725 {
11726 as_val=$(( $* ))
11727 }'
11728else
11729 as_fn_arith ()
11730 {
11731 as_val=`expr "$@" || test $? -eq 1`
11732 }
11733fi # as_fn_arith
b7026657 11734
81ecdfbb
RW
11735
11736if expr a : '\(a\)' >/dev/null 2>&1 &&
11737 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11738 as_expr=expr
11739else
11740 as_expr=false
11741fi
11742
81ecdfbb 11743if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11744 as_basename=basename
11745else
11746 as_basename=false
11747fi
11748
81ecdfbb
RW
11749if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11750 as_dirname=dirname
11751else
11752 as_dirname=false
11753fi
b7026657 11754
81ecdfbb 11755as_me=`$as_basename -- "$0" ||
b7026657
AC
11756$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11757 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11758 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11759$as_echo X/"$0" |
11760 sed '/^.*\/\([^/][^/]*\)\/*$/{
11761 s//\1/
11762 q
11763 }
11764 /^X\/\(\/\/\)$/{
11765 s//\1/
11766 q
11767 }
11768 /^X\/\(\/\).*/{
11769 s//\1/
11770 q
11771 }
11772 s/.*/./; q'`
b7026657 11773
b7026657
AC
11774# Avoid depending upon Character Ranges.
11775as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11776as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11777as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11778as_cr_digits='0123456789'
11779as_cr_alnum=$as_cr_Letters$as_cr_digits
11780
81ecdfbb
RW
11781ECHO_C= ECHO_N= ECHO_T=
11782case `echo -n x` in #(((((
11783-n*)
11784 case `echo 'xy\c'` in
11785 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11786 xy) ECHO_C='\c';;
11787 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11788 ECHO_T=' ';;
11789 esac;;
11790*)
11791 ECHO_N='-n';;
b34f6357 11792esac
b7026657 11793
81ecdfbb
RW
11794rm -f conf$$ conf$$.exe conf$$.file
11795if test -d conf$$.dir; then
11796 rm -f conf$$.dir/conf$$.file
b7026657 11797else
81ecdfbb
RW
11798 rm -f conf$$.dir
11799 mkdir conf$$.dir 2>/dev/null
b34f6357 11800fi
81ecdfbb
RW
11801if (echo >conf$$.file) 2>/dev/null; then
11802 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11803 as_ln_s='ln -s'
81ecdfbb
RW
11804 # ... but there are two gotchas:
11805 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11806 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11807 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11808 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11809 as_ln_s='cp -pR'
81ecdfbb
RW
11810 elif ln conf$$.file conf$$ 2>/dev/null; then
11811 as_ln_s=ln
11812 else
d0ac1c44 11813 as_ln_s='cp -pR'
b7026657 11814 fi
b34f6357 11815else
d0ac1c44 11816 as_ln_s='cp -pR'
b34f6357 11817fi
81ecdfbb
RW
11818rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11819rmdir conf$$.dir 2>/dev/null
11820
11821
11822# as_fn_mkdir_p
11823# -------------
11824# Create "$as_dir" as a directory, including parents if necessary.
11825as_fn_mkdir_p ()
11826{
11827
11828 case $as_dir in #(
11829 -*) as_dir=./$as_dir;;
11830 esac
11831 test -d "$as_dir" || eval $as_mkdir_p || {
11832 as_dirs=
11833 while :; do
11834 case $as_dir in #(
11835 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11836 *) as_qdir=$as_dir;;
11837 esac
11838 as_dirs="'$as_qdir' $as_dirs"
11839 as_dir=`$as_dirname -- "$as_dir" ||
11840$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11841 X"$as_dir" : 'X\(//\)[^/]' \| \
11842 X"$as_dir" : 'X\(//\)$' \| \
11843 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11844$as_echo X"$as_dir" |
11845 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11846 s//\1/
11847 q
11848 }
11849 /^X\(\/\/\)[^/].*/{
11850 s//\1/
11851 q
11852 }
11853 /^X\(\/\/\)$/{
11854 s//\1/
11855 q
11856 }
11857 /^X\(\/\).*/{
11858 s//\1/
11859 q
11860 }
11861 s/.*/./; q'`
11862 test -d "$as_dir" && break
11863 done
11864 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11865 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
b34f6357 11866
81ecdfbb
RW
11867
11868} # as_fn_mkdir_p
b7026657 11869if mkdir -p . 2>/dev/null; then
81ecdfbb 11870 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
11871else
11872 test -d ./-p && rmdir ./-p
11873 as_mkdir_p=false
11874fi
b34f6357 11875
d0ac1c44
SM
11876
11877# as_fn_executable_p FILE
11878# -----------------------
11879# Test if FILE is an executable regular file.
11880as_fn_executable_p ()
11881{
11882 test -f "$1" && test -x "$1"
11883} # as_fn_executable_p
11884as_test_x='test -x'
11885as_executable_p=as_fn_executable_p
b34f6357 11886
b7026657
AC
11887# Sed expression to map a string onto a valid CPP name.
11888as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11889
11890# Sed expression to map a string onto a valid variable name.
11891as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11892
11893
b7026657 11894exec 6>&1
81ecdfbb
RW
11895## ----------------------------------- ##
11896## Main body of $CONFIG_STATUS script. ##
11897## ----------------------------------- ##
11898_ASEOF
11899test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11900
11901cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11902# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11903# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11904# values after options handling.
11905ac_log="
b7026657 11906This file was extended by $as_me, which was
d0ac1c44 11907generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
11908
11909 CONFIG_FILES = $CONFIG_FILES
11910 CONFIG_HEADERS = $CONFIG_HEADERS
11911 CONFIG_LINKS = $CONFIG_LINKS
11912 CONFIG_COMMANDS = $CONFIG_COMMANDS
11913 $ $0 $@
11914
81ecdfbb
RW
11915on `(hostname || uname -n) 2>/dev/null | sed 1q`
11916"
11917
b7026657
AC
11918_ACEOF
11919
81ecdfbb
RW
11920case $ac_config_files in *"
11921"*) set x $ac_config_files; shift; ac_config_files=$*;;
11922esac
b34f6357
DB
11923
11924
b7026657 11925
81ecdfbb
RW
11926cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11927# Files that config.status was made for.
11928config_files="$ac_config_files"
81ecdfbb 11929config_commands="$ac_config_commands"
b34f6357 11930
81ecdfbb 11931_ACEOF
b34f6357 11932
81ecdfbb 11933cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 11934ac_cs_usage="\
81ecdfbb
RW
11935\`$as_me' instantiates files and other configuration actions
11936from templates according to the current configuration. Unless the files
11937and actions are specified as TAGs, all are instantiated by default.
b34f6357 11938
81ecdfbb 11939Usage: $0 [OPTION]... [TAG]...
b34f6357 11940
b7026657 11941 -h, --help print this help, then exit
81ecdfbb 11942 -V, --version print version number and configuration settings, then exit
d0ac1c44 11943 --config print configuration, then exit
81ecdfbb
RW
11944 -q, --quiet, --silent
11945 do not print progress messages
b7026657
AC
11946 -d, --debug don't remove temporary files
11947 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11948 --file=FILE[:TEMPLATE]
11949 instantiate the configuration file FILE
b34f6357 11950
b7026657
AC
11951Configuration files:
11952$config_files
b34f6357 11953
b7026657
AC
11954Configuration commands:
11955$config_commands
b34f6357 11956
81ecdfbb 11957Report bugs to the package provider."
379832de 11958
81ecdfbb
RW
11959_ACEOF
11960cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 11961ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
11962ac_cs_version="\\
11963config.status
d0ac1c44
SM
11964configured by $0, generated by GNU Autoconf 2.69,
11965 with options \\"\$ac_cs_config\\"
b7026657 11966
d0ac1c44 11967Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
11968This config.status script is free software; the Free Software Foundation
11969gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
11970
11971ac_pwd='$ac_pwd'
11972srcdir='$srcdir'
11973INSTALL='$INSTALL'
6bb11ab3 11974AWK='$AWK'
81ecdfbb 11975test -n "\$AWK" || AWK=awk
b7026657
AC
11976_ACEOF
11977
81ecdfbb
RW
11978cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11979# The default lists apply if the user does not specify any file.
b7026657
AC
11980ac_need_defaults=:
11981while test $# != 0
11982do
11983 case $1 in
d0ac1c44 11984 --*=?*)
81ecdfbb
RW
11985 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11986 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 11987 ac_shift=:
b34f6357 11988 ;;
d0ac1c44
SM
11989 --*=)
11990 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11991 ac_optarg=
11992 ac_shift=:
11993 ;;
81ecdfbb 11994 *)
b7026657
AC
11995 ac_option=$1
11996 ac_optarg=$2
11997 ac_shift=shift
b34f6357 11998 ;;
b7026657 11999 esac
b34f6357 12000
b7026657
AC
12001 case $ac_option in
12002 # Handling of the options.
b7026657
AC
12003 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12004 ac_cs_recheck=: ;;
81ecdfbb
RW
12005 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12006 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12007 --config | --confi | --conf | --con | --co | --c )
12008 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12009 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12010 debug=: ;;
12011 --file | --fil | --fi | --f )
12012 $ac_shift
81ecdfbb
RW
12013 case $ac_optarg in
12014 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12015 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12016 esac
12017 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657 12018 ac_need_defaults=false;;
52d37d2c 12019 --he | --h | --help | --hel | -h )
81ecdfbb 12020 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12021 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12022 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12023 ac_cs_silent=: ;;
b34f6357 12024
b7026657 12025 # This is an error.
d0ac1c44 12026 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12027Try \`$0 --help' for more information." ;;
b34f6357 12028
81ecdfbb
RW
12029 *) as_fn_append ac_config_targets " $1"
12030 ac_need_defaults=false ;;
b7026657
AC
12031
12032 esac
12033 shift
12034done
12035
12036ac_configure_extra_args=
12037
12038if $ac_cs_silent; then
12039 exec 6>/dev/null
12040 ac_configure_extra_args="$ac_configure_extra_args --silent"
b34f6357
DB
12041fi
12042
b7026657 12043_ACEOF
81ecdfbb 12044cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12045if \$ac_cs_recheck; then
d0ac1c44 12046 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12047 shift
12048 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12049 CONFIG_SHELL='$SHELL'
12050 export CONFIG_SHELL
12051 exec "\$@"
b7026657 12052fi
b34f6357 12053
b7026657 12054_ACEOF
81ecdfbb
RW
12055cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12056exec 5>>config.log
12057{
12058 echo
12059 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12060## Running $as_me. ##
12061_ASBOX
12062 $as_echo "$ac_log"
12063} >&5
b34f6357 12064
81ecdfbb
RW
12065_ACEOF
12066cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12067#
12068# INIT-COMMANDS
12069#
12070ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12071
6bb11ab3
L
12072
12073# The HP-UX ksh and POSIX shell print the target directory to stdout
12074# if CDPATH is set.
12075(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12076
12077sed_quote_subst='$sed_quote_subst'
12078double_quote_subst='$double_quote_subst'
12079delay_variable_subst='$delay_variable_subst'
12080macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12081macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12082enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12083enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12084pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12085enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12086SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12087ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12088host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12089host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12090host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12091build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12092build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12093build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12094SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12095Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12096GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12097EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12098FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12099LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12100NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12101LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12102max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12103ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12104exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12105lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12106lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12107lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12108reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12109reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12110OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12111deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12112file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12113AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12114AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12115STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12116RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12117old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12118old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12119old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12120lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12121CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12122CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12123compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12124GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12125lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12126lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12127lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12128lt_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"`'
12129objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12130MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12131lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12132lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12133lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12134lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12135lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12136need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12137DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12138NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12139LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12140OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12141OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12142libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12143shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12144extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12145archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12146enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12147export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12148whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12149compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12150old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12151old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12152archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12153archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12154module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12155module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12156with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12157allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12158no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12159hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12160hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12161hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12162hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12163hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12164hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12165hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12166hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12167inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12168link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12169fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12170always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12171export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12172exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12173include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12174prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12175file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12176variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12177need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12178need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12179version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12180runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12181shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12182shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12183libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12184library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12185soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12186install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12187postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12188postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12189finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12190finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12191hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12192sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12193sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12194hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12195enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12196enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12197enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12198old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12199striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12200
12201LTCC='$LTCC'
12202LTCFLAGS='$LTCFLAGS'
12203compiler='$compiler_DEFAULT'
12204
12205# A function that is used when there is no print builtin or printf.
12206func_fallback_echo ()
12207{
12208 eval 'cat <<_LTECHO_EOF
12209\$1
12210_LTECHO_EOF'
12211}
12212
12213# Quote evaled strings.
12214for var in SHELL \
12215ECHO \
12216SED \
12217GREP \
12218EGREP \
12219FGREP \
12220LD \
12221NM \
12222LN_S \
12223lt_SP2NL \
12224lt_NL2SP \
12225reload_flag \
12226OBJDUMP \
12227deplibs_check_method \
12228file_magic_cmd \
12229AR \
12230AR_FLAGS \
12231STRIP \
12232RANLIB \
12233CC \
12234CFLAGS \
12235compiler \
12236lt_cv_sys_global_symbol_pipe \
12237lt_cv_sys_global_symbol_to_cdecl \
12238lt_cv_sys_global_symbol_to_c_name_address \
12239lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12240lt_prog_compiler_no_builtin_flag \
12241lt_prog_compiler_wl \
12242lt_prog_compiler_pic \
12243lt_prog_compiler_static \
12244lt_cv_prog_compiler_c_o \
12245need_locks \
12246DSYMUTIL \
12247NMEDIT \
12248LIPO \
12249OTOOL \
12250OTOOL64 \
12251shrext_cmds \
12252export_dynamic_flag_spec \
12253whole_archive_flag_spec \
12254compiler_needs_object \
12255with_gnu_ld \
12256allow_undefined_flag \
12257no_undefined_flag \
12258hardcode_libdir_flag_spec \
12259hardcode_libdir_flag_spec_ld \
12260hardcode_libdir_separator \
12261fix_srcfile_path \
12262exclude_expsyms \
12263include_expsyms \
12264file_list_spec \
12265variables_saved_for_relink \
12266libname_spec \
12267library_names_spec \
12268soname_spec \
12269install_override_mode \
12270finish_eval \
12271old_striplib \
12272striplib; do
12273 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12274 *[\\\\\\\`\\"\\\$]*)
12275 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12276 ;;
12277 *)
12278 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12279 ;;
12280 esac
12281done
12282
12283# Double-quote double-evaled strings.
12284for var in reload_cmds \
12285old_postinstall_cmds \
12286old_postuninstall_cmds \
12287old_archive_cmds \
12288extract_expsyms_cmds \
12289old_archive_from_new_cmds \
12290old_archive_from_expsyms_cmds \
12291archive_cmds \
12292archive_expsym_cmds \
12293module_cmds \
12294module_expsym_cmds \
12295export_symbols_cmds \
12296prelink_cmds \
12297postinstall_cmds \
12298postuninstall_cmds \
12299finish_cmds \
12300sys_lib_search_path_spec \
12301sys_lib_dlsearch_path_spec; do
12302 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12303 *[\\\\\\\`\\"\\\$]*)
12304 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12305 ;;
12306 *)
12307 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12308 ;;
12309 esac
12310done
12311
12312ac_aux_dir='$ac_aux_dir'
12313xsi_shell='$xsi_shell'
12314lt_shell_append='$lt_shell_append'
12315
12316# See if we are running on zsh, and set the options which allow our
12317# commands through without removal of \ escapes INIT.
12318if test -n "\${ZSH_VERSION+set}" ; then
12319 setopt NO_GLOB_SUBST
12320fi
12321
12322
12323 PACKAGE='$PACKAGE'
12324 VERSION='$VERSION'
12325 TIMESTAMP='$TIMESTAMP'
12326 RM='$RM'
12327 ofile='$ofile'
12328
12329
12330
12331
81ecdfbb 12332_ACEOF
b34f6357 12333
81ecdfbb 12334cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b34f6357 12335
81ecdfbb 12336# Handling of arguments.
b7026657 12337for ac_config_target in $ac_config_targets
b34f6357 12338do
81ecdfbb 12339 case $ac_config_target in
db2e4d67 12340 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12341 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12342 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12343 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12344 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12345 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12346 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12347
d0ac1c44 12348 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
b34f6357
DB
12349 esac
12350done
12351
81ecdfbb 12352
b7026657
AC
12353# If the user did not use the arguments to specify the items to instantiate,
12354# then the envvar interface is used. Set only those that are not.
12355# We use the long form for the default assignment because of an extremely
12356# bizarre bug on SunOS 4.1.3.
12357if $ac_need_defaults; then
12358 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
b7026657
AC
12359 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12360fi
12361
12362# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12363# simply because there is no reason against having it here, and in addition,
b7026657 12364# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12365# Hook for its removal unless debugging.
12366# Note that there is a small window in which the directory will not be cleaned:
12367# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12368$debug ||
12369{
d0ac1c44 12370 tmp= ac_tmp=
81ecdfbb 12371 trap 'exit_status=$?
d0ac1c44
SM
12372 : "${ac_tmp:=$tmp}"
12373 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12374' 0
12375 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12376}
b7026657 12377# Create a (secure) tmp directory for tmp files.
b34f6357 12378
b7026657 12379{
81ecdfbb 12380 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12381 test -d "$tmp"
b7026657
AC
12382} ||
12383{
81ecdfbb
RW
12384 tmp=./conf$$-$RANDOM
12385 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12386} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12387ac_tmp=$tmp
b7026657 12388
81ecdfbb
RW
12389# Set up the scripts for CONFIG_FILES section.
12390# No need to generate them if there are no CONFIG_FILES.
12391# This happens for instance with `./config.status config.h'.
12392if test -n "$CONFIG_FILES"; then
b7026657 12393
b34f6357 12394
81ecdfbb
RW
12395ac_cr=`echo X | tr X '\015'`
12396# On cygwin, bash can eat \r inside `` if the user requested igncr.
12397# But we know of no other shell where ac_cr would be empty at this
12398# point, so we can use a bashism as a fallback.
12399if test "x$ac_cr" = x; then
12400 eval ac_cr=\$\'\\r\'
12401fi
12402ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12403if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12404 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12405else
12406 ac_cs_awk_cr=$ac_cr
12407fi
b7026657 12408
d0ac1c44 12409echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12410_ACEOF
12411
81ecdfbb
RW
12412
12413{
12414 echo "cat >conf$$subs.awk <<_ACEOF" &&
12415 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12416 echo "_ACEOF"
12417} >conf$$subs.sh ||
d0ac1c44
SM
12418 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12419ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12420ac_delim='%!_!# '
12421for ac_last_try in false false false false false :; do
12422 . ./conf$$subs.sh ||
d0ac1c44 12423 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12424
12425 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12426 if test $ac_delim_n = $ac_delim_num; then
12427 break
12428 elif $ac_last_try; then
d0ac1c44 12429 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12430 else
12431 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b34f6357 12432 fi
81ecdfbb
RW
12433done
12434rm -f conf$$subs.sh
b34f6357 12435
81ecdfbb 12436cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12437cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12438_ACEOF
81ecdfbb
RW
12439sed -n '
12440h
12441s/^/S["/; s/!.*/"]=/
12442p
12443g
12444s/^[^!]*!//
12445:repl
12446t repl
12447s/'"$ac_delim"'$//
12448t delim
12449:nl
12450h
d0ac1c44 12451s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12452t more1
12453s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12454p
12455n
12456b repl
12457:more1
12458s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12459p
12460g
12461s/.\{148\}//
12462t nl
12463:delim
12464h
d0ac1c44 12465s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12466t more2
12467s/["\\]/\\&/g; s/^/"/; s/$/"/
12468p
12469b
12470:more2
12471s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12472p
12473g
12474s/.\{148\}//
12475t delim
12476' <conf$$subs.awk | sed '
12477/^[^""]/{
12478 N
12479 s/\n//
12480}
12481' >>$CONFIG_STATUS || ac_write_fail=1
12482rm -f conf$$subs.awk
12483cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12484_ACAWK
d0ac1c44 12485cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12486 for (key in S) S_is_set[key] = 1
12487 FS = "\a"
b7026657 12488
81ecdfbb
RW
12489}
12490{
12491 line = $ 0
12492 nfields = split(line, field, "@")
12493 substed = 0
12494 len = length(field[1])
12495 for (i = 2; i < nfields; i++) {
12496 key = field[i]
12497 keylen = length(key)
12498 if (S_is_set[key]) {
12499 value = S[key]
12500 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12501 len += length(value) + length(field[++i])
12502 substed = 1
12503 } else
12504 len += 1 + keylen
12505 }
12506
12507 print line
12508}
b34f6357 12509
81ecdfbb
RW
12510_ACAWK
12511_ACEOF
12512cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12513if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12514 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12515else
81ecdfbb 12516 cat
d0ac1c44
SM
12517fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12518 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12519_ACEOF
b7026657 12520
d0ac1c44
SM
12521# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12522# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12523# trailing colons and then remove the whole line if VPATH becomes empty
12524# (actually we leave an empty line to preserve line numbers).
12525if test "x$srcdir" = x.; then
d0ac1c44
SM
12526 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12527h
12528s///
12529s/^/:/
12530s/[ ]*$/:/
12531s/:\$(srcdir):/:/g
12532s/:\${srcdir}:/:/g
12533s/:@srcdir@:/:/g
12534s/^:*//
81ecdfbb 12535s/:*$//
d0ac1c44
SM
12536x
12537s/\(=[ ]*\).*/\1/
12538G
12539s/\n//
81ecdfbb
RW
12540s/^[^=]*=[ ]*$//
12541}'
12542fi
b34f6357 12543
81ecdfbb
RW
12544cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12545fi # test -n "$CONFIG_FILES"
b34f6357 12546
81ecdfbb 12547
52d37d2c 12548eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12549shift
12550for ac_tag
12551do
12552 case $ac_tag in
12553 :[FHLC]) ac_mode=$ac_tag; continue;;
12554 esac
12555 case $ac_mode$ac_tag in
12556 :[FHL]*:*);;
d0ac1c44 12557 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12558 :[FH]-) ac_tag=-:-;;
12559 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
b34f6357 12560 esac
81ecdfbb
RW
12561 ac_save_IFS=$IFS
12562 IFS=:
12563 set x $ac_tag
12564 IFS=$ac_save_IFS
12565 shift
12566 ac_file=$1
12567 shift
b34f6357 12568
81ecdfbb
RW
12569 case $ac_mode in
12570 :L) ac_source=$1;;
12571 :[FH])
12572 ac_file_inputs=
12573 for ac_f
12574 do
12575 case $ac_f in
d0ac1c44 12576 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12577 *) # Look for the file first in the build tree, then in the source tree
12578 # (if the path is not absolute). The absolute path cannot be DOS-style,
12579 # because $ac_f cannot contain `:'.
12580 test -f "$ac_f" ||
12581 case $ac_f in
12582 [\\/$]*) false;;
12583 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12584 esac ||
d0ac1c44 12585 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12586 esac
81ecdfbb
RW
12587 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12588 as_fn_append ac_file_inputs " '$ac_f'"
12589 done
b7026657 12590
81ecdfbb
RW
12591 # Let's still pretend it is `configure' which instantiates (i.e., don't
12592 # use $as_me), people would be surprised to read:
12593 # /* config.h. Generated by config.status. */
12594 configure_input='Generated from '`
12595 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12596 `' by configure.'
12597 if test x"$ac_file" != x-; then
12598 configure_input="$ac_file. $configure_input"
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12600$as_echo "$as_me: creating $ac_file" >&6;}
12601 fi
12602 # Neutralize special characters interpreted by sed in replacement strings.
12603 case $configure_input in #(
12604 *\&* | *\|* | *\\* )
12605 ac_sed_conf_input=`$as_echo "$configure_input" |
12606 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12607 *) ac_sed_conf_input=$configure_input;;
12608 esac
b7026657 12609
81ecdfbb 12610 case $ac_tag in
d0ac1c44
SM
12611 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12612 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12613 esac
12614 ;;
12615 esac
b7026657 12616
81ecdfbb 12617 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12618$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12619 X"$ac_file" : 'X\(//\)[^/]' \| \
12620 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12621 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12622$as_echo X"$ac_file" |
12623 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12624 s//\1/
12625 q
12626 }
12627 /^X\(\/\/\)[^/].*/{
12628 s//\1/
12629 q
12630 }
12631 /^X\(\/\/\)$/{
12632 s//\1/
12633 q
12634 }
12635 /^X\(\/\).*/{
12636 s//\1/
12637 q
12638 }
12639 s/.*/./; q'`
12640 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12641 ac_builddir=.
12642
81ecdfbb
RW
12643case "$ac_dir" in
12644.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12645*)
12646 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12647 # A ".." for each directory in $ac_dir_suffix.
12648 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12649 case $ac_top_builddir_sub in
12650 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12651 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12652 esac ;;
12653esac
12654ac_abs_top_builddir=$ac_pwd
12655ac_abs_builddir=$ac_pwd$ac_dir_suffix
12656# for backward compatibility:
12657ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12658
12659case $srcdir in
81ecdfbb 12660 .) # We are building in place.
b7026657 12661 ac_srcdir=.
81ecdfbb
RW
12662 ac_top_srcdir=$ac_top_builddir_sub
12663 ac_abs_top_srcdir=$ac_pwd ;;
12664 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12665 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12666 ac_top_srcdir=$srcdir
12667 ac_abs_top_srcdir=$srcdir ;;
12668 *) # Relative name.
12669 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12670 ac_top_srcdir=$ac_top_build_prefix$srcdir
12671 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12672esac
81ecdfbb 12673ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12674
b34f6357 12675
81ecdfbb
RW
12676 case $ac_mode in
12677 :F)
12678 #
12679 # CONFIG_FILE
12680 #
b7026657 12681
81ecdfbb
RW
12682 case $INSTALL in
12683 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12684 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
b34f6357 12685 esac
81ecdfbb 12686_ACEOF
b34f6357 12687
81ecdfbb
RW
12688cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12689# If the template does not know about datarootdir, expand it.
12690# FIXME: This hack should be removed a few years after 2.60.
12691ac_datarootdir_hack=; ac_datarootdir_seen=
12692ac_sed_dataroot='
12693/datarootdir/ {
12694 p
12695 q
12696}
12697/@datadir@/p
12698/@docdir@/p
12699/@infodir@/p
12700/@localedir@/p
12701/@mandir@/p'
12702case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12703*datarootdir*) ac_datarootdir_seen=yes;;
12704*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12706$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12707_ACEOF
12708cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12709 ac_datarootdir_hack='
12710 s&@datadir@&$datadir&g
12711 s&@docdir@&$docdir&g
12712 s&@infodir@&$infodir&g
12713 s&@localedir@&$localedir&g
12714 s&@mandir@&$mandir&g
12715 s&\\\${datarootdir}&$datarootdir&g' ;;
12716esac
b7026657 12717_ACEOF
b7026657 12718
81ecdfbb
RW
12719# Neutralize VPATH when `$srcdir' = `.'.
12720# Shell code in configure.ac might set extrasub.
12721# FIXME: do we really want to maintain this feature?
12722cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12723ac_sed_extra="$ac_vpsub
12724$extrasub
12725_ACEOF
12726cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12727:t
12728/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12729s|@configure_input@|$ac_sed_conf_input|;t t
12730s&@top_builddir@&$ac_top_builddir_sub&;t t
12731s&@top_build_prefix@&$ac_top_build_prefix&;t t
12732s&@srcdir@&$ac_srcdir&;t t
12733s&@abs_srcdir@&$ac_abs_srcdir&;t t
12734s&@top_srcdir@&$ac_top_srcdir&;t t
12735s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12736s&@builddir@&$ac_builddir&;t t
12737s&@abs_builddir@&$ac_abs_builddir&;t t
12738s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12739s&@INSTALL@&$ac_INSTALL&;t t
12740$ac_datarootdir_hack
12741"
d0ac1c44
SM
12742eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12743 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12744
12745test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12746 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12747 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12748 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12750which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12751$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12752which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12753
d0ac1c44 12754 rm -f "$ac_tmp/stdin"
81ecdfbb 12755 case $ac_file in
d0ac1c44
SM
12756 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12757 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12758 esac \
d0ac1c44 12759 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12760 ;;
52d37d2c 12761
b7026657 12762
81ecdfbb
RW
12763 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12764$as_echo "$as_me: executing $ac_file commands" >&6;}
12765 ;;
12766 esac
b7026657
AC
12767
12768
81ecdfbb 12769 case $ac_file$ac_mode in
db2e4d67 12770 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12771 "libtool":C)
12772
12773 # See if we are running on zsh, and set the options which allow our
12774 # commands through without removal of \ escapes.
12775 if test -n "${ZSH_VERSION+set}" ; then
12776 setopt NO_GLOB_SUBST
12777 fi
12778
12779 cfgfile="${ofile}T"
12780 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12781 $RM "$cfgfile"
12782
12783 cat <<_LT_EOF >> "$cfgfile"
12784#! $SHELL
12785
12786# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12787# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12788# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12789# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12790#
12791# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12792# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12793# Written by Gordon Matzigkeit, 1996
12794#
12795# This file is part of GNU Libtool.
12796#
12797# GNU Libtool is free software; you can redistribute it and/or
12798# modify it under the terms of the GNU General Public License as
12799# published by the Free Software Foundation; either version 2 of
12800# the License, or (at your option) any later version.
12801#
12802# As a special exception to the GNU General Public License,
12803# if you distribute this file as part of a program or library that
12804# is built using GNU Libtool, you may include this file under the
12805# same distribution terms that you use for the rest of that program.
12806#
12807# GNU Libtool is distributed in the hope that it will be useful,
12808# but WITHOUT ANY WARRANTY; without even the implied warranty of
12809# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12810# GNU General Public License for more details.
12811#
12812# You should have received a copy of the GNU General Public License
12813# along with GNU Libtool; see the file COPYING. If not, a copy
12814# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12815# obtained by writing to the Free Software Foundation, Inc.,
12816# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12817
12818
12819# The names of the tagged configurations supported by this script.
12820available_tags=""
12821
12822# ### BEGIN LIBTOOL CONFIG
12823
12824# Which release of libtool.m4 was used?
12825macro_version=$macro_version
12826macro_revision=$macro_revision
12827
12828# Whether or not to build shared libraries.
12829build_libtool_libs=$enable_shared
12830
12831# Whether or not to build static libraries.
12832build_old_libs=$enable_static
12833
12834# What type of objects to build.
12835pic_mode=$pic_mode
12836
12837# Whether or not to optimize for fast installation.
12838fast_install=$enable_fast_install
12839
12840# Shell to use when invoking shell scripts.
12841SHELL=$lt_SHELL
12842
12843# An echo program that protects backslashes.
12844ECHO=$lt_ECHO
12845
12846# The host system.
12847host_alias=$host_alias
12848host=$host
12849host_os=$host_os
12850
12851# The build system.
12852build_alias=$build_alias
12853build=$build
12854build_os=$build_os
12855
12856# A sed program that does not truncate output.
12857SED=$lt_SED
12858
12859# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12860Xsed="\$SED -e 1s/^X//"
12861
12862# A grep program that handles long lines.
12863GREP=$lt_GREP
12864
12865# An ERE matcher.
12866EGREP=$lt_EGREP
12867
12868# A literal string matcher.
12869FGREP=$lt_FGREP
12870
12871# A BSD- or MS-compatible name lister.
12872NM=$lt_NM
12873
12874# Whether we need soft or hard links.
12875LN_S=$lt_LN_S
12876
12877# What is the maximum length of a command?
12878max_cmd_len=$max_cmd_len
12879
12880# Object file suffix (normally "o").
12881objext=$ac_objext
12882
12883# Executable file suffix (normally "").
12884exeext=$exeext
12885
12886# whether the shell understands "unset".
12887lt_unset=$lt_unset
12888
12889# turn spaces into newlines.
12890SP2NL=$lt_lt_SP2NL
12891
12892# turn newlines into spaces.
12893NL2SP=$lt_lt_NL2SP
12894
12895# An object symbol dumper.
12896OBJDUMP=$lt_OBJDUMP
12897
12898# Method to check whether dependent libraries are shared objects.
12899deplibs_check_method=$lt_deplibs_check_method
12900
12901# Command to use when deplibs_check_method == "file_magic".
12902file_magic_cmd=$lt_file_magic_cmd
12903
12904# The archiver.
12905AR=$lt_AR
12906AR_FLAGS=$lt_AR_FLAGS
12907
12908# A symbol stripping program.
12909STRIP=$lt_STRIP
12910
12911# Commands used to install an old-style archive.
12912RANLIB=$lt_RANLIB
12913old_postinstall_cmds=$lt_old_postinstall_cmds
12914old_postuninstall_cmds=$lt_old_postuninstall_cmds
12915
12916# Whether to use a lock for old archive extraction.
12917lock_old_archive_extraction=$lock_old_archive_extraction
12918
12919# A C compiler.
12920LTCC=$lt_CC
12921
12922# LTCC compiler flags.
12923LTCFLAGS=$lt_CFLAGS
12924
12925# Take the output of nm and produce a listing of raw symbols and C names.
12926global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12927
12928# Transform the output of nm in a proper C declaration.
12929global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12930
12931# Transform the output of nm in a C name address pair.
12932global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12933
12934# Transform the output of nm in a C name address pair when lib prefix is needed.
12935global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12936
12937# The name of the directory that contains temporary libtool files.
12938objdir=$objdir
12939
12940# Used to examine libraries when file_magic_cmd begins with "file".
12941MAGIC_CMD=$MAGIC_CMD
12942
12943# Must we lock files when doing compilation?
12944need_locks=$lt_need_locks
12945
12946# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12947DSYMUTIL=$lt_DSYMUTIL
12948
12949# Tool to change global to local symbols on Mac OS X.
12950NMEDIT=$lt_NMEDIT
12951
12952# Tool to manipulate fat objects and archives on Mac OS X.
12953LIPO=$lt_LIPO
12954
12955# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12956OTOOL=$lt_OTOOL
12957
12958# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12959OTOOL64=$lt_OTOOL64
12960
12961# Old archive suffix (normally "a").
12962libext=$libext
12963
12964# Shared library suffix (normally ".so").
12965shrext_cmds=$lt_shrext_cmds
12966
12967# The commands to extract the exported symbol list from a shared archive.
12968extract_expsyms_cmds=$lt_extract_expsyms_cmds
12969
12970# Variables whose values should be saved in libtool wrapper scripts and
12971# restored at link time.
12972variables_saved_for_relink=$lt_variables_saved_for_relink
12973
12974# Do we need the "lib" prefix for modules?
12975need_lib_prefix=$need_lib_prefix
12976
12977# Do we need a version for libraries?
12978need_version=$need_version
12979
12980# Library versioning type.
12981version_type=$version_type
12982
12983# Shared library runtime path variable.
12984runpath_var=$runpath_var
12985
12986# Shared library path variable.
12987shlibpath_var=$shlibpath_var
12988
12989# Is shlibpath searched before the hard-coded library search path?
12990shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12991
12992# Format of library name prefix.
12993libname_spec=$lt_libname_spec
12994
12995# List of archive names. First name is the real one, the rest are links.
12996# The last name is the one that the linker finds with -lNAME
12997library_names_spec=$lt_library_names_spec
12998
12999# The coded name of the library, if different from the real name.
13000soname_spec=$lt_soname_spec
13001
13002# Permission mode override for installation of shared libraries.
13003install_override_mode=$lt_install_override_mode
13004
13005# Command to use after installation of a shared archive.
13006postinstall_cmds=$lt_postinstall_cmds
13007
13008# Command to use after uninstallation of a shared archive.
13009postuninstall_cmds=$lt_postuninstall_cmds
13010
13011# Commands used to finish a libtool library installation in a directory.
13012finish_cmds=$lt_finish_cmds
13013
13014# As "finish_cmds", except a single script fragment to be evaled but
13015# not shown.
13016finish_eval=$lt_finish_eval
13017
13018# Whether we should hardcode library paths into libraries.
13019hardcode_into_libs=$hardcode_into_libs
13020
13021# Compile-time system search path for libraries.
13022sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13023
13024# Run-time system search path for libraries.
13025sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13026
13027# Whether dlopen is supported.
13028dlopen_support=$enable_dlopen
13029
13030# Whether dlopen of programs is supported.
13031dlopen_self=$enable_dlopen_self
13032
13033# Whether dlopen of statically linked programs is supported.
13034dlopen_self_static=$enable_dlopen_self_static
13035
13036# Commands to strip libraries.
13037old_striplib=$lt_old_striplib
13038striplib=$lt_striplib
13039
13040
13041# The linker used to build libraries.
13042LD=$lt_LD
13043
13044# How to create reloadable object files.
13045reload_flag=$lt_reload_flag
13046reload_cmds=$lt_reload_cmds
13047
13048# Commands used to build an old-style archive.
13049old_archive_cmds=$lt_old_archive_cmds
13050
13051# A language specific compiler.
13052CC=$lt_compiler
13053
13054# Is the compiler the GNU compiler?
13055with_gcc=$GCC
13056
13057# Compiler flag to turn off builtin functions.
13058no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13059
13060# How to pass a linker flag through the compiler.
13061wl=$lt_lt_prog_compiler_wl
13062
13063# Additional compiler flags for building library objects.
13064pic_flag=$lt_lt_prog_compiler_pic
13065
13066# Compiler flag to prevent dynamic linking.
13067link_static_flag=$lt_lt_prog_compiler_static
13068
13069# Does compiler simultaneously support -c and -o options?
13070compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13071
13072# Whether or not to add -lc for building shared libraries.
13073build_libtool_need_lc=$archive_cmds_need_lc
13074
13075# Whether or not to disallow shared libs when runtime libs are static.
13076allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13077
13078# Compiler flag to allow reflexive dlopens.
13079export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13080
13081# Compiler flag to generate shared objects directly from archives.
13082whole_archive_flag_spec=$lt_whole_archive_flag_spec
13083
13084# Whether the compiler copes with passing no objects directly.
13085compiler_needs_object=$lt_compiler_needs_object
13086
13087# Create an old-style archive from a shared archive.
13088old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13089
13090# Create a temporary old-style archive to link instead of a shared archive.
13091old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13092
13093# Commands used to build a shared archive.
13094archive_cmds=$lt_archive_cmds
13095archive_expsym_cmds=$lt_archive_expsym_cmds
13096
13097# Commands used to build a loadable module if different from building
13098# a shared archive.
13099module_cmds=$lt_module_cmds
13100module_expsym_cmds=$lt_module_expsym_cmds
13101
13102# Whether we are building with GNU ld or not.
13103with_gnu_ld=$lt_with_gnu_ld
13104
13105# Flag that allows shared libraries with undefined symbols to be built.
13106allow_undefined_flag=$lt_allow_undefined_flag
13107
13108# Flag that enforces no undefined symbols.
13109no_undefined_flag=$lt_no_undefined_flag
13110
13111# Flag to hardcode \$libdir into a binary during linking.
13112# This must work even if \$libdir does not exist
13113hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13114
13115# If ld is used when linking, flag to hardcode \$libdir into a binary
13116# during linking. This must work even if \$libdir does not exist.
13117hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13118
13119# Whether we need a single "-rpath" flag with a separated argument.
13120hardcode_libdir_separator=$lt_hardcode_libdir_separator
13121
13122# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13123# DIR into the resulting binary.
13124hardcode_direct=$hardcode_direct
13125
13126# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13127# DIR into the resulting binary and the resulting library dependency is
13128# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13129# library is relocated.
13130hardcode_direct_absolute=$hardcode_direct_absolute
13131
13132# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13133# into the resulting binary.
13134hardcode_minus_L=$hardcode_minus_L
13135
13136# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13137# into the resulting binary.
13138hardcode_shlibpath_var=$hardcode_shlibpath_var
13139
13140# Set to "yes" if building a shared library automatically hardcodes DIR
13141# into the library and all subsequent libraries and executables linked
13142# against it.
13143hardcode_automatic=$hardcode_automatic
13144
13145# Set to yes if linker adds runtime paths of dependent libraries
13146# to runtime path list.
13147inherit_rpath=$inherit_rpath
13148
13149# Whether libtool must link a program against all its dependency libraries.
13150link_all_deplibs=$link_all_deplibs
13151
13152# Fix the shell variable \$srcfile for the compiler.
13153fix_srcfile_path=$lt_fix_srcfile_path
13154
13155# Set to "yes" if exported symbols are required.
13156always_export_symbols=$always_export_symbols
13157
13158# The commands to list exported symbols.
13159export_symbols_cmds=$lt_export_symbols_cmds
13160
13161# Symbols that should not be listed in the preloaded symbols.
13162exclude_expsyms=$lt_exclude_expsyms
13163
13164# Symbols that must always be exported.
13165include_expsyms=$lt_include_expsyms
13166
13167# Commands necessary for linking programs (against libraries) with templates.
13168prelink_cmds=$lt_prelink_cmds
13169
13170# Specify filename containing input files.
13171file_list_spec=$lt_file_list_spec
13172
13173# How to hardcode a shared library path into an executable.
13174hardcode_action=$hardcode_action
13175
13176# ### END LIBTOOL CONFIG
13177
13178_LT_EOF
13179
13180 case $host_os in
13181 aix3*)
13182 cat <<\_LT_EOF >> "$cfgfile"
13183# AIX sometimes has problems with the GCC collect2 program. For some
13184# reason, if we set the COLLECT_NAMES environment variable, the problems
13185# vanish in a puff of smoke.
13186if test "X${COLLECT_NAMES+set}" != Xset; then
13187 COLLECT_NAMES=
13188 export COLLECT_NAMES
13189fi
13190_LT_EOF
13191 ;;
13192 esac
13193
13194
13195ltmain="$ac_aux_dir/ltmain.sh"
13196
13197
13198 # We use sed instead of cat because bash on DJGPP gets confused if
13199 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13200 # text mode, it properly converts lines to CR/LF. This bash problem
13201 # is reportedly fixed, but why not run on old versions too?
13202 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13203 || (rm -f "$cfgfile"; exit 1)
13204
13205 case $xsi_shell in
13206 yes)
13207 cat << \_LT_EOF >> "$cfgfile"
13208
13209# func_dirname file append nondir_replacement
13210# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13211# otherwise set result to NONDIR_REPLACEMENT.
13212func_dirname ()
13213{
13214 case ${1} in
13215 */*) func_dirname_result="${1%/*}${2}" ;;
13216 * ) func_dirname_result="${3}" ;;
13217 esac
13218}
13219
13220# func_basename file
13221func_basename ()
13222{
13223 func_basename_result="${1##*/}"
13224}
13225
13226# func_dirname_and_basename file append nondir_replacement
13227# perform func_basename and func_dirname in a single function
13228# call:
13229# dirname: Compute the dirname of FILE. If nonempty,
13230# add APPEND to the result, otherwise set result
13231# to NONDIR_REPLACEMENT.
13232# value returned in "$func_dirname_result"
13233# basename: Compute filename of FILE.
13234# value retuned in "$func_basename_result"
13235# Implementation must be kept synchronized with func_dirname
13236# and func_basename. For efficiency, we do not delegate to
13237# those functions but instead duplicate the functionality here.
13238func_dirname_and_basename ()
13239{
13240 case ${1} in
13241 */*) func_dirname_result="${1%/*}${2}" ;;
13242 * ) func_dirname_result="${3}" ;;
13243 esac
13244 func_basename_result="${1##*/}"
13245}
13246
13247# func_stripname prefix suffix name
13248# strip PREFIX and SUFFIX off of NAME.
13249# PREFIX and SUFFIX must not contain globbing or regex special
13250# characters, hashes, percent signs, but SUFFIX may contain a leading
13251# dot (in which case that matches only a dot).
13252func_stripname ()
13253{
13254 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13255 # positional parameters, so assign one to ordinary parameter first.
13256 func_stripname_result=${3}
13257 func_stripname_result=${func_stripname_result#"${1}"}
13258 func_stripname_result=${func_stripname_result%"${2}"}
13259}
13260
13261# func_opt_split
13262func_opt_split ()
13263{
13264 func_opt_split_opt=${1%%=*}
13265 func_opt_split_arg=${1#*=}
13266}
13267
13268# func_lo2o object
13269func_lo2o ()
13270{
13271 case ${1} in
13272 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13273 *) func_lo2o_result=${1} ;;
13274 esac
13275}
13276
13277# func_xform libobj-or-source
13278func_xform ()
13279{
13280 func_xform_result=${1%.*}.lo
13281}
13282
13283# func_arith arithmetic-term...
13284func_arith ()
13285{
13286 func_arith_result=$(( $* ))
13287}
13288
13289# func_len string
13290# STRING may not start with a hyphen.
13291func_len ()
13292{
13293 func_len_result=${#1}
13294}
13295
13296_LT_EOF
13297 ;;
13298 *) # Bourne compatible functions.
13299 cat << \_LT_EOF >> "$cfgfile"
13300
13301# func_dirname file append nondir_replacement
13302# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13303# otherwise set result to NONDIR_REPLACEMENT.
13304func_dirname ()
13305{
13306 # Extract subdirectory from the argument.
13307 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13308 if test "X$func_dirname_result" = "X${1}"; then
13309 func_dirname_result="${3}"
13310 else
13311 func_dirname_result="$func_dirname_result${2}"
13312 fi
13313}
13314
13315# func_basename file
13316func_basename ()
13317{
13318 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13319}
13320
13321
13322# func_stripname prefix suffix name
13323# strip PREFIX and SUFFIX off of NAME.
13324# PREFIX and SUFFIX must not contain globbing or regex special
13325# characters, hashes, percent signs, but SUFFIX may contain a leading
13326# dot (in which case that matches only a dot).
13327# func_strip_suffix prefix name
13328func_stripname ()
13329{
13330 case ${2} in
13331 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13332 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13333 esac
13334}
13335
13336# sed scripts:
13337my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13338my_sed_long_arg='1s/^-[^=]*=//'
13339
13340# func_opt_split
13341func_opt_split ()
13342{
13343 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13344 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13345}
13346
13347# func_lo2o object
13348func_lo2o ()
13349{
13350 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13351}
13352
13353# func_xform libobj-or-source
13354func_xform ()
13355{
13356 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13357}
13358
13359# func_arith arithmetic-term...
13360func_arith ()
13361{
13362 func_arith_result=`expr "$@"`
13363}
13364
13365# func_len string
13366# STRING may not start with a hyphen.
13367func_len ()
13368{
13369 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13370}
13371
13372_LT_EOF
13373esac
13374
13375case $lt_shell_append in
13376 yes)
13377 cat << \_LT_EOF >> "$cfgfile"
13378
13379# func_append var value
13380# Append VALUE to the end of shell variable VAR.
13381func_append ()
13382{
13383 eval "$1+=\$2"
13384}
13385_LT_EOF
13386 ;;
13387 *)
13388 cat << \_LT_EOF >> "$cfgfile"
13389
13390# func_append var value
13391# Append VALUE to the end of shell variable VAR.
13392func_append ()
13393{
13394 eval "$1=\$$1\$2"
13395}
13396
13397_LT_EOF
13398 ;;
13399 esac
13400
13401
13402 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13403 || (rm -f "$cfgfile"; exit 1)
13404
13405 mv -f "$cfgfile" "$ofile" ||
13406 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13407 chmod +x "$ofile"
13408
13409 ;;
81ecdfbb 13410 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13411 rm -f Makesim1.tmp Makesim2.tmp Makefile
13412 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13413 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13414 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
b34f6357
DB
13415 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13416 <Makefile.sim >Makefile
38f48d72 13417 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13418 ;;
81ecdfbb
RW
13419 "stamp-h":C) echo > stamp-h ;;
13420
b7026657 13421 esac
81ecdfbb 13422done # for ac_tag
b34f6357 13423
b7026657 13424
81ecdfbb 13425as_fn_exit 0
b7026657 13426_ACEOF
b7026657
AC
13427ac_clean_files=$ac_clean_files_save
13428
81ecdfbb 13429test $ac_write_fail = 0 ||
d0ac1c44 13430 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13431
b7026657
AC
13432
13433# configure is writing to config.log, and then calls config.status.
13434# config.status does its own redirection, appending to config.log.
13435# Unfortunately, on DOS this fails, as config.log is still kept open
13436# by configure, so config.status won't be able to write to it; its
13437# output is simply discarded. So we exec the FD to /dev/null,
13438# effectively closing config.log, so it can be properly (re)opened and
13439# appended to by config.status. When coming back to configure, we
13440# need to make the FD available again.
13441if test "$no_create" != yes; then
13442 ac_cs_success=:
13443 ac_config_status_args=
13444 test "$silent" = yes &&
13445 ac_config_status_args="$ac_config_status_args --quiet"
13446 exec 5>/dev/null
13447 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13448 exec 5>>config.log
13449 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13450 # would make configure fail if this is the last instruction.
d0ac1c44 13451 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13452fi
13453if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13455$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13456fi
b34f6357
DB
13457
13458