]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cr16/configure
sim: unify assert build settings
[thirdparty/binutils-gdb.git] / sim / cr16 / configure
CommitLineData
fee8ec00
SR
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
fee8ec00 8#
fee8ec00
SR
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
fee8ec00 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fee8ec00
SR
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
fee8ec00 31fi
fee8ec00 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
fee8ec00
SR
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
fee8ec00
SR
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
fee8ec00 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
fee8ec00 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
fee8ec00 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
fee8ec00 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fee8ec00
SR
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fee8ec00
SR
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
fee8ec00 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
fee8ec00
SR
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
fee8ec00 464
fee8ec00
SR
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
fee8ec00 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
fee8ec00 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
fee8ec00 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fee8ec00 490 t loop
81ecdfbb 491 s/-\n.*//
fee8ec00 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
fee8ec00 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
fee8ec00
SR
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
fee8ec00
SR
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
fee8ec00
SR
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
fee8ec00 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
fee8ec00 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
fee8ec00 541 fi
fee8ec00 542else
d0ac1c44 543 as_ln_s='cp -pR'
fee8ec00 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
fee8ec00
SR
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
fee8ec00
SR
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
fee8ec00 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
fee8ec00
SR
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
fee8ec00
SR
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
fee8ec00
SR
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
fee8ec00 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
fee8ec00
SR
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
fee8ec00
SR
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
fee8ec00
SR
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
fee8ec00
SR
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
fee8ec00
SR
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
fee8ec00
SR
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
fee8ec00
SR
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fee8ec00
SR
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
fee8ec00
SR
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
fee8ec00 623# include <inttypes.h>
fee8ec00 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
fee8ec00
SR
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b 634sim_reserved_bits
760b3e8b
MF
635sim_default_model
636sim_scache
637sim_float
638sim_bitsize
81ecdfbb
RW
639cgen_breaks
640REPORT_BUGS_TEXI
641REPORT_BUGS_TO
642PKGVERSION
81ecdfbb 643MAINT
31e6ad7d
MF
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
6bb11ab3
L
646lt_cv_dlopen_libs
647OTOOL64
648OTOOL
649LIPO
650NMEDIT
651DSYMUTIL
652AWK
653STRIP
654OBJDUMP
655LN_S
656NM
657ac_ct_DUMPBIN
658DUMPBIN
659LD
660FGREP
661SED
662LIBTOOL
663PLUGINS_FALSE
664PLUGINS_TRUE
aadc9410
MF
665zlibinc
666zlibdir
81ecdfbb
RW
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
db2e4d67
MF
679CCDEPMODE
680DEPDIR
681am__leading_dot
5f3ef9d0 682PACKAGE
46f900c0 683C_DIALECT
81ecdfbb
RW
684RANLIB
685AR
c2783492 686LDFLAGS_FOR_BUILD
c25ea03d 687CFLAGS_FOR_BUILD
aa0fca16 688RANLIB_FOR_BUILD
81ecdfbb 689CC_FOR_BUILD
aa0fca16 690AR_FOR_BUILD
81ecdfbb
RW
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
2232061b
MF
694EGREP
695GREP
c2783492
MF
696CPP
697OBJEXT
698EXEEXT
699ac_ct_CC
700CPPFLAGS
701LDFLAGS
702CFLAGS
703CC
81ecdfbb
RW
704target_os
705target_vendor
706target_cpu
707target
708host_os
709host_vendor
710host_cpu
711host
712build_os
713build_vendor
714build_cpu
715build
81ecdfbb
RW
716target_alias
717host_alias
718build_alias
719LIBS
720ECHO_T
721ECHO_N
722ECHO_C
723DEFS
724mandir
725localedir
726libdir
727psdir
728pdfdir
729dvidir
730htmldir
731infodir
732docdir
733oldincludedir
734includedir
735localstatedir
736sharedstatedir
737sysconfdir
738datadir
739datarootdir
740libexecdir
741sbindir
742bindir
743program_transform_name
744prefix
745exec_prefix
746PACKAGE_URL
747PACKAGE_BUGREPORT
748PACKAGE_STRING
749PACKAGE_VERSION
750PACKAGE_TARNAME
751PACKAGE_NAME
752PATH_SEPARATOR
136da8cd
MF
753SHELL
754WERROR_CFLAGS
755WARN_CFLAGS
136da8cd 756sim_inline
66d055c7
MF
757sim_hw
758sim_hw_objs
759sim_hw_cflags
136da8cd 760sim_endian
136da8cd 761sim_alignment'
fee8ec00 762ac_subst_files=''
81ecdfbb
RW
763ac_user_opts='
764enable_option_checking
aadc9410 765with_system_zlib
6bb11ab3
L
766enable_plugins
767enable_shared
768enable_static
769with_pic
770enable_fast_install
771with_gnu_ld
772enable_libtool_lock
81ecdfbb 773enable_maintainer_mode
81ecdfbb
RW
774enable_sim_debug
775enable_sim_stdio
776enable_sim_trace
777enable_sim_profile
16f7876d 778enable_sim_environment
347fe5bb 779enable_sim_inline
81ecdfbb
RW
780with_pkgversion
781with_bugurl
ca968da4
MF
782enable_sim_endian
783enable_sim_alignment
2232061b 784enable_werror
81ecdfbb
RW
785enable_build_warnings
786enable_sim_build_warnings
66d055c7 787enable_sim_hardware
81ecdfbb
RW
788'
789 ac_precious_vars='build_alias
790host_alias
791target_alias
792CC
793CFLAGS
794LDFLAGS
795LIBS
796CPPFLAGS
797CPP'
798
fee8ec00
SR
799
800# Initialize some variables set by options.
801ac_init_help=
802ac_init_version=false
81ecdfbb
RW
803ac_unrecognized_opts=
804ac_unrecognized_sep=
fee8ec00
SR
805# The variables have the same names as the options, with
806# dashes changed to underlines.
807cache_file=/dev/null
808exec_prefix=NONE
809no_create=
810no_recursion=
811prefix=NONE
812program_prefix=NONE
813program_suffix=NONE
814program_transform_name=s,x,x,
815silent=
816site=
817srcdir=
818verbose=
819x_includes=NONE
820x_libraries=NONE
821
822# Installation directory options.
823# These are left unexpanded so users can "make install exec_prefix=/foo"
824# and all the variables that are supposed to be based on exec_prefix
825# by default will actually change.
826# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 827# (The list follows the same order as the GNU Coding Standards.)
fee8ec00
SR
828bindir='${exec_prefix}/bin'
829sbindir='${exec_prefix}/sbin'
830libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
831datarootdir='${prefix}/share'
832datadir='${datarootdir}'
fee8ec00
SR
833sysconfdir='${prefix}/etc'
834sharedstatedir='${prefix}/com'
835localstatedir='${prefix}/var'
fee8ec00
SR
836includedir='${prefix}/include'
837oldincludedir='/usr/include'
81ecdfbb
RW
838docdir='${datarootdir}/doc/${PACKAGE}'
839infodir='${datarootdir}/info'
840htmldir='${docdir}'
841dvidir='${docdir}'
842pdfdir='${docdir}'
843psdir='${docdir}'
844libdir='${exec_prefix}/lib'
845localedir='${datarootdir}/locale'
846mandir='${datarootdir}/man'
fee8ec00
SR
847
848ac_prev=
81ecdfbb 849ac_dashdash=
fee8ec00
SR
850for ac_option
851do
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
81ecdfbb 854 eval $ac_prev=\$ac_option
fee8ec00
SR
855 ac_prev=
856 continue
857 fi
858
81ecdfbb 859 case $ac_option in
d0ac1c44
SM
860 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 *=) ac_optarg= ;;
862 *) ac_optarg=yes ;;
81ecdfbb 863 esac
fee8ec00
SR
864
865 # Accept the important Cygnus configure options, so we can diagnose typos.
866
81ecdfbb
RW
867 case $ac_dashdash$ac_option in
868 --)
869 ac_dashdash=yes ;;
fee8ec00
SR
870
871 -bindir | --bindir | --bindi | --bind | --bin | --bi)
872 ac_prev=bindir ;;
873 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
874 bindir=$ac_optarg ;;
875
876 -build | --build | --buil | --bui | --bu)
877 ac_prev=build_alias ;;
878 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
879 build_alias=$ac_optarg ;;
880
881 -cache-file | --cache-file | --cache-fil | --cache-fi \
882 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
883 ac_prev=cache_file ;;
884 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
885 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
886 cache_file=$ac_optarg ;;
887
888 --config-cache | -C)
889 cache_file=config.cache ;;
890
81ecdfbb 891 -datadir | --datadir | --datadi | --datad)
fee8ec00 892 ac_prev=datadir ;;
81ecdfbb 893 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fee8ec00
SR
894 datadir=$ac_optarg ;;
895
81ecdfbb
RW
896 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
897 | --dataroo | --dataro | --datar)
898 ac_prev=datarootdir ;;
899 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
900 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
901 datarootdir=$ac_optarg ;;
902
fee8ec00 903 -disable-* | --disable-*)
81ecdfbb 904 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fee8ec00 905 # Reject names that are not valid shell variable names.
81ecdfbb 906 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 907 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
908 ac_useropt_orig=$ac_useropt
909 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
910 case $ac_user_opts in
911 *"
912"enable_$ac_useropt"
913"*) ;;
914 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
915 ac_unrecognized_sep=', ';;
916 esac
917 eval enable_$ac_useropt=no ;;
918
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
923
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
fee8ec00
SR
928
929 -enable-* | --enable-*)
81ecdfbb 930 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fee8ec00 931 # Reject names that are not valid shell variable names.
81ecdfbb 932 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 933 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
934 ac_useropt_orig=$ac_useropt
935 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936 case $ac_user_opts in
937 *"
938"enable_$ac_useropt"
939"*) ;;
940 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
941 ac_unrecognized_sep=', ';;
fee8ec00 942 esac
81ecdfbb 943 eval enable_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
944
945 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
946 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
947 | --exec | --exe | --ex)
948 ac_prev=exec_prefix ;;
949 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
950 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
951 | --exec=* | --exe=* | --ex=*)
952 exec_prefix=$ac_optarg ;;
953
954 -gas | --gas | --ga | --g)
955 # Obsolete; use --with-gas.
956 with_gas=yes ;;
957
958 -help | --help | --hel | --he | -h)
959 ac_init_help=long ;;
960 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
961 ac_init_help=recursive ;;
962 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
963 ac_init_help=short ;;
964
965 -host | --host | --hos | --ho)
966 ac_prev=host_alias ;;
967 -host=* | --host=* | --hos=* | --ho=*)
968 host_alias=$ac_optarg ;;
969
81ecdfbb
RW
970 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
971 ac_prev=htmldir ;;
972 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
973 | --ht=*)
974 htmldir=$ac_optarg ;;
975
fee8ec00
SR
976 -includedir | --includedir | --includedi | --included | --include \
977 | --includ | --inclu | --incl | --inc)
978 ac_prev=includedir ;;
979 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
980 | --includ=* | --inclu=* | --incl=* | --inc=*)
981 includedir=$ac_optarg ;;
982
983 -infodir | --infodir | --infodi | --infod | --info | --inf)
984 ac_prev=infodir ;;
985 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
986 infodir=$ac_optarg ;;
987
988 -libdir | --libdir | --libdi | --libd)
989 ac_prev=libdir ;;
990 -libdir=* | --libdir=* | --libdi=* | --libd=*)
991 libdir=$ac_optarg ;;
992
993 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
994 | --libexe | --libex | --libe)
995 ac_prev=libexecdir ;;
996 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
997 | --libexe=* | --libex=* | --libe=*)
998 libexecdir=$ac_optarg ;;
999
81ecdfbb
RW
1000 -localedir | --localedir | --localedi | --localed | --locale)
1001 ac_prev=localedir ;;
1002 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1003 localedir=$ac_optarg ;;
1004
fee8ec00 1005 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1006 | --localstate | --localstat | --localsta | --localst | --locals)
fee8ec00
SR
1007 ac_prev=localstatedir ;;
1008 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1009 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fee8ec00
SR
1010 localstatedir=$ac_optarg ;;
1011
1012 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1013 ac_prev=mandir ;;
1014 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1015 mandir=$ac_optarg ;;
1016
1017 -nfp | --nfp | --nf)
1018 # Obsolete; use --without-fp.
1019 with_fp=no ;;
1020
1021 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1022 | --no-cr | --no-c | -n)
1023 no_create=yes ;;
1024
1025 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1026 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1027 no_recursion=yes ;;
1028
1029 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1030 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1031 | --oldin | --oldi | --old | --ol | --o)
1032 ac_prev=oldincludedir ;;
1033 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1034 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1035 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1036 oldincludedir=$ac_optarg ;;
1037
1038 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1039 ac_prev=prefix ;;
1040 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1041 prefix=$ac_optarg ;;
1042
1043 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1044 | --program-pre | --program-pr | --program-p)
1045 ac_prev=program_prefix ;;
1046 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1047 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1048 program_prefix=$ac_optarg ;;
1049
1050 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1051 | --program-suf | --program-su | --program-s)
1052 ac_prev=program_suffix ;;
1053 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1054 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1055 program_suffix=$ac_optarg ;;
1056
1057 -program-transform-name | --program-transform-name \
1058 | --program-transform-nam | --program-transform-na \
1059 | --program-transform-n | --program-transform- \
1060 | --program-transform | --program-transfor \
1061 | --program-transfo | --program-transf \
1062 | --program-trans | --program-tran \
1063 | --progr-tra | --program-tr | --program-t)
1064 ac_prev=program_transform_name ;;
1065 -program-transform-name=* | --program-transform-name=* \
1066 | --program-transform-nam=* | --program-transform-na=* \
1067 | --program-transform-n=* | --program-transform-=* \
1068 | --program-transform=* | --program-transfor=* \
1069 | --program-transfo=* | --program-transf=* \
1070 | --program-trans=* | --program-tran=* \
1071 | --progr-tra=* | --program-tr=* | --program-t=*)
1072 program_transform_name=$ac_optarg ;;
1073
81ecdfbb
RW
1074 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1075 ac_prev=pdfdir ;;
1076 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1077 pdfdir=$ac_optarg ;;
1078
1079 -psdir | --psdir | --psdi | --psd | --ps)
1080 ac_prev=psdir ;;
1081 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1082 psdir=$ac_optarg ;;
1083
fee8ec00
SR
1084 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1085 | -silent | --silent | --silen | --sile | --sil)
1086 silent=yes ;;
1087
1088 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1089 ac_prev=sbindir ;;
1090 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1091 | --sbi=* | --sb=*)
1092 sbindir=$ac_optarg ;;
1093
1094 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1095 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1096 | --sharedst | --shareds | --shared | --share | --shar \
1097 | --sha | --sh)
1098 ac_prev=sharedstatedir ;;
1099 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1100 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1101 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1102 | --sha=* | --sh=*)
1103 sharedstatedir=$ac_optarg ;;
1104
1105 -site | --site | --sit)
1106 ac_prev=site ;;
1107 -site=* | --site=* | --sit=*)
1108 site=$ac_optarg ;;
1109
1110 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1111 ac_prev=srcdir ;;
1112 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1113 srcdir=$ac_optarg ;;
1114
1115 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1116 | --syscon | --sysco | --sysc | --sys | --sy)
1117 ac_prev=sysconfdir ;;
1118 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1119 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1120 sysconfdir=$ac_optarg ;;
1121
1122 -target | --target | --targe | --targ | --tar | --ta | --t)
1123 ac_prev=target_alias ;;
1124 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1125 target_alias=$ac_optarg ;;
1126
1127 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 verbose=yes ;;
1129
1130 -version | --version | --versio | --versi | --vers | -V)
1131 ac_init_version=: ;;
1132
1133 -with-* | --with-*)
81ecdfbb 1134 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fee8ec00 1135 # Reject names that are not valid shell variable names.
81ecdfbb 1136 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1137 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1138 ac_useropt_orig=$ac_useropt
1139 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1140 case $ac_user_opts in
1141 *"
1142"with_$ac_useropt"
1143"*) ;;
1144 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1145 ac_unrecognized_sep=', ';;
fee8ec00 1146 esac
81ecdfbb 1147 eval with_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
1148
1149 -without-* | --without-*)
81ecdfbb 1150 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fee8ec00 1151 # Reject names that are not valid shell variable names.
81ecdfbb 1152 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1153 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1154 ac_useropt_orig=$ac_useropt
1155 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1156 case $ac_user_opts in
1157 *"
1158"with_$ac_useropt"
1159"*) ;;
1160 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1161 ac_unrecognized_sep=', ';;
1162 esac
1163 eval with_$ac_useropt=no ;;
fee8ec00
SR
1164
1165 --x)
1166 # Obsolete; use --with-x.
1167 with_x=yes ;;
1168
1169 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1170 | --x-incl | --x-inc | --x-in | --x-i)
1171 ac_prev=x_includes ;;
1172 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1173 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1174 x_includes=$ac_optarg ;;
1175
1176 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1177 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1178 ac_prev=x_libraries ;;
1179 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1180 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1181 x_libraries=$ac_optarg ;;
1182
d0ac1c44
SM
1183 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1184Try \`$0 --help' for more information"
fee8ec00
SR
1185 ;;
1186
1187 *=*)
1188 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1189 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1190 case $ac_envvar in #(
1191 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1192 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1193 esac
1194 eval $ac_envvar=\$ac_optarg
fee8ec00
SR
1195 export $ac_envvar ;;
1196
1197 *)
1198 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1199 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fee8ec00 1200 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1201 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1202 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
fee8ec00
SR
1203 ;;
1204
1205 esac
1206done
1207
1208if test -n "$ac_prev"; then
1209 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1210 as_fn_error $? "missing argument to $ac_option"
fee8ec00
SR
1211fi
1212
81ecdfbb
RW
1213if test -n "$ac_unrecognized_opts"; then
1214 case $enable_option_checking in
1215 no) ;;
d0ac1c44 1216 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1217 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
fee8ec00 1218 esac
81ecdfbb 1219fi
fee8ec00 1220
81ecdfbb
RW
1221# Check all directory arguments for consistency.
1222for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1223 datadir sysconfdir sharedstatedir localstatedir includedir \
1224 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1225 libdir localedir mandir
fee8ec00 1226do
81ecdfbb
RW
1227 eval ac_val=\$$ac_var
1228 # Remove trailing slashes.
1229 case $ac_val in
1230 */ )
1231 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1232 eval $ac_var=\$ac_val;;
1233 esac
1234 # Be sure to have absolute directory names.
fee8ec00 1235 case $ac_val in
81ecdfbb
RW
1236 [\\/$]* | ?:[\\/]* ) continue;;
1237 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fee8ec00 1238 esac
d0ac1c44 1239 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
fee8ec00
SR
1240done
1241
1242# There might be people who depend on the old broken behavior: `$host'
1243# used to hold the argument of --host etc.
1244# FIXME: To remove some day.
1245build=$build_alias
1246host=$host_alias
1247target=$target_alias
1248
1249# FIXME: To remove some day.
1250if test "x$host_alias" != x; then
1251 if test "x$build_alias" = x; then
1252 cross_compiling=maybe
fee8ec00
SR
1253 elif test "x$build_alias" != "x$host_alias"; then
1254 cross_compiling=yes
1255 fi
1256fi
1257
1258ac_tool_prefix=
1259test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261test "$silent" = yes && exec 6>/dev/null
1262
1263
81ecdfbb
RW
1264ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265ac_ls_di=`ls -di .` &&
1266ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1267 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1268test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1269 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1270
1271
fee8ec00
SR
1272# Find the source files, if location was not specified.
1273if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
81ecdfbb
RW
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281$as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)[^/].*/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\/\)$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\).*/{
1295 s//\1/
1296 q
1297 }
1298 s/.*/./; q'`
fee8ec00 1299 srcdir=$ac_confdir
81ecdfbb 1300 if test ! -r "$srcdir/$ac_unique_file"; then
fee8ec00
SR
1301 srcdir=..
1302 fi
1303else
1304 ac_srcdir_defaulted=no
1305fi
81ecdfbb
RW
1306if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1308 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1309fi
1310ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311ac_abs_confdir=`(
d0ac1c44 1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1313 pwd)`
1314# When building in place, set srcdir=.
1315if test "$ac_abs_confdir" = "$ac_pwd"; then
1316 srcdir=.
1317fi
1318# Remove unnecessary trailing slashes from srcdir.
1319# Double slashes in file names in object file debugging info
1320# mess up M-x gdb in Emacs.
1321case $srcdir in
1322*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323esac
1324for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329done
fee8ec00
SR
1330
1331#
1332# Report the --help message.
1333#
1334if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
1338\`configure' configures this package to adapt to many kinds of systems.
1339
1340Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343VAR=VALUE. See below for descriptions of some of the useful variables.
1344
1345Defaults for the options are specified in brackets.
1346
1347Configuration:
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
d0ac1c44 1352 -q, --quiet, --silent do not print \`checking ...' messages
fee8ec00
SR
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1357
fee8ec00
SR
1358Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1360 [$ac_default_prefix]
fee8ec00 1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1362 [PREFIX]
fee8ec00
SR
1363
1364By default, \`make install' will install all the files in
1365\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367for instance \`--prefix=\$HOME'.
1368
1369For better control, use the options below.
1370
1371Fine tuning of the installation directories:
81ecdfbb
RW
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
1386 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
fee8ec00
SR
1391_ACEOF
1392
1393 cat <<\_ACEOF
1394
1395Program names:
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1399
1400System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403 --target=TARGET configure for building compilers for TARGET [HOST]
1404_ACEOF
1405fi
1406
1407if test -n "$ac_init_help"; then
1408
1409 cat <<\_ACEOF
1410
1411Optional Features:
81ecdfbb 1412 --disable-option-checking ignore unrecognized --enable/--with options
fee8ec00
SR
1413 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1414 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1415 --enable-plugins Enable support for plugins
6bb11ab3
L
1416 --enable-shared[=PKGS] build shared libraries [default=yes]
1417 --enable-static[=PKGS] build static libraries [default=yes]
1418 --enable-fast-install[=PKGS]
1419 optimize for fast installation [default=yes]
1420 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1421 --enable-maintainer-mode
1422 enable make rules and dependencies not useful (and
1423 sometimes confusing) to the casual installer
8d0978fb
MF
1424 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1425 itself)
1426 --enable-sim-stdio Specify whether to use stdio for console
1427 input/output
1428 --enable-sim-trace=opts Enable tracing of simulated programs
1429 --enable-sim-profile=opts
1430 Enable profiling flags
16f7876d
MF
1431 --enable-sim-environment=environment
1432 Specify mixed, user, virtual or operating
1433 environment
347fe5bb
MF
1434 --enable-sim-inline=inlines
1435 Specify which functions should be inlined
8d0978fb
MF
1436 --enable-sim-endian=endian
1437 Specify target byte endian orientation
1438 --enable-sim-alignment=align
1439 Specify strict, nonstrict or forced alignment of
1440 memory accesses
2232061b
MF
1441 --enable-werror treat compile warnings as errors
1442 --enable-build-warnings enable build-time compiler warnings if gcc is used
1443 --enable-sim-build-warnings
1444 enable SIM specific build-time compiler warnings if
1445 gcc is used
66d055c7
MF
1446 --enable-sim-hardware=LIST
1447 Specify the hardware to be included in the build.
fee8ec00 1448
6efef468
JM
1449Optional Packages:
1450 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1451 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1452 --with-system-zlib use installed libz
6bb11ab3
L
1453 --with-pic try to use only PIC/non-PIC objects [default=use
1454 both]
1455 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1456 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1457 --with-bugurl=URL Direct users to URL to report a bug
1458
fee8ec00
SR
1459Some influential environment variables:
1460 CC C compiler command
1461 CFLAGS C compiler flags
1462 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1463 nonstandard directory <lib dir>
81ecdfbb 1464 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1465 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1466 you have headers in a nonstandard directory <include dir>
fee8ec00
SR
1467 CPP C preprocessor
1468
1469Use these variables to override the choices made by `configure' or to help
1470it to find libraries and programs with nonstandard names/locations.
1471
81ecdfbb 1472Report bugs to the package provider.
fee8ec00 1473_ACEOF
81ecdfbb 1474ac_status=$?
fee8ec00
SR
1475fi
1476
1477if test "$ac_init_help" = "recursive"; then
1478 # If there are subdirs, report their specific --help.
fee8ec00 1479 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1480 test -d "$ac_dir" ||
1481 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1482 continue
fee8ec00
SR
1483 ac_builddir=.
1484
81ecdfbb
RW
1485case "$ac_dir" in
1486.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1487*)
1488 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1489 # A ".." for each directory in $ac_dir_suffix.
1490 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1491 case $ac_top_builddir_sub in
1492 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1493 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1494 esac ;;
1495esac
1496ac_abs_top_builddir=$ac_pwd
1497ac_abs_builddir=$ac_pwd$ac_dir_suffix
1498# for backward compatibility:
1499ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
1500
1501case $srcdir in
81ecdfbb 1502 .) # We are building in place.
fee8ec00 1503 ac_srcdir=.
81ecdfbb
RW
1504 ac_top_srcdir=$ac_top_builddir_sub
1505 ac_abs_top_srcdir=$ac_pwd ;;
1506 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 1507 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1508 ac_top_srcdir=$srcdir
1509 ac_abs_top_srcdir=$srcdir ;;
1510 *) # Relative name.
1511 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1512 ac_top_srcdir=$ac_top_build_prefix$srcdir
1513 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 1514esac
81ecdfbb
RW
1515ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1516
1517 cd "$ac_dir" || { ac_status=$?; continue; }
1518 # Check for guested configure.
1519 if test -f "$ac_srcdir/configure.gnu"; then
1520 echo &&
1521 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1522 elif test -f "$ac_srcdir/configure"; then
1523 echo &&
1524 $SHELL "$ac_srcdir/configure" --help=recursive
fee8ec00 1525 else
81ecdfbb
RW
1526 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1527 fi || ac_status=$?
1528 cd "$ac_pwd" || { ac_status=$?; break; }
fee8ec00
SR
1529 done
1530fi
1531
81ecdfbb 1532test -n "$ac_init_help" && exit $ac_status
fee8ec00
SR
1533if $ac_init_version; then
1534 cat <<\_ACEOF
81ecdfbb 1535configure
d0ac1c44 1536generated by GNU Autoconf 2.69
fee8ec00 1537
d0ac1c44 1538Copyright (C) 2012 Free Software Foundation, Inc.
fee8ec00
SR
1539This configure script is free software; the Free Software Foundation
1540gives unlimited permission to copy, distribute and modify it.
1541_ACEOF
81ecdfbb 1542 exit
fee8ec00 1543fi
fee8ec00 1544
81ecdfbb
RW
1545## ------------------------ ##
1546## Autoconf initialization. ##
1547## ------------------------ ##
fee8ec00 1548
81ecdfbb
RW
1549# ac_fn_c_try_compile LINENO
1550# --------------------------
1551# Try to compile conftest.$ac_ext, and return whether this succeeded.
1552ac_fn_c_try_compile ()
fee8ec00 1553{
81ecdfbb
RW
1554 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1555 rm -f conftest.$ac_objext
1556 if { { ac_try="$ac_compile"
1557case "(($ac_try" in
1558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1559 *) ac_try_echo=$ac_try;;
1560esac
1561eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1562$as_echo "$ac_try_echo"; } >&5
1563 (eval "$ac_compile") 2>conftest.err
1564 ac_status=$?
1565 if test -s conftest.err; then
1566 grep -v '^ *+' conftest.err >conftest.er1
1567 cat conftest.er1 >&5
1568 mv -f conftest.er1 conftest.err
1569 fi
1570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1571 test $ac_status = 0; } && {
1572 test -z "$ac_c_werror_flag" ||
1573 test ! -s conftest.err
1574 } && test -s conftest.$ac_objext; then :
1575 ac_retval=0
1576else
1577 $as_echo "$as_me: failed program was:" >&5
1578sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1579
81ecdfbb
RW
1580 ac_retval=1
1581fi
d0ac1c44
SM
1582 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1583 as_fn_set_status $ac_retval
fee8ec00 1584
81ecdfbb 1585} # ac_fn_c_try_compile
fee8ec00 1586
81ecdfbb
RW
1587# ac_fn_c_try_cpp LINENO
1588# ----------------------
1589# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1590ac_fn_c_try_cpp ()
1591{
1592 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1593 if { { ac_try="$ac_cpp conftest.$ac_ext"
1594case "(($ac_try" in
1595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1596 *) ac_try_echo=$ac_try;;
1597esac
1598eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1599$as_echo "$ac_try_echo"; } >&5
1600 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1601 ac_status=$?
1602 if test -s conftest.err; then
1603 grep -v '^ *+' conftest.err >conftest.er1
1604 cat conftest.er1 >&5
1605 mv -f conftest.er1 conftest.err
1606 fi
1607 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1608 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1609 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1610 test ! -s conftest.err
1611 }; then :
1612 ac_retval=0
1613else
1614 $as_echo "$as_me: failed program was:" >&5
1615sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1616
81ecdfbb
RW
1617 ac_retval=1
1618fi
d0ac1c44
SM
1619 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1620 as_fn_set_status $ac_retval
fee8ec00 1621
81ecdfbb 1622} # ac_fn_c_try_cpp
fee8ec00 1623
81ecdfbb
RW
1624# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1625# -------------------------------------------------------
1626# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1627# the include files in INCLUDES and setting the cache variable VAR
1628# accordingly.
1629ac_fn_c_check_header_mongrel ()
1630{
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1632 if eval \${$3+:} false; then :
81ecdfbb
RW
1633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1634$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1635if eval \${$3+:} false; then :
81ecdfbb
RW
1636 $as_echo_n "(cached) " >&6
1637fi
1638eval ac_res=\$$3
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1640$as_echo "$ac_res" >&6; }
1641else
1642 # Is the header compilable?
1643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1644$as_echo_n "checking $2 usability... " >&6; }
1645cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1646/* end confdefs.h. */
1647$4
1648#include <$2>
1649_ACEOF
1650if ac_fn_c_try_compile "$LINENO"; then :
1651 ac_header_compiler=yes
1652else
1653 ac_header_compiler=no
1654fi
1655rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1657$as_echo "$ac_header_compiler" >&6; }
1658
1659# Is the header present?
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1661$as_echo_n "checking $2 presence... " >&6; }
1662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663/* end confdefs.h. */
1664#include <$2>
1665_ACEOF
1666if ac_fn_c_try_cpp "$LINENO"; then :
1667 ac_header_preproc=yes
1668else
1669 ac_header_preproc=no
1670fi
d0ac1c44 1671rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1673$as_echo "$ac_header_preproc" >&6; }
1674
1675# So? What about this header?
1676case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1677 yes:no: )
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1679$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1681$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1682 ;;
1683 no:yes:* )
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1685$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1687$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1689$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1691$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1693$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1694 ;;
1695esac
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1697$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1698if eval \${$3+:} false; then :
81ecdfbb
RW
1699 $as_echo_n "(cached) " >&6
1700else
1701 eval "$3=\$ac_header_compiler"
1702fi
1703eval ac_res=\$$3
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1705$as_echo "$ac_res" >&6; }
1706fi
d0ac1c44 1707 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1708
1709} # ac_fn_c_check_header_mongrel
1710
1711# ac_fn_c_try_run LINENO
1712# ----------------------
1713# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1714# that executables *can* be run.
1715ac_fn_c_try_run ()
1716{
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 if { { ac_try="$ac_link"
1719case "(($ac_try" in
1720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1721 *) ac_try_echo=$ac_try;;
1722esac
1723eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1724$as_echo "$ac_try_echo"; } >&5
1725 (eval "$ac_link") 2>&5
1726 ac_status=$?
1727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1728 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1729 { { case "(($ac_try" in
1730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1732esac
1733eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734$as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_try") 2>&5
1736 ac_status=$?
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; }; }; then :
1739 ac_retval=0
1740else
1741 $as_echo "$as_me: program exited with status $ac_status" >&5
1742 $as_echo "$as_me: failed program was:" >&5
1743sed 's/^/| /' conftest.$ac_ext >&5
1744
1745 ac_retval=$ac_status
1746fi
1747 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1748 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1749 as_fn_set_status $ac_retval
81ecdfbb
RW
1750
1751} # ac_fn_c_try_run
1752
1753# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1754# -------------------------------------------------------
1755# Tests whether HEADER exists and can be compiled using the include files in
1756# INCLUDES, setting the cache variable VAR accordingly.
1757ac_fn_c_check_header_compile ()
1758{
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1761$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1762if eval \${$3+:} false; then :
81ecdfbb
RW
1763 $as_echo_n "(cached) " >&6
1764else
1765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1766/* end confdefs.h. */
1767$4
1768#include <$2>
1769_ACEOF
1770if ac_fn_c_try_compile "$LINENO"; then :
1771 eval "$3=yes"
1772else
1773 eval "$3=no"
1774fi
1775rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1776fi
1777eval ac_res=\$$3
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1779$as_echo "$ac_res" >&6; }
d0ac1c44 1780 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1781
1782} # ac_fn_c_check_header_compile
1783
1784# ac_fn_c_try_link LINENO
1785# -----------------------
1786# Try to link conftest.$ac_ext, and return whether this succeeded.
1787ac_fn_c_try_link ()
1788{
1789 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1790 rm -f conftest.$ac_objext conftest$ac_exeext
1791 if { { ac_try="$ac_link"
1792case "(($ac_try" in
1793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1794 *) ac_try_echo=$ac_try;;
1795esac
1796eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1797$as_echo "$ac_try_echo"; } >&5
1798 (eval "$ac_link") 2>conftest.err
1799 ac_status=$?
1800 if test -s conftest.err; then
1801 grep -v '^ *+' conftest.err >conftest.er1
1802 cat conftest.er1 >&5
1803 mv -f conftest.er1 conftest.err
1804 fi
1805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1806 test $ac_status = 0; } && {
1807 test -z "$ac_c_werror_flag" ||
1808 test ! -s conftest.err
1809 } && test -s conftest$ac_exeext && {
1810 test "$cross_compiling" = yes ||
d0ac1c44 1811 test -x conftest$ac_exeext
81ecdfbb
RW
1812 }; then :
1813 ac_retval=0
1814else
1815 $as_echo "$as_me: failed program was:" >&5
1816sed 's/^/| /' conftest.$ac_ext >&5
1817
1818 ac_retval=1
1819fi
1820 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1821 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1822 # interfere with the next link command; also delete a directory that is
1823 # left behind by Apple's compiler. We do this before executing the actions.
1824 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1825 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1826 as_fn_set_status $ac_retval
81ecdfbb
RW
1827
1828} # ac_fn_c_try_link
1829
1830# ac_fn_c_check_func LINENO FUNC VAR
1831# ----------------------------------
1832# Tests whether FUNC exists, setting the cache variable VAR accordingly
1833ac_fn_c_check_func ()
1834{
1835 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1837$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1838if eval \${$3+:} false; then :
81ecdfbb
RW
1839 $as_echo_n "(cached) " >&6
1840else
1841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1842/* end confdefs.h. */
1843/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1844 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1845#define $2 innocuous_$2
1846
1847/* System header to define __stub macros and hopefully few prototypes,
1848 which can conflict with char $2 (); below.
1849 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1850 <limits.h> exists even on freestanding compilers. */
1851
1852#ifdef __STDC__
1853# include <limits.h>
1854#else
1855# include <assert.h>
1856#endif
1857
1858#undef $2
1859
1860/* Override any GCC internal prototype to avoid an error.
1861 Use char because int might match the return type of a GCC
1862 builtin and then its argument prototype would still apply. */
1863#ifdef __cplusplus
1864extern "C"
1865#endif
1866char $2 ();
1867/* The GNU C library defines this for functions which it implements
1868 to always fail with ENOSYS. Some functions are actually named
1869 something starting with __ and the normal name is an alias. */
1870#if defined __stub_$2 || defined __stub___$2
1871choke me
1872#endif
1873
1874int
1875main ()
1876{
1877return $2 ();
1878 ;
1879 return 0;
1880}
1881_ACEOF
1882if ac_fn_c_try_link "$LINENO"; then :
1883 eval "$3=yes"
1884else
1885 eval "$3=no"
1886fi
1887rm -f core conftest.err conftest.$ac_objext \
1888 conftest$ac_exeext conftest.$ac_ext
1889fi
1890eval ac_res=\$$3
1891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1892$as_echo "$ac_res" >&6; }
d0ac1c44 1893 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1894
1895} # ac_fn_c_check_func
1896cat >config.log <<_ACEOF
1897This file contains any messages produced by compilers while
1898running configure, to aid debugging if configure makes a mistake.
1899
1900It was created by $as_me, which was
d0ac1c44 1901generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
1902
1903 $ $0 $@
1904
1905_ACEOF
1906exec 5>>config.log
1907{
1908cat <<_ASUNAME
1909## --------- ##
1910## Platform. ##
1911## --------- ##
1912
1913hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1914uname -m = `(uname -m) 2>/dev/null || echo unknown`
1915uname -r = `(uname -r) 2>/dev/null || echo unknown`
1916uname -s = `(uname -s) 2>/dev/null || echo unknown`
1917uname -v = `(uname -v) 2>/dev/null || echo unknown`
1918
1919/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1920/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1921
1922/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1923/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1924/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1925/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1926/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1927/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1928/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1929
1930_ASUNAME
1931
1932as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1933for as_dir in $PATH
1934do
1935 IFS=$as_save_IFS
1936 test -z "$as_dir" && as_dir=.
1937 $as_echo "PATH: $as_dir"
1938 done
1939IFS=$as_save_IFS
1940
1941} >&5
1942
1943cat >&5 <<_ACEOF
fee8ec00
SR
1944
1945
1946## ----------- ##
1947## Core tests. ##
1948## ----------- ##
1949
1950_ACEOF
1951
1952
1953# Keep a trace of the command line.
1954# Strip out --no-create and --no-recursion so they do not pile up.
1955# Strip out --silent because we don't want to record it for future runs.
1956# Also quote any args containing shell meta-characters.
1957# Make two passes to allow for proper duplicate-argument suppression.
1958ac_configure_args=
1959ac_configure_args0=
1960ac_configure_args1=
fee8ec00
SR
1961ac_must_keep_next=false
1962for ac_pass in 1 2
1963do
1964 for ac_arg
1965 do
1966 case $ac_arg in
1967 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1968 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1969 | -silent | --silent | --silen | --sile | --sil)
1970 continue ;;
81ecdfbb
RW
1971 *\'*)
1972 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
1973 esac
1974 case $ac_pass in
81ecdfbb 1975 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fee8ec00 1976 2)
81ecdfbb 1977 as_fn_append ac_configure_args1 " '$ac_arg'"
fee8ec00
SR
1978 if test $ac_must_keep_next = true; then
1979 ac_must_keep_next=false # Got value, back to normal.
1980 else
1981 case $ac_arg in
1982 *=* | --config-cache | -C | -disable-* | --disable-* \
1983 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1984 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1985 | -with-* | --with-* | -without-* | --without-* | --x)
1986 case "$ac_configure_args0 " in
1987 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1988 esac
1989 ;;
1990 -* ) ac_must_keep_next=true ;;
1991 esac
1992 fi
81ecdfbb 1993 as_fn_append ac_configure_args " '$ac_arg'"
fee8ec00
SR
1994 ;;
1995 esac
1996 done
1997done
81ecdfbb
RW
1998{ ac_configure_args0=; unset ac_configure_args0;}
1999{ ac_configure_args1=; unset ac_configure_args1;}
fee8ec00
SR
2000
2001# When interrupted or exit'd, cleanup temporary files, and complete
2002# config.log. We remove comments because anyway the quotes in there
2003# would cause problems or look ugly.
81ecdfbb
RW
2004# WARNING: Use '\'' to represent an apostrophe within the trap.
2005# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fee8ec00
SR
2006trap 'exit_status=$?
2007 # Save into config.log some information that might help in debugging.
2008 {
2009 echo
2010
d0ac1c44 2011 $as_echo "## ---------------- ##
fee8ec00 2012## Cache variables. ##
d0ac1c44 2013## ---------------- ##"
fee8ec00
SR
2014 echo
2015 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2016(
2017 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2018 eval ac_val=\$$ac_var
2019 case $ac_val in #(
2020 *${as_nl}*)
2021 case $ac_var in #(
2022 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2023$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2024 esac
2025 case $ac_var in #(
2026 _ | IFS | as_nl) ;; #(
2027 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2028 *) { eval $ac_var=; unset $ac_var;} ;;
2029 esac ;;
2030 esac
2031 done
fee8ec00 2032 (set) 2>&1 |
81ecdfbb
RW
2033 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2034 *${as_nl}ac_space=\ *)
fee8ec00 2035 sed -n \
81ecdfbb
RW
2036 "s/'\''/'\''\\\\'\'''\''/g;
2037 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2038 ;; #(
fee8ec00 2039 *)
81ecdfbb 2040 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 2041 ;;
81ecdfbb
RW
2042 esac |
2043 sort
2044)
fee8ec00
SR
2045 echo
2046
d0ac1c44 2047 $as_echo "## ----------------- ##
fee8ec00 2048## Output variables. ##
d0ac1c44 2049## ----------------- ##"
fee8ec00
SR
2050 echo
2051 for ac_var in $ac_subst_vars
2052 do
81ecdfbb
RW
2053 eval ac_val=\$$ac_var
2054 case $ac_val in
2055 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2056 esac
2057 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2058 done | sort
2059 echo
2060
2061 if test -n "$ac_subst_files"; then
d0ac1c44 2062 $as_echo "## ------------------- ##
81ecdfbb 2063## File substitutions. ##
d0ac1c44 2064## ------------------- ##"
fee8ec00
SR
2065 echo
2066 for ac_var in $ac_subst_files
2067 do
81ecdfbb
RW
2068 eval ac_val=\$$ac_var
2069 case $ac_val in
2070 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2071 esac
2072 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2073 done | sort
2074 echo
2075 fi
2076
2077 if test -s confdefs.h; then
d0ac1c44 2078 $as_echo "## ----------- ##
fee8ec00 2079## confdefs.h. ##
d0ac1c44 2080## ----------- ##"
fee8ec00 2081 echo
81ecdfbb 2082 cat confdefs.h
fee8ec00
SR
2083 echo
2084 fi
2085 test "$ac_signal" != 0 &&
81ecdfbb
RW
2086 $as_echo "$as_me: caught signal $ac_signal"
2087 $as_echo "$as_me: exit $exit_status"
fee8ec00 2088 } >&5
81ecdfbb
RW
2089 rm -f core *.core core.conftest.* &&
2090 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fee8ec00 2091 exit $exit_status
81ecdfbb 2092' 0
fee8ec00 2093for ac_signal in 1 2 13 15; do
81ecdfbb 2094 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fee8ec00
SR
2095done
2096ac_signal=0
2097
2098# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2099rm -f -r conftest* confdefs.h
2100
2101$as_echo "/* confdefs.h */" > confdefs.h
fee8ec00
SR
2102
2103# Predefined preprocessor variables.
2104
2105cat >>confdefs.h <<_ACEOF
2106#define PACKAGE_NAME "$PACKAGE_NAME"
2107_ACEOF
2108
fee8ec00
SR
2109cat >>confdefs.h <<_ACEOF
2110#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2111_ACEOF
2112
fee8ec00
SR
2113cat >>confdefs.h <<_ACEOF
2114#define PACKAGE_VERSION "$PACKAGE_VERSION"
2115_ACEOF
2116
fee8ec00
SR
2117cat >>confdefs.h <<_ACEOF
2118#define PACKAGE_STRING "$PACKAGE_STRING"
2119_ACEOF
2120
fee8ec00
SR
2121cat >>confdefs.h <<_ACEOF
2122#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2123_ACEOF
2124
81ecdfbb
RW
2125cat >>confdefs.h <<_ACEOF
2126#define PACKAGE_URL "$PACKAGE_URL"
2127_ACEOF
2128
fee8ec00
SR
2129
2130# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2131# Prefer an explicitly selected file to automatically selected ones.
2132ac_site_file1=NONE
2133ac_site_file2=NONE
2134if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2135 # We do not want a PATH search for config.site.
2136 case $CONFIG_SITE in #((
2137 -*) ac_site_file1=./$CONFIG_SITE;;
2138 */*) ac_site_file1=$CONFIG_SITE;;
2139 *) ac_site_file1=./$CONFIG_SITE;;
2140 esac
81ecdfbb
RW
2141elif test "x$prefix" != xNONE; then
2142 ac_site_file1=$prefix/share/config.site
2143 ac_site_file2=$prefix/etc/config.site
2144else
2145 ac_site_file1=$ac_default_prefix/share/config.site
2146 ac_site_file2=$ac_default_prefix/etc/config.site
2147fi
2148for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2149do
2150 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2151 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2153$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fee8ec00 2154 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2155 . "$ac_site_file" \
2156 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2157$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2158as_fn_error $? "failed to load site script $ac_site_file
2159See \`config.log' for more details" "$LINENO" 5; }
fee8ec00
SR
2160 fi
2161done
2162
2163if test -r "$cache_file"; then
d0ac1c44
SM
2164 # Some versions of bash will fail to source /dev/null (special files
2165 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2166 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2168$as_echo "$as_me: loading cache $cache_file" >&6;}
fee8ec00 2169 case $cache_file in
81ecdfbb
RW
2170 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2171 *) . "./$cache_file";;
fee8ec00
SR
2172 esac
2173 fi
2174else
81ecdfbb
RW
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2176$as_echo "$as_me: creating cache $cache_file" >&6;}
fee8ec00
SR
2177 >$cache_file
2178fi
2179
2180# Check that the precious variables saved in the cache have kept the same
2181# value.
2182ac_cache_corrupted=false
81ecdfbb 2183for ac_var in $ac_precious_vars; do
fee8ec00
SR
2184 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2185 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2186 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2187 eval ac_new_val=\$ac_env_${ac_var}_value
fee8ec00
SR
2188 case $ac_old_set,$ac_new_set in
2189 set,)
81ecdfbb
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2191$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fee8ec00
SR
2192 ac_cache_corrupted=: ;;
2193 ,set)
81ecdfbb
RW
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2195$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fee8ec00
SR
2196 ac_cache_corrupted=: ;;
2197 ,);;
2198 *)
2199 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2200 # differences in whitespace do not lead to failure.
2201 ac_old_val_w=`echo x $ac_old_val`
2202 ac_new_val_w=`echo x $ac_new_val`
2203 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2205$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2206 ac_cache_corrupted=:
2207 else
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2209$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2210 eval $ac_var=\$ac_old_val
2211 fi
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2213$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2215$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fee8ec00
SR
2216 fi;;
2217 esac
2218 # Pass precious variables to config.status.
2219 if test "$ac_new_set" = set; then
2220 case $ac_new_val in
81ecdfbb 2221 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
2222 *) ac_arg=$ac_var=$ac_new_val ;;
2223 esac
2224 case " $ac_configure_args " in
2225 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2226 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fee8ec00
SR
2227 esac
2228 fi
2229done
2230if $ac_cache_corrupted; then
81ecdfbb
RW
2231 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2232$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2233 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2234$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2235 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fee8ec00 2236fi
81ecdfbb
RW
2237## -------------------- ##
2238## Main body of script. ##
2239## -------------------- ##
fee8ec00
SR
2240
2241ac_ext=c
2242ac_cpp='$CPP $CPPFLAGS'
2243ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2244ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2245ac_compiler_gnu=$ac_cv_c_compiler_gnu
2246
2247
6bb11ab3
L
2248
2249
2250
2251
2252
c2783492
MF
2253ac_aux_dir=
2254for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2255 if test -f "$ac_dir/install-sh"; then
2256 ac_aux_dir=$ac_dir
2257 ac_install_sh="$ac_aux_dir/install-sh -c"
2258 break
2259 elif test -f "$ac_dir/install.sh"; then
2260 ac_aux_dir=$ac_dir
2261 ac_install_sh="$ac_aux_dir/install.sh -c"
2262 break
2263 elif test -f "$ac_dir/shtool"; then
2264 ac_aux_dir=$ac_dir
2265 ac_install_sh="$ac_aux_dir/shtool install -c"
2266 break
2267 fi
2268done
2269if test -z "$ac_aux_dir"; then
2270 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2271fi
2272
2273# These three variables are undocumented and unsupported,
2274# and are intended to be withdrawn in a future Autoconf release.
2275# They can cause serious problems if a builder's source tree is in a directory
2276# whose full name contains unusual characters.
2277ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2278ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2279ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2280
2281
2282# Make sure we can run config.sub.
2283$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2284 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2285
2286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2287$as_echo_n "checking build system type... " >&6; }
2288if ${ac_cv_build+:} false; then :
2289 $as_echo_n "(cached) " >&6
2290else
2291 ac_build_alias=$build_alias
2292test "x$ac_build_alias" = x &&
2293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294test "x$ac_build_alias" = x &&
2295 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2296ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2297 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2298
2299fi
2300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2301$as_echo "$ac_cv_build" >&6; }
2302case $ac_cv_build in
2303*-*-*) ;;
2304*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2305esac
2306build=$ac_cv_build
2307ac_save_IFS=$IFS; IFS='-'
2308set x $ac_cv_build
2309shift
2310build_cpu=$1
2311build_vendor=$2
2312shift; shift
2313# Remember, the first character of IFS is used to create $*,
2314# except with old shells:
2315build_os=$*
2316IFS=$ac_save_IFS
2317case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2318
2319
2320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2321$as_echo_n "checking host system type... " >&6; }
2322if ${ac_cv_host+:} false; then :
2323 $as_echo_n "(cached) " >&6
2324else
2325 if test "x$host_alias" = x; then
2326 ac_cv_host=$ac_cv_build
2327else
2328 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2329 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2330fi
2331
2332fi
2333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2334$as_echo "$ac_cv_host" >&6; }
2335case $ac_cv_host in
2336*-*-*) ;;
2337*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2338esac
2339host=$ac_cv_host
2340ac_save_IFS=$IFS; IFS='-'
2341set x $ac_cv_host
2342shift
2343host_cpu=$1
2344host_vendor=$2
2345shift; shift
2346# Remember, the first character of IFS is used to create $*,
2347# except with old shells:
2348host_os=$*
2349IFS=$ac_save_IFS
2350case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2351
2352
2353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2354$as_echo_n "checking target system type... " >&6; }
2355if ${ac_cv_target+:} false; then :
2356 $as_echo_n "(cached) " >&6
2357else
2358 if test "x$target_alias" = x; then
2359 ac_cv_target=$ac_cv_host
2360else
2361 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2362 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2363fi
2364
2365fi
2366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2367$as_echo "$ac_cv_target" >&6; }
2368case $ac_cv_target in
2369*-*-*) ;;
2370*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2371esac
2372target=$ac_cv_target
2373ac_save_IFS=$IFS; IFS='-'
2374set x $ac_cv_target
2375shift
2376target_cpu=$1
2377target_vendor=$2
2378shift; shift
2379# Remember, the first character of IFS is used to create $*,
2380# except with old shells:
2381target_os=$*
2382IFS=$ac_save_IFS
2383case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2384
2385
2386# The aliases save the names the user supplied, while $host etc.
2387# will get canonicalized.
2388test -n "$target_alias" &&
2389 test "$program_prefix$program_suffix$program_transform_name" = \
2390 NONENONEs,x,x, &&
2391 program_prefix=${target_alias}-
6bb11ab3
L
2392ac_ext=c
2393ac_cpp='$CPP $CPPFLAGS'
2394ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2395ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2396ac_compiler_gnu=$ac_cv_c_compiler_gnu
2397if test -n "$ac_tool_prefix"; then
2398 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2399set dummy ${ac_tool_prefix}gcc; ac_word=$2
2400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2401$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2402if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2403 $as_echo_n "(cached) " >&6
2404else
2405 if test -n "$CC"; then
2406 ac_cv_prog_CC="$CC" # Let the user override the test.
2407else
2408as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2409for as_dir in $PATH
2410do
2411 IFS=$as_save_IFS
2412 test -z "$as_dir" && as_dir=.
2413 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2415 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2417 break 2
2418 fi
2419done
2420 done
2421IFS=$as_save_IFS
2422
2423fi
2424fi
2425CC=$ac_cv_prog_CC
2426if test -n "$CC"; then
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2428$as_echo "$CC" >&6; }
2429else
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2431$as_echo "no" >&6; }
2432fi
2433
2434
2435fi
2436if test -z "$ac_cv_prog_CC"; then
2437 ac_ct_CC=$CC
2438 # Extract the first word of "gcc", so it can be a program name with args.
2439set dummy gcc; ac_word=$2
2440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2441$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2442if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2443 $as_echo_n "(cached) " >&6
2444else
2445 if test -n "$ac_ct_CC"; then
2446 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2447else
2448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2449for as_dir in $PATH
2450do
2451 IFS=$as_save_IFS
2452 test -z "$as_dir" && as_dir=.
2453 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2454 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2455 ac_cv_prog_ac_ct_CC="gcc"
2456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2457 break 2
2458 fi
2459done
2460 done
2461IFS=$as_save_IFS
2462
2463fi
2464fi
2465ac_ct_CC=$ac_cv_prog_ac_ct_CC
2466if test -n "$ac_ct_CC"; then
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2468$as_echo "$ac_ct_CC" >&6; }
2469else
2470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2471$as_echo "no" >&6; }
2472fi
2473
2474 if test "x$ac_ct_CC" = x; then
2475 CC=""
2476 else
2477 case $cross_compiling:$ac_tool_warned in
2478yes:)
2479{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2480$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2481ac_tool_warned=yes ;;
2482esac
2483 CC=$ac_ct_CC
2484 fi
2485else
2486 CC="$ac_cv_prog_CC"
2487fi
2488
2489if test -z "$CC"; then
2490 if test -n "$ac_tool_prefix"; then
2491 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2492set dummy ${ac_tool_prefix}cc; ac_word=$2
2493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2494$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2495if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2496 $as_echo_n "(cached) " >&6
2497else
2498 if test -n "$CC"; then
2499 ac_cv_prog_CC="$CC" # Let the user override the test.
2500else
2501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2502for as_dir in $PATH
2503do
2504 IFS=$as_save_IFS
2505 test -z "$as_dir" && as_dir=.
2506 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2508 ac_cv_prog_CC="${ac_tool_prefix}cc"
2509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2510 break 2
2511 fi
2512done
2513 done
2514IFS=$as_save_IFS
2515
2516fi
2517fi
2518CC=$ac_cv_prog_CC
2519if test -n "$CC"; then
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2521$as_echo "$CC" >&6; }
2522else
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2524$as_echo "no" >&6; }
2525fi
2526
2527
2528 fi
2529fi
2530if test -z "$CC"; then
2531 # Extract the first word of "cc", so it can be a program name with args.
2532set dummy cc; ac_word=$2
2533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2534$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2535if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2536 $as_echo_n "(cached) " >&6
2537else
2538 if test -n "$CC"; then
2539 ac_cv_prog_CC="$CC" # Let the user override the test.
2540else
2541 ac_prog_rejected=no
2542as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2543for as_dir in $PATH
2544do
2545 IFS=$as_save_IFS
2546 test -z "$as_dir" && as_dir=.
2547 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2549 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2550 ac_prog_rejected=yes
2551 continue
2552 fi
2553 ac_cv_prog_CC="cc"
2554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2555 break 2
2556 fi
2557done
2558 done
2559IFS=$as_save_IFS
2560
2561if test $ac_prog_rejected = yes; then
2562 # We found a bogon in the path, so make sure we never use it.
2563 set dummy $ac_cv_prog_CC
2564 shift
2565 if test $# != 0; then
2566 # We chose a different compiler from the bogus one.
2567 # However, it has the same basename, so the bogon will be chosen
2568 # first if we set CC to just the basename; use the full file name.
2569 shift
2570 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2571 fi
2572fi
2573fi
2574fi
2575CC=$ac_cv_prog_CC
2576if test -n "$CC"; then
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2578$as_echo "$CC" >&6; }
2579else
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2581$as_echo "no" >&6; }
2582fi
2583
2584
2585fi
2586if test -z "$CC"; then
2587 if test -n "$ac_tool_prefix"; then
2588 for ac_prog in cl.exe
2589 do
2590 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2591set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2593$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2594if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2595 $as_echo_n "(cached) " >&6
2596else
2597 if test -n "$CC"; then
2598 ac_cv_prog_CC="$CC" # Let the user override the test.
2599else
2600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2601for as_dir in $PATH
2602do
2603 IFS=$as_save_IFS
2604 test -z "$as_dir" && as_dir=.
2605 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2606 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2607 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2609 break 2
2610 fi
2611done
2612 done
2613IFS=$as_save_IFS
2614
2615fi
2616fi
2617CC=$ac_cv_prog_CC
2618if test -n "$CC"; then
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2620$as_echo "$CC" >&6; }
2621else
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2623$as_echo "no" >&6; }
2624fi
2625
2626
2627 test -n "$CC" && break
2628 done
2629fi
2630if test -z "$CC"; then
2631 ac_ct_CC=$CC
2632 for ac_prog in cl.exe
2633do
2634 # Extract the first word of "$ac_prog", so it can be a program name with args.
2635set dummy $ac_prog; ac_word=$2
2636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2637$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2638if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2639 $as_echo_n "(cached) " >&6
2640else
2641 if test -n "$ac_ct_CC"; then
2642 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2643else
2644as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2645for as_dir in $PATH
2646do
2647 IFS=$as_save_IFS
2648 test -z "$as_dir" && as_dir=.
2649 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2651 ac_cv_prog_ac_ct_CC="$ac_prog"
2652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2653 break 2
2654 fi
2655done
2656 done
2657IFS=$as_save_IFS
2658
2659fi
2660fi
2661ac_ct_CC=$ac_cv_prog_ac_ct_CC
2662if test -n "$ac_ct_CC"; then
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2664$as_echo "$ac_ct_CC" >&6; }
2665else
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2667$as_echo "no" >&6; }
2668fi
2669
2670
2671 test -n "$ac_ct_CC" && break
2672done
2673
2674 if test "x$ac_ct_CC" = x; then
2675 CC=""
2676 else
2677 case $cross_compiling:$ac_tool_warned in
2678yes:)
2679{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2680$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2681ac_tool_warned=yes ;;
2682esac
2683 CC=$ac_ct_CC
2684 fi
2685fi
2686
2687fi
2688
2689
2690test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2691$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2692as_fn_error $? "no acceptable C compiler found in \$PATH
2693See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2694
2695# Provide some information about the compiler.
2696$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2697set X $ac_compile
2698ac_compiler=$2
2699for ac_option in --version -v -V -qversion; do
2700 { { ac_try="$ac_compiler $ac_option >&5"
2701case "(($ac_try" in
2702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2703 *) ac_try_echo=$ac_try;;
2704esac
2705eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2706$as_echo "$ac_try_echo"; } >&5
2707 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2708 ac_status=$?
2709 if test -s conftest.err; then
2710 sed '10a\
2711... rest of stderr output deleted ...
2712 10q' conftest.err >conftest.er1
2713 cat conftest.er1 >&5
6bb11ab3 2714 fi
d0ac1c44 2715 rm -f conftest.er1 conftest.err
6bb11ab3
L
2716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2717 test $ac_status = 0; }
2718done
2719
2720cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2721/* end confdefs.h. */
2722
2723int
2724main ()
2725{
2726
2727 ;
2728 return 0;
2729}
2730_ACEOF
2731ac_clean_files_save=$ac_clean_files
d0ac1c44 2732ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2733# Try to create an executable without -o first, disregard a.out.
2734# It will help us diagnose broken compilers, and finding out an intuition
2735# of exeext.
d0ac1c44
SM
2736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2737$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2738ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2739
2740# The possible output files:
2741ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2742
2743ac_rmfiles=
2744for ac_file in $ac_files
2745do
2746 case $ac_file in
2747 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2748 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2749 esac
2750done
2751rm -f $ac_rmfiles
2752
2753if { { ac_try="$ac_link_default"
2754case "(($ac_try" in
2755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2756 *) ac_try_echo=$ac_try;;
2757esac
2758eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2759$as_echo "$ac_try_echo"; } >&5
2760 (eval "$ac_link_default") 2>&5
2761 ac_status=$?
2762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2763 test $ac_status = 0; }; then :
2764 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2765# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2766# in a Makefile. We should not override ac_cv_exeext if it was cached,
2767# so that the user can short-circuit this test for compilers unknown to
2768# Autoconf.
2769for ac_file in $ac_files ''
2770do
2771 test -f "$ac_file" || continue
2772 case $ac_file in
2773 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2774 ;;
2775 [ab].out )
2776 # We found the default executable, but exeext='' is most
2777 # certainly right.
2778 break;;
2779 *.* )
2780 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2781 then :; else
2782 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2783 fi
2784 # We set ac_cv_exeext here because the later test for it is not
2785 # safe: cross compilers may not add the suffix if given an `-o'
2786 # argument, so we may need to know it at that point already.
2787 # Even if this section looks crufty: it has the advantage of
2788 # actually working.
2789 break;;
2790 * )
2791 break;;
2792 esac
2793done
2794test "$ac_cv_exeext" = no && ac_cv_exeext=
2795
2796else
2797 ac_file=''
2798fi
6bb11ab3 2799if test -z "$ac_file"; then :
d0ac1c44
SM
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2801$as_echo "no" >&6; }
2802$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2803sed 's/^/| /' conftest.$ac_ext >&5
2804
2805{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2806$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2807as_fn_error 77 "C compiler cannot create executables
2808See \`config.log' for more details" "$LINENO" 5; }
2809else
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2811$as_echo "yes" >&6; }
6bb11ab3 2812fi
d0ac1c44
SM
2813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2814$as_echo_n "checking for C compiler default output file name... " >&6; }
2815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2816$as_echo "$ac_file" >&6; }
6bb11ab3
L
2817ac_exeext=$ac_cv_exeext
2818
d0ac1c44 2819rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2820ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2822$as_echo_n "checking for suffix of executables... " >&6; }
2823if { { ac_try="$ac_link"
2824case "(($ac_try" in
2825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2826 *) ac_try_echo=$ac_try;;
2827esac
2828eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2829$as_echo "$ac_try_echo"; } >&5
2830 (eval "$ac_link") 2>&5
2831 ac_status=$?
2832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2833 test $ac_status = 0; }; then :
2834 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2835# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2836# work properly (i.e., refer to `conftest.exe'), while it won't with
2837# `rm'.
2838for ac_file in conftest.exe conftest conftest.*; do
2839 test -f "$ac_file" || continue
2840 case $ac_file in
2841 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2842 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2843 break;;
2844 * ) break;;
2845 esac
2846done
2847else
2848 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2849$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2850as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2851See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2852fi
d0ac1c44 2853rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2855$as_echo "$ac_cv_exeext" >&6; }
2856
2857rm -f conftest.$ac_ext
2858EXEEXT=$ac_cv_exeext
2859ac_exeext=$EXEEXT
d0ac1c44
SM
2860cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2861/* end confdefs.h. */
2862#include <stdio.h>
2863int
2864main ()
2865{
2866FILE *f = fopen ("conftest.out", "w");
2867 return ferror (f) || fclose (f) != 0;
2868
2869 ;
2870 return 0;
2871}
2872_ACEOF
2873ac_clean_files="$ac_clean_files conftest.out"
2874# Check that the compiler produces executables we can run. If not, either
2875# the compiler is broken, or we cross compile.
2876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2877$as_echo_n "checking whether we are cross compiling... " >&6; }
2878if test "$cross_compiling" != yes; then
2879 { { ac_try="$ac_link"
2880case "(($ac_try" in
2881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2882 *) ac_try_echo=$ac_try;;
2883esac
2884eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2885$as_echo "$ac_try_echo"; } >&5
2886 (eval "$ac_link") 2>&5
2887 ac_status=$?
2888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2889 test $ac_status = 0; }
2890 if { ac_try='./conftest$ac_cv_exeext'
2891 { { case "(($ac_try" in
2892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2893 *) ac_try_echo=$ac_try;;
2894esac
2895eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2896$as_echo "$ac_try_echo"; } >&5
2897 (eval "$ac_try") 2>&5
2898 ac_status=$?
2899 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2900 test $ac_status = 0; }; }; then
2901 cross_compiling=no
2902 else
2903 if test "$cross_compiling" = maybe; then
2904 cross_compiling=yes
2905 else
2906 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2907$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2908as_fn_error $? "cannot run C compiled programs.
2909If you meant to cross compile, use \`--host'.
2910See \`config.log' for more details" "$LINENO" 5; }
2911 fi
2912 fi
2913fi
2914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2915$as_echo "$cross_compiling" >&6; }
2916
2917rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2918ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2920$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2921if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2922 $as_echo_n "(cached) " >&6
2923else
2924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2925/* end confdefs.h. */
2926
2927int
2928main ()
2929{
2930
2931 ;
2932 return 0;
2933}
2934_ACEOF
2935rm -f conftest.o conftest.obj
2936if { { ac_try="$ac_compile"
2937case "(($ac_try" in
2938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2939 *) ac_try_echo=$ac_try;;
2940esac
2941eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2942$as_echo "$ac_try_echo"; } >&5
2943 (eval "$ac_compile") 2>&5
2944 ac_status=$?
2945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2946 test $ac_status = 0; }; then :
2947 for ac_file in conftest.o conftest.obj conftest.*; do
2948 test -f "$ac_file" || continue;
2949 case $ac_file in
2950 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2951 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2952 break;;
2953 esac
2954done
2955else
2956 $as_echo "$as_me: failed program was:" >&5
2957sed 's/^/| /' conftest.$ac_ext >&5
2958
2959{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2960$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2961as_fn_error $? "cannot compute suffix of object files: cannot compile
2962See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2963fi
2964rm -f conftest.$ac_cv_objext conftest.$ac_ext
2965fi
2966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2967$as_echo "$ac_cv_objext" >&6; }
2968OBJEXT=$ac_cv_objext
2969ac_objext=$OBJEXT
2970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2971$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2972if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2973 $as_echo_n "(cached) " >&6
2974else
2975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2976/* end confdefs.h. */
2977
2978int
2979main ()
2980{
2981#ifndef __GNUC__
2982 choke me
2983#endif
2984
2985 ;
2986 return 0;
2987}
2988_ACEOF
2989if ac_fn_c_try_compile "$LINENO"; then :
2990 ac_compiler_gnu=yes
2991else
2992 ac_compiler_gnu=no
2993fi
2994rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2995ac_cv_c_compiler_gnu=$ac_compiler_gnu
2996
2997fi
2998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2999$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3000if test $ac_compiler_gnu = yes; then
3001 GCC=yes
3002else
3003 GCC=
3004fi
3005ac_test_CFLAGS=${CFLAGS+set}
3006ac_save_CFLAGS=$CFLAGS
3007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3008$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3009if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3010 $as_echo_n "(cached) " >&6
3011else
3012 ac_save_c_werror_flag=$ac_c_werror_flag
3013 ac_c_werror_flag=yes
3014 ac_cv_prog_cc_g=no
3015 CFLAGS="-g"
3016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3017/* end confdefs.h. */
3018
3019int
3020main ()
3021{
3022
3023 ;
3024 return 0;
3025}
3026_ACEOF
3027if ac_fn_c_try_compile "$LINENO"; then :
3028 ac_cv_prog_cc_g=yes
3029else
3030 CFLAGS=""
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032/* end confdefs.h. */
3033
3034int
3035main ()
3036{
3037
3038 ;
3039 return 0;
3040}
3041_ACEOF
3042if ac_fn_c_try_compile "$LINENO"; then :
3043
3044else
3045 ac_c_werror_flag=$ac_save_c_werror_flag
3046 CFLAGS="-g"
3047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3048/* end confdefs.h. */
3049
3050int
3051main ()
3052{
3053
3054 ;
3055 return 0;
3056}
3057_ACEOF
3058if ac_fn_c_try_compile "$LINENO"; then :
3059 ac_cv_prog_cc_g=yes
3060fi
3061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062fi
3063rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064fi
3065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 ac_c_werror_flag=$ac_save_c_werror_flag
3067fi
3068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3069$as_echo "$ac_cv_prog_cc_g" >&6; }
3070if test "$ac_test_CFLAGS" = set; then
3071 CFLAGS=$ac_save_CFLAGS
3072elif test $ac_cv_prog_cc_g = yes; then
3073 if test "$GCC" = yes; then
3074 CFLAGS="-g -O2"
3075 else
3076 CFLAGS="-g"
3077 fi
3078else
3079 if test "$GCC" = yes; then
3080 CFLAGS="-O2"
3081 else
3082 CFLAGS=
3083 fi
3084fi
3085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3086$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3087if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3088 $as_echo_n "(cached) " >&6
3089else
3090 ac_cv_prog_cc_c89=no
3091ac_save_CC=$CC
3092cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3093/* end confdefs.h. */
3094#include <stdarg.h>
3095#include <stdio.h>
d0ac1c44 3096struct stat;
6bb11ab3
L
3097/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3098struct buf { int x; };
3099FILE * (*rcsopen) (struct buf *, struct stat *, int);
3100static char *e (p, i)
3101 char **p;
3102 int i;
3103{
3104 return p[i];
3105}
3106static char *f (char * (*g) (char **, int), char **p, ...)
3107{
3108 char *s;
3109 va_list v;
3110 va_start (v,p);
3111 s = g (p, va_arg (v,int));
3112 va_end (v);
3113 return s;
3114}
3115
3116/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3117 function prototypes and stuff, but not '\xHH' hex character constants.
3118 These don't provoke an error unfortunately, instead are silently treated
3119 as 'x'. The following induces an error, until -std is added to get
3120 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3121 array size at least. It's necessary to write '\x00'==0 to get something
3122 that's true only with -std. */
3123int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3124
3125/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3126 inside strings and character constants. */
3127#define FOO(x) 'x'
3128int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3129
3130int test (int i, double x);
3131struct s1 {int (*f) (int a);};
3132struct s2 {int (*f) (double a);};
3133int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3134int argc;
3135char **argv;
3136int
3137main ()
3138{
3139return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3140 ;
3141 return 0;
3142}
3143_ACEOF
3144for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3145 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3146do
3147 CC="$ac_save_CC $ac_arg"
3148 if ac_fn_c_try_compile "$LINENO"; then :
3149 ac_cv_prog_cc_c89=$ac_arg
3150fi
3151rm -f core conftest.err conftest.$ac_objext
3152 test "x$ac_cv_prog_cc_c89" != "xno" && break
3153done
3154rm -f conftest.$ac_ext
3155CC=$ac_save_CC
3156
3157fi
3158# AC_CACHE_VAL
3159case "x$ac_cv_prog_cc_c89" in
3160 x)
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3162$as_echo "none needed" >&6; } ;;
3163 xno)
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3165$as_echo "unsupported" >&6; } ;;
3166 *)
3167 CC="$CC $ac_cv_prog_cc_c89"
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3169$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3170esac
3171if test "x$ac_cv_prog_cc_c89" != xno; then :
3172
3173fi
3174
3175ac_ext=c
3176ac_cpp='$CPP $CPPFLAGS'
3177ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3178ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3179ac_compiler_gnu=$ac_cv_c_compiler_gnu
3180
c2783492 3181
ebe9564b
MF
3182ac_ext=c
3183ac_cpp='$CPP $CPPFLAGS'
3184ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3185ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3186ac_compiler_gnu=$ac_cv_c_compiler_gnu
3187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3188$as_echo_n "checking how to run the C preprocessor... " >&6; }
3189# On Suns, sometimes $CPP names a directory.
3190if test -n "$CPP" && test -d "$CPP"; then
3191 CPP=
3192fi
3193if test -z "$CPP"; then
3194 if ${ac_cv_prog_CPP+:} false; then :
3195 $as_echo_n "(cached) " >&6
3196else
3197 # Double quotes because CPP needs to be expanded
3198 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3199 do
3200 ac_preproc_ok=false
3201for ac_c_preproc_warn_flag in '' yes
3202do
3203 # Use a header file that comes with gcc, so configuring glibc
3204 # with a fresh cross-compiler works.
3205 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3206 # <limits.h> exists even on freestanding compilers.
3207 # On the NeXT, cc -E runs the code through the compiler's parser,
3208 # not just through cpp. "Syntax error" is here to catch this case.
3209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3210/* end confdefs.h. */
3211#ifdef __STDC__
3212# include <limits.h>
3213#else
3214# include <assert.h>
3215#endif
3216 Syntax error
3217_ACEOF
3218if ac_fn_c_try_cpp "$LINENO"; then :
3219
3220else
3221 # Broken: fails on valid input.
3222continue
3223fi
3224rm -f conftest.err conftest.i conftest.$ac_ext
3225
3226 # OK, works on sane cases. Now check whether nonexistent headers
3227 # can be detected and how.
3228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3229/* end confdefs.h. */
3230#include <ac_nonexistent.h>
3231_ACEOF
3232if ac_fn_c_try_cpp "$LINENO"; then :
3233 # Broken: success on invalid input.
3234continue
3235else
3236 # Passes both tests.
3237ac_preproc_ok=:
3238break
3239fi
3240rm -f conftest.err conftest.i conftest.$ac_ext
3241
3242done
3243# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3244rm -f conftest.i conftest.err conftest.$ac_ext
3245if $ac_preproc_ok; then :
3246 break
3247fi
3248
3249 done
3250 ac_cv_prog_CPP=$CPP
3251
3252fi
3253 CPP=$ac_cv_prog_CPP
3254else
3255 ac_cv_prog_CPP=$CPP
3256fi
3257{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3258$as_echo "$CPP" >&6; }
3259ac_preproc_ok=false
3260for ac_c_preproc_warn_flag in '' yes
3261do
3262 # Use a header file that comes with gcc, so configuring glibc
3263 # with a fresh cross-compiler works.
3264 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3265 # <limits.h> exists even on freestanding compilers.
3266 # On the NeXT, cc -E runs the code through the compiler's parser,
3267 # not just through cpp. "Syntax error" is here to catch this case.
3268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3269/* end confdefs.h. */
3270#ifdef __STDC__
3271# include <limits.h>
3272#else
3273# include <assert.h>
3274#endif
3275 Syntax error
3276_ACEOF
3277if ac_fn_c_try_cpp "$LINENO"; then :
3278
3279else
3280 # Broken: fails on valid input.
3281continue
3282fi
3283rm -f conftest.err conftest.i conftest.$ac_ext
3284
3285 # OK, works on sane cases. Now check whether nonexistent headers
3286 # can be detected and how.
3287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288/* end confdefs.h. */
3289#include <ac_nonexistent.h>
3290_ACEOF
3291if ac_fn_c_try_cpp "$LINENO"; then :
3292 # Broken: success on invalid input.
3293continue
3294else
3295 # Passes both tests.
3296ac_preproc_ok=:
3297break
3298fi
3299rm -f conftest.err conftest.i conftest.$ac_ext
3300
3301done
3302# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3303rm -f conftest.i conftest.err conftest.$ac_ext
3304if $ac_preproc_ok; then :
3305
3306else
3307 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3308$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3309as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3310See \`config.log' for more details" "$LINENO" 5; }
3311fi
3312
3313ac_ext=c
3314ac_cpp='$CPP $CPPFLAGS'
3315ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3316ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3317ac_compiler_gnu=$ac_cv_c_compiler_gnu
3318
6bb11ab3
L
3319
3320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3321$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3322if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3323 $as_echo_n "(cached) " >&6
3324else
3325 if test -z "$GREP"; then
3326 ac_path_GREP_found=false
3327 # Loop through the user's path and test for each of PROGNAME-LIST
3328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3329for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3330do
3331 IFS=$as_save_IFS
3332 test -z "$as_dir" && as_dir=.
3333 for ac_prog in grep ggrep; do
3334 for ac_exec_ext in '' $ac_executable_extensions; do
3335 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3336 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3337# Check for GNU ac_path_GREP and select it if it is found.
3338 # Check for GNU $ac_path_GREP
3339case `"$ac_path_GREP" --version 2>&1` in
3340*GNU*)
3341 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3342*)
3343 ac_count=0
3344 $as_echo_n 0123456789 >"conftest.in"
3345 while :
3346 do
3347 cat "conftest.in" "conftest.in" >"conftest.tmp"
3348 mv "conftest.tmp" "conftest.in"
3349 cp "conftest.in" "conftest.nl"
3350 $as_echo 'GREP' >> "conftest.nl"
3351 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3352 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3353 as_fn_arith $ac_count + 1 && ac_count=$as_val
3354 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3355 # Best one so far, save it but keep looking for a better one
3356 ac_cv_path_GREP="$ac_path_GREP"
3357 ac_path_GREP_max=$ac_count
3358 fi
3359 # 10*(2^10) chars as input seems more than enough
3360 test $ac_count -gt 10 && break
3361 done
3362 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3363esac
3364
3365 $ac_path_GREP_found && break 3
3366 done
3367 done
3368 done
3369IFS=$as_save_IFS
3370 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3371 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3372 fi
3373else
3374 ac_cv_path_GREP=$GREP
3375fi
3376
3377fi
3378{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3379$as_echo "$ac_cv_path_GREP" >&6; }
3380 GREP="$ac_cv_path_GREP"
3381
3382
3383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3384$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3385if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3386 $as_echo_n "(cached) " >&6
3387else
3388 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3389 then ac_cv_path_EGREP="$GREP -E"
3390 else
3391 if test -z "$EGREP"; then
3392 ac_path_EGREP_found=false
3393 # Loop through the user's path and test for each of PROGNAME-LIST
3394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3395for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3396do
3397 IFS=$as_save_IFS
3398 test -z "$as_dir" && as_dir=.
3399 for ac_prog in egrep; do
3400 for ac_exec_ext in '' $ac_executable_extensions; do
3401 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3402 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3403# Check for GNU ac_path_EGREP and select it if it is found.
3404 # Check for GNU $ac_path_EGREP
3405case `"$ac_path_EGREP" --version 2>&1` in
3406*GNU*)
3407 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3408*)
3409 ac_count=0
3410 $as_echo_n 0123456789 >"conftest.in"
3411 while :
3412 do
3413 cat "conftest.in" "conftest.in" >"conftest.tmp"
3414 mv "conftest.tmp" "conftest.in"
3415 cp "conftest.in" "conftest.nl"
3416 $as_echo 'EGREP' >> "conftest.nl"
3417 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3418 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3419 as_fn_arith $ac_count + 1 && ac_count=$as_val
3420 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3421 # Best one so far, save it but keep looking for a better one
3422 ac_cv_path_EGREP="$ac_path_EGREP"
3423 ac_path_EGREP_max=$ac_count
3424 fi
3425 # 10*(2^10) chars as input seems more than enough
3426 test $ac_count -gt 10 && break
3427 done
3428 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3429esac
3430
3431 $ac_path_EGREP_found && break 3
3432 done
3433 done
3434 done
3435IFS=$as_save_IFS
3436 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3437 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3438 fi
3439else
3440 ac_cv_path_EGREP=$EGREP
3441fi
3442
3443 fi
3444fi
3445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3446$as_echo "$ac_cv_path_EGREP" >&6; }
3447 EGREP="$ac_cv_path_EGREP"
3448
3449
3450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3451$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3452if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3453 $as_echo_n "(cached) " >&6
3454else
3455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3456/* end confdefs.h. */
3457#include <stdlib.h>
3458#include <stdarg.h>
3459#include <string.h>
3460#include <float.h>
3461
3462int
3463main ()
3464{
3465
3466 ;
3467 return 0;
3468}
3469_ACEOF
3470if ac_fn_c_try_compile "$LINENO"; then :
3471 ac_cv_header_stdc=yes
3472else
3473 ac_cv_header_stdc=no
3474fi
3475rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3476
3477if test $ac_cv_header_stdc = yes; then
3478 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3480/* end confdefs.h. */
3481#include <string.h>
3482
3483_ACEOF
3484if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3485 $EGREP "memchr" >/dev/null 2>&1; then :
3486
3487else
3488 ac_cv_header_stdc=no
3489fi
3490rm -f conftest*
3491
3492fi
3493
3494if test $ac_cv_header_stdc = yes; then
3495 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3497/* end confdefs.h. */
3498#include <stdlib.h>
3499
3500_ACEOF
3501if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3502 $EGREP "free" >/dev/null 2>&1; then :
3503
3504else
3505 ac_cv_header_stdc=no
3506fi
3507rm -f conftest*
3508
3509fi
3510
3511if test $ac_cv_header_stdc = yes; then
3512 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3513 if test "$cross_compiling" = yes; then :
3514 :
3515else
3516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3517/* end confdefs.h. */
3518#include <ctype.h>
3519#include <stdlib.h>
3520#if ((' ' & 0x0FF) == 0x020)
3521# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3522# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3523#else
3524# define ISLOWER(c) \
3525 (('a' <= (c) && (c) <= 'i') \
3526 || ('j' <= (c) && (c) <= 'r') \
3527 || ('s' <= (c) && (c) <= 'z'))
3528# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3529#endif
3530
3531#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3532int
3533main ()
3534{
3535 int i;
3536 for (i = 0; i < 256; i++)
3537 if (XOR (islower (i), ISLOWER (i))
3538 || toupper (i) != TOUPPER (i))
3539 return 2;
3540 return 0;
3541}
3542_ACEOF
3543if ac_fn_c_try_run "$LINENO"; then :
3544
3545else
3546 ac_cv_header_stdc=no
3547fi
3548rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3549 conftest.$ac_objext conftest.beam conftest.$ac_ext
3550fi
3551
3552fi
3553fi
3554{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3555$as_echo "$ac_cv_header_stdc" >&6; }
3556if test $ac_cv_header_stdc = yes; then
3557
3558$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3559
3560fi
3561
3562# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3563for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3564 inttypes.h stdint.h unistd.h
3565do :
3566 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3567ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3568"
d0ac1c44 3569if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3570 cat >>confdefs.h <<_ACEOF
3571#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3572_ACEOF
3573
3574fi
3575
3576done
3577
3578
3579
3580 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3581if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3582 MINIX=yes
3583else
3584 MINIX=
3585fi
3586
3587
3588 if test "$MINIX" = yes; then
3589
3590$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3591
3592
3593$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3594
3595
3596$as_echo "#define _MINIX 1" >>confdefs.h
3597
3598 fi
3599
3600
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3602$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3603if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3604 $as_echo_n "(cached) " >&6
3605else
3606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3607/* end confdefs.h. */
3608
d0ac1c44
SM
3609# define __EXTENSIONS__ 1
3610 $ac_includes_default
6bb11ab3
L
3611int
3612main ()
3613{
3614
3615 ;
3616 return 0;
3617}
3618_ACEOF
3619if ac_fn_c_try_compile "$LINENO"; then :
3620 ac_cv_safe_to_define___extensions__=yes
3621else
3622 ac_cv_safe_to_define___extensions__=no
3623fi
3624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3625fi
3626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3627$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3628 test $ac_cv_safe_to_define___extensions__ = yes &&
3629 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3630
3631 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3632
3633 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3634
3635 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3636
3637 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3638
3639
3640test "$program_prefix" != NONE &&
3641 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3642# Use a double $ so make ignores it.
3643test "$program_suffix" != NONE &&
3644 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3645# Double any \ or $.
3646# By default was `s,x,x', remove it if useless.
3647ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3648program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3649
3650# Find a good install program. We prefer a C program (faster),
3651# so one script is as good as another. But avoid the broken or
3652# incompatible versions:
3653# SysV /etc/install, /usr/sbin/install
3654# SunOS /usr/etc/install
3655# IRIX /sbin/install
3656# AIX /bin/install
3657# AmigaOS /C/install, which installs bootblocks on floppy discs
3658# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3659# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3660# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3661# OS/2's system install, which has a completely different semantic
3662# ./install, which can be erroneously created by make from ./install.sh.
3663# Reject install programs that cannot install multiple files.
3664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3665$as_echo_n "checking for a BSD-compatible install... " >&6; }
3666if test -z "$INSTALL"; then
d0ac1c44 3667if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3668 $as_echo_n "(cached) " >&6
3669else
3670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3671for as_dir in $PATH
3672do
3673 IFS=$as_save_IFS
3674 test -z "$as_dir" && as_dir=.
3675 # Account for people who put trailing slashes in PATH elements.
3676case $as_dir/ in #((
3677 ./ | .// | /[cC]/* | \
3678 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3679 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3680 /usr/ucb/* ) ;;
3681 *)
3682 # OSF1 and SCO ODT 3.0 have their own names for install.
3683 # Don't use installbsd from OSF since it installs stuff as root
3684 # by default.
3685 for ac_prog in ginstall scoinst install; do
3686 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3687 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3688 if test $ac_prog = install &&
3689 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3690 # AIX install. It has an incompatible calling convention.
3691 :
3692 elif test $ac_prog = install &&
3693 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3694 # program-specific install script used by HP pwplus--don't use.
3695 :
3696 else
3697 rm -rf conftest.one conftest.two conftest.dir
3698 echo one > conftest.one
3699 echo two > conftest.two
3700 mkdir conftest.dir
3701 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3702 test -s conftest.one && test -s conftest.two &&
3703 test -s conftest.dir/conftest.one &&
3704 test -s conftest.dir/conftest.two
3705 then
3706 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3707 break 3
3708 fi
3709 fi
3710 fi
3711 done
3712 done
3713 ;;
3714esac
3715
3716 done
3717IFS=$as_save_IFS
3718
3719rm -rf conftest.one conftest.two conftest.dir
3720
3721fi
3722 if test "${ac_cv_path_install+set}" = set; then
3723 INSTALL=$ac_cv_path_install
3724 else
3725 # As a last resort, use the slow shell script. Don't cache a
3726 # value for INSTALL within a source directory, because that will
3727 # break other packages using the cache if that directory is
3728 # removed, or if the value is a relative name.
3729 INSTALL=$ac_install_sh
3730 fi
3731fi
3732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3733$as_echo "$INSTALL" >&6; }
3734
3735# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3736# It thinks the first close brace ends the variable substitution.
3737test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3738
3739test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3740
3741test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3742
3743rm -rf .tst 2>/dev/null
3744mkdir .tst 2>/dev/null
3745if test -d .tst; then
3746 am__leading_dot=.
3747else
3748 am__leading_dot=_
3749fi
3750rmdir .tst 2>/dev/null
3751
3752DEPDIR="${am__leading_dot}deps"
3753
3754case `pwd` in
3755 *\ * | *\ *)
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3757$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3758esac
3759
3760
3761
3762macro_version='2.2.7a'
3763macro_revision='1.3134'
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777ltmain="$ac_aux_dir/ltmain.sh"
3778
3779# Backslashify metacharacters that are still active within
3780# double-quoted strings.
3781sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3782
3783# Same as above, but do not quote variable references.
3784double_quote_subst='s/\(["`\\]\)/\\\1/g'
3785
3786# Sed substitution to delay expansion of an escaped shell variable in a
3787# double_quote_subst'ed string.
3788delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3789
3790# Sed substitution to delay expansion of an escaped single quote.
3791delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3792
3793# Sed substitution to avoid accidental globbing in evaled expressions
3794no_glob_subst='s/\*/\\\*/g'
3795
3796ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3797ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3798ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3799
3800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3801$as_echo_n "checking how to print strings... " >&6; }
3802# Test print first, because it will be a builtin if present.
3803if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3804 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3805 ECHO='print -r --'
3806elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3807 ECHO='printf %s\n'
3808else
3809 # Use this function as a fallback that always works.
3810 func_fallback_echo ()
3811 {
3812 eval 'cat <<_LTECHO_EOF
3813$1
3814_LTECHO_EOF'
3815 }
3816 ECHO='func_fallback_echo'
3817fi
3818
3819# func_echo_all arg...
3820# Invoke $ECHO with all args, space-separated.
3821func_echo_all ()
3822{
3823 $ECHO ""
3824}
3825
3826case "$ECHO" in
3827 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3828$as_echo "printf" >&6; } ;;
3829 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3830$as_echo "print -r" >&6; } ;;
3831 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3832$as_echo "cat" >&6; } ;;
3833esac
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3849$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3850if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3851 $as_echo_n "(cached) " >&6
3852else
3853 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3854 for ac_i in 1 2 3 4 5 6 7; do
3855 ac_script="$ac_script$as_nl$ac_script"
3856 done
3857 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3858 { ac_script=; unset ac_script;}
3859 if test -z "$SED"; then
3860 ac_path_SED_found=false
3861 # Loop through the user's path and test for each of PROGNAME-LIST
3862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3863for as_dir in $PATH
3864do
3865 IFS=$as_save_IFS
3866 test -z "$as_dir" && as_dir=.
3867 for ac_prog in sed gsed; do
3868 for ac_exec_ext in '' $ac_executable_extensions; do
3869 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3870 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3871# Check for GNU ac_path_SED and select it if it is found.
3872 # Check for GNU $ac_path_SED
3873case `"$ac_path_SED" --version 2>&1` in
3874*GNU*)
3875 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3876*)
3877 ac_count=0
3878 $as_echo_n 0123456789 >"conftest.in"
3879 while :
3880 do
3881 cat "conftest.in" "conftest.in" >"conftest.tmp"
3882 mv "conftest.tmp" "conftest.in"
3883 cp "conftest.in" "conftest.nl"
3884 $as_echo '' >> "conftest.nl"
3885 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3886 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3887 as_fn_arith $ac_count + 1 && ac_count=$as_val
3888 if test $ac_count -gt ${ac_path_SED_max-0}; then
3889 # Best one so far, save it but keep looking for a better one
3890 ac_cv_path_SED="$ac_path_SED"
3891 ac_path_SED_max=$ac_count
3892 fi
3893 # 10*(2^10) chars as input seems more than enough
3894 test $ac_count -gt 10 && break
3895 done
3896 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3897esac
3898
3899 $ac_path_SED_found && break 3
3900 done
3901 done
3902 done
3903IFS=$as_save_IFS
3904 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3905 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3906 fi
3907else
3908 ac_cv_path_SED=$SED
3909fi
3910
3911fi
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3913$as_echo "$ac_cv_path_SED" >&6; }
3914 SED="$ac_cv_path_SED"
3915 rm -f conftest.sed
3916
3917test -z "$SED" && SED=sed
3918Xsed="$SED -e 1s/^X//"
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3931$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3932if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3933 $as_echo_n "(cached) " >&6
3934else
3935 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3936 then ac_cv_path_FGREP="$GREP -F"
3937 else
3938 if test -z "$FGREP"; then
3939 ac_path_FGREP_found=false
3940 # Loop through the user's path and test for each of PROGNAME-LIST
3941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3942for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3943do
3944 IFS=$as_save_IFS
3945 test -z "$as_dir" && as_dir=.
3946 for ac_prog in fgrep; do
3947 for ac_exec_ext in '' $ac_executable_extensions; do
3948 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3949 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3950# Check for GNU ac_path_FGREP and select it if it is found.
3951 # Check for GNU $ac_path_FGREP
3952case `"$ac_path_FGREP" --version 2>&1` in
3953*GNU*)
3954 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3955*)
3956 ac_count=0
3957 $as_echo_n 0123456789 >"conftest.in"
3958 while :
3959 do
3960 cat "conftest.in" "conftest.in" >"conftest.tmp"
3961 mv "conftest.tmp" "conftest.in"
3962 cp "conftest.in" "conftest.nl"
3963 $as_echo 'FGREP' >> "conftest.nl"
3964 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3965 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3966 as_fn_arith $ac_count + 1 && ac_count=$as_val
3967 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3968 # Best one so far, save it but keep looking for a better one
3969 ac_cv_path_FGREP="$ac_path_FGREP"
3970 ac_path_FGREP_max=$ac_count
3971 fi
3972 # 10*(2^10) chars as input seems more than enough
3973 test $ac_count -gt 10 && break
3974 done
3975 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3976esac
3977
3978 $ac_path_FGREP_found && break 3
3979 done
3980 done
3981 done
3982IFS=$as_save_IFS
3983 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3984 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3985 fi
3986else
3987 ac_cv_path_FGREP=$FGREP
3988fi
3989
3990 fi
3991fi
3992{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3993$as_echo "$ac_cv_path_FGREP" >&6; }
3994 FGREP="$ac_cv_path_FGREP"
3995
3996
3997test -z "$GREP" && GREP=grep
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017# Check whether --with-gnu-ld was given.
4018if test "${with_gnu_ld+set}" = set; then :
4019 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4020else
4021 with_gnu_ld=no
4022fi
4023
4024ac_prog=ld
4025if test "$GCC" = yes; then
4026 # Check if gcc -print-prog-name=ld gives a path.
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4028$as_echo_n "checking for ld used by $CC... " >&6; }
4029 case $host in
4030 *-*-mingw*)
4031 # gcc leaves a trailing carriage return which upsets mingw
4032 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4033 *)
4034 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4035 esac
4036 case $ac_prog in
4037 # Accept absolute paths.
4038 [\\/]* | ?:[\\/]*)
4039 re_direlt='/[^/][^/]*/\.\./'
4040 # Canonicalize the pathname of ld
4041 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4042 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4043 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4044 done
4045 test -z "$LD" && LD="$ac_prog"
4046 ;;
4047 "")
4048 # If it fails, then pretend we aren't using GCC.
4049 ac_prog=ld
4050 ;;
4051 *)
4052 # If it is relative, then search for the first ld in PATH.
4053 with_gnu_ld=unknown
4054 ;;
4055 esac
4056elif test "$with_gnu_ld" = yes; then
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4058$as_echo_n "checking for GNU ld... " >&6; }
4059else
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4061$as_echo_n "checking for non-GNU ld... " >&6; }
4062fi
d0ac1c44 4063if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4064 $as_echo_n "(cached) " >&6
4065else
4066 if test -z "$LD"; then
4067 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4068 for ac_dir in $PATH; do
4069 IFS="$lt_save_ifs"
4070 test -z "$ac_dir" && ac_dir=.
4071 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4072 lt_cv_path_LD="$ac_dir/$ac_prog"
4073 # Check to see if the program is GNU ld. I'd rather use --version,
4074 # but apparently some variants of GNU ld only accept -v.
4075 # Break only if it was the GNU/non-GNU ld that we prefer.
4076 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4077 *GNU* | *'with BFD'*)
4078 test "$with_gnu_ld" != no && break
4079 ;;
4080 *)
4081 test "$with_gnu_ld" != yes && break
4082 ;;
4083 esac
4084 fi
4085 done
4086 IFS="$lt_save_ifs"
4087else
4088 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4089fi
4090fi
4091
4092LD="$lt_cv_path_LD"
4093if test -n "$LD"; then
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4095$as_echo "$LD" >&6; }
4096else
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4098$as_echo "no" >&6; }
4099fi
d0ac1c44 4100test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4102$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4103if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4104 $as_echo_n "(cached) " >&6
4105else
4106 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4107case `$LD -v 2>&1 </dev/null` in
4108*GNU* | *'with BFD'*)
4109 lt_cv_prog_gnu_ld=yes
4110 ;;
4111*)
4112 lt_cv_prog_gnu_ld=no
4113 ;;
4114esac
4115fi
4116{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4117$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4118with_gnu_ld=$lt_cv_prog_gnu_ld
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4129$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4130if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4131 $as_echo_n "(cached) " >&6
4132else
4133 if test -n "$NM"; then
4134 # Let the user override the test.
4135 lt_cv_path_NM="$NM"
4136else
4137 lt_nm_to_check="${ac_tool_prefix}nm"
4138 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4139 lt_nm_to_check="$lt_nm_to_check nm"
4140 fi
4141 for lt_tmp_nm in $lt_nm_to_check; do
4142 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4143 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4144 IFS="$lt_save_ifs"
4145 test -z "$ac_dir" && ac_dir=.
4146 tmp_nm="$ac_dir/$lt_tmp_nm"
4147 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4148 # Check to see if the nm accepts a BSD-compat flag.
4149 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4150 # nm: unknown option "B" ignored
4151 # Tru64's nm complains that /dev/null is an invalid object file
4152 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4153 */dev/null* | *'Invalid file or object type'*)
4154 lt_cv_path_NM="$tmp_nm -B"
4155 break
4156 ;;
4157 *)
4158 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4159 */dev/null*)
4160 lt_cv_path_NM="$tmp_nm -p"
4161 break
4162 ;;
4163 *)
4164 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4165 continue # so that we can try to find one that supports BSD flags
4166 ;;
4167 esac
4168 ;;
4169 esac
4170 fi
4171 done
4172 IFS="$lt_save_ifs"
4173 done
4174 : ${lt_cv_path_NM=no}
4175fi
4176fi
4177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4178$as_echo "$lt_cv_path_NM" >&6; }
4179if test "$lt_cv_path_NM" != "no"; then
4180 NM="$lt_cv_path_NM"
4181else
4182 # Didn't find any BSD compatible name lister, look for dumpbin.
4183 if test -n "$DUMPBIN"; then :
4184 # Let the user override the test.
4185 else
4186 if test -n "$ac_tool_prefix"; then
4187 for ac_prog in dumpbin "link -dump"
4188 do
4189 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4190set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4192$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4193if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4194 $as_echo_n "(cached) " >&6
4195else
4196 if test -n "$DUMPBIN"; then
4197 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4198else
4199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4200for as_dir in $PATH
4201do
4202 IFS=$as_save_IFS
4203 test -z "$as_dir" && as_dir=.
4204 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4205 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4206 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4208 break 2
4209 fi
4210done
4211 done
4212IFS=$as_save_IFS
4213
4214fi
4215fi
4216DUMPBIN=$ac_cv_prog_DUMPBIN
4217if test -n "$DUMPBIN"; then
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4219$as_echo "$DUMPBIN" >&6; }
4220else
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4222$as_echo "no" >&6; }
4223fi
4224
4225
4226 test -n "$DUMPBIN" && break
4227 done
4228fi
4229if test -z "$DUMPBIN"; then
4230 ac_ct_DUMPBIN=$DUMPBIN
4231 for ac_prog in dumpbin "link -dump"
4232do
4233 # Extract the first word of "$ac_prog", so it can be a program name with args.
4234set dummy $ac_prog; ac_word=$2
4235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4237if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4238 $as_echo_n "(cached) " >&6
4239else
4240 if test -n "$ac_ct_DUMPBIN"; then
4241 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4242else
4243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244for as_dir in $PATH
4245do
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4250 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4253 fi
4254done
4255 done
4256IFS=$as_save_IFS
4257
4258fi
4259fi
4260ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4261if test -n "$ac_ct_DUMPBIN"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4263$as_echo "$ac_ct_DUMPBIN" >&6; }
4264else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266$as_echo "no" >&6; }
4267fi
4268
4269
4270 test -n "$ac_ct_DUMPBIN" && break
4271done
4272
4273 if test "x$ac_ct_DUMPBIN" = x; then
4274 DUMPBIN=":"
4275 else
4276 case $cross_compiling:$ac_tool_warned in
4277yes:)
4278{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4279$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4280ac_tool_warned=yes ;;
4281esac
4282 DUMPBIN=$ac_ct_DUMPBIN
4283 fi
4284fi
4285
4286 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4287 *COFF*)
4288 DUMPBIN="$DUMPBIN -symbols"
4289 ;;
4290 *)
4291 DUMPBIN=:
4292 ;;
4293 esac
4294 fi
4295
4296 if test "$DUMPBIN" != ":"; then
4297 NM="$DUMPBIN"
4298 fi
4299fi
4300test -z "$NM" && NM=nm
4301
4302
4303
4304
4305
4306
4307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4308$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4309if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4310 $as_echo_n "(cached) " >&6
4311else
4312 lt_cv_nm_interface="BSD nm"
4313 echo "int some_variable = 0;" > conftest.$ac_ext
4314 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4315 (eval "$ac_compile" 2>conftest.err)
4316 cat conftest.err >&5
4317 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4318 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4319 cat conftest.err >&5
4320 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4321 cat conftest.out >&5
4322 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4323 lt_cv_nm_interface="MS dumpbin"
4324 fi
4325 rm -f conftest*
4326fi
4327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4328$as_echo "$lt_cv_nm_interface" >&6; }
4329
4330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4331$as_echo_n "checking whether ln -s works... " >&6; }
4332LN_S=$as_ln_s
4333if test "$LN_S" = "ln -s"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4335$as_echo "yes" >&6; }
4336else
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4338$as_echo "no, using $LN_S" >&6; }
4339fi
4340
4341# find the maximum length of command line arguments
4342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4343$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4344if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4345 $as_echo_n "(cached) " >&6
4346else
4347 i=0
4348 teststring="ABCD"
4349
4350 case $build_os in
4351 msdosdjgpp*)
4352 # On DJGPP, this test can blow up pretty badly due to problems in libc
4353 # (any single argument exceeding 2000 bytes causes a buffer overrun
4354 # during glob expansion). Even if it were fixed, the result of this
4355 # check would be larger than it should be.
4356 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4357 ;;
4358
4359 gnu*)
4360 # Under GNU Hurd, this test is not required because there is
4361 # no limit to the length of command line arguments.
4362 # Libtool will interpret -1 as no limit whatsoever
4363 lt_cv_sys_max_cmd_len=-1;
4364 ;;
4365
4366 cygwin* | mingw* | cegcc*)
4367 # On Win9x/ME, this test blows up -- it succeeds, but takes
4368 # about 5 minutes as the teststring grows exponentially.
4369 # Worse, since 9x/ME are not pre-emptively multitasking,
4370 # you end up with a "frozen" computer, even though with patience
4371 # the test eventually succeeds (with a max line length of 256k).
4372 # Instead, let's just punt: use the minimum linelength reported by
4373 # all of the supported platforms: 8192 (on NT/2K/XP).
4374 lt_cv_sys_max_cmd_len=8192;
4375 ;;
4376
4377 mint*)
4378 # On MiNT this can take a long time and run out of memory.
4379 lt_cv_sys_max_cmd_len=8192;
4380 ;;
4381
4382 amigaos*)
4383 # On AmigaOS with pdksh, this test takes hours, literally.
4384 # So we just punt and use a minimum line length of 8192.
4385 lt_cv_sys_max_cmd_len=8192;
4386 ;;
4387
4388 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4389 # This has been around since 386BSD, at least. Likely further.
4390 if test -x /sbin/sysctl; then
4391 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4392 elif test -x /usr/sbin/sysctl; then
4393 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4394 else
4395 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4396 fi
4397 # And add a safety zone
4398 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4399 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4400 ;;
4401
4402 interix*)
4403 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4404 lt_cv_sys_max_cmd_len=196608
4405 ;;
4406
4407 osf*)
4408 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4409 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4410 # nice to cause kernel panics so lets avoid the loop below.
4411 # First set a reasonable default.
4412 lt_cv_sys_max_cmd_len=16384
4413 #
4414 if test -x /sbin/sysconfig; then
4415 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4416 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4417 esac
4418 fi
4419 ;;
4420 sco3.2v5*)
4421 lt_cv_sys_max_cmd_len=102400
4422 ;;
4423 sysv5* | sco5v6* | sysv4.2uw2*)
4424 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4425 if test -n "$kargmax"; then
4426 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4427 else
4428 lt_cv_sys_max_cmd_len=32768
4429 fi
4430 ;;
4431 *)
4432 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4433 if test -n "$lt_cv_sys_max_cmd_len"; then
4434 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4435 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4436 else
4437 # Make teststring a little bigger before we do anything with it.
4438 # a 1K string should be a reasonable start.
4439 for i in 1 2 3 4 5 6 7 8 ; do
4440 teststring=$teststring$teststring
4441 done
4442 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4443 # If test is not a shell built-in, we'll probably end up computing a
4444 # maximum length that is only half of the actual maximum length, but
4445 # we can't tell.
4446 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4447 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4448 test $i != 17 # 1/2 MB should be enough
4449 do
4450 i=`expr $i + 1`
4451 teststring=$teststring$teststring
4452 done
4453 # Only check the string length outside the loop.
4454 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4455 teststring=
4456 # Add a significant safety factor because C++ compilers can tack on
4457 # massive amounts of additional arguments before passing them to the
4458 # linker. It appears as though 1/2 is a usable value.
4459 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4460 fi
4461 ;;
4462 esac
4463
4464fi
4465
4466if test -n $lt_cv_sys_max_cmd_len ; then
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4468$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4469else
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4471$as_echo "none" >&6; }
4472fi
4473max_cmd_len=$lt_cv_sys_max_cmd_len
4474
4475
4476
4477
4478
4479
4480: ${CP="cp -f"}
4481: ${MV="mv -f"}
4482: ${RM="rm -f"}
4483
4484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4485$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4486# Try some XSI features
4487xsi_shell=no
4488( _lt_dummy="a/b/c"
4489 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4490 = c,a/b,, \
4491 && eval 'test $(( 1 + 1 )) -eq 2 \
4492 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4493 && xsi_shell=yes
4494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4495$as_echo "$xsi_shell" >&6; }
4496
4497
4498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4499$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4500lt_shell_append=no
4501( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4502 >/dev/null 2>&1 \
4503 && lt_shell_append=yes
4504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4505$as_echo "$lt_shell_append" >&6; }
4506
4507
4508if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4509 lt_unset=unset
4510else
4511 lt_unset=false
4512fi
4513
4514
4515
4516
4517
4518# test EBCDIC or ASCII
4519case `echo X|tr X '\101'` in
4520 A) # ASCII based system
4521 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4522 lt_SP2NL='tr \040 \012'
4523 lt_NL2SP='tr \015\012 \040\040'
4524 ;;
4525 *) # EBCDIC based system
4526 lt_SP2NL='tr \100 \n'
4527 lt_NL2SP='tr \r\n \100\100'
4528 ;;
4529esac
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4540$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4541if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4542 $as_echo_n "(cached) " >&6
4543else
4544 lt_cv_ld_reload_flag='-r'
4545fi
4546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4547$as_echo "$lt_cv_ld_reload_flag" >&6; }
4548reload_flag=$lt_cv_ld_reload_flag
4549case $reload_flag in
4550"" | " "*) ;;
4551*) reload_flag=" $reload_flag" ;;
4552esac
4553reload_cmds='$LD$reload_flag -o $output$reload_objs'
4554case $host_os in
4555 darwin*)
4556 if test "$GCC" = yes; then
4557 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4558 else
4559 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4560 fi
4561 ;;
4562esac
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572if test -n "$ac_tool_prefix"; then
4573 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4574set dummy ${ac_tool_prefix}objdump; ac_word=$2
4575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4576$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4577if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4578 $as_echo_n "(cached) " >&6
4579else
4580 if test -n "$OBJDUMP"; then
4581 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4582else
4583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4584for as_dir in $PATH
4585do
4586 IFS=$as_save_IFS
4587 test -z "$as_dir" && as_dir=.
4588 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4589 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4590 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4592 break 2
4593 fi
4594done
4595 done
4596IFS=$as_save_IFS
4597
4598fi
4599fi
4600OBJDUMP=$ac_cv_prog_OBJDUMP
4601if test -n "$OBJDUMP"; then
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4603$as_echo "$OBJDUMP" >&6; }
4604else
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4606$as_echo "no" >&6; }
4607fi
4608
4609
4610fi
4611if test -z "$ac_cv_prog_OBJDUMP"; then
4612 ac_ct_OBJDUMP=$OBJDUMP
4613 # Extract the first word of "objdump", so it can be a program name with args.
4614set dummy objdump; ac_word=$2
4615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4616$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4617if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4618 $as_echo_n "(cached) " >&6
4619else
4620 if test -n "$ac_ct_OBJDUMP"; then
4621 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4622else
4623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4624for as_dir in $PATH
4625do
4626 IFS=$as_save_IFS
4627 test -z "$as_dir" && as_dir=.
4628 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4630 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4632 break 2
4633 fi
4634done
4635 done
4636IFS=$as_save_IFS
4637
4638fi
4639fi
4640ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4641if test -n "$ac_ct_OBJDUMP"; then
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4643$as_echo "$ac_ct_OBJDUMP" >&6; }
4644else
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4646$as_echo "no" >&6; }
4647fi
4648
4649 if test "x$ac_ct_OBJDUMP" = x; then
4650 OBJDUMP="false"
4651 else
4652 case $cross_compiling:$ac_tool_warned in
4653yes:)
4654{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4655$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4656ac_tool_warned=yes ;;
4657esac
4658 OBJDUMP=$ac_ct_OBJDUMP
4659 fi
4660else
4661 OBJDUMP="$ac_cv_prog_OBJDUMP"
4662fi
4663
4664test -z "$OBJDUMP" && OBJDUMP=objdump
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4675$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4676if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4677 $as_echo_n "(cached) " >&6
4678else
4679 lt_cv_file_magic_cmd='$MAGIC_CMD'
4680lt_cv_file_magic_test_file=
4681lt_cv_deplibs_check_method='unknown'
4682# Need to set the preceding variable on all platforms that support
4683# interlibrary dependencies.
4684# 'none' -- dependencies not supported.
4685# `unknown' -- same as none, but documents that we really don't know.
4686# 'pass_all' -- all dependencies passed with no checks.
4687# 'test_compile' -- check by making test program.
4688# 'file_magic [[regex]]' -- check by looking for files in library path
4689# which responds to the $file_magic_cmd with a given extended regex.
4690# If you have `file' or equivalent on your system and you're not sure
4691# whether `pass_all' will *always* work, you probably want this one.
4692
4693case $host_os in
4694aix[4-9]*)
4695 lt_cv_deplibs_check_method=pass_all
4696 ;;
4697
4698beos*)
4699 lt_cv_deplibs_check_method=pass_all
4700 ;;
4701
4702bsdi[45]*)
4703 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4704 lt_cv_file_magic_cmd='/usr/bin/file -L'
4705 lt_cv_file_magic_test_file=/shlib/libc.so
4706 ;;
4707
4708cygwin*)
4709 # func_win32_libid is a shell function defined in ltmain.sh
4710 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4711 lt_cv_file_magic_cmd='func_win32_libid'
4712 ;;
4713
4714mingw* | pw32*)
4715 # Base MSYS/MinGW do not provide the 'file' command needed by
4716 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4717 # unless we find 'file', for example because we are cross-compiling.
4718 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4719 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4720 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4721 lt_cv_file_magic_cmd='func_win32_libid'
4722 else
4723 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4724 lt_cv_file_magic_cmd='$OBJDUMP -f'
4725 fi
4726 ;;
4727
4728cegcc*)
4729 # use the weaker test based on 'objdump'. See mingw*.
4730 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4731 lt_cv_file_magic_cmd='$OBJDUMP -f'
4732 ;;
4733
4734darwin* | rhapsody*)
4735 lt_cv_deplibs_check_method=pass_all
4736 ;;
4737
4738freebsd* | dragonfly*)
4739 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4740 case $host_cpu in
4741 i*86 )
4742 # Not sure whether the presence of OpenBSD here was a mistake.
4743 # Let's accept both of them until this is cleared up.
4744 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4745 lt_cv_file_magic_cmd=/usr/bin/file
4746 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4747 ;;
4748 esac
4749 else
4750 lt_cv_deplibs_check_method=pass_all
4751 fi
4752 ;;
4753
4754gnu*)
4755 lt_cv_deplibs_check_method=pass_all
4756 ;;
4757
4758haiku*)
4759 lt_cv_deplibs_check_method=pass_all
4760 ;;
4761
4762hpux10.20* | hpux11*)
4763 lt_cv_file_magic_cmd=/usr/bin/file
4764 case $host_cpu in
4765 ia64*)
4766 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4767 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4768 ;;
4769 hppa*64*)
4770 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]'
4771 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4772 ;;
4773 *)
4774 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4775 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4776 ;;
4777 esac
4778 ;;
4779
4780interix[3-9]*)
4781 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4782 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4783 ;;
4784
4785irix5* | irix6* | nonstopux*)
4786 case $LD in
4787 *-32|*"-32 ") libmagic=32-bit;;
4788 *-n32|*"-n32 ") libmagic=N32;;
4789 *-64|*"-64 ") libmagic=64-bit;;
4790 *) libmagic=never-match;;
4791 esac
4792 lt_cv_deplibs_check_method=pass_all
4793 ;;
4794
4795# This must be Linux ELF.
4796linux* | k*bsd*-gnu | kopensolaris*-gnu)
4797 lt_cv_deplibs_check_method=pass_all
4798 ;;
4799
4800netbsd*)
4801 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4802 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4803 else
4804 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4805 fi
4806 ;;
4807
4808newos6*)
4809 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4810 lt_cv_file_magic_cmd=/usr/bin/file
4811 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4812 ;;
4813
4814*nto* | *qnx*)
4815 lt_cv_deplibs_check_method=pass_all
4816 ;;
4817
4818openbsd*)
4819 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4820 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4821 else
4822 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4823 fi
4824 ;;
4825
4826osf3* | osf4* | osf5*)
4827 lt_cv_deplibs_check_method=pass_all
4828 ;;
4829
4830rdos*)
4831 lt_cv_deplibs_check_method=pass_all
4832 ;;
4833
4834solaris*)
4835 lt_cv_deplibs_check_method=pass_all
4836 ;;
4837
4838sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4839 lt_cv_deplibs_check_method=pass_all
4840 ;;
4841
4842sysv4 | sysv4.3*)
4843 case $host_vendor in
4844 motorola)
4845 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]'
4846 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4847 ;;
4848 ncr)
4849 lt_cv_deplibs_check_method=pass_all
4850 ;;
4851 sequent)
4852 lt_cv_file_magic_cmd='/bin/file'
4853 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4854 ;;
4855 sni)
4856 lt_cv_file_magic_cmd='/bin/file'
4857 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4858 lt_cv_file_magic_test_file=/lib/libc.so
4859 ;;
4860 siemens)
4861 lt_cv_deplibs_check_method=pass_all
4862 ;;
4863 pc)
4864 lt_cv_deplibs_check_method=pass_all
4865 ;;
4866 esac
4867 ;;
4868
4869tpf*)
4870 lt_cv_deplibs_check_method=pass_all
4871 ;;
4872esac
4873
4874fi
4875{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4876$as_echo "$lt_cv_deplibs_check_method" >&6; }
4877file_magic_cmd=$lt_cv_file_magic_cmd
4878deplibs_check_method=$lt_cv_deplibs_check_method
4879test -z "$deplibs_check_method" && deplibs_check_method=unknown
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
68ed2854
MF
4892plugin_option=
4893plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4894for plugin in $plugin_names; do
4895 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4896 if test x$plugin_so = x$plugin; then
4897 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4898 fi
4899 if test x$plugin_so != x$plugin; then
4900 plugin_option="--plugin $plugin_so"
4901 break
4902 fi
4903done
4904
6bb11ab3
L
4905if test -n "$ac_tool_prefix"; then
4906 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4907set dummy ${ac_tool_prefix}ar; ac_word=$2
4908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4909$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4910if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4911 $as_echo_n "(cached) " >&6
4912else
4913 if test -n "$AR"; then
4914 ac_cv_prog_AR="$AR" # Let the user override the test.
4915else
4916as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4917for as_dir in $PATH
4918do
4919 IFS=$as_save_IFS
4920 test -z "$as_dir" && as_dir=.
4921 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4923 ac_cv_prog_AR="${ac_tool_prefix}ar"
4924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4925 break 2
4926 fi
4927done
4928 done
4929IFS=$as_save_IFS
4930
4931fi
4932fi
4933AR=$ac_cv_prog_AR
4934if test -n "$AR"; then
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4936$as_echo "$AR" >&6; }
4937else
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4939$as_echo "no" >&6; }
4940fi
4941
4942
4943fi
4944if test -z "$ac_cv_prog_AR"; then
4945 ac_ct_AR=$AR
4946 # Extract the first word of "ar", so it can be a program name with args.
4947set dummy ar; ac_word=$2
4948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4949$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4950if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4951 $as_echo_n "(cached) " >&6
4952else
4953 if test -n "$ac_ct_AR"; then
4954 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4955else
4956as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4957for as_dir in $PATH
4958do
4959 IFS=$as_save_IFS
4960 test -z "$as_dir" && as_dir=.
4961 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4962 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4963 ac_cv_prog_ac_ct_AR="ar"
4964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4965 break 2
4966 fi
4967done
4968 done
4969IFS=$as_save_IFS
4970
4971fi
4972fi
4973ac_ct_AR=$ac_cv_prog_ac_ct_AR
4974if test -n "$ac_ct_AR"; then
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4976$as_echo "$ac_ct_AR" >&6; }
4977else
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4979$as_echo "no" >&6; }
4980fi
4981
4982 if test "x$ac_ct_AR" = x; then
4983 AR="false"
4984 else
4985 case $cross_compiling:$ac_tool_warned in
4986yes:)
4987{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4988$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4989ac_tool_warned=yes ;;
4990esac
4991 AR=$ac_ct_AR
4992 fi
4993else
4994 AR="$ac_cv_prog_AR"
4995fi
4996
4997test -z "$AR" && AR=ar
68ed2854
MF
4998if test -n "$plugin_option"; then
4999 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5000 touch conftest.c
5001 $AR $plugin_option rc conftest.a conftest.c
5002 if test "$?" != 0; then
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5004$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5005 else
5006 AR="$AR $plugin_option"
5007 fi
5008 rm -f conftest.*
68ed2854
MF
5009 fi
5010fi
6bb11ab3
L
5011test -z "$AR_FLAGS" && AR_FLAGS=cru
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023if test -n "$ac_tool_prefix"; then
5024 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5025set dummy ${ac_tool_prefix}strip; ac_word=$2
5026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5028if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5029 $as_echo_n "(cached) " >&6
5030else
5031 if test -n "$STRIP"; then
5032 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5033else
5034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035for as_dir in $PATH
5036do
5037 IFS=$as_save_IFS
5038 test -z "$as_dir" && as_dir=.
5039 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5040 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5041 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043 break 2
5044 fi
5045done
5046 done
5047IFS=$as_save_IFS
5048
5049fi
5050fi
5051STRIP=$ac_cv_prog_STRIP
5052if test -n "$STRIP"; then
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5054$as_echo "$STRIP" >&6; }
5055else
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057$as_echo "no" >&6; }
5058fi
5059
5060
5061fi
5062if test -z "$ac_cv_prog_STRIP"; then
5063 ac_ct_STRIP=$STRIP
5064 # Extract the first word of "strip", so it can be a program name with args.
5065set dummy strip; ac_word=$2
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5067$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5068if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5069 $as_echo_n "(cached) " >&6
5070else
5071 if test -n "$ac_ct_STRIP"; then
5072 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5073else
5074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5075for as_dir in $PATH
5076do
5077 IFS=$as_save_IFS
5078 test -z "$as_dir" && as_dir=.
5079 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5080 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5081 ac_cv_prog_ac_ct_STRIP="strip"
5082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5083 break 2
5084 fi
5085done
5086 done
5087IFS=$as_save_IFS
5088
5089fi
5090fi
5091ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5092if test -n "$ac_ct_STRIP"; then
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5094$as_echo "$ac_ct_STRIP" >&6; }
5095else
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5097$as_echo "no" >&6; }
5098fi
5099
5100 if test "x$ac_ct_STRIP" = x; then
5101 STRIP=":"
5102 else
5103 case $cross_compiling:$ac_tool_warned in
5104yes:)
5105{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5106$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5107ac_tool_warned=yes ;;
5108esac
5109 STRIP=$ac_ct_STRIP
5110 fi
5111else
5112 STRIP="$ac_cv_prog_STRIP"
5113fi
5114
5115test -z "$STRIP" && STRIP=:
5116
5117
5118
5119
5120
5121
5122if test -n "$ac_tool_prefix"; then
5123 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5124set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5126$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5127if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5128 $as_echo_n "(cached) " >&6
5129else
5130 if test -n "$RANLIB"; then
5131 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5132else
5133as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5134for as_dir in $PATH
5135do
5136 IFS=$as_save_IFS
5137 test -z "$as_dir" && as_dir=.
5138 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5140 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5142 break 2
5143 fi
5144done
5145 done
5146IFS=$as_save_IFS
5147
5148fi
5149fi
5150RANLIB=$ac_cv_prog_RANLIB
5151if test -n "$RANLIB"; then
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5153$as_echo "$RANLIB" >&6; }
5154else
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5156$as_echo "no" >&6; }
5157fi
5158
5159
5160fi
5161if test -z "$ac_cv_prog_RANLIB"; then
5162 ac_ct_RANLIB=$RANLIB
5163 # Extract the first word of "ranlib", so it can be a program name with args.
5164set dummy ranlib; ac_word=$2
5165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5166$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5167if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5168 $as_echo_n "(cached) " >&6
5169else
5170 if test -n "$ac_ct_RANLIB"; then
5171 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5172else
5173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5174for as_dir in $PATH
5175do
5176 IFS=$as_save_IFS
5177 test -z "$as_dir" && as_dir=.
5178 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5180 ac_cv_prog_ac_ct_RANLIB="ranlib"
5181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5182 break 2
5183 fi
5184done
5185 done
5186IFS=$as_save_IFS
5187
5188fi
5189fi
5190ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5191if test -n "$ac_ct_RANLIB"; then
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5193$as_echo "$ac_ct_RANLIB" >&6; }
5194else
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5196$as_echo "no" >&6; }
5197fi
5198
5199 if test "x$ac_ct_RANLIB" = x; then
5200 RANLIB=":"
5201 else
5202 case $cross_compiling:$ac_tool_warned in
5203yes:)
5204{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5205$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5206ac_tool_warned=yes ;;
5207esac
5208 RANLIB=$ac_ct_RANLIB
5209 fi
5210else
5211 RANLIB="$ac_cv_prog_RANLIB"
5212fi
5213
5214test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5215if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5216 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5217 RANLIB="$RANLIB $plugin_option"
5218 fi
5219fi
6bb11ab3
L
5220
5221
5222
5223
5224
5225
5226# Determine commands to create old-style static archives.
5227old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5228old_postinstall_cmds='chmod 644 $oldlib'
5229old_postuninstall_cmds=
5230
5231if test -n "$RANLIB"; then
5232 case $host_os in
5233 openbsd*)
5234 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5235 ;;
5236 *)
5237 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5238 ;;
5239 esac
5240 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5241fi
5242
5243case $host_os in
5244 darwin*)
5245 lock_old_archive_extraction=yes ;;
5246 *)
5247 lock_old_archive_extraction=no ;;
5248esac
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270for ac_prog in gawk mawk nawk awk
5271do
5272 # Extract the first word of "$ac_prog", so it can be a program name with args.
5273set dummy $ac_prog; ac_word=$2
5274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5275$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5276if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5277 $as_echo_n "(cached) " >&6
5278else
5279 if test -n "$AWK"; then
5280 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5281else
5282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5283for as_dir in $PATH
5284do
5285 IFS=$as_save_IFS
5286 test -z "$as_dir" && as_dir=.
5287 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5289 ac_cv_prog_AWK="$ac_prog"
5290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5291 break 2
5292 fi
5293done
5294 done
5295IFS=$as_save_IFS
5296
5297fi
5298fi
5299AWK=$ac_cv_prog_AWK
5300if test -n "$AWK"; then
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5302$as_echo "$AWK" >&6; }
5303else
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5305$as_echo "no" >&6; }
5306fi
5307
5308
5309 test -n "$AWK" && break
5310done
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330# If no C compiler was specified, use CC.
5331LTCC=${LTCC-"$CC"}
5332
5333# If no C compiler flags were specified, use CFLAGS.
5334LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5335
5336# Allow CC to be a program name with arguments.
5337compiler=$CC
5338
5339
5340# Check for command to grab the raw symbol name followed by C symbol from nm.
5341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5342$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5343if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5344 $as_echo_n "(cached) " >&6
5345else
5346
5347# These are sane defaults that work on at least a few old systems.
5348# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5349
5350# Character class describing NM global symbol codes.
5351symcode='[BCDEGRST]'
5352
5353# Regexp to match symbols that can be accessed directly from C.
5354sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5355
5356# Define system-specific variables.
5357case $host_os in
5358aix*)
5359 symcode='[BCDT]'
5360 ;;
5361cygwin* | mingw* | pw32* | cegcc*)
5362 symcode='[ABCDGISTW]'
5363 ;;
5364hpux*)
5365 if test "$host_cpu" = ia64; then
5366 symcode='[ABCDEGRST]'
5367 fi
5368 ;;
5369irix* | nonstopux*)
5370 symcode='[BCDEGRST]'
5371 ;;
5372osf*)
5373 symcode='[BCDEGQRST]'
5374 ;;
5375solaris*)
5376 symcode='[BDRT]'
5377 ;;
5378sco3.2v5*)
5379 symcode='[DT]'
5380 ;;
5381sysv4.2uw2*)
5382 symcode='[DT]'
5383 ;;
5384sysv5* | sco5v6* | unixware* | OpenUNIX*)
5385 symcode='[ABDT]'
5386 ;;
5387sysv4)
5388 symcode='[DFNSTU]'
5389 ;;
5390esac
5391
5392# If we're using GNU nm, then use its standard symbol codes.
5393case `$NM -V 2>&1` in
5394*GNU* | *'with BFD'*)
5395 symcode='[ABCDGIRSTW]' ;;
5396esac
5397
5398# Transform an extracted symbol line into a proper C declaration.
5399# Some systems (esp. on ia64) link data and code symbols differently,
5400# so use this general approach.
5401lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5402
5403# Transform an extracted symbol line into symbol name and symbol address
5404lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5405lt_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'"
5406
5407# Handle CRLF in mingw tool chain
5408opt_cr=
5409case $build_os in
5410mingw*)
5411 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5412 ;;
5413esac
5414
5415# Try without a prefix underscore, then with it.
5416for ac_symprfx in "" "_"; do
5417
5418 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5419 symxfrm="\\1 $ac_symprfx\\2 \\2"
5420
5421 # Write the raw and C identifiers.
5422 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5423 # Fake it for dumpbin and say T for any non-static function
5424 # and D for any global variable.
5425 # Also find C++ and __fastcall symbols from MSVC++,
5426 # which start with @ or ?.
5427 lt_cv_sys_global_symbol_pipe="$AWK '"\
5428" {last_section=section; section=\$ 3};"\
5429" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5430" \$ 0!~/External *\|/{next};"\
5431" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5432" {if(hide[section]) next};"\
5433" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5434" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5435" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5436" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5437" ' prfx=^$ac_symprfx"
5438 else
5439 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5440 fi
5441
5442 # Check to see that the pipe works correctly.
5443 pipe_works=no
5444
5445 rm -f conftest*
5446 cat > conftest.$ac_ext <<_LT_EOF
5447#ifdef __cplusplus
5448extern "C" {
5449#endif
5450char nm_test_var;
5451void nm_test_func(void);
5452void nm_test_func(void){}
5453#ifdef __cplusplus
5454}
5455#endif
5456int main(){nm_test_var='a';nm_test_func();return(0);}
5457_LT_EOF
5458
5459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5460 (eval $ac_compile) 2>&5
5461 ac_status=$?
5462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5463 test $ac_status = 0; }; then
5464 # Now try to grab the symbols.
5465 nlist=conftest.nm
5466 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5467 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5468 ac_status=$?
5469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5470 test $ac_status = 0; } && test -s "$nlist"; then
5471 # Try sorting and uniquifying the output.
5472 if sort "$nlist" | uniq > "$nlist"T; then
5473 mv -f "$nlist"T "$nlist"
5474 else
5475 rm -f "$nlist"T
5476 fi
5477
5478 # Make sure that we snagged all the symbols we need.
5479 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5480 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5481 cat <<_LT_EOF > conftest.$ac_ext
5482#ifdef __cplusplus
5483extern "C" {
5484#endif
5485
5486_LT_EOF
5487 # Now generate the symbol file.
5488 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5489
5490 cat <<_LT_EOF >> conftest.$ac_ext
5491
5492/* The mapping between symbol names and symbols. */
5493const struct {
5494 const char *name;
5495 void *address;
5496}
5497lt__PROGRAM__LTX_preloaded_symbols[] =
5498{
5499 { "@PROGRAM@", (void *) 0 },
5500_LT_EOF
5501 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5502 cat <<\_LT_EOF >> conftest.$ac_ext
5503 {0, (void *) 0}
5504};
5505
5506/* This works around a problem in FreeBSD linker */
5507#ifdef FREEBSD_WORKAROUND
5508static const void *lt_preloaded_setup() {
5509 return lt__PROGRAM__LTX_preloaded_symbols;
5510}
5511#endif
5512
5513#ifdef __cplusplus
5514}
5515#endif
5516_LT_EOF
5517 # Now try linking the two files.
5518 mv conftest.$ac_objext conftstm.$ac_objext
5519 lt_save_LIBS="$LIBS"
5520 lt_save_CFLAGS="$CFLAGS"
5521 LIBS="conftstm.$ac_objext"
5522 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5523 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5524 (eval $ac_link) 2>&5
5525 ac_status=$?
5526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5527 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5528 pipe_works=yes
5529 fi
5530 LIBS="$lt_save_LIBS"
5531 CFLAGS="$lt_save_CFLAGS"
5532 else
5533 echo "cannot find nm_test_func in $nlist" >&5
5534 fi
5535 else
5536 echo "cannot find nm_test_var in $nlist" >&5
5537 fi
5538 else
5539 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5540 fi
5541 else
5542 echo "$progname: failed program was:" >&5
5543 cat conftest.$ac_ext >&5
5544 fi
5545 rm -rf conftest* conftst*
5546
5547 # Do not use the global_symbol_pipe unless it works.
5548 if test "$pipe_works" = yes; then
5549 break
5550 else
5551 lt_cv_sys_global_symbol_pipe=
5552 fi
5553done
5554
5555fi
5556
5557if test -z "$lt_cv_sys_global_symbol_pipe"; then
5558 lt_cv_sys_global_symbol_to_cdecl=
5559fi
5560if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5562$as_echo "failed" >&6; }
5563else
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5565$as_echo "ok" >&6; }
5566fi
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589# Check whether --enable-libtool-lock was given.
5590if test "${enable_libtool_lock+set}" = set; then :
5591 enableval=$enable_libtool_lock;
5592fi
5593
5594test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5595
5596# Some flags need to be propagated to the compiler or linker for good
5597# libtool support.
5598case $host in
5599ia64-*-hpux*)
5600 # Find out which ABI we are using.
5601 echo 'int i;' > conftest.$ac_ext
5602 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5603 (eval $ac_compile) 2>&5
5604 ac_status=$?
5605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5606 test $ac_status = 0; }; then
5607 case `/usr/bin/file conftest.$ac_objext` in
5608 *ELF-32*)
5609 HPUX_IA64_MODE="32"
5610 ;;
5611 *ELF-64*)
5612 HPUX_IA64_MODE="64"
5613 ;;
5614 esac
5615 fi
5616 rm -rf conftest*
5617 ;;
5618*-*-irix6*)
5619 # Find out which ABI we are using.
5620 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5621 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5622 (eval $ac_compile) 2>&5
5623 ac_status=$?
5624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5625 test $ac_status = 0; }; then
5626 if test "$lt_cv_prog_gnu_ld" = yes; then
5627 case `/usr/bin/file conftest.$ac_objext` in
5628 *32-bit*)
5629 LD="${LD-ld} -melf32bsmip"
5630 ;;
5631 *N32*)
5632 LD="${LD-ld} -melf32bmipn32"
5633 ;;
5634 *64-bit*)
5635 LD="${LD-ld} -melf64bmip"
5636 ;;
5637 esac
5638 else
5639 case `/usr/bin/file conftest.$ac_objext` in
5640 *32-bit*)
5641 LD="${LD-ld} -32"
5642 ;;
5643 *N32*)
5644 LD="${LD-ld} -n32"
5645 ;;
5646 *64-bit*)
5647 LD="${LD-ld} -64"
5648 ;;
5649 esac
5650 fi
5651 fi
5652 rm -rf conftest*
5653 ;;
5654
bf3d9781 5655x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5656s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5657 # Find out which ABI we are using.
5658 echo 'int i;' > conftest.$ac_ext
5659 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5660 (eval $ac_compile) 2>&5
5661 ac_status=$?
5662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5663 test $ac_status = 0; }; then
5664 case `/usr/bin/file conftest.o` in
5665 *32-bit*)
5666 case $host in
5667 x86_64-*kfreebsd*-gnu)
5668 LD="${LD-ld} -m elf_i386_fbsd"
5669 ;;
5670 x86_64-*linux*)
5671 case `/usr/bin/file conftest.o` in
5672 *x86-64*)
5673 LD="${LD-ld} -m elf32_x86_64"
5674 ;;
5675 *)
5676 LD="${LD-ld} -m elf_i386"
5677 ;;
5678 esac
5679 ;;
bf3d9781
AM
5680 powerpc64le-*linux*)
5681 LD="${LD-ld} -m elf32lppclinux"
5682 ;;
5683 powerpc64-*linux*)
6bb11ab3
L
5684 LD="${LD-ld} -m elf32ppclinux"
5685 ;;
5686 s390x-*linux*)
5687 LD="${LD-ld} -m elf_s390"
5688 ;;
5689 sparc64-*linux*)
5690 LD="${LD-ld} -m elf32_sparc"
5691 ;;
5692 esac
5693 ;;
5694 *64-bit*)
5695 case $host in
5696 x86_64-*kfreebsd*-gnu)
5697 LD="${LD-ld} -m elf_x86_64_fbsd"
5698 ;;
5699 x86_64-*linux*)
5700 LD="${LD-ld} -m elf_x86_64"
5701 ;;
bf3d9781
AM
5702 powerpcle-*linux*)
5703 LD="${LD-ld} -m elf64lppc"
5704 ;;
5705 powerpc-*linux*)
6bb11ab3
L
5706 LD="${LD-ld} -m elf64ppc"
5707 ;;
5708 s390*-*linux*|s390*-*tpf*)
5709 LD="${LD-ld} -m elf64_s390"
5710 ;;
5711 sparc*-*linux*)
5712 LD="${LD-ld} -m elf64_sparc"
5713 ;;
5714 esac
5715 ;;
5716 esac
5717 fi
5718 rm -rf conftest*
5719 ;;
5720
5721*-*-sco3.2v5*)
5722 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5723 SAVE_CFLAGS="$CFLAGS"
5724 CFLAGS="$CFLAGS -belf"
5725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5726$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5727if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5728 $as_echo_n "(cached) " >&6
5729else
5730 ac_ext=c
5731ac_cpp='$CPP $CPPFLAGS'
5732ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5733ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5734ac_compiler_gnu=$ac_cv_c_compiler_gnu
5735
5736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5737/* end confdefs.h. */
5738
5739int
5740main ()
5741{
5742
5743 ;
5744 return 0;
5745}
5746_ACEOF
5747if ac_fn_c_try_link "$LINENO"; then :
5748 lt_cv_cc_needs_belf=yes
5749else
5750 lt_cv_cc_needs_belf=no
5751fi
5752rm -f core conftest.err conftest.$ac_objext \
5753 conftest$ac_exeext conftest.$ac_ext
5754 ac_ext=c
5755ac_cpp='$CPP $CPPFLAGS'
5756ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5757ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5758ac_compiler_gnu=$ac_cv_c_compiler_gnu
5759
5760fi
5761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5762$as_echo "$lt_cv_cc_needs_belf" >&6; }
5763 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5764 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5765 CFLAGS="$SAVE_CFLAGS"
5766 fi
5767 ;;
5768sparc*-*solaris*)
5769 # Find out which ABI we are using.
5770 echo 'int i;' > conftest.$ac_ext
5771 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5772 (eval $ac_compile) 2>&5
5773 ac_status=$?
5774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5775 test $ac_status = 0; }; then
5776 case `/usr/bin/file conftest.o` in
5777 *64-bit*)
5778 case $lt_cv_prog_gnu_ld in
5779 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5780 *)
5781 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5782 LD="${LD-ld} -64"
5783 fi
5784 ;;
5785 esac
5786 ;;
5787 esac
5788 fi
5789 rm -rf conftest*
5790 ;;
5791esac
5792
5793need_locks="$enable_libtool_lock"
5794
5795
5796 case $host_os in
5797 rhapsody* | darwin*)
5798 if test -n "$ac_tool_prefix"; then
5799 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5800set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5802$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5803if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5804 $as_echo_n "(cached) " >&6
5805else
5806 if test -n "$DSYMUTIL"; then
5807 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5808else
5809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5810for as_dir in $PATH
5811do
5812 IFS=$as_save_IFS
5813 test -z "$as_dir" && as_dir=.
5814 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5816 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5818 break 2
5819 fi
5820done
5821 done
5822IFS=$as_save_IFS
5823
5824fi
5825fi
5826DSYMUTIL=$ac_cv_prog_DSYMUTIL
5827if test -n "$DSYMUTIL"; then
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5829$as_echo "$DSYMUTIL" >&6; }
5830else
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5832$as_echo "no" >&6; }
5833fi
5834
5835
5836fi
5837if test -z "$ac_cv_prog_DSYMUTIL"; then
5838 ac_ct_DSYMUTIL=$DSYMUTIL
5839 # Extract the first word of "dsymutil", so it can be a program name with args.
5840set dummy dsymutil; ac_word=$2
5841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5842$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5843if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5844 $as_echo_n "(cached) " >&6
5845else
5846 if test -n "$ac_ct_DSYMUTIL"; then
5847 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5848else
5849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5850for as_dir in $PATH
5851do
5852 IFS=$as_save_IFS
5853 test -z "$as_dir" && as_dir=.
5854 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5856 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5858 break 2
5859 fi
5860done
5861 done
5862IFS=$as_save_IFS
5863
5864fi
5865fi
5866ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5867if test -n "$ac_ct_DSYMUTIL"; then
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5869$as_echo "$ac_ct_DSYMUTIL" >&6; }
5870else
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5872$as_echo "no" >&6; }
5873fi
5874
5875 if test "x$ac_ct_DSYMUTIL" = x; then
5876 DSYMUTIL=":"
5877 else
5878 case $cross_compiling:$ac_tool_warned in
5879yes:)
5880{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5881$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5882ac_tool_warned=yes ;;
5883esac
5884 DSYMUTIL=$ac_ct_DSYMUTIL
5885 fi
5886else
5887 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5888fi
5889
5890 if test -n "$ac_tool_prefix"; then
5891 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5892set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5894$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5895if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5896 $as_echo_n "(cached) " >&6
5897else
5898 if test -n "$NMEDIT"; then
5899 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5900else
5901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5902for as_dir in $PATH
5903do
5904 IFS=$as_save_IFS
5905 test -z "$as_dir" && as_dir=.
5906 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5907 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5908 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5910 break 2
5911 fi
5912done
5913 done
5914IFS=$as_save_IFS
5915
5916fi
5917fi
5918NMEDIT=$ac_cv_prog_NMEDIT
5919if test -n "$NMEDIT"; then
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5921$as_echo "$NMEDIT" >&6; }
5922else
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5924$as_echo "no" >&6; }
5925fi
5926
5927
5928fi
5929if test -z "$ac_cv_prog_NMEDIT"; then
5930 ac_ct_NMEDIT=$NMEDIT
5931 # Extract the first word of "nmedit", so it can be a program name with args.
5932set dummy nmedit; ac_word=$2
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5934$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5935if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5936 $as_echo_n "(cached) " >&6
5937else
5938 if test -n "$ac_ct_NMEDIT"; then
5939 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5940else
5941as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5942for as_dir in $PATH
5943do
5944 IFS=$as_save_IFS
5945 test -z "$as_dir" && as_dir=.
5946 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5947 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5948 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5950 break 2
5951 fi
5952done
5953 done
5954IFS=$as_save_IFS
5955
5956fi
5957fi
5958ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5959if test -n "$ac_ct_NMEDIT"; then
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5961$as_echo "$ac_ct_NMEDIT" >&6; }
5962else
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5964$as_echo "no" >&6; }
5965fi
5966
5967 if test "x$ac_ct_NMEDIT" = x; then
5968 NMEDIT=":"
5969 else
5970 case $cross_compiling:$ac_tool_warned in
5971yes:)
5972{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5973$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5974ac_tool_warned=yes ;;
5975esac
5976 NMEDIT=$ac_ct_NMEDIT
5977 fi
5978else
5979 NMEDIT="$ac_cv_prog_NMEDIT"
5980fi
5981
5982 if test -n "$ac_tool_prefix"; then
5983 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5984set dummy ${ac_tool_prefix}lipo; ac_word=$2
5985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5986$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5987if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5988 $as_echo_n "(cached) " >&6
5989else
5990 if test -n "$LIPO"; then
5991 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5992else
5993as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5994for as_dir in $PATH
5995do
5996 IFS=$as_save_IFS
5997 test -z "$as_dir" && as_dir=.
5998 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5999 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6000 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6002 break 2
6003 fi
6004done
6005 done
6006IFS=$as_save_IFS
6007
6008fi
6009fi
6010LIPO=$ac_cv_prog_LIPO
6011if test -n "$LIPO"; then
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6013$as_echo "$LIPO" >&6; }
6014else
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6016$as_echo "no" >&6; }
6017fi
6018
6019
6020fi
6021if test -z "$ac_cv_prog_LIPO"; then
6022 ac_ct_LIPO=$LIPO
6023 # Extract the first word of "lipo", so it can be a program name with args.
6024set dummy lipo; ac_word=$2
6025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6026$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6027if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6028 $as_echo_n "(cached) " >&6
6029else
6030 if test -n "$ac_ct_LIPO"; then
6031 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6032else
6033as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6034for as_dir in $PATH
6035do
6036 IFS=$as_save_IFS
6037 test -z "$as_dir" && as_dir=.
6038 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6039 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6040 ac_cv_prog_ac_ct_LIPO="lipo"
6041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6042 break 2
6043 fi
6044done
6045 done
6046IFS=$as_save_IFS
6047
6048fi
6049fi
6050ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6051if test -n "$ac_ct_LIPO"; then
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6053$as_echo "$ac_ct_LIPO" >&6; }
6054else
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6056$as_echo "no" >&6; }
6057fi
6058
6059 if test "x$ac_ct_LIPO" = x; then
6060 LIPO=":"
6061 else
6062 case $cross_compiling:$ac_tool_warned in
6063yes:)
6064{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6065$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6066ac_tool_warned=yes ;;
6067esac
6068 LIPO=$ac_ct_LIPO
6069 fi
6070else
6071 LIPO="$ac_cv_prog_LIPO"
6072fi
6073
6074 if test -n "$ac_tool_prefix"; then
6075 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6076set dummy ${ac_tool_prefix}otool; ac_word=$2
6077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6078$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6079if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6080 $as_echo_n "(cached) " >&6
6081else
6082 if test -n "$OTOOL"; then
6083 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6084else
6085as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6086for as_dir in $PATH
6087do
6088 IFS=$as_save_IFS
6089 test -z "$as_dir" && as_dir=.
6090 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6091 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6092 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6094 break 2
6095 fi
6096done
6097 done
6098IFS=$as_save_IFS
6099
6100fi
6101fi
6102OTOOL=$ac_cv_prog_OTOOL
6103if test -n "$OTOOL"; then
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6105$as_echo "$OTOOL" >&6; }
6106else
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6108$as_echo "no" >&6; }
6109fi
6110
6111
6112fi
6113if test -z "$ac_cv_prog_OTOOL"; then
6114 ac_ct_OTOOL=$OTOOL
6115 # Extract the first word of "otool", so it can be a program name with args.
6116set dummy otool; ac_word=$2
6117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6118$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6119if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6120 $as_echo_n "(cached) " >&6
6121else
6122 if test -n "$ac_ct_OTOOL"; then
6123 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6124else
6125as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6126for as_dir in $PATH
6127do
6128 IFS=$as_save_IFS
6129 test -z "$as_dir" && as_dir=.
6130 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6131 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6132 ac_cv_prog_ac_ct_OTOOL="otool"
6133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6134 break 2
6135 fi
6136done
6137 done
6138IFS=$as_save_IFS
6139
6140fi
6141fi
6142ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6143if test -n "$ac_ct_OTOOL"; then
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6145$as_echo "$ac_ct_OTOOL" >&6; }
6146else
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6148$as_echo "no" >&6; }
6149fi
6150
6151 if test "x$ac_ct_OTOOL" = x; then
6152 OTOOL=":"
6153 else
6154 case $cross_compiling:$ac_tool_warned in
6155yes:)
6156{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6157$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6158ac_tool_warned=yes ;;
6159esac
6160 OTOOL=$ac_ct_OTOOL
6161 fi
6162else
6163 OTOOL="$ac_cv_prog_OTOOL"
6164fi
6165
6166 if test -n "$ac_tool_prefix"; then
6167 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6168set dummy ${ac_tool_prefix}otool64; ac_word=$2
6169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6170$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6171if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6172 $as_echo_n "(cached) " >&6
6173else
6174 if test -n "$OTOOL64"; then
6175 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6176else
6177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6178for as_dir in $PATH
6179do
6180 IFS=$as_save_IFS
6181 test -z "$as_dir" && as_dir=.
6182 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6183 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6184 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6186 break 2
6187 fi
6188done
6189 done
6190IFS=$as_save_IFS
6191
6192fi
6193fi
6194OTOOL64=$ac_cv_prog_OTOOL64
6195if test -n "$OTOOL64"; then
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6197$as_echo "$OTOOL64" >&6; }
6198else
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6200$as_echo "no" >&6; }
6201fi
6202
6203
6204fi
6205if test -z "$ac_cv_prog_OTOOL64"; then
6206 ac_ct_OTOOL64=$OTOOL64
6207 # Extract the first word of "otool64", so it can be a program name with args.
6208set dummy otool64; ac_word=$2
6209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6210$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6211if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6212 $as_echo_n "(cached) " >&6
6213else
6214 if test -n "$ac_ct_OTOOL64"; then
6215 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6216else
6217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6218for as_dir in $PATH
6219do
6220 IFS=$as_save_IFS
6221 test -z "$as_dir" && as_dir=.
6222 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6223 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6224 ac_cv_prog_ac_ct_OTOOL64="otool64"
6225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6226 break 2
6227 fi
6228done
6229 done
6230IFS=$as_save_IFS
6231
6232fi
6233fi
6234ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6235if test -n "$ac_ct_OTOOL64"; then
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6237$as_echo "$ac_ct_OTOOL64" >&6; }
6238else
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6240$as_echo "no" >&6; }
6241fi
6242
6243 if test "x$ac_ct_OTOOL64" = x; then
6244 OTOOL64=":"
6245 else
6246 case $cross_compiling:$ac_tool_warned in
6247yes:)
6248{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6249$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6250ac_tool_warned=yes ;;
6251esac
6252 OTOOL64=$ac_ct_OTOOL64
6253 fi
6254else
6255 OTOOL64="$ac_cv_prog_OTOOL64"
6256fi
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6285$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6286if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6287 $as_echo_n "(cached) " >&6
6288else
6289 lt_cv_apple_cc_single_mod=no
6290 if test -z "${LT_MULTI_MODULE}"; then
6291 # By default we will add the -single_module flag. You can override
6292 # by either setting the environment variable LT_MULTI_MODULE
6293 # non-empty at configure time, or by adding -multi_module to the
6294 # link flags.
6295 rm -rf libconftest.dylib*
6296 echo "int foo(void){return 1;}" > conftest.c
6297 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6298-dynamiclib -Wl,-single_module conftest.c" >&5
6299 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6300 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6301 _lt_result=$?
6302 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6303 lt_cv_apple_cc_single_mod=yes
6304 else
6305 cat conftest.err >&5
6306 fi
6307 rm -rf libconftest.dylib*
6308 rm -f conftest.*
6309 fi
6310fi
6311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6312$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6314$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6315if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6316 $as_echo_n "(cached) " >&6
6317else
6318 lt_cv_ld_exported_symbols_list=no
6319 save_LDFLAGS=$LDFLAGS
6320 echo "_main" > conftest.sym
6321 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6323/* end confdefs.h. */
6324
6325int
6326main ()
6327{
6328
6329 ;
6330 return 0;
6331}
6332_ACEOF
6333if ac_fn_c_try_link "$LINENO"; then :
6334 lt_cv_ld_exported_symbols_list=yes
6335else
6336 lt_cv_ld_exported_symbols_list=no
6337fi
6338rm -f core conftest.err conftest.$ac_objext \
6339 conftest$ac_exeext conftest.$ac_ext
6340 LDFLAGS="$save_LDFLAGS"
6341
6342fi
6343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6344$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6346$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6347if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6348 $as_echo_n "(cached) " >&6
6349else
6350 lt_cv_ld_force_load=no
6351 cat > conftest.c << _LT_EOF
6352int forced_loaded() { return 2;}
6353_LT_EOF
6354 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6355 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6356 echo "$AR cru libconftest.a conftest.o" >&5
6357 $AR cru libconftest.a conftest.o 2>&5
6358 cat > conftest.c << _LT_EOF
6359int main() { return 0;}
6360_LT_EOF
6361 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6362 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6363 _lt_result=$?
6364 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6365 lt_cv_ld_force_load=yes
6366 else
6367 cat conftest.err >&5
6368 fi
6369 rm -f conftest.err libconftest.a conftest conftest.c
6370 rm -rf conftest.dSYM
6371
6372fi
6373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6374$as_echo "$lt_cv_ld_force_load" >&6; }
6375 case $host_os in
6376 rhapsody* | darwin1.[012])
6377 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6378 darwin1.*)
6379 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6380 darwin*) # darwin 5.x on
6381 # if running on 10.5 or later, the deployment target defaults
6382 # to the OS version, if on x86, and 10.4, the deployment
6383 # target defaults to 10.4. Don't you love it?
6384 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6385 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6386 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6387 10.[012][,.]*)
6bb11ab3
L
6388 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6389 10.*)
6390 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6391 esac
6392 ;;
6393 esac
6394 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6395 _lt_dar_single_mod='$single_module'
6396 fi
6397 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6398 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6399 else
6400 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6401 fi
6402 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6403 _lt_dsymutil='~$DSYMUTIL $lib || :'
6404 else
6405 _lt_dsymutil=
6406 fi
6407 ;;
6408 esac
6409
6410for ac_header in dlfcn.h
6411do :
6412 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6413"
d0ac1c44 6414if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6415 cat >>confdefs.h <<_ACEOF
6416#define HAVE_DLFCN_H 1
6417_ACEOF
6418
6419fi
6420
6421done
6422
6423
6424
ebe9564b 6425
6bb11ab3 6426
0cb8d851
MF
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6428$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6429if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6430 $as_echo_n "(cached) " >&6
6431else
6432 ac_cv_c_bigendian=unknown
6433 # See if we're dealing with a universal compiler.
6434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6435/* end confdefs.h. */
6436#ifndef __APPLE_CC__
6437 not a universal capable compiler
6438 #endif
6439 typedef int dummy;
6440
6441_ACEOF
6442if ac_fn_c_try_compile "$LINENO"; then :
6443
6444 # Check for potential -arch flags. It is not universal unless
6445 # there are at least two -arch flags with different values.
6446 ac_arch=
6447 ac_prev=
6448 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6449 if test -n "$ac_prev"; then
6450 case $ac_word in
6451 i?86 | x86_64 | ppc | ppc64)
6452 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6453 ac_arch=$ac_word
6454 else
6455 ac_cv_c_bigendian=universal
6456 break
6457 fi
6458 ;;
6459 esac
6460 ac_prev=
6461 elif test "x$ac_word" = "x-arch"; then
6462 ac_prev=arch
6463 fi
6464 done
6465fi
6466rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6467 if test $ac_cv_c_bigendian = unknown; then
6468 # See if sys/param.h defines the BYTE_ORDER macro.
6469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6470/* end confdefs.h. */
6471#include <sys/types.h>
6472 #include <sys/param.h>
6473
6474int
6475main ()
6476{
6477#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6478 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6479 && LITTLE_ENDIAN)
6480 bogus endian macros
6481 #endif
6482
6483 ;
6484 return 0;
6485}
6486_ACEOF
6487if ac_fn_c_try_compile "$LINENO"; then :
6488 # It does; now see whether it defined to BIG_ENDIAN or not.
6489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6490/* end confdefs.h. */
6491#include <sys/types.h>
6492 #include <sys/param.h>
6493
6494int
6495main ()
6496{
6497#if BYTE_ORDER != BIG_ENDIAN
6498 not big endian
6499 #endif
6500
6501 ;
6502 return 0;
6503}
6504_ACEOF
6505if ac_fn_c_try_compile "$LINENO"; then :
6506 ac_cv_c_bigendian=yes
6507else
6508 ac_cv_c_bigendian=no
6509fi
6510rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6511fi
6512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6513 fi
6514 if test $ac_cv_c_bigendian = unknown; then
6515 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6517/* end confdefs.h. */
6518#include <limits.h>
6519
6520int
6521main ()
6522{
6523#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6524 bogus endian macros
6525 #endif
6526
6527 ;
6528 return 0;
6529}
6530_ACEOF
6531if ac_fn_c_try_compile "$LINENO"; then :
6532 # It does; now see whether it defined to _BIG_ENDIAN or not.
6533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6534/* end confdefs.h. */
6535#include <limits.h>
6536
6537int
6538main ()
6539{
6540#ifndef _BIG_ENDIAN
6541 not big endian
6542 #endif
6543
6544 ;
6545 return 0;
6546}
6547_ACEOF
6548if ac_fn_c_try_compile "$LINENO"; then :
6549 ac_cv_c_bigendian=yes
6550else
6551 ac_cv_c_bigendian=no
6552fi
6553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6554fi
6555rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6556 fi
6557 if test $ac_cv_c_bigendian = unknown; then
6558 # Compile a test program.
6559 if test "$cross_compiling" = yes; then :
6560 # Try to guess by grepping values from an object file.
6561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6562/* end confdefs.h. */
6563short int ascii_mm[] =
6564 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6565 short int ascii_ii[] =
6566 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6567 int use_ascii (int i) {
6568 return ascii_mm[i] + ascii_ii[i];
6569 }
6570 short int ebcdic_ii[] =
6571 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6572 short int ebcdic_mm[] =
6573 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6574 int use_ebcdic (int i) {
6575 return ebcdic_mm[i] + ebcdic_ii[i];
6576 }
6577 extern int foo;
6578
6579int
6580main ()
6581{
6582return use_ascii (foo) == use_ebcdic (foo);
6583 ;
6584 return 0;
6585}
6586_ACEOF
6587if ac_fn_c_try_compile "$LINENO"; then :
6588 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6589 ac_cv_c_bigendian=yes
6590 fi
6591 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6592 if test "$ac_cv_c_bigendian" = unknown; then
6593 ac_cv_c_bigendian=no
6594 else
6595 # finding both strings is unlikely to happen, but who knows?
6596 ac_cv_c_bigendian=unknown
6597 fi
6598 fi
6599fi
6600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6601else
6602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6603/* end confdefs.h. */
6604$ac_includes_default
6605int
6606main ()
6607{
6608
6609 /* Are we little or big endian? From Harbison&Steele. */
6610 union
6611 {
6612 long int l;
6613 char c[sizeof (long int)];
6614 } u;
6615 u.l = 1;
6616 return u.c[sizeof (long int) - 1] == 1;
6617
6618 ;
6619 return 0;
6620}
6621_ACEOF
6622if ac_fn_c_try_run "$LINENO"; then :
6623 ac_cv_c_bigendian=no
6624else
6625 ac_cv_c_bigendian=yes
6626fi
6627rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6628 conftest.$ac_objext conftest.beam conftest.$ac_ext
6629fi
6630
6631 fi
6632fi
6633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6634$as_echo "$ac_cv_c_bigendian" >&6; }
6635 case $ac_cv_c_bigendian in #(
6636 yes)
6637 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6638;; #(
6639 no)
6640 ;; #(
6641 universal)
6642
6643$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6644
6645 ;; #(
6646 *)
d0ac1c44 6647 as_fn_error $? "unknown endianness
0cb8d851
MF
6648 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6649 esac
6650
6bb11ab3
L
6651
6652
6653
c25ea03d 6654if test "x$cross_compiling" = "xno"; then
aa0fca16 6655 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6656 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6657 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6658 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6659 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6660else
aa0fca16 6661 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6662 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6663 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6664 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6665 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6666fi
6667
6668
6669
c25ea03d 6670
c2783492 6671
aa0fca16
MF
6672
6673
a3e2cc64
MF
6674if test -n "$ac_tool_prefix"; then
6675 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6676set dummy ${ac_tool_prefix}ar; ac_word=$2
6677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6678$as_echo_n "checking for $ac_word... " >&6; }
6679if ${ac_cv_prog_AR+:} false; then :
6680 $as_echo_n "(cached) " >&6
6681else
6682 if test -n "$AR"; then
6683 ac_cv_prog_AR="$AR" # Let the user override the test.
6684else
6685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6686for as_dir in $PATH
6687do
6688 IFS=$as_save_IFS
6689 test -z "$as_dir" && as_dir=.
6690 for ac_exec_ext in '' $ac_executable_extensions; do
6691 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6692 ac_cv_prog_AR="${ac_tool_prefix}ar"
6693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6694 break 2
6695 fi
6696done
6697 done
6698IFS=$as_save_IFS
6699
6700fi
6701fi
6702AR=$ac_cv_prog_AR
6703if test -n "$AR"; then
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6705$as_echo "$AR" >&6; }
6706else
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6708$as_echo "no" >&6; }
6709fi
6710
6711
6712fi
6713if test -z "$ac_cv_prog_AR"; then
6714 ac_ct_AR=$AR
6715 # Extract the first word of "ar", so it can be a program name with args.
6716set dummy ar; ac_word=$2
6717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6718$as_echo_n "checking for $ac_word... " >&6; }
6719if ${ac_cv_prog_ac_ct_AR+:} false; then :
6720 $as_echo_n "(cached) " >&6
6721else
6722 if test -n "$ac_ct_AR"; then
6723 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6724else
6725as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6726for as_dir in $PATH
6727do
6728 IFS=$as_save_IFS
6729 test -z "$as_dir" && as_dir=.
6730 for ac_exec_ext in '' $ac_executable_extensions; do
6731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6732 ac_cv_prog_ac_ct_AR="ar"
6733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6734 break 2
6735 fi
6736done
6737 done
6738IFS=$as_save_IFS
6739
6740fi
6741fi
6742ac_ct_AR=$ac_cv_prog_ac_ct_AR
6743if test -n "$ac_ct_AR"; then
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6745$as_echo "$ac_ct_AR" >&6; }
6746else
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6748$as_echo "no" >&6; }
6749fi
6750
6751 if test "x$ac_ct_AR" = x; then
6752 AR=""
6753 else
6754 case $cross_compiling:$ac_tool_warned in
6755yes:)
6756{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6757$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6758ac_tool_warned=yes ;;
6759esac
6760 AR=$ac_ct_AR
6761 fi
6762else
6763 AR="$ac_cv_prog_AR"
6764fi
6bb11ab3
L
6765
6766if test -n "$ac_tool_prefix"; then
6767 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6768set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6770$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6771if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6772 $as_echo_n "(cached) " >&6
6773else
6774 if test -n "$RANLIB"; then
6775 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6776else
6777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6778for as_dir in $PATH
6779do
6780 IFS=$as_save_IFS
6781 test -z "$as_dir" && as_dir=.
6782 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6783 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6784 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6786 break 2
6787 fi
6788done
6789 done
6790IFS=$as_save_IFS
6791
6792fi
6793fi
6794RANLIB=$ac_cv_prog_RANLIB
6795if test -n "$RANLIB"; then
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6797$as_echo "$RANLIB" >&6; }
6798else
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6800$as_echo "no" >&6; }
6801fi
6802
6803
6804fi
6805if test -z "$ac_cv_prog_RANLIB"; then
6806 ac_ct_RANLIB=$RANLIB
6807 # Extract the first word of "ranlib", so it can be a program name with args.
6808set dummy ranlib; ac_word=$2
6809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6810$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6811if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6812 $as_echo_n "(cached) " >&6
6813else
6814 if test -n "$ac_ct_RANLIB"; then
6815 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6816else
6817as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6818for as_dir in $PATH
6819do
6820 IFS=$as_save_IFS
6821 test -z "$as_dir" && as_dir=.
6822 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6824 ac_cv_prog_ac_ct_RANLIB="ranlib"
6825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6826 break 2
6827 fi
6828done
6829 done
6830IFS=$as_save_IFS
6831
6832fi
6833fi
6834ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6835if test -n "$ac_ct_RANLIB"; then
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6837$as_echo "$ac_ct_RANLIB" >&6; }
6838else
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6840$as_echo "no" >&6; }
6841fi
6842
6843 if test "x$ac_ct_RANLIB" = x; then
6844 RANLIB=":"
6845 else
6846 case $cross_compiling:$ac_tool_warned in
6847yes:)
6848{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6849$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6850ac_tool_warned=yes ;;
6851esac
6852 RANLIB=$ac_ct_RANLIB
6853 fi
6854else
6855 RANLIB="$ac_cv_prog_RANLIB"
6856fi
6857
6858
46f900c0
MF
6859# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6860# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6861# is C99. So handle it ourselves.
6862:
6863C_DIALECT=
6864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6865$as_echo_n "checking whether C11 is supported by default... " >&6; }
6866cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6867/* end confdefs.h. */
6868
6869#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6870# error "C11 support not found"
6871#endif
6872
6873_ACEOF
6874if ac_fn_c_try_compile "$LINENO"; then :
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6876$as_echo "yes" >&6; }
6877else
6878
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6880$as_echo "no" >&6; }
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6882$as_echo_n "checking for -std=c11 support... " >&6; }
6883 ac_save_CC="$CC"
6884 CC="$CC -std=c11"
6885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6886/* end confdefs.h. */
6887
6888#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6889# error "C11 support not found"
6890#endif
6891
6892_ACEOF
6893if ac_fn_c_try_compile "$LINENO"; then :
6894
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6896$as_echo "yes" >&6; }
6897 CC="$ac_save_CC"
6898 C_DIALECT="-std=c11"
6899
6900else
6901 as_fn_error $? "C11 is required" "$LINENO" 5
6902fi
6903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6904fi
6905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6906
6907
c2783492
MF
6908ac_config_headers="$ac_config_headers config.h:config.in"
6909
6910
6bb11ab3
L
6911# Some of the common include files depend on bfd.h, and bfd.h checks
6912# that config.h is included first by testing that the PACKAGE macro
6913# is defined.
6914PACKAGE=sim
6915
6916cat >>confdefs.h <<_ACEOF
6917#define PACKAGE "$PACKAGE"
6918_ACEOF
6919
6920
6921
6922# Dependency checking.
6923ac_config_commands="$ac_config_commands depdir"
6924
6925
6926depcc="$CC" am_compiler_list=
6927
6928am_depcomp=$ac_aux_dir/depcomp
6929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6930$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6931if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6932 $as_echo_n "(cached) " >&6
6933else
6934 if test -f "$am_depcomp"; then
6935 # We make a subdir and do the tests there. Otherwise we can end up
6936 # making bogus files that we don't know about and never remove. For
6937 # instance it was reported that on HP-UX the gcc test will end up
6938 # making a dummy file named `D' -- because `-MD' means `put the output
6939 # in D'.
6940 mkdir conftest.dir
6941 # Copy depcomp to subdir because otherwise we won't find it if we're
6942 # using a relative directory.
6943 cp "$am_depcomp" conftest.dir
6944 cd conftest.dir
6945 # We will build objects and dependencies in a subdirectory because
6946 # it helps to detect inapplicable dependency modes. For instance
6947 # both Tru64's cc and ICC support -MD to output dependencies as a
6948 # side effect of compilation, but ICC will put the dependencies in
6949 # the current directory while Tru64 will put them in the object
6950 # directory.
6951 mkdir sub
6952
6953 am_cv_CC_dependencies_compiler_type=none
6954 if test "$am_compiler_list" = ""; then
6955 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6956 fi
6957 for depmode in $am_compiler_list; do
6958 if test $depmode = none; then break; fi
6959
6960 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6961 # Setup a source with many dependencies, because some compilers
6962 # like to wrap large dependency lists on column 80 (with \), and
6963 # we should not choose a depcomp mode which is confused by this.
6964 #
6965 # We need to recreate these files for each test, as the compiler may
6966 # overwrite some of them when testing with obscure command lines.
6967 # This happens at least with the AIX C compiler.
6968 : > sub/conftest.c
6969 for i in 1 2 3 4 5 6; do
6970 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6971 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6972 # Solaris 8's {/usr,}/bin/sh.
6973 touch sub/conftst$i.h
6974 done
6975 echo "include sub/conftest.Po" > confmf
6976
6977 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6978 # mode. It turns out that the SunPro C++ compiler does not properly
6979 # handle `-M -o', and we need to detect this.
6980 depcmd="depmode=$depmode \
6981 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6982 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6983 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6984 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6985 if env $depcmd > conftest.err 2>&1 &&
6986 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6987 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6988 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6989 # icc doesn't choke on unknown options, it will just issue warnings
6990 # or remarks (even with -Werror). So we grep stderr for any message
6991 # that says an option was ignored or not supported.
6992 # When given -MP, icc 7.0 and 7.1 complain thusly:
6993 # icc: Command line warning: ignoring option '-M'; no argument required
6994 # The diagnosis changed in icc 8.0:
6995 # icc: Command line remark: option '-MP' not supported
6996 if (grep 'ignoring option' conftest.err ||
6997 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6998 am_cv_CC_dependencies_compiler_type=$depmode
6999 $as_echo "$as_me:$LINENO: success" >&5
7000 break
7001 fi
7002 fi
7003 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7004 sed -e 's/^/| /' < conftest.err >&5
7005 done
7006
7007 cd ..
7008 rm -rf conftest.dir
7009else
7010 am_cv_CC_dependencies_compiler_type=none
7011fi
7012
7013fi
7014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7015$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7016if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7017then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7018else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7019
7020fi
7021
7022
6bb11ab3
L
7023ALL_LINGUAS=
7024# If we haven't got the data from the intl directory,
7025# assume NLS is disabled.
7026USE_NLS=no
7027LIBINTL=
7028LIBINTL_DEP=
7029INCINTL=
7030XGETTEXT=
7031GMSGFMT=
7032POSUB=
7033
7034if test -f ../../intl/config.intl; then
7035 . ../../intl/config.intl
7036fi
7037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7038$as_echo_n "checking whether NLS is requested... " >&6; }
7039if test x"$USE_NLS" != xyes; then
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7041$as_echo "no" >&6; }
7042else
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7044$as_echo "yes" >&6; }
7045
7046$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7047
7048
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7050$as_echo_n "checking for catalogs to be installed... " >&6; }
7051 # Look for .po and .gmo files in the source directory.
7052 CATALOGS=
7053 XLINGUAS=
7054 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7055 # If there aren't any .gmo files the shell will give us the
7056 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7057 # weeded out.
7058 case "$cat" in *\**)
7059 continue;;
7060 esac
7061 # The quadruple backslash is collapsed to a double backslash
7062 # by the backticks, then collapsed again by the double quotes,
7063 # leaving us with one backslash in the sed expression (right
7064 # before the dot that mustn't act as a wildcard).
7065 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7066 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7067 # The user is allowed to set LINGUAS to a list of languages to
7068 # install catalogs for. If it's empty that means "all of them."
7069 if test "x$LINGUAS" = x; then
7070 CATALOGS="$CATALOGS $cat"
7071 XLINGUAS="$XLINGUAS $lang"
7072 else
7073 case "$LINGUAS" in *$lang*)
7074 CATALOGS="$CATALOGS $cat"
7075 XLINGUAS="$XLINGUAS $lang"
7076 ;;
7077 esac
7078 fi
7079 done
7080 LINGUAS="$XLINGUAS"
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7082$as_echo "$LINGUAS" >&6; }
7083
7084
7085 DATADIRNAME=share
7086
7087 INSTOBJEXT=.mo
7088
7089 GENCAT=gencat
7090
7091 CATOBJEXT=.gmo
7092
7093fi
7094
6bb11ab3
L
7095# Check for socket libraries
7096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7097$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7098if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7099 $as_echo_n "(cached) " >&6
7100else
7101 ac_check_lib_save_LIBS=$LIBS
7102LIBS="-lsocket $LIBS"
7103cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7104/* end confdefs.h. */
7105
7106/* Override any GCC internal prototype to avoid an error.
7107 Use char because int might match the return type of a GCC
7108 builtin and then its argument prototype would still apply. */
7109#ifdef __cplusplus
7110extern "C"
7111#endif
7112char bind ();
7113int
7114main ()
7115{
7116return bind ();
7117 ;
7118 return 0;
7119}
7120_ACEOF
7121if ac_fn_c_try_link "$LINENO"; then :
7122 ac_cv_lib_socket_bind=yes
7123else
7124 ac_cv_lib_socket_bind=no
7125fi
7126rm -f core conftest.err conftest.$ac_objext \
7127 conftest$ac_exeext conftest.$ac_ext
7128LIBS=$ac_check_lib_save_LIBS
7129fi
7130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7131$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7132if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7133 cat >>confdefs.h <<_ACEOF
7134#define HAVE_LIBSOCKET 1
7135_ACEOF
7136
7137 LIBS="-lsocket $LIBS"
7138
7139fi
7140
7141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7142$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7143if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7144 $as_echo_n "(cached) " >&6
7145else
7146 ac_check_lib_save_LIBS=$LIBS
7147LIBS="-lnsl $LIBS"
7148cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7149/* end confdefs.h. */
7150
7151/* Override any GCC internal prototype to avoid an error.
7152 Use char because int might match the return type of a GCC
7153 builtin and then its argument prototype would still apply. */
7154#ifdef __cplusplus
7155extern "C"
7156#endif
7157char gethostbyname ();
7158int
7159main ()
7160{
7161return gethostbyname ();
7162 ;
7163 return 0;
7164}
7165_ACEOF
7166if ac_fn_c_try_link "$LINENO"; then :
7167 ac_cv_lib_nsl_gethostbyname=yes
7168else
7169 ac_cv_lib_nsl_gethostbyname=no
7170fi
7171rm -f core conftest.err conftest.$ac_objext \
7172 conftest$ac_exeext conftest.$ac_ext
7173LIBS=$ac_check_lib_save_LIBS
7174fi
7175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7176$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7177if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7178 cat >>confdefs.h <<_ACEOF
7179#define HAVE_LIBNSL 1
7180_ACEOF
7181
7182 LIBS="-lnsl $LIBS"
7183
7184fi
7185
7186
7187# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7188# using the same condition.
7189
aadc9410 7190 # Use the system's zlib library.
7fed4b0b
L
7191 zlibdir="-L\$(top_builddir)/../zlib"
7192 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7193
aadc9410
MF
7194# Check whether --with-system-zlib was given.
7195if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7196 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7197 zlibdir=
7198 zlibinc=
7199 fi
6bb11ab3
L
7200
7201fi
7202
6bb11ab3 7203
6bb11ab3 7204
6bb11ab3
L
7205
7206
7207# BFD uses libdl when when plugins enabled.
7208
faa743bb
RM
7209 maybe_plugins=no
7210 for ac_header in dlfcn.h
7211do :
7212 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7213"
d0ac1c44 7214if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7215 cat >>confdefs.h <<_ACEOF
7216#define HAVE_DLFCN_H 1
7217_ACEOF
7218 maybe_plugins=yes
7219fi
7220
7221done
7222
7223 for ac_header in windows.h
7224do :
7225 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7226"
d0ac1c44 7227if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7228 cat >>confdefs.h <<_ACEOF
7229#define HAVE_WINDOWS_H 1
7230_ACEOF
7231 maybe_plugins=yes
7232fi
7233
7234done
7235
7236
7237 # Check whether --enable-plugins was given.
6bb11ab3
L
7238if test "${enable_plugins+set}" = set; then :
7239 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7240 no) plugins=no ;;
7241 *) plugins=yes
7242 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7243 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7244 fi ;;
7245 esac
6bb11ab3 7246else
faa743bb
RM
7247 plugins=$maybe_plugins
7248
6bb11ab3
L
7249fi
7250
2974be62 7251 if test "$plugins" = "yes"; then
37f980dc
SM
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7253$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7254if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7255 $as_echo_n "(cached) " >&6
7256else
7257 ac_func_search_save_LIBS=$LIBS
7258cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7259/* end confdefs.h. */
7260
7261/* Override any GCC internal prototype to avoid an error.
7262 Use char because int might match the return type of a GCC
7263 builtin and then its argument prototype would still apply. */
7264#ifdef __cplusplus
7265extern "C"
7266#endif
37f980dc 7267char dlsym ();
2974be62
AM
7268int
7269main ()
7270{
37f980dc 7271return dlsym ();
2974be62
AM
7272 ;
7273 return 0;
7274}
7275_ACEOF
7276for ac_lib in '' dl; do
7277 if test -z "$ac_lib"; then
7278 ac_res="none required"
7279 else
7280 ac_res=-l$ac_lib
7281 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7282 fi
7283 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7284 ac_cv_search_dlsym=$ac_res
2974be62
AM
7285fi
7286rm -f core conftest.err conftest.$ac_objext \
7287 conftest$ac_exeext
d0ac1c44 7288 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7289 break
7290fi
7291done
d0ac1c44 7292if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7293
7294else
37f980dc 7295 ac_cv_search_dlsym=no
2974be62
AM
7296fi
7297rm conftest.$ac_ext
7298LIBS=$ac_func_search_save_LIBS
7299fi
37f980dc
SM
7300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7301$as_echo "$ac_cv_search_dlsym" >&6; }
7302ac_res=$ac_cv_search_dlsym
2974be62
AM
7303if test "$ac_res" != no; then :
7304 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7305
7306fi
7307
7308 fi
6bb11ab3
L
7309
7310 if test "$plugins" = yes; then
7311 PLUGINS_TRUE=
7312 PLUGINS_FALSE='#'
7313else
7314 PLUGINS_TRUE='#'
7315 PLUGINS_FALSE=
7316fi
7317
7318
7319
7320
7321
7322# Set options
7323enable_dlopen=yes
7324
7325
7326
7327
7328 enable_win32_dll=no
7329
7330
7331 # Check whether --enable-shared was given.
7332if test "${enable_shared+set}" = set; then :
7333 enableval=$enable_shared; p=${PACKAGE-default}
7334 case $enableval in
7335 yes) enable_shared=yes ;;
7336 no) enable_shared=no ;;
7337 *)
7338 enable_shared=no
7339 # Look at the argument we got. We use all the common list separators.
7340 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7341 for pkg in $enableval; do
7342 IFS="$lt_save_ifs"
7343 if test "X$pkg" = "X$p"; then
7344 enable_shared=yes
7345 fi
7346 done
7347 IFS="$lt_save_ifs"
7348 ;;
7349 esac
7350else
7351 enable_shared=yes
7352fi
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362 # Check whether --enable-static was given.
7363if test "${enable_static+set}" = set; then :
7364 enableval=$enable_static; p=${PACKAGE-default}
7365 case $enableval in
7366 yes) enable_static=yes ;;
7367 no) enable_static=no ;;
7368 *)
7369 enable_static=no
7370 # Look at the argument we got. We use all the common list separators.
7371 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7372 for pkg in $enableval; do
7373 IFS="$lt_save_ifs"
7374 if test "X$pkg" = "X$p"; then
7375 enable_static=yes
7376 fi
7377 done
7378 IFS="$lt_save_ifs"
7379 ;;
7380 esac
7381else
7382 enable_static=yes
7383fi
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394# Check whether --with-pic was given.
7395if test "${with_pic+set}" = set; then :
7396 withval=$with_pic; pic_mode="$withval"
7397else
7398 pic_mode=default
7399fi
7400
7401
7402test -z "$pic_mode" && pic_mode=default
7403
7404
7405
7406
7407
7408
7409
7410 # Check whether --enable-fast-install was given.
7411if test "${enable_fast_install+set}" = set; then :
7412 enableval=$enable_fast_install; p=${PACKAGE-default}
7413 case $enableval in
7414 yes) enable_fast_install=yes ;;
7415 no) enable_fast_install=no ;;
7416 *)
7417 enable_fast_install=no
7418 # Look at the argument we got. We use all the common list separators.
7419 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7420 for pkg in $enableval; do
7421 IFS="$lt_save_ifs"
7422 if test "X$pkg" = "X$p"; then
7423 enable_fast_install=yes
7424 fi
7425 done
7426 IFS="$lt_save_ifs"
7427 ;;
7428 esac
7429else
7430 enable_fast_install=yes
7431fi
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443# This can be used to rebuild libtool when needed
7444LIBTOOL_DEPS="$ltmain"
7445
7446# Always use our own libtool.
7447LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474test -z "$LN_S" && LN_S="ln -s"
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489if test -n "${ZSH_VERSION+set}" ; then
7490 setopt NO_GLOB_SUBST
fee8ec00 7491fi
fee8ec00 7492
6bb11ab3
L
7493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7494$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7495if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7496 $as_echo_n "(cached) " >&6
7497else
7498 rm -f .libs 2>/dev/null
7499mkdir .libs 2>/dev/null
7500if test -d .libs; then
7501 lt_cv_objdir=.libs
7502else
7503 # MS-DOS does not allow filenames that begin with a dot.
7504 lt_cv_objdir=_libs
7505fi
7506rmdir .libs 2>/dev/null
7507fi
7508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7509$as_echo "$lt_cv_objdir" >&6; }
7510objdir=$lt_cv_objdir
7511
7512
7513
7514
7515
7516cat >>confdefs.h <<_ACEOF
7517#define LT_OBJDIR "$lt_cv_objdir/"
7518_ACEOF
7519
7520
7521
7522
7523case $host_os in
7524aix3*)
7525 # AIX sometimes has problems with the GCC collect2 program. For some
7526 # reason, if we set the COLLECT_NAMES environment variable, the problems
7527 # vanish in a puff of smoke.
7528 if test "X${COLLECT_NAMES+set}" != Xset; then
7529 COLLECT_NAMES=
7530 export COLLECT_NAMES
7531 fi
7532 ;;
81ecdfbb 7533esac
6bb11ab3
L
7534
7535# Global variables:
7536ofile=libtool
7537can_build_shared=yes
7538
7539# All known linkers require a `.a' archive for static linking (except MSVC,
7540# which needs '.lib').
7541libext=a
7542
7543with_gnu_ld="$lt_cv_prog_gnu_ld"
7544
7545old_CC="$CC"
7546old_CFLAGS="$CFLAGS"
7547
7548# Set sane defaults for various variables
7549test -z "$CC" && CC=cc
7550test -z "$LTCC" && LTCC=$CC
7551test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7552test -z "$LD" && LD=ld
7553test -z "$ac_objext" && ac_objext=o
7554
7555for cc_temp in $compiler""; do
7556 case $cc_temp in
7557 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7558 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7559 \-*) ;;
7560 *) break;;
7561 esac
7562done
7563cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7564
7565
7566# Only perform the check for file, if the check method requires it
7567test -z "$MAGIC_CMD" && MAGIC_CMD=file
7568case $deplibs_check_method in
7569file_magic*)
7570 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7572$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7573if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7574 $as_echo_n "(cached) " >&6
7575else
7576 case $MAGIC_CMD in
7577[\\/*] | ?:[\\/]*)
7578 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7579 ;;
7580*)
7581 lt_save_MAGIC_CMD="$MAGIC_CMD"
7582 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7583 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7584 for ac_dir in $ac_dummy; do
7585 IFS="$lt_save_ifs"
7586 test -z "$ac_dir" && ac_dir=.
7587 if test -f $ac_dir/${ac_tool_prefix}file; then
7588 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7589 if test -n "$file_magic_test_file"; then
7590 case $deplibs_check_method in
7591 "file_magic "*)
7592 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7593 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7594 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7595 $EGREP "$file_magic_regex" > /dev/null; then
7596 :
7597 else
7598 cat <<_LT_EOF 1>&2
7599
7600*** Warning: the command libtool uses to detect shared libraries,
7601*** $file_magic_cmd, produces output that libtool cannot recognize.
7602*** The result is that libtool may fail to recognize shared libraries
7603*** as such. This will affect the creation of libtool libraries that
7604*** depend on shared libraries, but programs linked with such libtool
7605*** libraries will work regardless of this problem. Nevertheless, you
7606*** may want to report the problem to your system manager and/or to
7607*** bug-libtool@gnu.org
7608
7609_LT_EOF
7610 fi ;;
7611 esac
7612 fi
7613 break
fee8ec00 7614 fi
6bb11ab3
L
7615 done
7616 IFS="$lt_save_ifs"
7617 MAGIC_CMD="$lt_save_MAGIC_CMD"
7618 ;;
7619esac
fee8ec00 7620fi
fee8ec00 7621
6bb11ab3
L
7622MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7623if test -n "$MAGIC_CMD"; then
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7625$as_echo "$MAGIC_CMD" >&6; }
7626else
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7628$as_echo "no" >&6; }
7629fi
81ecdfbb 7630
6bb11ab3
L
7631
7632
7633
7634
7635if test -z "$lt_cv_path_MAGIC_CMD"; then
7636 if test -n "$ac_tool_prefix"; then
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7638$as_echo_n "checking for file... " >&6; }
d0ac1c44 7639if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7640 $as_echo_n "(cached) " >&6
7641else
7642 case $MAGIC_CMD in
7643[\\/*] | ?:[\\/]*)
7644 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7645 ;;
7646*)
7647 lt_save_MAGIC_CMD="$MAGIC_CMD"
7648 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7649 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7650 for ac_dir in $ac_dummy; do
7651 IFS="$lt_save_ifs"
7652 test -z "$ac_dir" && ac_dir=.
7653 if test -f $ac_dir/file; then
7654 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7655 if test -n "$file_magic_test_file"; then
7656 case $deplibs_check_method in
7657 "file_magic "*)
7658 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7659 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7660 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7661 $EGREP "$file_magic_regex" > /dev/null; then
7662 :
7663 else
7664 cat <<_LT_EOF 1>&2
7665
7666*** Warning: the command libtool uses to detect shared libraries,
7667*** $file_magic_cmd, produces output that libtool cannot recognize.
7668*** The result is that libtool may fail to recognize shared libraries
7669*** as such. This will affect the creation of libtool libraries that
7670*** depend on shared libraries, but programs linked with such libtool
7671*** libraries will work regardless of this problem. Nevertheless, you
7672*** may want to report the problem to your system manager and/or to
7673*** bug-libtool@gnu.org
7674
7675_LT_EOF
7676 fi ;;
7677 esac
7678 fi
7679 break
7680 fi
7681 done
7682 IFS="$lt_save_ifs"
7683 MAGIC_CMD="$lt_save_MAGIC_CMD"
7684 ;;
81ecdfbb 7685esac
6bb11ab3
L
7686fi
7687
7688MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7689if test -n "$MAGIC_CMD"; then
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7691$as_echo "$MAGIC_CMD" >&6; }
7692else
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7694$as_echo "no" >&6; }
7695fi
7696
7697
7698 else
7699 MAGIC_CMD=:
7700 fi
7701fi
7702
7703 fi
7704 ;;
7705esac
7706
7707# Use C for the default configuration in the libtool script
7708
7709lt_save_CC="$CC"
7710ac_ext=c
7711ac_cpp='$CPP $CPPFLAGS'
7712ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7713ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7714ac_compiler_gnu=$ac_cv_c_compiler_gnu
7715
7716
7717# Source file extension for C test sources.
7718ac_ext=c
7719
7720# Object file extension for compiled C test sources.
7721objext=o
7722objext=$objext
7723
7724# Code to be used in simple compile tests
7725lt_simple_compile_test_code="int some_variable = 0;"
7726
7727# Code to be used in simple link tests
7728lt_simple_link_test_code='int main(){return(0);}'
7729
7730
7731
7732
7733
7734
7735
7736# If no C compiler was specified, use CC.
7737LTCC=${LTCC-"$CC"}
7738
7739# If no C compiler flags were specified, use CFLAGS.
7740LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7741
7742# Allow CC to be a program name with arguments.
7743compiler=$CC
7744
7745# Save the default compiler, since it gets overwritten when the other
7746# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7747compiler_DEFAULT=$CC
7748
7749# save warnings/boilerplate of simple test code
7750ac_outfile=conftest.$ac_objext
7751echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7752eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7753_lt_compiler_boilerplate=`cat conftest.err`
7754$RM conftest*
7755
7756ac_outfile=conftest.$ac_objext
7757echo "$lt_simple_link_test_code" >conftest.$ac_ext
7758eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7759_lt_linker_boilerplate=`cat conftest.err`
7760$RM -r conftest*
7761
7762
7763## CAVEAT EMPTOR:
7764## There is no encapsulation within the following macros, do not change
7765## the running order or otherwise move them around unless you know exactly
7766## what you are doing...
7767if test -n "$compiler"; then
7768
7769lt_prog_compiler_no_builtin_flag=
7770
7771if test "$GCC" = yes; then
7772 case $cc_basename in
7773 nvcc*)
7774 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7775 *)
7776 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fee8ec00 7777 esac
6bb11ab3
L
7778
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7780$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7781if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 7782 $as_echo_n "(cached) " >&6
fee8ec00 7783else
6bb11ab3
L
7784 lt_cv_prog_compiler_rtti_exceptions=no
7785 ac_outfile=conftest.$ac_objext
7786 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7787 lt_compiler_flag="-fno-rtti -fno-exceptions"
7788 # Insert the option either (1) after the last *FLAGS variable, or
7789 # (2) before a word containing "conftest.", or (3) at the end.
7790 # Note that $ac_compile itself does not contain backslashes and begins
7791 # with a dollar sign (not a hyphen), so the echo should work correctly.
7792 # The option is referenced via a variable to avoid confusing sed.
7793 lt_compile=`echo "$ac_compile" | $SED \
7794 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7795 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7796 -e 's:$: $lt_compiler_flag:'`
7797 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7798 (eval "$lt_compile" 2>conftest.err)
7799 ac_status=$?
7800 cat conftest.err >&5
7801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7802 if (exit $ac_status) && test -s "$ac_outfile"; then
7803 # The compiler can only warn and ignore the option if not recognized
7804 # So say no if there are warnings other than the usual output.
7805 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7806 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7807 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7808 lt_cv_prog_compiler_rtti_exceptions=yes
7809 fi
7810 fi
7811 $RM conftest*
7812
fee8ec00 7813fi
6bb11ab3
L
7814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7815$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7816
7817if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7818 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7819else
7820 :
7821fi
7822
7823fi
7824
7825
7826
7827
7828
7829
7830 lt_prog_compiler_wl=
7831lt_prog_compiler_pic=
7832lt_prog_compiler_static=
7833
7834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7835$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7836
7837 if test "$GCC" = yes; then
7838 lt_prog_compiler_wl='-Wl,'
7839 lt_prog_compiler_static='-static'
7840
7841 case $host_os in
7842 aix*)
7843 # All AIX code is PIC.
7844 if test "$host_cpu" = ia64; then
7845 # AIX 5 now supports IA64 processor
7846 lt_prog_compiler_static='-Bstatic'
7847 fi
7848 lt_prog_compiler_pic='-fPIC'
7849 ;;
7850
7851 amigaos*)
7852 case $host_cpu in
7853 powerpc)
7854 # see comment about AmigaOS4 .so support
7855 lt_prog_compiler_pic='-fPIC'
7856 ;;
7857 m68k)
7858 # FIXME: we need at least 68020 code to build shared libraries, but
7859 # adding the `-m68020' flag to GCC prevents building anything better,
7860 # like `-m68040'.
7861 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7862 ;;
7863 esac
7864 ;;
7865
7866 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7867 # PIC is the default for these OSes.
7868 ;;
7869
7870 mingw* | cygwin* | pw32* | os2* | cegcc*)
7871 # This hack is so that the source file can tell whether it is being
7872 # built for inclusion in a dll (and should export symbols for example).
7873 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7874 # (--disable-auto-import) libraries
7875 lt_prog_compiler_pic='-DDLL_EXPORT'
7876 ;;
7877
7878 darwin* | rhapsody*)
7879 # PIC is the default on this platform
7880 # Common symbols not allowed in MH_DYLIB files
7881 lt_prog_compiler_pic='-fno-common'
7882 ;;
7883
7884 haiku*)
7885 # PIC is the default for Haiku.
7886 # The "-static" flag exists, but is broken.
7887 lt_prog_compiler_static=
7888 ;;
7889
7890 hpux*)
7891 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7892 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7893 # sets the default TLS model and affects inlining.
7894 case $host_cpu in
7895 hppa*64*)
7896 # +Z the default
7897 ;;
7898 *)
7899 lt_prog_compiler_pic='-fPIC'
7900 ;;
7901 esac
7902 ;;
7903
7904 interix[3-9]*)
7905 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7906 # Instead, we relocate shared libraries at runtime.
7907 ;;
7908
7909 msdosdjgpp*)
7910 # Just because we use GCC doesn't mean we suddenly get shared libraries
7911 # on systems that don't support them.
7912 lt_prog_compiler_can_build_shared=no
7913 enable_shared=no
7914 ;;
7915
7916 *nto* | *qnx*)
7917 # QNX uses GNU C++, but need to define -shared option too, otherwise
7918 # it will coredump.
7919 lt_prog_compiler_pic='-fPIC -shared'
7920 ;;
7921
7922 sysv4*MP*)
7923 if test -d /usr/nec; then
7924 lt_prog_compiler_pic=-Kconform_pic
7925 fi
7926 ;;
7927
7928 *)
7929 lt_prog_compiler_pic='-fPIC'
7930 ;;
7931 esac
7932
7933 case $cc_basename in
7934 nvcc*) # Cuda Compiler Driver 2.2
7935 lt_prog_compiler_wl='-Xlinker '
7936 lt_prog_compiler_pic='-Xcompiler -fPIC'
7937 ;;
7938 esac
7939 else
7940 # PORTME Check for flag to pass linker flags through the system compiler.
7941 case $host_os in
7942 aix*)
7943 lt_prog_compiler_wl='-Wl,'
7944 if test "$host_cpu" = ia64; then
7945 # AIX 5 now supports IA64 processor
7946 lt_prog_compiler_static='-Bstatic'
7947 else
7948 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7949 fi
7950 ;;
7951
7952 mingw* | cygwin* | pw32* | os2* | cegcc*)
7953 # This hack is so that the source file can tell whether it is being
7954 # built for inclusion in a dll (and should export symbols for example).
7955 lt_prog_compiler_pic='-DDLL_EXPORT'
7956 ;;
7957
7958 hpux9* | hpux10* | hpux11*)
7959 lt_prog_compiler_wl='-Wl,'
7960 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7961 # not for PA HP-UX.
7962 case $host_cpu in
7963 hppa*64*|ia64*)
7964 # +Z the default
7965 ;;
7966 *)
7967 lt_prog_compiler_pic='+Z'
7968 ;;
7969 esac
7970 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7971 lt_prog_compiler_static='${wl}-a ${wl}archive'
7972 ;;
7973
7974 irix5* | irix6* | nonstopux*)
7975 lt_prog_compiler_wl='-Wl,'
7976 # PIC (with -KPIC) is the default.
7977 lt_prog_compiler_static='-non_shared'
7978 ;;
7979
7980 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7981 case $cc_basename in
7982 # old Intel for x86_64 which still supported -KPIC.
7983 ecc*)
7984 lt_prog_compiler_wl='-Wl,'
7985 lt_prog_compiler_pic='-KPIC'
7986 lt_prog_compiler_static='-static'
7987 ;;
7988 # icc used to be incompatible with GCC.
7989 # ICC 10 doesn't accept -KPIC any more.
7990 icc* | ifort*)
7991 lt_prog_compiler_wl='-Wl,'
7992 lt_prog_compiler_pic='-fPIC'
7993 lt_prog_compiler_static='-static'
7994 ;;
7995 # Lahey Fortran 8.1.
7996 lf95*)
7997 lt_prog_compiler_wl='-Wl,'
7998 lt_prog_compiler_pic='--shared'
7999 lt_prog_compiler_static='--static'
8000 ;;
8001 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8002 # Portland Group compilers (*not* the Pentium gcc compiler,
8003 # which looks to be a dead project)
8004 lt_prog_compiler_wl='-Wl,'
8005 lt_prog_compiler_pic='-fpic'
8006 lt_prog_compiler_static='-Bstatic'
8007 ;;
8008 ccc*)
8009 lt_prog_compiler_wl='-Wl,'
8010 # All Alpha code is PIC.
8011 lt_prog_compiler_static='-non_shared'
8012 ;;
8013 xl* | bgxl* | bgf* | mpixl*)
8014 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8015 lt_prog_compiler_wl='-Wl,'
8016 lt_prog_compiler_pic='-qpic'
8017 lt_prog_compiler_static='-qstaticlink'
8018 ;;
8019 *)
8020 case `$CC -V 2>&1 | sed 5q` in
8021 *Sun\ F* | *Sun*Fortran*)
8022 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8023 lt_prog_compiler_pic='-KPIC'
8024 lt_prog_compiler_static='-Bstatic'
8025 lt_prog_compiler_wl=''
8026 ;;
8027 *Sun\ C*)
8028 # Sun C 5.9
8029 lt_prog_compiler_pic='-KPIC'
8030 lt_prog_compiler_static='-Bstatic'
8031 lt_prog_compiler_wl='-Wl,'
8032 ;;
8033 esac
8034 ;;
8035 esac
8036 ;;
8037
8038 newsos6)
8039 lt_prog_compiler_pic='-KPIC'
8040 lt_prog_compiler_static='-Bstatic'
8041 ;;
8042
8043 *nto* | *qnx*)
8044 # QNX uses GNU C++, but need to define -shared option too, otherwise
8045 # it will coredump.
8046 lt_prog_compiler_pic='-fPIC -shared'
8047 ;;
8048
8049 osf3* | osf4* | osf5*)
8050 lt_prog_compiler_wl='-Wl,'
8051 # All OSF/1 code is PIC.
8052 lt_prog_compiler_static='-non_shared'
8053 ;;
8054
8055 rdos*)
8056 lt_prog_compiler_static='-non_shared'
8057 ;;
fee8ec00 8058
6bb11ab3
L
8059 solaris*)
8060 lt_prog_compiler_pic='-KPIC'
8061 lt_prog_compiler_static='-Bstatic'
8062 case $cc_basename in
8063 f77* | f90* | f95*)
8064 lt_prog_compiler_wl='-Qoption ld ';;
8065 *)
8066 lt_prog_compiler_wl='-Wl,';;
8067 esac
8068 ;;
fee8ec00 8069
6bb11ab3
L
8070 sunos4*)
8071 lt_prog_compiler_wl='-Qoption ld '
8072 lt_prog_compiler_pic='-PIC'
8073 lt_prog_compiler_static='-Bstatic'
8074 ;;
fee8ec00 8075
6bb11ab3
L
8076 sysv4 | sysv4.2uw2* | sysv4.3*)
8077 lt_prog_compiler_wl='-Wl,'
8078 lt_prog_compiler_pic='-KPIC'
8079 lt_prog_compiler_static='-Bstatic'
8080 ;;
8081
8082 sysv4*MP*)
8083 if test -d /usr/nec ;then
8084 lt_prog_compiler_pic='-Kconform_pic'
8085 lt_prog_compiler_static='-Bstatic'
8086 fi
8087 ;;
8088
8089 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8090 lt_prog_compiler_wl='-Wl,'
8091 lt_prog_compiler_pic='-KPIC'
8092 lt_prog_compiler_static='-Bstatic'
8093 ;;
8094
8095 unicos*)
8096 lt_prog_compiler_wl='-Wl,'
8097 lt_prog_compiler_can_build_shared=no
8098 ;;
8099
8100 uts4*)
8101 lt_prog_compiler_pic='-pic'
8102 lt_prog_compiler_static='-Bstatic'
8103 ;;
8104
8105 *)
8106 lt_prog_compiler_can_build_shared=no
8107 ;;
8108 esac
8109 fi
8110
8111case $host_os in
8112 # For platforms which do not support PIC, -DPIC is meaningless:
8113 *djgpp*)
8114 lt_prog_compiler_pic=
8115 ;;
8116 *)
8117 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8118 ;;
81ecdfbb 8119esac
6bb11ab3
L
8120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8121$as_echo "$lt_prog_compiler_pic" >&6; }
8122
8123
8124
8125
8126
8127
8128#
8129# Check to make sure the PIC flag actually works.
8130#
8131if test -n "$lt_prog_compiler_pic"; then
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8133$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8134if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8135 $as_echo_n "(cached) " >&6
fee8ec00 8136else
6bb11ab3
L
8137 lt_cv_prog_compiler_pic_works=no
8138 ac_outfile=conftest.$ac_objext
8139 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8140 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8141 # Insert the option either (1) after the last *FLAGS variable, or
8142 # (2) before a word containing "conftest.", or (3) at the end.
8143 # Note that $ac_compile itself does not contain backslashes and begins
8144 # with a dollar sign (not a hyphen), so the echo should work correctly.
8145 # The option is referenced via a variable to avoid confusing sed.
8146 lt_compile=`echo "$ac_compile" | $SED \
8147 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8148 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8149 -e 's:$: $lt_compiler_flag:'`
8150 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8151 (eval "$lt_compile" 2>conftest.err)
8152 ac_status=$?
8153 cat conftest.err >&5
8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 if (exit $ac_status) && test -s "$ac_outfile"; then
8156 # The compiler can only warn and ignore the option if not recognized
8157 # So say no if there are warnings other than the usual output.
8158 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8159 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8160 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8161 lt_cv_prog_compiler_pic_works=yes
8162 fi
8163 fi
8164 $RM conftest*
fee8ec00 8165
fee8ec00 8166fi
6bb11ab3
L
8167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8168$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8169
8170if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8171 case $lt_prog_compiler_pic in
8172 "" | " "*) ;;
8173 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8174 esac
8175else
8176 lt_prog_compiler_pic=
8177 lt_prog_compiler_can_build_shared=no
fee8ec00 8178fi
6bb11ab3
L
8179
8180fi
8181
8182
8183
8184
8185
8186
8187#
8188# Check to make sure the static flag actually works.
8189#
8190wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8192$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8193if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8194 $as_echo_n "(cached) " >&6
fee8ec00 8195else
6bb11ab3
L
8196 lt_cv_prog_compiler_static_works=no
8197 save_LDFLAGS="$LDFLAGS"
8198 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8199 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8200 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8201 # The linker can only warn and ignore the option if not recognized
8202 # So say no if there are warnings
8203 if test -s conftest.err; then
8204 # Append any errors to the config.log.
8205 cat conftest.err 1>&5
8206 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8207 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8208 if diff conftest.exp conftest.er2 >/dev/null; then
8209 lt_cv_prog_compiler_static_works=yes
8210 fi
8211 else
8212 lt_cv_prog_compiler_static_works=yes
8213 fi
8214 fi
8215 $RM -r conftest*
8216 LDFLAGS="$save_LDFLAGS"
fee8ec00 8217
6bb11ab3
L
8218fi
8219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8220$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fee8ec00 8221
6bb11ab3
L
8222if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8223 :
fee8ec00 8224else
6bb11ab3 8225 lt_prog_compiler_static=
fee8ec00 8226fi
fee8ec00 8227
6bb11ab3
L
8228
8229
8230
8231
8232
8233
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8235$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8236if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8237 $as_echo_n "(cached) " >&6
81ecdfbb 8238else
6bb11ab3
L
8239 lt_cv_prog_compiler_c_o=no
8240 $RM -r conftest 2>/dev/null
8241 mkdir conftest
8242 cd conftest
8243 mkdir out
8244 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8245
8246 lt_compiler_flag="-o out/conftest2.$ac_objext"
8247 # Insert the option either (1) after the last *FLAGS variable, or
8248 # (2) before a word containing "conftest.", or (3) at the end.
8249 # Note that $ac_compile itself does not contain backslashes and begins
8250 # with a dollar sign (not a hyphen), so the echo should work correctly.
8251 lt_compile=`echo "$ac_compile" | $SED \
8252 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8253 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8254 -e 's:$: $lt_compiler_flag:'`
8255 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8256 (eval "$lt_compile" 2>out/conftest.err)
8257 ac_status=$?
8258 cat out/conftest.err >&5
8259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8260 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8261 then
8262 # The compiler can only warn and ignore the option if not recognized
8263 # So say no if there are warnings
8264 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8265 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8266 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8267 lt_cv_prog_compiler_c_o=yes
8268 fi
8269 fi
8270 chmod u+w . 2>&5
8271 $RM conftest*
8272 # SGI C++ compiler will create directory out/ii_files/ for
8273 # template instantiation
8274 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8275 $RM out/* && rmdir out
8276 cd ..
8277 $RM -r conftest
8278 $RM conftest*
8279
81ecdfbb 8280fi
6bb11ab3
L
8281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8282$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8283
8284
8285
8286
8287
8288
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8290$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8291if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8292 $as_echo_n "(cached) " >&6
8293else
6bb11ab3
L
8294 lt_cv_prog_compiler_c_o=no
8295 $RM -r conftest 2>/dev/null
8296 mkdir conftest
8297 cd conftest
8298 mkdir out
8299 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8300
8301 lt_compiler_flag="-o out/conftest2.$ac_objext"
8302 # Insert the option either (1) after the last *FLAGS variable, or
8303 # (2) before a word containing "conftest.", or (3) at the end.
8304 # Note that $ac_compile itself does not contain backslashes and begins
8305 # with a dollar sign (not a hyphen), so the echo should work correctly.
8306 lt_compile=`echo "$ac_compile" | $SED \
8307 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8308 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8309 -e 's:$: $lt_compiler_flag:'`
8310 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8311 (eval "$lt_compile" 2>out/conftest.err)
8312 ac_status=$?
8313 cat out/conftest.err >&5
8314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8315 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8316 then
8317 # The compiler can only warn and ignore the option if not recognized
8318 # So say no if there are warnings
8319 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8320 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8321 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8322 lt_cv_prog_compiler_c_o=yes
8323 fi
8324 fi
8325 chmod u+w . 2>&5
8326 $RM conftest*
8327 # SGI C++ compiler will create directory out/ii_files/ for
8328 # template instantiation
8329 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8330 $RM out/* && rmdir out
8331 cd ..
8332 $RM -r conftest
8333 $RM conftest*
8334
8335fi
8336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8337$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8338
8339
8340
8341
8342hard_links="nottested"
8343if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8344 # do not overwrite the value of need_locks provided by the user
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8346$as_echo_n "checking if we can lock with hard links... " >&6; }
8347 hard_links=yes
8348 $RM conftest*
8349 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8350 touch conftest.a
8351 ln conftest.a conftest.b 2>&5 || hard_links=no
8352 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8354$as_echo "$hard_links" >&6; }
8355 if test "$hard_links" = no; then
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8357$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8358 need_locks=warn
8359 fi
8360else
8361 need_locks=no
8362fi
8363
8364
8365
8366
8367
8368
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8370$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8371
8372 runpath_var=
8373 allow_undefined_flag=
8374 always_export_symbols=no
8375 archive_cmds=
8376 archive_expsym_cmds=
8377 compiler_needs_object=no
8378 enable_shared_with_static_runtimes=no
8379 export_dynamic_flag_spec=
8380 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8381 hardcode_automatic=no
8382 hardcode_direct=no
8383 hardcode_direct_absolute=no
8384 hardcode_libdir_flag_spec=
8385 hardcode_libdir_flag_spec_ld=
8386 hardcode_libdir_separator=
8387 hardcode_minus_L=no
8388 hardcode_shlibpath_var=unsupported
8389 inherit_rpath=no
8390 link_all_deplibs=unknown
8391 module_cmds=
8392 module_expsym_cmds=
8393 old_archive_from_new_cmds=
8394 old_archive_from_expsyms_cmds=
8395 thread_safe_flag_spec=
8396 whole_archive_flag_spec=
8397 # include_expsyms should be a list of space-separated symbols to be *always*
8398 # included in the symbol list
8399 include_expsyms=
8400 # exclude_expsyms can be an extended regexp of symbols to exclude
8401 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8402 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8403 # as well as any symbol that contains `d'.
8404 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8405 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8406 # platforms (ab)use it in PIC code, but their linkers get confused if
8407 # the symbol is explicitly referenced. Since portable code cannot
8408 # rely on this symbol name, it's probably fine to never include it in
8409 # preloaded symbol tables.
8410 # Exclude shared library initialization/finalization symbols.
8411 extract_expsyms_cmds=
8412
8413 case $host_os in
8414 cygwin* | mingw* | pw32* | cegcc*)
8415 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8416 # When not using gcc, we currently assume that we are using
8417 # Microsoft Visual C++.
8418 if test "$GCC" != yes; then
8419 with_gnu_ld=no
8420 fi
8421 ;;
8422 interix*)
8423 # we just hope/assume this is gcc and not c89 (= MSVC++)
8424 with_gnu_ld=yes
8425 ;;
8426 openbsd*)
8427 with_gnu_ld=no
8428 ;;
8429 esac
fee8ec00 8430
6bb11ab3
L
8431 ld_shlibs=yes
8432
8433 # On some targets, GNU ld is compatible enough with the native linker
8434 # that we're better off using the native interface for both.
8435 lt_use_gnu_ld_interface=no
8436 if test "$with_gnu_ld" = yes; then
8437 case $host_os in
8438 aix*)
8439 # The AIX port of GNU ld has always aspired to compatibility
8440 # with the native linker. However, as the warning in the GNU ld
8441 # block says, versions before 2.19.5* couldn't really create working
8442 # shared libraries, regardless of the interface used.
8443 case `$LD -v 2>&1` in
8444 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8445 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8446 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8447 *)
8448 lt_use_gnu_ld_interface=yes
8449 ;;
8450 esac
8451 ;;
8452 *)
8453 lt_use_gnu_ld_interface=yes
8454 ;;
8455 esac
8456 fi
fee8ec00 8457
6bb11ab3
L
8458 if test "$lt_use_gnu_ld_interface" = yes; then
8459 # If archive_cmds runs LD, not CC, wlarc should be empty
8460 wlarc='${wl}'
8461
8462 # Set some defaults for GNU ld with shared library support. These
8463 # are reset later if shared libraries are not supported. Putting them
8464 # here allows them to be overridden if necessary.
8465 runpath_var=LD_RUN_PATH
8466 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8467 export_dynamic_flag_spec='${wl}--export-dynamic'
8468 # ancient GNU ld didn't support --whole-archive et. al.
8469 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8470 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8471 else
8472 whole_archive_flag_spec=
8473 fi
8474 supports_anon_versioning=no
8475 case `$LD -v 2>&1` in
8476 *GNU\ gold*) supports_anon_versioning=yes ;;
8477 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8478 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8479 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8480 *\ 2.11.*) ;; # other 2.11 versions
8481 *) supports_anon_versioning=yes ;;
8482 esac
8483
8484 # See if GNU ld supports shared libraries.
8485 case $host_os in
8486 aix[3-9]*)
8487 # On AIX/PPC, the GNU linker is very broken
8488 if test "$host_cpu" != ia64; then
8489 ld_shlibs=no
8490 cat <<_LT_EOF 1>&2
8491
8492*** Warning: the GNU linker, at least up to release 2.19, is reported
8493*** to be unable to reliably create shared libraries on AIX.
8494*** Therefore, libtool is disabling shared libraries support. If you
8495*** really care for shared libraries, you may want to install binutils
8496*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8497*** You will then need to restart the configuration process.
8498
8499_LT_EOF
8500 fi
8501 ;;
8502
8503 amigaos*)
8504 case $host_cpu in
8505 powerpc)
8506 # see comment about AmigaOS4 .so support
8507 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8508 archive_expsym_cmds=''
8509 ;;
8510 m68k)
8511 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)'
8512 hardcode_libdir_flag_spec='-L$libdir'
8513 hardcode_minus_L=yes
8514 ;;
8515 esac
8516 ;;
8517
8518 beos*)
8519 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8520 allow_undefined_flag=unsupported
8521 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8522 # support --undefined. This deserves some investigation. FIXME
8523 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8524 else
8525 ld_shlibs=no
8526 fi
8527 ;;
8528
8529 cygwin* | mingw* | pw32* | cegcc*)
8530 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8531 # as there is no search path for DLLs.
8532 hardcode_libdir_flag_spec='-L$libdir'
8533 export_dynamic_flag_spec='${wl}--export-all-symbols'
8534 allow_undefined_flag=unsupported
8535 always_export_symbols=no
8536 enable_shared_with_static_runtimes=yes
8537 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8538
8539 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8540 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8541 # If the export-symbols file already is a .def file (1st line
8542 # is EXPORTS), use it as is; otherwise, prepend...
8543 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8544 cp $export_symbols $output_objdir/$soname.def;
8545 else
8546 echo EXPORTS > $output_objdir/$soname.def;
8547 cat $export_symbols >> $output_objdir/$soname.def;
8548 fi~
8549 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8550 else
8551 ld_shlibs=no
8552 fi
8553 ;;
8554
8555 haiku*)
8556 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8557 link_all_deplibs=yes
8558 ;;
8559
8560 interix[3-9]*)
8561 hardcode_direct=no
8562 hardcode_shlibpath_var=no
8563 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8564 export_dynamic_flag_spec='${wl}-E'
8565 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8566 # Instead, shared libraries are loaded at an image base (0x10000000 by
8567 # default) and relocated if they conflict, which is a slow very memory
8568 # consuming and fragmenting process. To avoid this, we pick a random,
8569 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8570 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8571 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8572 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'
8573 ;;
8574
8575 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8576 tmp_diet=no
8577 if test "$host_os" = linux-dietlibc; then
8578 case $cc_basename in
8579 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8580 esac
8581 fi
8582 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8583 && test "$tmp_diet" = no
8584 then
5cddc23a 8585 tmp_addflag=' $pic_flag'
6bb11ab3
L
8586 tmp_sharedflag='-shared'
8587 case $cc_basename,$host_cpu in
8588 pgcc*) # Portland Group C compiler
8589 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'
8590 tmp_addflag=' $pic_flag'
8591 ;;
8592 pgf77* | pgf90* | pgf95* | pgfortran*)
8593 # Portland Group f77 and f90 compilers
8594 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'
8595 tmp_addflag=' $pic_flag -Mnomain' ;;
8596 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8597 tmp_addflag=' -i_dynamic' ;;
8598 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8599 tmp_addflag=' -i_dynamic -nofor_main' ;;
8600 ifc* | ifort*) # Intel Fortran compiler
8601 tmp_addflag=' -nofor_main' ;;
8602 lf95*) # Lahey Fortran 8.1
8603 whole_archive_flag_spec=
8604 tmp_sharedflag='--shared' ;;
8605 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8606 tmp_sharedflag='-qmkshrobj'
8607 tmp_addflag= ;;
8608 nvcc*) # Cuda Compiler Driver 2.2
8609 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8610 compiler_needs_object=yes
8611 ;;
8612 esac
8613 case `$CC -V 2>&1 | sed 5q` in
8614 *Sun\ C*) # Sun C 5.9
8615 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'
8616 compiler_needs_object=yes
8617 tmp_sharedflag='-G' ;;
8618 *Sun\ F*) # Sun Fortran 8.3
8619 tmp_sharedflag='-G' ;;
8620 esac
8621 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8622
8623 if test "x$supports_anon_versioning" = xyes; then
8624 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8625 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8626 echo "local: *; };" >> $output_objdir/$libname.ver~
8627 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8628 fi
8629
8630 case $cc_basename in
8631 xlf* | bgf* | bgxlf* | mpixlf*)
8632 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8633 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8634 hardcode_libdir_flag_spec=
8635 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8636 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8637 if test "x$supports_anon_versioning" = xyes; then
8638 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8639 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8640 echo "local: *; };" >> $output_objdir/$libname.ver~
8641 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8642 fi
8643 ;;
8644 esac
8645 else
8646 ld_shlibs=no
8647 fi
8648 ;;
8649
8650 netbsd*)
8651 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8652 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8653 wlarc=
8654 else
8655 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8656 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8657 fi
8658 ;;
8659
8660 solaris*)
8661 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8662 ld_shlibs=no
8663 cat <<_LT_EOF 1>&2
8664
8665*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8666*** create shared libraries on Solaris systems. Therefore, libtool
8667*** is disabling shared libraries support. We urge you to upgrade GNU
8668*** binutils to release 2.9.1 or newer. Another option is to modify
8669*** your PATH or compiler configuration so that the native linker is
8670*** used, and then restart.
8671
8672_LT_EOF
8673 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8674 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8675 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8676 else
8677 ld_shlibs=no
8678 fi
8679 ;;
8680
8681 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8682 case `$LD -v 2>&1` in
8683 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8684 ld_shlibs=no
8685 cat <<_LT_EOF 1>&2
8686
8687*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8688*** reliably create shared libraries on SCO systems. Therefore, libtool
8689*** is disabling shared libraries support. We urge you to upgrade GNU
8690*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8691*** your PATH or compiler configuration so that the native linker is
8692*** used, and then restart.
8693
8694_LT_EOF
8695 ;;
8696 *)
8697 # For security reasons, it is highly recommended that you always
8698 # use absolute paths for naming shared libraries, and exclude the
8699 # DT_RUNPATH tag from executables and libraries. But doing so
8700 # requires that you compile everything twice, which is a pain.
8701 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8702 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8703 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8704 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8705 else
8706 ld_shlibs=no
8707 fi
8708 ;;
8709 esac
8710 ;;
8711
8712 sunos4*)
8713 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8714 wlarc=
8715 hardcode_direct=yes
8716 hardcode_shlibpath_var=no
8717 ;;
8718
8719 *)
8720 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8721 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8722 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8723 else
8724 ld_shlibs=no
8725 fi
8726 ;;
8727 esac
8728
8729 if test "$ld_shlibs" = no; then
8730 runpath_var=
8731 hardcode_libdir_flag_spec=
8732 export_dynamic_flag_spec=
8733 whole_archive_flag_spec=
8734 fi
8735 else
8736 # PORTME fill in a description of your system's linker (not GNU ld)
8737 case $host_os in
8738 aix3*)
8739 allow_undefined_flag=unsupported
8740 always_export_symbols=yes
8741 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'
8742 # Note: this linker hardcodes the directories in LIBPATH if there
8743 # are no directories specified by -L.
8744 hardcode_minus_L=yes
8745 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8746 # Neither direct hardcoding nor static linking is supported with a
8747 # broken collect2.
8748 hardcode_direct=unsupported
8749 fi
8750 ;;
8751
8752 aix[4-9]*)
8753 if test "$host_cpu" = ia64; then
8754 # On IA64, the linker does run time linking by default, so we don't
8755 # have to do anything special.
8756 aix_use_runtimelinking=no
8757 exp_sym_flag='-Bexport'
8758 no_entry_flag=""
8759 else
8760 # If we're using GNU nm, then we don't want the "-C" option.
8761 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8762 # Also, AIX nm treats weak defined symbols like other global
8763 # defined symbols, whereas GNU nm marks them as "W".
8764 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8765 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'
8766 else
5c887dd5 8767 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
8768 fi
8769 aix_use_runtimelinking=no
8770
8771 # Test if we are trying to use run time linking or normal
8772 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8773 # need to do runtime linking.
8774 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8775 for ld_flag in $LDFLAGS; do
8776 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8777 aix_use_runtimelinking=yes
8778 break
8779 fi
8780 done
8781 ;;
8782 esac
8783
8784 exp_sym_flag='-bexport'
8785 no_entry_flag='-bnoentry'
8786 fi
8787
8788 # When large executables or shared objects are built, AIX ld can
8789 # have problems creating the table of contents. If linking a library
8790 # or program results in "error TOC overflow" add -mminimal-toc to
8791 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8792 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8793
8794 archive_cmds=''
8795 hardcode_direct=yes
8796 hardcode_direct_absolute=yes
8797 hardcode_libdir_separator=':'
8798 link_all_deplibs=yes
8799 file_list_spec='${wl}-f,'
8800
8801 if test "$GCC" = yes; then
8802 case $host_os in aix4.[012]|aix4.[012].*)
8803 # We only want to do this on AIX 4.2 and lower, the check
8804 # below for broken collect2 doesn't work under 4.3+
8805 collect2name=`${CC} -print-prog-name=collect2`
8806 if test -f "$collect2name" &&
8807 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8808 then
8809 # We have reworked collect2
8810 :
8811 else
8812 # We have old collect2
8813 hardcode_direct=unsupported
8814 # It fails to find uninstalled libraries when the uninstalled
8815 # path is not listed in the libpath. Setting hardcode_minus_L
8816 # to unsupported forces relinking
8817 hardcode_minus_L=yes
8818 hardcode_libdir_flag_spec='-L$libdir'
8819 hardcode_libdir_separator=
8820 fi
8821 ;;
8822 esac
8823 shared_flag='-shared'
8824 if test "$aix_use_runtimelinking" = yes; then
8825 shared_flag="$shared_flag "'${wl}-G'
8826 fi
8827 else
8828 # not using gcc
8829 if test "$host_cpu" = ia64; then
8830 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8831 # chokes on -Wl,-G. The following line is correct:
8832 shared_flag='-G'
8833 else
8834 if test "$aix_use_runtimelinking" = yes; then
8835 shared_flag='${wl}-G'
8836 else
8837 shared_flag='${wl}-bM:SRE'
8838 fi
8839 fi
8840 fi
8841
8842 export_dynamic_flag_spec='${wl}-bexpall'
8843 # It seems that -bexpall does not export symbols beginning with
8844 # underscore (_), so it is better to generate a list of symbols to export.
8845 always_export_symbols=yes
8846 if test "$aix_use_runtimelinking" = yes; then
8847 # Warning - without using the other runtime loading flags (-brtl),
8848 # -berok will link without error, but may produce a broken library.
8849 allow_undefined_flag='-berok'
8850 # Determine the default libpath from the value encoded in an
8851 # empty executable.
8852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
8853/* end confdefs.h. */
8854
8855int
8856main ()
8857{
8858
8859 ;
8860 return 0;
8861}
8862_ACEOF
6bb11ab3 8863if ac_fn_c_try_link "$LINENO"; then :
fee8ec00 8864
6bb11ab3
L
8865lt_aix_libpath_sed='
8866 /Import File Strings/,/^$/ {
8867 /^0/ {
8868 s/^0 *\(.*\)$/\1/
8869 p
8870 }
8871 }'
8872aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8873# Check for a 64-bit object if we didn't find anything.
8874if test -z "$aix_libpath"; then
8875 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8876fi
8877fi
8878rm -f core conftest.err conftest.$ac_objext \
8879 conftest$ac_exeext conftest.$ac_ext
8880if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8881
8882 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8883 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"
8884 else
8885 if test "$host_cpu" = ia64; then
8886 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8887 allow_undefined_flag="-z nodefs"
8888 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"
8889 else
8890 # Determine the default libpath from the value encoded in an
8891 # empty executable.
81ecdfbb
RW
8892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8893/* end confdefs.h. */
8894
8895int
8896main ()
8897{
8898
8899 ;
8900 return 0;
8901}
8902_ACEOF
6bb11ab3
L
8903if ac_fn_c_try_link "$LINENO"; then :
8904
8905lt_aix_libpath_sed='
8906 /Import File Strings/,/^$/ {
8907 /^0/ {
8908 s/^0 *\(.*\)$/\1/
8909 p
8910 }
8911 }'
8912aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8913# Check for a 64-bit object if we didn't find anything.
8914if test -z "$aix_libpath"; then
8915 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 8916fi
81ecdfbb 8917fi
6bb11ab3
L
8918rm -f core conftest.err conftest.$ac_objext \
8919 conftest$ac_exeext conftest.$ac_ext
8920if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8921
8922 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8923 # Warning - without using the other run time loading flags,
8924 # -berok will link without error, but may produce a broken library.
8925 no_undefined_flag=' ${wl}-bernotok'
8926 allow_undefined_flag=' ${wl}-berok'
8927 if test "$with_gnu_ld" = yes; then
8928 # We only use this code for GNU lds that support --whole-archive.
8929 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8930 else
8931 # Exported symbols can be pulled into shared objects from archives
8932 whole_archive_flag_spec='$convenience'
8933 fi
8934 archive_cmds_need_lc=yes
8935 # This is similar to how AIX traditionally builds its shared libraries.
8936 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'
8937 fi
8938 fi
8939 ;;
8940
8941 amigaos*)
8942 case $host_cpu in
8943 powerpc)
8944 # see comment about AmigaOS4 .so support
8945 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8946 archive_expsym_cmds=''
8947 ;;
8948 m68k)
8949 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)'
8950 hardcode_libdir_flag_spec='-L$libdir'
8951 hardcode_minus_L=yes
8952 ;;
8953 esac
8954 ;;
8955
8956 bsdi[45]*)
8957 export_dynamic_flag_spec=-rdynamic
8958 ;;
8959
8960 cygwin* | mingw* | pw32* | cegcc*)
8961 # When not using gcc, we currently assume that we are using
8962 # Microsoft Visual C++.
8963 # hardcode_libdir_flag_spec is actually meaningless, as there is
8964 # no search path for DLLs.
8965 hardcode_libdir_flag_spec=' '
8966 allow_undefined_flag=unsupported
8967 # Tell ltmain to make .lib files, not .a files.
8968 libext=lib
8969 # Tell ltmain to make .dll files, not .so files.
8970 shrext_cmds=".dll"
8971 # FIXME: Setting linknames here is a bad hack.
8972 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8973 # The linker will automatically build a .lib file if we build a DLL.
8974 old_archive_from_new_cmds='true'
8975 # FIXME: Should let the user specify the lib program.
8976 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8977 fix_srcfile_path='`cygpath -w "$srcfile"`'
8978 enable_shared_with_static_runtimes=yes
8979 ;;
8980
8981 darwin* | rhapsody*)
8982
8983
8984 archive_cmds_need_lc=no
8985 hardcode_direct=no
8986 hardcode_automatic=yes
8987 hardcode_shlibpath_var=unsupported
8988 if test "$lt_cv_ld_force_load" = "yes"; then
8989 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
fee8ec00 8990 else
6bb11ab3 8991 whole_archive_flag_spec=''
fee8ec00 8992 fi
6bb11ab3
L
8993 link_all_deplibs=yes
8994 allow_undefined_flag="$_lt_dar_allow_undefined"
8995 case $cc_basename in
8996 ifort*) _lt_dar_can_shared=yes ;;
8997 *) _lt_dar_can_shared=$GCC ;;
8998 esac
8999 if test "$_lt_dar_can_shared" = "yes"; then
9000 output_verbose_link_cmd=func_echo_all
9001 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9002 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9003 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}"
9004 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}"
9005
fee8ec00 9006 else
6bb11ab3 9007 ld_shlibs=no
fee8ec00 9008 fi
6bb11ab3
L
9009
9010 ;;
9011
9012 dgux*)
9013 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9014 hardcode_libdir_flag_spec='-L$libdir'
9015 hardcode_shlibpath_var=no
9016 ;;
9017
9018 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9019 # support. Future versions do this automatically, but an explicit c++rt0.o
9020 # does not break anything, and helps significantly (at the cost of a little
9021 # extra space).
9022 freebsd2.2*)
9023 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9024 hardcode_libdir_flag_spec='-R$libdir'
9025 hardcode_direct=yes
9026 hardcode_shlibpath_var=no
9027 ;;
9028
9029 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9030 freebsd2.*)
9031 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9032 hardcode_direct=yes
9033 hardcode_minus_L=yes
9034 hardcode_shlibpath_var=no
9035 ;;
9036
9037 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9038 freebsd* | dragonfly*)
9039 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9040 hardcode_libdir_flag_spec='-R$libdir'
9041 hardcode_direct=yes
9042 hardcode_shlibpath_var=no
9043 ;;
9044
9045 hpux9*)
9046 if test "$GCC" = yes; then
9047 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'
9048 else
9049 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'
9050 fi
9051 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9052 hardcode_libdir_separator=:
9053 hardcode_direct=yes
9054
9055 # hardcode_minus_L: Not really in the search PATH,
9056 # but as the default location of the library.
9057 hardcode_minus_L=yes
9058 export_dynamic_flag_spec='${wl}-E'
9059 ;;
9060
9061 hpux10*)
9062 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9063 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9064 else
9065 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9066 fi
9067 if test "$with_gnu_ld" = no; then
9068 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9069 hardcode_libdir_flag_spec_ld='+b $libdir'
9070 hardcode_libdir_separator=:
9071 hardcode_direct=yes
9072 hardcode_direct_absolute=yes
9073 export_dynamic_flag_spec='${wl}-E'
9074 # hardcode_minus_L: Not really in the search PATH,
9075 # but as the default location of the library.
9076 hardcode_minus_L=yes
9077 fi
9078 ;;
9079
9080 hpux11*)
9081 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9082 case $host_cpu in
9083 hppa*64*)
9084 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9085 ;;
9086 ia64*)
9087 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9088 ;;
9089 *)
9090 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9091 ;;
9092 esac
9093 else
9094 case $host_cpu in
9095 hppa*64*)
9096 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9097 ;;
9098 ia64*)
9099 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9100 ;;
9101 *)
9102
9103 # Older versions of the 11.00 compiler do not understand -b yet
9104 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9106$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9107if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9108 $as_echo_n "(cached) " >&6
fee8ec00 9109else
6bb11ab3
L
9110 lt_cv_prog_compiler__b=no
9111 save_LDFLAGS="$LDFLAGS"
9112 LDFLAGS="$LDFLAGS -b"
9113 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9114 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9115 # The linker can only warn and ignore the option if not recognized
9116 # So say no if there are warnings
9117 if test -s conftest.err; then
9118 # Append any errors to the config.log.
9119 cat conftest.err 1>&5
9120 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9121 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9122 if diff conftest.exp conftest.er2 >/dev/null; then
9123 lt_cv_prog_compiler__b=yes
9124 fi
9125 else
9126 lt_cv_prog_compiler__b=yes
9127 fi
9128 fi
9129 $RM -r conftest*
9130 LDFLAGS="$save_LDFLAGS"
fee8ec00 9131
6bb11ab3
L
9132fi
9133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9134$as_echo "$lt_cv_prog_compiler__b" >&6; }
fee8ec00 9135
6bb11ab3
L
9136if test x"$lt_cv_prog_compiler__b" = xyes; then
9137 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9138else
9139 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9140fi
81ecdfbb 9141
6bb11ab3
L
9142 ;;
9143 esac
9144 fi
9145 if test "$with_gnu_ld" = no; then
9146 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9147 hardcode_libdir_separator=:
9148
9149 case $host_cpu in
9150 hppa*64*|ia64*)
9151 hardcode_direct=no
9152 hardcode_shlibpath_var=no
9153 ;;
9154 *)
9155 hardcode_direct=yes
9156 hardcode_direct_absolute=yes
9157 export_dynamic_flag_spec='${wl}-E'
9158
9159 # hardcode_minus_L: Not really in the search PATH,
9160 # but as the default location of the library.
9161 hardcode_minus_L=yes
9162 ;;
9163 esac
9164 fi
9165 ;;
9166
9167 irix5* | irix6* | nonstopux*)
9168 if test "$GCC" = yes; then
9169 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'
9170 # Try to use the -exported_symbol ld option, if it does not
9171 # work, assume that -exports_file does not work either and
9172 # implicitly export all symbols.
9173 save_LDFLAGS="$LDFLAGS"
9174 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9176/* end confdefs.h. */
9177int foo(void) {}
fee8ec00 9178_ACEOF
6bb11ab3
L
9179if ac_fn_c_try_link "$LINENO"; then :
9180 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
fee8ec00
SR
9181
9182fi
6bb11ab3
L
9183rm -f core conftest.err conftest.$ac_objext \
9184 conftest$ac_exeext conftest.$ac_ext
9185 LDFLAGS="$save_LDFLAGS"
9186 else
9187 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'
9188 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'
9189 fi
9190 archive_cmds_need_lc='no'
9191 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9192 hardcode_libdir_separator=:
9193 inherit_rpath=yes
9194 link_all_deplibs=yes
9195 ;;
9196
9197 netbsd*)
9198 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9199 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9200 else
9201 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9202 fi
9203 hardcode_libdir_flag_spec='-R$libdir'
9204 hardcode_direct=yes
9205 hardcode_shlibpath_var=no
9206 ;;
9207
9208 newsos6)
9209 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9210 hardcode_direct=yes
9211 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9212 hardcode_libdir_separator=:
9213 hardcode_shlibpath_var=no
9214 ;;
9215
9216 *nto* | *qnx*)
9217 ;;
9218
9219 openbsd*)
9220 if test -f /usr/libexec/ld.so; then
9221 hardcode_direct=yes
9222 hardcode_shlibpath_var=no
9223 hardcode_direct_absolute=yes
9224 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9225 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9226 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9227 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9228 export_dynamic_flag_spec='${wl}-E'
9229 else
9230 case $host_os in
9231 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9232 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9233 hardcode_libdir_flag_spec='-R$libdir'
9234 ;;
9235 *)
9236 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9237 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9238 ;;
9239 esac
9240 fi
9241 else
9242 ld_shlibs=no
9243 fi
9244 ;;
9245
9246 os2*)
9247 hardcode_libdir_flag_spec='-L$libdir'
9248 hardcode_minus_L=yes
9249 allow_undefined_flag=unsupported
9250 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'
9251 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9252 ;;
9253
9254 osf3*)
9255 if test "$GCC" = yes; then
9256 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9257 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'
9258 else
9259 allow_undefined_flag=' -expect_unresolved \*'
9260 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'
9261 fi
9262 archive_cmds_need_lc='no'
9263 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9264 hardcode_libdir_separator=:
9265 ;;
9266
9267 osf4* | osf5*) # as osf3* with the addition of -msym flag
9268 if test "$GCC" = yes; then
9269 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9270 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'
9271 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9272 else
9273 allow_undefined_flag=' -expect_unresolved \*'
9274 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'
9275 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~
9276 $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'
9277
9278 # Both c and cxx compiler support -rpath directly
9279 hardcode_libdir_flag_spec='-rpath $libdir'
9280 fi
9281 archive_cmds_need_lc='no'
9282 hardcode_libdir_separator=:
9283 ;;
9284
9285 solaris*)
9286 no_undefined_flag=' -z defs'
9287 if test "$GCC" = yes; then
9288 wlarc='${wl}'
9289 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9290 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9291 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9292 else
9293 case `$CC -V 2>&1` in
9294 *"Compilers 5.0"*)
9295 wlarc=''
9296 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9297 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9298 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9299 ;;
9300 *)
9301 wlarc='${wl}'
9302 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9303 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9304 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9305 ;;
9306 esac
9307 fi
9308 hardcode_libdir_flag_spec='-R$libdir'
9309 hardcode_shlibpath_var=no
9310 case $host_os in
9311 solaris2.[0-5] | solaris2.[0-5].*) ;;
9312 *)
9313 # The compiler driver will combine and reorder linker options,
9314 # but understands `-z linker_flag'. GCC discards it without `$wl',
9315 # but is careful enough not to reorder.
9316 # Supported since Solaris 2.6 (maybe 2.5.1?)
9317 if test "$GCC" = yes; then
9318 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9319 else
9320 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9321 fi
9322 ;;
9323 esac
9324 link_all_deplibs=yes
9325 ;;
9326
9327 sunos4*)
9328 if test "x$host_vendor" = xsequent; then
9329 # Use $CC to link under sequent, because it throws in some extra .o
9330 # files that make .init and .fini sections work.
9331 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9332 else
9333 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9334 fi
9335 hardcode_libdir_flag_spec='-L$libdir'
9336 hardcode_direct=yes
9337 hardcode_minus_L=yes
9338 hardcode_shlibpath_var=no
9339 ;;
9340
9341 sysv4)
9342 case $host_vendor in
9343 sni)
9344 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9345 hardcode_direct=yes # is this really true???
9346 ;;
9347 siemens)
9348 ## LD is ld it makes a PLAMLIB
9349 ## CC just makes a GrossModule.
9350 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9351 reload_cmds='$CC -r -o $output$reload_objs'
9352 hardcode_direct=no
9353 ;;
9354 motorola)
9355 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9356 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9357 ;;
9358 esac
9359 runpath_var='LD_RUN_PATH'
9360 hardcode_shlibpath_var=no
9361 ;;
9362
9363 sysv4.3*)
9364 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9365 hardcode_shlibpath_var=no
9366 export_dynamic_flag_spec='-Bexport'
9367 ;;
9368
9369 sysv4*MP*)
9370 if test -d /usr/nec; then
9371 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9372 hardcode_shlibpath_var=no
9373 runpath_var=LD_RUN_PATH
9374 hardcode_runpath_var=yes
9375 ld_shlibs=yes
9376 fi
9377 ;;
9378
9379 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9380 no_undefined_flag='${wl}-z,text'
9381 archive_cmds_need_lc=no
9382 hardcode_shlibpath_var=no
9383 runpath_var='LD_RUN_PATH'
9384
9385 if test "$GCC" = yes; then
9386 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9387 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9388 else
9389 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9390 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9391 fi
9392 ;;
9393
9394 sysv5* | sco3.2v5* | sco5v6*)
9395 # Note: We can NOT use -z defs as we might desire, because we do not
9396 # link with -lc, and that would cause any symbols used from libc to
9397 # always be unresolved, which means just about no library would
9398 # ever link correctly. If we're not using GNU ld we use -z text
9399 # though, which does catch some bad symbols but isn't as heavy-handed
9400 # as -z defs.
9401 no_undefined_flag='${wl}-z,text'
9402 allow_undefined_flag='${wl}-z,nodefs'
9403 archive_cmds_need_lc=no
9404 hardcode_shlibpath_var=no
9405 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9406 hardcode_libdir_separator=':'
9407 link_all_deplibs=yes
9408 export_dynamic_flag_spec='${wl}-Bexport'
9409 runpath_var='LD_RUN_PATH'
9410
9411 if test "$GCC" = yes; then
9412 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9413 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9414 else
9415 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9416 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9417 fi
9418 ;;
9419
9420 uts4*)
9421 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9422 hardcode_libdir_flag_spec='-L$libdir'
9423 hardcode_shlibpath_var=no
9424 ;;
9425
9426 *)
9427 ld_shlibs=no
9428 ;;
9429 esac
9430
9431 if test x$host_vendor = xsni; then
9432 case $host in
9433 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9434 export_dynamic_flag_spec='${wl}-Blargedynsym'
9435 ;;
9436 esac
9437 fi
9438 fi
9439
9440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9441$as_echo "$ld_shlibs" >&6; }
9442test "$ld_shlibs" = no && can_build_shared=no
9443
9444with_gnu_ld=$with_gnu_ld
9445
9446
9447
fee8ec00 9448
fee8ec00 9449
fee8ec00 9450
6ffe910a 9451
6ffe910a
MF
9452
9453
6ffe910a 9454
fee8ec00 9455
fee8ec00
SR
9456
9457
6bb11ab3
L
9458
9459
9460#
9461# Do we need to explicitly link libc?
9462#
9463case "x$archive_cmds_need_lc" in
9464x|xyes)
9465 # Assume -lc should be added
9466 archive_cmds_need_lc=yes
9467
9468 if test "$enable_shared" = yes && test "$GCC" = yes; then
9469 case $archive_cmds in
9470 *'~'*)
9471 # FIXME: we may have to deal with multi-command sequences.
9472 ;;
9473 '$CC '*)
9474 # Test whether the compiler implicitly links with -lc since on some
9475 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9476 # to ld, don't add -lc before -lgcc.
9477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9478$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9479if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9480 $as_echo_n "(cached) " >&6
fee8ec00 9481else
6bb11ab3
L
9482 $RM conftest*
9483 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9484
9485 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9486 (eval $ac_compile) 2>&5
9487 ac_status=$?
9488 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9489 test $ac_status = 0; } 2>conftest.err; then
9490 soname=conftest
9491 lib=conftest
9492 libobjs=conftest.$ac_objext
9493 deplibs=
9494 wl=$lt_prog_compiler_wl
9495 pic_flag=$lt_prog_compiler_pic
9496 compiler_flags=-v
9497 linker_flags=-v
9498 verstring=
9499 output_objdir=.
9500 libname=conftest
9501 lt_save_allow_undefined_flag=$allow_undefined_flag
9502 allow_undefined_flag=
9503 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9504 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9505 ac_status=$?
9506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9507 test $ac_status = 0; }
9508 then
9509 lt_cv_archive_cmds_need_lc=no
9510 else
9511 lt_cv_archive_cmds_need_lc=yes
9512 fi
9513 allow_undefined_flag=$lt_save_allow_undefined_flag
9514 else
9515 cat conftest.err 1>&5
9516 fi
9517 $RM conftest*
fee8ec00 9518
6ffe910a 9519fi
6bb11ab3
L
9520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9521$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9522 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9523 ;;
9524 esac
9525 fi
9526 ;;
6ffe910a 9527esac
fee8ec00
SR
9528
9529
6ffe910a 9530
fee8ec00 9531
81ecdfbb 9532
fee8ec00 9533
fee8ec00 9534
fee8ec00 9535
fee8ec00 9536
fee8ec00 9537
fee8ec00 9538
fee8ec00 9539
fee8ec00 9540
fee8ec00 9541
81ecdfbb 9542
fee8ec00 9543
fee8ec00
SR
9544
9545
81ecdfbb 9546
81ecdfbb 9547
81ecdfbb
RW
9548
9549
81ecdfbb 9550
81ecdfbb 9551
fee8ec00
SR
9552
9553
fee8ec00 9554
fee8ec00 9555
fee8ec00 9556
fee8ec00 9557
81ecdfbb 9558
fee8ec00 9559
fee8ec00 9560
fee8ec00 9561
81ecdfbb 9562
fee8ec00 9563
fee8ec00 9564
fee8ec00 9565
fee8ec00 9566
81ecdfbb 9567
fee8ec00 9568
fee8ec00 9569
fee8ec00 9570
fee8ec00
SR
9571
9572
9573
9574
6ffe910a 9575
2232061b
MF
9576
9577
2232061b 9578
2232061b
MF
9579
9580
2232061b
MF
9581
9582
2232061b 9583
2232061b
MF
9584
9585
6bb11ab3
L
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
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9686$as_echo_n "checking dynamic linker characteristics... " >&6; }
9687
9688if test "$GCC" = yes; then
9689 case $host_os in
9690 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9691 *) lt_awk_arg="/^libraries:/" ;;
9692 esac
9693 case $host_os in
9694 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9695 *) lt_sed_strip_eq="s,=/,/,g" ;;
9696 esac
9697 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9698 case $lt_search_path_spec in
9699 *\;*)
9700 # if the path contains ";" then we assume it to be the separator
9701 # otherwise default to the standard path separator (i.e. ":") - it is
9702 # assumed that no part of a normal pathname contains ";" but that should
9703 # okay in the real world where ";" in dirpaths is itself problematic.
9704 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9705 ;;
9706 *)
9707 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9708 ;;
9709 esac
9710 # Ok, now we have the path, separated by spaces, we can step through it
9711 # and add multilib dir if necessary.
9712 lt_tmp_lt_search_path_spec=
9713 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9714 for lt_sys_path in $lt_search_path_spec; do
9715 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9716 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9717 else
9718 test -d "$lt_sys_path" && \
9719 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9720 fi
9721 done
9722 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9723BEGIN {RS=" "; FS="/|\n";} {
9724 lt_foo="";
9725 lt_count=0;
9726 for (lt_i = NF; lt_i > 0; lt_i--) {
9727 if ($lt_i != "" && $lt_i != ".") {
9728 if ($lt_i == "..") {
9729 lt_count++;
9730 } else {
9731 if (lt_count == 0) {
9732 lt_foo="/" $lt_i lt_foo;
9733 } else {
9734 lt_count--;
9735 }
9736 }
9737 }
9738 }
9739 if (lt_foo != "") { lt_freq[lt_foo]++; }
9740 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9741}'`
9742 # AWK program above erroneously prepends '/' to C:/dos/paths
9743 # for these hosts.
9744 case $host_os in
9745 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9746 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9747 esac
9748 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9749else
9750 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9751fi
9752library_names_spec=
9753libname_spec='lib$name'
9754soname_spec=
9755shrext_cmds=".so"
9756postinstall_cmds=
9757postuninstall_cmds=
9758finish_cmds=
9759finish_eval=
9760shlibpath_var=
9761shlibpath_overrides_runpath=unknown
9762version_type=none
9763dynamic_linker="$host_os ld.so"
9764sys_lib_dlsearch_path_spec="/lib /usr/lib"
9765need_lib_prefix=unknown
9766hardcode_into_libs=no
9767
9768# when you set need_version to no, make sure it does not cause -set_version
9769# flags to be left without arguments
9770need_version=unknown
9771
9772case $host_os in
9773aix3*)
9774 version_type=linux
9775 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9776 shlibpath_var=LIBPATH
9777
9778 # AIX 3 has no versioning support, so we append a major version to the name.
9779 soname_spec='${libname}${release}${shared_ext}$major'
9780 ;;
9781
9782aix[4-9]*)
9783 version_type=linux
9784 need_lib_prefix=no
9785 need_version=no
9786 hardcode_into_libs=yes
9787 if test "$host_cpu" = ia64; then
9788 # AIX 5 supports IA64
9789 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9790 shlibpath_var=LD_LIBRARY_PATH
9791 else
9792 # With GCC up to 2.95.x, collect2 would create an import file
9793 # for dependence libraries. The import file would start with
9794 # the line `#! .'. This would cause the generated library to
9795 # depend on `.', always an invalid library. This was fixed in
9796 # development snapshots of GCC prior to 3.0.
9797 case $host_os in
9798 aix4 | aix4.[01] | aix4.[01].*)
9799 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9800 echo ' yes '
9801 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9802 :
9803 else
9804 can_build_shared=no
9805 fi
9806 ;;
9807 esac
9808 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9809 # soname into executable. Probably we can add versioning support to
9810 # collect2, so additional links can be useful in future.
9811 if test "$aix_use_runtimelinking" = yes; then
9812 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9813 # instead of lib<name>.a to let people know that these are not
9814 # typical AIX shared libraries.
9815 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9816 else
9817 # We preserve .a as extension for shared libraries through AIX4.2
9818 # and later when we are not doing run time linking.
9819 library_names_spec='${libname}${release}.a $libname.a'
9820 soname_spec='${libname}${release}${shared_ext}$major'
9821 fi
9822 shlibpath_var=LIBPATH
9823 fi
9824 ;;
9825
9826amigaos*)
9827 case $host_cpu in
9828 powerpc)
9829 # Since July 2007 AmigaOS4 officially supports .so libraries.
9830 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9831 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9832 ;;
9833 m68k)
9834 library_names_spec='$libname.ixlibrary $libname.a'
9835 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9836 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'
9837 ;;
9838 esac
9839 ;;
9840
9841beos*)
9842 library_names_spec='${libname}${shared_ext}'
9843 dynamic_linker="$host_os ld.so"
9844 shlibpath_var=LIBRARY_PATH
9845 ;;
9846
9847bsdi[45]*)
9848 version_type=linux
9849 need_version=no
9850 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9851 soname_spec='${libname}${release}${shared_ext}$major'
9852 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9853 shlibpath_var=LD_LIBRARY_PATH
9854 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9855 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9856 # the default ld.so.conf also contains /usr/contrib/lib and
9857 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9858 # libtool to hard-code these into programs
9859 ;;
9860
9861cygwin* | mingw* | pw32* | cegcc*)
9862 version_type=windows
9863 shrext_cmds=".dll"
9864 need_version=no
9865 need_lib_prefix=no
9866
9867 case $GCC,$host_os in
9868 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9869 library_names_spec='$libname.dll.a'
9870 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9871 postinstall_cmds='base_file=`basename \${file}`~
9872 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9873 dldir=$destdir/`dirname \$dlpath`~
9874 test -d \$dldir || mkdir -p \$dldir~
9875 $install_prog $dir/$dlname \$dldir/$dlname~
9876 chmod a+x \$dldir/$dlname~
9877 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9878 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9879 fi'
9880 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9881 dlpath=$dir/\$dldll~
9882 $RM \$dlpath'
9883 shlibpath_overrides_runpath=yes
9884
9885 case $host_os in
9886 cygwin*)
9887 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9888 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9889
9890 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9891 ;;
9892 mingw* | cegcc*)
9893 # MinGW DLLs use traditional 'lib' prefix
9894 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9895 ;;
9896 pw32*)
9897 # pw32 DLLs use 'pw' prefix rather than 'lib'
9898 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9899 ;;
9900 esac
9901 ;;
9902
9903 *)
9904 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9905 ;;
9906 esac
9907 dynamic_linker='Win32 ld.exe'
9908 # FIXME: first we should search . and the directory the executable is in
9909 shlibpath_var=PATH
9910 ;;
9911
9912darwin* | rhapsody*)
9913 dynamic_linker="$host_os dyld"
9914 version_type=darwin
9915 need_lib_prefix=no
9916 need_version=no
9917 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9918 soname_spec='${libname}${release}${major}$shared_ext'
9919 shlibpath_overrides_runpath=yes
9920 shlibpath_var=DYLD_LIBRARY_PATH
9921 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9922
9923 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9924 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9925 ;;
9926
9927dgux*)
9928 version_type=linux
9929 need_lib_prefix=no
9930 need_version=no
9931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9932 soname_spec='${libname}${release}${shared_ext}$major'
9933 shlibpath_var=LD_LIBRARY_PATH
9934 ;;
9935
9936freebsd* | dragonfly*)
9937 # DragonFly does not have aout. When/if they implement a new
9938 # versioning mechanism, adjust this.
9939 if test -x /usr/bin/objformat; then
9940 objformat=`/usr/bin/objformat`
9941 else
9942 case $host_os in
9943 freebsd[23].*) objformat=aout ;;
9944 *) objformat=elf ;;
9945 esac
9946 fi
9947 version_type=freebsd-$objformat
9948 case $version_type in
9949 freebsd-elf*)
9950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9951 need_version=no
9952 need_lib_prefix=no
9953 ;;
9954 freebsd-*)
9955 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9956 need_version=yes
9957 ;;
9958 esac
9959 shlibpath_var=LD_LIBRARY_PATH
9960 case $host_os in
9961 freebsd2.*)
9962 shlibpath_overrides_runpath=yes
9963 ;;
9964 freebsd3.[01]* | freebsdelf3.[01]*)
9965 shlibpath_overrides_runpath=yes
9966 hardcode_into_libs=yes
9967 ;;
9968 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9969 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9970 shlibpath_overrides_runpath=no
9971 hardcode_into_libs=yes
9972 ;;
9973 *) # from 4.6 on, and DragonFly
9974 shlibpath_overrides_runpath=yes
9975 hardcode_into_libs=yes
9976 ;;
9977 esac
9978 ;;
9979
6bb11ab3
L
9980haiku*)
9981 version_type=linux
9982 need_lib_prefix=no
9983 need_version=no
9984 dynamic_linker="$host_os runtime_loader"
9985 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9986 soname_spec='${libname}${release}${shared_ext}$major'
9987 shlibpath_var=LIBRARY_PATH
9988 shlibpath_overrides_runpath=yes
9989 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9990 hardcode_into_libs=yes
9991 ;;
9992
9993hpux9* | hpux10* | hpux11*)
9994 # Give a soname corresponding to the major version so that dld.sl refuses to
9995 # link against other versions.
9996 version_type=sunos
9997 need_lib_prefix=no
9998 need_version=no
9999 case $host_cpu in
10000 ia64*)
10001 shrext_cmds='.so'
10002 hardcode_into_libs=yes
10003 dynamic_linker="$host_os dld.so"
10004 shlibpath_var=LD_LIBRARY_PATH
10005 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10006 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10007 soname_spec='${libname}${release}${shared_ext}$major'
10008 if test "X$HPUX_IA64_MODE" = X32; then
10009 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10010 else
10011 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10012 fi
10013 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10014 ;;
10015 hppa*64*)
10016 shrext_cmds='.sl'
10017 hardcode_into_libs=yes
10018 dynamic_linker="$host_os dld.sl"
10019 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10020 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10022 soname_spec='${libname}${release}${shared_ext}$major'
10023 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10024 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10025 ;;
10026 *)
10027 shrext_cmds='.sl'
10028 dynamic_linker="$host_os dld.sl"
10029 shlibpath_var=SHLIB_PATH
10030 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10032 soname_spec='${libname}${release}${shared_ext}$major'
10033 ;;
10034 esac
10035 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10036 postinstall_cmds='chmod 555 $lib'
10037 # or fails outright, so override atomically:
10038 install_override_mode=555
10039 ;;
10040
10041interix[3-9]*)
10042 version_type=linux
10043 need_lib_prefix=no
10044 need_version=no
10045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10046 soname_spec='${libname}${release}${shared_ext}$major'
10047 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10048 shlibpath_var=LD_LIBRARY_PATH
10049 shlibpath_overrides_runpath=no
10050 hardcode_into_libs=yes
10051 ;;
10052
10053irix5* | irix6* | nonstopux*)
10054 case $host_os in
10055 nonstopux*) version_type=nonstopux ;;
10056 *)
10057 if test "$lt_cv_prog_gnu_ld" = yes; then
10058 version_type=linux
10059 else
10060 version_type=irix
10061 fi ;;
10062 esac
10063 need_lib_prefix=no
10064 need_version=no
10065 soname_spec='${libname}${release}${shared_ext}$major'
10066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10067 case $host_os in
10068 irix5* | nonstopux*)
10069 libsuff= shlibsuff=
10070 ;;
10071 *)
10072 case $LD in # libtool.m4 will add one of these switches to LD
10073 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10074 libsuff= shlibsuff= libmagic=32-bit;;
10075 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10076 libsuff=32 shlibsuff=N32 libmagic=N32;;
10077 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10078 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10079 *) libsuff= shlibsuff= libmagic=never-match;;
10080 esac
10081 ;;
10082 esac
10083 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10084 shlibpath_overrides_runpath=no
10085 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10086 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10087 hardcode_into_libs=yes
10088 ;;
10089
10090# No shared lib support for Linux oldld, aout, or coff.
10091linux*oldld* | linux*aout* | linux*coff*)
10092 dynamic_linker=no
10093 ;;
10094
10095# This must be Linux ELF.
46f900c0 10096linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10097 version_type=linux
10098 need_lib_prefix=no
10099 need_version=no
10100 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10101 soname_spec='${libname}${release}${shared_ext}$major'
10102 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10103 shlibpath_var=LD_LIBRARY_PATH
10104 shlibpath_overrides_runpath=no
10105
10106 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10107 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10108 $as_echo_n "(cached) " >&6
10109else
6bb11ab3
L
10110 lt_cv_shlibpath_overrides_runpath=no
10111 save_LDFLAGS=$LDFLAGS
10112 save_libdir=$libdir
10113 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10114 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10116/* end confdefs.h. */
10117
2232061b
MF
10118int
10119main ()
10120{
10121
10122 ;
10123 return 0;
10124}
10125_ACEOF
6bb11ab3
L
10126if ac_fn_c_try_link "$LINENO"; then :
10127 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10128 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10129fi
2232061b 10130fi
6bb11ab3
L
10131rm -f core conftest.err conftest.$ac_objext \
10132 conftest$ac_exeext conftest.$ac_ext
10133 LDFLAGS=$save_LDFLAGS
10134 libdir=$save_libdir
2232061b 10135
6bb11ab3 10136fi
2232061b 10137
6bb11ab3 10138 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10139
6bb11ab3
L
10140 # This implies no fast_install, which is unacceptable.
10141 # Some rework will be needed to allow for fast_install
10142 # before this can be enabled.
10143 hardcode_into_libs=yes
2232061b 10144
6bb11ab3
L
10145 # Append ld.so.conf contents to the search path
10146 if test -f /etc/ld.so.conf; then
10147 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' ' '`
10148 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10149 fi
2232061b 10150
6bb11ab3
L
10151 # We used to test for /lib/ld.so.1 and disable shared libraries on
10152 # powerpc, because MkLinux only supported shared libraries with the
10153 # GNU dynamic linker. Since this was broken with cross compilers,
10154 # most powerpc-linux boxes support dynamic linking these days and
10155 # people can always --disable-shared, the test was removed, and we
10156 # assume the GNU/Linux dynamic linker is in use.
10157 dynamic_linker='GNU/Linux ld.so'
10158 ;;
10159
10160netbsd*)
10161 version_type=sunos
10162 need_lib_prefix=no
10163 need_version=no
10164 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10166 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10167 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10168 else
6bb11ab3
L
10169 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10170 soname_spec='${libname}${release}${shared_ext}$major'
10171 dynamic_linker='NetBSD ld.elf_so'
10172 fi
10173 shlibpath_var=LD_LIBRARY_PATH
10174 shlibpath_overrides_runpath=yes
10175 hardcode_into_libs=yes
10176 ;;
10177
10178newsos6)
10179 version_type=linux
10180 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10181 shlibpath_var=LD_LIBRARY_PATH
10182 shlibpath_overrides_runpath=yes
10183 ;;
10184
10185*nto* | *qnx*)
10186 version_type=qnx
10187 need_lib_prefix=no
10188 need_version=no
10189 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10190 soname_spec='${libname}${release}${shared_ext}$major'
10191 shlibpath_var=LD_LIBRARY_PATH
10192 shlibpath_overrides_runpath=no
10193 hardcode_into_libs=yes
10194 dynamic_linker='ldqnx.so'
10195 ;;
10196
10197openbsd*)
10198 version_type=sunos
10199 sys_lib_dlsearch_path_spec="/usr/lib"
10200 need_lib_prefix=no
10201 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10202 case $host_os in
10203 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10204 *) need_version=no ;;
10205 esac
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10207 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10208 shlibpath_var=LD_LIBRARY_PATH
10209 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10210 case $host_os in
10211 openbsd2.[89] | openbsd2.[89].*)
10212 shlibpath_overrides_runpath=no
10213 ;;
10214 *)
10215 shlibpath_overrides_runpath=yes
10216 ;;
10217 esac
10218 else
10219 shlibpath_overrides_runpath=yes
10220 fi
10221 ;;
10222
10223os2*)
10224 libname_spec='$name'
10225 shrext_cmds=".dll"
10226 need_lib_prefix=no
10227 library_names_spec='$libname${shared_ext} $libname.a'
10228 dynamic_linker='OS/2 ld.exe'
10229 shlibpath_var=LIBPATH
10230 ;;
10231
10232osf3* | osf4* | osf5*)
10233 version_type=osf
10234 need_lib_prefix=no
10235 need_version=no
10236 soname_spec='${libname}${release}${shared_ext}$major'
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10238 shlibpath_var=LD_LIBRARY_PATH
10239 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10240 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10241 ;;
10242
10243rdos*)
10244 dynamic_linker=no
10245 ;;
10246
10247solaris*)
10248 version_type=linux
10249 need_lib_prefix=no
10250 need_version=no
10251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10252 soname_spec='${libname}${release}${shared_ext}$major'
10253 shlibpath_var=LD_LIBRARY_PATH
10254 shlibpath_overrides_runpath=yes
10255 hardcode_into_libs=yes
10256 # ldd complains unless libraries are executable
10257 postinstall_cmds='chmod +x $lib'
10258 ;;
10259
10260sunos4*)
10261 version_type=sunos
10262 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10263 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10264 shlibpath_var=LD_LIBRARY_PATH
10265 shlibpath_overrides_runpath=yes
10266 if test "$with_gnu_ld" = yes; then
10267 need_lib_prefix=no
10268 fi
10269 need_version=yes
10270 ;;
10271
10272sysv4 | sysv4.3*)
10273 version_type=linux
10274 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10275 soname_spec='${libname}${release}${shared_ext}$major'
10276 shlibpath_var=LD_LIBRARY_PATH
10277 case $host_vendor in
10278 sni)
10279 shlibpath_overrides_runpath=no
10280 need_lib_prefix=no
10281 runpath_var=LD_RUN_PATH
10282 ;;
10283 siemens)
10284 need_lib_prefix=no
10285 ;;
10286 motorola)
10287 need_lib_prefix=no
10288 need_version=no
10289 shlibpath_overrides_runpath=no
10290 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10291 ;;
10292 esac
10293 ;;
10294
10295sysv4*MP*)
10296 if test -d /usr/nec ;then
10297 version_type=linux
10298 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10299 soname_spec='$libname${shared_ext}.$major'
10300 shlibpath_var=LD_LIBRARY_PATH
2232061b 10301 fi
6bb11ab3
L
10302 ;;
10303
10304sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10305 version_type=freebsd-elf
10306 need_lib_prefix=no
10307 need_version=no
10308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10309 soname_spec='${libname}${release}${shared_ext}$major'
10310 shlibpath_var=LD_LIBRARY_PATH
10311 shlibpath_overrides_runpath=yes
10312 hardcode_into_libs=yes
10313 if test "$with_gnu_ld" = yes; then
10314 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10315 else
10316 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10317 case $host_os in
10318 sco3.2v5*)
10319 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10320 ;;
10321 esac
10322 fi
10323 sys_lib_dlsearch_path_spec='/usr/lib'
10324 ;;
10325
10326tpf*)
10327 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10328 version_type=linux
10329 need_lib_prefix=no
10330 need_version=no
10331 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10332 shlibpath_var=LD_LIBRARY_PATH
10333 shlibpath_overrides_runpath=no
10334 hardcode_into_libs=yes
10335 ;;
10336
10337uts4*)
10338 version_type=linux
10339 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10340 soname_spec='${libname}${release}${shared_ext}$major'
10341 shlibpath_var=LD_LIBRARY_PATH
10342 ;;
10343
10344*)
10345 dynamic_linker=no
10346 ;;
10347esac
10348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10349$as_echo "$dynamic_linker" >&6; }
10350test "$dynamic_linker" = no && can_build_shared=no
10351
10352variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10353if test "$GCC" = yes; then
10354 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10355fi
2232061b 10356
6bb11ab3
L
10357if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10358 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10359fi
10360if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10361 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10362fi
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
2232061b 10389
2232061b 10390
2232061b 10391
2232061b 10392
2232061b
MF
10393
10394
6ffe910a 10395
6ffe910a
MF
10396
10397
10398
10399
10400
2232061b 10401
6ffe910a
MF
10402
10403
10404
10405
6ffe910a 10406
6ffe910a 10407
6ffe910a
MF
10408
10409
6ffe910a 10410
6ffe910a 10411
6ffe910a
MF
10412
10413
5f3ef9d0 10414
5f3ef9d0
JB
10415
10416
10417
db2e4d67
MF
10418
10419
db2e4d67 10420
db2e4d67 10421
db2e4d67 10422
db2e4d67 10423
db2e4d67 10424
db2e4d67 10425
db2e4d67 10426
db2e4d67
MF
10427
10428
db2e4d67 10429
db2e4d67
MF
10430
10431
db2e4d67 10432
db2e4d67
MF
10433
10434
6ffe910a 10435
6ffe910a 10436
6ffe910a
MF
10437
10438
6ffe910a
MF
10439
10440
6ffe910a 10441
6ffe910a 10442
6ffe910a 10443
6ffe910a 10444
6ffe910a 10445
fee8ec00
SR
10446
10447
10448
10449
fee8ec00 10450
fee8ec00 10451
fee8ec00 10452
fee8ec00 10453
fee8ec00 10454
6bb11ab3
L
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10456$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10457hardcode_action=
10458if test -n "$hardcode_libdir_flag_spec" ||
10459 test -n "$runpath_var" ||
10460 test "X$hardcode_automatic" = "Xyes" ; then
fee8ec00 10461
6bb11ab3
L
10462 # We can hardcode non-existent directories.
10463 if test "$hardcode_direct" != no &&
10464 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10465 # have to relink, otherwise we might link with an installed library
10466 # when we should be linking with a yet-to-be-installed one
10467 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10468 test "$hardcode_minus_L" != no; then
10469 # Linking always hardcodes the temporary library directory.
10470 hardcode_action=relink
10471 else
10472 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10473 hardcode_action=immediate
10474 fi
10475else
10476 # We cannot hardcode anything, or else we can only hardcode existing
10477 # directories.
10478 hardcode_action=unsupported
fee8ec00 10479fi
6bb11ab3
L
10480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10481$as_echo "$hardcode_action" >&6; }
fee8ec00 10482
6bb11ab3
L
10483if test "$hardcode_action" = relink ||
10484 test "$inherit_rpath" = yes; then
10485 # Fast installation is not supported
10486 enable_fast_install=no
10487elif test "$shlibpath_overrides_runpath" = yes ||
10488 test "$enable_shared" = no; then
10489 # Fast installation is not necessary
10490 enable_fast_install=needless
10491fi
fee8ec00 10492
6bb11ab3
L
10493
10494
10495
10496
10497
10498 if test "x$enable_dlopen" != xyes; then
10499 enable_dlopen=unknown
10500 enable_dlopen_self=unknown
10501 enable_dlopen_self_static=unknown
10502else
10503 lt_cv_dlopen=no
10504 lt_cv_dlopen_libs=
10505
10506 case $host_os in
10507 beos*)
10508 lt_cv_dlopen="load_add_on"
10509 lt_cv_dlopen_libs=
10510 lt_cv_dlopen_self=yes
10511 ;;
10512
10513 mingw* | pw32* | cegcc*)
10514 lt_cv_dlopen="LoadLibrary"
10515 lt_cv_dlopen_libs=
10516 ;;
10517
10518 cygwin*)
10519 lt_cv_dlopen="dlopen"
10520 lt_cv_dlopen_libs=
10521 ;;
10522
10523 darwin*)
10524 # if libdl is installed we need to link against it
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10526$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10527if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10528 $as_echo_n "(cached) " >&6
10529else
10530 ac_check_lib_save_LIBS=$LIBS
10531LIBS="-ldl $LIBS"
10532cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10533/* end confdefs.h. */
10534
10535/* Override any GCC internal prototype to avoid an error.
10536 Use char because int might match the return type of a GCC
10537 builtin and then its argument prototype would still apply. */
10538#ifdef __cplusplus
10539extern "C"
10540#endif
10541char dlopen ();
10542int
10543main ()
10544{
10545return dlopen ();
10546 ;
10547 return 0;
10548}
fee8ec00 10549_ACEOF
6bb11ab3
L
10550if ac_fn_c_try_link "$LINENO"; then :
10551 ac_cv_lib_dl_dlopen=yes
10552else
10553 ac_cv_lib_dl_dlopen=no
10554fi
10555rm -f core conftest.err conftest.$ac_objext \
10556 conftest$ac_exeext conftest.$ac_ext
10557LIBS=$ac_check_lib_save_LIBS
10558fi
10559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10560$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10561if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10562 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10563else
10564
10565 lt_cv_dlopen="dyld"
10566 lt_cv_dlopen_libs=
10567 lt_cv_dlopen_self=yes
fee8ec00
SR
10568
10569fi
fee8ec00 10570
6bb11ab3 10571 ;;
fee8ec00 10572
6bb11ab3
L
10573 *)
10574 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10575if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10576 lt_cv_dlopen="shl_load"
10577else
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10579$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10580if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10581 $as_echo_n "(cached) " >&6
10582else
10583 ac_check_lib_save_LIBS=$LIBS
10584LIBS="-ldld $LIBS"
10585cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10586/* end confdefs.h. */
10587
10588/* Override any GCC internal prototype to avoid an error.
10589 Use char because int might match the return type of a GCC
10590 builtin and then its argument prototype would still apply. */
10591#ifdef __cplusplus
10592extern "C"
10593#endif
10594char shl_load ();
10595int
10596main ()
10597{
10598return shl_load ();
10599 ;
10600 return 0;
10601}
10602_ACEOF
10603if ac_fn_c_try_link "$LINENO"; then :
10604 ac_cv_lib_dld_shl_load=yes
10605else
10606 ac_cv_lib_dld_shl_load=no
10607fi
10608rm -f core conftest.err conftest.$ac_objext \
10609 conftest$ac_exeext conftest.$ac_ext
10610LIBS=$ac_check_lib_save_LIBS
10611fi
10612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10613$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10614if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10615 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10616else
10617 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10618if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10619 lt_cv_dlopen="dlopen"
10620else
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10622$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10623if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10624 $as_echo_n "(cached) " >&6
fee8ec00
SR
10625else
10626 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10627LIBS="-ldl $LIBS"
81ecdfbb 10628cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
10629/* end confdefs.h. */
10630
81ecdfbb
RW
10631/* Override any GCC internal prototype to avoid an error.
10632 Use char because int might match the return type of a GCC
10633 builtin and then its argument prototype would still apply. */
fee8ec00
SR
10634#ifdef __cplusplus
10635extern "C"
10636#endif
6bb11ab3 10637char dlopen ();
fee8ec00
SR
10638int
10639main ()
10640{
6bb11ab3 10641return dlopen ();
fee8ec00
SR
10642 ;
10643 return 0;
10644}
10645_ACEOF
81ecdfbb 10646if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10647 ac_cv_lib_dl_dlopen=yes
fee8ec00 10648else
6bb11ab3 10649 ac_cv_lib_dl_dlopen=no
fee8ec00 10650fi
81ecdfbb
RW
10651rm -f core conftest.err conftest.$ac_objext \
10652 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
10653LIBS=$ac_check_lib_save_LIBS
10654fi
6bb11ab3
L
10655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10656$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10657if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10658 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10659else
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10661$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10662if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10663 $as_echo_n "(cached) " >&6
fee8ec00
SR
10664else
10665 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10666LIBS="-lsvld $LIBS"
81ecdfbb 10667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
10668/* end confdefs.h. */
10669
81ecdfbb
RW
10670/* Override any GCC internal prototype to avoid an error.
10671 Use char because int might match the return type of a GCC
10672 builtin and then its argument prototype would still apply. */
fee8ec00
SR
10673#ifdef __cplusplus
10674extern "C"
10675#endif
6bb11ab3 10676char dlopen ();
fee8ec00
SR
10677int
10678main ()
10679{
6bb11ab3 10680return dlopen ();
fee8ec00
SR
10681 ;
10682 return 0;
10683}
10684_ACEOF
81ecdfbb 10685if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10686 ac_cv_lib_svld_dlopen=yes
fee8ec00 10687else
6bb11ab3 10688 ac_cv_lib_svld_dlopen=no
fee8ec00 10689fi
81ecdfbb
RW
10690rm -f core conftest.err conftest.$ac_objext \
10691 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
10692LIBS=$ac_check_lib_save_LIBS
10693fi
6bb11ab3
L
10694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10695$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10696if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 10697 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10698else
6bb11ab3
L
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10700$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10701if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10702 $as_echo_n "(cached) " >&6
b5bd9624 10703else
6bb11ab3
L
10704 ac_check_lib_save_LIBS=$LIBS
10705LIBS="-ldld $LIBS"
81ecdfbb 10706cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
10707/* end confdefs.h. */
10708
81ecdfbb
RW
10709/* Override any GCC internal prototype to avoid an error.
10710 Use char because int might match the return type of a GCC
b5bd9624 10711 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
10712#ifdef __cplusplus
10713extern "C"
10714#endif
6bb11ab3 10715char dld_link ();
b5bd9624
HPN
10716int
10717main ()
10718{
6bb11ab3 10719return dld_link ();
b5bd9624
HPN
10720 ;
10721 return 0;
10722}
10723_ACEOF
6bb11ab3
L
10724if ac_fn_c_try_link "$LINENO"; then :
10725 ac_cv_lib_dld_dld_link=yes
10726else
10727 ac_cv_lib_dld_dld_link=no
10728fi
10729rm -f core conftest.err conftest.$ac_objext \
10730 conftest$ac_exeext conftest.$ac_ext
10731LIBS=$ac_check_lib_save_LIBS
10732fi
10733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10734$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10735if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10736 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10737fi
10738
10739
10740fi
10741
10742
10743fi
10744
10745
10746fi
10747
10748
10749fi
10750
10751
10752fi
10753
10754 ;;
10755 esac
10756
10757 if test "x$lt_cv_dlopen" != xno; then
10758 enable_dlopen=yes
b5bd9624 10759 else
6bb11ab3
L
10760 enable_dlopen=no
10761 fi
10762
10763 case $lt_cv_dlopen in
10764 dlopen)
10765 save_CPPFLAGS="$CPPFLAGS"
10766 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10767
10768 save_LDFLAGS="$LDFLAGS"
10769 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10770
10771 save_LIBS="$LIBS"
10772 LIBS="$lt_cv_dlopen_libs $LIBS"
10773
10774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10775$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10776if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
10777 $as_echo_n "(cached) " >&6
10778else
10779 if test "$cross_compiling" = yes; then :
10780 lt_cv_dlopen_self=cross
10781else
10782 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10783 lt_status=$lt_dlunknown
10784 cat > conftest.$ac_ext <<_LT_EOF
dba333c1 10785#line 10785 "configure"
6bb11ab3
L
10786#include "confdefs.h"
10787
10788#if HAVE_DLFCN_H
10789#include <dlfcn.h>
10790#endif
10791
10792#include <stdio.h>
10793
10794#ifdef RTLD_GLOBAL
10795# define LT_DLGLOBAL RTLD_GLOBAL
10796#else
10797# ifdef DL_GLOBAL
10798# define LT_DLGLOBAL DL_GLOBAL
10799# else
10800# define LT_DLGLOBAL 0
10801# endif
10802#endif
10803
10804/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10805 find out it does not work in some platform. */
10806#ifndef LT_DLLAZY_OR_NOW
10807# ifdef RTLD_LAZY
10808# define LT_DLLAZY_OR_NOW RTLD_LAZY
10809# else
10810# ifdef DL_LAZY
10811# define LT_DLLAZY_OR_NOW DL_LAZY
10812# else
10813# ifdef RTLD_NOW
10814# define LT_DLLAZY_OR_NOW RTLD_NOW
10815# else
10816# ifdef DL_NOW
10817# define LT_DLLAZY_OR_NOW DL_NOW
10818# else
10819# define LT_DLLAZY_OR_NOW 0
10820# endif
10821# endif
10822# endif
10823# endif
10824#endif
10825
10826/* When -fvisbility=hidden is used, assume the code has been annotated
10827 correspondingly for the symbols needed. */
10828#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10829void fnord () __attribute__((visibility("default")));
10830#endif
10831
10832void fnord () { int i=42; }
10833int main ()
10834{
10835 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10836 int status = $lt_dlunknown;
10837
10838 if (self)
10839 {
10840 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10841 else
10842 {
10843 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10844 else puts (dlerror ());
10845 }
10846 /* dlclose (self); */
10847 }
10848 else
10849 puts (dlerror ());
10850
10851 return status;
10852}
10853_LT_EOF
10854 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10855 (eval $ac_link) 2>&5
10856 ac_status=$?
10857 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10858 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10859 (./conftest; exit; ) >&5 2>/dev/null
10860 lt_status=$?
10861 case x$lt_status in
10862 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10863 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10864 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10865 esac
10866 else :
10867 # compilation failed
10868 lt_cv_dlopen_self=no
b5bd9624 10869 fi
b5bd9624 10870fi
6bb11ab3
L
10871rm -fr conftest*
10872
10873
b5bd9624 10874fi
6bb11ab3
L
10875{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10876$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 10877
6bb11ab3
L
10878 if test "x$lt_cv_dlopen_self" = xyes; then
10879 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10881$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10882if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 10883 $as_echo_n "(cached) " >&6
b5bd9624 10884else
6bb11ab3
L
10885 if test "$cross_compiling" = yes; then :
10886 lt_cv_dlopen_self_static=cross
10887else
10888 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10889 lt_status=$lt_dlunknown
10890 cat > conftest.$ac_ext <<_LT_EOF
dba333c1 10891#line 10891 "configure"
6bb11ab3
L
10892#include "confdefs.h"
10893
10894#if HAVE_DLFCN_H
10895#include <dlfcn.h>
10896#endif
10897
10898#include <stdio.h>
10899
10900#ifdef RTLD_GLOBAL
10901# define LT_DLGLOBAL RTLD_GLOBAL
10902#else
10903# ifdef DL_GLOBAL
10904# define LT_DLGLOBAL DL_GLOBAL
10905# else
10906# define LT_DLGLOBAL 0
10907# endif
10908#endif
10909
10910/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10911 find out it does not work in some platform. */
10912#ifndef LT_DLLAZY_OR_NOW
10913# ifdef RTLD_LAZY
10914# define LT_DLLAZY_OR_NOW RTLD_LAZY
10915# else
10916# ifdef DL_LAZY
10917# define LT_DLLAZY_OR_NOW DL_LAZY
10918# else
10919# ifdef RTLD_NOW
10920# define LT_DLLAZY_OR_NOW RTLD_NOW
10921# else
10922# ifdef DL_NOW
10923# define LT_DLLAZY_OR_NOW DL_NOW
10924# else
10925# define LT_DLLAZY_OR_NOW 0
10926# endif
10927# endif
10928# endif
10929# endif
10930#endif
10931
10932/* When -fvisbility=hidden is used, assume the code has been annotated
10933 correspondingly for the symbols needed. */
10934#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10935void fnord () __attribute__((visibility("default")));
10936#endif
10937
10938void fnord () { int i=42; }
10939int main ()
10940{
10941 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10942 int status = $lt_dlunknown;
10943
10944 if (self)
10945 {
10946 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10947 else
10948 {
10949 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10950 else puts (dlerror ());
10951 }
10952 /* dlclose (self); */
10953 }
10954 else
10955 puts (dlerror ());
10956
10957 return status;
10958}
10959_LT_EOF
10960 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10961 (eval $ac_link) 2>&5
10962 ac_status=$?
10963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10964 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10965 (./conftest; exit; ) >&5 2>/dev/null
10966 lt_status=$?
10967 case x$lt_status in
10968 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10969 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10970 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10971 esac
10972 else :
10973 # compilation failed
10974 lt_cv_dlopen_self_static=no
10975 fi
b5bd9624 10976fi
6bb11ab3
L
10977rm -fr conftest*
10978
10979
b5bd9624 10980fi
6bb11ab3
L
10981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10982$as_echo "$lt_cv_dlopen_self_static" >&6; }
10983 fi
10984
10985 CPPFLAGS="$save_CPPFLAGS"
10986 LDFLAGS="$save_LDFLAGS"
10987 LIBS="$save_LIBS"
10988 ;;
10989 esac
10990
10991 case $lt_cv_dlopen_self in
10992 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10993 *) enable_dlopen_self=unknown ;;
10994 esac
10995
10996 case $lt_cv_dlopen_self_static in
10997 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10998 *) enable_dlopen_self_static=unknown ;;
10999 esac
11000fi
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018striplib=
11019old_striplib=
11020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11021$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11022if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11023 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11024 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11026$as_echo "yes" >&6; }
11027else
11028# FIXME - insert some real tests, host_os isn't really good enough
11029 case $host_os in
11030 darwin*)
11031 if test -n "$STRIP" ; then
11032 striplib="$STRIP -x"
11033 old_striplib="$STRIP -S"
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11035$as_echo "yes" >&6; }
11036 else
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11038$as_echo "no" >&6; }
11039 fi
11040 ;;
11041 *)
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11043$as_echo "no" >&6; }
11044 ;;
11045 esac
11046fi
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059 # Report which library types will actually be built
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11061$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11063$as_echo "$can_build_shared" >&6; }
11064
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11066$as_echo_n "checking whether to build shared libraries... " >&6; }
11067 test "$can_build_shared" = "no" && enable_shared=no
11068
11069 # On AIX, shared libraries and static libraries use the same namespace, and
11070 # are all built from PIC.
11071 case $host_os in
11072 aix3*)
11073 test "$enable_shared" = yes && enable_static=no
11074 if test -n "$RANLIB"; then
11075 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11076 postinstall_cmds='$RANLIB $lib'
11077 fi
11078 ;;
11079
11080 aix[4-9]*)
11081 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11082 test "$enable_shared" = yes && enable_static=no
11083 fi
11084 ;;
11085 esac
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11087$as_echo "$enable_shared" >&6; }
11088
11089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11090$as_echo_n "checking whether to build static libraries... " >&6; }
11091 # Make sure either enable_shared or enable_static is yes.
11092 test "$enable_shared" = yes || enable_static=yes
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11094$as_echo "$enable_static" >&6; }
11095
11096
11097
11098
11099fi
11100ac_ext=c
11101ac_cpp='$CPP $CPPFLAGS'
11102ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11103ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11104ac_compiler_gnu=$ac_cv_c_compiler_gnu
11105
11106CC="$lt_save_CC"
11107
11108
11109
11110
11111
11112
11113
11114
11115
b5bd9624 11116
b5bd9624 11117
b5bd9624 11118
b5bd9624 11119
6bb11ab3
L
11120 ac_config_commands="$ac_config_commands libtool"
11121
11122
11123
11124
11125# Only expand once:
11126
11127
5912fadd 11128
b5bd9624 11129
fee8ec00
SR
11130
11131
31e6ad7d
MF
11132
11133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11134$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11135 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11136if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11137 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11138else
11139 USE_MAINTAINER_MODE=no
fee8ec00 11140fi
31e6ad7d
MF
11141
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11143$as_echo "$USE_MAINTAINER_MODE" >&6; }
11144 if test $USE_MAINTAINER_MODE = yes; then
11145 MAINTAINER_MODE_TRUE=
11146 MAINTAINER_MODE_FALSE='#'
fee8ec00 11147else
31e6ad7d
MF
11148 MAINTAINER_MODE_TRUE='#'
11149 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11150fi
11151
31e6ad7d
MF
11152 MAINT=$MAINTAINER_MODE_TRUE
11153
11154
fee8ec00
SR
11155
11156
ce39bd38
MF
11157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11158$as_echo_n "checking for sim debug setting... " >&6; }
11159sim_debug="0"
81ecdfbb
RW
11160# Check whether --enable-sim-debug was given.
11161if test "${enable_sim_debug+set}" = set; then :
11162 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11163 yes) sim_debug="7";;
11164 no) sim_debug="0";;
11165 *) sim_debug="($enableval)";;
fee8ec00 11166esac
fee8ec00 11167fi
ce39bd38
MF
11168if test "$sim_debug" != "0"; then
11169
11170cat >>confdefs.h <<_ACEOF
11171#define DEBUG $sim_debug
11172_ACEOF
11173
81ecdfbb
RW
11174fi
11175
ce39bd38
MF
11176cat >>confdefs.h <<_ACEOF
11177#define WITH_DEBUG $sim_debug
11178_ACEOF
11179
11180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11181$as_echo "$sim_debug" >&6; }
fee8ec00
SR
11182
11183
ce39bd38
MF
11184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11185$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11186sim_stdio="0"
81ecdfbb
RW
11187# Check whether --enable-sim-stdio was given.
11188if test "${enable_sim_stdio+set}" = set; then :
11189 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11190 yes) sim_stdio="DO_USE_STDIO";;
11191 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11192 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
fee8ec00 11193esac
81ecdfbb
RW
11194fi
11195
ce39bd38
MF
11196cat >>confdefs.h <<_ACEOF
11197#define WITH_STDIO $sim_stdio
11198_ACEOF
11199
11200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11201$as_echo "$sim_stdio" >&6; }
fee8ec00
SR
11202
11203
ce39bd38
MF
11204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11205$as_echo_n "checking for sim trace settings... " >&6; }
11206sim_trace="~TRACE_debug"
81ecdfbb
RW
11207# Check whether --enable-sim-trace was given.
11208if test "${enable_sim_trace+set}" = set; then :
11209 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11210 yes) sim_trace="-1";;
11211 no) sim_trace="0";;
fee8ec00 11212 [-0-9]*)
ce39bd38 11213 sim_trace="'(${enableval})'";;
2232061b 11214 [[:lower:]]*)
fee8ec00
SR
11215 sim_trace=""
11216 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11217 if test x"$sim_trace" = x; then
ce39bd38 11218 sim_trace="(TRACE_$x"
fee8ec00
SR
11219 else
11220 sim_trace="${sim_trace}|TRACE_$x"
11221 fi
11222 done
ce39bd38 11223 sim_trace="$sim_trace)" ;;
fee8ec00 11224esac
81ecdfbb
RW
11225fi
11226
ce39bd38
MF
11227cat >>confdefs.h <<_ACEOF
11228#define WITH_TRACE $sim_trace
11229_ACEOF
11230
11231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11232$as_echo "$sim_trace" >&6; }
fee8ec00
SR
11233
11234
ce39bd38
MF
11235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11236$as_echo_n "checking for sim profile settings... " >&6; }
11237profile="1"
11238sim_profile="-1"
81ecdfbb
RW
11239# Check whether --enable-sim-profile was given.
11240if test "${enable_sim_profile+set}" = set; then :
11241 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11242 yes) profile="1" sim_profile="-1";;
11243 no) profile="0" sim_profile="0";;
fee8ec00 11244 [-0-9]*)
ce39bd38 11245 profile="(${enableval})" sim_profile="(${enableval})";;
fee8ec00 11246 [a-z]*)
ce39bd38 11247 profile="1"
fee8ec00
SR
11248 sim_profile=""
11249 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11250 if test x"$sim_profile" = x; then
ce39bd38 11251 sim_profile="(PROFILE_$x"
fee8ec00
SR
11252 else
11253 sim_profile="${sim_profile}|PROFILE_$x"
11254 fi
11255 done
ce39bd38 11256 sim_profile="$sim_profile)" ;;
fee8ec00 11257esac
81ecdfbb
RW
11258fi
11259
ce39bd38
MF
11260cat >>confdefs.h <<_ACEOF
11261#define PROFILE $profile
11262_ACEOF
fee8ec00
SR
11263
11264
ce39bd38
MF
11265cat >>confdefs.h <<_ACEOF
11266#define WITH_PROFILE $sim_profile
11267_ACEOF
11268
11269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11270$as_echo "$sim_profile" >&6; }
11271
11272
11273
ce39bd38
MF
11274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11275$as_echo_n "checking default sim environment setting... " >&6; }
11276sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11277# Check whether --enable-sim-environment was given.
11278if test "${enable_sim_environment+set}" = set; then :
11279 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11280 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11281 user | USER) sim_environment="USER_ENVIRONMENT";;
11282 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11283 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11284 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11285esac
16f7876d
MF
11286fi
11287
ce39bd38
MF
11288cat >>confdefs.h <<_ACEOF
11289#define WITH_ENVIRONMENT $sim_environment
11290_ACEOF
11291
11292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11293$as_echo "$sim_environment" >&6; }
11294
16f7876d 11295
347fe5bb
MF
11296sim_inline="-DDEFAULT_INLINE=0"
11297# Check whether --enable-sim-inline was given.
11298if test "${enable_sim_inline+set}" = set; then :
11299 enableval=$enable_sim_inline; sim_inline=""
11300case "$enableval" in
11301 no) sim_inline="-DDEFAULT_INLINE=0";;
11302 0) sim_inline="-DDEFAULT_INLINE=0";;
11303 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11304 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11305 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11306 new_flag=""
11307 case "$x" in
11308 *_INLINE=*) new_flag="-D$x";;
11309 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11310 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11311 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11312 esac
11313 if test x"$sim_inline" = x""; then
11314 sim_inline="$new_flag"
11315 else
11316 sim_inline="$sim_inline $new_flag"
11317 fi
11318 done;;
11319esac
11320if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11321 echo "Setting inline flags = $sim_inline" 6>&1
11322fi
11323fi
11324
11325
11326
6efef468 11327
81ecdfbb
RW
11328# Check whether --with-pkgversion was given.
11329if test "${with_pkgversion+set}" = set; then :
11330 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11331 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11332 no) PKGVERSION= ;;
11333 *) PKGVERSION="($withval) " ;;
11334 esac
11335else
bf12d44e 11336 PKGVERSION="(SIM) "
6efef468 11337
81ecdfbb
RW
11338fi
11339
6efef468
JM
11340
11341
11342
11343
81ecdfbb
RW
11344# Check whether --with-bugurl was given.
11345if test "${with_bugurl+set}" = set; then :
11346 withval=$with_bugurl; case "$withval" in
d0ac1c44 11347 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11348 no) BUGURL=
11349 ;;
11350 *) BUGURL="$withval"
11351 ;;
11352 esac
11353else
dfb856ba 11354 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11355
81ecdfbb
RW
11356fi
11357
6efef468
JM
11358 case ${BUGURL} in
11359 "")
11360 REPORT_BUGS_TO=
11361 REPORT_BUGS_TEXI=
11362 ;;
11363 *)
11364 REPORT_BUGS_TO="<$BUGURL>"
11365 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11366 ;;
11367 esac;
11368
11369
11370
11371
11372cat >>confdefs.h <<_ACEOF
11373#define PKGVERSION "$PKGVERSION"
11374_ACEOF
11375
11376
11377cat >>confdefs.h <<_ACEOF
11378#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11379_ACEOF
fee8ec00
SR
11380
11381
11382
11383
fee8ec00
SR
11384
11385
1ac72f06 11386wire_endian="LITTLE"
ca968da4
MF
11387default_endian=""
11388# Check whether --enable-sim-endian was given.
11389if test "${enable_sim_endian+set}" = set; then :
11390 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11391 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11392 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
ca968da4 11393 yes) if test x"$wire_endian" != x; then
1ac72f06 11394 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4 11395 else
1ac72f06
MF
11396 if test x"$default_endian" != x; then
11397 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11398 else
11399 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11400 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ca968da4
MF
11401 fi
11402 fi;;
11403 no) if test x"$default_endian" != x; then
1ac72f06 11404 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11405 else
11406 if test x"$wire_endian" != x; then
1ac72f06 11407 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4
MF
11408 else
11409 echo "No default endian for target $target" 1>&6
1ac72f06 11410 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ca968da4
MF
11411 fi
11412 fi;;
d0ac1c44 11413 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
ca968da4
MF
11414esac
11415if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11416 echo "Setting endian flags = $sim_endian" 6>&1
11417fi
11418else
11419 if test x"$default_endian" != x; then
1ac72f06 11420 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ca968da4
MF
11421else
11422 if test x"$wire_endian" != x; then
1ac72f06 11423 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ca968da4
MF
11424 else
11425 sim_endian=
11426 fi
11427fi
11428fi
11429
761e171a
MF
11430wire_alignment="NONSTRICT_ALIGNMENT"
11431default_alignment=""
ca968da4
MF
11432
11433# Check whether --enable-sim-alignment was given.
11434if test "${enable_sim_alignment+set}" = set; then :
11435 enableval=$enable_sim_alignment; case "${enableval}" in
11436 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11437 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11438 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11439 yes) if test x"$wire_alignment" != x; then
11440 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11441 else
11442 if test x"$default_alignment" != x; then
11443 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11444 else
11445 echo "No hard-wired alignment for target $target" 1>&6
11446 sim_alignment="-DWITH_ALIGNMENT=0"
11447 fi
11448 fi;;
11449 no) if test x"$default_alignment" != x; then
11450 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11451 else
11452 if test x"$wire_alignment" != x; then
11453 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11454 else
11455 echo "No default alignment for target $target" 1>&6
11456 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11457 fi
11458 fi;;
d0ac1c44 11459 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
ca968da4
MF
11460esac
11461if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11462 echo "Setting alignment flags = $sim_alignment" 6>&1
11463fi
11464else
11465 if test x"$default_alignment" != x; then
11466 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11467else
11468 if test x"$wire_alignment" != x; then
11469 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11470 else
11471 sim_alignment=
11472 fi
11473fi
11474fi
11475
11476
3912a8db 11477
2232061b
MF
11478# Check whether --enable-werror was given.
11479if test "${enable_werror+set}" = set; then :
11480 enableval=$enable_werror; case "${enableval}" in
11481 yes | y) ERROR_ON_WARNING="yes" ;;
11482 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 11483 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
11484 esac
11485fi
11486
11487
11488# Enable -Werror by default when using gcc
11489if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11490 ERROR_ON_WARNING=yes
11491fi
11492
11493WERROR_CFLAGS=""
3912a8db
MF
11494 if test "${ERROR_ON_WARNING}" = yes ; then
11495 WERROR_CFLAGS="-Werror"
11496 fi
2232061b 11497
2232061b 11498build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 11499-Wpointer-sign \
2232061b 11500-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
11501-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11502-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11503-Wold-style-declaration -Wold-style-definition"
2232061b
MF
11504
11505# Enable -Wno-format by default when using gcc on mingw since many
11506# GCC versions complain about %I64.
11507case "${host}" in
11508 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 11509 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
11510esac
11511
81ecdfbb
RW
11512# Check whether --enable-build-warnings was given.
11513if test "${enable_build_warnings+set}" = set; then :
11514 enableval=$enable_build_warnings; case "${enableval}" in
fee8ec00
SR
11515 yes) ;;
11516 no) build_warnings="-w";;
11517 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11518 build_warnings="${build_warnings} ${t}";;
11519 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11520 build_warnings="${t} ${build_warnings}";;
11521 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11522esac
11523if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11524 echo "Setting compiler warning flags = $build_warnings" 6>&1
11525fi
81ecdfbb
RW
11526fi
11527# Check whether --enable-sim-build-warnings was given.
11528if test "${enable_sim_build_warnings+set}" = set; then :
11529 enableval=$enable_sim_build_warnings; case "${enableval}" in
fee8ec00
SR
11530 yes) ;;
11531 no) build_warnings="-w";;
11532 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11533 build_warnings="${build_warnings} ${t}";;
11534 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11535 build_warnings="${t} ${build_warnings}";;
11536 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11537esac
11538if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11539 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11540fi
81ecdfbb
RW
11541fi
11542WARN_CFLAGS=""
fee8ec00
SR
11543if test "x${build_warnings}" != x -a "x$GCC" = xyes
11544then
81ecdfbb
RW
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11546$as_echo_n "checking compiler warning flags... " >&6; }
fee8ec00
SR
11547 # Separate out the -Werror flag as some files just cannot be
11548 # compiled with it enabled.
11549 for w in ${build_warnings}; do
11550 case $w in
11551 -Werr*) WERROR_CFLAGS=-Werror ;;
11552 *) # Check that GCC accepts it
11553 saved_CFLAGS="$CFLAGS"
1f195bc3 11554 CFLAGS="$CFLAGS -Werror $w"
81ecdfbb 11555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
11556/* end confdefs.h. */
11557
11558int
11559main ()
11560{
11561
11562 ;
11563 return 0;
11564}
11565_ACEOF
81ecdfbb 11566if ac_fn_c_try_compile "$LINENO"; then :
fee8ec00 11567 WARN_CFLAGS="${WARN_CFLAGS} $w"
fee8ec00 11568fi
81ecdfbb 11569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fee8ec00
SR
11570 CFLAGS="$saved_CFLAGS"
11571 esac
11572 done
2232061b
MF
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11574$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fee8ec00
SR
11575fi
11576
11577
66d055c7
MF
11578hardware="cfi core pal glue "
11579sim_hw_cflags="-DWITH_HW=1"
11580sim_hw="$hardware"
11581sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
11582
11583# Check whether --enable-sim-hardware was given.
11584if test "${enable_sim_hardware+set}" = set; then :
11585 enableval=$enable_sim_hardware;
11586else
11587 enable_sim_hardware="yes"
11588fi
11589
11590case ${enable_sim_hardware} in
11591 yes|no) ;;
11592 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11593 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11594 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
11595esac
11596
11597if test "$enable_sim_hardware" = no; then
11598 sim_hw_objs=
11599 sim_hw_cflags="-DWITH_HW=0"
11600 sim_hw=
11601else
11602 sim_hw_cflags="-DWITH_HW=1"
11603 # remove duplicates
11604 sim_hw=""
11605 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11606 for i in $hardware ; do
11607 case " $sim_hw " in
11608 *" $i "*) ;;
11609 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11610 esac
11611 done
11612 # mingw does not support sockser
11613 case ${host} in
11614 *mingw*) ;;
11615 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11616 # that you instatiate. Instead, other code will call into it directly.
11617 # At some point, we should convert it over.
11618 sim_hw_objs="$sim_hw_objs dv-sockser.o"
11619
11620cat >>confdefs.h <<_ACEOF
11621#define HAVE_DV_SOCKSER 1
11622_ACEOF
11623
11624 ;;
11625 esac
11626 if test x"$silent" != x"yes"; then
11627 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
11628 fi
11629 case " $hardware " in
11630 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
11631$as_echo_n "checking for log2 in -lm... " >&6; }
11632if ${ac_cv_lib_m_log2+:} false; then :
11633 $as_echo_n "(cached) " >&6
11634else
11635 ac_check_lib_save_LIBS=$LIBS
11636LIBS="-lm $LIBS"
11637cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11638/* end confdefs.h. */
11639
11640/* Override any GCC internal prototype to avoid an error.
11641 Use char because int might match the return type of a GCC
11642 builtin and then its argument prototype would still apply. */
11643#ifdef __cplusplus
11644extern "C"
11645#endif
11646char log2 ();
11647int
11648main ()
11649{
11650return log2 ();
11651 ;
11652 return 0;
11653}
11654_ACEOF
11655if ac_fn_c_try_link "$LINENO"; then :
11656 ac_cv_lib_m_log2=yes
11657else
11658 ac_cv_lib_m_log2=no
11659fi
11660rm -f core conftest.err conftest.$ac_objext \
11661 conftest$ac_exeext conftest.$ac_ext
11662LIBS=$ac_check_lib_save_LIBS
11663fi
11664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11665$as_echo "$ac_cv_lib_m_log2" >&6; }
11666if test "x$ac_cv_lib_m_log2" = xyes; then :
11667 cat >>confdefs.h <<_ACEOF
11668#define HAVE_LIBM 1
11669_ACEOF
11670
11671 LIBS="-lm $LIBS"
11672
11673fi
11674;;
11675 esac
11676fi
11677
11678
fee8ec00
SR
11679cgen_breaks=""
11680if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11681cgen_breaks="break cgen_rtx_error";
11682fi
11683
81ecdfbb 11684ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fee8ec00 11685
81ecdfbb 11686ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fee8ec00 11687
81ecdfbb 11688ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fee8ec00 11689
81ecdfbb 11690ac_config_commands="$ac_config_commands Makefile"
fee8ec00 11691
81ecdfbb 11692ac_config_commands="$ac_config_commands stamp-h"
fee8ec00 11693
760b3e8b
MF
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
fee8ec00
SR
11706cat >confcache <<\_ACEOF
11707# This file is a shell script that caches the results of configure
11708# tests run on this system so they can be shared between configure
11709# scripts and configure runs, see configure's option --config-cache.
11710# It is not useful on other systems. If it contains results you don't
11711# want to keep, you may remove or edit it.
11712#
11713# config.status only pays attention to the cache file if you give it
11714# the --recheck option to rerun configure.
11715#
11716# `ac_cv_env_foo' variables (set or unset) will be overridden when
11717# loading this file, other *unset* `ac_cv_foo' will be assigned the
11718# following values.
11719
11720_ACEOF
11721
11722# The following way of writing the cache mishandles newlines in values,
11723# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11724# So, we kill variables containing newlines.
fee8ec00
SR
11725# Ultrix sh set writes to stderr and can't be redirected directly,
11726# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11727(
11728 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11729 eval ac_val=\$$ac_var
11730 case $ac_val in #(
11731 *${as_nl}*)
11732 case $ac_var in #(
11733 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11734$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11735 esac
11736 case $ac_var in #(
11737 _ | IFS | as_nl) ;; #(
11738 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11739 *) { eval $ac_var=; unset $ac_var;} ;;
11740 esac ;;
11741 esac
11742 done
11743
fee8ec00 11744 (set) 2>&1 |
81ecdfbb
RW
11745 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11746 *${as_nl}ac_space=\ *)
11747 # `set' does not quote correctly, so add quotes: double-quote
11748 # substitution turns \\\\ into \\, and sed turns \\ into \.
fee8ec00
SR
11749 sed -n \
11750 "s/'/'\\\\''/g;
11751 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11752 ;; #(
fee8ec00
SR
11753 *)
11754 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11755 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 11756 ;;
81ecdfbb
RW
11757 esac |
11758 sort
11759) |
fee8ec00 11760 sed '
81ecdfbb 11761 /^ac_cv_env_/b end
fee8ec00 11762 t clear
81ecdfbb 11763 :clear
fee8ec00
SR
11764 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11765 t end
81ecdfbb
RW
11766 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11767 :end' >>confcache
11768if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11769 if test -w "$cache_file"; then
d0ac1c44 11770 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11772$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11773 if test ! -f "$cache_file" || test -h "$cache_file"; then
11774 cat confcache >"$cache_file"
11775 else
11776 case $cache_file in #(
11777 */* | ?:*)
11778 mv -f confcache "$cache_file"$$ &&
11779 mv -f "$cache_file"$$ "$cache_file" ;; #(
11780 *)
11781 mv -f confcache "$cache_file" ;;
11782 esac
11783 fi
11784 fi
fee8ec00 11785 else
81ecdfbb
RW
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11787$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fee8ec00
SR
11788 fi
11789fi
11790rm -f confcache
11791
11792test "x$prefix" = xNONE && prefix=$ac_default_prefix
11793# Let make expand exec_prefix.
11794test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11795
fee8ec00
SR
11796DEFS=-DHAVE_CONFIG_H
11797
11798ac_libobjs=
11799ac_ltlibobjs=
d0ac1c44 11800U=
fee8ec00
SR
11801for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11802 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11803 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11804 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11805 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11806 # will be set to the directory where LIBOBJS objects are built.
11807 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11808 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fee8ec00
SR
11809done
11810LIBOBJS=$ac_libobjs
11811
11812LTLIBOBJS=$ac_ltlibobjs
11813
11814
0cb8d851 11815
6bb11ab3 11816if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11817 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11818Usually this means the macro was only invoked conditionally." "$LINENO" 5
11819fi
31e6ad7d 11820if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11821 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11822Usually this means the macro was only invoked conditionally." "$LINENO" 5
11823fi
fee8ec00 11824
d0ac1c44 11825: "${CONFIG_STATUS=./config.status}"
81ecdfbb 11826ac_write_fail=0
fee8ec00
SR
11827ac_clean_files_save=$ac_clean_files
11828ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11829{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11830$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11831as_write_fail=0
11832cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fee8ec00
SR
11833#! $SHELL
11834# Generated by $as_me.
11835# Run this file to recreate the current configuration.
11836# Compiler output produced by configure, useful for debugging
11837# configure, is in config.log if it exists.
11838
11839debug=false
11840ac_cs_recheck=false
11841ac_cs_silent=false
fee8ec00 11842
81ecdfbb
RW
11843SHELL=\${CONFIG_SHELL-$SHELL}
11844export SHELL
11845_ASEOF
11846cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11847## -------------------- ##
11848## M4sh Initialization. ##
11849## -------------------- ##
11850
11851# Be more Bourne compatible
11852DUALCASE=1; export DUALCASE # for MKS sh
11853if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fee8ec00
SR
11854 emulate sh
11855 NULLCMD=:
81ecdfbb 11856 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
11857 # is contrary to our usage. Disable this feature.
11858 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11859 setopt NO_GLOB_SUBST
11860else
11861 case `(set -o) 2>/dev/null` in #(
11862 *posix*) :
11863 set -o posix ;; #(
11864 *) :
11865 ;;
11866esac
fee8ec00 11867fi
fee8ec00 11868
81ecdfbb
RW
11869
11870as_nl='
11871'
11872export as_nl
11873# Printing a long string crashes Solaris 7 /usr/bin/printf.
11874as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11875as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11876as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11877# Prefer a ksh shell builtin over an external printf program on Solaris,
11878# but without wasting forks for bash or zsh.
11879if test -z "$BASH_VERSION$ZSH_VERSION" \
11880 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11881 as_echo='print -r --'
11882 as_echo_n='print -rn --'
11883elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11884 as_echo='printf %s\n'
11885 as_echo_n='printf %s'
11886else
11887 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11888 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11889 as_echo_n='/usr/ucb/echo -n'
11890 else
11891 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11892 as_echo_n_body='eval
11893 arg=$1;
11894 case $arg in #(
11895 *"$as_nl"*)
11896 expr "X$arg" : "X\\(.*\\)$as_nl";
11897 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11898 esac;
11899 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11900 '
11901 export as_echo_n_body
11902 as_echo_n='sh -c $as_echo_n_body as_echo'
11903 fi
11904 export as_echo_body
11905 as_echo='sh -c $as_echo_body as_echo'
11906fi
11907
11908# The user is always right.
11909if test "${PATH_SEPARATOR+set}" != set; then
11910 PATH_SEPARATOR=:
11911 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11912 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11913 PATH_SEPARATOR=';'
11914 }
fee8ec00
SR
11915fi
11916
11917
81ecdfbb
RW
11918# IFS
11919# We need space, tab and new line, in precisely that order. Quoting is
11920# there to prevent editors from complaining about space-tab.
11921# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11922# splitting by setting IFS to empty value.)
11923IFS=" "" $as_nl"
11924
11925# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 11926as_myself=
81ecdfbb
RW
11927case $0 in #((
11928 *[\\/]* ) as_myself=$0 ;;
11929 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11930for as_dir in $PATH
11931do
11932 IFS=$as_save_IFS
11933 test -z "$as_dir" && as_dir=.
11934 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11935 done
11936IFS=$as_save_IFS
11937
11938 ;;
11939esac
11940# We did not find ourselves, most probably we were run as `sh COMMAND'
11941# in which case we are not to be found in the path.
11942if test "x$as_myself" = x; then
11943 as_myself=$0
11944fi
11945if test ! -f "$as_myself"; then
11946 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11947 exit 1
11948fi
11949
11950# Unset variables that we do not need and which cause bugs (e.g. in
11951# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11952# suppresses any "Segmentation fault" message there. '((' could
11953# trigger a bug in pdksh 5.2.14.
11954for as_var in BASH_ENV ENV MAIL MAILPATH
11955do eval test x\${$as_var+set} = xset \
11956 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11957done
fee8ec00
SR
11958PS1='$ '
11959PS2='> '
11960PS4='+ '
11961
11962# NLS nuisances.
81ecdfbb
RW
11963LC_ALL=C
11964export LC_ALL
11965LANGUAGE=C
11966export LANGUAGE
11967
11968# CDPATH.
11969(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11970
11971
d0ac1c44
SM
11972# as_fn_error STATUS ERROR [LINENO LOG_FD]
11973# ----------------------------------------
81ecdfbb
RW
11974# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11975# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 11976# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
11977as_fn_error ()
11978{
d0ac1c44
SM
11979 as_status=$1; test $as_status -eq 0 && as_status=1
11980 if test "$4"; then
11981 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11982 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fee8ec00 11983 fi
d0ac1c44 11984 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
11985 as_fn_exit $as_status
11986} # as_fn_error
11987
11988
11989# as_fn_set_status STATUS
11990# -----------------------
11991# Set $? to STATUS, without forking.
11992as_fn_set_status ()
11993{
11994 return $1
11995} # as_fn_set_status
11996
11997# as_fn_exit STATUS
11998# -----------------
11999# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12000as_fn_exit ()
12001{
12002 set +e
12003 as_fn_set_status $1
12004 exit $1
12005} # as_fn_exit
12006
12007# as_fn_unset VAR
12008# ---------------
12009# Portably unset VAR.
12010as_fn_unset ()
12011{
12012 { eval $1=; unset $1;}
12013}
12014as_unset=as_fn_unset
12015# as_fn_append VAR VALUE
12016# ----------------------
12017# Append the text in VALUE to the end of the definition contained in VAR. Take
12018# advantage of any shell optimizations that allow amortized linear growth over
12019# repeated appends, instead of the typical quadratic growth present in naive
12020# implementations.
12021if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12022 eval 'as_fn_append ()
12023 {
12024 eval $1+=\$2
12025 }'
12026else
12027 as_fn_append ()
12028 {
12029 eval $1=\$$1\$2
12030 }
12031fi # as_fn_append
12032
12033# as_fn_arith ARG...
12034# ------------------
12035# Perform arithmetic evaluation on the ARGs, and store the result in the
12036# global $as_val. Take advantage of shells that can avoid forks. The arguments
12037# must be portable across $(()) and expr.
12038if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12039 eval 'as_fn_arith ()
12040 {
12041 as_val=$(( $* ))
12042 }'
12043else
12044 as_fn_arith ()
12045 {
12046 as_val=`expr "$@" || test $? -eq 1`
12047 }
12048fi # as_fn_arith
12049
fee8ec00 12050
81ecdfbb
RW
12051if expr a : '\(a\)' >/dev/null 2>&1 &&
12052 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fee8ec00
SR
12053 as_expr=expr
12054else
12055 as_expr=false
12056fi
12057
81ecdfbb 12058if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fee8ec00
SR
12059 as_basename=basename
12060else
12061 as_basename=false
12062fi
12063
81ecdfbb
RW
12064if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12065 as_dirname=dirname
12066else
12067 as_dirname=false
12068fi
fee8ec00 12069
81ecdfbb 12070as_me=`$as_basename -- "$0" ||
fee8ec00
SR
12071$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12072 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12073 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12074$as_echo X/"$0" |
12075 sed '/^.*\/\([^/][^/]*\)\/*$/{
12076 s//\1/
12077 q
12078 }
12079 /^X\/\(\/\/\)$/{
12080 s//\1/
12081 q
12082 }
12083 /^X\/\(\/\).*/{
12084 s//\1/
12085 q
12086 }
12087 s/.*/./; q'`
fee8ec00 12088
fee8ec00
SR
12089# Avoid depending upon Character Ranges.
12090as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12091as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12092as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12093as_cr_digits='0123456789'
12094as_cr_alnum=$as_cr_Letters$as_cr_digits
12095
81ecdfbb
RW
12096ECHO_C= ECHO_N= ECHO_T=
12097case `echo -n x` in #(((((
12098-n*)
12099 case `echo 'xy\c'` in
12100 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12101 xy) ECHO_C='\c';;
12102 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12103 ECHO_T=' ';;
12104 esac;;
12105*)
12106 ECHO_N='-n';;
fee8ec00
SR
12107esac
12108
81ecdfbb
RW
12109rm -f conf$$ conf$$.exe conf$$.file
12110if test -d conf$$.dir; then
12111 rm -f conf$$.dir/conf$$.file
fee8ec00 12112else
81ecdfbb
RW
12113 rm -f conf$$.dir
12114 mkdir conf$$.dir 2>/dev/null
fee8ec00 12115fi
81ecdfbb
RW
12116if (echo >conf$$.file) 2>/dev/null; then
12117 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 12118 as_ln_s='ln -s'
81ecdfbb
RW
12119 # ... but there are two gotchas:
12120 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12121 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12122 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12123 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12124 as_ln_s='cp -pR'
81ecdfbb
RW
12125 elif ln conf$$.file conf$$ 2>/dev/null; then
12126 as_ln_s=ln
12127 else
d0ac1c44 12128 as_ln_s='cp -pR'
fee8ec00 12129 fi
fee8ec00 12130else
d0ac1c44 12131 as_ln_s='cp -pR'
fee8ec00 12132fi
81ecdfbb
RW
12133rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12134rmdir conf$$.dir 2>/dev/null
12135
fee8ec00 12136
81ecdfbb
RW
12137# as_fn_mkdir_p
12138# -------------
12139# Create "$as_dir" as a directory, including parents if necessary.
12140as_fn_mkdir_p ()
12141{
12142
12143 case $as_dir in #(
12144 -*) as_dir=./$as_dir;;
12145 esac
12146 test -d "$as_dir" || eval $as_mkdir_p || {
12147 as_dirs=
12148 while :; do
12149 case $as_dir in #(
12150 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12151 *) as_qdir=$as_dir;;
12152 esac
12153 as_dirs="'$as_qdir' $as_dirs"
12154 as_dir=`$as_dirname -- "$as_dir" ||
12155$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12156 X"$as_dir" : 'X\(//\)[^/]' \| \
12157 X"$as_dir" : 'X\(//\)$' \| \
12158 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12159$as_echo X"$as_dir" |
12160 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12161 s//\1/
12162 q
12163 }
12164 /^X\(\/\/\)[^/].*/{
12165 s//\1/
12166 q
12167 }
12168 /^X\(\/\/\)$/{
12169 s//\1/
12170 q
12171 }
12172 /^X\(\/\).*/{
12173 s//\1/
12174 q
12175 }
12176 s/.*/./; q'`
12177 test -d "$as_dir" && break
12178 done
12179 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12180 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12181
12182
12183} # as_fn_mkdir_p
fee8ec00 12184if mkdir -p . 2>/dev/null; then
81ecdfbb 12185 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
12186else
12187 test -d ./-p && rmdir ./-p
12188 as_mkdir_p=false
12189fi
12190
d0ac1c44
SM
12191
12192# as_fn_executable_p FILE
12193# -----------------------
12194# Test if FILE is an executable regular file.
12195as_fn_executable_p ()
12196{
12197 test -f "$1" && test -x "$1"
12198} # as_fn_executable_p
12199as_test_x='test -x'
12200as_executable_p=as_fn_executable_p
fee8ec00
SR
12201
12202# Sed expression to map a string onto a valid CPP name.
12203as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12204
12205# Sed expression to map a string onto a valid variable name.
12206as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12207
12208
fee8ec00 12209exec 6>&1
81ecdfbb
RW
12210## ----------------------------------- ##
12211## Main body of $CONFIG_STATUS script. ##
12212## ----------------------------------- ##
12213_ASEOF
12214test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12215
12216cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12217# Save the log message, to keep $0 and so on meaningful, and to
fee8ec00 12218# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12219# values after options handling.
12220ac_log="
fee8ec00 12221This file was extended by $as_me, which was
d0ac1c44 12222generated by GNU Autoconf 2.69. Invocation command line was
fee8ec00
SR
12223
12224 CONFIG_FILES = $CONFIG_FILES
12225 CONFIG_HEADERS = $CONFIG_HEADERS
12226 CONFIG_LINKS = $CONFIG_LINKS
12227 CONFIG_COMMANDS = $CONFIG_COMMANDS
12228 $ $0 $@
12229
81ecdfbb
RW
12230on `(hostname || uname -n) 2>/dev/null | sed 1q`
12231"
12232
fee8ec00
SR
12233_ACEOF
12234
81ecdfbb
RW
12235case $ac_config_files in *"
12236"*) set x $ac_config_files; shift; ac_config_files=$*;;
12237esac
fee8ec00 12238
81ecdfbb
RW
12239case $ac_config_headers in *"
12240"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12241esac
fee8ec00 12242
fee8ec00 12243
81ecdfbb
RW
12244cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12245# Files that config.status was made for.
12246config_files="$ac_config_files"
12247config_headers="$ac_config_headers"
81ecdfbb 12248config_commands="$ac_config_commands"
fee8ec00 12249
81ecdfbb 12250_ACEOF
fee8ec00 12251
81ecdfbb 12252cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 12253ac_cs_usage="\
81ecdfbb
RW
12254\`$as_me' instantiates files and other configuration actions
12255from templates according to the current configuration. Unless the files
12256and actions are specified as TAGs, all are instantiated by default.
fee8ec00 12257
81ecdfbb 12258Usage: $0 [OPTION]... [TAG]...
fee8ec00
SR
12259
12260 -h, --help print this help, then exit
81ecdfbb 12261 -V, --version print version number and configuration settings, then exit
d0ac1c44 12262 --config print configuration, then exit
81ecdfbb
RW
12263 -q, --quiet, --silent
12264 do not print progress messages
fee8ec00
SR
12265 -d, --debug don't remove temporary files
12266 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12267 --file=FILE[:TEMPLATE]
12268 instantiate the configuration file FILE
12269 --header=FILE[:TEMPLATE]
12270 instantiate the configuration header FILE
fee8ec00
SR
12271
12272Configuration files:
12273$config_files
12274
12275Configuration headers:
12276$config_headers
12277
fee8ec00
SR
12278Configuration commands:
12279$config_commands
12280
81ecdfbb 12281Report bugs to the package provider."
fee8ec00 12282
81ecdfbb
RW
12283_ACEOF
12284cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12285ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
fee8ec00
SR
12286ac_cs_version="\\
12287config.status
d0ac1c44
SM
12288configured by $0, generated by GNU Autoconf 2.69,
12289 with options \\"\$ac_cs_config\\"
fee8ec00 12290
d0ac1c44 12291Copyright (C) 2012 Free Software Foundation, Inc.
fee8ec00
SR
12292This config.status script is free software; the Free Software Foundation
12293gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12294
12295ac_pwd='$ac_pwd'
12296srcdir='$srcdir'
12297INSTALL='$INSTALL'
6bb11ab3 12298AWK='$AWK'
81ecdfbb 12299test -n "\$AWK" || AWK=awk
fee8ec00
SR
12300_ACEOF
12301
81ecdfbb
RW
12302cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12303# The default lists apply if the user does not specify any file.
fee8ec00
SR
12304ac_need_defaults=:
12305while test $# != 0
12306do
12307 case $1 in
d0ac1c44 12308 --*=?*)
81ecdfbb
RW
12309 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12310 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fee8ec00
SR
12311 ac_shift=:
12312 ;;
d0ac1c44
SM
12313 --*=)
12314 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12315 ac_optarg=
12316 ac_shift=:
12317 ;;
81ecdfbb 12318 *)
fee8ec00
SR
12319 ac_option=$1
12320 ac_optarg=$2
12321 ac_shift=shift
12322 ;;
fee8ec00
SR
12323 esac
12324
12325 case $ac_option in
12326 # Handling of the options.
fee8ec00
SR
12327 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12328 ac_cs_recheck=: ;;
81ecdfbb
RW
12329 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12330 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12331 --config | --confi | --conf | --con | --co | --c )
12332 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12333 --debug | --debu | --deb | --de | --d | -d )
fee8ec00
SR
12334 debug=: ;;
12335 --file | --fil | --fi | --f )
12336 $ac_shift
81ecdfbb
RW
12337 case $ac_optarg in
12338 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12339 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12340 esac
12341 as_fn_append CONFIG_FILES " '$ac_optarg'"
fee8ec00
SR
12342 ac_need_defaults=false;;
12343 --header | --heade | --head | --hea )
12344 $ac_shift
81ecdfbb
RW
12345 case $ac_optarg in
12346 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12347 esac
12348 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
fee8ec00 12349 ac_need_defaults=false;;
81ecdfbb
RW
12350 --he | --h)
12351 # Conflict between --help and --header
d0ac1c44 12352 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12353Try \`$0 --help' for more information.";;
12354 --help | --hel | -h )
12355 $as_echo "$ac_cs_usage"; exit ;;
fee8ec00
SR
12356 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12357 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12358 ac_cs_silent=: ;;
12359
12360 # This is an error.
d0ac1c44 12361 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12362Try \`$0 --help' for more information." ;;
fee8ec00 12363
81ecdfbb
RW
12364 *) as_fn_append ac_config_targets " $1"
12365 ac_need_defaults=false ;;
fee8ec00
SR
12366
12367 esac
12368 shift
12369done
12370
12371ac_configure_extra_args=
12372
12373if $ac_cs_silent; then
12374 exec 6>/dev/null
12375 ac_configure_extra_args="$ac_configure_extra_args --silent"
12376fi
12377
12378_ACEOF
81ecdfbb 12379cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fee8ec00 12380if \$ac_cs_recheck; then
d0ac1c44 12381 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12382 shift
12383 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12384 CONFIG_SHELL='$SHELL'
12385 export CONFIG_SHELL
12386 exec "\$@"
fee8ec00
SR
12387fi
12388
12389_ACEOF
81ecdfbb
RW
12390cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12391exec 5>>config.log
12392{
12393 echo
12394 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12395## Running $as_me. ##
12396_ASBOX
12397 $as_echo "$ac_log"
12398} >&5
fee8ec00 12399
81ecdfbb
RW
12400_ACEOF
12401cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12402#
12403# INIT-COMMANDS
12404#
12405ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12406
6bb11ab3
L
12407
12408# The HP-UX ksh and POSIX shell print the target directory to stdout
12409# if CDPATH is set.
12410(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12411
12412sed_quote_subst='$sed_quote_subst'
12413double_quote_subst='$double_quote_subst'
12414delay_variable_subst='$delay_variable_subst'
12415macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12416macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12417enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12418enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12419pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12420enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12421SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12422ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12423host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12424host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12425host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12426build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12427build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12428build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12429SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12430Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12431GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12432EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12433FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12434LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12435NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12436LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12437max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12438ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12439exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12440lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12441lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12442lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12443reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12444reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12445OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12446deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12447file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12448AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12449AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12450STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12451RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12452old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12453old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12454old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12455lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12456CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12457CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12458compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12459GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12460lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12461lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12462lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12463lt_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"`'
12464objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12465MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12466lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12467lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12468lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12469lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12470lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12471need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12472DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12473NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12474LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12475OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12476OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12477libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12478shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12479extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12480archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12481enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12482export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12483whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12484compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12485old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12486old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12487archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12488archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12489module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12490module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12491with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12492allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12493no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12494hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12495hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12496hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12497hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12498hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12499hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12500hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12501hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12502inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12503link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12504fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12505always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12506export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12507exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12508include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12509prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12510file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12511variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12512need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12513need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12514version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12515runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12516shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12517shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12518libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12519library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12520soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12521install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12522postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12523postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12524finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12525finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12526hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12527sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12528sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12529hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12530enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12531enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12532enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12533old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12534striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12535
12536LTCC='$LTCC'
12537LTCFLAGS='$LTCFLAGS'
12538compiler='$compiler_DEFAULT'
12539
12540# A function that is used when there is no print builtin or printf.
12541func_fallback_echo ()
12542{
12543 eval 'cat <<_LTECHO_EOF
12544\$1
12545_LTECHO_EOF'
12546}
12547
12548# Quote evaled strings.
12549for var in SHELL \
12550ECHO \
12551SED \
12552GREP \
12553EGREP \
12554FGREP \
12555LD \
12556NM \
12557LN_S \
12558lt_SP2NL \
12559lt_NL2SP \
12560reload_flag \
12561OBJDUMP \
12562deplibs_check_method \
12563file_magic_cmd \
12564AR \
12565AR_FLAGS \
12566STRIP \
12567RANLIB \
12568CC \
12569CFLAGS \
12570compiler \
12571lt_cv_sys_global_symbol_pipe \
12572lt_cv_sys_global_symbol_to_cdecl \
12573lt_cv_sys_global_symbol_to_c_name_address \
12574lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12575lt_prog_compiler_no_builtin_flag \
12576lt_prog_compiler_wl \
12577lt_prog_compiler_pic \
12578lt_prog_compiler_static \
12579lt_cv_prog_compiler_c_o \
12580need_locks \
12581DSYMUTIL \
12582NMEDIT \
12583LIPO \
12584OTOOL \
12585OTOOL64 \
12586shrext_cmds \
12587export_dynamic_flag_spec \
12588whole_archive_flag_spec \
12589compiler_needs_object \
12590with_gnu_ld \
12591allow_undefined_flag \
12592no_undefined_flag \
12593hardcode_libdir_flag_spec \
12594hardcode_libdir_flag_spec_ld \
12595hardcode_libdir_separator \
12596fix_srcfile_path \
12597exclude_expsyms \
12598include_expsyms \
12599file_list_spec \
12600variables_saved_for_relink \
12601libname_spec \
12602library_names_spec \
12603soname_spec \
12604install_override_mode \
12605finish_eval \
12606old_striplib \
12607striplib; do
12608 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12609 *[\\\\\\\`\\"\\\$]*)
12610 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12611 ;;
12612 *)
12613 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12614 ;;
12615 esac
12616done
12617
12618# Double-quote double-evaled strings.
12619for var in reload_cmds \
12620old_postinstall_cmds \
12621old_postuninstall_cmds \
12622old_archive_cmds \
12623extract_expsyms_cmds \
12624old_archive_from_new_cmds \
12625old_archive_from_expsyms_cmds \
12626archive_cmds \
12627archive_expsym_cmds \
12628module_cmds \
12629module_expsym_cmds \
12630export_symbols_cmds \
12631prelink_cmds \
12632postinstall_cmds \
12633postuninstall_cmds \
12634finish_cmds \
12635sys_lib_search_path_spec \
12636sys_lib_dlsearch_path_spec; do
12637 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12638 *[\\\\\\\`\\"\\\$]*)
12639 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12640 ;;
12641 *)
12642 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12643 ;;
12644 esac
12645done
12646
12647ac_aux_dir='$ac_aux_dir'
12648xsi_shell='$xsi_shell'
12649lt_shell_append='$lt_shell_append'
12650
12651# See if we are running on zsh, and set the options which allow our
12652# commands through without removal of \ escapes INIT.
12653if test -n "\${ZSH_VERSION+set}" ; then
12654 setopt NO_GLOB_SUBST
12655fi
12656
12657
12658 PACKAGE='$PACKAGE'
12659 VERSION='$VERSION'
12660 TIMESTAMP='$TIMESTAMP'
12661 RM='$RM'
12662 ofile='$ofile'
12663
12664
12665
12666
81ecdfbb 12667_ACEOF
fee8ec00 12668
81ecdfbb 12669cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 12670
81ecdfbb 12671# Handling of arguments.
fee8ec00
SR
12672for ac_config_target in $ac_config_targets
12673do
81ecdfbb
RW
12674 case $ac_config_target in
12675 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 12676 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12677 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12678 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12679 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12680 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12681 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12682 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12683
d0ac1c44 12684 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fee8ec00
SR
12685 esac
12686done
12687
81ecdfbb 12688
fee8ec00
SR
12689# If the user did not use the arguments to specify the items to instantiate,
12690# then the envvar interface is used. Set only those that are not.
12691# We use the long form for the default assignment because of an extremely
12692# bizarre bug on SunOS 4.1.3.
12693if $ac_need_defaults; then
12694 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12695 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
fee8ec00
SR
12696 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12697fi
12698
12699# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12700# simply because there is no reason against having it here, and in addition,
fee8ec00 12701# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12702# Hook for its removal unless debugging.
12703# Note that there is a small window in which the directory will not be cleaned:
12704# after its creation but before its name has been assigned to `$tmp'.
fee8ec00
SR
12705$debug ||
12706{
d0ac1c44 12707 tmp= ac_tmp=
81ecdfbb 12708 trap 'exit_status=$?
d0ac1c44
SM
12709 : "${ac_tmp:=$tmp}"
12710 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
12711' 0
12712 trap 'as_fn_exit 1' 1 2 13 15
fee8ec00 12713}
fee8ec00
SR
12714# Create a (secure) tmp directory for tmp files.
12715
12716{
81ecdfbb 12717 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12718 test -d "$tmp"
fee8ec00
SR
12719} ||
12720{
81ecdfbb
RW
12721 tmp=./conf$$-$RANDOM
12722 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12723} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12724ac_tmp=$tmp
fee8ec00 12725
81ecdfbb
RW
12726# Set up the scripts for CONFIG_FILES section.
12727# No need to generate them if there are no CONFIG_FILES.
12728# This happens for instance with `./config.status config.h'.
12729if test -n "$CONFIG_FILES"; then
fee8ec00 12730
fee8ec00 12731
81ecdfbb
RW
12732ac_cr=`echo X | tr X '\015'`
12733# On cygwin, bash can eat \r inside `` if the user requested igncr.
12734# But we know of no other shell where ac_cr would be empty at this
12735# point, so we can use a bashism as a fallback.
12736if test "x$ac_cr" = x; then
12737 eval ac_cr=\$\'\\r\'
12738fi
12739ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12740if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12741 ac_cs_awk_cr='\\r'
81ecdfbb
RW
12742else
12743 ac_cs_awk_cr=$ac_cr
12744fi
fee8ec00 12745
d0ac1c44 12746echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
fee8ec00
SR
12747_ACEOF
12748
81ecdfbb
RW
12749
12750{
12751 echo "cat >conf$$subs.awk <<_ACEOF" &&
12752 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12753 echo "_ACEOF"
12754} >conf$$subs.sh ||
d0ac1c44
SM
12755 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12756ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
12757ac_delim='%!_!# '
12758for ac_last_try in false false false false false :; do
12759 . ./conf$$subs.sh ||
d0ac1c44 12760 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12761
12762 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12763 if test $ac_delim_n = $ac_delim_num; then
12764 break
12765 elif $ac_last_try; then
d0ac1c44 12766 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
12767 else
12768 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fee8ec00 12769 fi
81ecdfbb
RW
12770done
12771rm -f conf$$subs.sh
fee8ec00 12772
81ecdfbb 12773cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12774cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
fee8ec00 12775_ACEOF
81ecdfbb
RW
12776sed -n '
12777h
12778s/^/S["/; s/!.*/"]=/
12779p
12780g
12781s/^[^!]*!//
12782:repl
12783t repl
12784s/'"$ac_delim"'$//
12785t delim
12786:nl
12787h
d0ac1c44 12788s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12789t more1
12790s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12791p
12792n
12793b repl
12794:more1
12795s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12796p
12797g
12798s/.\{148\}//
12799t nl
12800:delim
12801h
d0ac1c44 12802s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
12803t more2
12804s/["\\]/\\&/g; s/^/"/; s/$/"/
12805p
12806b
12807:more2
12808s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12809p
12810g
12811s/.\{148\}//
12812t delim
12813' <conf$$subs.awk | sed '
12814/^[^""]/{
12815 N
12816 s/\n//
12817}
12818' >>$CONFIG_STATUS || ac_write_fail=1
12819rm -f conf$$subs.awk
12820cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12821_ACAWK
d0ac1c44 12822cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
12823 for (key in S) S_is_set[key] = 1
12824 FS = "\a"
fee8ec00 12825
81ecdfbb
RW
12826}
12827{
12828 line = $ 0
12829 nfields = split(line, field, "@")
12830 substed = 0
12831 len = length(field[1])
12832 for (i = 2; i < nfields; i++) {
12833 key = field[i]
12834 keylen = length(key)
12835 if (S_is_set[key]) {
12836 value = S[key]
12837 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12838 len += length(value) + length(field[++i])
12839 substed = 1
12840 } else
12841 len += 1 + keylen
12842 }
12843
12844 print line
12845}
fee8ec00 12846
81ecdfbb
RW
12847_ACAWK
12848_ACEOF
12849cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12850if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12851 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fee8ec00 12852else
81ecdfbb 12853 cat
d0ac1c44
SM
12854fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12855 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 12856_ACEOF
fee8ec00 12857
d0ac1c44
SM
12858# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12859# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
12860# trailing colons and then remove the whole line if VPATH becomes empty
12861# (actually we leave an empty line to preserve line numbers).
12862if test "x$srcdir" = x.; then
d0ac1c44
SM
12863 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12864h
12865s///
12866s/^/:/
12867s/[ ]*$/:/
12868s/:\$(srcdir):/:/g
12869s/:\${srcdir}:/:/g
12870s/:@srcdir@:/:/g
12871s/^:*//
81ecdfbb 12872s/:*$//
d0ac1c44
SM
12873x
12874s/\(=[ ]*\).*/\1/
12875G
12876s/\n//
81ecdfbb
RW
12877s/^[^=]*=[ ]*$//
12878}'
12879fi
fee8ec00 12880
81ecdfbb
RW
12881cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12882fi # test -n "$CONFIG_FILES"
fee8ec00 12883
81ecdfbb
RW
12884# Set up the scripts for CONFIG_HEADERS section.
12885# No need to generate them if there are no CONFIG_HEADERS.
12886# This happens for instance with `./config.status Makefile'.
12887if test -n "$CONFIG_HEADERS"; then
d0ac1c44 12888cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
12889BEGIN {
12890_ACEOF
fee8ec00 12891
81ecdfbb
RW
12892# Transform confdefs.h into an awk script `defines.awk', embedded as
12893# here-document in config.status, that substitutes the proper values into
12894# config.h.in to produce config.h.
fee8ec00 12895
81ecdfbb
RW
12896# Create a delimiter string that does not exist in confdefs.h, to ease
12897# handling of long lines.
12898ac_delim='%!_!# '
12899for ac_last_try in false false :; do
d0ac1c44
SM
12900 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12901 if test -z "$ac_tt"; then
81ecdfbb
RW
12902 break
12903 elif $ac_last_try; then
d0ac1c44 12904 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
fee8ec00 12905 else
81ecdfbb 12906 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fee8ec00 12907 fi
fee8ec00 12908done
81ecdfbb
RW
12909
12910# For the awk script, D is an array of macro values keyed by name,
12911# likewise P contains macro parameters if any. Preserve backslash
12912# newline sequences.
12913
12914ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12915sed -n '
12916s/.\{148\}/&'"$ac_delim"'/g
12917t rset
12918:rset
12919s/^[ ]*#[ ]*define[ ][ ]*/ /
12920t def
12921d
12922:def
12923s/\\$//
12924t bsnl
12925s/["\\]/\\&/g
12926s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12927D["\1"]=" \3"/p
12928s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12929d
12930:bsnl
12931s/["\\]/\\&/g
12932s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12933D["\1"]=" \3\\\\\\n"\\/p
12934t cont
12935s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12936t cont
12937d
12938:cont
12939n
12940s/.\{148\}/&'"$ac_delim"'/g
12941t clear
12942:clear
12943s/\\$//
12944t bsnlc
12945s/["\\]/\\&/g; s/^/"/; s/$/"/p
12946d
12947:bsnlc
12948s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12949b cont
12950' <confdefs.h | sed '
12951s/'"$ac_delim"'/"\\\
12952"/g' >>$CONFIG_STATUS || ac_write_fail=1
12953
12954cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12955 for (key in D) D_is_set[key] = 1
12956 FS = "\a"
12957}
12958/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12959 line = \$ 0
12960 split(line, arg, " ")
12961 if (arg[1] == "#") {
12962 defundef = arg[2]
12963 mac1 = arg[3]
12964 } else {
12965 defundef = substr(arg[1], 2)
12966 mac1 = arg[2]
12967 }
12968 split(mac1, mac2, "(") #)
12969 macro = mac2[1]
12970 prefix = substr(line, 1, index(line, defundef) - 1)
12971 if (D_is_set[macro]) {
12972 # Preserve the white space surrounding the "#".
12973 print prefix "define", macro P[macro] D[macro]
12974 next
12975 } else {
12976 # Replace #undef with comments. This is necessary, for example,
12977 # in the case of _POSIX_SOURCE, which is predefined and required
12978 # on some systems where configure will not decide to define it.
12979 if (defundef == "undef") {
12980 print "/*", prefix defundef, macro, "*/"
12981 next
12982 }
12983 }
12984}
12985{ print }
12986_ACAWK
fee8ec00 12987_ACEOF
81ecdfbb 12988cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 12989 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 12990fi # test -n "$CONFIG_HEADERS"
fee8ec00 12991
fee8ec00 12992
99d8e879 12993eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
12994shift
12995for ac_tag
12996do
12997 case $ac_tag in
12998 :[FHLC]) ac_mode=$ac_tag; continue;;
12999 esac
13000 case $ac_mode$ac_tag in
13001 :[FHL]*:*);;
d0ac1c44 13002 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13003 :[FH]-) ac_tag=-:-;;
13004 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fee8ec00 13005 esac
81ecdfbb
RW
13006 ac_save_IFS=$IFS
13007 IFS=:
13008 set x $ac_tag
13009 IFS=$ac_save_IFS
13010 shift
13011 ac_file=$1
13012 shift
fee8ec00 13013
81ecdfbb
RW
13014 case $ac_mode in
13015 :L) ac_source=$1;;
13016 :[FH])
13017 ac_file_inputs=
13018 for ac_f
13019 do
13020 case $ac_f in
d0ac1c44 13021 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13022 *) # Look for the file first in the build tree, then in the source tree
13023 # (if the path is not absolute). The absolute path cannot be DOS-style,
13024 # because $ac_f cannot contain `:'.
13025 test -f "$ac_f" ||
13026 case $ac_f in
13027 [\\/$]*) false;;
13028 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13029 esac ||
d0ac1c44 13030 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fee8ec00 13031 esac
81ecdfbb
RW
13032 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13033 as_fn_append ac_file_inputs " '$ac_f'"
13034 done
fee8ec00 13035
81ecdfbb
RW
13036 # Let's still pretend it is `configure' which instantiates (i.e., don't
13037 # use $as_me), people would be surprised to read:
13038 # /* config.h. Generated by config.status. */
13039 configure_input='Generated from '`
13040 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13041 `' by configure.'
13042 if test x"$ac_file" != x-; then
13043 configure_input="$ac_file. $configure_input"
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13045$as_echo "$as_me: creating $ac_file" >&6;}
13046 fi
13047 # Neutralize special characters interpreted by sed in replacement strings.
13048 case $configure_input in #(
13049 *\&* | *\|* | *\\* )
13050 ac_sed_conf_input=`$as_echo "$configure_input" |
13051 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13052 *) ac_sed_conf_input=$configure_input;;
13053 esac
fee8ec00 13054
81ecdfbb 13055 case $ac_tag in
d0ac1c44
SM
13056 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13057 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13058 esac
13059 ;;
13060 esac
fee8ec00 13061
81ecdfbb 13062 ac_dir=`$as_dirname -- "$ac_file" ||
fee8ec00
SR
13063$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13064 X"$ac_file" : 'X\(//\)[^/]' \| \
13065 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13066 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13067$as_echo X"$ac_file" |
13068 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13069 s//\1/
13070 q
13071 }
13072 /^X\(\/\/\)[^/].*/{
13073 s//\1/
13074 q
13075 }
13076 /^X\(\/\/\)$/{
13077 s//\1/
13078 q
13079 }
13080 /^X\(\/\).*/{
13081 s//\1/
13082 q
13083 }
13084 s/.*/./; q'`
13085 as_dir="$ac_dir"; as_fn_mkdir_p
fee8ec00
SR
13086 ac_builddir=.
13087
81ecdfbb
RW
13088case "$ac_dir" in
13089.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13090*)
13091 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13092 # A ".." for each directory in $ac_dir_suffix.
13093 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13094 case $ac_top_builddir_sub in
13095 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13096 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13097 esac ;;
13098esac
13099ac_abs_top_builddir=$ac_pwd
13100ac_abs_builddir=$ac_pwd$ac_dir_suffix
13101# for backward compatibility:
13102ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
13103
13104case $srcdir in
81ecdfbb 13105 .) # We are building in place.
fee8ec00 13106 ac_srcdir=.
81ecdfbb
RW
13107 ac_top_srcdir=$ac_top_builddir_sub
13108 ac_abs_top_srcdir=$ac_pwd ;;
13109 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 13110 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13111 ac_top_srcdir=$srcdir
13112 ac_abs_top_srcdir=$srcdir ;;
13113 *) # Relative name.
13114 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13115 ac_top_srcdir=$ac_top_build_prefix$srcdir
13116 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 13117esac
81ecdfbb 13118ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fee8ec00 13119
fee8ec00 13120
81ecdfbb
RW
13121 case $ac_mode in
13122 :F)
13123 #
13124 # CONFIG_FILE
13125 #
fee8ec00 13126
81ecdfbb
RW
13127 case $INSTALL in
13128 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13129 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fee8ec00 13130 esac
81ecdfbb 13131_ACEOF
fee8ec00 13132
81ecdfbb
RW
13133cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13134# If the template does not know about datarootdir, expand it.
13135# FIXME: This hack should be removed a few years after 2.60.
13136ac_datarootdir_hack=; ac_datarootdir_seen=
13137ac_sed_dataroot='
13138/datarootdir/ {
13139 p
13140 q
13141}
13142/@datadir@/p
13143/@docdir@/p
13144/@infodir@/p
13145/@localedir@/p
13146/@mandir@/p'
13147case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13148*datarootdir*) ac_datarootdir_seen=yes;;
13149*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13151$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13152_ACEOF
13153cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13154 ac_datarootdir_hack='
13155 s&@datadir@&$datadir&g
13156 s&@docdir@&$docdir&g
13157 s&@infodir@&$infodir&g
13158 s&@localedir@&$localedir&g
13159 s&@mandir@&$mandir&g
13160 s&\\\${datarootdir}&$datarootdir&g' ;;
13161esac
fee8ec00 13162_ACEOF
fee8ec00 13163
81ecdfbb
RW
13164# Neutralize VPATH when `$srcdir' = `.'.
13165# Shell code in configure.ac might set extrasub.
13166# FIXME: do we really want to maintain this feature?
13167cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13168ac_sed_extra="$ac_vpsub
13169$extrasub
13170_ACEOF
13171cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13172:t
13173/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13174s|@configure_input@|$ac_sed_conf_input|;t t
13175s&@top_builddir@&$ac_top_builddir_sub&;t t
13176s&@top_build_prefix@&$ac_top_build_prefix&;t t
13177s&@srcdir@&$ac_srcdir&;t t
13178s&@abs_srcdir@&$ac_abs_srcdir&;t t
13179s&@top_srcdir@&$ac_top_srcdir&;t t
13180s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13181s&@builddir@&$ac_builddir&;t t
13182s&@abs_builddir@&$ac_abs_builddir&;t t
13183s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13184s&@INSTALL@&$ac_INSTALL&;t t
13185$ac_datarootdir_hack
13186"
d0ac1c44
SM
13187eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13188 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13189
13190test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13191 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13192 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13193 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13195which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13196$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13197which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13198
d0ac1c44 13199 rm -f "$ac_tmp/stdin"
81ecdfbb 13200 case $ac_file in
d0ac1c44
SM
13201 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13202 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13203 esac \
d0ac1c44 13204 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13205 ;;
13206 :H)
13207 #
13208 # CONFIG_HEADER
13209 #
13210 if test x"$ac_file" != x-; then
13211 {
13212 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13213 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13214 } >"$ac_tmp/config.h" \
13215 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13216 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13218$as_echo "$as_me: $ac_file is unchanged" >&6;}
13219 else
13220 rm -f "$ac_file"
d0ac1c44
SM
13221 mv "$ac_tmp/config.h" "$ac_file" \
13222 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13223 fi
fee8ec00 13224 else
81ecdfbb 13225 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13226 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13227 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13228 fi
13229 ;;
fee8ec00 13230
81ecdfbb
RW
13231 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13232$as_echo "$as_me: executing $ac_file commands" >&6;}
13233 ;;
13234 esac
fee8ec00
SR
13235
13236
81ecdfbb 13237 case $ac_file$ac_mode in
db2e4d67 13238 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13239 "libtool":C)
13240
13241 # See if we are running on zsh, and set the options which allow our
13242 # commands through without removal of \ escapes.
13243 if test -n "${ZSH_VERSION+set}" ; then
13244 setopt NO_GLOB_SUBST
13245 fi
13246
13247 cfgfile="${ofile}T"
13248 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13249 $RM "$cfgfile"
13250
13251 cat <<_LT_EOF >> "$cfgfile"
13252#! $SHELL
13253
13254# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13255# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13256# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13257# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13258#
13259# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13260# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13261# Written by Gordon Matzigkeit, 1996
13262#
13263# This file is part of GNU Libtool.
13264#
13265# GNU Libtool is free software; you can redistribute it and/or
13266# modify it under the terms of the GNU General Public License as
13267# published by the Free Software Foundation; either version 2 of
13268# the License, or (at your option) any later version.
13269#
13270# As a special exception to the GNU General Public License,
13271# if you distribute this file as part of a program or library that
13272# is built using GNU Libtool, you may include this file under the
13273# same distribution terms that you use for the rest of that program.
13274#
13275# GNU Libtool is distributed in the hope that it will be useful,
13276# but WITHOUT ANY WARRANTY; without even the implied warranty of
13277# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13278# GNU General Public License for more details.
13279#
13280# You should have received a copy of the GNU General Public License
13281# along with GNU Libtool; see the file COPYING. If not, a copy
13282# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13283# obtained by writing to the Free Software Foundation, Inc.,
13284# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13285
13286
13287# The names of the tagged configurations supported by this script.
13288available_tags=""
13289
13290# ### BEGIN LIBTOOL CONFIG
13291
13292# Which release of libtool.m4 was used?
13293macro_version=$macro_version
13294macro_revision=$macro_revision
13295
13296# Whether or not to build shared libraries.
13297build_libtool_libs=$enable_shared
13298
13299# Whether or not to build static libraries.
13300build_old_libs=$enable_static
13301
13302# What type of objects to build.
13303pic_mode=$pic_mode
13304
13305# Whether or not to optimize for fast installation.
13306fast_install=$enable_fast_install
13307
13308# Shell to use when invoking shell scripts.
13309SHELL=$lt_SHELL
13310
13311# An echo program that protects backslashes.
13312ECHO=$lt_ECHO
13313
13314# The host system.
13315host_alias=$host_alias
13316host=$host
13317host_os=$host_os
13318
13319# The build system.
13320build_alias=$build_alias
13321build=$build
13322build_os=$build_os
13323
13324# A sed program that does not truncate output.
13325SED=$lt_SED
13326
13327# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13328Xsed="\$SED -e 1s/^X//"
13329
13330# A grep program that handles long lines.
13331GREP=$lt_GREP
13332
13333# An ERE matcher.
13334EGREP=$lt_EGREP
13335
13336# A literal string matcher.
13337FGREP=$lt_FGREP
13338
13339# A BSD- or MS-compatible name lister.
13340NM=$lt_NM
13341
13342# Whether we need soft or hard links.
13343LN_S=$lt_LN_S
13344
13345# What is the maximum length of a command?
13346max_cmd_len=$max_cmd_len
13347
13348# Object file suffix (normally "o").
13349objext=$ac_objext
13350
13351# Executable file suffix (normally "").
13352exeext=$exeext
13353
13354# whether the shell understands "unset".
13355lt_unset=$lt_unset
13356
13357# turn spaces into newlines.
13358SP2NL=$lt_lt_SP2NL
13359
13360# turn newlines into spaces.
13361NL2SP=$lt_lt_NL2SP
13362
13363# An object symbol dumper.
13364OBJDUMP=$lt_OBJDUMP
13365
13366# Method to check whether dependent libraries are shared objects.
13367deplibs_check_method=$lt_deplibs_check_method
13368
13369# Command to use when deplibs_check_method == "file_magic".
13370file_magic_cmd=$lt_file_magic_cmd
13371
13372# The archiver.
13373AR=$lt_AR
13374AR_FLAGS=$lt_AR_FLAGS
13375
13376# A symbol stripping program.
13377STRIP=$lt_STRIP
13378
13379# Commands used to install an old-style archive.
13380RANLIB=$lt_RANLIB
13381old_postinstall_cmds=$lt_old_postinstall_cmds
13382old_postuninstall_cmds=$lt_old_postuninstall_cmds
13383
13384# Whether to use a lock for old archive extraction.
13385lock_old_archive_extraction=$lock_old_archive_extraction
13386
13387# A C compiler.
13388LTCC=$lt_CC
13389
13390# LTCC compiler flags.
13391LTCFLAGS=$lt_CFLAGS
13392
13393# Take the output of nm and produce a listing of raw symbols and C names.
13394global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13395
13396# Transform the output of nm in a proper C declaration.
13397global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13398
13399# Transform the output of nm in a C name address pair.
13400global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13401
13402# Transform the output of nm in a C name address pair when lib prefix is needed.
13403global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13404
13405# The name of the directory that contains temporary libtool files.
13406objdir=$objdir
13407
13408# Used to examine libraries when file_magic_cmd begins with "file".
13409MAGIC_CMD=$MAGIC_CMD
13410
13411# Must we lock files when doing compilation?
13412need_locks=$lt_need_locks
13413
13414# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13415DSYMUTIL=$lt_DSYMUTIL
13416
13417# Tool to change global to local symbols on Mac OS X.
13418NMEDIT=$lt_NMEDIT
13419
13420# Tool to manipulate fat objects and archives on Mac OS X.
13421LIPO=$lt_LIPO
13422
13423# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13424OTOOL=$lt_OTOOL
13425
13426# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13427OTOOL64=$lt_OTOOL64
13428
13429# Old archive suffix (normally "a").
13430libext=$libext
13431
13432# Shared library suffix (normally ".so").
13433shrext_cmds=$lt_shrext_cmds
13434
13435# The commands to extract the exported symbol list from a shared archive.
13436extract_expsyms_cmds=$lt_extract_expsyms_cmds
13437
13438# Variables whose values should be saved in libtool wrapper scripts and
13439# restored at link time.
13440variables_saved_for_relink=$lt_variables_saved_for_relink
13441
13442# Do we need the "lib" prefix for modules?
13443need_lib_prefix=$need_lib_prefix
13444
13445# Do we need a version for libraries?
13446need_version=$need_version
13447
13448# Library versioning type.
13449version_type=$version_type
13450
13451# Shared library runtime path variable.
13452runpath_var=$runpath_var
13453
13454# Shared library path variable.
13455shlibpath_var=$shlibpath_var
13456
13457# Is shlibpath searched before the hard-coded library search path?
13458shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13459
13460# Format of library name prefix.
13461libname_spec=$lt_libname_spec
13462
13463# List of archive names. First name is the real one, the rest are links.
13464# The last name is the one that the linker finds with -lNAME
13465library_names_spec=$lt_library_names_spec
13466
13467# The coded name of the library, if different from the real name.
13468soname_spec=$lt_soname_spec
13469
13470# Permission mode override for installation of shared libraries.
13471install_override_mode=$lt_install_override_mode
13472
13473# Command to use after installation of a shared archive.
13474postinstall_cmds=$lt_postinstall_cmds
13475
13476# Command to use after uninstallation of a shared archive.
13477postuninstall_cmds=$lt_postuninstall_cmds
13478
13479# Commands used to finish a libtool library installation in a directory.
13480finish_cmds=$lt_finish_cmds
13481
13482# As "finish_cmds", except a single script fragment to be evaled but
13483# not shown.
13484finish_eval=$lt_finish_eval
13485
13486# Whether we should hardcode library paths into libraries.
13487hardcode_into_libs=$hardcode_into_libs
13488
13489# Compile-time system search path for libraries.
13490sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13491
13492# Run-time system search path for libraries.
13493sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13494
13495# Whether dlopen is supported.
13496dlopen_support=$enable_dlopen
13497
13498# Whether dlopen of programs is supported.
13499dlopen_self=$enable_dlopen_self
13500
13501# Whether dlopen of statically linked programs is supported.
13502dlopen_self_static=$enable_dlopen_self_static
13503
13504# Commands to strip libraries.
13505old_striplib=$lt_old_striplib
13506striplib=$lt_striplib
13507
13508
13509# The linker used to build libraries.
13510LD=$lt_LD
13511
13512# How to create reloadable object files.
13513reload_flag=$lt_reload_flag
13514reload_cmds=$lt_reload_cmds
13515
13516# Commands used to build an old-style archive.
13517old_archive_cmds=$lt_old_archive_cmds
13518
13519# A language specific compiler.
13520CC=$lt_compiler
13521
13522# Is the compiler the GNU compiler?
13523with_gcc=$GCC
13524
13525# Compiler flag to turn off builtin functions.
13526no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13527
13528# How to pass a linker flag through the compiler.
13529wl=$lt_lt_prog_compiler_wl
13530
13531# Additional compiler flags for building library objects.
13532pic_flag=$lt_lt_prog_compiler_pic
13533
13534# Compiler flag to prevent dynamic linking.
13535link_static_flag=$lt_lt_prog_compiler_static
13536
13537# Does compiler simultaneously support -c and -o options?
13538compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13539
13540# Whether or not to add -lc for building shared libraries.
13541build_libtool_need_lc=$archive_cmds_need_lc
13542
13543# Whether or not to disallow shared libs when runtime libs are static.
13544allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13545
13546# Compiler flag to allow reflexive dlopens.
13547export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13548
13549# Compiler flag to generate shared objects directly from archives.
13550whole_archive_flag_spec=$lt_whole_archive_flag_spec
13551
13552# Whether the compiler copes with passing no objects directly.
13553compiler_needs_object=$lt_compiler_needs_object
13554
13555# Create an old-style archive from a shared archive.
13556old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13557
13558# Create a temporary old-style archive to link instead of a shared archive.
13559old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13560
13561# Commands used to build a shared archive.
13562archive_cmds=$lt_archive_cmds
13563archive_expsym_cmds=$lt_archive_expsym_cmds
13564
13565# Commands used to build a loadable module if different from building
13566# a shared archive.
13567module_cmds=$lt_module_cmds
13568module_expsym_cmds=$lt_module_expsym_cmds
13569
13570# Whether we are building with GNU ld or not.
13571with_gnu_ld=$lt_with_gnu_ld
13572
13573# Flag that allows shared libraries with undefined symbols to be built.
13574allow_undefined_flag=$lt_allow_undefined_flag
13575
13576# Flag that enforces no undefined symbols.
13577no_undefined_flag=$lt_no_undefined_flag
13578
13579# Flag to hardcode \$libdir into a binary during linking.
13580# This must work even if \$libdir does not exist
13581hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13582
13583# If ld is used when linking, flag to hardcode \$libdir into a binary
13584# during linking. This must work even if \$libdir does not exist.
13585hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13586
13587# Whether we need a single "-rpath" flag with a separated argument.
13588hardcode_libdir_separator=$lt_hardcode_libdir_separator
13589
13590# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13591# DIR into the resulting binary.
13592hardcode_direct=$hardcode_direct
13593
13594# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13595# DIR into the resulting binary and the resulting library dependency is
13596# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13597# library is relocated.
13598hardcode_direct_absolute=$hardcode_direct_absolute
13599
13600# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13601# into the resulting binary.
13602hardcode_minus_L=$hardcode_minus_L
13603
13604# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13605# into the resulting binary.
13606hardcode_shlibpath_var=$hardcode_shlibpath_var
13607
13608# Set to "yes" if building a shared library automatically hardcodes DIR
13609# into the library and all subsequent libraries and executables linked
13610# against it.
13611hardcode_automatic=$hardcode_automatic
13612
13613# Set to yes if linker adds runtime paths of dependent libraries
13614# to runtime path list.
13615inherit_rpath=$inherit_rpath
13616
13617# Whether libtool must link a program against all its dependency libraries.
13618link_all_deplibs=$link_all_deplibs
13619
13620# Fix the shell variable \$srcfile for the compiler.
13621fix_srcfile_path=$lt_fix_srcfile_path
13622
13623# Set to "yes" if exported symbols are required.
13624always_export_symbols=$always_export_symbols
13625
13626# The commands to list exported symbols.
13627export_symbols_cmds=$lt_export_symbols_cmds
13628
13629# Symbols that should not be listed in the preloaded symbols.
13630exclude_expsyms=$lt_exclude_expsyms
13631
13632# Symbols that must always be exported.
13633include_expsyms=$lt_include_expsyms
13634
13635# Commands necessary for linking programs (against libraries) with templates.
13636prelink_cmds=$lt_prelink_cmds
13637
13638# Specify filename containing input files.
13639file_list_spec=$lt_file_list_spec
13640
13641# How to hardcode a shared library path into an executable.
13642hardcode_action=$hardcode_action
13643
13644# ### END LIBTOOL CONFIG
13645
13646_LT_EOF
13647
13648 case $host_os in
13649 aix3*)
13650 cat <<\_LT_EOF >> "$cfgfile"
13651# AIX sometimes has problems with the GCC collect2 program. For some
13652# reason, if we set the COLLECT_NAMES environment variable, the problems
13653# vanish in a puff of smoke.
13654if test "X${COLLECT_NAMES+set}" != Xset; then
13655 COLLECT_NAMES=
13656 export COLLECT_NAMES
13657fi
13658_LT_EOF
13659 ;;
13660 esac
13661
13662
13663ltmain="$ac_aux_dir/ltmain.sh"
13664
13665
13666 # We use sed instead of cat because bash on DJGPP gets confused if
13667 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13668 # text mode, it properly converts lines to CR/LF. This bash problem
13669 # is reportedly fixed, but why not run on old versions too?
13670 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13671 || (rm -f "$cfgfile"; exit 1)
13672
13673 case $xsi_shell in
13674 yes)
13675 cat << \_LT_EOF >> "$cfgfile"
13676
13677# func_dirname file append nondir_replacement
13678# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13679# otherwise set result to NONDIR_REPLACEMENT.
13680func_dirname ()
13681{
13682 case ${1} in
13683 */*) func_dirname_result="${1%/*}${2}" ;;
13684 * ) func_dirname_result="${3}" ;;
13685 esac
13686}
13687
13688# func_basename file
13689func_basename ()
13690{
13691 func_basename_result="${1##*/}"
13692}
13693
13694# func_dirname_and_basename file append nondir_replacement
13695# perform func_basename and func_dirname in a single function
13696# call:
13697# dirname: Compute the dirname of FILE. If nonempty,
13698# add APPEND to the result, otherwise set result
13699# to NONDIR_REPLACEMENT.
13700# value returned in "$func_dirname_result"
13701# basename: Compute filename of FILE.
13702# value retuned in "$func_basename_result"
13703# Implementation must be kept synchronized with func_dirname
13704# and func_basename. For efficiency, we do not delegate to
13705# those functions but instead duplicate the functionality here.
13706func_dirname_and_basename ()
13707{
13708 case ${1} in
13709 */*) func_dirname_result="${1%/*}${2}" ;;
13710 * ) func_dirname_result="${3}" ;;
13711 esac
13712 func_basename_result="${1##*/}"
13713}
13714
13715# func_stripname prefix suffix name
13716# strip PREFIX and SUFFIX off of NAME.
13717# PREFIX and SUFFIX must not contain globbing or regex special
13718# characters, hashes, percent signs, but SUFFIX may contain a leading
13719# dot (in which case that matches only a dot).
13720func_stripname ()
13721{
13722 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13723 # positional parameters, so assign one to ordinary parameter first.
13724 func_stripname_result=${3}
13725 func_stripname_result=${func_stripname_result#"${1}"}
13726 func_stripname_result=${func_stripname_result%"${2}"}
13727}
13728
13729# func_opt_split
13730func_opt_split ()
13731{
13732 func_opt_split_opt=${1%%=*}
13733 func_opt_split_arg=${1#*=}
13734}
13735
13736# func_lo2o object
13737func_lo2o ()
13738{
13739 case ${1} in
13740 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13741 *) func_lo2o_result=${1} ;;
13742 esac
13743}
13744
13745# func_xform libobj-or-source
13746func_xform ()
13747{
13748 func_xform_result=${1%.*}.lo
13749}
13750
13751# func_arith arithmetic-term...
13752func_arith ()
13753{
13754 func_arith_result=$(( $* ))
13755}
13756
13757# func_len string
13758# STRING may not start with a hyphen.
13759func_len ()
13760{
13761 func_len_result=${#1}
13762}
13763
13764_LT_EOF
13765 ;;
13766 *) # Bourne compatible functions.
13767 cat << \_LT_EOF >> "$cfgfile"
13768
13769# func_dirname file append nondir_replacement
13770# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13771# otherwise set result to NONDIR_REPLACEMENT.
13772func_dirname ()
13773{
13774 # Extract subdirectory from the argument.
13775 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13776 if test "X$func_dirname_result" = "X${1}"; then
13777 func_dirname_result="${3}"
13778 else
13779 func_dirname_result="$func_dirname_result${2}"
13780 fi
13781}
13782
13783# func_basename file
13784func_basename ()
13785{
13786 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13787}
13788
13789
13790# func_stripname prefix suffix name
13791# strip PREFIX and SUFFIX off of NAME.
13792# PREFIX and SUFFIX must not contain globbing or regex special
13793# characters, hashes, percent signs, but SUFFIX may contain a leading
13794# dot (in which case that matches only a dot).
13795# func_strip_suffix prefix name
13796func_stripname ()
13797{
13798 case ${2} in
13799 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13800 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13801 esac
13802}
13803
13804# sed scripts:
13805my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13806my_sed_long_arg='1s/^-[^=]*=//'
13807
13808# func_opt_split
13809func_opt_split ()
13810{
13811 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13812 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13813}
13814
13815# func_lo2o object
13816func_lo2o ()
13817{
13818 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13819}
13820
13821# func_xform libobj-or-source
13822func_xform ()
13823{
13824 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13825}
13826
13827# func_arith arithmetic-term...
13828func_arith ()
13829{
13830 func_arith_result=`expr "$@"`
13831}
13832
13833# func_len string
13834# STRING may not start with a hyphen.
13835func_len ()
13836{
13837 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13838}
13839
13840_LT_EOF
13841esac
13842
13843case $lt_shell_append in
13844 yes)
13845 cat << \_LT_EOF >> "$cfgfile"
13846
13847# func_append var value
13848# Append VALUE to the end of shell variable VAR.
13849func_append ()
13850{
13851 eval "$1+=\$2"
13852}
13853_LT_EOF
13854 ;;
13855 *)
13856 cat << \_LT_EOF >> "$cfgfile"
13857
13858# func_append var value
13859# Append VALUE to the end of shell variable VAR.
13860func_append ()
13861{
13862 eval "$1=\$$1\$2"
13863}
13864
13865_LT_EOF
13866 ;;
13867 esac
13868
13869
13870 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13871 || (rm -f "$cfgfile"; exit 1)
13872
13873 mv -f "$cfgfile" "$ofile" ||
13874 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13875 chmod +x "$ofile"
13876
13877 ;;
81ecdfbb 13878 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fee8ec00
SR
13879 rm -f Makesim1.tmp Makesim2.tmp Makefile
13880 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13881 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13882 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13883 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13884 <Makefile.sim >Makefile
13885 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13886 ;;
81ecdfbb
RW
13887 "stamp-h":C) echo > stamp-h ;;
13888
fee8ec00 13889 esac
81ecdfbb 13890done # for ac_tag
fee8ec00 13891
fee8ec00 13892
81ecdfbb 13893as_fn_exit 0
fee8ec00 13894_ACEOF
fee8ec00
SR
13895ac_clean_files=$ac_clean_files_save
13896
81ecdfbb 13897test $ac_write_fail = 0 ||
d0ac1c44 13898 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 13899
fee8ec00
SR
13900
13901# configure is writing to config.log, and then calls config.status.
13902# config.status does its own redirection, appending to config.log.
13903# Unfortunately, on DOS this fails, as config.log is still kept open
13904# by configure, so config.status won't be able to write to it; its
13905# output is simply discarded. So we exec the FD to /dev/null,
13906# effectively closing config.log, so it can be properly (re)opened and
13907# appended to by config.status. When coming back to configure, we
13908# need to make the FD available again.
13909if test "$no_create" != yes; then
13910 ac_cs_success=:
13911 ac_config_status_args=
13912 test "$silent" = yes &&
13913 ac_config_status_args="$ac_config_status_args --quiet"
13914 exec 5>/dev/null
13915 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13916 exec 5>>config.log
13917 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13918 # would make configure fail if this is the last instruction.
d0ac1c44 13919 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
13920fi
13921if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13923$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fee8ec00
SR
13924fi
13925
13926