]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/mcore/configure
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / sim / mcore / configure
CommitLineData
2d514e6f 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
2d514e6f 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
2d514e6f 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
2d514e6f
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
2d514e6f 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
2d514e6f 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
2d514e6f 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
2d514e6f 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
2d514e6f 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
2d514e6f 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
2d514e6f 471
2d514e6f 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
2d514e6f 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
2d514e6f 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
2d514e6f 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
2d514e6f 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
2d514e6f 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2d514e6f 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2d514e6f 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
2d514e6f 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
2d514e6f 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
2d514e6f 574
2d514e6f 575#
b7026657 576# Initializations.
2d514e6f 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
2d514e6f 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'
b7026657 758ac_subst_files=''
81ecdfbb
RW
759ac_user_opts='
760enable_option_checking
aadc9410 761with_system_zlib
6bb11ab3
L
762enable_plugins
763enable_shared
764enable_static
765with_pic
766enable_fast_install
767with_gnu_ld
768enable_libtool_lock
81ecdfbb 769enable_maintainer_mode
347fe5bb 770enable_sim_inline
52588767 771enable_sim_endian
feb703b3
MF
772enable_werror
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
2d514e6f
SS
787
788# Initialize some variables set by options.
b7026657
AC
789ac_init_help=
790ac_init_version=false
81ecdfbb
RW
791ac_unrecognized_opts=
792ac_unrecognized_sep=
2d514e6f
SS
793# The variables have the same names as the options, with
794# dashes changed to underlines.
b7026657 795cache_file=/dev/null
2d514e6f 796exec_prefix=NONE
2d514e6f 797no_create=
2d514e6f
SS
798no_recursion=
799prefix=NONE
800program_prefix=NONE
801program_suffix=NONE
802program_transform_name=s,x,x,
803silent=
804site=
805srcdir=
2d514e6f
SS
806verbose=
807x_includes=NONE
808x_libraries=NONE
b7026657
AC
809
810# Installation directory options.
811# These are left unexpanded so users can "make install exec_prefix=/foo"
812# and all the variables that are supposed to be based on exec_prefix
813# by default will actually change.
814# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 815# (The list follows the same order as the GNU Coding Standards.)
2d514e6f
SS
816bindir='${exec_prefix}/bin'
817sbindir='${exec_prefix}/sbin'
818libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
819datarootdir='${prefix}/share'
820datadir='${datarootdir}'
2d514e6f
SS
821sysconfdir='${prefix}/etc'
822sharedstatedir='${prefix}/com'
823localstatedir='${prefix}/var'
2d514e6f
SS
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'
2d514e6f 835
2d514e6f 836ac_prev=
81ecdfbb 837ac_dashdash=
2d514e6f
SS
838for ac_option
839do
2d514e6f
SS
840 # If the previous option needs an argument, assign it.
841 if test -n "$ac_prev"; then
81ecdfbb 842 eval $ac_prev=\$ac_option
2d514e6f
SS
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
2d514e6f
SS
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 ;;
2d514e6f
SS
858
859 -bindir | --bindir | --bindi | --bind | --bin | --bi)
860 ac_prev=bindir ;;
861 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 862 bindir=$ac_optarg ;;
2d514e6f
SS
863
864 -build | --build | --buil | --bui | --bu)
b7026657 865 ac_prev=build_alias ;;
2d514e6f 866 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 867 build_alias=$ac_optarg ;;
2d514e6f
SS
868
869 -cache-file | --cache-file | --cache-fil | --cache-fi \
870 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
871 ac_prev=cache_file ;;
872 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
873 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
874 cache_file=$ac_optarg ;;
875
876 --config-cache | -C)
877 cache_file=config.cache ;;
2d514e6f 878
81ecdfbb 879 -datadir | --datadir | --datadi | --datad)
2d514e6f 880 ac_prev=datadir ;;
81ecdfbb 881 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 882 datadir=$ac_optarg ;;
2d514e6f 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
2d514e6f 891 -disable-* | --disable-*)
81ecdfbb 892 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2d514e6f 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 ;;
2d514e6f
SS
916
917 -enable-* | --enable-*)
81ecdfbb 918 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2d514e6f 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=', ';;
2d514e6f 930 esac
81ecdfbb 931 eval enable_$ac_useropt=\$ac_optarg ;;
2d514e6f
SS
932
933 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
934 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
935 | --exec | --exe | --ex)
936 ac_prev=exec_prefix ;;
937 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
938 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
939 | --exec=* | --exe=* | --ex=*)
b7026657 940 exec_prefix=$ac_optarg ;;
2d514e6f
SS
941
942 -gas | --gas | --ga | --g)
943 # Obsolete; use --with-gas.
944 with_gas=yes ;;
945
b7026657
AC
946 -help | --help | --hel | --he | -h)
947 ac_init_help=long ;;
948 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
949 ac_init_help=recursive ;;
950 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
951 ac_init_help=short ;;
2d514e6f
SS
952
953 -host | --host | --hos | --ho)
b7026657 954 ac_prev=host_alias ;;
2d514e6f 955 -host=* | --host=* | --hos=* | --ho=*)
b7026657 956 host_alias=$ac_optarg ;;
2d514e6f 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
2d514e6f
SS
964 -includedir | --includedir | --includedi | --included | --include \
965 | --includ | --inclu | --incl | --inc)
966 ac_prev=includedir ;;
967 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
968 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 969 includedir=$ac_optarg ;;
2d514e6f
SS
970
971 -infodir | --infodir | --infodi | --infod | --info | --inf)
972 ac_prev=infodir ;;
973 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 974 infodir=$ac_optarg ;;
2d514e6f
SS
975
976 -libdir | --libdir | --libdi | --libd)
977 ac_prev=libdir ;;
978 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 979 libdir=$ac_optarg ;;
2d514e6f
SS
980
981 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
982 | --libexe | --libex | --libe)
983 ac_prev=libexecdir ;;
984 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
985 | --libexe=* | --libex=* | --libe=*)
b7026657 986 libexecdir=$ac_optarg ;;
2d514e6f 987
81ecdfbb
RW
988 -localedir | --localedir | --localedi | --localed | --locale)
989 ac_prev=localedir ;;
990 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
991 localedir=$ac_optarg ;;
992
2d514e6f 993 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 994 | --localstate | --localstat | --localsta | --localst | --locals)
2d514e6f
SS
995 ac_prev=localstatedir ;;
996 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 997 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 998 localstatedir=$ac_optarg ;;
2d514e6f
SS
999
1000 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1001 ac_prev=mandir ;;
1002 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1003 mandir=$ac_optarg ;;
2d514e6f
SS
1004
1005 -nfp | --nfp | --nf)
1006 # Obsolete; use --without-fp.
1007 with_fp=no ;;
1008
1009 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1010 | --no-cr | --no-c | -n)
2d514e6f
SS
1011 no_create=yes ;;
1012
1013 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1014 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1015 no_recursion=yes ;;
1016
1017 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1018 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1019 | --oldin | --oldi | --old | --ol | --o)
1020 ac_prev=oldincludedir ;;
1021 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1022 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1023 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1024 oldincludedir=$ac_optarg ;;
2d514e6f
SS
1025
1026 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1027 ac_prev=prefix ;;
1028 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1029 prefix=$ac_optarg ;;
2d514e6f
SS
1030
1031 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1032 | --program-pre | --program-pr | --program-p)
1033 ac_prev=program_prefix ;;
1034 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1035 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1036 program_prefix=$ac_optarg ;;
2d514e6f
SS
1037
1038 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1039 | --program-suf | --program-su | --program-s)
1040 ac_prev=program_suffix ;;
1041 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1042 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1043 program_suffix=$ac_optarg ;;
2d514e6f
SS
1044
1045 -program-transform-name | --program-transform-name \
1046 | --program-transform-nam | --program-transform-na \
1047 | --program-transform-n | --program-transform- \
1048 | --program-transform | --program-transfor \
1049 | --program-transfo | --program-transf \
1050 | --program-trans | --program-tran \
1051 | --progr-tra | --program-tr | --program-t)
1052 ac_prev=program_transform_name ;;
1053 -program-transform-name=* | --program-transform-name=* \
1054 | --program-transform-nam=* | --program-transform-na=* \
1055 | --program-transform-n=* | --program-transform-=* \
1056 | --program-transform=* | --program-transfor=* \
1057 | --program-transfo=* | --program-transf=* \
1058 | --program-trans=* | --program-tran=* \
1059 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1060 program_transform_name=$ac_optarg ;;
2d514e6f 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
2d514e6f
SS
1072 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1073 | -silent | --silent | --silen | --sile | --sil)
1074 silent=yes ;;
1075
1076 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1077 ac_prev=sbindir ;;
1078 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1079 | --sbi=* | --sb=*)
b7026657 1080 sbindir=$ac_optarg ;;
2d514e6f
SS
1081
1082 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1083 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1084 | --sharedst | --shareds | --shared | --share | --shar \
1085 | --sha | --sh)
1086 ac_prev=sharedstatedir ;;
1087 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1088 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1089 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1090 | --sha=* | --sh=*)
b7026657 1091 sharedstatedir=$ac_optarg ;;
2d514e6f
SS
1092
1093 -site | --site | --sit)
1094 ac_prev=site ;;
1095 -site=* | --site=* | --sit=*)
b7026657 1096 site=$ac_optarg ;;
eb2d80b4 1097
2d514e6f
SS
1098 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1099 ac_prev=srcdir ;;
1100 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1101 srcdir=$ac_optarg ;;
2d514e6f
SS
1102
1103 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1104 | --syscon | --sysco | --sysc | --sys | --sy)
1105 ac_prev=sysconfdir ;;
1106 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1107 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1108 sysconfdir=$ac_optarg ;;
2d514e6f
SS
1109
1110 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1111 ac_prev=target_alias ;;
2d514e6f 1112 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1113 target_alias=$ac_optarg ;;
2d514e6f
SS
1114
1115 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1116 verbose=yes ;;
1117
b7026657
AC
1118 -version | --version | --versio | --versi | --vers | -V)
1119 ac_init_version=: ;;
2d514e6f
SS
1120
1121 -with-* | --with-*)
81ecdfbb 1122 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
2d514e6f 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=', ';;
2d514e6f 1134 esac
81ecdfbb 1135 eval with_$ac_useropt=\$ac_optarg ;;
2d514e6f
SS
1136
1137 -without-* | --without-*)
81ecdfbb 1138 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
2d514e6f 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 ;;
2d514e6f
SS
1152
1153 --x)
1154 # Obsolete; use --with-x.
1155 with_x=yes ;;
1156
1157 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1158 | --x-incl | --x-inc | --x-in | --x-i)
1159 ac_prev=x_includes ;;
1160 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1161 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1162 x_includes=$ac_optarg ;;
2d514e6f
SS
1163
1164 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1165 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1166 ac_prev=x_libraries ;;
1167 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1168 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1169 x_libraries=$ac_optarg ;;
2d514e6f 1170
d0ac1c44
SM
1171 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1172Try \`$0 --help' for more information"
2d514e6f
SS
1173 ;;
1174
b7026657
AC
1175 *=*)
1176 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1177 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1178 case $ac_envvar in #(
1179 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1180 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1181 esac
1182 eval $ac_envvar=\$ac_optarg
b7026657
AC
1183 export $ac_envvar ;;
1184
2d514e6f 1185 *)
b7026657 1186 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1187 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1188 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1189 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1190 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
2d514e6f
SS
1191 ;;
1192
1193 esac
1194done
1195
1196if test -n "$ac_prev"; then
b7026657 1197 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1198 as_fn_error $? "missing argument to $ac_option"
2d514e6f 1199fi
2d514e6f 1200
81ecdfbb
RW
1201if test -n "$ac_unrecognized_opts"; then
1202 case $enable_option_checking in
1203 no) ;;
d0ac1c44 1204 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1205 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1206 esac
81ecdfbb 1207fi
2d514e6f 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
2d514e6f 1214do
81ecdfbb
RW
1215 eval ac_val=\$$ac_var
1216 # Remove trailing slashes.
1217 case $ac_val in
1218 */ )
1219 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1220 eval $ac_var=\$ac_val;;
1221 esac
1222 # Be sure to have absolute directory names.
b7026657 1223 case $ac_val in
81ecdfbb
RW
1224 [\\/$]* | ?:[\\/]* ) continue;;
1225 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
2d514e6f 1226 esac
d0ac1c44 1227 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
2d514e6f
SS
1228done
1229
b7026657
AC
1230# There might be people who depend on the old broken behavior: `$host'
1231# used to hold the argument of --host etc.
1232# FIXME: To remove some day.
1233build=$build_alias
1234host=$host_alias
1235target=$target_alias
1236
1237# FIXME: To remove some day.
1238if test "x$host_alias" != x; then
1239 if test "x$build_alias" = x; then
1240 cross_compiling=maybe
b7026657
AC
1241 elif test "x$build_alias" != "x$host_alias"; then
1242 cross_compiling=yes
1243 fi
1244fi
2d514e6f 1245
b7026657
AC
1246ac_tool_prefix=
1247test -n "$host_alias" && ac_tool_prefix=$host_alias-
1248
1249test "$silent" = yes && exec 6>/dev/null
2d514e6f 1250
2d514e6f 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
2d514e6f
SS
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'`
2d514e6f 1287 srcdir=$ac_confdir
81ecdfbb 1288 if test ! -r "$srcdir/$ac_unique_file"; then
2d514e6f
SS
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
2d514e6f 1318
b7026657
AC
1319#
1320# Report the --help message.
1321#
1322if test "$ac_init_help" = "long"; then
1323 # Omit some internal or obsolete options to make the list less imposing.
1324 # This message is too long to be a string in the A/UX 3.1 sh.
1325 cat <<_ACEOF
1326\`configure' configures this package to adapt to many kinds of systems.
2d514e6f 1327
b7026657 1328Usage: $0 [OPTION]... [VAR=VALUE]...
2d514e6f 1329
b7026657
AC
1330To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331VAR=VALUE. See below for descriptions of some of the useful variables.
2d514e6f 1332
b7026657 1333Defaults for the options are specified in brackets.
2d514e6f 1334
b7026657
AC
1335Configuration:
1336 -h, --help display this help and exit
1337 --help=short display options specific to this package
1338 --help=recursive display the short help of all the included packages
1339 -V, --version display version information and exit
d0ac1c44 1340 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1341 --cache-file=FILE cache test results in FILE [disabled]
1342 -C, --config-cache alias for \`--cache-file=config.cache'
1343 -n, --no-create do not create output files
1344 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1345
b7026657
AC
1346Installation directories:
1347 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1348 [$ac_default_prefix]
b7026657 1349 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1350 [PREFIX]
2d514e6f 1351
b7026657
AC
1352By default, \`make install' will install all the files in
1353\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1354an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1355for instance \`--prefix=\$HOME'.
2d514e6f 1356
b7026657
AC
1357For better control, use the options below.
1358
1359Fine tuning of the installation directories:
81ecdfbb
RW
1360 --bindir=DIR user executables [EPREFIX/bin]
1361 --sbindir=DIR system admin executables [EPREFIX/sbin]
1362 --libexecdir=DIR program executables [EPREFIX/libexec]
1363 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1364 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1365 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1366 --libdir=DIR object code libraries [EPREFIX/lib]
1367 --includedir=DIR C header files [PREFIX/include]
1368 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1369 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1370 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1371 --infodir=DIR info documentation [DATAROOTDIR/info]
1372 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1373 --mandir=DIR man documentation [DATAROOTDIR/man]
1374 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1375 --htmldir=DIR html documentation [DOCDIR]
1376 --dvidir=DIR dvi documentation [DOCDIR]
1377 --pdfdir=DIR pdf documentation [DOCDIR]
1378 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1379_ACEOF
1380
1381 cat <<\_ACEOF
1382
1383Program names:
1384 --program-prefix=PREFIX prepend PREFIX to installed program names
1385 --program-suffix=SUFFIX append SUFFIX to installed program names
1386 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1387
1388System types:
1389 --build=BUILD configure for building on BUILD [guessed]
1390 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1391 --target=TARGET configure for building compilers for TARGET [HOST]
1392_ACEOF
2d514e6f 1393fi
b7026657
AC
1394
1395if test -n "$ac_init_help"; then
1396
1397 cat <<\_ACEOF
1398
1399Optional Features:
81ecdfbb 1400 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1401 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1402 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1403 --enable-plugins Enable support for plugins
6bb11ab3
L
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
1408 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1409 --enable-maintainer-mode
1410 enable make rules and dependencies not useful (and
1411 sometimes confusing) to the casual installer
347fe5bb
MF
1412 --enable-sim-inline=inlines
1413 Specify which functions should be inlined
8d0978fb
MF
1414 --enable-sim-endian=endian
1415 Specify target byte endian orientation
feb703b3
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.
b7026657 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
b7026657
AC
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>
b7026657
AC
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.
b7026657 1446_ACEOF
81ecdfbb 1447ac_status=$?
2d514e6f
SS
1448fi
1449
b7026657
AC
1450if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
b7026657 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
b7026657 1456 ac_builddir=.
2d514e6f 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
2d514e6f 1473
b7026657 1474case $srcdir in
81ecdfbb 1475 .) # We are building in place.
b7026657 1476 ac_srcdir=.
81ecdfbb
RW
1477 ac_top_srcdir=$ac_top_builddir_sub
1478 ac_abs_top_srcdir=$ac_pwd ;;
1479 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 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 ;;
b7026657 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
b7026657 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; }
b7026657 1502 done
2d514e6f 1503fi
b7026657 1504
81ecdfbb 1505test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1506if $ac_init_version; then
1507 cat <<\_ACEOF
81ecdfbb 1508configure
d0ac1c44 1509generated by GNU Autoconf 2.69
b7026657 1510
d0ac1c44 1511Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1512This configure script is free software; the Free Software Foundation
1513gives unlimited permission to copy, distribute and modify it.
1514_ACEOF
81ecdfbb 1515 exit
b7026657 1516fi
b7026657 1517
81ecdfbb
RW
1518## ------------------------ ##
1519## Autoconf initialization. ##
1520## ------------------------ ##
b7026657 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 ()
b7026657 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
b7026657 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
b7026657 1557
81ecdfbb 1558} # ac_fn_c_try_compile
b7026657 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
b7026657 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
b7026657 1594
81ecdfbb 1595} # ac_fn_c_try_cpp
b7026657 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
b7026657
AC
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=
b7026657
AC
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"` ;;
b7026657
AC
1946 esac
1947 case $ac_pass in
81ecdfbb 1948 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1949 2)
81ecdfbb 1950 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
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'"
b7026657
AC
1967 ;;
1968 esac
1969 done
1970done
81ecdfbb
RW
1971{ ac_configure_args0=; unset ac_configure_args0;}
1972{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
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.
b7026657
AC
1979trap 'exit_status=$?
1980 # Save into config.log some information that might help in debugging.
1981 {
1982 echo
1983
d0ac1c44 1984 $as_echo "## ---------------- ##
b7026657 1985## Cache variables. ##
d0ac1c44 1986## ---------------- ##"
b7026657
AC
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
b7026657 2005 (set) 2>&1 |
81ecdfbb
RW
2006 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2007 *${as_nl}ac_space=\ *)
b7026657 2008 sed -n \
81ecdfbb
RW
2009 "s/'\''/'\''\\\\'\'''\''/g;
2010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2011 ;; #(
b7026657 2012 *)
81ecdfbb 2013 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2014 ;;
81ecdfbb
RW
2015 esac |
2016 sort
2017)
b7026657
AC
2018 echo
2019
d0ac1c44 2020 $as_echo "## ----------------- ##
b7026657 2021## Output variables. ##
d0ac1c44 2022## ----------------- ##"
b7026657
AC
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'\''"
b7026657
AC
2031 done | sort
2032 echo
2033
2034 if test -n "$ac_subst_files"; then
d0ac1c44 2035 $as_echo "## ------------------- ##
81ecdfbb 2036## File substitutions. ##
d0ac1c44 2037## ------------------- ##"
b7026657
AC
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'\''"
b7026657
AC
2046 done | sort
2047 echo
2048 fi
2049
2050 if test -s confdefs.h; then
d0ac1c44 2051 $as_echo "## ----------- ##
b7026657 2052## confdefs.h. ##
d0ac1c44 2053## ----------- ##"
b7026657 2054 echo
81ecdfbb 2055 cat confdefs.h
b7026657
AC
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"
b7026657 2061 } >&5
81ecdfbb
RW
2062 rm -f core *.core core.conftest.* &&
2063 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2064 exit $exit_status
81ecdfbb 2065' 0
b7026657 2066for ac_signal in 1 2 13 15; do
81ecdfbb 2067 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
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
b7026657
AC
2075
2076# Predefined preprocessor variables.
2077
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_NAME "$PACKAGE_NAME"
2080_ACEOF
2081
b7026657
AC
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2084_ACEOF
2085
b7026657
AC
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_VERSION "$PACKAGE_VERSION"
2088_ACEOF
2089
b7026657
AC
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_STRING "$PACKAGE_STRING"
2092_ACEOF
2093
b7026657
AC
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
b7026657
AC
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;}
b7026657 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; }
b7026657
AC
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;}
b7026657 2142 case $cache_file in
81ecdfbb
RW
2143 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2144 *) . "./$cache_file";;
b7026657
AC
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;}
b7026657
AC
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
b7026657
AC
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
b7026657
AC
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;}
b7026657
AC
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;}
b7026657
AC
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;}
b7026657
AC
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"` ;;
b7026657
AC
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'" ;;
b7026657
AC
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
b7026657 2209fi
81ecdfbb
RW
2210## -------------------- ##
2211## Main body of script. ##
2212## -------------------- ##
b7026657
AC
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
MF
6881ac_config_headers="$ac_config_headers config.h:config.in"
6882
6883
6bb11ab3
L
6884# Dependency checking.
6885ac_config_commands="$ac_config_commands depdir"
6886
6887
6888depcc="$CC" am_compiler_list=
6889
6890am_depcomp=$ac_aux_dir/depcomp
6891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6892$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6893if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6894 $as_echo_n "(cached) " >&6
6895else
6896 if test -f "$am_depcomp"; then
6897 # We make a subdir and do the tests there. Otherwise we can end up
6898 # making bogus files that we don't know about and never remove. For
6899 # instance it was reported that on HP-UX the gcc test will end up
6900 # making a dummy file named `D' -- because `-MD' means `put the output
6901 # in D'.
6902 mkdir conftest.dir
6903 # Copy depcomp to subdir because otherwise we won't find it if we're
6904 # using a relative directory.
6905 cp "$am_depcomp" conftest.dir
6906 cd conftest.dir
6907 # We will build objects and dependencies in a subdirectory because
6908 # it helps to detect inapplicable dependency modes. For instance
6909 # both Tru64's cc and ICC support -MD to output dependencies as a
6910 # side effect of compilation, but ICC will put the dependencies in
6911 # the current directory while Tru64 will put them in the object
6912 # directory.
6913 mkdir sub
6914
6915 am_cv_CC_dependencies_compiler_type=none
6916 if test "$am_compiler_list" = ""; then
6917 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6918 fi
6919 for depmode in $am_compiler_list; do
6920 if test $depmode = none; then break; fi
6921
6922 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6923 # Setup a source with many dependencies, because some compilers
6924 # like to wrap large dependency lists on column 80 (with \), and
6925 # we should not choose a depcomp mode which is confused by this.
6926 #
6927 # We need to recreate these files for each test, as the compiler may
6928 # overwrite some of them when testing with obscure command lines.
6929 # This happens at least with the AIX C compiler.
6930 : > sub/conftest.c
6931 for i in 1 2 3 4 5 6; do
6932 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6933 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6934 # Solaris 8's {/usr,}/bin/sh.
6935 touch sub/conftst$i.h
6936 done
6937 echo "include sub/conftest.Po" > confmf
6938
6939 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6940 # mode. It turns out that the SunPro C++ compiler does not properly
6941 # handle `-M -o', and we need to detect this.
6942 depcmd="depmode=$depmode \
6943 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6944 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6945 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6946 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6947 if env $depcmd > conftest.err 2>&1 &&
6948 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6949 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6950 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6951 # icc doesn't choke on unknown options, it will just issue warnings
6952 # or remarks (even with -Werror). So we grep stderr for any message
6953 # that says an option was ignored or not supported.
6954 # When given -MP, icc 7.0 and 7.1 complain thusly:
6955 # icc: Command line warning: ignoring option '-M'; no argument required
6956 # The diagnosis changed in icc 8.0:
6957 # icc: Command line remark: option '-MP' not supported
6958 if (grep 'ignoring option' conftest.err ||
6959 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6960 am_cv_CC_dependencies_compiler_type=$depmode
6961 $as_echo "$as_me:$LINENO: success" >&5
6962 break
6963 fi
6964 fi
6965 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6966 sed -e 's/^/| /' < conftest.err >&5
6967 done
6968
6969 cd ..
6970 rm -rf conftest.dir
6971else
6972 am_cv_CC_dependencies_compiler_type=none
6973fi
6974
6975fi
6976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6977$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6978if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6979then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6980else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6981
6982fi
6983
6984
6bb11ab3
L
6985ALL_LINGUAS=
6986# If we haven't got the data from the intl directory,
6987# assume NLS is disabled.
6988USE_NLS=no
6989LIBINTL=
6990LIBINTL_DEP=
6991INCINTL=
6992XGETTEXT=
6993GMSGFMT=
6994POSUB=
6995
6996if test -f ../../intl/config.intl; then
6997 . ../../intl/config.intl
6998fi
6999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7000$as_echo_n "checking whether NLS is requested... " >&6; }
7001if test x"$USE_NLS" != xyes; then
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7003$as_echo "no" >&6; }
7004else
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7006$as_echo "yes" >&6; }
7007
7008$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7009
7010
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7012$as_echo_n "checking for catalogs to be installed... " >&6; }
7013 # Look for .po and .gmo files in the source directory.
7014 CATALOGS=
7015 XLINGUAS=
7016 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7017 # If there aren't any .gmo files the shell will give us the
7018 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7019 # weeded out.
7020 case "$cat" in *\**)
7021 continue;;
7022 esac
7023 # The quadruple backslash is collapsed to a double backslash
7024 # by the backticks, then collapsed again by the double quotes,
7025 # leaving us with one backslash in the sed expression (right
7026 # before the dot that mustn't act as a wildcard).
7027 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7028 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7029 # The user is allowed to set LINGUAS to a list of languages to
7030 # install catalogs for. If it's empty that means "all of them."
7031 if test "x$LINGUAS" = x; then
7032 CATALOGS="$CATALOGS $cat"
7033 XLINGUAS="$XLINGUAS $lang"
7034 else
7035 case "$LINGUAS" in *$lang*)
7036 CATALOGS="$CATALOGS $cat"
7037 XLINGUAS="$XLINGUAS $lang"
7038 ;;
7039 esac
7040 fi
7041 done
7042 LINGUAS="$XLINGUAS"
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7044$as_echo "$LINGUAS" >&6; }
7045
7046
7047 DATADIRNAME=share
7048
7049 INSTOBJEXT=.mo
7050
7051 GENCAT=gencat
7052
7053 CATOBJEXT=.gmo
7054
7055fi
7056
6bb11ab3
L
7057# Check for socket libraries
7058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7059$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7060if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7061 $as_echo_n "(cached) " >&6
7062else
7063 ac_check_lib_save_LIBS=$LIBS
7064LIBS="-lsocket $LIBS"
7065cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7066/* end confdefs.h. */
7067
7068/* Override any GCC internal prototype to avoid an error.
7069 Use char because int might match the return type of a GCC
7070 builtin and then its argument prototype would still apply. */
7071#ifdef __cplusplus
7072extern "C"
7073#endif
7074char bind ();
7075int
7076main ()
7077{
7078return bind ();
7079 ;
7080 return 0;
7081}
7082_ACEOF
7083if ac_fn_c_try_link "$LINENO"; then :
7084 ac_cv_lib_socket_bind=yes
7085else
7086 ac_cv_lib_socket_bind=no
7087fi
7088rm -f core conftest.err conftest.$ac_objext \
7089 conftest$ac_exeext conftest.$ac_ext
7090LIBS=$ac_check_lib_save_LIBS
7091fi
7092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7093$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7094if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7095 cat >>confdefs.h <<_ACEOF
7096#define HAVE_LIBSOCKET 1
7097_ACEOF
7098
7099 LIBS="-lsocket $LIBS"
7100
7101fi
7102
7103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7104$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7105if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7106 $as_echo_n "(cached) " >&6
7107else
7108 ac_check_lib_save_LIBS=$LIBS
7109LIBS="-lnsl $LIBS"
7110cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7111/* end confdefs.h. */
7112
7113/* Override any GCC internal prototype to avoid an error.
7114 Use char because int might match the return type of a GCC
7115 builtin and then its argument prototype would still apply. */
7116#ifdef __cplusplus
7117extern "C"
7118#endif
7119char gethostbyname ();
7120int
7121main ()
7122{
7123return gethostbyname ();
7124 ;
7125 return 0;
7126}
7127_ACEOF
7128if ac_fn_c_try_link "$LINENO"; then :
7129 ac_cv_lib_nsl_gethostbyname=yes
7130else
7131 ac_cv_lib_nsl_gethostbyname=no
7132fi
7133rm -f core conftest.err conftest.$ac_objext \
7134 conftest$ac_exeext conftest.$ac_ext
7135LIBS=$ac_check_lib_save_LIBS
7136fi
7137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7138$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7139if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7140 cat >>confdefs.h <<_ACEOF
7141#define HAVE_LIBNSL 1
7142_ACEOF
7143
7144 LIBS="-lnsl $LIBS"
7145
7146fi
7147
7148
7149# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7150# using the same condition.
7151
aadc9410 7152 # Use the system's zlib library.
7fed4b0b
L
7153 zlibdir="-L\$(top_builddir)/../zlib"
7154 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7155
aadc9410
MF
7156# Check whether --with-system-zlib was given.
7157if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7158 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7159 zlibdir=
7160 zlibinc=
7161 fi
6bb11ab3
L
7162
7163fi
7164
6bb11ab3 7165
6bb11ab3 7166
6bb11ab3
L
7167
7168
7169# BFD uses libdl when when plugins enabled.
7170
faa743bb
RM
7171 maybe_plugins=no
7172 for ac_header in dlfcn.h
7173do :
7174 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7175"
d0ac1c44 7176if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7177 cat >>confdefs.h <<_ACEOF
7178#define HAVE_DLFCN_H 1
7179_ACEOF
7180 maybe_plugins=yes
7181fi
7182
7183done
7184
7185 for ac_header in windows.h
7186do :
7187 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7188"
d0ac1c44 7189if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7190 cat >>confdefs.h <<_ACEOF
7191#define HAVE_WINDOWS_H 1
7192_ACEOF
7193 maybe_plugins=yes
7194fi
7195
7196done
7197
7198
7199 # Check whether --enable-plugins was given.
6bb11ab3
L
7200if test "${enable_plugins+set}" = set; then :
7201 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7202 no) plugins=no ;;
7203 *) plugins=yes
7204 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7205 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7206 fi ;;
7207 esac
6bb11ab3 7208else
faa743bb
RM
7209 plugins=$maybe_plugins
7210
6bb11ab3
L
7211fi
7212
2974be62 7213 if test "$plugins" = "yes"; then
37f980dc
SM
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7215$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7216if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7217 $as_echo_n "(cached) " >&6
7218else
7219 ac_func_search_save_LIBS=$LIBS
7220cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7221/* end confdefs.h. */
7222
7223/* Override any GCC internal prototype to avoid an error.
7224 Use char because int might match the return type of a GCC
7225 builtin and then its argument prototype would still apply. */
7226#ifdef __cplusplus
7227extern "C"
7228#endif
37f980dc 7229char dlsym ();
2974be62
AM
7230int
7231main ()
7232{
37f980dc 7233return dlsym ();
2974be62
AM
7234 ;
7235 return 0;
7236}
7237_ACEOF
7238for ac_lib in '' dl; do
7239 if test -z "$ac_lib"; then
7240 ac_res="none required"
7241 else
7242 ac_res=-l$ac_lib
7243 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7244 fi
7245 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7246 ac_cv_search_dlsym=$ac_res
2974be62
AM
7247fi
7248rm -f core conftest.err conftest.$ac_objext \
7249 conftest$ac_exeext
d0ac1c44 7250 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7251 break
7252fi
7253done
d0ac1c44 7254if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7255
7256else
37f980dc 7257 ac_cv_search_dlsym=no
2974be62
AM
7258fi
7259rm conftest.$ac_ext
7260LIBS=$ac_func_search_save_LIBS
7261fi
37f980dc
SM
7262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7263$as_echo "$ac_cv_search_dlsym" >&6; }
7264ac_res=$ac_cv_search_dlsym
2974be62
AM
7265if test "$ac_res" != no; then :
7266 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7267
7268fi
7269
7270 fi
6bb11ab3
L
7271
7272 if test "$plugins" = yes; then
7273 PLUGINS_TRUE=
7274 PLUGINS_FALSE='#'
7275else
7276 PLUGINS_TRUE='#'
7277 PLUGINS_FALSE=
7278fi
7279
7280
7281
7282
7283
7284# Set options
7285enable_dlopen=yes
7286
7287
7288
7289
7290 enable_win32_dll=no
7291
7292
7293 # Check whether --enable-shared was given.
7294if test "${enable_shared+set}" = set; then :
7295 enableval=$enable_shared; p=${PACKAGE-default}
7296 case $enableval in
7297 yes) enable_shared=yes ;;
7298 no) enable_shared=no ;;
7299 *)
7300 enable_shared=no
7301 # Look at the argument we got. We use all the common list separators.
7302 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7303 for pkg in $enableval; do
7304 IFS="$lt_save_ifs"
7305 if test "X$pkg" = "X$p"; then
7306 enable_shared=yes
7307 fi
7308 done
7309 IFS="$lt_save_ifs"
7310 ;;
7311 esac
7312else
7313 enable_shared=yes
7314fi
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324 # Check whether --enable-static was given.
7325if test "${enable_static+set}" = set; then :
7326 enableval=$enable_static; p=${PACKAGE-default}
7327 case $enableval in
7328 yes) enable_static=yes ;;
7329 no) enable_static=no ;;
7330 *)
7331 enable_static=no
7332 # Look at the argument we got. We use all the common list separators.
7333 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7334 for pkg in $enableval; do
7335 IFS="$lt_save_ifs"
7336 if test "X$pkg" = "X$p"; then
7337 enable_static=yes
7338 fi
7339 done
7340 IFS="$lt_save_ifs"
7341 ;;
7342 esac
7343else
7344 enable_static=yes
7345fi
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356# Check whether --with-pic was given.
7357if test "${with_pic+set}" = set; then :
7358 withval=$with_pic; pic_mode="$withval"
7359else
7360 pic_mode=default
7361fi
7362
7363
7364test -z "$pic_mode" && pic_mode=default
7365
7366
7367
7368
7369
7370
7371
7372 # Check whether --enable-fast-install was given.
7373if test "${enable_fast_install+set}" = set; then :
7374 enableval=$enable_fast_install; p=${PACKAGE-default}
7375 case $enableval in
7376 yes) enable_fast_install=yes ;;
7377 no) enable_fast_install=no ;;
7378 *)
7379 enable_fast_install=no
7380 # Look at the argument we got. We use all the common list separators.
7381 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7382 for pkg in $enableval; do
7383 IFS="$lt_save_ifs"
7384 if test "X$pkg" = "X$p"; then
7385 enable_fast_install=yes
7386 fi
7387 done
7388 IFS="$lt_save_ifs"
7389 ;;
7390 esac
7391else
7392 enable_fast_install=yes
7393fi
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405# This can be used to rebuild libtool when needed
7406LIBTOOL_DEPS="$ltmain"
7407
7408# Always use our own libtool.
7409LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436test -z "$LN_S" && LN_S="ln -s"
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451if test -n "${ZSH_VERSION+set}" ; then
7452 setopt NO_GLOB_SUBST
f0569246 7453fi
f0569246 7454
6bb11ab3
L
7455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7456$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7457if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7458 $as_echo_n "(cached) " >&6
7459else
7460 rm -f .libs 2>/dev/null
7461mkdir .libs 2>/dev/null
7462if test -d .libs; then
7463 lt_cv_objdir=.libs
7464else
7465 # MS-DOS does not allow filenames that begin with a dot.
7466 lt_cv_objdir=_libs
7467fi
7468rmdir .libs 2>/dev/null
7469fi
7470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7471$as_echo "$lt_cv_objdir" >&6; }
7472objdir=$lt_cv_objdir
7473
7474
7475
7476
7477
7478cat >>confdefs.h <<_ACEOF
7479#define LT_OBJDIR "$lt_cv_objdir/"
7480_ACEOF
7481
7482
7483
7484
7485case $host_os in
7486aix3*)
7487 # AIX sometimes has problems with the GCC collect2 program. For some
7488 # reason, if we set the COLLECT_NAMES environment variable, the problems
7489 # vanish in a puff of smoke.
7490 if test "X${COLLECT_NAMES+set}" != Xset; then
7491 COLLECT_NAMES=
7492 export COLLECT_NAMES
7493 fi
7494 ;;
81ecdfbb 7495esac
6bb11ab3
L
7496
7497# Global variables:
7498ofile=libtool
7499can_build_shared=yes
7500
7501# All known linkers require a `.a' archive for static linking (except MSVC,
7502# which needs '.lib').
7503libext=a
7504
7505with_gnu_ld="$lt_cv_prog_gnu_ld"
7506
7507old_CC="$CC"
7508old_CFLAGS="$CFLAGS"
7509
7510# Set sane defaults for various variables
7511test -z "$CC" && CC=cc
7512test -z "$LTCC" && LTCC=$CC
7513test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7514test -z "$LD" && LD=ld
7515test -z "$ac_objext" && ac_objext=o
7516
7517for cc_temp in $compiler""; do
7518 case $cc_temp in
7519 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7520 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7521 \-*) ;;
7522 *) break;;
7523 esac
7524done
7525cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7526
7527
7528# Only perform the check for file, if the check method requires it
7529test -z "$MAGIC_CMD" && MAGIC_CMD=file
7530case $deplibs_check_method in
7531file_magic*)
7532 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7534$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7535if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7536 $as_echo_n "(cached) " >&6
7537else
7538 case $MAGIC_CMD in
7539[\\/*] | ?:[\\/]*)
7540 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7541 ;;
7542*)
7543 lt_save_MAGIC_CMD="$MAGIC_CMD"
7544 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7545 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7546 for ac_dir in $ac_dummy; do
7547 IFS="$lt_save_ifs"
7548 test -z "$ac_dir" && ac_dir=.
7549 if test -f $ac_dir/${ac_tool_prefix}file; then
7550 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7551 if test -n "$file_magic_test_file"; then
7552 case $deplibs_check_method in
7553 "file_magic "*)
7554 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7555 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7556 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7557 $EGREP "$file_magic_regex" > /dev/null; then
7558 :
7559 else
7560 cat <<_LT_EOF 1>&2
7561
7562*** Warning: the command libtool uses to detect shared libraries,
7563*** $file_magic_cmd, produces output that libtool cannot recognize.
7564*** The result is that libtool may fail to recognize shared libraries
7565*** as such. This will affect the creation of libtool libraries that
7566*** depend on shared libraries, but programs linked with such libtool
7567*** libraries will work regardless of this problem. Nevertheless, you
7568*** may want to report the problem to your system manager and/or to
7569*** bug-libtool@gnu.org
7570
7571_LT_EOF
7572 fi ;;
7573 esac
7574 fi
7575 break
f0569246 7576 fi
6bb11ab3
L
7577 done
7578 IFS="$lt_save_ifs"
7579 MAGIC_CMD="$lt_save_MAGIC_CMD"
7580 ;;
7581esac
f0569246 7582fi
f0569246 7583
6bb11ab3
L
7584MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7585if test -n "$MAGIC_CMD"; then
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7587$as_echo "$MAGIC_CMD" >&6; }
7588else
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7590$as_echo "no" >&6; }
7591fi
81ecdfbb 7592
6bb11ab3
L
7593
7594
7595
7596
7597if test -z "$lt_cv_path_MAGIC_CMD"; then
7598 if test -n "$ac_tool_prefix"; then
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7600$as_echo_n "checking for file... " >&6; }
d0ac1c44 7601if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7602 $as_echo_n "(cached) " >&6
7603else
7604 case $MAGIC_CMD in
7605[\\/*] | ?:[\\/]*)
7606 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7607 ;;
7608*)
7609 lt_save_MAGIC_CMD="$MAGIC_CMD"
7610 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7611 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7612 for ac_dir in $ac_dummy; do
7613 IFS="$lt_save_ifs"
7614 test -z "$ac_dir" && ac_dir=.
7615 if test -f $ac_dir/file; then
7616 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7617 if test -n "$file_magic_test_file"; then
7618 case $deplibs_check_method in
7619 "file_magic "*)
7620 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7621 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7622 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7623 $EGREP "$file_magic_regex" > /dev/null; then
7624 :
7625 else
7626 cat <<_LT_EOF 1>&2
7627
7628*** Warning: the command libtool uses to detect shared libraries,
7629*** $file_magic_cmd, produces output that libtool cannot recognize.
7630*** The result is that libtool may fail to recognize shared libraries
7631*** as such. This will affect the creation of libtool libraries that
7632*** depend on shared libraries, but programs linked with such libtool
7633*** libraries will work regardless of this problem. Nevertheless, you
7634*** may want to report the problem to your system manager and/or to
7635*** bug-libtool@gnu.org
7636
7637_LT_EOF
7638 fi ;;
7639 esac
7640 fi
7641 break
7642 fi
7643 done
7644 IFS="$lt_save_ifs"
7645 MAGIC_CMD="$lt_save_MAGIC_CMD"
7646 ;;
81ecdfbb 7647esac
6bb11ab3
L
7648fi
7649
7650MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7651if test -n "$MAGIC_CMD"; then
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7653$as_echo "$MAGIC_CMD" >&6; }
7654else
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7656$as_echo "no" >&6; }
7657fi
7658
7659
7660 else
7661 MAGIC_CMD=:
7662 fi
7663fi
7664
7665 fi
7666 ;;
7667esac
7668
7669# Use C for the default configuration in the libtool script
7670
7671lt_save_CC="$CC"
7672ac_ext=c
7673ac_cpp='$CPP $CPPFLAGS'
7674ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7675ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7676ac_compiler_gnu=$ac_cv_c_compiler_gnu
7677
7678
7679# Source file extension for C test sources.
7680ac_ext=c
7681
7682# Object file extension for compiled C test sources.
7683objext=o
7684objext=$objext
7685
7686# Code to be used in simple compile tests
7687lt_simple_compile_test_code="int some_variable = 0;"
7688
7689# Code to be used in simple link tests
7690lt_simple_link_test_code='int main(){return(0);}'
7691
7692
7693
7694
7695
7696
7697
7698# If no C compiler was specified, use CC.
7699LTCC=${LTCC-"$CC"}
7700
7701# If no C compiler flags were specified, use CFLAGS.
7702LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7703
7704# Allow CC to be a program name with arguments.
7705compiler=$CC
7706
7707# Save the default compiler, since it gets overwritten when the other
7708# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7709compiler_DEFAULT=$CC
7710
7711# save warnings/boilerplate of simple test code
7712ac_outfile=conftest.$ac_objext
7713echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7714eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7715_lt_compiler_boilerplate=`cat conftest.err`
7716$RM conftest*
7717
7718ac_outfile=conftest.$ac_objext
7719echo "$lt_simple_link_test_code" >conftest.$ac_ext
7720eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7721_lt_linker_boilerplate=`cat conftest.err`
7722$RM -r conftest*
7723
7724
7725## CAVEAT EMPTOR:
7726## There is no encapsulation within the following macros, do not change
7727## the running order or otherwise move them around unless you know exactly
7728## what you are doing...
7729if test -n "$compiler"; then
7730
7731lt_prog_compiler_no_builtin_flag=
7732
7733if test "$GCC" = yes; then
7734 case $cc_basename in
7735 nvcc*)
7736 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7737 *)
7738 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 7739 esac
6bb11ab3
L
7740
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7742$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7743if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7744 $as_echo_n "(cached) " >&6
f0569246 7745else
6bb11ab3
L
7746 lt_cv_prog_compiler_rtti_exceptions=no
7747 ac_outfile=conftest.$ac_objext
7748 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7749 lt_compiler_flag="-fno-rtti -fno-exceptions"
7750 # Insert the option either (1) after the last *FLAGS variable, or
7751 # (2) before a word containing "conftest.", or (3) at the end.
7752 # Note that $ac_compile itself does not contain backslashes and begins
7753 # with a dollar sign (not a hyphen), so the echo should work correctly.
7754 # The option is referenced via a variable to avoid confusing sed.
7755 lt_compile=`echo "$ac_compile" | $SED \
7756 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7757 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7758 -e 's:$: $lt_compiler_flag:'`
7759 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7760 (eval "$lt_compile" 2>conftest.err)
7761 ac_status=$?
7762 cat conftest.err >&5
7763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7764 if (exit $ac_status) && test -s "$ac_outfile"; then
7765 # The compiler can only warn and ignore the option if not recognized
7766 # So say no if there are warnings other than the usual output.
7767 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7768 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7769 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7770 lt_cv_prog_compiler_rtti_exceptions=yes
7771 fi
7772 fi
7773 $RM conftest*
7774
f0569246 7775fi
6bb11ab3
L
7776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7777$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7778
7779if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7780 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7781else
7782 :
7783fi
7784
7785fi
7786
7787
7788
7789
7790
7791
7792 lt_prog_compiler_wl=
7793lt_prog_compiler_pic=
7794lt_prog_compiler_static=
7795
7796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7797$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7798
7799 if test "$GCC" = yes; then
7800 lt_prog_compiler_wl='-Wl,'
7801 lt_prog_compiler_static='-static'
7802
7803 case $host_os in
7804 aix*)
7805 # All AIX code is PIC.
7806 if test "$host_cpu" = ia64; then
7807 # AIX 5 now supports IA64 processor
7808 lt_prog_compiler_static='-Bstatic'
7809 fi
7810 lt_prog_compiler_pic='-fPIC'
7811 ;;
7812
7813 amigaos*)
7814 case $host_cpu in
7815 powerpc)
7816 # see comment about AmigaOS4 .so support
7817 lt_prog_compiler_pic='-fPIC'
7818 ;;
7819 m68k)
7820 # FIXME: we need at least 68020 code to build shared libraries, but
7821 # adding the `-m68020' flag to GCC prevents building anything better,
7822 # like `-m68040'.
7823 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7824 ;;
7825 esac
7826 ;;
7827
7828 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7829 # PIC is the default for these OSes.
7830 ;;
7831
7832 mingw* | cygwin* | pw32* | os2* | cegcc*)
7833 # This hack is so that the source file can tell whether it is being
7834 # built for inclusion in a dll (and should export symbols for example).
7835 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7836 # (--disable-auto-import) libraries
7837 lt_prog_compiler_pic='-DDLL_EXPORT'
7838 ;;
7839
7840 darwin* | rhapsody*)
7841 # PIC is the default on this platform
7842 # Common symbols not allowed in MH_DYLIB files
7843 lt_prog_compiler_pic='-fno-common'
7844 ;;
7845
7846 haiku*)
7847 # PIC is the default for Haiku.
7848 # The "-static" flag exists, but is broken.
7849 lt_prog_compiler_static=
7850 ;;
7851
7852 hpux*)
7853 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7854 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7855 # sets the default TLS model and affects inlining.
7856 case $host_cpu in
7857 hppa*64*)
7858 # +Z the default
7859 ;;
7860 *)
7861 lt_prog_compiler_pic='-fPIC'
7862 ;;
7863 esac
7864 ;;
7865
7866 interix[3-9]*)
7867 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7868 # Instead, we relocate shared libraries at runtime.
7869 ;;
7870
7871 msdosdjgpp*)
7872 # Just because we use GCC doesn't mean we suddenly get shared libraries
7873 # on systems that don't support them.
7874 lt_prog_compiler_can_build_shared=no
7875 enable_shared=no
7876 ;;
7877
7878 *nto* | *qnx*)
7879 # QNX uses GNU C++, but need to define -shared option too, otherwise
7880 # it will coredump.
7881 lt_prog_compiler_pic='-fPIC -shared'
7882 ;;
7883
7884 sysv4*MP*)
7885 if test -d /usr/nec; then
7886 lt_prog_compiler_pic=-Kconform_pic
7887 fi
7888 ;;
7889
7890 *)
7891 lt_prog_compiler_pic='-fPIC'
7892 ;;
7893 esac
7894
7895 case $cc_basename in
7896 nvcc*) # Cuda Compiler Driver 2.2
7897 lt_prog_compiler_wl='-Xlinker '
7898 lt_prog_compiler_pic='-Xcompiler -fPIC'
7899 ;;
7900 esac
7901 else
7902 # PORTME Check for flag to pass linker flags through the system compiler.
7903 case $host_os in
7904 aix*)
7905 lt_prog_compiler_wl='-Wl,'
7906 if test "$host_cpu" = ia64; then
7907 # AIX 5 now supports IA64 processor
7908 lt_prog_compiler_static='-Bstatic'
7909 else
7910 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7911 fi
7912 ;;
7913
7914 mingw* | cygwin* | pw32* | os2* | cegcc*)
7915 # This hack is so that the source file can tell whether it is being
7916 # built for inclusion in a dll (and should export symbols for example).
7917 lt_prog_compiler_pic='-DDLL_EXPORT'
7918 ;;
7919
7920 hpux9* | hpux10* | hpux11*)
7921 lt_prog_compiler_wl='-Wl,'
7922 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7923 # not for PA HP-UX.
7924 case $host_cpu in
7925 hppa*64*|ia64*)
7926 # +Z the default
7927 ;;
7928 *)
7929 lt_prog_compiler_pic='+Z'
7930 ;;
7931 esac
7932 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7933 lt_prog_compiler_static='${wl}-a ${wl}archive'
7934 ;;
7935
7936 irix5* | irix6* | nonstopux*)
7937 lt_prog_compiler_wl='-Wl,'
7938 # PIC (with -KPIC) is the default.
7939 lt_prog_compiler_static='-non_shared'
7940 ;;
7941
7942 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7943 case $cc_basename in
7944 # old Intel for x86_64 which still supported -KPIC.
7945 ecc*)
7946 lt_prog_compiler_wl='-Wl,'
7947 lt_prog_compiler_pic='-KPIC'
7948 lt_prog_compiler_static='-static'
7949 ;;
7950 # icc used to be incompatible with GCC.
7951 # ICC 10 doesn't accept -KPIC any more.
7952 icc* | ifort*)
7953 lt_prog_compiler_wl='-Wl,'
7954 lt_prog_compiler_pic='-fPIC'
7955 lt_prog_compiler_static='-static'
7956 ;;
7957 # Lahey Fortran 8.1.
7958 lf95*)
7959 lt_prog_compiler_wl='-Wl,'
7960 lt_prog_compiler_pic='--shared'
7961 lt_prog_compiler_static='--static'
7962 ;;
7963 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7964 # Portland Group compilers (*not* the Pentium gcc compiler,
7965 # which looks to be a dead project)
7966 lt_prog_compiler_wl='-Wl,'
7967 lt_prog_compiler_pic='-fpic'
7968 lt_prog_compiler_static='-Bstatic'
7969 ;;
7970 ccc*)
7971 lt_prog_compiler_wl='-Wl,'
7972 # All Alpha code is PIC.
7973 lt_prog_compiler_static='-non_shared'
7974 ;;
7975 xl* | bgxl* | bgf* | mpixl*)
7976 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7977 lt_prog_compiler_wl='-Wl,'
7978 lt_prog_compiler_pic='-qpic'
7979 lt_prog_compiler_static='-qstaticlink'
7980 ;;
7981 *)
7982 case `$CC -V 2>&1 | sed 5q` in
7983 *Sun\ F* | *Sun*Fortran*)
7984 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7985 lt_prog_compiler_pic='-KPIC'
7986 lt_prog_compiler_static='-Bstatic'
7987 lt_prog_compiler_wl=''
7988 ;;
7989 *Sun\ C*)
7990 # Sun C 5.9
7991 lt_prog_compiler_pic='-KPIC'
7992 lt_prog_compiler_static='-Bstatic'
7993 lt_prog_compiler_wl='-Wl,'
7994 ;;
7995 esac
7996 ;;
7997 esac
7998 ;;
7999
8000 newsos6)
8001 lt_prog_compiler_pic='-KPIC'
8002 lt_prog_compiler_static='-Bstatic'
8003 ;;
8004
8005 *nto* | *qnx*)
8006 # QNX uses GNU C++, but need to define -shared option too, otherwise
8007 # it will coredump.
8008 lt_prog_compiler_pic='-fPIC -shared'
8009 ;;
8010
8011 osf3* | osf4* | osf5*)
8012 lt_prog_compiler_wl='-Wl,'
8013 # All OSF/1 code is PIC.
8014 lt_prog_compiler_static='-non_shared'
8015 ;;
8016
8017 rdos*)
8018 lt_prog_compiler_static='-non_shared'
8019 ;;
f0569246 8020
6bb11ab3
L
8021 solaris*)
8022 lt_prog_compiler_pic='-KPIC'
8023 lt_prog_compiler_static='-Bstatic'
8024 case $cc_basename in
8025 f77* | f90* | f95*)
8026 lt_prog_compiler_wl='-Qoption ld ';;
8027 *)
8028 lt_prog_compiler_wl='-Wl,';;
8029 esac
8030 ;;
f0569246 8031
6bb11ab3
L
8032 sunos4*)
8033 lt_prog_compiler_wl='-Qoption ld '
8034 lt_prog_compiler_pic='-PIC'
8035 lt_prog_compiler_static='-Bstatic'
8036 ;;
f0569246 8037
6bb11ab3
L
8038 sysv4 | sysv4.2uw2* | sysv4.3*)
8039 lt_prog_compiler_wl='-Wl,'
8040 lt_prog_compiler_pic='-KPIC'
8041 lt_prog_compiler_static='-Bstatic'
8042 ;;
8043
8044 sysv4*MP*)
8045 if test -d /usr/nec ;then
8046 lt_prog_compiler_pic='-Kconform_pic'
8047 lt_prog_compiler_static='-Bstatic'
8048 fi
8049 ;;
8050
8051 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8052 lt_prog_compiler_wl='-Wl,'
8053 lt_prog_compiler_pic='-KPIC'
8054 lt_prog_compiler_static='-Bstatic'
8055 ;;
8056
8057 unicos*)
8058 lt_prog_compiler_wl='-Wl,'
8059 lt_prog_compiler_can_build_shared=no
8060 ;;
8061
8062 uts4*)
8063 lt_prog_compiler_pic='-pic'
8064 lt_prog_compiler_static='-Bstatic'
8065 ;;
8066
8067 *)
8068 lt_prog_compiler_can_build_shared=no
8069 ;;
8070 esac
8071 fi
8072
8073case $host_os in
8074 # For platforms which do not support PIC, -DPIC is meaningless:
8075 *djgpp*)
8076 lt_prog_compiler_pic=
8077 ;;
8078 *)
8079 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8080 ;;
81ecdfbb 8081esac
6bb11ab3
L
8082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8083$as_echo "$lt_prog_compiler_pic" >&6; }
8084
8085
8086
8087
8088
8089
8090#
8091# Check to make sure the PIC flag actually works.
8092#
8093if test -n "$lt_prog_compiler_pic"; then
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8095$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8096if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8097 $as_echo_n "(cached) " >&6
b7026657 8098else
6bb11ab3
L
8099 lt_cv_prog_compiler_pic_works=no
8100 ac_outfile=conftest.$ac_objext
8101 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8102 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8103 # Insert the option either (1) after the last *FLAGS variable, or
8104 # (2) before a word containing "conftest.", or (3) at the end.
8105 # Note that $ac_compile itself does not contain backslashes and begins
8106 # with a dollar sign (not a hyphen), so the echo should work correctly.
8107 # The option is referenced via a variable to avoid confusing sed.
8108 lt_compile=`echo "$ac_compile" | $SED \
8109 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8110 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8111 -e 's:$: $lt_compiler_flag:'`
8112 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8113 (eval "$lt_compile" 2>conftest.err)
8114 ac_status=$?
8115 cat conftest.err >&5
8116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8117 if (exit $ac_status) && test -s "$ac_outfile"; then
8118 # The compiler can only warn and ignore the option if not recognized
8119 # So say no if there are warnings other than the usual output.
8120 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8121 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8122 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8123 lt_cv_prog_compiler_pic_works=yes
8124 fi
8125 fi
8126 $RM conftest*
b7026657 8127
b7026657 8128fi
6bb11ab3
L
8129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8130$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8131
8132if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8133 case $lt_prog_compiler_pic in
8134 "" | " "*) ;;
8135 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8136 esac
8137else
8138 lt_prog_compiler_pic=
8139 lt_prog_compiler_can_build_shared=no
f0569246 8140fi
6bb11ab3
L
8141
8142fi
8143
8144
8145
8146
8147
8148
8149#
8150# Check to make sure the static flag actually works.
8151#
8152wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8154$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8155if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8156 $as_echo_n "(cached) " >&6
f0569246 8157else
6bb11ab3
L
8158 lt_cv_prog_compiler_static_works=no
8159 save_LDFLAGS="$LDFLAGS"
8160 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8161 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8162 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8163 # The linker can only warn and ignore the option if not recognized
8164 # So say no if there are warnings
8165 if test -s conftest.err; then
8166 # Append any errors to the config.log.
8167 cat conftest.err 1>&5
8168 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8169 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8170 if diff conftest.exp conftest.er2 >/dev/null; then
8171 lt_cv_prog_compiler_static_works=yes
8172 fi
8173 else
8174 lt_cv_prog_compiler_static_works=yes
8175 fi
8176 fi
8177 $RM -r conftest*
8178 LDFLAGS="$save_LDFLAGS"
f0569246 8179
6bb11ab3
L
8180fi
8181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8182$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8183
6bb11ab3
L
8184if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8185 :
2d514e6f 8186else
6bb11ab3 8187 lt_prog_compiler_static=
f0569246 8188fi
b7026657 8189
6bb11ab3
L
8190
8191
8192
8193
8194
8195
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8197$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8198if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8199 $as_echo_n "(cached) " >&6
81ecdfbb 8200else
6bb11ab3
L
8201 lt_cv_prog_compiler_c_o=no
8202 $RM -r conftest 2>/dev/null
8203 mkdir conftest
8204 cd conftest
8205 mkdir out
8206 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8207
8208 lt_compiler_flag="-o out/conftest2.$ac_objext"
8209 # Insert the option either (1) after the last *FLAGS variable, or
8210 # (2) before a word containing "conftest.", or (3) at the end.
8211 # Note that $ac_compile itself does not contain backslashes and begins
8212 # with a dollar sign (not a hyphen), so the echo should work correctly.
8213 lt_compile=`echo "$ac_compile" | $SED \
8214 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8215 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8216 -e 's:$: $lt_compiler_flag:'`
8217 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8218 (eval "$lt_compile" 2>out/conftest.err)
8219 ac_status=$?
8220 cat out/conftest.err >&5
8221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8223 then
8224 # The compiler can only warn and ignore the option if not recognized
8225 # So say no if there are warnings
8226 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8227 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8228 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8229 lt_cv_prog_compiler_c_o=yes
8230 fi
8231 fi
8232 chmod u+w . 2>&5
8233 $RM conftest*
8234 # SGI C++ compiler will create directory out/ii_files/ for
8235 # template instantiation
8236 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8237 $RM out/* && rmdir out
8238 cd ..
8239 $RM -r conftest
8240 $RM conftest*
8241
81ecdfbb 8242fi
6bb11ab3
L
8243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8244$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8245
8246
8247
8248
8249
8250
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8252$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8253if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8254 $as_echo_n "(cached) " >&6
8255else
6bb11ab3
L
8256 lt_cv_prog_compiler_c_o=no
8257 $RM -r conftest 2>/dev/null
8258 mkdir conftest
8259 cd conftest
8260 mkdir out
8261 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8262
8263 lt_compiler_flag="-o out/conftest2.$ac_objext"
8264 # Insert the option either (1) after the last *FLAGS variable, or
8265 # (2) before a word containing "conftest.", or (3) at the end.
8266 # Note that $ac_compile itself does not contain backslashes and begins
8267 # with a dollar sign (not a hyphen), so the echo should work correctly.
8268 lt_compile=`echo "$ac_compile" | $SED \
8269 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8270 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8271 -e 's:$: $lt_compiler_flag:'`
8272 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8273 (eval "$lt_compile" 2>out/conftest.err)
8274 ac_status=$?
8275 cat out/conftest.err >&5
8276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8277 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8278 then
8279 # The compiler can only warn and ignore the option if not recognized
8280 # So say no if there are warnings
8281 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8282 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8283 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8284 lt_cv_prog_compiler_c_o=yes
8285 fi
8286 fi
8287 chmod u+w . 2>&5
8288 $RM conftest*
8289 # SGI C++ compiler will create directory out/ii_files/ for
8290 # template instantiation
8291 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8292 $RM out/* && rmdir out
8293 cd ..
8294 $RM -r conftest
8295 $RM conftest*
8296
8297fi
8298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8299$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8300
8301
8302
8303
8304hard_links="nottested"
8305if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8306 # do not overwrite the value of need_locks provided by the user
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8308$as_echo_n "checking if we can lock with hard links... " >&6; }
8309 hard_links=yes
8310 $RM conftest*
8311 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8312 touch conftest.a
8313 ln conftest.a conftest.b 2>&5 || hard_links=no
8314 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8316$as_echo "$hard_links" >&6; }
8317 if test "$hard_links" = no; then
8318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8319$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8320 need_locks=warn
8321 fi
8322else
8323 need_locks=no
8324fi
8325
8326
8327
8328
8329
8330
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8332$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8333
8334 runpath_var=
8335 allow_undefined_flag=
8336 always_export_symbols=no
8337 archive_cmds=
8338 archive_expsym_cmds=
8339 compiler_needs_object=no
8340 enable_shared_with_static_runtimes=no
8341 export_dynamic_flag_spec=
8342 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8343 hardcode_automatic=no
8344 hardcode_direct=no
8345 hardcode_direct_absolute=no
8346 hardcode_libdir_flag_spec=
8347 hardcode_libdir_flag_spec_ld=
8348 hardcode_libdir_separator=
8349 hardcode_minus_L=no
8350 hardcode_shlibpath_var=unsupported
8351 inherit_rpath=no
8352 link_all_deplibs=unknown
8353 module_cmds=
8354 module_expsym_cmds=
8355 old_archive_from_new_cmds=
8356 old_archive_from_expsyms_cmds=
8357 thread_safe_flag_spec=
8358 whole_archive_flag_spec=
8359 # include_expsyms should be a list of space-separated symbols to be *always*
8360 # included in the symbol list
8361 include_expsyms=
8362 # exclude_expsyms can be an extended regexp of symbols to exclude
8363 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8364 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8365 # as well as any symbol that contains `d'.
8366 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8367 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8368 # platforms (ab)use it in PIC code, but their linkers get confused if
8369 # the symbol is explicitly referenced. Since portable code cannot
8370 # rely on this symbol name, it's probably fine to never include it in
8371 # preloaded symbol tables.
8372 # Exclude shared library initialization/finalization symbols.
8373 extract_expsyms_cmds=
8374
8375 case $host_os in
8376 cygwin* | mingw* | pw32* | cegcc*)
8377 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8378 # When not using gcc, we currently assume that we are using
8379 # Microsoft Visual C++.
8380 if test "$GCC" != yes; then
8381 with_gnu_ld=no
8382 fi
8383 ;;
8384 interix*)
8385 # we just hope/assume this is gcc and not c89 (= MSVC++)
8386 with_gnu_ld=yes
8387 ;;
8388 openbsd*)
8389 with_gnu_ld=no
8390 ;;
8391 esac
f0569246 8392
6bb11ab3
L
8393 ld_shlibs=yes
8394
8395 # On some targets, GNU ld is compatible enough with the native linker
8396 # that we're better off using the native interface for both.
8397 lt_use_gnu_ld_interface=no
8398 if test "$with_gnu_ld" = yes; then
8399 case $host_os in
8400 aix*)
8401 # The AIX port of GNU ld has always aspired to compatibility
8402 # with the native linker. However, as the warning in the GNU ld
8403 # block says, versions before 2.19.5* couldn't really create working
8404 # shared libraries, regardless of the interface used.
8405 case `$LD -v 2>&1` in
8406 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8407 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8408 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8409 *)
8410 lt_use_gnu_ld_interface=yes
8411 ;;
8412 esac
8413 ;;
8414 *)
8415 lt_use_gnu_ld_interface=yes
8416 ;;
8417 esac
8418 fi
f0569246 8419
6bb11ab3
L
8420 if test "$lt_use_gnu_ld_interface" = yes; then
8421 # If archive_cmds runs LD, not CC, wlarc should be empty
8422 wlarc='${wl}'
8423
8424 # Set some defaults for GNU ld with shared library support. These
8425 # are reset later if shared libraries are not supported. Putting them
8426 # here allows them to be overridden if necessary.
8427 runpath_var=LD_RUN_PATH
8428 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8429 export_dynamic_flag_spec='${wl}--export-dynamic'
8430 # ancient GNU ld didn't support --whole-archive et. al.
8431 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8432 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8433 else
8434 whole_archive_flag_spec=
8435 fi
8436 supports_anon_versioning=no
8437 case `$LD -v 2>&1` in
8438 *GNU\ gold*) supports_anon_versioning=yes ;;
8439 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8440 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8441 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8442 *\ 2.11.*) ;; # other 2.11 versions
8443 *) supports_anon_versioning=yes ;;
8444 esac
8445
8446 # See if GNU ld supports shared libraries.
8447 case $host_os in
8448 aix[3-9]*)
8449 # On AIX/PPC, the GNU linker is very broken
8450 if test "$host_cpu" != ia64; then
8451 ld_shlibs=no
8452 cat <<_LT_EOF 1>&2
8453
8454*** Warning: the GNU linker, at least up to release 2.19, is reported
8455*** to be unable to reliably create shared libraries on AIX.
8456*** Therefore, libtool is disabling shared libraries support. If you
8457*** really care for shared libraries, you may want to install binutils
8458*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8459*** You will then need to restart the configuration process.
8460
8461_LT_EOF
8462 fi
8463 ;;
8464
8465 amigaos*)
8466 case $host_cpu in
8467 powerpc)
8468 # see comment about AmigaOS4 .so support
8469 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8470 archive_expsym_cmds=''
8471 ;;
8472 m68k)
8473 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)'
8474 hardcode_libdir_flag_spec='-L$libdir'
8475 hardcode_minus_L=yes
8476 ;;
8477 esac
8478 ;;
8479
8480 beos*)
8481 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8482 allow_undefined_flag=unsupported
8483 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8484 # support --undefined. This deserves some investigation. FIXME
8485 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8486 else
8487 ld_shlibs=no
8488 fi
8489 ;;
8490
8491 cygwin* | mingw* | pw32* | cegcc*)
8492 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8493 # as there is no search path for DLLs.
8494 hardcode_libdir_flag_spec='-L$libdir'
8495 export_dynamic_flag_spec='${wl}--export-all-symbols'
8496 allow_undefined_flag=unsupported
8497 always_export_symbols=no
8498 enable_shared_with_static_runtimes=yes
8499 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8500
8501 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8502 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8503 # If the export-symbols file already is a .def file (1st line
8504 # is EXPORTS), use it as is; otherwise, prepend...
8505 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8506 cp $export_symbols $output_objdir/$soname.def;
8507 else
8508 echo EXPORTS > $output_objdir/$soname.def;
8509 cat $export_symbols >> $output_objdir/$soname.def;
8510 fi~
8511 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8512 else
8513 ld_shlibs=no
8514 fi
8515 ;;
8516
8517 haiku*)
8518 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8519 link_all_deplibs=yes
8520 ;;
8521
8522 interix[3-9]*)
8523 hardcode_direct=no
8524 hardcode_shlibpath_var=no
8525 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8526 export_dynamic_flag_spec='${wl}-E'
8527 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8528 # Instead, shared libraries are loaded at an image base (0x10000000 by
8529 # default) and relocated if they conflict, which is a slow very memory
8530 # consuming and fragmenting process. To avoid this, we pick a random,
8531 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8532 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8533 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8534 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'
8535 ;;
8536
8537 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8538 tmp_diet=no
8539 if test "$host_os" = linux-dietlibc; then
8540 case $cc_basename in
8541 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8542 esac
8543 fi
8544 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8545 && test "$tmp_diet" = no
8546 then
5cddc23a 8547 tmp_addflag=' $pic_flag'
6bb11ab3
L
8548 tmp_sharedflag='-shared'
8549 case $cc_basename,$host_cpu in
8550 pgcc*) # Portland Group C compiler
8551 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'
8552 tmp_addflag=' $pic_flag'
8553 ;;
8554 pgf77* | pgf90* | pgf95* | pgfortran*)
8555 # Portland Group f77 and f90 compilers
8556 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'
8557 tmp_addflag=' $pic_flag -Mnomain' ;;
8558 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8559 tmp_addflag=' -i_dynamic' ;;
8560 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8561 tmp_addflag=' -i_dynamic -nofor_main' ;;
8562 ifc* | ifort*) # Intel Fortran compiler
8563 tmp_addflag=' -nofor_main' ;;
8564 lf95*) # Lahey Fortran 8.1
8565 whole_archive_flag_spec=
8566 tmp_sharedflag='--shared' ;;
8567 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8568 tmp_sharedflag='-qmkshrobj'
8569 tmp_addflag= ;;
8570 nvcc*) # Cuda Compiler Driver 2.2
8571 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'
8572 compiler_needs_object=yes
8573 ;;
8574 esac
8575 case `$CC -V 2>&1 | sed 5q` in
8576 *Sun\ C*) # Sun C 5.9
8577 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'
8578 compiler_needs_object=yes
8579 tmp_sharedflag='-G' ;;
8580 *Sun\ F*) # Sun Fortran 8.3
8581 tmp_sharedflag='-G' ;;
8582 esac
8583 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8584
8585 if test "x$supports_anon_versioning" = xyes; then
8586 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8587 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8588 echo "local: *; };" >> $output_objdir/$libname.ver~
8589 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8590 fi
8591
8592 case $cc_basename in
8593 xlf* | bgf* | bgxlf* | mpixlf*)
8594 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8595 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8596 hardcode_libdir_flag_spec=
8597 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8598 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8599 if test "x$supports_anon_versioning" = xyes; then
8600 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8601 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8602 echo "local: *; };" >> $output_objdir/$libname.ver~
8603 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8604 fi
8605 ;;
8606 esac
8607 else
8608 ld_shlibs=no
8609 fi
8610 ;;
8611
8612 netbsd*)
8613 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8614 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8615 wlarc=
8616 else
8617 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8618 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8619 fi
8620 ;;
8621
8622 solaris*)
8623 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8624 ld_shlibs=no
8625 cat <<_LT_EOF 1>&2
8626
8627*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8628*** create shared libraries on Solaris systems. Therefore, libtool
8629*** is disabling shared libraries support. We urge you to upgrade GNU
8630*** binutils to release 2.9.1 or newer. Another option is to modify
8631*** your PATH or compiler configuration so that the native linker is
8632*** used, and then restart.
8633
8634_LT_EOF
8635 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8636 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8637 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8638 else
8639 ld_shlibs=no
8640 fi
8641 ;;
8642
8643 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8644 case `$LD -v 2>&1` in
8645 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8646 ld_shlibs=no
8647 cat <<_LT_EOF 1>&2
8648
8649*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8650*** reliably create shared libraries on SCO systems. Therefore, libtool
8651*** is disabling shared libraries support. We urge you to upgrade GNU
8652*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8653*** your PATH or compiler configuration so that the native linker is
8654*** used, and then restart.
8655
8656_LT_EOF
8657 ;;
8658 *)
8659 # For security reasons, it is highly recommended that you always
8660 # use absolute paths for naming shared libraries, and exclude the
8661 # DT_RUNPATH tag from executables and libraries. But doing so
8662 # requires that you compile everything twice, which is a pain.
8663 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8664 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8665 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8666 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8667 else
8668 ld_shlibs=no
8669 fi
8670 ;;
8671 esac
8672 ;;
8673
8674 sunos4*)
8675 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8676 wlarc=
8677 hardcode_direct=yes
8678 hardcode_shlibpath_var=no
8679 ;;
8680
8681 *)
8682 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8683 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8684 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8685 else
8686 ld_shlibs=no
8687 fi
8688 ;;
8689 esac
8690
8691 if test "$ld_shlibs" = no; then
8692 runpath_var=
8693 hardcode_libdir_flag_spec=
8694 export_dynamic_flag_spec=
8695 whole_archive_flag_spec=
8696 fi
8697 else
8698 # PORTME fill in a description of your system's linker (not GNU ld)
8699 case $host_os in
8700 aix3*)
8701 allow_undefined_flag=unsupported
8702 always_export_symbols=yes
8703 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'
8704 # Note: this linker hardcodes the directories in LIBPATH if there
8705 # are no directories specified by -L.
8706 hardcode_minus_L=yes
8707 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8708 # Neither direct hardcoding nor static linking is supported with a
8709 # broken collect2.
8710 hardcode_direct=unsupported
8711 fi
8712 ;;
8713
8714 aix[4-9]*)
8715 if test "$host_cpu" = ia64; then
8716 # On IA64, the linker does run time linking by default, so we don't
8717 # have to do anything special.
8718 aix_use_runtimelinking=no
8719 exp_sym_flag='-Bexport'
8720 no_entry_flag=""
8721 else
8722 # If we're using GNU nm, then we don't want the "-C" option.
8723 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8724 # Also, AIX nm treats weak defined symbols like other global
8725 # defined symbols, whereas GNU nm marks them as "W".
8726 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8727 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'
8728 else
5c887dd5 8729 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
8730 fi
8731 aix_use_runtimelinking=no
8732
8733 # Test if we are trying to use run time linking or normal
8734 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8735 # need to do runtime linking.
8736 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8737 for ld_flag in $LDFLAGS; do
8738 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8739 aix_use_runtimelinking=yes
8740 break
8741 fi
8742 done
8743 ;;
8744 esac
8745
8746 exp_sym_flag='-bexport'
8747 no_entry_flag='-bnoentry'
8748 fi
8749
8750 # When large executables or shared objects are built, AIX ld can
8751 # have problems creating the table of contents. If linking a library
8752 # or program results in "error TOC overflow" add -mminimal-toc to
8753 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8754 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8755
8756 archive_cmds=''
8757 hardcode_direct=yes
8758 hardcode_direct_absolute=yes
8759 hardcode_libdir_separator=':'
8760 link_all_deplibs=yes
8761 file_list_spec='${wl}-f,'
8762
8763 if test "$GCC" = yes; then
8764 case $host_os in aix4.[012]|aix4.[012].*)
8765 # We only want to do this on AIX 4.2 and lower, the check
8766 # below for broken collect2 doesn't work under 4.3+
8767 collect2name=`${CC} -print-prog-name=collect2`
8768 if test -f "$collect2name" &&
8769 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8770 then
8771 # We have reworked collect2
8772 :
8773 else
8774 # We have old collect2
8775 hardcode_direct=unsupported
8776 # It fails to find uninstalled libraries when the uninstalled
8777 # path is not listed in the libpath. Setting hardcode_minus_L
8778 # to unsupported forces relinking
8779 hardcode_minus_L=yes
8780 hardcode_libdir_flag_spec='-L$libdir'
8781 hardcode_libdir_separator=
8782 fi
8783 ;;
8784 esac
8785 shared_flag='-shared'
8786 if test "$aix_use_runtimelinking" = yes; then
8787 shared_flag="$shared_flag "'${wl}-G'
8788 fi
8789 else
8790 # not using gcc
8791 if test "$host_cpu" = ia64; then
8792 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8793 # chokes on -Wl,-G. The following line is correct:
8794 shared_flag='-G'
8795 else
8796 if test "$aix_use_runtimelinking" = yes; then
8797 shared_flag='${wl}-G'
8798 else
8799 shared_flag='${wl}-bM:SRE'
8800 fi
8801 fi
8802 fi
8803
8804 export_dynamic_flag_spec='${wl}-bexpall'
8805 # It seems that -bexpall does not export symbols beginning with
8806 # underscore (_), so it is better to generate a list of symbols to export.
8807 always_export_symbols=yes
8808 if test "$aix_use_runtimelinking" = yes; then
8809 # Warning - without using the other runtime loading flags (-brtl),
8810 # -berok will link without error, but may produce a broken library.
8811 allow_undefined_flag='-berok'
8812 # Determine the default libpath from the value encoded in an
8813 # empty executable.
8814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8815/* end confdefs.h. */
8816
8817int
8818main ()
8819{
8820
8821 ;
8822 return 0;
8823}
8824_ACEOF
6bb11ab3 8825if ac_fn_c_try_link "$LINENO"; then :
b7026657 8826
6bb11ab3
L
8827lt_aix_libpath_sed='
8828 /Import File Strings/,/^$/ {
8829 /^0/ {
8830 s/^0 *\(.*\)$/\1/
8831 p
8832 }
8833 }'
8834aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8835# Check for a 64-bit object if we didn't find anything.
8836if test -z "$aix_libpath"; then
8837 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8838fi
8839fi
8840rm -f core conftest.err conftest.$ac_objext \
8841 conftest$ac_exeext conftest.$ac_ext
8842if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8843
8844 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8845 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"
8846 else
8847 if test "$host_cpu" = ia64; then
8848 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8849 allow_undefined_flag="-z nodefs"
8850 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"
8851 else
8852 # Determine the default libpath from the value encoded in an
8853 # empty executable.
81ecdfbb
RW
8854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8855/* end confdefs.h. */
8856
8857int
8858main ()
8859{
8860
8861 ;
8862 return 0;
8863}
8864_ACEOF
6bb11ab3
L
8865if ac_fn_c_try_link "$LINENO"; then :
8866
8867lt_aix_libpath_sed='
8868 /Import File Strings/,/^$/ {
8869 /^0/ {
8870 s/^0 *\(.*\)$/\1/
8871 p
8872 }
8873 }'
8874aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8875# Check for a 64-bit object if we didn't find anything.
8876if test -z "$aix_libpath"; then
8877 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8878fi
81ecdfbb 8879fi
6bb11ab3
L
8880rm -f core conftest.err conftest.$ac_objext \
8881 conftest$ac_exeext conftest.$ac_ext
8882if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8883
8884 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8885 # Warning - without using the other run time loading flags,
8886 # -berok will link without error, but may produce a broken library.
8887 no_undefined_flag=' ${wl}-bernotok'
8888 allow_undefined_flag=' ${wl}-berok'
8889 if test "$with_gnu_ld" = yes; then
8890 # We only use this code for GNU lds that support --whole-archive.
8891 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8892 else
8893 # Exported symbols can be pulled into shared objects from archives
8894 whole_archive_flag_spec='$convenience'
8895 fi
8896 archive_cmds_need_lc=yes
8897 # This is similar to how AIX traditionally builds its shared libraries.
8898 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'
8899 fi
8900 fi
8901 ;;
8902
8903 amigaos*)
8904 case $host_cpu in
8905 powerpc)
8906 # see comment about AmigaOS4 .so support
8907 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8908 archive_expsym_cmds=''
8909 ;;
8910 m68k)
8911 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)'
8912 hardcode_libdir_flag_spec='-L$libdir'
8913 hardcode_minus_L=yes
8914 ;;
8915 esac
8916 ;;
8917
8918 bsdi[45]*)
8919 export_dynamic_flag_spec=-rdynamic
8920 ;;
8921
8922 cygwin* | mingw* | pw32* | cegcc*)
8923 # When not using gcc, we currently assume that we are using
8924 # Microsoft Visual C++.
8925 # hardcode_libdir_flag_spec is actually meaningless, as there is
8926 # no search path for DLLs.
8927 hardcode_libdir_flag_spec=' '
8928 allow_undefined_flag=unsupported
8929 # Tell ltmain to make .lib files, not .a files.
8930 libext=lib
8931 # Tell ltmain to make .dll files, not .so files.
8932 shrext_cmds=".dll"
8933 # FIXME: Setting linknames here is a bad hack.
8934 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8935 # The linker will automatically build a .lib file if we build a DLL.
8936 old_archive_from_new_cmds='true'
8937 # FIXME: Should let the user specify the lib program.
8938 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8939 fix_srcfile_path='`cygpath -w "$srcfile"`'
8940 enable_shared_with_static_runtimes=yes
8941 ;;
8942
8943 darwin* | rhapsody*)
8944
8945
8946 archive_cmds_need_lc=no
8947 hardcode_direct=no
8948 hardcode_automatic=yes
8949 hardcode_shlibpath_var=unsupported
8950 if test "$lt_cv_ld_force_load" = "yes"; then
8951 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
f0569246 8952 else
6bb11ab3 8953 whole_archive_flag_spec=''
f0569246 8954 fi
6bb11ab3
L
8955 link_all_deplibs=yes
8956 allow_undefined_flag="$_lt_dar_allow_undefined"
8957 case $cc_basename in
8958 ifort*) _lt_dar_can_shared=yes ;;
8959 *) _lt_dar_can_shared=$GCC ;;
8960 esac
8961 if test "$_lt_dar_can_shared" = "yes"; then
8962 output_verbose_link_cmd=func_echo_all
8963 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8964 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8965 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}"
8966 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}"
8967
f0569246 8968 else
6bb11ab3 8969 ld_shlibs=no
f0569246 8970 fi
6bb11ab3
L
8971
8972 ;;
8973
8974 dgux*)
8975 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8976 hardcode_libdir_flag_spec='-L$libdir'
8977 hardcode_shlibpath_var=no
8978 ;;
8979
8980 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8981 # support. Future versions do this automatically, but an explicit c++rt0.o
8982 # does not break anything, and helps significantly (at the cost of a little
8983 # extra space).
8984 freebsd2.2*)
8985 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8986 hardcode_libdir_flag_spec='-R$libdir'
8987 hardcode_direct=yes
8988 hardcode_shlibpath_var=no
8989 ;;
8990
8991 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8992 freebsd2.*)
8993 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8994 hardcode_direct=yes
8995 hardcode_minus_L=yes
8996 hardcode_shlibpath_var=no
8997 ;;
8998
8999 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9000 freebsd* | dragonfly*)
9001 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9002 hardcode_libdir_flag_spec='-R$libdir'
9003 hardcode_direct=yes
9004 hardcode_shlibpath_var=no
9005 ;;
9006
9007 hpux9*)
9008 if test "$GCC" = yes; then
9009 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'
9010 else
9011 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'
9012 fi
9013 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9014 hardcode_libdir_separator=:
9015 hardcode_direct=yes
9016
9017 # hardcode_minus_L: Not really in the search PATH,
9018 # but as the default location of the library.
9019 hardcode_minus_L=yes
9020 export_dynamic_flag_spec='${wl}-E'
9021 ;;
9022
9023 hpux10*)
9024 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9025 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9026 else
9027 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9028 fi
9029 if test "$with_gnu_ld" = no; then
9030 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9031 hardcode_libdir_flag_spec_ld='+b $libdir'
9032 hardcode_libdir_separator=:
9033 hardcode_direct=yes
9034 hardcode_direct_absolute=yes
9035 export_dynamic_flag_spec='${wl}-E'
9036 # hardcode_minus_L: Not really in the search PATH,
9037 # but as the default location of the library.
9038 hardcode_minus_L=yes
9039 fi
9040 ;;
9041
9042 hpux11*)
9043 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9044 case $host_cpu in
9045 hppa*64*)
9046 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9047 ;;
9048 ia64*)
9049 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9050 ;;
9051 *)
9052 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9053 ;;
9054 esac
9055 else
9056 case $host_cpu in
9057 hppa*64*)
9058 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9059 ;;
9060 ia64*)
9061 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9062 ;;
9063 *)
9064
9065 # Older versions of the 11.00 compiler do not understand -b yet
9066 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9068$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9069if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9070 $as_echo_n "(cached) " >&6
f0569246 9071else
6bb11ab3
L
9072 lt_cv_prog_compiler__b=no
9073 save_LDFLAGS="$LDFLAGS"
9074 LDFLAGS="$LDFLAGS -b"
9075 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9076 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9077 # The linker can only warn and ignore the option if not recognized
9078 # So say no if there are warnings
9079 if test -s conftest.err; then
9080 # Append any errors to the config.log.
9081 cat conftest.err 1>&5
9082 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9083 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9084 if diff conftest.exp conftest.er2 >/dev/null; then
9085 lt_cv_prog_compiler__b=yes
9086 fi
9087 else
9088 lt_cv_prog_compiler__b=yes
9089 fi
9090 fi
9091 $RM -r conftest*
9092 LDFLAGS="$save_LDFLAGS"
f0569246 9093
6bb11ab3
L
9094fi
9095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9096$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9097
6bb11ab3
L
9098if test x"$lt_cv_prog_compiler__b" = xyes; then
9099 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9100else
9101 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9102fi
81ecdfbb 9103
6bb11ab3
L
9104 ;;
9105 esac
9106 fi
9107 if test "$with_gnu_ld" = no; then
9108 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9109 hardcode_libdir_separator=:
9110
9111 case $host_cpu in
9112 hppa*64*|ia64*)
9113 hardcode_direct=no
9114 hardcode_shlibpath_var=no
9115 ;;
9116 *)
9117 hardcode_direct=yes
9118 hardcode_direct_absolute=yes
9119 export_dynamic_flag_spec='${wl}-E'
9120
9121 # hardcode_minus_L: Not really in the search PATH,
9122 # but as the default location of the library.
9123 hardcode_minus_L=yes
9124 ;;
9125 esac
9126 fi
9127 ;;
9128
9129 irix5* | irix6* | nonstopux*)
9130 if test "$GCC" = yes; then
9131 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'
9132 # Try to use the -exported_symbol ld option, if it does not
9133 # work, assume that -exports_file does not work either and
9134 # implicitly export all symbols.
9135 save_LDFLAGS="$LDFLAGS"
9136 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9138/* end confdefs.h. */
9139int foo(void) {}
b7026657 9140_ACEOF
6bb11ab3
L
9141if ac_fn_c_try_link "$LINENO"; then :
9142 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'
2d514e6f 9143
f0569246 9144fi
6bb11ab3
L
9145rm -f core conftest.err conftest.$ac_objext \
9146 conftest$ac_exeext conftest.$ac_ext
9147 LDFLAGS="$save_LDFLAGS"
9148 else
9149 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'
9150 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'
9151 fi
9152 archive_cmds_need_lc='no'
9153 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9154 hardcode_libdir_separator=:
9155 inherit_rpath=yes
9156 link_all_deplibs=yes
9157 ;;
9158
9159 netbsd*)
9160 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9161 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9162 else
9163 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9164 fi
9165 hardcode_libdir_flag_spec='-R$libdir'
9166 hardcode_direct=yes
9167 hardcode_shlibpath_var=no
9168 ;;
9169
9170 newsos6)
9171 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9172 hardcode_direct=yes
9173 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9174 hardcode_libdir_separator=:
9175 hardcode_shlibpath_var=no
9176 ;;
9177
9178 *nto* | *qnx*)
9179 ;;
9180
9181 openbsd*)
9182 if test -f /usr/libexec/ld.so; then
9183 hardcode_direct=yes
9184 hardcode_shlibpath_var=no
9185 hardcode_direct_absolute=yes
9186 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9187 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9188 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9189 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9190 export_dynamic_flag_spec='${wl}-E'
9191 else
9192 case $host_os in
9193 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9194 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9195 hardcode_libdir_flag_spec='-R$libdir'
9196 ;;
9197 *)
9198 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9199 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9200 ;;
9201 esac
9202 fi
9203 else
9204 ld_shlibs=no
9205 fi
9206 ;;
9207
9208 os2*)
9209 hardcode_libdir_flag_spec='-L$libdir'
9210 hardcode_minus_L=yes
9211 allow_undefined_flag=unsupported
9212 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'
9213 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9214 ;;
9215
9216 osf3*)
9217 if test "$GCC" = yes; then
9218 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9219 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'
9220 else
9221 allow_undefined_flag=' -expect_unresolved \*'
9222 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'
9223 fi
9224 archive_cmds_need_lc='no'
9225 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9226 hardcode_libdir_separator=:
9227 ;;
9228
9229 osf4* | osf5*) # as osf3* with the addition of -msym flag
9230 if test "$GCC" = yes; then
9231 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9232 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'
9233 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9234 else
9235 allow_undefined_flag=' -expect_unresolved \*'
9236 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'
9237 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~
9238 $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'
9239
9240 # Both c and cxx compiler support -rpath directly
9241 hardcode_libdir_flag_spec='-rpath $libdir'
9242 fi
9243 archive_cmds_need_lc='no'
9244 hardcode_libdir_separator=:
9245 ;;
9246
9247 solaris*)
9248 no_undefined_flag=' -z defs'
9249 if test "$GCC" = yes; then
9250 wlarc='${wl}'
9251 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9252 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9253 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9254 else
9255 case `$CC -V 2>&1` in
9256 *"Compilers 5.0"*)
9257 wlarc=''
9258 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9259 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9260 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9261 ;;
9262 *)
9263 wlarc='${wl}'
9264 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9265 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9266 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9267 ;;
9268 esac
9269 fi
9270 hardcode_libdir_flag_spec='-R$libdir'
9271 hardcode_shlibpath_var=no
9272 case $host_os in
9273 solaris2.[0-5] | solaris2.[0-5].*) ;;
9274 *)
9275 # The compiler driver will combine and reorder linker options,
9276 # but understands `-z linker_flag'. GCC discards it without `$wl',
9277 # but is careful enough not to reorder.
9278 # Supported since Solaris 2.6 (maybe 2.5.1?)
9279 if test "$GCC" = yes; then
9280 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9281 else
9282 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9283 fi
9284 ;;
9285 esac
9286 link_all_deplibs=yes
9287 ;;
9288
9289 sunos4*)
9290 if test "x$host_vendor" = xsequent; then
9291 # Use $CC to link under sequent, because it throws in some extra .o
9292 # files that make .init and .fini sections work.
9293 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9294 else
9295 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9296 fi
9297 hardcode_libdir_flag_spec='-L$libdir'
9298 hardcode_direct=yes
9299 hardcode_minus_L=yes
9300 hardcode_shlibpath_var=no
9301 ;;
9302
9303 sysv4)
9304 case $host_vendor in
9305 sni)
9306 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9307 hardcode_direct=yes # is this really true???
9308 ;;
9309 siemens)
9310 ## LD is ld it makes a PLAMLIB
9311 ## CC just makes a GrossModule.
9312 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9313 reload_cmds='$CC -r -o $output$reload_objs'
9314 hardcode_direct=no
9315 ;;
9316 motorola)
9317 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9318 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9319 ;;
9320 esac
9321 runpath_var='LD_RUN_PATH'
9322 hardcode_shlibpath_var=no
9323 ;;
9324
9325 sysv4.3*)
9326 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9327 hardcode_shlibpath_var=no
9328 export_dynamic_flag_spec='-Bexport'
9329 ;;
9330
9331 sysv4*MP*)
9332 if test -d /usr/nec; then
9333 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9334 hardcode_shlibpath_var=no
9335 runpath_var=LD_RUN_PATH
9336 hardcode_runpath_var=yes
9337 ld_shlibs=yes
9338 fi
9339 ;;
9340
9341 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9342 no_undefined_flag='${wl}-z,text'
9343 archive_cmds_need_lc=no
9344 hardcode_shlibpath_var=no
9345 runpath_var='LD_RUN_PATH'
9346
9347 if test "$GCC" = yes; then
9348 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9349 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9350 else
9351 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9352 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9353 fi
9354 ;;
9355
9356 sysv5* | sco3.2v5* | sco5v6*)
9357 # Note: We can NOT use -z defs as we might desire, because we do not
9358 # link with -lc, and that would cause any symbols used from libc to
9359 # always be unresolved, which means just about no library would
9360 # ever link correctly. If we're not using GNU ld we use -z text
9361 # though, which does catch some bad symbols but isn't as heavy-handed
9362 # as -z defs.
9363 no_undefined_flag='${wl}-z,text'
9364 allow_undefined_flag='${wl}-z,nodefs'
9365 archive_cmds_need_lc=no
9366 hardcode_shlibpath_var=no
9367 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9368 hardcode_libdir_separator=':'
9369 link_all_deplibs=yes
9370 export_dynamic_flag_spec='${wl}-Bexport'
9371 runpath_var='LD_RUN_PATH'
9372
9373 if test "$GCC" = yes; then
9374 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9375 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9376 else
9377 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9378 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9379 fi
9380 ;;
9381
9382 uts4*)
9383 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9384 hardcode_libdir_flag_spec='-L$libdir'
9385 hardcode_shlibpath_var=no
9386 ;;
9387
9388 *)
9389 ld_shlibs=no
9390 ;;
9391 esac
9392
9393 if test x$host_vendor = xsni; then
9394 case $host in
9395 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9396 export_dynamic_flag_spec='${wl}-Blargedynsym'
9397 ;;
9398 esac
9399 fi
9400 fi
9401
9402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9403$as_echo "$ld_shlibs" >&6; }
9404test "$ld_shlibs" = no && can_build_shared=no
9405
9406with_gnu_ld=$with_gnu_ld
9407
9408
9409
b7026657 9410
f0569246 9411
f0569246 9412
6ffe910a 9413
6ffe910a
MF
9414
9415
6ffe910a 9416
f0569246 9417
f0569246
AC
9418
9419
6bb11ab3
L
9420
9421
9422#
9423# Do we need to explicitly link libc?
9424#
9425case "x$archive_cmds_need_lc" in
9426x|xyes)
9427 # Assume -lc should be added
9428 archive_cmds_need_lc=yes
9429
9430 if test "$enable_shared" = yes && test "$GCC" = yes; then
9431 case $archive_cmds in
9432 *'~'*)
9433 # FIXME: we may have to deal with multi-command sequences.
9434 ;;
9435 '$CC '*)
9436 # Test whether the compiler implicitly links with -lc since on some
9437 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9438 # to ld, don't add -lc before -lgcc.
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9440$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9441if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9442 $as_echo_n "(cached) " >&6
f0569246 9443else
6bb11ab3
L
9444 $RM conftest*
9445 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9446
9447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9448 (eval $ac_compile) 2>&5
9449 ac_status=$?
9450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9451 test $ac_status = 0; } 2>conftest.err; then
9452 soname=conftest
9453 lib=conftest
9454 libobjs=conftest.$ac_objext
9455 deplibs=
9456 wl=$lt_prog_compiler_wl
9457 pic_flag=$lt_prog_compiler_pic
9458 compiler_flags=-v
9459 linker_flags=-v
9460 verstring=
9461 output_objdir=.
9462 libname=conftest
9463 lt_save_allow_undefined_flag=$allow_undefined_flag
9464 allow_undefined_flag=
9465 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9466 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9467 ac_status=$?
9468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9469 test $ac_status = 0; }
9470 then
9471 lt_cv_archive_cmds_need_lc=no
9472 else
9473 lt_cv_archive_cmds_need_lc=yes
9474 fi
9475 allow_undefined_flag=$lt_save_allow_undefined_flag
9476 else
9477 cat conftest.err 1>&5
9478 fi
9479 $RM conftest*
2d514e6f 9480
6ffe910a 9481fi
6bb11ab3
L
9482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9483$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9484 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9485 ;;
9486 esac
9487 fi
9488 ;;
6ffe910a 9489esac
2d514e6f 9490
2d514e6f 9491
6ffe910a 9492
2d514e6f 9493
81ecdfbb 9494
35695fd6 9495
35695fd6 9496
35695fd6 9497
f0569246 9498
2d514e6f 9499
f0569246 9500
b7026657 9501
f0569246 9502
2d514e6f 9503
81ecdfbb 9504
2d514e6f 9505
f0569246
AC
9506
9507
81ecdfbb 9508
81ecdfbb 9509
81ecdfbb
RW
9510
9511
81ecdfbb 9512
81ecdfbb 9513
f0569246
AC
9514
9515
2d514e6f 9516
f0569246 9517
2d514e6f 9518
2d514e6f 9519
81ecdfbb 9520
b7026657 9521
2d514e6f 9522
f0569246 9523
81ecdfbb 9524
f0569246 9525
2d514e6f 9526
2d514e6f 9527
b7026657 9528
81ecdfbb 9529
b7026657 9530
2d514e6f 9531
2d514e6f 9532
b7026657
AC
9533
9534
9535
9536
6ffe910a 9537
2232061b
MF
9538
9539
2232061b 9540
2232061b
MF
9541
9542
2232061b
MF
9543
9544
2232061b 9545
2232061b
MF
9546
9547
6bb11ab3
L
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
9646
9647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9648$as_echo_n "checking dynamic linker characteristics... " >&6; }
9649
9650if test "$GCC" = yes; then
9651 case $host_os in
9652 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9653 *) lt_awk_arg="/^libraries:/" ;;
9654 esac
9655 case $host_os in
9656 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9657 *) lt_sed_strip_eq="s,=/,/,g" ;;
9658 esac
9659 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9660 case $lt_search_path_spec in
9661 *\;*)
9662 # if the path contains ";" then we assume it to be the separator
9663 # otherwise default to the standard path separator (i.e. ":") - it is
9664 # assumed that no part of a normal pathname contains ";" but that should
9665 # okay in the real world where ";" in dirpaths is itself problematic.
9666 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9667 ;;
9668 *)
9669 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9670 ;;
9671 esac
9672 # Ok, now we have the path, separated by spaces, we can step through it
9673 # and add multilib dir if necessary.
9674 lt_tmp_lt_search_path_spec=
9675 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9676 for lt_sys_path in $lt_search_path_spec; do
9677 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9678 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9679 else
9680 test -d "$lt_sys_path" && \
9681 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9682 fi
9683 done
9684 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9685BEGIN {RS=" "; FS="/|\n";} {
9686 lt_foo="";
9687 lt_count=0;
9688 for (lt_i = NF; lt_i > 0; lt_i--) {
9689 if ($lt_i != "" && $lt_i != ".") {
9690 if ($lt_i == "..") {
9691 lt_count++;
9692 } else {
9693 if (lt_count == 0) {
9694 lt_foo="/" $lt_i lt_foo;
9695 } else {
9696 lt_count--;
9697 }
9698 }
9699 }
9700 }
9701 if (lt_foo != "") { lt_freq[lt_foo]++; }
9702 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9703}'`
9704 # AWK program above erroneously prepends '/' to C:/dos/paths
9705 # for these hosts.
9706 case $host_os in
9707 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9708 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9709 esac
9710 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9711else
9712 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9713fi
9714library_names_spec=
9715libname_spec='lib$name'
9716soname_spec=
9717shrext_cmds=".so"
9718postinstall_cmds=
9719postuninstall_cmds=
9720finish_cmds=
9721finish_eval=
9722shlibpath_var=
9723shlibpath_overrides_runpath=unknown
9724version_type=none
9725dynamic_linker="$host_os ld.so"
9726sys_lib_dlsearch_path_spec="/lib /usr/lib"
9727need_lib_prefix=unknown
9728hardcode_into_libs=no
9729
9730# when you set need_version to no, make sure it does not cause -set_version
9731# flags to be left without arguments
9732need_version=unknown
9733
9734case $host_os in
9735aix3*)
9736 version_type=linux
9737 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9738 shlibpath_var=LIBPATH
9739
9740 # AIX 3 has no versioning support, so we append a major version to the name.
9741 soname_spec='${libname}${release}${shared_ext}$major'
9742 ;;
9743
9744aix[4-9]*)
9745 version_type=linux
9746 need_lib_prefix=no
9747 need_version=no
9748 hardcode_into_libs=yes
9749 if test "$host_cpu" = ia64; then
9750 # AIX 5 supports IA64
9751 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9752 shlibpath_var=LD_LIBRARY_PATH
9753 else
9754 # With GCC up to 2.95.x, collect2 would create an import file
9755 # for dependence libraries. The import file would start with
9756 # the line `#! .'. This would cause the generated library to
9757 # depend on `.', always an invalid library. This was fixed in
9758 # development snapshots of GCC prior to 3.0.
9759 case $host_os in
9760 aix4 | aix4.[01] | aix4.[01].*)
9761 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9762 echo ' yes '
9763 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9764 :
9765 else
9766 can_build_shared=no
9767 fi
9768 ;;
9769 esac
9770 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9771 # soname into executable. Probably we can add versioning support to
9772 # collect2, so additional links can be useful in future.
9773 if test "$aix_use_runtimelinking" = yes; then
9774 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9775 # instead of lib<name>.a to let people know that these are not
9776 # typical AIX shared libraries.
9777 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9778 else
9779 # We preserve .a as extension for shared libraries through AIX4.2
9780 # and later when we are not doing run time linking.
9781 library_names_spec='${libname}${release}.a $libname.a'
9782 soname_spec='${libname}${release}${shared_ext}$major'
9783 fi
9784 shlibpath_var=LIBPATH
9785 fi
9786 ;;
9787
9788amigaos*)
9789 case $host_cpu in
9790 powerpc)
9791 # Since July 2007 AmigaOS4 officially supports .so libraries.
9792 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9793 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9794 ;;
9795 m68k)
9796 library_names_spec='$libname.ixlibrary $libname.a'
9797 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9798 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'
9799 ;;
9800 esac
9801 ;;
9802
9803beos*)
9804 library_names_spec='${libname}${shared_ext}'
9805 dynamic_linker="$host_os ld.so"
9806 shlibpath_var=LIBRARY_PATH
9807 ;;
9808
9809bsdi[45]*)
9810 version_type=linux
9811 need_version=no
9812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9813 soname_spec='${libname}${release}${shared_ext}$major'
9814 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9815 shlibpath_var=LD_LIBRARY_PATH
9816 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9817 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9818 # the default ld.so.conf also contains /usr/contrib/lib and
9819 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9820 # libtool to hard-code these into programs
9821 ;;
9822
9823cygwin* | mingw* | pw32* | cegcc*)
9824 version_type=windows
9825 shrext_cmds=".dll"
9826 need_version=no
9827 need_lib_prefix=no
9828
9829 case $GCC,$host_os in
9830 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9831 library_names_spec='$libname.dll.a'
9832 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9833 postinstall_cmds='base_file=`basename \${file}`~
9834 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9835 dldir=$destdir/`dirname \$dlpath`~
9836 test -d \$dldir || mkdir -p \$dldir~
9837 $install_prog $dir/$dlname \$dldir/$dlname~
9838 chmod a+x \$dldir/$dlname~
9839 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9840 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9841 fi'
9842 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9843 dlpath=$dir/\$dldll~
9844 $RM \$dlpath'
9845 shlibpath_overrides_runpath=yes
9846
9847 case $host_os in
9848 cygwin*)
9849 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9850 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9851
9852 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9853 ;;
9854 mingw* | cegcc*)
9855 # MinGW DLLs use traditional 'lib' prefix
9856 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9857 ;;
9858 pw32*)
9859 # pw32 DLLs use 'pw' prefix rather than 'lib'
9860 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9861 ;;
9862 esac
9863 ;;
9864
9865 *)
9866 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9867 ;;
9868 esac
9869 dynamic_linker='Win32 ld.exe'
9870 # FIXME: first we should search . and the directory the executable is in
9871 shlibpath_var=PATH
9872 ;;
9873
9874darwin* | rhapsody*)
9875 dynamic_linker="$host_os dyld"
9876 version_type=darwin
9877 need_lib_prefix=no
9878 need_version=no
9879 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9880 soname_spec='${libname}${release}${major}$shared_ext'
9881 shlibpath_overrides_runpath=yes
9882 shlibpath_var=DYLD_LIBRARY_PATH
9883 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9884
9885 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9886 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9887 ;;
9888
9889dgux*)
9890 version_type=linux
9891 need_lib_prefix=no
9892 need_version=no
9893 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9894 soname_spec='${libname}${release}${shared_ext}$major'
9895 shlibpath_var=LD_LIBRARY_PATH
9896 ;;
9897
9898freebsd* | dragonfly*)
9899 # DragonFly does not have aout. When/if they implement a new
9900 # versioning mechanism, adjust this.
9901 if test -x /usr/bin/objformat; then
9902 objformat=`/usr/bin/objformat`
9903 else
9904 case $host_os in
9905 freebsd[23].*) objformat=aout ;;
9906 *) objformat=elf ;;
9907 esac
9908 fi
9909 version_type=freebsd-$objformat
9910 case $version_type in
9911 freebsd-elf*)
9912 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9913 need_version=no
9914 need_lib_prefix=no
9915 ;;
9916 freebsd-*)
9917 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9918 need_version=yes
9919 ;;
9920 esac
9921 shlibpath_var=LD_LIBRARY_PATH
9922 case $host_os in
9923 freebsd2.*)
9924 shlibpath_overrides_runpath=yes
9925 ;;
9926 freebsd3.[01]* | freebsdelf3.[01]*)
9927 shlibpath_overrides_runpath=yes
9928 hardcode_into_libs=yes
9929 ;;
9930 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9931 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9932 shlibpath_overrides_runpath=no
9933 hardcode_into_libs=yes
9934 ;;
9935 *) # from 4.6 on, and DragonFly
9936 shlibpath_overrides_runpath=yes
9937 hardcode_into_libs=yes
9938 ;;
9939 esac
9940 ;;
9941
6bb11ab3
L
9942haiku*)
9943 version_type=linux
9944 need_lib_prefix=no
9945 need_version=no
9946 dynamic_linker="$host_os runtime_loader"
9947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9948 soname_spec='${libname}${release}${shared_ext}$major'
9949 shlibpath_var=LIBRARY_PATH
9950 shlibpath_overrides_runpath=yes
9951 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9952 hardcode_into_libs=yes
9953 ;;
9954
9955hpux9* | hpux10* | hpux11*)
9956 # Give a soname corresponding to the major version so that dld.sl refuses to
9957 # link against other versions.
9958 version_type=sunos
9959 need_lib_prefix=no
9960 need_version=no
9961 case $host_cpu in
9962 ia64*)
9963 shrext_cmds='.so'
9964 hardcode_into_libs=yes
9965 dynamic_linker="$host_os dld.so"
9966 shlibpath_var=LD_LIBRARY_PATH
9967 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9968 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9969 soname_spec='${libname}${release}${shared_ext}$major'
9970 if test "X$HPUX_IA64_MODE" = X32; then
9971 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9972 else
9973 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9974 fi
9975 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9976 ;;
9977 hppa*64*)
9978 shrext_cmds='.sl'
9979 hardcode_into_libs=yes
9980 dynamic_linker="$host_os dld.sl"
9981 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9982 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9983 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9984 soname_spec='${libname}${release}${shared_ext}$major'
9985 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9986 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9987 ;;
9988 *)
9989 shrext_cmds='.sl'
9990 dynamic_linker="$host_os dld.sl"
9991 shlibpath_var=SHLIB_PATH
9992 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9994 soname_spec='${libname}${release}${shared_ext}$major'
9995 ;;
9996 esac
9997 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9998 postinstall_cmds='chmod 555 $lib'
9999 # or fails outright, so override atomically:
10000 install_override_mode=555
10001 ;;
10002
10003interix[3-9]*)
10004 version_type=linux
10005 need_lib_prefix=no
10006 need_version=no
10007 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10008 soname_spec='${libname}${release}${shared_ext}$major'
10009 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10010 shlibpath_var=LD_LIBRARY_PATH
10011 shlibpath_overrides_runpath=no
10012 hardcode_into_libs=yes
10013 ;;
10014
10015irix5* | irix6* | nonstopux*)
10016 case $host_os in
10017 nonstopux*) version_type=nonstopux ;;
10018 *)
10019 if test "$lt_cv_prog_gnu_ld" = yes; then
10020 version_type=linux
10021 else
10022 version_type=irix
10023 fi ;;
10024 esac
10025 need_lib_prefix=no
10026 need_version=no
10027 soname_spec='${libname}${release}${shared_ext}$major'
10028 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10029 case $host_os in
10030 irix5* | nonstopux*)
10031 libsuff= shlibsuff=
10032 ;;
10033 *)
10034 case $LD in # libtool.m4 will add one of these switches to LD
10035 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10036 libsuff= shlibsuff= libmagic=32-bit;;
10037 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10038 libsuff=32 shlibsuff=N32 libmagic=N32;;
10039 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10040 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10041 *) libsuff= shlibsuff= libmagic=never-match;;
10042 esac
10043 ;;
10044 esac
10045 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10046 shlibpath_overrides_runpath=no
10047 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10048 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10049 hardcode_into_libs=yes
10050 ;;
10051
10052# No shared lib support for Linux oldld, aout, or coff.
10053linux*oldld* | linux*aout* | linux*coff*)
10054 dynamic_linker=no
10055 ;;
10056
10057# This must be Linux ELF.
46f900c0 10058linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10059 version_type=linux
10060 need_lib_prefix=no
10061 need_version=no
10062 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10063 soname_spec='${libname}${release}${shared_ext}$major'
10064 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10065 shlibpath_var=LD_LIBRARY_PATH
10066 shlibpath_overrides_runpath=no
10067
10068 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10069 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10070 $as_echo_n "(cached) " >&6
10071else
6bb11ab3
L
10072 lt_cv_shlibpath_overrides_runpath=no
10073 save_LDFLAGS=$LDFLAGS
10074 save_libdir=$libdir
10075 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10076 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10078/* end confdefs.h. */
10079
2232061b
MF
10080int
10081main ()
10082{
10083
10084 ;
10085 return 0;
10086}
10087_ACEOF
6bb11ab3
L
10088if ac_fn_c_try_link "$LINENO"; then :
10089 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10090 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10091fi
2232061b 10092fi
6bb11ab3
L
10093rm -f core conftest.err conftest.$ac_objext \
10094 conftest$ac_exeext conftest.$ac_ext
10095 LDFLAGS=$save_LDFLAGS
10096 libdir=$save_libdir
2232061b 10097
6bb11ab3 10098fi
2232061b 10099
6bb11ab3 10100 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10101
6bb11ab3
L
10102 # This implies no fast_install, which is unacceptable.
10103 # Some rework will be needed to allow for fast_install
10104 # before this can be enabled.
10105 hardcode_into_libs=yes
2232061b 10106
6bb11ab3
L
10107 # Append ld.so.conf contents to the search path
10108 if test -f /etc/ld.so.conf; then
10109 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' ' '`
10110 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10111 fi
2232061b 10112
6bb11ab3
L
10113 # We used to test for /lib/ld.so.1 and disable shared libraries on
10114 # powerpc, because MkLinux only supported shared libraries with the
10115 # GNU dynamic linker. Since this was broken with cross compilers,
10116 # most powerpc-linux boxes support dynamic linking these days and
10117 # people can always --disable-shared, the test was removed, and we
10118 # assume the GNU/Linux dynamic linker is in use.
10119 dynamic_linker='GNU/Linux ld.so'
10120 ;;
10121
10122netbsd*)
10123 version_type=sunos
10124 need_lib_prefix=no
10125 need_version=no
10126 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10127 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10128 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10129 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10130 else
6bb11ab3
L
10131 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10132 soname_spec='${libname}${release}${shared_ext}$major'
10133 dynamic_linker='NetBSD ld.elf_so'
10134 fi
10135 shlibpath_var=LD_LIBRARY_PATH
10136 shlibpath_overrides_runpath=yes
10137 hardcode_into_libs=yes
10138 ;;
10139
10140newsos6)
10141 version_type=linux
10142 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10143 shlibpath_var=LD_LIBRARY_PATH
10144 shlibpath_overrides_runpath=yes
10145 ;;
10146
10147*nto* | *qnx*)
10148 version_type=qnx
10149 need_lib_prefix=no
10150 need_version=no
10151 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10152 soname_spec='${libname}${release}${shared_ext}$major'
10153 shlibpath_var=LD_LIBRARY_PATH
10154 shlibpath_overrides_runpath=no
10155 hardcode_into_libs=yes
10156 dynamic_linker='ldqnx.so'
10157 ;;
10158
10159openbsd*)
10160 version_type=sunos
10161 sys_lib_dlsearch_path_spec="/usr/lib"
10162 need_lib_prefix=no
10163 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10164 case $host_os in
10165 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10166 *) need_version=no ;;
10167 esac
10168 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10169 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10170 shlibpath_var=LD_LIBRARY_PATH
10171 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10172 case $host_os in
10173 openbsd2.[89] | openbsd2.[89].*)
10174 shlibpath_overrides_runpath=no
10175 ;;
10176 *)
10177 shlibpath_overrides_runpath=yes
10178 ;;
10179 esac
10180 else
10181 shlibpath_overrides_runpath=yes
10182 fi
10183 ;;
10184
10185os2*)
10186 libname_spec='$name'
10187 shrext_cmds=".dll"
10188 need_lib_prefix=no
10189 library_names_spec='$libname${shared_ext} $libname.a'
10190 dynamic_linker='OS/2 ld.exe'
10191 shlibpath_var=LIBPATH
10192 ;;
10193
10194osf3* | osf4* | osf5*)
10195 version_type=osf
10196 need_lib_prefix=no
10197 need_version=no
10198 soname_spec='${libname}${release}${shared_ext}$major'
10199 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10200 shlibpath_var=LD_LIBRARY_PATH
10201 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10202 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10203 ;;
10204
10205rdos*)
10206 dynamic_linker=no
10207 ;;
10208
10209solaris*)
10210 version_type=linux
10211 need_lib_prefix=no
10212 need_version=no
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10214 soname_spec='${libname}${release}${shared_ext}$major'
10215 shlibpath_var=LD_LIBRARY_PATH
10216 shlibpath_overrides_runpath=yes
10217 hardcode_into_libs=yes
10218 # ldd complains unless libraries are executable
10219 postinstall_cmds='chmod +x $lib'
10220 ;;
10221
10222sunos4*)
10223 version_type=sunos
10224 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10225 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10226 shlibpath_var=LD_LIBRARY_PATH
10227 shlibpath_overrides_runpath=yes
10228 if test "$with_gnu_ld" = yes; then
10229 need_lib_prefix=no
10230 fi
10231 need_version=yes
10232 ;;
10233
10234sysv4 | sysv4.3*)
10235 version_type=linux
10236 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10237 soname_spec='${libname}${release}${shared_ext}$major'
10238 shlibpath_var=LD_LIBRARY_PATH
10239 case $host_vendor in
10240 sni)
10241 shlibpath_overrides_runpath=no
10242 need_lib_prefix=no
10243 runpath_var=LD_RUN_PATH
10244 ;;
10245 siemens)
10246 need_lib_prefix=no
10247 ;;
10248 motorola)
10249 need_lib_prefix=no
10250 need_version=no
10251 shlibpath_overrides_runpath=no
10252 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10253 ;;
10254 esac
10255 ;;
10256
10257sysv4*MP*)
10258 if test -d /usr/nec ;then
10259 version_type=linux
10260 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10261 soname_spec='$libname${shared_ext}.$major'
10262 shlibpath_var=LD_LIBRARY_PATH
2232061b 10263 fi
6bb11ab3
L
10264 ;;
10265
10266sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10267 version_type=freebsd-elf
10268 need_lib_prefix=no
10269 need_version=no
10270 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10271 soname_spec='${libname}${release}${shared_ext}$major'
10272 shlibpath_var=LD_LIBRARY_PATH
10273 shlibpath_overrides_runpath=yes
10274 hardcode_into_libs=yes
10275 if test "$with_gnu_ld" = yes; then
10276 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10277 else
10278 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10279 case $host_os in
10280 sco3.2v5*)
10281 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10282 ;;
10283 esac
10284 fi
10285 sys_lib_dlsearch_path_spec='/usr/lib'
10286 ;;
10287
10288tpf*)
10289 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10290 version_type=linux
10291 need_lib_prefix=no
10292 need_version=no
10293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10294 shlibpath_var=LD_LIBRARY_PATH
10295 shlibpath_overrides_runpath=no
10296 hardcode_into_libs=yes
10297 ;;
10298
10299uts4*)
10300 version_type=linux
10301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10302 soname_spec='${libname}${release}${shared_ext}$major'
10303 shlibpath_var=LD_LIBRARY_PATH
10304 ;;
10305
10306*)
10307 dynamic_linker=no
10308 ;;
10309esac
10310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10311$as_echo "$dynamic_linker" >&6; }
10312test "$dynamic_linker" = no && can_build_shared=no
10313
10314variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10315if test "$GCC" = yes; then
10316 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10317fi
2232061b 10318
6bb11ab3
L
10319if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10320 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10321fi
10322if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10323 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10324fi
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
2232061b 10351
2232061b 10352
2232061b 10353
2232061b 10354
2232061b
MF
10355
10356
6ffe910a 10357
6ffe910a
MF
10358
10359
10360
10361
10362
2232061b 10363
6ffe910a
MF
10364
10365
10366
10367
6ffe910a 10368
6ffe910a 10369
6ffe910a
MF
10370
10371
6ffe910a 10372
6ffe910a 10373
6ffe910a
MF
10374
10375
5f3ef9d0 10376
5f3ef9d0
JB
10377
10378
10379
db2e4d67
MF
10380
10381
db2e4d67 10382
db2e4d67 10383
db2e4d67 10384
db2e4d67 10385
db2e4d67 10386
db2e4d67 10387
db2e4d67 10388
db2e4d67
MF
10389
10390
db2e4d67 10391
db2e4d67
MF
10392
10393
db2e4d67 10394
db2e4d67
MF
10395
10396
6ffe910a 10397
6ffe910a 10398
6ffe910a
MF
10399
10400
6ffe910a
MF
10401
10402
6ffe910a 10403
6ffe910a 10404
6ffe910a 10405
6ffe910a 10406
6ffe910a 10407
b7026657
AC
10408
10409
10410
2d514e6f 10411
b7026657 10412
2d514e6f 10413
b7026657 10414
b7026657 10415
cd0fc7c3 10416
6bb11ab3
L
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10418$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10419hardcode_action=
10420if test -n "$hardcode_libdir_flag_spec" ||
10421 test -n "$runpath_var" ||
10422 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10423
6bb11ab3
L
10424 # We can hardcode non-existent directories.
10425 if test "$hardcode_direct" != no &&
10426 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10427 # have to relink, otherwise we might link with an installed library
10428 # when we should be linking with a yet-to-be-installed one
10429 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10430 test "$hardcode_minus_L" != no; then
10431 # Linking always hardcodes the temporary library directory.
10432 hardcode_action=relink
10433 else
10434 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10435 hardcode_action=immediate
10436 fi
10437else
10438 # We cannot hardcode anything, or else we can only hardcode existing
10439 # directories.
10440 hardcode_action=unsupported
b7026657 10441fi
6bb11ab3
L
10442{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10443$as_echo "$hardcode_action" >&6; }
b7026657 10444
6bb11ab3
L
10445if test "$hardcode_action" = relink ||
10446 test "$inherit_rpath" = yes; then
10447 # Fast installation is not supported
10448 enable_fast_install=no
10449elif test "$shlibpath_overrides_runpath" = yes ||
10450 test "$enable_shared" = no; then
10451 # Fast installation is not necessary
10452 enable_fast_install=needless
10453fi
2d514e6f 10454
6bb11ab3
L
10455
10456
10457
10458
10459
10460 if test "x$enable_dlopen" != xyes; then
10461 enable_dlopen=unknown
10462 enable_dlopen_self=unknown
10463 enable_dlopen_self_static=unknown
10464else
10465 lt_cv_dlopen=no
10466 lt_cv_dlopen_libs=
10467
10468 case $host_os in
10469 beos*)
10470 lt_cv_dlopen="load_add_on"
10471 lt_cv_dlopen_libs=
10472 lt_cv_dlopen_self=yes
10473 ;;
10474
10475 mingw* | pw32* | cegcc*)
10476 lt_cv_dlopen="LoadLibrary"
10477 lt_cv_dlopen_libs=
10478 ;;
10479
10480 cygwin*)
10481 lt_cv_dlopen="dlopen"
10482 lt_cv_dlopen_libs=
10483 ;;
10484
10485 darwin*)
10486 # if libdl is installed we need to link against it
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10488$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10489if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10490 $as_echo_n "(cached) " >&6
10491else
10492 ac_check_lib_save_LIBS=$LIBS
10493LIBS="-ldl $LIBS"
10494cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10495/* end confdefs.h. */
10496
10497/* Override any GCC internal prototype to avoid an error.
10498 Use char because int might match the return type of a GCC
10499 builtin and then its argument prototype would still apply. */
10500#ifdef __cplusplus
10501extern "C"
10502#endif
10503char dlopen ();
10504int
10505main ()
10506{
10507return dlopen ();
10508 ;
10509 return 0;
10510}
b7026657 10511_ACEOF
6bb11ab3
L
10512if ac_fn_c_try_link "$LINENO"; then :
10513 ac_cv_lib_dl_dlopen=yes
10514else
10515 ac_cv_lib_dl_dlopen=no
10516fi
10517rm -f core conftest.err conftest.$ac_objext \
10518 conftest$ac_exeext conftest.$ac_ext
10519LIBS=$ac_check_lib_save_LIBS
10520fi
10521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10522$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10523if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10524 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10525else
10526
10527 lt_cv_dlopen="dyld"
10528 lt_cv_dlopen_libs=
10529 lt_cv_dlopen_self=yes
2d514e6f 10530
2d514e6f 10531fi
2d514e6f 10532
6bb11ab3 10533 ;;
2d514e6f 10534
6bb11ab3
L
10535 *)
10536 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10537if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10538 lt_cv_dlopen="shl_load"
10539else
10540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10541$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10542if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10543 $as_echo_n "(cached) " >&6
10544else
10545 ac_check_lib_save_LIBS=$LIBS
10546LIBS="-ldld $LIBS"
10547cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10548/* end confdefs.h. */
10549
10550/* Override any GCC internal prototype to avoid an error.
10551 Use char because int might match the return type of a GCC
10552 builtin and then its argument prototype would still apply. */
10553#ifdef __cplusplus
10554extern "C"
10555#endif
10556char shl_load ();
10557int
10558main ()
10559{
10560return shl_load ();
10561 ;
10562 return 0;
10563}
10564_ACEOF
10565if ac_fn_c_try_link "$LINENO"; then :
10566 ac_cv_lib_dld_shl_load=yes
10567else
10568 ac_cv_lib_dld_shl_load=no
10569fi
10570rm -f core conftest.err conftest.$ac_objext \
10571 conftest$ac_exeext conftest.$ac_ext
10572LIBS=$ac_check_lib_save_LIBS
10573fi
10574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10575$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10576if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10577 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10578else
10579 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10580if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10581 lt_cv_dlopen="dlopen"
10582else
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10584$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10585if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10586 $as_echo_n "(cached) " >&6
2d514e6f 10587else
b7026657 10588 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10589LIBS="-ldl $LIBS"
81ecdfbb 10590cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10591/* end confdefs.h. */
10592
81ecdfbb
RW
10593/* Override any GCC internal prototype to avoid an error.
10594 Use char because int might match the return type of a GCC
10595 builtin and then its argument prototype would still apply. */
b7026657
AC
10596#ifdef __cplusplus
10597extern "C"
10598#endif
6bb11ab3 10599char dlopen ();
b7026657
AC
10600int
10601main ()
10602{
6bb11ab3 10603return dlopen ();
b7026657
AC
10604 ;
10605 return 0;
10606}
10607_ACEOF
81ecdfbb 10608if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10609 ac_cv_lib_dl_dlopen=yes
b7026657 10610else
6bb11ab3 10611 ac_cv_lib_dl_dlopen=no
b7026657 10612fi
81ecdfbb
RW
10613rm -f core conftest.err conftest.$ac_objext \
10614 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10615LIBS=$ac_check_lib_save_LIBS
10616fi
6bb11ab3
L
10617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10618$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10619if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10620 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10621else
10622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10623$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10624if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10625 $as_echo_n "(cached) " >&6
2d514e6f 10626else
b7026657 10627 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10628LIBS="-lsvld $LIBS"
81ecdfbb 10629cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10630/* end confdefs.h. */
10631
81ecdfbb
RW
10632/* Override any GCC internal prototype to avoid an error.
10633 Use char because int might match the return type of a GCC
10634 builtin and then its argument prototype would still apply. */
b7026657
AC
10635#ifdef __cplusplus
10636extern "C"
10637#endif
6bb11ab3 10638char dlopen ();
b7026657
AC
10639int
10640main ()
10641{
6bb11ab3 10642return dlopen ();
b7026657
AC
10643 ;
10644 return 0;
10645}
10646_ACEOF
81ecdfbb 10647if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10648 ac_cv_lib_svld_dlopen=yes
b7026657 10649else
6bb11ab3 10650 ac_cv_lib_svld_dlopen=no
b7026657 10651fi
81ecdfbb
RW
10652rm -f core conftest.err conftest.$ac_objext \
10653 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
10654LIBS=$ac_check_lib_save_LIBS
10655fi
6bb11ab3
L
10656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10657$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10658if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10659 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10660else
6bb11ab3
L
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10662$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10663if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10664 $as_echo_n "(cached) " >&6
b5bd9624 10665else
6bb11ab3
L
10666 ac_check_lib_save_LIBS=$LIBS
10667LIBS="-ldld $LIBS"
81ecdfbb 10668cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10669/* end confdefs.h. */
10670
81ecdfbb
RW
10671/* Override any GCC internal prototype to avoid an error.
10672 Use char because int might match the return type of a GCC
b5bd9624 10673 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10674#ifdef __cplusplus
10675extern "C"
10676#endif
6bb11ab3 10677char dld_link ();
b5bd9624 10678int
81ecdfbb
RW
10679main ()
10680{
6bb11ab3 10681return dld_link ();
81ecdfbb
RW
10682 ;
10683 return 0;
10684}
b5bd9624 10685_ACEOF
6bb11ab3
L
10686if ac_fn_c_try_link "$LINENO"; then :
10687 ac_cv_lib_dld_dld_link=yes
10688else
10689 ac_cv_lib_dld_dld_link=no
10690fi
10691rm -f core conftest.err conftest.$ac_objext \
10692 conftest$ac_exeext conftest.$ac_ext
10693LIBS=$ac_check_lib_save_LIBS
10694fi
10695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10696$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10697if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10698 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10699fi
10700
10701
10702fi
10703
10704
10705fi
10706
10707
10708fi
10709
10710
10711fi
10712
10713
10714fi
10715
10716 ;;
10717 esac
10718
10719 if test "x$lt_cv_dlopen" != xno; then
10720 enable_dlopen=yes
b5bd9624 10721 else
6bb11ab3
L
10722 enable_dlopen=no
10723 fi
10724
10725 case $lt_cv_dlopen in
10726 dlopen)
10727 save_CPPFLAGS="$CPPFLAGS"
10728 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10729
10730 save_LDFLAGS="$LDFLAGS"
10731 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10732
10733 save_LIBS="$LIBS"
10734 LIBS="$lt_cv_dlopen_libs $LIBS"
10735
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10737$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10738if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10739 $as_echo_n "(cached) " >&6
10740else
10741 if test "$cross_compiling" = yes; then :
10742 lt_cv_dlopen_self=cross
10743else
10744 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10745 lt_status=$lt_dlunknown
10746 cat > conftest.$ac_ext <<_LT_EOF
ba307cdd 10747#line 10747 "configure"
6bb11ab3
L
10748#include "confdefs.h"
10749
10750#if HAVE_DLFCN_H
10751#include <dlfcn.h>
10752#endif
10753
10754#include <stdio.h>
10755
10756#ifdef RTLD_GLOBAL
10757# define LT_DLGLOBAL RTLD_GLOBAL
10758#else
10759# ifdef DL_GLOBAL
10760# define LT_DLGLOBAL DL_GLOBAL
10761# else
10762# define LT_DLGLOBAL 0
10763# endif
10764#endif
10765
10766/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10767 find out it does not work in some platform. */
10768#ifndef LT_DLLAZY_OR_NOW
10769# ifdef RTLD_LAZY
10770# define LT_DLLAZY_OR_NOW RTLD_LAZY
10771# else
10772# ifdef DL_LAZY
10773# define LT_DLLAZY_OR_NOW DL_LAZY
10774# else
10775# ifdef RTLD_NOW
10776# define LT_DLLAZY_OR_NOW RTLD_NOW
10777# else
10778# ifdef DL_NOW
10779# define LT_DLLAZY_OR_NOW DL_NOW
10780# else
10781# define LT_DLLAZY_OR_NOW 0
10782# endif
10783# endif
10784# endif
10785# endif
10786#endif
10787
10788/* When -fvisbility=hidden is used, assume the code has been annotated
10789 correspondingly for the symbols needed. */
10790#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10791void fnord () __attribute__((visibility("default")));
10792#endif
10793
10794void fnord () { int i=42; }
10795int main ()
10796{
10797 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10798 int status = $lt_dlunknown;
10799
10800 if (self)
10801 {
10802 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10803 else
10804 {
10805 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10806 else puts (dlerror ());
10807 }
10808 /* dlclose (self); */
10809 }
10810 else
10811 puts (dlerror ());
10812
10813 return status;
10814}
10815_LT_EOF
10816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10817 (eval $ac_link) 2>&5
10818 ac_status=$?
10819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10820 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10821 (./conftest; exit; ) >&5 2>/dev/null
10822 lt_status=$?
10823 case x$lt_status in
10824 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10825 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10826 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10827 esac
10828 else :
10829 # compilation failed
10830 lt_cv_dlopen_self=no
b5bd9624 10831 fi
b5bd9624 10832fi
6bb11ab3
L
10833rm -fr conftest*
10834
10835
b5bd9624 10836fi
6bb11ab3
L
10837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10838$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10839
6bb11ab3
L
10840 if test "x$lt_cv_dlopen_self" = xyes; then
10841 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10843$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10844if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10845 $as_echo_n "(cached) " >&6
b5bd9624 10846else
6bb11ab3
L
10847 if test "$cross_compiling" = yes; then :
10848 lt_cv_dlopen_self_static=cross
10849else
10850 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10851 lt_status=$lt_dlunknown
10852 cat > conftest.$ac_ext <<_LT_EOF
ba307cdd 10853#line 10853 "configure"
6bb11ab3
L
10854#include "confdefs.h"
10855
10856#if HAVE_DLFCN_H
10857#include <dlfcn.h>
10858#endif
10859
10860#include <stdio.h>
10861
10862#ifdef RTLD_GLOBAL
10863# define LT_DLGLOBAL RTLD_GLOBAL
10864#else
10865# ifdef DL_GLOBAL
10866# define LT_DLGLOBAL DL_GLOBAL
10867# else
10868# define LT_DLGLOBAL 0
10869# endif
10870#endif
10871
10872/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10873 find out it does not work in some platform. */
10874#ifndef LT_DLLAZY_OR_NOW
10875# ifdef RTLD_LAZY
10876# define LT_DLLAZY_OR_NOW RTLD_LAZY
10877# else
10878# ifdef DL_LAZY
10879# define LT_DLLAZY_OR_NOW DL_LAZY
10880# else
10881# ifdef RTLD_NOW
10882# define LT_DLLAZY_OR_NOW RTLD_NOW
10883# else
10884# ifdef DL_NOW
10885# define LT_DLLAZY_OR_NOW DL_NOW
10886# else
10887# define LT_DLLAZY_OR_NOW 0
10888# endif
10889# endif
10890# endif
10891# endif
10892#endif
10893
10894/* When -fvisbility=hidden is used, assume the code has been annotated
10895 correspondingly for the symbols needed. */
10896#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10897void fnord () __attribute__((visibility("default")));
10898#endif
10899
10900void fnord () { int i=42; }
10901int main ()
10902{
10903 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10904 int status = $lt_dlunknown;
10905
10906 if (self)
10907 {
10908 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10909 else
10910 {
10911 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10912 else puts (dlerror ());
10913 }
10914 /* dlclose (self); */
10915 }
10916 else
10917 puts (dlerror ());
10918
10919 return status;
10920}
10921_LT_EOF
10922 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10923 (eval $ac_link) 2>&5
10924 ac_status=$?
10925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10926 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10927 (./conftest; exit; ) >&5 2>/dev/null
10928 lt_status=$?
10929 case x$lt_status in
10930 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10931 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10932 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10933 esac
10934 else :
10935 # compilation failed
10936 lt_cv_dlopen_self_static=no
10937 fi
b5bd9624 10938fi
6bb11ab3
L
10939rm -fr conftest*
10940
10941
b5bd9624 10942fi
6bb11ab3
L
10943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10944$as_echo "$lt_cv_dlopen_self_static" >&6; }
10945 fi
10946
10947 CPPFLAGS="$save_CPPFLAGS"
10948 LDFLAGS="$save_LDFLAGS"
10949 LIBS="$save_LIBS"
10950 ;;
10951 esac
10952
10953 case $lt_cv_dlopen_self in
10954 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10955 *) enable_dlopen_self=unknown ;;
10956 esac
10957
10958 case $lt_cv_dlopen_self_static in
10959 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10960 *) enable_dlopen_self_static=unknown ;;
10961 esac
10962fi
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980striplib=
10981old_striplib=
10982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10983$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10984if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10985 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10986 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10988$as_echo "yes" >&6; }
10989else
10990# FIXME - insert some real tests, host_os isn't really good enough
10991 case $host_os in
10992 darwin*)
10993 if test -n "$STRIP" ; then
10994 striplib="$STRIP -x"
10995 old_striplib="$STRIP -S"
10996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10997$as_echo "yes" >&6; }
10998 else
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11000$as_echo "no" >&6; }
11001 fi
11002 ;;
11003 *)
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11005$as_echo "no" >&6; }
11006 ;;
11007 esac
11008fi
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021 # Report which library types will actually be built
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11023$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11025$as_echo "$can_build_shared" >&6; }
11026
11027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11028$as_echo_n "checking whether to build shared libraries... " >&6; }
11029 test "$can_build_shared" = "no" && enable_shared=no
11030
11031 # On AIX, shared libraries and static libraries use the same namespace, and
11032 # are all built from PIC.
11033 case $host_os in
11034 aix3*)
11035 test "$enable_shared" = yes && enable_static=no
11036 if test -n "$RANLIB"; then
11037 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11038 postinstall_cmds='$RANLIB $lib'
11039 fi
11040 ;;
11041
11042 aix[4-9]*)
11043 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11044 test "$enable_shared" = yes && enable_static=no
11045 fi
11046 ;;
11047 esac
11048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11049$as_echo "$enable_shared" >&6; }
11050
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11052$as_echo_n "checking whether to build static libraries... " >&6; }
11053 # Make sure either enable_shared or enable_static is yes.
11054 test "$enable_shared" = yes || enable_static=yes
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11056$as_echo "$enable_static" >&6; }
11057
11058
11059
11060
11061fi
11062ac_ext=c
11063ac_cpp='$CPP $CPPFLAGS'
11064ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11065ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11066ac_compiler_gnu=$ac_cv_c_compiler_gnu
11067
11068CC="$lt_save_CC"
11069
11070
11071
11072
11073
11074
11075
11076
11077
b5bd9624 11078
b5bd9624 11079
b5bd9624 11080
b5bd9624 11081
6bb11ab3
L
11082 ac_config_commands="$ac_config_commands libtool"
11083
11084
11085
11086
11087# Only expand once:
11088
11089
5912fadd 11090
b5bd9624 11091
2d514e6f 11092
31e6ad7d
MF
11093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11094$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11095 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11096if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11097 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11098else
11099 USE_MAINTAINER_MODE=no
2d514e6f 11100fi
31e6ad7d
MF
11101
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11103$as_echo "$USE_MAINTAINER_MODE" >&6; }
11104 if test $USE_MAINTAINER_MODE = yes; then
11105 MAINTAINER_MODE_TRUE=
11106 MAINTAINER_MODE_FALSE='#'
2d514e6f 11107else
31e6ad7d
MF
11108 MAINTAINER_MODE_TRUE='#'
11109 MAINTAINER_MODE_FALSE=
81ecdfbb 11110fi
2d514e6f 11111
31e6ad7d
MF
11112 MAINT=$MAINTAINER_MODE_TRUE
11113
11114
2d514e6f 11115
81ecdfbb 11116
347fe5bb
MF
11117sim_inline="-DDEFAULT_INLINE=0"
11118# Check whether --enable-sim-inline was given.
11119if test "${enable_sim_inline+set}" = set; then :
11120 enableval=$enable_sim_inline; sim_inline=""
11121case "$enableval" in
11122 no) sim_inline="-DDEFAULT_INLINE=0";;
11123 0) sim_inline="-DDEFAULT_INLINE=0";;
11124 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11125 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11126 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11127 new_flag=""
11128 case "$x" in
11129 *_INLINE=*) new_flag="-D$x";;
11130 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11131 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11132 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11133 esac
11134 if test x"$sim_inline" = x""; then
11135 sim_inline="$new_flag"
11136 else
11137 sim_inline="$sim_inline $new_flag"
11138 fi
11139 done;;
11140esac
11141if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11142 echo "Setting inline flags = $sim_inline" 6>&1
11143fi
11144fi
11145
11146
11147
81ecdfbb 11148
b7026657 11149
6ffe910a 11150
52588767
MF
11151wire_endian=""
11152default_endian=""
11153# Check whether --enable-sim-endian was given.
11154if test "${enable_sim_endian+set}" = set; then :
11155 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11156 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11157 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
52588767 11158 yes) if test x"$wire_endian" != x; then
1ac72f06 11159 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
52588767 11160 else
1ac72f06
MF
11161 if test x"$default_endian" != x; then
11162 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
52588767
MF
11163 else
11164 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11165 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
52588767
MF
11166 fi
11167 fi;;
11168 no) if test x"$default_endian" != x; then
1ac72f06 11169 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
52588767
MF
11170 else
11171 if test x"$wire_endian" != x; then
1ac72f06 11172 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
52588767
MF
11173 else
11174 echo "No default endian for target $target" 1>&6
1ac72f06 11175 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
52588767
MF
11176 fi
11177 fi;;
d0ac1c44 11178 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
52588767
MF
11179esac
11180if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11181 echo "Setting endian flags = $sim_endian" 6>&1
11182fi
11183else
11184 if test x"$default_endian" != x; then
1ac72f06 11185 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
52588767
MF
11186else
11187 if test x"$wire_endian" != x; then
1ac72f06 11188 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
52588767
MF
11189 else
11190 sim_endian=
11191 fi
11192fi
11193fi
11194
52588767 11195
91eea121 11196
feb703b3
MF
11197# Check whether --enable-werror was given.
11198if test "${enable_werror+set}" = set; then :
11199 enableval=$enable_werror; case "${enableval}" in
11200 yes | y) ERROR_ON_WARNING="yes" ;;
11201 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11202 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
feb703b3
MF
11203 esac
11204fi
11205
11206
11207# Enable -Werror by default when using gcc
11208if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11209 ERROR_ON_WARNING=yes
11210fi
11211
11212WERROR_CFLAGS=""
91eea121
MF
11213 if test "${ERROR_ON_WARNING}" = yes ; then
11214 WERROR_CFLAGS="-Werror"
11215 fi
feb703b3
MF
11216
11217build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11218-Wpointer-sign \
11219-Wno-unused -Wunused-value -Wunused-function \
11220-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11221-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11222-Wold-style-declaration -Wold-style-definition"
11223
11224# Enable -Wno-format by default when using gcc on mingw since many
11225# GCC versions complain about %I64.
11226case "${host}" in
11227 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11228 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11229esac
11230
11231# Check whether --enable-build-warnings was given.
11232if test "${enable_build_warnings+set}" = set; then :
11233 enableval=$enable_build_warnings; case "${enableval}" in
11234 yes) ;;
11235 no) build_warnings="-w";;
11236 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11237 build_warnings="${build_warnings} ${t}";;
11238 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11239 build_warnings="${t} ${build_warnings}";;
11240 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11241esac
11242if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11243 echo "Setting compiler warning flags = $build_warnings" 6>&1
11244fi
11245fi
11246# Check whether --enable-sim-build-warnings was given.
11247if test "${enable_sim_build_warnings+set}" = set; then :
11248 enableval=$enable_sim_build_warnings; case "${enableval}" in
11249 yes) ;;
11250 no) build_warnings="-w";;
11251 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11252 build_warnings="${build_warnings} ${t}";;
11253 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11254 build_warnings="${t} ${build_warnings}";;
11255 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11256esac
11257if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11258 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11259fi
11260fi
11261WARN_CFLAGS=""
11262if test "x${build_warnings}" != x -a "x$GCC" = xyes
11263then
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11265$as_echo_n "checking compiler warning flags... " >&6; }
11266 # Separate out the -Werror flag as some files just cannot be
11267 # compiled with it enabled.
11268 for w in ${build_warnings}; do
11269 case $w in
11270 -Werr*) WERROR_CFLAGS=-Werror ;;
11271 *) # Check that GCC accepts it
11272 saved_CFLAGS="$CFLAGS"
1f195bc3 11273 CFLAGS="$CFLAGS -Werror $w"
feb703b3
MF
11274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11275/* end confdefs.h. */
11276
11277int
11278main ()
11279{
11280
11281 ;
11282 return 0;
11283}
11284_ACEOF
11285if ac_fn_c_try_compile "$LINENO"; then :
11286 WARN_CFLAGS="${WARN_CFLAGS} $w"
11287fi
11288rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11289 CFLAGS="$saved_CFLAGS"
11290 esac
11291 done
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11293$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11294fi
11295
11296
66d055c7
MF
11297hardware="cfi core pal glue "
11298sim_hw_cflags="-DWITH_HW=1"
11299sim_hw="$hardware"
11300sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11301
11302# Check whether --enable-sim-hardware was given.
11303if test "${enable_sim_hardware+set}" = set; then :
11304 enableval=$enable_sim_hardware;
11305else
11306 enable_sim_hardware="yes"
11307fi
11308
11309case ${enable_sim_hardware} in
11310 yes|no) ;;
11311 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11312 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11313 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11314esac
11315
11316if test "$enable_sim_hardware" = no; then
11317 sim_hw_objs=
11318 sim_hw_cflags="-DWITH_HW=0"
11319 sim_hw=
11320else
11321 sim_hw_cflags="-DWITH_HW=1"
11322 # remove duplicates
11323 sim_hw=""
11324 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11325 for i in $hardware ; do
11326 case " $sim_hw " in
11327 *" $i "*) ;;
11328 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11329 esac
11330 done
11331 # mingw does not support sockser
11332 case ${host} in
11333 *mingw*) ;;
11334 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11335 # that you instatiate. Instead, other code will call into it directly.
11336 # At some point, we should convert it over.
11337 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11338
11339cat >>confdefs.h <<_ACEOF
11340#define HAVE_DV_SOCKSER 1
11341_ACEOF
11342
11343 ;;
11344 esac
11345 if test x"$silent" != x"yes"; then
11346 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11347 fi
11348 case " $hardware " in
11349 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11350$as_echo_n "checking for log2 in -lm... " >&6; }
11351if ${ac_cv_lib_m_log2+:} false; then :
11352 $as_echo_n "(cached) " >&6
11353else
11354 ac_check_lib_save_LIBS=$LIBS
11355LIBS="-lm $LIBS"
11356cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11357/* end confdefs.h. */
11358
11359/* Override any GCC internal prototype to avoid an error.
11360 Use char because int might match the return type of a GCC
11361 builtin and then its argument prototype would still apply. */
11362#ifdef __cplusplus
11363extern "C"
11364#endif
11365char log2 ();
11366int
11367main ()
11368{
11369return log2 ();
11370 ;
11371 return 0;
11372}
11373_ACEOF
11374if ac_fn_c_try_link "$LINENO"; then :
11375 ac_cv_lib_m_log2=yes
11376else
11377 ac_cv_lib_m_log2=no
11378fi
11379rm -f core conftest.err conftest.$ac_objext \
11380 conftest$ac_exeext conftest.$ac_ext
11381LIBS=$ac_check_lib_save_LIBS
11382fi
11383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11384$as_echo "$ac_cv_lib_m_log2" >&6; }
11385if test "x$ac_cv_lib_m_log2" = xyes; then :
11386 cat >>confdefs.h <<_ACEOF
11387#define HAVE_LIBM 1
11388_ACEOF
11389
11390 LIBS="-lm $LIBS"
11391
11392fi
11393;;
11394 esac
11395fi
11396
11397
b7026657
AC
11398cgen_breaks=""
11399if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11400cgen_breaks="break cgen_rtx_error";
11401fi
11402
81ecdfbb 11403ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 11404
81ecdfbb 11405ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 11406
81ecdfbb 11407ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 11408
81ecdfbb 11409ac_config_commands="$ac_config_commands Makefile"
38f48d72 11410
81ecdfbb 11411ac_config_commands="$ac_config_commands stamp-h"
38f48d72 11412
760b3e8b
MF
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
b7026657
AC
11425cat >confcache <<\_ACEOF
11426# This file is a shell script that caches the results of configure
11427# tests run on this system so they can be shared between configure
11428# scripts and configure runs, see configure's option --config-cache.
11429# It is not useful on other systems. If it contains results you don't
11430# want to keep, you may remove or edit it.
11431#
11432# config.status only pays attention to the cache file if you give it
11433# the --recheck option to rerun configure.
11434#
11435# `ac_cv_env_foo' variables (set or unset) will be overridden when
11436# loading this file, other *unset* `ac_cv_foo' will be assigned the
11437# following values.
11438
11439_ACEOF
11440
11441# The following way of writing the cache mishandles newlines in values,
11442# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11443# So, we kill variables containing newlines.
b7026657
AC
11444# Ultrix sh set writes to stderr and can't be redirected directly,
11445# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11446(
11447 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11448 eval ac_val=\$$ac_var
11449 case $ac_val in #(
11450 *${as_nl}*)
11451 case $ac_var in #(
11452 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11453$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11454 esac
11455 case $ac_var in #(
11456 _ | IFS | as_nl) ;; #(
11457 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11458 *) { eval $ac_var=; unset $ac_var;} ;;
11459 esac ;;
11460 esac
11461 done
11462
b7026657 11463 (set) 2>&1 |
81ecdfbb
RW
11464 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11465 *${as_nl}ac_space=\ *)
11466 # `set' does not quote correctly, so add quotes: double-quote
11467 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11468 sed -n \
11469 "s/'/'\\\\''/g;
11470 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11471 ;; #(
b7026657
AC
11472 *)
11473 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11474 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11475 ;;
81ecdfbb
RW
11476 esac |
11477 sort
11478) |
b7026657 11479 sed '
81ecdfbb 11480 /^ac_cv_env_/b end
b7026657 11481 t clear
81ecdfbb 11482 :clear
b7026657
AC
11483 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11484 t end
81ecdfbb
RW
11485 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11486 :end' >>confcache
11487if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11488 if test -w "$cache_file"; then
d0ac1c44 11489 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11491$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11492 if test ! -f "$cache_file" || test -h "$cache_file"; then
11493 cat confcache >"$cache_file"
11494 else
11495 case $cache_file in #(
11496 */* | ?:*)
11497 mv -f confcache "$cache_file"$$ &&
11498 mv -f "$cache_file"$$ "$cache_file" ;; #(
11499 *)
11500 mv -f confcache "$cache_file" ;;
11501 esac
11502 fi
11503 fi
b7026657 11504 else
81ecdfbb
RW
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11506$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
11507 fi
11508fi
11509rm -f confcache
11510
11511test "x$prefix" = xNONE && prefix=$ac_default_prefix
11512# Let make expand exec_prefix.
11513test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11514
b7026657
AC
11515DEFS=-DHAVE_CONFIG_H
11516
11517ac_libobjs=
11518ac_ltlibobjs=
d0ac1c44 11519U=
b7026657
AC
11520for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11521 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11522 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11523 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11524 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11525 # will be set to the directory where LIBOBJS objects are built.
11526 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11527 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11528done
11529LIBOBJS=$ac_libobjs
11530
11531LTLIBOBJS=$ac_ltlibobjs
11532
11533
0cb8d851 11534
6bb11ab3 11535if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11536 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11537Usually this means the macro was only invoked conditionally." "$LINENO" 5
11538fi
31e6ad7d 11539if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11540 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11541Usually this means the macro was only invoked conditionally." "$LINENO" 5
11542fi
b7026657 11543
d0ac1c44 11544: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11545ac_write_fail=0
b7026657
AC
11546ac_clean_files_save=$ac_clean_files
11547ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11548{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11549$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11550as_write_fail=0
11551cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11552#! $SHELL
11553# Generated by $as_me.
11554# Run this file to recreate the current configuration.
11555# Compiler output produced by configure, useful for debugging
11556# configure, is in config.log if it exists.
11557
11558debug=false
11559ac_cs_recheck=false
11560ac_cs_silent=false
b7026657 11561
81ecdfbb
RW
11562SHELL=\${CONFIG_SHELL-$SHELL}
11563export SHELL
11564_ASEOF
11565cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11566## -------------------- ##
11567## M4sh Initialization. ##
11568## -------------------- ##
11569
11570# Be more Bourne compatible
11571DUALCASE=1; export DUALCASE # for MKS sh
11572if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11573 emulate sh
11574 NULLCMD=:
81ecdfbb 11575 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11576 # is contrary to our usage. Disable this feature.
11577 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11578 setopt NO_GLOB_SUBST
11579else
11580 case `(set -o) 2>/dev/null` in #(
11581 *posix*) :
11582 set -o posix ;; #(
11583 *) :
11584 ;;
11585esac
b7026657 11586fi
b7026657 11587
81ecdfbb
RW
11588
11589as_nl='
11590'
11591export as_nl
11592# Printing a long string crashes Solaris 7 /usr/bin/printf.
11593as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11594as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11595as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11596# Prefer a ksh shell builtin over an external printf program on Solaris,
11597# but without wasting forks for bash or zsh.
11598if test -z "$BASH_VERSION$ZSH_VERSION" \
11599 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11600 as_echo='print -r --'
11601 as_echo_n='print -rn --'
11602elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11603 as_echo='printf %s\n'
11604 as_echo_n='printf %s'
11605else
11606 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11607 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11608 as_echo_n='/usr/ucb/echo -n'
11609 else
11610 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11611 as_echo_n_body='eval
11612 arg=$1;
11613 case $arg in #(
11614 *"$as_nl"*)
11615 expr "X$arg" : "X\\(.*\\)$as_nl";
11616 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11617 esac;
11618 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11619 '
11620 export as_echo_n_body
11621 as_echo_n='sh -c $as_echo_n_body as_echo'
11622 fi
11623 export as_echo_body
11624 as_echo='sh -c $as_echo_body as_echo'
11625fi
11626
11627# The user is always right.
11628if test "${PATH_SEPARATOR+set}" != set; then
11629 PATH_SEPARATOR=:
11630 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11631 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11632 PATH_SEPARATOR=';'
11633 }
2d514e6f
SS
11634fi
11635
11636
81ecdfbb
RW
11637# IFS
11638# We need space, tab and new line, in precisely that order. Quoting is
11639# there to prevent editors from complaining about space-tab.
11640# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11641# splitting by setting IFS to empty value.)
11642IFS=" "" $as_nl"
11643
11644# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11645as_myself=
81ecdfbb
RW
11646case $0 in #((
11647 *[\\/]* ) as_myself=$0 ;;
11648 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11649for as_dir in $PATH
11650do
11651 IFS=$as_save_IFS
11652 test -z "$as_dir" && as_dir=.
11653 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11654 done
11655IFS=$as_save_IFS
11656
11657 ;;
11658esac
11659# We did not find ourselves, most probably we were run as `sh COMMAND'
11660# in which case we are not to be found in the path.
11661if test "x$as_myself" = x; then
11662 as_myself=$0
11663fi
11664if test ! -f "$as_myself"; then
11665 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11666 exit 1
11667fi
11668
11669# Unset variables that we do not need and which cause bugs (e.g. in
11670# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11671# suppresses any "Segmentation fault" message there. '((' could
11672# trigger a bug in pdksh 5.2.14.
11673for as_var in BASH_ENV ENV MAIL MAILPATH
11674do eval test x\${$as_var+set} = xset \
11675 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11676done
b7026657
AC
11677PS1='$ '
11678PS2='> '
11679PS4='+ '
11680
11681# NLS nuisances.
81ecdfbb
RW
11682LC_ALL=C
11683export LC_ALL
11684LANGUAGE=C
11685export LANGUAGE
11686
11687# CDPATH.
11688(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11689
11690
d0ac1c44
SM
11691# as_fn_error STATUS ERROR [LINENO LOG_FD]
11692# ----------------------------------------
81ecdfbb
RW
11693# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11694# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11695# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11696as_fn_error ()
11697{
d0ac1c44
SM
11698 as_status=$1; test $as_status -eq 0 && as_status=1
11699 if test "$4"; then
11700 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11701 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 11702 fi
d0ac1c44 11703 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11704 as_fn_exit $as_status
11705} # as_fn_error
11706
11707
11708# as_fn_set_status STATUS
11709# -----------------------
11710# Set $? to STATUS, without forking.
11711as_fn_set_status ()
11712{
11713 return $1
11714} # as_fn_set_status
11715
11716# as_fn_exit STATUS
11717# -----------------
11718# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11719as_fn_exit ()
11720{
11721 set +e
11722 as_fn_set_status $1
11723 exit $1
11724} # as_fn_exit
11725
11726# as_fn_unset VAR
11727# ---------------
11728# Portably unset VAR.
11729as_fn_unset ()
11730{
11731 { eval $1=; unset $1;}
11732}
11733as_unset=as_fn_unset
11734# as_fn_append VAR VALUE
11735# ----------------------
11736# Append the text in VALUE to the end of the definition contained in VAR. Take
11737# advantage of any shell optimizations that allow amortized linear growth over
11738# repeated appends, instead of the typical quadratic growth present in naive
11739# implementations.
11740if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11741 eval 'as_fn_append ()
11742 {
11743 eval $1+=\$2
11744 }'
11745else
11746 as_fn_append ()
11747 {
11748 eval $1=\$$1\$2
11749 }
11750fi # as_fn_append
11751
11752# as_fn_arith ARG...
11753# ------------------
11754# Perform arithmetic evaluation on the ARGs, and store the result in the
11755# global $as_val. Take advantage of shells that can avoid forks. The arguments
11756# must be portable across $(()) and expr.
11757if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11758 eval 'as_fn_arith ()
11759 {
11760 as_val=$(( $* ))
11761 }'
11762else
11763 as_fn_arith ()
11764 {
11765 as_val=`expr "$@" || test $? -eq 1`
11766 }
11767fi # as_fn_arith
11768
2d514e6f 11769
81ecdfbb
RW
11770if expr a : '\(a\)' >/dev/null 2>&1 &&
11771 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 11772 as_expr=expr
2d514e6f 11773else
b7026657
AC
11774 as_expr=false
11775fi
2d514e6f 11776
81ecdfbb 11777if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657 11778 as_basename=basename
2d514e6f 11779else
b7026657 11780 as_basename=false
2d514e6f 11781fi
b7026657 11782
81ecdfbb
RW
11783if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11784 as_dirname=dirname
11785else
11786 as_dirname=false
11787fi
b7026657 11788
81ecdfbb 11789as_me=`$as_basename -- "$0" ||
b7026657
AC
11790$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11791 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11792 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11793$as_echo X/"$0" |
11794 sed '/^.*\/\([^/][^/]*\)\/*$/{
11795 s//\1/
11796 q
11797 }
11798 /^X\/\(\/\/\)$/{
11799 s//\1/
11800 q
11801 }
11802 /^X\/\(\/\).*/{
11803 s//\1/
11804 q
11805 }
11806 s/.*/./; q'`
b7026657 11807
b7026657
AC
11808# Avoid depending upon Character Ranges.
11809as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11810as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11811as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11812as_cr_digits='0123456789'
11813as_cr_alnum=$as_cr_Letters$as_cr_digits
11814
81ecdfbb
RW
11815ECHO_C= ECHO_N= ECHO_T=
11816case `echo -n x` in #(((((
11817-n*)
11818 case `echo 'xy\c'` in
11819 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11820 xy) ECHO_C='\c';;
11821 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11822 ECHO_T=' ';;
11823 esac;;
11824*)
11825 ECHO_N='-n';;
b7026657 11826esac
cd0fc7c3 11827
81ecdfbb
RW
11828rm -f conf$$ conf$$.exe conf$$.file
11829if test -d conf$$.dir; then
11830 rm -f conf$$.dir/conf$$.file
2d514e6f 11831else
81ecdfbb
RW
11832 rm -f conf$$.dir
11833 mkdir conf$$.dir 2>/dev/null
b7026657 11834fi
81ecdfbb
RW
11835if (echo >conf$$.file) 2>/dev/null; then
11836 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11837 as_ln_s='ln -s'
81ecdfbb
RW
11838 # ... but there are two gotchas:
11839 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11840 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 11841 # In both cases, we have to default to `cp -pR'.
81ecdfbb 11842 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 11843 as_ln_s='cp -pR'
81ecdfbb
RW
11844 elif ln conf$$.file conf$$ 2>/dev/null; then
11845 as_ln_s=ln
11846 else
d0ac1c44 11847 as_ln_s='cp -pR'
cd0fc7c3 11848 fi
b7026657 11849else
d0ac1c44 11850 as_ln_s='cp -pR'
2d514e6f 11851fi
81ecdfbb
RW
11852rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11853rmdir conf$$.dir 2>/dev/null
11854
b7026657 11855
81ecdfbb
RW
11856# as_fn_mkdir_p
11857# -------------
11858# Create "$as_dir" as a directory, including parents if necessary.
11859as_fn_mkdir_p ()
11860{
11861
11862 case $as_dir in #(
11863 -*) as_dir=./$as_dir;;
11864 esac
11865 test -d "$as_dir" || eval $as_mkdir_p || {
11866 as_dirs=
11867 while :; do
11868 case $as_dir in #(
11869 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11870 *) as_qdir=$as_dir;;
11871 esac
11872 as_dirs="'$as_qdir' $as_dirs"
11873 as_dir=`$as_dirname -- "$as_dir" ||
11874$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11875 X"$as_dir" : 'X\(//\)[^/]' \| \
11876 X"$as_dir" : 'X\(//\)$' \| \
11877 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11878$as_echo X"$as_dir" |
11879 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11880 s//\1/
11881 q
11882 }
11883 /^X\(\/\/\)[^/].*/{
11884 s//\1/
11885 q
11886 }
11887 /^X\(\/\/\)$/{
11888 s//\1/
11889 q
11890 }
11891 /^X\(\/\).*/{
11892 s//\1/
11893 q
11894 }
11895 s/.*/./; q'`
11896 test -d "$as_dir" && break
11897 done
11898 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 11899 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
11900
11901
11902} # as_fn_mkdir_p
b7026657 11903if mkdir -p . 2>/dev/null; then
81ecdfbb 11904 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
11905else
11906 test -d ./-p && rmdir ./-p
11907 as_mkdir_p=false
2d514e6f 11908fi
cd0fc7c3 11909
d0ac1c44
SM
11910
11911# as_fn_executable_p FILE
11912# -----------------------
11913# Test if FILE is an executable regular file.
11914as_fn_executable_p ()
11915{
11916 test -f "$1" && test -x "$1"
11917} # as_fn_executable_p
11918as_test_x='test -x'
11919as_executable_p=as_fn_executable_p
2d514e6f 11920
b7026657
AC
11921# Sed expression to map a string onto a valid CPP name.
11922as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2d514e6f 11923
b7026657
AC
11924# Sed expression to map a string onto a valid variable name.
11925as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2d514e6f 11926
2d514e6f 11927
b7026657 11928exec 6>&1
81ecdfbb
RW
11929## ----------------------------------- ##
11930## Main body of $CONFIG_STATUS script. ##
11931## ----------------------------------- ##
11932_ASEOF
11933test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11934
11935cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11936# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11937# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11938# values after options handling.
11939ac_log="
b7026657 11940This file was extended by $as_me, which was
d0ac1c44 11941generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
11942
11943 CONFIG_FILES = $CONFIG_FILES
11944 CONFIG_HEADERS = $CONFIG_HEADERS
11945 CONFIG_LINKS = $CONFIG_LINKS
11946 CONFIG_COMMANDS = $CONFIG_COMMANDS
11947 $ $0 $@
11948
81ecdfbb
RW
11949on `(hostname || uname -n) 2>/dev/null | sed 1q`
11950"
11951
b7026657
AC
11952_ACEOF
11953
81ecdfbb
RW
11954case $ac_config_files in *"
11955"*) set x $ac_config_files; shift; ac_config_files=$*;;
11956esac
b7026657 11957
81ecdfbb
RW
11958case $ac_config_headers in *"
11959"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11960esac
b7026657 11961
2d514e6f 11962
81ecdfbb
RW
11963cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11964# Files that config.status was made for.
11965config_files="$ac_config_files"
11966config_headers="$ac_config_headers"
81ecdfbb 11967config_commands="$ac_config_commands"
2d514e6f 11968
81ecdfbb 11969_ACEOF
2d514e6f 11970
81ecdfbb 11971cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 11972ac_cs_usage="\
81ecdfbb
RW
11973\`$as_me' instantiates files and other configuration actions
11974from templates according to the current configuration. Unless the files
11975and actions are specified as TAGs, all are instantiated by default.
2d514e6f 11976
81ecdfbb 11977Usage: $0 [OPTION]... [TAG]...
379832de 11978
b7026657 11979 -h, --help print this help, then exit
81ecdfbb 11980 -V, --version print version number and configuration settings, then exit
d0ac1c44 11981 --config print configuration, then exit
81ecdfbb
RW
11982 -q, --quiet, --silent
11983 do not print progress messages
b7026657
AC
11984 -d, --debug don't remove temporary files
11985 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11986 --file=FILE[:TEMPLATE]
11987 instantiate the configuration file FILE
11988 --header=FILE[:TEMPLATE]
11989 instantiate the configuration header FILE
b7026657
AC
11990
11991Configuration files:
11992$config_files
11993
11994Configuration headers:
11995$config_headers
11996
b7026657
AC
11997Configuration commands:
11998$config_commands
11999
81ecdfbb 12000Report bugs to the package provider."
b7026657 12001
81ecdfbb
RW
12002_ACEOF
12003cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12004ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12005ac_cs_version="\\
12006config.status
d0ac1c44
SM
12007configured by $0, generated by GNU Autoconf 2.69,
12008 with options \\"\$ac_cs_config\\"
b7026657 12009
d0ac1c44 12010Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12011This config.status script is free software; the Free Software Foundation
12012gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12013
12014ac_pwd='$ac_pwd'
12015srcdir='$srcdir'
12016INSTALL='$INSTALL'
6bb11ab3 12017AWK='$AWK'
81ecdfbb 12018test -n "\$AWK" || AWK=awk
b7026657
AC
12019_ACEOF
12020
81ecdfbb
RW
12021cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12022# The default lists apply if the user does not specify any file.
b7026657
AC
12023ac_need_defaults=:
12024while test $# != 0
12025do
12026 case $1 in
d0ac1c44 12027 --*=?*)
81ecdfbb
RW
12028 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12029 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 12030 ac_shift=:
2d514e6f 12031 ;;
d0ac1c44
SM
12032 --*=)
12033 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12034 ac_optarg=
12035 ac_shift=:
12036 ;;
81ecdfbb 12037 *)
b7026657
AC
12038 ac_option=$1
12039 ac_optarg=$2
12040 ac_shift=shift
2d514e6f 12041 ;;
b7026657 12042 esac
2d514e6f 12043
b7026657
AC
12044 case $ac_option in
12045 # Handling of the options.
b7026657
AC
12046 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12047 ac_cs_recheck=: ;;
81ecdfbb
RW
12048 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12049 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12050 --config | --confi | --conf | --con | --co | --c )
12051 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12052 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12053 debug=: ;;
12054 --file | --fil | --fi | --f )
12055 $ac_shift
81ecdfbb
RW
12056 case $ac_optarg in
12057 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12058 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12059 esac
12060 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12061 ac_need_defaults=false;;
12062 --header | --heade | --head | --hea )
12063 $ac_shift
81ecdfbb
RW
12064 case $ac_optarg in
12065 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12066 esac
12067 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12068 ac_need_defaults=false;;
81ecdfbb
RW
12069 --he | --h)
12070 # Conflict between --help and --header
d0ac1c44 12071 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12072Try \`$0 --help' for more information.";;
12073 --help | --hel | -h )
12074 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12076 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12077 ac_cs_silent=: ;;
2d514e6f 12078
b7026657 12079 # This is an error.
d0ac1c44 12080 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12081Try \`$0 --help' for more information." ;;
2d514e6f 12082
81ecdfbb
RW
12083 *) as_fn_append ac_config_targets " $1"
12084 ac_need_defaults=false ;;
b7026657
AC
12085
12086 esac
12087 shift
12088done
12089
12090ac_configure_extra_args=
12091
12092if $ac_cs_silent; then
12093 exec 6>/dev/null
12094 ac_configure_extra_args="$ac_configure_extra_args --silent"
2d514e6f
SS
12095fi
12096
b7026657 12097_ACEOF
81ecdfbb 12098cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12099if \$ac_cs_recheck; then
d0ac1c44 12100 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12101 shift
12102 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12103 CONFIG_SHELL='$SHELL'
12104 export CONFIG_SHELL
12105 exec "\$@"
b7026657 12106fi
2d514e6f 12107
b7026657 12108_ACEOF
81ecdfbb
RW
12109cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12110exec 5>>config.log
12111{
12112 echo
12113 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12114## Running $as_me. ##
12115_ASBOX
12116 $as_echo "$ac_log"
12117} >&5
2d514e6f 12118
81ecdfbb
RW
12119_ACEOF
12120cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12121#
12122# INIT-COMMANDS
12123#
12124ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12125
6bb11ab3
L
12126
12127# The HP-UX ksh and POSIX shell print the target directory to stdout
12128# if CDPATH is set.
12129(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12130
12131sed_quote_subst='$sed_quote_subst'
12132double_quote_subst='$double_quote_subst'
12133delay_variable_subst='$delay_variable_subst'
12134macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12135macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12136enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12137enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12138pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12139enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12140SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12141ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12142host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12143host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12144host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12145build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12146build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12147build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12148SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12149Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12150GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12151EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12152FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12153LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12154NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12155LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12156max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12157ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12158exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12159lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12160lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12161lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12162reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12163reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12164OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12165deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12166file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12167AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12168AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12169STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12170RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12171old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12172old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12173old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12174lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12175CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12176CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12177compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12178GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12179lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12180lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12181lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12182lt_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"`'
12183objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12184MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12185lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12186lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12187lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12188lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12189lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12190need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12191DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12192NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12193LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12194OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12195OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12196libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12197shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12198extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12199archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12200enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12201export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12202whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12203compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12204old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12205old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12206archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12207archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12208module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12209module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12210with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12211allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12212no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12213hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12214hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12215hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12216hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12217hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12218hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12219hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12220hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12221inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12222link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12223fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12224always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12225export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12226exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12227include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12228prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12229file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12230variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12231need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12232need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12233version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12234runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12235shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12236shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12237libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12238library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12239soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12240install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12241postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12242postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12243finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12244finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12245hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12246sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12247sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12248hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12249enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12250enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12251enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12252old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12253striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12254
12255LTCC='$LTCC'
12256LTCFLAGS='$LTCFLAGS'
12257compiler='$compiler_DEFAULT'
12258
12259# A function that is used when there is no print builtin or printf.
12260func_fallback_echo ()
12261{
12262 eval 'cat <<_LTECHO_EOF
12263\$1
12264_LTECHO_EOF'
12265}
12266
12267# Quote evaled strings.
12268for var in SHELL \
12269ECHO \
12270SED \
12271GREP \
12272EGREP \
12273FGREP \
12274LD \
12275NM \
12276LN_S \
12277lt_SP2NL \
12278lt_NL2SP \
12279reload_flag \
12280OBJDUMP \
12281deplibs_check_method \
12282file_magic_cmd \
12283AR \
12284AR_FLAGS \
12285STRIP \
12286RANLIB \
12287CC \
12288CFLAGS \
12289compiler \
12290lt_cv_sys_global_symbol_pipe \
12291lt_cv_sys_global_symbol_to_cdecl \
12292lt_cv_sys_global_symbol_to_c_name_address \
12293lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12294lt_prog_compiler_no_builtin_flag \
12295lt_prog_compiler_wl \
12296lt_prog_compiler_pic \
12297lt_prog_compiler_static \
12298lt_cv_prog_compiler_c_o \
12299need_locks \
12300DSYMUTIL \
12301NMEDIT \
12302LIPO \
12303OTOOL \
12304OTOOL64 \
12305shrext_cmds \
12306export_dynamic_flag_spec \
12307whole_archive_flag_spec \
12308compiler_needs_object \
12309with_gnu_ld \
12310allow_undefined_flag \
12311no_undefined_flag \
12312hardcode_libdir_flag_spec \
12313hardcode_libdir_flag_spec_ld \
12314hardcode_libdir_separator \
12315fix_srcfile_path \
12316exclude_expsyms \
12317include_expsyms \
12318file_list_spec \
12319variables_saved_for_relink \
12320libname_spec \
12321library_names_spec \
12322soname_spec \
12323install_override_mode \
12324finish_eval \
12325old_striplib \
12326striplib; do
12327 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12328 *[\\\\\\\`\\"\\\$]*)
12329 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12330 ;;
12331 *)
12332 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12333 ;;
12334 esac
12335done
12336
12337# Double-quote double-evaled strings.
12338for var in reload_cmds \
12339old_postinstall_cmds \
12340old_postuninstall_cmds \
12341old_archive_cmds \
12342extract_expsyms_cmds \
12343old_archive_from_new_cmds \
12344old_archive_from_expsyms_cmds \
12345archive_cmds \
12346archive_expsym_cmds \
12347module_cmds \
12348module_expsym_cmds \
12349export_symbols_cmds \
12350prelink_cmds \
12351postinstall_cmds \
12352postuninstall_cmds \
12353finish_cmds \
12354sys_lib_search_path_spec \
12355sys_lib_dlsearch_path_spec; do
12356 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12357 *[\\\\\\\`\\"\\\$]*)
12358 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12359 ;;
12360 *)
12361 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12362 ;;
12363 esac
12364done
12365
12366ac_aux_dir='$ac_aux_dir'
12367xsi_shell='$xsi_shell'
12368lt_shell_append='$lt_shell_append'
12369
12370# See if we are running on zsh, and set the options which allow our
12371# commands through without removal of \ escapes INIT.
12372if test -n "\${ZSH_VERSION+set}" ; then
12373 setopt NO_GLOB_SUBST
12374fi
12375
12376
12377 PACKAGE='$PACKAGE'
12378 VERSION='$VERSION'
12379 TIMESTAMP='$TIMESTAMP'
12380 RM='$RM'
12381 ofile='$ofile'
12382
12383
12384
12385
81ecdfbb 12386_ACEOF
2d514e6f 12387
81ecdfbb 12388cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2d514e6f 12389
81ecdfbb 12390# Handling of arguments.
b7026657 12391for ac_config_target in $ac_config_targets
2d514e6f 12392do
81ecdfbb
RW
12393 case $ac_config_target in
12394 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12395 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12396 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12397 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12398 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12399 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12400 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12401 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12402
d0ac1c44 12403 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2d514e6f
SS
12404 esac
12405done
12406
81ecdfbb 12407
b7026657
AC
12408# If the user did not use the arguments to specify the items to instantiate,
12409# then the envvar interface is used. Set only those that are not.
12410# We use the long form for the default assignment because of an extremely
12411# bizarre bug on SunOS 4.1.3.
12412if $ac_need_defaults; then
12413 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12414 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
12415 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12416fi
12417
12418# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12419# simply because there is no reason against having it here, and in addition,
b7026657 12420# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12421# Hook for its removal unless debugging.
12422# Note that there is a small window in which the directory will not be cleaned:
12423# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12424$debug ||
12425{
d0ac1c44 12426 tmp= ac_tmp=
81ecdfbb 12427 trap 'exit_status=$?
d0ac1c44
SM
12428 : "${ac_tmp:=$tmp}"
12429 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12430' 0
12431 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12432}
b7026657 12433# Create a (secure) tmp directory for tmp files.
2d514e6f 12434
b7026657 12435{
81ecdfbb 12436 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12437 test -d "$tmp"
b7026657
AC
12438} ||
12439{
81ecdfbb
RW
12440 tmp=./conf$$-$RANDOM
12441 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12442} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12443ac_tmp=$tmp
b7026657 12444
81ecdfbb
RW
12445# Set up the scripts for CONFIG_FILES section.
12446# No need to generate them if there are no CONFIG_FILES.
12447# This happens for instance with `./config.status config.h'.
12448if test -n "$CONFIG_FILES"; then
b7026657 12449
2d514e6f 12450
81ecdfbb
RW
12451ac_cr=`echo X | tr X '\015'`
12452# On cygwin, bash can eat \r inside `` if the user requested igncr.
12453# But we know of no other shell where ac_cr would be empty at this
12454# point, so we can use a bashism as a fallback.
12455if test "x$ac_cr" = x; then
12456 eval ac_cr=\$\'\\r\'
12457fi
12458ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12459if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12460 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12461else
12462 ac_cs_awk_cr=$ac_cr
12463fi
b7026657 12464
d0ac1c44 12465echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
12466_ACEOF
12467
81ecdfbb
RW
12468
12469{
12470 echo "cat >conf$$subs.awk <<_ACEOF" &&
12471 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12472 echo "_ACEOF"
12473} >conf$$subs.sh ||
d0ac1c44
SM
12474 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12475ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12476ac_delim='%!_!# '
12477for ac_last_try in false false false false false :; do
12478 . ./conf$$subs.sh ||
d0ac1c44 12479 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12480
12481 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12482 if test $ac_delim_n = $ac_delim_num; then
12483 break
12484 elif $ac_last_try; then
d0ac1c44 12485 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12486 else
12487 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2d514e6f 12488 fi
81ecdfbb
RW
12489done
12490rm -f conf$$subs.sh
2d514e6f 12491
81ecdfbb 12492cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12493cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
b7026657 12494_ACEOF
81ecdfbb
RW
12495sed -n '
12496h
12497s/^/S["/; s/!.*/"]=/
12498p
12499g
12500s/^[^!]*!//
12501:repl
12502t repl
12503s/'"$ac_delim"'$//
12504t delim
12505:nl
12506h
d0ac1c44 12507s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12508t more1
12509s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12510p
12511n
12512b repl
12513:more1
12514s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12515p
12516g
12517s/.\{148\}//
12518t nl
12519:delim
12520h
d0ac1c44 12521s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12522t more2
12523s/["\\]/\\&/g; s/^/"/; s/$/"/
12524p
12525b
12526:more2
12527s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12528p
12529g
12530s/.\{148\}//
12531t delim
12532' <conf$$subs.awk | sed '
12533/^[^""]/{
12534 N
12535 s/\n//
12536}
12537' >>$CONFIG_STATUS || ac_write_fail=1
12538rm -f conf$$subs.awk
12539cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12540_ACAWK
d0ac1c44 12541cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12542 for (key in S) S_is_set[key] = 1
12543 FS = "\a"
2d514e6f 12544
81ecdfbb
RW
12545}
12546{
12547 line = $ 0
12548 nfields = split(line, field, "@")
12549 substed = 0
12550 len = length(field[1])
12551 for (i = 2; i < nfields; i++) {
12552 key = field[i]
12553 keylen = length(key)
12554 if (S_is_set[key]) {
12555 value = S[key]
12556 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12557 len += length(value) + length(field[++i])
12558 substed = 1
12559 } else
12560 len += 1 + keylen
12561 }
12562
12563 print line
12564}
b7026657 12565
81ecdfbb
RW
12566_ACAWK
12567_ACEOF
12568cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12569if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12570 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 12571else
81ecdfbb 12572 cat
d0ac1c44
SM
12573fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12574 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12575_ACEOF
b7026657 12576
d0ac1c44
SM
12577# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12578# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12579# trailing colons and then remove the whole line if VPATH becomes empty
12580# (actually we leave an empty line to preserve line numbers).
12581if test "x$srcdir" = x.; then
d0ac1c44
SM
12582 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12583h
12584s///
12585s/^/:/
12586s/[ ]*$/:/
12587s/:\$(srcdir):/:/g
12588s/:\${srcdir}:/:/g
12589s/:@srcdir@:/:/g
12590s/^:*//
81ecdfbb 12591s/:*$//
d0ac1c44
SM
12592x
12593s/\(=[ ]*\).*/\1/
12594G
12595s/\n//
81ecdfbb
RW
12596s/^[^=]*=[ ]*$//
12597}'
12598fi
b7026657 12599
81ecdfbb
RW
12600cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12601fi # test -n "$CONFIG_FILES"
2d514e6f 12602
81ecdfbb
RW
12603# Set up the scripts for CONFIG_HEADERS section.
12604# No need to generate them if there are no CONFIG_HEADERS.
12605# This happens for instance with `./config.status Makefile'.
12606if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12607cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12608BEGIN {
12609_ACEOF
2d514e6f 12610
81ecdfbb
RW
12611# Transform confdefs.h into an awk script `defines.awk', embedded as
12612# here-document in config.status, that substitutes the proper values into
12613# config.h.in to produce config.h.
2d514e6f 12614
81ecdfbb
RW
12615# Create a delimiter string that does not exist in confdefs.h, to ease
12616# handling of long lines.
12617ac_delim='%!_!# '
12618for ac_last_try in false false :; do
d0ac1c44
SM
12619 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12620 if test -z "$ac_tt"; then
81ecdfbb
RW
12621 break
12622 elif $ac_last_try; then
d0ac1c44 12623 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 12624 else
81ecdfbb 12625 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 12626 fi
b7026657 12627done
81ecdfbb
RW
12628
12629# For the awk script, D is an array of macro values keyed by name,
12630# likewise P contains macro parameters if any. Preserve backslash
12631# newline sequences.
12632
12633ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12634sed -n '
12635s/.\{148\}/&'"$ac_delim"'/g
12636t rset
12637:rset
12638s/^[ ]*#[ ]*define[ ][ ]*/ /
12639t def
12640d
12641:def
12642s/\\$//
12643t bsnl
12644s/["\\]/\\&/g
12645s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12646D["\1"]=" \3"/p
12647s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12648d
12649:bsnl
12650s/["\\]/\\&/g
12651s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12652D["\1"]=" \3\\\\\\n"\\/p
12653t cont
12654s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12655t cont
12656d
12657:cont
12658n
12659s/.\{148\}/&'"$ac_delim"'/g
12660t clear
12661:clear
12662s/\\$//
12663t bsnlc
12664s/["\\]/\\&/g; s/^/"/; s/$/"/p
12665d
12666:bsnlc
12667s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12668b cont
12669' <confdefs.h | sed '
12670s/'"$ac_delim"'/"\\\
12671"/g' >>$CONFIG_STATUS || ac_write_fail=1
12672
12673cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12674 for (key in D) D_is_set[key] = 1
12675 FS = "\a"
12676}
12677/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12678 line = \$ 0
12679 split(line, arg, " ")
12680 if (arg[1] == "#") {
12681 defundef = arg[2]
12682 mac1 = arg[3]
12683 } else {
12684 defundef = substr(arg[1], 2)
12685 mac1 = arg[2]
12686 }
12687 split(mac1, mac2, "(") #)
12688 macro = mac2[1]
12689 prefix = substr(line, 1, index(line, defundef) - 1)
12690 if (D_is_set[macro]) {
12691 # Preserve the white space surrounding the "#".
12692 print prefix "define", macro P[macro] D[macro]
12693 next
12694 } else {
12695 # Replace #undef with comments. This is necessary, for example,
12696 # in the case of _POSIX_SOURCE, which is predefined and required
12697 # on some systems where configure will not decide to define it.
12698 if (defundef == "undef") {
12699 print "/*", prefix defundef, macro, "*/"
12700 next
12701 }
12702 }
12703}
12704{ print }
12705_ACAWK
b7026657 12706_ACEOF
81ecdfbb 12707cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 12708 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 12709fi # test -n "$CONFIG_HEADERS"
b7026657 12710
2d514e6f 12711
99d8e879 12712eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
12713shift
12714for ac_tag
12715do
12716 case $ac_tag in
12717 :[FHLC]) ac_mode=$ac_tag; continue;;
12718 esac
12719 case $ac_mode$ac_tag in
12720 :[FHL]*:*);;
d0ac1c44 12721 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
12722 :[FH]-) ac_tag=-:-;;
12723 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2d514e6f 12724 esac
81ecdfbb
RW
12725 ac_save_IFS=$IFS
12726 IFS=:
12727 set x $ac_tag
12728 IFS=$ac_save_IFS
12729 shift
12730 ac_file=$1
12731 shift
2d514e6f 12732
81ecdfbb
RW
12733 case $ac_mode in
12734 :L) ac_source=$1;;
12735 :[FH])
12736 ac_file_inputs=
12737 for ac_f
12738 do
12739 case $ac_f in
d0ac1c44 12740 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
12741 *) # Look for the file first in the build tree, then in the source tree
12742 # (if the path is not absolute). The absolute path cannot be DOS-style,
12743 # because $ac_f cannot contain `:'.
12744 test -f "$ac_f" ||
12745 case $ac_f in
12746 [\\/$]*) false;;
12747 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12748 esac ||
d0ac1c44 12749 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 12750 esac
81ecdfbb
RW
12751 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12752 as_fn_append ac_file_inputs " '$ac_f'"
12753 done
b7026657 12754
81ecdfbb
RW
12755 # Let's still pretend it is `configure' which instantiates (i.e., don't
12756 # use $as_me), people would be surprised to read:
12757 # /* config.h. Generated by config.status. */
12758 configure_input='Generated from '`
12759 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12760 `' by configure.'
12761 if test x"$ac_file" != x-; then
12762 configure_input="$ac_file. $configure_input"
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12764$as_echo "$as_me: creating $ac_file" >&6;}
12765 fi
12766 # Neutralize special characters interpreted by sed in replacement strings.
12767 case $configure_input in #(
12768 *\&* | *\|* | *\\* )
12769 ac_sed_conf_input=`$as_echo "$configure_input" |
12770 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12771 *) ac_sed_conf_input=$configure_input;;
12772 esac
b7026657 12773
81ecdfbb 12774 case $ac_tag in
d0ac1c44
SM
12775 *:-:* | *:-) cat >"$ac_tmp/stdin" \
12776 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
12777 esac
12778 ;;
12779 esac
b7026657 12780
81ecdfbb 12781 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12782$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12783 X"$ac_file" : 'X\(//\)[^/]' \| \
12784 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12785 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12786$as_echo X"$ac_file" |
12787 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12788 s//\1/
12789 q
12790 }
12791 /^X\(\/\/\)[^/].*/{
12792 s//\1/
12793 q
12794 }
12795 /^X\(\/\/\)$/{
12796 s//\1/
12797 q
12798 }
12799 /^X\(\/\).*/{
12800 s//\1/
12801 q
12802 }
12803 s/.*/./; q'`
12804 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12805 ac_builddir=.
12806
81ecdfbb
RW
12807case "$ac_dir" in
12808.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12809*)
12810 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12811 # A ".." for each directory in $ac_dir_suffix.
12812 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12813 case $ac_top_builddir_sub in
12814 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12815 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12816 esac ;;
12817esac
12818ac_abs_top_builddir=$ac_pwd
12819ac_abs_builddir=$ac_pwd$ac_dir_suffix
12820# for backward compatibility:
12821ac_top_builddir=$ac_top_build_prefix
b7026657
AC
12822
12823case $srcdir in
81ecdfbb 12824 .) # We are building in place.
b7026657 12825 ac_srcdir=.
81ecdfbb
RW
12826 ac_top_srcdir=$ac_top_builddir_sub
12827 ac_abs_top_srcdir=$ac_pwd ;;
12828 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12829 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12830 ac_top_srcdir=$srcdir
12831 ac_abs_top_srcdir=$srcdir ;;
12832 *) # Relative name.
12833 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12834 ac_top_srcdir=$ac_top_build_prefix$srcdir
12835 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12836esac
81ecdfbb 12837ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12838
2d514e6f 12839
81ecdfbb
RW
12840 case $ac_mode in
12841 :F)
12842 #
12843 # CONFIG_FILE
12844 #
b7026657 12845
81ecdfbb
RW
12846 case $INSTALL in
12847 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12848 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
2d514e6f 12849 esac
81ecdfbb 12850_ACEOF
2d514e6f 12851
81ecdfbb
RW
12852cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12853# If the template does not know about datarootdir, expand it.
12854# FIXME: This hack should be removed a few years after 2.60.
12855ac_datarootdir_hack=; ac_datarootdir_seen=
12856ac_sed_dataroot='
12857/datarootdir/ {
12858 p
12859 q
12860}
12861/@datadir@/p
12862/@docdir@/p
12863/@infodir@/p
12864/@localedir@/p
12865/@mandir@/p'
12866case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12867*datarootdir*) ac_datarootdir_seen=yes;;
12868*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12870$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12871_ACEOF
12872cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12873 ac_datarootdir_hack='
12874 s&@datadir@&$datadir&g
12875 s&@docdir@&$docdir&g
12876 s&@infodir@&$infodir&g
12877 s&@localedir@&$localedir&g
12878 s&@mandir@&$mandir&g
12879 s&\\\${datarootdir}&$datarootdir&g' ;;
12880esac
b7026657 12881_ACEOF
b7026657 12882
81ecdfbb
RW
12883# Neutralize VPATH when `$srcdir' = `.'.
12884# Shell code in configure.ac might set extrasub.
12885# FIXME: do we really want to maintain this feature?
12886cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12887ac_sed_extra="$ac_vpsub
12888$extrasub
12889_ACEOF
12890cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12891:t
12892/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12893s|@configure_input@|$ac_sed_conf_input|;t t
12894s&@top_builddir@&$ac_top_builddir_sub&;t t
12895s&@top_build_prefix@&$ac_top_build_prefix&;t t
12896s&@srcdir@&$ac_srcdir&;t t
12897s&@abs_srcdir@&$ac_abs_srcdir&;t t
12898s&@top_srcdir@&$ac_top_srcdir&;t t
12899s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12900s&@builddir@&$ac_builddir&;t t
12901s&@abs_builddir@&$ac_abs_builddir&;t t
12902s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12903s&@INSTALL@&$ac_INSTALL&;t t
12904$ac_datarootdir_hack
12905"
d0ac1c44
SM
12906eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
12907 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12908
12909test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
12910 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
12911 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
12912 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 12913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12914which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 12915$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 12916which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 12917
d0ac1c44 12918 rm -f "$ac_tmp/stdin"
81ecdfbb 12919 case $ac_file in
d0ac1c44
SM
12920 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
12921 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 12922 esac \
d0ac1c44 12923 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
12924 ;;
12925 :H)
12926 #
12927 # CONFIG_HEADER
12928 #
12929 if test x"$ac_file" != x-; then
12930 {
12931 $as_echo "/* $configure_input */" \
d0ac1c44
SM
12932 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
12933 } >"$ac_tmp/config.h" \
12934 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12935 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12937$as_echo "$as_me: $ac_file is unchanged" >&6;}
12938 else
12939 rm -f "$ac_file"
d0ac1c44
SM
12940 mv "$ac_tmp/config.h" "$ac_file" \
12941 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 12942 fi
b7026657 12943 else
81ecdfbb 12944 $as_echo "/* $configure_input */" \
d0ac1c44
SM
12945 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
12946 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
12947 fi
12948 ;;
b7026657 12949
81ecdfbb
RW
12950 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12951$as_echo "$as_me: executing $ac_file commands" >&6;}
12952 ;;
12953 esac
b7026657
AC
12954
12955
81ecdfbb 12956 case $ac_file$ac_mode in
db2e4d67 12957 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12958 "libtool":C)
12959
12960 # See if we are running on zsh, and set the options which allow our
12961 # commands through without removal of \ escapes.
12962 if test -n "${ZSH_VERSION+set}" ; then
12963 setopt NO_GLOB_SUBST
12964 fi
12965
12966 cfgfile="${ofile}T"
12967 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12968 $RM "$cfgfile"
12969
12970 cat <<_LT_EOF >> "$cfgfile"
12971#! $SHELL
12972
12973# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12974# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12975# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12976# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12977#
12978# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12979# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12980# Written by Gordon Matzigkeit, 1996
12981#
12982# This file is part of GNU Libtool.
12983#
12984# GNU Libtool is free software; you can redistribute it and/or
12985# modify it under the terms of the GNU General Public License as
12986# published by the Free Software Foundation; either version 2 of
12987# the License, or (at your option) any later version.
12988#
12989# As a special exception to the GNU General Public License,
12990# if you distribute this file as part of a program or library that
12991# is built using GNU Libtool, you may include this file under the
12992# same distribution terms that you use for the rest of that program.
12993#
12994# GNU Libtool is distributed in the hope that it will be useful,
12995# but WITHOUT ANY WARRANTY; without even the implied warranty of
12996# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12997# GNU General Public License for more details.
12998#
12999# You should have received a copy of the GNU General Public License
13000# along with GNU Libtool; see the file COPYING. If not, a copy
13001# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13002# obtained by writing to the Free Software Foundation, Inc.,
13003# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13004
13005
13006# The names of the tagged configurations supported by this script.
13007available_tags=""
13008
13009# ### BEGIN LIBTOOL CONFIG
13010
13011# Which release of libtool.m4 was used?
13012macro_version=$macro_version
13013macro_revision=$macro_revision
13014
13015# Whether or not to build shared libraries.
13016build_libtool_libs=$enable_shared
13017
13018# Whether or not to build static libraries.
13019build_old_libs=$enable_static
13020
13021# What type of objects to build.
13022pic_mode=$pic_mode
13023
13024# Whether or not to optimize for fast installation.
13025fast_install=$enable_fast_install
13026
13027# Shell to use when invoking shell scripts.
13028SHELL=$lt_SHELL
13029
13030# An echo program that protects backslashes.
13031ECHO=$lt_ECHO
13032
13033# The host system.
13034host_alias=$host_alias
13035host=$host
13036host_os=$host_os
13037
13038# The build system.
13039build_alias=$build_alias
13040build=$build
13041build_os=$build_os
13042
13043# A sed program that does not truncate output.
13044SED=$lt_SED
13045
13046# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13047Xsed="\$SED -e 1s/^X//"
13048
13049# A grep program that handles long lines.
13050GREP=$lt_GREP
13051
13052# An ERE matcher.
13053EGREP=$lt_EGREP
13054
13055# A literal string matcher.
13056FGREP=$lt_FGREP
13057
13058# A BSD- or MS-compatible name lister.
13059NM=$lt_NM
13060
13061# Whether we need soft or hard links.
13062LN_S=$lt_LN_S
13063
13064# What is the maximum length of a command?
13065max_cmd_len=$max_cmd_len
13066
13067# Object file suffix (normally "o").
13068objext=$ac_objext
13069
13070# Executable file suffix (normally "").
13071exeext=$exeext
13072
13073# whether the shell understands "unset".
13074lt_unset=$lt_unset
13075
13076# turn spaces into newlines.
13077SP2NL=$lt_lt_SP2NL
13078
13079# turn newlines into spaces.
13080NL2SP=$lt_lt_NL2SP
13081
13082# An object symbol dumper.
13083OBJDUMP=$lt_OBJDUMP
13084
13085# Method to check whether dependent libraries are shared objects.
13086deplibs_check_method=$lt_deplibs_check_method
13087
13088# Command to use when deplibs_check_method == "file_magic".
13089file_magic_cmd=$lt_file_magic_cmd
13090
13091# The archiver.
13092AR=$lt_AR
13093AR_FLAGS=$lt_AR_FLAGS
13094
13095# A symbol stripping program.
13096STRIP=$lt_STRIP
13097
13098# Commands used to install an old-style archive.
13099RANLIB=$lt_RANLIB
13100old_postinstall_cmds=$lt_old_postinstall_cmds
13101old_postuninstall_cmds=$lt_old_postuninstall_cmds
13102
13103# Whether to use a lock for old archive extraction.
13104lock_old_archive_extraction=$lock_old_archive_extraction
13105
13106# A C compiler.
13107LTCC=$lt_CC
13108
13109# LTCC compiler flags.
13110LTCFLAGS=$lt_CFLAGS
13111
13112# Take the output of nm and produce a listing of raw symbols and C names.
13113global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13114
13115# Transform the output of nm in a proper C declaration.
13116global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13117
13118# Transform the output of nm in a C name address pair.
13119global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13120
13121# Transform the output of nm in a C name address pair when lib prefix is needed.
13122global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13123
13124# The name of the directory that contains temporary libtool files.
13125objdir=$objdir
13126
13127# Used to examine libraries when file_magic_cmd begins with "file".
13128MAGIC_CMD=$MAGIC_CMD
13129
13130# Must we lock files when doing compilation?
13131need_locks=$lt_need_locks
13132
13133# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13134DSYMUTIL=$lt_DSYMUTIL
13135
13136# Tool to change global to local symbols on Mac OS X.
13137NMEDIT=$lt_NMEDIT
13138
13139# Tool to manipulate fat objects and archives on Mac OS X.
13140LIPO=$lt_LIPO
13141
13142# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13143OTOOL=$lt_OTOOL
13144
13145# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13146OTOOL64=$lt_OTOOL64
13147
13148# Old archive suffix (normally "a").
13149libext=$libext
13150
13151# Shared library suffix (normally ".so").
13152shrext_cmds=$lt_shrext_cmds
13153
13154# The commands to extract the exported symbol list from a shared archive.
13155extract_expsyms_cmds=$lt_extract_expsyms_cmds
13156
13157# Variables whose values should be saved in libtool wrapper scripts and
13158# restored at link time.
13159variables_saved_for_relink=$lt_variables_saved_for_relink
13160
13161# Do we need the "lib" prefix for modules?
13162need_lib_prefix=$need_lib_prefix
13163
13164# Do we need a version for libraries?
13165need_version=$need_version
13166
13167# Library versioning type.
13168version_type=$version_type
13169
13170# Shared library runtime path variable.
13171runpath_var=$runpath_var
13172
13173# Shared library path variable.
13174shlibpath_var=$shlibpath_var
13175
13176# Is shlibpath searched before the hard-coded library search path?
13177shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13178
13179# Format of library name prefix.
13180libname_spec=$lt_libname_spec
13181
13182# List of archive names. First name is the real one, the rest are links.
13183# The last name is the one that the linker finds with -lNAME
13184library_names_spec=$lt_library_names_spec
13185
13186# The coded name of the library, if different from the real name.
13187soname_spec=$lt_soname_spec
13188
13189# Permission mode override for installation of shared libraries.
13190install_override_mode=$lt_install_override_mode
13191
13192# Command to use after installation of a shared archive.
13193postinstall_cmds=$lt_postinstall_cmds
13194
13195# Command to use after uninstallation of a shared archive.
13196postuninstall_cmds=$lt_postuninstall_cmds
13197
13198# Commands used to finish a libtool library installation in a directory.
13199finish_cmds=$lt_finish_cmds
13200
13201# As "finish_cmds", except a single script fragment to be evaled but
13202# not shown.
13203finish_eval=$lt_finish_eval
13204
13205# Whether we should hardcode library paths into libraries.
13206hardcode_into_libs=$hardcode_into_libs
13207
13208# Compile-time system search path for libraries.
13209sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13210
13211# Run-time system search path for libraries.
13212sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13213
13214# Whether dlopen is supported.
13215dlopen_support=$enable_dlopen
13216
13217# Whether dlopen of programs is supported.
13218dlopen_self=$enable_dlopen_self
13219
13220# Whether dlopen of statically linked programs is supported.
13221dlopen_self_static=$enable_dlopen_self_static
13222
13223# Commands to strip libraries.
13224old_striplib=$lt_old_striplib
13225striplib=$lt_striplib
13226
13227
13228# The linker used to build libraries.
13229LD=$lt_LD
13230
13231# How to create reloadable object files.
13232reload_flag=$lt_reload_flag
13233reload_cmds=$lt_reload_cmds
13234
13235# Commands used to build an old-style archive.
13236old_archive_cmds=$lt_old_archive_cmds
13237
13238# A language specific compiler.
13239CC=$lt_compiler
13240
13241# Is the compiler the GNU compiler?
13242with_gcc=$GCC
13243
13244# Compiler flag to turn off builtin functions.
13245no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13246
13247# How to pass a linker flag through the compiler.
13248wl=$lt_lt_prog_compiler_wl
13249
13250# Additional compiler flags for building library objects.
13251pic_flag=$lt_lt_prog_compiler_pic
13252
13253# Compiler flag to prevent dynamic linking.
13254link_static_flag=$lt_lt_prog_compiler_static
13255
13256# Does compiler simultaneously support -c and -o options?
13257compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13258
13259# Whether or not to add -lc for building shared libraries.
13260build_libtool_need_lc=$archive_cmds_need_lc
13261
13262# Whether or not to disallow shared libs when runtime libs are static.
13263allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13264
13265# Compiler flag to allow reflexive dlopens.
13266export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13267
13268# Compiler flag to generate shared objects directly from archives.
13269whole_archive_flag_spec=$lt_whole_archive_flag_spec
13270
13271# Whether the compiler copes with passing no objects directly.
13272compiler_needs_object=$lt_compiler_needs_object
13273
13274# Create an old-style archive from a shared archive.
13275old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13276
13277# Create a temporary old-style archive to link instead of a shared archive.
13278old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13279
13280# Commands used to build a shared archive.
13281archive_cmds=$lt_archive_cmds
13282archive_expsym_cmds=$lt_archive_expsym_cmds
13283
13284# Commands used to build a loadable module if different from building
13285# a shared archive.
13286module_cmds=$lt_module_cmds
13287module_expsym_cmds=$lt_module_expsym_cmds
13288
13289# Whether we are building with GNU ld or not.
13290with_gnu_ld=$lt_with_gnu_ld
13291
13292# Flag that allows shared libraries with undefined symbols to be built.
13293allow_undefined_flag=$lt_allow_undefined_flag
13294
13295# Flag that enforces no undefined symbols.
13296no_undefined_flag=$lt_no_undefined_flag
13297
13298# Flag to hardcode \$libdir into a binary during linking.
13299# This must work even if \$libdir does not exist
13300hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13301
13302# If ld is used when linking, flag to hardcode \$libdir into a binary
13303# during linking. This must work even if \$libdir does not exist.
13304hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13305
13306# Whether we need a single "-rpath" flag with a separated argument.
13307hardcode_libdir_separator=$lt_hardcode_libdir_separator
13308
13309# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13310# DIR into the resulting binary.
13311hardcode_direct=$hardcode_direct
13312
13313# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13314# DIR into the resulting binary and the resulting library dependency is
13315# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13316# library is relocated.
13317hardcode_direct_absolute=$hardcode_direct_absolute
13318
13319# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13320# into the resulting binary.
13321hardcode_minus_L=$hardcode_minus_L
13322
13323# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13324# into the resulting binary.
13325hardcode_shlibpath_var=$hardcode_shlibpath_var
13326
13327# Set to "yes" if building a shared library automatically hardcodes DIR
13328# into the library and all subsequent libraries and executables linked
13329# against it.
13330hardcode_automatic=$hardcode_automatic
13331
13332# Set to yes if linker adds runtime paths of dependent libraries
13333# to runtime path list.
13334inherit_rpath=$inherit_rpath
13335
13336# Whether libtool must link a program against all its dependency libraries.
13337link_all_deplibs=$link_all_deplibs
13338
13339# Fix the shell variable \$srcfile for the compiler.
13340fix_srcfile_path=$lt_fix_srcfile_path
13341
13342# Set to "yes" if exported symbols are required.
13343always_export_symbols=$always_export_symbols
13344
13345# The commands to list exported symbols.
13346export_symbols_cmds=$lt_export_symbols_cmds
13347
13348# Symbols that should not be listed in the preloaded symbols.
13349exclude_expsyms=$lt_exclude_expsyms
13350
13351# Symbols that must always be exported.
13352include_expsyms=$lt_include_expsyms
13353
13354# Commands necessary for linking programs (against libraries) with templates.
13355prelink_cmds=$lt_prelink_cmds
13356
13357# Specify filename containing input files.
13358file_list_spec=$lt_file_list_spec
13359
13360# How to hardcode a shared library path into an executable.
13361hardcode_action=$hardcode_action
13362
13363# ### END LIBTOOL CONFIG
13364
13365_LT_EOF
13366
13367 case $host_os in
13368 aix3*)
13369 cat <<\_LT_EOF >> "$cfgfile"
13370# AIX sometimes has problems with the GCC collect2 program. For some
13371# reason, if we set the COLLECT_NAMES environment variable, the problems
13372# vanish in a puff of smoke.
13373if test "X${COLLECT_NAMES+set}" != Xset; then
13374 COLLECT_NAMES=
13375 export COLLECT_NAMES
13376fi
13377_LT_EOF
13378 ;;
13379 esac
13380
13381
13382ltmain="$ac_aux_dir/ltmain.sh"
13383
13384
13385 # We use sed instead of cat because bash on DJGPP gets confused if
13386 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13387 # text mode, it properly converts lines to CR/LF. This bash problem
13388 # is reportedly fixed, but why not run on old versions too?
13389 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13390 || (rm -f "$cfgfile"; exit 1)
13391
13392 case $xsi_shell in
13393 yes)
13394 cat << \_LT_EOF >> "$cfgfile"
13395
13396# func_dirname file append nondir_replacement
13397# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13398# otherwise set result to NONDIR_REPLACEMENT.
13399func_dirname ()
13400{
13401 case ${1} in
13402 */*) func_dirname_result="${1%/*}${2}" ;;
13403 * ) func_dirname_result="${3}" ;;
13404 esac
13405}
13406
13407# func_basename file
13408func_basename ()
13409{
13410 func_basename_result="${1##*/}"
13411}
13412
13413# func_dirname_and_basename file append nondir_replacement
13414# perform func_basename and func_dirname in a single function
13415# call:
13416# dirname: Compute the dirname of FILE. If nonempty,
13417# add APPEND to the result, otherwise set result
13418# to NONDIR_REPLACEMENT.
13419# value returned in "$func_dirname_result"
13420# basename: Compute filename of FILE.
13421# value retuned in "$func_basename_result"
13422# Implementation must be kept synchronized with func_dirname
13423# and func_basename. For efficiency, we do not delegate to
13424# those functions but instead duplicate the functionality here.
13425func_dirname_and_basename ()
13426{
13427 case ${1} in
13428 */*) func_dirname_result="${1%/*}${2}" ;;
13429 * ) func_dirname_result="${3}" ;;
13430 esac
13431 func_basename_result="${1##*/}"
13432}
13433
13434# func_stripname prefix suffix name
13435# strip PREFIX and SUFFIX off of NAME.
13436# PREFIX and SUFFIX must not contain globbing or regex special
13437# characters, hashes, percent signs, but SUFFIX may contain a leading
13438# dot (in which case that matches only a dot).
13439func_stripname ()
13440{
13441 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13442 # positional parameters, so assign one to ordinary parameter first.
13443 func_stripname_result=${3}
13444 func_stripname_result=${func_stripname_result#"${1}"}
13445 func_stripname_result=${func_stripname_result%"${2}"}
13446}
13447
13448# func_opt_split
13449func_opt_split ()
13450{
13451 func_opt_split_opt=${1%%=*}
13452 func_opt_split_arg=${1#*=}
13453}
13454
13455# func_lo2o object
13456func_lo2o ()
13457{
13458 case ${1} in
13459 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13460 *) func_lo2o_result=${1} ;;
13461 esac
13462}
13463
13464# func_xform libobj-or-source
13465func_xform ()
13466{
13467 func_xform_result=${1%.*}.lo
13468}
13469
13470# func_arith arithmetic-term...
13471func_arith ()
13472{
13473 func_arith_result=$(( $* ))
13474}
13475
13476# func_len string
13477# STRING may not start with a hyphen.
13478func_len ()
13479{
13480 func_len_result=${#1}
13481}
13482
13483_LT_EOF
13484 ;;
13485 *) # Bourne compatible functions.
13486 cat << \_LT_EOF >> "$cfgfile"
13487
13488# func_dirname file append nondir_replacement
13489# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13490# otherwise set result to NONDIR_REPLACEMENT.
13491func_dirname ()
13492{
13493 # Extract subdirectory from the argument.
13494 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13495 if test "X$func_dirname_result" = "X${1}"; then
13496 func_dirname_result="${3}"
13497 else
13498 func_dirname_result="$func_dirname_result${2}"
13499 fi
13500}
13501
13502# func_basename file
13503func_basename ()
13504{
13505 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13506}
13507
13508
13509# func_stripname prefix suffix name
13510# strip PREFIX and SUFFIX off of NAME.
13511# PREFIX and SUFFIX must not contain globbing or regex special
13512# characters, hashes, percent signs, but SUFFIX may contain a leading
13513# dot (in which case that matches only a dot).
13514# func_strip_suffix prefix name
13515func_stripname ()
13516{
13517 case ${2} in
13518 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13519 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13520 esac
13521}
13522
13523# sed scripts:
13524my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13525my_sed_long_arg='1s/^-[^=]*=//'
13526
13527# func_opt_split
13528func_opt_split ()
13529{
13530 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13531 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13532}
13533
13534# func_lo2o object
13535func_lo2o ()
13536{
13537 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13538}
13539
13540# func_xform libobj-or-source
13541func_xform ()
13542{
13543 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13544}
13545
13546# func_arith arithmetic-term...
13547func_arith ()
13548{
13549 func_arith_result=`expr "$@"`
13550}
13551
13552# func_len string
13553# STRING may not start with a hyphen.
13554func_len ()
13555{
13556 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13557}
13558
13559_LT_EOF
13560esac
13561
13562case $lt_shell_append in
13563 yes)
13564 cat << \_LT_EOF >> "$cfgfile"
13565
13566# func_append var value
13567# Append VALUE to the end of shell variable VAR.
13568func_append ()
13569{
13570 eval "$1+=\$2"
13571}
13572_LT_EOF
13573 ;;
13574 *)
13575 cat << \_LT_EOF >> "$cfgfile"
13576
13577# func_append var value
13578# Append VALUE to the end of shell variable VAR.
13579func_append ()
13580{
13581 eval "$1=\$$1\$2"
13582}
13583
13584_LT_EOF
13585 ;;
13586 esac
13587
13588
13589 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13590 || (rm -f "$cfgfile"; exit 1)
13591
13592 mv -f "$cfgfile" "$ofile" ||
13593 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13594 chmod +x "$ofile"
13595
13596 ;;
81ecdfbb 13597 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
13598 rm -f Makesim1.tmp Makesim2.tmp Makefile
13599 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13600 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13601 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
2d514e6f
SS
13602 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13603 <Makefile.sim >Makefile
38f48d72 13604 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 13605 ;;
81ecdfbb
RW
13606 "stamp-h":C) echo > stamp-h ;;
13607
b7026657 13608 esac
81ecdfbb 13609done # for ac_tag
2d514e6f 13610
b7026657 13611
81ecdfbb 13612as_fn_exit 0
b7026657 13613_ACEOF
b7026657
AC
13614ac_clean_files=$ac_clean_files_save
13615
81ecdfbb 13616test $ac_write_fail = 0 ||
d0ac1c44 13617 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13618
b7026657
AC
13619
13620# configure is writing to config.log, and then calls config.status.
13621# config.status does its own redirection, appending to config.log.
13622# Unfortunately, on DOS this fails, as config.log is still kept open
13623# by configure, so config.status won't be able to write to it; its
13624# output is simply discarded. So we exec the FD to /dev/null,
13625# effectively closing config.log, so it can be properly (re)opened and
13626# appended to by config.status. When coming back to configure, we
13627# need to make the FD available again.
13628if test "$no_create" != yes; then
13629 ac_cs_success=:
13630 ac_config_status_args=
13631 test "$silent" = yes &&
13632 ac_config_status_args="$ac_config_status_args --quiet"
13633 exec 5>/dev/null
13634 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13635 exec 5>>config.log
13636 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13637 # would make configure fail if this is the last instruction.
d0ac1c44 13638 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13639fi
13640if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13642$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13643fi
2d514e6f
SS
13644
13645