sim: common: delete unused aclocal.m4
[deliverable/binutils-gdb.git] / sim / bpf / configure
CommitLineData
b26e2ae7
JM
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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.
90as_myself=
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
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;}
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
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
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 :
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
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"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366} # as_fn_mkdir_p
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
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
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
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
415# script with STATUS, using 1 if that was 0.
416as_fn_error ()
417{
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
422 fi
423 $as_echo "$as_me: error: $2" >&2
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
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
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.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542else
543 as_ln_s='cp -pR'
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
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
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
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
569
570# Name of the host.
571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
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
b26e2ae7
JM
685RANLIB
686AR
b26e2ae7
JM
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
0316fb52 785enable_sim_bitsize
b26e2ae7
JM
786enable_sim_endian
787enable_sim_alignment
788enable_sim_scache
789enable_sim_default_model
5c1008a4
MF
790enable_werror
791enable_build_warnings
792enable_sim_build_warnings
b26e2ae7
JM
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
866 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *=) ac_optarg= ;;
868 *) ac_optarg=yes ;;
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 &&
913 as_fn_error $? "invalid feature name: $ac_useropt"
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 &&
939 as_fn_error $? "invalid feature name: $ac_useropt"
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 &&
1143 as_fn_error $? "invalid package name: $ac_useropt"
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 &&
1159 as_fn_error $? "invalid package name: $ac_useropt"
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
1189 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1190Try \`$0 --help' for more information"
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]* )
1198 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
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
1208 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1209 ;;
1210
1211 esac
1212done
1213
1214if test -n "$ac_prev"; then
1215 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1216 as_fn_error $? "missing argument to $ac_option"
1217fi
1218
1219if test -n "$ac_unrecognized_opts"; then
1220 case $enable_option_checking in
1221 no) ;;
1222 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
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
1245 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
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 .` ||
1273 as_fn_error $? "working directory cannot be determined"
1274test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1275 as_fn_error $? "pwd does not report name of working directory"
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 .."
1314 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1315fi
1316ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1317ac_abs_confdir=`(
1318 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
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
1358 -q, --quiet, --silent do not print \`checking ...' messages
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
0316fb52 1443 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
b26e2ae7
JM
1444 --enable-sim-endian=endian
1445 Specify target byte endian orientation
1446 --enable-sim-alignment=align
1447 Specify strict, nonstrict or forced alignment of
1448 memory accesses
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
b26e2ae7
JM
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>
1476 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
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
1547generated by GNU Autoconf 2.69
1548
1549Copyright (C) 2012 Free Software Foundation, Inc.
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
1593 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1594 as_fn_set_status $ac_retval
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
1619 test $ac_status = 0; } > conftest.i && {
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
1630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1631 as_fn_set_status $ac_retval
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
1643 if eval \${$3+:} false; then :
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1645$as_echo_n "checking for $2... " >&6; }
1646if eval \${$3+:} false; then :
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
1682rm -f conftest.err conftest.i conftest.$ac_ext
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; }
1709if eval \${$3+:} false; then :
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
1718 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
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
1759 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1760 as_fn_set_status $ac_retval
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; }
1773if eval \${$3+:} false; then :
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; }
1791 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
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 ||
1822 test -x conftest$ac_exeext
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
1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1837 as_fn_set_status $ac_retval
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; }
1849if eval \${$3+:} false; then :
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; }
1904 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
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; }
1917if eval \${$4+:} false; then :
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; }
1961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
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; }
1974if eval \${$3+:} false; then :
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; }
2015 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
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
2023generated by GNU Autoconf 2.69. Invocation command line was
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
2133 $as_echo "## ---------------- ##
2134## Cache variables. ##
2135## ---------------- ##"
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
2169 $as_echo "## ----------------- ##
2170## Output variables. ##
2171## ----------------- ##"
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
2184 $as_echo "## ------------------- ##
2185## File substitutions. ##
2186## ------------------- ##"
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
2200 $as_echo "## ----------- ##
2201## confdefs.h. ##
2202## ----------- ##"
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
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
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
2273 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
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
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; }
2282 fi
2283done
2284
2285if test -r "$cache_file"; then
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
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;}
2357 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
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.
b26e2ae7
JM
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
4094
4095
4096
4097
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; }
4183if ${ac_cv_prog_CC+:} false; then :
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
4195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
4223if ${ac_cv_prog_ac_ct_CC+:} false; then :
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
4235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
4276if ${ac_cv_prog_CC+:} false; then :
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
4288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
4316if ${ac_cv_prog_CC+:} false; then :
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
4329 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
4375if ${ac_cv_prog_CC+:} false; then :
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
4387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
4419if ${ac_cv_prog_ac_ct_CC+:} false; then :
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
4431 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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;}
4473as_fn_error $? "no acceptable C compiler found in \$PATH
4474See \`config.log' for more details" "$LINENO" 5; }
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
4496 rm -f conftest.er1 conftest.err
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
4513ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
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.
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; }
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 :
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
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;}
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; }
4593fi
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; }
4598ac_exeext=$ac_cv_exeext
4599
4600rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
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;}
4631as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4632See \`config.log' for more details" "$LINENO" 5; }
4633fi
4634rm -f conftest conftest$ac_cv_exeext
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
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
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; }
4702if ${ac_cv_objext+:} false; then :
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;}
4742as_fn_error $? "cannot compute suffix of object files: cannot compile
4743See \`config.log' for more details" "$LINENO" 5; }
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; }
4753if ${ac_cv_c_compiler_gnu+:} false; then :
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; }
4790if ${ac_cv_prog_cc_g+:} false; then :
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; }
4868if ${ac_cv_prog_cc_c89+:} false; then :
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>
4877struct stat;
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
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
4977done
4978if test -z "$ac_aux_dir"; then
4979 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
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 ||
4993 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4994
4995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4996$as_echo_n "checking build system type... " >&6; }
4997if ${ac_cv_build+:} false; then :
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 &&
5004 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5005ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5006 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
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*-*-*) ;;
5013*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
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; }
5031if ${ac_cv_host+:} false; then :
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` ||
5038 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
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*-*-*) ;;
5046*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
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; }
5064if ${ac_cv_target+:} false; then :
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` ||
5071 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
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*-*-*) ;;
5079*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
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
5114 if ${ac_cv_prog_CPP+:} false; then :
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
5144rm -f conftest.err conftest.i conftest.$ac_ext
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
5160rm -f conftest.err conftest.i conftest.$ac_ext
5161
5162done
5163# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5164rm -f conftest.i conftest.err conftest.$ac_ext
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
5203rm -f conftest.err conftest.i conftest.$ac_ext
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
5219rm -f conftest.err conftest.i conftest.$ac_ext
5220
5221done
5222# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5223rm -f conftest.i conftest.err conftest.$ac_ext
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;}
5229as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5230See \`config.log' for more details" "$LINENO" 5; }
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; }
5242if ${ac_cv_path_GREP+:} false; then :
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"
5256 as_fn_executable_p "$ac_path_GREP" || continue
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
5291 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
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; }
5305if ${ac_cv_path_EGREP+:} false; then :
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"
5322 as_fn_executable_p "$ac_path_EGREP" || continue
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
5357 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
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; }
5372if ${ac_cv_header_stdc+:} false; then :
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"
5489if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
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"
5501if test "x$ac_cv_header_minix_config_h" = xyes; then :
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; }
5523if ${ac_cv_safe_to_define___extensions__+:} false; then :
5524 $as_echo_n "(cached) " >&6
5525else
5526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5527/* end confdefs.h. */
5528
5529# define __EXTENSIONS__ 1
5530 $ac_includes_default
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
5587if ${ac_cv_path_install+:} false; then :
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
5607 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
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; }
5770if ${ac_cv_path_SED+:} false; then :
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"
5790 as_fn_executable_p "$ac_path_SED" || continue
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
5825 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
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; }
5852if ${ac_cv_path_FGREP+:} false; then :
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"
5869 as_fn_executable_p "$ac_path_FGREP" || continue
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
5904 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
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
5983if ${lt_cv_path_LD+:} false; then :
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
6020test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
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; }
6023if ${lt_cv_prog_gnu_ld+:} false; then :
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; }
6050if ${lt_cv_path_NM+:} false; then :
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; }
6113if ${ac_cv_prog_DUMPBIN+:} false; then :
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
6125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
6157if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
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
6169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
6229if ${lt_cv_nm_interface+:} false; then :
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; }
6264if ${lt_cv_sys_max_cmd_len+:} false; then :
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; }
6461if ${lt_cv_ld_reload_flag+:} false; then :
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; }
6497if ${ac_cv_prog_OBJDUMP+:} false; then :
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
6509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
6537if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
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
6549 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
6596if ${lt_cv_deplibs_check_method+:} false; then :
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
b26e2ae7
JM
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; }
6830if ${ac_cv_prog_AR+:} false; then :
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
6842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
6870if ${ac_cv_prog_ac_ct_AR+:} false; then :
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
6882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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
aa09469f
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
b26e2ae7
JM
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; }
6948if ${ac_cv_prog_STRIP+:} false; then :
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
6960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
6988if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
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
7000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7047if ${ac_cv_prog_RANLIB+:} false; then :
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
7059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7087if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
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
7099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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
b26e2ae7
JM
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; }
7196if ${ac_cv_prog_AWK+:} false; then :
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
7208 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7263if ${lt_cv_sys_global_symbol_pipe+:} false; then :
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; }
7647if ${lt_cv_cc_needs_belf+:} false; then :
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; }
7723if ${ac_cv_prog_DSYMUTIL+:} false; then :
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
7735 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7763if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
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
7775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7815if ${ac_cv_prog_NMEDIT+:} false; then :
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
7827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7855if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
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
7867 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7907if ${ac_cv_prog_LIPO+:} false; then :
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
7919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7947if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
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
7959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
7999if ${ac_cv_prog_OTOOL+:} false; then :
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
8011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
8039if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
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
8051 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
8091if ${ac_cv_prog_OTOOL64+:} false; then :
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
8103 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
8131if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
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
8143 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
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; }
8206if ${lt_cv_apple_cc_single_mod+:} false; then :
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; }
8235if ${lt_cv_ld_exported_symbols_list+:} false; then :
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; }
8267if ${lt_cv_ld_force_load+:} false; then :
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"
8334if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8335 cat >>confdefs.h <<_ACEOF
8336#define HAVE_DLFCN_H 1
8337_ACEOF
8338
8339fi
8340
8341done
8342
8343
8344
b26e2ae7
JM
8345ac_config_headers="$ac_config_headers config.h:config.in"
8346
8347
8348
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8350$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8351if ${ac_cv_c_bigendian+:} false; then :
8352 $as_echo_n "(cached) " >&6
8353else
8354 ac_cv_c_bigendian=unknown
8355 # See if we're dealing with a universal compiler.
8356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8357/* end confdefs.h. */
8358#ifndef __APPLE_CC__
8359 not a universal capable compiler
8360 #endif
8361 typedef int dummy;
8362
8363_ACEOF
8364if ac_fn_c_try_compile "$LINENO"; then :
8365
8366 # Check for potential -arch flags. It is not universal unless
8367 # there are at least two -arch flags with different values.
8368 ac_arch=
8369 ac_prev=
8370 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8371 if test -n "$ac_prev"; then
8372 case $ac_word in
8373 i?86 | x86_64 | ppc | ppc64)
8374 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8375 ac_arch=$ac_word
8376 else
8377 ac_cv_c_bigendian=universal
8378 break
8379 fi
8380 ;;
8381 esac
8382 ac_prev=
8383 elif test "x$ac_word" = "x-arch"; then
8384 ac_prev=arch
8385 fi
8386 done
8387fi
8388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8389 if test $ac_cv_c_bigendian = unknown; then
8390 # See if sys/param.h defines the BYTE_ORDER macro.
8391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8392/* end confdefs.h. */
8393#include <sys/types.h>
8394 #include <sys/param.h>
8395
8396int
8397main ()
8398{
8399#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8400 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8401 && LITTLE_ENDIAN)
8402 bogus endian macros
8403 #endif
8404
8405 ;
8406 return 0;
8407}
8408_ACEOF
8409if ac_fn_c_try_compile "$LINENO"; then :
8410 # It does; now see whether it defined to BIG_ENDIAN or not.
8411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8412/* end confdefs.h. */
8413#include <sys/types.h>
8414 #include <sys/param.h>
8415
8416int
8417main ()
8418{
8419#if BYTE_ORDER != BIG_ENDIAN
8420 not big endian
8421 #endif
8422
8423 ;
8424 return 0;
8425}
8426_ACEOF
8427if ac_fn_c_try_compile "$LINENO"; then :
8428 ac_cv_c_bigendian=yes
8429else
8430 ac_cv_c_bigendian=no
8431fi
8432rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8433fi
8434rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8435 fi
8436 if test $ac_cv_c_bigendian = unknown; then
8437 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8439/* end confdefs.h. */
8440#include <limits.h>
8441
8442int
8443main ()
8444{
8445#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8446 bogus endian macros
8447 #endif
8448
8449 ;
8450 return 0;
8451}
8452_ACEOF
8453if ac_fn_c_try_compile "$LINENO"; then :
8454 # It does; now see whether it defined to _BIG_ENDIAN or not.
8455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8456/* end confdefs.h. */
8457#include <limits.h>
8458
8459int
8460main ()
8461{
8462#ifndef _BIG_ENDIAN
8463 not big endian
8464 #endif
8465
8466 ;
8467 return 0;
8468}
8469_ACEOF
8470if ac_fn_c_try_compile "$LINENO"; then :
8471 ac_cv_c_bigendian=yes
8472else
8473 ac_cv_c_bigendian=no
8474fi
8475rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8476fi
8477rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8478 fi
8479 if test $ac_cv_c_bigendian = unknown; then
8480 # Compile a test program.
8481 if test "$cross_compiling" = yes; then :
8482 # Try to guess by grepping values from an object file.
8483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8484/* end confdefs.h. */
8485short int ascii_mm[] =
8486 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8487 short int ascii_ii[] =
8488 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8489 int use_ascii (int i) {
8490 return ascii_mm[i] + ascii_ii[i];
8491 }
8492 short int ebcdic_ii[] =
8493 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8494 short int ebcdic_mm[] =
8495 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8496 int use_ebcdic (int i) {
8497 return ebcdic_mm[i] + ebcdic_ii[i];
8498 }
8499 extern int foo;
8500
8501int
8502main ()
8503{
8504return use_ascii (foo) == use_ebcdic (foo);
8505 ;
8506 return 0;
8507}
8508_ACEOF
8509if ac_fn_c_try_compile "$LINENO"; then :
8510 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8511 ac_cv_c_bigendian=yes
8512 fi
8513 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8514 if test "$ac_cv_c_bigendian" = unknown; then
8515 ac_cv_c_bigendian=no
8516 else
8517 # finding both strings is unlikely to happen, but who knows?
8518 ac_cv_c_bigendian=unknown
8519 fi
8520 fi
8521fi
8522rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8523else
8524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8525/* end confdefs.h. */
8526$ac_includes_default
8527int
8528main ()
8529{
8530
8531 /* Are we little or big endian? From Harbison&Steele. */
8532 union
8533 {
8534 long int l;
8535 char c[sizeof (long int)];
8536 } u;
8537 u.l = 1;
8538 return u.c[sizeof (long int) - 1] == 1;
8539
8540 ;
8541 return 0;
8542}
8543_ACEOF
8544if ac_fn_c_try_run "$LINENO"; then :
8545 ac_cv_c_bigendian=no
8546else
8547 ac_cv_c_bigendian=yes
8548fi
8549rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8550 conftest.$ac_objext conftest.beam conftest.$ac_ext
8551fi
8552
8553 fi
8554fi
8555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8556$as_echo "$ac_cv_c_bigendian" >&6; }
8557 case $ac_cv_c_bigendian in #(
8558 yes)
8559 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8560;; #(
8561 no)
8562 ;; #(
8563 universal)
8564
8565$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8566
8567 ;; #(
8568 *)
8569 as_fn_error $? "unknown endianness
8570 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8571 esac
8572
8573
8574
8575
8576# Put a plausible default for CC_FOR_BUILD in Makefile.
8577if test -z "$CC_FOR_BUILD"; then
8578 if test "x$cross_compiling" = "xno"; then
8579 CC_FOR_BUILD='$(CC)'
8580 else
8581 CC_FOR_BUILD=gcc
8582 fi
8583fi
8584
8585
8586
b26e2ae7
JM
8587AR=${AR-ar}
8588
8589if test -n "$ac_tool_prefix"; then
8590 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8591set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8593$as_echo_n "checking for $ac_word... " >&6; }
8594if ${ac_cv_prog_RANLIB+:} false; then :
8595 $as_echo_n "(cached) " >&6
8596else
8597 if test -n "$RANLIB"; then
8598 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8599else
8600as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8601for as_dir in $PATH
8602do
8603 IFS=$as_save_IFS
8604 test -z "$as_dir" && as_dir=.
8605 for ac_exec_ext in '' $ac_executable_extensions; do
8606 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8607 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8609 break 2
8610 fi
8611done
8612 done
8613IFS=$as_save_IFS
8614
8615fi
8616fi
8617RANLIB=$ac_cv_prog_RANLIB
8618if test -n "$RANLIB"; then
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8620$as_echo "$RANLIB" >&6; }
8621else
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8623$as_echo "no" >&6; }
8624fi
8625
8626
8627fi
8628if test -z "$ac_cv_prog_RANLIB"; then
8629 ac_ct_RANLIB=$RANLIB
8630 # Extract the first word of "ranlib", so it can be a program name with args.
8631set dummy ranlib; ac_word=$2
8632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8633$as_echo_n "checking for $ac_word... " >&6; }
8634if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
8635 $as_echo_n "(cached) " >&6
8636else
8637 if test -n "$ac_ct_RANLIB"; then
8638 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8639else
8640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8641for as_dir in $PATH
8642do
8643 IFS=$as_save_IFS
8644 test -z "$as_dir" && as_dir=.
8645 for ac_exec_ext in '' $ac_executable_extensions; do
8646 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8647 ac_cv_prog_ac_ct_RANLIB="ranlib"
8648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8649 break 2
8650 fi
8651done
8652 done
8653IFS=$as_save_IFS
8654
8655fi
8656fi
8657ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8658if test -n "$ac_ct_RANLIB"; then
8659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8660$as_echo "$ac_ct_RANLIB" >&6; }
8661else
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8663$as_echo "no" >&6; }
8664fi
8665
8666 if test "x$ac_ct_RANLIB" = x; then
8667 RANLIB=":"
8668 else
8669 case $cross_compiling:$ac_tool_warned in
8670yes:)
8671{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8672$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8673ac_tool_warned=yes ;;
8674esac
8675 RANLIB=$ac_ct_RANLIB
8676 fi
8677else
8678 RANLIB="$ac_cv_prog_RANLIB"
8679fi
8680
8681
46f900c0
MF
8682# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8683# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8684# is C99. So handle it ourselves.
8685:
8686C_DIALECT=
8687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8688$as_echo_n "checking whether C11 is supported by default... " >&6; }
8689cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8690/* end confdefs.h. */
8691
8692#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8693# error "C11 support not found"
8694#endif
8695
8696_ACEOF
8697if ac_fn_c_try_compile "$LINENO"; then :
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8699$as_echo "yes" >&6; }
8700else
8701
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8703$as_echo "no" >&6; }
8704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8705$as_echo_n "checking for -std=c11 support... " >&6; }
8706 ac_save_CC="$CC"
8707 CC="$CC -std=c11"
8708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8709/* end confdefs.h. */
8710
8711#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8712# error "C11 support not found"
8713#endif
8714
8715_ACEOF
8716if ac_fn_c_try_compile "$LINENO"; then :
8717
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8719$as_echo "yes" >&6; }
8720 CC="$ac_save_CC"
8721 C_DIALECT="-std=c11"
8722
8723else
8724 as_fn_error $? "C11 is required" "$LINENO" 5
8725fi
8726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8727fi
8728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8729
8730
b26e2ae7
JM
8731# Some of the common include files depend on bfd.h, and bfd.h checks
8732# that config.h is included first by testing that the PACKAGE macro
8733# is defined.
8734PACKAGE=sim
8735
8736cat >>confdefs.h <<_ACEOF
8737#define PACKAGE "$PACKAGE"
8738_ACEOF
8739
8740
8741
8742# Dependency checking.
8743ac_config_commands="$ac_config_commands depdir"
8744
8745
8746depcc="$CC" am_compiler_list=
8747
8748am_depcomp=$ac_aux_dir/depcomp
8749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8750$as_echo_n "checking dependency style of $depcc... " >&6; }
8751if ${am_cv_CC_dependencies_compiler_type+:} false; then :
8752 $as_echo_n "(cached) " >&6
8753else
8754 if test -f "$am_depcomp"; then
8755 # We make a subdir and do the tests there. Otherwise we can end up
8756 # making bogus files that we don't know about and never remove. For
8757 # instance it was reported that on HP-UX the gcc test will end up
8758 # making a dummy file named `D' -- because `-MD' means `put the output
8759 # in D'.
8760 mkdir conftest.dir
8761 # Copy depcomp to subdir because otherwise we won't find it if we're
8762 # using a relative directory.
8763 cp "$am_depcomp" conftest.dir
8764 cd conftest.dir
8765 # We will build objects and dependencies in a subdirectory because
8766 # it helps to detect inapplicable dependency modes. For instance
8767 # both Tru64's cc and ICC support -MD to output dependencies as a
8768 # side effect of compilation, but ICC will put the dependencies in
8769 # the current directory while Tru64 will put them in the object
8770 # directory.
8771 mkdir sub
8772
8773 am_cv_CC_dependencies_compiler_type=none
8774 if test "$am_compiler_list" = ""; then
8775 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8776 fi
8777 for depmode in $am_compiler_list; do
8778 if test $depmode = none; then break; fi
8779
8780 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8781 # Setup a source with many dependencies, because some compilers
8782 # like to wrap large dependency lists on column 80 (with \), and
8783 # we should not choose a depcomp mode which is confused by this.
8784 #
8785 # We need to recreate these files for each test, as the compiler may
8786 # overwrite some of them when testing with obscure command lines.
8787 # This happens at least with the AIX C compiler.
8788 : > sub/conftest.c
8789 for i in 1 2 3 4 5 6; do
8790 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8791 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8792 # Solaris 8's {/usr,}/bin/sh.
8793 touch sub/conftst$i.h
8794 done
8795 echo "include sub/conftest.Po" > confmf
8796
8797 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8798 # mode. It turns out that the SunPro C++ compiler does not properly
8799 # handle `-M -o', and we need to detect this.
8800 depcmd="depmode=$depmode \
8801 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8802 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8803 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8804 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8805 if env $depcmd > conftest.err 2>&1 &&
8806 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8807 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8808 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8809 # icc doesn't choke on unknown options, it will just issue warnings
8810 # or remarks (even with -Werror). So we grep stderr for any message
8811 # that says an option was ignored or not supported.
8812 # When given -MP, icc 7.0 and 7.1 complain thusly:
8813 # icc: Command line warning: ignoring option '-M'; no argument required
8814 # The diagnosis changed in icc 8.0:
8815 # icc: Command line remark: option '-MP' not supported
8816 if (grep 'ignoring option' conftest.err ||
8817 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8818 am_cv_CC_dependencies_compiler_type=$depmode
8819 $as_echo "$as_me:$LINENO: success" >&5
8820 break
8821 fi
8822 fi
8823 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8824 sed -e 's/^/| /' < conftest.err >&5
8825 done
8826
8827 cd ..
8828 rm -rf conftest.dir
8829else
8830 am_cv_CC_dependencies_compiler_type=none
8831fi
8832
8833fi
8834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8835$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8836if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8837then as_fn_error $? "no usable dependency style found" "$LINENO" 5
8838else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8839
8840fi
8841
8842
8843# Check for the 'make' the user wants to use.
8844for ac_prog in make
8845do
8846 # Extract the first word of "$ac_prog", so it can be a program name with args.
8847set dummy $ac_prog; ac_word=$2
8848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8849$as_echo_n "checking for $ac_word... " >&6; }
8850if ${ac_cv_prog_MAKE+:} false; then :
8851 $as_echo_n "(cached) " >&6
8852else
8853 if test -n "$MAKE"; then
8854 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8855else
8856as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8857for as_dir in $PATH
8858do
8859 IFS=$as_save_IFS
8860 test -z "$as_dir" && as_dir=.
8861 for ac_exec_ext in '' $ac_executable_extensions; do
8862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8863 ac_cv_prog_MAKE="$ac_prog"
8864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8865 break 2
8866 fi
8867done
8868 done
8869IFS=$as_save_IFS
8870
8871fi
8872fi
8873MAKE=$ac_cv_prog_MAKE
8874if test -n "$MAKE"; then
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8876$as_echo "$MAKE" >&6; }
8877else
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8879$as_echo "no" >&6; }
8880fi
8881
8882
8883 test -n "$MAKE" && break
8884done
8885
8886MAKE_IS_GNU=
8887case "`$MAKE --version 2>&1 | sed 1q`" in
8888 *GNU*)
8889 MAKE_IS_GNU=yes
8890 ;;
8891esac
8892 if test "$MAKE_IS_GNU" = yes; then
8893 GMAKE_TRUE=
8894 GMAKE_FALSE='#'
8895else
8896 GMAKE_TRUE='#'
8897 GMAKE_FALSE=
8898fi
8899
8900
8901ALL_LINGUAS=
8902# If we haven't got the data from the intl directory,
8903# assume NLS is disabled.
8904USE_NLS=no
8905LIBINTL=
8906LIBINTL_DEP=
8907INCINTL=
8908XGETTEXT=
8909GMSGFMT=
8910POSUB=
8911
8912if test -f ../../intl/config.intl; then
8913 . ../../intl/config.intl
8914fi
8915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8916$as_echo_n "checking whether NLS is requested... " >&6; }
8917if test x"$USE_NLS" != xyes; then
8918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8919$as_echo "no" >&6; }
8920else
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8922$as_echo "yes" >&6; }
8923
8924$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8925
8926
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8928$as_echo_n "checking for catalogs to be installed... " >&6; }
8929 # Look for .po and .gmo files in the source directory.
8930 CATALOGS=
8931 XLINGUAS=
8932 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8933 # If there aren't any .gmo files the shell will give us the
8934 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8935 # weeded out.
8936 case "$cat" in *\**)
8937 continue;;
8938 esac
8939 # The quadruple backslash is collapsed to a double backslash
8940 # by the backticks, then collapsed again by the double quotes,
8941 # leaving us with one backslash in the sed expression (right
8942 # before the dot that mustn't act as a wildcard).
8943 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8944 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8945 # The user is allowed to set LINGUAS to a list of languages to
8946 # install catalogs for. If it's empty that means "all of them."
8947 if test "x$LINGUAS" = x; then
8948 CATALOGS="$CATALOGS $cat"
8949 XLINGUAS="$XLINGUAS $lang"
8950 else
8951 case "$LINGUAS" in *$lang*)
8952 CATALOGS="$CATALOGS $cat"
8953 XLINGUAS="$XLINGUAS $lang"
8954 ;;
8955 esac
8956 fi
8957 done
8958 LINGUAS="$XLINGUAS"
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8960$as_echo "$LINGUAS" >&6; }
8961
8962
8963 DATADIRNAME=share
8964
8965 INSTOBJEXT=.mo
8966
8967 GENCAT=gencat
8968
8969 CATOBJEXT=.gmo
8970
8971fi
8972
8973# Check for common headers.
68ed2854
MF
8974# NB: You can assume C11 headers exist.
8975for ac_header in unistd.h
b26e2ae7 8976do :
68ed2854
MF
8977 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
8978if test "x$ac_cv_header_unistd_h" = xyes; then :
b26e2ae7 8979 cat >>confdefs.h <<_ACEOF
68ed2854 8980#define HAVE_UNISTD_H 1
b26e2ae7
JM
8981_ACEOF
8982
8983fi
8984
8985done
8986
8987for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8988do :
8989 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8990ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8991if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8992 cat >>confdefs.h <<_ACEOF
8993#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8994_ACEOF
8995
8996fi
8997
8998done
8999
9000for ac_header in fcntl.h fpu_control.h
9001do :
9002 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9003ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9004if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9005 cat >>confdefs.h <<_ACEOF
9006#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9007_ACEOF
9008
9009fi
9010
9011done
9012
68ed2854 9013for ac_header in dlfcn.h sys/stat.h
b26e2ae7
JM
9014do :
9015 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9016ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9017if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9018 cat >>confdefs.h <<_ACEOF
9019#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9020_ACEOF
9021
9022fi
9023
9024done
9025
9026for ac_func in getrusage time sigaction __setfpucw
9027do :
9028 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9029ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9030if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9031 cat >>confdefs.h <<_ACEOF
9032#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9033_ACEOF
9034
9035fi
9036done
9037
9038for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9039do :
9040 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9041ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9042if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9043 cat >>confdefs.h <<_ACEOF
9044#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9045_ACEOF
9046
9047fi
9048done
9049
9050ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9051#include <sys/types.h>
9052#endif
9053#ifdef HAVE_SYS_STAT_H
9054#include <sys/stat.h>
9055#endif
9056"
9057if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
9058
9059cat >>confdefs.h <<_ACEOF
9060#define HAVE_STRUCT_STAT_ST_DEV 1
9061_ACEOF
9062
9063
9064fi
9065ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9066#include <sys/types.h>
9067#endif
9068#ifdef HAVE_SYS_STAT_H
9069#include <sys/stat.h>
9070#endif
9071"
9072if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
9073
9074cat >>confdefs.h <<_ACEOF
9075#define HAVE_STRUCT_STAT_ST_INO 1
9076_ACEOF
9077
9078
9079fi
9080ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9081#include <sys/types.h>
9082#endif
9083#ifdef HAVE_SYS_STAT_H
9084#include <sys/stat.h>
9085#endif
9086"
9087if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
9088
9089cat >>confdefs.h <<_ACEOF
9090#define HAVE_STRUCT_STAT_ST_MODE 1
9091_ACEOF
9092
9093
9094fi
9095ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9096#include <sys/types.h>
9097#endif
9098#ifdef HAVE_SYS_STAT_H
9099#include <sys/stat.h>
9100#endif
9101"
9102if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
9103
9104cat >>confdefs.h <<_ACEOF
9105#define HAVE_STRUCT_STAT_ST_NLINK 1
9106_ACEOF
9107
9108
9109fi
9110ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9111#include <sys/types.h>
9112#endif
9113#ifdef HAVE_SYS_STAT_H
9114#include <sys/stat.h>
9115#endif
9116"
9117if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
9118
9119cat >>confdefs.h <<_ACEOF
9120#define HAVE_STRUCT_STAT_ST_UID 1
9121_ACEOF
9122
9123
9124fi
9125ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9126#include <sys/types.h>
9127#endif
9128#ifdef HAVE_SYS_STAT_H
9129#include <sys/stat.h>
9130#endif
9131"
9132if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
9133
9134cat >>confdefs.h <<_ACEOF
9135#define HAVE_STRUCT_STAT_ST_GID 1
9136_ACEOF
9137
9138
9139fi
9140ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9141#include <sys/types.h>
9142#endif
9143#ifdef HAVE_SYS_STAT_H
9144#include <sys/stat.h>
9145#endif
9146"
9147if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
9148
9149cat >>confdefs.h <<_ACEOF
9150#define HAVE_STRUCT_STAT_ST_RDEV 1
9151_ACEOF
9152
9153
9154fi
9155ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9156#include <sys/types.h>
9157#endif
9158#ifdef HAVE_SYS_STAT_H
9159#include <sys/stat.h>
9160#endif
9161"
9162if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
9163
9164cat >>confdefs.h <<_ACEOF
9165#define HAVE_STRUCT_STAT_ST_SIZE 1
9166_ACEOF
9167
9168
9169fi
9170ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9171#include <sys/types.h>
9172#endif
9173#ifdef HAVE_SYS_STAT_H
9174#include <sys/stat.h>
9175#endif
9176"
9177if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
9178
9179cat >>confdefs.h <<_ACEOF
9180#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9181_ACEOF
9182
9183
9184fi
9185ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9186#include <sys/types.h>
9187#endif
9188#ifdef HAVE_SYS_STAT_H
9189#include <sys/stat.h>
9190#endif
9191"
9192if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
9193
9194cat >>confdefs.h <<_ACEOF
9195#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9196_ACEOF
9197
9198
9199fi
9200ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9201#include <sys/types.h>
9202#endif
9203#ifdef HAVE_SYS_STAT_H
9204#include <sys/stat.h>
9205#endif
9206"
9207if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
9208
9209cat >>confdefs.h <<_ACEOF
9210#define HAVE_STRUCT_STAT_ST_ATIME 1
9211_ACEOF
9212
9213
9214fi
9215ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9216#include <sys/types.h>
9217#endif
9218#ifdef HAVE_SYS_STAT_H
9219#include <sys/stat.h>
9220#endif
9221"
9222if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
9223
9224cat >>confdefs.h <<_ACEOF
9225#define HAVE_STRUCT_STAT_ST_MTIME 1
9226_ACEOF
9227
9228
9229fi
9230ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9231#include <sys/types.h>
9232#endif
9233#ifdef HAVE_SYS_STAT_H
9234#include <sys/stat.h>
9235#endif
9236"
9237if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
9238
9239cat >>confdefs.h <<_ACEOF
9240#define HAVE_STRUCT_STAT_ST_CTIME 1
9241_ACEOF
9242
9243
9244fi
9245
9246ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9247#include <sys/socket.h>
9248
9249"
9250if test "x$ac_cv_type_socklen_t" = xyes; then :
9251
9252cat >>confdefs.h <<_ACEOF
9253#define HAVE_SOCKLEN_T 1
9254_ACEOF
9255
9256
9257fi
9258
9259
9260# Check for socket libraries
9261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9262$as_echo_n "checking for bind in -lsocket... " >&6; }
9263if ${ac_cv_lib_socket_bind+:} false; then :
9264 $as_echo_n "(cached) " >&6
9265else
9266 ac_check_lib_save_LIBS=$LIBS
9267LIBS="-lsocket $LIBS"
9268cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9269/* end confdefs.h. */
9270
9271/* Override any GCC internal prototype to avoid an error.
9272 Use char because int might match the return type of a GCC
9273 builtin and then its argument prototype would still apply. */
9274#ifdef __cplusplus
9275extern "C"
9276#endif
9277char bind ();
9278int
9279main ()
9280{
9281return bind ();
9282 ;
9283 return 0;
9284}
9285_ACEOF
9286if ac_fn_c_try_link "$LINENO"; then :
9287 ac_cv_lib_socket_bind=yes
9288else
9289 ac_cv_lib_socket_bind=no
9290fi
9291rm -f core conftest.err conftest.$ac_objext \
9292 conftest$ac_exeext conftest.$ac_ext
9293LIBS=$ac_check_lib_save_LIBS
9294fi
9295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9296$as_echo "$ac_cv_lib_socket_bind" >&6; }
9297if test "x$ac_cv_lib_socket_bind" = xyes; then :
9298 cat >>confdefs.h <<_ACEOF
9299#define HAVE_LIBSOCKET 1
9300_ACEOF
9301
9302 LIBS="-lsocket $LIBS"
9303
9304fi
9305
9306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9307$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9308if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9309 $as_echo_n "(cached) " >&6
9310else
9311 ac_check_lib_save_LIBS=$LIBS
9312LIBS="-lnsl $LIBS"
9313cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9314/* end confdefs.h. */
9315
9316/* Override any GCC internal prototype to avoid an error.
9317 Use char because int might match the return type of a GCC
9318 builtin and then its argument prototype would still apply. */
9319#ifdef __cplusplus
9320extern "C"
9321#endif
9322char gethostbyname ();
9323int
9324main ()
9325{
9326return gethostbyname ();
9327 ;
9328 return 0;
9329}
9330_ACEOF
9331if ac_fn_c_try_link "$LINENO"; then :
9332 ac_cv_lib_nsl_gethostbyname=yes
9333else
9334 ac_cv_lib_nsl_gethostbyname=no
9335fi
9336rm -f core conftest.err conftest.$ac_objext \
9337 conftest$ac_exeext conftest.$ac_ext
9338LIBS=$ac_check_lib_save_LIBS
9339fi
9340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9341$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9342if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9343 cat >>confdefs.h <<_ACEOF
9344#define HAVE_LIBNSL 1
9345_ACEOF
9346
9347 LIBS="-lnsl $LIBS"
9348
9349fi
9350
9351
9352# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9353# using the same condition.
9354
9355 # Use the system's zlib library.
9356 zlibdir="-L\$(top_builddir)/../zlib"
9357 zlibinc="-I\$(top_srcdir)/../zlib"
9358
9359# Check whether --with-system-zlib was given.
9360if test "${with_system_zlib+set}" = set; then :
9361 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9362 zlibdir=
9363 zlibinc=
9364 fi
9365
9366fi
9367
9368
9369
9370
9371
9372# BFD uses libdl when when plugins enabled.
9373
9374 maybe_plugins=no
9375 for ac_header in dlfcn.h
9376do :
9377 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9378"
9379if test "x$ac_cv_header_dlfcn_h" = xyes; then :
9380 cat >>confdefs.h <<_ACEOF
9381#define HAVE_DLFCN_H 1
9382_ACEOF
9383 maybe_plugins=yes
9384fi
9385
9386done
9387
9388 for ac_header in windows.h
9389do :
9390 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9391"
9392if test "x$ac_cv_header_windows_h" = xyes; then :
9393 cat >>confdefs.h <<_ACEOF
9394#define HAVE_WINDOWS_H 1
9395_ACEOF
9396 maybe_plugins=yes
9397fi
9398
9399done
9400
9401
9402 # Check whether --enable-plugins was given.
9403if test "${enable_plugins+set}" = set; then :
9404 enableval=$enable_plugins; case "${enableval}" in
9405 no) plugins=no ;;
9406 *) plugins=yes
9407 if test "$maybe_plugins" != "yes" ; then
9408 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9409 fi ;;
9410 esac
9411else
9412 plugins=$maybe_plugins
9413
9414fi
9415
9416 if test "$plugins" = "yes"; then
9417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9418$as_echo_n "checking for library containing dlsym... " >&6; }
9419if ${ac_cv_search_dlsym+:} false; then :
9420 $as_echo_n "(cached) " >&6
9421else
9422 ac_func_search_save_LIBS=$LIBS
9423cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9424/* end confdefs.h. */
9425
9426/* Override any GCC internal prototype to avoid an error.
9427 Use char because int might match the return type of a GCC
9428 builtin and then its argument prototype would still apply. */
9429#ifdef __cplusplus
9430extern "C"
9431#endif
9432char dlsym ();
9433int
9434main ()
9435{
9436return dlsym ();
9437 ;
9438 return 0;
9439}
9440_ACEOF
9441for ac_lib in '' dl; do
9442 if test -z "$ac_lib"; then
9443 ac_res="none required"
9444 else
9445 ac_res=-l$ac_lib
9446 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9447 fi
9448 if ac_fn_c_try_link "$LINENO"; then :
9449 ac_cv_search_dlsym=$ac_res
9450fi
9451rm -f core conftest.err conftest.$ac_objext \
9452 conftest$ac_exeext
9453 if ${ac_cv_search_dlsym+:} false; then :
9454 break
9455fi
9456done
9457if ${ac_cv_search_dlsym+:} false; then :
9458
9459else
9460 ac_cv_search_dlsym=no
9461fi
9462rm conftest.$ac_ext
9463LIBS=$ac_func_search_save_LIBS
9464fi
9465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9466$as_echo "$ac_cv_search_dlsym" >&6; }
9467ac_res=$ac_cv_search_dlsym
9468if test "$ac_res" != no; then :
9469 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9470
9471fi
9472
9473 fi
9474
9475 if test "$plugins" = yes; then
9476 PLUGINS_TRUE=
9477 PLUGINS_FALSE='#'
9478else
9479 PLUGINS_TRUE='#'
9480 PLUGINS_FALSE=
9481fi
9482
9483
9484
9485
9486
9487# Set options
9488enable_dlopen=yes
9489
9490
9491
9492
9493 enable_win32_dll=no
9494
9495
9496 # Check whether --enable-shared was given.
9497if test "${enable_shared+set}" = set; then :
9498 enableval=$enable_shared; p=${PACKAGE-default}
9499 case $enableval in
9500 yes) enable_shared=yes ;;
9501 no) enable_shared=no ;;
9502 *)
9503 enable_shared=no
9504 # Look at the argument we got. We use all the common list separators.
9505 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9506 for pkg in $enableval; do
9507 IFS="$lt_save_ifs"
9508 if test "X$pkg" = "X$p"; then
9509 enable_shared=yes
9510 fi
9511 done
9512 IFS="$lt_save_ifs"
9513 ;;
9514 esac
9515else
9516 enable_shared=yes
9517fi
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527 # Check whether --enable-static was given.
9528if test "${enable_static+set}" = set; then :
9529 enableval=$enable_static; p=${PACKAGE-default}
9530 case $enableval in
9531 yes) enable_static=yes ;;
9532 no) enable_static=no ;;
9533 *)
9534 enable_static=no
9535 # Look at the argument we got. We use all the common list separators.
9536 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9537 for pkg in $enableval; do
9538 IFS="$lt_save_ifs"
9539 if test "X$pkg" = "X$p"; then
9540 enable_static=yes
9541 fi
9542 done
9543 IFS="$lt_save_ifs"
9544 ;;
9545 esac
9546else
9547 enable_static=yes
9548fi
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559# Check whether --with-pic was given.
9560if test "${with_pic+set}" = set; then :
9561 withval=$with_pic; pic_mode="$withval"
9562else
9563 pic_mode=default
9564fi
9565
9566
9567test -z "$pic_mode" && pic_mode=default
9568
9569
9570
9571
9572
9573
9574
9575 # Check whether --enable-fast-install was given.
9576if test "${enable_fast_install+set}" = set; then :
9577 enableval=$enable_fast_install; p=${PACKAGE-default}
9578 case $enableval in
9579 yes) enable_fast_install=yes ;;
9580 no) enable_fast_install=no ;;
9581 *)
9582 enable_fast_install=no
9583 # Look at the argument we got. We use all the common list separators.
9584 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9585 for pkg in $enableval; do
9586 IFS="$lt_save_ifs"
9587 if test "X$pkg" = "X$p"; then
9588 enable_fast_install=yes
9589 fi
9590 done
9591 IFS="$lt_save_ifs"
9592 ;;
9593 esac
9594else
9595 enable_fast_install=yes
9596fi
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608# This can be used to rebuild libtool when needed
9609LIBTOOL_DEPS="$ltmain"
9610
9611# Always use our own libtool.
9612LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639test -z "$LN_S" && LN_S="ln -s"
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654if test -n "${ZSH_VERSION+set}" ; then
9655 setopt NO_GLOB_SUBST
9656fi
9657
9658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9659$as_echo_n "checking for objdir... " >&6; }
9660if ${lt_cv_objdir+:} false; then :
9661 $as_echo_n "(cached) " >&6
9662else
9663 rm -f .libs 2>/dev/null
9664mkdir .libs 2>/dev/null
9665if test -d .libs; then
9666 lt_cv_objdir=.libs
9667else
9668 # MS-DOS does not allow filenames that begin with a dot.
9669 lt_cv_objdir=_libs
9670fi
9671rmdir .libs 2>/dev/null
9672fi
9673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9674$as_echo "$lt_cv_objdir" >&6; }
9675objdir=$lt_cv_objdir
9676
9677
9678
9679
9680
9681cat >>confdefs.h <<_ACEOF
9682#define LT_OBJDIR "$lt_cv_objdir/"
9683_ACEOF
9684
9685
9686
9687
9688case $host_os in
9689aix3*)
9690 # AIX sometimes has problems with the GCC collect2 program. For some
9691 # reason, if we set the COLLECT_NAMES environment variable, the problems
9692 # vanish in a puff of smoke.
9693 if test "X${COLLECT_NAMES+set}" != Xset; then
9694 COLLECT_NAMES=
9695 export COLLECT_NAMES
9696 fi
9697 ;;
9698esac
9699
9700# Global variables:
9701ofile=libtool
9702can_build_shared=yes
9703
9704# All known linkers require a `.a' archive for static linking (except MSVC,
9705# which needs '.lib').
9706libext=a
9707
9708with_gnu_ld="$lt_cv_prog_gnu_ld"
9709
9710old_CC="$CC"
9711old_CFLAGS="$CFLAGS"
9712
9713# Set sane defaults for various variables
9714test -z "$CC" && CC=cc
9715test -z "$LTCC" && LTCC=$CC
9716test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9717test -z "$LD" && LD=ld
9718test -z "$ac_objext" && ac_objext=o
9719
9720for cc_temp in $compiler""; do
9721 case $cc_temp in
9722 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9723 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9724 \-*) ;;
9725 *) break;;
9726 esac
9727done
9728cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9729
9730
9731# Only perform the check for file, if the check method requires it
9732test -z "$MAGIC_CMD" && MAGIC_CMD=file
9733case $deplibs_check_method in
9734file_magic*)
9735 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9737$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9738if ${lt_cv_path_MAGIC_CMD+:} false; then :
9739 $as_echo_n "(cached) " >&6
9740else
9741 case $MAGIC_CMD in
9742[\\/*] | ?:[\\/]*)
9743 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9744 ;;
9745*)
9746 lt_save_MAGIC_CMD="$MAGIC_CMD"
9747 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9748 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9749 for ac_dir in $ac_dummy; do
9750 IFS="$lt_save_ifs"
9751 test -z "$ac_dir" && ac_dir=.
9752 if test -f $ac_dir/${ac_tool_prefix}file; then
9753 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9754 if test -n "$file_magic_test_file"; then
9755 case $deplibs_check_method in
9756 "file_magic "*)
9757 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9758 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9759 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9760 $EGREP "$file_magic_regex" > /dev/null; then
9761 :
9762 else
9763 cat <<_LT_EOF 1>&2
9764
9765*** Warning: the command libtool uses to detect shared libraries,
9766*** $file_magic_cmd, produces output that libtool cannot recognize.
9767*** The result is that libtool may fail to recognize shared libraries
9768*** as such. This will affect the creation of libtool libraries that
9769*** depend on shared libraries, but programs linked with such libtool
9770*** libraries will work regardless of this problem. Nevertheless, you
9771*** may want to report the problem to your system manager and/or to
9772*** bug-libtool@gnu.org
9773
9774_LT_EOF
9775 fi ;;
9776 esac
9777 fi
9778 break
9779 fi
9780 done
9781 IFS="$lt_save_ifs"
9782 MAGIC_CMD="$lt_save_MAGIC_CMD"
9783 ;;
9784esac
9785fi
9786
9787MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9788if test -n "$MAGIC_CMD"; then
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9790$as_echo "$MAGIC_CMD" >&6; }
9791else
9792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9793$as_echo "no" >&6; }
9794fi
9795
9796
9797
9798
9799
9800if test -z "$lt_cv_path_MAGIC_CMD"; then
9801 if test -n "$ac_tool_prefix"; then
9802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9803$as_echo_n "checking for file... " >&6; }
9804if ${lt_cv_path_MAGIC_CMD+:} false; then :
9805 $as_echo_n "(cached) " >&6
9806else
9807 case $MAGIC_CMD in
9808[\\/*] | ?:[\\/]*)
9809 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9810 ;;
9811*)
9812 lt_save_MAGIC_CMD="$MAGIC_CMD"
9813 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9814 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9815 for ac_dir in $ac_dummy; do
9816 IFS="$lt_save_ifs"
9817 test -z "$ac_dir" && ac_dir=.
9818 if test -f $ac_dir/file; then
9819 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9820 if test -n "$file_magic_test_file"; then
9821 case $deplibs_check_method in
9822 "file_magic "*)
9823 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9824 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9825 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9826 $EGREP "$file_magic_regex" > /dev/null; then
9827 :
9828 else
9829 cat <<_LT_EOF 1>&2
9830
9831*** Warning: the command libtool uses to detect shared libraries,
9832*** $file_magic_cmd, produces output that libtool cannot recognize.
9833*** The result is that libtool may fail to recognize shared libraries
9834*** as such. This will affect the creation of libtool libraries that
9835*** depend on shared libraries, but programs linked with such libtool
9836*** libraries will work regardless of this problem. Nevertheless, you
9837*** may want to report the problem to your system manager and/or to
9838*** bug-libtool@gnu.org
9839
9840_LT_EOF
9841 fi ;;
9842 esac
9843 fi
9844 break
9845 fi
9846 done
9847 IFS="$lt_save_ifs"
9848 MAGIC_CMD="$lt_save_MAGIC_CMD"
9849 ;;
9850esac
9851fi
9852
9853MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9854if test -n "$MAGIC_CMD"; then
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9856$as_echo "$MAGIC_CMD" >&6; }
9857else
9858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9859$as_echo "no" >&6; }
9860fi
9861
9862
9863 else
9864 MAGIC_CMD=:
9865 fi
9866fi
9867
9868 fi
9869 ;;
9870esac
9871
9872# Use C for the default configuration in the libtool script
9873
9874lt_save_CC="$CC"
9875ac_ext=c
9876ac_cpp='$CPP $CPPFLAGS'
9877ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9878ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9879ac_compiler_gnu=$ac_cv_c_compiler_gnu
9880
9881
9882# Source file extension for C test sources.
9883ac_ext=c
9884
9885# Object file extension for compiled C test sources.
9886objext=o
9887objext=$objext
9888
9889# Code to be used in simple compile tests
9890lt_simple_compile_test_code="int some_variable = 0;"
9891
9892# Code to be used in simple link tests
9893lt_simple_link_test_code='int main(){return(0);}'
9894
9895
9896
9897
9898
9899
9900
9901# If no C compiler was specified, use CC.
9902LTCC=${LTCC-"$CC"}
9903
9904# If no C compiler flags were specified, use CFLAGS.
9905LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9906
9907# Allow CC to be a program name with arguments.
9908compiler=$CC
9909
9910# Save the default compiler, since it gets overwritten when the other
9911# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9912compiler_DEFAULT=$CC
9913
9914# save warnings/boilerplate of simple test code
9915ac_outfile=conftest.$ac_objext
9916echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9917eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9918_lt_compiler_boilerplate=`cat conftest.err`
9919$RM conftest*
9920
9921ac_outfile=conftest.$ac_objext
9922echo "$lt_simple_link_test_code" >conftest.$ac_ext
9923eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9924_lt_linker_boilerplate=`cat conftest.err`
9925$RM -r conftest*
9926
9927
9928## CAVEAT EMPTOR:
9929## There is no encapsulation within the following macros, do not change
9930## the running order or otherwise move them around unless you know exactly
9931## what you are doing...
9932if test -n "$compiler"; then
9933
9934lt_prog_compiler_no_builtin_flag=
9935
9936if test "$GCC" = yes; then
9937 case $cc_basename in
9938 nvcc*)
9939 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9940 *)
9941 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9942 esac
9943
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9945$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9946if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
9947 $as_echo_n "(cached) " >&6
9948else
9949 lt_cv_prog_compiler_rtti_exceptions=no
9950 ac_outfile=conftest.$ac_objext
9951 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9952 lt_compiler_flag="-fno-rtti -fno-exceptions"
9953 # Insert the option either (1) after the last *FLAGS variable, or
9954 # (2) before a word containing "conftest.", or (3) at the end.
9955 # Note that $ac_compile itself does not contain backslashes and begins
9956 # with a dollar sign (not a hyphen), so the echo should work correctly.
9957 # The option is referenced via a variable to avoid confusing sed.
9958 lt_compile=`echo "$ac_compile" | $SED \
9959 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9960 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9961 -e 's:$: $lt_compiler_flag:'`
9962 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9963 (eval "$lt_compile" 2>conftest.err)
9964 ac_status=$?
9965 cat conftest.err >&5
9966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9967 if (exit $ac_status) && test -s "$ac_outfile"; then
9968 # The compiler can only warn and ignore the option if not recognized
9969 # So say no if there are warnings other than the usual output.
9970 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9971 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9972 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9973 lt_cv_prog_compiler_rtti_exceptions=yes
9974 fi
9975 fi
9976 $RM conftest*
9977
9978fi
9979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9980$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9981
9982if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9983 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9984else
9985 :
9986fi
9987
9988fi
9989
9990
9991
9992
9993
9994
9995 lt_prog_compiler_wl=
9996lt_prog_compiler_pic=
9997lt_prog_compiler_static=
9998
9999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
10000$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10001
10002 if test "$GCC" = yes; then
10003 lt_prog_compiler_wl='-Wl,'
10004 lt_prog_compiler_static='-static'
10005
10006 case $host_os in
10007 aix*)
10008 # All AIX code is PIC.
10009 if test "$host_cpu" = ia64; then
10010 # AIX 5 now supports IA64 processor
10011 lt_prog_compiler_static='-Bstatic'
10012 fi
10013 lt_prog_compiler_pic='-fPIC'
10014 ;;
10015
10016 amigaos*)
10017 case $host_cpu in
10018 powerpc)
10019 # see comment about AmigaOS4 .so support
10020 lt_prog_compiler_pic='-fPIC'
10021 ;;
10022 m68k)
10023 # FIXME: we need at least 68020 code to build shared libraries, but
10024 # adding the `-m68020' flag to GCC prevents building anything better,
10025 # like `-m68040'.
10026 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10027 ;;
10028 esac
10029 ;;
10030
10031 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10032 # PIC is the default for these OSes.
10033 ;;
10034
10035 mingw* | cygwin* | pw32* | os2* | cegcc*)
10036 # This hack is so that the source file can tell whether it is being
10037 # built for inclusion in a dll (and should export symbols for example).
10038 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10039 # (--disable-auto-import) libraries
10040 lt_prog_compiler_pic='-DDLL_EXPORT'
10041 ;;
10042
10043 darwin* | rhapsody*)
10044 # PIC is the default on this platform
10045 # Common symbols not allowed in MH_DYLIB files
10046 lt_prog_compiler_pic='-fno-common'
10047 ;;
10048
10049 haiku*)
10050 # PIC is the default for Haiku.
10051 # The "-static" flag exists, but is broken.
10052 lt_prog_compiler_static=
10053 ;;
10054
10055 hpux*)
10056 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10057 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10058 # sets the default TLS model and affects inlining.
10059 case $host_cpu in
10060 hppa*64*)
10061 # +Z the default
10062 ;;
10063 *)
10064 lt_prog_compiler_pic='-fPIC'
10065 ;;
10066 esac
10067 ;;
10068
10069 interix[3-9]*)
10070 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10071 # Instead, we relocate shared libraries at runtime.
10072 ;;
10073
10074 msdosdjgpp*)
10075 # Just because we use GCC doesn't mean we suddenly get shared libraries
10076 # on systems that don't support them.
10077 lt_prog_compiler_can_build_shared=no
10078 enable_shared=no
10079 ;;
10080
10081 *nto* | *qnx*)
10082 # QNX uses GNU C++, but need to define -shared option too, otherwise
10083 # it will coredump.
10084 lt_prog_compiler_pic='-fPIC -shared'
10085 ;;
10086
10087 sysv4*MP*)
10088 if test -d /usr/nec; then
10089 lt_prog_compiler_pic=-Kconform_pic
10090 fi
10091 ;;
10092
10093 *)
10094 lt_prog_compiler_pic='-fPIC'
10095 ;;
10096 esac
10097
10098 case $cc_basename in
10099 nvcc*) # Cuda Compiler Driver 2.2
10100 lt_prog_compiler_wl='-Xlinker '
10101 lt_prog_compiler_pic='-Xcompiler -fPIC'
10102 ;;
10103 esac
10104 else
10105 # PORTME Check for flag to pass linker flags through the system compiler.
10106 case $host_os in
10107 aix*)
10108 lt_prog_compiler_wl='-Wl,'
10109 if test "$host_cpu" = ia64; then
10110 # AIX 5 now supports IA64 processor
10111 lt_prog_compiler_static='-Bstatic'
10112 else
10113 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10114 fi
10115 ;;
10116
10117 mingw* | cygwin* | pw32* | os2* | cegcc*)
10118 # This hack is so that the source file can tell whether it is being
10119 # built for inclusion in a dll (and should export symbols for example).
10120 lt_prog_compiler_pic='-DDLL_EXPORT'
10121 ;;
10122
10123 hpux9* | hpux10* | hpux11*)
10124 lt_prog_compiler_wl='-Wl,'
10125 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10126 # not for PA HP-UX.
10127 case $host_cpu in
10128 hppa*64*|ia64*)
10129 # +Z the default
10130 ;;
10131 *)
10132 lt_prog_compiler_pic='+Z'
10133 ;;
10134 esac
10135 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10136 lt_prog_compiler_static='${wl}-a ${wl}archive'
10137 ;;
10138
10139 irix5* | irix6* | nonstopux*)
10140 lt_prog_compiler_wl='-Wl,'
10141 # PIC (with -KPIC) is the default.
10142 lt_prog_compiler_static='-non_shared'
10143 ;;
10144
10145 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10146 case $cc_basename in
10147 # old Intel for x86_64 which still supported -KPIC.
10148 ecc*)
10149 lt_prog_compiler_wl='-Wl,'
10150 lt_prog_compiler_pic='-KPIC'
10151 lt_prog_compiler_static='-static'
10152 ;;
10153 # icc used to be incompatible with GCC.
10154 # ICC 10 doesn't accept -KPIC any more.
10155 icc* | ifort*)
10156 lt_prog_compiler_wl='-Wl,'
10157 lt_prog_compiler_pic='-fPIC'
10158 lt_prog_compiler_static='-static'
10159 ;;
10160 # Lahey Fortran 8.1.
10161 lf95*)
10162 lt_prog_compiler_wl='-Wl,'
10163 lt_prog_compiler_pic='--shared'
10164 lt_prog_compiler_static='--static'
10165 ;;
10166 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10167 # Portland Group compilers (*not* the Pentium gcc compiler,
10168 # which looks to be a dead project)
10169 lt_prog_compiler_wl='-Wl,'
10170 lt_prog_compiler_pic='-fpic'
10171 lt_prog_compiler_static='-Bstatic'
10172 ;;
10173 ccc*)
10174 lt_prog_compiler_wl='-Wl,'
10175 # All Alpha code is PIC.
10176 lt_prog_compiler_static='-non_shared'
10177 ;;
10178 xl* | bgxl* | bgf* | mpixl*)
10179 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10180 lt_prog_compiler_wl='-Wl,'
10181 lt_prog_compiler_pic='-qpic'
10182 lt_prog_compiler_static='-qstaticlink'
10183 ;;
10184 *)
10185 case `$CC -V 2>&1 | sed 5q` in
10186 *Sun\ F* | *Sun*Fortran*)
10187 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10188 lt_prog_compiler_pic='-KPIC'
10189 lt_prog_compiler_static='-Bstatic'
10190 lt_prog_compiler_wl=''
10191 ;;
10192 *Sun\ C*)
10193 # Sun C 5.9
10194 lt_prog_compiler_pic='-KPIC'
10195 lt_prog_compiler_static='-Bstatic'
10196 lt_prog_compiler_wl='-Wl,'
10197 ;;
10198 esac
10199 ;;
10200 esac
10201 ;;
10202
10203 newsos6)
10204 lt_prog_compiler_pic='-KPIC'
10205 lt_prog_compiler_static='-Bstatic'
10206 ;;
10207
10208 *nto* | *qnx*)
10209 # QNX uses GNU C++, but need to define -shared option too, otherwise
10210 # it will coredump.
10211 lt_prog_compiler_pic='-fPIC -shared'
10212 ;;
10213
10214 osf3* | osf4* | osf5*)
10215 lt_prog_compiler_wl='-Wl,'
10216 # All OSF/1 code is PIC.
10217 lt_prog_compiler_static='-non_shared'
10218 ;;
10219
10220 rdos*)
10221 lt_prog_compiler_static='-non_shared'
10222 ;;
10223
10224 solaris*)
10225 lt_prog_compiler_pic='-KPIC'
10226 lt_prog_compiler_static='-Bstatic'
10227 case $cc_basename in
10228 f77* | f90* | f95*)
10229 lt_prog_compiler_wl='-Qoption ld ';;
10230 *)
10231 lt_prog_compiler_wl='-Wl,';;
10232 esac
10233 ;;
10234
10235 sunos4*)
10236 lt_prog_compiler_wl='-Qoption ld '
10237 lt_prog_compiler_pic='-PIC'
10238 lt_prog_compiler_static='-Bstatic'
10239 ;;
10240
10241 sysv4 | sysv4.2uw2* | sysv4.3*)
10242 lt_prog_compiler_wl='-Wl,'
10243 lt_prog_compiler_pic='-KPIC'
10244 lt_prog_compiler_static='-Bstatic'
10245 ;;
10246
10247 sysv4*MP*)
10248 if test -d /usr/nec ;then
10249 lt_prog_compiler_pic='-Kconform_pic'
10250 lt_prog_compiler_static='-Bstatic'
10251 fi
10252 ;;
10253
10254 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10255 lt_prog_compiler_wl='-Wl,'
10256 lt_prog_compiler_pic='-KPIC'
10257 lt_prog_compiler_static='-Bstatic'
10258 ;;
10259
10260 unicos*)
10261 lt_prog_compiler_wl='-Wl,'
10262 lt_prog_compiler_can_build_shared=no
10263 ;;
10264
10265 uts4*)
10266 lt_prog_compiler_pic='-pic'
10267 lt_prog_compiler_static='-Bstatic'
10268 ;;
10269
10270 *)
10271 lt_prog_compiler_can_build_shared=no
10272 ;;
10273 esac
10274 fi
10275
10276case $host_os in
10277 # For platforms which do not support PIC, -DPIC is meaningless:
10278 *djgpp*)
10279 lt_prog_compiler_pic=
10280 ;;
10281 *)
10282 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10283 ;;
10284esac
10285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10286$as_echo "$lt_prog_compiler_pic" >&6; }
10287
10288
10289
10290
10291
10292
10293#
10294# Check to make sure the PIC flag actually works.
10295#
10296if test -n "$lt_prog_compiler_pic"; then
10297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10298$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10299if ${lt_cv_prog_compiler_pic_works+:} false; then :
10300 $as_echo_n "(cached) " >&6
10301else
10302 lt_cv_prog_compiler_pic_works=no
10303 ac_outfile=conftest.$ac_objext
10304 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10305 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10306 # Insert the option either (1) after the last *FLAGS variable, or
10307 # (2) before a word containing "conftest.", or (3) at the end.
10308 # Note that $ac_compile itself does not contain backslashes and begins
10309 # with a dollar sign (not a hyphen), so the echo should work correctly.
10310 # The option is referenced via a variable to avoid confusing sed.
10311 lt_compile=`echo "$ac_compile" | $SED \
10312 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10313 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10314 -e 's:$: $lt_compiler_flag:'`
10315 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10316 (eval "$lt_compile" 2>conftest.err)
10317 ac_status=$?
10318 cat conftest.err >&5
10319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10320 if (exit $ac_status) && test -s "$ac_outfile"; then
10321 # The compiler can only warn and ignore the option if not recognized
10322 # So say no if there are warnings other than the usual output.
10323 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10324 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10325 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10326 lt_cv_prog_compiler_pic_works=yes
10327 fi
10328 fi
10329 $RM conftest*
10330
10331fi
10332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10333$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10334
10335if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10336 case $lt_prog_compiler_pic in
10337 "" | " "*) ;;
10338 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10339 esac
10340else
10341 lt_prog_compiler_pic=
10342 lt_prog_compiler_can_build_shared=no
10343fi
10344
10345fi
10346
10347
10348
10349
10350
10351
10352#
10353# Check to make sure the static flag actually works.
10354#
10355wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10357$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10358if ${lt_cv_prog_compiler_static_works+:} false; then :
10359 $as_echo_n "(cached) " >&6
10360else
10361 lt_cv_prog_compiler_static_works=no
10362 save_LDFLAGS="$LDFLAGS"
10363 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10364 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10365 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10366 # The linker can only warn and ignore the option if not recognized
10367 # So say no if there are warnings
10368 if test -s conftest.err; then
10369 # Append any errors to the config.log.
10370 cat conftest.err 1>&5
10371 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10372 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10373 if diff conftest.exp conftest.er2 >/dev/null; then
10374 lt_cv_prog_compiler_static_works=yes
10375 fi
10376 else
10377 lt_cv_prog_compiler_static_works=yes
10378 fi
10379 fi
10380 $RM -r conftest*
10381 LDFLAGS="$save_LDFLAGS"
10382
10383fi
10384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10385$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10386
10387if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10388 :
10389else
10390 lt_prog_compiler_static=
10391fi
10392
10393
10394
10395
10396
10397
10398
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10400$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10401if ${lt_cv_prog_compiler_c_o+:} false; then :
10402 $as_echo_n "(cached) " >&6
10403else
10404 lt_cv_prog_compiler_c_o=no
10405 $RM -r conftest 2>/dev/null
10406 mkdir conftest
10407 cd conftest
10408 mkdir out
10409 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10410
10411 lt_compiler_flag="-o out/conftest2.$ac_objext"
10412 # Insert the option either (1) after the last *FLAGS variable, or
10413 # (2) before a word containing "conftest.", or (3) at the end.
10414 # Note that $ac_compile itself does not contain backslashes and begins
10415 # with a dollar sign (not a hyphen), so the echo should work correctly.
10416 lt_compile=`echo "$ac_compile" | $SED \
10417 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10418 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10419 -e 's:$: $lt_compiler_flag:'`
10420 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10421 (eval "$lt_compile" 2>out/conftest.err)
10422 ac_status=$?
10423 cat out/conftest.err >&5
10424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10425 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10426 then
10427 # The compiler can only warn and ignore the option if not recognized
10428 # So say no if there are warnings
10429 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10430 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10431 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10432 lt_cv_prog_compiler_c_o=yes
10433 fi
10434 fi
10435 chmod u+w . 2>&5
10436 $RM conftest*
10437 # SGI C++ compiler will create directory out/ii_files/ for
10438 # template instantiation
10439 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10440 $RM out/* && rmdir out
10441 cd ..
10442 $RM -r conftest
10443 $RM conftest*
10444
10445fi
10446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10447$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10448
10449
10450
10451
10452
10453
10454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10455$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10456if ${lt_cv_prog_compiler_c_o+:} false; then :
10457 $as_echo_n "(cached) " >&6
10458else
10459 lt_cv_prog_compiler_c_o=no
10460 $RM -r conftest 2>/dev/null
10461 mkdir conftest
10462 cd conftest
10463 mkdir out
10464 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10465
10466 lt_compiler_flag="-o out/conftest2.$ac_objext"
10467 # Insert the option either (1) after the last *FLAGS variable, or
10468 # (2) before a word containing "conftest.", or (3) at the end.
10469 # Note that $ac_compile itself does not contain backslashes and begins
10470 # with a dollar sign (not a hyphen), so the echo should work correctly.
10471 lt_compile=`echo "$ac_compile" | $SED \
10472 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10473 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10474 -e 's:$: $lt_compiler_flag:'`
10475 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10476 (eval "$lt_compile" 2>out/conftest.err)
10477 ac_status=$?
10478 cat out/conftest.err >&5
10479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10480 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10481 then
10482 # The compiler can only warn and ignore the option if not recognized
10483 # So say no if there are warnings
10484 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10485 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10486 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10487 lt_cv_prog_compiler_c_o=yes
10488 fi
10489 fi
10490 chmod u+w . 2>&5
10491 $RM conftest*
10492 # SGI C++ compiler will create directory out/ii_files/ for
10493 # template instantiation
10494 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10495 $RM out/* && rmdir out
10496 cd ..
10497 $RM -r conftest
10498 $RM conftest*
10499
10500fi
10501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10502$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10503
10504
10505
10506
10507hard_links="nottested"
10508if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10509 # do not overwrite the value of need_locks provided by the user
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10511$as_echo_n "checking if we can lock with hard links... " >&6; }
10512 hard_links=yes
10513 $RM conftest*
10514 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10515 touch conftest.a
10516 ln conftest.a conftest.b 2>&5 || hard_links=no
10517 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10519$as_echo "$hard_links" >&6; }
10520 if test "$hard_links" = no; then
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10522$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10523 need_locks=warn
10524 fi
10525else
10526 need_locks=no
10527fi
10528
10529
10530
10531
10532
10533
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10535$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10536
10537 runpath_var=
10538 allow_undefined_flag=
10539 always_export_symbols=no
10540 archive_cmds=
10541 archive_expsym_cmds=
10542 compiler_needs_object=no
10543 enable_shared_with_static_runtimes=no
10544 export_dynamic_flag_spec=
10545 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10546 hardcode_automatic=no
10547 hardcode_direct=no
10548 hardcode_direct_absolute=no
10549 hardcode_libdir_flag_spec=
10550 hardcode_libdir_flag_spec_ld=
10551 hardcode_libdir_separator=
10552 hardcode_minus_L=no
10553 hardcode_shlibpath_var=unsupported
10554 inherit_rpath=no
10555 link_all_deplibs=unknown
10556 module_cmds=
10557 module_expsym_cmds=
10558 old_archive_from_new_cmds=
10559 old_archive_from_expsyms_cmds=
10560 thread_safe_flag_spec=
10561 whole_archive_flag_spec=
10562 # include_expsyms should be a list of space-separated symbols to be *always*
10563 # included in the symbol list
10564 include_expsyms=
10565 # exclude_expsyms can be an extended regexp of symbols to exclude
10566 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10567 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10568 # as well as any symbol that contains `d'.
10569 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10570 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10571 # platforms (ab)use it in PIC code, but their linkers get confused if
10572 # the symbol is explicitly referenced. Since portable code cannot
10573 # rely on this symbol name, it's probably fine to never include it in
10574 # preloaded symbol tables.
10575 # Exclude shared library initialization/finalization symbols.
10576 extract_expsyms_cmds=
10577
10578 case $host_os in
10579 cygwin* | mingw* | pw32* | cegcc*)
10580 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10581 # When not using gcc, we currently assume that we are using
10582 # Microsoft Visual C++.
10583 if test "$GCC" != yes; then
10584 with_gnu_ld=no
10585 fi
10586 ;;
10587 interix*)
10588 # we just hope/assume this is gcc and not c89 (= MSVC++)
10589 with_gnu_ld=yes
10590 ;;
10591 openbsd*)
10592 with_gnu_ld=no
10593 ;;
10594 esac
10595
10596 ld_shlibs=yes
10597
10598 # On some targets, GNU ld is compatible enough with the native linker
10599 # that we're better off using the native interface for both.
10600 lt_use_gnu_ld_interface=no
10601 if test "$with_gnu_ld" = yes; then
10602 case $host_os in
10603 aix*)
10604 # The AIX port of GNU ld has always aspired to compatibility
10605 # with the native linker. However, as the warning in the GNU ld
10606 # block says, versions before 2.19.5* couldn't really create working
10607 # shared libraries, regardless of the interface used.
10608 case `$LD -v 2>&1` in
10609 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10610 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10611 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10612 *)
10613 lt_use_gnu_ld_interface=yes
10614 ;;
10615 esac
10616 ;;
10617 *)
10618 lt_use_gnu_ld_interface=yes
10619 ;;
10620 esac
10621 fi
10622
10623 if test "$lt_use_gnu_ld_interface" = yes; then
10624 # If archive_cmds runs LD, not CC, wlarc should be empty
10625 wlarc='${wl}'
10626
10627 # Set some defaults for GNU ld with shared library support. These
10628 # are reset later if shared libraries are not supported. Putting them
10629 # here allows them to be overridden if necessary.
10630 runpath_var=LD_RUN_PATH
10631 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10632 export_dynamic_flag_spec='${wl}--export-dynamic'
10633 # ancient GNU ld didn't support --whole-archive et. al.
10634 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10635 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10636 else
10637 whole_archive_flag_spec=
10638 fi
10639 supports_anon_versioning=no
10640 case `$LD -v 2>&1` in
10641 *GNU\ gold*) supports_anon_versioning=yes ;;
10642 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10643 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10644 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10645 *\ 2.11.*) ;; # other 2.11 versions
10646 *) supports_anon_versioning=yes ;;
10647 esac
10648
10649 # See if GNU ld supports shared libraries.
10650 case $host_os in
10651 aix[3-9]*)
10652 # On AIX/PPC, the GNU linker is very broken
10653 if test "$host_cpu" != ia64; then
10654 ld_shlibs=no
10655 cat <<_LT_EOF 1>&2
10656
10657*** Warning: the GNU linker, at least up to release 2.19, is reported
10658*** to be unable to reliably create shared libraries on AIX.
10659*** Therefore, libtool is disabling shared libraries support. If you
10660*** really care for shared libraries, you may want to install binutils
10661*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10662*** You will then need to restart the configuration process.
10663
10664_LT_EOF
10665 fi
10666 ;;
10667
10668 amigaos*)
10669 case $host_cpu in
10670 powerpc)
10671 # see comment about AmigaOS4 .so support
10672 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10673 archive_expsym_cmds=''
10674 ;;
10675 m68k)
10676 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)'
10677 hardcode_libdir_flag_spec='-L$libdir'
10678 hardcode_minus_L=yes
10679 ;;
10680 esac
10681 ;;
10682
10683 beos*)
10684 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10685 allow_undefined_flag=unsupported
10686 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10687 # support --undefined. This deserves some investigation. FIXME
10688 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10689 else
10690 ld_shlibs=no
10691 fi
10692 ;;
10693
10694 cygwin* | mingw* | pw32* | cegcc*)
10695 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10696 # as there is no search path for DLLs.
10697 hardcode_libdir_flag_spec='-L$libdir'
10698 export_dynamic_flag_spec='${wl}--export-all-symbols'
10699 allow_undefined_flag=unsupported
10700 always_export_symbols=no
10701 enable_shared_with_static_runtimes=yes
10702 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10703
10704 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10705 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10706 # If the export-symbols file already is a .def file (1st line
10707 # is EXPORTS), use it as is; otherwise, prepend...
10708 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10709 cp $export_symbols $output_objdir/$soname.def;
10710 else
10711 echo EXPORTS > $output_objdir/$soname.def;
10712 cat $export_symbols >> $output_objdir/$soname.def;
10713 fi~
10714 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10715 else
10716 ld_shlibs=no
10717 fi
10718 ;;
10719
10720 haiku*)
10721 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10722 link_all_deplibs=yes
10723 ;;
10724
10725 interix[3-9]*)
10726 hardcode_direct=no
10727 hardcode_shlibpath_var=no
10728 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10729 export_dynamic_flag_spec='${wl}-E'
10730 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10731 # Instead, shared libraries are loaded at an image base (0x10000000 by
10732 # default) and relocated if they conflict, which is a slow very memory
10733 # consuming and fragmenting process. To avoid this, we pick a random,
10734 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10735 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10736 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10737 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'
10738 ;;
10739
10740 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10741 tmp_diet=no
10742 if test "$host_os" = linux-dietlibc; then
10743 case $cc_basename in
10744 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10745 esac
10746 fi
10747 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10748 && test "$tmp_diet" = no
10749 then
10750 tmp_addflag=' $pic_flag'
10751 tmp_sharedflag='-shared'
10752 case $cc_basename,$host_cpu in
10753 pgcc*) # Portland Group C compiler
10754 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'
10755 tmp_addflag=' $pic_flag'
10756 ;;
10757 pgf77* | pgf90* | pgf95* | pgfortran*)
10758 # Portland Group f77 and f90 compilers
10759 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'
10760 tmp_addflag=' $pic_flag -Mnomain' ;;
10761 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10762 tmp_addflag=' -i_dynamic' ;;
10763 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10764 tmp_addflag=' -i_dynamic -nofor_main' ;;
10765 ifc* | ifort*) # Intel Fortran compiler
10766 tmp_addflag=' -nofor_main' ;;
10767 lf95*) # Lahey Fortran 8.1
10768 whole_archive_flag_spec=
10769 tmp_sharedflag='--shared' ;;
10770 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10771 tmp_sharedflag='-qmkshrobj'
10772 tmp_addflag= ;;
10773 nvcc*) # Cuda Compiler Driver 2.2
10774 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'
10775 compiler_needs_object=yes
10776 ;;
10777 esac
10778 case `$CC -V 2>&1 | sed 5q` in
10779 *Sun\ C*) # Sun C 5.9
10780 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'
10781 compiler_needs_object=yes
10782 tmp_sharedflag='-G' ;;
10783 *Sun\ F*) # Sun Fortran 8.3
10784 tmp_sharedflag='-G' ;;
10785 esac
10786 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10787
10788 if test "x$supports_anon_versioning" = xyes; then
10789 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10790 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10791 echo "local: *; };" >> $output_objdir/$libname.ver~
10792 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10793 fi
10794
10795 case $cc_basename in
10796 xlf* | bgf* | bgxlf* | mpixlf*)
10797 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10798 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10799 hardcode_libdir_flag_spec=
10800 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10801 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10802 if test "x$supports_anon_versioning" = xyes; then
10803 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10804 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10805 echo "local: *; };" >> $output_objdir/$libname.ver~
10806 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10807 fi
10808 ;;
10809 esac
10810 else
10811 ld_shlibs=no
10812 fi
10813 ;;
10814
10815 netbsd*)
10816 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10817 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10818 wlarc=
10819 else
10820 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10821 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10822 fi
10823 ;;
10824
10825 solaris*)
10826 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10827 ld_shlibs=no
10828 cat <<_LT_EOF 1>&2
10829
10830*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10831*** create shared libraries on Solaris systems. Therefore, libtool
10832*** is disabling shared libraries support. We urge you to upgrade GNU
10833*** binutils to release 2.9.1 or newer. Another option is to modify
10834*** your PATH or compiler configuration so that the native linker is
10835*** used, and then restart.
10836
10837_LT_EOF
10838 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10839 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10840 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10841 else
10842 ld_shlibs=no
10843 fi
10844 ;;
10845
10846 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10847 case `$LD -v 2>&1` in
10848 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10849 ld_shlibs=no
10850 cat <<_LT_EOF 1>&2
10851
10852*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10853*** reliably create shared libraries on SCO systems. Therefore, libtool
10854*** is disabling shared libraries support. We urge you to upgrade GNU
10855*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10856*** your PATH or compiler configuration so that the native linker is
10857*** used, and then restart.
10858
10859_LT_EOF
10860 ;;
10861 *)
10862 # For security reasons, it is highly recommended that you always
10863 # use absolute paths for naming shared libraries, and exclude the
10864 # DT_RUNPATH tag from executables and libraries. But doing so
10865 # requires that you compile everything twice, which is a pain.
10866 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10867 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10868 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10869 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10870 else
10871 ld_shlibs=no
10872 fi
10873 ;;
10874 esac
10875 ;;
10876
10877 sunos4*)
10878 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10879 wlarc=
10880 hardcode_direct=yes
10881 hardcode_shlibpath_var=no
10882 ;;
10883
10884 *)
10885 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10886 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10887 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10888 else
10889 ld_shlibs=no
10890 fi
10891 ;;
10892 esac
10893
10894 if test "$ld_shlibs" = no; then
10895 runpath_var=
10896 hardcode_libdir_flag_spec=
10897 export_dynamic_flag_spec=
10898 whole_archive_flag_spec=
10899 fi
10900 else
10901 # PORTME fill in a description of your system's linker (not GNU ld)
10902 case $host_os in
10903 aix3*)
10904 allow_undefined_flag=unsupported
10905 always_export_symbols=yes
10906 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'
10907 # Note: this linker hardcodes the directories in LIBPATH if there
10908 # are no directories specified by -L.
10909 hardcode_minus_L=yes
10910 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10911 # Neither direct hardcoding nor static linking is supported with a
10912 # broken collect2.
10913 hardcode_direct=unsupported
10914 fi
10915 ;;
10916
10917 aix[4-9]*)
10918 if test "$host_cpu" = ia64; then
10919 # On IA64, the linker does run time linking by default, so we don't
10920 # have to do anything special.
10921 aix_use_runtimelinking=no
10922 exp_sym_flag='-Bexport'
10923 no_entry_flag=""
10924 else
10925 # If we're using GNU nm, then we don't want the "-C" option.
10926 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10927 # Also, AIX nm treats weak defined symbols like other global
10928 # defined symbols, whereas GNU nm marks them as "W".
10929 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10930 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'
10931 else
10932 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'
10933 fi
10934 aix_use_runtimelinking=no
10935
10936 # Test if we are trying to use run time linking or normal
10937 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10938 # need to do runtime linking.
10939 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10940 for ld_flag in $LDFLAGS; do
10941 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10942 aix_use_runtimelinking=yes
10943 break
10944 fi
10945 done
10946 ;;
10947 esac
10948
10949 exp_sym_flag='-bexport'
10950 no_entry_flag='-bnoentry'
10951 fi
10952
10953 # When large executables or shared objects are built, AIX ld can
10954 # have problems creating the table of contents. If linking a library
10955 # or program results in "error TOC overflow" add -mminimal-toc to
10956 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10957 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10958
10959 archive_cmds=''
10960 hardcode_direct=yes
10961 hardcode_direct_absolute=yes
10962 hardcode_libdir_separator=':'
10963 link_all_deplibs=yes
10964 file_list_spec='${wl}-f,'
10965
10966 if test "$GCC" = yes; then
10967 case $host_os in aix4.[012]|aix4.[012].*)
10968 # We only want to do this on AIX 4.2 and lower, the check
10969 # below for broken collect2 doesn't work under 4.3+
10970 collect2name=`${CC} -print-prog-name=collect2`
10971 if test -f "$collect2name" &&
10972 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10973 then
10974 # We have reworked collect2
10975 :
10976 else
10977 # We have old collect2
10978 hardcode_direct=unsupported
10979 # It fails to find uninstalled libraries when the uninstalled
10980 # path is not listed in the libpath. Setting hardcode_minus_L
10981 # to unsupported forces relinking
10982 hardcode_minus_L=yes
10983 hardcode_libdir_flag_spec='-L$libdir'
10984 hardcode_libdir_separator=
10985 fi
10986 ;;
10987 esac
10988 shared_flag='-shared'
10989 if test "$aix_use_runtimelinking" = yes; then
10990 shared_flag="$shared_flag "'${wl}-G'
10991 fi
10992 else
10993 # not using gcc
10994 if test "$host_cpu" = ia64; then
10995 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10996 # chokes on -Wl,-G. The following line is correct:
10997 shared_flag='-G'
10998 else
10999 if test "$aix_use_runtimelinking" = yes; then
11000 shared_flag='${wl}-G'
11001 else
11002 shared_flag='${wl}-bM:SRE'
11003 fi
11004 fi
11005 fi
11006
11007 export_dynamic_flag_spec='${wl}-bexpall'
11008 # It seems that -bexpall does not export symbols beginning with
11009 # underscore (_), so it is better to generate a list of symbols to export.
11010 always_export_symbols=yes
11011 if test "$aix_use_runtimelinking" = yes; then
11012 # Warning - without using the other runtime loading flags (-brtl),
11013 # -berok will link without error, but may produce a broken library.
11014 allow_undefined_flag='-berok'
11015 # Determine the default libpath from the value encoded in an
11016 # empty executable.
11017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11018/* end confdefs.h. */
11019
11020int
11021main ()
11022{
11023
11024 ;
11025 return 0;
11026}
11027_ACEOF
11028if ac_fn_c_try_link "$LINENO"; then :
11029
11030lt_aix_libpath_sed='
11031 /Import File Strings/,/^$/ {
11032 /^0/ {
11033 s/^0 *\(.*\)$/\1/
11034 p
11035 }
11036 }'
11037aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11038# Check for a 64-bit object if we didn't find anything.
11039if test -z "$aix_libpath"; then
11040 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11041fi
11042fi
11043rm -f core conftest.err conftest.$ac_objext \
11044 conftest$ac_exeext conftest.$ac_ext
11045if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11046
11047 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11048 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"
11049 else
11050 if test "$host_cpu" = ia64; then
11051 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11052 allow_undefined_flag="-z nodefs"
11053 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"
11054 else
11055 # Determine the default libpath from the value encoded in an
11056 # empty executable.
11057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11058/* end confdefs.h. */
11059
11060int
11061main ()
11062{
11063
11064 ;
11065 return 0;
11066}
11067_ACEOF
11068if ac_fn_c_try_link "$LINENO"; then :
11069
11070lt_aix_libpath_sed='
11071 /Import File Strings/,/^$/ {
11072 /^0/ {
11073 s/^0 *\(.*\)$/\1/
11074 p
11075 }
11076 }'
11077aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11078# Check for a 64-bit object if we didn't find anything.
11079if test -z "$aix_libpath"; then
11080 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11081fi
11082fi
11083rm -f core conftest.err conftest.$ac_objext \
11084 conftest$ac_exeext conftest.$ac_ext
11085if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11086
11087 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11088 # Warning - without using the other run time loading flags,
11089 # -berok will link without error, but may produce a broken library.
11090 no_undefined_flag=' ${wl}-bernotok'
11091 allow_undefined_flag=' ${wl}-berok'
11092 if test "$with_gnu_ld" = yes; then
11093 # We only use this code for GNU lds that support --whole-archive.
11094 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11095 else
11096 # Exported symbols can be pulled into shared objects from archives
11097 whole_archive_flag_spec='$convenience'
11098 fi
11099 archive_cmds_need_lc=yes
11100 # This is similar to how AIX traditionally builds its shared libraries.
11101 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'
11102 fi
11103 fi
11104 ;;
11105
11106 amigaos*)
11107 case $host_cpu in
11108 powerpc)
11109 # see comment about AmigaOS4 .so support
11110 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11111 archive_expsym_cmds=''
11112 ;;
11113 m68k)
11114 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)'
11115 hardcode_libdir_flag_spec='-L$libdir'
11116 hardcode_minus_L=yes
11117 ;;
11118 esac
11119 ;;
11120
11121 bsdi[45]*)
11122 export_dynamic_flag_spec=-rdynamic
11123 ;;
11124
11125 cygwin* | mingw* | pw32* | cegcc*)
11126 # When not using gcc, we currently assume that we are using
11127 # Microsoft Visual C++.
11128 # hardcode_libdir_flag_spec is actually meaningless, as there is
11129 # no search path for DLLs.
11130 hardcode_libdir_flag_spec=' '
11131 allow_undefined_flag=unsupported
11132 # Tell ltmain to make .lib files, not .a files.
11133 libext=lib
11134 # Tell ltmain to make .dll files, not .so files.
11135 shrext_cmds=".dll"
11136 # FIXME: Setting linknames here is a bad hack.
11137 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11138 # The linker will automatically build a .lib file if we build a DLL.
11139 old_archive_from_new_cmds='true'
11140 # FIXME: Should let the user specify the lib program.
11141 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11142 fix_srcfile_path='`cygpath -w "$srcfile"`'
11143 enable_shared_with_static_runtimes=yes
11144 ;;
11145
11146 darwin* | rhapsody*)
11147
11148
11149 archive_cmds_need_lc=no
11150 hardcode_direct=no
11151 hardcode_automatic=yes
11152 hardcode_shlibpath_var=unsupported
11153 if test "$lt_cv_ld_force_load" = "yes"; then
11154 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\"`'
11155 else
11156 whole_archive_flag_spec=''
11157 fi
11158 link_all_deplibs=yes
11159 allow_undefined_flag="$_lt_dar_allow_undefined"
11160 case $cc_basename in
11161 ifort*) _lt_dar_can_shared=yes ;;
11162 *) _lt_dar_can_shared=$GCC ;;
11163 esac
11164 if test "$_lt_dar_can_shared" = "yes"; then
11165 output_verbose_link_cmd=func_echo_all
11166 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11167 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11168 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}"
11169 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}"
11170
11171 else
11172 ld_shlibs=no
11173 fi
11174
11175 ;;
11176
11177 dgux*)
11178 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11179 hardcode_libdir_flag_spec='-L$libdir'
11180 hardcode_shlibpath_var=no
11181 ;;
11182
11183 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11184 # support. Future versions do this automatically, but an explicit c++rt0.o
11185 # does not break anything, and helps significantly (at the cost of a little
11186 # extra space).
11187 freebsd2.2*)
11188 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11189 hardcode_libdir_flag_spec='-R$libdir'
11190 hardcode_direct=yes
11191 hardcode_shlibpath_var=no
11192 ;;
11193
11194 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11195 freebsd2.*)
11196 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11197 hardcode_direct=yes
11198 hardcode_minus_L=yes
11199 hardcode_shlibpath_var=no
11200 ;;
11201
11202 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11203 freebsd* | dragonfly*)
11204 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11205 hardcode_libdir_flag_spec='-R$libdir'
11206 hardcode_direct=yes
11207 hardcode_shlibpath_var=no
11208 ;;
11209
11210 hpux9*)
11211 if test "$GCC" = yes; then
11212 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'
11213 else
11214 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'
11215 fi
11216 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11217 hardcode_libdir_separator=:
11218 hardcode_direct=yes
11219
11220 # hardcode_minus_L: Not really in the search PATH,
11221 # but as the default location of the library.
11222 hardcode_minus_L=yes
11223 export_dynamic_flag_spec='${wl}-E'
11224 ;;
11225
11226 hpux10*)
11227 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11228 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11229 else
11230 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11231 fi
11232 if test "$with_gnu_ld" = no; then
11233 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11234 hardcode_libdir_flag_spec_ld='+b $libdir'
11235 hardcode_libdir_separator=:
11236 hardcode_direct=yes
11237 hardcode_direct_absolute=yes
11238 export_dynamic_flag_spec='${wl}-E'
11239 # hardcode_minus_L: Not really in the search PATH,
11240 # but as the default location of the library.
11241 hardcode_minus_L=yes
11242 fi
11243 ;;
11244
11245 hpux11*)
11246 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11247 case $host_cpu in
11248 hppa*64*)
11249 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11250 ;;
11251 ia64*)
11252 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11253 ;;
11254 *)
11255 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11256 ;;
11257 esac
11258 else
11259 case $host_cpu in
11260 hppa*64*)
11261 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11262 ;;
11263 ia64*)
11264 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11265 ;;
11266 *)
11267
11268 # Older versions of the 11.00 compiler do not understand -b yet
11269 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11271$as_echo_n "checking if $CC understands -b... " >&6; }
11272if ${lt_cv_prog_compiler__b+:} false; then :
11273 $as_echo_n "(cached) " >&6
11274else
11275 lt_cv_prog_compiler__b=no
11276 save_LDFLAGS="$LDFLAGS"
11277 LDFLAGS="$LDFLAGS -b"
11278 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11279 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11280 # The linker can only warn and ignore the option if not recognized
11281 # So say no if there are warnings
11282 if test -s conftest.err; then
11283 # Append any errors to the config.log.
11284 cat conftest.err 1>&5
11285 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11286 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11287 if diff conftest.exp conftest.er2 >/dev/null; then
11288 lt_cv_prog_compiler__b=yes
11289 fi
11290 else
11291 lt_cv_prog_compiler__b=yes
11292 fi
11293 fi
11294 $RM -r conftest*
11295 LDFLAGS="$save_LDFLAGS"
11296
11297fi
11298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11299$as_echo "$lt_cv_prog_compiler__b" >&6; }
11300
11301if test x"$lt_cv_prog_compiler__b" = xyes; then
11302 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11303else
11304 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11305fi
11306
11307 ;;
11308 esac
11309 fi
11310 if test "$with_gnu_ld" = no; then
11311 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11312 hardcode_libdir_separator=:
11313
11314 case $host_cpu in
11315 hppa*64*|ia64*)
11316 hardcode_direct=no
11317 hardcode_shlibpath_var=no
11318 ;;
11319 *)
11320 hardcode_direct=yes
11321 hardcode_direct_absolute=yes
11322 export_dynamic_flag_spec='${wl}-E'
11323
11324 # hardcode_minus_L: Not really in the search PATH,
11325 # but as the default location of the library.
11326 hardcode_minus_L=yes
11327 ;;
11328 esac
11329 fi
11330 ;;
11331
11332 irix5* | irix6* | nonstopux*)
11333 if test "$GCC" = yes; then
11334 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'
11335 # Try to use the -exported_symbol ld option, if it does not
11336 # work, assume that -exports_file does not work either and
11337 # implicitly export all symbols.
11338 save_LDFLAGS="$LDFLAGS"
11339 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11341/* end confdefs.h. */
11342int foo(void) {}
11343_ACEOF
11344if ac_fn_c_try_link "$LINENO"; then :
11345 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'
11346
11347fi
11348rm -f core conftest.err conftest.$ac_objext \
11349 conftest$ac_exeext conftest.$ac_ext
11350 LDFLAGS="$save_LDFLAGS"
11351 else
11352 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'
11353 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'
11354 fi
11355 archive_cmds_need_lc='no'
11356 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11357 hardcode_libdir_separator=:
11358 inherit_rpath=yes
11359 link_all_deplibs=yes
11360 ;;
11361
11362 netbsd*)
11363 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11364 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11365 else
11366 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11367 fi
11368 hardcode_libdir_flag_spec='-R$libdir'
11369 hardcode_direct=yes
11370 hardcode_shlibpath_var=no
11371 ;;
11372
11373 newsos6)
11374 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11375 hardcode_direct=yes
11376 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11377 hardcode_libdir_separator=:
11378 hardcode_shlibpath_var=no
11379 ;;
11380
11381 *nto* | *qnx*)
11382 ;;
11383
11384 openbsd*)
11385 if test -f /usr/libexec/ld.so; then
11386 hardcode_direct=yes
11387 hardcode_shlibpath_var=no
11388 hardcode_direct_absolute=yes
11389 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11390 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11391 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11392 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11393 export_dynamic_flag_spec='${wl}-E'
11394 else
11395 case $host_os in
11396 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11397 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11398 hardcode_libdir_flag_spec='-R$libdir'
11399 ;;
11400 *)
11401 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11402 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11403 ;;
11404 esac
11405 fi
11406 else
11407 ld_shlibs=no
11408 fi
11409 ;;
11410
11411 os2*)
11412 hardcode_libdir_flag_spec='-L$libdir'
11413 hardcode_minus_L=yes
11414 allow_undefined_flag=unsupported
11415 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'
11416 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11417 ;;
11418
11419 osf3*)
11420 if test "$GCC" = yes; then
11421 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11422 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'
11423 else
11424 allow_undefined_flag=' -expect_unresolved \*'
11425 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'
11426 fi
11427 archive_cmds_need_lc='no'
11428 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11429 hardcode_libdir_separator=:
11430 ;;
11431
11432 osf4* | osf5*) # as osf3* with the addition of -msym flag
11433 if test "$GCC" = yes; then
11434 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11435 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'
11436 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11437 else
11438 allow_undefined_flag=' -expect_unresolved \*'
11439 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'
11440 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~
11441 $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'
11442
11443 # Both c and cxx compiler support -rpath directly
11444 hardcode_libdir_flag_spec='-rpath $libdir'
11445 fi
11446 archive_cmds_need_lc='no'
11447 hardcode_libdir_separator=:
11448 ;;
11449
11450 solaris*)
11451 no_undefined_flag=' -z defs'
11452 if test "$GCC" = yes; then
11453 wlarc='${wl}'
11454 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11455 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11456 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11457 else
11458 case `$CC -V 2>&1` in
11459 *"Compilers 5.0"*)
11460 wlarc=''
11461 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11462 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11463 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11464 ;;
11465 *)
11466 wlarc='${wl}'
11467 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11468 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11469 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11470 ;;
11471 esac
11472 fi
11473 hardcode_libdir_flag_spec='-R$libdir'
11474 hardcode_shlibpath_var=no
11475 case $host_os in
11476 solaris2.[0-5] | solaris2.[0-5].*) ;;
11477 *)
11478 # The compiler driver will combine and reorder linker options,
11479 # but understands `-z linker_flag'. GCC discards it without `$wl',
11480 # but is careful enough not to reorder.
11481 # Supported since Solaris 2.6 (maybe 2.5.1?)
11482 if test "$GCC" = yes; then
11483 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11484 else
11485 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11486 fi
11487 ;;
11488 esac
11489 link_all_deplibs=yes
11490 ;;
11491
11492 sunos4*)
11493 if test "x$host_vendor" = xsequent; then
11494 # Use $CC to link under sequent, because it throws in some extra .o
11495 # files that make .init and .fini sections work.
11496 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11497 else
11498 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11499 fi
11500 hardcode_libdir_flag_spec='-L$libdir'
11501 hardcode_direct=yes
11502 hardcode_minus_L=yes
11503 hardcode_shlibpath_var=no
11504 ;;
11505
11506 sysv4)
11507 case $host_vendor in
11508 sni)
11509 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11510 hardcode_direct=yes # is this really true???
11511 ;;
11512 siemens)
11513 ## LD is ld it makes a PLAMLIB
11514 ## CC just makes a GrossModule.
11515 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11516 reload_cmds='$CC -r -o $output$reload_objs'
11517 hardcode_direct=no
11518 ;;
11519 motorola)
11520 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11521 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11522 ;;
11523 esac
11524 runpath_var='LD_RUN_PATH'
11525 hardcode_shlibpath_var=no
11526 ;;
11527
11528 sysv4.3*)
11529 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11530 hardcode_shlibpath_var=no
11531 export_dynamic_flag_spec='-Bexport'
11532 ;;
11533
11534 sysv4*MP*)
11535 if test -d /usr/nec; then
11536 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11537 hardcode_shlibpath_var=no
11538 runpath_var=LD_RUN_PATH
11539 hardcode_runpath_var=yes
11540 ld_shlibs=yes
11541 fi
11542 ;;
11543
11544 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11545 no_undefined_flag='${wl}-z,text'
11546 archive_cmds_need_lc=no
11547 hardcode_shlibpath_var=no
11548 runpath_var='LD_RUN_PATH'
11549
11550 if test "$GCC" = yes; then
11551 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11552 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11553 else
11554 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11555 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11556 fi
11557 ;;
11558
11559 sysv5* | sco3.2v5* | sco5v6*)
11560 # Note: We can NOT use -z defs as we might desire, because we do not
11561 # link with -lc, and that would cause any symbols used from libc to
11562 # always be unresolved, which means just about no library would
11563 # ever link correctly. If we're not using GNU ld we use -z text
11564 # though, which does catch some bad symbols but isn't as heavy-handed
11565 # as -z defs.
11566 no_undefined_flag='${wl}-z,text'
11567 allow_undefined_flag='${wl}-z,nodefs'
11568 archive_cmds_need_lc=no
11569 hardcode_shlibpath_var=no
11570 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11571 hardcode_libdir_separator=':'
11572 link_all_deplibs=yes
11573 export_dynamic_flag_spec='${wl}-Bexport'
11574 runpath_var='LD_RUN_PATH'
11575
11576 if test "$GCC" = yes; then
11577 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11578 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11579 else
11580 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11581 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11582 fi
11583 ;;
11584
11585 uts4*)
11586 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11587 hardcode_libdir_flag_spec='-L$libdir'
11588 hardcode_shlibpath_var=no
11589 ;;
11590
11591 *)
11592 ld_shlibs=no
11593 ;;
11594 esac
11595
11596 if test x$host_vendor = xsni; then
11597 case $host in
11598 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11599 export_dynamic_flag_spec='${wl}-Blargedynsym'
11600 ;;
11601 esac
11602 fi
11603 fi
11604
11605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11606$as_echo "$ld_shlibs" >&6; }
11607test "$ld_shlibs" = no && can_build_shared=no
11608
11609with_gnu_ld=$with_gnu_ld
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625#
11626# Do we need to explicitly link libc?
11627#
11628case "x$archive_cmds_need_lc" in
11629x|xyes)
11630 # Assume -lc should be added
11631 archive_cmds_need_lc=yes
11632
11633 if test "$enable_shared" = yes && test "$GCC" = yes; then
11634 case $archive_cmds in
11635 *'~'*)
11636 # FIXME: we may have to deal with multi-command sequences.
11637 ;;
11638 '$CC '*)
11639 # Test whether the compiler implicitly links with -lc since on some
11640 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11641 # to ld, don't add -lc before -lgcc.
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11643$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11644if ${lt_cv_archive_cmds_need_lc+:} false; then :
11645 $as_echo_n "(cached) " >&6
11646else
11647 $RM conftest*
11648 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11649
11650 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11651 (eval $ac_compile) 2>&5
11652 ac_status=$?
11653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11654 test $ac_status = 0; } 2>conftest.err; then
11655 soname=conftest
11656 lib=conftest
11657 libobjs=conftest.$ac_objext
11658 deplibs=
11659 wl=$lt_prog_compiler_wl
11660 pic_flag=$lt_prog_compiler_pic
11661 compiler_flags=-v
11662 linker_flags=-v
11663 verstring=
11664 output_objdir=.
11665 libname=conftest
11666 lt_save_allow_undefined_flag=$allow_undefined_flag
11667 allow_undefined_flag=
11668 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11669 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11670 ac_status=$?
11671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11672 test $ac_status = 0; }
11673 then
11674 lt_cv_archive_cmds_need_lc=no
11675 else
11676 lt_cv_archive_cmds_need_lc=yes
11677 fi
11678 allow_undefined_flag=$lt_save_allow_undefined_flag
11679 else
11680 cat conftest.err 1>&5
11681 fi
11682 $RM conftest*
11683
11684fi
11685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11686$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11687 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11688 ;;
11689 esac
11690 fi
11691 ;;
11692esac
11693
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11851$as_echo_n "checking dynamic linker characteristics... " >&6; }
11852
11853if test "$GCC" = yes; then
11854 case $host_os in
11855 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11856 *) lt_awk_arg="/^libraries:/" ;;
11857 esac
11858 case $host_os in
11859 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11860 *) lt_sed_strip_eq="s,=/,/,g" ;;
11861 esac
11862 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11863 case $lt_search_path_spec in
11864 *\;*)
11865 # if the path contains ";" then we assume it to be the separator
11866 # otherwise default to the standard path separator (i.e. ":") - it is
11867 # assumed that no part of a normal pathname contains ";" but that should
11868 # okay in the real world where ";" in dirpaths is itself problematic.
11869 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11870 ;;
11871 *)
11872 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11873 ;;
11874 esac
11875 # Ok, now we have the path, separated by spaces, we can step through it
11876 # and add multilib dir if necessary.
11877 lt_tmp_lt_search_path_spec=
11878 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11879 for lt_sys_path in $lt_search_path_spec; do
11880 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11881 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11882 else
11883 test -d "$lt_sys_path" && \
11884 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11885 fi
11886 done
11887 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11888BEGIN {RS=" "; FS="/|\n";} {
11889 lt_foo="";
11890 lt_count=0;
11891 for (lt_i = NF; lt_i > 0; lt_i--) {
11892 if ($lt_i != "" && $lt_i != ".") {
11893 if ($lt_i == "..") {
11894 lt_count++;
11895 } else {
11896 if (lt_count == 0) {
11897 lt_foo="/" $lt_i lt_foo;
11898 } else {
11899 lt_count--;
11900 }
11901 }
11902 }
11903 }
11904 if (lt_foo != "") { lt_freq[lt_foo]++; }
11905 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11906}'`
11907 # AWK program above erroneously prepends '/' to C:/dos/paths
11908 # for these hosts.
11909 case $host_os in
11910 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11911 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11912 esac
11913 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11914else
11915 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11916fi
11917library_names_spec=
11918libname_spec='lib$name'
11919soname_spec=
11920shrext_cmds=".so"
11921postinstall_cmds=
11922postuninstall_cmds=
11923finish_cmds=
11924finish_eval=
11925shlibpath_var=
11926shlibpath_overrides_runpath=unknown
11927version_type=none
11928dynamic_linker="$host_os ld.so"
11929sys_lib_dlsearch_path_spec="/lib /usr/lib"
11930need_lib_prefix=unknown
11931hardcode_into_libs=no
11932
11933# when you set need_version to no, make sure it does not cause -set_version
11934# flags to be left without arguments
11935need_version=unknown
11936
11937case $host_os in
11938aix3*)
11939 version_type=linux
11940 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11941 shlibpath_var=LIBPATH
11942
11943 # AIX 3 has no versioning support, so we append a major version to the name.
11944 soname_spec='${libname}${release}${shared_ext}$major'
11945 ;;
11946
11947aix[4-9]*)
11948 version_type=linux
11949 need_lib_prefix=no
11950 need_version=no
11951 hardcode_into_libs=yes
11952 if test "$host_cpu" = ia64; then
11953 # AIX 5 supports IA64
11954 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11955 shlibpath_var=LD_LIBRARY_PATH
11956 else
11957 # With GCC up to 2.95.x, collect2 would create an import file
11958 # for dependence libraries. The import file would start with
11959 # the line `#! .'. This would cause the generated library to
11960 # depend on `.', always an invalid library. This was fixed in
11961 # development snapshots of GCC prior to 3.0.
11962 case $host_os in
11963 aix4 | aix4.[01] | aix4.[01].*)
11964 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11965 echo ' yes '
11966 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11967 :
11968 else
11969 can_build_shared=no
11970 fi
11971 ;;
11972 esac
11973 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11974 # soname into executable. Probably we can add versioning support to
11975 # collect2, so additional links can be useful in future.
11976 if test "$aix_use_runtimelinking" = yes; then
11977 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11978 # instead of lib<name>.a to let people know that these are not
11979 # typical AIX shared libraries.
11980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11981 else
11982 # We preserve .a as extension for shared libraries through AIX4.2
11983 # and later when we are not doing run time linking.
11984 library_names_spec='${libname}${release}.a $libname.a'
11985 soname_spec='${libname}${release}${shared_ext}$major'
11986 fi
11987 shlibpath_var=LIBPATH
11988 fi
11989 ;;
11990
11991amigaos*)
11992 case $host_cpu in
11993 powerpc)
11994 # Since July 2007 AmigaOS4 officially supports .so libraries.
11995 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11996 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11997 ;;
11998 m68k)
11999 library_names_spec='$libname.ixlibrary $libname.a'
12000 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12001 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'
12002 ;;
12003 esac
12004 ;;
12005
12006beos*)
12007 library_names_spec='${libname}${shared_ext}'
12008 dynamic_linker="$host_os ld.so"
12009 shlibpath_var=LIBRARY_PATH
12010 ;;
12011
12012bsdi[45]*)
12013 version_type=linux
12014 need_version=no
12015 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12016 soname_spec='${libname}${release}${shared_ext}$major'
12017 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12018 shlibpath_var=LD_LIBRARY_PATH
12019 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12020 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12021 # the default ld.so.conf also contains /usr/contrib/lib and
12022 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12023 # libtool to hard-code these into programs
12024 ;;
12025
12026cygwin* | mingw* | pw32* | cegcc*)
12027 version_type=windows
12028 shrext_cmds=".dll"
12029 need_version=no
12030 need_lib_prefix=no
12031
12032 case $GCC,$host_os in
12033 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12034 library_names_spec='$libname.dll.a'
12035 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12036 postinstall_cmds='base_file=`basename \${file}`~
12037 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12038 dldir=$destdir/`dirname \$dlpath`~
12039 test -d \$dldir || mkdir -p \$dldir~
12040 $install_prog $dir/$dlname \$dldir/$dlname~
12041 chmod a+x \$dldir/$dlname~
12042 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12043 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12044 fi'
12045 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12046 dlpath=$dir/\$dldll~
12047 $RM \$dlpath'
12048 shlibpath_overrides_runpath=yes
12049
12050 case $host_os in
12051 cygwin*)
12052 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12053 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12054
12055 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12056 ;;
12057 mingw* | cegcc*)
12058 # MinGW DLLs use traditional 'lib' prefix
12059 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12060 ;;
12061 pw32*)
12062 # pw32 DLLs use 'pw' prefix rather than 'lib'
12063 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12064 ;;
12065 esac
12066 ;;
12067
12068 *)
12069 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12070 ;;
12071 esac
12072 dynamic_linker='Win32 ld.exe'
12073 # FIXME: first we should search . and the directory the executable is in
12074 shlibpath_var=PATH
12075 ;;
12076
12077darwin* | rhapsody*)
12078 dynamic_linker="$host_os dyld"
12079 version_type=darwin
12080 need_lib_prefix=no
12081 need_version=no
12082 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12083 soname_spec='${libname}${release}${major}$shared_ext'
12084 shlibpath_overrides_runpath=yes
12085 shlibpath_var=DYLD_LIBRARY_PATH
12086 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12087
12088 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12089 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12090 ;;
12091
12092dgux*)
12093 version_type=linux
12094 need_lib_prefix=no
12095 need_version=no
12096 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12097 soname_spec='${libname}${release}${shared_ext}$major'
12098 shlibpath_var=LD_LIBRARY_PATH
12099 ;;
12100
12101freebsd* | dragonfly*)
12102 # DragonFly does not have aout. When/if they implement a new
12103 # versioning mechanism, adjust this.
12104 if test -x /usr/bin/objformat; then
12105 objformat=`/usr/bin/objformat`
12106 else
12107 case $host_os in
12108 freebsd[23].*) objformat=aout ;;
12109 *) objformat=elf ;;
12110 esac
12111 fi
12112 version_type=freebsd-$objformat
12113 case $version_type in
12114 freebsd-elf*)
12115 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12116 need_version=no
12117 need_lib_prefix=no
12118 ;;
12119 freebsd-*)
12120 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12121 need_version=yes
12122 ;;
12123 esac
12124 shlibpath_var=LD_LIBRARY_PATH
12125 case $host_os in
12126 freebsd2.*)
12127 shlibpath_overrides_runpath=yes
12128 ;;
12129 freebsd3.[01]* | freebsdelf3.[01]*)
12130 shlibpath_overrides_runpath=yes
12131 hardcode_into_libs=yes
12132 ;;
12133 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12134 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12135 shlibpath_overrides_runpath=no
12136 hardcode_into_libs=yes
12137 ;;
12138 *) # from 4.6 on, and DragonFly
12139 shlibpath_overrides_runpath=yes
12140 hardcode_into_libs=yes
12141 ;;
12142 esac
12143 ;;
12144
b26e2ae7
JM
12145haiku*)
12146 version_type=linux
12147 need_lib_prefix=no
12148 need_version=no
12149 dynamic_linker="$host_os runtime_loader"
12150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12151 soname_spec='${libname}${release}${shared_ext}$major'
12152 shlibpath_var=LIBRARY_PATH
12153 shlibpath_overrides_runpath=yes
12154 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12155 hardcode_into_libs=yes
12156 ;;
12157
12158hpux9* | hpux10* | hpux11*)
12159 # Give a soname corresponding to the major version so that dld.sl refuses to
12160 # link against other versions.
12161 version_type=sunos
12162 need_lib_prefix=no
12163 need_version=no
12164 case $host_cpu in
12165 ia64*)
12166 shrext_cmds='.so'
12167 hardcode_into_libs=yes
12168 dynamic_linker="$host_os dld.so"
12169 shlibpath_var=LD_LIBRARY_PATH
12170 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12172 soname_spec='${libname}${release}${shared_ext}$major'
12173 if test "X$HPUX_IA64_MODE" = X32; then
12174 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12175 else
12176 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12177 fi
12178 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12179 ;;
12180 hppa*64*)
12181 shrext_cmds='.sl'
12182 hardcode_into_libs=yes
12183 dynamic_linker="$host_os dld.sl"
12184 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12185 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12186 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12187 soname_spec='${libname}${release}${shared_ext}$major'
12188 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12189 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12190 ;;
12191 *)
12192 shrext_cmds='.sl'
12193 dynamic_linker="$host_os dld.sl"
12194 shlibpath_var=SHLIB_PATH
12195 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12196 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12197 soname_spec='${libname}${release}${shared_ext}$major'
12198 ;;
12199 esac
12200 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12201 postinstall_cmds='chmod 555 $lib'
12202 # or fails outright, so override atomically:
12203 install_override_mode=555
12204 ;;
12205
12206interix[3-9]*)
12207 version_type=linux
12208 need_lib_prefix=no
12209 need_version=no
12210 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12211 soname_spec='${libname}${release}${shared_ext}$major'
12212 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12213 shlibpath_var=LD_LIBRARY_PATH
12214 shlibpath_overrides_runpath=no
12215 hardcode_into_libs=yes
12216 ;;
12217
12218irix5* | irix6* | nonstopux*)
12219 case $host_os in
12220 nonstopux*) version_type=nonstopux ;;
12221 *)
12222 if test "$lt_cv_prog_gnu_ld" = yes; then
12223 version_type=linux
12224 else
12225 version_type=irix
12226 fi ;;
12227 esac
12228 need_lib_prefix=no
12229 need_version=no
12230 soname_spec='${libname}${release}${shared_ext}$major'
12231 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12232 case $host_os in
12233 irix5* | nonstopux*)
12234 libsuff= shlibsuff=
12235 ;;
12236 *)
12237 case $LD in # libtool.m4 will add one of these switches to LD
12238 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12239 libsuff= shlibsuff= libmagic=32-bit;;
12240 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12241 libsuff=32 shlibsuff=N32 libmagic=N32;;
12242 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12243 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12244 *) libsuff= shlibsuff= libmagic=never-match;;
12245 esac
12246 ;;
12247 esac
12248 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12249 shlibpath_overrides_runpath=no
12250 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12251 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12252 hardcode_into_libs=yes
12253 ;;
12254
12255# No shared lib support for Linux oldld, aout, or coff.
12256linux*oldld* | linux*aout* | linux*coff*)
12257 dynamic_linker=no
12258 ;;
12259
12260# This must be Linux ELF.
46f900c0 12261linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
b26e2ae7
JM
12262 version_type=linux
12263 need_lib_prefix=no
12264 need_version=no
12265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12266 soname_spec='${libname}${release}${shared_ext}$major'
12267 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12268 shlibpath_var=LD_LIBRARY_PATH
12269 shlibpath_overrides_runpath=no
12270
12271 # Some binutils ld are patched to set DT_RUNPATH
12272 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
12273 $as_echo_n "(cached) " >&6
12274else
12275 lt_cv_shlibpath_overrides_runpath=no
12276 save_LDFLAGS=$LDFLAGS
12277 save_libdir=$libdir
12278 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12279 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12281/* end confdefs.h. */
12282
12283int
12284main ()
12285{
12286
12287 ;
12288 return 0;
12289}
12290_ACEOF
12291if ac_fn_c_try_link "$LINENO"; then :
12292 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12293 lt_cv_shlibpath_overrides_runpath=yes
12294fi
12295fi
12296rm -f core conftest.err conftest.$ac_objext \
12297 conftest$ac_exeext conftest.$ac_ext
12298 LDFLAGS=$save_LDFLAGS
12299 libdir=$save_libdir
12300
12301fi
12302
12303 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12304
12305 # This implies no fast_install, which is unacceptable.
12306 # Some rework will be needed to allow for fast_install
12307 # before this can be enabled.
12308 hardcode_into_libs=yes
12309
12310 # Append ld.so.conf contents to the search path
12311 if test -f /etc/ld.so.conf; then
12312 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' ' '`
12313 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12314 fi
12315
12316 # We used to test for /lib/ld.so.1 and disable shared libraries on
12317 # powerpc, because MkLinux only supported shared libraries with the
12318 # GNU dynamic linker. Since this was broken with cross compilers,
12319 # most powerpc-linux boxes support dynamic linking these days and
12320 # people can always --disable-shared, the test was removed, and we
12321 # assume the GNU/Linux dynamic linker is in use.
12322 dynamic_linker='GNU/Linux ld.so'
12323 ;;
12324
12325netbsd*)
12326 version_type=sunos
12327 need_lib_prefix=no
12328 need_version=no
12329 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12331 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12332 dynamic_linker='NetBSD (a.out) ld.so'
12333 else
12334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12335 soname_spec='${libname}${release}${shared_ext}$major'
12336 dynamic_linker='NetBSD ld.elf_so'
12337 fi
12338 shlibpath_var=LD_LIBRARY_PATH
12339 shlibpath_overrides_runpath=yes
12340 hardcode_into_libs=yes
12341 ;;
12342
12343newsos6)
12344 version_type=linux
12345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12346 shlibpath_var=LD_LIBRARY_PATH
12347 shlibpath_overrides_runpath=yes
12348 ;;
12349
12350*nto* | *qnx*)
12351 version_type=qnx
12352 need_lib_prefix=no
12353 need_version=no
12354 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12355 soname_spec='${libname}${release}${shared_ext}$major'
12356 shlibpath_var=LD_LIBRARY_PATH
12357 shlibpath_overrides_runpath=no
12358 hardcode_into_libs=yes
12359 dynamic_linker='ldqnx.so'
12360 ;;
12361
12362openbsd*)
12363 version_type=sunos
12364 sys_lib_dlsearch_path_spec="/usr/lib"
12365 need_lib_prefix=no
12366 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12367 case $host_os in
12368 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12369 *) need_version=no ;;
12370 esac
12371 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12372 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12373 shlibpath_var=LD_LIBRARY_PATH
12374 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12375 case $host_os in
12376 openbsd2.[89] | openbsd2.[89].*)
12377 shlibpath_overrides_runpath=no
12378 ;;
12379 *)
12380 shlibpath_overrides_runpath=yes
12381 ;;
12382 esac
12383 else
12384 shlibpath_overrides_runpath=yes
12385 fi
12386 ;;
12387
12388os2*)
12389 libname_spec='$name'
12390 shrext_cmds=".dll"
12391 need_lib_prefix=no
12392 library_names_spec='$libname${shared_ext} $libname.a'
12393 dynamic_linker='OS/2 ld.exe'
12394 shlibpath_var=LIBPATH
12395 ;;
12396
12397osf3* | osf4* | osf5*)
12398 version_type=osf
12399 need_lib_prefix=no
12400 need_version=no
12401 soname_spec='${libname}${release}${shared_ext}$major'
12402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12403 shlibpath_var=LD_LIBRARY_PATH
12404 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12405 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12406 ;;
12407
12408rdos*)
12409 dynamic_linker=no
12410 ;;
12411
12412solaris*)
12413 version_type=linux
12414 need_lib_prefix=no
12415 need_version=no
12416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12417 soname_spec='${libname}${release}${shared_ext}$major'
12418 shlibpath_var=LD_LIBRARY_PATH
12419 shlibpath_overrides_runpath=yes
12420 hardcode_into_libs=yes
12421 # ldd complains unless libraries are executable
12422 postinstall_cmds='chmod +x $lib'
12423 ;;
12424
12425sunos4*)
12426 version_type=sunos
12427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12428 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12429 shlibpath_var=LD_LIBRARY_PATH
12430 shlibpath_overrides_runpath=yes
12431 if test "$with_gnu_ld" = yes; then
12432 need_lib_prefix=no
12433 fi
12434 need_version=yes
12435 ;;
12436
12437sysv4 | sysv4.3*)
12438 version_type=linux
12439 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12440 soname_spec='${libname}${release}${shared_ext}$major'
12441 shlibpath_var=LD_LIBRARY_PATH
12442 case $host_vendor in
12443 sni)
12444 shlibpath_overrides_runpath=no
12445 need_lib_prefix=no
12446 runpath_var=LD_RUN_PATH
12447 ;;
12448 siemens)
12449 need_lib_prefix=no
12450 ;;
12451 motorola)
12452 need_lib_prefix=no
12453 need_version=no
12454 shlibpath_overrides_runpath=no
12455 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12456 ;;
12457 esac
12458 ;;
12459
12460sysv4*MP*)
12461 if test -d /usr/nec ;then
12462 version_type=linux
12463 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12464 soname_spec='$libname${shared_ext}.$major'
12465 shlibpath_var=LD_LIBRARY_PATH
12466 fi
12467 ;;
12468
12469sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12470 version_type=freebsd-elf
12471 need_lib_prefix=no
12472 need_version=no
12473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12474 soname_spec='${libname}${release}${shared_ext}$major'
12475 shlibpath_var=LD_LIBRARY_PATH
12476 shlibpath_overrides_runpath=yes
12477 hardcode_into_libs=yes
12478 if test "$with_gnu_ld" = yes; then
12479 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12480 else
12481 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12482 case $host_os in
12483 sco3.2v5*)
12484 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12485 ;;
12486 esac
12487 fi
12488 sys_lib_dlsearch_path_spec='/usr/lib'
12489 ;;
12490
12491tpf*)
12492 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12493 version_type=linux
12494 need_lib_prefix=no
12495 need_version=no
12496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12497 shlibpath_var=LD_LIBRARY_PATH
12498 shlibpath_overrides_runpath=no
12499 hardcode_into_libs=yes
12500 ;;
12501
12502uts4*)
12503 version_type=linux
12504 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12505 soname_spec='${libname}${release}${shared_ext}$major'
12506 shlibpath_var=LD_LIBRARY_PATH
12507 ;;
12508
12509*)
12510 dynamic_linker=no
12511 ;;
12512esac
12513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12514$as_echo "$dynamic_linker" >&6; }
12515test "$dynamic_linker" = no && can_build_shared=no
12516
12517variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12518if test "$GCC" = yes; then
12519 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12520fi
12521
12522if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12523 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12524fi
12525if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12526 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12527fi
12528
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12621$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12622hardcode_action=
12623if test -n "$hardcode_libdir_flag_spec" ||
12624 test -n "$runpath_var" ||
12625 test "X$hardcode_automatic" = "Xyes" ; then
12626
12627 # We can hardcode non-existent directories.
12628 if test "$hardcode_direct" != no &&
12629 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12630 # have to relink, otherwise we might link with an installed library
12631 # when we should be linking with a yet-to-be-installed one
12632 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12633 test "$hardcode_minus_L" != no; then
12634 # Linking always hardcodes the temporary library directory.
12635 hardcode_action=relink
12636 else
12637 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12638 hardcode_action=immediate
12639 fi
12640else
12641 # We cannot hardcode anything, or else we can only hardcode existing
12642 # directories.
12643 hardcode_action=unsupported
12644fi
12645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12646$as_echo "$hardcode_action" >&6; }
12647
12648if test "$hardcode_action" = relink ||
12649 test "$inherit_rpath" = yes; then
12650 # Fast installation is not supported
12651 enable_fast_install=no
12652elif test "$shlibpath_overrides_runpath" = yes ||
12653 test "$enable_shared" = no; then
12654 # Fast installation is not necessary
12655 enable_fast_install=needless
12656fi
12657
12658
12659
12660
12661
12662
12663 if test "x$enable_dlopen" != xyes; then
12664 enable_dlopen=unknown
12665 enable_dlopen_self=unknown
12666 enable_dlopen_self_static=unknown
12667else
12668 lt_cv_dlopen=no
12669 lt_cv_dlopen_libs=
12670
12671 case $host_os in
12672 beos*)
12673 lt_cv_dlopen="load_add_on"
12674 lt_cv_dlopen_libs=
12675 lt_cv_dlopen_self=yes
12676 ;;
12677
12678 mingw* | pw32* | cegcc*)
12679 lt_cv_dlopen="LoadLibrary"
12680 lt_cv_dlopen_libs=
12681 ;;
12682
12683 cygwin*)
12684 lt_cv_dlopen="dlopen"
12685 lt_cv_dlopen_libs=
12686 ;;
12687
12688 darwin*)
12689 # if libdl is installed we need to link against it
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12691$as_echo_n "checking for dlopen in -ldl... " >&6; }
12692if ${ac_cv_lib_dl_dlopen+:} false; then :
12693 $as_echo_n "(cached) " >&6
12694else
12695 ac_check_lib_save_LIBS=$LIBS
12696LIBS="-ldl $LIBS"
12697cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12698/* end confdefs.h. */
12699
12700/* Override any GCC internal prototype to avoid an error.
12701 Use char because int might match the return type of a GCC
12702 builtin and then its argument prototype would still apply. */
12703#ifdef __cplusplus
12704extern "C"
12705#endif
12706char dlopen ();
12707int
12708main ()
12709{
12710return dlopen ();
12711 ;
12712 return 0;
12713}
12714_ACEOF
12715if ac_fn_c_try_link "$LINENO"; then :
12716 ac_cv_lib_dl_dlopen=yes
12717else
12718 ac_cv_lib_dl_dlopen=no
12719fi
12720rm -f core conftest.err conftest.$ac_objext \
12721 conftest$ac_exeext conftest.$ac_ext
12722LIBS=$ac_check_lib_save_LIBS
12723fi
12724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12725$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12726if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12727 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12728else
12729
12730 lt_cv_dlopen="dyld"
12731 lt_cv_dlopen_libs=
12732 lt_cv_dlopen_self=yes
12733
12734fi
12735
12736 ;;
12737
12738 *)
12739 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12740if test "x$ac_cv_func_shl_load" = xyes; then :
12741 lt_cv_dlopen="shl_load"
12742else
12743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12744$as_echo_n "checking for shl_load in -ldld... " >&6; }
12745if ${ac_cv_lib_dld_shl_load+:} false; then :
12746 $as_echo_n "(cached) " >&6
12747else
12748 ac_check_lib_save_LIBS=$LIBS
12749LIBS="-ldld $LIBS"
12750cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12751/* end confdefs.h. */
12752
12753/* Override any GCC internal prototype to avoid an error.
12754 Use char because int might match the return type of a GCC
12755 builtin and then its argument prototype would still apply. */
12756#ifdef __cplusplus
12757extern "C"
12758#endif
12759char shl_load ();
12760int
12761main ()
12762{
12763return shl_load ();
12764 ;
12765 return 0;
12766}
12767_ACEOF
12768if ac_fn_c_try_link "$LINENO"; then :
12769 ac_cv_lib_dld_shl_load=yes
12770else
12771 ac_cv_lib_dld_shl_load=no
12772fi
12773rm -f core conftest.err conftest.$ac_objext \
12774 conftest$ac_exeext conftest.$ac_ext
12775LIBS=$ac_check_lib_save_LIBS
12776fi
12777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12778$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12779if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12780 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12781else
12782 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12783if test "x$ac_cv_func_dlopen" = xyes; then :
12784 lt_cv_dlopen="dlopen"
12785else
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12787$as_echo_n "checking for dlopen in -ldl... " >&6; }
12788if ${ac_cv_lib_dl_dlopen+:} false; then :
12789 $as_echo_n "(cached) " >&6
12790else
12791 ac_check_lib_save_LIBS=$LIBS
12792LIBS="-ldl $LIBS"
12793cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12794/* end confdefs.h. */
12795
12796/* Override any GCC internal prototype to avoid an error.
12797 Use char because int might match the return type of a GCC
12798 builtin and then its argument prototype would still apply. */
12799#ifdef __cplusplus
12800extern "C"
12801#endif
12802char dlopen ();
12803int
12804main ()
12805{
12806return dlopen ();
12807 ;
12808 return 0;
12809}
12810_ACEOF
12811if ac_fn_c_try_link "$LINENO"; then :
12812 ac_cv_lib_dl_dlopen=yes
12813else
12814 ac_cv_lib_dl_dlopen=no
12815fi
12816rm -f core conftest.err conftest.$ac_objext \
12817 conftest$ac_exeext conftest.$ac_ext
12818LIBS=$ac_check_lib_save_LIBS
12819fi
12820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12821$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12822if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12823 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12824else
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12826$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12827if ${ac_cv_lib_svld_dlopen+:} false; then :
12828 $as_echo_n "(cached) " >&6
12829else
12830 ac_check_lib_save_LIBS=$LIBS
12831LIBS="-lsvld $LIBS"
12832cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12833/* end confdefs.h. */
12834
12835/* Override any GCC internal prototype to avoid an error.
12836 Use char because int might match the return type of a GCC
12837 builtin and then its argument prototype would still apply. */
12838#ifdef __cplusplus
12839extern "C"
12840#endif
12841char dlopen ();
12842int
12843main ()
12844{
12845return dlopen ();
12846 ;
12847 return 0;
12848}
12849_ACEOF
12850if ac_fn_c_try_link "$LINENO"; then :
12851 ac_cv_lib_svld_dlopen=yes
12852else
12853 ac_cv_lib_svld_dlopen=no
12854fi
12855rm -f core conftest.err conftest.$ac_objext \
12856 conftest$ac_exeext conftest.$ac_ext
12857LIBS=$ac_check_lib_save_LIBS
12858fi
12859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12860$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12861if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
12862 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12863else
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12865$as_echo_n "checking for dld_link in -ldld... " >&6; }
12866if ${ac_cv_lib_dld_dld_link+:} false; then :
12867 $as_echo_n "(cached) " >&6
12868else
12869 ac_check_lib_save_LIBS=$LIBS
12870LIBS="-ldld $LIBS"
12871cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12872/* end confdefs.h. */
12873
12874/* Override any GCC internal prototype to avoid an error.
12875 Use char because int might match the return type of a GCC
12876 builtin and then its argument prototype would still apply. */
12877#ifdef __cplusplus
12878extern "C"
12879#endif
12880char dld_link ();
12881int
12882main ()
12883{
12884return dld_link ();
12885 ;
12886 return 0;
12887}
12888_ACEOF
12889if ac_fn_c_try_link "$LINENO"; then :
12890 ac_cv_lib_dld_dld_link=yes
12891else
12892 ac_cv_lib_dld_dld_link=no
12893fi
12894rm -f core conftest.err conftest.$ac_objext \
12895 conftest$ac_exeext conftest.$ac_ext
12896LIBS=$ac_check_lib_save_LIBS
12897fi
12898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12899$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12900if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12901 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12902fi
12903
12904
12905fi
12906
12907
12908fi
12909
12910
12911fi
12912
12913
12914fi
12915
12916
12917fi
12918
12919 ;;
12920 esac
12921
12922 if test "x$lt_cv_dlopen" != xno; then
12923 enable_dlopen=yes
12924 else
12925 enable_dlopen=no
12926 fi
12927
12928 case $lt_cv_dlopen in
12929 dlopen)
12930 save_CPPFLAGS="$CPPFLAGS"
12931 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12932
12933 save_LDFLAGS="$LDFLAGS"
12934 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12935
12936 save_LIBS="$LIBS"
12937 LIBS="$lt_cv_dlopen_libs $LIBS"
12938
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12940$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12941if ${lt_cv_dlopen_self+:} false; then :
12942 $as_echo_n "(cached) " >&6
12943else
12944 if test "$cross_compiling" = yes; then :
12945 lt_cv_dlopen_self=cross
12946else
12947 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12948 lt_status=$lt_dlunknown
12949 cat > conftest.$ac_ext <<_LT_EOF
7a36eeea 12950#line 12950 "configure"
b26e2ae7
JM
12951#include "confdefs.h"
12952
12953#if HAVE_DLFCN_H
12954#include <dlfcn.h>
12955#endif
12956
12957#include <stdio.h>
12958
12959#ifdef RTLD_GLOBAL
12960# define LT_DLGLOBAL RTLD_GLOBAL
12961#else
12962# ifdef DL_GLOBAL
12963# define LT_DLGLOBAL DL_GLOBAL
12964# else
12965# define LT_DLGLOBAL 0
12966# endif
12967#endif
12968
12969/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12970 find out it does not work in some platform. */
12971#ifndef LT_DLLAZY_OR_NOW
12972# ifdef RTLD_LAZY
12973# define LT_DLLAZY_OR_NOW RTLD_LAZY
12974# else
12975# ifdef DL_LAZY
12976# define LT_DLLAZY_OR_NOW DL_LAZY
12977# else
12978# ifdef RTLD_NOW
12979# define LT_DLLAZY_OR_NOW RTLD_NOW
12980# else
12981# ifdef DL_NOW
12982# define LT_DLLAZY_OR_NOW DL_NOW
12983# else
12984# define LT_DLLAZY_OR_NOW 0
12985# endif
12986# endif
12987# endif
12988# endif
12989#endif
12990
12991/* When -fvisbility=hidden is used, assume the code has been annotated
12992 correspondingly for the symbols needed. */
12993#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12994void fnord () __attribute__((visibility("default")));
12995#endif
12996
12997void fnord () { int i=42; }
12998int main ()
12999{
13000 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13001 int status = $lt_dlunknown;
13002
13003 if (self)
13004 {
13005 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13006 else
13007 {
13008 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13009 else puts (dlerror ());
13010 }
13011 /* dlclose (self); */
13012 }
13013 else
13014 puts (dlerror ());
13015
13016 return status;
13017}
13018_LT_EOF
13019 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13020 (eval $ac_link) 2>&5
13021 ac_status=$?
13022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13023 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13024 (./conftest; exit; ) >&5 2>/dev/null
13025 lt_status=$?
13026 case x$lt_status in
13027 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13028 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13029 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13030 esac
13031 else :
13032 # compilation failed
13033 lt_cv_dlopen_self=no
13034 fi
13035fi
13036rm -fr conftest*
13037
13038
13039fi
13040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13041$as_echo "$lt_cv_dlopen_self" >&6; }
13042
13043 if test "x$lt_cv_dlopen_self" = xyes; then
13044 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13046$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
13047if ${lt_cv_dlopen_self_static+:} false; then :
13048 $as_echo_n "(cached) " >&6
13049else
13050 if test "$cross_compiling" = yes; then :
13051 lt_cv_dlopen_self_static=cross
13052else
13053 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13054 lt_status=$lt_dlunknown
13055 cat > conftest.$ac_ext <<_LT_EOF
7a36eeea 13056#line 13056 "configure"
b26e2ae7
JM
13057#include "confdefs.h"
13058
13059#if HAVE_DLFCN_H
13060#include <dlfcn.h>
13061#endif
13062
13063#include <stdio.h>
13064
13065#ifdef RTLD_GLOBAL
13066# define LT_DLGLOBAL RTLD_GLOBAL
13067#else
13068# ifdef DL_GLOBAL
13069# define LT_DLGLOBAL DL_GLOBAL
13070# else
13071# define LT_DLGLOBAL 0
13072# endif
13073#endif
13074
13075/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13076 find out it does not work in some platform. */
13077#ifndef LT_DLLAZY_OR_NOW
13078# ifdef RTLD_LAZY
13079# define LT_DLLAZY_OR_NOW RTLD_LAZY
13080# else
13081# ifdef DL_LAZY
13082# define LT_DLLAZY_OR_NOW DL_LAZY
13083# else
13084# ifdef RTLD_NOW
13085# define LT_DLLAZY_OR_NOW RTLD_NOW
13086# else
13087# ifdef DL_NOW
13088# define LT_DLLAZY_OR_NOW DL_NOW
13089# else
13090# define LT_DLLAZY_OR_NOW 0
13091# endif
13092# endif
13093# endif
13094# endif
13095#endif
13096
13097/* When -fvisbility=hidden is used, assume the code has been annotated
13098 correspondingly for the symbols needed. */
13099#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13100void fnord () __attribute__((visibility("default")));
13101#endif
13102
13103void fnord () { int i=42; }
13104int main ()
13105{
13106 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13107 int status = $lt_dlunknown;
13108
13109 if (self)
13110 {
13111 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13112 else
13113 {
13114 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13115 else puts (dlerror ());
13116 }
13117 /* dlclose (self); */
13118 }
13119 else
13120 puts (dlerror ());
13121
13122 return status;
13123}
13124_LT_EOF
13125 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13126 (eval $ac_link) 2>&5
13127 ac_status=$?
13128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13129 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13130 (./conftest; exit; ) >&5 2>/dev/null
13131 lt_status=$?
13132 case x$lt_status in
13133 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13134 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13135 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13136 esac
13137 else :
13138 # compilation failed
13139 lt_cv_dlopen_self_static=no
13140 fi
13141fi
13142rm -fr conftest*
13143
13144
13145fi
13146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13147$as_echo "$lt_cv_dlopen_self_static" >&6; }
13148 fi
13149
13150 CPPFLAGS="$save_CPPFLAGS"
13151 LDFLAGS="$save_LDFLAGS"
13152 LIBS="$save_LIBS"
13153 ;;
13154 esac
13155
13156 case $lt_cv_dlopen_self in
13157 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13158 *) enable_dlopen_self=unknown ;;
13159 esac
13160
13161 case $lt_cv_dlopen_self_static in
13162 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13163 *) enable_dlopen_self_static=unknown ;;
13164 esac
13165fi
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
13178
13179
13180
13181
13182
13183striplib=
13184old_striplib=
13185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13186$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13187if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13188 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13189 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13191$as_echo "yes" >&6; }
13192else
13193# FIXME - insert some real tests, host_os isn't really good enough
13194 case $host_os in
13195 darwin*)
13196 if test -n "$STRIP" ; then
13197 striplib="$STRIP -x"
13198 old_striplib="$STRIP -S"
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13200$as_echo "yes" >&6; }
13201 else
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13203$as_echo "no" >&6; }
13204 fi
13205 ;;
13206 *)
13207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13208$as_echo "no" >&6; }
13209 ;;
13210 esac
13211fi
13212
13213
13214
13215
13216
13217
13218
13219
13220
13221
13222
13223
13224 # Report which library types will actually be built
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13226$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13228$as_echo "$can_build_shared" >&6; }
13229
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13231$as_echo_n "checking whether to build shared libraries... " >&6; }
13232 test "$can_build_shared" = "no" && enable_shared=no
13233
13234 # On AIX, shared libraries and static libraries use the same namespace, and
13235 # are all built from PIC.
13236 case $host_os in
13237 aix3*)
13238 test "$enable_shared" = yes && enable_static=no
13239 if test -n "$RANLIB"; then
13240 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13241 postinstall_cmds='$RANLIB $lib'
13242 fi
13243 ;;
13244
13245 aix[4-9]*)
13246 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13247 test "$enable_shared" = yes && enable_static=no
13248 fi
13249 ;;
13250 esac
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13252$as_echo "$enable_shared" >&6; }
13253
13254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13255$as_echo_n "checking whether to build static libraries... " >&6; }
13256 # Make sure either enable_shared or enable_static is yes.
13257 test "$enable_shared" = yes || enable_static=yes
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13259$as_echo "$enable_static" >&6; }
13260
13261
13262
13263
13264fi
13265ac_ext=c
13266ac_cpp='$CPP $CPPFLAGS'
13267ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13268ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13269ac_compiler_gnu=$ac_cv_c_compiler_gnu
13270
13271CC="$lt_save_CC"
13272
13273
13274
13275
13276
13277
13278
13279
13280
13281
13282
13283
13284
13285 ac_config_commands="$ac_config_commands libtool"
13286
13287
13288
13289
13290# Only expand once:
13291
13292
13293
13294
b26e2ae7
JM
13295
13296
13297
13298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13299$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13300 # Check whether --enable-maintainer-mode was given.
13301if test "${enable_maintainer_mode+set}" = set; then :
13302 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13303else
13304 USE_MAINTAINER_MODE=no
13305fi
13306
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13308$as_echo "$USE_MAINTAINER_MODE" >&6; }
13309 if test $USE_MAINTAINER_MODE = yes; then
13310 MAINTAINER_MODE_TRUE=
13311 MAINTAINER_MODE_FALSE='#'
13312else
13313 MAINTAINER_MODE_TRUE='#'
13314 MAINTAINER_MODE_FALSE=
13315fi
13316
13317 MAINT=$MAINTAINER_MODE_TRUE
13318
13319
13320
13321
13322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13323$as_echo_n "checking for sim debug setting... " >&6; }
13324sim_debug="0"
13325# Check whether --enable-sim-debug was given.
13326if test "${enable_sim_debug+set}" = set; then :
13327 enableval=$enable_sim_debug; case "${enableval}" in
13328 yes) sim_debug="7";;
13329 no) sim_debug="0";;
13330 *) sim_debug="($enableval)";;
13331esac
13332fi
13333if test "$sim_debug" != "0"; then
13334
13335cat >>confdefs.h <<_ACEOF
13336#define DEBUG $sim_debug
13337_ACEOF
13338
13339fi
13340
13341cat >>confdefs.h <<_ACEOF
13342#define WITH_DEBUG $sim_debug
13343_ACEOF
13344
13345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13346$as_echo "$sim_debug" >&6; }
13347
13348
13349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13350$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13351sim_stdio="0"
13352# Check whether --enable-sim-stdio was given.
13353if test "${enable_sim_stdio+set}" = set; then :
13354 enableval=$enable_sim_stdio; case "${enableval}" in
13355 yes) sim_stdio="DO_USE_STDIO";;
13356 no) sim_stdio="DONT_USE_STDIO";;
13357 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
13358esac
13359fi
13360
13361cat >>confdefs.h <<_ACEOF
13362#define WITH_STDIO $sim_stdio
13363_ACEOF
13364
13365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13366$as_echo "$sim_stdio" >&6; }
13367
13368
13369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13370$as_echo_n "checking for sim trace settings... " >&6; }
13371sim_trace="~TRACE_debug"
13372# Check whether --enable-sim-trace was given.
13373if test "${enable_sim_trace+set}" = set; then :
13374 enableval=$enable_sim_trace; case "${enableval}" in
13375 yes) sim_trace="-1";;
13376 no) sim_trace="0";;
13377 [-0-9]*)
13378 sim_trace="'(${enableval})'";;
13379 [[:lower:]]*)
13380 sim_trace=""
13381 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13382 if test x"$sim_trace" = x; then
13383 sim_trace="(TRACE_$x"
13384 else
13385 sim_trace="${sim_trace}|TRACE_$x"
13386 fi
13387 done
13388 sim_trace="$sim_trace)" ;;
13389esac
13390fi
13391
13392cat >>confdefs.h <<_ACEOF
13393#define WITH_TRACE $sim_trace
13394_ACEOF
13395
13396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13397$as_echo "$sim_trace" >&6; }
13398
13399
13400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13401$as_echo_n "checking for sim profile settings... " >&6; }
13402profile="1"
13403sim_profile="-1"
13404# Check whether --enable-sim-profile was given.
13405if test "${enable_sim_profile+set}" = set; then :
13406 enableval=$enable_sim_profile; case "${enableval}" in
13407 yes) profile="1" sim_profile="-1";;
13408 no) profile="0" sim_profile="0";;
13409 [-0-9]*)
13410 profile="(${enableval})" sim_profile="(${enableval})";;
13411 [a-z]*)
13412 profile="1"
13413 sim_profile=""
13414 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13415 if test x"$sim_profile" = x; then
13416 sim_profile="(PROFILE_$x"
13417 else
13418 sim_profile="${sim_profile}|PROFILE_$x"
13419 fi
13420 done
13421 sim_profile="$sim_profile)" ;;
13422esac
13423fi
13424
13425cat >>confdefs.h <<_ACEOF
13426#define PROFILE $profile
13427_ACEOF
13428
13429
13430cat >>confdefs.h <<_ACEOF
13431#define WITH_PROFILE $sim_profile
13432_ACEOF
13433
13434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13435$as_echo "$sim_profile" >&6; }
13436
13437
13438
13439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13440$as_echo_n "checking whether to enable sim asserts... " >&6; }
13441sim_assert="1"
13442# Check whether --enable-sim-assert was given.
13443if test "${enable_sim_assert+set}" = set; then :
13444 enableval=$enable_sim_assert; case "${enableval}" in
13445 yes) sim_assert="1";;
13446 no) sim_assert="0";;
13447 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
13448esac
13449fi
13450
13451cat >>confdefs.h <<_ACEOF
13452#define WITH_ASSERT $sim_assert
13453_ACEOF
13454
13455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13456$as_echo "$sim_assert" >&6; }
13457
13458
13459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13460$as_echo_n "checking default sim environment setting... " >&6; }
13461sim_environment="ALL_ENVIRONMENT"
13462# Check whether --enable-sim-environment was given.
13463if test "${enable_sim_environment+set}" = set; then :
13464 enableval=$enable_sim_environment; case "${enableval}" in
13465 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13466 user | USER) sim_environment="USER_ENVIRONMENT";;
13467 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13468 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13469 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
13470esac
13471fi
13472
13473cat >>confdefs.h <<_ACEOF
13474#define WITH_ENVIRONMENT $sim_environment
13475_ACEOF
13476
13477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13478$as_echo "$sim_environment" >&6; }
13479
13480
13481sim_inline="-DDEFAULT_INLINE=0"
13482# Check whether --enable-sim-inline was given.
13483if test "${enable_sim_inline+set}" = set; then :
13484 enableval=$enable_sim_inline; sim_inline=""
13485case "$enableval" in
13486 no) sim_inline="-DDEFAULT_INLINE=0";;
13487 0) sim_inline="-DDEFAULT_INLINE=0";;
13488 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13489 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13490 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13491 new_flag=""
13492 case "$x" in
13493 *_INLINE=*) new_flag="-D$x";;
13494 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13495 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13496 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13497 esac
13498 if test x"$sim_inline" = x""; then
13499 sim_inline="$new_flag"
13500 else
13501 sim_inline="$sim_inline $new_flag"
13502 fi
13503 done;;
13504esac
13505if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13506 echo "Setting inline flags = $sim_inline" 6>&1
13507fi
13508fi
13509
13510
13511
13512
13513# Check whether --with-pkgversion was given.
13514if test "${with_pkgversion+set}" = set; then :
13515 withval=$with_pkgversion; case "$withval" in
13516 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
13517 no) PKGVERSION= ;;
13518 *) PKGVERSION="($withval) " ;;
13519 esac
13520else
13521 PKGVERSION="(SIM) "
13522
13523fi
13524
13525
13526
13527
13528
13529# Check whether --with-bugurl was given.
13530if test "${with_bugurl+set}" = set; then :
13531 withval=$with_bugurl; case "$withval" in
13532 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
13533 no) BUGURL=
13534 ;;
13535 *) BUGURL="$withval"
13536 ;;
13537 esac
13538else
dfb856ba 13539 BUGURL="https://www.gnu.org/software/gdb/bugs/"
b26e2ae7
JM
13540
13541fi
13542
13543 case ${BUGURL} in
13544 "")
13545 REPORT_BUGS_TO=
13546 REPORT_BUGS_TEXI=
13547 ;;
13548 *)
13549 REPORT_BUGS_TO="<$BUGURL>"
13550 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13551 ;;
13552 esac;
13553
13554
13555
13556
13557cat >>confdefs.h <<_ACEOF
13558#define PKGVERSION "$PKGVERSION"
13559_ACEOF
13560
13561
13562cat >>confdefs.h <<_ACEOF
13563#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13564_ACEOF
13565
13566
13567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13568$as_echo_n "checking return type of signal handlers... " >&6; }
13569if ${ac_cv_type_signal+:} false; then :
13570 $as_echo_n "(cached) " >&6
13571else
13572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13573/* end confdefs.h. */
13574#include <sys/types.h>
13575#include <signal.h>
13576
13577int
13578main ()
13579{
13580return *(signal (0, 0)) (0) == 1;
13581 ;
13582 return 0;
13583}
13584_ACEOF
13585if ac_fn_c_try_compile "$LINENO"; then :
13586 ac_cv_type_signal=int
13587else
13588 ac_cv_type_signal=void
13589fi
13590rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13591fi
13592{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13593$as_echo "$ac_cv_type_signal" >&6; }
13594
13595cat >>confdefs.h <<_ACEOF
13596#define RETSIGTYPE $ac_cv_type_signal
13597_ACEOF
13598
13599
13600
13601
13602
13603
13604
0316fb52
JM
13605wire_word_bitsize="64"
13606wire_word_msb=""
13607wire_address_bitsize=""
13608wire_cell_bitsize=""
13609# Check whether --enable-sim-bitsize was given.
13610if test "${enable_sim_bitsize+set}" = set; then :
13611 enableval=$enable_sim_bitsize; sim_bitsize=
13612case "${enableval}" in
13613 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13614 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13615 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13616 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13617 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13618 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13619 else
13620 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13621 fi ;;
13622 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13623 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13624 else
13625 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13626 fi ;;
13627 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13628esac
13629# address bitsize
13630tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13631case x"${tmp}" in
13632 x ) ;;
13633 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13634 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
13635 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13636esac
13637# cell bitsize
13638tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13639case x"${tmp}" in
13640 x ) ;;
13641 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13642 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
13643 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13644esac
13645if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13646 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13647fi
13648else
13649 sim_bitsize=""
13650if test x"$wire_word_bitsize" != x; then
13651 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13652fi
13653if test x"$wire_word_msb" != x; then
13654 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13655fi
13656if test x"$wire_address_bitsize" != x; then
13657 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13658fi
13659if test x"$wire_cell_bitsize" != x; then
13660 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13661fi
13662fi
13663
b26e2ae7
JM
13664
13665wire_endian=""
13666default_endian="LITTLE"
13667# Check whether --enable-sim-endian was given.
13668if test "${enable_sim_endian+set}" = set; then :
13669 enableval=$enable_sim_endian; case "${enableval}" in
13670 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13671 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13672 yes) if test x"$wire_endian" != x; then
13673 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13674 else
13675 if test x"$default_endian" != x; then
13676 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13677 else
13678 echo "No hard-wired endian for target $target" 1>&6
13679 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13680 fi
13681 fi;;
13682 no) if test x"$default_endian" != x; then
13683 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13684 else
13685 if test x"$wire_endian" != x; then
13686 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13687 else
13688 echo "No default endian for target $target" 1>&6
13689 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13690 fi
13691 fi;;
13692 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13693esac
13694if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13695 echo "Setting endian flags = $sim_endian" 6>&1
13696fi
13697else
13698 if test x"$default_endian" != x; then
13699 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13700else
13701 if test x"$wire_endian" != x; then
13702 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13703 else
13704 sim_endian=
13705 fi
13706fi
13707fi
13708
13709wire_alignment="NONSTRICT_ALIGNMENT"
13710default_alignment=""
13711
13712# Check whether --enable-sim-alignment was given.
13713if test "${enable_sim_alignment+set}" = set; then :
13714 enableval=$enable_sim_alignment; case "${enableval}" in
13715 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13716 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13717 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13718 yes) if test x"$wire_alignment" != x; then
13719 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13720 else
13721 if test x"$default_alignment" != x; then
13722 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13723 else
13724 echo "No hard-wired alignment for target $target" 1>&6
13725 sim_alignment="-DWITH_ALIGNMENT=0"
13726 fi
13727 fi;;
13728 no) if test x"$default_alignment" != x; then
13729 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13730 else
13731 if test x"$wire_alignment" != x; then
13732 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13733 else
13734 echo "No default alignment for target $target" 1>&6
13735 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13736 fi
13737 fi;;
13738 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13739esac
13740if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13741 echo "Setting alignment flags = $sim_alignment" 6>&1
13742fi
13743else
13744 if test x"$default_alignment" != x; then
13745 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13746else
13747 if test x"$wire_alignment" != x; then
13748 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13749 else
13750 sim_alignment=
13751 fi
13752fi
13753fi
13754
13755
13756default_sim_scache="16384"
13757# Check whether --enable-sim-scache was given.
13758if test "${enable_sim_scache+set}" = set; then :
13759 enableval=$enable_sim_scache; case "${enableval}" in
13760 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13761 no) sim_scache="-DWITH_SCACHE=0" ;;
13762 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
13763 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
13764 sim_scache="";;
13765esac
13766if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13767 echo "Setting scache size = $sim_scache" 6>&1
13768fi
13769else
13770 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13771fi
13772
13773
13774
13775default_sim_default_model="bpf-def"
13776# Check whether --enable-sim-default-model was given.
13777if test "${enable_sim_default_model+set}" = set; then :
13778 enableval=$enable_sim_default_model; case "${enableval}" in
13779 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
13780 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13781esac
13782if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13783 echo "Setting default model = $sim_default_model" 6>&1
13784fi
13785else
13786 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13787fi
13788
13789
13790
5c1008a4
MF
13791# Check whether --enable-werror was given.
13792if test "${enable_werror+set}" = set; then :
13793 enableval=$enable_werror; case "${enableval}" in
13794 yes | y) ERROR_ON_WARNING="yes" ;;
13795 no | n) ERROR_ON_WARNING="no" ;;
13796 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13797 esac
13798fi
13799
13800
13801# Enable -Werror by default when using gcc
13802if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13803 ERROR_ON_WARNING=yes
13804fi
13805
13806WERROR_CFLAGS=""
13807
13808build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13809-Wpointer-sign \
13810-Wno-unused -Wunused-value -Wunused-function \
13811-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13812-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13813-Wold-style-declaration -Wold-style-definition"
13814
13815# Enable -Wno-format by default when using gcc on mingw since many
13816# GCC versions complain about %I64.
13817case "${host}" in
13818 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13819 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13820esac
13821
13822# Check whether --enable-build-warnings was given.
13823if test "${enable_build_warnings+set}" = set; then :
13824 enableval=$enable_build_warnings; case "${enableval}" in
13825 yes) ;;
13826 no) build_warnings="-w";;
13827 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13828 build_warnings="${build_warnings} ${t}";;
13829 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13830 build_warnings="${t} ${build_warnings}";;
13831 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13832esac
13833if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13834 echo "Setting compiler warning flags = $build_warnings" 6>&1
13835fi
13836fi
13837# Check whether --enable-sim-build-warnings was given.
13838if test "${enable_sim_build_warnings+set}" = set; then :
13839 enableval=$enable_sim_build_warnings; case "${enableval}" in
13840 yes) ;;
13841 no) build_warnings="-w";;
13842 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13843 build_warnings="${build_warnings} ${t}";;
13844 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13845 build_warnings="${t} ${build_warnings}";;
13846 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13847esac
13848if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13849 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13850fi
13851fi
13852WARN_CFLAGS=""
13853if test "x${build_warnings}" != x -a "x$GCC" = xyes
13854then
13855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13856$as_echo_n "checking compiler warning flags... " >&6; }
13857 # Separate out the -Werror flag as some files just cannot be
13858 # compiled with it enabled.
13859 for w in ${build_warnings}; do
13860 case $w in
13861 -Werr*) WERROR_CFLAGS=-Werror ;;
13862 *) # Check that GCC accepts it
13863 saved_CFLAGS="$CFLAGS"
13864 CFLAGS="$CFLAGS $w"
13865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13866/* end confdefs.h. */
13867
13868int
13869main ()
13870{
13871
13872 ;
13873 return 0;
13874}
13875_ACEOF
13876if ac_fn_c_try_compile "$LINENO"; then :
13877 WARN_CFLAGS="${WARN_CFLAGS} $w"
13878fi
13879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13880 CFLAGS="$saved_CFLAGS"
13881 esac
13882 done
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13884$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13885fi
13886
13887
b26e2ae7
JM
13888cgen_maint=no
13889cgen=guile
13890cgendir='$(srcdir)/../../cgen'
13891# Check whether --enable-cgen-maint was given.
13892if test "${enable_cgen_maint+set}" = set; then :
13893 enableval=$enable_cgen_maint; case "${enableval}" in
13894 yes) cgen_maint=yes ;;
13895 no) cgen_maint=no ;;
13896 *)
13897 # Argument is a directory where cgen can be found. In some
13898 # future world cgen could be installable, but right now this
13899 # is not the case. Instead we assume the directory is a path
13900 # to the cgen source tree.
13901 cgen_maint=yes
13902 if test -r ${enableval}/iformat.scm; then
13903 # This looks like a cgen source tree.
13904 cgendir=${enableval}
13905 else
13906 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
13907 fi
13908 ;;
13909esac
13910fi
13911if test x${cgen_maint} != xno ; then
13912 CGEN_MAINT=''
13913else
13914 CGEN_MAINT='#'
13915fi
13916
13917
13918
13919
13920
13921
13922cgen_breaks=""
13923if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13924cgen_breaks="break cgen_rtx_error";
13925fi
13926
13927ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13928
13929ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13930
13931ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13932
13933ac_config_commands="$ac_config_commands Makefile"
13934
13935ac_config_commands="$ac_config_commands stamp-h"
13936
13937cat >confcache <<\_ACEOF
13938# This file is a shell script that caches the results of configure
13939# tests run on this system so they can be shared between configure
13940# scripts and configure runs, see configure's option --config-cache.
13941# It is not useful on other systems. If it contains results you don't
13942# want to keep, you may remove or edit it.
13943#
13944# config.status only pays attention to the cache file if you give it
13945# the --recheck option to rerun configure.
13946#
13947# `ac_cv_env_foo' variables (set or unset) will be overridden when
13948# loading this file, other *unset* `ac_cv_foo' will be assigned the
13949# following values.
13950
13951_ACEOF
13952
13953# The following way of writing the cache mishandles newlines in values,
13954# but we know of no workaround that is simple, portable, and efficient.
13955# So, we kill variables containing newlines.
13956# Ultrix sh set writes to stderr and can't be redirected directly,
13957# and sets the high bit in the cache file unless we assign to the vars.
13958(
13959 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13960 eval ac_val=\$$ac_var
13961 case $ac_val in #(
13962 *${as_nl}*)
13963 case $ac_var in #(
13964 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13965$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13966 esac
13967 case $ac_var in #(
13968 _ | IFS | as_nl) ;; #(
13969 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13970 *) { eval $ac_var=; unset $ac_var;} ;;
13971 esac ;;
13972 esac
13973 done
13974
13975 (set) 2>&1 |
13976 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13977 *${as_nl}ac_space=\ *)
13978 # `set' does not quote correctly, so add quotes: double-quote
13979 # substitution turns \\\\ into \\, and sed turns \\ into \.
13980 sed -n \
13981 "s/'/'\\\\''/g;
13982 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13983 ;; #(
13984 *)
13985 # `set' quotes correctly as required by POSIX, so do not add quotes.
13986 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13987 ;;
13988 esac |
13989 sort
13990) |
13991 sed '
13992 /^ac_cv_env_/b end
13993 t clear
13994 :clear
13995 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13996 t end
13997 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13998 :end' >>confcache
13999if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14000 if test -w "$cache_file"; then
14001 if test "x$cache_file" != "x/dev/null"; then
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14003$as_echo "$as_me: updating cache $cache_file" >&6;}
14004 if test ! -f "$cache_file" || test -h "$cache_file"; then
14005 cat confcache >"$cache_file"
14006 else
14007 case $cache_file in #(
14008 */* | ?:*)
14009 mv -f confcache "$cache_file"$$ &&
14010 mv -f "$cache_file"$$ "$cache_file" ;; #(
14011 *)
14012 mv -f confcache "$cache_file" ;;
14013 esac
14014 fi
14015 fi
14016 else
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14018$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14019 fi
14020fi
14021rm -f confcache
14022
14023test "x$prefix" = xNONE && prefix=$ac_default_prefix
14024# Let make expand exec_prefix.
14025test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14026
14027DEFS=-DHAVE_CONFIG_H
14028
14029ac_libobjs=
14030ac_ltlibobjs=
14031U=
14032for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14033 # 1. Remove the extension, and $U if already installed.
14034 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14035 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14036 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14037 # will be set to the directory where LIBOBJS objects are built.
14038 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14039 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14040done
14041LIBOBJS=$ac_libobjs
14042
14043LTLIBOBJS=$ac_ltlibobjs
14044
14045
14046
14047if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14048 as_fn_error $? "conditional \"GMAKE\" was never defined.
14049Usually this means the macro was only invoked conditionally." "$LINENO" 5
14050fi
14051if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14052 as_fn_error $? "conditional \"PLUGINS\" was never defined.
14053Usually this means the macro was only invoked conditionally." "$LINENO" 5
14054fi
14055if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14056 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14057Usually this means the macro was only invoked conditionally." "$LINENO" 5
14058fi
14059
14060: "${CONFIG_STATUS=./config.status}"
14061ac_write_fail=0
14062ac_clean_files_save=$ac_clean_files
14063ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14064{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14065$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14066as_write_fail=0
14067cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14068#! $SHELL
14069# Generated by $as_me.
14070# Run this file to recreate the current configuration.
14071# Compiler output produced by configure, useful for debugging
14072# configure, is in config.log if it exists.
14073
14074debug=false
14075ac_cs_recheck=false
14076ac_cs_silent=false
14077
14078SHELL=\${CONFIG_SHELL-$SHELL}
14079export SHELL
14080_ASEOF
14081cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14082## -------------------- ##
14083## M4sh Initialization. ##
14084## -------------------- ##
14085
14086# Be more Bourne compatible
14087DUALCASE=1; export DUALCASE # for MKS sh
14088if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14089 emulate sh
14090 NULLCMD=:
14091 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14092 # is contrary to our usage. Disable this feature.
14093 alias -g '${1+"$@"}'='"$@"'
14094 setopt NO_GLOB_SUBST
14095else
14096 case `(set -o) 2>/dev/null` in #(
14097 *posix*) :
14098 set -o posix ;; #(
14099 *) :
14100 ;;
14101esac
14102fi
14103
14104
14105as_nl='
14106'
14107export as_nl
14108# Printing a long string crashes Solaris 7 /usr/bin/printf.
14109as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14110as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14111as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14112# Prefer a ksh shell builtin over an external printf program on Solaris,
14113# but without wasting forks for bash or zsh.
14114if test -z "$BASH_VERSION$ZSH_VERSION" \
14115 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14116 as_echo='print -r --'
14117 as_echo_n='print -rn --'
14118elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14119 as_echo='printf %s\n'
14120 as_echo_n='printf %s'
14121else
14122 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14123 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14124 as_echo_n='/usr/ucb/echo -n'
14125 else
14126 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14127 as_echo_n_body='eval
14128 arg=$1;
14129 case $arg in #(
14130 *"$as_nl"*)
14131 expr "X$arg" : "X\\(.*\\)$as_nl";
14132 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14133 esac;
14134 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14135 '
14136 export as_echo_n_body
14137 as_echo_n='sh -c $as_echo_n_body as_echo'
14138 fi
14139 export as_echo_body
14140 as_echo='sh -c $as_echo_body as_echo'
14141fi
14142
14143# The user is always right.
14144if test "${PATH_SEPARATOR+set}" != set; then
14145 PATH_SEPARATOR=:
14146 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14147 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14148 PATH_SEPARATOR=';'
14149 }
14150fi
14151
14152
14153# IFS
14154# We need space, tab and new line, in precisely that order. Quoting is
14155# there to prevent editors from complaining about space-tab.
14156# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14157# splitting by setting IFS to empty value.)
14158IFS=" "" $as_nl"
14159
14160# Find who we are. Look in the path if we contain no directory separator.
14161as_myself=
14162case $0 in #((
14163 *[\\/]* ) as_myself=$0 ;;
14164 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14165for as_dir in $PATH
14166do
14167 IFS=$as_save_IFS
14168 test -z "$as_dir" && as_dir=.
14169 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14170 done
14171IFS=$as_save_IFS
14172
14173 ;;
14174esac
14175# We did not find ourselves, most probably we were run as `sh COMMAND'
14176# in which case we are not to be found in the path.
14177if test "x$as_myself" = x; then
14178 as_myself=$0
14179fi
14180if test ! -f "$as_myself"; then
14181 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14182 exit 1
14183fi
14184
14185# Unset variables that we do not need and which cause bugs (e.g. in
14186# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14187# suppresses any "Segmentation fault" message there. '((' could
14188# trigger a bug in pdksh 5.2.14.
14189for as_var in BASH_ENV ENV MAIL MAILPATH
14190do eval test x\${$as_var+set} = xset \
14191 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14192done
14193PS1='$ '
14194PS2='> '
14195PS4='+ '
14196
14197# NLS nuisances.
14198LC_ALL=C
14199export LC_ALL
14200LANGUAGE=C
14201export LANGUAGE
14202
14203# CDPATH.
14204(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14205
14206
14207# as_fn_error STATUS ERROR [LINENO LOG_FD]
14208# ----------------------------------------
14209# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14210# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14211# script with STATUS, using 1 if that was 0.
14212as_fn_error ()
14213{
14214 as_status=$1; test $as_status -eq 0 && as_status=1
14215 if test "$4"; then
14216 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14217 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14218 fi
14219 $as_echo "$as_me: error: $2" >&2
14220 as_fn_exit $as_status
14221} # as_fn_error
14222
14223
14224# as_fn_set_status STATUS
14225# -----------------------
14226# Set $? to STATUS, without forking.
14227as_fn_set_status ()
14228{
14229 return $1
14230} # as_fn_set_status
14231
14232# as_fn_exit STATUS
14233# -----------------
14234# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14235as_fn_exit ()
14236{
14237 set +e
14238 as_fn_set_status $1
14239 exit $1
14240} # as_fn_exit
14241
14242# as_fn_unset VAR
14243# ---------------
14244# Portably unset VAR.
14245as_fn_unset ()
14246{
14247 { eval $1=; unset $1;}
14248}
14249as_unset=as_fn_unset
14250# as_fn_append VAR VALUE
14251# ----------------------
14252# Append the text in VALUE to the end of the definition contained in VAR. Take
14253# advantage of any shell optimizations that allow amortized linear growth over
14254# repeated appends, instead of the typical quadratic growth present in naive
14255# implementations.
14256if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14257 eval 'as_fn_append ()
14258 {
14259 eval $1+=\$2
14260 }'
14261else
14262 as_fn_append ()
14263 {
14264 eval $1=\$$1\$2
14265 }
14266fi # as_fn_append
14267
14268# as_fn_arith ARG...
14269# ------------------
14270# Perform arithmetic evaluation on the ARGs, and store the result in the
14271# global $as_val. Take advantage of shells that can avoid forks. The arguments
14272# must be portable across $(()) and expr.
14273if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14274 eval 'as_fn_arith ()
14275 {
14276 as_val=$(( $* ))
14277 }'
14278else
14279 as_fn_arith ()
14280 {
14281 as_val=`expr "$@" || test $? -eq 1`
14282 }
14283fi # as_fn_arith
14284
14285
14286if expr a : '\(a\)' >/dev/null 2>&1 &&
14287 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14288 as_expr=expr
14289else
14290 as_expr=false
14291fi
14292
14293if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14294 as_basename=basename
14295else
14296 as_basename=false
14297fi
14298
14299if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14300 as_dirname=dirname
14301else
14302 as_dirname=false
14303fi
14304
14305as_me=`$as_basename -- "$0" ||
14306$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14307 X"$0" : 'X\(//\)$' \| \
14308 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14309$as_echo X/"$0" |
14310 sed '/^.*\/\([^/][^/]*\)\/*$/{
14311 s//\1/
14312 q
14313 }
14314 /^X\/\(\/\/\)$/{
14315 s//\1/
14316 q
14317 }
14318 /^X\/\(\/\).*/{
14319 s//\1/
14320 q
14321 }
14322 s/.*/./; q'`
14323
14324# Avoid depending upon Character Ranges.
14325as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14326as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14327as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14328as_cr_digits='0123456789'
14329as_cr_alnum=$as_cr_Letters$as_cr_digits
14330
14331ECHO_C= ECHO_N= ECHO_T=
14332case `echo -n x` in #(((((
14333-n*)
14334 case `echo 'xy\c'` in
14335 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14336 xy) ECHO_C='\c';;
14337 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14338 ECHO_T=' ';;
14339 esac;;
14340*)
14341 ECHO_N='-n';;
14342esac
14343
14344rm -f conf$$ conf$$.exe conf$$.file
14345if test -d conf$$.dir; then
14346 rm -f conf$$.dir/conf$$.file
14347else
14348 rm -f conf$$.dir
14349 mkdir conf$$.dir 2>/dev/null
14350fi
14351if (echo >conf$$.file) 2>/dev/null; then
14352 if ln -s conf$$.file conf$$ 2>/dev/null; then
14353 as_ln_s='ln -s'
14354 # ... but there are two gotchas:
14355 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14356 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14357 # In both cases, we have to default to `cp -pR'.
14358 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14359 as_ln_s='cp -pR'
14360 elif ln conf$$.file conf$$ 2>/dev/null; then
14361 as_ln_s=ln
14362 else
14363 as_ln_s='cp -pR'
14364 fi
14365else
14366 as_ln_s='cp -pR'
14367fi
14368rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14369rmdir conf$$.dir 2>/dev/null
14370
14371
14372# as_fn_mkdir_p
14373# -------------
14374# Create "$as_dir" as a directory, including parents if necessary.
14375as_fn_mkdir_p ()
14376{
14377
14378 case $as_dir in #(
14379 -*) as_dir=./$as_dir;;
14380 esac
14381 test -d "$as_dir" || eval $as_mkdir_p || {
14382 as_dirs=
14383 while :; do
14384 case $as_dir in #(
14385 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14386 *) as_qdir=$as_dir;;
14387 esac
14388 as_dirs="'$as_qdir' $as_dirs"
14389 as_dir=`$as_dirname -- "$as_dir" ||
14390$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14391 X"$as_dir" : 'X\(//\)[^/]' \| \
14392 X"$as_dir" : 'X\(//\)$' \| \
14393 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14394$as_echo X"$as_dir" |
14395 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14396 s//\1/
14397 q
14398 }
14399 /^X\(\/\/\)[^/].*/{
14400 s//\1/
14401 q
14402 }
14403 /^X\(\/\/\)$/{
14404 s//\1/
14405 q
14406 }
14407 /^X\(\/\).*/{
14408 s//\1/
14409 q
14410 }
14411 s/.*/./; q'`
14412 test -d "$as_dir" && break
14413 done
14414 test -z "$as_dirs" || eval "mkdir $as_dirs"
14415 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14416
14417
14418} # as_fn_mkdir_p
14419if mkdir -p . 2>/dev/null; then
14420 as_mkdir_p='mkdir -p "$as_dir"'
14421else
14422 test -d ./-p && rmdir ./-p
14423 as_mkdir_p=false
14424fi
14425
14426
14427# as_fn_executable_p FILE
14428# -----------------------
14429# Test if FILE is an executable regular file.
14430as_fn_executable_p ()
14431{
14432 test -f "$1" && test -x "$1"
14433} # as_fn_executable_p
14434as_test_x='test -x'
14435as_executable_p=as_fn_executable_p
14436
14437# Sed expression to map a string onto a valid CPP name.
14438as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14439
14440# Sed expression to map a string onto a valid variable name.
14441as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14442
14443
14444exec 6>&1
14445## ----------------------------------- ##
14446## Main body of $CONFIG_STATUS script. ##
14447## ----------------------------------- ##
14448_ASEOF
14449test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14450
14451cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14452# Save the log message, to keep $0 and so on meaningful, and to
14453# report actual input values of CONFIG_FILES etc. instead of their
14454# values after options handling.
14455ac_log="
14456This file was extended by $as_me, which was
14457generated by GNU Autoconf 2.69. Invocation command line was
14458
14459 CONFIG_FILES = $CONFIG_FILES
14460 CONFIG_HEADERS = $CONFIG_HEADERS
14461 CONFIG_LINKS = $CONFIG_LINKS
14462 CONFIG_COMMANDS = $CONFIG_COMMANDS
14463 $ $0 $@
14464
14465on `(hostname || uname -n) 2>/dev/null | sed 1q`
14466"
14467
14468_ACEOF
14469
14470case $ac_config_files in *"
14471"*) set x $ac_config_files; shift; ac_config_files=$*;;
14472esac
14473
14474case $ac_config_headers in *"
14475"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14476esac
14477
14478
14479cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14480# Files that config.status was made for.
14481config_files="$ac_config_files"
14482config_headers="$ac_config_headers"
14483config_commands="$ac_config_commands"
14484
14485_ACEOF
14486
14487cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14488ac_cs_usage="\
14489\`$as_me' instantiates files and other configuration actions
14490from templates according to the current configuration. Unless the files
14491and actions are specified as TAGs, all are instantiated by default.
14492
14493Usage: $0 [OPTION]... [TAG]...
14494
14495 -h, --help print this help, then exit
14496 -V, --version print version number and configuration settings, then exit
14497 --config print configuration, then exit
14498 -q, --quiet, --silent
14499 do not print progress messages
14500 -d, --debug don't remove temporary files
14501 --recheck update $as_me by reconfiguring in the same conditions
14502 --file=FILE[:TEMPLATE]
14503 instantiate the configuration file FILE
14504 --header=FILE[:TEMPLATE]
14505 instantiate the configuration header FILE
14506
14507Configuration files:
14508$config_files
14509
14510Configuration headers:
14511$config_headers
14512
14513Configuration commands:
14514$config_commands
14515
14516Report bugs to the package provider."
14517
14518_ACEOF
14519cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14520ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14521ac_cs_version="\\
14522config.status
14523configured by $0, generated by GNU Autoconf 2.69,
14524 with options \\"\$ac_cs_config\\"
14525
14526Copyright (C) 2012 Free Software Foundation, Inc.
14527This config.status script is free software; the Free Software Foundation
14528gives unlimited permission to copy, distribute and modify it."
14529
14530ac_pwd='$ac_pwd'
14531srcdir='$srcdir'
14532INSTALL='$INSTALL'
14533AWK='$AWK'
14534test -n "\$AWK" || AWK=awk
14535_ACEOF
14536
14537cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14538# The default lists apply if the user does not specify any file.
14539ac_need_defaults=:
14540while test $# != 0
14541do
14542 case $1 in
14543 --*=?*)
14544 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14545 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14546 ac_shift=:
14547 ;;
14548 --*=)
14549 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14550 ac_optarg=
14551 ac_shift=:
14552 ;;
14553 *)
14554 ac_option=$1
14555 ac_optarg=$2
14556 ac_shift=shift
14557 ;;
14558 esac
14559
14560 case $ac_option in
14561 # Handling of the options.
14562 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14563 ac_cs_recheck=: ;;
14564 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14565 $as_echo "$ac_cs_version"; exit ;;
14566 --config | --confi | --conf | --con | --co | --c )
14567 $as_echo "$ac_cs_config"; exit ;;
14568 --debug | --debu | --deb | --de | --d | -d )
14569 debug=: ;;
14570 --file | --fil | --fi | --f )
14571 $ac_shift
14572 case $ac_optarg in
14573 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14574 '') as_fn_error $? "missing file argument" ;;
14575 esac
14576 as_fn_append CONFIG_FILES " '$ac_optarg'"
14577 ac_need_defaults=false;;
14578 --header | --heade | --head | --hea )
14579 $ac_shift
14580 case $ac_optarg in
14581 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14582 esac
14583 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14584 ac_need_defaults=false;;
14585 --he | --h)
14586 # Conflict between --help and --header
14587 as_fn_error $? "ambiguous option: \`$1'
14588Try \`$0 --help' for more information.";;
14589 --help | --hel | -h )
14590 $as_echo "$ac_cs_usage"; exit ;;
14591 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14592 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14593 ac_cs_silent=: ;;
14594
14595 # This is an error.
14596 -*) as_fn_error $? "unrecognized option: \`$1'
14597Try \`$0 --help' for more information." ;;
14598
14599 *) as_fn_append ac_config_targets " $1"
14600 ac_need_defaults=false ;;
14601
14602 esac
14603 shift
14604done
14605
14606ac_configure_extra_args=
14607
14608if $ac_cs_silent; then
14609 exec 6>/dev/null
14610 ac_configure_extra_args="$ac_configure_extra_args --silent"
14611fi
14612
14613_ACEOF
14614cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14615if \$ac_cs_recheck; then
14616 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14617 shift
14618 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14619 CONFIG_SHELL='$SHELL'
14620 export CONFIG_SHELL
14621 exec "\$@"
14622fi
14623
14624_ACEOF
14625cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14626exec 5>>config.log
14627{
14628 echo
14629 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14630## Running $as_me. ##
14631_ASBOX
14632 $as_echo "$ac_log"
14633} >&5
14634
14635_ACEOF
14636cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14637#
14638# INIT-COMMANDS
14639#
14640ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14641
14642
14643# The HP-UX ksh and POSIX shell print the target directory to stdout
14644# if CDPATH is set.
14645(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14646
14647sed_quote_subst='$sed_quote_subst'
14648double_quote_subst='$double_quote_subst'
14649delay_variable_subst='$delay_variable_subst'
14650macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14651macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14652enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14653enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14654pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14655enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14656SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14657ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14658host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14659host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14660host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14661build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14662build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14663build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14664SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14665Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14666GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14667EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14668FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14669LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14670NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14671LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14672max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14673ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14674exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14675lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14676lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14677lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14678reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14679reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14680OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14681deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14682file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14683AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14684AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14685STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14686RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14687old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14688old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14689old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14690lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14691CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14692CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14693compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14694GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14695lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14696lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14697lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14698lt_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"`'
14699objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14700MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14701lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14702lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14703lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14704lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14705lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14706need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14707DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14708NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14709LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14710OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14711OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14712libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14713shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14714extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14715archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14716enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14717export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14718whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14719compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14720old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14721old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14722archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14723archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14724module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14725module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14726with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14727allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14728no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14729hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14730hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14731hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14732hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14733hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14734hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14735hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14736hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14737inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14738link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14739fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14740always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14741export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14742exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14743include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14744prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14745file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14746variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14747need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14748need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14749version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14750runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14751shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14752shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14753libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14754library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14755soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14756install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14757postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14758postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14759finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14760finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14761hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14762sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14763sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14764hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14765enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14766enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14767enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14768old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14769striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14770
14771LTCC='$LTCC'
14772LTCFLAGS='$LTCFLAGS'
14773compiler='$compiler_DEFAULT'
14774
14775# A function that is used when there is no print builtin or printf.
14776func_fallback_echo ()
14777{
14778 eval 'cat <<_LTECHO_EOF
14779\$1
14780_LTECHO_EOF'
14781}
14782
14783# Quote evaled strings.
14784for var in SHELL \
14785ECHO \
14786SED \
14787GREP \
14788EGREP \
14789FGREP \
14790LD \
14791NM \
14792LN_S \
14793lt_SP2NL \
14794lt_NL2SP \
14795reload_flag \
14796OBJDUMP \
14797deplibs_check_method \
14798file_magic_cmd \
14799AR \
14800AR_FLAGS \
14801STRIP \
14802RANLIB \
14803CC \
14804CFLAGS \
14805compiler \
14806lt_cv_sys_global_symbol_pipe \
14807lt_cv_sys_global_symbol_to_cdecl \
14808lt_cv_sys_global_symbol_to_c_name_address \
14809lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14810lt_prog_compiler_no_builtin_flag \
14811lt_prog_compiler_wl \
14812lt_prog_compiler_pic \
14813lt_prog_compiler_static \
14814lt_cv_prog_compiler_c_o \
14815need_locks \
14816DSYMUTIL \
14817NMEDIT \
14818LIPO \
14819OTOOL \
14820OTOOL64 \
14821shrext_cmds \
14822export_dynamic_flag_spec \
14823whole_archive_flag_spec \
14824compiler_needs_object \
14825with_gnu_ld \
14826allow_undefined_flag \
14827no_undefined_flag \
14828hardcode_libdir_flag_spec \
14829hardcode_libdir_flag_spec_ld \
14830hardcode_libdir_separator \
14831fix_srcfile_path \
14832exclude_expsyms \
14833include_expsyms \
14834file_list_spec \
14835variables_saved_for_relink \
14836libname_spec \
14837library_names_spec \
14838soname_spec \
14839install_override_mode \
14840finish_eval \
14841old_striplib \
14842striplib; do
14843 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14844 *[\\\\\\\`\\"\\\$]*)
14845 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14846 ;;
14847 *)
14848 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14849 ;;
14850 esac
14851done
14852
14853# Double-quote double-evaled strings.
14854for var in reload_cmds \
14855old_postinstall_cmds \
14856old_postuninstall_cmds \
14857old_archive_cmds \
14858extract_expsyms_cmds \
14859old_archive_from_new_cmds \
14860old_archive_from_expsyms_cmds \
14861archive_cmds \
14862archive_expsym_cmds \
14863module_cmds \
14864module_expsym_cmds \
14865export_symbols_cmds \
14866prelink_cmds \
14867postinstall_cmds \
14868postuninstall_cmds \
14869finish_cmds \
14870sys_lib_search_path_spec \
14871sys_lib_dlsearch_path_spec; do
14872 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14873 *[\\\\\\\`\\"\\\$]*)
14874 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14875 ;;
14876 *)
14877 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14878 ;;
14879 esac
14880done
14881
14882ac_aux_dir='$ac_aux_dir'
14883xsi_shell='$xsi_shell'
14884lt_shell_append='$lt_shell_append'
14885
14886# See if we are running on zsh, and set the options which allow our
14887# commands through without removal of \ escapes INIT.
14888if test -n "\${ZSH_VERSION+set}" ; then
14889 setopt NO_GLOB_SUBST
14890fi
14891
14892
14893 PACKAGE='$PACKAGE'
14894 VERSION='$VERSION'
14895 TIMESTAMP='$TIMESTAMP'
14896 RM='$RM'
14897 ofile='$ofile'
14898
14899
14900
14901
14902_ACEOF
14903
14904cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14905
14906# Handling of arguments.
14907for ac_config_target in $ac_config_targets
14908do
14909 case $ac_config_target in
14910 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14911 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14912 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14913 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14914 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14915 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14916 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14917 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14918
14919 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14920 esac
14921done
14922
14923
14924# If the user did not use the arguments to specify the items to instantiate,
14925# then the envvar interface is used. Set only those that are not.
14926# We use the long form for the default assignment because of an extremely
14927# bizarre bug on SunOS 4.1.3.
14928if $ac_need_defaults; then
14929 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14930 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14931 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14932fi
14933
14934# Have a temporary directory for convenience. Make it in the build tree
14935# simply because there is no reason against having it here, and in addition,
14936# creating and moving files from /tmp can sometimes cause problems.
14937# Hook for its removal unless debugging.
14938# Note that there is a small window in which the directory will not be cleaned:
14939# after its creation but before its name has been assigned to `$tmp'.
14940$debug ||
14941{
14942 tmp= ac_tmp=
14943 trap 'exit_status=$?
14944 : "${ac_tmp:=$tmp}"
14945 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14946' 0
14947 trap 'as_fn_exit 1' 1 2 13 15
14948}
14949# Create a (secure) tmp directory for tmp files.
14950
14951{
14952 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14953 test -d "$tmp"
14954} ||
14955{
14956 tmp=./conf$$-$RANDOM
14957 (umask 077 && mkdir "$tmp")
14958} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14959ac_tmp=$tmp
14960
14961# Set up the scripts for CONFIG_FILES section.
14962# No need to generate them if there are no CONFIG_FILES.
14963# This happens for instance with `./config.status config.h'.
14964if test -n "$CONFIG_FILES"; then
14965
14966
14967ac_cr=`echo X | tr X '\015'`
14968# On cygwin, bash can eat \r inside `` if the user requested igncr.
14969# But we know of no other shell where ac_cr would be empty at this
14970# point, so we can use a bashism as a fallback.
14971if test "x$ac_cr" = x; then
14972 eval ac_cr=\$\'\\r\'
14973fi
14974ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14975if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14976 ac_cs_awk_cr='\\r'
14977else
14978 ac_cs_awk_cr=$ac_cr
14979fi
14980
14981echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14982_ACEOF
14983
14984
14985{
14986 echo "cat >conf$$subs.awk <<_ACEOF" &&
14987 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14988 echo "_ACEOF"
14989} >conf$$subs.sh ||
14990 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14991ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14992ac_delim='%!_!# '
14993for ac_last_try in false false false false false :; do
14994 . ./conf$$subs.sh ||
14995 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14996
14997 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14998 if test $ac_delim_n = $ac_delim_num; then
14999 break
15000 elif $ac_last_try; then
15001 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15002 else
15003 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15004 fi
15005done
15006rm -f conf$$subs.sh
15007
15008cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15009cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15010_ACEOF
15011sed -n '
15012h
15013s/^/S["/; s/!.*/"]=/
15014p
15015g
15016s/^[^!]*!//
15017:repl
15018t repl
15019s/'"$ac_delim"'$//
15020t delim
15021:nl
15022h
15023s/\(.\{148\}\)..*/\1/
15024t more1
15025s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15026p
15027n
15028b repl
15029:more1
15030s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15031p
15032g
15033s/.\{148\}//
15034t nl
15035:delim
15036h
15037s/\(.\{148\}\)..*/\1/
15038t more2
15039s/["\\]/\\&/g; s/^/"/; s/$/"/
15040p
15041b
15042:more2
15043s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15044p
15045g
15046s/.\{148\}//
15047t delim
15048' <conf$$subs.awk | sed '
15049/^[^""]/{
15050 N
15051 s/\n//
15052}
15053' >>$CONFIG_STATUS || ac_write_fail=1
15054rm -f conf$$subs.awk
15055cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15056_ACAWK
15057cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15058 for (key in S) S_is_set[key] = 1
15059 FS = "\a"
15060
15061}
15062{
15063 line = $ 0
15064 nfields = split(line, field, "@")
15065 substed = 0
15066 len = length(field[1])
15067 for (i = 2; i < nfields; i++) {
15068 key = field[i]
15069 keylen = length(key)
15070 if (S_is_set[key]) {
15071 value = S[key]
15072 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15073 len += length(value) + length(field[++i])
15074 substed = 1
15075 } else
15076 len += 1 + keylen
15077 }
15078
15079 print line
15080}
15081
15082_ACAWK
15083_ACEOF
15084cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15085if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15086 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15087else
15088 cat
15089fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15090 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15091_ACEOF
15092
15093# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15094# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15095# trailing colons and then remove the whole line if VPATH becomes empty
15096# (actually we leave an empty line to preserve line numbers).
15097if test "x$srcdir" = x.; then
15098 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15099h
15100s///
15101s/^/:/
15102s/[ ]*$/:/
15103s/:\$(srcdir):/:/g
15104s/:\${srcdir}:/:/g
15105s/:@srcdir@:/:/g
15106s/^:*//
15107s/:*$//
15108x
15109s/\(=[ ]*\).*/\1/
15110G
15111s/\n//
15112s/^[^=]*=[ ]*$//
15113}'
15114fi
15115
15116cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15117fi # test -n "$CONFIG_FILES"
15118
15119# Set up the scripts for CONFIG_HEADERS section.
15120# No need to generate them if there are no CONFIG_HEADERS.
15121# This happens for instance with `./config.status Makefile'.
15122if test -n "$CONFIG_HEADERS"; then
15123cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15124BEGIN {
15125_ACEOF
15126
15127# Transform confdefs.h into an awk script `defines.awk', embedded as
15128# here-document in config.status, that substitutes the proper values into
15129# config.h.in to produce config.h.
15130
15131# Create a delimiter string that does not exist in confdefs.h, to ease
15132# handling of long lines.
15133ac_delim='%!_!# '
15134for ac_last_try in false false :; do
15135 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15136 if test -z "$ac_tt"; then
15137 break
15138 elif $ac_last_try; then
15139 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15140 else
15141 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15142 fi
15143done
15144
15145# For the awk script, D is an array of macro values keyed by name,
15146# likewise P contains macro parameters if any. Preserve backslash
15147# newline sequences.
15148
15149ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15150sed -n '
15151s/.\{148\}/&'"$ac_delim"'/g
15152t rset
15153:rset
15154s/^[ ]*#[ ]*define[ ][ ]*/ /
15155t def
15156d
15157:def
15158s/\\$//
15159t bsnl
15160s/["\\]/\\&/g
15161s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15162D["\1"]=" \3"/p
15163s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15164d
15165:bsnl
15166s/["\\]/\\&/g
15167s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15168D["\1"]=" \3\\\\\\n"\\/p
15169t cont
15170s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15171t cont
15172d
15173:cont
15174n
15175s/.\{148\}/&'"$ac_delim"'/g
15176t clear
15177:clear
15178s/\\$//
15179t bsnlc
15180s/["\\]/\\&/g; s/^/"/; s/$/"/p
15181d
15182:bsnlc
15183s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15184b cont
15185' <confdefs.h | sed '
15186s/'"$ac_delim"'/"\\\
15187"/g' >>$CONFIG_STATUS || ac_write_fail=1
15188
15189cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15190 for (key in D) D_is_set[key] = 1
15191 FS = "\a"
15192}
15193/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15194 line = \$ 0
15195 split(line, arg, " ")
15196 if (arg[1] == "#") {
15197 defundef = arg[2]
15198 mac1 = arg[3]
15199 } else {
15200 defundef = substr(arg[1], 2)
15201 mac1 = arg[2]
15202 }
15203 split(mac1, mac2, "(") #)
15204 macro = mac2[1]
15205 prefix = substr(line, 1, index(line, defundef) - 1)
15206 if (D_is_set[macro]) {
15207 # Preserve the white space surrounding the "#".
15208 print prefix "define", macro P[macro] D[macro]
15209 next
15210 } else {
15211 # Replace #undef with comments. This is necessary, for example,
15212 # in the case of _POSIX_SOURCE, which is predefined and required
15213 # on some systems where configure will not decide to define it.
15214 if (defundef == "undef") {
15215 print "/*", prefix defundef, macro, "*/"
15216 next
15217 }
15218 }
15219}
15220{ print }
15221_ACAWK
15222_ACEOF
15223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15224 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15225fi # test -n "$CONFIG_HEADERS"
15226
15227
15228eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15229shift
15230for ac_tag
15231do
15232 case $ac_tag in
15233 :[FHLC]) ac_mode=$ac_tag; continue;;
15234 esac
15235 case $ac_mode$ac_tag in
15236 :[FHL]*:*);;
15237 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15238 :[FH]-) ac_tag=-:-;;
15239 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15240 esac
15241 ac_save_IFS=$IFS
15242 IFS=:
15243 set x $ac_tag
15244 IFS=$ac_save_IFS
15245 shift
15246 ac_file=$1
15247 shift
15248
15249 case $ac_mode in
15250 :L) ac_source=$1;;
15251 :[FH])
15252 ac_file_inputs=
15253 for ac_f
15254 do
15255 case $ac_f in
15256 -) ac_f="$ac_tmp/stdin";;
15257 *) # Look for the file first in the build tree, then in the source tree
15258 # (if the path is not absolute). The absolute path cannot be DOS-style,
15259 # because $ac_f cannot contain `:'.
15260 test -f "$ac_f" ||
15261 case $ac_f in
15262 [\\/$]*) false;;
15263 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15264 esac ||
15265 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15266 esac
15267 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15268 as_fn_append ac_file_inputs " '$ac_f'"
15269 done
15270
15271 # Let's still pretend it is `configure' which instantiates (i.e., don't
15272 # use $as_me), people would be surprised to read:
15273 # /* config.h. Generated by config.status. */
15274 configure_input='Generated from '`
15275 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15276 `' by configure.'
15277 if test x"$ac_file" != x-; then
15278 configure_input="$ac_file. $configure_input"
15279 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15280$as_echo "$as_me: creating $ac_file" >&6;}
15281 fi
15282 # Neutralize special characters interpreted by sed in replacement strings.
15283 case $configure_input in #(
15284 *\&* | *\|* | *\\* )
15285 ac_sed_conf_input=`$as_echo "$configure_input" |
15286 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15287 *) ac_sed_conf_input=$configure_input;;
15288 esac
15289
15290 case $ac_tag in
15291 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15292 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15293 esac
15294 ;;
15295 esac
15296
15297 ac_dir=`$as_dirname -- "$ac_file" ||
15298$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15299 X"$ac_file" : 'X\(//\)[^/]' \| \
15300 X"$ac_file" : 'X\(//\)$' \| \
15301 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15302$as_echo X"$ac_file" |
15303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15304 s//\1/
15305 q
15306 }
15307 /^X\(\/\/\)[^/].*/{
15308 s//\1/
15309 q
15310 }
15311 /^X\(\/\/\)$/{
15312 s//\1/
15313 q
15314 }
15315 /^X\(\/\).*/{
15316 s//\1/
15317 q
15318 }
15319 s/.*/./; q'`
15320 as_dir="$ac_dir"; as_fn_mkdir_p
15321 ac_builddir=.
15322
15323case "$ac_dir" in
15324.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15325*)
15326 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15327 # A ".." for each directory in $ac_dir_suffix.
15328 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15329 case $ac_top_builddir_sub in
15330 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15331 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15332 esac ;;
15333esac
15334ac_abs_top_builddir=$ac_pwd
15335ac_abs_builddir=$ac_pwd$ac_dir_suffix
15336# for backward compatibility:
15337ac_top_builddir=$ac_top_build_prefix
15338
15339case $srcdir in
15340 .) # We are building in place.
15341 ac_srcdir=.
15342 ac_top_srcdir=$ac_top_builddir_sub
15343 ac_abs_top_srcdir=$ac_pwd ;;
15344 [\\/]* | ?:[\\/]* ) # Absolute name.
15345 ac_srcdir=$srcdir$ac_dir_suffix;
15346 ac_top_srcdir=$srcdir
15347 ac_abs_top_srcdir=$srcdir ;;
15348 *) # Relative name.
15349 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15350 ac_top_srcdir=$ac_top_build_prefix$srcdir
15351 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15352esac
15353ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15354
15355
15356 case $ac_mode in
15357 :F)
15358 #
15359 # CONFIG_FILE
15360 #
15361
15362 case $INSTALL in
15363 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15364 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15365 esac
15366_ACEOF
15367
15368cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15369# If the template does not know about datarootdir, expand it.
15370# FIXME: This hack should be removed a few years after 2.60.
15371ac_datarootdir_hack=; ac_datarootdir_seen=
15372ac_sed_dataroot='
15373/datarootdir/ {
15374 p
15375 q
15376}
15377/@datadir@/p
15378/@docdir@/p
15379/@infodir@/p
15380/@localedir@/p
15381/@mandir@/p'
15382case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15383*datarootdir*) ac_datarootdir_seen=yes;;
15384*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15386$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15387_ACEOF
15388cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15389 ac_datarootdir_hack='
15390 s&@datadir@&$datadir&g
15391 s&@docdir@&$docdir&g
15392 s&@infodir@&$infodir&g
15393 s&@localedir@&$localedir&g
15394 s&@mandir@&$mandir&g
15395 s&\\\${datarootdir}&$datarootdir&g' ;;
15396esac
15397_ACEOF
15398
15399# Neutralize VPATH when `$srcdir' = `.'.
15400# Shell code in configure.ac might set extrasub.
15401# FIXME: do we really want to maintain this feature?
15402cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15403ac_sed_extra="$ac_vpsub
15404$extrasub
15405_ACEOF
15406cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15407:t
15408/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15409s|@configure_input@|$ac_sed_conf_input|;t t
15410s&@top_builddir@&$ac_top_builddir_sub&;t t
15411s&@top_build_prefix@&$ac_top_build_prefix&;t t
15412s&@srcdir@&$ac_srcdir&;t t
15413s&@abs_srcdir@&$ac_abs_srcdir&;t t
15414s&@top_srcdir@&$ac_top_srcdir&;t t
15415s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15416s&@builddir@&$ac_builddir&;t t
15417s&@abs_builddir@&$ac_abs_builddir&;t t
15418s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15419s&@INSTALL@&$ac_INSTALL&;t t
15420$ac_datarootdir_hack
15421"
15422eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15423 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15424
15425test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15426 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15427 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15428 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15430which seems to be undefined. Please make sure it is defined" >&5
15431$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15432which seems to be undefined. Please make sure it is defined" >&2;}
15433
15434 rm -f "$ac_tmp/stdin"
15435 case $ac_file in
15436 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15437 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15438 esac \
15439 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15440 ;;
15441 :H)
15442 #
15443 # CONFIG_HEADER
15444 #
15445 if test x"$ac_file" != x-; then
15446 {
15447 $as_echo "/* $configure_input */" \
15448 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15449 } >"$ac_tmp/config.h" \
15450 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15451 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15452 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15453$as_echo "$as_me: $ac_file is unchanged" >&6;}
15454 else
15455 rm -f "$ac_file"
15456 mv "$ac_tmp/config.h" "$ac_file" \
15457 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15458 fi
15459 else
15460 $as_echo "/* $configure_input */" \
15461 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15462 || as_fn_error $? "could not create -" "$LINENO" 5
15463 fi
15464 ;;
15465
15466 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15467$as_echo "$as_me: executing $ac_file commands" >&6;}
15468 ;;
15469 esac
15470
15471
15472 case $ac_file$ac_mode in
15473 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15474 "libtool":C)
15475
15476 # See if we are running on zsh, and set the options which allow our
15477 # commands through without removal of \ escapes.
15478 if test -n "${ZSH_VERSION+set}" ; then
15479 setopt NO_GLOB_SUBST
15480 fi
15481
15482 cfgfile="${ofile}T"
15483 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15484 $RM "$cfgfile"
15485
15486 cat <<_LT_EOF >> "$cfgfile"
15487#! $SHELL
15488
15489# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15490# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15491# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15492# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15493#
15494# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15495# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15496# Written by Gordon Matzigkeit, 1996
15497#
15498# This file is part of GNU Libtool.
15499#
15500# GNU Libtool is free software; you can redistribute it and/or
15501# modify it under the terms of the GNU General Public License as
15502# published by the Free Software Foundation; either version 2 of
15503# the License, or (at your option) any later version.
15504#
15505# As a special exception to the GNU General Public License,
15506# if you distribute this file as part of a program or library that
15507# is built using GNU Libtool, you may include this file under the
15508# same distribution terms that you use for the rest of that program.
15509#
15510# GNU Libtool is distributed in the hope that it will be useful,
15511# but WITHOUT ANY WARRANTY; without even the implied warranty of
15512# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15513# GNU General Public License for more details.
15514#
15515# You should have received a copy of the GNU General Public License
15516# along with GNU Libtool; see the file COPYING. If not, a copy
15517# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15518# obtained by writing to the Free Software Foundation, Inc.,
15519# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15520
15521
15522# The names of the tagged configurations supported by this script.
15523available_tags=""
15524
15525# ### BEGIN LIBTOOL CONFIG
15526
15527# Which release of libtool.m4 was used?
15528macro_version=$macro_version
15529macro_revision=$macro_revision
15530
15531# Whether or not to build shared libraries.
15532build_libtool_libs=$enable_shared
15533
15534# Whether or not to build static libraries.
15535build_old_libs=$enable_static
15536
15537# What type of objects to build.
15538pic_mode=$pic_mode
15539
15540# Whether or not to optimize for fast installation.
15541fast_install=$enable_fast_install
15542
15543# Shell to use when invoking shell scripts.
15544SHELL=$lt_SHELL
15545
15546# An echo program that protects backslashes.
15547ECHO=$lt_ECHO
15548
15549# The host system.
15550host_alias=$host_alias
15551host=$host
15552host_os=$host_os
15553
15554# The build system.
15555build_alias=$build_alias
15556build=$build
15557build_os=$build_os
15558
15559# A sed program that does not truncate output.
15560SED=$lt_SED
15561
15562# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15563Xsed="\$SED -e 1s/^X//"
15564
15565# A grep program that handles long lines.
15566GREP=$lt_GREP
15567
15568# An ERE matcher.
15569EGREP=$lt_EGREP
15570
15571# A literal string matcher.
15572FGREP=$lt_FGREP
15573
15574# A BSD- or MS-compatible name lister.
15575NM=$lt_NM
15576
15577# Whether we need soft or hard links.
15578LN_S=$lt_LN_S
15579
15580# What is the maximum length of a command?
15581max_cmd_len=$max_cmd_len
15582
15583# Object file suffix (normally "o").
15584objext=$ac_objext
15585
15586# Executable file suffix (normally "").
15587exeext=$exeext
15588
15589# whether the shell understands "unset".
15590lt_unset=$lt_unset
15591
15592# turn spaces into newlines.
15593SP2NL=$lt_lt_SP2NL
15594
15595# turn newlines into spaces.
15596NL2SP=$lt_lt_NL2SP
15597
15598# An object symbol dumper.
15599OBJDUMP=$lt_OBJDUMP
15600
15601# Method to check whether dependent libraries are shared objects.
15602deplibs_check_method=$lt_deplibs_check_method
15603
15604# Command to use when deplibs_check_method == "file_magic".
15605file_magic_cmd=$lt_file_magic_cmd
15606
15607# The archiver.
15608AR=$lt_AR
15609AR_FLAGS=$lt_AR_FLAGS
15610
15611# A symbol stripping program.
15612STRIP=$lt_STRIP
15613
15614# Commands used to install an old-style archive.
15615RANLIB=$lt_RANLIB
15616old_postinstall_cmds=$lt_old_postinstall_cmds
15617old_postuninstall_cmds=$lt_old_postuninstall_cmds
15618
15619# Whether to use a lock for old archive extraction.
15620lock_old_archive_extraction=$lock_old_archive_extraction
15621
15622# A C compiler.
15623LTCC=$lt_CC
15624
15625# LTCC compiler flags.
15626LTCFLAGS=$lt_CFLAGS
15627
15628# Take the output of nm and produce a listing of raw symbols and C names.
15629global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15630
15631# Transform the output of nm in a proper C declaration.
15632global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15633
15634# Transform the output of nm in a C name address pair.
15635global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15636
15637# Transform the output of nm in a C name address pair when lib prefix is needed.
15638global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15639
15640# The name of the directory that contains temporary libtool files.
15641objdir=$objdir
15642
15643# Used to examine libraries when file_magic_cmd begins with "file".
15644MAGIC_CMD=$MAGIC_CMD
15645
15646# Must we lock files when doing compilation?
15647need_locks=$lt_need_locks
15648
15649# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15650DSYMUTIL=$lt_DSYMUTIL
15651
15652# Tool to change global to local symbols on Mac OS X.
15653NMEDIT=$lt_NMEDIT
15654
15655# Tool to manipulate fat objects and archives on Mac OS X.
15656LIPO=$lt_LIPO
15657
15658# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15659OTOOL=$lt_OTOOL
15660
15661# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15662OTOOL64=$lt_OTOOL64
15663
15664# Old archive suffix (normally "a").
15665libext=$libext
15666
15667# Shared library suffix (normally ".so").
15668shrext_cmds=$lt_shrext_cmds
15669
15670# The commands to extract the exported symbol list from a shared archive.
15671extract_expsyms_cmds=$lt_extract_expsyms_cmds
15672
15673# Variables whose values should be saved in libtool wrapper scripts and
15674# restored at link time.
15675variables_saved_for_relink=$lt_variables_saved_for_relink
15676
15677# Do we need the "lib" prefix for modules?
15678need_lib_prefix=$need_lib_prefix
15679
15680# Do we need a version for libraries?
15681need_version=$need_version
15682
15683# Library versioning type.
15684version_type=$version_type
15685
15686# Shared library runtime path variable.
15687runpath_var=$runpath_var
15688
15689# Shared library path variable.
15690shlibpath_var=$shlibpath_var
15691
15692# Is shlibpath searched before the hard-coded library search path?
15693shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15694
15695# Format of library name prefix.
15696libname_spec=$lt_libname_spec
15697
15698# List of archive names. First name is the real one, the rest are links.
15699# The last name is the one that the linker finds with -lNAME
15700library_names_spec=$lt_library_names_spec
15701
15702# The coded name of the library, if different from the real name.
15703soname_spec=$lt_soname_spec
15704
15705# Permission mode override for installation of shared libraries.
15706install_override_mode=$lt_install_override_mode
15707
15708# Command to use after installation of a shared archive.
15709postinstall_cmds=$lt_postinstall_cmds
15710
15711# Command to use after uninstallation of a shared archive.
15712postuninstall_cmds=$lt_postuninstall_cmds
15713
15714# Commands used to finish a libtool library installation in a directory.
15715finish_cmds=$lt_finish_cmds
15716
15717# As "finish_cmds", except a single script fragment to be evaled but
15718# not shown.
15719finish_eval=$lt_finish_eval
15720
15721# Whether we should hardcode library paths into libraries.
15722hardcode_into_libs=$hardcode_into_libs
15723
15724# Compile-time system search path for libraries.
15725sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15726
15727# Run-time system search path for libraries.
15728sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15729
15730# Whether dlopen is supported.
15731dlopen_support=$enable_dlopen
15732
15733# Whether dlopen of programs is supported.
15734dlopen_self=$enable_dlopen_self
15735
15736# Whether dlopen of statically linked programs is supported.
15737dlopen_self_static=$enable_dlopen_self_static
15738
15739# Commands to strip libraries.
15740old_striplib=$lt_old_striplib
15741striplib=$lt_striplib
15742
15743
15744# The linker used to build libraries.
15745LD=$lt_LD
15746
15747# How to create reloadable object files.
15748reload_flag=$lt_reload_flag
15749reload_cmds=$lt_reload_cmds
15750
15751# Commands used to build an old-style archive.
15752old_archive_cmds=$lt_old_archive_cmds
15753
15754# A language specific compiler.
15755CC=$lt_compiler
15756
15757# Is the compiler the GNU compiler?
15758with_gcc=$GCC
15759
15760# Compiler flag to turn off builtin functions.
15761no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15762
15763# How to pass a linker flag through the compiler.
15764wl=$lt_lt_prog_compiler_wl
15765
15766# Additional compiler flags for building library objects.
15767pic_flag=$lt_lt_prog_compiler_pic
15768
15769# Compiler flag to prevent dynamic linking.
15770link_static_flag=$lt_lt_prog_compiler_static
15771
15772# Does compiler simultaneously support -c and -o options?
15773compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15774
15775# Whether or not to add -lc for building shared libraries.
15776build_libtool_need_lc=$archive_cmds_need_lc
15777
15778# Whether or not to disallow shared libs when runtime libs are static.
15779allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15780
15781# Compiler flag to allow reflexive dlopens.
15782export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15783
15784# Compiler flag to generate shared objects directly from archives.
15785whole_archive_flag_spec=$lt_whole_archive_flag_spec
15786
15787# Whether the compiler copes with passing no objects directly.
15788compiler_needs_object=$lt_compiler_needs_object
15789
15790# Create an old-style archive from a shared archive.
15791old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15792
15793# Create a temporary old-style archive to link instead of a shared archive.
15794old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15795
15796# Commands used to build a shared archive.
15797archive_cmds=$lt_archive_cmds
15798archive_expsym_cmds=$lt_archive_expsym_cmds
15799
15800# Commands used to build a loadable module if different from building
15801# a shared archive.
15802module_cmds=$lt_module_cmds
15803module_expsym_cmds=$lt_module_expsym_cmds
15804
15805# Whether we are building with GNU ld or not.
15806with_gnu_ld=$lt_with_gnu_ld
15807
15808# Flag that allows shared libraries with undefined symbols to be built.
15809allow_undefined_flag=$lt_allow_undefined_flag
15810
15811# Flag that enforces no undefined symbols.
15812no_undefined_flag=$lt_no_undefined_flag
15813
15814# Flag to hardcode \$libdir into a binary during linking.
15815# This must work even if \$libdir does not exist
15816hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15817
15818# If ld is used when linking, flag to hardcode \$libdir into a binary
15819# during linking. This must work even if \$libdir does not exist.
15820hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15821
15822# Whether we need a single "-rpath" flag with a separated argument.
15823hardcode_libdir_separator=$lt_hardcode_libdir_separator
15824
15825# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15826# DIR into the resulting binary.
15827hardcode_direct=$hardcode_direct
15828
15829# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15830# DIR into the resulting binary and the resulting library dependency is
15831# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15832# library is relocated.
15833hardcode_direct_absolute=$hardcode_direct_absolute
15834
15835# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15836# into the resulting binary.
15837hardcode_minus_L=$hardcode_minus_L
15838
15839# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15840# into the resulting binary.
15841hardcode_shlibpath_var=$hardcode_shlibpath_var
15842
15843# Set to "yes" if building a shared library automatically hardcodes DIR
15844# into the library and all subsequent libraries and executables linked
15845# against it.
15846hardcode_automatic=$hardcode_automatic
15847
15848# Set to yes if linker adds runtime paths of dependent libraries
15849# to runtime path list.
15850inherit_rpath=$inherit_rpath
15851
15852# Whether libtool must link a program against all its dependency libraries.
15853link_all_deplibs=$link_all_deplibs
15854
15855# Fix the shell variable \$srcfile for the compiler.
15856fix_srcfile_path=$lt_fix_srcfile_path
15857
15858# Set to "yes" if exported symbols are required.
15859always_export_symbols=$always_export_symbols
15860
15861# The commands to list exported symbols.
15862export_symbols_cmds=$lt_export_symbols_cmds
15863
15864# Symbols that should not be listed in the preloaded symbols.
15865exclude_expsyms=$lt_exclude_expsyms
15866
15867# Symbols that must always be exported.
15868include_expsyms=$lt_include_expsyms
15869
15870# Commands necessary for linking programs (against libraries) with templates.
15871prelink_cmds=$lt_prelink_cmds
15872
15873# Specify filename containing input files.
15874file_list_spec=$lt_file_list_spec
15875
15876# How to hardcode a shared library path into an executable.
15877hardcode_action=$hardcode_action
15878
15879# ### END LIBTOOL CONFIG
15880
15881_LT_EOF
15882
15883 case $host_os in
15884 aix3*)
15885 cat <<\_LT_EOF >> "$cfgfile"
15886# AIX sometimes has problems with the GCC collect2 program. For some
15887# reason, if we set the COLLECT_NAMES environment variable, the problems
15888# vanish in a puff of smoke.
15889if test "X${COLLECT_NAMES+set}" != Xset; then
15890 COLLECT_NAMES=
15891 export COLLECT_NAMES
15892fi
15893_LT_EOF
15894 ;;
15895 esac
15896
15897
15898ltmain="$ac_aux_dir/ltmain.sh"
15899
15900
15901 # We use sed instead of cat because bash on DJGPP gets confused if
15902 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15903 # text mode, it properly converts lines to CR/LF. This bash problem
15904 # is reportedly fixed, but why not run on old versions too?
15905 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15906 || (rm -f "$cfgfile"; exit 1)
15907
15908 case $xsi_shell in
15909 yes)
15910 cat << \_LT_EOF >> "$cfgfile"
15911
15912# func_dirname file append nondir_replacement
15913# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15914# otherwise set result to NONDIR_REPLACEMENT.
15915func_dirname ()
15916{
15917 case ${1} in
15918 */*) func_dirname_result="${1%/*}${2}" ;;
15919 * ) func_dirname_result="${3}" ;;
15920 esac
15921}
15922
15923# func_basename file
15924func_basename ()
15925{
15926 func_basename_result="${1##*/}"
15927}
15928
15929# func_dirname_and_basename file append nondir_replacement
15930# perform func_basename and func_dirname in a single function
15931# call:
15932# dirname: Compute the dirname of FILE. If nonempty,
15933# add APPEND to the result, otherwise set result
15934# to NONDIR_REPLACEMENT.
15935# value returned in "$func_dirname_result"
15936# basename: Compute filename of FILE.
15937# value retuned in "$func_basename_result"
15938# Implementation must be kept synchronized with func_dirname
15939# and func_basename. For efficiency, we do not delegate to
15940# those functions but instead duplicate the functionality here.
15941func_dirname_and_basename ()
15942{
15943 case ${1} in
15944 */*) func_dirname_result="${1%/*}${2}" ;;
15945 * ) func_dirname_result="${3}" ;;
15946 esac
15947 func_basename_result="${1##*/}"
15948}
15949
15950# func_stripname prefix suffix name
15951# strip PREFIX and SUFFIX off of NAME.
15952# PREFIX and SUFFIX must not contain globbing or regex special
15953# characters, hashes, percent signs, but SUFFIX may contain a leading
15954# dot (in which case that matches only a dot).
15955func_stripname ()
15956{
15957 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15958 # positional parameters, so assign one to ordinary parameter first.
15959 func_stripname_result=${3}
15960 func_stripname_result=${func_stripname_result#"${1}"}
15961 func_stripname_result=${func_stripname_result%"${2}"}
15962}
15963
15964# func_opt_split
15965func_opt_split ()
15966{
15967 func_opt_split_opt=${1%%=*}
15968 func_opt_split_arg=${1#*=}
15969}
15970
15971# func_lo2o object
15972func_lo2o ()
15973{
15974 case ${1} in
15975 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15976 *) func_lo2o_result=${1} ;;
15977 esac
15978}
15979
15980# func_xform libobj-or-source
15981func_xform ()
15982{
15983 func_xform_result=${1%.*}.lo
15984}
15985
15986# func_arith arithmetic-term...
15987func_arith ()
15988{
15989 func_arith_result=$(( $* ))
15990}
15991
15992# func_len string
15993# STRING may not start with a hyphen.
15994func_len ()
15995{
15996 func_len_result=${#1}
15997}
15998
15999_LT_EOF
16000 ;;
16001 *) # Bourne compatible functions.
16002 cat << \_LT_EOF >> "$cfgfile"
16003
16004# func_dirname file append nondir_replacement
16005# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16006# otherwise set result to NONDIR_REPLACEMENT.
16007func_dirname ()
16008{
16009 # Extract subdirectory from the argument.
16010 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16011 if test "X$func_dirname_result" = "X${1}"; then
16012 func_dirname_result="${3}"
16013 else
16014 func_dirname_result="$func_dirname_result${2}"
16015 fi
16016}
16017
16018# func_basename file
16019func_basename ()
16020{
16021 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16022}
16023
16024
16025# func_stripname prefix suffix name
16026# strip PREFIX and SUFFIX off of NAME.
16027# PREFIX and SUFFIX must not contain globbing or regex special
16028# characters, hashes, percent signs, but SUFFIX may contain a leading
16029# dot (in which case that matches only a dot).
16030# func_strip_suffix prefix name
16031func_stripname ()
16032{
16033 case ${2} in
16034 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16035 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16036 esac
16037}
16038
16039# sed scripts:
16040my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16041my_sed_long_arg='1s/^-[^=]*=//'
16042
16043# func_opt_split
16044func_opt_split ()
16045{
16046 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16047 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16048}
16049
16050# func_lo2o object
16051func_lo2o ()
16052{
16053 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16054}
16055
16056# func_xform libobj-or-source
16057func_xform ()
16058{
16059 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16060}
16061
16062# func_arith arithmetic-term...
16063func_arith ()
16064{
16065 func_arith_result=`expr "$@"`
16066}
16067
16068# func_len string
16069# STRING may not start with a hyphen.
16070func_len ()
16071{
16072 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16073}
16074
16075_LT_EOF
16076esac
16077
16078case $lt_shell_append in
16079 yes)
16080 cat << \_LT_EOF >> "$cfgfile"
16081
16082# func_append var value
16083# Append VALUE to the end of shell variable VAR.
16084func_append ()
16085{
16086 eval "$1+=\$2"
16087}
16088_LT_EOF
16089 ;;
16090 *)
16091 cat << \_LT_EOF >> "$cfgfile"
16092
16093# func_append var value
16094# Append VALUE to the end of shell variable VAR.
16095func_append ()
16096{
16097 eval "$1=\$$1\$2"
16098}
16099
16100_LT_EOF
16101 ;;
16102 esac
16103
16104
16105 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16106 || (rm -f "$cfgfile"; exit 1)
16107
16108 mv -f "$cfgfile" "$ofile" ||
16109 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16110 chmod +x "$ofile"
16111
16112 ;;
16113 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16114 rm -f Makesim1.tmp Makesim2.tmp Makefile
16115 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16116 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16117 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16118 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16119 <Makefile.sim >Makefile
16120 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16121 ;;
16122 "stamp-h":C) echo > stamp-h ;;
16123
16124 esac
16125done # for ac_tag
16126
16127
16128as_fn_exit 0
16129_ACEOF
16130ac_clean_files=$ac_clean_files_save
16131
16132test $ac_write_fail = 0 ||
16133 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16134
16135
16136# configure is writing to config.log, and then calls config.status.
16137# config.status does its own redirection, appending to config.log.
16138# Unfortunately, on DOS this fails, as config.log is still kept open
16139# by configure, so config.status won't be able to write to it; its
16140# output is simply discarded. So we exec the FD to /dev/null,
16141# effectively closing config.log, so it can be properly (re)opened and
16142# appended to by config.status. When coming back to configure, we
16143# need to make the FD available again.
16144if test "$no_create" != yes; then
16145 ac_cs_success=:
16146 ac_config_status_args=
16147 test "$silent" = yes &&
16148 ac_config_status_args="$ac_config_status_args --quiet"
16149 exec 5>/dev/null
16150 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16151 exec 5>>config.log
16152 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16153 # would make configure fail if this is the last instruction.
16154 $ac_cs_success || as_fn_exit 1
16155fi
16156if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16158$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16159fi
16160
16161
This page took 0.634267 seconds and 4 git commands to generate.