]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/bfin/configure
sim: drop obsolete AC_EXEEXT call
[thirdparty/binutils-gdb.git] / sim / bfin / configure
CommitLineData
ef016f83
MF
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.
ef016f83 7#
ef016f83
MF
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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 }
79fi
80
81
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=
ef016f83
MF
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
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
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;}
ef016f83
MF
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"
ef016f83
MF
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"
ef016f83
MF
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
219do
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
ef016f83
MF
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."
274 else
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."
279 fi
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"
ef016f83
MF
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
ef016f83
MF
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
ef016f83
MF
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.
ef016f83
MF
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
ef016f83 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
ef016f83
MF
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
429 as_expr=expr
430else
431 as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436else
437 as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
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'`
464
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
472
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 |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
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; }
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
ef016f83
MF
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
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506}
507
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';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
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'.
ef016f83 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
ef016f83
MF
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
ef016f83
MF
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
ef016f83
MF
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
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
ef016f83
MF
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
ef016f83 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
ef016f83
MF
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
ef016f83
MF
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
593PACKAGE_URL=
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610# include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
760b3e8b
MF
634sim_reserved_bits
635sim_scache
636sim_float
637sim_bitsize
ba307cdd 638sim_alignment
ef016f83
MF
639cgen_breaks
640SDL_LIBS
641SDL_CFLAGS
5798d69f
SM
642PKG_CONFIG_LIBDIR
643PKG_CONFIG_PATH
644PKG_CONFIG
ef016f83 645MAINT
31e6ad7d
MF
646MAINTAINER_MODE_FALSE
647MAINTAINER_MODE_TRUE
6bb11ab3
L
648lt_cv_dlopen_libs
649OTOOL64
650OTOOL
651LIPO
652NMEDIT
653DSYMUTIL
654AWK
655STRIP
656OBJDUMP
657LN_S
658NM
659ac_ct_DUMPBIN
660DUMPBIN
661LD
662FGREP
663SED
664LIBTOOL
665PLUGINS_FALSE
666PLUGINS_TRUE
aadc9410
MF
667zlibinc
668zlibdir
ef016f83
MF
669CATOBJEXT
670GENCAT
671INSTOBJEXT
672DATADIRNAME
673CATALOGS
674POSUB
675GMSGFMT
676XGETTEXT
677INCINTL
678LIBINTL_DEP
679LIBINTL
680USE_NLS
db2e4d67
MF
681CCDEPMODE
682DEPDIR
683am__leading_dot
46f900c0 684C_DIALECT
ef016f83
MF
685RANLIB
686AR
c2783492 687LDFLAGS_FOR_BUILD
c25ea03d 688CFLAGS_FOR_BUILD
aa0fca16 689RANLIB_FOR_BUILD
ef016f83 690CC_FOR_BUILD
aa0fca16 691AR_FOR_BUILD
ef016f83
MF
692INSTALL_DATA
693INSTALL_SCRIPT
694INSTALL_PROGRAM
2232061b
MF
695EGREP
696GREP
c2783492
MF
697CPP
698OBJEXT
699EXEEXT
700ac_ct_CC
701CPPFLAGS
702LDFLAGS
703CFLAGS
704CC
ef016f83
MF
705target_os
706target_vendor
707target_cpu
708target
709host_os
710host_vendor
711host_cpu
712host
713build_os
714build_vendor
715build_cpu
716build
ef016f83
MF
717target_alias
718host_alias
719build_alias
720LIBS
721ECHO_T
722ECHO_N
723ECHO_C
724DEFS
725mandir
726localedir
727libdir
728psdir
729pdfdir
730dvidir
731htmldir
732infodir
733docdir
734oldincludedir
735includedir
736localstatedir
737sharedstatedir
738sysconfdir
739datadir
740datarootdir
741libexecdir
742sbindir
743bindir
744program_transform_name
745prefix
746exec_prefix
747PACKAGE_URL
748PACKAGE_BUGREPORT
749PACKAGE_STRING
750PACKAGE_VERSION
751PACKAGE_TARNAME
752PACKAGE_NAME
753PATH_SEPARATOR
136da8cd
MF
754SHELL
755WERROR_CFLAGS
756WARN_CFLAGS
136da8cd
MF
757sim_inline
758sim_hw
759sim_hw_objs
760sim_hw_cflags
136da8cd 761sim_endian
ba307cdd 762sim_default_model'
ef016f83
MF
763ac_subst_files=''
764ac_user_opts='
765enable_option_checking
aadc9410 766with_system_zlib
6bb11ab3
L
767enable_plugins
768enable_shared
769enable_static
770with_pic
771enable_fast_install
772with_gnu_ld
773enable_libtool_lock
ef016f83 774enable_maintainer_mode
347fe5bb 775enable_sim_inline
ef016f83 776enable_sim_endian
ef016f83 777enable_sim_default_model
82e6d6bf 778enable_sim_hardware
2232061b 779enable_werror
ef016f83
MF
780enable_build_warnings
781enable_sim_build_warnings
ef016f83
MF
782'
783 ac_precious_vars='build_alias
784host_alias
785target_alias
786CC
787CFLAGS
788LDFLAGS
789LIBS
790CPPFLAGS
5798d69f
SM
791CPP
792PKG_CONFIG
793PKG_CONFIG_PATH
794PKG_CONFIG_LIBDIR
795SDL_CFLAGS
796SDL_LIBS'
ef016f83
MF
797
798
799# Initialize some variables set by options.
800ac_init_help=
801ac_init_version=false
802ac_unrecognized_opts=
803ac_unrecognized_sep=
804# The variables have the same names as the options, with
805# dashes changed to underlines.
806cache_file=/dev/null
807exec_prefix=NONE
808no_create=
809no_recursion=
810prefix=NONE
811program_prefix=NONE
812program_suffix=NONE
813program_transform_name=s,x,x,
814silent=
815site=
816srcdir=
817verbose=
818x_includes=NONE
819x_libraries=NONE
820
821# Installation directory options.
822# These are left unexpanded so users can "make install exec_prefix=/foo"
823# and all the variables that are supposed to be based on exec_prefix
824# by default will actually change.
825# Use braces instead of parens because sh, perl, etc. also accept them.
826# (The list follows the same order as the GNU Coding Standards.)
827bindir='${exec_prefix}/bin'
828sbindir='${exec_prefix}/sbin'
829libexecdir='${exec_prefix}/libexec'
830datarootdir='${prefix}/share'
831datadir='${datarootdir}'
832sysconfdir='${prefix}/etc'
833sharedstatedir='${prefix}/com'
834localstatedir='${prefix}/var'
835includedir='${prefix}/include'
836oldincludedir='/usr/include'
837docdir='${datarootdir}/doc/${PACKAGE}'
838infodir='${datarootdir}/info'
839htmldir='${docdir}'
840dvidir='${docdir}'
841pdfdir='${docdir}'
842psdir='${docdir}'
843libdir='${exec_prefix}/lib'
844localedir='${datarootdir}/locale'
845mandir='${datarootdir}/man'
846
847ac_prev=
848ac_dashdash=
849for ac_option
850do
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
853 eval $ac_prev=\$ac_option
854 ac_prev=
855 continue
856 fi
857
858 case $ac_option in
d0ac1c44
SM
859 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
860 *=) ac_optarg= ;;
861 *) ac_optarg=yes ;;
ef016f83
MF
862 esac
863
864 # Accept the important Cygnus configure options, so we can diagnose typos.
865
866 case $ac_dashdash$ac_option in
867 --)
868 ac_dashdash=yes ;;
869
870 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 ac_prev=bindir ;;
872 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
873 bindir=$ac_optarg ;;
874
875 -build | --build | --buil | --bui | --bu)
876 ac_prev=build_alias ;;
877 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
878 build_alias=$ac_optarg ;;
879
880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882 ac_prev=cache_file ;;
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
885 cache_file=$ac_optarg ;;
886
887 --config-cache | -C)
888 cache_file=config.cache ;;
889
890 -datadir | --datadir | --datadi | --datad)
891 ac_prev=datadir ;;
892 -datadir=* | --datadir=* | --datadi=* | --datad=*)
893 datadir=$ac_optarg ;;
894
895 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896 | --dataroo | --dataro | --datar)
897 ac_prev=datarootdir ;;
898 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900 datarootdir=$ac_optarg ;;
901
902 -disable-* | --disable-*)
903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
904 # Reject names that are not valid shell variable names.
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 906 as_fn_error $? "invalid feature name: $ac_useropt"
ef016f83
MF
907 ac_useropt_orig=$ac_useropt
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
910 *"
911"enable_$ac_useropt"
912"*) ;;
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep=', ';;
915 esac
916 eval enable_$ac_useropt=no ;;
917
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
922
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
927
928 -enable-* | --enable-*)
929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 932 as_fn_error $? "invalid feature name: $ac_useropt"
ef016f83
MF
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
936 *"
937"enable_$ac_useropt"
938"*) ;;
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
941 esac
942 eval enable_$ac_useropt=\$ac_optarg ;;
943
944 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946 | --exec | --exe | --ex)
947 ac_prev=exec_prefix ;;
948 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950 | --exec=* | --exe=* | --ex=*)
951 exec_prefix=$ac_optarg ;;
952
953 -gas | --gas | --ga | --g)
954 # Obsolete; use --with-gas.
955 with_gas=yes ;;
956
957 -help | --help | --hel | --he | -h)
958 ac_init_help=long ;;
959 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960 ac_init_help=recursive ;;
961 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962 ac_init_help=short ;;
963
964 -host | --host | --hos | --ho)
965 ac_prev=host_alias ;;
966 -host=* | --host=* | --hos=* | --ho=*)
967 host_alias=$ac_optarg ;;
968
969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 ac_prev=htmldir ;;
971 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 | --ht=*)
973 htmldir=$ac_optarg ;;
974
975 -includedir | --includedir | --includedi | --included | --include \
976 | --includ | --inclu | --incl | --inc)
977 ac_prev=includedir ;;
978 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979 | --includ=* | --inclu=* | --incl=* | --inc=*)
980 includedir=$ac_optarg ;;
981
982 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 ac_prev=infodir ;;
984 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
985 infodir=$ac_optarg ;;
986
987 -libdir | --libdir | --libdi | --libd)
988 ac_prev=libdir ;;
989 -libdir=* | --libdir=* | --libdi=* | --libd=*)
990 libdir=$ac_optarg ;;
991
992 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993 | --libexe | --libex | --libe)
994 ac_prev=libexecdir ;;
995 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996 | --libexe=* | --libex=* | --libe=*)
997 libexecdir=$ac_optarg ;;
998
999 -localedir | --localedir | --localedi | --localed | --locale)
1000 ac_prev=localedir ;;
1001 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002 localedir=$ac_optarg ;;
1003
1004 -localstatedir | --localstatedir | --localstatedi | --localstated \
1005 | --localstate | --localstat | --localsta | --localst | --locals)
1006 ac_prev=localstatedir ;;
1007 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1008 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1009 localstatedir=$ac_optarg ;;
1010
1011 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 ac_prev=mandir ;;
1013 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1014 mandir=$ac_optarg ;;
1015
1016 -nfp | --nfp | --nf)
1017 # Obsolete; use --without-fp.
1018 with_fp=no ;;
1019
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1021 | --no-cr | --no-c | -n)
1022 no_create=yes ;;
1023
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1026 no_recursion=yes ;;
1027
1028 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030 | --oldin | --oldi | --old | --ol | --o)
1031 ac_prev=oldincludedir ;;
1032 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1035 oldincludedir=$ac_optarg ;;
1036
1037 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 ac_prev=prefix ;;
1039 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1040 prefix=$ac_optarg ;;
1041
1042 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043 | --program-pre | --program-pr | --program-p)
1044 ac_prev=program_prefix ;;
1045 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1047 program_prefix=$ac_optarg ;;
1048
1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050 | --program-suf | --program-su | --program-s)
1051 ac_prev=program_suffix ;;
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1054 program_suffix=$ac_optarg ;;
1055
1056 -program-transform-name | --program-transform-name \
1057 | --program-transform-nam | --program-transform-na \
1058 | --program-transform-n | --program-transform- \
1059 | --program-transform | --program-transfor \
1060 | --program-transfo | --program-transf \
1061 | --program-trans | --program-tran \
1062 | --progr-tra | --program-tr | --program-t)
1063 ac_prev=program_transform_name ;;
1064 -program-transform-name=* | --program-transform-name=* \
1065 | --program-transform-nam=* | --program-transform-na=* \
1066 | --program-transform-n=* | --program-transform-=* \
1067 | --program-transform=* | --program-transfor=* \
1068 | --program-transfo=* | --program-transf=* \
1069 | --program-trans=* | --program-tran=* \
1070 | --progr-tra=* | --program-tr=* | --program-t=*)
1071 program_transform_name=$ac_optarg ;;
1072
1073 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 ac_prev=pdfdir ;;
1075 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076 pdfdir=$ac_optarg ;;
1077
1078 -psdir | --psdir | --psdi | --psd | --ps)
1079 ac_prev=psdir ;;
1080 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1081 psdir=$ac_optarg ;;
1082
1083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084 | -silent | --silent | --silen | --sile | --sil)
1085 silent=yes ;;
1086
1087 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 ac_prev=sbindir ;;
1089 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 | --sbi=* | --sb=*)
1091 sbindir=$ac_optarg ;;
1092
1093 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095 | --sharedst | --shareds | --shared | --share | --shar \
1096 | --sha | --sh)
1097 ac_prev=sharedstatedir ;;
1098 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 | --sha=* | --sh=*)
1102 sharedstatedir=$ac_optarg ;;
1103
1104 -site | --site | --sit)
1105 ac_prev=site ;;
1106 -site=* | --site=* | --sit=*)
1107 site=$ac_optarg ;;
1108
1109 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 ac_prev=srcdir ;;
1111 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1112 srcdir=$ac_optarg ;;
1113
1114 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115 | --syscon | --sysco | --sysc | --sys | --sy)
1116 ac_prev=sysconfdir ;;
1117 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1119 sysconfdir=$ac_optarg ;;
1120
1121 -target | --target | --targe | --targ | --tar | --ta | --t)
1122 ac_prev=target_alias ;;
1123 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1124 target_alias=$ac_optarg ;;
1125
1126 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1127 verbose=yes ;;
1128
1129 -version | --version | --versio | --versi | --vers | -V)
1130 ac_init_version=: ;;
1131
1132 -with-* | --with-*)
1133 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1136 as_fn_error $? "invalid package name: $ac_useropt"
ef016f83
MF
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=\$ac_optarg ;;
1147
1148 -without-* | --without-*)
1149 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1150 # Reject names that are not valid shell variable names.
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1152 as_fn_error $? "invalid package name: $ac_useropt"
ef016f83
MF
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157"with_$ac_useropt"
1158"*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1161 esac
1162 eval with_$ac_useropt=no ;;
1163
1164 --x)
1165 # Obsolete; use --with-x.
1166 with_x=yes ;;
1167
1168 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169 | --x-incl | --x-inc | --x-in | --x-i)
1170 ac_prev=x_includes ;;
1171 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1173 x_includes=$ac_optarg ;;
1174
1175 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177 ac_prev=x_libraries ;;
1178 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1180 x_libraries=$ac_optarg ;;
1181
d0ac1c44
SM
1182 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1183Try \`$0 --help' for more information"
ef016f83
MF
1184 ;;
1185
1186 *=*)
1187 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
1189 case $ac_envvar in #(
1190 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1191 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
ef016f83
MF
1192 esac
1193 eval $ac_envvar=\$ac_optarg
1194 export $ac_envvar ;;
1195
1196 *)
1197 # FIXME: should be removed in autoconf 3.0.
1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1201 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
ef016f83
MF
1202 ;;
1203
1204 esac
1205done
1206
1207if test -n "$ac_prev"; then
1208 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1209 as_fn_error $? "missing argument to $ac_option"
ef016f83
MF
1210fi
1211
1212if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1214 no) ;;
d0ac1c44 1215 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
ef016f83
MF
1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1217 esac
1218fi
1219
1220# Check all directory arguments for consistency.
1221for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
1225do
1226 eval ac_val=\$$ac_var
1227 # Remove trailing slashes.
1228 case $ac_val in
1229 */ )
1230 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\$ac_val;;
1232 esac
1233 # Be sure to have absolute directory names.
1234 case $ac_val in
1235 [\\/$]* | ?:[\\/]* ) continue;;
1236 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237 esac
d0ac1c44 1238 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
ef016f83
MF
1239done
1240
1241# There might be people who depend on the old broken behavior: `$host'
1242# used to hold the argument of --host etc.
1243# FIXME: To remove some day.
1244build=$build_alias
1245host=$host_alias
1246target=$target_alias
1247
1248# FIXME: To remove some day.
1249if test "x$host_alias" != x; then
1250 if test "x$build_alias" = x; then
1251 cross_compiling=maybe
ef016f83
MF
1252 elif test "x$build_alias" != "x$host_alias"; then
1253 cross_compiling=yes
1254 fi
1255fi
1256
1257ac_tool_prefix=
1258test -n "$host_alias" && ac_tool_prefix=$host_alias-
1259
1260test "$silent" = yes && exec 6>/dev/null
1261
1262
1263ac_pwd=`pwd` && test -n "$ac_pwd" &&
1264ac_ls_di=`ls -di .` &&
1265ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1266 as_fn_error $? "working directory cannot be determined"
ef016f83 1267test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1268 as_fn_error $? "pwd does not report name of working directory"
ef016f83
MF
1269
1270
1271# Find the source files, if location was not specified.
1272if test -z "$srcdir"; then
1273 ac_srcdir_defaulted=yes
1274 # Try the directory containing this script, then the parent directory.
1275 ac_confdir=`$as_dirname -- "$as_myself" ||
1276$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1277 X"$as_myself" : 'X\(//\)[^/]' \| \
1278 X"$as_myself" : 'X\(//\)$' \| \
1279 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1280$as_echo X"$as_myself" |
1281 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\/\)[^/].*/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\/\)$/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\).*/{
1294 s//\1/
1295 q
1296 }
1297 s/.*/./; q'`
1298 srcdir=$ac_confdir
1299 if test ! -r "$srcdir/$ac_unique_file"; then
1300 srcdir=..
1301 fi
1302else
1303 ac_srcdir_defaulted=no
1304fi
1305if test ! -r "$srcdir/$ac_unique_file"; then
1306 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1307 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
ef016f83
MF
1308fi
1309ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1310ac_abs_confdir=`(
d0ac1c44 1311 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
ef016f83
MF
1312 pwd)`
1313# When building in place, set srcdir=.
1314if test "$ac_abs_confdir" = "$ac_pwd"; then
1315 srcdir=.
1316fi
1317# Remove unnecessary trailing slashes from srcdir.
1318# Double slashes in file names in object file debugging info
1319# mess up M-x gdb in Emacs.
1320case $srcdir in
1321*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1322esac
1323for ac_var in $ac_precious_vars; do
1324 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_env_${ac_var}_value=\$${ac_var}
1326 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1328done
1329
1330#
1331# Report the --help message.
1332#
1333if test "$ac_init_help" = "long"; then
1334 # Omit some internal or obsolete options to make the list less imposing.
1335 # This message is too long to be a string in the A/UX 3.1 sh.
1336 cat <<_ACEOF
1337\`configure' configures this package to adapt to many kinds of systems.
1338
1339Usage: $0 [OPTION]... [VAR=VALUE]...
1340
1341To assign environment variables (e.g., CC, CFLAGS...), specify them as
1342VAR=VALUE. See below for descriptions of some of the useful variables.
1343
1344Defaults for the options are specified in brackets.
1345
1346Configuration:
1347 -h, --help display this help and exit
1348 --help=short display options specific to this package
1349 --help=recursive display the short help of all the included packages
1350 -V, --version display version information and exit
d0ac1c44 1351 -q, --quiet, --silent do not print \`checking ...' messages
ef016f83
MF
1352 --cache-file=FILE cache test results in FILE [disabled]
1353 -C, --config-cache alias for \`--cache-file=config.cache'
1354 -n, --no-create do not create output files
1355 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1356
1357Installation directories:
1358 --prefix=PREFIX install architecture-independent files in PREFIX
1359 [$ac_default_prefix]
1360 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1361 [PREFIX]
1362
1363By default, \`make install' will install all the files in
1364\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1365an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1366for instance \`--prefix=\$HOME'.
1367
1368For better control, use the options below.
1369
1370Fine tuning of the installation directories:
1371 --bindir=DIR user executables [EPREFIX/bin]
1372 --sbindir=DIR system admin executables [EPREFIX/sbin]
1373 --libexecdir=DIR program executables [EPREFIX/libexec]
1374 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1375 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1376 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1377 --libdir=DIR object code libraries [EPREFIX/lib]
1378 --includedir=DIR C header files [PREFIX/include]
1379 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1380 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1381 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1382 --infodir=DIR info documentation [DATAROOTDIR/info]
1383 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1384 --mandir=DIR man documentation [DATAROOTDIR/man]
1385 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1386 --htmldir=DIR html documentation [DOCDIR]
1387 --dvidir=DIR dvi documentation [DOCDIR]
1388 --pdfdir=DIR pdf documentation [DOCDIR]
1389 --psdir=DIR ps documentation [DOCDIR]
1390_ACEOF
1391
1392 cat <<\_ACEOF
1393
1394Program names:
1395 --program-prefix=PREFIX prepend PREFIX to installed program names
1396 --program-suffix=SUFFIX append SUFFIX to installed program names
1397 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1398
1399System types:
1400 --build=BUILD configure for building on BUILD [guessed]
1401 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1402 --target=TARGET configure for building compilers for TARGET [HOST]
1403_ACEOF
1404fi
1405
1406if test -n "$ac_init_help"; then
1407
1408 cat <<\_ACEOF
1409
1410Optional Features:
1411 --disable-option-checking ignore unrecognized --enable/--with options
1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1414 --enable-plugins Enable support for plugins
6bb11ab3
L
1415 --enable-shared[=PKGS] build shared libraries [default=yes]
1416 --enable-static[=PKGS] build static libraries [default=yes]
1417 --enable-fast-install[=PKGS]
1418 optimize for fast installation [default=yes]
1419 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1420 --enable-maintainer-mode
1421 enable make rules and dependencies not useful (and
1422 sometimes confusing) to the casual installer
347fe5bb
MF
1423 --enable-sim-inline=inlines
1424 Specify which functions should be inlined
8d0978fb
MF
1425 --enable-sim-endian=endian
1426 Specify target byte endian orientation
8d0978fb
MF
1427 --enable-sim-default-model=model
1428 Specify default model to simulate
82e6d6bf
MF
1429 --enable-sim-hardware=LIST
1430 Specify the hardware to be included in the build.
2232061b
MF
1431 --enable-werror treat compile warnings as errors
1432 --enable-build-warnings enable build-time compiler warnings if gcc is used
1433 --enable-sim-build-warnings
1434 enable SIM specific build-time compiler warnings if
1435 gcc is used
ef016f83
MF
1436
1437Optional Packages:
1438 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1439 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1440 --with-system-zlib use installed libz
6bb11ab3
L
1441 --with-pic try to use only PIC/non-PIC objects [default=use
1442 both]
1443 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
ef016f83
MF
1444
1445Some influential environment variables:
1446 CC C compiler command
1447 CFLAGS C compiler flags
1448 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1449 nonstandard directory <lib dir>
1450 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1451 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
ef016f83
MF
1452 you have headers in a nonstandard directory <include dir>
1453 CPP C preprocessor
5798d69f
SM
1454 PKG_CONFIG path to pkg-config utility
1455 PKG_CONFIG_PATH
1456 directories to add to pkg-config's search path
1457 PKG_CONFIG_LIBDIR
1458 path overriding pkg-config's built-in search path
1459 SDL_CFLAGS C compiler flags for SDL, overriding pkg-config
1460 SDL_LIBS linker flags for SDL, overriding pkg-config
ef016f83
MF
1461
1462Use these variables to override the choices made by `configure' or to help
1463it to find libraries and programs with nonstandard names/locations.
1464
1465Report bugs to the package provider.
1466_ACEOF
1467ac_status=$?
1468fi
1469
1470if test "$ac_init_help" = "recursive"; then
1471 # If there are subdirs, report their specific --help.
1472 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1473 test -d "$ac_dir" ||
1474 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1475 continue
1476 ac_builddir=.
1477
1478case "$ac_dir" in
1479.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1480*)
1481 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1482 # A ".." for each directory in $ac_dir_suffix.
1483 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1484 case $ac_top_builddir_sub in
1485 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1486 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1487 esac ;;
1488esac
1489ac_abs_top_builddir=$ac_pwd
1490ac_abs_builddir=$ac_pwd$ac_dir_suffix
1491# for backward compatibility:
1492ac_top_builddir=$ac_top_build_prefix
1493
1494case $srcdir in
1495 .) # We are building in place.
1496 ac_srcdir=.
1497 ac_top_srcdir=$ac_top_builddir_sub
1498 ac_abs_top_srcdir=$ac_pwd ;;
1499 [\\/]* | ?:[\\/]* ) # Absolute name.
1500 ac_srcdir=$srcdir$ac_dir_suffix;
1501 ac_top_srcdir=$srcdir
1502 ac_abs_top_srcdir=$srcdir ;;
1503 *) # Relative name.
1504 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1505 ac_top_srcdir=$ac_top_build_prefix$srcdir
1506 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1507esac
1508ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1509
1510 cd "$ac_dir" || { ac_status=$?; continue; }
1511 # Check for guested configure.
1512 if test -f "$ac_srcdir/configure.gnu"; then
1513 echo &&
1514 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1515 elif test -f "$ac_srcdir/configure"; then
1516 echo &&
1517 $SHELL "$ac_srcdir/configure" --help=recursive
1518 else
1519 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1520 fi || ac_status=$?
1521 cd "$ac_pwd" || { ac_status=$?; break; }
1522 done
1523fi
1524
1525test -n "$ac_init_help" && exit $ac_status
1526if $ac_init_version; then
1527 cat <<\_ACEOF
1528configure
d0ac1c44 1529generated by GNU Autoconf 2.69
ef016f83 1530
d0ac1c44 1531Copyright (C) 2012 Free Software Foundation, Inc.
ef016f83
MF
1532This configure script is free software; the Free Software Foundation
1533gives unlimited permission to copy, distribute and modify it.
1534_ACEOF
1535 exit
1536fi
1537
1538## ------------------------ ##
1539## Autoconf initialization. ##
1540## ------------------------ ##
1541
1542# ac_fn_c_try_compile LINENO
1543# --------------------------
1544# Try to compile conftest.$ac_ext, and return whether this succeeded.
1545ac_fn_c_try_compile ()
1546{
1547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1548 rm -f conftest.$ac_objext
1549 if { { ac_try="$ac_compile"
1550case "(($ac_try" in
1551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1552 *) ac_try_echo=$ac_try;;
1553esac
1554eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1555$as_echo "$ac_try_echo"; } >&5
1556 (eval "$ac_compile") 2>conftest.err
1557 ac_status=$?
1558 if test -s conftest.err; then
1559 grep -v '^ *+' conftest.err >conftest.er1
1560 cat conftest.er1 >&5
1561 mv -f conftest.er1 conftest.err
1562 fi
1563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1564 test $ac_status = 0; } && {
1565 test -z "$ac_c_werror_flag" ||
1566 test ! -s conftest.err
1567 } && test -s conftest.$ac_objext; then :
1568 ac_retval=0
1569else
1570 $as_echo "$as_me: failed program was:" >&5
1571sed 's/^/| /' conftest.$ac_ext >&5
1572
1573 ac_retval=1
1574fi
d0ac1c44
SM
1575 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1576 as_fn_set_status $ac_retval
ef016f83
MF
1577
1578} # ac_fn_c_try_compile
1579
1580# ac_fn_c_try_cpp LINENO
1581# ----------------------
1582# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1583ac_fn_c_try_cpp ()
1584{
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 if { { ac_try="$ac_cpp conftest.$ac_ext"
1587case "(($ac_try" in
1588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1589 *) ac_try_echo=$ac_try;;
1590esac
1591eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1592$as_echo "$ac_try_echo"; } >&5
1593 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1594 ac_status=$?
1595 if test -s conftest.err; then
1596 grep -v '^ *+' conftest.err >conftest.er1
1597 cat conftest.er1 >&5
1598 mv -f conftest.er1 conftest.err
1599 fi
1600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1601 test $ac_status = 0; } > conftest.i && {
ef016f83
MF
1602 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1603 test ! -s conftest.err
1604 }; then :
1605 ac_retval=0
1606else
1607 $as_echo "$as_me: failed program was:" >&5
1608sed 's/^/| /' conftest.$ac_ext >&5
1609
1610 ac_retval=1
1611fi
d0ac1c44
SM
1612 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1613 as_fn_set_status $ac_retval
ef016f83
MF
1614
1615} # ac_fn_c_try_cpp
1616
1617# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1618# -------------------------------------------------------
1619# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1620# the include files in INCLUDES and setting the cache variable VAR
1621# accordingly.
1622ac_fn_c_check_header_mongrel ()
1623{
1624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1625 if eval \${$3+:} false; then :
ef016f83
MF
1626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1627$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1628if eval \${$3+:} false; then :
ef016f83
MF
1629 $as_echo_n "(cached) " >&6
1630fi
1631eval ac_res=\$$3
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1633$as_echo "$ac_res" >&6; }
1634else
1635 # Is the header compilable?
1636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1637$as_echo_n "checking $2 usability... " >&6; }
1638cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1639/* end confdefs.h. */
1640$4
1641#include <$2>
1642_ACEOF
1643if ac_fn_c_try_compile "$LINENO"; then :
1644 ac_header_compiler=yes
1645else
1646 ac_header_compiler=no
1647fi
1648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1650$as_echo "$ac_header_compiler" >&6; }
1651
1652# Is the header present?
1653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1654$as_echo_n "checking $2 presence... " >&6; }
1655cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1656/* end confdefs.h. */
1657#include <$2>
1658_ACEOF
1659if ac_fn_c_try_cpp "$LINENO"; then :
1660 ac_header_preproc=yes
1661else
1662 ac_header_preproc=no
1663fi
d0ac1c44 1664rm -f conftest.err conftest.i conftest.$ac_ext
ef016f83
MF
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1666$as_echo "$ac_header_preproc" >&6; }
1667
1668# So? What about this header?
1669case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1670 yes:no: )
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1672$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1674$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1675 ;;
1676 no:yes:* )
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1678$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1680$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1682$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1684$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1686$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1687 ;;
1688esac
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1690$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1691if eval \${$3+:} false; then :
ef016f83
MF
1692 $as_echo_n "(cached) " >&6
1693else
1694 eval "$3=\$ac_header_compiler"
1695fi
1696eval ac_res=\$$3
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1698$as_echo "$ac_res" >&6; }
1699fi
d0ac1c44 1700 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1701
1702} # ac_fn_c_check_header_mongrel
1703
1704# ac_fn_c_try_run LINENO
1705# ----------------------
1706# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1707# that executables *can* be run.
1708ac_fn_c_try_run ()
1709{
1710 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1711 if { { ac_try="$ac_link"
1712case "(($ac_try" in
1713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1714 *) ac_try_echo=$ac_try;;
1715esac
1716eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1717$as_echo "$ac_try_echo"; } >&5
1718 (eval "$ac_link") 2>&5
1719 ac_status=$?
1720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1721 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1722 { { case "(($ac_try" in
1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1725esac
1726eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727$as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_try") 2>&5
1729 ac_status=$?
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; }; }; then :
1732 ac_retval=0
1733else
1734 $as_echo "$as_me: program exited with status $ac_status" >&5
1735 $as_echo "$as_me: failed program was:" >&5
1736sed 's/^/| /' conftest.$ac_ext >&5
1737
1738 ac_retval=$ac_status
1739fi
1740 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1741 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1742 as_fn_set_status $ac_retval
ef016f83
MF
1743
1744} # ac_fn_c_try_run
1745
1746# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1747# -------------------------------------------------------
1748# Tests whether HEADER exists and can be compiled using the include files in
1749# INCLUDES, setting the cache variable VAR accordingly.
1750ac_fn_c_check_header_compile ()
1751{
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1754$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1755if eval \${$3+:} false; then :
ef016f83
MF
1756 $as_echo_n "(cached) " >&6
1757else
1758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1759/* end confdefs.h. */
1760$4
1761#include <$2>
1762_ACEOF
1763if ac_fn_c_try_compile "$LINENO"; then :
1764 eval "$3=yes"
1765else
1766 eval "$3=no"
1767fi
1768rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1769fi
1770eval ac_res=\$$3
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772$as_echo "$ac_res" >&6; }
d0ac1c44 1773 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1774
1775} # ac_fn_c_check_header_compile
1776
1777# ac_fn_c_try_link LINENO
1778# -----------------------
1779# Try to link conftest.$ac_ext, and return whether this succeeded.
1780ac_fn_c_try_link ()
1781{
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 rm -f conftest.$ac_objext conftest$ac_exeext
1784 if { { ac_try="$ac_link"
1785case "(($ac_try" in
1786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1787 *) ac_try_echo=$ac_try;;
1788esac
1789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1790$as_echo "$ac_try_echo"; } >&5
1791 (eval "$ac_link") 2>conftest.err
1792 ac_status=$?
1793 if test -s conftest.err; then
1794 grep -v '^ *+' conftest.err >conftest.er1
1795 cat conftest.er1 >&5
1796 mv -f conftest.er1 conftest.err
1797 fi
1798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1799 test $ac_status = 0; } && {
1800 test -z "$ac_c_werror_flag" ||
1801 test ! -s conftest.err
1802 } && test -s conftest$ac_exeext && {
1803 test "$cross_compiling" = yes ||
d0ac1c44 1804 test -x conftest$ac_exeext
ef016f83
MF
1805 }; then :
1806 ac_retval=0
1807else
1808 $as_echo "$as_me: failed program was:" >&5
1809sed 's/^/| /' conftest.$ac_ext >&5
1810
1811 ac_retval=1
1812fi
1813 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1814 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1815 # interfere with the next link command; also delete a directory that is
1816 # left behind by Apple's compiler. We do this before executing the actions.
1817 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1818 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1819 as_fn_set_status $ac_retval
ef016f83
MF
1820
1821} # ac_fn_c_try_link
1822
1823# ac_fn_c_check_func LINENO FUNC VAR
1824# ----------------------------------
1825# Tests whether FUNC exists, setting the cache variable VAR accordingly
1826ac_fn_c_check_func ()
1827{
1828 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1830$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1831if eval \${$3+:} false; then :
ef016f83
MF
1832 $as_echo_n "(cached) " >&6
1833else
1834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1835/* end confdefs.h. */
1836/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1837 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1838#define $2 innocuous_$2
1839
1840/* System header to define __stub macros and hopefully few prototypes,
1841 which can conflict with char $2 (); below.
1842 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1843 <limits.h> exists even on freestanding compilers. */
1844
1845#ifdef __STDC__
1846# include <limits.h>
1847#else
1848# include <assert.h>
1849#endif
1850
1851#undef $2
1852
1853/* Override any GCC internal prototype to avoid an error.
1854 Use char because int might match the return type of a GCC
1855 builtin and then its argument prototype would still apply. */
1856#ifdef __cplusplus
1857extern "C"
1858#endif
1859char $2 ();
1860/* The GNU C library defines this for functions which it implements
1861 to always fail with ENOSYS. Some functions are actually named
1862 something starting with __ and the normal name is an alias. */
1863#if defined __stub_$2 || defined __stub___$2
1864choke me
1865#endif
1866
1867int
1868main ()
1869{
1870return $2 ();
1871 ;
1872 return 0;
1873}
1874_ACEOF
1875if ac_fn_c_try_link "$LINENO"; then :
1876 eval "$3=yes"
1877else
1878 eval "$3=no"
1879fi
1880rm -f core conftest.err conftest.$ac_objext \
1881 conftest$ac_exeext conftest.$ac_ext
1882fi
1883eval ac_res=\$$3
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1885$as_echo "$ac_res" >&6; }
d0ac1c44 1886 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1887
1888} # ac_fn_c_check_func
1889cat >config.log <<_ACEOF
1890This file contains any messages produced by compilers while
1891running configure, to aid debugging if configure makes a mistake.
1892
1893It was created by $as_me, which was
d0ac1c44 1894generated by GNU Autoconf 2.69. Invocation command line was
ef016f83
MF
1895
1896 $ $0 $@
1897
1898_ACEOF
1899exec 5>>config.log
1900{
1901cat <<_ASUNAME
1902## --------- ##
1903## Platform. ##
1904## --------- ##
1905
1906hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1907uname -m = `(uname -m) 2>/dev/null || echo unknown`
1908uname -r = `(uname -r) 2>/dev/null || echo unknown`
1909uname -s = `(uname -s) 2>/dev/null || echo unknown`
1910uname -v = `(uname -v) 2>/dev/null || echo unknown`
1911
1912/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1913/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1914
1915/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1916/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1917/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1918/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1919/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1920/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1921/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1922
1923_ASUNAME
1924
1925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1926for as_dir in $PATH
1927do
1928 IFS=$as_save_IFS
1929 test -z "$as_dir" && as_dir=.
1930 $as_echo "PATH: $as_dir"
1931 done
1932IFS=$as_save_IFS
1933
1934} >&5
1935
1936cat >&5 <<_ACEOF
1937
1938
1939## ----------- ##
1940## Core tests. ##
1941## ----------- ##
1942
1943_ACEOF
1944
1945
1946# Keep a trace of the command line.
1947# Strip out --no-create and --no-recursion so they do not pile up.
1948# Strip out --silent because we don't want to record it for future runs.
1949# Also quote any args containing shell meta-characters.
1950# Make two passes to allow for proper duplicate-argument suppression.
1951ac_configure_args=
1952ac_configure_args0=
1953ac_configure_args1=
1954ac_must_keep_next=false
1955for ac_pass in 1 2
1956do
1957 for ac_arg
1958 do
1959 case $ac_arg in
1960 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1961 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1962 | -silent | --silent | --silen | --sile | --sil)
1963 continue ;;
1964 *\'*)
1965 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1966 esac
1967 case $ac_pass in
1968 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1969 2)
1970 as_fn_append ac_configure_args1 " '$ac_arg'"
1971 if test $ac_must_keep_next = true; then
1972 ac_must_keep_next=false # Got value, back to normal.
1973 else
1974 case $ac_arg in
1975 *=* | --config-cache | -C | -disable-* | --disable-* \
1976 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1977 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1978 | -with-* | --with-* | -without-* | --without-* | --x)
1979 case "$ac_configure_args0 " in
1980 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1981 esac
1982 ;;
1983 -* ) ac_must_keep_next=true ;;
1984 esac
1985 fi
1986 as_fn_append ac_configure_args " '$ac_arg'"
1987 ;;
1988 esac
1989 done
1990done
1991{ ac_configure_args0=; unset ac_configure_args0;}
1992{ ac_configure_args1=; unset ac_configure_args1;}
1993
1994# When interrupted or exit'd, cleanup temporary files, and complete
1995# config.log. We remove comments because anyway the quotes in there
1996# would cause problems or look ugly.
1997# WARNING: Use '\'' to represent an apostrophe within the trap.
1998# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1999trap 'exit_status=$?
2000 # Save into config.log some information that might help in debugging.
2001 {
2002 echo
2003
d0ac1c44 2004 $as_echo "## ---------------- ##
ef016f83 2005## Cache variables. ##
d0ac1c44 2006## ---------------- ##"
ef016f83
MF
2007 echo
2008 # The following way of writing the cache mishandles newlines in values,
2009(
2010 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2011 eval ac_val=\$$ac_var
2012 case $ac_val in #(
2013 *${as_nl}*)
2014 case $ac_var in #(
2015 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2016$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2017 esac
2018 case $ac_var in #(
2019 _ | IFS | as_nl) ;; #(
2020 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2021 *) { eval $ac_var=; unset $ac_var;} ;;
2022 esac ;;
2023 esac
2024 done
2025 (set) 2>&1 |
2026 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2027 *${as_nl}ac_space=\ *)
2028 sed -n \
2029 "s/'\''/'\''\\\\'\'''\''/g;
2030 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2031 ;; #(
2032 *)
2033 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2034 ;;
2035 esac |
2036 sort
2037)
2038 echo
2039
d0ac1c44 2040 $as_echo "## ----------------- ##
ef016f83 2041## Output variables. ##
d0ac1c44 2042## ----------------- ##"
ef016f83
MF
2043 echo
2044 for ac_var in $ac_subst_vars
2045 do
2046 eval ac_val=\$$ac_var
2047 case $ac_val in
2048 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2049 esac
2050 $as_echo "$ac_var='\''$ac_val'\''"
2051 done | sort
2052 echo
2053
2054 if test -n "$ac_subst_files"; then
d0ac1c44 2055 $as_echo "## ------------------- ##
ef016f83 2056## File substitutions. ##
d0ac1c44 2057## ------------------- ##"
ef016f83
MF
2058 echo
2059 for ac_var in $ac_subst_files
2060 do
2061 eval ac_val=\$$ac_var
2062 case $ac_val in
2063 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2064 esac
2065 $as_echo "$ac_var='\''$ac_val'\''"
2066 done | sort
2067 echo
2068 fi
2069
2070 if test -s confdefs.h; then
d0ac1c44 2071 $as_echo "## ----------- ##
ef016f83 2072## confdefs.h. ##
d0ac1c44 2073## ----------- ##"
ef016f83
MF
2074 echo
2075 cat confdefs.h
2076 echo
2077 fi
2078 test "$ac_signal" != 0 &&
2079 $as_echo "$as_me: caught signal $ac_signal"
2080 $as_echo "$as_me: exit $exit_status"
2081 } >&5
2082 rm -f core *.core core.conftest.* &&
2083 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2084 exit $exit_status
2085' 0
2086for ac_signal in 1 2 13 15; do
2087 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2088done
2089ac_signal=0
2090
2091# confdefs.h avoids OS command line length limits that DEFS can exceed.
2092rm -f -r conftest* confdefs.h
2093
2094$as_echo "/* confdefs.h */" > confdefs.h
2095
2096# Predefined preprocessor variables.
2097
2098cat >>confdefs.h <<_ACEOF
2099#define PACKAGE_NAME "$PACKAGE_NAME"
2100_ACEOF
2101
2102cat >>confdefs.h <<_ACEOF
2103#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2104_ACEOF
2105
2106cat >>confdefs.h <<_ACEOF
2107#define PACKAGE_VERSION "$PACKAGE_VERSION"
2108_ACEOF
2109
2110cat >>confdefs.h <<_ACEOF
2111#define PACKAGE_STRING "$PACKAGE_STRING"
2112_ACEOF
2113
2114cat >>confdefs.h <<_ACEOF
2115#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2116_ACEOF
2117
2118cat >>confdefs.h <<_ACEOF
2119#define PACKAGE_URL "$PACKAGE_URL"
2120_ACEOF
2121
2122
2123# Let the site file select an alternate cache file if it wants to.
2124# Prefer an explicitly selected file to automatically selected ones.
2125ac_site_file1=NONE
2126ac_site_file2=NONE
2127if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2128 # We do not want a PATH search for config.site.
2129 case $CONFIG_SITE in #((
2130 -*) ac_site_file1=./$CONFIG_SITE;;
2131 */*) ac_site_file1=$CONFIG_SITE;;
2132 *) ac_site_file1=./$CONFIG_SITE;;
2133 esac
ef016f83
MF
2134elif test "x$prefix" != xNONE; then
2135 ac_site_file1=$prefix/share/config.site
2136 ac_site_file2=$prefix/etc/config.site
2137else
2138 ac_site_file1=$ac_default_prefix/share/config.site
2139 ac_site_file2=$ac_default_prefix/etc/config.site
2140fi
2141for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2142do
2143 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2144 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
ef016f83
MF
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2146$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2147 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2148 . "$ac_site_file" \
2149 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2150$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2151as_fn_error $? "failed to load site script $ac_site_file
2152See \`config.log' for more details" "$LINENO" 5; }
ef016f83
MF
2153 fi
2154done
2155
2156if test -r "$cache_file"; then
d0ac1c44
SM
2157 # Some versions of bash will fail to source /dev/null (special files
2158 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2159 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
ef016f83
MF
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2161$as_echo "$as_me: loading cache $cache_file" >&6;}
2162 case $cache_file in
2163 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2164 *) . "./$cache_file";;
2165 esac
2166 fi
2167else
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2169$as_echo "$as_me: creating cache $cache_file" >&6;}
2170 >$cache_file
2171fi
2172
2173# Check that the precious variables saved in the cache have kept the same
2174# value.
2175ac_cache_corrupted=false
2176for ac_var in $ac_precious_vars; do
2177 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2178 eval ac_new_set=\$ac_env_${ac_var}_set
2179 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2180 eval ac_new_val=\$ac_env_${ac_var}_value
2181 case $ac_old_set,$ac_new_set in
2182 set,)
2183 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2184$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2185 ac_cache_corrupted=: ;;
2186 ,set)
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2188$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2189 ac_cache_corrupted=: ;;
2190 ,);;
2191 *)
2192 if test "x$ac_old_val" != "x$ac_new_val"; then
2193 # differences in whitespace do not lead to failure.
2194 ac_old_val_w=`echo x $ac_old_val`
2195 ac_new_val_w=`echo x $ac_new_val`
2196 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2198$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2199 ac_cache_corrupted=:
2200 else
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2202$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2203 eval $ac_var=\$ac_old_val
2204 fi
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2206$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2208$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2209 fi;;
2210 esac
2211 # Pass precious variables to config.status.
2212 if test "$ac_new_set" = set; then
2213 case $ac_new_val in
2214 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2215 *) ac_arg=$ac_var=$ac_new_val ;;
2216 esac
2217 case " $ac_configure_args " in
2218 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2219 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2220 esac
2221 fi
2222done
2223if $ac_cache_corrupted; then
2224 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2225$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2227$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2228 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
ef016f83
MF
2229fi
2230## -------------------- ##
2231## Main body of script. ##
2232## -------------------- ##
2233
2234ac_ext=c
2235ac_cpp='$CPP $CPPFLAGS'
2236ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2237ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2238ac_compiler_gnu=$ac_cv_c_compiler_gnu
2239
2240
6bb11ab3
L
2241
2242
2243
2244
2245
c2783492
MF
2246ac_aux_dir=
2247for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2248 if test -f "$ac_dir/install-sh"; then
2249 ac_aux_dir=$ac_dir
2250 ac_install_sh="$ac_aux_dir/install-sh -c"
2251 break
2252 elif test -f "$ac_dir/install.sh"; then
2253 ac_aux_dir=$ac_dir
2254 ac_install_sh="$ac_aux_dir/install.sh -c"
2255 break
2256 elif test -f "$ac_dir/shtool"; then
2257 ac_aux_dir=$ac_dir
2258 ac_install_sh="$ac_aux_dir/shtool install -c"
2259 break
2260 fi
2261done
2262if test -z "$ac_aux_dir"; then
2263 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2264fi
2265
2266# These three variables are undocumented and unsupported,
2267# and are intended to be withdrawn in a future Autoconf release.
2268# They can cause serious problems if a builder's source tree is in a directory
2269# whose full name contains unusual characters.
2270ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2271ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2272ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2273
2274
2275# Make sure we can run config.sub.
2276$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2277 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2278
2279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2280$as_echo_n "checking build system type... " >&6; }
2281if ${ac_cv_build+:} false; then :
2282 $as_echo_n "(cached) " >&6
2283else
2284 ac_build_alias=$build_alias
2285test "x$ac_build_alias" = x &&
2286 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2287test "x$ac_build_alias" = x &&
2288 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2289ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2290 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2291
2292fi
2293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2294$as_echo "$ac_cv_build" >&6; }
2295case $ac_cv_build in
2296*-*-*) ;;
2297*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2298esac
2299build=$ac_cv_build
2300ac_save_IFS=$IFS; IFS='-'
2301set x $ac_cv_build
2302shift
2303build_cpu=$1
2304build_vendor=$2
2305shift; shift
2306# Remember, the first character of IFS is used to create $*,
2307# except with old shells:
2308build_os=$*
2309IFS=$ac_save_IFS
2310case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2311
2312
2313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2314$as_echo_n "checking host system type... " >&6; }
2315if ${ac_cv_host+:} false; then :
2316 $as_echo_n "(cached) " >&6
2317else
2318 if test "x$host_alias" = x; then
2319 ac_cv_host=$ac_cv_build
2320else
2321 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2322 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2323fi
2324
2325fi
2326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2327$as_echo "$ac_cv_host" >&6; }
2328case $ac_cv_host in
2329*-*-*) ;;
2330*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2331esac
2332host=$ac_cv_host
2333ac_save_IFS=$IFS; IFS='-'
2334set x $ac_cv_host
2335shift
2336host_cpu=$1
2337host_vendor=$2
2338shift; shift
2339# Remember, the first character of IFS is used to create $*,
2340# except with old shells:
2341host_os=$*
2342IFS=$ac_save_IFS
2343case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2344
2345
2346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2347$as_echo_n "checking target system type... " >&6; }
2348if ${ac_cv_target+:} false; then :
2349 $as_echo_n "(cached) " >&6
2350else
2351 if test "x$target_alias" = x; then
2352 ac_cv_target=$ac_cv_host
2353else
2354 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2355 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2356fi
2357
2358fi
2359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2360$as_echo "$ac_cv_target" >&6; }
2361case $ac_cv_target in
2362*-*-*) ;;
2363*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2364esac
2365target=$ac_cv_target
2366ac_save_IFS=$IFS; IFS='-'
2367set x $ac_cv_target
2368shift
2369target_cpu=$1
2370target_vendor=$2
2371shift; shift
2372# Remember, the first character of IFS is used to create $*,
2373# except with old shells:
2374target_os=$*
2375IFS=$ac_save_IFS
2376case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2377
2378
2379# The aliases save the names the user supplied, while $host etc.
2380# will get canonicalized.
2381test -n "$target_alias" &&
2382 test "$program_prefix$program_suffix$program_transform_name" = \
2383 NONENONEs,x,x, &&
2384 program_prefix=${target_alias}-
6bb11ab3
L
2385ac_ext=c
2386ac_cpp='$CPP $CPPFLAGS'
2387ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2388ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2389ac_compiler_gnu=$ac_cv_c_compiler_gnu
2390if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2392set dummy ${ac_tool_prefix}gcc; ac_word=$2
2393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2394$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2395if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2396 $as_echo_n "(cached) " >&6
2397else
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC="$CC" # Let the user override the test.
2400else
2401as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2402for as_dir in $PATH
2403do
2404 IFS=$as_save_IFS
2405 test -z "$as_dir" && as_dir=.
2406 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2407 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2408 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2410 break 2
2411 fi
2412done
2413 done
2414IFS=$as_save_IFS
2415
2416fi
2417fi
2418CC=$ac_cv_prog_CC
2419if test -n "$CC"; then
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2421$as_echo "$CC" >&6; }
2422else
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2424$as_echo "no" >&6; }
2425fi
2426
2427
2428fi
2429if test -z "$ac_cv_prog_CC"; then
2430 ac_ct_CC=$CC
2431 # Extract the first word of "gcc", so it can be a program name with args.
2432set dummy gcc; ac_word=$2
2433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2434$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2435if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2436 $as_echo_n "(cached) " >&6
2437else
2438 if test -n "$ac_ct_CC"; then
2439 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2440else
2441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2442for as_dir in $PATH
2443do
2444 IFS=$as_save_IFS
2445 test -z "$as_dir" && as_dir=.
2446 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2447 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2448 ac_cv_prog_ac_ct_CC="gcc"
2449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 2
2451 fi
2452done
2453 done
2454IFS=$as_save_IFS
2455
2456fi
2457fi
2458ac_ct_CC=$ac_cv_prog_ac_ct_CC
2459if test -n "$ac_ct_CC"; then
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2461$as_echo "$ac_ct_CC" >&6; }
2462else
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2464$as_echo "no" >&6; }
2465fi
2466
2467 if test "x$ac_ct_CC" = x; then
2468 CC=""
2469 else
2470 case $cross_compiling:$ac_tool_warned in
2471yes:)
2472{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2473$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2474ac_tool_warned=yes ;;
2475esac
2476 CC=$ac_ct_CC
2477 fi
2478else
2479 CC="$ac_cv_prog_CC"
2480fi
2481
2482if test -z "$CC"; then
2483 if test -n "$ac_tool_prefix"; then
2484 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2485set dummy ${ac_tool_prefix}cc; ac_word=$2
2486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2487$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2488if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2489 $as_echo_n "(cached) " >&6
2490else
2491 if test -n "$CC"; then
2492 ac_cv_prog_CC="$CC" # Let the user override the test.
2493else
2494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2495for as_dir in $PATH
2496do
2497 IFS=$as_save_IFS
2498 test -z "$as_dir" && as_dir=.
2499 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2500 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2501 ac_cv_prog_CC="${ac_tool_prefix}cc"
2502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2503 break 2
2504 fi
2505done
2506 done
2507IFS=$as_save_IFS
2508
2509fi
2510fi
2511CC=$ac_cv_prog_CC
2512if test -n "$CC"; then
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2514$as_echo "$CC" >&6; }
2515else
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2517$as_echo "no" >&6; }
2518fi
2519
2520
2521 fi
2522fi
2523if test -z "$CC"; then
2524 # Extract the first word of "cc", so it can be a program name with args.
2525set dummy cc; ac_word=$2
2526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2527$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2528if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2529 $as_echo_n "(cached) " >&6
2530else
2531 if test -n "$CC"; then
2532 ac_cv_prog_CC="$CC" # Let the user override the test.
2533else
2534 ac_prog_rejected=no
2535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2536for as_dir in $PATH
2537do
2538 IFS=$as_save_IFS
2539 test -z "$as_dir" && as_dir=.
2540 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2542 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2543 ac_prog_rejected=yes
2544 continue
2545 fi
2546 ac_cv_prog_CC="cc"
2547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2548 break 2
2549 fi
2550done
2551 done
2552IFS=$as_save_IFS
2553
2554if test $ac_prog_rejected = yes; then
2555 # We found a bogon in the path, so make sure we never use it.
2556 set dummy $ac_cv_prog_CC
2557 shift
2558 if test $# != 0; then
2559 # We chose a different compiler from the bogus one.
2560 # However, it has the same basename, so the bogon will be chosen
2561 # first if we set CC to just the basename; use the full file name.
2562 shift
2563 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2564 fi
2565fi
2566fi
2567fi
2568CC=$ac_cv_prog_CC
2569if test -n "$CC"; then
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2571$as_echo "$CC" >&6; }
2572else
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2574$as_echo "no" >&6; }
2575fi
2576
2577
2578fi
2579if test -z "$CC"; then
2580 if test -n "$ac_tool_prefix"; then
2581 for ac_prog in cl.exe
2582 do
2583 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2584set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2586$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2587if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2588 $as_echo_n "(cached) " >&6
2589else
2590 if test -n "$CC"; then
2591 ac_cv_prog_CC="$CC" # Let the user override the test.
2592else
2593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2594for as_dir in $PATH
2595do
2596 IFS=$as_save_IFS
2597 test -z "$as_dir" && as_dir=.
2598 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2599 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2600 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2602 break 2
2603 fi
2604done
2605 done
2606IFS=$as_save_IFS
2607
2608fi
2609fi
2610CC=$ac_cv_prog_CC
2611if test -n "$CC"; then
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2613$as_echo "$CC" >&6; }
2614else
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2616$as_echo "no" >&6; }
2617fi
2618
2619
2620 test -n "$CC" && break
2621 done
2622fi
2623if test -z "$CC"; then
2624 ac_ct_CC=$CC
2625 for ac_prog in cl.exe
2626do
2627 # Extract the first word of "$ac_prog", so it can be a program name with args.
2628set dummy $ac_prog; ac_word=$2
2629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2630$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2631if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2632 $as_echo_n "(cached) " >&6
2633else
2634 if test -n "$ac_ct_CC"; then
2635 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2636else
2637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2638for as_dir in $PATH
2639do
2640 IFS=$as_save_IFS
2641 test -z "$as_dir" && as_dir=.
2642 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2643 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2644 ac_cv_prog_ac_ct_CC="$ac_prog"
2645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2646 break 2
2647 fi
2648done
2649 done
2650IFS=$as_save_IFS
2651
2652fi
2653fi
2654ac_ct_CC=$ac_cv_prog_ac_ct_CC
2655if test -n "$ac_ct_CC"; then
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2657$as_echo "$ac_ct_CC" >&6; }
2658else
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2660$as_echo "no" >&6; }
2661fi
2662
2663
2664 test -n "$ac_ct_CC" && break
2665done
2666
2667 if test "x$ac_ct_CC" = x; then
2668 CC=""
2669 else
2670 case $cross_compiling:$ac_tool_warned in
2671yes:)
2672{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2673$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2674ac_tool_warned=yes ;;
2675esac
2676 CC=$ac_ct_CC
2677 fi
2678fi
2679
2680fi
2681
2682
2683test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2684$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2685as_fn_error $? "no acceptable C compiler found in \$PATH
2686See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2687
2688# Provide some information about the compiler.
2689$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2690set X $ac_compile
2691ac_compiler=$2
2692for ac_option in --version -v -V -qversion; do
2693 { { ac_try="$ac_compiler $ac_option >&5"
2694case "(($ac_try" in
2695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2696 *) ac_try_echo=$ac_try;;
2697esac
2698eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2699$as_echo "$ac_try_echo"; } >&5
2700 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2701 ac_status=$?
2702 if test -s conftest.err; then
2703 sed '10a\
2704... rest of stderr output deleted ...
2705 10q' conftest.err >conftest.er1
2706 cat conftest.er1 >&5
6bb11ab3 2707 fi
d0ac1c44 2708 rm -f conftest.er1 conftest.err
6bb11ab3
L
2709 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2710 test $ac_status = 0; }
2711done
2712
2713cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2714/* end confdefs.h. */
2715
2716int
2717main ()
2718{
2719
2720 ;
2721 return 0;
2722}
2723_ACEOF
2724ac_clean_files_save=$ac_clean_files
d0ac1c44 2725ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2726# Try to create an executable without -o first, disregard a.out.
2727# It will help us diagnose broken compilers, and finding out an intuition
2728# of exeext.
d0ac1c44
SM
2729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2730$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2731ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2732
2733# The possible output files:
2734ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2735
2736ac_rmfiles=
2737for ac_file in $ac_files
2738do
2739 case $ac_file in
2740 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2741 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2742 esac
2743done
2744rm -f $ac_rmfiles
2745
2746if { { ac_try="$ac_link_default"
2747case "(($ac_try" in
2748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2749 *) ac_try_echo=$ac_try;;
2750esac
2751eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2752$as_echo "$ac_try_echo"; } >&5
2753 (eval "$ac_link_default") 2>&5
2754 ac_status=$?
2755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2756 test $ac_status = 0; }; then :
2757 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2758# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2759# in a Makefile. We should not override ac_cv_exeext if it was cached,
2760# so that the user can short-circuit this test for compilers unknown to
2761# Autoconf.
2762for ac_file in $ac_files ''
2763do
2764 test -f "$ac_file" || continue
2765 case $ac_file in
2766 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2767 ;;
2768 [ab].out )
2769 # We found the default executable, but exeext='' is most
2770 # certainly right.
2771 break;;
2772 *.* )
2773 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2774 then :; else
2775 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2776 fi
2777 # We set ac_cv_exeext here because the later test for it is not
2778 # safe: cross compilers may not add the suffix if given an `-o'
2779 # argument, so we may need to know it at that point already.
2780 # Even if this section looks crufty: it has the advantage of
2781 # actually working.
2782 break;;
2783 * )
2784 break;;
2785 esac
2786done
2787test "$ac_cv_exeext" = no && ac_cv_exeext=
2788
2789else
2790 ac_file=''
2791fi
6bb11ab3 2792if test -z "$ac_file"; then :
d0ac1c44
SM
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2794$as_echo "no" >&6; }
2795$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2796sed 's/^/| /' conftest.$ac_ext >&5
2797
2798{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2799$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2800as_fn_error 77 "C compiler cannot create executables
2801See \`config.log' for more details" "$LINENO" 5; }
2802else
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2804$as_echo "yes" >&6; }
6bb11ab3 2805fi
d0ac1c44
SM
2806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2807$as_echo_n "checking for C compiler default output file name... " >&6; }
2808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2809$as_echo "$ac_file" >&6; }
6bb11ab3
L
2810ac_exeext=$ac_cv_exeext
2811
d0ac1c44 2812rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2813ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2815$as_echo_n "checking for suffix of executables... " >&6; }
2816if { { ac_try="$ac_link"
2817case "(($ac_try" in
2818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2819 *) ac_try_echo=$ac_try;;
2820esac
2821eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2822$as_echo "$ac_try_echo"; } >&5
2823 (eval "$ac_link") 2>&5
2824 ac_status=$?
2825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2826 test $ac_status = 0; }; then :
2827 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2828# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2829# work properly (i.e., refer to `conftest.exe'), while it won't with
2830# `rm'.
2831for ac_file in conftest.exe conftest conftest.*; do
2832 test -f "$ac_file" || continue
2833 case $ac_file in
2834 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2835 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2836 break;;
2837 * ) break;;
2838 esac
2839done
2840else
2841 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2842$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2843as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2844See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2845fi
d0ac1c44 2846rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2848$as_echo "$ac_cv_exeext" >&6; }
2849
2850rm -f conftest.$ac_ext
2851EXEEXT=$ac_cv_exeext
2852ac_exeext=$EXEEXT
d0ac1c44
SM
2853cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2854/* end confdefs.h. */
2855#include <stdio.h>
2856int
2857main ()
2858{
2859FILE *f = fopen ("conftest.out", "w");
2860 return ferror (f) || fclose (f) != 0;
2861
2862 ;
2863 return 0;
2864}
2865_ACEOF
2866ac_clean_files="$ac_clean_files conftest.out"
2867# Check that the compiler produces executables we can run. If not, either
2868# the compiler is broken, or we cross compile.
2869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2870$as_echo_n "checking whether we are cross compiling... " >&6; }
2871if test "$cross_compiling" != yes; then
2872 { { ac_try="$ac_link"
2873case "(($ac_try" in
2874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2875 *) ac_try_echo=$ac_try;;
2876esac
2877eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2878$as_echo "$ac_try_echo"; } >&5
2879 (eval "$ac_link") 2>&5
2880 ac_status=$?
2881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2882 test $ac_status = 0; }
2883 if { ac_try='./conftest$ac_cv_exeext'
2884 { { case "(($ac_try" in
2885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2886 *) ac_try_echo=$ac_try;;
2887esac
2888eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2889$as_echo "$ac_try_echo"; } >&5
2890 (eval "$ac_try") 2>&5
2891 ac_status=$?
2892 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2893 test $ac_status = 0; }; }; then
2894 cross_compiling=no
2895 else
2896 if test "$cross_compiling" = maybe; then
2897 cross_compiling=yes
2898 else
2899 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2900$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2901as_fn_error $? "cannot run C compiled programs.
2902If you meant to cross compile, use \`--host'.
2903See \`config.log' for more details" "$LINENO" 5; }
2904 fi
2905 fi
2906fi
2907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2908$as_echo "$cross_compiling" >&6; }
2909
2910rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2911ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2913$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 2914if ${ac_cv_objext+:} false; then :
6bb11ab3
L
2915 $as_echo_n "(cached) " >&6
2916else
2917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2918/* end confdefs.h. */
2919
2920int
2921main ()
2922{
2923
2924 ;
2925 return 0;
2926}
2927_ACEOF
2928rm -f conftest.o conftest.obj
2929if { { ac_try="$ac_compile"
2930case "(($ac_try" in
2931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2932 *) ac_try_echo=$ac_try;;
2933esac
2934eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2935$as_echo "$ac_try_echo"; } >&5
2936 (eval "$ac_compile") 2>&5
2937 ac_status=$?
2938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2939 test $ac_status = 0; }; then :
2940 for ac_file in conftest.o conftest.obj conftest.*; do
2941 test -f "$ac_file" || continue;
2942 case $ac_file in
2943 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2944 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2945 break;;
2946 esac
2947done
2948else
2949 $as_echo "$as_me: failed program was:" >&5
2950sed 's/^/| /' conftest.$ac_ext >&5
2951
2952{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2953$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2954as_fn_error $? "cannot compute suffix of object files: cannot compile
2955See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2956fi
2957rm -f conftest.$ac_cv_objext conftest.$ac_ext
2958fi
2959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2960$as_echo "$ac_cv_objext" >&6; }
2961OBJEXT=$ac_cv_objext
2962ac_objext=$OBJEXT
2963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2964$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 2965if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
2966 $as_echo_n "(cached) " >&6
2967else
2968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2969/* end confdefs.h. */
2970
2971int
2972main ()
2973{
2974#ifndef __GNUC__
2975 choke me
2976#endif
2977
2978 ;
2979 return 0;
2980}
2981_ACEOF
2982if ac_fn_c_try_compile "$LINENO"; then :
2983 ac_compiler_gnu=yes
2984else
2985 ac_compiler_gnu=no
2986fi
2987rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2988ac_cv_c_compiler_gnu=$ac_compiler_gnu
2989
2990fi
2991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2992$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2993if test $ac_compiler_gnu = yes; then
2994 GCC=yes
2995else
2996 GCC=
2997fi
2998ac_test_CFLAGS=${CFLAGS+set}
2999ac_save_CFLAGS=$CFLAGS
3000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3001$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3002if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3003 $as_echo_n "(cached) " >&6
3004else
3005 ac_save_c_werror_flag=$ac_c_werror_flag
3006 ac_c_werror_flag=yes
3007 ac_cv_prog_cc_g=no
3008 CFLAGS="-g"
3009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3010/* end confdefs.h. */
3011
3012int
3013main ()
3014{
3015
3016 ;
3017 return 0;
3018}
3019_ACEOF
3020if ac_fn_c_try_compile "$LINENO"; then :
3021 ac_cv_prog_cc_g=yes
3022else
3023 CFLAGS=""
3024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3025/* end confdefs.h. */
3026
3027int
3028main ()
3029{
3030
3031 ;
3032 return 0;
3033}
3034_ACEOF
3035if ac_fn_c_try_compile "$LINENO"; then :
3036
3037else
3038 ac_c_werror_flag=$ac_save_c_werror_flag
3039 CFLAGS="-g"
3040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3041/* end confdefs.h. */
3042
3043int
3044main ()
3045{
3046
3047 ;
3048 return 0;
3049}
3050_ACEOF
3051if ac_fn_c_try_compile "$LINENO"; then :
3052 ac_cv_prog_cc_g=yes
3053fi
3054rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3055fi
3056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3057fi
3058rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_c_werror_flag=$ac_save_c_werror_flag
3060fi
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3062$as_echo "$ac_cv_prog_cc_g" >&6; }
3063if test "$ac_test_CFLAGS" = set; then
3064 CFLAGS=$ac_save_CFLAGS
3065elif test $ac_cv_prog_cc_g = yes; then
3066 if test "$GCC" = yes; then
3067 CFLAGS="-g -O2"
3068 else
3069 CFLAGS="-g"
3070 fi
3071else
3072 if test "$GCC" = yes; then
3073 CFLAGS="-O2"
3074 else
3075 CFLAGS=
3076 fi
3077fi
3078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3079$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3080if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3081 $as_echo_n "(cached) " >&6
3082else
3083 ac_cv_prog_cc_c89=no
3084ac_save_CC=$CC
3085cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3086/* end confdefs.h. */
3087#include <stdarg.h>
3088#include <stdio.h>
d0ac1c44 3089struct stat;
6bb11ab3
L
3090/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3091struct buf { int x; };
3092FILE * (*rcsopen) (struct buf *, struct stat *, int);
3093static char *e (p, i)
3094 char **p;
3095 int i;
3096{
3097 return p[i];
3098}
3099static char *f (char * (*g) (char **, int), char **p, ...)
3100{
3101 char *s;
3102 va_list v;
3103 va_start (v,p);
3104 s = g (p, va_arg (v,int));
3105 va_end (v);
3106 return s;
3107}
3108
3109/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3110 function prototypes and stuff, but not '\xHH' hex character constants.
3111 These don't provoke an error unfortunately, instead are silently treated
3112 as 'x'. The following induces an error, until -std is added to get
3113 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3114 array size at least. It's necessary to write '\x00'==0 to get something
3115 that's true only with -std. */
3116int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3117
3118/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3119 inside strings and character constants. */
3120#define FOO(x) 'x'
3121int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3122
3123int test (int i, double x);
3124struct s1 {int (*f) (int a);};
3125struct s2 {int (*f) (double a);};
3126int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3127int argc;
3128char **argv;
3129int
3130main ()
3131{
3132return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3133 ;
3134 return 0;
3135}
3136_ACEOF
3137for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3138 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3139do
3140 CC="$ac_save_CC $ac_arg"
3141 if ac_fn_c_try_compile "$LINENO"; then :
3142 ac_cv_prog_cc_c89=$ac_arg
3143fi
3144rm -f core conftest.err conftest.$ac_objext
3145 test "x$ac_cv_prog_cc_c89" != "xno" && break
3146done
3147rm -f conftest.$ac_ext
3148CC=$ac_save_CC
3149
3150fi
3151# AC_CACHE_VAL
3152case "x$ac_cv_prog_cc_c89" in
3153 x)
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3155$as_echo "none needed" >&6; } ;;
3156 xno)
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3158$as_echo "unsupported" >&6; } ;;
3159 *)
3160 CC="$CC $ac_cv_prog_cc_c89"
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3162$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3163esac
3164if test "x$ac_cv_prog_cc_c89" != xno; then :
3165
3166fi
3167
3168ac_ext=c
3169ac_cpp='$CPP $CPPFLAGS'
3170ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3171ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3172ac_compiler_gnu=$ac_cv_c_compiler_gnu
3173
c2783492 3174
ebe9564b
MF
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{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3181$as_echo_n "checking how to run the C preprocessor... " >&6; }
3182# On Suns, sometimes $CPP names a directory.
3183if test -n "$CPP" && test -d "$CPP"; then
3184 CPP=
3185fi
3186if test -z "$CPP"; then
3187 if ${ac_cv_prog_CPP+:} false; then :
3188 $as_echo_n "(cached) " >&6
3189else
3190 # Double quotes because CPP needs to be expanded
3191 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3192 do
3193 ac_preproc_ok=false
3194for ac_c_preproc_warn_flag in '' yes
3195do
3196 # Use a header file that comes with gcc, so configuring glibc
3197 # with a fresh cross-compiler works.
3198 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3199 # <limits.h> exists even on freestanding compilers.
3200 # On the NeXT, cc -E runs the code through the compiler's parser,
3201 # not just through cpp. "Syntax error" is here to catch this case.
3202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3203/* end confdefs.h. */
3204#ifdef __STDC__
3205# include <limits.h>
3206#else
3207# include <assert.h>
3208#endif
3209 Syntax error
3210_ACEOF
3211if ac_fn_c_try_cpp "$LINENO"; then :
3212
3213else
3214 # Broken: fails on valid input.
3215continue
3216fi
3217rm -f conftest.err conftest.i conftest.$ac_ext
3218
3219 # OK, works on sane cases. Now check whether nonexistent headers
3220 # can be detected and how.
3221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3222/* end confdefs.h. */
3223#include <ac_nonexistent.h>
3224_ACEOF
3225if ac_fn_c_try_cpp "$LINENO"; then :
3226 # Broken: success on invalid input.
3227continue
3228else
3229 # Passes both tests.
3230ac_preproc_ok=:
3231break
3232fi
3233rm -f conftest.err conftest.i conftest.$ac_ext
3234
3235done
3236# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3237rm -f conftest.i conftest.err conftest.$ac_ext
3238if $ac_preproc_ok; then :
3239 break
3240fi
3241
3242 done
3243 ac_cv_prog_CPP=$CPP
3244
3245fi
3246 CPP=$ac_cv_prog_CPP
3247else
3248 ac_cv_prog_CPP=$CPP
3249fi
3250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3251$as_echo "$CPP" >&6; }
3252ac_preproc_ok=false
3253for ac_c_preproc_warn_flag in '' yes
3254do
3255 # Use a header file that comes with gcc, so configuring glibc
3256 # with a fresh cross-compiler works.
3257 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3258 # <limits.h> exists even on freestanding compilers.
3259 # On the NeXT, cc -E runs the code through the compiler's parser,
3260 # not just through cpp. "Syntax error" is here to catch this case.
3261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3262/* end confdefs.h. */
3263#ifdef __STDC__
3264# include <limits.h>
3265#else
3266# include <assert.h>
3267#endif
3268 Syntax error
3269_ACEOF
3270if ac_fn_c_try_cpp "$LINENO"; then :
3271
3272else
3273 # Broken: fails on valid input.
3274continue
3275fi
3276rm -f conftest.err conftest.i conftest.$ac_ext
3277
3278 # OK, works on sane cases. Now check whether nonexistent headers
3279 # can be detected and how.
3280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3281/* end confdefs.h. */
3282#include <ac_nonexistent.h>
3283_ACEOF
3284if ac_fn_c_try_cpp "$LINENO"; then :
3285 # Broken: success on invalid input.
3286continue
3287else
3288 # Passes both tests.
3289ac_preproc_ok=:
3290break
3291fi
3292rm -f conftest.err conftest.i conftest.$ac_ext
3293
3294done
3295# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3296rm -f conftest.i conftest.err conftest.$ac_ext
3297if $ac_preproc_ok; then :
3298
3299else
3300 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3301$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3302as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3303See \`config.log' for more details" "$LINENO" 5; }
3304fi
3305
3306ac_ext=c
3307ac_cpp='$CPP $CPPFLAGS'
3308ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3309ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3310ac_compiler_gnu=$ac_cv_c_compiler_gnu
3311
6bb11ab3
L
3312
3313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3314$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3315if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3316 $as_echo_n "(cached) " >&6
3317else
3318 if test -z "$GREP"; then
3319 ac_path_GREP_found=false
3320 # Loop through the user's path and test for each of PROGNAME-LIST
3321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3322for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3323do
3324 IFS=$as_save_IFS
3325 test -z "$as_dir" && as_dir=.
3326 for ac_prog in grep ggrep; do
3327 for ac_exec_ext in '' $ac_executable_extensions; do
3328 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3329 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3330# Check for GNU ac_path_GREP and select it if it is found.
3331 # Check for GNU $ac_path_GREP
3332case `"$ac_path_GREP" --version 2>&1` in
3333*GNU*)
3334 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3335*)
3336 ac_count=0
3337 $as_echo_n 0123456789 >"conftest.in"
3338 while :
3339 do
3340 cat "conftest.in" "conftest.in" >"conftest.tmp"
3341 mv "conftest.tmp" "conftest.in"
3342 cp "conftest.in" "conftest.nl"
3343 $as_echo 'GREP' >> "conftest.nl"
3344 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3345 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3346 as_fn_arith $ac_count + 1 && ac_count=$as_val
3347 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3348 # Best one so far, save it but keep looking for a better one
3349 ac_cv_path_GREP="$ac_path_GREP"
3350 ac_path_GREP_max=$ac_count
3351 fi
3352 # 10*(2^10) chars as input seems more than enough
3353 test $ac_count -gt 10 && break
3354 done
3355 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3356esac
3357
3358 $ac_path_GREP_found && break 3
3359 done
3360 done
3361 done
3362IFS=$as_save_IFS
3363 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3364 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3365 fi
3366else
3367 ac_cv_path_GREP=$GREP
3368fi
3369
3370fi
3371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3372$as_echo "$ac_cv_path_GREP" >&6; }
3373 GREP="$ac_cv_path_GREP"
3374
3375
3376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3377$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3378if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3379 $as_echo_n "(cached) " >&6
3380else
3381 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3382 then ac_cv_path_EGREP="$GREP -E"
3383 else
3384 if test -z "$EGREP"; then
3385 ac_path_EGREP_found=false
3386 # Loop through the user's path and test for each of PROGNAME-LIST
3387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3388for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3389do
3390 IFS=$as_save_IFS
3391 test -z "$as_dir" && as_dir=.
3392 for ac_prog in egrep; do
3393 for ac_exec_ext in '' $ac_executable_extensions; do
3394 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3395 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3396# Check for GNU ac_path_EGREP and select it if it is found.
3397 # Check for GNU $ac_path_EGREP
3398case `"$ac_path_EGREP" --version 2>&1` in
3399*GNU*)
3400 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3401*)
3402 ac_count=0
3403 $as_echo_n 0123456789 >"conftest.in"
3404 while :
3405 do
3406 cat "conftest.in" "conftest.in" >"conftest.tmp"
3407 mv "conftest.tmp" "conftest.in"
3408 cp "conftest.in" "conftest.nl"
3409 $as_echo 'EGREP' >> "conftest.nl"
3410 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3411 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3412 as_fn_arith $ac_count + 1 && ac_count=$as_val
3413 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3414 # Best one so far, save it but keep looking for a better one
3415 ac_cv_path_EGREP="$ac_path_EGREP"
3416 ac_path_EGREP_max=$ac_count
3417 fi
3418 # 10*(2^10) chars as input seems more than enough
3419 test $ac_count -gt 10 && break
3420 done
3421 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3422esac
3423
3424 $ac_path_EGREP_found && break 3
3425 done
3426 done
3427 done
3428IFS=$as_save_IFS
3429 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3430 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3431 fi
3432else
3433 ac_cv_path_EGREP=$EGREP
3434fi
3435
3436 fi
3437fi
3438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3439$as_echo "$ac_cv_path_EGREP" >&6; }
3440 EGREP="$ac_cv_path_EGREP"
3441
3442
3443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3444$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3445if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3446 $as_echo_n "(cached) " >&6
3447else
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449/* end confdefs.h. */
3450#include <stdlib.h>
3451#include <stdarg.h>
3452#include <string.h>
3453#include <float.h>
3454
3455int
3456main ()
3457{
3458
3459 ;
3460 return 0;
3461}
3462_ACEOF
3463if ac_fn_c_try_compile "$LINENO"; then :
3464 ac_cv_header_stdc=yes
3465else
3466 ac_cv_header_stdc=no
3467fi
3468rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3469
3470if test $ac_cv_header_stdc = yes; then
3471 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3473/* end confdefs.h. */
3474#include <string.h>
3475
3476_ACEOF
3477if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3478 $EGREP "memchr" >/dev/null 2>&1; then :
3479
3480else
3481 ac_cv_header_stdc=no
3482fi
3483rm -f conftest*
3484
3485fi
3486
3487if test $ac_cv_header_stdc = yes; then
3488 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490/* end confdefs.h. */
3491#include <stdlib.h>
3492
3493_ACEOF
3494if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3495 $EGREP "free" >/dev/null 2>&1; then :
3496
3497else
3498 ac_cv_header_stdc=no
3499fi
3500rm -f conftest*
3501
3502fi
3503
3504if test $ac_cv_header_stdc = yes; then
3505 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3506 if test "$cross_compiling" = yes; then :
3507 :
3508else
3509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3510/* end confdefs.h. */
3511#include <ctype.h>
3512#include <stdlib.h>
3513#if ((' ' & 0x0FF) == 0x020)
3514# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3515# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3516#else
3517# define ISLOWER(c) \
3518 (('a' <= (c) && (c) <= 'i') \
3519 || ('j' <= (c) && (c) <= 'r') \
3520 || ('s' <= (c) && (c) <= 'z'))
3521# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3522#endif
3523
3524#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3525int
3526main ()
3527{
3528 int i;
3529 for (i = 0; i < 256; i++)
3530 if (XOR (islower (i), ISLOWER (i))
3531 || toupper (i) != TOUPPER (i))
3532 return 2;
3533 return 0;
3534}
3535_ACEOF
3536if ac_fn_c_try_run "$LINENO"; then :
3537
3538else
3539 ac_cv_header_stdc=no
3540fi
3541rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3542 conftest.$ac_objext conftest.beam conftest.$ac_ext
3543fi
3544
3545fi
3546fi
3547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3548$as_echo "$ac_cv_header_stdc" >&6; }
3549if test $ac_cv_header_stdc = yes; then
3550
3551$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3552
3553fi
3554
3555# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3556for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3557 inttypes.h stdint.h unistd.h
3558do :
3559 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3560ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3561"
d0ac1c44 3562if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3563 cat >>confdefs.h <<_ACEOF
3564#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3565_ACEOF
3566
3567fi
3568
3569done
3570
3571
3572
3573 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3574if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3575 MINIX=yes
3576else
3577 MINIX=
3578fi
3579
3580
3581 if test "$MINIX" = yes; then
3582
3583$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3584
3585
3586$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3587
3588
3589$as_echo "#define _MINIX 1" >>confdefs.h
3590
3591 fi
3592
3593
3594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3595$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3596if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3597 $as_echo_n "(cached) " >&6
3598else
3599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3600/* end confdefs.h. */
3601
d0ac1c44
SM
3602# define __EXTENSIONS__ 1
3603 $ac_includes_default
6bb11ab3
L
3604int
3605main ()
3606{
3607
3608 ;
3609 return 0;
3610}
3611_ACEOF
3612if ac_fn_c_try_compile "$LINENO"; then :
3613 ac_cv_safe_to_define___extensions__=yes
3614else
3615 ac_cv_safe_to_define___extensions__=no
3616fi
3617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3618fi
3619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3620$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3621 test $ac_cv_safe_to_define___extensions__ = yes &&
3622 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3623
3624 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3625
3626 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3627
3628 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3629
3630 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3631
3632
3633test "$program_prefix" != NONE &&
3634 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3635# Use a double $ so make ignores it.
3636test "$program_suffix" != NONE &&
3637 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3638# Double any \ or $.
3639# By default was `s,x,x', remove it if useless.
3640ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3641program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3642
3643# Find a good install program. We prefer a C program (faster),
3644# so one script is as good as another. But avoid the broken or
3645# incompatible versions:
3646# SysV /etc/install, /usr/sbin/install
3647# SunOS /usr/etc/install
3648# IRIX /sbin/install
3649# AIX /bin/install
3650# AmigaOS /C/install, which installs bootblocks on floppy discs
3651# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3652# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3653# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3654# OS/2's system install, which has a completely different semantic
3655# ./install, which can be erroneously created by make from ./install.sh.
3656# Reject install programs that cannot install multiple files.
3657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3658$as_echo_n "checking for a BSD-compatible install... " >&6; }
3659if test -z "$INSTALL"; then
d0ac1c44 3660if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3661 $as_echo_n "(cached) " >&6
3662else
3663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3664for as_dir in $PATH
3665do
3666 IFS=$as_save_IFS
3667 test -z "$as_dir" && as_dir=.
3668 # Account for people who put trailing slashes in PATH elements.
3669case $as_dir/ in #((
3670 ./ | .// | /[cC]/* | \
3671 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3672 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3673 /usr/ucb/* ) ;;
3674 *)
3675 # OSF1 and SCO ODT 3.0 have their own names for install.
3676 # Don't use installbsd from OSF since it installs stuff as root
3677 # by default.
3678 for ac_prog in ginstall scoinst install; do
3679 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3680 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3681 if test $ac_prog = install &&
3682 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3683 # AIX install. It has an incompatible calling convention.
3684 :
3685 elif test $ac_prog = install &&
3686 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3687 # program-specific install script used by HP pwplus--don't use.
3688 :
3689 else
3690 rm -rf conftest.one conftest.two conftest.dir
3691 echo one > conftest.one
3692 echo two > conftest.two
3693 mkdir conftest.dir
3694 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3695 test -s conftest.one && test -s conftest.two &&
3696 test -s conftest.dir/conftest.one &&
3697 test -s conftest.dir/conftest.two
3698 then
3699 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3700 break 3
3701 fi
3702 fi
3703 fi
3704 done
3705 done
3706 ;;
3707esac
3708
3709 done
3710IFS=$as_save_IFS
3711
3712rm -rf conftest.one conftest.two conftest.dir
3713
3714fi
3715 if test "${ac_cv_path_install+set}" = set; then
3716 INSTALL=$ac_cv_path_install
3717 else
3718 # As a last resort, use the slow shell script. Don't cache a
3719 # value for INSTALL within a source directory, because that will
3720 # break other packages using the cache if that directory is
3721 # removed, or if the value is a relative name.
3722 INSTALL=$ac_install_sh
3723 fi
3724fi
3725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3726$as_echo "$INSTALL" >&6; }
3727
3728# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3729# It thinks the first close brace ends the variable substitution.
3730test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3731
3732test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3733
3734test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3735
3736rm -rf .tst 2>/dev/null
3737mkdir .tst 2>/dev/null
3738if test -d .tst; then
3739 am__leading_dot=.
3740else
3741 am__leading_dot=_
3742fi
3743rmdir .tst 2>/dev/null
3744
3745DEPDIR="${am__leading_dot}deps"
3746
3747case `pwd` in
3748 *\ * | *\ *)
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3750$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3751esac
3752
3753
3754
3755macro_version='2.2.7a'
3756macro_revision='1.3134'
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770ltmain="$ac_aux_dir/ltmain.sh"
3771
3772# Backslashify metacharacters that are still active within
3773# double-quoted strings.
3774sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3775
3776# Same as above, but do not quote variable references.
3777double_quote_subst='s/\(["`\\]\)/\\\1/g'
3778
3779# Sed substitution to delay expansion of an escaped shell variable in a
3780# double_quote_subst'ed string.
3781delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3782
3783# Sed substitution to delay expansion of an escaped single quote.
3784delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3785
3786# Sed substitution to avoid accidental globbing in evaled expressions
3787no_glob_subst='s/\*/\\\*/g'
3788
3789ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3790ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3791ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3792
3793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3794$as_echo_n "checking how to print strings... " >&6; }
3795# Test print first, because it will be a builtin if present.
3796if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3797 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3798 ECHO='print -r --'
3799elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3800 ECHO='printf %s\n'
3801else
3802 # Use this function as a fallback that always works.
3803 func_fallback_echo ()
3804 {
3805 eval 'cat <<_LTECHO_EOF
3806$1
3807_LTECHO_EOF'
3808 }
3809 ECHO='func_fallback_echo'
3810fi
3811
3812# func_echo_all arg...
3813# Invoke $ECHO with all args, space-separated.
3814func_echo_all ()
3815{
3816 $ECHO ""
3817}
3818
3819case "$ECHO" in
3820 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3821$as_echo "printf" >&6; } ;;
3822 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3823$as_echo "print -r" >&6; } ;;
3824 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3825$as_echo "cat" >&6; } ;;
3826esac
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3842$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 3843if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
3844 $as_echo_n "(cached) " >&6
3845else
3846 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3847 for ac_i in 1 2 3 4 5 6 7; do
3848 ac_script="$ac_script$as_nl$ac_script"
3849 done
3850 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3851 { ac_script=; unset ac_script;}
3852 if test -z "$SED"; then
3853 ac_path_SED_found=false
3854 # Loop through the user's path and test for each of PROGNAME-LIST
3855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3856for as_dir in $PATH
3857do
3858 IFS=$as_save_IFS
3859 test -z "$as_dir" && as_dir=.
3860 for ac_prog in sed gsed; do
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3863 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
3864# Check for GNU ac_path_SED and select it if it is found.
3865 # Check for GNU $ac_path_SED
3866case `"$ac_path_SED" --version 2>&1` in
3867*GNU*)
3868 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3869*)
3870 ac_count=0
3871 $as_echo_n 0123456789 >"conftest.in"
3872 while :
3873 do
3874 cat "conftest.in" "conftest.in" >"conftest.tmp"
3875 mv "conftest.tmp" "conftest.in"
3876 cp "conftest.in" "conftest.nl"
3877 $as_echo '' >> "conftest.nl"
3878 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3879 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3880 as_fn_arith $ac_count + 1 && ac_count=$as_val
3881 if test $ac_count -gt ${ac_path_SED_max-0}; then
3882 # Best one so far, save it but keep looking for a better one
3883 ac_cv_path_SED="$ac_path_SED"
3884 ac_path_SED_max=$ac_count
3885 fi
3886 # 10*(2^10) chars as input seems more than enough
3887 test $ac_count -gt 10 && break
3888 done
3889 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3890esac
3891
3892 $ac_path_SED_found && break 3
3893 done
3894 done
3895 done
3896IFS=$as_save_IFS
3897 if test -z "$ac_cv_path_SED"; then
d0ac1c44 3898 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
3899 fi
3900else
3901 ac_cv_path_SED=$SED
3902fi
3903
3904fi
3905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3906$as_echo "$ac_cv_path_SED" >&6; }
3907 SED="$ac_cv_path_SED"
3908 rm -f conftest.sed
3909
3910test -z "$SED" && SED=sed
3911Xsed="$SED -e 1s/^X//"
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3924$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 3925if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
3926 $as_echo_n "(cached) " >&6
3927else
3928 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3929 then ac_cv_path_FGREP="$GREP -F"
3930 else
3931 if test -z "$FGREP"; then
3932 ac_path_FGREP_found=false
3933 # Loop through the user's path and test for each of PROGNAME-LIST
3934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3936do
3937 IFS=$as_save_IFS
3938 test -z "$as_dir" && as_dir=.
3939 for ac_prog in fgrep; do
3940 for ac_exec_ext in '' $ac_executable_extensions; do
3941 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3942 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
3943# Check for GNU ac_path_FGREP and select it if it is found.
3944 # Check for GNU $ac_path_FGREP
3945case `"$ac_path_FGREP" --version 2>&1` in
3946*GNU*)
3947 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3948*)
3949 ac_count=0
3950 $as_echo_n 0123456789 >"conftest.in"
3951 while :
3952 do
3953 cat "conftest.in" "conftest.in" >"conftest.tmp"
3954 mv "conftest.tmp" "conftest.in"
3955 cp "conftest.in" "conftest.nl"
3956 $as_echo 'FGREP' >> "conftest.nl"
3957 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
3958 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3959 as_fn_arith $ac_count + 1 && ac_count=$as_val
3960 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
3961 # Best one so far, save it but keep looking for a better one
3962 ac_cv_path_FGREP="$ac_path_FGREP"
3963 ac_path_FGREP_max=$ac_count
3964 fi
3965 # 10*(2^10) chars as input seems more than enough
3966 test $ac_count -gt 10 && break
3967 done
3968 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3969esac
3970
3971 $ac_path_FGREP_found && break 3
3972 done
3973 done
3974 done
3975IFS=$as_save_IFS
3976 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 3977 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3978 fi
3979else
3980 ac_cv_path_FGREP=$FGREP
3981fi
3982
3983 fi
3984fi
3985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
3986$as_echo "$ac_cv_path_FGREP" >&6; }
3987 FGREP="$ac_cv_path_FGREP"
3988
3989
3990test -z "$GREP" && GREP=grep
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010# Check whether --with-gnu-ld was given.
4011if test "${with_gnu_ld+set}" = set; then :
4012 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4013else
4014 with_gnu_ld=no
4015fi
4016
4017ac_prog=ld
4018if test "$GCC" = yes; then
4019 # Check if gcc -print-prog-name=ld gives a path.
4020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4021$as_echo_n "checking for ld used by $CC... " >&6; }
4022 case $host in
4023 *-*-mingw*)
4024 # gcc leaves a trailing carriage return which upsets mingw
4025 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4026 *)
4027 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4028 esac
4029 case $ac_prog in
4030 # Accept absolute paths.
4031 [\\/]* | ?:[\\/]*)
4032 re_direlt='/[^/][^/]*/\.\./'
4033 # Canonicalize the pathname of ld
4034 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4035 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4036 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4037 done
4038 test -z "$LD" && LD="$ac_prog"
4039 ;;
4040 "")
4041 # If it fails, then pretend we aren't using GCC.
4042 ac_prog=ld
4043 ;;
4044 *)
4045 # If it is relative, then search for the first ld in PATH.
4046 with_gnu_ld=unknown
4047 ;;
4048 esac
4049elif test "$with_gnu_ld" = yes; then
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4051$as_echo_n "checking for GNU ld... " >&6; }
4052else
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4054$as_echo_n "checking for non-GNU ld... " >&6; }
4055fi
d0ac1c44 4056if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4057 $as_echo_n "(cached) " >&6
4058else
4059 if test -z "$LD"; then
4060 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4061 for ac_dir in $PATH; do
4062 IFS="$lt_save_ifs"
4063 test -z "$ac_dir" && ac_dir=.
4064 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4065 lt_cv_path_LD="$ac_dir/$ac_prog"
4066 # Check to see if the program is GNU ld. I'd rather use --version,
4067 # but apparently some variants of GNU ld only accept -v.
4068 # Break only if it was the GNU/non-GNU ld that we prefer.
4069 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4070 *GNU* | *'with BFD'*)
4071 test "$with_gnu_ld" != no && break
4072 ;;
4073 *)
4074 test "$with_gnu_ld" != yes && break
4075 ;;
4076 esac
4077 fi
4078 done
4079 IFS="$lt_save_ifs"
4080else
4081 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4082fi
4083fi
4084
4085LD="$lt_cv_path_LD"
4086if test -n "$LD"; then
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4088$as_echo "$LD" >&6; }
4089else
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4091$as_echo "no" >&6; }
4092fi
d0ac1c44 4093test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4095$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4096if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4097 $as_echo_n "(cached) " >&6
4098else
4099 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4100case `$LD -v 2>&1 </dev/null` in
4101*GNU* | *'with BFD'*)
4102 lt_cv_prog_gnu_ld=yes
4103 ;;
4104*)
4105 lt_cv_prog_gnu_ld=no
4106 ;;
4107esac
4108fi
4109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4110$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4111with_gnu_ld=$lt_cv_prog_gnu_ld
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4122$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4123if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4124 $as_echo_n "(cached) " >&6
4125else
4126 if test -n "$NM"; then
4127 # Let the user override the test.
4128 lt_cv_path_NM="$NM"
4129else
4130 lt_nm_to_check="${ac_tool_prefix}nm"
4131 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4132 lt_nm_to_check="$lt_nm_to_check nm"
4133 fi
4134 for lt_tmp_nm in $lt_nm_to_check; do
4135 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4136 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4137 IFS="$lt_save_ifs"
4138 test -z "$ac_dir" && ac_dir=.
4139 tmp_nm="$ac_dir/$lt_tmp_nm"
4140 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4141 # Check to see if the nm accepts a BSD-compat flag.
4142 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4143 # nm: unknown option "B" ignored
4144 # Tru64's nm complains that /dev/null is an invalid object file
4145 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4146 */dev/null* | *'Invalid file or object type'*)
4147 lt_cv_path_NM="$tmp_nm -B"
4148 break
4149 ;;
4150 *)
4151 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4152 */dev/null*)
4153 lt_cv_path_NM="$tmp_nm -p"
4154 break
4155 ;;
4156 *)
4157 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4158 continue # so that we can try to find one that supports BSD flags
4159 ;;
4160 esac
4161 ;;
4162 esac
4163 fi
4164 done
4165 IFS="$lt_save_ifs"
4166 done
4167 : ${lt_cv_path_NM=no}
4168fi
4169fi
4170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4171$as_echo "$lt_cv_path_NM" >&6; }
4172if test "$lt_cv_path_NM" != "no"; then
4173 NM="$lt_cv_path_NM"
4174else
4175 # Didn't find any BSD compatible name lister, look for dumpbin.
4176 if test -n "$DUMPBIN"; then :
4177 # Let the user override the test.
4178 else
4179 if test -n "$ac_tool_prefix"; then
4180 for ac_prog in dumpbin "link -dump"
4181 do
4182 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4183set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4185$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4186if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4187 $as_echo_n "(cached) " >&6
4188else
4189 if test -n "$DUMPBIN"; then
4190 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4191else
4192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4193for as_dir in $PATH
4194do
4195 IFS=$as_save_IFS
4196 test -z "$as_dir" && as_dir=.
4197 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4199 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4201 break 2
4202 fi
4203done
4204 done
4205IFS=$as_save_IFS
4206
4207fi
4208fi
4209DUMPBIN=$ac_cv_prog_DUMPBIN
4210if test -n "$DUMPBIN"; then
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4212$as_echo "$DUMPBIN" >&6; }
4213else
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4215$as_echo "no" >&6; }
4216fi
4217
4218
4219 test -n "$DUMPBIN" && break
4220 done
4221fi
4222if test -z "$DUMPBIN"; then
4223 ac_ct_DUMPBIN=$DUMPBIN
4224 for ac_prog in dumpbin "link -dump"
4225do
4226 # Extract the first word of "$ac_prog", so it can be a program name with args.
4227set dummy $ac_prog; ac_word=$2
4228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4229$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4230if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4231 $as_echo_n "(cached) " >&6
4232else
4233 if test -n "$ac_ct_DUMPBIN"; then
4234 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4235else
4236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4237for as_dir in $PATH
4238do
4239 IFS=$as_save_IFS
4240 test -z "$as_dir" && as_dir=.
4241 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4243 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4245 break 2
4246 fi
4247done
4248 done
4249IFS=$as_save_IFS
4250
4251fi
4252fi
4253ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4254if test -n "$ac_ct_DUMPBIN"; then
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4256$as_echo "$ac_ct_DUMPBIN" >&6; }
4257else
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4259$as_echo "no" >&6; }
4260fi
4261
4262
4263 test -n "$ac_ct_DUMPBIN" && break
4264done
4265
4266 if test "x$ac_ct_DUMPBIN" = x; then
4267 DUMPBIN=":"
4268 else
4269 case $cross_compiling:$ac_tool_warned in
4270yes:)
4271{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4272$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4273ac_tool_warned=yes ;;
4274esac
4275 DUMPBIN=$ac_ct_DUMPBIN
4276 fi
4277fi
4278
4279 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4280 *COFF*)
4281 DUMPBIN="$DUMPBIN -symbols"
4282 ;;
4283 *)
4284 DUMPBIN=:
4285 ;;
4286 esac
4287 fi
4288
4289 if test "$DUMPBIN" != ":"; then
4290 NM="$DUMPBIN"
4291 fi
4292fi
4293test -z "$NM" && NM=nm
4294
4295
4296
4297
4298
4299
4300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4301$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4302if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4303 $as_echo_n "(cached) " >&6
4304else
4305 lt_cv_nm_interface="BSD nm"
4306 echo "int some_variable = 0;" > conftest.$ac_ext
4307 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4308 (eval "$ac_compile" 2>conftest.err)
4309 cat conftest.err >&5
4310 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4311 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4312 cat conftest.err >&5
4313 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4314 cat conftest.out >&5
4315 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4316 lt_cv_nm_interface="MS dumpbin"
4317 fi
4318 rm -f conftest*
4319fi
4320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4321$as_echo "$lt_cv_nm_interface" >&6; }
4322
4323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4324$as_echo_n "checking whether ln -s works... " >&6; }
4325LN_S=$as_ln_s
4326if test "$LN_S" = "ln -s"; then
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4328$as_echo "yes" >&6; }
4329else
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4331$as_echo "no, using $LN_S" >&6; }
4332fi
4333
4334# find the maximum length of command line arguments
4335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4336$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4337if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4338 $as_echo_n "(cached) " >&6
4339else
4340 i=0
4341 teststring="ABCD"
4342
4343 case $build_os in
4344 msdosdjgpp*)
4345 # On DJGPP, this test can blow up pretty badly due to problems in libc
4346 # (any single argument exceeding 2000 bytes causes a buffer overrun
4347 # during glob expansion). Even if it were fixed, the result of this
4348 # check would be larger than it should be.
4349 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4350 ;;
4351
4352 gnu*)
4353 # Under GNU Hurd, this test is not required because there is
4354 # no limit to the length of command line arguments.
4355 # Libtool will interpret -1 as no limit whatsoever
4356 lt_cv_sys_max_cmd_len=-1;
4357 ;;
4358
4359 cygwin* | mingw* | cegcc*)
4360 # On Win9x/ME, this test blows up -- it succeeds, but takes
4361 # about 5 minutes as the teststring grows exponentially.
4362 # Worse, since 9x/ME are not pre-emptively multitasking,
4363 # you end up with a "frozen" computer, even though with patience
4364 # the test eventually succeeds (with a max line length of 256k).
4365 # Instead, let's just punt: use the minimum linelength reported by
4366 # all of the supported platforms: 8192 (on NT/2K/XP).
4367 lt_cv_sys_max_cmd_len=8192;
4368 ;;
4369
4370 mint*)
4371 # On MiNT this can take a long time and run out of memory.
4372 lt_cv_sys_max_cmd_len=8192;
4373 ;;
4374
4375 amigaos*)
4376 # On AmigaOS with pdksh, this test takes hours, literally.
4377 # So we just punt and use a minimum line length of 8192.
4378 lt_cv_sys_max_cmd_len=8192;
4379 ;;
4380
4381 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4382 # This has been around since 386BSD, at least. Likely further.
4383 if test -x /sbin/sysctl; then
4384 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4385 elif test -x /usr/sbin/sysctl; then
4386 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4387 else
4388 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4389 fi
4390 # And add a safety zone
4391 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4392 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4393 ;;
4394
4395 interix*)
4396 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4397 lt_cv_sys_max_cmd_len=196608
4398 ;;
4399
4400 osf*)
4401 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4402 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4403 # nice to cause kernel panics so lets avoid the loop below.
4404 # First set a reasonable default.
4405 lt_cv_sys_max_cmd_len=16384
4406 #
4407 if test -x /sbin/sysconfig; then
4408 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4409 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4410 esac
4411 fi
4412 ;;
4413 sco3.2v5*)
4414 lt_cv_sys_max_cmd_len=102400
4415 ;;
4416 sysv5* | sco5v6* | sysv4.2uw2*)
4417 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4418 if test -n "$kargmax"; then
4419 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4420 else
4421 lt_cv_sys_max_cmd_len=32768
4422 fi
4423 ;;
4424 *)
4425 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4426 if test -n "$lt_cv_sys_max_cmd_len"; then
4427 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4428 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4429 else
4430 # Make teststring a little bigger before we do anything with it.
4431 # a 1K string should be a reasonable start.
4432 for i in 1 2 3 4 5 6 7 8 ; do
4433 teststring=$teststring$teststring
4434 done
4435 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4436 # If test is not a shell built-in, we'll probably end up computing a
4437 # maximum length that is only half of the actual maximum length, but
4438 # we can't tell.
4439 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4440 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4441 test $i != 17 # 1/2 MB should be enough
4442 do
4443 i=`expr $i + 1`
4444 teststring=$teststring$teststring
4445 done
4446 # Only check the string length outside the loop.
4447 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4448 teststring=
4449 # Add a significant safety factor because C++ compilers can tack on
4450 # massive amounts of additional arguments before passing them to the
4451 # linker. It appears as though 1/2 is a usable value.
4452 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4453 fi
4454 ;;
4455 esac
4456
4457fi
4458
4459if test -n $lt_cv_sys_max_cmd_len ; then
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4461$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4462else
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4464$as_echo "none" >&6; }
4465fi
4466max_cmd_len=$lt_cv_sys_max_cmd_len
4467
4468
4469
4470
4471
4472
4473: ${CP="cp -f"}
4474: ${MV="mv -f"}
4475: ${RM="rm -f"}
4476
4477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4478$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4479# Try some XSI features
4480xsi_shell=no
4481( _lt_dummy="a/b/c"
4482 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4483 = c,a/b,, \
4484 && eval 'test $(( 1 + 1 )) -eq 2 \
4485 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4486 && xsi_shell=yes
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4488$as_echo "$xsi_shell" >&6; }
4489
4490
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4492$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4493lt_shell_append=no
4494( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4495 >/dev/null 2>&1 \
4496 && lt_shell_append=yes
4497{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4498$as_echo "$lt_shell_append" >&6; }
4499
4500
4501if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4502 lt_unset=unset
4503else
4504 lt_unset=false
4505fi
4506
4507
4508
4509
4510
4511# test EBCDIC or ASCII
4512case `echo X|tr X '\101'` in
4513 A) # ASCII based system
4514 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4515 lt_SP2NL='tr \040 \012'
4516 lt_NL2SP='tr \015\012 \040\040'
4517 ;;
4518 *) # EBCDIC based system
4519 lt_SP2NL='tr \100 \n'
4520 lt_NL2SP='tr \r\n \100\100'
4521 ;;
4522esac
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4533$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4534if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4535 $as_echo_n "(cached) " >&6
4536else
4537 lt_cv_ld_reload_flag='-r'
4538fi
4539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4540$as_echo "$lt_cv_ld_reload_flag" >&6; }
4541reload_flag=$lt_cv_ld_reload_flag
4542case $reload_flag in
4543"" | " "*) ;;
4544*) reload_flag=" $reload_flag" ;;
4545esac
4546reload_cmds='$LD$reload_flag -o $output$reload_objs'
4547case $host_os in
4548 darwin*)
4549 if test "$GCC" = yes; then
4550 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4551 else
4552 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4553 fi
4554 ;;
4555esac
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565if test -n "$ac_tool_prefix"; then
4566 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4567set dummy ${ac_tool_prefix}objdump; ac_word=$2
4568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4569$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4570if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4571 $as_echo_n "(cached) " >&6
4572else
4573 if test -n "$OBJDUMP"; then
4574 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4575else
4576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4577for as_dir in $PATH
4578do
4579 IFS=$as_save_IFS
4580 test -z "$as_dir" && as_dir=.
4581 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4583 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4585 break 2
4586 fi
4587done
4588 done
4589IFS=$as_save_IFS
4590
4591fi
4592fi
4593OBJDUMP=$ac_cv_prog_OBJDUMP
4594if test -n "$OBJDUMP"; then
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4596$as_echo "$OBJDUMP" >&6; }
4597else
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4599$as_echo "no" >&6; }
4600fi
4601
4602
4603fi
4604if test -z "$ac_cv_prog_OBJDUMP"; then
4605 ac_ct_OBJDUMP=$OBJDUMP
4606 # Extract the first word of "objdump", so it can be a program name with args.
4607set dummy objdump; ac_word=$2
4608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4609$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4610if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4611 $as_echo_n "(cached) " >&6
4612else
4613 if test -n "$ac_ct_OBJDUMP"; then
4614 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4615else
4616as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4617for as_dir in $PATH
4618do
4619 IFS=$as_save_IFS
4620 test -z "$as_dir" && as_dir=.
4621 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4623 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4625 break 2
4626 fi
4627done
4628 done
4629IFS=$as_save_IFS
4630
4631fi
4632fi
4633ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4634if test -n "$ac_ct_OBJDUMP"; then
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4636$as_echo "$ac_ct_OBJDUMP" >&6; }
4637else
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4639$as_echo "no" >&6; }
4640fi
4641
4642 if test "x$ac_ct_OBJDUMP" = x; then
4643 OBJDUMP="false"
4644 else
4645 case $cross_compiling:$ac_tool_warned in
4646yes:)
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4648$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4649ac_tool_warned=yes ;;
4650esac
4651 OBJDUMP=$ac_ct_OBJDUMP
4652 fi
4653else
4654 OBJDUMP="$ac_cv_prog_OBJDUMP"
4655fi
4656
4657test -z "$OBJDUMP" && OBJDUMP=objdump
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4668$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4669if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4670 $as_echo_n "(cached) " >&6
4671else
4672 lt_cv_file_magic_cmd='$MAGIC_CMD'
4673lt_cv_file_magic_test_file=
4674lt_cv_deplibs_check_method='unknown'
4675# Need to set the preceding variable on all platforms that support
4676# interlibrary dependencies.
4677# 'none' -- dependencies not supported.
4678# `unknown' -- same as none, but documents that we really don't know.
4679# 'pass_all' -- all dependencies passed with no checks.
4680# 'test_compile' -- check by making test program.
4681# 'file_magic [[regex]]' -- check by looking for files in library path
4682# which responds to the $file_magic_cmd with a given extended regex.
4683# If you have `file' or equivalent on your system and you're not sure
4684# whether `pass_all' will *always* work, you probably want this one.
4685
4686case $host_os in
4687aix[4-9]*)
4688 lt_cv_deplibs_check_method=pass_all
4689 ;;
4690
4691beos*)
4692 lt_cv_deplibs_check_method=pass_all
4693 ;;
4694
4695bsdi[45]*)
4696 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4697 lt_cv_file_magic_cmd='/usr/bin/file -L'
4698 lt_cv_file_magic_test_file=/shlib/libc.so
4699 ;;
4700
4701cygwin*)
4702 # func_win32_libid is a shell function defined in ltmain.sh
4703 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4704 lt_cv_file_magic_cmd='func_win32_libid'
4705 ;;
4706
4707mingw* | pw32*)
4708 # Base MSYS/MinGW do not provide the 'file' command needed by
4709 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4710 # unless we find 'file', for example because we are cross-compiling.
4711 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4712 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4713 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4714 lt_cv_file_magic_cmd='func_win32_libid'
4715 else
4716 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4717 lt_cv_file_magic_cmd='$OBJDUMP -f'
4718 fi
4719 ;;
4720
4721cegcc*)
4722 # use the weaker test based on 'objdump'. See mingw*.
4723 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4724 lt_cv_file_magic_cmd='$OBJDUMP -f'
4725 ;;
4726
4727darwin* | rhapsody*)
4728 lt_cv_deplibs_check_method=pass_all
4729 ;;
4730
4731freebsd* | dragonfly*)
4732 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4733 case $host_cpu in
4734 i*86 )
4735 # Not sure whether the presence of OpenBSD here was a mistake.
4736 # Let's accept both of them until this is cleared up.
4737 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4738 lt_cv_file_magic_cmd=/usr/bin/file
4739 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4740 ;;
4741 esac
4742 else
4743 lt_cv_deplibs_check_method=pass_all
4744 fi
4745 ;;
4746
4747gnu*)
4748 lt_cv_deplibs_check_method=pass_all
4749 ;;
4750
4751haiku*)
4752 lt_cv_deplibs_check_method=pass_all
4753 ;;
4754
4755hpux10.20* | hpux11*)
4756 lt_cv_file_magic_cmd=/usr/bin/file
4757 case $host_cpu in
4758 ia64*)
4759 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4760 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4761 ;;
4762 hppa*64*)
4763 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]'
4764 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4765 ;;
4766 *)
4767 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4768 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4769 ;;
4770 esac
4771 ;;
4772
4773interix[3-9]*)
4774 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4775 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4776 ;;
4777
4778irix5* | irix6* | nonstopux*)
4779 case $LD in
4780 *-32|*"-32 ") libmagic=32-bit;;
4781 *-n32|*"-n32 ") libmagic=N32;;
4782 *-64|*"-64 ") libmagic=64-bit;;
4783 *) libmagic=never-match;;
4784 esac
4785 lt_cv_deplibs_check_method=pass_all
4786 ;;
4787
4788# This must be Linux ELF.
4789linux* | k*bsd*-gnu | kopensolaris*-gnu)
4790 lt_cv_deplibs_check_method=pass_all
4791 ;;
4792
4793netbsd*)
4794 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4795 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4796 else
4797 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4798 fi
4799 ;;
4800
4801newos6*)
4802 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4803 lt_cv_file_magic_cmd=/usr/bin/file
4804 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4805 ;;
4806
4807*nto* | *qnx*)
4808 lt_cv_deplibs_check_method=pass_all
4809 ;;
4810
4811openbsd*)
4812 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4813 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4814 else
4815 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4816 fi
4817 ;;
4818
4819osf3* | osf4* | osf5*)
4820 lt_cv_deplibs_check_method=pass_all
4821 ;;
4822
4823rdos*)
4824 lt_cv_deplibs_check_method=pass_all
4825 ;;
4826
4827solaris*)
4828 lt_cv_deplibs_check_method=pass_all
4829 ;;
4830
4831sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4832 lt_cv_deplibs_check_method=pass_all
4833 ;;
4834
4835sysv4 | sysv4.3*)
4836 case $host_vendor in
4837 motorola)
4838 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]'
4839 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4840 ;;
4841 ncr)
4842 lt_cv_deplibs_check_method=pass_all
4843 ;;
4844 sequent)
4845 lt_cv_file_magic_cmd='/bin/file'
4846 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4847 ;;
4848 sni)
4849 lt_cv_file_magic_cmd='/bin/file'
4850 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4851 lt_cv_file_magic_test_file=/lib/libc.so
4852 ;;
4853 siemens)
4854 lt_cv_deplibs_check_method=pass_all
4855 ;;
4856 pc)
4857 lt_cv_deplibs_check_method=pass_all
4858 ;;
4859 esac
4860 ;;
4861
4862tpf*)
4863 lt_cv_deplibs_check_method=pass_all
4864 ;;
4865esac
4866
4867fi
4868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4869$as_echo "$lt_cv_deplibs_check_method" >&6; }
4870file_magic_cmd=$lt_cv_file_magic_cmd
4871deplibs_check_method=$lt_cv_deplibs_check_method
4872test -z "$deplibs_check_method" && deplibs_check_method=unknown
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
68ed2854
MF
4885plugin_option=
4886plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
4887for plugin in $plugin_names; do
4888 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
4889 if test x$plugin_so = x$plugin; then
4890 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
4891 fi
4892 if test x$plugin_so != x$plugin; then
4893 plugin_option="--plugin $plugin_so"
4894 break
4895 fi
4896done
4897
6bb11ab3
L
4898if test -n "$ac_tool_prefix"; then
4899 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4900set dummy ${ac_tool_prefix}ar; ac_word=$2
4901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4902$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4903if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
4904 $as_echo_n "(cached) " >&6
4905else
4906 if test -n "$AR"; then
4907 ac_cv_prog_AR="$AR" # Let the user override the test.
4908else
4909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910for as_dir in $PATH
4911do
4912 IFS=$as_save_IFS
4913 test -z "$as_dir" && as_dir=.
4914 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4915 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4916 ac_cv_prog_AR="${ac_tool_prefix}ar"
4917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4918 break 2
4919 fi
4920done
4921 done
4922IFS=$as_save_IFS
4923
4924fi
4925fi
4926AR=$ac_cv_prog_AR
4927if test -n "$AR"; then
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4929$as_echo "$AR" >&6; }
4930else
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4932$as_echo "no" >&6; }
4933fi
4934
4935
4936fi
4937if test -z "$ac_cv_prog_AR"; then
4938 ac_ct_AR=$AR
4939 # Extract the first word of "ar", so it can be a program name with args.
4940set dummy ar; ac_word=$2
4941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4942$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4943if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
4944 $as_echo_n "(cached) " >&6
4945else
4946 if test -n "$ac_ct_AR"; then
4947 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4948else
4949as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950for as_dir in $PATH
4951do
4952 IFS=$as_save_IFS
4953 test -z "$as_dir" && as_dir=.
4954 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4955 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4956 ac_cv_prog_ac_ct_AR="ar"
4957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4958 break 2
4959 fi
4960done
4961 done
4962IFS=$as_save_IFS
4963
4964fi
4965fi
4966ac_ct_AR=$ac_cv_prog_ac_ct_AR
4967if test -n "$ac_ct_AR"; then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4969$as_echo "$ac_ct_AR" >&6; }
4970else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972$as_echo "no" >&6; }
4973fi
4974
4975 if test "x$ac_ct_AR" = x; then
4976 AR="false"
4977 else
4978 case $cross_compiling:$ac_tool_warned in
4979yes:)
4980{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4981$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4982ac_tool_warned=yes ;;
4983esac
4984 AR=$ac_ct_AR
4985 fi
4986else
4987 AR="$ac_cv_prog_AR"
4988fi
4989
4990test -z "$AR" && AR=ar
68ed2854
MF
4991if test -n "$plugin_option"; then
4992 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
4993 touch conftest.c
4994 $AR $plugin_option rc conftest.a conftest.c
4995 if test "$?" != 0; then
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
4997$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
4998 else
4999 AR="$AR $plugin_option"
5000 fi
5001 rm -f conftest.*
68ed2854
MF
5002 fi
5003fi
6bb11ab3
L
5004test -z "$AR_FLAGS" && AR_FLAGS=cru
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016if test -n "$ac_tool_prefix"; then
5017 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5018set dummy ${ac_tool_prefix}strip; ac_word=$2
5019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5020$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5021if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5022 $as_echo_n "(cached) " >&6
5023else
5024 if test -n "$STRIP"; then
5025 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5026else
5027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5028for as_dir in $PATH
5029do
5030 IFS=$as_save_IFS
5031 test -z "$as_dir" && as_dir=.
5032 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5033 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5034 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5036 break 2
5037 fi
5038done
5039 done
5040IFS=$as_save_IFS
5041
5042fi
5043fi
5044STRIP=$ac_cv_prog_STRIP
5045if test -n "$STRIP"; then
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5047$as_echo "$STRIP" >&6; }
5048else
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5050$as_echo "no" >&6; }
5051fi
5052
5053
5054fi
5055if test -z "$ac_cv_prog_STRIP"; then
5056 ac_ct_STRIP=$STRIP
5057 # Extract the first word of "strip", so it can be a program name with args.
5058set dummy strip; ac_word=$2
5059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5060$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5061if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5062 $as_echo_n "(cached) " >&6
5063else
5064 if test -n "$ac_ct_STRIP"; then
5065 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5066else
5067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5068for as_dir in $PATH
5069do
5070 IFS=$as_save_IFS
5071 test -z "$as_dir" && as_dir=.
5072 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5073 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5074 ac_cv_prog_ac_ct_STRIP="strip"
5075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5076 break 2
5077 fi
5078done
5079 done
5080IFS=$as_save_IFS
5081
5082fi
5083fi
5084ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5085if test -n "$ac_ct_STRIP"; then
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5087$as_echo "$ac_ct_STRIP" >&6; }
5088else
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090$as_echo "no" >&6; }
5091fi
5092
5093 if test "x$ac_ct_STRIP" = x; then
5094 STRIP=":"
5095 else
5096 case $cross_compiling:$ac_tool_warned in
5097yes:)
5098{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5099$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5100ac_tool_warned=yes ;;
5101esac
5102 STRIP=$ac_ct_STRIP
5103 fi
5104else
5105 STRIP="$ac_cv_prog_STRIP"
5106fi
5107
5108test -z "$STRIP" && STRIP=:
5109
5110
5111
5112
5113
5114
5115if test -n "$ac_tool_prefix"; then
5116 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5117set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5119$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5120if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5121 $as_echo_n "(cached) " >&6
5122else
5123 if test -n "$RANLIB"; then
5124 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5125else
5126as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5127for as_dir in $PATH
5128do
5129 IFS=$as_save_IFS
5130 test -z "$as_dir" && as_dir=.
5131 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5132 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5133 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5134 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5135 break 2
5136 fi
5137done
5138 done
5139IFS=$as_save_IFS
5140
5141fi
5142fi
5143RANLIB=$ac_cv_prog_RANLIB
5144if test -n "$RANLIB"; then
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5146$as_echo "$RANLIB" >&6; }
5147else
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5149$as_echo "no" >&6; }
5150fi
5151
5152
5153fi
5154if test -z "$ac_cv_prog_RANLIB"; then
5155 ac_ct_RANLIB=$RANLIB
5156 # Extract the first word of "ranlib", so it can be a program name with args.
5157set dummy ranlib; ac_word=$2
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5159$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5160if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5161 $as_echo_n "(cached) " >&6
5162else
5163 if test -n "$ac_ct_RANLIB"; then
5164 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5165else
5166as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5167for as_dir in $PATH
5168do
5169 IFS=$as_save_IFS
5170 test -z "$as_dir" && as_dir=.
5171 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5172 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5173 ac_cv_prog_ac_ct_RANLIB="ranlib"
5174 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5175 break 2
5176 fi
5177done
5178 done
5179IFS=$as_save_IFS
5180
5181fi
5182fi
5183ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5184if test -n "$ac_ct_RANLIB"; then
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5186$as_echo "$ac_ct_RANLIB" >&6; }
5187else
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5189$as_echo "no" >&6; }
5190fi
5191
5192 if test "x$ac_ct_RANLIB" = x; then
5193 RANLIB=":"
5194 else
5195 case $cross_compiling:$ac_tool_warned in
5196yes:)
5197{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5198$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5199ac_tool_warned=yes ;;
5200esac
5201 RANLIB=$ac_ct_RANLIB
5202 fi
5203else
5204 RANLIB="$ac_cv_prog_RANLIB"
5205fi
5206
5207test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5208if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5209 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5210 RANLIB="$RANLIB $plugin_option"
5211 fi
5212fi
6bb11ab3
L
5213
5214
5215
5216
5217
5218
5219# Determine commands to create old-style static archives.
5220old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5221old_postinstall_cmds='chmod 644 $oldlib'
5222old_postuninstall_cmds=
5223
5224if test -n "$RANLIB"; then
5225 case $host_os in
5226 openbsd*)
5227 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5228 ;;
5229 *)
5230 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5231 ;;
5232 esac
5233 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5234fi
5235
5236case $host_os in
5237 darwin*)
5238 lock_old_archive_extraction=yes ;;
5239 *)
5240 lock_old_archive_extraction=no ;;
5241esac
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263for ac_prog in gawk mawk nawk awk
5264do
5265 # Extract the first word of "$ac_prog", so it can be a program name with args.
5266set dummy $ac_prog; ac_word=$2
5267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5268$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5269if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5270 $as_echo_n "(cached) " >&6
5271else
5272 if test -n "$AWK"; then
5273 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5274else
5275as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5276for as_dir in $PATH
5277do
5278 IFS=$as_save_IFS
5279 test -z "$as_dir" && as_dir=.
5280 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5281 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5282 ac_cv_prog_AWK="$ac_prog"
5283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5284 break 2
5285 fi
5286done
5287 done
5288IFS=$as_save_IFS
5289
5290fi
5291fi
5292AWK=$ac_cv_prog_AWK
5293if test -n "$AWK"; then
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5295$as_echo "$AWK" >&6; }
5296else
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5298$as_echo "no" >&6; }
5299fi
5300
5301
5302 test -n "$AWK" && break
5303done
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323# If no C compiler was specified, use CC.
5324LTCC=${LTCC-"$CC"}
5325
5326# If no C compiler flags were specified, use CFLAGS.
5327LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5328
5329# Allow CC to be a program name with arguments.
5330compiler=$CC
5331
5332
5333# Check for command to grab the raw symbol name followed by C symbol from nm.
5334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5335$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5336if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5337 $as_echo_n "(cached) " >&6
5338else
5339
5340# These are sane defaults that work on at least a few old systems.
5341# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5342
5343# Character class describing NM global symbol codes.
5344symcode='[BCDEGRST]'
5345
5346# Regexp to match symbols that can be accessed directly from C.
5347sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5348
5349# Define system-specific variables.
5350case $host_os in
5351aix*)
5352 symcode='[BCDT]'
5353 ;;
5354cygwin* | mingw* | pw32* | cegcc*)
5355 symcode='[ABCDGISTW]'
5356 ;;
5357hpux*)
5358 if test "$host_cpu" = ia64; then
5359 symcode='[ABCDEGRST]'
5360 fi
5361 ;;
5362irix* | nonstopux*)
5363 symcode='[BCDEGRST]'
5364 ;;
5365osf*)
5366 symcode='[BCDEGQRST]'
5367 ;;
5368solaris*)
5369 symcode='[BDRT]'
5370 ;;
5371sco3.2v5*)
5372 symcode='[DT]'
5373 ;;
5374sysv4.2uw2*)
5375 symcode='[DT]'
5376 ;;
5377sysv5* | sco5v6* | unixware* | OpenUNIX*)
5378 symcode='[ABDT]'
5379 ;;
5380sysv4)
5381 symcode='[DFNSTU]'
5382 ;;
5383esac
5384
5385# If we're using GNU nm, then use its standard symbol codes.
5386case `$NM -V 2>&1` in
5387*GNU* | *'with BFD'*)
5388 symcode='[ABCDGIRSTW]' ;;
5389esac
5390
5391# Transform an extracted symbol line into a proper C declaration.
5392# Some systems (esp. on ia64) link data and code symbols differently,
5393# so use this general approach.
5394lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5395
5396# Transform an extracted symbol line into symbol name and symbol address
5397lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5398lt_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'"
5399
5400# Handle CRLF in mingw tool chain
5401opt_cr=
5402case $build_os in
5403mingw*)
5404 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5405 ;;
5406esac
5407
5408# Try without a prefix underscore, then with it.
5409for ac_symprfx in "" "_"; do
5410
5411 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5412 symxfrm="\\1 $ac_symprfx\\2 \\2"
5413
5414 # Write the raw and C identifiers.
5415 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5416 # Fake it for dumpbin and say T for any non-static function
5417 # and D for any global variable.
5418 # Also find C++ and __fastcall symbols from MSVC++,
5419 # which start with @ or ?.
5420 lt_cv_sys_global_symbol_pipe="$AWK '"\
5421" {last_section=section; section=\$ 3};"\
5422" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5423" \$ 0!~/External *\|/{next};"\
5424" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5425" {if(hide[section]) next};"\
5426" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5427" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5428" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5429" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5430" ' prfx=^$ac_symprfx"
5431 else
5432 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5433 fi
5434
5435 # Check to see that the pipe works correctly.
5436 pipe_works=no
5437
5438 rm -f conftest*
5439 cat > conftest.$ac_ext <<_LT_EOF
5440#ifdef __cplusplus
5441extern "C" {
5442#endif
5443char nm_test_var;
5444void nm_test_func(void);
5445void nm_test_func(void){}
5446#ifdef __cplusplus
5447}
5448#endif
5449int main(){nm_test_var='a';nm_test_func();return(0);}
5450_LT_EOF
5451
5452 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5453 (eval $ac_compile) 2>&5
5454 ac_status=$?
5455 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5456 test $ac_status = 0; }; then
5457 # Now try to grab the symbols.
5458 nlist=conftest.nm
5459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5460 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5461 ac_status=$?
5462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5463 test $ac_status = 0; } && test -s "$nlist"; then
5464 # Try sorting and uniquifying the output.
5465 if sort "$nlist" | uniq > "$nlist"T; then
5466 mv -f "$nlist"T "$nlist"
5467 else
5468 rm -f "$nlist"T
5469 fi
5470
5471 # Make sure that we snagged all the symbols we need.
5472 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5473 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5474 cat <<_LT_EOF > conftest.$ac_ext
5475#ifdef __cplusplus
5476extern "C" {
5477#endif
5478
5479_LT_EOF
5480 # Now generate the symbol file.
5481 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5482
5483 cat <<_LT_EOF >> conftest.$ac_ext
5484
5485/* The mapping between symbol names and symbols. */
5486const struct {
5487 const char *name;
5488 void *address;
5489}
5490lt__PROGRAM__LTX_preloaded_symbols[] =
5491{
5492 { "@PROGRAM@", (void *) 0 },
5493_LT_EOF
5494 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5495 cat <<\_LT_EOF >> conftest.$ac_ext
5496 {0, (void *) 0}
5497};
5498
5499/* This works around a problem in FreeBSD linker */
5500#ifdef FREEBSD_WORKAROUND
5501static const void *lt_preloaded_setup() {
5502 return lt__PROGRAM__LTX_preloaded_symbols;
5503}
5504#endif
5505
5506#ifdef __cplusplus
5507}
5508#endif
5509_LT_EOF
5510 # Now try linking the two files.
5511 mv conftest.$ac_objext conftstm.$ac_objext
5512 lt_save_LIBS="$LIBS"
5513 lt_save_CFLAGS="$CFLAGS"
5514 LIBS="conftstm.$ac_objext"
5515 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5516 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5517 (eval $ac_link) 2>&5
5518 ac_status=$?
5519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5520 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5521 pipe_works=yes
5522 fi
5523 LIBS="$lt_save_LIBS"
5524 CFLAGS="$lt_save_CFLAGS"
5525 else
5526 echo "cannot find nm_test_func in $nlist" >&5
5527 fi
5528 else
5529 echo "cannot find nm_test_var in $nlist" >&5
5530 fi
5531 else
5532 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5533 fi
5534 else
5535 echo "$progname: failed program was:" >&5
5536 cat conftest.$ac_ext >&5
5537 fi
5538 rm -rf conftest* conftst*
5539
5540 # Do not use the global_symbol_pipe unless it works.
5541 if test "$pipe_works" = yes; then
5542 break
5543 else
5544 lt_cv_sys_global_symbol_pipe=
5545 fi
5546done
5547
5548fi
5549
5550if test -z "$lt_cv_sys_global_symbol_pipe"; then
5551 lt_cv_sys_global_symbol_to_cdecl=
5552fi
5553if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5555$as_echo "failed" >&6; }
5556else
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5558$as_echo "ok" >&6; }
5559fi
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582# Check whether --enable-libtool-lock was given.
5583if test "${enable_libtool_lock+set}" = set; then :
5584 enableval=$enable_libtool_lock;
5585fi
5586
5587test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5588
5589# Some flags need to be propagated to the compiler or linker for good
5590# libtool support.
5591case $host in
5592ia64-*-hpux*)
5593 # Find out which ABI we are using.
5594 echo 'int i;' > conftest.$ac_ext
5595 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5596 (eval $ac_compile) 2>&5
5597 ac_status=$?
5598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5599 test $ac_status = 0; }; then
5600 case `/usr/bin/file conftest.$ac_objext` in
5601 *ELF-32*)
5602 HPUX_IA64_MODE="32"
5603 ;;
5604 *ELF-64*)
5605 HPUX_IA64_MODE="64"
5606 ;;
5607 esac
5608 fi
5609 rm -rf conftest*
5610 ;;
5611*-*-irix6*)
5612 # Find out which ABI we are using.
5613 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5614 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5615 (eval $ac_compile) 2>&5
5616 ac_status=$?
5617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5618 test $ac_status = 0; }; then
5619 if test "$lt_cv_prog_gnu_ld" = yes; then
5620 case `/usr/bin/file conftest.$ac_objext` in
5621 *32-bit*)
5622 LD="${LD-ld} -melf32bsmip"
5623 ;;
5624 *N32*)
5625 LD="${LD-ld} -melf32bmipn32"
5626 ;;
5627 *64-bit*)
5628 LD="${LD-ld} -melf64bmip"
5629 ;;
5630 esac
5631 else
5632 case `/usr/bin/file conftest.$ac_objext` in
5633 *32-bit*)
5634 LD="${LD-ld} -32"
5635 ;;
5636 *N32*)
5637 LD="${LD-ld} -n32"
5638 ;;
5639 *64-bit*)
5640 LD="${LD-ld} -64"
5641 ;;
5642 esac
5643 fi
5644 fi
5645 rm -rf conftest*
5646 ;;
5647
bf3d9781 5648x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5649s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5650 # Find out which ABI we are using.
5651 echo 'int i;' > conftest.$ac_ext
5652 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5653 (eval $ac_compile) 2>&5
5654 ac_status=$?
5655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5656 test $ac_status = 0; }; then
5657 case `/usr/bin/file conftest.o` in
5658 *32-bit*)
5659 case $host in
5660 x86_64-*kfreebsd*-gnu)
5661 LD="${LD-ld} -m elf_i386_fbsd"
5662 ;;
5663 x86_64-*linux*)
5664 case `/usr/bin/file conftest.o` in
5665 *x86-64*)
5666 LD="${LD-ld} -m elf32_x86_64"
5667 ;;
5668 *)
5669 LD="${LD-ld} -m elf_i386"
5670 ;;
5671 esac
5672 ;;
bf3d9781
AM
5673 powerpc64le-*linux*)
5674 LD="${LD-ld} -m elf32lppclinux"
5675 ;;
5676 powerpc64-*linux*)
6bb11ab3
L
5677 LD="${LD-ld} -m elf32ppclinux"
5678 ;;
5679 s390x-*linux*)
5680 LD="${LD-ld} -m elf_s390"
5681 ;;
5682 sparc64-*linux*)
5683 LD="${LD-ld} -m elf32_sparc"
5684 ;;
5685 esac
5686 ;;
5687 *64-bit*)
5688 case $host in
5689 x86_64-*kfreebsd*-gnu)
5690 LD="${LD-ld} -m elf_x86_64_fbsd"
5691 ;;
5692 x86_64-*linux*)
5693 LD="${LD-ld} -m elf_x86_64"
5694 ;;
bf3d9781
AM
5695 powerpcle-*linux*)
5696 LD="${LD-ld} -m elf64lppc"
5697 ;;
5698 powerpc-*linux*)
6bb11ab3
L
5699 LD="${LD-ld} -m elf64ppc"
5700 ;;
5701 s390*-*linux*|s390*-*tpf*)
5702 LD="${LD-ld} -m elf64_s390"
5703 ;;
5704 sparc*-*linux*)
5705 LD="${LD-ld} -m elf64_sparc"
5706 ;;
5707 esac
5708 ;;
5709 esac
5710 fi
5711 rm -rf conftest*
5712 ;;
5713
5714*-*-sco3.2v5*)
5715 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5716 SAVE_CFLAGS="$CFLAGS"
5717 CFLAGS="$CFLAGS -belf"
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5719$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5720if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5721 $as_echo_n "(cached) " >&6
5722else
5723 ac_ext=c
5724ac_cpp='$CPP $CPPFLAGS'
5725ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5726ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5727ac_compiler_gnu=$ac_cv_c_compiler_gnu
5728
5729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5730/* end confdefs.h. */
5731
5732int
5733main ()
5734{
5735
5736 ;
5737 return 0;
5738}
5739_ACEOF
5740if ac_fn_c_try_link "$LINENO"; then :
5741 lt_cv_cc_needs_belf=yes
5742else
5743 lt_cv_cc_needs_belf=no
5744fi
5745rm -f core conftest.err conftest.$ac_objext \
5746 conftest$ac_exeext conftest.$ac_ext
5747 ac_ext=c
5748ac_cpp='$CPP $CPPFLAGS'
5749ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5750ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5751ac_compiler_gnu=$ac_cv_c_compiler_gnu
5752
5753fi
5754{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5755$as_echo "$lt_cv_cc_needs_belf" >&6; }
5756 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5757 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5758 CFLAGS="$SAVE_CFLAGS"
5759 fi
5760 ;;
5761sparc*-*solaris*)
5762 # Find out which ABI we are using.
5763 echo 'int i;' > conftest.$ac_ext
5764 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5765 (eval $ac_compile) 2>&5
5766 ac_status=$?
5767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5768 test $ac_status = 0; }; then
5769 case `/usr/bin/file conftest.o` in
5770 *64-bit*)
5771 case $lt_cv_prog_gnu_ld in
5772 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5773 *)
5774 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5775 LD="${LD-ld} -64"
5776 fi
5777 ;;
5778 esac
5779 ;;
5780 esac
5781 fi
5782 rm -rf conftest*
5783 ;;
5784esac
5785
5786need_locks="$enable_libtool_lock"
5787
5788
5789 case $host_os in
5790 rhapsody* | darwin*)
5791 if test -n "$ac_tool_prefix"; then
5792 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5793set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5795$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5796if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5797 $as_echo_n "(cached) " >&6
5798else
5799 if test -n "$DSYMUTIL"; then
5800 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5801else
5802as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5803for as_dir in $PATH
5804do
5805 IFS=$as_save_IFS
5806 test -z "$as_dir" && as_dir=.
5807 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5809 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5811 break 2
5812 fi
5813done
5814 done
5815IFS=$as_save_IFS
5816
5817fi
5818fi
5819DSYMUTIL=$ac_cv_prog_DSYMUTIL
5820if test -n "$DSYMUTIL"; then
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5822$as_echo "$DSYMUTIL" >&6; }
5823else
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5825$as_echo "no" >&6; }
5826fi
5827
5828
5829fi
5830if test -z "$ac_cv_prog_DSYMUTIL"; then
5831 ac_ct_DSYMUTIL=$DSYMUTIL
5832 # Extract the first word of "dsymutil", so it can be a program name with args.
5833set dummy dsymutil; ac_word=$2
5834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5835$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5836if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
5837 $as_echo_n "(cached) " >&6
5838else
5839 if test -n "$ac_ct_DSYMUTIL"; then
5840 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5841else
5842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5843for as_dir in $PATH
5844do
5845 IFS=$as_save_IFS
5846 test -z "$as_dir" && as_dir=.
5847 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5849 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5851 break 2
5852 fi
5853done
5854 done
5855IFS=$as_save_IFS
5856
5857fi
5858fi
5859ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5860if test -n "$ac_ct_DSYMUTIL"; then
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5862$as_echo "$ac_ct_DSYMUTIL" >&6; }
5863else
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5865$as_echo "no" >&6; }
5866fi
5867
5868 if test "x$ac_ct_DSYMUTIL" = x; then
5869 DSYMUTIL=":"
5870 else
5871 case $cross_compiling:$ac_tool_warned in
5872yes:)
5873{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5874$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5875ac_tool_warned=yes ;;
5876esac
5877 DSYMUTIL=$ac_ct_DSYMUTIL
5878 fi
5879else
5880 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5881fi
5882
5883 if test -n "$ac_tool_prefix"; then
5884 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5885set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5887$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5888if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
5889 $as_echo_n "(cached) " >&6
5890else
5891 if test -n "$NMEDIT"; then
5892 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5893else
5894as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5895for as_dir in $PATH
5896do
5897 IFS=$as_save_IFS
5898 test -z "$as_dir" && as_dir=.
5899 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5901 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 break 2
5904 fi
5905done
5906 done
5907IFS=$as_save_IFS
5908
5909fi
5910fi
5911NMEDIT=$ac_cv_prog_NMEDIT
5912if test -n "$NMEDIT"; then
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5914$as_echo "$NMEDIT" >&6; }
5915else
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5917$as_echo "no" >&6; }
5918fi
5919
5920
5921fi
5922if test -z "$ac_cv_prog_NMEDIT"; then
5923 ac_ct_NMEDIT=$NMEDIT
5924 # Extract the first word of "nmedit", so it can be a program name with args.
5925set dummy nmedit; ac_word=$2
5926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5927$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5928if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
5929 $as_echo_n "(cached) " >&6
5930else
5931 if test -n "$ac_ct_NMEDIT"; then
5932 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5933else
5934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5935for as_dir in $PATH
5936do
5937 IFS=$as_save_IFS
5938 test -z "$as_dir" && as_dir=.
5939 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5940 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5941 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5943 break 2
5944 fi
5945done
5946 done
5947IFS=$as_save_IFS
5948
5949fi
5950fi
5951ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5952if test -n "$ac_ct_NMEDIT"; then
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5954$as_echo "$ac_ct_NMEDIT" >&6; }
5955else
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5957$as_echo "no" >&6; }
5958fi
5959
5960 if test "x$ac_ct_NMEDIT" = x; then
5961 NMEDIT=":"
5962 else
5963 case $cross_compiling:$ac_tool_warned in
5964yes:)
5965{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5966$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5967ac_tool_warned=yes ;;
5968esac
5969 NMEDIT=$ac_ct_NMEDIT
5970 fi
5971else
5972 NMEDIT="$ac_cv_prog_NMEDIT"
5973fi
5974
5975 if test -n "$ac_tool_prefix"; then
5976 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5977set dummy ${ac_tool_prefix}lipo; ac_word=$2
5978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5979$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5980if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
5981 $as_echo_n "(cached) " >&6
5982else
5983 if test -n "$LIPO"; then
5984 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5985else
5986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5987for as_dir in $PATH
5988do
5989 IFS=$as_save_IFS
5990 test -z "$as_dir" && as_dir=.
5991 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5992 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5993 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5995 break 2
5996 fi
5997done
5998 done
5999IFS=$as_save_IFS
6000
6001fi
6002fi
6003LIPO=$ac_cv_prog_LIPO
6004if test -n "$LIPO"; then
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6006$as_echo "$LIPO" >&6; }
6007else
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6009$as_echo "no" >&6; }
6010fi
6011
6012
6013fi
6014if test -z "$ac_cv_prog_LIPO"; then
6015 ac_ct_LIPO=$LIPO
6016 # Extract the first word of "lipo", so it can be a program name with args.
6017set dummy lipo; ac_word=$2
6018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6019$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6020if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6021 $as_echo_n "(cached) " >&6
6022else
6023 if test -n "$ac_ct_LIPO"; then
6024 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6025else
6026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6027for as_dir in $PATH
6028do
6029 IFS=$as_save_IFS
6030 test -z "$as_dir" && as_dir=.
6031 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6032 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6033 ac_cv_prog_ac_ct_LIPO="lipo"
6034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6035 break 2
6036 fi
6037done
6038 done
6039IFS=$as_save_IFS
6040
6041fi
6042fi
6043ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6044if test -n "$ac_ct_LIPO"; then
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6046$as_echo "$ac_ct_LIPO" >&6; }
6047else
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6049$as_echo "no" >&6; }
6050fi
6051
6052 if test "x$ac_ct_LIPO" = x; then
6053 LIPO=":"
6054 else
6055 case $cross_compiling:$ac_tool_warned in
6056yes:)
6057{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6058$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6059ac_tool_warned=yes ;;
6060esac
6061 LIPO=$ac_ct_LIPO
6062 fi
6063else
6064 LIPO="$ac_cv_prog_LIPO"
6065fi
6066
6067 if test -n "$ac_tool_prefix"; then
6068 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6069set dummy ${ac_tool_prefix}otool; ac_word=$2
6070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6071$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6072if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6073 $as_echo_n "(cached) " >&6
6074else
6075 if test -n "$OTOOL"; then
6076 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6077else
6078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6079for as_dir in $PATH
6080do
6081 IFS=$as_save_IFS
6082 test -z "$as_dir" && as_dir=.
6083 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6084 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6085 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6087 break 2
6088 fi
6089done
6090 done
6091IFS=$as_save_IFS
6092
6093fi
6094fi
6095OTOOL=$ac_cv_prog_OTOOL
6096if test -n "$OTOOL"; then
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6098$as_echo "$OTOOL" >&6; }
6099else
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6101$as_echo "no" >&6; }
6102fi
6103
6104
6105fi
6106if test -z "$ac_cv_prog_OTOOL"; then
6107 ac_ct_OTOOL=$OTOOL
6108 # Extract the first word of "otool", so it can be a program name with args.
6109set dummy otool; ac_word=$2
6110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6111$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6112if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6113 $as_echo_n "(cached) " >&6
6114else
6115 if test -n "$ac_ct_OTOOL"; then
6116 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6117else
6118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6119for as_dir in $PATH
6120do
6121 IFS=$as_save_IFS
6122 test -z "$as_dir" && as_dir=.
6123 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6125 ac_cv_prog_ac_ct_OTOOL="otool"
6126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6127 break 2
6128 fi
6129done
6130 done
6131IFS=$as_save_IFS
6132
6133fi
6134fi
6135ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6136if test -n "$ac_ct_OTOOL"; then
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6138$as_echo "$ac_ct_OTOOL" >&6; }
6139else
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6141$as_echo "no" >&6; }
6142fi
6143
6144 if test "x$ac_ct_OTOOL" = x; then
6145 OTOOL=":"
6146 else
6147 case $cross_compiling:$ac_tool_warned in
6148yes:)
6149{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6150$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6151ac_tool_warned=yes ;;
6152esac
6153 OTOOL=$ac_ct_OTOOL
6154 fi
6155else
6156 OTOOL="$ac_cv_prog_OTOOL"
6157fi
6158
6159 if test -n "$ac_tool_prefix"; then
6160 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6161set dummy ${ac_tool_prefix}otool64; ac_word=$2
6162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6163$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6164if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6165 $as_echo_n "(cached) " >&6
6166else
6167 if test -n "$OTOOL64"; then
6168 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6169else
6170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6171for as_dir in $PATH
6172do
6173 IFS=$as_save_IFS
6174 test -z "$as_dir" && as_dir=.
6175 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6177 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6179 break 2
6180 fi
6181done
6182 done
6183IFS=$as_save_IFS
6184
6185fi
6186fi
6187OTOOL64=$ac_cv_prog_OTOOL64
6188if test -n "$OTOOL64"; then
6189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6190$as_echo "$OTOOL64" >&6; }
6191else
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6193$as_echo "no" >&6; }
6194fi
6195
6196
6197fi
6198if test -z "$ac_cv_prog_OTOOL64"; then
6199 ac_ct_OTOOL64=$OTOOL64
6200 # Extract the first word of "otool64", so it can be a program name with args.
6201set dummy otool64; ac_word=$2
6202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6203$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6204if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6205 $as_echo_n "(cached) " >&6
6206else
6207 if test -n "$ac_ct_OTOOL64"; then
6208 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6209else
6210as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6211for as_dir in $PATH
6212do
6213 IFS=$as_save_IFS
6214 test -z "$as_dir" && as_dir=.
6215 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6216 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6217 ac_cv_prog_ac_ct_OTOOL64="otool64"
6218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6219 break 2
6220 fi
6221done
6222 done
6223IFS=$as_save_IFS
6224
6225fi
6226fi
6227ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6228if test -n "$ac_ct_OTOOL64"; then
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6230$as_echo "$ac_ct_OTOOL64" >&6; }
6231else
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6233$as_echo "no" >&6; }
6234fi
6235
6236 if test "x$ac_ct_OTOOL64" = x; then
6237 OTOOL64=":"
6238 else
6239 case $cross_compiling:$ac_tool_warned in
6240yes:)
6241{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6242$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6243ac_tool_warned=yes ;;
6244esac
6245 OTOOL64=$ac_ct_OTOOL64
6246 fi
6247else
6248 OTOOL64="$ac_cv_prog_OTOOL64"
6249fi
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6278$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6279if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6280 $as_echo_n "(cached) " >&6
6281else
6282 lt_cv_apple_cc_single_mod=no
6283 if test -z "${LT_MULTI_MODULE}"; then
6284 # By default we will add the -single_module flag. You can override
6285 # by either setting the environment variable LT_MULTI_MODULE
6286 # non-empty at configure time, or by adding -multi_module to the
6287 # link flags.
6288 rm -rf libconftest.dylib*
6289 echo "int foo(void){return 1;}" > conftest.c
6290 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6291-dynamiclib -Wl,-single_module conftest.c" >&5
6292 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6293 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6294 _lt_result=$?
6295 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6296 lt_cv_apple_cc_single_mod=yes
6297 else
6298 cat conftest.err >&5
6299 fi
6300 rm -rf libconftest.dylib*
6301 rm -f conftest.*
6302 fi
6303fi
6304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6305$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6307$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6308if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6309 $as_echo_n "(cached) " >&6
6310else
6311 lt_cv_ld_exported_symbols_list=no
6312 save_LDFLAGS=$LDFLAGS
6313 echo "_main" > conftest.sym
6314 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6316/* end confdefs.h. */
6317
6318int
6319main ()
6320{
6321
6322 ;
6323 return 0;
6324}
6325_ACEOF
6326if ac_fn_c_try_link "$LINENO"; then :
6327 lt_cv_ld_exported_symbols_list=yes
6328else
6329 lt_cv_ld_exported_symbols_list=no
6330fi
6331rm -f core conftest.err conftest.$ac_objext \
6332 conftest$ac_exeext conftest.$ac_ext
6333 LDFLAGS="$save_LDFLAGS"
6334
6335fi
6336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6337$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6339$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6340if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6341 $as_echo_n "(cached) " >&6
6342else
6343 lt_cv_ld_force_load=no
6344 cat > conftest.c << _LT_EOF
6345int forced_loaded() { return 2;}
6346_LT_EOF
6347 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6348 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6349 echo "$AR cru libconftest.a conftest.o" >&5
6350 $AR cru libconftest.a conftest.o 2>&5
6351 cat > conftest.c << _LT_EOF
6352int main() { return 0;}
6353_LT_EOF
6354 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6355 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6356 _lt_result=$?
6357 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6358 lt_cv_ld_force_load=yes
6359 else
6360 cat conftest.err >&5
6361 fi
6362 rm -f conftest.err libconftest.a conftest conftest.c
6363 rm -rf conftest.dSYM
6364
6365fi
6366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6367$as_echo "$lt_cv_ld_force_load" >&6; }
6368 case $host_os in
6369 rhapsody* | darwin1.[012])
6370 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6371 darwin1.*)
6372 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6373 darwin*) # darwin 5.x on
6374 # if running on 10.5 or later, the deployment target defaults
6375 # to the OS version, if on x86, and 10.4, the deployment
6376 # target defaults to 10.4. Don't you love it?
6377 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6378 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6379 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6380 10.[012][,.]*)
6bb11ab3
L
6381 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6382 10.*)
6383 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6384 esac
6385 ;;
6386 esac
6387 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6388 _lt_dar_single_mod='$single_module'
6389 fi
6390 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6391 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6392 else
6393 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6394 fi
6395 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6396 _lt_dsymutil='~$DSYMUTIL $lib || :'
6397 else
6398 _lt_dsymutil=
6399 fi
6400 ;;
6401 esac
6402
6403for ac_header in dlfcn.h
6404do :
6405 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6406"
d0ac1c44 6407if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6408 cat >>confdefs.h <<_ACEOF
6409#define HAVE_DLFCN_H 1
6410_ACEOF
6411
6412fi
6413
6414done
6415
6416
6417
ebe9564b 6418
6bb11ab3 6419
0cb8d851
MF
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6421$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6422if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6423 $as_echo_n "(cached) " >&6
6424else
6425 ac_cv_c_bigendian=unknown
6426 # See if we're dealing with a universal compiler.
6427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6428/* end confdefs.h. */
6429#ifndef __APPLE_CC__
6430 not a universal capable compiler
6431 #endif
6432 typedef int dummy;
6433
6434_ACEOF
6435if ac_fn_c_try_compile "$LINENO"; then :
6436
6437 # Check for potential -arch flags. It is not universal unless
6438 # there are at least two -arch flags with different values.
6439 ac_arch=
6440 ac_prev=
6441 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6442 if test -n "$ac_prev"; then
6443 case $ac_word in
6444 i?86 | x86_64 | ppc | ppc64)
6445 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6446 ac_arch=$ac_word
6447 else
6448 ac_cv_c_bigendian=universal
6449 break
6450 fi
6451 ;;
6452 esac
6453 ac_prev=
6454 elif test "x$ac_word" = "x-arch"; then
6455 ac_prev=arch
6456 fi
6457 done
6458fi
6459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6460 if test $ac_cv_c_bigendian = unknown; then
6461 # See if sys/param.h defines the BYTE_ORDER macro.
6462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6463/* end confdefs.h. */
6464#include <sys/types.h>
6465 #include <sys/param.h>
6466
6467int
6468main ()
6469{
6470#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6471 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6472 && LITTLE_ENDIAN)
6473 bogus endian macros
6474 #endif
6475
6476 ;
6477 return 0;
6478}
6479_ACEOF
6480if ac_fn_c_try_compile "$LINENO"; then :
6481 # It does; now see whether it defined to BIG_ENDIAN or not.
6482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6483/* end confdefs.h. */
6484#include <sys/types.h>
6485 #include <sys/param.h>
6486
6487int
6488main ()
6489{
6490#if BYTE_ORDER != BIG_ENDIAN
6491 not big endian
6492 #endif
6493
6494 ;
6495 return 0;
6496}
6497_ACEOF
6498if ac_fn_c_try_compile "$LINENO"; then :
6499 ac_cv_c_bigendian=yes
6500else
6501 ac_cv_c_bigendian=no
6502fi
6503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6504fi
6505rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6506 fi
6507 if test $ac_cv_c_bigendian = unknown; then
6508 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6510/* end confdefs.h. */
6511#include <limits.h>
6512
6513int
6514main ()
6515{
6516#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6517 bogus endian macros
6518 #endif
6519
6520 ;
6521 return 0;
6522}
6523_ACEOF
6524if ac_fn_c_try_compile "$LINENO"; then :
6525 # It does; now see whether it defined to _BIG_ENDIAN or not.
6526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6527/* end confdefs.h. */
6528#include <limits.h>
6529
6530int
6531main ()
6532{
6533#ifndef _BIG_ENDIAN
6534 not big endian
6535 #endif
6536
6537 ;
6538 return 0;
6539}
6540_ACEOF
6541if ac_fn_c_try_compile "$LINENO"; then :
6542 ac_cv_c_bigendian=yes
6543else
6544 ac_cv_c_bigendian=no
6545fi
6546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6547fi
6548rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6549 fi
6550 if test $ac_cv_c_bigendian = unknown; then
6551 # Compile a test program.
6552 if test "$cross_compiling" = yes; then :
6553 # Try to guess by grepping values from an object file.
6554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6555/* end confdefs.h. */
6556short int ascii_mm[] =
6557 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6558 short int ascii_ii[] =
6559 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6560 int use_ascii (int i) {
6561 return ascii_mm[i] + ascii_ii[i];
6562 }
6563 short int ebcdic_ii[] =
6564 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6565 short int ebcdic_mm[] =
6566 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6567 int use_ebcdic (int i) {
6568 return ebcdic_mm[i] + ebcdic_ii[i];
6569 }
6570 extern int foo;
6571
6572int
6573main ()
6574{
6575return use_ascii (foo) == use_ebcdic (foo);
6576 ;
6577 return 0;
6578}
6579_ACEOF
6580if ac_fn_c_try_compile "$LINENO"; then :
6581 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6582 ac_cv_c_bigendian=yes
6583 fi
6584 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6585 if test "$ac_cv_c_bigendian" = unknown; then
6586 ac_cv_c_bigendian=no
6587 else
6588 # finding both strings is unlikely to happen, but who knows?
6589 ac_cv_c_bigendian=unknown
6590 fi
6591 fi
6592fi
6593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6594else
6595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6596/* end confdefs.h. */
6597$ac_includes_default
6598int
6599main ()
6600{
6601
6602 /* Are we little or big endian? From Harbison&Steele. */
6603 union
6604 {
6605 long int l;
6606 char c[sizeof (long int)];
6607 } u;
6608 u.l = 1;
6609 return u.c[sizeof (long int) - 1] == 1;
6610
6611 ;
6612 return 0;
6613}
6614_ACEOF
6615if ac_fn_c_try_run "$LINENO"; then :
6616 ac_cv_c_bigendian=no
6617else
6618 ac_cv_c_bigendian=yes
6619fi
6620rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6621 conftest.$ac_objext conftest.beam conftest.$ac_ext
6622fi
6623
6624 fi
6625fi
6626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6627$as_echo "$ac_cv_c_bigendian" >&6; }
6628 case $ac_cv_c_bigendian in #(
6629 yes)
6630 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6631;; #(
6632 no)
6633 ;; #(
6634 universal)
6635
6636$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6637
6638 ;; #(
6639 *)
d0ac1c44 6640 as_fn_error $? "unknown endianness
0cb8d851
MF
6641 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6642 esac
6643
6bb11ab3
L
6644
6645
6646
c25ea03d 6647if test "x$cross_compiling" = "xno"; then
aa0fca16 6648 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6649 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6650 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6651 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6652 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6653else
aa0fca16 6654 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6655 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6656 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6657 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6658 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6659fi
6660
6661
6662
c25ea03d 6663
c2783492 6664
aa0fca16
MF
6665
6666
a3e2cc64
MF
6667if test -n "$ac_tool_prefix"; then
6668 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6669set dummy ${ac_tool_prefix}ar; ac_word=$2
6670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6671$as_echo_n "checking for $ac_word... " >&6; }
6672if ${ac_cv_prog_AR+:} false; then :
6673 $as_echo_n "(cached) " >&6
6674else
6675 if test -n "$AR"; then
6676 ac_cv_prog_AR="$AR" # Let the user override the test.
6677else
6678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6679for as_dir in $PATH
6680do
6681 IFS=$as_save_IFS
6682 test -z "$as_dir" && as_dir=.
6683 for ac_exec_ext in '' $ac_executable_extensions; do
6684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6685 ac_cv_prog_AR="${ac_tool_prefix}ar"
6686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6687 break 2
6688 fi
6689done
6690 done
6691IFS=$as_save_IFS
6692
6693fi
6694fi
6695AR=$ac_cv_prog_AR
6696if test -n "$AR"; then
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6698$as_echo "$AR" >&6; }
6699else
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6701$as_echo "no" >&6; }
6702fi
6703
6704
6705fi
6706if test -z "$ac_cv_prog_AR"; then
6707 ac_ct_AR=$AR
6708 # Extract the first word of "ar", so it can be a program name with args.
6709set dummy ar; ac_word=$2
6710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6711$as_echo_n "checking for $ac_word... " >&6; }
6712if ${ac_cv_prog_ac_ct_AR+:} false; then :
6713 $as_echo_n "(cached) " >&6
6714else
6715 if test -n "$ac_ct_AR"; then
6716 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6717else
6718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6719for as_dir in $PATH
6720do
6721 IFS=$as_save_IFS
6722 test -z "$as_dir" && as_dir=.
6723 for ac_exec_ext in '' $ac_executable_extensions; do
6724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6725 ac_cv_prog_ac_ct_AR="ar"
6726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6727 break 2
6728 fi
6729done
6730 done
6731IFS=$as_save_IFS
6732
6733fi
6734fi
6735ac_ct_AR=$ac_cv_prog_ac_ct_AR
6736if test -n "$ac_ct_AR"; then
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6738$as_echo "$ac_ct_AR" >&6; }
6739else
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6741$as_echo "no" >&6; }
6742fi
6743
6744 if test "x$ac_ct_AR" = x; then
6745 AR=""
6746 else
6747 case $cross_compiling:$ac_tool_warned in
6748yes:)
6749{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6750$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6751ac_tool_warned=yes ;;
6752esac
6753 AR=$ac_ct_AR
6754 fi
6755else
6756 AR="$ac_cv_prog_AR"
6757fi
6bb11ab3
L
6758
6759if test -n "$ac_tool_prefix"; then
6760 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6761set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6763$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6764if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6765 $as_echo_n "(cached) " >&6
6766else
6767 if test -n "$RANLIB"; then
6768 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6769else
6770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6771for as_dir in $PATH
6772do
6773 IFS=$as_save_IFS
6774 test -z "$as_dir" && as_dir=.
6775 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6776 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6777 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6779 break 2
6780 fi
6781done
6782 done
6783IFS=$as_save_IFS
6784
6785fi
6786fi
6787RANLIB=$ac_cv_prog_RANLIB
6788if test -n "$RANLIB"; then
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6790$as_echo "$RANLIB" >&6; }
6791else
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6793$as_echo "no" >&6; }
6794fi
6795
6796
6797fi
6798if test -z "$ac_cv_prog_RANLIB"; then
6799 ac_ct_RANLIB=$RANLIB
6800 # Extract the first word of "ranlib", so it can be a program name with args.
6801set dummy ranlib; ac_word=$2
6802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6803$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6804if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6805 $as_echo_n "(cached) " >&6
6806else
6807 if test -n "$ac_ct_RANLIB"; then
6808 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6809else
6810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811for as_dir in $PATH
6812do
6813 IFS=$as_save_IFS
6814 test -z "$as_dir" && as_dir=.
6815 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6816 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6817 ac_cv_prog_ac_ct_RANLIB="ranlib"
6818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6819 break 2
6820 fi
6821done
6822 done
6823IFS=$as_save_IFS
6824
6825fi
6826fi
6827ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6828if test -n "$ac_ct_RANLIB"; then
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6830$as_echo "$ac_ct_RANLIB" >&6; }
6831else
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6833$as_echo "no" >&6; }
6834fi
6835
6836 if test "x$ac_ct_RANLIB" = x; then
6837 RANLIB=":"
6838 else
6839 case $cross_compiling:$ac_tool_warned in
6840yes:)
6841{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6842$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6843ac_tool_warned=yes ;;
6844esac
6845 RANLIB=$ac_ct_RANLIB
6846 fi
6847else
6848 RANLIB="$ac_cv_prog_RANLIB"
6849fi
6850
6851
46f900c0
MF
6852# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6853# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6854# is C99. So handle it ourselves.
6855:
6856C_DIALECT=
6857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6858$as_echo_n "checking whether C11 is supported by default... " >&6; }
6859cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6860/* end confdefs.h. */
6861
6862#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6863# error "C11 support not found"
6864#endif
6865
6866_ACEOF
6867if ac_fn_c_try_compile "$LINENO"; then :
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6869$as_echo "yes" >&6; }
6870else
6871
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6873$as_echo "no" >&6; }
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6875$as_echo_n "checking for -std=c11 support... " >&6; }
6876 ac_save_CC="$CC"
6877 CC="$CC -std=c11"
6878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6879/* end confdefs.h. */
6880
6881#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6882# error "C11 support not found"
6883#endif
6884
6885_ACEOF
6886if ac_fn_c_try_compile "$LINENO"; then :
6887
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6889$as_echo "yes" >&6; }
6890 CC="$ac_save_CC"
6891 C_DIALECT="-std=c11"
6892
6893else
6894 as_fn_error $? "C11 is required" "$LINENO" 5
6895fi
6896rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6897fi
6898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6899
6900
c2783492 6901
6bb11ab3
L
6902# Dependency checking.
6903ac_config_commands="$ac_config_commands depdir"
6904
6905
6906depcc="$CC" am_compiler_list=
6907
6908am_depcomp=$ac_aux_dir/depcomp
6909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6910$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6911if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6912 $as_echo_n "(cached) " >&6
6913else
6914 if test -f "$am_depcomp"; then
6915 # We make a subdir and do the tests there. Otherwise we can end up
6916 # making bogus files that we don't know about and never remove. For
6917 # instance it was reported that on HP-UX the gcc test will end up
6918 # making a dummy file named `D' -- because `-MD' means `put the output
6919 # in D'.
6920 mkdir conftest.dir
6921 # Copy depcomp to subdir because otherwise we won't find it if we're
6922 # using a relative directory.
6923 cp "$am_depcomp" conftest.dir
6924 cd conftest.dir
6925 # We will build objects and dependencies in a subdirectory because
6926 # it helps to detect inapplicable dependency modes. For instance
6927 # both Tru64's cc and ICC support -MD to output dependencies as a
6928 # side effect of compilation, but ICC will put the dependencies in
6929 # the current directory while Tru64 will put them in the object
6930 # directory.
6931 mkdir sub
6932
6933 am_cv_CC_dependencies_compiler_type=none
6934 if test "$am_compiler_list" = ""; then
6935 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6936 fi
6937 for depmode in $am_compiler_list; do
6938 if test $depmode = none; then break; fi
6939
6940 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6941 # Setup a source with many dependencies, because some compilers
6942 # like to wrap large dependency lists on column 80 (with \), and
6943 # we should not choose a depcomp mode which is confused by this.
6944 #
6945 # We need to recreate these files for each test, as the compiler may
6946 # overwrite some of them when testing with obscure command lines.
6947 # This happens at least with the AIX C compiler.
6948 : > sub/conftest.c
6949 for i in 1 2 3 4 5 6; do
6950 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6951 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6952 # Solaris 8's {/usr,}/bin/sh.
6953 touch sub/conftst$i.h
6954 done
6955 echo "include sub/conftest.Po" > confmf
6956
6957 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6958 # mode. It turns out that the SunPro C++ compiler does not properly
6959 # handle `-M -o', and we need to detect this.
6960 depcmd="depmode=$depmode \
6961 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6962 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6963 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6964 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6965 if env $depcmd > conftest.err 2>&1 &&
6966 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6967 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6968 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6969 # icc doesn't choke on unknown options, it will just issue warnings
6970 # or remarks (even with -Werror). So we grep stderr for any message
6971 # that says an option was ignored or not supported.
6972 # When given -MP, icc 7.0 and 7.1 complain thusly:
6973 # icc: Command line warning: ignoring option '-M'; no argument required
6974 # The diagnosis changed in icc 8.0:
6975 # icc: Command line remark: option '-MP' not supported
6976 if (grep 'ignoring option' conftest.err ||
6977 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6978 am_cv_CC_dependencies_compiler_type=$depmode
6979 $as_echo "$as_me:$LINENO: success" >&5
6980 break
6981 fi
6982 fi
6983 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6984 sed -e 's/^/| /' < conftest.err >&5
6985 done
6986
6987 cd ..
6988 rm -rf conftest.dir
6989else
6990 am_cv_CC_dependencies_compiler_type=none
6991fi
6992
6993fi
6994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6995$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6996if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 6997then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
6998else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6999
7000fi
7001
7002
6bb11ab3
L
7003ALL_LINGUAS=
7004# If we haven't got the data from the intl directory,
7005# assume NLS is disabled.
7006USE_NLS=no
7007LIBINTL=
7008LIBINTL_DEP=
7009INCINTL=
7010XGETTEXT=
7011GMSGFMT=
7012POSUB=
7013
7014if test -f ../../intl/config.intl; then
7015 . ../../intl/config.intl
7016fi
7017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7018$as_echo_n "checking whether NLS is requested... " >&6; }
7019if test x"$USE_NLS" != xyes; then
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7021$as_echo "no" >&6; }
7022else
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7024$as_echo "yes" >&6; }
7025
7026$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7027
7028
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7030$as_echo_n "checking for catalogs to be installed... " >&6; }
7031 # Look for .po and .gmo files in the source directory.
7032 CATALOGS=
7033 XLINGUAS=
7034 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7035 # If there aren't any .gmo files the shell will give us the
7036 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7037 # weeded out.
7038 case "$cat" in *\**)
7039 continue;;
7040 esac
7041 # The quadruple backslash is collapsed to a double backslash
7042 # by the backticks, then collapsed again by the double quotes,
7043 # leaving us with one backslash in the sed expression (right
7044 # before the dot that mustn't act as a wildcard).
7045 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7046 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7047 # The user is allowed to set LINGUAS to a list of languages to
7048 # install catalogs for. If it's empty that means "all of them."
7049 if test "x$LINGUAS" = x; then
7050 CATALOGS="$CATALOGS $cat"
7051 XLINGUAS="$XLINGUAS $lang"
7052 else
7053 case "$LINGUAS" in *$lang*)
7054 CATALOGS="$CATALOGS $cat"
7055 XLINGUAS="$XLINGUAS $lang"
7056 ;;
7057 esac
7058 fi
7059 done
7060 LINGUAS="$XLINGUAS"
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7062$as_echo "$LINGUAS" >&6; }
7063
7064
7065 DATADIRNAME=share
7066
7067 INSTOBJEXT=.mo
7068
7069 GENCAT=gencat
7070
7071 CATOBJEXT=.gmo
7072
7073fi
7074
6bb11ab3
L
7075# Check for socket libraries
7076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7077$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7078if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7079 $as_echo_n "(cached) " >&6
7080else
7081 ac_check_lib_save_LIBS=$LIBS
7082LIBS="-lsocket $LIBS"
7083cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7084/* end confdefs.h. */
7085
7086/* Override any GCC internal prototype to avoid an error.
7087 Use char because int might match the return type of a GCC
7088 builtin and then its argument prototype would still apply. */
7089#ifdef __cplusplus
7090extern "C"
7091#endif
7092char bind ();
7093int
7094main ()
7095{
7096return bind ();
7097 ;
7098 return 0;
7099}
7100_ACEOF
7101if ac_fn_c_try_link "$LINENO"; then :
7102 ac_cv_lib_socket_bind=yes
7103else
7104 ac_cv_lib_socket_bind=no
7105fi
7106rm -f core conftest.err conftest.$ac_objext \
7107 conftest$ac_exeext conftest.$ac_ext
7108LIBS=$ac_check_lib_save_LIBS
7109fi
7110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7111$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7112if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7113 cat >>confdefs.h <<_ACEOF
7114#define HAVE_LIBSOCKET 1
7115_ACEOF
7116
7117 LIBS="-lsocket $LIBS"
7118
7119fi
7120
7121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7122$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7123if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7124 $as_echo_n "(cached) " >&6
7125else
7126 ac_check_lib_save_LIBS=$LIBS
7127LIBS="-lnsl $LIBS"
7128cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7129/* end confdefs.h. */
7130
7131/* Override any GCC internal prototype to avoid an error.
7132 Use char because int might match the return type of a GCC
7133 builtin and then its argument prototype would still apply. */
7134#ifdef __cplusplus
7135extern "C"
7136#endif
7137char gethostbyname ();
7138int
7139main ()
7140{
7141return gethostbyname ();
7142 ;
7143 return 0;
7144}
7145_ACEOF
7146if ac_fn_c_try_link "$LINENO"; then :
7147 ac_cv_lib_nsl_gethostbyname=yes
7148else
7149 ac_cv_lib_nsl_gethostbyname=no
7150fi
7151rm -f core conftest.err conftest.$ac_objext \
7152 conftest$ac_exeext conftest.$ac_ext
7153LIBS=$ac_check_lib_save_LIBS
7154fi
7155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7156$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7157if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7158 cat >>confdefs.h <<_ACEOF
7159#define HAVE_LIBNSL 1
7160_ACEOF
7161
7162 LIBS="-lnsl $LIBS"
7163
7164fi
7165
7166
7167# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7168# using the same condition.
7169
aadc9410 7170 # Use the system's zlib library.
7fed4b0b
L
7171 zlibdir="-L\$(top_builddir)/../zlib"
7172 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7173
aadc9410
MF
7174# Check whether --with-system-zlib was given.
7175if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7176 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7177 zlibdir=
7178 zlibinc=
7179 fi
6bb11ab3
L
7180
7181fi
7182
6bb11ab3 7183
6bb11ab3 7184
6bb11ab3
L
7185
7186
7187# BFD uses libdl when when plugins enabled.
7188
faa743bb
RM
7189 maybe_plugins=no
7190 for ac_header in dlfcn.h
7191do :
7192 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7193"
d0ac1c44 7194if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7195 cat >>confdefs.h <<_ACEOF
7196#define HAVE_DLFCN_H 1
7197_ACEOF
7198 maybe_plugins=yes
7199fi
7200
7201done
7202
7203 for ac_header in windows.h
7204do :
7205 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7206"
d0ac1c44 7207if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7208 cat >>confdefs.h <<_ACEOF
7209#define HAVE_WINDOWS_H 1
7210_ACEOF
7211 maybe_plugins=yes
7212fi
7213
7214done
7215
7216
7217 # Check whether --enable-plugins was given.
6bb11ab3
L
7218if test "${enable_plugins+set}" = set; then :
7219 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7220 no) plugins=no ;;
7221 *) plugins=yes
7222 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7223 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7224 fi ;;
7225 esac
6bb11ab3 7226else
faa743bb
RM
7227 plugins=$maybe_plugins
7228
6bb11ab3
L
7229fi
7230
2974be62 7231 if test "$plugins" = "yes"; then
37f980dc
SM
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7233$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7234if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7235 $as_echo_n "(cached) " >&6
7236else
7237 ac_func_search_save_LIBS=$LIBS
7238cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7239/* end confdefs.h. */
7240
7241/* Override any GCC internal prototype to avoid an error.
7242 Use char because int might match the return type of a GCC
7243 builtin and then its argument prototype would still apply. */
7244#ifdef __cplusplus
7245extern "C"
7246#endif
37f980dc 7247char dlsym ();
2974be62
AM
7248int
7249main ()
7250{
37f980dc 7251return dlsym ();
2974be62
AM
7252 ;
7253 return 0;
7254}
7255_ACEOF
7256for ac_lib in '' dl; do
7257 if test -z "$ac_lib"; then
7258 ac_res="none required"
7259 else
7260 ac_res=-l$ac_lib
7261 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7262 fi
7263 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7264 ac_cv_search_dlsym=$ac_res
2974be62
AM
7265fi
7266rm -f core conftest.err conftest.$ac_objext \
7267 conftest$ac_exeext
d0ac1c44 7268 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7269 break
7270fi
7271done
d0ac1c44 7272if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7273
7274else
37f980dc 7275 ac_cv_search_dlsym=no
2974be62
AM
7276fi
7277rm conftest.$ac_ext
7278LIBS=$ac_func_search_save_LIBS
7279fi
37f980dc
SM
7280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7281$as_echo "$ac_cv_search_dlsym" >&6; }
7282ac_res=$ac_cv_search_dlsym
2974be62
AM
7283if test "$ac_res" != no; then :
7284 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7285
7286fi
7287
7288 fi
6bb11ab3
L
7289
7290 if test "$plugins" = yes; then
7291 PLUGINS_TRUE=
7292 PLUGINS_FALSE='#'
7293else
7294 PLUGINS_TRUE='#'
7295 PLUGINS_FALSE=
7296fi
7297
7298
7299
7300
7301
7302# Set options
7303enable_dlopen=yes
7304
7305
7306
7307
7308 enable_win32_dll=no
7309
7310
7311 # Check whether --enable-shared was given.
7312if test "${enable_shared+set}" = set; then :
7313 enableval=$enable_shared; p=${PACKAGE-default}
7314 case $enableval in
7315 yes) enable_shared=yes ;;
7316 no) enable_shared=no ;;
7317 *)
7318 enable_shared=no
7319 # Look at the argument we got. We use all the common list separators.
7320 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7321 for pkg in $enableval; do
7322 IFS="$lt_save_ifs"
7323 if test "X$pkg" = "X$p"; then
7324 enable_shared=yes
7325 fi
7326 done
7327 IFS="$lt_save_ifs"
7328 ;;
7329 esac
7330else
7331 enable_shared=yes
7332fi
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342 # Check whether --enable-static was given.
7343if test "${enable_static+set}" = set; then :
7344 enableval=$enable_static; p=${PACKAGE-default}
7345 case $enableval in
7346 yes) enable_static=yes ;;
7347 no) enable_static=no ;;
7348 *)
7349 enable_static=no
7350 # Look at the argument we got. We use all the common list separators.
7351 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7352 for pkg in $enableval; do
7353 IFS="$lt_save_ifs"
7354 if test "X$pkg" = "X$p"; then
7355 enable_static=yes
7356 fi
7357 done
7358 IFS="$lt_save_ifs"
7359 ;;
7360 esac
7361else
7362 enable_static=yes
7363fi
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374# Check whether --with-pic was given.
7375if test "${with_pic+set}" = set; then :
7376 withval=$with_pic; pic_mode="$withval"
7377else
7378 pic_mode=default
7379fi
7380
7381
7382test -z "$pic_mode" && pic_mode=default
7383
7384
7385
7386
7387
7388
7389
7390 # Check whether --enable-fast-install was given.
7391if test "${enable_fast_install+set}" = set; then :
7392 enableval=$enable_fast_install; p=${PACKAGE-default}
7393 case $enableval in
7394 yes) enable_fast_install=yes ;;
7395 no) enable_fast_install=no ;;
7396 *)
7397 enable_fast_install=no
7398 # Look at the argument we got. We use all the common list separators.
7399 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7400 for pkg in $enableval; do
7401 IFS="$lt_save_ifs"
7402 if test "X$pkg" = "X$p"; then
7403 enable_fast_install=yes
7404 fi
7405 done
7406 IFS="$lt_save_ifs"
7407 ;;
7408 esac
7409else
7410 enable_fast_install=yes
7411fi
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423# This can be used to rebuild libtool when needed
7424LIBTOOL_DEPS="$ltmain"
7425
7426# Always use our own libtool.
7427LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454test -z "$LN_S" && LN_S="ln -s"
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469if test -n "${ZSH_VERSION+set}" ; then
7470 setopt NO_GLOB_SUBST
7471fi
7472
7473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7474$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7475if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7476 $as_echo_n "(cached) " >&6
7477else
7478 rm -f .libs 2>/dev/null
7479mkdir .libs 2>/dev/null
7480if test -d .libs; then
7481 lt_cv_objdir=.libs
7482else
7483 # MS-DOS does not allow filenames that begin with a dot.
7484 lt_cv_objdir=_libs
7485fi
7486rmdir .libs 2>/dev/null
7487fi
7488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7489$as_echo "$lt_cv_objdir" >&6; }
7490objdir=$lt_cv_objdir
7491
7492
7493
7494
7495
7496cat >>confdefs.h <<_ACEOF
7497#define LT_OBJDIR "$lt_cv_objdir/"
7498_ACEOF
7499
7500
7501
7502
7503case $host_os in
7504aix3*)
7505 # AIX sometimes has problems with the GCC collect2 program. For some
7506 # reason, if we set the COLLECT_NAMES environment variable, the problems
7507 # vanish in a puff of smoke.
7508 if test "X${COLLECT_NAMES+set}" != Xset; then
7509 COLLECT_NAMES=
7510 export COLLECT_NAMES
7511 fi
7512 ;;
7513esac
7514
7515# Global variables:
7516ofile=libtool
7517can_build_shared=yes
7518
7519# All known linkers require a `.a' archive for static linking (except MSVC,
7520# which needs '.lib').
7521libext=a
7522
7523with_gnu_ld="$lt_cv_prog_gnu_ld"
7524
7525old_CC="$CC"
7526old_CFLAGS="$CFLAGS"
7527
7528# Set sane defaults for various variables
7529test -z "$CC" && CC=cc
7530test -z "$LTCC" && LTCC=$CC
7531test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7532test -z "$LD" && LD=ld
7533test -z "$ac_objext" && ac_objext=o
7534
7535for cc_temp in $compiler""; do
7536 case $cc_temp in
7537 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7538 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7539 \-*) ;;
7540 *) break;;
7541 esac
7542done
7543cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7544
7545
7546# Only perform the check for file, if the check method requires it
7547test -z "$MAGIC_CMD" && MAGIC_CMD=file
7548case $deplibs_check_method in
7549file_magic*)
7550 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7552$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7553if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7554 $as_echo_n "(cached) " >&6
7555else
7556 case $MAGIC_CMD in
7557[\\/*] | ?:[\\/]*)
7558 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7559 ;;
7560*)
7561 lt_save_MAGIC_CMD="$MAGIC_CMD"
7562 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7563 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7564 for ac_dir in $ac_dummy; do
7565 IFS="$lt_save_ifs"
7566 test -z "$ac_dir" && ac_dir=.
7567 if test -f $ac_dir/${ac_tool_prefix}file; then
7568 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7569 if test -n "$file_magic_test_file"; then
7570 case $deplibs_check_method in
7571 "file_magic "*)
7572 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7573 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7574 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7575 $EGREP "$file_magic_regex" > /dev/null; then
7576 :
7577 else
7578 cat <<_LT_EOF 1>&2
7579
7580*** Warning: the command libtool uses to detect shared libraries,
7581*** $file_magic_cmd, produces output that libtool cannot recognize.
7582*** The result is that libtool may fail to recognize shared libraries
7583*** as such. This will affect the creation of libtool libraries that
7584*** depend on shared libraries, but programs linked with such libtool
7585*** libraries will work regardless of this problem. Nevertheless, you
7586*** may want to report the problem to your system manager and/or to
7587*** bug-libtool@gnu.org
7588
7589_LT_EOF
7590 fi ;;
7591 esac
7592 fi
7593 break
7594 fi
7595 done
7596 IFS="$lt_save_ifs"
7597 MAGIC_CMD="$lt_save_MAGIC_CMD"
7598 ;;
7599esac
7600fi
7601
7602MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7603if test -n "$MAGIC_CMD"; then
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7605$as_echo "$MAGIC_CMD" >&6; }
7606else
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7608$as_echo "no" >&6; }
7609fi
7610
7611
7612
7613
7614
7615if test -z "$lt_cv_path_MAGIC_CMD"; then
7616 if test -n "$ac_tool_prefix"; then
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7618$as_echo_n "checking for file... " >&6; }
d0ac1c44 7619if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7620 $as_echo_n "(cached) " >&6
7621else
7622 case $MAGIC_CMD in
7623[\\/*] | ?:[\\/]*)
7624 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7625 ;;
7626*)
7627 lt_save_MAGIC_CMD="$MAGIC_CMD"
7628 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7629 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7630 for ac_dir in $ac_dummy; do
7631 IFS="$lt_save_ifs"
7632 test -z "$ac_dir" && ac_dir=.
7633 if test -f $ac_dir/file; then
7634 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7635 if test -n "$file_magic_test_file"; then
7636 case $deplibs_check_method in
7637 "file_magic "*)
7638 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7639 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7640 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7641 $EGREP "$file_magic_regex" > /dev/null; then
7642 :
7643 else
7644 cat <<_LT_EOF 1>&2
7645
7646*** Warning: the command libtool uses to detect shared libraries,
7647*** $file_magic_cmd, produces output that libtool cannot recognize.
7648*** The result is that libtool may fail to recognize shared libraries
7649*** as such. This will affect the creation of libtool libraries that
7650*** depend on shared libraries, but programs linked with such libtool
7651*** libraries will work regardless of this problem. Nevertheless, you
7652*** may want to report the problem to your system manager and/or to
7653*** bug-libtool@gnu.org
7654
7655_LT_EOF
7656 fi ;;
7657 esac
7658 fi
7659 break
7660 fi
7661 done
7662 IFS="$lt_save_ifs"
7663 MAGIC_CMD="$lt_save_MAGIC_CMD"
7664 ;;
7665esac
7666fi
7667
7668MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7669if test -n "$MAGIC_CMD"; then
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7671$as_echo "$MAGIC_CMD" >&6; }
7672else
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7674$as_echo "no" >&6; }
7675fi
7676
7677
7678 else
7679 MAGIC_CMD=:
7680 fi
7681fi
7682
7683 fi
7684 ;;
7685esac
7686
7687# Use C for the default configuration in the libtool script
7688
7689lt_save_CC="$CC"
7690ac_ext=c
7691ac_cpp='$CPP $CPPFLAGS'
7692ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7693ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7694ac_compiler_gnu=$ac_cv_c_compiler_gnu
7695
7696
7697# Source file extension for C test sources.
7698ac_ext=c
7699
7700# Object file extension for compiled C test sources.
7701objext=o
7702objext=$objext
7703
7704# Code to be used in simple compile tests
7705lt_simple_compile_test_code="int some_variable = 0;"
7706
7707# Code to be used in simple link tests
7708lt_simple_link_test_code='int main(){return(0);}'
7709
7710
7711
7712
7713
7714
7715
7716# If no C compiler was specified, use CC.
7717LTCC=${LTCC-"$CC"}
7718
7719# If no C compiler flags were specified, use CFLAGS.
7720LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7721
7722# Allow CC to be a program name with arguments.
7723compiler=$CC
7724
7725# Save the default compiler, since it gets overwritten when the other
7726# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7727compiler_DEFAULT=$CC
7728
7729# save warnings/boilerplate of simple test code
7730ac_outfile=conftest.$ac_objext
7731echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7732eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7733_lt_compiler_boilerplate=`cat conftest.err`
7734$RM conftest*
7735
7736ac_outfile=conftest.$ac_objext
7737echo "$lt_simple_link_test_code" >conftest.$ac_ext
7738eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7739_lt_linker_boilerplate=`cat conftest.err`
7740$RM -r conftest*
7741
7742
7743## CAVEAT EMPTOR:
7744## There is no encapsulation within the following macros, do not change
7745## the running order or otherwise move them around unless you know exactly
7746## what you are doing...
7747if test -n "$compiler"; then
7748
7749lt_prog_compiler_no_builtin_flag=
7750
7751if test "$GCC" = yes; then
7752 case $cc_basename in
7753 nvcc*)
7754 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7755 *)
7756 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7757 esac
7758
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7760$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7761if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3
L
7762 $as_echo_n "(cached) " >&6
7763else
7764 lt_cv_prog_compiler_rtti_exceptions=no
7765 ac_outfile=conftest.$ac_objext
7766 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7767 lt_compiler_flag="-fno-rtti -fno-exceptions"
7768 # Insert the option either (1) after the last *FLAGS variable, or
7769 # (2) before a word containing "conftest.", or (3) at the end.
7770 # Note that $ac_compile itself does not contain backslashes and begins
7771 # with a dollar sign (not a hyphen), so the echo should work correctly.
7772 # The option is referenced via a variable to avoid confusing sed.
7773 lt_compile=`echo "$ac_compile" | $SED \
7774 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7775 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7776 -e 's:$: $lt_compiler_flag:'`
7777 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7778 (eval "$lt_compile" 2>conftest.err)
7779 ac_status=$?
7780 cat conftest.err >&5
7781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7782 if (exit $ac_status) && test -s "$ac_outfile"; then
7783 # The compiler can only warn and ignore the option if not recognized
7784 # So say no if there are warnings other than the usual output.
7785 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7786 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7787 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7788 lt_cv_prog_compiler_rtti_exceptions=yes
7789 fi
7790 fi
7791 $RM conftest*
7792
7793fi
7794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7795$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7796
7797if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7798 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7799else
7800 :
7801fi
7802
7803fi
7804
7805
7806
7807
7808
7809
7810 lt_prog_compiler_wl=
7811lt_prog_compiler_pic=
7812lt_prog_compiler_static=
7813
7814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7815$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7816
7817 if test "$GCC" = yes; then
7818 lt_prog_compiler_wl='-Wl,'
7819 lt_prog_compiler_static='-static'
7820
7821 case $host_os in
7822 aix*)
7823 # All AIX code is PIC.
7824 if test "$host_cpu" = ia64; then
7825 # AIX 5 now supports IA64 processor
7826 lt_prog_compiler_static='-Bstatic'
7827 fi
7828 lt_prog_compiler_pic='-fPIC'
7829 ;;
7830
7831 amigaos*)
7832 case $host_cpu in
7833 powerpc)
7834 # see comment about AmigaOS4 .so support
7835 lt_prog_compiler_pic='-fPIC'
7836 ;;
7837 m68k)
7838 # FIXME: we need at least 68020 code to build shared libraries, but
7839 # adding the `-m68020' flag to GCC prevents building anything better,
7840 # like `-m68040'.
7841 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7842 ;;
7843 esac
7844 ;;
7845
7846 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7847 # PIC is the default for these OSes.
7848 ;;
7849
7850 mingw* | cygwin* | pw32* | os2* | cegcc*)
7851 # This hack is so that the source file can tell whether it is being
7852 # built for inclusion in a dll (and should export symbols for example).
7853 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7854 # (--disable-auto-import) libraries
7855 lt_prog_compiler_pic='-DDLL_EXPORT'
7856 ;;
7857
7858 darwin* | rhapsody*)
7859 # PIC is the default on this platform
7860 # Common symbols not allowed in MH_DYLIB files
7861 lt_prog_compiler_pic='-fno-common'
7862 ;;
7863
7864 haiku*)
7865 # PIC is the default for Haiku.
7866 # The "-static" flag exists, but is broken.
7867 lt_prog_compiler_static=
7868 ;;
7869
7870 hpux*)
7871 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7872 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7873 # sets the default TLS model and affects inlining.
7874 case $host_cpu in
7875 hppa*64*)
7876 # +Z the default
7877 ;;
7878 *)
7879 lt_prog_compiler_pic='-fPIC'
7880 ;;
7881 esac
7882 ;;
7883
7884 interix[3-9]*)
7885 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7886 # Instead, we relocate shared libraries at runtime.
7887 ;;
7888
7889 msdosdjgpp*)
7890 # Just because we use GCC doesn't mean we suddenly get shared libraries
7891 # on systems that don't support them.
7892 lt_prog_compiler_can_build_shared=no
7893 enable_shared=no
7894 ;;
7895
7896 *nto* | *qnx*)
7897 # QNX uses GNU C++, but need to define -shared option too, otherwise
7898 # it will coredump.
7899 lt_prog_compiler_pic='-fPIC -shared'
7900 ;;
7901
7902 sysv4*MP*)
7903 if test -d /usr/nec; then
7904 lt_prog_compiler_pic=-Kconform_pic
7905 fi
7906 ;;
7907
7908 *)
7909 lt_prog_compiler_pic='-fPIC'
7910 ;;
7911 esac
7912
7913 case $cc_basename in
7914 nvcc*) # Cuda Compiler Driver 2.2
7915 lt_prog_compiler_wl='-Xlinker '
7916 lt_prog_compiler_pic='-Xcompiler -fPIC'
7917 ;;
7918 esac
7919 else
7920 # PORTME Check for flag to pass linker flags through the system compiler.
7921 case $host_os in
7922 aix*)
7923 lt_prog_compiler_wl='-Wl,'
7924 if test "$host_cpu" = ia64; then
7925 # AIX 5 now supports IA64 processor
7926 lt_prog_compiler_static='-Bstatic'
7927 else
7928 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7929 fi
7930 ;;
7931
7932 mingw* | cygwin* | pw32* | os2* | cegcc*)
7933 # This hack is so that the source file can tell whether it is being
7934 # built for inclusion in a dll (and should export symbols for example).
7935 lt_prog_compiler_pic='-DDLL_EXPORT'
7936 ;;
7937
7938 hpux9* | hpux10* | hpux11*)
7939 lt_prog_compiler_wl='-Wl,'
7940 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7941 # not for PA HP-UX.
7942 case $host_cpu in
7943 hppa*64*|ia64*)
7944 # +Z the default
7945 ;;
7946 *)
7947 lt_prog_compiler_pic='+Z'
7948 ;;
7949 esac
7950 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7951 lt_prog_compiler_static='${wl}-a ${wl}archive'
7952 ;;
7953
7954 irix5* | irix6* | nonstopux*)
7955 lt_prog_compiler_wl='-Wl,'
7956 # PIC (with -KPIC) is the default.
7957 lt_prog_compiler_static='-non_shared'
7958 ;;
7959
7960 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7961 case $cc_basename in
7962 # old Intel for x86_64 which still supported -KPIC.
7963 ecc*)
7964 lt_prog_compiler_wl='-Wl,'
7965 lt_prog_compiler_pic='-KPIC'
7966 lt_prog_compiler_static='-static'
7967 ;;
7968 # icc used to be incompatible with GCC.
7969 # ICC 10 doesn't accept -KPIC any more.
7970 icc* | ifort*)
7971 lt_prog_compiler_wl='-Wl,'
7972 lt_prog_compiler_pic='-fPIC'
7973 lt_prog_compiler_static='-static'
7974 ;;
7975 # Lahey Fortran 8.1.
7976 lf95*)
7977 lt_prog_compiler_wl='-Wl,'
7978 lt_prog_compiler_pic='--shared'
7979 lt_prog_compiler_static='--static'
7980 ;;
7981 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7982 # Portland Group compilers (*not* the Pentium gcc compiler,
7983 # which looks to be a dead project)
7984 lt_prog_compiler_wl='-Wl,'
7985 lt_prog_compiler_pic='-fpic'
7986 lt_prog_compiler_static='-Bstatic'
7987 ;;
7988 ccc*)
7989 lt_prog_compiler_wl='-Wl,'
7990 # All Alpha code is PIC.
7991 lt_prog_compiler_static='-non_shared'
7992 ;;
7993 xl* | bgxl* | bgf* | mpixl*)
7994 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7995 lt_prog_compiler_wl='-Wl,'
7996 lt_prog_compiler_pic='-qpic'
7997 lt_prog_compiler_static='-qstaticlink'
7998 ;;
7999 *)
8000 case `$CC -V 2>&1 | sed 5q` in
8001 *Sun\ F* | *Sun*Fortran*)
8002 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8003 lt_prog_compiler_pic='-KPIC'
8004 lt_prog_compiler_static='-Bstatic'
8005 lt_prog_compiler_wl=''
8006 ;;
8007 *Sun\ C*)
8008 # Sun C 5.9
8009 lt_prog_compiler_pic='-KPIC'
8010 lt_prog_compiler_static='-Bstatic'
8011 lt_prog_compiler_wl='-Wl,'
8012 ;;
8013 esac
8014 ;;
8015 esac
8016 ;;
8017
8018 newsos6)
8019 lt_prog_compiler_pic='-KPIC'
8020 lt_prog_compiler_static='-Bstatic'
8021 ;;
8022
8023 *nto* | *qnx*)
8024 # QNX uses GNU C++, but need to define -shared option too, otherwise
8025 # it will coredump.
8026 lt_prog_compiler_pic='-fPIC -shared'
8027 ;;
8028
8029 osf3* | osf4* | osf5*)
8030 lt_prog_compiler_wl='-Wl,'
8031 # All OSF/1 code is PIC.
8032 lt_prog_compiler_static='-non_shared'
8033 ;;
8034
8035 rdos*)
8036 lt_prog_compiler_static='-non_shared'
8037 ;;
8038
8039 solaris*)
8040 lt_prog_compiler_pic='-KPIC'
8041 lt_prog_compiler_static='-Bstatic'
8042 case $cc_basename in
8043 f77* | f90* | f95*)
8044 lt_prog_compiler_wl='-Qoption ld ';;
8045 *)
8046 lt_prog_compiler_wl='-Wl,';;
8047 esac
8048 ;;
8049
8050 sunos4*)
8051 lt_prog_compiler_wl='-Qoption ld '
8052 lt_prog_compiler_pic='-PIC'
8053 lt_prog_compiler_static='-Bstatic'
8054 ;;
8055
8056 sysv4 | sysv4.2uw2* | sysv4.3*)
8057 lt_prog_compiler_wl='-Wl,'
8058 lt_prog_compiler_pic='-KPIC'
8059 lt_prog_compiler_static='-Bstatic'
8060 ;;
8061
8062 sysv4*MP*)
8063 if test -d /usr/nec ;then
8064 lt_prog_compiler_pic='-Kconform_pic'
8065 lt_prog_compiler_static='-Bstatic'
8066 fi
8067 ;;
8068
8069 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8070 lt_prog_compiler_wl='-Wl,'
8071 lt_prog_compiler_pic='-KPIC'
8072 lt_prog_compiler_static='-Bstatic'
8073 ;;
8074
8075 unicos*)
8076 lt_prog_compiler_wl='-Wl,'
8077 lt_prog_compiler_can_build_shared=no
8078 ;;
8079
8080 uts4*)
8081 lt_prog_compiler_pic='-pic'
8082 lt_prog_compiler_static='-Bstatic'
8083 ;;
8084
8085 *)
8086 lt_prog_compiler_can_build_shared=no
8087 ;;
8088 esac
8089 fi
8090
8091case $host_os in
8092 # For platforms which do not support PIC, -DPIC is meaningless:
8093 *djgpp*)
8094 lt_prog_compiler_pic=
8095 ;;
8096 *)
8097 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8098 ;;
8099esac
8100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8101$as_echo "$lt_prog_compiler_pic" >&6; }
8102
8103
8104
8105
8106
8107
8108#
8109# Check to make sure the PIC flag actually works.
8110#
8111if test -n "$lt_prog_compiler_pic"; then
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8113$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8114if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3
L
8115 $as_echo_n "(cached) " >&6
8116else
8117 lt_cv_prog_compiler_pic_works=no
8118 ac_outfile=conftest.$ac_objext
8119 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8120 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8121 # Insert the option either (1) after the last *FLAGS variable, or
8122 # (2) before a word containing "conftest.", or (3) at the end.
8123 # Note that $ac_compile itself does not contain backslashes and begins
8124 # with a dollar sign (not a hyphen), so the echo should work correctly.
8125 # The option is referenced via a variable to avoid confusing sed.
8126 lt_compile=`echo "$ac_compile" | $SED \
8127 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8128 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8129 -e 's:$: $lt_compiler_flag:'`
8130 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8131 (eval "$lt_compile" 2>conftest.err)
8132 ac_status=$?
8133 cat conftest.err >&5
8134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8135 if (exit $ac_status) && test -s "$ac_outfile"; then
8136 # The compiler can only warn and ignore the option if not recognized
8137 # So say no if there are warnings other than the usual output.
8138 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8139 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8140 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8141 lt_cv_prog_compiler_pic_works=yes
8142 fi
8143 fi
8144 $RM conftest*
8145
8146fi
8147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8148$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8149
8150if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8151 case $lt_prog_compiler_pic in
8152 "" | " "*) ;;
8153 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8154 esac
8155else
8156 lt_prog_compiler_pic=
8157 lt_prog_compiler_can_build_shared=no
8158fi
8159
8160fi
8161
8162
8163
8164
8165
8166
8167#
8168# Check to make sure the static flag actually works.
8169#
8170wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8172$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8173if ${lt_cv_prog_compiler_static_works+:} false; then :
6bb11ab3
L
8174 $as_echo_n "(cached) " >&6
8175else
8176 lt_cv_prog_compiler_static_works=no
8177 save_LDFLAGS="$LDFLAGS"
8178 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8179 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8180 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8181 # The linker can only warn and ignore the option if not recognized
8182 # So say no if there are warnings
8183 if test -s conftest.err; then
8184 # Append any errors to the config.log.
8185 cat conftest.err 1>&5
8186 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8187 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8188 if diff conftest.exp conftest.er2 >/dev/null; then
8189 lt_cv_prog_compiler_static_works=yes
8190 fi
8191 else
8192 lt_cv_prog_compiler_static_works=yes
8193 fi
8194 fi
8195 $RM -r conftest*
8196 LDFLAGS="$save_LDFLAGS"
8197
8198fi
8199{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8200$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8201
8202if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8203 :
8204else
8205 lt_prog_compiler_static=
8206fi
8207
8208
8209
8210
8211
8212
8213
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8215$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8216if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3
L
8217 $as_echo_n "(cached) " >&6
8218else
8219 lt_cv_prog_compiler_c_o=no
8220 $RM -r conftest 2>/dev/null
8221 mkdir conftest
8222 cd conftest
8223 mkdir out
8224 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8225
8226 lt_compiler_flag="-o out/conftest2.$ac_objext"
8227 # Insert the option either (1) after the last *FLAGS variable, or
8228 # (2) before a word containing "conftest.", or (3) at the end.
8229 # Note that $ac_compile itself does not contain backslashes and begins
8230 # with a dollar sign (not a hyphen), so the echo should work correctly.
8231 lt_compile=`echo "$ac_compile" | $SED \
8232 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8233 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8234 -e 's:$: $lt_compiler_flag:'`
8235 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8236 (eval "$lt_compile" 2>out/conftest.err)
8237 ac_status=$?
8238 cat out/conftest.err >&5
8239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8240 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8241 then
8242 # The compiler can only warn and ignore the option if not recognized
8243 # So say no if there are warnings
8244 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8245 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8246 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8247 lt_cv_prog_compiler_c_o=yes
8248 fi
8249 fi
8250 chmod u+w . 2>&5
8251 $RM conftest*
8252 # SGI C++ compiler will create directory out/ii_files/ for
8253 # template instantiation
8254 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8255 $RM out/* && rmdir out
8256 cd ..
8257 $RM -r conftest
8258 $RM conftest*
8259
8260fi
8261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8262$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8263
8264
8265
8266
8267
8268
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8270$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8271if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3
L
8272 $as_echo_n "(cached) " >&6
8273else
8274 lt_cv_prog_compiler_c_o=no
8275 $RM -r conftest 2>/dev/null
8276 mkdir conftest
8277 cd conftest
8278 mkdir out
8279 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8280
8281 lt_compiler_flag="-o out/conftest2.$ac_objext"
8282 # Insert the option either (1) after the last *FLAGS variable, or
8283 # (2) before a word containing "conftest.", or (3) at the end.
8284 # Note that $ac_compile itself does not contain backslashes and begins
8285 # with a dollar sign (not a hyphen), so the echo should work correctly.
8286 lt_compile=`echo "$ac_compile" | $SED \
8287 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8288 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8289 -e 's:$: $lt_compiler_flag:'`
8290 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8291 (eval "$lt_compile" 2>out/conftest.err)
8292 ac_status=$?
8293 cat out/conftest.err >&5
8294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8295 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8296 then
8297 # The compiler can only warn and ignore the option if not recognized
8298 # So say no if there are warnings
8299 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8300 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8301 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8302 lt_cv_prog_compiler_c_o=yes
8303 fi
8304 fi
8305 chmod u+w . 2>&5
8306 $RM conftest*
8307 # SGI C++ compiler will create directory out/ii_files/ for
8308 # template instantiation
8309 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8310 $RM out/* && rmdir out
8311 cd ..
8312 $RM -r conftest
8313 $RM conftest*
8314
8315fi
8316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8317$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8318
8319
8320
8321
8322hard_links="nottested"
8323if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8324 # do not overwrite the value of need_locks provided by the user
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8326$as_echo_n "checking if we can lock with hard links... " >&6; }
8327 hard_links=yes
8328 $RM conftest*
8329 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8330 touch conftest.a
8331 ln conftest.a conftest.b 2>&5 || hard_links=no
8332 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8334$as_echo "$hard_links" >&6; }
8335 if test "$hard_links" = no; then
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8337$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8338 need_locks=warn
8339 fi
8340else
8341 need_locks=no
8342fi
8343
8344
8345
8346
8347
8348
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8350$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8351
8352 runpath_var=
8353 allow_undefined_flag=
8354 always_export_symbols=no
8355 archive_cmds=
8356 archive_expsym_cmds=
8357 compiler_needs_object=no
8358 enable_shared_with_static_runtimes=no
8359 export_dynamic_flag_spec=
8360 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8361 hardcode_automatic=no
8362 hardcode_direct=no
8363 hardcode_direct_absolute=no
8364 hardcode_libdir_flag_spec=
8365 hardcode_libdir_flag_spec_ld=
8366 hardcode_libdir_separator=
8367 hardcode_minus_L=no
8368 hardcode_shlibpath_var=unsupported
8369 inherit_rpath=no
8370 link_all_deplibs=unknown
8371 module_cmds=
8372 module_expsym_cmds=
8373 old_archive_from_new_cmds=
8374 old_archive_from_expsyms_cmds=
8375 thread_safe_flag_spec=
8376 whole_archive_flag_spec=
8377 # include_expsyms should be a list of space-separated symbols to be *always*
8378 # included in the symbol list
8379 include_expsyms=
8380 # exclude_expsyms can be an extended regexp of symbols to exclude
8381 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8382 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8383 # as well as any symbol that contains `d'.
8384 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8385 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8386 # platforms (ab)use it in PIC code, but their linkers get confused if
8387 # the symbol is explicitly referenced. Since portable code cannot
8388 # rely on this symbol name, it's probably fine to never include it in
8389 # preloaded symbol tables.
8390 # Exclude shared library initialization/finalization symbols.
8391 extract_expsyms_cmds=
8392
8393 case $host_os in
8394 cygwin* | mingw* | pw32* | cegcc*)
8395 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8396 # When not using gcc, we currently assume that we are using
8397 # Microsoft Visual C++.
8398 if test "$GCC" != yes; then
8399 with_gnu_ld=no
8400 fi
8401 ;;
8402 interix*)
8403 # we just hope/assume this is gcc and not c89 (= MSVC++)
8404 with_gnu_ld=yes
8405 ;;
8406 openbsd*)
8407 with_gnu_ld=no
8408 ;;
8409 esac
8410
8411 ld_shlibs=yes
8412
8413 # On some targets, GNU ld is compatible enough with the native linker
8414 # that we're better off using the native interface for both.
8415 lt_use_gnu_ld_interface=no
8416 if test "$with_gnu_ld" = yes; then
8417 case $host_os in
8418 aix*)
8419 # The AIX port of GNU ld has always aspired to compatibility
8420 # with the native linker. However, as the warning in the GNU ld
8421 # block says, versions before 2.19.5* couldn't really create working
8422 # shared libraries, regardless of the interface used.
8423 case `$LD -v 2>&1` in
8424 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8425 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8426 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8427 *)
8428 lt_use_gnu_ld_interface=yes
8429 ;;
8430 esac
8431 ;;
8432 *)
8433 lt_use_gnu_ld_interface=yes
8434 ;;
8435 esac
8436 fi
8437
8438 if test "$lt_use_gnu_ld_interface" = yes; then
8439 # If archive_cmds runs LD, not CC, wlarc should be empty
8440 wlarc='${wl}'
8441
8442 # Set some defaults for GNU ld with shared library support. These
8443 # are reset later if shared libraries are not supported. Putting them
8444 # here allows them to be overridden if necessary.
8445 runpath_var=LD_RUN_PATH
8446 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8447 export_dynamic_flag_spec='${wl}--export-dynamic'
8448 # ancient GNU ld didn't support --whole-archive et. al.
8449 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8450 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8451 else
8452 whole_archive_flag_spec=
8453 fi
8454 supports_anon_versioning=no
8455 case `$LD -v 2>&1` in
8456 *GNU\ gold*) supports_anon_versioning=yes ;;
8457 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8458 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8459 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8460 *\ 2.11.*) ;; # other 2.11 versions
8461 *) supports_anon_versioning=yes ;;
8462 esac
8463
8464 # See if GNU ld supports shared libraries.
8465 case $host_os in
8466 aix[3-9]*)
8467 # On AIX/PPC, the GNU linker is very broken
8468 if test "$host_cpu" != ia64; then
8469 ld_shlibs=no
8470 cat <<_LT_EOF 1>&2
8471
8472*** Warning: the GNU linker, at least up to release 2.19, is reported
8473*** to be unable to reliably create shared libraries on AIX.
8474*** Therefore, libtool is disabling shared libraries support. If you
8475*** really care for shared libraries, you may want to install binutils
8476*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8477*** You will then need to restart the configuration process.
8478
8479_LT_EOF
8480 fi
8481 ;;
8482
8483 amigaos*)
8484 case $host_cpu in
8485 powerpc)
8486 # see comment about AmigaOS4 .so support
8487 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8488 archive_expsym_cmds=''
8489 ;;
8490 m68k)
8491 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)'
8492 hardcode_libdir_flag_spec='-L$libdir'
8493 hardcode_minus_L=yes
8494 ;;
8495 esac
8496 ;;
8497
8498 beos*)
8499 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8500 allow_undefined_flag=unsupported
8501 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8502 # support --undefined. This deserves some investigation. FIXME
8503 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8504 else
8505 ld_shlibs=no
8506 fi
8507 ;;
8508
8509 cygwin* | mingw* | pw32* | cegcc*)
8510 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8511 # as there is no search path for DLLs.
8512 hardcode_libdir_flag_spec='-L$libdir'
8513 export_dynamic_flag_spec='${wl}--export-all-symbols'
8514 allow_undefined_flag=unsupported
8515 always_export_symbols=no
8516 enable_shared_with_static_runtimes=yes
8517 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8518
8519 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8520 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8521 # If the export-symbols file already is a .def file (1st line
8522 # is EXPORTS), use it as is; otherwise, prepend...
8523 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8524 cp $export_symbols $output_objdir/$soname.def;
8525 else
8526 echo EXPORTS > $output_objdir/$soname.def;
8527 cat $export_symbols >> $output_objdir/$soname.def;
8528 fi~
8529 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8530 else
8531 ld_shlibs=no
8532 fi
8533 ;;
8534
8535 haiku*)
8536 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8537 link_all_deplibs=yes
8538 ;;
8539
8540 interix[3-9]*)
8541 hardcode_direct=no
8542 hardcode_shlibpath_var=no
8543 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8544 export_dynamic_flag_spec='${wl}-E'
8545 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8546 # Instead, shared libraries are loaded at an image base (0x10000000 by
8547 # default) and relocated if they conflict, which is a slow very memory
8548 # consuming and fragmenting process. To avoid this, we pick a random,
8549 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8550 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8551 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8552 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'
8553 ;;
8554
8555 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8556 tmp_diet=no
8557 if test "$host_os" = linux-dietlibc; then
8558 case $cc_basename in
8559 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8560 esac
8561 fi
8562 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8563 && test "$tmp_diet" = no
8564 then
ae7d0cac 8565 tmp_addflag=' $pic_flag'
6bb11ab3
L
8566 tmp_sharedflag='-shared'
8567 case $cc_basename,$host_cpu in
8568 pgcc*) # Portland Group C compiler
8569 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8570 tmp_addflag=' $pic_flag'
8571 ;;
8572 pgf77* | pgf90* | pgf95* | pgfortran*)
8573 # Portland Group f77 and f90 compilers
8574 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'
8575 tmp_addflag=' $pic_flag -Mnomain' ;;
8576 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8577 tmp_addflag=' -i_dynamic' ;;
8578 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8579 tmp_addflag=' -i_dynamic -nofor_main' ;;
8580 ifc* | ifort*) # Intel Fortran compiler
8581 tmp_addflag=' -nofor_main' ;;
8582 lf95*) # Lahey Fortran 8.1
8583 whole_archive_flag_spec=
8584 tmp_sharedflag='--shared' ;;
8585 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8586 tmp_sharedflag='-qmkshrobj'
8587 tmp_addflag= ;;
8588 nvcc*) # Cuda Compiler Driver 2.2
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 compiler_needs_object=yes
8591 ;;
8592 esac
8593 case `$CC -V 2>&1 | sed 5q` in
8594 *Sun\ C*) # Sun C 5.9
8595 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'
8596 compiler_needs_object=yes
8597 tmp_sharedflag='-G' ;;
8598 *Sun\ F*) # Sun Fortran 8.3
8599 tmp_sharedflag='-G' ;;
8600 esac
8601 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8602
8603 if test "x$supports_anon_versioning" = xyes; then
8604 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8605 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8606 echo "local: *; };" >> $output_objdir/$libname.ver~
8607 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8608 fi
8609
8610 case $cc_basename in
8611 xlf* | bgf* | bgxlf* | mpixlf*)
8612 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8613 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8614 hardcode_libdir_flag_spec=
8615 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8616 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8617 if test "x$supports_anon_versioning" = xyes; then
8618 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8619 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8620 echo "local: *; };" >> $output_objdir/$libname.ver~
8621 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8622 fi
8623 ;;
8624 esac
8625 else
8626 ld_shlibs=no
8627 fi
8628 ;;
8629
8630 netbsd*)
8631 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8632 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8633 wlarc=
8634 else
8635 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8636 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8637 fi
8638 ;;
8639
8640 solaris*)
8641 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8642 ld_shlibs=no
8643 cat <<_LT_EOF 1>&2
8644
8645*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8646*** create shared libraries on Solaris systems. Therefore, libtool
8647*** is disabling shared libraries support. We urge you to upgrade GNU
8648*** binutils to release 2.9.1 or newer. Another option is to modify
8649*** your PATH or compiler configuration so that the native linker is
8650*** used, and then restart.
8651
8652_LT_EOF
8653 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8654 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8655 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8656 else
8657 ld_shlibs=no
8658 fi
8659 ;;
8660
8661 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8662 case `$LD -v 2>&1` in
8663 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8664 ld_shlibs=no
8665 cat <<_LT_EOF 1>&2
8666
8667*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8668*** reliably create shared libraries on SCO systems. Therefore, libtool
8669*** is disabling shared libraries support. We urge you to upgrade GNU
8670*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8671*** your PATH or compiler configuration so that the native linker is
8672*** used, and then restart.
8673
8674_LT_EOF
8675 ;;
8676 *)
8677 # For security reasons, it is highly recommended that you always
8678 # use absolute paths for naming shared libraries, and exclude the
8679 # DT_RUNPATH tag from executables and libraries. But doing so
8680 # requires that you compile everything twice, which is a pain.
8681 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8682 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8683 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8684 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8685 else
8686 ld_shlibs=no
8687 fi
8688 ;;
8689 esac
8690 ;;
8691
8692 sunos4*)
8693 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8694 wlarc=
8695 hardcode_direct=yes
8696 hardcode_shlibpath_var=no
8697 ;;
8698
8699 *)
8700 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8701 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8702 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8703 else
8704 ld_shlibs=no
8705 fi
8706 ;;
8707 esac
8708
8709 if test "$ld_shlibs" = no; then
8710 runpath_var=
8711 hardcode_libdir_flag_spec=
8712 export_dynamic_flag_spec=
8713 whole_archive_flag_spec=
8714 fi
8715 else
8716 # PORTME fill in a description of your system's linker (not GNU ld)
8717 case $host_os in
8718 aix3*)
8719 allow_undefined_flag=unsupported
8720 always_export_symbols=yes
8721 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'
8722 # Note: this linker hardcodes the directories in LIBPATH if there
8723 # are no directories specified by -L.
8724 hardcode_minus_L=yes
8725 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8726 # Neither direct hardcoding nor static linking is supported with a
8727 # broken collect2.
8728 hardcode_direct=unsupported
8729 fi
8730 ;;
8731
8732 aix[4-9]*)
8733 if test "$host_cpu" = ia64; then
8734 # On IA64, the linker does run time linking by default, so we don't
8735 # have to do anything special.
8736 aix_use_runtimelinking=no
8737 exp_sym_flag='-Bexport'
8738 no_entry_flag=""
8739 else
8740 # If we're using GNU nm, then we don't want the "-C" option.
8741 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8742 # Also, AIX nm treats weak defined symbols like other global
8743 # defined symbols, whereas GNU nm marks them as "W".
8744 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8745 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'
8746 else
5c887dd5 8747 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
8748 fi
8749 aix_use_runtimelinking=no
8750
8751 # Test if we are trying to use run time linking or normal
8752 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8753 # need to do runtime linking.
8754 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8755 for ld_flag in $LDFLAGS; do
8756 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8757 aix_use_runtimelinking=yes
8758 break
8759 fi
8760 done
8761 ;;
8762 esac
8763
8764 exp_sym_flag='-bexport'
8765 no_entry_flag='-bnoentry'
8766 fi
8767
8768 # When large executables or shared objects are built, AIX ld can
8769 # have problems creating the table of contents. If linking a library
8770 # or program results in "error TOC overflow" add -mminimal-toc to
8771 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8772 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8773
8774 archive_cmds=''
8775 hardcode_direct=yes
8776 hardcode_direct_absolute=yes
8777 hardcode_libdir_separator=':'
8778 link_all_deplibs=yes
8779 file_list_spec='${wl}-f,'
8780
8781 if test "$GCC" = yes; then
8782 case $host_os in aix4.[012]|aix4.[012].*)
8783 # We only want to do this on AIX 4.2 and lower, the check
8784 # below for broken collect2 doesn't work under 4.3+
8785 collect2name=`${CC} -print-prog-name=collect2`
8786 if test -f "$collect2name" &&
8787 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8788 then
8789 # We have reworked collect2
8790 :
8791 else
8792 # We have old collect2
8793 hardcode_direct=unsupported
8794 # It fails to find uninstalled libraries when the uninstalled
8795 # path is not listed in the libpath. Setting hardcode_minus_L
8796 # to unsupported forces relinking
8797 hardcode_minus_L=yes
8798 hardcode_libdir_flag_spec='-L$libdir'
8799 hardcode_libdir_separator=
8800 fi
8801 ;;
8802 esac
8803 shared_flag='-shared'
8804 if test "$aix_use_runtimelinking" = yes; then
8805 shared_flag="$shared_flag "'${wl}-G'
8806 fi
8807 else
8808 # not using gcc
8809 if test "$host_cpu" = ia64; then
8810 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8811 # chokes on -Wl,-G. The following line is correct:
8812 shared_flag='-G'
8813 else
8814 if test "$aix_use_runtimelinking" = yes; then
8815 shared_flag='${wl}-G'
8816 else
8817 shared_flag='${wl}-bM:SRE'
8818 fi
8819 fi
8820 fi
8821
8822 export_dynamic_flag_spec='${wl}-bexpall'
8823 # It seems that -bexpall does not export symbols beginning with
8824 # underscore (_), so it is better to generate a list of symbols to export.
8825 always_export_symbols=yes
8826 if test "$aix_use_runtimelinking" = yes; then
8827 # Warning - without using the other runtime loading flags (-brtl),
8828 # -berok will link without error, but may produce a broken library.
8829 allow_undefined_flag='-berok'
8830 # Determine the default libpath from the value encoded in an
8831 # empty executable.
8832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8833/* end confdefs.h. */
8834
8835int
8836main ()
8837{
8838
8839 ;
8840 return 0;
ef016f83 8841}
6bb11ab3
L
8842_ACEOF
8843if ac_fn_c_try_link "$LINENO"; then :
8844
8845lt_aix_libpath_sed='
8846 /Import File Strings/,/^$/ {
8847 /^0/ {
8848 s/^0 *\(.*\)$/\1/
8849 p
8850 }
8851 }'
8852aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8853# Check for a 64-bit object if we didn't find anything.
8854if test -z "$aix_libpath"; then
8855 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8856fi
8857fi
8858rm -f core conftest.err conftest.$ac_objext \
8859 conftest$ac_exeext conftest.$ac_ext
8860if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8861
8862 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8863 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"
8864 else
8865 if test "$host_cpu" = ia64; then
8866 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8867 allow_undefined_flag="-z nodefs"
8868 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"
8869 else
8870 # Determine the default libpath from the value encoded in an
8871 # empty executable.
8872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8873/* end confdefs.h. */
8874
8875int
8876main ()
ef016f83 8877{
6bb11ab3
L
8878
8879 ;
8880 return 0;
ef016f83 8881}
6bb11ab3
L
8882_ACEOF
8883if ac_fn_c_try_link "$LINENO"; then :
8884
8885lt_aix_libpath_sed='
8886 /Import File Strings/,/^$/ {
8887 /^0/ {
8888 s/^0 *\(.*\)$/\1/
8889 p
8890 }
8891 }'
8892aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8893# Check for a 64-bit object if we didn't find anything.
8894if test -z "$aix_libpath"; then
8895 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8896fi
8897fi
8898rm -f core conftest.err conftest.$ac_objext \
8899 conftest$ac_exeext conftest.$ac_ext
8900if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8901
8902 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8903 # Warning - without using the other run time loading flags,
8904 # -berok will link without error, but may produce a broken library.
8905 no_undefined_flag=' ${wl}-bernotok'
8906 allow_undefined_flag=' ${wl}-berok'
8907 if test "$with_gnu_ld" = yes; then
8908 # We only use this code for GNU lds that support --whole-archive.
8909 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8910 else
8911 # Exported symbols can be pulled into shared objects from archives
8912 whole_archive_flag_spec='$convenience'
8913 fi
8914 archive_cmds_need_lc=yes
8915 # This is similar to how AIX traditionally builds its shared libraries.
8916 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'
8917 fi
8918 fi
8919 ;;
8920
8921 amigaos*)
8922 case $host_cpu in
8923 powerpc)
8924 # see comment about AmigaOS4 .so support
8925 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8926 archive_expsym_cmds=''
8927 ;;
8928 m68k)
8929 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)'
8930 hardcode_libdir_flag_spec='-L$libdir'
8931 hardcode_minus_L=yes
8932 ;;
8933 esac
8934 ;;
8935
8936 bsdi[45]*)
8937 export_dynamic_flag_spec=-rdynamic
8938 ;;
8939
8940 cygwin* | mingw* | pw32* | cegcc*)
8941 # When not using gcc, we currently assume that we are using
8942 # Microsoft Visual C++.
8943 # hardcode_libdir_flag_spec is actually meaningless, as there is
8944 # no search path for DLLs.
8945 hardcode_libdir_flag_spec=' '
8946 allow_undefined_flag=unsupported
8947 # Tell ltmain to make .lib files, not .a files.
8948 libext=lib
8949 # Tell ltmain to make .dll files, not .so files.
8950 shrext_cmds=".dll"
8951 # FIXME: Setting linknames here is a bad hack.
8952 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8953 # The linker will automatically build a .lib file if we build a DLL.
8954 old_archive_from_new_cmds='true'
8955 # FIXME: Should let the user specify the lib program.
8956 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8957 fix_srcfile_path='`cygpath -w "$srcfile"`'
8958 enable_shared_with_static_runtimes=yes
8959 ;;
8960
8961 darwin* | rhapsody*)
8962
8963
8964 archive_cmds_need_lc=no
8965 hardcode_direct=no
8966 hardcode_automatic=yes
8967 hardcode_shlibpath_var=unsupported
8968 if test "$lt_cv_ld_force_load" = "yes"; then
8969 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\"`'
8970 else
8971 whole_archive_flag_spec=''
8972 fi
8973 link_all_deplibs=yes
8974 allow_undefined_flag="$_lt_dar_allow_undefined"
8975 case $cc_basename in
8976 ifort*) _lt_dar_can_shared=yes ;;
8977 *) _lt_dar_can_shared=$GCC ;;
8978 esac
8979 if test "$_lt_dar_can_shared" = "yes"; then
8980 output_verbose_link_cmd=func_echo_all
8981 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8982 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8983 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}"
8984 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}"
8985
8986 else
8987 ld_shlibs=no
8988 fi
8989
8990 ;;
8991
8992 dgux*)
8993 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8994 hardcode_libdir_flag_spec='-L$libdir'
8995 hardcode_shlibpath_var=no
8996 ;;
8997
8998 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8999 # support. Future versions do this automatically, but an explicit c++rt0.o
9000 # does not break anything, and helps significantly (at the cost of a little
9001 # extra space).
9002 freebsd2.2*)
9003 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9004 hardcode_libdir_flag_spec='-R$libdir'
9005 hardcode_direct=yes
9006 hardcode_shlibpath_var=no
9007 ;;
9008
9009 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9010 freebsd2.*)
9011 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9012 hardcode_direct=yes
9013 hardcode_minus_L=yes
9014 hardcode_shlibpath_var=no
9015 ;;
9016
9017 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9018 freebsd* | dragonfly*)
9019 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9020 hardcode_libdir_flag_spec='-R$libdir'
9021 hardcode_direct=yes
9022 hardcode_shlibpath_var=no
9023 ;;
9024
9025 hpux9*)
9026 if test "$GCC" = yes; then
9027 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'
9028 else
9029 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'
9030 fi
9031 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9032 hardcode_libdir_separator=:
9033 hardcode_direct=yes
9034
9035 # hardcode_minus_L: Not really in the search PATH,
9036 # but as the default location of the library.
9037 hardcode_minus_L=yes
9038 export_dynamic_flag_spec='${wl}-E'
9039 ;;
9040
9041 hpux10*)
9042 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9043 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9044 else
9045 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9046 fi
9047 if test "$with_gnu_ld" = no; then
9048 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9049 hardcode_libdir_flag_spec_ld='+b $libdir'
9050 hardcode_libdir_separator=:
9051 hardcode_direct=yes
9052 hardcode_direct_absolute=yes
9053 export_dynamic_flag_spec='${wl}-E'
9054 # hardcode_minus_L: Not really in the search PATH,
9055 # but as the default location of the library.
9056 hardcode_minus_L=yes
9057 fi
9058 ;;
9059
9060 hpux11*)
9061 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9062 case $host_cpu in
9063 hppa*64*)
9064 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9065 ;;
9066 ia64*)
9067 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9068 ;;
9069 *)
9070 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9071 ;;
9072 esac
9073 else
9074 case $host_cpu in
9075 hppa*64*)
9076 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9077 ;;
9078 ia64*)
9079 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9080 ;;
9081 *)
9082
9083 # Older versions of the 11.00 compiler do not understand -b yet
9084 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9086$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9087if ${lt_cv_prog_compiler__b+:} false; then :
6bb11ab3
L
9088 $as_echo_n "(cached) " >&6
9089else
9090 lt_cv_prog_compiler__b=no
9091 save_LDFLAGS="$LDFLAGS"
9092 LDFLAGS="$LDFLAGS -b"
9093 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9094 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9095 # The linker can only warn and ignore the option if not recognized
9096 # So say no if there are warnings
9097 if test -s conftest.err; then
9098 # Append any errors to the config.log.
9099 cat conftest.err 1>&5
9100 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9101 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9102 if diff conftest.exp conftest.er2 >/dev/null; then
9103 lt_cv_prog_compiler__b=yes
9104 fi
9105 else
9106 lt_cv_prog_compiler__b=yes
9107 fi
9108 fi
9109 $RM -r conftest*
9110 LDFLAGS="$save_LDFLAGS"
9111
9112fi
9113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9114$as_echo "$lt_cv_prog_compiler__b" >&6; }
9115
9116if test x"$lt_cv_prog_compiler__b" = xyes; then
9117 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9118else
9119 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9120fi
9121
9122 ;;
9123 esac
9124 fi
9125 if test "$with_gnu_ld" = no; then
9126 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9127 hardcode_libdir_separator=:
9128
9129 case $host_cpu in
9130 hppa*64*|ia64*)
9131 hardcode_direct=no
9132 hardcode_shlibpath_var=no
9133 ;;
9134 *)
9135 hardcode_direct=yes
9136 hardcode_direct_absolute=yes
9137 export_dynamic_flag_spec='${wl}-E'
9138
9139 # hardcode_minus_L: Not really in the search PATH,
9140 # but as the default location of the library.
9141 hardcode_minus_L=yes
9142 ;;
9143 esac
9144 fi
9145 ;;
9146
9147 irix5* | irix6* | nonstopux*)
9148 if test "$GCC" = yes; then
9149 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'
9150 # Try to use the -exported_symbol ld option, if it does not
9151 # work, assume that -exports_file does not work either and
9152 # implicitly export all symbols.
9153 save_LDFLAGS="$LDFLAGS"
9154 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9156/* end confdefs.h. */
9157int foo(void) {}
9158_ACEOF
9159if ac_fn_c_try_link "$LINENO"; then :
9160 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'
9161
9162fi
9163rm -f core conftest.err conftest.$ac_objext \
9164 conftest$ac_exeext conftest.$ac_ext
9165 LDFLAGS="$save_LDFLAGS"
9166 else
9167 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'
9168 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'
9169 fi
9170 archive_cmds_need_lc='no'
9171 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9172 hardcode_libdir_separator=:
9173 inherit_rpath=yes
9174 link_all_deplibs=yes
9175 ;;
9176
9177 netbsd*)
9178 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9179 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9180 else
9181 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9182 fi
9183 hardcode_libdir_flag_spec='-R$libdir'
9184 hardcode_direct=yes
9185 hardcode_shlibpath_var=no
9186 ;;
9187
9188 newsos6)
9189 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9190 hardcode_direct=yes
9191 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9192 hardcode_libdir_separator=:
9193 hardcode_shlibpath_var=no
9194 ;;
9195
9196 *nto* | *qnx*)
9197 ;;
9198
9199 openbsd*)
9200 if test -f /usr/libexec/ld.so; then
9201 hardcode_direct=yes
9202 hardcode_shlibpath_var=no
9203 hardcode_direct_absolute=yes
9204 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9205 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9206 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9207 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9208 export_dynamic_flag_spec='${wl}-E'
9209 else
9210 case $host_os in
9211 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9212 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9213 hardcode_libdir_flag_spec='-R$libdir'
9214 ;;
9215 *)
9216 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9217 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9218 ;;
9219 esac
9220 fi
9221 else
9222 ld_shlibs=no
9223 fi
9224 ;;
9225
9226 os2*)
9227 hardcode_libdir_flag_spec='-L$libdir'
9228 hardcode_minus_L=yes
9229 allow_undefined_flag=unsupported
9230 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'
9231 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9232 ;;
9233
9234 osf3*)
9235 if test "$GCC" = yes; then
9236 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9237 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'
9238 else
9239 allow_undefined_flag=' -expect_unresolved \*'
9240 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'
9241 fi
9242 archive_cmds_need_lc='no'
9243 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9244 hardcode_libdir_separator=:
9245 ;;
9246
9247 osf4* | osf5*) # as osf3* with the addition of -msym flag
9248 if test "$GCC" = yes; then
9249 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9250 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'
9251 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9252 else
9253 allow_undefined_flag=' -expect_unresolved \*'
9254 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'
9255 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~
9256 $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'
9257
9258 # Both c and cxx compiler support -rpath directly
9259 hardcode_libdir_flag_spec='-rpath $libdir'
9260 fi
9261 archive_cmds_need_lc='no'
9262 hardcode_libdir_separator=:
9263 ;;
9264
9265 solaris*)
9266 no_undefined_flag=' -z defs'
9267 if test "$GCC" = yes; then
9268 wlarc='${wl}'
9269 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9270 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9271 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9272 else
9273 case `$CC -V 2>&1` in
9274 *"Compilers 5.0"*)
9275 wlarc=''
9276 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9277 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9278 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9279 ;;
9280 *)
9281 wlarc='${wl}'
9282 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9283 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9284 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9285 ;;
9286 esac
9287 fi
9288 hardcode_libdir_flag_spec='-R$libdir'
9289 hardcode_shlibpath_var=no
9290 case $host_os in
9291 solaris2.[0-5] | solaris2.[0-5].*) ;;
9292 *)
9293 # The compiler driver will combine and reorder linker options,
9294 # but understands `-z linker_flag'. GCC discards it without `$wl',
9295 # but is careful enough not to reorder.
9296 # Supported since Solaris 2.6 (maybe 2.5.1?)
9297 if test "$GCC" = yes; then
9298 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9299 else
9300 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9301 fi
9302 ;;
9303 esac
9304 link_all_deplibs=yes
9305 ;;
9306
9307 sunos4*)
9308 if test "x$host_vendor" = xsequent; then
9309 # Use $CC to link under sequent, because it throws in some extra .o
9310 # files that make .init and .fini sections work.
9311 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9312 else
9313 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9314 fi
9315 hardcode_libdir_flag_spec='-L$libdir'
9316 hardcode_direct=yes
9317 hardcode_minus_L=yes
9318 hardcode_shlibpath_var=no
9319 ;;
9320
9321 sysv4)
9322 case $host_vendor in
9323 sni)
9324 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9325 hardcode_direct=yes # is this really true???
9326 ;;
9327 siemens)
9328 ## LD is ld it makes a PLAMLIB
9329 ## CC just makes a GrossModule.
9330 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9331 reload_cmds='$CC -r -o $output$reload_objs'
9332 hardcode_direct=no
9333 ;;
9334 motorola)
9335 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9336 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9337 ;;
9338 esac
9339 runpath_var='LD_RUN_PATH'
9340 hardcode_shlibpath_var=no
9341 ;;
9342
9343 sysv4.3*)
9344 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9345 hardcode_shlibpath_var=no
9346 export_dynamic_flag_spec='-Bexport'
9347 ;;
9348
9349 sysv4*MP*)
9350 if test -d /usr/nec; then
9351 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9352 hardcode_shlibpath_var=no
9353 runpath_var=LD_RUN_PATH
9354 hardcode_runpath_var=yes
9355 ld_shlibs=yes
9356 fi
9357 ;;
9358
9359 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9360 no_undefined_flag='${wl}-z,text'
9361 archive_cmds_need_lc=no
9362 hardcode_shlibpath_var=no
9363 runpath_var='LD_RUN_PATH'
9364
9365 if test "$GCC" = yes; then
9366 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9367 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9368 else
9369 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9370 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9371 fi
9372 ;;
9373
9374 sysv5* | sco3.2v5* | sco5v6*)
9375 # Note: We can NOT use -z defs as we might desire, because we do not
9376 # link with -lc, and that would cause any symbols used from libc to
9377 # always be unresolved, which means just about no library would
9378 # ever link correctly. If we're not using GNU ld we use -z text
9379 # though, which does catch some bad symbols but isn't as heavy-handed
9380 # as -z defs.
9381 no_undefined_flag='${wl}-z,text'
9382 allow_undefined_flag='${wl}-z,nodefs'
9383 archive_cmds_need_lc=no
9384 hardcode_shlibpath_var=no
9385 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9386 hardcode_libdir_separator=':'
9387 link_all_deplibs=yes
9388 export_dynamic_flag_spec='${wl}-Bexport'
9389 runpath_var='LD_RUN_PATH'
9390
9391 if test "$GCC" = yes; then
9392 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9393 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9394 else
9395 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9396 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9397 fi
9398 ;;
9399
9400 uts4*)
9401 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9402 hardcode_libdir_flag_spec='-L$libdir'
9403 hardcode_shlibpath_var=no
9404 ;;
9405
9406 *)
9407 ld_shlibs=no
9408 ;;
9409 esac
9410
9411 if test x$host_vendor = xsni; then
9412 case $host in
9413 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9414 export_dynamic_flag_spec='${wl}-Blargedynsym'
9415 ;;
9416 esac
9417 fi
9418 fi
9419
9420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9421$as_echo "$ld_shlibs" >&6; }
9422test "$ld_shlibs" = no && can_build_shared=no
9423
9424with_gnu_ld=$with_gnu_ld
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440#
9441# Do we need to explicitly link libc?
9442#
9443case "x$archive_cmds_need_lc" in
9444x|xyes)
9445 # Assume -lc should be added
9446 archive_cmds_need_lc=yes
9447
9448 if test "$enable_shared" = yes && test "$GCC" = yes; then
9449 case $archive_cmds in
9450 *'~'*)
9451 # FIXME: we may have to deal with multi-command sequences.
9452 ;;
9453 '$CC '*)
9454 # Test whether the compiler implicitly links with -lc since on some
9455 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9456 # to ld, don't add -lc before -lgcc.
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9458$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9459if ${lt_cv_archive_cmds_need_lc+:} false; then :
6bb11ab3
L
9460 $as_echo_n "(cached) " >&6
9461else
9462 $RM conftest*
9463 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9464
9465 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9466 (eval $ac_compile) 2>&5
9467 ac_status=$?
9468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9469 test $ac_status = 0; } 2>conftest.err; then
9470 soname=conftest
9471 lib=conftest
9472 libobjs=conftest.$ac_objext
9473 deplibs=
9474 wl=$lt_prog_compiler_wl
9475 pic_flag=$lt_prog_compiler_pic
9476 compiler_flags=-v
9477 linker_flags=-v
9478 verstring=
9479 output_objdir=.
9480 libname=conftest
9481 lt_save_allow_undefined_flag=$allow_undefined_flag
9482 allow_undefined_flag=
9483 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9484 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9485 ac_status=$?
9486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9487 test $ac_status = 0; }
9488 then
9489 lt_cv_archive_cmds_need_lc=no
9490 else
9491 lt_cv_archive_cmds_need_lc=yes
9492 fi
9493 allow_undefined_flag=$lt_save_allow_undefined_flag
9494 else
9495 cat conftest.err 1>&5
9496 fi
9497 $RM conftest*
9498
9499fi
9500{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9501$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9502 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9503 ;;
9504 esac
9505 fi
9506 ;;
9507esac
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
ef016f83 9628
ef016f83 9629
ef016f83 9630
ef016f83 9631
ef016f83 9632
ef016f83 9633
ef016f83 9634
6ffe910a 9635
6ffe910a
MF
9636
9637
6ffe910a 9638
ef016f83 9639
ef016f83
MF
9640
9641
ef016f83
MF
9642
9643
9644
6ffe910a 9645
ef016f83
MF
9646
9647
ef016f83 9648
ef016f83 9649
ef016f83 9650
ef016f83 9651
ef016f83 9652
ef016f83 9653
ef016f83 9654
ef016f83 9655
ef016f83 9656
ef016f83 9657
ef016f83 9658
ef016f83
MF
9659
9660
ef016f83 9661
ef016f83 9662
ef016f83
MF
9663
9664
6bb11ab3
L
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9666$as_echo_n "checking dynamic linker characteristics... " >&6; }
9667
9668if test "$GCC" = yes; then
9669 case $host_os in
9670 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9671 *) lt_awk_arg="/^libraries:/" ;;
9672 esac
9673 case $host_os in
9674 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9675 *) lt_sed_strip_eq="s,=/,/,g" ;;
9676 esac
9677 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9678 case $lt_search_path_spec in
9679 *\;*)
9680 # if the path contains ";" then we assume it to be the separator
9681 # otherwise default to the standard path separator (i.e. ":") - it is
9682 # assumed that no part of a normal pathname contains ";" but that should
9683 # okay in the real world where ";" in dirpaths is itself problematic.
9684 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9685 ;;
9686 *)
9687 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9688 ;;
9689 esac
9690 # Ok, now we have the path, separated by spaces, we can step through it
9691 # and add multilib dir if necessary.
9692 lt_tmp_lt_search_path_spec=
9693 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9694 for lt_sys_path in $lt_search_path_spec; do
9695 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9696 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9697 else
9698 test -d "$lt_sys_path" && \
9699 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
ef016f83 9700 fi
ef016f83 9701 done
6bb11ab3
L
9702 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9703BEGIN {RS=" "; FS="/|\n";} {
9704 lt_foo="";
9705 lt_count=0;
9706 for (lt_i = NF; lt_i > 0; lt_i--) {
9707 if ($lt_i != "" && $lt_i != ".") {
9708 if ($lt_i == "..") {
9709 lt_count++;
9710 } else {
9711 if (lt_count == 0) {
9712 lt_foo="/" $lt_i lt_foo;
9713 } else {
9714 lt_count--;
9715 }
9716 }
9717 }
9718 }
9719 if (lt_foo != "") { lt_freq[lt_foo]++; }
9720 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9721}'`
9722 # AWK program above erroneously prepends '/' to C:/dos/paths
9723 # for these hosts.
9724 case $host_os in
9725 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9726 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9727 esac
9728 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9729else
9730 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9731fi
9732library_names_spec=
9733libname_spec='lib$name'
9734soname_spec=
9735shrext_cmds=".so"
9736postinstall_cmds=
9737postuninstall_cmds=
9738finish_cmds=
9739finish_eval=
9740shlibpath_var=
9741shlibpath_overrides_runpath=unknown
9742version_type=none
9743dynamic_linker="$host_os ld.so"
9744sys_lib_dlsearch_path_spec="/lib /usr/lib"
9745need_lib_prefix=unknown
9746hardcode_into_libs=no
9747
9748# when you set need_version to no, make sure it does not cause -set_version
9749# flags to be left without arguments
9750need_version=unknown
9751
9752case $host_os in
9753aix3*)
9754 version_type=linux
9755 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9756 shlibpath_var=LIBPATH
9757
9758 # AIX 3 has no versioning support, so we append a major version to the name.
9759 soname_spec='${libname}${release}${shared_ext}$major'
9760 ;;
ef016f83 9761
6bb11ab3
L
9762aix[4-9]*)
9763 version_type=linux
9764 need_lib_prefix=no
9765 need_version=no
9766 hardcode_into_libs=yes
9767 if test "$host_cpu" = ia64; then
9768 # AIX 5 supports IA64
9769 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9770 shlibpath_var=LD_LIBRARY_PATH
9771 else
9772 # With GCC up to 2.95.x, collect2 would create an import file
9773 # for dependence libraries. The import file would start with
9774 # the line `#! .'. This would cause the generated library to
9775 # depend on `.', always an invalid library. This was fixed in
9776 # development snapshots of GCC prior to 3.0.
9777 case $host_os in
9778 aix4 | aix4.[01] | aix4.[01].*)
9779 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9780 echo ' yes '
9781 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9782 :
9783 else
9784 can_build_shared=no
9785 fi
9786 ;;
9787 esac
9788 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9789 # soname into executable. Probably we can add versioning support to
9790 # collect2, so additional links can be useful in future.
9791 if test "$aix_use_runtimelinking" = yes; then
9792 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9793 # instead of lib<name>.a to let people know that these are not
9794 # typical AIX shared libraries.
9795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9796 else
9797 # We preserve .a as extension for shared libraries through AIX4.2
9798 # and later when we are not doing run time linking.
9799 library_names_spec='${libname}${release}.a $libname.a'
9800 soname_spec='${libname}${release}${shared_ext}$major'
9801 fi
9802 shlibpath_var=LIBPATH
ef016f83 9803 fi
6bb11ab3 9804 ;;
ef016f83 9805
6bb11ab3
L
9806amigaos*)
9807 case $host_cpu in
9808 powerpc)
9809 # Since July 2007 AmigaOS4 officially supports .so libraries.
9810 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9812 ;;
9813 m68k)
9814 library_names_spec='$libname.ixlibrary $libname.a'
9815 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9816 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'
9817 ;;
9818 esac
9819 ;;
ef016f83 9820
6bb11ab3
L
9821beos*)
9822 library_names_spec='${libname}${shared_ext}'
9823 dynamic_linker="$host_os ld.so"
9824 shlibpath_var=LIBRARY_PATH
9825 ;;
ef016f83 9826
6bb11ab3
L
9827bsdi[45]*)
9828 version_type=linux
9829 need_version=no
9830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9831 soname_spec='${libname}${release}${shared_ext}$major'
9832 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9833 shlibpath_var=LD_LIBRARY_PATH
9834 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9835 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9836 # the default ld.so.conf also contains /usr/contrib/lib and
9837 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9838 # libtool to hard-code these into programs
9839 ;;
ef016f83 9840
6bb11ab3
L
9841cygwin* | mingw* | pw32* | cegcc*)
9842 version_type=windows
9843 shrext_cmds=".dll"
9844 need_version=no
9845 need_lib_prefix=no
9846
9847 case $GCC,$host_os in
9848 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9849 library_names_spec='$libname.dll.a'
9850 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9851 postinstall_cmds='base_file=`basename \${file}`~
9852 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9853 dldir=$destdir/`dirname \$dlpath`~
9854 test -d \$dldir || mkdir -p \$dldir~
9855 $install_prog $dir/$dlname \$dldir/$dlname~
9856 chmod a+x \$dldir/$dlname~
9857 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9858 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9859 fi'
9860 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9861 dlpath=$dir/\$dldll~
9862 $RM \$dlpath'
9863 shlibpath_overrides_runpath=yes
9864
9865 case $host_os in
9866 cygwin*)
9867 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9868 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9869
9870 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9871 ;;
9872 mingw* | cegcc*)
9873 # MinGW DLLs use traditional 'lib' prefix
9874 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9875 ;;
9876 pw32*)
9877 # pw32 DLLs use 'pw' prefix rather than 'lib'
9878 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9879 ;;
9880 esac
9881 ;;
ef016f83 9882
6bb11ab3
L
9883 *)
9884 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9885 ;;
9886 esac
9887 dynamic_linker='Win32 ld.exe'
9888 # FIXME: first we should search . and the directory the executable is in
9889 shlibpath_var=PATH
9890 ;;
ef016f83 9891
6bb11ab3
L
9892darwin* | rhapsody*)
9893 dynamic_linker="$host_os dyld"
9894 version_type=darwin
9895 need_lib_prefix=no
9896 need_version=no
9897 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9898 soname_spec='${libname}${release}${major}$shared_ext'
9899 shlibpath_overrides_runpath=yes
9900 shlibpath_var=DYLD_LIBRARY_PATH
9901 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9902
9903 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9904 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9905 ;;
ef016f83 9906
6bb11ab3
L
9907dgux*)
9908 version_type=linux
9909 need_lib_prefix=no
9910 need_version=no
9911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9912 soname_spec='${libname}${release}${shared_ext}$major'
9913 shlibpath_var=LD_LIBRARY_PATH
9914 ;;
9915
9916freebsd* | dragonfly*)
9917 # DragonFly does not have aout. When/if they implement a new
9918 # versioning mechanism, adjust this.
9919 if test -x /usr/bin/objformat; then
9920 objformat=`/usr/bin/objformat`
9921 else
9922 case $host_os in
9923 freebsd[23].*) objformat=aout ;;
9924 *) objformat=elf ;;
9925 esac
9926 fi
9927 version_type=freebsd-$objformat
9928 case $version_type in
9929 freebsd-elf*)
9930 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9931 need_version=no
9932 need_lib_prefix=no
9933 ;;
9934 freebsd-*)
9935 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9936 need_version=yes
9937 ;;
9938 esac
9939 shlibpath_var=LD_LIBRARY_PATH
9940 case $host_os in
9941 freebsd2.*)
9942 shlibpath_overrides_runpath=yes
9943 ;;
9944 freebsd3.[01]* | freebsdelf3.[01]*)
9945 shlibpath_overrides_runpath=yes
9946 hardcode_into_libs=yes
9947 ;;
9948 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9949 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9950 shlibpath_overrides_runpath=no
9951 hardcode_into_libs=yes
9952 ;;
9953 *) # from 4.6 on, and DragonFly
9954 shlibpath_overrides_runpath=yes
9955 hardcode_into_libs=yes
9956 ;;
9957 esac
9958 ;;
ef016f83 9959
6bb11ab3
L
9960haiku*)
9961 version_type=linux
9962 need_lib_prefix=no
9963 need_version=no
9964 dynamic_linker="$host_os runtime_loader"
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 shlibpath_var=LIBRARY_PATH
9968 shlibpath_overrides_runpath=yes
9969 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9970 hardcode_into_libs=yes
9971 ;;
ef016f83 9972
6bb11ab3
L
9973hpux9* | hpux10* | hpux11*)
9974 # Give a soname corresponding to the major version so that dld.sl refuses to
9975 # link against other versions.
9976 version_type=sunos
9977 need_lib_prefix=no
9978 need_version=no
9979 case $host_cpu in
9980 ia64*)
9981 shrext_cmds='.so'
9982 hardcode_into_libs=yes
9983 dynamic_linker="$host_os dld.so"
9984 shlibpath_var=LD_LIBRARY_PATH
9985 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9987 soname_spec='${libname}${release}${shared_ext}$major'
9988 if test "X$HPUX_IA64_MODE" = X32; then
9989 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9990 else
9991 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9992 fi
9993 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9994 ;;
9995 hppa*64*)
9996 shrext_cmds='.sl'
9997 hardcode_into_libs=yes
9998 dynamic_linker="$host_os dld.sl"
9999 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10000 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10002 soname_spec='${libname}${release}${shared_ext}$major'
10003 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10004 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10005 ;;
10006 *)
10007 shrext_cmds='.sl'
10008 dynamic_linker="$host_os dld.sl"
10009 shlibpath_var=SHLIB_PATH
10010 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10012 soname_spec='${libname}${release}${shared_ext}$major'
10013 ;;
10014 esac
10015 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10016 postinstall_cmds='chmod 555 $lib'
10017 # or fails outright, so override atomically:
10018 install_override_mode=555
10019 ;;
ef016f83 10020
6bb11ab3
L
10021interix[3-9]*)
10022 version_type=linux
10023 need_lib_prefix=no
10024 need_version=no
10025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10026 soname_spec='${libname}${release}${shared_ext}$major'
10027 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10028 shlibpath_var=LD_LIBRARY_PATH
10029 shlibpath_overrides_runpath=no
10030 hardcode_into_libs=yes
10031 ;;
ef016f83 10032
6bb11ab3
L
10033irix5* | irix6* | nonstopux*)
10034 case $host_os in
10035 nonstopux*) version_type=nonstopux ;;
10036 *)
10037 if test "$lt_cv_prog_gnu_ld" = yes; then
10038 version_type=linux
10039 else
10040 version_type=irix
10041 fi ;;
10042 esac
10043 need_lib_prefix=no
10044 need_version=no
10045 soname_spec='${libname}${release}${shared_ext}$major'
10046 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10047 case $host_os in
10048 irix5* | nonstopux*)
10049 libsuff= shlibsuff=
10050 ;;
10051 *)
10052 case $LD in # libtool.m4 will add one of these switches to LD
10053 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10054 libsuff= shlibsuff= libmagic=32-bit;;
10055 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10056 libsuff=32 shlibsuff=N32 libmagic=N32;;
10057 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10058 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10059 *) libsuff= shlibsuff= libmagic=never-match;;
10060 esac
10061 ;;
10062 esac
10063 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10064 shlibpath_overrides_runpath=no
10065 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10066 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10067 hardcode_into_libs=yes
10068 ;;
ef016f83 10069
6bb11ab3
L
10070# No shared lib support for Linux oldld, aout, or coff.
10071linux*oldld* | linux*aout* | linux*coff*)
10072 dynamic_linker=no
10073 ;;
ef016f83 10074
6bb11ab3 10075# This must be Linux ELF.
46f900c0 10076linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10077 version_type=linux
10078 need_lib_prefix=no
10079 need_version=no
10080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10081 soname_spec='${libname}${release}${shared_ext}$major'
10082 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10083 shlibpath_var=LD_LIBRARY_PATH
10084 shlibpath_overrides_runpath=no
10085
10086 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10087 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
6bb11ab3 10088 $as_echo_n "(cached) " >&6
ef016f83 10089else
6bb11ab3
L
10090 lt_cv_shlibpath_overrides_runpath=no
10091 save_LDFLAGS=$LDFLAGS
10092 save_libdir=$libdir
10093 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10094 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ef016f83 10096/* end confdefs.h. */
ef016f83 10097
ef016f83
MF
10098int
10099main ()
10100{
6bb11ab3
L
10101
10102 ;
ef016f83
MF
10103 return 0;
10104}
10105_ACEOF
6bb11ab3
L
10106if ac_fn_c_try_link "$LINENO"; then :
10107 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10108 lt_cv_shlibpath_overrides_runpath=yes
ef016f83 10109fi
ef016f83 10110fi
6bb11ab3
L
10111rm -f core conftest.err conftest.$ac_objext \
10112 conftest$ac_exeext conftest.$ac_ext
10113 LDFLAGS=$save_LDFLAGS
10114 libdir=$save_libdir
ef016f83
MF
10115
10116fi
ef016f83 10117
6bb11ab3 10118 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ef016f83 10119
6bb11ab3
L
10120 # This implies no fast_install, which is unacceptable.
10121 # Some rework will be needed to allow for fast_install
10122 # before this can be enabled.
10123 hardcode_into_libs=yes
ef016f83 10124
6bb11ab3
L
10125 # Append ld.so.conf contents to the search path
10126 if test -f /etc/ld.so.conf; then
10127 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' ' '`
10128 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10129 fi
ef016f83 10130
6bb11ab3
L
10131 # We used to test for /lib/ld.so.1 and disable shared libraries on
10132 # powerpc, because MkLinux only supported shared libraries with the
10133 # GNU dynamic linker. Since this was broken with cross compilers,
10134 # most powerpc-linux boxes support dynamic linking these days and
10135 # people can always --disable-shared, the test was removed, and we
10136 # assume the GNU/Linux dynamic linker is in use.
10137 dynamic_linker='GNU/Linux ld.so'
10138 ;;
ef016f83 10139
6bb11ab3
L
10140netbsd*)
10141 version_type=sunos
10142 need_lib_prefix=no
10143 need_version=no
10144 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10145 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10146 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10147 dynamic_linker='NetBSD (a.out) ld.so'
10148 else
10149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10150 soname_spec='${libname}${release}${shared_ext}$major'
10151 dynamic_linker='NetBSD ld.elf_so'
10152 fi
10153 shlibpath_var=LD_LIBRARY_PATH
10154 shlibpath_overrides_runpath=yes
10155 hardcode_into_libs=yes
10156 ;;
ef016f83 10157
6bb11ab3
L
10158newsos6)
10159 version_type=linux
10160 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10161 shlibpath_var=LD_LIBRARY_PATH
10162 shlibpath_overrides_runpath=yes
10163 ;;
ef016f83 10164
6bb11ab3
L
10165*nto* | *qnx*)
10166 version_type=qnx
10167 need_lib_prefix=no
10168 need_version=no
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 shlibpath_var=LD_LIBRARY_PATH
10172 shlibpath_overrides_runpath=no
10173 hardcode_into_libs=yes
10174 dynamic_linker='ldqnx.so'
10175 ;;
6ffe910a 10176
6bb11ab3
L
10177openbsd*)
10178 version_type=sunos
10179 sys_lib_dlsearch_path_spec="/usr/lib"
10180 need_lib_prefix=no
10181 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10182 case $host_os in
10183 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10184 *) need_version=no ;;
10185 esac
10186 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10187 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10188 shlibpath_var=LD_LIBRARY_PATH
10189 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10190 case $host_os in
10191 openbsd2.[89] | openbsd2.[89].*)
10192 shlibpath_overrides_runpath=no
10193 ;;
10194 *)
10195 shlibpath_overrides_runpath=yes
10196 ;;
10197 esac
10198 else
10199 shlibpath_overrides_runpath=yes
10200 fi
10201 ;;
2232061b 10202
6bb11ab3
L
10203os2*)
10204 libname_spec='$name'
10205 shrext_cmds=".dll"
10206 need_lib_prefix=no
10207 library_names_spec='$libname${shared_ext} $libname.a'
10208 dynamic_linker='OS/2 ld.exe'
10209 shlibpath_var=LIBPATH
10210 ;;
2232061b 10211
6bb11ab3
L
10212osf3* | osf4* | osf5*)
10213 version_type=osf
10214 need_lib_prefix=no
10215 need_version=no
10216 soname_spec='${libname}${release}${shared_ext}$major'
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10218 shlibpath_var=LD_LIBRARY_PATH
10219 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10220 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10221 ;;
2232061b 10222
6bb11ab3
L
10223rdos*)
10224 dynamic_linker=no
10225 ;;
2232061b 10226
6bb11ab3
L
10227solaris*)
10228 version_type=linux
10229 need_lib_prefix=no
10230 need_version=no
10231 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10232 soname_spec='${libname}${release}${shared_ext}$major'
10233 shlibpath_var=LD_LIBRARY_PATH
10234 shlibpath_overrides_runpath=yes
10235 hardcode_into_libs=yes
10236 # ldd complains unless libraries are executable
10237 postinstall_cmds='chmod +x $lib'
10238 ;;
2232061b 10239
6bb11ab3
L
10240sunos4*)
10241 version_type=sunos
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10243 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10244 shlibpath_var=LD_LIBRARY_PATH
10245 shlibpath_overrides_runpath=yes
10246 if test "$with_gnu_ld" = yes; then
10247 need_lib_prefix=no
10248 fi
10249 need_version=yes
10250 ;;
2232061b 10251
6bb11ab3
L
10252sysv4 | sysv4.3*)
10253 version_type=linux
10254 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10255 soname_spec='${libname}${release}${shared_ext}$major'
10256 shlibpath_var=LD_LIBRARY_PATH
10257 case $host_vendor in
10258 sni)
10259 shlibpath_overrides_runpath=no
10260 need_lib_prefix=no
10261 runpath_var=LD_RUN_PATH
10262 ;;
10263 siemens)
10264 need_lib_prefix=no
10265 ;;
10266 motorola)
10267 need_lib_prefix=no
10268 need_version=no
10269 shlibpath_overrides_runpath=no
10270 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10271 ;;
10272 esac
10273 ;;
2232061b 10274
6bb11ab3
L
10275sysv4*MP*)
10276 if test -d /usr/nec ;then
10277 version_type=linux
10278 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10279 soname_spec='$libname${shared_ext}.$major'
10280 shlibpath_var=LD_LIBRARY_PATH
10281 fi
10282 ;;
2232061b 10283
6bb11ab3
L
10284sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10285 version_type=freebsd-elf
10286 need_lib_prefix=no
10287 need_version=no
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LD_LIBRARY_PATH
10291 shlibpath_overrides_runpath=yes
10292 hardcode_into_libs=yes
10293 if test "$with_gnu_ld" = yes; then
10294 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10295 else
10296 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10297 case $host_os in
10298 sco3.2v5*)
10299 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10300 ;;
10301 esac
2232061b 10302 fi
6bb11ab3
L
10303 sys_lib_dlsearch_path_spec='/usr/lib'
10304 ;;
2232061b 10305
6bb11ab3
L
10306tpf*)
10307 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10308 version_type=linux
10309 need_lib_prefix=no
10310 need_version=no
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10312 shlibpath_var=LD_LIBRARY_PATH
10313 shlibpath_overrides_runpath=no
10314 hardcode_into_libs=yes
10315 ;;
2232061b 10316
6bb11ab3
L
10317uts4*)
10318 version_type=linux
10319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10320 soname_spec='${libname}${release}${shared_ext}$major'
10321 shlibpath_var=LD_LIBRARY_PATH
10322 ;;
2232061b 10323
6bb11ab3
L
10324*)
10325 dynamic_linker=no
10326 ;;
10327esac
10328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10329$as_echo "$dynamic_linker" >&6; }
10330test "$dynamic_linker" = no && can_build_shared=no
2232061b 10331
6bb11ab3
L
10332variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10333if test "$GCC" = yes; then
10334 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10335fi
2232061b 10336
6bb11ab3
L
10337if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10338 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10339fi
10340if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10341 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10342fi
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
2232061b 10358
2232061b 10359
2232061b 10360
2232061b
MF
10361
10362
2232061b 10363
2232061b 10364
2232061b 10365
2232061b 10366
2232061b 10367
2232061b 10368
2232061b 10369
2232061b 10370
2232061b 10371
2232061b
MF
10372
10373
6ffe910a 10374
6ffe910a
MF
10375
10376
10377
10378
10379
2232061b 10380
6ffe910a
MF
10381
10382
10383
10384
6ffe910a 10385
6ffe910a 10386
6ffe910a
MF
10387
10388
6ffe910a 10389
6ffe910a 10390
6ffe910a
MF
10391
10392
5f3ef9d0 10393
5f3ef9d0
JB
10394
10395
10396
db2e4d67
MF
10397
10398
db2e4d67 10399
db2e4d67 10400
db2e4d67 10401
db2e4d67 10402
db2e4d67 10403
db2e4d67 10404
db2e4d67 10405
db2e4d67
MF
10406
10407
db2e4d67 10408
db2e4d67
MF
10409
10410
db2e4d67 10411
db2e4d67
MF
10412
10413
6ffe910a 10414
6ffe910a 10415
6ffe910a
MF
10416
10417
6ffe910a
MF
10418
10419
6ffe910a 10420
6ffe910a 10421
6ffe910a 10422
6ffe910a 10423
6ffe910a 10424
ef016f83 10425
ef016f83 10426
ef016f83 10427
ef016f83 10428
ef016f83 10429
ef016f83 10430
ef016f83 10431
6bb11ab3
L
10432
10433
10434
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10436$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10437hardcode_action=
10438if test -n "$hardcode_libdir_flag_spec" ||
10439 test -n "$runpath_var" ||
10440 test "X$hardcode_automatic" = "Xyes" ; then
10441
10442 # We can hardcode non-existent directories.
10443 if test "$hardcode_direct" != no &&
10444 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10445 # have to relink, otherwise we might link with an installed library
10446 # when we should be linking with a yet-to-be-installed one
10447 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10448 test "$hardcode_minus_L" != no; then
10449 # Linking always hardcodes the temporary library directory.
10450 hardcode_action=relink
10451 else
10452 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10453 hardcode_action=immediate
10454 fi
10455else
10456 # We cannot hardcode anything, or else we can only hardcode existing
10457 # directories.
10458 hardcode_action=unsupported
ef016f83 10459fi
6bb11ab3
L
10460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10461$as_echo "$hardcode_action" >&6; }
ef016f83 10462
6bb11ab3
L
10463if test "$hardcode_action" = relink ||
10464 test "$inherit_rpath" = yes; then
10465 # Fast installation is not supported
10466 enable_fast_install=no
10467elif test "$shlibpath_overrides_runpath" = yes ||
10468 test "$enable_shared" = no; then
10469 # Fast installation is not necessary
10470 enable_fast_install=needless
10471fi
ef016f83 10472
6bb11ab3
L
10473
10474
10475
10476
10477
10478 if test "x$enable_dlopen" != xyes; then
10479 enable_dlopen=unknown
10480 enable_dlopen_self=unknown
10481 enable_dlopen_self_static=unknown
10482else
10483 lt_cv_dlopen=no
10484 lt_cv_dlopen_libs=
10485
10486 case $host_os in
10487 beos*)
10488 lt_cv_dlopen="load_add_on"
10489 lt_cv_dlopen_libs=
10490 lt_cv_dlopen_self=yes
10491 ;;
10492
10493 mingw* | pw32* | cegcc*)
10494 lt_cv_dlopen="LoadLibrary"
10495 lt_cv_dlopen_libs=
10496 ;;
10497
10498 cygwin*)
10499 lt_cv_dlopen="dlopen"
10500 lt_cv_dlopen_libs=
10501 ;;
10502
10503 darwin*)
10504 # if libdl is installed we need to link against it
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10506$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10507if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10508 $as_echo_n "(cached) " >&6
10509else
10510 ac_check_lib_save_LIBS=$LIBS
10511LIBS="-ldl $LIBS"
10512cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10513/* end confdefs.h. */
10514
10515/* Override any GCC internal prototype to avoid an error.
10516 Use char because int might match the return type of a GCC
10517 builtin and then its argument prototype would still apply. */
10518#ifdef __cplusplus
10519extern "C"
10520#endif
10521char dlopen ();
10522int
10523main ()
10524{
10525return dlopen ();
10526 ;
10527 return 0;
10528}
ef016f83 10529_ACEOF
6bb11ab3
L
10530if ac_fn_c_try_link "$LINENO"; then :
10531 ac_cv_lib_dl_dlopen=yes
10532else
10533 ac_cv_lib_dl_dlopen=no
10534fi
10535rm -f core conftest.err conftest.$ac_objext \
10536 conftest$ac_exeext conftest.$ac_ext
10537LIBS=$ac_check_lib_save_LIBS
10538fi
10539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10540$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10541if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10542 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10543else
10544
10545 lt_cv_dlopen="dyld"
10546 lt_cv_dlopen_libs=
10547 lt_cv_dlopen_self=yes
ef016f83
MF
10548
10549fi
10550
6bb11ab3 10551 ;;
ef016f83 10552
6bb11ab3
L
10553 *)
10554 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10555if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10556 lt_cv_dlopen="shl_load"
10557else
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10559$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10560if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10561 $as_echo_n "(cached) " >&6
10562else
10563 ac_check_lib_save_LIBS=$LIBS
10564LIBS="-ldld $LIBS"
10565cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10566/* end confdefs.h. */
10567
10568/* Override any GCC internal prototype to avoid an error.
10569 Use char because int might match the return type of a GCC
10570 builtin and then its argument prototype would still apply. */
10571#ifdef __cplusplus
10572extern "C"
10573#endif
10574char shl_load ();
10575int
10576main ()
10577{
10578return shl_load ();
10579 ;
10580 return 0;
10581}
10582_ACEOF
10583if ac_fn_c_try_link "$LINENO"; then :
10584 ac_cv_lib_dld_shl_load=yes
10585else
10586 ac_cv_lib_dld_shl_load=no
10587fi
10588rm -f core conftest.err conftest.$ac_objext \
10589 conftest$ac_exeext conftest.$ac_ext
10590LIBS=$ac_check_lib_save_LIBS
10591fi
10592{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10593$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10594if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10595 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10596else
10597 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10598if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10599 lt_cv_dlopen="dlopen"
10600else
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10602$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10603if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10604 $as_echo_n "(cached) " >&6
10605else
10606 ac_check_lib_save_LIBS=$LIBS
10607LIBS="-ldl $LIBS"
10608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10609/* end confdefs.h. */
10610
10611/* Override any GCC internal prototype to avoid an error.
10612 Use char because int might match the return type of a GCC
10613 builtin and then its argument prototype would still apply. */
10614#ifdef __cplusplus
10615extern "C"
10616#endif
10617char dlopen ();
10618int
10619main ()
10620{
10621return dlopen ();
10622 ;
10623 return 0;
10624}
ef016f83 10625_ACEOF
6bb11ab3
L
10626if ac_fn_c_try_link "$LINENO"; then :
10627 ac_cv_lib_dl_dlopen=yes
10628else
10629 ac_cv_lib_dl_dlopen=no
ef016f83 10630fi
6bb11ab3
L
10631rm -f core conftest.err conftest.$ac_objext \
10632 conftest$ac_exeext conftest.$ac_ext
10633LIBS=$ac_check_lib_save_LIBS
10634fi
10635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10636$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10637if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10638 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10639else
10640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10641$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10642if ${ac_cv_lib_svld_dlopen+:} false; then :
ef016f83
MF
10643 $as_echo_n "(cached) " >&6
10644else
10645 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10646LIBS="-lsvld $LIBS"
ef016f83
MF
10647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10648/* end confdefs.h. */
10649
10650/* Override any GCC internal prototype to avoid an error.
10651 Use char because int might match the return type of a GCC
10652 builtin and then its argument prototype would still apply. */
10653#ifdef __cplusplus
10654extern "C"
10655#endif
6bb11ab3 10656char dlopen ();
ef016f83
MF
10657int
10658main ()
10659{
6bb11ab3 10660return dlopen ();
ef016f83
MF
10661 ;
10662 return 0;
10663}
10664_ACEOF
10665if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10666 ac_cv_lib_svld_dlopen=yes
ef016f83 10667else
6bb11ab3 10668 ac_cv_lib_svld_dlopen=no
ef016f83
MF
10669fi
10670rm -f core conftest.err conftest.$ac_objext \
10671 conftest$ac_exeext conftest.$ac_ext
10672LIBS=$ac_check_lib_save_LIBS
10673fi
6bb11ab3
L
10674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10675$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10676if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3
L
10677 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10678else
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10680$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10681if ${ac_cv_lib_dld_dld_link+:} false; then :
ef016f83
MF
10682 $as_echo_n "(cached) " >&6
10683else
10684 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10685LIBS="-ldld $LIBS"
ef016f83
MF
10686cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687/* end confdefs.h. */
10688
10689/* Override any GCC internal prototype to avoid an error.
10690 Use char because int might match the return type of a GCC
10691 builtin and then its argument prototype would still apply. */
10692#ifdef __cplusplus
10693extern "C"
10694#endif
6bb11ab3 10695char dld_link ();
ef016f83
MF
10696int
10697main ()
10698{
6bb11ab3 10699return dld_link ();
ef016f83
MF
10700 ;
10701 return 0;
10702}
10703_ACEOF
10704if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10705 ac_cv_lib_dld_dld_link=yes
ef016f83 10706else
6bb11ab3 10707 ac_cv_lib_dld_dld_link=no
ef016f83
MF
10708fi
10709rm -f core conftest.err conftest.$ac_objext \
10710 conftest$ac_exeext conftest.$ac_ext
10711LIBS=$ac_check_lib_save_LIBS
10712fi
6bb11ab3
L
10713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10714$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10715if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
10716 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10717fi
ef016f83 10718
ef016f83
MF
10719
10720fi
10721
10722
6bb11ab3 10723fi
ef016f83 10724
ef016f83 10725
ef016f83
MF
10726fi
10727
10728
6bb11ab3
L
10729fi
10730
10731
10732fi
10733
10734 ;;
10735 esac
10736
10737 if test "x$lt_cv_dlopen" != xno; then
10738 enable_dlopen=yes
10739 else
10740 enable_dlopen=no
10741 fi
10742
10743 case $lt_cv_dlopen in
10744 dlopen)
10745 save_CPPFLAGS="$CPPFLAGS"
10746 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10747
10748 save_LDFLAGS="$LDFLAGS"
10749 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10750
10751 save_LIBS="$LIBS"
10752 LIBS="$lt_cv_dlopen_libs $LIBS"
10753
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10755$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10756if ${lt_cv_dlopen_self+:} false; then :
ef016f83
MF
10757 $as_echo_n "(cached) " >&6
10758else
6bb11ab3
L
10759 if test "$cross_compiling" = yes; then :
10760 lt_cv_dlopen_self=cross
10761else
10762 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10763 lt_status=$lt_dlunknown
10764 cat > conftest.$ac_ext <<_LT_EOF
52d37d2c 10765#line 10765 "configure"
6bb11ab3 10766#include "confdefs.h"
ef016f83 10767
6bb11ab3
L
10768#if HAVE_DLFCN_H
10769#include <dlfcn.h>
ef016f83 10770#endif
6bb11ab3
L
10771
10772#include <stdio.h>
10773
10774#ifdef RTLD_GLOBAL
10775# define LT_DLGLOBAL RTLD_GLOBAL
10776#else
10777# ifdef DL_GLOBAL
10778# define LT_DLGLOBAL DL_GLOBAL
10779# else
10780# define LT_DLGLOBAL 0
10781# endif
10782#endif
10783
10784/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10785 find out it does not work in some platform. */
10786#ifndef LT_DLLAZY_OR_NOW
10787# ifdef RTLD_LAZY
10788# define LT_DLLAZY_OR_NOW RTLD_LAZY
10789# else
10790# ifdef DL_LAZY
10791# define LT_DLLAZY_OR_NOW DL_LAZY
10792# else
10793# ifdef RTLD_NOW
10794# define LT_DLLAZY_OR_NOW RTLD_NOW
10795# else
10796# ifdef DL_NOW
10797# define LT_DLLAZY_OR_NOW DL_NOW
10798# else
10799# define LT_DLLAZY_OR_NOW 0
10800# endif
10801# endif
10802# endif
10803# endif
10804#endif
10805
10806/* When -fvisbility=hidden is used, assume the code has been annotated
10807 correspondingly for the symbols needed. */
10808#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10809void fnord () __attribute__((visibility("default")));
10810#endif
10811
10812void fnord () { int i=42; }
10813int main ()
ef016f83 10814{
6bb11ab3
L
10815 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10816 int status = $lt_dlunknown;
10817
10818 if (self)
10819 {
10820 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10821 else
10822 {
10823 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10824 else puts (dlerror ());
10825 }
10826 /* dlclose (self); */
10827 }
10828 else
10829 puts (dlerror ());
10830
10831 return status;
ef016f83 10832}
6bb11ab3
L
10833_LT_EOF
10834 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10835 (eval $ac_link) 2>&5
10836 ac_status=$?
10837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10838 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10839 (./conftest; exit; ) >&5 2>/dev/null
10840 lt_status=$?
10841 case x$lt_status in
10842 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10843 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10844 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10845 esac
10846 else :
10847 # compilation failed
10848 lt_cv_dlopen_self=no
10849 fi
10850fi
10851rm -fr conftest*
10852
10853
10854fi
10855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10856$as_echo "$lt_cv_dlopen_self" >&6; }
10857
10858 if test "x$lt_cv_dlopen_self" = xyes; then
10859 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10861$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10862if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3
L
10863 $as_echo_n "(cached) " >&6
10864else
10865 if test "$cross_compiling" = yes; then :
10866 lt_cv_dlopen_self_static=cross
10867else
10868 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10869 lt_status=$lt_dlunknown
10870 cat > conftest.$ac_ext <<_LT_EOF
52d37d2c 10871#line 10871 "configure"
6bb11ab3
L
10872#include "confdefs.h"
10873
10874#if HAVE_DLFCN_H
10875#include <dlfcn.h>
10876#endif
10877
10878#include <stdio.h>
10879
10880#ifdef RTLD_GLOBAL
10881# define LT_DLGLOBAL RTLD_GLOBAL
10882#else
10883# ifdef DL_GLOBAL
10884# define LT_DLGLOBAL DL_GLOBAL
10885# else
10886# define LT_DLGLOBAL 0
10887# endif
10888#endif
10889
10890/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10891 find out it does not work in some platform. */
10892#ifndef LT_DLLAZY_OR_NOW
10893# ifdef RTLD_LAZY
10894# define LT_DLLAZY_OR_NOW RTLD_LAZY
10895# else
10896# ifdef DL_LAZY
10897# define LT_DLLAZY_OR_NOW DL_LAZY
10898# else
10899# ifdef RTLD_NOW
10900# define LT_DLLAZY_OR_NOW RTLD_NOW
10901# else
10902# ifdef DL_NOW
10903# define LT_DLLAZY_OR_NOW DL_NOW
10904# else
10905# define LT_DLLAZY_OR_NOW 0
10906# endif
10907# endif
10908# endif
10909# endif
10910#endif
10911
10912/* When -fvisbility=hidden is used, assume the code has been annotated
10913 correspondingly for the symbols needed. */
10914#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10915void fnord () __attribute__((visibility("default")));
10916#endif
10917
10918void fnord () { int i=42; }
10919int main ()
10920{
10921 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10922 int status = $lt_dlunknown;
10923
10924 if (self)
10925 {
10926 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10927 else
10928 {
10929 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10930 else puts (dlerror ());
10931 }
10932 /* dlclose (self); */
10933 }
ef016f83 10934 else
6bb11ab3
L
10935 puts (dlerror ());
10936
10937 return status;
10938}
10939_LT_EOF
10940 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10941 (eval $ac_link) 2>&5
10942 ac_status=$?
10943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10944 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10945 (./conftest; exit; ) >&5 2>/dev/null
10946 lt_status=$?
10947 case x$lt_status in
10948 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10949 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10950 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10951 esac
10952 else :
10953 # compilation failed
10954 lt_cv_dlopen_self_static=no
ef016f83 10955 fi
ef016f83 10956fi
6bb11ab3
L
10957rm -fr conftest*
10958
10959
ef016f83 10960fi
6bb11ab3
L
10961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10962$as_echo "$lt_cv_dlopen_self_static" >&6; }
10963 fi
10964
10965 CPPFLAGS="$save_CPPFLAGS"
10966 LDFLAGS="$save_LDFLAGS"
10967 LIBS="$save_LIBS"
10968 ;;
10969 esac
10970
10971 case $lt_cv_dlopen_self in
10972 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10973 *) enable_dlopen_self=unknown ;;
10974 esac
10975
10976 case $lt_cv_dlopen_self_static in
10977 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10978 *) enable_dlopen_self_static=unknown ;;
10979 esac
10980fi
10981
10982
ef016f83 10983
6bb11ab3
L
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998striplib=
10999old_striplib=
11000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11001$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11002if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11003 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11004 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11006$as_echo "yes" >&6; }
ef016f83 11007else
6bb11ab3
L
11008# FIXME - insert some real tests, host_os isn't really good enough
11009 case $host_os in
11010 darwin*)
11011 if test -n "$STRIP" ; then
11012 striplib="$STRIP -x"
11013 old_striplib="$STRIP -S"
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11015$as_echo "yes" >&6; }
11016 else
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11018$as_echo "no" >&6; }
11019 fi
11020 ;;
11021 *)
11022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11023$as_echo "no" >&6; }
11024 ;;
11025 esac
ef016f83 11026fi
6bb11ab3
L
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039 # Report which library types will actually be built
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11041$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11043$as_echo "$can_build_shared" >&6; }
11044
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11046$as_echo_n "checking whether to build shared libraries... " >&6; }
11047 test "$can_build_shared" = "no" && enable_shared=no
11048
11049 # On AIX, shared libraries and static libraries use the same namespace, and
11050 # are all built from PIC.
11051 case $host_os in
11052 aix3*)
11053 test "$enable_shared" = yes && enable_static=no
11054 if test -n "$RANLIB"; then
11055 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11056 postinstall_cmds='$RANLIB $lib'
11057 fi
11058 ;;
11059
11060 aix[4-9]*)
11061 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11062 test "$enable_shared" = yes && enable_static=no
11063 fi
11064 ;;
11065 esac
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11067$as_echo "$enable_shared" >&6; }
11068
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11070$as_echo_n "checking whether to build static libraries... " >&6; }
11071 # Make sure either enable_shared or enable_static is yes.
11072 test "$enable_shared" = yes || enable_static=yes
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11074$as_echo "$enable_static" >&6; }
11075
11076
11077
11078
ef016f83 11079fi
6bb11ab3
L
11080ac_ext=c
11081ac_cpp='$CPP $CPPFLAGS'
11082ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11083ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11084ac_compiler_gnu=$ac_cv_c_compiler_gnu
11085
11086CC="$lt_save_CC"
11087
11088
11089
11090
11091
11092
11093
11094
11095
ef016f83 11096
ef016f83 11097
ef016f83 11098
ef016f83 11099
6bb11ab3
L
11100 ac_config_commands="$ac_config_commands libtool"
11101
11102
11103
11104
11105# Only expand once:
11106
11107
ef016f83
MF
11108
11109
ef016f83 11110
31e6ad7d
MF
11111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11112$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11113 # Check whether --enable-maintainer-mode was given.
ef016f83 11114if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11115 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11116else
11117 USE_MAINTAINER_MODE=no
ef016f83 11118fi
31e6ad7d
MF
11119
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11121$as_echo "$USE_MAINTAINER_MODE" >&6; }
11122 if test $USE_MAINTAINER_MODE = yes; then
11123 MAINTAINER_MODE_TRUE=
11124 MAINTAINER_MODE_FALSE='#'
ef016f83 11125else
31e6ad7d
MF
11126 MAINTAINER_MODE_TRUE='#'
11127 MAINTAINER_MODE_FALSE=
ef016f83
MF
11128fi
11129
31e6ad7d
MF
11130 MAINT=$MAINTAINER_MODE_TRUE
11131
11132
ef016f83
MF
11133
11134
347fe5bb
MF
11135sim_inline="-DDEFAULT_INLINE=0"
11136# Check whether --enable-sim-inline was given.
11137if test "${enable_sim_inline+set}" = set; then :
11138 enableval=$enable_sim_inline; sim_inline=""
11139case "$enableval" in
11140 no) sim_inline="-DDEFAULT_INLINE=0";;
11141 0) sim_inline="-DDEFAULT_INLINE=0";;
11142 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11143 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11144 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11145 new_flag=""
11146 case "$x" in
11147 *_INLINE=*) new_flag="-D$x";;
11148 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11149 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11150 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11151 esac
11152 if test x"$sim_inline" = x""; then
11153 sim_inline="$new_flag"
11154 else
11155 sim_inline="$sim_inline $new_flag"
11156 fi
11157 done;;
11158esac
11159if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11160 echo "Setting inline flags = $sim_inline" 6>&1
11161fi
11162fi
11163
11164
11165
ef016f83 11166
1ac72f06 11167wire_endian="LITTLE"
ef016f83
MF
11168default_endian=""
11169# Check whether --enable-sim-endian was given.
11170if test "${enable_sim_endian+set}" = set; then :
11171 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11172 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11173 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
ef016f83 11174 yes) if test x"$wire_endian" != x; then
1ac72f06 11175 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83 11176 else
1ac72f06
MF
11177 if test x"$default_endian" != x; then
11178 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
11179 else
11180 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11181 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef016f83
MF
11182 fi
11183 fi;;
11184 no) if test x"$default_endian" != x; then
1ac72f06 11185 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
11186 else
11187 if test x"$wire_endian" != x; then
1ac72f06 11188 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83
MF
11189 else
11190 echo "No default endian for target $target" 1>&6
1ac72f06 11191 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef016f83
MF
11192 fi
11193 fi;;
d0ac1c44 11194 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
ef016f83
MF
11195esac
11196if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11197 echo "Setting endian flags = $sim_endian" 6>&1
11198fi
11199else
11200 if test x"$default_endian" != x; then
1ac72f06 11201 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
11202else
11203 if test x"$wire_endian" != x; then
1ac72f06 11204 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83
MF
11205 else
11206 sim_endian=
11207 fi
11208fi
11209fi
11210
ef016f83 11211
ef016f83
MF
11212default_sim_default_model="bf537"
11213# Check whether --enable-sim-default-model was given.
11214if test "${enable_sim_default_model+set}" = set; then :
11215 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 11216 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
ef016f83
MF
11217 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
11218esac
11219if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
11220 echo "Setting default model = $sim_default_model" 6>&1
11221fi
11222else
11223 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
11224fi
11225
11226
11227
9d903352 11228hardware="cfi core pal glue \
ef016f83
MF
11229 bfin_cec \
11230 bfin_ctimer \
11231 bfin_dma \
11232 bfin_dmac \
11233 bfin_ebiu_amc \
11234 bfin_ebiu_ddrc \
11235 bfin_ebiu_sdc \
11236 bfin_emac \
11237 bfin_eppi \
11238 bfin_evt \
b5215db0 11239 bfin_gpio \
07c5891d 11240 bfin_gpio2 \
ef016f83
MF
11241 bfin_gptimer \
11242 bfin_jtag \
11243 bfin_mmu \
11244 bfin_nfc \
11245 bfin_otp \
c43aadca 11246 bfin_pfmon \
050396e5 11247 bfin_pint \
ef016f83
MF
11248 bfin_pll \
11249 bfin_ppi \
11250 bfin_rtc \
11251 bfin_sic \
11252 bfin_spi \
11253 bfin_trace \
11254 bfin_twi \
11255 bfin_uart \
11256 bfin_uart2 \
11257 bfin_wdog \
11258 bfin_wp \
11259 eth_phy \
11260"
11261sim_hw_cflags="-DWITH_HW=1"
11262sim_hw="$hardware"
11263sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 11264
ef016f83
MF
11265# Check whether --enable-sim-hardware was given.
11266if test "${enable_sim_hardware+set}" = set; then :
11267 enableval=$enable_sim_hardware;
30452bbe
MF
11268else
11269 enable_sim_hardware="yes"
1517bd27
MF
11270fi
11271
11272case ${enable_sim_hardware} in
64dd13df
MF
11273 yes|no) ;;
11274 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
11275 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
11276 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
ef016f83 11277esac
1517bd27 11278
64dd13df 11279if test "$enable_sim_hardware" = no; then
ef016f83
MF
11280 sim_hw_objs=
11281 sim_hw_cflags="-DWITH_HW=0"
11282 sim_hw=
11283else
11284 sim_hw_cflags="-DWITH_HW=1"
11285 # remove duplicates
11286 sim_hw=""
11287 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
11288 for i in $hardware ; do
11289 case " $sim_hw " in
11290 *" $i "*) ;;
11291 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
11292 esac
11293 done
256139f5 11294 # mingw does not support sockser
256139f5
JS
11295 case ${host} in
11296 *mingw*) ;;
49cd1634
MF
11297 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
11298 # that you instatiate. Instead, other code will call into it directly.
11299 # At some point, we should convert it over.
11300 sim_hw_objs="$sim_hw_objs dv-sockser.o"
bcaa61f7 11301 sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER"
256139f5
JS
11302 ;;
11303 esac
1517bd27
MF
11304 if test x"$silent" != x"yes"; then
11305 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
256139f5 11306 fi
1517bd27
MF
11307 case " $hardware " in
11308 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 11309$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 11310if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
11311 $as_echo_n "(cached) " >&6
11312else
11313 ac_check_lib_save_LIBS=$LIBS
11314LIBS="-lm $LIBS"
11315cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11316/* end confdefs.h. */
11317
11318/* Override any GCC internal prototype to avoid an error.
11319 Use char because int might match the return type of a GCC
11320 builtin and then its argument prototype would still apply. */
11321#ifdef __cplusplus
11322extern "C"
11323#endif
11324char log2 ();
11325int
11326main ()
11327{
11328return log2 ();
11329 ;
11330 return 0;
11331}
11332_ACEOF
11333if ac_fn_c_try_link "$LINENO"; then :
11334 ac_cv_lib_m_log2=yes
11335else
11336 ac_cv_lib_m_log2=no
11337fi
11338rm -f core conftest.err conftest.$ac_objext \
11339 conftest$ac_exeext conftest.$ac_ext
11340LIBS=$ac_check_lib_save_LIBS
11341fi
11342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
11343$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 11344if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
11345 cat >>confdefs.h <<_ACEOF
11346#define HAVE_LIBM 1
11347_ACEOF
11348
11349 LIBS="-lm $LIBS"
11350
11351fi
11352;;
1517bd27
MF
11353 esac
11354fi
4399a56b 11355
ef016f83 11356
ef016f83 11357
37e9f182
MF
11358
11359
11360
11361
11362
11363
5798d69f
SM
11364if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11365 if test -n "$ac_tool_prefix"; then
11366 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11367set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11369$as_echo_n "checking for $ac_word... " >&6; }
11370if ${ac_cv_path_PKG_CONFIG+:} false; then :
11371 $as_echo_n "(cached) " >&6
11372else
11373 case $PKG_CONFIG in
11374 [\\/]* | ?:[\\/]*)
11375 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11376 ;;
11377 *)
11378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11379for as_dir in $PATH
11380do
11381 IFS=$as_save_IFS
11382 test -z "$as_dir" && as_dir=.
11383 for ac_exec_ext in '' $ac_executable_extensions; do
11384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11385 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11387 break 2
11388 fi
11389done
11390 done
11391IFS=$as_save_IFS
11392
11393 ;;
11394esac
11395fi
11396PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11397if test -n "$PKG_CONFIG"; then
11398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11399$as_echo "$PKG_CONFIG" >&6; }
11400else
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11402$as_echo "no" >&6; }
11403fi
11404
11405
11406fi
11407if test -z "$ac_cv_path_PKG_CONFIG"; then
11408 ac_pt_PKG_CONFIG=$PKG_CONFIG
11409 # Extract the first word of "pkg-config", so it can be a program name with args.
11410set dummy pkg-config; ac_word=$2
11411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11412$as_echo_n "checking for $ac_word... " >&6; }
11413if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
11414 $as_echo_n "(cached) " >&6
11415else
11416 case $ac_pt_PKG_CONFIG in
11417 [\\/]* | ?:[\\/]*)
11418 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11419 ;;
11420 *)
11421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11422for as_dir in $PATH
11423do
11424 IFS=$as_save_IFS
11425 test -z "$as_dir" && as_dir=.
11426 for ac_exec_ext in '' $ac_executable_extensions; do
11427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11428 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11430 break 2
11431 fi
11432done
11433 done
11434IFS=$as_save_IFS
11435
11436 ;;
11437esac
11438fi
11439ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11440if test -n "$ac_pt_PKG_CONFIG"; then
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11442$as_echo "$ac_pt_PKG_CONFIG" >&6; }
11443else
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11445$as_echo "no" >&6; }
11446fi
11447
11448 if test "x$ac_pt_PKG_CONFIG" = x; then
11449 PKG_CONFIG=""
11450 else
11451 case $cross_compiling:$ac_tool_warned in
11452yes:)
11453{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11454$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11455ac_tool_warned=yes ;;
11456esac
11457 PKG_CONFIG=$ac_pt_PKG_CONFIG
11458 fi
11459else
11460 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11461fi
11462
11463fi
11464if test -n "$PKG_CONFIG"; then
11465 _pkg_min_version=0.9.0
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11467$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11468 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11470$as_echo "yes" >&6; }
11471 else
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11473$as_echo "no" >&6; }
11474 PKG_CONFIG=""
11475 fi
11476fi
11477
11478pkg_failed=no
11479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl" >&5
11480$as_echo_n "checking for sdl... " >&6; }
11481
11482if test -n "$SDL_CFLAGS"; then
11483 pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
11484 elif test -n "$PKG_CONFIG"; then
11485 if test -n "$PKG_CONFIG" && \
11486 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
11487 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
11488 ac_status=$?
11489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11490 test $ac_status = 0; }; then
11491 pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
11492 test "x$?" != "x0" && pkg_failed=yes
11493else
11494 pkg_failed=yes
11495fi
11496 else
11497 pkg_failed=untried
11498fi
11499if test -n "$SDL_LIBS"; then
11500 pkg_cv_SDL_LIBS="$SDL_LIBS"
11501 elif test -n "$PKG_CONFIG"; then
11502 if test -n "$PKG_CONFIG" && \
11503 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
11504 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
11505 ac_status=$?
11506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11507 test $ac_status = 0; }; then
11508 pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null`
11509 test "x$?" != "x0" && pkg_failed=yes
11510else
11511 pkg_failed=yes
11512fi
11513 else
11514 pkg_failed=untried
11515fi
11516
11517if test $pkg_failed = no; then
11518 pkg_save_LDFLAGS="$LDFLAGS"
11519 LDFLAGS="$LDFLAGS $pkg_cv_SDL_LIBS"
11520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11521/* end confdefs.h. */
11522
11523int
11524main ()
11525{
11526
11527 ;
11528 return 0;
11529}
11530_ACEOF
11531if ac_fn_c_try_link "$LINENO"; then :
11532
11533else
11534 pkg_failed=yes
11535fi
11536rm -f core conftest.err conftest.$ac_objext \
11537 conftest$ac_exeext conftest.$ac_ext
11538 LDFLAGS=$pkg_save_LDFLAGS
11539fi
11540
11541
11542
11543if test $pkg_failed = yes; then
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11545$as_echo "no" >&6; }
11546
11547if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11548 _pkg_short_errors_supported=yes
11549else
11550 _pkg_short_errors_supported=no
11551fi
11552 if test $_pkg_short_errors_supported = yes; then
11553 SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl" 2>&1`
11554 else
11555 SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl" 2>&1`
11556 fi
11557 # Put the nasty error message in config.log where it belongs
11558 echo "$SDL_PKG_ERRORS" >&5
11559
11560 :
11561elif test $pkg_failed = untried; then
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11563$as_echo "no" >&6; }
11564 :
11565else
11566 SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
11567 SDL_LIBS=$pkg_cv_SDL_LIBS
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11569$as_echo "yes" >&6; }
11570
11571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11572$as_echo_n "checking for dlopen in -ldl... " >&6; }
11573if ${ac_cv_lib_dl_dlopen+:} false; then :
11574 $as_echo_n "(cached) " >&6
11575else
11576 ac_check_lib_save_LIBS=$LIBS
11577LIBS="-ldl $LIBS"
11578cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11579/* end confdefs.h. */
11580
11581/* Override any GCC internal prototype to avoid an error.
11582 Use char because int might match the return type of a GCC
11583 builtin and then its argument prototype would still apply. */
11584#ifdef __cplusplus
11585extern "C"
11586#endif
11587char dlopen ();
11588int
11589main ()
11590{
11591return dlopen ();
11592 ;
11593 return 0;
11594}
11595_ACEOF
11596if ac_fn_c_try_link "$LINENO"; then :
11597 ac_cv_lib_dl_dlopen=yes
11598else
11599 ac_cv_lib_dl_dlopen=no
11600fi
11601rm -f core conftest.err conftest.$ac_objext \
11602 conftest$ac_exeext conftest.$ac_ext
11603LIBS=$ac_check_lib_save_LIBS
11604fi
11605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11606$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11607if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11608
ef016f83
MF
11609 SDL_CFLAGS="${SDL_CFLAGS} -DHAVE_SDL"
11610 SDL_LIBS="-ldl"
5798d69f
SM
11611
11612else
11613 SDL_CFLAGS= SDL_LIBS=
11614fi
11615
11616
11617fi
ef016f83
MF
11618
11619
11620
11621
82e6d6bf
MF
11622# Check whether --enable-werror was given.
11623if test "${enable_werror+set}" = set; then :
11624 enableval=$enable_werror; case "${enableval}" in
11625 yes | y) ERROR_ON_WARNING="yes" ;;
11626 no | n) ERROR_ON_WARNING="no" ;;
11627 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11628 esac
11629fi
11630
11631
11632# Enable -Werror by default when using gcc
11633if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11634 ERROR_ON_WARNING=yes
11635fi
11636
11637WERROR_CFLAGS=""
11638 if test "${ERROR_ON_WARNING}" = yes ; then
11639 WERROR_CFLAGS="-Werror"
11640 fi
11641
11642build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11643-Wpointer-sign \
11644-Wno-unused -Wunused-value -Wunused-function \
11645-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11646-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11647-Wold-style-declaration -Wold-style-definition"
11648
11649# Enable -Wno-format by default when using gcc on mingw since many
11650# GCC versions complain about %I64.
11651case "${host}" in
11652 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11653 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11654esac
11655
11656# Check whether --enable-build-warnings was given.
11657if test "${enable_build_warnings+set}" = set; then :
11658 enableval=$enable_build_warnings; case "${enableval}" in
11659 yes) ;;
11660 no) build_warnings="-w";;
11661 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11662 build_warnings="${build_warnings} ${t}";;
11663 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11664 build_warnings="${t} ${build_warnings}";;
11665 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11666esac
11667if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11668 echo "Setting compiler warning flags = $build_warnings" 6>&1
11669fi
11670fi
11671# Check whether --enable-sim-build-warnings was given.
11672if test "${enable_sim_build_warnings+set}" = set; then :
11673 enableval=$enable_sim_build_warnings; case "${enableval}" in
11674 yes) ;;
11675 no) build_warnings="-w";;
11676 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11677 build_warnings="${build_warnings} ${t}";;
11678 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11679 build_warnings="${t} ${build_warnings}";;
11680 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11681esac
11682if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
11683 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
11684fi
11685fi
11686WARN_CFLAGS=""
11687if test "x${build_warnings}" != x -a "x$GCC" = xyes
11688then
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
11690$as_echo_n "checking compiler warning flags... " >&6; }
11691 # Separate out the -Werror flag as some files just cannot be
11692 # compiled with it enabled.
11693 for w in ${build_warnings}; do
11694 case $w in
11695 -Werr*) WERROR_CFLAGS=-Werror ;;
11696 *) # Check that GCC accepts it
11697 saved_CFLAGS="$CFLAGS"
11698 CFLAGS="$CFLAGS -Werror $w"
11699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11700/* end confdefs.h. */
11701
11702int
11703main ()
11704{
11705
11706 ;
11707 return 0;
11708}
11709_ACEOF
11710if ac_fn_c_try_compile "$LINENO"; then :
11711 WARN_CFLAGS="${WARN_CFLAGS} $w"
11712fi
11713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11714 CFLAGS="$saved_CFLAGS"
11715 esac
11716 done
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
11718$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
11719fi
11720
11721
ef016f83
MF
11722cgen_breaks=""
11723if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
11724cgen_breaks="break cgen_rtx_error";
11725fi
11726
11727ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
11728
11729ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
11730
11731ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
11732
11733ac_config_commands="$ac_config_commands Makefile"
11734
11735ac_config_commands="$ac_config_commands stamp-h"
11736
760b3e8b
MF
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
ef016f83
MF
11749cat >confcache <<\_ACEOF
11750# This file is a shell script that caches the results of configure
11751# tests run on this system so they can be shared between configure
11752# scripts and configure runs, see configure's option --config-cache.
11753# It is not useful on other systems. If it contains results you don't
11754# want to keep, you may remove or edit it.
11755#
11756# config.status only pays attention to the cache file if you give it
11757# the --recheck option to rerun configure.
11758#
11759# `ac_cv_env_foo' variables (set or unset) will be overridden when
11760# loading this file, other *unset* `ac_cv_foo' will be assigned the
11761# following values.
11762
11763_ACEOF
11764
11765# The following way of writing the cache mishandles newlines in values,
11766# but we know of no workaround that is simple, portable, and efficient.
11767# So, we kill variables containing newlines.
11768# Ultrix sh set writes to stderr and can't be redirected directly,
11769# and sets the high bit in the cache file unless we assign to the vars.
11770(
11771 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11772 eval ac_val=\$$ac_var
11773 case $ac_val in #(
11774 *${as_nl}*)
11775 case $ac_var in #(
11776 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11777$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11778 esac
11779 case $ac_var in #(
11780 _ | IFS | as_nl) ;; #(
11781 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11782 *) { eval $ac_var=; unset $ac_var;} ;;
11783 esac ;;
11784 esac
11785 done
11786
11787 (set) 2>&1 |
11788 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11789 *${as_nl}ac_space=\ *)
11790 # `set' does not quote correctly, so add quotes: double-quote
11791 # substitution turns \\\\ into \\, and sed turns \\ into \.
11792 sed -n \
11793 "s/'/'\\\\''/g;
11794 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11795 ;; #(
11796 *)
11797 # `set' quotes correctly as required by POSIX, so do not add quotes.
11798 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11799 ;;
11800 esac |
11801 sort
11802) |
11803 sed '
11804 /^ac_cv_env_/b end
11805 t clear
11806 :clear
11807 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11808 t end
11809 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11810 :end' >>confcache
11811if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11812 if test -w "$cache_file"; then
d0ac1c44 11813 if test "x$cache_file" != "x/dev/null"; then
ef016f83
MF
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11815$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
11816 if test ! -f "$cache_file" || test -h "$cache_file"; then
11817 cat confcache >"$cache_file"
11818 else
11819 case $cache_file in #(
11820 */* | ?:*)
11821 mv -f confcache "$cache_file"$$ &&
11822 mv -f "$cache_file"$$ "$cache_file" ;; #(
11823 *)
11824 mv -f confcache "$cache_file" ;;
11825 esac
11826 fi
11827 fi
ef016f83
MF
11828 else
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11830$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11831 fi
11832fi
11833rm -f confcache
11834
11835test "x$prefix" = xNONE && prefix=$ac_default_prefix
11836# Let make expand exec_prefix.
11837test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11838
52d37d2c
MF
11839# Transform confdefs.h into DEFS.
11840# Protect against shell expansion while executing Makefile rules.
11841# Protect against Makefile macro expansion.
11842#
11843# If the first sed substitution is executed (which looks for macros that
11844# take arguments), then branch to the quote section. Otherwise,
11845# look for a macro that doesn't take arguments.
11846ac_script='
11847:mline
11848/\\$/{
11849 N
11850 s,\\\n,,
11851 b mline
11852}
11853t clear
11854:clear
11855s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11856t quote
11857s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11858t quote
11859b any
11860:quote
11861s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11862s/\[/\\&/g
11863s/\]/\\&/g
11864s/\$/$$/g
11865H
11866:any
11867${
11868 g
11869 s/^\n//
11870 s/\n/ /g
11871 p
11872}
11873'
11874DEFS=`sed -n "$ac_script" confdefs.h`
11875
ef016f83
MF
11876
11877ac_libobjs=
11878ac_ltlibobjs=
d0ac1c44 11879U=
ef016f83
MF
11880for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11881 # 1. Remove the extension, and $U if already installed.
11882 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11883 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11884 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11885 # will be set to the directory where LIBOBJS objects are built.
11886 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11887 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11888done
11889LIBOBJS=$ac_libobjs
11890
11891LTLIBOBJS=$ac_ltlibobjs
11892
11893
0cb8d851 11894
6bb11ab3 11895if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 11896 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
11897Usually this means the macro was only invoked conditionally." "$LINENO" 5
11898fi
31e6ad7d 11899if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 11900 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
11901Usually this means the macro was only invoked conditionally." "$LINENO" 5
11902fi
ef016f83 11903
d0ac1c44 11904: "${CONFIG_STATUS=./config.status}"
ef016f83
MF
11905ac_write_fail=0
11906ac_clean_files_save=$ac_clean_files
11907ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11908{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11909$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11910as_write_fail=0
11911cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11912#! $SHELL
11913# Generated by $as_me.
11914# Run this file to recreate the current configuration.
11915# Compiler output produced by configure, useful for debugging
11916# configure, is in config.log if it exists.
11917
11918debug=false
11919ac_cs_recheck=false
11920ac_cs_silent=false
11921
11922SHELL=\${CONFIG_SHELL-$SHELL}
11923export SHELL
11924_ASEOF
11925cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11926## -------------------- ##
11927## M4sh Initialization. ##
11928## -------------------- ##
11929
11930# Be more Bourne compatible
11931DUALCASE=1; export DUALCASE # for MKS sh
11932if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11933 emulate sh
11934 NULLCMD=:
11935 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11936 # is contrary to our usage. Disable this feature.
11937 alias -g '${1+"$@"}'='"$@"'
11938 setopt NO_GLOB_SUBST
11939else
11940 case `(set -o) 2>/dev/null` in #(
11941 *posix*) :
11942 set -o posix ;; #(
11943 *) :
11944 ;;
11945esac
11946fi
11947
11948
11949as_nl='
11950'
11951export as_nl
11952# Printing a long string crashes Solaris 7 /usr/bin/printf.
11953as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11954as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11955as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11956# Prefer a ksh shell builtin over an external printf program on Solaris,
11957# but without wasting forks for bash or zsh.
11958if test -z "$BASH_VERSION$ZSH_VERSION" \
11959 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11960 as_echo='print -r --'
11961 as_echo_n='print -rn --'
11962elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11963 as_echo='printf %s\n'
11964 as_echo_n='printf %s'
11965else
11966 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11967 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11968 as_echo_n='/usr/ucb/echo -n'
11969 else
11970 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11971 as_echo_n_body='eval
11972 arg=$1;
11973 case $arg in #(
11974 *"$as_nl"*)
11975 expr "X$arg" : "X\\(.*\\)$as_nl";
11976 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11977 esac;
11978 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11979 '
11980 export as_echo_n_body
11981 as_echo_n='sh -c $as_echo_n_body as_echo'
11982 fi
11983 export as_echo_body
11984 as_echo='sh -c $as_echo_body as_echo'
11985fi
11986
11987# The user is always right.
11988if test "${PATH_SEPARATOR+set}" != set; then
11989 PATH_SEPARATOR=:
11990 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11991 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11992 PATH_SEPARATOR=';'
11993 }
11994fi
11995
11996
11997# IFS
11998# We need space, tab and new line, in precisely that order. Quoting is
11999# there to prevent editors from complaining about space-tab.
12000# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12001# splitting by setting IFS to empty value.)
12002IFS=" "" $as_nl"
12003
12004# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12005as_myself=
ef016f83
MF
12006case $0 in #((
12007 *[\\/]* ) as_myself=$0 ;;
12008 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12009for as_dir in $PATH
12010do
12011 IFS=$as_save_IFS
12012 test -z "$as_dir" && as_dir=.
12013 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12014 done
12015IFS=$as_save_IFS
12016
12017 ;;
12018esac
12019# We did not find ourselves, most probably we were run as `sh COMMAND'
12020# in which case we are not to be found in the path.
12021if test "x$as_myself" = x; then
12022 as_myself=$0
12023fi
12024if test ! -f "$as_myself"; then
12025 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12026 exit 1
12027fi
12028
12029# Unset variables that we do not need and which cause bugs (e.g. in
12030# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12031# suppresses any "Segmentation fault" message there. '((' could
12032# trigger a bug in pdksh 5.2.14.
12033for as_var in BASH_ENV ENV MAIL MAILPATH
12034do eval test x\${$as_var+set} = xset \
12035 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12036done
12037PS1='$ '
12038PS2='> '
12039PS4='+ '
12040
12041# NLS nuisances.
12042LC_ALL=C
12043export LC_ALL
12044LANGUAGE=C
12045export LANGUAGE
12046
12047# CDPATH.
12048(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12049
12050
d0ac1c44
SM
12051# as_fn_error STATUS ERROR [LINENO LOG_FD]
12052# ----------------------------------------
ef016f83
MF
12053# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12054# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12055# script with STATUS, using 1 if that was 0.
ef016f83
MF
12056as_fn_error ()
12057{
d0ac1c44
SM
12058 as_status=$1; test $as_status -eq 0 && as_status=1
12059 if test "$4"; then
12060 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12061 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
ef016f83 12062 fi
d0ac1c44 12063 $as_echo "$as_me: error: $2" >&2
ef016f83
MF
12064 as_fn_exit $as_status
12065} # as_fn_error
12066
12067
12068# as_fn_set_status STATUS
12069# -----------------------
12070# Set $? to STATUS, without forking.
12071as_fn_set_status ()
12072{
12073 return $1
12074} # as_fn_set_status
12075
12076# as_fn_exit STATUS
12077# -----------------
12078# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12079as_fn_exit ()
12080{
12081 set +e
12082 as_fn_set_status $1
12083 exit $1
12084} # as_fn_exit
12085
12086# as_fn_unset VAR
12087# ---------------
12088# Portably unset VAR.
12089as_fn_unset ()
12090{
12091 { eval $1=; unset $1;}
12092}
12093as_unset=as_fn_unset
12094# as_fn_append VAR VALUE
12095# ----------------------
12096# Append the text in VALUE to the end of the definition contained in VAR. Take
12097# advantage of any shell optimizations that allow amortized linear growth over
12098# repeated appends, instead of the typical quadratic growth present in naive
12099# implementations.
12100if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12101 eval 'as_fn_append ()
12102 {
12103 eval $1+=\$2
12104 }'
12105else
12106 as_fn_append ()
12107 {
12108 eval $1=\$$1\$2
12109 }
12110fi # as_fn_append
12111
12112# as_fn_arith ARG...
12113# ------------------
12114# Perform arithmetic evaluation on the ARGs, and store the result in the
12115# global $as_val. Take advantage of shells that can avoid forks. The arguments
12116# must be portable across $(()) and expr.
12117if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12118 eval 'as_fn_arith ()
12119 {
12120 as_val=$(( $* ))
12121 }'
12122else
12123 as_fn_arith ()
12124 {
12125 as_val=`expr "$@" || test $? -eq 1`
12126 }
12127fi # as_fn_arith
12128
12129
12130if expr a : '\(a\)' >/dev/null 2>&1 &&
12131 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12132 as_expr=expr
12133else
12134 as_expr=false
12135fi
12136
12137if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12138 as_basename=basename
12139else
12140 as_basename=false
12141fi
12142
12143if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12144 as_dirname=dirname
12145else
12146 as_dirname=false
12147fi
12148
12149as_me=`$as_basename -- "$0" ||
12150$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12151 X"$0" : 'X\(//\)$' \| \
12152 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12153$as_echo X/"$0" |
12154 sed '/^.*\/\([^/][^/]*\)\/*$/{
12155 s//\1/
12156 q
12157 }
12158 /^X\/\(\/\/\)$/{
12159 s//\1/
12160 q
12161 }
12162 /^X\/\(\/\).*/{
12163 s//\1/
12164 q
12165 }
12166 s/.*/./; q'`
12167
12168# Avoid depending upon Character Ranges.
12169as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12170as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12171as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12172as_cr_digits='0123456789'
12173as_cr_alnum=$as_cr_Letters$as_cr_digits
12174
12175ECHO_C= ECHO_N= ECHO_T=
12176case `echo -n x` in #(((((
12177-n*)
12178 case `echo 'xy\c'` in
12179 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12180 xy) ECHO_C='\c';;
12181 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12182 ECHO_T=' ';;
12183 esac;;
12184*)
12185 ECHO_N='-n';;
12186esac
12187
12188rm -f conf$$ conf$$.exe conf$$.file
12189if test -d conf$$.dir; then
12190 rm -f conf$$.dir/conf$$.file
12191else
12192 rm -f conf$$.dir
12193 mkdir conf$$.dir 2>/dev/null
12194fi
12195if (echo >conf$$.file) 2>/dev/null; then
12196 if ln -s conf$$.file conf$$ 2>/dev/null; then
12197 as_ln_s='ln -s'
12198 # ... but there are two gotchas:
12199 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12200 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12201 # In both cases, we have to default to `cp -pR'.
ef016f83 12202 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12203 as_ln_s='cp -pR'
ef016f83
MF
12204 elif ln conf$$.file conf$$ 2>/dev/null; then
12205 as_ln_s=ln
12206 else
d0ac1c44 12207 as_ln_s='cp -pR'
ef016f83
MF
12208 fi
12209else
d0ac1c44 12210 as_ln_s='cp -pR'
ef016f83
MF
12211fi
12212rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12213rmdir conf$$.dir 2>/dev/null
12214
12215
12216# as_fn_mkdir_p
12217# -------------
12218# Create "$as_dir" as a directory, including parents if necessary.
12219as_fn_mkdir_p ()
12220{
12221
12222 case $as_dir in #(
12223 -*) as_dir=./$as_dir;;
12224 esac
12225 test -d "$as_dir" || eval $as_mkdir_p || {
12226 as_dirs=
12227 while :; do
12228 case $as_dir in #(
12229 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12230 *) as_qdir=$as_dir;;
12231 esac
12232 as_dirs="'$as_qdir' $as_dirs"
12233 as_dir=`$as_dirname -- "$as_dir" ||
12234$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12235 X"$as_dir" : 'X\(//\)[^/]' \| \
12236 X"$as_dir" : 'X\(//\)$' \| \
12237 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12238$as_echo X"$as_dir" |
12239 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12240 s//\1/
12241 q
12242 }
12243 /^X\(\/\/\)[^/].*/{
12244 s//\1/
12245 q
12246 }
12247 /^X\(\/\/\)$/{
12248 s//\1/
12249 q
12250 }
12251 /^X\(\/\).*/{
12252 s//\1/
12253 q
12254 }
12255 s/.*/./; q'`
12256 test -d "$as_dir" && break
12257 done
12258 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12259 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
ef016f83
MF
12260
12261
12262} # as_fn_mkdir_p
12263if mkdir -p . 2>/dev/null; then
12264 as_mkdir_p='mkdir -p "$as_dir"'
12265else
12266 test -d ./-p && rmdir ./-p
12267 as_mkdir_p=false
12268fi
12269
d0ac1c44
SM
12270
12271# as_fn_executable_p FILE
12272# -----------------------
12273# Test if FILE is an executable regular file.
12274as_fn_executable_p ()
12275{
12276 test -f "$1" && test -x "$1"
12277} # as_fn_executable_p
12278as_test_x='test -x'
12279as_executable_p=as_fn_executable_p
ef016f83
MF
12280
12281# Sed expression to map a string onto a valid CPP name.
12282as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12283
12284# Sed expression to map a string onto a valid variable name.
12285as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12286
12287
12288exec 6>&1
12289## ----------------------------------- ##
12290## Main body of $CONFIG_STATUS script. ##
12291## ----------------------------------- ##
12292_ASEOF
12293test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12294
12295cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12296# Save the log message, to keep $0 and so on meaningful, and to
12297# report actual input values of CONFIG_FILES etc. instead of their
12298# values after options handling.
12299ac_log="
12300This file was extended by $as_me, which was
d0ac1c44 12301generated by GNU Autoconf 2.69. Invocation command line was
ef016f83
MF
12302
12303 CONFIG_FILES = $CONFIG_FILES
12304 CONFIG_HEADERS = $CONFIG_HEADERS
12305 CONFIG_LINKS = $CONFIG_LINKS
12306 CONFIG_COMMANDS = $CONFIG_COMMANDS
12307 $ $0 $@
12308
12309on `(hostname || uname -n) 2>/dev/null | sed 1q`
12310"
12311
12312_ACEOF
12313
12314case $ac_config_files in *"
12315"*) set x $ac_config_files; shift; ac_config_files=$*;;
12316esac
12317
ef016f83
MF
12318
12319
12320cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12321# Files that config.status was made for.
12322config_files="$ac_config_files"
ef016f83
MF
12323config_commands="$ac_config_commands"
12324
12325_ACEOF
12326
12327cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12328ac_cs_usage="\
12329\`$as_me' instantiates files and other configuration actions
12330from templates according to the current configuration. Unless the files
12331and actions are specified as TAGs, all are instantiated by default.
12332
12333Usage: $0 [OPTION]... [TAG]...
12334
12335 -h, --help print this help, then exit
12336 -V, --version print version number and configuration settings, then exit
d0ac1c44 12337 --config print configuration, then exit
ef016f83
MF
12338 -q, --quiet, --silent
12339 do not print progress messages
12340 -d, --debug don't remove temporary files
12341 --recheck update $as_me by reconfiguring in the same conditions
12342 --file=FILE[:TEMPLATE]
12343 instantiate the configuration file FILE
ef016f83
MF
12344
12345Configuration files:
12346$config_files
12347
ef016f83
MF
12348Configuration commands:
12349$config_commands
12350
12351Report bugs to the package provider."
12352
12353_ACEOF
12354cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12355ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ef016f83
MF
12356ac_cs_version="\\
12357config.status
d0ac1c44
SM
12358configured by $0, generated by GNU Autoconf 2.69,
12359 with options \\"\$ac_cs_config\\"
ef016f83 12360
d0ac1c44 12361Copyright (C) 2012 Free Software Foundation, Inc.
ef016f83
MF
12362This config.status script is free software; the Free Software Foundation
12363gives unlimited permission to copy, distribute and modify it."
12364
12365ac_pwd='$ac_pwd'
12366srcdir='$srcdir'
12367INSTALL='$INSTALL'
6bb11ab3 12368AWK='$AWK'
ef016f83
MF
12369test -n "\$AWK" || AWK=awk
12370_ACEOF
12371
12372cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12373# The default lists apply if the user does not specify any file.
12374ac_need_defaults=:
12375while test $# != 0
12376do
12377 case $1 in
d0ac1c44 12378 --*=?*)
ef016f83
MF
12379 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12380 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12381 ac_shift=:
12382 ;;
d0ac1c44
SM
12383 --*=)
12384 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12385 ac_optarg=
12386 ac_shift=:
12387 ;;
ef016f83
MF
12388 *)
12389 ac_option=$1
12390 ac_optarg=$2
12391 ac_shift=shift
12392 ;;
12393 esac
12394
12395 case $ac_option in
12396 # Handling of the options.
12397 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12398 ac_cs_recheck=: ;;
12399 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12400 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12401 --config | --confi | --conf | --con | --co | --c )
12402 $as_echo "$ac_cs_config"; exit ;;
ef016f83
MF
12403 --debug | --debu | --deb | --de | --d | -d )
12404 debug=: ;;
12405 --file | --fil | --fi | --f )
12406 $ac_shift
12407 case $ac_optarg in
12408 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12409 '') as_fn_error $? "missing file argument" ;;
ef016f83
MF
12410 esac
12411 as_fn_append CONFIG_FILES " '$ac_optarg'"
12412 ac_need_defaults=false;;
52d37d2c 12413 --he | --h | --help | --hel | -h )
ef016f83
MF
12414 $as_echo "$ac_cs_usage"; exit ;;
12415 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12416 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12417 ac_cs_silent=: ;;
12418
12419 # This is an error.
d0ac1c44 12420 -*) as_fn_error $? "unrecognized option: \`$1'
ef016f83
MF
12421Try \`$0 --help' for more information." ;;
12422
12423 *) as_fn_append ac_config_targets " $1"
12424 ac_need_defaults=false ;;
12425
12426 esac
12427 shift
12428done
12429
12430ac_configure_extra_args=
12431
12432if $ac_cs_silent; then
12433 exec 6>/dev/null
12434 ac_configure_extra_args="$ac_configure_extra_args --silent"
12435fi
12436
12437_ACEOF
12438cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12439if \$ac_cs_recheck; then
d0ac1c44 12440 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
ef016f83
MF
12441 shift
12442 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12443 CONFIG_SHELL='$SHELL'
12444 export CONFIG_SHELL
12445 exec "\$@"
12446fi
12447
12448_ACEOF
12449cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12450exec 5>>config.log
12451{
12452 echo
12453 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12454## Running $as_me. ##
12455_ASBOX
12456 $as_echo "$ac_log"
12457} >&5
12458
12459_ACEOF
12460cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12461#
12462# INIT-COMMANDS
12463#
12464ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12465
6bb11ab3
L
12466
12467# The HP-UX ksh and POSIX shell print the target directory to stdout
12468# if CDPATH is set.
12469(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12470
12471sed_quote_subst='$sed_quote_subst'
12472double_quote_subst='$double_quote_subst'
12473delay_variable_subst='$delay_variable_subst'
12474macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12475macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12476enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12477enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12478pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12479enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12480SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12481ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12482host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12483host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12484host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12485build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12486build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12487build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12488SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12489Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12490GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12491EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12492FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12493LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12494NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12495LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12496max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12497ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12498exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12499lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12500lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12501lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12502reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12503reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12504OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12505deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12506file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12507AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12508AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12509STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12510RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12511old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12512old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12513old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12514lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12515CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12516CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12517compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12518GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12519lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12520lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12521lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12522lt_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"`'
12523objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12524MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12525lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12526lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12527lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12528lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12529lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12530need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12531DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12532NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12533LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12534OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12535OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12536libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12537shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12538extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12539archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12540enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12541export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12542whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12543compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12544old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12545old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12546archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12547archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12548module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12549module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12550with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12551allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12552no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12553hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12554hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12555hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12556hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12557hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12558hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12559hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12560hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12561inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12562link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12563fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12564always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12565export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12566exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12567include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12568prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12569file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12570variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12571need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12572need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12573version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12574runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12575shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12576shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12577libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12578library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12579soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12580install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12581postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12582postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12583finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12584finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12585hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12586sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12587sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12588hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12589enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12590enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12591enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12592old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12593striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12594
12595LTCC='$LTCC'
12596LTCFLAGS='$LTCFLAGS'
12597compiler='$compiler_DEFAULT'
12598
12599# A function that is used when there is no print builtin or printf.
12600func_fallback_echo ()
12601{
12602 eval 'cat <<_LTECHO_EOF
12603\$1
12604_LTECHO_EOF'
12605}
12606
12607# Quote evaled strings.
12608for var in SHELL \
12609ECHO \
12610SED \
12611GREP \
12612EGREP \
12613FGREP \
12614LD \
12615NM \
12616LN_S \
12617lt_SP2NL \
12618lt_NL2SP \
12619reload_flag \
12620OBJDUMP \
12621deplibs_check_method \
12622file_magic_cmd \
12623AR \
12624AR_FLAGS \
12625STRIP \
12626RANLIB \
12627CC \
12628CFLAGS \
12629compiler \
12630lt_cv_sys_global_symbol_pipe \
12631lt_cv_sys_global_symbol_to_cdecl \
12632lt_cv_sys_global_symbol_to_c_name_address \
12633lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12634lt_prog_compiler_no_builtin_flag \
12635lt_prog_compiler_wl \
12636lt_prog_compiler_pic \
12637lt_prog_compiler_static \
12638lt_cv_prog_compiler_c_o \
12639need_locks \
12640DSYMUTIL \
12641NMEDIT \
12642LIPO \
12643OTOOL \
12644OTOOL64 \
12645shrext_cmds \
12646export_dynamic_flag_spec \
12647whole_archive_flag_spec \
12648compiler_needs_object \
12649with_gnu_ld \
12650allow_undefined_flag \
12651no_undefined_flag \
12652hardcode_libdir_flag_spec \
12653hardcode_libdir_flag_spec_ld \
12654hardcode_libdir_separator \
12655fix_srcfile_path \
12656exclude_expsyms \
12657include_expsyms \
12658file_list_spec \
12659variables_saved_for_relink \
12660libname_spec \
12661library_names_spec \
12662soname_spec \
12663install_override_mode \
12664finish_eval \
12665old_striplib \
12666striplib; do
12667 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12668 *[\\\\\\\`\\"\\\$]*)
12669 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12670 ;;
12671 *)
12672 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12673 ;;
12674 esac
12675done
12676
12677# Double-quote double-evaled strings.
12678for var in reload_cmds \
12679old_postinstall_cmds \
12680old_postuninstall_cmds \
12681old_archive_cmds \
12682extract_expsyms_cmds \
12683old_archive_from_new_cmds \
12684old_archive_from_expsyms_cmds \
12685archive_cmds \
12686archive_expsym_cmds \
12687module_cmds \
12688module_expsym_cmds \
12689export_symbols_cmds \
12690prelink_cmds \
12691postinstall_cmds \
12692postuninstall_cmds \
12693finish_cmds \
12694sys_lib_search_path_spec \
12695sys_lib_dlsearch_path_spec; do
12696 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12697 *[\\\\\\\`\\"\\\$]*)
12698 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12699 ;;
12700 *)
12701 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12702 ;;
12703 esac
12704done
12705
12706ac_aux_dir='$ac_aux_dir'
12707xsi_shell='$xsi_shell'
12708lt_shell_append='$lt_shell_append'
12709
12710# See if we are running on zsh, and set the options which allow our
12711# commands through without removal of \ escapes INIT.
12712if test -n "\${ZSH_VERSION+set}" ; then
12713 setopt NO_GLOB_SUBST
12714fi
12715
12716
12717 PACKAGE='$PACKAGE'
12718 VERSION='$VERSION'
12719 TIMESTAMP='$TIMESTAMP'
12720 RM='$RM'
12721 ofile='$ofile'
12722
12723
12724
12725
ef016f83
MF
12726_ACEOF
12727
12728cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12729
12730# Handling of arguments.
12731for ac_config_target in $ac_config_targets
12732do
12733 case $ac_config_target in
db2e4d67 12734 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12735 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
ef016f83
MF
12736 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
12737 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
12738 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
12739 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
12740 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
12741
d0ac1c44 12742 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
ef016f83
MF
12743 esac
12744done
12745
12746
12747# If the user did not use the arguments to specify the items to instantiate,
12748# then the envvar interface is used. Set only those that are not.
12749# We use the long form for the default assignment because of an extremely
12750# bizarre bug on SunOS 4.1.3.
12751if $ac_need_defaults; then
12752 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
ef016f83
MF
12753 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12754fi
12755
12756# Have a temporary directory for convenience. Make it in the build tree
12757# simply because there is no reason against having it here, and in addition,
12758# creating and moving files from /tmp can sometimes cause problems.
12759# Hook for its removal unless debugging.
12760# Note that there is a small window in which the directory will not be cleaned:
12761# after its creation but before its name has been assigned to `$tmp'.
12762$debug ||
12763{
d0ac1c44 12764 tmp= ac_tmp=
ef016f83 12765 trap 'exit_status=$?
d0ac1c44
SM
12766 : "${ac_tmp:=$tmp}"
12767 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
ef016f83
MF
12768' 0
12769 trap 'as_fn_exit 1' 1 2 13 15
12770}
12771# Create a (secure) tmp directory for tmp files.
12772
12773{
12774 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 12775 test -d "$tmp"
ef016f83
MF
12776} ||
12777{
12778 tmp=./conf$$-$RANDOM
12779 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
12780} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12781ac_tmp=$tmp
ef016f83
MF
12782
12783# Set up the scripts for CONFIG_FILES section.
12784# No need to generate them if there are no CONFIG_FILES.
12785# This happens for instance with `./config.status config.h'.
12786if test -n "$CONFIG_FILES"; then
12787
12788
12789ac_cr=`echo X | tr X '\015'`
12790# On cygwin, bash can eat \r inside `` if the user requested igncr.
12791# But we know of no other shell where ac_cr would be empty at this
12792# point, so we can use a bashism as a fallback.
12793if test "x$ac_cr" = x; then
12794 eval ac_cr=\$\'\\r\'
12795fi
12796ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12797if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 12798 ac_cs_awk_cr='\\r'
ef016f83
MF
12799else
12800 ac_cs_awk_cr=$ac_cr
12801fi
12802
d0ac1c44 12803echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
ef016f83
MF
12804_ACEOF
12805
12806
12807{
12808 echo "cat >conf$$subs.awk <<_ACEOF" &&
12809 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12810 echo "_ACEOF"
12811} >conf$$subs.sh ||
d0ac1c44
SM
12812 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12813ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ef016f83
MF
12814ac_delim='%!_!# '
12815for ac_last_try in false false false false false :; do
12816 . ./conf$$subs.sh ||
d0ac1c44 12817 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
12818
12819 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12820 if test $ac_delim_n = $ac_delim_num; then
12821 break
12822 elif $ac_last_try; then
d0ac1c44 12823 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
12824 else
12825 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12826 fi
12827done
12828rm -f conf$$subs.sh
12829
12830cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12831cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
ef016f83
MF
12832_ACEOF
12833sed -n '
12834h
12835s/^/S["/; s/!.*/"]=/
12836p
12837g
12838s/^[^!]*!//
12839:repl
12840t repl
12841s/'"$ac_delim"'$//
12842t delim
12843:nl
12844h
d0ac1c44 12845s/\(.\{148\}\)..*/\1/
ef016f83
MF
12846t more1
12847s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12848p
12849n
12850b repl
12851:more1
12852s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12853p
12854g
12855s/.\{148\}//
12856t nl
12857:delim
12858h
d0ac1c44 12859s/\(.\{148\}\)..*/\1/
ef016f83
MF
12860t more2
12861s/["\\]/\\&/g; s/^/"/; s/$/"/
12862p
12863b
12864:more2
12865s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12866p
12867g
12868s/.\{148\}//
12869t delim
12870' <conf$$subs.awk | sed '
12871/^[^""]/{
12872 N
12873 s/\n//
12874}
12875' >>$CONFIG_STATUS || ac_write_fail=1
12876rm -f conf$$subs.awk
12877cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12878_ACAWK
d0ac1c44 12879cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
ef016f83
MF
12880 for (key in S) S_is_set[key] = 1
12881 FS = "\a"
12882
12883}
12884{
12885 line = $ 0
12886 nfields = split(line, field, "@")
12887 substed = 0
12888 len = length(field[1])
12889 for (i = 2; i < nfields; i++) {
12890 key = field[i]
12891 keylen = length(key)
12892 if (S_is_set[key]) {
12893 value = S[key]
12894 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12895 len += length(value) + length(field[++i])
12896 substed = 1
12897 } else
12898 len += 1 + keylen
12899 }
12900
12901 print line
12902}
12903
12904_ACAWK
12905_ACEOF
12906cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12907if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12908 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12909else
12910 cat
d0ac1c44
SM
12911fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12912 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
ef016f83
MF
12913_ACEOF
12914
d0ac1c44
SM
12915# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12916# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
ef016f83
MF
12917# trailing colons and then remove the whole line if VPATH becomes empty
12918# (actually we leave an empty line to preserve line numbers).
12919if test "x$srcdir" = x.; then
d0ac1c44
SM
12920 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12921h
12922s///
12923s/^/:/
12924s/[ ]*$/:/
12925s/:\$(srcdir):/:/g
12926s/:\${srcdir}:/:/g
12927s/:@srcdir@:/:/g
12928s/^:*//
ef016f83 12929s/:*$//
d0ac1c44
SM
12930x
12931s/\(=[ ]*\).*/\1/
12932G
12933s/\n//
ef016f83
MF
12934s/^[^=]*=[ ]*$//
12935}'
12936fi
12937
12938cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12939fi # test -n "$CONFIG_FILES"
12940
ef016f83 12941
52d37d2c 12942eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
ef016f83
MF
12943shift
12944for ac_tag
12945do
12946 case $ac_tag in
12947 :[FHLC]) ac_mode=$ac_tag; continue;;
12948 esac
12949 case $ac_mode$ac_tag in
12950 :[FHL]*:*);;
d0ac1c44 12951 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
ef016f83
MF
12952 :[FH]-) ac_tag=-:-;;
12953 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12954 esac
12955 ac_save_IFS=$IFS
12956 IFS=:
12957 set x $ac_tag
12958 IFS=$ac_save_IFS
12959 shift
12960 ac_file=$1
12961 shift
12962
12963 case $ac_mode in
12964 :L) ac_source=$1;;
12965 :[FH])
12966 ac_file_inputs=
12967 for ac_f
12968 do
12969 case $ac_f in
d0ac1c44 12970 -) ac_f="$ac_tmp/stdin";;
ef016f83
MF
12971 *) # Look for the file first in the build tree, then in the source tree
12972 # (if the path is not absolute). The absolute path cannot be DOS-style,
12973 # because $ac_f cannot contain `:'.
12974 test -f "$ac_f" ||
12975 case $ac_f in
12976 [\\/$]*) false;;
12977 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12978 esac ||
d0ac1c44 12979 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
ef016f83
MF
12980 esac
12981 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12982 as_fn_append ac_file_inputs " '$ac_f'"
12983 done
12984
12985 # Let's still pretend it is `configure' which instantiates (i.e., don't
12986 # use $as_me), people would be surprised to read:
12987 # /* config.h. Generated by config.status. */
12988 configure_input='Generated from '`
12989 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12990 `' by configure.'
12991 if test x"$ac_file" != x-; then
12992 configure_input="$ac_file. $configure_input"
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12994$as_echo "$as_me: creating $ac_file" >&6;}
12995 fi
12996 # Neutralize special characters interpreted by sed in replacement strings.
12997 case $configure_input in #(
12998 *\&* | *\|* | *\\* )
12999 ac_sed_conf_input=`$as_echo "$configure_input" |
13000 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13001 *) ac_sed_conf_input=$configure_input;;
13002 esac
13003
13004 case $ac_tag in
d0ac1c44
SM
13005 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13006 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
ef016f83
MF
13007 esac
13008 ;;
13009 esac
13010
13011 ac_dir=`$as_dirname -- "$ac_file" ||
13012$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13013 X"$ac_file" : 'X\(//\)[^/]' \| \
13014 X"$ac_file" : 'X\(//\)$' \| \
13015 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13016$as_echo X"$ac_file" |
13017 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13018 s//\1/
13019 q
13020 }
13021 /^X\(\/\/\)[^/].*/{
13022 s//\1/
13023 q
13024 }
13025 /^X\(\/\/\)$/{
13026 s//\1/
13027 q
13028 }
13029 /^X\(\/\).*/{
13030 s//\1/
13031 q
13032 }
13033 s/.*/./; q'`
13034 as_dir="$ac_dir"; as_fn_mkdir_p
13035 ac_builddir=.
13036
13037case "$ac_dir" in
13038.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13039*)
13040 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13041 # A ".." for each directory in $ac_dir_suffix.
13042 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13043 case $ac_top_builddir_sub in
13044 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13045 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13046 esac ;;
13047esac
13048ac_abs_top_builddir=$ac_pwd
13049ac_abs_builddir=$ac_pwd$ac_dir_suffix
13050# for backward compatibility:
13051ac_top_builddir=$ac_top_build_prefix
13052
13053case $srcdir in
13054 .) # We are building in place.
13055 ac_srcdir=.
13056 ac_top_srcdir=$ac_top_builddir_sub
13057 ac_abs_top_srcdir=$ac_pwd ;;
13058 [\\/]* | ?:[\\/]* ) # Absolute name.
13059 ac_srcdir=$srcdir$ac_dir_suffix;
13060 ac_top_srcdir=$srcdir
13061 ac_abs_top_srcdir=$srcdir ;;
13062 *) # Relative name.
13063 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13064 ac_top_srcdir=$ac_top_build_prefix$srcdir
13065 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13066esac
13067ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13068
13069
13070 case $ac_mode in
13071 :F)
13072 #
13073 # CONFIG_FILE
13074 #
13075
13076 case $INSTALL in
13077 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13078 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13079 esac
13080_ACEOF
13081
13082cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13083# If the template does not know about datarootdir, expand it.
13084# FIXME: This hack should be removed a few years after 2.60.
13085ac_datarootdir_hack=; ac_datarootdir_seen=
13086ac_sed_dataroot='
13087/datarootdir/ {
13088 p
13089 q
13090}
13091/@datadir@/p
13092/@docdir@/p
13093/@infodir@/p
13094/@localedir@/p
13095/@mandir@/p'
13096case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13097*datarootdir*) ac_datarootdir_seen=yes;;
13098*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13100$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13101_ACEOF
13102cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13103 ac_datarootdir_hack='
13104 s&@datadir@&$datadir&g
13105 s&@docdir@&$docdir&g
13106 s&@infodir@&$infodir&g
13107 s&@localedir@&$localedir&g
13108 s&@mandir@&$mandir&g
13109 s&\\\${datarootdir}&$datarootdir&g' ;;
13110esac
13111_ACEOF
13112
13113# Neutralize VPATH when `$srcdir' = `.'.
13114# Shell code in configure.ac might set extrasub.
13115# FIXME: do we really want to maintain this feature?
13116cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13117ac_sed_extra="$ac_vpsub
13118$extrasub
13119_ACEOF
13120cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13121:t
13122/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13123s|@configure_input@|$ac_sed_conf_input|;t t
13124s&@top_builddir@&$ac_top_builddir_sub&;t t
13125s&@top_build_prefix@&$ac_top_build_prefix&;t t
13126s&@srcdir@&$ac_srcdir&;t t
13127s&@abs_srcdir@&$ac_abs_srcdir&;t t
13128s&@top_srcdir@&$ac_top_srcdir&;t t
13129s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13130s&@builddir@&$ac_builddir&;t t
13131s&@abs_builddir@&$ac_abs_builddir&;t t
13132s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13133s&@INSTALL@&$ac_INSTALL&;t t
13134$ac_datarootdir_hack
13135"
d0ac1c44
SM
13136eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13137 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83
MF
13138
13139test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13140 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13141 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13142 "$ac_tmp/out"`; test -z "$ac_out"; } &&
ef016f83 13143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13144which seems to be undefined. Please make sure it is defined" >&5
ef016f83 13145$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13146which seems to be undefined. Please make sure it is defined" >&2;}
ef016f83 13147
d0ac1c44 13148 rm -f "$ac_tmp/stdin"
ef016f83 13149 case $ac_file in
d0ac1c44
SM
13150 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13151 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
ef016f83 13152 esac \
d0ac1c44 13153 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83 13154 ;;
52d37d2c 13155
ef016f83 13156
ef016f83
MF
13157 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13158$as_echo "$as_me: executing $ac_file commands" >&6;}
13159 ;;
13160 esac
13161
13162
13163 case $ac_file$ac_mode in
db2e4d67 13164 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13165 "libtool":C)
13166
13167 # See if we are running on zsh, and set the options which allow our
13168 # commands through without removal of \ escapes.
13169 if test -n "${ZSH_VERSION+set}" ; then
13170 setopt NO_GLOB_SUBST
13171 fi
13172
13173 cfgfile="${ofile}T"
13174 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13175 $RM "$cfgfile"
13176
13177 cat <<_LT_EOF >> "$cfgfile"
13178#! $SHELL
13179
13180# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13181# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13182# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13183# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13184#
13185# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13186# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13187# Written by Gordon Matzigkeit, 1996
13188#
13189# This file is part of GNU Libtool.
13190#
13191# GNU Libtool is free software; you can redistribute it and/or
13192# modify it under the terms of the GNU General Public License as
13193# published by the Free Software Foundation; either version 2 of
13194# the License, or (at your option) any later version.
13195#
13196# As a special exception to the GNU General Public License,
13197# if you distribute this file as part of a program or library that
13198# is built using GNU Libtool, you may include this file under the
13199# same distribution terms that you use for the rest of that program.
13200#
13201# GNU Libtool is distributed in the hope that it will be useful,
13202# but WITHOUT ANY WARRANTY; without even the implied warranty of
13203# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13204# GNU General Public License for more details.
13205#
13206# You should have received a copy of the GNU General Public License
13207# along with GNU Libtool; see the file COPYING. If not, a copy
13208# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13209# obtained by writing to the Free Software Foundation, Inc.,
13210# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13211
13212
13213# The names of the tagged configurations supported by this script.
13214available_tags=""
13215
13216# ### BEGIN LIBTOOL CONFIG
13217
13218# Which release of libtool.m4 was used?
13219macro_version=$macro_version
13220macro_revision=$macro_revision
13221
13222# Whether or not to build shared libraries.
13223build_libtool_libs=$enable_shared
13224
13225# Whether or not to build static libraries.
13226build_old_libs=$enable_static
13227
13228# What type of objects to build.
13229pic_mode=$pic_mode
13230
13231# Whether or not to optimize for fast installation.
13232fast_install=$enable_fast_install
13233
13234# Shell to use when invoking shell scripts.
13235SHELL=$lt_SHELL
13236
13237# An echo program that protects backslashes.
13238ECHO=$lt_ECHO
13239
13240# The host system.
13241host_alias=$host_alias
13242host=$host
13243host_os=$host_os
13244
13245# The build system.
13246build_alias=$build_alias
13247build=$build
13248build_os=$build_os
13249
13250# A sed program that does not truncate output.
13251SED=$lt_SED
13252
13253# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13254Xsed="\$SED -e 1s/^X//"
13255
13256# A grep program that handles long lines.
13257GREP=$lt_GREP
13258
13259# An ERE matcher.
13260EGREP=$lt_EGREP
13261
13262# A literal string matcher.
13263FGREP=$lt_FGREP
13264
13265# A BSD- or MS-compatible name lister.
13266NM=$lt_NM
13267
13268# Whether we need soft or hard links.
13269LN_S=$lt_LN_S
13270
13271# What is the maximum length of a command?
13272max_cmd_len=$max_cmd_len
13273
13274# Object file suffix (normally "o").
13275objext=$ac_objext
13276
13277# Executable file suffix (normally "").
13278exeext=$exeext
13279
13280# whether the shell understands "unset".
13281lt_unset=$lt_unset
13282
13283# turn spaces into newlines.
13284SP2NL=$lt_lt_SP2NL
13285
13286# turn newlines into spaces.
13287NL2SP=$lt_lt_NL2SP
13288
13289# An object symbol dumper.
13290OBJDUMP=$lt_OBJDUMP
13291
13292# Method to check whether dependent libraries are shared objects.
13293deplibs_check_method=$lt_deplibs_check_method
13294
13295# Command to use when deplibs_check_method == "file_magic".
13296file_magic_cmd=$lt_file_magic_cmd
13297
13298# The archiver.
13299AR=$lt_AR
13300AR_FLAGS=$lt_AR_FLAGS
13301
13302# A symbol stripping program.
13303STRIP=$lt_STRIP
13304
13305# Commands used to install an old-style archive.
13306RANLIB=$lt_RANLIB
13307old_postinstall_cmds=$lt_old_postinstall_cmds
13308old_postuninstall_cmds=$lt_old_postuninstall_cmds
13309
13310# Whether to use a lock for old archive extraction.
13311lock_old_archive_extraction=$lock_old_archive_extraction
13312
13313# A C compiler.
13314LTCC=$lt_CC
13315
13316# LTCC compiler flags.
13317LTCFLAGS=$lt_CFLAGS
13318
13319# Take the output of nm and produce a listing of raw symbols and C names.
13320global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13321
13322# Transform the output of nm in a proper C declaration.
13323global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13324
13325# Transform the output of nm in a C name address pair.
13326global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13327
13328# Transform the output of nm in a C name address pair when lib prefix is needed.
13329global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13330
13331# The name of the directory that contains temporary libtool files.
13332objdir=$objdir
13333
13334# Used to examine libraries when file_magic_cmd begins with "file".
13335MAGIC_CMD=$MAGIC_CMD
13336
13337# Must we lock files when doing compilation?
13338need_locks=$lt_need_locks
13339
13340# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13341DSYMUTIL=$lt_DSYMUTIL
13342
13343# Tool to change global to local symbols on Mac OS X.
13344NMEDIT=$lt_NMEDIT
13345
13346# Tool to manipulate fat objects and archives on Mac OS X.
13347LIPO=$lt_LIPO
13348
13349# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13350OTOOL=$lt_OTOOL
13351
13352# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13353OTOOL64=$lt_OTOOL64
13354
13355# Old archive suffix (normally "a").
13356libext=$libext
13357
13358# Shared library suffix (normally ".so").
13359shrext_cmds=$lt_shrext_cmds
13360
13361# The commands to extract the exported symbol list from a shared archive.
13362extract_expsyms_cmds=$lt_extract_expsyms_cmds
13363
13364# Variables whose values should be saved in libtool wrapper scripts and
13365# restored at link time.
13366variables_saved_for_relink=$lt_variables_saved_for_relink
13367
13368# Do we need the "lib" prefix for modules?
13369need_lib_prefix=$need_lib_prefix
13370
13371# Do we need a version for libraries?
13372need_version=$need_version
13373
13374# Library versioning type.
13375version_type=$version_type
13376
13377# Shared library runtime path variable.
13378runpath_var=$runpath_var
13379
13380# Shared library path variable.
13381shlibpath_var=$shlibpath_var
13382
13383# Is shlibpath searched before the hard-coded library search path?
13384shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13385
13386# Format of library name prefix.
13387libname_spec=$lt_libname_spec
13388
13389# List of archive names. First name is the real one, the rest are links.
13390# The last name is the one that the linker finds with -lNAME
13391library_names_spec=$lt_library_names_spec
13392
13393# The coded name of the library, if different from the real name.
13394soname_spec=$lt_soname_spec
13395
13396# Permission mode override for installation of shared libraries.
13397install_override_mode=$lt_install_override_mode
13398
13399# Command to use after installation of a shared archive.
13400postinstall_cmds=$lt_postinstall_cmds
13401
13402# Command to use after uninstallation of a shared archive.
13403postuninstall_cmds=$lt_postuninstall_cmds
13404
13405# Commands used to finish a libtool library installation in a directory.
13406finish_cmds=$lt_finish_cmds
13407
13408# As "finish_cmds", except a single script fragment to be evaled but
13409# not shown.
13410finish_eval=$lt_finish_eval
13411
13412# Whether we should hardcode library paths into libraries.
13413hardcode_into_libs=$hardcode_into_libs
13414
13415# Compile-time system search path for libraries.
13416sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13417
13418# Run-time system search path for libraries.
13419sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13420
13421# Whether dlopen is supported.
13422dlopen_support=$enable_dlopen
13423
13424# Whether dlopen of programs is supported.
13425dlopen_self=$enable_dlopen_self
13426
13427# Whether dlopen of statically linked programs is supported.
13428dlopen_self_static=$enable_dlopen_self_static
13429
13430# Commands to strip libraries.
13431old_striplib=$lt_old_striplib
13432striplib=$lt_striplib
13433
13434
13435# The linker used to build libraries.
13436LD=$lt_LD
13437
13438# How to create reloadable object files.
13439reload_flag=$lt_reload_flag
13440reload_cmds=$lt_reload_cmds
13441
13442# Commands used to build an old-style archive.
13443old_archive_cmds=$lt_old_archive_cmds
13444
13445# A language specific compiler.
13446CC=$lt_compiler
13447
13448# Is the compiler the GNU compiler?
13449with_gcc=$GCC
13450
13451# Compiler flag to turn off builtin functions.
13452no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13453
13454# How to pass a linker flag through the compiler.
13455wl=$lt_lt_prog_compiler_wl
13456
13457# Additional compiler flags for building library objects.
13458pic_flag=$lt_lt_prog_compiler_pic
13459
13460# Compiler flag to prevent dynamic linking.
13461link_static_flag=$lt_lt_prog_compiler_static
13462
13463# Does compiler simultaneously support -c and -o options?
13464compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13465
13466# Whether or not to add -lc for building shared libraries.
13467build_libtool_need_lc=$archive_cmds_need_lc
13468
13469# Whether or not to disallow shared libs when runtime libs are static.
13470allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13471
13472# Compiler flag to allow reflexive dlopens.
13473export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13474
13475# Compiler flag to generate shared objects directly from archives.
13476whole_archive_flag_spec=$lt_whole_archive_flag_spec
13477
13478# Whether the compiler copes with passing no objects directly.
13479compiler_needs_object=$lt_compiler_needs_object
13480
13481# Create an old-style archive from a shared archive.
13482old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13483
13484# Create a temporary old-style archive to link instead of a shared archive.
13485old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13486
13487# Commands used to build a shared archive.
13488archive_cmds=$lt_archive_cmds
13489archive_expsym_cmds=$lt_archive_expsym_cmds
13490
13491# Commands used to build a loadable module if different from building
13492# a shared archive.
13493module_cmds=$lt_module_cmds
13494module_expsym_cmds=$lt_module_expsym_cmds
13495
13496# Whether we are building with GNU ld or not.
13497with_gnu_ld=$lt_with_gnu_ld
13498
13499# Flag that allows shared libraries with undefined symbols to be built.
13500allow_undefined_flag=$lt_allow_undefined_flag
13501
13502# Flag that enforces no undefined symbols.
13503no_undefined_flag=$lt_no_undefined_flag
13504
13505# Flag to hardcode \$libdir into a binary during linking.
13506# This must work even if \$libdir does not exist
13507hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13508
13509# If ld is used when linking, flag to hardcode \$libdir into a binary
13510# during linking. This must work even if \$libdir does not exist.
13511hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13512
13513# Whether we need a single "-rpath" flag with a separated argument.
13514hardcode_libdir_separator=$lt_hardcode_libdir_separator
13515
13516# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13517# DIR into the resulting binary.
13518hardcode_direct=$hardcode_direct
13519
13520# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13521# DIR into the resulting binary and the resulting library dependency is
13522# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13523# library is relocated.
13524hardcode_direct_absolute=$hardcode_direct_absolute
13525
13526# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13527# into the resulting binary.
13528hardcode_minus_L=$hardcode_minus_L
13529
13530# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13531# into the resulting binary.
13532hardcode_shlibpath_var=$hardcode_shlibpath_var
13533
13534# Set to "yes" if building a shared library automatically hardcodes DIR
13535# into the library and all subsequent libraries and executables linked
13536# against it.
13537hardcode_automatic=$hardcode_automatic
13538
13539# Set to yes if linker adds runtime paths of dependent libraries
13540# to runtime path list.
13541inherit_rpath=$inherit_rpath
13542
13543# Whether libtool must link a program against all its dependency libraries.
13544link_all_deplibs=$link_all_deplibs
13545
13546# Fix the shell variable \$srcfile for the compiler.
13547fix_srcfile_path=$lt_fix_srcfile_path
13548
13549# Set to "yes" if exported symbols are required.
13550always_export_symbols=$always_export_symbols
13551
13552# The commands to list exported symbols.
13553export_symbols_cmds=$lt_export_symbols_cmds
13554
13555# Symbols that should not be listed in the preloaded symbols.
13556exclude_expsyms=$lt_exclude_expsyms
13557
13558# Symbols that must always be exported.
13559include_expsyms=$lt_include_expsyms
13560
13561# Commands necessary for linking programs (against libraries) with templates.
13562prelink_cmds=$lt_prelink_cmds
13563
13564# Specify filename containing input files.
13565file_list_spec=$lt_file_list_spec
13566
13567# How to hardcode a shared library path into an executable.
13568hardcode_action=$hardcode_action
13569
13570# ### END LIBTOOL CONFIG
13571
13572_LT_EOF
13573
13574 case $host_os in
13575 aix3*)
13576 cat <<\_LT_EOF >> "$cfgfile"
13577# AIX sometimes has problems with the GCC collect2 program. For some
13578# reason, if we set the COLLECT_NAMES environment variable, the problems
13579# vanish in a puff of smoke.
13580if test "X${COLLECT_NAMES+set}" != Xset; then
13581 COLLECT_NAMES=
13582 export COLLECT_NAMES
13583fi
13584_LT_EOF
13585 ;;
13586 esac
13587
13588
13589ltmain="$ac_aux_dir/ltmain.sh"
13590
13591
13592 # We use sed instead of cat because bash on DJGPP gets confused if
13593 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13594 # text mode, it properly converts lines to CR/LF. This bash problem
13595 # is reportedly fixed, but why not run on old versions too?
13596 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13597 || (rm -f "$cfgfile"; exit 1)
13598
13599 case $xsi_shell in
13600 yes)
13601 cat << \_LT_EOF >> "$cfgfile"
13602
13603# func_dirname file append nondir_replacement
13604# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13605# otherwise set result to NONDIR_REPLACEMENT.
13606func_dirname ()
13607{
13608 case ${1} in
13609 */*) func_dirname_result="${1%/*}${2}" ;;
13610 * ) func_dirname_result="${3}" ;;
13611 esac
13612}
13613
13614# func_basename file
13615func_basename ()
13616{
13617 func_basename_result="${1##*/}"
13618}
13619
13620# func_dirname_and_basename file append nondir_replacement
13621# perform func_basename and func_dirname in a single function
13622# call:
13623# dirname: Compute the dirname of FILE. If nonempty,
13624# add APPEND to the result, otherwise set result
13625# to NONDIR_REPLACEMENT.
13626# value returned in "$func_dirname_result"
13627# basename: Compute filename of FILE.
13628# value retuned in "$func_basename_result"
13629# Implementation must be kept synchronized with func_dirname
13630# and func_basename. For efficiency, we do not delegate to
13631# those functions but instead duplicate the functionality here.
13632func_dirname_and_basename ()
13633{
13634 case ${1} in
13635 */*) func_dirname_result="${1%/*}${2}" ;;
13636 * ) func_dirname_result="${3}" ;;
13637 esac
13638 func_basename_result="${1##*/}"
13639}
13640
13641# func_stripname prefix suffix name
13642# strip PREFIX and SUFFIX off of NAME.
13643# PREFIX and SUFFIX must not contain globbing or regex special
13644# characters, hashes, percent signs, but SUFFIX may contain a leading
13645# dot (in which case that matches only a dot).
13646func_stripname ()
13647{
13648 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13649 # positional parameters, so assign one to ordinary parameter first.
13650 func_stripname_result=${3}
13651 func_stripname_result=${func_stripname_result#"${1}"}
13652 func_stripname_result=${func_stripname_result%"${2}"}
13653}
13654
13655# func_opt_split
13656func_opt_split ()
13657{
13658 func_opt_split_opt=${1%%=*}
13659 func_opt_split_arg=${1#*=}
13660}
13661
13662# func_lo2o object
13663func_lo2o ()
13664{
13665 case ${1} in
13666 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13667 *) func_lo2o_result=${1} ;;
13668 esac
13669}
13670
13671# func_xform libobj-or-source
13672func_xform ()
13673{
13674 func_xform_result=${1%.*}.lo
13675}
13676
13677# func_arith arithmetic-term...
13678func_arith ()
13679{
13680 func_arith_result=$(( $* ))
13681}
13682
13683# func_len string
13684# STRING may not start with a hyphen.
13685func_len ()
13686{
13687 func_len_result=${#1}
13688}
13689
13690_LT_EOF
13691 ;;
13692 *) # Bourne compatible functions.
13693 cat << \_LT_EOF >> "$cfgfile"
13694
13695# func_dirname file append nondir_replacement
13696# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13697# otherwise set result to NONDIR_REPLACEMENT.
13698func_dirname ()
13699{
13700 # Extract subdirectory from the argument.
13701 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13702 if test "X$func_dirname_result" = "X${1}"; then
13703 func_dirname_result="${3}"
13704 else
13705 func_dirname_result="$func_dirname_result${2}"
13706 fi
13707}
13708
13709# func_basename file
13710func_basename ()
13711{
13712 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13713}
13714
13715
13716# func_stripname prefix suffix name
13717# strip PREFIX and SUFFIX off of NAME.
13718# PREFIX and SUFFIX must not contain globbing or regex special
13719# characters, hashes, percent signs, but SUFFIX may contain a leading
13720# dot (in which case that matches only a dot).
13721# func_strip_suffix prefix name
13722func_stripname ()
13723{
13724 case ${2} in
13725 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13726 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13727 esac
13728}
13729
13730# sed scripts:
13731my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13732my_sed_long_arg='1s/^-[^=]*=//'
13733
13734# func_opt_split
13735func_opt_split ()
13736{
13737 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13738 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13739}
13740
13741# func_lo2o object
13742func_lo2o ()
13743{
13744 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13745}
13746
13747# func_xform libobj-or-source
13748func_xform ()
13749{
13750 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13751}
13752
13753# func_arith arithmetic-term...
13754func_arith ()
13755{
13756 func_arith_result=`expr "$@"`
13757}
13758
13759# func_len string
13760# STRING may not start with a hyphen.
13761func_len ()
13762{
13763 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13764}
13765
13766_LT_EOF
13767esac
13768
13769case $lt_shell_append in
13770 yes)
13771 cat << \_LT_EOF >> "$cfgfile"
13772
13773# func_append var value
13774# Append VALUE to the end of shell variable VAR.
13775func_append ()
13776{
13777 eval "$1+=\$2"
13778}
13779_LT_EOF
13780 ;;
13781 *)
13782 cat << \_LT_EOF >> "$cfgfile"
13783
13784# func_append var value
13785# Append VALUE to the end of shell variable VAR.
13786func_append ()
13787{
13788 eval "$1=\$$1\$2"
13789}
13790
13791_LT_EOF
13792 ;;
13793 esac
13794
13795
13796 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13797 || (rm -f "$cfgfile"; exit 1)
13798
13799 mv -f "$cfgfile" "$ofile" ||
13800 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13801 chmod +x "$ofile"
13802
13803 ;;
ef016f83
MF
13804 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
13805 rm -f Makesim1.tmp Makesim2.tmp Makefile
13806 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
13807 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
13808 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
13809 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
13810 <Makefile.sim >Makefile
13811 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
13812 ;;
13813 "stamp-h":C) echo > stamp-h ;;
13814
13815 esac
13816done # for ac_tag
13817
13818
13819as_fn_exit 0
13820_ACEOF
13821ac_clean_files=$ac_clean_files_save
13822
13823test $ac_write_fail = 0 ||
d0ac1c44 13824 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
13825
13826
13827# configure is writing to config.log, and then calls config.status.
13828# config.status does its own redirection, appending to config.log.
13829# Unfortunately, on DOS this fails, as config.log is still kept open
13830# by configure, so config.status won't be able to write to it; its
13831# output is simply discarded. So we exec the FD to /dev/null,
13832# effectively closing config.log, so it can be properly (re)opened and
13833# appended to by config.status. When coming back to configure, we
13834# need to make the FD available again.
13835if test "$no_create" != yes; then
13836 ac_cs_success=:
13837 ac_config_status_args=
13838 test "$silent" = yes &&
13839 ac_config_status_args="$ac_config_status_args --quiet"
13840 exec 5>/dev/null
13841 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13842 exec 5>>config.log
13843 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13844 # would make configure fail if this is the last instruction.
d0ac1c44 13845 $ac_cs_success || as_fn_exit 1
ef016f83
MF
13846fi
13847if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13849$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13850fi
13851
13852