]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/or1k/configure
sim: drop use of bfd/configure.host
[thirdparty/binutils-gdb.git] / sim / or1k / configure
CommitLineData
0cd79707
SH
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.
0cd79707
SH
7#
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=
0cd79707
SH
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;}
0cd79707
SH
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"
0cd79707
SH
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
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"
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
0cd79707
SH
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"
0cd79707
SH
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
0cd79707
SH
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# ----------------------------------------
0cd79707
SH
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.
0cd79707
SH
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
0cd79707 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
0cd79707
SH
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
0cd79707
SH
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'.
0cd79707 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
0cd79707
SH
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
0cd79707
SH
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
0cd79707
SH
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
0cd79707
SH
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
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
0cd79707
SH
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
0cd79707
SH
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
635cgen
636cgendir
637CGEN_MAINT
638REPORT_BUGS_TEXI
639REPORT_BUGS_TO
640PKGVERSION
641MAINT
642MAINTAINER_MODE_FALSE
643MAINTAINER_MODE_TRUE
644lt_cv_dlopen_libs
645OTOOL64
646OTOOL
647LIPO
648NMEDIT
649DSYMUTIL
650AWK
651STRIP
652OBJDUMP
653LN_S
654NM
655ac_ct_DUMPBIN
656DUMPBIN
657LD
658FGREP
659SED
660LIBTOOL
661PLUGINS_FALSE
662PLUGINS_TRUE
663zlibinc
664zlibdir
665CATOBJEXT
666GENCAT
667INSTOBJEXT
668DATADIRNAME
669CATALOGS
670POSUB
671GMSGFMT
672XGETTEXT
673INCINTL
674LIBINTL_DEP
675LIBINTL
676USE_NLS
677GMAKE_FALSE
678GMAKE_TRUE
679MAKE
680CCDEPMODE
681DEPDIR
682am__leading_dot
683PACKAGE
46f900c0 684C_DIALECT
0cd79707
SH
685RANLIB
686AR
0cd79707
SH
687CC_FOR_BUILD
688INSTALL_DATA
689INSTALL_SCRIPT
690INSTALL_PROGRAM
691EGREP
692GREP
693CPP
694target_os
695target_vendor
696target_cpu
697target
698host_os
699host_vendor
700host_cpu
701host
702build_os
703build_vendor
704build_cpu
705build
706OBJEXT
707EXEEXT
708ac_ct_CC
709CPPFLAGS
710LDFLAGS
711CFLAGS
712CC
713WERROR_CFLAGS
714WARN_CFLAGS
715sim_reserved_bits
716sim_inline
717sim_hw
718sim_hw_objs
719sim_hw_cflags
720sim_default_model
721sim_scache
722sim_float
723sim_endian
724sim_bitsize
725sim_alignment
726target_alias
727host_alias
728build_alias
729LIBS
730ECHO_T
731ECHO_N
732ECHO_C
733DEFS
734mandir
735localedir
736libdir
737psdir
738pdfdir
739dvidir
740htmldir
741infodir
742docdir
743oldincludedir
744includedir
745localstatedir
746sharedstatedir
747sysconfdir
748datadir
749datarootdir
750libexecdir
751sbindir
752bindir
753program_transform_name
754prefix
755exec_prefix
756PACKAGE_URL
757PACKAGE_BUGREPORT
758PACKAGE_STRING
759PACKAGE_VERSION
760PACKAGE_TARNAME
761PACKAGE_NAME
762PATH_SEPARATOR
763SHELL'
764ac_subst_files=''
765ac_user_opts='
766enable_option_checking
767with_system_zlib
768enable_plugins
769enable_shared
770enable_static
771with_pic
772enable_fast_install
773with_gnu_ld
774enable_libtool_lock
775enable_maintainer_mode
776enable_sim_debug
777enable_sim_stdio
778enable_sim_trace
779enable_sim_profile
780enable_sim_assert
781enable_sim_environment
782enable_sim_inline
783with_pkgversion
784with_bugurl
785enable_sim_endian
786enable_sim_alignment
787enable_sim_bitsize
788enable_sim_scache
789enable_sim_default_model
5c1008a4
MF
790enable_werror
791enable_build_warnings
792enable_sim_build_warnings
0cd79707
SH
793enable_cgen_maint
794'
795 ac_precious_vars='build_alias
796host_alias
797target_alias
798CC
799CFLAGS
800LDFLAGS
801LIBS
802CPPFLAGS
803CPP'
804
805
806# Initialize some variables set by options.
807ac_init_help=
808ac_init_version=false
809ac_unrecognized_opts=
810ac_unrecognized_sep=
811# The variables have the same names as the options, with
812# dashes changed to underlines.
813cache_file=/dev/null
814exec_prefix=NONE
815no_create=
816no_recursion=
817prefix=NONE
818program_prefix=NONE
819program_suffix=NONE
820program_transform_name=s,x,x,
821silent=
822site=
823srcdir=
824verbose=
825x_includes=NONE
826x_libraries=NONE
827
828# Installation directory options.
829# These are left unexpanded so users can "make install exec_prefix=/foo"
830# and all the variables that are supposed to be based on exec_prefix
831# by default will actually change.
832# Use braces instead of parens because sh, perl, etc. also accept them.
833# (The list follows the same order as the GNU Coding Standards.)
834bindir='${exec_prefix}/bin'
835sbindir='${exec_prefix}/sbin'
836libexecdir='${exec_prefix}/libexec'
837datarootdir='${prefix}/share'
838datadir='${datarootdir}'
839sysconfdir='${prefix}/etc'
840sharedstatedir='${prefix}/com'
841localstatedir='${prefix}/var'
842includedir='${prefix}/include'
843oldincludedir='/usr/include'
844docdir='${datarootdir}/doc/${PACKAGE}'
845infodir='${datarootdir}/info'
846htmldir='${docdir}'
847dvidir='${docdir}'
848pdfdir='${docdir}'
849psdir='${docdir}'
850libdir='${exec_prefix}/lib'
851localedir='${datarootdir}/locale'
852mandir='${datarootdir}/man'
853
854ac_prev=
855ac_dashdash=
856for ac_option
857do
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
863 fi
864
865 case $ac_option in
d0ac1c44
SM
866 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *=) ac_optarg= ;;
868 *) ac_optarg=yes ;;
0cd79707
SH
869 esac
870
871 # Accept the important Cygnus configure options, so we can diagnose typos.
872
873 case $ac_dashdash$ac_option in
874 --)
875 ac_dashdash=yes ;;
876
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
881
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
886
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
893
894 --config-cache | -C)
895 cache_file=config.cache ;;
896
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
901
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
908
909 -disable-* | --disable-*)
910 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 913 as_fn_error $? "invalid feature name: $ac_useropt"
0cd79707
SH
914 ac_useropt_orig=$ac_useropt
915 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
916 case $ac_user_opts in
917 *"
918"enable_$ac_useropt"
919"*) ;;
920 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
921 ac_unrecognized_sep=', ';;
922 esac
923 eval enable_$ac_useropt=no ;;
924
925 -docdir | --docdir | --docdi | --doc | --do)
926 ac_prev=docdir ;;
927 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
928 docdir=$ac_optarg ;;
929
930 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
931 ac_prev=dvidir ;;
932 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
933 dvidir=$ac_optarg ;;
934
935 -enable-* | --enable-*)
936 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
937 # Reject names that are not valid shell variable names.
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 939 as_fn_error $? "invalid feature name: $ac_useropt"
0cd79707
SH
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
943 *"
944"enable_$ac_useropt"
945"*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=\$ac_optarg ;;
950
951 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
952 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
953 | --exec | --exe | --ex)
954 ac_prev=exec_prefix ;;
955 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
956 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
957 | --exec=* | --exe=* | --ex=*)
958 exec_prefix=$ac_optarg ;;
959
960 -gas | --gas | --ga | --g)
961 # Obsolete; use --with-gas.
962 with_gas=yes ;;
963
964 -help | --help | --hel | --he | -h)
965 ac_init_help=long ;;
966 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
967 ac_init_help=recursive ;;
968 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
969 ac_init_help=short ;;
970
971 -host | --host | --hos | --ho)
972 ac_prev=host_alias ;;
973 -host=* | --host=* | --hos=* | --ho=*)
974 host_alias=$ac_optarg ;;
975
976 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
977 ac_prev=htmldir ;;
978 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
979 | --ht=*)
980 htmldir=$ac_optarg ;;
981
982 -includedir | --includedir | --includedi | --included | --include \
983 | --includ | --inclu | --incl | --inc)
984 ac_prev=includedir ;;
985 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
986 | --includ=* | --inclu=* | --incl=* | --inc=*)
987 includedir=$ac_optarg ;;
988
989 -infodir | --infodir | --infodi | --infod | --info | --inf)
990 ac_prev=infodir ;;
991 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
992 infodir=$ac_optarg ;;
993
994 -libdir | --libdir | --libdi | --libd)
995 ac_prev=libdir ;;
996 -libdir=* | --libdir=* | --libdi=* | --libd=*)
997 libdir=$ac_optarg ;;
998
999 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1000 | --libexe | --libex | --libe)
1001 ac_prev=libexecdir ;;
1002 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1003 | --libexe=* | --libex=* | --libe=*)
1004 libexecdir=$ac_optarg ;;
1005
1006 -localedir | --localedir | --localedi | --localed | --locale)
1007 ac_prev=localedir ;;
1008 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1009 localedir=$ac_optarg ;;
1010
1011 -localstatedir | --localstatedir | --localstatedi | --localstated \
1012 | --localstate | --localstat | --localsta | --localst | --locals)
1013 ac_prev=localstatedir ;;
1014 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1015 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1016 localstatedir=$ac_optarg ;;
1017
1018 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1019 ac_prev=mandir ;;
1020 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1021 mandir=$ac_optarg ;;
1022
1023 -nfp | --nfp | --nf)
1024 # Obsolete; use --without-fp.
1025 with_fp=no ;;
1026
1027 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1028 | --no-cr | --no-c | -n)
1029 no_create=yes ;;
1030
1031 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1032 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1033 no_recursion=yes ;;
1034
1035 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1036 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1037 | --oldin | --oldi | --old | --ol | --o)
1038 ac_prev=oldincludedir ;;
1039 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1040 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1041 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1042 oldincludedir=$ac_optarg ;;
1043
1044 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1045 ac_prev=prefix ;;
1046 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1047 prefix=$ac_optarg ;;
1048
1049 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1050 | --program-pre | --program-pr | --program-p)
1051 ac_prev=program_prefix ;;
1052 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1053 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1054 program_prefix=$ac_optarg ;;
1055
1056 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1057 | --program-suf | --program-su | --program-s)
1058 ac_prev=program_suffix ;;
1059 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1060 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1061 program_suffix=$ac_optarg ;;
1062
1063 -program-transform-name | --program-transform-name \
1064 | --program-transform-nam | --program-transform-na \
1065 | --program-transform-n | --program-transform- \
1066 | --program-transform | --program-transfor \
1067 | --program-transfo | --program-transf \
1068 | --program-trans | --program-tran \
1069 | --progr-tra | --program-tr | --program-t)
1070 ac_prev=program_transform_name ;;
1071 -program-transform-name=* | --program-transform-name=* \
1072 | --program-transform-nam=* | --program-transform-na=* \
1073 | --program-transform-n=* | --program-transform-=* \
1074 | --program-transform=* | --program-transfor=* \
1075 | --program-transfo=* | --program-transf=* \
1076 | --program-trans=* | --program-tran=* \
1077 | --progr-tra=* | --program-tr=* | --program-t=*)
1078 program_transform_name=$ac_optarg ;;
1079
1080 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1081 ac_prev=pdfdir ;;
1082 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1083 pdfdir=$ac_optarg ;;
1084
1085 -psdir | --psdir | --psdi | --psd | --ps)
1086 ac_prev=psdir ;;
1087 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1088 psdir=$ac_optarg ;;
1089
1090 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1091 | -silent | --silent | --silen | --sile | --sil)
1092 silent=yes ;;
1093
1094 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1095 ac_prev=sbindir ;;
1096 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1097 | --sbi=* | --sb=*)
1098 sbindir=$ac_optarg ;;
1099
1100 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1101 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1102 | --sharedst | --shareds | --shared | --share | --shar \
1103 | --sha | --sh)
1104 ac_prev=sharedstatedir ;;
1105 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1106 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1107 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1108 | --sha=* | --sh=*)
1109 sharedstatedir=$ac_optarg ;;
1110
1111 -site | --site | --sit)
1112 ac_prev=site ;;
1113 -site=* | --site=* | --sit=*)
1114 site=$ac_optarg ;;
1115
1116 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1117 ac_prev=srcdir ;;
1118 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1119 srcdir=$ac_optarg ;;
1120
1121 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1122 | --syscon | --sysco | --sysc | --sys | --sy)
1123 ac_prev=sysconfdir ;;
1124 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1125 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1126 sysconfdir=$ac_optarg ;;
1127
1128 -target | --target | --targe | --targ | --tar | --ta | --t)
1129 ac_prev=target_alias ;;
1130 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1131 target_alias=$ac_optarg ;;
1132
1133 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1134 verbose=yes ;;
1135
1136 -version | --version | --versio | --versi | --vers | -V)
1137 ac_init_version=: ;;
1138
1139 -with-* | --with-*)
1140 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1141 # Reject names that are not valid shell variable names.
1142 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1143 as_fn_error $? "invalid package name: $ac_useropt"
0cd79707
SH
1144 ac_useropt_orig=$ac_useropt
1145 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1146 case $ac_user_opts in
1147 *"
1148"with_$ac_useropt"
1149"*) ;;
1150 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1151 ac_unrecognized_sep=', ';;
1152 esac
1153 eval with_$ac_useropt=\$ac_optarg ;;
1154
1155 -without-* | --without-*)
1156 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1157 # Reject names that are not valid shell variable names.
1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1159 as_fn_error $? "invalid package name: $ac_useropt"
0cd79707
SH
1160 ac_useropt_orig=$ac_useropt
1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162 case $ac_user_opts in
1163 *"
1164"with_$ac_useropt"
1165"*) ;;
1166 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1167 ac_unrecognized_sep=', ';;
1168 esac
1169 eval with_$ac_useropt=no ;;
1170
1171 --x)
1172 # Obsolete; use --with-x.
1173 with_x=yes ;;
1174
1175 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1176 | --x-incl | --x-inc | --x-in | --x-i)
1177 ac_prev=x_includes ;;
1178 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1179 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1180 x_includes=$ac_optarg ;;
1181
1182 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1183 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1184 ac_prev=x_libraries ;;
1185 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1186 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1187 x_libraries=$ac_optarg ;;
1188
d0ac1c44
SM
1189 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1190Try \`$0 --help' for more information"
0cd79707
SH
1191 ;;
1192
1193 *=*)
1194 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1195 # Reject names that are not valid shell variable names.
1196 case $ac_envvar in #(
1197 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1198 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
0cd79707
SH
1199 esac
1200 eval $ac_envvar=\$ac_optarg
1201 export $ac_envvar ;;
1202
1203 *)
1204 # FIXME: should be removed in autoconf 3.0.
1205 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1206 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1207 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1208 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
0cd79707
SH
1209 ;;
1210
1211 esac
1212done
1213
1214if test -n "$ac_prev"; then
1215 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1216 as_fn_error $? "missing argument to $ac_option"
0cd79707
SH
1217fi
1218
1219if test -n "$ac_unrecognized_opts"; then
1220 case $enable_option_checking in
1221 no) ;;
d0ac1c44 1222 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
0cd79707
SH
1223 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1224 esac
1225fi
1226
1227# Check all directory arguments for consistency.
1228for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1229 datadir sysconfdir sharedstatedir localstatedir includedir \
1230 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1231 libdir localedir mandir
1232do
1233 eval ac_val=\$$ac_var
1234 # Remove trailing slashes.
1235 case $ac_val in
1236 */ )
1237 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1238 eval $ac_var=\$ac_val;;
1239 esac
1240 # Be sure to have absolute directory names.
1241 case $ac_val in
1242 [\\/$]* | ?:[\\/]* ) continue;;
1243 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1244 esac
d0ac1c44 1245 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
0cd79707
SH
1246done
1247
1248# There might be people who depend on the old broken behavior: `$host'
1249# used to hold the argument of --host etc.
1250# FIXME: To remove some day.
1251build=$build_alias
1252host=$host_alias
1253target=$target_alias
1254
1255# FIXME: To remove some day.
1256if test "x$host_alias" != x; then
1257 if test "x$build_alias" = x; then
1258 cross_compiling=maybe
1259 elif test "x$build_alias" != "x$host_alias"; then
1260 cross_compiling=yes
1261 fi
1262fi
1263
1264ac_tool_prefix=
1265test -n "$host_alias" && ac_tool_prefix=$host_alias-
1266
1267test "$silent" = yes && exec 6>/dev/null
1268
1269
1270ac_pwd=`pwd` && test -n "$ac_pwd" &&
1271ac_ls_di=`ls -di .` &&
1272ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1273 as_fn_error $? "working directory cannot be determined"
0cd79707 1274test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1275 as_fn_error $? "pwd does not report name of working directory"
0cd79707
SH
1276
1277
1278# Find the source files, if location was not specified.
1279if test -z "$srcdir"; then
1280 ac_srcdir_defaulted=yes
1281 # Try the directory containing this script, then the parent directory.
1282 ac_confdir=`$as_dirname -- "$as_myself" ||
1283$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1284 X"$as_myself" : 'X\(//\)[^/]' \| \
1285 X"$as_myself" : 'X\(//\)$' \| \
1286 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1287$as_echo X"$as_myself" |
1288 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\/\)[^/].*/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\/\)$/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\).*/{
1301 s//\1/
1302 q
1303 }
1304 s/.*/./; q'`
1305 srcdir=$ac_confdir
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307 srcdir=..
1308 fi
1309else
1310 ac_srcdir_defaulted=no
1311fi
1312if test ! -r "$srcdir/$ac_unique_file"; then
1313 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1314 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
0cd79707
SH
1315fi
1316ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1317ac_abs_confdir=`(
d0ac1c44 1318 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
0cd79707
SH
1319 pwd)`
1320# When building in place, set srcdir=.
1321if test "$ac_abs_confdir" = "$ac_pwd"; then
1322 srcdir=.
1323fi
1324# Remove unnecessary trailing slashes from srcdir.
1325# Double slashes in file names in object file debugging info
1326# mess up M-x gdb in Emacs.
1327case $srcdir in
1328*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1329esac
1330for ac_var in $ac_precious_vars; do
1331 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1332 eval ac_env_${ac_var}_value=\$${ac_var}
1333 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1334 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1335done
1336
1337#
1338# Report the --help message.
1339#
1340if test "$ac_init_help" = "long"; then
1341 # Omit some internal or obsolete options to make the list less imposing.
1342 # This message is too long to be a string in the A/UX 3.1 sh.
1343 cat <<_ACEOF
1344\`configure' configures this package to adapt to many kinds of systems.
1345
1346Usage: $0 [OPTION]... [VAR=VALUE]...
1347
1348To assign environment variables (e.g., CC, CFLAGS...), specify them as
1349VAR=VALUE. See below for descriptions of some of the useful variables.
1350
1351Defaults for the options are specified in brackets.
1352
1353Configuration:
1354 -h, --help display this help and exit
1355 --help=short display options specific to this package
1356 --help=recursive display the short help of all the included packages
1357 -V, --version display version information and exit
d0ac1c44 1358 -q, --quiet, --silent do not print \`checking ...' messages
0cd79707
SH
1359 --cache-file=FILE cache test results in FILE [disabled]
1360 -C, --config-cache alias for \`--cache-file=config.cache'
1361 -n, --no-create do not create output files
1362 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1363
1364Installation directories:
1365 --prefix=PREFIX install architecture-independent files in PREFIX
1366 [$ac_default_prefix]
1367 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1368 [PREFIX]
1369
1370By default, \`make install' will install all the files in
1371\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1372an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1373for instance \`--prefix=\$HOME'.
1374
1375For better control, use the options below.
1376
1377Fine tuning of the installation directories:
1378 --bindir=DIR user executables [EPREFIX/bin]
1379 --sbindir=DIR system admin executables [EPREFIX/sbin]
1380 --libexecdir=DIR program executables [EPREFIX/libexec]
1381 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1382 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1383 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1384 --libdir=DIR object code libraries [EPREFIX/lib]
1385 --includedir=DIR C header files [PREFIX/include]
1386 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1387 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1388 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1389 --infodir=DIR info documentation [DATAROOTDIR/info]
1390 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1391 --mandir=DIR man documentation [DATAROOTDIR/man]
1392 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1393 --htmldir=DIR html documentation [DOCDIR]
1394 --dvidir=DIR dvi documentation [DOCDIR]
1395 --pdfdir=DIR pdf documentation [DOCDIR]
1396 --psdir=DIR ps documentation [DOCDIR]
1397_ACEOF
1398
1399 cat <<\_ACEOF
1400
1401Program names:
1402 --program-prefix=PREFIX prepend PREFIX to installed program names
1403 --program-suffix=SUFFIX append SUFFIX to installed program names
1404 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1405
1406System types:
1407 --build=BUILD configure for building on BUILD [guessed]
1408 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1409 --target=TARGET configure for building compilers for TARGET [HOST]
1410_ACEOF
1411fi
1412
1413if test -n "$ac_init_help"; then
1414
1415 cat <<\_ACEOF
1416
1417Optional Features:
1418 --disable-option-checking ignore unrecognized --enable/--with options
1419 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1420 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1421 --enable-plugins Enable support for plugins
1422 --enable-shared[=PKGS] build shared libraries [default=yes]
1423 --enable-static[=PKGS] build static libraries [default=yes]
1424 --enable-fast-install[=PKGS]
1425 optimize for fast installation [default=yes]
1426 --disable-libtool-lock avoid locking (might break parallel builds)
1427 --enable-maintainer-mode
1428 enable make rules and dependencies not useful (and
1429 sometimes confusing) to the casual installer
1430 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1431 itself)
1432 --enable-sim-stdio Specify whether to use stdio for console
1433 input/output
1434 --enable-sim-trace=opts Enable tracing of simulated programs
1435 --enable-sim-profile=opts
1436 Enable profiling flags
1437 --enable-sim-assert Specify whether to perform random assertions
1438 --enable-sim-environment=environment
1439 Specify mixed, user, virtual or operating
1440 environment
1441 --enable-sim-inline=inlines
1442 Specify which functions should be inlined
1443 --enable-sim-endian=endian
1444 Specify target byte endian orientation
1445 --enable-sim-alignment=align
1446 Specify strict, nonstrict or forced alignment of
1447 memory accesses
1448 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1449 --enable-sim-scache=size
1450 Specify simulator execution cache size
1451 --enable-sim-default-model=model
1452 Specify default model to simulate
5c1008a4
MF
1453 --enable-werror treat compile warnings as errors
1454 --enable-build-warnings enable build-time compiler warnings if gcc is used
1455 --enable-sim-build-warnings
1456 enable SIM specific build-time compiler warnings if
1457 gcc is used
0cd79707
SH
1458 --enable-cgen-maint=DIR build cgen generated files
1459
1460Optional Packages:
1461 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1462 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1463 --with-system-zlib use installed libz
1464 --with-pic try to use only PIC/non-PIC objects [default=use
1465 both]
1466 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1467 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1468 --with-bugurl=URL Direct users to URL to report a bug
1469
1470Some influential environment variables:
1471 CC C compiler command
1472 CFLAGS C compiler flags
1473 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1474 nonstandard directory <lib dir>
1475 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1476 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
0cd79707
SH
1477 you have headers in a nonstandard directory <include dir>
1478 CPP C preprocessor
1479
1480Use these variables to override the choices made by `configure' or to help
1481it to find libraries and programs with nonstandard names/locations.
1482
1483Report bugs to the package provider.
1484_ACEOF
1485ac_status=$?
1486fi
1487
1488if test "$ac_init_help" = "recursive"; then
1489 # If there are subdirs, report their specific --help.
1490 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1491 test -d "$ac_dir" ||
1492 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 continue
1494 ac_builddir=.
1495
1496case "$ac_dir" in
1497.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1498*)
1499 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1500 # A ".." for each directory in $ac_dir_suffix.
1501 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1502 case $ac_top_builddir_sub in
1503 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1504 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1505 esac ;;
1506esac
1507ac_abs_top_builddir=$ac_pwd
1508ac_abs_builddir=$ac_pwd$ac_dir_suffix
1509# for backward compatibility:
1510ac_top_builddir=$ac_top_build_prefix
1511
1512case $srcdir in
1513 .) # We are building in place.
1514 ac_srcdir=.
1515 ac_top_srcdir=$ac_top_builddir_sub
1516 ac_abs_top_srcdir=$ac_pwd ;;
1517 [\\/]* | ?:[\\/]* ) # Absolute name.
1518 ac_srcdir=$srcdir$ac_dir_suffix;
1519 ac_top_srcdir=$srcdir
1520 ac_abs_top_srcdir=$srcdir ;;
1521 *) # Relative name.
1522 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1523 ac_top_srcdir=$ac_top_build_prefix$srcdir
1524 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1525esac
1526ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1527
1528 cd "$ac_dir" || { ac_status=$?; continue; }
1529 # Check for guested configure.
1530 if test -f "$ac_srcdir/configure.gnu"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1533 elif test -f "$ac_srcdir/configure"; then
1534 echo &&
1535 $SHELL "$ac_srcdir/configure" --help=recursive
1536 else
1537 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1538 fi || ac_status=$?
1539 cd "$ac_pwd" || { ac_status=$?; break; }
1540 done
1541fi
1542
1543test -n "$ac_init_help" && exit $ac_status
1544if $ac_init_version; then
1545 cat <<\_ACEOF
1546configure
d0ac1c44 1547generated by GNU Autoconf 2.69
0cd79707 1548
d0ac1c44 1549Copyright (C) 2012 Free Software Foundation, Inc.
0cd79707
SH
1550This configure script is free software; the Free Software Foundation
1551gives unlimited permission to copy, distribute and modify it.
1552_ACEOF
1553 exit
1554fi
1555
1556## ------------------------ ##
1557## Autoconf initialization. ##
1558## ------------------------ ##
1559
1560# ac_fn_c_try_compile LINENO
1561# --------------------------
1562# Try to compile conftest.$ac_ext, and return whether this succeeded.
1563ac_fn_c_try_compile ()
1564{
1565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566 rm -f conftest.$ac_objext
1567 if { { ac_try="$ac_compile"
1568case "(($ac_try" in
1569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570 *) ac_try_echo=$ac_try;;
1571esac
1572eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573$as_echo "$ac_try_echo"; } >&5
1574 (eval "$ac_compile") 2>conftest.err
1575 ac_status=$?
1576 if test -s conftest.err; then
1577 grep -v '^ *+' conftest.err >conftest.er1
1578 cat conftest.er1 >&5
1579 mv -f conftest.er1 conftest.err
1580 fi
1581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1582 test $ac_status = 0; } && {
1583 test -z "$ac_c_werror_flag" ||
1584 test ! -s conftest.err
1585 } && test -s conftest.$ac_objext; then :
1586 ac_retval=0
1587else
1588 $as_echo "$as_me: failed program was:" >&5
1589sed 's/^/| /' conftest.$ac_ext >&5
1590
1591 ac_retval=1
1592fi
d0ac1c44
SM
1593 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1594 as_fn_set_status $ac_retval
0cd79707
SH
1595
1596} # ac_fn_c_try_compile
1597
1598# ac_fn_c_try_cpp LINENO
1599# ----------------------
1600# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1601ac_fn_c_try_cpp ()
1602{
1603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1604 if { { ac_try="$ac_cpp conftest.$ac_ext"
1605case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608esac
1609eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610$as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1617 fi
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1619 test $ac_status = 0; } > conftest.i && {
0cd79707
SH
1620 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 }; then :
1623 ac_retval=0
1624else
1625 $as_echo "$as_me: failed program was:" >&5
1626sed 's/^/| /' conftest.$ac_ext >&5
1627
1628 ac_retval=1
1629fi
d0ac1c44
SM
1630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1631 as_fn_set_status $ac_retval
0cd79707
SH
1632
1633} # ac_fn_c_try_cpp
1634
1635# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1636# -------------------------------------------------------
1637# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1638# the include files in INCLUDES and setting the cache variable VAR
1639# accordingly.
1640ac_fn_c_check_header_mongrel ()
1641{
1642 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1643 if eval \${$3+:} false; then :
0cd79707
SH
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1645$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1646if eval \${$3+:} false; then :
0cd79707
SH
1647 $as_echo_n "(cached) " >&6
1648fi
1649eval ac_res=\$$3
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1651$as_echo "$ac_res" >&6; }
1652else
1653 # Is the header compilable?
1654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1655$as_echo_n "checking $2 usability... " >&6; }
1656cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1657/* end confdefs.h. */
1658$4
1659#include <$2>
1660_ACEOF
1661if ac_fn_c_try_compile "$LINENO"; then :
1662 ac_header_compiler=yes
1663else
1664 ac_header_compiler=no
1665fi
1666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1668$as_echo "$ac_header_compiler" >&6; }
1669
1670# Is the header present?
1671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1672$as_echo_n "checking $2 presence... " >&6; }
1673cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1674/* end confdefs.h. */
1675#include <$2>
1676_ACEOF
1677if ac_fn_c_try_cpp "$LINENO"; then :
1678 ac_header_preproc=yes
1679else
1680 ac_header_preproc=no
1681fi
d0ac1c44 1682rm -f conftest.err conftest.i conftest.$ac_ext
0cd79707
SH
1683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1684$as_echo "$ac_header_preproc" >&6; }
1685
1686# So? What about this header?
1687case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1688 yes:no: )
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1690$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1692$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1693 ;;
1694 no:yes:* )
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1696$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1698$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1700$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1702$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1704$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1705 ;;
1706esac
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1708$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1709if eval \${$3+:} false; then :
0cd79707
SH
1710 $as_echo_n "(cached) " >&6
1711else
1712 eval "$3=\$ac_header_compiler"
1713fi
1714eval ac_res=\$$3
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1716$as_echo "$ac_res" >&6; }
1717fi
d0ac1c44 1718 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1719
1720} # ac_fn_c_check_header_mongrel
1721
1722# ac_fn_c_try_run LINENO
1723# ----------------------
1724# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1725# that executables *can* be run.
1726ac_fn_c_try_run ()
1727{
1728 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729 if { { ac_try="$ac_link"
1730case "(($ac_try" in
1731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732 *) ac_try_echo=$ac_try;;
1733esac
1734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735$as_echo "$ac_try_echo"; } >&5
1736 (eval "$ac_link") 2>&5
1737 ac_status=$?
1738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1740 { { case "(($ac_try" in
1741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1742 *) ac_try_echo=$ac_try;;
1743esac
1744eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745$as_echo "$ac_try_echo"; } >&5
1746 (eval "$ac_try") 2>&5
1747 ac_status=$?
1748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1749 test $ac_status = 0; }; }; then :
1750 ac_retval=0
1751else
1752 $as_echo "$as_me: program exited with status $ac_status" >&5
1753 $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756 ac_retval=$ac_status
1757fi
1758 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1759 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1760 as_fn_set_status $ac_retval
0cd79707
SH
1761
1762} # ac_fn_c_try_run
1763
1764# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1765# -------------------------------------------------------
1766# Tests whether HEADER exists and can be compiled using the include files in
1767# INCLUDES, setting the cache variable VAR accordingly.
1768ac_fn_c_check_header_compile ()
1769{
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1772$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1773if eval \${$3+:} false; then :
0cd79707
SH
1774 $as_echo_n "(cached) " >&6
1775else
1776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1777/* end confdefs.h. */
1778$4
1779#include <$2>
1780_ACEOF
1781if ac_fn_c_try_compile "$LINENO"; then :
1782 eval "$3=yes"
1783else
1784 eval "$3=no"
1785fi
1786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1787fi
1788eval ac_res=\$$3
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1790$as_echo "$ac_res" >&6; }
d0ac1c44 1791 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1792
1793} # ac_fn_c_check_header_compile
1794
1795# ac_fn_c_try_link LINENO
1796# -----------------------
1797# Try to link conftest.$ac_ext, and return whether this succeeded.
1798ac_fn_c_try_link ()
1799{
1800 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801 rm -f conftest.$ac_objext conftest$ac_exeext
1802 if { { ac_try="$ac_link"
1803case "(($ac_try" in
1804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1805 *) ac_try_echo=$ac_try;;
1806esac
1807eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1808$as_echo "$ac_try_echo"; } >&5
1809 (eval "$ac_link") 2>conftest.err
1810 ac_status=$?
1811 if test -s conftest.err; then
1812 grep -v '^ *+' conftest.err >conftest.er1
1813 cat conftest.er1 >&5
1814 mv -f conftest.er1 conftest.err
1815 fi
1816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1817 test $ac_status = 0; } && {
1818 test -z "$ac_c_werror_flag" ||
1819 test ! -s conftest.err
1820 } && test -s conftest$ac_exeext && {
1821 test "$cross_compiling" = yes ||
d0ac1c44 1822 test -x conftest$ac_exeext
0cd79707
SH
1823 }; then :
1824 ac_retval=0
1825else
1826 $as_echo "$as_me: failed program was:" >&5
1827sed 's/^/| /' conftest.$ac_ext >&5
1828
1829 ac_retval=1
1830fi
1831 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1832 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1833 # interfere with the next link command; also delete a directory that is
1834 # left behind by Apple's compiler. We do this before executing the actions.
1835 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1837 as_fn_set_status $ac_retval
0cd79707
SH
1838
1839} # ac_fn_c_try_link
1840
1841# ac_fn_c_check_func LINENO FUNC VAR
1842# ----------------------------------
1843# Tests whether FUNC exists, setting the cache variable VAR accordingly
1844ac_fn_c_check_func ()
1845{
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1848$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1849if eval \${$3+:} false; then :
0cd79707
SH
1850 $as_echo_n "(cached) " >&6
1851else
1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1853/* end confdefs.h. */
1854/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1855 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1856#define $2 innocuous_$2
1857
1858/* System header to define __stub macros and hopefully few prototypes,
1859 which can conflict with char $2 (); below.
1860 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1861 <limits.h> exists even on freestanding compilers. */
1862
1863#ifdef __STDC__
1864# include <limits.h>
1865#else
1866# include <assert.h>
1867#endif
1868
1869#undef $2
1870
1871/* Override any GCC internal prototype to avoid an error.
1872 Use char because int might match the return type of a GCC
1873 builtin and then its argument prototype would still apply. */
1874#ifdef __cplusplus
1875extern "C"
1876#endif
1877char $2 ();
1878/* The GNU C library defines this for functions which it implements
1879 to always fail with ENOSYS. Some functions are actually named
1880 something starting with __ and the normal name is an alias. */
1881#if defined __stub_$2 || defined __stub___$2
1882choke me
1883#endif
1884
1885int
1886main ()
1887{
1888return $2 ();
1889 ;
1890 return 0;
1891}
1892_ACEOF
1893if ac_fn_c_try_link "$LINENO"; then :
1894 eval "$3=yes"
1895else
1896 eval "$3=no"
1897fi
1898rm -f core conftest.err conftest.$ac_objext \
1899 conftest$ac_exeext conftest.$ac_ext
1900fi
1901eval ac_res=\$$3
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1903$as_echo "$ac_res" >&6; }
d0ac1c44 1904 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1905
1906} # ac_fn_c_check_func
1907
1908# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1909# ----------------------------------------------------
1910# Tries to find if the field MEMBER exists in type AGGR, after including
1911# INCLUDES, setting cache variable VAR accordingly.
1912ac_fn_c_check_member ()
1913{
1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1916$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1917if eval \${$4+:} false; then :
0cd79707
SH
1918 $as_echo_n "(cached) " >&6
1919else
1920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1921/* end confdefs.h. */
1922$5
1923int
1924main ()
1925{
1926static $2 ac_aggr;
1927if (ac_aggr.$3)
1928return 0;
1929 ;
1930 return 0;
1931}
1932_ACEOF
1933if ac_fn_c_try_compile "$LINENO"; then :
1934 eval "$4=yes"
1935else
1936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937/* end confdefs.h. */
1938$5
1939int
1940main ()
1941{
1942static $2 ac_aggr;
1943if (sizeof ac_aggr.$3)
1944return 0;
1945 ;
1946 return 0;
1947}
1948_ACEOF
1949if ac_fn_c_try_compile "$LINENO"; then :
1950 eval "$4=yes"
1951else
1952 eval "$4=no"
1953fi
1954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1955fi
1956rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1957fi
1958eval ac_res=\$$4
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960$as_echo "$ac_res" >&6; }
d0ac1c44 1961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1962
1963} # ac_fn_c_check_member
1964
1965# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1966# -------------------------------------------
1967# Tests whether TYPE exists after having included INCLUDES, setting cache
1968# variable VAR accordingly.
1969ac_fn_c_check_type ()
1970{
1971 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1973$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1974if eval \${$3+:} false; then :
0cd79707
SH
1975 $as_echo_n "(cached) " >&6
1976else
1977 eval "$3=no"
1978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1979/* end confdefs.h. */
1980$4
1981int
1982main ()
1983{
1984if (sizeof ($2))
1985 return 0;
1986 ;
1987 return 0;
1988}
1989_ACEOF
1990if ac_fn_c_try_compile "$LINENO"; then :
1991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1992/* end confdefs.h. */
1993$4
1994int
1995main ()
1996{
1997if (sizeof (($2)))
1998 return 0;
1999 ;
2000 return 0;
2001}
2002_ACEOF
2003if ac_fn_c_try_compile "$LINENO"; then :
2004
2005else
2006 eval "$3=yes"
2007fi
2008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2009fi
2010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2011fi
2012eval ac_res=\$$3
2013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2014$as_echo "$ac_res" >&6; }
d0ac1c44 2015 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
2016
2017} # ac_fn_c_check_type
2018cat >config.log <<_ACEOF
2019This file contains any messages produced by compilers while
2020running configure, to aid debugging if configure makes a mistake.
2021
2022It was created by $as_me, which was
d0ac1c44 2023generated by GNU Autoconf 2.69. Invocation command line was
0cd79707
SH
2024
2025 $ $0 $@
2026
2027_ACEOF
2028exec 5>>config.log
2029{
2030cat <<_ASUNAME
2031## --------- ##
2032## Platform. ##
2033## --------- ##
2034
2035hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2036uname -m = `(uname -m) 2>/dev/null || echo unknown`
2037uname -r = `(uname -r) 2>/dev/null || echo unknown`
2038uname -s = `(uname -s) 2>/dev/null || echo unknown`
2039uname -v = `(uname -v) 2>/dev/null || echo unknown`
2040
2041/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2042/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2043
2044/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2045/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2046/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2047/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2048/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2049/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2050/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2051
2052_ASUNAME
2053
2054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2055for as_dir in $PATH
2056do
2057 IFS=$as_save_IFS
2058 test -z "$as_dir" && as_dir=.
2059 $as_echo "PATH: $as_dir"
2060 done
2061IFS=$as_save_IFS
2062
2063} >&5
2064
2065cat >&5 <<_ACEOF
2066
2067
2068## ----------- ##
2069## Core tests. ##
2070## ----------- ##
2071
2072_ACEOF
2073
2074
2075# Keep a trace of the command line.
2076# Strip out --no-create and --no-recursion so they do not pile up.
2077# Strip out --silent because we don't want to record it for future runs.
2078# Also quote any args containing shell meta-characters.
2079# Make two passes to allow for proper duplicate-argument suppression.
2080ac_configure_args=
2081ac_configure_args0=
2082ac_configure_args1=
2083ac_must_keep_next=false
2084for ac_pass in 1 2
2085do
2086 for ac_arg
2087 do
2088 case $ac_arg in
2089 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2090 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2091 | -silent | --silent | --silen | --sile | --sil)
2092 continue ;;
2093 *\'*)
2094 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2095 esac
2096 case $ac_pass in
2097 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2098 2)
2099 as_fn_append ac_configure_args1 " '$ac_arg'"
2100 if test $ac_must_keep_next = true; then
2101 ac_must_keep_next=false # Got value, back to normal.
2102 else
2103 case $ac_arg in
2104 *=* | --config-cache | -C | -disable-* | --disable-* \
2105 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2106 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2107 | -with-* | --with-* | -without-* | --without-* | --x)
2108 case "$ac_configure_args0 " in
2109 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2110 esac
2111 ;;
2112 -* ) ac_must_keep_next=true ;;
2113 esac
2114 fi
2115 as_fn_append ac_configure_args " '$ac_arg'"
2116 ;;
2117 esac
2118 done
2119done
2120{ ac_configure_args0=; unset ac_configure_args0;}
2121{ ac_configure_args1=; unset ac_configure_args1;}
2122
2123# When interrupted or exit'd, cleanup temporary files, and complete
2124# config.log. We remove comments because anyway the quotes in there
2125# would cause problems or look ugly.
2126# WARNING: Use '\'' to represent an apostrophe within the trap.
2127# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2128trap 'exit_status=$?
2129 # Save into config.log some information that might help in debugging.
2130 {
2131 echo
2132
d0ac1c44 2133 $as_echo "## ---------------- ##
0cd79707 2134## Cache variables. ##
d0ac1c44 2135## ---------------- ##"
0cd79707
SH
2136 echo
2137 # The following way of writing the cache mishandles newlines in values,
2138(
2139 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2140 eval ac_val=\$$ac_var
2141 case $ac_val in #(
2142 *${as_nl}*)
2143 case $ac_var in #(
2144 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2145$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2146 esac
2147 case $ac_var in #(
2148 _ | IFS | as_nl) ;; #(
2149 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2150 *) { eval $ac_var=; unset $ac_var;} ;;
2151 esac ;;
2152 esac
2153 done
2154 (set) 2>&1 |
2155 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2156 *${as_nl}ac_space=\ *)
2157 sed -n \
2158 "s/'\''/'\''\\\\'\'''\''/g;
2159 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2160 ;; #(
2161 *)
2162 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2163 ;;
2164 esac |
2165 sort
2166)
2167 echo
2168
d0ac1c44 2169 $as_echo "## ----------------- ##
0cd79707 2170## Output variables. ##
d0ac1c44 2171## ----------------- ##"
0cd79707
SH
2172 echo
2173 for ac_var in $ac_subst_vars
2174 do
2175 eval ac_val=\$$ac_var
2176 case $ac_val in
2177 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2178 esac
2179 $as_echo "$ac_var='\''$ac_val'\''"
2180 done | sort
2181 echo
2182
2183 if test -n "$ac_subst_files"; then
d0ac1c44 2184 $as_echo "## ------------------- ##
0cd79707 2185## File substitutions. ##
d0ac1c44 2186## ------------------- ##"
0cd79707
SH
2187 echo
2188 for ac_var in $ac_subst_files
2189 do
2190 eval ac_val=\$$ac_var
2191 case $ac_val in
2192 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2193 esac
2194 $as_echo "$ac_var='\''$ac_val'\''"
2195 done | sort
2196 echo
2197 fi
2198
2199 if test -s confdefs.h; then
d0ac1c44 2200 $as_echo "## ----------- ##
0cd79707 2201## confdefs.h. ##
d0ac1c44 2202## ----------- ##"
0cd79707
SH
2203 echo
2204 cat confdefs.h
2205 echo
2206 fi
2207 test "$ac_signal" != 0 &&
2208 $as_echo "$as_me: caught signal $ac_signal"
2209 $as_echo "$as_me: exit $exit_status"
2210 } >&5
2211 rm -f core *.core core.conftest.* &&
2212 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2213 exit $exit_status
2214' 0
2215for ac_signal in 1 2 13 15; do
2216 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2217done
2218ac_signal=0
2219
2220# confdefs.h avoids OS command line length limits that DEFS can exceed.
2221rm -f -r conftest* confdefs.h
2222
2223$as_echo "/* confdefs.h */" > confdefs.h
2224
2225# Predefined preprocessor variables.
2226
2227cat >>confdefs.h <<_ACEOF
2228#define PACKAGE_NAME "$PACKAGE_NAME"
2229_ACEOF
2230
2231cat >>confdefs.h <<_ACEOF
2232#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2233_ACEOF
2234
2235cat >>confdefs.h <<_ACEOF
2236#define PACKAGE_VERSION "$PACKAGE_VERSION"
2237_ACEOF
2238
2239cat >>confdefs.h <<_ACEOF
2240#define PACKAGE_STRING "$PACKAGE_STRING"
2241_ACEOF
2242
2243cat >>confdefs.h <<_ACEOF
2244#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2245_ACEOF
2246
2247cat >>confdefs.h <<_ACEOF
2248#define PACKAGE_URL "$PACKAGE_URL"
2249_ACEOF
2250
2251
2252# Let the site file select an alternate cache file if it wants to.
2253# Prefer an explicitly selected file to automatically selected ones.
2254ac_site_file1=NONE
2255ac_site_file2=NONE
2256if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2257 # We do not want a PATH search for config.site.
2258 case $CONFIG_SITE in #((
2259 -*) ac_site_file1=./$CONFIG_SITE;;
2260 */*) ac_site_file1=$CONFIG_SITE;;
2261 *) ac_site_file1=./$CONFIG_SITE;;
2262 esac
0cd79707
SH
2263elif test "x$prefix" != xNONE; then
2264 ac_site_file1=$prefix/share/config.site
2265 ac_site_file2=$prefix/etc/config.site
2266else
2267 ac_site_file1=$ac_default_prefix/share/config.site
2268 ac_site_file2=$ac_default_prefix/etc/config.site
2269fi
2270for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2271do
2272 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2273 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
0cd79707
SH
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2275$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2276 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2277 . "$ac_site_file" \
2278 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2279$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2280as_fn_error $? "failed to load site script $ac_site_file
2281See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
2282 fi
2283done
2284
2285if test -r "$cache_file"; then
d0ac1c44
SM
2286 # Some versions of bash will fail to source /dev/null (special files
2287 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2288 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
0cd79707
SH
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2290$as_echo "$as_me: loading cache $cache_file" >&6;}
2291 case $cache_file in
2292 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2293 *) . "./$cache_file";;
2294 esac
2295 fi
2296else
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2298$as_echo "$as_me: creating cache $cache_file" >&6;}
2299 >$cache_file
2300fi
2301
2302# Check that the precious variables saved in the cache have kept the same
2303# value.
2304ac_cache_corrupted=false
2305for ac_var in $ac_precious_vars; do
2306 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2307 eval ac_new_set=\$ac_env_${ac_var}_set
2308 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2309 eval ac_new_val=\$ac_env_${ac_var}_value
2310 case $ac_old_set,$ac_new_set in
2311 set,)
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2313$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2314 ac_cache_corrupted=: ;;
2315 ,set)
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2317$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2318 ac_cache_corrupted=: ;;
2319 ,);;
2320 *)
2321 if test "x$ac_old_val" != "x$ac_new_val"; then
2322 # differences in whitespace do not lead to failure.
2323 ac_old_val_w=`echo x $ac_old_val`
2324 ac_new_val_w=`echo x $ac_new_val`
2325 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2327$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2328 ac_cache_corrupted=:
2329 else
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2331$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2332 eval $ac_var=\$ac_old_val
2333 fi
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2335$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2337$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2338 fi;;
2339 esac
2340 # Pass precious variables to config.status.
2341 if test "$ac_new_set" = set; then
2342 case $ac_new_val in
2343 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2344 *) ac_arg=$ac_var=$ac_new_val ;;
2345 esac
2346 case " $ac_configure_args " in
2347 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2348 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2349 esac
2350 fi
2351done
2352if $ac_cache_corrupted; then
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2354$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2356$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2357 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
0cd79707
SH
2358fi
2359## -------------------- ##
2360## Main body of script. ##
2361## -------------------- ##
2362
2363ac_ext=c
2364ac_cpp='$CPP $CPPFLAGS'
2365ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2366ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2367ac_compiler_gnu=$ac_cv_c_compiler_gnu
2368
2369
2370# This file contains common code used by all simulators.
2371#
2372# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2373# directory. It is intended to be invoked before any target specific stuff.
2374# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2375# It is intended to be invoked last.
2376#
50df264d 2377# See README-HACKING for more details.
0cd79707
SH
2378
2379# Include global overrides and fixes for Autoconf.
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2416#
2417# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2418# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2419# Written by Gordon Matzigkeit, 1996
2420#
2421# This file is free software; the Free Software Foundation gives
2422# unlimited permission to copy and/or distribute it, with or without
2423# modifications, as long as this notice is preserved.
2424
2425
2426
2427# serial 56 LT_INIT
2428
2429
2430# LT_PREREQ(VERSION)
2431# ------------------
2432# Complain and exit if this libtool version is less that VERSION.
2433
2434
2435
2436# _LT_CHECK_BUILDDIR
2437# ------------------
2438# Complain if the absolute build directory name contains unusual characters
2439
2440
2441
2442# LT_INIT([OPTIONS])
2443# ------------------
2444# LT_INIT
2445
2446# Old names:
2447# This is what autoupdate's m4 run will expand. It fires
2448# the warning (with _au_warn_XXX), outputs it into the
2449# updated configure.ac (with AC_DIAGNOSE), and then outputs
2450# the replacement expansion.
2451
2452
2453# This is an auxiliary macro that is also run when
2454# autoupdate runs m4. It simply calls m4_warning, but
2455# we need a wrapper so that each warning is emitted only
2456# once. We break the quoting in m4_warning's argument in
2457# order to expand this macro's arguments, not AU_DEFUN's.
2458
2459
2460# Finally, this is the expansion that is picked up by
2461# autoconf. It tells the user to run autoupdate, and
2462# then outputs the replacement expansion. We do not care
2463# about autoupdate's warning because that contains
2464# information on what to do *after* running autoupdate.
2465
2466# This is what autoupdate's m4 run will expand. It fires
2467# the warning (with _au_warn_XXX), outputs it into the
2468# updated configure.ac (with AC_DIAGNOSE), and then outputs
2469# the replacement expansion.
2470
2471
2472# This is an auxiliary macro that is also run when
2473# autoupdate runs m4. It simply calls m4_warning, but
2474# we need a wrapper so that each warning is emitted only
2475# once. We break the quoting in m4_warning's argument in
2476# order to expand this macro's arguments, not AU_DEFUN's.
2477
2478
2479# Finally, this is the expansion that is picked up by
2480# autoconf. It tells the user to run autoupdate, and
2481# then outputs the replacement expansion. We do not care
2482# about autoupdate's warning because that contains
2483# information on what to do *after* running autoupdate.
2484
2485
2486
2487# _LT_CC_BASENAME(CC)
2488# -------------------
2489# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2490
2491
2492
2493# _LT_FILEUTILS_DEFAULTS
2494# ----------------------
2495# It is okay to use these file commands and assume they have been set
2496# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2497# _LT_FILEUTILS_DEFAULTS
2498
2499
2500# _LT_SETUP
2501# ---------
2502# _LT_SETUP
2503
2504
2505# _LT_PREPARE_SED_QUOTE_VARS
2506# --------------------------
2507# Define a few sed substitution that help us do robust quoting.
2508
2509
2510# _LT_PROG_LTMAIN
2511# ---------------
2512# Note that this code is called both from `configure', and `config.status'
2513# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2514# `config.status' has no value for ac_aux_dir unless we are using Automake,
2515# so we pass a copy along to make sure it has a sensible value anyway.
2516# _LT_PROG_LTMAIN
2517
2518
2519## ------------------------------------- ##
2520## Accumulate code for creating libtool. ##
2521## ------------------------------------- ##
2522
2523# So that we can recreate a full libtool script including additional
2524# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2525# in macros and then make a single call at the end using the `libtool'
2526# label.
2527
2528
2529# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2530# ----------------------------------------
2531# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2532
2533
2534# Initialize.
2535
2536
2537
2538# _LT_CONFIG_LIBTOOL([COMMANDS])
2539# ------------------------------
2540# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2541
2542
2543# Initialize.
2544
2545
2546
2547# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2548# -----------------------------------------------------
2549
2550
2551
2552# _LT_FORMAT_COMMENT([COMMENT])
2553# -----------------------------
2554# Add leading comment marks to the start of each line, and a trailing
2555# full-stop to the whole comment if one is not present already.
2556
2557
2558
2559
2560## ------------------------ ##
2561## FIXME: Eliminate VARNAME ##
2562## ------------------------ ##
2563
2564
2565# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2566# -------------------------------------------------------------------
2567# CONFIGNAME is the name given to the value in the libtool script.
2568# VARNAME is the (base) name used in the configure script.
2569# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2570# VARNAME. Any other value will be used directly.
2571
2572
2573
2574# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2575# --------------------------------------------------------
2576
2577
2578
2579# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2580# ------------------------------------------------
2581
2582
2583
2584# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2585# ---------------------------------------------------------
2586
2587
2588
2589# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2590# --------------------------------------------------
2591
2592
2593
2594# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2595# ---------------------------------------------------
2596
2597
2598
2599# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2600# ---------------------------------------------------
2601
2602
2603
2604
2605# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2606# ------------------------------------------------
2607
2608
2609
2610
2611# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2612# ------------------------------------
2613# Quote a variable value, and forward it to `config.status' so that its
2614# declaration there will have the same value as in `configure'. VARNAME
2615# must have a single quote delimited value for this to work.
2616
2617
2618
2619# _LT_CONFIG_STATUS_DECLARATIONS
2620# ------------------------------
2621# We delimit libtool config variables with single quotes, so when
2622# we write them to config.status, we have to be sure to quote all
2623# embedded single quotes properly. In configure, this macro expands
2624# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2625#
2626# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2627
2628
2629
2630# _LT_LIBTOOL_TAGS
2631# ----------------
2632# Output comment and list of tags supported by the script
2633
2634
2635
2636# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2637# -----------------------------------
2638# Extract the dictionary values for VARNAME (optionally with TAG) and
2639# expand to a commented shell variable setting:
2640#
2641# # Some comment about what VAR is for.
2642# visible_name=$lt_internal_name
2643
2644
2645
2646# _LT_LIBTOOL_CONFIG_VARS
2647# -----------------------
2648# Produce commented declarations of non-tagged libtool config variables
2649# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2650# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2651# section) are produced by _LT_LIBTOOL_TAG_VARS.
2652
2653
2654
2655# _LT_LIBTOOL_TAG_VARS(TAG)
2656# -------------------------
2657
2658
2659
2660# _LT_TAGVAR(VARNAME, [TAGNAME])
2661# ------------------------------
2662
2663
2664
2665# _LT_CONFIG_COMMANDS
2666# -------------------
2667# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2668# variables for single and double quote escaping we saved from calls
2669# to _LT_DECL, we can put quote escaped variables declarations
2670# into `config.status', and then the shell code to quote escape them in
2671# for loops in `config.status'. Finally, any additional code accumulated
2672# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2673#_LT_CONFIG_COMMANDS
2674
2675
2676# Initialize.
2677
2678
2679# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2680# ------------------------------------
2681# Generate a child script FILE with all initialization necessary to
2682# reuse the environment learned by the parent script, and make the
2683# file executable. If COMMENT is supplied, it is inserted after the
2684# `#!' sequence but before initialization text begins. After this
2685# macro, additional text can be appended to FILE to form the body of
2686# the child script. The macro ends with non-zero status if the
2687# file could not be fully written (such as if the disk is full).
2688# _LT_GENERATED_FILE_INIT
2689
2690# LT_OUTPUT
2691# ---------
2692# This macro allows early generation of the libtool script (before
2693# AC_OUTPUT is called), incase it is used in configure for compilation
2694# tests.
2695# LT_OUTPUT
2696
2697
2698# _LT_CONFIG(TAG)
2699# ---------------
2700# If TAG is the built-in tag, create an initial libtool script with a
2701# default configuration from the untagged config vars. Otherwise add code
2702# to config.status for appending the configuration named by TAG from the
2703# matching tagged config vars.
2704# _LT_CONFIG
2705
2706
2707# LT_SUPPORTED_TAG(TAG)
2708# ---------------------
2709# Trace this macro to discover what tags are supported by the libtool
2710# --tag option, using:
2711# autoconf --trace 'LT_SUPPORTED_TAG:$1'
2712
2713
2714
2715# C support is built-in for now
2716
2717
2718
2719
2720# LT_LANG(LANG)
2721# -------------
2722# Enable libtool support for the given language if not already enabled.
2723# LT_LANG
2724
2725
2726# _LT_LANG(LANGNAME)
2727# ------------------
2728# _LT_LANG
2729
2730
2731# _LT_LANG_DEFAULT_CONFIG
2732# -----------------------
2733# _LT_LANG_DEFAULT_CONFIG
2734
2735# Obsolete macros:
2736# This is what autoupdate's m4 run will expand. It fires
2737# the warning (with _au_warn_XXX), outputs it into the
2738# updated configure.ac (with AC_DIAGNOSE), and then outputs
2739# the replacement expansion.
2740
2741
2742# This is an auxiliary macro that is also run when
2743# autoupdate runs m4. It simply calls m4_warning, but
2744# we need a wrapper so that each warning is emitted only
2745# once. We break the quoting in m4_warning's argument in
2746# order to expand this macro's arguments, not AU_DEFUN's.
2747
2748
2749# Finally, this is the expansion that is picked up by
2750# autoconf. It tells the user to run autoupdate, and
2751# then outputs the replacement expansion. We do not care
2752# about autoupdate's warning because that contains
2753# information on what to do *after* running autoupdate.
2754
2755# This is what autoupdate's m4 run will expand. It fires
2756# the warning (with _au_warn_XXX), outputs it into the
2757# updated configure.ac (with AC_DIAGNOSE), and then outputs
2758# the replacement expansion.
2759
2760
2761# This is an auxiliary macro that is also run when
2762# autoupdate runs m4. It simply calls m4_warning, but
2763# we need a wrapper so that each warning is emitted only
2764# once. We break the quoting in m4_warning's argument in
2765# order to expand this macro's arguments, not AU_DEFUN's.
2766
2767
2768# Finally, this is the expansion that is picked up by
2769# autoconf. It tells the user to run autoupdate, and
2770# then outputs the replacement expansion. We do not care
2771# about autoupdate's warning because that contains
2772# information on what to do *after* running autoupdate.
2773
2774# This is what autoupdate's m4 run will expand. It fires
2775# the warning (with _au_warn_XXX), outputs it into the
2776# updated configure.ac (with AC_DIAGNOSE), and then outputs
2777# the replacement expansion.
2778
2779
2780# This is an auxiliary macro that is also run when
2781# autoupdate runs m4. It simply calls m4_warning, but
2782# we need a wrapper so that each warning is emitted only
2783# once. We break the quoting in m4_warning's argument in
2784# order to expand this macro's arguments, not AU_DEFUN's.
2785
2786
2787# Finally, this is the expansion that is picked up by
2788# autoconf. It tells the user to run autoupdate, and
2789# then outputs the replacement expansion. We do not care
2790# about autoupdate's warning because that contains
2791# information on what to do *after* running autoupdate.
2792
2793# This is what autoupdate's m4 run will expand. It fires
2794# the warning (with _au_warn_XXX), outputs it into the
2795# updated configure.ac (with AC_DIAGNOSE), and then outputs
2796# the replacement expansion.
2797
2798
2799# This is an auxiliary macro that is also run when
2800# autoupdate runs m4. It simply calls m4_warning, but
2801# we need a wrapper so that each warning is emitted only
2802# once. We break the quoting in m4_warning's argument in
2803# order to expand this macro's arguments, not AU_DEFUN's.
2804
2805
2806# Finally, this is the expansion that is picked up by
2807# autoconf. It tells the user to run autoupdate, and
2808# then outputs the replacement expansion. We do not care
2809# about autoupdate's warning because that contains
2810# information on what to do *after* running autoupdate.
2811
2812# This is what autoupdate's m4 run will expand. It fires
2813# the warning (with _au_warn_XXX), outputs it into the
2814# updated configure.ac (with AC_DIAGNOSE), and then outputs
2815# the replacement expansion.
2816
2817
2818# This is an auxiliary macro that is also run when
2819# autoupdate runs m4. It simply calls m4_warning, but
2820# we need a wrapper so that each warning is emitted only
2821# once. We break the quoting in m4_warning's argument in
2822# order to expand this macro's arguments, not AU_DEFUN's.
2823
2824
2825# Finally, this is the expansion that is picked up by
2826# autoconf. It tells the user to run autoupdate, and
2827# then outputs the replacement expansion. We do not care
2828# about autoupdate's warning because that contains
2829# information on what to do *after* running autoupdate.
2830
2831
2832
2833# _LT_TAG_COMPILER
2834# ----------------
2835# _LT_TAG_COMPILER
2836
2837
2838# _LT_COMPILER_BOILERPLATE
2839# ------------------------
2840# Check for compiler boilerplate output or warnings with
2841# the simple compiler test code.
2842# _LT_COMPILER_BOILERPLATE
2843
2844
2845# _LT_LINKER_BOILERPLATE
2846# ----------------------
2847# Check for linker boilerplate output or warnings with
2848# the simple link test code.
2849# _LT_LINKER_BOILERPLATE
2850
2851# _LT_REQUIRED_DARWIN_CHECKS
2852# -------------------------
2853
2854
2855
2856# _LT_DARWIN_LINKER_FEATURES
2857# --------------------------
2858# Checks for linker and compiler features on darwin
2859
2860
2861# _LT_SYS_MODULE_PATH_AIX
2862# -----------------------
2863# Links a minimal program and checks the executable
2864# for the system default hardcoded library path. In most cases,
2865# this is /usr/lib:/lib, but when the MPI compilers are used
2866# the location of the communication and MPI libs are included too.
2867# If we don't find anything, use the default library path according
2868# to the aix ld manual.
2869# _LT_SYS_MODULE_PATH_AIX
2870
2871
2872# _LT_SHELL_INIT(ARG)
2873# -------------------
2874# _LT_SHELL_INIT
2875
2876
2877
2878# _LT_PROG_ECHO_BACKSLASH
2879# -----------------------
2880# Find how we can fake an echo command that does not interpret backslash.
2881# In particular, with Autoconf 2.60 or later we add some code to the start
2882# of the generated configure script which will find a shell with a builtin
2883# printf (which we can use as an echo command).
2884# _LT_PROG_ECHO_BACKSLASH
2885
2886
2887# _LT_ENABLE_LOCK
2888# ---------------
2889# _LT_ENABLE_LOCK
2890
2891
2892# _LT_CMD_OLD_ARCHIVE
2893# -------------------
2894# _LT_CMD_OLD_ARCHIVE
2895
2896
2897# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2898# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2899# ----------------------------------------------------------------
2900# Check whether the given compiler option works
2901# _LT_COMPILER_OPTION
2902
2903# Old name:
2904# This is what autoupdate's m4 run will expand. It fires
2905# the warning (with _au_warn_XXX), outputs it into the
2906# updated configure.ac (with AC_DIAGNOSE), and then outputs
2907# the replacement expansion.
2908
2909
2910# This is an auxiliary macro that is also run when
2911# autoupdate runs m4. It simply calls m4_warning, but
2912# we need a wrapper so that each warning is emitted only
2913# once. We break the quoting in m4_warning's argument in
2914# order to expand this macro's arguments, not AU_DEFUN's.
2915
2916
2917# Finally, this is the expansion that is picked up by
2918# autoconf. It tells the user to run autoupdate, and
2919# then outputs the replacement expansion. We do not care
2920# about autoupdate's warning because that contains
2921# information on what to do *after* running autoupdate.
2922
2923
2924
2925# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2926# [ACTION-SUCCESS], [ACTION-FAILURE])
2927# ----------------------------------------------------
2928# Check whether the given linker option works
2929# _LT_LINKER_OPTION
2930
2931# Old name:
2932# This is what autoupdate's m4 run will expand. It fires
2933# the warning (with _au_warn_XXX), outputs it into the
2934# updated configure.ac (with AC_DIAGNOSE), and then outputs
2935# the replacement expansion.
2936
2937
2938# This is an auxiliary macro that is also run when
2939# autoupdate runs m4. It simply calls m4_warning, but
2940# we need a wrapper so that each warning is emitted only
2941# once. We break the quoting in m4_warning's argument in
2942# order to expand this macro's arguments, not AU_DEFUN's.
2943
2944
2945# Finally, this is the expansion that is picked up by
2946# autoconf. It tells the user to run autoupdate, and
2947# then outputs the replacement expansion. We do not care
2948# about autoupdate's warning because that contains
2949# information on what to do *after* running autoupdate.
2950
2951
2952
2953# LT_CMD_MAX_LEN
2954#---------------
2955# LT_CMD_MAX_LEN
2956
2957# Old name:
2958# This is what autoupdate's m4 run will expand. It fires
2959# the warning (with _au_warn_XXX), outputs it into the
2960# updated configure.ac (with AC_DIAGNOSE), and then outputs
2961# the replacement expansion.
2962
2963
2964# This is an auxiliary macro that is also run when
2965# autoupdate runs m4. It simply calls m4_warning, but
2966# we need a wrapper so that each warning is emitted only
2967# once. We break the quoting in m4_warning's argument in
2968# order to expand this macro's arguments, not AU_DEFUN's.
2969
2970
2971# Finally, this is the expansion that is picked up by
2972# autoconf. It tells the user to run autoupdate, and
2973# then outputs the replacement expansion. We do not care
2974# about autoupdate's warning because that contains
2975# information on what to do *after* running autoupdate.
2976
2977
2978
2979# _LT_HEADER_DLFCN
2980# ----------------
2981# _LT_HEADER_DLFCN
2982
2983
2984# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2985# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2986# ----------------------------------------------------------------
2987# _LT_TRY_DLOPEN_SELF
2988
2989
2990# LT_SYS_DLOPEN_SELF
2991# ------------------
2992# LT_SYS_DLOPEN_SELF
2993
2994# Old name:
2995# This is what autoupdate's m4 run will expand. It fires
2996# the warning (with _au_warn_XXX), outputs it into the
2997# updated configure.ac (with AC_DIAGNOSE), and then outputs
2998# the replacement expansion.
2999
3000
3001# This is an auxiliary macro that is also run when
3002# autoupdate runs m4. It simply calls m4_warning, but
3003# we need a wrapper so that each warning is emitted only
3004# once. We break the quoting in m4_warning's argument in
3005# order to expand this macro's arguments, not AU_DEFUN's.
3006
3007
3008# Finally, this is the expansion that is picked up by
3009# autoconf. It tells the user to run autoupdate, and
3010# then outputs the replacement expansion. We do not care
3011# about autoupdate's warning because that contains
3012# information on what to do *after* running autoupdate.
3013
3014
3015
3016# _LT_COMPILER_C_O([TAGNAME])
3017# ---------------------------
3018# Check to see if options -c and -o are simultaneously supported by compiler.
3019# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3020# _LT_COMPILER_C_O
3021
3022
3023# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3024# ----------------------------------
3025# Check to see if we can do hard links to lock some files if needed
3026# _LT_COMPILER_FILE_LOCKS
3027
3028
3029# _LT_CHECK_OBJDIR
3030# ----------------
3031# _LT_CHECK_OBJDIR
3032
3033
3034# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3035# --------------------------------------
3036# Check hardcoding attributes.
3037# _LT_LINKER_HARDCODE_LIBPATH
3038
3039
3040# _LT_CMD_STRIPLIB
3041# ----------------
3042# _LT_CMD_STRIPLIB
3043
3044
3045# _LT_SYS_DYNAMIC_LINKER([TAG])
3046# -----------------------------
3047# PORTME Fill in your ld.so characteristics
3048# _LT_SYS_DYNAMIC_LINKER
3049
3050
3051# _LT_PATH_TOOL_PREFIX(TOOL)
3052# --------------------------
3053# find a file program which can recognize shared library
3054# _LT_PATH_TOOL_PREFIX
3055
3056# Old name:
3057# This is what autoupdate's m4 run will expand. It fires
3058# the warning (with _au_warn_XXX), outputs it into the
3059# updated configure.ac (with AC_DIAGNOSE), and then outputs
3060# the replacement expansion.
3061
3062
3063# This is an auxiliary macro that is also run when
3064# autoupdate runs m4. It simply calls m4_warning, but
3065# we need a wrapper so that each warning is emitted only
3066# once. We break the quoting in m4_warning's argument in
3067# order to expand this macro's arguments, not AU_DEFUN's.
3068
3069
3070# Finally, this is the expansion that is picked up by
3071# autoconf. It tells the user to run autoupdate, and
3072# then outputs the replacement expansion. We do not care
3073# about autoupdate's warning because that contains
3074# information on what to do *after* running autoupdate.
3075
3076
3077
3078# _LT_PATH_MAGIC
3079# --------------
3080# find a file program which can recognize a shared library
3081# _LT_PATH_MAGIC
3082
3083
3084# LT_PATH_LD
3085# ----------
3086# find the pathname to the GNU or non-GNU linker
3087# LT_PATH_LD
3088
3089# Old names:
3090# This is what autoupdate's m4 run will expand. It fires
3091# the warning (with _au_warn_XXX), outputs it into the
3092# updated configure.ac (with AC_DIAGNOSE), and then outputs
3093# the replacement expansion.
3094
3095
3096# This is an auxiliary macro that is also run when
3097# autoupdate runs m4. It simply calls m4_warning, but
3098# we need a wrapper so that each warning is emitted only
3099# once. We break the quoting in m4_warning's argument in
3100# order to expand this macro's arguments, not AU_DEFUN's.
3101
3102
3103# Finally, this is the expansion that is picked up by
3104# autoconf. It tells the user to run autoupdate, and
3105# then outputs the replacement expansion. We do not care
3106# about autoupdate's warning because that contains
3107# information on what to do *after* running autoupdate.
3108
3109# This is what autoupdate's m4 run will expand. It fires
3110# the warning (with _au_warn_XXX), outputs it into the
3111# updated configure.ac (with AC_DIAGNOSE), and then outputs
3112# the replacement expansion.
3113
3114
3115# This is an auxiliary macro that is also run when
3116# autoupdate runs m4. It simply calls m4_warning, but
3117# we need a wrapper so that each warning is emitted only
3118# once. We break the quoting in m4_warning's argument in
3119# order to expand this macro's arguments, not AU_DEFUN's.
3120
3121
3122# Finally, this is the expansion that is picked up by
3123# autoconf. It tells the user to run autoupdate, and
3124# then outputs the replacement expansion. We do not care
3125# about autoupdate's warning because that contains
3126# information on what to do *after* running autoupdate.
3127
3128
3129
3130# _LT_PATH_LD_GNU
3131#- --------------
3132# _LT_PATH_LD_GNU
3133
3134
3135# _LT_CMD_RELOAD
3136# --------------
3137# find reload flag for linker
3138# -- PORTME Some linkers may need a different reload flag.
3139# _LT_CMD_RELOAD
3140
3141
3142# _LT_CHECK_MAGIC_METHOD
3143# ----------------------
3144# how to check for library dependencies
3145# -- PORTME fill in with the dynamic library characteristics
3146# _LT_CHECK_MAGIC_METHOD
3147
3148
3149# LT_PATH_NM
3150# ----------
3151# find the pathname to a BSD- or MS-compatible name lister
3152# LT_PATH_NM
3153
3154# Old names:
3155# This is what autoupdate's m4 run will expand. It fires
3156# the warning (with _au_warn_XXX), outputs it into the
3157# updated configure.ac (with AC_DIAGNOSE), and then outputs
3158# the replacement expansion.
3159
3160
3161# This is an auxiliary macro that is also run when
3162# autoupdate runs m4. It simply calls m4_warning, but
3163# we need a wrapper so that each warning is emitted only
3164# once. We break the quoting in m4_warning's argument in
3165# order to expand this macro's arguments, not AU_DEFUN's.
3166
3167
3168# Finally, this is the expansion that is picked up by
3169# autoconf. It tells the user to run autoupdate, and
3170# then outputs the replacement expansion. We do not care
3171# about autoupdate's warning because that contains
3172# information on what to do *after* running autoupdate.
3173
3174# This is what autoupdate's m4 run will expand. It fires
3175# the warning (with _au_warn_XXX), outputs it into the
3176# updated configure.ac (with AC_DIAGNOSE), and then outputs
3177# the replacement expansion.
3178
3179
3180# This is an auxiliary macro that is also run when
3181# autoupdate runs m4. It simply calls m4_warning, but
3182# we need a wrapper so that each warning is emitted only
3183# once. We break the quoting in m4_warning's argument in
3184# order to expand this macro's arguments, not AU_DEFUN's.
3185
3186
3187# Finally, this is the expansion that is picked up by
3188# autoconf. It tells the user to run autoupdate, and
3189# then outputs the replacement expansion. We do not care
3190# about autoupdate's warning because that contains
3191# information on what to do *after* running autoupdate.
3192
3193
3194
3195# LT_LIB_M
3196# --------
3197# check for math library
3198# LT_LIB_M
3199
3200# Old name:
3201# This is what autoupdate's m4 run will expand. It fires
3202# the warning (with _au_warn_XXX), outputs it into the
3203# updated configure.ac (with AC_DIAGNOSE), and then outputs
3204# the replacement expansion.
3205
3206
3207# This is an auxiliary macro that is also run when
3208# autoupdate runs m4. It simply calls m4_warning, but
3209# we need a wrapper so that each warning is emitted only
3210# once. We break the quoting in m4_warning's argument in
3211# order to expand this macro's arguments, not AU_DEFUN's.
3212
3213
3214# Finally, this is the expansion that is picked up by
3215# autoconf. It tells the user to run autoupdate, and
3216# then outputs the replacement expansion. We do not care
3217# about autoupdate's warning because that contains
3218# information on what to do *after* running autoupdate.
3219
3220
3221
3222# _LT_COMPILER_NO_RTTI([TAGNAME])
3223# -------------------------------
3224# _LT_COMPILER_NO_RTTI
3225
3226
3227# _LT_CMD_GLOBAL_SYMBOLS
3228# ----------------------
3229 # _LT_CMD_GLOBAL_SYMBOLS
3230
3231
3232# _LT_COMPILER_PIC([TAGNAME])
3233# ---------------------------
3234# _LT_COMPILER_PIC
3235
3236
3237# _LT_LINKER_SHLIBS([TAGNAME])
3238# ----------------------------
3239# See if the linker supports building shared libraries.
3240# _LT_LINKER_SHLIBS
3241
3242
3243# _LT_LANG_C_CONFIG([TAG])
3244# ------------------------
3245# Ensure that the configuration variables for a C compiler are suitably
3246# defined. These variables are subsequently used by _LT_CONFIG to write
3247# the compiler configuration to `libtool'.
3248# _LT_LANG_C_CONFIG
3249
3250
3251# _LT_LANG_CXX_CONFIG([TAG])
3252# --------------------------
3253# Ensure that the configuration variables for a C++ compiler are suitably
3254# defined. These variables are subsequently used by _LT_CONFIG to write
3255# the compiler configuration to `libtool'.
3256# _LT_LANG_CXX_CONFIG
3257
3258
3259# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3260# ---------------------------------
3261# Figure out "hidden" library dependencies from verbose
3262# compiler output when linking a shared library.
3263# Parse the compiler output and extract the necessary
3264# objects, libraries and library flags.
3265# _LT_SYS_HIDDEN_LIBDEPS
3266
3267
3268# _LT_LANG_F77_CONFIG([TAG])
3269# --------------------------
3270# Ensure that the configuration variables for a Fortran 77 compiler are
3271# suitably defined. These variables are subsequently used by _LT_CONFIG
3272# to write the compiler configuration to `libtool'.
3273# _LT_LANG_F77_CONFIG
3274
3275
3276# _LT_LANG_FC_CONFIG([TAG])
3277# -------------------------
3278# Ensure that the configuration variables for a Fortran compiler are
3279# suitably defined. These variables are subsequently used by _LT_CONFIG
3280# to write the compiler configuration to `libtool'.
3281# _LT_LANG_FC_CONFIG
3282
3283
3284# _LT_LANG_GCJ_CONFIG([TAG])
3285# --------------------------
3286# Ensure that the configuration variables for the GNU Java Compiler compiler
3287# are suitably defined. These variables are subsequently used by _LT_CONFIG
3288# to write the compiler configuration to `libtool'.
3289# _LT_LANG_GCJ_CONFIG
3290
3291
3292# _LT_LANG_RC_CONFIG([TAG])
3293# -------------------------
3294# Ensure that the configuration variables for the Windows resource compiler
3295# are suitably defined. These variables are subsequently used by _LT_CONFIG
3296# to write the compiler configuration to `libtool'.
3297# _LT_LANG_RC_CONFIG
3298
3299
3300# LT_PROG_GCJ
3301# -----------
3302
3303
3304# Old name:
3305# This is what autoupdate's m4 run will expand. It fires
3306# the warning (with _au_warn_XXX), outputs it into the
3307# updated configure.ac (with AC_DIAGNOSE), and then outputs
3308# the replacement expansion.
3309
3310
3311# This is an auxiliary macro that is also run when
3312# autoupdate runs m4. It simply calls m4_warning, but
3313# we need a wrapper so that each warning is emitted only
3314# once. We break the quoting in m4_warning's argument in
3315# order to expand this macro's arguments, not AU_DEFUN's.
3316
3317
3318# Finally, this is the expansion that is picked up by
3319# autoconf. It tells the user to run autoupdate, and
3320# then outputs the replacement expansion. We do not care
3321# about autoupdate's warning because that contains
3322# information on what to do *after* running autoupdate.
3323
3324
3325
3326# LT_PROG_RC
3327# ----------
3328
3329
3330# Old name:
3331# This is what autoupdate's m4 run will expand. It fires
3332# the warning (with _au_warn_XXX), outputs it into the
3333# updated configure.ac (with AC_DIAGNOSE), and then outputs
3334# the replacement expansion.
3335
3336
3337# This is an auxiliary macro that is also run when
3338# autoupdate runs m4. It simply calls m4_warning, but
3339# we need a wrapper so that each warning is emitted only
3340# once. We break the quoting in m4_warning's argument in
3341# order to expand this macro's arguments, not AU_DEFUN's.
3342
3343
3344# Finally, this is the expansion that is picked up by
3345# autoconf. It tells the user to run autoupdate, and
3346# then outputs the replacement expansion. We do not care
3347# about autoupdate's warning because that contains
3348# information on what to do *after* running autoupdate.
3349
3350
3351
3352# _LT_DECL_EGREP
3353# --------------
3354# If we don't have a new enough Autoconf to choose the best grep
3355# available, choose the one first in the user's PATH.
3356
3357
3358
3359# _LT_DECL_OBJDUMP
3360# --------------
3361# If we don't have a new enough Autoconf to choose the best objdump
3362# available, choose the one first in the user's PATH.
3363
3364
3365
3366# _LT_DECL_SED
3367# ------------
3368# Check for a fully-functional sed program, that truncates
3369# as few characters as possible. Prefer GNU sed if found.
3370# _LT_DECL_SED
3371
3372#m4_ifndef
3373
3374# Old name:
3375# This is what autoupdate's m4 run will expand. It fires
3376# the warning (with _au_warn_XXX), outputs it into the
3377# updated configure.ac (with AC_DIAGNOSE), and then outputs
3378# the replacement expansion.
3379
3380
3381# This is an auxiliary macro that is also run when
3382# autoupdate runs m4. It simply calls m4_warning, but
3383# we need a wrapper so that each warning is emitted only
3384# once. We break the quoting in m4_warning's argument in
3385# order to expand this macro's arguments, not AU_DEFUN's.
3386
3387
3388# Finally, this is the expansion that is picked up by
3389# autoconf. It tells the user to run autoupdate, and
3390# then outputs the replacement expansion. We do not care
3391# about autoupdate's warning because that contains
3392# information on what to do *after* running autoupdate.
3393
3394
3395
3396# _LT_CHECK_SHELL_FEATURES
3397# ------------------------
3398# Find out whether the shell is Bourne or XSI compatible,
3399# or has some other useful features.
3400# _LT_CHECK_SHELL_FEATURES
3401
3402
3403# _LT_PROG_XSI_SHELLFNS
3404# ---------------------
3405# Bourne and XSI compatible variants of some useful shell functions.
3406
3407
3408# Helper functions for option handling. -*- Autoconf -*-
3409#
3410# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3411# Inc.
3412# Written by Gary V. Vaughan, 2004
3413#
3414# This file is free software; the Free Software Foundation gives
3415# unlimited permission to copy and/or distribute it, with or without
3416# modifications, as long as this notice is preserved.
3417
3418# serial 6 ltoptions.m4
3419
3420# This is to help aclocal find these macros, as it can't see m4_define.
3421
3422
3423
3424# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3425# ------------------------------------------
3426
3427
3428
3429# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3430# ---------------------------------------
3431# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3432# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3433# saved as a flag.
3434
3435
3436
3437# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3438# ------------------------------------------------------------
3439# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3440
3441
3442
3443# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3444# -------------------------------------------------------
3445# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3446# are set.
3447
3448
3449
3450# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3451# ----------------------------------------
3452# OPTION-LIST is a space-separated list of Libtool options associated
3453# with MACRO-NAME. If any OPTION has a matching handler declared with
3454# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3455# the unknown option and exit.
3456# _LT_SET_OPTIONS
3457
3458
3459## --------------------------------- ##
3460## Macros to handle LT_INIT options. ##
3461## --------------------------------- ##
3462
3463# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3464# -----------------------------------------
3465
3466
3467
3468# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3469# -----------------------------------------------
3470# LT_OPTION_DEFINE
3471
3472
3473# dlopen
3474# ------
3475
3476
3477# This is what autoupdate's m4 run will expand. It fires
3478# the warning (with _au_warn_XXX), outputs it into the
3479# updated configure.ac (with AC_DIAGNOSE), and then outputs
3480# the replacement expansion.
3481
3482
3483# This is an auxiliary macro that is also run when
3484# autoupdate runs m4. It simply calls m4_warning, but
3485# we need a wrapper so that each warning is emitted only
3486# once. We break the quoting in m4_warning's argument in
3487# order to expand this macro's arguments, not AU_DEFUN's.
3488
3489
3490# Finally, this is the expansion that is picked up by
3491# autoconf. It tells the user to run autoupdate, and
3492# then outputs the replacement expansion. We do not care
3493# about autoupdate's warning because that contains
3494# information on what to do *after* running autoupdate.
3495
3496
3497
3498
3499# win32-dll
3500# ---------
3501# Declare package support for building win32 dll's.
3502# win32-dll
3503
3504# This is what autoupdate's m4 run will expand. It fires
3505# the warning (with _au_warn_XXX), outputs it into the
3506# updated configure.ac (with AC_DIAGNOSE), and then outputs
3507# the replacement expansion.
3508
3509
3510# This is an auxiliary macro that is also run when
3511# autoupdate runs m4. It simply calls m4_warning, but
3512# we need a wrapper so that each warning is emitted only
3513# once. We break the quoting in m4_warning's argument in
3514# order to expand this macro's arguments, not AU_DEFUN's.
3515
3516
3517# Finally, this is the expansion that is picked up by
3518# autoconf. It tells the user to run autoupdate, and
3519# then outputs the replacement expansion. We do not care
3520# about autoupdate's warning because that contains
3521# information on what to do *after* running autoupdate.
3522
3523
3524
3525
3526# _LT_ENABLE_SHARED([DEFAULT])
3527# ----------------------------
3528# implement the --enable-shared flag, and supports the `shared' and
3529# `disable-shared' LT_INIT options.
3530# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3531# _LT_ENABLE_SHARED
3532
3533
3534
3535
3536# Old names:
3537
3538
3539
3540
3541# This is what autoupdate's m4 run will expand. It fires
3542# the warning (with _au_warn_XXX), outputs it into the
3543# updated configure.ac (with AC_DIAGNOSE), and then outputs
3544# the replacement expansion.
3545
3546
3547# This is an auxiliary macro that is also run when
3548# autoupdate runs m4. It simply calls m4_warning, but
3549# we need a wrapper so that each warning is emitted only
3550# once. We break the quoting in m4_warning's argument in
3551# order to expand this macro's arguments, not AU_DEFUN's.
3552
3553
3554# Finally, this is the expansion that is picked up by
3555# autoconf. It tells the user to run autoupdate, and
3556# then outputs the replacement expansion. We do not care
3557# about autoupdate's warning because that contains
3558# information on what to do *after* running autoupdate.
3559
3560# This is what autoupdate's m4 run will expand. It fires
3561# the warning (with _au_warn_XXX), outputs it into the
3562# updated configure.ac (with AC_DIAGNOSE), and then outputs
3563# the replacement expansion.
3564
3565
3566# This is an auxiliary macro that is also run when
3567# autoupdate runs m4. It simply calls m4_warning, but
3568# we need a wrapper so that each warning is emitted only
3569# once. We break the quoting in m4_warning's argument in
3570# order to expand this macro's arguments, not AU_DEFUN's.
3571
3572
3573# Finally, this is the expansion that is picked up by
3574# autoconf. It tells the user to run autoupdate, and
3575# then outputs the replacement expansion. We do not care
3576# about autoupdate's warning because that contains
3577# information on what to do *after* running autoupdate.
3578
3579
3580
3581
3582
3583# _LT_ENABLE_STATIC([DEFAULT])
3584# ----------------------------
3585# implement the --enable-static flag, and support the `static' and
3586# `disable-static' LT_INIT options.
3587# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3588# _LT_ENABLE_STATIC
3589
3590
3591
3592
3593# Old names:
3594
3595
3596
3597
3598# This is what autoupdate's m4 run will expand. It fires
3599# the warning (with _au_warn_XXX), outputs it into the
3600# updated configure.ac (with AC_DIAGNOSE), and then outputs
3601# the replacement expansion.
3602
3603
3604# This is an auxiliary macro that is also run when
3605# autoupdate runs m4. It simply calls m4_warning, but
3606# we need a wrapper so that each warning is emitted only
3607# once. We break the quoting in m4_warning's argument in
3608# order to expand this macro's arguments, not AU_DEFUN's.
3609
3610
3611# Finally, this is the expansion that is picked up by
3612# autoconf. It tells the user to run autoupdate, and
3613# then outputs the replacement expansion. We do not care
3614# about autoupdate's warning because that contains
3615# information on what to do *after* running autoupdate.
3616
3617# This is what autoupdate's m4 run will expand. It fires
3618# the warning (with _au_warn_XXX), outputs it into the
3619# updated configure.ac (with AC_DIAGNOSE), and then outputs
3620# the replacement expansion.
3621
3622
3623# This is an auxiliary macro that is also run when
3624# autoupdate runs m4. It simply calls m4_warning, but
3625# we need a wrapper so that each warning is emitted only
3626# once. We break the quoting in m4_warning's argument in
3627# order to expand this macro's arguments, not AU_DEFUN's.
3628
3629
3630# Finally, this is the expansion that is picked up by
3631# autoconf. It tells the user to run autoupdate, and
3632# then outputs the replacement expansion. We do not care
3633# about autoupdate's warning because that contains
3634# information on what to do *after* running autoupdate.
3635
3636
3637
3638
3639
3640# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3641# ----------------------------------
3642# implement the --enable-fast-install flag, and support the `fast-install'
3643# and `disable-fast-install' LT_INIT options.
3644# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3645# _LT_ENABLE_FAST_INSTALL
3646
3647
3648
3649
3650# Old names:
3651# This is what autoupdate's m4 run will expand. It fires
3652# the warning (with _au_warn_XXX), outputs it into the
3653# updated configure.ac (with AC_DIAGNOSE), and then outputs
3654# the replacement expansion.
3655
3656
3657# This is an auxiliary macro that is also run when
3658# autoupdate runs m4. It simply calls m4_warning, but
3659# we need a wrapper so that each warning is emitted only
3660# once. We break the quoting in m4_warning's argument in
3661# order to expand this macro's arguments, not AU_DEFUN's.
3662
3663
3664# Finally, this is the expansion that is picked up by
3665# autoconf. It tells the user to run autoupdate, and
3666# then outputs the replacement expansion. We do not care
3667# about autoupdate's warning because that contains
3668# information on what to do *after* running autoupdate.
3669
3670
3671# This is what autoupdate's m4 run will expand. It fires
3672# the warning (with _au_warn_XXX), outputs it into the
3673# updated configure.ac (with AC_DIAGNOSE), and then outputs
3674# the replacement expansion.
3675
3676
3677# This is an auxiliary macro that is also run when
3678# autoupdate runs m4. It simply calls m4_warning, but
3679# we need a wrapper so that each warning is emitted only
3680# once. We break the quoting in m4_warning's argument in
3681# order to expand this macro's arguments, not AU_DEFUN's.
3682
3683
3684# Finally, this is the expansion that is picked up by
3685# autoconf. It tells the user to run autoupdate, and
3686# then outputs the replacement expansion. We do not care
3687# about autoupdate's warning because that contains
3688# information on what to do *after* running autoupdate.
3689
3690
3691
3692
3693# _LT_WITH_PIC([MODE])
3694# --------------------
3695# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3696# LT_INIT options.
3697# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3698# _LT_WITH_PIC
3699
3700
3701
3702
3703# Old name:
3704# This is what autoupdate's m4 run will expand. It fires
3705# the warning (with _au_warn_XXX), outputs it into the
3706# updated configure.ac (with AC_DIAGNOSE), and then outputs
3707# the replacement expansion.
3708
3709
3710# This is an auxiliary macro that is also run when
3711# autoupdate runs m4. It simply calls m4_warning, but
3712# we need a wrapper so that each warning is emitted only
3713# once. We break the quoting in m4_warning's argument in
3714# order to expand this macro's arguments, not AU_DEFUN's.
3715
3716
3717# Finally, this is the expansion that is picked up by
3718# autoconf. It tells the user to run autoupdate, and
3719# then outputs the replacement expansion. We do not care
3720# about autoupdate's warning because that contains
3721# information on what to do *after* running autoupdate.
3722
3723
3724
3725## ----------------- ##
3726## LTDL_INIT Options ##
3727## ----------------- ##
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3739#
3740# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3741# Written by Gary V. Vaughan, 2004
3742#
3743# This file is free software; the Free Software Foundation gives
3744# unlimited permission to copy and/or distribute it, with or without
3745# modifications, as long as this notice is preserved.
3746
3747# serial 6 ltsugar.m4
3748
3749# This is to help aclocal find these macros, as it can't see m4_define.
3750
3751
3752
3753# lt_join(SEP, ARG1, [ARG2...])
3754# -----------------------------
3755# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3756# associated separator.
3757# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3758# versions in m4sugar had bugs.
3759
3760
3761
3762
3763# lt_car(LIST)
3764# lt_cdr(LIST)
3765# ------------
3766# Manipulate m4 lists.
3767# These macros are necessary as long as will still need to support
3768# Autoconf-2.59 which quotes differently.
3769
3770
3771
3772
3773
3774# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3775# ------------------------------------------
3776# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3777# Note that neither SEPARATOR nor STRING are expanded; they are appended
3778# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3779# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3780# than defined and empty).
3781#
3782# This macro is needed until we can rely on Autoconf 2.62, since earlier
3783# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3784
3785
3786
3787
3788# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3789# ----------------------------------------------------------
3790# Produce a SEP delimited list of all paired combinations of elements of
3791# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3792# has the form PREFIXmINFIXSUFFIXn.
3793# Needed until we can rely on m4_combine added in Autoconf 2.62.
3794
3795
3796
3797# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3798# -----------------------------------------------------------------------
3799# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3800# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3801
3802
3803
3804# lt_dict_add(DICT, KEY, VALUE)
3805# -----------------------------
3806
3807
3808
3809# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3810# --------------------------------------------
3811
3812
3813
3814# lt_dict_fetch(DICT, KEY, [SUBKEY])
3815# ----------------------------------
3816
3817
3818
3819# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3820# -----------------------------------------------------------------
3821
3822
3823
3824# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3825# --------------------------------------------------------------
3826
3827
3828# ltversion.m4 -- version numbers -*- Autoconf -*-
3829#
3830# Copyright (C) 2004 Free Software Foundation, Inc.
3831# Written by Scott James Remnant, 2004
3832#
3833# This file is free software; the Free Software Foundation gives
3834# unlimited permission to copy and/or distribute it, with or without
3835# modifications, as long as this notice is preserved.
3836
3837# Generated from ltversion.in.
3838
3839# serial 3134 ltversion.m4
3840# This file is part of GNU Libtool
3841
3842
3843
3844
3845
3846
3847# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3848#
3849# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3850# Written by Scott James Remnant, 2004.
3851#
3852# This file is free software; the Free Software Foundation gives
3853# unlimited permission to copy and/or distribute it, with or without
3854# modifications, as long as this notice is preserved.
3855
3856# serial 4 lt~obsolete.m4
3857
3858# These exist entirely to fool aclocal when bootstrapping libtool.
3859#
3860# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3861# which have later been changed to m4_define as they aren't part of the
3862# exported API, or moved to Autoconf or Automake where they belong.
3863#
3864# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3865# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3866# using a macro with the same name in our local m4/libtool.m4 it'll
3867# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3868# and doesn't know about Autoconf macros at all.)
3869#
3870# So we provide this file, which has a silly filename so it's always
3871# included after everything else. This provides aclocal with the
3872# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3873# because those macros already exist, or will be overwritten later.
3874# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3875#
3876# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3877# Yes, that means every name once taken will need to remain here until
3878# we give up compatibility with versions before 1.7, at which point
3879# we need to keep only those names which we still refer to.
3880
3881# This is to help aclocal find these macros, as it can't see m4_define.
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
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## -*- Autoconf -*-
3947
3948# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3949# Free Software Foundation, Inc.
3950#
3951# This file is free software; the Free Software Foundation
3952# gives unlimited permission to copy and/or distribute it,
3953# with or without modifications, as long as this notice is preserved.
3954
3955# serial 8
3956
3957# Based on depend.m4 from automake 1.9, modified for standalone use in
3958# an environment where GNU make is required.
3959
3960# ZW_PROG_COMPILER_DEPENDENCIES
3961# -----------------------------
3962# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3963# sets fooDEPMODE accordingly. Cache-variable compatible with
3964# original; not side-effect compatible. As the users of this macro
3965# may require accurate dependencies for correct builds, it does *not*
3966# honor --disable-dependency-checking, and failure to detect a usable
3967# method is an error. depcomp is assumed to be located in
3968# $ac_aux_dir.
3969#
3970# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3971
3972
3973
3974# AM_SET_DEPDIR
3975# -------------
3976# Choose a directory name for dependency files.
3977
3978
3979# ZW_CREATE_DEPDIR
3980# ----------------
3981# As AM_SET_DEPDIR, but also create the directory at config.status time.
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
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
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048# intl sister-directory configuration rules.
4049#
4050
4051# The idea behind this macro is that there's no need to repeat all the
4052# autoconf probes done by the intl directory - it's already done them
4053# for us. In fact, there's no need even to look at the cache for the
4054# answers. All we need to do is nab a few pieces of information.
4055# The intl directory is set up to make this easy, by generating a
4056# small file which can be sourced as a shell script; then we produce
4057# the necessary substitutions and definitions for this directory.
4058
4059
4060
4061# Autoconf M4 include file defining utility macros for complex Canadian
4062# cross builds.
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072####
4073# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4074# or AC_INIT.
4075# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4076
4077####
4078# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4079# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4080
4081
4082####
4083# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4084# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4085
4086
4087
4088# Backported from Autoconf 2.5x; can go away when and if
4089# we switch. Put the OS path separator in $PATH_SEPARATOR.
4090
4091
4092
4093
37f980dc
SM
4094
4095
4096
4097
0cd79707
SH
4098# ACX_HAVE_GCC_FOR_TARGET
4099# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4100
4101
4102# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4103# Searching for installed target binutils. We need to take extra care,
4104# else we may find the wrong assembler, linker, etc., and lose.
4105#
4106# First try --with-build-time-tools, if specified.
4107#
4108# For build != host, we ask the installed GCC for the name of the tool it
4109# uses, and accept it if it is an absolute path. This is because the
4110# only good choice for a compiler is the same GCC version that is being
4111# installed (or we couldn't make target libraries), and we assume that
4112# on the host system we'll have not only the same GCC version, but also
4113# the same binutils version.
4114#
4115# For build == host, search the same directories that the installed
4116# compiler will search. We used to do this for the assembler, linker,
4117# and nm only; for simplicity of configuration, however, we extend this
4118# criterion to tools (such as ar and ranlib) that are never invoked by
4119# the compiler, to avoid mismatches.
4120#
4121# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4122# if build == target. This makes the most sense only when bootstrapping,
4123# but we also do so when build != host. In this case, we hope that the
4124# build and host systems will have similar contents of MD_EXEC_PREFIX.
4125#
4126# If we do not find a suitable binary, then try the user's path.
4127
4128
4129###
4130# AC_PROG_CPP_WERROR
4131# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4132# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4133# For now, using this also overrides header checks to use only the
4134# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4135# bit harder from here).
4136# Eventually autoconf will default to checking headers with the compiler
4137# instead, and we'll have to do this differently.
4138
4139# AC_PROG_CPP_WERROR
4140
4141# Test for GNAT.
4142# We require the gnatbind & gnatmake programs, as well as a compiler driver
4143# that understands Ada. We use the user's CC setting, already found, and
4144# possibly add $1 to the command-line parameters.
4145#
4146# Sets the shell variable have_gnat to yes or no as appropriate, and
4147# substitutes GNATBIND and GNATMAKE.
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173ac_ext=c
4174ac_cpp='$CPP $CPPFLAGS'
4175ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4176ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4177ac_compiler_gnu=$ac_cv_c_compiler_gnu
4178if test -n "$ac_tool_prefix"; then
4179 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4180set dummy ${ac_tool_prefix}gcc; ac_word=$2
4181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4182$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4183if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
4184 $as_echo_n "(cached) " >&6
4185else
4186 if test -n "$CC"; then
4187 ac_cv_prog_CC="$CC" # Let the user override the test.
4188else
4189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4190for as_dir in $PATH
4191do
4192 IFS=$as_save_IFS
4193 test -z "$as_dir" && as_dir=.
4194 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4196 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4198 break 2
4199 fi
4200done
4201 done
4202IFS=$as_save_IFS
4203
4204fi
4205fi
4206CC=$ac_cv_prog_CC
4207if test -n "$CC"; then
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4209$as_echo "$CC" >&6; }
4210else
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4212$as_echo "no" >&6; }
4213fi
4214
4215
4216fi
4217if test -z "$ac_cv_prog_CC"; then
4218 ac_ct_CC=$CC
4219 # Extract the first word of "gcc", so it can be a program name with args.
4220set dummy gcc; ac_word=$2
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4222$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4223if ${ac_cv_prog_ac_ct_CC+:} false; then :
0cd79707
SH
4224 $as_echo_n "(cached) " >&6
4225else
4226 if test -n "$ac_ct_CC"; then
4227 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4228else
4229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4230for as_dir in $PATH
4231do
4232 IFS=$as_save_IFS
4233 test -z "$as_dir" && as_dir=.
4234 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4236 ac_cv_prog_ac_ct_CC="gcc"
4237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4238 break 2
4239 fi
4240done
4241 done
4242IFS=$as_save_IFS
4243
4244fi
4245fi
4246ac_ct_CC=$ac_cv_prog_ac_ct_CC
4247if test -n "$ac_ct_CC"; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4249$as_echo "$ac_ct_CC" >&6; }
4250else
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252$as_echo "no" >&6; }
4253fi
4254
4255 if test "x$ac_ct_CC" = x; then
4256 CC=""
4257 else
4258 case $cross_compiling:$ac_tool_warned in
4259yes:)
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4261$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4262ac_tool_warned=yes ;;
4263esac
4264 CC=$ac_ct_CC
4265 fi
4266else
4267 CC="$ac_cv_prog_CC"
4268fi
4269
4270if test -z "$CC"; then
4271 if test -n "$ac_tool_prefix"; then
4272 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4273set dummy ${ac_tool_prefix}cc; ac_word=$2
4274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4275$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4276if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
4277 $as_echo_n "(cached) " >&6
4278else
4279 if test -n "$CC"; then
4280 ac_cv_prog_CC="$CC" # Let the user override the test.
4281else
4282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4283for as_dir in $PATH
4284do
4285 IFS=$as_save_IFS
4286 test -z "$as_dir" && as_dir=.
4287 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4289 ac_cv_prog_CC="${ac_tool_prefix}cc"
4290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4291 break 2
4292 fi
4293done
4294 done
4295IFS=$as_save_IFS
4296
4297fi
4298fi
4299CC=$ac_cv_prog_CC
4300if test -n "$CC"; then
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4302$as_echo "$CC" >&6; }
4303else
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4305$as_echo "no" >&6; }
4306fi
4307
4308
4309 fi
4310fi
4311if test -z "$CC"; then
4312 # Extract the first word of "cc", so it can be a program name with args.
4313set dummy cc; ac_word=$2
4314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4315$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4316if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
4317 $as_echo_n "(cached) " >&6
4318else
4319 if test -n "$CC"; then
4320 ac_cv_prog_CC="$CC" # Let the user override the test.
4321else
4322 ac_prog_rejected=no
4323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4324for as_dir in $PATH
4325do
4326 IFS=$as_save_IFS
4327 test -z "$as_dir" && as_dir=.
4328 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4329 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4330 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4331 ac_prog_rejected=yes
4332 continue
4333 fi
4334 ac_cv_prog_CC="cc"
4335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4336 break 2
4337 fi
4338done
4339 done
4340IFS=$as_save_IFS
4341
4342if test $ac_prog_rejected = yes; then
4343 # We found a bogon in the path, so make sure we never use it.
4344 set dummy $ac_cv_prog_CC
4345 shift
4346 if test $# != 0; then
4347 # We chose a different compiler from the bogus one.
4348 # However, it has the same basename, so the bogon will be chosen
4349 # first if we set CC to just the basename; use the full file name.
4350 shift
4351 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4352 fi
4353fi
4354fi
4355fi
4356CC=$ac_cv_prog_CC
4357if test -n "$CC"; then
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4359$as_echo "$CC" >&6; }
4360else
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4362$as_echo "no" >&6; }
4363fi
4364
4365
4366fi
4367if test -z "$CC"; then
4368 if test -n "$ac_tool_prefix"; then
4369 for ac_prog in cl.exe
4370 do
4371 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4372set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4374$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4375if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
4376 $as_echo_n "(cached) " >&6
4377else
4378 if test -n "$CC"; then
4379 ac_cv_prog_CC="$CC" # Let the user override the test.
4380else
4381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4382for as_dir in $PATH
4383do
4384 IFS=$as_save_IFS
4385 test -z "$as_dir" && as_dir=.
4386 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4388 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4390 break 2
4391 fi
4392done
4393 done
4394IFS=$as_save_IFS
4395
4396fi
4397fi
4398CC=$ac_cv_prog_CC
4399if test -n "$CC"; then
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4401$as_echo "$CC" >&6; }
4402else
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4404$as_echo "no" >&6; }
4405fi
4406
4407
4408 test -n "$CC" && break
4409 done
4410fi
4411if test -z "$CC"; then
4412 ac_ct_CC=$CC
4413 for ac_prog in cl.exe
4414do
4415 # Extract the first word of "$ac_prog", so it can be a program name with args.
4416set dummy $ac_prog; ac_word=$2
4417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4418$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4419if ${ac_cv_prog_ac_ct_CC+:} false; then :
0cd79707
SH
4420 $as_echo_n "(cached) " >&6
4421else
4422 if test -n "$ac_ct_CC"; then
4423 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4424else
4425as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4426for as_dir in $PATH
4427do
4428 IFS=$as_save_IFS
4429 test -z "$as_dir" && as_dir=.
4430 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4431 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4432 ac_cv_prog_ac_ct_CC="$ac_prog"
4433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4434 break 2
4435 fi
4436done
4437 done
4438IFS=$as_save_IFS
4439
4440fi
4441fi
4442ac_ct_CC=$ac_cv_prog_ac_ct_CC
4443if test -n "$ac_ct_CC"; then
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4445$as_echo "$ac_ct_CC" >&6; }
4446else
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4448$as_echo "no" >&6; }
4449fi
4450
4451
4452 test -n "$ac_ct_CC" && break
4453done
4454
4455 if test "x$ac_ct_CC" = x; then
4456 CC=""
4457 else
4458 case $cross_compiling:$ac_tool_warned in
4459yes:)
4460{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4461$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4462ac_tool_warned=yes ;;
4463esac
4464 CC=$ac_ct_CC
4465 fi
4466fi
4467
4468fi
4469
4470
4471test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4472$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4473as_fn_error $? "no acceptable C compiler found in \$PATH
4474See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
4475
4476# Provide some information about the compiler.
4477$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4478set X $ac_compile
4479ac_compiler=$2
4480for ac_option in --version -v -V -qversion; do
4481 { { ac_try="$ac_compiler $ac_option >&5"
4482case "(($ac_try" in
4483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4484 *) ac_try_echo=$ac_try;;
4485esac
4486eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4487$as_echo "$ac_try_echo"; } >&5
4488 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4489 ac_status=$?
4490 if test -s conftest.err; then
4491 sed '10a\
4492... rest of stderr output deleted ...
4493 10q' conftest.err >conftest.er1
4494 cat conftest.er1 >&5
4495 fi
d0ac1c44 4496 rm -f conftest.er1 conftest.err
0cd79707
SH
4497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4498 test $ac_status = 0; }
4499done
4500
4501cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4502/* end confdefs.h. */
4503
4504int
4505main ()
4506{
4507
4508 ;
4509 return 0;
4510}
4511_ACEOF
4512ac_clean_files_save=$ac_clean_files
d0ac1c44 4513ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
0cd79707
SH
4514# Try to create an executable without -o first, disregard a.out.
4515# It will help us diagnose broken compilers, and finding out an intuition
4516# of exeext.
d0ac1c44
SM
4517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4518$as_echo_n "checking whether the C compiler works... " >&6; }
0cd79707
SH
4519ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4520
4521# The possible output files:
4522ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4523
4524ac_rmfiles=
4525for ac_file in $ac_files
4526do
4527 case $ac_file in
4528 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4529 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4530 esac
4531done
4532rm -f $ac_rmfiles
4533
4534if { { ac_try="$ac_link_default"
4535case "(($ac_try" in
4536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4537 *) ac_try_echo=$ac_try;;
4538esac
4539eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4540$as_echo "$ac_try_echo"; } >&5
4541 (eval "$ac_link_default") 2>&5
4542 ac_status=$?
4543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4544 test $ac_status = 0; }; then :
4545 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4546# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4547# in a Makefile. We should not override ac_cv_exeext if it was cached,
4548# so that the user can short-circuit this test for compilers unknown to
4549# Autoconf.
4550for ac_file in $ac_files ''
4551do
4552 test -f "$ac_file" || continue
4553 case $ac_file in
4554 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4555 ;;
4556 [ab].out )
4557 # We found the default executable, but exeext='' is most
4558 # certainly right.
4559 break;;
4560 *.* )
4561 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4562 then :; else
4563 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4564 fi
4565 # We set ac_cv_exeext here because the later test for it is not
4566 # safe: cross compilers may not add the suffix if given an `-o'
4567 # argument, so we may need to know it at that point already.
4568 # Even if this section looks crufty: it has the advantage of
4569 # actually working.
4570 break;;
4571 * )
4572 break;;
4573 esac
4574done
4575test "$ac_cv_exeext" = no && ac_cv_exeext=
4576
4577else
4578 ac_file=''
4579fi
4580if test -z "$ac_file"; then :
d0ac1c44
SM
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4582$as_echo "no" >&6; }
4583$as_echo "$as_me: failed program was:" >&5
0cd79707
SH
4584sed 's/^/| /' conftest.$ac_ext >&5
4585
4586{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4587$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4588as_fn_error 77 "C compiler cannot create executables
4589See \`config.log' for more details" "$LINENO" 5; }
4590else
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4592$as_echo "yes" >&6; }
0cd79707 4593fi
d0ac1c44
SM
4594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4595$as_echo_n "checking for C compiler default output file name... " >&6; }
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4597$as_echo "$ac_file" >&6; }
0cd79707
SH
4598ac_exeext=$ac_cv_exeext
4599
d0ac1c44 4600rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
0cd79707
SH
4601ac_clean_files=$ac_clean_files_save
4602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4603$as_echo_n "checking for suffix of executables... " >&6; }
4604if { { ac_try="$ac_link"
4605case "(($ac_try" in
4606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4607 *) ac_try_echo=$ac_try;;
4608esac
4609eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4610$as_echo "$ac_try_echo"; } >&5
4611 (eval "$ac_link") 2>&5
4612 ac_status=$?
4613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4614 test $ac_status = 0; }; then :
4615 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4616# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4617# work properly (i.e., refer to `conftest.exe'), while it won't with
4618# `rm'.
4619for ac_file in conftest.exe conftest conftest.*; do
4620 test -f "$ac_file" || continue
4621 case $ac_file in
4622 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4623 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4624 break;;
4625 * ) break;;
4626 esac
4627done
4628else
4629 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4630$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4631as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4632See \`config.log' for more details" "$LINENO" 5; }
0cd79707 4633fi
d0ac1c44 4634rm -f conftest conftest$ac_cv_exeext
0cd79707
SH
4635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4636$as_echo "$ac_cv_exeext" >&6; }
4637
4638rm -f conftest.$ac_ext
4639EXEEXT=$ac_cv_exeext
4640ac_exeext=$EXEEXT
d0ac1c44
SM
4641cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4642/* end confdefs.h. */
4643#include <stdio.h>
4644int
4645main ()
4646{
4647FILE *f = fopen ("conftest.out", "w");
4648 return ferror (f) || fclose (f) != 0;
4649
4650 ;
4651 return 0;
4652}
4653_ACEOF
4654ac_clean_files="$ac_clean_files conftest.out"
4655# Check that the compiler produces executables we can run. If not, either
4656# the compiler is broken, or we cross compile.
4657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4658$as_echo_n "checking whether we are cross compiling... " >&6; }
4659if test "$cross_compiling" != yes; then
4660 { { ac_try="$ac_link"
4661case "(($ac_try" in
4662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4663 *) ac_try_echo=$ac_try;;
4664esac
4665eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4666$as_echo "$ac_try_echo"; } >&5
4667 (eval "$ac_link") 2>&5
4668 ac_status=$?
4669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4670 test $ac_status = 0; }
4671 if { ac_try='./conftest$ac_cv_exeext'
4672 { { case "(($ac_try" in
4673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4674 *) ac_try_echo=$ac_try;;
4675esac
4676eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4677$as_echo "$ac_try_echo"; } >&5
4678 (eval "$ac_try") 2>&5
4679 ac_status=$?
4680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4681 test $ac_status = 0; }; }; then
4682 cross_compiling=no
4683 else
4684 if test "$cross_compiling" = maybe; then
4685 cross_compiling=yes
4686 else
4687 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4688$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4689as_fn_error $? "cannot run C compiled programs.
4690If you meant to cross compile, use \`--host'.
4691See \`config.log' for more details" "$LINENO" 5; }
4692 fi
4693 fi
4694fi
4695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4696$as_echo "$cross_compiling" >&6; }
4697
4698rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4699ac_clean_files=$ac_clean_files_save
0cd79707
SH
4700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4701$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4702if ${ac_cv_objext+:} false; then :
0cd79707
SH
4703 $as_echo_n "(cached) " >&6
4704else
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706/* end confdefs.h. */
4707
4708int
4709main ()
4710{
4711
4712 ;
4713 return 0;
4714}
4715_ACEOF
4716rm -f conftest.o conftest.obj
4717if { { ac_try="$ac_compile"
4718case "(($ac_try" in
4719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4720 *) ac_try_echo=$ac_try;;
4721esac
4722eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4723$as_echo "$ac_try_echo"; } >&5
4724 (eval "$ac_compile") 2>&5
4725 ac_status=$?
4726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4727 test $ac_status = 0; }; then :
4728 for ac_file in conftest.o conftest.obj conftest.*; do
4729 test -f "$ac_file" || continue;
4730 case $ac_file in
4731 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4732 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4733 break;;
4734 esac
4735done
4736else
4737 $as_echo "$as_me: failed program was:" >&5
4738sed 's/^/| /' conftest.$ac_ext >&5
4739
4740{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4741$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4742as_fn_error $? "cannot compute suffix of object files: cannot compile
4743See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
4744fi
4745rm -f conftest.$ac_cv_objext conftest.$ac_ext
4746fi
4747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4748$as_echo "$ac_cv_objext" >&6; }
4749OBJEXT=$ac_cv_objext
4750ac_objext=$OBJEXT
4751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4752$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4753if ${ac_cv_c_compiler_gnu+:} false; then :
0cd79707
SH
4754 $as_echo_n "(cached) " >&6
4755else
4756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4757/* end confdefs.h. */
4758
4759int
4760main ()
4761{
4762#ifndef __GNUC__
4763 choke me
4764#endif
4765
4766 ;
4767 return 0;
4768}
4769_ACEOF
4770if ac_fn_c_try_compile "$LINENO"; then :
4771 ac_compiler_gnu=yes
4772else
4773 ac_compiler_gnu=no
4774fi
4775rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4776ac_cv_c_compiler_gnu=$ac_compiler_gnu
4777
4778fi
4779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4780$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4781if test $ac_compiler_gnu = yes; then
4782 GCC=yes
4783else
4784 GCC=
4785fi
4786ac_test_CFLAGS=${CFLAGS+set}
4787ac_save_CFLAGS=$CFLAGS
4788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4789$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4790if ${ac_cv_prog_cc_g+:} false; then :
0cd79707
SH
4791 $as_echo_n "(cached) " >&6
4792else
4793 ac_save_c_werror_flag=$ac_c_werror_flag
4794 ac_c_werror_flag=yes
4795 ac_cv_prog_cc_g=no
4796 CFLAGS="-g"
4797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4798/* end confdefs.h. */
4799
4800int
4801main ()
4802{
4803
4804 ;
4805 return 0;
4806}
4807_ACEOF
4808if ac_fn_c_try_compile "$LINENO"; then :
4809 ac_cv_prog_cc_g=yes
4810else
4811 CFLAGS=""
4812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4813/* end confdefs.h. */
4814
4815int
4816main ()
4817{
4818
4819 ;
4820 return 0;
4821}
4822_ACEOF
4823if ac_fn_c_try_compile "$LINENO"; then :
4824
4825else
4826 ac_c_werror_flag=$ac_save_c_werror_flag
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
4841fi
4842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4843fi
4844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4845fi
4846rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4847 ac_c_werror_flag=$ac_save_c_werror_flag
4848fi
4849{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4850$as_echo "$ac_cv_prog_cc_g" >&6; }
4851if test "$ac_test_CFLAGS" = set; then
4852 CFLAGS=$ac_save_CFLAGS
4853elif test $ac_cv_prog_cc_g = yes; then
4854 if test "$GCC" = yes; then
4855 CFLAGS="-g -O2"
4856 else
4857 CFLAGS="-g"
4858 fi
4859else
4860 if test "$GCC" = yes; then
4861 CFLAGS="-O2"
4862 else
4863 CFLAGS=
4864 fi
4865fi
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4867$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4868if ${ac_cv_prog_cc_c89+:} false; then :
0cd79707
SH
4869 $as_echo_n "(cached) " >&6
4870else
4871 ac_cv_prog_cc_c89=no
4872ac_save_CC=$CC
4873cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4874/* end confdefs.h. */
4875#include <stdarg.h>
4876#include <stdio.h>
d0ac1c44 4877struct stat;
0cd79707
SH
4878/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4879struct buf { int x; };
4880FILE * (*rcsopen) (struct buf *, struct stat *, int);
4881static char *e (p, i)
4882 char **p;
4883 int i;
4884{
4885 return p[i];
4886}
4887static char *f (char * (*g) (char **, int), char **p, ...)
4888{
4889 char *s;
4890 va_list v;
4891 va_start (v,p);
4892 s = g (p, va_arg (v,int));
4893 va_end (v);
4894 return s;
4895}
4896
4897/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4898 function prototypes and stuff, but not '\xHH' hex character constants.
4899 These don't provoke an error unfortunately, instead are silently treated
4900 as 'x'. The following induces an error, until -std is added to get
4901 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4902 array size at least. It's necessary to write '\x00'==0 to get something
4903 that's true only with -std. */
4904int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4905
4906/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4907 inside strings and character constants. */
4908#define FOO(x) 'x'
4909int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4910
4911int test (int i, double x);
4912struct s1 {int (*f) (int a);};
4913struct s2 {int (*f) (double a);};
4914int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4915int argc;
4916char **argv;
4917int
4918main ()
4919{
4920return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4921 ;
4922 return 0;
4923}
4924_ACEOF
4925for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4926 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4927do
4928 CC="$ac_save_CC $ac_arg"
4929 if ac_fn_c_try_compile "$LINENO"; then :
4930 ac_cv_prog_cc_c89=$ac_arg
4931fi
4932rm -f core conftest.err conftest.$ac_objext
4933 test "x$ac_cv_prog_cc_c89" != "xno" && break
4934done
4935rm -f conftest.$ac_ext
4936CC=$ac_save_CC
4937
4938fi
4939# AC_CACHE_VAL
4940case "x$ac_cv_prog_cc_c89" in
4941 x)
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4943$as_echo "none needed" >&6; } ;;
4944 xno)
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4946$as_echo "unsupported" >&6; } ;;
4947 *)
4948 CC="$CC $ac_cv_prog_cc_c89"
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4950$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4951esac
4952if test "x$ac_cv_prog_cc_c89" != xno; then :
4953
4954fi
4955
4956ac_ext=c
4957ac_cpp='$CPP $CPPFLAGS'
4958ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4959ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4960ac_compiler_gnu=$ac_cv_c_compiler_gnu
4961
4962ac_aux_dir=
4963for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4964 if test -f "$ac_dir/install-sh"; then
4965 ac_aux_dir=$ac_dir
4966 ac_install_sh="$ac_aux_dir/install-sh -c"
4967 break
4968 elif test -f "$ac_dir/install.sh"; then
4969 ac_aux_dir=$ac_dir
4970 ac_install_sh="$ac_aux_dir/install.sh -c"
4971 break
4972 elif test -f "$ac_dir/shtool"; then
4973 ac_aux_dir=$ac_dir
4974 ac_install_sh="$ac_aux_dir/shtool install -c"
4975 break
4976 fi
0cd79707
SH
4977done
4978if test -z "$ac_aux_dir"; then
d0ac1c44 4979 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
0cd79707
SH
4980fi
4981
4982# These three variables are undocumented and unsupported,
4983# and are intended to be withdrawn in a future Autoconf release.
4984# They can cause serious problems if a builder's source tree is in a directory
4985# whose full name contains unusual characters.
4986ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4987ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4988ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4989
4990
4991# Make sure we can run config.sub.
4992$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 4993 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
0cd79707
SH
4994
4995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4996$as_echo_n "checking build system type... " >&6; }
d0ac1c44 4997if ${ac_cv_build+:} false; then :
0cd79707
SH
4998 $as_echo_n "(cached) " >&6
4999else
5000 ac_build_alias=$build_alias
5001test "x$ac_build_alias" = x &&
5002 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5003test "x$ac_build_alias" = x &&
d0ac1c44 5004 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
0cd79707 5005ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 5006 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
0cd79707
SH
5007
5008fi
5009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5010$as_echo "$ac_cv_build" >&6; }
5011case $ac_cv_build in
5012*-*-*) ;;
d0ac1c44 5013*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
0cd79707
SH
5014esac
5015build=$ac_cv_build
5016ac_save_IFS=$IFS; IFS='-'
5017set x $ac_cv_build
5018shift
5019build_cpu=$1
5020build_vendor=$2
5021shift; shift
5022# Remember, the first character of IFS is used to create $*,
5023# except with old shells:
5024build_os=$*
5025IFS=$ac_save_IFS
5026case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5027
5028
5029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5030$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5031if ${ac_cv_host+:} false; then :
0cd79707
SH
5032 $as_echo_n "(cached) " >&6
5033else
5034 if test "x$host_alias" = x; then
5035 ac_cv_host=$ac_cv_build
5036else
5037 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5038 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
0cd79707
SH
5039fi
5040
5041fi
5042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5043$as_echo "$ac_cv_host" >&6; }
5044case $ac_cv_host in
5045*-*-*) ;;
d0ac1c44 5046*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
0cd79707
SH
5047esac
5048host=$ac_cv_host
5049ac_save_IFS=$IFS; IFS='-'
5050set x $ac_cv_host
5051shift
5052host_cpu=$1
5053host_vendor=$2
5054shift; shift
5055# Remember, the first character of IFS is used to create $*,
5056# except with old shells:
5057host_os=$*
5058IFS=$ac_save_IFS
5059case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5060
5061
5062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5063$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5064if ${ac_cv_target+:} false; then :
0cd79707
SH
5065 $as_echo_n "(cached) " >&6
5066else
5067 if test "x$target_alias" = x; then
5068 ac_cv_target=$ac_cv_host
5069else
5070 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5071 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
0cd79707
SH
5072fi
5073
5074fi
5075{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5076$as_echo "$ac_cv_target" >&6; }
5077case $ac_cv_target in
5078*-*-*) ;;
d0ac1c44 5079*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
0cd79707
SH
5080esac
5081target=$ac_cv_target
5082ac_save_IFS=$IFS; IFS='-'
5083set x $ac_cv_target
5084shift
5085target_cpu=$1
5086target_vendor=$2
5087shift; shift
5088# Remember, the first character of IFS is used to create $*,
5089# except with old shells:
5090target_os=$*
5091IFS=$ac_save_IFS
5092case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5093
5094
5095# The aliases save the names the user supplied, while $host etc.
5096# will get canonicalized.
5097test -n "$target_alias" &&
5098 test "$program_prefix$program_suffix$program_transform_name" = \
5099 NONENONEs,x,x, &&
5100 program_prefix=${target_alias}-
5101
5102ac_ext=c
5103ac_cpp='$CPP $CPPFLAGS'
5104ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5105ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5106ac_compiler_gnu=$ac_cv_c_compiler_gnu
5107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5108$as_echo_n "checking how to run the C preprocessor... " >&6; }
5109# On Suns, sometimes $CPP names a directory.
5110if test -n "$CPP" && test -d "$CPP"; then
5111 CPP=
5112fi
5113if test -z "$CPP"; then
d0ac1c44 5114 if ${ac_cv_prog_CPP+:} false; then :
0cd79707
SH
5115 $as_echo_n "(cached) " >&6
5116else
5117 # Double quotes because CPP needs to be expanded
5118 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5119 do
5120 ac_preproc_ok=false
5121for ac_c_preproc_warn_flag in '' yes
5122do
5123 # Use a header file that comes with gcc, so configuring glibc
5124 # with a fresh cross-compiler works.
5125 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5126 # <limits.h> exists even on freestanding compilers.
5127 # On the NeXT, cc -E runs the code through the compiler's parser,
5128 # not just through cpp. "Syntax error" is here to catch this case.
5129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5130/* end confdefs.h. */
5131#ifdef __STDC__
5132# include <limits.h>
5133#else
5134# include <assert.h>
5135#endif
5136 Syntax error
5137_ACEOF
5138if ac_fn_c_try_cpp "$LINENO"; then :
5139
5140else
5141 # Broken: fails on valid input.
5142continue
5143fi
d0ac1c44 5144rm -f conftest.err conftest.i conftest.$ac_ext
0cd79707
SH
5145
5146 # OK, works on sane cases. Now check whether nonexistent headers
5147 # can be detected and how.
5148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5149/* end confdefs.h. */
5150#include <ac_nonexistent.h>
5151_ACEOF
5152if ac_fn_c_try_cpp "$LINENO"; then :
5153 # Broken: success on invalid input.
5154continue
5155else
5156 # Passes both tests.
5157ac_preproc_ok=:
5158break
5159fi
d0ac1c44 5160rm -f conftest.err conftest.i conftest.$ac_ext
0cd79707
SH
5161
5162done
5163# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5164rm -f conftest.i conftest.err conftest.$ac_ext
0cd79707
SH
5165if $ac_preproc_ok; then :
5166 break
5167fi
5168
5169 done
5170 ac_cv_prog_CPP=$CPP
5171
5172fi
5173 CPP=$ac_cv_prog_CPP
5174else
5175 ac_cv_prog_CPP=$CPP
5176fi
5177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5178$as_echo "$CPP" >&6; }
5179ac_preproc_ok=false
5180for ac_c_preproc_warn_flag in '' yes
5181do
5182 # Use a header file that comes with gcc, so configuring glibc
5183 # with a fresh cross-compiler works.
5184 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5185 # <limits.h> exists even on freestanding compilers.
5186 # On the NeXT, cc -E runs the code through the compiler's parser,
5187 # not just through cpp. "Syntax error" is here to catch this case.
5188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5189/* end confdefs.h. */
5190#ifdef __STDC__
5191# include <limits.h>
5192#else
5193# include <assert.h>
5194#endif
5195 Syntax error
5196_ACEOF
5197if ac_fn_c_try_cpp "$LINENO"; then :
5198
5199else
5200 # Broken: fails on valid input.
5201continue
5202fi
d0ac1c44 5203rm -f conftest.err conftest.i conftest.$ac_ext
0cd79707
SH
5204
5205 # OK, works on sane cases. Now check whether nonexistent headers
5206 # can be detected and how.
5207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5208/* end confdefs.h. */
5209#include <ac_nonexistent.h>
5210_ACEOF
5211if ac_fn_c_try_cpp "$LINENO"; then :
5212 # Broken: success on invalid input.
5213continue
5214else
5215 # Passes both tests.
5216ac_preproc_ok=:
5217break
5218fi
d0ac1c44 5219rm -f conftest.err conftest.i conftest.$ac_ext
0cd79707
SH
5220
5221done
5222# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5223rm -f conftest.i conftest.err conftest.$ac_ext
0cd79707
SH
5224if $ac_preproc_ok; then :
5225
5226else
5227 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5228$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5229as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5230See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
5231fi
5232
5233ac_ext=c
5234ac_cpp='$CPP $CPPFLAGS'
5235ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5236ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5237ac_compiler_gnu=$ac_cv_c_compiler_gnu
5238
5239
5240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5241$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5242if ${ac_cv_path_GREP+:} false; then :
0cd79707
SH
5243 $as_echo_n "(cached) " >&6
5244else
5245 if test -z "$GREP"; then
5246 ac_path_GREP_found=false
5247 # Loop through the user's path and test for each of PROGNAME-LIST
5248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5249for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5250do
5251 IFS=$as_save_IFS
5252 test -z "$as_dir" && as_dir=.
5253 for ac_prog in grep ggrep; do
5254 for ac_exec_ext in '' $ac_executable_extensions; do
5255 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5256 as_fn_executable_p "$ac_path_GREP" || continue
0cd79707
SH
5257# Check for GNU ac_path_GREP and select it if it is found.
5258 # Check for GNU $ac_path_GREP
5259case `"$ac_path_GREP" --version 2>&1` in
5260*GNU*)
5261 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5262*)
5263 ac_count=0
5264 $as_echo_n 0123456789 >"conftest.in"
5265 while :
5266 do
5267 cat "conftest.in" "conftest.in" >"conftest.tmp"
5268 mv "conftest.tmp" "conftest.in"
5269 cp "conftest.in" "conftest.nl"
5270 $as_echo 'GREP' >> "conftest.nl"
5271 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5272 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5273 as_fn_arith $ac_count + 1 && ac_count=$as_val
5274 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5275 # Best one so far, save it but keep looking for a better one
5276 ac_cv_path_GREP="$ac_path_GREP"
5277 ac_path_GREP_max=$ac_count
5278 fi
5279 # 10*(2^10) chars as input seems more than enough
5280 test $ac_count -gt 10 && break
5281 done
5282 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5283esac
5284
5285 $ac_path_GREP_found && break 3
5286 done
5287 done
5288 done
5289IFS=$as_save_IFS
5290 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5291 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
5292 fi
5293else
5294 ac_cv_path_GREP=$GREP
5295fi
5296
5297fi
5298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5299$as_echo "$ac_cv_path_GREP" >&6; }
5300 GREP="$ac_cv_path_GREP"
5301
5302
5303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5304$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5305if ${ac_cv_path_EGREP+:} false; then :
0cd79707
SH
5306 $as_echo_n "(cached) " >&6
5307else
5308 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5309 then ac_cv_path_EGREP="$GREP -E"
5310 else
5311 if test -z "$EGREP"; then
5312 ac_path_EGREP_found=false
5313 # Loop through the user's path and test for each of PROGNAME-LIST
5314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5315for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5316do
5317 IFS=$as_save_IFS
5318 test -z "$as_dir" && as_dir=.
5319 for ac_prog in egrep; do
5320 for ac_exec_ext in '' $ac_executable_extensions; do
5321 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5322 as_fn_executable_p "$ac_path_EGREP" || continue
0cd79707
SH
5323# Check for GNU ac_path_EGREP and select it if it is found.
5324 # Check for GNU $ac_path_EGREP
5325case `"$ac_path_EGREP" --version 2>&1` in
5326*GNU*)
5327 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5328*)
5329 ac_count=0
5330 $as_echo_n 0123456789 >"conftest.in"
5331 while :
5332 do
5333 cat "conftest.in" "conftest.in" >"conftest.tmp"
5334 mv "conftest.tmp" "conftest.in"
5335 cp "conftest.in" "conftest.nl"
5336 $as_echo 'EGREP' >> "conftest.nl"
5337 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5338 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5339 as_fn_arith $ac_count + 1 && ac_count=$as_val
5340 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5341 # Best one so far, save it but keep looking for a better one
5342 ac_cv_path_EGREP="$ac_path_EGREP"
5343 ac_path_EGREP_max=$ac_count
5344 fi
5345 # 10*(2^10) chars as input seems more than enough
5346 test $ac_count -gt 10 && break
5347 done
5348 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5349esac
5350
5351 $ac_path_EGREP_found && break 3
5352 done
5353 done
5354 done
5355IFS=$as_save_IFS
5356 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5357 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
5358 fi
5359else
5360 ac_cv_path_EGREP=$EGREP
5361fi
5362
5363 fi
5364fi
5365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5366$as_echo "$ac_cv_path_EGREP" >&6; }
5367 EGREP="$ac_cv_path_EGREP"
5368
5369
5370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5371$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5372if ${ac_cv_header_stdc+:} false; then :
0cd79707
SH
5373 $as_echo_n "(cached) " >&6
5374else
5375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5376/* end confdefs.h. */
5377#include <stdlib.h>
5378#include <stdarg.h>
5379#include <string.h>
5380#include <float.h>
5381
5382int
5383main ()
5384{
5385
5386 ;
5387 return 0;
5388}
5389_ACEOF
5390if ac_fn_c_try_compile "$LINENO"; then :
5391 ac_cv_header_stdc=yes
5392else
5393 ac_cv_header_stdc=no
5394fi
5395rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5396
5397if test $ac_cv_header_stdc = yes; then
5398 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5400/* end confdefs.h. */
5401#include <string.h>
5402
5403_ACEOF
5404if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5405 $EGREP "memchr" >/dev/null 2>&1; then :
5406
5407else
5408 ac_cv_header_stdc=no
5409fi
5410rm -f conftest*
5411
5412fi
5413
5414if test $ac_cv_header_stdc = yes; then
5415 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5417/* end confdefs.h. */
5418#include <stdlib.h>
5419
5420_ACEOF
5421if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5422 $EGREP "free" >/dev/null 2>&1; then :
5423
5424else
5425 ac_cv_header_stdc=no
5426fi
5427rm -f conftest*
5428
5429fi
5430
5431if test $ac_cv_header_stdc = yes; then
5432 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5433 if test "$cross_compiling" = yes; then :
5434 :
5435else
5436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5437/* end confdefs.h. */
5438#include <ctype.h>
5439#include <stdlib.h>
5440#if ((' ' & 0x0FF) == 0x020)
5441# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5442# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5443#else
5444# define ISLOWER(c) \
5445 (('a' <= (c) && (c) <= 'i') \
5446 || ('j' <= (c) && (c) <= 'r') \
5447 || ('s' <= (c) && (c) <= 'z'))
5448# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5449#endif
5450
5451#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5452int
5453main ()
5454{
5455 int i;
5456 for (i = 0; i < 256; i++)
5457 if (XOR (islower (i), ISLOWER (i))
5458 || toupper (i) != TOUPPER (i))
5459 return 2;
5460 return 0;
5461}
5462_ACEOF
5463if ac_fn_c_try_run "$LINENO"; then :
5464
5465else
5466 ac_cv_header_stdc=no
5467fi
5468rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5469 conftest.$ac_objext conftest.beam conftest.$ac_ext
5470fi
5471
5472fi
5473fi
5474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5475$as_echo "$ac_cv_header_stdc" >&6; }
5476if test $ac_cv_header_stdc = yes; then
5477
5478$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5479
5480fi
5481
5482# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5483for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5484 inttypes.h stdint.h unistd.h
5485do :
5486 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5487ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5488"
d0ac1c44 5489if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
0cd79707
SH
5490 cat >>confdefs.h <<_ACEOF
5491#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5492_ACEOF
5493
5494fi
5495
5496done
5497
5498
5499
5500 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5501if test "x$ac_cv_header_minix_config_h" = xyes; then :
0cd79707
SH
5502 MINIX=yes
5503else
5504 MINIX=
5505fi
5506
5507
5508 if test "$MINIX" = yes; then
5509
5510$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5511
5512
5513$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5514
5515
5516$as_echo "#define _MINIX 1" >>confdefs.h
5517
5518 fi
5519
5520
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5522$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5523if ${ac_cv_safe_to_define___extensions__+:} false; then :
0cd79707
SH
5524 $as_echo_n "(cached) " >&6
5525else
5526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5527/* end confdefs.h. */
5528
d0ac1c44
SM
5529# define __EXTENSIONS__ 1
5530 $ac_includes_default
0cd79707
SH
5531int
5532main ()
5533{
5534
5535 ;
5536 return 0;
5537}
5538_ACEOF
5539if ac_fn_c_try_compile "$LINENO"; then :
5540 ac_cv_safe_to_define___extensions__=yes
5541else
5542 ac_cv_safe_to_define___extensions__=no
5543fi
5544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5545fi
5546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5547$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5548 test $ac_cv_safe_to_define___extensions__ = yes &&
5549 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5550
5551 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5552
5553 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5554
5555 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5556
5557 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5558
5559
5560test "$program_prefix" != NONE &&
5561 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5562# Use a double $ so make ignores it.
5563test "$program_suffix" != NONE &&
5564 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5565# Double any \ or $.
5566# By default was `s,x,x', remove it if useless.
5567ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5568program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5569
5570# Find a good install program. We prefer a C program (faster),
5571# so one script is as good as another. But avoid the broken or
5572# incompatible versions:
5573# SysV /etc/install, /usr/sbin/install
5574# SunOS /usr/etc/install
5575# IRIX /sbin/install
5576# AIX /bin/install
5577# AmigaOS /C/install, which installs bootblocks on floppy discs
5578# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5579# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5580# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5581# OS/2's system install, which has a completely different semantic
5582# ./install, which can be erroneously created by make from ./install.sh.
5583# Reject install programs that cannot install multiple files.
5584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5585$as_echo_n "checking for a BSD-compatible install... " >&6; }
5586if test -z "$INSTALL"; then
d0ac1c44 5587if ${ac_cv_path_install+:} false; then :
0cd79707
SH
5588 $as_echo_n "(cached) " >&6
5589else
5590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5591for as_dir in $PATH
5592do
5593 IFS=$as_save_IFS
5594 test -z "$as_dir" && as_dir=.
5595 # Account for people who put trailing slashes in PATH elements.
5596case $as_dir/ in #((
5597 ./ | .// | /[cC]/* | \
5598 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5599 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5600 /usr/ucb/* ) ;;
5601 *)
5602 # OSF1 and SCO ODT 3.0 have their own names for install.
5603 # Don't use installbsd from OSF since it installs stuff as root
5604 # by default.
5605 for ac_prog in ginstall scoinst install; do
5606 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5607 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
0cd79707
SH
5608 if test $ac_prog = install &&
5609 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5610 # AIX install. It has an incompatible calling convention.
5611 :
5612 elif test $ac_prog = install &&
5613 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5614 # program-specific install script used by HP pwplus--don't use.
5615 :
5616 else
5617 rm -rf conftest.one conftest.two conftest.dir
5618 echo one > conftest.one
5619 echo two > conftest.two
5620 mkdir conftest.dir
5621 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5622 test -s conftest.one && test -s conftest.two &&
5623 test -s conftest.dir/conftest.one &&
5624 test -s conftest.dir/conftest.two
5625 then
5626 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5627 break 3
5628 fi
5629 fi
5630 fi
5631 done
5632 done
5633 ;;
5634esac
5635
5636 done
5637IFS=$as_save_IFS
5638
5639rm -rf conftest.one conftest.two conftest.dir
5640
5641fi
5642 if test "${ac_cv_path_install+set}" = set; then
5643 INSTALL=$ac_cv_path_install
5644 else
5645 # As a last resort, use the slow shell script. Don't cache a
5646 # value for INSTALL within a source directory, because that will
5647 # break other packages using the cache if that directory is
5648 # removed, or if the value is a relative name.
5649 INSTALL=$ac_install_sh
5650 fi
5651fi
5652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5653$as_echo "$INSTALL" >&6; }
5654
5655# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5656# It thinks the first close brace ends the variable substitution.
5657test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5658
5659test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5660
5661test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5662
5663rm -rf .tst 2>/dev/null
5664mkdir .tst 2>/dev/null
5665if test -d .tst; then
5666 am__leading_dot=.
5667else
5668 am__leading_dot=_
5669fi
5670rmdir .tst 2>/dev/null
5671
5672DEPDIR="${am__leading_dot}deps"
5673
5674case `pwd` in
5675 *\ * | *\ *)
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5677$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5678esac
5679
5680
5681
5682macro_version='2.2.7a'
5683macro_revision='1.3134'
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697ltmain="$ac_aux_dir/ltmain.sh"
5698
5699# Backslashify metacharacters that are still active within
5700# double-quoted strings.
5701sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5702
5703# Same as above, but do not quote variable references.
5704double_quote_subst='s/\(["`\\]\)/\\\1/g'
5705
5706# Sed substitution to delay expansion of an escaped shell variable in a
5707# double_quote_subst'ed string.
5708delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5709
5710# Sed substitution to delay expansion of an escaped single quote.
5711delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5712
5713# Sed substitution to avoid accidental globbing in evaled expressions
5714no_glob_subst='s/\*/\\\*/g'
5715
5716ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5717ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5718ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5719
5720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5721$as_echo_n "checking how to print strings... " >&6; }
5722# Test print first, because it will be a builtin if present.
5723if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5724 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5725 ECHO='print -r --'
5726elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5727 ECHO='printf %s\n'
5728else
5729 # Use this function as a fallback that always works.
5730 func_fallback_echo ()
5731 {
5732 eval 'cat <<_LTECHO_EOF
5733$1
5734_LTECHO_EOF'
5735 }
5736 ECHO='func_fallback_echo'
5737fi
5738
5739# func_echo_all arg...
5740# Invoke $ECHO with all args, space-separated.
5741func_echo_all ()
5742{
5743 $ECHO ""
5744}
5745
5746case "$ECHO" in
5747 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5748$as_echo "printf" >&6; } ;;
5749 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5750$as_echo "print -r" >&6; } ;;
5751 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5752$as_echo "cat" >&6; } ;;
5753esac
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5769$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5770if ${ac_cv_path_SED+:} false; then :
0cd79707
SH
5771 $as_echo_n "(cached) " >&6
5772else
5773 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5774 for ac_i in 1 2 3 4 5 6 7; do
5775 ac_script="$ac_script$as_nl$ac_script"
5776 done
5777 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5778 { ac_script=; unset ac_script;}
5779 if test -z "$SED"; then
5780 ac_path_SED_found=false
5781 # Loop through the user's path and test for each of PROGNAME-LIST
5782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5783for as_dir in $PATH
5784do
5785 IFS=$as_save_IFS
5786 test -z "$as_dir" && as_dir=.
5787 for ac_prog in sed gsed; do
5788 for ac_exec_ext in '' $ac_executable_extensions; do
5789 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5790 as_fn_executable_p "$ac_path_SED" || continue
0cd79707
SH
5791# Check for GNU ac_path_SED and select it if it is found.
5792 # Check for GNU $ac_path_SED
5793case `"$ac_path_SED" --version 2>&1` in
5794*GNU*)
5795 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5796*)
5797 ac_count=0
5798 $as_echo_n 0123456789 >"conftest.in"
5799 while :
5800 do
5801 cat "conftest.in" "conftest.in" >"conftest.tmp"
5802 mv "conftest.tmp" "conftest.in"
5803 cp "conftest.in" "conftest.nl"
5804 $as_echo '' >> "conftest.nl"
5805 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5806 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5807 as_fn_arith $ac_count + 1 && ac_count=$as_val
5808 if test $ac_count -gt ${ac_path_SED_max-0}; then
5809 # Best one so far, save it but keep looking for a better one
5810 ac_cv_path_SED="$ac_path_SED"
5811 ac_path_SED_max=$ac_count
5812 fi
5813 # 10*(2^10) chars as input seems more than enough
5814 test $ac_count -gt 10 && break
5815 done
5816 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5817esac
5818
5819 $ac_path_SED_found && break 3
5820 done
5821 done
5822 done
5823IFS=$as_save_IFS
5824 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5825 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
0cd79707
SH
5826 fi
5827else
5828 ac_cv_path_SED=$SED
5829fi
5830
5831fi
5832{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5833$as_echo "$ac_cv_path_SED" >&6; }
5834 SED="$ac_cv_path_SED"
5835 rm -f conftest.sed
5836
5837test -z "$SED" && SED=sed
5838Xsed="$SED -e 1s/^X//"
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5851$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5852if ${ac_cv_path_FGREP+:} false; then :
0cd79707
SH
5853 $as_echo_n "(cached) " >&6
5854else
5855 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5856 then ac_cv_path_FGREP="$GREP -F"
5857 else
5858 if test -z "$FGREP"; then
5859 ac_path_FGREP_found=false
5860 # Loop through the user's path and test for each of PROGNAME-LIST
5861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5862for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5863do
5864 IFS=$as_save_IFS
5865 test -z "$as_dir" && as_dir=.
5866 for ac_prog in fgrep; do
5867 for ac_exec_ext in '' $ac_executable_extensions; do
5868 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5869 as_fn_executable_p "$ac_path_FGREP" || continue
0cd79707
SH
5870# Check for GNU ac_path_FGREP and select it if it is found.
5871 # Check for GNU $ac_path_FGREP
5872case `"$ac_path_FGREP" --version 2>&1` in
5873*GNU*)
5874 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5875*)
5876 ac_count=0
5877 $as_echo_n 0123456789 >"conftest.in"
5878 while :
5879 do
5880 cat "conftest.in" "conftest.in" >"conftest.tmp"
5881 mv "conftest.tmp" "conftest.in"
5882 cp "conftest.in" "conftest.nl"
5883 $as_echo 'FGREP' >> "conftest.nl"
5884 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5885 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5886 as_fn_arith $ac_count + 1 && ac_count=$as_val
5887 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5888 # Best one so far, save it but keep looking for a better one
5889 ac_cv_path_FGREP="$ac_path_FGREP"
5890 ac_path_FGREP_max=$ac_count
5891 fi
5892 # 10*(2^10) chars as input seems more than enough
5893 test $ac_count -gt 10 && break
5894 done
5895 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5896esac
5897
5898 $ac_path_FGREP_found && break 3
5899 done
5900 done
5901 done
5902IFS=$as_save_IFS
5903 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5904 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
5905 fi
5906else
5907 ac_cv_path_FGREP=$FGREP
5908fi
5909
5910 fi
5911fi
5912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5913$as_echo "$ac_cv_path_FGREP" >&6; }
5914 FGREP="$ac_cv_path_FGREP"
5915
5916
5917test -z "$GREP" && GREP=grep
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937# Check whether --with-gnu-ld was given.
5938if test "${with_gnu_ld+set}" = set; then :
5939 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5940else
5941 with_gnu_ld=no
5942fi
5943
5944ac_prog=ld
5945if test "$GCC" = yes; then
5946 # Check if gcc -print-prog-name=ld gives a path.
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5948$as_echo_n "checking for ld used by $CC... " >&6; }
5949 case $host in
5950 *-*-mingw*)
5951 # gcc leaves a trailing carriage return which upsets mingw
5952 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5953 *)
5954 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5955 esac
5956 case $ac_prog in
5957 # Accept absolute paths.
5958 [\\/]* | ?:[\\/]*)
5959 re_direlt='/[^/][^/]*/\.\./'
5960 # Canonicalize the pathname of ld
5961 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5962 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5963 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5964 done
5965 test -z "$LD" && LD="$ac_prog"
5966 ;;
5967 "")
5968 # If it fails, then pretend we aren't using GCC.
5969 ac_prog=ld
5970 ;;
5971 *)
5972 # If it is relative, then search for the first ld in PATH.
5973 with_gnu_ld=unknown
5974 ;;
5975 esac
5976elif test "$with_gnu_ld" = yes; then
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5978$as_echo_n "checking for GNU ld... " >&6; }
5979else
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5981$as_echo_n "checking for non-GNU ld... " >&6; }
5982fi
d0ac1c44 5983if ${lt_cv_path_LD+:} false; then :
0cd79707
SH
5984 $as_echo_n "(cached) " >&6
5985else
5986 if test -z "$LD"; then
5987 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5988 for ac_dir in $PATH; do
5989 IFS="$lt_save_ifs"
5990 test -z "$ac_dir" && ac_dir=.
5991 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5992 lt_cv_path_LD="$ac_dir/$ac_prog"
5993 # Check to see if the program is GNU ld. I'd rather use --version,
5994 # but apparently some variants of GNU ld only accept -v.
5995 # Break only if it was the GNU/non-GNU ld that we prefer.
5996 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5997 *GNU* | *'with BFD'*)
5998 test "$with_gnu_ld" != no && break
5999 ;;
6000 *)
6001 test "$with_gnu_ld" != yes && break
6002 ;;
6003 esac
6004 fi
6005 done
6006 IFS="$lt_save_ifs"
6007else
6008 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6009fi
6010fi
6011
6012LD="$lt_cv_path_LD"
6013if test -n "$LD"; then
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6015$as_echo "$LD" >&6; }
6016else
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6018$as_echo "no" >&6; }
6019fi
d0ac1c44 6020test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
0cd79707
SH
6021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6022$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6023if ${lt_cv_prog_gnu_ld+:} false; then :
0cd79707
SH
6024 $as_echo_n "(cached) " >&6
6025else
6026 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6027case `$LD -v 2>&1 </dev/null` in
6028*GNU* | *'with BFD'*)
6029 lt_cv_prog_gnu_ld=yes
6030 ;;
6031*)
6032 lt_cv_prog_gnu_ld=no
6033 ;;
6034esac
6035fi
6036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6037$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6038with_gnu_ld=$lt_cv_prog_gnu_ld
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6049$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6050if ${lt_cv_path_NM+:} false; then :
0cd79707
SH
6051 $as_echo_n "(cached) " >&6
6052else
6053 if test -n "$NM"; then
6054 # Let the user override the test.
6055 lt_cv_path_NM="$NM"
6056else
6057 lt_nm_to_check="${ac_tool_prefix}nm"
6058 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6059 lt_nm_to_check="$lt_nm_to_check nm"
6060 fi
6061 for lt_tmp_nm in $lt_nm_to_check; do
6062 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6063 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6064 IFS="$lt_save_ifs"
6065 test -z "$ac_dir" && ac_dir=.
6066 tmp_nm="$ac_dir/$lt_tmp_nm"
6067 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6068 # Check to see if the nm accepts a BSD-compat flag.
6069 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6070 # nm: unknown option "B" ignored
6071 # Tru64's nm complains that /dev/null is an invalid object file
6072 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6073 */dev/null* | *'Invalid file or object type'*)
6074 lt_cv_path_NM="$tmp_nm -B"
6075 break
6076 ;;
6077 *)
6078 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6079 */dev/null*)
6080 lt_cv_path_NM="$tmp_nm -p"
6081 break
6082 ;;
6083 *)
6084 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6085 continue # so that we can try to find one that supports BSD flags
6086 ;;
6087 esac
6088 ;;
6089 esac
6090 fi
6091 done
6092 IFS="$lt_save_ifs"
6093 done
6094 : ${lt_cv_path_NM=no}
6095fi
6096fi
6097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6098$as_echo "$lt_cv_path_NM" >&6; }
6099if test "$lt_cv_path_NM" != "no"; then
6100 NM="$lt_cv_path_NM"
6101else
6102 # Didn't find any BSD compatible name lister, look for dumpbin.
6103 if test -n "$DUMPBIN"; then :
6104 # Let the user override the test.
6105 else
6106 if test -n "$ac_tool_prefix"; then
6107 for ac_prog in dumpbin "link -dump"
6108 do
6109 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6110set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6112$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6113if ${ac_cv_prog_DUMPBIN+:} false; then :
0cd79707
SH
6114 $as_echo_n "(cached) " >&6
6115else
6116 if test -n "$DUMPBIN"; then
6117 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6118else
6119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6120for as_dir in $PATH
6121do
6122 IFS=$as_save_IFS
6123 test -z "$as_dir" && as_dir=.
6124 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6126 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6128 break 2
6129 fi
6130done
6131 done
6132IFS=$as_save_IFS
6133
6134fi
6135fi
6136DUMPBIN=$ac_cv_prog_DUMPBIN
6137if test -n "$DUMPBIN"; then
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6139$as_echo "$DUMPBIN" >&6; }
6140else
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6142$as_echo "no" >&6; }
6143fi
6144
6145
6146 test -n "$DUMPBIN" && break
6147 done
6148fi
6149if test -z "$DUMPBIN"; then
6150 ac_ct_DUMPBIN=$DUMPBIN
6151 for ac_prog in dumpbin "link -dump"
6152do
6153 # Extract the first word of "$ac_prog", so it can be a program name with args.
6154set dummy $ac_prog; ac_word=$2
6155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6156$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6157if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
0cd79707
SH
6158 $as_echo_n "(cached) " >&6
6159else
6160 if test -n "$ac_ct_DUMPBIN"; then
6161 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6162else
6163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6164for as_dir in $PATH
6165do
6166 IFS=$as_save_IFS
6167 test -z "$as_dir" && as_dir=.
6168 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6170 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6172 break 2
6173 fi
6174done
6175 done
6176IFS=$as_save_IFS
6177
6178fi
6179fi
6180ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6181if test -n "$ac_ct_DUMPBIN"; then
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6183$as_echo "$ac_ct_DUMPBIN" >&6; }
6184else
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6186$as_echo "no" >&6; }
6187fi
6188
6189
6190 test -n "$ac_ct_DUMPBIN" && break
6191done
6192
6193 if test "x$ac_ct_DUMPBIN" = x; then
6194 DUMPBIN=":"
6195 else
6196 case $cross_compiling:$ac_tool_warned in
6197yes:)
6198{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6199$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6200ac_tool_warned=yes ;;
6201esac
6202 DUMPBIN=$ac_ct_DUMPBIN
6203 fi
6204fi
6205
6206 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6207 *COFF*)
6208 DUMPBIN="$DUMPBIN -symbols"
6209 ;;
6210 *)
6211 DUMPBIN=:
6212 ;;
6213 esac
6214 fi
6215
6216 if test "$DUMPBIN" != ":"; then
6217 NM="$DUMPBIN"
6218 fi
6219fi
6220test -z "$NM" && NM=nm
6221
6222
6223
6224
6225
6226
6227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6228$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6229if ${lt_cv_nm_interface+:} false; then :
0cd79707
SH
6230 $as_echo_n "(cached) " >&6
6231else
6232 lt_cv_nm_interface="BSD nm"
6233 echo "int some_variable = 0;" > conftest.$ac_ext
6234 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6235 (eval "$ac_compile" 2>conftest.err)
6236 cat conftest.err >&5
6237 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6238 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6239 cat conftest.err >&5
6240 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6241 cat conftest.out >&5
6242 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6243 lt_cv_nm_interface="MS dumpbin"
6244 fi
6245 rm -f conftest*
6246fi
6247{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6248$as_echo "$lt_cv_nm_interface" >&6; }
6249
6250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6251$as_echo_n "checking whether ln -s works... " >&6; }
6252LN_S=$as_ln_s
6253if test "$LN_S" = "ln -s"; then
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6255$as_echo "yes" >&6; }
6256else
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6258$as_echo "no, using $LN_S" >&6; }
6259fi
6260
6261# find the maximum length of command line arguments
6262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6263$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6264if ${lt_cv_sys_max_cmd_len+:} false; then :
0cd79707
SH
6265 $as_echo_n "(cached) " >&6
6266else
6267 i=0
6268 teststring="ABCD"
6269
6270 case $build_os in
6271 msdosdjgpp*)
6272 # On DJGPP, this test can blow up pretty badly due to problems in libc
6273 # (any single argument exceeding 2000 bytes causes a buffer overrun
6274 # during glob expansion). Even if it were fixed, the result of this
6275 # check would be larger than it should be.
6276 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6277 ;;
6278
6279 gnu*)
6280 # Under GNU Hurd, this test is not required because there is
6281 # no limit to the length of command line arguments.
6282 # Libtool will interpret -1 as no limit whatsoever
6283 lt_cv_sys_max_cmd_len=-1;
6284 ;;
6285
6286 cygwin* | mingw* | cegcc*)
6287 # On Win9x/ME, this test blows up -- it succeeds, but takes
6288 # about 5 minutes as the teststring grows exponentially.
6289 # Worse, since 9x/ME are not pre-emptively multitasking,
6290 # you end up with a "frozen" computer, even though with patience
6291 # the test eventually succeeds (with a max line length of 256k).
6292 # Instead, let's just punt: use the minimum linelength reported by
6293 # all of the supported platforms: 8192 (on NT/2K/XP).
6294 lt_cv_sys_max_cmd_len=8192;
6295 ;;
6296
6297 mint*)
6298 # On MiNT this can take a long time and run out of memory.
6299 lt_cv_sys_max_cmd_len=8192;
6300 ;;
6301
6302 amigaos*)
6303 # On AmigaOS with pdksh, this test takes hours, literally.
6304 # So we just punt and use a minimum line length of 8192.
6305 lt_cv_sys_max_cmd_len=8192;
6306 ;;
6307
6308 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6309 # This has been around since 386BSD, at least. Likely further.
6310 if test -x /sbin/sysctl; then
6311 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6312 elif test -x /usr/sbin/sysctl; then
6313 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6314 else
6315 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6316 fi
6317 # And add a safety zone
6318 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6319 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6320 ;;
6321
6322 interix*)
6323 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6324 lt_cv_sys_max_cmd_len=196608
6325 ;;
6326
6327 osf*)
6328 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6329 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6330 # nice to cause kernel panics so lets avoid the loop below.
6331 # First set a reasonable default.
6332 lt_cv_sys_max_cmd_len=16384
6333 #
6334 if test -x /sbin/sysconfig; then
6335 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6336 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6337 esac
6338 fi
6339 ;;
6340 sco3.2v5*)
6341 lt_cv_sys_max_cmd_len=102400
6342 ;;
6343 sysv5* | sco5v6* | sysv4.2uw2*)
6344 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6345 if test -n "$kargmax"; then
6346 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6347 else
6348 lt_cv_sys_max_cmd_len=32768
6349 fi
6350 ;;
6351 *)
6352 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6353 if test -n "$lt_cv_sys_max_cmd_len"; then
6354 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6355 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6356 else
6357 # Make teststring a little bigger before we do anything with it.
6358 # a 1K string should be a reasonable start.
6359 for i in 1 2 3 4 5 6 7 8 ; do
6360 teststring=$teststring$teststring
6361 done
6362 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6363 # If test is not a shell built-in, we'll probably end up computing a
6364 # maximum length that is only half of the actual maximum length, but
6365 # we can't tell.
6366 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6367 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6368 test $i != 17 # 1/2 MB should be enough
6369 do
6370 i=`expr $i + 1`
6371 teststring=$teststring$teststring
6372 done
6373 # Only check the string length outside the loop.
6374 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6375 teststring=
6376 # Add a significant safety factor because C++ compilers can tack on
6377 # massive amounts of additional arguments before passing them to the
6378 # linker. It appears as though 1/2 is a usable value.
6379 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6380 fi
6381 ;;
6382 esac
6383
6384fi
6385
6386if test -n $lt_cv_sys_max_cmd_len ; then
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6388$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6389else
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6391$as_echo "none" >&6; }
6392fi
6393max_cmd_len=$lt_cv_sys_max_cmd_len
6394
6395
6396
6397
6398
6399
6400: ${CP="cp -f"}
6401: ${MV="mv -f"}
6402: ${RM="rm -f"}
6403
6404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6405$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6406# Try some XSI features
6407xsi_shell=no
6408( _lt_dummy="a/b/c"
6409 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6410 = c,a/b,, \
6411 && eval 'test $(( 1 + 1 )) -eq 2 \
6412 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6413 && xsi_shell=yes
6414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6415$as_echo "$xsi_shell" >&6; }
6416
6417
6418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6419$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6420lt_shell_append=no
6421( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6422 >/dev/null 2>&1 \
6423 && lt_shell_append=yes
6424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6425$as_echo "$lt_shell_append" >&6; }
6426
6427
6428if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6429 lt_unset=unset
6430else
6431 lt_unset=false
6432fi
6433
6434
6435
6436
6437
6438# test EBCDIC or ASCII
6439case `echo X|tr X '\101'` in
6440 A) # ASCII based system
6441 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6442 lt_SP2NL='tr \040 \012'
6443 lt_NL2SP='tr \015\012 \040\040'
6444 ;;
6445 *) # EBCDIC based system
6446 lt_SP2NL='tr \100 \n'
6447 lt_NL2SP='tr \r\n \100\100'
6448 ;;
6449esac
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6460$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6461if ${lt_cv_ld_reload_flag+:} false; then :
0cd79707
SH
6462 $as_echo_n "(cached) " >&6
6463else
6464 lt_cv_ld_reload_flag='-r'
6465fi
6466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6467$as_echo "$lt_cv_ld_reload_flag" >&6; }
6468reload_flag=$lt_cv_ld_reload_flag
6469case $reload_flag in
6470"" | " "*) ;;
6471*) reload_flag=" $reload_flag" ;;
6472esac
6473reload_cmds='$LD$reload_flag -o $output$reload_objs'
6474case $host_os in
6475 darwin*)
6476 if test "$GCC" = yes; then
6477 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6478 else
6479 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6480 fi
6481 ;;
6482esac
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492if test -n "$ac_tool_prefix"; then
6493 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6494set dummy ${ac_tool_prefix}objdump; ac_word=$2
6495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6496$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6497if ${ac_cv_prog_OBJDUMP+:} false; then :
0cd79707
SH
6498 $as_echo_n "(cached) " >&6
6499else
6500 if test -n "$OBJDUMP"; then
6501 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6502else
6503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504for as_dir in $PATH
6505do
6506 IFS=$as_save_IFS
6507 test -z "$as_dir" && as_dir=.
6508 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6510 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6512 break 2
6513 fi
6514done
6515 done
6516IFS=$as_save_IFS
6517
6518fi
6519fi
6520OBJDUMP=$ac_cv_prog_OBJDUMP
6521if test -n "$OBJDUMP"; then
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6523$as_echo "$OBJDUMP" >&6; }
6524else
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6526$as_echo "no" >&6; }
6527fi
6528
6529
6530fi
6531if test -z "$ac_cv_prog_OBJDUMP"; then
6532 ac_ct_OBJDUMP=$OBJDUMP
6533 # Extract the first word of "objdump", so it can be a program name with args.
6534set dummy objdump; ac_word=$2
6535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6537if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
0cd79707
SH
6538 $as_echo_n "(cached) " >&6
6539else
6540 if test -n "$ac_ct_OBJDUMP"; then
6541 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6542else
6543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6544for as_dir in $PATH
6545do
6546 IFS=$as_save_IFS
6547 test -z "$as_dir" && as_dir=.
6548 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6549 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6550 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6552 break 2
6553 fi
6554done
6555 done
6556IFS=$as_save_IFS
6557
6558fi
6559fi
6560ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6561if test -n "$ac_ct_OBJDUMP"; then
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6563$as_echo "$ac_ct_OBJDUMP" >&6; }
6564else
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566$as_echo "no" >&6; }
6567fi
6568
6569 if test "x$ac_ct_OBJDUMP" = x; then
6570 OBJDUMP="false"
6571 else
6572 case $cross_compiling:$ac_tool_warned in
6573yes:)
6574{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6575$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6576ac_tool_warned=yes ;;
6577esac
6578 OBJDUMP=$ac_ct_OBJDUMP
6579 fi
6580else
6581 OBJDUMP="$ac_cv_prog_OBJDUMP"
6582fi
6583
6584test -z "$OBJDUMP" && OBJDUMP=objdump
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6595$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6596if ${lt_cv_deplibs_check_method+:} false; then :
0cd79707
SH
6597 $as_echo_n "(cached) " >&6
6598else
6599 lt_cv_file_magic_cmd='$MAGIC_CMD'
6600lt_cv_file_magic_test_file=
6601lt_cv_deplibs_check_method='unknown'
6602# Need to set the preceding variable on all platforms that support
6603# interlibrary dependencies.
6604# 'none' -- dependencies not supported.
6605# `unknown' -- same as none, but documents that we really don't know.
6606# 'pass_all' -- all dependencies passed with no checks.
6607# 'test_compile' -- check by making test program.
6608# 'file_magic [[regex]]' -- check by looking for files in library path
6609# which responds to the $file_magic_cmd with a given extended regex.
6610# If you have `file' or equivalent on your system and you're not sure
6611# whether `pass_all' will *always* work, you probably want this one.
6612
6613case $host_os in
6614aix[4-9]*)
6615 lt_cv_deplibs_check_method=pass_all
6616 ;;
6617
6618beos*)
6619 lt_cv_deplibs_check_method=pass_all
6620 ;;
6621
6622bsdi[45]*)
6623 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6624 lt_cv_file_magic_cmd='/usr/bin/file -L'
6625 lt_cv_file_magic_test_file=/shlib/libc.so
6626 ;;
6627
6628cygwin*)
6629 # func_win32_libid is a shell function defined in ltmain.sh
6630 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6631 lt_cv_file_magic_cmd='func_win32_libid'
6632 ;;
6633
6634mingw* | pw32*)
6635 # Base MSYS/MinGW do not provide the 'file' command needed by
6636 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6637 # unless we find 'file', for example because we are cross-compiling.
6638 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6639 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6640 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6641 lt_cv_file_magic_cmd='func_win32_libid'
6642 else
6643 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6644 lt_cv_file_magic_cmd='$OBJDUMP -f'
6645 fi
6646 ;;
6647
6648cegcc*)
6649 # use the weaker test based on 'objdump'. See mingw*.
6650 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6651 lt_cv_file_magic_cmd='$OBJDUMP -f'
6652 ;;
6653
6654darwin* | rhapsody*)
6655 lt_cv_deplibs_check_method=pass_all
6656 ;;
6657
6658freebsd* | dragonfly*)
6659 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6660 case $host_cpu in
6661 i*86 )
6662 # Not sure whether the presence of OpenBSD here was a mistake.
6663 # Let's accept both of them until this is cleared up.
6664 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6665 lt_cv_file_magic_cmd=/usr/bin/file
6666 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6667 ;;
6668 esac
6669 else
6670 lt_cv_deplibs_check_method=pass_all
6671 fi
6672 ;;
6673
6674gnu*)
6675 lt_cv_deplibs_check_method=pass_all
6676 ;;
6677
6678haiku*)
6679 lt_cv_deplibs_check_method=pass_all
6680 ;;
6681
6682hpux10.20* | hpux11*)
6683 lt_cv_file_magic_cmd=/usr/bin/file
6684 case $host_cpu in
6685 ia64*)
6686 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6687 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6688 ;;
6689 hppa*64*)
6690 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]'
6691 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6692 ;;
6693 *)
6694 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6695 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6696 ;;
6697 esac
6698 ;;
6699
6700interix[3-9]*)
6701 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6703 ;;
6704
6705irix5* | irix6* | nonstopux*)
6706 case $LD in
6707 *-32|*"-32 ") libmagic=32-bit;;
6708 *-n32|*"-n32 ") libmagic=N32;;
6709 *-64|*"-64 ") libmagic=64-bit;;
6710 *) libmagic=never-match;;
6711 esac
6712 lt_cv_deplibs_check_method=pass_all
6713 ;;
6714
6715# This must be Linux ELF.
6716linux* | k*bsd*-gnu | kopensolaris*-gnu)
6717 lt_cv_deplibs_check_method=pass_all
6718 ;;
6719
6720netbsd*)
6721 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6722 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6723 else
6724 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6725 fi
6726 ;;
6727
6728newos6*)
6729 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6730 lt_cv_file_magic_cmd=/usr/bin/file
6731 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6732 ;;
6733
6734*nto* | *qnx*)
6735 lt_cv_deplibs_check_method=pass_all
6736 ;;
6737
6738openbsd*)
6739 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6740 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6741 else
6742 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6743 fi
6744 ;;
6745
6746osf3* | osf4* | osf5*)
6747 lt_cv_deplibs_check_method=pass_all
6748 ;;
6749
6750rdos*)
6751 lt_cv_deplibs_check_method=pass_all
6752 ;;
6753
6754solaris*)
6755 lt_cv_deplibs_check_method=pass_all
6756 ;;
6757
6758sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6759 lt_cv_deplibs_check_method=pass_all
6760 ;;
6761
6762sysv4 | sysv4.3*)
6763 case $host_vendor in
6764 motorola)
6765 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]'
6766 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6767 ;;
6768 ncr)
6769 lt_cv_deplibs_check_method=pass_all
6770 ;;
6771 sequent)
6772 lt_cv_file_magic_cmd='/bin/file'
6773 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6774 ;;
6775 sni)
6776 lt_cv_file_magic_cmd='/bin/file'
6777 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6778 lt_cv_file_magic_test_file=/lib/libc.so
6779 ;;
6780 siemens)
6781 lt_cv_deplibs_check_method=pass_all
6782 ;;
6783 pc)
6784 lt_cv_deplibs_check_method=pass_all
6785 ;;
6786 esac
6787 ;;
6788
6789tpf*)
6790 lt_cv_deplibs_check_method=pass_all
6791 ;;
6792esac
6793
6794fi
6795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6796$as_echo "$lt_cv_deplibs_check_method" >&6; }
6797file_magic_cmd=$lt_cv_file_magic_cmd
6798deplibs_check_method=$lt_cv_deplibs_check_method
6799test -z "$deplibs_check_method" && deplibs_check_method=unknown
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
68ed2854
MF
6812plugin_option=
6813plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6814for plugin in $plugin_names; do
6815 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6816 if test x$plugin_so = x$plugin; then
6817 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6818 fi
6819 if test x$plugin_so != x$plugin; then
6820 plugin_option="--plugin $plugin_so"
6821 break
6822 fi
6823done
6824
0cd79707
SH
6825if test -n "$ac_tool_prefix"; then
6826 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6827set dummy ${ac_tool_prefix}ar; ac_word=$2
6828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6829$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6830if ${ac_cv_prog_AR+:} false; then :
0cd79707
SH
6831 $as_echo_n "(cached) " >&6
6832else
6833 if test -n "$AR"; then
6834 ac_cv_prog_AR="$AR" # Let the user override the test.
6835else
6836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6837for as_dir in $PATH
6838do
6839 IFS=$as_save_IFS
6840 test -z "$as_dir" && as_dir=.
6841 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6843 ac_cv_prog_AR="${ac_tool_prefix}ar"
6844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6845 break 2
6846 fi
6847done
6848 done
6849IFS=$as_save_IFS
6850
6851fi
6852fi
6853AR=$ac_cv_prog_AR
6854if test -n "$AR"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6856$as_echo "$AR" >&6; }
6857else
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6859$as_echo "no" >&6; }
6860fi
6861
6862
6863fi
6864if test -z "$ac_cv_prog_AR"; then
6865 ac_ct_AR=$AR
6866 # Extract the first word of "ar", so it can be a program name with args.
6867set dummy ar; ac_word=$2
6868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6869$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6870if ${ac_cv_prog_ac_ct_AR+:} false; then :
0cd79707
SH
6871 $as_echo_n "(cached) " >&6
6872else
6873 if test -n "$ac_ct_AR"; then
6874 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6875else
6876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6877for as_dir in $PATH
6878do
6879 IFS=$as_save_IFS
6880 test -z "$as_dir" && as_dir=.
6881 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6883 ac_cv_prog_ac_ct_AR="ar"
6884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6885 break 2
6886 fi
6887done
6888 done
6889IFS=$as_save_IFS
6890
6891fi
6892fi
6893ac_ct_AR=$ac_cv_prog_ac_ct_AR
6894if test -n "$ac_ct_AR"; then
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6896$as_echo "$ac_ct_AR" >&6; }
6897else
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6899$as_echo "no" >&6; }
6900fi
6901
6902 if test "x$ac_ct_AR" = x; then
6903 AR="false"
6904 else
6905 case $cross_compiling:$ac_tool_warned in
6906yes:)
6907{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6908$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6909ac_tool_warned=yes ;;
6910esac
6911 AR=$ac_ct_AR
6912 fi
6913else
6914 AR="$ac_cv_prog_AR"
6915fi
6916
6917test -z "$AR" && AR=ar
68ed2854
MF
6918if test -n "$plugin_option"; then
6919 if $AR --help 2>&1 | grep -q "\--plugin"; then
f631b79a
MF
6920 touch conftest.c
6921 $AR $plugin_option rc conftest.a conftest.c
6922 if test "$?" != 0; then
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6924$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6925 else
6926 AR="$AR $plugin_option"
6927 fi
6928 rm -f conftest.*
68ed2854
MF
6929 fi
6930fi
0cd79707
SH
6931test -z "$AR_FLAGS" && AR_FLAGS=cru
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943if test -n "$ac_tool_prefix"; then
6944 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6945set dummy ${ac_tool_prefix}strip; ac_word=$2
6946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6948if ${ac_cv_prog_STRIP+:} false; then :
0cd79707
SH
6949 $as_echo_n "(cached) " >&6
6950else
6951 if test -n "$STRIP"; then
6952 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6953else
6954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955for as_dir in $PATH
6956do
6957 IFS=$as_save_IFS
6958 test -z "$as_dir" && as_dir=.
6959 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6961 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6963 break 2
6964 fi
6965done
6966 done
6967IFS=$as_save_IFS
6968
6969fi
6970fi
6971STRIP=$ac_cv_prog_STRIP
6972if test -n "$STRIP"; then
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6974$as_echo "$STRIP" >&6; }
6975else
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977$as_echo "no" >&6; }
6978fi
6979
6980
6981fi
6982if test -z "$ac_cv_prog_STRIP"; then
6983 ac_ct_STRIP=$STRIP
6984 # Extract the first word of "strip", so it can be a program name with args.
6985set dummy strip; ac_word=$2
6986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6988if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
0cd79707
SH
6989 $as_echo_n "(cached) " >&6
6990else
6991 if test -n "$ac_ct_STRIP"; then
6992 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6993else
6994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995for as_dir in $PATH
6996do
6997 IFS=$as_save_IFS
6998 test -z "$as_dir" && as_dir=.
6999 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
7001 ac_cv_prog_ac_ct_STRIP="strip"
7002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7003 break 2
7004 fi
7005done
7006 done
7007IFS=$as_save_IFS
7008
7009fi
7010fi
7011ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7012if test -n "$ac_ct_STRIP"; then
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7014$as_echo "$ac_ct_STRIP" >&6; }
7015else
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017$as_echo "no" >&6; }
7018fi
7019
7020 if test "x$ac_ct_STRIP" = x; then
7021 STRIP=":"
7022 else
7023 case $cross_compiling:$ac_tool_warned in
7024yes:)
7025{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7026$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7027ac_tool_warned=yes ;;
7028esac
7029 STRIP=$ac_ct_STRIP
7030 fi
7031else
7032 STRIP="$ac_cv_prog_STRIP"
7033fi
7034
7035test -z "$STRIP" && STRIP=:
7036
7037
7038
7039
7040
7041
7042if test -n "$ac_tool_prefix"; then
7043 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7044set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7046$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7047if ${ac_cv_prog_RANLIB+:} false; then :
0cd79707
SH
7048 $as_echo_n "(cached) " >&6
7049else
7050 if test -n "$RANLIB"; then
7051 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7052else
7053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7054for as_dir in $PATH
7055do
7056 IFS=$as_save_IFS
7057 test -z "$as_dir" && as_dir=.
7058 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
7060 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7062 break 2
7063 fi
7064done
7065 done
7066IFS=$as_save_IFS
7067
7068fi
7069fi
7070RANLIB=$ac_cv_prog_RANLIB
7071if test -n "$RANLIB"; then
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7073$as_echo "$RANLIB" >&6; }
7074else
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7076$as_echo "no" >&6; }
7077fi
7078
7079
7080fi
7081if test -z "$ac_cv_prog_RANLIB"; then
7082 ac_ct_RANLIB=$RANLIB
7083 # Extract the first word of "ranlib", so it can be a program name with args.
7084set dummy ranlib; ac_word=$2
7085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7086$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7087if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
0cd79707
SH
7088 $as_echo_n "(cached) " >&6
7089else
7090 if test -n "$ac_ct_RANLIB"; then
7091 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7092else
7093as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7094for as_dir in $PATH
7095do
7096 IFS=$as_save_IFS
7097 test -z "$as_dir" && as_dir=.
7098 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
7100 ac_cv_prog_ac_ct_RANLIB="ranlib"
7101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7102 break 2
7103 fi
7104done
7105 done
7106IFS=$as_save_IFS
7107
7108fi
7109fi
7110ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7111if test -n "$ac_ct_RANLIB"; then
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7113$as_echo "$ac_ct_RANLIB" >&6; }
7114else
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7116$as_echo "no" >&6; }
7117fi
7118
7119 if test "x$ac_ct_RANLIB" = x; then
7120 RANLIB=":"
7121 else
7122 case $cross_compiling:$ac_tool_warned in
7123yes:)
7124{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7125$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7126ac_tool_warned=yes ;;
7127esac
7128 RANLIB=$ac_ct_RANLIB
7129 fi
7130else
7131 RANLIB="$ac_cv_prog_RANLIB"
7132fi
7133
7134test -z "$RANLIB" && RANLIB=:
68ed2854
MF
7135if test -n "$plugin_option" && test "$RANLIB" != ":"; then
7136 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
7137 RANLIB="$RANLIB $plugin_option"
7138 fi
7139fi
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
7575x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
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 ;;
7600 powerpc64le-*linux*)
7601 LD="${LD-ld} -m elf32lppclinux"
7602 ;;
7603 powerpc64-*linux*)
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 ;;
7622 powerpcle-*linux*)
7623 LD="${LD-ld} -m elf64lppc"
7624 ;;
7625 powerpc-*linux*)
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 :
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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
0cd79707
SH
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 :
0cd79707
SH
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 :
0cd79707
SH
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 :
0cd79707
SH
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' ;;
8307 10.[012][,.]*)
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 :
0cd79707
SH
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
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 :
0cd79707
SH
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
0cd79707
SH
8571 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8572 esac
8573
8574
8575
8576
8577# Put a plausible default for CC_FOR_BUILD in Makefile.
37f980dc
SM
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
0cd79707
SH
8584fi
8585
8586
8587
0cd79707
SH
8588AR=${AR-ar}
8589
8590if test -n "$ac_tool_prefix"; then
8591 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8592set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8594$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8595if ${ac_cv_prog_RANLIB+:} false; then :
0cd79707
SH
8596 $as_echo_n "(cached) " >&6
8597else
8598 if test -n "$RANLIB"; then
8599 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8600else
8601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8602for as_dir in $PATH
8603do
8604 IFS=$as_save_IFS
8605 test -z "$as_dir" && as_dir=.
8606 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
8608 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8610 break 2
8611 fi
8612done
8613 done
8614IFS=$as_save_IFS
8615
8616fi
8617fi
8618RANLIB=$ac_cv_prog_RANLIB
8619if test -n "$RANLIB"; then
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8621$as_echo "$RANLIB" >&6; }
8622else
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8624$as_echo "no" >&6; }
8625fi
8626
8627
8628fi
8629if test -z "$ac_cv_prog_RANLIB"; then
8630 ac_ct_RANLIB=$RANLIB
8631 # Extract the first word of "ranlib", so it can be a program name with args.
8632set dummy ranlib; ac_word=$2
8633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8634$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8635if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
0cd79707
SH
8636 $as_echo_n "(cached) " >&6
8637else
8638 if test -n "$ac_ct_RANLIB"; then
8639 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8640else
8641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8642for as_dir in $PATH
8643do
8644 IFS=$as_save_IFS
8645 test -z "$as_dir" && as_dir=.
8646 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8647 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
8648 ac_cv_prog_ac_ct_RANLIB="ranlib"
8649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8650 break 2
8651 fi
8652done
8653 done
8654IFS=$as_save_IFS
8655
8656fi
8657fi
8658ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8659if test -n "$ac_ct_RANLIB"; then
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8661$as_echo "$ac_ct_RANLIB" >&6; }
8662else
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8664$as_echo "no" >&6; }
8665fi
8666
8667 if test "x$ac_ct_RANLIB" = x; then
8668 RANLIB=":"
8669 else
8670 case $cross_compiling:$ac_tool_warned in
8671yes:)
8672{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8673$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8674ac_tool_warned=yes ;;
8675esac
8676 RANLIB=$ac_ct_RANLIB
8677 fi
8678else
8679 RANLIB="$ac_cv_prog_RANLIB"
8680fi
8681
8682
46f900c0
MF
8683# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8684# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8685# is C99. So handle it ourselves.
8686:
8687C_DIALECT=
8688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8689$as_echo_n "checking whether C11 is supported by default... " >&6; }
8690cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8691/* end confdefs.h. */
8692
8693#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8694# error "C11 support not found"
8695#endif
8696
8697_ACEOF
8698if ac_fn_c_try_compile "$LINENO"; then :
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8700$as_echo "yes" >&6; }
8701else
8702
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8704$as_echo "no" >&6; }
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8706$as_echo_n "checking for -std=c11 support... " >&6; }
8707 ac_save_CC="$CC"
8708 CC="$CC -std=c11"
8709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8710/* end confdefs.h. */
8711
8712#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8713# error "C11 support not found"
8714#endif
8715
8716_ACEOF
8717if ac_fn_c_try_compile "$LINENO"; then :
8718
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8720$as_echo "yes" >&6; }
8721 CC="$ac_save_CC"
8722 C_DIALECT="-std=c11"
8723
8724else
8725 as_fn_error $? "C11 is required" "$LINENO" 5
8726fi
8727rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8728fi
8729rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8730
8731
0cd79707
SH
8732# Some of the common include files depend on bfd.h, and bfd.h checks
8733# that config.h is included first by testing that the PACKAGE macro
8734# is defined.
8735PACKAGE=sim
8736
8737cat >>confdefs.h <<_ACEOF
8738#define PACKAGE "$PACKAGE"
8739_ACEOF
8740
8741
8742
8743# Dependency checking.
8744ac_config_commands="$ac_config_commands depdir"
8745
8746
8747depcc="$CC" am_compiler_list=
8748
8749am_depcomp=$ac_aux_dir/depcomp
8750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8751$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8752if ${am_cv_CC_dependencies_compiler_type+:} false; then :
0cd79707
SH
8753 $as_echo_n "(cached) " >&6
8754else
8755 if test -f "$am_depcomp"; then
8756 # We make a subdir and do the tests there. Otherwise we can end up
8757 # making bogus files that we don't know about and never remove. For
8758 # instance it was reported that on HP-UX the gcc test will end up
8759 # making a dummy file named `D' -- because `-MD' means `put the output
8760 # in D'.
8761 mkdir conftest.dir
8762 # Copy depcomp to subdir because otherwise we won't find it if we're
8763 # using a relative directory.
8764 cp "$am_depcomp" conftest.dir
8765 cd conftest.dir
8766 # We will build objects and dependencies in a subdirectory because
8767 # it helps to detect inapplicable dependency modes. For instance
8768 # both Tru64's cc and ICC support -MD to output dependencies as a
8769 # side effect of compilation, but ICC will put the dependencies in
8770 # the current directory while Tru64 will put them in the object
8771 # directory.
8772 mkdir sub
8773
8774 am_cv_CC_dependencies_compiler_type=none
8775 if test "$am_compiler_list" = ""; then
8776 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8777 fi
8778 for depmode in $am_compiler_list; do
8779 if test $depmode = none; then break; fi
8780
8781 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8782 # Setup a source with many dependencies, because some compilers
8783 # like to wrap large dependency lists on column 80 (with \), and
8784 # we should not choose a depcomp mode which is confused by this.
8785 #
8786 # We need to recreate these files for each test, as the compiler may
8787 # overwrite some of them when testing with obscure command lines.
8788 # This happens at least with the AIX C compiler.
8789 : > sub/conftest.c
8790 for i in 1 2 3 4 5 6; do
8791 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8792 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8793 # Solaris 8's {/usr,}/bin/sh.
8794 touch sub/conftst$i.h
8795 done
8796 echo "include sub/conftest.Po" > confmf
8797
8798 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8799 # mode. It turns out that the SunPro C++ compiler does not properly
8800 # handle `-M -o', and we need to detect this.
8801 depcmd="depmode=$depmode \
8802 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8803 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8804 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8805 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8806 if env $depcmd > conftest.err 2>&1 &&
8807 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8808 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8809 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8810 # icc doesn't choke on unknown options, it will just issue warnings
8811 # or remarks (even with -Werror). So we grep stderr for any message
8812 # that says an option was ignored or not supported.
8813 # When given -MP, icc 7.0 and 7.1 complain thusly:
8814 # icc: Command line warning: ignoring option '-M'; no argument required
8815 # The diagnosis changed in icc 8.0:
8816 # icc: Command line remark: option '-MP' not supported
8817 if (grep 'ignoring option' conftest.err ||
8818 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8819 am_cv_CC_dependencies_compiler_type=$depmode
8820 $as_echo "$as_me:$LINENO: success" >&5
8821 break
8822 fi
8823 fi
8824 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8825 sed -e 's/^/| /' < conftest.err >&5
8826 done
8827
8828 cd ..
8829 rm -rf conftest.dir
8830else
8831 am_cv_CC_dependencies_compiler_type=none
8832fi
8833
8834fi
8835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8836$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8837if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8838then as_fn_error $? "no usable dependency style found" "$LINENO" 5
0cd79707
SH
8839else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8840
8841fi
8842
8843
8844# Check for the 'make' the user wants to use.
8845for ac_prog in make
8846do
8847 # Extract the first word of "$ac_prog", so it can be a program name with args.
8848set dummy $ac_prog; ac_word=$2
8849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8850$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8851if ${ac_cv_prog_MAKE+:} false; then :
0cd79707
SH
8852 $as_echo_n "(cached) " >&6
8853else
8854 if test -n "$MAKE"; then
8855 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8856else
8857as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8858for as_dir in $PATH
8859do
8860 IFS=$as_save_IFS
8861 test -z "$as_dir" && as_dir=.
8862 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8863 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
8864 ac_cv_prog_MAKE="$ac_prog"
8865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8866 break 2
8867 fi
8868done
8869 done
8870IFS=$as_save_IFS
8871
8872fi
8873fi
8874MAKE=$ac_cv_prog_MAKE
8875if test -n "$MAKE"; then
8876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8877$as_echo "$MAKE" >&6; }
8878else
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8880$as_echo "no" >&6; }
8881fi
8882
8883
8884 test -n "$MAKE" && break
8885done
8886
8887MAKE_IS_GNU=
8888case "`$MAKE --version 2>&1 | sed 1q`" in
8889 *GNU*)
8890 MAKE_IS_GNU=yes
8891 ;;
8892esac
8893 if test "$MAKE_IS_GNU" = yes; then
8894 GMAKE_TRUE=
8895 GMAKE_FALSE='#'
8896else
8897 GMAKE_TRUE='#'
8898 GMAKE_FALSE=
8899fi
8900
8901
8902ALL_LINGUAS=
8903# If we haven't got the data from the intl directory,
8904# assume NLS is disabled.
8905USE_NLS=no
8906LIBINTL=
8907LIBINTL_DEP=
8908INCINTL=
8909XGETTEXT=
8910GMSGFMT=
8911POSUB=
8912
8913if test -f ../../intl/config.intl; then
8914 . ../../intl/config.intl
8915fi
8916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8917$as_echo_n "checking whether NLS is requested... " >&6; }
8918if test x"$USE_NLS" != xyes; then
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8920$as_echo "no" >&6; }
8921else
8922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8923$as_echo "yes" >&6; }
8924
8925$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8926
8927
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8929$as_echo_n "checking for catalogs to be installed... " >&6; }
8930 # Look for .po and .gmo files in the source directory.
8931 CATALOGS=
8932 XLINGUAS=
8933 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8934 # If there aren't any .gmo files the shell will give us the
8935 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8936 # weeded out.
8937 case "$cat" in *\**)
8938 continue;;
8939 esac
8940 # The quadruple backslash is collapsed to a double backslash
8941 # by the backticks, then collapsed again by the double quotes,
8942 # leaving us with one backslash in the sed expression (right
8943 # before the dot that mustn't act as a wildcard).
8944 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8945 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8946 # The user is allowed to set LINGUAS to a list of languages to
8947 # install catalogs for. If it's empty that means "all of them."
8948 if test "x$LINGUAS" = x; then
8949 CATALOGS="$CATALOGS $cat"
8950 XLINGUAS="$XLINGUAS $lang"
8951 else
8952 case "$LINGUAS" in *$lang*)
8953 CATALOGS="$CATALOGS $cat"
8954 XLINGUAS="$XLINGUAS $lang"
8955 ;;
8956 esac
8957 fi
8958 done
8959 LINGUAS="$XLINGUAS"
8960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8961$as_echo "$LINGUAS" >&6; }
8962
8963
8964 DATADIRNAME=share
8965
8966 INSTOBJEXT=.mo
8967
8968 GENCAT=gencat
8969
8970 CATOBJEXT=.gmo
8971
8972fi
8973
8974# Check for common headers.
68ed2854
MF
8975# NB: You can assume C11 headers exist.
8976for ac_header in unistd.h
0cd79707 8977do :
68ed2854
MF
8978 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
8979if test "x$ac_cv_header_unistd_h" = xyes; then :
0cd79707 8980 cat >>confdefs.h <<_ACEOF
68ed2854 8981#define HAVE_UNISTD_H 1
0cd79707
SH
8982_ACEOF
8983
8984fi
8985
8986done
8987
8988for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8989do :
8990 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8991ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8992if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
0cd79707
SH
8993 cat >>confdefs.h <<_ACEOF
8994#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8995_ACEOF
8996
8997fi
8998
8999done
9000
9001for ac_header in fcntl.h fpu_control.h
9002do :
9003 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9004ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9005if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
0cd79707
SH
9006 cat >>confdefs.h <<_ACEOF
9007#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9008_ACEOF
9009
9010fi
9011
9012done
9013
68ed2854 9014for ac_header in dlfcn.h sys/stat.h
0cd79707
SH
9015do :
9016 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9017ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9018if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
0cd79707
SH
9019 cat >>confdefs.h <<_ACEOF
9020#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9021_ACEOF
9022
9023fi
9024
9025done
9026
9027for ac_func in getrusage time sigaction __setfpucw
9028do :
9029 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9030ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9031if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
0cd79707
SH
9032 cat >>confdefs.h <<_ACEOF
9033#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9034_ACEOF
9035
9036fi
9037done
9038
9039for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9040do :
9041 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9042ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9043if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
0cd79707
SH
9044 cat >>confdefs.h <<_ACEOF
9045#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9046_ACEOF
9047
9048fi
9049done
9050
9051ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9052#include <sys/types.h>
9053#endif
9054#ifdef HAVE_SYS_STAT_H
9055#include <sys/stat.h>
9056#endif
9057"
d0ac1c44 9058if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
0cd79707
SH
9059
9060cat >>confdefs.h <<_ACEOF
9061#define HAVE_STRUCT_STAT_ST_DEV 1
9062_ACEOF
9063
9064
9065fi
9066ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9067#include <sys/types.h>
9068#endif
9069#ifdef HAVE_SYS_STAT_H
9070#include <sys/stat.h>
9071#endif
9072"
d0ac1c44 9073if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
0cd79707
SH
9074
9075cat >>confdefs.h <<_ACEOF
9076#define HAVE_STRUCT_STAT_ST_INO 1
9077_ACEOF
9078
9079
9080fi
9081ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9082#include <sys/types.h>
9083#endif
9084#ifdef HAVE_SYS_STAT_H
9085#include <sys/stat.h>
9086#endif
9087"
d0ac1c44 9088if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
0cd79707
SH
9089
9090cat >>confdefs.h <<_ACEOF
9091#define HAVE_STRUCT_STAT_ST_MODE 1
9092_ACEOF
9093
9094
9095fi
9096ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9097#include <sys/types.h>
9098#endif
9099#ifdef HAVE_SYS_STAT_H
9100#include <sys/stat.h>
9101#endif
9102"
d0ac1c44 9103if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
0cd79707
SH
9104
9105cat >>confdefs.h <<_ACEOF
9106#define HAVE_STRUCT_STAT_ST_NLINK 1
9107_ACEOF
9108
9109
9110fi
9111ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9112#include <sys/types.h>
9113#endif
9114#ifdef HAVE_SYS_STAT_H
9115#include <sys/stat.h>
9116#endif
9117"
d0ac1c44 9118if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
0cd79707
SH
9119
9120cat >>confdefs.h <<_ACEOF
9121#define HAVE_STRUCT_STAT_ST_UID 1
9122_ACEOF
9123
9124
9125fi
9126ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9127#include <sys/types.h>
9128#endif
9129#ifdef HAVE_SYS_STAT_H
9130#include <sys/stat.h>
9131#endif
9132"
d0ac1c44 9133if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
0cd79707
SH
9134
9135cat >>confdefs.h <<_ACEOF
9136#define HAVE_STRUCT_STAT_ST_GID 1
9137_ACEOF
9138
9139
9140fi
9141ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9142#include <sys/types.h>
9143#endif
9144#ifdef HAVE_SYS_STAT_H
9145#include <sys/stat.h>
9146#endif
9147"
d0ac1c44 9148if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
0cd79707
SH
9149
9150cat >>confdefs.h <<_ACEOF
9151#define HAVE_STRUCT_STAT_ST_RDEV 1
9152_ACEOF
9153
9154
9155fi
9156ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9157#include <sys/types.h>
9158#endif
9159#ifdef HAVE_SYS_STAT_H
9160#include <sys/stat.h>
9161#endif
9162"
d0ac1c44 9163if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
0cd79707
SH
9164
9165cat >>confdefs.h <<_ACEOF
9166#define HAVE_STRUCT_STAT_ST_SIZE 1
9167_ACEOF
9168
9169
9170fi
9171ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9172#include <sys/types.h>
9173#endif
9174#ifdef HAVE_SYS_STAT_H
9175#include <sys/stat.h>
9176#endif
9177"
d0ac1c44 9178if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
0cd79707
SH
9179
9180cat >>confdefs.h <<_ACEOF
9181#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9182_ACEOF
9183
9184
9185fi
9186ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9187#include <sys/types.h>
9188#endif
9189#ifdef HAVE_SYS_STAT_H
9190#include <sys/stat.h>
9191#endif
9192"
d0ac1c44 9193if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
0cd79707
SH
9194
9195cat >>confdefs.h <<_ACEOF
9196#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9197_ACEOF
9198
9199
9200fi
9201ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9202#include <sys/types.h>
9203#endif
9204#ifdef HAVE_SYS_STAT_H
9205#include <sys/stat.h>
9206#endif
9207"
d0ac1c44 9208if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
0cd79707
SH
9209
9210cat >>confdefs.h <<_ACEOF
9211#define HAVE_STRUCT_STAT_ST_ATIME 1
9212_ACEOF
9213
9214
9215fi
9216ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9217#include <sys/types.h>
9218#endif
9219#ifdef HAVE_SYS_STAT_H
9220#include <sys/stat.h>
9221#endif
9222"
d0ac1c44 9223if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
0cd79707
SH
9224
9225cat >>confdefs.h <<_ACEOF
9226#define HAVE_STRUCT_STAT_ST_MTIME 1
9227_ACEOF
9228
9229
9230fi
9231ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9232#include <sys/types.h>
9233#endif
9234#ifdef HAVE_SYS_STAT_H
9235#include <sys/stat.h>
9236#endif
9237"
d0ac1c44 9238if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
0cd79707
SH
9239
9240cat >>confdefs.h <<_ACEOF
9241#define HAVE_STRUCT_STAT_ST_CTIME 1
9242_ACEOF
9243
9244
9245fi
9246
9247ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9248#include <sys/socket.h>
9249
9250"
d0ac1c44 9251if test "x$ac_cv_type_socklen_t" = xyes; then :
0cd79707
SH
9252
9253cat >>confdefs.h <<_ACEOF
9254#define HAVE_SOCKLEN_T 1
9255_ACEOF
9256
9257
9258fi
9259
9260
9261# Check for socket libraries
9262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9263$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9264if ${ac_cv_lib_socket_bind+:} false; then :
0cd79707
SH
9265 $as_echo_n "(cached) " >&6
9266else
9267 ac_check_lib_save_LIBS=$LIBS
9268LIBS="-lsocket $LIBS"
9269cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9270/* end confdefs.h. */
9271
9272/* Override any GCC internal prototype to avoid an error.
9273 Use char because int might match the return type of a GCC
9274 builtin and then its argument prototype would still apply. */
9275#ifdef __cplusplus
9276extern "C"
9277#endif
9278char bind ();
9279int
9280main ()
9281{
9282return bind ();
9283 ;
9284 return 0;
9285}
9286_ACEOF
9287if ac_fn_c_try_link "$LINENO"; then :
9288 ac_cv_lib_socket_bind=yes
9289else
9290 ac_cv_lib_socket_bind=no
9291fi
9292rm -f core conftest.err conftest.$ac_objext \
9293 conftest$ac_exeext conftest.$ac_ext
9294LIBS=$ac_check_lib_save_LIBS
9295fi
9296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9297$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9298if test "x$ac_cv_lib_socket_bind" = xyes; then :
0cd79707
SH
9299 cat >>confdefs.h <<_ACEOF
9300#define HAVE_LIBSOCKET 1
9301_ACEOF
9302
9303 LIBS="-lsocket $LIBS"
9304
9305fi
9306
9307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9308$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9309if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
0cd79707
SH
9310 $as_echo_n "(cached) " >&6
9311else
9312 ac_check_lib_save_LIBS=$LIBS
9313LIBS="-lnsl $LIBS"
9314cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9315/* end confdefs.h. */
9316
9317/* Override any GCC internal prototype to avoid an error.
9318 Use char because int might match the return type of a GCC
9319 builtin and then its argument prototype would still apply. */
9320#ifdef __cplusplus
9321extern "C"
9322#endif
9323char gethostbyname ();
9324int
9325main ()
9326{
9327return gethostbyname ();
9328 ;
9329 return 0;
9330}
9331_ACEOF
9332if ac_fn_c_try_link "$LINENO"; then :
9333 ac_cv_lib_nsl_gethostbyname=yes
9334else
9335 ac_cv_lib_nsl_gethostbyname=no
9336fi
9337rm -f core conftest.err conftest.$ac_objext \
9338 conftest$ac_exeext conftest.$ac_ext
9339LIBS=$ac_check_lib_save_LIBS
9340fi
9341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9342$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9343if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
0cd79707
SH
9344 cat >>confdefs.h <<_ACEOF
9345#define HAVE_LIBNSL 1
9346_ACEOF
9347
9348 LIBS="-lnsl $LIBS"
9349
9350fi
9351
9352
9353# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9354# using the same condition.
9355
9356 # Use the system's zlib library.
9357 zlibdir="-L\$(top_builddir)/../zlib"
9358 zlibinc="-I\$(top_srcdir)/../zlib"
9359
9360# Check whether --with-system-zlib was given.
9361if test "${with_system_zlib+set}" = set; then :
9362 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9363 zlibdir=
9364 zlibinc=
9365 fi
9366
9367fi
9368
9369
9370
9371
9372
9373# BFD uses libdl when when plugins enabled.
9374
9375 maybe_plugins=no
9376 for ac_header in dlfcn.h
9377do :
9378 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9379"
d0ac1c44 9380if test "x$ac_cv_header_dlfcn_h" = xyes; then :
0cd79707
SH
9381 cat >>confdefs.h <<_ACEOF
9382#define HAVE_DLFCN_H 1
9383_ACEOF
9384 maybe_plugins=yes
9385fi
9386
9387done
9388
9389 for ac_header in windows.h
9390do :
9391 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9392"
d0ac1c44 9393if test "x$ac_cv_header_windows_h" = xyes; then :
0cd79707
SH
9394 cat >>confdefs.h <<_ACEOF
9395#define HAVE_WINDOWS_H 1
9396_ACEOF
9397 maybe_plugins=yes
9398fi
9399
9400done
9401
9402
9403 # Check whether --enable-plugins was given.
9404if test "${enable_plugins+set}" = set; then :
9405 enableval=$enable_plugins; case "${enableval}" in
9406 no) plugins=no ;;
9407 *) plugins=yes
9408 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9409 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
0cd79707
SH
9410 fi ;;
9411 esac
9412else
9413 plugins=$maybe_plugins
9414
9415fi
9416
9417 if test "$plugins" = "yes"; then
37f980dc
SM
9418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9419$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9420if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
9421 $as_echo_n "(cached) " >&6
9422else
9423 ac_func_search_save_LIBS=$LIBS
9424cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9425/* end confdefs.h. */
9426
9427/* Override any GCC internal prototype to avoid an error.
9428 Use char because int might match the return type of a GCC
9429 builtin and then its argument prototype would still apply. */
9430#ifdef __cplusplus
9431extern "C"
9432#endif
37f980dc 9433char dlsym ();
0cd79707
SH
9434int
9435main ()
9436{
37f980dc 9437return dlsym ();
0cd79707
SH
9438 ;
9439 return 0;
9440}
9441_ACEOF
9442for ac_lib in '' dl; do
9443 if test -z "$ac_lib"; then
9444 ac_res="none required"
9445 else
9446 ac_res=-l$ac_lib
9447 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9448 fi
9449 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9450 ac_cv_search_dlsym=$ac_res
0cd79707
SH
9451fi
9452rm -f core conftest.err conftest.$ac_objext \
9453 conftest$ac_exeext
d0ac1c44 9454 if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
9455 break
9456fi
9457done
d0ac1c44 9458if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
9459
9460else
37f980dc 9461 ac_cv_search_dlsym=no
0cd79707
SH
9462fi
9463rm conftest.$ac_ext
9464LIBS=$ac_func_search_save_LIBS
9465fi
37f980dc
SM
9466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9467$as_echo "$ac_cv_search_dlsym" >&6; }
9468ac_res=$ac_cv_search_dlsym
0cd79707
SH
9469if test "$ac_res" != no; then :
9470 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9471
9472fi
9473
9474 fi
9475
9476 if test "$plugins" = yes; then
9477 PLUGINS_TRUE=
9478 PLUGINS_FALSE='#'
9479else
9480 PLUGINS_TRUE='#'
9481 PLUGINS_FALSE=
9482fi
9483
9484
9485
9486
9487
9488# Set options
9489enable_dlopen=yes
9490
9491
9492
9493
9494 enable_win32_dll=no
9495
9496
9497 # Check whether --enable-shared was given.
9498if test "${enable_shared+set}" = set; then :
9499 enableval=$enable_shared; p=${PACKAGE-default}
9500 case $enableval in
9501 yes) enable_shared=yes ;;
9502 no) enable_shared=no ;;
9503 *)
9504 enable_shared=no
9505 # Look at the argument we got. We use all the common list separators.
9506 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9507 for pkg in $enableval; do
9508 IFS="$lt_save_ifs"
9509 if test "X$pkg" = "X$p"; then
9510 enable_shared=yes
9511 fi
9512 done
9513 IFS="$lt_save_ifs"
9514 ;;
9515 esac
9516else
9517 enable_shared=yes
9518fi
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528 # Check whether --enable-static was given.
9529if test "${enable_static+set}" = set; then :
9530 enableval=$enable_static; p=${PACKAGE-default}
9531 case $enableval in
9532 yes) enable_static=yes ;;
9533 no) enable_static=no ;;
9534 *)
9535 enable_static=no
9536 # Look at the argument we got. We use all the common list separators.
9537 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9538 for pkg in $enableval; do
9539 IFS="$lt_save_ifs"
9540 if test "X$pkg" = "X$p"; then
9541 enable_static=yes
9542 fi
9543 done
9544 IFS="$lt_save_ifs"
9545 ;;
9546 esac
9547else
9548 enable_static=yes
9549fi
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560# Check whether --with-pic was given.
9561if test "${with_pic+set}" = set; then :
9562 withval=$with_pic; pic_mode="$withval"
9563else
9564 pic_mode=default
9565fi
9566
9567
9568test -z "$pic_mode" && pic_mode=default
9569
9570
9571
9572
9573
9574
9575
9576 # Check whether --enable-fast-install was given.
9577if test "${enable_fast_install+set}" = set; then :
9578 enableval=$enable_fast_install; p=${PACKAGE-default}
9579 case $enableval in
9580 yes) enable_fast_install=yes ;;
9581 no) enable_fast_install=no ;;
9582 *)
9583 enable_fast_install=no
9584 # Look at the argument we got. We use all the common list separators.
9585 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9586 for pkg in $enableval; do
9587 IFS="$lt_save_ifs"
9588 if test "X$pkg" = "X$p"; then
9589 enable_fast_install=yes
9590 fi
9591 done
9592 IFS="$lt_save_ifs"
9593 ;;
9594 esac
9595else
9596 enable_fast_install=yes
9597fi
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609# This can be used to rebuild libtool when needed
9610LIBTOOL_DEPS="$ltmain"
9611
9612# Always use our own libtool.
9613LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640test -z "$LN_S" && LN_S="ln -s"
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655if test -n "${ZSH_VERSION+set}" ; then
9656 setopt NO_GLOB_SUBST
9657fi
9658
9659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9660$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9661if ${lt_cv_objdir+:} false; then :
0cd79707
SH
9662 $as_echo_n "(cached) " >&6
9663else
9664 rm -f .libs 2>/dev/null
9665mkdir .libs 2>/dev/null
9666if test -d .libs; then
9667 lt_cv_objdir=.libs
9668else
9669 # MS-DOS does not allow filenames that begin with a dot.
9670 lt_cv_objdir=_libs
9671fi
9672rmdir .libs 2>/dev/null
9673fi
9674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9675$as_echo "$lt_cv_objdir" >&6; }
9676objdir=$lt_cv_objdir
9677
9678
9679
9680
9681
9682cat >>confdefs.h <<_ACEOF
9683#define LT_OBJDIR "$lt_cv_objdir/"
9684_ACEOF
9685
9686
9687
9688
9689case $host_os in
9690aix3*)
9691 # AIX sometimes has problems with the GCC collect2 program. For some
9692 # reason, if we set the COLLECT_NAMES environment variable, the problems
9693 # vanish in a puff of smoke.
9694 if test "X${COLLECT_NAMES+set}" != Xset; then
9695 COLLECT_NAMES=
9696 export COLLECT_NAMES
9697 fi
9698 ;;
9699esac
9700
9701# Global variables:
9702ofile=libtool
9703can_build_shared=yes
9704
9705# All known linkers require a `.a' archive for static linking (except MSVC,
9706# which needs '.lib').
9707libext=a
9708
9709with_gnu_ld="$lt_cv_prog_gnu_ld"
9710
9711old_CC="$CC"
9712old_CFLAGS="$CFLAGS"
9713
9714# Set sane defaults for various variables
9715test -z "$CC" && CC=cc
9716test -z "$LTCC" && LTCC=$CC
9717test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9718test -z "$LD" && LD=ld
9719test -z "$ac_objext" && ac_objext=o
9720
9721for cc_temp in $compiler""; do
9722 case $cc_temp in
9723 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9724 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9725 \-*) ;;
9726 *) break;;
9727 esac
9728done
9729cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9730
9731
9732# Only perform the check for file, if the check method requires it
9733test -z "$MAGIC_CMD" && MAGIC_CMD=file
9734case $deplibs_check_method in
9735file_magic*)
9736 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9738$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9739if ${lt_cv_path_MAGIC_CMD+:} false; then :
0cd79707
SH
9740 $as_echo_n "(cached) " >&6
9741else
9742 case $MAGIC_CMD in
9743[\\/*] | ?:[\\/]*)
9744 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9745 ;;
9746*)
9747 lt_save_MAGIC_CMD="$MAGIC_CMD"
9748 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9749 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9750 for ac_dir in $ac_dummy; do
9751 IFS="$lt_save_ifs"
9752 test -z "$ac_dir" && ac_dir=.
9753 if test -f $ac_dir/${ac_tool_prefix}file; then
9754 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9755 if test -n "$file_magic_test_file"; then
9756 case $deplibs_check_method in
9757 "file_magic "*)
9758 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9759 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9760 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9761 $EGREP "$file_magic_regex" > /dev/null; then
9762 :
9763 else
9764 cat <<_LT_EOF 1>&2
9765
9766*** Warning: the command libtool uses to detect shared libraries,
9767*** $file_magic_cmd, produces output that libtool cannot recognize.
9768*** The result is that libtool may fail to recognize shared libraries
9769*** as such. This will affect the creation of libtool libraries that
9770*** depend on shared libraries, but programs linked with such libtool
9771*** libraries will work regardless of this problem. Nevertheless, you
9772*** may want to report the problem to your system manager and/or to
9773*** bug-libtool@gnu.org
9774
9775_LT_EOF
9776 fi ;;
9777 esac
9778 fi
9779 break
9780 fi
9781 done
9782 IFS="$lt_save_ifs"
9783 MAGIC_CMD="$lt_save_MAGIC_CMD"
9784 ;;
9785esac
9786fi
9787
9788MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9789if test -n "$MAGIC_CMD"; then
9790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9791$as_echo "$MAGIC_CMD" >&6; }
9792else
9793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9794$as_echo "no" >&6; }
9795fi
9796
9797
9798
9799
9800
9801if test -z "$lt_cv_path_MAGIC_CMD"; then
9802 if test -n "$ac_tool_prefix"; then
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9804$as_echo_n "checking for file... " >&6; }
d0ac1c44 9805if ${lt_cv_path_MAGIC_CMD+:} false; then :
0cd79707
SH
9806 $as_echo_n "(cached) " >&6
9807else
9808 case $MAGIC_CMD in
9809[\\/*] | ?:[\\/]*)
9810 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9811 ;;
9812*)
9813 lt_save_MAGIC_CMD="$MAGIC_CMD"
9814 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9815 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9816 for ac_dir in $ac_dummy; do
9817 IFS="$lt_save_ifs"
9818 test -z "$ac_dir" && ac_dir=.
9819 if test -f $ac_dir/file; then
9820 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9821 if test -n "$file_magic_test_file"; then
9822 case $deplibs_check_method in
9823 "file_magic "*)
9824 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9825 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9826 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9827 $EGREP "$file_magic_regex" > /dev/null; then
9828 :
9829 else
9830 cat <<_LT_EOF 1>&2
9831
9832*** Warning: the command libtool uses to detect shared libraries,
9833*** $file_magic_cmd, produces output that libtool cannot recognize.
9834*** The result is that libtool may fail to recognize shared libraries
9835*** as such. This will affect the creation of libtool libraries that
9836*** depend on shared libraries, but programs linked with such libtool
9837*** libraries will work regardless of this problem. Nevertheless, you
9838*** may want to report the problem to your system manager and/or to
9839*** bug-libtool@gnu.org
9840
9841_LT_EOF
9842 fi ;;
9843 esac
9844 fi
9845 break
9846 fi
9847 done
9848 IFS="$lt_save_ifs"
9849 MAGIC_CMD="$lt_save_MAGIC_CMD"
9850 ;;
9851esac
9852fi
9853
9854MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9855if test -n "$MAGIC_CMD"; then
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9857$as_echo "$MAGIC_CMD" >&6; }
9858else
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9860$as_echo "no" >&6; }
9861fi
9862
9863
9864 else
9865 MAGIC_CMD=:
9866 fi
9867fi
9868
9869 fi
9870 ;;
9871esac
9872
9873# Use C for the default configuration in the libtool script
9874
9875lt_save_CC="$CC"
9876ac_ext=c
9877ac_cpp='$CPP $CPPFLAGS'
9878ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9879ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9880ac_compiler_gnu=$ac_cv_c_compiler_gnu
9881
9882
9883# Source file extension for C test sources.
9884ac_ext=c
9885
9886# Object file extension for compiled C test sources.
9887objext=o
9888objext=$objext
9889
9890# Code to be used in simple compile tests
9891lt_simple_compile_test_code="int some_variable = 0;"
9892
9893# Code to be used in simple link tests
9894lt_simple_link_test_code='int main(){return(0);}'
9895
9896
9897
9898
9899
9900
9901
9902# If no C compiler was specified, use CC.
9903LTCC=${LTCC-"$CC"}
9904
9905# If no C compiler flags were specified, use CFLAGS.
9906LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9907
9908# Allow CC to be a program name with arguments.
9909compiler=$CC
9910
9911# Save the default compiler, since it gets overwritten when the other
9912# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9913compiler_DEFAULT=$CC
9914
9915# save warnings/boilerplate of simple test code
9916ac_outfile=conftest.$ac_objext
9917echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9918eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9919_lt_compiler_boilerplate=`cat conftest.err`
9920$RM conftest*
9921
9922ac_outfile=conftest.$ac_objext
9923echo "$lt_simple_link_test_code" >conftest.$ac_ext
9924eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9925_lt_linker_boilerplate=`cat conftest.err`
9926$RM -r conftest*
9927
9928
9929## CAVEAT EMPTOR:
9930## There is no encapsulation within the following macros, do not change
9931## the running order or otherwise move them around unless you know exactly
9932## what you are doing...
9933if test -n "$compiler"; then
9934
9935lt_prog_compiler_no_builtin_flag=
9936
9937if test "$GCC" = yes; then
9938 case $cc_basename in
9939 nvcc*)
9940 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9941 *)
9942 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9943 esac
9944
9945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9946$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9947if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
0cd79707
SH
9948 $as_echo_n "(cached) " >&6
9949else
9950 lt_cv_prog_compiler_rtti_exceptions=no
9951 ac_outfile=conftest.$ac_objext
9952 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9953 lt_compiler_flag="-fno-rtti -fno-exceptions"
9954 # Insert the option either (1) after the last *FLAGS variable, or
9955 # (2) before a word containing "conftest.", or (3) at the end.
9956 # Note that $ac_compile itself does not contain backslashes and begins
9957 # with a dollar sign (not a hyphen), so the echo should work correctly.
9958 # The option is referenced via a variable to avoid confusing sed.
9959 lt_compile=`echo "$ac_compile" | $SED \
9960 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9961 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9962 -e 's:$: $lt_compiler_flag:'`
9963 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9964 (eval "$lt_compile" 2>conftest.err)
9965 ac_status=$?
9966 cat conftest.err >&5
9967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9968 if (exit $ac_status) && test -s "$ac_outfile"; then
9969 # The compiler can only warn and ignore the option if not recognized
9970 # So say no if there are warnings other than the usual output.
9971 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9972 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9973 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9974 lt_cv_prog_compiler_rtti_exceptions=yes
9975 fi
9976 fi
9977 $RM conftest*
9978
9979fi
9980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9981$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9982
9983if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9984 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9985else
9986 :
9987fi
9988
9989fi
9990
9991
9992
9993
9994
9995
9996 lt_prog_compiler_wl=
9997lt_prog_compiler_pic=
9998lt_prog_compiler_static=
9999
10000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
10001$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10002
10003 if test "$GCC" = yes; then
10004 lt_prog_compiler_wl='-Wl,'
10005 lt_prog_compiler_static='-static'
10006
10007 case $host_os in
10008 aix*)
10009 # All AIX code is PIC.
10010 if test "$host_cpu" = ia64; then
10011 # AIX 5 now supports IA64 processor
10012 lt_prog_compiler_static='-Bstatic'
10013 fi
10014 lt_prog_compiler_pic='-fPIC'
10015 ;;
10016
10017 amigaos*)
10018 case $host_cpu in
10019 powerpc)
10020 # see comment about AmigaOS4 .so support
10021 lt_prog_compiler_pic='-fPIC'
10022 ;;
10023 m68k)
10024 # FIXME: we need at least 68020 code to build shared libraries, but
10025 # adding the `-m68020' flag to GCC prevents building anything better,
10026 # like `-m68040'.
10027 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10028 ;;
10029 esac
10030 ;;
10031
10032 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10033 # PIC is the default for these OSes.
10034 ;;
10035
10036 mingw* | cygwin* | pw32* | os2* | cegcc*)
10037 # This hack is so that the source file can tell whether it is being
10038 # built for inclusion in a dll (and should export symbols for example).
10039 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10040 # (--disable-auto-import) libraries
10041 lt_prog_compiler_pic='-DDLL_EXPORT'
10042 ;;
10043
10044 darwin* | rhapsody*)
10045 # PIC is the default on this platform
10046 # Common symbols not allowed in MH_DYLIB files
10047 lt_prog_compiler_pic='-fno-common'
10048 ;;
10049
10050 haiku*)
10051 # PIC is the default for Haiku.
10052 # The "-static" flag exists, but is broken.
10053 lt_prog_compiler_static=
10054 ;;
10055
10056 hpux*)
10057 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10058 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10059 # sets the default TLS model and affects inlining.
10060 case $host_cpu in
10061 hppa*64*)
10062 # +Z the default
10063 ;;
10064 *)
10065 lt_prog_compiler_pic='-fPIC'
10066 ;;
10067 esac
10068 ;;
10069
10070 interix[3-9]*)
10071 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10072 # Instead, we relocate shared libraries at runtime.
10073 ;;
10074
10075 msdosdjgpp*)
10076 # Just because we use GCC doesn't mean we suddenly get shared libraries
10077 # on systems that don't support them.
10078 lt_prog_compiler_can_build_shared=no
10079 enable_shared=no
10080 ;;
10081
10082 *nto* | *qnx*)
10083 # QNX uses GNU C++, but need to define -shared option too, otherwise
10084 # it will coredump.
10085 lt_prog_compiler_pic='-fPIC -shared'
10086 ;;
10087
10088 sysv4*MP*)
10089 if test -d /usr/nec; then
10090 lt_prog_compiler_pic=-Kconform_pic
10091 fi
10092 ;;
10093
10094 *)
10095 lt_prog_compiler_pic='-fPIC'
10096 ;;
10097 esac
10098
10099 case $cc_basename in
10100 nvcc*) # Cuda Compiler Driver 2.2
10101 lt_prog_compiler_wl='-Xlinker '
10102 lt_prog_compiler_pic='-Xcompiler -fPIC'
10103 ;;
10104 esac
10105 else
10106 # PORTME Check for flag to pass linker flags through the system compiler.
10107 case $host_os in
10108 aix*)
10109 lt_prog_compiler_wl='-Wl,'
10110 if test "$host_cpu" = ia64; then
10111 # AIX 5 now supports IA64 processor
10112 lt_prog_compiler_static='-Bstatic'
10113 else
10114 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10115 fi
10116 ;;
10117
10118 mingw* | cygwin* | pw32* | os2* | cegcc*)
10119 # This hack is so that the source file can tell whether it is being
10120 # built for inclusion in a dll (and should export symbols for example).
10121 lt_prog_compiler_pic='-DDLL_EXPORT'
10122 ;;
10123
10124 hpux9* | hpux10* | hpux11*)
10125 lt_prog_compiler_wl='-Wl,'
10126 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10127 # not for PA HP-UX.
10128 case $host_cpu in
10129 hppa*64*|ia64*)
10130 # +Z the default
10131 ;;
10132 *)
10133 lt_prog_compiler_pic='+Z'
10134 ;;
10135 esac
10136 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10137 lt_prog_compiler_static='${wl}-a ${wl}archive'
10138 ;;
10139
10140 irix5* | irix6* | nonstopux*)
10141 lt_prog_compiler_wl='-Wl,'
10142 # PIC (with -KPIC) is the default.
10143 lt_prog_compiler_static='-non_shared'
10144 ;;
10145
10146 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10147 case $cc_basename in
10148 # old Intel for x86_64 which still supported -KPIC.
10149 ecc*)
10150 lt_prog_compiler_wl='-Wl,'
10151 lt_prog_compiler_pic='-KPIC'
10152 lt_prog_compiler_static='-static'
10153 ;;
10154 # icc used to be incompatible with GCC.
10155 # ICC 10 doesn't accept -KPIC any more.
10156 icc* | ifort*)
10157 lt_prog_compiler_wl='-Wl,'
10158 lt_prog_compiler_pic='-fPIC'
10159 lt_prog_compiler_static='-static'
10160 ;;
10161 # Lahey Fortran 8.1.
10162 lf95*)
10163 lt_prog_compiler_wl='-Wl,'
10164 lt_prog_compiler_pic='--shared'
10165 lt_prog_compiler_static='--static'
10166 ;;
10167 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10168 # Portland Group compilers (*not* the Pentium gcc compiler,
10169 # which looks to be a dead project)
10170 lt_prog_compiler_wl='-Wl,'
10171 lt_prog_compiler_pic='-fpic'
10172 lt_prog_compiler_static='-Bstatic'
10173 ;;
10174 ccc*)
10175 lt_prog_compiler_wl='-Wl,'
10176 # All Alpha code is PIC.
10177 lt_prog_compiler_static='-non_shared'
10178 ;;
10179 xl* | bgxl* | bgf* | mpixl*)
10180 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10181 lt_prog_compiler_wl='-Wl,'
10182 lt_prog_compiler_pic='-qpic'
10183 lt_prog_compiler_static='-qstaticlink'
10184 ;;
10185 *)
10186 case `$CC -V 2>&1 | sed 5q` in
10187 *Sun\ F* | *Sun*Fortran*)
10188 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10189 lt_prog_compiler_pic='-KPIC'
10190 lt_prog_compiler_static='-Bstatic'
10191 lt_prog_compiler_wl=''
10192 ;;
10193 *Sun\ C*)
10194 # Sun C 5.9
10195 lt_prog_compiler_pic='-KPIC'
10196 lt_prog_compiler_static='-Bstatic'
10197 lt_prog_compiler_wl='-Wl,'
10198 ;;
10199 esac
10200 ;;
10201 esac
10202 ;;
10203
10204 newsos6)
10205 lt_prog_compiler_pic='-KPIC'
10206 lt_prog_compiler_static='-Bstatic'
10207 ;;
10208
10209 *nto* | *qnx*)
10210 # QNX uses GNU C++, but need to define -shared option too, otherwise
10211 # it will coredump.
10212 lt_prog_compiler_pic='-fPIC -shared'
10213 ;;
10214
10215 osf3* | osf4* | osf5*)
10216 lt_prog_compiler_wl='-Wl,'
10217 # All OSF/1 code is PIC.
10218 lt_prog_compiler_static='-non_shared'
10219 ;;
10220
10221 rdos*)
10222 lt_prog_compiler_static='-non_shared'
10223 ;;
10224
10225 solaris*)
10226 lt_prog_compiler_pic='-KPIC'
10227 lt_prog_compiler_static='-Bstatic'
10228 case $cc_basename in
10229 f77* | f90* | f95*)
10230 lt_prog_compiler_wl='-Qoption ld ';;
10231 *)
10232 lt_prog_compiler_wl='-Wl,';;
10233 esac
10234 ;;
10235
10236 sunos4*)
10237 lt_prog_compiler_wl='-Qoption ld '
10238 lt_prog_compiler_pic='-PIC'
10239 lt_prog_compiler_static='-Bstatic'
10240 ;;
10241
10242 sysv4 | sysv4.2uw2* | sysv4.3*)
10243 lt_prog_compiler_wl='-Wl,'
10244 lt_prog_compiler_pic='-KPIC'
10245 lt_prog_compiler_static='-Bstatic'
10246 ;;
10247
10248 sysv4*MP*)
10249 if test -d /usr/nec ;then
10250 lt_prog_compiler_pic='-Kconform_pic'
10251 lt_prog_compiler_static='-Bstatic'
10252 fi
10253 ;;
10254
10255 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10256 lt_prog_compiler_wl='-Wl,'
10257 lt_prog_compiler_pic='-KPIC'
10258 lt_prog_compiler_static='-Bstatic'
10259 ;;
10260
10261 unicos*)
10262 lt_prog_compiler_wl='-Wl,'
10263 lt_prog_compiler_can_build_shared=no
10264 ;;
10265
10266 uts4*)
10267 lt_prog_compiler_pic='-pic'
10268 lt_prog_compiler_static='-Bstatic'
10269 ;;
10270
10271 *)
10272 lt_prog_compiler_can_build_shared=no
10273 ;;
10274 esac
10275 fi
10276
10277case $host_os in
10278 # For platforms which do not support PIC, -DPIC is meaningless:
10279 *djgpp*)
10280 lt_prog_compiler_pic=
10281 ;;
10282 *)
10283 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10284 ;;
10285esac
10286{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10287$as_echo "$lt_prog_compiler_pic" >&6; }
10288
10289
10290
10291
10292
10293
10294#
10295# Check to make sure the PIC flag actually works.
10296#
10297if test -n "$lt_prog_compiler_pic"; then
10298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10299$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10300if ${lt_cv_prog_compiler_pic_works+:} false; then :
0cd79707
SH
10301 $as_echo_n "(cached) " >&6
10302else
10303 lt_cv_prog_compiler_pic_works=no
10304 ac_outfile=conftest.$ac_objext
10305 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10306 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10307 # Insert the option either (1) after the last *FLAGS variable, or
10308 # (2) before a word containing "conftest.", or (3) at the end.
10309 # Note that $ac_compile itself does not contain backslashes and begins
10310 # with a dollar sign (not a hyphen), so the echo should work correctly.
10311 # The option is referenced via a variable to avoid confusing sed.
10312 lt_compile=`echo "$ac_compile" | $SED \
10313 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10314 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10315 -e 's:$: $lt_compiler_flag:'`
10316 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10317 (eval "$lt_compile" 2>conftest.err)
10318 ac_status=$?
10319 cat conftest.err >&5
10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10321 if (exit $ac_status) && test -s "$ac_outfile"; then
10322 # The compiler can only warn and ignore the option if not recognized
10323 # So say no if there are warnings other than the usual output.
10324 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10325 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10326 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10327 lt_cv_prog_compiler_pic_works=yes
10328 fi
10329 fi
10330 $RM conftest*
10331
10332fi
10333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10334$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10335
10336if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10337 case $lt_prog_compiler_pic in
10338 "" | " "*) ;;
10339 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10340 esac
10341else
10342 lt_prog_compiler_pic=
10343 lt_prog_compiler_can_build_shared=no
10344fi
10345
10346fi
10347
10348
10349
10350
10351
10352
10353#
10354# Check to make sure the static flag actually works.
10355#
10356wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10358$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10359if ${lt_cv_prog_compiler_static_works+:} false; then :
0cd79707
SH
10360 $as_echo_n "(cached) " >&6
10361else
10362 lt_cv_prog_compiler_static_works=no
10363 save_LDFLAGS="$LDFLAGS"
10364 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10365 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10366 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10367 # The linker can only warn and ignore the option if not recognized
10368 # So say no if there are warnings
10369 if test -s conftest.err; then
10370 # Append any errors to the config.log.
10371 cat conftest.err 1>&5
10372 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10373 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10374 if diff conftest.exp conftest.er2 >/dev/null; then
10375 lt_cv_prog_compiler_static_works=yes
10376 fi
10377 else
10378 lt_cv_prog_compiler_static_works=yes
10379 fi
10380 fi
10381 $RM -r conftest*
10382 LDFLAGS="$save_LDFLAGS"
10383
10384fi
10385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10386$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10387
10388if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10389 :
10390else
10391 lt_prog_compiler_static=
10392fi
10393
10394
10395
10396
10397
10398
10399
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10401$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10402if ${lt_cv_prog_compiler_c_o+:} false; then :
0cd79707
SH
10403 $as_echo_n "(cached) " >&6
10404else
10405 lt_cv_prog_compiler_c_o=no
10406 $RM -r conftest 2>/dev/null
10407 mkdir conftest
10408 cd conftest
10409 mkdir out
10410 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10411
10412 lt_compiler_flag="-o out/conftest2.$ac_objext"
10413 # Insert the option either (1) after the last *FLAGS variable, or
10414 # (2) before a word containing "conftest.", or (3) at the end.
10415 # Note that $ac_compile itself does not contain backslashes and begins
10416 # with a dollar sign (not a hyphen), so the echo should work correctly.
10417 lt_compile=`echo "$ac_compile" | $SED \
10418 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10419 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10420 -e 's:$: $lt_compiler_flag:'`
10421 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10422 (eval "$lt_compile" 2>out/conftest.err)
10423 ac_status=$?
10424 cat out/conftest.err >&5
10425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10426 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10427 then
10428 # The compiler can only warn and ignore the option if not recognized
10429 # So say no if there are warnings
10430 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10431 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10432 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10433 lt_cv_prog_compiler_c_o=yes
10434 fi
10435 fi
10436 chmod u+w . 2>&5
10437 $RM conftest*
10438 # SGI C++ compiler will create directory out/ii_files/ for
10439 # template instantiation
10440 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10441 $RM out/* && rmdir out
10442 cd ..
10443 $RM -r conftest
10444 $RM conftest*
10445
10446fi
10447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10448$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10449
10450
10451
10452
10453
10454
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10456$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10457if ${lt_cv_prog_compiler_c_o+:} false; then :
0cd79707
SH
10458 $as_echo_n "(cached) " >&6
10459else
10460 lt_cv_prog_compiler_c_o=no
10461 $RM -r conftest 2>/dev/null
10462 mkdir conftest
10463 cd conftest
10464 mkdir out
10465 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10466
10467 lt_compiler_flag="-o out/conftest2.$ac_objext"
10468 # Insert the option either (1) after the last *FLAGS variable, or
10469 # (2) before a word containing "conftest.", or (3) at the end.
10470 # Note that $ac_compile itself does not contain backslashes and begins
10471 # with a dollar sign (not a hyphen), so the echo should work correctly.
10472 lt_compile=`echo "$ac_compile" | $SED \
10473 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10474 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10475 -e 's:$: $lt_compiler_flag:'`
10476 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10477 (eval "$lt_compile" 2>out/conftest.err)
10478 ac_status=$?
10479 cat out/conftest.err >&5
10480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10481 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10482 then
10483 # The compiler can only warn and ignore the option if not recognized
10484 # So say no if there are warnings
10485 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10486 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10487 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10488 lt_cv_prog_compiler_c_o=yes
10489 fi
10490 fi
10491 chmod u+w . 2>&5
10492 $RM conftest*
10493 # SGI C++ compiler will create directory out/ii_files/ for
10494 # template instantiation
10495 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10496 $RM out/* && rmdir out
10497 cd ..
10498 $RM -r conftest
10499 $RM conftest*
10500
10501fi
10502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10503$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10504
10505
10506
10507
10508hard_links="nottested"
10509if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10510 # do not overwrite the value of need_locks provided by the user
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10512$as_echo_n "checking if we can lock with hard links... " >&6; }
10513 hard_links=yes
10514 $RM conftest*
10515 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10516 touch conftest.a
10517 ln conftest.a conftest.b 2>&5 || hard_links=no
10518 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10520$as_echo "$hard_links" >&6; }
10521 if test "$hard_links" = no; then
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10523$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10524 need_locks=warn
10525 fi
10526else
10527 need_locks=no
10528fi
10529
10530
10531
10532
10533
10534
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10536$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10537
10538 runpath_var=
10539 allow_undefined_flag=
10540 always_export_symbols=no
10541 archive_cmds=
10542 archive_expsym_cmds=
10543 compiler_needs_object=no
10544 enable_shared_with_static_runtimes=no
10545 export_dynamic_flag_spec=
10546 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10547 hardcode_automatic=no
10548 hardcode_direct=no
10549 hardcode_direct_absolute=no
10550 hardcode_libdir_flag_spec=
10551 hardcode_libdir_flag_spec_ld=
10552 hardcode_libdir_separator=
10553 hardcode_minus_L=no
10554 hardcode_shlibpath_var=unsupported
10555 inherit_rpath=no
10556 link_all_deplibs=unknown
10557 module_cmds=
10558 module_expsym_cmds=
10559 old_archive_from_new_cmds=
10560 old_archive_from_expsyms_cmds=
10561 thread_safe_flag_spec=
10562 whole_archive_flag_spec=
10563 # include_expsyms should be a list of space-separated symbols to be *always*
10564 # included in the symbol list
10565 include_expsyms=
10566 # exclude_expsyms can be an extended regexp of symbols to exclude
10567 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10568 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10569 # as well as any symbol that contains `d'.
10570 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10571 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10572 # platforms (ab)use it in PIC code, but their linkers get confused if
10573 # the symbol is explicitly referenced. Since portable code cannot
10574 # rely on this symbol name, it's probably fine to never include it in
10575 # preloaded symbol tables.
10576 # Exclude shared library initialization/finalization symbols.
10577 extract_expsyms_cmds=
10578
10579 case $host_os in
10580 cygwin* | mingw* | pw32* | cegcc*)
10581 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10582 # When not using gcc, we currently assume that we are using
10583 # Microsoft Visual C++.
10584 if test "$GCC" != yes; then
10585 with_gnu_ld=no
10586 fi
10587 ;;
10588 interix*)
10589 # we just hope/assume this is gcc and not c89 (= MSVC++)
10590 with_gnu_ld=yes
10591 ;;
10592 openbsd*)
10593 with_gnu_ld=no
10594 ;;
10595 esac
10596
10597 ld_shlibs=yes
10598
10599 # On some targets, GNU ld is compatible enough with the native linker
10600 # that we're better off using the native interface for both.
10601 lt_use_gnu_ld_interface=no
10602 if test "$with_gnu_ld" = yes; then
10603 case $host_os in
10604 aix*)
10605 # The AIX port of GNU ld has always aspired to compatibility
10606 # with the native linker. However, as the warning in the GNU ld
10607 # block says, versions before 2.19.5* couldn't really create working
10608 # shared libraries, regardless of the interface used.
10609 case `$LD -v 2>&1` in
10610 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10611 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10612 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10613 *)
10614 lt_use_gnu_ld_interface=yes
10615 ;;
10616 esac
10617 ;;
10618 *)
10619 lt_use_gnu_ld_interface=yes
10620 ;;
10621 esac
10622 fi
10623
10624 if test "$lt_use_gnu_ld_interface" = yes; then
10625 # If archive_cmds runs LD, not CC, wlarc should be empty
10626 wlarc='${wl}'
10627
10628 # Set some defaults for GNU ld with shared library support. These
10629 # are reset later if shared libraries are not supported. Putting them
10630 # here allows them to be overridden if necessary.
10631 runpath_var=LD_RUN_PATH
10632 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10633 export_dynamic_flag_spec='${wl}--export-dynamic'
10634 # ancient GNU ld didn't support --whole-archive et. al.
10635 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10636 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10637 else
10638 whole_archive_flag_spec=
10639 fi
10640 supports_anon_versioning=no
10641 case `$LD -v 2>&1` in
10642 *GNU\ gold*) supports_anon_versioning=yes ;;
10643 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10644 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10645 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10646 *\ 2.11.*) ;; # other 2.11 versions
10647 *) supports_anon_versioning=yes ;;
10648 esac
10649
10650 # See if GNU ld supports shared libraries.
10651 case $host_os in
10652 aix[3-9]*)
10653 # On AIX/PPC, the GNU linker is very broken
10654 if test "$host_cpu" != ia64; then
10655 ld_shlibs=no
10656 cat <<_LT_EOF 1>&2
10657
10658*** Warning: the GNU linker, at least up to release 2.19, is reported
10659*** to be unable to reliably create shared libraries on AIX.
10660*** Therefore, libtool is disabling shared libraries support. If you
10661*** really care for shared libraries, you may want to install binutils
10662*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10663*** You will then need to restart the configuration process.
10664
10665_LT_EOF
10666 fi
10667 ;;
10668
10669 amigaos*)
10670 case $host_cpu in
10671 powerpc)
10672 # see comment about AmigaOS4 .so support
10673 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10674 archive_expsym_cmds=''
10675 ;;
10676 m68k)
10677 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)'
10678 hardcode_libdir_flag_spec='-L$libdir'
10679 hardcode_minus_L=yes
10680 ;;
10681 esac
10682 ;;
10683
10684 beos*)
10685 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10686 allow_undefined_flag=unsupported
10687 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10688 # support --undefined. This deserves some investigation. FIXME
10689 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10690 else
10691 ld_shlibs=no
10692 fi
10693 ;;
10694
10695 cygwin* | mingw* | pw32* | cegcc*)
10696 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10697 # as there is no search path for DLLs.
10698 hardcode_libdir_flag_spec='-L$libdir'
10699 export_dynamic_flag_spec='${wl}--export-all-symbols'
10700 allow_undefined_flag=unsupported
10701 always_export_symbols=no
10702 enable_shared_with_static_runtimes=yes
10703 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10704
10705 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10706 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10707 # If the export-symbols file already is a .def file (1st line
10708 # is EXPORTS), use it as is; otherwise, prepend...
10709 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10710 cp $export_symbols $output_objdir/$soname.def;
10711 else
10712 echo EXPORTS > $output_objdir/$soname.def;
10713 cat $export_symbols >> $output_objdir/$soname.def;
10714 fi~
10715 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10716 else
10717 ld_shlibs=no
10718 fi
10719 ;;
10720
10721 haiku*)
10722 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10723 link_all_deplibs=yes
10724 ;;
10725
10726 interix[3-9]*)
10727 hardcode_direct=no
10728 hardcode_shlibpath_var=no
10729 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10730 export_dynamic_flag_spec='${wl}-E'
10731 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10732 # Instead, shared libraries are loaded at an image base (0x10000000 by
10733 # default) and relocated if they conflict, which is a slow very memory
10734 # consuming and fragmenting process. To avoid this, we pick a random,
10735 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10736 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10737 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10738 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'
10739 ;;
10740
10741 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10742 tmp_diet=no
10743 if test "$host_os" = linux-dietlibc; then
10744 case $cc_basename in
10745 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10746 esac
10747 fi
10748 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10749 && test "$tmp_diet" = no
10750 then
10751 tmp_addflag=' $pic_flag'
10752 tmp_sharedflag='-shared'
10753 case $cc_basename,$host_cpu in
10754 pgcc*) # Portland Group C compiler
10755 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'
10756 tmp_addflag=' $pic_flag'
10757 ;;
10758 pgf77* | pgf90* | pgf95* | pgfortran*)
10759 # Portland Group f77 and f90 compilers
10760 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'
10761 tmp_addflag=' $pic_flag -Mnomain' ;;
10762 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10763 tmp_addflag=' -i_dynamic' ;;
10764 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10765 tmp_addflag=' -i_dynamic -nofor_main' ;;
10766 ifc* | ifort*) # Intel Fortran compiler
10767 tmp_addflag=' -nofor_main' ;;
10768 lf95*) # Lahey Fortran 8.1
10769 whole_archive_flag_spec=
10770 tmp_sharedflag='--shared' ;;
10771 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10772 tmp_sharedflag='-qmkshrobj'
10773 tmp_addflag= ;;
10774 nvcc*) # Cuda Compiler Driver 2.2
10775 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'
10776 compiler_needs_object=yes
10777 ;;
10778 esac
10779 case `$CC -V 2>&1 | sed 5q` in
10780 *Sun\ C*) # Sun C 5.9
10781 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'
10782 compiler_needs_object=yes
10783 tmp_sharedflag='-G' ;;
10784 *Sun\ F*) # Sun Fortran 8.3
10785 tmp_sharedflag='-G' ;;
10786 esac
10787 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10788
10789 if test "x$supports_anon_versioning" = xyes; then
10790 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10791 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10792 echo "local: *; };" >> $output_objdir/$libname.ver~
10793 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10794 fi
10795
10796 case $cc_basename in
10797 xlf* | bgf* | bgxlf* | mpixlf*)
10798 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10799 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10800 hardcode_libdir_flag_spec=
10801 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10802 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10803 if test "x$supports_anon_versioning" = xyes; then
10804 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10805 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10806 echo "local: *; };" >> $output_objdir/$libname.ver~
10807 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10808 fi
10809 ;;
10810 esac
10811 else
10812 ld_shlibs=no
10813 fi
10814 ;;
10815
10816 netbsd*)
10817 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10818 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10819 wlarc=
10820 else
10821 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10822 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10823 fi
10824 ;;
10825
10826 solaris*)
10827 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10828 ld_shlibs=no
10829 cat <<_LT_EOF 1>&2
10830
10831*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10832*** create shared libraries on Solaris systems. Therefore, libtool
10833*** is disabling shared libraries support. We urge you to upgrade GNU
10834*** binutils to release 2.9.1 or newer. Another option is to modify
10835*** your PATH or compiler configuration so that the native linker is
10836*** used, and then restart.
10837
10838_LT_EOF
10839 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10840 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10841 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10842 else
10843 ld_shlibs=no
10844 fi
10845 ;;
10846
10847 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10848 case `$LD -v 2>&1` in
10849 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10850 ld_shlibs=no
10851 cat <<_LT_EOF 1>&2
10852
10853*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10854*** reliably create shared libraries on SCO systems. Therefore, libtool
10855*** is disabling shared libraries support. We urge you to upgrade GNU
10856*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10857*** your PATH or compiler configuration so that the native linker is
10858*** used, and then restart.
10859
10860_LT_EOF
10861 ;;
10862 *)
10863 # For security reasons, it is highly recommended that you always
10864 # use absolute paths for naming shared libraries, and exclude the
10865 # DT_RUNPATH tag from executables and libraries. But doing so
10866 # requires that you compile everything twice, which is a pain.
10867 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10868 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10869 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10870 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10871 else
10872 ld_shlibs=no
10873 fi
10874 ;;
10875 esac
10876 ;;
10877
10878 sunos4*)
10879 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10880 wlarc=
10881 hardcode_direct=yes
10882 hardcode_shlibpath_var=no
10883 ;;
10884
10885 *)
10886 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10887 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10888 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10889 else
10890 ld_shlibs=no
10891 fi
10892 ;;
10893 esac
10894
10895 if test "$ld_shlibs" = no; then
10896 runpath_var=
10897 hardcode_libdir_flag_spec=
10898 export_dynamic_flag_spec=
10899 whole_archive_flag_spec=
10900 fi
10901 else
10902 # PORTME fill in a description of your system's linker (not GNU ld)
10903 case $host_os in
10904 aix3*)
10905 allow_undefined_flag=unsupported
10906 always_export_symbols=yes
10907 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'
10908 # Note: this linker hardcodes the directories in LIBPATH if there
10909 # are no directories specified by -L.
10910 hardcode_minus_L=yes
10911 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10912 # Neither direct hardcoding nor static linking is supported with a
10913 # broken collect2.
10914 hardcode_direct=unsupported
10915 fi
10916 ;;
10917
10918 aix[4-9]*)
10919 if test "$host_cpu" = ia64; then
10920 # On IA64, the linker does run time linking by default, so we don't
10921 # have to do anything special.
10922 aix_use_runtimelinking=no
10923 exp_sym_flag='-Bexport'
10924 no_entry_flag=""
10925 else
10926 # If we're using GNU nm, then we don't want the "-C" option.
10927 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10928 # Also, AIX nm treats weak defined symbols like other global
10929 # defined symbols, whereas GNU nm marks them as "W".
10930 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10931 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'
10932 else
10933 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'
10934 fi
10935 aix_use_runtimelinking=no
10936
10937 # Test if we are trying to use run time linking or normal
10938 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10939 # need to do runtime linking.
10940 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10941 for ld_flag in $LDFLAGS; do
10942 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10943 aix_use_runtimelinking=yes
10944 break
10945 fi
10946 done
10947 ;;
10948 esac
10949
10950 exp_sym_flag='-bexport'
10951 no_entry_flag='-bnoentry'
10952 fi
10953
10954 # When large executables or shared objects are built, AIX ld can
10955 # have problems creating the table of contents. If linking a library
10956 # or program results in "error TOC overflow" add -mminimal-toc to
10957 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10958 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10959
10960 archive_cmds=''
10961 hardcode_direct=yes
10962 hardcode_direct_absolute=yes
10963 hardcode_libdir_separator=':'
10964 link_all_deplibs=yes
10965 file_list_spec='${wl}-f,'
10966
10967 if test "$GCC" = yes; then
10968 case $host_os in aix4.[012]|aix4.[012].*)
10969 # We only want to do this on AIX 4.2 and lower, the check
10970 # below for broken collect2 doesn't work under 4.3+
10971 collect2name=`${CC} -print-prog-name=collect2`
10972 if test -f "$collect2name" &&
10973 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10974 then
10975 # We have reworked collect2
10976 :
10977 else
10978 # We have old collect2
10979 hardcode_direct=unsupported
10980 # It fails to find uninstalled libraries when the uninstalled
10981 # path is not listed in the libpath. Setting hardcode_minus_L
10982 # to unsupported forces relinking
10983 hardcode_minus_L=yes
10984 hardcode_libdir_flag_spec='-L$libdir'
10985 hardcode_libdir_separator=
10986 fi
10987 ;;
10988 esac
10989 shared_flag='-shared'
10990 if test "$aix_use_runtimelinking" = yes; then
10991 shared_flag="$shared_flag "'${wl}-G'
10992 fi
10993 else
10994 # not using gcc
10995 if test "$host_cpu" = ia64; then
10996 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10997 # chokes on -Wl,-G. The following line is correct:
10998 shared_flag='-G'
10999 else
11000 if test "$aix_use_runtimelinking" = yes; then
11001 shared_flag='${wl}-G'
11002 else
11003 shared_flag='${wl}-bM:SRE'
11004 fi
11005 fi
11006 fi
11007
11008 export_dynamic_flag_spec='${wl}-bexpall'
11009 # It seems that -bexpall does not export symbols beginning with
11010 # underscore (_), so it is better to generate a list of symbols to export.
11011 always_export_symbols=yes
11012 if test "$aix_use_runtimelinking" = yes; then
11013 # Warning - without using the other runtime loading flags (-brtl),
11014 # -berok will link without error, but may produce a broken library.
11015 allow_undefined_flag='-berok'
11016 # Determine the default libpath from the value encoded in an
11017 # empty executable.
11018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11019/* end confdefs.h. */
11020
11021int
11022main ()
11023{
11024
11025 ;
11026 return 0;
11027}
11028_ACEOF
11029if ac_fn_c_try_link "$LINENO"; then :
11030
11031lt_aix_libpath_sed='
11032 /Import File Strings/,/^$/ {
11033 /^0/ {
11034 s/^0 *\(.*\)$/\1/
11035 p
11036 }
11037 }'
11038aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11039# Check for a 64-bit object if we didn't find anything.
11040if test -z "$aix_libpath"; then
11041 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11042fi
11043fi
11044rm -f core conftest.err conftest.$ac_objext \
11045 conftest$ac_exeext conftest.$ac_ext
11046if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11047
11048 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11049 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"
11050 else
11051 if test "$host_cpu" = ia64; then
11052 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11053 allow_undefined_flag="-z nodefs"
11054 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"
11055 else
11056 # Determine the default libpath from the value encoded in an
11057 # empty executable.
11058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11059/* end confdefs.h. */
11060
11061int
11062main ()
11063{
11064
11065 ;
11066 return 0;
11067}
11068_ACEOF
11069if ac_fn_c_try_link "$LINENO"; then :
11070
11071lt_aix_libpath_sed='
11072 /Import File Strings/,/^$/ {
11073 /^0/ {
11074 s/^0 *\(.*\)$/\1/
11075 p
11076 }
11077 }'
11078aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11079# Check for a 64-bit object if we didn't find anything.
11080if test -z "$aix_libpath"; then
11081 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11082fi
11083fi
11084rm -f core conftest.err conftest.$ac_objext \
11085 conftest$ac_exeext conftest.$ac_ext
11086if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11087
11088 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11089 # Warning - without using the other run time loading flags,
11090 # -berok will link without error, but may produce a broken library.
11091 no_undefined_flag=' ${wl}-bernotok'
11092 allow_undefined_flag=' ${wl}-berok'
11093 if test "$with_gnu_ld" = yes; then
11094 # We only use this code for GNU lds that support --whole-archive.
11095 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11096 else
11097 # Exported symbols can be pulled into shared objects from archives
11098 whole_archive_flag_spec='$convenience'
11099 fi
11100 archive_cmds_need_lc=yes
11101 # This is similar to how AIX traditionally builds its shared libraries.
11102 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'
11103 fi
11104 fi
11105 ;;
11106
11107 amigaos*)
11108 case $host_cpu in
11109 powerpc)
11110 # see comment about AmigaOS4 .so support
11111 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11112 archive_expsym_cmds=''
11113 ;;
11114 m68k)
11115 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)'
11116 hardcode_libdir_flag_spec='-L$libdir'
11117 hardcode_minus_L=yes
11118 ;;
11119 esac
11120 ;;
11121
11122 bsdi[45]*)
11123 export_dynamic_flag_spec=-rdynamic
11124 ;;
11125
11126 cygwin* | mingw* | pw32* | cegcc*)
11127 # When not using gcc, we currently assume that we are using
11128 # Microsoft Visual C++.
11129 # hardcode_libdir_flag_spec is actually meaningless, as there is
11130 # no search path for DLLs.
11131 hardcode_libdir_flag_spec=' '
11132 allow_undefined_flag=unsupported
11133 # Tell ltmain to make .lib files, not .a files.
11134 libext=lib
11135 # Tell ltmain to make .dll files, not .so files.
11136 shrext_cmds=".dll"
11137 # FIXME: Setting linknames here is a bad hack.
11138 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11139 # The linker will automatically build a .lib file if we build a DLL.
11140 old_archive_from_new_cmds='true'
11141 # FIXME: Should let the user specify the lib program.
11142 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11143 fix_srcfile_path='`cygpath -w "$srcfile"`'
11144 enable_shared_with_static_runtimes=yes
11145 ;;
11146
11147 darwin* | rhapsody*)
11148
11149
11150 archive_cmds_need_lc=no
11151 hardcode_direct=no
11152 hardcode_automatic=yes
11153 hardcode_shlibpath_var=unsupported
11154 if test "$lt_cv_ld_force_load" = "yes"; then
11155 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\"`'
11156 else
11157 whole_archive_flag_spec=''
11158 fi
11159 link_all_deplibs=yes
11160 allow_undefined_flag="$_lt_dar_allow_undefined"
11161 case $cc_basename in
11162 ifort*) _lt_dar_can_shared=yes ;;
11163 *) _lt_dar_can_shared=$GCC ;;
11164 esac
11165 if test "$_lt_dar_can_shared" = "yes"; then
11166 output_verbose_link_cmd=func_echo_all
11167 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11168 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11169 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}"
11170 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}"
11171
11172 else
11173 ld_shlibs=no
11174 fi
11175
11176 ;;
11177
11178 dgux*)
11179 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11180 hardcode_libdir_flag_spec='-L$libdir'
11181 hardcode_shlibpath_var=no
11182 ;;
11183
11184 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11185 # support. Future versions do this automatically, but an explicit c++rt0.o
11186 # does not break anything, and helps significantly (at the cost of a little
11187 # extra space).
11188 freebsd2.2*)
11189 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11190 hardcode_libdir_flag_spec='-R$libdir'
11191 hardcode_direct=yes
11192 hardcode_shlibpath_var=no
11193 ;;
11194
11195 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11196 freebsd2.*)
11197 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11198 hardcode_direct=yes
11199 hardcode_minus_L=yes
11200 hardcode_shlibpath_var=no
11201 ;;
11202
11203 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11204 freebsd* | dragonfly*)
11205 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11206 hardcode_libdir_flag_spec='-R$libdir'
11207 hardcode_direct=yes
11208 hardcode_shlibpath_var=no
11209 ;;
11210
11211 hpux9*)
11212 if test "$GCC" = yes; then
11213 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'
11214 else
11215 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'
11216 fi
11217 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11218 hardcode_libdir_separator=:
11219 hardcode_direct=yes
11220
11221 # hardcode_minus_L: Not really in the search PATH,
11222 # but as the default location of the library.
11223 hardcode_minus_L=yes
11224 export_dynamic_flag_spec='${wl}-E'
11225 ;;
11226
11227 hpux10*)
11228 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11229 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11230 else
11231 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11232 fi
11233 if test "$with_gnu_ld" = no; then
11234 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11235 hardcode_libdir_flag_spec_ld='+b $libdir'
11236 hardcode_libdir_separator=:
11237 hardcode_direct=yes
11238 hardcode_direct_absolute=yes
11239 export_dynamic_flag_spec='${wl}-E'
11240 # hardcode_minus_L: Not really in the search PATH,
11241 # but as the default location of the library.
11242 hardcode_minus_L=yes
11243 fi
11244 ;;
11245
11246 hpux11*)
11247 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11248 case $host_cpu in
11249 hppa*64*)
11250 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11251 ;;
11252 ia64*)
11253 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11254 ;;
11255 *)
11256 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11257 ;;
11258 esac
11259 else
11260 case $host_cpu in
11261 hppa*64*)
11262 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11263 ;;
11264 ia64*)
11265 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11266 ;;
11267 *)
11268
11269 # Older versions of the 11.00 compiler do not understand -b yet
11270 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11272$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11273if ${lt_cv_prog_compiler__b+:} false; then :
0cd79707
SH
11274 $as_echo_n "(cached) " >&6
11275else
11276 lt_cv_prog_compiler__b=no
11277 save_LDFLAGS="$LDFLAGS"
11278 LDFLAGS="$LDFLAGS -b"
11279 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11280 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11281 # The linker can only warn and ignore the option if not recognized
11282 # So say no if there are warnings
11283 if test -s conftest.err; then
11284 # Append any errors to the config.log.
11285 cat conftest.err 1>&5
11286 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11287 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11288 if diff conftest.exp conftest.er2 >/dev/null; then
11289 lt_cv_prog_compiler__b=yes
11290 fi
11291 else
11292 lt_cv_prog_compiler__b=yes
11293 fi
11294 fi
11295 $RM -r conftest*
11296 LDFLAGS="$save_LDFLAGS"
11297
11298fi
11299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11300$as_echo "$lt_cv_prog_compiler__b" >&6; }
11301
11302if test x"$lt_cv_prog_compiler__b" = xyes; then
11303 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11304else
11305 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11306fi
11307
11308 ;;
11309 esac
11310 fi
11311 if test "$with_gnu_ld" = no; then
11312 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11313 hardcode_libdir_separator=:
11314
11315 case $host_cpu in
11316 hppa*64*|ia64*)
11317 hardcode_direct=no
11318 hardcode_shlibpath_var=no
11319 ;;
11320 *)
11321 hardcode_direct=yes
11322 hardcode_direct_absolute=yes
11323 export_dynamic_flag_spec='${wl}-E'
11324
11325 # hardcode_minus_L: Not really in the search PATH,
11326 # but as the default location of the library.
11327 hardcode_minus_L=yes
11328 ;;
11329 esac
11330 fi
11331 ;;
11332
11333 irix5* | irix6* | nonstopux*)
11334 if test "$GCC" = yes; then
11335 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'
11336 # Try to use the -exported_symbol ld option, if it does not
11337 # work, assume that -exports_file does not work either and
11338 # implicitly export all symbols.
11339 save_LDFLAGS="$LDFLAGS"
11340 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11342/* end confdefs.h. */
11343int foo(void) {}
11344_ACEOF
11345if ac_fn_c_try_link "$LINENO"; then :
11346 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'
11347
11348fi
11349rm -f core conftest.err conftest.$ac_objext \
11350 conftest$ac_exeext conftest.$ac_ext
11351 LDFLAGS="$save_LDFLAGS"
11352 else
11353 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'
11354 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'
11355 fi
11356 archive_cmds_need_lc='no'
11357 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11358 hardcode_libdir_separator=:
11359 inherit_rpath=yes
11360 link_all_deplibs=yes
11361 ;;
11362
11363 netbsd*)
11364 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11365 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11366 else
11367 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11368 fi
11369 hardcode_libdir_flag_spec='-R$libdir'
11370 hardcode_direct=yes
11371 hardcode_shlibpath_var=no
11372 ;;
11373
11374 newsos6)
11375 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11376 hardcode_direct=yes
11377 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11378 hardcode_libdir_separator=:
11379 hardcode_shlibpath_var=no
11380 ;;
11381
11382 *nto* | *qnx*)
11383 ;;
11384
11385 openbsd*)
11386 if test -f /usr/libexec/ld.so; then
11387 hardcode_direct=yes
11388 hardcode_shlibpath_var=no
11389 hardcode_direct_absolute=yes
11390 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11391 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11392 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11393 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11394 export_dynamic_flag_spec='${wl}-E'
11395 else
11396 case $host_os in
11397 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11398 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11399 hardcode_libdir_flag_spec='-R$libdir'
11400 ;;
11401 *)
11402 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11403 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11404 ;;
11405 esac
11406 fi
11407 else
11408 ld_shlibs=no
11409 fi
11410 ;;
11411
11412 os2*)
11413 hardcode_libdir_flag_spec='-L$libdir'
11414 hardcode_minus_L=yes
11415 allow_undefined_flag=unsupported
11416 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'
11417 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11418 ;;
11419
11420 osf3*)
11421 if test "$GCC" = yes; then
11422 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11423 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'
11424 else
11425 allow_undefined_flag=' -expect_unresolved \*'
11426 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'
11427 fi
11428 archive_cmds_need_lc='no'
11429 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11430 hardcode_libdir_separator=:
11431 ;;
11432
11433 osf4* | osf5*) # as osf3* with the addition of -msym flag
11434 if test "$GCC" = yes; then
11435 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11436 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'
11437 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11438 else
11439 allow_undefined_flag=' -expect_unresolved \*'
11440 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'
11441 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~
11442 $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'
11443
11444 # Both c and cxx compiler support -rpath directly
11445 hardcode_libdir_flag_spec='-rpath $libdir'
11446 fi
11447 archive_cmds_need_lc='no'
11448 hardcode_libdir_separator=:
11449 ;;
11450
11451 solaris*)
11452 no_undefined_flag=' -z defs'
11453 if test "$GCC" = yes; then
11454 wlarc='${wl}'
11455 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11456 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11457 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11458 else
11459 case `$CC -V 2>&1` in
11460 *"Compilers 5.0"*)
11461 wlarc=''
11462 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11463 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11464 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11465 ;;
11466 *)
11467 wlarc='${wl}'
11468 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11469 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11470 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11471 ;;
11472 esac
11473 fi
11474 hardcode_libdir_flag_spec='-R$libdir'
11475 hardcode_shlibpath_var=no
11476 case $host_os in
11477 solaris2.[0-5] | solaris2.[0-5].*) ;;
11478 *)
11479 # The compiler driver will combine and reorder linker options,
11480 # but understands `-z linker_flag'. GCC discards it without `$wl',
11481 # but is careful enough not to reorder.
11482 # Supported since Solaris 2.6 (maybe 2.5.1?)
11483 if test "$GCC" = yes; then
11484 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11485 else
11486 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11487 fi
11488 ;;
11489 esac
11490 link_all_deplibs=yes
11491 ;;
11492
11493 sunos4*)
11494 if test "x$host_vendor" = xsequent; then
11495 # Use $CC to link under sequent, because it throws in some extra .o
11496 # files that make .init and .fini sections work.
11497 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11498 else
11499 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11500 fi
11501 hardcode_libdir_flag_spec='-L$libdir'
11502 hardcode_direct=yes
11503 hardcode_minus_L=yes
11504 hardcode_shlibpath_var=no
11505 ;;
11506
11507 sysv4)
11508 case $host_vendor in
11509 sni)
11510 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11511 hardcode_direct=yes # is this really true???
11512 ;;
11513 siemens)
11514 ## LD is ld it makes a PLAMLIB
11515 ## CC just makes a GrossModule.
11516 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11517 reload_cmds='$CC -r -o $output$reload_objs'
11518 hardcode_direct=no
11519 ;;
11520 motorola)
11521 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11522 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11523 ;;
11524 esac
11525 runpath_var='LD_RUN_PATH'
11526 hardcode_shlibpath_var=no
11527 ;;
11528
11529 sysv4.3*)
11530 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11531 hardcode_shlibpath_var=no
11532 export_dynamic_flag_spec='-Bexport'
11533 ;;
11534
11535 sysv4*MP*)
11536 if test -d /usr/nec; then
11537 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11538 hardcode_shlibpath_var=no
11539 runpath_var=LD_RUN_PATH
11540 hardcode_runpath_var=yes
11541 ld_shlibs=yes
11542 fi
11543 ;;
11544
11545 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11546 no_undefined_flag='${wl}-z,text'
11547 archive_cmds_need_lc=no
11548 hardcode_shlibpath_var=no
11549 runpath_var='LD_RUN_PATH'
11550
11551 if test "$GCC" = yes; then
11552 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11553 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11554 else
11555 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11556 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11557 fi
11558 ;;
11559
11560 sysv5* | sco3.2v5* | sco5v6*)
11561 # Note: We can NOT use -z defs as we might desire, because we do not
11562 # link with -lc, and that would cause any symbols used from libc to
11563 # always be unresolved, which means just about no library would
11564 # ever link correctly. If we're not using GNU ld we use -z text
11565 # though, which does catch some bad symbols but isn't as heavy-handed
11566 # as -z defs.
11567 no_undefined_flag='${wl}-z,text'
11568 allow_undefined_flag='${wl}-z,nodefs'
11569 archive_cmds_need_lc=no
11570 hardcode_shlibpath_var=no
11571 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11572 hardcode_libdir_separator=':'
11573 link_all_deplibs=yes
11574 export_dynamic_flag_spec='${wl}-Bexport'
11575 runpath_var='LD_RUN_PATH'
11576
11577 if test "$GCC" = yes; then
11578 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11579 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11580 else
11581 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11582 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11583 fi
11584 ;;
11585
11586 uts4*)
11587 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11588 hardcode_libdir_flag_spec='-L$libdir'
11589 hardcode_shlibpath_var=no
11590 ;;
11591
11592 *)
11593 ld_shlibs=no
11594 ;;
11595 esac
11596
11597 if test x$host_vendor = xsni; then
11598 case $host in
11599 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11600 export_dynamic_flag_spec='${wl}-Blargedynsym'
11601 ;;
11602 esac
11603 fi
11604 fi
11605
11606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11607$as_echo "$ld_shlibs" >&6; }
11608test "$ld_shlibs" = no && can_build_shared=no
11609
11610with_gnu_ld=$with_gnu_ld
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626#
11627# Do we need to explicitly link libc?
11628#
11629case "x$archive_cmds_need_lc" in
11630x|xyes)
11631 # Assume -lc should be added
11632 archive_cmds_need_lc=yes
11633
11634 if test "$enable_shared" = yes && test "$GCC" = yes; then
11635 case $archive_cmds in
11636 *'~'*)
11637 # FIXME: we may have to deal with multi-command sequences.
11638 ;;
11639 '$CC '*)
11640 # Test whether the compiler implicitly links with -lc since on some
11641 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11642 # to ld, don't add -lc before -lgcc.
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11644$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11645if ${lt_cv_archive_cmds_need_lc+:} false; then :
0cd79707
SH
11646 $as_echo_n "(cached) " >&6
11647else
11648 $RM conftest*
11649 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11650
11651 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11652 (eval $ac_compile) 2>&5
11653 ac_status=$?
11654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11655 test $ac_status = 0; } 2>conftest.err; then
11656 soname=conftest
11657 lib=conftest
11658 libobjs=conftest.$ac_objext
11659 deplibs=
11660 wl=$lt_prog_compiler_wl
11661 pic_flag=$lt_prog_compiler_pic
11662 compiler_flags=-v
11663 linker_flags=-v
11664 verstring=
11665 output_objdir=.
11666 libname=conftest
11667 lt_save_allow_undefined_flag=$allow_undefined_flag
11668 allow_undefined_flag=
11669 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11670 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11671 ac_status=$?
11672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11673 test $ac_status = 0; }
11674 then
11675 lt_cv_archive_cmds_need_lc=no
11676 else
11677 lt_cv_archive_cmds_need_lc=yes
11678 fi
11679 allow_undefined_flag=$lt_save_allow_undefined_flag
11680 else
11681 cat conftest.err 1>&5
11682 fi
11683 $RM conftest*
11684
11685fi
11686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11687$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11688 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11689 ;;
11690 esac
11691 fi
11692 ;;
11693esac
11694
11695
11696
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
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
11850
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11852$as_echo_n "checking dynamic linker characteristics... " >&6; }
11853
11854if test "$GCC" = yes; then
11855 case $host_os in
11856 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11857 *) lt_awk_arg="/^libraries:/" ;;
11858 esac
11859 case $host_os in
11860 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11861 *) lt_sed_strip_eq="s,=/,/,g" ;;
11862 esac
11863 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11864 case $lt_search_path_spec in
11865 *\;*)
11866 # if the path contains ";" then we assume it to be the separator
11867 # otherwise default to the standard path separator (i.e. ":") - it is
11868 # assumed that no part of a normal pathname contains ";" but that should
11869 # okay in the real world where ";" in dirpaths is itself problematic.
11870 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11871 ;;
11872 *)
11873 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11874 ;;
11875 esac
11876 # Ok, now we have the path, separated by spaces, we can step through it
11877 # and add multilib dir if necessary.
11878 lt_tmp_lt_search_path_spec=
11879 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11880 for lt_sys_path in $lt_search_path_spec; do
11881 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11882 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11883 else
11884 test -d "$lt_sys_path" && \
11885 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11886 fi
11887 done
11888 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11889BEGIN {RS=" "; FS="/|\n";} {
11890 lt_foo="";
11891 lt_count=0;
11892 for (lt_i = NF; lt_i > 0; lt_i--) {
11893 if ($lt_i != "" && $lt_i != ".") {
11894 if ($lt_i == "..") {
11895 lt_count++;
11896 } else {
11897 if (lt_count == 0) {
11898 lt_foo="/" $lt_i lt_foo;
11899 } else {
11900 lt_count--;
11901 }
11902 }
11903 }
11904 }
11905 if (lt_foo != "") { lt_freq[lt_foo]++; }
11906 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11907}'`
11908 # AWK program above erroneously prepends '/' to C:/dos/paths
11909 # for these hosts.
11910 case $host_os in
11911 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11912 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11913 esac
11914 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11915else
11916 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11917fi
11918library_names_spec=
11919libname_spec='lib$name'
11920soname_spec=
11921shrext_cmds=".so"
11922postinstall_cmds=
11923postuninstall_cmds=
11924finish_cmds=
11925finish_eval=
11926shlibpath_var=
11927shlibpath_overrides_runpath=unknown
11928version_type=none
11929dynamic_linker="$host_os ld.so"
11930sys_lib_dlsearch_path_spec="/lib /usr/lib"
11931need_lib_prefix=unknown
11932hardcode_into_libs=no
11933
11934# when you set need_version to no, make sure it does not cause -set_version
11935# flags to be left without arguments
11936need_version=unknown
11937
11938case $host_os in
11939aix3*)
11940 version_type=linux
11941 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11942 shlibpath_var=LIBPATH
11943
11944 # AIX 3 has no versioning support, so we append a major version to the name.
11945 soname_spec='${libname}${release}${shared_ext}$major'
11946 ;;
11947
11948aix[4-9]*)
11949 version_type=linux
11950 need_lib_prefix=no
11951 need_version=no
11952 hardcode_into_libs=yes
11953 if test "$host_cpu" = ia64; then
11954 # AIX 5 supports IA64
11955 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11956 shlibpath_var=LD_LIBRARY_PATH
11957 else
11958 # With GCC up to 2.95.x, collect2 would create an import file
11959 # for dependence libraries. The import file would start with
11960 # the line `#! .'. This would cause the generated library to
11961 # depend on `.', always an invalid library. This was fixed in
11962 # development snapshots of GCC prior to 3.0.
11963 case $host_os in
11964 aix4 | aix4.[01] | aix4.[01].*)
11965 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11966 echo ' yes '
11967 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11968 :
11969 else
11970 can_build_shared=no
11971 fi
11972 ;;
11973 esac
11974 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11975 # soname into executable. Probably we can add versioning support to
11976 # collect2, so additional links can be useful in future.
11977 if test "$aix_use_runtimelinking" = yes; then
11978 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11979 # instead of lib<name>.a to let people know that these are not
11980 # typical AIX shared libraries.
11981 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11982 else
11983 # We preserve .a as extension for shared libraries through AIX4.2
11984 # and later when we are not doing run time linking.
11985 library_names_spec='${libname}${release}.a $libname.a'
11986 soname_spec='${libname}${release}${shared_ext}$major'
11987 fi
11988 shlibpath_var=LIBPATH
11989 fi
11990 ;;
11991
11992amigaos*)
11993 case $host_cpu in
11994 powerpc)
11995 # Since July 2007 AmigaOS4 officially supports .so libraries.
11996 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11997 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11998 ;;
11999 m68k)
12000 library_names_spec='$libname.ixlibrary $libname.a'
12001 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12002 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'
12003 ;;
12004 esac
12005 ;;
12006
12007beos*)
12008 library_names_spec='${libname}${shared_ext}'
12009 dynamic_linker="$host_os ld.so"
12010 shlibpath_var=LIBRARY_PATH
12011 ;;
12012
12013bsdi[45]*)
12014 version_type=linux
12015 need_version=no
12016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12017 soname_spec='${libname}${release}${shared_ext}$major'
12018 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12019 shlibpath_var=LD_LIBRARY_PATH
12020 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12021 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12022 # the default ld.so.conf also contains /usr/contrib/lib and
12023 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12024 # libtool to hard-code these into programs
12025 ;;
12026
12027cygwin* | mingw* | pw32* | cegcc*)
12028 version_type=windows
12029 shrext_cmds=".dll"
12030 need_version=no
12031 need_lib_prefix=no
12032
12033 case $GCC,$host_os in
12034 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12035 library_names_spec='$libname.dll.a'
12036 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12037 postinstall_cmds='base_file=`basename \${file}`~
12038 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12039 dldir=$destdir/`dirname \$dlpath`~
12040 test -d \$dldir || mkdir -p \$dldir~
12041 $install_prog $dir/$dlname \$dldir/$dlname~
12042 chmod a+x \$dldir/$dlname~
12043 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12044 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12045 fi'
12046 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12047 dlpath=$dir/\$dldll~
12048 $RM \$dlpath'
12049 shlibpath_overrides_runpath=yes
12050
12051 case $host_os in
12052 cygwin*)
12053 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12054 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12055
12056 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12057 ;;
12058 mingw* | cegcc*)
12059 # MinGW DLLs use traditional 'lib' prefix
12060 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12061 ;;
12062 pw32*)
12063 # pw32 DLLs use 'pw' prefix rather than 'lib'
12064 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12065 ;;
12066 esac
12067 ;;
12068
12069 *)
12070 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12071 ;;
12072 esac
12073 dynamic_linker='Win32 ld.exe'
12074 # FIXME: first we should search . and the directory the executable is in
12075 shlibpath_var=PATH
12076 ;;
12077
12078darwin* | rhapsody*)
12079 dynamic_linker="$host_os dyld"
12080 version_type=darwin
12081 need_lib_prefix=no
12082 need_version=no
12083 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12084 soname_spec='${libname}${release}${major}$shared_ext'
12085 shlibpath_overrides_runpath=yes
12086 shlibpath_var=DYLD_LIBRARY_PATH
12087 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12088
12089 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12090 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12091 ;;
12092
12093dgux*)
12094 version_type=linux
12095 need_lib_prefix=no
12096 need_version=no
12097 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12098 soname_spec='${libname}${release}${shared_ext}$major'
12099 shlibpath_var=LD_LIBRARY_PATH
12100 ;;
12101
12102freebsd* | dragonfly*)
12103 # DragonFly does not have aout. When/if they implement a new
12104 # versioning mechanism, adjust this.
12105 if test -x /usr/bin/objformat; then
12106 objformat=`/usr/bin/objformat`
12107 else
12108 case $host_os in
12109 freebsd[23].*) objformat=aout ;;
12110 *) objformat=elf ;;
12111 esac
12112 fi
12113 version_type=freebsd-$objformat
12114 case $version_type in
12115 freebsd-elf*)
12116 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12117 need_version=no
12118 need_lib_prefix=no
12119 ;;
12120 freebsd-*)
12121 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12122 need_version=yes
12123 ;;
12124 esac
12125 shlibpath_var=LD_LIBRARY_PATH
12126 case $host_os in
12127 freebsd2.*)
12128 shlibpath_overrides_runpath=yes
12129 ;;
12130 freebsd3.[01]* | freebsdelf3.[01]*)
12131 shlibpath_overrides_runpath=yes
12132 hardcode_into_libs=yes
12133 ;;
12134 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12135 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12136 shlibpath_overrides_runpath=no
12137 hardcode_into_libs=yes
12138 ;;
12139 *) # from 4.6 on, and DragonFly
12140 shlibpath_overrides_runpath=yes
12141 hardcode_into_libs=yes
12142 ;;
12143 esac
12144 ;;
12145
0cd79707
SH
12146haiku*)
12147 version_type=linux
12148 need_lib_prefix=no
12149 need_version=no
12150 dynamic_linker="$host_os runtime_loader"
12151 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12152 soname_spec='${libname}${release}${shared_ext}$major'
12153 shlibpath_var=LIBRARY_PATH
12154 shlibpath_overrides_runpath=yes
12155 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12156 hardcode_into_libs=yes
12157 ;;
12158
12159hpux9* | hpux10* | hpux11*)
12160 # Give a soname corresponding to the major version so that dld.sl refuses to
12161 # link against other versions.
12162 version_type=sunos
12163 need_lib_prefix=no
12164 need_version=no
12165 case $host_cpu in
12166 ia64*)
12167 shrext_cmds='.so'
12168 hardcode_into_libs=yes
12169 dynamic_linker="$host_os dld.so"
12170 shlibpath_var=LD_LIBRARY_PATH
12171 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12172 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12173 soname_spec='${libname}${release}${shared_ext}$major'
12174 if test "X$HPUX_IA64_MODE" = X32; then
12175 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12176 else
12177 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12178 fi
12179 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12180 ;;
12181 hppa*64*)
12182 shrext_cmds='.sl'
12183 hardcode_into_libs=yes
12184 dynamic_linker="$host_os dld.sl"
12185 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12186 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12188 soname_spec='${libname}${release}${shared_ext}$major'
12189 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12190 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12191 ;;
12192 *)
12193 shrext_cmds='.sl'
12194 dynamic_linker="$host_os dld.sl"
12195 shlibpath_var=SHLIB_PATH
12196 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12197 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12198 soname_spec='${libname}${release}${shared_ext}$major'
12199 ;;
12200 esac
12201 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12202 postinstall_cmds='chmod 555 $lib'
12203 # or fails outright, so override atomically:
12204 install_override_mode=555
12205 ;;
12206
12207interix[3-9]*)
12208 version_type=linux
12209 need_lib_prefix=no
12210 need_version=no
12211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12212 soname_spec='${libname}${release}${shared_ext}$major'
12213 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12214 shlibpath_var=LD_LIBRARY_PATH
12215 shlibpath_overrides_runpath=no
12216 hardcode_into_libs=yes
12217 ;;
12218
12219irix5* | irix6* | nonstopux*)
12220 case $host_os in
12221 nonstopux*) version_type=nonstopux ;;
12222 *)
12223 if test "$lt_cv_prog_gnu_ld" = yes; then
12224 version_type=linux
12225 else
12226 version_type=irix
12227 fi ;;
12228 esac
12229 need_lib_prefix=no
12230 need_version=no
12231 soname_spec='${libname}${release}${shared_ext}$major'
12232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12233 case $host_os in
12234 irix5* | nonstopux*)
12235 libsuff= shlibsuff=
12236 ;;
12237 *)
12238 case $LD in # libtool.m4 will add one of these switches to LD
12239 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12240 libsuff= shlibsuff= libmagic=32-bit;;
12241 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12242 libsuff=32 shlibsuff=N32 libmagic=N32;;
12243 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12244 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12245 *) libsuff= shlibsuff= libmagic=never-match;;
12246 esac
12247 ;;
12248 esac
12249 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12250 shlibpath_overrides_runpath=no
12251 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12252 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12253 hardcode_into_libs=yes
12254 ;;
12255
12256# No shared lib support for Linux oldld, aout, or coff.
12257linux*oldld* | linux*aout* | linux*coff*)
12258 dynamic_linker=no
12259 ;;
12260
12261# This must be Linux ELF.
46f900c0 12262linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
0cd79707
SH
12263 version_type=linux
12264 need_lib_prefix=no
12265 need_version=no
12266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12267 soname_spec='${libname}${release}${shared_ext}$major'
12268 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12269 shlibpath_var=LD_LIBRARY_PATH
12270 shlibpath_overrides_runpath=no
12271
12272 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12273 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
0cd79707
SH
12274 $as_echo_n "(cached) " >&6
12275else
12276 lt_cv_shlibpath_overrides_runpath=no
12277 save_LDFLAGS=$LDFLAGS
12278 save_libdir=$libdir
12279 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12280 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12282/* end confdefs.h. */
12283
12284int
12285main ()
12286{
12287
12288 ;
12289 return 0;
12290}
12291_ACEOF
12292if ac_fn_c_try_link "$LINENO"; then :
12293 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12294 lt_cv_shlibpath_overrides_runpath=yes
12295fi
12296fi
12297rm -f core conftest.err conftest.$ac_objext \
12298 conftest$ac_exeext conftest.$ac_ext
12299 LDFLAGS=$save_LDFLAGS
12300 libdir=$save_libdir
12301
12302fi
12303
12304 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12305
12306 # This implies no fast_install, which is unacceptable.
12307 # Some rework will be needed to allow for fast_install
12308 # before this can be enabled.
12309 hardcode_into_libs=yes
12310
12311 # Append ld.so.conf contents to the search path
12312 if test -f /etc/ld.so.conf; then
12313 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' ' '`
12314 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12315 fi
12316
12317 # We used to test for /lib/ld.so.1 and disable shared libraries on
12318 # powerpc, because MkLinux only supported shared libraries with the
12319 # GNU dynamic linker. Since this was broken with cross compilers,
12320 # most powerpc-linux boxes support dynamic linking these days and
12321 # people can always --disable-shared, the test was removed, and we
12322 # assume the GNU/Linux dynamic linker is in use.
12323 dynamic_linker='GNU/Linux ld.so'
12324 ;;
12325
12326netbsd*)
12327 version_type=sunos
12328 need_lib_prefix=no
12329 need_version=no
12330 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12331 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12332 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12333 dynamic_linker='NetBSD (a.out) ld.so'
12334 else
12335 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12336 soname_spec='${libname}${release}${shared_ext}$major'
12337 dynamic_linker='NetBSD ld.elf_so'
12338 fi
12339 shlibpath_var=LD_LIBRARY_PATH
12340 shlibpath_overrides_runpath=yes
12341 hardcode_into_libs=yes
12342 ;;
12343
12344newsos6)
12345 version_type=linux
12346 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12347 shlibpath_var=LD_LIBRARY_PATH
12348 shlibpath_overrides_runpath=yes
12349 ;;
12350
12351*nto* | *qnx*)
12352 version_type=qnx
12353 need_lib_prefix=no
12354 need_version=no
12355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12356 soname_spec='${libname}${release}${shared_ext}$major'
12357 shlibpath_var=LD_LIBRARY_PATH
12358 shlibpath_overrides_runpath=no
12359 hardcode_into_libs=yes
12360 dynamic_linker='ldqnx.so'
12361 ;;
12362
12363openbsd*)
12364 version_type=sunos
12365 sys_lib_dlsearch_path_spec="/usr/lib"
12366 need_lib_prefix=no
12367 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12368 case $host_os in
12369 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12370 *) need_version=no ;;
12371 esac
12372 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12373 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12374 shlibpath_var=LD_LIBRARY_PATH
12375 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12376 case $host_os in
12377 openbsd2.[89] | openbsd2.[89].*)
12378 shlibpath_overrides_runpath=no
12379 ;;
12380 *)
12381 shlibpath_overrides_runpath=yes
12382 ;;
12383 esac
12384 else
12385 shlibpath_overrides_runpath=yes
12386 fi
12387 ;;
12388
12389os2*)
12390 libname_spec='$name'
12391 shrext_cmds=".dll"
12392 need_lib_prefix=no
12393 library_names_spec='$libname${shared_ext} $libname.a'
12394 dynamic_linker='OS/2 ld.exe'
12395 shlibpath_var=LIBPATH
12396 ;;
12397
12398osf3* | osf4* | osf5*)
12399 version_type=osf
12400 need_lib_prefix=no
12401 need_version=no
12402 soname_spec='${libname}${release}${shared_ext}$major'
12403 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12404 shlibpath_var=LD_LIBRARY_PATH
12405 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12406 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12407 ;;
12408
12409rdos*)
12410 dynamic_linker=no
12411 ;;
12412
12413solaris*)
12414 version_type=linux
12415 need_lib_prefix=no
12416 need_version=no
12417 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12418 soname_spec='${libname}${release}${shared_ext}$major'
12419 shlibpath_var=LD_LIBRARY_PATH
12420 shlibpath_overrides_runpath=yes
12421 hardcode_into_libs=yes
12422 # ldd complains unless libraries are executable
12423 postinstall_cmds='chmod +x $lib'
12424 ;;
12425
12426sunos4*)
12427 version_type=sunos
12428 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12429 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12430 shlibpath_var=LD_LIBRARY_PATH
12431 shlibpath_overrides_runpath=yes
12432 if test "$with_gnu_ld" = yes; then
12433 need_lib_prefix=no
12434 fi
12435 need_version=yes
12436 ;;
12437
12438sysv4 | sysv4.3*)
12439 version_type=linux
12440 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12441 soname_spec='${libname}${release}${shared_ext}$major'
12442 shlibpath_var=LD_LIBRARY_PATH
12443 case $host_vendor in
12444 sni)
12445 shlibpath_overrides_runpath=no
12446 need_lib_prefix=no
12447 runpath_var=LD_RUN_PATH
12448 ;;
12449 siemens)
12450 need_lib_prefix=no
12451 ;;
12452 motorola)
12453 need_lib_prefix=no
12454 need_version=no
12455 shlibpath_overrides_runpath=no
12456 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12457 ;;
12458 esac
12459 ;;
12460
12461sysv4*MP*)
12462 if test -d /usr/nec ;then
12463 version_type=linux
12464 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12465 soname_spec='$libname${shared_ext}.$major'
12466 shlibpath_var=LD_LIBRARY_PATH
12467 fi
12468 ;;
12469
12470sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12471 version_type=freebsd-elf
12472 need_lib_prefix=no
12473 need_version=no
12474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12475 soname_spec='${libname}${release}${shared_ext}$major'
12476 shlibpath_var=LD_LIBRARY_PATH
12477 shlibpath_overrides_runpath=yes
12478 hardcode_into_libs=yes
12479 if test "$with_gnu_ld" = yes; then
12480 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12481 else
12482 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12483 case $host_os in
12484 sco3.2v5*)
12485 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12486 ;;
12487 esac
12488 fi
12489 sys_lib_dlsearch_path_spec='/usr/lib'
12490 ;;
12491
12492tpf*)
12493 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12494 version_type=linux
12495 need_lib_prefix=no
12496 need_version=no
12497 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12498 shlibpath_var=LD_LIBRARY_PATH
12499 shlibpath_overrides_runpath=no
12500 hardcode_into_libs=yes
12501 ;;
12502
12503uts4*)
12504 version_type=linux
12505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12506 soname_spec='${libname}${release}${shared_ext}$major'
12507 shlibpath_var=LD_LIBRARY_PATH
12508 ;;
12509
12510*)
12511 dynamic_linker=no
12512 ;;
12513esac
12514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12515$as_echo "$dynamic_linker" >&6; }
12516test "$dynamic_linker" = no && can_build_shared=no
12517
12518variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12519if test "$GCC" = yes; then
12520 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12521fi
12522
12523if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12524 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12525fi
12526if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12527 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12528fi
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
12583
12584
12585
12586
12587
12588
12589
12590
12591
12592
12593
12594
12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
12610
12611
12612
12613
12614
12615
12616
12617
12618
12619
12620
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12622$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12623hardcode_action=
12624if test -n "$hardcode_libdir_flag_spec" ||
12625 test -n "$runpath_var" ||
12626 test "X$hardcode_automatic" = "Xyes" ; then
12627
12628 # We can hardcode non-existent directories.
12629 if test "$hardcode_direct" != no &&
12630 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12631 # have to relink, otherwise we might link with an installed library
12632 # when we should be linking with a yet-to-be-installed one
12633 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12634 test "$hardcode_minus_L" != no; then
12635 # Linking always hardcodes the temporary library directory.
12636 hardcode_action=relink
12637 else
12638 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12639 hardcode_action=immediate
12640 fi
12641else
12642 # We cannot hardcode anything, or else we can only hardcode existing
12643 # directories.
12644 hardcode_action=unsupported
12645fi
12646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12647$as_echo "$hardcode_action" >&6; }
12648
12649if test "$hardcode_action" = relink ||
12650 test "$inherit_rpath" = yes; then
12651 # Fast installation is not supported
12652 enable_fast_install=no
12653elif test "$shlibpath_overrides_runpath" = yes ||
12654 test "$enable_shared" = no; then
12655 # Fast installation is not necessary
12656 enable_fast_install=needless
12657fi
12658
12659
12660
12661
12662
12663
12664 if test "x$enable_dlopen" != xyes; then
12665 enable_dlopen=unknown
12666 enable_dlopen_self=unknown
12667 enable_dlopen_self_static=unknown
12668else
12669 lt_cv_dlopen=no
12670 lt_cv_dlopen_libs=
12671
12672 case $host_os in
12673 beos*)
12674 lt_cv_dlopen="load_add_on"
12675 lt_cv_dlopen_libs=
12676 lt_cv_dlopen_self=yes
12677 ;;
12678
12679 mingw* | pw32* | cegcc*)
12680 lt_cv_dlopen="LoadLibrary"
12681 lt_cv_dlopen_libs=
12682 ;;
12683
12684 cygwin*)
12685 lt_cv_dlopen="dlopen"
12686 lt_cv_dlopen_libs=
12687 ;;
12688
12689 darwin*)
12690 # if libdl is installed we need to link against it
12691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12692$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12693if ${ac_cv_lib_dl_dlopen+:} false; then :
0cd79707
SH
12694 $as_echo_n "(cached) " >&6
12695else
12696 ac_check_lib_save_LIBS=$LIBS
12697LIBS="-ldl $LIBS"
12698cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12699/* end confdefs.h. */
12700
12701/* Override any GCC internal prototype to avoid an error.
12702 Use char because int might match the return type of a GCC
12703 builtin and then its argument prototype would still apply. */
12704#ifdef __cplusplus
12705extern "C"
12706#endif
12707char dlopen ();
12708int
12709main ()
12710{
12711return dlopen ();
12712 ;
12713 return 0;
12714}
12715_ACEOF
12716if ac_fn_c_try_link "$LINENO"; then :
12717 ac_cv_lib_dl_dlopen=yes
12718else
12719 ac_cv_lib_dl_dlopen=no
12720fi
12721rm -f core conftest.err conftest.$ac_objext \
12722 conftest$ac_exeext conftest.$ac_ext
12723LIBS=$ac_check_lib_save_LIBS
12724fi
12725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12726$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12727if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
0cd79707
SH
12728 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12729else
12730
12731 lt_cv_dlopen="dyld"
12732 lt_cv_dlopen_libs=
12733 lt_cv_dlopen_self=yes
12734
12735fi
12736
12737 ;;
12738
12739 *)
12740 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12741if test "x$ac_cv_func_shl_load" = xyes; then :
0cd79707
SH
12742 lt_cv_dlopen="shl_load"
12743else
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12745$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12746if ${ac_cv_lib_dld_shl_load+:} false; then :
0cd79707
SH
12747 $as_echo_n "(cached) " >&6
12748else
12749 ac_check_lib_save_LIBS=$LIBS
12750LIBS="-ldld $LIBS"
12751cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12752/* end confdefs.h. */
12753
12754/* Override any GCC internal prototype to avoid an error.
12755 Use char because int might match the return type of a GCC
12756 builtin and then its argument prototype would still apply. */
12757#ifdef __cplusplus
12758extern "C"
12759#endif
12760char shl_load ();
12761int
12762main ()
12763{
12764return shl_load ();
12765 ;
12766 return 0;
12767}
12768_ACEOF
12769if ac_fn_c_try_link "$LINENO"; then :
12770 ac_cv_lib_dld_shl_load=yes
12771else
12772 ac_cv_lib_dld_shl_load=no
12773fi
12774rm -f core conftest.err conftest.$ac_objext \
12775 conftest$ac_exeext conftest.$ac_ext
12776LIBS=$ac_check_lib_save_LIBS
12777fi
12778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12779$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12780if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
0cd79707
SH
12781 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12782else
12783 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12784if test "x$ac_cv_func_dlopen" = xyes; then :
0cd79707
SH
12785 lt_cv_dlopen="dlopen"
12786else
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12788$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12789if ${ac_cv_lib_dl_dlopen+:} false; then :
0cd79707
SH
12790 $as_echo_n "(cached) " >&6
12791else
12792 ac_check_lib_save_LIBS=$LIBS
12793LIBS="-ldl $LIBS"
12794cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12795/* end confdefs.h. */
12796
12797/* Override any GCC internal prototype to avoid an error.
12798 Use char because int might match the return type of a GCC
12799 builtin and then its argument prototype would still apply. */
12800#ifdef __cplusplus
12801extern "C"
12802#endif
12803char dlopen ();
12804int
12805main ()
12806{
12807return dlopen ();
12808 ;
12809 return 0;
12810}
12811_ACEOF
12812if ac_fn_c_try_link "$LINENO"; then :
12813 ac_cv_lib_dl_dlopen=yes
12814else
12815 ac_cv_lib_dl_dlopen=no
12816fi
12817rm -f core conftest.err conftest.$ac_objext \
12818 conftest$ac_exeext conftest.$ac_ext
12819LIBS=$ac_check_lib_save_LIBS
12820fi
12821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12822$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12823if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
0cd79707
SH
12824 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12825else
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12827$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12828if ${ac_cv_lib_svld_dlopen+:} false; then :
0cd79707
SH
12829 $as_echo_n "(cached) " >&6
12830else
12831 ac_check_lib_save_LIBS=$LIBS
12832LIBS="-lsvld $LIBS"
12833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12834/* end confdefs.h. */
12835
12836/* Override any GCC internal prototype to avoid an error.
12837 Use char because int might match the return type of a GCC
12838 builtin and then its argument prototype would still apply. */
12839#ifdef __cplusplus
12840extern "C"
12841#endif
12842char dlopen ();
12843int
12844main ()
12845{
12846return dlopen ();
12847 ;
12848 return 0;
12849}
12850_ACEOF
12851if ac_fn_c_try_link "$LINENO"; then :
12852 ac_cv_lib_svld_dlopen=yes
12853else
12854 ac_cv_lib_svld_dlopen=no
12855fi
12856rm -f core conftest.err conftest.$ac_objext \
12857 conftest$ac_exeext conftest.$ac_ext
12858LIBS=$ac_check_lib_save_LIBS
12859fi
12860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12861$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12862if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
0cd79707
SH
12863 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12864else
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12866$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12867if ${ac_cv_lib_dld_dld_link+:} false; then :
0cd79707
SH
12868 $as_echo_n "(cached) " >&6
12869else
12870 ac_check_lib_save_LIBS=$LIBS
12871LIBS="-ldld $LIBS"
12872cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12873/* end confdefs.h. */
12874
12875/* Override any GCC internal prototype to avoid an error.
12876 Use char because int might match the return type of a GCC
12877 builtin and then its argument prototype would still apply. */
12878#ifdef __cplusplus
12879extern "C"
12880#endif
12881char dld_link ();
12882int
12883main ()
12884{
12885return dld_link ();
12886 ;
12887 return 0;
12888}
12889_ACEOF
12890if ac_fn_c_try_link "$LINENO"; then :
12891 ac_cv_lib_dld_dld_link=yes
12892else
12893 ac_cv_lib_dld_dld_link=no
12894fi
12895rm -f core conftest.err conftest.$ac_objext \
12896 conftest$ac_exeext conftest.$ac_ext
12897LIBS=$ac_check_lib_save_LIBS
12898fi
12899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12900$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12901if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
0cd79707
SH
12902 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12903fi
12904
12905
12906fi
12907
12908
12909fi
12910
12911
12912fi
12913
12914
12915fi
12916
12917
12918fi
12919
12920 ;;
12921 esac
12922
12923 if test "x$lt_cv_dlopen" != xno; then
12924 enable_dlopen=yes
12925 else
12926 enable_dlopen=no
12927 fi
12928
12929 case $lt_cv_dlopen in
12930 dlopen)
12931 save_CPPFLAGS="$CPPFLAGS"
12932 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12933
12934 save_LDFLAGS="$LDFLAGS"
12935 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12936
12937 save_LIBS="$LIBS"
12938 LIBS="$lt_cv_dlopen_libs $LIBS"
12939
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12941$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12942if ${lt_cv_dlopen_self+:} false; then :
0cd79707
SH
12943 $as_echo_n "(cached) " >&6
12944else
12945 if test "$cross_compiling" = yes; then :
12946 lt_cv_dlopen_self=cross
12947else
12948 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12949 lt_status=$lt_dlunknown
12950 cat > conftest.$ac_ext <<_LT_EOF
aa09469f 12951#line 12951 "configure"
0cd79707
SH
12952#include "confdefs.h"
12953
12954#if HAVE_DLFCN_H
12955#include <dlfcn.h>
12956#endif
12957
12958#include <stdio.h>
12959
12960#ifdef RTLD_GLOBAL
12961# define LT_DLGLOBAL RTLD_GLOBAL
12962#else
12963# ifdef DL_GLOBAL
12964# define LT_DLGLOBAL DL_GLOBAL
12965# else
12966# define LT_DLGLOBAL 0
12967# endif
12968#endif
12969
12970/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12971 find out it does not work in some platform. */
12972#ifndef LT_DLLAZY_OR_NOW
12973# ifdef RTLD_LAZY
12974# define LT_DLLAZY_OR_NOW RTLD_LAZY
12975# else
12976# ifdef DL_LAZY
12977# define LT_DLLAZY_OR_NOW DL_LAZY
12978# else
12979# ifdef RTLD_NOW
12980# define LT_DLLAZY_OR_NOW RTLD_NOW
12981# else
12982# ifdef DL_NOW
12983# define LT_DLLAZY_OR_NOW DL_NOW
12984# else
12985# define LT_DLLAZY_OR_NOW 0
12986# endif
12987# endif
12988# endif
12989# endif
12990#endif
12991
12992/* When -fvisbility=hidden is used, assume the code has been annotated
12993 correspondingly for the symbols needed. */
12994#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12995void fnord () __attribute__((visibility("default")));
12996#endif
12997
12998void fnord () { int i=42; }
12999int main ()
13000{
13001 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13002 int status = $lt_dlunknown;
13003
13004 if (self)
13005 {
13006 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13007 else
13008 {
13009 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13010 else puts (dlerror ());
13011 }
13012 /* dlclose (self); */
13013 }
13014 else
13015 puts (dlerror ());
13016
13017 return status;
13018}
13019_LT_EOF
13020 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13021 (eval $ac_link) 2>&5
13022 ac_status=$?
13023 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13024 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13025 (./conftest; exit; ) >&5 2>/dev/null
13026 lt_status=$?
13027 case x$lt_status in
13028 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13029 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13030 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13031 esac
13032 else :
13033 # compilation failed
13034 lt_cv_dlopen_self=no
13035 fi
13036fi
13037rm -fr conftest*
13038
13039
13040fi
13041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13042$as_echo "$lt_cv_dlopen_self" >&6; }
13043
13044 if test "x$lt_cv_dlopen_self" = xyes; then
13045 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13047$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13048if ${lt_cv_dlopen_self_static+:} false; then :
0cd79707
SH
13049 $as_echo_n "(cached) " >&6
13050else
13051 if test "$cross_compiling" = yes; then :
13052 lt_cv_dlopen_self_static=cross
13053else
13054 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13055 lt_status=$lt_dlunknown
13056 cat > conftest.$ac_ext <<_LT_EOF
aa09469f 13057#line 13057 "configure"
0cd79707
SH
13058#include "confdefs.h"
13059
13060#if HAVE_DLFCN_H
13061#include <dlfcn.h>
13062#endif
13063
13064#include <stdio.h>
13065
13066#ifdef RTLD_GLOBAL
13067# define LT_DLGLOBAL RTLD_GLOBAL
13068#else
13069# ifdef DL_GLOBAL
13070# define LT_DLGLOBAL DL_GLOBAL
13071# else
13072# define LT_DLGLOBAL 0
13073# endif
13074#endif
13075
13076/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13077 find out it does not work in some platform. */
13078#ifndef LT_DLLAZY_OR_NOW
13079# ifdef RTLD_LAZY
13080# define LT_DLLAZY_OR_NOW RTLD_LAZY
13081# else
13082# ifdef DL_LAZY
13083# define LT_DLLAZY_OR_NOW DL_LAZY
13084# else
13085# ifdef RTLD_NOW
13086# define LT_DLLAZY_OR_NOW RTLD_NOW
13087# else
13088# ifdef DL_NOW
13089# define LT_DLLAZY_OR_NOW DL_NOW
13090# else
13091# define LT_DLLAZY_OR_NOW 0
13092# endif
13093# endif
13094# endif
13095# endif
13096#endif
13097
13098/* When -fvisbility=hidden is used, assume the code has been annotated
13099 correspondingly for the symbols needed. */
13100#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13101void fnord () __attribute__((visibility("default")));
13102#endif
13103
13104void fnord () { int i=42; }
13105int main ()
13106{
13107 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13108 int status = $lt_dlunknown;
13109
13110 if (self)
13111 {
13112 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13113 else
13114 {
13115 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13116 else puts (dlerror ());
13117 }
13118 /* dlclose (self); */
13119 }
13120 else
13121 puts (dlerror ());
13122
13123 return status;
13124}
13125_LT_EOF
13126 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13127 (eval $ac_link) 2>&5
13128 ac_status=$?
13129 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13130 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13131 (./conftest; exit; ) >&5 2>/dev/null
13132 lt_status=$?
13133 case x$lt_status in
13134 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13135 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13136 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13137 esac
13138 else :
13139 # compilation failed
13140 lt_cv_dlopen_self_static=no
13141 fi
13142fi
13143rm -fr conftest*
13144
13145
13146fi
13147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13148$as_echo "$lt_cv_dlopen_self_static" >&6; }
13149 fi
13150
13151 CPPFLAGS="$save_CPPFLAGS"
13152 LDFLAGS="$save_LDFLAGS"
13153 LIBS="$save_LIBS"
13154 ;;
13155 esac
13156
13157 case $lt_cv_dlopen_self in
13158 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13159 *) enable_dlopen_self=unknown ;;
13160 esac
13161
13162 case $lt_cv_dlopen_self_static in
13163 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13164 *) enable_dlopen_self_static=unknown ;;
13165 esac
13166fi
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
13178
13179
13180
13181
13182
13183
13184striplib=
13185old_striplib=
13186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13187$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13188if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13189 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13190 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13192$as_echo "yes" >&6; }
13193else
13194# FIXME - insert some real tests, host_os isn't really good enough
13195 case $host_os in
13196 darwin*)
13197 if test -n "$STRIP" ; then
13198 striplib="$STRIP -x"
13199 old_striplib="$STRIP -S"
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13201$as_echo "yes" >&6; }
13202 else
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13204$as_echo "no" >&6; }
13205 fi
13206 ;;
13207 *)
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13209$as_echo "no" >&6; }
13210 ;;
13211 esac
13212fi
13213
13214
13215
13216
13217
13218
13219
13220
13221
13222
13223
13224
13225 # Report which library types will actually be built
13226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13227$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13229$as_echo "$can_build_shared" >&6; }
13230
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13232$as_echo_n "checking whether to build shared libraries... " >&6; }
13233 test "$can_build_shared" = "no" && enable_shared=no
13234
13235 # On AIX, shared libraries and static libraries use the same namespace, and
13236 # are all built from PIC.
13237 case $host_os in
13238 aix3*)
13239 test "$enable_shared" = yes && enable_static=no
13240 if test -n "$RANLIB"; then
13241 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13242 postinstall_cmds='$RANLIB $lib'
13243 fi
13244 ;;
13245
13246 aix[4-9]*)
13247 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13248 test "$enable_shared" = yes && enable_static=no
13249 fi
13250 ;;
13251 esac
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13253$as_echo "$enable_shared" >&6; }
13254
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13256$as_echo_n "checking whether to build static libraries... " >&6; }
13257 # Make sure either enable_shared or enable_static is yes.
13258 test "$enable_shared" = yes || enable_static=yes
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13260$as_echo "$enable_static" >&6; }
13261
13262
13263
13264
13265fi
13266ac_ext=c
13267ac_cpp='$CPP $CPPFLAGS'
13268ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13269ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13270ac_compiler_gnu=$ac_cv_c_compiler_gnu
13271
13272CC="$lt_save_CC"
13273
13274
13275
13276
13277
13278
13279
13280
13281
13282
13283
13284
13285
13286 ac_config_commands="$ac_config_commands libtool"
13287
13288
13289
13290
13291# Only expand once:
13292
13293
13294
13295
0cd79707
SH
13296
13297
13298
13299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13300$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13301 # Check whether --enable-maintainer-mode was given.
13302if test "${enable_maintainer_mode+set}" = set; then :
13303 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13304else
13305 USE_MAINTAINER_MODE=no
13306fi
13307
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13309$as_echo "$USE_MAINTAINER_MODE" >&6; }
13310 if test $USE_MAINTAINER_MODE = yes; then
13311 MAINTAINER_MODE_TRUE=
13312 MAINTAINER_MODE_FALSE='#'
13313else
13314 MAINTAINER_MODE_TRUE='#'
13315 MAINTAINER_MODE_FALSE=
13316fi
13317
13318 MAINT=$MAINTAINER_MODE_TRUE
13319
13320
13321
13322
13323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13324$as_echo_n "checking for sim debug setting... " >&6; }
13325sim_debug="0"
13326# Check whether --enable-sim-debug was given.
13327if test "${enable_sim_debug+set}" = set; then :
13328 enableval=$enable_sim_debug; case "${enableval}" in
13329 yes) sim_debug="7";;
13330 no) sim_debug="0";;
13331 *) sim_debug="($enableval)";;
13332esac
13333fi
13334if test "$sim_debug" != "0"; then
13335
13336cat >>confdefs.h <<_ACEOF
13337#define DEBUG $sim_debug
13338_ACEOF
13339
13340fi
13341
13342cat >>confdefs.h <<_ACEOF
13343#define WITH_DEBUG $sim_debug
13344_ACEOF
13345
13346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13347$as_echo "$sim_debug" >&6; }
13348
13349
13350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13351$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13352sim_stdio="0"
13353# Check whether --enable-sim-stdio was given.
13354if test "${enable_sim_stdio+set}" = set; then :
13355 enableval=$enable_sim_stdio; case "${enableval}" in
13356 yes) sim_stdio="DO_USE_STDIO";;
13357 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13358 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
0cd79707
SH
13359esac
13360fi
13361
13362cat >>confdefs.h <<_ACEOF
13363#define WITH_STDIO $sim_stdio
13364_ACEOF
13365
13366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13367$as_echo "$sim_stdio" >&6; }
13368
13369
13370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13371$as_echo_n "checking for sim trace settings... " >&6; }
13372sim_trace="~TRACE_debug"
13373# Check whether --enable-sim-trace was given.
13374if test "${enable_sim_trace+set}" = set; then :
13375 enableval=$enable_sim_trace; case "${enableval}" in
13376 yes) sim_trace="-1";;
13377 no) sim_trace="0";;
13378 [-0-9]*)
13379 sim_trace="'(${enableval})'";;
13380 [[:lower:]]*)
13381 sim_trace=""
13382 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13383 if test x"$sim_trace" = x; then
13384 sim_trace="(TRACE_$x"
13385 else
13386 sim_trace="${sim_trace}|TRACE_$x"
13387 fi
13388 done
13389 sim_trace="$sim_trace)" ;;
13390esac
13391fi
13392
13393cat >>confdefs.h <<_ACEOF
13394#define WITH_TRACE $sim_trace
13395_ACEOF
13396
13397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13398$as_echo "$sim_trace" >&6; }
13399
13400
13401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13402$as_echo_n "checking for sim profile settings... " >&6; }
13403profile="1"
13404sim_profile="-1"
13405# Check whether --enable-sim-profile was given.
13406if test "${enable_sim_profile+set}" = set; then :
13407 enableval=$enable_sim_profile; case "${enableval}" in
13408 yes) profile="1" sim_profile="-1";;
13409 no) profile="0" sim_profile="0";;
13410 [-0-9]*)
13411 profile="(${enableval})" sim_profile="(${enableval})";;
13412 [a-z]*)
13413 profile="1"
13414 sim_profile=""
13415 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13416 if test x"$sim_profile" = x; then
13417 sim_profile="(PROFILE_$x"
13418 else
13419 sim_profile="${sim_profile}|PROFILE_$x"
13420 fi
13421 done
13422 sim_profile="$sim_profile)" ;;
13423esac
13424fi
13425
13426cat >>confdefs.h <<_ACEOF
13427#define PROFILE $profile
13428_ACEOF
13429
13430
13431cat >>confdefs.h <<_ACEOF
13432#define WITH_PROFILE $sim_profile
13433_ACEOF
13434
13435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13436$as_echo "$sim_profile" >&6; }
13437
13438
13439
13440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13441$as_echo_n "checking whether to enable sim asserts... " >&6; }
13442sim_assert="1"
13443# Check whether --enable-sim-assert was given.
13444if test "${enable_sim_assert+set}" = set; then :
13445 enableval=$enable_sim_assert; case "${enableval}" in
13446 yes) sim_assert="1";;
13447 no) sim_assert="0";;
d0ac1c44 13448 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
0cd79707
SH
13449esac
13450fi
13451
13452cat >>confdefs.h <<_ACEOF
13453#define WITH_ASSERT $sim_assert
13454_ACEOF
13455
13456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13457$as_echo "$sim_assert" >&6; }
13458
13459
13460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13461$as_echo_n "checking default sim environment setting... " >&6; }
13462sim_environment="ALL_ENVIRONMENT"
13463# Check whether --enable-sim-environment was given.
13464if test "${enable_sim_environment+set}" = set; then :
13465 enableval=$enable_sim_environment; case "${enableval}" in
13466 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13467 user | USER) sim_environment="USER_ENVIRONMENT";;
13468 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13469 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13470 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
0cd79707
SH
13471esac
13472fi
13473
13474cat >>confdefs.h <<_ACEOF
13475#define WITH_ENVIRONMENT $sim_environment
13476_ACEOF
13477
13478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13479$as_echo "$sim_environment" >&6; }
13480
13481
13482sim_inline="-DDEFAULT_INLINE=0"
13483# Check whether --enable-sim-inline was given.
13484if test "${enable_sim_inline+set}" = set; then :
13485 enableval=$enable_sim_inline; sim_inline=""
13486case "$enableval" in
13487 no) sim_inline="-DDEFAULT_INLINE=0";;
13488 0) sim_inline="-DDEFAULT_INLINE=0";;
13489 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13490 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13491 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13492 new_flag=""
13493 case "$x" in
13494 *_INLINE=*) new_flag="-D$x";;
13495 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13496 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13497 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13498 esac
13499 if test x"$sim_inline" = x""; then
13500 sim_inline="$new_flag"
13501 else
13502 sim_inline="$sim_inline $new_flag"
13503 fi
13504 done;;
13505esac
13506if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13507 echo "Setting inline flags = $sim_inline" 6>&1
13508fi
13509fi
13510
13511
13512
13513
13514# Check whether --with-pkgversion was given.
13515if test "${with_pkgversion+set}" = set; then :
13516 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13517 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
0cd79707
SH
13518 no) PKGVERSION= ;;
13519 *) PKGVERSION="($withval) " ;;
13520 esac
13521else
13522 PKGVERSION="(SIM) "
13523
13524fi
13525
13526
13527
13528
13529
13530# Check whether --with-bugurl was given.
13531if test "${with_bugurl+set}" = set; then :
13532 withval=$with_bugurl; case "$withval" in
d0ac1c44 13533 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
0cd79707
SH
13534 no) BUGURL=
13535 ;;
13536 *) BUGURL="$withval"
13537 ;;
13538 esac
13539else
dfb856ba 13540 BUGURL="https://www.gnu.org/software/gdb/bugs/"
0cd79707
SH
13541
13542fi
13543
13544 case ${BUGURL} in
13545 "")
13546 REPORT_BUGS_TO=
13547 REPORT_BUGS_TEXI=
13548 ;;
13549 *)
13550 REPORT_BUGS_TO="<$BUGURL>"
13551 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13552 ;;
13553 esac;
13554
13555
13556
13557
13558cat >>confdefs.h <<_ACEOF
13559#define PKGVERSION "$PKGVERSION"
13560_ACEOF
13561
13562
13563cat >>confdefs.h <<_ACEOF
13564#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13565_ACEOF
13566
13567
13568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13569$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13570if ${ac_cv_type_signal+:} false; then :
0cd79707
SH
13571 $as_echo_n "(cached) " >&6
13572else
13573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13574/* end confdefs.h. */
13575#include <sys/types.h>
13576#include <signal.h>
13577
13578int
13579main ()
13580{
13581return *(signal (0, 0)) (0) == 1;
13582 ;
13583 return 0;
13584}
13585_ACEOF
13586if ac_fn_c_try_compile "$LINENO"; then :
13587 ac_cv_type_signal=int
13588else
13589 ac_cv_type_signal=void
13590fi
13591rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13592fi
13593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13594$as_echo "$ac_cv_type_signal" >&6; }
13595
13596cat >>confdefs.h <<_ACEOF
13597#define RETSIGTYPE $ac_cv_type_signal
13598_ACEOF
13599
13600
13601
13602
13603
13604
13605
13606
13607wire_endian="BIG"
13608default_endian=""
13609# Check whether --enable-sim-endian was given.
13610if test "${enable_sim_endian+set}" = set; then :
13611 enableval=$enable_sim_endian; case "${enableval}" in
13612 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13613 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13614 yes) if test x"$wire_endian" != x; then
13615 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13616 else
13617 if test x"$default_endian" != x; then
13618 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13619 else
13620 echo "No hard-wired endian for target $target" 1>&6
13621 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13622 fi
13623 fi;;
13624 no) if test x"$default_endian" != x; then
13625 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13626 else
13627 if test x"$wire_endian" != x; then
13628 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13629 else
13630 echo "No default endian for target $target" 1>&6
13631 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13632 fi
13633 fi;;
d0ac1c44 13634 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
0cd79707
SH
13635esac
13636if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13637 echo "Setting endian flags = $sim_endian" 6>&1
13638fi
13639else
13640 if test x"$default_endian" != x; then
13641 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13642else
13643 if test x"$wire_endian" != x; then
13644 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13645 else
13646 sim_endian=
13647 fi
13648fi
13649fi
13650
13651wire_alignment="STRICT_ALIGNMENT"
13652default_alignment=""
13653
13654# Check whether --enable-sim-alignment was given.
13655if test "${enable_sim_alignment+set}" = set; then :
13656 enableval=$enable_sim_alignment; case "${enableval}" in
13657 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13658 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13659 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13660 yes) if test x"$wire_alignment" != x; then
13661 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13662 else
13663 if test x"$default_alignment" != x; then
13664 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13665 else
13666 echo "No hard-wired alignment for target $target" 1>&6
13667 sim_alignment="-DWITH_ALIGNMENT=0"
13668 fi
13669 fi;;
13670 no) if test x"$default_alignment" != x; then
13671 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13672 else
13673 if test x"$wire_alignment" != x; then
13674 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13675 else
13676 echo "No default alignment for target $target" 1>&6
13677 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13678 fi
13679 fi;;
d0ac1c44 13680 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
0cd79707
SH
13681esac
13682if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13683 echo "Setting alignment flags = $sim_alignment" 6>&1
13684fi
13685else
13686 if test x"$default_alignment" != x; then
13687 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13688else
13689 if test x"$wire_alignment" != x; then
13690 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13691 else
13692 sim_alignment=
13693 fi
13694fi
13695fi
13696
13697wire_word_bitsize="32"
13698wire_word_msb="31"
13699wire_address_bitsize="32"
13700wire_cell_bitsize=""
13701# Check whether --enable-sim-bitsize was given.
13702if test "${enable_sim_bitsize+set}" = set; then :
13703 enableval=$enable_sim_bitsize; sim_bitsize=
13704case "${enableval}" in
13705 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13706 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13707 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13708 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13709 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13710 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13711 else
13712 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13713 fi ;;
13714 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13715 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13716 else
13717 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13718 fi ;;
d0ac1c44 13719 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
13720esac
13721# address bitsize
13722tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13723case x"${tmp}" in
13724 x ) ;;
13725 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13726 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 13727 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
13728esac
13729# cell bitsize
13730tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13731case x"${tmp}" in
13732 x ) ;;
13733 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13734 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 13735 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
13736esac
13737if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13738 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13739fi
13740else
13741 sim_bitsize=""
13742if test x"$wire_word_bitsize" != x; then
13743 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13744fi
13745if test x"$wire_word_msb" != x; then
13746 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13747fi
13748if test x"$wire_address_bitsize" != x; then
13749 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13750fi
13751if test x"$wire_cell_bitsize" != x; then
13752 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13753fi
13754fi
13755
13756
13757default_sim_scache="16384"
13758# Check whether --enable-sim-scache was given.
13759if test "${enable_sim_scache+set}" = set; then :
13760 enableval=$enable_sim_scache; case "${enableval}" in
13761 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13762 no) sim_scache="-DWITH_SCACHE=0" ;;
13763 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 13764 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
0cd79707
SH
13765 sim_scache="";;
13766esac
13767if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13768 echo "Setting scache size = $sim_scache" 6>&1
13769fi
13770else
13771 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13772fi
13773
13774
13775
13776default_sim_default_model="or1200"
13777# Check whether --enable-sim-default-model was given.
13778if test "${enable_sim_default_model+set}" = set; then :
13779 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 13780 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
0cd79707
SH
13781 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13782esac
13783if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13784 echo "Setting default model = $sim_default_model" 6>&1
13785fi
13786else
13787 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13788fi
13789
13790
13791
5c1008a4
MF
13792# Check whether --enable-werror was given.
13793if test "${enable_werror+set}" = set; then :
13794 enableval=$enable_werror; case "${enableval}" in
13795 yes | y) ERROR_ON_WARNING="yes" ;;
13796 no | n) ERROR_ON_WARNING="no" ;;
13797 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13798 esac
13799fi
13800
13801
13802# Enable -Werror by default when using gcc
13803if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13804 ERROR_ON_WARNING=yes
13805fi
13806
13807WERROR_CFLAGS=""
13808
13809build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13810-Wpointer-sign \
13811-Wno-unused -Wunused-value -Wunused-function \
13812-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13813-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13814-Wold-style-declaration -Wold-style-definition"
13815
13816# Enable -Wno-format by default when using gcc on mingw since many
13817# GCC versions complain about %I64.
13818case "${host}" in
13819 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13820 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13821esac
13822
13823# Check whether --enable-build-warnings was given.
13824if test "${enable_build_warnings+set}" = set; then :
13825 enableval=$enable_build_warnings; case "${enableval}" in
13826 yes) ;;
13827 no) build_warnings="-w";;
13828 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13829 build_warnings="${build_warnings} ${t}";;
13830 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13831 build_warnings="${t} ${build_warnings}";;
13832 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13833esac
13834if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13835 echo "Setting compiler warning flags = $build_warnings" 6>&1
13836fi
13837fi
13838# Check whether --enable-sim-build-warnings was given.
13839if test "${enable_sim_build_warnings+set}" = set; then :
13840 enableval=$enable_sim_build_warnings; case "${enableval}" in
13841 yes) ;;
13842 no) build_warnings="-w";;
13843 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13844 build_warnings="${build_warnings} ${t}";;
13845 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13846 build_warnings="${t} ${build_warnings}";;
13847 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13848esac
13849if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13850 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13851fi
13852fi
13853WARN_CFLAGS=""
13854if test "x${build_warnings}" != x -a "x$GCC" = xyes
13855then
13856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13857$as_echo_n "checking compiler warning flags... " >&6; }
13858 # Separate out the -Werror flag as some files just cannot be
13859 # compiled with it enabled.
13860 for w in ${build_warnings}; do
13861 case $w in
13862 -Werr*) WERROR_CFLAGS=-Werror ;;
13863 *) # Check that GCC accepts it
13864 saved_CFLAGS="$CFLAGS"
13865 CFLAGS="$CFLAGS $w"
13866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13867/* end confdefs.h. */
13868
13869int
13870main ()
13871{
13872
13873 ;
13874 return 0;
13875}
13876_ACEOF
13877if ac_fn_c_try_compile "$LINENO"; then :
13878 WARN_CFLAGS="${WARN_CFLAGS} $w"
13879fi
13880rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13881 CFLAGS="$saved_CFLAGS"
13882 esac
13883 done
13884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13885$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13886fi
13887
13888
0cd79707
SH
13889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13890$as_echo_n "checking default sim environment setting... " >&6; }
13891sim_environment="ALL_ENVIRONMENT"
13892# Check whether --enable-sim-environment was given.
13893if test "${enable_sim_environment+set}" = set; then :
13894 enableval=$enable_sim_environment; case "${enableval}" in
13895 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13896 user | USER) sim_environment="USER_ENVIRONMENT";;
13897 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13898 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13899 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
0cd79707
SH
13900esac
13901fi
13902
13903cat >>confdefs.h <<_ACEOF
13904#define WITH_ENVIRONMENT $sim_environment
13905_ACEOF
13906
13907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13908$as_echo "$sim_environment" >&6; }
13909
13910
0cd79707
SH
13911cgen_maint=no
13912cgen=guile
13913cgendir='$(srcdir)/../../cgen'
13914# Check whether --enable-cgen-maint was given.
13915if test "${enable_cgen_maint+set}" = set; then :
13916 enableval=$enable_cgen_maint; case "${enableval}" in
13917 yes) cgen_maint=yes ;;
13918 no) cgen_maint=no ;;
13919 *)
7fb45a68
AB
13920 # Argument is a directory where cgen can be found. In some
13921 # future world cgen could be installable, but right now this
13922 # is not the case. Instead we assume the directory is a path
13923 # to the cgen source tree.
13924 cgen_maint=yes
13925 if test -r ${enableval}/iformat.scm; then
13926 # This looks like a cgen source tree.
13927 cgendir=${enableval}
13928 else
13929 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
13930 fi
0cd79707
SH
13931 ;;
13932esac
13933fi
13934if test x${cgen_maint} != xno ; then
13935 CGEN_MAINT=''
13936else
13937 CGEN_MAINT='#'
13938fi
13939
13940
13941
13942
13943
13944
13945cgen_breaks=""
13946if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13947cgen_breaks="break cgen_rtx_error";
13948fi
13949
13950ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13951
13952ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13953
13954ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13955
13956ac_config_commands="$ac_config_commands Makefile"
13957
13958ac_config_commands="$ac_config_commands stamp-h"
13959
13960cat >confcache <<\_ACEOF
13961# This file is a shell script that caches the results of configure
13962# tests run on this system so they can be shared between configure
13963# scripts and configure runs, see configure's option --config-cache.
13964# It is not useful on other systems. If it contains results you don't
13965# want to keep, you may remove or edit it.
13966#
13967# config.status only pays attention to the cache file if you give it
13968# the --recheck option to rerun configure.
13969#
13970# `ac_cv_env_foo' variables (set or unset) will be overridden when
13971# loading this file, other *unset* `ac_cv_foo' will be assigned the
13972# following values.
13973
13974_ACEOF
13975
13976# The following way of writing the cache mishandles newlines in values,
13977# but we know of no workaround that is simple, portable, and efficient.
13978# So, we kill variables containing newlines.
13979# Ultrix sh set writes to stderr and can't be redirected directly,
13980# and sets the high bit in the cache file unless we assign to the vars.
13981(
13982 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13983 eval ac_val=\$$ac_var
13984 case $ac_val in #(
13985 *${as_nl}*)
13986 case $ac_var in #(
13987 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13988$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13989 esac
13990 case $ac_var in #(
13991 _ | IFS | as_nl) ;; #(
13992 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13993 *) { eval $ac_var=; unset $ac_var;} ;;
13994 esac ;;
13995 esac
13996 done
13997
13998 (set) 2>&1 |
13999 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14000 *${as_nl}ac_space=\ *)
14001 # `set' does not quote correctly, so add quotes: double-quote
14002 # substitution turns \\\\ into \\, and sed turns \\ into \.
14003 sed -n \
14004 "s/'/'\\\\''/g;
14005 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14006 ;; #(
14007 *)
14008 # `set' quotes correctly as required by POSIX, so do not add quotes.
14009 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14010 ;;
14011 esac |
14012 sort
14013) |
14014 sed '
14015 /^ac_cv_env_/b end
14016 t clear
14017 :clear
14018 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14019 t end
14020 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14021 :end' >>confcache
14022if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14023 if test -w "$cache_file"; then
d0ac1c44 14024 if test "x$cache_file" != "x/dev/null"; then
0cd79707
SH
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14026$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14027 if test ! -f "$cache_file" || test -h "$cache_file"; then
14028 cat confcache >"$cache_file"
14029 else
14030 case $cache_file in #(
14031 */* | ?:*)
14032 mv -f confcache "$cache_file"$$ &&
14033 mv -f "$cache_file"$$ "$cache_file" ;; #(
14034 *)
14035 mv -f confcache "$cache_file" ;;
14036 esac
14037 fi
14038 fi
0cd79707
SH
14039 else
14040 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14041$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14042 fi
14043fi
14044rm -f confcache
14045
14046test "x$prefix" = xNONE && prefix=$ac_default_prefix
14047# Let make expand exec_prefix.
14048test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14049
14050DEFS=-DHAVE_CONFIG_H
14051
14052ac_libobjs=
14053ac_ltlibobjs=
d0ac1c44 14054U=
0cd79707
SH
14055for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14056 # 1. Remove the extension, and $U if already installed.
14057 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14058 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14059 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14060 # will be set to the directory where LIBOBJS objects are built.
14061 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14062 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14063done
14064LIBOBJS=$ac_libobjs
14065
14066LTLIBOBJS=$ac_ltlibobjs
14067
14068
14069
14070if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 14071 as_fn_error $? "conditional \"GMAKE\" was never defined.
0cd79707
SH
14072Usually this means the macro was only invoked conditionally." "$LINENO" 5
14073fi
14074if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 14075 as_fn_error $? "conditional \"PLUGINS\" was never defined.
0cd79707
SH
14076Usually this means the macro was only invoked conditionally." "$LINENO" 5
14077fi
14078if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14079 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
0cd79707
SH
14080Usually this means the macro was only invoked conditionally." "$LINENO" 5
14081fi
14082
d0ac1c44 14083: "${CONFIG_STATUS=./config.status}"
0cd79707
SH
14084ac_write_fail=0
14085ac_clean_files_save=$ac_clean_files
14086ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14087{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14088$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14089as_write_fail=0
14090cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14091#! $SHELL
14092# Generated by $as_me.
14093# Run this file to recreate the current configuration.
14094# Compiler output produced by configure, useful for debugging
14095# configure, is in config.log if it exists.
14096
14097debug=false
14098ac_cs_recheck=false
14099ac_cs_silent=false
14100
14101SHELL=\${CONFIG_SHELL-$SHELL}
14102export SHELL
14103_ASEOF
14104cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14105## -------------------- ##
14106## M4sh Initialization. ##
14107## -------------------- ##
14108
14109# Be more Bourne compatible
14110DUALCASE=1; export DUALCASE # for MKS sh
14111if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14112 emulate sh
14113 NULLCMD=:
14114 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14115 # is contrary to our usage. Disable this feature.
14116 alias -g '${1+"$@"}'='"$@"'
14117 setopt NO_GLOB_SUBST
14118else
14119 case `(set -o) 2>/dev/null` in #(
14120 *posix*) :
14121 set -o posix ;; #(
14122 *) :
14123 ;;
14124esac
14125fi
14126
14127
14128as_nl='
14129'
14130export as_nl
14131# Printing a long string crashes Solaris 7 /usr/bin/printf.
14132as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14133as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14134as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14135# Prefer a ksh shell builtin over an external printf program on Solaris,
14136# but without wasting forks for bash or zsh.
14137if test -z "$BASH_VERSION$ZSH_VERSION" \
14138 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14139 as_echo='print -r --'
14140 as_echo_n='print -rn --'
14141elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14142 as_echo='printf %s\n'
14143 as_echo_n='printf %s'
14144else
14145 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14146 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14147 as_echo_n='/usr/ucb/echo -n'
14148 else
14149 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14150 as_echo_n_body='eval
14151 arg=$1;
14152 case $arg in #(
14153 *"$as_nl"*)
14154 expr "X$arg" : "X\\(.*\\)$as_nl";
14155 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14156 esac;
14157 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14158 '
14159 export as_echo_n_body
14160 as_echo_n='sh -c $as_echo_n_body as_echo'
14161 fi
14162 export as_echo_body
14163 as_echo='sh -c $as_echo_body as_echo'
14164fi
14165
14166# The user is always right.
14167if test "${PATH_SEPARATOR+set}" != set; then
14168 PATH_SEPARATOR=:
14169 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14170 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14171 PATH_SEPARATOR=';'
14172 }
14173fi
14174
14175
14176# IFS
14177# We need space, tab and new line, in precisely that order. Quoting is
14178# there to prevent editors from complaining about space-tab.
14179# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14180# splitting by setting IFS to empty value.)
14181IFS=" "" $as_nl"
14182
14183# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14184as_myself=
0cd79707
SH
14185case $0 in #((
14186 *[\\/]* ) as_myself=$0 ;;
14187 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14188for as_dir in $PATH
14189do
14190 IFS=$as_save_IFS
14191 test -z "$as_dir" && as_dir=.
14192 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14193 done
14194IFS=$as_save_IFS
14195
14196 ;;
14197esac
14198# We did not find ourselves, most probably we were run as `sh COMMAND'
14199# in which case we are not to be found in the path.
14200if test "x$as_myself" = x; then
14201 as_myself=$0
14202fi
14203if test ! -f "$as_myself"; then
14204 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14205 exit 1
14206fi
14207
14208# Unset variables that we do not need and which cause bugs (e.g. in
14209# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14210# suppresses any "Segmentation fault" message there. '((' could
14211# trigger a bug in pdksh 5.2.14.
14212for as_var in BASH_ENV ENV MAIL MAILPATH
14213do eval test x\${$as_var+set} = xset \
14214 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14215done
14216PS1='$ '
14217PS2='> '
14218PS4='+ '
14219
14220# NLS nuisances.
14221LC_ALL=C
14222export LC_ALL
14223LANGUAGE=C
14224export LANGUAGE
14225
14226# CDPATH.
14227(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14228
14229
d0ac1c44
SM
14230# as_fn_error STATUS ERROR [LINENO LOG_FD]
14231# ----------------------------------------
0cd79707
SH
14232# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14233# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14234# script with STATUS, using 1 if that was 0.
0cd79707
SH
14235as_fn_error ()
14236{
d0ac1c44
SM
14237 as_status=$1; test $as_status -eq 0 && as_status=1
14238 if test "$4"; then
14239 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14240 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
0cd79707 14241 fi
d0ac1c44 14242 $as_echo "$as_me: error: $2" >&2
0cd79707
SH
14243 as_fn_exit $as_status
14244} # as_fn_error
14245
14246
14247# as_fn_set_status STATUS
14248# -----------------------
14249# Set $? to STATUS, without forking.
14250as_fn_set_status ()
14251{
14252 return $1
14253} # as_fn_set_status
14254
14255# as_fn_exit STATUS
14256# -----------------
14257# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14258as_fn_exit ()
14259{
14260 set +e
14261 as_fn_set_status $1
14262 exit $1
14263} # as_fn_exit
14264
14265# as_fn_unset VAR
14266# ---------------
14267# Portably unset VAR.
14268as_fn_unset ()
14269{
14270 { eval $1=; unset $1;}
14271}
14272as_unset=as_fn_unset
14273# as_fn_append VAR VALUE
14274# ----------------------
14275# Append the text in VALUE to the end of the definition contained in VAR. Take
14276# advantage of any shell optimizations that allow amortized linear growth over
14277# repeated appends, instead of the typical quadratic growth present in naive
14278# implementations.
14279if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14280 eval 'as_fn_append ()
14281 {
14282 eval $1+=\$2
14283 }'
14284else
14285 as_fn_append ()
14286 {
14287 eval $1=\$$1\$2
14288 }
14289fi # as_fn_append
14290
14291# as_fn_arith ARG...
14292# ------------------
14293# Perform arithmetic evaluation on the ARGs, and store the result in the
14294# global $as_val. Take advantage of shells that can avoid forks. The arguments
14295# must be portable across $(()) and expr.
14296if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14297 eval 'as_fn_arith ()
14298 {
14299 as_val=$(( $* ))
14300 }'
14301else
14302 as_fn_arith ()
14303 {
14304 as_val=`expr "$@" || test $? -eq 1`
14305 }
14306fi # as_fn_arith
14307
14308
14309if expr a : '\(a\)' >/dev/null 2>&1 &&
14310 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14311 as_expr=expr
14312else
14313 as_expr=false
14314fi
14315
14316if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14317 as_basename=basename
14318else
14319 as_basename=false
14320fi
14321
14322if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14323 as_dirname=dirname
14324else
14325 as_dirname=false
14326fi
14327
14328as_me=`$as_basename -- "$0" ||
14329$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14330 X"$0" : 'X\(//\)$' \| \
14331 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14332$as_echo X/"$0" |
14333 sed '/^.*\/\([^/][^/]*\)\/*$/{
14334 s//\1/
14335 q
14336 }
14337 /^X\/\(\/\/\)$/{
14338 s//\1/
14339 q
14340 }
14341 /^X\/\(\/\).*/{
14342 s//\1/
14343 q
14344 }
14345 s/.*/./; q'`
14346
14347# Avoid depending upon Character Ranges.
14348as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14349as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14350as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14351as_cr_digits='0123456789'
14352as_cr_alnum=$as_cr_Letters$as_cr_digits
14353
14354ECHO_C= ECHO_N= ECHO_T=
14355case `echo -n x` in #(((((
14356-n*)
14357 case `echo 'xy\c'` in
14358 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14359 xy) ECHO_C='\c';;
14360 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14361 ECHO_T=' ';;
14362 esac;;
14363*)
14364 ECHO_N='-n';;
14365esac
14366
14367rm -f conf$$ conf$$.exe conf$$.file
14368if test -d conf$$.dir; then
14369 rm -f conf$$.dir/conf$$.file
14370else
14371 rm -f conf$$.dir
14372 mkdir conf$$.dir 2>/dev/null
14373fi
14374if (echo >conf$$.file) 2>/dev/null; then
14375 if ln -s conf$$.file conf$$ 2>/dev/null; then
14376 as_ln_s='ln -s'
14377 # ... but there are two gotchas:
14378 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14379 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14380 # In both cases, we have to default to `cp -pR'.
0cd79707 14381 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14382 as_ln_s='cp -pR'
0cd79707
SH
14383 elif ln conf$$.file conf$$ 2>/dev/null; then
14384 as_ln_s=ln
14385 else
d0ac1c44 14386 as_ln_s='cp -pR'
0cd79707
SH
14387 fi
14388else
d0ac1c44 14389 as_ln_s='cp -pR'
0cd79707
SH
14390fi
14391rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14392rmdir conf$$.dir 2>/dev/null
14393
14394
14395# as_fn_mkdir_p
14396# -------------
14397# Create "$as_dir" as a directory, including parents if necessary.
14398as_fn_mkdir_p ()
14399{
14400
14401 case $as_dir in #(
14402 -*) as_dir=./$as_dir;;
14403 esac
14404 test -d "$as_dir" || eval $as_mkdir_p || {
14405 as_dirs=
14406 while :; do
14407 case $as_dir in #(
14408 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14409 *) as_qdir=$as_dir;;
14410 esac
14411 as_dirs="'$as_qdir' $as_dirs"
14412 as_dir=`$as_dirname -- "$as_dir" ||
14413$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14414 X"$as_dir" : 'X\(//\)[^/]' \| \
14415 X"$as_dir" : 'X\(//\)$' \| \
14416 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14417$as_echo X"$as_dir" |
14418 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14419 s//\1/
14420 q
14421 }
14422 /^X\(\/\/\)[^/].*/{
14423 s//\1/
14424 q
14425 }
14426 /^X\(\/\/\)$/{
14427 s//\1/
14428 q
14429 }
14430 /^X\(\/\).*/{
14431 s//\1/
14432 q
14433 }
14434 s/.*/./; q'`
14435 test -d "$as_dir" && break
14436 done
14437 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14438 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
0cd79707
SH
14439
14440
14441} # as_fn_mkdir_p
14442if mkdir -p . 2>/dev/null; then
14443 as_mkdir_p='mkdir -p "$as_dir"'
14444else
14445 test -d ./-p && rmdir ./-p
14446 as_mkdir_p=false
14447fi
14448
d0ac1c44
SM
14449
14450# as_fn_executable_p FILE
14451# -----------------------
14452# Test if FILE is an executable regular file.
14453as_fn_executable_p ()
14454{
14455 test -f "$1" && test -x "$1"
14456} # as_fn_executable_p
14457as_test_x='test -x'
14458as_executable_p=as_fn_executable_p
0cd79707
SH
14459
14460# Sed expression to map a string onto a valid CPP name.
14461as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14462
14463# Sed expression to map a string onto a valid variable name.
14464as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14465
14466
14467exec 6>&1
14468## ----------------------------------- ##
14469## Main body of $CONFIG_STATUS script. ##
14470## ----------------------------------- ##
14471_ASEOF
14472test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14473
14474cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14475# Save the log message, to keep $0 and so on meaningful, and to
14476# report actual input values of CONFIG_FILES etc. instead of their
14477# values after options handling.
14478ac_log="
14479This file was extended by $as_me, which was
d0ac1c44 14480generated by GNU Autoconf 2.69. Invocation command line was
0cd79707
SH
14481
14482 CONFIG_FILES = $CONFIG_FILES
14483 CONFIG_HEADERS = $CONFIG_HEADERS
14484 CONFIG_LINKS = $CONFIG_LINKS
14485 CONFIG_COMMANDS = $CONFIG_COMMANDS
14486 $ $0 $@
14487
14488on `(hostname || uname -n) 2>/dev/null | sed 1q`
14489"
14490
14491_ACEOF
14492
14493case $ac_config_files in *"
14494"*) set x $ac_config_files; shift; ac_config_files=$*;;
14495esac
14496
14497case $ac_config_headers in *"
14498"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14499esac
14500
14501
14502cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14503# Files that config.status was made for.
14504config_files="$ac_config_files"
14505config_headers="$ac_config_headers"
14506config_commands="$ac_config_commands"
14507
14508_ACEOF
14509
14510cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14511ac_cs_usage="\
14512\`$as_me' instantiates files and other configuration actions
14513from templates according to the current configuration. Unless the files
14514and actions are specified as TAGs, all are instantiated by default.
14515
14516Usage: $0 [OPTION]... [TAG]...
14517
14518 -h, --help print this help, then exit
14519 -V, --version print version number and configuration settings, then exit
d0ac1c44 14520 --config print configuration, then exit
0cd79707
SH
14521 -q, --quiet, --silent
14522 do not print progress messages
14523 -d, --debug don't remove temporary files
14524 --recheck update $as_me by reconfiguring in the same conditions
14525 --file=FILE[:TEMPLATE]
14526 instantiate the configuration file FILE
14527 --header=FILE[:TEMPLATE]
14528 instantiate the configuration header FILE
14529
14530Configuration files:
14531$config_files
14532
14533Configuration headers:
14534$config_headers
14535
14536Configuration commands:
14537$config_commands
14538
14539Report bugs to the package provider."
14540
14541_ACEOF
14542cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14543ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
0cd79707
SH
14544ac_cs_version="\\
14545config.status
d0ac1c44
SM
14546configured by $0, generated by GNU Autoconf 2.69,
14547 with options \\"\$ac_cs_config\\"
0cd79707 14548
d0ac1c44 14549Copyright (C) 2012 Free Software Foundation, Inc.
0cd79707
SH
14550This config.status script is free software; the Free Software Foundation
14551gives unlimited permission to copy, distribute and modify it."
14552
14553ac_pwd='$ac_pwd'
14554srcdir='$srcdir'
14555INSTALL='$INSTALL'
14556AWK='$AWK'
14557test -n "\$AWK" || AWK=awk
14558_ACEOF
14559
14560cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14561# The default lists apply if the user does not specify any file.
14562ac_need_defaults=:
14563while test $# != 0
14564do
14565 case $1 in
d0ac1c44 14566 --*=?*)
0cd79707
SH
14567 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14568 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14569 ac_shift=:
14570 ;;
d0ac1c44
SM
14571 --*=)
14572 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14573 ac_optarg=
14574 ac_shift=:
14575 ;;
0cd79707
SH
14576 *)
14577 ac_option=$1
14578 ac_optarg=$2
14579 ac_shift=shift
14580 ;;
14581 esac
14582
14583 case $ac_option in
14584 # Handling of the options.
14585 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14586 ac_cs_recheck=: ;;
14587 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14588 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14589 --config | --confi | --conf | --con | --co | --c )
14590 $as_echo "$ac_cs_config"; exit ;;
0cd79707
SH
14591 --debug | --debu | --deb | --de | --d | -d )
14592 debug=: ;;
14593 --file | --fil | --fi | --f )
14594 $ac_shift
14595 case $ac_optarg in
14596 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14597 '') as_fn_error $? "missing file argument" ;;
0cd79707
SH
14598 esac
14599 as_fn_append CONFIG_FILES " '$ac_optarg'"
14600 ac_need_defaults=false;;
14601 --header | --heade | --head | --hea )
14602 $ac_shift
14603 case $ac_optarg in
14604 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14605 esac
14606 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14607 ac_need_defaults=false;;
14608 --he | --h)
14609 # Conflict between --help and --header
d0ac1c44 14610 as_fn_error $? "ambiguous option: \`$1'
0cd79707
SH
14611Try \`$0 --help' for more information.";;
14612 --help | --hel | -h )
14613 $as_echo "$ac_cs_usage"; exit ;;
14614 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14615 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14616 ac_cs_silent=: ;;
14617
14618 # This is an error.
d0ac1c44 14619 -*) as_fn_error $? "unrecognized option: \`$1'
0cd79707
SH
14620Try \`$0 --help' for more information." ;;
14621
14622 *) as_fn_append ac_config_targets " $1"
14623 ac_need_defaults=false ;;
14624
14625 esac
14626 shift
14627done
14628
14629ac_configure_extra_args=
14630
14631if $ac_cs_silent; then
14632 exec 6>/dev/null
14633 ac_configure_extra_args="$ac_configure_extra_args --silent"
14634fi
14635
14636_ACEOF
14637cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14638if \$ac_cs_recheck; then
d0ac1c44 14639 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
0cd79707
SH
14640 shift
14641 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14642 CONFIG_SHELL='$SHELL'
14643 export CONFIG_SHELL
14644 exec "\$@"
14645fi
14646
14647_ACEOF
14648cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14649exec 5>>config.log
14650{
14651 echo
14652 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14653## Running $as_me. ##
14654_ASBOX
14655 $as_echo "$ac_log"
14656} >&5
14657
14658_ACEOF
14659cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14660#
14661# INIT-COMMANDS
14662#
14663ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14664
14665
14666# The HP-UX ksh and POSIX shell print the target directory to stdout
14667# if CDPATH is set.
14668(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14669
14670sed_quote_subst='$sed_quote_subst'
14671double_quote_subst='$double_quote_subst'
14672delay_variable_subst='$delay_variable_subst'
14673macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14674macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14675enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14676enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14677pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14678enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14679SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14680ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14681host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14682host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14683host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14684build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14685build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14686build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14687SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14688Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14689GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14690EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14691FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14692LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14693NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14694LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14695max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14696ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14697exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14698lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14699lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14700lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14701reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14702reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14703OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14704deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14705file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14706AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14707AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14708STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14709RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14710old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14711old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14712old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14713lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14714CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14715CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14716compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14717GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14718lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14719lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14720lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14721lt_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"`'
14722objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14723MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14724lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14725lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14726lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14727lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14728lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14729need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14730DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14731NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14732LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14733OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14734OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14735libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14736shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14737extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14738archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14739enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14740export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14741whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14742compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14743old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14744old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14745archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14746archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14747module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14748module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14749with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14750allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14751no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14752hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14753hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14754hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14755hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14756hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14757hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14758hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14759hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14760inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14761link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14762fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14763always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14764export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14765exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14766include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14767prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14768file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14769variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14770need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14771need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14772version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14773runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14774shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14775shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14776libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14777library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14778soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14779install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14780postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14781postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14782finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14783finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14784hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14785sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14786sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14787hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14788enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14789enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14790enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14791old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14792striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14793
14794LTCC='$LTCC'
14795LTCFLAGS='$LTCFLAGS'
14796compiler='$compiler_DEFAULT'
14797
14798# A function that is used when there is no print builtin or printf.
14799func_fallback_echo ()
14800{
14801 eval 'cat <<_LTECHO_EOF
14802\$1
14803_LTECHO_EOF'
14804}
14805
14806# Quote evaled strings.
14807for var in SHELL \
14808ECHO \
14809SED \
14810GREP \
14811EGREP \
14812FGREP \
14813LD \
14814NM \
14815LN_S \
14816lt_SP2NL \
14817lt_NL2SP \
14818reload_flag \
14819OBJDUMP \
14820deplibs_check_method \
14821file_magic_cmd \
14822AR \
14823AR_FLAGS \
14824STRIP \
14825RANLIB \
14826CC \
14827CFLAGS \
14828compiler \
14829lt_cv_sys_global_symbol_pipe \
14830lt_cv_sys_global_symbol_to_cdecl \
14831lt_cv_sys_global_symbol_to_c_name_address \
14832lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14833lt_prog_compiler_no_builtin_flag \
14834lt_prog_compiler_wl \
14835lt_prog_compiler_pic \
14836lt_prog_compiler_static \
14837lt_cv_prog_compiler_c_o \
14838need_locks \
14839DSYMUTIL \
14840NMEDIT \
14841LIPO \
14842OTOOL \
14843OTOOL64 \
14844shrext_cmds \
14845export_dynamic_flag_spec \
14846whole_archive_flag_spec \
14847compiler_needs_object \
14848with_gnu_ld \
14849allow_undefined_flag \
14850no_undefined_flag \
14851hardcode_libdir_flag_spec \
14852hardcode_libdir_flag_spec_ld \
14853hardcode_libdir_separator \
14854fix_srcfile_path \
14855exclude_expsyms \
14856include_expsyms \
14857file_list_spec \
14858variables_saved_for_relink \
14859libname_spec \
14860library_names_spec \
14861soname_spec \
14862install_override_mode \
14863finish_eval \
14864old_striplib \
14865striplib; do
14866 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14867 *[\\\\\\\`\\"\\\$]*)
14868 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14869 ;;
14870 *)
14871 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14872 ;;
14873 esac
14874done
14875
14876# Double-quote double-evaled strings.
14877for var in reload_cmds \
14878old_postinstall_cmds \
14879old_postuninstall_cmds \
14880old_archive_cmds \
14881extract_expsyms_cmds \
14882old_archive_from_new_cmds \
14883old_archive_from_expsyms_cmds \
14884archive_cmds \
14885archive_expsym_cmds \
14886module_cmds \
14887module_expsym_cmds \
14888export_symbols_cmds \
14889prelink_cmds \
14890postinstall_cmds \
14891postuninstall_cmds \
14892finish_cmds \
14893sys_lib_search_path_spec \
14894sys_lib_dlsearch_path_spec; do
14895 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14896 *[\\\\\\\`\\"\\\$]*)
14897 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14898 ;;
14899 *)
14900 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14901 ;;
14902 esac
14903done
14904
14905ac_aux_dir='$ac_aux_dir'
14906xsi_shell='$xsi_shell'
14907lt_shell_append='$lt_shell_append'
14908
14909# See if we are running on zsh, and set the options which allow our
14910# commands through without removal of \ escapes INIT.
14911if test -n "\${ZSH_VERSION+set}" ; then
14912 setopt NO_GLOB_SUBST
14913fi
14914
14915
14916 PACKAGE='$PACKAGE'
14917 VERSION='$VERSION'
14918 TIMESTAMP='$TIMESTAMP'
14919 RM='$RM'
14920 ofile='$ofile'
14921
14922
14923
14924
14925_ACEOF
14926
14927cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14928
14929# Handling of arguments.
14930for ac_config_target in $ac_config_targets
14931do
14932 case $ac_config_target in
14933 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14934 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14935 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14936 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14937 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14938 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14939 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14940 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14941
d0ac1c44 14942 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
0cd79707
SH
14943 esac
14944done
14945
14946
14947# If the user did not use the arguments to specify the items to instantiate,
14948# then the envvar interface is used. Set only those that are not.
14949# We use the long form for the default assignment because of an extremely
14950# bizarre bug on SunOS 4.1.3.
14951if $ac_need_defaults; then
14952 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14953 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14954 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14955fi
14956
14957# Have a temporary directory for convenience. Make it in the build tree
14958# simply because there is no reason against having it here, and in addition,
14959# creating and moving files from /tmp can sometimes cause problems.
14960# Hook for its removal unless debugging.
14961# Note that there is a small window in which the directory will not be cleaned:
14962# after its creation but before its name has been assigned to `$tmp'.
14963$debug ||
14964{
d0ac1c44 14965 tmp= ac_tmp=
0cd79707 14966 trap 'exit_status=$?
d0ac1c44
SM
14967 : "${ac_tmp:=$tmp}"
14968 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
0cd79707
SH
14969' 0
14970 trap 'as_fn_exit 1' 1 2 13 15
14971}
14972# Create a (secure) tmp directory for tmp files.
14973
14974{
14975 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14976 test -d "$tmp"
0cd79707
SH
14977} ||
14978{
14979 tmp=./conf$$-$RANDOM
14980 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14981} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14982ac_tmp=$tmp
0cd79707
SH
14983
14984# Set up the scripts for CONFIG_FILES section.
14985# No need to generate them if there are no CONFIG_FILES.
14986# This happens for instance with `./config.status config.h'.
14987if test -n "$CONFIG_FILES"; then
14988
14989
14990ac_cr=`echo X | tr X '\015'`
14991# On cygwin, bash can eat \r inside `` if the user requested igncr.
14992# But we know of no other shell where ac_cr would be empty at this
14993# point, so we can use a bashism as a fallback.
14994if test "x$ac_cr" = x; then
14995 eval ac_cr=\$\'\\r\'
14996fi
14997ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14998if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14999 ac_cs_awk_cr='\\r'
0cd79707
SH
15000else
15001 ac_cs_awk_cr=$ac_cr
15002fi
15003
d0ac1c44 15004echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
0cd79707
SH
15005_ACEOF
15006
15007
15008{
15009 echo "cat >conf$$subs.awk <<_ACEOF" &&
15010 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15011 echo "_ACEOF"
15012} >conf$$subs.sh ||
d0ac1c44
SM
15013 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15014ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
0cd79707
SH
15015ac_delim='%!_!# '
15016for ac_last_try in false false false false false :; do
15017 . ./conf$$subs.sh ||
d0ac1c44 15018 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
15019
15020 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15021 if test $ac_delim_n = $ac_delim_num; then
15022 break
15023 elif $ac_last_try; then
d0ac1c44 15024 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
15025 else
15026 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15027 fi
15028done
15029rm -f conf$$subs.sh
15030
15031cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15032cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
0cd79707
SH
15033_ACEOF
15034sed -n '
15035h
15036s/^/S["/; s/!.*/"]=/
15037p
15038g
15039s/^[^!]*!//
15040:repl
15041t repl
15042s/'"$ac_delim"'$//
15043t delim
15044:nl
15045h
d0ac1c44 15046s/\(.\{148\}\)..*/\1/
0cd79707
SH
15047t more1
15048s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15049p
15050n
15051b repl
15052:more1
15053s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15054p
15055g
15056s/.\{148\}//
15057t nl
15058:delim
15059h
d0ac1c44 15060s/\(.\{148\}\)..*/\1/
0cd79707
SH
15061t more2
15062s/["\\]/\\&/g; s/^/"/; s/$/"/
15063p
15064b
15065:more2
15066s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15067p
15068g
15069s/.\{148\}//
15070t delim
15071' <conf$$subs.awk | sed '
15072/^[^""]/{
15073 N
15074 s/\n//
15075}
15076' >>$CONFIG_STATUS || ac_write_fail=1
15077rm -f conf$$subs.awk
15078cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15079_ACAWK
d0ac1c44 15080cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
0cd79707
SH
15081 for (key in S) S_is_set[key] = 1
15082 FS = "\a"
15083
15084}
15085{
15086 line = $ 0
15087 nfields = split(line, field, "@")
15088 substed = 0
15089 len = length(field[1])
15090 for (i = 2; i < nfields; i++) {
15091 key = field[i]
15092 keylen = length(key)
15093 if (S_is_set[key]) {
15094 value = S[key]
15095 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15096 len += length(value) + length(field[++i])
15097 substed = 1
15098 } else
15099 len += 1 + keylen
15100 }
15101
15102 print line
15103}
15104
15105_ACAWK
15106_ACEOF
15107cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15108if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15109 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15110else
15111 cat
d0ac1c44
SM
15112fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15113 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
0cd79707
SH
15114_ACEOF
15115
d0ac1c44
SM
15116# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15117# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
0cd79707
SH
15118# trailing colons and then remove the whole line if VPATH becomes empty
15119# (actually we leave an empty line to preserve line numbers).
15120if test "x$srcdir" = x.; then
d0ac1c44
SM
15121 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15122h
15123s///
15124s/^/:/
15125s/[ ]*$/:/
15126s/:\$(srcdir):/:/g
15127s/:\${srcdir}:/:/g
15128s/:@srcdir@:/:/g
15129s/^:*//
0cd79707 15130s/:*$//
d0ac1c44
SM
15131x
15132s/\(=[ ]*\).*/\1/
15133G
15134s/\n//
0cd79707
SH
15135s/^[^=]*=[ ]*$//
15136}'
15137fi
15138
15139cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15140fi # test -n "$CONFIG_FILES"
15141
15142# Set up the scripts for CONFIG_HEADERS section.
15143# No need to generate them if there are no CONFIG_HEADERS.
15144# This happens for instance with `./config.status Makefile'.
15145if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15146cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
0cd79707
SH
15147BEGIN {
15148_ACEOF
15149
15150# Transform confdefs.h into an awk script `defines.awk', embedded as
15151# here-document in config.status, that substitutes the proper values into
15152# config.h.in to produce config.h.
15153
15154# Create a delimiter string that does not exist in confdefs.h, to ease
15155# handling of long lines.
15156ac_delim='%!_!# '
15157for ac_last_try in false false :; do
d0ac1c44
SM
15158 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15159 if test -z "$ac_tt"; then
0cd79707
SH
15160 break
15161 elif $ac_last_try; then
d0ac1c44 15162 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
0cd79707
SH
15163 else
15164 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15165 fi
15166done
15167
15168# For the awk script, D is an array of macro values keyed by name,
15169# likewise P contains macro parameters if any. Preserve backslash
15170# newline sequences.
15171
15172ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15173sed -n '
15174s/.\{148\}/&'"$ac_delim"'/g
15175t rset
15176:rset
15177s/^[ ]*#[ ]*define[ ][ ]*/ /
15178t def
15179d
15180:def
15181s/\\$//
15182t bsnl
15183s/["\\]/\\&/g
15184s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15185D["\1"]=" \3"/p
15186s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15187d
15188:bsnl
15189s/["\\]/\\&/g
15190s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15191D["\1"]=" \3\\\\\\n"\\/p
15192t cont
15193s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15194t cont
15195d
15196:cont
15197n
15198s/.\{148\}/&'"$ac_delim"'/g
15199t clear
15200:clear
15201s/\\$//
15202t bsnlc
15203s/["\\]/\\&/g; s/^/"/; s/$/"/p
15204d
15205:bsnlc
15206s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15207b cont
15208' <confdefs.h | sed '
15209s/'"$ac_delim"'/"\\\
15210"/g' >>$CONFIG_STATUS || ac_write_fail=1
15211
15212cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15213 for (key in D) D_is_set[key] = 1
15214 FS = "\a"
15215}
15216/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15217 line = \$ 0
15218 split(line, arg, " ")
15219 if (arg[1] == "#") {
15220 defundef = arg[2]
15221 mac1 = arg[3]
15222 } else {
15223 defundef = substr(arg[1], 2)
15224 mac1 = arg[2]
15225 }
15226 split(mac1, mac2, "(") #)
15227 macro = mac2[1]
15228 prefix = substr(line, 1, index(line, defundef) - 1)
15229 if (D_is_set[macro]) {
15230 # Preserve the white space surrounding the "#".
15231 print prefix "define", macro P[macro] D[macro]
15232 next
15233 } else {
15234 # Replace #undef with comments. This is necessary, for example,
15235 # in the case of _POSIX_SOURCE, which is predefined and required
15236 # on some systems where configure will not decide to define it.
15237 if (defundef == "undef") {
15238 print "/*", prefix defundef, macro, "*/"
15239 next
15240 }
15241 }
15242}
15243{ print }
15244_ACAWK
15245_ACEOF
15246cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15247 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
0cd79707
SH
15248fi # test -n "$CONFIG_HEADERS"
15249
15250
15251eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15252shift
15253for ac_tag
15254do
15255 case $ac_tag in
15256 :[FHLC]) ac_mode=$ac_tag; continue;;
15257 esac
15258 case $ac_mode$ac_tag in
15259 :[FHL]*:*);;
d0ac1c44 15260 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
0cd79707
SH
15261 :[FH]-) ac_tag=-:-;;
15262 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15263 esac
15264 ac_save_IFS=$IFS
15265 IFS=:
15266 set x $ac_tag
15267 IFS=$ac_save_IFS
15268 shift
15269 ac_file=$1
15270 shift
15271
15272 case $ac_mode in
15273 :L) ac_source=$1;;
15274 :[FH])
15275 ac_file_inputs=
15276 for ac_f
15277 do
15278 case $ac_f in
d0ac1c44 15279 -) ac_f="$ac_tmp/stdin";;
0cd79707
SH
15280 *) # Look for the file first in the build tree, then in the source tree
15281 # (if the path is not absolute). The absolute path cannot be DOS-style,
15282 # because $ac_f cannot contain `:'.
15283 test -f "$ac_f" ||
15284 case $ac_f in
15285 [\\/$]*) false;;
15286 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15287 esac ||
d0ac1c44 15288 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
0cd79707
SH
15289 esac
15290 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15291 as_fn_append ac_file_inputs " '$ac_f'"
15292 done
15293
15294 # Let's still pretend it is `configure' which instantiates (i.e., don't
15295 # use $as_me), people would be surprised to read:
15296 # /* config.h. Generated by config.status. */
15297 configure_input='Generated from '`
15298 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15299 `' by configure.'
15300 if test x"$ac_file" != x-; then
15301 configure_input="$ac_file. $configure_input"
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15303$as_echo "$as_me: creating $ac_file" >&6;}
15304 fi
15305 # Neutralize special characters interpreted by sed in replacement strings.
15306 case $configure_input in #(
15307 *\&* | *\|* | *\\* )
15308 ac_sed_conf_input=`$as_echo "$configure_input" |
15309 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15310 *) ac_sed_conf_input=$configure_input;;
15311 esac
15312
15313 case $ac_tag in
d0ac1c44
SM
15314 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15315 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
0cd79707
SH
15316 esac
15317 ;;
15318 esac
15319
15320 ac_dir=`$as_dirname -- "$ac_file" ||
15321$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15322 X"$ac_file" : 'X\(//\)[^/]' \| \
15323 X"$ac_file" : 'X\(//\)$' \| \
15324 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15325$as_echo X"$ac_file" |
15326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15327 s//\1/
15328 q
15329 }
15330 /^X\(\/\/\)[^/].*/{
15331 s//\1/
15332 q
15333 }
15334 /^X\(\/\/\)$/{
15335 s//\1/
15336 q
15337 }
15338 /^X\(\/\).*/{
15339 s//\1/
15340 q
15341 }
15342 s/.*/./; q'`
15343 as_dir="$ac_dir"; as_fn_mkdir_p
15344 ac_builddir=.
15345
15346case "$ac_dir" in
15347.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15348*)
15349 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15350 # A ".." for each directory in $ac_dir_suffix.
15351 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15352 case $ac_top_builddir_sub in
15353 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15354 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15355 esac ;;
15356esac
15357ac_abs_top_builddir=$ac_pwd
15358ac_abs_builddir=$ac_pwd$ac_dir_suffix
15359# for backward compatibility:
15360ac_top_builddir=$ac_top_build_prefix
15361
15362case $srcdir in
15363 .) # We are building in place.
15364 ac_srcdir=.
15365 ac_top_srcdir=$ac_top_builddir_sub
15366 ac_abs_top_srcdir=$ac_pwd ;;
15367 [\\/]* | ?:[\\/]* ) # Absolute name.
15368 ac_srcdir=$srcdir$ac_dir_suffix;
15369 ac_top_srcdir=$srcdir
15370 ac_abs_top_srcdir=$srcdir ;;
15371 *) # Relative name.
15372 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15373 ac_top_srcdir=$ac_top_build_prefix$srcdir
15374 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15375esac
15376ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15377
15378
15379 case $ac_mode in
15380 :F)
15381 #
15382 # CONFIG_FILE
15383 #
15384
15385 case $INSTALL in
15386 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15387 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15388 esac
15389_ACEOF
15390
15391cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15392# If the template does not know about datarootdir, expand it.
15393# FIXME: This hack should be removed a few years after 2.60.
15394ac_datarootdir_hack=; ac_datarootdir_seen=
15395ac_sed_dataroot='
15396/datarootdir/ {
15397 p
15398 q
15399}
15400/@datadir@/p
15401/@docdir@/p
15402/@infodir@/p
15403/@localedir@/p
15404/@mandir@/p'
15405case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15406*datarootdir*) ac_datarootdir_seen=yes;;
15407*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15409$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15410_ACEOF
15411cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15412 ac_datarootdir_hack='
15413 s&@datadir@&$datadir&g
15414 s&@docdir@&$docdir&g
15415 s&@infodir@&$infodir&g
15416 s&@localedir@&$localedir&g
15417 s&@mandir@&$mandir&g
15418 s&\\\${datarootdir}&$datarootdir&g' ;;
15419esac
15420_ACEOF
15421
15422# Neutralize VPATH when `$srcdir' = `.'.
15423# Shell code in configure.ac might set extrasub.
15424# FIXME: do we really want to maintain this feature?
15425cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15426ac_sed_extra="$ac_vpsub
15427$extrasub
15428_ACEOF
15429cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15430:t
15431/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15432s|@configure_input@|$ac_sed_conf_input|;t t
15433s&@top_builddir@&$ac_top_builddir_sub&;t t
15434s&@top_build_prefix@&$ac_top_build_prefix&;t t
15435s&@srcdir@&$ac_srcdir&;t t
15436s&@abs_srcdir@&$ac_abs_srcdir&;t t
15437s&@top_srcdir@&$ac_top_srcdir&;t t
15438s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15439s&@builddir@&$ac_builddir&;t t
15440s&@abs_builddir@&$ac_abs_builddir&;t t
15441s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15442s&@INSTALL@&$ac_INSTALL&;t t
15443$ac_datarootdir_hack
15444"
d0ac1c44
SM
15445eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15446 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
15447
15448test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15449 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15450 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15451 "$ac_tmp/out"`; test -z "$ac_out"; } &&
0cd79707 15452 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15453which seems to be undefined. Please make sure it is defined" >&5
0cd79707 15454$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15455which seems to be undefined. Please make sure it is defined" >&2;}
0cd79707 15456
d0ac1c44 15457 rm -f "$ac_tmp/stdin"
0cd79707 15458 case $ac_file in
d0ac1c44
SM
15459 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15460 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
0cd79707 15461 esac \
d0ac1c44 15462 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
15463 ;;
15464 :H)
15465 #
15466 # CONFIG_HEADER
15467 #
15468 if test x"$ac_file" != x-; then
15469 {
15470 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15471 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15472 } >"$ac_tmp/config.h" \
15473 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15474 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
0cd79707
SH
15475 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15476$as_echo "$as_me: $ac_file is unchanged" >&6;}
15477 else
15478 rm -f "$ac_file"
d0ac1c44
SM
15479 mv "$ac_tmp/config.h" "$ac_file" \
15480 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
15481 fi
15482 else
15483 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15484 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15485 || as_fn_error $? "could not create -" "$LINENO" 5
0cd79707
SH
15486 fi
15487 ;;
15488
15489 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15490$as_echo "$as_me: executing $ac_file commands" >&6;}
15491 ;;
15492 esac
15493
15494
15495 case $ac_file$ac_mode in
15496 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15497 "libtool":C)
15498
15499 # See if we are running on zsh, and set the options which allow our
15500 # commands through without removal of \ escapes.
15501 if test -n "${ZSH_VERSION+set}" ; then
15502 setopt NO_GLOB_SUBST
15503 fi
15504
15505 cfgfile="${ofile}T"
15506 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15507 $RM "$cfgfile"
15508
15509 cat <<_LT_EOF >> "$cfgfile"
15510#! $SHELL
15511
15512# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15513# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15514# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15515# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15516#
15517# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15518# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15519# Written by Gordon Matzigkeit, 1996
15520#
15521# This file is part of GNU Libtool.
15522#
15523# GNU Libtool is free software; you can redistribute it and/or
15524# modify it under the terms of the GNU General Public License as
15525# published by the Free Software Foundation; either version 2 of
15526# the License, or (at your option) any later version.
15527#
15528# As a special exception to the GNU General Public License,
15529# if you distribute this file as part of a program or library that
15530# is built using GNU Libtool, you may include this file under the
15531# same distribution terms that you use for the rest of that program.
15532#
15533# GNU Libtool is distributed in the hope that it will be useful,
15534# but WITHOUT ANY WARRANTY; without even the implied warranty of
15535# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15536# GNU General Public License for more details.
15537#
15538# You should have received a copy of the GNU General Public License
15539# along with GNU Libtool; see the file COPYING. If not, a copy
15540# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15541# obtained by writing to the Free Software Foundation, Inc.,
15542# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15543
15544
15545# The names of the tagged configurations supported by this script.
15546available_tags=""
15547
15548# ### BEGIN LIBTOOL CONFIG
15549
15550# Which release of libtool.m4 was used?
15551macro_version=$macro_version
15552macro_revision=$macro_revision
15553
15554# Whether or not to build shared libraries.
15555build_libtool_libs=$enable_shared
15556
15557# Whether or not to build static libraries.
15558build_old_libs=$enable_static
15559
15560# What type of objects to build.
15561pic_mode=$pic_mode
15562
15563# Whether or not to optimize for fast installation.
15564fast_install=$enable_fast_install
15565
15566# Shell to use when invoking shell scripts.
15567SHELL=$lt_SHELL
15568
15569# An echo program that protects backslashes.
15570ECHO=$lt_ECHO
15571
15572# The host system.
15573host_alias=$host_alias
15574host=$host
15575host_os=$host_os
15576
15577# The build system.
15578build_alias=$build_alias
15579build=$build
15580build_os=$build_os
15581
15582# A sed program that does not truncate output.
15583SED=$lt_SED
15584
15585# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15586Xsed="\$SED -e 1s/^X//"
15587
15588# A grep program that handles long lines.
15589GREP=$lt_GREP
15590
15591# An ERE matcher.
15592EGREP=$lt_EGREP
15593
15594# A literal string matcher.
15595FGREP=$lt_FGREP
15596
15597# A BSD- or MS-compatible name lister.
15598NM=$lt_NM
15599
15600# Whether we need soft or hard links.
15601LN_S=$lt_LN_S
15602
15603# What is the maximum length of a command?
15604max_cmd_len=$max_cmd_len
15605
15606# Object file suffix (normally "o").
15607objext=$ac_objext
15608
15609# Executable file suffix (normally "").
15610exeext=$exeext
15611
15612# whether the shell understands "unset".
15613lt_unset=$lt_unset
15614
15615# turn spaces into newlines.
15616SP2NL=$lt_lt_SP2NL
15617
15618# turn newlines into spaces.
15619NL2SP=$lt_lt_NL2SP
15620
15621# An object symbol dumper.
15622OBJDUMP=$lt_OBJDUMP
15623
15624# Method to check whether dependent libraries are shared objects.
15625deplibs_check_method=$lt_deplibs_check_method
15626
15627# Command to use when deplibs_check_method == "file_magic".
15628file_magic_cmd=$lt_file_magic_cmd
15629
15630# The archiver.
15631AR=$lt_AR
15632AR_FLAGS=$lt_AR_FLAGS
15633
15634# A symbol stripping program.
15635STRIP=$lt_STRIP
15636
15637# Commands used to install an old-style archive.
15638RANLIB=$lt_RANLIB
15639old_postinstall_cmds=$lt_old_postinstall_cmds
15640old_postuninstall_cmds=$lt_old_postuninstall_cmds
15641
15642# Whether to use a lock for old archive extraction.
15643lock_old_archive_extraction=$lock_old_archive_extraction
15644
15645# A C compiler.
15646LTCC=$lt_CC
15647
15648# LTCC compiler flags.
15649LTCFLAGS=$lt_CFLAGS
15650
15651# Take the output of nm and produce a listing of raw symbols and C names.
15652global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15653
15654# Transform the output of nm in a proper C declaration.
15655global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15656
15657# Transform the output of nm in a C name address pair.
15658global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15659
15660# Transform the output of nm in a C name address pair when lib prefix is needed.
15661global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15662
15663# The name of the directory that contains temporary libtool files.
15664objdir=$objdir
15665
15666# Used to examine libraries when file_magic_cmd begins with "file".
15667MAGIC_CMD=$MAGIC_CMD
15668
15669# Must we lock files when doing compilation?
15670need_locks=$lt_need_locks
15671
15672# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15673DSYMUTIL=$lt_DSYMUTIL
15674
15675# Tool to change global to local symbols on Mac OS X.
15676NMEDIT=$lt_NMEDIT
15677
15678# Tool to manipulate fat objects and archives on Mac OS X.
15679LIPO=$lt_LIPO
15680
15681# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15682OTOOL=$lt_OTOOL
15683
15684# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15685OTOOL64=$lt_OTOOL64
15686
15687# Old archive suffix (normally "a").
15688libext=$libext
15689
15690# Shared library suffix (normally ".so").
15691shrext_cmds=$lt_shrext_cmds
15692
15693# The commands to extract the exported symbol list from a shared archive.
15694extract_expsyms_cmds=$lt_extract_expsyms_cmds
15695
15696# Variables whose values should be saved in libtool wrapper scripts and
15697# restored at link time.
15698variables_saved_for_relink=$lt_variables_saved_for_relink
15699
15700# Do we need the "lib" prefix for modules?
15701need_lib_prefix=$need_lib_prefix
15702
15703# Do we need a version for libraries?
15704need_version=$need_version
15705
15706# Library versioning type.
15707version_type=$version_type
15708
15709# Shared library runtime path variable.
15710runpath_var=$runpath_var
15711
15712# Shared library path variable.
15713shlibpath_var=$shlibpath_var
15714
15715# Is shlibpath searched before the hard-coded library search path?
15716shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15717
15718# Format of library name prefix.
15719libname_spec=$lt_libname_spec
15720
15721# List of archive names. First name is the real one, the rest are links.
15722# The last name is the one that the linker finds with -lNAME
15723library_names_spec=$lt_library_names_spec
15724
15725# The coded name of the library, if different from the real name.
15726soname_spec=$lt_soname_spec
15727
15728# Permission mode override for installation of shared libraries.
15729install_override_mode=$lt_install_override_mode
15730
15731# Command to use after installation of a shared archive.
15732postinstall_cmds=$lt_postinstall_cmds
15733
15734# Command to use after uninstallation of a shared archive.
15735postuninstall_cmds=$lt_postuninstall_cmds
15736
15737# Commands used to finish a libtool library installation in a directory.
15738finish_cmds=$lt_finish_cmds
15739
15740# As "finish_cmds", except a single script fragment to be evaled but
15741# not shown.
15742finish_eval=$lt_finish_eval
15743
15744# Whether we should hardcode library paths into libraries.
15745hardcode_into_libs=$hardcode_into_libs
15746
15747# Compile-time system search path for libraries.
15748sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15749
15750# Run-time system search path for libraries.
15751sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15752
15753# Whether dlopen is supported.
15754dlopen_support=$enable_dlopen
15755
15756# Whether dlopen of programs is supported.
15757dlopen_self=$enable_dlopen_self
15758
15759# Whether dlopen of statically linked programs is supported.
15760dlopen_self_static=$enable_dlopen_self_static
15761
15762# Commands to strip libraries.
15763old_striplib=$lt_old_striplib
15764striplib=$lt_striplib
15765
15766
15767# The linker used to build libraries.
15768LD=$lt_LD
15769
15770# How to create reloadable object files.
15771reload_flag=$lt_reload_flag
15772reload_cmds=$lt_reload_cmds
15773
15774# Commands used to build an old-style archive.
15775old_archive_cmds=$lt_old_archive_cmds
15776
15777# A language specific compiler.
15778CC=$lt_compiler
15779
15780# Is the compiler the GNU compiler?
15781with_gcc=$GCC
15782
15783# Compiler flag to turn off builtin functions.
15784no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15785
15786# How to pass a linker flag through the compiler.
15787wl=$lt_lt_prog_compiler_wl
15788
15789# Additional compiler flags for building library objects.
15790pic_flag=$lt_lt_prog_compiler_pic
15791
15792# Compiler flag to prevent dynamic linking.
15793link_static_flag=$lt_lt_prog_compiler_static
15794
15795# Does compiler simultaneously support -c and -o options?
15796compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15797
15798# Whether or not to add -lc for building shared libraries.
15799build_libtool_need_lc=$archive_cmds_need_lc
15800
15801# Whether or not to disallow shared libs when runtime libs are static.
15802allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15803
15804# Compiler flag to allow reflexive dlopens.
15805export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15806
15807# Compiler flag to generate shared objects directly from archives.
15808whole_archive_flag_spec=$lt_whole_archive_flag_spec
15809
15810# Whether the compiler copes with passing no objects directly.
15811compiler_needs_object=$lt_compiler_needs_object
15812
15813# Create an old-style archive from a shared archive.
15814old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15815
15816# Create a temporary old-style archive to link instead of a shared archive.
15817old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15818
15819# Commands used to build a shared archive.
15820archive_cmds=$lt_archive_cmds
15821archive_expsym_cmds=$lt_archive_expsym_cmds
15822
15823# Commands used to build a loadable module if different from building
15824# a shared archive.
15825module_cmds=$lt_module_cmds
15826module_expsym_cmds=$lt_module_expsym_cmds
15827
15828# Whether we are building with GNU ld or not.
15829with_gnu_ld=$lt_with_gnu_ld
15830
15831# Flag that allows shared libraries with undefined symbols to be built.
15832allow_undefined_flag=$lt_allow_undefined_flag
15833
15834# Flag that enforces no undefined symbols.
15835no_undefined_flag=$lt_no_undefined_flag
15836
15837# Flag to hardcode \$libdir into a binary during linking.
15838# This must work even if \$libdir does not exist
15839hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15840
15841# If ld is used when linking, flag to hardcode \$libdir into a binary
15842# during linking. This must work even if \$libdir does not exist.
15843hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15844
15845# Whether we need a single "-rpath" flag with a separated argument.
15846hardcode_libdir_separator=$lt_hardcode_libdir_separator
15847
15848# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15849# DIR into the resulting binary.
15850hardcode_direct=$hardcode_direct
15851
15852# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15853# DIR into the resulting binary and the resulting library dependency is
15854# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15855# library is relocated.
15856hardcode_direct_absolute=$hardcode_direct_absolute
15857
15858# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15859# into the resulting binary.
15860hardcode_minus_L=$hardcode_minus_L
15861
15862# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15863# into the resulting binary.
15864hardcode_shlibpath_var=$hardcode_shlibpath_var
15865
15866# Set to "yes" if building a shared library automatically hardcodes DIR
15867# into the library and all subsequent libraries and executables linked
15868# against it.
15869hardcode_automatic=$hardcode_automatic
15870
15871# Set to yes if linker adds runtime paths of dependent libraries
15872# to runtime path list.
15873inherit_rpath=$inherit_rpath
15874
15875# Whether libtool must link a program against all its dependency libraries.
15876link_all_deplibs=$link_all_deplibs
15877
15878# Fix the shell variable \$srcfile for the compiler.
15879fix_srcfile_path=$lt_fix_srcfile_path
15880
15881# Set to "yes" if exported symbols are required.
15882always_export_symbols=$always_export_symbols
15883
15884# The commands to list exported symbols.
15885export_symbols_cmds=$lt_export_symbols_cmds
15886
15887# Symbols that should not be listed in the preloaded symbols.
15888exclude_expsyms=$lt_exclude_expsyms
15889
15890# Symbols that must always be exported.
15891include_expsyms=$lt_include_expsyms
15892
15893# Commands necessary for linking programs (against libraries) with templates.
15894prelink_cmds=$lt_prelink_cmds
15895
15896# Specify filename containing input files.
15897file_list_spec=$lt_file_list_spec
15898
15899# How to hardcode a shared library path into an executable.
15900hardcode_action=$hardcode_action
15901
15902# ### END LIBTOOL CONFIG
15903
15904_LT_EOF
15905
15906 case $host_os in
15907 aix3*)
15908 cat <<\_LT_EOF >> "$cfgfile"
15909# AIX sometimes has problems with the GCC collect2 program. For some
15910# reason, if we set the COLLECT_NAMES environment variable, the problems
15911# vanish in a puff of smoke.
15912if test "X${COLLECT_NAMES+set}" != Xset; then
15913 COLLECT_NAMES=
15914 export COLLECT_NAMES
15915fi
15916_LT_EOF
15917 ;;
15918 esac
15919
15920
15921ltmain="$ac_aux_dir/ltmain.sh"
15922
15923
15924 # We use sed instead of cat because bash on DJGPP gets confused if
15925 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15926 # text mode, it properly converts lines to CR/LF. This bash problem
15927 # is reportedly fixed, but why not run on old versions too?
15928 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15929 || (rm -f "$cfgfile"; exit 1)
15930
15931 case $xsi_shell in
15932 yes)
15933 cat << \_LT_EOF >> "$cfgfile"
15934
15935# func_dirname file append nondir_replacement
15936# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15937# otherwise set result to NONDIR_REPLACEMENT.
15938func_dirname ()
15939{
15940 case ${1} in
15941 */*) func_dirname_result="${1%/*}${2}" ;;
15942 * ) func_dirname_result="${3}" ;;
15943 esac
15944}
15945
15946# func_basename file
15947func_basename ()
15948{
15949 func_basename_result="${1##*/}"
15950}
15951
15952# func_dirname_and_basename file append nondir_replacement
15953# perform func_basename and func_dirname in a single function
15954# call:
15955# dirname: Compute the dirname of FILE. If nonempty,
15956# add APPEND to the result, otherwise set result
15957# to NONDIR_REPLACEMENT.
15958# value returned in "$func_dirname_result"
15959# basename: Compute filename of FILE.
15960# value retuned in "$func_basename_result"
15961# Implementation must be kept synchronized with func_dirname
15962# and func_basename. For efficiency, we do not delegate to
15963# those functions but instead duplicate the functionality here.
15964func_dirname_and_basename ()
15965{
15966 case ${1} in
15967 */*) func_dirname_result="${1%/*}${2}" ;;
15968 * ) func_dirname_result="${3}" ;;
15969 esac
15970 func_basename_result="${1##*/}"
15971}
15972
15973# func_stripname prefix suffix name
15974# strip PREFIX and SUFFIX off of NAME.
15975# PREFIX and SUFFIX must not contain globbing or regex special
15976# characters, hashes, percent signs, but SUFFIX may contain a leading
15977# dot (in which case that matches only a dot).
15978func_stripname ()
15979{
15980 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15981 # positional parameters, so assign one to ordinary parameter first.
15982 func_stripname_result=${3}
15983 func_stripname_result=${func_stripname_result#"${1}"}
15984 func_stripname_result=${func_stripname_result%"${2}"}
15985}
15986
15987# func_opt_split
15988func_opt_split ()
15989{
15990 func_opt_split_opt=${1%%=*}
15991 func_opt_split_arg=${1#*=}
15992}
15993
15994# func_lo2o object
15995func_lo2o ()
15996{
15997 case ${1} in
15998 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15999 *) func_lo2o_result=${1} ;;
16000 esac
16001}
16002
16003# func_xform libobj-or-source
16004func_xform ()
16005{
16006 func_xform_result=${1%.*}.lo
16007}
16008
16009# func_arith arithmetic-term...
16010func_arith ()
16011{
16012 func_arith_result=$(( $* ))
16013}
16014
16015# func_len string
16016# STRING may not start with a hyphen.
16017func_len ()
16018{
16019 func_len_result=${#1}
16020}
16021
16022_LT_EOF
16023 ;;
16024 *) # Bourne compatible functions.
16025 cat << \_LT_EOF >> "$cfgfile"
16026
16027# func_dirname file append nondir_replacement
16028# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16029# otherwise set result to NONDIR_REPLACEMENT.
16030func_dirname ()
16031{
16032 # Extract subdirectory from the argument.
16033 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16034 if test "X$func_dirname_result" = "X${1}"; then
16035 func_dirname_result="${3}"
16036 else
16037 func_dirname_result="$func_dirname_result${2}"
16038 fi
16039}
16040
16041# func_basename file
16042func_basename ()
16043{
16044 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16045}
16046
16047
16048# func_stripname prefix suffix name
16049# strip PREFIX and SUFFIX off of NAME.
16050# PREFIX and SUFFIX must not contain globbing or regex special
16051# characters, hashes, percent signs, but SUFFIX may contain a leading
16052# dot (in which case that matches only a dot).
16053# func_strip_suffix prefix name
16054func_stripname ()
16055{
16056 case ${2} in
16057 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16058 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16059 esac
16060}
16061
16062# sed scripts:
16063my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16064my_sed_long_arg='1s/^-[^=]*=//'
16065
16066# func_opt_split
16067func_opt_split ()
16068{
16069 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16070 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16071}
16072
16073# func_lo2o object
16074func_lo2o ()
16075{
16076 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16077}
16078
16079# func_xform libobj-or-source
16080func_xform ()
16081{
16082 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16083}
16084
16085# func_arith arithmetic-term...
16086func_arith ()
16087{
16088 func_arith_result=`expr "$@"`
16089}
16090
16091# func_len string
16092# STRING may not start with a hyphen.
16093func_len ()
16094{
16095 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16096}
16097
16098_LT_EOF
16099esac
16100
16101case $lt_shell_append in
16102 yes)
16103 cat << \_LT_EOF >> "$cfgfile"
16104
16105# func_append var value
16106# Append VALUE to the end of shell variable VAR.
16107func_append ()
16108{
16109 eval "$1+=\$2"
16110}
16111_LT_EOF
16112 ;;
16113 *)
16114 cat << \_LT_EOF >> "$cfgfile"
16115
16116# func_append var value
16117# Append VALUE to the end of shell variable VAR.
16118func_append ()
16119{
16120 eval "$1=\$$1\$2"
16121}
16122
16123_LT_EOF
16124 ;;
16125 esac
16126
16127
16128 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16129 || (rm -f "$cfgfile"; exit 1)
16130
16131 mv -f "$cfgfile" "$ofile" ||
16132 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16133 chmod +x "$ofile"
16134
16135 ;;
16136 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16137 rm -f Makesim1.tmp Makesim2.tmp Makefile
16138 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16139 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16140 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16141 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16142 <Makefile.sim >Makefile
16143 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16144 ;;
16145 "stamp-h":C) echo > stamp-h ;;
16146
16147 esac
16148done # for ac_tag
16149
16150
16151as_fn_exit 0
16152_ACEOF
16153ac_clean_files=$ac_clean_files_save
16154
16155test $ac_write_fail = 0 ||
d0ac1c44 16156 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
16157
16158
16159# configure is writing to config.log, and then calls config.status.
16160# config.status does its own redirection, appending to config.log.
16161# Unfortunately, on DOS this fails, as config.log is still kept open
16162# by configure, so config.status won't be able to write to it; its
16163# output is simply discarded. So we exec the FD to /dev/null,
16164# effectively closing config.log, so it can be properly (re)opened and
16165# appended to by config.status. When coming back to configure, we
16166# need to make the FD available again.
16167if test "$no_create" != yes; then
16168 ac_cs_success=:
16169 ac_config_status_args=
16170 test "$silent" = yes &&
16171 ac_config_status_args="$ac_config_status_args --quiet"
16172 exec 5>/dev/null
16173 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16174 exec 5>>config.log
16175 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16176 # would make configure fail if this is the last instruction.
d0ac1c44 16177 $ac_cs_success || as_fn_exit 1
0cd79707
SH
16178fi
16179if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16181$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16182fi
16183
16184