Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / h8300 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
b7026657 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
c906108c 364
81ecdfbb
RW
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
383 as_expr=expr
384else
385 as_expr=false
386fi
c906108c 387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
389 as_basename=basename
390else
391 as_basename=false
392fi
c906108c 393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
c906108c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
b7026657
AC
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
c906108c 418
b7026657
AC
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 425
c906108c 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
b7026657 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
b7026657 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 444 t loop
81ecdfbb 445 s/-\n.*//
b7026657 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
b7026657
AC
454 # Exit status is that of the last command.
455 exit
456}
c906108c 457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
b7026657 469esac
c906108c 470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
b7026657 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
b7026657 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
b7026657 491 fi
b7026657
AC
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
c906108c 497
b7026657 498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
c906108c 504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
c906108c 527
b7026657
AC
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 530
b7026657
AC
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
c906108c 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
c906108c 538
b7026657
AC
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 543
c906108c 544#
b7026657 545# Initializations.
c906108c 546#
b7026657 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
b7026657 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
b7026657
AC
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
b7026657
AC
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
b7026657
AC
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
b7026657
AC
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
b7026657
AC
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
b7026657
AC
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
b7026657
AC
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
b7026657
AC
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
b7026657 592# include <inttypes.h>
b7026657 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
b7026657
AC
598# include <unistd.h>
599#endif"
c906108c 600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604REPORT_BUGS_TEXI
605REPORT_BUGS_TO
606PKGVERSION
607sim_profile
608sim_trace
609sim_stdio
610sim_debug
611sim_cflags
612sim_bswap
613MAINT
31e6ad7d
MF
614MAINTAINER_MODE_FALSE
615MAINTAINER_MODE_TRUE
6bb11ab3
L
616lt_cv_dlopen_libs
617OTOOL64
618OTOOL
619LIPO
620NMEDIT
621DSYMUTIL
622AWK
623STRIP
624OBJDUMP
625LN_S
626NM
627ac_ct_DUMPBIN
628DUMPBIN
629LD
630FGREP
631SED
632LIBTOOL
633PLUGINS_FALSE
634PLUGINS_TRUE
aadc9410
MF
635zlibinc
636zlibdir
81ecdfbb
RW
637CATOBJEXT
638GENCAT
639INSTOBJEXT
640DATADIRNAME
641CATALOGS
642POSUB
643GMSGFMT
644XGETTEXT
645INCINTL
646LIBINTL_DEP
647LIBINTL
648USE_NLS
db2e4d67
MF
649GMAKE_FALSE
650GMAKE_TRUE
651MAKE
652CCDEPMODE
653DEPDIR
654am__leading_dot
5f3ef9d0 655PACKAGE
81ecdfbb
RW
656RANLIB
657AR
658HDEFINES
659CC_FOR_BUILD
660INSTALL_DATA
661INSTALL_SCRIPT
662INSTALL_PROGRAM
2232061b
MF
663EGREP
664GREP
665CPP
81ecdfbb
RW
666target_os
667target_vendor
668target_cpu
669target
670host_os
671host_vendor
672host_cpu
673host
674build_os
675build_vendor
676build_cpu
677build
6ffe910a
MF
678OBJEXT
679EXEEXT
680ac_ct_CC
681CPPFLAGS
682LDFLAGS
683CFLAGS
684CC
81ecdfbb
RW
685WERROR_CFLAGS
686WARN_CFLAGS
687sim_xor_endian
688sim_stdcall
689sim_smp
690sim_reserved_bits
691sim_regparm
692sim_packages
693sim_inline
694sim_hw
695sim_hw_objs
696sim_hw_cflags
697sim_default_model
698sim_scache
699sim_float
700sim_hostendian
701sim_endian
702sim_bitsize
703sim_assert
704sim_alignment
705sim_environment
706target_alias
707host_alias
708build_alias
709LIBS
710ECHO_T
711ECHO_N
712ECHO_C
713DEFS
714mandir
715localedir
716libdir
717psdir
718pdfdir
719dvidir
720htmldir
721infodir
722docdir
723oldincludedir
724includedir
725localstatedir
726sharedstatedir
727sysconfdir
728datadir
729datarootdir
730libexecdir
731sbindir
732bindir
733program_transform_name
734prefix
735exec_prefix
736PACKAGE_URL
737PACKAGE_BUGREPORT
738PACKAGE_STRING
739PACKAGE_VERSION
740PACKAGE_TARNAME
741PACKAGE_NAME
742PATH_SEPARATOR
743SHELL'
b7026657 744ac_subst_files=''
81ecdfbb
RW
745ac_user_opts='
746enable_option_checking
aadc9410 747with_system_zlib
6bb11ab3
L
748enable_plugins
749enable_shared
750enable_static
751with_pic
752enable_fast_install
753with_gnu_ld
754enable_libtool_lock
81ecdfbb
RW
755enable_maintainer_mode
756enable_sim_bswap
757enable_sim_cflags
758enable_sim_debug
759enable_sim_stdio
760enable_sim_trace
761enable_sim_profile
762with_pkgversion
763with_bugurl
5658c257
MF
764enable_sim_endian
765enable_sim_alignment
81ecdfbb
RW
766'
767 ac_precious_vars='build_alias
768host_alias
769target_alias
770CC
771CFLAGS
772LDFLAGS
773LIBS
774CPPFLAGS
775CPP'
776
c906108c
SS
777
778# Initialize some variables set by options.
b7026657
AC
779ac_init_help=
780ac_init_version=false
81ecdfbb
RW
781ac_unrecognized_opts=
782ac_unrecognized_sep=
c906108c
SS
783# The variables have the same names as the options, with
784# dashes changed to underlines.
b7026657 785cache_file=/dev/null
c906108c 786exec_prefix=NONE
c906108c 787no_create=
c906108c
SS
788no_recursion=
789prefix=NONE
790program_prefix=NONE
791program_suffix=NONE
792program_transform_name=s,x,x,
793silent=
794site=
795srcdir=
c906108c
SS
796verbose=
797x_includes=NONE
798x_libraries=NONE
b7026657
AC
799
800# Installation directory options.
801# These are left unexpanded so users can "make install exec_prefix=/foo"
802# and all the variables that are supposed to be based on exec_prefix
803# by default will actually change.
804# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 805# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
806bindir='${exec_prefix}/bin'
807sbindir='${exec_prefix}/sbin'
808libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
809datarootdir='${prefix}/share'
810datadir='${datarootdir}'
c906108c
SS
811sysconfdir='${prefix}/etc'
812sharedstatedir='${prefix}/com'
813localstatedir='${prefix}/var'
c906108c
SS
814includedir='${prefix}/include'
815oldincludedir='/usr/include'
81ecdfbb
RW
816docdir='${datarootdir}/doc/${PACKAGE}'
817infodir='${datarootdir}/info'
818htmldir='${docdir}'
819dvidir='${docdir}'
820pdfdir='${docdir}'
821psdir='${docdir}'
822libdir='${exec_prefix}/lib'
823localedir='${datarootdir}/locale'
824mandir='${datarootdir}/man'
c906108c 825
c906108c 826ac_prev=
81ecdfbb 827ac_dashdash=
c906108c
SS
828for ac_option
829do
c906108c
SS
830 # If the previous option needs an argument, assign it.
831 if test -n "$ac_prev"; then
81ecdfbb 832 eval $ac_prev=\$ac_option
c906108c
SS
833 ac_prev=
834 continue
835 fi
836
81ecdfbb
RW
837 case $ac_option in
838 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
839 *) ac_optarg=yes ;;
840 esac
c906108c
SS
841
842 # Accept the important Cygnus configure options, so we can diagnose typos.
843
81ecdfbb
RW
844 case $ac_dashdash$ac_option in
845 --)
846 ac_dashdash=yes ;;
c906108c
SS
847
848 -bindir | --bindir | --bindi | --bind | --bin | --bi)
849 ac_prev=bindir ;;
850 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 851 bindir=$ac_optarg ;;
c906108c
SS
852
853 -build | --build | --buil | --bui | --bu)
b7026657 854 ac_prev=build_alias ;;
c906108c 855 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 856 build_alias=$ac_optarg ;;
c906108c
SS
857
858 -cache-file | --cache-file | --cache-fil | --cache-fi \
859 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
860 ac_prev=cache_file ;;
861 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
862 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
863 cache_file=$ac_optarg ;;
864
865 --config-cache | -C)
866 cache_file=config.cache ;;
c906108c 867
81ecdfbb 868 -datadir | --datadir | --datadi | --datad)
c906108c 869 ac_prev=datadir ;;
81ecdfbb 870 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 871 datadir=$ac_optarg ;;
c906108c 872
81ecdfbb
RW
873 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
874 | --dataroo | --dataro | --datar)
875 ac_prev=datarootdir ;;
876 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
877 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
878 datarootdir=$ac_optarg ;;
879
c906108c 880 -disable-* | --disable-*)
81ecdfbb 881 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 882 # Reject names that are not valid shell variable names.
81ecdfbb
RW
883 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
884 as_fn_error "invalid feature name: $ac_useropt"
885 ac_useropt_orig=$ac_useropt
886 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
887 case $ac_user_opts in
888 *"
889"enable_$ac_useropt"
890"*) ;;
891 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
892 ac_unrecognized_sep=', ';;
893 esac
894 eval enable_$ac_useropt=no ;;
895
896 -docdir | --docdir | --docdi | --doc | --do)
897 ac_prev=docdir ;;
898 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
899 docdir=$ac_optarg ;;
900
901 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
902 ac_prev=dvidir ;;
903 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
904 dvidir=$ac_optarg ;;
c906108c
SS
905
906 -enable-* | --enable-*)
81ecdfbb 907 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 908 # Reject names that are not valid shell variable names.
81ecdfbb
RW
909 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
910 as_fn_error "invalid feature name: $ac_useropt"
911 ac_useropt_orig=$ac_useropt
912 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
913 case $ac_user_opts in
914 *"
915"enable_$ac_useropt"
916"*) ;;
917 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
918 ac_unrecognized_sep=', ';;
c906108c 919 esac
81ecdfbb 920 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
921
922 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
923 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
924 | --exec | --exe | --ex)
925 ac_prev=exec_prefix ;;
926 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
927 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
928 | --exec=* | --exe=* | --ex=*)
b7026657 929 exec_prefix=$ac_optarg ;;
c906108c
SS
930
931 -gas | --gas | --ga | --g)
932 # Obsolete; use --with-gas.
933 with_gas=yes ;;
934
b7026657
AC
935 -help | --help | --hel | --he | -h)
936 ac_init_help=long ;;
937 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
938 ac_init_help=recursive ;;
939 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
940 ac_init_help=short ;;
c906108c
SS
941
942 -host | --host | --hos | --ho)
b7026657 943 ac_prev=host_alias ;;
c906108c 944 -host=* | --host=* | --hos=* | --ho=*)
b7026657 945 host_alias=$ac_optarg ;;
c906108c 946
81ecdfbb
RW
947 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
948 ac_prev=htmldir ;;
949 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
950 | --ht=*)
951 htmldir=$ac_optarg ;;
952
c906108c
SS
953 -includedir | --includedir | --includedi | --included | --include \
954 | --includ | --inclu | --incl | --inc)
955 ac_prev=includedir ;;
956 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
957 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 958 includedir=$ac_optarg ;;
c906108c
SS
959
960 -infodir | --infodir | --infodi | --infod | --info | --inf)
961 ac_prev=infodir ;;
962 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 963 infodir=$ac_optarg ;;
c906108c
SS
964
965 -libdir | --libdir | --libdi | --libd)
966 ac_prev=libdir ;;
967 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 968 libdir=$ac_optarg ;;
c906108c
SS
969
970 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
971 | --libexe | --libex | --libe)
972 ac_prev=libexecdir ;;
973 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
974 | --libexe=* | --libex=* | --libe=*)
b7026657 975 libexecdir=$ac_optarg ;;
c906108c 976
81ecdfbb
RW
977 -localedir | --localedir | --localedi | --localed | --locale)
978 ac_prev=localedir ;;
979 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
980 localedir=$ac_optarg ;;
981
c906108c 982 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 983 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
984 ac_prev=localstatedir ;;
985 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 986 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 987 localstatedir=$ac_optarg ;;
c906108c
SS
988
989 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
990 ac_prev=mandir ;;
991 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 992 mandir=$ac_optarg ;;
c906108c
SS
993
994 -nfp | --nfp | --nf)
995 # Obsolete; use --without-fp.
996 with_fp=no ;;
997
998 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 999 | --no-cr | --no-c | -n)
c906108c
SS
1000 no_create=yes ;;
1001
1002 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1003 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1004 no_recursion=yes ;;
1005
1006 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1007 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1008 | --oldin | --oldi | --old | --ol | --o)
1009 ac_prev=oldincludedir ;;
1010 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1011 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1012 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1013 oldincludedir=$ac_optarg ;;
c906108c
SS
1014
1015 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1016 ac_prev=prefix ;;
1017 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1018 prefix=$ac_optarg ;;
c906108c
SS
1019
1020 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1021 | --program-pre | --program-pr | --program-p)
1022 ac_prev=program_prefix ;;
1023 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1024 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1025 program_prefix=$ac_optarg ;;
c906108c
SS
1026
1027 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1028 | --program-suf | --program-su | --program-s)
1029 ac_prev=program_suffix ;;
1030 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1031 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1032 program_suffix=$ac_optarg ;;
c906108c
SS
1033
1034 -program-transform-name | --program-transform-name \
1035 | --program-transform-nam | --program-transform-na \
1036 | --program-transform-n | --program-transform- \
1037 | --program-transform | --program-transfor \
1038 | --program-transfo | --program-transf \
1039 | --program-trans | --program-tran \
1040 | --progr-tra | --program-tr | --program-t)
1041 ac_prev=program_transform_name ;;
1042 -program-transform-name=* | --program-transform-name=* \
1043 | --program-transform-nam=* | --program-transform-na=* \
1044 | --program-transform-n=* | --program-transform-=* \
1045 | --program-transform=* | --program-transfor=* \
1046 | --program-transfo=* | --program-transf=* \
1047 | --program-trans=* | --program-tran=* \
1048 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1049 program_transform_name=$ac_optarg ;;
c906108c 1050
81ecdfbb
RW
1051 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1052 ac_prev=pdfdir ;;
1053 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1054 pdfdir=$ac_optarg ;;
1055
1056 -psdir | --psdir | --psdi | --psd | --ps)
1057 ac_prev=psdir ;;
1058 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1059 psdir=$ac_optarg ;;
1060
c906108c
SS
1061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1062 | -silent | --silent | --silen | --sile | --sil)
1063 silent=yes ;;
1064
1065 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1066 ac_prev=sbindir ;;
1067 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1068 | --sbi=* | --sb=*)
b7026657 1069 sbindir=$ac_optarg ;;
c906108c
SS
1070
1071 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1072 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1073 | --sharedst | --shareds | --shared | --share | --shar \
1074 | --sha | --sh)
1075 ac_prev=sharedstatedir ;;
1076 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1077 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1078 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1079 | --sha=* | --sh=*)
b7026657 1080 sharedstatedir=$ac_optarg ;;
c906108c
SS
1081
1082 -site | --site | --sit)
1083 ac_prev=site ;;
1084 -site=* | --site=* | --sit=*)
b7026657 1085 site=$ac_optarg ;;
eb2d80b4 1086
c906108c
SS
1087 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1088 ac_prev=srcdir ;;
1089 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1090 srcdir=$ac_optarg ;;
c906108c
SS
1091
1092 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1093 | --syscon | --sysco | --sysc | --sys | --sy)
1094 ac_prev=sysconfdir ;;
1095 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1096 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1097 sysconfdir=$ac_optarg ;;
c906108c
SS
1098
1099 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1100 ac_prev=target_alias ;;
c906108c 1101 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1102 target_alias=$ac_optarg ;;
c906108c
SS
1103
1104 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1105 verbose=yes ;;
1106
b7026657
AC
1107 -version | --version | --versio | --versi | --vers | -V)
1108 ac_init_version=: ;;
c906108c
SS
1109
1110 -with-* | --with-*)
81ecdfbb 1111 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1112 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1113 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1114 as_fn_error "invalid package name: $ac_useropt"
1115 ac_useropt_orig=$ac_useropt
1116 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1117 case $ac_user_opts in
1118 *"
1119"with_$ac_useropt"
1120"*) ;;
1121 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1122 ac_unrecognized_sep=', ';;
c906108c 1123 esac
81ecdfbb 1124 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1125
1126 -without-* | --without-*)
81ecdfbb 1127 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1128 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1129 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1130 as_fn_error "invalid package name: $ac_useropt"
1131 ac_useropt_orig=$ac_useropt
1132 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1133 case $ac_user_opts in
1134 *"
1135"with_$ac_useropt"
1136"*) ;;
1137 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1138 ac_unrecognized_sep=', ';;
1139 esac
1140 eval with_$ac_useropt=no ;;
c906108c
SS
1141
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1145
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1151 x_includes=$ac_optarg ;;
c906108c
SS
1152
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1158 x_libraries=$ac_optarg ;;
c906108c 1159
81ecdfbb
RW
1160 -*) as_fn_error "unrecognized option: \`$ac_option'
1161Try \`$0 --help' for more information."
c906108c
SS
1162 ;;
1163
b7026657
AC
1164 *=*)
1165 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1167 case $ac_envvar in #(
1168 '' | [0-9]* | *[!_$as_cr_alnum]* )
1169 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1170 esac
1171 eval $ac_envvar=\$ac_optarg
b7026657
AC
1172 export $ac_envvar ;;
1173
c906108c 1174 *)
b7026657 1175 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1176 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1178 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1180 ;;
1181
1182 esac
1183done
1184
1185if test -n "$ac_prev"; then
b7026657 1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1187 as_fn_error "missing argument to $ac_option"
c906108c 1188fi
c906108c 1189
81ecdfbb
RW
1190if test -n "$ac_unrecognized_opts"; then
1191 case $enable_option_checking in
1192 no) ;;
1193 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1194 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1195 esac
81ecdfbb 1196fi
c906108c 1197
81ecdfbb
RW
1198# Check all directory arguments for consistency.
1199for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1200 datadir sysconfdir sharedstatedir localstatedir includedir \
1201 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1202 libdir localedir mandir
c906108c 1203do
81ecdfbb
RW
1204 eval ac_val=\$$ac_var
1205 # Remove trailing slashes.
1206 case $ac_val in
1207 */ )
1208 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1209 eval $ac_var=\$ac_val;;
1210 esac
1211 # Be sure to have absolute directory names.
b7026657 1212 case $ac_val in
81ecdfbb
RW
1213 [\\/$]* | ?:[\\/]* ) continue;;
1214 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1215 esac
81ecdfbb 1216 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1217done
1218
b7026657
AC
1219# There might be people who depend on the old broken behavior: `$host'
1220# used to hold the argument of --host etc.
1221# FIXME: To remove some day.
1222build=$build_alias
1223host=$host_alias
1224target=$target_alias
1225
1226# FIXME: To remove some day.
1227if test "x$host_alias" != x; then
1228 if test "x$build_alias" = x; then
1229 cross_compiling=maybe
81ecdfbb 1230 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1231 If a cross compiler is detected then cross compile mode will be used." >&2
1232 elif test "x$build_alias" != "x$host_alias"; then
1233 cross_compiling=yes
1234 fi
1235fi
c906108c 1236
b7026657
AC
1237ac_tool_prefix=
1238test -n "$host_alias" && ac_tool_prefix=$host_alias-
1239
1240test "$silent" = yes && exec 6>/dev/null
c906108c 1241
c906108c 1242
81ecdfbb
RW
1243ac_pwd=`pwd` && test -n "$ac_pwd" &&
1244ac_ls_di=`ls -di .` &&
1245ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1246 as_fn_error "working directory cannot be determined"
1247test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1248 as_fn_error "pwd does not report name of working directory"
1249
1250
c906108c
SS
1251# Find the source files, if location was not specified.
1252if test -z "$srcdir"; then
1253 ac_srcdir_defaulted=yes
81ecdfbb
RW
1254 # Try the directory containing this script, then the parent directory.
1255 ac_confdir=`$as_dirname -- "$as_myself" ||
1256$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1257 X"$as_myself" : 'X\(//\)[^/]' \| \
1258 X"$as_myself" : 'X\(//\)$' \| \
1259 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1260$as_echo X"$as_myself" |
1261 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1262 s//\1/
1263 q
1264 }
1265 /^X\(\/\/\)[^/].*/{
1266 s//\1/
1267 q
1268 }
1269 /^X\(\/\/\)$/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\).*/{
1274 s//\1/
1275 q
1276 }
1277 s/.*/./; q'`
c906108c 1278 srcdir=$ac_confdir
81ecdfbb 1279 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1280 srcdir=..
1281 fi
1282else
1283 ac_srcdir_defaulted=no
1284fi
81ecdfbb
RW
1285if test ! -r "$srcdir/$ac_unique_file"; then
1286 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1287 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1288fi
1289ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1290ac_abs_confdir=`(
1291 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1292 pwd)`
1293# When building in place, set srcdir=.
1294if test "$ac_abs_confdir" = "$ac_pwd"; then
1295 srcdir=.
1296fi
1297# Remove unnecessary trailing slashes from srcdir.
1298# Double slashes in file names in object file debugging info
1299# mess up M-x gdb in Emacs.
1300case $srcdir in
1301*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1302esac
1303for ac_var in $ac_precious_vars; do
1304 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1305 eval ac_env_${ac_var}_value=\$${ac_var}
1306 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1307 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1308done
c906108c 1309
b7026657
AC
1310#
1311# Report the --help message.
1312#
1313if test "$ac_init_help" = "long"; then
1314 # Omit some internal or obsolete options to make the list less imposing.
1315 # This message is too long to be a string in the A/UX 3.1 sh.
1316 cat <<_ACEOF
1317\`configure' configures this package to adapt to many kinds of systems.
c906108c 1318
b7026657 1319Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1320
b7026657
AC
1321To assign environment variables (e.g., CC, CFLAGS...), specify them as
1322VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1323
b7026657 1324Defaults for the options are specified in brackets.
c906108c 1325
b7026657
AC
1326Configuration:
1327 -h, --help display this help and exit
1328 --help=short display options specific to this package
1329 --help=recursive display the short help of all the included packages
1330 -V, --version display version information and exit
1331 -q, --quiet, --silent do not print \`checking...' messages
1332 --cache-file=FILE cache test results in FILE [disabled]
1333 -C, --config-cache alias for \`--cache-file=config.cache'
1334 -n, --no-create do not create output files
1335 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1336
b7026657
AC
1337Installation directories:
1338 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1339 [$ac_default_prefix]
b7026657 1340 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1341 [PREFIX]
c906108c 1342
b7026657
AC
1343By default, \`make install' will install all the files in
1344\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1345an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1346for instance \`--prefix=\$HOME'.
c906108c 1347
b7026657
AC
1348For better control, use the options below.
1349
1350Fine tuning of the installation directories:
81ecdfbb
RW
1351 --bindir=DIR user executables [EPREFIX/bin]
1352 --sbindir=DIR system admin executables [EPREFIX/sbin]
1353 --libexecdir=DIR program executables [EPREFIX/libexec]
1354 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1355 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1356 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1357 --libdir=DIR object code libraries [EPREFIX/lib]
1358 --includedir=DIR C header files [PREFIX/include]
1359 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1360 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1361 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1362 --infodir=DIR info documentation [DATAROOTDIR/info]
1363 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1364 --mandir=DIR man documentation [DATAROOTDIR/man]
1365 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1366 --htmldir=DIR html documentation [DOCDIR]
1367 --dvidir=DIR dvi documentation [DOCDIR]
1368 --pdfdir=DIR pdf documentation [DOCDIR]
1369 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1370_ACEOF
1371
1372 cat <<\_ACEOF
1373
1374Program names:
1375 --program-prefix=PREFIX prepend PREFIX to installed program names
1376 --program-suffix=SUFFIX append SUFFIX to installed program names
1377 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1378
1379System types:
1380 --build=BUILD configure for building on BUILD [guessed]
1381 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1382 --target=TARGET configure for building compilers for TARGET [HOST]
1383_ACEOF
c906108c 1384fi
b7026657
AC
1385
1386if test -n "$ac_init_help"; then
1387
1388 cat <<\_ACEOF
1389
1390Optional Features:
81ecdfbb 1391 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1392 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1393 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1394 --enable-plugins Enable support for plugins
6bb11ab3
L
1395 --enable-shared[=PKGS] build shared libraries [default=yes]
1396 --enable-static[=PKGS] build static libraries [default=yes]
1397 --enable-fast-install[=PKGS]
1398 optimize for fast installation [default=yes]
1399 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1400 --enable-maintainer-mode enable make rules and dependencies not useful
1401 (and sometimes confusing) to the casual installer
8d0978fb
MF
1402 --enable-sim-bswap Use Host specific BSWAP instruction
1403 --enable-sim-cflags=opts
1404 Extra CFLAGS for use in building simulator
1405 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1406 itself)
1407 --enable-sim-stdio Specify whether to use stdio for console
1408 input/output
1409 --enable-sim-trace=opts Enable tracing of simulated programs
1410 --enable-sim-profile=opts
1411 Enable profiling flags
5658c257
MF
1412 --enable-sim-endian=endian
1413 Specify target byte endian orientation
1414 --enable-sim-alignment=align
1415 Specify strict, nonstrict or forced alignment of
1416 memory accesses
b7026657 1417
6efef468
JM
1418Optional Packages:
1419 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1420 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1421 --with-system-zlib use installed libz
6bb11ab3
L
1422 --with-pic try to use only PIC/non-PIC objects [default=use
1423 both]
1424 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1425 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1426 --with-bugurl=URL Direct users to URL to report a bug
1427
b7026657
AC
1428Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
81ecdfbb
RW
1433 LIBS libraries to pass to the linker, e.g. -l<library>
1434 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1435 you have headers in a nonstandard directory <include dir>
b7026657
AC
1436 CPP C preprocessor
1437
1438Use these variables to override the choices made by `configure' or to help
1439it to find libraries and programs with nonstandard names/locations.
1440
81ecdfbb 1441Report bugs to the package provider.
b7026657 1442_ACEOF
81ecdfbb 1443ac_status=$?
c906108c
SS
1444fi
1445
b7026657
AC
1446if test "$ac_init_help" = "recursive"; then
1447 # If there are subdirs, report their specific --help.
b7026657 1448 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1449 test -d "$ac_dir" ||
1450 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1451 continue
b7026657 1452 ac_builddir=.
c906108c 1453
81ecdfbb
RW
1454case "$ac_dir" in
1455.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1456*)
1457 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1463 esac ;;
1464esac
1465ac_abs_top_builddir=$ac_pwd
1466ac_abs_builddir=$ac_pwd$ac_dir_suffix
1467# for backward compatibility:
1468ac_top_builddir=$ac_top_build_prefix
c906108c 1469
b7026657 1470case $srcdir in
81ecdfbb 1471 .) # We are building in place.
b7026657 1472 ac_srcdir=.
81ecdfbb
RW
1473 ac_top_srcdir=$ac_top_builddir_sub
1474 ac_abs_top_srcdir=$ac_pwd ;;
1475 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1476 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1477 ac_top_srcdir=$srcdir
1478 ac_abs_top_srcdir=$srcdir ;;
1479 *) # Relative name.
1480 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1483esac
81ecdfbb
RW
1484ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1485
1486 cd "$ac_dir" || { ac_status=$?; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1489 echo &&
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1494 else
81ecdfbb
RW
1495 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1496 fi || ac_status=$?
1497 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1498 done
c906108c 1499fi
b7026657 1500
81ecdfbb 1501test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1502if $ac_init_version; then
1503 cat <<\_ACEOF
81ecdfbb
RW
1504configure
1505generated by GNU Autoconf 2.64
b7026657 1506
81ecdfbb 1507Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1508This configure script is free software; the Free Software Foundation
1509gives unlimited permission to copy, distribute and modify it.
1510_ACEOF
81ecdfbb 1511 exit
b7026657 1512fi
b7026657 1513
81ecdfbb
RW
1514## ------------------------ ##
1515## Autoconf initialization. ##
1516## ------------------------ ##
b7026657 1517
81ecdfbb
RW
1518# ac_fn_c_try_compile LINENO
1519# --------------------------
1520# Try to compile conftest.$ac_ext, and return whether this succeeded.
1521ac_fn_c_try_compile ()
b7026657 1522{
81ecdfbb
RW
1523 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1524 rm -f conftest.$ac_objext
1525 if { { ac_try="$ac_compile"
1526case "(($ac_try" in
1527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1528 *) ac_try_echo=$ac_try;;
1529esac
1530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1531$as_echo "$ac_try_echo"; } >&5
1532 (eval "$ac_compile") 2>conftest.err
1533 ac_status=$?
1534 if test -s conftest.err; then
1535 grep -v '^ *+' conftest.err >conftest.er1
1536 cat conftest.er1 >&5
1537 mv -f conftest.er1 conftest.err
1538 fi
1539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1540 test $ac_status = 0; } && {
1541 test -z "$ac_c_werror_flag" ||
1542 test ! -s conftest.err
1543 } && test -s conftest.$ac_objext; then :
1544 ac_retval=0
1545else
1546 $as_echo "$as_me: failed program was:" >&5
1547sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1548
81ecdfbb
RW
1549 ac_retval=1
1550fi
1551 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1552 return $ac_retval
b7026657 1553
81ecdfbb 1554} # ac_fn_c_try_compile
b7026657 1555
81ecdfbb
RW
1556# ac_fn_c_try_cpp LINENO
1557# ----------------------
1558# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1559ac_fn_c_try_cpp ()
1560{
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 if { { ac_try="$ac_cpp conftest.$ac_ext"
1563case "(($ac_try" in
1564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1565 *) ac_try_echo=$ac_try;;
1566esac
1567eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1568$as_echo "$ac_try_echo"; } >&5
1569 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1570 ac_status=$?
1571 if test -s conftest.err; then
1572 grep -v '^ *+' conftest.err >conftest.er1
1573 cat conftest.er1 >&5
1574 mv -f conftest.er1 conftest.err
1575 fi
1576 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1577 test $ac_status = 0; } >/dev/null && {
1578 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1579 test ! -s conftest.err
1580 }; then :
1581 ac_retval=0
1582else
1583 $as_echo "$as_me: failed program was:" >&5
1584sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1585
81ecdfbb
RW
1586 ac_retval=1
1587fi
1588 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1589 return $ac_retval
b7026657 1590
81ecdfbb 1591} # ac_fn_c_try_cpp
b7026657 1592
81ecdfbb
RW
1593# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1594# -------------------------------------------------------
1595# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1596# the include files in INCLUDES and setting the cache variable VAR
1597# accordingly.
1598ac_fn_c_check_header_mongrel ()
1599{
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1603$as_echo_n "checking for $2... " >&6; }
1604if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1605 $as_echo_n "(cached) " >&6
1606fi
1607eval ac_res=\$$3
1608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1609$as_echo "$ac_res" >&6; }
1610else
1611 # Is the header compilable?
1612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1613$as_echo_n "checking $2 usability... " >&6; }
1614cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1615/* end confdefs.h. */
1616$4
1617#include <$2>
1618_ACEOF
1619if ac_fn_c_try_compile "$LINENO"; then :
1620 ac_header_compiler=yes
1621else
1622 ac_header_compiler=no
1623fi
1624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1626$as_echo "$ac_header_compiler" >&6; }
1627
1628# Is the header present?
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1630$as_echo_n "checking $2 presence... " >&6; }
1631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1632/* end confdefs.h. */
1633#include <$2>
1634_ACEOF
1635if ac_fn_c_try_cpp "$LINENO"; then :
1636 ac_header_preproc=yes
1637else
1638 ac_header_preproc=no
1639fi
1640rm -f conftest.err conftest.$ac_ext
1641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1642$as_echo "$ac_header_preproc" >&6; }
1643
1644# So? What about this header?
1645case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1646 yes:no: )
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1648$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1651 ;;
1652 no:yes:* )
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1654$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1656$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1658$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1660$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1662$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1663 ;;
1664esac
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1666$as_echo_n "checking for $2... " >&6; }
1667if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1668 $as_echo_n "(cached) " >&6
1669else
1670 eval "$3=\$ac_header_compiler"
1671fi
1672eval ac_res=\$$3
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1674$as_echo "$ac_res" >&6; }
1675fi
1676 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1677
1678} # ac_fn_c_check_header_mongrel
1679
1680# ac_fn_c_try_run LINENO
1681# ----------------------
1682# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1683# that executables *can* be run.
1684ac_fn_c_try_run ()
1685{
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { { ac_try="$ac_link"
1688case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691esac
1692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693$as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_link") 2>&5
1695 ac_status=$?
1696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1698 { { case "(($ac_try" in
1699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1700 *) ac_try_echo=$ac_try;;
1701esac
1702eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1703$as_echo "$ac_try_echo"; } >&5
1704 (eval "$ac_try") 2>&5
1705 ac_status=$?
1706 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1707 test $ac_status = 0; }; }; then :
1708 ac_retval=0
1709else
1710 $as_echo "$as_me: program exited with status $ac_status" >&5
1711 $as_echo "$as_me: failed program was:" >&5
1712sed 's/^/| /' conftest.$ac_ext >&5
1713
1714 ac_retval=$ac_status
1715fi
1716 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1717 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1718 return $ac_retval
1719
1720} # ac_fn_c_try_run
1721
1722# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1723# -------------------------------------------------------
1724# Tests whether HEADER exists and can be compiled using the include files in
1725# INCLUDES, setting the cache variable VAR accordingly.
1726ac_fn_c_check_header_compile ()
1727{
1728 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1730$as_echo_n "checking for $2... " >&6; }
1731if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1732 $as_echo_n "(cached) " >&6
1733else
1734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1735/* end confdefs.h. */
1736$4
1737#include <$2>
1738_ACEOF
1739if ac_fn_c_try_compile "$LINENO"; then :
1740 eval "$3=yes"
1741else
1742 eval "$3=no"
1743fi
1744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1745fi
1746eval ac_res=\$$3
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1748$as_echo "$ac_res" >&6; }
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750
1751} # ac_fn_c_check_header_compile
1752
1753# ac_fn_c_try_link LINENO
1754# -----------------------
1755# Try to link conftest.$ac_ext, and return whether this succeeded.
1756ac_fn_c_try_link ()
1757{
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 rm -f conftest.$ac_objext conftest$ac_exeext
1760 if { { ac_try="$ac_link"
1761case "(($ac_try" in
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1764esac
1765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766$as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_link") 2>conftest.err
1768 ac_status=$?
1769 if test -s conftest.err; then
1770 grep -v '^ *+' conftest.err >conftest.er1
1771 cat conftest.er1 >&5
1772 mv -f conftest.er1 conftest.err
1773 fi
1774 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1775 test $ac_status = 0; } && {
1776 test -z "$ac_c_werror_flag" ||
1777 test ! -s conftest.err
1778 } && test -s conftest$ac_exeext && {
1779 test "$cross_compiling" = yes ||
1780 $as_test_x conftest$ac_exeext
1781 }; then :
1782 ac_retval=0
1783else
1784 $as_echo "$as_me: failed program was:" >&5
1785sed 's/^/| /' conftest.$ac_ext >&5
1786
1787 ac_retval=1
1788fi
1789 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1790 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1791 # interfere with the next link command; also delete a directory that is
1792 # left behind by Apple's compiler. We do this before executing the actions.
1793 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1794 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1795 return $ac_retval
1796
1797} # ac_fn_c_try_link
1798
1799# ac_fn_c_check_func LINENO FUNC VAR
1800# ----------------------------------
1801# Tests whether FUNC exists, setting the cache variable VAR accordingly
1802ac_fn_c_check_func ()
1803{
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1806$as_echo_n "checking for $2... " >&6; }
1807if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1808 $as_echo_n "(cached) " >&6
1809else
1810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811/* end confdefs.h. */
1812/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1813 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1814#define $2 innocuous_$2
1815
1816/* System header to define __stub macros and hopefully few prototypes,
1817 which can conflict with char $2 (); below.
1818 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1819 <limits.h> exists even on freestanding compilers. */
1820
1821#ifdef __STDC__
1822# include <limits.h>
1823#else
1824# include <assert.h>
1825#endif
1826
1827#undef $2
1828
1829/* Override any GCC internal prototype to avoid an error.
1830 Use char because int might match the return type of a GCC
1831 builtin and then its argument prototype would still apply. */
1832#ifdef __cplusplus
1833extern "C"
1834#endif
1835char $2 ();
1836/* The GNU C library defines this for functions which it implements
1837 to always fail with ENOSYS. Some functions are actually named
1838 something starting with __ and the normal name is an alias. */
1839#if defined __stub_$2 || defined __stub___$2
1840choke me
1841#endif
1842
1843int
1844main ()
1845{
1846return $2 ();
1847 ;
1848 return 0;
1849}
1850_ACEOF
1851if ac_fn_c_try_link "$LINENO"; then :
1852 eval "$3=yes"
1853else
1854 eval "$3=no"
1855fi
1856rm -f core conftest.err conftest.$ac_objext \
1857 conftest$ac_exeext conftest.$ac_ext
1858fi
1859eval ac_res=\$$3
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1861$as_echo "$ac_res" >&6; }
1862 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1863
1864} # ac_fn_c_check_func
1865cat >config.log <<_ACEOF
1866This file contains any messages produced by compilers while
1867running configure, to aid debugging if configure makes a mistake.
1868
1869It was created by $as_me, which was
1870generated by GNU Autoconf 2.64. Invocation command line was
1871
1872 $ $0 $@
1873
1874_ACEOF
1875exec 5>>config.log
1876{
1877cat <<_ASUNAME
1878## --------- ##
1879## Platform. ##
1880## --------- ##
1881
1882hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1883uname -m = `(uname -m) 2>/dev/null || echo unknown`
1884uname -r = `(uname -r) 2>/dev/null || echo unknown`
1885uname -s = `(uname -s) 2>/dev/null || echo unknown`
1886uname -v = `(uname -v) 2>/dev/null || echo unknown`
1887
1888/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1889/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1890
1891/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1892/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1893/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1894/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1895/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1896/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1897/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1898
1899_ASUNAME
1900
1901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1902for as_dir in $PATH
1903do
1904 IFS=$as_save_IFS
1905 test -z "$as_dir" && as_dir=.
1906 $as_echo "PATH: $as_dir"
1907 done
1908IFS=$as_save_IFS
1909
1910} >&5
1911
1912cat >&5 <<_ACEOF
b7026657
AC
1913
1914
1915## ----------- ##
1916## Core tests. ##
1917## ----------- ##
1918
1919_ACEOF
1920
1921
1922# Keep a trace of the command line.
1923# Strip out --no-create and --no-recursion so they do not pile up.
1924# Strip out --silent because we don't want to record it for future runs.
1925# Also quote any args containing shell meta-characters.
1926# Make two passes to allow for proper duplicate-argument suppression.
1927ac_configure_args=
1928ac_configure_args0=
1929ac_configure_args1=
b7026657
AC
1930ac_must_keep_next=false
1931for ac_pass in 1 2
1932do
1933 for ac_arg
1934 do
1935 case $ac_arg in
1936 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1937 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1938 | -silent | --silent | --silen | --sile | --sil)
1939 continue ;;
81ecdfbb
RW
1940 *\'*)
1941 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1942 esac
1943 case $ac_pass in
81ecdfbb 1944 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1945 2)
81ecdfbb 1946 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1947 if test $ac_must_keep_next = true; then
1948 ac_must_keep_next=false # Got value, back to normal.
1949 else
1950 case $ac_arg in
1951 *=* | --config-cache | -C | -disable-* | --disable-* \
1952 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1953 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1954 | -with-* | --with-* | -without-* | --without-* | --x)
1955 case "$ac_configure_args0 " in
1956 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1957 esac
1958 ;;
1959 -* ) ac_must_keep_next=true ;;
1960 esac
1961 fi
81ecdfbb 1962 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1963 ;;
1964 esac
1965 done
1966done
81ecdfbb
RW
1967{ ac_configure_args0=; unset ac_configure_args0;}
1968{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1969
1970# When interrupted or exit'd, cleanup temporary files, and complete
1971# config.log. We remove comments because anyway the quotes in there
1972# would cause problems or look ugly.
81ecdfbb
RW
1973# WARNING: Use '\'' to represent an apostrophe within the trap.
1974# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1975trap 'exit_status=$?
1976 # Save into config.log some information that might help in debugging.
1977 {
1978 echo
1979
1980 cat <<\_ASBOX
1981## ---------------- ##
1982## Cache variables. ##
1983## ---------------- ##
1984_ASBOX
1985 echo
1986 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1987(
1988 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1989 eval ac_val=\$$ac_var
1990 case $ac_val in #(
1991 *${as_nl}*)
1992 case $ac_var in #(
1993 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1994$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1995 esac
1996 case $ac_var in #(
1997 _ | IFS | as_nl) ;; #(
1998 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1999 *) { eval $ac_var=; unset $ac_var;} ;;
2000 esac ;;
2001 esac
2002 done
b7026657 2003 (set) 2>&1 |
81ecdfbb
RW
2004 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2005 *${as_nl}ac_space=\ *)
b7026657 2006 sed -n \
81ecdfbb
RW
2007 "s/'\''/'\''\\\\'\'''\''/g;
2008 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2009 ;; #(
b7026657 2010 *)
81ecdfbb 2011 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2012 ;;
81ecdfbb
RW
2013 esac |
2014 sort
2015)
b7026657
AC
2016 echo
2017
2018 cat <<\_ASBOX
2019## ----------------- ##
2020## Output variables. ##
2021## ----------------- ##
2022_ASBOX
2023 echo
2024 for ac_var in $ac_subst_vars
2025 do
81ecdfbb
RW
2026 eval ac_val=\$$ac_var
2027 case $ac_val in
2028 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2029 esac
2030 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2031 done | sort
2032 echo
2033
2034 if test -n "$ac_subst_files"; then
2035 cat <<\_ASBOX
81ecdfbb
RW
2036## ------------------- ##
2037## File substitutions. ##
2038## ------------------- ##
b7026657
AC
2039_ASBOX
2040 echo
2041 for ac_var in $ac_subst_files
2042 do
81ecdfbb
RW
2043 eval ac_val=\$$ac_var
2044 case $ac_val in
2045 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2046 esac
2047 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2048 done | sort
2049 echo
2050 fi
2051
2052 if test -s confdefs.h; then
2053 cat <<\_ASBOX
2054## ----------- ##
2055## confdefs.h. ##
2056## ----------- ##
2057_ASBOX
2058 echo
81ecdfbb 2059 cat confdefs.h
b7026657
AC
2060 echo
2061 fi
2062 test "$ac_signal" != 0 &&
81ecdfbb
RW
2063 $as_echo "$as_me: caught signal $ac_signal"
2064 $as_echo "$as_me: exit $exit_status"
b7026657 2065 } >&5
81ecdfbb
RW
2066 rm -f core *.core core.conftest.* &&
2067 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2068 exit $exit_status
81ecdfbb 2069' 0
b7026657 2070for ac_signal in 1 2 13 15; do
81ecdfbb 2071 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2072done
2073ac_signal=0
2074
2075# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2076rm -f -r conftest* confdefs.h
2077
2078$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2079
2080# Predefined preprocessor variables.
2081
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_NAME "$PACKAGE_NAME"
2084_ACEOF
2085
b7026657
AC
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2088_ACEOF
2089
b7026657
AC
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_VERSION "$PACKAGE_VERSION"
2092_ACEOF
2093
b7026657
AC
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_STRING "$PACKAGE_STRING"
2096_ACEOF
2097
b7026657
AC
2098cat >>confdefs.h <<_ACEOF
2099#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2100_ACEOF
2101
81ecdfbb
RW
2102cat >>confdefs.h <<_ACEOF
2103#define PACKAGE_URL "$PACKAGE_URL"
2104_ACEOF
2105
b7026657
AC
2106
2107# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2108# Prefer an explicitly selected file to automatically selected ones.
2109ac_site_file1=NONE
2110ac_site_file2=NONE
2111if test -n "$CONFIG_SITE"; then
2112 ac_site_file1=$CONFIG_SITE
2113elif test "x$prefix" != xNONE; then
2114 ac_site_file1=$prefix/share/config.site
2115 ac_site_file2=$prefix/etc/config.site
2116else
2117 ac_site_file1=$ac_default_prefix/share/config.site
2118 ac_site_file2=$ac_default_prefix/etc/config.site
2119fi
2120for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2121do
2122 test "x$ac_site_file" = xNONE && continue
b7026657 2123 if test -r "$ac_site_file"; then
81ecdfbb
RW
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2125$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2126 sed 's/^/| /' "$ac_site_file" >&5
2127 . "$ac_site_file"
2128 fi
2129done
2130
2131if test -r "$cache_file"; then
2132 # Some versions of bash will fail to source /dev/null (special
2133 # files actually), so we avoid doing that.
2134 if test -f "$cache_file"; then
81ecdfbb
RW
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2136$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2137 case $cache_file in
81ecdfbb
RW
2138 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2139 *) . "./$cache_file";;
b7026657
AC
2140 esac
2141 fi
2142else
81ecdfbb
RW
2143 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2144$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2145 >$cache_file
2146fi
2147
2148# Check that the precious variables saved in the cache have kept the same
2149# value.
2150ac_cache_corrupted=false
81ecdfbb 2151for ac_var in $ac_precious_vars; do
b7026657
AC
2152 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2153 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2154 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2155 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2156 case $ac_old_set,$ac_new_set in
2157 set,)
81ecdfbb
RW
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2159$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2160 ac_cache_corrupted=: ;;
2161 ,set)
81ecdfbb
RW
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2163$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2164 ac_cache_corrupted=: ;;
2165 ,);;
2166 *)
2167 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2168 # differences in whitespace do not lead to failure.
2169 ac_old_val_w=`echo x $ac_old_val`
2170 ac_new_val_w=`echo x $ac_new_val`
2171 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2173$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2174 ac_cache_corrupted=:
2175 else
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2177$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2178 eval $ac_var=\$ac_old_val
2179 fi
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2181$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2183$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2184 fi;;
2185 esac
2186 # Pass precious variables to config.status.
2187 if test "$ac_new_set" = set; then
2188 case $ac_new_val in
81ecdfbb 2189 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2190 *) ac_arg=$ac_var=$ac_new_val ;;
2191 esac
2192 case " $ac_configure_args " in
2193 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2194 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2195 esac
2196 fi
2197done
2198if $ac_cache_corrupted; then
81ecdfbb
RW
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2200$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2202$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2203 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2204fi
81ecdfbb
RW
2205## -------------------- ##
2206## Main body of script. ##
2207## -------------------- ##
b7026657
AC
2208
2209ac_ext=c
2210ac_cpp='$CPP $CPPFLAGS'
2211ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2212ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2213ac_compiler_gnu=$ac_cv_c_compiler_gnu
2214
2215
35695fd6
AC
2216# This file contains common code used by all simulators.
2217#
2218# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2219# directory. It is intended to be invoked before any target specific stuff.
2220# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2221# It is intended to be invoked last.
2222#
306f4178 2223# The simulator's configure.ac should look like:
35695fd6
AC
2224#
2225# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2226# AC_PREREQ(2.64)dnl
35695fd6 2227# AC_INIT(Makefile.in)
6ffe910a 2228# sinclude(../common/aclocal.m4)
35695fd6
AC
2229#
2230# SIM_AC_COMMON
2231#
2232# ... target specific stuff ...
2233#
2234# SIM_AC_OUTPUT
2235
d6416cdc
RW
2236# Include global overrides and fixes for Autoconf.
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
6ffe910a
MF
2263# _AC_CHECK_DECL_BODY
2264# -------------------
2265# Shell function body for AC_CHECK_DECL.
2266# _AC_CHECK_DECL_BODY
d6416cdc 2267
6ffe910a
MF
2268# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2269# INCLUDES)
2270# -------------------------------------------------------------
2271# Helper to AC_CHECK_DECLS, which generates the check for a single
2272# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2273# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2274
2275
2276
2277
2278
2279
2280
35695fd6
AC
2281
2282
2283
db2e4d67 2284
6bb11ab3 2285# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2286#
6bb11ab3
L
2287# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2288# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2289# Written by Gordon Matzigkeit, 1996
2290#
2291# This file is free software; the Free Software Foundation gives
2292# unlimited permission to copy and/or distribute it, with or without
2293# modifications, as long as this notice is preserved.
db2e4d67 2294
db2e4d67 2295
db2e4d67 2296
6bb11ab3 2297# serial 56 LT_INIT
db2e4d67
MF
2298
2299
6bb11ab3
L
2300# LT_PREREQ(VERSION)
2301# ------------------
2302# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2303
db2e4d67
MF
2304
2305
6bb11ab3
L
2306# _LT_CHECK_BUILDDIR
2307# ------------------
2308# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2309
2310
35695fd6 2311
6bb11ab3
L
2312# LT_INIT([OPTIONS])
2313# ------------------
2314# LT_INIT
35695fd6 2315
6bb11ab3
L
2316# Old names:
2317# This is what autoupdate's m4 run will expand. It fires
2318# the warning (with _au_warn_XXX), outputs it into the
2319# updated configure.ac (with AC_DIAGNOSE), and then outputs
2320# the replacement expansion.
35695fd6
AC
2321
2322
6bb11ab3
L
2323# This is an auxiliary macro that is also run when
2324# autoupdate runs m4. It simply calls m4_warning, but
2325# we need a wrapper so that each warning is emitted only
2326# once. We break the quoting in m4_warning's argument in
2327# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2328
2329
6bb11ab3
L
2330# Finally, this is the expansion that is picked up by
2331# autoconf. It tells the user to run autoupdate, and
2332# then outputs the replacement expansion. We do not care
2333# about autoupdate's warning because that contains
2334# information on what to do *after* running autoupdate.
35695fd6 2335
6bb11ab3
L
2336# This is what autoupdate's m4 run will expand. It fires
2337# the warning (with _au_warn_XXX), outputs it into the
2338# updated configure.ac (with AC_DIAGNOSE), and then outputs
2339# the replacement expansion.
35695fd6
AC
2340
2341
6bb11ab3
L
2342# This is an auxiliary macro that is also run when
2343# autoupdate runs m4. It simply calls m4_warning, but
2344# we need a wrapper so that each warning is emitted only
2345# once. We break the quoting in m4_warning's argument in
2346# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2347
2348
6bb11ab3
L
2349# Finally, this is the expansion that is picked up by
2350# autoconf. It tells the user to run autoupdate, and
2351# then outputs the replacement expansion. We do not care
2352# about autoupdate's warning because that contains
2353# information on what to do *after* running autoupdate.
35695fd6
AC
2354
2355
2356
6bb11ab3
L
2357# _LT_CC_BASENAME(CC)
2358# -------------------
2359# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2360
2361
2362
6bb11ab3
L
2363# _LT_FILEUTILS_DEFAULTS
2364# ----------------------
2365# It is okay to use these file commands and assume they have been set
2366# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2367# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2368
2369
6bb11ab3
L
2370# _LT_SETUP
2371# ---------
2372# _LT_SETUP
35695fd6
AC
2373
2374
6bb11ab3
L
2375# _LT_PREPARE_SED_QUOTE_VARS
2376# --------------------------
2377# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2378
2379
6bb11ab3
L
2380# _LT_PROG_LTMAIN
2381# ---------------
2382# Note that this code is called both from `configure', and `config.status'
2383# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2384# `config.status' has no value for ac_aux_dir unless we are using Automake,
2385# so we pass a copy along to make sure it has a sensible value anyway.
2386# _LT_PROG_LTMAIN
35695fd6
AC
2387
2388
6bb11ab3
L
2389## ------------------------------------- ##
2390## Accumulate code for creating libtool. ##
2391## ------------------------------------- ##
35695fd6 2392
6bb11ab3
L
2393# So that we can recreate a full libtool script including additional
2394# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2395# in macros and then make a single call at the end using the `libtool'
2396# label.
35695fd6
AC
2397
2398
6bb11ab3
L
2399# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2400# ----------------------------------------
2401# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2402
2403
6bb11ab3 2404# Initialize.
35695fd6
AC
2405
2406
2407
6bb11ab3
L
2408# _LT_CONFIG_LIBTOOL([COMMANDS])
2409# ------------------------------
2410# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2411
2412
6bb11ab3 2413# Initialize.
35695fd6
AC
2414
2415
2416
6bb11ab3
L
2417# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2418# -----------------------------------------------------
35695fd6 2419
5912fadd
JB
2420
2421
6bb11ab3
L
2422# _LT_FORMAT_COMMENT([COMMENT])
2423# -----------------------------
2424# Add leading comment marks to the start of each line, and a trailing
2425# full-stop to the whole comment if one is not present already.
5912fadd
JB
2426
2427
35695fd6
AC
2428
2429
6bb11ab3
L
2430## ------------------------ ##
2431## FIXME: Eliminate VARNAME ##
2432## ------------------------ ##
35695fd6
AC
2433
2434
6bb11ab3
L
2435# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2436# -------------------------------------------------------------------
2437# CONFIGNAME is the name given to the value in the libtool script.
2438# VARNAME is the (base) name used in the configure script.
2439# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2440# VARNAME. Any other value will be used directly.
35695fd6 2441
35695fd6
AC
2442
2443
6bb11ab3
L
2444# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2445# --------------------------------------------------------
35695fd6
AC
2446
2447
2448
6bb11ab3
L
2449# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2450# ------------------------------------------------
35695fd6
AC
2451
2452
2453
6bb11ab3
L
2454# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2455# ---------------------------------------------------------
35695fd6
AC
2456
2457
2458
6bb11ab3
L
2459# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2460# --------------------------------------------------
35695fd6
AC
2461
2462
2463
6bb11ab3
L
2464# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2465# ---------------------------------------------------
35695fd6
AC
2466
2467
2468
6bb11ab3
L
2469# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2470# ---------------------------------------------------
35695fd6
AC
2471
2472
2473
2474
6bb11ab3
L
2475# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2476# ------------------------------------------------
35695fd6
AC
2477
2478
2479
2480
6bb11ab3
L
2481# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2482# ------------------------------------
2483# Quote a variable value, and forward it to `config.status' so that its
2484# declaration there will have the same value as in `configure'. VARNAME
2485# must have a single quote delimited value for this to work.
35695fd6
AC
2486
2487
2488
6bb11ab3
L
2489# _LT_CONFIG_STATUS_DECLARATIONS
2490# ------------------------------
2491# We delimit libtool config variables with single quotes, so when
2492# we write them to config.status, we have to be sure to quote all
2493# embedded single quotes properly. In configure, this macro expands
2494# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2495#
2496# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2497
2498
2499
6bb11ab3
L
2500# _LT_LIBTOOL_TAGS
2501# ----------------
2502# Output comment and list of tags supported by the script
35695fd6
AC
2503
2504
2505
6bb11ab3
L
2506# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2507# -----------------------------------
2508# Extract the dictionary values for VARNAME (optionally with TAG) and
2509# expand to a commented shell variable setting:
2510#
2511# # Some comment about what VAR is for.
2512# visible_name=$lt_internal_name
35695fd6
AC
2513
2514
35695fd6 2515
6bb11ab3
L
2516# _LT_LIBTOOL_CONFIG_VARS
2517# -----------------------
2518# Produce commented declarations of non-tagged libtool config variables
2519# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2520# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2521# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2522
2523
6efef468 2524
6bb11ab3
L
2525# _LT_LIBTOOL_TAG_VARS(TAG)
2526# -------------------------
6efef468
JM
2527
2528
2529
6bb11ab3
L
2530# _LT_TAGVAR(VARNAME, [TAGNAME])
2531# ------------------------------
6efef468
JM
2532
2533
2534
6bb11ab3
L
2535# _LT_CONFIG_COMMANDS
2536# -------------------
2537# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2538# variables for single and double quote escaping we saved from calls
2539# to _LT_DECL, we can put quote escaped variables declarations
2540# into `config.status', and then the shell code to quote escape them in
2541# for loops in `config.status'. Finally, any additional code accumulated
2542# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2543#_LT_CONFIG_COMMANDS
2544
2545
2546# Initialize.
2547
2548
2549# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2550# ------------------------------------
2551# Generate a child script FILE with all initialization necessary to
2552# reuse the environment learned by the parent script, and make the
2553# file executable. If COMMENT is supplied, it is inserted after the
2554# `#!' sequence but before initialization text begins. After this
2555# macro, additional text can be appended to FILE to form the body of
2556# the child script. The macro ends with non-zero status if the
2557# file could not be fully written (such as if the disk is full).
2558# _LT_GENERATED_FILE_INIT
2559
2560# LT_OUTPUT
2561# ---------
2562# This macro allows early generation of the libtool script (before
2563# AC_OUTPUT is called), incase it is used in configure for compilation
2564# tests.
2565# LT_OUTPUT
2566
2567
2568# _LT_CONFIG(TAG)
2569# ---------------
2570# If TAG is the built-in tag, create an initial libtool script with a
2571# default configuration from the untagged config vars. Otherwise add code
2572# to config.status for appending the configuration named by TAG from the
2573# matching tagged config vars.
2574# _LT_CONFIG
6efef468
JM
2575
2576
6bb11ab3
L
2577# LT_SUPPORTED_TAG(TAG)
2578# ---------------------
2579# Trace this macro to discover what tags are supported by the libtool
2580# --tag option, using:
2581# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2582
6efef468 2583
6efef468 2584
6bb11ab3 2585# C support is built-in for now
6efef468 2586
6efef468
JM
2587
2588
2589
6bb11ab3
L
2590# LT_LANG(LANG)
2591# -------------
2592# Enable libtool support for the given language if not already enabled.
2593# LT_LANG
6efef468
JM
2594
2595
6bb11ab3
L
2596# _LT_LANG(LANGNAME)
2597# ------------------
2598# _LT_LANG
6efef468
JM
2599
2600
6bb11ab3
L
2601# _LT_LANG_DEFAULT_CONFIG
2602# -----------------------
2603# _LT_LANG_DEFAULT_CONFIG
6efef468 2604
6bb11ab3
L
2605# Obsolete macros:
2606# This is what autoupdate's m4 run will expand. It fires
2607# the warning (with _au_warn_XXX), outputs it into the
2608# updated configure.ac (with AC_DIAGNOSE), and then outputs
2609# the replacement expansion.
6efef468 2610
6efef468 2611
6bb11ab3
L
2612# This is an auxiliary macro that is also run when
2613# autoupdate runs m4. It simply calls m4_warning, but
2614# we need a wrapper so that each warning is emitted only
2615# once. We break the quoting in m4_warning's argument in
2616# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2617
6efef468 2618
6bb11ab3
L
2619# Finally, this is the expansion that is picked up by
2620# autoconf. It tells the user to run autoupdate, and
2621# then outputs the replacement expansion. We do not care
2622# about autoupdate's warning because that contains
2623# information on what to do *after* running autoupdate.
6efef468 2624
6bb11ab3
L
2625# This is what autoupdate's m4 run will expand. It fires
2626# the warning (with _au_warn_XXX), outputs it into the
2627# updated configure.ac (with AC_DIAGNOSE), and then outputs
2628# the replacement expansion.
6efef468
JM
2629
2630
6bb11ab3
L
2631# This is an auxiliary macro that is also run when
2632# autoupdate runs m4. It simply calls m4_warning, but
2633# we need a wrapper so that each warning is emitted only
2634# once. We break the quoting in m4_warning's argument in
2635# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2636
2637
6bb11ab3
L
2638# Finally, this is the expansion that is picked up by
2639# autoconf. It tells the user to run autoupdate, and
2640# then outputs the replacement expansion. We do not care
2641# about autoupdate's warning because that contains
2642# information on what to do *after* running autoupdate.
6efef468 2643
6bb11ab3
L
2644# This is what autoupdate's m4 run will expand. It fires
2645# the warning (with _au_warn_XXX), outputs it into the
2646# updated configure.ac (with AC_DIAGNOSE), and then outputs
2647# the replacement expansion.
6efef468
JM
2648
2649
6bb11ab3
L
2650# This is an auxiliary macro that is also run when
2651# autoupdate runs m4. It simply calls m4_warning, but
2652# we need a wrapper so that each warning is emitted only
2653# once. We break the quoting in m4_warning's argument in
2654# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2655
2656
6bb11ab3
L
2657# Finally, this is the expansion that is picked up by
2658# autoconf. It tells the user to run autoupdate, and
2659# then outputs the replacement expansion. We do not care
2660# about autoupdate's warning because that contains
2661# information on what to do *after* running autoupdate.
6efef468 2662
6bb11ab3
L
2663# This is what autoupdate's m4 run will expand. It fires
2664# the warning (with _au_warn_XXX), outputs it into the
2665# updated configure.ac (with AC_DIAGNOSE), and then outputs
2666# the replacement expansion.
6efef468
JM
2667
2668
6bb11ab3
L
2669# This is an auxiliary macro that is also run when
2670# autoupdate runs m4. It simply calls m4_warning, but
2671# we need a wrapper so that each warning is emitted only
2672# once. We break the quoting in m4_warning's argument in
2673# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2674
2675
6bb11ab3
L
2676# Finally, this is the expansion that is picked up by
2677# autoconf. It tells the user to run autoupdate, and
2678# then outputs the replacement expansion. We do not care
2679# about autoupdate's warning because that contains
2680# information on what to do *after* running autoupdate.
6efef468 2681
6bb11ab3
L
2682# This is what autoupdate's m4 run will expand. It fires
2683# the warning (with _au_warn_XXX), outputs it into the
2684# updated configure.ac (with AC_DIAGNOSE), and then outputs
2685# the replacement expansion.
6efef468
JM
2686
2687
6bb11ab3
L
2688# This is an auxiliary macro that is also run when
2689# autoupdate runs m4. It simply calls m4_warning, but
2690# we need a wrapper so that each warning is emitted only
2691# once. We break the quoting in m4_warning's argument in
2692# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2693
2694
6bb11ab3
L
2695# Finally, this is the expansion that is picked up by
2696# autoconf. It tells the user to run autoupdate, and
2697# then outputs the replacement expansion. We do not care
2698# about autoupdate's warning because that contains
2699# information on what to do *after* running autoupdate.
6efef468 2700
35695fd6
AC
2701
2702
6bb11ab3
L
2703# _LT_TAG_COMPILER
2704# ----------------
2705# _LT_TAG_COMPILER
35695fd6
AC
2706
2707
6bb11ab3
L
2708# _LT_COMPILER_BOILERPLATE
2709# ------------------------
2710# Check for compiler boilerplate output or warnings with
2711# the simple compiler test code.
2712# _LT_COMPILER_BOILERPLATE
f0569246 2713
f0569246 2714
6bb11ab3
L
2715# _LT_LINKER_BOILERPLATE
2716# ----------------------
2717# Check for linker boilerplate output or warnings with
2718# the simple link test code.
2719# _LT_LINKER_BOILERPLATE
b7026657 2720
6bb11ab3
L
2721# _LT_REQUIRED_DARWIN_CHECKS
2722# -------------------------
81ecdfbb 2723
b7026657 2724
b7026657 2725
6bb11ab3
L
2726# _LT_DARWIN_LINKER_FEATURES
2727# --------------------------
2728# Checks for linker and compiler features on darwin
b7026657 2729
b7026657 2730
6bb11ab3
L
2731# _LT_SYS_MODULE_PATH_AIX
2732# -----------------------
2733# Links a minimal program and checks the executable
2734# for the system default hardcoded library path. In most cases,
2735# this is /usr/lib:/lib, but when the MPI compilers are used
2736# the location of the communication and MPI libs are included too.
2737# If we don't find anything, use the default library path according
2738# to the aix ld manual.
2739# _LT_SYS_MODULE_PATH_AIX
b7026657 2740
b7026657 2741
6bb11ab3
L
2742# _LT_SHELL_INIT(ARG)
2743# -------------------
2744# _LT_SHELL_INIT
b7026657 2745
f0569246 2746
81ecdfbb 2747
6bb11ab3
L
2748# _LT_PROG_ECHO_BACKSLASH
2749# -----------------------
2750# Find how we can fake an echo command that does not interpret backslash.
2751# In particular, with Autoconf 2.60 or later we add some code to the start
2752# of the generated configure script which will find a shell with a builtin
2753# printf (which we can use as an echo command).
2754# _LT_PROG_ECHO_BACKSLASH
f0569246 2755
b7026657 2756
6bb11ab3
L
2757# _LT_ENABLE_LOCK
2758# ---------------
2759# _LT_ENABLE_LOCK
81ecdfbb 2760
b7026657 2761
6bb11ab3
L
2762# _LT_CMD_OLD_ARCHIVE
2763# -------------------
2764# _LT_CMD_OLD_ARCHIVE
f0569246 2765
81ecdfbb 2766
6bb11ab3
L
2767# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2768# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2769# ----------------------------------------------------------------
2770# Check whether the given compiler option works
2771# _LT_COMPILER_OPTION
b7026657 2772
6bb11ab3
L
2773# Old name:
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.
b7026657 2778
b7026657 2779
6bb11ab3
L
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.
f0569246 2785
f0569246 2786
6bb11ab3
L
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.
f0569246 2792
f0569246 2793
f0569246 2794
6bb11ab3
L
2795# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2796# [ACTION-SUCCESS], [ACTION-FAILURE])
2797# ----------------------------------------------------
2798# Check whether the given linker option works
2799# _LT_LINKER_OPTION
81ecdfbb 2800
6bb11ab3
L
2801# Old name:
2802# This is what autoupdate's m4 run will expand. It fires
2803# the warning (with _au_warn_XXX), outputs it into the
2804# updated configure.ac (with AC_DIAGNOSE), and then outputs
2805# the replacement expansion.
81ecdfbb 2806
81ecdfbb 2807
6bb11ab3
L
2808# This is an auxiliary macro that is also run when
2809# autoupdate runs m4. It simply calls m4_warning, but
2810# we need a wrapper so that each warning is emitted only
2811# once. We break the quoting in m4_warning's argument in
2812# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2813
f0569246 2814
6bb11ab3
L
2815# Finally, this is the expansion that is picked up by
2816# autoconf. It tells the user to run autoupdate, and
2817# then outputs the replacement expansion. We do not care
2818# about autoupdate's warning because that contains
2819# information on what to do *after* running autoupdate.
2820
2821
2822
2823# LT_CMD_MAX_LEN
2824#---------------
2825# LT_CMD_MAX_LEN
2826
2827# Old name:
2828# This is what autoupdate's m4 run will expand. It fires
2829# the warning (with _au_warn_XXX), outputs it into the
2830# updated configure.ac (with AC_DIAGNOSE), and then outputs
2831# the replacement expansion.
2832
2833
2834# This is an auxiliary macro that is also run when
2835# autoupdate runs m4. It simply calls m4_warning, but
2836# we need a wrapper so that each warning is emitted only
2837# once. We break the quoting in m4_warning's argument in
2838# order to expand this macro's arguments, not AU_DEFUN's.
2839
2840
2841# Finally, this is the expansion that is picked up by
2842# autoconf. It tells the user to run autoupdate, and
2843# then outputs the replacement expansion. We do not care
2844# about autoupdate's warning because that contains
2845# information on what to do *after* running autoupdate.
2846
2847
2848
2849# _LT_HEADER_DLFCN
2850# ----------------
2851# _LT_HEADER_DLFCN
2852
2853
2854# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2855# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2856# ----------------------------------------------------------------
2857# _LT_TRY_DLOPEN_SELF
2858
2859
2860# LT_SYS_DLOPEN_SELF
2861# ------------------
2862# LT_SYS_DLOPEN_SELF
2863
2864# Old name:
2865# This is what autoupdate's m4 run will expand. It fires
2866# the warning (with _au_warn_XXX), outputs it into the
2867# updated configure.ac (with AC_DIAGNOSE), and then outputs
2868# the replacement expansion.
2869
2870
2871# This is an auxiliary macro that is also run when
2872# autoupdate runs m4. It simply calls m4_warning, but
2873# we need a wrapper so that each warning is emitted only
2874# once. We break the quoting in m4_warning's argument in
2875# order to expand this macro's arguments, not AU_DEFUN's.
2876
2877
2878# Finally, this is the expansion that is picked up by
2879# autoconf. It tells the user to run autoupdate, and
2880# then outputs the replacement expansion. We do not care
2881# about autoupdate's warning because that contains
2882# information on what to do *after* running autoupdate.
2883
2884
2885
2886# _LT_COMPILER_C_O([TAGNAME])
2887# ---------------------------
2888# Check to see if options -c and -o are simultaneously supported by compiler.
2889# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2890# _LT_COMPILER_C_O
2891
2892
2893# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2894# ----------------------------------
2895# Check to see if we can do hard links to lock some files if needed
2896# _LT_COMPILER_FILE_LOCKS
2897
2898
2899# _LT_CHECK_OBJDIR
2900# ----------------
2901# _LT_CHECK_OBJDIR
2902
2903
2904# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2905# --------------------------------------
2906# Check hardcoding attributes.
2907# _LT_LINKER_HARDCODE_LIBPATH
2908
2909
2910# _LT_CMD_STRIPLIB
2911# ----------------
2912# _LT_CMD_STRIPLIB
2913
2914
2915# _LT_SYS_DYNAMIC_LINKER([TAG])
2916# -----------------------------
2917# PORTME Fill in your ld.so characteristics
2918# _LT_SYS_DYNAMIC_LINKER
2919
2920
2921# _LT_PATH_TOOL_PREFIX(TOOL)
2922# --------------------------
2923# find a file program which can recognize shared library
2924# _LT_PATH_TOOL_PREFIX
2925
2926# Old name:
2927# This is what autoupdate's m4 run will expand. It fires
2928# the warning (with _au_warn_XXX), outputs it into the
2929# updated configure.ac (with AC_DIAGNOSE), and then outputs
2930# the replacement expansion.
2931
2932
2933# This is an auxiliary macro that is also run when
2934# autoupdate runs m4. It simply calls m4_warning, but
2935# we need a wrapper so that each warning is emitted only
2936# once. We break the quoting in m4_warning's argument in
2937# order to expand this macro's arguments, not AU_DEFUN's.
2938
2939
2940# Finally, this is the expansion that is picked up by
2941# autoconf. It tells the user to run autoupdate, and
2942# then outputs the replacement expansion. We do not care
2943# about autoupdate's warning because that contains
2944# information on what to do *after* running autoupdate.
2945
2946
2947
2948# _LT_PATH_MAGIC
2949# --------------
2950# find a file program which can recognize a shared library
2951# _LT_PATH_MAGIC
2952
2953
2954# LT_PATH_LD
2955# ----------
2956# find the pathname to the GNU or non-GNU linker
2957# LT_PATH_LD
2958
2959# Old names:
2960# This is what autoupdate's m4 run will expand. It fires
2961# the warning (with _au_warn_XXX), outputs it into the
2962# updated configure.ac (with AC_DIAGNOSE), and then outputs
2963# the replacement expansion.
2964
2965
2966# This is an auxiliary macro that is also run when
2967# autoupdate runs m4. It simply calls m4_warning, but
2968# we need a wrapper so that each warning is emitted only
2969# once. We break the quoting in m4_warning's argument in
2970# order to expand this macro's arguments, not AU_DEFUN's.
2971
2972
2973# Finally, this is the expansion that is picked up by
2974# autoconf. It tells the user to run autoupdate, and
2975# then outputs the replacement expansion. We do not care
2976# about autoupdate's warning because that contains
2977# information on what to do *after* running autoupdate.
2978
2979# This is what autoupdate's m4 run will expand. It fires
2980# the warning (with _au_warn_XXX), outputs it into the
2981# updated configure.ac (with AC_DIAGNOSE), and then outputs
2982# the replacement expansion.
2983
2984
2985# This is an auxiliary macro that is also run when
2986# autoupdate runs m4. It simply calls m4_warning, but
2987# we need a wrapper so that each warning is emitted only
2988# once. We break the quoting in m4_warning's argument in
2989# order to expand this macro's arguments, not AU_DEFUN's.
2990
2991
2992# Finally, this is the expansion that is picked up by
2993# autoconf. It tells the user to run autoupdate, and
2994# then outputs the replacement expansion. We do not care
2995# about autoupdate's warning because that contains
2996# information on what to do *after* running autoupdate.
2997
2998
2999
3000# _LT_PATH_LD_GNU
3001#- --------------
3002# _LT_PATH_LD_GNU
3003
3004
3005# _LT_CMD_RELOAD
3006# --------------
3007# find reload flag for linker
3008# -- PORTME Some linkers may need a different reload flag.
3009# _LT_CMD_RELOAD
3010
3011
3012# _LT_CHECK_MAGIC_METHOD
3013# ----------------------
3014# how to check for library dependencies
3015# -- PORTME fill in with the dynamic library characteristics
3016# _LT_CHECK_MAGIC_METHOD
3017
3018
3019# LT_PATH_NM
3020# ----------
3021# find the pathname to a BSD- or MS-compatible name lister
3022# LT_PATH_NM
3023
3024# Old names:
3025# This is what autoupdate's m4 run will expand. It fires
3026# the warning (with _au_warn_XXX), outputs it into the
3027# updated configure.ac (with AC_DIAGNOSE), and then outputs
3028# the replacement expansion.
3029
3030
3031# This is an auxiliary macro that is also run when
3032# autoupdate runs m4. It simply calls m4_warning, but
3033# we need a wrapper so that each warning is emitted only
3034# once. We break the quoting in m4_warning's argument in
3035# order to expand this macro's arguments, not AU_DEFUN's.
3036
3037
3038# Finally, this is the expansion that is picked up by
3039# autoconf. It tells the user to run autoupdate, and
3040# then outputs the replacement expansion. We do not care
3041# about autoupdate's warning because that contains
3042# information on what to do *after* running autoupdate.
3043
3044# This is what autoupdate's m4 run will expand. It fires
3045# the warning (with _au_warn_XXX), outputs it into the
3046# updated configure.ac (with AC_DIAGNOSE), and then outputs
3047# the replacement expansion.
3048
3049
3050# This is an auxiliary macro that is also run when
3051# autoupdate runs m4. It simply calls m4_warning, but
3052# we need a wrapper so that each warning is emitted only
3053# once. We break the quoting in m4_warning's argument in
3054# order to expand this macro's arguments, not AU_DEFUN's.
3055
3056
3057# Finally, this is the expansion that is picked up by
3058# autoconf. It tells the user to run autoupdate, and
3059# then outputs the replacement expansion. We do not care
3060# about autoupdate's warning because that contains
3061# information on what to do *after* running autoupdate.
3062
3063
3064
3065# LT_LIB_M
3066# --------
3067# check for math library
3068# LT_LIB_M
3069
3070# Old name:
3071# This is what autoupdate's m4 run will expand. It fires
3072# the warning (with _au_warn_XXX), outputs it into the
3073# updated configure.ac (with AC_DIAGNOSE), and then outputs
3074# the replacement expansion.
3075
3076
3077# This is an auxiliary macro that is also run when
3078# autoupdate runs m4. It simply calls m4_warning, but
3079# we need a wrapper so that each warning is emitted only
3080# once. We break the quoting in m4_warning's argument in
3081# order to expand this macro's arguments, not AU_DEFUN's.
3082
3083
3084# Finally, this is the expansion that is picked up by
3085# autoconf. It tells the user to run autoupdate, and
3086# then outputs the replacement expansion. We do not care
3087# about autoupdate's warning because that contains
3088# information on what to do *after* running autoupdate.
3089
3090
3091
3092# _LT_COMPILER_NO_RTTI([TAGNAME])
3093# -------------------------------
3094# _LT_COMPILER_NO_RTTI
3095
3096
3097# _LT_CMD_GLOBAL_SYMBOLS
3098# ----------------------
3099 # _LT_CMD_GLOBAL_SYMBOLS
3100
3101
3102# _LT_COMPILER_PIC([TAGNAME])
3103# ---------------------------
3104# _LT_COMPILER_PIC
3105
3106
3107# _LT_LINKER_SHLIBS([TAGNAME])
3108# ----------------------------
3109# See if the linker supports building shared libraries.
3110# _LT_LINKER_SHLIBS
3111
3112
3113# _LT_LANG_C_CONFIG([TAG])
3114# ------------------------
3115# Ensure that the configuration variables for a C compiler are suitably
3116# defined. These variables are subsequently used by _LT_CONFIG to write
3117# the compiler configuration to `libtool'.
3118# _LT_LANG_C_CONFIG
3119
3120
3121# _LT_LANG_CXX_CONFIG([TAG])
3122# --------------------------
3123# Ensure that the configuration variables for a C++ compiler are suitably
3124# defined. These variables are subsequently used by _LT_CONFIG to write
3125# the compiler configuration to `libtool'.
3126# _LT_LANG_CXX_CONFIG
3127
3128
3129# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3130# ---------------------------------
3131# Figure out "hidden" library dependencies from verbose
3132# compiler output when linking a shared library.
3133# Parse the compiler output and extract the necessary
3134# objects, libraries and library flags.
3135# _LT_SYS_HIDDEN_LIBDEPS
3136
3137
3138# _LT_LANG_F77_CONFIG([TAG])
3139# --------------------------
3140# Ensure that the configuration variables for a Fortran 77 compiler are
3141# suitably defined. These variables are subsequently used by _LT_CONFIG
3142# to write the compiler configuration to `libtool'.
3143# _LT_LANG_F77_CONFIG
3144
3145
3146# _LT_LANG_FC_CONFIG([TAG])
3147# -------------------------
3148# Ensure that the configuration variables for a Fortran compiler are
3149# suitably defined. These variables are subsequently used by _LT_CONFIG
3150# to write the compiler configuration to `libtool'.
3151# _LT_LANG_FC_CONFIG
3152
3153
3154# _LT_LANG_GCJ_CONFIG([TAG])
3155# --------------------------
3156# Ensure that the configuration variables for the GNU Java Compiler compiler
3157# are suitably defined. These variables are subsequently used by _LT_CONFIG
3158# to write the compiler configuration to `libtool'.
3159# _LT_LANG_GCJ_CONFIG
3160
3161
3162# _LT_LANG_RC_CONFIG([TAG])
3163# -------------------------
3164# Ensure that the configuration variables for the Windows resource compiler
3165# are suitably defined. These variables are subsequently used by _LT_CONFIG
3166# to write the compiler configuration to `libtool'.
3167# _LT_LANG_RC_CONFIG
3168
3169
3170# LT_PROG_GCJ
3171# -----------
3172
3173
3174# Old name:
3175# This is what autoupdate's m4 run will expand. It fires
3176# the warning (with _au_warn_XXX), outputs it into the
3177# updated configure.ac (with AC_DIAGNOSE), and then outputs
3178# the replacement expansion.
3179
3180
3181# This is an auxiliary macro that is also run when
3182# autoupdate runs m4. It simply calls m4_warning, but
3183# we need a wrapper so that each warning is emitted only
3184# once. We break the quoting in m4_warning's argument in
3185# order to expand this macro's arguments, not AU_DEFUN's.
3186
3187
3188# Finally, this is the expansion that is picked up by
3189# autoconf. It tells the user to run autoupdate, and
3190# then outputs the replacement expansion. We do not care
3191# about autoupdate's warning because that contains
3192# information on what to do *after* running autoupdate.
3193
3194
3195
3196# LT_PROG_RC
3197# ----------
3198
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_DECL_EGREP
3223# --------------
3224# If we don't have a new enough Autoconf to choose the best grep
3225# available, choose the one first in the user's PATH.
3226
3227
3228
3229# _LT_DECL_OBJDUMP
3230# --------------
3231# If we don't have a new enough Autoconf to choose the best objdump
3232# available, choose the one first in the user's PATH.
3233
3234
3235
3236# _LT_DECL_SED
3237# ------------
3238# Check for a fully-functional sed program, that truncates
3239# as few characters as possible. Prefer GNU sed if found.
3240# _LT_DECL_SED
3241
3242#m4_ifndef
3243
3244# Old name:
3245# This is what autoupdate's m4 run will expand. It fires
3246# the warning (with _au_warn_XXX), outputs it into the
3247# updated configure.ac (with AC_DIAGNOSE), and then outputs
3248# the replacement expansion.
3249
3250
3251# This is an auxiliary macro that is also run when
3252# autoupdate runs m4. It simply calls m4_warning, but
3253# we need a wrapper so that each warning is emitted only
3254# once. We break the quoting in m4_warning's argument in
3255# order to expand this macro's arguments, not AU_DEFUN's.
3256
3257
3258# Finally, this is the expansion that is picked up by
3259# autoconf. It tells the user to run autoupdate, and
3260# then outputs the replacement expansion. We do not care
3261# about autoupdate's warning because that contains
3262# information on what to do *after* running autoupdate.
3263
3264
3265
3266# _LT_CHECK_SHELL_FEATURES
3267# ------------------------
3268# Find out whether the shell is Bourne or XSI compatible,
3269# or has some other useful features.
3270# _LT_CHECK_SHELL_FEATURES
3271
3272
3273# _LT_PROG_XSI_SHELLFNS
3274# ---------------------
3275# Bourne and XSI compatible variants of some useful shell functions.
3276
3277
3278# Helper functions for option handling. -*- Autoconf -*-
3279#
3280# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3281# Inc.
3282# Written by Gary V. Vaughan, 2004
3283#
3284# This file is free software; the Free Software Foundation gives
3285# unlimited permission to copy and/or distribute it, with or without
3286# modifications, as long as this notice is preserved.
3287
3288# serial 6 ltoptions.m4
3289
3290# This is to help aclocal find these macros, as it can't see m4_define.
3291
3292
3293
3294# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3295# ------------------------------------------
3296
3297
3298
3299# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3300# ---------------------------------------
3301# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3302# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3303# saved as a flag.
3304
3305
3306
3307# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3308# ------------------------------------------------------------
3309# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3310
3311
3312
3313# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3314# -------------------------------------------------------
3315# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3316# are set.
3317
3318
3319
3320# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3321# ----------------------------------------
3322# OPTION-LIST is a space-separated list of Libtool options associated
3323# with MACRO-NAME. If any OPTION has a matching handler declared with
3324# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3325# the unknown option and exit.
3326# _LT_SET_OPTIONS
3327
3328
3329## --------------------------------- ##
3330## Macros to handle LT_INIT options. ##
3331## --------------------------------- ##
3332
3333# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3334# -----------------------------------------
3335
3336
3337
3338# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3339# -----------------------------------------------
3340# LT_OPTION_DEFINE
3341
3342
3343# dlopen
3344# ------
3345
3346
3347# This is what autoupdate's m4 run will expand. It fires
3348# the warning (with _au_warn_XXX), outputs it into the
3349# updated configure.ac (with AC_DIAGNOSE), and then outputs
3350# the replacement expansion.
3351
3352
3353# This is an auxiliary macro that is also run when
3354# autoupdate runs m4. It simply calls m4_warning, but
3355# we need a wrapper so that each warning is emitted only
3356# once. We break the quoting in m4_warning's argument in
3357# order to expand this macro's arguments, not AU_DEFUN's.
3358
3359
3360# Finally, this is the expansion that is picked up by
3361# autoconf. It tells the user to run autoupdate, and
3362# then outputs the replacement expansion. We do not care
3363# about autoupdate's warning because that contains
3364# information on what to do *after* running autoupdate.
3365
3366
3367
3368
3369# win32-dll
3370# ---------
3371# Declare package support for building win32 dll's.
3372# win32-dll
3373
3374# This is what autoupdate's m4 run will expand. It fires
3375# the warning (with _au_warn_XXX), outputs it into the
3376# updated configure.ac (with AC_DIAGNOSE), and then outputs
3377# the replacement expansion.
3378
3379
3380# This is an auxiliary macro that is also run when
3381# autoupdate runs m4. It simply calls m4_warning, but
3382# we need a wrapper so that each warning is emitted only
3383# once. We break the quoting in m4_warning's argument in
3384# order to expand this macro's arguments, not AU_DEFUN's.
3385
3386
3387# Finally, this is the expansion that is picked up by
3388# autoconf. It tells the user to run autoupdate, and
3389# then outputs the replacement expansion. We do not care
3390# about autoupdate's warning because that contains
3391# information on what to do *after* running autoupdate.
3392
3393
3394
3395
3396# _LT_ENABLE_SHARED([DEFAULT])
3397# ----------------------------
3398# implement the --enable-shared flag, and supports the `shared' and
3399# `disable-shared' LT_INIT options.
3400# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3401# _LT_ENABLE_SHARED
3402
3403
3404
3405
3406# Old names:
3407
3408
3409
3410
3411# This is what autoupdate's m4 run will expand. It fires
3412# the warning (with _au_warn_XXX), outputs it into the
3413# updated configure.ac (with AC_DIAGNOSE), and then outputs
3414# the replacement expansion.
3415
3416
3417# This is an auxiliary macro that is also run when
3418# autoupdate runs m4. It simply calls m4_warning, but
3419# we need a wrapper so that each warning is emitted only
3420# once. We break the quoting in m4_warning's argument in
3421# order to expand this macro's arguments, not AU_DEFUN's.
3422
3423
3424# Finally, this is the expansion that is picked up by
3425# autoconf. It tells the user to run autoupdate, and
3426# then outputs the replacement expansion. We do not care
3427# about autoupdate's warning because that contains
3428# information on what to do *after* running autoupdate.
3429
3430# This is what autoupdate's m4 run will expand. It fires
3431# the warning (with _au_warn_XXX), outputs it into the
3432# updated configure.ac (with AC_DIAGNOSE), and then outputs
3433# the replacement expansion.
3434
3435
3436# This is an auxiliary macro that is also run when
3437# autoupdate runs m4. It simply calls m4_warning, but
3438# we need a wrapper so that each warning is emitted only
3439# once. We break the quoting in m4_warning's argument in
3440# order to expand this macro's arguments, not AU_DEFUN's.
3441
3442
3443# Finally, this is the expansion that is picked up by
3444# autoconf. It tells the user to run autoupdate, and
3445# then outputs the replacement expansion. We do not care
3446# about autoupdate's warning because that contains
3447# information on what to do *after* running autoupdate.
3448
3449
3450
3451
3452
3453# _LT_ENABLE_STATIC([DEFAULT])
3454# ----------------------------
3455# implement the --enable-static flag, and support the `static' and
3456# `disable-static' LT_INIT options.
3457# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3458# _LT_ENABLE_STATIC
3459
3460
3461
3462
3463# Old names:
3464
3465
3466
3467
3468# This is what autoupdate's m4 run will expand. It fires
3469# the warning (with _au_warn_XXX), outputs it into the
3470# updated configure.ac (with AC_DIAGNOSE), and then outputs
3471# the replacement expansion.
3472
3473
3474# This is an auxiliary macro that is also run when
3475# autoupdate runs m4. It simply calls m4_warning, but
3476# we need a wrapper so that each warning is emitted only
3477# once. We break the quoting in m4_warning's argument in
3478# order to expand this macro's arguments, not AU_DEFUN's.
3479
3480
3481# Finally, this is the expansion that is picked up by
3482# autoconf. It tells the user to run autoupdate, and
3483# then outputs the replacement expansion. We do not care
3484# about autoupdate's warning because that contains
3485# information on what to do *after* running autoupdate.
3486
3487# This is what autoupdate's m4 run will expand. It fires
3488# the warning (with _au_warn_XXX), outputs it into the
3489# updated configure.ac (with AC_DIAGNOSE), and then outputs
3490# the replacement expansion.
3491
3492
3493# This is an auxiliary macro that is also run when
3494# autoupdate runs m4. It simply calls m4_warning, but
3495# we need a wrapper so that each warning is emitted only
3496# once. We break the quoting in m4_warning's argument in
3497# order to expand this macro's arguments, not AU_DEFUN's.
3498
3499
3500# Finally, this is the expansion that is picked up by
3501# autoconf. It tells the user to run autoupdate, and
3502# then outputs the replacement expansion. We do not care
3503# about autoupdate's warning because that contains
3504# information on what to do *after* running autoupdate.
3505
3506
3507
3508
3509
3510# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3511# ----------------------------------
3512# implement the --enable-fast-install flag, and support the `fast-install'
3513# and `disable-fast-install' LT_INIT options.
3514# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3515# _LT_ENABLE_FAST_INSTALL
3516
3517
3518
3519
3520# Old names:
3521# This is what autoupdate's m4 run will expand. It fires
3522# the warning (with _au_warn_XXX), outputs it into the
3523# updated configure.ac (with AC_DIAGNOSE), and then outputs
3524# the replacement expansion.
3525
3526
3527# This is an auxiliary macro that is also run when
3528# autoupdate runs m4. It simply calls m4_warning, but
3529# we need a wrapper so that each warning is emitted only
3530# once. We break the quoting in m4_warning's argument in
3531# order to expand this macro's arguments, not AU_DEFUN's.
3532
3533
3534# Finally, this is the expansion that is picked up by
3535# autoconf. It tells the user to run autoupdate, and
3536# then outputs the replacement expansion. We do not care
3537# about autoupdate's warning because that contains
3538# information on what to do *after* running autoupdate.
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
3561
3562
3563# _LT_WITH_PIC([MODE])
3564# --------------------
3565# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3566# LT_INIT options.
3567# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3568# _LT_WITH_PIC
3569
3570
3571
3572
3573# Old name:
3574# This is what autoupdate's m4 run will expand. It fires
3575# the warning (with _au_warn_XXX), outputs it into the
3576# updated configure.ac (with AC_DIAGNOSE), and then outputs
3577# the replacement expansion.
3578
3579
3580# This is an auxiliary macro that is also run when
3581# autoupdate runs m4. It simply calls m4_warning, but
3582# we need a wrapper so that each warning is emitted only
3583# once. We break the quoting in m4_warning's argument in
3584# order to expand this macro's arguments, not AU_DEFUN's.
3585
3586
3587# Finally, this is the expansion that is picked up by
3588# autoconf. It tells the user to run autoupdate, and
3589# then outputs the replacement expansion. We do not care
3590# about autoupdate's warning because that contains
3591# information on what to do *after* running autoupdate.
3592
3593
3594
3595## ----------------- ##
3596## LTDL_INIT Options ##
3597## ----------------- ##
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3609#
3610# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3611# Written by Gary V. Vaughan, 2004
3612#
3613# This file is free software; the Free Software Foundation gives
3614# unlimited permission to copy and/or distribute it, with or without
3615# modifications, as long as this notice is preserved.
3616
3617# serial 6 ltsugar.m4
3618
3619# This is to help aclocal find these macros, as it can't see m4_define.
3620
3621
3622
3623# lt_join(SEP, ARG1, [ARG2...])
3624# -----------------------------
3625# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3626# associated separator.
3627# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3628# versions in m4sugar had bugs.
3629
3630
3631
3632
3633# lt_car(LIST)
3634# lt_cdr(LIST)
3635# ------------
3636# Manipulate m4 lists.
3637# These macros are necessary as long as will still need to support
3638# Autoconf-2.59 which quotes differently.
3639
3640
3641
3642
3643
3644# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3645# ------------------------------------------
3646# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3647# Note that neither SEPARATOR nor STRING are expanded; they are appended
3648# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3649# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3650# than defined and empty).
3651#
3652# This macro is needed until we can rely on Autoconf 2.62, since earlier
3653# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3654
3655
3656
3657
3658# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3659# ----------------------------------------------------------
3660# Produce a SEP delimited list of all paired combinations of elements of
3661# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3662# has the form PREFIXmINFIXSUFFIXn.
3663# Needed until we can rely on m4_combine added in Autoconf 2.62.
3664
3665
3666
3667# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3668# -----------------------------------------------------------------------
3669# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3670# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3671
3672
3673
3674# lt_dict_add(DICT, KEY, VALUE)
3675# -----------------------------
3676
3677
3678
3679# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3680# --------------------------------------------
3681
3682
3683
3684# lt_dict_fetch(DICT, KEY, [SUBKEY])
3685# ----------------------------------
3686
3687
3688
3689# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3690# -----------------------------------------------------------------
3691
3692
3693
3694# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3695# --------------------------------------------------------------
3696
3697
3698# ltversion.m4 -- version numbers -*- Autoconf -*-
3699#
3700# Copyright (C) 2004 Free Software Foundation, Inc.
3701# Written by Scott James Remnant, 2004
3702#
3703# This file is free software; the Free Software Foundation gives
3704# unlimited permission to copy and/or distribute it, with or without
3705# modifications, as long as this notice is preserved.
3706
3707# Generated from ltversion.in.
3708
3709# serial 3134 ltversion.m4
3710# This file is part of GNU Libtool
3711
3712
3713
3714
3715
3716
3717# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3718#
3719# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3720# Written by Scott James Remnant, 2004.
3721#
3722# This file is free software; the Free Software Foundation gives
3723# unlimited permission to copy and/or distribute it, with or without
3724# modifications, as long as this notice is preserved.
3725
3726# serial 4 lt~obsolete.m4
3727
3728# These exist entirely to fool aclocal when bootstrapping libtool.
3729#
3730# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3731# which have later been changed to m4_define as they aren't part of the
3732# exported API, or moved to Autoconf or Automake where they belong.
3733#
3734# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3735# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3736# using a macro with the same name in our local m4/libtool.m4 it'll
3737# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3738# and doesn't know about Autoconf macros at all.)
3739#
3740# So we provide this file, which has a silly filename so it's always
3741# included after everything else. This provides aclocal with the
3742# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3743# because those macros already exist, or will be overwritten later.
3744# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3745#
3746# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3747# Yes, that means every name once taken will need to remain here until
3748# we give up compatibility with versions before 1.7, at which point
3749# we need to keep only those names which we still refer to.
3750
3751# This is to help aclocal find these macros, as it can't see m4_define.
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816## -*- Autoconf -*-
3817
3818# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3819# Free Software Foundation, Inc.
3820#
3821# This file is free software; the Free Software Foundation
3822# gives unlimited permission to copy and/or distribute it,
3823# with or without modifications, as long as this notice is preserved.
3824
3825# serial 8
3826
3827# Based on depend.m4 from automake 1.9, modified for standalone use in
3828# an environment where GNU make is required.
3829
3830# ZW_PROG_COMPILER_DEPENDENCIES
3831# -----------------------------
3832# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3833# sets fooDEPMODE accordingly. Cache-variable compatible with
3834# original; not side-effect compatible. As the users of this macro
3835# may require accurate dependencies for correct builds, it does *not*
3836# honor --disable-dependency-checking, and failure to detect a usable
3837# method is an error. depcomp is assumed to be located in
3838# $ac_aux_dir.
3839#
3840# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3841
3842
3843
3844# AM_SET_DEPDIR
3845# -------------
3846# Choose a directory name for dependency files.
3847
3848
3849# ZW_CREATE_DEPDIR
3850# ----------------
3851# As AM_SET_DEPDIR, but also create the directory at config.status time.
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902sim_inline="-DDEFAULT_INLINE=0"
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# intl sister-directory configuration rules.
3940#
3941
3942# The idea behind this macro is that there's no need to repeat all the
3943# autoconf probes done by the intl directory - it's already done them
3944# for us. In fact, there's no need even to look at the cache for the
3945# answers. All we need to do is nab a few pieces of information.
3946# The intl directory is set up to make this easy, by generating a
3947# small file which can be sourced as a shell script; then we produce
3948# the necessary substitutions and definitions for this directory.
3949
3950
3951
3952# Autoconf M4 include file defining utility macros for complex Canadian
3953# cross builds.
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963####
3964# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3965# or AC_INIT.
3966# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3967
3968####
3969# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3970# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3971
3972
3973####
3974# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3975# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3976
3977
3978
3979# Backported from Autoconf 2.5x; can go away when and if
3980# we switch. Put the OS path separator in $PATH_SEPARATOR.
3981
3982
3983
3984
3985# ACX_HAVE_GCC_FOR_TARGET
3986# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3987
3988
3989# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3990# Searching for installed target binutils. We need to take extra care,
3991# else we may find the wrong assembler, linker, etc., and lose.
3992#
3993# First try --with-build-time-tools, if specified.
3994#
3995# For build != host, we ask the installed GCC for the name of the tool it
3996# uses, and accept it if it is an absolute path. This is because the
3997# only good choice for a compiler is the same GCC version that is being
3998# installed (or we couldn't make target libraries), and we assume that
3999# on the host system we'll have not only the same GCC version, but also
4000# the same binutils version.
4001#
4002# For build == host, search the same directories that the installed
4003# compiler will search. We used to do this for the assembler, linker,
4004# and nm only; for simplicity of configuration, however, we extend this
4005# criterion to tools (such as ar and ranlib) that are never invoked by
4006# the compiler, to avoid mismatches.
4007#
4008# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4009# if build == target. This makes the most sense only when bootstrapping,
4010# but we also do so when build != host. In this case, we hope that the
4011# build and host systems will have similar contents of MD_EXEC_PREFIX.
4012#
4013# If we do not find a suitable binary, then try the user's path.
4014
4015
4016###
4017# AC_PROG_CPP_WERROR
4018# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4019# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4020# For now, using this also overrides header checks to use only the
4021# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4022# bit harder from here).
4023# Eventually autoconf will default to checking headers with the compiler
4024# instead, and we'll have to do this differently.
4025
4026# AC_PROG_CPP_WERROR
4027
4028# Test for GNAT.
4029# We require the gnatbind & gnatmake programs, as well as a compiler driver
4030# that understands Ada. We use the user's CC setting, already found, and
4031# possibly add $1 to the command-line parameters.
4032#
4033# Sets the shell variable have_gnat to yes or no as appropriate, and
4034# substitutes GNATBIND and GNATMAKE.
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060ac_ext=c
4061ac_cpp='$CPP $CPPFLAGS'
4062ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4063ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4064ac_compiler_gnu=$ac_cv_c_compiler_gnu
4065if test -n "$ac_tool_prefix"; then
4066 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4067set dummy ${ac_tool_prefix}gcc; ac_word=$2
4068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4069$as_echo_n "checking for $ac_word... " >&6; }
4070if test "${ac_cv_prog_CC+set}" = set; then :
4071 $as_echo_n "(cached) " >&6
4072else
4073 if test -n "$CC"; then
4074 ac_cv_prog_CC="$CC" # Let the user override the test.
4075else
4076as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4077for as_dir in $PATH
4078do
4079 IFS=$as_save_IFS
4080 test -z "$as_dir" && as_dir=.
4081 for ac_exec_ext in '' $ac_executable_extensions; do
4082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4083 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4085 break 2
4086 fi
4087done
4088 done
4089IFS=$as_save_IFS
4090
4091fi
4092fi
4093CC=$ac_cv_prog_CC
4094if test -n "$CC"; then
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4096$as_echo "$CC" >&6; }
4097else
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4099$as_echo "no" >&6; }
4100fi
4101
4102
4103fi
4104if test -z "$ac_cv_prog_CC"; then
4105 ac_ct_CC=$CC
4106 # Extract the first word of "gcc", so it can be a program name with args.
4107set dummy gcc; ac_word=$2
4108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4109$as_echo_n "checking for $ac_word... " >&6; }
4110if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4111 $as_echo_n "(cached) " >&6
4112else
4113 if test -n "$ac_ct_CC"; then
4114 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4115else
4116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4117for as_dir in $PATH
4118do
4119 IFS=$as_save_IFS
4120 test -z "$as_dir" && as_dir=.
4121 for ac_exec_ext in '' $ac_executable_extensions; do
4122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4123 ac_cv_prog_ac_ct_CC="gcc"
4124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4125 break 2
4126 fi
4127done
4128 done
4129IFS=$as_save_IFS
4130
4131fi
4132fi
4133ac_ct_CC=$ac_cv_prog_ac_ct_CC
4134if test -n "$ac_ct_CC"; then
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4136$as_echo "$ac_ct_CC" >&6; }
4137else
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4139$as_echo "no" >&6; }
4140fi
4141
4142 if test "x$ac_ct_CC" = x; then
4143 CC=""
4144 else
4145 case $cross_compiling:$ac_tool_warned in
4146yes:)
4147{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4148$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4149ac_tool_warned=yes ;;
4150esac
4151 CC=$ac_ct_CC
4152 fi
4153else
4154 CC="$ac_cv_prog_CC"
4155fi
4156
4157if test -z "$CC"; then
4158 if test -n "$ac_tool_prefix"; then
4159 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4160set dummy ${ac_tool_prefix}cc; ac_word=$2
4161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4162$as_echo_n "checking for $ac_word... " >&6; }
4163if test "${ac_cv_prog_CC+set}" = set; then :
4164 $as_echo_n "(cached) " >&6
4165else
4166 if test -n "$CC"; then
4167 ac_cv_prog_CC="$CC" # Let the user override the test.
4168else
4169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4170for as_dir in $PATH
4171do
4172 IFS=$as_save_IFS
4173 test -z "$as_dir" && as_dir=.
4174 for ac_exec_ext in '' $ac_executable_extensions; do
4175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4176 ac_cv_prog_CC="${ac_tool_prefix}cc"
4177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4178 break 2
4179 fi
4180done
4181 done
4182IFS=$as_save_IFS
4183
4184fi
4185fi
4186CC=$ac_cv_prog_CC
4187if test -n "$CC"; then
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4189$as_echo "$CC" >&6; }
4190else
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4192$as_echo "no" >&6; }
4193fi
4194
4195
4196 fi
4197fi
4198if test -z "$CC"; then
4199 # Extract the first word of "cc", so it can be a program name with args.
4200set dummy cc; ac_word=$2
4201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4202$as_echo_n "checking for $ac_word... " >&6; }
4203if test "${ac_cv_prog_CC+set}" = set; then :
4204 $as_echo_n "(cached) " >&6
4205else
4206 if test -n "$CC"; then
4207 ac_cv_prog_CC="$CC" # Let the user override the test.
4208else
4209 ac_prog_rejected=no
4210as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4211for as_dir in $PATH
4212do
4213 IFS=$as_save_IFS
4214 test -z "$as_dir" && as_dir=.
4215 for ac_exec_ext in '' $ac_executable_extensions; do
4216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4217 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4218 ac_prog_rejected=yes
4219 continue
4220 fi
4221 ac_cv_prog_CC="cc"
4222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 break 2
4224 fi
4225done
4226 done
4227IFS=$as_save_IFS
4228
4229if test $ac_prog_rejected = yes; then
4230 # We found a bogon in the path, so make sure we never use it.
4231 set dummy $ac_cv_prog_CC
4232 shift
4233 if test $# != 0; then
4234 # We chose a different compiler from the bogus one.
4235 # However, it has the same basename, so the bogon will be chosen
4236 # first if we set CC to just the basename; use the full file name.
4237 shift
4238 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4239 fi
4240fi
4241fi
4242fi
4243CC=$ac_cv_prog_CC
4244if test -n "$CC"; then
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4246$as_echo "$CC" >&6; }
4247else
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4249$as_echo "no" >&6; }
4250fi
4251
4252
4253fi
4254if test -z "$CC"; then
4255 if test -n "$ac_tool_prefix"; then
4256 for ac_prog in cl.exe
4257 do
4258 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4259set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4261$as_echo_n "checking for $ac_word... " >&6; }
4262if test "${ac_cv_prog_CC+set}" = set; then :
4263 $as_echo_n "(cached) " >&6
4264else
4265 if test -n "$CC"; then
4266 ac_cv_prog_CC="$CC" # Let the user override the test.
4267else
4268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4269for as_dir in $PATH
4270do
4271 IFS=$as_save_IFS
4272 test -z "$as_dir" && as_dir=.
4273 for ac_exec_ext in '' $ac_executable_extensions; do
4274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4275 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4277 break 2
4278 fi
4279done
4280 done
4281IFS=$as_save_IFS
4282
4283fi
4284fi
4285CC=$ac_cv_prog_CC
4286if test -n "$CC"; then
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4288$as_echo "$CC" >&6; }
4289else
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4291$as_echo "no" >&6; }
4292fi
4293
4294
4295 test -n "$CC" && break
4296 done
4297fi
4298if test -z "$CC"; then
4299 ac_ct_CC=$CC
4300 for ac_prog in cl.exe
4301do
4302 # Extract the first word of "$ac_prog", so it can be a program name with args.
4303set dummy $ac_prog; ac_word=$2
4304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4305$as_echo_n "checking for $ac_word... " >&6; }
4306if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4307 $as_echo_n "(cached) " >&6
4308else
4309 if test -n "$ac_ct_CC"; then
4310 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4311else
4312as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4313for as_dir in $PATH
4314do
4315 IFS=$as_save_IFS
4316 test -z "$as_dir" && as_dir=.
4317 for ac_exec_ext in '' $ac_executable_extensions; do
4318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4319 ac_cv_prog_ac_ct_CC="$ac_prog"
4320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4321 break 2
4322 fi
4323done
4324 done
4325IFS=$as_save_IFS
4326
4327fi
4328fi
4329ac_ct_CC=$ac_cv_prog_ac_ct_CC
4330if test -n "$ac_ct_CC"; then
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4332$as_echo "$ac_ct_CC" >&6; }
4333else
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4335$as_echo "no" >&6; }
4336fi
4337
4338
4339 test -n "$ac_ct_CC" && break
4340done
4341
4342 if test "x$ac_ct_CC" = x; then
4343 CC=""
4344 else
4345 case $cross_compiling:$ac_tool_warned in
4346yes:)
4347{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4348$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4349ac_tool_warned=yes ;;
4350esac
4351 CC=$ac_ct_CC
4352 fi
4353fi
4354
4355fi
4356
4357
4358test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4359$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4360as_fn_error "no acceptable C compiler found in \$PATH
4361See \`config.log' for more details." "$LINENO" 5; }
4362
4363# Provide some information about the compiler.
4364$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4365set X $ac_compile
4366ac_compiler=$2
4367for ac_option in --version -v -V -qversion; do
4368 { { ac_try="$ac_compiler $ac_option >&5"
4369case "(($ac_try" in
4370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4371 *) ac_try_echo=$ac_try;;
4372esac
4373eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4374$as_echo "$ac_try_echo"; } >&5
4375 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4376 ac_status=$?
4377 if test -s conftest.err; then
4378 sed '10a\
4379... rest of stderr output deleted ...
4380 10q' conftest.err >conftest.er1
4381 cat conftest.er1 >&5
4382 rm -f conftest.er1 conftest.err
4383 fi
4384 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4385 test $ac_status = 0; }
4386done
4387
4388cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4389/* end confdefs.h. */
4390
4391int
4392main ()
4393{
4394
4395 ;
4396 return 0;
4397}
4398_ACEOF
4399ac_clean_files_save=$ac_clean_files
4400ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4401# Try to create an executable without -o first, disregard a.out.
4402# It will help us diagnose broken compilers, and finding out an intuition
4403# of exeext.
4404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4405$as_echo_n "checking for C compiler default output file name... " >&6; }
4406ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4407
4408# The possible output files:
4409ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4410
4411ac_rmfiles=
4412for ac_file in $ac_files
4413do
4414 case $ac_file in
4415 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4416 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4417 esac
4418done
4419rm -f $ac_rmfiles
4420
4421if { { ac_try="$ac_link_default"
4422case "(($ac_try" in
4423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4424 *) ac_try_echo=$ac_try;;
4425esac
4426eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4427$as_echo "$ac_try_echo"; } >&5
4428 (eval "$ac_link_default") 2>&5
4429 ac_status=$?
4430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4431 test $ac_status = 0; }; then :
4432 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4433# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4434# in a Makefile. We should not override ac_cv_exeext if it was cached,
4435# so that the user can short-circuit this test for compilers unknown to
4436# Autoconf.
4437for ac_file in $ac_files ''
4438do
4439 test -f "$ac_file" || continue
4440 case $ac_file in
4441 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4442 ;;
4443 [ab].out )
4444 # We found the default executable, but exeext='' is most
4445 # certainly right.
4446 break;;
4447 *.* )
4448 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4449 then :; else
4450 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4451 fi
4452 # We set ac_cv_exeext here because the later test for it is not
4453 # safe: cross compilers may not add the suffix if given an `-o'
4454 # argument, so we may need to know it at that point already.
4455 # Even if this section looks crufty: it has the advantage of
4456 # actually working.
4457 break;;
4458 * )
4459 break;;
4460 esac
4461done
4462test "$ac_cv_exeext" = no && ac_cv_exeext=
4463
4464else
4465 ac_file=''
4466fi
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4468$as_echo "$ac_file" >&6; }
4469if test -z "$ac_file"; then :
4470 $as_echo "$as_me: failed program was:" >&5
4471sed 's/^/| /' conftest.$ac_ext >&5
4472
4473{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4474$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4475{ as_fn_set_status 77
4476as_fn_error "C compiler cannot create executables
4477See \`config.log' for more details." "$LINENO" 5; }; }
4478fi
4479ac_exeext=$ac_cv_exeext
4480
4481# Check that the compiler produces executables we can run. If not, either
4482# the compiler is broken, or we cross compile.
4483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4484$as_echo_n "checking whether the C compiler works... " >&6; }
4485# If not cross compiling, check that we can run a simple program.
4486if test "$cross_compiling" != yes; then
4487 if { ac_try='./$ac_file'
4488 { { case "(($ac_try" in
4489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4490 *) ac_try_echo=$ac_try;;
4491esac
4492eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4493$as_echo "$ac_try_echo"; } >&5
4494 (eval "$ac_try") 2>&5
4495 ac_status=$?
4496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4497 test $ac_status = 0; }; }; then
4498 cross_compiling=no
4499 else
4500 if test "$cross_compiling" = maybe; then
4501 cross_compiling=yes
4502 else
4503 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4504$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4505as_fn_error "cannot run C compiled programs.
4506If you meant to cross compile, use \`--host'.
4507See \`config.log' for more details." "$LINENO" 5; }
4508 fi
4509 fi
4510fi
4511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4512$as_echo "yes" >&6; }
4513
4514rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4515ac_clean_files=$ac_clean_files_save
4516# Check that the compiler produces executables we can run. If not, either
4517# the compiler is broken, or we cross compile.
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4519$as_echo_n "checking whether we are cross compiling... " >&6; }
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4521$as_echo "$cross_compiling" >&6; }
4522
4523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4524$as_echo_n "checking for suffix of executables... " >&6; }
4525if { { ac_try="$ac_link"
4526case "(($ac_try" in
4527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4528 *) ac_try_echo=$ac_try;;
4529esac
4530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4531$as_echo "$ac_try_echo"; } >&5
4532 (eval "$ac_link") 2>&5
4533 ac_status=$?
4534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4535 test $ac_status = 0; }; then :
4536 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4537# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4538# work properly (i.e., refer to `conftest.exe'), while it won't with
4539# `rm'.
4540for ac_file in conftest.exe conftest conftest.*; do
4541 test -f "$ac_file" || continue
4542 case $ac_file in
4543 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4544 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4545 break;;
4546 * ) break;;
4547 esac
4548done
4549else
4550 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4551$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4552as_fn_error "cannot compute suffix of executables: cannot compile and link
4553See \`config.log' for more details." "$LINENO" 5; }
4554fi
4555rm -f conftest$ac_cv_exeext
4556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4557$as_echo "$ac_cv_exeext" >&6; }
4558
4559rm -f conftest.$ac_ext
4560EXEEXT=$ac_cv_exeext
4561ac_exeext=$EXEEXT
4562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4563$as_echo_n "checking for suffix of object files... " >&6; }
4564if test "${ac_cv_objext+set}" = set; then :
4565 $as_echo_n "(cached) " >&6
4566else
4567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4568/* end confdefs.h. */
4569
4570int
4571main ()
4572{
4573
4574 ;
4575 return 0;
4576}
4577_ACEOF
4578rm -f conftest.o conftest.obj
4579if { { ac_try="$ac_compile"
4580case "(($ac_try" in
4581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4582 *) ac_try_echo=$ac_try;;
4583esac
4584eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4585$as_echo "$ac_try_echo"; } >&5
4586 (eval "$ac_compile") 2>&5
4587 ac_status=$?
4588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4589 test $ac_status = 0; }; then :
4590 for ac_file in conftest.o conftest.obj conftest.*; do
4591 test -f "$ac_file" || continue;
4592 case $ac_file in
4593 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4594 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4595 break;;
4596 esac
4597done
4598else
4599 $as_echo "$as_me: failed program was:" >&5
4600sed 's/^/| /' conftest.$ac_ext >&5
4601
4602{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4603$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4604as_fn_error "cannot compute suffix of object files: cannot compile
4605See \`config.log' for more details." "$LINENO" 5; }
4606fi
4607rm -f conftest.$ac_cv_objext conftest.$ac_ext
4608fi
4609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4610$as_echo "$ac_cv_objext" >&6; }
4611OBJEXT=$ac_cv_objext
4612ac_objext=$OBJEXT
4613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4614$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4615if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4616 $as_echo_n "(cached) " >&6
4617else
4618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4619/* end confdefs.h. */
4620
4621int
4622main ()
4623{
4624#ifndef __GNUC__
4625 choke me
4626#endif
4627
4628 ;
4629 return 0;
4630}
4631_ACEOF
4632if ac_fn_c_try_compile "$LINENO"; then :
4633 ac_compiler_gnu=yes
4634else
4635 ac_compiler_gnu=no
4636fi
4637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4638ac_cv_c_compiler_gnu=$ac_compiler_gnu
4639
4640fi
4641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4642$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4643if test $ac_compiler_gnu = yes; then
4644 GCC=yes
4645else
4646 GCC=
4647fi
4648ac_test_CFLAGS=${CFLAGS+set}
4649ac_save_CFLAGS=$CFLAGS
4650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4651$as_echo_n "checking whether $CC accepts -g... " >&6; }
4652if test "${ac_cv_prog_cc_g+set}" = set; then :
4653 $as_echo_n "(cached) " >&6
4654else
4655 ac_save_c_werror_flag=$ac_c_werror_flag
4656 ac_c_werror_flag=yes
4657 ac_cv_prog_cc_g=no
4658 CFLAGS="-g"
4659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4660/* end confdefs.h. */
4661
4662int
4663main ()
4664{
4665
4666 ;
4667 return 0;
4668}
4669_ACEOF
4670if ac_fn_c_try_compile "$LINENO"; then :
4671 ac_cv_prog_cc_g=yes
4672else
4673 CFLAGS=""
4674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4675/* end confdefs.h. */
4676
4677int
4678main ()
4679{
4680
4681 ;
4682 return 0;
4683}
4684_ACEOF
4685if ac_fn_c_try_compile "$LINENO"; then :
4686
4687else
4688 ac_c_werror_flag=$ac_save_c_werror_flag
4689 CFLAGS="-g"
4690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4691/* end confdefs.h. */
4692
4693int
4694main ()
4695{
4696
4697 ;
4698 return 0;
4699}
4700_ACEOF
4701if ac_fn_c_try_compile "$LINENO"; then :
4702 ac_cv_prog_cc_g=yes
4703fi
4704rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4705fi
4706rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4707fi
4708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4709 ac_c_werror_flag=$ac_save_c_werror_flag
4710fi
4711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4712$as_echo "$ac_cv_prog_cc_g" >&6; }
4713if test "$ac_test_CFLAGS" = set; then
4714 CFLAGS=$ac_save_CFLAGS
4715elif test $ac_cv_prog_cc_g = yes; then
4716 if test "$GCC" = yes; then
4717 CFLAGS="-g -O2"
4718 else
4719 CFLAGS="-g"
4720 fi
4721else
4722 if test "$GCC" = yes; then
4723 CFLAGS="-O2"
4724 else
4725 CFLAGS=
4726 fi
4727fi
4728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4729$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4730if test "${ac_cv_prog_cc_c89+set}" = set; then :
4731 $as_echo_n "(cached) " >&6
4732else
4733 ac_cv_prog_cc_c89=no
4734ac_save_CC=$CC
4735cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4736/* end confdefs.h. */
4737#include <stdarg.h>
4738#include <stdio.h>
4739#include <sys/types.h>
4740#include <sys/stat.h>
4741/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4742struct buf { int x; };
4743FILE * (*rcsopen) (struct buf *, struct stat *, int);
4744static char *e (p, i)
4745 char **p;
4746 int i;
4747{
4748 return p[i];
4749}
4750static char *f (char * (*g) (char **, int), char **p, ...)
4751{
4752 char *s;
4753 va_list v;
4754 va_start (v,p);
4755 s = g (p, va_arg (v,int));
4756 va_end (v);
4757 return s;
4758}
4759
4760/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4761 function prototypes and stuff, but not '\xHH' hex character constants.
4762 These don't provoke an error unfortunately, instead are silently treated
4763 as 'x'. The following induces an error, until -std is added to get
4764 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4765 array size at least. It's necessary to write '\x00'==0 to get something
4766 that's true only with -std. */
4767int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4768
4769/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4770 inside strings and character constants. */
4771#define FOO(x) 'x'
4772int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4773
4774int test (int i, double x);
4775struct s1 {int (*f) (int a);};
4776struct s2 {int (*f) (double a);};
4777int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4778int argc;
4779char **argv;
4780int
4781main ()
4782{
4783return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4784 ;
4785 return 0;
4786}
4787_ACEOF
4788for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4789 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4790do
4791 CC="$ac_save_CC $ac_arg"
4792 if ac_fn_c_try_compile "$LINENO"; then :
4793 ac_cv_prog_cc_c89=$ac_arg
4794fi
4795rm -f core conftest.err conftest.$ac_objext
4796 test "x$ac_cv_prog_cc_c89" != "xno" && break
4797done
4798rm -f conftest.$ac_ext
4799CC=$ac_save_CC
4800
4801fi
4802# AC_CACHE_VAL
4803case "x$ac_cv_prog_cc_c89" in
4804 x)
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4806$as_echo "none needed" >&6; } ;;
4807 xno)
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4809$as_echo "unsupported" >&6; } ;;
4810 *)
4811 CC="$CC $ac_cv_prog_cc_c89"
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4813$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4814esac
4815if test "x$ac_cv_prog_cc_c89" != xno; then :
4816
4817fi
4818
4819ac_ext=c
4820ac_cpp='$CPP $CPPFLAGS'
4821ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4822ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4823ac_compiler_gnu=$ac_cv_c_compiler_gnu
4824
4825ac_aux_dir=
4826for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4827 for ac_t in install-sh install.sh shtool; do
4828 if test -f "$ac_dir/$ac_t"; then
4829 ac_aux_dir=$ac_dir
4830 ac_install_sh="$ac_aux_dir/$ac_t -c"
4831 break 2
4832 fi
4833 done
4834done
4835if test -z "$ac_aux_dir"; then
4836 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4837fi
4838
4839# These three variables are undocumented and unsupported,
4840# and are intended to be withdrawn in a future Autoconf release.
4841# They can cause serious problems if a builder's source tree is in a directory
4842# whose full name contains unusual characters.
4843ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4844ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4845ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4846
4847
4848# Make sure we can run config.sub.
4849$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4850 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4851
4852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4853$as_echo_n "checking build system type... " >&6; }
4854if test "${ac_cv_build+set}" = set; then :
4855 $as_echo_n "(cached) " >&6
4856else
4857 ac_build_alias=$build_alias
4858test "x$ac_build_alias" = x &&
4859 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4860test "x$ac_build_alias" = x &&
4861 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4862ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4863 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4864
4865fi
4866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4867$as_echo "$ac_cv_build" >&6; }
4868case $ac_cv_build in
4869*-*-*) ;;
4870*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4871esac
4872build=$ac_cv_build
4873ac_save_IFS=$IFS; IFS='-'
4874set x $ac_cv_build
4875shift
4876build_cpu=$1
4877build_vendor=$2
4878shift; shift
4879# Remember, the first character of IFS is used to create $*,
4880# except with old shells:
4881build_os=$*
4882IFS=$ac_save_IFS
4883case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4884
4885
4886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4887$as_echo_n "checking host system type... " >&6; }
4888if test "${ac_cv_host+set}" = set; then :
4889 $as_echo_n "(cached) " >&6
4890else
4891 if test "x$host_alias" = x; then
4892 ac_cv_host=$ac_cv_build
4893else
4894 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4895 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4896fi
4897
4898fi
4899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4900$as_echo "$ac_cv_host" >&6; }
4901case $ac_cv_host in
4902*-*-*) ;;
4903*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4904esac
4905host=$ac_cv_host
4906ac_save_IFS=$IFS; IFS='-'
4907set x $ac_cv_host
4908shift
4909host_cpu=$1
4910host_vendor=$2
4911shift; shift
4912# Remember, the first character of IFS is used to create $*,
4913# except with old shells:
4914host_os=$*
4915IFS=$ac_save_IFS
4916case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4917
4918
4919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4920$as_echo_n "checking target system type... " >&6; }
4921if test "${ac_cv_target+set}" = set; then :
4922 $as_echo_n "(cached) " >&6
4923else
4924 if test "x$target_alias" = x; then
4925 ac_cv_target=$ac_cv_host
4926else
4927 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4928 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4929fi
4930
4931fi
4932{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4933$as_echo "$ac_cv_target" >&6; }
4934case $ac_cv_target in
4935*-*-*) ;;
4936*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4937esac
4938target=$ac_cv_target
4939ac_save_IFS=$IFS; IFS='-'
4940set x $ac_cv_target
4941shift
4942target_cpu=$1
4943target_vendor=$2
4944shift; shift
4945# Remember, the first character of IFS is used to create $*,
4946# except with old shells:
4947target_os=$*
4948IFS=$ac_save_IFS
4949case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4950
4951
4952# The aliases save the names the user supplied, while $host etc.
4953# will get canonicalized.
4954test -n "$target_alias" &&
4955 test "$program_prefix$program_suffix$program_transform_name" = \
4956 NONENONEs,x,x, &&
4957 program_prefix=${target_alias}-
4958
4959ac_ext=c
4960ac_cpp='$CPP $CPPFLAGS'
4961ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4962ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4963ac_compiler_gnu=$ac_cv_c_compiler_gnu
4964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4965$as_echo_n "checking how to run the C preprocessor... " >&6; }
4966# On Suns, sometimes $CPP names a directory.
4967if test -n "$CPP" && test -d "$CPP"; then
4968 CPP=
4969fi
4970if test -z "$CPP"; then
4971 if test "${ac_cv_prog_CPP+set}" = set; then :
4972 $as_echo_n "(cached) " >&6
4973else
4974 # Double quotes because CPP needs to be expanded
4975 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4976 do
4977 ac_preproc_ok=false
4978for ac_c_preproc_warn_flag in '' yes
4979do
4980 # Use a header file that comes with gcc, so configuring glibc
4981 # with a fresh cross-compiler works.
4982 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4983 # <limits.h> exists even on freestanding compilers.
4984 # On the NeXT, cc -E runs the code through the compiler's parser,
4985 # not just through cpp. "Syntax error" is here to catch this case.
4986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4987/* end confdefs.h. */
4988#ifdef __STDC__
4989# include <limits.h>
4990#else
4991# include <assert.h>
4992#endif
4993 Syntax error
4994_ACEOF
4995if ac_fn_c_try_cpp "$LINENO"; then :
4996
4997else
4998 # Broken: fails on valid input.
4999continue
5000fi
5001rm -f conftest.err conftest.$ac_ext
5002
5003 # OK, works on sane cases. Now check whether nonexistent headers
5004 # can be detected and how.
5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5006/* end confdefs.h. */
5007#include <ac_nonexistent.h>
5008_ACEOF
5009if ac_fn_c_try_cpp "$LINENO"; then :
5010 # Broken: success on invalid input.
5011continue
5012else
5013 # Passes both tests.
5014ac_preproc_ok=:
5015break
5016fi
5017rm -f conftest.err conftest.$ac_ext
5018
5019done
5020# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5021rm -f conftest.err conftest.$ac_ext
5022if $ac_preproc_ok; then :
5023 break
5024fi
5025
5026 done
5027 ac_cv_prog_CPP=$CPP
5028
5029fi
5030 CPP=$ac_cv_prog_CPP
5031else
5032 ac_cv_prog_CPP=$CPP
5033fi
5034{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5035$as_echo "$CPP" >&6; }
5036ac_preproc_ok=false
5037for ac_c_preproc_warn_flag in '' yes
5038do
5039 # Use a header file that comes with gcc, so configuring glibc
5040 # with a fresh cross-compiler works.
5041 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5042 # <limits.h> exists even on freestanding compilers.
5043 # On the NeXT, cc -E runs the code through the compiler's parser,
5044 # not just through cpp. "Syntax error" is here to catch this case.
5045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5046/* end confdefs.h. */
5047#ifdef __STDC__
5048# include <limits.h>
5049#else
5050# include <assert.h>
5051#endif
5052 Syntax error
5053_ACEOF
5054if ac_fn_c_try_cpp "$LINENO"; then :
5055
5056else
5057 # Broken: fails on valid input.
5058continue
5059fi
5060rm -f conftest.err conftest.$ac_ext
5061
5062 # OK, works on sane cases. Now check whether nonexistent headers
5063 # can be detected and how.
5064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5065/* end confdefs.h. */
5066#include <ac_nonexistent.h>
5067_ACEOF
5068if ac_fn_c_try_cpp "$LINENO"; then :
5069 # Broken: success on invalid input.
5070continue
5071else
5072 # Passes both tests.
5073ac_preproc_ok=:
5074break
5075fi
5076rm -f conftest.err conftest.$ac_ext
5077
5078done
5079# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5080rm -f conftest.err conftest.$ac_ext
5081if $ac_preproc_ok; then :
5082
5083else
5084 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5085$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5086as_fn_error "C preprocessor \"$CPP\" fails sanity check
5087See \`config.log' for more details." "$LINENO" 5; }
5088fi
5089
5090ac_ext=c
5091ac_cpp='$CPP $CPPFLAGS'
5092ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5093ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5094ac_compiler_gnu=$ac_cv_c_compiler_gnu
5095
5096
5097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5098$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5099if test "${ac_cv_path_GREP+set}" = set; then :
5100 $as_echo_n "(cached) " >&6
5101else
5102 if test -z "$GREP"; then
5103 ac_path_GREP_found=false
5104 # Loop through the user's path and test for each of PROGNAME-LIST
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5107do
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
5110 for ac_prog in grep ggrep; do
5111 for ac_exec_ext in '' $ac_executable_extensions; do
5112 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5113 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5114# Check for GNU ac_path_GREP and select it if it is found.
5115 # Check for GNU $ac_path_GREP
5116case `"$ac_path_GREP" --version 2>&1` in
5117*GNU*)
5118 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5119*)
5120 ac_count=0
5121 $as_echo_n 0123456789 >"conftest.in"
5122 while :
5123 do
5124 cat "conftest.in" "conftest.in" >"conftest.tmp"
5125 mv "conftest.tmp" "conftest.in"
5126 cp "conftest.in" "conftest.nl"
5127 $as_echo 'GREP' >> "conftest.nl"
5128 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5129 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5130 as_fn_arith $ac_count + 1 && ac_count=$as_val
5131 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5132 # Best one so far, save it but keep looking for a better one
5133 ac_cv_path_GREP="$ac_path_GREP"
5134 ac_path_GREP_max=$ac_count
5135 fi
5136 # 10*(2^10) chars as input seems more than enough
5137 test $ac_count -gt 10 && break
5138 done
5139 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5140esac
5141
5142 $ac_path_GREP_found && break 3
5143 done
5144 done
5145 done
5146IFS=$as_save_IFS
5147 if test -z "$ac_cv_path_GREP"; then
5148 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5149 fi
5150else
5151 ac_cv_path_GREP=$GREP
5152fi
5153
5154fi
5155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5156$as_echo "$ac_cv_path_GREP" >&6; }
5157 GREP="$ac_cv_path_GREP"
5158
5159
5160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5161$as_echo_n "checking for egrep... " >&6; }
5162if test "${ac_cv_path_EGREP+set}" = set; then :
5163 $as_echo_n "(cached) " >&6
5164else
5165 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5166 then ac_cv_path_EGREP="$GREP -E"
5167 else
5168 if test -z "$EGREP"; then
5169 ac_path_EGREP_found=false
5170 # Loop through the user's path and test for each of PROGNAME-LIST
5171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5172for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5173do
5174 IFS=$as_save_IFS
5175 test -z "$as_dir" && as_dir=.
5176 for ac_prog in egrep; do
5177 for ac_exec_ext in '' $ac_executable_extensions; do
5178 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5179 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5180# Check for GNU ac_path_EGREP and select it if it is found.
5181 # Check for GNU $ac_path_EGREP
5182case `"$ac_path_EGREP" --version 2>&1` in
5183*GNU*)
5184 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5185*)
5186 ac_count=0
5187 $as_echo_n 0123456789 >"conftest.in"
5188 while :
5189 do
5190 cat "conftest.in" "conftest.in" >"conftest.tmp"
5191 mv "conftest.tmp" "conftest.in"
5192 cp "conftest.in" "conftest.nl"
5193 $as_echo 'EGREP' >> "conftest.nl"
5194 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5195 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5196 as_fn_arith $ac_count + 1 && ac_count=$as_val
5197 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5198 # Best one so far, save it but keep looking for a better one
5199 ac_cv_path_EGREP="$ac_path_EGREP"
5200 ac_path_EGREP_max=$ac_count
5201 fi
5202 # 10*(2^10) chars as input seems more than enough
5203 test $ac_count -gt 10 && break
5204 done
5205 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5206esac
5207
5208 $ac_path_EGREP_found && break 3
5209 done
5210 done
5211 done
5212IFS=$as_save_IFS
5213 if test -z "$ac_cv_path_EGREP"; then
5214 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5215 fi
5216else
5217 ac_cv_path_EGREP=$EGREP
5218fi
5219
5220 fi
5221fi
5222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5223$as_echo "$ac_cv_path_EGREP" >&6; }
5224 EGREP="$ac_cv_path_EGREP"
5225
5226
5227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5228$as_echo_n "checking for ANSI C header files... " >&6; }
5229if test "${ac_cv_header_stdc+set}" = set; then :
5230 $as_echo_n "(cached) " >&6
5231else
5232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5233/* end confdefs.h. */
5234#include <stdlib.h>
5235#include <stdarg.h>
5236#include <string.h>
5237#include <float.h>
5238
5239int
5240main ()
5241{
5242
5243 ;
5244 return 0;
5245}
5246_ACEOF
5247if ac_fn_c_try_compile "$LINENO"; then :
5248 ac_cv_header_stdc=yes
5249else
5250 ac_cv_header_stdc=no
5251fi
5252rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5253
5254if test $ac_cv_header_stdc = yes; then
5255 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5257/* end confdefs.h. */
5258#include <string.h>
5259
5260_ACEOF
5261if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5262 $EGREP "memchr" >/dev/null 2>&1; then :
5263
5264else
5265 ac_cv_header_stdc=no
5266fi
5267rm -f conftest*
5268
5269fi
5270
5271if test $ac_cv_header_stdc = yes; then
5272 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5274/* end confdefs.h. */
5275#include <stdlib.h>
5276
5277_ACEOF
5278if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5279 $EGREP "free" >/dev/null 2>&1; then :
5280
5281else
5282 ac_cv_header_stdc=no
5283fi
5284rm -f conftest*
5285
5286fi
5287
5288if test $ac_cv_header_stdc = yes; then
5289 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5290 if test "$cross_compiling" = yes; then :
5291 :
5292else
5293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5294/* end confdefs.h. */
5295#include <ctype.h>
5296#include <stdlib.h>
5297#if ((' ' & 0x0FF) == 0x020)
5298# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5299# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5300#else
5301# define ISLOWER(c) \
5302 (('a' <= (c) && (c) <= 'i') \
5303 || ('j' <= (c) && (c) <= 'r') \
5304 || ('s' <= (c) && (c) <= 'z'))
5305# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5306#endif
5307
5308#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5309int
5310main ()
5311{
5312 int i;
5313 for (i = 0; i < 256; i++)
5314 if (XOR (islower (i), ISLOWER (i))
5315 || toupper (i) != TOUPPER (i))
5316 return 2;
5317 return 0;
5318}
5319_ACEOF
5320if ac_fn_c_try_run "$LINENO"; then :
5321
5322else
5323 ac_cv_header_stdc=no
5324fi
5325rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5326 conftest.$ac_objext conftest.beam conftest.$ac_ext
5327fi
5328
5329fi
5330fi
5331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5332$as_echo "$ac_cv_header_stdc" >&6; }
5333if test $ac_cv_header_stdc = yes; then
5334
5335$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5336
5337fi
5338
5339# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5340for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5341 inttypes.h stdint.h unistd.h
5342do :
5343 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5344ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5345"
5346eval as_val=\$$as_ac_Header
5347 if test "x$as_val" = x""yes; then :
5348 cat >>confdefs.h <<_ACEOF
5349#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5350_ACEOF
5351
5352fi
5353
5354done
5355
5356
5357
5358 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5359if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5360 MINIX=yes
5361else
5362 MINIX=
5363fi
5364
5365
5366 if test "$MINIX" = yes; then
5367
5368$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5369
5370
5371$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5372
5373
5374$as_echo "#define _MINIX 1" >>confdefs.h
5375
5376 fi
5377
5378
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5380$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5381if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5382 $as_echo_n "(cached) " >&6
5383else
5384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5385/* end confdefs.h. */
5386
5387# define __EXTENSIONS__ 1
5388 $ac_includes_default
5389int
5390main ()
5391{
5392
5393 ;
5394 return 0;
5395}
5396_ACEOF
5397if ac_fn_c_try_compile "$LINENO"; then :
5398 ac_cv_safe_to_define___extensions__=yes
5399else
5400 ac_cv_safe_to_define___extensions__=no
5401fi
5402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5403fi
5404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5405$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5406 test $ac_cv_safe_to_define___extensions__ = yes &&
5407 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5408
5409 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5410
5411 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5412
5413 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5414
5415 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5416
5417
5418test "$program_prefix" != NONE &&
5419 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5420# Use a double $ so make ignores it.
5421test "$program_suffix" != NONE &&
5422 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5423# Double any \ or $.
5424# By default was `s,x,x', remove it if useless.
5425ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5426program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5427
5428# Find a good install program. We prefer a C program (faster),
5429# so one script is as good as another. But avoid the broken or
5430# incompatible versions:
5431# SysV /etc/install, /usr/sbin/install
5432# SunOS /usr/etc/install
5433# IRIX /sbin/install
5434# AIX /bin/install
5435# AmigaOS /C/install, which installs bootblocks on floppy discs
5436# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5437# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5438# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5439# OS/2's system install, which has a completely different semantic
5440# ./install, which can be erroneously created by make from ./install.sh.
5441# Reject install programs that cannot install multiple files.
5442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5443$as_echo_n "checking for a BSD-compatible install... " >&6; }
5444if test -z "$INSTALL"; then
5445if test "${ac_cv_path_install+set}" = set; then :
5446 $as_echo_n "(cached) " >&6
5447else
5448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5449for as_dir in $PATH
5450do
5451 IFS=$as_save_IFS
5452 test -z "$as_dir" && as_dir=.
5453 # Account for people who put trailing slashes in PATH elements.
5454case $as_dir/ in #((
5455 ./ | .// | /[cC]/* | \
5456 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5457 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5458 /usr/ucb/* ) ;;
5459 *)
5460 # OSF1 and SCO ODT 3.0 have their own names for install.
5461 # Don't use installbsd from OSF since it installs stuff as root
5462 # by default.
5463 for ac_prog in ginstall scoinst install; do
5464 for ac_exec_ext in '' $ac_executable_extensions; do
5465 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5466 if test $ac_prog = install &&
5467 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5468 # AIX install. It has an incompatible calling convention.
5469 :
5470 elif test $ac_prog = install &&
5471 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5472 # program-specific install script used by HP pwplus--don't use.
5473 :
5474 else
5475 rm -rf conftest.one conftest.two conftest.dir
5476 echo one > conftest.one
5477 echo two > conftest.two
5478 mkdir conftest.dir
5479 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5480 test -s conftest.one && test -s conftest.two &&
5481 test -s conftest.dir/conftest.one &&
5482 test -s conftest.dir/conftest.two
5483 then
5484 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5485 break 3
5486 fi
5487 fi
5488 fi
5489 done
5490 done
5491 ;;
5492esac
5493
5494 done
5495IFS=$as_save_IFS
5496
5497rm -rf conftest.one conftest.two conftest.dir
5498
5499fi
5500 if test "${ac_cv_path_install+set}" = set; then
5501 INSTALL=$ac_cv_path_install
5502 else
5503 # As a last resort, use the slow shell script. Don't cache a
5504 # value for INSTALL within a source directory, because that will
5505 # break other packages using the cache if that directory is
5506 # removed, or if the value is a relative name.
5507 INSTALL=$ac_install_sh
5508 fi
5509fi
5510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5511$as_echo "$INSTALL" >&6; }
5512
5513# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5514# It thinks the first close brace ends the variable substitution.
5515test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5516
5517test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5518
5519test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5520
5521rm -rf .tst 2>/dev/null
5522mkdir .tst 2>/dev/null
5523if test -d .tst; then
5524 am__leading_dot=.
5525else
5526 am__leading_dot=_
5527fi
5528rmdir .tst 2>/dev/null
5529
5530DEPDIR="${am__leading_dot}deps"
5531
5532case `pwd` in
5533 *\ * | *\ *)
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5535$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5536esac
5537
5538
5539
5540macro_version='2.2.7a'
5541macro_revision='1.3134'
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555ltmain="$ac_aux_dir/ltmain.sh"
5556
5557# Backslashify metacharacters that are still active within
5558# double-quoted strings.
5559sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5560
5561# Same as above, but do not quote variable references.
5562double_quote_subst='s/\(["`\\]\)/\\\1/g'
5563
5564# Sed substitution to delay expansion of an escaped shell variable in a
5565# double_quote_subst'ed string.
5566delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5567
5568# Sed substitution to delay expansion of an escaped single quote.
5569delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5570
5571# Sed substitution to avoid accidental globbing in evaled expressions
5572no_glob_subst='s/\*/\\\*/g'
5573
5574ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5575ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5576ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5577
5578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5579$as_echo_n "checking how to print strings... " >&6; }
5580# Test print first, because it will be a builtin if present.
5581if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5582 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5583 ECHO='print -r --'
5584elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5585 ECHO='printf %s\n'
5586else
5587 # Use this function as a fallback that always works.
5588 func_fallback_echo ()
5589 {
5590 eval 'cat <<_LTECHO_EOF
5591$1
5592_LTECHO_EOF'
5593 }
5594 ECHO='func_fallback_echo'
5595fi
5596
5597# func_echo_all arg...
5598# Invoke $ECHO with all args, space-separated.
5599func_echo_all ()
5600{
5601 $ECHO ""
5602}
5603
5604case "$ECHO" in
5605 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5606$as_echo "printf" >&6; } ;;
5607 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5608$as_echo "print -r" >&6; } ;;
5609 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5610$as_echo "cat" >&6; } ;;
5611esac
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5627$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5628if test "${ac_cv_path_SED+set}" = set; then :
5629 $as_echo_n "(cached) " >&6
5630else
5631 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5632 for ac_i in 1 2 3 4 5 6 7; do
5633 ac_script="$ac_script$as_nl$ac_script"
5634 done
5635 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5636 { ac_script=; unset ac_script;}
5637 if test -z "$SED"; then
5638 ac_path_SED_found=false
5639 # Loop through the user's path and test for each of PROGNAME-LIST
5640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641for as_dir in $PATH
5642do
5643 IFS=$as_save_IFS
5644 test -z "$as_dir" && as_dir=.
5645 for ac_prog in sed gsed; do
5646 for ac_exec_ext in '' $ac_executable_extensions; do
5647 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5648 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5649# Check for GNU ac_path_SED and select it if it is found.
5650 # Check for GNU $ac_path_SED
5651case `"$ac_path_SED" --version 2>&1` in
5652*GNU*)
5653 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5654*)
5655 ac_count=0
5656 $as_echo_n 0123456789 >"conftest.in"
5657 while :
5658 do
5659 cat "conftest.in" "conftest.in" >"conftest.tmp"
5660 mv "conftest.tmp" "conftest.in"
5661 cp "conftest.in" "conftest.nl"
5662 $as_echo '' >> "conftest.nl"
5663 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5664 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5665 as_fn_arith $ac_count + 1 && ac_count=$as_val
5666 if test $ac_count -gt ${ac_path_SED_max-0}; then
5667 # Best one so far, save it but keep looking for a better one
5668 ac_cv_path_SED="$ac_path_SED"
5669 ac_path_SED_max=$ac_count
5670 fi
5671 # 10*(2^10) chars as input seems more than enough
5672 test $ac_count -gt 10 && break
5673 done
5674 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5675esac
5676
5677 $ac_path_SED_found && break 3
5678 done
5679 done
5680 done
5681IFS=$as_save_IFS
5682 if test -z "$ac_cv_path_SED"; then
5683 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5684 fi
5685else
5686 ac_cv_path_SED=$SED
5687fi
5688
5689fi
5690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5691$as_echo "$ac_cv_path_SED" >&6; }
5692 SED="$ac_cv_path_SED"
5693 rm -f conftest.sed
5694
5695test -z "$SED" && SED=sed
5696Xsed="$SED -e 1s/^X//"
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5709$as_echo_n "checking for fgrep... " >&6; }
5710if test "${ac_cv_path_FGREP+set}" = set; then :
5711 $as_echo_n "(cached) " >&6
5712else
5713 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5714 then ac_cv_path_FGREP="$GREP -F"
5715 else
5716 if test -z "$FGREP"; then
5717 ac_path_FGREP_found=false
5718 # Loop through the user's path and test for each of PROGNAME-LIST
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5721do
5722 IFS=$as_save_IFS
5723 test -z "$as_dir" && as_dir=.
5724 for ac_prog in fgrep; do
5725 for ac_exec_ext in '' $ac_executable_extensions; do
5726 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5727 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5728# Check for GNU ac_path_FGREP and select it if it is found.
5729 # Check for GNU $ac_path_FGREP
5730case `"$ac_path_FGREP" --version 2>&1` in
5731*GNU*)
5732 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5733*)
5734 ac_count=0
5735 $as_echo_n 0123456789 >"conftest.in"
5736 while :
5737 do
5738 cat "conftest.in" "conftest.in" >"conftest.tmp"
5739 mv "conftest.tmp" "conftest.in"
5740 cp "conftest.in" "conftest.nl"
5741 $as_echo 'FGREP' >> "conftest.nl"
5742 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5743 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5744 as_fn_arith $ac_count + 1 && ac_count=$as_val
5745 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5746 # Best one so far, save it but keep looking for a better one
5747 ac_cv_path_FGREP="$ac_path_FGREP"
5748 ac_path_FGREP_max=$ac_count
5749 fi
5750 # 10*(2^10) chars as input seems more than enough
5751 test $ac_count -gt 10 && break
5752 done
5753 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5754esac
5755
5756 $ac_path_FGREP_found && break 3
5757 done
5758 done
5759 done
5760IFS=$as_save_IFS
5761 if test -z "$ac_cv_path_FGREP"; then
5762 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5763 fi
5764else
5765 ac_cv_path_FGREP=$FGREP
5766fi
5767
5768 fi
5769fi
5770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5771$as_echo "$ac_cv_path_FGREP" >&6; }
5772 FGREP="$ac_cv_path_FGREP"
5773
5774
5775test -z "$GREP" && GREP=grep
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795# Check whether --with-gnu-ld was given.
5796if test "${with_gnu_ld+set}" = set; then :
5797 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5798else
5799 with_gnu_ld=no
5800fi
5801
5802ac_prog=ld
5803if test "$GCC" = yes; then
5804 # Check if gcc -print-prog-name=ld gives a path.
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5806$as_echo_n "checking for ld used by $CC... " >&6; }
5807 case $host in
5808 *-*-mingw*)
5809 # gcc leaves a trailing carriage return which upsets mingw
5810 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5811 *)
5812 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5813 esac
5814 case $ac_prog in
5815 # Accept absolute paths.
5816 [\\/]* | ?:[\\/]*)
5817 re_direlt='/[^/][^/]*/\.\./'
5818 # Canonicalize the pathname of ld
5819 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5820 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5821 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5822 done
5823 test -z "$LD" && LD="$ac_prog"
5824 ;;
5825 "")
5826 # If it fails, then pretend we aren't using GCC.
5827 ac_prog=ld
5828 ;;
5829 *)
5830 # If it is relative, then search for the first ld in PATH.
5831 with_gnu_ld=unknown
5832 ;;
5833 esac
5834elif test "$with_gnu_ld" = yes; then
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5836$as_echo_n "checking for GNU ld... " >&6; }
5837else
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5839$as_echo_n "checking for non-GNU ld... " >&6; }
5840fi
5841if test "${lt_cv_path_LD+set}" = set; then :
5842 $as_echo_n "(cached) " >&6
5843else
5844 if test -z "$LD"; then
5845 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5846 for ac_dir in $PATH; do
5847 IFS="$lt_save_ifs"
5848 test -z "$ac_dir" && ac_dir=.
5849 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5850 lt_cv_path_LD="$ac_dir/$ac_prog"
5851 # Check to see if the program is GNU ld. I'd rather use --version,
5852 # but apparently some variants of GNU ld only accept -v.
5853 # Break only if it was the GNU/non-GNU ld that we prefer.
5854 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5855 *GNU* | *'with BFD'*)
5856 test "$with_gnu_ld" != no && break
5857 ;;
5858 *)
5859 test "$with_gnu_ld" != yes && break
5860 ;;
5861 esac
5862 fi
5863 done
5864 IFS="$lt_save_ifs"
5865else
5866 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5867fi
5868fi
5869
5870LD="$lt_cv_path_LD"
5871if test -n "$LD"; then
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5873$as_echo "$LD" >&6; }
5874else
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5876$as_echo "no" >&6; }
5877fi
5878test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5880$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5881if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5882 $as_echo_n "(cached) " >&6
5883else
5884 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5885case `$LD -v 2>&1 </dev/null` in
5886*GNU* | *'with BFD'*)
5887 lt_cv_prog_gnu_ld=yes
5888 ;;
5889*)
5890 lt_cv_prog_gnu_ld=no
5891 ;;
5892esac
5893fi
5894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5895$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5896with_gnu_ld=$lt_cv_prog_gnu_ld
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5907$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5908if test "${lt_cv_path_NM+set}" = set; then :
5909 $as_echo_n "(cached) " >&6
5910else
5911 if test -n "$NM"; then
5912 # Let the user override the test.
5913 lt_cv_path_NM="$NM"
5914else
5915 lt_nm_to_check="${ac_tool_prefix}nm"
5916 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5917 lt_nm_to_check="$lt_nm_to_check nm"
5918 fi
5919 for lt_tmp_nm in $lt_nm_to_check; do
5920 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5921 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5922 IFS="$lt_save_ifs"
5923 test -z "$ac_dir" && ac_dir=.
5924 tmp_nm="$ac_dir/$lt_tmp_nm"
5925 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5926 # Check to see if the nm accepts a BSD-compat flag.
5927 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5928 # nm: unknown option "B" ignored
5929 # Tru64's nm complains that /dev/null is an invalid object file
5930 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5931 */dev/null* | *'Invalid file or object type'*)
5932 lt_cv_path_NM="$tmp_nm -B"
5933 break
5934 ;;
5935 *)
5936 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5937 */dev/null*)
5938 lt_cv_path_NM="$tmp_nm -p"
5939 break
5940 ;;
5941 *)
5942 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5943 continue # so that we can try to find one that supports BSD flags
5944 ;;
5945 esac
5946 ;;
5947 esac
5948 fi
5949 done
5950 IFS="$lt_save_ifs"
5951 done
5952 : ${lt_cv_path_NM=no}
5953fi
5954fi
5955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5956$as_echo "$lt_cv_path_NM" >&6; }
5957if test "$lt_cv_path_NM" != "no"; then
5958 NM="$lt_cv_path_NM"
5959else
5960 # Didn't find any BSD compatible name lister, look for dumpbin.
5961 if test -n "$DUMPBIN"; then :
5962 # Let the user override the test.
5963 else
5964 if test -n "$ac_tool_prefix"; then
5965 for ac_prog in dumpbin "link -dump"
5966 do
5967 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5968set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5970$as_echo_n "checking for $ac_word... " >&6; }
5971if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5972 $as_echo_n "(cached) " >&6
5973else
5974 if test -n "$DUMPBIN"; then
5975 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5976else
5977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978for as_dir in $PATH
5979do
5980 IFS=$as_save_IFS
5981 test -z "$as_dir" && as_dir=.
5982 for ac_exec_ext in '' $ac_executable_extensions; do
5983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5984 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5986 break 2
5987 fi
5988done
5989 done
5990IFS=$as_save_IFS
5991
5992fi
5993fi
5994DUMPBIN=$ac_cv_prog_DUMPBIN
5995if test -n "$DUMPBIN"; then
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5997$as_echo "$DUMPBIN" >&6; }
5998else
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6000$as_echo "no" >&6; }
6001fi
6002
6003
6004 test -n "$DUMPBIN" && break
6005 done
6006fi
6007if test -z "$DUMPBIN"; then
6008 ac_ct_DUMPBIN=$DUMPBIN
6009 for ac_prog in dumpbin "link -dump"
6010do
6011 # Extract the first word of "$ac_prog", so it can be a program name with args.
6012set dummy $ac_prog; ac_word=$2
6013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6014$as_echo_n "checking for $ac_word... " >&6; }
6015if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6016 $as_echo_n "(cached) " >&6
6017else
6018 if test -n "$ac_ct_DUMPBIN"; then
6019 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6020else
6021as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6022for as_dir in $PATH
6023do
6024 IFS=$as_save_IFS
6025 test -z "$as_dir" && as_dir=.
6026 for ac_exec_ext in '' $ac_executable_extensions; do
6027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6028 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6030 break 2
6031 fi
6032done
6033 done
6034IFS=$as_save_IFS
6035
6036fi
6037fi
6038ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6039if test -n "$ac_ct_DUMPBIN"; then
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6041$as_echo "$ac_ct_DUMPBIN" >&6; }
6042else
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6044$as_echo "no" >&6; }
6045fi
6046
6047
6048 test -n "$ac_ct_DUMPBIN" && break
6049done
6050
6051 if test "x$ac_ct_DUMPBIN" = x; then
6052 DUMPBIN=":"
6053 else
6054 case $cross_compiling:$ac_tool_warned in
6055yes:)
6056{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6057$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6058ac_tool_warned=yes ;;
6059esac
6060 DUMPBIN=$ac_ct_DUMPBIN
6061 fi
6062fi
6063
6064 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6065 *COFF*)
6066 DUMPBIN="$DUMPBIN -symbols"
6067 ;;
6068 *)
6069 DUMPBIN=:
6070 ;;
6071 esac
6072 fi
6073
6074 if test "$DUMPBIN" != ":"; then
6075 NM="$DUMPBIN"
6076 fi
6077fi
6078test -z "$NM" && NM=nm
6079
6080
6081
6082
6083
6084
6085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6086$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6087if test "${lt_cv_nm_interface+set}" = set; then :
6088 $as_echo_n "(cached) " >&6
6089else
6090 lt_cv_nm_interface="BSD nm"
6091 echo "int some_variable = 0;" > conftest.$ac_ext
6092 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6093 (eval "$ac_compile" 2>conftest.err)
6094 cat conftest.err >&5
6095 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6096 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6097 cat conftest.err >&5
6098 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6099 cat conftest.out >&5
6100 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6101 lt_cv_nm_interface="MS dumpbin"
6102 fi
6103 rm -f conftest*
6104fi
6105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6106$as_echo "$lt_cv_nm_interface" >&6; }
6107
6108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6109$as_echo_n "checking whether ln -s works... " >&6; }
6110LN_S=$as_ln_s
6111if test "$LN_S" = "ln -s"; then
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6113$as_echo "yes" >&6; }
6114else
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6116$as_echo "no, using $LN_S" >&6; }
6117fi
6118
6119# find the maximum length of command line arguments
6120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6121$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6122if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6123 $as_echo_n "(cached) " >&6
6124else
6125 i=0
6126 teststring="ABCD"
6127
6128 case $build_os in
6129 msdosdjgpp*)
6130 # On DJGPP, this test can blow up pretty badly due to problems in libc
6131 # (any single argument exceeding 2000 bytes causes a buffer overrun
6132 # during glob expansion). Even if it were fixed, the result of this
6133 # check would be larger than it should be.
6134 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6135 ;;
6136
6137 gnu*)
6138 # Under GNU Hurd, this test is not required because there is
6139 # no limit to the length of command line arguments.
6140 # Libtool will interpret -1 as no limit whatsoever
6141 lt_cv_sys_max_cmd_len=-1;
6142 ;;
6143
6144 cygwin* | mingw* | cegcc*)
6145 # On Win9x/ME, this test blows up -- it succeeds, but takes
6146 # about 5 minutes as the teststring grows exponentially.
6147 # Worse, since 9x/ME are not pre-emptively multitasking,
6148 # you end up with a "frozen" computer, even though with patience
6149 # the test eventually succeeds (with a max line length of 256k).
6150 # Instead, let's just punt: use the minimum linelength reported by
6151 # all of the supported platforms: 8192 (on NT/2K/XP).
6152 lt_cv_sys_max_cmd_len=8192;
6153 ;;
6154
6155 mint*)
6156 # On MiNT this can take a long time and run out of memory.
6157 lt_cv_sys_max_cmd_len=8192;
6158 ;;
6159
6160 amigaos*)
6161 # On AmigaOS with pdksh, this test takes hours, literally.
6162 # So we just punt and use a minimum line length of 8192.
6163 lt_cv_sys_max_cmd_len=8192;
6164 ;;
6165
6166 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6167 # This has been around since 386BSD, at least. Likely further.
6168 if test -x /sbin/sysctl; then
6169 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6170 elif test -x /usr/sbin/sysctl; then
6171 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6172 else
6173 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6174 fi
6175 # And add a safety zone
6176 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6177 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6178 ;;
6179
6180 interix*)
6181 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6182 lt_cv_sys_max_cmd_len=196608
6183 ;;
6184
6185 osf*)
6186 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6187 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6188 # nice to cause kernel panics so lets avoid the loop below.
6189 # First set a reasonable default.
6190 lt_cv_sys_max_cmd_len=16384
6191 #
6192 if test -x /sbin/sysconfig; then
6193 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6194 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6195 esac
6196 fi
6197 ;;
6198 sco3.2v5*)
6199 lt_cv_sys_max_cmd_len=102400
6200 ;;
6201 sysv5* | sco5v6* | sysv4.2uw2*)
6202 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6203 if test -n "$kargmax"; then
6204 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6205 else
6206 lt_cv_sys_max_cmd_len=32768
6207 fi
6208 ;;
6209 *)
6210 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6211 if test -n "$lt_cv_sys_max_cmd_len"; then
6212 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6213 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6214 else
6215 # Make teststring a little bigger before we do anything with it.
6216 # a 1K string should be a reasonable start.
6217 for i in 1 2 3 4 5 6 7 8 ; do
6218 teststring=$teststring$teststring
6219 done
6220 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6221 # If test is not a shell built-in, we'll probably end up computing a
6222 # maximum length that is only half of the actual maximum length, but
6223 # we can't tell.
6224 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6225 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6226 test $i != 17 # 1/2 MB should be enough
6227 do
6228 i=`expr $i + 1`
6229 teststring=$teststring$teststring
6230 done
6231 # Only check the string length outside the loop.
6232 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6233 teststring=
6234 # Add a significant safety factor because C++ compilers can tack on
6235 # massive amounts of additional arguments before passing them to the
6236 # linker. It appears as though 1/2 is a usable value.
6237 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6238 fi
6239 ;;
6240 esac
6241
6242fi
6243
6244if test -n $lt_cv_sys_max_cmd_len ; then
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6246$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6247else
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6249$as_echo "none" >&6; }
6250fi
6251max_cmd_len=$lt_cv_sys_max_cmd_len
6252
6253
6254
6255
6256
6257
6258: ${CP="cp -f"}
6259: ${MV="mv -f"}
6260: ${RM="rm -f"}
6261
6262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6263$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6264# Try some XSI features
6265xsi_shell=no
6266( _lt_dummy="a/b/c"
6267 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6268 = c,a/b,, \
6269 && eval 'test $(( 1 + 1 )) -eq 2 \
6270 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6271 && xsi_shell=yes
6272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6273$as_echo "$xsi_shell" >&6; }
6274
6275
6276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6277$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6278lt_shell_append=no
6279( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6280 >/dev/null 2>&1 \
6281 && lt_shell_append=yes
6282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6283$as_echo "$lt_shell_append" >&6; }
6284
6285
6286if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6287 lt_unset=unset
6288else
6289 lt_unset=false
6290fi
6291
6292
6293
6294
6295
6296# test EBCDIC or ASCII
6297case `echo X|tr X '\101'` in
6298 A) # ASCII based system
6299 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6300 lt_SP2NL='tr \040 \012'
6301 lt_NL2SP='tr \015\012 \040\040'
6302 ;;
6303 *) # EBCDIC based system
6304 lt_SP2NL='tr \100 \n'
6305 lt_NL2SP='tr \r\n \100\100'
6306 ;;
6307esac
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6318$as_echo_n "checking for $LD option to reload object files... " >&6; }
6319if test "${lt_cv_ld_reload_flag+set}" = set; then :
6320 $as_echo_n "(cached) " >&6
6321else
6322 lt_cv_ld_reload_flag='-r'
6323fi
6324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6325$as_echo "$lt_cv_ld_reload_flag" >&6; }
6326reload_flag=$lt_cv_ld_reload_flag
6327case $reload_flag in
6328"" | " "*) ;;
6329*) reload_flag=" $reload_flag" ;;
6330esac
6331reload_cmds='$LD$reload_flag -o $output$reload_objs'
6332case $host_os in
6333 darwin*)
6334 if test "$GCC" = yes; then
6335 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6336 else
6337 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6338 fi
6339 ;;
6340esac
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350if test -n "$ac_tool_prefix"; then
6351 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6352set dummy ${ac_tool_prefix}objdump; ac_word=$2
6353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6354$as_echo_n "checking for $ac_word... " >&6; }
6355if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6356 $as_echo_n "(cached) " >&6
6357else
6358 if test -n "$OBJDUMP"; then
6359 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6360else
6361as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6362for as_dir in $PATH
6363do
6364 IFS=$as_save_IFS
6365 test -z "$as_dir" && as_dir=.
6366 for ac_exec_ext in '' $ac_executable_extensions; do
6367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6368 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6370 break 2
6371 fi
6372done
6373 done
6374IFS=$as_save_IFS
6375
6376fi
6377fi
6378OBJDUMP=$ac_cv_prog_OBJDUMP
6379if test -n "$OBJDUMP"; then
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6381$as_echo "$OBJDUMP" >&6; }
6382else
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6384$as_echo "no" >&6; }
6385fi
6386
6387
6388fi
6389if test -z "$ac_cv_prog_OBJDUMP"; then
6390 ac_ct_OBJDUMP=$OBJDUMP
6391 # Extract the first word of "objdump", so it can be a program name with args.
6392set dummy objdump; ac_word=$2
6393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6394$as_echo_n "checking for $ac_word... " >&6; }
6395if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6396 $as_echo_n "(cached) " >&6
6397else
6398 if test -n "$ac_ct_OBJDUMP"; then
6399 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6400else
6401as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6402for as_dir in $PATH
6403do
6404 IFS=$as_save_IFS
6405 test -z "$as_dir" && as_dir=.
6406 for ac_exec_ext in '' $ac_executable_extensions; do
6407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6408 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6410 break 2
6411 fi
6412done
6413 done
6414IFS=$as_save_IFS
6415
6416fi
6417fi
6418ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6419if test -n "$ac_ct_OBJDUMP"; then
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6421$as_echo "$ac_ct_OBJDUMP" >&6; }
6422else
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6424$as_echo "no" >&6; }
6425fi
6426
6427 if test "x$ac_ct_OBJDUMP" = x; then
6428 OBJDUMP="false"
6429 else
6430 case $cross_compiling:$ac_tool_warned in
6431yes:)
6432{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6433$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6434ac_tool_warned=yes ;;
6435esac
6436 OBJDUMP=$ac_ct_OBJDUMP
6437 fi
6438else
6439 OBJDUMP="$ac_cv_prog_OBJDUMP"
6440fi
6441
6442test -z "$OBJDUMP" && OBJDUMP=objdump
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6453$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6454if test "${lt_cv_deplibs_check_method+set}" = set; then :
6455 $as_echo_n "(cached) " >&6
6456else
6457 lt_cv_file_magic_cmd='$MAGIC_CMD'
6458lt_cv_file_magic_test_file=
6459lt_cv_deplibs_check_method='unknown'
6460# Need to set the preceding variable on all platforms that support
6461# interlibrary dependencies.
6462# 'none' -- dependencies not supported.
6463# `unknown' -- same as none, but documents that we really don't know.
6464# 'pass_all' -- all dependencies passed with no checks.
6465# 'test_compile' -- check by making test program.
6466# 'file_magic [[regex]]' -- check by looking for files in library path
6467# which responds to the $file_magic_cmd with a given extended regex.
6468# If you have `file' or equivalent on your system and you're not sure
6469# whether `pass_all' will *always* work, you probably want this one.
6470
6471case $host_os in
6472aix[4-9]*)
6473 lt_cv_deplibs_check_method=pass_all
6474 ;;
6475
6476beos*)
6477 lt_cv_deplibs_check_method=pass_all
6478 ;;
6479
6480bsdi[45]*)
6481 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6482 lt_cv_file_magic_cmd='/usr/bin/file -L'
6483 lt_cv_file_magic_test_file=/shlib/libc.so
6484 ;;
6485
6486cygwin*)
6487 # func_win32_libid is a shell function defined in ltmain.sh
6488 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6489 lt_cv_file_magic_cmd='func_win32_libid'
6490 ;;
6491
6492mingw* | pw32*)
6493 # Base MSYS/MinGW do not provide the 'file' command needed by
6494 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6495 # unless we find 'file', for example because we are cross-compiling.
6496 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6497 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6498 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6499 lt_cv_file_magic_cmd='func_win32_libid'
6500 else
6501 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6502 lt_cv_file_magic_cmd='$OBJDUMP -f'
6503 fi
6504 ;;
6505
6506cegcc*)
6507 # use the weaker test based on 'objdump'. See mingw*.
6508 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6509 lt_cv_file_magic_cmd='$OBJDUMP -f'
6510 ;;
6511
6512darwin* | rhapsody*)
6513 lt_cv_deplibs_check_method=pass_all
6514 ;;
6515
6516freebsd* | dragonfly*)
6517 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6518 case $host_cpu in
6519 i*86 )
6520 # Not sure whether the presence of OpenBSD here was a mistake.
6521 # Let's accept both of them until this is cleared up.
6522 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6523 lt_cv_file_magic_cmd=/usr/bin/file
6524 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6525 ;;
6526 esac
6527 else
6528 lt_cv_deplibs_check_method=pass_all
6529 fi
6530 ;;
6531
6532gnu*)
6533 lt_cv_deplibs_check_method=pass_all
6534 ;;
6535
6536haiku*)
6537 lt_cv_deplibs_check_method=pass_all
6538 ;;
6539
6540hpux10.20* | hpux11*)
6541 lt_cv_file_magic_cmd=/usr/bin/file
6542 case $host_cpu in
6543 ia64*)
6544 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6545 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6546 ;;
6547 hppa*64*)
6548 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]'
6549 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6550 ;;
6551 *)
6552 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6553 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6554 ;;
6555 esac
6556 ;;
6557
6558interix[3-9]*)
6559 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6560 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6561 ;;
6562
6563irix5* | irix6* | nonstopux*)
6564 case $LD in
6565 *-32|*"-32 ") libmagic=32-bit;;
6566 *-n32|*"-n32 ") libmagic=N32;;
6567 *-64|*"-64 ") libmagic=64-bit;;
6568 *) libmagic=never-match;;
6569 esac
6570 lt_cv_deplibs_check_method=pass_all
6571 ;;
6572
6573# This must be Linux ELF.
6574linux* | k*bsd*-gnu | kopensolaris*-gnu)
6575 lt_cv_deplibs_check_method=pass_all
6576 ;;
6577
6578netbsd*)
6579 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6580 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6581 else
6582 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6583 fi
6584 ;;
6585
6586newos6*)
6587 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6588 lt_cv_file_magic_cmd=/usr/bin/file
6589 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6590 ;;
6591
6592*nto* | *qnx*)
6593 lt_cv_deplibs_check_method=pass_all
6594 ;;
6595
6596openbsd*)
6597 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6598 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6599 else
6600 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6601 fi
6602 ;;
6603
6604osf3* | osf4* | osf5*)
6605 lt_cv_deplibs_check_method=pass_all
6606 ;;
6607
6608rdos*)
6609 lt_cv_deplibs_check_method=pass_all
6610 ;;
6611
6612solaris*)
6613 lt_cv_deplibs_check_method=pass_all
6614 ;;
6615
6616sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6617 lt_cv_deplibs_check_method=pass_all
6618 ;;
6619
6620sysv4 | sysv4.3*)
6621 case $host_vendor in
6622 motorola)
6623 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]'
6624 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6625 ;;
6626 ncr)
6627 lt_cv_deplibs_check_method=pass_all
6628 ;;
6629 sequent)
6630 lt_cv_file_magic_cmd='/bin/file'
6631 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6632 ;;
6633 sni)
6634 lt_cv_file_magic_cmd='/bin/file'
6635 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6636 lt_cv_file_magic_test_file=/lib/libc.so
6637 ;;
6638 siemens)
6639 lt_cv_deplibs_check_method=pass_all
6640 ;;
6641 pc)
6642 lt_cv_deplibs_check_method=pass_all
6643 ;;
6644 esac
6645 ;;
6646
6647tpf*)
6648 lt_cv_deplibs_check_method=pass_all
6649 ;;
6650esac
6651
6652fi
6653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6654$as_echo "$lt_cv_deplibs_check_method" >&6; }
6655file_magic_cmd=$lt_cv_file_magic_cmd
6656deplibs_check_method=$lt_cv_deplibs_check_method
6657test -z "$deplibs_check_method" && deplibs_check_method=unknown
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670if test -n "$ac_tool_prefix"; then
6671 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6672set dummy ${ac_tool_prefix}ar; ac_word=$2
6673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6674$as_echo_n "checking for $ac_word... " >&6; }
6675if test "${ac_cv_prog_AR+set}" = set; then :
6676 $as_echo_n "(cached) " >&6
6677else
6678 if test -n "$AR"; then
6679 ac_cv_prog_AR="$AR" # Let the user override the test.
6680else
6681as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6682for as_dir in $PATH
6683do
6684 IFS=$as_save_IFS
6685 test -z "$as_dir" && as_dir=.
6686 for ac_exec_ext in '' $ac_executable_extensions; do
6687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6688 ac_cv_prog_AR="${ac_tool_prefix}ar"
6689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6690 break 2
6691 fi
6692done
6693 done
6694IFS=$as_save_IFS
6695
6696fi
6697fi
6698AR=$ac_cv_prog_AR
6699if test -n "$AR"; then
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6701$as_echo "$AR" >&6; }
6702else
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6704$as_echo "no" >&6; }
6705fi
6706
6707
6708fi
6709if test -z "$ac_cv_prog_AR"; then
6710 ac_ct_AR=$AR
6711 # Extract the first word of "ar", so it can be a program name with args.
6712set dummy ar; ac_word=$2
6713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6714$as_echo_n "checking for $ac_word... " >&6; }
6715if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6716 $as_echo_n "(cached) " >&6
6717else
6718 if test -n "$ac_ct_AR"; then
6719 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6720else
6721as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6722for as_dir in $PATH
6723do
6724 IFS=$as_save_IFS
6725 test -z "$as_dir" && as_dir=.
6726 for ac_exec_ext in '' $ac_executable_extensions; do
6727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6728 ac_cv_prog_ac_ct_AR="ar"
6729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6730 break 2
6731 fi
6732done
6733 done
6734IFS=$as_save_IFS
6735
6736fi
6737fi
6738ac_ct_AR=$ac_cv_prog_ac_ct_AR
6739if test -n "$ac_ct_AR"; then
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6741$as_echo "$ac_ct_AR" >&6; }
6742else
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6744$as_echo "no" >&6; }
6745fi
6746
6747 if test "x$ac_ct_AR" = x; then
6748 AR="false"
6749 else
6750 case $cross_compiling:$ac_tool_warned in
6751yes:)
6752{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6753$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6754ac_tool_warned=yes ;;
6755esac
6756 AR=$ac_ct_AR
6757 fi
6758else
6759 AR="$ac_cv_prog_AR"
6760fi
6761
6762test -z "$AR" && AR=ar
6763test -z "$AR_FLAGS" && AR_FLAGS=cru
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775if test -n "$ac_tool_prefix"; then
6776 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6777set dummy ${ac_tool_prefix}strip; ac_word=$2
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6779$as_echo_n "checking for $ac_word... " >&6; }
6780if test "${ac_cv_prog_STRIP+set}" = set; then :
6781 $as_echo_n "(cached) " >&6
6782else
6783 if test -n "$STRIP"; then
6784 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6785else
6786as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787for as_dir in $PATH
6788do
6789 IFS=$as_save_IFS
6790 test -z "$as_dir" && as_dir=.
6791 for ac_exec_ext in '' $ac_executable_extensions; do
6792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6793 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6795 break 2
6796 fi
6797done
6798 done
6799IFS=$as_save_IFS
6800
6801fi
6802fi
6803STRIP=$ac_cv_prog_STRIP
6804if test -n "$STRIP"; then
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6806$as_echo "$STRIP" >&6; }
6807else
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6809$as_echo "no" >&6; }
6810fi
6811
6812
6813fi
6814if test -z "$ac_cv_prog_STRIP"; then
6815 ac_ct_STRIP=$STRIP
6816 # Extract the first word of "strip", so it can be a program name with args.
6817set dummy strip; ac_word=$2
6818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6819$as_echo_n "checking for $ac_word... " >&6; }
6820if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6821 $as_echo_n "(cached) " >&6
6822else
6823 if test -n "$ac_ct_STRIP"; then
6824 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6825else
6826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6827for as_dir in $PATH
6828do
6829 IFS=$as_save_IFS
6830 test -z "$as_dir" && as_dir=.
6831 for ac_exec_ext in '' $ac_executable_extensions; do
6832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6833 ac_cv_prog_ac_ct_STRIP="strip"
6834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6835 break 2
6836 fi
6837done
6838 done
6839IFS=$as_save_IFS
6840
6841fi
6842fi
6843ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6844if test -n "$ac_ct_STRIP"; then
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6846$as_echo "$ac_ct_STRIP" >&6; }
6847else
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6849$as_echo "no" >&6; }
6850fi
6851
6852 if test "x$ac_ct_STRIP" = x; then
6853 STRIP=":"
6854 else
6855 case $cross_compiling:$ac_tool_warned in
6856yes:)
6857{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6858$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6859ac_tool_warned=yes ;;
6860esac
6861 STRIP=$ac_ct_STRIP
6862 fi
6863else
6864 STRIP="$ac_cv_prog_STRIP"
6865fi
6866
6867test -z "$STRIP" && STRIP=:
6868
6869
6870
6871
6872
6873
6874if test -n "$ac_tool_prefix"; then
6875 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6876set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6878$as_echo_n "checking for $ac_word... " >&6; }
6879if test "${ac_cv_prog_RANLIB+set}" = set; then :
6880 $as_echo_n "(cached) " >&6
6881else
6882 if test -n "$RANLIB"; then
6883 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6884else
6885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6886for as_dir in $PATH
6887do
6888 IFS=$as_save_IFS
6889 test -z "$as_dir" && as_dir=.
6890 for ac_exec_ext in '' $ac_executable_extensions; do
6891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6892 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6894 break 2
6895 fi
6896done
6897 done
6898IFS=$as_save_IFS
6899
6900fi
6901fi
6902RANLIB=$ac_cv_prog_RANLIB
6903if test -n "$RANLIB"; then
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6905$as_echo "$RANLIB" >&6; }
6906else
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6908$as_echo "no" >&6; }
6909fi
6910
6911
6912fi
6913if test -z "$ac_cv_prog_RANLIB"; then
6914 ac_ct_RANLIB=$RANLIB
6915 # Extract the first word of "ranlib", so it can be a program name with args.
6916set dummy ranlib; ac_word=$2
6917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6918$as_echo_n "checking for $ac_word... " >&6; }
6919if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6920 $as_echo_n "(cached) " >&6
6921else
6922 if test -n "$ac_ct_RANLIB"; then
6923 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6924else
6925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6926for as_dir in $PATH
6927do
6928 IFS=$as_save_IFS
6929 test -z "$as_dir" && as_dir=.
6930 for ac_exec_ext in '' $ac_executable_extensions; do
6931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6932 ac_cv_prog_ac_ct_RANLIB="ranlib"
6933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6934 break 2
6935 fi
6936done
6937 done
6938IFS=$as_save_IFS
6939
6940fi
6941fi
6942ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6943if test -n "$ac_ct_RANLIB"; then
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6945$as_echo "$ac_ct_RANLIB" >&6; }
6946else
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6948$as_echo "no" >&6; }
6949fi
6950
6951 if test "x$ac_ct_RANLIB" = x; then
6952 RANLIB=":"
6953 else
6954 case $cross_compiling:$ac_tool_warned in
6955yes:)
6956{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6957$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6958ac_tool_warned=yes ;;
6959esac
6960 RANLIB=$ac_ct_RANLIB
6961 fi
6962else
6963 RANLIB="$ac_cv_prog_RANLIB"
6964fi
6965
6966test -z "$RANLIB" && RANLIB=:
6967
6968
6969
6970
6971
6972
6973# Determine commands to create old-style static archives.
6974old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6975old_postinstall_cmds='chmod 644 $oldlib'
6976old_postuninstall_cmds=
6977
6978if test -n "$RANLIB"; then
6979 case $host_os in
6980 openbsd*)
6981 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6982 ;;
6983 *)
6984 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6985 ;;
6986 esac
6987 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6988fi
6989
6990case $host_os in
6991 darwin*)
6992 lock_old_archive_extraction=yes ;;
6993 *)
6994 lock_old_archive_extraction=no ;;
6995esac
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017for ac_prog in gawk mawk nawk awk
7018do
7019 # Extract the first word of "$ac_prog", so it can be a program name with args.
7020set dummy $ac_prog; ac_word=$2
7021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7022$as_echo_n "checking for $ac_word... " >&6; }
7023if test "${ac_cv_prog_AWK+set}" = set; then :
7024 $as_echo_n "(cached) " >&6
7025else
7026 if test -n "$AWK"; then
7027 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7028else
7029as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7030for as_dir in $PATH
7031do
7032 IFS=$as_save_IFS
7033 test -z "$as_dir" && as_dir=.
7034 for ac_exec_ext in '' $ac_executable_extensions; do
7035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7036 ac_cv_prog_AWK="$ac_prog"
7037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7038 break 2
7039 fi
7040done
7041 done
7042IFS=$as_save_IFS
7043
7044fi
7045fi
7046AWK=$ac_cv_prog_AWK
7047if test -n "$AWK"; then
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7049$as_echo "$AWK" >&6; }
7050else
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7052$as_echo "no" >&6; }
7053fi
7054
7055
7056 test -n "$AWK" && break
7057done
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077# If no C compiler was specified, use CC.
7078LTCC=${LTCC-"$CC"}
7079
7080# If no C compiler flags were specified, use CFLAGS.
7081LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7082
7083# Allow CC to be a program name with arguments.
7084compiler=$CC
7085
7086
7087# Check for command to grab the raw symbol name followed by C symbol from nm.
7088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7089$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7090if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7091 $as_echo_n "(cached) " >&6
7092else
7093
7094# These are sane defaults that work on at least a few old systems.
7095# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7096
7097# Character class describing NM global symbol codes.
7098symcode='[BCDEGRST]'
7099
7100# Regexp to match symbols that can be accessed directly from C.
7101sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7102
7103# Define system-specific variables.
7104case $host_os in
7105aix*)
7106 symcode='[BCDT]'
7107 ;;
7108cygwin* | mingw* | pw32* | cegcc*)
7109 symcode='[ABCDGISTW]'
7110 ;;
7111hpux*)
7112 if test "$host_cpu" = ia64; then
7113 symcode='[ABCDEGRST]'
7114 fi
7115 ;;
7116irix* | nonstopux*)
7117 symcode='[BCDEGRST]'
7118 ;;
7119osf*)
7120 symcode='[BCDEGQRST]'
7121 ;;
7122solaris*)
7123 symcode='[BDRT]'
7124 ;;
7125sco3.2v5*)
7126 symcode='[DT]'
7127 ;;
7128sysv4.2uw2*)
7129 symcode='[DT]'
7130 ;;
7131sysv5* | sco5v6* | unixware* | OpenUNIX*)
7132 symcode='[ABDT]'
7133 ;;
7134sysv4)
7135 symcode='[DFNSTU]'
7136 ;;
7137esac
7138
7139# If we're using GNU nm, then use its standard symbol codes.
7140case `$NM -V 2>&1` in
7141*GNU* | *'with BFD'*)
7142 symcode='[ABCDGIRSTW]' ;;
7143esac
7144
7145# Transform an extracted symbol line into a proper C declaration.
7146# Some systems (esp. on ia64) link data and code symbols differently,
7147# so use this general approach.
7148lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7149
7150# Transform an extracted symbol line into symbol name and symbol address
7151lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7152lt_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'"
7153
7154# Handle CRLF in mingw tool chain
7155opt_cr=
7156case $build_os in
7157mingw*)
7158 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7159 ;;
7160esac
7161
7162# Try without a prefix underscore, then with it.
7163for ac_symprfx in "" "_"; do
7164
7165 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7166 symxfrm="\\1 $ac_symprfx\\2 \\2"
7167
7168 # Write the raw and C identifiers.
7169 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7170 # Fake it for dumpbin and say T for any non-static function
7171 # and D for any global variable.
7172 # Also find C++ and __fastcall symbols from MSVC++,
7173 # which start with @ or ?.
7174 lt_cv_sys_global_symbol_pipe="$AWK '"\
7175" {last_section=section; section=\$ 3};"\
7176" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7177" \$ 0!~/External *\|/{next};"\
7178" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7179" {if(hide[section]) next};"\
7180" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7181" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7182" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7183" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7184" ' prfx=^$ac_symprfx"
7185 else
7186 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7187 fi
7188
7189 # Check to see that the pipe works correctly.
7190 pipe_works=no
7191
7192 rm -f conftest*
7193 cat > conftest.$ac_ext <<_LT_EOF
7194#ifdef __cplusplus
7195extern "C" {
7196#endif
7197char nm_test_var;
7198void nm_test_func(void);
7199void nm_test_func(void){}
7200#ifdef __cplusplus
7201}
7202#endif
7203int main(){nm_test_var='a';nm_test_func();return(0);}
7204_LT_EOF
7205
7206 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7207 (eval $ac_compile) 2>&5
7208 ac_status=$?
7209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7210 test $ac_status = 0; }; then
7211 # Now try to grab the symbols.
7212 nlist=conftest.nm
7213 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7214 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7215 ac_status=$?
7216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7217 test $ac_status = 0; } && test -s "$nlist"; then
7218 # Try sorting and uniquifying the output.
7219 if sort "$nlist" | uniq > "$nlist"T; then
7220 mv -f "$nlist"T "$nlist"
7221 else
7222 rm -f "$nlist"T
7223 fi
7224
7225 # Make sure that we snagged all the symbols we need.
7226 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7227 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7228 cat <<_LT_EOF > conftest.$ac_ext
7229#ifdef __cplusplus
7230extern "C" {
7231#endif
7232
7233_LT_EOF
7234 # Now generate the symbol file.
7235 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7236
7237 cat <<_LT_EOF >> conftest.$ac_ext
7238
7239/* The mapping between symbol names and symbols. */
7240const struct {
7241 const char *name;
7242 void *address;
7243}
7244lt__PROGRAM__LTX_preloaded_symbols[] =
7245{
7246 { "@PROGRAM@", (void *) 0 },
7247_LT_EOF
7248 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7249 cat <<\_LT_EOF >> conftest.$ac_ext
7250 {0, (void *) 0}
7251};
7252
7253/* This works around a problem in FreeBSD linker */
7254#ifdef FREEBSD_WORKAROUND
7255static const void *lt_preloaded_setup() {
7256 return lt__PROGRAM__LTX_preloaded_symbols;
7257}
7258#endif
7259
7260#ifdef __cplusplus
7261}
7262#endif
7263_LT_EOF
7264 # Now try linking the two files.
7265 mv conftest.$ac_objext conftstm.$ac_objext
7266 lt_save_LIBS="$LIBS"
7267 lt_save_CFLAGS="$CFLAGS"
7268 LIBS="conftstm.$ac_objext"
7269 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7270 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7271 (eval $ac_link) 2>&5
7272 ac_status=$?
7273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7274 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7275 pipe_works=yes
7276 fi
7277 LIBS="$lt_save_LIBS"
7278 CFLAGS="$lt_save_CFLAGS"
7279 else
7280 echo "cannot find nm_test_func in $nlist" >&5
7281 fi
7282 else
7283 echo "cannot find nm_test_var in $nlist" >&5
7284 fi
7285 else
7286 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7287 fi
7288 else
7289 echo "$progname: failed program was:" >&5
7290 cat conftest.$ac_ext >&5
7291 fi
7292 rm -rf conftest* conftst*
7293
7294 # Do not use the global_symbol_pipe unless it works.
7295 if test "$pipe_works" = yes; then
7296 break
7297 else
7298 lt_cv_sys_global_symbol_pipe=
7299 fi
7300done
7301
7302fi
7303
7304if test -z "$lt_cv_sys_global_symbol_pipe"; then
7305 lt_cv_sys_global_symbol_to_cdecl=
7306fi
7307if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7309$as_echo "failed" >&6; }
7310else
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7312$as_echo "ok" >&6; }
7313fi
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336# Check whether --enable-libtool-lock was given.
7337if test "${enable_libtool_lock+set}" = set; then :
7338 enableval=$enable_libtool_lock;
7339fi
7340
7341test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7342
7343# Some flags need to be propagated to the compiler or linker for good
7344# libtool support.
7345case $host in
7346ia64-*-hpux*)
7347 # Find out which ABI we are using.
7348 echo 'int i;' > conftest.$ac_ext
7349 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7350 (eval $ac_compile) 2>&5
7351 ac_status=$?
7352 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7353 test $ac_status = 0; }; then
7354 case `/usr/bin/file conftest.$ac_objext` in
7355 *ELF-32*)
7356 HPUX_IA64_MODE="32"
7357 ;;
7358 *ELF-64*)
7359 HPUX_IA64_MODE="64"
7360 ;;
7361 esac
7362 fi
7363 rm -rf conftest*
7364 ;;
7365*-*-irix6*)
7366 # Find out which ABI we are using.
7367 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7368 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7369 (eval $ac_compile) 2>&5
7370 ac_status=$?
7371 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7372 test $ac_status = 0; }; then
7373 if test "$lt_cv_prog_gnu_ld" = yes; then
7374 case `/usr/bin/file conftest.$ac_objext` in
7375 *32-bit*)
7376 LD="${LD-ld} -melf32bsmip"
7377 ;;
7378 *N32*)
7379 LD="${LD-ld} -melf32bmipn32"
7380 ;;
7381 *64-bit*)
7382 LD="${LD-ld} -melf64bmip"
7383 ;;
7384 esac
7385 else
7386 case `/usr/bin/file conftest.$ac_objext` in
7387 *32-bit*)
7388 LD="${LD-ld} -32"
7389 ;;
7390 *N32*)
7391 LD="${LD-ld} -n32"
7392 ;;
7393 *64-bit*)
7394 LD="${LD-ld} -64"
7395 ;;
7396 esac
7397 fi
7398 fi
7399 rm -rf conftest*
7400 ;;
7401
bf3d9781 7402x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7403s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7404 # Find out which ABI we are using.
7405 echo 'int i;' > conftest.$ac_ext
7406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7407 (eval $ac_compile) 2>&5
7408 ac_status=$?
7409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7410 test $ac_status = 0; }; then
7411 case `/usr/bin/file conftest.o` in
7412 *32-bit*)
7413 case $host in
7414 x86_64-*kfreebsd*-gnu)
7415 LD="${LD-ld} -m elf_i386_fbsd"
7416 ;;
7417 x86_64-*linux*)
7418 case `/usr/bin/file conftest.o` in
7419 *x86-64*)
7420 LD="${LD-ld} -m elf32_x86_64"
7421 ;;
7422 *)
7423 LD="${LD-ld} -m elf_i386"
7424 ;;
7425 esac
7426 ;;
bf3d9781
AM
7427 powerpc64le-*linux*)
7428 LD="${LD-ld} -m elf32lppclinux"
7429 ;;
7430 powerpc64-*linux*)
6bb11ab3
L
7431 LD="${LD-ld} -m elf32ppclinux"
7432 ;;
7433 s390x-*linux*)
7434 LD="${LD-ld} -m elf_s390"
7435 ;;
7436 sparc64-*linux*)
7437 LD="${LD-ld} -m elf32_sparc"
7438 ;;
7439 esac
7440 ;;
7441 *64-bit*)
7442 case $host in
7443 x86_64-*kfreebsd*-gnu)
7444 LD="${LD-ld} -m elf_x86_64_fbsd"
7445 ;;
7446 x86_64-*linux*)
7447 LD="${LD-ld} -m elf_x86_64"
7448 ;;
bf3d9781
AM
7449 powerpcle-*linux*)
7450 LD="${LD-ld} -m elf64lppc"
7451 ;;
7452 powerpc-*linux*)
6bb11ab3
L
7453 LD="${LD-ld} -m elf64ppc"
7454 ;;
7455 s390*-*linux*|s390*-*tpf*)
7456 LD="${LD-ld} -m elf64_s390"
7457 ;;
7458 sparc*-*linux*)
7459 LD="${LD-ld} -m elf64_sparc"
7460 ;;
7461 esac
7462 ;;
7463 esac
7464 fi
7465 rm -rf conftest*
7466 ;;
7467
7468*-*-sco3.2v5*)
7469 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7470 SAVE_CFLAGS="$CFLAGS"
7471 CFLAGS="$CFLAGS -belf"
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7473$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7474if test "${lt_cv_cc_needs_belf+set}" = set; then :
7475 $as_echo_n "(cached) " >&6
7476else
7477 ac_ext=c
7478ac_cpp='$CPP $CPPFLAGS'
7479ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7480ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7481ac_compiler_gnu=$ac_cv_c_compiler_gnu
7482
7483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7484/* end confdefs.h. */
7485
7486int
7487main ()
7488{
7489
7490 ;
7491 return 0;
7492}
7493_ACEOF
7494if ac_fn_c_try_link "$LINENO"; then :
7495 lt_cv_cc_needs_belf=yes
7496else
7497 lt_cv_cc_needs_belf=no
7498fi
7499rm -f core conftest.err conftest.$ac_objext \
7500 conftest$ac_exeext conftest.$ac_ext
7501 ac_ext=c
7502ac_cpp='$CPP $CPPFLAGS'
7503ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7504ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7505ac_compiler_gnu=$ac_cv_c_compiler_gnu
7506
7507fi
7508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7509$as_echo "$lt_cv_cc_needs_belf" >&6; }
7510 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7511 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7512 CFLAGS="$SAVE_CFLAGS"
7513 fi
7514 ;;
7515sparc*-*solaris*)
7516 # Find out which ABI we are using.
7517 echo 'int i;' > conftest.$ac_ext
7518 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7519 (eval $ac_compile) 2>&5
7520 ac_status=$?
7521 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7522 test $ac_status = 0; }; then
7523 case `/usr/bin/file conftest.o` in
7524 *64-bit*)
7525 case $lt_cv_prog_gnu_ld in
7526 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7527 *)
7528 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7529 LD="${LD-ld} -64"
7530 fi
7531 ;;
7532 esac
7533 ;;
7534 esac
7535 fi
7536 rm -rf conftest*
7537 ;;
7538esac
7539
7540need_locks="$enable_libtool_lock"
7541
7542
7543 case $host_os in
7544 rhapsody* | darwin*)
7545 if test -n "$ac_tool_prefix"; then
7546 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7547set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7549$as_echo_n "checking for $ac_word... " >&6; }
7550if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7551 $as_echo_n "(cached) " >&6
7552else
7553 if test -n "$DSYMUTIL"; then
7554 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7555else
7556as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7557for as_dir in $PATH
7558do
7559 IFS=$as_save_IFS
7560 test -z "$as_dir" && as_dir=.
7561 for ac_exec_ext in '' $ac_executable_extensions; do
7562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7563 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7565 break 2
7566 fi
7567done
7568 done
7569IFS=$as_save_IFS
7570
7571fi
7572fi
7573DSYMUTIL=$ac_cv_prog_DSYMUTIL
7574if test -n "$DSYMUTIL"; then
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7576$as_echo "$DSYMUTIL" >&6; }
7577else
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7579$as_echo "no" >&6; }
7580fi
7581
7582
7583fi
7584if test -z "$ac_cv_prog_DSYMUTIL"; then
7585 ac_ct_DSYMUTIL=$DSYMUTIL
7586 # Extract the first word of "dsymutil", so it can be a program name with args.
7587set dummy dsymutil; ac_word=$2
7588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7589$as_echo_n "checking for $ac_word... " >&6; }
7590if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7591 $as_echo_n "(cached) " >&6
7592else
7593 if test -n "$ac_ct_DSYMUTIL"; then
7594 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7595else
7596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7597for as_dir in $PATH
7598do
7599 IFS=$as_save_IFS
7600 test -z "$as_dir" && as_dir=.
7601 for ac_exec_ext in '' $ac_executable_extensions; do
7602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7603 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7605 break 2
7606 fi
7607done
7608 done
7609IFS=$as_save_IFS
7610
7611fi
7612fi
7613ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7614if test -n "$ac_ct_DSYMUTIL"; then
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7616$as_echo "$ac_ct_DSYMUTIL" >&6; }
7617else
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7619$as_echo "no" >&6; }
7620fi
7621
7622 if test "x$ac_ct_DSYMUTIL" = x; then
7623 DSYMUTIL=":"
7624 else
7625 case $cross_compiling:$ac_tool_warned in
7626yes:)
7627{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7628$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7629ac_tool_warned=yes ;;
7630esac
7631 DSYMUTIL=$ac_ct_DSYMUTIL
7632 fi
7633else
7634 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7635fi
7636
7637 if test -n "$ac_tool_prefix"; then
7638 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7639set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7641$as_echo_n "checking for $ac_word... " >&6; }
7642if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7643 $as_echo_n "(cached) " >&6
7644else
7645 if test -n "$NMEDIT"; then
7646 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7647else
7648as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7649for as_dir in $PATH
7650do
7651 IFS=$as_save_IFS
7652 test -z "$as_dir" && as_dir=.
7653 for ac_exec_ext in '' $ac_executable_extensions; do
7654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7655 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7657 break 2
7658 fi
7659done
7660 done
7661IFS=$as_save_IFS
7662
7663fi
7664fi
7665NMEDIT=$ac_cv_prog_NMEDIT
7666if test -n "$NMEDIT"; then
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7668$as_echo "$NMEDIT" >&6; }
7669else
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7671$as_echo "no" >&6; }
7672fi
7673
7674
7675fi
7676if test -z "$ac_cv_prog_NMEDIT"; then
7677 ac_ct_NMEDIT=$NMEDIT
7678 # Extract the first word of "nmedit", so it can be a program name with args.
7679set dummy nmedit; ac_word=$2
7680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7681$as_echo_n "checking for $ac_word... " >&6; }
7682if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7683 $as_echo_n "(cached) " >&6
7684else
7685 if test -n "$ac_ct_NMEDIT"; then
7686 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7687else
7688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7689for as_dir in $PATH
7690do
7691 IFS=$as_save_IFS
7692 test -z "$as_dir" && as_dir=.
7693 for ac_exec_ext in '' $ac_executable_extensions; do
7694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7695 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7697 break 2
7698 fi
7699done
7700 done
7701IFS=$as_save_IFS
7702
7703fi
7704fi
7705ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7706if test -n "$ac_ct_NMEDIT"; then
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7708$as_echo "$ac_ct_NMEDIT" >&6; }
7709else
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7711$as_echo "no" >&6; }
7712fi
7713
7714 if test "x$ac_ct_NMEDIT" = x; then
7715 NMEDIT=":"
7716 else
7717 case $cross_compiling:$ac_tool_warned in
7718yes:)
7719{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7720$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7721ac_tool_warned=yes ;;
7722esac
7723 NMEDIT=$ac_ct_NMEDIT
7724 fi
7725else
7726 NMEDIT="$ac_cv_prog_NMEDIT"
7727fi
7728
7729 if test -n "$ac_tool_prefix"; then
7730 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7731set dummy ${ac_tool_prefix}lipo; ac_word=$2
7732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7733$as_echo_n "checking for $ac_word... " >&6; }
7734if test "${ac_cv_prog_LIPO+set}" = set; then :
7735 $as_echo_n "(cached) " >&6
7736else
7737 if test -n "$LIPO"; then
7738 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7739else
7740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7741for as_dir in $PATH
7742do
7743 IFS=$as_save_IFS
7744 test -z "$as_dir" && as_dir=.
7745 for ac_exec_ext in '' $ac_executable_extensions; do
7746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7747 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7749 break 2
7750 fi
7751done
7752 done
7753IFS=$as_save_IFS
7754
7755fi
7756fi
7757LIPO=$ac_cv_prog_LIPO
7758if test -n "$LIPO"; then
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7760$as_echo "$LIPO" >&6; }
7761else
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7763$as_echo "no" >&6; }
7764fi
7765
7766
7767fi
7768if test -z "$ac_cv_prog_LIPO"; then
7769 ac_ct_LIPO=$LIPO
7770 # Extract the first word of "lipo", so it can be a program name with args.
7771set dummy lipo; ac_word=$2
7772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773$as_echo_n "checking for $ac_word... " >&6; }
7774if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7775 $as_echo_n "(cached) " >&6
7776else
7777 if test -n "$ac_ct_LIPO"; then
7778 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7779else
7780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781for as_dir in $PATH
7782do
7783 IFS=$as_save_IFS
7784 test -z "$as_dir" && as_dir=.
7785 for ac_exec_ext in '' $ac_executable_extensions; do
7786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7787 ac_cv_prog_ac_ct_LIPO="lipo"
7788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7789 break 2
7790 fi
7791done
7792 done
7793IFS=$as_save_IFS
7794
7795fi
7796fi
7797ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7798if test -n "$ac_ct_LIPO"; then
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7800$as_echo "$ac_ct_LIPO" >&6; }
7801else
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803$as_echo "no" >&6; }
7804fi
7805
7806 if test "x$ac_ct_LIPO" = x; then
7807 LIPO=":"
7808 else
7809 case $cross_compiling:$ac_tool_warned in
7810yes:)
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7812$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7813ac_tool_warned=yes ;;
7814esac
7815 LIPO=$ac_ct_LIPO
7816 fi
7817else
7818 LIPO="$ac_cv_prog_LIPO"
7819fi
7820
7821 if test -n "$ac_tool_prefix"; then
7822 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7823set dummy ${ac_tool_prefix}otool; ac_word=$2
7824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7825$as_echo_n "checking for $ac_word... " >&6; }
7826if test "${ac_cv_prog_OTOOL+set}" = set; then :
7827 $as_echo_n "(cached) " >&6
7828else
7829 if test -n "$OTOOL"; then
7830 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7831else
7832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7833for as_dir in $PATH
7834do
7835 IFS=$as_save_IFS
7836 test -z "$as_dir" && as_dir=.
7837 for ac_exec_ext in '' $ac_executable_extensions; do
7838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7839 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7841 break 2
7842 fi
7843done
7844 done
7845IFS=$as_save_IFS
7846
7847fi
7848fi
7849OTOOL=$ac_cv_prog_OTOOL
7850if test -n "$OTOOL"; then
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7852$as_echo "$OTOOL" >&6; }
7853else
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7855$as_echo "no" >&6; }
7856fi
7857
7858
7859fi
7860if test -z "$ac_cv_prog_OTOOL"; then
7861 ac_ct_OTOOL=$OTOOL
7862 # Extract the first word of "otool", so it can be a program name with args.
7863set dummy otool; ac_word=$2
7864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865$as_echo_n "checking for $ac_word... " >&6; }
7866if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7867 $as_echo_n "(cached) " >&6
7868else
7869 if test -n "$ac_ct_OTOOL"; then
7870 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7871else
7872as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7873for as_dir in $PATH
7874do
7875 IFS=$as_save_IFS
7876 test -z "$as_dir" && as_dir=.
7877 for ac_exec_ext in '' $ac_executable_extensions; do
7878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7879 ac_cv_prog_ac_ct_OTOOL="otool"
7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881 break 2
7882 fi
7883done
7884 done
7885IFS=$as_save_IFS
7886
7887fi
7888fi
7889ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7890if test -n "$ac_ct_OTOOL"; then
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7892$as_echo "$ac_ct_OTOOL" >&6; }
7893else
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895$as_echo "no" >&6; }
7896fi
7897
7898 if test "x$ac_ct_OTOOL" = x; then
7899 OTOOL=":"
7900 else
7901 case $cross_compiling:$ac_tool_warned in
7902yes:)
7903{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7904$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7905ac_tool_warned=yes ;;
7906esac
7907 OTOOL=$ac_ct_OTOOL
7908 fi
7909else
7910 OTOOL="$ac_cv_prog_OTOOL"
7911fi
7912
7913 if test -n "$ac_tool_prefix"; then
7914 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7915set dummy ${ac_tool_prefix}otool64; ac_word=$2
7916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7917$as_echo_n "checking for $ac_word... " >&6; }
7918if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7919 $as_echo_n "(cached) " >&6
7920else
7921 if test -n "$OTOOL64"; then
7922 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7923else
7924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7925for as_dir in $PATH
7926do
7927 IFS=$as_save_IFS
7928 test -z "$as_dir" && as_dir=.
7929 for ac_exec_ext in '' $ac_executable_extensions; do
7930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7931 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7933 break 2
7934 fi
7935done
7936 done
7937IFS=$as_save_IFS
7938
7939fi
7940fi
7941OTOOL64=$ac_cv_prog_OTOOL64
7942if test -n "$OTOOL64"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7944$as_echo "$OTOOL64" >&6; }
7945else
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947$as_echo "no" >&6; }
7948fi
7949
7950
7951fi
7952if test -z "$ac_cv_prog_OTOOL64"; then
7953 ac_ct_OTOOL64=$OTOOL64
7954 # Extract the first word of "otool64", so it can be a program name with args.
7955set dummy otool64; ac_word=$2
7956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7957$as_echo_n "checking for $ac_word... " >&6; }
7958if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7959 $as_echo_n "(cached) " >&6
7960else
7961 if test -n "$ac_ct_OTOOL64"; then
7962 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7963else
7964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965for as_dir in $PATH
7966do
7967 IFS=$as_save_IFS
7968 test -z "$as_dir" && as_dir=.
7969 for ac_exec_ext in '' $ac_executable_extensions; do
7970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7971 ac_cv_prog_ac_ct_OTOOL64="otool64"
7972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7973 break 2
7974 fi
7975done
7976 done
7977IFS=$as_save_IFS
7978
7979fi
7980fi
7981ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7982if test -n "$ac_ct_OTOOL64"; then
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7984$as_echo "$ac_ct_OTOOL64" >&6; }
7985else
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7987$as_echo "no" >&6; }
7988fi
7989
7990 if test "x$ac_ct_OTOOL64" = x; then
7991 OTOOL64=":"
7992 else
7993 case $cross_compiling:$ac_tool_warned in
7994yes:)
7995{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7996$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7997ac_tool_warned=yes ;;
7998esac
7999 OTOOL64=$ac_ct_OTOOL64
8000 fi
8001else
8002 OTOOL64="$ac_cv_prog_OTOOL64"
8003fi
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8032$as_echo_n "checking for -single_module linker flag... " >&6; }
8033if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8034 $as_echo_n "(cached) " >&6
8035else
8036 lt_cv_apple_cc_single_mod=no
8037 if test -z "${LT_MULTI_MODULE}"; then
8038 # By default we will add the -single_module flag. You can override
8039 # by either setting the environment variable LT_MULTI_MODULE
8040 # non-empty at configure time, or by adding -multi_module to the
8041 # link flags.
8042 rm -rf libconftest.dylib*
8043 echo "int foo(void){return 1;}" > conftest.c
8044 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8045-dynamiclib -Wl,-single_module conftest.c" >&5
8046 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8047 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8048 _lt_result=$?
8049 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8050 lt_cv_apple_cc_single_mod=yes
8051 else
8052 cat conftest.err >&5
8053 fi
8054 rm -rf libconftest.dylib*
8055 rm -f conftest.*
8056 fi
8057fi
8058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8059$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8061$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8062if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8063 $as_echo_n "(cached) " >&6
8064else
8065 lt_cv_ld_exported_symbols_list=no
8066 save_LDFLAGS=$LDFLAGS
8067 echo "_main" > conftest.sym
8068 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8070/* end confdefs.h. */
8071
8072int
8073main ()
8074{
8075
8076 ;
8077 return 0;
8078}
8079_ACEOF
8080if ac_fn_c_try_link "$LINENO"; then :
8081 lt_cv_ld_exported_symbols_list=yes
8082else
8083 lt_cv_ld_exported_symbols_list=no
8084fi
8085rm -f core conftest.err conftest.$ac_objext \
8086 conftest$ac_exeext conftest.$ac_ext
8087 LDFLAGS="$save_LDFLAGS"
8088
8089fi
8090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8091$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8093$as_echo_n "checking for -force_load linker flag... " >&6; }
8094if test "${lt_cv_ld_force_load+set}" = set; then :
8095 $as_echo_n "(cached) " >&6
8096else
8097 lt_cv_ld_force_load=no
8098 cat > conftest.c << _LT_EOF
8099int forced_loaded() { return 2;}
8100_LT_EOF
8101 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8102 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8103 echo "$AR cru libconftest.a conftest.o" >&5
8104 $AR cru libconftest.a conftest.o 2>&5
8105 cat > conftest.c << _LT_EOF
8106int main() { return 0;}
8107_LT_EOF
8108 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8109 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8110 _lt_result=$?
8111 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8112 lt_cv_ld_force_load=yes
8113 else
8114 cat conftest.err >&5
8115 fi
8116 rm -f conftest.err libconftest.a conftest conftest.c
8117 rm -rf conftest.dSYM
8118
8119fi
8120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8121$as_echo "$lt_cv_ld_force_load" >&6; }
8122 case $host_os in
8123 rhapsody* | darwin1.[012])
8124 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8125 darwin1.*)
8126 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8127 darwin*) # darwin 5.x on
8128 # if running on 10.5 or later, the deployment target defaults
8129 # to the OS version, if on x86, and 10.4, the deployment
8130 # target defaults to 10.4. Don't you love it?
8131 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8132 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8133 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8134 10.[012][,.]*)
6bb11ab3
L
8135 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8136 10.*)
8137 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8138 esac
8139 ;;
8140 esac
8141 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8142 _lt_dar_single_mod='$single_module'
8143 fi
8144 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8145 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8146 else
8147 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8148 fi
8149 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8150 _lt_dsymutil='~$DSYMUTIL $lib || :'
8151 else
8152 _lt_dsymutil=
8153 fi
8154 ;;
8155 esac
8156
8157for ac_header in dlfcn.h
8158do :
8159 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8160"
8161if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8162 cat >>confdefs.h <<_ACEOF
8163#define HAVE_DLFCN_H 1
8164_ACEOF
8165
8166fi
8167
8168done
8169
8170
8171
8172# autoconf.info says this should be called right after AC_INIT.
8173ac_config_headers="$ac_config_headers config.h:config.in"
8174
8175
8176
8177
8178
8179
8180# Put a plausible default for CC_FOR_BUILD in Makefile.
8181if test "x$cross_compiling" = "xno"; then
8182 CC_FOR_BUILD='$(CC)'
8183else
8184 CC_FOR_BUILD=gcc
8185fi
8186
8187
8188
8189
8190AR=${AR-ar}
8191
8192if test -n "$ac_tool_prefix"; then
8193 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8194set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8196$as_echo_n "checking for $ac_word... " >&6; }
8197if test "${ac_cv_prog_RANLIB+set}" = set; then :
8198 $as_echo_n "(cached) " >&6
8199else
8200 if test -n "$RANLIB"; then
8201 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8202else
8203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8204for as_dir in $PATH
8205do
8206 IFS=$as_save_IFS
8207 test -z "$as_dir" && as_dir=.
8208 for ac_exec_ext in '' $ac_executable_extensions; do
8209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8210 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8212 break 2
8213 fi
8214done
8215 done
8216IFS=$as_save_IFS
8217
8218fi
8219fi
8220RANLIB=$ac_cv_prog_RANLIB
8221if test -n "$RANLIB"; then
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8223$as_echo "$RANLIB" >&6; }
8224else
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8226$as_echo "no" >&6; }
8227fi
8228
8229
8230fi
8231if test -z "$ac_cv_prog_RANLIB"; then
8232 ac_ct_RANLIB=$RANLIB
8233 # Extract the first word of "ranlib", so it can be a program name with args.
8234set dummy ranlib; ac_word=$2
8235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8236$as_echo_n "checking for $ac_word... " >&6; }
8237if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8238 $as_echo_n "(cached) " >&6
8239else
8240 if test -n "$ac_ct_RANLIB"; then
8241 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8242else
8243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8244for as_dir in $PATH
8245do
8246 IFS=$as_save_IFS
8247 test -z "$as_dir" && as_dir=.
8248 for ac_exec_ext in '' $ac_executable_extensions; do
8249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8250 ac_cv_prog_ac_ct_RANLIB="ranlib"
8251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8252 break 2
8253 fi
8254done
8255 done
8256IFS=$as_save_IFS
8257
8258fi
8259fi
8260ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8261if test -n "$ac_ct_RANLIB"; then
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8263$as_echo "$ac_ct_RANLIB" >&6; }
8264else
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8266$as_echo "no" >&6; }
8267fi
8268
8269 if test "x$ac_ct_RANLIB" = x; then
8270 RANLIB=":"
8271 else
8272 case $cross_compiling:$ac_tool_warned in
8273yes:)
8274{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8275$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8276ac_tool_warned=yes ;;
8277esac
8278 RANLIB=$ac_ct_RANLIB
8279 fi
8280else
8281 RANLIB="$ac_cv_prog_RANLIB"
8282fi
8283
8284
8285# Some of the common include files depend on bfd.h, and bfd.h checks
8286# that config.h is included first by testing that the PACKAGE macro
8287# is defined.
8288PACKAGE=sim
8289
8290cat >>confdefs.h <<_ACEOF
8291#define PACKAGE "$PACKAGE"
8292_ACEOF
8293
8294
8295
8296# Dependency checking.
8297ac_config_commands="$ac_config_commands depdir"
8298
8299
8300depcc="$CC" am_compiler_list=
8301
8302am_depcomp=$ac_aux_dir/depcomp
8303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8304$as_echo_n "checking dependency style of $depcc... " >&6; }
8305if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8306 $as_echo_n "(cached) " >&6
8307else
8308 if test -f "$am_depcomp"; then
8309 # We make a subdir and do the tests there. Otherwise we can end up
8310 # making bogus files that we don't know about and never remove. For
8311 # instance it was reported that on HP-UX the gcc test will end up
8312 # making a dummy file named `D' -- because `-MD' means `put the output
8313 # in D'.
8314 mkdir conftest.dir
8315 # Copy depcomp to subdir because otherwise we won't find it if we're
8316 # using a relative directory.
8317 cp "$am_depcomp" conftest.dir
8318 cd conftest.dir
8319 # We will build objects and dependencies in a subdirectory because
8320 # it helps to detect inapplicable dependency modes. For instance
8321 # both Tru64's cc and ICC support -MD to output dependencies as a
8322 # side effect of compilation, but ICC will put the dependencies in
8323 # the current directory while Tru64 will put them in the object
8324 # directory.
8325 mkdir sub
8326
8327 am_cv_CC_dependencies_compiler_type=none
8328 if test "$am_compiler_list" = ""; then
8329 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8330 fi
8331 for depmode in $am_compiler_list; do
8332 if test $depmode = none; then break; fi
8333
8334 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8335 # Setup a source with many dependencies, because some compilers
8336 # like to wrap large dependency lists on column 80 (with \), and
8337 # we should not choose a depcomp mode which is confused by this.
8338 #
8339 # We need to recreate these files for each test, as the compiler may
8340 # overwrite some of them when testing with obscure command lines.
8341 # This happens at least with the AIX C compiler.
8342 : > sub/conftest.c
8343 for i in 1 2 3 4 5 6; do
8344 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8345 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8346 # Solaris 8's {/usr,}/bin/sh.
8347 touch sub/conftst$i.h
8348 done
8349 echo "include sub/conftest.Po" > confmf
8350
8351 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8352 # mode. It turns out that the SunPro C++ compiler does not properly
8353 # handle `-M -o', and we need to detect this.
8354 depcmd="depmode=$depmode \
8355 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8356 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8357 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8358 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8359 if env $depcmd > conftest.err 2>&1 &&
8360 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8361 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8362 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8363 # icc doesn't choke on unknown options, it will just issue warnings
8364 # or remarks (even with -Werror). So we grep stderr for any message
8365 # that says an option was ignored or not supported.
8366 # When given -MP, icc 7.0 and 7.1 complain thusly:
8367 # icc: Command line warning: ignoring option '-M'; no argument required
8368 # The diagnosis changed in icc 8.0:
8369 # icc: Command line remark: option '-MP' not supported
8370 if (grep 'ignoring option' conftest.err ||
8371 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8372 am_cv_CC_dependencies_compiler_type=$depmode
8373 $as_echo "$as_me:$LINENO: success" >&5
8374 break
8375 fi
8376 fi
8377 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8378 sed -e 's/^/| /' < conftest.err >&5
8379 done
8380
8381 cd ..
8382 rm -rf conftest.dir
8383else
8384 am_cv_CC_dependencies_compiler_type=none
8385fi
8386
8387fi
8388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8389$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8390if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8391then as_fn_error "no usable dependency style found" "$LINENO" 5
8392else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8393
8394fi
8395
8396
8397# Check for the 'make' the user wants to use.
8398for ac_prog in make
8399do
8400 # Extract the first word of "$ac_prog", so it can be a program name with args.
8401set dummy $ac_prog; ac_word=$2
8402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8403$as_echo_n "checking for $ac_word... " >&6; }
8404if test "${ac_cv_prog_MAKE+set}" = set; then :
8405 $as_echo_n "(cached) " >&6
8406else
8407 if test -n "$MAKE"; then
8408 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8409else
8410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8411for as_dir in $PATH
8412do
8413 IFS=$as_save_IFS
8414 test -z "$as_dir" && as_dir=.
8415 for ac_exec_ext in '' $ac_executable_extensions; do
8416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8417 ac_cv_prog_MAKE="$ac_prog"
8418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8419 break 2
8420 fi
8421done
8422 done
8423IFS=$as_save_IFS
8424
8425fi
8426fi
8427MAKE=$ac_cv_prog_MAKE
8428if test -n "$MAKE"; then
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8430$as_echo "$MAKE" >&6; }
8431else
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8433$as_echo "no" >&6; }
8434fi
8435
8436
8437 test -n "$MAKE" && break
8438done
8439
8440MAKE_IS_GNU=
8441case "`$MAKE --version 2>&1 | sed 1q`" in
8442 *GNU*)
8443 MAKE_IS_GNU=yes
8444 ;;
8445esac
8446 if test "$MAKE_IS_GNU" = yes; then
8447 GMAKE_TRUE=
8448 GMAKE_FALSE='#'
8449else
8450 GMAKE_TRUE='#'
8451 GMAKE_FALSE=
8452fi
8453
8454
8455ALL_LINGUAS=
8456# If we haven't got the data from the intl directory,
8457# assume NLS is disabled.
8458USE_NLS=no
8459LIBINTL=
8460LIBINTL_DEP=
8461INCINTL=
8462XGETTEXT=
8463GMSGFMT=
8464POSUB=
8465
8466if test -f ../../intl/config.intl; then
8467 . ../../intl/config.intl
8468fi
8469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8470$as_echo_n "checking whether NLS is requested... " >&6; }
8471if test x"$USE_NLS" != xyes; then
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8473$as_echo "no" >&6; }
8474else
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8476$as_echo "yes" >&6; }
8477
8478$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8479
8480
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8482$as_echo_n "checking for catalogs to be installed... " >&6; }
8483 # Look for .po and .gmo files in the source directory.
8484 CATALOGS=
8485 XLINGUAS=
8486 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8487 # If there aren't any .gmo files the shell will give us the
8488 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8489 # weeded out.
8490 case "$cat" in *\**)
8491 continue;;
8492 esac
8493 # The quadruple backslash is collapsed to a double backslash
8494 # by the backticks, then collapsed again by the double quotes,
8495 # leaving us with one backslash in the sed expression (right
8496 # before the dot that mustn't act as a wildcard).
8497 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8498 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8499 # The user is allowed to set LINGUAS to a list of languages to
8500 # install catalogs for. If it's empty that means "all of them."
8501 if test "x$LINGUAS" = x; then
8502 CATALOGS="$CATALOGS $cat"
8503 XLINGUAS="$XLINGUAS $lang"
8504 else
8505 case "$LINGUAS" in *$lang*)
8506 CATALOGS="$CATALOGS $cat"
8507 XLINGUAS="$XLINGUAS $lang"
8508 ;;
8509 esac
8510 fi
8511 done
8512 LINGUAS="$XLINGUAS"
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8514$as_echo "$LINGUAS" >&6; }
8515
8516
8517 DATADIRNAME=share
8518
8519 INSTOBJEXT=.mo
8520
8521 GENCAT=gencat
8522
8523 CATOBJEXT=.gmo
8524
8525fi
8526
8527# Check for common headers.
8528# FIXME: Seems to me this can cause problems for i386-windows hosts.
8529# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8530for ac_header in stdlib.h string.h strings.h unistd.h time.h
8531do :
8532 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8533ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8534eval as_val=\$$as_ac_Header
8535 if test "x$as_val" = x""yes; then :
8536 cat >>confdefs.h <<_ACEOF
8537#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8538_ACEOF
8539
8540fi
8541
8542done
8543
8544for ac_header in sys/time.h sys/resource.h
8545do :
8546 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8547ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8548eval as_val=\$$as_ac_Header
8549 if test "x$as_val" = x""yes; then :
8550 cat >>confdefs.h <<_ACEOF
8551#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8552_ACEOF
8553
8554fi
8555
8556done
8557
8558for ac_header in fcntl.h fpu_control.h
8559do :
8560 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8561ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8562eval as_val=\$$as_ac_Header
8563 if test "x$as_val" = x""yes; then :
8564 cat >>confdefs.h <<_ACEOF
8565#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8566_ACEOF
8567
8568fi
8569
8570done
8571
8572for ac_header in dlfcn.h errno.h sys/stat.h
8573do :
8574 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8575ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8576eval as_val=\$$as_ac_Header
8577 if test "x$as_val" = x""yes; then :
8578 cat >>confdefs.h <<_ACEOF
8579#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8580_ACEOF
8581
8582fi
8583
8584done
8585
8586for ac_func in getrusage time sigaction __setfpucw
8587do :
8588 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8589ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8590eval as_val=\$$as_ac_var
8591 if test "x$as_val" = x""yes; then :
8592 cat >>confdefs.h <<_ACEOF
8593#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8594_ACEOF
8595
8596fi
8597done
8598
8599
8600# Check for socket libraries
8601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8602$as_echo_n "checking for bind in -lsocket... " >&6; }
8603if test "${ac_cv_lib_socket_bind+set}" = set; then :
8604 $as_echo_n "(cached) " >&6
8605else
8606 ac_check_lib_save_LIBS=$LIBS
8607LIBS="-lsocket $LIBS"
8608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8609/* end confdefs.h. */
8610
8611/* Override any GCC internal prototype to avoid an error.
8612 Use char because int might match the return type of a GCC
8613 builtin and then its argument prototype would still apply. */
8614#ifdef __cplusplus
8615extern "C"
8616#endif
8617char bind ();
8618int
8619main ()
8620{
8621return bind ();
8622 ;
8623 return 0;
8624}
8625_ACEOF
8626if ac_fn_c_try_link "$LINENO"; then :
8627 ac_cv_lib_socket_bind=yes
8628else
8629 ac_cv_lib_socket_bind=no
8630fi
8631rm -f core conftest.err conftest.$ac_objext \
8632 conftest$ac_exeext conftest.$ac_ext
8633LIBS=$ac_check_lib_save_LIBS
8634fi
8635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8636$as_echo "$ac_cv_lib_socket_bind" >&6; }
8637if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8638 cat >>confdefs.h <<_ACEOF
8639#define HAVE_LIBSOCKET 1
8640_ACEOF
8641
8642 LIBS="-lsocket $LIBS"
8643
8644fi
8645
8646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8647$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8648if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8649 $as_echo_n "(cached) " >&6
8650else
8651 ac_check_lib_save_LIBS=$LIBS
8652LIBS="-lnsl $LIBS"
8653cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8654/* end confdefs.h. */
8655
8656/* Override any GCC internal prototype to avoid an error.
8657 Use char because int might match the return type of a GCC
8658 builtin and then its argument prototype would still apply. */
8659#ifdef __cplusplus
8660extern "C"
8661#endif
8662char gethostbyname ();
8663int
8664main ()
8665{
8666return gethostbyname ();
8667 ;
8668 return 0;
8669}
8670_ACEOF
8671if ac_fn_c_try_link "$LINENO"; then :
8672 ac_cv_lib_nsl_gethostbyname=yes
8673else
8674 ac_cv_lib_nsl_gethostbyname=no
8675fi
8676rm -f core conftest.err conftest.$ac_objext \
8677 conftest$ac_exeext conftest.$ac_ext
8678LIBS=$ac_check_lib_save_LIBS
8679fi
8680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8681$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8682if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8683 cat >>confdefs.h <<_ACEOF
8684#define HAVE_LIBNSL 1
8685_ACEOF
8686
8687 LIBS="-lnsl $LIBS"
8688
8689fi
8690
8691
8692# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8693# using the same condition.
8694
aadc9410 8695 # Use the system's zlib library.
7fed4b0b
L
8696 zlibdir="-L\$(top_builddir)/../zlib"
8697 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 8698
aadc9410
MF
8699# Check whether --with-system-zlib was given.
8700if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
8701 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8702 zlibdir=
8703 zlibinc=
8704 fi
6bb11ab3
L
8705
8706fi
8707
6bb11ab3 8708
6bb11ab3 8709
6bb11ab3
L
8710
8711
8712# BFD uses libdl when when plugins enabled.
8713
faa743bb
RM
8714 maybe_plugins=no
8715 for ac_header in dlfcn.h
8716do :
8717 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8718"
8719if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8720 cat >>confdefs.h <<_ACEOF
8721#define HAVE_DLFCN_H 1
8722_ACEOF
8723 maybe_plugins=yes
8724fi
8725
8726done
8727
8728 for ac_header in windows.h
8729do :
8730 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8731"
8732if test "x$ac_cv_header_windows_h" = x""yes; then :
8733 cat >>confdefs.h <<_ACEOF
8734#define HAVE_WINDOWS_H 1
8735_ACEOF
8736 maybe_plugins=yes
8737fi
8738
8739done
8740
8741
8742 # Check whether --enable-plugins was given.
6bb11ab3
L
8743if test "${enable_plugins+set}" = set; then :
8744 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8745 no) plugins=no ;;
8746 *) plugins=yes
8747 if test "$maybe_plugins" != "yes" ; then
8748 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8749 fi ;;
8750 esac
6bb11ab3 8751else
faa743bb
RM
8752 plugins=$maybe_plugins
8753
6bb11ab3
L
8754fi
8755
2974be62
AM
8756 if test "$plugins" = "yes"; then
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8758$as_echo_n "checking for library containing dlopen... " >&6; }
8759if test "${ac_cv_search_dlopen+set}" = set; then :
8760 $as_echo_n "(cached) " >&6
8761else
8762 ac_func_search_save_LIBS=$LIBS
8763cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8764/* end confdefs.h. */
8765
8766/* Override any GCC internal prototype to avoid an error.
8767 Use char because int might match the return type of a GCC
8768 builtin and then its argument prototype would still apply. */
8769#ifdef __cplusplus
8770extern "C"
8771#endif
8772char dlopen ();
8773int
8774main ()
8775{
8776return dlopen ();
8777 ;
8778 return 0;
8779}
8780_ACEOF
8781for ac_lib in '' dl; do
8782 if test -z "$ac_lib"; then
8783 ac_res="none required"
8784 else
8785 ac_res=-l$ac_lib
8786 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8787 fi
8788 if ac_fn_c_try_link "$LINENO"; then :
8789 ac_cv_search_dlopen=$ac_res
8790fi
8791rm -f core conftest.err conftest.$ac_objext \
8792 conftest$ac_exeext
8793 if test "${ac_cv_search_dlopen+set}" = set; then :
8794 break
8795fi
8796done
8797if test "${ac_cv_search_dlopen+set}" = set; then :
8798
8799else
8800 ac_cv_search_dlopen=no
8801fi
8802rm conftest.$ac_ext
8803LIBS=$ac_func_search_save_LIBS
8804fi
8805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
8806$as_echo "$ac_cv_search_dlopen" >&6; }
8807ac_res=$ac_cv_search_dlopen
8808if test "$ac_res" != no; then :
8809 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8810
8811fi
8812
8813 fi
6bb11ab3
L
8814
8815 if test "$plugins" = yes; then
8816 PLUGINS_TRUE=
8817 PLUGINS_FALSE='#'
8818else
8819 PLUGINS_TRUE='#'
8820 PLUGINS_FALSE=
8821fi
8822
8823
8824
8825
8826
8827# Set options
8828enable_dlopen=yes
8829
8830
8831
8832
8833 enable_win32_dll=no
8834
8835
8836 # Check whether --enable-shared was given.
8837if test "${enable_shared+set}" = set; then :
8838 enableval=$enable_shared; p=${PACKAGE-default}
8839 case $enableval in
8840 yes) enable_shared=yes ;;
8841 no) enable_shared=no ;;
8842 *)
8843 enable_shared=no
8844 # Look at the argument we got. We use all the common list separators.
8845 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8846 for pkg in $enableval; do
8847 IFS="$lt_save_ifs"
8848 if test "X$pkg" = "X$p"; then
8849 enable_shared=yes
8850 fi
8851 done
8852 IFS="$lt_save_ifs"
8853 ;;
8854 esac
8855else
8856 enable_shared=yes
8857fi
8858
8859
8860
8861
8862
8863
8864
8865
8866
8867 # Check whether --enable-static was given.
8868if test "${enable_static+set}" = set; then :
8869 enableval=$enable_static; p=${PACKAGE-default}
8870 case $enableval in
8871 yes) enable_static=yes ;;
8872 no) enable_static=no ;;
8873 *)
8874 enable_static=no
8875 # Look at the argument we got. We use all the common list separators.
8876 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8877 for pkg in $enableval; do
8878 IFS="$lt_save_ifs"
8879 if test "X$pkg" = "X$p"; then
8880 enable_static=yes
8881 fi
8882 done
8883 IFS="$lt_save_ifs"
8884 ;;
8885 esac
8886else
8887 enable_static=yes
8888fi
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899# Check whether --with-pic was given.
8900if test "${with_pic+set}" = set; then :
8901 withval=$with_pic; pic_mode="$withval"
8902else
8903 pic_mode=default
8904fi
8905
8906
8907test -z "$pic_mode" && pic_mode=default
8908
8909
8910
8911
8912
8913
8914
8915 # Check whether --enable-fast-install was given.
8916if test "${enable_fast_install+set}" = set; then :
8917 enableval=$enable_fast_install; p=${PACKAGE-default}
8918 case $enableval in
8919 yes) enable_fast_install=yes ;;
8920 no) enable_fast_install=no ;;
8921 *)
8922 enable_fast_install=no
8923 # Look at the argument we got. We use all the common list separators.
8924 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8925 for pkg in $enableval; do
8926 IFS="$lt_save_ifs"
8927 if test "X$pkg" = "X$p"; then
8928 enable_fast_install=yes
8929 fi
8930 done
8931 IFS="$lt_save_ifs"
8932 ;;
8933 esac
8934else
8935 enable_fast_install=yes
8936fi
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948# This can be used to rebuild libtool when needed
8949LIBTOOL_DEPS="$ltmain"
8950
8951# Always use our own libtool.
8952LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979test -z "$LN_S" && LN_S="ln -s"
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994if test -n "${ZSH_VERSION+set}" ; then
8995 setopt NO_GLOB_SUBST
f0569246 8996fi
f0569246 8997
6bb11ab3
L
8998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8999$as_echo_n "checking for objdir... " >&6; }
9000if test "${lt_cv_objdir+set}" = set; then :
9001 $as_echo_n "(cached) " >&6
9002else
9003 rm -f .libs 2>/dev/null
9004mkdir .libs 2>/dev/null
9005if test -d .libs; then
9006 lt_cv_objdir=.libs
9007else
9008 # MS-DOS does not allow filenames that begin with a dot.
9009 lt_cv_objdir=_libs
9010fi
9011rmdir .libs 2>/dev/null
9012fi
9013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9014$as_echo "$lt_cv_objdir" >&6; }
9015objdir=$lt_cv_objdir
9016
9017
9018
9019
9020
9021cat >>confdefs.h <<_ACEOF
9022#define LT_OBJDIR "$lt_cv_objdir/"
9023_ACEOF
9024
9025
9026
9027
9028case $host_os in
9029aix3*)
9030 # AIX sometimes has problems with the GCC collect2 program. For some
9031 # reason, if we set the COLLECT_NAMES environment variable, the problems
9032 # vanish in a puff of smoke.
9033 if test "X${COLLECT_NAMES+set}" != Xset; then
9034 COLLECT_NAMES=
9035 export COLLECT_NAMES
9036 fi
9037 ;;
81ecdfbb 9038esac
6bb11ab3
L
9039
9040# Global variables:
9041ofile=libtool
9042can_build_shared=yes
9043
9044# All known linkers require a `.a' archive for static linking (except MSVC,
9045# which needs '.lib').
9046libext=a
9047
9048with_gnu_ld="$lt_cv_prog_gnu_ld"
9049
9050old_CC="$CC"
9051old_CFLAGS="$CFLAGS"
9052
9053# Set sane defaults for various variables
9054test -z "$CC" && CC=cc
9055test -z "$LTCC" && LTCC=$CC
9056test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9057test -z "$LD" && LD=ld
9058test -z "$ac_objext" && ac_objext=o
9059
9060for cc_temp in $compiler""; do
9061 case $cc_temp in
9062 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9063 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9064 \-*) ;;
9065 *) break;;
9066 esac
9067done
9068cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9069
9070
9071# Only perform the check for file, if the check method requires it
9072test -z "$MAGIC_CMD" && MAGIC_CMD=file
9073case $deplibs_check_method in
9074file_magic*)
9075 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9077$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9078if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9079 $as_echo_n "(cached) " >&6
9080else
9081 case $MAGIC_CMD in
9082[\\/*] | ?:[\\/]*)
9083 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9084 ;;
9085*)
9086 lt_save_MAGIC_CMD="$MAGIC_CMD"
9087 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9088 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9089 for ac_dir in $ac_dummy; do
9090 IFS="$lt_save_ifs"
9091 test -z "$ac_dir" && ac_dir=.
9092 if test -f $ac_dir/${ac_tool_prefix}file; then
9093 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9094 if test -n "$file_magic_test_file"; then
9095 case $deplibs_check_method in
9096 "file_magic "*)
9097 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9098 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9099 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9100 $EGREP "$file_magic_regex" > /dev/null; then
9101 :
9102 else
9103 cat <<_LT_EOF 1>&2
9104
9105*** Warning: the command libtool uses to detect shared libraries,
9106*** $file_magic_cmd, produces output that libtool cannot recognize.
9107*** The result is that libtool may fail to recognize shared libraries
9108*** as such. This will affect the creation of libtool libraries that
9109*** depend on shared libraries, but programs linked with such libtool
9110*** libraries will work regardless of this problem. Nevertheless, you
9111*** may want to report the problem to your system manager and/or to
9112*** bug-libtool@gnu.org
9113
9114_LT_EOF
9115 fi ;;
9116 esac
9117 fi
9118 break
f0569246 9119 fi
6bb11ab3
L
9120 done
9121 IFS="$lt_save_ifs"
9122 MAGIC_CMD="$lt_save_MAGIC_CMD"
9123 ;;
9124esac
f0569246 9125fi
f0569246 9126
6bb11ab3
L
9127MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9128if test -n "$MAGIC_CMD"; then
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9130$as_echo "$MAGIC_CMD" >&6; }
9131else
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9133$as_echo "no" >&6; }
9134fi
81ecdfbb 9135
6bb11ab3
L
9136
9137
9138
9139
9140if test -z "$lt_cv_path_MAGIC_CMD"; then
9141 if test -n "$ac_tool_prefix"; then
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9143$as_echo_n "checking for file... " >&6; }
9144if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9145 $as_echo_n "(cached) " >&6
9146else
9147 case $MAGIC_CMD in
9148[\\/*] | ?:[\\/]*)
9149 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9150 ;;
9151*)
9152 lt_save_MAGIC_CMD="$MAGIC_CMD"
9153 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9154 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9155 for ac_dir in $ac_dummy; do
9156 IFS="$lt_save_ifs"
9157 test -z "$ac_dir" && ac_dir=.
9158 if test -f $ac_dir/file; then
9159 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9160 if test -n "$file_magic_test_file"; then
9161 case $deplibs_check_method in
9162 "file_magic "*)
9163 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9164 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9165 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9166 $EGREP "$file_magic_regex" > /dev/null; then
9167 :
9168 else
9169 cat <<_LT_EOF 1>&2
9170
9171*** Warning: the command libtool uses to detect shared libraries,
9172*** $file_magic_cmd, produces output that libtool cannot recognize.
9173*** The result is that libtool may fail to recognize shared libraries
9174*** as such. This will affect the creation of libtool libraries that
9175*** depend on shared libraries, but programs linked with such libtool
9176*** libraries will work regardless of this problem. Nevertheless, you
9177*** may want to report the problem to your system manager and/or to
9178*** bug-libtool@gnu.org
9179
9180_LT_EOF
9181 fi ;;
9182 esac
9183 fi
9184 break
9185 fi
9186 done
9187 IFS="$lt_save_ifs"
9188 MAGIC_CMD="$lt_save_MAGIC_CMD"
9189 ;;
81ecdfbb 9190esac
6bb11ab3
L
9191fi
9192
9193MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9194if test -n "$MAGIC_CMD"; then
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9196$as_echo "$MAGIC_CMD" >&6; }
9197else
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9199$as_echo "no" >&6; }
9200fi
9201
9202
9203 else
9204 MAGIC_CMD=:
9205 fi
9206fi
9207
9208 fi
9209 ;;
9210esac
9211
9212# Use C for the default configuration in the libtool script
9213
9214lt_save_CC="$CC"
9215ac_ext=c
9216ac_cpp='$CPP $CPPFLAGS'
9217ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9218ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9219ac_compiler_gnu=$ac_cv_c_compiler_gnu
9220
9221
9222# Source file extension for C test sources.
9223ac_ext=c
9224
9225# Object file extension for compiled C test sources.
9226objext=o
9227objext=$objext
9228
9229# Code to be used in simple compile tests
9230lt_simple_compile_test_code="int some_variable = 0;"
9231
9232# Code to be used in simple link tests
9233lt_simple_link_test_code='int main(){return(0);}'
9234
9235
9236
9237
9238
9239
9240
9241# If no C compiler was specified, use CC.
9242LTCC=${LTCC-"$CC"}
9243
9244# If no C compiler flags were specified, use CFLAGS.
9245LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9246
9247# Allow CC to be a program name with arguments.
9248compiler=$CC
9249
9250# Save the default compiler, since it gets overwritten when the other
9251# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9252compiler_DEFAULT=$CC
9253
9254# save warnings/boilerplate of simple test code
9255ac_outfile=conftest.$ac_objext
9256echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9257eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9258_lt_compiler_boilerplate=`cat conftest.err`
9259$RM conftest*
9260
9261ac_outfile=conftest.$ac_objext
9262echo "$lt_simple_link_test_code" >conftest.$ac_ext
9263eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9264_lt_linker_boilerplate=`cat conftest.err`
9265$RM -r conftest*
9266
9267
9268## CAVEAT EMPTOR:
9269## There is no encapsulation within the following macros, do not change
9270## the running order or otherwise move them around unless you know exactly
9271## what you are doing...
9272if test -n "$compiler"; then
9273
9274lt_prog_compiler_no_builtin_flag=
9275
9276if test "$GCC" = yes; then
9277 case $cc_basename in
9278 nvcc*)
9279 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9280 *)
9281 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9282 esac
6bb11ab3
L
9283
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9285$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9286if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9287 $as_echo_n "(cached) " >&6
f0569246 9288else
6bb11ab3
L
9289 lt_cv_prog_compiler_rtti_exceptions=no
9290 ac_outfile=conftest.$ac_objext
9291 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9292 lt_compiler_flag="-fno-rtti -fno-exceptions"
9293 # Insert the option either (1) after the last *FLAGS variable, or
9294 # (2) before a word containing "conftest.", or (3) at the end.
9295 # Note that $ac_compile itself does not contain backslashes and begins
9296 # with a dollar sign (not a hyphen), so the echo should work correctly.
9297 # The option is referenced via a variable to avoid confusing sed.
9298 lt_compile=`echo "$ac_compile" | $SED \
9299 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9300 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9301 -e 's:$: $lt_compiler_flag:'`
9302 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9303 (eval "$lt_compile" 2>conftest.err)
9304 ac_status=$?
9305 cat conftest.err >&5
9306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9307 if (exit $ac_status) && test -s "$ac_outfile"; then
9308 # The compiler can only warn and ignore the option if not recognized
9309 # So say no if there are warnings other than the usual output.
9310 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9311 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9312 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9313 lt_cv_prog_compiler_rtti_exceptions=yes
9314 fi
9315 fi
9316 $RM conftest*
9317
f0569246 9318fi
6bb11ab3
L
9319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9320$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9321
9322if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9323 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9324else
9325 :
9326fi
9327
9328fi
9329
9330
9331
9332
9333
9334
9335 lt_prog_compiler_wl=
9336lt_prog_compiler_pic=
9337lt_prog_compiler_static=
9338
9339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9340$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9341
9342 if test "$GCC" = yes; then
9343 lt_prog_compiler_wl='-Wl,'
9344 lt_prog_compiler_static='-static'
9345
9346 case $host_os in
9347 aix*)
9348 # All AIX code is PIC.
9349 if test "$host_cpu" = ia64; then
9350 # AIX 5 now supports IA64 processor
9351 lt_prog_compiler_static='-Bstatic'
9352 fi
9353 lt_prog_compiler_pic='-fPIC'
9354 ;;
9355
9356 amigaos*)
9357 case $host_cpu in
9358 powerpc)
9359 # see comment about AmigaOS4 .so support
9360 lt_prog_compiler_pic='-fPIC'
9361 ;;
9362 m68k)
9363 # FIXME: we need at least 68020 code to build shared libraries, but
9364 # adding the `-m68020' flag to GCC prevents building anything better,
9365 # like `-m68040'.
9366 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9367 ;;
9368 esac
9369 ;;
9370
9371 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9372 # PIC is the default for these OSes.
9373 ;;
9374
9375 mingw* | cygwin* | pw32* | os2* | cegcc*)
9376 # This hack is so that the source file can tell whether it is being
9377 # built for inclusion in a dll (and should export symbols for example).
9378 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9379 # (--disable-auto-import) libraries
9380 lt_prog_compiler_pic='-DDLL_EXPORT'
9381 ;;
9382
9383 darwin* | rhapsody*)
9384 # PIC is the default on this platform
9385 # Common symbols not allowed in MH_DYLIB files
9386 lt_prog_compiler_pic='-fno-common'
9387 ;;
9388
9389 haiku*)
9390 # PIC is the default for Haiku.
9391 # The "-static" flag exists, but is broken.
9392 lt_prog_compiler_static=
9393 ;;
9394
9395 hpux*)
9396 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9397 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9398 # sets the default TLS model and affects inlining.
9399 case $host_cpu in
9400 hppa*64*)
9401 # +Z the default
9402 ;;
9403 *)
9404 lt_prog_compiler_pic='-fPIC'
9405 ;;
9406 esac
9407 ;;
9408
9409 interix[3-9]*)
9410 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9411 # Instead, we relocate shared libraries at runtime.
9412 ;;
9413
9414 msdosdjgpp*)
9415 # Just because we use GCC doesn't mean we suddenly get shared libraries
9416 # on systems that don't support them.
9417 lt_prog_compiler_can_build_shared=no
9418 enable_shared=no
9419 ;;
9420
9421 *nto* | *qnx*)
9422 # QNX uses GNU C++, but need to define -shared option too, otherwise
9423 # it will coredump.
9424 lt_prog_compiler_pic='-fPIC -shared'
9425 ;;
9426
9427 sysv4*MP*)
9428 if test -d /usr/nec; then
9429 lt_prog_compiler_pic=-Kconform_pic
9430 fi
9431 ;;
9432
9433 *)
9434 lt_prog_compiler_pic='-fPIC'
9435 ;;
9436 esac
9437
9438 case $cc_basename in
9439 nvcc*) # Cuda Compiler Driver 2.2
9440 lt_prog_compiler_wl='-Xlinker '
9441 lt_prog_compiler_pic='-Xcompiler -fPIC'
9442 ;;
9443 esac
9444 else
9445 # PORTME Check for flag to pass linker flags through the system compiler.
9446 case $host_os in
9447 aix*)
9448 lt_prog_compiler_wl='-Wl,'
9449 if test "$host_cpu" = ia64; then
9450 # AIX 5 now supports IA64 processor
9451 lt_prog_compiler_static='-Bstatic'
9452 else
9453 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9454 fi
9455 ;;
9456
9457 mingw* | cygwin* | pw32* | os2* | cegcc*)
9458 # This hack is so that the source file can tell whether it is being
9459 # built for inclusion in a dll (and should export symbols for example).
9460 lt_prog_compiler_pic='-DDLL_EXPORT'
9461 ;;
9462
9463 hpux9* | hpux10* | hpux11*)
9464 lt_prog_compiler_wl='-Wl,'
9465 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9466 # not for PA HP-UX.
9467 case $host_cpu in
9468 hppa*64*|ia64*)
9469 # +Z the default
9470 ;;
9471 *)
9472 lt_prog_compiler_pic='+Z'
9473 ;;
9474 esac
9475 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9476 lt_prog_compiler_static='${wl}-a ${wl}archive'
9477 ;;
9478
9479 irix5* | irix6* | nonstopux*)
9480 lt_prog_compiler_wl='-Wl,'
9481 # PIC (with -KPIC) is the default.
9482 lt_prog_compiler_static='-non_shared'
9483 ;;
9484
9485 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9486 case $cc_basename in
9487 # old Intel for x86_64 which still supported -KPIC.
9488 ecc*)
9489 lt_prog_compiler_wl='-Wl,'
9490 lt_prog_compiler_pic='-KPIC'
9491 lt_prog_compiler_static='-static'
9492 ;;
9493 # icc used to be incompatible with GCC.
9494 # ICC 10 doesn't accept -KPIC any more.
9495 icc* | ifort*)
9496 lt_prog_compiler_wl='-Wl,'
9497 lt_prog_compiler_pic='-fPIC'
9498 lt_prog_compiler_static='-static'
9499 ;;
9500 # Lahey Fortran 8.1.
9501 lf95*)
9502 lt_prog_compiler_wl='-Wl,'
9503 lt_prog_compiler_pic='--shared'
9504 lt_prog_compiler_static='--static'
9505 ;;
9506 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9507 # Portland Group compilers (*not* the Pentium gcc compiler,
9508 # which looks to be a dead project)
9509 lt_prog_compiler_wl='-Wl,'
9510 lt_prog_compiler_pic='-fpic'
9511 lt_prog_compiler_static='-Bstatic'
9512 ;;
9513 ccc*)
9514 lt_prog_compiler_wl='-Wl,'
9515 # All Alpha code is PIC.
9516 lt_prog_compiler_static='-non_shared'
9517 ;;
9518 xl* | bgxl* | bgf* | mpixl*)
9519 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9520 lt_prog_compiler_wl='-Wl,'
9521 lt_prog_compiler_pic='-qpic'
9522 lt_prog_compiler_static='-qstaticlink'
9523 ;;
9524 *)
9525 case `$CC -V 2>&1 | sed 5q` in
9526 *Sun\ F* | *Sun*Fortran*)
9527 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9528 lt_prog_compiler_pic='-KPIC'
9529 lt_prog_compiler_static='-Bstatic'
9530 lt_prog_compiler_wl=''
9531 ;;
9532 *Sun\ C*)
9533 # Sun C 5.9
9534 lt_prog_compiler_pic='-KPIC'
9535 lt_prog_compiler_static='-Bstatic'
9536 lt_prog_compiler_wl='-Wl,'
9537 ;;
9538 esac
9539 ;;
9540 esac
9541 ;;
9542
9543 newsos6)
9544 lt_prog_compiler_pic='-KPIC'
9545 lt_prog_compiler_static='-Bstatic'
9546 ;;
9547
9548 *nto* | *qnx*)
9549 # QNX uses GNU C++, but need to define -shared option too, otherwise
9550 # it will coredump.
9551 lt_prog_compiler_pic='-fPIC -shared'
9552 ;;
9553
9554 osf3* | osf4* | osf5*)
9555 lt_prog_compiler_wl='-Wl,'
9556 # All OSF/1 code is PIC.
9557 lt_prog_compiler_static='-non_shared'
9558 ;;
9559
9560 rdos*)
9561 lt_prog_compiler_static='-non_shared'
9562 ;;
f0569246 9563
6bb11ab3
L
9564 solaris*)
9565 lt_prog_compiler_pic='-KPIC'
9566 lt_prog_compiler_static='-Bstatic'
9567 case $cc_basename in
9568 f77* | f90* | f95*)
9569 lt_prog_compiler_wl='-Qoption ld ';;
9570 *)
9571 lt_prog_compiler_wl='-Wl,';;
9572 esac
9573 ;;
f0569246 9574
6bb11ab3
L
9575 sunos4*)
9576 lt_prog_compiler_wl='-Qoption ld '
9577 lt_prog_compiler_pic='-PIC'
9578 lt_prog_compiler_static='-Bstatic'
9579 ;;
f0569246 9580
6bb11ab3
L
9581 sysv4 | sysv4.2uw2* | sysv4.3*)
9582 lt_prog_compiler_wl='-Wl,'
9583 lt_prog_compiler_pic='-KPIC'
9584 lt_prog_compiler_static='-Bstatic'
9585 ;;
9586
9587 sysv4*MP*)
9588 if test -d /usr/nec ;then
9589 lt_prog_compiler_pic='-Kconform_pic'
9590 lt_prog_compiler_static='-Bstatic'
9591 fi
9592 ;;
9593
9594 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9595 lt_prog_compiler_wl='-Wl,'
9596 lt_prog_compiler_pic='-KPIC'
9597 lt_prog_compiler_static='-Bstatic'
9598 ;;
9599
9600 unicos*)
9601 lt_prog_compiler_wl='-Wl,'
9602 lt_prog_compiler_can_build_shared=no
9603 ;;
9604
9605 uts4*)
9606 lt_prog_compiler_pic='-pic'
9607 lt_prog_compiler_static='-Bstatic'
9608 ;;
9609
9610 *)
9611 lt_prog_compiler_can_build_shared=no
9612 ;;
9613 esac
9614 fi
9615
9616case $host_os in
9617 # For platforms which do not support PIC, -DPIC is meaningless:
9618 *djgpp*)
9619 lt_prog_compiler_pic=
9620 ;;
9621 *)
9622 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9623 ;;
81ecdfbb 9624esac
6bb11ab3
L
9625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9626$as_echo "$lt_prog_compiler_pic" >&6; }
9627
9628
9629
9630
9631
9632
9633#
9634# Check to make sure the PIC flag actually works.
9635#
9636if test -n "$lt_prog_compiler_pic"; then
9637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9638$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9639if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9640 $as_echo_n "(cached) " >&6
b7026657 9641else
6bb11ab3
L
9642 lt_cv_prog_compiler_pic_works=no
9643 ac_outfile=conftest.$ac_objext
9644 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9645 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9646 # Insert the option either (1) after the last *FLAGS variable, or
9647 # (2) before a word containing "conftest.", or (3) at the end.
9648 # Note that $ac_compile itself does not contain backslashes and begins
9649 # with a dollar sign (not a hyphen), so the echo should work correctly.
9650 # The option is referenced via a variable to avoid confusing sed.
9651 lt_compile=`echo "$ac_compile" | $SED \
9652 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9653 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9654 -e 's:$: $lt_compiler_flag:'`
9655 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9656 (eval "$lt_compile" 2>conftest.err)
9657 ac_status=$?
9658 cat conftest.err >&5
9659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9660 if (exit $ac_status) && test -s "$ac_outfile"; then
9661 # The compiler can only warn and ignore the option if not recognized
9662 # So say no if there are warnings other than the usual output.
9663 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9664 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9665 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9666 lt_cv_prog_compiler_pic_works=yes
9667 fi
9668 fi
9669 $RM conftest*
b7026657 9670
b7026657 9671fi
6bb11ab3
L
9672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9673$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9674
9675if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9676 case $lt_prog_compiler_pic in
9677 "" | " "*) ;;
9678 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9679 esac
9680else
9681 lt_prog_compiler_pic=
9682 lt_prog_compiler_can_build_shared=no
f0569246 9683fi
6bb11ab3
L
9684
9685fi
9686
9687
9688
9689
9690
9691
9692#
9693# Check to make sure the static flag actually works.
9694#
9695wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9697$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9698if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9699 $as_echo_n "(cached) " >&6
f0569246 9700else
6bb11ab3
L
9701 lt_cv_prog_compiler_static_works=no
9702 save_LDFLAGS="$LDFLAGS"
9703 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9704 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9705 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9706 # The linker can only warn and ignore the option if not recognized
9707 # So say no if there are warnings
9708 if test -s conftest.err; then
9709 # Append any errors to the config.log.
9710 cat conftest.err 1>&5
9711 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9712 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9713 if diff conftest.exp conftest.er2 >/dev/null; then
9714 lt_cv_prog_compiler_static_works=yes
9715 fi
9716 else
9717 lt_cv_prog_compiler_static_works=yes
9718 fi
9719 fi
9720 $RM -r conftest*
9721 LDFLAGS="$save_LDFLAGS"
f0569246 9722
6bb11ab3
L
9723fi
9724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9725$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 9726
6bb11ab3
L
9727if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9728 :
c906108c 9729else
6bb11ab3 9730 lt_prog_compiler_static=
f0569246 9731fi
b7026657 9732
6bb11ab3
L
9733
9734
9735
9736
9737
9738
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9740$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9741if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9742 $as_echo_n "(cached) " >&6
81ecdfbb 9743else
6bb11ab3
L
9744 lt_cv_prog_compiler_c_o=no
9745 $RM -r conftest 2>/dev/null
9746 mkdir conftest
9747 cd conftest
9748 mkdir out
9749 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9750
9751 lt_compiler_flag="-o out/conftest2.$ac_objext"
9752 # Insert the option either (1) after the last *FLAGS variable, or
9753 # (2) before a word containing "conftest.", or (3) at the end.
9754 # Note that $ac_compile itself does not contain backslashes and begins
9755 # with a dollar sign (not a hyphen), so the echo should work correctly.
9756 lt_compile=`echo "$ac_compile" | $SED \
9757 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9758 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9759 -e 's:$: $lt_compiler_flag:'`
9760 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9761 (eval "$lt_compile" 2>out/conftest.err)
9762 ac_status=$?
9763 cat out/conftest.err >&5
9764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9765 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9766 then
9767 # The compiler can only warn and ignore the option if not recognized
9768 # So say no if there are warnings
9769 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9770 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9771 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9772 lt_cv_prog_compiler_c_o=yes
9773 fi
9774 fi
9775 chmod u+w . 2>&5
9776 $RM conftest*
9777 # SGI C++ compiler will create directory out/ii_files/ for
9778 # template instantiation
9779 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9780 $RM out/* && rmdir out
9781 cd ..
9782 $RM -r conftest
9783 $RM conftest*
9784
81ecdfbb 9785fi
6bb11ab3
L
9786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9787$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9788
9789
9790
9791
9792
9793
9794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9795$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9796if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
9797 $as_echo_n "(cached) " >&6
9798else
6bb11ab3
L
9799 lt_cv_prog_compiler_c_o=no
9800 $RM -r conftest 2>/dev/null
9801 mkdir conftest
9802 cd conftest
9803 mkdir out
9804 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9805
9806 lt_compiler_flag="-o out/conftest2.$ac_objext"
9807 # Insert the option either (1) after the last *FLAGS variable, or
9808 # (2) before a word containing "conftest.", or (3) at the end.
9809 # Note that $ac_compile itself does not contain backslashes and begins
9810 # with a dollar sign (not a hyphen), so the echo should work correctly.
9811 lt_compile=`echo "$ac_compile" | $SED \
9812 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9813 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9814 -e 's:$: $lt_compiler_flag:'`
9815 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9816 (eval "$lt_compile" 2>out/conftest.err)
9817 ac_status=$?
9818 cat out/conftest.err >&5
9819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9821 then
9822 # The compiler can only warn and ignore the option if not recognized
9823 # So say no if there are warnings
9824 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9825 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9826 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9827 lt_cv_prog_compiler_c_o=yes
9828 fi
9829 fi
9830 chmod u+w . 2>&5
9831 $RM conftest*
9832 # SGI C++ compiler will create directory out/ii_files/ for
9833 # template instantiation
9834 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9835 $RM out/* && rmdir out
9836 cd ..
9837 $RM -r conftest
9838 $RM conftest*
9839
9840fi
9841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9842$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9843
9844
9845
9846
9847hard_links="nottested"
9848if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9849 # do not overwrite the value of need_locks provided by the user
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9851$as_echo_n "checking if we can lock with hard links... " >&6; }
9852 hard_links=yes
9853 $RM conftest*
9854 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9855 touch conftest.a
9856 ln conftest.a conftest.b 2>&5 || hard_links=no
9857 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9859$as_echo "$hard_links" >&6; }
9860 if test "$hard_links" = no; then
9861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9862$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9863 need_locks=warn
9864 fi
9865else
9866 need_locks=no
9867fi
9868
9869
9870
9871
9872
9873
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9875$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9876
9877 runpath_var=
9878 allow_undefined_flag=
9879 always_export_symbols=no
9880 archive_cmds=
9881 archive_expsym_cmds=
9882 compiler_needs_object=no
9883 enable_shared_with_static_runtimes=no
9884 export_dynamic_flag_spec=
9885 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9886 hardcode_automatic=no
9887 hardcode_direct=no
9888 hardcode_direct_absolute=no
9889 hardcode_libdir_flag_spec=
9890 hardcode_libdir_flag_spec_ld=
9891 hardcode_libdir_separator=
9892 hardcode_minus_L=no
9893 hardcode_shlibpath_var=unsupported
9894 inherit_rpath=no
9895 link_all_deplibs=unknown
9896 module_cmds=
9897 module_expsym_cmds=
9898 old_archive_from_new_cmds=
9899 old_archive_from_expsyms_cmds=
9900 thread_safe_flag_spec=
9901 whole_archive_flag_spec=
9902 # include_expsyms should be a list of space-separated symbols to be *always*
9903 # included in the symbol list
9904 include_expsyms=
9905 # exclude_expsyms can be an extended regexp of symbols to exclude
9906 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9907 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9908 # as well as any symbol that contains `d'.
9909 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9910 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9911 # platforms (ab)use it in PIC code, but their linkers get confused if
9912 # the symbol is explicitly referenced. Since portable code cannot
9913 # rely on this symbol name, it's probably fine to never include it in
9914 # preloaded symbol tables.
9915 # Exclude shared library initialization/finalization symbols.
9916 extract_expsyms_cmds=
9917
9918 case $host_os in
9919 cygwin* | mingw* | pw32* | cegcc*)
9920 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9921 # When not using gcc, we currently assume that we are using
9922 # Microsoft Visual C++.
9923 if test "$GCC" != yes; then
9924 with_gnu_ld=no
9925 fi
9926 ;;
9927 interix*)
9928 # we just hope/assume this is gcc and not c89 (= MSVC++)
9929 with_gnu_ld=yes
9930 ;;
9931 openbsd*)
9932 with_gnu_ld=no
9933 ;;
9934 esac
f0569246 9935
6bb11ab3
L
9936 ld_shlibs=yes
9937
9938 # On some targets, GNU ld is compatible enough with the native linker
9939 # that we're better off using the native interface for both.
9940 lt_use_gnu_ld_interface=no
9941 if test "$with_gnu_ld" = yes; then
9942 case $host_os in
9943 aix*)
9944 # The AIX port of GNU ld has always aspired to compatibility
9945 # with the native linker. However, as the warning in the GNU ld
9946 # block says, versions before 2.19.5* couldn't really create working
9947 # shared libraries, regardless of the interface used.
9948 case `$LD -v 2>&1` in
9949 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9950 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9951 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9952 *)
9953 lt_use_gnu_ld_interface=yes
9954 ;;
9955 esac
9956 ;;
9957 *)
9958 lt_use_gnu_ld_interface=yes
9959 ;;
9960 esac
9961 fi
f0569246 9962
6bb11ab3
L
9963 if test "$lt_use_gnu_ld_interface" = yes; then
9964 # If archive_cmds runs LD, not CC, wlarc should be empty
9965 wlarc='${wl}'
9966
9967 # Set some defaults for GNU ld with shared library support. These
9968 # are reset later if shared libraries are not supported. Putting them
9969 # here allows them to be overridden if necessary.
9970 runpath_var=LD_RUN_PATH
9971 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9972 export_dynamic_flag_spec='${wl}--export-dynamic'
9973 # ancient GNU ld didn't support --whole-archive et. al.
9974 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9975 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9976 else
9977 whole_archive_flag_spec=
9978 fi
9979 supports_anon_versioning=no
9980 case `$LD -v 2>&1` in
9981 *GNU\ gold*) supports_anon_versioning=yes ;;
9982 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9983 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9984 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9985 *\ 2.11.*) ;; # other 2.11 versions
9986 *) supports_anon_versioning=yes ;;
9987 esac
9988
9989 # See if GNU ld supports shared libraries.
9990 case $host_os in
9991 aix[3-9]*)
9992 # On AIX/PPC, the GNU linker is very broken
9993 if test "$host_cpu" != ia64; then
9994 ld_shlibs=no
9995 cat <<_LT_EOF 1>&2
9996
9997*** Warning: the GNU linker, at least up to release 2.19, is reported
9998*** to be unable to reliably create shared libraries on AIX.
9999*** Therefore, libtool is disabling shared libraries support. If you
10000*** really care for shared libraries, you may want to install binutils
10001*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10002*** You will then need to restart the configuration process.
10003
10004_LT_EOF
10005 fi
10006 ;;
10007
10008 amigaos*)
10009 case $host_cpu in
10010 powerpc)
10011 # see comment about AmigaOS4 .so support
10012 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10013 archive_expsym_cmds=''
10014 ;;
10015 m68k)
10016 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)'
10017 hardcode_libdir_flag_spec='-L$libdir'
10018 hardcode_minus_L=yes
10019 ;;
10020 esac
10021 ;;
10022
10023 beos*)
10024 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10025 allow_undefined_flag=unsupported
10026 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10027 # support --undefined. This deserves some investigation. FIXME
10028 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10029 else
10030 ld_shlibs=no
10031 fi
10032 ;;
10033
10034 cygwin* | mingw* | pw32* | cegcc*)
10035 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10036 # as there is no search path for DLLs.
10037 hardcode_libdir_flag_spec='-L$libdir'
10038 export_dynamic_flag_spec='${wl}--export-all-symbols'
10039 allow_undefined_flag=unsupported
10040 always_export_symbols=no
10041 enable_shared_with_static_runtimes=yes
10042 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10043
10044 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10045 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10046 # If the export-symbols file already is a .def file (1st line
10047 # is EXPORTS), use it as is; otherwise, prepend...
10048 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10049 cp $export_symbols $output_objdir/$soname.def;
10050 else
10051 echo EXPORTS > $output_objdir/$soname.def;
10052 cat $export_symbols >> $output_objdir/$soname.def;
10053 fi~
10054 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10055 else
10056 ld_shlibs=no
10057 fi
10058 ;;
10059
10060 haiku*)
10061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10062 link_all_deplibs=yes
10063 ;;
10064
10065 interix[3-9]*)
10066 hardcode_direct=no
10067 hardcode_shlibpath_var=no
10068 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10069 export_dynamic_flag_spec='${wl}-E'
10070 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10071 # Instead, shared libraries are loaded at an image base (0x10000000 by
10072 # default) and relocated if they conflict, which is a slow very memory
10073 # consuming and fragmenting process. To avoid this, we pick a random,
10074 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10075 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10076 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10077 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'
10078 ;;
10079
10080 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10081 tmp_diet=no
10082 if test "$host_os" = linux-dietlibc; then
10083 case $cc_basename in
10084 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10085 esac
10086 fi
10087 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10088 && test "$tmp_diet" = no
10089 then
5cddc23a 10090 tmp_addflag=' $pic_flag'
6bb11ab3
L
10091 tmp_sharedflag='-shared'
10092 case $cc_basename,$host_cpu in
10093 pgcc*) # Portland Group C compiler
10094 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'
10095 tmp_addflag=' $pic_flag'
10096 ;;
10097 pgf77* | pgf90* | pgf95* | pgfortran*)
10098 # Portland Group f77 and f90 compilers
10099 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'
10100 tmp_addflag=' $pic_flag -Mnomain' ;;
10101 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10102 tmp_addflag=' -i_dynamic' ;;
10103 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10104 tmp_addflag=' -i_dynamic -nofor_main' ;;
10105 ifc* | ifort*) # Intel Fortran compiler
10106 tmp_addflag=' -nofor_main' ;;
10107 lf95*) # Lahey Fortran 8.1
10108 whole_archive_flag_spec=
10109 tmp_sharedflag='--shared' ;;
10110 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10111 tmp_sharedflag='-qmkshrobj'
10112 tmp_addflag= ;;
10113 nvcc*) # Cuda Compiler Driver 2.2
10114 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'
10115 compiler_needs_object=yes
10116 ;;
10117 esac
10118 case `$CC -V 2>&1 | sed 5q` in
10119 *Sun\ C*) # Sun C 5.9
10120 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'
10121 compiler_needs_object=yes
10122 tmp_sharedflag='-G' ;;
10123 *Sun\ F*) # Sun Fortran 8.3
10124 tmp_sharedflag='-G' ;;
10125 esac
10126 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10127
10128 if test "x$supports_anon_versioning" = xyes; then
10129 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10130 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10131 echo "local: *; };" >> $output_objdir/$libname.ver~
10132 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10133 fi
10134
10135 case $cc_basename in
10136 xlf* | bgf* | bgxlf* | mpixlf*)
10137 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10138 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10139 hardcode_libdir_flag_spec=
10140 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10141 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10142 if test "x$supports_anon_versioning" = xyes; then
10143 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10144 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10145 echo "local: *; };" >> $output_objdir/$libname.ver~
10146 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10147 fi
10148 ;;
10149 esac
10150 else
10151 ld_shlibs=no
10152 fi
10153 ;;
10154
10155 netbsd*)
10156 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10157 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10158 wlarc=
10159 else
10160 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10161 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10162 fi
10163 ;;
10164
10165 solaris*)
10166 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10167 ld_shlibs=no
10168 cat <<_LT_EOF 1>&2
10169
10170*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10171*** create shared libraries on Solaris systems. Therefore, libtool
10172*** is disabling shared libraries support. We urge you to upgrade GNU
10173*** binutils to release 2.9.1 or newer. Another option is to modify
10174*** your PATH or compiler configuration so that the native linker is
10175*** used, and then restart.
10176
10177_LT_EOF
10178 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10179 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10180 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10181 else
10182 ld_shlibs=no
10183 fi
10184 ;;
10185
10186 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10187 case `$LD -v 2>&1` in
10188 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10189 ld_shlibs=no
10190 cat <<_LT_EOF 1>&2
10191
10192*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10193*** reliably create shared libraries on SCO systems. Therefore, libtool
10194*** is disabling shared libraries support. We urge you to upgrade GNU
10195*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10196*** your PATH or compiler configuration so that the native linker is
10197*** used, and then restart.
10198
10199_LT_EOF
10200 ;;
10201 *)
10202 # For security reasons, it is highly recommended that you always
10203 # use absolute paths for naming shared libraries, and exclude the
10204 # DT_RUNPATH tag from executables and libraries. But doing so
10205 # requires that you compile everything twice, which is a pain.
10206 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10208 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10209 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10210 else
10211 ld_shlibs=no
10212 fi
10213 ;;
10214 esac
10215 ;;
10216
10217 sunos4*)
10218 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10219 wlarc=
10220 hardcode_direct=yes
10221 hardcode_shlibpath_var=no
10222 ;;
10223
10224 *)
10225 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10226 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10227 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10228 else
10229 ld_shlibs=no
10230 fi
10231 ;;
10232 esac
10233
10234 if test "$ld_shlibs" = no; then
10235 runpath_var=
10236 hardcode_libdir_flag_spec=
10237 export_dynamic_flag_spec=
10238 whole_archive_flag_spec=
10239 fi
10240 else
10241 # PORTME fill in a description of your system's linker (not GNU ld)
10242 case $host_os in
10243 aix3*)
10244 allow_undefined_flag=unsupported
10245 always_export_symbols=yes
10246 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'
10247 # Note: this linker hardcodes the directories in LIBPATH if there
10248 # are no directories specified by -L.
10249 hardcode_minus_L=yes
10250 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10251 # Neither direct hardcoding nor static linking is supported with a
10252 # broken collect2.
10253 hardcode_direct=unsupported
10254 fi
10255 ;;
10256
10257 aix[4-9]*)
10258 if test "$host_cpu" = ia64; then
10259 # On IA64, the linker does run time linking by default, so we don't
10260 # have to do anything special.
10261 aix_use_runtimelinking=no
10262 exp_sym_flag='-Bexport'
10263 no_entry_flag=""
10264 else
10265 # If we're using GNU nm, then we don't want the "-C" option.
10266 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10267 # Also, AIX nm treats weak defined symbols like other global
10268 # defined symbols, whereas GNU nm marks them as "W".
10269 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10270 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'
10271 else
10272 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10273 fi
10274 aix_use_runtimelinking=no
10275
10276 # Test if we are trying to use run time linking or normal
10277 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10278 # need to do runtime linking.
10279 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10280 for ld_flag in $LDFLAGS; do
10281 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10282 aix_use_runtimelinking=yes
10283 break
10284 fi
10285 done
10286 ;;
10287 esac
10288
10289 exp_sym_flag='-bexport'
10290 no_entry_flag='-bnoentry'
10291 fi
10292
10293 # When large executables or shared objects are built, AIX ld can
10294 # have problems creating the table of contents. If linking a library
10295 # or program results in "error TOC overflow" add -mminimal-toc to
10296 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10297 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10298
10299 archive_cmds=''
10300 hardcode_direct=yes
10301 hardcode_direct_absolute=yes
10302 hardcode_libdir_separator=':'
10303 link_all_deplibs=yes
10304 file_list_spec='${wl}-f,'
10305
10306 if test "$GCC" = yes; then
10307 case $host_os in aix4.[012]|aix4.[012].*)
10308 # We only want to do this on AIX 4.2 and lower, the check
10309 # below for broken collect2 doesn't work under 4.3+
10310 collect2name=`${CC} -print-prog-name=collect2`
10311 if test -f "$collect2name" &&
10312 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10313 then
10314 # We have reworked collect2
10315 :
10316 else
10317 # We have old collect2
10318 hardcode_direct=unsupported
10319 # It fails to find uninstalled libraries when the uninstalled
10320 # path is not listed in the libpath. Setting hardcode_minus_L
10321 # to unsupported forces relinking
10322 hardcode_minus_L=yes
10323 hardcode_libdir_flag_spec='-L$libdir'
10324 hardcode_libdir_separator=
10325 fi
10326 ;;
10327 esac
10328 shared_flag='-shared'
10329 if test "$aix_use_runtimelinking" = yes; then
10330 shared_flag="$shared_flag "'${wl}-G'
10331 fi
10332 else
10333 # not using gcc
10334 if test "$host_cpu" = ia64; then
10335 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10336 # chokes on -Wl,-G. The following line is correct:
10337 shared_flag='-G'
10338 else
10339 if test "$aix_use_runtimelinking" = yes; then
10340 shared_flag='${wl}-G'
10341 else
10342 shared_flag='${wl}-bM:SRE'
10343 fi
10344 fi
10345 fi
10346
10347 export_dynamic_flag_spec='${wl}-bexpall'
10348 # It seems that -bexpall does not export symbols beginning with
10349 # underscore (_), so it is better to generate a list of symbols to export.
10350 always_export_symbols=yes
10351 if test "$aix_use_runtimelinking" = yes; then
10352 # Warning - without using the other runtime loading flags (-brtl),
10353 # -berok will link without error, but may produce a broken library.
10354 allow_undefined_flag='-berok'
10355 # Determine the default libpath from the value encoded in an
10356 # empty executable.
10357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10358/* end confdefs.h. */
10359
10360int
10361main ()
10362{
10363
10364 ;
10365 return 0;
10366}
10367_ACEOF
6bb11ab3 10368if ac_fn_c_try_link "$LINENO"; then :
b7026657 10369
6bb11ab3
L
10370lt_aix_libpath_sed='
10371 /Import File Strings/,/^$/ {
10372 /^0/ {
10373 s/^0 *\(.*\)$/\1/
10374 p
10375 }
10376 }'
10377aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10378# Check for a 64-bit object if we didn't find anything.
10379if test -z "$aix_libpath"; then
10380 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10381fi
10382fi
10383rm -f core conftest.err conftest.$ac_objext \
10384 conftest$ac_exeext conftest.$ac_ext
10385if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10386
10387 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10388 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"
10389 else
10390 if test "$host_cpu" = ia64; then
10391 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10392 allow_undefined_flag="-z nodefs"
10393 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"
10394 else
10395 # Determine the default libpath from the value encoded in an
10396 # empty executable.
81ecdfbb
RW
10397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10398/* end confdefs.h. */
10399
10400int
10401main ()
10402{
10403
10404 ;
10405 return 0;
10406}
10407_ACEOF
6bb11ab3
L
10408if ac_fn_c_try_link "$LINENO"; then :
10409
10410lt_aix_libpath_sed='
10411 /Import File Strings/,/^$/ {
10412 /^0/ {
10413 s/^0 *\(.*\)$/\1/
10414 p
10415 }
10416 }'
10417aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10418# Check for a 64-bit object if we didn't find anything.
10419if test -z "$aix_libpath"; then
10420 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10421fi
81ecdfbb 10422fi
6bb11ab3
L
10423rm -f core conftest.err conftest.$ac_objext \
10424 conftest$ac_exeext conftest.$ac_ext
10425if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10426
10427 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10428 # Warning - without using the other run time loading flags,
10429 # -berok will link without error, but may produce a broken library.
10430 no_undefined_flag=' ${wl}-bernotok'
10431 allow_undefined_flag=' ${wl}-berok'
10432 if test "$with_gnu_ld" = yes; then
10433 # We only use this code for GNU lds that support --whole-archive.
10434 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10435 else
10436 # Exported symbols can be pulled into shared objects from archives
10437 whole_archive_flag_spec='$convenience'
10438 fi
10439 archive_cmds_need_lc=yes
10440 # This is similar to how AIX traditionally builds its shared libraries.
10441 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'
10442 fi
10443 fi
10444 ;;
10445
10446 amigaos*)
10447 case $host_cpu in
10448 powerpc)
10449 # see comment about AmigaOS4 .so support
10450 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10451 archive_expsym_cmds=''
10452 ;;
10453 m68k)
10454 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)'
10455 hardcode_libdir_flag_spec='-L$libdir'
10456 hardcode_minus_L=yes
10457 ;;
10458 esac
10459 ;;
10460
10461 bsdi[45]*)
10462 export_dynamic_flag_spec=-rdynamic
10463 ;;
10464
10465 cygwin* | mingw* | pw32* | cegcc*)
10466 # When not using gcc, we currently assume that we are using
10467 # Microsoft Visual C++.
10468 # hardcode_libdir_flag_spec is actually meaningless, as there is
10469 # no search path for DLLs.
10470 hardcode_libdir_flag_spec=' '
10471 allow_undefined_flag=unsupported
10472 # Tell ltmain to make .lib files, not .a files.
10473 libext=lib
10474 # Tell ltmain to make .dll files, not .so files.
10475 shrext_cmds=".dll"
10476 # FIXME: Setting linknames here is a bad hack.
10477 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10478 # The linker will automatically build a .lib file if we build a DLL.
10479 old_archive_from_new_cmds='true'
10480 # FIXME: Should let the user specify the lib program.
10481 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10482 fix_srcfile_path='`cygpath -w "$srcfile"`'
10483 enable_shared_with_static_runtimes=yes
10484 ;;
10485
10486 darwin* | rhapsody*)
10487
10488
10489 archive_cmds_need_lc=no
10490 hardcode_direct=no
10491 hardcode_automatic=yes
10492 hardcode_shlibpath_var=unsupported
10493 if test "$lt_cv_ld_force_load" = "yes"; then
10494 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\"`'
f0569246 10495 else
6bb11ab3 10496 whole_archive_flag_spec=''
f0569246 10497 fi
6bb11ab3
L
10498 link_all_deplibs=yes
10499 allow_undefined_flag="$_lt_dar_allow_undefined"
10500 case $cc_basename in
10501 ifort*) _lt_dar_can_shared=yes ;;
10502 *) _lt_dar_can_shared=$GCC ;;
10503 esac
10504 if test "$_lt_dar_can_shared" = "yes"; then
10505 output_verbose_link_cmd=func_echo_all
10506 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10507 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10508 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}"
10509 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}"
10510
f0569246 10511 else
6bb11ab3 10512 ld_shlibs=no
f0569246 10513 fi
6bb11ab3
L
10514
10515 ;;
10516
10517 dgux*)
10518 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10519 hardcode_libdir_flag_spec='-L$libdir'
10520 hardcode_shlibpath_var=no
10521 ;;
10522
10523 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10524 # support. Future versions do this automatically, but an explicit c++rt0.o
10525 # does not break anything, and helps significantly (at the cost of a little
10526 # extra space).
10527 freebsd2.2*)
10528 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10529 hardcode_libdir_flag_spec='-R$libdir'
10530 hardcode_direct=yes
10531 hardcode_shlibpath_var=no
10532 ;;
10533
10534 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10535 freebsd2.*)
10536 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10537 hardcode_direct=yes
10538 hardcode_minus_L=yes
10539 hardcode_shlibpath_var=no
10540 ;;
10541
10542 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10543 freebsd* | dragonfly*)
10544 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10545 hardcode_libdir_flag_spec='-R$libdir'
10546 hardcode_direct=yes
10547 hardcode_shlibpath_var=no
10548 ;;
10549
10550 hpux9*)
10551 if test "$GCC" = yes; then
10552 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'
10553 else
10554 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'
10555 fi
10556 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10557 hardcode_libdir_separator=:
10558 hardcode_direct=yes
10559
10560 # hardcode_minus_L: Not really in the search PATH,
10561 # but as the default location of the library.
10562 hardcode_minus_L=yes
10563 export_dynamic_flag_spec='${wl}-E'
10564 ;;
10565
10566 hpux10*)
10567 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10568 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10569 else
10570 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10571 fi
10572 if test "$with_gnu_ld" = no; then
10573 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10574 hardcode_libdir_flag_spec_ld='+b $libdir'
10575 hardcode_libdir_separator=:
10576 hardcode_direct=yes
10577 hardcode_direct_absolute=yes
10578 export_dynamic_flag_spec='${wl}-E'
10579 # hardcode_minus_L: Not really in the search PATH,
10580 # but as the default location of the library.
10581 hardcode_minus_L=yes
10582 fi
10583 ;;
10584
10585 hpux11*)
10586 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10587 case $host_cpu in
10588 hppa*64*)
10589 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10590 ;;
10591 ia64*)
10592 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10593 ;;
10594 *)
10595 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10596 ;;
10597 esac
10598 else
10599 case $host_cpu in
10600 hppa*64*)
10601 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10602 ;;
10603 ia64*)
10604 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10605 ;;
10606 *)
10607
10608 # Older versions of the 11.00 compiler do not understand -b yet
10609 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10611$as_echo_n "checking if $CC understands -b... " >&6; }
10612if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10613 $as_echo_n "(cached) " >&6
f0569246 10614else
6bb11ab3
L
10615 lt_cv_prog_compiler__b=no
10616 save_LDFLAGS="$LDFLAGS"
10617 LDFLAGS="$LDFLAGS -b"
10618 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10619 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10620 # The linker can only warn and ignore the option if not recognized
10621 # So say no if there are warnings
10622 if test -s conftest.err; then
10623 # Append any errors to the config.log.
10624 cat conftest.err 1>&5
10625 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10626 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10627 if diff conftest.exp conftest.er2 >/dev/null; then
10628 lt_cv_prog_compiler__b=yes
10629 fi
10630 else
10631 lt_cv_prog_compiler__b=yes
10632 fi
10633 fi
10634 $RM -r conftest*
10635 LDFLAGS="$save_LDFLAGS"
f0569246 10636
6bb11ab3
L
10637fi
10638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10639$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 10640
6bb11ab3
L
10641if test x"$lt_cv_prog_compiler__b" = xyes; then
10642 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10643else
10644 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10645fi
81ecdfbb 10646
6bb11ab3
L
10647 ;;
10648 esac
10649 fi
10650 if test "$with_gnu_ld" = no; then
10651 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10652 hardcode_libdir_separator=:
10653
10654 case $host_cpu in
10655 hppa*64*|ia64*)
10656 hardcode_direct=no
10657 hardcode_shlibpath_var=no
10658 ;;
10659 *)
10660 hardcode_direct=yes
10661 hardcode_direct_absolute=yes
10662 export_dynamic_flag_spec='${wl}-E'
10663
10664 # hardcode_minus_L: Not really in the search PATH,
10665 # but as the default location of the library.
10666 hardcode_minus_L=yes
10667 ;;
10668 esac
10669 fi
10670 ;;
10671
10672 irix5* | irix6* | nonstopux*)
10673 if test "$GCC" = yes; then
10674 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'
10675 # Try to use the -exported_symbol ld option, if it does not
10676 # work, assume that -exports_file does not work either and
10677 # implicitly export all symbols.
10678 save_LDFLAGS="$LDFLAGS"
10679 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10681/* end confdefs.h. */
10682int foo(void) {}
b7026657 10683_ACEOF
6bb11ab3
L
10684if ac_fn_c_try_link "$LINENO"; then :
10685 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'
c906108c 10686
f0569246 10687fi
6bb11ab3
L
10688rm -f core conftest.err conftest.$ac_objext \
10689 conftest$ac_exeext conftest.$ac_ext
10690 LDFLAGS="$save_LDFLAGS"
10691 else
10692 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'
10693 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'
10694 fi
10695 archive_cmds_need_lc='no'
10696 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10697 hardcode_libdir_separator=:
10698 inherit_rpath=yes
10699 link_all_deplibs=yes
10700 ;;
10701
10702 netbsd*)
10703 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10704 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10705 else
10706 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10707 fi
10708 hardcode_libdir_flag_spec='-R$libdir'
10709 hardcode_direct=yes
10710 hardcode_shlibpath_var=no
10711 ;;
10712
10713 newsos6)
10714 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10715 hardcode_direct=yes
10716 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10717 hardcode_libdir_separator=:
10718 hardcode_shlibpath_var=no
10719 ;;
10720
10721 *nto* | *qnx*)
10722 ;;
10723
10724 openbsd*)
10725 if test -f /usr/libexec/ld.so; then
10726 hardcode_direct=yes
10727 hardcode_shlibpath_var=no
10728 hardcode_direct_absolute=yes
10729 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10730 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10731 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10732 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10733 export_dynamic_flag_spec='${wl}-E'
10734 else
10735 case $host_os in
10736 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10737 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10738 hardcode_libdir_flag_spec='-R$libdir'
10739 ;;
10740 *)
10741 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10742 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10743 ;;
10744 esac
10745 fi
10746 else
10747 ld_shlibs=no
10748 fi
10749 ;;
10750
10751 os2*)
10752 hardcode_libdir_flag_spec='-L$libdir'
10753 hardcode_minus_L=yes
10754 allow_undefined_flag=unsupported
10755 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'
10756 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10757 ;;
10758
10759 osf3*)
10760 if test "$GCC" = yes; then
10761 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10762 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'
10763 else
10764 allow_undefined_flag=' -expect_unresolved \*'
10765 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'
10766 fi
10767 archive_cmds_need_lc='no'
10768 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10769 hardcode_libdir_separator=:
10770 ;;
10771
10772 osf4* | osf5*) # as osf3* with the addition of -msym flag
10773 if test "$GCC" = yes; then
10774 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10775 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'
10776 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10777 else
10778 allow_undefined_flag=' -expect_unresolved \*'
10779 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'
10780 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~
10781 $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'
10782
10783 # Both c and cxx compiler support -rpath directly
10784 hardcode_libdir_flag_spec='-rpath $libdir'
10785 fi
10786 archive_cmds_need_lc='no'
10787 hardcode_libdir_separator=:
10788 ;;
10789
10790 solaris*)
10791 no_undefined_flag=' -z defs'
10792 if test "$GCC" = yes; then
10793 wlarc='${wl}'
10794 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10795 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10796 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10797 else
10798 case `$CC -V 2>&1` in
10799 *"Compilers 5.0"*)
10800 wlarc=''
10801 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10802 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10803 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10804 ;;
10805 *)
10806 wlarc='${wl}'
10807 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10808 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10809 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10810 ;;
10811 esac
10812 fi
10813 hardcode_libdir_flag_spec='-R$libdir'
10814 hardcode_shlibpath_var=no
10815 case $host_os in
10816 solaris2.[0-5] | solaris2.[0-5].*) ;;
10817 *)
10818 # The compiler driver will combine and reorder linker options,
10819 # but understands `-z linker_flag'. GCC discards it without `$wl',
10820 # but is careful enough not to reorder.
10821 # Supported since Solaris 2.6 (maybe 2.5.1?)
10822 if test "$GCC" = yes; then
10823 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10824 else
10825 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10826 fi
10827 ;;
10828 esac
10829 link_all_deplibs=yes
10830 ;;
10831
10832 sunos4*)
10833 if test "x$host_vendor" = xsequent; then
10834 # Use $CC to link under sequent, because it throws in some extra .o
10835 # files that make .init and .fini sections work.
10836 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10837 else
10838 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10839 fi
10840 hardcode_libdir_flag_spec='-L$libdir'
10841 hardcode_direct=yes
10842 hardcode_minus_L=yes
10843 hardcode_shlibpath_var=no
10844 ;;
10845
10846 sysv4)
10847 case $host_vendor in
10848 sni)
10849 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10850 hardcode_direct=yes # is this really true???
10851 ;;
10852 siemens)
10853 ## LD is ld it makes a PLAMLIB
10854 ## CC just makes a GrossModule.
10855 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10856 reload_cmds='$CC -r -o $output$reload_objs'
10857 hardcode_direct=no
10858 ;;
10859 motorola)
10860 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10861 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10862 ;;
10863 esac
10864 runpath_var='LD_RUN_PATH'
10865 hardcode_shlibpath_var=no
10866 ;;
10867
10868 sysv4.3*)
10869 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10870 hardcode_shlibpath_var=no
10871 export_dynamic_flag_spec='-Bexport'
10872 ;;
10873
10874 sysv4*MP*)
10875 if test -d /usr/nec; then
10876 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10877 hardcode_shlibpath_var=no
10878 runpath_var=LD_RUN_PATH
10879 hardcode_runpath_var=yes
10880 ld_shlibs=yes
10881 fi
10882 ;;
10883
10884 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10885 no_undefined_flag='${wl}-z,text'
10886 archive_cmds_need_lc=no
10887 hardcode_shlibpath_var=no
10888 runpath_var='LD_RUN_PATH'
10889
10890 if test "$GCC" = yes; then
10891 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10892 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10893 else
10894 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10895 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10896 fi
10897 ;;
10898
10899 sysv5* | sco3.2v5* | sco5v6*)
10900 # Note: We can NOT use -z defs as we might desire, because we do not
10901 # link with -lc, and that would cause any symbols used from libc to
10902 # always be unresolved, which means just about no library would
10903 # ever link correctly. If we're not using GNU ld we use -z text
10904 # though, which does catch some bad symbols but isn't as heavy-handed
10905 # as -z defs.
10906 no_undefined_flag='${wl}-z,text'
10907 allow_undefined_flag='${wl}-z,nodefs'
10908 archive_cmds_need_lc=no
10909 hardcode_shlibpath_var=no
10910 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10911 hardcode_libdir_separator=':'
10912 link_all_deplibs=yes
10913 export_dynamic_flag_spec='${wl}-Bexport'
10914 runpath_var='LD_RUN_PATH'
10915
10916 if test "$GCC" = yes; then
10917 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10918 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10919 else
10920 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10921 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10922 fi
10923 ;;
10924
10925 uts4*)
10926 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10927 hardcode_libdir_flag_spec='-L$libdir'
10928 hardcode_shlibpath_var=no
10929 ;;
10930
10931 *)
10932 ld_shlibs=no
10933 ;;
10934 esac
10935
10936 if test x$host_vendor = xsni; then
10937 case $host in
10938 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10939 export_dynamic_flag_spec='${wl}-Blargedynsym'
10940 ;;
10941 esac
10942 fi
10943 fi
10944
10945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10946$as_echo "$ld_shlibs" >&6; }
10947test "$ld_shlibs" = no && can_build_shared=no
10948
10949with_gnu_ld=$with_gnu_ld
10950
10951
10952
b7026657 10953
f0569246 10954
f0569246 10955
6ffe910a 10956
6ffe910a
MF
10957
10958
6ffe910a 10959
f0569246 10960
f0569246
AC
10961
10962
6bb11ab3
L
10963
10964
10965#
10966# Do we need to explicitly link libc?
10967#
10968case "x$archive_cmds_need_lc" in
10969x|xyes)
10970 # Assume -lc should be added
10971 archive_cmds_need_lc=yes
10972
10973 if test "$enable_shared" = yes && test "$GCC" = yes; then
10974 case $archive_cmds in
10975 *'~'*)
10976 # FIXME: we may have to deal with multi-command sequences.
10977 ;;
10978 '$CC '*)
10979 # Test whether the compiler implicitly links with -lc since on some
10980 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10981 # to ld, don't add -lc before -lgcc.
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10983$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10984if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 10985 $as_echo_n "(cached) " >&6
f0569246 10986else
6bb11ab3
L
10987 $RM conftest*
10988 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10989
10990 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10991 (eval $ac_compile) 2>&5
10992 ac_status=$?
10993 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10994 test $ac_status = 0; } 2>conftest.err; then
10995 soname=conftest
10996 lib=conftest
10997 libobjs=conftest.$ac_objext
10998 deplibs=
10999 wl=$lt_prog_compiler_wl
11000 pic_flag=$lt_prog_compiler_pic
11001 compiler_flags=-v
11002 linker_flags=-v
11003 verstring=
11004 output_objdir=.
11005 libname=conftest
11006 lt_save_allow_undefined_flag=$allow_undefined_flag
11007 allow_undefined_flag=
11008 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11009 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11010 ac_status=$?
11011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11012 test $ac_status = 0; }
11013 then
11014 lt_cv_archive_cmds_need_lc=no
11015 else
11016 lt_cv_archive_cmds_need_lc=yes
11017 fi
11018 allow_undefined_flag=$lt_save_allow_undefined_flag
11019 else
11020 cat conftest.err 1>&5
11021 fi
11022 $RM conftest*
c906108c 11023
6ffe910a 11024fi
6bb11ab3
L
11025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11026$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11027 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11028 ;;
11029 esac
11030 fi
11031 ;;
6ffe910a 11032esac
c906108c 11033
c906108c 11034
6ffe910a 11035
c906108c 11036
81ecdfbb 11037
35695fd6 11038
35695fd6 11039
35695fd6 11040
f0569246 11041
c906108c 11042
f0569246 11043
b7026657 11044
f0569246 11045
c906108c 11046
81ecdfbb 11047
b7026657 11048
f0569246
AC
11049
11050
81ecdfbb 11051
81ecdfbb 11052
81ecdfbb
RW
11053
11054
81ecdfbb 11055
81ecdfbb 11056
f0569246
AC
11057
11058
c906108c 11059
f0569246 11060
c906108c 11061
c906108c 11062
81ecdfbb 11063
b7026657 11064
c906108c 11065
f0569246 11066
81ecdfbb 11067
f0569246 11068
c906108c 11069
c906108c 11070
b7026657 11071
81ecdfbb 11072
b7026657 11073
c906108c 11074
c906108c 11075
b7026657
AC
11076
11077
11078
11079
6ffe910a 11080
2232061b
MF
11081
11082
2232061b 11083
2232061b
MF
11084
11085
2232061b
MF
11086
11087
2232061b 11088
2232061b
MF
11089
11090
6bb11ab3
L
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11191$as_echo_n "checking dynamic linker characteristics... " >&6; }
11192
11193if test "$GCC" = yes; then
11194 case $host_os in
11195 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11196 *) lt_awk_arg="/^libraries:/" ;;
11197 esac
11198 case $host_os in
11199 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11200 *) lt_sed_strip_eq="s,=/,/,g" ;;
11201 esac
11202 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11203 case $lt_search_path_spec in
11204 *\;*)
11205 # if the path contains ";" then we assume it to be the separator
11206 # otherwise default to the standard path separator (i.e. ":") - it is
11207 # assumed that no part of a normal pathname contains ";" but that should
11208 # okay in the real world where ";" in dirpaths is itself problematic.
11209 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11210 ;;
11211 *)
11212 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11213 ;;
11214 esac
11215 # Ok, now we have the path, separated by spaces, we can step through it
11216 # and add multilib dir if necessary.
11217 lt_tmp_lt_search_path_spec=
11218 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11219 for lt_sys_path in $lt_search_path_spec; do
11220 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11221 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11222 else
11223 test -d "$lt_sys_path" && \
11224 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11225 fi
11226 done
11227 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11228BEGIN {RS=" "; FS="/|\n";} {
11229 lt_foo="";
11230 lt_count=0;
11231 for (lt_i = NF; lt_i > 0; lt_i--) {
11232 if ($lt_i != "" && $lt_i != ".") {
11233 if ($lt_i == "..") {
11234 lt_count++;
11235 } else {
11236 if (lt_count == 0) {
11237 lt_foo="/" $lt_i lt_foo;
11238 } else {
11239 lt_count--;
11240 }
11241 }
11242 }
11243 }
11244 if (lt_foo != "") { lt_freq[lt_foo]++; }
11245 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11246}'`
11247 # AWK program above erroneously prepends '/' to C:/dos/paths
11248 # for these hosts.
11249 case $host_os in
11250 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11251 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11252 esac
11253 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11254else
11255 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11256fi
11257library_names_spec=
11258libname_spec='lib$name'
11259soname_spec=
11260shrext_cmds=".so"
11261postinstall_cmds=
11262postuninstall_cmds=
11263finish_cmds=
11264finish_eval=
11265shlibpath_var=
11266shlibpath_overrides_runpath=unknown
11267version_type=none
11268dynamic_linker="$host_os ld.so"
11269sys_lib_dlsearch_path_spec="/lib /usr/lib"
11270need_lib_prefix=unknown
11271hardcode_into_libs=no
11272
11273# when you set need_version to no, make sure it does not cause -set_version
11274# flags to be left without arguments
11275need_version=unknown
11276
11277case $host_os in
11278aix3*)
11279 version_type=linux
11280 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11281 shlibpath_var=LIBPATH
11282
11283 # AIX 3 has no versioning support, so we append a major version to the name.
11284 soname_spec='${libname}${release}${shared_ext}$major'
11285 ;;
11286
11287aix[4-9]*)
11288 version_type=linux
11289 need_lib_prefix=no
11290 need_version=no
11291 hardcode_into_libs=yes
11292 if test "$host_cpu" = ia64; then
11293 # AIX 5 supports IA64
11294 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11295 shlibpath_var=LD_LIBRARY_PATH
11296 else
11297 # With GCC up to 2.95.x, collect2 would create an import file
11298 # for dependence libraries. The import file would start with
11299 # the line `#! .'. This would cause the generated library to
11300 # depend on `.', always an invalid library. This was fixed in
11301 # development snapshots of GCC prior to 3.0.
11302 case $host_os in
11303 aix4 | aix4.[01] | aix4.[01].*)
11304 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11305 echo ' yes '
11306 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11307 :
11308 else
11309 can_build_shared=no
11310 fi
11311 ;;
11312 esac
11313 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11314 # soname into executable. Probably we can add versioning support to
11315 # collect2, so additional links can be useful in future.
11316 if test "$aix_use_runtimelinking" = yes; then
11317 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11318 # instead of lib<name>.a to let people know that these are not
11319 # typical AIX shared libraries.
11320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11321 else
11322 # We preserve .a as extension for shared libraries through AIX4.2
11323 # and later when we are not doing run time linking.
11324 library_names_spec='${libname}${release}.a $libname.a'
11325 soname_spec='${libname}${release}${shared_ext}$major'
11326 fi
11327 shlibpath_var=LIBPATH
11328 fi
11329 ;;
11330
11331amigaos*)
11332 case $host_cpu in
11333 powerpc)
11334 # Since July 2007 AmigaOS4 officially supports .so libraries.
11335 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11336 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11337 ;;
11338 m68k)
11339 library_names_spec='$libname.ixlibrary $libname.a'
11340 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11341 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'
11342 ;;
11343 esac
11344 ;;
11345
11346beos*)
11347 library_names_spec='${libname}${shared_ext}'
11348 dynamic_linker="$host_os ld.so"
11349 shlibpath_var=LIBRARY_PATH
11350 ;;
11351
11352bsdi[45]*)
11353 version_type=linux
11354 need_version=no
11355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11356 soname_spec='${libname}${release}${shared_ext}$major'
11357 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11358 shlibpath_var=LD_LIBRARY_PATH
11359 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11360 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11361 # the default ld.so.conf also contains /usr/contrib/lib and
11362 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11363 # libtool to hard-code these into programs
11364 ;;
11365
11366cygwin* | mingw* | pw32* | cegcc*)
11367 version_type=windows
11368 shrext_cmds=".dll"
11369 need_version=no
11370 need_lib_prefix=no
11371
11372 case $GCC,$host_os in
11373 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11374 library_names_spec='$libname.dll.a'
11375 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11376 postinstall_cmds='base_file=`basename \${file}`~
11377 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11378 dldir=$destdir/`dirname \$dlpath`~
11379 test -d \$dldir || mkdir -p \$dldir~
11380 $install_prog $dir/$dlname \$dldir/$dlname~
11381 chmod a+x \$dldir/$dlname~
11382 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11383 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11384 fi'
11385 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11386 dlpath=$dir/\$dldll~
11387 $RM \$dlpath'
11388 shlibpath_overrides_runpath=yes
11389
11390 case $host_os in
11391 cygwin*)
11392 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11393 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11394
11395 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11396 ;;
11397 mingw* | cegcc*)
11398 # MinGW DLLs use traditional 'lib' prefix
11399 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11400 ;;
11401 pw32*)
11402 # pw32 DLLs use 'pw' prefix rather than 'lib'
11403 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11404 ;;
11405 esac
11406 ;;
11407
11408 *)
11409 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11410 ;;
11411 esac
11412 dynamic_linker='Win32 ld.exe'
11413 # FIXME: first we should search . and the directory the executable is in
11414 shlibpath_var=PATH
11415 ;;
11416
11417darwin* | rhapsody*)
11418 dynamic_linker="$host_os dyld"
11419 version_type=darwin
11420 need_lib_prefix=no
11421 need_version=no
11422 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11423 soname_spec='${libname}${release}${major}$shared_ext'
11424 shlibpath_overrides_runpath=yes
11425 shlibpath_var=DYLD_LIBRARY_PATH
11426 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11427
11428 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11429 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11430 ;;
11431
11432dgux*)
11433 version_type=linux
11434 need_lib_prefix=no
11435 need_version=no
11436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11437 soname_spec='${libname}${release}${shared_ext}$major'
11438 shlibpath_var=LD_LIBRARY_PATH
11439 ;;
11440
11441freebsd* | dragonfly*)
11442 # DragonFly does not have aout. When/if they implement a new
11443 # versioning mechanism, adjust this.
11444 if test -x /usr/bin/objformat; then
11445 objformat=`/usr/bin/objformat`
11446 else
11447 case $host_os in
11448 freebsd[23].*) objformat=aout ;;
11449 *) objformat=elf ;;
11450 esac
11451 fi
11452 version_type=freebsd-$objformat
11453 case $version_type in
11454 freebsd-elf*)
11455 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11456 need_version=no
11457 need_lib_prefix=no
11458 ;;
11459 freebsd-*)
11460 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11461 need_version=yes
11462 ;;
11463 esac
11464 shlibpath_var=LD_LIBRARY_PATH
11465 case $host_os in
11466 freebsd2.*)
11467 shlibpath_overrides_runpath=yes
11468 ;;
11469 freebsd3.[01]* | freebsdelf3.[01]*)
11470 shlibpath_overrides_runpath=yes
11471 hardcode_into_libs=yes
11472 ;;
11473 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11474 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11475 shlibpath_overrides_runpath=no
11476 hardcode_into_libs=yes
11477 ;;
11478 *) # from 4.6 on, and DragonFly
11479 shlibpath_overrides_runpath=yes
11480 hardcode_into_libs=yes
11481 ;;
11482 esac
11483 ;;
11484
11485gnu*)
11486 version_type=linux
11487 need_lib_prefix=no
11488 need_version=no
11489 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11490 soname_spec='${libname}${release}${shared_ext}$major'
11491 shlibpath_var=LD_LIBRARY_PATH
11492 hardcode_into_libs=yes
11493 ;;
11494
11495haiku*)
11496 version_type=linux
11497 need_lib_prefix=no
11498 need_version=no
11499 dynamic_linker="$host_os runtime_loader"
11500 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11501 soname_spec='${libname}${release}${shared_ext}$major'
11502 shlibpath_var=LIBRARY_PATH
11503 shlibpath_overrides_runpath=yes
11504 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11505 hardcode_into_libs=yes
11506 ;;
11507
11508hpux9* | hpux10* | hpux11*)
11509 # Give a soname corresponding to the major version so that dld.sl refuses to
11510 # link against other versions.
11511 version_type=sunos
11512 need_lib_prefix=no
11513 need_version=no
11514 case $host_cpu in
11515 ia64*)
11516 shrext_cmds='.so'
11517 hardcode_into_libs=yes
11518 dynamic_linker="$host_os dld.so"
11519 shlibpath_var=LD_LIBRARY_PATH
11520 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11522 soname_spec='${libname}${release}${shared_ext}$major'
11523 if test "X$HPUX_IA64_MODE" = X32; then
11524 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11525 else
11526 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11527 fi
11528 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11529 ;;
11530 hppa*64*)
11531 shrext_cmds='.sl'
11532 hardcode_into_libs=yes
11533 dynamic_linker="$host_os dld.sl"
11534 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11535 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11537 soname_spec='${libname}${release}${shared_ext}$major'
11538 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11539 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11540 ;;
11541 *)
11542 shrext_cmds='.sl'
11543 dynamic_linker="$host_os dld.sl"
11544 shlibpath_var=SHLIB_PATH
11545 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11546 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11547 soname_spec='${libname}${release}${shared_ext}$major'
11548 ;;
11549 esac
11550 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11551 postinstall_cmds='chmod 555 $lib'
11552 # or fails outright, so override atomically:
11553 install_override_mode=555
11554 ;;
11555
11556interix[3-9]*)
11557 version_type=linux
11558 need_lib_prefix=no
11559 need_version=no
11560 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11561 soname_spec='${libname}${release}${shared_ext}$major'
11562 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11563 shlibpath_var=LD_LIBRARY_PATH
11564 shlibpath_overrides_runpath=no
11565 hardcode_into_libs=yes
11566 ;;
11567
11568irix5* | irix6* | nonstopux*)
11569 case $host_os in
11570 nonstopux*) version_type=nonstopux ;;
11571 *)
11572 if test "$lt_cv_prog_gnu_ld" = yes; then
11573 version_type=linux
11574 else
11575 version_type=irix
11576 fi ;;
11577 esac
11578 need_lib_prefix=no
11579 need_version=no
11580 soname_spec='${libname}${release}${shared_ext}$major'
11581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11582 case $host_os in
11583 irix5* | nonstopux*)
11584 libsuff= shlibsuff=
11585 ;;
11586 *)
11587 case $LD in # libtool.m4 will add one of these switches to LD
11588 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11589 libsuff= shlibsuff= libmagic=32-bit;;
11590 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11591 libsuff=32 shlibsuff=N32 libmagic=N32;;
11592 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11593 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11594 *) libsuff= shlibsuff= libmagic=never-match;;
11595 esac
11596 ;;
11597 esac
11598 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11599 shlibpath_overrides_runpath=no
11600 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11601 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11602 hardcode_into_libs=yes
11603 ;;
11604
11605# No shared lib support for Linux oldld, aout, or coff.
11606linux*oldld* | linux*aout* | linux*coff*)
11607 dynamic_linker=no
11608 ;;
11609
11610# This must be Linux ELF.
11611linux* | k*bsd*-gnu | kopensolaris*-gnu)
11612 version_type=linux
11613 need_lib_prefix=no
11614 need_version=no
11615 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11616 soname_spec='${libname}${release}${shared_ext}$major'
11617 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11618 shlibpath_var=LD_LIBRARY_PATH
11619 shlibpath_overrides_runpath=no
11620
11621 # Some binutils ld are patched to set DT_RUNPATH
11622 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11623 $as_echo_n "(cached) " >&6
11624else
6bb11ab3
L
11625 lt_cv_shlibpath_overrides_runpath=no
11626 save_LDFLAGS=$LDFLAGS
11627 save_libdir=$libdir
11628 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11629 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11631/* end confdefs.h. */
11632
2232061b
MF
11633int
11634main ()
11635{
11636
11637 ;
11638 return 0;
11639}
11640_ACEOF
6bb11ab3
L
11641if ac_fn_c_try_link "$LINENO"; then :
11642 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11643 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11644fi
2232061b 11645fi
6bb11ab3
L
11646rm -f core conftest.err conftest.$ac_objext \
11647 conftest$ac_exeext conftest.$ac_ext
11648 LDFLAGS=$save_LDFLAGS
11649 libdir=$save_libdir
2232061b 11650
6bb11ab3 11651fi
2232061b 11652
6bb11ab3 11653 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11654
6bb11ab3
L
11655 # This implies no fast_install, which is unacceptable.
11656 # Some rework will be needed to allow for fast_install
11657 # before this can be enabled.
11658 hardcode_into_libs=yes
2232061b 11659
6bb11ab3
L
11660 # Append ld.so.conf contents to the search path
11661 if test -f /etc/ld.so.conf; then
11662 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' ' '`
11663 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11664 fi
2232061b 11665
6bb11ab3
L
11666 # We used to test for /lib/ld.so.1 and disable shared libraries on
11667 # powerpc, because MkLinux only supported shared libraries with the
11668 # GNU dynamic linker. Since this was broken with cross compilers,
11669 # most powerpc-linux boxes support dynamic linking these days and
11670 # people can always --disable-shared, the test was removed, and we
11671 # assume the GNU/Linux dynamic linker is in use.
11672 dynamic_linker='GNU/Linux ld.so'
11673 ;;
11674
11675netbsd*)
11676 version_type=sunos
11677 need_lib_prefix=no
11678 need_version=no
11679 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11680 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11681 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11682 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11683 else
6bb11ab3
L
11684 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11685 soname_spec='${libname}${release}${shared_ext}$major'
11686 dynamic_linker='NetBSD ld.elf_so'
11687 fi
11688 shlibpath_var=LD_LIBRARY_PATH
11689 shlibpath_overrides_runpath=yes
11690 hardcode_into_libs=yes
11691 ;;
11692
11693newsos6)
11694 version_type=linux
11695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11696 shlibpath_var=LD_LIBRARY_PATH
11697 shlibpath_overrides_runpath=yes
11698 ;;
11699
11700*nto* | *qnx*)
11701 version_type=qnx
11702 need_lib_prefix=no
11703 need_version=no
11704 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11705 soname_spec='${libname}${release}${shared_ext}$major'
11706 shlibpath_var=LD_LIBRARY_PATH
11707 shlibpath_overrides_runpath=no
11708 hardcode_into_libs=yes
11709 dynamic_linker='ldqnx.so'
11710 ;;
11711
11712openbsd*)
11713 version_type=sunos
11714 sys_lib_dlsearch_path_spec="/usr/lib"
11715 need_lib_prefix=no
11716 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11717 case $host_os in
11718 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11719 *) need_version=no ;;
11720 esac
11721 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11722 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11723 shlibpath_var=LD_LIBRARY_PATH
11724 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11725 case $host_os in
11726 openbsd2.[89] | openbsd2.[89].*)
11727 shlibpath_overrides_runpath=no
11728 ;;
11729 *)
11730 shlibpath_overrides_runpath=yes
11731 ;;
11732 esac
11733 else
11734 shlibpath_overrides_runpath=yes
11735 fi
11736 ;;
11737
11738os2*)
11739 libname_spec='$name'
11740 shrext_cmds=".dll"
11741 need_lib_prefix=no
11742 library_names_spec='$libname${shared_ext} $libname.a'
11743 dynamic_linker='OS/2 ld.exe'
11744 shlibpath_var=LIBPATH
11745 ;;
11746
11747osf3* | osf4* | osf5*)
11748 version_type=osf
11749 need_lib_prefix=no
11750 need_version=no
11751 soname_spec='${libname}${release}${shared_ext}$major'
11752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11753 shlibpath_var=LD_LIBRARY_PATH
11754 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11755 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11756 ;;
11757
11758rdos*)
11759 dynamic_linker=no
11760 ;;
11761
11762solaris*)
11763 version_type=linux
11764 need_lib_prefix=no
11765 need_version=no
11766 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11767 soname_spec='${libname}${release}${shared_ext}$major'
11768 shlibpath_var=LD_LIBRARY_PATH
11769 shlibpath_overrides_runpath=yes
11770 hardcode_into_libs=yes
11771 # ldd complains unless libraries are executable
11772 postinstall_cmds='chmod +x $lib'
11773 ;;
11774
11775sunos4*)
11776 version_type=sunos
11777 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11778 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11779 shlibpath_var=LD_LIBRARY_PATH
11780 shlibpath_overrides_runpath=yes
11781 if test "$with_gnu_ld" = yes; then
11782 need_lib_prefix=no
11783 fi
11784 need_version=yes
11785 ;;
11786
11787sysv4 | sysv4.3*)
11788 version_type=linux
11789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11790 soname_spec='${libname}${release}${shared_ext}$major'
11791 shlibpath_var=LD_LIBRARY_PATH
11792 case $host_vendor in
11793 sni)
11794 shlibpath_overrides_runpath=no
11795 need_lib_prefix=no
11796 runpath_var=LD_RUN_PATH
11797 ;;
11798 siemens)
11799 need_lib_prefix=no
11800 ;;
11801 motorola)
11802 need_lib_prefix=no
11803 need_version=no
11804 shlibpath_overrides_runpath=no
11805 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11806 ;;
11807 esac
11808 ;;
11809
11810sysv4*MP*)
11811 if test -d /usr/nec ;then
11812 version_type=linux
11813 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11814 soname_spec='$libname${shared_ext}.$major'
11815 shlibpath_var=LD_LIBRARY_PATH
2232061b 11816 fi
6bb11ab3
L
11817 ;;
11818
11819sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11820 version_type=freebsd-elf
11821 need_lib_prefix=no
11822 need_version=no
11823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11824 soname_spec='${libname}${release}${shared_ext}$major'
11825 shlibpath_var=LD_LIBRARY_PATH
11826 shlibpath_overrides_runpath=yes
11827 hardcode_into_libs=yes
11828 if test "$with_gnu_ld" = yes; then
11829 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11830 else
11831 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11832 case $host_os in
11833 sco3.2v5*)
11834 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11835 ;;
11836 esac
11837 fi
11838 sys_lib_dlsearch_path_spec='/usr/lib'
11839 ;;
11840
11841tpf*)
11842 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11843 version_type=linux
11844 need_lib_prefix=no
11845 need_version=no
11846 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11847 shlibpath_var=LD_LIBRARY_PATH
11848 shlibpath_overrides_runpath=no
11849 hardcode_into_libs=yes
11850 ;;
11851
11852uts4*)
11853 version_type=linux
11854 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11855 soname_spec='${libname}${release}${shared_ext}$major'
11856 shlibpath_var=LD_LIBRARY_PATH
11857 ;;
11858
11859*)
11860 dynamic_linker=no
11861 ;;
11862esac
11863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11864$as_echo "$dynamic_linker" >&6; }
11865test "$dynamic_linker" = no && can_build_shared=no
11866
11867variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11868if test "$GCC" = yes; then
11869 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 11870fi
2232061b 11871
6bb11ab3
L
11872if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11873 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11874fi
11875if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11876 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11877fi
11878
11879
11880
11881
11882
11883
11884
11885
11886
11887
11888
11889
11890
11891
11892
11893
11894
11895
11896
11897
11898
11899
11900
11901
11902
11903
2232061b 11904
2232061b 11905
2232061b 11906
2232061b 11907
2232061b
MF
11908
11909
6ffe910a 11910
6ffe910a
MF
11911
11912
11913
11914
11915
2232061b 11916
6ffe910a
MF
11917
11918
11919
11920
6ffe910a 11921
6ffe910a 11922
6ffe910a
MF
11923
11924
6ffe910a 11925
6ffe910a 11926
6ffe910a
MF
11927
11928
5f3ef9d0 11929
5f3ef9d0
JB
11930
11931
11932
db2e4d67
MF
11933
11934
db2e4d67 11935
db2e4d67 11936
db2e4d67 11937
db2e4d67 11938
db2e4d67 11939
db2e4d67 11940
db2e4d67 11941
db2e4d67
MF
11942
11943
db2e4d67 11944
db2e4d67
MF
11945
11946
db2e4d67 11947
db2e4d67
MF
11948
11949
6ffe910a 11950
6ffe910a 11951
6ffe910a
MF
11952
11953
6ffe910a
MF
11954
11955
6ffe910a 11956
6ffe910a 11957
6ffe910a 11958
6ffe910a 11959
6ffe910a 11960
b7026657
AC
11961
11962
11963
c906108c 11964
b7026657 11965
c906108c 11966
b7026657 11967
b7026657 11968
cd0fc7c3 11969
6bb11ab3
L
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11971$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11972hardcode_action=
11973if test -n "$hardcode_libdir_flag_spec" ||
11974 test -n "$runpath_var" ||
11975 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 11976
6bb11ab3
L
11977 # We can hardcode non-existent directories.
11978 if test "$hardcode_direct" != no &&
11979 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11980 # have to relink, otherwise we might link with an installed library
11981 # when we should be linking with a yet-to-be-installed one
11982 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11983 test "$hardcode_minus_L" != no; then
11984 # Linking always hardcodes the temporary library directory.
11985 hardcode_action=relink
11986 else
11987 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11988 hardcode_action=immediate
11989 fi
11990else
11991 # We cannot hardcode anything, or else we can only hardcode existing
11992 # directories.
11993 hardcode_action=unsupported
c906108c 11994fi
6bb11ab3
L
11995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11996$as_echo "$hardcode_action" >&6; }
b7026657 11997
6bb11ab3
L
11998if test "$hardcode_action" = relink ||
11999 test "$inherit_rpath" = yes; then
12000 # Fast installation is not supported
12001 enable_fast_install=no
12002elif test "$shlibpath_overrides_runpath" = yes ||
12003 test "$enable_shared" = no; then
12004 # Fast installation is not necessary
12005 enable_fast_install=needless
12006fi
c906108c 12007
6bb11ab3
L
12008
12009
12010
12011
12012
12013 if test "x$enable_dlopen" != xyes; then
12014 enable_dlopen=unknown
12015 enable_dlopen_self=unknown
12016 enable_dlopen_self_static=unknown
12017else
12018 lt_cv_dlopen=no
12019 lt_cv_dlopen_libs=
12020
12021 case $host_os in
12022 beos*)
12023 lt_cv_dlopen="load_add_on"
12024 lt_cv_dlopen_libs=
12025 lt_cv_dlopen_self=yes
12026 ;;
12027
12028 mingw* | pw32* | cegcc*)
12029 lt_cv_dlopen="LoadLibrary"
12030 lt_cv_dlopen_libs=
12031 ;;
12032
12033 cygwin*)
12034 lt_cv_dlopen="dlopen"
12035 lt_cv_dlopen_libs=
12036 ;;
12037
12038 darwin*)
12039 # if libdl is installed we need to link against it
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12041$as_echo_n "checking for dlopen in -ldl... " >&6; }
12042if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12043 $as_echo_n "(cached) " >&6
12044else
12045 ac_check_lib_save_LIBS=$LIBS
12046LIBS="-ldl $LIBS"
12047cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12048/* end confdefs.h. */
12049
12050/* Override any GCC internal prototype to avoid an error.
12051 Use char because int might match the return type of a GCC
12052 builtin and then its argument prototype would still apply. */
12053#ifdef __cplusplus
12054extern "C"
12055#endif
12056char dlopen ();
12057int
12058main ()
12059{
12060return dlopen ();
12061 ;
12062 return 0;
12063}
b7026657 12064_ACEOF
6bb11ab3
L
12065if ac_fn_c_try_link "$LINENO"; then :
12066 ac_cv_lib_dl_dlopen=yes
12067else
12068 ac_cv_lib_dl_dlopen=no
12069fi
12070rm -f core conftest.err conftest.$ac_objext \
12071 conftest$ac_exeext conftest.$ac_ext
12072LIBS=$ac_check_lib_save_LIBS
12073fi
12074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12075$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12076if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12077 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12078else
12079
12080 lt_cv_dlopen="dyld"
12081 lt_cv_dlopen_libs=
12082 lt_cv_dlopen_self=yes
c906108c 12083
c906108c 12084fi
c906108c 12085
6bb11ab3 12086 ;;
c906108c 12087
6bb11ab3
L
12088 *)
12089 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12090if test "x$ac_cv_func_shl_load" = x""yes; then :
12091 lt_cv_dlopen="shl_load"
12092else
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12094$as_echo_n "checking for shl_load in -ldld... " >&6; }
12095if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12096 $as_echo_n "(cached) " >&6
12097else
12098 ac_check_lib_save_LIBS=$LIBS
12099LIBS="-ldld $LIBS"
12100cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12101/* end confdefs.h. */
12102
12103/* Override any GCC internal prototype to avoid an error.
12104 Use char because int might match the return type of a GCC
12105 builtin and then its argument prototype would still apply. */
12106#ifdef __cplusplus
12107extern "C"
12108#endif
12109char shl_load ();
12110int
12111main ()
12112{
12113return shl_load ();
12114 ;
12115 return 0;
12116}
12117_ACEOF
12118if ac_fn_c_try_link "$LINENO"; then :
12119 ac_cv_lib_dld_shl_load=yes
12120else
12121 ac_cv_lib_dld_shl_load=no
12122fi
12123rm -f core conftest.err conftest.$ac_objext \
12124 conftest$ac_exeext conftest.$ac_ext
12125LIBS=$ac_check_lib_save_LIBS
12126fi
12127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12128$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12129if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12130 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12131else
12132 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12133if test "x$ac_cv_func_dlopen" = x""yes; then :
12134 lt_cv_dlopen="dlopen"
12135else
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12137$as_echo_n "checking for dlopen in -ldl... " >&6; }
12138if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12139 $as_echo_n "(cached) " >&6
c906108c 12140else
b7026657 12141 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12142LIBS="-ldl $LIBS"
81ecdfbb 12143cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12144/* end confdefs.h. */
12145
81ecdfbb
RW
12146/* Override any GCC internal prototype to avoid an error.
12147 Use char because int might match the return type of a GCC
12148 builtin and then its argument prototype would still apply. */
b7026657
AC
12149#ifdef __cplusplus
12150extern "C"
12151#endif
6bb11ab3 12152char dlopen ();
b7026657
AC
12153int
12154main ()
12155{
6bb11ab3 12156return dlopen ();
b7026657
AC
12157 ;
12158 return 0;
12159}
12160_ACEOF
81ecdfbb 12161if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12162 ac_cv_lib_dl_dlopen=yes
b7026657 12163else
6bb11ab3 12164 ac_cv_lib_dl_dlopen=no
b7026657 12165fi
81ecdfbb
RW
12166rm -f core conftest.err conftest.$ac_objext \
12167 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12168LIBS=$ac_check_lib_save_LIBS
12169fi
6bb11ab3
L
12170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12171$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12172if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12173 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12174else
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12176$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12177if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12178 $as_echo_n "(cached) " >&6
c906108c 12179else
b7026657 12180 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12181LIBS="-lsvld $LIBS"
81ecdfbb 12182cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12183/* end confdefs.h. */
12184
81ecdfbb
RW
12185/* Override any GCC internal prototype to avoid an error.
12186 Use char because int might match the return type of a GCC
12187 builtin and then its argument prototype would still apply. */
b7026657
AC
12188#ifdef __cplusplus
12189extern "C"
12190#endif
6bb11ab3 12191char dlopen ();
b7026657
AC
12192int
12193main ()
12194{
6bb11ab3 12195return dlopen ();
b7026657
AC
12196 ;
12197 return 0;
12198}
12199_ACEOF
81ecdfbb 12200if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12201 ac_cv_lib_svld_dlopen=yes
b7026657 12202else
6bb11ab3 12203 ac_cv_lib_svld_dlopen=no
b7026657 12204fi
81ecdfbb
RW
12205rm -f core conftest.err conftest.$ac_objext \
12206 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12207LIBS=$ac_check_lib_save_LIBS
12208fi
6bb11ab3
L
12209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12210$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12211if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12212 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12213else
6bb11ab3
L
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12215$as_echo_n "checking for dld_link in -ldld... " >&6; }
12216if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12217 $as_echo_n "(cached) " >&6
b5bd9624 12218else
6bb11ab3
L
12219 ac_check_lib_save_LIBS=$LIBS
12220LIBS="-ldld $LIBS"
81ecdfbb 12221cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12222/* end confdefs.h. */
12223
81ecdfbb
RW
12224/* Override any GCC internal prototype to avoid an error.
12225 Use char because int might match the return type of a GCC
b5bd9624 12226 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12227#ifdef __cplusplus
12228extern "C"
12229#endif
6bb11ab3 12230char dld_link ();
b5bd9624
HPN
12231int
12232main ()
12233{
6bb11ab3 12234return dld_link ();
81ecdfbb
RW
12235 ;
12236 return 0;
12237}
b5bd9624 12238_ACEOF
6bb11ab3
L
12239if ac_fn_c_try_link "$LINENO"; then :
12240 ac_cv_lib_dld_dld_link=yes
12241else
12242 ac_cv_lib_dld_dld_link=no
12243fi
12244rm -f core conftest.err conftest.$ac_objext \
12245 conftest$ac_exeext conftest.$ac_ext
12246LIBS=$ac_check_lib_save_LIBS
12247fi
12248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12249$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12250if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12251 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12252fi
12253
12254
12255fi
12256
12257
12258fi
12259
12260
12261fi
12262
12263
12264fi
12265
12266
12267fi
12268
12269 ;;
12270 esac
12271
12272 if test "x$lt_cv_dlopen" != xno; then
12273 enable_dlopen=yes
b5bd9624 12274 else
6bb11ab3
L
12275 enable_dlopen=no
12276 fi
12277
12278 case $lt_cv_dlopen in
12279 dlopen)
12280 save_CPPFLAGS="$CPPFLAGS"
12281 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12282
12283 save_LDFLAGS="$LDFLAGS"
12284 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12285
12286 save_LIBS="$LIBS"
12287 LIBS="$lt_cv_dlopen_libs $LIBS"
12288
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12290$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12291if test "${lt_cv_dlopen_self+set}" = set; then :
12292 $as_echo_n "(cached) " >&6
12293else
12294 if test "$cross_compiling" = yes; then :
12295 lt_cv_dlopen_self=cross
12296else
12297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12298 lt_status=$lt_dlunknown
12299 cat > conftest.$ac_ext <<_LT_EOF
5658c257 12300#line 12300 "configure"
6bb11ab3
L
12301#include "confdefs.h"
12302
12303#if HAVE_DLFCN_H
12304#include <dlfcn.h>
12305#endif
12306
12307#include <stdio.h>
12308
12309#ifdef RTLD_GLOBAL
12310# define LT_DLGLOBAL RTLD_GLOBAL
12311#else
12312# ifdef DL_GLOBAL
12313# define LT_DLGLOBAL DL_GLOBAL
12314# else
12315# define LT_DLGLOBAL 0
12316# endif
12317#endif
12318
12319/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12320 find out it does not work in some platform. */
12321#ifndef LT_DLLAZY_OR_NOW
12322# ifdef RTLD_LAZY
12323# define LT_DLLAZY_OR_NOW RTLD_LAZY
12324# else
12325# ifdef DL_LAZY
12326# define LT_DLLAZY_OR_NOW DL_LAZY
12327# else
12328# ifdef RTLD_NOW
12329# define LT_DLLAZY_OR_NOW RTLD_NOW
12330# else
12331# ifdef DL_NOW
12332# define LT_DLLAZY_OR_NOW DL_NOW
12333# else
12334# define LT_DLLAZY_OR_NOW 0
12335# endif
12336# endif
12337# endif
12338# endif
12339#endif
12340
12341/* When -fvisbility=hidden is used, assume the code has been annotated
12342 correspondingly for the symbols needed. */
12343#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12344void fnord () __attribute__((visibility("default")));
12345#endif
12346
12347void fnord () { int i=42; }
12348int main ()
12349{
12350 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12351 int status = $lt_dlunknown;
12352
12353 if (self)
12354 {
12355 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12356 else
12357 {
12358 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12359 else puts (dlerror ());
12360 }
12361 /* dlclose (self); */
12362 }
12363 else
12364 puts (dlerror ());
12365
12366 return status;
12367}
12368_LT_EOF
12369 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12370 (eval $ac_link) 2>&5
12371 ac_status=$?
12372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12373 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12374 (./conftest; exit; ) >&5 2>/dev/null
12375 lt_status=$?
12376 case x$lt_status in
12377 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12378 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12379 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12380 esac
12381 else :
12382 # compilation failed
12383 lt_cv_dlopen_self=no
b5bd9624 12384 fi
b5bd9624 12385fi
6bb11ab3
L
12386rm -fr conftest*
12387
12388
b5bd9624 12389fi
6bb11ab3
L
12390{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12391$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12392
6bb11ab3
L
12393 if test "x$lt_cv_dlopen_self" = xyes; then
12394 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12396$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12397if test "${lt_cv_dlopen_self_static+set}" = set; then :
12398 $as_echo_n "(cached) " >&6
b5bd9624 12399else
6bb11ab3
L
12400 if test "$cross_compiling" = yes; then :
12401 lt_cv_dlopen_self_static=cross
12402else
12403 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12404 lt_status=$lt_dlunknown
12405 cat > conftest.$ac_ext <<_LT_EOF
5658c257 12406#line 12406 "configure"
6bb11ab3
L
12407#include "confdefs.h"
12408
12409#if HAVE_DLFCN_H
12410#include <dlfcn.h>
12411#endif
12412
12413#include <stdio.h>
12414
12415#ifdef RTLD_GLOBAL
12416# define LT_DLGLOBAL RTLD_GLOBAL
12417#else
12418# ifdef DL_GLOBAL
12419# define LT_DLGLOBAL DL_GLOBAL
12420# else
12421# define LT_DLGLOBAL 0
12422# endif
12423#endif
12424
12425/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12426 find out it does not work in some platform. */
12427#ifndef LT_DLLAZY_OR_NOW
12428# ifdef RTLD_LAZY
12429# define LT_DLLAZY_OR_NOW RTLD_LAZY
12430# else
12431# ifdef DL_LAZY
12432# define LT_DLLAZY_OR_NOW DL_LAZY
12433# else
12434# ifdef RTLD_NOW
12435# define LT_DLLAZY_OR_NOW RTLD_NOW
12436# else
12437# ifdef DL_NOW
12438# define LT_DLLAZY_OR_NOW DL_NOW
12439# else
12440# define LT_DLLAZY_OR_NOW 0
12441# endif
12442# endif
12443# endif
12444# endif
12445#endif
12446
12447/* When -fvisbility=hidden is used, assume the code has been annotated
12448 correspondingly for the symbols needed. */
12449#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12450void fnord () __attribute__((visibility("default")));
12451#endif
12452
12453void fnord () { int i=42; }
12454int main ()
12455{
12456 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12457 int status = $lt_dlunknown;
12458
12459 if (self)
12460 {
12461 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12462 else
12463 {
12464 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12465 else puts (dlerror ());
12466 }
12467 /* dlclose (self); */
12468 }
12469 else
12470 puts (dlerror ());
12471
12472 return status;
12473}
12474_LT_EOF
12475 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12476 (eval $ac_link) 2>&5
12477 ac_status=$?
12478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12479 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12480 (./conftest; exit; ) >&5 2>/dev/null
12481 lt_status=$?
12482 case x$lt_status in
12483 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12484 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12485 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12486 esac
12487 else :
12488 # compilation failed
12489 lt_cv_dlopen_self_static=no
12490 fi
b5bd9624 12491fi
6bb11ab3
L
12492rm -fr conftest*
12493
12494
b5bd9624 12495fi
6bb11ab3
L
12496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12497$as_echo "$lt_cv_dlopen_self_static" >&6; }
12498 fi
12499
12500 CPPFLAGS="$save_CPPFLAGS"
12501 LDFLAGS="$save_LDFLAGS"
12502 LIBS="$save_LIBS"
12503 ;;
12504 esac
12505
12506 case $lt_cv_dlopen_self in
12507 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12508 *) enable_dlopen_self=unknown ;;
12509 esac
12510
12511 case $lt_cv_dlopen_self_static in
12512 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12513 *) enable_dlopen_self_static=unknown ;;
12514 esac
12515fi
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533striplib=
12534old_striplib=
12535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12536$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12537if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12538 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12539 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12541$as_echo "yes" >&6; }
12542else
12543# FIXME - insert some real tests, host_os isn't really good enough
12544 case $host_os in
12545 darwin*)
12546 if test -n "$STRIP" ; then
12547 striplib="$STRIP -x"
12548 old_striplib="$STRIP -S"
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12550$as_echo "yes" >&6; }
12551 else
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12553$as_echo "no" >&6; }
12554 fi
12555 ;;
12556 *)
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12558$as_echo "no" >&6; }
12559 ;;
12560 esac
12561fi
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574 # Report which library types will actually be built
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12576$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12578$as_echo "$can_build_shared" >&6; }
12579
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12581$as_echo_n "checking whether to build shared libraries... " >&6; }
12582 test "$can_build_shared" = "no" && enable_shared=no
12583
12584 # On AIX, shared libraries and static libraries use the same namespace, and
12585 # are all built from PIC.
12586 case $host_os in
12587 aix3*)
12588 test "$enable_shared" = yes && enable_static=no
12589 if test -n "$RANLIB"; then
12590 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12591 postinstall_cmds='$RANLIB $lib'
12592 fi
12593 ;;
12594
12595 aix[4-9]*)
12596 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12597 test "$enable_shared" = yes && enable_static=no
12598 fi
12599 ;;
12600 esac
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12602$as_echo "$enable_shared" >&6; }
12603
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12605$as_echo_n "checking whether to build static libraries... " >&6; }
12606 # Make sure either enable_shared or enable_static is yes.
12607 test "$enable_shared" = yes || enable_static=yes
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12609$as_echo "$enable_static" >&6; }
12610
12611
12612
12613
12614fi
12615ac_ext=c
12616ac_cpp='$CPP $CPPFLAGS'
12617ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12618ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12619ac_compiler_gnu=$ac_cv_c_compiler_gnu
12620
12621CC="$lt_save_CC"
12622
12623
12624
12625
12626
12627
12628
12629
12630
b5bd9624 12631
b5bd9624 12632
b5bd9624 12633
b5bd9624 12634
6bb11ab3
L
12635 ac_config_commands="$ac_config_commands libtool"
12636
12637
12638
12639
12640# Only expand once:
12641
12642
5912fadd 12643
b5bd9624 12644
c906108c
SS
12645. ${srcdir}/../../bfd/configure.host
12646
12647
12648
31e6ad7d
MF
12649
12650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12651$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12652 # Check whether --enable-maintainer-mode was given.
81ecdfbb 12653if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
12654 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12655else
12656 USE_MAINTAINER_MODE=no
c906108c 12657fi
31e6ad7d
MF
12658
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12660$as_echo "$USE_MAINTAINER_MODE" >&6; }
12661 if test $USE_MAINTAINER_MODE = yes; then
12662 MAINTAINER_MODE_TRUE=
12663 MAINTAINER_MODE_FALSE='#'
c906108c 12664else
31e6ad7d
MF
12665 MAINTAINER_MODE_TRUE='#'
12666 MAINTAINER_MODE_FALSE=
81ecdfbb 12667fi
c906108c 12668
31e6ad7d
MF
12669 MAINT=$MAINTAINER_MODE_TRUE
12670
12671
c906108c 12672
81ecdfbb
RW
12673
12674# Check whether --enable-sim-bswap was given.
12675if test "${enable_sim_bswap+set}" = set; then :
12676 enableval=$enable_sim_bswap; case "${enableval}" in
c906108c
SS
12677 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12678 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12679 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
c906108c
SS
12680esac
12681if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12682 echo "Setting bswap flags = $sim_bswap" 6>&1
12683fi
12684else
12685 sim_bswap=""
81ecdfbb 12686fi
c906108c
SS
12687
12688
81ecdfbb
RW
12689
12690# Check whether --enable-sim-cflags was given.
12691if test "${enable_sim_cflags+set}" = set; then :
12692 enableval=$enable_sim_cflags; case "${enableval}" in
c906108c 12693 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12694 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
c906108c
SS
12695 no) sim_cflags="";;
12696 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12697esac
12698if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12699 echo "Setting sim cflags = $sim_cflags" 6>&1
12700fi
12701else
12702 sim_cflags=""
81ecdfbb 12703fi
c906108c
SS
12704
12705
81ecdfbb
RW
12706
12707# Check whether --enable-sim-debug was given.
12708if test "${enable_sim_debug+set}" = set; then :
12709 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
12710 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12711 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12712 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12713esac
12714if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12715 echo "Setting sim debug = $sim_debug" 6>&1
12716fi
12717else
12718 sim_debug=""
81ecdfbb 12719fi
c906108c
SS
12720
12721
81ecdfbb
RW
12722
12723# Check whether --enable-sim-stdio was given.
12724if test "${enable_sim_stdio+set}" = set; then :
12725 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
12726 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12727 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12728 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
12729esac
12730if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12731 echo "Setting stdio flags = $sim_stdio" 6>&1
12732fi
12733else
12734 sim_stdio=""
81ecdfbb 12735fi
c906108c
SS
12736
12737
81ecdfbb
RW
12738
12739# Check whether --enable-sim-trace was given.
12740if test "${enable_sim_trace+set}" = set; then :
12741 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
12742 yes) sim_trace="-DWITH_TRACE=-1";;
12743 no) sim_trace="-DWITH_TRACE=0";;
c906108c 12744 [-0-9]*)
a3487082 12745 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 12746 [[:lower:]]*)
c906108c
SS
12747 sim_trace=""
12748 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12749 if test x"$sim_trace" = x; then
12750 sim_trace="-DWITH_TRACE='(TRACE_$x"
12751 else
12752 sim_trace="${sim_trace}|TRACE_$x"
12753 fi
12754 done
12755 sim_trace="$sim_trace)'" ;;
12756esac
12757if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12758 echo "Setting sim trace = $sim_trace" 6>&1
12759fi
12760else
12761 sim_trace=""
81ecdfbb 12762fi
c906108c
SS
12763
12764
81ecdfbb
RW
12765
12766# Check whether --enable-sim-profile was given.
12767if test "${enable_sim_profile+set}" = set; then :
12768 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
12769 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12770 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12771 [-0-9]*)
12772 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12773 [a-z]*)
12774 sim_profile=""
12775 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12776 if test x"$sim_profile" = x; then
12777 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12778 else
12779 sim_profile="${sim_profile}|PROFILE_$x"
12780 fi
12781 done
12782 sim_profile="$sim_profile)'" ;;
12783esac
12784if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12785 echo "Setting sim profile = $sim_profile" 6>&1
12786fi
12787else
b7026657 12788 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 12789fi
b7026657
AC
12790
12791
6efef468 12792
81ecdfbb
RW
12793
12794# Check whether --with-pkgversion was given.
12795if test "${with_pkgversion+set}" = set; then :
12796 withval=$with_pkgversion; case "$withval" in
12797 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
12798 no) PKGVERSION= ;;
12799 *) PKGVERSION="($withval) " ;;
12800 esac
12801else
bf12d44e 12802 PKGVERSION="(SIM) "
6efef468 12803
81ecdfbb
RW
12804fi
12805
6efef468
JM
12806
12807
12808
12809
81ecdfbb
RW
12810# Check whether --with-bugurl was given.
12811if test "${with_bugurl+set}" = set; then :
12812 withval=$with_bugurl; case "$withval" in
12813 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
12814 no) BUGURL=
12815 ;;
12816 *) BUGURL="$withval"
12817 ;;
12818 esac
12819else
12820 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12821
81ecdfbb
RW
12822fi
12823
6efef468
JM
12824 case ${BUGURL} in
12825 "")
12826 REPORT_BUGS_TO=
12827 REPORT_BUGS_TEXI=
12828 ;;
12829 *)
12830 REPORT_BUGS_TO="<$BUGURL>"
12831 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12832 ;;
12833 esac;
12834
12835
12836
12837
12838cat >>confdefs.h <<_ACEOF
12839#define PKGVERSION "$PKGVERSION"
12840_ACEOF
12841
12842
12843cat >>confdefs.h <<_ACEOF
12844#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12845_ACEOF
12846
12847
81ecdfbb
RW
12848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12849$as_echo_n "checking return type of signal handlers... " >&6; }
12850if test "${ac_cv_type_signal+set}" = set; then :
12851 $as_echo_n "(cached) " >&6
b7026657 12852else
81ecdfbb 12853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12854/* end confdefs.h. */
12855#include <sys/types.h>
12856#include <signal.h>
b7026657
AC
12857
12858int
12859main ()
12860{
81ecdfbb 12861return *(signal (0, 0)) (0) == 1;
b7026657
AC
12862 ;
12863 return 0;
12864}
12865_ACEOF
81ecdfbb
RW
12866if ac_fn_c_try_compile "$LINENO"; then :
12867 ac_cv_type_signal=int
b7026657 12868else
81ecdfbb 12869 ac_cv_type_signal=void
b7026657 12870fi
81ecdfbb 12871rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 12872fi
81ecdfbb
RW
12873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12874$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
12875
12876cat >>confdefs.h <<_ACEOF
12877#define RETSIGTYPE $ac_cv_type_signal
12878_ACEOF
12879
12880
12881
12882
12883
12884sim_link_files=
12885sim_link_links=
12886
b7026657
AC
12887# targ-vals.def points to the libc macro description file.
12888case "${target}" in
12889*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12890esac
12891sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12892sim_link_links="${sim_link_links} targ-vals.def"
12893
b7026657 12894
6ffe910a 12895
5658c257
MF
12896
12897wire_endian="BIG_ENDIAN"
12898default_endian=""
12899# Check whether --enable-sim-endian was given.
12900if test "${enable_sim_endian+set}" = set; then :
12901 enableval=$enable_sim_endian; case "${enableval}" in
12902 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
12903 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
12904 yes) if test x"$wire_endian" != x; then
12905 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12906 else
12907 if test x"$default_endian" != x; then
12908 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
12909 else
12910 echo "No hard-wired endian for target $target" 1>&6
12911 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
12912 fi
12913 fi;;
12914 no) if test x"$default_endian" != x; then
12915 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12916 else
12917 if test x"$wire_endian" != x; then
12918 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
12919 else
12920 echo "No default endian for target $target" 1>&6
12921 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
12922 fi
12923 fi;;
12924 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
12925esac
12926if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12927 echo "Setting endian flags = $sim_endian" 6>&1
12928fi
12929else
12930 if test x"$default_endian" != x; then
12931 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12932else
12933 if test x"$wire_endian" != x; then
12934 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12935 else
12936 sim_endian=
12937 fi
12938fi
12939fi
12940
12941wire_alignment="NONSTRICT_ALIGNMENT"
12942default_alignment=""
12943
12944# Check whether --enable-sim-alignment was given.
12945if test "${enable_sim_alignment+set}" = set; then :
12946 enableval=$enable_sim_alignment; case "${enableval}" in
12947 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12948 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12949 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12950 yes) if test x"$wire_alignment" != x; then
12951 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12952 else
12953 if test x"$default_alignment" != x; then
12954 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12955 else
12956 echo "No hard-wired alignment for target $target" 1>&6
12957 sim_alignment="-DWITH_ALIGNMENT=0"
12958 fi
12959 fi;;
12960 no) if test x"$default_alignment" != x; then
12961 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12962 else
12963 if test x"$wire_alignment" != x; then
12964 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12965 else
12966 echo "No default alignment for target $target" 1>&6
12967 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12968 fi
12969 fi;;
12970 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
12971esac
12972if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12973 echo "Setting alignment flags = $sim_alignment" 6>&1
12974fi
12975else
12976 if test x"$default_alignment" != x; then
12977 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12978else
12979 if test x"$wire_alignment" != x; then
12980 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12981 else
12982 sim_alignment=
12983 fi
12984fi
12985fi
12986
12987
5cddc23a 12988for ac_header in sys/param.h
81ecdfbb 12989do :
5cddc23a
MF
12990 ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
12991if test "x$ac_cv_header_sys_param_h" = x""yes; then :
b7026657 12992 cat >>confdefs.h <<_ACEOF
5cddc23a 12993#define HAVE_SYS_PARAM_H 1
b7026657
AC
12994_ACEOF
12995
12996fi
12997
12998done
12999
13000
13001
13002ac_sources="$sim_link_files"
13003ac_dests="$sim_link_links"
13004while test -n "$ac_sources"; do
13005 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13006 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13007 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13008done
81ecdfbb 13009ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
13010
13011cgen_breaks=""
13012if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13013cgen_breaks="break cgen_rtx_error";
13014fi
13015
81ecdfbb 13016ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13017
81ecdfbb 13018ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13019
81ecdfbb 13020ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13021
81ecdfbb 13022ac_config_commands="$ac_config_commands Makefile"
38f48d72 13023
81ecdfbb 13024ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13025
b7026657
AC
13026cat >confcache <<\_ACEOF
13027# This file is a shell script that caches the results of configure
13028# tests run on this system so they can be shared between configure
13029# scripts and configure runs, see configure's option --config-cache.
13030# It is not useful on other systems. If it contains results you don't
13031# want to keep, you may remove or edit it.
13032#
13033# config.status only pays attention to the cache file if you give it
13034# the --recheck option to rerun configure.
13035#
13036# `ac_cv_env_foo' variables (set or unset) will be overridden when
13037# loading this file, other *unset* `ac_cv_foo' will be assigned the
13038# following values.
13039
13040_ACEOF
13041
13042# The following way of writing the cache mishandles newlines in values,
13043# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13044# So, we kill variables containing newlines.
b7026657
AC
13045# Ultrix sh set writes to stderr and can't be redirected directly,
13046# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13047(
13048 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13049 eval ac_val=\$$ac_var
13050 case $ac_val in #(
13051 *${as_nl}*)
13052 case $ac_var in #(
13053 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13054$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13055 esac
13056 case $ac_var in #(
13057 _ | IFS | as_nl) ;; #(
13058 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13059 *) { eval $ac_var=; unset $ac_var;} ;;
13060 esac ;;
13061 esac
13062 done
13063
b7026657 13064 (set) 2>&1 |
81ecdfbb
RW
13065 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13066 *${as_nl}ac_space=\ *)
13067 # `set' does not quote correctly, so add quotes: double-quote
13068 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13069 sed -n \
13070 "s/'/'\\\\''/g;
13071 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13072 ;; #(
b7026657
AC
13073 *)
13074 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13075 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13076 ;;
81ecdfbb
RW
13077 esac |
13078 sort
13079) |
b7026657 13080 sed '
81ecdfbb 13081 /^ac_cv_env_/b end
b7026657 13082 t clear
81ecdfbb 13083 :clear
b7026657
AC
13084 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13085 t end
81ecdfbb
RW
13086 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13087 :end' >>confcache
13088if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13089 if test -w "$cache_file"; then
13090 test "x$cache_file" != "x/dev/null" &&
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13092$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13093 cat confcache >$cache_file
13094 else
81ecdfbb
RW
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13096$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13097 fi
13098fi
13099rm -f confcache
13100
13101test "x$prefix" = xNONE && prefix=$ac_default_prefix
13102# Let make expand exec_prefix.
13103test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13104
b7026657
AC
13105DEFS=-DHAVE_CONFIG_H
13106
13107ac_libobjs=
13108ac_ltlibobjs=
13109for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13110 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13111 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13112 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13113 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13114 # will be set to the directory where LIBOBJS objects are built.
13115 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13116 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13117done
13118LIBOBJS=$ac_libobjs
13119
13120LTLIBOBJS=$ac_ltlibobjs
13121
13122
db2e4d67
MF
13123if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13124 as_fn_error "conditional \"GMAKE\" was never defined.
13125Usually this means the macro was only invoked conditionally." "$LINENO" 5
13126fi
6bb11ab3
L
13127if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13128 as_fn_error "conditional \"PLUGINS\" was never defined.
13129Usually this means the macro was only invoked conditionally." "$LINENO" 5
13130fi
31e6ad7d
MF
13131if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13132 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13133Usually this means the macro was only invoked conditionally." "$LINENO" 5
13134fi
b7026657
AC
13135
13136: ${CONFIG_STATUS=./config.status}
81ecdfbb 13137ac_write_fail=0
b7026657
AC
13138ac_clean_files_save=$ac_clean_files
13139ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13140{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13141$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13142as_write_fail=0
13143cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13144#! $SHELL
13145# Generated by $as_me.
13146# Run this file to recreate the current configuration.
13147# Compiler output produced by configure, useful for debugging
13148# configure, is in config.log if it exists.
13149
13150debug=false
13151ac_cs_recheck=false
13152ac_cs_silent=false
b7026657 13153
81ecdfbb
RW
13154SHELL=\${CONFIG_SHELL-$SHELL}
13155export SHELL
13156_ASEOF
13157cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13158## -------------------- ##
13159## M4sh Initialization. ##
13160## -------------------- ##
13161
13162# Be more Bourne compatible
13163DUALCASE=1; export DUALCASE # for MKS sh
13164if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13165 emulate sh
13166 NULLCMD=:
81ecdfbb 13167 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13168 # is contrary to our usage. Disable this feature.
13169 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13170 setopt NO_GLOB_SUBST
13171else
13172 case `(set -o) 2>/dev/null` in #(
13173 *posix*) :
13174 set -o posix ;; #(
13175 *) :
13176 ;;
13177esac
b7026657 13178fi
b7026657 13179
81ecdfbb
RW
13180
13181as_nl='
13182'
13183export as_nl
13184# Printing a long string crashes Solaris 7 /usr/bin/printf.
13185as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13186as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13187as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13188# Prefer a ksh shell builtin over an external printf program on Solaris,
13189# but without wasting forks for bash or zsh.
13190if test -z "$BASH_VERSION$ZSH_VERSION" \
13191 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13192 as_echo='print -r --'
13193 as_echo_n='print -rn --'
13194elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13195 as_echo='printf %s\n'
13196 as_echo_n='printf %s'
13197else
13198 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13199 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13200 as_echo_n='/usr/ucb/echo -n'
13201 else
13202 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13203 as_echo_n_body='eval
13204 arg=$1;
13205 case $arg in #(
13206 *"$as_nl"*)
13207 expr "X$arg" : "X\\(.*\\)$as_nl";
13208 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13209 esac;
13210 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13211 '
13212 export as_echo_n_body
13213 as_echo_n='sh -c $as_echo_n_body as_echo'
13214 fi
13215 export as_echo_body
13216 as_echo='sh -c $as_echo_body as_echo'
13217fi
13218
13219# The user is always right.
13220if test "${PATH_SEPARATOR+set}" != set; then
13221 PATH_SEPARATOR=:
13222 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13223 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13224 PATH_SEPARATOR=';'
13225 }
c906108c
SS
13226fi
13227
13228
81ecdfbb
RW
13229# IFS
13230# We need space, tab and new line, in precisely that order. Quoting is
13231# there to prevent editors from complaining about space-tab.
13232# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13233# splitting by setting IFS to empty value.)
13234IFS=" "" $as_nl"
13235
13236# Find who we are. Look in the path if we contain no directory separator.
13237case $0 in #((
13238 *[\\/]* ) as_myself=$0 ;;
13239 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13240for as_dir in $PATH
13241do
13242 IFS=$as_save_IFS
13243 test -z "$as_dir" && as_dir=.
13244 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13245 done
13246IFS=$as_save_IFS
13247
13248 ;;
13249esac
13250# We did not find ourselves, most probably we were run as `sh COMMAND'
13251# in which case we are not to be found in the path.
13252if test "x$as_myself" = x; then
13253 as_myself=$0
13254fi
13255if test ! -f "$as_myself"; then
13256 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13257 exit 1
13258fi
13259
13260# Unset variables that we do not need and which cause bugs (e.g. in
13261# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13262# suppresses any "Segmentation fault" message there. '((' could
13263# trigger a bug in pdksh 5.2.14.
13264for as_var in BASH_ENV ENV MAIL MAILPATH
13265do eval test x\${$as_var+set} = xset \
13266 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13267done
b7026657
AC
13268PS1='$ '
13269PS2='> '
13270PS4='+ '
13271
13272# NLS nuisances.
81ecdfbb
RW
13273LC_ALL=C
13274export LC_ALL
13275LANGUAGE=C
13276export LANGUAGE
13277
13278# CDPATH.
13279(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13280
13281
13282# as_fn_error ERROR [LINENO LOG_FD]
13283# ---------------------------------
13284# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13285# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13286# script with status $?, using 1 if that was 0.
13287as_fn_error ()
13288{
13289 as_status=$?; test $as_status -eq 0 && as_status=1
13290 if test "$3"; then
13291 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13292 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 13293 fi
81ecdfbb
RW
13294 $as_echo "$as_me: error: $1" >&2
13295 as_fn_exit $as_status
13296} # as_fn_error
13297
13298
13299# as_fn_set_status STATUS
13300# -----------------------
13301# Set $? to STATUS, without forking.
13302as_fn_set_status ()
13303{
13304 return $1
13305} # as_fn_set_status
13306
13307# as_fn_exit STATUS
13308# -----------------
13309# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13310as_fn_exit ()
13311{
13312 set +e
13313 as_fn_set_status $1
13314 exit $1
13315} # as_fn_exit
13316
13317# as_fn_unset VAR
13318# ---------------
13319# Portably unset VAR.
13320as_fn_unset ()
13321{
13322 { eval $1=; unset $1;}
13323}
13324as_unset=as_fn_unset
13325# as_fn_append VAR VALUE
13326# ----------------------
13327# Append the text in VALUE to the end of the definition contained in VAR. Take
13328# advantage of any shell optimizations that allow amortized linear growth over
13329# repeated appends, instead of the typical quadratic growth present in naive
13330# implementations.
13331if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13332 eval 'as_fn_append ()
13333 {
13334 eval $1+=\$2
13335 }'
13336else
13337 as_fn_append ()
13338 {
13339 eval $1=\$$1\$2
13340 }
13341fi # as_fn_append
13342
13343# as_fn_arith ARG...
13344# ------------------
13345# Perform arithmetic evaluation on the ARGs, and store the result in the
13346# global $as_val. Take advantage of shells that can avoid forks. The arguments
13347# must be portable across $(()) and expr.
13348if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13349 eval 'as_fn_arith ()
13350 {
13351 as_val=$(( $* ))
13352 }'
13353else
13354 as_fn_arith ()
13355 {
13356 as_val=`expr "$@" || test $? -eq 1`
13357 }
13358fi # as_fn_arith
13359
c906108c 13360
81ecdfbb
RW
13361if expr a : '\(a\)' >/dev/null 2>&1 &&
13362 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13363 as_expr=expr
c906108c 13364else
b7026657
AC
13365 as_expr=false
13366fi
c906108c 13367
81ecdfbb 13368if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657 13369 as_basename=basename
c906108c 13370else
b7026657 13371 as_basename=false
c906108c 13372fi
b7026657 13373
81ecdfbb
RW
13374if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13375 as_dirname=dirname
13376else
13377 as_dirname=false
13378fi
b7026657 13379
81ecdfbb 13380as_me=`$as_basename -- "$0" ||
b7026657
AC
13381$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13382 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13383 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13384$as_echo X/"$0" |
13385 sed '/^.*\/\([^/][^/]*\)\/*$/{
13386 s//\1/
13387 q
13388 }
13389 /^X\/\(\/\/\)$/{
13390 s//\1/
13391 q
13392 }
13393 /^X\/\(\/\).*/{
13394 s//\1/
13395 q
13396 }
13397 s/.*/./; q'`
b7026657 13398
b7026657
AC
13399# Avoid depending upon Character Ranges.
13400as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13401as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13402as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13403as_cr_digits='0123456789'
13404as_cr_alnum=$as_cr_Letters$as_cr_digits
13405
81ecdfbb
RW
13406ECHO_C= ECHO_N= ECHO_T=
13407case `echo -n x` in #(((((
13408-n*)
13409 case `echo 'xy\c'` in
13410 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13411 xy) ECHO_C='\c';;
13412 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13413 ECHO_T=' ';;
13414 esac;;
13415*)
13416 ECHO_N='-n';;
b7026657 13417esac
cd0fc7c3 13418
81ecdfbb
RW
13419rm -f conf$$ conf$$.exe conf$$.file
13420if test -d conf$$.dir; then
13421 rm -f conf$$.dir/conf$$.file
c906108c 13422else
81ecdfbb
RW
13423 rm -f conf$$.dir
13424 mkdir conf$$.dir 2>/dev/null
b7026657 13425fi
81ecdfbb
RW
13426if (echo >conf$$.file) 2>/dev/null; then
13427 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13428 as_ln_s='ln -s'
81ecdfbb
RW
13429 # ... but there are two gotchas:
13430 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13431 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13432 # In both cases, we have to default to `cp -p'.
13433 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13434 as_ln_s='cp -p'
13435 elif ln conf$$.file conf$$ 2>/dev/null; then
13436 as_ln_s=ln
13437 else
13438 as_ln_s='cp -p'
cd0fc7c3 13439 fi
b7026657
AC
13440else
13441 as_ln_s='cp -p'
c906108c 13442fi
81ecdfbb
RW
13443rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13444rmdir conf$$.dir 2>/dev/null
13445
b7026657 13446
81ecdfbb
RW
13447# as_fn_mkdir_p
13448# -------------
13449# Create "$as_dir" as a directory, including parents if necessary.
13450as_fn_mkdir_p ()
13451{
13452
13453 case $as_dir in #(
13454 -*) as_dir=./$as_dir;;
13455 esac
13456 test -d "$as_dir" || eval $as_mkdir_p || {
13457 as_dirs=
13458 while :; do
13459 case $as_dir in #(
13460 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13461 *) as_qdir=$as_dir;;
13462 esac
13463 as_dirs="'$as_qdir' $as_dirs"
13464 as_dir=`$as_dirname -- "$as_dir" ||
13465$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13466 X"$as_dir" : 'X\(//\)[^/]' \| \
13467 X"$as_dir" : 'X\(//\)$' \| \
13468 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13469$as_echo X"$as_dir" |
13470 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13471 s//\1/
13472 q
13473 }
13474 /^X\(\/\/\)[^/].*/{
13475 s//\1/
13476 q
13477 }
13478 /^X\(\/\/\)$/{
13479 s//\1/
13480 q
13481 }
13482 /^X\(\/\).*/{
13483 s//\1/
13484 q
13485 }
13486 s/.*/./; q'`
13487 test -d "$as_dir" && break
13488 done
13489 test -z "$as_dirs" || eval "mkdir $as_dirs"
13490 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13491
13492
13493} # as_fn_mkdir_p
b7026657 13494if mkdir -p . 2>/dev/null; then
81ecdfbb 13495 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
13496else
13497 test -d ./-p && rmdir ./-p
13498 as_mkdir_p=false
c906108c 13499fi
cd0fc7c3 13500
81ecdfbb
RW
13501if test -x / >/dev/null 2>&1; then
13502 as_test_x='test -x'
13503else
13504 if ls -dL / >/dev/null 2>&1; then
13505 as_ls_L_option=L
13506 else
13507 as_ls_L_option=
13508 fi
13509 as_test_x='
13510 eval sh -c '\''
13511 if test -d "$1"; then
13512 test -d "$1/.";
13513 else
13514 case $1 in #(
13515 -*)set "./$1";;
13516 esac;
13517 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13518 ???[sx]*):;;*)false;;esac;fi
13519 '\'' sh
13520 '
13521fi
13522as_executable_p=$as_test_x
c906108c 13523
b7026657
AC
13524# Sed expression to map a string onto a valid CPP name.
13525as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13526
b7026657
AC
13527# Sed expression to map a string onto a valid variable name.
13528as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13529
c906108c 13530
b7026657 13531exec 6>&1
81ecdfbb
RW
13532## ----------------------------------- ##
13533## Main body of $CONFIG_STATUS script. ##
13534## ----------------------------------- ##
13535_ASEOF
13536test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13537
13538cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13539# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13540# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13541# values after options handling.
13542ac_log="
b7026657 13543This file was extended by $as_me, which was
81ecdfbb 13544generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
13545
13546 CONFIG_FILES = $CONFIG_FILES
13547 CONFIG_HEADERS = $CONFIG_HEADERS
13548 CONFIG_LINKS = $CONFIG_LINKS
13549 CONFIG_COMMANDS = $CONFIG_COMMANDS
13550 $ $0 $@
13551
81ecdfbb
RW
13552on `(hostname || uname -n) 2>/dev/null | sed 1q`
13553"
13554
b7026657
AC
13555_ACEOF
13556
81ecdfbb
RW
13557case $ac_config_files in *"
13558"*) set x $ac_config_files; shift; ac_config_files=$*;;
13559esac
b7026657 13560
81ecdfbb
RW
13561case $ac_config_headers in *"
13562"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13563esac
b7026657 13564
c906108c 13565
81ecdfbb
RW
13566cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13567# Files that config.status was made for.
13568config_files="$ac_config_files"
13569config_headers="$ac_config_headers"
13570config_links="$ac_config_links"
13571config_commands="$ac_config_commands"
c906108c 13572
81ecdfbb 13573_ACEOF
c906108c 13574
81ecdfbb 13575cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13576ac_cs_usage="\
81ecdfbb
RW
13577\`$as_me' instantiates files and other configuration actions
13578from templates according to the current configuration. Unless the files
13579and actions are specified as TAGs, all are instantiated by default.
c906108c 13580
81ecdfbb 13581Usage: $0 [OPTION]... [TAG]...
379832de 13582
b7026657 13583 -h, --help print this help, then exit
81ecdfbb
RW
13584 -V, --version print version number and configuration settings, then exit
13585 -q, --quiet, --silent
13586 do not print progress messages
b7026657
AC
13587 -d, --debug don't remove temporary files
13588 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13589 --file=FILE[:TEMPLATE]
13590 instantiate the configuration file FILE
13591 --header=FILE[:TEMPLATE]
13592 instantiate the configuration header FILE
b7026657
AC
13593
13594Configuration files:
13595$config_files
13596
13597Configuration headers:
13598$config_headers
13599
13600Configuration links:
13601$config_links
13602
13603Configuration commands:
13604$config_commands
13605
81ecdfbb 13606Report bugs to the package provider."
b7026657 13607
81ecdfbb
RW
13608_ACEOF
13609cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
13610ac_cs_version="\\
13611config.status
81ecdfbb
RW
13612configured by $0, generated by GNU Autoconf 2.64,
13613 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 13614
81ecdfbb 13615Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
13616This config.status script is free software; the Free Software Foundation
13617gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13618
13619ac_pwd='$ac_pwd'
13620srcdir='$srcdir'
13621INSTALL='$INSTALL'
6bb11ab3 13622AWK='$AWK'
81ecdfbb 13623test -n "\$AWK" || AWK=awk
b7026657
AC
13624_ACEOF
13625
81ecdfbb
RW
13626cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13627# The default lists apply if the user does not specify any file.
b7026657
AC
13628ac_need_defaults=:
13629while test $# != 0
13630do
13631 case $1 in
13632 --*=*)
81ecdfbb
RW
13633 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13634 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13635 ac_shift=:
c906108c 13636 ;;
81ecdfbb 13637 *)
b7026657
AC
13638 ac_option=$1
13639 ac_optarg=$2
13640 ac_shift=shift
c906108c 13641 ;;
b7026657 13642 esac
c906108c 13643
b7026657
AC
13644 case $ac_option in
13645 # Handling of the options.
b7026657
AC
13646 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13647 ac_cs_recheck=: ;;
81ecdfbb
RW
13648 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13649 $as_echo "$ac_cs_version"; exit ;;
13650 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13651 debug=: ;;
13652 --file | --fil | --fi | --f )
13653 $ac_shift
81ecdfbb
RW
13654 case $ac_optarg in
13655 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13656 esac
13657 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13658 ac_need_defaults=false;;
13659 --header | --heade | --head | --hea )
13660 $ac_shift
81ecdfbb
RW
13661 case $ac_optarg in
13662 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13663 esac
13664 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13665 ac_need_defaults=false;;
81ecdfbb
RW
13666 --he | --h)
13667 # Conflict between --help and --header
13668 as_fn_error "ambiguous option: \`$1'
13669Try \`$0 --help' for more information.";;
13670 --help | --hel | -h )
13671 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13672 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13673 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13674 ac_cs_silent=: ;;
c906108c 13675
b7026657 13676 # This is an error.
81ecdfbb
RW
13677 -*) as_fn_error "unrecognized option: \`$1'
13678Try \`$0 --help' for more information." ;;
c906108c 13679
81ecdfbb
RW
13680 *) as_fn_append ac_config_targets " $1"
13681 ac_need_defaults=false ;;
b7026657
AC
13682
13683 esac
13684 shift
13685done
13686
13687ac_configure_extra_args=
13688
13689if $ac_cs_silent; then
13690 exec 6>/dev/null
13691 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13692fi
13693
b7026657 13694_ACEOF
81ecdfbb 13695cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13696if \$ac_cs_recheck; then
81ecdfbb
RW
13697 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13698 shift
13699 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13700 CONFIG_SHELL='$SHELL'
13701 export CONFIG_SHELL
13702 exec "\$@"
b7026657 13703fi
c906108c 13704
b7026657 13705_ACEOF
81ecdfbb
RW
13706cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13707exec 5>>config.log
13708{
13709 echo
13710 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13711## Running $as_me. ##
13712_ASBOX
13713 $as_echo "$ac_log"
13714} >&5
c906108c 13715
81ecdfbb
RW
13716_ACEOF
13717cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13718#
13719# INIT-COMMANDS
13720#
13721ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13722
6bb11ab3
L
13723
13724# The HP-UX ksh and POSIX shell print the target directory to stdout
13725# if CDPATH is set.
13726(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13727
13728sed_quote_subst='$sed_quote_subst'
13729double_quote_subst='$double_quote_subst'
13730delay_variable_subst='$delay_variable_subst'
13731macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13732macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13733enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13734enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13735pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13736enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13737SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13738ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13739host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13740host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13741host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13742build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13743build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13744build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13745SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13746Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13747GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13748EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13749FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13750LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13751NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13752LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13753max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13754ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13755exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13756lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13757lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13758lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13759reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13760reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13761OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13762deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13763file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13764AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13765AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13766STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13767RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13768old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13769old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13770old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13771lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13772CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13773CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13774compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13775GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13776lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13777lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13778lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13779lt_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"`'
13780objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13781MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13782lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13783lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13784lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13785lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13786lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13787need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13788DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13789NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13790LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13791OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13792OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13793libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13794shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13795extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13796archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13797enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13798export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13799whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13800compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13801old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13802old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13803archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13804archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13805module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13806module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13807with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13808allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13809no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13810hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13811hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13812hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13813hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13814hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13815hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13816hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13817hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13818inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13819link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13820fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13821always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13822export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13823exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13824include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13825prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13826file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13827variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13828need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13829need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13830version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13831runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13832shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13833shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13834libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13835library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13836soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13837install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13838postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13839postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13840finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13841finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13842hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13843sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13844sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13845hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13846enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13847enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13848enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13849old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13850striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13851
13852LTCC='$LTCC'
13853LTCFLAGS='$LTCFLAGS'
13854compiler='$compiler_DEFAULT'
13855
13856# A function that is used when there is no print builtin or printf.
13857func_fallback_echo ()
13858{
13859 eval 'cat <<_LTECHO_EOF
13860\$1
13861_LTECHO_EOF'
13862}
13863
13864# Quote evaled strings.
13865for var in SHELL \
13866ECHO \
13867SED \
13868GREP \
13869EGREP \
13870FGREP \
13871LD \
13872NM \
13873LN_S \
13874lt_SP2NL \
13875lt_NL2SP \
13876reload_flag \
13877OBJDUMP \
13878deplibs_check_method \
13879file_magic_cmd \
13880AR \
13881AR_FLAGS \
13882STRIP \
13883RANLIB \
13884CC \
13885CFLAGS \
13886compiler \
13887lt_cv_sys_global_symbol_pipe \
13888lt_cv_sys_global_symbol_to_cdecl \
13889lt_cv_sys_global_symbol_to_c_name_address \
13890lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13891lt_prog_compiler_no_builtin_flag \
13892lt_prog_compiler_wl \
13893lt_prog_compiler_pic \
13894lt_prog_compiler_static \
13895lt_cv_prog_compiler_c_o \
13896need_locks \
13897DSYMUTIL \
13898NMEDIT \
13899LIPO \
13900OTOOL \
13901OTOOL64 \
13902shrext_cmds \
13903export_dynamic_flag_spec \
13904whole_archive_flag_spec \
13905compiler_needs_object \
13906with_gnu_ld \
13907allow_undefined_flag \
13908no_undefined_flag \
13909hardcode_libdir_flag_spec \
13910hardcode_libdir_flag_spec_ld \
13911hardcode_libdir_separator \
13912fix_srcfile_path \
13913exclude_expsyms \
13914include_expsyms \
13915file_list_spec \
13916variables_saved_for_relink \
13917libname_spec \
13918library_names_spec \
13919soname_spec \
13920install_override_mode \
13921finish_eval \
13922old_striplib \
13923striplib; do
13924 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13925 *[\\\\\\\`\\"\\\$]*)
13926 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13927 ;;
13928 *)
13929 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13930 ;;
13931 esac
13932done
13933
13934# Double-quote double-evaled strings.
13935for var in reload_cmds \
13936old_postinstall_cmds \
13937old_postuninstall_cmds \
13938old_archive_cmds \
13939extract_expsyms_cmds \
13940old_archive_from_new_cmds \
13941old_archive_from_expsyms_cmds \
13942archive_cmds \
13943archive_expsym_cmds \
13944module_cmds \
13945module_expsym_cmds \
13946export_symbols_cmds \
13947prelink_cmds \
13948postinstall_cmds \
13949postuninstall_cmds \
13950finish_cmds \
13951sys_lib_search_path_spec \
13952sys_lib_dlsearch_path_spec; do
13953 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13954 *[\\\\\\\`\\"\\\$]*)
13955 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13956 ;;
13957 *)
13958 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13959 ;;
13960 esac
13961done
13962
13963ac_aux_dir='$ac_aux_dir'
13964xsi_shell='$xsi_shell'
13965lt_shell_append='$lt_shell_append'
13966
13967# See if we are running on zsh, and set the options which allow our
13968# commands through without removal of \ escapes INIT.
13969if test -n "\${ZSH_VERSION+set}" ; then
13970 setopt NO_GLOB_SUBST
13971fi
13972
13973
13974 PACKAGE='$PACKAGE'
13975 VERSION='$VERSION'
13976 TIMESTAMP='$TIMESTAMP'
13977 RM='$RM'
13978 ofile='$ofile'
13979
13980
13981
13982
81ecdfbb 13983_ACEOF
c906108c 13984
81ecdfbb 13985cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 13986
81ecdfbb 13987# Handling of arguments.
b7026657 13988for ac_config_target in $ac_config_targets
c906108c 13989do
81ecdfbb
RW
13990 case $ac_config_target in
13991 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13992 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13993 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13994 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
13995 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13996 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13997 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13998 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13999 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14000
14001 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14002 esac
14003done
14004
81ecdfbb 14005
b7026657
AC
14006# If the user did not use the arguments to specify the items to instantiate,
14007# then the envvar interface is used. Set only those that are not.
14008# We use the long form for the default assignment because of an extremely
14009# bizarre bug on SunOS 4.1.3.
14010if $ac_need_defaults; then
14011 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14012 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14013 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14014 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14015fi
14016
14017# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14018# simply because there is no reason against having it here, and in addition,
b7026657 14019# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14020# Hook for its removal unless debugging.
14021# Note that there is a small window in which the directory will not be cleaned:
14022# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14023$debug ||
14024{
81ecdfbb
RW
14025 tmp=
14026 trap 'exit_status=$?
14027 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14028' 0
14029 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14030}
b7026657 14031# Create a (secure) tmp directory for tmp files.
c906108c 14032
b7026657 14033{
81ecdfbb 14034 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14035 test -n "$tmp" && test -d "$tmp"
14036} ||
14037{
81ecdfbb
RW
14038 tmp=./conf$$-$RANDOM
14039 (umask 077 && mkdir "$tmp")
14040} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b7026657 14041
81ecdfbb
RW
14042# Set up the scripts for CONFIG_FILES section.
14043# No need to generate them if there are no CONFIG_FILES.
14044# This happens for instance with `./config.status config.h'.
14045if test -n "$CONFIG_FILES"; then
b7026657 14046
c906108c 14047
81ecdfbb
RW
14048ac_cr=`echo X | tr X '\015'`
14049# On cygwin, bash can eat \r inside `` if the user requested igncr.
14050# But we know of no other shell where ac_cr would be empty at this
14051# point, so we can use a bashism as a fallback.
14052if test "x$ac_cr" = x; then
14053 eval ac_cr=\$\'\\r\'
14054fi
14055ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14056if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14057 ac_cs_awk_cr='\r'
14058else
14059 ac_cs_awk_cr=$ac_cr
14060fi
b7026657 14061
81ecdfbb 14062echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14063_ACEOF
14064
81ecdfbb
RW
14065
14066{
14067 echo "cat >conf$$subs.awk <<_ACEOF" &&
14068 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14069 echo "_ACEOF"
14070} >conf$$subs.sh ||
14071 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14072ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14073ac_delim='%!_!# '
14074for ac_last_try in false false false false false :; do
14075 . ./conf$$subs.sh ||
14076 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14077
14078 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14079 if test $ac_delim_n = $ac_delim_num; then
14080 break
14081 elif $ac_last_try; then
14082 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14083 else
14084 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14085 fi
81ecdfbb
RW
14086done
14087rm -f conf$$subs.sh
c906108c 14088
81ecdfbb
RW
14089cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14090cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14091_ACEOF
81ecdfbb
RW
14092sed -n '
14093h
14094s/^/S["/; s/!.*/"]=/
14095p
14096g
14097s/^[^!]*!//
14098:repl
14099t repl
14100s/'"$ac_delim"'$//
14101t delim
14102:nl
14103h
14104s/\(.\{148\}\).*/\1/
14105t more1
14106s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14107p
14108n
14109b repl
14110:more1
14111s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14112p
14113g
14114s/.\{148\}//
14115t nl
14116:delim
14117h
14118s/\(.\{148\}\).*/\1/
14119t more2
14120s/["\\]/\\&/g; s/^/"/; s/$/"/
14121p
14122b
14123:more2
14124s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14125p
14126g
14127s/.\{148\}//
14128t delim
14129' <conf$$subs.awk | sed '
14130/^[^""]/{
14131 N
14132 s/\n//
14133}
14134' >>$CONFIG_STATUS || ac_write_fail=1
14135rm -f conf$$subs.awk
14136cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14137_ACAWK
14138cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14139 for (key in S) S_is_set[key] = 1
14140 FS = "\a"
c906108c 14141
81ecdfbb
RW
14142}
14143{
14144 line = $ 0
14145 nfields = split(line, field, "@")
14146 substed = 0
14147 len = length(field[1])
14148 for (i = 2; i < nfields; i++) {
14149 key = field[i]
14150 keylen = length(key)
14151 if (S_is_set[key]) {
14152 value = S[key]
14153 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14154 len += length(value) + length(field[++i])
14155 substed = 1
14156 } else
14157 len += 1 + keylen
14158 }
14159
14160 print line
14161}
b7026657 14162
81ecdfbb
RW
14163_ACAWK
14164_ACEOF
14165cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14166if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14167 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14168else
81ecdfbb
RW
14169 cat
14170fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14171 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14172_ACEOF
b7026657 14173
81ecdfbb
RW
14174# VPATH may cause trouble with some makes, so we remove $(srcdir),
14175# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14176# trailing colons and then remove the whole line if VPATH becomes empty
14177# (actually we leave an empty line to preserve line numbers).
14178if test "x$srcdir" = x.; then
14179 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14180s/:*\$(srcdir):*/:/
14181s/:*\${srcdir}:*/:/
14182s/:*@srcdir@:*/:/
14183s/^\([^=]*=[ ]*\):*/\1/
14184s/:*$//
14185s/^[^=]*=[ ]*$//
14186}'
14187fi
b7026657 14188
81ecdfbb
RW
14189cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14190fi # test -n "$CONFIG_FILES"
c906108c 14191
81ecdfbb
RW
14192# Set up the scripts for CONFIG_HEADERS section.
14193# No need to generate them if there are no CONFIG_HEADERS.
14194# This happens for instance with `./config.status Makefile'.
14195if test -n "$CONFIG_HEADERS"; then
14196cat >"$tmp/defines.awk" <<\_ACAWK ||
14197BEGIN {
14198_ACEOF
c906108c 14199
81ecdfbb
RW
14200# Transform confdefs.h into an awk script `defines.awk', embedded as
14201# here-document in config.status, that substitutes the proper values into
14202# config.h.in to produce config.h.
c906108c 14203
81ecdfbb
RW
14204# Create a delimiter string that does not exist in confdefs.h, to ease
14205# handling of long lines.
14206ac_delim='%!_!# '
14207for ac_last_try in false false :; do
14208 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14209 if test -z "$ac_t"; then
14210 break
14211 elif $ac_last_try; then
14212 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14213 else
81ecdfbb 14214 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14215 fi
b7026657 14216done
81ecdfbb
RW
14217
14218# For the awk script, D is an array of macro values keyed by name,
14219# likewise P contains macro parameters if any. Preserve backslash
14220# newline sequences.
14221
14222ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14223sed -n '
14224s/.\{148\}/&'"$ac_delim"'/g
14225t rset
14226:rset
14227s/^[ ]*#[ ]*define[ ][ ]*/ /
14228t def
14229d
14230:def
14231s/\\$//
14232t bsnl
14233s/["\\]/\\&/g
14234s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14235D["\1"]=" \3"/p
14236s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14237d
14238:bsnl
14239s/["\\]/\\&/g
14240s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14241D["\1"]=" \3\\\\\\n"\\/p
14242t cont
14243s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14244t cont
14245d
14246:cont
14247n
14248s/.\{148\}/&'"$ac_delim"'/g
14249t clear
14250:clear
14251s/\\$//
14252t bsnlc
14253s/["\\]/\\&/g; s/^/"/; s/$/"/p
14254d
14255:bsnlc
14256s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14257b cont
14258' <confdefs.h | sed '
14259s/'"$ac_delim"'/"\\\
14260"/g' >>$CONFIG_STATUS || ac_write_fail=1
14261
14262cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14263 for (key in D) D_is_set[key] = 1
14264 FS = "\a"
14265}
14266/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14267 line = \$ 0
14268 split(line, arg, " ")
14269 if (arg[1] == "#") {
14270 defundef = arg[2]
14271 mac1 = arg[3]
14272 } else {
14273 defundef = substr(arg[1], 2)
14274 mac1 = arg[2]
14275 }
14276 split(mac1, mac2, "(") #)
14277 macro = mac2[1]
14278 prefix = substr(line, 1, index(line, defundef) - 1)
14279 if (D_is_set[macro]) {
14280 # Preserve the white space surrounding the "#".
14281 print prefix "define", macro P[macro] D[macro]
14282 next
14283 } else {
14284 # Replace #undef with comments. This is necessary, for example,
14285 # in the case of _POSIX_SOURCE, which is predefined and required
14286 # on some systems where configure will not decide to define it.
14287 if (defundef == "undef") {
14288 print "/*", prefix defundef, macro, "*/"
14289 next
14290 }
14291 }
14292}
14293{ print }
14294_ACAWK
b7026657 14295_ACEOF
81ecdfbb
RW
14296cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14297 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14298fi # test -n "$CONFIG_HEADERS"
b7026657 14299
c906108c 14300
81ecdfbb
RW
14301eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14302shift
14303for ac_tag
14304do
14305 case $ac_tag in
14306 :[FHLC]) ac_mode=$ac_tag; continue;;
14307 esac
14308 case $ac_mode$ac_tag in
14309 :[FHL]*:*);;
14310 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14311 :[FH]-) ac_tag=-:-;;
14312 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14313 esac
81ecdfbb
RW
14314 ac_save_IFS=$IFS
14315 IFS=:
14316 set x $ac_tag
14317 IFS=$ac_save_IFS
14318 shift
14319 ac_file=$1
14320 shift
c906108c 14321
81ecdfbb
RW
14322 case $ac_mode in
14323 :L) ac_source=$1;;
14324 :[FH])
14325 ac_file_inputs=
14326 for ac_f
14327 do
14328 case $ac_f in
14329 -) ac_f="$tmp/stdin";;
14330 *) # Look for the file first in the build tree, then in the source tree
14331 # (if the path is not absolute). The absolute path cannot be DOS-style,
14332 # because $ac_f cannot contain `:'.
14333 test -f "$ac_f" ||
14334 case $ac_f in
14335 [\\/$]*) false;;
14336 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14337 esac ||
14338 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14339 esac
81ecdfbb
RW
14340 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14341 as_fn_append ac_file_inputs " '$ac_f'"
14342 done
b7026657 14343
81ecdfbb
RW
14344 # Let's still pretend it is `configure' which instantiates (i.e., don't
14345 # use $as_me), people would be surprised to read:
14346 # /* config.h. Generated by config.status. */
14347 configure_input='Generated from '`
14348 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14349 `' by configure.'
14350 if test x"$ac_file" != x-; then
14351 configure_input="$ac_file. $configure_input"
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14353$as_echo "$as_me: creating $ac_file" >&6;}
14354 fi
14355 # Neutralize special characters interpreted by sed in replacement strings.
14356 case $configure_input in #(
14357 *\&* | *\|* | *\\* )
14358 ac_sed_conf_input=`$as_echo "$configure_input" |
14359 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14360 *) ac_sed_conf_input=$configure_input;;
14361 esac
b7026657 14362
81ecdfbb
RW
14363 case $ac_tag in
14364 *:-:* | *:-) cat >"$tmp/stdin" \
14365 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14366 esac
14367 ;;
14368 esac
b7026657 14369
81ecdfbb 14370 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14371$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14372 X"$ac_file" : 'X\(//\)[^/]' \| \
14373 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14374 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14375$as_echo X"$ac_file" |
14376 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14377 s//\1/
14378 q
14379 }
14380 /^X\(\/\/\)[^/].*/{
14381 s//\1/
14382 q
14383 }
14384 /^X\(\/\/\)$/{
14385 s//\1/
14386 q
14387 }
14388 /^X\(\/\).*/{
14389 s//\1/
14390 q
14391 }
14392 s/.*/./; q'`
14393 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14394 ac_builddir=.
14395
81ecdfbb
RW
14396case "$ac_dir" in
14397.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14398*)
14399 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14400 # A ".." for each directory in $ac_dir_suffix.
14401 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14402 case $ac_top_builddir_sub in
14403 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14404 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14405 esac ;;
14406esac
14407ac_abs_top_builddir=$ac_pwd
14408ac_abs_builddir=$ac_pwd$ac_dir_suffix
14409# for backward compatibility:
14410ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14411
14412case $srcdir in
81ecdfbb 14413 .) # We are building in place.
b7026657 14414 ac_srcdir=.
81ecdfbb
RW
14415 ac_top_srcdir=$ac_top_builddir_sub
14416 ac_abs_top_srcdir=$ac_pwd ;;
14417 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14418 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14419 ac_top_srcdir=$srcdir
14420 ac_abs_top_srcdir=$srcdir ;;
14421 *) # Relative name.
14422 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14423 ac_top_srcdir=$ac_top_build_prefix$srcdir
14424 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14425esac
81ecdfbb 14426ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14427
c906108c 14428
81ecdfbb
RW
14429 case $ac_mode in
14430 :F)
14431 #
14432 # CONFIG_FILE
14433 #
b7026657 14434
81ecdfbb
RW
14435 case $INSTALL in
14436 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14437 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14438 esac
81ecdfbb 14439_ACEOF
c906108c 14440
81ecdfbb
RW
14441cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14442# If the template does not know about datarootdir, expand it.
14443# FIXME: This hack should be removed a few years after 2.60.
14444ac_datarootdir_hack=; ac_datarootdir_seen=
14445ac_sed_dataroot='
14446/datarootdir/ {
14447 p
14448 q
14449}
14450/@datadir@/p
14451/@docdir@/p
14452/@infodir@/p
14453/@localedir@/p
14454/@mandir@/p'
14455case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14456*datarootdir*) ac_datarootdir_seen=yes;;
14457*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14459$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14460_ACEOF
14461cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14462 ac_datarootdir_hack='
14463 s&@datadir@&$datadir&g
14464 s&@docdir@&$docdir&g
14465 s&@infodir@&$infodir&g
14466 s&@localedir@&$localedir&g
14467 s&@mandir@&$mandir&g
14468 s&\\\${datarootdir}&$datarootdir&g' ;;
14469esac
b7026657 14470_ACEOF
b7026657 14471
81ecdfbb
RW
14472# Neutralize VPATH when `$srcdir' = `.'.
14473# Shell code in configure.ac might set extrasub.
14474# FIXME: do we really want to maintain this feature?
14475cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14476ac_sed_extra="$ac_vpsub
14477$extrasub
14478_ACEOF
14479cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14480:t
14481/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14482s|@configure_input@|$ac_sed_conf_input|;t t
14483s&@top_builddir@&$ac_top_builddir_sub&;t t
14484s&@top_build_prefix@&$ac_top_build_prefix&;t t
14485s&@srcdir@&$ac_srcdir&;t t
14486s&@abs_srcdir@&$ac_abs_srcdir&;t t
14487s&@top_srcdir@&$ac_top_srcdir&;t t
14488s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14489s&@builddir@&$ac_builddir&;t t
14490s&@abs_builddir@&$ac_abs_builddir&;t t
14491s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14492s&@INSTALL@&$ac_INSTALL&;t t
14493$ac_datarootdir_hack
14494"
14495eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14496 || as_fn_error "could not create $ac_file" "$LINENO" 5
14497
14498test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14499 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14500 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14502which seems to be undefined. Please make sure it is defined." >&5
14503$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14504which seems to be undefined. Please make sure it is defined." >&2;}
14505
14506 rm -f "$tmp/stdin"
14507 case $ac_file in
14508 -) cat "$tmp/out" && rm -f "$tmp/out";;
14509 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14510 esac \
14511 || as_fn_error "could not create $ac_file" "$LINENO" 5
14512 ;;
14513 :H)
14514 #
14515 # CONFIG_HEADER
14516 #
14517 if test x"$ac_file" != x-; then
14518 {
14519 $as_echo "/* $configure_input */" \
14520 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14521 } >"$tmp/config.h" \
14522 || as_fn_error "could not create $ac_file" "$LINENO" 5
14523 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14524 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14525$as_echo "$as_me: $ac_file is unchanged" >&6;}
14526 else
14527 rm -f "$ac_file"
14528 mv "$tmp/config.h" "$ac_file" \
14529 || as_fn_error "could not create $ac_file" "$LINENO" 5
14530 fi
b7026657 14531 else
81ecdfbb
RW
14532 $as_echo "/* $configure_input */" \
14533 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14534 || as_fn_error "could not create -" "$LINENO" 5
14535 fi
14536 ;;
14537 :L)
14538 #
14539 # CONFIG_LINK
14540 #
b7026657 14541
81ecdfbb
RW
14542 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14543 :
14544 else
14545 # Prefer the file from the source tree if names are identical.
14546 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14547 ac_source=$srcdir/$ac_source
14548 fi
b7026657 14549
81ecdfbb
RW
14550 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14551$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 14552
81ecdfbb
RW
14553 if test ! -r "$ac_source"; then
14554 as_fn_error "$ac_source: file not found" "$LINENO" 5
14555 fi
14556 rm -f "$ac_file"
b7026657 14557
81ecdfbb
RW
14558 # Try a relative symlink, then a hard link, then a copy.
14559 case $srcdir in
14560 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14561 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14562 esac
14563 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14564 ln "$ac_source" "$ac_file" 2>/dev/null ||
14565 cp -p "$ac_source" "$ac_file" ||
14566 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14567 fi
14568 ;;
14569 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14570$as_echo "$as_me: executing $ac_file commands" >&6;}
14571 ;;
14572 esac
b7026657
AC
14573
14574
81ecdfbb 14575 case $ac_file$ac_mode in
db2e4d67 14576 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14577 "libtool":C)
14578
14579 # See if we are running on zsh, and set the options which allow our
14580 # commands through without removal of \ escapes.
14581 if test -n "${ZSH_VERSION+set}" ; then
14582 setopt NO_GLOB_SUBST
14583 fi
14584
14585 cfgfile="${ofile}T"
14586 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14587 $RM "$cfgfile"
14588
14589 cat <<_LT_EOF >> "$cfgfile"
14590#! $SHELL
14591
14592# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14593# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14594# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14595# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14596#
14597# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14598# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14599# Written by Gordon Matzigkeit, 1996
14600#
14601# This file is part of GNU Libtool.
14602#
14603# GNU Libtool is free software; you can redistribute it and/or
14604# modify it under the terms of the GNU General Public License as
14605# published by the Free Software Foundation; either version 2 of
14606# the License, or (at your option) any later version.
14607#
14608# As a special exception to the GNU General Public License,
14609# if you distribute this file as part of a program or library that
14610# is built using GNU Libtool, you may include this file under the
14611# same distribution terms that you use for the rest of that program.
14612#
14613# GNU Libtool is distributed in the hope that it will be useful,
14614# but WITHOUT ANY WARRANTY; without even the implied warranty of
14615# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14616# GNU General Public License for more details.
14617#
14618# You should have received a copy of the GNU General Public License
14619# along with GNU Libtool; see the file COPYING. If not, a copy
14620# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14621# obtained by writing to the Free Software Foundation, Inc.,
14622# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14623
14624
14625# The names of the tagged configurations supported by this script.
14626available_tags=""
14627
14628# ### BEGIN LIBTOOL CONFIG
14629
14630# Which release of libtool.m4 was used?
14631macro_version=$macro_version
14632macro_revision=$macro_revision
14633
14634# Whether or not to build shared libraries.
14635build_libtool_libs=$enable_shared
14636
14637# Whether or not to build static libraries.
14638build_old_libs=$enable_static
14639
14640# What type of objects to build.
14641pic_mode=$pic_mode
14642
14643# Whether or not to optimize for fast installation.
14644fast_install=$enable_fast_install
14645
14646# Shell to use when invoking shell scripts.
14647SHELL=$lt_SHELL
14648
14649# An echo program that protects backslashes.
14650ECHO=$lt_ECHO
14651
14652# The host system.
14653host_alias=$host_alias
14654host=$host
14655host_os=$host_os
14656
14657# The build system.
14658build_alias=$build_alias
14659build=$build
14660build_os=$build_os
14661
14662# A sed program that does not truncate output.
14663SED=$lt_SED
14664
14665# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14666Xsed="\$SED -e 1s/^X//"
14667
14668# A grep program that handles long lines.
14669GREP=$lt_GREP
14670
14671# An ERE matcher.
14672EGREP=$lt_EGREP
14673
14674# A literal string matcher.
14675FGREP=$lt_FGREP
14676
14677# A BSD- or MS-compatible name lister.
14678NM=$lt_NM
14679
14680# Whether we need soft or hard links.
14681LN_S=$lt_LN_S
14682
14683# What is the maximum length of a command?
14684max_cmd_len=$max_cmd_len
14685
14686# Object file suffix (normally "o").
14687objext=$ac_objext
14688
14689# Executable file suffix (normally "").
14690exeext=$exeext
14691
14692# whether the shell understands "unset".
14693lt_unset=$lt_unset
14694
14695# turn spaces into newlines.
14696SP2NL=$lt_lt_SP2NL
14697
14698# turn newlines into spaces.
14699NL2SP=$lt_lt_NL2SP
14700
14701# An object symbol dumper.
14702OBJDUMP=$lt_OBJDUMP
14703
14704# Method to check whether dependent libraries are shared objects.
14705deplibs_check_method=$lt_deplibs_check_method
14706
14707# Command to use when deplibs_check_method == "file_magic".
14708file_magic_cmd=$lt_file_magic_cmd
14709
14710# The archiver.
14711AR=$lt_AR
14712AR_FLAGS=$lt_AR_FLAGS
14713
14714# A symbol stripping program.
14715STRIP=$lt_STRIP
14716
14717# Commands used to install an old-style archive.
14718RANLIB=$lt_RANLIB
14719old_postinstall_cmds=$lt_old_postinstall_cmds
14720old_postuninstall_cmds=$lt_old_postuninstall_cmds
14721
14722# Whether to use a lock for old archive extraction.
14723lock_old_archive_extraction=$lock_old_archive_extraction
14724
14725# A C compiler.
14726LTCC=$lt_CC
14727
14728# LTCC compiler flags.
14729LTCFLAGS=$lt_CFLAGS
14730
14731# Take the output of nm and produce a listing of raw symbols and C names.
14732global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14733
14734# Transform the output of nm in a proper C declaration.
14735global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14736
14737# Transform the output of nm in a C name address pair.
14738global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14739
14740# Transform the output of nm in a C name address pair when lib prefix is needed.
14741global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14742
14743# The name of the directory that contains temporary libtool files.
14744objdir=$objdir
14745
14746# Used to examine libraries when file_magic_cmd begins with "file".
14747MAGIC_CMD=$MAGIC_CMD
14748
14749# Must we lock files when doing compilation?
14750need_locks=$lt_need_locks
14751
14752# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14753DSYMUTIL=$lt_DSYMUTIL
14754
14755# Tool to change global to local symbols on Mac OS X.
14756NMEDIT=$lt_NMEDIT
14757
14758# Tool to manipulate fat objects and archives on Mac OS X.
14759LIPO=$lt_LIPO
14760
14761# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14762OTOOL=$lt_OTOOL
14763
14764# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14765OTOOL64=$lt_OTOOL64
14766
14767# Old archive suffix (normally "a").
14768libext=$libext
14769
14770# Shared library suffix (normally ".so").
14771shrext_cmds=$lt_shrext_cmds
14772
14773# The commands to extract the exported symbol list from a shared archive.
14774extract_expsyms_cmds=$lt_extract_expsyms_cmds
14775
14776# Variables whose values should be saved in libtool wrapper scripts and
14777# restored at link time.
14778variables_saved_for_relink=$lt_variables_saved_for_relink
14779
14780# Do we need the "lib" prefix for modules?
14781need_lib_prefix=$need_lib_prefix
14782
14783# Do we need a version for libraries?
14784need_version=$need_version
14785
14786# Library versioning type.
14787version_type=$version_type
14788
14789# Shared library runtime path variable.
14790runpath_var=$runpath_var
14791
14792# Shared library path variable.
14793shlibpath_var=$shlibpath_var
14794
14795# Is shlibpath searched before the hard-coded library search path?
14796shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14797
14798# Format of library name prefix.
14799libname_spec=$lt_libname_spec
14800
14801# List of archive names. First name is the real one, the rest are links.
14802# The last name is the one that the linker finds with -lNAME
14803library_names_spec=$lt_library_names_spec
14804
14805# The coded name of the library, if different from the real name.
14806soname_spec=$lt_soname_spec
14807
14808# Permission mode override for installation of shared libraries.
14809install_override_mode=$lt_install_override_mode
14810
14811# Command to use after installation of a shared archive.
14812postinstall_cmds=$lt_postinstall_cmds
14813
14814# Command to use after uninstallation of a shared archive.
14815postuninstall_cmds=$lt_postuninstall_cmds
14816
14817# Commands used to finish a libtool library installation in a directory.
14818finish_cmds=$lt_finish_cmds
14819
14820# As "finish_cmds", except a single script fragment to be evaled but
14821# not shown.
14822finish_eval=$lt_finish_eval
14823
14824# Whether we should hardcode library paths into libraries.
14825hardcode_into_libs=$hardcode_into_libs
14826
14827# Compile-time system search path for libraries.
14828sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14829
14830# Run-time system search path for libraries.
14831sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14832
14833# Whether dlopen is supported.
14834dlopen_support=$enable_dlopen
14835
14836# Whether dlopen of programs is supported.
14837dlopen_self=$enable_dlopen_self
14838
14839# Whether dlopen of statically linked programs is supported.
14840dlopen_self_static=$enable_dlopen_self_static
14841
14842# Commands to strip libraries.
14843old_striplib=$lt_old_striplib
14844striplib=$lt_striplib
14845
14846
14847# The linker used to build libraries.
14848LD=$lt_LD
14849
14850# How to create reloadable object files.
14851reload_flag=$lt_reload_flag
14852reload_cmds=$lt_reload_cmds
14853
14854# Commands used to build an old-style archive.
14855old_archive_cmds=$lt_old_archive_cmds
14856
14857# A language specific compiler.
14858CC=$lt_compiler
14859
14860# Is the compiler the GNU compiler?
14861with_gcc=$GCC
14862
14863# Compiler flag to turn off builtin functions.
14864no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14865
14866# How to pass a linker flag through the compiler.
14867wl=$lt_lt_prog_compiler_wl
14868
14869# Additional compiler flags for building library objects.
14870pic_flag=$lt_lt_prog_compiler_pic
14871
14872# Compiler flag to prevent dynamic linking.
14873link_static_flag=$lt_lt_prog_compiler_static
14874
14875# Does compiler simultaneously support -c and -o options?
14876compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14877
14878# Whether or not to add -lc for building shared libraries.
14879build_libtool_need_lc=$archive_cmds_need_lc
14880
14881# Whether or not to disallow shared libs when runtime libs are static.
14882allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14883
14884# Compiler flag to allow reflexive dlopens.
14885export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14886
14887# Compiler flag to generate shared objects directly from archives.
14888whole_archive_flag_spec=$lt_whole_archive_flag_spec
14889
14890# Whether the compiler copes with passing no objects directly.
14891compiler_needs_object=$lt_compiler_needs_object
14892
14893# Create an old-style archive from a shared archive.
14894old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14895
14896# Create a temporary old-style archive to link instead of a shared archive.
14897old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14898
14899# Commands used to build a shared archive.
14900archive_cmds=$lt_archive_cmds
14901archive_expsym_cmds=$lt_archive_expsym_cmds
14902
14903# Commands used to build a loadable module if different from building
14904# a shared archive.
14905module_cmds=$lt_module_cmds
14906module_expsym_cmds=$lt_module_expsym_cmds
14907
14908# Whether we are building with GNU ld or not.
14909with_gnu_ld=$lt_with_gnu_ld
14910
14911# Flag that allows shared libraries with undefined symbols to be built.
14912allow_undefined_flag=$lt_allow_undefined_flag
14913
14914# Flag that enforces no undefined symbols.
14915no_undefined_flag=$lt_no_undefined_flag
14916
14917# Flag to hardcode \$libdir into a binary during linking.
14918# This must work even if \$libdir does not exist
14919hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14920
14921# If ld is used when linking, flag to hardcode \$libdir into a binary
14922# during linking. This must work even if \$libdir does not exist.
14923hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14924
14925# Whether we need a single "-rpath" flag with a separated argument.
14926hardcode_libdir_separator=$lt_hardcode_libdir_separator
14927
14928# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14929# DIR into the resulting binary.
14930hardcode_direct=$hardcode_direct
14931
14932# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14933# DIR into the resulting binary and the resulting library dependency is
14934# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14935# library is relocated.
14936hardcode_direct_absolute=$hardcode_direct_absolute
14937
14938# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14939# into the resulting binary.
14940hardcode_minus_L=$hardcode_minus_L
14941
14942# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14943# into the resulting binary.
14944hardcode_shlibpath_var=$hardcode_shlibpath_var
14945
14946# Set to "yes" if building a shared library automatically hardcodes DIR
14947# into the library and all subsequent libraries and executables linked
14948# against it.
14949hardcode_automatic=$hardcode_automatic
14950
14951# Set to yes if linker adds runtime paths of dependent libraries
14952# to runtime path list.
14953inherit_rpath=$inherit_rpath
14954
14955# Whether libtool must link a program against all its dependency libraries.
14956link_all_deplibs=$link_all_deplibs
14957
14958# Fix the shell variable \$srcfile for the compiler.
14959fix_srcfile_path=$lt_fix_srcfile_path
14960
14961# Set to "yes" if exported symbols are required.
14962always_export_symbols=$always_export_symbols
14963
14964# The commands to list exported symbols.
14965export_symbols_cmds=$lt_export_symbols_cmds
14966
14967# Symbols that should not be listed in the preloaded symbols.
14968exclude_expsyms=$lt_exclude_expsyms
14969
14970# Symbols that must always be exported.
14971include_expsyms=$lt_include_expsyms
14972
14973# Commands necessary for linking programs (against libraries) with templates.
14974prelink_cmds=$lt_prelink_cmds
14975
14976# Specify filename containing input files.
14977file_list_spec=$lt_file_list_spec
14978
14979# How to hardcode a shared library path into an executable.
14980hardcode_action=$hardcode_action
14981
14982# ### END LIBTOOL CONFIG
14983
14984_LT_EOF
14985
14986 case $host_os in
14987 aix3*)
14988 cat <<\_LT_EOF >> "$cfgfile"
14989# AIX sometimes has problems with the GCC collect2 program. For some
14990# reason, if we set the COLLECT_NAMES environment variable, the problems
14991# vanish in a puff of smoke.
14992if test "X${COLLECT_NAMES+set}" != Xset; then
14993 COLLECT_NAMES=
14994 export COLLECT_NAMES
14995fi
14996_LT_EOF
14997 ;;
14998 esac
14999
15000
15001ltmain="$ac_aux_dir/ltmain.sh"
15002
15003
15004 # We use sed instead of cat because bash on DJGPP gets confused if
15005 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15006 # text mode, it properly converts lines to CR/LF. This bash problem
15007 # is reportedly fixed, but why not run on old versions too?
15008 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15009 || (rm -f "$cfgfile"; exit 1)
15010
15011 case $xsi_shell in
15012 yes)
15013 cat << \_LT_EOF >> "$cfgfile"
15014
15015# func_dirname file append nondir_replacement
15016# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15017# otherwise set result to NONDIR_REPLACEMENT.
15018func_dirname ()
15019{
15020 case ${1} in
15021 */*) func_dirname_result="${1%/*}${2}" ;;
15022 * ) func_dirname_result="${3}" ;;
15023 esac
15024}
15025
15026# func_basename file
15027func_basename ()
15028{
15029 func_basename_result="${1##*/}"
15030}
15031
15032# func_dirname_and_basename file append nondir_replacement
15033# perform func_basename and func_dirname in a single function
15034# call:
15035# dirname: Compute the dirname of FILE. If nonempty,
15036# add APPEND to the result, otherwise set result
15037# to NONDIR_REPLACEMENT.
15038# value returned in "$func_dirname_result"
15039# basename: Compute filename of FILE.
15040# value retuned in "$func_basename_result"
15041# Implementation must be kept synchronized with func_dirname
15042# and func_basename. For efficiency, we do not delegate to
15043# those functions but instead duplicate the functionality here.
15044func_dirname_and_basename ()
15045{
15046 case ${1} in
15047 */*) func_dirname_result="${1%/*}${2}" ;;
15048 * ) func_dirname_result="${3}" ;;
15049 esac
15050 func_basename_result="${1##*/}"
15051}
15052
15053# func_stripname prefix suffix name
15054# strip PREFIX and SUFFIX off of NAME.
15055# PREFIX and SUFFIX must not contain globbing or regex special
15056# characters, hashes, percent signs, but SUFFIX may contain a leading
15057# dot (in which case that matches only a dot).
15058func_stripname ()
15059{
15060 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15061 # positional parameters, so assign one to ordinary parameter first.
15062 func_stripname_result=${3}
15063 func_stripname_result=${func_stripname_result#"${1}"}
15064 func_stripname_result=${func_stripname_result%"${2}"}
15065}
15066
15067# func_opt_split
15068func_opt_split ()
15069{
15070 func_opt_split_opt=${1%%=*}
15071 func_opt_split_arg=${1#*=}
15072}
15073
15074# func_lo2o object
15075func_lo2o ()
15076{
15077 case ${1} in
15078 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15079 *) func_lo2o_result=${1} ;;
15080 esac
15081}
15082
15083# func_xform libobj-or-source
15084func_xform ()
15085{
15086 func_xform_result=${1%.*}.lo
15087}
15088
15089# func_arith arithmetic-term...
15090func_arith ()
15091{
15092 func_arith_result=$(( $* ))
15093}
15094
15095# func_len string
15096# STRING may not start with a hyphen.
15097func_len ()
15098{
15099 func_len_result=${#1}
15100}
15101
15102_LT_EOF
15103 ;;
15104 *) # Bourne compatible functions.
15105 cat << \_LT_EOF >> "$cfgfile"
15106
15107# func_dirname file append nondir_replacement
15108# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15109# otherwise set result to NONDIR_REPLACEMENT.
15110func_dirname ()
15111{
15112 # Extract subdirectory from the argument.
15113 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15114 if test "X$func_dirname_result" = "X${1}"; then
15115 func_dirname_result="${3}"
15116 else
15117 func_dirname_result="$func_dirname_result${2}"
15118 fi
15119}
15120
15121# func_basename file
15122func_basename ()
15123{
15124 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15125}
15126
15127
15128# func_stripname prefix suffix name
15129# strip PREFIX and SUFFIX off of NAME.
15130# PREFIX and SUFFIX must not contain globbing or regex special
15131# characters, hashes, percent signs, but SUFFIX may contain a leading
15132# dot (in which case that matches only a dot).
15133# func_strip_suffix prefix name
15134func_stripname ()
15135{
15136 case ${2} in
15137 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15138 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15139 esac
15140}
15141
15142# sed scripts:
15143my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15144my_sed_long_arg='1s/^-[^=]*=//'
15145
15146# func_opt_split
15147func_opt_split ()
15148{
15149 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15150 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15151}
15152
15153# func_lo2o object
15154func_lo2o ()
15155{
15156 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15157}
15158
15159# func_xform libobj-or-source
15160func_xform ()
15161{
15162 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15163}
15164
15165# func_arith arithmetic-term...
15166func_arith ()
15167{
15168 func_arith_result=`expr "$@"`
15169}
15170
15171# func_len string
15172# STRING may not start with a hyphen.
15173func_len ()
15174{
15175 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15176}
15177
15178_LT_EOF
15179esac
15180
15181case $lt_shell_append in
15182 yes)
15183 cat << \_LT_EOF >> "$cfgfile"
15184
15185# func_append var value
15186# Append VALUE to the end of shell variable VAR.
15187func_append ()
15188{
15189 eval "$1+=\$2"
15190}
15191_LT_EOF
15192 ;;
15193 *)
15194 cat << \_LT_EOF >> "$cfgfile"
15195
15196# func_append var value
15197# Append VALUE to the end of shell variable VAR.
15198func_append ()
15199{
15200 eval "$1=\$$1\$2"
15201}
15202
15203_LT_EOF
15204 ;;
15205 esac
15206
15207
15208 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15209 || (rm -f "$cfgfile"; exit 1)
15210
15211 mv -f "$cfgfile" "$ofile" ||
15212 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15213 chmod +x "$ofile"
15214
15215 ;;
81ecdfbb 15216 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15217 rm -f Makesim1.tmp Makesim2.tmp Makefile
15218 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15219 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15220 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15221 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15222 <Makefile.sim >Makefile
38f48d72 15223 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15224 ;;
81ecdfbb
RW
15225 "stamp-h":C) echo > stamp-h ;;
15226
b7026657 15227 esac
81ecdfbb 15228done # for ac_tag
c906108c 15229
b7026657 15230
81ecdfbb 15231as_fn_exit 0
b7026657 15232_ACEOF
b7026657
AC
15233ac_clean_files=$ac_clean_files_save
15234
81ecdfbb
RW
15235test $ac_write_fail = 0 ||
15236 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15237
b7026657
AC
15238
15239# configure is writing to config.log, and then calls config.status.
15240# config.status does its own redirection, appending to config.log.
15241# Unfortunately, on DOS this fails, as config.log is still kept open
15242# by configure, so config.status won't be able to write to it; its
15243# output is simply discarded. So we exec the FD to /dev/null,
15244# effectively closing config.log, so it can be properly (re)opened and
15245# appended to by config.status. When coming back to configure, we
15246# need to make the FD available again.
15247if test "$no_create" != yes; then
15248 ac_cs_success=:
15249 ac_config_status_args=
15250 test "$silent" = yes &&
15251 ac_config_status_args="$ac_config_status_args --quiet"
15252 exec 5>/dev/null
15253 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15254 exec 5>>config.log
15255 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15256 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15257 $ac_cs_success || as_fn_exit $?
15258fi
15259if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15261$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15262fi
c906108c
SS
15263
15264
This page took 1.422889 seconds and 4 git commands to generate.