]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/bfin/configure
sim: clean up stale AC_PREREQ refs
[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
634cgen_breaks
635SDL_LIBS
636SDL_CFLAGS
5798d69f
SM
637PKG_CONFIG_LIBDIR
638PKG_CONFIG_PATH
639PKG_CONFIG
ef016f83
MF
640REPORT_BUGS_TEXI
641REPORT_BUGS_TO
642PKGVERSION
ef016f83 643MAINT
31e6ad7d
MF
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
6bb11ab3
L
646lt_cv_dlopen_libs
647OTOOL64
648OTOOL
649LIPO
650NMEDIT
651DSYMUTIL
652AWK
653STRIP
654OBJDUMP
655LN_S
656NM
657ac_ct_DUMPBIN
658DUMPBIN
659LD
660FGREP
661SED
662LIBTOOL
663PLUGINS_FALSE
664PLUGINS_TRUE
aadc9410
MF
665zlibinc
666zlibdir
ef016f83
MF
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
db2e4d67
MF
679GMAKE_FALSE
680GMAKE_TRUE
681MAKE
682CCDEPMODE
683DEPDIR
684am__leading_dot
5f3ef9d0 685PACKAGE
46f900c0 686C_DIALECT
ef016f83
MF
687RANLIB
688AR
689HDEFINES
690CC_FOR_BUILD
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
2232061b
MF
694EGREP
695GREP
696CPP
ef016f83
MF
697target_os
698target_vendor
699target_cpu
700target
701host_os
702host_vendor
703host_cpu
704host
705build_os
706build_vendor
707build_cpu
708build
6ffe910a
MF
709OBJEXT
710EXEEXT
711ac_ct_CC
712CPPFLAGS
713LDFLAGS
714CFLAGS
715CC
ef016f83
MF
716WERROR_CFLAGS
717WARN_CFLAGS
ef016f83 718sim_reserved_bits
ef016f83
MF
719sim_inline
720sim_hw
721sim_hw_objs
722sim_hw_cflags
723sim_default_model
724sim_scache
725sim_float
ef016f83
MF
726sim_endian
727sim_bitsize
ef016f83 728sim_alignment
ef016f83
MF
729target_alias
730host_alias
731build_alias
732LIBS
733ECHO_T
734ECHO_N
735ECHO_C
736DEFS
737mandir
738localedir
739libdir
740psdir
741pdfdir
742dvidir
743htmldir
744infodir
745docdir
746oldincludedir
747includedir
748localstatedir
749sharedstatedir
750sysconfdir
751datadir
752datarootdir
753libexecdir
754sbindir
755bindir
756program_transform_name
757prefix
758exec_prefix
759PACKAGE_URL
760PACKAGE_BUGREPORT
761PACKAGE_STRING
762PACKAGE_VERSION
763PACKAGE_TARNAME
764PACKAGE_NAME
765PATH_SEPARATOR
766SHELL'
767ac_subst_files=''
768ac_user_opts='
769enable_option_checking
aadc9410 770with_system_zlib
6bb11ab3
L
771enable_plugins
772enable_shared
773enable_static
774with_pic
775enable_fast_install
776with_gnu_ld
777enable_libtool_lock
ef016f83 778enable_maintainer_mode
ef016f83
MF
779enable_sim_debug
780enable_sim_stdio
781enable_sim_trace
782enable_sim_profile
35656e95 783enable_sim_assert
16f7876d 784enable_sim_environment
347fe5bb 785enable_sim_inline
ef016f83
MF
786with_pkgversion
787with_bugurl
788enable_sim_endian
789enable_sim_alignment
ef016f83 790enable_sim_default_model
2232061b 791enable_werror
ef016f83
MF
792enable_build_warnings
793enable_sim_build_warnings
794enable_sim_hardware
795'
796 ac_precious_vars='build_alias
797host_alias
798target_alias
799CC
800CFLAGS
801LDFLAGS
802LIBS
803CPPFLAGS
5798d69f
SM
804CPP
805PKG_CONFIG
806PKG_CONFIG_PATH
807PKG_CONFIG_LIBDIR
808SDL_CFLAGS
809SDL_LIBS'
ef016f83
MF
810
811
812# Initialize some variables set by options.
813ac_init_help=
814ac_init_version=false
815ac_unrecognized_opts=
816ac_unrecognized_sep=
817# The variables have the same names as the options, with
818# dashes changed to underlines.
819cache_file=/dev/null
820exec_prefix=NONE
821no_create=
822no_recursion=
823prefix=NONE
824program_prefix=NONE
825program_suffix=NONE
826program_transform_name=s,x,x,
827silent=
828site=
829srcdir=
830verbose=
831x_includes=NONE
832x_libraries=NONE
833
834# Installation directory options.
835# These are left unexpanded so users can "make install exec_prefix=/foo"
836# and all the variables that are supposed to be based on exec_prefix
837# by default will actually change.
838# Use braces instead of parens because sh, perl, etc. also accept them.
839# (The list follows the same order as the GNU Coding Standards.)
840bindir='${exec_prefix}/bin'
841sbindir='${exec_prefix}/sbin'
842libexecdir='${exec_prefix}/libexec'
843datarootdir='${prefix}/share'
844datadir='${datarootdir}'
845sysconfdir='${prefix}/etc'
846sharedstatedir='${prefix}/com'
847localstatedir='${prefix}/var'
848includedir='${prefix}/include'
849oldincludedir='/usr/include'
850docdir='${datarootdir}/doc/${PACKAGE}'
851infodir='${datarootdir}/info'
852htmldir='${docdir}'
853dvidir='${docdir}'
854pdfdir='${docdir}'
855psdir='${docdir}'
856libdir='${exec_prefix}/lib'
857localedir='${datarootdir}/locale'
858mandir='${datarootdir}/man'
859
860ac_prev=
861ac_dashdash=
862for ac_option
863do
864 # If the previous option needs an argument, assign it.
865 if test -n "$ac_prev"; then
866 eval $ac_prev=\$ac_option
867 ac_prev=
868 continue
869 fi
870
871 case $ac_option in
d0ac1c44
SM
872 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
873 *=) ac_optarg= ;;
874 *) ac_optarg=yes ;;
ef016f83
MF
875 esac
876
877 # Accept the important Cygnus configure options, so we can diagnose typos.
878
879 case $ac_dashdash$ac_option in
880 --)
881 ac_dashdash=yes ;;
882
883 -bindir | --bindir | --bindi | --bind | --bin | --bi)
884 ac_prev=bindir ;;
885 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
886 bindir=$ac_optarg ;;
887
888 -build | --build | --buil | --bui | --bu)
889 ac_prev=build_alias ;;
890 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
891 build_alias=$ac_optarg ;;
892
893 -cache-file | --cache-file | --cache-fil | --cache-fi \
894 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
895 ac_prev=cache_file ;;
896 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
897 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
898 cache_file=$ac_optarg ;;
899
900 --config-cache | -C)
901 cache_file=config.cache ;;
902
903 -datadir | --datadir | --datadi | --datad)
904 ac_prev=datadir ;;
905 -datadir=* | --datadir=* | --datadi=* | --datad=*)
906 datadir=$ac_optarg ;;
907
908 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
909 | --dataroo | --dataro | --datar)
910 ac_prev=datarootdir ;;
911 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
912 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
913 datarootdir=$ac_optarg ;;
914
915 -disable-* | --disable-*)
916 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
917 # Reject names that are not valid shell variable names.
918 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 919 as_fn_error $? "invalid feature name: $ac_useropt"
ef016f83
MF
920 ac_useropt_orig=$ac_useropt
921 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922 case $ac_user_opts in
923 *"
924"enable_$ac_useropt"
925"*) ;;
926 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
927 ac_unrecognized_sep=', ';;
928 esac
929 eval enable_$ac_useropt=no ;;
930
931 -docdir | --docdir | --docdi | --doc | --do)
932 ac_prev=docdir ;;
933 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
934 docdir=$ac_optarg ;;
935
936 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
937 ac_prev=dvidir ;;
938 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
939 dvidir=$ac_optarg ;;
940
941 -enable-* | --enable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 945 as_fn_error $? "invalid feature name: $ac_useropt"
ef016f83
MF
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
949 *"
950"enable_$ac_useropt"
951"*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=\$ac_optarg ;;
956
957 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
958 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
959 | --exec | --exe | --ex)
960 ac_prev=exec_prefix ;;
961 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
962 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
963 | --exec=* | --exe=* | --ex=*)
964 exec_prefix=$ac_optarg ;;
965
966 -gas | --gas | --ga | --g)
967 # Obsolete; use --with-gas.
968 with_gas=yes ;;
969
970 -help | --help | --hel | --he | -h)
971 ac_init_help=long ;;
972 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
973 ac_init_help=recursive ;;
974 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
975 ac_init_help=short ;;
976
977 -host | --host | --hos | --ho)
978 ac_prev=host_alias ;;
979 -host=* | --host=* | --hos=* | --ho=*)
980 host_alias=$ac_optarg ;;
981
982 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
983 ac_prev=htmldir ;;
984 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
985 | --ht=*)
986 htmldir=$ac_optarg ;;
987
988 -includedir | --includedir | --includedi | --included | --include \
989 | --includ | --inclu | --incl | --inc)
990 ac_prev=includedir ;;
991 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
992 | --includ=* | --inclu=* | --incl=* | --inc=*)
993 includedir=$ac_optarg ;;
994
995 -infodir | --infodir | --infodi | --infod | --info | --inf)
996 ac_prev=infodir ;;
997 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
998 infodir=$ac_optarg ;;
999
1000 -libdir | --libdir | --libdi | --libd)
1001 ac_prev=libdir ;;
1002 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1003 libdir=$ac_optarg ;;
1004
1005 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1006 | --libexe | --libex | --libe)
1007 ac_prev=libexecdir ;;
1008 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1009 | --libexe=* | --libex=* | --libe=*)
1010 libexecdir=$ac_optarg ;;
1011
1012 -localedir | --localedir | --localedi | --localed | --locale)
1013 ac_prev=localedir ;;
1014 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1015 localedir=$ac_optarg ;;
1016
1017 -localstatedir | --localstatedir | --localstatedi | --localstated \
1018 | --localstate | --localstat | --localsta | --localst | --locals)
1019 ac_prev=localstatedir ;;
1020 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1021 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1022 localstatedir=$ac_optarg ;;
1023
1024 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1025 ac_prev=mandir ;;
1026 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1027 mandir=$ac_optarg ;;
1028
1029 -nfp | --nfp | --nf)
1030 # Obsolete; use --without-fp.
1031 with_fp=no ;;
1032
1033 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1034 | --no-cr | --no-c | -n)
1035 no_create=yes ;;
1036
1037 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1038 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1039 no_recursion=yes ;;
1040
1041 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1042 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1043 | --oldin | --oldi | --old | --ol | --o)
1044 ac_prev=oldincludedir ;;
1045 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1046 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1047 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1048 oldincludedir=$ac_optarg ;;
1049
1050 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1051 ac_prev=prefix ;;
1052 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1053 prefix=$ac_optarg ;;
1054
1055 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1056 | --program-pre | --program-pr | --program-p)
1057 ac_prev=program_prefix ;;
1058 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1059 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1060 program_prefix=$ac_optarg ;;
1061
1062 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1063 | --program-suf | --program-su | --program-s)
1064 ac_prev=program_suffix ;;
1065 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1066 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1067 program_suffix=$ac_optarg ;;
1068
1069 -program-transform-name | --program-transform-name \
1070 | --program-transform-nam | --program-transform-na \
1071 | --program-transform-n | --program-transform- \
1072 | --program-transform | --program-transfor \
1073 | --program-transfo | --program-transf \
1074 | --program-trans | --program-tran \
1075 | --progr-tra | --program-tr | --program-t)
1076 ac_prev=program_transform_name ;;
1077 -program-transform-name=* | --program-transform-name=* \
1078 | --program-transform-nam=* | --program-transform-na=* \
1079 | --program-transform-n=* | --program-transform-=* \
1080 | --program-transform=* | --program-transfor=* \
1081 | --program-transfo=* | --program-transf=* \
1082 | --program-trans=* | --program-tran=* \
1083 | --progr-tra=* | --program-tr=* | --program-t=*)
1084 program_transform_name=$ac_optarg ;;
1085
1086 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1087 ac_prev=pdfdir ;;
1088 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1089 pdfdir=$ac_optarg ;;
1090
1091 -psdir | --psdir | --psdi | --psd | --ps)
1092 ac_prev=psdir ;;
1093 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1094 psdir=$ac_optarg ;;
1095
1096 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1097 | -silent | --silent | --silen | --sile | --sil)
1098 silent=yes ;;
1099
1100 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1101 ac_prev=sbindir ;;
1102 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1103 | --sbi=* | --sb=*)
1104 sbindir=$ac_optarg ;;
1105
1106 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1107 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1108 | --sharedst | --shareds | --shared | --share | --shar \
1109 | --sha | --sh)
1110 ac_prev=sharedstatedir ;;
1111 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1112 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1113 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1114 | --sha=* | --sh=*)
1115 sharedstatedir=$ac_optarg ;;
1116
1117 -site | --site | --sit)
1118 ac_prev=site ;;
1119 -site=* | --site=* | --sit=*)
1120 site=$ac_optarg ;;
1121
1122 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1123 ac_prev=srcdir ;;
1124 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1125 srcdir=$ac_optarg ;;
1126
1127 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1128 | --syscon | --sysco | --sysc | --sys | --sy)
1129 ac_prev=sysconfdir ;;
1130 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1131 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1132 sysconfdir=$ac_optarg ;;
1133
1134 -target | --target | --targe | --targ | --tar | --ta | --t)
1135 ac_prev=target_alias ;;
1136 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1137 target_alias=$ac_optarg ;;
1138
1139 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1140 verbose=yes ;;
1141
1142 -version | --version | --versio | --versi | --vers | -V)
1143 ac_init_version=: ;;
1144
1145 -with-* | --with-*)
1146 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1147 # Reject names that are not valid shell variable names.
1148 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1149 as_fn_error $? "invalid package name: $ac_useropt"
ef016f83
MF
1150 ac_useropt_orig=$ac_useropt
1151 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1152 case $ac_user_opts in
1153 *"
1154"with_$ac_useropt"
1155"*) ;;
1156 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1157 ac_unrecognized_sep=', ';;
1158 esac
1159 eval with_$ac_useropt=\$ac_optarg ;;
1160
1161 -without-* | --without-*)
1162 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1165 as_fn_error $? "invalid package name: $ac_useropt"
ef016f83
MF
1166 ac_useropt_orig=$ac_useropt
1167 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1168 case $ac_user_opts in
1169 *"
1170"with_$ac_useropt"
1171"*) ;;
1172 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1173 ac_unrecognized_sep=', ';;
1174 esac
1175 eval with_$ac_useropt=no ;;
1176
1177 --x)
1178 # Obsolete; use --with-x.
1179 with_x=yes ;;
1180
1181 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1182 | --x-incl | --x-inc | --x-in | --x-i)
1183 ac_prev=x_includes ;;
1184 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1185 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1186 x_includes=$ac_optarg ;;
1187
1188 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1189 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1190 ac_prev=x_libraries ;;
1191 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1192 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1193 x_libraries=$ac_optarg ;;
1194
d0ac1c44
SM
1195 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1196Try \`$0 --help' for more information"
ef016f83
MF
1197 ;;
1198
1199 *=*)
1200 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1201 # Reject names that are not valid shell variable names.
1202 case $ac_envvar in #(
1203 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1204 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
ef016f83
MF
1205 esac
1206 eval $ac_envvar=\$ac_optarg
1207 export $ac_envvar ;;
1208
1209 *)
1210 # FIXME: should be removed in autoconf 3.0.
1211 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1212 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1213 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1214 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
ef016f83
MF
1215 ;;
1216
1217 esac
1218done
1219
1220if test -n "$ac_prev"; then
1221 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1222 as_fn_error $? "missing argument to $ac_option"
ef016f83
MF
1223fi
1224
1225if test -n "$ac_unrecognized_opts"; then
1226 case $enable_option_checking in
1227 no) ;;
d0ac1c44 1228 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
ef016f83
MF
1229 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1230 esac
1231fi
1232
1233# Check all directory arguments for consistency.
1234for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1235 datadir sysconfdir sharedstatedir localstatedir includedir \
1236 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1237 libdir localedir mandir
1238do
1239 eval ac_val=\$$ac_var
1240 # Remove trailing slashes.
1241 case $ac_val in
1242 */ )
1243 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1244 eval $ac_var=\$ac_val;;
1245 esac
1246 # Be sure to have absolute directory names.
1247 case $ac_val in
1248 [\\/$]* | ?:[\\/]* ) continue;;
1249 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1250 esac
d0ac1c44 1251 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
ef016f83
MF
1252done
1253
1254# There might be people who depend on the old broken behavior: `$host'
1255# used to hold the argument of --host etc.
1256# FIXME: To remove some day.
1257build=$build_alias
1258host=$host_alias
1259target=$target_alias
1260
1261# FIXME: To remove some day.
1262if test "x$host_alias" != x; then
1263 if test "x$build_alias" = x; then
1264 cross_compiling=maybe
ef016f83
MF
1265 elif test "x$build_alias" != "x$host_alias"; then
1266 cross_compiling=yes
1267 fi
1268fi
1269
1270ac_tool_prefix=
1271test -n "$host_alias" && ac_tool_prefix=$host_alias-
1272
1273test "$silent" = yes && exec 6>/dev/null
1274
1275
1276ac_pwd=`pwd` && test -n "$ac_pwd" &&
1277ac_ls_di=`ls -di .` &&
1278ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1279 as_fn_error $? "working directory cannot be determined"
ef016f83 1280test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1281 as_fn_error $? "pwd does not report name of working directory"
ef016f83
MF
1282
1283
1284# Find the source files, if location was not specified.
1285if test -z "$srcdir"; then
1286 ac_srcdir_defaulted=yes
1287 # Try the directory containing this script, then the parent directory.
1288 ac_confdir=`$as_dirname -- "$as_myself" ||
1289$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1290 X"$as_myself" : 'X\(//\)[^/]' \| \
1291 X"$as_myself" : 'X\(//\)$' \| \
1292 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1293$as_echo X"$as_myself" |
1294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1295 s//\1/
1296 q
1297 }
1298 /^X\(\/\/\)[^/].*/{
1299 s//\1/
1300 q
1301 }
1302 /^X\(\/\/\)$/{
1303 s//\1/
1304 q
1305 }
1306 /^X\(\/\).*/{
1307 s//\1/
1308 q
1309 }
1310 s/.*/./; q'`
1311 srcdir=$ac_confdir
1312 if test ! -r "$srcdir/$ac_unique_file"; then
1313 srcdir=..
1314 fi
1315else
1316 ac_srcdir_defaulted=no
1317fi
1318if test ! -r "$srcdir/$ac_unique_file"; then
1319 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1320 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
ef016f83
MF
1321fi
1322ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1323ac_abs_confdir=`(
d0ac1c44 1324 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
ef016f83
MF
1325 pwd)`
1326# When building in place, set srcdir=.
1327if test "$ac_abs_confdir" = "$ac_pwd"; then
1328 srcdir=.
1329fi
1330# Remove unnecessary trailing slashes from srcdir.
1331# Double slashes in file names in object file debugging info
1332# mess up M-x gdb in Emacs.
1333case $srcdir in
1334*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1335esac
1336for ac_var in $ac_precious_vars; do
1337 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_env_${ac_var}_value=\$${ac_var}
1339 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1340 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1341done
1342
1343#
1344# Report the --help message.
1345#
1346if test "$ac_init_help" = "long"; then
1347 # Omit some internal or obsolete options to make the list less imposing.
1348 # This message is too long to be a string in the A/UX 3.1 sh.
1349 cat <<_ACEOF
1350\`configure' configures this package to adapt to many kinds of systems.
1351
1352Usage: $0 [OPTION]... [VAR=VALUE]...
1353
1354To assign environment variables (e.g., CC, CFLAGS...), specify them as
1355VAR=VALUE. See below for descriptions of some of the useful variables.
1356
1357Defaults for the options are specified in brackets.
1358
1359Configuration:
1360 -h, --help display this help and exit
1361 --help=short display options specific to this package
1362 --help=recursive display the short help of all the included packages
1363 -V, --version display version information and exit
d0ac1c44 1364 -q, --quiet, --silent do not print \`checking ...' messages
ef016f83
MF
1365 --cache-file=FILE cache test results in FILE [disabled]
1366 -C, --config-cache alias for \`--cache-file=config.cache'
1367 -n, --no-create do not create output files
1368 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1369
1370Installation directories:
1371 --prefix=PREFIX install architecture-independent files in PREFIX
1372 [$ac_default_prefix]
1373 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1374 [PREFIX]
1375
1376By default, \`make install' will install all the files in
1377\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1378an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1379for instance \`--prefix=\$HOME'.
1380
1381For better control, use the options below.
1382
1383Fine tuning of the installation directories:
1384 --bindir=DIR user executables [EPREFIX/bin]
1385 --sbindir=DIR system admin executables [EPREFIX/sbin]
1386 --libexecdir=DIR program executables [EPREFIX/libexec]
1387 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1388 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1389 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1390 --libdir=DIR object code libraries [EPREFIX/lib]
1391 --includedir=DIR C header files [PREFIX/include]
1392 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1393 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1394 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1395 --infodir=DIR info documentation [DATAROOTDIR/info]
1396 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1397 --mandir=DIR man documentation [DATAROOTDIR/man]
1398 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1399 --htmldir=DIR html documentation [DOCDIR]
1400 --dvidir=DIR dvi documentation [DOCDIR]
1401 --pdfdir=DIR pdf documentation [DOCDIR]
1402 --psdir=DIR ps documentation [DOCDIR]
1403_ACEOF
1404
1405 cat <<\_ACEOF
1406
1407Program names:
1408 --program-prefix=PREFIX prepend PREFIX to installed program names
1409 --program-suffix=SUFFIX append SUFFIX to installed program names
1410 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1411
1412System types:
1413 --build=BUILD configure for building on BUILD [guessed]
1414 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1415 --target=TARGET configure for building compilers for TARGET [HOST]
1416_ACEOF
1417fi
1418
1419if test -n "$ac_init_help"; then
1420
1421 cat <<\_ACEOF
1422
1423Optional Features:
1424 --disable-option-checking ignore unrecognized --enable/--with options
1425 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1426 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1427 --enable-plugins Enable support for plugins
6bb11ab3
L
1428 --enable-shared[=PKGS] build shared libraries [default=yes]
1429 --enable-static[=PKGS] build static libraries [default=yes]
1430 --enable-fast-install[=PKGS]
1431 optimize for fast installation [default=yes]
1432 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1433 --enable-maintainer-mode
1434 enable make rules and dependencies not useful (and
1435 sometimes confusing) to the casual installer
8d0978fb
MF
1436 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1437 itself)
1438 --enable-sim-stdio Specify whether to use stdio for console
1439 input/output
1440 --enable-sim-trace=opts Enable tracing of simulated programs
1441 --enable-sim-profile=opts
1442 Enable profiling flags
35656e95 1443 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1444 --enable-sim-environment=environment
1445 Specify mixed, user, virtual or operating
1446 environment
347fe5bb
MF
1447 --enable-sim-inline=inlines
1448 Specify which functions should be inlined
8d0978fb
MF
1449 --enable-sim-endian=endian
1450 Specify target byte endian orientation
1451 --enable-sim-alignment=align
1452 Specify strict, nonstrict or forced alignment of
1453 memory accesses
8d0978fb
MF
1454 --enable-sim-default-model=model
1455 Specify default model to simulate
2232061b
MF
1456 --enable-werror treat compile warnings as errors
1457 --enable-build-warnings enable build-time compiler warnings if gcc is used
1458 --enable-sim-build-warnings
1459 enable SIM specific build-time compiler warnings if
1460 gcc is used
1517bd27
MF
1461 --enable-sim-hardware=LIST
1462 Specify the hardware to be included in the build.
ef016f83
MF
1463
1464Optional Packages:
1465 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1466 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1467 --with-system-zlib use installed libz
6bb11ab3
L
1468 --with-pic try to use only PIC/non-PIC objects [default=use
1469 both]
1470 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1471 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
ef016f83
MF
1472 --with-bugurl=URL Direct users to URL to report a bug
1473
1474Some influential environment variables:
1475 CC C compiler command
1476 CFLAGS C compiler flags
1477 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1478 nonstandard directory <lib dir>
1479 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1480 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
ef016f83
MF
1481 you have headers in a nonstandard directory <include dir>
1482 CPP C preprocessor
5798d69f
SM
1483 PKG_CONFIG path to pkg-config utility
1484 PKG_CONFIG_PATH
1485 directories to add to pkg-config's search path
1486 PKG_CONFIG_LIBDIR
1487 path overriding pkg-config's built-in search path
1488 SDL_CFLAGS C compiler flags for SDL, overriding pkg-config
1489 SDL_LIBS linker flags for SDL, overriding pkg-config
ef016f83
MF
1490
1491Use these variables to override the choices made by `configure' or to help
1492it to find libraries and programs with nonstandard names/locations.
1493
1494Report bugs to the package provider.
1495_ACEOF
1496ac_status=$?
1497fi
1498
1499if test "$ac_init_help" = "recursive"; then
1500 # If there are subdirs, report their specific --help.
1501 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1502 test -d "$ac_dir" ||
1503 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1504 continue
1505 ac_builddir=.
1506
1507case "$ac_dir" in
1508.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1509*)
1510 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1511 # A ".." for each directory in $ac_dir_suffix.
1512 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1513 case $ac_top_builddir_sub in
1514 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1515 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1516 esac ;;
1517esac
1518ac_abs_top_builddir=$ac_pwd
1519ac_abs_builddir=$ac_pwd$ac_dir_suffix
1520# for backward compatibility:
1521ac_top_builddir=$ac_top_build_prefix
1522
1523case $srcdir in
1524 .) # We are building in place.
1525 ac_srcdir=.
1526 ac_top_srcdir=$ac_top_builddir_sub
1527 ac_abs_top_srcdir=$ac_pwd ;;
1528 [\\/]* | ?:[\\/]* ) # Absolute name.
1529 ac_srcdir=$srcdir$ac_dir_suffix;
1530 ac_top_srcdir=$srcdir
1531 ac_abs_top_srcdir=$srcdir ;;
1532 *) # Relative name.
1533 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1534 ac_top_srcdir=$ac_top_build_prefix$srcdir
1535 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1536esac
1537ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1538
1539 cd "$ac_dir" || { ac_status=$?; continue; }
1540 # Check for guested configure.
1541 if test -f "$ac_srcdir/configure.gnu"; then
1542 echo &&
1543 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1544 elif test -f "$ac_srcdir/configure"; then
1545 echo &&
1546 $SHELL "$ac_srcdir/configure" --help=recursive
1547 else
1548 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1549 fi || ac_status=$?
1550 cd "$ac_pwd" || { ac_status=$?; break; }
1551 done
1552fi
1553
1554test -n "$ac_init_help" && exit $ac_status
1555if $ac_init_version; then
1556 cat <<\_ACEOF
1557configure
d0ac1c44 1558generated by GNU Autoconf 2.69
ef016f83 1559
d0ac1c44 1560Copyright (C) 2012 Free Software Foundation, Inc.
ef016f83
MF
1561This configure script is free software; the Free Software Foundation
1562gives unlimited permission to copy, distribute and modify it.
1563_ACEOF
1564 exit
1565fi
1566
1567## ------------------------ ##
1568## Autoconf initialization. ##
1569## ------------------------ ##
1570
1571# ac_fn_c_try_compile LINENO
1572# --------------------------
1573# Try to compile conftest.$ac_ext, and return whether this succeeded.
1574ac_fn_c_try_compile ()
1575{
1576 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1577 rm -f conftest.$ac_objext
1578 if { { ac_try="$ac_compile"
1579case "(($ac_try" in
1580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1581 *) ac_try_echo=$ac_try;;
1582esac
1583eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1584$as_echo "$ac_try_echo"; } >&5
1585 (eval "$ac_compile") 2>conftest.err
1586 ac_status=$?
1587 if test -s conftest.err; then
1588 grep -v '^ *+' conftest.err >conftest.er1
1589 cat conftest.er1 >&5
1590 mv -f conftest.er1 conftest.err
1591 fi
1592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1593 test $ac_status = 0; } && {
1594 test -z "$ac_c_werror_flag" ||
1595 test ! -s conftest.err
1596 } && test -s conftest.$ac_objext; then :
1597 ac_retval=0
1598else
1599 $as_echo "$as_me: failed program was:" >&5
1600sed 's/^/| /' conftest.$ac_ext >&5
1601
1602 ac_retval=1
1603fi
d0ac1c44
SM
1604 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1605 as_fn_set_status $ac_retval
ef016f83
MF
1606
1607} # ac_fn_c_try_compile
1608
1609# ac_fn_c_try_cpp LINENO
1610# ----------------------
1611# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1612ac_fn_c_try_cpp ()
1613{
1614 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1615 if { { ac_try="$ac_cpp conftest.$ac_ext"
1616case "(($ac_try" in
1617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1618 *) ac_try_echo=$ac_try;;
1619esac
1620eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1621$as_echo "$ac_try_echo"; } >&5
1622 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1623 ac_status=$?
1624 if test -s conftest.err; then
1625 grep -v '^ *+' conftest.err >conftest.er1
1626 cat conftest.er1 >&5
1627 mv -f conftest.er1 conftest.err
1628 fi
1629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1630 test $ac_status = 0; } > conftest.i && {
ef016f83
MF
1631 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1632 test ! -s conftest.err
1633 }; then :
1634 ac_retval=0
1635else
1636 $as_echo "$as_me: failed program was:" >&5
1637sed 's/^/| /' conftest.$ac_ext >&5
1638
1639 ac_retval=1
1640fi
d0ac1c44
SM
1641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1642 as_fn_set_status $ac_retval
ef016f83
MF
1643
1644} # ac_fn_c_try_cpp
1645
1646# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1647# -------------------------------------------------------
1648# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1649# the include files in INCLUDES and setting the cache variable VAR
1650# accordingly.
1651ac_fn_c_check_header_mongrel ()
1652{
1653 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1654 if eval \${$3+:} false; then :
ef016f83
MF
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1656$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1657if eval \${$3+:} false; then :
ef016f83
MF
1658 $as_echo_n "(cached) " >&6
1659fi
1660eval ac_res=\$$3
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1662$as_echo "$ac_res" >&6; }
1663else
1664 # Is the header compilable?
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1666$as_echo_n "checking $2 usability... " >&6; }
1667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1668/* end confdefs.h. */
1669$4
1670#include <$2>
1671_ACEOF
1672if ac_fn_c_try_compile "$LINENO"; then :
1673 ac_header_compiler=yes
1674else
1675 ac_header_compiler=no
1676fi
1677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1679$as_echo "$ac_header_compiler" >&6; }
1680
1681# Is the header present?
1682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1683$as_echo_n "checking $2 presence... " >&6; }
1684cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1685/* end confdefs.h. */
1686#include <$2>
1687_ACEOF
1688if ac_fn_c_try_cpp "$LINENO"; then :
1689 ac_header_preproc=yes
1690else
1691 ac_header_preproc=no
1692fi
d0ac1c44 1693rm -f conftest.err conftest.i conftest.$ac_ext
ef016f83
MF
1694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1695$as_echo "$ac_header_preproc" >&6; }
1696
1697# So? What about this header?
1698case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1699 yes:no: )
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1701$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1703$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1704 ;;
1705 no:yes:* )
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1707$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1709$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1711$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1713$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1715$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1716 ;;
1717esac
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1719$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1720if eval \${$3+:} false; then :
ef016f83
MF
1721 $as_echo_n "(cached) " >&6
1722else
1723 eval "$3=\$ac_header_compiler"
1724fi
1725eval ac_res=\$$3
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1727$as_echo "$ac_res" >&6; }
1728fi
d0ac1c44 1729 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1730
1731} # ac_fn_c_check_header_mongrel
1732
1733# ac_fn_c_try_run LINENO
1734# ----------------------
1735# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1736# that executables *can* be run.
1737ac_fn_c_try_run ()
1738{
1739 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1740 if { { ac_try="$ac_link"
1741case "(($ac_try" in
1742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1743 *) ac_try_echo=$ac_try;;
1744esac
1745eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1746$as_echo "$ac_try_echo"; } >&5
1747 (eval "$ac_link") 2>&5
1748 ac_status=$?
1749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1750 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1751 { { case "(($ac_try" in
1752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1753 *) ac_try_echo=$ac_try;;
1754esac
1755eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1756$as_echo "$ac_try_echo"; } >&5
1757 (eval "$ac_try") 2>&5
1758 ac_status=$?
1759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1760 test $ac_status = 0; }; }; then :
1761 ac_retval=0
1762else
1763 $as_echo "$as_me: program exited with status $ac_status" >&5
1764 $as_echo "$as_me: failed program was:" >&5
1765sed 's/^/| /' conftest.$ac_ext >&5
1766
1767 ac_retval=$ac_status
1768fi
1769 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1770 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1771 as_fn_set_status $ac_retval
ef016f83
MF
1772
1773} # ac_fn_c_try_run
1774
1775# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1776# -------------------------------------------------------
1777# Tests whether HEADER exists and can be compiled using the include files in
1778# INCLUDES, setting the cache variable VAR accordingly.
1779ac_fn_c_check_header_compile ()
1780{
1781 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1783$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1784if eval \${$3+:} false; then :
ef016f83
MF
1785 $as_echo_n "(cached) " >&6
1786else
1787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1788/* end confdefs.h. */
1789$4
1790#include <$2>
1791_ACEOF
1792if ac_fn_c_try_compile "$LINENO"; then :
1793 eval "$3=yes"
1794else
1795 eval "$3=no"
1796fi
1797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1798fi
1799eval ac_res=\$$3
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1801$as_echo "$ac_res" >&6; }
d0ac1c44 1802 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1803
1804} # ac_fn_c_check_header_compile
1805
1806# ac_fn_c_try_link LINENO
1807# -----------------------
1808# Try to link conftest.$ac_ext, and return whether this succeeded.
1809ac_fn_c_try_link ()
1810{
1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812 rm -f conftest.$ac_objext conftest$ac_exeext
1813 if { { ac_try="$ac_link"
1814case "(($ac_try" in
1815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1816 *) ac_try_echo=$ac_try;;
1817esac
1818eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1819$as_echo "$ac_try_echo"; } >&5
1820 (eval "$ac_link") 2>conftest.err
1821 ac_status=$?
1822 if test -s conftest.err; then
1823 grep -v '^ *+' conftest.err >conftest.er1
1824 cat conftest.er1 >&5
1825 mv -f conftest.er1 conftest.err
1826 fi
1827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1828 test $ac_status = 0; } && {
1829 test -z "$ac_c_werror_flag" ||
1830 test ! -s conftest.err
1831 } && test -s conftest$ac_exeext && {
1832 test "$cross_compiling" = yes ||
d0ac1c44 1833 test -x conftest$ac_exeext
ef016f83
MF
1834 }; then :
1835 ac_retval=0
1836else
1837 $as_echo "$as_me: failed program was:" >&5
1838sed 's/^/| /' conftest.$ac_ext >&5
1839
1840 ac_retval=1
1841fi
1842 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1843 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1844 # interfere with the next link command; also delete a directory that is
1845 # left behind by Apple's compiler. We do this before executing the actions.
1846 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1847 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1848 as_fn_set_status $ac_retval
ef016f83
MF
1849
1850} # ac_fn_c_try_link
1851
1852# ac_fn_c_check_func LINENO FUNC VAR
1853# ----------------------------------
1854# Tests whether FUNC exists, setting the cache variable VAR accordingly
1855ac_fn_c_check_func ()
1856{
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1859$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1860if eval \${$3+:} false; then :
ef016f83
MF
1861 $as_echo_n "(cached) " >&6
1862else
1863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1864/* end confdefs.h. */
1865/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1866 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1867#define $2 innocuous_$2
1868
1869/* System header to define __stub macros and hopefully few prototypes,
1870 which can conflict with char $2 (); below.
1871 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1872 <limits.h> exists even on freestanding compilers. */
1873
1874#ifdef __STDC__
1875# include <limits.h>
1876#else
1877# include <assert.h>
1878#endif
1879
1880#undef $2
1881
1882/* Override any GCC internal prototype to avoid an error.
1883 Use char because int might match the return type of a GCC
1884 builtin and then its argument prototype would still apply. */
1885#ifdef __cplusplus
1886extern "C"
1887#endif
1888char $2 ();
1889/* The GNU C library defines this for functions which it implements
1890 to always fail with ENOSYS. Some functions are actually named
1891 something starting with __ and the normal name is an alias. */
1892#if defined __stub_$2 || defined __stub___$2
1893choke me
1894#endif
1895
1896int
1897main ()
1898{
1899return $2 ();
1900 ;
1901 return 0;
1902}
1903_ACEOF
1904if ac_fn_c_try_link "$LINENO"; then :
1905 eval "$3=yes"
1906else
1907 eval "$3=no"
1908fi
1909rm -f core conftest.err conftest.$ac_objext \
1910 conftest$ac_exeext conftest.$ac_ext
1911fi
1912eval ac_res=\$$3
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1914$as_echo "$ac_res" >&6; }
d0ac1c44 1915 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1916
1917} # ac_fn_c_check_func
936df756
MF
1918
1919# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1920# ----------------------------------------------------
1921# Tries to find if the field MEMBER exists in type AGGR, after including
1922# INCLUDES, setting cache variable VAR accordingly.
1923ac_fn_c_check_member ()
1924{
1925 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1927$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1928if eval \${$4+:} false; then :
936df756
MF
1929 $as_echo_n "(cached) " >&6
1930else
1931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932/* end confdefs.h. */
1933$5
1934int
1935main ()
1936{
1937static $2 ac_aggr;
1938if (ac_aggr.$3)
1939return 0;
1940 ;
1941 return 0;
1942}
1943_ACEOF
1944if ac_fn_c_try_compile "$LINENO"; then :
1945 eval "$4=yes"
1946else
1947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1948/* end confdefs.h. */
1949$5
1950int
1951main ()
1952{
1953static $2 ac_aggr;
1954if (sizeof ac_aggr.$3)
1955return 0;
1956 ;
1957 return 0;
1958}
1959_ACEOF
1960if ac_fn_c_try_compile "$LINENO"; then :
1961 eval "$4=yes"
1962else
1963 eval "$4=no"
1964fi
1965rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1966fi
1967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1968fi
1969eval ac_res=\$$4
1970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1971$as_echo "$ac_res" >&6; }
d0ac1c44 1972 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1973
1974} # ac_fn_c_check_member
1975
1976# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1977# -------------------------------------------
1978# Tests whether TYPE exists after having included INCLUDES, setting cache
1979# variable VAR accordingly.
1980ac_fn_c_check_type ()
1981{
1982 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1984$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1985if eval \${$3+:} false; then :
936df756
MF
1986 $as_echo_n "(cached) " >&6
1987else
1988 eval "$3=no"
1989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1990/* end confdefs.h. */
1991$4
1992int
1993main ()
1994{
1995if (sizeof ($2))
1996 return 0;
1997 ;
1998 return 0;
1999}
2000_ACEOF
2001if ac_fn_c_try_compile "$LINENO"; then :
2002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2003/* end confdefs.h. */
2004$4
2005int
2006main ()
2007{
2008if (sizeof (($2)))
2009 return 0;
2010 ;
2011 return 0;
2012}
2013_ACEOF
2014if ac_fn_c_try_compile "$LINENO"; then :
2015
2016else
2017 eval "$3=yes"
2018fi
2019rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2020fi
2021rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2022fi
2023eval ac_res=\$$3
2024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2025$as_echo "$ac_res" >&6; }
d0ac1c44 2026 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2027
2028} # ac_fn_c_check_type
ef016f83
MF
2029cat >config.log <<_ACEOF
2030This file contains any messages produced by compilers while
2031running configure, to aid debugging if configure makes a mistake.
2032
2033It was created by $as_me, which was
d0ac1c44 2034generated by GNU Autoconf 2.69. Invocation command line was
ef016f83
MF
2035
2036 $ $0 $@
2037
2038_ACEOF
2039exec 5>>config.log
2040{
2041cat <<_ASUNAME
2042## --------- ##
2043## Platform. ##
2044## --------- ##
2045
2046hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2047uname -m = `(uname -m) 2>/dev/null || echo unknown`
2048uname -r = `(uname -r) 2>/dev/null || echo unknown`
2049uname -s = `(uname -s) 2>/dev/null || echo unknown`
2050uname -v = `(uname -v) 2>/dev/null || echo unknown`
2051
2052/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2053/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2054
2055/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2056/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2057/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2058/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2059/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2060/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2061/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2062
2063_ASUNAME
2064
2065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2066for as_dir in $PATH
2067do
2068 IFS=$as_save_IFS
2069 test -z "$as_dir" && as_dir=.
2070 $as_echo "PATH: $as_dir"
2071 done
2072IFS=$as_save_IFS
2073
2074} >&5
2075
2076cat >&5 <<_ACEOF
2077
2078
2079## ----------- ##
2080## Core tests. ##
2081## ----------- ##
2082
2083_ACEOF
2084
2085
2086# Keep a trace of the command line.
2087# Strip out --no-create and --no-recursion so they do not pile up.
2088# Strip out --silent because we don't want to record it for future runs.
2089# Also quote any args containing shell meta-characters.
2090# Make two passes to allow for proper duplicate-argument suppression.
2091ac_configure_args=
2092ac_configure_args0=
2093ac_configure_args1=
2094ac_must_keep_next=false
2095for ac_pass in 1 2
2096do
2097 for ac_arg
2098 do
2099 case $ac_arg in
2100 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2101 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2102 | -silent | --silent | --silen | --sile | --sil)
2103 continue ;;
2104 *\'*)
2105 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2106 esac
2107 case $ac_pass in
2108 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2109 2)
2110 as_fn_append ac_configure_args1 " '$ac_arg'"
2111 if test $ac_must_keep_next = true; then
2112 ac_must_keep_next=false # Got value, back to normal.
2113 else
2114 case $ac_arg in
2115 *=* | --config-cache | -C | -disable-* | --disable-* \
2116 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2117 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2118 | -with-* | --with-* | -without-* | --without-* | --x)
2119 case "$ac_configure_args0 " in
2120 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2121 esac
2122 ;;
2123 -* ) ac_must_keep_next=true ;;
2124 esac
2125 fi
2126 as_fn_append ac_configure_args " '$ac_arg'"
2127 ;;
2128 esac
2129 done
2130done
2131{ ac_configure_args0=; unset ac_configure_args0;}
2132{ ac_configure_args1=; unset ac_configure_args1;}
2133
2134# When interrupted or exit'd, cleanup temporary files, and complete
2135# config.log. We remove comments because anyway the quotes in there
2136# would cause problems or look ugly.
2137# WARNING: Use '\'' to represent an apostrophe within the trap.
2138# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2139trap 'exit_status=$?
2140 # Save into config.log some information that might help in debugging.
2141 {
2142 echo
2143
d0ac1c44 2144 $as_echo "## ---------------- ##
ef016f83 2145## Cache variables. ##
d0ac1c44 2146## ---------------- ##"
ef016f83
MF
2147 echo
2148 # The following way of writing the cache mishandles newlines in values,
2149(
2150 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2151 eval ac_val=\$$ac_var
2152 case $ac_val in #(
2153 *${as_nl}*)
2154 case $ac_var in #(
2155 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2156$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2157 esac
2158 case $ac_var in #(
2159 _ | IFS | as_nl) ;; #(
2160 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2161 *) { eval $ac_var=; unset $ac_var;} ;;
2162 esac ;;
2163 esac
2164 done
2165 (set) 2>&1 |
2166 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2167 *${as_nl}ac_space=\ *)
2168 sed -n \
2169 "s/'\''/'\''\\\\'\'''\''/g;
2170 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2171 ;; #(
2172 *)
2173 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2174 ;;
2175 esac |
2176 sort
2177)
2178 echo
2179
d0ac1c44 2180 $as_echo "## ----------------- ##
ef016f83 2181## Output variables. ##
d0ac1c44 2182## ----------------- ##"
ef016f83
MF
2183 echo
2184 for ac_var in $ac_subst_vars
2185 do
2186 eval ac_val=\$$ac_var
2187 case $ac_val in
2188 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2189 esac
2190 $as_echo "$ac_var='\''$ac_val'\''"
2191 done | sort
2192 echo
2193
2194 if test -n "$ac_subst_files"; then
d0ac1c44 2195 $as_echo "## ------------------- ##
ef016f83 2196## File substitutions. ##
d0ac1c44 2197## ------------------- ##"
ef016f83
MF
2198 echo
2199 for ac_var in $ac_subst_files
2200 do
2201 eval ac_val=\$$ac_var
2202 case $ac_val in
2203 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2204 esac
2205 $as_echo "$ac_var='\''$ac_val'\''"
2206 done | sort
2207 echo
2208 fi
2209
2210 if test -s confdefs.h; then
d0ac1c44 2211 $as_echo "## ----------- ##
ef016f83 2212## confdefs.h. ##
d0ac1c44 2213## ----------- ##"
ef016f83
MF
2214 echo
2215 cat confdefs.h
2216 echo
2217 fi
2218 test "$ac_signal" != 0 &&
2219 $as_echo "$as_me: caught signal $ac_signal"
2220 $as_echo "$as_me: exit $exit_status"
2221 } >&5
2222 rm -f core *.core core.conftest.* &&
2223 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2224 exit $exit_status
2225' 0
2226for ac_signal in 1 2 13 15; do
2227 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2228done
2229ac_signal=0
2230
2231# confdefs.h avoids OS command line length limits that DEFS can exceed.
2232rm -f -r conftest* confdefs.h
2233
2234$as_echo "/* confdefs.h */" > confdefs.h
2235
2236# Predefined preprocessor variables.
2237
2238cat >>confdefs.h <<_ACEOF
2239#define PACKAGE_NAME "$PACKAGE_NAME"
2240_ACEOF
2241
2242cat >>confdefs.h <<_ACEOF
2243#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2244_ACEOF
2245
2246cat >>confdefs.h <<_ACEOF
2247#define PACKAGE_VERSION "$PACKAGE_VERSION"
2248_ACEOF
2249
2250cat >>confdefs.h <<_ACEOF
2251#define PACKAGE_STRING "$PACKAGE_STRING"
2252_ACEOF
2253
2254cat >>confdefs.h <<_ACEOF
2255#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2256_ACEOF
2257
2258cat >>confdefs.h <<_ACEOF
2259#define PACKAGE_URL "$PACKAGE_URL"
2260_ACEOF
2261
2262
2263# Let the site file select an alternate cache file if it wants to.
2264# Prefer an explicitly selected file to automatically selected ones.
2265ac_site_file1=NONE
2266ac_site_file2=NONE
2267if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2268 # We do not want a PATH search for config.site.
2269 case $CONFIG_SITE in #((
2270 -*) ac_site_file1=./$CONFIG_SITE;;
2271 */*) ac_site_file1=$CONFIG_SITE;;
2272 *) ac_site_file1=./$CONFIG_SITE;;
2273 esac
ef016f83
MF
2274elif test "x$prefix" != xNONE; then
2275 ac_site_file1=$prefix/share/config.site
2276 ac_site_file2=$prefix/etc/config.site
2277else
2278 ac_site_file1=$ac_default_prefix/share/config.site
2279 ac_site_file2=$ac_default_prefix/etc/config.site
2280fi
2281for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2282do
2283 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2284 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
ef016f83
MF
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2286$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2287 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2288 . "$ac_site_file" \
2289 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2290$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2291as_fn_error $? "failed to load site script $ac_site_file
2292See \`config.log' for more details" "$LINENO" 5; }
ef016f83
MF
2293 fi
2294done
2295
2296if test -r "$cache_file"; then
d0ac1c44
SM
2297 # Some versions of bash will fail to source /dev/null (special files
2298 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2299 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
ef016f83
MF
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2301$as_echo "$as_me: loading cache $cache_file" >&6;}
2302 case $cache_file in
2303 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2304 *) . "./$cache_file";;
2305 esac
2306 fi
2307else
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2309$as_echo "$as_me: creating cache $cache_file" >&6;}
2310 >$cache_file
2311fi
2312
2313# Check that the precious variables saved in the cache have kept the same
2314# value.
2315ac_cache_corrupted=false
2316for ac_var in $ac_precious_vars; do
2317 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2318 eval ac_new_set=\$ac_env_${ac_var}_set
2319 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2320 eval ac_new_val=\$ac_env_${ac_var}_value
2321 case $ac_old_set,$ac_new_set in
2322 set,)
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2324$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2325 ac_cache_corrupted=: ;;
2326 ,set)
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2328$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2329 ac_cache_corrupted=: ;;
2330 ,);;
2331 *)
2332 if test "x$ac_old_val" != "x$ac_new_val"; then
2333 # differences in whitespace do not lead to failure.
2334 ac_old_val_w=`echo x $ac_old_val`
2335 ac_new_val_w=`echo x $ac_new_val`
2336 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2338$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2339 ac_cache_corrupted=:
2340 else
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2342$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2343 eval $ac_var=\$ac_old_val
2344 fi
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2346$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2348$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2349 fi;;
2350 esac
2351 # Pass precious variables to config.status.
2352 if test "$ac_new_set" = set; then
2353 case $ac_new_val in
2354 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2355 *) ac_arg=$ac_var=$ac_new_val ;;
2356 esac
2357 case " $ac_configure_args " in
2358 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2359 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2360 esac
2361 fi
2362done
2363if $ac_cache_corrupted; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2365$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2366 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2367$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2368 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
ef016f83
MF
2369fi
2370## -------------------- ##
2371## Main body of script. ##
2372## -------------------- ##
2373
2374ac_ext=c
2375ac_cpp='$CPP $CPPFLAGS'
2376ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2377ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2378ac_compiler_gnu=$ac_cv_c_compiler_gnu
2379
2380
ef016f83
MF
2381# This file contains common code used by all simulators.
2382#
2383# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2384# directory. It is intended to be invoked before any target specific stuff.
2385# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2386# It is intended to be invoked last.
2387#
50df264d 2388# See README-HACKING for more details.
ef016f83
MF
2389
2390# Include global overrides and fixes for Autoconf.
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
6ffe910a
MF
2410
2411
2412
ef016f83
MF
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
db2e4d67 2423
5c887dd5
JB
2424
2425
6bb11ab3 2426# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2427#
6bb11ab3
L
2428# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2429# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2430# Written by Gordon Matzigkeit, 1996
2431#
2432# This file is free software; the Free Software Foundation gives
2433# unlimited permission to copy and/or distribute it, with or without
2434# modifications, as long as this notice is preserved.
db2e4d67 2435
db2e4d67 2436
db2e4d67 2437
6bb11ab3 2438# serial 56 LT_INIT
db2e4d67
MF
2439
2440
6bb11ab3
L
2441# LT_PREREQ(VERSION)
2442# ------------------
2443# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2444
db2e4d67
MF
2445
2446
6bb11ab3
L
2447# _LT_CHECK_BUILDDIR
2448# ------------------
2449# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2450
2451
ef016f83 2452
6bb11ab3
L
2453# LT_INIT([OPTIONS])
2454# ------------------
2455# LT_INIT
ef016f83 2456
6bb11ab3
L
2457# Old names:
2458# This is what autoupdate's m4 run will expand. It fires
2459# the warning (with _au_warn_XXX), outputs it into the
2460# updated configure.ac (with AC_DIAGNOSE), and then outputs
2461# the replacement expansion.
ef016f83
MF
2462
2463
6bb11ab3
L
2464# This is an auxiliary macro that is also run when
2465# autoupdate runs m4. It simply calls m4_warning, but
2466# we need a wrapper so that each warning is emitted only
2467# once. We break the quoting in m4_warning's argument in
2468# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2469
2470
6bb11ab3
L
2471# Finally, this is the expansion that is picked up by
2472# autoconf. It tells the user to run autoupdate, and
2473# then outputs the replacement expansion. We do not care
2474# about autoupdate's warning because that contains
2475# information on what to do *after* running autoupdate.
ef016f83 2476
6bb11ab3
L
2477# This is what autoupdate's m4 run will expand. It fires
2478# the warning (with _au_warn_XXX), outputs it into the
2479# updated configure.ac (with AC_DIAGNOSE), and then outputs
2480# the replacement expansion.
ef016f83
MF
2481
2482
6bb11ab3
L
2483# This is an auxiliary macro that is also run when
2484# autoupdate runs m4. It simply calls m4_warning, but
2485# we need a wrapper so that each warning is emitted only
2486# once. We break the quoting in m4_warning's argument in
2487# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2488
2489
6bb11ab3
L
2490# Finally, this is the expansion that is picked up by
2491# autoconf. It tells the user to run autoupdate, and
2492# then outputs the replacement expansion. We do not care
2493# about autoupdate's warning because that contains
2494# information on what to do *after* running autoupdate.
ef016f83
MF
2495
2496
2497
6bb11ab3
L
2498# _LT_CC_BASENAME(CC)
2499# -------------------
2500# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
ef016f83
MF
2501
2502
2503
6bb11ab3
L
2504# _LT_FILEUTILS_DEFAULTS
2505# ----------------------
2506# It is okay to use these file commands and assume they have been set
2507# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2508# _LT_FILEUTILS_DEFAULTS
ef016f83
MF
2509
2510
6bb11ab3
L
2511# _LT_SETUP
2512# ---------
2513# _LT_SETUP
ef016f83
MF
2514
2515
6bb11ab3
L
2516# _LT_PREPARE_SED_QUOTE_VARS
2517# --------------------------
2518# Define a few sed substitution that help us do robust quoting.
ef016f83
MF
2519
2520
6bb11ab3
L
2521# _LT_PROG_LTMAIN
2522# ---------------
2523# Note that this code is called both from `configure', and `config.status'
2524# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2525# `config.status' has no value for ac_aux_dir unless we are using Automake,
2526# so we pass a copy along to make sure it has a sensible value anyway.
2527# _LT_PROG_LTMAIN
ef016f83
MF
2528
2529
6bb11ab3
L
2530## ------------------------------------- ##
2531## Accumulate code for creating libtool. ##
2532## ------------------------------------- ##
ef016f83 2533
6bb11ab3
L
2534# So that we can recreate a full libtool script including additional
2535# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2536# in macros and then make a single call at the end using the `libtool'
2537# label.
ef016f83
MF
2538
2539
6bb11ab3
L
2540# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2541# ----------------------------------------
2542# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
ef016f83
MF
2543
2544
6bb11ab3 2545# Initialize.
ef016f83
MF
2546
2547
2548
6bb11ab3
L
2549# _LT_CONFIG_LIBTOOL([COMMANDS])
2550# ------------------------------
2551# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
ef016f83
MF
2552
2553
6bb11ab3 2554# Initialize.
ef016f83
MF
2555
2556
2557
6bb11ab3
L
2558# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2559# -----------------------------------------------------
ef016f83
MF
2560
2561
2562
6bb11ab3
L
2563# _LT_FORMAT_COMMENT([COMMENT])
2564# -----------------------------
2565# Add leading comment marks to the start of each line, and a trailing
2566# full-stop to the whole comment if one is not present already.
ef016f83
MF
2567
2568
2569
2570
6bb11ab3
L
2571## ------------------------ ##
2572## FIXME: Eliminate VARNAME ##
2573## ------------------------ ##
ef016f83
MF
2574
2575
6bb11ab3
L
2576# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2577# -------------------------------------------------------------------
2578# CONFIGNAME is the name given to the value in the libtool script.
2579# VARNAME is the (base) name used in the configure script.
2580# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2581# VARNAME. Any other value will be used directly.
ef016f83 2582
ef016f83
MF
2583
2584
6bb11ab3
L
2585# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2586# --------------------------------------------------------
ef016f83
MF
2587
2588
2589
6bb11ab3
L
2590# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2591# ------------------------------------------------
ef016f83
MF
2592
2593
2594
6bb11ab3
L
2595# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2596# ---------------------------------------------------------
ef016f83
MF
2597
2598
2599
6bb11ab3
L
2600# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2601# --------------------------------------------------
ef016f83
MF
2602
2603
2604
6bb11ab3
L
2605# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2606# ---------------------------------------------------
ef016f83
MF
2607
2608
2609
6bb11ab3
L
2610# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2611# ---------------------------------------------------
ef016f83
MF
2612
2613
2614
2615
6bb11ab3
L
2616# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2617# ------------------------------------------------
ef016f83
MF
2618
2619
2620
2621
6bb11ab3
L
2622# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2623# ------------------------------------
2624# Quote a variable value, and forward it to `config.status' so that its
2625# declaration there will have the same value as in `configure'. VARNAME
2626# must have a single quote delimited value for this to work.
ef016f83
MF
2627
2628
2629
6bb11ab3
L
2630# _LT_CONFIG_STATUS_DECLARATIONS
2631# ------------------------------
2632# We delimit libtool config variables with single quotes, so when
2633# we write them to config.status, we have to be sure to quote all
2634# embedded single quotes properly. In configure, this macro expands
2635# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2636#
2637# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
ef016f83
MF
2638
2639
2640
6bb11ab3
L
2641# _LT_LIBTOOL_TAGS
2642# ----------------
2643# Output comment and list of tags supported by the script
ef016f83
MF
2644
2645
2646
6bb11ab3
L
2647# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2648# -----------------------------------
2649# Extract the dictionary values for VARNAME (optionally with TAG) and
2650# expand to a commented shell variable setting:
2651#
2652# # Some comment about what VAR is for.
2653# visible_name=$lt_internal_name
ef016f83
MF
2654
2655
ef016f83 2656
6bb11ab3
L
2657# _LT_LIBTOOL_CONFIG_VARS
2658# -----------------------
2659# Produce commented declarations of non-tagged libtool config variables
2660# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2661# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2662# section) are produced by _LT_LIBTOOL_TAG_VARS.
ef016f83
MF
2663
2664
2665
6bb11ab3
L
2666# _LT_LIBTOOL_TAG_VARS(TAG)
2667# -------------------------
ef016f83
MF
2668
2669
2670
6bb11ab3
L
2671# _LT_TAGVAR(VARNAME, [TAGNAME])
2672# ------------------------------
ef016f83
MF
2673
2674
2675
6bb11ab3
L
2676# _LT_CONFIG_COMMANDS
2677# -------------------
2678# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2679# variables for single and double quote escaping we saved from calls
2680# to _LT_DECL, we can put quote escaped variables declarations
2681# into `config.status', and then the shell code to quote escape them in
2682# for loops in `config.status'. Finally, any additional code accumulated
2683# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2684#_LT_CONFIG_COMMANDS
2685
2686
2687# Initialize.
2688
2689
2690# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2691# ------------------------------------
2692# Generate a child script FILE with all initialization necessary to
2693# reuse the environment learned by the parent script, and make the
2694# file executable. If COMMENT is supplied, it is inserted after the
2695# `#!' sequence but before initialization text begins. After this
2696# macro, additional text can be appended to FILE to form the body of
2697# the child script. The macro ends with non-zero status if the
2698# file could not be fully written (such as if the disk is full).
2699# _LT_GENERATED_FILE_INIT
2700
2701# LT_OUTPUT
2702# ---------
2703# This macro allows early generation of the libtool script (before
2704# AC_OUTPUT is called), incase it is used in configure for compilation
2705# tests.
2706# LT_OUTPUT
2707
2708
2709# _LT_CONFIG(TAG)
2710# ---------------
2711# If TAG is the built-in tag, create an initial libtool script with a
2712# default configuration from the untagged config vars. Otherwise add code
2713# to config.status for appending the configuration named by TAG from the
2714# matching tagged config vars.
2715# _LT_CONFIG
ef016f83
MF
2716
2717
6bb11ab3
L
2718# LT_SUPPORTED_TAG(TAG)
2719# ---------------------
2720# Trace this macro to discover what tags are supported by the libtool
2721# --tag option, using:
2722# autoconf --trace 'LT_SUPPORTED_TAG:$1'
ef016f83 2723
ef016f83 2724
ef016f83 2725
6bb11ab3 2726# C support is built-in for now
ef016f83 2727
ef016f83
MF
2728
2729
2730
6bb11ab3
L
2731# LT_LANG(LANG)
2732# -------------
2733# Enable libtool support for the given language if not already enabled.
2734# LT_LANG
ef016f83
MF
2735
2736
6bb11ab3
L
2737# _LT_LANG(LANGNAME)
2738# ------------------
2739# _LT_LANG
ef016f83
MF
2740
2741
6bb11ab3
L
2742# _LT_LANG_DEFAULT_CONFIG
2743# -----------------------
2744# _LT_LANG_DEFAULT_CONFIG
ef016f83 2745
6bb11ab3
L
2746# Obsolete macros:
2747# This is what autoupdate's m4 run will expand. It fires
2748# the warning (with _au_warn_XXX), outputs it into the
2749# updated configure.ac (with AC_DIAGNOSE), and then outputs
2750# the replacement expansion.
ef016f83 2751
ef016f83 2752
6bb11ab3
L
2753# This is an auxiliary macro that is also run when
2754# autoupdate runs m4. It simply calls m4_warning, but
2755# we need a wrapper so that each warning is emitted only
2756# once. We break the quoting in m4_warning's argument in
2757# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2758
ef016f83 2759
6bb11ab3
L
2760# Finally, this is the expansion that is picked up by
2761# autoconf. It tells the user to run autoupdate, and
2762# then outputs the replacement expansion. We do not care
2763# about autoupdate's warning because that contains
2764# information on what to do *after* running autoupdate.
ef016f83 2765
6bb11ab3
L
2766# This is what autoupdate's m4 run will expand. It fires
2767# the warning (with _au_warn_XXX), outputs it into the
2768# updated configure.ac (with AC_DIAGNOSE), and then outputs
2769# the replacement expansion.
ef016f83
MF
2770
2771
6bb11ab3
L
2772# This is an auxiliary macro that is also run when
2773# autoupdate runs m4. It simply calls m4_warning, but
2774# we need a wrapper so that each warning is emitted only
2775# once. We break the quoting in m4_warning's argument in
2776# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2777
2778
6bb11ab3
L
2779# Finally, this is the expansion that is picked up by
2780# autoconf. It tells the user to run autoupdate, and
2781# then outputs the replacement expansion. We do not care
2782# about autoupdate's warning because that contains
2783# information on what to do *after* running autoupdate.
ef016f83 2784
6bb11ab3
L
2785# This is what autoupdate's m4 run will expand. It fires
2786# the warning (with _au_warn_XXX), outputs it into the
2787# updated configure.ac (with AC_DIAGNOSE), and then outputs
2788# the replacement expansion.
ef016f83
MF
2789
2790
6bb11ab3
L
2791# This is an auxiliary macro that is also run when
2792# autoupdate runs m4. It simply calls m4_warning, but
2793# we need a wrapper so that each warning is emitted only
2794# once. We break the quoting in m4_warning's argument in
2795# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2796
2797
6bb11ab3
L
2798# Finally, this is the expansion that is picked up by
2799# autoconf. It tells the user to run autoupdate, and
2800# then outputs the replacement expansion. We do not care
2801# about autoupdate's warning because that contains
2802# information on what to do *after* running autoupdate.
ef016f83 2803
6bb11ab3
L
2804# This is what autoupdate's m4 run will expand. It fires
2805# the warning (with _au_warn_XXX), outputs it into the
2806# updated configure.ac (with AC_DIAGNOSE), and then outputs
2807# the replacement expansion.
ef016f83
MF
2808
2809
6bb11ab3
L
2810# This is an auxiliary macro that is also run when
2811# autoupdate runs m4. It simply calls m4_warning, but
2812# we need a wrapper so that each warning is emitted only
2813# once. We break the quoting in m4_warning's argument in
2814# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2815
2816
6bb11ab3
L
2817# Finally, this is the expansion that is picked up by
2818# autoconf. It tells the user to run autoupdate, and
2819# then outputs the replacement expansion. We do not care
2820# about autoupdate's warning because that contains
2821# information on what to do *after* running autoupdate.
ef016f83 2822
6bb11ab3
L
2823# This is what autoupdate's m4 run will expand. It fires
2824# the warning (with _au_warn_XXX), outputs it into the
2825# updated configure.ac (with AC_DIAGNOSE), and then outputs
2826# the replacement expansion.
ef016f83
MF
2827
2828
6bb11ab3
L
2829# This is an auxiliary macro that is also run when
2830# autoupdate runs m4. It simply calls m4_warning, but
2831# we need a wrapper so that each warning is emitted only
2832# once. We break the quoting in m4_warning's argument in
2833# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2834
2835
6bb11ab3
L
2836# Finally, this is the expansion that is picked up by
2837# autoconf. It tells the user to run autoupdate, and
2838# then outputs the replacement expansion. We do not care
2839# about autoupdate's warning because that contains
2840# information on what to do *after* running autoupdate.
ef016f83
MF
2841
2842
2843
6bb11ab3
L
2844# _LT_TAG_COMPILER
2845# ----------------
2846# _LT_TAG_COMPILER
ef016f83
MF
2847
2848
6bb11ab3
L
2849# _LT_COMPILER_BOILERPLATE
2850# ------------------------
2851# Check for compiler boilerplate output or warnings with
2852# the simple compiler test code.
2853# _LT_COMPILER_BOILERPLATE
ef016f83 2854
ef016f83 2855
6bb11ab3
L
2856# _LT_LINKER_BOILERPLATE
2857# ----------------------
2858# Check for linker boilerplate output or warnings with
2859# the simple link test code.
2860# _LT_LINKER_BOILERPLATE
ef016f83 2861
6bb11ab3
L
2862# _LT_REQUIRED_DARWIN_CHECKS
2863# -------------------------
ef016f83 2864
ef016f83 2865
ef016f83 2866
6bb11ab3
L
2867# _LT_DARWIN_LINKER_FEATURES
2868# --------------------------
2869# Checks for linker and compiler features on darwin
ef016f83 2870
ef016f83 2871
6bb11ab3
L
2872# _LT_SYS_MODULE_PATH_AIX
2873# -----------------------
2874# Links a minimal program and checks the executable
2875# for the system default hardcoded library path. In most cases,
2876# this is /usr/lib:/lib, but when the MPI compilers are used
2877# the location of the communication and MPI libs are included too.
2878# If we don't find anything, use the default library path according
2879# to the aix ld manual.
2880# _LT_SYS_MODULE_PATH_AIX
ef016f83
MF
2881
2882
6bb11ab3
L
2883# _LT_SHELL_INIT(ARG)
2884# -------------------
2885# _LT_SHELL_INIT
ef016f83 2886
ef016f83
MF
2887
2888
6bb11ab3
L
2889# _LT_PROG_ECHO_BACKSLASH
2890# -----------------------
2891# Find how we can fake an echo command that does not interpret backslash.
2892# In particular, with Autoconf 2.60 or later we add some code to the start
2893# of the generated configure script which will find a shell with a builtin
2894# printf (which we can use as an echo command).
2895# _LT_PROG_ECHO_BACKSLASH
ef016f83 2896
ef016f83 2897
6bb11ab3
L
2898# _LT_ENABLE_LOCK
2899# ---------------
2900# _LT_ENABLE_LOCK
ef016f83 2901
ef016f83 2902
6bb11ab3
L
2903# _LT_CMD_OLD_ARCHIVE
2904# -------------------
2905# _LT_CMD_OLD_ARCHIVE
ef016f83
MF
2906
2907
6bb11ab3
L
2908# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2909# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2910# ----------------------------------------------------------------
2911# Check whether the given compiler option works
2912# _LT_COMPILER_OPTION
ef016f83 2913
6bb11ab3
L
2914# Old name:
2915# This is what autoupdate's m4 run will expand. It fires
2916# the warning (with _au_warn_XXX), outputs it into the
2917# updated configure.ac (with AC_DIAGNOSE), and then outputs
2918# the replacement expansion.
ef016f83 2919
ef016f83 2920
6bb11ab3
L
2921# This is an auxiliary macro that is also run when
2922# autoupdate runs m4. It simply calls m4_warning, but
2923# we need a wrapper so that each warning is emitted only
2924# once. We break the quoting in m4_warning's argument in
2925# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2926
ef016f83 2927
6bb11ab3
L
2928# Finally, this is the expansion that is picked up by
2929# autoconf. It tells the user to run autoupdate, and
2930# then outputs the replacement expansion. We do not care
2931# about autoupdate's warning because that contains
2932# information on what to do *after* running autoupdate.
ef016f83 2933
ef016f83 2934
ef016f83 2935
6bb11ab3
L
2936# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2937# [ACTION-SUCCESS], [ACTION-FAILURE])
2938# ----------------------------------------------------
2939# Check whether the given linker option works
2940# _LT_LINKER_OPTION
ef016f83 2941
6bb11ab3
L
2942# Old name:
2943# This is what autoupdate's m4 run will expand. It fires
2944# the warning (with _au_warn_XXX), outputs it into the
2945# updated configure.ac (with AC_DIAGNOSE), and then outputs
2946# the replacement expansion.
ef016f83 2947
ef016f83 2948
6bb11ab3
L
2949# This is an auxiliary macro that is also run when
2950# autoupdate runs m4. It simply calls m4_warning, but
2951# we need a wrapper so that each warning is emitted only
2952# once. We break the quoting in m4_warning's argument in
2953# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2954
ef016f83 2955
6bb11ab3
L
2956# Finally, this is the expansion that is picked up by
2957# autoconf. It tells the user to run autoupdate, and
2958# then outputs the replacement expansion. We do not care
2959# about autoupdate's warning because that contains
2960# information on what to do *after* running autoupdate.
ef016f83 2961
ef016f83 2962
ef016f83 2963
6bb11ab3
L
2964# LT_CMD_MAX_LEN
2965#---------------
2966# LT_CMD_MAX_LEN
ef016f83 2967
6bb11ab3
L
2968# Old name:
2969# This is what autoupdate's m4 run will expand. It fires
2970# the warning (with _au_warn_XXX), outputs it into the
2971# updated configure.ac (with AC_DIAGNOSE), and then outputs
2972# the replacement expansion.
ef016f83 2973
ef016f83 2974
6bb11ab3
L
2975# This is an auxiliary macro that is also run when
2976# autoupdate runs m4. It simply calls m4_warning, but
2977# we need a wrapper so that each warning is emitted only
2978# once. We break the quoting in m4_warning's argument in
2979# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2980
ef016f83 2981
6bb11ab3
L
2982# Finally, this is the expansion that is picked up by
2983# autoconf. It tells the user to run autoupdate, and
2984# then outputs the replacement expansion. We do not care
2985# about autoupdate's warning because that contains
2986# information on what to do *after* running autoupdate.
ef016f83 2987
ef016f83 2988
ef016f83 2989
6bb11ab3
L
2990# _LT_HEADER_DLFCN
2991# ----------------
2992# _LT_HEADER_DLFCN
ef016f83 2993
ef016f83 2994
6bb11ab3
L
2995# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2996# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2997# ----------------------------------------------------------------
2998# _LT_TRY_DLOPEN_SELF
ef016f83 2999
ef016f83 3000
6bb11ab3
L
3001# LT_SYS_DLOPEN_SELF
3002# ------------------
3003# LT_SYS_DLOPEN_SELF
ef016f83 3004
6bb11ab3
L
3005# Old name:
3006# This is what autoupdate's m4 run will expand. It fires
3007# the warning (with _au_warn_XXX), outputs it into the
3008# updated configure.ac (with AC_DIAGNOSE), and then outputs
3009# the replacement expansion.
ef016f83 3010
6bb11ab3
L
3011
3012# This is an auxiliary macro that is also run when
3013# autoupdate runs m4. It simply calls m4_warning, but
3014# we need a wrapper so that each warning is emitted only
3015# once. We break the quoting in m4_warning's argument in
3016# order to expand this macro's arguments, not AU_DEFUN's.
3017
3018
3019# Finally, this is the expansion that is picked up by
3020# autoconf. It tells the user to run autoupdate, and
3021# then outputs the replacement expansion. We do not care
3022# about autoupdate's warning because that contains
3023# information on what to do *after* running autoupdate.
3024
3025
3026
3027# _LT_COMPILER_C_O([TAGNAME])
3028# ---------------------------
3029# Check to see if options -c and -o are simultaneously supported by compiler.
3030# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3031# _LT_COMPILER_C_O
3032
3033
3034# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3035# ----------------------------------
3036# Check to see if we can do hard links to lock some files if needed
3037# _LT_COMPILER_FILE_LOCKS
3038
3039
3040# _LT_CHECK_OBJDIR
3041# ----------------
3042# _LT_CHECK_OBJDIR
3043
3044
3045# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3046# --------------------------------------
3047# Check hardcoding attributes.
3048# _LT_LINKER_HARDCODE_LIBPATH
3049
3050
3051# _LT_CMD_STRIPLIB
3052# ----------------
3053# _LT_CMD_STRIPLIB
3054
3055
3056# _LT_SYS_DYNAMIC_LINKER([TAG])
3057# -----------------------------
3058# PORTME Fill in your ld.so characteristics
3059# _LT_SYS_DYNAMIC_LINKER
3060
3061
3062# _LT_PATH_TOOL_PREFIX(TOOL)
3063# --------------------------
3064# find a file program which can recognize shared library
3065# _LT_PATH_TOOL_PREFIX
3066
3067# Old name:
3068# This is what autoupdate's m4 run will expand. It fires
3069# the warning (with _au_warn_XXX), outputs it into the
3070# updated configure.ac (with AC_DIAGNOSE), and then outputs
3071# the replacement expansion.
3072
3073
3074# This is an auxiliary macro that is also run when
3075# autoupdate runs m4. It simply calls m4_warning, but
3076# we need a wrapper so that each warning is emitted only
3077# once. We break the quoting in m4_warning's argument in
3078# order to expand this macro's arguments, not AU_DEFUN's.
3079
3080
3081# Finally, this is the expansion that is picked up by
3082# autoconf. It tells the user to run autoupdate, and
3083# then outputs the replacement expansion. We do not care
3084# about autoupdate's warning because that contains
3085# information on what to do *after* running autoupdate.
3086
3087
3088
3089# _LT_PATH_MAGIC
3090# --------------
3091# find a file program which can recognize a shared library
3092# _LT_PATH_MAGIC
3093
3094
3095# LT_PATH_LD
3096# ----------
3097# find the pathname to the GNU or non-GNU linker
3098# LT_PATH_LD
3099
3100# Old names:
3101# This is what autoupdate's m4 run will expand. It fires
3102# the warning (with _au_warn_XXX), outputs it into the
3103# updated configure.ac (with AC_DIAGNOSE), and then outputs
3104# the replacement expansion.
3105
3106
3107# This is an auxiliary macro that is also run when
3108# autoupdate runs m4. It simply calls m4_warning, but
3109# we need a wrapper so that each warning is emitted only
3110# once. We break the quoting in m4_warning's argument in
3111# order to expand this macro's arguments, not AU_DEFUN's.
3112
3113
3114# Finally, this is the expansion that is picked up by
3115# autoconf. It tells the user to run autoupdate, and
3116# then outputs the replacement expansion. We do not care
3117# about autoupdate's warning because that contains
3118# information on what to do *after* running autoupdate.
3119
3120# This is what autoupdate's m4 run will expand. It fires
3121# the warning (with _au_warn_XXX), outputs it into the
3122# updated configure.ac (with AC_DIAGNOSE), and then outputs
3123# the replacement expansion.
3124
3125
3126# This is an auxiliary macro that is also run when
3127# autoupdate runs m4. It simply calls m4_warning, but
3128# we need a wrapper so that each warning is emitted only
3129# once. We break the quoting in m4_warning's argument in
3130# order to expand this macro's arguments, not AU_DEFUN's.
3131
3132
3133# Finally, this is the expansion that is picked up by
3134# autoconf. It tells the user to run autoupdate, and
3135# then outputs the replacement expansion. We do not care
3136# about autoupdate's warning because that contains
3137# information on what to do *after* running autoupdate.
3138
3139
3140
3141# _LT_PATH_LD_GNU
3142#- --------------
3143# _LT_PATH_LD_GNU
3144
3145
3146# _LT_CMD_RELOAD
3147# --------------
3148# find reload flag for linker
3149# -- PORTME Some linkers may need a different reload flag.
3150# _LT_CMD_RELOAD
3151
3152
3153# _LT_CHECK_MAGIC_METHOD
3154# ----------------------
3155# how to check for library dependencies
3156# -- PORTME fill in with the dynamic library characteristics
3157# _LT_CHECK_MAGIC_METHOD
3158
3159
3160# LT_PATH_NM
3161# ----------
3162# find the pathname to a BSD- or MS-compatible name lister
3163# LT_PATH_NM
3164
3165# Old names:
3166# This is what autoupdate's m4 run will expand. It fires
3167# the warning (with _au_warn_XXX), outputs it into the
3168# updated configure.ac (with AC_DIAGNOSE), and then outputs
3169# the replacement expansion.
3170
3171
3172# This is an auxiliary macro that is also run when
3173# autoupdate runs m4. It simply calls m4_warning, but
3174# we need a wrapper so that each warning is emitted only
3175# once. We break the quoting in m4_warning's argument in
3176# order to expand this macro's arguments, not AU_DEFUN's.
3177
3178
3179# Finally, this is the expansion that is picked up by
3180# autoconf. It tells the user to run autoupdate, and
3181# then outputs the replacement expansion. We do not care
3182# about autoupdate's warning because that contains
3183# information on what to do *after* running autoupdate.
3184
3185# This is what autoupdate's m4 run will expand. It fires
3186# the warning (with _au_warn_XXX), outputs it into the
3187# updated configure.ac (with AC_DIAGNOSE), and then outputs
3188# the replacement expansion.
3189
3190
3191# This is an auxiliary macro that is also run when
3192# autoupdate runs m4. It simply calls m4_warning, but
3193# we need a wrapper so that each warning is emitted only
3194# once. We break the quoting in m4_warning's argument in
3195# order to expand this macro's arguments, not AU_DEFUN's.
3196
3197
3198# Finally, this is the expansion that is picked up by
3199# autoconf. It tells the user to run autoupdate, and
3200# then outputs the replacement expansion. We do not care
3201# about autoupdate's warning because that contains
3202# information on what to do *after* running autoupdate.
3203
3204
3205
3206# LT_LIB_M
3207# --------
3208# check for math library
3209# LT_LIB_M
3210
3211# Old name:
3212# This is what autoupdate's m4 run will expand. It fires
3213# the warning (with _au_warn_XXX), outputs it into the
3214# updated configure.ac (with AC_DIAGNOSE), and then outputs
3215# the replacement expansion.
3216
3217
3218# This is an auxiliary macro that is also run when
3219# autoupdate runs m4. It simply calls m4_warning, but
3220# we need a wrapper so that each warning is emitted only
3221# once. We break the quoting in m4_warning's argument in
3222# order to expand this macro's arguments, not AU_DEFUN's.
3223
3224
3225# Finally, this is the expansion that is picked up by
3226# autoconf. It tells the user to run autoupdate, and
3227# then outputs the replacement expansion. We do not care
3228# about autoupdate's warning because that contains
3229# information on what to do *after* running autoupdate.
3230
3231
3232
3233# _LT_COMPILER_NO_RTTI([TAGNAME])
3234# -------------------------------
3235# _LT_COMPILER_NO_RTTI
3236
3237
3238# _LT_CMD_GLOBAL_SYMBOLS
3239# ----------------------
3240 # _LT_CMD_GLOBAL_SYMBOLS
3241
3242
3243# _LT_COMPILER_PIC([TAGNAME])
3244# ---------------------------
3245# _LT_COMPILER_PIC
3246
3247
3248# _LT_LINKER_SHLIBS([TAGNAME])
3249# ----------------------------
3250# See if the linker supports building shared libraries.
3251# _LT_LINKER_SHLIBS
3252
3253
3254# _LT_LANG_C_CONFIG([TAG])
3255# ------------------------
3256# Ensure that the configuration variables for a C compiler are suitably
3257# defined. These variables are subsequently used by _LT_CONFIG to write
3258# the compiler configuration to `libtool'.
3259# _LT_LANG_C_CONFIG
3260
3261
3262# _LT_LANG_CXX_CONFIG([TAG])
3263# --------------------------
3264# Ensure that the configuration variables for a C++ compiler are suitably
3265# defined. These variables are subsequently used by _LT_CONFIG to write
3266# the compiler configuration to `libtool'.
3267# _LT_LANG_CXX_CONFIG
3268
3269
3270# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3271# ---------------------------------
3272# Figure out "hidden" library dependencies from verbose
3273# compiler output when linking a shared library.
3274# Parse the compiler output and extract the necessary
3275# objects, libraries and library flags.
3276# _LT_SYS_HIDDEN_LIBDEPS
3277
3278
3279# _LT_LANG_F77_CONFIG([TAG])
3280# --------------------------
3281# Ensure that the configuration variables for a Fortran 77 compiler are
3282# suitably defined. These variables are subsequently used by _LT_CONFIG
3283# to write the compiler configuration to `libtool'.
3284# _LT_LANG_F77_CONFIG
3285
3286
3287# _LT_LANG_FC_CONFIG([TAG])
3288# -------------------------
3289# Ensure that the configuration variables for a Fortran compiler are
3290# suitably defined. These variables are subsequently used by _LT_CONFIG
3291# to write the compiler configuration to `libtool'.
3292# _LT_LANG_FC_CONFIG
3293
3294
3295# _LT_LANG_GCJ_CONFIG([TAG])
3296# --------------------------
3297# Ensure that the configuration variables for the GNU Java Compiler compiler
3298# are suitably defined. These variables are subsequently used by _LT_CONFIG
3299# to write the compiler configuration to `libtool'.
3300# _LT_LANG_GCJ_CONFIG
3301
3302
3303# _LT_LANG_RC_CONFIG([TAG])
3304# -------------------------
3305# Ensure that the configuration variables for the Windows resource compiler
3306# are suitably defined. These variables are subsequently used by _LT_CONFIG
3307# to write the compiler configuration to `libtool'.
3308# _LT_LANG_RC_CONFIG
3309
3310
3311# LT_PROG_GCJ
3312# -----------
3313
3314
3315# Old name:
3316# This is what autoupdate's m4 run will expand. It fires
3317# the warning (with _au_warn_XXX), outputs it into the
3318# updated configure.ac (with AC_DIAGNOSE), and then outputs
3319# the replacement expansion.
3320
3321
3322# This is an auxiliary macro that is also run when
3323# autoupdate runs m4. It simply calls m4_warning, but
3324# we need a wrapper so that each warning is emitted only
3325# once. We break the quoting in m4_warning's argument in
3326# order to expand this macro's arguments, not AU_DEFUN's.
3327
3328
3329# Finally, this is the expansion that is picked up by
3330# autoconf. It tells the user to run autoupdate, and
3331# then outputs the replacement expansion. We do not care
3332# about autoupdate's warning because that contains
3333# information on what to do *after* running autoupdate.
3334
3335
3336
3337# LT_PROG_RC
3338# ----------
3339
3340
3341# Old name:
3342# This is what autoupdate's m4 run will expand. It fires
3343# the warning (with _au_warn_XXX), outputs it into the
3344# updated configure.ac (with AC_DIAGNOSE), and then outputs
3345# the replacement expansion.
3346
3347
3348# This is an auxiliary macro that is also run when
3349# autoupdate runs m4. It simply calls m4_warning, but
3350# we need a wrapper so that each warning is emitted only
3351# once. We break the quoting in m4_warning's argument in
3352# order to expand this macro's arguments, not AU_DEFUN's.
3353
3354
3355# Finally, this is the expansion that is picked up by
3356# autoconf. It tells the user to run autoupdate, and
3357# then outputs the replacement expansion. We do not care
3358# about autoupdate's warning because that contains
3359# information on what to do *after* running autoupdate.
3360
3361
3362
3363# _LT_DECL_EGREP
3364# --------------
3365# If we don't have a new enough Autoconf to choose the best grep
3366# available, choose the one first in the user's PATH.
3367
3368
3369
3370# _LT_DECL_OBJDUMP
3371# --------------
3372# If we don't have a new enough Autoconf to choose the best objdump
3373# available, choose the one first in the user's PATH.
3374
3375
3376
3377# _LT_DECL_SED
3378# ------------
3379# Check for a fully-functional sed program, that truncates
3380# as few characters as possible. Prefer GNU sed if found.
3381# _LT_DECL_SED
3382
3383#m4_ifndef
3384
3385# Old name:
3386# This is what autoupdate's m4 run will expand. It fires
3387# the warning (with _au_warn_XXX), outputs it into the
3388# updated configure.ac (with AC_DIAGNOSE), and then outputs
3389# the replacement expansion.
3390
3391
3392# This is an auxiliary macro that is also run when
3393# autoupdate runs m4. It simply calls m4_warning, but
3394# we need a wrapper so that each warning is emitted only
3395# once. We break the quoting in m4_warning's argument in
3396# order to expand this macro's arguments, not AU_DEFUN's.
3397
3398
3399# Finally, this is the expansion that is picked up by
3400# autoconf. It tells the user to run autoupdate, and
3401# then outputs the replacement expansion. We do not care
3402# about autoupdate's warning because that contains
3403# information on what to do *after* running autoupdate.
3404
3405
3406
3407# _LT_CHECK_SHELL_FEATURES
3408# ------------------------
3409# Find out whether the shell is Bourne or XSI compatible,
3410# or has some other useful features.
3411# _LT_CHECK_SHELL_FEATURES
3412
3413
3414# _LT_PROG_XSI_SHELLFNS
3415# ---------------------
3416# Bourne and XSI compatible variants of some useful shell functions.
3417
3418
3419# Helper functions for option handling. -*- Autoconf -*-
3420#
3421# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3422# Inc.
3423# Written by Gary V. Vaughan, 2004
3424#
3425# This file is free software; the Free Software Foundation gives
3426# unlimited permission to copy and/or distribute it, with or without
3427# modifications, as long as this notice is preserved.
3428
3429# serial 6 ltoptions.m4
3430
3431# This is to help aclocal find these macros, as it can't see m4_define.
3432
3433
3434
3435# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3436# ------------------------------------------
3437
3438
3439
3440# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3441# ---------------------------------------
3442# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3443# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3444# saved as a flag.
3445
3446
3447
3448# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3449# ------------------------------------------------------------
3450# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3451
3452
3453
3454# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3455# -------------------------------------------------------
3456# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3457# are set.
3458
3459
3460
3461# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3462# ----------------------------------------
3463# OPTION-LIST is a space-separated list of Libtool options associated
3464# with MACRO-NAME. If any OPTION has a matching handler declared with
3465# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3466# the unknown option and exit.
3467# _LT_SET_OPTIONS
3468
3469
3470## --------------------------------- ##
3471## Macros to handle LT_INIT options. ##
3472## --------------------------------- ##
3473
3474# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3475# -----------------------------------------
3476
3477
3478
3479# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3480# -----------------------------------------------
3481# LT_OPTION_DEFINE
3482
3483
3484# dlopen
3485# ------
3486
3487
3488# This is what autoupdate's m4 run will expand. It fires
3489# the warning (with _au_warn_XXX), outputs it into the
3490# updated configure.ac (with AC_DIAGNOSE), and then outputs
3491# the replacement expansion.
3492
3493
3494# This is an auxiliary macro that is also run when
3495# autoupdate runs m4. It simply calls m4_warning, but
3496# we need a wrapper so that each warning is emitted only
3497# once. We break the quoting in m4_warning's argument in
3498# order to expand this macro's arguments, not AU_DEFUN's.
3499
3500
3501# Finally, this is the expansion that is picked up by
3502# autoconf. It tells the user to run autoupdate, and
3503# then outputs the replacement expansion. We do not care
3504# about autoupdate's warning because that contains
3505# information on what to do *after* running autoupdate.
3506
3507
3508
3509
3510# win32-dll
3511# ---------
3512# Declare package support for building win32 dll's.
3513# win32-dll
3514
3515# This is what autoupdate's m4 run will expand. It fires
3516# the warning (with _au_warn_XXX), outputs it into the
3517# updated configure.ac (with AC_DIAGNOSE), and then outputs
3518# the replacement expansion.
3519
3520
3521# This is an auxiliary macro that is also run when
3522# autoupdate runs m4. It simply calls m4_warning, but
3523# we need a wrapper so that each warning is emitted only
3524# once. We break the quoting in m4_warning's argument in
3525# order to expand this macro's arguments, not AU_DEFUN's.
3526
3527
3528# Finally, this is the expansion that is picked up by
3529# autoconf. It tells the user to run autoupdate, and
3530# then outputs the replacement expansion. We do not care
3531# about autoupdate's warning because that contains
3532# information on what to do *after* running autoupdate.
3533
3534
3535
3536
3537# _LT_ENABLE_SHARED([DEFAULT])
3538# ----------------------------
3539# implement the --enable-shared flag, and supports the `shared' and
3540# `disable-shared' LT_INIT options.
3541# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3542# _LT_ENABLE_SHARED
3543
3544
3545
3546
3547# Old names:
3548
3549
3550
3551
3552# This is what autoupdate's m4 run will expand. It fires
3553# the warning (with _au_warn_XXX), outputs it into the
3554# updated configure.ac (with AC_DIAGNOSE), and then outputs
3555# the replacement expansion.
3556
3557
3558# This is an auxiliary macro that is also run when
3559# autoupdate runs m4. It simply calls m4_warning, but
3560# we need a wrapper so that each warning is emitted only
3561# once. We break the quoting in m4_warning's argument in
3562# order to expand this macro's arguments, not AU_DEFUN's.
3563
3564
3565# Finally, this is the expansion that is picked up by
3566# autoconf. It tells the user to run autoupdate, and
3567# then outputs the replacement expansion. We do not care
3568# about autoupdate's warning because that contains
3569# information on what to do *after* running autoupdate.
3570
3571# This is what autoupdate's m4 run will expand. It fires
3572# the warning (with _au_warn_XXX), outputs it into the
3573# updated configure.ac (with AC_DIAGNOSE), and then outputs
3574# the replacement expansion.
3575
3576
3577# This is an auxiliary macro that is also run when
3578# autoupdate runs m4. It simply calls m4_warning, but
3579# we need a wrapper so that each warning is emitted only
3580# once. We break the quoting in m4_warning's argument in
3581# order to expand this macro's arguments, not AU_DEFUN's.
3582
3583
3584# Finally, this is the expansion that is picked up by
3585# autoconf. It tells the user to run autoupdate, and
3586# then outputs the replacement expansion. We do not care
3587# about autoupdate's warning because that contains
3588# information on what to do *after* running autoupdate.
3589
3590
3591
3592
3593
3594# _LT_ENABLE_STATIC([DEFAULT])
3595# ----------------------------
3596# implement the --enable-static flag, and support the `static' and
3597# `disable-static' LT_INIT options.
3598# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3599# _LT_ENABLE_STATIC
3600
3601
3602
3603
3604# Old names:
3605
3606
3607
3608
3609# This is what autoupdate's m4 run will expand. It fires
3610# the warning (with _au_warn_XXX), outputs it into the
3611# updated configure.ac (with AC_DIAGNOSE), and then outputs
3612# the replacement expansion.
3613
3614
3615# This is an auxiliary macro that is also run when
3616# autoupdate runs m4. It simply calls m4_warning, but
3617# we need a wrapper so that each warning is emitted only
3618# once. We break the quoting in m4_warning's argument in
3619# order to expand this macro's arguments, not AU_DEFUN's.
3620
3621
3622# Finally, this is the expansion that is picked up by
3623# autoconf. It tells the user to run autoupdate, and
3624# then outputs the replacement expansion. We do not care
3625# about autoupdate's warning because that contains
3626# information on what to do *after* running autoupdate.
3627
3628# This is what autoupdate's m4 run will expand. It fires
3629# the warning (with _au_warn_XXX), outputs it into the
3630# updated configure.ac (with AC_DIAGNOSE), and then outputs
3631# the replacement expansion.
3632
3633
3634# This is an auxiliary macro that is also run when
3635# autoupdate runs m4. It simply calls m4_warning, but
3636# we need a wrapper so that each warning is emitted only
3637# once. We break the quoting in m4_warning's argument in
3638# order to expand this macro's arguments, not AU_DEFUN's.
3639
3640
3641# Finally, this is the expansion that is picked up by
3642# autoconf. It tells the user to run autoupdate, and
3643# then outputs the replacement expansion. We do not care
3644# about autoupdate's warning because that contains
3645# information on what to do *after* running autoupdate.
3646
3647
3648
3649
3650
3651# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3652# ----------------------------------
3653# implement the --enable-fast-install flag, and support the `fast-install'
3654# and `disable-fast-install' LT_INIT options.
3655# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3656# _LT_ENABLE_FAST_INSTALL
3657
3658
3659
3660
3661# Old names:
3662# This is what autoupdate's m4 run will expand. It fires
3663# the warning (with _au_warn_XXX), outputs it into the
3664# updated configure.ac (with AC_DIAGNOSE), and then outputs
3665# the replacement expansion.
3666
3667
3668# This is an auxiliary macro that is also run when
3669# autoupdate runs m4. It simply calls m4_warning, but
3670# we need a wrapper so that each warning is emitted only
3671# once. We break the quoting in m4_warning's argument in
3672# order to expand this macro's arguments, not AU_DEFUN's.
3673
3674
3675# Finally, this is the expansion that is picked up by
3676# autoconf. It tells the user to run autoupdate, and
3677# then outputs the replacement expansion. We do not care
3678# about autoupdate's warning because that contains
3679# information on what to do *after* running autoupdate.
3680
3681
3682# This is what autoupdate's m4 run will expand. It fires
3683# the warning (with _au_warn_XXX), outputs it into the
3684# updated configure.ac (with AC_DIAGNOSE), and then outputs
3685# the replacement expansion.
3686
3687
3688# This is an auxiliary macro that is also run when
3689# autoupdate runs m4. It simply calls m4_warning, but
3690# we need a wrapper so that each warning is emitted only
3691# once. We break the quoting in m4_warning's argument in
3692# order to expand this macro's arguments, not AU_DEFUN's.
3693
3694
3695# Finally, this is the expansion that is picked up by
3696# autoconf. It tells the user to run autoupdate, and
3697# then outputs the replacement expansion. We do not care
3698# about autoupdate's warning because that contains
3699# information on what to do *after* running autoupdate.
3700
3701
3702
3703
3704# _LT_WITH_PIC([MODE])
3705# --------------------
3706# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3707# LT_INIT options.
3708# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3709# _LT_WITH_PIC
3710
3711
3712
3713
3714# Old name:
3715# This is what autoupdate's m4 run will expand. It fires
3716# the warning (with _au_warn_XXX), outputs it into the
3717# updated configure.ac (with AC_DIAGNOSE), and then outputs
3718# the replacement expansion.
3719
3720
3721# This is an auxiliary macro that is also run when
3722# autoupdate runs m4. It simply calls m4_warning, but
3723# we need a wrapper so that each warning is emitted only
3724# once. We break the quoting in m4_warning's argument in
3725# order to expand this macro's arguments, not AU_DEFUN's.
3726
3727
3728# Finally, this is the expansion that is picked up by
3729# autoconf. It tells the user to run autoupdate, and
3730# then outputs the replacement expansion. We do not care
3731# about autoupdate's warning because that contains
3732# information on what to do *after* running autoupdate.
3733
3734
3735
3736## ----------------- ##
3737## LTDL_INIT Options ##
3738## ----------------- ##
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3750#
3751# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3752# Written by Gary V. Vaughan, 2004
3753#
3754# This file is free software; the Free Software Foundation gives
3755# unlimited permission to copy and/or distribute it, with or without
3756# modifications, as long as this notice is preserved.
3757
3758# serial 6 ltsugar.m4
3759
3760# This is to help aclocal find these macros, as it can't see m4_define.
3761
3762
3763
3764# lt_join(SEP, ARG1, [ARG2...])
3765# -----------------------------
3766# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3767# associated separator.
3768# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3769# versions in m4sugar had bugs.
3770
3771
3772
3773
3774# lt_car(LIST)
3775# lt_cdr(LIST)
3776# ------------
3777# Manipulate m4 lists.
3778# These macros are necessary as long as will still need to support
3779# Autoconf-2.59 which quotes differently.
3780
3781
3782
3783
3784
3785# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3786# ------------------------------------------
3787# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3788# Note that neither SEPARATOR nor STRING are expanded; they are appended
3789# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3790# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3791# than defined and empty).
3792#
3793# This macro is needed until we can rely on Autoconf 2.62, since earlier
3794# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3795
3796
3797
3798
3799# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3800# ----------------------------------------------------------
3801# Produce a SEP delimited list of all paired combinations of elements of
3802# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3803# has the form PREFIXmINFIXSUFFIXn.
3804# Needed until we can rely on m4_combine added in Autoconf 2.62.
3805
3806
3807
3808# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3809# -----------------------------------------------------------------------
3810# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3811# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3812
3813
3814
3815# lt_dict_add(DICT, KEY, VALUE)
3816# -----------------------------
3817
3818
3819
3820# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3821# --------------------------------------------
3822
3823
3824
3825# lt_dict_fetch(DICT, KEY, [SUBKEY])
3826# ----------------------------------
3827
3828
3829
3830# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3831# -----------------------------------------------------------------
3832
3833
3834
3835# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3836# --------------------------------------------------------------
3837
3838
3839# ltversion.m4 -- version numbers -*- Autoconf -*-
3840#
3841# Copyright (C) 2004 Free Software Foundation, Inc.
3842# Written by Scott James Remnant, 2004
3843#
3844# This file is free software; the Free Software Foundation gives
3845# unlimited permission to copy and/or distribute it, with or without
3846# modifications, as long as this notice is preserved.
3847
3848# Generated from ltversion.in.
3849
3850# serial 3134 ltversion.m4
3851# This file is part of GNU Libtool
3852
3853
3854
3855
3856
3857
3858# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3859#
3860# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3861# Written by Scott James Remnant, 2004.
3862#
3863# This file is free software; the Free Software Foundation gives
3864# unlimited permission to copy and/or distribute it, with or without
3865# modifications, as long as this notice is preserved.
3866
3867# serial 4 lt~obsolete.m4
3868
3869# These exist entirely to fool aclocal when bootstrapping libtool.
3870#
3871# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3872# which have later been changed to m4_define as they aren't part of the
3873# exported API, or moved to Autoconf or Automake where they belong.
3874#
3875# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3876# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3877# using a macro with the same name in our local m4/libtool.m4 it'll
3878# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3879# and doesn't know about Autoconf macros at all.)
3880#
3881# So we provide this file, which has a silly filename so it's always
3882# included after everything else. This provides aclocal with the
3883# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3884# because those macros already exist, or will be overwritten later.
3885# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3886#
3887# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3888# Yes, that means every name once taken will need to remain here until
3889# we give up compatibility with versions before 1.7, at which point
3890# we need to keep only those names which we still refer to.
3891
3892# This is to help aclocal find these macros, as it can't see m4_define.
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957## -*- Autoconf -*-
3958
3959# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3960# Free Software Foundation, Inc.
3961#
3962# This file is free software; the Free Software Foundation
3963# gives unlimited permission to copy and/or distribute it,
3964# with or without modifications, as long as this notice is preserved.
3965
3966# serial 8
3967
3968# Based on depend.m4 from automake 1.9, modified for standalone use in
3969# an environment where GNU make is required.
3970
3971# ZW_PROG_COMPILER_DEPENDENCIES
3972# -----------------------------
3973# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3974# sets fooDEPMODE accordingly. Cache-variable compatible with
3975# original; not side-effect compatible. As the users of this macro
3976# may require accurate dependencies for correct builds, it does *not*
3977# honor --disable-dependency-checking, and failure to detect a usable
3978# method is an error. depcomp is assumed to be located in
3979# $ac_aux_dir.
3980#
3981# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3982
3983
3984
3985# AM_SET_DEPDIR
3986# -------------
3987# Choose a directory name for dependency files.
3988
3989
3990# ZW_CREATE_DEPDIR
3991# ----------------
3992# As AM_SET_DEPDIR, but also create the directory at config.status time.
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
6bb11ab3
L
4034
4035
4036
4037
4038
6bb11ab3
L
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
6bb11ab3
L
4054
4055
4056
4057
4058
4059# intl sister-directory configuration rules.
4060#
4061
4062# The idea behind this macro is that there's no need to repeat all the
4063# autoconf probes done by the intl directory - it's already done them
4064# for us. In fact, there's no need even to look at the cache for the
4065# answers. All we need to do is nab a few pieces of information.
4066# The intl directory is set up to make this easy, by generating a
4067# small file which can be sourced as a shell script; then we produce
4068# the necessary substitutions and definitions for this directory.
4069
4070
4071
4072# Autoconf M4 include file defining utility macros for complex Canadian
4073# cross builds.
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083####
4084# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4085# or AC_INIT.
4086# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4087
4088####
4089# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4090# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4091
4092
4093####
4094# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4095# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4096
4097
4098
4099# Backported from Autoconf 2.5x; can go away when and if
4100# we switch. Put the OS path separator in $PATH_SEPARATOR.
4101
4102
4103
4104
37f980dc
SM
4105
4106
4107
4108
6bb11ab3
L
4109# ACX_HAVE_GCC_FOR_TARGET
4110# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4111
4112
4113# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4114# Searching for installed target binutils. We need to take extra care,
4115# else we may find the wrong assembler, linker, etc., and lose.
4116#
4117# First try --with-build-time-tools, if specified.
4118#
4119# For build != host, we ask the installed GCC for the name of the tool it
4120# uses, and accept it if it is an absolute path. This is because the
4121# only good choice for a compiler is the same GCC version that is being
4122# installed (or we couldn't make target libraries), and we assume that
4123# on the host system we'll have not only the same GCC version, but also
4124# the same binutils version.
4125#
4126# For build == host, search the same directories that the installed
4127# compiler will search. We used to do this for the assembler, linker,
4128# and nm only; for simplicity of configuration, however, we extend this
4129# criterion to tools (such as ar and ranlib) that are never invoked by
4130# the compiler, to avoid mismatches.
4131#
4132# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4133# if build == target. This makes the most sense only when bootstrapping,
4134# but we also do so when build != host. In this case, we hope that the
4135# build and host systems will have similar contents of MD_EXEC_PREFIX.
4136#
4137# If we do not find a suitable binary, then try the user's path.
4138
4139
4140###
4141# AC_PROG_CPP_WERROR
4142# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4143# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4144# For now, using this also overrides header checks to use only the
4145# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4146# bit harder from here).
4147# Eventually autoconf will default to checking headers with the compiler
4148# instead, and we'll have to do this differently.
4149
4150# AC_PROG_CPP_WERROR
4151
4152# Test for GNAT.
4153# We require the gnatbind & gnatmake programs, as well as a compiler driver
4154# that understands Ada. We use the user's CC setting, already found, and
4155# possibly add $1 to the command-line parameters.
4156#
4157# Sets the shell variable have_gnat to yes or no as appropriate, and
4158# substitutes GNATBIND and GNATMAKE.
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
5798d69f
SM
4179
4180
4181
4182
4183# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
4184# serial 12 (pkg-config-0.29.2)
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
6bb11ab3
L
4199
4200
4201
4202
4203
4204ac_ext=c
4205ac_cpp='$CPP $CPPFLAGS'
4206ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4207ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4208ac_compiler_gnu=$ac_cv_c_compiler_gnu
4209if test -n "$ac_tool_prefix"; then
4210 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4211set dummy ${ac_tool_prefix}gcc; ac_word=$2
4212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4213$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4214if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4215 $as_echo_n "(cached) " >&6
4216else
4217 if test -n "$CC"; then
4218 ac_cv_prog_CC="$CC" # Let the user override the test.
4219else
4220as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4221for as_dir in $PATH
4222do
4223 IFS=$as_save_IFS
4224 test -z "$as_dir" && as_dir=.
4225 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4227 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4229 break 2
4230 fi
4231done
4232 done
4233IFS=$as_save_IFS
4234
4235fi
4236fi
4237CC=$ac_cv_prog_CC
4238if test -n "$CC"; then
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4240$as_echo "$CC" >&6; }
4241else
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4243$as_echo "no" >&6; }
4244fi
4245
4246
4247fi
4248if test -z "$ac_cv_prog_CC"; then
4249 ac_ct_CC=$CC
4250 # Extract the first word of "gcc", so it can be a program name with args.
4251set dummy gcc; ac_word=$2
4252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4253$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4254if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4255 $as_echo_n "(cached) " >&6
4256else
4257 if test -n "$ac_ct_CC"; then
4258 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4259else
4260as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4261for as_dir in $PATH
4262do
4263 IFS=$as_save_IFS
4264 test -z "$as_dir" && as_dir=.
4265 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4267 ac_cv_prog_ac_ct_CC="gcc"
4268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4269 break 2
4270 fi
4271done
4272 done
4273IFS=$as_save_IFS
4274
4275fi
4276fi
4277ac_ct_CC=$ac_cv_prog_ac_ct_CC
4278if test -n "$ac_ct_CC"; then
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4280$as_echo "$ac_ct_CC" >&6; }
4281else
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4283$as_echo "no" >&6; }
4284fi
4285
4286 if test "x$ac_ct_CC" = x; then
4287 CC=""
4288 else
4289 case $cross_compiling:$ac_tool_warned in
4290yes:)
4291{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4292$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4293ac_tool_warned=yes ;;
4294esac
4295 CC=$ac_ct_CC
4296 fi
4297else
4298 CC="$ac_cv_prog_CC"
4299fi
4300
4301if test -z "$CC"; then
4302 if test -n "$ac_tool_prefix"; then
4303 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4304set dummy ${ac_tool_prefix}cc; ac_word=$2
4305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4306$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4307if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4308 $as_echo_n "(cached) " >&6
4309else
4310 if test -n "$CC"; then
4311 ac_cv_prog_CC="$CC" # Let the user override the test.
4312else
4313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4314for as_dir in $PATH
4315do
4316 IFS=$as_save_IFS
4317 test -z "$as_dir" && as_dir=.
4318 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4320 ac_cv_prog_CC="${ac_tool_prefix}cc"
4321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4322 break 2
4323 fi
4324done
4325 done
4326IFS=$as_save_IFS
4327
4328fi
4329fi
4330CC=$ac_cv_prog_CC
4331if test -n "$CC"; then
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4333$as_echo "$CC" >&6; }
4334else
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4336$as_echo "no" >&6; }
4337fi
4338
4339
4340 fi
4341fi
4342if test -z "$CC"; then
4343 # Extract the first word of "cc", so it can be a program name with args.
4344set dummy cc; ac_word=$2
4345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4346$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4347if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4348 $as_echo_n "(cached) " >&6
4349else
4350 if test -n "$CC"; then
4351 ac_cv_prog_CC="$CC" # Let the user override the test.
4352else
4353 ac_prog_rejected=no
4354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4355for as_dir in $PATH
4356do
4357 IFS=$as_save_IFS
4358 test -z "$as_dir" && as_dir=.
4359 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4361 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4362 ac_prog_rejected=yes
4363 continue
4364 fi
4365 ac_cv_prog_CC="cc"
4366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4367 break 2
4368 fi
4369done
4370 done
4371IFS=$as_save_IFS
4372
4373if test $ac_prog_rejected = yes; then
4374 # We found a bogon in the path, so make sure we never use it.
4375 set dummy $ac_cv_prog_CC
4376 shift
4377 if test $# != 0; then
4378 # We chose a different compiler from the bogus one.
4379 # However, it has the same basename, so the bogon will be chosen
4380 # first if we set CC to just the basename; use the full file name.
4381 shift
4382 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4383 fi
4384fi
4385fi
4386fi
4387CC=$ac_cv_prog_CC
4388if test -n "$CC"; then
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4390$as_echo "$CC" >&6; }
4391else
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4393$as_echo "no" >&6; }
4394fi
4395
4396
4397fi
4398if test -z "$CC"; then
4399 if test -n "$ac_tool_prefix"; then
4400 for ac_prog in cl.exe
4401 do
4402 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4403set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4405$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4406if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4407 $as_echo_n "(cached) " >&6
4408else
4409 if test -n "$CC"; then
4410 ac_cv_prog_CC="$CC" # Let the user override the test.
4411else
4412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4413for as_dir in $PATH
4414do
4415 IFS=$as_save_IFS
4416 test -z "$as_dir" && as_dir=.
4417 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4419 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4421 break 2
4422 fi
4423done
4424 done
4425IFS=$as_save_IFS
4426
4427fi
4428fi
4429CC=$ac_cv_prog_CC
4430if test -n "$CC"; then
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4432$as_echo "$CC" >&6; }
4433else
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4435$as_echo "no" >&6; }
4436fi
4437
4438
4439 test -n "$CC" && break
4440 done
4441fi
4442if test -z "$CC"; then
4443 ac_ct_CC=$CC
4444 for ac_prog in cl.exe
4445do
4446 # Extract the first word of "$ac_prog", so it can be a program name with args.
4447set dummy $ac_prog; ac_word=$2
4448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4449$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4450if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4451 $as_echo_n "(cached) " >&6
4452else
4453 if test -n "$ac_ct_CC"; then
4454 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4455else
4456as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4457for as_dir in $PATH
4458do
4459 IFS=$as_save_IFS
4460 test -z "$as_dir" && as_dir=.
4461 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4462 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4463 ac_cv_prog_ac_ct_CC="$ac_prog"
4464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4465 break 2
4466 fi
4467done
4468 done
4469IFS=$as_save_IFS
4470
4471fi
4472fi
4473ac_ct_CC=$ac_cv_prog_ac_ct_CC
4474if test -n "$ac_ct_CC"; then
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4476$as_echo "$ac_ct_CC" >&6; }
4477else
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4479$as_echo "no" >&6; }
4480fi
4481
4482
4483 test -n "$ac_ct_CC" && break
4484done
4485
4486 if test "x$ac_ct_CC" = x; then
4487 CC=""
4488 else
4489 case $cross_compiling:$ac_tool_warned in
4490yes:)
4491{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4492$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4493ac_tool_warned=yes ;;
4494esac
4495 CC=$ac_ct_CC
4496 fi
4497fi
4498
4499fi
4500
4501
4502test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4503$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4504as_fn_error $? "no acceptable C compiler found in \$PATH
4505See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4506
4507# Provide some information about the compiler.
4508$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4509set X $ac_compile
4510ac_compiler=$2
4511for ac_option in --version -v -V -qversion; do
4512 { { ac_try="$ac_compiler $ac_option >&5"
4513case "(($ac_try" in
4514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4515 *) ac_try_echo=$ac_try;;
4516esac
4517eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4518$as_echo "$ac_try_echo"; } >&5
4519 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4520 ac_status=$?
4521 if test -s conftest.err; then
4522 sed '10a\
4523... rest of stderr output deleted ...
4524 10q' conftest.err >conftest.er1
4525 cat conftest.er1 >&5
6bb11ab3 4526 fi
d0ac1c44 4527 rm -f conftest.er1 conftest.err
6bb11ab3
L
4528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4529 test $ac_status = 0; }
4530done
4531
4532cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4533/* end confdefs.h. */
4534
4535int
4536main ()
4537{
4538
4539 ;
4540 return 0;
4541}
4542_ACEOF
4543ac_clean_files_save=$ac_clean_files
d0ac1c44 4544ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4545# Try to create an executable without -o first, disregard a.out.
4546# It will help us diagnose broken compilers, and finding out an intuition
4547# of exeext.
d0ac1c44
SM
4548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4549$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4550ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4551
4552# The possible output files:
4553ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4554
4555ac_rmfiles=
4556for ac_file in $ac_files
4557do
4558 case $ac_file in
4559 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4560 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4561 esac
4562done
4563rm -f $ac_rmfiles
4564
4565if { { ac_try="$ac_link_default"
4566case "(($ac_try" in
4567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4568 *) ac_try_echo=$ac_try;;
4569esac
4570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4571$as_echo "$ac_try_echo"; } >&5
4572 (eval "$ac_link_default") 2>&5
4573 ac_status=$?
4574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4575 test $ac_status = 0; }; then :
4576 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4577# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4578# in a Makefile. We should not override ac_cv_exeext if it was cached,
4579# so that the user can short-circuit this test for compilers unknown to
4580# Autoconf.
4581for ac_file in $ac_files ''
4582do
4583 test -f "$ac_file" || continue
4584 case $ac_file in
4585 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4586 ;;
4587 [ab].out )
4588 # We found the default executable, but exeext='' is most
4589 # certainly right.
4590 break;;
4591 *.* )
4592 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4593 then :; else
4594 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4595 fi
4596 # We set ac_cv_exeext here because the later test for it is not
4597 # safe: cross compilers may not add the suffix if given an `-o'
4598 # argument, so we may need to know it at that point already.
4599 # Even if this section looks crufty: it has the advantage of
4600 # actually working.
4601 break;;
4602 * )
4603 break;;
4604 esac
4605done
4606test "$ac_cv_exeext" = no && ac_cv_exeext=
4607
4608else
4609 ac_file=''
4610fi
6bb11ab3 4611if test -z "$ac_file"; then :
d0ac1c44
SM
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4613$as_echo "no" >&6; }
4614$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4615sed 's/^/| /' conftest.$ac_ext >&5
4616
4617{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4618$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4619as_fn_error 77 "C compiler cannot create executables
4620See \`config.log' for more details" "$LINENO" 5; }
4621else
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4623$as_echo "yes" >&6; }
6bb11ab3 4624fi
d0ac1c44
SM
4625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4626$as_echo_n "checking for C compiler default output file name... " >&6; }
4627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4628$as_echo "$ac_file" >&6; }
6bb11ab3
L
4629ac_exeext=$ac_cv_exeext
4630
d0ac1c44 4631rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4632ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4634$as_echo_n "checking for suffix of executables... " >&6; }
4635if { { ac_try="$ac_link"
4636case "(($ac_try" in
4637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4638 *) ac_try_echo=$ac_try;;
4639esac
4640eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4641$as_echo "$ac_try_echo"; } >&5
4642 (eval "$ac_link") 2>&5
4643 ac_status=$?
4644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4645 test $ac_status = 0; }; then :
4646 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4647# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4648# work properly (i.e., refer to `conftest.exe'), while it won't with
4649# `rm'.
4650for ac_file in conftest.exe conftest conftest.*; do
4651 test -f "$ac_file" || continue
4652 case $ac_file in
4653 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4654 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4655 break;;
4656 * ) break;;
4657 esac
4658done
4659else
4660 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4661$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4662as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4663See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4664fi
d0ac1c44 4665rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4667$as_echo "$ac_cv_exeext" >&6; }
4668
4669rm -f conftest.$ac_ext
4670EXEEXT=$ac_cv_exeext
4671ac_exeext=$EXEEXT
d0ac1c44
SM
4672cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4673/* end confdefs.h. */
4674#include <stdio.h>
4675int
4676main ()
4677{
4678FILE *f = fopen ("conftest.out", "w");
4679 return ferror (f) || fclose (f) != 0;
4680
4681 ;
4682 return 0;
4683}
4684_ACEOF
4685ac_clean_files="$ac_clean_files conftest.out"
4686# Check that the compiler produces executables we can run. If not, either
4687# the compiler is broken, or we cross compile.
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4689$as_echo_n "checking whether we are cross compiling... " >&6; }
4690if test "$cross_compiling" != yes; then
4691 { { ac_try="$ac_link"
4692case "(($ac_try" in
4693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4694 *) ac_try_echo=$ac_try;;
4695esac
4696eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4697$as_echo "$ac_try_echo"; } >&5
4698 (eval "$ac_link") 2>&5
4699 ac_status=$?
4700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4701 test $ac_status = 0; }
4702 if { ac_try='./conftest$ac_cv_exeext'
4703 { { case "(($ac_try" in
4704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4705 *) ac_try_echo=$ac_try;;
4706esac
4707eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4708$as_echo "$ac_try_echo"; } >&5
4709 (eval "$ac_try") 2>&5
4710 ac_status=$?
4711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4712 test $ac_status = 0; }; }; then
4713 cross_compiling=no
4714 else
4715 if test "$cross_compiling" = maybe; then
4716 cross_compiling=yes
4717 else
4718 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4719$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4720as_fn_error $? "cannot run C compiled programs.
4721If you meant to cross compile, use \`--host'.
4722See \`config.log' for more details" "$LINENO" 5; }
4723 fi
4724 fi
4725fi
4726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4727$as_echo "$cross_compiling" >&6; }
4728
4729rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4730ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4732$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4733if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4734 $as_echo_n "(cached) " >&6
4735else
4736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4737/* end confdefs.h. */
4738
4739int
4740main ()
4741{
4742
4743 ;
4744 return 0;
4745}
4746_ACEOF
4747rm -f conftest.o conftest.obj
4748if { { ac_try="$ac_compile"
4749case "(($ac_try" in
4750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4751 *) ac_try_echo=$ac_try;;
4752esac
4753eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4754$as_echo "$ac_try_echo"; } >&5
4755 (eval "$ac_compile") 2>&5
4756 ac_status=$?
4757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4758 test $ac_status = 0; }; then :
4759 for ac_file in conftest.o conftest.obj conftest.*; do
4760 test -f "$ac_file" || continue;
4761 case $ac_file in
4762 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4763 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4764 break;;
4765 esac
4766done
4767else
4768 $as_echo "$as_me: failed program was:" >&5
4769sed 's/^/| /' conftest.$ac_ext >&5
4770
4771{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4772$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4773as_fn_error $? "cannot compute suffix of object files: cannot compile
4774See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4775fi
4776rm -f conftest.$ac_cv_objext conftest.$ac_ext
4777fi
4778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4779$as_echo "$ac_cv_objext" >&6; }
4780OBJEXT=$ac_cv_objext
4781ac_objext=$OBJEXT
4782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4783$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4784if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4785 $as_echo_n "(cached) " >&6
4786else
4787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4788/* end confdefs.h. */
4789
4790int
4791main ()
4792{
4793#ifndef __GNUC__
4794 choke me
4795#endif
4796
4797 ;
4798 return 0;
4799}
4800_ACEOF
4801if ac_fn_c_try_compile "$LINENO"; then :
4802 ac_compiler_gnu=yes
4803else
4804 ac_compiler_gnu=no
4805fi
4806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4807ac_cv_c_compiler_gnu=$ac_compiler_gnu
4808
4809fi
4810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4811$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4812if test $ac_compiler_gnu = yes; then
4813 GCC=yes
4814else
4815 GCC=
4816fi
4817ac_test_CFLAGS=${CFLAGS+set}
4818ac_save_CFLAGS=$CFLAGS
4819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4820$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4821if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4822 $as_echo_n "(cached) " >&6
4823else
4824 ac_save_c_werror_flag=$ac_c_werror_flag
4825 ac_c_werror_flag=yes
4826 ac_cv_prog_cc_g=no
4827 CFLAGS="-g"
4828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4829/* end confdefs.h. */
4830
4831int
4832main ()
4833{
4834
4835 ;
4836 return 0;
4837}
4838_ACEOF
4839if ac_fn_c_try_compile "$LINENO"; then :
4840 ac_cv_prog_cc_g=yes
4841else
4842 CFLAGS=""
4843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4844/* end confdefs.h. */
4845
4846int
4847main ()
4848{
4849
4850 ;
4851 return 0;
4852}
4853_ACEOF
4854if ac_fn_c_try_compile "$LINENO"; then :
4855
4856else
4857 ac_c_werror_flag=$ac_save_c_werror_flag
4858 CFLAGS="-g"
4859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4860/* end confdefs.h. */
4861
4862int
4863main ()
4864{
4865
4866 ;
4867 return 0;
4868}
4869_ACEOF
4870if ac_fn_c_try_compile "$LINENO"; then :
4871 ac_cv_prog_cc_g=yes
4872fi
4873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4874fi
4875rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4876fi
4877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4878 ac_c_werror_flag=$ac_save_c_werror_flag
4879fi
4880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4881$as_echo "$ac_cv_prog_cc_g" >&6; }
4882if test "$ac_test_CFLAGS" = set; then
4883 CFLAGS=$ac_save_CFLAGS
4884elif test $ac_cv_prog_cc_g = yes; then
4885 if test "$GCC" = yes; then
4886 CFLAGS="-g -O2"
4887 else
4888 CFLAGS="-g"
4889 fi
4890else
4891 if test "$GCC" = yes; then
4892 CFLAGS="-O2"
4893 else
4894 CFLAGS=
4895 fi
4896fi
4897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4898$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4899if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4900 $as_echo_n "(cached) " >&6
4901else
4902 ac_cv_prog_cc_c89=no
4903ac_save_CC=$CC
4904cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4905/* end confdefs.h. */
4906#include <stdarg.h>
4907#include <stdio.h>
d0ac1c44 4908struct stat;
6bb11ab3
L
4909/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4910struct buf { int x; };
4911FILE * (*rcsopen) (struct buf *, struct stat *, int);
4912static char *e (p, i)
4913 char **p;
4914 int i;
4915{
4916 return p[i];
4917}
4918static char *f (char * (*g) (char **, int), char **p, ...)
4919{
4920 char *s;
4921 va_list v;
4922 va_start (v,p);
4923 s = g (p, va_arg (v,int));
4924 va_end (v);
4925 return s;
4926}
4927
4928/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4929 function prototypes and stuff, but not '\xHH' hex character constants.
4930 These don't provoke an error unfortunately, instead are silently treated
4931 as 'x'. The following induces an error, until -std is added to get
4932 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4933 array size at least. It's necessary to write '\x00'==0 to get something
4934 that's true only with -std. */
4935int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4936
4937/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4938 inside strings and character constants. */
4939#define FOO(x) 'x'
4940int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4941
4942int test (int i, double x);
4943struct s1 {int (*f) (int a);};
4944struct s2 {int (*f) (double a);};
4945int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4946int argc;
4947char **argv;
4948int
4949main ()
4950{
4951return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4952 ;
4953 return 0;
4954}
4955_ACEOF
4956for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4957 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4958do
4959 CC="$ac_save_CC $ac_arg"
4960 if ac_fn_c_try_compile "$LINENO"; then :
4961 ac_cv_prog_cc_c89=$ac_arg
4962fi
4963rm -f core conftest.err conftest.$ac_objext
4964 test "x$ac_cv_prog_cc_c89" != "xno" && break
4965done
4966rm -f conftest.$ac_ext
4967CC=$ac_save_CC
4968
4969fi
4970# AC_CACHE_VAL
4971case "x$ac_cv_prog_cc_c89" in
4972 x)
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4974$as_echo "none needed" >&6; } ;;
4975 xno)
4976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4977$as_echo "unsupported" >&6; } ;;
4978 *)
4979 CC="$CC $ac_cv_prog_cc_c89"
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4981$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4982esac
4983if test "x$ac_cv_prog_cc_c89" != xno; then :
4984
4985fi
4986
4987ac_ext=c
4988ac_cpp='$CPP $CPPFLAGS'
4989ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4990ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4991ac_compiler_gnu=$ac_cv_c_compiler_gnu
4992
4993ac_aux_dir=
4994for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4995 if test -f "$ac_dir/install-sh"; then
4996 ac_aux_dir=$ac_dir
4997 ac_install_sh="$ac_aux_dir/install-sh -c"
4998 break
4999 elif test -f "$ac_dir/install.sh"; then
5000 ac_aux_dir=$ac_dir
5001 ac_install_sh="$ac_aux_dir/install.sh -c"
5002 break
5003 elif test -f "$ac_dir/shtool"; then
5004 ac_aux_dir=$ac_dir
5005 ac_install_sh="$ac_aux_dir/shtool install -c"
5006 break
5007 fi
6bb11ab3
L
5008done
5009if test -z "$ac_aux_dir"; then
d0ac1c44 5010 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
5011fi
5012
5013# These three variables are undocumented and unsupported,
5014# and are intended to be withdrawn in a future Autoconf release.
5015# They can cause serious problems if a builder's source tree is in a directory
5016# whose full name contains unusual characters.
5017ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
5018ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
5019ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
5020
5021
5022# Make sure we can run config.sub.
5023$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 5024 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
5025
5026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5027$as_echo_n "checking build system type... " >&6; }
d0ac1c44 5028if ${ac_cv_build+:} false; then :
6bb11ab3
L
5029 $as_echo_n "(cached) " >&6
5030else
5031 ac_build_alias=$build_alias
5032test "x$ac_build_alias" = x &&
5033 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5034test "x$ac_build_alias" = x &&
d0ac1c44 5035 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 5036ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 5037 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
5038
5039fi
5040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5041$as_echo "$ac_cv_build" >&6; }
5042case $ac_cv_build in
5043*-*-*) ;;
d0ac1c44 5044*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5045esac
5046build=$ac_cv_build
5047ac_save_IFS=$IFS; IFS='-'
5048set x $ac_cv_build
5049shift
5050build_cpu=$1
5051build_vendor=$2
5052shift; shift
5053# Remember, the first character of IFS is used to create $*,
5054# except with old shells:
5055build_os=$*
5056IFS=$ac_save_IFS
5057case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5058
5059
5060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5061$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5062if ${ac_cv_host+:} false; then :
6bb11ab3
L
5063 $as_echo_n "(cached) " >&6
5064else
5065 if test "x$host_alias" = x; then
5066 ac_cv_host=$ac_cv_build
5067else
5068 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5069 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5070fi
5071
5072fi
5073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5074$as_echo "$ac_cv_host" >&6; }
5075case $ac_cv_host in
5076*-*-*) ;;
d0ac1c44 5077*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5078esac
5079host=$ac_cv_host
5080ac_save_IFS=$IFS; IFS='-'
5081set x $ac_cv_host
5082shift
5083host_cpu=$1
5084host_vendor=$2
5085shift; shift
5086# Remember, the first character of IFS is used to create $*,
5087# except with old shells:
5088host_os=$*
5089IFS=$ac_save_IFS
5090case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5091
5092
5093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5094$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5095if ${ac_cv_target+:} false; then :
6bb11ab3
L
5096 $as_echo_n "(cached) " >&6
5097else
5098 if test "x$target_alias" = x; then
5099 ac_cv_target=$ac_cv_host
5100else
5101 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5102 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5103fi
5104
5105fi
5106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5107$as_echo "$ac_cv_target" >&6; }
5108case $ac_cv_target in
5109*-*-*) ;;
d0ac1c44 5110*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5111esac
5112target=$ac_cv_target
5113ac_save_IFS=$IFS; IFS='-'
5114set x $ac_cv_target
5115shift
5116target_cpu=$1
5117target_vendor=$2
5118shift; shift
5119# Remember, the first character of IFS is used to create $*,
5120# except with old shells:
5121target_os=$*
5122IFS=$ac_save_IFS
5123case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5124
5125
5126# The aliases save the names the user supplied, while $host etc.
5127# will get canonicalized.
5128test -n "$target_alias" &&
5129 test "$program_prefix$program_suffix$program_transform_name" = \
5130 NONENONEs,x,x, &&
5131 program_prefix=${target_alias}-
5132
5133ac_ext=c
5134ac_cpp='$CPP $CPPFLAGS'
5135ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5136ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5137ac_compiler_gnu=$ac_cv_c_compiler_gnu
5138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5139$as_echo_n "checking how to run the C preprocessor... " >&6; }
5140# On Suns, sometimes $CPP names a directory.
5141if test -n "$CPP" && test -d "$CPP"; then
5142 CPP=
5143fi
5144if test -z "$CPP"; then
d0ac1c44 5145 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5146 $as_echo_n "(cached) " >&6
5147else
5148 # Double quotes because CPP needs to be expanded
5149 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5150 do
5151 ac_preproc_ok=false
5152for ac_c_preproc_warn_flag in '' yes
5153do
5154 # Use a header file that comes with gcc, so configuring glibc
5155 # with a fresh cross-compiler works.
5156 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5157 # <limits.h> exists even on freestanding compilers.
5158 # On the NeXT, cc -E runs the code through the compiler's parser,
5159 # not just through cpp. "Syntax error" is here to catch this case.
5160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5161/* end confdefs.h. */
5162#ifdef __STDC__
5163# include <limits.h>
5164#else
5165# include <assert.h>
5166#endif
5167 Syntax error
5168_ACEOF
5169if ac_fn_c_try_cpp "$LINENO"; then :
5170
5171else
5172 # Broken: fails on valid input.
5173continue
5174fi
d0ac1c44 5175rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5176
5177 # OK, works on sane cases. Now check whether nonexistent headers
5178 # can be detected and how.
5179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5180/* end confdefs.h. */
5181#include <ac_nonexistent.h>
5182_ACEOF
5183if ac_fn_c_try_cpp "$LINENO"; then :
5184 # Broken: success on invalid input.
5185continue
5186else
5187 # Passes both tests.
5188ac_preproc_ok=:
5189break
5190fi
d0ac1c44 5191rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5192
5193done
5194# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5195rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5196if $ac_preproc_ok; then :
5197 break
5198fi
5199
5200 done
5201 ac_cv_prog_CPP=$CPP
5202
5203fi
5204 CPP=$ac_cv_prog_CPP
5205else
5206 ac_cv_prog_CPP=$CPP
5207fi
5208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5209$as_echo "$CPP" >&6; }
5210ac_preproc_ok=false
5211for ac_c_preproc_warn_flag in '' yes
5212do
5213 # Use a header file that comes with gcc, so configuring glibc
5214 # with a fresh cross-compiler works.
5215 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5216 # <limits.h> exists even on freestanding compilers.
5217 # On the NeXT, cc -E runs the code through the compiler's parser,
5218 # not just through cpp. "Syntax error" is here to catch this case.
5219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5220/* end confdefs.h. */
5221#ifdef __STDC__
5222# include <limits.h>
5223#else
5224# include <assert.h>
5225#endif
5226 Syntax error
5227_ACEOF
5228if ac_fn_c_try_cpp "$LINENO"; then :
5229
5230else
5231 # Broken: fails on valid input.
5232continue
5233fi
d0ac1c44 5234rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5235
5236 # OK, works on sane cases. Now check whether nonexistent headers
5237 # can be detected and how.
5238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5239/* end confdefs.h. */
5240#include <ac_nonexistent.h>
5241_ACEOF
5242if ac_fn_c_try_cpp "$LINENO"; then :
5243 # Broken: success on invalid input.
5244continue
5245else
5246 # Passes both tests.
5247ac_preproc_ok=:
5248break
5249fi
d0ac1c44 5250rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5251
5252done
5253# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5254rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5255if $ac_preproc_ok; then :
5256
5257else
5258 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5259$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5260as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5261See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5262fi
5263
5264ac_ext=c
5265ac_cpp='$CPP $CPPFLAGS'
5266ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5267ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5268ac_compiler_gnu=$ac_cv_c_compiler_gnu
5269
5270
5271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5272$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5273if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5274 $as_echo_n "(cached) " >&6
5275else
5276 if test -z "$GREP"; then
5277 ac_path_GREP_found=false
5278 # Loop through the user's path and test for each of PROGNAME-LIST
5279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5280for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5281do
5282 IFS=$as_save_IFS
5283 test -z "$as_dir" && as_dir=.
5284 for ac_prog in grep ggrep; do
5285 for ac_exec_ext in '' $ac_executable_extensions; do
5286 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5287 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5288# Check for GNU ac_path_GREP and select it if it is found.
5289 # Check for GNU $ac_path_GREP
5290case `"$ac_path_GREP" --version 2>&1` in
5291*GNU*)
5292 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5293*)
5294 ac_count=0
5295 $as_echo_n 0123456789 >"conftest.in"
5296 while :
5297 do
5298 cat "conftest.in" "conftest.in" >"conftest.tmp"
5299 mv "conftest.tmp" "conftest.in"
5300 cp "conftest.in" "conftest.nl"
5301 $as_echo 'GREP' >> "conftest.nl"
5302 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5303 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5304 as_fn_arith $ac_count + 1 && ac_count=$as_val
5305 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5306 # Best one so far, save it but keep looking for a better one
5307 ac_cv_path_GREP="$ac_path_GREP"
5308 ac_path_GREP_max=$ac_count
5309 fi
5310 # 10*(2^10) chars as input seems more than enough
5311 test $ac_count -gt 10 && break
5312 done
5313 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5314esac
5315
5316 $ac_path_GREP_found && break 3
5317 done
5318 done
5319 done
5320IFS=$as_save_IFS
5321 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5322 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5323 fi
5324else
5325 ac_cv_path_GREP=$GREP
5326fi
5327
5328fi
5329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5330$as_echo "$ac_cv_path_GREP" >&6; }
5331 GREP="$ac_cv_path_GREP"
5332
5333
5334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5335$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5336if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5337 $as_echo_n "(cached) " >&6
5338else
5339 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5340 then ac_cv_path_EGREP="$GREP -E"
5341 else
5342 if test -z "$EGREP"; then
5343 ac_path_EGREP_found=false
5344 # Loop through the user's path and test for each of PROGNAME-LIST
5345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5346for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5347do
5348 IFS=$as_save_IFS
5349 test -z "$as_dir" && as_dir=.
5350 for ac_prog in egrep; do
5351 for ac_exec_ext in '' $ac_executable_extensions; do
5352 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5353 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5354# Check for GNU ac_path_EGREP and select it if it is found.
5355 # Check for GNU $ac_path_EGREP
5356case `"$ac_path_EGREP" --version 2>&1` in
5357*GNU*)
5358 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5359*)
5360 ac_count=0
5361 $as_echo_n 0123456789 >"conftest.in"
5362 while :
5363 do
5364 cat "conftest.in" "conftest.in" >"conftest.tmp"
5365 mv "conftest.tmp" "conftest.in"
5366 cp "conftest.in" "conftest.nl"
5367 $as_echo 'EGREP' >> "conftest.nl"
5368 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5369 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5370 as_fn_arith $ac_count + 1 && ac_count=$as_val
5371 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5372 # Best one so far, save it but keep looking for a better one
5373 ac_cv_path_EGREP="$ac_path_EGREP"
5374 ac_path_EGREP_max=$ac_count
5375 fi
5376 # 10*(2^10) chars as input seems more than enough
5377 test $ac_count -gt 10 && break
5378 done
5379 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5380esac
5381
5382 $ac_path_EGREP_found && break 3
5383 done
5384 done
5385 done
5386IFS=$as_save_IFS
5387 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5388 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5389 fi
5390else
5391 ac_cv_path_EGREP=$EGREP
5392fi
5393
5394 fi
5395fi
5396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5397$as_echo "$ac_cv_path_EGREP" >&6; }
5398 EGREP="$ac_cv_path_EGREP"
5399
5400
5401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5402$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5403if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5404 $as_echo_n "(cached) " >&6
5405else
5406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5407/* end confdefs.h. */
5408#include <stdlib.h>
5409#include <stdarg.h>
5410#include <string.h>
5411#include <float.h>
5412
5413int
5414main ()
5415{
5416
5417 ;
5418 return 0;
5419}
5420_ACEOF
5421if ac_fn_c_try_compile "$LINENO"; then :
5422 ac_cv_header_stdc=yes
5423else
5424 ac_cv_header_stdc=no
5425fi
5426rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5427
5428if test $ac_cv_header_stdc = yes; then
5429 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5431/* end confdefs.h. */
5432#include <string.h>
5433
5434_ACEOF
5435if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5436 $EGREP "memchr" >/dev/null 2>&1; then :
5437
5438else
5439 ac_cv_header_stdc=no
5440fi
5441rm -f conftest*
5442
5443fi
5444
5445if test $ac_cv_header_stdc = yes; then
5446 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5448/* end confdefs.h. */
5449#include <stdlib.h>
5450
5451_ACEOF
5452if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5453 $EGREP "free" >/dev/null 2>&1; then :
5454
5455else
5456 ac_cv_header_stdc=no
5457fi
5458rm -f conftest*
5459
5460fi
5461
5462if test $ac_cv_header_stdc = yes; then
5463 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5464 if test "$cross_compiling" = yes; then :
5465 :
5466else
5467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468/* end confdefs.h. */
5469#include <ctype.h>
5470#include <stdlib.h>
5471#if ((' ' & 0x0FF) == 0x020)
5472# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5473# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5474#else
5475# define ISLOWER(c) \
5476 (('a' <= (c) && (c) <= 'i') \
5477 || ('j' <= (c) && (c) <= 'r') \
5478 || ('s' <= (c) && (c) <= 'z'))
5479# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5480#endif
5481
5482#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5483int
5484main ()
5485{
5486 int i;
5487 for (i = 0; i < 256; i++)
5488 if (XOR (islower (i), ISLOWER (i))
5489 || toupper (i) != TOUPPER (i))
5490 return 2;
5491 return 0;
5492}
5493_ACEOF
5494if ac_fn_c_try_run "$LINENO"; then :
5495
5496else
5497 ac_cv_header_stdc=no
5498fi
5499rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5500 conftest.$ac_objext conftest.beam conftest.$ac_ext
5501fi
5502
5503fi
5504fi
5505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5506$as_echo "$ac_cv_header_stdc" >&6; }
5507if test $ac_cv_header_stdc = yes; then
5508
5509$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5510
5511fi
5512
5513# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5514for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5515 inttypes.h stdint.h unistd.h
5516do :
5517 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5518ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5519"
d0ac1c44 5520if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5521 cat >>confdefs.h <<_ACEOF
5522#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5523_ACEOF
5524
5525fi
5526
5527done
5528
5529
5530
5531 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5532if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5533 MINIX=yes
5534else
5535 MINIX=
5536fi
5537
5538
5539 if test "$MINIX" = yes; then
5540
5541$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5542
5543
5544$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5545
5546
5547$as_echo "#define _MINIX 1" >>confdefs.h
5548
5549 fi
5550
5551
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5553$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5554if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5555 $as_echo_n "(cached) " >&6
5556else
5557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5558/* end confdefs.h. */
5559
d0ac1c44
SM
5560# define __EXTENSIONS__ 1
5561 $ac_includes_default
6bb11ab3
L
5562int
5563main ()
5564{
5565
5566 ;
5567 return 0;
5568}
5569_ACEOF
5570if ac_fn_c_try_compile "$LINENO"; then :
5571 ac_cv_safe_to_define___extensions__=yes
5572else
5573 ac_cv_safe_to_define___extensions__=no
5574fi
5575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5576fi
5577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5578$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5579 test $ac_cv_safe_to_define___extensions__ = yes &&
5580 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5581
5582 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5583
5584 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5585
5586 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5587
5588 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5589
5590
5591test "$program_prefix" != NONE &&
5592 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5593# Use a double $ so make ignores it.
5594test "$program_suffix" != NONE &&
5595 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5596# Double any \ or $.
5597# By default was `s,x,x', remove it if useless.
5598ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5599program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5600
5601# Find a good install program. We prefer a C program (faster),
5602# so one script is as good as another. But avoid the broken or
5603# incompatible versions:
5604# SysV /etc/install, /usr/sbin/install
5605# SunOS /usr/etc/install
5606# IRIX /sbin/install
5607# AIX /bin/install
5608# AmigaOS /C/install, which installs bootblocks on floppy discs
5609# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5610# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5611# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5612# OS/2's system install, which has a completely different semantic
5613# ./install, which can be erroneously created by make from ./install.sh.
5614# Reject install programs that cannot install multiple files.
5615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5616$as_echo_n "checking for a BSD-compatible install... " >&6; }
5617if test -z "$INSTALL"; then
d0ac1c44 5618if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5619 $as_echo_n "(cached) " >&6
5620else
5621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5622for as_dir in $PATH
5623do
5624 IFS=$as_save_IFS
5625 test -z "$as_dir" && as_dir=.
5626 # Account for people who put trailing slashes in PATH elements.
5627case $as_dir/ in #((
5628 ./ | .// | /[cC]/* | \
5629 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5630 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5631 /usr/ucb/* ) ;;
5632 *)
5633 # OSF1 and SCO ODT 3.0 have their own names for install.
5634 # Don't use installbsd from OSF since it installs stuff as root
5635 # by default.
5636 for ac_prog in ginstall scoinst install; do
5637 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5638 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5639 if test $ac_prog = install &&
5640 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5641 # AIX install. It has an incompatible calling convention.
5642 :
5643 elif test $ac_prog = install &&
5644 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5645 # program-specific install script used by HP pwplus--don't use.
5646 :
5647 else
5648 rm -rf conftest.one conftest.two conftest.dir
5649 echo one > conftest.one
5650 echo two > conftest.two
5651 mkdir conftest.dir
5652 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5653 test -s conftest.one && test -s conftest.two &&
5654 test -s conftest.dir/conftest.one &&
5655 test -s conftest.dir/conftest.two
5656 then
5657 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5658 break 3
5659 fi
5660 fi
5661 fi
5662 done
5663 done
5664 ;;
5665esac
5666
5667 done
5668IFS=$as_save_IFS
5669
5670rm -rf conftest.one conftest.two conftest.dir
5671
5672fi
5673 if test "${ac_cv_path_install+set}" = set; then
5674 INSTALL=$ac_cv_path_install
5675 else
5676 # As a last resort, use the slow shell script. Don't cache a
5677 # value for INSTALL within a source directory, because that will
5678 # break other packages using the cache if that directory is
5679 # removed, or if the value is a relative name.
5680 INSTALL=$ac_install_sh
5681 fi
5682fi
5683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5684$as_echo "$INSTALL" >&6; }
5685
5686# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5687# It thinks the first close brace ends the variable substitution.
5688test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5689
5690test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5691
5692test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5693
5694rm -rf .tst 2>/dev/null
5695mkdir .tst 2>/dev/null
5696if test -d .tst; then
5697 am__leading_dot=.
5698else
5699 am__leading_dot=_
5700fi
5701rmdir .tst 2>/dev/null
5702
5703DEPDIR="${am__leading_dot}deps"
5704
5705case `pwd` in
5706 *\ * | *\ *)
5707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5708$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5709esac
5710
5711
5712
5713macro_version='2.2.7a'
5714macro_revision='1.3134'
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728ltmain="$ac_aux_dir/ltmain.sh"
5729
5730# Backslashify metacharacters that are still active within
5731# double-quoted strings.
5732sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5733
5734# Same as above, but do not quote variable references.
5735double_quote_subst='s/\(["`\\]\)/\\\1/g'
5736
5737# Sed substitution to delay expansion of an escaped shell variable in a
5738# double_quote_subst'ed string.
5739delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5740
5741# Sed substitution to delay expansion of an escaped single quote.
5742delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5743
5744# Sed substitution to avoid accidental globbing in evaled expressions
5745no_glob_subst='s/\*/\\\*/g'
5746
5747ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5748ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5749ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5750
5751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5752$as_echo_n "checking how to print strings... " >&6; }
5753# Test print first, because it will be a builtin if present.
5754if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5755 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5756 ECHO='print -r --'
5757elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5758 ECHO='printf %s\n'
5759else
5760 # Use this function as a fallback that always works.
5761 func_fallback_echo ()
5762 {
5763 eval 'cat <<_LTECHO_EOF
5764$1
5765_LTECHO_EOF'
5766 }
5767 ECHO='func_fallback_echo'
5768fi
5769
5770# func_echo_all arg...
5771# Invoke $ECHO with all args, space-separated.
5772func_echo_all ()
5773{
5774 $ECHO ""
5775}
5776
5777case "$ECHO" in
5778 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5779$as_echo "printf" >&6; } ;;
5780 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5781$as_echo "print -r" >&6; } ;;
5782 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5783$as_echo "cat" >&6; } ;;
5784esac
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5800$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5801if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5802 $as_echo_n "(cached) " >&6
5803else
5804 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5805 for ac_i in 1 2 3 4 5 6 7; do
5806 ac_script="$ac_script$as_nl$ac_script"
5807 done
5808 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5809 { ac_script=; unset ac_script;}
5810 if test -z "$SED"; then
5811 ac_path_SED_found=false
5812 # Loop through the user's path and test for each of PROGNAME-LIST
5813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5814for as_dir in $PATH
5815do
5816 IFS=$as_save_IFS
5817 test -z "$as_dir" && as_dir=.
5818 for ac_prog in sed gsed; do
5819 for ac_exec_ext in '' $ac_executable_extensions; do
5820 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5821 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5822# Check for GNU ac_path_SED and select it if it is found.
5823 # Check for GNU $ac_path_SED
5824case `"$ac_path_SED" --version 2>&1` in
5825*GNU*)
5826 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5827*)
5828 ac_count=0
5829 $as_echo_n 0123456789 >"conftest.in"
5830 while :
5831 do
5832 cat "conftest.in" "conftest.in" >"conftest.tmp"
5833 mv "conftest.tmp" "conftest.in"
5834 cp "conftest.in" "conftest.nl"
5835 $as_echo '' >> "conftest.nl"
5836 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5837 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5838 as_fn_arith $ac_count + 1 && ac_count=$as_val
5839 if test $ac_count -gt ${ac_path_SED_max-0}; then
5840 # Best one so far, save it but keep looking for a better one
5841 ac_cv_path_SED="$ac_path_SED"
5842 ac_path_SED_max=$ac_count
5843 fi
5844 # 10*(2^10) chars as input seems more than enough
5845 test $ac_count -gt 10 && break
5846 done
5847 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5848esac
5849
5850 $ac_path_SED_found && break 3
5851 done
5852 done
5853 done
5854IFS=$as_save_IFS
5855 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5856 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5857 fi
5858else
5859 ac_cv_path_SED=$SED
5860fi
5861
5862fi
5863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5864$as_echo "$ac_cv_path_SED" >&6; }
5865 SED="$ac_cv_path_SED"
5866 rm -f conftest.sed
5867
5868test -z "$SED" && SED=sed
5869Xsed="$SED -e 1s/^X//"
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5882$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5883if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5884 $as_echo_n "(cached) " >&6
5885else
5886 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5887 then ac_cv_path_FGREP="$GREP -F"
5888 else
5889 if test -z "$FGREP"; then
5890 ac_path_FGREP_found=false
5891 # Loop through the user's path and test for each of PROGNAME-LIST
5892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5893for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5894do
5895 IFS=$as_save_IFS
5896 test -z "$as_dir" && as_dir=.
5897 for ac_prog in fgrep; do
5898 for ac_exec_ext in '' $ac_executable_extensions; do
5899 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5900 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5901# Check for GNU ac_path_FGREP and select it if it is found.
5902 # Check for GNU $ac_path_FGREP
5903case `"$ac_path_FGREP" --version 2>&1` in
5904*GNU*)
5905 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5906*)
5907 ac_count=0
5908 $as_echo_n 0123456789 >"conftest.in"
5909 while :
5910 do
5911 cat "conftest.in" "conftest.in" >"conftest.tmp"
5912 mv "conftest.tmp" "conftest.in"
5913 cp "conftest.in" "conftest.nl"
5914 $as_echo 'FGREP' >> "conftest.nl"
5915 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5916 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5917 as_fn_arith $ac_count + 1 && ac_count=$as_val
5918 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5919 # Best one so far, save it but keep looking for a better one
5920 ac_cv_path_FGREP="$ac_path_FGREP"
5921 ac_path_FGREP_max=$ac_count
5922 fi
5923 # 10*(2^10) chars as input seems more than enough
5924 test $ac_count -gt 10 && break
5925 done
5926 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5927esac
5928
5929 $ac_path_FGREP_found && break 3
5930 done
5931 done
5932 done
5933IFS=$as_save_IFS
5934 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5935 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5936 fi
5937else
5938 ac_cv_path_FGREP=$FGREP
5939fi
5940
5941 fi
5942fi
5943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5944$as_echo "$ac_cv_path_FGREP" >&6; }
5945 FGREP="$ac_cv_path_FGREP"
5946
5947
5948test -z "$GREP" && GREP=grep
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968# Check whether --with-gnu-ld was given.
5969if test "${with_gnu_ld+set}" = set; then :
5970 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5971else
5972 with_gnu_ld=no
5973fi
5974
5975ac_prog=ld
5976if test "$GCC" = yes; then
5977 # Check if gcc -print-prog-name=ld gives a path.
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5979$as_echo_n "checking for ld used by $CC... " >&6; }
5980 case $host in
5981 *-*-mingw*)
5982 # gcc leaves a trailing carriage return which upsets mingw
5983 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5984 *)
5985 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5986 esac
5987 case $ac_prog in
5988 # Accept absolute paths.
5989 [\\/]* | ?:[\\/]*)
5990 re_direlt='/[^/][^/]*/\.\./'
5991 # Canonicalize the pathname of ld
5992 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5993 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5994 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5995 done
5996 test -z "$LD" && LD="$ac_prog"
5997 ;;
5998 "")
5999 # If it fails, then pretend we aren't using GCC.
6000 ac_prog=ld
6001 ;;
6002 *)
6003 # If it is relative, then search for the first ld in PATH.
6004 with_gnu_ld=unknown
6005 ;;
6006 esac
6007elif test "$with_gnu_ld" = yes; then
6008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6009$as_echo_n "checking for GNU ld... " >&6; }
6010else
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6012$as_echo_n "checking for non-GNU ld... " >&6; }
6013fi
d0ac1c44 6014if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
6015 $as_echo_n "(cached) " >&6
6016else
6017 if test -z "$LD"; then
6018 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6019 for ac_dir in $PATH; do
6020 IFS="$lt_save_ifs"
6021 test -z "$ac_dir" && ac_dir=.
6022 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6023 lt_cv_path_LD="$ac_dir/$ac_prog"
6024 # Check to see if the program is GNU ld. I'd rather use --version,
6025 # but apparently some variants of GNU ld only accept -v.
6026 # Break only if it was the GNU/non-GNU ld that we prefer.
6027 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6028 *GNU* | *'with BFD'*)
6029 test "$with_gnu_ld" != no && break
6030 ;;
6031 *)
6032 test "$with_gnu_ld" != yes && break
6033 ;;
6034 esac
6035 fi
6036 done
6037 IFS="$lt_save_ifs"
6038else
6039 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6040fi
6041fi
6042
6043LD="$lt_cv_path_LD"
6044if test -n "$LD"; then
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6046$as_echo "$LD" >&6; }
6047else
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6049$as_echo "no" >&6; }
6050fi
d0ac1c44 6051test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6053$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6054if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6055 $as_echo_n "(cached) " >&6
6056else
6057 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6058case `$LD -v 2>&1 </dev/null` in
6059*GNU* | *'with BFD'*)
6060 lt_cv_prog_gnu_ld=yes
6061 ;;
6062*)
6063 lt_cv_prog_gnu_ld=no
6064 ;;
6065esac
6066fi
6067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6068$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6069with_gnu_ld=$lt_cv_prog_gnu_ld
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6080$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6081if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6082 $as_echo_n "(cached) " >&6
6083else
6084 if test -n "$NM"; then
6085 # Let the user override the test.
6086 lt_cv_path_NM="$NM"
6087else
6088 lt_nm_to_check="${ac_tool_prefix}nm"
6089 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6090 lt_nm_to_check="$lt_nm_to_check nm"
6091 fi
6092 for lt_tmp_nm in $lt_nm_to_check; do
6093 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6094 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6095 IFS="$lt_save_ifs"
6096 test -z "$ac_dir" && ac_dir=.
6097 tmp_nm="$ac_dir/$lt_tmp_nm"
6098 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6099 # Check to see if the nm accepts a BSD-compat flag.
6100 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6101 # nm: unknown option "B" ignored
6102 # Tru64's nm complains that /dev/null is an invalid object file
6103 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6104 */dev/null* | *'Invalid file or object type'*)
6105 lt_cv_path_NM="$tmp_nm -B"
6106 break
6107 ;;
6108 *)
6109 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6110 */dev/null*)
6111 lt_cv_path_NM="$tmp_nm -p"
6112 break
6113 ;;
6114 *)
6115 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6116 continue # so that we can try to find one that supports BSD flags
6117 ;;
6118 esac
6119 ;;
6120 esac
6121 fi
6122 done
6123 IFS="$lt_save_ifs"
6124 done
6125 : ${lt_cv_path_NM=no}
6126fi
6127fi
6128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6129$as_echo "$lt_cv_path_NM" >&6; }
6130if test "$lt_cv_path_NM" != "no"; then
6131 NM="$lt_cv_path_NM"
6132else
6133 # Didn't find any BSD compatible name lister, look for dumpbin.
6134 if test -n "$DUMPBIN"; then :
6135 # Let the user override the test.
6136 else
6137 if test -n "$ac_tool_prefix"; then
6138 for ac_prog in dumpbin "link -dump"
6139 do
6140 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6141set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6143$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6144if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6145 $as_echo_n "(cached) " >&6
6146else
6147 if test -n "$DUMPBIN"; then
6148 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6149else
6150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6151for as_dir in $PATH
6152do
6153 IFS=$as_save_IFS
6154 test -z "$as_dir" && as_dir=.
6155 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6157 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6159 break 2
6160 fi
6161done
6162 done
6163IFS=$as_save_IFS
6164
6165fi
6166fi
6167DUMPBIN=$ac_cv_prog_DUMPBIN
6168if test -n "$DUMPBIN"; then
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6170$as_echo "$DUMPBIN" >&6; }
6171else
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6173$as_echo "no" >&6; }
6174fi
6175
6176
6177 test -n "$DUMPBIN" && break
6178 done
6179fi
6180if test -z "$DUMPBIN"; then
6181 ac_ct_DUMPBIN=$DUMPBIN
6182 for ac_prog in dumpbin "link -dump"
6183do
6184 # Extract the first word of "$ac_prog", so it can be a program name with args.
6185set dummy $ac_prog; ac_word=$2
6186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6187$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6188if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6189 $as_echo_n "(cached) " >&6
6190else
6191 if test -n "$ac_ct_DUMPBIN"; then
6192 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6193else
6194as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195for as_dir in $PATH
6196do
6197 IFS=$as_save_IFS
6198 test -z "$as_dir" && as_dir=.
6199 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6201 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6203 break 2
6204 fi
6205done
6206 done
6207IFS=$as_save_IFS
6208
6209fi
6210fi
6211ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6212if test -n "$ac_ct_DUMPBIN"; then
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6214$as_echo "$ac_ct_DUMPBIN" >&6; }
6215else
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6217$as_echo "no" >&6; }
6218fi
6219
6220
6221 test -n "$ac_ct_DUMPBIN" && break
6222done
6223
6224 if test "x$ac_ct_DUMPBIN" = x; then
6225 DUMPBIN=":"
6226 else
6227 case $cross_compiling:$ac_tool_warned in
6228yes:)
6229{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6230$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6231ac_tool_warned=yes ;;
6232esac
6233 DUMPBIN=$ac_ct_DUMPBIN
6234 fi
6235fi
6236
6237 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6238 *COFF*)
6239 DUMPBIN="$DUMPBIN -symbols"
6240 ;;
6241 *)
6242 DUMPBIN=:
6243 ;;
6244 esac
6245 fi
6246
6247 if test "$DUMPBIN" != ":"; then
6248 NM="$DUMPBIN"
6249 fi
6250fi
6251test -z "$NM" && NM=nm
6252
6253
6254
6255
6256
6257
6258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6259$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6260if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6261 $as_echo_n "(cached) " >&6
6262else
6263 lt_cv_nm_interface="BSD nm"
6264 echo "int some_variable = 0;" > conftest.$ac_ext
6265 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6266 (eval "$ac_compile" 2>conftest.err)
6267 cat conftest.err >&5
6268 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6269 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6270 cat conftest.err >&5
6271 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6272 cat conftest.out >&5
6273 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6274 lt_cv_nm_interface="MS dumpbin"
6275 fi
6276 rm -f conftest*
6277fi
6278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6279$as_echo "$lt_cv_nm_interface" >&6; }
6280
6281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6282$as_echo_n "checking whether ln -s works... " >&6; }
6283LN_S=$as_ln_s
6284if test "$LN_S" = "ln -s"; then
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6286$as_echo "yes" >&6; }
6287else
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6289$as_echo "no, using $LN_S" >&6; }
6290fi
6291
6292# find the maximum length of command line arguments
6293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6294$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6295if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6296 $as_echo_n "(cached) " >&6
6297else
6298 i=0
6299 teststring="ABCD"
6300
6301 case $build_os in
6302 msdosdjgpp*)
6303 # On DJGPP, this test can blow up pretty badly due to problems in libc
6304 # (any single argument exceeding 2000 bytes causes a buffer overrun
6305 # during glob expansion). Even if it were fixed, the result of this
6306 # check would be larger than it should be.
6307 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6308 ;;
6309
6310 gnu*)
6311 # Under GNU Hurd, this test is not required because there is
6312 # no limit to the length of command line arguments.
6313 # Libtool will interpret -1 as no limit whatsoever
6314 lt_cv_sys_max_cmd_len=-1;
6315 ;;
6316
6317 cygwin* | mingw* | cegcc*)
6318 # On Win9x/ME, this test blows up -- it succeeds, but takes
6319 # about 5 minutes as the teststring grows exponentially.
6320 # Worse, since 9x/ME are not pre-emptively multitasking,
6321 # you end up with a "frozen" computer, even though with patience
6322 # the test eventually succeeds (with a max line length of 256k).
6323 # Instead, let's just punt: use the minimum linelength reported by
6324 # all of the supported platforms: 8192 (on NT/2K/XP).
6325 lt_cv_sys_max_cmd_len=8192;
6326 ;;
6327
6328 mint*)
6329 # On MiNT this can take a long time and run out of memory.
6330 lt_cv_sys_max_cmd_len=8192;
6331 ;;
6332
6333 amigaos*)
6334 # On AmigaOS with pdksh, this test takes hours, literally.
6335 # So we just punt and use a minimum line length of 8192.
6336 lt_cv_sys_max_cmd_len=8192;
6337 ;;
6338
6339 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6340 # This has been around since 386BSD, at least. Likely further.
6341 if test -x /sbin/sysctl; then
6342 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6343 elif test -x /usr/sbin/sysctl; then
6344 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6345 else
6346 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6347 fi
6348 # And add a safety zone
6349 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6350 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6351 ;;
6352
6353 interix*)
6354 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6355 lt_cv_sys_max_cmd_len=196608
6356 ;;
6357
6358 osf*)
6359 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6360 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6361 # nice to cause kernel panics so lets avoid the loop below.
6362 # First set a reasonable default.
6363 lt_cv_sys_max_cmd_len=16384
6364 #
6365 if test -x /sbin/sysconfig; then
6366 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6367 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6368 esac
6369 fi
6370 ;;
6371 sco3.2v5*)
6372 lt_cv_sys_max_cmd_len=102400
6373 ;;
6374 sysv5* | sco5v6* | sysv4.2uw2*)
6375 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6376 if test -n "$kargmax"; then
6377 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6378 else
6379 lt_cv_sys_max_cmd_len=32768
6380 fi
6381 ;;
6382 *)
6383 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6384 if test -n "$lt_cv_sys_max_cmd_len"; then
6385 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6386 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6387 else
6388 # Make teststring a little bigger before we do anything with it.
6389 # a 1K string should be a reasonable start.
6390 for i in 1 2 3 4 5 6 7 8 ; do
6391 teststring=$teststring$teststring
6392 done
6393 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6394 # If test is not a shell built-in, we'll probably end up computing a
6395 # maximum length that is only half of the actual maximum length, but
6396 # we can't tell.
6397 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6398 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6399 test $i != 17 # 1/2 MB should be enough
6400 do
6401 i=`expr $i + 1`
6402 teststring=$teststring$teststring
6403 done
6404 # Only check the string length outside the loop.
6405 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6406 teststring=
6407 # Add a significant safety factor because C++ compilers can tack on
6408 # massive amounts of additional arguments before passing them to the
6409 # linker. It appears as though 1/2 is a usable value.
6410 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6411 fi
6412 ;;
6413 esac
6414
6415fi
6416
6417if test -n $lt_cv_sys_max_cmd_len ; then
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6419$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6420else
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6422$as_echo "none" >&6; }
6423fi
6424max_cmd_len=$lt_cv_sys_max_cmd_len
6425
6426
6427
6428
6429
6430
6431: ${CP="cp -f"}
6432: ${MV="mv -f"}
6433: ${RM="rm -f"}
6434
6435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6436$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6437# Try some XSI features
6438xsi_shell=no
6439( _lt_dummy="a/b/c"
6440 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6441 = c,a/b,, \
6442 && eval 'test $(( 1 + 1 )) -eq 2 \
6443 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6444 && xsi_shell=yes
6445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6446$as_echo "$xsi_shell" >&6; }
6447
6448
6449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6450$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6451lt_shell_append=no
6452( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6453 >/dev/null 2>&1 \
6454 && lt_shell_append=yes
6455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6456$as_echo "$lt_shell_append" >&6; }
6457
6458
6459if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6460 lt_unset=unset
6461else
6462 lt_unset=false
6463fi
6464
6465
6466
6467
6468
6469# test EBCDIC or ASCII
6470case `echo X|tr X '\101'` in
6471 A) # ASCII based system
6472 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6473 lt_SP2NL='tr \040 \012'
6474 lt_NL2SP='tr \015\012 \040\040'
6475 ;;
6476 *) # EBCDIC based system
6477 lt_SP2NL='tr \100 \n'
6478 lt_NL2SP='tr \r\n \100\100'
6479 ;;
6480esac
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6491$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6492if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6493 $as_echo_n "(cached) " >&6
6494else
6495 lt_cv_ld_reload_flag='-r'
6496fi
6497{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6498$as_echo "$lt_cv_ld_reload_flag" >&6; }
6499reload_flag=$lt_cv_ld_reload_flag
6500case $reload_flag in
6501"" | " "*) ;;
6502*) reload_flag=" $reload_flag" ;;
6503esac
6504reload_cmds='$LD$reload_flag -o $output$reload_objs'
6505case $host_os in
6506 darwin*)
6507 if test "$GCC" = yes; then
6508 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6509 else
6510 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6511 fi
6512 ;;
6513esac
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523if test -n "$ac_tool_prefix"; then
6524 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6525set dummy ${ac_tool_prefix}objdump; ac_word=$2
6526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6527$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6528if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6529 $as_echo_n "(cached) " >&6
6530else
6531 if test -n "$OBJDUMP"; then
6532 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6533else
6534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535for as_dir in $PATH
6536do
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
6539 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6541 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6543 break 2
6544 fi
6545done
6546 done
6547IFS=$as_save_IFS
6548
6549fi
6550fi
6551OBJDUMP=$ac_cv_prog_OBJDUMP
6552if test -n "$OBJDUMP"; then
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6554$as_echo "$OBJDUMP" >&6; }
6555else
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6557$as_echo "no" >&6; }
6558fi
6559
6560
6561fi
6562if test -z "$ac_cv_prog_OBJDUMP"; then
6563 ac_ct_OBJDUMP=$OBJDUMP
6564 # Extract the first word of "objdump", so it can be a program name with args.
6565set dummy objdump; ac_word=$2
6566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6567$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6568if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6569 $as_echo_n "(cached) " >&6
6570else
6571 if test -n "$ac_ct_OBJDUMP"; then
6572 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6573else
6574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6575for as_dir in $PATH
6576do
6577 IFS=$as_save_IFS
6578 test -z "$as_dir" && as_dir=.
6579 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6581 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6583 break 2
6584 fi
6585done
6586 done
6587IFS=$as_save_IFS
6588
6589fi
6590fi
6591ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6592if test -n "$ac_ct_OBJDUMP"; then
6593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6594$as_echo "$ac_ct_OBJDUMP" >&6; }
6595else
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6597$as_echo "no" >&6; }
6598fi
6599
6600 if test "x$ac_ct_OBJDUMP" = x; then
6601 OBJDUMP="false"
6602 else
6603 case $cross_compiling:$ac_tool_warned in
6604yes:)
6605{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6606$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6607ac_tool_warned=yes ;;
6608esac
6609 OBJDUMP=$ac_ct_OBJDUMP
6610 fi
6611else
6612 OBJDUMP="$ac_cv_prog_OBJDUMP"
6613fi
6614
6615test -z "$OBJDUMP" && OBJDUMP=objdump
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6626$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6627if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6628 $as_echo_n "(cached) " >&6
6629else
6630 lt_cv_file_magic_cmd='$MAGIC_CMD'
6631lt_cv_file_magic_test_file=
6632lt_cv_deplibs_check_method='unknown'
6633# Need to set the preceding variable on all platforms that support
6634# interlibrary dependencies.
6635# 'none' -- dependencies not supported.
6636# `unknown' -- same as none, but documents that we really don't know.
6637# 'pass_all' -- all dependencies passed with no checks.
6638# 'test_compile' -- check by making test program.
6639# 'file_magic [[regex]]' -- check by looking for files in library path
6640# which responds to the $file_magic_cmd with a given extended regex.
6641# If you have `file' or equivalent on your system and you're not sure
6642# whether `pass_all' will *always* work, you probably want this one.
6643
6644case $host_os in
6645aix[4-9]*)
6646 lt_cv_deplibs_check_method=pass_all
6647 ;;
6648
6649beos*)
6650 lt_cv_deplibs_check_method=pass_all
6651 ;;
6652
6653bsdi[45]*)
6654 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6655 lt_cv_file_magic_cmd='/usr/bin/file -L'
6656 lt_cv_file_magic_test_file=/shlib/libc.so
6657 ;;
6658
6659cygwin*)
6660 # func_win32_libid is a shell function defined in ltmain.sh
6661 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6662 lt_cv_file_magic_cmd='func_win32_libid'
6663 ;;
6664
6665mingw* | pw32*)
6666 # Base MSYS/MinGW do not provide the 'file' command needed by
6667 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6668 # unless we find 'file', for example because we are cross-compiling.
6669 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6670 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6671 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6672 lt_cv_file_magic_cmd='func_win32_libid'
6673 else
6674 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6675 lt_cv_file_magic_cmd='$OBJDUMP -f'
6676 fi
6677 ;;
6678
6679cegcc*)
6680 # use the weaker test based on 'objdump'. See mingw*.
6681 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6682 lt_cv_file_magic_cmd='$OBJDUMP -f'
6683 ;;
6684
6685darwin* | rhapsody*)
6686 lt_cv_deplibs_check_method=pass_all
6687 ;;
6688
6689freebsd* | dragonfly*)
6690 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6691 case $host_cpu in
6692 i*86 )
6693 # Not sure whether the presence of OpenBSD here was a mistake.
6694 # Let's accept both of them until this is cleared up.
6695 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6696 lt_cv_file_magic_cmd=/usr/bin/file
6697 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6698 ;;
6699 esac
6700 else
6701 lt_cv_deplibs_check_method=pass_all
6702 fi
6703 ;;
6704
6705gnu*)
6706 lt_cv_deplibs_check_method=pass_all
6707 ;;
6708
6709haiku*)
6710 lt_cv_deplibs_check_method=pass_all
6711 ;;
6712
6713hpux10.20* | hpux11*)
6714 lt_cv_file_magic_cmd=/usr/bin/file
6715 case $host_cpu in
6716 ia64*)
6717 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6718 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6719 ;;
6720 hppa*64*)
6721 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]'
6722 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6723 ;;
6724 *)
6725 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6726 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6727 ;;
6728 esac
6729 ;;
6730
6731interix[3-9]*)
6732 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6733 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6734 ;;
6735
6736irix5* | irix6* | nonstopux*)
6737 case $LD in
6738 *-32|*"-32 ") libmagic=32-bit;;
6739 *-n32|*"-n32 ") libmagic=N32;;
6740 *-64|*"-64 ") libmagic=64-bit;;
6741 *) libmagic=never-match;;
6742 esac
6743 lt_cv_deplibs_check_method=pass_all
6744 ;;
6745
6746# This must be Linux ELF.
6747linux* | k*bsd*-gnu | kopensolaris*-gnu)
6748 lt_cv_deplibs_check_method=pass_all
6749 ;;
6750
6751netbsd*)
6752 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6753 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6754 else
6755 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6756 fi
6757 ;;
6758
6759newos6*)
6760 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6761 lt_cv_file_magic_cmd=/usr/bin/file
6762 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6763 ;;
6764
6765*nto* | *qnx*)
6766 lt_cv_deplibs_check_method=pass_all
6767 ;;
6768
6769openbsd*)
6770 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6771 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6772 else
6773 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6774 fi
6775 ;;
6776
6777osf3* | osf4* | osf5*)
6778 lt_cv_deplibs_check_method=pass_all
6779 ;;
6780
6781rdos*)
6782 lt_cv_deplibs_check_method=pass_all
6783 ;;
6784
6785solaris*)
6786 lt_cv_deplibs_check_method=pass_all
6787 ;;
6788
6789sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6790 lt_cv_deplibs_check_method=pass_all
6791 ;;
6792
6793sysv4 | sysv4.3*)
6794 case $host_vendor in
6795 motorola)
6796 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]'
6797 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6798 ;;
6799 ncr)
6800 lt_cv_deplibs_check_method=pass_all
6801 ;;
6802 sequent)
6803 lt_cv_file_magic_cmd='/bin/file'
6804 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6805 ;;
6806 sni)
6807 lt_cv_file_magic_cmd='/bin/file'
6808 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6809 lt_cv_file_magic_test_file=/lib/libc.so
6810 ;;
6811 siemens)
6812 lt_cv_deplibs_check_method=pass_all
6813 ;;
6814 pc)
6815 lt_cv_deplibs_check_method=pass_all
6816 ;;
6817 esac
6818 ;;
6819
6820tpf*)
6821 lt_cv_deplibs_check_method=pass_all
6822 ;;
6823esac
6824
6825fi
6826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6827$as_echo "$lt_cv_deplibs_check_method" >&6; }
6828file_magic_cmd=$lt_cv_file_magic_cmd
6829deplibs_check_method=$lt_cv_deplibs_check_method
6830test -z "$deplibs_check_method" && deplibs_check_method=unknown
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843if test -n "$ac_tool_prefix"; then
6844 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6845set dummy ${ac_tool_prefix}ar; ac_word=$2
6846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6847$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6848if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6849 $as_echo_n "(cached) " >&6
6850else
6851 if test -n "$AR"; then
6852 ac_cv_prog_AR="$AR" # Let the user override the test.
6853else
6854as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6855for as_dir in $PATH
6856do
6857 IFS=$as_save_IFS
6858 test -z "$as_dir" && as_dir=.
6859 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6861 ac_cv_prog_AR="${ac_tool_prefix}ar"
6862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6863 break 2
6864 fi
6865done
6866 done
6867IFS=$as_save_IFS
6868
6869fi
6870fi
6871AR=$ac_cv_prog_AR
6872if test -n "$AR"; then
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6874$as_echo "$AR" >&6; }
6875else
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6877$as_echo "no" >&6; }
6878fi
6879
6880
6881fi
6882if test -z "$ac_cv_prog_AR"; then
6883 ac_ct_AR=$AR
6884 # Extract the first word of "ar", so it can be a program name with args.
6885set dummy ar; ac_word=$2
6886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6887$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6888if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6889 $as_echo_n "(cached) " >&6
6890else
6891 if test -n "$ac_ct_AR"; then
6892 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6893else
6894as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6895for as_dir in $PATH
6896do
6897 IFS=$as_save_IFS
6898 test -z "$as_dir" && as_dir=.
6899 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6901 ac_cv_prog_ac_ct_AR="ar"
6902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6903 break 2
6904 fi
6905done
6906 done
6907IFS=$as_save_IFS
6908
6909fi
6910fi
6911ac_ct_AR=$ac_cv_prog_ac_ct_AR
6912if test -n "$ac_ct_AR"; then
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6914$as_echo "$ac_ct_AR" >&6; }
6915else
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6917$as_echo "no" >&6; }
6918fi
6919
6920 if test "x$ac_ct_AR" = x; then
6921 AR="false"
6922 else
6923 case $cross_compiling:$ac_tool_warned in
6924yes:)
6925{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6926$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6927ac_tool_warned=yes ;;
6928esac
6929 AR=$ac_ct_AR
6930 fi
6931else
6932 AR="$ac_cv_prog_AR"
6933fi
6934
6935test -z "$AR" && AR=ar
6936test -z "$AR_FLAGS" && AR_FLAGS=cru
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948if test -n "$ac_tool_prefix"; then
6949 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6950set dummy ${ac_tool_prefix}strip; ac_word=$2
6951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6952$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6953if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6954 $as_echo_n "(cached) " >&6
6955else
6956 if test -n "$STRIP"; then
6957 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6958else
6959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6960for as_dir in $PATH
6961do
6962 IFS=$as_save_IFS
6963 test -z "$as_dir" && as_dir=.
6964 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6965 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6966 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6968 break 2
6969 fi
6970done
6971 done
6972IFS=$as_save_IFS
6973
6974fi
6975fi
6976STRIP=$ac_cv_prog_STRIP
6977if test -n "$STRIP"; then
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6979$as_echo "$STRIP" >&6; }
6980else
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6982$as_echo "no" >&6; }
6983fi
6984
6985
6986fi
6987if test -z "$ac_cv_prog_STRIP"; then
6988 ac_ct_STRIP=$STRIP
6989 # Extract the first word of "strip", so it can be a program name with args.
6990set dummy strip; ac_word=$2
6991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6992$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6993if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
6994 $as_echo_n "(cached) " >&6
6995else
6996 if test -n "$ac_ct_STRIP"; then
6997 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6998else
6999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7000for as_dir in $PATH
7001do
7002 IFS=$as_save_IFS
7003 test -z "$as_dir" && as_dir=.
7004 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7006 ac_cv_prog_ac_ct_STRIP="strip"
7007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7008 break 2
7009 fi
7010done
7011 done
7012IFS=$as_save_IFS
7013
7014fi
7015fi
7016ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7017if test -n "$ac_ct_STRIP"; then
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7019$as_echo "$ac_ct_STRIP" >&6; }
7020else
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7022$as_echo "no" >&6; }
7023fi
7024
7025 if test "x$ac_ct_STRIP" = x; then
7026 STRIP=":"
7027 else
7028 case $cross_compiling:$ac_tool_warned in
7029yes:)
7030{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7031$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7032ac_tool_warned=yes ;;
7033esac
7034 STRIP=$ac_ct_STRIP
7035 fi
7036else
7037 STRIP="$ac_cv_prog_STRIP"
7038fi
7039
7040test -z "$STRIP" && STRIP=:
7041
7042
7043
7044
7045
7046
7047if test -n "$ac_tool_prefix"; then
7048 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7049set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7051$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7052if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7053 $as_echo_n "(cached) " >&6
7054else
7055 if test -n "$RANLIB"; then
7056 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7057else
7058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7059for as_dir in $PATH
7060do
7061 IFS=$as_save_IFS
7062 test -z "$as_dir" && as_dir=.
7063 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7065 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7067 break 2
7068 fi
7069done
7070 done
7071IFS=$as_save_IFS
7072
7073fi
7074fi
7075RANLIB=$ac_cv_prog_RANLIB
7076if test -n "$RANLIB"; then
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7078$as_echo "$RANLIB" >&6; }
7079else
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7081$as_echo "no" >&6; }
7082fi
7083
7084
7085fi
7086if test -z "$ac_cv_prog_RANLIB"; then
7087 ac_ct_RANLIB=$RANLIB
7088 # Extract the first word of "ranlib", so it can be a program name with args.
7089set dummy ranlib; ac_word=$2
7090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7091$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7092if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7093 $as_echo_n "(cached) " >&6
7094else
7095 if test -n "$ac_ct_RANLIB"; then
7096 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7097else
7098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7099for as_dir in $PATH
7100do
7101 IFS=$as_save_IFS
7102 test -z "$as_dir" && as_dir=.
7103 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7105 ac_cv_prog_ac_ct_RANLIB="ranlib"
7106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7107 break 2
7108 fi
7109done
7110 done
7111IFS=$as_save_IFS
7112
7113fi
7114fi
7115ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7116if test -n "$ac_ct_RANLIB"; then
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7118$as_echo "$ac_ct_RANLIB" >&6; }
7119else
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7121$as_echo "no" >&6; }
7122fi
7123
7124 if test "x$ac_ct_RANLIB" = x; then
7125 RANLIB=":"
7126 else
7127 case $cross_compiling:$ac_tool_warned in
7128yes:)
7129{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7130$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7131ac_tool_warned=yes ;;
7132esac
7133 RANLIB=$ac_ct_RANLIB
7134 fi
7135else
7136 RANLIB="$ac_cv_prog_RANLIB"
7137fi
7138
7139test -z "$RANLIB" && RANLIB=:
7140
7141
7142
7143
7144
7145
7146# Determine commands to create old-style static archives.
7147old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7148old_postinstall_cmds='chmod 644 $oldlib'
7149old_postuninstall_cmds=
7150
7151if test -n "$RANLIB"; then
7152 case $host_os in
7153 openbsd*)
7154 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7155 ;;
7156 *)
7157 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7158 ;;
7159 esac
7160 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7161fi
7162
7163case $host_os in
7164 darwin*)
7165 lock_old_archive_extraction=yes ;;
7166 *)
7167 lock_old_archive_extraction=no ;;
7168esac
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190for ac_prog in gawk mawk nawk awk
7191do
7192 # Extract the first word of "$ac_prog", so it can be a program name with args.
7193set dummy $ac_prog; ac_word=$2
7194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7195$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7196if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7197 $as_echo_n "(cached) " >&6
7198else
7199 if test -n "$AWK"; then
7200 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7201else
7202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7203for as_dir in $PATH
7204do
7205 IFS=$as_save_IFS
7206 test -z "$as_dir" && as_dir=.
7207 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7208 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7209 ac_cv_prog_AWK="$ac_prog"
7210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7211 break 2
7212 fi
7213done
7214 done
7215IFS=$as_save_IFS
7216
7217fi
7218fi
7219AWK=$ac_cv_prog_AWK
7220if test -n "$AWK"; then
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7222$as_echo "$AWK" >&6; }
7223else
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7225$as_echo "no" >&6; }
7226fi
7227
7228
7229 test -n "$AWK" && break
7230done
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250# If no C compiler was specified, use CC.
7251LTCC=${LTCC-"$CC"}
7252
7253# If no C compiler flags were specified, use CFLAGS.
7254LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7255
7256# Allow CC to be a program name with arguments.
7257compiler=$CC
7258
7259
7260# Check for command to grab the raw symbol name followed by C symbol from nm.
7261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7262$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7263if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7264 $as_echo_n "(cached) " >&6
7265else
7266
7267# These are sane defaults that work on at least a few old systems.
7268# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7269
7270# Character class describing NM global symbol codes.
7271symcode='[BCDEGRST]'
7272
7273# Regexp to match symbols that can be accessed directly from C.
7274sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7275
7276# Define system-specific variables.
7277case $host_os in
7278aix*)
7279 symcode='[BCDT]'
7280 ;;
7281cygwin* | mingw* | pw32* | cegcc*)
7282 symcode='[ABCDGISTW]'
7283 ;;
7284hpux*)
7285 if test "$host_cpu" = ia64; then
7286 symcode='[ABCDEGRST]'
7287 fi
7288 ;;
7289irix* | nonstopux*)
7290 symcode='[BCDEGRST]'
7291 ;;
7292osf*)
7293 symcode='[BCDEGQRST]'
7294 ;;
7295solaris*)
7296 symcode='[BDRT]'
7297 ;;
7298sco3.2v5*)
7299 symcode='[DT]'
7300 ;;
7301sysv4.2uw2*)
7302 symcode='[DT]'
7303 ;;
7304sysv5* | sco5v6* | unixware* | OpenUNIX*)
7305 symcode='[ABDT]'
7306 ;;
7307sysv4)
7308 symcode='[DFNSTU]'
7309 ;;
7310esac
7311
7312# If we're using GNU nm, then use its standard symbol codes.
7313case `$NM -V 2>&1` in
7314*GNU* | *'with BFD'*)
7315 symcode='[ABCDGIRSTW]' ;;
7316esac
7317
7318# Transform an extracted symbol line into a proper C declaration.
7319# Some systems (esp. on ia64) link data and code symbols differently,
7320# so use this general approach.
7321lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7322
7323# Transform an extracted symbol line into symbol name and symbol address
7324lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7325lt_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'"
7326
7327# Handle CRLF in mingw tool chain
7328opt_cr=
7329case $build_os in
7330mingw*)
7331 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7332 ;;
7333esac
7334
7335# Try without a prefix underscore, then with it.
7336for ac_symprfx in "" "_"; do
7337
7338 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7339 symxfrm="\\1 $ac_symprfx\\2 \\2"
7340
7341 # Write the raw and C identifiers.
7342 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7343 # Fake it for dumpbin and say T for any non-static function
7344 # and D for any global variable.
7345 # Also find C++ and __fastcall symbols from MSVC++,
7346 # which start with @ or ?.
7347 lt_cv_sys_global_symbol_pipe="$AWK '"\
7348" {last_section=section; section=\$ 3};"\
7349" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7350" \$ 0!~/External *\|/{next};"\
7351" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7352" {if(hide[section]) next};"\
7353" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7354" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7355" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7356" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7357" ' prfx=^$ac_symprfx"
7358 else
7359 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7360 fi
7361
7362 # Check to see that the pipe works correctly.
7363 pipe_works=no
7364
7365 rm -f conftest*
7366 cat > conftest.$ac_ext <<_LT_EOF
7367#ifdef __cplusplus
7368extern "C" {
7369#endif
7370char nm_test_var;
7371void nm_test_func(void);
7372void nm_test_func(void){}
7373#ifdef __cplusplus
7374}
7375#endif
7376int main(){nm_test_var='a';nm_test_func();return(0);}
7377_LT_EOF
7378
7379 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7380 (eval $ac_compile) 2>&5
7381 ac_status=$?
7382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7383 test $ac_status = 0; }; then
7384 # Now try to grab the symbols.
7385 nlist=conftest.nm
7386 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7387 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7388 ac_status=$?
7389 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7390 test $ac_status = 0; } && test -s "$nlist"; then
7391 # Try sorting and uniquifying the output.
7392 if sort "$nlist" | uniq > "$nlist"T; then
7393 mv -f "$nlist"T "$nlist"
7394 else
7395 rm -f "$nlist"T
7396 fi
7397
7398 # Make sure that we snagged all the symbols we need.
7399 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7400 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7401 cat <<_LT_EOF > conftest.$ac_ext
7402#ifdef __cplusplus
7403extern "C" {
7404#endif
7405
7406_LT_EOF
7407 # Now generate the symbol file.
7408 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7409
7410 cat <<_LT_EOF >> conftest.$ac_ext
7411
7412/* The mapping between symbol names and symbols. */
7413const struct {
7414 const char *name;
7415 void *address;
7416}
7417lt__PROGRAM__LTX_preloaded_symbols[] =
7418{
7419 { "@PROGRAM@", (void *) 0 },
7420_LT_EOF
7421 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7422 cat <<\_LT_EOF >> conftest.$ac_ext
7423 {0, (void *) 0}
7424};
7425
7426/* This works around a problem in FreeBSD linker */
7427#ifdef FREEBSD_WORKAROUND
7428static const void *lt_preloaded_setup() {
7429 return lt__PROGRAM__LTX_preloaded_symbols;
7430}
7431#endif
7432
7433#ifdef __cplusplus
7434}
7435#endif
7436_LT_EOF
7437 # Now try linking the two files.
7438 mv conftest.$ac_objext conftstm.$ac_objext
7439 lt_save_LIBS="$LIBS"
7440 lt_save_CFLAGS="$CFLAGS"
7441 LIBS="conftstm.$ac_objext"
7442 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7443 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7444 (eval $ac_link) 2>&5
7445 ac_status=$?
7446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7447 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7448 pipe_works=yes
7449 fi
7450 LIBS="$lt_save_LIBS"
7451 CFLAGS="$lt_save_CFLAGS"
7452 else
7453 echo "cannot find nm_test_func in $nlist" >&5
7454 fi
7455 else
7456 echo "cannot find nm_test_var in $nlist" >&5
7457 fi
7458 else
7459 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7460 fi
7461 else
7462 echo "$progname: failed program was:" >&5
7463 cat conftest.$ac_ext >&5
7464 fi
7465 rm -rf conftest* conftst*
7466
7467 # Do not use the global_symbol_pipe unless it works.
7468 if test "$pipe_works" = yes; then
7469 break
7470 else
7471 lt_cv_sys_global_symbol_pipe=
7472 fi
7473done
7474
7475fi
7476
7477if test -z "$lt_cv_sys_global_symbol_pipe"; then
7478 lt_cv_sys_global_symbol_to_cdecl=
7479fi
7480if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7482$as_echo "failed" >&6; }
7483else
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7485$as_echo "ok" >&6; }
7486fi
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509# Check whether --enable-libtool-lock was given.
7510if test "${enable_libtool_lock+set}" = set; then :
7511 enableval=$enable_libtool_lock;
7512fi
7513
7514test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7515
7516# Some flags need to be propagated to the compiler or linker for good
7517# libtool support.
7518case $host in
7519ia64-*-hpux*)
7520 # Find out which ABI we are using.
7521 echo 'int i;' > conftest.$ac_ext
7522 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7523 (eval $ac_compile) 2>&5
7524 ac_status=$?
7525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7526 test $ac_status = 0; }; then
7527 case `/usr/bin/file conftest.$ac_objext` in
7528 *ELF-32*)
7529 HPUX_IA64_MODE="32"
7530 ;;
7531 *ELF-64*)
7532 HPUX_IA64_MODE="64"
7533 ;;
7534 esac
7535 fi
7536 rm -rf conftest*
7537 ;;
7538*-*-irix6*)
7539 # Find out which ABI we are using.
7540 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7541 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7542 (eval $ac_compile) 2>&5
7543 ac_status=$?
7544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7545 test $ac_status = 0; }; then
7546 if test "$lt_cv_prog_gnu_ld" = yes; then
7547 case `/usr/bin/file conftest.$ac_objext` in
7548 *32-bit*)
7549 LD="${LD-ld} -melf32bsmip"
7550 ;;
7551 *N32*)
7552 LD="${LD-ld} -melf32bmipn32"
7553 ;;
7554 *64-bit*)
7555 LD="${LD-ld} -melf64bmip"
7556 ;;
7557 esac
7558 else
7559 case `/usr/bin/file conftest.$ac_objext` in
7560 *32-bit*)
7561 LD="${LD-ld} -32"
7562 ;;
7563 *N32*)
7564 LD="${LD-ld} -n32"
7565 ;;
7566 *64-bit*)
7567 LD="${LD-ld} -64"
7568 ;;
7569 esac
7570 fi
7571 fi
7572 rm -rf conftest*
7573 ;;
7574
bf3d9781 7575x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7576s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7577 # Find out which ABI we are using.
7578 echo 'int i;' > conftest.$ac_ext
7579 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7580 (eval $ac_compile) 2>&5
7581 ac_status=$?
7582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7583 test $ac_status = 0; }; then
7584 case `/usr/bin/file conftest.o` in
7585 *32-bit*)
7586 case $host in
7587 x86_64-*kfreebsd*-gnu)
7588 LD="${LD-ld} -m elf_i386_fbsd"
7589 ;;
7590 x86_64-*linux*)
7591 case `/usr/bin/file conftest.o` in
7592 *x86-64*)
7593 LD="${LD-ld} -m elf32_x86_64"
7594 ;;
7595 *)
7596 LD="${LD-ld} -m elf_i386"
7597 ;;
7598 esac
7599 ;;
bf3d9781
AM
7600 powerpc64le-*linux*)
7601 LD="${LD-ld} -m elf32lppclinux"
7602 ;;
7603 powerpc64-*linux*)
6bb11ab3
L
7604 LD="${LD-ld} -m elf32ppclinux"
7605 ;;
7606 s390x-*linux*)
7607 LD="${LD-ld} -m elf_s390"
7608 ;;
7609 sparc64-*linux*)
7610 LD="${LD-ld} -m elf32_sparc"
7611 ;;
7612 esac
7613 ;;
7614 *64-bit*)
7615 case $host in
7616 x86_64-*kfreebsd*-gnu)
7617 LD="${LD-ld} -m elf_x86_64_fbsd"
7618 ;;
7619 x86_64-*linux*)
7620 LD="${LD-ld} -m elf_x86_64"
7621 ;;
bf3d9781
AM
7622 powerpcle-*linux*)
7623 LD="${LD-ld} -m elf64lppc"
7624 ;;
7625 powerpc-*linux*)
6bb11ab3
L
7626 LD="${LD-ld} -m elf64ppc"
7627 ;;
7628 s390*-*linux*|s390*-*tpf*)
7629 LD="${LD-ld} -m elf64_s390"
7630 ;;
7631 sparc*-*linux*)
7632 LD="${LD-ld} -m elf64_sparc"
7633 ;;
7634 esac
7635 ;;
7636 esac
7637 fi
7638 rm -rf conftest*
7639 ;;
7640
7641*-*-sco3.2v5*)
7642 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7643 SAVE_CFLAGS="$CFLAGS"
7644 CFLAGS="$CFLAGS -belf"
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7646$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7647if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7648 $as_echo_n "(cached) " >&6
7649else
7650 ac_ext=c
7651ac_cpp='$CPP $CPPFLAGS'
7652ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7653ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7654ac_compiler_gnu=$ac_cv_c_compiler_gnu
7655
7656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7657/* end confdefs.h. */
7658
7659int
7660main ()
7661{
7662
7663 ;
7664 return 0;
7665}
7666_ACEOF
7667if ac_fn_c_try_link "$LINENO"; then :
7668 lt_cv_cc_needs_belf=yes
7669else
7670 lt_cv_cc_needs_belf=no
7671fi
7672rm -f core conftest.err conftest.$ac_objext \
7673 conftest$ac_exeext conftest.$ac_ext
7674 ac_ext=c
7675ac_cpp='$CPP $CPPFLAGS'
7676ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7677ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7678ac_compiler_gnu=$ac_cv_c_compiler_gnu
7679
7680fi
7681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7682$as_echo "$lt_cv_cc_needs_belf" >&6; }
7683 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7684 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7685 CFLAGS="$SAVE_CFLAGS"
7686 fi
7687 ;;
7688sparc*-*solaris*)
7689 # Find out which ABI we are using.
7690 echo 'int i;' > conftest.$ac_ext
7691 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7692 (eval $ac_compile) 2>&5
7693 ac_status=$?
7694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7695 test $ac_status = 0; }; then
7696 case `/usr/bin/file conftest.o` in
7697 *64-bit*)
7698 case $lt_cv_prog_gnu_ld in
7699 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7700 *)
7701 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7702 LD="${LD-ld} -64"
7703 fi
7704 ;;
7705 esac
7706 ;;
7707 esac
7708 fi
7709 rm -rf conftest*
7710 ;;
7711esac
7712
7713need_locks="$enable_libtool_lock"
7714
7715
7716 case $host_os in
7717 rhapsody* | darwin*)
7718 if test -n "$ac_tool_prefix"; then
7719 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7720set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7722$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7723if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7724 $as_echo_n "(cached) " >&6
7725else
7726 if test -n "$DSYMUTIL"; then
7727 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7728else
7729as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7730for as_dir in $PATH
7731do
7732 IFS=$as_save_IFS
7733 test -z "$as_dir" && as_dir=.
7734 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7735 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7736 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7738 break 2
7739 fi
7740done
7741 done
7742IFS=$as_save_IFS
7743
7744fi
7745fi
7746DSYMUTIL=$ac_cv_prog_DSYMUTIL
7747if test -n "$DSYMUTIL"; then
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7749$as_echo "$DSYMUTIL" >&6; }
7750else
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7752$as_echo "no" >&6; }
7753fi
7754
7755
7756fi
7757if test -z "$ac_cv_prog_DSYMUTIL"; then
7758 ac_ct_DSYMUTIL=$DSYMUTIL
7759 # Extract the first word of "dsymutil", so it can be a program name with args.
7760set dummy dsymutil; ac_word=$2
7761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7762$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7763if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7764 $as_echo_n "(cached) " >&6
7765else
7766 if test -n "$ac_ct_DSYMUTIL"; then
7767 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7768else
7769as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7770for as_dir in $PATH
7771do
7772 IFS=$as_save_IFS
7773 test -z "$as_dir" && as_dir=.
7774 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7776 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7778 break 2
7779 fi
7780done
7781 done
7782IFS=$as_save_IFS
7783
7784fi
7785fi
7786ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7787if test -n "$ac_ct_DSYMUTIL"; then
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7789$as_echo "$ac_ct_DSYMUTIL" >&6; }
7790else
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7792$as_echo "no" >&6; }
7793fi
7794
7795 if test "x$ac_ct_DSYMUTIL" = x; then
7796 DSYMUTIL=":"
7797 else
7798 case $cross_compiling:$ac_tool_warned in
7799yes:)
7800{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7801$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7802ac_tool_warned=yes ;;
7803esac
7804 DSYMUTIL=$ac_ct_DSYMUTIL
7805 fi
7806else
7807 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7808fi
7809
7810 if test -n "$ac_tool_prefix"; then
7811 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7812set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7814$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7815if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7816 $as_echo_n "(cached) " >&6
7817else
7818 if test -n "$NMEDIT"; then
7819 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7820else
7821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7822for as_dir in $PATH
7823do
7824 IFS=$as_save_IFS
7825 test -z "$as_dir" && as_dir=.
7826 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7828 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7830 break 2
7831 fi
7832done
7833 done
7834IFS=$as_save_IFS
7835
7836fi
7837fi
7838NMEDIT=$ac_cv_prog_NMEDIT
7839if test -n "$NMEDIT"; then
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7841$as_echo "$NMEDIT" >&6; }
7842else
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7844$as_echo "no" >&6; }
7845fi
7846
7847
7848fi
7849if test -z "$ac_cv_prog_NMEDIT"; then
7850 ac_ct_NMEDIT=$NMEDIT
7851 # Extract the first word of "nmedit", so it can be a program name with args.
7852set dummy nmedit; ac_word=$2
7853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7854$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7855if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7856 $as_echo_n "(cached) " >&6
7857else
7858 if test -n "$ac_ct_NMEDIT"; then
7859 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7860else
7861as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7862for as_dir in $PATH
7863do
7864 IFS=$as_save_IFS
7865 test -z "$as_dir" && as_dir=.
7866 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7867 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7868 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7870 break 2
7871 fi
7872done
7873 done
7874IFS=$as_save_IFS
7875
7876fi
7877fi
7878ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7879if test -n "$ac_ct_NMEDIT"; then
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7881$as_echo "$ac_ct_NMEDIT" >&6; }
7882else
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7884$as_echo "no" >&6; }
7885fi
7886
7887 if test "x$ac_ct_NMEDIT" = x; then
7888 NMEDIT=":"
7889 else
7890 case $cross_compiling:$ac_tool_warned in
7891yes:)
7892{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7893$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7894ac_tool_warned=yes ;;
7895esac
7896 NMEDIT=$ac_ct_NMEDIT
7897 fi
7898else
7899 NMEDIT="$ac_cv_prog_NMEDIT"
7900fi
7901
7902 if test -n "$ac_tool_prefix"; then
7903 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7904set dummy ${ac_tool_prefix}lipo; ac_word=$2
7905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7906$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7907if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7908 $as_echo_n "(cached) " >&6
7909else
7910 if test -n "$LIPO"; then
7911 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7912else
7913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7914for as_dir in $PATH
7915do
7916 IFS=$as_save_IFS
7917 test -z "$as_dir" && as_dir=.
7918 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7920 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7922 break 2
7923 fi
7924done
7925 done
7926IFS=$as_save_IFS
7927
7928fi
7929fi
7930LIPO=$ac_cv_prog_LIPO
7931if test -n "$LIPO"; then
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7933$as_echo "$LIPO" >&6; }
7934else
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7936$as_echo "no" >&6; }
7937fi
7938
7939
7940fi
7941if test -z "$ac_cv_prog_LIPO"; then
7942 ac_ct_LIPO=$LIPO
7943 # Extract the first word of "lipo", so it can be a program name with args.
7944set dummy lipo; ac_word=$2
7945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7946$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7947if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7948 $as_echo_n "(cached) " >&6
7949else
7950 if test -n "$ac_ct_LIPO"; then
7951 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7952else
7953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7954for as_dir in $PATH
7955do
7956 IFS=$as_save_IFS
7957 test -z "$as_dir" && as_dir=.
7958 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7960 ac_cv_prog_ac_ct_LIPO="lipo"
7961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7962 break 2
7963 fi
7964done
7965 done
7966IFS=$as_save_IFS
7967
7968fi
7969fi
7970ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7971if test -n "$ac_ct_LIPO"; then
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7973$as_echo "$ac_ct_LIPO" >&6; }
7974else
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7976$as_echo "no" >&6; }
7977fi
7978
7979 if test "x$ac_ct_LIPO" = x; then
7980 LIPO=":"
7981 else
7982 case $cross_compiling:$ac_tool_warned in
7983yes:)
7984{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7985$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7986ac_tool_warned=yes ;;
7987esac
7988 LIPO=$ac_ct_LIPO
7989 fi
7990else
7991 LIPO="$ac_cv_prog_LIPO"
7992fi
7993
7994 if test -n "$ac_tool_prefix"; then
7995 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7996set dummy ${ac_tool_prefix}otool; ac_word=$2
7997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7998$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7999if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
8000 $as_echo_n "(cached) " >&6
8001else
8002 if test -n "$OTOOL"; then
8003 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8004else
8005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8006for as_dir in $PATH
8007do
8008 IFS=$as_save_IFS
8009 test -z "$as_dir" && as_dir=.
8010 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8012 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8014 break 2
8015 fi
8016done
8017 done
8018IFS=$as_save_IFS
8019
8020fi
8021fi
8022OTOOL=$ac_cv_prog_OTOOL
8023if test -n "$OTOOL"; then
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8025$as_echo "$OTOOL" >&6; }
8026else
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8028$as_echo "no" >&6; }
8029fi
8030
8031
8032fi
8033if test -z "$ac_cv_prog_OTOOL"; then
8034 ac_ct_OTOOL=$OTOOL
8035 # Extract the first word of "otool", so it can be a program name with args.
8036set dummy otool; ac_word=$2
8037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8038$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8039if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
8040 $as_echo_n "(cached) " >&6
8041else
8042 if test -n "$ac_ct_OTOOL"; then
8043 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8044else
8045as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8046for as_dir in $PATH
8047do
8048 IFS=$as_save_IFS
8049 test -z "$as_dir" && as_dir=.
8050 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8051 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8052 ac_cv_prog_ac_ct_OTOOL="otool"
8053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8054 break 2
8055 fi
8056done
8057 done
8058IFS=$as_save_IFS
8059
8060fi
8061fi
8062ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8063if test -n "$ac_ct_OTOOL"; then
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8065$as_echo "$ac_ct_OTOOL" >&6; }
8066else
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8068$as_echo "no" >&6; }
8069fi
8070
8071 if test "x$ac_ct_OTOOL" = x; then
8072 OTOOL=":"
8073 else
8074 case $cross_compiling:$ac_tool_warned in
8075yes:)
8076{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8077$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8078ac_tool_warned=yes ;;
8079esac
8080 OTOOL=$ac_ct_OTOOL
8081 fi
8082else
8083 OTOOL="$ac_cv_prog_OTOOL"
8084fi
8085
8086 if test -n "$ac_tool_prefix"; then
8087 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8088set dummy ${ac_tool_prefix}otool64; ac_word=$2
8089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8090$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8091if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8092 $as_echo_n "(cached) " >&6
8093else
8094 if test -n "$OTOOL64"; then
8095 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8096else
8097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8098for as_dir in $PATH
8099do
8100 IFS=$as_save_IFS
8101 test -z "$as_dir" && as_dir=.
8102 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8104 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8106 break 2
8107 fi
8108done
8109 done
8110IFS=$as_save_IFS
8111
8112fi
8113fi
8114OTOOL64=$ac_cv_prog_OTOOL64
8115if test -n "$OTOOL64"; then
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8117$as_echo "$OTOOL64" >&6; }
8118else
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8120$as_echo "no" >&6; }
8121fi
8122
8123
8124fi
8125if test -z "$ac_cv_prog_OTOOL64"; then
8126 ac_ct_OTOOL64=$OTOOL64
8127 # Extract the first word of "otool64", so it can be a program name with args.
8128set dummy otool64; ac_word=$2
8129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8130$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8131if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8132 $as_echo_n "(cached) " >&6
8133else
8134 if test -n "$ac_ct_OTOOL64"; then
8135 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8136else
8137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8138for as_dir in $PATH
8139do
8140 IFS=$as_save_IFS
8141 test -z "$as_dir" && as_dir=.
8142 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8144 ac_cv_prog_ac_ct_OTOOL64="otool64"
8145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8146 break 2
8147 fi
8148done
8149 done
8150IFS=$as_save_IFS
8151
8152fi
8153fi
8154ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8155if test -n "$ac_ct_OTOOL64"; then
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8157$as_echo "$ac_ct_OTOOL64" >&6; }
8158else
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8160$as_echo "no" >&6; }
8161fi
8162
8163 if test "x$ac_ct_OTOOL64" = x; then
8164 OTOOL64=":"
8165 else
8166 case $cross_compiling:$ac_tool_warned in
8167yes:)
8168{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8169$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8170ac_tool_warned=yes ;;
8171esac
8172 OTOOL64=$ac_ct_OTOOL64
8173 fi
8174else
8175 OTOOL64="$ac_cv_prog_OTOOL64"
8176fi
8177
8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8205$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8206if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8207 $as_echo_n "(cached) " >&6
8208else
8209 lt_cv_apple_cc_single_mod=no
8210 if test -z "${LT_MULTI_MODULE}"; then
8211 # By default we will add the -single_module flag. You can override
8212 # by either setting the environment variable LT_MULTI_MODULE
8213 # non-empty at configure time, or by adding -multi_module to the
8214 # link flags.
8215 rm -rf libconftest.dylib*
8216 echo "int foo(void){return 1;}" > conftest.c
8217 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8218-dynamiclib -Wl,-single_module conftest.c" >&5
8219 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8220 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8221 _lt_result=$?
8222 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8223 lt_cv_apple_cc_single_mod=yes
8224 else
8225 cat conftest.err >&5
8226 fi
8227 rm -rf libconftest.dylib*
8228 rm -f conftest.*
8229 fi
8230fi
8231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8232$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8234$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8235if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8236 $as_echo_n "(cached) " >&6
8237else
8238 lt_cv_ld_exported_symbols_list=no
8239 save_LDFLAGS=$LDFLAGS
8240 echo "_main" > conftest.sym
8241 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8243/* end confdefs.h. */
8244
8245int
8246main ()
8247{
8248
8249 ;
8250 return 0;
8251}
8252_ACEOF
8253if ac_fn_c_try_link "$LINENO"; then :
8254 lt_cv_ld_exported_symbols_list=yes
8255else
8256 lt_cv_ld_exported_symbols_list=no
8257fi
8258rm -f core conftest.err conftest.$ac_objext \
8259 conftest$ac_exeext conftest.$ac_ext
8260 LDFLAGS="$save_LDFLAGS"
8261
8262fi
8263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8264$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8266$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8267if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8268 $as_echo_n "(cached) " >&6
8269else
8270 lt_cv_ld_force_load=no
8271 cat > conftest.c << _LT_EOF
8272int forced_loaded() { return 2;}
8273_LT_EOF
8274 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8275 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8276 echo "$AR cru libconftest.a conftest.o" >&5
8277 $AR cru libconftest.a conftest.o 2>&5
8278 cat > conftest.c << _LT_EOF
8279int main() { return 0;}
8280_LT_EOF
8281 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8282 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8283 _lt_result=$?
8284 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8285 lt_cv_ld_force_load=yes
8286 else
8287 cat conftest.err >&5
8288 fi
8289 rm -f conftest.err libconftest.a conftest conftest.c
8290 rm -rf conftest.dSYM
8291
8292fi
8293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8294$as_echo "$lt_cv_ld_force_load" >&6; }
8295 case $host_os in
8296 rhapsody* | darwin1.[012])
8297 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8298 darwin1.*)
8299 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8300 darwin*) # darwin 5.x on
8301 # if running on 10.5 or later, the deployment target defaults
8302 # to the OS version, if on x86, and 10.4, the deployment
8303 # target defaults to 10.4. Don't you love it?
8304 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8305 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8306 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8307 10.[012][,.]*)
6bb11ab3
L
8308 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8309 10.*)
8310 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8311 esac
8312 ;;
8313 esac
8314 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8315 _lt_dar_single_mod='$single_module'
8316 fi
8317 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8318 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8319 else
8320 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8321 fi
8322 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8323 _lt_dsymutil='~$DSYMUTIL $lib || :'
8324 else
8325 _lt_dsymutil=
8326 fi
8327 ;;
8328 esac
8329
8330for ac_header in dlfcn.h
8331do :
8332 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8333"
d0ac1c44 8334if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8335 cat >>confdefs.h <<_ACEOF
8336#define HAVE_DLFCN_H 1
8337_ACEOF
8338
8339fi
8340
8341done
8342
8343
8344
8345# autoconf.info says this should be called right after AC_INIT.
8346ac_config_headers="$ac_config_headers config.h:config.in"
8347
8348
8349
0cb8d851
MF
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8351$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8352if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8353 $as_echo_n "(cached) " >&6
8354else
8355 ac_cv_c_bigendian=unknown
8356 # See if we're dealing with a universal compiler.
8357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8358/* end confdefs.h. */
8359#ifndef __APPLE_CC__
8360 not a universal capable compiler
8361 #endif
8362 typedef int dummy;
8363
8364_ACEOF
8365if ac_fn_c_try_compile "$LINENO"; then :
8366
8367 # Check for potential -arch flags. It is not universal unless
8368 # there are at least two -arch flags with different values.
8369 ac_arch=
8370 ac_prev=
8371 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8372 if test -n "$ac_prev"; then
8373 case $ac_word in
8374 i?86 | x86_64 | ppc | ppc64)
8375 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8376 ac_arch=$ac_word
8377 else
8378 ac_cv_c_bigendian=universal
8379 break
8380 fi
8381 ;;
8382 esac
8383 ac_prev=
8384 elif test "x$ac_word" = "x-arch"; then
8385 ac_prev=arch
8386 fi
8387 done
8388fi
8389rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8390 if test $ac_cv_c_bigendian = unknown; then
8391 # See if sys/param.h defines the BYTE_ORDER macro.
8392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8393/* end confdefs.h. */
8394#include <sys/types.h>
8395 #include <sys/param.h>
8396
8397int
8398main ()
8399{
8400#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8401 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8402 && LITTLE_ENDIAN)
8403 bogus endian macros
8404 #endif
8405
8406 ;
8407 return 0;
8408}
8409_ACEOF
8410if ac_fn_c_try_compile "$LINENO"; then :
8411 # It does; now see whether it defined to BIG_ENDIAN or not.
8412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8413/* end confdefs.h. */
8414#include <sys/types.h>
8415 #include <sys/param.h>
8416
8417int
8418main ()
8419{
8420#if BYTE_ORDER != BIG_ENDIAN
8421 not big endian
8422 #endif
8423
8424 ;
8425 return 0;
8426}
8427_ACEOF
8428if ac_fn_c_try_compile "$LINENO"; then :
8429 ac_cv_c_bigendian=yes
8430else
8431 ac_cv_c_bigendian=no
8432fi
8433rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8434fi
8435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8436 fi
8437 if test $ac_cv_c_bigendian = unknown; then
8438 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8440/* end confdefs.h. */
8441#include <limits.h>
8442
8443int
8444main ()
8445{
8446#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8447 bogus endian macros
8448 #endif
8449
8450 ;
8451 return 0;
8452}
8453_ACEOF
8454if ac_fn_c_try_compile "$LINENO"; then :
8455 # It does; now see whether it defined to _BIG_ENDIAN or not.
8456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8457/* end confdefs.h. */
8458#include <limits.h>
8459
8460int
8461main ()
8462{
8463#ifndef _BIG_ENDIAN
8464 not big endian
8465 #endif
8466
8467 ;
8468 return 0;
8469}
8470_ACEOF
8471if ac_fn_c_try_compile "$LINENO"; then :
8472 ac_cv_c_bigendian=yes
8473else
8474 ac_cv_c_bigendian=no
8475fi
8476rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8477fi
8478rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8479 fi
8480 if test $ac_cv_c_bigendian = unknown; then
8481 # Compile a test program.
8482 if test "$cross_compiling" = yes; then :
8483 # Try to guess by grepping values from an object file.
8484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485/* end confdefs.h. */
8486short int ascii_mm[] =
8487 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8488 short int ascii_ii[] =
8489 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8490 int use_ascii (int i) {
8491 return ascii_mm[i] + ascii_ii[i];
8492 }
8493 short int ebcdic_ii[] =
8494 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8495 short int ebcdic_mm[] =
8496 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8497 int use_ebcdic (int i) {
8498 return ebcdic_mm[i] + ebcdic_ii[i];
8499 }
8500 extern int foo;
8501
8502int
8503main ()
8504{
8505return use_ascii (foo) == use_ebcdic (foo);
8506 ;
8507 return 0;
8508}
8509_ACEOF
8510if ac_fn_c_try_compile "$LINENO"; then :
8511 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8512 ac_cv_c_bigendian=yes
8513 fi
8514 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8515 if test "$ac_cv_c_bigendian" = unknown; then
8516 ac_cv_c_bigendian=no
8517 else
8518 # finding both strings is unlikely to happen, but who knows?
8519 ac_cv_c_bigendian=unknown
8520 fi
8521 fi
8522fi
8523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8524else
8525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8526/* end confdefs.h. */
8527$ac_includes_default
8528int
8529main ()
8530{
8531
8532 /* Are we little or big endian? From Harbison&Steele. */
8533 union
8534 {
8535 long int l;
8536 char c[sizeof (long int)];
8537 } u;
8538 u.l = 1;
8539 return u.c[sizeof (long int) - 1] == 1;
8540
8541 ;
8542 return 0;
8543}
8544_ACEOF
8545if ac_fn_c_try_run "$LINENO"; then :
8546 ac_cv_c_bigendian=no
8547else
8548 ac_cv_c_bigendian=yes
8549fi
8550rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8551 conftest.$ac_objext conftest.beam conftest.$ac_ext
8552fi
8553
8554 fi
8555fi
8556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8557$as_echo "$ac_cv_c_bigendian" >&6; }
8558 case $ac_cv_c_bigendian in #(
8559 yes)
8560 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8561;; #(
8562 no)
8563 ;; #(
8564 universal)
8565
8566$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8567
8568 ;; #(
8569 *)
d0ac1c44 8570 as_fn_error $? "unknown endianness
0cb8d851
MF
8571 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8572 esac
8573
6bb11ab3
L
8574
8575
8576
8577# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8578if test -z "$CC_FOR_BUILD"; then
8579 if test "x$cross_compiling" = "xno"; then
8580 CC_FOR_BUILD='$(CC)'
8581 else
8582 CC_FOR_BUILD=gcc
8583 fi
6bb11ab3
L
8584fi
8585
8586
8587
8588
8589AR=${AR-ar}
8590
8591if test -n "$ac_tool_prefix"; then
8592 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8593set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8595$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8596if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8597 $as_echo_n "(cached) " >&6
8598else
8599 if test -n "$RANLIB"; then
8600 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8601else
8602as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8603for as_dir in $PATH
8604do
8605 IFS=$as_save_IFS
8606 test -z "$as_dir" && as_dir=.
8607 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8608 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8609 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8611 break 2
8612 fi
8613done
8614 done
8615IFS=$as_save_IFS
8616
8617fi
8618fi
8619RANLIB=$ac_cv_prog_RANLIB
8620if test -n "$RANLIB"; then
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8622$as_echo "$RANLIB" >&6; }
8623else
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8625$as_echo "no" >&6; }
8626fi
8627
8628
8629fi
8630if test -z "$ac_cv_prog_RANLIB"; then
8631 ac_ct_RANLIB=$RANLIB
8632 # Extract the first word of "ranlib", so it can be a program name with args.
8633set dummy ranlib; ac_word=$2
8634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8635$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8636if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8637 $as_echo_n "(cached) " >&6
8638else
8639 if test -n "$ac_ct_RANLIB"; then
8640 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8641else
8642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8643for as_dir in $PATH
8644do
8645 IFS=$as_save_IFS
8646 test -z "$as_dir" && as_dir=.
8647 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8648 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8649 ac_cv_prog_ac_ct_RANLIB="ranlib"
8650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8651 break 2
8652 fi
8653done
8654 done
8655IFS=$as_save_IFS
8656
8657fi
8658fi
8659ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8660if test -n "$ac_ct_RANLIB"; then
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8662$as_echo "$ac_ct_RANLIB" >&6; }
8663else
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8665$as_echo "no" >&6; }
8666fi
8667
8668 if test "x$ac_ct_RANLIB" = x; then
8669 RANLIB=":"
8670 else
8671 case $cross_compiling:$ac_tool_warned in
8672yes:)
8673{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8674$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8675ac_tool_warned=yes ;;
8676esac
8677 RANLIB=$ac_ct_RANLIB
8678 fi
8679else
8680 RANLIB="$ac_cv_prog_RANLIB"
8681fi
8682
8683
46f900c0
MF
8684# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8685# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8686# is C99. So handle it ourselves.
8687:
8688C_DIALECT=
8689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8690$as_echo_n "checking whether C11 is supported by default... " >&6; }
8691cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8692/* end confdefs.h. */
8693
8694#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8695# error "C11 support not found"
8696#endif
8697
8698_ACEOF
8699if ac_fn_c_try_compile "$LINENO"; then :
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8701$as_echo "yes" >&6; }
8702else
8703
8704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8705$as_echo "no" >&6; }
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8707$as_echo_n "checking for -std=c11 support... " >&6; }
8708 ac_save_CC="$CC"
8709 CC="$CC -std=c11"
8710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8711/* end confdefs.h. */
8712
8713#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8714# error "C11 support not found"
8715#endif
8716
8717_ACEOF
8718if ac_fn_c_try_compile "$LINENO"; then :
8719
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8721$as_echo "yes" >&6; }
8722 CC="$ac_save_CC"
8723 C_DIALECT="-std=c11"
8724
8725else
8726 as_fn_error $? "C11 is required" "$LINENO" 5
8727fi
8728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8729fi
8730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8731
8732
6bb11ab3
L
8733# Some of the common include files depend on bfd.h, and bfd.h checks
8734# that config.h is included first by testing that the PACKAGE macro
8735# is defined.
8736PACKAGE=sim
8737
8738cat >>confdefs.h <<_ACEOF
8739#define PACKAGE "$PACKAGE"
8740_ACEOF
8741
8742
8743
8744# Dependency checking.
8745ac_config_commands="$ac_config_commands depdir"
8746
8747
8748depcc="$CC" am_compiler_list=
8749
8750am_depcomp=$ac_aux_dir/depcomp
8751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8752$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8753if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8754 $as_echo_n "(cached) " >&6
8755else
8756 if test -f "$am_depcomp"; then
8757 # We make a subdir and do the tests there. Otherwise we can end up
8758 # making bogus files that we don't know about and never remove. For
8759 # instance it was reported that on HP-UX the gcc test will end up
8760 # making a dummy file named `D' -- because `-MD' means `put the output
8761 # in D'.
8762 mkdir conftest.dir
8763 # Copy depcomp to subdir because otherwise we won't find it if we're
8764 # using a relative directory.
8765 cp "$am_depcomp" conftest.dir
8766 cd conftest.dir
8767 # We will build objects and dependencies in a subdirectory because
8768 # it helps to detect inapplicable dependency modes. For instance
8769 # both Tru64's cc and ICC support -MD to output dependencies as a
8770 # side effect of compilation, but ICC will put the dependencies in
8771 # the current directory while Tru64 will put them in the object
8772 # directory.
8773 mkdir sub
8774
8775 am_cv_CC_dependencies_compiler_type=none
8776 if test "$am_compiler_list" = ""; then
8777 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8778 fi
8779 for depmode in $am_compiler_list; do
8780 if test $depmode = none; then break; fi
8781
8782 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8783 # Setup a source with many dependencies, because some compilers
8784 # like to wrap large dependency lists on column 80 (with \), and
8785 # we should not choose a depcomp mode which is confused by this.
8786 #
8787 # We need to recreate these files for each test, as the compiler may
8788 # overwrite some of them when testing with obscure command lines.
8789 # This happens at least with the AIX C compiler.
8790 : > sub/conftest.c
8791 for i in 1 2 3 4 5 6; do
8792 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8793 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8794 # Solaris 8's {/usr,}/bin/sh.
8795 touch sub/conftst$i.h
8796 done
8797 echo "include sub/conftest.Po" > confmf
8798
8799 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8800 # mode. It turns out that the SunPro C++ compiler does not properly
8801 # handle `-M -o', and we need to detect this.
8802 depcmd="depmode=$depmode \
8803 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8804 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8805 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8806 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8807 if env $depcmd > conftest.err 2>&1 &&
8808 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8809 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8810 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8811 # icc doesn't choke on unknown options, it will just issue warnings
8812 # or remarks (even with -Werror). So we grep stderr for any message
8813 # that says an option was ignored or not supported.
8814 # When given -MP, icc 7.0 and 7.1 complain thusly:
8815 # icc: Command line warning: ignoring option '-M'; no argument required
8816 # The diagnosis changed in icc 8.0:
8817 # icc: Command line remark: option '-MP' not supported
8818 if (grep 'ignoring option' conftest.err ||
8819 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8820 am_cv_CC_dependencies_compiler_type=$depmode
8821 $as_echo "$as_me:$LINENO: success" >&5
8822 break
8823 fi
8824 fi
8825 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8826 sed -e 's/^/| /' < conftest.err >&5
8827 done
8828
8829 cd ..
8830 rm -rf conftest.dir
8831else
8832 am_cv_CC_dependencies_compiler_type=none
8833fi
8834
8835fi
8836{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8837$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8838if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8839then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8840else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8841
8842fi
8843
8844
8845# Check for the 'make' the user wants to use.
8846for ac_prog in make
8847do
8848 # Extract the first word of "$ac_prog", so it can be a program name with args.
8849set dummy $ac_prog; ac_word=$2
8850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8851$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8852if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8853 $as_echo_n "(cached) " >&6
8854else
8855 if test -n "$MAKE"; then
8856 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8857else
8858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8859for as_dir in $PATH
8860do
8861 IFS=$as_save_IFS
8862 test -z "$as_dir" && as_dir=.
8863 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8865 ac_cv_prog_MAKE="$ac_prog"
8866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8867 break 2
8868 fi
8869done
8870 done
8871IFS=$as_save_IFS
8872
8873fi
8874fi
8875MAKE=$ac_cv_prog_MAKE
8876if test -n "$MAKE"; then
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8878$as_echo "$MAKE" >&6; }
8879else
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8881$as_echo "no" >&6; }
8882fi
8883
8884
8885 test -n "$MAKE" && break
8886done
8887
8888MAKE_IS_GNU=
8889case "`$MAKE --version 2>&1 | sed 1q`" in
8890 *GNU*)
8891 MAKE_IS_GNU=yes
8892 ;;
8893esac
8894 if test "$MAKE_IS_GNU" = yes; then
8895 GMAKE_TRUE=
8896 GMAKE_FALSE='#'
8897else
8898 GMAKE_TRUE='#'
8899 GMAKE_FALSE=
8900fi
8901
8902
8903ALL_LINGUAS=
8904# If we haven't got the data from the intl directory,
8905# assume NLS is disabled.
8906USE_NLS=no
8907LIBINTL=
8908LIBINTL_DEP=
8909INCINTL=
8910XGETTEXT=
8911GMSGFMT=
8912POSUB=
8913
8914if test -f ../../intl/config.intl; then
8915 . ../../intl/config.intl
8916fi
8917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8918$as_echo_n "checking whether NLS is requested... " >&6; }
8919if test x"$USE_NLS" != xyes; then
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8921$as_echo "no" >&6; }
8922else
8923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8924$as_echo "yes" >&6; }
8925
8926$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8927
8928
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8930$as_echo_n "checking for catalogs to be installed... " >&6; }
8931 # Look for .po and .gmo files in the source directory.
8932 CATALOGS=
8933 XLINGUAS=
8934 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8935 # If there aren't any .gmo files the shell will give us the
8936 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8937 # weeded out.
8938 case "$cat" in *\**)
8939 continue;;
8940 esac
8941 # The quadruple backslash is collapsed to a double backslash
8942 # by the backticks, then collapsed again by the double quotes,
8943 # leaving us with one backslash in the sed expression (right
8944 # before the dot that mustn't act as a wildcard).
8945 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8946 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8947 # The user is allowed to set LINGUAS to a list of languages to
8948 # install catalogs for. If it's empty that means "all of them."
8949 if test "x$LINGUAS" = x; then
8950 CATALOGS="$CATALOGS $cat"
8951 XLINGUAS="$XLINGUAS $lang"
8952 else
8953 case "$LINGUAS" in *$lang*)
8954 CATALOGS="$CATALOGS $cat"
8955 XLINGUAS="$XLINGUAS $lang"
8956 ;;
8957 esac
8958 fi
8959 done
8960 LINGUAS="$XLINGUAS"
8961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8962$as_echo "$LINGUAS" >&6; }
8963
8964
8965 DATADIRNAME=share
8966
8967 INSTOBJEXT=.mo
8968
8969 GENCAT=gencat
8970
8971 CATOBJEXT=.gmo
8972
8973fi
8974
8975# Check for common headers.
8976# FIXME: Seems to me this can cause problems for i386-windows hosts.
8977# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8978for ac_header in stdlib.h string.h strings.h unistd.h time.h
8979do :
8980 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8981ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8982if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8983 cat >>confdefs.h <<_ACEOF
8984#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8985_ACEOF
8986
8987fi
8988
8989done
8990
936df756 8991for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8992do :
8993 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8994ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8995if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8996 cat >>confdefs.h <<_ACEOF
8997#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8998_ACEOF
8999
9000fi
9001
9002done
9003
9004for ac_header in fcntl.h fpu_control.h
9005do :
9006 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9007ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9008if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9009 cat >>confdefs.h <<_ACEOF
9010#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9011_ACEOF
9012
9013fi
9014
9015done
9016
9017for ac_header in dlfcn.h errno.h sys/stat.h
9018do :
9019 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9020ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9021if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9022 cat >>confdefs.h <<_ACEOF
9023#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9024_ACEOF
9025
9026fi
9027
9028done
9029
9030for ac_func in getrusage time sigaction __setfpucw
9031do :
9032 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9033ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9034if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
9035 cat >>confdefs.h <<_ACEOF
9036#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9037_ACEOF
9038
9039fi
9040done
9041
936df756
MF
9042for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9043do :
9044 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9045ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9046if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9047 cat >>confdefs.h <<_ACEOF
9048#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9049_ACEOF
9050
9051fi
9052done
9053
9054ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9055#include <sys/types.h>
9056#endif
9057#ifdef HAVE_SYS_STAT_H
9058#include <sys/stat.h>
9059#endif
9060"
d0ac1c44 9061if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9062
9063cat >>confdefs.h <<_ACEOF
9064#define HAVE_STRUCT_STAT_ST_DEV 1
9065_ACEOF
9066
9067
9068fi
9069ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9070#include <sys/types.h>
9071#endif
9072#ifdef HAVE_SYS_STAT_H
9073#include <sys/stat.h>
9074#endif
9075"
d0ac1c44 9076if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9077
9078cat >>confdefs.h <<_ACEOF
9079#define HAVE_STRUCT_STAT_ST_INO 1
9080_ACEOF
9081
9082
9083fi
9084ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9085#include <sys/types.h>
9086#endif
9087#ifdef HAVE_SYS_STAT_H
9088#include <sys/stat.h>
9089#endif
9090"
d0ac1c44 9091if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9092
9093cat >>confdefs.h <<_ACEOF
9094#define HAVE_STRUCT_STAT_ST_MODE 1
9095_ACEOF
9096
9097
9098fi
9099ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9100#include <sys/types.h>
9101#endif
9102#ifdef HAVE_SYS_STAT_H
9103#include <sys/stat.h>
9104#endif
9105"
d0ac1c44 9106if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9107
9108cat >>confdefs.h <<_ACEOF
9109#define HAVE_STRUCT_STAT_ST_NLINK 1
9110_ACEOF
9111
9112
9113fi
9114ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9115#include <sys/types.h>
9116#endif
9117#ifdef HAVE_SYS_STAT_H
9118#include <sys/stat.h>
9119#endif
9120"
d0ac1c44 9121if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9122
9123cat >>confdefs.h <<_ACEOF
9124#define HAVE_STRUCT_STAT_ST_UID 1
9125_ACEOF
9126
9127
9128fi
9129ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9130#include <sys/types.h>
9131#endif
9132#ifdef HAVE_SYS_STAT_H
9133#include <sys/stat.h>
9134#endif
9135"
d0ac1c44 9136if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9137
9138cat >>confdefs.h <<_ACEOF
9139#define HAVE_STRUCT_STAT_ST_GID 1
9140_ACEOF
9141
9142
9143fi
9144ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9145#include <sys/types.h>
9146#endif
9147#ifdef HAVE_SYS_STAT_H
9148#include <sys/stat.h>
9149#endif
9150"
d0ac1c44 9151if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9152
9153cat >>confdefs.h <<_ACEOF
9154#define HAVE_STRUCT_STAT_ST_RDEV 1
9155_ACEOF
9156
9157
9158fi
9159ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9160#include <sys/types.h>
9161#endif
9162#ifdef HAVE_SYS_STAT_H
9163#include <sys/stat.h>
9164#endif
9165"
d0ac1c44 9166if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9167
9168cat >>confdefs.h <<_ACEOF
9169#define HAVE_STRUCT_STAT_ST_SIZE 1
9170_ACEOF
9171
9172
9173fi
9174ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9175#include <sys/types.h>
9176#endif
9177#ifdef HAVE_SYS_STAT_H
9178#include <sys/stat.h>
9179#endif
9180"
d0ac1c44 9181if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9182
9183cat >>confdefs.h <<_ACEOF
9184#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9185_ACEOF
9186
9187
9188fi
9189ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9190#include <sys/types.h>
9191#endif
9192#ifdef HAVE_SYS_STAT_H
9193#include <sys/stat.h>
9194#endif
9195"
d0ac1c44 9196if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9197
9198cat >>confdefs.h <<_ACEOF
9199#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9200_ACEOF
9201
9202
9203fi
9204ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9205#include <sys/types.h>
9206#endif
9207#ifdef HAVE_SYS_STAT_H
9208#include <sys/stat.h>
9209#endif
9210"
d0ac1c44 9211if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9212
9213cat >>confdefs.h <<_ACEOF
9214#define HAVE_STRUCT_STAT_ST_ATIME 1
9215_ACEOF
9216
9217
9218fi
9219ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9220#include <sys/types.h>
9221#endif
9222#ifdef HAVE_SYS_STAT_H
9223#include <sys/stat.h>
9224#endif
9225"
d0ac1c44 9226if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9227
9228cat >>confdefs.h <<_ACEOF
9229#define HAVE_STRUCT_STAT_ST_MTIME 1
9230_ACEOF
9231
9232
9233fi
9234ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9235#include <sys/types.h>
9236#endif
9237#ifdef HAVE_SYS_STAT_H
9238#include <sys/stat.h>
9239#endif
9240"
d0ac1c44 9241if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9242
9243cat >>confdefs.h <<_ACEOF
9244#define HAVE_STRUCT_STAT_ST_CTIME 1
9245_ACEOF
9246
9247
9248fi
9249
9250ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9251#include <sys/socket.h>
9252
9253"
d0ac1c44 9254if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9255
9256cat >>confdefs.h <<_ACEOF
9257#define HAVE_SOCKLEN_T 1
9258_ACEOF
9259
9260
9261fi
9262
6bb11ab3
L
9263
9264# Check for socket libraries
9265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9266$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9267if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9268 $as_echo_n "(cached) " >&6
9269else
9270 ac_check_lib_save_LIBS=$LIBS
9271LIBS="-lsocket $LIBS"
9272cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9273/* end confdefs.h. */
9274
9275/* Override any GCC internal prototype to avoid an error.
9276 Use char because int might match the return type of a GCC
9277 builtin and then its argument prototype would still apply. */
9278#ifdef __cplusplus
9279extern "C"
9280#endif
9281char bind ();
9282int
9283main ()
9284{
9285return bind ();
9286 ;
9287 return 0;
9288}
9289_ACEOF
9290if ac_fn_c_try_link "$LINENO"; then :
9291 ac_cv_lib_socket_bind=yes
9292else
9293 ac_cv_lib_socket_bind=no
9294fi
9295rm -f core conftest.err conftest.$ac_objext \
9296 conftest$ac_exeext conftest.$ac_ext
9297LIBS=$ac_check_lib_save_LIBS
9298fi
9299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9300$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9301if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9302 cat >>confdefs.h <<_ACEOF
9303#define HAVE_LIBSOCKET 1
9304_ACEOF
9305
9306 LIBS="-lsocket $LIBS"
9307
9308fi
9309
9310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9311$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9312if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9313 $as_echo_n "(cached) " >&6
9314else
9315 ac_check_lib_save_LIBS=$LIBS
9316LIBS="-lnsl $LIBS"
9317cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9318/* end confdefs.h. */
9319
9320/* Override any GCC internal prototype to avoid an error.
9321 Use char because int might match the return type of a GCC
9322 builtin and then its argument prototype would still apply. */
9323#ifdef __cplusplus
9324extern "C"
9325#endif
9326char gethostbyname ();
9327int
9328main ()
9329{
9330return gethostbyname ();
9331 ;
9332 return 0;
9333}
9334_ACEOF
9335if ac_fn_c_try_link "$LINENO"; then :
9336 ac_cv_lib_nsl_gethostbyname=yes
9337else
9338 ac_cv_lib_nsl_gethostbyname=no
9339fi
9340rm -f core conftest.err conftest.$ac_objext \
9341 conftest$ac_exeext conftest.$ac_ext
9342LIBS=$ac_check_lib_save_LIBS
9343fi
9344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9345$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9346if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9347 cat >>confdefs.h <<_ACEOF
9348#define HAVE_LIBNSL 1
9349_ACEOF
9350
9351 LIBS="-lnsl $LIBS"
9352
9353fi
9354
9355
9356# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9357# using the same condition.
9358
aadc9410 9359 # Use the system's zlib library.
7fed4b0b
L
9360 zlibdir="-L\$(top_builddir)/../zlib"
9361 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9362
aadc9410
MF
9363# Check whether --with-system-zlib was given.
9364if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9365 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9366 zlibdir=
9367 zlibinc=
9368 fi
6bb11ab3
L
9369
9370fi
9371
6bb11ab3 9372
6bb11ab3 9373
6bb11ab3
L
9374
9375
9376# BFD uses libdl when when plugins enabled.
9377
faa743bb
RM
9378 maybe_plugins=no
9379 for ac_header in dlfcn.h
9380do :
9381 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9382"
d0ac1c44 9383if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9384 cat >>confdefs.h <<_ACEOF
9385#define HAVE_DLFCN_H 1
9386_ACEOF
9387 maybe_plugins=yes
9388fi
9389
9390done
9391
9392 for ac_header in windows.h
9393do :
9394 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9395"
d0ac1c44 9396if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9397 cat >>confdefs.h <<_ACEOF
9398#define HAVE_WINDOWS_H 1
9399_ACEOF
9400 maybe_plugins=yes
9401fi
9402
9403done
9404
9405
9406 # Check whether --enable-plugins was given.
6bb11ab3
L
9407if test "${enable_plugins+set}" = set; then :
9408 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9409 no) plugins=no ;;
9410 *) plugins=yes
9411 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9412 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9413 fi ;;
9414 esac
6bb11ab3 9415else
faa743bb
RM
9416 plugins=$maybe_plugins
9417
6bb11ab3
L
9418fi
9419
2974be62 9420 if test "$plugins" = "yes"; then
37f980dc
SM
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9422$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9423if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9424 $as_echo_n "(cached) " >&6
9425else
9426 ac_func_search_save_LIBS=$LIBS
9427cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9428/* end confdefs.h. */
9429
9430/* Override any GCC internal prototype to avoid an error.
9431 Use char because int might match the return type of a GCC
9432 builtin and then its argument prototype would still apply. */
9433#ifdef __cplusplus
9434extern "C"
9435#endif
37f980dc 9436char dlsym ();
2974be62
AM
9437int
9438main ()
9439{
37f980dc 9440return dlsym ();
2974be62
AM
9441 ;
9442 return 0;
9443}
9444_ACEOF
9445for ac_lib in '' dl; do
9446 if test -z "$ac_lib"; then
9447 ac_res="none required"
9448 else
9449 ac_res=-l$ac_lib
9450 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9451 fi
9452 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9453 ac_cv_search_dlsym=$ac_res
2974be62
AM
9454fi
9455rm -f core conftest.err conftest.$ac_objext \
9456 conftest$ac_exeext
d0ac1c44 9457 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9458 break
9459fi
9460done
d0ac1c44 9461if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9462
9463else
37f980dc 9464 ac_cv_search_dlsym=no
2974be62
AM
9465fi
9466rm conftest.$ac_ext
9467LIBS=$ac_func_search_save_LIBS
9468fi
37f980dc
SM
9469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9470$as_echo "$ac_cv_search_dlsym" >&6; }
9471ac_res=$ac_cv_search_dlsym
2974be62
AM
9472if test "$ac_res" != no; then :
9473 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9474
9475fi
9476
9477 fi
6bb11ab3
L
9478
9479 if test "$plugins" = yes; then
9480 PLUGINS_TRUE=
9481 PLUGINS_FALSE='#'
9482else
9483 PLUGINS_TRUE='#'
9484 PLUGINS_FALSE=
9485fi
9486
9487
9488
9489
9490
9491# Set options
9492enable_dlopen=yes
9493
9494
9495
9496
9497 enable_win32_dll=no
9498
9499
9500 # Check whether --enable-shared was given.
9501if test "${enable_shared+set}" = set; then :
9502 enableval=$enable_shared; p=${PACKAGE-default}
9503 case $enableval in
9504 yes) enable_shared=yes ;;
9505 no) enable_shared=no ;;
9506 *)
9507 enable_shared=no
9508 # Look at the argument we got. We use all the common list separators.
9509 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9510 for pkg in $enableval; do
9511 IFS="$lt_save_ifs"
9512 if test "X$pkg" = "X$p"; then
9513 enable_shared=yes
9514 fi
9515 done
9516 IFS="$lt_save_ifs"
9517 ;;
9518 esac
9519else
9520 enable_shared=yes
9521fi
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531 # Check whether --enable-static was given.
9532if test "${enable_static+set}" = set; then :
9533 enableval=$enable_static; p=${PACKAGE-default}
9534 case $enableval in
9535 yes) enable_static=yes ;;
9536 no) enable_static=no ;;
9537 *)
9538 enable_static=no
9539 # Look at the argument we got. We use all the common list separators.
9540 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9541 for pkg in $enableval; do
9542 IFS="$lt_save_ifs"
9543 if test "X$pkg" = "X$p"; then
9544 enable_static=yes
9545 fi
9546 done
9547 IFS="$lt_save_ifs"
9548 ;;
9549 esac
9550else
9551 enable_static=yes
9552fi
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563# Check whether --with-pic was given.
9564if test "${with_pic+set}" = set; then :
9565 withval=$with_pic; pic_mode="$withval"
9566else
9567 pic_mode=default
9568fi
9569
9570
9571test -z "$pic_mode" && pic_mode=default
9572
9573
9574
9575
9576
9577
9578
9579 # Check whether --enable-fast-install was given.
9580if test "${enable_fast_install+set}" = set; then :
9581 enableval=$enable_fast_install; p=${PACKAGE-default}
9582 case $enableval in
9583 yes) enable_fast_install=yes ;;
9584 no) enable_fast_install=no ;;
9585 *)
9586 enable_fast_install=no
9587 # Look at the argument we got. We use all the common list separators.
9588 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9589 for pkg in $enableval; do
9590 IFS="$lt_save_ifs"
9591 if test "X$pkg" = "X$p"; then
9592 enable_fast_install=yes
9593 fi
9594 done
9595 IFS="$lt_save_ifs"
9596 ;;
9597 esac
9598else
9599 enable_fast_install=yes
9600fi
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612# This can be used to rebuild libtool when needed
9613LIBTOOL_DEPS="$ltmain"
9614
9615# Always use our own libtool.
9616LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643test -z "$LN_S" && LN_S="ln -s"
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658if test -n "${ZSH_VERSION+set}" ; then
9659 setopt NO_GLOB_SUBST
9660fi
9661
9662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9663$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9664if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9665 $as_echo_n "(cached) " >&6
9666else
9667 rm -f .libs 2>/dev/null
9668mkdir .libs 2>/dev/null
9669if test -d .libs; then
9670 lt_cv_objdir=.libs
9671else
9672 # MS-DOS does not allow filenames that begin with a dot.
9673 lt_cv_objdir=_libs
9674fi
9675rmdir .libs 2>/dev/null
9676fi
9677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9678$as_echo "$lt_cv_objdir" >&6; }
9679objdir=$lt_cv_objdir
9680
9681
9682
9683
9684
9685cat >>confdefs.h <<_ACEOF
9686#define LT_OBJDIR "$lt_cv_objdir/"
9687_ACEOF
9688
9689
9690
9691
9692case $host_os in
9693aix3*)
9694 # AIX sometimes has problems with the GCC collect2 program. For some
9695 # reason, if we set the COLLECT_NAMES environment variable, the problems
9696 # vanish in a puff of smoke.
9697 if test "X${COLLECT_NAMES+set}" != Xset; then
9698 COLLECT_NAMES=
9699 export COLLECT_NAMES
9700 fi
9701 ;;
9702esac
9703
9704# Global variables:
9705ofile=libtool
9706can_build_shared=yes
9707
9708# All known linkers require a `.a' archive for static linking (except MSVC,
9709# which needs '.lib').
9710libext=a
9711
9712with_gnu_ld="$lt_cv_prog_gnu_ld"
9713
9714old_CC="$CC"
9715old_CFLAGS="$CFLAGS"
9716
9717# Set sane defaults for various variables
9718test -z "$CC" && CC=cc
9719test -z "$LTCC" && LTCC=$CC
9720test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9721test -z "$LD" && LD=ld
9722test -z "$ac_objext" && ac_objext=o
9723
9724for cc_temp in $compiler""; do
9725 case $cc_temp in
9726 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9727 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9728 \-*) ;;
9729 *) break;;
9730 esac
9731done
9732cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9733
9734
9735# Only perform the check for file, if the check method requires it
9736test -z "$MAGIC_CMD" && MAGIC_CMD=file
9737case $deplibs_check_method in
9738file_magic*)
9739 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9741$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9742if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9743 $as_echo_n "(cached) " >&6
9744else
9745 case $MAGIC_CMD in
9746[\\/*] | ?:[\\/]*)
9747 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9748 ;;
9749*)
9750 lt_save_MAGIC_CMD="$MAGIC_CMD"
9751 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9752 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9753 for ac_dir in $ac_dummy; do
9754 IFS="$lt_save_ifs"
9755 test -z "$ac_dir" && ac_dir=.
9756 if test -f $ac_dir/${ac_tool_prefix}file; then
9757 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9758 if test -n "$file_magic_test_file"; then
9759 case $deplibs_check_method in
9760 "file_magic "*)
9761 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9762 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9763 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9764 $EGREP "$file_magic_regex" > /dev/null; then
9765 :
9766 else
9767 cat <<_LT_EOF 1>&2
9768
9769*** Warning: the command libtool uses to detect shared libraries,
9770*** $file_magic_cmd, produces output that libtool cannot recognize.
9771*** The result is that libtool may fail to recognize shared libraries
9772*** as such. This will affect the creation of libtool libraries that
9773*** depend on shared libraries, but programs linked with such libtool
9774*** libraries will work regardless of this problem. Nevertheless, you
9775*** may want to report the problem to your system manager and/or to
9776*** bug-libtool@gnu.org
9777
9778_LT_EOF
9779 fi ;;
9780 esac
9781 fi
9782 break
9783 fi
9784 done
9785 IFS="$lt_save_ifs"
9786 MAGIC_CMD="$lt_save_MAGIC_CMD"
9787 ;;
9788esac
9789fi
9790
9791MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9792if test -n "$MAGIC_CMD"; then
9793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9794$as_echo "$MAGIC_CMD" >&6; }
9795else
9796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9797$as_echo "no" >&6; }
9798fi
9799
9800
9801
9802
9803
9804if test -z "$lt_cv_path_MAGIC_CMD"; then
9805 if test -n "$ac_tool_prefix"; then
9806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9807$as_echo_n "checking for file... " >&6; }
d0ac1c44 9808if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9809 $as_echo_n "(cached) " >&6
9810else
9811 case $MAGIC_CMD in
9812[\\/*] | ?:[\\/]*)
9813 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9814 ;;
9815*)
9816 lt_save_MAGIC_CMD="$MAGIC_CMD"
9817 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9818 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9819 for ac_dir in $ac_dummy; do
9820 IFS="$lt_save_ifs"
9821 test -z "$ac_dir" && ac_dir=.
9822 if test -f $ac_dir/file; then
9823 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9824 if test -n "$file_magic_test_file"; then
9825 case $deplibs_check_method in
9826 "file_magic "*)
9827 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9828 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9829 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9830 $EGREP "$file_magic_regex" > /dev/null; then
9831 :
9832 else
9833 cat <<_LT_EOF 1>&2
9834
9835*** Warning: the command libtool uses to detect shared libraries,
9836*** $file_magic_cmd, produces output that libtool cannot recognize.
9837*** The result is that libtool may fail to recognize shared libraries
9838*** as such. This will affect the creation of libtool libraries that
9839*** depend on shared libraries, but programs linked with such libtool
9840*** libraries will work regardless of this problem. Nevertheless, you
9841*** may want to report the problem to your system manager and/or to
9842*** bug-libtool@gnu.org
9843
9844_LT_EOF
9845 fi ;;
9846 esac
9847 fi
9848 break
9849 fi
9850 done
9851 IFS="$lt_save_ifs"
9852 MAGIC_CMD="$lt_save_MAGIC_CMD"
9853 ;;
9854esac
9855fi
9856
9857MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9858if test -n "$MAGIC_CMD"; then
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9860$as_echo "$MAGIC_CMD" >&6; }
9861else
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9863$as_echo "no" >&6; }
9864fi
9865
9866
9867 else
9868 MAGIC_CMD=:
9869 fi
9870fi
9871
9872 fi
9873 ;;
9874esac
9875
9876# Use C for the default configuration in the libtool script
9877
9878lt_save_CC="$CC"
9879ac_ext=c
9880ac_cpp='$CPP $CPPFLAGS'
9881ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9882ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9883ac_compiler_gnu=$ac_cv_c_compiler_gnu
9884
9885
9886# Source file extension for C test sources.
9887ac_ext=c
9888
9889# Object file extension for compiled C test sources.
9890objext=o
9891objext=$objext
9892
9893# Code to be used in simple compile tests
9894lt_simple_compile_test_code="int some_variable = 0;"
9895
9896# Code to be used in simple link tests
9897lt_simple_link_test_code='int main(){return(0);}'
9898
9899
9900
9901
9902
9903
9904
9905# If no C compiler was specified, use CC.
9906LTCC=${LTCC-"$CC"}
9907
9908# If no C compiler flags were specified, use CFLAGS.
9909LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9910
9911# Allow CC to be a program name with arguments.
9912compiler=$CC
9913
9914# Save the default compiler, since it gets overwritten when the other
9915# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9916compiler_DEFAULT=$CC
9917
9918# save warnings/boilerplate of simple test code
9919ac_outfile=conftest.$ac_objext
9920echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9921eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9922_lt_compiler_boilerplate=`cat conftest.err`
9923$RM conftest*
9924
9925ac_outfile=conftest.$ac_objext
9926echo "$lt_simple_link_test_code" >conftest.$ac_ext
9927eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9928_lt_linker_boilerplate=`cat conftest.err`
9929$RM -r conftest*
9930
9931
9932## CAVEAT EMPTOR:
9933## There is no encapsulation within the following macros, do not change
9934## the running order or otherwise move them around unless you know exactly
9935## what you are doing...
9936if test -n "$compiler"; then
9937
9938lt_prog_compiler_no_builtin_flag=
9939
9940if test "$GCC" = yes; then
9941 case $cc_basename in
9942 nvcc*)
9943 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9944 *)
9945 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9946 esac
9947
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9949$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9950if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3
L
9951 $as_echo_n "(cached) " >&6
9952else
9953 lt_cv_prog_compiler_rtti_exceptions=no
9954 ac_outfile=conftest.$ac_objext
9955 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9956 lt_compiler_flag="-fno-rtti -fno-exceptions"
9957 # Insert the option either (1) after the last *FLAGS variable, or
9958 # (2) before a word containing "conftest.", or (3) at the end.
9959 # Note that $ac_compile itself does not contain backslashes and begins
9960 # with a dollar sign (not a hyphen), so the echo should work correctly.
9961 # The option is referenced via a variable to avoid confusing sed.
9962 lt_compile=`echo "$ac_compile" | $SED \
9963 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9964 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9965 -e 's:$: $lt_compiler_flag:'`
9966 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9967 (eval "$lt_compile" 2>conftest.err)
9968 ac_status=$?
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 if (exit $ac_status) && test -s "$ac_outfile"; then
9972 # The compiler can only warn and ignore the option if not recognized
9973 # So say no if there are warnings other than the usual output.
9974 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9975 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9976 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9977 lt_cv_prog_compiler_rtti_exceptions=yes
9978 fi
9979 fi
9980 $RM conftest*
9981
9982fi
9983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9984$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9985
9986if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9987 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9988else
9989 :
9990fi
9991
9992fi
9993
9994
9995
9996
9997
9998
9999 lt_prog_compiler_wl=
10000lt_prog_compiler_pic=
10001lt_prog_compiler_static=
10002
10003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
10004$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10005
10006 if test "$GCC" = yes; then
10007 lt_prog_compiler_wl='-Wl,'
10008 lt_prog_compiler_static='-static'
10009
10010 case $host_os in
10011 aix*)
10012 # All AIX code is PIC.
10013 if test "$host_cpu" = ia64; then
10014 # AIX 5 now supports IA64 processor
10015 lt_prog_compiler_static='-Bstatic'
10016 fi
10017 lt_prog_compiler_pic='-fPIC'
10018 ;;
10019
10020 amigaos*)
10021 case $host_cpu in
10022 powerpc)
10023 # see comment about AmigaOS4 .so support
10024 lt_prog_compiler_pic='-fPIC'
10025 ;;
10026 m68k)
10027 # FIXME: we need at least 68020 code to build shared libraries, but
10028 # adding the `-m68020' flag to GCC prevents building anything better,
10029 # like `-m68040'.
10030 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10031 ;;
10032 esac
10033 ;;
10034
10035 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10036 # PIC is the default for these OSes.
10037 ;;
10038
10039 mingw* | cygwin* | pw32* | os2* | cegcc*)
10040 # This hack is so that the source file can tell whether it is being
10041 # built for inclusion in a dll (and should export symbols for example).
10042 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10043 # (--disable-auto-import) libraries
10044 lt_prog_compiler_pic='-DDLL_EXPORT'
10045 ;;
10046
10047 darwin* | rhapsody*)
10048 # PIC is the default on this platform
10049 # Common symbols not allowed in MH_DYLIB files
10050 lt_prog_compiler_pic='-fno-common'
10051 ;;
10052
10053 haiku*)
10054 # PIC is the default for Haiku.
10055 # The "-static" flag exists, but is broken.
10056 lt_prog_compiler_static=
10057 ;;
10058
10059 hpux*)
10060 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10061 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10062 # sets the default TLS model and affects inlining.
10063 case $host_cpu in
10064 hppa*64*)
10065 # +Z the default
10066 ;;
10067 *)
10068 lt_prog_compiler_pic='-fPIC'
10069 ;;
10070 esac
10071 ;;
10072
10073 interix[3-9]*)
10074 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10075 # Instead, we relocate shared libraries at runtime.
10076 ;;
10077
10078 msdosdjgpp*)
10079 # Just because we use GCC doesn't mean we suddenly get shared libraries
10080 # on systems that don't support them.
10081 lt_prog_compiler_can_build_shared=no
10082 enable_shared=no
10083 ;;
10084
10085 *nto* | *qnx*)
10086 # QNX uses GNU C++, but need to define -shared option too, otherwise
10087 # it will coredump.
10088 lt_prog_compiler_pic='-fPIC -shared'
10089 ;;
10090
10091 sysv4*MP*)
10092 if test -d /usr/nec; then
10093 lt_prog_compiler_pic=-Kconform_pic
10094 fi
10095 ;;
10096
10097 *)
10098 lt_prog_compiler_pic='-fPIC'
10099 ;;
10100 esac
10101
10102 case $cc_basename in
10103 nvcc*) # Cuda Compiler Driver 2.2
10104 lt_prog_compiler_wl='-Xlinker '
10105 lt_prog_compiler_pic='-Xcompiler -fPIC'
10106 ;;
10107 esac
10108 else
10109 # PORTME Check for flag to pass linker flags through the system compiler.
10110 case $host_os in
10111 aix*)
10112 lt_prog_compiler_wl='-Wl,'
10113 if test "$host_cpu" = ia64; then
10114 # AIX 5 now supports IA64 processor
10115 lt_prog_compiler_static='-Bstatic'
10116 else
10117 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10118 fi
10119 ;;
10120
10121 mingw* | cygwin* | pw32* | os2* | cegcc*)
10122 # This hack is so that the source file can tell whether it is being
10123 # built for inclusion in a dll (and should export symbols for example).
10124 lt_prog_compiler_pic='-DDLL_EXPORT'
10125 ;;
10126
10127 hpux9* | hpux10* | hpux11*)
10128 lt_prog_compiler_wl='-Wl,'
10129 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10130 # not for PA HP-UX.
10131 case $host_cpu in
10132 hppa*64*|ia64*)
10133 # +Z the default
10134 ;;
10135 *)
10136 lt_prog_compiler_pic='+Z'
10137 ;;
10138 esac
10139 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10140 lt_prog_compiler_static='${wl}-a ${wl}archive'
10141 ;;
10142
10143 irix5* | irix6* | nonstopux*)
10144 lt_prog_compiler_wl='-Wl,'
10145 # PIC (with -KPIC) is the default.
10146 lt_prog_compiler_static='-non_shared'
10147 ;;
10148
10149 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10150 case $cc_basename in
10151 # old Intel for x86_64 which still supported -KPIC.
10152 ecc*)
10153 lt_prog_compiler_wl='-Wl,'
10154 lt_prog_compiler_pic='-KPIC'
10155 lt_prog_compiler_static='-static'
10156 ;;
10157 # icc used to be incompatible with GCC.
10158 # ICC 10 doesn't accept -KPIC any more.
10159 icc* | ifort*)
10160 lt_prog_compiler_wl='-Wl,'
10161 lt_prog_compiler_pic='-fPIC'
10162 lt_prog_compiler_static='-static'
10163 ;;
10164 # Lahey Fortran 8.1.
10165 lf95*)
10166 lt_prog_compiler_wl='-Wl,'
10167 lt_prog_compiler_pic='--shared'
10168 lt_prog_compiler_static='--static'
10169 ;;
10170 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10171 # Portland Group compilers (*not* the Pentium gcc compiler,
10172 # which looks to be a dead project)
10173 lt_prog_compiler_wl='-Wl,'
10174 lt_prog_compiler_pic='-fpic'
10175 lt_prog_compiler_static='-Bstatic'
10176 ;;
10177 ccc*)
10178 lt_prog_compiler_wl='-Wl,'
10179 # All Alpha code is PIC.
10180 lt_prog_compiler_static='-non_shared'
10181 ;;
10182 xl* | bgxl* | bgf* | mpixl*)
10183 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10184 lt_prog_compiler_wl='-Wl,'
10185 lt_prog_compiler_pic='-qpic'
10186 lt_prog_compiler_static='-qstaticlink'
10187 ;;
10188 *)
10189 case `$CC -V 2>&1 | sed 5q` in
10190 *Sun\ F* | *Sun*Fortran*)
10191 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10192 lt_prog_compiler_pic='-KPIC'
10193 lt_prog_compiler_static='-Bstatic'
10194 lt_prog_compiler_wl=''
10195 ;;
10196 *Sun\ C*)
10197 # Sun C 5.9
10198 lt_prog_compiler_pic='-KPIC'
10199 lt_prog_compiler_static='-Bstatic'
10200 lt_prog_compiler_wl='-Wl,'
10201 ;;
10202 esac
10203 ;;
10204 esac
10205 ;;
10206
10207 newsos6)
10208 lt_prog_compiler_pic='-KPIC'
10209 lt_prog_compiler_static='-Bstatic'
10210 ;;
10211
10212 *nto* | *qnx*)
10213 # QNX uses GNU C++, but need to define -shared option too, otherwise
10214 # it will coredump.
10215 lt_prog_compiler_pic='-fPIC -shared'
10216 ;;
10217
10218 osf3* | osf4* | osf5*)
10219 lt_prog_compiler_wl='-Wl,'
10220 # All OSF/1 code is PIC.
10221 lt_prog_compiler_static='-non_shared'
10222 ;;
10223
10224 rdos*)
10225 lt_prog_compiler_static='-non_shared'
10226 ;;
10227
10228 solaris*)
10229 lt_prog_compiler_pic='-KPIC'
10230 lt_prog_compiler_static='-Bstatic'
10231 case $cc_basename in
10232 f77* | f90* | f95*)
10233 lt_prog_compiler_wl='-Qoption ld ';;
10234 *)
10235 lt_prog_compiler_wl='-Wl,';;
10236 esac
10237 ;;
10238
10239 sunos4*)
10240 lt_prog_compiler_wl='-Qoption ld '
10241 lt_prog_compiler_pic='-PIC'
10242 lt_prog_compiler_static='-Bstatic'
10243 ;;
10244
10245 sysv4 | sysv4.2uw2* | sysv4.3*)
10246 lt_prog_compiler_wl='-Wl,'
10247 lt_prog_compiler_pic='-KPIC'
10248 lt_prog_compiler_static='-Bstatic'
10249 ;;
10250
10251 sysv4*MP*)
10252 if test -d /usr/nec ;then
10253 lt_prog_compiler_pic='-Kconform_pic'
10254 lt_prog_compiler_static='-Bstatic'
10255 fi
10256 ;;
10257
10258 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10259 lt_prog_compiler_wl='-Wl,'
10260 lt_prog_compiler_pic='-KPIC'
10261 lt_prog_compiler_static='-Bstatic'
10262 ;;
10263
10264 unicos*)
10265 lt_prog_compiler_wl='-Wl,'
10266 lt_prog_compiler_can_build_shared=no
10267 ;;
10268
10269 uts4*)
10270 lt_prog_compiler_pic='-pic'
10271 lt_prog_compiler_static='-Bstatic'
10272 ;;
10273
10274 *)
10275 lt_prog_compiler_can_build_shared=no
10276 ;;
10277 esac
10278 fi
10279
10280case $host_os in
10281 # For platforms which do not support PIC, -DPIC is meaningless:
10282 *djgpp*)
10283 lt_prog_compiler_pic=
10284 ;;
10285 *)
10286 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10287 ;;
10288esac
10289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10290$as_echo "$lt_prog_compiler_pic" >&6; }
10291
10292
10293
10294
10295
10296
10297#
10298# Check to make sure the PIC flag actually works.
10299#
10300if test -n "$lt_prog_compiler_pic"; then
10301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10302$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10303if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3
L
10304 $as_echo_n "(cached) " >&6
10305else
10306 lt_cv_prog_compiler_pic_works=no
10307 ac_outfile=conftest.$ac_objext
10308 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10309 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10310 # Insert the option either (1) after the last *FLAGS variable, or
10311 # (2) before a word containing "conftest.", or (3) at the end.
10312 # Note that $ac_compile itself does not contain backslashes and begins
10313 # with a dollar sign (not a hyphen), so the echo should work correctly.
10314 # The option is referenced via a variable to avoid confusing sed.
10315 lt_compile=`echo "$ac_compile" | $SED \
10316 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10317 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10318 -e 's:$: $lt_compiler_flag:'`
10319 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10320 (eval "$lt_compile" 2>conftest.err)
10321 ac_status=$?
10322 cat conftest.err >&5
10323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10324 if (exit $ac_status) && test -s "$ac_outfile"; then
10325 # The compiler can only warn and ignore the option if not recognized
10326 # So say no if there are warnings other than the usual output.
10327 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10328 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10329 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10330 lt_cv_prog_compiler_pic_works=yes
10331 fi
10332 fi
10333 $RM conftest*
10334
10335fi
10336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10337$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10338
10339if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10340 case $lt_prog_compiler_pic in
10341 "" | " "*) ;;
10342 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10343 esac
10344else
10345 lt_prog_compiler_pic=
10346 lt_prog_compiler_can_build_shared=no
10347fi
10348
10349fi
10350
10351
10352
10353
10354
10355
10356#
10357# Check to make sure the static flag actually works.
10358#
10359wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10361$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10362if ${lt_cv_prog_compiler_static_works+:} false; then :
6bb11ab3
L
10363 $as_echo_n "(cached) " >&6
10364else
10365 lt_cv_prog_compiler_static_works=no
10366 save_LDFLAGS="$LDFLAGS"
10367 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10368 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10369 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10370 # The linker can only warn and ignore the option if not recognized
10371 # So say no if there are warnings
10372 if test -s conftest.err; then
10373 # Append any errors to the config.log.
10374 cat conftest.err 1>&5
10375 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10376 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10377 if diff conftest.exp conftest.er2 >/dev/null; then
10378 lt_cv_prog_compiler_static_works=yes
10379 fi
10380 else
10381 lt_cv_prog_compiler_static_works=yes
10382 fi
10383 fi
10384 $RM -r conftest*
10385 LDFLAGS="$save_LDFLAGS"
10386
10387fi
10388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10389$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10390
10391if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10392 :
10393else
10394 lt_prog_compiler_static=
10395fi
10396
10397
10398
10399
10400
10401
10402
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10404$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10405if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3
L
10406 $as_echo_n "(cached) " >&6
10407else
10408 lt_cv_prog_compiler_c_o=no
10409 $RM -r conftest 2>/dev/null
10410 mkdir conftest
10411 cd conftest
10412 mkdir out
10413 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10414
10415 lt_compiler_flag="-o out/conftest2.$ac_objext"
10416 # Insert the option either (1) after the last *FLAGS variable, or
10417 # (2) before a word containing "conftest.", or (3) at the end.
10418 # Note that $ac_compile itself does not contain backslashes and begins
10419 # with a dollar sign (not a hyphen), so the echo should work correctly.
10420 lt_compile=`echo "$ac_compile" | $SED \
10421 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10422 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10423 -e 's:$: $lt_compiler_flag:'`
10424 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10425 (eval "$lt_compile" 2>out/conftest.err)
10426 ac_status=$?
10427 cat out/conftest.err >&5
10428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10429 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10430 then
10431 # The compiler can only warn and ignore the option if not recognized
10432 # So say no if there are warnings
10433 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10434 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10435 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10436 lt_cv_prog_compiler_c_o=yes
10437 fi
10438 fi
10439 chmod u+w . 2>&5
10440 $RM conftest*
10441 # SGI C++ compiler will create directory out/ii_files/ for
10442 # template instantiation
10443 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10444 $RM out/* && rmdir out
10445 cd ..
10446 $RM -r conftest
10447 $RM conftest*
10448
10449fi
10450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10451$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10452
10453
10454
10455
10456
10457
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10459$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10460if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3
L
10461 $as_echo_n "(cached) " >&6
10462else
10463 lt_cv_prog_compiler_c_o=no
10464 $RM -r conftest 2>/dev/null
10465 mkdir conftest
10466 cd conftest
10467 mkdir out
10468 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10469
10470 lt_compiler_flag="-o out/conftest2.$ac_objext"
10471 # Insert the option either (1) after the last *FLAGS variable, or
10472 # (2) before a word containing "conftest.", or (3) at the end.
10473 # Note that $ac_compile itself does not contain backslashes and begins
10474 # with a dollar sign (not a hyphen), so the echo should work correctly.
10475 lt_compile=`echo "$ac_compile" | $SED \
10476 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10477 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10478 -e 's:$: $lt_compiler_flag:'`
10479 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10480 (eval "$lt_compile" 2>out/conftest.err)
10481 ac_status=$?
10482 cat out/conftest.err >&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10485 then
10486 # The compiler can only warn and ignore the option if not recognized
10487 # So say no if there are warnings
10488 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10489 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10490 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10491 lt_cv_prog_compiler_c_o=yes
10492 fi
10493 fi
10494 chmod u+w . 2>&5
10495 $RM conftest*
10496 # SGI C++ compiler will create directory out/ii_files/ for
10497 # template instantiation
10498 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10499 $RM out/* && rmdir out
10500 cd ..
10501 $RM -r conftest
10502 $RM conftest*
10503
10504fi
10505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10506$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10507
10508
10509
10510
10511hard_links="nottested"
10512if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10513 # do not overwrite the value of need_locks provided by the user
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10515$as_echo_n "checking if we can lock with hard links... " >&6; }
10516 hard_links=yes
10517 $RM conftest*
10518 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10519 touch conftest.a
10520 ln conftest.a conftest.b 2>&5 || hard_links=no
10521 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10523$as_echo "$hard_links" >&6; }
10524 if test "$hard_links" = no; then
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10526$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10527 need_locks=warn
10528 fi
10529else
10530 need_locks=no
10531fi
10532
10533
10534
10535
10536
10537
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10539$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10540
10541 runpath_var=
10542 allow_undefined_flag=
10543 always_export_symbols=no
10544 archive_cmds=
10545 archive_expsym_cmds=
10546 compiler_needs_object=no
10547 enable_shared_with_static_runtimes=no
10548 export_dynamic_flag_spec=
10549 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10550 hardcode_automatic=no
10551 hardcode_direct=no
10552 hardcode_direct_absolute=no
10553 hardcode_libdir_flag_spec=
10554 hardcode_libdir_flag_spec_ld=
10555 hardcode_libdir_separator=
10556 hardcode_minus_L=no
10557 hardcode_shlibpath_var=unsupported
10558 inherit_rpath=no
10559 link_all_deplibs=unknown
10560 module_cmds=
10561 module_expsym_cmds=
10562 old_archive_from_new_cmds=
10563 old_archive_from_expsyms_cmds=
10564 thread_safe_flag_spec=
10565 whole_archive_flag_spec=
10566 # include_expsyms should be a list of space-separated symbols to be *always*
10567 # included in the symbol list
10568 include_expsyms=
10569 # exclude_expsyms can be an extended regexp of symbols to exclude
10570 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10571 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10572 # as well as any symbol that contains `d'.
10573 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10574 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10575 # platforms (ab)use it in PIC code, but their linkers get confused if
10576 # the symbol is explicitly referenced. Since portable code cannot
10577 # rely on this symbol name, it's probably fine to never include it in
10578 # preloaded symbol tables.
10579 # Exclude shared library initialization/finalization symbols.
10580 extract_expsyms_cmds=
10581
10582 case $host_os in
10583 cygwin* | mingw* | pw32* | cegcc*)
10584 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10585 # When not using gcc, we currently assume that we are using
10586 # Microsoft Visual C++.
10587 if test "$GCC" != yes; then
10588 with_gnu_ld=no
10589 fi
10590 ;;
10591 interix*)
10592 # we just hope/assume this is gcc and not c89 (= MSVC++)
10593 with_gnu_ld=yes
10594 ;;
10595 openbsd*)
10596 with_gnu_ld=no
10597 ;;
10598 esac
10599
10600 ld_shlibs=yes
10601
10602 # On some targets, GNU ld is compatible enough with the native linker
10603 # that we're better off using the native interface for both.
10604 lt_use_gnu_ld_interface=no
10605 if test "$with_gnu_ld" = yes; then
10606 case $host_os in
10607 aix*)
10608 # The AIX port of GNU ld has always aspired to compatibility
10609 # with the native linker. However, as the warning in the GNU ld
10610 # block says, versions before 2.19.5* couldn't really create working
10611 # shared libraries, regardless of the interface used.
10612 case `$LD -v 2>&1` in
10613 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10614 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10615 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10616 *)
10617 lt_use_gnu_ld_interface=yes
10618 ;;
10619 esac
10620 ;;
10621 *)
10622 lt_use_gnu_ld_interface=yes
10623 ;;
10624 esac
10625 fi
10626
10627 if test "$lt_use_gnu_ld_interface" = yes; then
10628 # If archive_cmds runs LD, not CC, wlarc should be empty
10629 wlarc='${wl}'
10630
10631 # Set some defaults for GNU ld with shared library support. These
10632 # are reset later if shared libraries are not supported. Putting them
10633 # here allows them to be overridden if necessary.
10634 runpath_var=LD_RUN_PATH
10635 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10636 export_dynamic_flag_spec='${wl}--export-dynamic'
10637 # ancient GNU ld didn't support --whole-archive et. al.
10638 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10639 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10640 else
10641 whole_archive_flag_spec=
10642 fi
10643 supports_anon_versioning=no
10644 case `$LD -v 2>&1` in
10645 *GNU\ gold*) supports_anon_versioning=yes ;;
10646 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10647 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10648 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10649 *\ 2.11.*) ;; # other 2.11 versions
10650 *) supports_anon_versioning=yes ;;
10651 esac
10652
10653 # See if GNU ld supports shared libraries.
10654 case $host_os in
10655 aix[3-9]*)
10656 # On AIX/PPC, the GNU linker is very broken
10657 if test "$host_cpu" != ia64; then
10658 ld_shlibs=no
10659 cat <<_LT_EOF 1>&2
10660
10661*** Warning: the GNU linker, at least up to release 2.19, is reported
10662*** to be unable to reliably create shared libraries on AIX.
10663*** Therefore, libtool is disabling shared libraries support. If you
10664*** really care for shared libraries, you may want to install binutils
10665*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10666*** You will then need to restart the configuration process.
10667
10668_LT_EOF
10669 fi
10670 ;;
10671
10672 amigaos*)
10673 case $host_cpu in
10674 powerpc)
10675 # see comment about AmigaOS4 .so support
10676 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10677 archive_expsym_cmds=''
10678 ;;
10679 m68k)
10680 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)'
10681 hardcode_libdir_flag_spec='-L$libdir'
10682 hardcode_minus_L=yes
10683 ;;
10684 esac
10685 ;;
10686
10687 beos*)
10688 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10689 allow_undefined_flag=unsupported
10690 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10691 # support --undefined. This deserves some investigation. FIXME
10692 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10693 else
10694 ld_shlibs=no
10695 fi
10696 ;;
10697
10698 cygwin* | mingw* | pw32* | cegcc*)
10699 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10700 # as there is no search path for DLLs.
10701 hardcode_libdir_flag_spec='-L$libdir'
10702 export_dynamic_flag_spec='${wl}--export-all-symbols'
10703 allow_undefined_flag=unsupported
10704 always_export_symbols=no
10705 enable_shared_with_static_runtimes=yes
10706 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10707
10708 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10709 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10710 # If the export-symbols file already is a .def file (1st line
10711 # is EXPORTS), use it as is; otherwise, prepend...
10712 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10713 cp $export_symbols $output_objdir/$soname.def;
10714 else
10715 echo EXPORTS > $output_objdir/$soname.def;
10716 cat $export_symbols >> $output_objdir/$soname.def;
10717 fi~
10718 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10719 else
10720 ld_shlibs=no
10721 fi
10722 ;;
10723
10724 haiku*)
10725 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10726 link_all_deplibs=yes
10727 ;;
10728
10729 interix[3-9]*)
10730 hardcode_direct=no
10731 hardcode_shlibpath_var=no
10732 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10733 export_dynamic_flag_spec='${wl}-E'
10734 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10735 # Instead, shared libraries are loaded at an image base (0x10000000 by
10736 # default) and relocated if they conflict, which is a slow very memory
10737 # consuming and fragmenting process. To avoid this, we pick a random,
10738 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10739 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10740 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10741 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'
10742 ;;
10743
10744 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10745 tmp_diet=no
10746 if test "$host_os" = linux-dietlibc; then
10747 case $cc_basename in
10748 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10749 esac
10750 fi
10751 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10752 && test "$tmp_diet" = no
10753 then
ae7d0cac 10754 tmp_addflag=' $pic_flag'
6bb11ab3
L
10755 tmp_sharedflag='-shared'
10756 case $cc_basename,$host_cpu in
10757 pgcc*) # Portland Group C compiler
10758 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'
10759 tmp_addflag=' $pic_flag'
10760 ;;
10761 pgf77* | pgf90* | pgf95* | pgfortran*)
10762 # Portland Group f77 and f90 compilers
10763 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'
10764 tmp_addflag=' $pic_flag -Mnomain' ;;
10765 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10766 tmp_addflag=' -i_dynamic' ;;
10767 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10768 tmp_addflag=' -i_dynamic -nofor_main' ;;
10769 ifc* | ifort*) # Intel Fortran compiler
10770 tmp_addflag=' -nofor_main' ;;
10771 lf95*) # Lahey Fortran 8.1
10772 whole_archive_flag_spec=
10773 tmp_sharedflag='--shared' ;;
10774 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10775 tmp_sharedflag='-qmkshrobj'
10776 tmp_addflag= ;;
10777 nvcc*) # Cuda Compiler Driver 2.2
10778 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'
10779 compiler_needs_object=yes
10780 ;;
10781 esac
10782 case `$CC -V 2>&1 | sed 5q` in
10783 *Sun\ C*) # Sun C 5.9
10784 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'
10785 compiler_needs_object=yes
10786 tmp_sharedflag='-G' ;;
10787 *Sun\ F*) # Sun Fortran 8.3
10788 tmp_sharedflag='-G' ;;
10789 esac
10790 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10791
10792 if test "x$supports_anon_versioning" = xyes; then
10793 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10794 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10795 echo "local: *; };" >> $output_objdir/$libname.ver~
10796 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10797 fi
10798
10799 case $cc_basename in
10800 xlf* | bgf* | bgxlf* | mpixlf*)
10801 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10802 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10803 hardcode_libdir_flag_spec=
10804 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10805 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10806 if test "x$supports_anon_versioning" = xyes; then
10807 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10808 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10809 echo "local: *; };" >> $output_objdir/$libname.ver~
10810 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10811 fi
10812 ;;
10813 esac
10814 else
10815 ld_shlibs=no
10816 fi
10817 ;;
10818
10819 netbsd*)
10820 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10821 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10822 wlarc=
10823 else
10824 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10825 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10826 fi
10827 ;;
10828
10829 solaris*)
10830 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10831 ld_shlibs=no
10832 cat <<_LT_EOF 1>&2
10833
10834*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10835*** create shared libraries on Solaris systems. Therefore, libtool
10836*** is disabling shared libraries support. We urge you to upgrade GNU
10837*** binutils to release 2.9.1 or newer. Another option is to modify
10838*** your PATH or compiler configuration so that the native linker is
10839*** used, and then restart.
10840
10841_LT_EOF
10842 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10843 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10844 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10845 else
10846 ld_shlibs=no
10847 fi
10848 ;;
10849
10850 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10851 case `$LD -v 2>&1` in
10852 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10853 ld_shlibs=no
10854 cat <<_LT_EOF 1>&2
10855
10856*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10857*** reliably create shared libraries on SCO systems. Therefore, libtool
10858*** is disabling shared libraries support. We urge you to upgrade GNU
10859*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10860*** your PATH or compiler configuration so that the native linker is
10861*** used, and then restart.
10862
10863_LT_EOF
10864 ;;
10865 *)
10866 # For security reasons, it is highly recommended that you always
10867 # use absolute paths for naming shared libraries, and exclude the
10868 # DT_RUNPATH tag from executables and libraries. But doing so
10869 # requires that you compile everything twice, which is a pain.
10870 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10871 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10872 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10873 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10874 else
10875 ld_shlibs=no
10876 fi
10877 ;;
10878 esac
10879 ;;
10880
10881 sunos4*)
10882 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10883 wlarc=
10884 hardcode_direct=yes
10885 hardcode_shlibpath_var=no
10886 ;;
10887
10888 *)
10889 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10890 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10891 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10892 else
10893 ld_shlibs=no
10894 fi
10895 ;;
10896 esac
10897
10898 if test "$ld_shlibs" = no; then
10899 runpath_var=
10900 hardcode_libdir_flag_spec=
10901 export_dynamic_flag_spec=
10902 whole_archive_flag_spec=
10903 fi
10904 else
10905 # PORTME fill in a description of your system's linker (not GNU ld)
10906 case $host_os in
10907 aix3*)
10908 allow_undefined_flag=unsupported
10909 always_export_symbols=yes
10910 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'
10911 # Note: this linker hardcodes the directories in LIBPATH if there
10912 # are no directories specified by -L.
10913 hardcode_minus_L=yes
10914 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10915 # Neither direct hardcoding nor static linking is supported with a
10916 # broken collect2.
10917 hardcode_direct=unsupported
10918 fi
10919 ;;
10920
10921 aix[4-9]*)
10922 if test "$host_cpu" = ia64; then
10923 # On IA64, the linker does run time linking by default, so we don't
10924 # have to do anything special.
10925 aix_use_runtimelinking=no
10926 exp_sym_flag='-Bexport'
10927 no_entry_flag=""
10928 else
10929 # If we're using GNU nm, then we don't want the "-C" option.
10930 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10931 # Also, AIX nm treats weak defined symbols like other global
10932 # defined symbols, whereas GNU nm marks them as "W".
10933 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10934 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'
10935 else
5c887dd5 10936 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
10937 fi
10938 aix_use_runtimelinking=no
10939
10940 # Test if we are trying to use run time linking or normal
10941 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10942 # need to do runtime linking.
10943 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10944 for ld_flag in $LDFLAGS; do
10945 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10946 aix_use_runtimelinking=yes
10947 break
10948 fi
10949 done
10950 ;;
10951 esac
10952
10953 exp_sym_flag='-bexport'
10954 no_entry_flag='-bnoentry'
10955 fi
10956
10957 # When large executables or shared objects are built, AIX ld can
10958 # have problems creating the table of contents. If linking a library
10959 # or program results in "error TOC overflow" add -mminimal-toc to
10960 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10961 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10962
10963 archive_cmds=''
10964 hardcode_direct=yes
10965 hardcode_direct_absolute=yes
10966 hardcode_libdir_separator=':'
10967 link_all_deplibs=yes
10968 file_list_spec='${wl}-f,'
10969
10970 if test "$GCC" = yes; then
10971 case $host_os in aix4.[012]|aix4.[012].*)
10972 # We only want to do this on AIX 4.2 and lower, the check
10973 # below for broken collect2 doesn't work under 4.3+
10974 collect2name=`${CC} -print-prog-name=collect2`
10975 if test -f "$collect2name" &&
10976 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10977 then
10978 # We have reworked collect2
10979 :
10980 else
10981 # We have old collect2
10982 hardcode_direct=unsupported
10983 # It fails to find uninstalled libraries when the uninstalled
10984 # path is not listed in the libpath. Setting hardcode_minus_L
10985 # to unsupported forces relinking
10986 hardcode_minus_L=yes
10987 hardcode_libdir_flag_spec='-L$libdir'
10988 hardcode_libdir_separator=
10989 fi
10990 ;;
10991 esac
10992 shared_flag='-shared'
10993 if test "$aix_use_runtimelinking" = yes; then
10994 shared_flag="$shared_flag "'${wl}-G'
10995 fi
10996 else
10997 # not using gcc
10998 if test "$host_cpu" = ia64; then
10999 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11000 # chokes on -Wl,-G. The following line is correct:
11001 shared_flag='-G'
11002 else
11003 if test "$aix_use_runtimelinking" = yes; then
11004 shared_flag='${wl}-G'
11005 else
11006 shared_flag='${wl}-bM:SRE'
11007 fi
11008 fi
11009 fi
11010
11011 export_dynamic_flag_spec='${wl}-bexpall'
11012 # It seems that -bexpall does not export symbols beginning with
11013 # underscore (_), so it is better to generate a list of symbols to export.
11014 always_export_symbols=yes
11015 if test "$aix_use_runtimelinking" = yes; then
11016 # Warning - without using the other runtime loading flags (-brtl),
11017 # -berok will link without error, but may produce a broken library.
11018 allow_undefined_flag='-berok'
11019 # Determine the default libpath from the value encoded in an
11020 # empty executable.
11021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11022/* end confdefs.h. */
11023
11024int
11025main ()
11026{
11027
11028 ;
11029 return 0;
ef016f83 11030}
6bb11ab3
L
11031_ACEOF
11032if ac_fn_c_try_link "$LINENO"; then :
11033
11034lt_aix_libpath_sed='
11035 /Import File Strings/,/^$/ {
11036 /^0/ {
11037 s/^0 *\(.*\)$/\1/
11038 p
11039 }
11040 }'
11041aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11042# Check for a 64-bit object if we didn't find anything.
11043if test -z "$aix_libpath"; then
11044 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11045fi
11046fi
11047rm -f core conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
11049if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11050
11051 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11052 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"
11053 else
11054 if test "$host_cpu" = ia64; then
11055 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11056 allow_undefined_flag="-z nodefs"
11057 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"
11058 else
11059 # Determine the default libpath from the value encoded in an
11060 # empty executable.
11061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11062/* end confdefs.h. */
11063
11064int
11065main ()
ef016f83 11066{
6bb11ab3
L
11067
11068 ;
11069 return 0;
ef016f83 11070}
6bb11ab3
L
11071_ACEOF
11072if ac_fn_c_try_link "$LINENO"; then :
11073
11074lt_aix_libpath_sed='
11075 /Import File Strings/,/^$/ {
11076 /^0/ {
11077 s/^0 *\(.*\)$/\1/
11078 p
11079 }
11080 }'
11081aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11082# Check for a 64-bit object if we didn't find anything.
11083if test -z "$aix_libpath"; then
11084 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11085fi
11086fi
11087rm -f core conftest.err conftest.$ac_objext \
11088 conftest$ac_exeext conftest.$ac_ext
11089if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11090
11091 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11092 # Warning - without using the other run time loading flags,
11093 # -berok will link without error, but may produce a broken library.
11094 no_undefined_flag=' ${wl}-bernotok'
11095 allow_undefined_flag=' ${wl}-berok'
11096 if test "$with_gnu_ld" = yes; then
11097 # We only use this code for GNU lds that support --whole-archive.
11098 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11099 else
11100 # Exported symbols can be pulled into shared objects from archives
11101 whole_archive_flag_spec='$convenience'
11102 fi
11103 archive_cmds_need_lc=yes
11104 # This is similar to how AIX traditionally builds its shared libraries.
11105 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'
11106 fi
11107 fi
11108 ;;
11109
11110 amigaos*)
11111 case $host_cpu in
11112 powerpc)
11113 # see comment about AmigaOS4 .so support
11114 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11115 archive_expsym_cmds=''
11116 ;;
11117 m68k)
11118 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)'
11119 hardcode_libdir_flag_spec='-L$libdir'
11120 hardcode_minus_L=yes
11121 ;;
11122 esac
11123 ;;
11124
11125 bsdi[45]*)
11126 export_dynamic_flag_spec=-rdynamic
11127 ;;
11128
11129 cygwin* | mingw* | pw32* | cegcc*)
11130 # When not using gcc, we currently assume that we are using
11131 # Microsoft Visual C++.
11132 # hardcode_libdir_flag_spec is actually meaningless, as there is
11133 # no search path for DLLs.
11134 hardcode_libdir_flag_spec=' '
11135 allow_undefined_flag=unsupported
11136 # Tell ltmain to make .lib files, not .a files.
11137 libext=lib
11138 # Tell ltmain to make .dll files, not .so files.
11139 shrext_cmds=".dll"
11140 # FIXME: Setting linknames here is a bad hack.
11141 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11142 # The linker will automatically build a .lib file if we build a DLL.
11143 old_archive_from_new_cmds='true'
11144 # FIXME: Should let the user specify the lib program.
11145 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11146 fix_srcfile_path='`cygpath -w "$srcfile"`'
11147 enable_shared_with_static_runtimes=yes
11148 ;;
11149
11150 darwin* | rhapsody*)
11151
11152
11153 archive_cmds_need_lc=no
11154 hardcode_direct=no
11155 hardcode_automatic=yes
11156 hardcode_shlibpath_var=unsupported
11157 if test "$lt_cv_ld_force_load" = "yes"; then
11158 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\"`'
11159 else
11160 whole_archive_flag_spec=''
11161 fi
11162 link_all_deplibs=yes
11163 allow_undefined_flag="$_lt_dar_allow_undefined"
11164 case $cc_basename in
11165 ifort*) _lt_dar_can_shared=yes ;;
11166 *) _lt_dar_can_shared=$GCC ;;
11167 esac
11168 if test "$_lt_dar_can_shared" = "yes"; then
11169 output_verbose_link_cmd=func_echo_all
11170 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11171 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11172 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}"
11173 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}"
11174
11175 else
11176 ld_shlibs=no
11177 fi
11178
11179 ;;
11180
11181 dgux*)
11182 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11183 hardcode_libdir_flag_spec='-L$libdir'
11184 hardcode_shlibpath_var=no
11185 ;;
11186
11187 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11188 # support. Future versions do this automatically, but an explicit c++rt0.o
11189 # does not break anything, and helps significantly (at the cost of a little
11190 # extra space).
11191 freebsd2.2*)
11192 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11193 hardcode_libdir_flag_spec='-R$libdir'
11194 hardcode_direct=yes
11195 hardcode_shlibpath_var=no
11196 ;;
11197
11198 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11199 freebsd2.*)
11200 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11201 hardcode_direct=yes
11202 hardcode_minus_L=yes
11203 hardcode_shlibpath_var=no
11204 ;;
11205
11206 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11207 freebsd* | dragonfly*)
11208 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11209 hardcode_libdir_flag_spec='-R$libdir'
11210 hardcode_direct=yes
11211 hardcode_shlibpath_var=no
11212 ;;
11213
11214 hpux9*)
11215 if test "$GCC" = yes; then
11216 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'
11217 else
11218 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'
11219 fi
11220 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11221 hardcode_libdir_separator=:
11222 hardcode_direct=yes
11223
11224 # hardcode_minus_L: Not really in the search PATH,
11225 # but as the default location of the library.
11226 hardcode_minus_L=yes
11227 export_dynamic_flag_spec='${wl}-E'
11228 ;;
11229
11230 hpux10*)
11231 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11232 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11233 else
11234 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11235 fi
11236 if test "$with_gnu_ld" = no; then
11237 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11238 hardcode_libdir_flag_spec_ld='+b $libdir'
11239 hardcode_libdir_separator=:
11240 hardcode_direct=yes
11241 hardcode_direct_absolute=yes
11242 export_dynamic_flag_spec='${wl}-E'
11243 # hardcode_minus_L: Not really in the search PATH,
11244 # but as the default location of the library.
11245 hardcode_minus_L=yes
11246 fi
11247 ;;
11248
11249 hpux11*)
11250 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11251 case $host_cpu in
11252 hppa*64*)
11253 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11254 ;;
11255 ia64*)
11256 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11257 ;;
11258 *)
11259 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11260 ;;
11261 esac
11262 else
11263 case $host_cpu in
11264 hppa*64*)
11265 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11266 ;;
11267 ia64*)
11268 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11269 ;;
11270 *)
11271
11272 # Older versions of the 11.00 compiler do not understand -b yet
11273 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11275$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11276if ${lt_cv_prog_compiler__b+:} false; then :
6bb11ab3
L
11277 $as_echo_n "(cached) " >&6
11278else
11279 lt_cv_prog_compiler__b=no
11280 save_LDFLAGS="$LDFLAGS"
11281 LDFLAGS="$LDFLAGS -b"
11282 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11283 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11284 # The linker can only warn and ignore the option if not recognized
11285 # So say no if there are warnings
11286 if test -s conftest.err; then
11287 # Append any errors to the config.log.
11288 cat conftest.err 1>&5
11289 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11290 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11291 if diff conftest.exp conftest.er2 >/dev/null; then
11292 lt_cv_prog_compiler__b=yes
11293 fi
11294 else
11295 lt_cv_prog_compiler__b=yes
11296 fi
11297 fi
11298 $RM -r conftest*
11299 LDFLAGS="$save_LDFLAGS"
11300
11301fi
11302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11303$as_echo "$lt_cv_prog_compiler__b" >&6; }
11304
11305if test x"$lt_cv_prog_compiler__b" = xyes; then
11306 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11307else
11308 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11309fi
11310
11311 ;;
11312 esac
11313 fi
11314 if test "$with_gnu_ld" = no; then
11315 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11316 hardcode_libdir_separator=:
11317
11318 case $host_cpu in
11319 hppa*64*|ia64*)
11320 hardcode_direct=no
11321 hardcode_shlibpath_var=no
11322 ;;
11323 *)
11324 hardcode_direct=yes
11325 hardcode_direct_absolute=yes
11326 export_dynamic_flag_spec='${wl}-E'
11327
11328 # hardcode_minus_L: Not really in the search PATH,
11329 # but as the default location of the library.
11330 hardcode_minus_L=yes
11331 ;;
11332 esac
11333 fi
11334 ;;
11335
11336 irix5* | irix6* | nonstopux*)
11337 if test "$GCC" = yes; then
11338 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'
11339 # Try to use the -exported_symbol ld option, if it does not
11340 # work, assume that -exports_file does not work either and
11341 # implicitly export all symbols.
11342 save_LDFLAGS="$LDFLAGS"
11343 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11345/* end confdefs.h. */
11346int foo(void) {}
11347_ACEOF
11348if ac_fn_c_try_link "$LINENO"; then :
11349 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'
11350
11351fi
11352rm -f core conftest.err conftest.$ac_objext \
11353 conftest$ac_exeext conftest.$ac_ext
11354 LDFLAGS="$save_LDFLAGS"
11355 else
11356 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'
11357 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'
11358 fi
11359 archive_cmds_need_lc='no'
11360 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11361 hardcode_libdir_separator=:
11362 inherit_rpath=yes
11363 link_all_deplibs=yes
11364 ;;
11365
11366 netbsd*)
11367 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11368 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11369 else
11370 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11371 fi
11372 hardcode_libdir_flag_spec='-R$libdir'
11373 hardcode_direct=yes
11374 hardcode_shlibpath_var=no
11375 ;;
11376
11377 newsos6)
11378 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11379 hardcode_direct=yes
11380 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11381 hardcode_libdir_separator=:
11382 hardcode_shlibpath_var=no
11383 ;;
11384
11385 *nto* | *qnx*)
11386 ;;
11387
11388 openbsd*)
11389 if test -f /usr/libexec/ld.so; then
11390 hardcode_direct=yes
11391 hardcode_shlibpath_var=no
11392 hardcode_direct_absolute=yes
11393 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11394 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11395 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11396 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11397 export_dynamic_flag_spec='${wl}-E'
11398 else
11399 case $host_os in
11400 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11401 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11402 hardcode_libdir_flag_spec='-R$libdir'
11403 ;;
11404 *)
11405 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11406 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11407 ;;
11408 esac
11409 fi
11410 else
11411 ld_shlibs=no
11412 fi
11413 ;;
11414
11415 os2*)
11416 hardcode_libdir_flag_spec='-L$libdir'
11417 hardcode_minus_L=yes
11418 allow_undefined_flag=unsupported
11419 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'
11420 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11421 ;;
11422
11423 osf3*)
11424 if test "$GCC" = yes; then
11425 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11426 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'
11427 else
11428 allow_undefined_flag=' -expect_unresolved \*'
11429 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'
11430 fi
11431 archive_cmds_need_lc='no'
11432 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11433 hardcode_libdir_separator=:
11434 ;;
11435
11436 osf4* | osf5*) # as osf3* with the addition of -msym flag
11437 if test "$GCC" = yes; then
11438 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11439 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'
11440 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11441 else
11442 allow_undefined_flag=' -expect_unresolved \*'
11443 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'
11444 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~
11445 $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'
11446
11447 # Both c and cxx compiler support -rpath directly
11448 hardcode_libdir_flag_spec='-rpath $libdir'
11449 fi
11450 archive_cmds_need_lc='no'
11451 hardcode_libdir_separator=:
11452 ;;
11453
11454 solaris*)
11455 no_undefined_flag=' -z defs'
11456 if test "$GCC" = yes; then
11457 wlarc='${wl}'
11458 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11459 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11460 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11461 else
11462 case `$CC -V 2>&1` in
11463 *"Compilers 5.0"*)
11464 wlarc=''
11465 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11466 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11467 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11468 ;;
11469 *)
11470 wlarc='${wl}'
11471 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11472 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11473 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11474 ;;
11475 esac
11476 fi
11477 hardcode_libdir_flag_spec='-R$libdir'
11478 hardcode_shlibpath_var=no
11479 case $host_os in
11480 solaris2.[0-5] | solaris2.[0-5].*) ;;
11481 *)
11482 # The compiler driver will combine and reorder linker options,
11483 # but understands `-z linker_flag'. GCC discards it without `$wl',
11484 # but is careful enough not to reorder.
11485 # Supported since Solaris 2.6 (maybe 2.5.1?)
11486 if test "$GCC" = yes; then
11487 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11488 else
11489 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11490 fi
11491 ;;
11492 esac
11493 link_all_deplibs=yes
11494 ;;
11495
11496 sunos4*)
11497 if test "x$host_vendor" = xsequent; then
11498 # Use $CC to link under sequent, because it throws in some extra .o
11499 # files that make .init and .fini sections work.
11500 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11501 else
11502 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11503 fi
11504 hardcode_libdir_flag_spec='-L$libdir'
11505 hardcode_direct=yes
11506 hardcode_minus_L=yes
11507 hardcode_shlibpath_var=no
11508 ;;
11509
11510 sysv4)
11511 case $host_vendor in
11512 sni)
11513 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11514 hardcode_direct=yes # is this really true???
11515 ;;
11516 siemens)
11517 ## LD is ld it makes a PLAMLIB
11518 ## CC just makes a GrossModule.
11519 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11520 reload_cmds='$CC -r -o $output$reload_objs'
11521 hardcode_direct=no
11522 ;;
11523 motorola)
11524 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11525 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11526 ;;
11527 esac
11528 runpath_var='LD_RUN_PATH'
11529 hardcode_shlibpath_var=no
11530 ;;
11531
11532 sysv4.3*)
11533 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11534 hardcode_shlibpath_var=no
11535 export_dynamic_flag_spec='-Bexport'
11536 ;;
11537
11538 sysv4*MP*)
11539 if test -d /usr/nec; then
11540 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11541 hardcode_shlibpath_var=no
11542 runpath_var=LD_RUN_PATH
11543 hardcode_runpath_var=yes
11544 ld_shlibs=yes
11545 fi
11546 ;;
11547
11548 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11549 no_undefined_flag='${wl}-z,text'
11550 archive_cmds_need_lc=no
11551 hardcode_shlibpath_var=no
11552 runpath_var='LD_RUN_PATH'
11553
11554 if test "$GCC" = yes; then
11555 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11556 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11557 else
11558 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11559 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11560 fi
11561 ;;
11562
11563 sysv5* | sco3.2v5* | sco5v6*)
11564 # Note: We can NOT use -z defs as we might desire, because we do not
11565 # link with -lc, and that would cause any symbols used from libc to
11566 # always be unresolved, which means just about no library would
11567 # ever link correctly. If we're not using GNU ld we use -z text
11568 # though, which does catch some bad symbols but isn't as heavy-handed
11569 # as -z defs.
11570 no_undefined_flag='${wl}-z,text'
11571 allow_undefined_flag='${wl}-z,nodefs'
11572 archive_cmds_need_lc=no
11573 hardcode_shlibpath_var=no
11574 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11575 hardcode_libdir_separator=':'
11576 link_all_deplibs=yes
11577 export_dynamic_flag_spec='${wl}-Bexport'
11578 runpath_var='LD_RUN_PATH'
11579
11580 if test "$GCC" = yes; then
11581 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11582 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11583 else
11584 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11585 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11586 fi
11587 ;;
11588
11589 uts4*)
11590 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11591 hardcode_libdir_flag_spec='-L$libdir'
11592 hardcode_shlibpath_var=no
11593 ;;
11594
11595 *)
11596 ld_shlibs=no
11597 ;;
11598 esac
11599
11600 if test x$host_vendor = xsni; then
11601 case $host in
11602 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11603 export_dynamic_flag_spec='${wl}-Blargedynsym'
11604 ;;
11605 esac
11606 fi
11607 fi
11608
11609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11610$as_echo "$ld_shlibs" >&6; }
11611test "$ld_shlibs" = no && can_build_shared=no
11612
11613with_gnu_ld=$with_gnu_ld
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629#
11630# Do we need to explicitly link libc?
11631#
11632case "x$archive_cmds_need_lc" in
11633x|xyes)
11634 # Assume -lc should be added
11635 archive_cmds_need_lc=yes
11636
11637 if test "$enable_shared" = yes && test "$GCC" = yes; then
11638 case $archive_cmds in
11639 *'~'*)
11640 # FIXME: we may have to deal with multi-command sequences.
11641 ;;
11642 '$CC '*)
11643 # Test whether the compiler implicitly links with -lc since on some
11644 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11645 # to ld, don't add -lc before -lgcc.
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11647$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11648if ${lt_cv_archive_cmds_need_lc+:} false; then :
6bb11ab3
L
11649 $as_echo_n "(cached) " >&6
11650else
11651 $RM conftest*
11652 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11653
11654 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11655 (eval $ac_compile) 2>&5
11656 ac_status=$?
11657 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11658 test $ac_status = 0; } 2>conftest.err; then
11659 soname=conftest
11660 lib=conftest
11661 libobjs=conftest.$ac_objext
11662 deplibs=
11663 wl=$lt_prog_compiler_wl
11664 pic_flag=$lt_prog_compiler_pic
11665 compiler_flags=-v
11666 linker_flags=-v
11667 verstring=
11668 output_objdir=.
11669 libname=conftest
11670 lt_save_allow_undefined_flag=$allow_undefined_flag
11671 allow_undefined_flag=
11672 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11673 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11674 ac_status=$?
11675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11676 test $ac_status = 0; }
11677 then
11678 lt_cv_archive_cmds_need_lc=no
11679 else
11680 lt_cv_archive_cmds_need_lc=yes
11681 fi
11682 allow_undefined_flag=$lt_save_allow_undefined_flag
11683 else
11684 cat conftest.err 1>&5
11685 fi
11686 $RM conftest*
11687
11688fi
11689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11690$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11691 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11692 ;;
11693 esac
11694 fi
11695 ;;
11696esac
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
ef016f83 11817
ef016f83 11818
ef016f83 11819
ef016f83 11820
ef016f83 11821
ef016f83 11822
ef016f83 11823
6ffe910a 11824
6ffe910a
MF
11825
11826
6ffe910a 11827
ef016f83 11828
ef016f83
MF
11829
11830
ef016f83
MF
11831
11832
11833
6ffe910a 11834
ef016f83
MF
11835
11836
ef016f83 11837
ef016f83 11838
ef016f83 11839
ef016f83 11840
ef016f83 11841
ef016f83 11842
ef016f83 11843
ef016f83 11844
ef016f83 11845
ef016f83 11846
ef016f83 11847
ef016f83
MF
11848
11849
ef016f83 11850
ef016f83 11851
ef016f83
MF
11852
11853
6bb11ab3
L
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11855$as_echo_n "checking dynamic linker characteristics... " >&6; }
11856
11857if test "$GCC" = yes; then
11858 case $host_os in
11859 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11860 *) lt_awk_arg="/^libraries:/" ;;
11861 esac
11862 case $host_os in
11863 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11864 *) lt_sed_strip_eq="s,=/,/,g" ;;
11865 esac
11866 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11867 case $lt_search_path_spec in
11868 *\;*)
11869 # if the path contains ";" then we assume it to be the separator
11870 # otherwise default to the standard path separator (i.e. ":") - it is
11871 # assumed that no part of a normal pathname contains ";" but that should
11872 # okay in the real world where ";" in dirpaths is itself problematic.
11873 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11874 ;;
11875 *)
11876 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11877 ;;
11878 esac
11879 # Ok, now we have the path, separated by spaces, we can step through it
11880 # and add multilib dir if necessary.
11881 lt_tmp_lt_search_path_spec=
11882 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11883 for lt_sys_path in $lt_search_path_spec; do
11884 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11885 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11886 else
11887 test -d "$lt_sys_path" && \
11888 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
ef016f83 11889 fi
ef016f83 11890 done
6bb11ab3
L
11891 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11892BEGIN {RS=" "; FS="/|\n";} {
11893 lt_foo="";
11894 lt_count=0;
11895 for (lt_i = NF; lt_i > 0; lt_i--) {
11896 if ($lt_i != "" && $lt_i != ".") {
11897 if ($lt_i == "..") {
11898 lt_count++;
11899 } else {
11900 if (lt_count == 0) {
11901 lt_foo="/" $lt_i lt_foo;
11902 } else {
11903 lt_count--;
11904 }
11905 }
11906 }
11907 }
11908 if (lt_foo != "") { lt_freq[lt_foo]++; }
11909 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11910}'`
11911 # AWK program above erroneously prepends '/' to C:/dos/paths
11912 # for these hosts.
11913 case $host_os in
11914 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11915 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11916 esac
11917 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11918else
11919 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11920fi
11921library_names_spec=
11922libname_spec='lib$name'
11923soname_spec=
11924shrext_cmds=".so"
11925postinstall_cmds=
11926postuninstall_cmds=
11927finish_cmds=
11928finish_eval=
11929shlibpath_var=
11930shlibpath_overrides_runpath=unknown
11931version_type=none
11932dynamic_linker="$host_os ld.so"
11933sys_lib_dlsearch_path_spec="/lib /usr/lib"
11934need_lib_prefix=unknown
11935hardcode_into_libs=no
11936
11937# when you set need_version to no, make sure it does not cause -set_version
11938# flags to be left without arguments
11939need_version=unknown
11940
11941case $host_os in
11942aix3*)
11943 version_type=linux
11944 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11945 shlibpath_var=LIBPATH
11946
11947 # AIX 3 has no versioning support, so we append a major version to the name.
11948 soname_spec='${libname}${release}${shared_ext}$major'
11949 ;;
ef016f83 11950
6bb11ab3
L
11951aix[4-9]*)
11952 version_type=linux
11953 need_lib_prefix=no
11954 need_version=no
11955 hardcode_into_libs=yes
11956 if test "$host_cpu" = ia64; then
11957 # AIX 5 supports IA64
11958 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11959 shlibpath_var=LD_LIBRARY_PATH
11960 else
11961 # With GCC up to 2.95.x, collect2 would create an import file
11962 # for dependence libraries. The import file would start with
11963 # the line `#! .'. This would cause the generated library to
11964 # depend on `.', always an invalid library. This was fixed in
11965 # development snapshots of GCC prior to 3.0.
11966 case $host_os in
11967 aix4 | aix4.[01] | aix4.[01].*)
11968 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11969 echo ' yes '
11970 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11971 :
11972 else
11973 can_build_shared=no
11974 fi
11975 ;;
11976 esac
11977 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11978 # soname into executable. Probably we can add versioning support to
11979 # collect2, so additional links can be useful in future.
11980 if test "$aix_use_runtimelinking" = yes; then
11981 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11982 # instead of lib<name>.a to let people know that these are not
11983 # typical AIX shared libraries.
11984 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11985 else
11986 # We preserve .a as extension for shared libraries through AIX4.2
11987 # and later when we are not doing run time linking.
11988 library_names_spec='${libname}${release}.a $libname.a'
11989 soname_spec='${libname}${release}${shared_ext}$major'
11990 fi
11991 shlibpath_var=LIBPATH
ef016f83 11992 fi
6bb11ab3 11993 ;;
ef016f83 11994
6bb11ab3
L
11995amigaos*)
11996 case $host_cpu in
11997 powerpc)
11998 # Since July 2007 AmigaOS4 officially supports .so libraries.
11999 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
12000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12001 ;;
12002 m68k)
12003 library_names_spec='$libname.ixlibrary $libname.a'
12004 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12005 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'
12006 ;;
12007 esac
12008 ;;
ef016f83 12009
6bb11ab3
L
12010beos*)
12011 library_names_spec='${libname}${shared_ext}'
12012 dynamic_linker="$host_os ld.so"
12013 shlibpath_var=LIBRARY_PATH
12014 ;;
ef016f83 12015
6bb11ab3
L
12016bsdi[45]*)
12017 version_type=linux
12018 need_version=no
12019 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12020 soname_spec='${libname}${release}${shared_ext}$major'
12021 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12022 shlibpath_var=LD_LIBRARY_PATH
12023 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12024 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12025 # the default ld.so.conf also contains /usr/contrib/lib and
12026 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12027 # libtool to hard-code these into programs
12028 ;;
ef016f83 12029
6bb11ab3
L
12030cygwin* | mingw* | pw32* | cegcc*)
12031 version_type=windows
12032 shrext_cmds=".dll"
12033 need_version=no
12034 need_lib_prefix=no
12035
12036 case $GCC,$host_os in
12037 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12038 library_names_spec='$libname.dll.a'
12039 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12040 postinstall_cmds='base_file=`basename \${file}`~
12041 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12042 dldir=$destdir/`dirname \$dlpath`~
12043 test -d \$dldir || mkdir -p \$dldir~
12044 $install_prog $dir/$dlname \$dldir/$dlname~
12045 chmod a+x \$dldir/$dlname~
12046 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12047 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12048 fi'
12049 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12050 dlpath=$dir/\$dldll~
12051 $RM \$dlpath'
12052 shlibpath_overrides_runpath=yes
12053
12054 case $host_os in
12055 cygwin*)
12056 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12057 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12058
12059 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12060 ;;
12061 mingw* | cegcc*)
12062 # MinGW DLLs use traditional 'lib' prefix
12063 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12064 ;;
12065 pw32*)
12066 # pw32 DLLs use 'pw' prefix rather than 'lib'
12067 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12068 ;;
12069 esac
12070 ;;
ef016f83 12071
6bb11ab3
L
12072 *)
12073 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12074 ;;
12075 esac
12076 dynamic_linker='Win32 ld.exe'
12077 # FIXME: first we should search . and the directory the executable is in
12078 shlibpath_var=PATH
12079 ;;
ef016f83 12080
6bb11ab3
L
12081darwin* | rhapsody*)
12082 dynamic_linker="$host_os dyld"
12083 version_type=darwin
12084 need_lib_prefix=no
12085 need_version=no
12086 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12087 soname_spec='${libname}${release}${major}$shared_ext'
12088 shlibpath_overrides_runpath=yes
12089 shlibpath_var=DYLD_LIBRARY_PATH
12090 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12091
12092 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12093 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12094 ;;
ef016f83 12095
6bb11ab3
L
12096dgux*)
12097 version_type=linux
12098 need_lib_prefix=no
12099 need_version=no
12100 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12101 soname_spec='${libname}${release}${shared_ext}$major'
12102 shlibpath_var=LD_LIBRARY_PATH
12103 ;;
12104
12105freebsd* | dragonfly*)
12106 # DragonFly does not have aout. When/if they implement a new
12107 # versioning mechanism, adjust this.
12108 if test -x /usr/bin/objformat; then
12109 objformat=`/usr/bin/objformat`
12110 else
12111 case $host_os in
12112 freebsd[23].*) objformat=aout ;;
12113 *) objformat=elf ;;
12114 esac
12115 fi
12116 version_type=freebsd-$objformat
12117 case $version_type in
12118 freebsd-elf*)
12119 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12120 need_version=no
12121 need_lib_prefix=no
12122 ;;
12123 freebsd-*)
12124 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12125 need_version=yes
12126 ;;
12127 esac
12128 shlibpath_var=LD_LIBRARY_PATH
12129 case $host_os in
12130 freebsd2.*)
12131 shlibpath_overrides_runpath=yes
12132 ;;
12133 freebsd3.[01]* | freebsdelf3.[01]*)
12134 shlibpath_overrides_runpath=yes
12135 hardcode_into_libs=yes
12136 ;;
12137 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12138 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12139 shlibpath_overrides_runpath=no
12140 hardcode_into_libs=yes
12141 ;;
12142 *) # from 4.6 on, and DragonFly
12143 shlibpath_overrides_runpath=yes
12144 hardcode_into_libs=yes
12145 ;;
12146 esac
12147 ;;
ef016f83 12148
6bb11ab3
L
12149haiku*)
12150 version_type=linux
12151 need_lib_prefix=no
12152 need_version=no
12153 dynamic_linker="$host_os runtime_loader"
12154 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12155 soname_spec='${libname}${release}${shared_ext}$major'
12156 shlibpath_var=LIBRARY_PATH
12157 shlibpath_overrides_runpath=yes
12158 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12159 hardcode_into_libs=yes
12160 ;;
ef016f83 12161
6bb11ab3
L
12162hpux9* | hpux10* | hpux11*)
12163 # Give a soname corresponding to the major version so that dld.sl refuses to
12164 # link against other versions.
12165 version_type=sunos
12166 need_lib_prefix=no
12167 need_version=no
12168 case $host_cpu in
12169 ia64*)
12170 shrext_cmds='.so'
12171 hardcode_into_libs=yes
12172 dynamic_linker="$host_os dld.so"
12173 shlibpath_var=LD_LIBRARY_PATH
12174 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12176 soname_spec='${libname}${release}${shared_ext}$major'
12177 if test "X$HPUX_IA64_MODE" = X32; then
12178 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12179 else
12180 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12181 fi
12182 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12183 ;;
12184 hppa*64*)
12185 shrext_cmds='.sl'
12186 hardcode_into_libs=yes
12187 dynamic_linker="$host_os dld.sl"
12188 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12189 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12190 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12191 soname_spec='${libname}${release}${shared_ext}$major'
12192 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12193 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12194 ;;
12195 *)
12196 shrext_cmds='.sl'
12197 dynamic_linker="$host_os dld.sl"
12198 shlibpath_var=SHLIB_PATH
12199 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12200 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12201 soname_spec='${libname}${release}${shared_ext}$major'
12202 ;;
12203 esac
12204 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12205 postinstall_cmds='chmod 555 $lib'
12206 # or fails outright, so override atomically:
12207 install_override_mode=555
12208 ;;
ef016f83 12209
6bb11ab3
L
12210interix[3-9]*)
12211 version_type=linux
12212 need_lib_prefix=no
12213 need_version=no
12214 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12215 soname_spec='${libname}${release}${shared_ext}$major'
12216 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12217 shlibpath_var=LD_LIBRARY_PATH
12218 shlibpath_overrides_runpath=no
12219 hardcode_into_libs=yes
12220 ;;
ef016f83 12221
6bb11ab3
L
12222irix5* | irix6* | nonstopux*)
12223 case $host_os in
12224 nonstopux*) version_type=nonstopux ;;
12225 *)
12226 if test "$lt_cv_prog_gnu_ld" = yes; then
12227 version_type=linux
12228 else
12229 version_type=irix
12230 fi ;;
12231 esac
12232 need_lib_prefix=no
12233 need_version=no
12234 soname_spec='${libname}${release}${shared_ext}$major'
12235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12236 case $host_os in
12237 irix5* | nonstopux*)
12238 libsuff= shlibsuff=
12239 ;;
12240 *)
12241 case $LD in # libtool.m4 will add one of these switches to LD
12242 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12243 libsuff= shlibsuff= libmagic=32-bit;;
12244 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12245 libsuff=32 shlibsuff=N32 libmagic=N32;;
12246 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12247 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12248 *) libsuff= shlibsuff= libmagic=never-match;;
12249 esac
12250 ;;
12251 esac
12252 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12253 shlibpath_overrides_runpath=no
12254 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12255 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12256 hardcode_into_libs=yes
12257 ;;
ef016f83 12258
6bb11ab3
L
12259# No shared lib support for Linux oldld, aout, or coff.
12260linux*oldld* | linux*aout* | linux*coff*)
12261 dynamic_linker=no
12262 ;;
ef016f83 12263
6bb11ab3 12264# This must be Linux ELF.
46f900c0 12265linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12266 version_type=linux
12267 need_lib_prefix=no
12268 need_version=no
12269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12270 soname_spec='${libname}${release}${shared_ext}$major'
12271 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12272 shlibpath_var=LD_LIBRARY_PATH
12273 shlibpath_overrides_runpath=no
12274
12275 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12276 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
6bb11ab3 12277 $as_echo_n "(cached) " >&6
ef016f83 12278else
6bb11ab3
L
12279 lt_cv_shlibpath_overrides_runpath=no
12280 save_LDFLAGS=$LDFLAGS
12281 save_libdir=$libdir
12282 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12283 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ef016f83 12285/* end confdefs.h. */
ef016f83 12286
ef016f83
MF
12287int
12288main ()
12289{
6bb11ab3
L
12290
12291 ;
ef016f83
MF
12292 return 0;
12293}
12294_ACEOF
6bb11ab3
L
12295if ac_fn_c_try_link "$LINENO"; then :
12296 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12297 lt_cv_shlibpath_overrides_runpath=yes
ef016f83 12298fi
ef016f83 12299fi
6bb11ab3
L
12300rm -f core conftest.err conftest.$ac_objext \
12301 conftest$ac_exeext conftest.$ac_ext
12302 LDFLAGS=$save_LDFLAGS
12303 libdir=$save_libdir
ef016f83
MF
12304
12305fi
ef016f83 12306
6bb11ab3 12307 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ef016f83 12308
6bb11ab3
L
12309 # This implies no fast_install, which is unacceptable.
12310 # Some rework will be needed to allow for fast_install
12311 # before this can be enabled.
12312 hardcode_into_libs=yes
ef016f83 12313
6bb11ab3
L
12314 # Append ld.so.conf contents to the search path
12315 if test -f /etc/ld.so.conf; then
12316 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' ' '`
12317 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12318 fi
ef016f83 12319
6bb11ab3
L
12320 # We used to test for /lib/ld.so.1 and disable shared libraries on
12321 # powerpc, because MkLinux only supported shared libraries with the
12322 # GNU dynamic linker. Since this was broken with cross compilers,
12323 # most powerpc-linux boxes support dynamic linking these days and
12324 # people can always --disable-shared, the test was removed, and we
12325 # assume the GNU/Linux dynamic linker is in use.
12326 dynamic_linker='GNU/Linux ld.so'
12327 ;;
ef016f83 12328
6bb11ab3
L
12329netbsd*)
12330 version_type=sunos
12331 need_lib_prefix=no
12332 need_version=no
12333 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12335 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12336 dynamic_linker='NetBSD (a.out) ld.so'
12337 else
12338 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12339 soname_spec='${libname}${release}${shared_ext}$major'
12340 dynamic_linker='NetBSD ld.elf_so'
12341 fi
12342 shlibpath_var=LD_LIBRARY_PATH
12343 shlibpath_overrides_runpath=yes
12344 hardcode_into_libs=yes
12345 ;;
ef016f83 12346
6bb11ab3
L
12347newsos6)
12348 version_type=linux
12349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12350 shlibpath_var=LD_LIBRARY_PATH
12351 shlibpath_overrides_runpath=yes
12352 ;;
ef016f83 12353
6bb11ab3
L
12354*nto* | *qnx*)
12355 version_type=qnx
12356 need_lib_prefix=no
12357 need_version=no
12358 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12359 soname_spec='${libname}${release}${shared_ext}$major'
12360 shlibpath_var=LD_LIBRARY_PATH
12361 shlibpath_overrides_runpath=no
12362 hardcode_into_libs=yes
12363 dynamic_linker='ldqnx.so'
12364 ;;
6ffe910a 12365
6bb11ab3
L
12366openbsd*)
12367 version_type=sunos
12368 sys_lib_dlsearch_path_spec="/usr/lib"
12369 need_lib_prefix=no
12370 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12371 case $host_os in
12372 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12373 *) need_version=no ;;
12374 esac
12375 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12376 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12377 shlibpath_var=LD_LIBRARY_PATH
12378 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12379 case $host_os in
12380 openbsd2.[89] | openbsd2.[89].*)
12381 shlibpath_overrides_runpath=no
12382 ;;
12383 *)
12384 shlibpath_overrides_runpath=yes
12385 ;;
12386 esac
12387 else
12388 shlibpath_overrides_runpath=yes
12389 fi
12390 ;;
2232061b 12391
6bb11ab3
L
12392os2*)
12393 libname_spec='$name'
12394 shrext_cmds=".dll"
12395 need_lib_prefix=no
12396 library_names_spec='$libname${shared_ext} $libname.a'
12397 dynamic_linker='OS/2 ld.exe'
12398 shlibpath_var=LIBPATH
12399 ;;
2232061b 12400
6bb11ab3
L
12401osf3* | osf4* | osf5*)
12402 version_type=osf
12403 need_lib_prefix=no
12404 need_version=no
12405 soname_spec='${libname}${release}${shared_ext}$major'
12406 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12407 shlibpath_var=LD_LIBRARY_PATH
12408 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12409 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12410 ;;
2232061b 12411
6bb11ab3
L
12412rdos*)
12413 dynamic_linker=no
12414 ;;
2232061b 12415
6bb11ab3
L
12416solaris*)
12417 version_type=linux
12418 need_lib_prefix=no
12419 need_version=no
12420 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12421 soname_spec='${libname}${release}${shared_ext}$major'
12422 shlibpath_var=LD_LIBRARY_PATH
12423 shlibpath_overrides_runpath=yes
12424 hardcode_into_libs=yes
12425 # ldd complains unless libraries are executable
12426 postinstall_cmds='chmod +x $lib'
12427 ;;
2232061b 12428
6bb11ab3
L
12429sunos4*)
12430 version_type=sunos
12431 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12432 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12433 shlibpath_var=LD_LIBRARY_PATH
12434 shlibpath_overrides_runpath=yes
12435 if test "$with_gnu_ld" = yes; then
12436 need_lib_prefix=no
12437 fi
12438 need_version=yes
12439 ;;
2232061b 12440
6bb11ab3
L
12441sysv4 | sysv4.3*)
12442 version_type=linux
12443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12444 soname_spec='${libname}${release}${shared_ext}$major'
12445 shlibpath_var=LD_LIBRARY_PATH
12446 case $host_vendor in
12447 sni)
12448 shlibpath_overrides_runpath=no
12449 need_lib_prefix=no
12450 runpath_var=LD_RUN_PATH
12451 ;;
12452 siemens)
12453 need_lib_prefix=no
12454 ;;
12455 motorola)
12456 need_lib_prefix=no
12457 need_version=no
12458 shlibpath_overrides_runpath=no
12459 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12460 ;;
12461 esac
12462 ;;
2232061b 12463
6bb11ab3
L
12464sysv4*MP*)
12465 if test -d /usr/nec ;then
12466 version_type=linux
12467 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12468 soname_spec='$libname${shared_ext}.$major'
12469 shlibpath_var=LD_LIBRARY_PATH
12470 fi
12471 ;;
2232061b 12472
6bb11ab3
L
12473sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12474 version_type=freebsd-elf
12475 need_lib_prefix=no
12476 need_version=no
12477 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12478 soname_spec='${libname}${release}${shared_ext}$major'
12479 shlibpath_var=LD_LIBRARY_PATH
12480 shlibpath_overrides_runpath=yes
12481 hardcode_into_libs=yes
12482 if test "$with_gnu_ld" = yes; then
12483 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12484 else
12485 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12486 case $host_os in
12487 sco3.2v5*)
12488 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12489 ;;
12490 esac
2232061b 12491 fi
6bb11ab3
L
12492 sys_lib_dlsearch_path_spec='/usr/lib'
12493 ;;
2232061b 12494
6bb11ab3
L
12495tpf*)
12496 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12497 version_type=linux
12498 need_lib_prefix=no
12499 need_version=no
12500 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12501 shlibpath_var=LD_LIBRARY_PATH
12502 shlibpath_overrides_runpath=no
12503 hardcode_into_libs=yes
12504 ;;
2232061b 12505
6bb11ab3
L
12506uts4*)
12507 version_type=linux
12508 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12509 soname_spec='${libname}${release}${shared_ext}$major'
12510 shlibpath_var=LD_LIBRARY_PATH
12511 ;;
2232061b 12512
6bb11ab3
L
12513*)
12514 dynamic_linker=no
12515 ;;
12516esac
12517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12518$as_echo "$dynamic_linker" >&6; }
12519test "$dynamic_linker" = no && can_build_shared=no
2232061b 12520
6bb11ab3
L
12521variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12522if test "$GCC" = yes; then
12523 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12524fi
2232061b 12525
6bb11ab3
L
12526if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12527 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12528fi
12529if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12530 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12531fi
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
2232061b 12547
2232061b 12548
2232061b 12549
2232061b
MF
12550
12551
2232061b 12552
2232061b 12553
2232061b 12554
2232061b 12555
2232061b 12556
2232061b 12557
2232061b 12558
2232061b 12559
2232061b 12560
2232061b
MF
12561
12562
6ffe910a 12563
6ffe910a
MF
12564
12565
12566
12567
12568
2232061b 12569
6ffe910a
MF
12570
12571
12572
12573
6ffe910a 12574
6ffe910a 12575
6ffe910a
MF
12576
12577
6ffe910a 12578
6ffe910a 12579
6ffe910a
MF
12580
12581
5f3ef9d0 12582
5f3ef9d0
JB
12583
12584
12585
db2e4d67
MF
12586
12587
db2e4d67 12588
db2e4d67 12589
db2e4d67 12590
db2e4d67 12591
db2e4d67 12592
db2e4d67 12593
db2e4d67 12594
db2e4d67
MF
12595
12596
db2e4d67 12597
db2e4d67
MF
12598
12599
db2e4d67 12600
db2e4d67
MF
12601
12602
6ffe910a 12603
6ffe910a 12604
6ffe910a
MF
12605
12606
6ffe910a
MF
12607
12608
6ffe910a 12609
6ffe910a 12610
6ffe910a 12611
6ffe910a 12612
6ffe910a 12613
ef016f83 12614
ef016f83 12615
ef016f83 12616
ef016f83 12617
ef016f83 12618
ef016f83 12619
ef016f83 12620
6bb11ab3
L
12621
12622
12623
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12625$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12626hardcode_action=
12627if test -n "$hardcode_libdir_flag_spec" ||
12628 test -n "$runpath_var" ||
12629 test "X$hardcode_automatic" = "Xyes" ; then
12630
12631 # We can hardcode non-existent directories.
12632 if test "$hardcode_direct" != no &&
12633 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12634 # have to relink, otherwise we might link with an installed library
12635 # when we should be linking with a yet-to-be-installed one
12636 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12637 test "$hardcode_minus_L" != no; then
12638 # Linking always hardcodes the temporary library directory.
12639 hardcode_action=relink
12640 else
12641 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12642 hardcode_action=immediate
12643 fi
12644else
12645 # We cannot hardcode anything, or else we can only hardcode existing
12646 # directories.
12647 hardcode_action=unsupported
ef016f83 12648fi
6bb11ab3
L
12649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12650$as_echo "$hardcode_action" >&6; }
ef016f83 12651
6bb11ab3
L
12652if test "$hardcode_action" = relink ||
12653 test "$inherit_rpath" = yes; then
12654 # Fast installation is not supported
12655 enable_fast_install=no
12656elif test "$shlibpath_overrides_runpath" = yes ||
12657 test "$enable_shared" = no; then
12658 # Fast installation is not necessary
12659 enable_fast_install=needless
12660fi
ef016f83 12661
6bb11ab3
L
12662
12663
12664
12665
12666
12667 if test "x$enable_dlopen" != xyes; then
12668 enable_dlopen=unknown
12669 enable_dlopen_self=unknown
12670 enable_dlopen_self_static=unknown
12671else
12672 lt_cv_dlopen=no
12673 lt_cv_dlopen_libs=
12674
12675 case $host_os in
12676 beos*)
12677 lt_cv_dlopen="load_add_on"
12678 lt_cv_dlopen_libs=
12679 lt_cv_dlopen_self=yes
12680 ;;
12681
12682 mingw* | pw32* | cegcc*)
12683 lt_cv_dlopen="LoadLibrary"
12684 lt_cv_dlopen_libs=
12685 ;;
12686
12687 cygwin*)
12688 lt_cv_dlopen="dlopen"
12689 lt_cv_dlopen_libs=
12690 ;;
12691
12692 darwin*)
12693 # if libdl is installed we need to link against it
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12695$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12696if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12697 $as_echo_n "(cached) " >&6
12698else
12699 ac_check_lib_save_LIBS=$LIBS
12700LIBS="-ldl $LIBS"
12701cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12702/* end confdefs.h. */
12703
12704/* Override any GCC internal prototype to avoid an error.
12705 Use char because int might match the return type of a GCC
12706 builtin and then its argument prototype would still apply. */
12707#ifdef __cplusplus
12708extern "C"
12709#endif
12710char dlopen ();
12711int
12712main ()
12713{
12714return dlopen ();
12715 ;
12716 return 0;
12717}
ef016f83 12718_ACEOF
6bb11ab3
L
12719if ac_fn_c_try_link "$LINENO"; then :
12720 ac_cv_lib_dl_dlopen=yes
12721else
12722 ac_cv_lib_dl_dlopen=no
12723fi
12724rm -f core conftest.err conftest.$ac_objext \
12725 conftest$ac_exeext conftest.$ac_ext
12726LIBS=$ac_check_lib_save_LIBS
12727fi
12728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12729$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12730if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12731 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12732else
12733
12734 lt_cv_dlopen="dyld"
12735 lt_cv_dlopen_libs=
12736 lt_cv_dlopen_self=yes
ef016f83
MF
12737
12738fi
12739
6bb11ab3 12740 ;;
ef016f83 12741
6bb11ab3
L
12742 *)
12743 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12744if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12745 lt_cv_dlopen="shl_load"
12746else
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12748$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12749if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12750 $as_echo_n "(cached) " >&6
12751else
12752 ac_check_lib_save_LIBS=$LIBS
12753LIBS="-ldld $LIBS"
12754cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12755/* end confdefs.h. */
12756
12757/* Override any GCC internal prototype to avoid an error.
12758 Use char because int might match the return type of a GCC
12759 builtin and then its argument prototype would still apply. */
12760#ifdef __cplusplus
12761extern "C"
12762#endif
12763char shl_load ();
12764int
12765main ()
12766{
12767return shl_load ();
12768 ;
12769 return 0;
12770}
12771_ACEOF
12772if ac_fn_c_try_link "$LINENO"; then :
12773 ac_cv_lib_dld_shl_load=yes
12774else
12775 ac_cv_lib_dld_shl_load=no
12776fi
12777rm -f core conftest.err conftest.$ac_objext \
12778 conftest$ac_exeext conftest.$ac_ext
12779LIBS=$ac_check_lib_save_LIBS
12780fi
12781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12782$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12783if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12784 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12785else
12786 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12787if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12788 lt_cv_dlopen="dlopen"
12789else
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12791$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12792if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12793 $as_echo_n "(cached) " >&6
12794else
12795 ac_check_lib_save_LIBS=$LIBS
12796LIBS="-ldl $LIBS"
12797cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12798/* end confdefs.h. */
12799
12800/* Override any GCC internal prototype to avoid an error.
12801 Use char because int might match the return type of a GCC
12802 builtin and then its argument prototype would still apply. */
12803#ifdef __cplusplus
12804extern "C"
12805#endif
12806char dlopen ();
12807int
12808main ()
12809{
12810return dlopen ();
12811 ;
12812 return 0;
12813}
ef016f83 12814_ACEOF
6bb11ab3
L
12815if ac_fn_c_try_link "$LINENO"; then :
12816 ac_cv_lib_dl_dlopen=yes
12817else
12818 ac_cv_lib_dl_dlopen=no
ef016f83 12819fi
6bb11ab3
L
12820rm -f core conftest.err conftest.$ac_objext \
12821 conftest$ac_exeext conftest.$ac_ext
12822LIBS=$ac_check_lib_save_LIBS
12823fi
12824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12825$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12826if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12827 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12828else
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12830$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12831if ${ac_cv_lib_svld_dlopen+:} false; then :
ef016f83
MF
12832 $as_echo_n "(cached) " >&6
12833else
12834 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12835LIBS="-lsvld $LIBS"
ef016f83
MF
12836cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12837/* end confdefs.h. */
12838
12839/* Override any GCC internal prototype to avoid an error.
12840 Use char because int might match the return type of a GCC
12841 builtin and then its argument prototype would still apply. */
12842#ifdef __cplusplus
12843extern "C"
12844#endif
6bb11ab3 12845char dlopen ();
ef016f83
MF
12846int
12847main ()
12848{
6bb11ab3 12849return dlopen ();
ef016f83
MF
12850 ;
12851 return 0;
12852}
12853_ACEOF
12854if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12855 ac_cv_lib_svld_dlopen=yes
ef016f83 12856else
6bb11ab3 12857 ac_cv_lib_svld_dlopen=no
ef016f83
MF
12858fi
12859rm -f core conftest.err conftest.$ac_objext \
12860 conftest$ac_exeext conftest.$ac_ext
12861LIBS=$ac_check_lib_save_LIBS
12862fi
6bb11ab3
L
12863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12864$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12865if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3
L
12866 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12867else
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12869$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12870if ${ac_cv_lib_dld_dld_link+:} false; then :
ef016f83
MF
12871 $as_echo_n "(cached) " >&6
12872else
12873 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12874LIBS="-ldld $LIBS"
ef016f83
MF
12875cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12876/* end confdefs.h. */
12877
12878/* Override any GCC internal prototype to avoid an error.
12879 Use char because int might match the return type of a GCC
12880 builtin and then its argument prototype would still apply. */
12881#ifdef __cplusplus
12882extern "C"
12883#endif
6bb11ab3 12884char dld_link ();
ef016f83
MF
12885int
12886main ()
12887{
6bb11ab3 12888return dld_link ();
ef016f83
MF
12889 ;
12890 return 0;
12891}
12892_ACEOF
12893if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12894 ac_cv_lib_dld_dld_link=yes
ef016f83 12895else
6bb11ab3 12896 ac_cv_lib_dld_dld_link=no
ef016f83
MF
12897fi
12898rm -f core conftest.err conftest.$ac_objext \
12899 conftest$ac_exeext conftest.$ac_ext
12900LIBS=$ac_check_lib_save_LIBS
12901fi
6bb11ab3
L
12902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12903$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12904if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12905 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12906fi
ef016f83 12907
ef016f83
MF
12908
12909fi
12910
12911
6bb11ab3 12912fi
ef016f83 12913
ef016f83 12914
ef016f83
MF
12915fi
12916
12917
6bb11ab3
L
12918fi
12919
12920
12921fi
12922
12923 ;;
12924 esac
12925
12926 if test "x$lt_cv_dlopen" != xno; then
12927 enable_dlopen=yes
12928 else
12929 enable_dlopen=no
12930 fi
12931
12932 case $lt_cv_dlopen in
12933 dlopen)
12934 save_CPPFLAGS="$CPPFLAGS"
12935 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12936
12937 save_LDFLAGS="$LDFLAGS"
12938 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12939
12940 save_LIBS="$LIBS"
12941 LIBS="$lt_cv_dlopen_libs $LIBS"
12942
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12944$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12945if ${lt_cv_dlopen_self+:} false; then :
ef016f83
MF
12946 $as_echo_n "(cached) " >&6
12947else
6bb11ab3
L
12948 if test "$cross_compiling" = yes; then :
12949 lt_cv_dlopen_self=cross
12950else
12951 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12952 lt_status=$lt_dlunknown
12953 cat > conftest.$ac_ext <<_LT_EOF
50df264d 12954#line 12954 "configure"
6bb11ab3 12955#include "confdefs.h"
ef016f83 12956
6bb11ab3
L
12957#if HAVE_DLFCN_H
12958#include <dlfcn.h>
ef016f83 12959#endif
6bb11ab3
L
12960
12961#include <stdio.h>
12962
12963#ifdef RTLD_GLOBAL
12964# define LT_DLGLOBAL RTLD_GLOBAL
12965#else
12966# ifdef DL_GLOBAL
12967# define LT_DLGLOBAL DL_GLOBAL
12968# else
12969# define LT_DLGLOBAL 0
12970# endif
12971#endif
12972
12973/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12974 find out it does not work in some platform. */
12975#ifndef LT_DLLAZY_OR_NOW
12976# ifdef RTLD_LAZY
12977# define LT_DLLAZY_OR_NOW RTLD_LAZY
12978# else
12979# ifdef DL_LAZY
12980# define LT_DLLAZY_OR_NOW DL_LAZY
12981# else
12982# ifdef RTLD_NOW
12983# define LT_DLLAZY_OR_NOW RTLD_NOW
12984# else
12985# ifdef DL_NOW
12986# define LT_DLLAZY_OR_NOW DL_NOW
12987# else
12988# define LT_DLLAZY_OR_NOW 0
12989# endif
12990# endif
12991# endif
12992# endif
12993#endif
12994
12995/* When -fvisbility=hidden is used, assume the code has been annotated
12996 correspondingly for the symbols needed. */
12997#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12998void fnord () __attribute__((visibility("default")));
12999#endif
13000
13001void fnord () { int i=42; }
13002int main ()
ef016f83 13003{
6bb11ab3
L
13004 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13005 int status = $lt_dlunknown;
13006
13007 if (self)
13008 {
13009 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13010 else
13011 {
13012 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13013 else puts (dlerror ());
13014 }
13015 /* dlclose (self); */
13016 }
13017 else
13018 puts (dlerror ());
13019
13020 return status;
ef016f83 13021}
6bb11ab3
L
13022_LT_EOF
13023 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13024 (eval $ac_link) 2>&5
13025 ac_status=$?
13026 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13027 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13028 (./conftest; exit; ) >&5 2>/dev/null
13029 lt_status=$?
13030 case x$lt_status in
13031 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13032 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13033 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13034 esac
13035 else :
13036 # compilation failed
13037 lt_cv_dlopen_self=no
13038 fi
13039fi
13040rm -fr conftest*
13041
13042
13043fi
13044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13045$as_echo "$lt_cv_dlopen_self" >&6; }
13046
13047 if test "x$lt_cv_dlopen_self" = xyes; then
13048 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13050$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13051if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3
L
13052 $as_echo_n "(cached) " >&6
13053else
13054 if test "$cross_compiling" = yes; then :
13055 lt_cv_dlopen_self_static=cross
13056else
13057 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13058 lt_status=$lt_dlunknown
13059 cat > conftest.$ac_ext <<_LT_EOF
50df264d 13060#line 13060 "configure"
6bb11ab3
L
13061#include "confdefs.h"
13062
13063#if HAVE_DLFCN_H
13064#include <dlfcn.h>
13065#endif
13066
13067#include <stdio.h>
13068
13069#ifdef RTLD_GLOBAL
13070# define LT_DLGLOBAL RTLD_GLOBAL
13071#else
13072# ifdef DL_GLOBAL
13073# define LT_DLGLOBAL DL_GLOBAL
13074# else
13075# define LT_DLGLOBAL 0
13076# endif
13077#endif
13078
13079/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13080 find out it does not work in some platform. */
13081#ifndef LT_DLLAZY_OR_NOW
13082# ifdef RTLD_LAZY
13083# define LT_DLLAZY_OR_NOW RTLD_LAZY
13084# else
13085# ifdef DL_LAZY
13086# define LT_DLLAZY_OR_NOW DL_LAZY
13087# else
13088# ifdef RTLD_NOW
13089# define LT_DLLAZY_OR_NOW RTLD_NOW
13090# else
13091# ifdef DL_NOW
13092# define LT_DLLAZY_OR_NOW DL_NOW
13093# else
13094# define LT_DLLAZY_OR_NOW 0
13095# endif
13096# endif
13097# endif
13098# endif
13099#endif
13100
13101/* When -fvisbility=hidden is used, assume the code has been annotated
13102 correspondingly for the symbols needed. */
13103#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13104void fnord () __attribute__((visibility("default")));
13105#endif
13106
13107void fnord () { int i=42; }
13108int main ()
13109{
13110 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13111 int status = $lt_dlunknown;
13112
13113 if (self)
13114 {
13115 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13116 else
13117 {
13118 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13119 else puts (dlerror ());
13120 }
13121 /* dlclose (self); */
13122 }
ef016f83 13123 else
6bb11ab3
L
13124 puts (dlerror ());
13125
13126 return status;
13127}
13128_LT_EOF
13129 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13130 (eval $ac_link) 2>&5
13131 ac_status=$?
13132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13133 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13134 (./conftest; exit; ) >&5 2>/dev/null
13135 lt_status=$?
13136 case x$lt_status in
13137 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13138 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13139 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13140 esac
13141 else :
13142 # compilation failed
13143 lt_cv_dlopen_self_static=no
ef016f83 13144 fi
ef016f83 13145fi
6bb11ab3
L
13146rm -fr conftest*
13147
13148
ef016f83 13149fi
6bb11ab3
L
13150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13151$as_echo "$lt_cv_dlopen_self_static" >&6; }
13152 fi
13153
13154 CPPFLAGS="$save_CPPFLAGS"
13155 LDFLAGS="$save_LDFLAGS"
13156 LIBS="$save_LIBS"
13157 ;;
13158 esac
13159
13160 case $lt_cv_dlopen_self in
13161 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13162 *) enable_dlopen_self=unknown ;;
13163 esac
13164
13165 case $lt_cv_dlopen_self_static in
13166 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13167 *) enable_dlopen_self_static=unknown ;;
13168 esac
13169fi
13170
13171
ef016f83 13172
6bb11ab3
L
13173
13174
13175
13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
13187striplib=
13188old_striplib=
13189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13190$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13191if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13192 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13193 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13195$as_echo "yes" >&6; }
ef016f83 13196else
6bb11ab3
L
13197# FIXME - insert some real tests, host_os isn't really good enough
13198 case $host_os in
13199 darwin*)
13200 if test -n "$STRIP" ; then
13201 striplib="$STRIP -x"
13202 old_striplib="$STRIP -S"
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13204$as_echo "yes" >&6; }
13205 else
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13207$as_echo "no" >&6; }
13208 fi
13209 ;;
13210 *)
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13212$as_echo "no" >&6; }
13213 ;;
13214 esac
ef016f83 13215fi
6bb11ab3
L
13216
13217
13218
13219
13220
13221
13222
13223
13224
13225
13226
13227
13228 # Report which library types will actually be built
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13230$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13232$as_echo "$can_build_shared" >&6; }
13233
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13235$as_echo_n "checking whether to build shared libraries... " >&6; }
13236 test "$can_build_shared" = "no" && enable_shared=no
13237
13238 # On AIX, shared libraries and static libraries use the same namespace, and
13239 # are all built from PIC.
13240 case $host_os in
13241 aix3*)
13242 test "$enable_shared" = yes && enable_static=no
13243 if test -n "$RANLIB"; then
13244 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13245 postinstall_cmds='$RANLIB $lib'
13246 fi
13247 ;;
13248
13249 aix[4-9]*)
13250 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13251 test "$enable_shared" = yes && enable_static=no
13252 fi
13253 ;;
13254 esac
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13256$as_echo "$enable_shared" >&6; }
13257
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13259$as_echo_n "checking whether to build static libraries... " >&6; }
13260 # Make sure either enable_shared or enable_static is yes.
13261 test "$enable_shared" = yes || enable_static=yes
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13263$as_echo "$enable_static" >&6; }
13264
13265
13266
13267
ef016f83 13268fi
6bb11ab3
L
13269ac_ext=c
13270ac_cpp='$CPP $CPPFLAGS'
13271ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13272ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13273ac_compiler_gnu=$ac_cv_c_compiler_gnu
13274
13275CC="$lt_save_CC"
13276
13277
13278
13279
13280
13281
13282
13283
13284
ef016f83 13285
ef016f83 13286
ef016f83 13287
ef016f83 13288
6bb11ab3
L
13289 ac_config_commands="$ac_config_commands libtool"
13290
13291
13292
13293
13294# Only expand once:
13295
13296
ef016f83
MF
13297
13298
13299. ${srcdir}/../../bfd/configure.host
13300
13301
13302
31e6ad7d
MF
13303
13304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13305$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13306 # Check whether --enable-maintainer-mode was given.
ef016f83 13307if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13308 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13309else
13310 USE_MAINTAINER_MODE=no
ef016f83 13311fi
31e6ad7d
MF
13312
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13314$as_echo "$USE_MAINTAINER_MODE" >&6; }
13315 if test $USE_MAINTAINER_MODE = yes; then
13316 MAINTAINER_MODE_TRUE=
13317 MAINTAINER_MODE_FALSE='#'
ef016f83 13318else
31e6ad7d
MF
13319 MAINTAINER_MODE_TRUE='#'
13320 MAINTAINER_MODE_FALSE=
ef016f83
MF
13321fi
13322
31e6ad7d
MF
13323 MAINT=$MAINTAINER_MODE_TRUE
13324
13325
ef016f83
MF
13326
13327
ce39bd38
MF
13328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13329$as_echo_n "checking for sim debug setting... " >&6; }
13330sim_debug="0"
ef016f83
MF
13331# Check whether --enable-sim-debug was given.
13332if test "${enable_sim_debug+set}" = set; then :
13333 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13334 yes) sim_debug="7";;
13335 no) sim_debug="0";;
13336 *) sim_debug="($enableval)";;
ef016f83 13337esac
ef016f83 13338fi
ce39bd38
MF
13339if test "$sim_debug" != "0"; then
13340
13341cat >>confdefs.h <<_ACEOF
13342#define DEBUG $sim_debug
13343_ACEOF
13344
ef016f83
MF
13345fi
13346
ce39bd38
MF
13347cat >>confdefs.h <<_ACEOF
13348#define WITH_DEBUG $sim_debug
13349_ACEOF
13350
13351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13352$as_echo "$sim_debug" >&6; }
ef016f83
MF
13353
13354
ce39bd38
MF
13355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13356$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13357sim_stdio="0"
ef016f83
MF
13358# Check whether --enable-sim-stdio was given.
13359if test "${enable_sim_stdio+set}" = set; then :
13360 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13361 yes) sim_stdio="DO_USE_STDIO";;
13362 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13363 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
ef016f83 13364esac
ef016f83
MF
13365fi
13366
ce39bd38
MF
13367cat >>confdefs.h <<_ACEOF
13368#define WITH_STDIO $sim_stdio
13369_ACEOF
13370
13371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13372$as_echo "$sim_stdio" >&6; }
ef016f83
MF
13373
13374
ce39bd38
MF
13375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13376$as_echo_n "checking for sim trace settings... " >&6; }
13377sim_trace="~TRACE_debug"
ef016f83
MF
13378# Check whether --enable-sim-trace was given.
13379if test "${enable_sim_trace+set}" = set; then :
13380 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13381 yes) sim_trace="-1";;
13382 no) sim_trace="0";;
ef016f83 13383 [-0-9]*)
ce39bd38 13384 sim_trace="'(${enableval})'";;
2232061b 13385 [[:lower:]]*)
ef016f83
MF
13386 sim_trace=""
13387 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13388 if test x"$sim_trace" = x; then
ce39bd38 13389 sim_trace="(TRACE_$x"
ef016f83
MF
13390 else
13391 sim_trace="${sim_trace}|TRACE_$x"
13392 fi
13393 done
ce39bd38 13394 sim_trace="$sim_trace)" ;;
ef016f83 13395esac
ef016f83
MF
13396fi
13397
ce39bd38
MF
13398cat >>confdefs.h <<_ACEOF
13399#define WITH_TRACE $sim_trace
13400_ACEOF
13401
13402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13403$as_echo "$sim_trace" >&6; }
ef016f83
MF
13404
13405
ce39bd38
MF
13406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13407$as_echo_n "checking for sim profile settings... " >&6; }
13408profile="1"
13409sim_profile="-1"
ef016f83
MF
13410# Check whether --enable-sim-profile was given.
13411if test "${enable_sim_profile+set}" = set; then :
13412 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13413 yes) profile="1" sim_profile="-1";;
13414 no) profile="0" sim_profile="0";;
ef016f83 13415 [-0-9]*)
ce39bd38 13416 profile="(${enableval})" sim_profile="(${enableval})";;
ef016f83 13417 [a-z]*)
ce39bd38 13418 profile="1"
ef016f83
MF
13419 sim_profile=""
13420 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13421 if test x"$sim_profile" = x; then
ce39bd38 13422 sim_profile="(PROFILE_$x"
ef016f83
MF
13423 else
13424 sim_profile="${sim_profile}|PROFILE_$x"
13425 fi
13426 done
ce39bd38 13427 sim_profile="$sim_profile)" ;;
ef016f83 13428esac
ef016f83
MF
13429fi
13430
ce39bd38
MF
13431cat >>confdefs.h <<_ACEOF
13432#define PROFILE $profile
13433_ACEOF
ef016f83
MF
13434
13435
ce39bd38
MF
13436cat >>confdefs.h <<_ACEOF
13437#define WITH_PROFILE $sim_profile
13438_ACEOF
13439
13440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13441$as_echo "$sim_profile" >&6; }
13442
13443
13444
13445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13446$as_echo_n "checking whether to enable sim asserts... " >&6; }
13447sim_assert="1"
35656e95
MF
13448# Check whether --enable-sim-assert was given.
13449if test "${enable_sim_assert+set}" = set; then :
13450 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13451 yes) sim_assert="1";;
13452 no) sim_assert="0";;
d0ac1c44 13453 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13454esac
35656e95
MF
13455fi
13456
ce39bd38
MF
13457cat >>confdefs.h <<_ACEOF
13458#define WITH_ASSERT $sim_assert
13459_ACEOF
13460
13461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13462$as_echo "$sim_assert" >&6; }
13463
35656e95 13464
ce39bd38
MF
13465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13466$as_echo_n "checking default sim environment setting... " >&6; }
13467sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13468# Check whether --enable-sim-environment was given.
13469if test "${enable_sim_environment+set}" = set; then :
13470 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13471 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13472 user | USER) sim_environment="USER_ENVIRONMENT";;
13473 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13474 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13475 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13476esac
16f7876d
MF
13477fi
13478
ce39bd38
MF
13479cat >>confdefs.h <<_ACEOF
13480#define WITH_ENVIRONMENT $sim_environment
13481_ACEOF
13482
13483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13484$as_echo "$sim_environment" >&6; }
13485
16f7876d 13486
347fe5bb
MF
13487sim_inline="-DDEFAULT_INLINE=0"
13488# Check whether --enable-sim-inline was given.
13489if test "${enable_sim_inline+set}" = set; then :
13490 enableval=$enable_sim_inline; sim_inline=""
13491case "$enableval" in
13492 no) sim_inline="-DDEFAULT_INLINE=0";;
13493 0) sim_inline="-DDEFAULT_INLINE=0";;
13494 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13495 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13496 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13497 new_flag=""
13498 case "$x" in
13499 *_INLINE=*) new_flag="-D$x";;
13500 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13501 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13502 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13503 esac
13504 if test x"$sim_inline" = x""; then
13505 sim_inline="$new_flag"
13506 else
13507 sim_inline="$sim_inline $new_flag"
13508 fi
13509 done;;
13510esac
13511if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13512 echo "Setting inline flags = $sim_inline" 6>&1
13513fi
13514fi
13515
13516
13517
ef016f83
MF
13518
13519# Check whether --with-pkgversion was given.
13520if test "${with_pkgversion+set}" = set; then :
13521 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13522 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
ef016f83
MF
13523 no) PKGVERSION= ;;
13524 *) PKGVERSION="($withval) " ;;
13525 esac
13526else
bf12d44e 13527 PKGVERSION="(SIM) "
ef016f83
MF
13528
13529fi
13530
13531
13532
13533
13534
13535# Check whether --with-bugurl was given.
13536if test "${with_bugurl+set}" = set; then :
13537 withval=$with_bugurl; case "$withval" in
d0ac1c44 13538 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
ef016f83
MF
13539 no) BUGURL=
13540 ;;
13541 *) BUGURL="$withval"
13542 ;;
13543 esac
13544else
dfb856ba 13545 BUGURL="https://www.gnu.org/software/gdb/bugs/"
ef016f83
MF
13546
13547fi
13548
13549 case ${BUGURL} in
13550 "")
13551 REPORT_BUGS_TO=
13552 REPORT_BUGS_TEXI=
13553 ;;
13554 *)
13555 REPORT_BUGS_TO="<$BUGURL>"
13556 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13557 ;;
13558 esac;
13559
13560
13561
13562
13563cat >>confdefs.h <<_ACEOF
13564#define PKGVERSION "$PKGVERSION"
13565_ACEOF
13566
13567
13568cat >>confdefs.h <<_ACEOF
13569#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13570_ACEOF
13571
13572
13573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13574$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13575if ${ac_cv_type_signal+:} false; then :
ef016f83
MF
13576 $as_echo_n "(cached) " >&6
13577else
13578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13579/* end confdefs.h. */
13580#include <sys/types.h>
13581#include <signal.h>
13582
13583int
13584main ()
13585{
13586return *(signal (0, 0)) (0) == 1;
13587 ;
13588 return 0;
13589}
13590_ACEOF
13591if ac_fn_c_try_compile "$LINENO"; then :
13592 ac_cv_type_signal=int
13593else
13594 ac_cv_type_signal=void
13595fi
13596rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13597fi
13598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13599$as_echo "$ac_cv_type_signal" >&6; }
13600
13601cat >>confdefs.h <<_ACEOF
13602#define RETSIGTYPE $ac_cv_type_signal
13603_ACEOF
13604
13605
13606
13607
13608
ef016f83
MF
13609
13610
6ffe910a 13611
1ac72f06 13612wire_endian="LITTLE"
ef016f83
MF
13613default_endian=""
13614# Check whether --enable-sim-endian was given.
13615if test "${enable_sim_endian+set}" = set; then :
13616 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13617 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13618 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
ef016f83 13619 yes) if test x"$wire_endian" != x; then
1ac72f06 13620 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83 13621 else
1ac72f06
MF
13622 if test x"$default_endian" != x; then
13623 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
13624 else
13625 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13626 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef016f83
MF
13627 fi
13628 fi;;
13629 no) if test x"$default_endian" != x; then
1ac72f06 13630 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
13631 else
13632 if test x"$wire_endian" != x; then
1ac72f06 13633 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83
MF
13634 else
13635 echo "No default endian for target $target" 1>&6
1ac72f06 13636 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef016f83
MF
13637 fi
13638 fi;;
d0ac1c44 13639 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
ef016f83
MF
13640esac
13641if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13642 echo "Setting endian flags = $sim_endian" 6>&1
13643fi
13644else
13645 if test x"$default_endian" != x; then
1ac72f06 13646 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
13647else
13648 if test x"$wire_endian" != x; then
1ac72f06 13649 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83
MF
13650 else
13651 sim_endian=
13652 fi
13653fi
13654fi
13655
13656wire_alignment="STRICT_ALIGNMENT"
13657default_alignment="STRICT_ALIGNMENT"
13658
13659# Check whether --enable-sim-alignment was given.
13660if test "${enable_sim_alignment+set}" = set; then :
13661 enableval=$enable_sim_alignment; case "${enableval}" in
13662 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13663 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13664 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13665 yes) if test x"$wire_alignment" != x; then
13666 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13667 else
13668 if test x"$default_alignment" != x; then
13669 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13670 else
13671 echo "No hard-wired alignment for target $target" 1>&6
13672 sim_alignment="-DWITH_ALIGNMENT=0"
13673 fi
13674 fi;;
13675 no) if test x"$default_alignment" != x; then
13676 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13677 else
13678 if test x"$wire_alignment" != x; then
13679 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13680 else
13681 echo "No default alignment for target $target" 1>&6
13682 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13683 fi
13684 fi;;
d0ac1c44 13685 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
ef016f83
MF
13686esac
13687if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13688 echo "Setting alignment flags = $sim_alignment" 6>&1
13689fi
13690else
13691 if test x"$default_alignment" != x; then
13692 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13693else
13694 if test x"$wire_alignment" != x; then
13695 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13696 else
13697 sim_alignment=
13698 fi
13699fi
13700fi
13701
13702
ef016f83
MF
13703default_sim_default_model="bf537"
13704# Check whether --enable-sim-default-model was given.
13705if test "${enable_sim_default_model+set}" = set; then :
13706 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 13707 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
ef016f83
MF
13708 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13709esac
13710if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13711 echo "Setting default model = $sim_default_model" 6>&1
13712fi
13713else
13714 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13715fi
13716
13717
13718
2232061b
MF
13719# Check whether --enable-werror was given.
13720if test "${enable_werror+set}" = set; then :
13721 enableval=$enable_werror; case "${enableval}" in
13722 yes | y) ERROR_ON_WARNING="yes" ;;
13723 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 13724 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
13725 esac
13726fi
13727
13728
13729# Enable -Werror by default when using gcc
13730if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13731 ERROR_ON_WARNING=yes
ef016f83 13732fi
2232061b
MF
13733
13734WERROR_CFLAGS=""
bf470982
MF
13735 if test "${ERROR_ON_WARNING}" = yes ; then
13736 WERROR_CFLAGS="-Werror"
13737 fi
2232061b 13738
2232061b 13739build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13740-Wpointer-sign \
2232061b 13741-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13742-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13743-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13744-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13745
13746# Enable -Wno-format by default when using gcc on mingw since many
13747# GCC versions complain about %I64.
13748case "${host}" in
13749 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13750 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13751esac
13752
ef016f83
MF
13753# Check whether --enable-build-warnings was given.
13754if test "${enable_build_warnings+set}" = set; then :
13755 enableval=$enable_build_warnings; case "${enableval}" in
13756 yes) ;;
13757 no) build_warnings="-w";;
13758 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13759 build_warnings="${build_warnings} ${t}";;
13760 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13761 build_warnings="${t} ${build_warnings}";;
13762 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13763esac
13764if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13765 echo "Setting compiler warning flags = $build_warnings" 6>&1
13766fi
13767fi
13768# Check whether --enable-sim-build-warnings was given.
13769if test "${enable_sim_build_warnings+set}" = set; then :
13770 enableval=$enable_sim_build_warnings; case "${enableval}" in
13771 yes) ;;
13772 no) build_warnings="-w";;
13773 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13774 build_warnings="${build_warnings} ${t}";;
13775 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13776 build_warnings="${t} ${build_warnings}";;
13777 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13778esac
13779if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13780 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13781fi
13782fi
13783WARN_CFLAGS=""
ef016f83
MF
13784if test "x${build_warnings}" != x -a "x$GCC" = xyes
13785then
13786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13787$as_echo_n "checking compiler warning flags... " >&6; }
13788 # Separate out the -Werror flag as some files just cannot be
13789 # compiled with it enabled.
13790 for w in ${build_warnings}; do
13791 case $w in
13792 -Werr*) WERROR_CFLAGS=-Werror ;;
13793 *) # Check that GCC accepts it
13794 saved_CFLAGS="$CFLAGS"
13795 CFLAGS="$CFLAGS $w"
13796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13797/* end confdefs.h. */
13798
13799int
13800main ()
13801{
13802
13803 ;
13804 return 0;
13805}
13806_ACEOF
13807if ac_fn_c_try_compile "$LINENO"; then :
13808 WARN_CFLAGS="${WARN_CFLAGS} $w"
13809fi
13810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13811 CFLAGS="$saved_CFLAGS"
13812 esac
13813 done
2232061b
MF
13814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13815$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
ef016f83
MF
13816fi
13817
13818
ef016f83
MF
13819if test ""; then
13820 hardware=""
13821else
6294f8ea 13822 hardware="cfi core pal glue"
ef016f83
MF
13823fi
13824hardware="$hardware \
13825 bfin_cec \
13826 bfin_ctimer \
13827 bfin_dma \
13828 bfin_dmac \
13829 bfin_ebiu_amc \
13830 bfin_ebiu_ddrc \
13831 bfin_ebiu_sdc \
13832 bfin_emac \
13833 bfin_eppi \
13834 bfin_evt \
b5215db0 13835 bfin_gpio \
07c5891d 13836 bfin_gpio2 \
ef016f83
MF
13837 bfin_gptimer \
13838 bfin_jtag \
13839 bfin_mmu \
13840 bfin_nfc \
13841 bfin_otp \
c43aadca 13842 bfin_pfmon \
050396e5 13843 bfin_pint \
ef016f83
MF
13844 bfin_pll \
13845 bfin_ppi \
13846 bfin_rtc \
13847 bfin_sic \
13848 bfin_spi \
13849 bfin_trace \
13850 bfin_twi \
13851 bfin_uart \
13852 bfin_uart2 \
13853 bfin_wdog \
13854 bfin_wp \
13855 eth_phy \
13856"
1517bd27 13857
ef016f83
MF
13858sim_hw_cflags="-DWITH_HW=1"
13859sim_hw="$hardware"
13860sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13861
ef016f83
MF
13862# Check whether --enable-sim-hardware was given.
13863if test "${enable_sim_hardware+set}" = set; then :
13864 enableval=$enable_sim_hardware;
30452bbe
MF
13865else
13866 enable_sim_hardware="yes"
1517bd27
MF
13867fi
13868
13869case ${enable_sim_hardware} in
64dd13df
MF
13870 yes|no) ;;
13871 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13872 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13873 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
ef016f83 13874esac
1517bd27 13875
64dd13df 13876if test "$enable_sim_hardware" = no; then
ef016f83
MF
13877 sim_hw_objs=
13878 sim_hw_cflags="-DWITH_HW=0"
13879 sim_hw=
13880else
13881 sim_hw_cflags="-DWITH_HW=1"
13882 # remove duplicates
13883 sim_hw=""
13884 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13885 for i in $hardware ; do
13886 case " $sim_hw " in
13887 *" $i "*) ;;
13888 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13889 esac
13890 done
256139f5 13891 # mingw does not support sockser
256139f5
JS
13892 case ${host} in
13893 *mingw*) ;;
49cd1634
MF
13894 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13895 # that you instatiate. Instead, other code will call into it directly.
13896 # At some point, we should convert it over.
13897 sim_hw_objs="$sim_hw_objs dv-sockser.o"
256139f5
JS
13898
13899cat >>confdefs.h <<_ACEOF
13900#define HAVE_DV_SOCKSER 1
13901_ACEOF
13902
13903 ;;
13904 esac
1517bd27
MF
13905 if test x"$silent" != x"yes"; then
13906 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
256139f5 13907 fi
1517bd27
MF
13908 case " $hardware " in
13909 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 13910$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 13911if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
13912 $as_echo_n "(cached) " >&6
13913else
13914 ac_check_lib_save_LIBS=$LIBS
13915LIBS="-lm $LIBS"
13916cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13917/* end confdefs.h. */
13918
13919/* Override any GCC internal prototype to avoid an error.
13920 Use char because int might match the return type of a GCC
13921 builtin and then its argument prototype would still apply. */
13922#ifdef __cplusplus
13923extern "C"
13924#endif
13925char log2 ();
13926int
13927main ()
13928{
13929return log2 ();
13930 ;
13931 return 0;
13932}
13933_ACEOF
13934if ac_fn_c_try_link "$LINENO"; then :
13935 ac_cv_lib_m_log2=yes
13936else
13937 ac_cv_lib_m_log2=no
13938fi
13939rm -f core conftest.err conftest.$ac_objext \
13940 conftest$ac_exeext conftest.$ac_ext
13941LIBS=$ac_check_lib_save_LIBS
13942fi
13943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13944$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 13945if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
13946 cat >>confdefs.h <<_ACEOF
13947#define HAVE_LIBM 1
13948_ACEOF
13949
13950 LIBS="-lm $LIBS"
13951
13952fi
13953;;
1517bd27
MF
13954 esac
13955fi
4399a56b 13956
ef016f83 13957
9e6584c9 13958for ac_func in getuid getgid geteuid getegid setuid setgid mmap munmap kill pread
ef016f83
MF
13959do :
13960 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13961ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13962if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
ef016f83
MF
13963 cat >>confdefs.h <<_ACEOF
13964#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13965_ACEOF
13966
13967fi
13968done
13969
84de2f06
MF
13970for ac_header in \
13971 linux/if_tun.h \
13972 linux/mii.h \
13973 linux/types.h \
13974 net/if.h \
13975 sys/ioctl.h \
13976 sys/mman.h \
13977
ef016f83
MF
13978do :
13979 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13980ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13981if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
ef016f83
MF
13982 cat >>confdefs.h <<_ACEOF
13983#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13984_ACEOF
13985
13986fi
13987
13988done
13989
13990
5798d69f
SM
13991
13992
13993
13994
13995
13996
13997
13998if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13999 if test -n "$ac_tool_prefix"; then
14000 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14001set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
14002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14003$as_echo_n "checking for $ac_word... " >&6; }
14004if ${ac_cv_path_PKG_CONFIG+:} false; then :
14005 $as_echo_n "(cached) " >&6
14006else
14007 case $PKG_CONFIG in
14008 [\\/]* | ?:[\\/]*)
14009 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14010 ;;
14011 *)
14012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14013for as_dir in $PATH
14014do
14015 IFS=$as_save_IFS
14016 test -z "$as_dir" && as_dir=.
14017 for ac_exec_ext in '' $ac_executable_extensions; do
14018 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14019 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14021 break 2
14022 fi
14023done
14024 done
14025IFS=$as_save_IFS
14026
14027 ;;
14028esac
14029fi
14030PKG_CONFIG=$ac_cv_path_PKG_CONFIG
14031if test -n "$PKG_CONFIG"; then
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
14033$as_echo "$PKG_CONFIG" >&6; }
14034else
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14036$as_echo "no" >&6; }
14037fi
14038
14039
14040fi
14041if test -z "$ac_cv_path_PKG_CONFIG"; then
14042 ac_pt_PKG_CONFIG=$PKG_CONFIG
14043 # Extract the first word of "pkg-config", so it can be a program name with args.
14044set dummy pkg-config; ac_word=$2
14045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14046$as_echo_n "checking for $ac_word... " >&6; }
14047if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
14048 $as_echo_n "(cached) " >&6
14049else
14050 case $ac_pt_PKG_CONFIG in
14051 [\\/]* | ?:[\\/]*)
14052 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
14053 ;;
14054 *)
14055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14056for as_dir in $PATH
14057do
14058 IFS=$as_save_IFS
14059 test -z "$as_dir" && as_dir=.
14060 for ac_exec_ext in '' $ac_executable_extensions; do
14061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14062 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14064 break 2
14065 fi
14066done
14067 done
14068IFS=$as_save_IFS
14069
14070 ;;
14071esac
14072fi
14073ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
14074if test -n "$ac_pt_PKG_CONFIG"; then
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
14076$as_echo "$ac_pt_PKG_CONFIG" >&6; }
14077else
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14079$as_echo "no" >&6; }
14080fi
14081
14082 if test "x$ac_pt_PKG_CONFIG" = x; then
14083 PKG_CONFIG=""
14084 else
14085 case $cross_compiling:$ac_tool_warned in
14086yes:)
14087{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14088$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14089ac_tool_warned=yes ;;
14090esac
14091 PKG_CONFIG=$ac_pt_PKG_CONFIG
14092 fi
14093else
14094 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14095fi
14096
14097fi
14098if test -n "$PKG_CONFIG"; then
14099 _pkg_min_version=0.9.0
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
14101$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
14102 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14104$as_echo "yes" >&6; }
14105 else
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14107$as_echo "no" >&6; }
14108 PKG_CONFIG=""
14109 fi
14110fi
14111
14112pkg_failed=no
14113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl" >&5
14114$as_echo_n "checking for sdl... " >&6; }
14115
14116if test -n "$SDL_CFLAGS"; then
14117 pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
14118 elif test -n "$PKG_CONFIG"; then
14119 if test -n "$PKG_CONFIG" && \
14120 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
14121 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
14122 ac_status=$?
14123 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14124 test $ac_status = 0; }; then
14125 pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
14126 test "x$?" != "x0" && pkg_failed=yes
14127else
14128 pkg_failed=yes
14129fi
14130 else
14131 pkg_failed=untried
14132fi
14133if test -n "$SDL_LIBS"; then
14134 pkg_cv_SDL_LIBS="$SDL_LIBS"
14135 elif test -n "$PKG_CONFIG"; then
14136 if test -n "$PKG_CONFIG" && \
14137 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
14138 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
14139 ac_status=$?
14140 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14141 test $ac_status = 0; }; then
14142 pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null`
14143 test "x$?" != "x0" && pkg_failed=yes
14144else
14145 pkg_failed=yes
14146fi
14147 else
14148 pkg_failed=untried
14149fi
14150
14151if test $pkg_failed = no; then
14152 pkg_save_LDFLAGS="$LDFLAGS"
14153 LDFLAGS="$LDFLAGS $pkg_cv_SDL_LIBS"
14154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14155/* end confdefs.h. */
14156
14157int
14158main ()
14159{
14160
14161 ;
14162 return 0;
14163}
14164_ACEOF
14165if ac_fn_c_try_link "$LINENO"; then :
14166
14167else
14168 pkg_failed=yes
14169fi
14170rm -f core conftest.err conftest.$ac_objext \
14171 conftest$ac_exeext conftest.$ac_ext
14172 LDFLAGS=$pkg_save_LDFLAGS
14173fi
14174
14175
14176
14177if test $pkg_failed = yes; then
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14179$as_echo "no" >&6; }
14180
14181if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
14182 _pkg_short_errors_supported=yes
14183else
14184 _pkg_short_errors_supported=no
14185fi
14186 if test $_pkg_short_errors_supported = yes; then
14187 SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl" 2>&1`
14188 else
14189 SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl" 2>&1`
14190 fi
14191 # Put the nasty error message in config.log where it belongs
14192 echo "$SDL_PKG_ERRORS" >&5
14193
14194 :
14195elif test $pkg_failed = untried; then
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14197$as_echo "no" >&6; }
14198 :
14199else
14200 SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
14201 SDL_LIBS=$pkg_cv_SDL_LIBS
14202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14203$as_echo "yes" >&6; }
14204
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14206$as_echo_n "checking for dlopen in -ldl... " >&6; }
14207if ${ac_cv_lib_dl_dlopen+:} false; then :
14208 $as_echo_n "(cached) " >&6
14209else
14210 ac_check_lib_save_LIBS=$LIBS
14211LIBS="-ldl $LIBS"
14212cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14213/* end confdefs.h. */
14214
14215/* Override any GCC internal prototype to avoid an error.
14216 Use char because int might match the return type of a GCC
14217 builtin and then its argument prototype would still apply. */
14218#ifdef __cplusplus
14219extern "C"
14220#endif
14221char dlopen ();
14222int
14223main ()
14224{
14225return dlopen ();
14226 ;
14227 return 0;
14228}
14229_ACEOF
14230if ac_fn_c_try_link "$LINENO"; then :
14231 ac_cv_lib_dl_dlopen=yes
14232else
14233 ac_cv_lib_dl_dlopen=no
14234fi
14235rm -f core conftest.err conftest.$ac_objext \
14236 conftest$ac_exeext conftest.$ac_ext
14237LIBS=$ac_check_lib_save_LIBS
14238fi
14239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14240$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14241if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14242
ef016f83
MF
14243 SDL_CFLAGS="${SDL_CFLAGS} -DHAVE_SDL"
14244 SDL_LIBS="-ldl"
5798d69f
SM
14245
14246else
14247 SDL_CFLAGS= SDL_LIBS=
14248fi
14249
14250
14251fi
ef016f83
MF
14252
14253
14254
14255
ef016f83
MF
14256cgen_breaks=""
14257if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14258cgen_breaks="break cgen_rtx_error";
14259fi
14260
14261ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
14262
14263ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
14264
14265ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
14266
14267ac_config_commands="$ac_config_commands Makefile"
14268
14269ac_config_commands="$ac_config_commands stamp-h"
14270
14271cat >confcache <<\_ACEOF
14272# This file is a shell script that caches the results of configure
14273# tests run on this system so they can be shared between configure
14274# scripts and configure runs, see configure's option --config-cache.
14275# It is not useful on other systems. If it contains results you don't
14276# want to keep, you may remove or edit it.
14277#
14278# config.status only pays attention to the cache file if you give it
14279# the --recheck option to rerun configure.
14280#
14281# `ac_cv_env_foo' variables (set or unset) will be overridden when
14282# loading this file, other *unset* `ac_cv_foo' will be assigned the
14283# following values.
14284
14285_ACEOF
14286
14287# The following way of writing the cache mishandles newlines in values,
14288# but we know of no workaround that is simple, portable, and efficient.
14289# So, we kill variables containing newlines.
14290# Ultrix sh set writes to stderr and can't be redirected directly,
14291# and sets the high bit in the cache file unless we assign to the vars.
14292(
14293 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14294 eval ac_val=\$$ac_var
14295 case $ac_val in #(
14296 *${as_nl}*)
14297 case $ac_var in #(
14298 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14299$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14300 esac
14301 case $ac_var in #(
14302 _ | IFS | as_nl) ;; #(
14303 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14304 *) { eval $ac_var=; unset $ac_var;} ;;
14305 esac ;;
14306 esac
14307 done
14308
14309 (set) 2>&1 |
14310 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14311 *${as_nl}ac_space=\ *)
14312 # `set' does not quote correctly, so add quotes: double-quote
14313 # substitution turns \\\\ into \\, and sed turns \\ into \.
14314 sed -n \
14315 "s/'/'\\\\''/g;
14316 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14317 ;; #(
14318 *)
14319 # `set' quotes correctly as required by POSIX, so do not add quotes.
14320 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14321 ;;
14322 esac |
14323 sort
14324) |
14325 sed '
14326 /^ac_cv_env_/b end
14327 t clear
14328 :clear
14329 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14330 t end
14331 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14332 :end' >>confcache
14333if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14334 if test -w "$cache_file"; then
d0ac1c44 14335 if test "x$cache_file" != "x/dev/null"; then
ef016f83
MF
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14337$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14338 if test ! -f "$cache_file" || test -h "$cache_file"; then
14339 cat confcache >"$cache_file"
14340 else
14341 case $cache_file in #(
14342 */* | ?:*)
14343 mv -f confcache "$cache_file"$$ &&
14344 mv -f "$cache_file"$$ "$cache_file" ;; #(
14345 *)
14346 mv -f confcache "$cache_file" ;;
14347 esac
14348 fi
14349 fi
ef016f83
MF
14350 else
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14352$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14353 fi
14354fi
14355rm -f confcache
14356
14357test "x$prefix" = xNONE && prefix=$ac_default_prefix
14358# Let make expand exec_prefix.
14359test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14360
14361DEFS=-DHAVE_CONFIG_H
14362
14363ac_libobjs=
14364ac_ltlibobjs=
d0ac1c44 14365U=
ef016f83
MF
14366for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14367 # 1. Remove the extension, and $U if already installed.
14368 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14369 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14370 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14371 # will be set to the directory where LIBOBJS objects are built.
14372 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14373 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14374done
14375LIBOBJS=$ac_libobjs
14376
14377LTLIBOBJS=$ac_ltlibobjs
14378
14379
0cb8d851 14380
db2e4d67 14381if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 14382 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
14383Usually this means the macro was only invoked conditionally." "$LINENO" 5
14384fi
6bb11ab3 14385if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 14386 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
14387Usually this means the macro was only invoked conditionally." "$LINENO" 5
14388fi
31e6ad7d 14389if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14390 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
14391Usually this means the macro was only invoked conditionally." "$LINENO" 5
14392fi
ef016f83 14393
d0ac1c44 14394: "${CONFIG_STATUS=./config.status}"
ef016f83
MF
14395ac_write_fail=0
14396ac_clean_files_save=$ac_clean_files
14397ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14398{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14399$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14400as_write_fail=0
14401cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14402#! $SHELL
14403# Generated by $as_me.
14404# Run this file to recreate the current configuration.
14405# Compiler output produced by configure, useful for debugging
14406# configure, is in config.log if it exists.
14407
14408debug=false
14409ac_cs_recheck=false
14410ac_cs_silent=false
14411
14412SHELL=\${CONFIG_SHELL-$SHELL}
14413export SHELL
14414_ASEOF
14415cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14416## -------------------- ##
14417## M4sh Initialization. ##
14418## -------------------- ##
14419
14420# Be more Bourne compatible
14421DUALCASE=1; export DUALCASE # for MKS sh
14422if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14423 emulate sh
14424 NULLCMD=:
14425 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14426 # is contrary to our usage. Disable this feature.
14427 alias -g '${1+"$@"}'='"$@"'
14428 setopt NO_GLOB_SUBST
14429else
14430 case `(set -o) 2>/dev/null` in #(
14431 *posix*) :
14432 set -o posix ;; #(
14433 *) :
14434 ;;
14435esac
14436fi
14437
14438
14439as_nl='
14440'
14441export as_nl
14442# Printing a long string crashes Solaris 7 /usr/bin/printf.
14443as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14444as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14445as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14446# Prefer a ksh shell builtin over an external printf program on Solaris,
14447# but without wasting forks for bash or zsh.
14448if test -z "$BASH_VERSION$ZSH_VERSION" \
14449 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14450 as_echo='print -r --'
14451 as_echo_n='print -rn --'
14452elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14453 as_echo='printf %s\n'
14454 as_echo_n='printf %s'
14455else
14456 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14457 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14458 as_echo_n='/usr/ucb/echo -n'
14459 else
14460 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14461 as_echo_n_body='eval
14462 arg=$1;
14463 case $arg in #(
14464 *"$as_nl"*)
14465 expr "X$arg" : "X\\(.*\\)$as_nl";
14466 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14467 esac;
14468 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14469 '
14470 export as_echo_n_body
14471 as_echo_n='sh -c $as_echo_n_body as_echo'
14472 fi
14473 export as_echo_body
14474 as_echo='sh -c $as_echo_body as_echo'
14475fi
14476
14477# The user is always right.
14478if test "${PATH_SEPARATOR+set}" != set; then
14479 PATH_SEPARATOR=:
14480 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14481 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14482 PATH_SEPARATOR=';'
14483 }
14484fi
14485
14486
14487# IFS
14488# We need space, tab and new line, in precisely that order. Quoting is
14489# there to prevent editors from complaining about space-tab.
14490# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14491# splitting by setting IFS to empty value.)
14492IFS=" "" $as_nl"
14493
14494# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14495as_myself=
ef016f83
MF
14496case $0 in #((
14497 *[\\/]* ) as_myself=$0 ;;
14498 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14499for as_dir in $PATH
14500do
14501 IFS=$as_save_IFS
14502 test -z "$as_dir" && as_dir=.
14503 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14504 done
14505IFS=$as_save_IFS
14506
14507 ;;
14508esac
14509# We did not find ourselves, most probably we were run as `sh COMMAND'
14510# in which case we are not to be found in the path.
14511if test "x$as_myself" = x; then
14512 as_myself=$0
14513fi
14514if test ! -f "$as_myself"; then
14515 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14516 exit 1
14517fi
14518
14519# Unset variables that we do not need and which cause bugs (e.g. in
14520# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14521# suppresses any "Segmentation fault" message there. '((' could
14522# trigger a bug in pdksh 5.2.14.
14523for as_var in BASH_ENV ENV MAIL MAILPATH
14524do eval test x\${$as_var+set} = xset \
14525 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14526done
14527PS1='$ '
14528PS2='> '
14529PS4='+ '
14530
14531# NLS nuisances.
14532LC_ALL=C
14533export LC_ALL
14534LANGUAGE=C
14535export LANGUAGE
14536
14537# CDPATH.
14538(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14539
14540
d0ac1c44
SM
14541# as_fn_error STATUS ERROR [LINENO LOG_FD]
14542# ----------------------------------------
ef016f83
MF
14543# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14544# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14545# script with STATUS, using 1 if that was 0.
ef016f83
MF
14546as_fn_error ()
14547{
d0ac1c44
SM
14548 as_status=$1; test $as_status -eq 0 && as_status=1
14549 if test "$4"; then
14550 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14551 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
ef016f83 14552 fi
d0ac1c44 14553 $as_echo "$as_me: error: $2" >&2
ef016f83
MF
14554 as_fn_exit $as_status
14555} # as_fn_error
14556
14557
14558# as_fn_set_status STATUS
14559# -----------------------
14560# Set $? to STATUS, without forking.
14561as_fn_set_status ()
14562{
14563 return $1
14564} # as_fn_set_status
14565
14566# as_fn_exit STATUS
14567# -----------------
14568# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14569as_fn_exit ()
14570{
14571 set +e
14572 as_fn_set_status $1
14573 exit $1
14574} # as_fn_exit
14575
14576# as_fn_unset VAR
14577# ---------------
14578# Portably unset VAR.
14579as_fn_unset ()
14580{
14581 { eval $1=; unset $1;}
14582}
14583as_unset=as_fn_unset
14584# as_fn_append VAR VALUE
14585# ----------------------
14586# Append the text in VALUE to the end of the definition contained in VAR. Take
14587# advantage of any shell optimizations that allow amortized linear growth over
14588# repeated appends, instead of the typical quadratic growth present in naive
14589# implementations.
14590if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14591 eval 'as_fn_append ()
14592 {
14593 eval $1+=\$2
14594 }'
14595else
14596 as_fn_append ()
14597 {
14598 eval $1=\$$1\$2
14599 }
14600fi # as_fn_append
14601
14602# as_fn_arith ARG...
14603# ------------------
14604# Perform arithmetic evaluation on the ARGs, and store the result in the
14605# global $as_val. Take advantage of shells that can avoid forks. The arguments
14606# must be portable across $(()) and expr.
14607if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14608 eval 'as_fn_arith ()
14609 {
14610 as_val=$(( $* ))
14611 }'
14612else
14613 as_fn_arith ()
14614 {
14615 as_val=`expr "$@" || test $? -eq 1`
14616 }
14617fi # as_fn_arith
14618
14619
14620if expr a : '\(a\)' >/dev/null 2>&1 &&
14621 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14622 as_expr=expr
14623else
14624 as_expr=false
14625fi
14626
14627if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14628 as_basename=basename
14629else
14630 as_basename=false
14631fi
14632
14633if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14634 as_dirname=dirname
14635else
14636 as_dirname=false
14637fi
14638
14639as_me=`$as_basename -- "$0" ||
14640$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14641 X"$0" : 'X\(//\)$' \| \
14642 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14643$as_echo X/"$0" |
14644 sed '/^.*\/\([^/][^/]*\)\/*$/{
14645 s//\1/
14646 q
14647 }
14648 /^X\/\(\/\/\)$/{
14649 s//\1/
14650 q
14651 }
14652 /^X\/\(\/\).*/{
14653 s//\1/
14654 q
14655 }
14656 s/.*/./; q'`
14657
14658# Avoid depending upon Character Ranges.
14659as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14660as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14661as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14662as_cr_digits='0123456789'
14663as_cr_alnum=$as_cr_Letters$as_cr_digits
14664
14665ECHO_C= ECHO_N= ECHO_T=
14666case `echo -n x` in #(((((
14667-n*)
14668 case `echo 'xy\c'` in
14669 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14670 xy) ECHO_C='\c';;
14671 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14672 ECHO_T=' ';;
14673 esac;;
14674*)
14675 ECHO_N='-n';;
14676esac
14677
14678rm -f conf$$ conf$$.exe conf$$.file
14679if test -d conf$$.dir; then
14680 rm -f conf$$.dir/conf$$.file
14681else
14682 rm -f conf$$.dir
14683 mkdir conf$$.dir 2>/dev/null
14684fi
14685if (echo >conf$$.file) 2>/dev/null; then
14686 if ln -s conf$$.file conf$$ 2>/dev/null; then
14687 as_ln_s='ln -s'
14688 # ... but there are two gotchas:
14689 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14690 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14691 # In both cases, we have to default to `cp -pR'.
ef016f83 14692 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14693 as_ln_s='cp -pR'
ef016f83
MF
14694 elif ln conf$$.file conf$$ 2>/dev/null; then
14695 as_ln_s=ln
14696 else
d0ac1c44 14697 as_ln_s='cp -pR'
ef016f83
MF
14698 fi
14699else
d0ac1c44 14700 as_ln_s='cp -pR'
ef016f83
MF
14701fi
14702rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14703rmdir conf$$.dir 2>/dev/null
14704
14705
14706# as_fn_mkdir_p
14707# -------------
14708# Create "$as_dir" as a directory, including parents if necessary.
14709as_fn_mkdir_p ()
14710{
14711
14712 case $as_dir in #(
14713 -*) as_dir=./$as_dir;;
14714 esac
14715 test -d "$as_dir" || eval $as_mkdir_p || {
14716 as_dirs=
14717 while :; do
14718 case $as_dir in #(
14719 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14720 *) as_qdir=$as_dir;;
14721 esac
14722 as_dirs="'$as_qdir' $as_dirs"
14723 as_dir=`$as_dirname -- "$as_dir" ||
14724$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14725 X"$as_dir" : 'X\(//\)[^/]' \| \
14726 X"$as_dir" : 'X\(//\)$' \| \
14727 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14728$as_echo X"$as_dir" |
14729 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14730 s//\1/
14731 q
14732 }
14733 /^X\(\/\/\)[^/].*/{
14734 s//\1/
14735 q
14736 }
14737 /^X\(\/\/\)$/{
14738 s//\1/
14739 q
14740 }
14741 /^X\(\/\).*/{
14742 s//\1/
14743 q
14744 }
14745 s/.*/./; q'`
14746 test -d "$as_dir" && break
14747 done
14748 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14749 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
ef016f83
MF
14750
14751
14752} # as_fn_mkdir_p
14753if mkdir -p . 2>/dev/null; then
14754 as_mkdir_p='mkdir -p "$as_dir"'
14755else
14756 test -d ./-p && rmdir ./-p
14757 as_mkdir_p=false
14758fi
14759
d0ac1c44
SM
14760
14761# as_fn_executable_p FILE
14762# -----------------------
14763# Test if FILE is an executable regular file.
14764as_fn_executable_p ()
14765{
14766 test -f "$1" && test -x "$1"
14767} # as_fn_executable_p
14768as_test_x='test -x'
14769as_executable_p=as_fn_executable_p
ef016f83
MF
14770
14771# Sed expression to map a string onto a valid CPP name.
14772as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14773
14774# Sed expression to map a string onto a valid variable name.
14775as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14776
14777
14778exec 6>&1
14779## ----------------------------------- ##
14780## Main body of $CONFIG_STATUS script. ##
14781## ----------------------------------- ##
14782_ASEOF
14783test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14784
14785cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14786# Save the log message, to keep $0 and so on meaningful, and to
14787# report actual input values of CONFIG_FILES etc. instead of their
14788# values after options handling.
14789ac_log="
14790This file was extended by $as_me, which was
d0ac1c44 14791generated by GNU Autoconf 2.69. Invocation command line was
ef016f83
MF
14792
14793 CONFIG_FILES = $CONFIG_FILES
14794 CONFIG_HEADERS = $CONFIG_HEADERS
14795 CONFIG_LINKS = $CONFIG_LINKS
14796 CONFIG_COMMANDS = $CONFIG_COMMANDS
14797 $ $0 $@
14798
14799on `(hostname || uname -n) 2>/dev/null | sed 1q`
14800"
14801
14802_ACEOF
14803
14804case $ac_config_files in *"
14805"*) set x $ac_config_files; shift; ac_config_files=$*;;
14806esac
14807
14808case $ac_config_headers in *"
14809"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14810esac
14811
14812
14813cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14814# Files that config.status was made for.
14815config_files="$ac_config_files"
14816config_headers="$ac_config_headers"
ef016f83
MF
14817config_commands="$ac_config_commands"
14818
14819_ACEOF
14820
14821cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14822ac_cs_usage="\
14823\`$as_me' instantiates files and other configuration actions
14824from templates according to the current configuration. Unless the files
14825and actions are specified as TAGs, all are instantiated by default.
14826
14827Usage: $0 [OPTION]... [TAG]...
14828
14829 -h, --help print this help, then exit
14830 -V, --version print version number and configuration settings, then exit
d0ac1c44 14831 --config print configuration, then exit
ef016f83
MF
14832 -q, --quiet, --silent
14833 do not print progress messages
14834 -d, --debug don't remove temporary files
14835 --recheck update $as_me by reconfiguring in the same conditions
14836 --file=FILE[:TEMPLATE]
14837 instantiate the configuration file FILE
14838 --header=FILE[:TEMPLATE]
14839 instantiate the configuration header FILE
14840
14841Configuration files:
14842$config_files
14843
14844Configuration headers:
14845$config_headers
14846
ef016f83
MF
14847Configuration commands:
14848$config_commands
14849
14850Report bugs to the package provider."
14851
14852_ACEOF
14853cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14854ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ef016f83
MF
14855ac_cs_version="\\
14856config.status
d0ac1c44
SM
14857configured by $0, generated by GNU Autoconf 2.69,
14858 with options \\"\$ac_cs_config\\"
ef016f83 14859
d0ac1c44 14860Copyright (C) 2012 Free Software Foundation, Inc.
ef016f83
MF
14861This config.status script is free software; the Free Software Foundation
14862gives unlimited permission to copy, distribute and modify it."
14863
14864ac_pwd='$ac_pwd'
14865srcdir='$srcdir'
14866INSTALL='$INSTALL'
6bb11ab3 14867AWK='$AWK'
ef016f83
MF
14868test -n "\$AWK" || AWK=awk
14869_ACEOF
14870
14871cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14872# The default lists apply if the user does not specify any file.
14873ac_need_defaults=:
14874while test $# != 0
14875do
14876 case $1 in
d0ac1c44 14877 --*=?*)
ef016f83
MF
14878 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14879 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14880 ac_shift=:
14881 ;;
d0ac1c44
SM
14882 --*=)
14883 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14884 ac_optarg=
14885 ac_shift=:
14886 ;;
ef016f83
MF
14887 *)
14888 ac_option=$1
14889 ac_optarg=$2
14890 ac_shift=shift
14891 ;;
14892 esac
14893
14894 case $ac_option in
14895 # Handling of the options.
14896 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14897 ac_cs_recheck=: ;;
14898 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14899 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14900 --config | --confi | --conf | --con | --co | --c )
14901 $as_echo "$ac_cs_config"; exit ;;
ef016f83
MF
14902 --debug | --debu | --deb | --de | --d | -d )
14903 debug=: ;;
14904 --file | --fil | --fi | --f )
14905 $ac_shift
14906 case $ac_optarg in
14907 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14908 '') as_fn_error $? "missing file argument" ;;
ef016f83
MF
14909 esac
14910 as_fn_append CONFIG_FILES " '$ac_optarg'"
14911 ac_need_defaults=false;;
14912 --header | --heade | --head | --hea )
14913 $ac_shift
14914 case $ac_optarg in
14915 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14916 esac
14917 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14918 ac_need_defaults=false;;
14919 --he | --h)
14920 # Conflict between --help and --header
d0ac1c44 14921 as_fn_error $? "ambiguous option: \`$1'
ef016f83
MF
14922Try \`$0 --help' for more information.";;
14923 --help | --hel | -h )
14924 $as_echo "$ac_cs_usage"; exit ;;
14925 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14926 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14927 ac_cs_silent=: ;;
14928
14929 # This is an error.
d0ac1c44 14930 -*) as_fn_error $? "unrecognized option: \`$1'
ef016f83
MF
14931Try \`$0 --help' for more information." ;;
14932
14933 *) as_fn_append ac_config_targets " $1"
14934 ac_need_defaults=false ;;
14935
14936 esac
14937 shift
14938done
14939
14940ac_configure_extra_args=
14941
14942if $ac_cs_silent; then
14943 exec 6>/dev/null
14944 ac_configure_extra_args="$ac_configure_extra_args --silent"
14945fi
14946
14947_ACEOF
14948cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14949if \$ac_cs_recheck; then
d0ac1c44 14950 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
ef016f83
MF
14951 shift
14952 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14953 CONFIG_SHELL='$SHELL'
14954 export CONFIG_SHELL
14955 exec "\$@"
14956fi
14957
14958_ACEOF
14959cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14960exec 5>>config.log
14961{
14962 echo
14963 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14964## Running $as_me. ##
14965_ASBOX
14966 $as_echo "$ac_log"
14967} >&5
14968
14969_ACEOF
14970cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14971#
14972# INIT-COMMANDS
14973#
14974ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14975
6bb11ab3
L
14976
14977# The HP-UX ksh and POSIX shell print the target directory to stdout
14978# if CDPATH is set.
14979(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14980
14981sed_quote_subst='$sed_quote_subst'
14982double_quote_subst='$double_quote_subst'
14983delay_variable_subst='$delay_variable_subst'
14984macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14985macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14986enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14987enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14988pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14989enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14990SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14991ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14992host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14993host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14994host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14995build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14996build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14997build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14998SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14999Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15000GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15001EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15002FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15003LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15004NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15005LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15006max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15007ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15008exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15009lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15010lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15011lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15012reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15013reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15014OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15015deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15016file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15017AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15018AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15019STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15020RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15021old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15022old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15023old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15024lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15025CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15026CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15027compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15028GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15029lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15030lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15031lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15032lt_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"`'
15033objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15034MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15035lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15036lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15037lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15038lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15039lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15040need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15041DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15042NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15043LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15044OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15045OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15046libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15047shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15048extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15049archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15050enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15051export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15052whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15053compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15054old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15055old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15056archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15057archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15058module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15059module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15060with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15061allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15062no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15063hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15064hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15065hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15066hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15067hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15068hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15069hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15070hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15071inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15072link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15073fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15074always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15075export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15076exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15077include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15078prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15079file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15080variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15081need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15082need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15083version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15084runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15085shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15086shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15087libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15088library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15089soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15090install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15091postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15092postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15093finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15094finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15095hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15096sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15097sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15098hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15099enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15100enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15101enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15102old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15103striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15104
15105LTCC='$LTCC'
15106LTCFLAGS='$LTCFLAGS'
15107compiler='$compiler_DEFAULT'
15108
15109# A function that is used when there is no print builtin or printf.
15110func_fallback_echo ()
15111{
15112 eval 'cat <<_LTECHO_EOF
15113\$1
15114_LTECHO_EOF'
15115}
15116
15117# Quote evaled strings.
15118for var in SHELL \
15119ECHO \
15120SED \
15121GREP \
15122EGREP \
15123FGREP \
15124LD \
15125NM \
15126LN_S \
15127lt_SP2NL \
15128lt_NL2SP \
15129reload_flag \
15130OBJDUMP \
15131deplibs_check_method \
15132file_magic_cmd \
15133AR \
15134AR_FLAGS \
15135STRIP \
15136RANLIB \
15137CC \
15138CFLAGS \
15139compiler \
15140lt_cv_sys_global_symbol_pipe \
15141lt_cv_sys_global_symbol_to_cdecl \
15142lt_cv_sys_global_symbol_to_c_name_address \
15143lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15144lt_prog_compiler_no_builtin_flag \
15145lt_prog_compiler_wl \
15146lt_prog_compiler_pic \
15147lt_prog_compiler_static \
15148lt_cv_prog_compiler_c_o \
15149need_locks \
15150DSYMUTIL \
15151NMEDIT \
15152LIPO \
15153OTOOL \
15154OTOOL64 \
15155shrext_cmds \
15156export_dynamic_flag_spec \
15157whole_archive_flag_spec \
15158compiler_needs_object \
15159with_gnu_ld \
15160allow_undefined_flag \
15161no_undefined_flag \
15162hardcode_libdir_flag_spec \
15163hardcode_libdir_flag_spec_ld \
15164hardcode_libdir_separator \
15165fix_srcfile_path \
15166exclude_expsyms \
15167include_expsyms \
15168file_list_spec \
15169variables_saved_for_relink \
15170libname_spec \
15171library_names_spec \
15172soname_spec \
15173install_override_mode \
15174finish_eval \
15175old_striplib \
15176striplib; do
15177 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15178 *[\\\\\\\`\\"\\\$]*)
15179 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15180 ;;
15181 *)
15182 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15183 ;;
15184 esac
15185done
15186
15187# Double-quote double-evaled strings.
15188for var in reload_cmds \
15189old_postinstall_cmds \
15190old_postuninstall_cmds \
15191old_archive_cmds \
15192extract_expsyms_cmds \
15193old_archive_from_new_cmds \
15194old_archive_from_expsyms_cmds \
15195archive_cmds \
15196archive_expsym_cmds \
15197module_cmds \
15198module_expsym_cmds \
15199export_symbols_cmds \
15200prelink_cmds \
15201postinstall_cmds \
15202postuninstall_cmds \
15203finish_cmds \
15204sys_lib_search_path_spec \
15205sys_lib_dlsearch_path_spec; do
15206 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15207 *[\\\\\\\`\\"\\\$]*)
15208 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15209 ;;
15210 *)
15211 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15212 ;;
15213 esac
15214done
15215
15216ac_aux_dir='$ac_aux_dir'
15217xsi_shell='$xsi_shell'
15218lt_shell_append='$lt_shell_append'
15219
15220# See if we are running on zsh, and set the options which allow our
15221# commands through without removal of \ escapes INIT.
15222if test -n "\${ZSH_VERSION+set}" ; then
15223 setopt NO_GLOB_SUBST
15224fi
15225
15226
15227 PACKAGE='$PACKAGE'
15228 VERSION='$VERSION'
15229 TIMESTAMP='$TIMESTAMP'
15230 RM='$RM'
15231 ofile='$ofile'
15232
15233
15234
15235
ef016f83
MF
15236_ACEOF
15237
15238cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15239
15240# Handling of arguments.
15241for ac_config_target in $ac_config_targets
15242do
15243 case $ac_config_target in
15244 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 15245 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 15246 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
ef016f83
MF
15247 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15248 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15249 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15250 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15251 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15252
d0ac1c44 15253 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
ef016f83
MF
15254 esac
15255done
15256
15257
15258# If the user did not use the arguments to specify the items to instantiate,
15259# then the envvar interface is used. Set only those that are not.
15260# We use the long form for the default assignment because of an extremely
15261# bizarre bug on SunOS 4.1.3.
15262if $ac_need_defaults; then
15263 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15264 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
ef016f83
MF
15265 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15266fi
15267
15268# Have a temporary directory for convenience. Make it in the build tree
15269# simply because there is no reason against having it here, and in addition,
15270# creating and moving files from /tmp can sometimes cause problems.
15271# Hook for its removal unless debugging.
15272# Note that there is a small window in which the directory will not be cleaned:
15273# after its creation but before its name has been assigned to `$tmp'.
15274$debug ||
15275{
d0ac1c44 15276 tmp= ac_tmp=
ef016f83 15277 trap 'exit_status=$?
d0ac1c44
SM
15278 : "${ac_tmp:=$tmp}"
15279 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
ef016f83
MF
15280' 0
15281 trap 'as_fn_exit 1' 1 2 13 15
15282}
15283# Create a (secure) tmp directory for tmp files.
15284
15285{
15286 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15287 test -d "$tmp"
ef016f83
MF
15288} ||
15289{
15290 tmp=./conf$$-$RANDOM
15291 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15292} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15293ac_tmp=$tmp
ef016f83
MF
15294
15295# Set up the scripts for CONFIG_FILES section.
15296# No need to generate them if there are no CONFIG_FILES.
15297# This happens for instance with `./config.status config.h'.
15298if test -n "$CONFIG_FILES"; then
15299
15300
15301ac_cr=`echo X | tr X '\015'`
15302# On cygwin, bash can eat \r inside `` if the user requested igncr.
15303# But we know of no other shell where ac_cr would be empty at this
15304# point, so we can use a bashism as a fallback.
15305if test "x$ac_cr" = x; then
15306 eval ac_cr=\$\'\\r\'
15307fi
15308ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15309if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15310 ac_cs_awk_cr='\\r'
ef016f83
MF
15311else
15312 ac_cs_awk_cr=$ac_cr
15313fi
15314
d0ac1c44 15315echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
ef016f83
MF
15316_ACEOF
15317
15318
15319{
15320 echo "cat >conf$$subs.awk <<_ACEOF" &&
15321 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15322 echo "_ACEOF"
15323} >conf$$subs.sh ||
d0ac1c44
SM
15324 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15325ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ef016f83
MF
15326ac_delim='%!_!# '
15327for ac_last_try in false false false false false :; do
15328 . ./conf$$subs.sh ||
d0ac1c44 15329 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
15330
15331 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15332 if test $ac_delim_n = $ac_delim_num; then
15333 break
15334 elif $ac_last_try; then
d0ac1c44 15335 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
15336 else
15337 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15338 fi
15339done
15340rm -f conf$$subs.sh
15341
15342cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15343cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
ef016f83
MF
15344_ACEOF
15345sed -n '
15346h
15347s/^/S["/; s/!.*/"]=/
15348p
15349g
15350s/^[^!]*!//
15351:repl
15352t repl
15353s/'"$ac_delim"'$//
15354t delim
15355:nl
15356h
d0ac1c44 15357s/\(.\{148\}\)..*/\1/
ef016f83
MF
15358t more1
15359s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15360p
15361n
15362b repl
15363:more1
15364s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15365p
15366g
15367s/.\{148\}//
15368t nl
15369:delim
15370h
d0ac1c44 15371s/\(.\{148\}\)..*/\1/
ef016f83
MF
15372t more2
15373s/["\\]/\\&/g; s/^/"/; s/$/"/
15374p
15375b
15376:more2
15377s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15378p
15379g
15380s/.\{148\}//
15381t delim
15382' <conf$$subs.awk | sed '
15383/^[^""]/{
15384 N
15385 s/\n//
15386}
15387' >>$CONFIG_STATUS || ac_write_fail=1
15388rm -f conf$$subs.awk
15389cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15390_ACAWK
d0ac1c44 15391cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
ef016f83
MF
15392 for (key in S) S_is_set[key] = 1
15393 FS = "\a"
15394
15395}
15396{
15397 line = $ 0
15398 nfields = split(line, field, "@")
15399 substed = 0
15400 len = length(field[1])
15401 for (i = 2; i < nfields; i++) {
15402 key = field[i]
15403 keylen = length(key)
15404 if (S_is_set[key]) {
15405 value = S[key]
15406 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15407 len += length(value) + length(field[++i])
15408 substed = 1
15409 } else
15410 len += 1 + keylen
15411 }
15412
15413 print line
15414}
15415
15416_ACAWK
15417_ACEOF
15418cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15419if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15420 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15421else
15422 cat
d0ac1c44
SM
15423fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15424 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
ef016f83
MF
15425_ACEOF
15426
d0ac1c44
SM
15427# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15428# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
ef016f83
MF
15429# trailing colons and then remove the whole line if VPATH becomes empty
15430# (actually we leave an empty line to preserve line numbers).
15431if test "x$srcdir" = x.; then
d0ac1c44
SM
15432 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15433h
15434s///
15435s/^/:/
15436s/[ ]*$/:/
15437s/:\$(srcdir):/:/g
15438s/:\${srcdir}:/:/g
15439s/:@srcdir@:/:/g
15440s/^:*//
ef016f83 15441s/:*$//
d0ac1c44
SM
15442x
15443s/\(=[ ]*\).*/\1/
15444G
15445s/\n//
ef016f83
MF
15446s/^[^=]*=[ ]*$//
15447}'
15448fi
15449
15450cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15451fi # test -n "$CONFIG_FILES"
15452
15453# Set up the scripts for CONFIG_HEADERS section.
15454# No need to generate them if there are no CONFIG_HEADERS.
15455# This happens for instance with `./config.status Makefile'.
15456if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15457cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
ef016f83
MF
15458BEGIN {
15459_ACEOF
15460
15461# Transform confdefs.h into an awk script `defines.awk', embedded as
15462# here-document in config.status, that substitutes the proper values into
15463# config.h.in to produce config.h.
15464
15465# Create a delimiter string that does not exist in confdefs.h, to ease
15466# handling of long lines.
15467ac_delim='%!_!# '
15468for ac_last_try in false false :; do
d0ac1c44
SM
15469 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15470 if test -z "$ac_tt"; then
ef016f83
MF
15471 break
15472 elif $ac_last_try; then
d0ac1c44 15473 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
ef016f83
MF
15474 else
15475 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15476 fi
15477done
15478
15479# For the awk script, D is an array of macro values keyed by name,
15480# likewise P contains macro parameters if any. Preserve backslash
15481# newline sequences.
15482
15483ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15484sed -n '
15485s/.\{148\}/&'"$ac_delim"'/g
15486t rset
15487:rset
15488s/^[ ]*#[ ]*define[ ][ ]*/ /
15489t def
15490d
15491:def
15492s/\\$//
15493t bsnl
15494s/["\\]/\\&/g
15495s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15496D["\1"]=" \3"/p
15497s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15498d
15499:bsnl
15500s/["\\]/\\&/g
15501s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15502D["\1"]=" \3\\\\\\n"\\/p
15503t cont
15504s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15505t cont
15506d
15507:cont
15508n
15509s/.\{148\}/&'"$ac_delim"'/g
15510t clear
15511:clear
15512s/\\$//
15513t bsnlc
15514s/["\\]/\\&/g; s/^/"/; s/$/"/p
15515d
15516:bsnlc
15517s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15518b cont
15519' <confdefs.h | sed '
15520s/'"$ac_delim"'/"\\\
15521"/g' >>$CONFIG_STATUS || ac_write_fail=1
15522
15523cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15524 for (key in D) D_is_set[key] = 1
15525 FS = "\a"
15526}
15527/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15528 line = \$ 0
15529 split(line, arg, " ")
15530 if (arg[1] == "#") {
15531 defundef = arg[2]
15532 mac1 = arg[3]
15533 } else {
15534 defundef = substr(arg[1], 2)
15535 mac1 = arg[2]
15536 }
15537 split(mac1, mac2, "(") #)
15538 macro = mac2[1]
15539 prefix = substr(line, 1, index(line, defundef) - 1)
15540 if (D_is_set[macro]) {
15541 # Preserve the white space surrounding the "#".
15542 print prefix "define", macro P[macro] D[macro]
15543 next
15544 } else {
15545 # Replace #undef with comments. This is necessary, for example,
15546 # in the case of _POSIX_SOURCE, which is predefined and required
15547 # on some systems where configure will not decide to define it.
15548 if (defundef == "undef") {
15549 print "/*", prefix defundef, macro, "*/"
15550 next
15551 }
15552 }
15553}
15554{ print }
15555_ACAWK
15556_ACEOF
15557cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15558 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
ef016f83
MF
15559fi # test -n "$CONFIG_HEADERS"
15560
15561
99d8e879 15562eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
ef016f83
MF
15563shift
15564for ac_tag
15565do
15566 case $ac_tag in
15567 :[FHLC]) ac_mode=$ac_tag; continue;;
15568 esac
15569 case $ac_mode$ac_tag in
15570 :[FHL]*:*);;
d0ac1c44 15571 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
ef016f83
MF
15572 :[FH]-) ac_tag=-:-;;
15573 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15574 esac
15575 ac_save_IFS=$IFS
15576 IFS=:
15577 set x $ac_tag
15578 IFS=$ac_save_IFS
15579 shift
15580 ac_file=$1
15581 shift
15582
15583 case $ac_mode in
15584 :L) ac_source=$1;;
15585 :[FH])
15586 ac_file_inputs=
15587 for ac_f
15588 do
15589 case $ac_f in
d0ac1c44 15590 -) ac_f="$ac_tmp/stdin";;
ef016f83
MF
15591 *) # Look for the file first in the build tree, then in the source tree
15592 # (if the path is not absolute). The absolute path cannot be DOS-style,
15593 # because $ac_f cannot contain `:'.
15594 test -f "$ac_f" ||
15595 case $ac_f in
15596 [\\/$]*) false;;
15597 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15598 esac ||
d0ac1c44 15599 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
ef016f83
MF
15600 esac
15601 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15602 as_fn_append ac_file_inputs " '$ac_f'"
15603 done
15604
15605 # Let's still pretend it is `configure' which instantiates (i.e., don't
15606 # use $as_me), people would be surprised to read:
15607 # /* config.h. Generated by config.status. */
15608 configure_input='Generated from '`
15609 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15610 `' by configure.'
15611 if test x"$ac_file" != x-; then
15612 configure_input="$ac_file. $configure_input"
15613 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15614$as_echo "$as_me: creating $ac_file" >&6;}
15615 fi
15616 # Neutralize special characters interpreted by sed in replacement strings.
15617 case $configure_input in #(
15618 *\&* | *\|* | *\\* )
15619 ac_sed_conf_input=`$as_echo "$configure_input" |
15620 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15621 *) ac_sed_conf_input=$configure_input;;
15622 esac
15623
15624 case $ac_tag in
d0ac1c44
SM
15625 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15626 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
ef016f83
MF
15627 esac
15628 ;;
15629 esac
15630
15631 ac_dir=`$as_dirname -- "$ac_file" ||
15632$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15633 X"$ac_file" : 'X\(//\)[^/]' \| \
15634 X"$ac_file" : 'X\(//\)$' \| \
15635 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15636$as_echo X"$ac_file" |
15637 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15638 s//\1/
15639 q
15640 }
15641 /^X\(\/\/\)[^/].*/{
15642 s//\1/
15643 q
15644 }
15645 /^X\(\/\/\)$/{
15646 s//\1/
15647 q
15648 }
15649 /^X\(\/\).*/{
15650 s//\1/
15651 q
15652 }
15653 s/.*/./; q'`
15654 as_dir="$ac_dir"; as_fn_mkdir_p
15655 ac_builddir=.
15656
15657case "$ac_dir" in
15658.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15659*)
15660 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15661 # A ".." for each directory in $ac_dir_suffix.
15662 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15663 case $ac_top_builddir_sub in
15664 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15665 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15666 esac ;;
15667esac
15668ac_abs_top_builddir=$ac_pwd
15669ac_abs_builddir=$ac_pwd$ac_dir_suffix
15670# for backward compatibility:
15671ac_top_builddir=$ac_top_build_prefix
15672
15673case $srcdir in
15674 .) # We are building in place.
15675 ac_srcdir=.
15676 ac_top_srcdir=$ac_top_builddir_sub
15677 ac_abs_top_srcdir=$ac_pwd ;;
15678 [\\/]* | ?:[\\/]* ) # Absolute name.
15679 ac_srcdir=$srcdir$ac_dir_suffix;
15680 ac_top_srcdir=$srcdir
15681 ac_abs_top_srcdir=$srcdir ;;
15682 *) # Relative name.
15683 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15684 ac_top_srcdir=$ac_top_build_prefix$srcdir
15685 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15686esac
15687ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15688
15689
15690 case $ac_mode in
15691 :F)
15692 #
15693 # CONFIG_FILE
15694 #
15695
15696 case $INSTALL in
15697 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15698 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15699 esac
15700_ACEOF
15701
15702cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15703# If the template does not know about datarootdir, expand it.
15704# FIXME: This hack should be removed a few years after 2.60.
15705ac_datarootdir_hack=; ac_datarootdir_seen=
15706ac_sed_dataroot='
15707/datarootdir/ {
15708 p
15709 q
15710}
15711/@datadir@/p
15712/@docdir@/p
15713/@infodir@/p
15714/@localedir@/p
15715/@mandir@/p'
15716case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15717*datarootdir*) ac_datarootdir_seen=yes;;
15718*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15720$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15721_ACEOF
15722cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15723 ac_datarootdir_hack='
15724 s&@datadir@&$datadir&g
15725 s&@docdir@&$docdir&g
15726 s&@infodir@&$infodir&g
15727 s&@localedir@&$localedir&g
15728 s&@mandir@&$mandir&g
15729 s&\\\${datarootdir}&$datarootdir&g' ;;
15730esac
15731_ACEOF
15732
15733# Neutralize VPATH when `$srcdir' = `.'.
15734# Shell code in configure.ac might set extrasub.
15735# FIXME: do we really want to maintain this feature?
15736cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15737ac_sed_extra="$ac_vpsub
15738$extrasub
15739_ACEOF
15740cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15741:t
15742/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15743s|@configure_input@|$ac_sed_conf_input|;t t
15744s&@top_builddir@&$ac_top_builddir_sub&;t t
15745s&@top_build_prefix@&$ac_top_build_prefix&;t t
15746s&@srcdir@&$ac_srcdir&;t t
15747s&@abs_srcdir@&$ac_abs_srcdir&;t t
15748s&@top_srcdir@&$ac_top_srcdir&;t t
15749s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15750s&@builddir@&$ac_builddir&;t t
15751s&@abs_builddir@&$ac_abs_builddir&;t t
15752s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15753s&@INSTALL@&$ac_INSTALL&;t t
15754$ac_datarootdir_hack
15755"
d0ac1c44
SM
15756eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15757 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83
MF
15758
15759test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15760 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15761 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15762 "$ac_tmp/out"`; test -z "$ac_out"; } &&
ef016f83 15763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15764which seems to be undefined. Please make sure it is defined" >&5
ef016f83 15765$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15766which seems to be undefined. Please make sure it is defined" >&2;}
ef016f83 15767
d0ac1c44 15768 rm -f "$ac_tmp/stdin"
ef016f83 15769 case $ac_file in
d0ac1c44
SM
15770 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15771 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
ef016f83 15772 esac \
d0ac1c44 15773 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83
MF
15774 ;;
15775 :H)
15776 #
15777 # CONFIG_HEADER
15778 #
15779 if test x"$ac_file" != x-; then
15780 {
15781 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15782 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15783 } >"$ac_tmp/config.h" \
15784 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15785 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
ef016f83
MF
15786 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15787$as_echo "$as_me: $ac_file is unchanged" >&6;}
15788 else
15789 rm -f "$ac_file"
d0ac1c44
SM
15790 mv "$ac_tmp/config.h" "$ac_file" \
15791 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83
MF
15792 fi
15793 else
15794 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15795 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15796 || as_fn_error $? "could not create -" "$LINENO" 5
ef016f83
MF
15797 fi
15798 ;;
ef016f83 15799
ef016f83
MF
15800 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15801$as_echo "$as_me: executing $ac_file commands" >&6;}
15802 ;;
15803 esac
15804
15805
15806 case $ac_file$ac_mode in
db2e4d67 15807 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15808 "libtool":C)
15809
15810 # See if we are running on zsh, and set the options which allow our
15811 # commands through without removal of \ escapes.
15812 if test -n "${ZSH_VERSION+set}" ; then
15813 setopt NO_GLOB_SUBST
15814 fi
15815
15816 cfgfile="${ofile}T"
15817 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15818 $RM "$cfgfile"
15819
15820 cat <<_LT_EOF >> "$cfgfile"
15821#! $SHELL
15822
15823# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15824# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15825# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15826# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15827#
15828# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15829# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15830# Written by Gordon Matzigkeit, 1996
15831#
15832# This file is part of GNU Libtool.
15833#
15834# GNU Libtool is free software; you can redistribute it and/or
15835# modify it under the terms of the GNU General Public License as
15836# published by the Free Software Foundation; either version 2 of
15837# the License, or (at your option) any later version.
15838#
15839# As a special exception to the GNU General Public License,
15840# if you distribute this file as part of a program or library that
15841# is built using GNU Libtool, you may include this file under the
15842# same distribution terms that you use for the rest of that program.
15843#
15844# GNU Libtool is distributed in the hope that it will be useful,
15845# but WITHOUT ANY WARRANTY; without even the implied warranty of
15846# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15847# GNU General Public License for more details.
15848#
15849# You should have received a copy of the GNU General Public License
15850# along with GNU Libtool; see the file COPYING. If not, a copy
15851# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15852# obtained by writing to the Free Software Foundation, Inc.,
15853# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15854
15855
15856# The names of the tagged configurations supported by this script.
15857available_tags=""
15858
15859# ### BEGIN LIBTOOL CONFIG
15860
15861# Which release of libtool.m4 was used?
15862macro_version=$macro_version
15863macro_revision=$macro_revision
15864
15865# Whether or not to build shared libraries.
15866build_libtool_libs=$enable_shared
15867
15868# Whether or not to build static libraries.
15869build_old_libs=$enable_static
15870
15871# What type of objects to build.
15872pic_mode=$pic_mode
15873
15874# Whether or not to optimize for fast installation.
15875fast_install=$enable_fast_install
15876
15877# Shell to use when invoking shell scripts.
15878SHELL=$lt_SHELL
15879
15880# An echo program that protects backslashes.
15881ECHO=$lt_ECHO
15882
15883# The host system.
15884host_alias=$host_alias
15885host=$host
15886host_os=$host_os
15887
15888# The build system.
15889build_alias=$build_alias
15890build=$build
15891build_os=$build_os
15892
15893# A sed program that does not truncate output.
15894SED=$lt_SED
15895
15896# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15897Xsed="\$SED -e 1s/^X//"
15898
15899# A grep program that handles long lines.
15900GREP=$lt_GREP
15901
15902# An ERE matcher.
15903EGREP=$lt_EGREP
15904
15905# A literal string matcher.
15906FGREP=$lt_FGREP
15907
15908# A BSD- or MS-compatible name lister.
15909NM=$lt_NM
15910
15911# Whether we need soft or hard links.
15912LN_S=$lt_LN_S
15913
15914# What is the maximum length of a command?
15915max_cmd_len=$max_cmd_len
15916
15917# Object file suffix (normally "o").
15918objext=$ac_objext
15919
15920# Executable file suffix (normally "").
15921exeext=$exeext
15922
15923# whether the shell understands "unset".
15924lt_unset=$lt_unset
15925
15926# turn spaces into newlines.
15927SP2NL=$lt_lt_SP2NL
15928
15929# turn newlines into spaces.
15930NL2SP=$lt_lt_NL2SP
15931
15932# An object symbol dumper.
15933OBJDUMP=$lt_OBJDUMP
15934
15935# Method to check whether dependent libraries are shared objects.
15936deplibs_check_method=$lt_deplibs_check_method
15937
15938# Command to use when deplibs_check_method == "file_magic".
15939file_magic_cmd=$lt_file_magic_cmd
15940
15941# The archiver.
15942AR=$lt_AR
15943AR_FLAGS=$lt_AR_FLAGS
15944
15945# A symbol stripping program.
15946STRIP=$lt_STRIP
15947
15948# Commands used to install an old-style archive.
15949RANLIB=$lt_RANLIB
15950old_postinstall_cmds=$lt_old_postinstall_cmds
15951old_postuninstall_cmds=$lt_old_postuninstall_cmds
15952
15953# Whether to use a lock for old archive extraction.
15954lock_old_archive_extraction=$lock_old_archive_extraction
15955
15956# A C compiler.
15957LTCC=$lt_CC
15958
15959# LTCC compiler flags.
15960LTCFLAGS=$lt_CFLAGS
15961
15962# Take the output of nm and produce a listing of raw symbols and C names.
15963global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15964
15965# Transform the output of nm in a proper C declaration.
15966global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15967
15968# Transform the output of nm in a C name address pair.
15969global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15970
15971# Transform the output of nm in a C name address pair when lib prefix is needed.
15972global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15973
15974# The name of the directory that contains temporary libtool files.
15975objdir=$objdir
15976
15977# Used to examine libraries when file_magic_cmd begins with "file".
15978MAGIC_CMD=$MAGIC_CMD
15979
15980# Must we lock files when doing compilation?
15981need_locks=$lt_need_locks
15982
15983# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15984DSYMUTIL=$lt_DSYMUTIL
15985
15986# Tool to change global to local symbols on Mac OS X.
15987NMEDIT=$lt_NMEDIT
15988
15989# Tool to manipulate fat objects and archives on Mac OS X.
15990LIPO=$lt_LIPO
15991
15992# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15993OTOOL=$lt_OTOOL
15994
15995# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15996OTOOL64=$lt_OTOOL64
15997
15998# Old archive suffix (normally "a").
15999libext=$libext
16000
16001# Shared library suffix (normally ".so").
16002shrext_cmds=$lt_shrext_cmds
16003
16004# The commands to extract the exported symbol list from a shared archive.
16005extract_expsyms_cmds=$lt_extract_expsyms_cmds
16006
16007# Variables whose values should be saved in libtool wrapper scripts and
16008# restored at link time.
16009variables_saved_for_relink=$lt_variables_saved_for_relink
16010
16011# Do we need the "lib" prefix for modules?
16012need_lib_prefix=$need_lib_prefix
16013
16014# Do we need a version for libraries?
16015need_version=$need_version
16016
16017# Library versioning type.
16018version_type=$version_type
16019
16020# Shared library runtime path variable.
16021runpath_var=$runpath_var
16022
16023# Shared library path variable.
16024shlibpath_var=$shlibpath_var
16025
16026# Is shlibpath searched before the hard-coded library search path?
16027shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16028
16029# Format of library name prefix.
16030libname_spec=$lt_libname_spec
16031
16032# List of archive names. First name is the real one, the rest are links.
16033# The last name is the one that the linker finds with -lNAME
16034library_names_spec=$lt_library_names_spec
16035
16036# The coded name of the library, if different from the real name.
16037soname_spec=$lt_soname_spec
16038
16039# Permission mode override for installation of shared libraries.
16040install_override_mode=$lt_install_override_mode
16041
16042# Command to use after installation of a shared archive.
16043postinstall_cmds=$lt_postinstall_cmds
16044
16045# Command to use after uninstallation of a shared archive.
16046postuninstall_cmds=$lt_postuninstall_cmds
16047
16048# Commands used to finish a libtool library installation in a directory.
16049finish_cmds=$lt_finish_cmds
16050
16051# As "finish_cmds", except a single script fragment to be evaled but
16052# not shown.
16053finish_eval=$lt_finish_eval
16054
16055# Whether we should hardcode library paths into libraries.
16056hardcode_into_libs=$hardcode_into_libs
16057
16058# Compile-time system search path for libraries.
16059sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16060
16061# Run-time system search path for libraries.
16062sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16063
16064# Whether dlopen is supported.
16065dlopen_support=$enable_dlopen
16066
16067# Whether dlopen of programs is supported.
16068dlopen_self=$enable_dlopen_self
16069
16070# Whether dlopen of statically linked programs is supported.
16071dlopen_self_static=$enable_dlopen_self_static
16072
16073# Commands to strip libraries.
16074old_striplib=$lt_old_striplib
16075striplib=$lt_striplib
16076
16077
16078# The linker used to build libraries.
16079LD=$lt_LD
16080
16081# How to create reloadable object files.
16082reload_flag=$lt_reload_flag
16083reload_cmds=$lt_reload_cmds
16084
16085# Commands used to build an old-style archive.
16086old_archive_cmds=$lt_old_archive_cmds
16087
16088# A language specific compiler.
16089CC=$lt_compiler
16090
16091# Is the compiler the GNU compiler?
16092with_gcc=$GCC
16093
16094# Compiler flag to turn off builtin functions.
16095no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16096
16097# How to pass a linker flag through the compiler.
16098wl=$lt_lt_prog_compiler_wl
16099
16100# Additional compiler flags for building library objects.
16101pic_flag=$lt_lt_prog_compiler_pic
16102
16103# Compiler flag to prevent dynamic linking.
16104link_static_flag=$lt_lt_prog_compiler_static
16105
16106# Does compiler simultaneously support -c and -o options?
16107compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16108
16109# Whether or not to add -lc for building shared libraries.
16110build_libtool_need_lc=$archive_cmds_need_lc
16111
16112# Whether or not to disallow shared libs when runtime libs are static.
16113allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16114
16115# Compiler flag to allow reflexive dlopens.
16116export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16117
16118# Compiler flag to generate shared objects directly from archives.
16119whole_archive_flag_spec=$lt_whole_archive_flag_spec
16120
16121# Whether the compiler copes with passing no objects directly.
16122compiler_needs_object=$lt_compiler_needs_object
16123
16124# Create an old-style archive from a shared archive.
16125old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16126
16127# Create a temporary old-style archive to link instead of a shared archive.
16128old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16129
16130# Commands used to build a shared archive.
16131archive_cmds=$lt_archive_cmds
16132archive_expsym_cmds=$lt_archive_expsym_cmds
16133
16134# Commands used to build a loadable module if different from building
16135# a shared archive.
16136module_cmds=$lt_module_cmds
16137module_expsym_cmds=$lt_module_expsym_cmds
16138
16139# Whether we are building with GNU ld or not.
16140with_gnu_ld=$lt_with_gnu_ld
16141
16142# Flag that allows shared libraries with undefined symbols to be built.
16143allow_undefined_flag=$lt_allow_undefined_flag
16144
16145# Flag that enforces no undefined symbols.
16146no_undefined_flag=$lt_no_undefined_flag
16147
16148# Flag to hardcode \$libdir into a binary during linking.
16149# This must work even if \$libdir does not exist
16150hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16151
16152# If ld is used when linking, flag to hardcode \$libdir into a binary
16153# during linking. This must work even if \$libdir does not exist.
16154hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16155
16156# Whether we need a single "-rpath" flag with a separated argument.
16157hardcode_libdir_separator=$lt_hardcode_libdir_separator
16158
16159# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16160# DIR into the resulting binary.
16161hardcode_direct=$hardcode_direct
16162
16163# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16164# DIR into the resulting binary and the resulting library dependency is
16165# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16166# library is relocated.
16167hardcode_direct_absolute=$hardcode_direct_absolute
16168
16169# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16170# into the resulting binary.
16171hardcode_minus_L=$hardcode_minus_L
16172
16173# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16174# into the resulting binary.
16175hardcode_shlibpath_var=$hardcode_shlibpath_var
16176
16177# Set to "yes" if building a shared library automatically hardcodes DIR
16178# into the library and all subsequent libraries and executables linked
16179# against it.
16180hardcode_automatic=$hardcode_automatic
16181
16182# Set to yes if linker adds runtime paths of dependent libraries
16183# to runtime path list.
16184inherit_rpath=$inherit_rpath
16185
16186# Whether libtool must link a program against all its dependency libraries.
16187link_all_deplibs=$link_all_deplibs
16188
16189# Fix the shell variable \$srcfile for the compiler.
16190fix_srcfile_path=$lt_fix_srcfile_path
16191
16192# Set to "yes" if exported symbols are required.
16193always_export_symbols=$always_export_symbols
16194
16195# The commands to list exported symbols.
16196export_symbols_cmds=$lt_export_symbols_cmds
16197
16198# Symbols that should not be listed in the preloaded symbols.
16199exclude_expsyms=$lt_exclude_expsyms
16200
16201# Symbols that must always be exported.
16202include_expsyms=$lt_include_expsyms
16203
16204# Commands necessary for linking programs (against libraries) with templates.
16205prelink_cmds=$lt_prelink_cmds
16206
16207# Specify filename containing input files.
16208file_list_spec=$lt_file_list_spec
16209
16210# How to hardcode a shared library path into an executable.
16211hardcode_action=$hardcode_action
16212
16213# ### END LIBTOOL CONFIG
16214
16215_LT_EOF
16216
16217 case $host_os in
16218 aix3*)
16219 cat <<\_LT_EOF >> "$cfgfile"
16220# AIX sometimes has problems with the GCC collect2 program. For some
16221# reason, if we set the COLLECT_NAMES environment variable, the problems
16222# vanish in a puff of smoke.
16223if test "X${COLLECT_NAMES+set}" != Xset; then
16224 COLLECT_NAMES=
16225 export COLLECT_NAMES
16226fi
16227_LT_EOF
16228 ;;
16229 esac
16230
16231
16232ltmain="$ac_aux_dir/ltmain.sh"
16233
16234
16235 # We use sed instead of cat because bash on DJGPP gets confused if
16236 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16237 # text mode, it properly converts lines to CR/LF. This bash problem
16238 # is reportedly fixed, but why not run on old versions too?
16239 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16240 || (rm -f "$cfgfile"; exit 1)
16241
16242 case $xsi_shell in
16243 yes)
16244 cat << \_LT_EOF >> "$cfgfile"
16245
16246# func_dirname file append nondir_replacement
16247# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16248# otherwise set result to NONDIR_REPLACEMENT.
16249func_dirname ()
16250{
16251 case ${1} in
16252 */*) func_dirname_result="${1%/*}${2}" ;;
16253 * ) func_dirname_result="${3}" ;;
16254 esac
16255}
16256
16257# func_basename file
16258func_basename ()
16259{
16260 func_basename_result="${1##*/}"
16261}
16262
16263# func_dirname_and_basename file append nondir_replacement
16264# perform func_basename and func_dirname in a single function
16265# call:
16266# dirname: Compute the dirname of FILE. If nonempty,
16267# add APPEND to the result, otherwise set result
16268# to NONDIR_REPLACEMENT.
16269# value returned in "$func_dirname_result"
16270# basename: Compute filename of FILE.
16271# value retuned in "$func_basename_result"
16272# Implementation must be kept synchronized with func_dirname
16273# and func_basename. For efficiency, we do not delegate to
16274# those functions but instead duplicate the functionality here.
16275func_dirname_and_basename ()
16276{
16277 case ${1} in
16278 */*) func_dirname_result="${1%/*}${2}" ;;
16279 * ) func_dirname_result="${3}" ;;
16280 esac
16281 func_basename_result="${1##*/}"
16282}
16283
16284# func_stripname prefix suffix name
16285# strip PREFIX and SUFFIX off of NAME.
16286# PREFIX and SUFFIX must not contain globbing or regex special
16287# characters, hashes, percent signs, but SUFFIX may contain a leading
16288# dot (in which case that matches only a dot).
16289func_stripname ()
16290{
16291 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16292 # positional parameters, so assign one to ordinary parameter first.
16293 func_stripname_result=${3}
16294 func_stripname_result=${func_stripname_result#"${1}"}
16295 func_stripname_result=${func_stripname_result%"${2}"}
16296}
16297
16298# func_opt_split
16299func_opt_split ()
16300{
16301 func_opt_split_opt=${1%%=*}
16302 func_opt_split_arg=${1#*=}
16303}
16304
16305# func_lo2o object
16306func_lo2o ()
16307{
16308 case ${1} in
16309 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16310 *) func_lo2o_result=${1} ;;
16311 esac
16312}
16313
16314# func_xform libobj-or-source
16315func_xform ()
16316{
16317 func_xform_result=${1%.*}.lo
16318}
16319
16320# func_arith arithmetic-term...
16321func_arith ()
16322{
16323 func_arith_result=$(( $* ))
16324}
16325
16326# func_len string
16327# STRING may not start with a hyphen.
16328func_len ()
16329{
16330 func_len_result=${#1}
16331}
16332
16333_LT_EOF
16334 ;;
16335 *) # Bourne compatible functions.
16336 cat << \_LT_EOF >> "$cfgfile"
16337
16338# func_dirname file append nondir_replacement
16339# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16340# otherwise set result to NONDIR_REPLACEMENT.
16341func_dirname ()
16342{
16343 # Extract subdirectory from the argument.
16344 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16345 if test "X$func_dirname_result" = "X${1}"; then
16346 func_dirname_result="${3}"
16347 else
16348 func_dirname_result="$func_dirname_result${2}"
16349 fi
16350}
16351
16352# func_basename file
16353func_basename ()
16354{
16355 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16356}
16357
16358
16359# func_stripname prefix suffix name
16360# strip PREFIX and SUFFIX off of NAME.
16361# PREFIX and SUFFIX must not contain globbing or regex special
16362# characters, hashes, percent signs, but SUFFIX may contain a leading
16363# dot (in which case that matches only a dot).
16364# func_strip_suffix prefix name
16365func_stripname ()
16366{
16367 case ${2} in
16368 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16369 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16370 esac
16371}
16372
16373# sed scripts:
16374my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16375my_sed_long_arg='1s/^-[^=]*=//'
16376
16377# func_opt_split
16378func_opt_split ()
16379{
16380 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16381 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16382}
16383
16384# func_lo2o object
16385func_lo2o ()
16386{
16387 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16388}
16389
16390# func_xform libobj-or-source
16391func_xform ()
16392{
16393 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16394}
16395
16396# func_arith arithmetic-term...
16397func_arith ()
16398{
16399 func_arith_result=`expr "$@"`
16400}
16401
16402# func_len string
16403# STRING may not start with a hyphen.
16404func_len ()
16405{
16406 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16407}
16408
16409_LT_EOF
16410esac
16411
16412case $lt_shell_append in
16413 yes)
16414 cat << \_LT_EOF >> "$cfgfile"
16415
16416# func_append var value
16417# Append VALUE to the end of shell variable VAR.
16418func_append ()
16419{
16420 eval "$1+=\$2"
16421}
16422_LT_EOF
16423 ;;
16424 *)
16425 cat << \_LT_EOF >> "$cfgfile"
16426
16427# func_append var value
16428# Append VALUE to the end of shell variable VAR.
16429func_append ()
16430{
16431 eval "$1=\$$1\$2"
16432}
16433
16434_LT_EOF
16435 ;;
16436 esac
16437
16438
16439 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16440 || (rm -f "$cfgfile"; exit 1)
16441
16442 mv -f "$cfgfile" "$ofile" ||
16443 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16444 chmod +x "$ofile"
16445
16446 ;;
ef016f83
MF
16447 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16448 rm -f Makesim1.tmp Makesim2.tmp Makefile
16449 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16450 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16451 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16452 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16453 <Makefile.sim >Makefile
16454 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16455 ;;
16456 "stamp-h":C) echo > stamp-h ;;
16457
16458 esac
16459done # for ac_tag
16460
16461
16462as_fn_exit 0
16463_ACEOF
16464ac_clean_files=$ac_clean_files_save
16465
16466test $ac_write_fail = 0 ||
d0ac1c44 16467 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
16468
16469
16470# configure is writing to config.log, and then calls config.status.
16471# config.status does its own redirection, appending to config.log.
16472# Unfortunately, on DOS this fails, as config.log is still kept open
16473# by configure, so config.status won't be able to write to it; its
16474# output is simply discarded. So we exec the FD to /dev/null,
16475# effectively closing config.log, so it can be properly (re)opened and
16476# appended to by config.status. When coming back to configure, we
16477# need to make the FD available again.
16478if test "$no_create" != yes; then
16479 ac_cs_success=:
16480 ac_config_status_args=
16481 test "$silent" = yes &&
16482 ac_config_status_args="$ac_config_status_args --quiet"
16483 exec 5>/dev/null
16484 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16485 exec 5>>config.log
16486 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16487 # would make configure fail if this is the last instruction.
d0ac1c44 16488 $ac_cs_success || as_fn_exit 1
ef016f83
MF
16489fi
16490if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16492$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16493fi
16494
16495