]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cr16/configure
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / sim / cr16 / configure
CommitLineData
fee8ec00
SR
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
fee8ec00 8#
fee8ec00
SR
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
fee8ec00 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fee8ec00
SR
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
fee8ec00 31fi
fee8ec00 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
fee8ec00
SR
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
fee8ec00
SR
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
fee8ec00 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
fee8ec00 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
fee8ec00 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
fee8ec00 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fee8ec00
SR
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fee8ec00
SR
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
fee8ec00 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
fee8ec00
SR
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
fee8ec00 464
fee8ec00
SR
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
fee8ec00 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
fee8ec00 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
fee8ec00 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fee8ec00 490 t loop
81ecdfbb 491 s/-\n.*//
fee8ec00 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
fee8ec00 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
fee8ec00
SR
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
fee8ec00
SR
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
fee8ec00
SR
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
fee8ec00 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
fee8ec00 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
fee8ec00 541 fi
fee8ec00 542else
d0ac1c44 543 as_ln_s='cp -pR'
fee8ec00 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
fee8ec00
SR
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
fee8ec00
SR
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
fee8ec00 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
fee8ec00
SR
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
fee8ec00
SR
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
fee8ec00
SR
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
fee8ec00 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
fee8ec00
SR
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
fee8ec00
SR
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
fee8ec00
SR
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
fee8ec00
SR
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
fee8ec00
SR
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
fee8ec00
SR
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
fee8ec00
SR
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fee8ec00
SR
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
fee8ec00
SR
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
fee8ec00 623# include <inttypes.h>
fee8ec00 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
fee8ec00
SR
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b 634sim_reserved_bits
760b3e8b
MF
635sim_default_model
636sim_scache
637sim_float
638sim_bitsize
ba307cdd 639sim_alignment
81ecdfbb 640cgen_breaks
81ecdfbb 641MAINT
31e6ad7d
MF
642MAINTAINER_MODE_FALSE
643MAINTAINER_MODE_TRUE
6bb11ab3
L
644lt_cv_dlopen_libs
645OTOOL64
646OTOOL
647LIPO
648NMEDIT
649DSYMUTIL
650AWK
651STRIP
652OBJDUMP
653LN_S
654NM
655ac_ct_DUMPBIN
656DUMPBIN
657LD
658FGREP
659SED
660LIBTOOL
661PLUGINS_FALSE
662PLUGINS_TRUE
aadc9410
MF
663zlibinc
664zlibdir
81ecdfbb
RW
665CATOBJEXT
666GENCAT
667INSTOBJEXT
668DATADIRNAME
669CATALOGS
670POSUB
671GMSGFMT
672XGETTEXT
673INCINTL
674LIBINTL_DEP
675LIBINTL
676USE_NLS
db2e4d67
MF
677CCDEPMODE
678DEPDIR
679am__leading_dot
46f900c0 680C_DIALECT
81ecdfbb
RW
681RANLIB
682AR
c2783492 683LDFLAGS_FOR_BUILD
c25ea03d 684CFLAGS_FOR_BUILD
aa0fca16 685RANLIB_FOR_BUILD
81ecdfbb 686CC_FOR_BUILD
aa0fca16 687AR_FOR_BUILD
81ecdfbb
RW
688INSTALL_DATA
689INSTALL_SCRIPT
690INSTALL_PROGRAM
2232061b
MF
691EGREP
692GREP
c2783492
MF
693CPP
694OBJEXT
695EXEEXT
696ac_ct_CC
697CPPFLAGS
698LDFLAGS
699CFLAGS
700CC
81ecdfbb
RW
701target_os
702target_vendor
703target_cpu
704target
705host_os
706host_vendor
707host_cpu
708host
709build_os
710build_vendor
711build_cpu
712build
81ecdfbb
RW
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
743PACKAGE_URL
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
136da8cd
MF
750SHELL
751WERROR_CFLAGS
752WARN_CFLAGS
136da8cd 753sim_inline
66d055c7
MF
754sim_hw
755sim_hw_objs
756sim_hw_cflags
ba307cdd 757sim_endian'
fee8ec00 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
ca968da4 771enable_sim_endian
2232061b 772enable_werror
81ecdfbb
RW
773enable_build_warnings
774enable_sim_build_warnings
66d055c7 775enable_sim_hardware
81ecdfbb
RW
776'
777 ac_precious_vars='build_alias
778host_alias
779target_alias
780CC
781CFLAGS
782LDFLAGS
783LIBS
784CPPFLAGS
785CPP'
786
fee8ec00
SR
787
788# Initialize some variables set by options.
789ac_init_help=
790ac_init_version=false
81ecdfbb
RW
791ac_unrecognized_opts=
792ac_unrecognized_sep=
fee8ec00
SR
793# The variables have the same names as the options, with
794# dashes changed to underlines.
795cache_file=/dev/null
796exec_prefix=NONE
797no_create=
798no_recursion=
799prefix=NONE
800program_prefix=NONE
801program_suffix=NONE
802program_transform_name=s,x,x,
803silent=
804site=
805srcdir=
806verbose=
807x_includes=NONE
808x_libraries=NONE
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.)
fee8ec00
SR
816bindir='${exec_prefix}/bin'
817sbindir='${exec_prefix}/sbin'
818libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
819datarootdir='${prefix}/share'
820datadir='${datarootdir}'
fee8ec00
SR
821sysconfdir='${prefix}/etc'
822sharedstatedir='${prefix}/com'
823localstatedir='${prefix}/var'
fee8ec00
SR
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'
fee8ec00
SR
835
836ac_prev=
81ecdfbb 837ac_dashdash=
fee8ec00
SR
838for ac_option
839do
840 # If the previous option needs an argument, assign it.
841 if test -n "$ac_prev"; then
81ecdfbb 842 eval $ac_prev=\$ac_option
fee8ec00
SR
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
fee8ec00
SR
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 ;;
fee8ec00
SR
858
859 -bindir | --bindir | --bindi | --bind | --bin | --bi)
860 ac_prev=bindir ;;
861 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
862 bindir=$ac_optarg ;;
863
864 -build | --build | --buil | --bui | --bu)
865 ac_prev=build_alias ;;
866 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
867 build_alias=$ac_optarg ;;
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=*)
874 cache_file=$ac_optarg ;;
875
876 --config-cache | -C)
877 cache_file=config.cache ;;
878
81ecdfbb 879 -datadir | --datadir | --datadi | --datad)
fee8ec00 880 ac_prev=datadir ;;
81ecdfbb 881 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fee8ec00
SR
882 datadir=$ac_optarg ;;
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
fee8ec00 891 -disable-* | --disable-*)
81ecdfbb 892 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fee8ec00 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 ;;
fee8ec00
SR
916
917 -enable-* | --enable-*)
81ecdfbb 918 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fee8ec00 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=', ';;
fee8ec00 930 esac
81ecdfbb 931 eval enable_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
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=*)
940 exec_prefix=$ac_optarg ;;
941
942 -gas | --gas | --ga | --g)
943 # Obsolete; use --with-gas.
944 with_gas=yes ;;
945
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 ;;
952
953 -host | --host | --hos | --ho)
954 ac_prev=host_alias ;;
955 -host=* | --host=* | --hos=* | --ho=*)
956 host_alias=$ac_optarg ;;
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
fee8ec00
SR
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=*)
969 includedir=$ac_optarg ;;
970
971 -infodir | --infodir | --infodi | --infod | --info | --inf)
972 ac_prev=infodir ;;
973 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
974 infodir=$ac_optarg ;;
975
976 -libdir | --libdir | --libdi | --libd)
977 ac_prev=libdir ;;
978 -libdir=* | --libdir=* | --libdi=* | --libd=*)
979 libdir=$ac_optarg ;;
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=*)
986 libexecdir=$ac_optarg ;;
987
81ecdfbb
RW
988 -localedir | --localedir | --localedi | --localed | --locale)
989 ac_prev=localedir ;;
990 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
991 localedir=$ac_optarg ;;
992
fee8ec00 993 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 994 | --localstate | --localstat | --localsta | --localst | --locals)
fee8ec00
SR
995 ac_prev=localstatedir ;;
996 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 997 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fee8ec00
SR
998 localstatedir=$ac_optarg ;;
999
1000 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1001 ac_prev=mandir ;;
1002 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1003 mandir=$ac_optarg ;;
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 \
1010 | --no-cr | --no-c | -n)
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=*)
1024 oldincludedir=$ac_optarg ;;
1025
1026 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1027 ac_prev=prefix ;;
1028 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1029 prefix=$ac_optarg ;;
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=*)
1036 program_prefix=$ac_optarg ;;
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=*)
1043 program_suffix=$ac_optarg ;;
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=*)
1060 program_transform_name=$ac_optarg ;;
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
fee8ec00
SR
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=*)
1080 sbindir=$ac_optarg ;;
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=*)
1091 sharedstatedir=$ac_optarg ;;
1092
1093 -site | --site | --sit)
1094 ac_prev=site ;;
1095 -site=* | --site=* | --sit=*)
1096 site=$ac_optarg ;;
1097
1098 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1099 ac_prev=srcdir ;;
1100 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1101 srcdir=$ac_optarg ;;
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=*)
1108 sysconfdir=$ac_optarg ;;
1109
1110 -target | --target | --targe | --targ | --tar | --ta | --t)
1111 ac_prev=target_alias ;;
1112 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1113 target_alias=$ac_optarg ;;
1114
1115 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1116 verbose=yes ;;
1117
1118 -version | --version | --versio | --versi | --vers | -V)
1119 ac_init_version=: ;;
1120
1121 -with-* | --with-*)
81ecdfbb 1122 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fee8ec00 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=', ';;
fee8ec00 1134 esac
81ecdfbb 1135 eval with_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
1136
1137 -without-* | --without-*)
81ecdfbb 1138 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fee8ec00 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 ;;
fee8ec00
SR
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=*)
1162 x_includes=$ac_optarg ;;
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=*)
1169 x_libraries=$ac_optarg ;;
1170
d0ac1c44
SM
1171 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1172Try \`$0 --help' for more information"
fee8ec00
SR
1173 ;;
1174
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
fee8ec00
SR
1183 export $ac_envvar ;;
1184
1185 *)
1186 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1187 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fee8ec00 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}"
fee8ec00
SR
1191 ;;
1192
1193 esac
1194done
1195
1196if test -n "$ac_prev"; then
1197 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1198 as_fn_error $? "missing argument to $ac_option"
fee8ec00
SR
1199fi
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 ;;
fee8ec00 1206 esac
81ecdfbb 1207fi
fee8ec00 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
fee8ec00 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.
fee8ec00 1223 case $ac_val in
81ecdfbb
RW
1224 [\\/$]* | ?:[\\/]* ) continue;;
1225 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fee8ec00 1226 esac
d0ac1c44 1227 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
fee8ec00
SR
1228done
1229
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
fee8ec00
SR
1241 elif test "x$build_alias" != "x$host_alias"; then
1242 cross_compiling=yes
1243 fi
1244fi
1245
1246ac_tool_prefix=
1247test -n "$host_alias" && ac_tool_prefix=$host_alias-
1248
1249test "$silent" = yes && exec 6>/dev/null
1250
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
fee8ec00
SR
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'`
fee8ec00 1287 srcdir=$ac_confdir
81ecdfbb 1288 if test ! -r "$srcdir/$ac_unique_file"; then
fee8ec00
SR
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
fee8ec00
SR
1318
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.
1327
1328Usage: $0 [OPTION]... [VAR=VALUE]...
1329
1330To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331VAR=VALUE. See below for descriptions of some of the useful variables.
1332
1333Defaults for the options are specified in brackets.
1334
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
fee8ec00
SR
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
fee8ec00
SR
1346Installation directories:
1347 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1348 [$ac_default_prefix]
fee8ec00 1349 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1350 [PREFIX]
fee8ec00
SR
1351
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'.
1356
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]
fee8ec00
SR
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
1393fi
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
fee8ec00
SR
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-endian=endian
1415 Specify target byte endian orientation
2232061b
MF
1416 --enable-werror treat compile warnings as errors
1417 --enable-build-warnings enable build-time compiler warnings if gcc is used
1418 --enable-sim-build-warnings
1419 enable SIM specific build-time compiler warnings if
1420 gcc is used
66d055c7
MF
1421 --enable-sim-hardware=LIST
1422 Specify the hardware to be included in the build.
fee8ec00 1423
6efef468
JM
1424Optional Packages:
1425 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1426 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1427 --with-system-zlib use installed libz
6bb11ab3
L
1428 --with-pic try to use only PIC/non-PIC objects [default=use
1429 both]
1430 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468 1431
fee8ec00
SR
1432Some influential environment variables:
1433 CC C compiler command
1434 CFLAGS C compiler flags
1435 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1436 nonstandard directory <lib dir>
81ecdfbb 1437 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1438 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1439 you have headers in a nonstandard directory <include dir>
fee8ec00
SR
1440 CPP C preprocessor
1441
1442Use these variables to override the choices made by `configure' or to help
1443it to find libraries and programs with nonstandard names/locations.
1444
81ecdfbb 1445Report bugs to the package provider.
fee8ec00 1446_ACEOF
81ecdfbb 1447ac_status=$?
fee8ec00
SR
1448fi
1449
1450if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
fee8ec00 1452 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1453 test -d "$ac_dir" ||
1454 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1455 continue
fee8ec00
SR
1456 ac_builddir=.
1457
81ecdfbb
RW
1458case "$ac_dir" in
1459.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460*)
1461 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1462 # A ".." for each directory in $ac_dir_suffix.
1463 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1464 case $ac_top_builddir_sub in
1465 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1466 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1467 esac ;;
1468esac
1469ac_abs_top_builddir=$ac_pwd
1470ac_abs_builddir=$ac_pwd$ac_dir_suffix
1471# for backward compatibility:
1472ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
1473
1474case $srcdir in
81ecdfbb 1475 .) # We are building in place.
fee8ec00 1476 ac_srcdir=.
81ecdfbb
RW
1477 ac_top_srcdir=$ac_top_builddir_sub
1478 ac_abs_top_srcdir=$ac_pwd ;;
1479 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 1480 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1481 ac_top_srcdir=$srcdir
1482 ac_abs_top_srcdir=$srcdir ;;
1483 *) # Relative name.
1484 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1485 ac_top_srcdir=$ac_top_build_prefix$srcdir
1486 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 1487esac
81ecdfbb
RW
1488ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489
1490 cd "$ac_dir" || { ac_status=$?; continue; }
1491 # Check for guested configure.
1492 if test -f "$ac_srcdir/configure.gnu"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1495 elif test -f "$ac_srcdir/configure"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure" --help=recursive
fee8ec00 1498 else
81ecdfbb
RW
1499 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1500 fi || ac_status=$?
1501 cd "$ac_pwd" || { ac_status=$?; break; }
fee8ec00
SR
1502 done
1503fi
1504
81ecdfbb 1505test -n "$ac_init_help" && exit $ac_status
fee8ec00
SR
1506if $ac_init_version; then
1507 cat <<\_ACEOF
81ecdfbb 1508configure
d0ac1c44 1509generated by GNU Autoconf 2.69
fee8ec00 1510
d0ac1c44 1511Copyright (C) 2012 Free Software Foundation, Inc.
fee8ec00
SR
1512This configure script is free software; the Free Software Foundation
1513gives unlimited permission to copy, distribute and modify it.
1514_ACEOF
81ecdfbb 1515 exit
fee8ec00 1516fi
fee8ec00 1517
81ecdfbb
RW
1518## ------------------------ ##
1519## Autoconf initialization. ##
1520## ------------------------ ##
fee8ec00 1521
81ecdfbb
RW
1522# ac_fn_c_try_compile LINENO
1523# --------------------------
1524# Try to compile conftest.$ac_ext, and return whether this succeeded.
1525ac_fn_c_try_compile ()
fee8ec00 1526{
81ecdfbb
RW
1527 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1528 rm -f conftest.$ac_objext
1529 if { { ac_try="$ac_compile"
1530case "(($ac_try" in
1531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1532 *) ac_try_echo=$ac_try;;
1533esac
1534eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1535$as_echo "$ac_try_echo"; } >&5
1536 (eval "$ac_compile") 2>conftest.err
1537 ac_status=$?
1538 if test -s conftest.err; then
1539 grep -v '^ *+' conftest.err >conftest.er1
1540 cat conftest.er1 >&5
1541 mv -f conftest.er1 conftest.err
1542 fi
1543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1544 test $ac_status = 0; } && {
1545 test -z "$ac_c_werror_flag" ||
1546 test ! -s conftest.err
1547 } && test -s conftest.$ac_objext; then :
1548 ac_retval=0
1549else
1550 $as_echo "$as_me: failed program was:" >&5
1551sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1552
81ecdfbb
RW
1553 ac_retval=1
1554fi
d0ac1c44
SM
1555 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1556 as_fn_set_status $ac_retval
fee8ec00 1557
81ecdfbb 1558} # ac_fn_c_try_compile
fee8ec00 1559
81ecdfbb
RW
1560# ac_fn_c_try_cpp LINENO
1561# ----------------------
1562# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1563ac_fn_c_try_cpp ()
1564{
1565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566 if { { ac_try="$ac_cpp conftest.$ac_ext"
1567case "(($ac_try" in
1568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1569 *) ac_try_echo=$ac_try;;
1570esac
1571eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1572$as_echo "$ac_try_echo"; } >&5
1573 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1574 ac_status=$?
1575 if test -s conftest.err; then
1576 grep -v '^ *+' conftest.err >conftest.er1
1577 cat conftest.er1 >&5
1578 mv -f conftest.er1 conftest.err
1579 fi
1580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1581 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1582 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1583 test ! -s conftest.err
1584 }; then :
1585 ac_retval=0
1586else
1587 $as_echo "$as_me: failed program was:" >&5
1588sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1589
81ecdfbb
RW
1590 ac_retval=1
1591fi
d0ac1c44
SM
1592 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1593 as_fn_set_status $ac_retval
fee8ec00 1594
81ecdfbb 1595} # ac_fn_c_try_cpp
fee8ec00 1596
81ecdfbb
RW
1597# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1598# -------------------------------------------------------
1599# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1600# the include files in INCLUDES and setting the cache variable VAR
1601# accordingly.
1602ac_fn_c_check_header_mongrel ()
1603{
1604 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1605 if eval \${$3+:} false; then :
81ecdfbb
RW
1606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1607$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1608if eval \${$3+:} false; then :
81ecdfbb
RW
1609 $as_echo_n "(cached) " >&6
1610fi
1611eval ac_res=\$$3
1612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1613$as_echo "$ac_res" >&6; }
1614else
1615 # Is the header compilable?
1616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1617$as_echo_n "checking $2 usability... " >&6; }
1618cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1619/* end confdefs.h. */
1620$4
1621#include <$2>
1622_ACEOF
1623if ac_fn_c_try_compile "$LINENO"; then :
1624 ac_header_compiler=yes
1625else
1626 ac_header_compiler=no
1627fi
1628rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1630$as_echo "$ac_header_compiler" >&6; }
1631
1632# Is the header present?
1633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1634$as_echo_n "checking $2 presence... " >&6; }
1635cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1636/* end confdefs.h. */
1637#include <$2>
1638_ACEOF
1639if ac_fn_c_try_cpp "$LINENO"; then :
1640 ac_header_preproc=yes
1641else
1642 ac_header_preproc=no
1643fi
d0ac1c44 1644rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1646$as_echo "$ac_header_preproc" >&6; }
1647
1648# So? What about this header?
1649case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1650 yes:no: )
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1652$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1654$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1655 ;;
1656 no:yes:* )
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1658$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1660$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1662$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1664$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1666$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1667 ;;
1668esac
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1670$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1671if eval \${$3+:} false; then :
81ecdfbb
RW
1672 $as_echo_n "(cached) " >&6
1673else
1674 eval "$3=\$ac_header_compiler"
1675fi
1676eval ac_res=\$$3
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1678$as_echo "$ac_res" >&6; }
1679fi
d0ac1c44 1680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1681
1682} # ac_fn_c_check_header_mongrel
1683
1684# ac_fn_c_try_run LINENO
1685# ----------------------
1686# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1687# that executables *can* be run.
1688ac_fn_c_try_run ()
1689{
1690 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1691 if { { ac_try="$ac_link"
1692case "(($ac_try" in
1693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1694 *) ac_try_echo=$ac_try;;
1695esac
1696eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1697$as_echo "$ac_try_echo"; } >&5
1698 (eval "$ac_link") 2>&5
1699 ac_status=$?
1700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1702 { { case "(($ac_try" in
1703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704 *) ac_try_echo=$ac_try;;
1705esac
1706eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707$as_echo "$ac_try_echo"; } >&5
1708 (eval "$ac_try") 2>&5
1709 ac_status=$?
1710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1711 test $ac_status = 0; }; }; then :
1712 ac_retval=0
1713else
1714 $as_echo "$as_me: program exited with status $ac_status" >&5
1715 $as_echo "$as_me: failed program was:" >&5
1716sed 's/^/| /' conftest.$ac_ext >&5
1717
1718 ac_retval=$ac_status
1719fi
1720 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1721 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1722 as_fn_set_status $ac_retval
81ecdfbb
RW
1723
1724} # ac_fn_c_try_run
1725
1726# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1727# -------------------------------------------------------
1728# Tests whether HEADER exists and can be compiled using the include files in
1729# INCLUDES, setting the cache variable VAR accordingly.
1730ac_fn_c_check_header_compile ()
1731{
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1734$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1735if eval \${$3+:} false; then :
81ecdfbb
RW
1736 $as_echo_n "(cached) " >&6
1737else
1738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1739/* end confdefs.h. */
1740$4
1741#include <$2>
1742_ACEOF
1743if ac_fn_c_try_compile "$LINENO"; then :
1744 eval "$3=yes"
1745else
1746 eval "$3=no"
1747fi
1748rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1749fi
1750eval ac_res=\$$3
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1752$as_echo "$ac_res" >&6; }
d0ac1c44 1753 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1754
1755} # ac_fn_c_check_header_compile
1756
1757# ac_fn_c_try_link LINENO
1758# -----------------------
1759# Try to link conftest.$ac_ext, and return whether this succeeded.
1760ac_fn_c_try_link ()
1761{
1762 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763 rm -f conftest.$ac_objext conftest$ac_exeext
1764 if { { ac_try="$ac_link"
1765case "(($ac_try" in
1766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1767 *) ac_try_echo=$ac_try;;
1768esac
1769eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1770$as_echo "$ac_try_echo"; } >&5
1771 (eval "$ac_link") 2>conftest.err
1772 ac_status=$?
1773 if test -s conftest.err; then
1774 grep -v '^ *+' conftest.err >conftest.er1
1775 cat conftest.er1 >&5
1776 mv -f conftest.er1 conftest.err
1777 fi
1778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779 test $ac_status = 0; } && {
1780 test -z "$ac_c_werror_flag" ||
1781 test ! -s conftest.err
1782 } && test -s conftest$ac_exeext && {
1783 test "$cross_compiling" = yes ||
d0ac1c44 1784 test -x conftest$ac_exeext
81ecdfbb
RW
1785 }; then :
1786 ac_retval=0
1787else
1788 $as_echo "$as_me: failed program was:" >&5
1789sed 's/^/| /' conftest.$ac_ext >&5
1790
1791 ac_retval=1
1792fi
1793 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1794 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1795 # interfere with the next link command; also delete a directory that is
1796 # left behind by Apple's compiler. We do this before executing the actions.
1797 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1798 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799 as_fn_set_status $ac_retval
81ecdfbb
RW
1800
1801} # ac_fn_c_try_link
1802
1803# ac_fn_c_check_func LINENO FUNC VAR
1804# ----------------------------------
1805# Tests whether FUNC exists, setting the cache variable VAR accordingly
1806ac_fn_c_check_func ()
1807{
1808 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1810$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1811if eval \${$3+:} false; then :
81ecdfbb
RW
1812 $as_echo_n "(cached) " >&6
1813else
1814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1815/* end confdefs.h. */
1816/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1817 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1818#define $2 innocuous_$2
1819
1820/* System header to define __stub macros and hopefully few prototypes,
1821 which can conflict with char $2 (); below.
1822 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1823 <limits.h> exists even on freestanding compilers. */
1824
1825#ifdef __STDC__
1826# include <limits.h>
1827#else
1828# include <assert.h>
1829#endif
1830
1831#undef $2
1832
1833/* Override any GCC internal prototype to avoid an error.
1834 Use char because int might match the return type of a GCC
1835 builtin and then its argument prototype would still apply. */
1836#ifdef __cplusplus
1837extern "C"
1838#endif
1839char $2 ();
1840/* The GNU C library defines this for functions which it implements
1841 to always fail with ENOSYS. Some functions are actually named
1842 something starting with __ and the normal name is an alias. */
1843#if defined __stub_$2 || defined __stub___$2
1844choke me
1845#endif
1846
1847int
1848main ()
1849{
1850return $2 ();
1851 ;
1852 return 0;
1853}
1854_ACEOF
1855if ac_fn_c_try_link "$LINENO"; then :
1856 eval "$3=yes"
1857else
1858 eval "$3=no"
1859fi
1860rm -f core conftest.err conftest.$ac_objext \
1861 conftest$ac_exeext conftest.$ac_ext
1862fi
1863eval ac_res=\$$3
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1865$as_echo "$ac_res" >&6; }
d0ac1c44 1866 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1867
1868} # ac_fn_c_check_func
1869cat >config.log <<_ACEOF
1870This file contains any messages produced by compilers while
1871running configure, to aid debugging if configure makes a mistake.
1872
1873It was created by $as_me, which was
d0ac1c44 1874generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1875
1876 $ $0 $@
1877
1878_ACEOF
1879exec 5>>config.log
1880{
1881cat <<_ASUNAME
1882## --------- ##
1883## Platform. ##
1884## --------- ##
1885
1886hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1887uname -m = `(uname -m) 2>/dev/null || echo unknown`
1888uname -r = `(uname -r) 2>/dev/null || echo unknown`
1889uname -s = `(uname -s) 2>/dev/null || echo unknown`
1890uname -v = `(uname -v) 2>/dev/null || echo unknown`
1891
1892/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1893/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1894
1895/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1896/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1897/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1898/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1899/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1900/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1901/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1902
1903_ASUNAME
1904
1905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1906for as_dir in $PATH
1907do
1908 IFS=$as_save_IFS
1909 test -z "$as_dir" && as_dir=.
1910 $as_echo "PATH: $as_dir"
1911 done
1912IFS=$as_save_IFS
1913
1914} >&5
1915
1916cat >&5 <<_ACEOF
fee8ec00
SR
1917
1918
1919## ----------- ##
1920## Core tests. ##
1921## ----------- ##
1922
1923_ACEOF
1924
1925
1926# Keep a trace of the command line.
1927# Strip out --no-create and --no-recursion so they do not pile up.
1928# Strip out --silent because we don't want to record it for future runs.
1929# Also quote any args containing shell meta-characters.
1930# Make two passes to allow for proper duplicate-argument suppression.
1931ac_configure_args=
1932ac_configure_args0=
1933ac_configure_args1=
fee8ec00
SR
1934ac_must_keep_next=false
1935for ac_pass in 1 2
1936do
1937 for ac_arg
1938 do
1939 case $ac_arg in
1940 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1941 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1942 | -silent | --silent | --silen | --sile | --sil)
1943 continue ;;
81ecdfbb
RW
1944 *\'*)
1945 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
1946 esac
1947 case $ac_pass in
81ecdfbb 1948 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fee8ec00 1949 2)
81ecdfbb 1950 as_fn_append ac_configure_args1 " '$ac_arg'"
fee8ec00
SR
1951 if test $ac_must_keep_next = true; then
1952 ac_must_keep_next=false # Got value, back to normal.
1953 else
1954 case $ac_arg in
1955 *=* | --config-cache | -C | -disable-* | --disable-* \
1956 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1957 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1958 | -with-* | --with-* | -without-* | --without-* | --x)
1959 case "$ac_configure_args0 " in
1960 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1961 esac
1962 ;;
1963 -* ) ac_must_keep_next=true ;;
1964 esac
1965 fi
81ecdfbb 1966 as_fn_append ac_configure_args " '$ac_arg'"
fee8ec00
SR
1967 ;;
1968 esac
1969 done
1970done
81ecdfbb
RW
1971{ ac_configure_args0=; unset ac_configure_args0;}
1972{ ac_configure_args1=; unset ac_configure_args1;}
fee8ec00
SR
1973
1974# When interrupted or exit'd, cleanup temporary files, and complete
1975# config.log. We remove comments because anyway the quotes in there
1976# would cause problems or look ugly.
81ecdfbb
RW
1977# WARNING: Use '\'' to represent an apostrophe within the trap.
1978# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fee8ec00
SR
1979trap 'exit_status=$?
1980 # Save into config.log some information that might help in debugging.
1981 {
1982 echo
1983
d0ac1c44 1984 $as_echo "## ---------------- ##
fee8ec00 1985## Cache variables. ##
d0ac1c44 1986## ---------------- ##"
fee8ec00
SR
1987 echo
1988 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1989(
1990 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1991 eval ac_val=\$$ac_var
1992 case $ac_val in #(
1993 *${as_nl}*)
1994 case $ac_var in #(
1995 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1996$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1997 esac
1998 case $ac_var in #(
1999 _ | IFS | as_nl) ;; #(
2000 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2001 *) { eval $ac_var=; unset $ac_var;} ;;
2002 esac ;;
2003 esac
2004 done
fee8ec00 2005 (set) 2>&1 |
81ecdfbb
RW
2006 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2007 *${as_nl}ac_space=\ *)
fee8ec00 2008 sed -n \
81ecdfbb
RW
2009 "s/'\''/'\''\\\\'\'''\''/g;
2010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2011 ;; #(
fee8ec00 2012 *)
81ecdfbb 2013 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 2014 ;;
81ecdfbb
RW
2015 esac |
2016 sort
2017)
fee8ec00
SR
2018 echo
2019
d0ac1c44 2020 $as_echo "## ----------------- ##
fee8ec00 2021## Output variables. ##
d0ac1c44 2022## ----------------- ##"
fee8ec00
SR
2023 echo
2024 for ac_var in $ac_subst_vars
2025 do
81ecdfbb
RW
2026 eval ac_val=\$$ac_var
2027 case $ac_val in
2028 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2029 esac
2030 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2031 done | sort
2032 echo
2033
2034 if test -n "$ac_subst_files"; then
d0ac1c44 2035 $as_echo "## ------------------- ##
81ecdfbb 2036## File substitutions. ##
d0ac1c44 2037## ------------------- ##"
fee8ec00
SR
2038 echo
2039 for ac_var in $ac_subst_files
2040 do
81ecdfbb
RW
2041 eval ac_val=\$$ac_var
2042 case $ac_val in
2043 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2044 esac
2045 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2046 done | sort
2047 echo
2048 fi
2049
2050 if test -s confdefs.h; then
d0ac1c44 2051 $as_echo "## ----------- ##
fee8ec00 2052## confdefs.h. ##
d0ac1c44 2053## ----------- ##"
fee8ec00 2054 echo
81ecdfbb 2055 cat confdefs.h
fee8ec00
SR
2056 echo
2057 fi
2058 test "$ac_signal" != 0 &&
81ecdfbb
RW
2059 $as_echo "$as_me: caught signal $ac_signal"
2060 $as_echo "$as_me: exit $exit_status"
fee8ec00 2061 } >&5
81ecdfbb
RW
2062 rm -f core *.core core.conftest.* &&
2063 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fee8ec00 2064 exit $exit_status
81ecdfbb 2065' 0
fee8ec00 2066for ac_signal in 1 2 13 15; do
81ecdfbb 2067 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fee8ec00
SR
2068done
2069ac_signal=0
2070
2071# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2072rm -f -r conftest* confdefs.h
2073
2074$as_echo "/* confdefs.h */" > confdefs.h
fee8ec00
SR
2075
2076# Predefined preprocessor variables.
2077
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_NAME "$PACKAGE_NAME"
2080_ACEOF
2081
fee8ec00
SR
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2084_ACEOF
2085
fee8ec00
SR
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_VERSION "$PACKAGE_VERSION"
2088_ACEOF
2089
fee8ec00
SR
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_STRING "$PACKAGE_STRING"
2092_ACEOF
2093
fee8ec00
SR
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2096_ACEOF
2097
81ecdfbb
RW
2098cat >>confdefs.h <<_ACEOF
2099#define PACKAGE_URL "$PACKAGE_URL"
2100_ACEOF
2101
fee8ec00
SR
2102
2103# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2104# Prefer an explicitly selected file to automatically selected ones.
2105ac_site_file1=NONE
2106ac_site_file2=NONE
2107if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2108 # We do not want a PATH search for config.site.
2109 case $CONFIG_SITE in #((
2110 -*) ac_site_file1=./$CONFIG_SITE;;
2111 */*) ac_site_file1=$CONFIG_SITE;;
2112 *) ac_site_file1=./$CONFIG_SITE;;
2113 esac
81ecdfbb
RW
2114elif test "x$prefix" != xNONE; then
2115 ac_site_file1=$prefix/share/config.site
2116 ac_site_file2=$prefix/etc/config.site
2117else
2118 ac_site_file1=$ac_default_prefix/share/config.site
2119 ac_site_file2=$ac_default_prefix/etc/config.site
2120fi
2121for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2122do
2123 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2124 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2126$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fee8ec00 2127 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2128 . "$ac_site_file" \
2129 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2130$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2131as_fn_error $? "failed to load site script $ac_site_file
2132See \`config.log' for more details" "$LINENO" 5; }
fee8ec00
SR
2133 fi
2134done
2135
2136if test -r "$cache_file"; then
d0ac1c44
SM
2137 # Some versions of bash will fail to source /dev/null (special files
2138 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2139 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2140 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2141$as_echo "$as_me: loading cache $cache_file" >&6;}
fee8ec00 2142 case $cache_file in
81ecdfbb
RW
2143 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2144 *) . "./$cache_file";;
fee8ec00
SR
2145 esac
2146 fi
2147else
81ecdfbb
RW
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2149$as_echo "$as_me: creating cache $cache_file" >&6;}
fee8ec00
SR
2150 >$cache_file
2151fi
2152
2153# Check that the precious variables saved in the cache have kept the same
2154# value.
2155ac_cache_corrupted=false
81ecdfbb 2156for ac_var in $ac_precious_vars; do
fee8ec00
SR
2157 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2158 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2159 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2160 eval ac_new_val=\$ac_env_${ac_var}_value
fee8ec00
SR
2161 case $ac_old_set,$ac_new_set in
2162 set,)
81ecdfbb
RW
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2164$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fee8ec00
SR
2165 ac_cache_corrupted=: ;;
2166 ,set)
81ecdfbb
RW
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2168$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fee8ec00
SR
2169 ac_cache_corrupted=: ;;
2170 ,);;
2171 *)
2172 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2173 # differences in whitespace do not lead to failure.
2174 ac_old_val_w=`echo x $ac_old_val`
2175 ac_new_val_w=`echo x $ac_new_val`
2176 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2178$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2179 ac_cache_corrupted=:
2180 else
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2182$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2183 eval $ac_var=\$ac_old_val
2184 fi
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2186$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2188$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fee8ec00
SR
2189 fi;;
2190 esac
2191 # Pass precious variables to config.status.
2192 if test "$ac_new_set" = set; then
2193 case $ac_new_val in
81ecdfbb 2194 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
2195 *) ac_arg=$ac_var=$ac_new_val ;;
2196 esac
2197 case " $ac_configure_args " in
2198 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2199 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fee8ec00
SR
2200 esac
2201 fi
2202done
2203if $ac_cache_corrupted; then
81ecdfbb
RW
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2205$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2207$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2208 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fee8ec00 2209fi
81ecdfbb
RW
2210## -------------------- ##
2211## Main body of script. ##
2212## -------------------- ##
fee8ec00
SR
2213
2214ac_ext=c
2215ac_cpp='$CPP $CPPFLAGS'
2216ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2217ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2218ac_compiler_gnu=$ac_cv_c_compiler_gnu
2219
2220
6bb11ab3
L
2221
2222
2223
2224
2225
c2783492
MF
2226ac_aux_dir=
2227for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2228 if test -f "$ac_dir/install-sh"; then
2229 ac_aux_dir=$ac_dir
2230 ac_install_sh="$ac_aux_dir/install-sh -c"
2231 break
2232 elif test -f "$ac_dir/install.sh"; then
2233 ac_aux_dir=$ac_dir
2234 ac_install_sh="$ac_aux_dir/install.sh -c"
2235 break
2236 elif test -f "$ac_dir/shtool"; then
2237 ac_aux_dir=$ac_dir
2238 ac_install_sh="$ac_aux_dir/shtool install -c"
2239 break
2240 fi
2241done
2242if test -z "$ac_aux_dir"; then
2243 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2244fi
2245
2246# These three variables are undocumented and unsupported,
2247# and are intended to be withdrawn in a future Autoconf release.
2248# They can cause serious problems if a builder's source tree is in a directory
2249# whose full name contains unusual characters.
2250ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2251ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2252ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2253
2254
2255# Make sure we can run config.sub.
2256$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2257 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2258
2259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2260$as_echo_n "checking build system type... " >&6; }
2261if ${ac_cv_build+:} false; then :
2262 $as_echo_n "(cached) " >&6
2263else
2264 ac_build_alias=$build_alias
2265test "x$ac_build_alias" = x &&
2266 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2267test "x$ac_build_alias" = x &&
2268 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2269ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2270 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2271
2272fi
2273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2274$as_echo "$ac_cv_build" >&6; }
2275case $ac_cv_build in
2276*-*-*) ;;
2277*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2278esac
2279build=$ac_cv_build
2280ac_save_IFS=$IFS; IFS='-'
2281set x $ac_cv_build
2282shift
2283build_cpu=$1
2284build_vendor=$2
2285shift; shift
2286# Remember, the first character of IFS is used to create $*,
2287# except with old shells:
2288build_os=$*
2289IFS=$ac_save_IFS
2290case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2291
2292
2293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2294$as_echo_n "checking host system type... " >&6; }
2295if ${ac_cv_host+:} false; then :
2296 $as_echo_n "(cached) " >&6
2297else
2298 if test "x$host_alias" = x; then
2299 ac_cv_host=$ac_cv_build
2300else
2301 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2302 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2303fi
2304
2305fi
2306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2307$as_echo "$ac_cv_host" >&6; }
2308case $ac_cv_host in
2309*-*-*) ;;
2310*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2311esac
2312host=$ac_cv_host
2313ac_save_IFS=$IFS; IFS='-'
2314set x $ac_cv_host
2315shift
2316host_cpu=$1
2317host_vendor=$2
2318shift; shift
2319# Remember, the first character of IFS is used to create $*,
2320# except with old shells:
2321host_os=$*
2322IFS=$ac_save_IFS
2323case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2324
2325
2326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2327$as_echo_n "checking target system type... " >&6; }
2328if ${ac_cv_target+:} false; then :
2329 $as_echo_n "(cached) " >&6
2330else
2331 if test "x$target_alias" = x; then
2332 ac_cv_target=$ac_cv_host
2333else
2334 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2335 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2336fi
2337
2338fi
2339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2340$as_echo "$ac_cv_target" >&6; }
2341case $ac_cv_target in
2342*-*-*) ;;
2343*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2344esac
2345target=$ac_cv_target
2346ac_save_IFS=$IFS; IFS='-'
2347set x $ac_cv_target
2348shift
2349target_cpu=$1
2350target_vendor=$2
2351shift; shift
2352# Remember, the first character of IFS is used to create $*,
2353# except with old shells:
2354target_os=$*
2355IFS=$ac_save_IFS
2356case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2357
2358
2359# The aliases save the names the user supplied, while $host etc.
2360# will get canonicalized.
2361test -n "$target_alias" &&
2362 test "$program_prefix$program_suffix$program_transform_name" = \
2363 NONENONEs,x,x, &&
2364 program_prefix=${target_alias}-
6bb11ab3
L
2365ac_ext=c
2366ac_cpp='$CPP $CPPFLAGS'
2367ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2368ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2369ac_compiler_gnu=$ac_cv_c_compiler_gnu
2370if test -n "$ac_tool_prefix"; then
2371 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2372set dummy ${ac_tool_prefix}gcc; ac_word=$2
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2374$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2375if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2376 $as_echo_n "(cached) " >&6
2377else
2378 if test -n "$CC"; then
2379 ac_cv_prog_CC="$CC" # Let the user override the test.
2380else
2381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2382for as_dir in $PATH
2383do
2384 IFS=$as_save_IFS
2385 test -z "$as_dir" && as_dir=.
2386 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2388 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2390 break 2
2391 fi
2392done
2393 done
2394IFS=$as_save_IFS
2395
2396fi
2397fi
2398CC=$ac_cv_prog_CC
2399if test -n "$CC"; then
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2401$as_echo "$CC" >&6; }
2402else
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2404$as_echo "no" >&6; }
2405fi
2406
2407
2408fi
2409if test -z "$ac_cv_prog_CC"; then
2410 ac_ct_CC=$CC
2411 # Extract the first word of "gcc", so it can be a program name with args.
2412set dummy gcc; ac_word=$2
2413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2414$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2415if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2416 $as_echo_n "(cached) " >&6
2417else
2418 if test -n "$ac_ct_CC"; then
2419 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2420else
2421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2422for as_dir in $PATH
2423do
2424 IFS=$as_save_IFS
2425 test -z "$as_dir" && as_dir=.
2426 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2428 ac_cv_prog_ac_ct_CC="gcc"
2429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2430 break 2
2431 fi
2432done
2433 done
2434IFS=$as_save_IFS
2435
2436fi
2437fi
2438ac_ct_CC=$ac_cv_prog_ac_ct_CC
2439if test -n "$ac_ct_CC"; then
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2441$as_echo "$ac_ct_CC" >&6; }
2442else
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2444$as_echo "no" >&6; }
2445fi
2446
2447 if test "x$ac_ct_CC" = x; then
2448 CC=""
2449 else
2450 case $cross_compiling:$ac_tool_warned in
2451yes:)
2452{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2453$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2454ac_tool_warned=yes ;;
2455esac
2456 CC=$ac_ct_CC
2457 fi
2458else
2459 CC="$ac_cv_prog_CC"
2460fi
2461
2462if test -z "$CC"; then
2463 if test -n "$ac_tool_prefix"; then
2464 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2465set dummy ${ac_tool_prefix}cc; ac_word=$2
2466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2467$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2468if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2469 $as_echo_n "(cached) " >&6
2470else
2471 if test -n "$CC"; then
2472 ac_cv_prog_CC="$CC" # Let the user override the test.
2473else
2474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2475for as_dir in $PATH
2476do
2477 IFS=$as_save_IFS
2478 test -z "$as_dir" && as_dir=.
2479 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2481 ac_cv_prog_CC="${ac_tool_prefix}cc"
2482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2483 break 2
2484 fi
2485done
2486 done
2487IFS=$as_save_IFS
2488
2489fi
2490fi
2491CC=$ac_cv_prog_CC
2492if test -n "$CC"; then
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2494$as_echo "$CC" >&6; }
2495else
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2497$as_echo "no" >&6; }
2498fi
2499
2500
2501 fi
2502fi
2503if test -z "$CC"; then
2504 # Extract the first word of "cc", so it can be a program name with args.
2505set dummy cc; ac_word=$2
2506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2507$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2508if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2509 $as_echo_n "(cached) " >&6
2510else
2511 if test -n "$CC"; then
2512 ac_cv_prog_CC="$CC" # Let the user override the test.
2513else
2514 ac_prog_rejected=no
2515as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2516for as_dir in $PATH
2517do
2518 IFS=$as_save_IFS
2519 test -z "$as_dir" && as_dir=.
2520 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2521 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2522 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2523 ac_prog_rejected=yes
2524 continue
2525 fi
2526 ac_cv_prog_CC="cc"
2527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2529 fi
2530done
2531 done
2532IFS=$as_save_IFS
2533
2534if test $ac_prog_rejected = yes; then
2535 # We found a bogon in the path, so make sure we never use it.
2536 set dummy $ac_cv_prog_CC
2537 shift
2538 if test $# != 0; then
2539 # We chose a different compiler from the bogus one.
2540 # However, it has the same basename, so the bogon will be chosen
2541 # first if we set CC to just the basename; use the full file name.
2542 shift
2543 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2544 fi
2545fi
2546fi
2547fi
2548CC=$ac_cv_prog_CC
2549if test -n "$CC"; then
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2551$as_echo "$CC" >&6; }
2552else
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2554$as_echo "no" >&6; }
2555fi
2556
2557
2558fi
2559if test -z "$CC"; then
2560 if test -n "$ac_tool_prefix"; then
2561 for ac_prog in cl.exe
2562 do
2563 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2564set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2566$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2567if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2568 $as_echo_n "(cached) " >&6
2569else
2570 if test -n "$CC"; then
2571 ac_cv_prog_CC="$CC" # Let the user override the test.
2572else
2573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574for as_dir in $PATH
2575do
2576 IFS=$as_save_IFS
2577 test -z "$as_dir" && as_dir=.
2578 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2579 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2580 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2582 break 2
2583 fi
2584done
2585 done
2586IFS=$as_save_IFS
2587
2588fi
2589fi
2590CC=$ac_cv_prog_CC
2591if test -n "$CC"; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2593$as_echo "$CC" >&6; }
2594else
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2596$as_echo "no" >&6; }
2597fi
2598
2599
2600 test -n "$CC" && break
2601 done
2602fi
2603if test -z "$CC"; then
2604 ac_ct_CC=$CC
2605 for ac_prog in cl.exe
2606do
2607 # Extract the first word of "$ac_prog", so it can be a program name with args.
2608set dummy $ac_prog; ac_word=$2
2609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2610$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2611if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2612 $as_echo_n "(cached) " >&6
2613else
2614 if test -n "$ac_ct_CC"; then
2615 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2616else
2617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2618for as_dir in $PATH
2619do
2620 IFS=$as_save_IFS
2621 test -z "$as_dir" && as_dir=.
2622 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2623 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2624 ac_cv_prog_ac_ct_CC="$ac_prog"
2625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2626 break 2
2627 fi
2628done
2629 done
2630IFS=$as_save_IFS
2631
2632fi
2633fi
2634ac_ct_CC=$ac_cv_prog_ac_ct_CC
2635if test -n "$ac_ct_CC"; then
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2637$as_echo "$ac_ct_CC" >&6; }
2638else
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2640$as_echo "no" >&6; }
2641fi
2642
2643
2644 test -n "$ac_ct_CC" && break
2645done
2646
2647 if test "x$ac_ct_CC" = x; then
2648 CC=""
2649 else
2650 case $cross_compiling:$ac_tool_warned in
2651yes:)
2652{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2653$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2654ac_tool_warned=yes ;;
2655esac
2656 CC=$ac_ct_CC
2657 fi
2658fi
2659
2660fi
2661
2662
2663test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2664$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2665as_fn_error $? "no acceptable C compiler found in \$PATH
2666See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2667
2668# Provide some information about the compiler.
2669$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2670set X $ac_compile
2671ac_compiler=$2
2672for ac_option in --version -v -V -qversion; do
2673 { { ac_try="$ac_compiler $ac_option >&5"
2674case "(($ac_try" in
2675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2676 *) ac_try_echo=$ac_try;;
2677esac
2678eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2679$as_echo "$ac_try_echo"; } >&5
2680 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2681 ac_status=$?
2682 if test -s conftest.err; then
2683 sed '10a\
2684... rest of stderr output deleted ...
2685 10q' conftest.err >conftest.er1
2686 cat conftest.er1 >&5
6bb11ab3 2687 fi
d0ac1c44 2688 rm -f conftest.er1 conftest.err
6bb11ab3
L
2689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2690 test $ac_status = 0; }
2691done
2692
2693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2694/* end confdefs.h. */
2695
2696int
2697main ()
2698{
2699
2700 ;
2701 return 0;
2702}
2703_ACEOF
2704ac_clean_files_save=$ac_clean_files
d0ac1c44 2705ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2706# Try to create an executable without -o first, disregard a.out.
2707# It will help us diagnose broken compilers, and finding out an intuition
2708# of exeext.
d0ac1c44
SM
2709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2710$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2711ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2712
2713# The possible output files:
2714ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2715
2716ac_rmfiles=
2717for ac_file in $ac_files
2718do
2719 case $ac_file in
2720 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2721 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2722 esac
2723done
2724rm -f $ac_rmfiles
2725
2726if { { ac_try="$ac_link_default"
2727case "(($ac_try" in
2728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2729 *) ac_try_echo=$ac_try;;
2730esac
2731eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2732$as_echo "$ac_try_echo"; } >&5
2733 (eval "$ac_link_default") 2>&5
2734 ac_status=$?
2735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2736 test $ac_status = 0; }; then :
2737 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2738# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2739# in a Makefile. We should not override ac_cv_exeext if it was cached,
2740# so that the user can short-circuit this test for compilers unknown to
2741# Autoconf.
2742for ac_file in $ac_files ''
2743do
2744 test -f "$ac_file" || continue
2745 case $ac_file in
2746 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2747 ;;
2748 [ab].out )
2749 # We found the default executable, but exeext='' is most
2750 # certainly right.
2751 break;;
2752 *.* )
2753 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2754 then :; else
2755 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2756 fi
2757 # We set ac_cv_exeext here because the later test for it is not
2758 # safe: cross compilers may not add the suffix if given an `-o'
2759 # argument, so we may need to know it at that point already.
2760 # Even if this section looks crufty: it has the advantage of
2761 # actually working.
2762 break;;
2763 * )
2764 break;;
2765 esac
2766done
2767test "$ac_cv_exeext" = no && ac_cv_exeext=
2768
2769else
2770 ac_file=''
2771fi
6bb11ab3 2772if test -z "$ac_file"; then :
d0ac1c44
SM
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2774$as_echo "no" >&6; }
2775$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2776sed 's/^/| /' conftest.$ac_ext >&5
2777
2778{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2779$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2780as_fn_error 77 "C compiler cannot create executables
2781See \`config.log' for more details" "$LINENO" 5; }
2782else
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2784$as_echo "yes" >&6; }
6bb11ab3 2785fi
d0ac1c44
SM
2786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2787$as_echo_n "checking for C compiler default output file name... " >&6; }
2788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2789$as_echo "$ac_file" >&6; }
6bb11ab3
L
2790ac_exeext=$ac_cv_exeext
2791
d0ac1c44 2792rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2793ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2795$as_echo_n "checking for suffix of executables... " >&6; }
2796if { { ac_try="$ac_link"
2797case "(($ac_try" in
2798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799 *) ac_try_echo=$ac_try;;
2800esac
2801eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2802$as_echo "$ac_try_echo"; } >&5
2803 (eval "$ac_link") 2>&5
2804 ac_status=$?
2805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2806 test $ac_status = 0; }; then :
2807 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2808# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2809# work properly (i.e., refer to `conftest.exe'), while it won't with
2810# `rm'.
2811for ac_file in conftest.exe conftest conftest.*; do
2812 test -f "$ac_file" || continue
2813 case $ac_file in
2814 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2815 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2816 break;;
2817 * ) break;;
2818 esac
2819done
2820else
2821 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2822$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2823as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2824See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2825fi
d0ac1c44 2826rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2827{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2828$as_echo "$ac_cv_exeext" >&6; }
2829
2830rm -f conftest.$ac_ext
2831EXEEXT=$ac_cv_exeext
2832ac_exeext=$EXEEXT
d0ac1c44
SM
2833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2834/* end confdefs.h. */
2835#include <stdio.h>
2836int
2837main ()
2838{
2839FILE *f = fopen ("conftest.out", "w");
2840 return ferror (f) || fclose (f) != 0;
2841
2842 ;
2843 return 0;
2844}
2845_ACEOF
2846ac_clean_files="$ac_clean_files conftest.out"
2847# Check that the compiler produces executables we can run. If not, either
2848# the compiler is broken, or we cross compile.
2849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2850$as_echo_n "checking whether we are cross compiling... " >&6; }
2851if test "$cross_compiling" != yes; then
2852 { { ac_try="$ac_link"
2853case "(($ac_try" in
2854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2856esac
2857eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2858$as_echo "$ac_try_echo"; } >&5
2859 (eval "$ac_link") 2>&5
2860 ac_status=$?
2861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2862 test $ac_status = 0; }
2863 if { ac_try='./conftest$ac_cv_exeext'
2864 { { case "(($ac_try" in
2865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2866 *) ac_try_echo=$ac_try;;
2867esac
2868eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2869$as_echo "$ac_try_echo"; } >&5
2870 (eval "$ac_try") 2>&5
2871 ac_status=$?
2872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2873 test $ac_status = 0; }; }; then
2874 cross_compiling=no
2875 else
2876 if test "$cross_compiling" = maybe; then
2877 cross_compiling=yes
2878 else
2879 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2880$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2881as_fn_error $? "cannot run C compiled programs.
2882If you meant to cross compile, use \`--host'.
2883See \`config.log' for more details" "$LINENO" 5; }
2884 fi
2885 fi
2886fi
2887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2888$as_echo "$cross_compiling" >&6; }
2889
2890rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2891ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2893$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2894if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2895 $as_echo_n "(cached) " >&6
2896else
2897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2898/* end confdefs.h. */
2899
2900int
2901main ()
2902{
2903
2904 ;
2905 return 0;
2906}
2907_ACEOF
2908rm -f conftest.o conftest.obj
2909if { { ac_try="$ac_compile"
2910case "(($ac_try" in
2911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912 *) ac_try_echo=$ac_try;;
2913esac
2914eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2915$as_echo "$ac_try_echo"; } >&5
2916 (eval "$ac_compile") 2>&5
2917 ac_status=$?
2918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2919 test $ac_status = 0; }; then :
2920 for ac_file in conftest.o conftest.obj conftest.*; do
2921 test -f "$ac_file" || continue;
2922 case $ac_file in
2923 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2924 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2925 break;;
2926 esac
2927done
2928else
2929 $as_echo "$as_me: failed program was:" >&5
2930sed 's/^/| /' conftest.$ac_ext >&5
2931
2932{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2933$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2934as_fn_error $? "cannot compute suffix of object files: cannot compile
2935See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2936fi
2937rm -f conftest.$ac_cv_objext conftest.$ac_ext
2938fi
2939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2940$as_echo "$ac_cv_objext" >&6; }
2941OBJEXT=$ac_cv_objext
2942ac_objext=$OBJEXT
2943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2944$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2945if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2946 $as_echo_n "(cached) " >&6
2947else
2948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2949/* end confdefs.h. */
2950
2951int
2952main ()
2953{
2954#ifndef __GNUC__
2955 choke me
2956#endif
2957
2958 ;
2959 return 0;
2960}
2961_ACEOF
2962if ac_fn_c_try_compile "$LINENO"; then :
2963 ac_compiler_gnu=yes
2964else
2965 ac_compiler_gnu=no
2966fi
2967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2968ac_cv_c_compiler_gnu=$ac_compiler_gnu
2969
2970fi
2971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2972$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2973if test $ac_compiler_gnu = yes; then
2974 GCC=yes
2975else
2976 GCC=
2977fi
2978ac_test_CFLAGS=${CFLAGS+set}
2979ac_save_CFLAGS=$CFLAGS
2980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2981$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 2982if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
2983 $as_echo_n "(cached) " >&6
2984else
2985 ac_save_c_werror_flag=$ac_c_werror_flag
2986 ac_c_werror_flag=yes
2987 ac_cv_prog_cc_g=no
2988 CFLAGS="-g"
2989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2990/* end confdefs.h. */
2991
2992int
2993main ()
2994{
2995
2996 ;
2997 return 0;
2998}
2999_ACEOF
3000if ac_fn_c_try_compile "$LINENO"; then :
3001 ac_cv_prog_cc_g=yes
3002else
3003 CFLAGS=""
3004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3005/* end confdefs.h. */
3006
3007int
3008main ()
3009{
3010
3011 ;
3012 return 0;
3013}
3014_ACEOF
3015if ac_fn_c_try_compile "$LINENO"; then :
3016
3017else
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3019 CFLAGS="-g"
3020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3021/* end confdefs.h. */
3022
3023int
3024main ()
3025{
3026
3027 ;
3028 return 0;
3029}
3030_ACEOF
3031if ac_fn_c_try_compile "$LINENO"; then :
3032 ac_cv_prog_cc_g=yes
3033fi
3034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3035fi
3036rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3037fi
3038rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3039 ac_c_werror_flag=$ac_save_c_werror_flag
3040fi
3041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3042$as_echo "$ac_cv_prog_cc_g" >&6; }
3043if test "$ac_test_CFLAGS" = set; then
3044 CFLAGS=$ac_save_CFLAGS
3045elif test $ac_cv_prog_cc_g = yes; then
3046 if test "$GCC" = yes; then
3047 CFLAGS="-g -O2"
3048 else
3049 CFLAGS="-g"
3050 fi
3051else
3052 if test "$GCC" = yes; then
3053 CFLAGS="-O2"
3054 else
3055 CFLAGS=
3056 fi
3057fi
3058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3059$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3060if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3061 $as_echo_n "(cached) " >&6
3062else
3063 ac_cv_prog_cc_c89=no
3064ac_save_CC=$CC
3065cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3066/* end confdefs.h. */
3067#include <stdarg.h>
3068#include <stdio.h>
d0ac1c44 3069struct stat;
6bb11ab3
L
3070/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3071struct buf { int x; };
3072FILE * (*rcsopen) (struct buf *, struct stat *, int);
3073static char *e (p, i)
3074 char **p;
3075 int i;
3076{
3077 return p[i];
3078}
3079static char *f (char * (*g) (char **, int), char **p, ...)
3080{
3081 char *s;
3082 va_list v;
3083 va_start (v,p);
3084 s = g (p, va_arg (v,int));
3085 va_end (v);
3086 return s;
3087}
3088
3089/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3090 function prototypes and stuff, but not '\xHH' hex character constants.
3091 These don't provoke an error unfortunately, instead are silently treated
3092 as 'x'. The following induces an error, until -std is added to get
3093 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3094 array size at least. It's necessary to write '\x00'==0 to get something
3095 that's true only with -std. */
3096int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3097
3098/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3099 inside strings and character constants. */
3100#define FOO(x) 'x'
3101int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3102
3103int test (int i, double x);
3104struct s1 {int (*f) (int a);};
3105struct s2 {int (*f) (double a);};
3106int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3107int argc;
3108char **argv;
3109int
3110main ()
3111{
3112return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3113 ;
3114 return 0;
3115}
3116_ACEOF
3117for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3118 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3119do
3120 CC="$ac_save_CC $ac_arg"
3121 if ac_fn_c_try_compile "$LINENO"; then :
3122 ac_cv_prog_cc_c89=$ac_arg
3123fi
3124rm -f core conftest.err conftest.$ac_objext
3125 test "x$ac_cv_prog_cc_c89" != "xno" && break
3126done
3127rm -f conftest.$ac_ext
3128CC=$ac_save_CC
3129
3130fi
3131# AC_CACHE_VAL
3132case "x$ac_cv_prog_cc_c89" in
3133 x)
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3135$as_echo "none needed" >&6; } ;;
3136 xno)
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3138$as_echo "unsupported" >&6; } ;;
3139 *)
3140 CC="$CC $ac_cv_prog_cc_c89"
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3142$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3143esac
3144if test "x$ac_cv_prog_cc_c89" != xno; then :
3145
3146fi
3147
3148ac_ext=c
3149ac_cpp='$CPP $CPPFLAGS'
3150ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3151ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3152ac_compiler_gnu=$ac_cv_c_compiler_gnu
3153
c2783492 3154
ebe9564b
MF
3155ac_ext=c
3156ac_cpp='$CPP $CPPFLAGS'
3157ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3158ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3159ac_compiler_gnu=$ac_cv_c_compiler_gnu
3160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3161$as_echo_n "checking how to run the C preprocessor... " >&6; }
3162# On Suns, sometimes $CPP names a directory.
3163if test -n "$CPP" && test -d "$CPP"; then
3164 CPP=
3165fi
3166if test -z "$CPP"; then
3167 if ${ac_cv_prog_CPP+:} false; then :
3168 $as_echo_n "(cached) " >&6
3169else
3170 # Double quotes because CPP needs to be expanded
3171 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3172 do
3173 ac_preproc_ok=false
3174for ac_c_preproc_warn_flag in '' yes
3175do
3176 # Use a header file that comes with gcc, so configuring glibc
3177 # with a fresh cross-compiler works.
3178 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3179 # <limits.h> exists even on freestanding compilers.
3180 # On the NeXT, cc -E runs the code through the compiler's parser,
3181 # not just through cpp. "Syntax error" is here to catch this case.
3182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3183/* end confdefs.h. */
3184#ifdef __STDC__
3185# include <limits.h>
3186#else
3187# include <assert.h>
3188#endif
3189 Syntax error
3190_ACEOF
3191if ac_fn_c_try_cpp "$LINENO"; then :
3192
3193else
3194 # Broken: fails on valid input.
3195continue
3196fi
3197rm -f conftest.err conftest.i conftest.$ac_ext
3198
3199 # OK, works on sane cases. Now check whether nonexistent headers
3200 # can be detected and how.
3201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3202/* end confdefs.h. */
3203#include <ac_nonexistent.h>
3204_ACEOF
3205if ac_fn_c_try_cpp "$LINENO"; then :
3206 # Broken: success on invalid input.
3207continue
3208else
3209 # Passes both tests.
3210ac_preproc_ok=:
3211break
3212fi
3213rm -f conftest.err conftest.i conftest.$ac_ext
3214
3215done
3216# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3217rm -f conftest.i conftest.err conftest.$ac_ext
3218if $ac_preproc_ok; then :
3219 break
3220fi
3221
3222 done
3223 ac_cv_prog_CPP=$CPP
3224
3225fi
3226 CPP=$ac_cv_prog_CPP
3227else
3228 ac_cv_prog_CPP=$CPP
3229fi
3230{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3231$as_echo "$CPP" >&6; }
3232ac_preproc_ok=false
3233for ac_c_preproc_warn_flag in '' yes
3234do
3235 # Use a header file that comes with gcc, so configuring glibc
3236 # with a fresh cross-compiler works.
3237 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3238 # <limits.h> exists even on freestanding compilers.
3239 # On the NeXT, cc -E runs the code through the compiler's parser,
3240 # not just through cpp. "Syntax error" is here to catch this case.
3241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3242/* end confdefs.h. */
3243#ifdef __STDC__
3244# include <limits.h>
3245#else
3246# include <assert.h>
3247#endif
3248 Syntax error
3249_ACEOF
3250if ac_fn_c_try_cpp "$LINENO"; then :
3251
3252else
3253 # Broken: fails on valid input.
3254continue
3255fi
3256rm -f conftest.err conftest.i conftest.$ac_ext
3257
3258 # OK, works on sane cases. Now check whether nonexistent headers
3259 # can be detected and how.
3260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3261/* end confdefs.h. */
3262#include <ac_nonexistent.h>
3263_ACEOF
3264if ac_fn_c_try_cpp "$LINENO"; then :
3265 # Broken: success on invalid input.
3266continue
3267else
3268 # Passes both tests.
3269ac_preproc_ok=:
3270break
3271fi
3272rm -f conftest.err conftest.i conftest.$ac_ext
3273
3274done
3275# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3276rm -f conftest.i conftest.err conftest.$ac_ext
3277if $ac_preproc_ok; then :
3278
3279else
3280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3283See \`config.log' for more details" "$LINENO" 5; }
3284fi
3285
3286ac_ext=c
3287ac_cpp='$CPP $CPPFLAGS'
3288ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3289ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3290ac_compiler_gnu=$ac_cv_c_compiler_gnu
3291
6bb11ab3
L
3292
3293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3294$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3295if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3296 $as_echo_n "(cached) " >&6
3297else
3298 if test -z "$GREP"; then
3299 ac_path_GREP_found=false
3300 # Loop through the user's path and test for each of PROGNAME-LIST
3301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3302for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3303do
3304 IFS=$as_save_IFS
3305 test -z "$as_dir" && as_dir=.
3306 for ac_prog in grep ggrep; do
3307 for ac_exec_ext in '' $ac_executable_extensions; do
3308 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3309 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3310# Check for GNU ac_path_GREP and select it if it is found.
3311 # Check for GNU $ac_path_GREP
3312case `"$ac_path_GREP" --version 2>&1` in
3313*GNU*)
3314 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3315*)
3316 ac_count=0
3317 $as_echo_n 0123456789 >"conftest.in"
3318 while :
3319 do
3320 cat "conftest.in" "conftest.in" >"conftest.tmp"
3321 mv "conftest.tmp" "conftest.in"
3322 cp "conftest.in" "conftest.nl"
3323 $as_echo 'GREP' >> "conftest.nl"
3324 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3325 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3326 as_fn_arith $ac_count + 1 && ac_count=$as_val
3327 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3328 # Best one so far, save it but keep looking for a better one
3329 ac_cv_path_GREP="$ac_path_GREP"
3330 ac_path_GREP_max=$ac_count
3331 fi
3332 # 10*(2^10) chars as input seems more than enough
3333 test $ac_count -gt 10 && break
3334 done
3335 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3336esac
3337
3338 $ac_path_GREP_found && break 3
3339 done
3340 done
3341 done
3342IFS=$as_save_IFS
3343 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3344 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3345 fi
3346else
3347 ac_cv_path_GREP=$GREP
3348fi
3349
3350fi
3351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3352$as_echo "$ac_cv_path_GREP" >&6; }
3353 GREP="$ac_cv_path_GREP"
3354
3355
3356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3357$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3358if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3359 $as_echo_n "(cached) " >&6
3360else
3361 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3362 then ac_cv_path_EGREP="$GREP -E"
3363 else
3364 if test -z "$EGREP"; then
3365 ac_path_EGREP_found=false
3366 # Loop through the user's path and test for each of PROGNAME-LIST
3367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3368for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3369do
3370 IFS=$as_save_IFS
3371 test -z "$as_dir" && as_dir=.
3372 for ac_prog in egrep; do
3373 for ac_exec_ext in '' $ac_executable_extensions; do
3374 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3375 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3376# Check for GNU ac_path_EGREP and select it if it is found.
3377 # Check for GNU $ac_path_EGREP
3378case `"$ac_path_EGREP" --version 2>&1` in
3379*GNU*)
3380 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3381*)
3382 ac_count=0
3383 $as_echo_n 0123456789 >"conftest.in"
3384 while :
3385 do
3386 cat "conftest.in" "conftest.in" >"conftest.tmp"
3387 mv "conftest.tmp" "conftest.in"
3388 cp "conftest.in" "conftest.nl"
3389 $as_echo 'EGREP' >> "conftest.nl"
3390 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3391 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3392 as_fn_arith $ac_count + 1 && ac_count=$as_val
3393 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3394 # Best one so far, save it but keep looking for a better one
3395 ac_cv_path_EGREP="$ac_path_EGREP"
3396 ac_path_EGREP_max=$ac_count
3397 fi
3398 # 10*(2^10) chars as input seems more than enough
3399 test $ac_count -gt 10 && break
3400 done
3401 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3402esac
3403
3404 $ac_path_EGREP_found && break 3
3405 done
3406 done
3407 done
3408IFS=$as_save_IFS
3409 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3410 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3411 fi
3412else
3413 ac_cv_path_EGREP=$EGREP
3414fi
3415
3416 fi
3417fi
3418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3419$as_echo "$ac_cv_path_EGREP" >&6; }
3420 EGREP="$ac_cv_path_EGREP"
3421
3422
3423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3424$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3425if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3426 $as_echo_n "(cached) " >&6
3427else
3428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3429/* end confdefs.h. */
3430#include <stdlib.h>
3431#include <stdarg.h>
3432#include <string.h>
3433#include <float.h>
3434
3435int
3436main ()
3437{
3438
3439 ;
3440 return 0;
3441}
3442_ACEOF
3443if ac_fn_c_try_compile "$LINENO"; then :
3444 ac_cv_header_stdc=yes
3445else
3446 ac_cv_header_stdc=no
3447fi
3448rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3449
3450if test $ac_cv_header_stdc = yes; then
3451 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453/* end confdefs.h. */
3454#include <string.h>
3455
3456_ACEOF
3457if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3458 $EGREP "memchr" >/dev/null 2>&1; then :
3459
3460else
3461 ac_cv_header_stdc=no
3462fi
3463rm -f conftest*
3464
3465fi
3466
3467if test $ac_cv_header_stdc = yes; then
3468 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470/* end confdefs.h. */
3471#include <stdlib.h>
3472
3473_ACEOF
3474if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3475 $EGREP "free" >/dev/null 2>&1; then :
3476
3477else
3478 ac_cv_header_stdc=no
3479fi
3480rm -f conftest*
3481
3482fi
3483
3484if test $ac_cv_header_stdc = yes; then
3485 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3486 if test "$cross_compiling" = yes; then :
3487 :
3488else
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490/* end confdefs.h. */
3491#include <ctype.h>
3492#include <stdlib.h>
3493#if ((' ' & 0x0FF) == 0x020)
3494# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3495# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3496#else
3497# define ISLOWER(c) \
3498 (('a' <= (c) && (c) <= 'i') \
3499 || ('j' <= (c) && (c) <= 'r') \
3500 || ('s' <= (c) && (c) <= 'z'))
3501# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3502#endif
3503
3504#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3505int
3506main ()
3507{
3508 int i;
3509 for (i = 0; i < 256; i++)
3510 if (XOR (islower (i), ISLOWER (i))
3511 || toupper (i) != TOUPPER (i))
3512 return 2;
3513 return 0;
3514}
3515_ACEOF
3516if ac_fn_c_try_run "$LINENO"; then :
3517
3518else
3519 ac_cv_header_stdc=no
3520fi
3521rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3522 conftest.$ac_objext conftest.beam conftest.$ac_ext
3523fi
3524
3525fi
3526fi
3527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3528$as_echo "$ac_cv_header_stdc" >&6; }
3529if test $ac_cv_header_stdc = yes; then
3530
3531$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3532
3533fi
3534
3535# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3536for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3537 inttypes.h stdint.h unistd.h
3538do :
3539 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3540ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3541"
d0ac1c44 3542if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3543 cat >>confdefs.h <<_ACEOF
3544#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3545_ACEOF
3546
3547fi
3548
3549done
3550
3551
3552
3553 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3554if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3555 MINIX=yes
3556else
3557 MINIX=
3558fi
3559
3560
3561 if test "$MINIX" = yes; then
3562
3563$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3564
3565
3566$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3567
3568
3569$as_echo "#define _MINIX 1" >>confdefs.h
3570
3571 fi
3572
3573
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3575$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3576if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3577 $as_echo_n "(cached) " >&6
3578else
3579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3580/* end confdefs.h. */
3581
d0ac1c44
SM
3582# define __EXTENSIONS__ 1
3583 $ac_includes_default
6bb11ab3
L
3584int
3585main ()
3586{
3587
3588 ;
3589 return 0;
3590}
3591_ACEOF
3592if ac_fn_c_try_compile "$LINENO"; then :
3593 ac_cv_safe_to_define___extensions__=yes
3594else
3595 ac_cv_safe_to_define___extensions__=no
3596fi
3597rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3598fi
3599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3600$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3601 test $ac_cv_safe_to_define___extensions__ = yes &&
3602 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3603
3604 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3605
3606 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3607
3608 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3609
3610 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3611
3612
3613test "$program_prefix" != NONE &&
3614 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3615# Use a double $ so make ignores it.
3616test "$program_suffix" != NONE &&
3617 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3618# Double any \ or $.
3619# By default was `s,x,x', remove it if useless.
3620ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3621program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3622
3623# Find a good install program. We prefer a C program (faster),
3624# so one script is as good as another. But avoid the broken or
3625# incompatible versions:
3626# SysV /etc/install, /usr/sbin/install
3627# SunOS /usr/etc/install
3628# IRIX /sbin/install
3629# AIX /bin/install
3630# AmigaOS /C/install, which installs bootblocks on floppy discs
3631# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3632# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3633# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3634# OS/2's system install, which has a completely different semantic
3635# ./install, which can be erroneously created by make from ./install.sh.
3636# Reject install programs that cannot install multiple files.
3637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3638$as_echo_n "checking for a BSD-compatible install... " >&6; }
3639if test -z "$INSTALL"; then
d0ac1c44 3640if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3641 $as_echo_n "(cached) " >&6
3642else
3643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3644for as_dir in $PATH
3645do
3646 IFS=$as_save_IFS
3647 test -z "$as_dir" && as_dir=.
3648 # Account for people who put trailing slashes in PATH elements.
3649case $as_dir/ in #((
3650 ./ | .// | /[cC]/* | \
3651 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3652 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3653 /usr/ucb/* ) ;;
3654 *)
3655 # OSF1 and SCO ODT 3.0 have their own names for install.
3656 # Don't use installbsd from OSF since it installs stuff as root
3657 # by default.
3658 for ac_prog in ginstall scoinst install; do
3659 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3660 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3661 if test $ac_prog = install &&
3662 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3663 # AIX install. It has an incompatible calling convention.
3664 :
3665 elif test $ac_prog = install &&
3666 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3667 # program-specific install script used by HP pwplus--don't use.
3668 :
3669 else
3670 rm -rf conftest.one conftest.two conftest.dir
3671 echo one > conftest.one
3672 echo two > conftest.two
3673 mkdir conftest.dir
3674 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3675 test -s conftest.one && test -s conftest.two &&
3676 test -s conftest.dir/conftest.one &&
3677 test -s conftest.dir/conftest.two
3678 then
3679 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3680 break 3
3681 fi
3682 fi
3683 fi
3684 done
3685 done
3686 ;;
3687esac
3688
3689 done
3690IFS=$as_save_IFS
3691
3692rm -rf conftest.one conftest.two conftest.dir
3693
3694fi
3695 if test "${ac_cv_path_install+set}" = set; then
3696 INSTALL=$ac_cv_path_install
3697 else
3698 # As a last resort, use the slow shell script. Don't cache a
3699 # value for INSTALL within a source directory, because that will
3700 # break other packages using the cache if that directory is
3701 # removed, or if the value is a relative name.
3702 INSTALL=$ac_install_sh
3703 fi
3704fi
3705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3706$as_echo "$INSTALL" >&6; }
3707
3708# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3709# It thinks the first close brace ends the variable substitution.
3710test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3711
3712test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3713
3714test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3715
3716rm -rf .tst 2>/dev/null
3717mkdir .tst 2>/dev/null
3718if test -d .tst; then
3719 am__leading_dot=.
3720else
3721 am__leading_dot=_
3722fi
3723rmdir .tst 2>/dev/null
3724
3725DEPDIR="${am__leading_dot}deps"
3726
3727case `pwd` in
3728 *\ * | *\ *)
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3730$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3731esac
3732
3733
3734
3735macro_version='2.2.7a'
3736macro_revision='1.3134'
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750ltmain="$ac_aux_dir/ltmain.sh"
3751
3752# Backslashify metacharacters that are still active within
3753# double-quoted strings.
3754sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3755
3756# Same as above, but do not quote variable references.
3757double_quote_subst='s/\(["`\\]\)/\\\1/g'
3758
3759# Sed substitution to delay expansion of an escaped shell variable in a
3760# double_quote_subst'ed string.
3761delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3762
3763# Sed substitution to delay expansion of an escaped single quote.
3764delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3765
3766# Sed substitution to avoid accidental globbing in evaled expressions
3767no_glob_subst='s/\*/\\\*/g'
3768
3769ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3770ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3771ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3772
3773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3774$as_echo_n "checking how to print strings... " >&6; }
3775# Test print first, because it will be a builtin if present.
3776if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3777 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3778 ECHO='print -r --'
3779elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3780 ECHO='printf %s\n'
3781else
3782 # Use this function as a fallback that always works.
3783 func_fallback_echo ()
3784 {
3785 eval 'cat <<_LTECHO_EOF
3786$1
3787_LTECHO_EOF'
3788 }
3789 ECHO='func_fallback_echo'
3790fi
3791
3792# func_echo_all arg...
3793# Invoke $ECHO with all args, space-separated.
3794func_echo_all ()
3795{
3796 $ECHO ""
3797}
3798
3799case "$ECHO" in
3800 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3801$as_echo "printf" >&6; } ;;
3802 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3803$as_echo "print -r" >&6; } ;;
3804 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3805$as_echo "cat" >&6; } ;;
3806esac
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3822$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3823if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3824 $as_echo_n "(cached) " >&6
3825else
3826 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3827 for ac_i in 1 2 3 4 5 6 7; do
3828 ac_script="$ac_script$as_nl$ac_script"
3829 done
3830 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3831 { ac_script=; unset ac_script;}
3832 if test -z "$SED"; then
3833 ac_path_SED_found=false
3834 # Loop through the user's path and test for each of PROGNAME-LIST
3835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3836for as_dir in $PATH
3837do
3838 IFS=$as_save_IFS
3839 test -z "$as_dir" && as_dir=.
3840 for ac_prog in sed gsed; do
3841 for ac_exec_ext in '' $ac_executable_extensions; do
3842 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3843 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3844# Check for GNU ac_path_SED and select it if it is found.
3845 # Check for GNU $ac_path_SED
3846case `"$ac_path_SED" --version 2>&1` in
3847*GNU*)
3848 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3849*)
3850 ac_count=0
3851 $as_echo_n 0123456789 >"conftest.in"
3852 while :
3853 do
3854 cat "conftest.in" "conftest.in" >"conftest.tmp"
3855 mv "conftest.tmp" "conftest.in"
3856 cp "conftest.in" "conftest.nl"
3857 $as_echo '' >> "conftest.nl"
3858 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3859 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3860 as_fn_arith $ac_count + 1 && ac_count=$as_val
3861 if test $ac_count -gt ${ac_path_SED_max-0}; then
3862 # Best one so far, save it but keep looking for a better one
3863 ac_cv_path_SED="$ac_path_SED"
3864 ac_path_SED_max=$ac_count
3865 fi
3866 # 10*(2^10) chars as input seems more than enough
3867 test $ac_count -gt 10 && break
3868 done
3869 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3870esac
3871
3872 $ac_path_SED_found && break 3
3873 done
3874 done
3875 done
3876IFS=$as_save_IFS
3877 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3878 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3879 fi
3880else
3881 ac_cv_path_SED=$SED
3882fi
3883
3884fi
3885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3886$as_echo "$ac_cv_path_SED" >&6; }
3887 SED="$ac_cv_path_SED"
3888 rm -f conftest.sed
3889
3890test -z "$SED" && SED=sed
3891Xsed="$SED -e 1s/^X//"
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3904$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3905if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3906 $as_echo_n "(cached) " >&6
3907else
3908 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3909 then ac_cv_path_FGREP="$GREP -F"
3910 else
3911 if test -z "$FGREP"; then
3912 ac_path_FGREP_found=false
3913 # Loop through the user's path and test for each of PROGNAME-LIST
3914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3915for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3916do
3917 IFS=$as_save_IFS
3918 test -z "$as_dir" && as_dir=.
3919 for ac_prog in fgrep; do
3920 for ac_exec_ext in '' $ac_executable_extensions; do
3921 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3922 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3923# Check for GNU ac_path_FGREP and select it if it is found.
3924 # Check for GNU $ac_path_FGREP
3925case `"$ac_path_FGREP" --version 2>&1` in
3926*GNU*)
3927 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3928*)
3929 ac_count=0
3930 $as_echo_n 0123456789 >"conftest.in"
3931 while :
3932 do
3933 cat "conftest.in" "conftest.in" >"conftest.tmp"
3934 mv "conftest.tmp" "conftest.in"
3935 cp "conftest.in" "conftest.nl"
3936 $as_echo 'FGREP' >> "conftest.nl"
3937 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3938 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3939 as_fn_arith $ac_count + 1 && ac_count=$as_val
3940 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3941 # Best one so far, save it but keep looking for a better one
3942 ac_cv_path_FGREP="$ac_path_FGREP"
3943 ac_path_FGREP_max=$ac_count
3944 fi
3945 # 10*(2^10) chars as input seems more than enough
3946 test $ac_count -gt 10 && break
3947 done
3948 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3949esac
3950
3951 $ac_path_FGREP_found && break 3
3952 done
3953 done
3954 done
3955IFS=$as_save_IFS
3956 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3957 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3958 fi
3959else
3960 ac_cv_path_FGREP=$FGREP
3961fi
3962
3963 fi
3964fi
3965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3966$as_echo "$ac_cv_path_FGREP" >&6; }
3967 FGREP="$ac_cv_path_FGREP"
3968
3969
3970test -z "$GREP" && GREP=grep
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990# Check whether --with-gnu-ld was given.
3991if test "${with_gnu_ld+set}" = set; then :
3992 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
3993else
3994 with_gnu_ld=no
3995fi
3996
3997ac_prog=ld
3998if test "$GCC" = yes; then
3999 # Check if gcc -print-prog-name=ld gives a path.
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4001$as_echo_n "checking for ld used by $CC... " >&6; }
4002 case $host in
4003 *-*-mingw*)
4004 # gcc leaves a trailing carriage return which upsets mingw
4005 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4006 *)
4007 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4008 esac
4009 case $ac_prog in
4010 # Accept absolute paths.
4011 [\\/]* | ?:[\\/]*)
4012 re_direlt='/[^/][^/]*/\.\./'
4013 # Canonicalize the pathname of ld
4014 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4015 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4016 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4017 done
4018 test -z "$LD" && LD="$ac_prog"
4019 ;;
4020 "")
4021 # If it fails, then pretend we aren't using GCC.
4022 ac_prog=ld
4023 ;;
4024 *)
4025 # If it is relative, then search for the first ld in PATH.
4026 with_gnu_ld=unknown
4027 ;;
4028 esac
4029elif test "$with_gnu_ld" = yes; then
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4031$as_echo_n "checking for GNU ld... " >&6; }
4032else
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4034$as_echo_n "checking for non-GNU ld... " >&6; }
4035fi
d0ac1c44 4036if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4037 $as_echo_n "(cached) " >&6
4038else
4039 if test -z "$LD"; then
4040 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4041 for ac_dir in $PATH; do
4042 IFS="$lt_save_ifs"
4043 test -z "$ac_dir" && ac_dir=.
4044 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4045 lt_cv_path_LD="$ac_dir/$ac_prog"
4046 # Check to see if the program is GNU ld. I'd rather use --version,
4047 # but apparently some variants of GNU ld only accept -v.
4048 # Break only if it was the GNU/non-GNU ld that we prefer.
4049 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4050 *GNU* | *'with BFD'*)
4051 test "$with_gnu_ld" != no && break
4052 ;;
4053 *)
4054 test "$with_gnu_ld" != yes && break
4055 ;;
4056 esac
4057 fi
4058 done
4059 IFS="$lt_save_ifs"
4060else
4061 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4062fi
4063fi
4064
4065LD="$lt_cv_path_LD"
4066if test -n "$LD"; then
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4068$as_echo "$LD" >&6; }
4069else
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4071$as_echo "no" >&6; }
4072fi
d0ac1c44 4073test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4075$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4076if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4077 $as_echo_n "(cached) " >&6
4078else
4079 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4080case `$LD -v 2>&1 </dev/null` in
4081*GNU* | *'with BFD'*)
4082 lt_cv_prog_gnu_ld=yes
4083 ;;
4084*)
4085 lt_cv_prog_gnu_ld=no
4086 ;;
4087esac
4088fi
4089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4090$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4091with_gnu_ld=$lt_cv_prog_gnu_ld
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4102$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4103if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4104 $as_echo_n "(cached) " >&6
4105else
4106 if test -n "$NM"; then
4107 # Let the user override the test.
4108 lt_cv_path_NM="$NM"
4109else
4110 lt_nm_to_check="${ac_tool_prefix}nm"
4111 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4112 lt_nm_to_check="$lt_nm_to_check nm"
4113 fi
4114 for lt_tmp_nm in $lt_nm_to_check; do
4115 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4116 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4117 IFS="$lt_save_ifs"
4118 test -z "$ac_dir" && ac_dir=.
4119 tmp_nm="$ac_dir/$lt_tmp_nm"
4120 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4121 # Check to see if the nm accepts a BSD-compat flag.
4122 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4123 # nm: unknown option "B" ignored
4124 # Tru64's nm complains that /dev/null is an invalid object file
4125 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4126 */dev/null* | *'Invalid file or object type'*)
4127 lt_cv_path_NM="$tmp_nm -B"
4128 break
4129 ;;
4130 *)
4131 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4132 */dev/null*)
4133 lt_cv_path_NM="$tmp_nm -p"
4134 break
4135 ;;
4136 *)
4137 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4138 continue # so that we can try to find one that supports BSD flags
4139 ;;
4140 esac
4141 ;;
4142 esac
4143 fi
4144 done
4145 IFS="$lt_save_ifs"
4146 done
4147 : ${lt_cv_path_NM=no}
4148fi
4149fi
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4151$as_echo "$lt_cv_path_NM" >&6; }
4152if test "$lt_cv_path_NM" != "no"; then
4153 NM="$lt_cv_path_NM"
4154else
4155 # Didn't find any BSD compatible name lister, look for dumpbin.
4156 if test -n "$DUMPBIN"; then :
4157 # Let the user override the test.
4158 else
4159 if test -n "$ac_tool_prefix"; then
4160 for ac_prog in dumpbin "link -dump"
4161 do
4162 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4163set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4165$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4166if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4167 $as_echo_n "(cached) " >&6
4168else
4169 if test -n "$DUMPBIN"; then
4170 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4171else
4172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173for as_dir in $PATH
4174do
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
4177 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4179 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4181 break 2
4182 fi
4183done
4184 done
4185IFS=$as_save_IFS
4186
4187fi
4188fi
4189DUMPBIN=$ac_cv_prog_DUMPBIN
4190if test -n "$DUMPBIN"; then
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4192$as_echo "$DUMPBIN" >&6; }
4193else
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4195$as_echo "no" >&6; }
4196fi
4197
4198
4199 test -n "$DUMPBIN" && break
4200 done
4201fi
4202if test -z "$DUMPBIN"; then
4203 ac_ct_DUMPBIN=$DUMPBIN
4204 for ac_prog in dumpbin "link -dump"
4205do
4206 # Extract the first word of "$ac_prog", so it can be a program name with args.
4207set dummy $ac_prog; ac_word=$2
4208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4209$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4210if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4211 $as_echo_n "(cached) " >&6
4212else
4213 if test -n "$ac_ct_DUMPBIN"; then
4214 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4215else
4216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4217for as_dir in $PATH
4218do
4219 IFS=$as_save_IFS
4220 test -z "$as_dir" && as_dir=.
4221 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4223 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4225 break 2
4226 fi
4227done
4228 done
4229IFS=$as_save_IFS
4230
4231fi
4232fi
4233ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4234if test -n "$ac_ct_DUMPBIN"; then
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4236$as_echo "$ac_ct_DUMPBIN" >&6; }
4237else
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4239$as_echo "no" >&6; }
4240fi
4241
4242
4243 test -n "$ac_ct_DUMPBIN" && break
4244done
4245
4246 if test "x$ac_ct_DUMPBIN" = x; then
4247 DUMPBIN=":"
4248 else
4249 case $cross_compiling:$ac_tool_warned in
4250yes:)
4251{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4252$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4253ac_tool_warned=yes ;;
4254esac
4255 DUMPBIN=$ac_ct_DUMPBIN
4256 fi
4257fi
4258
4259 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4260 *COFF*)
4261 DUMPBIN="$DUMPBIN -symbols"
4262 ;;
4263 *)
4264 DUMPBIN=:
4265 ;;
4266 esac
4267 fi
4268
4269 if test "$DUMPBIN" != ":"; then
4270 NM="$DUMPBIN"
4271 fi
4272fi
4273test -z "$NM" && NM=nm
4274
4275
4276
4277
4278
4279
4280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4281$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4282if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4283 $as_echo_n "(cached) " >&6
4284else
4285 lt_cv_nm_interface="BSD nm"
4286 echo "int some_variable = 0;" > conftest.$ac_ext
4287 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4288 (eval "$ac_compile" 2>conftest.err)
4289 cat conftest.err >&5
4290 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4291 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4292 cat conftest.err >&5
4293 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4294 cat conftest.out >&5
4295 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4296 lt_cv_nm_interface="MS dumpbin"
4297 fi
4298 rm -f conftest*
4299fi
4300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4301$as_echo "$lt_cv_nm_interface" >&6; }
4302
4303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4304$as_echo_n "checking whether ln -s works... " >&6; }
4305LN_S=$as_ln_s
4306if test "$LN_S" = "ln -s"; then
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4308$as_echo "yes" >&6; }
4309else
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4311$as_echo "no, using $LN_S" >&6; }
4312fi
4313
4314# find the maximum length of command line arguments
4315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4316$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4317if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4318 $as_echo_n "(cached) " >&6
4319else
4320 i=0
4321 teststring="ABCD"
4322
4323 case $build_os in
4324 msdosdjgpp*)
4325 # On DJGPP, this test can blow up pretty badly due to problems in libc
4326 # (any single argument exceeding 2000 bytes causes a buffer overrun
4327 # during glob expansion). Even if it were fixed, the result of this
4328 # check would be larger than it should be.
4329 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4330 ;;
4331
4332 gnu*)
4333 # Under GNU Hurd, this test is not required because there is
4334 # no limit to the length of command line arguments.
4335 # Libtool will interpret -1 as no limit whatsoever
4336 lt_cv_sys_max_cmd_len=-1;
4337 ;;
4338
4339 cygwin* | mingw* | cegcc*)
4340 # On Win9x/ME, this test blows up -- it succeeds, but takes
4341 # about 5 minutes as the teststring grows exponentially.
4342 # Worse, since 9x/ME are not pre-emptively multitasking,
4343 # you end up with a "frozen" computer, even though with patience
4344 # the test eventually succeeds (with a max line length of 256k).
4345 # Instead, let's just punt: use the minimum linelength reported by
4346 # all of the supported platforms: 8192 (on NT/2K/XP).
4347 lt_cv_sys_max_cmd_len=8192;
4348 ;;
4349
4350 mint*)
4351 # On MiNT this can take a long time and run out of memory.
4352 lt_cv_sys_max_cmd_len=8192;
4353 ;;
4354
4355 amigaos*)
4356 # On AmigaOS with pdksh, this test takes hours, literally.
4357 # So we just punt and use a minimum line length of 8192.
4358 lt_cv_sys_max_cmd_len=8192;
4359 ;;
4360
4361 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4362 # This has been around since 386BSD, at least. Likely further.
4363 if test -x /sbin/sysctl; then
4364 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4365 elif test -x /usr/sbin/sysctl; then
4366 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4367 else
4368 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4369 fi
4370 # And add a safety zone
4371 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4372 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4373 ;;
4374
4375 interix*)
4376 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4377 lt_cv_sys_max_cmd_len=196608
4378 ;;
4379
4380 osf*)
4381 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4382 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4383 # nice to cause kernel panics so lets avoid the loop below.
4384 # First set a reasonable default.
4385 lt_cv_sys_max_cmd_len=16384
4386 #
4387 if test -x /sbin/sysconfig; then
4388 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4389 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4390 esac
4391 fi
4392 ;;
4393 sco3.2v5*)
4394 lt_cv_sys_max_cmd_len=102400
4395 ;;
4396 sysv5* | sco5v6* | sysv4.2uw2*)
4397 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4398 if test -n "$kargmax"; then
4399 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4400 else
4401 lt_cv_sys_max_cmd_len=32768
4402 fi
4403 ;;
4404 *)
4405 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4406 if test -n "$lt_cv_sys_max_cmd_len"; then
4407 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4408 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4409 else
4410 # Make teststring a little bigger before we do anything with it.
4411 # a 1K string should be a reasonable start.
4412 for i in 1 2 3 4 5 6 7 8 ; do
4413 teststring=$teststring$teststring
4414 done
4415 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4416 # If test is not a shell built-in, we'll probably end up computing a
4417 # maximum length that is only half of the actual maximum length, but
4418 # we can't tell.
4419 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4420 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4421 test $i != 17 # 1/2 MB should be enough
4422 do
4423 i=`expr $i + 1`
4424 teststring=$teststring$teststring
4425 done
4426 # Only check the string length outside the loop.
4427 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4428 teststring=
4429 # Add a significant safety factor because C++ compilers can tack on
4430 # massive amounts of additional arguments before passing them to the
4431 # linker. It appears as though 1/2 is a usable value.
4432 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4433 fi
4434 ;;
4435 esac
4436
4437fi
4438
4439if test -n $lt_cv_sys_max_cmd_len ; then
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4441$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4442else
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4444$as_echo "none" >&6; }
4445fi
4446max_cmd_len=$lt_cv_sys_max_cmd_len
4447
4448
4449
4450
4451
4452
4453: ${CP="cp -f"}
4454: ${MV="mv -f"}
4455: ${RM="rm -f"}
4456
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4458$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4459# Try some XSI features
4460xsi_shell=no
4461( _lt_dummy="a/b/c"
4462 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4463 = c,a/b,, \
4464 && eval 'test $(( 1 + 1 )) -eq 2 \
4465 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4466 && xsi_shell=yes
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4468$as_echo "$xsi_shell" >&6; }
4469
4470
4471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4472$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4473lt_shell_append=no
4474( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4475 >/dev/null 2>&1 \
4476 && lt_shell_append=yes
4477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4478$as_echo "$lt_shell_append" >&6; }
4479
4480
4481if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4482 lt_unset=unset
4483else
4484 lt_unset=false
4485fi
4486
4487
4488
4489
4490
4491# test EBCDIC or ASCII
4492case `echo X|tr X '\101'` in
4493 A) # ASCII based system
4494 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4495 lt_SP2NL='tr \040 \012'
4496 lt_NL2SP='tr \015\012 \040\040'
4497 ;;
4498 *) # EBCDIC based system
4499 lt_SP2NL='tr \100 \n'
4500 lt_NL2SP='tr \r\n \100\100'
4501 ;;
4502esac
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4513$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4514if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4515 $as_echo_n "(cached) " >&6
4516else
4517 lt_cv_ld_reload_flag='-r'
4518fi
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4520$as_echo "$lt_cv_ld_reload_flag" >&6; }
4521reload_flag=$lt_cv_ld_reload_flag
4522case $reload_flag in
4523"" | " "*) ;;
4524*) reload_flag=" $reload_flag" ;;
4525esac
4526reload_cmds='$LD$reload_flag -o $output$reload_objs'
4527case $host_os in
4528 darwin*)
4529 if test "$GCC" = yes; then
4530 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4531 else
4532 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4533 fi
4534 ;;
4535esac
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545if test -n "$ac_tool_prefix"; then
4546 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4547set dummy ${ac_tool_prefix}objdump; ac_word=$2
4548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4549$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4550if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4551 $as_echo_n "(cached) " >&6
4552else
4553 if test -n "$OBJDUMP"; then
4554 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4555else
4556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4557for as_dir in $PATH
4558do
4559 IFS=$as_save_IFS
4560 test -z "$as_dir" && as_dir=.
4561 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4563 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4565 break 2
4566 fi
4567done
4568 done
4569IFS=$as_save_IFS
4570
4571fi
4572fi
4573OBJDUMP=$ac_cv_prog_OBJDUMP
4574if test -n "$OBJDUMP"; then
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4576$as_echo "$OBJDUMP" >&6; }
4577else
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4579$as_echo "no" >&6; }
4580fi
4581
4582
4583fi
4584if test -z "$ac_cv_prog_OBJDUMP"; then
4585 ac_ct_OBJDUMP=$OBJDUMP
4586 # Extract the first word of "objdump", so it can be a program name with args.
4587set dummy objdump; ac_word=$2
4588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4589$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4590if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4591 $as_echo_n "(cached) " >&6
4592else
4593 if test -n "$ac_ct_OBJDUMP"; then
4594 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4595else
4596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4597for as_dir in $PATH
4598do
4599 IFS=$as_save_IFS
4600 test -z "$as_dir" && as_dir=.
4601 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4603 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4605 break 2
4606 fi
4607done
4608 done
4609IFS=$as_save_IFS
4610
4611fi
4612fi
4613ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4614if test -n "$ac_ct_OBJDUMP"; then
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4616$as_echo "$ac_ct_OBJDUMP" >&6; }
4617else
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4619$as_echo "no" >&6; }
4620fi
4621
4622 if test "x$ac_ct_OBJDUMP" = x; then
4623 OBJDUMP="false"
4624 else
4625 case $cross_compiling:$ac_tool_warned in
4626yes:)
4627{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4628$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4629ac_tool_warned=yes ;;
4630esac
4631 OBJDUMP=$ac_ct_OBJDUMP
4632 fi
4633else
4634 OBJDUMP="$ac_cv_prog_OBJDUMP"
4635fi
4636
4637test -z "$OBJDUMP" && OBJDUMP=objdump
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4648$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4649if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4650 $as_echo_n "(cached) " >&6
4651else
4652 lt_cv_file_magic_cmd='$MAGIC_CMD'
4653lt_cv_file_magic_test_file=
4654lt_cv_deplibs_check_method='unknown'
4655# Need to set the preceding variable on all platforms that support
4656# interlibrary dependencies.
4657# 'none' -- dependencies not supported.
4658# `unknown' -- same as none, but documents that we really don't know.
4659# 'pass_all' -- all dependencies passed with no checks.
4660# 'test_compile' -- check by making test program.
4661# 'file_magic [[regex]]' -- check by looking for files in library path
4662# which responds to the $file_magic_cmd with a given extended regex.
4663# If you have `file' or equivalent on your system and you're not sure
4664# whether `pass_all' will *always* work, you probably want this one.
4665
4666case $host_os in
4667aix[4-9]*)
4668 lt_cv_deplibs_check_method=pass_all
4669 ;;
4670
4671beos*)
4672 lt_cv_deplibs_check_method=pass_all
4673 ;;
4674
4675bsdi[45]*)
4676 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4677 lt_cv_file_magic_cmd='/usr/bin/file -L'
4678 lt_cv_file_magic_test_file=/shlib/libc.so
4679 ;;
4680
4681cygwin*)
4682 # func_win32_libid is a shell function defined in ltmain.sh
4683 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4684 lt_cv_file_magic_cmd='func_win32_libid'
4685 ;;
4686
4687mingw* | pw32*)
4688 # Base MSYS/MinGW do not provide the 'file' command needed by
4689 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4690 # unless we find 'file', for example because we are cross-compiling.
4691 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4692 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4693 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4694 lt_cv_file_magic_cmd='func_win32_libid'
4695 else
4696 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4697 lt_cv_file_magic_cmd='$OBJDUMP -f'
4698 fi
4699 ;;
4700
4701cegcc*)
4702 # use the weaker test based on 'objdump'. See mingw*.
4703 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4704 lt_cv_file_magic_cmd='$OBJDUMP -f'
4705 ;;
4706
4707darwin* | rhapsody*)
4708 lt_cv_deplibs_check_method=pass_all
4709 ;;
4710
4711freebsd* | dragonfly*)
4712 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4713 case $host_cpu in
4714 i*86 )
4715 # Not sure whether the presence of OpenBSD here was a mistake.
4716 # Let's accept both of them until this is cleared up.
4717 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4718 lt_cv_file_magic_cmd=/usr/bin/file
4719 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4720 ;;
4721 esac
4722 else
4723 lt_cv_deplibs_check_method=pass_all
4724 fi
4725 ;;
4726
4727gnu*)
4728 lt_cv_deplibs_check_method=pass_all
4729 ;;
4730
4731haiku*)
4732 lt_cv_deplibs_check_method=pass_all
4733 ;;
4734
4735hpux10.20* | hpux11*)
4736 lt_cv_file_magic_cmd=/usr/bin/file
4737 case $host_cpu in
4738 ia64*)
4739 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4740 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4741 ;;
4742 hppa*64*)
4743 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]'
4744 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4745 ;;
4746 *)
4747 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4748 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4749 ;;
4750 esac
4751 ;;
4752
4753interix[3-9]*)
4754 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4755 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4756 ;;
4757
4758irix5* | irix6* | nonstopux*)
4759 case $LD in
4760 *-32|*"-32 ") libmagic=32-bit;;
4761 *-n32|*"-n32 ") libmagic=N32;;
4762 *-64|*"-64 ") libmagic=64-bit;;
4763 *) libmagic=never-match;;
4764 esac
4765 lt_cv_deplibs_check_method=pass_all
4766 ;;
4767
4768# This must be Linux ELF.
4769linux* | k*bsd*-gnu | kopensolaris*-gnu)
4770 lt_cv_deplibs_check_method=pass_all
4771 ;;
4772
4773netbsd*)
4774 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4775 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4776 else
4777 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4778 fi
4779 ;;
4780
4781newos6*)
4782 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4783 lt_cv_file_magic_cmd=/usr/bin/file
4784 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4785 ;;
4786
4787*nto* | *qnx*)
4788 lt_cv_deplibs_check_method=pass_all
4789 ;;
4790
4791openbsd*)
4792 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4793 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4794 else
4795 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4796 fi
4797 ;;
4798
4799osf3* | osf4* | osf5*)
4800 lt_cv_deplibs_check_method=pass_all
4801 ;;
4802
4803rdos*)
4804 lt_cv_deplibs_check_method=pass_all
4805 ;;
4806
4807solaris*)
4808 lt_cv_deplibs_check_method=pass_all
4809 ;;
4810
4811sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4812 lt_cv_deplibs_check_method=pass_all
4813 ;;
4814
4815sysv4 | sysv4.3*)
4816 case $host_vendor in
4817 motorola)
4818 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]'
4819 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4820 ;;
4821 ncr)
4822 lt_cv_deplibs_check_method=pass_all
4823 ;;
4824 sequent)
4825 lt_cv_file_magic_cmd='/bin/file'
4826 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4827 ;;
4828 sni)
4829 lt_cv_file_magic_cmd='/bin/file'
4830 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4831 lt_cv_file_magic_test_file=/lib/libc.so
4832 ;;
4833 siemens)
4834 lt_cv_deplibs_check_method=pass_all
4835 ;;
4836 pc)
4837 lt_cv_deplibs_check_method=pass_all
4838 ;;
4839 esac
4840 ;;
4841
4842tpf*)
4843 lt_cv_deplibs_check_method=pass_all
4844 ;;
4845esac
4846
4847fi
4848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4849$as_echo "$lt_cv_deplibs_check_method" >&6; }
4850file_magic_cmd=$lt_cv_file_magic_cmd
4851deplibs_check_method=$lt_cv_deplibs_check_method
4852test -z "$deplibs_check_method" && deplibs_check_method=unknown
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
68ed2854
MF
4865plugin_option=
4866plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4867for plugin in $plugin_names; do
4868 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4869 if test x$plugin_so = x$plugin; then
4870 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4871 fi
4872 if test x$plugin_so != x$plugin; then
4873 plugin_option="--plugin $plugin_so"
4874 break
4875 fi
4876done
4877
6bb11ab3
L
4878if test -n "$ac_tool_prefix"; then
4879 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4880set dummy ${ac_tool_prefix}ar; ac_word=$2
4881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4882$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4883if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4884 $as_echo_n "(cached) " >&6
4885else
4886 if test -n "$AR"; then
4887 ac_cv_prog_AR="$AR" # Let the user override the test.
4888else
4889as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4890for as_dir in $PATH
4891do
4892 IFS=$as_save_IFS
4893 test -z "$as_dir" && as_dir=.
4894 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4896 ac_cv_prog_AR="${ac_tool_prefix}ar"
4897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4898 break 2
4899 fi
4900done
4901 done
4902IFS=$as_save_IFS
4903
4904fi
4905fi
4906AR=$ac_cv_prog_AR
4907if test -n "$AR"; then
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4909$as_echo "$AR" >&6; }
4910else
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4912$as_echo "no" >&6; }
4913fi
4914
4915
4916fi
4917if test -z "$ac_cv_prog_AR"; then
4918 ac_ct_AR=$AR
4919 # Extract the first word of "ar", so it can be a program name with args.
4920set dummy ar; ac_word=$2
4921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4922$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4923if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4924 $as_echo_n "(cached) " >&6
4925else
4926 if test -n "$ac_ct_AR"; then
4927 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4928else
4929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4930for as_dir in $PATH
4931do
4932 IFS=$as_save_IFS
4933 test -z "$as_dir" && as_dir=.
4934 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4936 ac_cv_prog_ac_ct_AR="ar"
4937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938 break 2
4939 fi
4940done
4941 done
4942IFS=$as_save_IFS
4943
4944fi
4945fi
4946ac_ct_AR=$ac_cv_prog_ac_ct_AR
4947if test -n "$ac_ct_AR"; then
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4949$as_echo "$ac_ct_AR" >&6; }
4950else
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952$as_echo "no" >&6; }
4953fi
4954
4955 if test "x$ac_ct_AR" = x; then
4956 AR="false"
4957 else
4958 case $cross_compiling:$ac_tool_warned in
4959yes:)
4960{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4961$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4962ac_tool_warned=yes ;;
4963esac
4964 AR=$ac_ct_AR
4965 fi
4966else
4967 AR="$ac_cv_prog_AR"
4968fi
4969
4970test -z "$AR" && AR=ar
68ed2854
MF
4971if test -n "$plugin_option"; then
4972 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4973 touch conftest.c
4974 $AR $plugin_option rc conftest.a conftest.c
4975 if test "$?" != 0; then
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4977$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4978 else
4979 AR="$AR $plugin_option"
4980 fi
4981 rm -f conftest.*
68ed2854
MF
4982 fi
4983fi
6bb11ab3
L
4984test -z "$AR_FLAGS" && AR_FLAGS=cru
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996if test -n "$ac_tool_prefix"; then
4997 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4998set dummy ${ac_tool_prefix}strip; ac_word=$2
4999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5000$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5001if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5002 $as_echo_n "(cached) " >&6
5003else
5004 if test -n "$STRIP"; then
5005 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5006else
5007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5008for as_dir in $PATH
5009do
5010 IFS=$as_save_IFS
5011 test -z "$as_dir" && as_dir=.
5012 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5014 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5016 break 2
5017 fi
5018done
5019 done
5020IFS=$as_save_IFS
5021
5022fi
5023fi
5024STRIP=$ac_cv_prog_STRIP
5025if test -n "$STRIP"; then
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5027$as_echo "$STRIP" >&6; }
5028else
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5030$as_echo "no" >&6; }
5031fi
5032
5033
5034fi
5035if test -z "$ac_cv_prog_STRIP"; then
5036 ac_ct_STRIP=$STRIP
5037 # Extract the first word of "strip", so it can be a program name with args.
5038set dummy strip; ac_word=$2
5039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5040$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5041if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5042 $as_echo_n "(cached) " >&6
5043else
5044 if test -n "$ac_ct_STRIP"; then
5045 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5046else
5047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5048for as_dir in $PATH
5049do
5050 IFS=$as_save_IFS
5051 test -z "$as_dir" && as_dir=.
5052 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5054 ac_cv_prog_ac_ct_STRIP="strip"
5055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5056 break 2
5057 fi
5058done
5059 done
5060IFS=$as_save_IFS
5061
5062fi
5063fi
5064ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5065if test -n "$ac_ct_STRIP"; then
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5067$as_echo "$ac_ct_STRIP" >&6; }
5068else
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5070$as_echo "no" >&6; }
5071fi
5072
5073 if test "x$ac_ct_STRIP" = x; then
5074 STRIP=":"
5075 else
5076 case $cross_compiling:$ac_tool_warned in
5077yes:)
5078{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5079$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5080ac_tool_warned=yes ;;
5081esac
5082 STRIP=$ac_ct_STRIP
5083 fi
5084else
5085 STRIP="$ac_cv_prog_STRIP"
5086fi
5087
5088test -z "$STRIP" && STRIP=:
5089
5090
5091
5092
5093
5094
5095if test -n "$ac_tool_prefix"; then
5096 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5097set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5098{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5099$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5100if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5101 $as_echo_n "(cached) " >&6
5102else
5103 if test -n "$RANLIB"; then
5104 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5105else
5106as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5107for as_dir in $PATH
5108do
5109 IFS=$as_save_IFS
5110 test -z "$as_dir" && as_dir=.
5111 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5112 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5113 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5115 break 2
5116 fi
5117done
5118 done
5119IFS=$as_save_IFS
5120
5121fi
5122fi
5123RANLIB=$ac_cv_prog_RANLIB
5124if test -n "$RANLIB"; then
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5126$as_echo "$RANLIB" >&6; }
5127else
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5129$as_echo "no" >&6; }
5130fi
5131
5132
5133fi
5134if test -z "$ac_cv_prog_RANLIB"; then
5135 ac_ct_RANLIB=$RANLIB
5136 # Extract the first word of "ranlib", so it can be a program name with args.
5137set dummy ranlib; ac_word=$2
5138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5139$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5140if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5141 $as_echo_n "(cached) " >&6
5142else
5143 if test -n "$ac_ct_RANLIB"; then
5144 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5145else
5146as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5147for as_dir in $PATH
5148do
5149 IFS=$as_save_IFS
5150 test -z "$as_dir" && as_dir=.
5151 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5153 ac_cv_prog_ac_ct_RANLIB="ranlib"
5154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5155 break 2
5156 fi
5157done
5158 done
5159IFS=$as_save_IFS
5160
5161fi
5162fi
5163ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5164if test -n "$ac_ct_RANLIB"; then
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5166$as_echo "$ac_ct_RANLIB" >&6; }
5167else
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5169$as_echo "no" >&6; }
5170fi
5171
5172 if test "x$ac_ct_RANLIB" = x; then
5173 RANLIB=":"
5174 else
5175 case $cross_compiling:$ac_tool_warned in
5176yes:)
5177{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5178$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5179ac_tool_warned=yes ;;
5180esac
5181 RANLIB=$ac_ct_RANLIB
5182 fi
5183else
5184 RANLIB="$ac_cv_prog_RANLIB"
5185fi
5186
5187test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5188if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5189 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5190 RANLIB="$RANLIB $plugin_option"
5191 fi
5192fi
6bb11ab3
L
5193
5194
5195
5196
5197
5198
5199# Determine commands to create old-style static archives.
5200old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5201old_postinstall_cmds='chmod 644 $oldlib'
5202old_postuninstall_cmds=
5203
5204if test -n "$RANLIB"; then
5205 case $host_os in
5206 openbsd*)
5207 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5208 ;;
5209 *)
5210 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5211 ;;
5212 esac
5213 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5214fi
5215
5216case $host_os in
5217 darwin*)
5218 lock_old_archive_extraction=yes ;;
5219 *)
5220 lock_old_archive_extraction=no ;;
5221esac
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243for ac_prog in gawk mawk nawk awk
5244do
5245 # Extract the first word of "$ac_prog", so it can be a program name with args.
5246set dummy $ac_prog; ac_word=$2
5247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5248$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5249if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5250 $as_echo_n "(cached) " >&6
5251else
5252 if test -n "$AWK"; then
5253 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5254else
5255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5256for as_dir in $PATH
5257do
5258 IFS=$as_save_IFS
5259 test -z "$as_dir" && as_dir=.
5260 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5261 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5262 ac_cv_prog_AWK="$ac_prog"
5263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5264 break 2
5265 fi
5266done
5267 done
5268IFS=$as_save_IFS
5269
5270fi
5271fi
5272AWK=$ac_cv_prog_AWK
5273if test -n "$AWK"; then
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5275$as_echo "$AWK" >&6; }
5276else
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5278$as_echo "no" >&6; }
5279fi
5280
5281
5282 test -n "$AWK" && break
5283done
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303# If no C compiler was specified, use CC.
5304LTCC=${LTCC-"$CC"}
5305
5306# If no C compiler flags were specified, use CFLAGS.
5307LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5308
5309# Allow CC to be a program name with arguments.
5310compiler=$CC
5311
5312
5313# Check for command to grab the raw symbol name followed by C symbol from nm.
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5315$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5316if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5317 $as_echo_n "(cached) " >&6
5318else
5319
5320# These are sane defaults that work on at least a few old systems.
5321# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5322
5323# Character class describing NM global symbol codes.
5324symcode='[BCDEGRST]'
5325
5326# Regexp to match symbols that can be accessed directly from C.
5327sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5328
5329# Define system-specific variables.
5330case $host_os in
5331aix*)
5332 symcode='[BCDT]'
5333 ;;
5334cygwin* | mingw* | pw32* | cegcc*)
5335 symcode='[ABCDGISTW]'
5336 ;;
5337hpux*)
5338 if test "$host_cpu" = ia64; then
5339 symcode='[ABCDEGRST]'
5340 fi
5341 ;;
5342irix* | nonstopux*)
5343 symcode='[BCDEGRST]'
5344 ;;
5345osf*)
5346 symcode='[BCDEGQRST]'
5347 ;;
5348solaris*)
5349 symcode='[BDRT]'
5350 ;;
5351sco3.2v5*)
5352 symcode='[DT]'
5353 ;;
5354sysv4.2uw2*)
5355 symcode='[DT]'
5356 ;;
5357sysv5* | sco5v6* | unixware* | OpenUNIX*)
5358 symcode='[ABDT]'
5359 ;;
5360sysv4)
5361 symcode='[DFNSTU]'
5362 ;;
5363esac
5364
5365# If we're using GNU nm, then use its standard symbol codes.
5366case `$NM -V 2>&1` in
5367*GNU* | *'with BFD'*)
5368 symcode='[ABCDGIRSTW]' ;;
5369esac
5370
5371# Transform an extracted symbol line into a proper C declaration.
5372# Some systems (esp. on ia64) link data and code symbols differently,
5373# so use this general approach.
5374lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5375
5376# Transform an extracted symbol line into symbol name and symbol address
5377lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5378lt_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'"
5379
5380# Handle CRLF in mingw tool chain
5381opt_cr=
5382case $build_os in
5383mingw*)
5384 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5385 ;;
5386esac
5387
5388# Try without a prefix underscore, then with it.
5389for ac_symprfx in "" "_"; do
5390
5391 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5392 symxfrm="\\1 $ac_symprfx\\2 \\2"
5393
5394 # Write the raw and C identifiers.
5395 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5396 # Fake it for dumpbin and say T for any non-static function
5397 # and D for any global variable.
5398 # Also find C++ and __fastcall symbols from MSVC++,
5399 # which start with @ or ?.
5400 lt_cv_sys_global_symbol_pipe="$AWK '"\
5401" {last_section=section; section=\$ 3};"\
5402" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5403" \$ 0!~/External *\|/{next};"\
5404" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5405" {if(hide[section]) next};"\
5406" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5407" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5408" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5409" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5410" ' prfx=^$ac_symprfx"
5411 else
5412 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5413 fi
5414
5415 # Check to see that the pipe works correctly.
5416 pipe_works=no
5417
5418 rm -f conftest*
5419 cat > conftest.$ac_ext <<_LT_EOF
5420#ifdef __cplusplus
5421extern "C" {
5422#endif
5423char nm_test_var;
5424void nm_test_func(void);
5425void nm_test_func(void){}
5426#ifdef __cplusplus
5427}
5428#endif
5429int main(){nm_test_var='a';nm_test_func();return(0);}
5430_LT_EOF
5431
5432 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5433 (eval $ac_compile) 2>&5
5434 ac_status=$?
5435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5436 test $ac_status = 0; }; then
5437 # Now try to grab the symbols.
5438 nlist=conftest.nm
5439 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5440 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5441 ac_status=$?
5442 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5443 test $ac_status = 0; } && test -s "$nlist"; then
5444 # Try sorting and uniquifying the output.
5445 if sort "$nlist" | uniq > "$nlist"T; then
5446 mv -f "$nlist"T "$nlist"
5447 else
5448 rm -f "$nlist"T
5449 fi
5450
5451 # Make sure that we snagged all the symbols we need.
5452 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5453 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5454 cat <<_LT_EOF > conftest.$ac_ext
5455#ifdef __cplusplus
5456extern "C" {
5457#endif
5458
5459_LT_EOF
5460 # Now generate the symbol file.
5461 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5462
5463 cat <<_LT_EOF >> conftest.$ac_ext
5464
5465/* The mapping between symbol names and symbols. */
5466const struct {
5467 const char *name;
5468 void *address;
5469}
5470lt__PROGRAM__LTX_preloaded_symbols[] =
5471{
5472 { "@PROGRAM@", (void *) 0 },
5473_LT_EOF
5474 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5475 cat <<\_LT_EOF >> conftest.$ac_ext
5476 {0, (void *) 0}
5477};
5478
5479/* This works around a problem in FreeBSD linker */
5480#ifdef FREEBSD_WORKAROUND
5481static const void *lt_preloaded_setup() {
5482 return lt__PROGRAM__LTX_preloaded_symbols;
5483}
5484#endif
5485
5486#ifdef __cplusplus
5487}
5488#endif
5489_LT_EOF
5490 # Now try linking the two files.
5491 mv conftest.$ac_objext conftstm.$ac_objext
5492 lt_save_LIBS="$LIBS"
5493 lt_save_CFLAGS="$CFLAGS"
5494 LIBS="conftstm.$ac_objext"
5495 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5496 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5497 (eval $ac_link) 2>&5
5498 ac_status=$?
5499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5500 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5501 pipe_works=yes
5502 fi
5503 LIBS="$lt_save_LIBS"
5504 CFLAGS="$lt_save_CFLAGS"
5505 else
5506 echo "cannot find nm_test_func in $nlist" >&5
5507 fi
5508 else
5509 echo "cannot find nm_test_var in $nlist" >&5
5510 fi
5511 else
5512 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5513 fi
5514 else
5515 echo "$progname: failed program was:" >&5
5516 cat conftest.$ac_ext >&5
5517 fi
5518 rm -rf conftest* conftst*
5519
5520 # Do not use the global_symbol_pipe unless it works.
5521 if test "$pipe_works" = yes; then
5522 break
5523 else
5524 lt_cv_sys_global_symbol_pipe=
5525 fi
5526done
5527
5528fi
5529
5530if test -z "$lt_cv_sys_global_symbol_pipe"; then
5531 lt_cv_sys_global_symbol_to_cdecl=
5532fi
5533if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5535$as_echo "failed" >&6; }
5536else
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5538$as_echo "ok" >&6; }
5539fi
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562# Check whether --enable-libtool-lock was given.
5563if test "${enable_libtool_lock+set}" = set; then :
5564 enableval=$enable_libtool_lock;
5565fi
5566
5567test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5568
5569# Some flags need to be propagated to the compiler or linker for good
5570# libtool support.
5571case $host in
5572ia64-*-hpux*)
5573 # Find out which ABI we are using.
5574 echo 'int i;' > conftest.$ac_ext
5575 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5576 (eval $ac_compile) 2>&5
5577 ac_status=$?
5578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5579 test $ac_status = 0; }; then
5580 case `/usr/bin/file conftest.$ac_objext` in
5581 *ELF-32*)
5582 HPUX_IA64_MODE="32"
5583 ;;
5584 *ELF-64*)
5585 HPUX_IA64_MODE="64"
5586 ;;
5587 esac
5588 fi
5589 rm -rf conftest*
5590 ;;
5591*-*-irix6*)
5592 # Find out which ABI we are using.
5593 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5594 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5595 (eval $ac_compile) 2>&5
5596 ac_status=$?
5597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5598 test $ac_status = 0; }; then
5599 if test "$lt_cv_prog_gnu_ld" = yes; then
5600 case `/usr/bin/file conftest.$ac_objext` in
5601 *32-bit*)
5602 LD="${LD-ld} -melf32bsmip"
5603 ;;
5604 *N32*)
5605 LD="${LD-ld} -melf32bmipn32"
5606 ;;
5607 *64-bit*)
5608 LD="${LD-ld} -melf64bmip"
5609 ;;
5610 esac
5611 else
5612 case `/usr/bin/file conftest.$ac_objext` in
5613 *32-bit*)
5614 LD="${LD-ld} -32"
5615 ;;
5616 *N32*)
5617 LD="${LD-ld} -n32"
5618 ;;
5619 *64-bit*)
5620 LD="${LD-ld} -64"
5621 ;;
5622 esac
5623 fi
5624 fi
5625 rm -rf conftest*
5626 ;;
5627
bf3d9781 5628x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5629s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5630 # Find out which ABI we are using.
5631 echo 'int i;' > conftest.$ac_ext
5632 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5633 (eval $ac_compile) 2>&5
5634 ac_status=$?
5635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5636 test $ac_status = 0; }; then
5637 case `/usr/bin/file conftest.o` in
5638 *32-bit*)
5639 case $host in
5640 x86_64-*kfreebsd*-gnu)
5641 LD="${LD-ld} -m elf_i386_fbsd"
5642 ;;
5643 x86_64-*linux*)
5644 case `/usr/bin/file conftest.o` in
5645 *x86-64*)
5646 LD="${LD-ld} -m elf32_x86_64"
5647 ;;
5648 *)
5649 LD="${LD-ld} -m elf_i386"
5650 ;;
5651 esac
5652 ;;
bf3d9781
AM
5653 powerpc64le-*linux*)
5654 LD="${LD-ld} -m elf32lppclinux"
5655 ;;
5656 powerpc64-*linux*)
6bb11ab3
L
5657 LD="${LD-ld} -m elf32ppclinux"
5658 ;;
5659 s390x-*linux*)
5660 LD="${LD-ld} -m elf_s390"
5661 ;;
5662 sparc64-*linux*)
5663 LD="${LD-ld} -m elf32_sparc"
5664 ;;
5665 esac
5666 ;;
5667 *64-bit*)
5668 case $host in
5669 x86_64-*kfreebsd*-gnu)
5670 LD="${LD-ld} -m elf_x86_64_fbsd"
5671 ;;
5672 x86_64-*linux*)
5673 LD="${LD-ld} -m elf_x86_64"
5674 ;;
bf3d9781
AM
5675 powerpcle-*linux*)
5676 LD="${LD-ld} -m elf64lppc"
5677 ;;
5678 powerpc-*linux*)
6bb11ab3
L
5679 LD="${LD-ld} -m elf64ppc"
5680 ;;
5681 s390*-*linux*|s390*-*tpf*)
5682 LD="${LD-ld} -m elf64_s390"
5683 ;;
5684 sparc*-*linux*)
5685 LD="${LD-ld} -m elf64_sparc"
5686 ;;
5687 esac
5688 ;;
5689 esac
5690 fi
5691 rm -rf conftest*
5692 ;;
5693
5694*-*-sco3.2v5*)
5695 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5696 SAVE_CFLAGS="$CFLAGS"
5697 CFLAGS="$CFLAGS -belf"
5698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5699$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5700if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5701 $as_echo_n "(cached) " >&6
5702else
5703 ac_ext=c
5704ac_cpp='$CPP $CPPFLAGS'
5705ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5706ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5707ac_compiler_gnu=$ac_cv_c_compiler_gnu
5708
5709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5710/* end confdefs.h. */
5711
5712int
5713main ()
5714{
5715
5716 ;
5717 return 0;
5718}
5719_ACEOF
5720if ac_fn_c_try_link "$LINENO"; then :
5721 lt_cv_cc_needs_belf=yes
5722else
5723 lt_cv_cc_needs_belf=no
5724fi
5725rm -f core conftest.err conftest.$ac_objext \
5726 conftest$ac_exeext conftest.$ac_ext
5727 ac_ext=c
5728ac_cpp='$CPP $CPPFLAGS'
5729ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5730ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5731ac_compiler_gnu=$ac_cv_c_compiler_gnu
5732
5733fi
5734{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5735$as_echo "$lt_cv_cc_needs_belf" >&6; }
5736 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5737 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5738 CFLAGS="$SAVE_CFLAGS"
5739 fi
5740 ;;
5741sparc*-*solaris*)
5742 # Find out which ABI we are using.
5743 echo 'int i;' > conftest.$ac_ext
5744 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5745 (eval $ac_compile) 2>&5
5746 ac_status=$?
5747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5748 test $ac_status = 0; }; then
5749 case `/usr/bin/file conftest.o` in
5750 *64-bit*)
5751 case $lt_cv_prog_gnu_ld in
5752 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5753 *)
5754 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5755 LD="${LD-ld} -64"
5756 fi
5757 ;;
5758 esac
5759 ;;
5760 esac
5761 fi
5762 rm -rf conftest*
5763 ;;
5764esac
5765
5766need_locks="$enable_libtool_lock"
5767
5768
5769 case $host_os in
5770 rhapsody* | darwin*)
5771 if test -n "$ac_tool_prefix"; then
5772 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5773set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5775$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5776if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5777 $as_echo_n "(cached) " >&6
5778else
5779 if test -n "$DSYMUTIL"; then
5780 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5781else
5782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5783for as_dir in $PATH
5784do
5785 IFS=$as_save_IFS
5786 test -z "$as_dir" && as_dir=.
5787 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5789 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5791 break 2
5792 fi
5793done
5794 done
5795IFS=$as_save_IFS
5796
5797fi
5798fi
5799DSYMUTIL=$ac_cv_prog_DSYMUTIL
5800if test -n "$DSYMUTIL"; then
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5802$as_echo "$DSYMUTIL" >&6; }
5803else
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5805$as_echo "no" >&6; }
5806fi
5807
5808
5809fi
5810if test -z "$ac_cv_prog_DSYMUTIL"; then
5811 ac_ct_DSYMUTIL=$DSYMUTIL
5812 # Extract the first word of "dsymutil", so it can be a program name with args.
5813set dummy dsymutil; ac_word=$2
5814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5815$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5816if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5817 $as_echo_n "(cached) " >&6
5818else
5819 if test -n "$ac_ct_DSYMUTIL"; then
5820 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5821else
5822as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5823for as_dir in $PATH
5824do
5825 IFS=$as_save_IFS
5826 test -z "$as_dir" && as_dir=.
5827 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5829 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 break 2
5832 fi
5833done
5834 done
5835IFS=$as_save_IFS
5836
5837fi
5838fi
5839ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5840if test -n "$ac_ct_DSYMUTIL"; then
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5842$as_echo "$ac_ct_DSYMUTIL" >&6; }
5843else
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5845$as_echo "no" >&6; }
5846fi
5847
5848 if test "x$ac_ct_DSYMUTIL" = x; then
5849 DSYMUTIL=":"
5850 else
5851 case $cross_compiling:$ac_tool_warned in
5852yes:)
5853{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5854$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5855ac_tool_warned=yes ;;
5856esac
5857 DSYMUTIL=$ac_ct_DSYMUTIL
5858 fi
5859else
5860 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5861fi
5862
5863 if test -n "$ac_tool_prefix"; then
5864 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5865set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5868if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5869 $as_echo_n "(cached) " >&6
5870else
5871 if test -n "$NMEDIT"; then
5872 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5873else
5874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875for as_dir in $PATH
5876do
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5881 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5884 fi
5885done
5886 done
5887IFS=$as_save_IFS
5888
5889fi
5890fi
5891NMEDIT=$ac_cv_prog_NMEDIT
5892if test -n "$NMEDIT"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5894$as_echo "$NMEDIT" >&6; }
5895else
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897$as_echo "no" >&6; }
5898fi
5899
5900
5901fi
5902if test -z "$ac_cv_prog_NMEDIT"; then
5903 ac_ct_NMEDIT=$NMEDIT
5904 # Extract the first word of "nmedit", so it can be a program name with args.
5905set dummy nmedit; ac_word=$2
5906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5907$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5908if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5909 $as_echo_n "(cached) " >&6
5910else
5911 if test -n "$ac_ct_NMEDIT"; then
5912 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5913else
5914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915for as_dir in $PATH
5916do
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5921 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5924 fi
5925done
5926 done
5927IFS=$as_save_IFS
5928
5929fi
5930fi
5931ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5932if test -n "$ac_ct_NMEDIT"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5934$as_echo "$ac_ct_NMEDIT" >&6; }
5935else
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5937$as_echo "no" >&6; }
5938fi
5939
5940 if test "x$ac_ct_NMEDIT" = x; then
5941 NMEDIT=":"
5942 else
5943 case $cross_compiling:$ac_tool_warned in
5944yes:)
5945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5947ac_tool_warned=yes ;;
5948esac
5949 NMEDIT=$ac_ct_NMEDIT
5950 fi
5951else
5952 NMEDIT="$ac_cv_prog_NMEDIT"
5953fi
5954
5955 if test -n "$ac_tool_prefix"; then
5956 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5957set dummy ${ac_tool_prefix}lipo; ac_word=$2
5958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5959$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5960if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5961 $as_echo_n "(cached) " >&6
5962else
5963 if test -n "$LIPO"; then
5964 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5965else
5966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5967for as_dir in $PATH
5968do
5969 IFS=$as_save_IFS
5970 test -z "$as_dir" && as_dir=.
5971 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5972 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5973 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5975 break 2
5976 fi
5977done
5978 done
5979IFS=$as_save_IFS
5980
5981fi
5982fi
5983LIPO=$ac_cv_prog_LIPO
5984if test -n "$LIPO"; then
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
5986$as_echo "$LIPO" >&6; }
5987else
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5989$as_echo "no" >&6; }
5990fi
5991
5992
5993fi
5994if test -z "$ac_cv_prog_LIPO"; then
5995 ac_ct_LIPO=$LIPO
5996 # Extract the first word of "lipo", so it can be a program name with args.
5997set dummy lipo; ac_word=$2
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5999$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6000if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6001 $as_echo_n "(cached) " >&6
6002else
6003 if test -n "$ac_ct_LIPO"; then
6004 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6005else
6006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007for as_dir in $PATH
6008do
6009 IFS=$as_save_IFS
6010 test -z "$as_dir" && as_dir=.
6011 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6013 ac_cv_prog_ac_ct_LIPO="lipo"
6014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6015 break 2
6016 fi
6017done
6018 done
6019IFS=$as_save_IFS
6020
6021fi
6022fi
6023ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6024if test -n "$ac_ct_LIPO"; then
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6026$as_echo "$ac_ct_LIPO" >&6; }
6027else
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6029$as_echo "no" >&6; }
6030fi
6031
6032 if test "x$ac_ct_LIPO" = x; then
6033 LIPO=":"
6034 else
6035 case $cross_compiling:$ac_tool_warned in
6036yes:)
6037{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6038$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6039ac_tool_warned=yes ;;
6040esac
6041 LIPO=$ac_ct_LIPO
6042 fi
6043else
6044 LIPO="$ac_cv_prog_LIPO"
6045fi
6046
6047 if test -n "$ac_tool_prefix"; then
6048 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6049set dummy ${ac_tool_prefix}otool; ac_word=$2
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6051$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6052if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6053 $as_echo_n "(cached) " >&6
6054else
6055 if test -n "$OTOOL"; then
6056 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6057else
6058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6059for as_dir in $PATH
6060do
6061 IFS=$as_save_IFS
6062 test -z "$as_dir" && as_dir=.
6063 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6065 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6067 break 2
6068 fi
6069done
6070 done
6071IFS=$as_save_IFS
6072
6073fi
6074fi
6075OTOOL=$ac_cv_prog_OTOOL
6076if test -n "$OTOOL"; then
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6078$as_echo "$OTOOL" >&6; }
6079else
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6081$as_echo "no" >&6; }
6082fi
6083
6084
6085fi
6086if test -z "$ac_cv_prog_OTOOL"; then
6087 ac_ct_OTOOL=$OTOOL
6088 # Extract the first word of "otool", so it can be a program name with args.
6089set dummy otool; ac_word=$2
6090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6091$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6092if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6093 $as_echo_n "(cached) " >&6
6094else
6095 if test -n "$ac_ct_OTOOL"; then
6096 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6097else
6098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6099for as_dir in $PATH
6100do
6101 IFS=$as_save_IFS
6102 test -z "$as_dir" && as_dir=.
6103 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6105 ac_cv_prog_ac_ct_OTOOL="otool"
6106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6107 break 2
6108 fi
6109done
6110 done
6111IFS=$as_save_IFS
6112
6113fi
6114fi
6115ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6116if test -n "$ac_ct_OTOOL"; then
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6118$as_echo "$ac_ct_OTOOL" >&6; }
6119else
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6121$as_echo "no" >&6; }
6122fi
6123
6124 if test "x$ac_ct_OTOOL" = x; then
6125 OTOOL=":"
6126 else
6127 case $cross_compiling:$ac_tool_warned in
6128yes:)
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6130$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6131ac_tool_warned=yes ;;
6132esac
6133 OTOOL=$ac_ct_OTOOL
6134 fi
6135else
6136 OTOOL="$ac_cv_prog_OTOOL"
6137fi
6138
6139 if test -n "$ac_tool_prefix"; then
6140 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6141set dummy ${ac_tool_prefix}otool64; ac_word=$2
6142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6143$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6144if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6145 $as_echo_n "(cached) " >&6
6146else
6147 if test -n "$OTOOL64"; then
6148 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6149else
6150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6151for as_dir in $PATH
6152do
6153 IFS=$as_save_IFS
6154 test -z "$as_dir" && as_dir=.
6155 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6157 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6159 break 2
6160 fi
6161done
6162 done
6163IFS=$as_save_IFS
6164
6165fi
6166fi
6167OTOOL64=$ac_cv_prog_OTOOL64
6168if test -n "$OTOOL64"; then
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6170$as_echo "$OTOOL64" >&6; }
6171else
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6173$as_echo "no" >&6; }
6174fi
6175
6176
6177fi
6178if test -z "$ac_cv_prog_OTOOL64"; then
6179 ac_ct_OTOOL64=$OTOOL64
6180 # Extract the first word of "otool64", so it can be a program name with args.
6181set dummy otool64; ac_word=$2
6182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6183$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6184if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6185 $as_echo_n "(cached) " >&6
6186else
6187 if test -n "$ac_ct_OTOOL64"; then
6188 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6189else
6190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6191for as_dir in $PATH
6192do
6193 IFS=$as_save_IFS
6194 test -z "$as_dir" && as_dir=.
6195 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6197 ac_cv_prog_ac_ct_OTOOL64="otool64"
6198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6199 break 2
6200 fi
6201done
6202 done
6203IFS=$as_save_IFS
6204
6205fi
6206fi
6207ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6208if test -n "$ac_ct_OTOOL64"; then
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6210$as_echo "$ac_ct_OTOOL64" >&6; }
6211else
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6213$as_echo "no" >&6; }
6214fi
6215
6216 if test "x$ac_ct_OTOOL64" = x; then
6217 OTOOL64=":"
6218 else
6219 case $cross_compiling:$ac_tool_warned in
6220yes:)
6221{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6222$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6223ac_tool_warned=yes ;;
6224esac
6225 OTOOL64=$ac_ct_OTOOL64
6226 fi
6227else
6228 OTOOL64="$ac_cv_prog_OTOOL64"
6229fi
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
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6258$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6259if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6260 $as_echo_n "(cached) " >&6
6261else
6262 lt_cv_apple_cc_single_mod=no
6263 if test -z "${LT_MULTI_MODULE}"; then
6264 # By default we will add the -single_module flag. You can override
6265 # by either setting the environment variable LT_MULTI_MODULE
6266 # non-empty at configure time, or by adding -multi_module to the
6267 # link flags.
6268 rm -rf libconftest.dylib*
6269 echo "int foo(void){return 1;}" > conftest.c
6270 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6271-dynamiclib -Wl,-single_module conftest.c" >&5
6272 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6273 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6274 _lt_result=$?
6275 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6276 lt_cv_apple_cc_single_mod=yes
6277 else
6278 cat conftest.err >&5
6279 fi
6280 rm -rf libconftest.dylib*
6281 rm -f conftest.*
6282 fi
6283fi
6284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6285$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6287$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6288if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6289 $as_echo_n "(cached) " >&6
6290else
6291 lt_cv_ld_exported_symbols_list=no
6292 save_LDFLAGS=$LDFLAGS
6293 echo "_main" > conftest.sym
6294 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6296/* end confdefs.h. */
6297
6298int
6299main ()
6300{
6301
6302 ;
6303 return 0;
6304}
6305_ACEOF
6306if ac_fn_c_try_link "$LINENO"; then :
6307 lt_cv_ld_exported_symbols_list=yes
6308else
6309 lt_cv_ld_exported_symbols_list=no
6310fi
6311rm -f core conftest.err conftest.$ac_objext \
6312 conftest$ac_exeext conftest.$ac_ext
6313 LDFLAGS="$save_LDFLAGS"
6314
6315fi
6316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6317$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6319$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6320if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6321 $as_echo_n "(cached) " >&6
6322else
6323 lt_cv_ld_force_load=no
6324 cat > conftest.c << _LT_EOF
6325int forced_loaded() { return 2;}
6326_LT_EOF
6327 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6328 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6329 echo "$AR cru libconftest.a conftest.o" >&5
6330 $AR cru libconftest.a conftest.o 2>&5
6331 cat > conftest.c << _LT_EOF
6332int main() { return 0;}
6333_LT_EOF
6334 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6335 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6336 _lt_result=$?
6337 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6338 lt_cv_ld_force_load=yes
6339 else
6340 cat conftest.err >&5
6341 fi
6342 rm -f conftest.err libconftest.a conftest conftest.c
6343 rm -rf conftest.dSYM
6344
6345fi
6346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6347$as_echo "$lt_cv_ld_force_load" >&6; }
6348 case $host_os in
6349 rhapsody* | darwin1.[012])
6350 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6351 darwin1.*)
6352 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6353 darwin*) # darwin 5.x on
6354 # if running on 10.5 or later, the deployment target defaults
6355 # to the OS version, if on x86, and 10.4, the deployment
6356 # target defaults to 10.4. Don't you love it?
6357 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6358 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6359 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6360 10.[012][,.]*)
6bb11ab3
L
6361 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6362 10.*)
6363 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6364 esac
6365 ;;
6366 esac
6367 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6368 _lt_dar_single_mod='$single_module'
6369 fi
6370 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6371 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6372 else
6373 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6374 fi
6375 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6376 _lt_dsymutil='~$DSYMUTIL $lib || :'
6377 else
6378 _lt_dsymutil=
6379 fi
6380 ;;
6381 esac
6382
6383for ac_header in dlfcn.h
6384do :
6385 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6386"
d0ac1c44 6387if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6388 cat >>confdefs.h <<_ACEOF
6389#define HAVE_DLFCN_H 1
6390_ACEOF
6391
6392fi
6393
6394done
6395
6396
6397
ebe9564b 6398
6bb11ab3 6399
0cb8d851
MF
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6401$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6402if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6403 $as_echo_n "(cached) " >&6
6404else
6405 ac_cv_c_bigendian=unknown
6406 # See if we're dealing with a universal compiler.
6407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6408/* end confdefs.h. */
6409#ifndef __APPLE_CC__
6410 not a universal capable compiler
6411 #endif
6412 typedef int dummy;
6413
6414_ACEOF
6415if ac_fn_c_try_compile "$LINENO"; then :
6416
6417 # Check for potential -arch flags. It is not universal unless
6418 # there are at least two -arch flags with different values.
6419 ac_arch=
6420 ac_prev=
6421 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6422 if test -n "$ac_prev"; then
6423 case $ac_word in
6424 i?86 | x86_64 | ppc | ppc64)
6425 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6426 ac_arch=$ac_word
6427 else
6428 ac_cv_c_bigendian=universal
6429 break
6430 fi
6431 ;;
6432 esac
6433 ac_prev=
6434 elif test "x$ac_word" = "x-arch"; then
6435 ac_prev=arch
6436 fi
6437 done
6438fi
6439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6440 if test $ac_cv_c_bigendian = unknown; then
6441 # See if sys/param.h defines the BYTE_ORDER macro.
6442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6443/* end confdefs.h. */
6444#include <sys/types.h>
6445 #include <sys/param.h>
6446
6447int
6448main ()
6449{
6450#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6451 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6452 && LITTLE_ENDIAN)
6453 bogus endian macros
6454 #endif
6455
6456 ;
6457 return 0;
6458}
6459_ACEOF
6460if ac_fn_c_try_compile "$LINENO"; then :
6461 # It does; now see whether it defined to BIG_ENDIAN or not.
6462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6463/* end confdefs.h. */
6464#include <sys/types.h>
6465 #include <sys/param.h>
6466
6467int
6468main ()
6469{
6470#if BYTE_ORDER != BIG_ENDIAN
6471 not big endian
6472 #endif
6473
6474 ;
6475 return 0;
6476}
6477_ACEOF
6478if ac_fn_c_try_compile "$LINENO"; then :
6479 ac_cv_c_bigendian=yes
6480else
6481 ac_cv_c_bigendian=no
6482fi
6483rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6484fi
6485rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6486 fi
6487 if test $ac_cv_c_bigendian = unknown; then
6488 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6490/* end confdefs.h. */
6491#include <limits.h>
6492
6493int
6494main ()
6495{
6496#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6497 bogus endian macros
6498 #endif
6499
6500 ;
6501 return 0;
6502}
6503_ACEOF
6504if ac_fn_c_try_compile "$LINENO"; then :
6505 # It does; now see whether it defined to _BIG_ENDIAN or not.
6506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6507/* end confdefs.h. */
6508#include <limits.h>
6509
6510int
6511main ()
6512{
6513#ifndef _BIG_ENDIAN
6514 not big endian
6515 #endif
6516
6517 ;
6518 return 0;
6519}
6520_ACEOF
6521if ac_fn_c_try_compile "$LINENO"; then :
6522 ac_cv_c_bigendian=yes
6523else
6524 ac_cv_c_bigendian=no
6525fi
6526rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6527fi
6528rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6529 fi
6530 if test $ac_cv_c_bigendian = unknown; then
6531 # Compile a test program.
6532 if test "$cross_compiling" = yes; then :
6533 # Try to guess by grepping values from an object file.
6534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6535/* end confdefs.h. */
6536short int ascii_mm[] =
6537 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6538 short int ascii_ii[] =
6539 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6540 int use_ascii (int i) {
6541 return ascii_mm[i] + ascii_ii[i];
6542 }
6543 short int ebcdic_ii[] =
6544 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6545 short int ebcdic_mm[] =
6546 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6547 int use_ebcdic (int i) {
6548 return ebcdic_mm[i] + ebcdic_ii[i];
6549 }
6550 extern int foo;
6551
6552int
6553main ()
6554{
6555return use_ascii (foo) == use_ebcdic (foo);
6556 ;
6557 return 0;
6558}
6559_ACEOF
6560if ac_fn_c_try_compile "$LINENO"; then :
6561 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6562 ac_cv_c_bigendian=yes
6563 fi
6564 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6565 if test "$ac_cv_c_bigendian" = unknown; then
6566 ac_cv_c_bigendian=no
6567 else
6568 # finding both strings is unlikely to happen, but who knows?
6569 ac_cv_c_bigendian=unknown
6570 fi
6571 fi
6572fi
6573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6574else
6575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6576/* end confdefs.h. */
6577$ac_includes_default
6578int
6579main ()
6580{
6581
6582 /* Are we little or big endian? From Harbison&Steele. */
6583 union
6584 {
6585 long int l;
6586 char c[sizeof (long int)];
6587 } u;
6588 u.l = 1;
6589 return u.c[sizeof (long int) - 1] == 1;
6590
6591 ;
6592 return 0;
6593}
6594_ACEOF
6595if ac_fn_c_try_run "$LINENO"; then :
6596 ac_cv_c_bigendian=no
6597else
6598 ac_cv_c_bigendian=yes
6599fi
6600rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6601 conftest.$ac_objext conftest.beam conftest.$ac_ext
6602fi
6603
6604 fi
6605fi
6606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6607$as_echo "$ac_cv_c_bigendian" >&6; }
6608 case $ac_cv_c_bigendian in #(
6609 yes)
6610 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6611;; #(
6612 no)
6613 ;; #(
6614 universal)
6615
6616$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6617
6618 ;; #(
6619 *)
d0ac1c44 6620 as_fn_error $? "unknown endianness
0cb8d851
MF
6621 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6622 esac
6623
6bb11ab3
L
6624
6625
6626
c25ea03d 6627if test "x$cross_compiling" = "xno"; then
aa0fca16 6628 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6629 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6630 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6631 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6632 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6633else
aa0fca16 6634 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6635 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6636 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6637 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6638 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6639fi
6640
6641
6642
c25ea03d 6643
c2783492 6644
aa0fca16
MF
6645
6646
a3e2cc64
MF
6647if test -n "$ac_tool_prefix"; then
6648 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6649set dummy ${ac_tool_prefix}ar; ac_word=$2
6650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6651$as_echo_n "checking for $ac_word... " >&6; }
6652if ${ac_cv_prog_AR+:} false; then :
6653 $as_echo_n "(cached) " >&6
6654else
6655 if test -n "$AR"; then
6656 ac_cv_prog_AR="$AR" # Let the user override the test.
6657else
6658as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6659for as_dir in $PATH
6660do
6661 IFS=$as_save_IFS
6662 test -z "$as_dir" && as_dir=.
6663 for ac_exec_ext in '' $ac_executable_extensions; do
6664 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6665 ac_cv_prog_AR="${ac_tool_prefix}ar"
6666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6667 break 2
6668 fi
6669done
6670 done
6671IFS=$as_save_IFS
6672
6673fi
6674fi
6675AR=$ac_cv_prog_AR
6676if test -n "$AR"; then
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6678$as_echo "$AR" >&6; }
6679else
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6681$as_echo "no" >&6; }
6682fi
6683
6684
6685fi
6686if test -z "$ac_cv_prog_AR"; then
6687 ac_ct_AR=$AR
6688 # Extract the first word of "ar", so it can be a program name with args.
6689set dummy ar; ac_word=$2
6690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6691$as_echo_n "checking for $ac_word... " >&6; }
6692if ${ac_cv_prog_ac_ct_AR+:} false; then :
6693 $as_echo_n "(cached) " >&6
6694else
6695 if test -n "$ac_ct_AR"; then
6696 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6697else
6698as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6699for as_dir in $PATH
6700do
6701 IFS=$as_save_IFS
6702 test -z "$as_dir" && as_dir=.
6703 for ac_exec_ext in '' $ac_executable_extensions; do
6704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6705 ac_cv_prog_ac_ct_AR="ar"
6706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6707 break 2
6708 fi
6709done
6710 done
6711IFS=$as_save_IFS
6712
6713fi
6714fi
6715ac_ct_AR=$ac_cv_prog_ac_ct_AR
6716if test -n "$ac_ct_AR"; then
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6718$as_echo "$ac_ct_AR" >&6; }
6719else
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6721$as_echo "no" >&6; }
6722fi
6723
6724 if test "x$ac_ct_AR" = x; then
6725 AR=""
6726 else
6727 case $cross_compiling:$ac_tool_warned in
6728yes:)
6729{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6730$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6731ac_tool_warned=yes ;;
6732esac
6733 AR=$ac_ct_AR
6734 fi
6735else
6736 AR="$ac_cv_prog_AR"
6737fi
6bb11ab3
L
6738
6739if test -n "$ac_tool_prefix"; then
6740 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6741set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6743$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6744if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6745 $as_echo_n "(cached) " >&6
6746else
6747 if test -n "$RANLIB"; then
6748 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6749else
6750as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6751for as_dir in $PATH
6752do
6753 IFS=$as_save_IFS
6754 test -z "$as_dir" && as_dir=.
6755 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6756 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6757 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6759 break 2
6760 fi
6761done
6762 done
6763IFS=$as_save_IFS
6764
6765fi
6766fi
6767RANLIB=$ac_cv_prog_RANLIB
6768if test -n "$RANLIB"; then
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6770$as_echo "$RANLIB" >&6; }
6771else
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6773$as_echo "no" >&6; }
6774fi
6775
6776
6777fi
6778if test -z "$ac_cv_prog_RANLIB"; then
6779 ac_ct_RANLIB=$RANLIB
6780 # Extract the first word of "ranlib", so it can be a program name with args.
6781set dummy ranlib; ac_word=$2
6782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6783$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6784if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6785 $as_echo_n "(cached) " >&6
6786else
6787 if test -n "$ac_ct_RANLIB"; then
6788 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6789else
6790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6791for as_dir in $PATH
6792do
6793 IFS=$as_save_IFS
6794 test -z "$as_dir" && as_dir=.
6795 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6797 ac_cv_prog_ac_ct_RANLIB="ranlib"
6798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6799 break 2
6800 fi
6801done
6802 done
6803IFS=$as_save_IFS
6804
6805fi
6806fi
6807ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6808if test -n "$ac_ct_RANLIB"; then
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6810$as_echo "$ac_ct_RANLIB" >&6; }
6811else
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6813$as_echo "no" >&6; }
6814fi
6815
6816 if test "x$ac_ct_RANLIB" = x; then
6817 RANLIB=":"
6818 else
6819 case $cross_compiling:$ac_tool_warned in
6820yes:)
6821{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6822$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6823ac_tool_warned=yes ;;
6824esac
6825 RANLIB=$ac_ct_RANLIB
6826 fi
6827else
6828 RANLIB="$ac_cv_prog_RANLIB"
6829fi
6830
6831
46f900c0
MF
6832# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6833# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6834# is C99. So handle it ourselves.
6835:
6836C_DIALECT=
6837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6838$as_echo_n "checking whether C11 is supported by default... " >&6; }
6839cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6840/* end confdefs.h. */
6841
6842#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6843# error "C11 support not found"
6844#endif
6845
6846_ACEOF
6847if ac_fn_c_try_compile "$LINENO"; then :
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6849$as_echo "yes" >&6; }
6850else
6851
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6853$as_echo "no" >&6; }
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6855$as_echo_n "checking for -std=c11 support... " >&6; }
6856 ac_save_CC="$CC"
6857 CC="$CC -std=c11"
6858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6859/* end confdefs.h. */
6860
6861#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6862# error "C11 support not found"
6863#endif
6864
6865_ACEOF
6866if ac_fn_c_try_compile "$LINENO"; then :
6867
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6869$as_echo "yes" >&6; }
6870 CC="$ac_save_CC"
6871 C_DIALECT="-std=c11"
6872
6873else
6874 as_fn_error $? "C11 is required" "$LINENO" 5
6875fi
6876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6877fi
6878rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6879
6880
c2783492 6881
6bb11ab3
L
6882# Dependency checking.
6883ac_config_commands="$ac_config_commands depdir"
6884
6885
6886depcc="$CC" am_compiler_list=
6887
6888am_depcomp=$ac_aux_dir/depcomp
6889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6890$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6891if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6892 $as_echo_n "(cached) " >&6
6893else
6894 if test -f "$am_depcomp"; then
6895 # We make a subdir and do the tests there. Otherwise we can end up
6896 # making bogus files that we don't know about and never remove. For
6897 # instance it was reported that on HP-UX the gcc test will end up
6898 # making a dummy file named `D' -- because `-MD' means `put the output
6899 # in D'.
6900 mkdir conftest.dir
6901 # Copy depcomp to subdir because otherwise we won't find it if we're
6902 # using a relative directory.
6903 cp "$am_depcomp" conftest.dir
6904 cd conftest.dir
6905 # We will build objects and dependencies in a subdirectory because
6906 # it helps to detect inapplicable dependency modes. For instance
6907 # both Tru64's cc and ICC support -MD to output dependencies as a
6908 # side effect of compilation, but ICC will put the dependencies in
6909 # the current directory while Tru64 will put them in the object
6910 # directory.
6911 mkdir sub
6912
6913 am_cv_CC_dependencies_compiler_type=none
6914 if test "$am_compiler_list" = ""; then
6915 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6916 fi
6917 for depmode in $am_compiler_list; do
6918 if test $depmode = none; then break; fi
6919
6920 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6921 # Setup a source with many dependencies, because some compilers
6922 # like to wrap large dependency lists on column 80 (with \), and
6923 # we should not choose a depcomp mode which is confused by this.
6924 #
6925 # We need to recreate these files for each test, as the compiler may
6926 # overwrite some of them when testing with obscure command lines.
6927 # This happens at least with the AIX C compiler.
6928 : > sub/conftest.c
6929 for i in 1 2 3 4 5 6; do
6930 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6931 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6932 # Solaris 8's {/usr,}/bin/sh.
6933 touch sub/conftst$i.h
6934 done
6935 echo "include sub/conftest.Po" > confmf
6936
6937 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6938 # mode. It turns out that the SunPro C++ compiler does not properly
6939 # handle `-M -o', and we need to detect this.
6940 depcmd="depmode=$depmode \
6941 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6942 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6943 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6944 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6945 if env $depcmd > conftest.err 2>&1 &&
6946 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6947 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6948 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6949 # icc doesn't choke on unknown options, it will just issue warnings
6950 # or remarks (even with -Werror). So we grep stderr for any message
6951 # that says an option was ignored or not supported.
6952 # When given -MP, icc 7.0 and 7.1 complain thusly:
6953 # icc: Command line warning: ignoring option '-M'; no argument required
6954 # The diagnosis changed in icc 8.0:
6955 # icc: Command line remark: option '-MP' not supported
6956 if (grep 'ignoring option' conftest.err ||
6957 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6958 am_cv_CC_dependencies_compiler_type=$depmode
6959 $as_echo "$as_me:$LINENO: success" >&5
6960 break
6961 fi
6962 fi
6963 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6964 sed -e 's/^/| /' < conftest.err >&5
6965 done
6966
6967 cd ..
6968 rm -rf conftest.dir
6969else
6970 am_cv_CC_dependencies_compiler_type=none
6971fi
6972
6973fi
6974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6975$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6976if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6977then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6978else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6979
6980fi
6981
6982
6bb11ab3
L
6983ALL_LINGUAS=
6984# If we haven't got the data from the intl directory,
6985# assume NLS is disabled.
6986USE_NLS=no
6987LIBINTL=
6988LIBINTL_DEP=
6989INCINTL=
6990XGETTEXT=
6991GMSGFMT=
6992POSUB=
6993
6994if test -f ../../intl/config.intl; then
6995 . ../../intl/config.intl
6996fi
6997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6998$as_echo_n "checking whether NLS is requested... " >&6; }
6999if test x"$USE_NLS" != xyes; then
7000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7001$as_echo "no" >&6; }
7002else
7003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7004$as_echo "yes" >&6; }
7005
7006$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7007
7008
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7010$as_echo_n "checking for catalogs to be installed... " >&6; }
7011 # Look for .po and .gmo files in the source directory.
7012 CATALOGS=
7013 XLINGUAS=
7014 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7015 # If there aren't any .gmo files the shell will give us the
7016 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7017 # weeded out.
7018 case "$cat" in *\**)
7019 continue;;
7020 esac
7021 # The quadruple backslash is collapsed to a double backslash
7022 # by the backticks, then collapsed again by the double quotes,
7023 # leaving us with one backslash in the sed expression (right
7024 # before the dot that mustn't act as a wildcard).
7025 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7026 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7027 # The user is allowed to set LINGUAS to a list of languages to
7028 # install catalogs for. If it's empty that means "all of them."
7029 if test "x$LINGUAS" = x; then
7030 CATALOGS="$CATALOGS $cat"
7031 XLINGUAS="$XLINGUAS $lang"
7032 else
7033 case "$LINGUAS" in *$lang*)
7034 CATALOGS="$CATALOGS $cat"
7035 XLINGUAS="$XLINGUAS $lang"
7036 ;;
7037 esac
7038 fi
7039 done
7040 LINGUAS="$XLINGUAS"
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7042$as_echo "$LINGUAS" >&6; }
7043
7044
7045 DATADIRNAME=share
7046
7047 INSTOBJEXT=.mo
7048
7049 GENCAT=gencat
7050
7051 CATOBJEXT=.gmo
7052
7053fi
7054
6bb11ab3
L
7055# Check for socket libraries
7056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7057$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7058if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7059 $as_echo_n "(cached) " >&6
7060else
7061 ac_check_lib_save_LIBS=$LIBS
7062LIBS="-lsocket $LIBS"
7063cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7064/* end confdefs.h. */
7065
7066/* Override any GCC internal prototype to avoid an error.
7067 Use char because int might match the return type of a GCC
7068 builtin and then its argument prototype would still apply. */
7069#ifdef __cplusplus
7070extern "C"
7071#endif
7072char bind ();
7073int
7074main ()
7075{
7076return bind ();
7077 ;
7078 return 0;
7079}
7080_ACEOF
7081if ac_fn_c_try_link "$LINENO"; then :
7082 ac_cv_lib_socket_bind=yes
7083else
7084 ac_cv_lib_socket_bind=no
7085fi
7086rm -f core conftest.err conftest.$ac_objext \
7087 conftest$ac_exeext conftest.$ac_ext
7088LIBS=$ac_check_lib_save_LIBS
7089fi
7090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7091$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7092if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7093 cat >>confdefs.h <<_ACEOF
7094#define HAVE_LIBSOCKET 1
7095_ACEOF
7096
7097 LIBS="-lsocket $LIBS"
7098
7099fi
7100
7101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7102$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7103if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7104 $as_echo_n "(cached) " >&6
7105else
7106 ac_check_lib_save_LIBS=$LIBS
7107LIBS="-lnsl $LIBS"
7108cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7109/* end confdefs.h. */
7110
7111/* Override any GCC internal prototype to avoid an error.
7112 Use char because int might match the return type of a GCC
7113 builtin and then its argument prototype would still apply. */
7114#ifdef __cplusplus
7115extern "C"
7116#endif
7117char gethostbyname ();
7118int
7119main ()
7120{
7121return gethostbyname ();
7122 ;
7123 return 0;
7124}
7125_ACEOF
7126if ac_fn_c_try_link "$LINENO"; then :
7127 ac_cv_lib_nsl_gethostbyname=yes
7128else
7129 ac_cv_lib_nsl_gethostbyname=no
7130fi
7131rm -f core conftest.err conftest.$ac_objext \
7132 conftest$ac_exeext conftest.$ac_ext
7133LIBS=$ac_check_lib_save_LIBS
7134fi
7135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7136$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7137if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7138 cat >>confdefs.h <<_ACEOF
7139#define HAVE_LIBNSL 1
7140_ACEOF
7141
7142 LIBS="-lnsl $LIBS"
7143
7144fi
7145
7146
7147# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7148# using the same condition.
7149
aadc9410 7150 # Use the system's zlib library.
7fed4b0b
L
7151 zlibdir="-L\$(top_builddir)/../zlib"
7152 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7153
aadc9410
MF
7154# Check whether --with-system-zlib was given.
7155if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7156 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7157 zlibdir=
7158 zlibinc=
7159 fi
6bb11ab3
L
7160
7161fi
7162
6bb11ab3 7163
6bb11ab3 7164
6bb11ab3
L
7165
7166
7167# BFD uses libdl when when plugins enabled.
7168
faa743bb
RM
7169 maybe_plugins=no
7170 for ac_header in dlfcn.h
7171do :
7172 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7173"
d0ac1c44 7174if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7175 cat >>confdefs.h <<_ACEOF
7176#define HAVE_DLFCN_H 1
7177_ACEOF
7178 maybe_plugins=yes
7179fi
7180
7181done
7182
7183 for ac_header in windows.h
7184do :
7185 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7186"
d0ac1c44 7187if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7188 cat >>confdefs.h <<_ACEOF
7189#define HAVE_WINDOWS_H 1
7190_ACEOF
7191 maybe_plugins=yes
7192fi
7193
7194done
7195
7196
7197 # Check whether --enable-plugins was given.
6bb11ab3
L
7198if test "${enable_plugins+set}" = set; then :
7199 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7200 no) plugins=no ;;
7201 *) plugins=yes
7202 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7203 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7204 fi ;;
7205 esac
6bb11ab3 7206else
faa743bb
RM
7207 plugins=$maybe_plugins
7208
6bb11ab3
L
7209fi
7210
2974be62 7211 if test "$plugins" = "yes"; then
37f980dc
SM
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7213$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7214if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7215 $as_echo_n "(cached) " >&6
7216else
7217 ac_func_search_save_LIBS=$LIBS
7218cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7219/* end confdefs.h. */
7220
7221/* Override any GCC internal prototype to avoid an error.
7222 Use char because int might match the return type of a GCC
7223 builtin and then its argument prototype would still apply. */
7224#ifdef __cplusplus
7225extern "C"
7226#endif
37f980dc 7227char dlsym ();
2974be62
AM
7228int
7229main ()
7230{
37f980dc 7231return dlsym ();
2974be62
AM
7232 ;
7233 return 0;
7234}
7235_ACEOF
7236for ac_lib in '' dl; do
7237 if test -z "$ac_lib"; then
7238 ac_res="none required"
7239 else
7240 ac_res=-l$ac_lib
7241 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7242 fi
7243 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7244 ac_cv_search_dlsym=$ac_res
2974be62
AM
7245fi
7246rm -f core conftest.err conftest.$ac_objext \
7247 conftest$ac_exeext
d0ac1c44 7248 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7249 break
7250fi
7251done
d0ac1c44 7252if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7253
7254else
37f980dc 7255 ac_cv_search_dlsym=no
2974be62
AM
7256fi
7257rm conftest.$ac_ext
7258LIBS=$ac_func_search_save_LIBS
7259fi
37f980dc
SM
7260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7261$as_echo "$ac_cv_search_dlsym" >&6; }
7262ac_res=$ac_cv_search_dlsym
2974be62
AM
7263if test "$ac_res" != no; then :
7264 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7265
7266fi
7267
7268 fi
6bb11ab3
L
7269
7270 if test "$plugins" = yes; then
7271 PLUGINS_TRUE=
7272 PLUGINS_FALSE='#'
7273else
7274 PLUGINS_TRUE='#'
7275 PLUGINS_FALSE=
7276fi
7277
7278
7279
7280
7281
7282# Set options
7283enable_dlopen=yes
7284
7285
7286
7287
7288 enable_win32_dll=no
7289
7290
7291 # Check whether --enable-shared was given.
7292if test "${enable_shared+set}" = set; then :
7293 enableval=$enable_shared; p=${PACKAGE-default}
7294 case $enableval in
7295 yes) enable_shared=yes ;;
7296 no) enable_shared=no ;;
7297 *)
7298 enable_shared=no
7299 # Look at the argument we got. We use all the common list separators.
7300 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7301 for pkg in $enableval; do
7302 IFS="$lt_save_ifs"
7303 if test "X$pkg" = "X$p"; then
7304 enable_shared=yes
7305 fi
7306 done
7307 IFS="$lt_save_ifs"
7308 ;;
7309 esac
7310else
7311 enable_shared=yes
7312fi
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322 # Check whether --enable-static was given.
7323if test "${enable_static+set}" = set; then :
7324 enableval=$enable_static; p=${PACKAGE-default}
7325 case $enableval in
7326 yes) enable_static=yes ;;
7327 no) enable_static=no ;;
7328 *)
7329 enable_static=no
7330 # Look at the argument we got. We use all the common list separators.
7331 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7332 for pkg in $enableval; do
7333 IFS="$lt_save_ifs"
7334 if test "X$pkg" = "X$p"; then
7335 enable_static=yes
7336 fi
7337 done
7338 IFS="$lt_save_ifs"
7339 ;;
7340 esac
7341else
7342 enable_static=yes
7343fi
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354# Check whether --with-pic was given.
7355if test "${with_pic+set}" = set; then :
7356 withval=$with_pic; pic_mode="$withval"
7357else
7358 pic_mode=default
7359fi
7360
7361
7362test -z "$pic_mode" && pic_mode=default
7363
7364
7365
7366
7367
7368
7369
7370 # Check whether --enable-fast-install was given.
7371if test "${enable_fast_install+set}" = set; then :
7372 enableval=$enable_fast_install; p=${PACKAGE-default}
7373 case $enableval in
7374 yes) enable_fast_install=yes ;;
7375 no) enable_fast_install=no ;;
7376 *)
7377 enable_fast_install=no
7378 # Look at the argument we got. We use all the common list separators.
7379 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7380 for pkg in $enableval; do
7381 IFS="$lt_save_ifs"
7382 if test "X$pkg" = "X$p"; then
7383 enable_fast_install=yes
7384 fi
7385 done
7386 IFS="$lt_save_ifs"
7387 ;;
7388 esac
7389else
7390 enable_fast_install=yes
7391fi
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403# This can be used to rebuild libtool when needed
7404LIBTOOL_DEPS="$ltmain"
7405
7406# Always use our own libtool.
7407LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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
7433
7434test -z "$LN_S" && LN_S="ln -s"
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449if test -n "${ZSH_VERSION+set}" ; then
7450 setopt NO_GLOB_SUBST
fee8ec00 7451fi
fee8ec00 7452
6bb11ab3
L
7453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7454$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7455if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7456 $as_echo_n "(cached) " >&6
7457else
7458 rm -f .libs 2>/dev/null
7459mkdir .libs 2>/dev/null
7460if test -d .libs; then
7461 lt_cv_objdir=.libs
7462else
7463 # MS-DOS does not allow filenames that begin with a dot.
7464 lt_cv_objdir=_libs
7465fi
7466rmdir .libs 2>/dev/null
7467fi
7468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7469$as_echo "$lt_cv_objdir" >&6; }
7470objdir=$lt_cv_objdir
7471
7472
7473
7474
7475
7476cat >>confdefs.h <<_ACEOF
7477#define LT_OBJDIR "$lt_cv_objdir/"
7478_ACEOF
7479
7480
7481
7482
7483case $host_os in
7484aix3*)
7485 # AIX sometimes has problems with the GCC collect2 program. For some
7486 # reason, if we set the COLLECT_NAMES environment variable, the problems
7487 # vanish in a puff of smoke.
7488 if test "X${COLLECT_NAMES+set}" != Xset; then
7489 COLLECT_NAMES=
7490 export COLLECT_NAMES
7491 fi
7492 ;;
81ecdfbb 7493esac
6bb11ab3
L
7494
7495# Global variables:
7496ofile=libtool
7497can_build_shared=yes
7498
7499# All known linkers require a `.a' archive for static linking (except MSVC,
7500# which needs '.lib').
7501libext=a
7502
7503with_gnu_ld="$lt_cv_prog_gnu_ld"
7504
7505old_CC="$CC"
7506old_CFLAGS="$CFLAGS"
7507
7508# Set sane defaults for various variables
7509test -z "$CC" && CC=cc
7510test -z "$LTCC" && LTCC=$CC
7511test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7512test -z "$LD" && LD=ld
7513test -z "$ac_objext" && ac_objext=o
7514
7515for cc_temp in $compiler""; do
7516 case $cc_temp in
7517 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7518 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7519 \-*) ;;
7520 *) break;;
7521 esac
7522done
7523cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7524
7525
7526# Only perform the check for file, if the check method requires it
7527test -z "$MAGIC_CMD" && MAGIC_CMD=file
7528case $deplibs_check_method in
7529file_magic*)
7530 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7532$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7533if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7534 $as_echo_n "(cached) " >&6
7535else
7536 case $MAGIC_CMD in
7537[\\/*] | ?:[\\/]*)
7538 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7539 ;;
7540*)
7541 lt_save_MAGIC_CMD="$MAGIC_CMD"
7542 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7543 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7544 for ac_dir in $ac_dummy; do
7545 IFS="$lt_save_ifs"
7546 test -z "$ac_dir" && ac_dir=.
7547 if test -f $ac_dir/${ac_tool_prefix}file; then
7548 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7549 if test -n "$file_magic_test_file"; then
7550 case $deplibs_check_method in
7551 "file_magic "*)
7552 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7553 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7554 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7555 $EGREP "$file_magic_regex" > /dev/null; then
7556 :
7557 else
7558 cat <<_LT_EOF 1>&2
7559
7560*** Warning: the command libtool uses to detect shared libraries,
7561*** $file_magic_cmd, produces output that libtool cannot recognize.
7562*** The result is that libtool may fail to recognize shared libraries
7563*** as such. This will affect the creation of libtool libraries that
7564*** depend on shared libraries, but programs linked with such libtool
7565*** libraries will work regardless of this problem. Nevertheless, you
7566*** may want to report the problem to your system manager and/or to
7567*** bug-libtool@gnu.org
7568
7569_LT_EOF
7570 fi ;;
7571 esac
7572 fi
7573 break
fee8ec00 7574 fi
6bb11ab3
L
7575 done
7576 IFS="$lt_save_ifs"
7577 MAGIC_CMD="$lt_save_MAGIC_CMD"
7578 ;;
7579esac
fee8ec00 7580fi
fee8ec00 7581
6bb11ab3
L
7582MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7583if test -n "$MAGIC_CMD"; then
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7585$as_echo "$MAGIC_CMD" >&6; }
7586else
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7588$as_echo "no" >&6; }
7589fi
81ecdfbb 7590
6bb11ab3
L
7591
7592
7593
7594
7595if test -z "$lt_cv_path_MAGIC_CMD"; then
7596 if test -n "$ac_tool_prefix"; then
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7598$as_echo_n "checking for file... " >&6; }
d0ac1c44 7599if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7600 $as_echo_n "(cached) " >&6
7601else
7602 case $MAGIC_CMD in
7603[\\/*] | ?:[\\/]*)
7604 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7605 ;;
7606*)
7607 lt_save_MAGIC_CMD="$MAGIC_CMD"
7608 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7609 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7610 for ac_dir in $ac_dummy; do
7611 IFS="$lt_save_ifs"
7612 test -z "$ac_dir" && ac_dir=.
7613 if test -f $ac_dir/file; then
7614 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7615 if test -n "$file_magic_test_file"; then
7616 case $deplibs_check_method in
7617 "file_magic "*)
7618 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7619 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7620 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7621 $EGREP "$file_magic_regex" > /dev/null; then
7622 :
7623 else
7624 cat <<_LT_EOF 1>&2
7625
7626*** Warning: the command libtool uses to detect shared libraries,
7627*** $file_magic_cmd, produces output that libtool cannot recognize.
7628*** The result is that libtool may fail to recognize shared libraries
7629*** as such. This will affect the creation of libtool libraries that
7630*** depend on shared libraries, but programs linked with such libtool
7631*** libraries will work regardless of this problem. Nevertheless, you
7632*** may want to report the problem to your system manager and/or to
7633*** bug-libtool@gnu.org
7634
7635_LT_EOF
7636 fi ;;
7637 esac
7638 fi
7639 break
7640 fi
7641 done
7642 IFS="$lt_save_ifs"
7643 MAGIC_CMD="$lt_save_MAGIC_CMD"
7644 ;;
81ecdfbb 7645esac
6bb11ab3
L
7646fi
7647
7648MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7649if test -n "$MAGIC_CMD"; then
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7651$as_echo "$MAGIC_CMD" >&6; }
7652else
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7654$as_echo "no" >&6; }
7655fi
7656
7657
7658 else
7659 MAGIC_CMD=:
7660 fi
7661fi
7662
7663 fi
7664 ;;
7665esac
7666
7667# Use C for the default configuration in the libtool script
7668
7669lt_save_CC="$CC"
7670ac_ext=c
7671ac_cpp='$CPP $CPPFLAGS'
7672ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7673ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7674ac_compiler_gnu=$ac_cv_c_compiler_gnu
7675
7676
7677# Source file extension for C test sources.
7678ac_ext=c
7679
7680# Object file extension for compiled C test sources.
7681objext=o
7682objext=$objext
7683
7684# Code to be used in simple compile tests
7685lt_simple_compile_test_code="int some_variable = 0;"
7686
7687# Code to be used in simple link tests
7688lt_simple_link_test_code='int main(){return(0);}'
7689
7690
7691
7692
7693
7694
7695
7696# If no C compiler was specified, use CC.
7697LTCC=${LTCC-"$CC"}
7698
7699# If no C compiler flags were specified, use CFLAGS.
7700LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7701
7702# Allow CC to be a program name with arguments.
7703compiler=$CC
7704
7705# Save the default compiler, since it gets overwritten when the other
7706# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7707compiler_DEFAULT=$CC
7708
7709# save warnings/boilerplate of simple test code
7710ac_outfile=conftest.$ac_objext
7711echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7712eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7713_lt_compiler_boilerplate=`cat conftest.err`
7714$RM conftest*
7715
7716ac_outfile=conftest.$ac_objext
7717echo "$lt_simple_link_test_code" >conftest.$ac_ext
7718eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7719_lt_linker_boilerplate=`cat conftest.err`
7720$RM -r conftest*
7721
7722
7723## CAVEAT EMPTOR:
7724## There is no encapsulation within the following macros, do not change
7725## the running order or otherwise move them around unless you know exactly
7726## what you are doing...
7727if test -n "$compiler"; then
7728
7729lt_prog_compiler_no_builtin_flag=
7730
7731if test "$GCC" = yes; then
7732 case $cc_basename in
7733 nvcc*)
7734 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7735 *)
7736 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fee8ec00 7737 esac
6bb11ab3
L
7738
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7740$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7741if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7742 $as_echo_n "(cached) " >&6
fee8ec00 7743else
6bb11ab3
L
7744 lt_cv_prog_compiler_rtti_exceptions=no
7745 ac_outfile=conftest.$ac_objext
7746 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7747 lt_compiler_flag="-fno-rtti -fno-exceptions"
7748 # Insert the option either (1) after the last *FLAGS variable, or
7749 # (2) before a word containing "conftest.", or (3) at the end.
7750 # Note that $ac_compile itself does not contain backslashes and begins
7751 # with a dollar sign (not a hyphen), so the echo should work correctly.
7752 # The option is referenced via a variable to avoid confusing sed.
7753 lt_compile=`echo "$ac_compile" | $SED \
7754 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7755 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7756 -e 's:$: $lt_compiler_flag:'`
7757 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7758 (eval "$lt_compile" 2>conftest.err)
7759 ac_status=$?
7760 cat conftest.err >&5
7761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7762 if (exit $ac_status) && test -s "$ac_outfile"; then
7763 # The compiler can only warn and ignore the option if not recognized
7764 # So say no if there are warnings other than the usual output.
7765 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7766 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7767 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7768 lt_cv_prog_compiler_rtti_exceptions=yes
7769 fi
7770 fi
7771 $RM conftest*
7772
fee8ec00 7773fi
6bb11ab3
L
7774{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7775$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7776
7777if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7778 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7779else
7780 :
7781fi
7782
7783fi
7784
7785
7786
7787
7788
7789
7790 lt_prog_compiler_wl=
7791lt_prog_compiler_pic=
7792lt_prog_compiler_static=
7793
7794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7795$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7796
7797 if test "$GCC" = yes; then
7798 lt_prog_compiler_wl='-Wl,'
7799 lt_prog_compiler_static='-static'
7800
7801 case $host_os in
7802 aix*)
7803 # All AIX code is PIC.
7804 if test "$host_cpu" = ia64; then
7805 # AIX 5 now supports IA64 processor
7806 lt_prog_compiler_static='-Bstatic'
7807 fi
7808 lt_prog_compiler_pic='-fPIC'
7809 ;;
7810
7811 amigaos*)
7812 case $host_cpu in
7813 powerpc)
7814 # see comment about AmigaOS4 .so support
7815 lt_prog_compiler_pic='-fPIC'
7816 ;;
7817 m68k)
7818 # FIXME: we need at least 68020 code to build shared libraries, but
7819 # adding the `-m68020' flag to GCC prevents building anything better,
7820 # like `-m68040'.
7821 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7822 ;;
7823 esac
7824 ;;
7825
7826 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7827 # PIC is the default for these OSes.
7828 ;;
7829
7830 mingw* | cygwin* | pw32* | os2* | cegcc*)
7831 # This hack is so that the source file can tell whether it is being
7832 # built for inclusion in a dll (and should export symbols for example).
7833 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7834 # (--disable-auto-import) libraries
7835 lt_prog_compiler_pic='-DDLL_EXPORT'
7836 ;;
7837
7838 darwin* | rhapsody*)
7839 # PIC is the default on this platform
7840 # Common symbols not allowed in MH_DYLIB files
7841 lt_prog_compiler_pic='-fno-common'
7842 ;;
7843
7844 haiku*)
7845 # PIC is the default for Haiku.
7846 # The "-static" flag exists, but is broken.
7847 lt_prog_compiler_static=
7848 ;;
7849
7850 hpux*)
7851 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7852 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7853 # sets the default TLS model and affects inlining.
7854 case $host_cpu in
7855 hppa*64*)
7856 # +Z the default
7857 ;;
7858 *)
7859 lt_prog_compiler_pic='-fPIC'
7860 ;;
7861 esac
7862 ;;
7863
7864 interix[3-9]*)
7865 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7866 # Instead, we relocate shared libraries at runtime.
7867 ;;
7868
7869 msdosdjgpp*)
7870 # Just because we use GCC doesn't mean we suddenly get shared libraries
7871 # on systems that don't support them.
7872 lt_prog_compiler_can_build_shared=no
7873 enable_shared=no
7874 ;;
7875
7876 *nto* | *qnx*)
7877 # QNX uses GNU C++, but need to define -shared option too, otherwise
7878 # it will coredump.
7879 lt_prog_compiler_pic='-fPIC -shared'
7880 ;;
7881
7882 sysv4*MP*)
7883 if test -d /usr/nec; then
7884 lt_prog_compiler_pic=-Kconform_pic
7885 fi
7886 ;;
7887
7888 *)
7889 lt_prog_compiler_pic='-fPIC'
7890 ;;
7891 esac
7892
7893 case $cc_basename in
7894 nvcc*) # Cuda Compiler Driver 2.2
7895 lt_prog_compiler_wl='-Xlinker '
7896 lt_prog_compiler_pic='-Xcompiler -fPIC'
7897 ;;
7898 esac
7899 else
7900 # PORTME Check for flag to pass linker flags through the system compiler.
7901 case $host_os in
7902 aix*)
7903 lt_prog_compiler_wl='-Wl,'
7904 if test "$host_cpu" = ia64; then
7905 # AIX 5 now supports IA64 processor
7906 lt_prog_compiler_static='-Bstatic'
7907 else
7908 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7909 fi
7910 ;;
7911
7912 mingw* | cygwin* | pw32* | os2* | cegcc*)
7913 # This hack is so that the source file can tell whether it is being
7914 # built for inclusion in a dll (and should export symbols for example).
7915 lt_prog_compiler_pic='-DDLL_EXPORT'
7916 ;;
7917
7918 hpux9* | hpux10* | hpux11*)
7919 lt_prog_compiler_wl='-Wl,'
7920 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7921 # not for PA HP-UX.
7922 case $host_cpu in
7923 hppa*64*|ia64*)
7924 # +Z the default
7925 ;;
7926 *)
7927 lt_prog_compiler_pic='+Z'
7928 ;;
7929 esac
7930 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7931 lt_prog_compiler_static='${wl}-a ${wl}archive'
7932 ;;
7933
7934 irix5* | irix6* | nonstopux*)
7935 lt_prog_compiler_wl='-Wl,'
7936 # PIC (with -KPIC) is the default.
7937 lt_prog_compiler_static='-non_shared'
7938 ;;
7939
7940 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7941 case $cc_basename in
7942 # old Intel for x86_64 which still supported -KPIC.
7943 ecc*)
7944 lt_prog_compiler_wl='-Wl,'
7945 lt_prog_compiler_pic='-KPIC'
7946 lt_prog_compiler_static='-static'
7947 ;;
7948 # icc used to be incompatible with GCC.
7949 # ICC 10 doesn't accept -KPIC any more.
7950 icc* | ifort*)
7951 lt_prog_compiler_wl='-Wl,'
7952 lt_prog_compiler_pic='-fPIC'
7953 lt_prog_compiler_static='-static'
7954 ;;
7955 # Lahey Fortran 8.1.
7956 lf95*)
7957 lt_prog_compiler_wl='-Wl,'
7958 lt_prog_compiler_pic='--shared'
7959 lt_prog_compiler_static='--static'
7960 ;;
7961 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7962 # Portland Group compilers (*not* the Pentium gcc compiler,
7963 # which looks to be a dead project)
7964 lt_prog_compiler_wl='-Wl,'
7965 lt_prog_compiler_pic='-fpic'
7966 lt_prog_compiler_static='-Bstatic'
7967 ;;
7968 ccc*)
7969 lt_prog_compiler_wl='-Wl,'
7970 # All Alpha code is PIC.
7971 lt_prog_compiler_static='-non_shared'
7972 ;;
7973 xl* | bgxl* | bgf* | mpixl*)
7974 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7975 lt_prog_compiler_wl='-Wl,'
7976 lt_prog_compiler_pic='-qpic'
7977 lt_prog_compiler_static='-qstaticlink'
7978 ;;
7979 *)
7980 case `$CC -V 2>&1 | sed 5q` in
7981 *Sun\ F* | *Sun*Fortran*)
7982 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7983 lt_prog_compiler_pic='-KPIC'
7984 lt_prog_compiler_static='-Bstatic'
7985 lt_prog_compiler_wl=''
7986 ;;
7987 *Sun\ C*)
7988 # Sun C 5.9
7989 lt_prog_compiler_pic='-KPIC'
7990 lt_prog_compiler_static='-Bstatic'
7991 lt_prog_compiler_wl='-Wl,'
7992 ;;
7993 esac
7994 ;;
7995 esac
7996 ;;
7997
7998 newsos6)
7999 lt_prog_compiler_pic='-KPIC'
8000 lt_prog_compiler_static='-Bstatic'
8001 ;;
8002
8003 *nto* | *qnx*)
8004 # QNX uses GNU C++, but need to define -shared option too, otherwise
8005 # it will coredump.
8006 lt_prog_compiler_pic='-fPIC -shared'
8007 ;;
8008
8009 osf3* | osf4* | osf5*)
8010 lt_prog_compiler_wl='-Wl,'
8011 # All OSF/1 code is PIC.
8012 lt_prog_compiler_static='-non_shared'
8013 ;;
8014
8015 rdos*)
8016 lt_prog_compiler_static='-non_shared'
8017 ;;
fee8ec00 8018
6bb11ab3
L
8019 solaris*)
8020 lt_prog_compiler_pic='-KPIC'
8021 lt_prog_compiler_static='-Bstatic'
8022 case $cc_basename in
8023 f77* | f90* | f95*)
8024 lt_prog_compiler_wl='-Qoption ld ';;
8025 *)
8026 lt_prog_compiler_wl='-Wl,';;
8027 esac
8028 ;;
fee8ec00 8029
6bb11ab3
L
8030 sunos4*)
8031 lt_prog_compiler_wl='-Qoption ld '
8032 lt_prog_compiler_pic='-PIC'
8033 lt_prog_compiler_static='-Bstatic'
8034 ;;
fee8ec00 8035
6bb11ab3
L
8036 sysv4 | sysv4.2uw2* | sysv4.3*)
8037 lt_prog_compiler_wl='-Wl,'
8038 lt_prog_compiler_pic='-KPIC'
8039 lt_prog_compiler_static='-Bstatic'
8040 ;;
8041
8042 sysv4*MP*)
8043 if test -d /usr/nec ;then
8044 lt_prog_compiler_pic='-Kconform_pic'
8045 lt_prog_compiler_static='-Bstatic'
8046 fi
8047 ;;
8048
8049 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8050 lt_prog_compiler_wl='-Wl,'
8051 lt_prog_compiler_pic='-KPIC'
8052 lt_prog_compiler_static='-Bstatic'
8053 ;;
8054
8055 unicos*)
8056 lt_prog_compiler_wl='-Wl,'
8057 lt_prog_compiler_can_build_shared=no
8058 ;;
8059
8060 uts4*)
8061 lt_prog_compiler_pic='-pic'
8062 lt_prog_compiler_static='-Bstatic'
8063 ;;
8064
8065 *)
8066 lt_prog_compiler_can_build_shared=no
8067 ;;
8068 esac
8069 fi
8070
8071case $host_os in
8072 # For platforms which do not support PIC, -DPIC is meaningless:
8073 *djgpp*)
8074 lt_prog_compiler_pic=
8075 ;;
8076 *)
8077 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8078 ;;
81ecdfbb 8079esac
6bb11ab3
L
8080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8081$as_echo "$lt_prog_compiler_pic" >&6; }
8082
8083
8084
8085
8086
8087
8088#
8089# Check to make sure the PIC flag actually works.
8090#
8091if test -n "$lt_prog_compiler_pic"; then
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8093$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8094if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8095 $as_echo_n "(cached) " >&6
fee8ec00 8096else
6bb11ab3
L
8097 lt_cv_prog_compiler_pic_works=no
8098 ac_outfile=conftest.$ac_objext
8099 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8100 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8101 # Insert the option either (1) after the last *FLAGS variable, or
8102 # (2) before a word containing "conftest.", or (3) at the end.
8103 # Note that $ac_compile itself does not contain backslashes and begins
8104 # with a dollar sign (not a hyphen), so the echo should work correctly.
8105 # The option is referenced via a variable to avoid confusing sed.
8106 lt_compile=`echo "$ac_compile" | $SED \
8107 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8108 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8109 -e 's:$: $lt_compiler_flag:'`
8110 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8111 (eval "$lt_compile" 2>conftest.err)
8112 ac_status=$?
8113 cat conftest.err >&5
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 if (exit $ac_status) && test -s "$ac_outfile"; then
8116 # The compiler can only warn and ignore the option if not recognized
8117 # So say no if there are warnings other than the usual output.
8118 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8119 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8120 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8121 lt_cv_prog_compiler_pic_works=yes
8122 fi
8123 fi
8124 $RM conftest*
fee8ec00 8125
fee8ec00 8126fi
6bb11ab3
L
8127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8128$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8129
8130if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8131 case $lt_prog_compiler_pic in
8132 "" | " "*) ;;
8133 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8134 esac
8135else
8136 lt_prog_compiler_pic=
8137 lt_prog_compiler_can_build_shared=no
fee8ec00 8138fi
6bb11ab3
L
8139
8140fi
8141
8142
8143
8144
8145
8146
8147#
8148# Check to make sure the static flag actually works.
8149#
8150wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8152$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8153if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8154 $as_echo_n "(cached) " >&6
fee8ec00 8155else
6bb11ab3
L
8156 lt_cv_prog_compiler_static_works=no
8157 save_LDFLAGS="$LDFLAGS"
8158 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8159 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8160 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8161 # The linker can only warn and ignore the option if not recognized
8162 # So say no if there are warnings
8163 if test -s conftest.err; then
8164 # Append any errors to the config.log.
8165 cat conftest.err 1>&5
8166 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8167 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8168 if diff conftest.exp conftest.er2 >/dev/null; then
8169 lt_cv_prog_compiler_static_works=yes
8170 fi
8171 else
8172 lt_cv_prog_compiler_static_works=yes
8173 fi
8174 fi
8175 $RM -r conftest*
8176 LDFLAGS="$save_LDFLAGS"
fee8ec00 8177
6bb11ab3
L
8178fi
8179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8180$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fee8ec00 8181
6bb11ab3
L
8182if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8183 :
fee8ec00 8184else
6bb11ab3 8185 lt_prog_compiler_static=
fee8ec00 8186fi
fee8ec00 8187
6bb11ab3
L
8188
8189
8190
8191
8192
8193
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8195$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8196if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8197 $as_echo_n "(cached) " >&6
81ecdfbb 8198else
6bb11ab3
L
8199 lt_cv_prog_compiler_c_o=no
8200 $RM -r conftest 2>/dev/null
8201 mkdir conftest
8202 cd conftest
8203 mkdir out
8204 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8205
8206 lt_compiler_flag="-o out/conftest2.$ac_objext"
8207 # Insert the option either (1) after the last *FLAGS variable, or
8208 # (2) before a word containing "conftest.", or (3) at the end.
8209 # Note that $ac_compile itself does not contain backslashes and begins
8210 # with a dollar sign (not a hyphen), so the echo should work correctly.
8211 lt_compile=`echo "$ac_compile" | $SED \
8212 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8213 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8214 -e 's:$: $lt_compiler_flag:'`
8215 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8216 (eval "$lt_compile" 2>out/conftest.err)
8217 ac_status=$?
8218 cat out/conftest.err >&5
8219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8220 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8221 then
8222 # The compiler can only warn and ignore the option if not recognized
8223 # So say no if there are warnings
8224 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8225 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8226 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8227 lt_cv_prog_compiler_c_o=yes
8228 fi
8229 fi
8230 chmod u+w . 2>&5
8231 $RM conftest*
8232 # SGI C++ compiler will create directory out/ii_files/ for
8233 # template instantiation
8234 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8235 $RM out/* && rmdir out
8236 cd ..
8237 $RM -r conftest
8238 $RM conftest*
8239
81ecdfbb 8240fi
6bb11ab3
L
8241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8242$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8243
8244
8245
8246
8247
8248
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8250$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8251if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8252 $as_echo_n "(cached) " >&6
8253else
6bb11ab3
L
8254 lt_cv_prog_compiler_c_o=no
8255 $RM -r conftest 2>/dev/null
8256 mkdir conftest
8257 cd conftest
8258 mkdir out
8259 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8260
8261 lt_compiler_flag="-o out/conftest2.$ac_objext"
8262 # Insert the option either (1) after the last *FLAGS variable, or
8263 # (2) before a word containing "conftest.", or (3) at the end.
8264 # Note that $ac_compile itself does not contain backslashes and begins
8265 # with a dollar sign (not a hyphen), so the echo should work correctly.
8266 lt_compile=`echo "$ac_compile" | $SED \
8267 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8268 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8269 -e 's:$: $lt_compiler_flag:'`
8270 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8271 (eval "$lt_compile" 2>out/conftest.err)
8272 ac_status=$?
8273 cat out/conftest.err >&5
8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8275 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8276 then
8277 # The compiler can only warn and ignore the option if not recognized
8278 # So say no if there are warnings
8279 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8280 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8281 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8282 lt_cv_prog_compiler_c_o=yes
8283 fi
8284 fi
8285 chmod u+w . 2>&5
8286 $RM conftest*
8287 # SGI C++ compiler will create directory out/ii_files/ for
8288 # template instantiation
8289 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8290 $RM out/* && rmdir out
8291 cd ..
8292 $RM -r conftest
8293 $RM conftest*
8294
8295fi
8296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8297$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8298
8299
8300
8301
8302hard_links="nottested"
8303if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8304 # do not overwrite the value of need_locks provided by the user
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8306$as_echo_n "checking if we can lock with hard links... " >&6; }
8307 hard_links=yes
8308 $RM conftest*
8309 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8310 touch conftest.a
8311 ln conftest.a conftest.b 2>&5 || hard_links=no
8312 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8314$as_echo "$hard_links" >&6; }
8315 if test "$hard_links" = no; then
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8317$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8318 need_locks=warn
8319 fi
8320else
8321 need_locks=no
8322fi
8323
8324
8325
8326
8327
8328
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8330$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8331
8332 runpath_var=
8333 allow_undefined_flag=
8334 always_export_symbols=no
8335 archive_cmds=
8336 archive_expsym_cmds=
8337 compiler_needs_object=no
8338 enable_shared_with_static_runtimes=no
8339 export_dynamic_flag_spec=
8340 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8341 hardcode_automatic=no
8342 hardcode_direct=no
8343 hardcode_direct_absolute=no
8344 hardcode_libdir_flag_spec=
8345 hardcode_libdir_flag_spec_ld=
8346 hardcode_libdir_separator=
8347 hardcode_minus_L=no
8348 hardcode_shlibpath_var=unsupported
8349 inherit_rpath=no
8350 link_all_deplibs=unknown
8351 module_cmds=
8352 module_expsym_cmds=
8353 old_archive_from_new_cmds=
8354 old_archive_from_expsyms_cmds=
8355 thread_safe_flag_spec=
8356 whole_archive_flag_spec=
8357 # include_expsyms should be a list of space-separated symbols to be *always*
8358 # included in the symbol list
8359 include_expsyms=
8360 # exclude_expsyms can be an extended regexp of symbols to exclude
8361 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8362 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8363 # as well as any symbol that contains `d'.
8364 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8365 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8366 # platforms (ab)use it in PIC code, but their linkers get confused if
8367 # the symbol is explicitly referenced. Since portable code cannot
8368 # rely on this symbol name, it's probably fine to never include it in
8369 # preloaded symbol tables.
8370 # Exclude shared library initialization/finalization symbols.
8371 extract_expsyms_cmds=
8372
8373 case $host_os in
8374 cygwin* | mingw* | pw32* | cegcc*)
8375 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8376 # When not using gcc, we currently assume that we are using
8377 # Microsoft Visual C++.
8378 if test "$GCC" != yes; then
8379 with_gnu_ld=no
8380 fi
8381 ;;
8382 interix*)
8383 # we just hope/assume this is gcc and not c89 (= MSVC++)
8384 with_gnu_ld=yes
8385 ;;
8386 openbsd*)
8387 with_gnu_ld=no
8388 ;;
8389 esac
fee8ec00 8390
6bb11ab3
L
8391 ld_shlibs=yes
8392
8393 # On some targets, GNU ld is compatible enough with the native linker
8394 # that we're better off using the native interface for both.
8395 lt_use_gnu_ld_interface=no
8396 if test "$with_gnu_ld" = yes; then
8397 case $host_os in
8398 aix*)
8399 # The AIX port of GNU ld has always aspired to compatibility
8400 # with the native linker. However, as the warning in the GNU ld
8401 # block says, versions before 2.19.5* couldn't really create working
8402 # shared libraries, regardless of the interface used.
8403 case `$LD -v 2>&1` in
8404 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8405 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8406 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8407 *)
8408 lt_use_gnu_ld_interface=yes
8409 ;;
8410 esac
8411 ;;
8412 *)
8413 lt_use_gnu_ld_interface=yes
8414 ;;
8415 esac
8416 fi
fee8ec00 8417
6bb11ab3
L
8418 if test "$lt_use_gnu_ld_interface" = yes; then
8419 # If archive_cmds runs LD, not CC, wlarc should be empty
8420 wlarc='${wl}'
8421
8422 # Set some defaults for GNU ld with shared library support. These
8423 # are reset later if shared libraries are not supported. Putting them
8424 # here allows them to be overridden if necessary.
8425 runpath_var=LD_RUN_PATH
8426 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8427 export_dynamic_flag_spec='${wl}--export-dynamic'
8428 # ancient GNU ld didn't support --whole-archive et. al.
8429 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8430 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8431 else
8432 whole_archive_flag_spec=
8433 fi
8434 supports_anon_versioning=no
8435 case `$LD -v 2>&1` in
8436 *GNU\ gold*) supports_anon_versioning=yes ;;
8437 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8438 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8439 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8440 *\ 2.11.*) ;; # other 2.11 versions
8441 *) supports_anon_versioning=yes ;;
8442 esac
8443
8444 # See if GNU ld supports shared libraries.
8445 case $host_os in
8446 aix[3-9]*)
8447 # On AIX/PPC, the GNU linker is very broken
8448 if test "$host_cpu" != ia64; then
8449 ld_shlibs=no
8450 cat <<_LT_EOF 1>&2
8451
8452*** Warning: the GNU linker, at least up to release 2.19, is reported
8453*** to be unable to reliably create shared libraries on AIX.
8454*** Therefore, libtool is disabling shared libraries support. If you
8455*** really care for shared libraries, you may want to install binutils
8456*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8457*** You will then need to restart the configuration process.
8458
8459_LT_EOF
8460 fi
8461 ;;
8462
8463 amigaos*)
8464 case $host_cpu in
8465 powerpc)
8466 # see comment about AmigaOS4 .so support
8467 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8468 archive_expsym_cmds=''
8469 ;;
8470 m68k)
8471 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)'
8472 hardcode_libdir_flag_spec='-L$libdir'
8473 hardcode_minus_L=yes
8474 ;;
8475 esac
8476 ;;
8477
8478 beos*)
8479 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8480 allow_undefined_flag=unsupported
8481 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8482 # support --undefined. This deserves some investigation. FIXME
8483 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8484 else
8485 ld_shlibs=no
8486 fi
8487 ;;
8488
8489 cygwin* | mingw* | pw32* | cegcc*)
8490 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8491 # as there is no search path for DLLs.
8492 hardcode_libdir_flag_spec='-L$libdir'
8493 export_dynamic_flag_spec='${wl}--export-all-symbols'
8494 allow_undefined_flag=unsupported
8495 always_export_symbols=no
8496 enable_shared_with_static_runtimes=yes
8497 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8498
8499 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8500 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8501 # If the export-symbols file already is a .def file (1st line
8502 # is EXPORTS), use it as is; otherwise, prepend...
8503 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8504 cp $export_symbols $output_objdir/$soname.def;
8505 else
8506 echo EXPORTS > $output_objdir/$soname.def;
8507 cat $export_symbols >> $output_objdir/$soname.def;
8508 fi~
8509 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8510 else
8511 ld_shlibs=no
8512 fi
8513 ;;
8514
8515 haiku*)
8516 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8517 link_all_deplibs=yes
8518 ;;
8519
8520 interix[3-9]*)
8521 hardcode_direct=no
8522 hardcode_shlibpath_var=no
8523 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8524 export_dynamic_flag_spec='${wl}-E'
8525 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8526 # Instead, shared libraries are loaded at an image base (0x10000000 by
8527 # default) and relocated if they conflict, which is a slow very memory
8528 # consuming and fragmenting process. To avoid this, we pick a random,
8529 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8530 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8531 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8532 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'
8533 ;;
8534
8535 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8536 tmp_diet=no
8537 if test "$host_os" = linux-dietlibc; then
8538 case $cc_basename in
8539 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8540 esac
8541 fi
8542 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8543 && test "$tmp_diet" = no
8544 then
5cddc23a 8545 tmp_addflag=' $pic_flag'
6bb11ab3
L
8546 tmp_sharedflag='-shared'
8547 case $cc_basename,$host_cpu in
8548 pgcc*) # Portland Group C compiler
8549 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'
8550 tmp_addflag=' $pic_flag'
8551 ;;
8552 pgf77* | pgf90* | pgf95* | pgfortran*)
8553 # Portland Group f77 and f90 compilers
8554 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'
8555 tmp_addflag=' $pic_flag -Mnomain' ;;
8556 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8557 tmp_addflag=' -i_dynamic' ;;
8558 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8559 tmp_addflag=' -i_dynamic -nofor_main' ;;
8560 ifc* | ifort*) # Intel Fortran compiler
8561 tmp_addflag=' -nofor_main' ;;
8562 lf95*) # Lahey Fortran 8.1
8563 whole_archive_flag_spec=
8564 tmp_sharedflag='--shared' ;;
8565 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8566 tmp_sharedflag='-qmkshrobj'
8567 tmp_addflag= ;;
8568 nvcc*) # Cuda Compiler Driver 2.2
8569 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'
8570 compiler_needs_object=yes
8571 ;;
8572 esac
8573 case `$CC -V 2>&1 | sed 5q` in
8574 *Sun\ C*) # Sun C 5.9
8575 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'
8576 compiler_needs_object=yes
8577 tmp_sharedflag='-G' ;;
8578 *Sun\ F*) # Sun Fortran 8.3
8579 tmp_sharedflag='-G' ;;
8580 esac
8581 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8582
8583 if test "x$supports_anon_versioning" = xyes; then
8584 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8585 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8586 echo "local: *; };" >> $output_objdir/$libname.ver~
8587 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8588 fi
8589
8590 case $cc_basename in
8591 xlf* | bgf* | bgxlf* | mpixlf*)
8592 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8593 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8594 hardcode_libdir_flag_spec=
8595 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8596 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8597 if test "x$supports_anon_versioning" = xyes; then
8598 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8599 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8600 echo "local: *; };" >> $output_objdir/$libname.ver~
8601 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8602 fi
8603 ;;
8604 esac
8605 else
8606 ld_shlibs=no
8607 fi
8608 ;;
8609
8610 netbsd*)
8611 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8612 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8613 wlarc=
8614 else
8615 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8616 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8617 fi
8618 ;;
8619
8620 solaris*)
8621 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8622 ld_shlibs=no
8623 cat <<_LT_EOF 1>&2
8624
8625*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8626*** create shared libraries on Solaris systems. Therefore, libtool
8627*** is disabling shared libraries support. We urge you to upgrade GNU
8628*** binutils to release 2.9.1 or newer. Another option is to modify
8629*** your PATH or compiler configuration so that the native linker is
8630*** used, and then restart.
8631
8632_LT_EOF
8633 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8634 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8635 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8636 else
8637 ld_shlibs=no
8638 fi
8639 ;;
8640
8641 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8642 case `$LD -v 2>&1` in
8643 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8644 ld_shlibs=no
8645 cat <<_LT_EOF 1>&2
8646
8647*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8648*** reliably create shared libraries on SCO systems. Therefore, libtool
8649*** is disabling shared libraries support. We urge you to upgrade GNU
8650*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8651*** your PATH or compiler configuration so that the native linker is
8652*** used, and then restart.
8653
8654_LT_EOF
8655 ;;
8656 *)
8657 # For security reasons, it is highly recommended that you always
8658 # use absolute paths for naming shared libraries, and exclude the
8659 # DT_RUNPATH tag from executables and libraries. But doing so
8660 # requires that you compile everything twice, which is a pain.
8661 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8662 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8663 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8664 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8665 else
8666 ld_shlibs=no
8667 fi
8668 ;;
8669 esac
8670 ;;
8671
8672 sunos4*)
8673 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8674 wlarc=
8675 hardcode_direct=yes
8676 hardcode_shlibpath_var=no
8677 ;;
8678
8679 *)
8680 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8681 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8682 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8683 else
8684 ld_shlibs=no
8685 fi
8686 ;;
8687 esac
8688
8689 if test "$ld_shlibs" = no; then
8690 runpath_var=
8691 hardcode_libdir_flag_spec=
8692 export_dynamic_flag_spec=
8693 whole_archive_flag_spec=
8694 fi
8695 else
8696 # PORTME fill in a description of your system's linker (not GNU ld)
8697 case $host_os in
8698 aix3*)
8699 allow_undefined_flag=unsupported
8700 always_export_symbols=yes
8701 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'
8702 # Note: this linker hardcodes the directories in LIBPATH if there
8703 # are no directories specified by -L.
8704 hardcode_minus_L=yes
8705 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8706 # Neither direct hardcoding nor static linking is supported with a
8707 # broken collect2.
8708 hardcode_direct=unsupported
8709 fi
8710 ;;
8711
8712 aix[4-9]*)
8713 if test "$host_cpu" = ia64; then
8714 # On IA64, the linker does run time linking by default, so we don't
8715 # have to do anything special.
8716 aix_use_runtimelinking=no
8717 exp_sym_flag='-Bexport'
8718 no_entry_flag=""
8719 else
8720 # If we're using GNU nm, then we don't want the "-C" option.
8721 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8722 # Also, AIX nm treats weak defined symbols like other global
8723 # defined symbols, whereas GNU nm marks them as "W".
8724 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8725 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'
8726 else
5c887dd5 8727 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
8728 fi
8729 aix_use_runtimelinking=no
8730
8731 # Test if we are trying to use run time linking or normal
8732 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8733 # need to do runtime linking.
8734 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8735 for ld_flag in $LDFLAGS; do
8736 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8737 aix_use_runtimelinking=yes
8738 break
8739 fi
8740 done
8741 ;;
8742 esac
8743
8744 exp_sym_flag='-bexport'
8745 no_entry_flag='-bnoentry'
8746 fi
8747
8748 # When large executables or shared objects are built, AIX ld can
8749 # have problems creating the table of contents. If linking a library
8750 # or program results in "error TOC overflow" add -mminimal-toc to
8751 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8752 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8753
8754 archive_cmds=''
8755 hardcode_direct=yes
8756 hardcode_direct_absolute=yes
8757 hardcode_libdir_separator=':'
8758 link_all_deplibs=yes
8759 file_list_spec='${wl}-f,'
8760
8761 if test "$GCC" = yes; then
8762 case $host_os in aix4.[012]|aix4.[012].*)
8763 # We only want to do this on AIX 4.2 and lower, the check
8764 # below for broken collect2 doesn't work under 4.3+
8765 collect2name=`${CC} -print-prog-name=collect2`
8766 if test -f "$collect2name" &&
8767 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8768 then
8769 # We have reworked collect2
8770 :
8771 else
8772 # We have old collect2
8773 hardcode_direct=unsupported
8774 # It fails to find uninstalled libraries when the uninstalled
8775 # path is not listed in the libpath. Setting hardcode_minus_L
8776 # to unsupported forces relinking
8777 hardcode_minus_L=yes
8778 hardcode_libdir_flag_spec='-L$libdir'
8779 hardcode_libdir_separator=
8780 fi
8781 ;;
8782 esac
8783 shared_flag='-shared'
8784 if test "$aix_use_runtimelinking" = yes; then
8785 shared_flag="$shared_flag "'${wl}-G'
8786 fi
8787 else
8788 # not using gcc
8789 if test "$host_cpu" = ia64; then
8790 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8791 # chokes on -Wl,-G. The following line is correct:
8792 shared_flag='-G'
8793 else
8794 if test "$aix_use_runtimelinking" = yes; then
8795 shared_flag='${wl}-G'
8796 else
8797 shared_flag='${wl}-bM:SRE'
8798 fi
8799 fi
8800 fi
8801
8802 export_dynamic_flag_spec='${wl}-bexpall'
8803 # It seems that -bexpall does not export symbols beginning with
8804 # underscore (_), so it is better to generate a list of symbols to export.
8805 always_export_symbols=yes
8806 if test "$aix_use_runtimelinking" = yes; then
8807 # Warning - without using the other runtime loading flags (-brtl),
8808 # -berok will link without error, but may produce a broken library.
8809 allow_undefined_flag='-berok'
8810 # Determine the default libpath from the value encoded in an
8811 # empty executable.
8812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8813/* end confdefs.h. */
8814
8815int
8816main ()
8817{
8818
8819 ;
8820 return 0;
8821}
8822_ACEOF
6bb11ab3 8823if ac_fn_c_try_link "$LINENO"; then :
fee8ec00 8824
6bb11ab3
L
8825lt_aix_libpath_sed='
8826 /Import File Strings/,/^$/ {
8827 /^0/ {
8828 s/^0 *\(.*\)$/\1/
8829 p
8830 }
8831 }'
8832aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8833# Check for a 64-bit object if we didn't find anything.
8834if test -z "$aix_libpath"; then
8835 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8836fi
8837fi
8838rm -f core conftest.err conftest.$ac_objext \
8839 conftest$ac_exeext conftest.$ac_ext
8840if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8841
8842 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8843 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"
8844 else
8845 if test "$host_cpu" = ia64; then
8846 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8847 allow_undefined_flag="-z nodefs"
8848 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"
8849 else
8850 # Determine the default libpath from the value encoded in an
8851 # empty executable.
81ecdfbb
RW
8852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8853/* end confdefs.h. */
8854
8855int
8856main ()
8857{
8858
8859 ;
8860 return 0;
8861}
8862_ACEOF
6bb11ab3
L
8863if ac_fn_c_try_link "$LINENO"; then :
8864
8865lt_aix_libpath_sed='
8866 /Import File Strings/,/^$/ {
8867 /^0/ {
8868 s/^0 *\(.*\)$/\1/
8869 p
8870 }
8871 }'
8872aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8873# Check for a 64-bit object if we didn't find anything.
8874if test -z "$aix_libpath"; then
8875 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8876fi
81ecdfbb 8877fi
6bb11ab3
L
8878rm -f core conftest.err conftest.$ac_objext \
8879 conftest$ac_exeext conftest.$ac_ext
8880if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8881
8882 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8883 # Warning - without using the other run time loading flags,
8884 # -berok will link without error, but may produce a broken library.
8885 no_undefined_flag=' ${wl}-bernotok'
8886 allow_undefined_flag=' ${wl}-berok'
8887 if test "$with_gnu_ld" = yes; then
8888 # We only use this code for GNU lds that support --whole-archive.
8889 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8890 else
8891 # Exported symbols can be pulled into shared objects from archives
8892 whole_archive_flag_spec='$convenience'
8893 fi
8894 archive_cmds_need_lc=yes
8895 # This is similar to how AIX traditionally builds its shared libraries.
8896 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'
8897 fi
8898 fi
8899 ;;
8900
8901 amigaos*)
8902 case $host_cpu in
8903 powerpc)
8904 # see comment about AmigaOS4 .so support
8905 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8906 archive_expsym_cmds=''
8907 ;;
8908 m68k)
8909 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)'
8910 hardcode_libdir_flag_spec='-L$libdir'
8911 hardcode_minus_L=yes
8912 ;;
8913 esac
8914 ;;
8915
8916 bsdi[45]*)
8917 export_dynamic_flag_spec=-rdynamic
8918 ;;
8919
8920 cygwin* | mingw* | pw32* | cegcc*)
8921 # When not using gcc, we currently assume that we are using
8922 # Microsoft Visual C++.
8923 # hardcode_libdir_flag_spec is actually meaningless, as there is
8924 # no search path for DLLs.
8925 hardcode_libdir_flag_spec=' '
8926 allow_undefined_flag=unsupported
8927 # Tell ltmain to make .lib files, not .a files.
8928 libext=lib
8929 # Tell ltmain to make .dll files, not .so files.
8930 shrext_cmds=".dll"
8931 # FIXME: Setting linknames here is a bad hack.
8932 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8933 # The linker will automatically build a .lib file if we build a DLL.
8934 old_archive_from_new_cmds='true'
8935 # FIXME: Should let the user specify the lib program.
8936 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8937 fix_srcfile_path='`cygpath -w "$srcfile"`'
8938 enable_shared_with_static_runtimes=yes
8939 ;;
8940
8941 darwin* | rhapsody*)
8942
8943
8944 archive_cmds_need_lc=no
8945 hardcode_direct=no
8946 hardcode_automatic=yes
8947 hardcode_shlibpath_var=unsupported
8948 if test "$lt_cv_ld_force_load" = "yes"; then
8949 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
fee8ec00 8950 else
6bb11ab3 8951 whole_archive_flag_spec=''
fee8ec00 8952 fi
6bb11ab3
L
8953 link_all_deplibs=yes
8954 allow_undefined_flag="$_lt_dar_allow_undefined"
8955 case $cc_basename in
8956 ifort*) _lt_dar_can_shared=yes ;;
8957 *) _lt_dar_can_shared=$GCC ;;
8958 esac
8959 if test "$_lt_dar_can_shared" = "yes"; then
8960 output_verbose_link_cmd=func_echo_all
8961 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8962 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8963 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}"
8964 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}"
8965
fee8ec00 8966 else
6bb11ab3 8967 ld_shlibs=no
fee8ec00 8968 fi
6bb11ab3
L
8969
8970 ;;
8971
8972 dgux*)
8973 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8974 hardcode_libdir_flag_spec='-L$libdir'
8975 hardcode_shlibpath_var=no
8976 ;;
8977
8978 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8979 # support. Future versions do this automatically, but an explicit c++rt0.o
8980 # does not break anything, and helps significantly (at the cost of a little
8981 # extra space).
8982 freebsd2.2*)
8983 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8984 hardcode_libdir_flag_spec='-R$libdir'
8985 hardcode_direct=yes
8986 hardcode_shlibpath_var=no
8987 ;;
8988
8989 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8990 freebsd2.*)
8991 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8992 hardcode_direct=yes
8993 hardcode_minus_L=yes
8994 hardcode_shlibpath_var=no
8995 ;;
8996
8997 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8998 freebsd* | dragonfly*)
8999 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9000 hardcode_libdir_flag_spec='-R$libdir'
9001 hardcode_direct=yes
9002 hardcode_shlibpath_var=no
9003 ;;
9004
9005 hpux9*)
9006 if test "$GCC" = yes; then
9007 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'
9008 else
9009 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'
9010 fi
9011 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9012 hardcode_libdir_separator=:
9013 hardcode_direct=yes
9014
9015 # hardcode_minus_L: Not really in the search PATH,
9016 # but as the default location of the library.
9017 hardcode_minus_L=yes
9018 export_dynamic_flag_spec='${wl}-E'
9019 ;;
9020
9021 hpux10*)
9022 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9023 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9024 else
9025 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9026 fi
9027 if test "$with_gnu_ld" = no; then
9028 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9029 hardcode_libdir_flag_spec_ld='+b $libdir'
9030 hardcode_libdir_separator=:
9031 hardcode_direct=yes
9032 hardcode_direct_absolute=yes
9033 export_dynamic_flag_spec='${wl}-E'
9034 # hardcode_minus_L: Not really in the search PATH,
9035 # but as the default location of the library.
9036 hardcode_minus_L=yes
9037 fi
9038 ;;
9039
9040 hpux11*)
9041 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9042 case $host_cpu in
9043 hppa*64*)
9044 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9045 ;;
9046 ia64*)
9047 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9048 ;;
9049 *)
9050 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9051 ;;
9052 esac
9053 else
9054 case $host_cpu in
9055 hppa*64*)
9056 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9057 ;;
9058 ia64*)
9059 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9060 ;;
9061 *)
9062
9063 # Older versions of the 11.00 compiler do not understand -b yet
9064 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9066$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9067if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9068 $as_echo_n "(cached) " >&6
fee8ec00 9069else
6bb11ab3
L
9070 lt_cv_prog_compiler__b=no
9071 save_LDFLAGS="$LDFLAGS"
9072 LDFLAGS="$LDFLAGS -b"
9073 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9074 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9075 # The linker can only warn and ignore the option if not recognized
9076 # So say no if there are warnings
9077 if test -s conftest.err; then
9078 # Append any errors to the config.log.
9079 cat conftest.err 1>&5
9080 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9081 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9082 if diff conftest.exp conftest.er2 >/dev/null; then
9083 lt_cv_prog_compiler__b=yes
9084 fi
9085 else
9086 lt_cv_prog_compiler__b=yes
9087 fi
9088 fi
9089 $RM -r conftest*
9090 LDFLAGS="$save_LDFLAGS"
fee8ec00 9091
6bb11ab3
L
9092fi
9093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9094$as_echo "$lt_cv_prog_compiler__b" >&6; }
fee8ec00 9095
6bb11ab3
L
9096if test x"$lt_cv_prog_compiler__b" = xyes; then
9097 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9098else
9099 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9100fi
81ecdfbb 9101
6bb11ab3
L
9102 ;;
9103 esac
9104 fi
9105 if test "$with_gnu_ld" = no; then
9106 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9107 hardcode_libdir_separator=:
9108
9109 case $host_cpu in
9110 hppa*64*|ia64*)
9111 hardcode_direct=no
9112 hardcode_shlibpath_var=no
9113 ;;
9114 *)
9115 hardcode_direct=yes
9116 hardcode_direct_absolute=yes
9117 export_dynamic_flag_spec='${wl}-E'
9118
9119 # hardcode_minus_L: Not really in the search PATH,
9120 # but as the default location of the library.
9121 hardcode_minus_L=yes
9122 ;;
9123 esac
9124 fi
9125 ;;
9126
9127 irix5* | irix6* | nonstopux*)
9128 if test "$GCC" = yes; then
9129 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'
9130 # Try to use the -exported_symbol ld option, if it does not
9131 # work, assume that -exports_file does not work either and
9132 # implicitly export all symbols.
9133 save_LDFLAGS="$LDFLAGS"
9134 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9136/* end confdefs.h. */
9137int foo(void) {}
fee8ec00 9138_ACEOF
6bb11ab3
L
9139if ac_fn_c_try_link "$LINENO"; then :
9140 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
fee8ec00
SR
9141
9142fi
6bb11ab3
L
9143rm -f core conftest.err conftest.$ac_objext \
9144 conftest$ac_exeext conftest.$ac_ext
9145 LDFLAGS="$save_LDFLAGS"
9146 else
9147 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'
9148 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'
9149 fi
9150 archive_cmds_need_lc='no'
9151 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9152 hardcode_libdir_separator=:
9153 inherit_rpath=yes
9154 link_all_deplibs=yes
9155 ;;
9156
9157 netbsd*)
9158 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9159 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9160 else
9161 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9162 fi
9163 hardcode_libdir_flag_spec='-R$libdir'
9164 hardcode_direct=yes
9165 hardcode_shlibpath_var=no
9166 ;;
9167
9168 newsos6)
9169 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9170 hardcode_direct=yes
9171 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9172 hardcode_libdir_separator=:
9173 hardcode_shlibpath_var=no
9174 ;;
9175
9176 *nto* | *qnx*)
9177 ;;
9178
9179 openbsd*)
9180 if test -f /usr/libexec/ld.so; then
9181 hardcode_direct=yes
9182 hardcode_shlibpath_var=no
9183 hardcode_direct_absolute=yes
9184 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9185 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9186 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9187 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9188 export_dynamic_flag_spec='${wl}-E'
9189 else
9190 case $host_os in
9191 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9192 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9193 hardcode_libdir_flag_spec='-R$libdir'
9194 ;;
9195 *)
9196 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9197 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9198 ;;
9199 esac
9200 fi
9201 else
9202 ld_shlibs=no
9203 fi
9204 ;;
9205
9206 os2*)
9207 hardcode_libdir_flag_spec='-L$libdir'
9208 hardcode_minus_L=yes
9209 allow_undefined_flag=unsupported
9210 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'
9211 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9212 ;;
9213
9214 osf3*)
9215 if test "$GCC" = yes; then
9216 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9217 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'
9218 else
9219 allow_undefined_flag=' -expect_unresolved \*'
9220 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'
9221 fi
9222 archive_cmds_need_lc='no'
9223 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9224 hardcode_libdir_separator=:
9225 ;;
9226
9227 osf4* | osf5*) # as osf3* with the addition of -msym flag
9228 if test "$GCC" = yes; then
9229 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9230 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'
9231 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9232 else
9233 allow_undefined_flag=' -expect_unresolved \*'
9234 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'
9235 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~
9236 $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'
9237
9238 # Both c and cxx compiler support -rpath directly
9239 hardcode_libdir_flag_spec='-rpath $libdir'
9240 fi
9241 archive_cmds_need_lc='no'
9242 hardcode_libdir_separator=:
9243 ;;
9244
9245 solaris*)
9246 no_undefined_flag=' -z defs'
9247 if test "$GCC" = yes; then
9248 wlarc='${wl}'
9249 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9250 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9251 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9252 else
9253 case `$CC -V 2>&1` in
9254 *"Compilers 5.0"*)
9255 wlarc=''
9256 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9257 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9258 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9259 ;;
9260 *)
9261 wlarc='${wl}'
9262 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9263 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9264 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9265 ;;
9266 esac
9267 fi
9268 hardcode_libdir_flag_spec='-R$libdir'
9269 hardcode_shlibpath_var=no
9270 case $host_os in
9271 solaris2.[0-5] | solaris2.[0-5].*) ;;
9272 *)
9273 # The compiler driver will combine and reorder linker options,
9274 # but understands `-z linker_flag'. GCC discards it without `$wl',
9275 # but is careful enough not to reorder.
9276 # Supported since Solaris 2.6 (maybe 2.5.1?)
9277 if test "$GCC" = yes; then
9278 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9279 else
9280 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9281 fi
9282 ;;
9283 esac
9284 link_all_deplibs=yes
9285 ;;
9286
9287 sunos4*)
9288 if test "x$host_vendor" = xsequent; then
9289 # Use $CC to link under sequent, because it throws in some extra .o
9290 # files that make .init and .fini sections work.
9291 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9292 else
9293 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9294 fi
9295 hardcode_libdir_flag_spec='-L$libdir'
9296 hardcode_direct=yes
9297 hardcode_minus_L=yes
9298 hardcode_shlibpath_var=no
9299 ;;
9300
9301 sysv4)
9302 case $host_vendor in
9303 sni)
9304 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9305 hardcode_direct=yes # is this really true???
9306 ;;
9307 siemens)
9308 ## LD is ld it makes a PLAMLIB
9309 ## CC just makes a GrossModule.
9310 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9311 reload_cmds='$CC -r -o $output$reload_objs'
9312 hardcode_direct=no
9313 ;;
9314 motorola)
9315 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9317 ;;
9318 esac
9319 runpath_var='LD_RUN_PATH'
9320 hardcode_shlibpath_var=no
9321 ;;
9322
9323 sysv4.3*)
9324 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9325 hardcode_shlibpath_var=no
9326 export_dynamic_flag_spec='-Bexport'
9327 ;;
9328
9329 sysv4*MP*)
9330 if test -d /usr/nec; then
9331 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9332 hardcode_shlibpath_var=no
9333 runpath_var=LD_RUN_PATH
9334 hardcode_runpath_var=yes
9335 ld_shlibs=yes
9336 fi
9337 ;;
9338
9339 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9340 no_undefined_flag='${wl}-z,text'
9341 archive_cmds_need_lc=no
9342 hardcode_shlibpath_var=no
9343 runpath_var='LD_RUN_PATH'
9344
9345 if test "$GCC" = yes; then
9346 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9347 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9348 else
9349 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9350 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9351 fi
9352 ;;
9353
9354 sysv5* | sco3.2v5* | sco5v6*)
9355 # Note: We can NOT use -z defs as we might desire, because we do not
9356 # link with -lc, and that would cause any symbols used from libc to
9357 # always be unresolved, which means just about no library would
9358 # ever link correctly. If we're not using GNU ld we use -z text
9359 # though, which does catch some bad symbols but isn't as heavy-handed
9360 # as -z defs.
9361 no_undefined_flag='${wl}-z,text'
9362 allow_undefined_flag='${wl}-z,nodefs'
9363 archive_cmds_need_lc=no
9364 hardcode_shlibpath_var=no
9365 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9366 hardcode_libdir_separator=':'
9367 link_all_deplibs=yes
9368 export_dynamic_flag_spec='${wl}-Bexport'
9369 runpath_var='LD_RUN_PATH'
9370
9371 if test "$GCC" = yes; then
9372 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9373 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9374 else
9375 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9376 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9377 fi
9378 ;;
9379
9380 uts4*)
9381 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9382 hardcode_libdir_flag_spec='-L$libdir'
9383 hardcode_shlibpath_var=no
9384 ;;
9385
9386 *)
9387 ld_shlibs=no
9388 ;;
9389 esac
9390
9391 if test x$host_vendor = xsni; then
9392 case $host in
9393 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9394 export_dynamic_flag_spec='${wl}-Blargedynsym'
9395 ;;
9396 esac
9397 fi
9398 fi
9399
9400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9401$as_echo "$ld_shlibs" >&6; }
9402test "$ld_shlibs" = no && can_build_shared=no
9403
9404with_gnu_ld=$with_gnu_ld
9405
9406
9407
fee8ec00 9408
fee8ec00 9409
fee8ec00 9410
6ffe910a 9411
6ffe910a
MF
9412
9413
6ffe910a 9414
fee8ec00 9415
fee8ec00
SR
9416
9417
6bb11ab3
L
9418
9419
9420#
9421# Do we need to explicitly link libc?
9422#
9423case "x$archive_cmds_need_lc" in
9424x|xyes)
9425 # Assume -lc should be added
9426 archive_cmds_need_lc=yes
9427
9428 if test "$enable_shared" = yes && test "$GCC" = yes; then
9429 case $archive_cmds in
9430 *'~'*)
9431 # FIXME: we may have to deal with multi-command sequences.
9432 ;;
9433 '$CC '*)
9434 # Test whether the compiler implicitly links with -lc since on some
9435 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9436 # to ld, don't add -lc before -lgcc.
9437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9438$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9439if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9440 $as_echo_n "(cached) " >&6
fee8ec00 9441else
6bb11ab3
L
9442 $RM conftest*
9443 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9444
9445 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9446 (eval $ac_compile) 2>&5
9447 ac_status=$?
9448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9449 test $ac_status = 0; } 2>conftest.err; then
9450 soname=conftest
9451 lib=conftest
9452 libobjs=conftest.$ac_objext
9453 deplibs=
9454 wl=$lt_prog_compiler_wl
9455 pic_flag=$lt_prog_compiler_pic
9456 compiler_flags=-v
9457 linker_flags=-v
9458 verstring=
9459 output_objdir=.
9460 libname=conftest
9461 lt_save_allow_undefined_flag=$allow_undefined_flag
9462 allow_undefined_flag=
9463 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9464 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9465 ac_status=$?
9466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9467 test $ac_status = 0; }
9468 then
9469 lt_cv_archive_cmds_need_lc=no
9470 else
9471 lt_cv_archive_cmds_need_lc=yes
9472 fi
9473 allow_undefined_flag=$lt_save_allow_undefined_flag
9474 else
9475 cat conftest.err 1>&5
9476 fi
9477 $RM conftest*
fee8ec00 9478
6ffe910a 9479fi
6bb11ab3
L
9480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9481$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9482 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9483 ;;
9484 esac
9485 fi
9486 ;;
6ffe910a 9487esac
fee8ec00
SR
9488
9489
6ffe910a 9490
fee8ec00 9491
81ecdfbb 9492
fee8ec00 9493
fee8ec00 9494
fee8ec00 9495
fee8ec00 9496
fee8ec00 9497
fee8ec00 9498
fee8ec00 9499
fee8ec00 9500
fee8ec00 9501
81ecdfbb 9502
fee8ec00 9503
fee8ec00
SR
9504
9505
81ecdfbb 9506
81ecdfbb 9507
81ecdfbb
RW
9508
9509
81ecdfbb 9510
81ecdfbb 9511
fee8ec00
SR
9512
9513
fee8ec00 9514
fee8ec00 9515
fee8ec00 9516
fee8ec00 9517
81ecdfbb 9518
fee8ec00 9519
fee8ec00 9520
fee8ec00 9521
81ecdfbb 9522
fee8ec00 9523
fee8ec00 9524
fee8ec00 9525
fee8ec00 9526
81ecdfbb 9527
fee8ec00 9528
fee8ec00 9529
fee8ec00 9530
fee8ec00
SR
9531
9532
9533
9534
6ffe910a 9535
2232061b
MF
9536
9537
2232061b 9538
2232061b
MF
9539
9540
2232061b
MF
9541
9542
2232061b 9543
2232061b
MF
9544
9545
6bb11ab3
L
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
9645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9646$as_echo_n "checking dynamic linker characteristics... " >&6; }
9647
9648if test "$GCC" = yes; then
9649 case $host_os in
9650 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9651 *) lt_awk_arg="/^libraries:/" ;;
9652 esac
9653 case $host_os in
9654 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9655 *) lt_sed_strip_eq="s,=/,/,g" ;;
9656 esac
9657 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9658 case $lt_search_path_spec in
9659 *\;*)
9660 # if the path contains ";" then we assume it to be the separator
9661 # otherwise default to the standard path separator (i.e. ":") - it is
9662 # assumed that no part of a normal pathname contains ";" but that should
9663 # okay in the real world where ";" in dirpaths is itself problematic.
9664 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9665 ;;
9666 *)
9667 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9668 ;;
9669 esac
9670 # Ok, now we have the path, separated by spaces, we can step through it
9671 # and add multilib dir if necessary.
9672 lt_tmp_lt_search_path_spec=
9673 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9674 for lt_sys_path in $lt_search_path_spec; do
9675 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9676 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9677 else
9678 test -d "$lt_sys_path" && \
9679 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9680 fi
9681 done
9682 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9683BEGIN {RS=" "; FS="/|\n";} {
9684 lt_foo="";
9685 lt_count=0;
9686 for (lt_i = NF; lt_i > 0; lt_i--) {
9687 if ($lt_i != "" && $lt_i != ".") {
9688 if ($lt_i == "..") {
9689 lt_count++;
9690 } else {
9691 if (lt_count == 0) {
9692 lt_foo="/" $lt_i lt_foo;
9693 } else {
9694 lt_count--;
9695 }
9696 }
9697 }
9698 }
9699 if (lt_foo != "") { lt_freq[lt_foo]++; }
9700 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9701}'`
9702 # AWK program above erroneously prepends '/' to C:/dos/paths
9703 # for these hosts.
9704 case $host_os in
9705 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9706 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9707 esac
9708 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9709else
9710 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9711fi
9712library_names_spec=
9713libname_spec='lib$name'
9714soname_spec=
9715shrext_cmds=".so"
9716postinstall_cmds=
9717postuninstall_cmds=
9718finish_cmds=
9719finish_eval=
9720shlibpath_var=
9721shlibpath_overrides_runpath=unknown
9722version_type=none
9723dynamic_linker="$host_os ld.so"
9724sys_lib_dlsearch_path_spec="/lib /usr/lib"
9725need_lib_prefix=unknown
9726hardcode_into_libs=no
9727
9728# when you set need_version to no, make sure it does not cause -set_version
9729# flags to be left without arguments
9730need_version=unknown
9731
9732case $host_os in
9733aix3*)
9734 version_type=linux
9735 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9736 shlibpath_var=LIBPATH
9737
9738 # AIX 3 has no versioning support, so we append a major version to the name.
9739 soname_spec='${libname}${release}${shared_ext}$major'
9740 ;;
9741
9742aix[4-9]*)
9743 version_type=linux
9744 need_lib_prefix=no
9745 need_version=no
9746 hardcode_into_libs=yes
9747 if test "$host_cpu" = ia64; then
9748 # AIX 5 supports IA64
9749 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9750 shlibpath_var=LD_LIBRARY_PATH
9751 else
9752 # With GCC up to 2.95.x, collect2 would create an import file
9753 # for dependence libraries. The import file would start with
9754 # the line `#! .'. This would cause the generated library to
9755 # depend on `.', always an invalid library. This was fixed in
9756 # development snapshots of GCC prior to 3.0.
9757 case $host_os in
9758 aix4 | aix4.[01] | aix4.[01].*)
9759 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9760 echo ' yes '
9761 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9762 :
9763 else
9764 can_build_shared=no
9765 fi
9766 ;;
9767 esac
9768 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9769 # soname into executable. Probably we can add versioning support to
9770 # collect2, so additional links can be useful in future.
9771 if test "$aix_use_runtimelinking" = yes; then
9772 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9773 # instead of lib<name>.a to let people know that these are not
9774 # typical AIX shared libraries.
9775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9776 else
9777 # We preserve .a as extension for shared libraries through AIX4.2
9778 # and later when we are not doing run time linking.
9779 library_names_spec='${libname}${release}.a $libname.a'
9780 soname_spec='${libname}${release}${shared_ext}$major'
9781 fi
9782 shlibpath_var=LIBPATH
9783 fi
9784 ;;
9785
9786amigaos*)
9787 case $host_cpu in
9788 powerpc)
9789 # Since July 2007 AmigaOS4 officially supports .so libraries.
9790 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9791 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9792 ;;
9793 m68k)
9794 library_names_spec='$libname.ixlibrary $libname.a'
9795 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9796 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'
9797 ;;
9798 esac
9799 ;;
9800
9801beos*)
9802 library_names_spec='${libname}${shared_ext}'
9803 dynamic_linker="$host_os ld.so"
9804 shlibpath_var=LIBRARY_PATH
9805 ;;
9806
9807bsdi[45]*)
9808 version_type=linux
9809 need_version=no
9810 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9811 soname_spec='${libname}${release}${shared_ext}$major'
9812 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9813 shlibpath_var=LD_LIBRARY_PATH
9814 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9815 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9816 # the default ld.so.conf also contains /usr/contrib/lib and
9817 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9818 # libtool to hard-code these into programs
9819 ;;
9820
9821cygwin* | mingw* | pw32* | cegcc*)
9822 version_type=windows
9823 shrext_cmds=".dll"
9824 need_version=no
9825 need_lib_prefix=no
9826
9827 case $GCC,$host_os in
9828 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9829 library_names_spec='$libname.dll.a'
9830 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9831 postinstall_cmds='base_file=`basename \${file}`~
9832 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9833 dldir=$destdir/`dirname \$dlpath`~
9834 test -d \$dldir || mkdir -p \$dldir~
9835 $install_prog $dir/$dlname \$dldir/$dlname~
9836 chmod a+x \$dldir/$dlname~
9837 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9838 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9839 fi'
9840 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9841 dlpath=$dir/\$dldll~
9842 $RM \$dlpath'
9843 shlibpath_overrides_runpath=yes
9844
9845 case $host_os in
9846 cygwin*)
9847 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9848 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9849
9850 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9851 ;;
9852 mingw* | cegcc*)
9853 # MinGW DLLs use traditional 'lib' prefix
9854 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9855 ;;
9856 pw32*)
9857 # pw32 DLLs use 'pw' prefix rather than 'lib'
9858 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9859 ;;
9860 esac
9861 ;;
9862
9863 *)
9864 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9865 ;;
9866 esac
9867 dynamic_linker='Win32 ld.exe'
9868 # FIXME: first we should search . and the directory the executable is in
9869 shlibpath_var=PATH
9870 ;;
9871
9872darwin* | rhapsody*)
9873 dynamic_linker="$host_os dyld"
9874 version_type=darwin
9875 need_lib_prefix=no
9876 need_version=no
9877 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9878 soname_spec='${libname}${release}${major}$shared_ext'
9879 shlibpath_overrides_runpath=yes
9880 shlibpath_var=DYLD_LIBRARY_PATH
9881 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9882
9883 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9884 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9885 ;;
9886
9887dgux*)
9888 version_type=linux
9889 need_lib_prefix=no
9890 need_version=no
9891 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9892 soname_spec='${libname}${release}${shared_ext}$major'
9893 shlibpath_var=LD_LIBRARY_PATH
9894 ;;
9895
9896freebsd* | dragonfly*)
9897 # DragonFly does not have aout. When/if they implement a new
9898 # versioning mechanism, adjust this.
9899 if test -x /usr/bin/objformat; then
9900 objformat=`/usr/bin/objformat`
9901 else
9902 case $host_os in
9903 freebsd[23].*) objformat=aout ;;
9904 *) objformat=elf ;;
9905 esac
9906 fi
9907 version_type=freebsd-$objformat
9908 case $version_type in
9909 freebsd-elf*)
9910 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9911 need_version=no
9912 need_lib_prefix=no
9913 ;;
9914 freebsd-*)
9915 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9916 need_version=yes
9917 ;;
9918 esac
9919 shlibpath_var=LD_LIBRARY_PATH
9920 case $host_os in
9921 freebsd2.*)
9922 shlibpath_overrides_runpath=yes
9923 ;;
9924 freebsd3.[01]* | freebsdelf3.[01]*)
9925 shlibpath_overrides_runpath=yes
9926 hardcode_into_libs=yes
9927 ;;
9928 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9929 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9930 shlibpath_overrides_runpath=no
9931 hardcode_into_libs=yes
9932 ;;
9933 *) # from 4.6 on, and DragonFly
9934 shlibpath_overrides_runpath=yes
9935 hardcode_into_libs=yes
9936 ;;
9937 esac
9938 ;;
9939
6bb11ab3
L
9940haiku*)
9941 version_type=linux
9942 need_lib_prefix=no
9943 need_version=no
9944 dynamic_linker="$host_os runtime_loader"
9945 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9946 soname_spec='${libname}${release}${shared_ext}$major'
9947 shlibpath_var=LIBRARY_PATH
9948 shlibpath_overrides_runpath=yes
9949 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9950 hardcode_into_libs=yes
9951 ;;
9952
9953hpux9* | hpux10* | hpux11*)
9954 # Give a soname corresponding to the major version so that dld.sl refuses to
9955 # link against other versions.
9956 version_type=sunos
9957 need_lib_prefix=no
9958 need_version=no
9959 case $host_cpu in
9960 ia64*)
9961 shrext_cmds='.so'
9962 hardcode_into_libs=yes
9963 dynamic_linker="$host_os dld.so"
9964 shlibpath_var=LD_LIBRARY_PATH
9965 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9967 soname_spec='${libname}${release}${shared_ext}$major'
9968 if test "X$HPUX_IA64_MODE" = X32; then
9969 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9970 else
9971 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9972 fi
9973 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9974 ;;
9975 hppa*64*)
9976 shrext_cmds='.sl'
9977 hardcode_into_libs=yes
9978 dynamic_linker="$host_os dld.sl"
9979 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9980 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9981 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9982 soname_spec='${libname}${release}${shared_ext}$major'
9983 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9984 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9985 ;;
9986 *)
9987 shrext_cmds='.sl'
9988 dynamic_linker="$host_os dld.sl"
9989 shlibpath_var=SHLIB_PATH
9990 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9992 soname_spec='${libname}${release}${shared_ext}$major'
9993 ;;
9994 esac
9995 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9996 postinstall_cmds='chmod 555 $lib'
9997 # or fails outright, so override atomically:
9998 install_override_mode=555
9999 ;;
10000
10001interix[3-9]*)
10002 version_type=linux
10003 need_lib_prefix=no
10004 need_version=no
10005 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10006 soname_spec='${libname}${release}${shared_ext}$major'
10007 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10008 shlibpath_var=LD_LIBRARY_PATH
10009 shlibpath_overrides_runpath=no
10010 hardcode_into_libs=yes
10011 ;;
10012
10013irix5* | irix6* | nonstopux*)
10014 case $host_os in
10015 nonstopux*) version_type=nonstopux ;;
10016 *)
10017 if test "$lt_cv_prog_gnu_ld" = yes; then
10018 version_type=linux
10019 else
10020 version_type=irix
10021 fi ;;
10022 esac
10023 need_lib_prefix=no
10024 need_version=no
10025 soname_spec='${libname}${release}${shared_ext}$major'
10026 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10027 case $host_os in
10028 irix5* | nonstopux*)
10029 libsuff= shlibsuff=
10030 ;;
10031 *)
10032 case $LD in # libtool.m4 will add one of these switches to LD
10033 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10034 libsuff= shlibsuff= libmagic=32-bit;;
10035 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10036 libsuff=32 shlibsuff=N32 libmagic=N32;;
10037 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10038 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10039 *) libsuff= shlibsuff= libmagic=never-match;;
10040 esac
10041 ;;
10042 esac
10043 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10044 shlibpath_overrides_runpath=no
10045 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10046 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10047 hardcode_into_libs=yes
10048 ;;
10049
10050# No shared lib support for Linux oldld, aout, or coff.
10051linux*oldld* | linux*aout* | linux*coff*)
10052 dynamic_linker=no
10053 ;;
10054
10055# This must be Linux ELF.
46f900c0 10056linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10057 version_type=linux
10058 need_lib_prefix=no
10059 need_version=no
10060 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10061 soname_spec='${libname}${release}${shared_ext}$major'
10062 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10063 shlibpath_var=LD_LIBRARY_PATH
10064 shlibpath_overrides_runpath=no
10065
10066 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10067 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10068 $as_echo_n "(cached) " >&6
10069else
6bb11ab3
L
10070 lt_cv_shlibpath_overrides_runpath=no
10071 save_LDFLAGS=$LDFLAGS
10072 save_libdir=$libdir
10073 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10074 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10076/* end confdefs.h. */
10077
2232061b
MF
10078int
10079main ()
10080{
10081
10082 ;
10083 return 0;
10084}
10085_ACEOF
6bb11ab3
L
10086if ac_fn_c_try_link "$LINENO"; then :
10087 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10088 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10089fi
2232061b 10090fi
6bb11ab3
L
10091rm -f core conftest.err conftest.$ac_objext \
10092 conftest$ac_exeext conftest.$ac_ext
10093 LDFLAGS=$save_LDFLAGS
10094 libdir=$save_libdir
2232061b 10095
6bb11ab3 10096fi
2232061b 10097
6bb11ab3 10098 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10099
6bb11ab3
L
10100 # This implies no fast_install, which is unacceptable.
10101 # Some rework will be needed to allow for fast_install
10102 # before this can be enabled.
10103 hardcode_into_libs=yes
2232061b 10104
6bb11ab3
L
10105 # Append ld.so.conf contents to the search path
10106 if test -f /etc/ld.so.conf; then
10107 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' ' '`
10108 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10109 fi
2232061b 10110
6bb11ab3
L
10111 # We used to test for /lib/ld.so.1 and disable shared libraries on
10112 # powerpc, because MkLinux only supported shared libraries with the
10113 # GNU dynamic linker. Since this was broken with cross compilers,
10114 # most powerpc-linux boxes support dynamic linking these days and
10115 # people can always --disable-shared, the test was removed, and we
10116 # assume the GNU/Linux dynamic linker is in use.
10117 dynamic_linker='GNU/Linux ld.so'
10118 ;;
10119
10120netbsd*)
10121 version_type=sunos
10122 need_lib_prefix=no
10123 need_version=no
10124 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10125 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10126 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10127 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10128 else
6bb11ab3
L
10129 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10130 soname_spec='${libname}${release}${shared_ext}$major'
10131 dynamic_linker='NetBSD ld.elf_so'
10132 fi
10133 shlibpath_var=LD_LIBRARY_PATH
10134 shlibpath_overrides_runpath=yes
10135 hardcode_into_libs=yes
10136 ;;
10137
10138newsos6)
10139 version_type=linux
10140 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10141 shlibpath_var=LD_LIBRARY_PATH
10142 shlibpath_overrides_runpath=yes
10143 ;;
10144
10145*nto* | *qnx*)
10146 version_type=qnx
10147 need_lib_prefix=no
10148 need_version=no
10149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10150 soname_spec='${libname}${release}${shared_ext}$major'
10151 shlibpath_var=LD_LIBRARY_PATH
10152 shlibpath_overrides_runpath=no
10153 hardcode_into_libs=yes
10154 dynamic_linker='ldqnx.so'
10155 ;;
10156
10157openbsd*)
10158 version_type=sunos
10159 sys_lib_dlsearch_path_spec="/usr/lib"
10160 need_lib_prefix=no
10161 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10162 case $host_os in
10163 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10164 *) need_version=no ;;
10165 esac
10166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10167 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10168 shlibpath_var=LD_LIBRARY_PATH
10169 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10170 case $host_os in
10171 openbsd2.[89] | openbsd2.[89].*)
10172 shlibpath_overrides_runpath=no
10173 ;;
10174 *)
10175 shlibpath_overrides_runpath=yes
10176 ;;
10177 esac
10178 else
10179 shlibpath_overrides_runpath=yes
10180 fi
10181 ;;
10182
10183os2*)
10184 libname_spec='$name'
10185 shrext_cmds=".dll"
10186 need_lib_prefix=no
10187 library_names_spec='$libname${shared_ext} $libname.a'
10188 dynamic_linker='OS/2 ld.exe'
10189 shlibpath_var=LIBPATH
10190 ;;
10191
10192osf3* | osf4* | osf5*)
10193 version_type=osf
10194 need_lib_prefix=no
10195 need_version=no
10196 soname_spec='${libname}${release}${shared_ext}$major'
10197 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10198 shlibpath_var=LD_LIBRARY_PATH
10199 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10200 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10201 ;;
10202
10203rdos*)
10204 dynamic_linker=no
10205 ;;
10206
10207solaris*)
10208 version_type=linux
10209 need_lib_prefix=no
10210 need_version=no
10211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10212 soname_spec='${libname}${release}${shared_ext}$major'
10213 shlibpath_var=LD_LIBRARY_PATH
10214 shlibpath_overrides_runpath=yes
10215 hardcode_into_libs=yes
10216 # ldd complains unless libraries are executable
10217 postinstall_cmds='chmod +x $lib'
10218 ;;
10219
10220sunos4*)
10221 version_type=sunos
10222 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10223 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10224 shlibpath_var=LD_LIBRARY_PATH
10225 shlibpath_overrides_runpath=yes
10226 if test "$with_gnu_ld" = yes; then
10227 need_lib_prefix=no
10228 fi
10229 need_version=yes
10230 ;;
10231
10232sysv4 | sysv4.3*)
10233 version_type=linux
10234 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10235 soname_spec='${libname}${release}${shared_ext}$major'
10236 shlibpath_var=LD_LIBRARY_PATH
10237 case $host_vendor in
10238 sni)
10239 shlibpath_overrides_runpath=no
10240 need_lib_prefix=no
10241 runpath_var=LD_RUN_PATH
10242 ;;
10243 siemens)
10244 need_lib_prefix=no
10245 ;;
10246 motorola)
10247 need_lib_prefix=no
10248 need_version=no
10249 shlibpath_overrides_runpath=no
10250 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10251 ;;
10252 esac
10253 ;;
10254
10255sysv4*MP*)
10256 if test -d /usr/nec ;then
10257 version_type=linux
10258 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10259 soname_spec='$libname${shared_ext}.$major'
10260 shlibpath_var=LD_LIBRARY_PATH
2232061b 10261 fi
6bb11ab3
L
10262 ;;
10263
10264sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10265 version_type=freebsd-elf
10266 need_lib_prefix=no
10267 need_version=no
10268 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10269 soname_spec='${libname}${release}${shared_ext}$major'
10270 shlibpath_var=LD_LIBRARY_PATH
10271 shlibpath_overrides_runpath=yes
10272 hardcode_into_libs=yes
10273 if test "$with_gnu_ld" = yes; then
10274 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10275 else
10276 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10277 case $host_os in
10278 sco3.2v5*)
10279 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10280 ;;
10281 esac
10282 fi
10283 sys_lib_dlsearch_path_spec='/usr/lib'
10284 ;;
10285
10286tpf*)
10287 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10288 version_type=linux
10289 need_lib_prefix=no
10290 need_version=no
10291 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10292 shlibpath_var=LD_LIBRARY_PATH
10293 shlibpath_overrides_runpath=no
10294 hardcode_into_libs=yes
10295 ;;
10296
10297uts4*)
10298 version_type=linux
10299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10300 soname_spec='${libname}${release}${shared_ext}$major'
10301 shlibpath_var=LD_LIBRARY_PATH
10302 ;;
10303
10304*)
10305 dynamic_linker=no
10306 ;;
10307esac
10308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10309$as_echo "$dynamic_linker" >&6; }
10310test "$dynamic_linker" = no && can_build_shared=no
10311
10312variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10313if test "$GCC" = yes; then
10314 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10315fi
2232061b 10316
6bb11ab3
L
10317if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10318 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10319fi
10320if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10321 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10322fi
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
10348
2232061b 10349
2232061b 10350
2232061b 10351
2232061b 10352
2232061b
MF
10353
10354
6ffe910a 10355
6ffe910a
MF
10356
10357
10358
10359
10360
2232061b 10361
6ffe910a
MF
10362
10363
10364
10365
6ffe910a 10366
6ffe910a 10367
6ffe910a
MF
10368
10369
6ffe910a 10370
6ffe910a 10371
6ffe910a
MF
10372
10373
5f3ef9d0 10374
5f3ef9d0
JB
10375
10376
10377
db2e4d67
MF
10378
10379
db2e4d67 10380
db2e4d67 10381
db2e4d67 10382
db2e4d67 10383
db2e4d67 10384
db2e4d67 10385
db2e4d67 10386
db2e4d67
MF
10387
10388
db2e4d67 10389
db2e4d67
MF
10390
10391
db2e4d67 10392
db2e4d67
MF
10393
10394
6ffe910a 10395
6ffe910a 10396
6ffe910a
MF
10397
10398
6ffe910a
MF
10399
10400
6ffe910a 10401
6ffe910a 10402
6ffe910a 10403
6ffe910a 10404
6ffe910a 10405
fee8ec00
SR
10406
10407
10408
10409
fee8ec00 10410
fee8ec00 10411
fee8ec00 10412
fee8ec00 10413
fee8ec00 10414
6bb11ab3
L
10415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10416$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10417hardcode_action=
10418if test -n "$hardcode_libdir_flag_spec" ||
10419 test -n "$runpath_var" ||
10420 test "X$hardcode_automatic" = "Xyes" ; then
fee8ec00 10421
6bb11ab3
L
10422 # We can hardcode non-existent directories.
10423 if test "$hardcode_direct" != no &&
10424 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10425 # have to relink, otherwise we might link with an installed library
10426 # when we should be linking with a yet-to-be-installed one
10427 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10428 test "$hardcode_minus_L" != no; then
10429 # Linking always hardcodes the temporary library directory.
10430 hardcode_action=relink
10431 else
10432 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10433 hardcode_action=immediate
10434 fi
10435else
10436 # We cannot hardcode anything, or else we can only hardcode existing
10437 # directories.
10438 hardcode_action=unsupported
fee8ec00 10439fi
6bb11ab3
L
10440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10441$as_echo "$hardcode_action" >&6; }
fee8ec00 10442
6bb11ab3
L
10443if test "$hardcode_action" = relink ||
10444 test "$inherit_rpath" = yes; then
10445 # Fast installation is not supported
10446 enable_fast_install=no
10447elif test "$shlibpath_overrides_runpath" = yes ||
10448 test "$enable_shared" = no; then
10449 # Fast installation is not necessary
10450 enable_fast_install=needless
10451fi
fee8ec00 10452
6bb11ab3
L
10453
10454
10455
10456
10457
10458 if test "x$enable_dlopen" != xyes; then
10459 enable_dlopen=unknown
10460 enable_dlopen_self=unknown
10461 enable_dlopen_self_static=unknown
10462else
10463 lt_cv_dlopen=no
10464 lt_cv_dlopen_libs=
10465
10466 case $host_os in
10467 beos*)
10468 lt_cv_dlopen="load_add_on"
10469 lt_cv_dlopen_libs=
10470 lt_cv_dlopen_self=yes
10471 ;;
10472
10473 mingw* | pw32* | cegcc*)
10474 lt_cv_dlopen="LoadLibrary"
10475 lt_cv_dlopen_libs=
10476 ;;
10477
10478 cygwin*)
10479 lt_cv_dlopen="dlopen"
10480 lt_cv_dlopen_libs=
10481 ;;
10482
10483 darwin*)
10484 # if libdl is installed we need to link against it
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10486$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10487if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10488 $as_echo_n "(cached) " >&6
10489else
10490 ac_check_lib_save_LIBS=$LIBS
10491LIBS="-ldl $LIBS"
10492cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10493/* end confdefs.h. */
10494
10495/* Override any GCC internal prototype to avoid an error.
10496 Use char because int might match the return type of a GCC
10497 builtin and then its argument prototype would still apply. */
10498#ifdef __cplusplus
10499extern "C"
10500#endif
10501char dlopen ();
10502int
10503main ()
10504{
10505return dlopen ();
10506 ;
10507 return 0;
10508}
fee8ec00 10509_ACEOF
6bb11ab3
L
10510if ac_fn_c_try_link "$LINENO"; then :
10511 ac_cv_lib_dl_dlopen=yes
10512else
10513 ac_cv_lib_dl_dlopen=no
10514fi
10515rm -f core conftest.err conftest.$ac_objext \
10516 conftest$ac_exeext conftest.$ac_ext
10517LIBS=$ac_check_lib_save_LIBS
10518fi
10519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10520$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10521if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10522 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10523else
10524
10525 lt_cv_dlopen="dyld"
10526 lt_cv_dlopen_libs=
10527 lt_cv_dlopen_self=yes
fee8ec00
SR
10528
10529fi
fee8ec00 10530
6bb11ab3 10531 ;;
fee8ec00 10532
6bb11ab3
L
10533 *)
10534 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10535if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10536 lt_cv_dlopen="shl_load"
10537else
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10539$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10540if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10541 $as_echo_n "(cached) " >&6
10542else
10543 ac_check_lib_save_LIBS=$LIBS
10544LIBS="-ldld $LIBS"
10545cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10546/* end confdefs.h. */
10547
10548/* Override any GCC internal prototype to avoid an error.
10549 Use char because int might match the return type of a GCC
10550 builtin and then its argument prototype would still apply. */
10551#ifdef __cplusplus
10552extern "C"
10553#endif
10554char shl_load ();
10555int
10556main ()
10557{
10558return shl_load ();
10559 ;
10560 return 0;
10561}
10562_ACEOF
10563if ac_fn_c_try_link "$LINENO"; then :
10564 ac_cv_lib_dld_shl_load=yes
10565else
10566 ac_cv_lib_dld_shl_load=no
10567fi
10568rm -f core conftest.err conftest.$ac_objext \
10569 conftest$ac_exeext conftest.$ac_ext
10570LIBS=$ac_check_lib_save_LIBS
10571fi
10572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10573$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10574if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10575 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10576else
10577 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10578if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10579 lt_cv_dlopen="dlopen"
10580else
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10582$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10583if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10584 $as_echo_n "(cached) " >&6
fee8ec00
SR
10585else
10586 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10587LIBS="-ldl $LIBS"
81ecdfbb 10588cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
10589/* end confdefs.h. */
10590
81ecdfbb
RW
10591/* Override any GCC internal prototype to avoid an error.
10592 Use char because int might match the return type of a GCC
10593 builtin and then its argument prototype would still apply. */
fee8ec00
SR
10594#ifdef __cplusplus
10595extern "C"
10596#endif
6bb11ab3 10597char dlopen ();
fee8ec00
SR
10598int
10599main ()
10600{
6bb11ab3 10601return dlopen ();
fee8ec00
SR
10602 ;
10603 return 0;
10604}
10605_ACEOF
81ecdfbb 10606if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10607 ac_cv_lib_dl_dlopen=yes
fee8ec00 10608else
6bb11ab3 10609 ac_cv_lib_dl_dlopen=no
fee8ec00 10610fi
81ecdfbb
RW
10611rm -f core conftest.err conftest.$ac_objext \
10612 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
10613LIBS=$ac_check_lib_save_LIBS
10614fi
6bb11ab3
L
10615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10616$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10617if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10618 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10619else
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10621$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10622if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10623 $as_echo_n "(cached) " >&6
fee8ec00
SR
10624else
10625 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10626LIBS="-lsvld $LIBS"
81ecdfbb 10627cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
10628/* end confdefs.h. */
10629
81ecdfbb
RW
10630/* Override any GCC internal prototype to avoid an error.
10631 Use char because int might match the return type of a GCC
10632 builtin and then its argument prototype would still apply. */
fee8ec00
SR
10633#ifdef __cplusplus
10634extern "C"
10635#endif
6bb11ab3 10636char dlopen ();
fee8ec00
SR
10637int
10638main ()
10639{
6bb11ab3 10640return dlopen ();
fee8ec00
SR
10641 ;
10642 return 0;
10643}
10644_ACEOF
81ecdfbb 10645if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10646 ac_cv_lib_svld_dlopen=yes
fee8ec00 10647else
6bb11ab3 10648 ac_cv_lib_svld_dlopen=no
fee8ec00 10649fi
81ecdfbb
RW
10650rm -f core conftest.err conftest.$ac_objext \
10651 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
10652LIBS=$ac_check_lib_save_LIBS
10653fi
6bb11ab3
L
10654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10655$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10656if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10657 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10658else
6bb11ab3
L
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10660$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10661if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10662 $as_echo_n "(cached) " >&6
b5bd9624 10663else
6bb11ab3
L
10664 ac_check_lib_save_LIBS=$LIBS
10665LIBS="-ldld $LIBS"
81ecdfbb 10666cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10667/* end confdefs.h. */
10668
81ecdfbb
RW
10669/* Override any GCC internal prototype to avoid an error.
10670 Use char because int might match the return type of a GCC
b5bd9624 10671 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10672#ifdef __cplusplus
10673extern "C"
10674#endif
6bb11ab3 10675char dld_link ();
b5bd9624
HPN
10676int
10677main ()
10678{
6bb11ab3 10679return dld_link ();
b5bd9624
HPN
10680 ;
10681 return 0;
10682}
10683_ACEOF
6bb11ab3
L
10684if ac_fn_c_try_link "$LINENO"; then :
10685 ac_cv_lib_dld_dld_link=yes
10686else
10687 ac_cv_lib_dld_dld_link=no
10688fi
10689rm -f core conftest.err conftest.$ac_objext \
10690 conftest$ac_exeext conftest.$ac_ext
10691LIBS=$ac_check_lib_save_LIBS
10692fi
10693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10694$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10695if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10696 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10697fi
10698
10699
10700fi
10701
10702
10703fi
10704
10705
10706fi
10707
10708
10709fi
10710
10711
10712fi
10713
10714 ;;
10715 esac
10716
10717 if test "x$lt_cv_dlopen" != xno; then
10718 enable_dlopen=yes
b5bd9624 10719 else
6bb11ab3
L
10720 enable_dlopen=no
10721 fi
10722
10723 case $lt_cv_dlopen in
10724 dlopen)
10725 save_CPPFLAGS="$CPPFLAGS"
10726 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10727
10728 save_LDFLAGS="$LDFLAGS"
10729 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10730
10731 save_LIBS="$LIBS"
10732 LIBS="$lt_cv_dlopen_libs $LIBS"
10733
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10735$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10736if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10737 $as_echo_n "(cached) " >&6
10738else
10739 if test "$cross_compiling" = yes; then :
10740 lt_cv_dlopen_self=cross
10741else
10742 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10743 lt_status=$lt_dlunknown
10744 cat > conftest.$ac_ext <<_LT_EOF
52d37d2c 10745#line 10745 "configure"
6bb11ab3
L
10746#include "confdefs.h"
10747
10748#if HAVE_DLFCN_H
10749#include <dlfcn.h>
10750#endif
10751
10752#include <stdio.h>
10753
10754#ifdef RTLD_GLOBAL
10755# define LT_DLGLOBAL RTLD_GLOBAL
10756#else
10757# ifdef DL_GLOBAL
10758# define LT_DLGLOBAL DL_GLOBAL
10759# else
10760# define LT_DLGLOBAL 0
10761# endif
10762#endif
10763
10764/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10765 find out it does not work in some platform. */
10766#ifndef LT_DLLAZY_OR_NOW
10767# ifdef RTLD_LAZY
10768# define LT_DLLAZY_OR_NOW RTLD_LAZY
10769# else
10770# ifdef DL_LAZY
10771# define LT_DLLAZY_OR_NOW DL_LAZY
10772# else
10773# ifdef RTLD_NOW
10774# define LT_DLLAZY_OR_NOW RTLD_NOW
10775# else
10776# ifdef DL_NOW
10777# define LT_DLLAZY_OR_NOW DL_NOW
10778# else
10779# define LT_DLLAZY_OR_NOW 0
10780# endif
10781# endif
10782# endif
10783# endif
10784#endif
10785
10786/* When -fvisbility=hidden is used, assume the code has been annotated
10787 correspondingly for the symbols needed. */
10788#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10789void fnord () __attribute__((visibility("default")));
10790#endif
10791
10792void fnord () { int i=42; }
10793int main ()
10794{
10795 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10796 int status = $lt_dlunknown;
10797
10798 if (self)
10799 {
10800 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10801 else
10802 {
10803 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10804 else puts (dlerror ());
10805 }
10806 /* dlclose (self); */
10807 }
10808 else
10809 puts (dlerror ());
10810
10811 return status;
10812}
10813_LT_EOF
10814 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10815 (eval $ac_link) 2>&5
10816 ac_status=$?
10817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10818 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10819 (./conftest; exit; ) >&5 2>/dev/null
10820 lt_status=$?
10821 case x$lt_status in
10822 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10823 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10824 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10825 esac
10826 else :
10827 # compilation failed
10828 lt_cv_dlopen_self=no
b5bd9624 10829 fi
b5bd9624 10830fi
6bb11ab3
L
10831rm -fr conftest*
10832
10833
b5bd9624 10834fi
6bb11ab3
L
10835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10836$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10837
6bb11ab3
L
10838 if test "x$lt_cv_dlopen_self" = xyes; then
10839 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10841$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10842if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10843 $as_echo_n "(cached) " >&6
b5bd9624 10844else
6bb11ab3
L
10845 if test "$cross_compiling" = yes; then :
10846 lt_cv_dlopen_self_static=cross
10847else
10848 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10849 lt_status=$lt_dlunknown
10850 cat > conftest.$ac_ext <<_LT_EOF
52d37d2c 10851#line 10851 "configure"
6bb11ab3
L
10852#include "confdefs.h"
10853
10854#if HAVE_DLFCN_H
10855#include <dlfcn.h>
10856#endif
10857
10858#include <stdio.h>
10859
10860#ifdef RTLD_GLOBAL
10861# define LT_DLGLOBAL RTLD_GLOBAL
10862#else
10863# ifdef DL_GLOBAL
10864# define LT_DLGLOBAL DL_GLOBAL
10865# else
10866# define LT_DLGLOBAL 0
10867# endif
10868#endif
10869
10870/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10871 find out it does not work in some platform. */
10872#ifndef LT_DLLAZY_OR_NOW
10873# ifdef RTLD_LAZY
10874# define LT_DLLAZY_OR_NOW RTLD_LAZY
10875# else
10876# ifdef DL_LAZY
10877# define LT_DLLAZY_OR_NOW DL_LAZY
10878# else
10879# ifdef RTLD_NOW
10880# define LT_DLLAZY_OR_NOW RTLD_NOW
10881# else
10882# ifdef DL_NOW
10883# define LT_DLLAZY_OR_NOW DL_NOW
10884# else
10885# define LT_DLLAZY_OR_NOW 0
10886# endif
10887# endif
10888# endif
10889# endif
10890#endif
10891
10892/* When -fvisbility=hidden is used, assume the code has been annotated
10893 correspondingly for the symbols needed. */
10894#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10895void fnord () __attribute__((visibility("default")));
10896#endif
10897
10898void fnord () { int i=42; }
10899int main ()
10900{
10901 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10902 int status = $lt_dlunknown;
10903
10904 if (self)
10905 {
10906 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10907 else
10908 {
10909 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10910 else puts (dlerror ());
10911 }
10912 /* dlclose (self); */
10913 }
10914 else
10915 puts (dlerror ());
10916
10917 return status;
10918}
10919_LT_EOF
10920 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10921 (eval $ac_link) 2>&5
10922 ac_status=$?
10923 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10924 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10925 (./conftest; exit; ) >&5 2>/dev/null
10926 lt_status=$?
10927 case x$lt_status in
10928 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10929 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10930 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10931 esac
10932 else :
10933 # compilation failed
10934 lt_cv_dlopen_self_static=no
10935 fi
b5bd9624 10936fi
6bb11ab3
L
10937rm -fr conftest*
10938
10939
b5bd9624 10940fi
6bb11ab3
L
10941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10942$as_echo "$lt_cv_dlopen_self_static" >&6; }
10943 fi
10944
10945 CPPFLAGS="$save_CPPFLAGS"
10946 LDFLAGS="$save_LDFLAGS"
10947 LIBS="$save_LIBS"
10948 ;;
10949 esac
10950
10951 case $lt_cv_dlopen_self in
10952 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10953 *) enable_dlopen_self=unknown ;;
10954 esac
10955
10956 case $lt_cv_dlopen_self_static in
10957 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10958 *) enable_dlopen_self_static=unknown ;;
10959 esac
10960fi
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978striplib=
10979old_striplib=
10980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10981$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10982if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10983 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10984 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10986$as_echo "yes" >&6; }
10987else
10988# FIXME - insert some real tests, host_os isn't really good enough
10989 case $host_os in
10990 darwin*)
10991 if test -n "$STRIP" ; then
10992 striplib="$STRIP -x"
10993 old_striplib="$STRIP -S"
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10995$as_echo "yes" >&6; }
10996 else
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10998$as_echo "no" >&6; }
10999 fi
11000 ;;
11001 *)
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11003$as_echo "no" >&6; }
11004 ;;
11005 esac
11006fi
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019 # Report which library types will actually be built
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11021$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11023$as_echo "$can_build_shared" >&6; }
11024
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11026$as_echo_n "checking whether to build shared libraries... " >&6; }
11027 test "$can_build_shared" = "no" && enable_shared=no
11028
11029 # On AIX, shared libraries and static libraries use the same namespace, and
11030 # are all built from PIC.
11031 case $host_os in
11032 aix3*)
11033 test "$enable_shared" = yes && enable_static=no
11034 if test -n "$RANLIB"; then
11035 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11036 postinstall_cmds='$RANLIB $lib'
11037 fi
11038 ;;
11039
11040 aix[4-9]*)
11041 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11042 test "$enable_shared" = yes && enable_static=no
11043 fi
11044 ;;
11045 esac
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11047$as_echo "$enable_shared" >&6; }
11048
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11050$as_echo_n "checking whether to build static libraries... " >&6; }
11051 # Make sure either enable_shared or enable_static is yes.
11052 test "$enable_shared" = yes || enable_static=yes
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11054$as_echo "$enable_static" >&6; }
11055
11056
11057
11058
11059fi
11060ac_ext=c
11061ac_cpp='$CPP $CPPFLAGS'
11062ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11063ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11064ac_compiler_gnu=$ac_cv_c_compiler_gnu
11065
11066CC="$lt_save_CC"
11067
11068
11069
11070
11071
11072
11073
11074
11075
b5bd9624 11076
b5bd9624 11077
b5bd9624 11078
b5bd9624 11079
6bb11ab3
L
11080 ac_config_commands="$ac_config_commands libtool"
11081
11082
11083
11084
11085# Only expand once:
11086
11087
5912fadd 11088
b5bd9624 11089
fee8ec00 11090
31e6ad7d
MF
11091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11092$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11093 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11094if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11095 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11096else
11097 USE_MAINTAINER_MODE=no
fee8ec00 11098fi
31e6ad7d
MF
11099
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11101$as_echo "$USE_MAINTAINER_MODE" >&6; }
11102 if test $USE_MAINTAINER_MODE = yes; then
11103 MAINTAINER_MODE_TRUE=
11104 MAINTAINER_MODE_FALSE='#'
fee8ec00 11105else
31e6ad7d
MF
11106 MAINTAINER_MODE_TRUE='#'
11107 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11108fi
11109
31e6ad7d
MF
11110 MAINT=$MAINTAINER_MODE_TRUE
11111
11112
fee8ec00
SR
11113
11114
347fe5bb
MF
11115sim_inline="-DDEFAULT_INLINE=0"
11116# Check whether --enable-sim-inline was given.
11117if test "${enable_sim_inline+set}" = set; then :
11118 enableval=$enable_sim_inline; sim_inline=""
11119case "$enableval" in
11120 no) sim_inline="-DDEFAULT_INLINE=0";;
11121 0) sim_inline="-DDEFAULT_INLINE=0";;
11122 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11123 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11124 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11125 new_flag=""
11126 case "$x" in
11127 *_INLINE=*) new_flag="-D$x";;
11128 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11129 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11130 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11131 esac
11132 if test x"$sim_inline" = x""; then
11133 sim_inline="$new_flag"
11134 else
11135 sim_inline="$sim_inline $new_flag"
11136 fi
11137 done;;
11138esac
11139if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11140 echo "Setting inline flags = $sim_inline" 6>&1
11141fi
11142fi
fee8ec00
SR
11143
11144
11145
11146
1ac72f06 11147wire_endian="LITTLE"
ca968da4
MF
11148default_endian=""
11149# Check whether --enable-sim-endian was given.
11150if test "${enable_sim_endian+set}" = set; then :
11151 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11152 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11153 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
ca968da4 11154 yes) if test x"$wire_endian" != x; then
1ac72f06 11155 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4 11156 else
1ac72f06
MF
11157 if test x"$default_endian" != x; then
11158 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11159 else
11160 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11161 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ca968da4
MF
11162 fi
11163 fi;;
11164 no) if test x"$default_endian" != x; then
1ac72f06 11165 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11166 else
11167 if test x"$wire_endian" != x; then
1ac72f06 11168 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4
MF
11169 else
11170 echo "No default endian for target $target" 1>&6
1ac72f06 11171 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ca968da4
MF
11172 fi
11173 fi;;
d0ac1c44 11174 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
ca968da4
MF
11175esac
11176if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11177 echo "Setting endian flags = $sim_endian" 6>&1
11178fi
11179else
11180 if test x"$default_endian" != x; then
1ac72f06 11181 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11182else
11183 if test x"$wire_endian" != x; then
1ac72f06 11184 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4
MF
11185 else
11186 sim_endian=
11187 fi
11188fi
11189fi
11190
ca968da4 11191
3912a8db 11192
2232061b
MF
11193# Check whether --enable-werror was given.
11194if test "${enable_werror+set}" = set; then :
11195 enableval=$enable_werror; case "${enableval}" in
11196 yes | y) ERROR_ON_WARNING="yes" ;;
11197 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11198 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11199 esac
11200fi
11201
11202
11203# Enable -Werror by default when using gcc
11204if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11205 ERROR_ON_WARNING=yes
11206fi
11207
11208WERROR_CFLAGS=""
3912a8db
MF
11209 if test "${ERROR_ON_WARNING}" = yes ; then
11210 WERROR_CFLAGS="-Werror"
11211 fi
2232061b 11212
2232061b 11213build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11214-Wpointer-sign \
2232061b 11215-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11216-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11217-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11218-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11219
11220# Enable -Wno-format by default when using gcc on mingw since many
11221# GCC versions complain about %I64.
11222case "${host}" in
11223 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11224 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11225esac
11226
81ecdfbb
RW
11227# Check whether --enable-build-warnings was given.
11228if test "${enable_build_warnings+set}" = set; then :
11229 enableval=$enable_build_warnings; case "${enableval}" in
fee8ec00
SR
11230 yes) ;;
11231 no) build_warnings="-w";;
11232 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11233 build_warnings="${build_warnings} ${t}";;
11234 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11235 build_warnings="${t} ${build_warnings}";;
11236 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11237esac
11238if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11239 echo "Setting compiler warning flags = $build_warnings" 6>&1
11240fi
81ecdfbb
RW
11241fi
11242# Check whether --enable-sim-build-warnings was given.
11243if test "${enable_sim_build_warnings+set}" = set; then :
11244 enableval=$enable_sim_build_warnings; case "${enableval}" in
fee8ec00
SR
11245 yes) ;;
11246 no) build_warnings="-w";;
11247 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11248 build_warnings="${build_warnings} ${t}";;
11249 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11250 build_warnings="${t} ${build_warnings}";;
11251 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11252esac
11253if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11254 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11255fi
81ecdfbb
RW
11256fi
11257WARN_CFLAGS=""
fee8ec00
SR
11258if test "x${build_warnings}" != x -a "x$GCC" = xyes
11259then
81ecdfbb
RW
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11261$as_echo_n "checking compiler warning flags... " >&6; }
fee8ec00
SR
11262 # Separate out the -Werror flag as some files just cannot be
11263 # compiled with it enabled.
11264 for w in ${build_warnings}; do
11265 case $w in
11266 -Werr*) WERROR_CFLAGS=-Werror ;;
11267 *) # Check that GCC accepts it
11268 saved_CFLAGS="$CFLAGS"
1f195bc3 11269 CFLAGS="$CFLAGS -Werror $w"
81ecdfbb 11270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
11271/* end confdefs.h. */
11272
11273int
11274main ()
11275{
11276
11277 ;
11278 return 0;
11279}
11280_ACEOF
81ecdfbb 11281if ac_fn_c_try_compile "$LINENO"; then :
fee8ec00 11282 WARN_CFLAGS="${WARN_CFLAGS} $w"
fee8ec00 11283fi
81ecdfbb 11284rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fee8ec00
SR
11285 CFLAGS="$saved_CFLAGS"
11286 esac
11287 done
2232061b
MF
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11289$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fee8ec00
SR
11290fi
11291
11292
66d055c7
MF
11293hardware="cfi core pal glue "
11294sim_hw_cflags="-DWITH_HW=1"
11295sim_hw="$hardware"
11296sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11297
11298# Check whether --enable-sim-hardware was given.
11299if test "${enable_sim_hardware+set}" = set; then :
11300 enableval=$enable_sim_hardware;
11301else
11302 enable_sim_hardware="yes"
11303fi
11304
11305case ${enable_sim_hardware} in
11306 yes|no) ;;
11307 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11308 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11309 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11310esac
11311
11312if test "$enable_sim_hardware" = no; then
11313 sim_hw_objs=
11314 sim_hw_cflags="-DWITH_HW=0"
11315 sim_hw=
11316else
11317 sim_hw_cflags="-DWITH_HW=1"
11318 # remove duplicates
11319 sim_hw=""
11320 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11321 for i in $hardware ; do
11322 case " $sim_hw " in
11323 *" $i "*) ;;
11324 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11325 esac
11326 done
11327 # mingw does not support sockser
11328 case ${host} in
11329 *mingw*) ;;
11330 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11331 # that you instatiate. Instead, other code will call into it directly.
11332 # At some point, we should convert it over.
11333 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11334 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
66d055c7
MF
11335 ;;
11336 esac
11337 if test x"$silent" != x"yes"; then
11338 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11339 fi
11340 case " $hardware " in
11341 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11342$as_echo_n "checking for log2 in -lm... " >&6; }
11343if ${ac_cv_lib_m_log2+:} false; then :
11344 $as_echo_n "(cached) " >&6
11345else
11346 ac_check_lib_save_LIBS=$LIBS
11347LIBS="-lm $LIBS"
11348cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11349/* end confdefs.h. */
11350
11351/* Override any GCC internal prototype to avoid an error.
11352 Use char because int might match the return type of a GCC
11353 builtin and then its argument prototype would still apply. */
11354#ifdef __cplusplus
11355extern "C"
11356#endif
11357char log2 ();
11358int
11359main ()
11360{
11361return log2 ();
11362 ;
11363 return 0;
11364}
11365_ACEOF
11366if ac_fn_c_try_link "$LINENO"; then :
11367 ac_cv_lib_m_log2=yes
11368else
11369 ac_cv_lib_m_log2=no
11370fi
11371rm -f core conftest.err conftest.$ac_objext \
11372 conftest$ac_exeext conftest.$ac_ext
11373LIBS=$ac_check_lib_save_LIBS
11374fi
11375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11376$as_echo "$ac_cv_lib_m_log2" >&6; }
11377if test "x$ac_cv_lib_m_log2" = xyes; then :
11378 cat >>confdefs.h <<_ACEOF
11379#define HAVE_LIBM 1
11380_ACEOF
11381
11382 LIBS="-lm $LIBS"
11383
11384fi
11385;;
11386 esac
11387fi
11388
11389
fee8ec00
SR
11390cgen_breaks=""
11391if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11392cgen_breaks="break cgen_rtx_error";
11393fi
11394
81ecdfbb 11395ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fee8ec00 11396
81ecdfbb 11397ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fee8ec00 11398
81ecdfbb 11399ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fee8ec00 11400
81ecdfbb 11401ac_config_commands="$ac_config_commands Makefile"
fee8ec00 11402
81ecdfbb 11403ac_config_commands="$ac_config_commands stamp-h"
fee8ec00 11404
760b3e8b
MF
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
fee8ec00
SR
11417cat >confcache <<\_ACEOF
11418# This file is a shell script that caches the results of configure
11419# tests run on this system so they can be shared between configure
11420# scripts and configure runs, see configure's option --config-cache.
11421# It is not useful on other systems. If it contains results you don't
11422# want to keep, you may remove or edit it.
11423#
11424# config.status only pays attention to the cache file if you give it
11425# the --recheck option to rerun configure.
11426#
11427# `ac_cv_env_foo' variables (set or unset) will be overridden when
11428# loading this file, other *unset* `ac_cv_foo' will be assigned the
11429# following values.
11430
11431_ACEOF
11432
11433# The following way of writing the cache mishandles newlines in values,
11434# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11435# So, we kill variables containing newlines.
fee8ec00
SR
11436# Ultrix sh set writes to stderr and can't be redirected directly,
11437# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11438(
11439 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11440 eval ac_val=\$$ac_var
11441 case $ac_val in #(
11442 *${as_nl}*)
11443 case $ac_var in #(
11444 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11445$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11446 esac
11447 case $ac_var in #(
11448 _ | IFS | as_nl) ;; #(
11449 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11450 *) { eval $ac_var=; unset $ac_var;} ;;
11451 esac ;;
11452 esac
11453 done
11454
fee8ec00 11455 (set) 2>&1 |
81ecdfbb
RW
11456 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11457 *${as_nl}ac_space=\ *)
11458 # `set' does not quote correctly, so add quotes: double-quote
11459 # substitution turns \\\\ into \\, and sed turns \\ into \.
fee8ec00
SR
11460 sed -n \
11461 "s/'/'\\\\''/g;
11462 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11463 ;; #(
fee8ec00
SR
11464 *)
11465 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11466 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 11467 ;;
81ecdfbb
RW
11468 esac |
11469 sort
11470) |
fee8ec00 11471 sed '
81ecdfbb 11472 /^ac_cv_env_/b end
fee8ec00 11473 t clear
81ecdfbb 11474 :clear
fee8ec00
SR
11475 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11476 t end
81ecdfbb
RW
11477 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11478 :end' >>confcache
11479if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11480 if test -w "$cache_file"; then
d0ac1c44 11481 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11483$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11484 if test ! -f "$cache_file" || test -h "$cache_file"; then
11485 cat confcache >"$cache_file"
11486 else
11487 case $cache_file in #(
11488 */* | ?:*)
11489 mv -f confcache "$cache_file"$$ &&
11490 mv -f "$cache_file"$$ "$cache_file" ;; #(
11491 *)
11492 mv -f confcache "$cache_file" ;;
11493 esac
11494 fi
11495 fi
fee8ec00 11496 else
81ecdfbb
RW
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11498$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fee8ec00
SR
11499 fi
11500fi
11501rm -f confcache
11502
11503test "x$prefix" = xNONE && prefix=$ac_default_prefix
11504# Let make expand exec_prefix.
11505test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11506
52d37d2c
MF
11507# Transform confdefs.h into DEFS.
11508# Protect against shell expansion while executing Makefile rules.
11509# Protect against Makefile macro expansion.
11510#
11511# If the first sed substitution is executed (which looks for macros that
11512# take arguments), then branch to the quote section. Otherwise,
11513# look for a macro that doesn't take arguments.
11514ac_script='
11515:mline
11516/\\$/{
11517 N
11518 s,\\\n,,
11519 b mline
11520}
11521t clear
11522:clear
11523s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11524t quote
11525s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11526t quote
11527b any
11528:quote
11529s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11530s/\[/\\&/g
11531s/\]/\\&/g
11532s/\$/$$/g
11533H
11534:any
11535${
11536 g
11537 s/^\n//
11538 s/\n/ /g
11539 p
11540}
11541'
11542DEFS=`sed -n "$ac_script" confdefs.h`
11543
fee8ec00
SR
11544
11545ac_libobjs=
11546ac_ltlibobjs=
d0ac1c44 11547U=
fee8ec00
SR
11548for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11549 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11550 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11551 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11552 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11553 # will be set to the directory where LIBOBJS objects are built.
11554 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11555 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fee8ec00
SR
11556done
11557LIBOBJS=$ac_libobjs
11558
11559LTLIBOBJS=$ac_ltlibobjs
11560
11561
0cb8d851 11562
6bb11ab3 11563if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11564 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11565Usually this means the macro was only invoked conditionally." "$LINENO" 5
11566fi
31e6ad7d 11567if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11568 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11569Usually this means the macro was only invoked conditionally." "$LINENO" 5
11570fi
fee8ec00 11571
d0ac1c44 11572: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11573ac_write_fail=0
fee8ec00
SR
11574ac_clean_files_save=$ac_clean_files
11575ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11576{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11577$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11578as_write_fail=0
11579cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fee8ec00
SR
11580#! $SHELL
11581# Generated by $as_me.
11582# Run this file to recreate the current configuration.
11583# Compiler output produced by configure, useful for debugging
11584# configure, is in config.log if it exists.
11585
11586debug=false
11587ac_cs_recheck=false
11588ac_cs_silent=false
fee8ec00 11589
81ecdfbb
RW
11590SHELL=\${CONFIG_SHELL-$SHELL}
11591export SHELL
11592_ASEOF
11593cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11594## -------------------- ##
11595## M4sh Initialization. ##
11596## -------------------- ##
11597
11598# Be more Bourne compatible
11599DUALCASE=1; export DUALCASE # for MKS sh
11600if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fee8ec00
SR
11601 emulate sh
11602 NULLCMD=:
81ecdfbb 11603 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
11604 # is contrary to our usage. Disable this feature.
11605 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11606 setopt NO_GLOB_SUBST
11607else
11608 case `(set -o) 2>/dev/null` in #(
11609 *posix*) :
11610 set -o posix ;; #(
11611 *) :
11612 ;;
11613esac
fee8ec00 11614fi
fee8ec00 11615
81ecdfbb
RW
11616
11617as_nl='
11618'
11619export as_nl
11620# Printing a long string crashes Solaris 7 /usr/bin/printf.
11621as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11622as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11623as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11624# Prefer a ksh shell builtin over an external printf program on Solaris,
11625# but without wasting forks for bash or zsh.
11626if test -z "$BASH_VERSION$ZSH_VERSION" \
11627 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11628 as_echo='print -r --'
11629 as_echo_n='print -rn --'
11630elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11631 as_echo='printf %s\n'
11632 as_echo_n='printf %s'
11633else
11634 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11635 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11636 as_echo_n='/usr/ucb/echo -n'
11637 else
11638 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11639 as_echo_n_body='eval
11640 arg=$1;
11641 case $arg in #(
11642 *"$as_nl"*)
11643 expr "X$arg" : "X\\(.*\\)$as_nl";
11644 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11645 esac;
11646 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11647 '
11648 export as_echo_n_body
11649 as_echo_n='sh -c $as_echo_n_body as_echo'
11650 fi
11651 export as_echo_body
11652 as_echo='sh -c $as_echo_body as_echo'
11653fi
11654
11655# The user is always right.
11656if test "${PATH_SEPARATOR+set}" != set; then
11657 PATH_SEPARATOR=:
11658 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11659 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11660 PATH_SEPARATOR=';'
11661 }
fee8ec00
SR
11662fi
11663
11664
81ecdfbb
RW
11665# IFS
11666# We need space, tab and new line, in precisely that order. Quoting is
11667# there to prevent editors from complaining about space-tab.
11668# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11669# splitting by setting IFS to empty value.)
11670IFS=" "" $as_nl"
11671
11672# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11673as_myself=
81ecdfbb
RW
11674case $0 in #((
11675 *[\\/]* ) as_myself=$0 ;;
11676 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11677for as_dir in $PATH
11678do
11679 IFS=$as_save_IFS
11680 test -z "$as_dir" && as_dir=.
11681 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11682 done
11683IFS=$as_save_IFS
11684
11685 ;;
11686esac
11687# We did not find ourselves, most probably we were run as `sh COMMAND'
11688# in which case we are not to be found in the path.
11689if test "x$as_myself" = x; then
11690 as_myself=$0
11691fi
11692if test ! -f "$as_myself"; then
11693 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11694 exit 1
11695fi
11696
11697# Unset variables that we do not need and which cause bugs (e.g. in
11698# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11699# suppresses any "Segmentation fault" message there. '((' could
11700# trigger a bug in pdksh 5.2.14.
11701for as_var in BASH_ENV ENV MAIL MAILPATH
11702do eval test x\${$as_var+set} = xset \
11703 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11704done
fee8ec00
SR
11705PS1='$ '
11706PS2='> '
11707PS4='+ '
11708
11709# NLS nuisances.
81ecdfbb
RW
11710LC_ALL=C
11711export LC_ALL
11712LANGUAGE=C
11713export LANGUAGE
11714
11715# CDPATH.
11716(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11717
11718
d0ac1c44
SM
11719# as_fn_error STATUS ERROR [LINENO LOG_FD]
11720# ----------------------------------------
81ecdfbb
RW
11721# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11722# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11723# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11724as_fn_error ()
11725{
d0ac1c44
SM
11726 as_status=$1; test $as_status -eq 0 && as_status=1
11727 if test "$4"; then
11728 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11729 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fee8ec00 11730 fi
d0ac1c44 11731 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11732 as_fn_exit $as_status
11733} # as_fn_error
11734
11735
11736# as_fn_set_status STATUS
11737# -----------------------
11738# Set $? to STATUS, without forking.
11739as_fn_set_status ()
11740{
11741 return $1
11742} # as_fn_set_status
11743
11744# as_fn_exit STATUS
11745# -----------------
11746# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11747as_fn_exit ()
11748{
11749 set +e
11750 as_fn_set_status $1
11751 exit $1
11752} # as_fn_exit
11753
11754# as_fn_unset VAR
11755# ---------------
11756# Portably unset VAR.
11757as_fn_unset ()
11758{
11759 { eval $1=; unset $1;}
11760}
11761as_unset=as_fn_unset
11762# as_fn_append VAR VALUE
11763# ----------------------
11764# Append the text in VALUE to the end of the definition contained in VAR. Take
11765# advantage of any shell optimizations that allow amortized linear growth over
11766# repeated appends, instead of the typical quadratic growth present in naive
11767# implementations.
11768if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11769 eval 'as_fn_append ()
11770 {
11771 eval $1+=\$2
11772 }'
11773else
11774 as_fn_append ()
11775 {
11776 eval $1=\$$1\$2
11777 }
11778fi # as_fn_append
11779
11780# as_fn_arith ARG...
11781# ------------------
11782# Perform arithmetic evaluation on the ARGs, and store the result in the
11783# global $as_val. Take advantage of shells that can avoid forks. The arguments
11784# must be portable across $(()) and expr.
11785if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11786 eval 'as_fn_arith ()
11787 {
11788 as_val=$(( $* ))
11789 }'
11790else
11791 as_fn_arith ()
11792 {
11793 as_val=`expr "$@" || test $? -eq 1`
11794 }
11795fi # as_fn_arith
11796
fee8ec00 11797
81ecdfbb
RW
11798if expr a : '\(a\)' >/dev/null 2>&1 &&
11799 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fee8ec00
SR
11800 as_expr=expr
11801else
11802 as_expr=false
11803fi
11804
81ecdfbb 11805if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fee8ec00
SR
11806 as_basename=basename
11807else
11808 as_basename=false
11809fi
11810
81ecdfbb
RW
11811if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11812 as_dirname=dirname
11813else
11814 as_dirname=false
11815fi
fee8ec00 11816
81ecdfbb 11817as_me=`$as_basename -- "$0" ||
fee8ec00
SR
11818$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11819 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11820 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11821$as_echo X/"$0" |
11822 sed '/^.*\/\([^/][^/]*\)\/*$/{
11823 s//\1/
11824 q
11825 }
11826 /^X\/\(\/\/\)$/{
11827 s//\1/
11828 q
11829 }
11830 /^X\/\(\/\).*/{
11831 s//\1/
11832 q
11833 }
11834 s/.*/./; q'`
fee8ec00 11835
fee8ec00
SR
11836# Avoid depending upon Character Ranges.
11837as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11838as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11839as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11840as_cr_digits='0123456789'
11841as_cr_alnum=$as_cr_Letters$as_cr_digits
11842
81ecdfbb
RW
11843ECHO_C= ECHO_N= ECHO_T=
11844case `echo -n x` in #(((((
11845-n*)
11846 case `echo 'xy\c'` in
11847 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11848 xy) ECHO_C='\c';;
11849 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11850 ECHO_T=' ';;
11851 esac;;
11852*)
11853 ECHO_N='-n';;
fee8ec00
SR
11854esac
11855
81ecdfbb
RW
11856rm -f conf$$ conf$$.exe conf$$.file
11857if test -d conf$$.dir; then
11858 rm -f conf$$.dir/conf$$.file
fee8ec00 11859else
81ecdfbb
RW
11860 rm -f conf$$.dir
11861 mkdir conf$$.dir 2>/dev/null
fee8ec00 11862fi
81ecdfbb
RW
11863if (echo >conf$$.file) 2>/dev/null; then
11864 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 11865 as_ln_s='ln -s'
81ecdfbb
RW
11866 # ... but there are two gotchas:
11867 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11868 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11869 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11870 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11871 as_ln_s='cp -pR'
81ecdfbb
RW
11872 elif ln conf$$.file conf$$ 2>/dev/null; then
11873 as_ln_s=ln
11874 else
d0ac1c44 11875 as_ln_s='cp -pR'
fee8ec00 11876 fi
fee8ec00 11877else
d0ac1c44 11878 as_ln_s='cp -pR'
fee8ec00 11879fi
81ecdfbb
RW
11880rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11881rmdir conf$$.dir 2>/dev/null
11882
fee8ec00 11883
81ecdfbb
RW
11884# as_fn_mkdir_p
11885# -------------
11886# Create "$as_dir" as a directory, including parents if necessary.
11887as_fn_mkdir_p ()
11888{
11889
11890 case $as_dir in #(
11891 -*) as_dir=./$as_dir;;
11892 esac
11893 test -d "$as_dir" || eval $as_mkdir_p || {
11894 as_dirs=
11895 while :; do
11896 case $as_dir in #(
11897 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11898 *) as_qdir=$as_dir;;
11899 esac
11900 as_dirs="'$as_qdir' $as_dirs"
11901 as_dir=`$as_dirname -- "$as_dir" ||
11902$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11903 X"$as_dir" : 'X\(//\)[^/]' \| \
11904 X"$as_dir" : 'X\(//\)$' \| \
11905 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11906$as_echo X"$as_dir" |
11907 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11908 s//\1/
11909 q
11910 }
11911 /^X\(\/\/\)[^/].*/{
11912 s//\1/
11913 q
11914 }
11915 /^X\(\/\/\)$/{
11916 s//\1/
11917 q
11918 }
11919 /^X\(\/\).*/{
11920 s//\1/
11921 q
11922 }
11923 s/.*/./; q'`
11924 test -d "$as_dir" && break
11925 done
11926 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11927 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
11928
11929
11930} # as_fn_mkdir_p
fee8ec00 11931if mkdir -p . 2>/dev/null; then
81ecdfbb 11932 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
11933else
11934 test -d ./-p && rmdir ./-p
11935 as_mkdir_p=false
11936fi
11937
d0ac1c44
SM
11938
11939# as_fn_executable_p FILE
11940# -----------------------
11941# Test if FILE is an executable regular file.
11942as_fn_executable_p ()
11943{
11944 test -f "$1" && test -x "$1"
11945} # as_fn_executable_p
11946as_test_x='test -x'
11947as_executable_p=as_fn_executable_p
fee8ec00
SR
11948
11949# Sed expression to map a string onto a valid CPP name.
11950as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11951
11952# Sed expression to map a string onto a valid variable name.
11953as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11954
11955
fee8ec00 11956exec 6>&1
81ecdfbb
RW
11957## ----------------------------------- ##
11958## Main body of $CONFIG_STATUS script. ##
11959## ----------------------------------- ##
11960_ASEOF
11961test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11962
11963cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11964# Save the log message, to keep $0 and so on meaningful, and to
fee8ec00 11965# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11966# values after options handling.
11967ac_log="
fee8ec00 11968This file was extended by $as_me, which was
d0ac1c44 11969generated by GNU Autoconf 2.69. Invocation command line was
fee8ec00
SR
11970
11971 CONFIG_FILES = $CONFIG_FILES
11972 CONFIG_HEADERS = $CONFIG_HEADERS
11973 CONFIG_LINKS = $CONFIG_LINKS
11974 CONFIG_COMMANDS = $CONFIG_COMMANDS
11975 $ $0 $@
11976
81ecdfbb
RW
11977on `(hostname || uname -n) 2>/dev/null | sed 1q`
11978"
11979
fee8ec00
SR
11980_ACEOF
11981
81ecdfbb
RW
11982case $ac_config_files in *"
11983"*) set x $ac_config_files; shift; ac_config_files=$*;;
11984esac
fee8ec00 11985
fee8ec00 11986
fee8ec00 11987
81ecdfbb
RW
11988cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11989# Files that config.status was made for.
11990config_files="$ac_config_files"
81ecdfbb 11991config_commands="$ac_config_commands"
fee8ec00 11992
81ecdfbb 11993_ACEOF
fee8ec00 11994
81ecdfbb 11995cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 11996ac_cs_usage="\
81ecdfbb
RW
11997\`$as_me' instantiates files and other configuration actions
11998from templates according to the current configuration. Unless the files
11999and actions are specified as TAGs, all are instantiated by default.
fee8ec00 12000
81ecdfbb 12001Usage: $0 [OPTION]... [TAG]...
fee8ec00
SR
12002
12003 -h, --help print this help, then exit
81ecdfbb 12004 -V, --version print version number and configuration settings, then exit
d0ac1c44 12005 --config print configuration, then exit
81ecdfbb
RW
12006 -q, --quiet, --silent
12007 do not print progress messages
fee8ec00
SR
12008 -d, --debug don't remove temporary files
12009 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12010 --file=FILE[:TEMPLATE]
12011 instantiate the configuration file FILE
fee8ec00
SR
12012
12013Configuration files:
12014$config_files
12015
fee8ec00
SR
12016Configuration commands:
12017$config_commands
12018
81ecdfbb 12019Report bugs to the package provider."
fee8ec00 12020
81ecdfbb
RW
12021_ACEOF
12022cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12023ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
fee8ec00
SR
12024ac_cs_version="\\
12025config.status
d0ac1c44
SM
12026configured by $0, generated by GNU Autoconf 2.69,
12027 with options \\"\$ac_cs_config\\"
fee8ec00 12028
d0ac1c44 12029Copyright (C) 2012 Free Software Foundation, Inc.
fee8ec00
SR
12030This config.status script is free software; the Free Software Foundation
12031gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12032
12033ac_pwd='$ac_pwd'
12034srcdir='$srcdir'
12035INSTALL='$INSTALL'
6bb11ab3 12036AWK='$AWK'
81ecdfbb 12037test -n "\$AWK" || AWK=awk
fee8ec00
SR
12038_ACEOF
12039
81ecdfbb
RW
12040cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12041# The default lists apply if the user does not specify any file.
fee8ec00
SR
12042ac_need_defaults=:
12043while test $# != 0
12044do
12045 case $1 in
d0ac1c44 12046 --*=?*)
81ecdfbb
RW
12047 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12048 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fee8ec00
SR
12049 ac_shift=:
12050 ;;
d0ac1c44
SM
12051 --*=)
12052 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12053 ac_optarg=
12054 ac_shift=:
12055 ;;
81ecdfbb 12056 *)
fee8ec00
SR
12057 ac_option=$1
12058 ac_optarg=$2
12059 ac_shift=shift
12060 ;;
fee8ec00
SR
12061 esac
12062
12063 case $ac_option in
12064 # Handling of the options.
fee8ec00
SR
12065 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12066 ac_cs_recheck=: ;;
81ecdfbb
RW
12067 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12068 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12069 --config | --confi | --conf | --con | --co | --c )
12070 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12071 --debug | --debu | --deb | --de | --d | -d )
fee8ec00
SR
12072 debug=: ;;
12073 --file | --fil | --fi | --f )
12074 $ac_shift
81ecdfbb
RW
12075 case $ac_optarg in
12076 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12077 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12078 esac
12079 as_fn_append CONFIG_FILES " '$ac_optarg'"
fee8ec00 12080 ac_need_defaults=false;;
52d37d2c 12081 --he | --h | --help | --hel | -h )
81ecdfbb 12082 $as_echo "$ac_cs_usage"; exit ;;
fee8ec00
SR
12083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12084 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12085 ac_cs_silent=: ;;
12086
12087 # This is an error.
d0ac1c44 12088 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12089Try \`$0 --help' for more information." ;;
fee8ec00 12090
81ecdfbb
RW
12091 *) as_fn_append ac_config_targets " $1"
12092 ac_need_defaults=false ;;
fee8ec00
SR
12093
12094 esac
12095 shift
12096done
12097
12098ac_configure_extra_args=
12099
12100if $ac_cs_silent; then
12101 exec 6>/dev/null
12102 ac_configure_extra_args="$ac_configure_extra_args --silent"
12103fi
12104
12105_ACEOF
81ecdfbb 12106cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fee8ec00 12107if \$ac_cs_recheck; then
d0ac1c44 12108 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12109 shift
12110 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12111 CONFIG_SHELL='$SHELL'
12112 export CONFIG_SHELL
12113 exec "\$@"
fee8ec00
SR
12114fi
12115
12116_ACEOF
81ecdfbb
RW
12117cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12118exec 5>>config.log
12119{
12120 echo
12121 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12122## Running $as_me. ##
12123_ASBOX
12124 $as_echo "$ac_log"
12125} >&5
fee8ec00 12126
81ecdfbb
RW
12127_ACEOF
12128cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12129#
12130# INIT-COMMANDS
12131#
12132ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12133
6bb11ab3
L
12134
12135# The HP-UX ksh and POSIX shell print the target directory to stdout
12136# if CDPATH is set.
12137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12138
12139sed_quote_subst='$sed_quote_subst'
12140double_quote_subst='$double_quote_subst'
12141delay_variable_subst='$delay_variable_subst'
12142macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12143macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12144enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12145enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12146pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12147enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12148SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12149ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12150host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12151host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12152host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12153build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12154build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12155build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12156SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12157Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12158GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12159EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12160FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12161LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12162NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12163LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12164max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12165ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12166exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12167lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12168lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12169lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12170reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12171reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12172OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12173deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12174file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12175AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12176AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12177STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12178RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12179old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12180old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12181old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12182lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12183CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12184CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12185compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12186GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12187lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12188lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12189lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12190lt_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"`'
12191objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12192MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12193lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12194lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12195lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12196lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12197lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12198need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12199DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12200NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12201LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12202OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12203OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12204libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12205shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12206extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12207archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12208enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12209export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12210whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12211compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12212old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12213old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12214archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12215archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12216module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12217module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12218with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12219allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12220no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12221hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12222hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12223hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12224hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12225hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12226hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12227hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12228hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12229inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12230link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12231fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12232always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12233export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12234exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12235include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12236prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12237file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12238variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12239need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12240need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12241version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12242runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12243shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12244shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12245libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12246library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12247soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12248install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12249postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12250postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12251finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12252finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12253hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12254sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12255sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12256hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12257enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12258enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12259enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12260old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12261striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12262
12263LTCC='$LTCC'
12264LTCFLAGS='$LTCFLAGS'
12265compiler='$compiler_DEFAULT'
12266
12267# A function that is used when there is no print builtin or printf.
12268func_fallback_echo ()
12269{
12270 eval 'cat <<_LTECHO_EOF
12271\$1
12272_LTECHO_EOF'
12273}
12274
12275# Quote evaled strings.
12276for var in SHELL \
12277ECHO \
12278SED \
12279GREP \
12280EGREP \
12281FGREP \
12282LD \
12283NM \
12284LN_S \
12285lt_SP2NL \
12286lt_NL2SP \
12287reload_flag \
12288OBJDUMP \
12289deplibs_check_method \
12290file_magic_cmd \
12291AR \
12292AR_FLAGS \
12293STRIP \
12294RANLIB \
12295CC \
12296CFLAGS \
12297compiler \
12298lt_cv_sys_global_symbol_pipe \
12299lt_cv_sys_global_symbol_to_cdecl \
12300lt_cv_sys_global_symbol_to_c_name_address \
12301lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12302lt_prog_compiler_no_builtin_flag \
12303lt_prog_compiler_wl \
12304lt_prog_compiler_pic \
12305lt_prog_compiler_static \
12306lt_cv_prog_compiler_c_o \
12307need_locks \
12308DSYMUTIL \
12309NMEDIT \
12310LIPO \
12311OTOOL \
12312OTOOL64 \
12313shrext_cmds \
12314export_dynamic_flag_spec \
12315whole_archive_flag_spec \
12316compiler_needs_object \
12317with_gnu_ld \
12318allow_undefined_flag \
12319no_undefined_flag \
12320hardcode_libdir_flag_spec \
12321hardcode_libdir_flag_spec_ld \
12322hardcode_libdir_separator \
12323fix_srcfile_path \
12324exclude_expsyms \
12325include_expsyms \
12326file_list_spec \
12327variables_saved_for_relink \
12328libname_spec \
12329library_names_spec \
12330soname_spec \
12331install_override_mode \
12332finish_eval \
12333old_striplib \
12334striplib; do
12335 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12336 *[\\\\\\\`\\"\\\$]*)
12337 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12338 ;;
12339 *)
12340 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12341 ;;
12342 esac
12343done
12344
12345# Double-quote double-evaled strings.
12346for var in reload_cmds \
12347old_postinstall_cmds \
12348old_postuninstall_cmds \
12349old_archive_cmds \
12350extract_expsyms_cmds \
12351old_archive_from_new_cmds \
12352old_archive_from_expsyms_cmds \
12353archive_cmds \
12354archive_expsym_cmds \
12355module_cmds \
12356module_expsym_cmds \
12357export_symbols_cmds \
12358prelink_cmds \
12359postinstall_cmds \
12360postuninstall_cmds \
12361finish_cmds \
12362sys_lib_search_path_spec \
12363sys_lib_dlsearch_path_spec; do
12364 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12365 *[\\\\\\\`\\"\\\$]*)
12366 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12367 ;;
12368 *)
12369 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12370 ;;
12371 esac
12372done
12373
12374ac_aux_dir='$ac_aux_dir'
12375xsi_shell='$xsi_shell'
12376lt_shell_append='$lt_shell_append'
12377
12378# See if we are running on zsh, and set the options which allow our
12379# commands through without removal of \ escapes INIT.
12380if test -n "\${ZSH_VERSION+set}" ; then
12381 setopt NO_GLOB_SUBST
12382fi
12383
12384
12385 PACKAGE='$PACKAGE'
12386 VERSION='$VERSION'
12387 TIMESTAMP='$TIMESTAMP'
12388 RM='$RM'
12389 ofile='$ofile'
12390
12391
12392
12393
81ecdfbb 12394_ACEOF
fee8ec00 12395
81ecdfbb 12396cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 12397
81ecdfbb 12398# Handling of arguments.
fee8ec00
SR
12399for ac_config_target in $ac_config_targets
12400do
81ecdfbb 12401 case $ac_config_target in
db2e4d67 12402 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12403 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12404 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12405 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12406 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12407 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12408 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12409
d0ac1c44 12410 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fee8ec00
SR
12411 esac
12412done
12413
81ecdfbb 12414
fee8ec00
SR
12415# If the user did not use the arguments to specify the items to instantiate,
12416# then the envvar interface is used. Set only those that are not.
12417# We use the long form for the default assignment because of an extremely
12418# bizarre bug on SunOS 4.1.3.
12419if $ac_need_defaults; then
12420 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
fee8ec00
SR
12421 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12422fi
12423
12424# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12425# simply because there is no reason against having it here, and in addition,
fee8ec00 12426# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12427# Hook for its removal unless debugging.
12428# Note that there is a small window in which the directory will not be cleaned:
12429# after its creation but before its name has been assigned to `$tmp'.
fee8ec00
SR
12430$debug ||
12431{
d0ac1c44 12432 tmp= ac_tmp=
81ecdfbb 12433 trap 'exit_status=$?
d0ac1c44
SM
12434 : "${ac_tmp:=$tmp}"
12435 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12436' 0
12437 trap 'as_fn_exit 1' 1 2 13 15
fee8ec00 12438}
fee8ec00
SR
12439# Create a (secure) tmp directory for tmp files.
12440
12441{
81ecdfbb 12442 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12443 test -d "$tmp"
fee8ec00
SR
12444} ||
12445{
81ecdfbb
RW
12446 tmp=./conf$$-$RANDOM
12447 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12448} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12449ac_tmp=$tmp
fee8ec00 12450
81ecdfbb
RW
12451# Set up the scripts for CONFIG_FILES section.
12452# No need to generate them if there are no CONFIG_FILES.
12453# This happens for instance with `./config.status config.h'.
12454if test -n "$CONFIG_FILES"; then
fee8ec00 12455
fee8ec00 12456
81ecdfbb
RW
12457ac_cr=`echo X | tr X '\015'`
12458# On cygwin, bash can eat \r inside `` if the user requested igncr.
12459# But we know of no other shell where ac_cr would be empty at this
12460# point, so we can use a bashism as a fallback.
12461if test "x$ac_cr" = x; then
12462 eval ac_cr=\$\'\\r\'
12463fi
12464ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12465if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12466 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12467else
12468 ac_cs_awk_cr=$ac_cr
12469fi
fee8ec00 12470
d0ac1c44 12471echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
fee8ec00
SR
12472_ACEOF
12473
81ecdfbb
RW
12474
12475{
12476 echo "cat >conf$$subs.awk <<_ACEOF" &&
12477 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12478 echo "_ACEOF"
12479} >conf$$subs.sh ||
d0ac1c44
SM
12480 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12481ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12482ac_delim='%!_!# '
12483for ac_last_try in false false false false false :; do
12484 . ./conf$$subs.sh ||
d0ac1c44 12485 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12486
12487 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12488 if test $ac_delim_n = $ac_delim_num; then
12489 break
12490 elif $ac_last_try; then
d0ac1c44 12491 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12492 else
12493 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fee8ec00 12494 fi
81ecdfbb
RW
12495done
12496rm -f conf$$subs.sh
fee8ec00 12497
81ecdfbb 12498cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12499cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
fee8ec00 12500_ACEOF
81ecdfbb
RW
12501sed -n '
12502h
12503s/^/S["/; s/!.*/"]=/
12504p
12505g
12506s/^[^!]*!//
12507:repl
12508t repl
12509s/'"$ac_delim"'$//
12510t delim
12511:nl
12512h
d0ac1c44 12513s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12514t more1
12515s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12516p
12517n
12518b repl
12519:more1
12520s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12521p
12522g
12523s/.\{148\}//
12524t nl
12525:delim
12526h
d0ac1c44 12527s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12528t more2
12529s/["\\]/\\&/g; s/^/"/; s/$/"/
12530p
12531b
12532:more2
12533s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12534p
12535g
12536s/.\{148\}//
12537t delim
12538' <conf$$subs.awk | sed '
12539/^[^""]/{
12540 N
12541 s/\n//
12542}
12543' >>$CONFIG_STATUS || ac_write_fail=1
12544rm -f conf$$subs.awk
12545cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12546_ACAWK
d0ac1c44 12547cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12548 for (key in S) S_is_set[key] = 1
12549 FS = "\a"
fee8ec00 12550
81ecdfbb
RW
12551}
12552{
12553 line = $ 0
12554 nfields = split(line, field, "@")
12555 substed = 0
12556 len = length(field[1])
12557 for (i = 2; i < nfields; i++) {
12558 key = field[i]
12559 keylen = length(key)
12560 if (S_is_set[key]) {
12561 value = S[key]
12562 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12563 len += length(value) + length(field[++i])
12564 substed = 1
12565 } else
12566 len += 1 + keylen
12567 }
12568
12569 print line
12570}
fee8ec00 12571
81ecdfbb
RW
12572_ACAWK
12573_ACEOF
12574cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12575if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12576 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fee8ec00 12577else
81ecdfbb 12578 cat
d0ac1c44
SM
12579fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12580 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12581_ACEOF
fee8ec00 12582
d0ac1c44
SM
12583# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12584# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12585# trailing colons and then remove the whole line if VPATH becomes empty
12586# (actually we leave an empty line to preserve line numbers).
12587if test "x$srcdir" = x.; then
d0ac1c44
SM
12588 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12589h
12590s///
12591s/^/:/
12592s/[ ]*$/:/
12593s/:\$(srcdir):/:/g
12594s/:\${srcdir}:/:/g
12595s/:@srcdir@:/:/g
12596s/^:*//
81ecdfbb 12597s/:*$//
d0ac1c44
SM
12598x
12599s/\(=[ ]*\).*/\1/
12600G
12601s/\n//
81ecdfbb
RW
12602s/^[^=]*=[ ]*$//
12603}'
12604fi
fee8ec00 12605
81ecdfbb
RW
12606cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12607fi # test -n "$CONFIG_FILES"
fee8ec00 12608
81ecdfbb 12609
52d37d2c 12610eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
81ecdfbb
RW
12611shift
12612for ac_tag
12613do
12614 case $ac_tag in
12615 :[FHLC]) ac_mode=$ac_tag; continue;;
12616 esac
12617 case $ac_mode$ac_tag in
12618 :[FHL]*:*);;
d0ac1c44 12619 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12620 :[FH]-) ac_tag=-:-;;
12621 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fee8ec00 12622 esac
81ecdfbb
RW
12623 ac_save_IFS=$IFS
12624 IFS=:
12625 set x $ac_tag
12626 IFS=$ac_save_IFS
12627 shift
12628 ac_file=$1
12629 shift
fee8ec00 12630
81ecdfbb
RW
12631 case $ac_mode in
12632 :L) ac_source=$1;;
12633 :[FH])
12634 ac_file_inputs=
12635 for ac_f
12636 do
12637 case $ac_f in
d0ac1c44 12638 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12639 *) # Look for the file first in the build tree, then in the source tree
12640 # (if the path is not absolute). The absolute path cannot be DOS-style,
12641 # because $ac_f cannot contain `:'.
12642 test -f "$ac_f" ||
12643 case $ac_f in
12644 [\\/$]*) false;;
12645 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12646 esac ||
d0ac1c44 12647 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fee8ec00 12648 esac
81ecdfbb
RW
12649 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12650 as_fn_append ac_file_inputs " '$ac_f'"
12651 done
fee8ec00 12652
81ecdfbb
RW
12653 # Let's still pretend it is `configure' which instantiates (i.e., don't
12654 # use $as_me), people would be surprised to read:
12655 # /* config.h. Generated by config.status. */
12656 configure_input='Generated from '`
12657 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12658 `' by configure.'
12659 if test x"$ac_file" != x-; then
12660 configure_input="$ac_file. $configure_input"
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12662$as_echo "$as_me: creating $ac_file" >&6;}
12663 fi
12664 # Neutralize special characters interpreted by sed in replacement strings.
12665 case $configure_input in #(
12666 *\&* | *\|* | *\\* )
12667 ac_sed_conf_input=`$as_echo "$configure_input" |
12668 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12669 *) ac_sed_conf_input=$configure_input;;
12670 esac
fee8ec00 12671
81ecdfbb 12672 case $ac_tag in
d0ac1c44
SM
12673 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12674 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12675 esac
12676 ;;
12677 esac
fee8ec00 12678
81ecdfbb 12679 ac_dir=`$as_dirname -- "$ac_file" ||
fee8ec00
SR
12680$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12681 X"$ac_file" : 'X\(//\)[^/]' \| \
12682 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12683 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12684$as_echo X"$ac_file" |
12685 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12686 s//\1/
12687 q
12688 }
12689 /^X\(\/\/\)[^/].*/{
12690 s//\1/
12691 q
12692 }
12693 /^X\(\/\/\)$/{
12694 s//\1/
12695 q
12696 }
12697 /^X\(\/\).*/{
12698 s//\1/
12699 q
12700 }
12701 s/.*/./; q'`
12702 as_dir="$ac_dir"; as_fn_mkdir_p
fee8ec00
SR
12703 ac_builddir=.
12704
81ecdfbb
RW
12705case "$ac_dir" in
12706.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12707*)
12708 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12709 # A ".." for each directory in $ac_dir_suffix.
12710 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12711 case $ac_top_builddir_sub in
12712 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12713 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12714 esac ;;
12715esac
12716ac_abs_top_builddir=$ac_pwd
12717ac_abs_builddir=$ac_pwd$ac_dir_suffix
12718# for backward compatibility:
12719ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
12720
12721case $srcdir in
81ecdfbb 12722 .) # We are building in place.
fee8ec00 12723 ac_srcdir=.
81ecdfbb
RW
12724 ac_top_srcdir=$ac_top_builddir_sub
12725 ac_abs_top_srcdir=$ac_pwd ;;
12726 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 12727 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12728 ac_top_srcdir=$srcdir
12729 ac_abs_top_srcdir=$srcdir ;;
12730 *) # Relative name.
12731 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12732 ac_top_srcdir=$ac_top_build_prefix$srcdir
12733 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 12734esac
81ecdfbb 12735ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fee8ec00 12736
fee8ec00 12737
81ecdfbb
RW
12738 case $ac_mode in
12739 :F)
12740 #
12741 # CONFIG_FILE
12742 #
fee8ec00 12743
81ecdfbb
RW
12744 case $INSTALL in
12745 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12746 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fee8ec00 12747 esac
81ecdfbb 12748_ACEOF
fee8ec00 12749
81ecdfbb
RW
12750cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12751# If the template does not know about datarootdir, expand it.
12752# FIXME: This hack should be removed a few years after 2.60.
12753ac_datarootdir_hack=; ac_datarootdir_seen=
12754ac_sed_dataroot='
12755/datarootdir/ {
12756 p
12757 q
12758}
12759/@datadir@/p
12760/@docdir@/p
12761/@infodir@/p
12762/@localedir@/p
12763/@mandir@/p'
12764case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12765*datarootdir*) ac_datarootdir_seen=yes;;
12766*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12768$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12769_ACEOF
12770cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12771 ac_datarootdir_hack='
12772 s&@datadir@&$datadir&g
12773 s&@docdir@&$docdir&g
12774 s&@infodir@&$infodir&g
12775 s&@localedir@&$localedir&g
12776 s&@mandir@&$mandir&g
12777 s&\\\${datarootdir}&$datarootdir&g' ;;
12778esac
fee8ec00 12779_ACEOF
fee8ec00 12780
81ecdfbb
RW
12781# Neutralize VPATH when `$srcdir' = `.'.
12782# Shell code in configure.ac might set extrasub.
12783# FIXME: do we really want to maintain this feature?
12784cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12785ac_sed_extra="$ac_vpsub
12786$extrasub
12787_ACEOF
12788cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12789:t
12790/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12791s|@configure_input@|$ac_sed_conf_input|;t t
12792s&@top_builddir@&$ac_top_builddir_sub&;t t
12793s&@top_build_prefix@&$ac_top_build_prefix&;t t
12794s&@srcdir@&$ac_srcdir&;t t
12795s&@abs_srcdir@&$ac_abs_srcdir&;t t
12796s&@top_srcdir@&$ac_top_srcdir&;t t
12797s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12798s&@builddir@&$ac_builddir&;t t
12799s&@abs_builddir@&$ac_abs_builddir&;t t
12800s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12801s&@INSTALL@&$ac_INSTALL&;t t
12802$ac_datarootdir_hack
12803"
d0ac1c44
SM
12804eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12805 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12806
12807test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12808 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12809 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12810 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12812which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12813$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12814which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12815
d0ac1c44 12816 rm -f "$ac_tmp/stdin"
81ecdfbb 12817 case $ac_file in
d0ac1c44
SM
12818 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12819 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12820 esac \
d0ac1c44 12821 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12822 ;;
52d37d2c 12823
fee8ec00 12824
81ecdfbb
RW
12825 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12826$as_echo "$as_me: executing $ac_file commands" >&6;}
12827 ;;
12828 esac
fee8ec00
SR
12829
12830
81ecdfbb 12831 case $ac_file$ac_mode in
db2e4d67 12832 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12833 "libtool":C)
12834
12835 # See if we are running on zsh, and set the options which allow our
12836 # commands through without removal of \ escapes.
12837 if test -n "${ZSH_VERSION+set}" ; then
12838 setopt NO_GLOB_SUBST
12839 fi
12840
12841 cfgfile="${ofile}T"
12842 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12843 $RM "$cfgfile"
12844
12845 cat <<_LT_EOF >> "$cfgfile"
12846#! $SHELL
12847
12848# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12849# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12850# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12851# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12852#
12853# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12854# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12855# Written by Gordon Matzigkeit, 1996
12856#
12857# This file is part of GNU Libtool.
12858#
12859# GNU Libtool is free software; you can redistribute it and/or
12860# modify it under the terms of the GNU General Public License as
12861# published by the Free Software Foundation; either version 2 of
12862# the License, or (at your option) any later version.
12863#
12864# As a special exception to the GNU General Public License,
12865# if you distribute this file as part of a program or library that
12866# is built using GNU Libtool, you may include this file under the
12867# same distribution terms that you use for the rest of that program.
12868#
12869# GNU Libtool is distributed in the hope that it will be useful,
12870# but WITHOUT ANY WARRANTY; without even the implied warranty of
12871# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12872# GNU General Public License for more details.
12873#
12874# You should have received a copy of the GNU General Public License
12875# along with GNU Libtool; see the file COPYING. If not, a copy
12876# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12877# obtained by writing to the Free Software Foundation, Inc.,
12878# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12879
12880
12881# The names of the tagged configurations supported by this script.
12882available_tags=""
12883
12884# ### BEGIN LIBTOOL CONFIG
12885
12886# Which release of libtool.m4 was used?
12887macro_version=$macro_version
12888macro_revision=$macro_revision
12889
12890# Whether or not to build shared libraries.
12891build_libtool_libs=$enable_shared
12892
12893# Whether or not to build static libraries.
12894build_old_libs=$enable_static
12895
12896# What type of objects to build.
12897pic_mode=$pic_mode
12898
12899# Whether or not to optimize for fast installation.
12900fast_install=$enable_fast_install
12901
12902# Shell to use when invoking shell scripts.
12903SHELL=$lt_SHELL
12904
12905# An echo program that protects backslashes.
12906ECHO=$lt_ECHO
12907
12908# The host system.
12909host_alias=$host_alias
12910host=$host
12911host_os=$host_os
12912
12913# The build system.
12914build_alias=$build_alias
12915build=$build
12916build_os=$build_os
12917
12918# A sed program that does not truncate output.
12919SED=$lt_SED
12920
12921# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12922Xsed="\$SED -e 1s/^X//"
12923
12924# A grep program that handles long lines.
12925GREP=$lt_GREP
12926
12927# An ERE matcher.
12928EGREP=$lt_EGREP
12929
12930# A literal string matcher.
12931FGREP=$lt_FGREP
12932
12933# A BSD- or MS-compatible name lister.
12934NM=$lt_NM
12935
12936# Whether we need soft or hard links.
12937LN_S=$lt_LN_S
12938
12939# What is the maximum length of a command?
12940max_cmd_len=$max_cmd_len
12941
12942# Object file suffix (normally "o").
12943objext=$ac_objext
12944
12945# Executable file suffix (normally "").
12946exeext=$exeext
12947
12948# whether the shell understands "unset".
12949lt_unset=$lt_unset
12950
12951# turn spaces into newlines.
12952SP2NL=$lt_lt_SP2NL
12953
12954# turn newlines into spaces.
12955NL2SP=$lt_lt_NL2SP
12956
12957# An object symbol dumper.
12958OBJDUMP=$lt_OBJDUMP
12959
12960# Method to check whether dependent libraries are shared objects.
12961deplibs_check_method=$lt_deplibs_check_method
12962
12963# Command to use when deplibs_check_method == "file_magic".
12964file_magic_cmd=$lt_file_magic_cmd
12965
12966# The archiver.
12967AR=$lt_AR
12968AR_FLAGS=$lt_AR_FLAGS
12969
12970# A symbol stripping program.
12971STRIP=$lt_STRIP
12972
12973# Commands used to install an old-style archive.
12974RANLIB=$lt_RANLIB
12975old_postinstall_cmds=$lt_old_postinstall_cmds
12976old_postuninstall_cmds=$lt_old_postuninstall_cmds
12977
12978# Whether to use a lock for old archive extraction.
12979lock_old_archive_extraction=$lock_old_archive_extraction
12980
12981# A C compiler.
12982LTCC=$lt_CC
12983
12984# LTCC compiler flags.
12985LTCFLAGS=$lt_CFLAGS
12986
12987# Take the output of nm and produce a listing of raw symbols and C names.
12988global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12989
12990# Transform the output of nm in a proper C declaration.
12991global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12992
12993# Transform the output of nm in a C name address pair.
12994global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12995
12996# Transform the output of nm in a C name address pair when lib prefix is needed.
12997global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12998
12999# The name of the directory that contains temporary libtool files.
13000objdir=$objdir
13001
13002# Used to examine libraries when file_magic_cmd begins with "file".
13003MAGIC_CMD=$MAGIC_CMD
13004
13005# Must we lock files when doing compilation?
13006need_locks=$lt_need_locks
13007
13008# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13009DSYMUTIL=$lt_DSYMUTIL
13010
13011# Tool to change global to local symbols on Mac OS X.
13012NMEDIT=$lt_NMEDIT
13013
13014# Tool to manipulate fat objects and archives on Mac OS X.
13015LIPO=$lt_LIPO
13016
13017# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13018OTOOL=$lt_OTOOL
13019
13020# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13021OTOOL64=$lt_OTOOL64
13022
13023# Old archive suffix (normally "a").
13024libext=$libext
13025
13026# Shared library suffix (normally ".so").
13027shrext_cmds=$lt_shrext_cmds
13028
13029# The commands to extract the exported symbol list from a shared archive.
13030extract_expsyms_cmds=$lt_extract_expsyms_cmds
13031
13032# Variables whose values should be saved in libtool wrapper scripts and
13033# restored at link time.
13034variables_saved_for_relink=$lt_variables_saved_for_relink
13035
13036# Do we need the "lib" prefix for modules?
13037need_lib_prefix=$need_lib_prefix
13038
13039# Do we need a version for libraries?
13040need_version=$need_version
13041
13042# Library versioning type.
13043version_type=$version_type
13044
13045# Shared library runtime path variable.
13046runpath_var=$runpath_var
13047
13048# Shared library path variable.
13049shlibpath_var=$shlibpath_var
13050
13051# Is shlibpath searched before the hard-coded library search path?
13052shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13053
13054# Format of library name prefix.
13055libname_spec=$lt_libname_spec
13056
13057# List of archive names. First name is the real one, the rest are links.
13058# The last name is the one that the linker finds with -lNAME
13059library_names_spec=$lt_library_names_spec
13060
13061# The coded name of the library, if different from the real name.
13062soname_spec=$lt_soname_spec
13063
13064# Permission mode override for installation of shared libraries.
13065install_override_mode=$lt_install_override_mode
13066
13067# Command to use after installation of a shared archive.
13068postinstall_cmds=$lt_postinstall_cmds
13069
13070# Command to use after uninstallation of a shared archive.
13071postuninstall_cmds=$lt_postuninstall_cmds
13072
13073# Commands used to finish a libtool library installation in a directory.
13074finish_cmds=$lt_finish_cmds
13075
13076# As "finish_cmds", except a single script fragment to be evaled but
13077# not shown.
13078finish_eval=$lt_finish_eval
13079
13080# Whether we should hardcode library paths into libraries.
13081hardcode_into_libs=$hardcode_into_libs
13082
13083# Compile-time system search path for libraries.
13084sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13085
13086# Run-time system search path for libraries.
13087sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13088
13089# Whether dlopen is supported.
13090dlopen_support=$enable_dlopen
13091
13092# Whether dlopen of programs is supported.
13093dlopen_self=$enable_dlopen_self
13094
13095# Whether dlopen of statically linked programs is supported.
13096dlopen_self_static=$enable_dlopen_self_static
13097
13098# Commands to strip libraries.
13099old_striplib=$lt_old_striplib
13100striplib=$lt_striplib
13101
13102
13103# The linker used to build libraries.
13104LD=$lt_LD
13105
13106# How to create reloadable object files.
13107reload_flag=$lt_reload_flag
13108reload_cmds=$lt_reload_cmds
13109
13110# Commands used to build an old-style archive.
13111old_archive_cmds=$lt_old_archive_cmds
13112
13113# A language specific compiler.
13114CC=$lt_compiler
13115
13116# Is the compiler the GNU compiler?
13117with_gcc=$GCC
13118
13119# Compiler flag to turn off builtin functions.
13120no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13121
13122# How to pass a linker flag through the compiler.
13123wl=$lt_lt_prog_compiler_wl
13124
13125# Additional compiler flags for building library objects.
13126pic_flag=$lt_lt_prog_compiler_pic
13127
13128# Compiler flag to prevent dynamic linking.
13129link_static_flag=$lt_lt_prog_compiler_static
13130
13131# Does compiler simultaneously support -c and -o options?
13132compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13133
13134# Whether or not to add -lc for building shared libraries.
13135build_libtool_need_lc=$archive_cmds_need_lc
13136
13137# Whether or not to disallow shared libs when runtime libs are static.
13138allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13139
13140# Compiler flag to allow reflexive dlopens.
13141export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13142
13143# Compiler flag to generate shared objects directly from archives.
13144whole_archive_flag_spec=$lt_whole_archive_flag_spec
13145
13146# Whether the compiler copes with passing no objects directly.
13147compiler_needs_object=$lt_compiler_needs_object
13148
13149# Create an old-style archive from a shared archive.
13150old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13151
13152# Create a temporary old-style archive to link instead of a shared archive.
13153old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13154
13155# Commands used to build a shared archive.
13156archive_cmds=$lt_archive_cmds
13157archive_expsym_cmds=$lt_archive_expsym_cmds
13158
13159# Commands used to build a loadable module if different from building
13160# a shared archive.
13161module_cmds=$lt_module_cmds
13162module_expsym_cmds=$lt_module_expsym_cmds
13163
13164# Whether we are building with GNU ld or not.
13165with_gnu_ld=$lt_with_gnu_ld
13166
13167# Flag that allows shared libraries with undefined symbols to be built.
13168allow_undefined_flag=$lt_allow_undefined_flag
13169
13170# Flag that enforces no undefined symbols.
13171no_undefined_flag=$lt_no_undefined_flag
13172
13173# Flag to hardcode \$libdir into a binary during linking.
13174# This must work even if \$libdir does not exist
13175hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13176
13177# If ld is used when linking, flag to hardcode \$libdir into a binary
13178# during linking. This must work even if \$libdir does not exist.
13179hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13180
13181# Whether we need a single "-rpath" flag with a separated argument.
13182hardcode_libdir_separator=$lt_hardcode_libdir_separator
13183
13184# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13185# DIR into the resulting binary.
13186hardcode_direct=$hardcode_direct
13187
13188# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13189# DIR into the resulting binary and the resulting library dependency is
13190# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13191# library is relocated.
13192hardcode_direct_absolute=$hardcode_direct_absolute
13193
13194# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13195# into the resulting binary.
13196hardcode_minus_L=$hardcode_minus_L
13197
13198# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13199# into the resulting binary.
13200hardcode_shlibpath_var=$hardcode_shlibpath_var
13201
13202# Set to "yes" if building a shared library automatically hardcodes DIR
13203# into the library and all subsequent libraries and executables linked
13204# against it.
13205hardcode_automatic=$hardcode_automatic
13206
13207# Set to yes if linker adds runtime paths of dependent libraries
13208# to runtime path list.
13209inherit_rpath=$inherit_rpath
13210
13211# Whether libtool must link a program against all its dependency libraries.
13212link_all_deplibs=$link_all_deplibs
13213
13214# Fix the shell variable \$srcfile for the compiler.
13215fix_srcfile_path=$lt_fix_srcfile_path
13216
13217# Set to "yes" if exported symbols are required.
13218always_export_symbols=$always_export_symbols
13219
13220# The commands to list exported symbols.
13221export_symbols_cmds=$lt_export_symbols_cmds
13222
13223# Symbols that should not be listed in the preloaded symbols.
13224exclude_expsyms=$lt_exclude_expsyms
13225
13226# Symbols that must always be exported.
13227include_expsyms=$lt_include_expsyms
13228
13229# Commands necessary for linking programs (against libraries) with templates.
13230prelink_cmds=$lt_prelink_cmds
13231
13232# Specify filename containing input files.
13233file_list_spec=$lt_file_list_spec
13234
13235# How to hardcode a shared library path into an executable.
13236hardcode_action=$hardcode_action
13237
13238# ### END LIBTOOL CONFIG
13239
13240_LT_EOF
13241
13242 case $host_os in
13243 aix3*)
13244 cat <<\_LT_EOF >> "$cfgfile"
13245# AIX sometimes has problems with the GCC collect2 program. For some
13246# reason, if we set the COLLECT_NAMES environment variable, the problems
13247# vanish in a puff of smoke.
13248if test "X${COLLECT_NAMES+set}" != Xset; then
13249 COLLECT_NAMES=
13250 export COLLECT_NAMES
13251fi
13252_LT_EOF
13253 ;;
13254 esac
13255
13256
13257ltmain="$ac_aux_dir/ltmain.sh"
13258
13259
13260 # We use sed instead of cat because bash on DJGPP gets confused if
13261 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13262 # text mode, it properly converts lines to CR/LF. This bash problem
13263 # is reportedly fixed, but why not run on old versions too?
13264 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13265 || (rm -f "$cfgfile"; exit 1)
13266
13267 case $xsi_shell in
13268 yes)
13269 cat << \_LT_EOF >> "$cfgfile"
13270
13271# func_dirname file append nondir_replacement
13272# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13273# otherwise set result to NONDIR_REPLACEMENT.
13274func_dirname ()
13275{
13276 case ${1} in
13277 */*) func_dirname_result="${1%/*}${2}" ;;
13278 * ) func_dirname_result="${3}" ;;
13279 esac
13280}
13281
13282# func_basename file
13283func_basename ()
13284{
13285 func_basename_result="${1##*/}"
13286}
13287
13288# func_dirname_and_basename file append nondir_replacement
13289# perform func_basename and func_dirname in a single function
13290# call:
13291# dirname: Compute the dirname of FILE. If nonempty,
13292# add APPEND to the result, otherwise set result
13293# to NONDIR_REPLACEMENT.
13294# value returned in "$func_dirname_result"
13295# basename: Compute filename of FILE.
13296# value retuned in "$func_basename_result"
13297# Implementation must be kept synchronized with func_dirname
13298# and func_basename. For efficiency, we do not delegate to
13299# those functions but instead duplicate the functionality here.
13300func_dirname_and_basename ()
13301{
13302 case ${1} in
13303 */*) func_dirname_result="${1%/*}${2}" ;;
13304 * ) func_dirname_result="${3}" ;;
13305 esac
13306 func_basename_result="${1##*/}"
13307}
13308
13309# func_stripname prefix suffix name
13310# strip PREFIX and SUFFIX off of NAME.
13311# PREFIX and SUFFIX must not contain globbing or regex special
13312# characters, hashes, percent signs, but SUFFIX may contain a leading
13313# dot (in which case that matches only a dot).
13314func_stripname ()
13315{
13316 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13317 # positional parameters, so assign one to ordinary parameter first.
13318 func_stripname_result=${3}
13319 func_stripname_result=${func_stripname_result#"${1}"}
13320 func_stripname_result=${func_stripname_result%"${2}"}
13321}
13322
13323# func_opt_split
13324func_opt_split ()
13325{
13326 func_opt_split_opt=${1%%=*}
13327 func_opt_split_arg=${1#*=}
13328}
13329
13330# func_lo2o object
13331func_lo2o ()
13332{
13333 case ${1} in
13334 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13335 *) func_lo2o_result=${1} ;;
13336 esac
13337}
13338
13339# func_xform libobj-or-source
13340func_xform ()
13341{
13342 func_xform_result=${1%.*}.lo
13343}
13344
13345# func_arith arithmetic-term...
13346func_arith ()
13347{
13348 func_arith_result=$(( $* ))
13349}
13350
13351# func_len string
13352# STRING may not start with a hyphen.
13353func_len ()
13354{
13355 func_len_result=${#1}
13356}
13357
13358_LT_EOF
13359 ;;
13360 *) # Bourne compatible functions.
13361 cat << \_LT_EOF >> "$cfgfile"
13362
13363# func_dirname file append nondir_replacement
13364# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13365# otherwise set result to NONDIR_REPLACEMENT.
13366func_dirname ()
13367{
13368 # Extract subdirectory from the argument.
13369 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13370 if test "X$func_dirname_result" = "X${1}"; then
13371 func_dirname_result="${3}"
13372 else
13373 func_dirname_result="$func_dirname_result${2}"
13374 fi
13375}
13376
13377# func_basename file
13378func_basename ()
13379{
13380 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13381}
13382
13383
13384# func_stripname prefix suffix name
13385# strip PREFIX and SUFFIX off of NAME.
13386# PREFIX and SUFFIX must not contain globbing or regex special
13387# characters, hashes, percent signs, but SUFFIX may contain a leading
13388# dot (in which case that matches only a dot).
13389# func_strip_suffix prefix name
13390func_stripname ()
13391{
13392 case ${2} in
13393 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13394 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13395 esac
13396}
13397
13398# sed scripts:
13399my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13400my_sed_long_arg='1s/^-[^=]*=//'
13401
13402# func_opt_split
13403func_opt_split ()
13404{
13405 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13406 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13407}
13408
13409# func_lo2o object
13410func_lo2o ()
13411{
13412 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13413}
13414
13415# func_xform libobj-or-source
13416func_xform ()
13417{
13418 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13419}
13420
13421# func_arith arithmetic-term...
13422func_arith ()
13423{
13424 func_arith_result=`expr "$@"`
13425}
13426
13427# func_len string
13428# STRING may not start with a hyphen.
13429func_len ()
13430{
13431 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13432}
13433
13434_LT_EOF
13435esac
13436
13437case $lt_shell_append in
13438 yes)
13439 cat << \_LT_EOF >> "$cfgfile"
13440
13441# func_append var value
13442# Append VALUE to the end of shell variable VAR.
13443func_append ()
13444{
13445 eval "$1+=\$2"
13446}
13447_LT_EOF
13448 ;;
13449 *)
13450 cat << \_LT_EOF >> "$cfgfile"
13451
13452# func_append var value
13453# Append VALUE to the end of shell variable VAR.
13454func_append ()
13455{
13456 eval "$1=\$$1\$2"
13457}
13458
13459_LT_EOF
13460 ;;
13461 esac
13462
13463
13464 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13465 || (rm -f "$cfgfile"; exit 1)
13466
13467 mv -f "$cfgfile" "$ofile" ||
13468 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13469 chmod +x "$ofile"
13470
13471 ;;
81ecdfbb 13472 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fee8ec00
SR
13473 rm -f Makesim1.tmp Makesim2.tmp Makefile
13474 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13475 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13476 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13477 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13478 <Makefile.sim >Makefile
13479 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13480 ;;
81ecdfbb
RW
13481 "stamp-h":C) echo > stamp-h ;;
13482
fee8ec00 13483 esac
81ecdfbb 13484done # for ac_tag
fee8ec00 13485
fee8ec00 13486
81ecdfbb 13487as_fn_exit 0
fee8ec00 13488_ACEOF
fee8ec00
SR
13489ac_clean_files=$ac_clean_files_save
13490
81ecdfbb 13491test $ac_write_fail = 0 ||
d0ac1c44 13492 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13493
fee8ec00
SR
13494
13495# configure is writing to config.log, and then calls config.status.
13496# config.status does its own redirection, appending to config.log.
13497# Unfortunately, on DOS this fails, as config.log is still kept open
13498# by configure, so config.status won't be able to write to it; its
13499# output is simply discarded. So we exec the FD to /dev/null,
13500# effectively closing config.log, so it can be properly (re)opened and
13501# appended to by config.status. When coming back to configure, we
13502# need to make the FD available again.
13503if test "$no_create" != yes; then
13504 ac_cs_success=:
13505 ac_config_status_args=
13506 test "$silent" = yes &&
13507 ac_config_status_args="$ac_config_status_args --quiet"
13508 exec 5>/dev/null
13509 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13510 exec 5>>config.log
13511 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13512 # would make configure fail if this is the last instruction.
d0ac1c44 13513 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13514fi
13515if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13517$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fee8ec00
SR
13518fi
13519
13520