sim: drop host endian configure option
[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
81ecdfbb
RW
700sim_endian
701sim_bitsize
702sim_assert
703sim_alignment
704sim_environment
705target_alias
706host_alias
707build_alias
708LIBS
709ECHO_T
710ECHO_N
711ECHO_C
712DEFS
713mandir
714localedir
715libdir
716psdir
717pdfdir
718dvidir
719htmldir
720infodir
721docdir
722oldincludedir
723includedir
724localstatedir
725sharedstatedir
726sysconfdir
727datadir
728datarootdir
729libexecdir
730sbindir
731bindir
732program_transform_name
733prefix
734exec_prefix
735PACKAGE_URL
736PACKAGE_BUGREPORT
737PACKAGE_STRING
738PACKAGE_VERSION
739PACKAGE_TARNAME
740PACKAGE_NAME
741PATH_SEPARATOR
742SHELL'
b7026657 743ac_subst_files=''
81ecdfbb
RW
744ac_user_opts='
745enable_option_checking
aadc9410 746with_system_zlib
6bb11ab3
L
747enable_plugins
748enable_shared
749enable_static
750with_pic
751enable_fast_install
752with_gnu_ld
753enable_libtool_lock
81ecdfbb
RW
754enable_maintainer_mode
755enable_sim_bswap
756enable_sim_cflags
757enable_sim_debug
758enable_sim_stdio
759enable_sim_trace
760enable_sim_profile
761with_pkgversion
762with_bugurl
5658c257
MF
763enable_sim_endian
764enable_sim_alignment
81ecdfbb
RW
765'
766 ac_precious_vars='build_alias
767host_alias
768target_alias
769CC
770CFLAGS
771LDFLAGS
772LIBS
773CPPFLAGS
774CPP'
775
c906108c
SS
776
777# Initialize some variables set by options.
b7026657
AC
778ac_init_help=
779ac_init_version=false
81ecdfbb
RW
780ac_unrecognized_opts=
781ac_unrecognized_sep=
c906108c
SS
782# The variables have the same names as the options, with
783# dashes changed to underlines.
b7026657 784cache_file=/dev/null
c906108c 785exec_prefix=NONE
c906108c 786no_create=
c906108c
SS
787no_recursion=
788prefix=NONE
789program_prefix=NONE
790program_suffix=NONE
791program_transform_name=s,x,x,
792silent=
793site=
794srcdir=
c906108c
SS
795verbose=
796x_includes=NONE
797x_libraries=NONE
b7026657
AC
798
799# Installation directory options.
800# These are left unexpanded so users can "make install exec_prefix=/foo"
801# and all the variables that are supposed to be based on exec_prefix
802# by default will actually change.
803# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 804# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
805bindir='${exec_prefix}/bin'
806sbindir='${exec_prefix}/sbin'
807libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
808datarootdir='${prefix}/share'
809datadir='${datarootdir}'
c906108c
SS
810sysconfdir='${prefix}/etc'
811sharedstatedir='${prefix}/com'
812localstatedir='${prefix}/var'
c906108c
SS
813includedir='${prefix}/include'
814oldincludedir='/usr/include'
81ecdfbb
RW
815docdir='${datarootdir}/doc/${PACKAGE}'
816infodir='${datarootdir}/info'
817htmldir='${docdir}'
818dvidir='${docdir}'
819pdfdir='${docdir}'
820psdir='${docdir}'
821libdir='${exec_prefix}/lib'
822localedir='${datarootdir}/locale'
823mandir='${datarootdir}/man'
c906108c 824
c906108c 825ac_prev=
81ecdfbb 826ac_dashdash=
c906108c
SS
827for ac_option
828do
c906108c
SS
829 # If the previous option needs an argument, assign it.
830 if test -n "$ac_prev"; then
81ecdfbb 831 eval $ac_prev=\$ac_option
c906108c
SS
832 ac_prev=
833 continue
834 fi
835
81ecdfbb
RW
836 case $ac_option in
837 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
838 *) ac_optarg=yes ;;
839 esac
c906108c
SS
840
841 # Accept the important Cygnus configure options, so we can diagnose typos.
842
81ecdfbb
RW
843 case $ac_dashdash$ac_option in
844 --)
845 ac_dashdash=yes ;;
c906108c
SS
846
847 -bindir | --bindir | --bindi | --bind | --bin | --bi)
848 ac_prev=bindir ;;
849 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 850 bindir=$ac_optarg ;;
c906108c
SS
851
852 -build | --build | --buil | --bui | --bu)
b7026657 853 ac_prev=build_alias ;;
c906108c 854 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 855 build_alias=$ac_optarg ;;
c906108c
SS
856
857 -cache-file | --cache-file | --cache-fil | --cache-fi \
858 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
859 ac_prev=cache_file ;;
860 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
861 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
862 cache_file=$ac_optarg ;;
863
864 --config-cache | -C)
865 cache_file=config.cache ;;
c906108c 866
81ecdfbb 867 -datadir | --datadir | --datadi | --datad)
c906108c 868 ac_prev=datadir ;;
81ecdfbb 869 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 870 datadir=$ac_optarg ;;
c906108c 871
81ecdfbb
RW
872 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
873 | --dataroo | --dataro | --datar)
874 ac_prev=datarootdir ;;
875 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
876 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
877 datarootdir=$ac_optarg ;;
878
c906108c 879 -disable-* | --disable-*)
81ecdfbb 880 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 881 # Reject names that are not valid shell variable names.
81ecdfbb
RW
882 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
883 as_fn_error "invalid feature name: $ac_useropt"
884 ac_useropt_orig=$ac_useropt
885 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
886 case $ac_user_opts in
887 *"
888"enable_$ac_useropt"
889"*) ;;
890 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
891 ac_unrecognized_sep=', ';;
892 esac
893 eval enable_$ac_useropt=no ;;
894
895 -docdir | --docdir | --docdi | --doc | --do)
896 ac_prev=docdir ;;
897 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
898 docdir=$ac_optarg ;;
899
900 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
901 ac_prev=dvidir ;;
902 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
903 dvidir=$ac_optarg ;;
c906108c
SS
904
905 -enable-* | --enable-*)
81ecdfbb 906 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 907 # Reject names that are not valid shell variable names.
81ecdfbb
RW
908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
909 as_fn_error "invalid feature name: $ac_useropt"
910 ac_useropt_orig=$ac_useropt
911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
912 case $ac_user_opts in
913 *"
914"enable_$ac_useropt"
915"*) ;;
916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
917 ac_unrecognized_sep=', ';;
c906108c 918 esac
81ecdfbb 919 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
920
921 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
922 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
923 | --exec | --exe | --ex)
924 ac_prev=exec_prefix ;;
925 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
926 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
927 | --exec=* | --exe=* | --ex=*)
b7026657 928 exec_prefix=$ac_optarg ;;
c906108c
SS
929
930 -gas | --gas | --ga | --g)
931 # Obsolete; use --with-gas.
932 with_gas=yes ;;
933
b7026657
AC
934 -help | --help | --hel | --he | -h)
935 ac_init_help=long ;;
936 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
937 ac_init_help=recursive ;;
938 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
939 ac_init_help=short ;;
c906108c
SS
940
941 -host | --host | --hos | --ho)
b7026657 942 ac_prev=host_alias ;;
c906108c 943 -host=* | --host=* | --hos=* | --ho=*)
b7026657 944 host_alias=$ac_optarg ;;
c906108c 945
81ecdfbb
RW
946 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
947 ac_prev=htmldir ;;
948 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
949 | --ht=*)
950 htmldir=$ac_optarg ;;
951
c906108c
SS
952 -includedir | --includedir | --includedi | --included | --include \
953 | --includ | --inclu | --incl | --inc)
954 ac_prev=includedir ;;
955 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
956 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 957 includedir=$ac_optarg ;;
c906108c
SS
958
959 -infodir | --infodir | --infodi | --infod | --info | --inf)
960 ac_prev=infodir ;;
961 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 962 infodir=$ac_optarg ;;
c906108c
SS
963
964 -libdir | --libdir | --libdi | --libd)
965 ac_prev=libdir ;;
966 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 967 libdir=$ac_optarg ;;
c906108c
SS
968
969 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
970 | --libexe | --libex | --libe)
971 ac_prev=libexecdir ;;
972 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
973 | --libexe=* | --libex=* | --libe=*)
b7026657 974 libexecdir=$ac_optarg ;;
c906108c 975
81ecdfbb
RW
976 -localedir | --localedir | --localedi | --localed | --locale)
977 ac_prev=localedir ;;
978 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
979 localedir=$ac_optarg ;;
980
c906108c 981 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 982 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
983 ac_prev=localstatedir ;;
984 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 985 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 986 localstatedir=$ac_optarg ;;
c906108c
SS
987
988 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
989 ac_prev=mandir ;;
990 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 991 mandir=$ac_optarg ;;
c906108c
SS
992
993 -nfp | --nfp | --nf)
994 # Obsolete; use --without-fp.
995 with_fp=no ;;
996
997 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 998 | --no-cr | --no-c | -n)
c906108c
SS
999 no_create=yes ;;
1000
1001 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1002 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1003 no_recursion=yes ;;
1004
1005 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1006 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1007 | --oldin | --oldi | --old | --ol | --o)
1008 ac_prev=oldincludedir ;;
1009 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1010 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1011 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1012 oldincludedir=$ac_optarg ;;
c906108c
SS
1013
1014 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1015 ac_prev=prefix ;;
1016 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1017 prefix=$ac_optarg ;;
c906108c
SS
1018
1019 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1020 | --program-pre | --program-pr | --program-p)
1021 ac_prev=program_prefix ;;
1022 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1023 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1024 program_prefix=$ac_optarg ;;
c906108c
SS
1025
1026 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1027 | --program-suf | --program-su | --program-s)
1028 ac_prev=program_suffix ;;
1029 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1030 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1031 program_suffix=$ac_optarg ;;
c906108c
SS
1032
1033 -program-transform-name | --program-transform-name \
1034 | --program-transform-nam | --program-transform-na \
1035 | --program-transform-n | --program-transform- \
1036 | --program-transform | --program-transfor \
1037 | --program-transfo | --program-transf \
1038 | --program-trans | --program-tran \
1039 | --progr-tra | --program-tr | --program-t)
1040 ac_prev=program_transform_name ;;
1041 -program-transform-name=* | --program-transform-name=* \
1042 | --program-transform-nam=* | --program-transform-na=* \
1043 | --program-transform-n=* | --program-transform-=* \
1044 | --program-transform=* | --program-transfor=* \
1045 | --program-transfo=* | --program-transf=* \
1046 | --program-trans=* | --program-tran=* \
1047 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1048 program_transform_name=$ac_optarg ;;
c906108c 1049
81ecdfbb
RW
1050 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1051 ac_prev=pdfdir ;;
1052 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1053 pdfdir=$ac_optarg ;;
1054
1055 -psdir | --psdir | --psdi | --psd | --ps)
1056 ac_prev=psdir ;;
1057 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1058 psdir=$ac_optarg ;;
1059
c906108c
SS
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1062 silent=yes ;;
1063
1064 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1065 ac_prev=sbindir ;;
1066 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1067 | --sbi=* | --sb=*)
b7026657 1068 sbindir=$ac_optarg ;;
c906108c
SS
1069
1070 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1071 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1072 | --sharedst | --shareds | --shared | --share | --shar \
1073 | --sha | --sh)
1074 ac_prev=sharedstatedir ;;
1075 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1076 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1077 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1078 | --sha=* | --sh=*)
b7026657 1079 sharedstatedir=$ac_optarg ;;
c906108c
SS
1080
1081 -site | --site | --sit)
1082 ac_prev=site ;;
1083 -site=* | --site=* | --sit=*)
b7026657 1084 site=$ac_optarg ;;
eb2d80b4 1085
c906108c
SS
1086 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1087 ac_prev=srcdir ;;
1088 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1089 srcdir=$ac_optarg ;;
c906108c
SS
1090
1091 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1092 | --syscon | --sysco | --sysc | --sys | --sy)
1093 ac_prev=sysconfdir ;;
1094 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1095 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1096 sysconfdir=$ac_optarg ;;
c906108c
SS
1097
1098 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1099 ac_prev=target_alias ;;
c906108c 1100 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1101 target_alias=$ac_optarg ;;
c906108c
SS
1102
1103 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1104 verbose=yes ;;
1105
b7026657
AC
1106 -version | --version | --versio | --versi | --vers | -V)
1107 ac_init_version=: ;;
c906108c
SS
1108
1109 -with-* | --with-*)
81ecdfbb 1110 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1111 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1112 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1113 as_fn_error "invalid package name: $ac_useropt"
1114 ac_useropt_orig=$ac_useropt
1115 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1116 case $ac_user_opts in
1117 *"
1118"with_$ac_useropt"
1119"*) ;;
1120 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1121 ac_unrecognized_sep=', ';;
c906108c 1122 esac
81ecdfbb 1123 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1124
1125 -without-* | --without-*)
81ecdfbb 1126 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1127 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1129 as_fn_error "invalid package name: $ac_useropt"
1130 ac_useropt_orig=$ac_useropt
1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1132 case $ac_user_opts in
1133 *"
1134"with_$ac_useropt"
1135"*) ;;
1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1137 ac_unrecognized_sep=', ';;
1138 esac
1139 eval with_$ac_useropt=no ;;
c906108c
SS
1140
1141 --x)
1142 # Obsolete; use --with-x.
1143 with_x=yes ;;
1144
1145 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146 | --x-incl | --x-inc | --x-in | --x-i)
1147 ac_prev=x_includes ;;
1148 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1150 x_includes=$ac_optarg ;;
c906108c
SS
1151
1152 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154 ac_prev=x_libraries ;;
1155 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1157 x_libraries=$ac_optarg ;;
c906108c 1158
81ecdfbb
RW
1159 -*) as_fn_error "unrecognized option: \`$ac_option'
1160Try \`$0 --help' for more information."
c906108c
SS
1161 ;;
1162
b7026657
AC
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1166 case $ac_envvar in #(
1167 '' | [0-9]* | *[!_$as_cr_alnum]* )
1168 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1169 esac
1170 eval $ac_envvar=\$ac_optarg
b7026657
AC
1171 export $ac_envvar ;;
1172
c906108c 1173 *)
b7026657 1174 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1175 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1177 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1179 ;;
1180
1181 esac
1182done
1183
1184if test -n "$ac_prev"; then
b7026657 1185 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1186 as_fn_error "missing argument to $ac_option"
c906108c 1187fi
c906108c 1188
81ecdfbb
RW
1189if test -n "$ac_unrecognized_opts"; then
1190 case $enable_option_checking in
1191 no) ;;
1192 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1193 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1194 esac
81ecdfbb 1195fi
c906108c 1196
81ecdfbb
RW
1197# Check all directory arguments for consistency.
1198for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1199 datadir sysconfdir sharedstatedir localstatedir includedir \
1200 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1201 libdir localedir mandir
c906108c 1202do
81ecdfbb
RW
1203 eval ac_val=\$$ac_var
1204 # Remove trailing slashes.
1205 case $ac_val in
1206 */ )
1207 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1208 eval $ac_var=\$ac_val;;
1209 esac
1210 # Be sure to have absolute directory names.
b7026657 1211 case $ac_val in
81ecdfbb
RW
1212 [\\/$]* | ?:[\\/]* ) continue;;
1213 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1214 esac
81ecdfbb 1215 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1216done
1217
b7026657
AC
1218# There might be people who depend on the old broken behavior: `$host'
1219# used to hold the argument of --host etc.
1220# FIXME: To remove some day.
1221build=$build_alias
1222host=$host_alias
1223target=$target_alias
1224
1225# FIXME: To remove some day.
1226if test "x$host_alias" != x; then
1227 if test "x$build_alias" = x; then
1228 cross_compiling=maybe
81ecdfbb 1229 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1230 If a cross compiler is detected then cross compile mode will be used." >&2
1231 elif test "x$build_alias" != "x$host_alias"; then
1232 cross_compiling=yes
1233 fi
1234fi
c906108c 1235
b7026657
AC
1236ac_tool_prefix=
1237test -n "$host_alias" && ac_tool_prefix=$host_alias-
1238
1239test "$silent" = yes && exec 6>/dev/null
c906108c 1240
c906108c 1241
81ecdfbb
RW
1242ac_pwd=`pwd` && test -n "$ac_pwd" &&
1243ac_ls_di=`ls -di .` &&
1244ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1245 as_fn_error "working directory cannot be determined"
1246test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1247 as_fn_error "pwd does not report name of working directory"
1248
1249
c906108c
SS
1250# Find the source files, if location was not specified.
1251if test -z "$srcdir"; then
1252 ac_srcdir_defaulted=yes
81ecdfbb
RW
1253 # Try the directory containing this script, then the parent directory.
1254 ac_confdir=`$as_dirname -- "$as_myself" ||
1255$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1256 X"$as_myself" : 'X\(//\)[^/]' \| \
1257 X"$as_myself" : 'X\(//\)$' \| \
1258 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1259$as_echo X"$as_myself" |
1260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1261 s//\1/
1262 q
1263 }
1264 /^X\(\/\/\)[^/].*/{
1265 s//\1/
1266 q
1267 }
1268 /^X\(\/\/\)$/{
1269 s//\1/
1270 q
1271 }
1272 /^X\(\/\).*/{
1273 s//\1/
1274 q
1275 }
1276 s/.*/./; q'`
c906108c 1277 srcdir=$ac_confdir
81ecdfbb 1278 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1279 srcdir=..
1280 fi
1281else
1282 ac_srcdir_defaulted=no
1283fi
81ecdfbb
RW
1284if test ! -r "$srcdir/$ac_unique_file"; then
1285 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1286 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1287fi
1288ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1289ac_abs_confdir=`(
1290 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1291 pwd)`
1292# When building in place, set srcdir=.
1293if test "$ac_abs_confdir" = "$ac_pwd"; then
1294 srcdir=.
1295fi
1296# Remove unnecessary trailing slashes from srcdir.
1297# Double slashes in file names in object file debugging info
1298# mess up M-x gdb in Emacs.
1299case $srcdir in
1300*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1301esac
1302for ac_var in $ac_precious_vars; do
1303 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1304 eval ac_env_${ac_var}_value=\$${ac_var}
1305 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1306 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1307done
c906108c 1308
b7026657
AC
1309#
1310# Report the --help message.
1311#
1312if test "$ac_init_help" = "long"; then
1313 # Omit some internal or obsolete options to make the list less imposing.
1314 # This message is too long to be a string in the A/UX 3.1 sh.
1315 cat <<_ACEOF
1316\`configure' configures this package to adapt to many kinds of systems.
c906108c 1317
b7026657 1318Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1319
b7026657
AC
1320To assign environment variables (e.g., CC, CFLAGS...), specify them as
1321VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1322
b7026657 1323Defaults for the options are specified in brackets.
c906108c 1324
b7026657
AC
1325Configuration:
1326 -h, --help display this help and exit
1327 --help=short display options specific to this package
1328 --help=recursive display the short help of all the included packages
1329 -V, --version display version information and exit
1330 -q, --quiet, --silent do not print \`checking...' messages
1331 --cache-file=FILE cache test results in FILE [disabled]
1332 -C, --config-cache alias for \`--cache-file=config.cache'
1333 -n, --no-create do not create output files
1334 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1335
b7026657
AC
1336Installation directories:
1337 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1338 [$ac_default_prefix]
b7026657 1339 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1340 [PREFIX]
c906108c 1341
b7026657
AC
1342By default, \`make install' will install all the files in
1343\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1344an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1345for instance \`--prefix=\$HOME'.
c906108c 1346
b7026657
AC
1347For better control, use the options below.
1348
1349Fine tuning of the installation directories:
81ecdfbb
RW
1350 --bindir=DIR user executables [EPREFIX/bin]
1351 --sbindir=DIR system admin executables [EPREFIX/sbin]
1352 --libexecdir=DIR program executables [EPREFIX/libexec]
1353 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1354 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1355 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1356 --libdir=DIR object code libraries [EPREFIX/lib]
1357 --includedir=DIR C header files [PREFIX/include]
1358 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1359 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1360 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1361 --infodir=DIR info documentation [DATAROOTDIR/info]
1362 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1363 --mandir=DIR man documentation [DATAROOTDIR/man]
1364 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1365 --htmldir=DIR html documentation [DOCDIR]
1366 --dvidir=DIR dvi documentation [DOCDIR]
1367 --pdfdir=DIR pdf documentation [DOCDIR]
1368 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1369_ACEOF
1370
1371 cat <<\_ACEOF
1372
1373Program names:
1374 --program-prefix=PREFIX prepend PREFIX to installed program names
1375 --program-suffix=SUFFIX append SUFFIX to installed program names
1376 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1377
1378System types:
1379 --build=BUILD configure for building on BUILD [guessed]
1380 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1381 --target=TARGET configure for building compilers for TARGET [HOST]
1382_ACEOF
c906108c 1383fi
b7026657
AC
1384
1385if test -n "$ac_init_help"; then
1386
1387 cat <<\_ACEOF
1388
1389Optional Features:
81ecdfbb 1390 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1391 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1392 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1393 --enable-plugins Enable support for plugins
6bb11ab3
L
1394 --enable-shared[=PKGS] build shared libraries [default=yes]
1395 --enable-static[=PKGS] build static libraries [default=yes]
1396 --enable-fast-install[=PKGS]
1397 optimize for fast installation [default=yes]
1398 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1399 --enable-maintainer-mode enable make rules and dependencies not useful
1400 (and sometimes confusing) to the casual installer
8d0978fb
MF
1401 --enable-sim-bswap Use Host specific BSWAP instruction
1402 --enable-sim-cflags=opts
1403 Extra CFLAGS for use in building simulator
1404 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1405 itself)
1406 --enable-sim-stdio Specify whether to use stdio for console
1407 input/output
1408 --enable-sim-trace=opts Enable tracing of simulated programs
1409 --enable-sim-profile=opts
1410 Enable profiling flags
5658c257
MF
1411 --enable-sim-endian=endian
1412 Specify target byte endian orientation
1413 --enable-sim-alignment=align
1414 Specify strict, nonstrict or forced alignment of
1415 memory accesses
b7026657 1416
6efef468
JM
1417Optional Packages:
1418 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1419 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1420 --with-system-zlib use installed libz
6bb11ab3
L
1421 --with-pic try to use only PIC/non-PIC objects [default=use
1422 both]
1423 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1424 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1425 --with-bugurl=URL Direct users to URL to report a bug
1426
b7026657
AC
1427Some influential environment variables:
1428 CC C compiler command
1429 CFLAGS C compiler flags
1430 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1431 nonstandard directory <lib dir>
81ecdfbb
RW
1432 LIBS libraries to pass to the linker, e.g. -l<library>
1433 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1434 you have headers in a nonstandard directory <include dir>
b7026657
AC
1435 CPP C preprocessor
1436
1437Use these variables to override the choices made by `configure' or to help
1438it to find libraries and programs with nonstandard names/locations.
1439
81ecdfbb 1440Report bugs to the package provider.
b7026657 1441_ACEOF
81ecdfbb 1442ac_status=$?
c906108c
SS
1443fi
1444
b7026657
AC
1445if test "$ac_init_help" = "recursive"; then
1446 # If there are subdirs, report their specific --help.
b7026657 1447 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1448 test -d "$ac_dir" ||
1449 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1450 continue
b7026657 1451 ac_builddir=.
c906108c 1452
81ecdfbb
RW
1453case "$ac_dir" in
1454.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1455*)
1456 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1457 # A ".." for each directory in $ac_dir_suffix.
1458 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1459 case $ac_top_builddir_sub in
1460 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1461 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1462 esac ;;
1463esac
1464ac_abs_top_builddir=$ac_pwd
1465ac_abs_builddir=$ac_pwd$ac_dir_suffix
1466# for backward compatibility:
1467ac_top_builddir=$ac_top_build_prefix
c906108c 1468
b7026657 1469case $srcdir in
81ecdfbb 1470 .) # We are building in place.
b7026657 1471 ac_srcdir=.
81ecdfbb
RW
1472 ac_top_srcdir=$ac_top_builddir_sub
1473 ac_abs_top_srcdir=$ac_pwd ;;
1474 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1475 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1476 ac_top_srcdir=$srcdir
1477 ac_abs_top_srcdir=$srcdir ;;
1478 *) # Relative name.
1479 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1480 ac_top_srcdir=$ac_top_build_prefix$srcdir
1481 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1482esac
81ecdfbb
RW
1483ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1484
1485 cd "$ac_dir" || { ac_status=$?; continue; }
1486 # Check for guested configure.
1487 if test -f "$ac_srcdir/configure.gnu"; then
1488 echo &&
1489 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1490 elif test -f "$ac_srcdir/configure"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1493 else
81ecdfbb
RW
1494 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1495 fi || ac_status=$?
1496 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1497 done
c906108c 1498fi
b7026657 1499
81ecdfbb 1500test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1501if $ac_init_version; then
1502 cat <<\_ACEOF
81ecdfbb
RW
1503configure
1504generated by GNU Autoconf 2.64
b7026657 1505
81ecdfbb 1506Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1507This configure script is free software; the Free Software Foundation
1508gives unlimited permission to copy, distribute and modify it.
1509_ACEOF
81ecdfbb 1510 exit
b7026657 1511fi
b7026657 1512
81ecdfbb
RW
1513## ------------------------ ##
1514## Autoconf initialization. ##
1515## ------------------------ ##
b7026657 1516
81ecdfbb
RW
1517# ac_fn_c_try_compile LINENO
1518# --------------------------
1519# Try to compile conftest.$ac_ext, and return whether this succeeded.
1520ac_fn_c_try_compile ()
b7026657 1521{
81ecdfbb
RW
1522 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1523 rm -f conftest.$ac_objext
1524 if { { ac_try="$ac_compile"
1525case "(($ac_try" in
1526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1527 *) ac_try_echo=$ac_try;;
1528esac
1529eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1530$as_echo "$ac_try_echo"; } >&5
1531 (eval "$ac_compile") 2>conftest.err
1532 ac_status=$?
1533 if test -s conftest.err; then
1534 grep -v '^ *+' conftest.err >conftest.er1
1535 cat conftest.er1 >&5
1536 mv -f conftest.er1 conftest.err
1537 fi
1538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1539 test $ac_status = 0; } && {
1540 test -z "$ac_c_werror_flag" ||
1541 test ! -s conftest.err
1542 } && test -s conftest.$ac_objext; then :
1543 ac_retval=0
1544else
1545 $as_echo "$as_me: failed program was:" >&5
1546sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1547
81ecdfbb
RW
1548 ac_retval=1
1549fi
1550 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1551 return $ac_retval
b7026657 1552
81ecdfbb 1553} # ac_fn_c_try_compile
b7026657 1554
81ecdfbb
RW
1555# ac_fn_c_try_cpp LINENO
1556# ----------------------
1557# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1558ac_fn_c_try_cpp ()
1559{
1560 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1561 if { { ac_try="$ac_cpp conftest.$ac_ext"
1562case "(($ac_try" in
1563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1564 *) ac_try_echo=$ac_try;;
1565esac
1566eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1567$as_echo "$ac_try_echo"; } >&5
1568 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1569 ac_status=$?
1570 if test -s conftest.err; then
1571 grep -v '^ *+' conftest.err >conftest.er1
1572 cat conftest.er1 >&5
1573 mv -f conftest.er1 conftest.err
1574 fi
1575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1576 test $ac_status = 0; } >/dev/null && {
1577 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1578 test ! -s conftest.err
1579 }; then :
1580 ac_retval=0
1581else
1582 $as_echo "$as_me: failed program was:" >&5
1583sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1584
81ecdfbb
RW
1585 ac_retval=1
1586fi
1587 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1588 return $ac_retval
b7026657 1589
81ecdfbb 1590} # ac_fn_c_try_cpp
b7026657 1591
81ecdfbb
RW
1592# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1593# -------------------------------------------------------
1594# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1595# the include files in INCLUDES and setting the cache variable VAR
1596# accordingly.
1597ac_fn_c_check_header_mongrel ()
1598{
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1602$as_echo_n "checking for $2... " >&6; }
1603if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1604 $as_echo_n "(cached) " >&6
1605fi
1606eval ac_res=\$$3
1607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1608$as_echo "$ac_res" >&6; }
1609else
1610 # Is the header compilable?
1611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1612$as_echo_n "checking $2 usability... " >&6; }
1613cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1614/* end confdefs.h. */
1615$4
1616#include <$2>
1617_ACEOF
1618if ac_fn_c_try_compile "$LINENO"; then :
1619 ac_header_compiler=yes
1620else
1621 ac_header_compiler=no
1622fi
1623rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1625$as_echo "$ac_header_compiler" >&6; }
1626
1627# Is the header present?
1628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1629$as_echo_n "checking $2 presence... " >&6; }
1630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1631/* end confdefs.h. */
1632#include <$2>
1633_ACEOF
1634if ac_fn_c_try_cpp "$LINENO"; then :
1635 ac_header_preproc=yes
1636else
1637 ac_header_preproc=no
1638fi
1639rm -f conftest.err conftest.$ac_ext
1640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1641$as_echo "$ac_header_preproc" >&6; }
1642
1643# So? What about this header?
1644case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1645 yes:no: )
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1647$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1649$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1650 ;;
1651 no:yes:* )
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1653$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1655$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1657$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1659$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1661$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1662 ;;
1663esac
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1665$as_echo_n "checking for $2... " >&6; }
1666if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1667 $as_echo_n "(cached) " >&6
1668else
1669 eval "$3=\$ac_header_compiler"
1670fi
1671eval ac_res=\$$3
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1673$as_echo "$ac_res" >&6; }
1674fi
1675 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1676
1677} # ac_fn_c_check_header_mongrel
1678
1679# ac_fn_c_try_run LINENO
1680# ----------------------
1681# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1682# that executables *can* be run.
1683ac_fn_c_try_run ()
1684{
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 if { { ac_try="$ac_link"
1687case "(($ac_try" in
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689 *) ac_try_echo=$ac_try;;
1690esac
1691eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692$as_echo "$ac_try_echo"; } >&5
1693 (eval "$ac_link") 2>&5
1694 ac_status=$?
1695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1696 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1697 { { case "(($ac_try" in
1698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1699 *) ac_try_echo=$ac_try;;
1700esac
1701eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1702$as_echo "$ac_try_echo"; } >&5
1703 (eval "$ac_try") 2>&5
1704 ac_status=$?
1705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1706 test $ac_status = 0; }; }; then :
1707 ac_retval=0
1708else
1709 $as_echo "$as_me: program exited with status $ac_status" >&5
1710 $as_echo "$as_me: failed program was:" >&5
1711sed 's/^/| /' conftest.$ac_ext >&5
1712
1713 ac_retval=$ac_status
1714fi
1715 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1717 return $ac_retval
1718
1719} # ac_fn_c_try_run
1720
1721# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1722# -------------------------------------------------------
1723# Tests whether HEADER exists and can be compiled using the include files in
1724# INCLUDES, setting the cache variable VAR accordingly.
1725ac_fn_c_check_header_compile ()
1726{
1727 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1729$as_echo_n "checking for $2... " >&6; }
1730if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1731 $as_echo_n "(cached) " >&6
1732else
1733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1734/* end confdefs.h. */
1735$4
1736#include <$2>
1737_ACEOF
1738if ac_fn_c_try_compile "$LINENO"; then :
1739 eval "$3=yes"
1740else
1741 eval "$3=no"
1742fi
1743rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1744fi
1745eval ac_res=\$$3
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747$as_echo "$ac_res" >&6; }
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749
1750} # ac_fn_c_check_header_compile
1751
1752# ac_fn_c_try_link LINENO
1753# -----------------------
1754# Try to link conftest.$ac_ext, and return whether this succeeded.
1755ac_fn_c_try_link ()
1756{
1757 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1758 rm -f conftest.$ac_objext conftest$ac_exeext
1759 if { { ac_try="$ac_link"
1760case "(($ac_try" in
1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762 *) ac_try_echo=$ac_try;;
1763esac
1764eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765$as_echo "$ac_try_echo"; } >&5
1766 (eval "$ac_link") 2>conftest.err
1767 ac_status=$?
1768 if test -s conftest.err; then
1769 grep -v '^ *+' conftest.err >conftest.er1
1770 cat conftest.er1 >&5
1771 mv -f conftest.er1 conftest.err
1772 fi
1773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1774 test $ac_status = 0; } && {
1775 test -z "$ac_c_werror_flag" ||
1776 test ! -s conftest.err
1777 } && test -s conftest$ac_exeext && {
1778 test "$cross_compiling" = yes ||
1779 $as_test_x conftest$ac_exeext
1780 }; then :
1781 ac_retval=0
1782else
1783 $as_echo "$as_me: failed program was:" >&5
1784sed 's/^/| /' conftest.$ac_ext >&5
1785
1786 ac_retval=1
1787fi
1788 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1789 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1790 # interfere with the next link command; also delete a directory that is
1791 # left behind by Apple's compiler. We do this before executing the actions.
1792 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1793 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1794 return $ac_retval
1795
1796} # ac_fn_c_try_link
1797
1798# ac_fn_c_check_func LINENO FUNC VAR
1799# ----------------------------------
1800# Tests whether FUNC exists, setting the cache variable VAR accordingly
1801ac_fn_c_check_func ()
1802{
1803 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1805$as_echo_n "checking for $2... " >&6; }
1806if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1807 $as_echo_n "(cached) " >&6
1808else
1809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1810/* end confdefs.h. */
1811/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1812 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1813#define $2 innocuous_$2
1814
1815/* System header to define __stub macros and hopefully few prototypes,
1816 which can conflict with char $2 (); below.
1817 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1818 <limits.h> exists even on freestanding compilers. */
1819
1820#ifdef __STDC__
1821# include <limits.h>
1822#else
1823# include <assert.h>
1824#endif
1825
1826#undef $2
1827
1828/* Override any GCC internal prototype to avoid an error.
1829 Use char because int might match the return type of a GCC
1830 builtin and then its argument prototype would still apply. */
1831#ifdef __cplusplus
1832extern "C"
1833#endif
1834char $2 ();
1835/* The GNU C library defines this for functions which it implements
1836 to always fail with ENOSYS. Some functions are actually named
1837 something starting with __ and the normal name is an alias. */
1838#if defined __stub_$2 || defined __stub___$2
1839choke me
1840#endif
1841
1842int
1843main ()
1844{
1845return $2 ();
1846 ;
1847 return 0;
1848}
1849_ACEOF
1850if ac_fn_c_try_link "$LINENO"; then :
1851 eval "$3=yes"
1852else
1853 eval "$3=no"
1854fi
1855rm -f core conftest.err conftest.$ac_objext \
1856 conftest$ac_exeext conftest.$ac_ext
1857fi
1858eval ac_res=\$$3
1859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1860$as_echo "$ac_res" >&6; }
1861 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1862
1863} # ac_fn_c_check_func
1864cat >config.log <<_ACEOF
1865This file contains any messages produced by compilers while
1866running configure, to aid debugging if configure makes a mistake.
1867
1868It was created by $as_me, which was
1869generated by GNU Autoconf 2.64. Invocation command line was
1870
1871 $ $0 $@
1872
1873_ACEOF
1874exec 5>>config.log
1875{
1876cat <<_ASUNAME
1877## --------- ##
1878## Platform. ##
1879## --------- ##
1880
1881hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1882uname -m = `(uname -m) 2>/dev/null || echo unknown`
1883uname -r = `(uname -r) 2>/dev/null || echo unknown`
1884uname -s = `(uname -s) 2>/dev/null || echo unknown`
1885uname -v = `(uname -v) 2>/dev/null || echo unknown`
1886
1887/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1888/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1889
1890/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1891/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1892/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1893/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1894/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1895/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1896/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1897
1898_ASUNAME
1899
1900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1901for as_dir in $PATH
1902do
1903 IFS=$as_save_IFS
1904 test -z "$as_dir" && as_dir=.
1905 $as_echo "PATH: $as_dir"
1906 done
1907IFS=$as_save_IFS
1908
1909} >&5
1910
1911cat >&5 <<_ACEOF
b7026657
AC
1912
1913
1914## ----------- ##
1915## Core tests. ##
1916## ----------- ##
1917
1918_ACEOF
1919
1920
1921# Keep a trace of the command line.
1922# Strip out --no-create and --no-recursion so they do not pile up.
1923# Strip out --silent because we don't want to record it for future runs.
1924# Also quote any args containing shell meta-characters.
1925# Make two passes to allow for proper duplicate-argument suppression.
1926ac_configure_args=
1927ac_configure_args0=
1928ac_configure_args1=
b7026657
AC
1929ac_must_keep_next=false
1930for ac_pass in 1 2
1931do
1932 for ac_arg
1933 do
1934 case $ac_arg in
1935 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1936 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1937 | -silent | --silent | --silen | --sile | --sil)
1938 continue ;;
81ecdfbb
RW
1939 *\'*)
1940 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1941 esac
1942 case $ac_pass in
81ecdfbb 1943 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1944 2)
81ecdfbb 1945 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1946 if test $ac_must_keep_next = true; then
1947 ac_must_keep_next=false # Got value, back to normal.
1948 else
1949 case $ac_arg in
1950 *=* | --config-cache | -C | -disable-* | --disable-* \
1951 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1952 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1953 | -with-* | --with-* | -without-* | --without-* | --x)
1954 case "$ac_configure_args0 " in
1955 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1956 esac
1957 ;;
1958 -* ) ac_must_keep_next=true ;;
1959 esac
1960 fi
81ecdfbb 1961 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1962 ;;
1963 esac
1964 done
1965done
81ecdfbb
RW
1966{ ac_configure_args0=; unset ac_configure_args0;}
1967{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1968
1969# When interrupted or exit'd, cleanup temporary files, and complete
1970# config.log. We remove comments because anyway the quotes in there
1971# would cause problems or look ugly.
81ecdfbb
RW
1972# WARNING: Use '\'' to represent an apostrophe within the trap.
1973# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1974trap 'exit_status=$?
1975 # Save into config.log some information that might help in debugging.
1976 {
1977 echo
1978
1979 cat <<\_ASBOX
1980## ---------------- ##
1981## Cache variables. ##
1982## ---------------- ##
1983_ASBOX
1984 echo
1985 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1986(
1987 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1988 eval ac_val=\$$ac_var
1989 case $ac_val in #(
1990 *${as_nl}*)
1991 case $ac_var in #(
1992 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1993$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1994 esac
1995 case $ac_var in #(
1996 _ | IFS | as_nl) ;; #(
1997 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1998 *) { eval $ac_var=; unset $ac_var;} ;;
1999 esac ;;
2000 esac
2001 done
b7026657 2002 (set) 2>&1 |
81ecdfbb
RW
2003 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2004 *${as_nl}ac_space=\ *)
b7026657 2005 sed -n \
81ecdfbb
RW
2006 "s/'\''/'\''\\\\'\'''\''/g;
2007 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2008 ;; #(
b7026657 2009 *)
81ecdfbb 2010 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2011 ;;
81ecdfbb
RW
2012 esac |
2013 sort
2014)
b7026657
AC
2015 echo
2016
2017 cat <<\_ASBOX
2018## ----------------- ##
2019## Output variables. ##
2020## ----------------- ##
2021_ASBOX
2022 echo
2023 for ac_var in $ac_subst_vars
2024 do
81ecdfbb
RW
2025 eval ac_val=\$$ac_var
2026 case $ac_val in
2027 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2028 esac
2029 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2030 done | sort
2031 echo
2032
2033 if test -n "$ac_subst_files"; then
2034 cat <<\_ASBOX
81ecdfbb
RW
2035## ------------------- ##
2036## File substitutions. ##
2037## ------------------- ##
b7026657
AC
2038_ASBOX
2039 echo
2040 for ac_var in $ac_subst_files
2041 do
81ecdfbb
RW
2042 eval ac_val=\$$ac_var
2043 case $ac_val in
2044 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2045 esac
2046 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2047 done | sort
2048 echo
2049 fi
2050
2051 if test -s confdefs.h; then
2052 cat <<\_ASBOX
2053## ----------- ##
2054## confdefs.h. ##
2055## ----------- ##
2056_ASBOX
2057 echo
81ecdfbb 2058 cat confdefs.h
b7026657
AC
2059 echo
2060 fi
2061 test "$ac_signal" != 0 &&
81ecdfbb
RW
2062 $as_echo "$as_me: caught signal $ac_signal"
2063 $as_echo "$as_me: exit $exit_status"
b7026657 2064 } >&5
81ecdfbb
RW
2065 rm -f core *.core core.conftest.* &&
2066 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2067 exit $exit_status
81ecdfbb 2068' 0
b7026657 2069for ac_signal in 1 2 13 15; do
81ecdfbb 2070 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2071done
2072ac_signal=0
2073
2074# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2075rm -f -r conftest* confdefs.h
2076
2077$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2078
2079# Predefined preprocessor variables.
2080
2081cat >>confdefs.h <<_ACEOF
2082#define PACKAGE_NAME "$PACKAGE_NAME"
2083_ACEOF
2084
b7026657
AC
2085cat >>confdefs.h <<_ACEOF
2086#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2087_ACEOF
2088
b7026657
AC
2089cat >>confdefs.h <<_ACEOF
2090#define PACKAGE_VERSION "$PACKAGE_VERSION"
2091_ACEOF
2092
b7026657
AC
2093cat >>confdefs.h <<_ACEOF
2094#define PACKAGE_STRING "$PACKAGE_STRING"
2095_ACEOF
2096
b7026657
AC
2097cat >>confdefs.h <<_ACEOF
2098#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2099_ACEOF
2100
81ecdfbb
RW
2101cat >>confdefs.h <<_ACEOF
2102#define PACKAGE_URL "$PACKAGE_URL"
2103_ACEOF
2104
b7026657
AC
2105
2106# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2107# Prefer an explicitly selected file to automatically selected ones.
2108ac_site_file1=NONE
2109ac_site_file2=NONE
2110if test -n "$CONFIG_SITE"; then
2111 ac_site_file1=$CONFIG_SITE
2112elif test "x$prefix" != xNONE; then
2113 ac_site_file1=$prefix/share/config.site
2114 ac_site_file2=$prefix/etc/config.site
2115else
2116 ac_site_file1=$ac_default_prefix/share/config.site
2117 ac_site_file2=$ac_default_prefix/etc/config.site
2118fi
2119for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2120do
2121 test "x$ac_site_file" = xNONE && continue
b7026657 2122 if test -r "$ac_site_file"; then
81ecdfbb
RW
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2124$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2125 sed 's/^/| /' "$ac_site_file" >&5
2126 . "$ac_site_file"
2127 fi
2128done
2129
2130if test -r "$cache_file"; then
2131 # Some versions of bash will fail to source /dev/null (special
2132 # files actually), so we avoid doing that.
2133 if test -f "$cache_file"; then
81ecdfbb
RW
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2135$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2136 case $cache_file in
81ecdfbb
RW
2137 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2138 *) . "./$cache_file";;
b7026657
AC
2139 esac
2140 fi
2141else
81ecdfbb
RW
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2143$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2144 >$cache_file
2145fi
2146
2147# Check that the precious variables saved in the cache have kept the same
2148# value.
2149ac_cache_corrupted=false
81ecdfbb 2150for ac_var in $ac_precious_vars; do
b7026657
AC
2151 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2152 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2153 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2154 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2155 case $ac_old_set,$ac_new_set in
2156 set,)
81ecdfbb
RW
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2158$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2159 ac_cache_corrupted=: ;;
2160 ,set)
81ecdfbb
RW
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2162$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2163 ac_cache_corrupted=: ;;
2164 ,);;
2165 *)
2166 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2167 # differences in whitespace do not lead to failure.
2168 ac_old_val_w=`echo x $ac_old_val`
2169 ac_new_val_w=`echo x $ac_new_val`
2170 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2172$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2173 ac_cache_corrupted=:
2174 else
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2176$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2177 eval $ac_var=\$ac_old_val
2178 fi
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2180$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2182$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2183 fi;;
2184 esac
2185 # Pass precious variables to config.status.
2186 if test "$ac_new_set" = set; then
2187 case $ac_new_val in
81ecdfbb 2188 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2189 *) ac_arg=$ac_var=$ac_new_val ;;
2190 esac
2191 case " $ac_configure_args " in
2192 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2193 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2194 esac
2195 fi
2196done
2197if $ac_cache_corrupted; then
81ecdfbb
RW
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2199$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2201$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2202 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2203fi
81ecdfbb
RW
2204## -------------------- ##
2205## Main body of script. ##
2206## -------------------- ##
b7026657
AC
2207
2208ac_ext=c
2209ac_cpp='$CPP $CPPFLAGS'
2210ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2211ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2212ac_compiler_gnu=$ac_cv_c_compiler_gnu
2213
2214
35695fd6
AC
2215# This file contains common code used by all simulators.
2216#
2217# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2218# directory. It is intended to be invoked before any target specific stuff.
2219# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2220# It is intended to be invoked last.
2221#
306f4178 2222# The simulator's configure.ac should look like:
35695fd6
AC
2223#
2224# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2225# AC_PREREQ(2.64)dnl
35695fd6 2226# AC_INIT(Makefile.in)
6ffe910a 2227# sinclude(../common/aclocal.m4)
35695fd6
AC
2228#
2229# SIM_AC_COMMON
2230#
2231# ... target specific stuff ...
2232#
2233# SIM_AC_OUTPUT
2234
d6416cdc
RW
2235# Include global overrides and fixes for Autoconf.
2236
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
6ffe910a
MF
2262# _AC_CHECK_DECL_BODY
2263# -------------------
2264# Shell function body for AC_CHECK_DECL.
2265# _AC_CHECK_DECL_BODY
d6416cdc 2266
6ffe910a
MF
2267# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2268# INCLUDES)
2269# -------------------------------------------------------------
2270# Helper to AC_CHECK_DECLS, which generates the check for a single
2271# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2272# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2273
2274
2275
2276
2277
2278
2279
35695fd6
AC
2280
2281
2282
db2e4d67 2283
6bb11ab3 2284# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2285#
6bb11ab3
L
2286# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2287# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2288# Written by Gordon Matzigkeit, 1996
2289#
2290# This file is free software; the Free Software Foundation gives
2291# unlimited permission to copy and/or distribute it, with or without
2292# modifications, as long as this notice is preserved.
db2e4d67 2293
db2e4d67 2294
db2e4d67 2295
6bb11ab3 2296# serial 56 LT_INIT
db2e4d67
MF
2297
2298
6bb11ab3
L
2299# LT_PREREQ(VERSION)
2300# ------------------
2301# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2302
db2e4d67
MF
2303
2304
6bb11ab3
L
2305# _LT_CHECK_BUILDDIR
2306# ------------------
2307# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2308
2309
35695fd6 2310
6bb11ab3
L
2311# LT_INIT([OPTIONS])
2312# ------------------
2313# LT_INIT
35695fd6 2314
6bb11ab3
L
2315# Old names:
2316# This is what autoupdate's m4 run will expand. It fires
2317# the warning (with _au_warn_XXX), outputs it into the
2318# updated configure.ac (with AC_DIAGNOSE), and then outputs
2319# the replacement expansion.
35695fd6
AC
2320
2321
6bb11ab3
L
2322# This is an auxiliary macro that is also run when
2323# autoupdate runs m4. It simply calls m4_warning, but
2324# we need a wrapper so that each warning is emitted only
2325# once. We break the quoting in m4_warning's argument in
2326# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2327
2328
6bb11ab3
L
2329# Finally, this is the expansion that is picked up by
2330# autoconf. It tells the user to run autoupdate, and
2331# then outputs the replacement expansion. We do not care
2332# about autoupdate's warning because that contains
2333# information on what to do *after* running autoupdate.
35695fd6 2334
6bb11ab3
L
2335# This is what autoupdate's m4 run will expand. It fires
2336# the warning (with _au_warn_XXX), outputs it into the
2337# updated configure.ac (with AC_DIAGNOSE), and then outputs
2338# the replacement expansion.
35695fd6
AC
2339
2340
6bb11ab3
L
2341# This is an auxiliary macro that is also run when
2342# autoupdate runs m4. It simply calls m4_warning, but
2343# we need a wrapper so that each warning is emitted only
2344# once. We break the quoting in m4_warning's argument in
2345# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2346
2347
6bb11ab3
L
2348# Finally, this is the expansion that is picked up by
2349# autoconf. It tells the user to run autoupdate, and
2350# then outputs the replacement expansion. We do not care
2351# about autoupdate's warning because that contains
2352# information on what to do *after* running autoupdate.
35695fd6
AC
2353
2354
2355
6bb11ab3
L
2356# _LT_CC_BASENAME(CC)
2357# -------------------
2358# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2359
2360
2361
6bb11ab3
L
2362# _LT_FILEUTILS_DEFAULTS
2363# ----------------------
2364# It is okay to use these file commands and assume they have been set
2365# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2366# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2367
2368
6bb11ab3
L
2369# _LT_SETUP
2370# ---------
2371# _LT_SETUP
35695fd6
AC
2372
2373
6bb11ab3
L
2374# _LT_PREPARE_SED_QUOTE_VARS
2375# --------------------------
2376# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2377
2378
6bb11ab3
L
2379# _LT_PROG_LTMAIN
2380# ---------------
2381# Note that this code is called both from `configure', and `config.status'
2382# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2383# `config.status' has no value for ac_aux_dir unless we are using Automake,
2384# so we pass a copy along to make sure it has a sensible value anyway.
2385# _LT_PROG_LTMAIN
35695fd6
AC
2386
2387
6bb11ab3
L
2388## ------------------------------------- ##
2389## Accumulate code for creating libtool. ##
2390## ------------------------------------- ##
35695fd6 2391
6bb11ab3
L
2392# So that we can recreate a full libtool script including additional
2393# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2394# in macros and then make a single call at the end using the `libtool'
2395# label.
35695fd6
AC
2396
2397
6bb11ab3
L
2398# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2399# ----------------------------------------
2400# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2401
2402
6bb11ab3 2403# Initialize.
35695fd6
AC
2404
2405
2406
6bb11ab3
L
2407# _LT_CONFIG_LIBTOOL([COMMANDS])
2408# ------------------------------
2409# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2410
2411
6bb11ab3 2412# Initialize.
35695fd6
AC
2413
2414
2415
6bb11ab3
L
2416# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2417# -----------------------------------------------------
35695fd6 2418
5912fadd
JB
2419
2420
6bb11ab3
L
2421# _LT_FORMAT_COMMENT([COMMENT])
2422# -----------------------------
2423# Add leading comment marks to the start of each line, and a trailing
2424# full-stop to the whole comment if one is not present already.
5912fadd
JB
2425
2426
35695fd6
AC
2427
2428
6bb11ab3
L
2429## ------------------------ ##
2430## FIXME: Eliminate VARNAME ##
2431## ------------------------ ##
35695fd6
AC
2432
2433
6bb11ab3
L
2434# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2435# -------------------------------------------------------------------
2436# CONFIGNAME is the name given to the value in the libtool script.
2437# VARNAME is the (base) name used in the configure script.
2438# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2439# VARNAME. Any other value will be used directly.
35695fd6 2440
35695fd6
AC
2441
2442
6bb11ab3
L
2443# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2444# --------------------------------------------------------
35695fd6
AC
2445
2446
2447
6bb11ab3
L
2448# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2449# ------------------------------------------------
35695fd6
AC
2450
2451
2452
6bb11ab3
L
2453# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2454# ---------------------------------------------------------
35695fd6
AC
2455
2456
2457
6bb11ab3
L
2458# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2459# --------------------------------------------------
35695fd6
AC
2460
2461
2462
6bb11ab3
L
2463# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2464# ---------------------------------------------------
35695fd6
AC
2465
2466
2467
6bb11ab3
L
2468# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2469# ---------------------------------------------------
35695fd6
AC
2470
2471
2472
2473
6bb11ab3
L
2474# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2475# ------------------------------------------------
35695fd6
AC
2476
2477
2478
2479
6bb11ab3
L
2480# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2481# ------------------------------------
2482# Quote a variable value, and forward it to `config.status' so that its
2483# declaration there will have the same value as in `configure'. VARNAME
2484# must have a single quote delimited value for this to work.
35695fd6
AC
2485
2486
2487
6bb11ab3
L
2488# _LT_CONFIG_STATUS_DECLARATIONS
2489# ------------------------------
2490# We delimit libtool config variables with single quotes, so when
2491# we write them to config.status, we have to be sure to quote all
2492# embedded single quotes properly. In configure, this macro expands
2493# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2494#
2495# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2496
2497
2498
6bb11ab3
L
2499# _LT_LIBTOOL_TAGS
2500# ----------------
2501# Output comment and list of tags supported by the script
35695fd6
AC
2502
2503
2504
6bb11ab3
L
2505# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2506# -----------------------------------
2507# Extract the dictionary values for VARNAME (optionally with TAG) and
2508# expand to a commented shell variable setting:
2509#
2510# # Some comment about what VAR is for.
2511# visible_name=$lt_internal_name
35695fd6
AC
2512
2513
35695fd6 2514
6bb11ab3
L
2515# _LT_LIBTOOL_CONFIG_VARS
2516# -----------------------
2517# Produce commented declarations of non-tagged libtool config variables
2518# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2519# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2520# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2521
2522
6efef468 2523
6bb11ab3
L
2524# _LT_LIBTOOL_TAG_VARS(TAG)
2525# -------------------------
6efef468
JM
2526
2527
2528
6bb11ab3
L
2529# _LT_TAGVAR(VARNAME, [TAGNAME])
2530# ------------------------------
6efef468
JM
2531
2532
2533
6bb11ab3
L
2534# _LT_CONFIG_COMMANDS
2535# -------------------
2536# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2537# variables for single and double quote escaping we saved from calls
2538# to _LT_DECL, we can put quote escaped variables declarations
2539# into `config.status', and then the shell code to quote escape them in
2540# for loops in `config.status'. Finally, any additional code accumulated
2541# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2542#_LT_CONFIG_COMMANDS
2543
2544
2545# Initialize.
2546
2547
2548# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2549# ------------------------------------
2550# Generate a child script FILE with all initialization necessary to
2551# reuse the environment learned by the parent script, and make the
2552# file executable. If COMMENT is supplied, it is inserted after the
2553# `#!' sequence but before initialization text begins. After this
2554# macro, additional text can be appended to FILE to form the body of
2555# the child script. The macro ends with non-zero status if the
2556# file could not be fully written (such as if the disk is full).
2557# _LT_GENERATED_FILE_INIT
2558
2559# LT_OUTPUT
2560# ---------
2561# This macro allows early generation of the libtool script (before
2562# AC_OUTPUT is called), incase it is used in configure for compilation
2563# tests.
2564# LT_OUTPUT
2565
2566
2567# _LT_CONFIG(TAG)
2568# ---------------
2569# If TAG is the built-in tag, create an initial libtool script with a
2570# default configuration from the untagged config vars. Otherwise add code
2571# to config.status for appending the configuration named by TAG from the
2572# matching tagged config vars.
2573# _LT_CONFIG
6efef468
JM
2574
2575
6bb11ab3
L
2576# LT_SUPPORTED_TAG(TAG)
2577# ---------------------
2578# Trace this macro to discover what tags are supported by the libtool
2579# --tag option, using:
2580# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2581
6efef468 2582
6efef468 2583
6bb11ab3 2584# C support is built-in for now
6efef468 2585
6efef468
JM
2586
2587
2588
6bb11ab3
L
2589# LT_LANG(LANG)
2590# -------------
2591# Enable libtool support for the given language if not already enabled.
2592# LT_LANG
6efef468
JM
2593
2594
6bb11ab3
L
2595# _LT_LANG(LANGNAME)
2596# ------------------
2597# _LT_LANG
6efef468
JM
2598
2599
6bb11ab3
L
2600# _LT_LANG_DEFAULT_CONFIG
2601# -----------------------
2602# _LT_LANG_DEFAULT_CONFIG
6efef468 2603
6bb11ab3
L
2604# Obsolete macros:
2605# This is what autoupdate's m4 run will expand. It fires
2606# the warning (with _au_warn_XXX), outputs it into the
2607# updated configure.ac (with AC_DIAGNOSE), and then outputs
2608# the replacement expansion.
6efef468 2609
6efef468 2610
6bb11ab3
L
2611# This is an auxiliary macro that is also run when
2612# autoupdate runs m4. It simply calls m4_warning, but
2613# we need a wrapper so that each warning is emitted only
2614# once. We break the quoting in m4_warning's argument in
2615# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2616
6efef468 2617
6bb11ab3
L
2618# Finally, this is the expansion that is picked up by
2619# autoconf. It tells the user to run autoupdate, and
2620# then outputs the replacement expansion. We do not care
2621# about autoupdate's warning because that contains
2622# information on what to do *after* running autoupdate.
6efef468 2623
6bb11ab3
L
2624# This is what autoupdate's m4 run will expand. It fires
2625# the warning (with _au_warn_XXX), outputs it into the
2626# updated configure.ac (with AC_DIAGNOSE), and then outputs
2627# the replacement expansion.
6efef468
JM
2628
2629
6bb11ab3
L
2630# This is an auxiliary macro that is also run when
2631# autoupdate runs m4. It simply calls m4_warning, but
2632# we need a wrapper so that each warning is emitted only
2633# once. We break the quoting in m4_warning's argument in
2634# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2635
2636
6bb11ab3
L
2637# Finally, this is the expansion that is picked up by
2638# autoconf. It tells the user to run autoupdate, and
2639# then outputs the replacement expansion. We do not care
2640# about autoupdate's warning because that contains
2641# information on what to do *after* running autoupdate.
6efef468 2642
6bb11ab3
L
2643# This is what autoupdate's m4 run will expand. It fires
2644# the warning (with _au_warn_XXX), outputs it into the
2645# updated configure.ac (with AC_DIAGNOSE), and then outputs
2646# the replacement expansion.
6efef468
JM
2647
2648
6bb11ab3
L
2649# This is an auxiliary macro that is also run when
2650# autoupdate runs m4. It simply calls m4_warning, but
2651# we need a wrapper so that each warning is emitted only
2652# once. We break the quoting in m4_warning's argument in
2653# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2654
2655
6bb11ab3
L
2656# Finally, this is the expansion that is picked up by
2657# autoconf. It tells the user to run autoupdate, and
2658# then outputs the replacement expansion. We do not care
2659# about autoupdate's warning because that contains
2660# information on what to do *after* running autoupdate.
6efef468 2661
6bb11ab3
L
2662# This is what autoupdate's m4 run will expand. It fires
2663# the warning (with _au_warn_XXX), outputs it into the
2664# updated configure.ac (with AC_DIAGNOSE), and then outputs
2665# the replacement expansion.
6efef468
JM
2666
2667
6bb11ab3
L
2668# This is an auxiliary macro that is also run when
2669# autoupdate runs m4. It simply calls m4_warning, but
2670# we need a wrapper so that each warning is emitted only
2671# once. We break the quoting in m4_warning's argument in
2672# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2673
2674
6bb11ab3
L
2675# Finally, this is the expansion that is picked up by
2676# autoconf. It tells the user to run autoupdate, and
2677# then outputs the replacement expansion. We do not care
2678# about autoupdate's warning because that contains
2679# information on what to do *after* running autoupdate.
6efef468 2680
6bb11ab3
L
2681# This is what autoupdate's m4 run will expand. It fires
2682# the warning (with _au_warn_XXX), outputs it into the
2683# updated configure.ac (with AC_DIAGNOSE), and then outputs
2684# the replacement expansion.
6efef468
JM
2685
2686
6bb11ab3
L
2687# This is an auxiliary macro that is also run when
2688# autoupdate runs m4. It simply calls m4_warning, but
2689# we need a wrapper so that each warning is emitted only
2690# once. We break the quoting in m4_warning's argument in
2691# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2692
2693
6bb11ab3
L
2694# Finally, this is the expansion that is picked up by
2695# autoconf. It tells the user to run autoupdate, and
2696# then outputs the replacement expansion. We do not care
2697# about autoupdate's warning because that contains
2698# information on what to do *after* running autoupdate.
6efef468 2699
35695fd6
AC
2700
2701
6bb11ab3
L
2702# _LT_TAG_COMPILER
2703# ----------------
2704# _LT_TAG_COMPILER
35695fd6
AC
2705
2706
6bb11ab3
L
2707# _LT_COMPILER_BOILERPLATE
2708# ------------------------
2709# Check for compiler boilerplate output or warnings with
2710# the simple compiler test code.
2711# _LT_COMPILER_BOILERPLATE
f0569246 2712
f0569246 2713
6bb11ab3
L
2714# _LT_LINKER_BOILERPLATE
2715# ----------------------
2716# Check for linker boilerplate output or warnings with
2717# the simple link test code.
2718# _LT_LINKER_BOILERPLATE
b7026657 2719
6bb11ab3
L
2720# _LT_REQUIRED_DARWIN_CHECKS
2721# -------------------------
81ecdfbb 2722
b7026657 2723
b7026657 2724
6bb11ab3
L
2725# _LT_DARWIN_LINKER_FEATURES
2726# --------------------------
2727# Checks for linker and compiler features on darwin
b7026657 2728
b7026657 2729
6bb11ab3
L
2730# _LT_SYS_MODULE_PATH_AIX
2731# -----------------------
2732# Links a minimal program and checks the executable
2733# for the system default hardcoded library path. In most cases,
2734# this is /usr/lib:/lib, but when the MPI compilers are used
2735# the location of the communication and MPI libs are included too.
2736# If we don't find anything, use the default library path according
2737# to the aix ld manual.
2738# _LT_SYS_MODULE_PATH_AIX
b7026657 2739
b7026657 2740
6bb11ab3
L
2741# _LT_SHELL_INIT(ARG)
2742# -------------------
2743# _LT_SHELL_INIT
b7026657 2744
f0569246 2745
81ecdfbb 2746
6bb11ab3
L
2747# _LT_PROG_ECHO_BACKSLASH
2748# -----------------------
2749# Find how we can fake an echo command that does not interpret backslash.
2750# In particular, with Autoconf 2.60 or later we add some code to the start
2751# of the generated configure script which will find a shell with a builtin
2752# printf (which we can use as an echo command).
2753# _LT_PROG_ECHO_BACKSLASH
f0569246 2754
b7026657 2755
6bb11ab3
L
2756# _LT_ENABLE_LOCK
2757# ---------------
2758# _LT_ENABLE_LOCK
81ecdfbb 2759
b7026657 2760
6bb11ab3
L
2761# _LT_CMD_OLD_ARCHIVE
2762# -------------------
2763# _LT_CMD_OLD_ARCHIVE
f0569246 2764
81ecdfbb 2765
6bb11ab3
L
2766# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2767# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2768# ----------------------------------------------------------------
2769# Check whether the given compiler option works
2770# _LT_COMPILER_OPTION
b7026657 2771
6bb11ab3
L
2772# Old name:
2773# This is what autoupdate's m4 run will expand. It fires
2774# the warning (with _au_warn_XXX), outputs it into the
2775# updated configure.ac (with AC_DIAGNOSE), and then outputs
2776# the replacement expansion.
b7026657 2777
b7026657 2778
6bb11ab3
L
2779# This is an auxiliary macro that is also run when
2780# autoupdate runs m4. It simply calls m4_warning, but
2781# we need a wrapper so that each warning is emitted only
2782# once. We break the quoting in m4_warning's argument in
2783# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2784
f0569246 2785
6bb11ab3
L
2786# Finally, this is the expansion that is picked up by
2787# autoconf. It tells the user to run autoupdate, and
2788# then outputs the replacement expansion. We do not care
2789# about autoupdate's warning because that contains
2790# information on what to do *after* running autoupdate.
f0569246 2791
f0569246 2792
f0569246 2793
6bb11ab3
L
2794# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2795# [ACTION-SUCCESS], [ACTION-FAILURE])
2796# ----------------------------------------------------
2797# Check whether the given linker option works
2798# _LT_LINKER_OPTION
81ecdfbb 2799
6bb11ab3
L
2800# Old name:
2801# This is what autoupdate's m4 run will expand. It fires
2802# the warning (with _au_warn_XXX), outputs it into the
2803# updated configure.ac (with AC_DIAGNOSE), and then outputs
2804# the replacement expansion.
81ecdfbb 2805
81ecdfbb 2806
6bb11ab3
L
2807# This is an auxiliary macro that is also run when
2808# autoupdate runs m4. It simply calls m4_warning, but
2809# we need a wrapper so that each warning is emitted only
2810# once. We break the quoting in m4_warning's argument in
2811# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2812
f0569246 2813
6bb11ab3
L
2814# Finally, this is the expansion that is picked up by
2815# autoconf. It tells the user to run autoupdate, and
2816# then outputs the replacement expansion. We do not care
2817# about autoupdate's warning because that contains
2818# information on what to do *after* running autoupdate.
2819
2820
2821
2822# LT_CMD_MAX_LEN
2823#---------------
2824# LT_CMD_MAX_LEN
2825
2826# Old name:
2827# This is what autoupdate's m4 run will expand. It fires
2828# the warning (with _au_warn_XXX), outputs it into the
2829# updated configure.ac (with AC_DIAGNOSE), and then outputs
2830# the replacement expansion.
2831
2832
2833# This is an auxiliary macro that is also run when
2834# autoupdate runs m4. It simply calls m4_warning, but
2835# we need a wrapper so that each warning is emitted only
2836# once. We break the quoting in m4_warning's argument in
2837# order to expand this macro's arguments, not AU_DEFUN's.
2838
2839
2840# Finally, this is the expansion that is picked up by
2841# autoconf. It tells the user to run autoupdate, and
2842# then outputs the replacement expansion. We do not care
2843# about autoupdate's warning because that contains
2844# information on what to do *after* running autoupdate.
2845
2846
2847
2848# _LT_HEADER_DLFCN
2849# ----------------
2850# _LT_HEADER_DLFCN
2851
2852
2853# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2854# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2855# ----------------------------------------------------------------
2856# _LT_TRY_DLOPEN_SELF
2857
2858
2859# LT_SYS_DLOPEN_SELF
2860# ------------------
2861# LT_SYS_DLOPEN_SELF
2862
2863# Old name:
2864# This is what autoupdate's m4 run will expand. It fires
2865# the warning (with _au_warn_XXX), outputs it into the
2866# updated configure.ac (with AC_DIAGNOSE), and then outputs
2867# the replacement expansion.
2868
2869
2870# This is an auxiliary macro that is also run when
2871# autoupdate runs m4. It simply calls m4_warning, but
2872# we need a wrapper so that each warning is emitted only
2873# once. We break the quoting in m4_warning's argument in
2874# order to expand this macro's arguments, not AU_DEFUN's.
2875
2876
2877# Finally, this is the expansion that is picked up by
2878# autoconf. It tells the user to run autoupdate, and
2879# then outputs the replacement expansion. We do not care
2880# about autoupdate's warning because that contains
2881# information on what to do *after* running autoupdate.
2882
2883
2884
2885# _LT_COMPILER_C_O([TAGNAME])
2886# ---------------------------
2887# Check to see if options -c and -o are simultaneously supported by compiler.
2888# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2889# _LT_COMPILER_C_O
2890
2891
2892# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2893# ----------------------------------
2894# Check to see if we can do hard links to lock some files if needed
2895# _LT_COMPILER_FILE_LOCKS
2896
2897
2898# _LT_CHECK_OBJDIR
2899# ----------------
2900# _LT_CHECK_OBJDIR
2901
2902
2903# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2904# --------------------------------------
2905# Check hardcoding attributes.
2906# _LT_LINKER_HARDCODE_LIBPATH
2907
2908
2909# _LT_CMD_STRIPLIB
2910# ----------------
2911# _LT_CMD_STRIPLIB
2912
2913
2914# _LT_SYS_DYNAMIC_LINKER([TAG])
2915# -----------------------------
2916# PORTME Fill in your ld.so characteristics
2917# _LT_SYS_DYNAMIC_LINKER
2918
2919
2920# _LT_PATH_TOOL_PREFIX(TOOL)
2921# --------------------------
2922# find a file program which can recognize shared library
2923# _LT_PATH_TOOL_PREFIX
2924
2925# Old name:
2926# This is what autoupdate's m4 run will expand. It fires
2927# the warning (with _au_warn_XXX), outputs it into the
2928# updated configure.ac (with AC_DIAGNOSE), and then outputs
2929# the replacement expansion.
2930
2931
2932# This is an auxiliary macro that is also run when
2933# autoupdate runs m4. It simply calls m4_warning, but
2934# we need a wrapper so that each warning is emitted only
2935# once. We break the quoting in m4_warning's argument in
2936# order to expand this macro's arguments, not AU_DEFUN's.
2937
2938
2939# Finally, this is the expansion that is picked up by
2940# autoconf. It tells the user to run autoupdate, and
2941# then outputs the replacement expansion. We do not care
2942# about autoupdate's warning because that contains
2943# information on what to do *after* running autoupdate.
2944
2945
2946
2947# _LT_PATH_MAGIC
2948# --------------
2949# find a file program which can recognize a shared library
2950# _LT_PATH_MAGIC
2951
2952
2953# LT_PATH_LD
2954# ----------
2955# find the pathname to the GNU or non-GNU linker
2956# LT_PATH_LD
2957
2958# Old names:
2959# This is what autoupdate's m4 run will expand. It fires
2960# the warning (with _au_warn_XXX), outputs it into the
2961# updated configure.ac (with AC_DIAGNOSE), and then outputs
2962# the replacement expansion.
2963
2964
2965# This is an auxiliary macro that is also run when
2966# autoupdate runs m4. It simply calls m4_warning, but
2967# we need a wrapper so that each warning is emitted only
2968# once. We break the quoting in m4_warning's argument in
2969# order to expand this macro's arguments, not AU_DEFUN's.
2970
2971
2972# Finally, this is the expansion that is picked up by
2973# autoconf. It tells the user to run autoupdate, and
2974# then outputs the replacement expansion. We do not care
2975# about autoupdate's warning because that contains
2976# information on what to do *after* running autoupdate.
2977
2978# This is what autoupdate's m4 run will expand. It fires
2979# the warning (with _au_warn_XXX), outputs it into the
2980# updated configure.ac (with AC_DIAGNOSE), and then outputs
2981# the replacement expansion.
2982
2983
2984# This is an auxiliary macro that is also run when
2985# autoupdate runs m4. It simply calls m4_warning, but
2986# we need a wrapper so that each warning is emitted only
2987# once. We break the quoting in m4_warning's argument in
2988# order to expand this macro's arguments, not AU_DEFUN's.
2989
2990
2991# Finally, this is the expansion that is picked up by
2992# autoconf. It tells the user to run autoupdate, and
2993# then outputs the replacement expansion. We do not care
2994# about autoupdate's warning because that contains
2995# information on what to do *after* running autoupdate.
2996
2997
2998
2999# _LT_PATH_LD_GNU
3000#- --------------
3001# _LT_PATH_LD_GNU
3002
3003
3004# _LT_CMD_RELOAD
3005# --------------
3006# find reload flag for linker
3007# -- PORTME Some linkers may need a different reload flag.
3008# _LT_CMD_RELOAD
3009
3010
3011# _LT_CHECK_MAGIC_METHOD
3012# ----------------------
3013# how to check for library dependencies
3014# -- PORTME fill in with the dynamic library characteristics
3015# _LT_CHECK_MAGIC_METHOD
3016
3017
3018# LT_PATH_NM
3019# ----------
3020# find the pathname to a BSD- or MS-compatible name lister
3021# LT_PATH_NM
3022
3023# Old names:
3024# This is what autoupdate's m4 run will expand. It fires
3025# the warning (with _au_warn_XXX), outputs it into the
3026# updated configure.ac (with AC_DIAGNOSE), and then outputs
3027# the replacement expansion.
3028
3029
3030# This is an auxiliary macro that is also run when
3031# autoupdate runs m4. It simply calls m4_warning, but
3032# we need a wrapper so that each warning is emitted only
3033# once. We break the quoting in m4_warning's argument in
3034# order to expand this macro's arguments, not AU_DEFUN's.
3035
3036
3037# Finally, this is the expansion that is picked up by
3038# autoconf. It tells the user to run autoupdate, and
3039# then outputs the replacement expansion. We do not care
3040# about autoupdate's warning because that contains
3041# information on what to do *after* running autoupdate.
3042
3043# This is what autoupdate's m4 run will expand. It fires
3044# the warning (with _au_warn_XXX), outputs it into the
3045# updated configure.ac (with AC_DIAGNOSE), and then outputs
3046# the replacement expansion.
3047
3048
3049# This is an auxiliary macro that is also run when
3050# autoupdate runs m4. It simply calls m4_warning, but
3051# we need a wrapper so that each warning is emitted only
3052# once. We break the quoting in m4_warning's argument in
3053# order to expand this macro's arguments, not AU_DEFUN's.
3054
3055
3056# Finally, this is the expansion that is picked up by
3057# autoconf. It tells the user to run autoupdate, and
3058# then outputs the replacement expansion. We do not care
3059# about autoupdate's warning because that contains
3060# information on what to do *after* running autoupdate.
3061
3062
3063
3064# LT_LIB_M
3065# --------
3066# check for math library
3067# LT_LIB_M
3068
3069# Old name:
3070# This is what autoupdate's m4 run will expand. It fires
3071# the warning (with _au_warn_XXX), outputs it into the
3072# updated configure.ac (with AC_DIAGNOSE), and then outputs
3073# the replacement expansion.
3074
3075
3076# This is an auxiliary macro that is also run when
3077# autoupdate runs m4. It simply calls m4_warning, but
3078# we need a wrapper so that each warning is emitted only
3079# once. We break the quoting in m4_warning's argument in
3080# order to expand this macro's arguments, not AU_DEFUN's.
3081
3082
3083# Finally, this is the expansion that is picked up by
3084# autoconf. It tells the user to run autoupdate, and
3085# then outputs the replacement expansion. We do not care
3086# about autoupdate's warning because that contains
3087# information on what to do *after* running autoupdate.
3088
3089
3090
3091# _LT_COMPILER_NO_RTTI([TAGNAME])
3092# -------------------------------
3093# _LT_COMPILER_NO_RTTI
3094
3095
3096# _LT_CMD_GLOBAL_SYMBOLS
3097# ----------------------
3098 # _LT_CMD_GLOBAL_SYMBOLS
3099
3100
3101# _LT_COMPILER_PIC([TAGNAME])
3102# ---------------------------
3103# _LT_COMPILER_PIC
3104
3105
3106# _LT_LINKER_SHLIBS([TAGNAME])
3107# ----------------------------
3108# See if the linker supports building shared libraries.
3109# _LT_LINKER_SHLIBS
3110
3111
3112# _LT_LANG_C_CONFIG([TAG])
3113# ------------------------
3114# Ensure that the configuration variables for a C compiler are suitably
3115# defined. These variables are subsequently used by _LT_CONFIG to write
3116# the compiler configuration to `libtool'.
3117# _LT_LANG_C_CONFIG
3118
3119
3120# _LT_LANG_CXX_CONFIG([TAG])
3121# --------------------------
3122# Ensure that the configuration variables for a C++ compiler are suitably
3123# defined. These variables are subsequently used by _LT_CONFIG to write
3124# the compiler configuration to `libtool'.
3125# _LT_LANG_CXX_CONFIG
3126
3127
3128# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3129# ---------------------------------
3130# Figure out "hidden" library dependencies from verbose
3131# compiler output when linking a shared library.
3132# Parse the compiler output and extract the necessary
3133# objects, libraries and library flags.
3134# _LT_SYS_HIDDEN_LIBDEPS
3135
3136
3137# _LT_LANG_F77_CONFIG([TAG])
3138# --------------------------
3139# Ensure that the configuration variables for a Fortran 77 compiler are
3140# suitably defined. These variables are subsequently used by _LT_CONFIG
3141# to write the compiler configuration to `libtool'.
3142# _LT_LANG_F77_CONFIG
3143
3144
3145# _LT_LANG_FC_CONFIG([TAG])
3146# -------------------------
3147# Ensure that the configuration variables for a Fortran compiler are
3148# suitably defined. These variables are subsequently used by _LT_CONFIG
3149# to write the compiler configuration to `libtool'.
3150# _LT_LANG_FC_CONFIG
3151
3152
3153# _LT_LANG_GCJ_CONFIG([TAG])
3154# --------------------------
3155# Ensure that the configuration variables for the GNU Java Compiler compiler
3156# are suitably defined. These variables are subsequently used by _LT_CONFIG
3157# to write the compiler configuration to `libtool'.
3158# _LT_LANG_GCJ_CONFIG
3159
3160
3161# _LT_LANG_RC_CONFIG([TAG])
3162# -------------------------
3163# Ensure that the configuration variables for the Windows resource compiler
3164# are suitably defined. These variables are subsequently used by _LT_CONFIG
3165# to write the compiler configuration to `libtool'.
3166# _LT_LANG_RC_CONFIG
3167
3168
3169# LT_PROG_GCJ
3170# -----------
3171
3172
3173# Old name:
3174# This is what autoupdate's m4 run will expand. It fires
3175# the warning (with _au_warn_XXX), outputs it into the
3176# updated configure.ac (with AC_DIAGNOSE), and then outputs
3177# the replacement expansion.
3178
3179
3180# This is an auxiliary macro that is also run when
3181# autoupdate runs m4. It simply calls m4_warning, but
3182# we need a wrapper so that each warning is emitted only
3183# once. We break the quoting in m4_warning's argument in
3184# order to expand this macro's arguments, not AU_DEFUN's.
3185
3186
3187# Finally, this is the expansion that is picked up by
3188# autoconf. It tells the user to run autoupdate, and
3189# then outputs the replacement expansion. We do not care
3190# about autoupdate's warning because that contains
3191# information on what to do *after* running autoupdate.
3192
3193
3194
3195# LT_PROG_RC
3196# ----------
3197
3198
3199# Old name:
3200# This is what autoupdate's m4 run will expand. It fires
3201# the warning (with _au_warn_XXX), outputs it into the
3202# updated configure.ac (with AC_DIAGNOSE), and then outputs
3203# the replacement expansion.
3204
3205
3206# This is an auxiliary macro that is also run when
3207# autoupdate runs m4. It simply calls m4_warning, but
3208# we need a wrapper so that each warning is emitted only
3209# once. We break the quoting in m4_warning's argument in
3210# order to expand this macro's arguments, not AU_DEFUN's.
3211
3212
3213# Finally, this is the expansion that is picked up by
3214# autoconf. It tells the user to run autoupdate, and
3215# then outputs the replacement expansion. We do not care
3216# about autoupdate's warning because that contains
3217# information on what to do *after* running autoupdate.
3218
3219
3220
3221# _LT_DECL_EGREP
3222# --------------
3223# If we don't have a new enough Autoconf to choose the best grep
3224# available, choose the one first in the user's PATH.
3225
3226
3227
3228# _LT_DECL_OBJDUMP
3229# --------------
3230# If we don't have a new enough Autoconf to choose the best objdump
3231# available, choose the one first in the user's PATH.
3232
3233
3234
3235# _LT_DECL_SED
3236# ------------
3237# Check for a fully-functional sed program, that truncates
3238# as few characters as possible. Prefer GNU sed if found.
3239# _LT_DECL_SED
3240
3241#m4_ifndef
3242
3243# Old name:
3244# This is what autoupdate's m4 run will expand. It fires
3245# the warning (with _au_warn_XXX), outputs it into the
3246# updated configure.ac (with AC_DIAGNOSE), and then outputs
3247# the replacement expansion.
3248
3249
3250# This is an auxiliary macro that is also run when
3251# autoupdate runs m4. It simply calls m4_warning, but
3252# we need a wrapper so that each warning is emitted only
3253# once. We break the quoting in m4_warning's argument in
3254# order to expand this macro's arguments, not AU_DEFUN's.
3255
3256
3257# Finally, this is the expansion that is picked up by
3258# autoconf. It tells the user to run autoupdate, and
3259# then outputs the replacement expansion. We do not care
3260# about autoupdate's warning because that contains
3261# information on what to do *after* running autoupdate.
3262
3263
3264
3265# _LT_CHECK_SHELL_FEATURES
3266# ------------------------
3267# Find out whether the shell is Bourne or XSI compatible,
3268# or has some other useful features.
3269# _LT_CHECK_SHELL_FEATURES
3270
3271
3272# _LT_PROG_XSI_SHELLFNS
3273# ---------------------
3274# Bourne and XSI compatible variants of some useful shell functions.
3275
3276
3277# Helper functions for option handling. -*- Autoconf -*-
3278#
3279# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3280# Inc.
3281# Written by Gary V. Vaughan, 2004
3282#
3283# This file is free software; the Free Software Foundation gives
3284# unlimited permission to copy and/or distribute it, with or without
3285# modifications, as long as this notice is preserved.
3286
3287# serial 6 ltoptions.m4
3288
3289# This is to help aclocal find these macros, as it can't see m4_define.
3290
3291
3292
3293# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3294# ------------------------------------------
3295
3296
3297
3298# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3299# ---------------------------------------
3300# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3301# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3302# saved as a flag.
3303
3304
3305
3306# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3307# ------------------------------------------------------------
3308# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3309
3310
3311
3312# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3313# -------------------------------------------------------
3314# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3315# are set.
3316
3317
3318
3319# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3320# ----------------------------------------
3321# OPTION-LIST is a space-separated list of Libtool options associated
3322# with MACRO-NAME. If any OPTION has a matching handler declared with
3323# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3324# the unknown option and exit.
3325# _LT_SET_OPTIONS
3326
3327
3328## --------------------------------- ##
3329## Macros to handle LT_INIT options. ##
3330## --------------------------------- ##
3331
3332# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3333# -----------------------------------------
3334
3335
3336
3337# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3338# -----------------------------------------------
3339# LT_OPTION_DEFINE
3340
3341
3342# dlopen
3343# ------
3344
3345
3346# This is what autoupdate's m4 run will expand. It fires
3347# the warning (with _au_warn_XXX), outputs it into the
3348# updated configure.ac (with AC_DIAGNOSE), and then outputs
3349# the replacement expansion.
3350
3351
3352# This is an auxiliary macro that is also run when
3353# autoupdate runs m4. It simply calls m4_warning, but
3354# we need a wrapper so that each warning is emitted only
3355# once. We break the quoting in m4_warning's argument in
3356# order to expand this macro's arguments, not AU_DEFUN's.
3357
3358
3359# Finally, this is the expansion that is picked up by
3360# autoconf. It tells the user to run autoupdate, and
3361# then outputs the replacement expansion. We do not care
3362# about autoupdate's warning because that contains
3363# information on what to do *after* running autoupdate.
3364
3365
3366
3367
3368# win32-dll
3369# ---------
3370# Declare package support for building win32 dll's.
3371# win32-dll
3372
3373# This is what autoupdate's m4 run will expand. It fires
3374# the warning (with _au_warn_XXX), outputs it into the
3375# updated configure.ac (with AC_DIAGNOSE), and then outputs
3376# the replacement expansion.
3377
3378
3379# This is an auxiliary macro that is also run when
3380# autoupdate runs m4. It simply calls m4_warning, but
3381# we need a wrapper so that each warning is emitted only
3382# once. We break the quoting in m4_warning's argument in
3383# order to expand this macro's arguments, not AU_DEFUN's.
3384
3385
3386# Finally, this is the expansion that is picked up by
3387# autoconf. It tells the user to run autoupdate, and
3388# then outputs the replacement expansion. We do not care
3389# about autoupdate's warning because that contains
3390# information on what to do *after* running autoupdate.
3391
3392
3393
3394
3395# _LT_ENABLE_SHARED([DEFAULT])
3396# ----------------------------
3397# implement the --enable-shared flag, and supports the `shared' and
3398# `disable-shared' LT_INIT options.
3399# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3400# _LT_ENABLE_SHARED
3401
3402
3403
3404
3405# Old names:
3406
3407
3408
3409
3410# This is what autoupdate's m4 run will expand. It fires
3411# the warning (with _au_warn_XXX), outputs it into the
3412# updated configure.ac (with AC_DIAGNOSE), and then outputs
3413# the replacement expansion.
3414
3415
3416# This is an auxiliary macro that is also run when
3417# autoupdate runs m4. It simply calls m4_warning, but
3418# we need a wrapper so that each warning is emitted only
3419# once. We break the quoting in m4_warning's argument in
3420# order to expand this macro's arguments, not AU_DEFUN's.
3421
3422
3423# Finally, this is the expansion that is picked up by
3424# autoconf. It tells the user to run autoupdate, and
3425# then outputs the replacement expansion. We do not care
3426# about autoupdate's warning because that contains
3427# information on what to do *after* running autoupdate.
3428
3429# This is what autoupdate's m4 run will expand. It fires
3430# the warning (with _au_warn_XXX), outputs it into the
3431# updated configure.ac (with AC_DIAGNOSE), and then outputs
3432# the replacement expansion.
3433
3434
3435# This is an auxiliary macro that is also run when
3436# autoupdate runs m4. It simply calls m4_warning, but
3437# we need a wrapper so that each warning is emitted only
3438# once. We break the quoting in m4_warning's argument in
3439# order to expand this macro's arguments, not AU_DEFUN's.
3440
3441
3442# Finally, this is the expansion that is picked up by
3443# autoconf. It tells the user to run autoupdate, and
3444# then outputs the replacement expansion. We do not care
3445# about autoupdate's warning because that contains
3446# information on what to do *after* running autoupdate.
3447
3448
3449
3450
3451
3452# _LT_ENABLE_STATIC([DEFAULT])
3453# ----------------------------
3454# implement the --enable-static flag, and support the `static' and
3455# `disable-static' LT_INIT options.
3456# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3457# _LT_ENABLE_STATIC
3458
3459
3460
3461
3462# Old names:
3463
3464
3465
3466
3467# This is what autoupdate's m4 run will expand. It fires
3468# the warning (with _au_warn_XXX), outputs it into the
3469# updated configure.ac (with AC_DIAGNOSE), and then outputs
3470# the replacement expansion.
3471
3472
3473# This is an auxiliary macro that is also run when
3474# autoupdate runs m4. It simply calls m4_warning, but
3475# we need a wrapper so that each warning is emitted only
3476# once. We break the quoting in m4_warning's argument in
3477# order to expand this macro's arguments, not AU_DEFUN's.
3478
3479
3480# Finally, this is the expansion that is picked up by
3481# autoconf. It tells the user to run autoupdate, and
3482# then outputs the replacement expansion. We do not care
3483# about autoupdate's warning because that contains
3484# information on what to do *after* running autoupdate.
3485
3486# This is what autoupdate's m4 run will expand. It fires
3487# the warning (with _au_warn_XXX), outputs it into the
3488# updated configure.ac (with AC_DIAGNOSE), and then outputs
3489# the replacement expansion.
3490
3491
3492# This is an auxiliary macro that is also run when
3493# autoupdate runs m4. It simply calls m4_warning, but
3494# we need a wrapper so that each warning is emitted only
3495# once. We break the quoting in m4_warning's argument in
3496# order to expand this macro's arguments, not AU_DEFUN's.
3497
3498
3499# Finally, this is the expansion that is picked up by
3500# autoconf. It tells the user to run autoupdate, and
3501# then outputs the replacement expansion. We do not care
3502# about autoupdate's warning because that contains
3503# information on what to do *after* running autoupdate.
3504
3505
3506
3507
3508
3509# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3510# ----------------------------------
3511# implement the --enable-fast-install flag, and support the `fast-install'
3512# and `disable-fast-install' LT_INIT options.
3513# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3514# _LT_ENABLE_FAST_INSTALL
3515
3516
3517
3518
3519# Old names:
3520# This is what autoupdate's m4 run will expand. It fires
3521# the warning (with _au_warn_XXX), outputs it into the
3522# updated configure.ac (with AC_DIAGNOSE), and then outputs
3523# the replacement expansion.
3524
3525
3526# This is an auxiliary macro that is also run when
3527# autoupdate runs m4. It simply calls m4_warning, but
3528# we need a wrapper so that each warning is emitted only
3529# once. We break the quoting in m4_warning's argument in
3530# order to expand this macro's arguments, not AU_DEFUN's.
3531
3532
3533# Finally, this is the expansion that is picked up by
3534# autoconf. It tells the user to run autoupdate, and
3535# then outputs the replacement expansion. We do not care
3536# about autoupdate's warning because that contains
3537# information on what to do *after* running autoupdate.
3538
3539
3540# This is what autoupdate's m4 run will expand. It fires
3541# the warning (with _au_warn_XXX), outputs it into the
3542# updated configure.ac (with AC_DIAGNOSE), and then outputs
3543# the replacement expansion.
3544
3545
3546# This is an auxiliary macro that is also run when
3547# autoupdate runs m4. It simply calls m4_warning, but
3548# we need a wrapper so that each warning is emitted only
3549# once. We break the quoting in m4_warning's argument in
3550# order to expand this macro's arguments, not AU_DEFUN's.
3551
3552
3553# Finally, this is the expansion that is picked up by
3554# autoconf. It tells the user to run autoupdate, and
3555# then outputs the replacement expansion. We do not care
3556# about autoupdate's warning because that contains
3557# information on what to do *after* running autoupdate.
3558
3559
3560
3561
3562# _LT_WITH_PIC([MODE])
3563# --------------------
3564# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3565# LT_INIT options.
3566# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3567# _LT_WITH_PIC
3568
3569
3570
3571
3572# Old name:
3573# This is what autoupdate's m4 run will expand. It fires
3574# the warning (with _au_warn_XXX), outputs it into the
3575# updated configure.ac (with AC_DIAGNOSE), and then outputs
3576# the replacement expansion.
3577
3578
3579# This is an auxiliary macro that is also run when
3580# autoupdate runs m4. It simply calls m4_warning, but
3581# we need a wrapper so that each warning is emitted only
3582# once. We break the quoting in m4_warning's argument in
3583# order to expand this macro's arguments, not AU_DEFUN's.
3584
3585
3586# Finally, this is the expansion that is picked up by
3587# autoconf. It tells the user to run autoupdate, and
3588# then outputs the replacement expansion. We do not care
3589# about autoupdate's warning because that contains
3590# information on what to do *after* running autoupdate.
3591
3592
3593
3594## ----------------- ##
3595## LTDL_INIT Options ##
3596## ----------------- ##
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3608#
3609# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3610# Written by Gary V. Vaughan, 2004
3611#
3612# This file is free software; the Free Software Foundation gives
3613# unlimited permission to copy and/or distribute it, with or without
3614# modifications, as long as this notice is preserved.
3615
3616# serial 6 ltsugar.m4
3617
3618# This is to help aclocal find these macros, as it can't see m4_define.
3619
3620
3621
3622# lt_join(SEP, ARG1, [ARG2...])
3623# -----------------------------
3624# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3625# associated separator.
3626# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3627# versions in m4sugar had bugs.
3628
3629
3630
3631
3632# lt_car(LIST)
3633# lt_cdr(LIST)
3634# ------------
3635# Manipulate m4 lists.
3636# These macros are necessary as long as will still need to support
3637# Autoconf-2.59 which quotes differently.
3638
3639
3640
3641
3642
3643# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3644# ------------------------------------------
3645# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3646# Note that neither SEPARATOR nor STRING are expanded; they are appended
3647# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3648# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3649# than defined and empty).
3650#
3651# This macro is needed until we can rely on Autoconf 2.62, since earlier
3652# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3653
3654
3655
3656
3657# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3658# ----------------------------------------------------------
3659# Produce a SEP delimited list of all paired combinations of elements of
3660# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3661# has the form PREFIXmINFIXSUFFIXn.
3662# Needed until we can rely on m4_combine added in Autoconf 2.62.
3663
3664
3665
3666# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3667# -----------------------------------------------------------------------
3668# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3669# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3670
3671
3672
3673# lt_dict_add(DICT, KEY, VALUE)
3674# -----------------------------
3675
3676
3677
3678# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3679# --------------------------------------------
3680
3681
3682
3683# lt_dict_fetch(DICT, KEY, [SUBKEY])
3684# ----------------------------------
3685
3686
3687
3688# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3689# -----------------------------------------------------------------
3690
3691
3692
3693# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3694# --------------------------------------------------------------
3695
3696
3697# ltversion.m4 -- version numbers -*- Autoconf -*-
3698#
3699# Copyright (C) 2004 Free Software Foundation, Inc.
3700# Written by Scott James Remnant, 2004
3701#
3702# This file is free software; the Free Software Foundation gives
3703# unlimited permission to copy and/or distribute it, with or without
3704# modifications, as long as this notice is preserved.
3705
3706# Generated from ltversion.in.
3707
3708# serial 3134 ltversion.m4
3709# This file is part of GNU Libtool
3710
3711
3712
3713
3714
3715
3716# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3717#
3718# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3719# Written by Scott James Remnant, 2004.
3720#
3721# This file is free software; the Free Software Foundation gives
3722# unlimited permission to copy and/or distribute it, with or without
3723# modifications, as long as this notice is preserved.
3724
3725# serial 4 lt~obsolete.m4
3726
3727# These exist entirely to fool aclocal when bootstrapping libtool.
3728#
3729# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3730# which have later been changed to m4_define as they aren't part of the
3731# exported API, or moved to Autoconf or Automake where they belong.
3732#
3733# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3734# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3735# using a macro with the same name in our local m4/libtool.m4 it'll
3736# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3737# and doesn't know about Autoconf macros at all.)
3738#
3739# So we provide this file, which has a silly filename so it's always
3740# included after everything else. This provides aclocal with the
3741# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3742# because those macros already exist, or will be overwritten later.
3743# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3744#
3745# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3746# Yes, that means every name once taken will need to remain here until
3747# we give up compatibility with versions before 1.7, at which point
3748# we need to keep only those names which we still refer to.
3749
3750# This is to help aclocal find these macros, as it can't see m4_define.
3751
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## -*- Autoconf -*-
3816
3817# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3818# Free Software Foundation, Inc.
3819#
3820# This file is free software; the Free Software Foundation
3821# gives unlimited permission to copy and/or distribute it,
3822# with or without modifications, as long as this notice is preserved.
3823
3824# serial 8
3825
3826# Based on depend.m4 from automake 1.9, modified for standalone use in
3827# an environment where GNU make is required.
3828
3829# ZW_PROG_COMPILER_DEPENDENCIES
3830# -----------------------------
3831# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3832# sets fooDEPMODE accordingly. Cache-variable compatible with
3833# original; not side-effect compatible. As the users of this macro
3834# may require accurate dependencies for correct builds, it does *not*
3835# honor --disable-dependency-checking, and failure to detect a usable
3836# method is an error. depcomp is assumed to be located in
3837# $ac_aux_dir.
3838#
3839# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3840
3841
3842
3843# AM_SET_DEPDIR
3844# -------------
3845# Choose a directory name for dependency files.
3846
3847
3848# ZW_CREATE_DEPDIR
3849# ----------------
3850# As AM_SET_DEPDIR, but also create the directory at config.status time.
3851
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
6bb11ab3
L
3892
3893
3894
3895
3896
3897sim_inline="-DDEFAULT_INLINE=0"
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934# intl sister-directory configuration rules.
3935#
3936
3937# The idea behind this macro is that there's no need to repeat all the
3938# autoconf probes done by the intl directory - it's already done them
3939# for us. In fact, there's no need even to look at the cache for the
3940# answers. All we need to do is nab a few pieces of information.
3941# The intl directory is set up to make this easy, by generating a
3942# small file which can be sourced as a shell script; then we produce
3943# the necessary substitutions and definitions for this directory.
3944
3945
3946
3947# Autoconf M4 include file defining utility macros for complex Canadian
3948# cross builds.
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958####
3959# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3960# or AC_INIT.
3961# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3962
3963####
3964# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3965# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3966
3967
3968####
3969# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3970# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3971
3972
3973
3974# Backported from Autoconf 2.5x; can go away when and if
3975# we switch. Put the OS path separator in $PATH_SEPARATOR.
3976
3977
3978
3979
3980# ACX_HAVE_GCC_FOR_TARGET
3981# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3982
3983
3984# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3985# Searching for installed target binutils. We need to take extra care,
3986# else we may find the wrong assembler, linker, etc., and lose.
3987#
3988# First try --with-build-time-tools, if specified.
3989#
3990# For build != host, we ask the installed GCC for the name of the tool it
3991# uses, and accept it if it is an absolute path. This is because the
3992# only good choice for a compiler is the same GCC version that is being
3993# installed (or we couldn't make target libraries), and we assume that
3994# on the host system we'll have not only the same GCC version, but also
3995# the same binutils version.
3996#
3997# For build == host, search the same directories that the installed
3998# compiler will search. We used to do this for the assembler, linker,
3999# and nm only; for simplicity of configuration, however, we extend this
4000# criterion to tools (such as ar and ranlib) that are never invoked by
4001# the compiler, to avoid mismatches.
4002#
4003# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4004# if build == target. This makes the most sense only when bootstrapping,
4005# but we also do so when build != host. In this case, we hope that the
4006# build and host systems will have similar contents of MD_EXEC_PREFIX.
4007#
4008# If we do not find a suitable binary, then try the user's path.
4009
4010
4011###
4012# AC_PROG_CPP_WERROR
4013# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4014# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4015# For now, using this also overrides header checks to use only the
4016# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4017# bit harder from here).
4018# Eventually autoconf will default to checking headers with the compiler
4019# instead, and we'll have to do this differently.
4020
4021# AC_PROG_CPP_WERROR
4022
4023# Test for GNAT.
4024# We require the gnatbind & gnatmake programs, as well as a compiler driver
4025# that understands Ada. We use the user's CC setting, already found, and
4026# possibly add $1 to the command-line parameters.
4027#
4028# Sets the shell variable have_gnat to yes or no as appropriate, and
4029# substitutes GNATBIND and GNATMAKE.
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055ac_ext=c
4056ac_cpp='$CPP $CPPFLAGS'
4057ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4058ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4059ac_compiler_gnu=$ac_cv_c_compiler_gnu
4060if test -n "$ac_tool_prefix"; then
4061 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4062set dummy ${ac_tool_prefix}gcc; ac_word=$2
4063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4064$as_echo_n "checking for $ac_word... " >&6; }
4065if test "${ac_cv_prog_CC+set}" = set; then :
4066 $as_echo_n "(cached) " >&6
4067else
4068 if test -n "$CC"; then
4069 ac_cv_prog_CC="$CC" # Let the user override the test.
4070else
4071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4072for as_dir in $PATH
4073do
4074 IFS=$as_save_IFS
4075 test -z "$as_dir" && as_dir=.
4076 for ac_exec_ext in '' $ac_executable_extensions; do
4077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4078 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4080 break 2
4081 fi
4082done
4083 done
4084IFS=$as_save_IFS
4085
4086fi
4087fi
4088CC=$ac_cv_prog_CC
4089if test -n "$CC"; then
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4091$as_echo "$CC" >&6; }
4092else
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094$as_echo "no" >&6; }
4095fi
4096
4097
4098fi
4099if test -z "$ac_cv_prog_CC"; then
4100 ac_ct_CC=$CC
4101 # Extract the first word of "gcc", so it can be a program name with args.
4102set dummy gcc; ac_word=$2
4103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4104$as_echo_n "checking for $ac_word... " >&6; }
4105if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4106 $as_echo_n "(cached) " >&6
4107else
4108 if test -n "$ac_ct_CC"; then
4109 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4110else
4111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4112for as_dir in $PATH
4113do
4114 IFS=$as_save_IFS
4115 test -z "$as_dir" && as_dir=.
4116 for ac_exec_ext in '' $ac_executable_extensions; do
4117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4118 ac_cv_prog_ac_ct_CC="gcc"
4119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4120 break 2
4121 fi
4122done
4123 done
4124IFS=$as_save_IFS
4125
4126fi
4127fi
4128ac_ct_CC=$ac_cv_prog_ac_ct_CC
4129if test -n "$ac_ct_CC"; then
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4131$as_echo "$ac_ct_CC" >&6; }
4132else
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4134$as_echo "no" >&6; }
4135fi
4136
4137 if test "x$ac_ct_CC" = x; then
4138 CC=""
4139 else
4140 case $cross_compiling:$ac_tool_warned in
4141yes:)
4142{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4143$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4144ac_tool_warned=yes ;;
4145esac
4146 CC=$ac_ct_CC
4147 fi
4148else
4149 CC="$ac_cv_prog_CC"
4150fi
4151
4152if test -z "$CC"; then
4153 if test -n "$ac_tool_prefix"; then
4154 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4155set dummy ${ac_tool_prefix}cc; ac_word=$2
4156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4157$as_echo_n "checking for $ac_word... " >&6; }
4158if test "${ac_cv_prog_CC+set}" = set; then :
4159 $as_echo_n "(cached) " >&6
4160else
4161 if test -n "$CC"; then
4162 ac_cv_prog_CC="$CC" # Let the user override the test.
4163else
4164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4165for as_dir in $PATH
4166do
4167 IFS=$as_save_IFS
4168 test -z "$as_dir" && as_dir=.
4169 for ac_exec_ext in '' $ac_executable_extensions; do
4170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4171 ac_cv_prog_CC="${ac_tool_prefix}cc"
4172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4173 break 2
4174 fi
4175done
4176 done
4177IFS=$as_save_IFS
4178
4179fi
4180fi
4181CC=$ac_cv_prog_CC
4182if test -n "$CC"; then
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4184$as_echo "$CC" >&6; }
4185else
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4187$as_echo "no" >&6; }
4188fi
4189
4190
4191 fi
4192fi
4193if test -z "$CC"; then
4194 # Extract the first word of "cc", so it can be a program name with args.
4195set dummy cc; ac_word=$2
4196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197$as_echo_n "checking for $ac_word... " >&6; }
4198if test "${ac_cv_prog_CC+set}" = set; then :
4199 $as_echo_n "(cached) " >&6
4200else
4201 if test -n "$CC"; then
4202 ac_cv_prog_CC="$CC" # Let the user override the test.
4203else
4204 ac_prog_rejected=no
4205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4206for as_dir in $PATH
4207do
4208 IFS=$as_save_IFS
4209 test -z "$as_dir" && as_dir=.
4210 for ac_exec_ext in '' $ac_executable_extensions; do
4211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4212 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4213 ac_prog_rejected=yes
4214 continue
4215 fi
4216 ac_cv_prog_CC="cc"
4217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4218 break 2
4219 fi
4220done
4221 done
4222IFS=$as_save_IFS
4223
4224if test $ac_prog_rejected = yes; then
4225 # We found a bogon in the path, so make sure we never use it.
4226 set dummy $ac_cv_prog_CC
4227 shift
4228 if test $# != 0; then
4229 # We chose a different compiler from the bogus one.
4230 # However, it has the same basename, so the bogon will be chosen
4231 # first if we set CC to just the basename; use the full file name.
4232 shift
4233 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4234 fi
4235fi
4236fi
4237fi
4238CC=$ac_cv_prog_CC
4239if test -n "$CC"; then
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4241$as_echo "$CC" >&6; }
4242else
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4244$as_echo "no" >&6; }
4245fi
4246
4247
4248fi
4249if test -z "$CC"; then
4250 if test -n "$ac_tool_prefix"; then
4251 for ac_prog in cl.exe
4252 do
4253 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4254set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4256$as_echo_n "checking for $ac_word... " >&6; }
4257if test "${ac_cv_prog_CC+set}" = set; then :
4258 $as_echo_n "(cached) " >&6
4259else
4260 if test -n "$CC"; then
4261 ac_cv_prog_CC="$CC" # Let the user override the test.
4262else
4263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4264for as_dir in $PATH
4265do
4266 IFS=$as_save_IFS
4267 test -z "$as_dir" && as_dir=.
4268 for ac_exec_ext in '' $ac_executable_extensions; do
4269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4270 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4272 break 2
4273 fi
4274done
4275 done
4276IFS=$as_save_IFS
4277
4278fi
4279fi
4280CC=$ac_cv_prog_CC
4281if test -n "$CC"; then
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4283$as_echo "$CC" >&6; }
4284else
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4286$as_echo "no" >&6; }
4287fi
4288
4289
4290 test -n "$CC" && break
4291 done
4292fi
4293if test -z "$CC"; then
4294 ac_ct_CC=$CC
4295 for ac_prog in cl.exe
4296do
4297 # Extract the first word of "$ac_prog", so it can be a program name with args.
4298set dummy $ac_prog; ac_word=$2
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4300$as_echo_n "checking for $ac_word... " >&6; }
4301if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4302 $as_echo_n "(cached) " >&6
4303else
4304 if test -n "$ac_ct_CC"; then
4305 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4306else
4307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4308for as_dir in $PATH
4309do
4310 IFS=$as_save_IFS
4311 test -z "$as_dir" && as_dir=.
4312 for ac_exec_ext in '' $ac_executable_extensions; do
4313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4314 ac_cv_prog_ac_ct_CC="$ac_prog"
4315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4316 break 2
4317 fi
4318done
4319 done
4320IFS=$as_save_IFS
4321
4322fi
4323fi
4324ac_ct_CC=$ac_cv_prog_ac_ct_CC
4325if test -n "$ac_ct_CC"; then
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4327$as_echo "$ac_ct_CC" >&6; }
4328else
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4330$as_echo "no" >&6; }
4331fi
4332
4333
4334 test -n "$ac_ct_CC" && break
4335done
4336
4337 if test "x$ac_ct_CC" = x; then
4338 CC=""
4339 else
4340 case $cross_compiling:$ac_tool_warned in
4341yes:)
4342{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4343$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4344ac_tool_warned=yes ;;
4345esac
4346 CC=$ac_ct_CC
4347 fi
4348fi
4349
4350fi
4351
4352
4353test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4354$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4355as_fn_error "no acceptable C compiler found in \$PATH
4356See \`config.log' for more details." "$LINENO" 5; }
4357
4358# Provide some information about the compiler.
4359$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4360set X $ac_compile
4361ac_compiler=$2
4362for ac_option in --version -v -V -qversion; do
4363 { { ac_try="$ac_compiler $ac_option >&5"
4364case "(($ac_try" in
4365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4366 *) ac_try_echo=$ac_try;;
4367esac
4368eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4369$as_echo "$ac_try_echo"; } >&5
4370 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4371 ac_status=$?
4372 if test -s conftest.err; then
4373 sed '10a\
4374... rest of stderr output deleted ...
4375 10q' conftest.err >conftest.er1
4376 cat conftest.er1 >&5
4377 rm -f conftest.er1 conftest.err
4378 fi
4379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4380 test $ac_status = 0; }
4381done
4382
4383cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4384/* end confdefs.h. */
4385
4386int
4387main ()
4388{
4389
4390 ;
4391 return 0;
4392}
4393_ACEOF
4394ac_clean_files_save=$ac_clean_files
4395ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4396# Try to create an executable without -o first, disregard a.out.
4397# It will help us diagnose broken compilers, and finding out an intuition
4398# of exeext.
4399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4400$as_echo_n "checking for C compiler default output file name... " >&6; }
4401ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4402
4403# The possible output files:
4404ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4405
4406ac_rmfiles=
4407for ac_file in $ac_files
4408do
4409 case $ac_file in
4410 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4411 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4412 esac
4413done
4414rm -f $ac_rmfiles
4415
4416if { { ac_try="$ac_link_default"
4417case "(($ac_try" in
4418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4419 *) ac_try_echo=$ac_try;;
4420esac
4421eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4422$as_echo "$ac_try_echo"; } >&5
4423 (eval "$ac_link_default") 2>&5
4424 ac_status=$?
4425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4426 test $ac_status = 0; }; then :
4427 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4428# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4429# in a Makefile. We should not override ac_cv_exeext if it was cached,
4430# so that the user can short-circuit this test for compilers unknown to
4431# Autoconf.
4432for ac_file in $ac_files ''
4433do
4434 test -f "$ac_file" || continue
4435 case $ac_file in
4436 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4437 ;;
4438 [ab].out )
4439 # We found the default executable, but exeext='' is most
4440 # certainly right.
4441 break;;
4442 *.* )
4443 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4444 then :; else
4445 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4446 fi
4447 # We set ac_cv_exeext here because the later test for it is not
4448 # safe: cross compilers may not add the suffix if given an `-o'
4449 # argument, so we may need to know it at that point already.
4450 # Even if this section looks crufty: it has the advantage of
4451 # actually working.
4452 break;;
4453 * )
4454 break;;
4455 esac
4456done
4457test "$ac_cv_exeext" = no && ac_cv_exeext=
4458
4459else
4460 ac_file=''
4461fi
4462{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4463$as_echo "$ac_file" >&6; }
4464if test -z "$ac_file"; then :
4465 $as_echo "$as_me: failed program was:" >&5
4466sed 's/^/| /' conftest.$ac_ext >&5
4467
4468{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4469$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4470{ as_fn_set_status 77
4471as_fn_error "C compiler cannot create executables
4472See \`config.log' for more details." "$LINENO" 5; }; }
4473fi
4474ac_exeext=$ac_cv_exeext
4475
4476# Check that the compiler produces executables we can run. If not, either
4477# the compiler is broken, or we cross compile.
4478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4479$as_echo_n "checking whether the C compiler works... " >&6; }
4480# If not cross compiling, check that we can run a simple program.
4481if test "$cross_compiling" != yes; then
4482 if { ac_try='./$ac_file'
4483 { { case "(($ac_try" in
4484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4485 *) ac_try_echo=$ac_try;;
4486esac
4487eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4488$as_echo "$ac_try_echo"; } >&5
4489 (eval "$ac_try") 2>&5
4490 ac_status=$?
4491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4492 test $ac_status = 0; }; }; then
4493 cross_compiling=no
4494 else
4495 if test "$cross_compiling" = maybe; then
4496 cross_compiling=yes
4497 else
4498 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4499$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4500as_fn_error "cannot run C compiled programs.
4501If you meant to cross compile, use \`--host'.
4502See \`config.log' for more details." "$LINENO" 5; }
4503 fi
4504 fi
4505fi
4506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4507$as_echo "yes" >&6; }
4508
4509rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4510ac_clean_files=$ac_clean_files_save
4511# Check that the compiler produces executables we can run. If not, either
4512# the compiler is broken, or we cross compile.
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4514$as_echo_n "checking whether we are cross compiling... " >&6; }
4515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4516$as_echo "$cross_compiling" >&6; }
4517
4518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4519$as_echo_n "checking for suffix of executables... " >&6; }
4520if { { ac_try="$ac_link"
4521case "(($ac_try" in
4522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4523 *) ac_try_echo=$ac_try;;
4524esac
4525eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4526$as_echo "$ac_try_echo"; } >&5
4527 (eval "$ac_link") 2>&5
4528 ac_status=$?
4529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4530 test $ac_status = 0; }; then :
4531 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4532# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4533# work properly (i.e., refer to `conftest.exe'), while it won't with
4534# `rm'.
4535for ac_file in conftest.exe conftest conftest.*; do
4536 test -f "$ac_file" || continue
4537 case $ac_file in
4538 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4539 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4540 break;;
4541 * ) break;;
4542 esac
4543done
4544else
4545 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4546$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4547as_fn_error "cannot compute suffix of executables: cannot compile and link
4548See \`config.log' for more details." "$LINENO" 5; }
4549fi
4550rm -f conftest$ac_cv_exeext
4551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4552$as_echo "$ac_cv_exeext" >&6; }
4553
4554rm -f conftest.$ac_ext
4555EXEEXT=$ac_cv_exeext
4556ac_exeext=$EXEEXT
4557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4558$as_echo_n "checking for suffix of object files... " >&6; }
4559if test "${ac_cv_objext+set}" = set; then :
4560 $as_echo_n "(cached) " >&6
4561else
4562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4563/* end confdefs.h. */
4564
4565int
4566main ()
4567{
4568
4569 ;
4570 return 0;
4571}
4572_ACEOF
4573rm -f conftest.o conftest.obj
4574if { { ac_try="$ac_compile"
4575case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578esac
4579eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4580$as_echo "$ac_try_echo"; } >&5
4581 (eval "$ac_compile") 2>&5
4582 ac_status=$?
4583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4584 test $ac_status = 0; }; then :
4585 for ac_file in conftest.o conftest.obj conftest.*; do
4586 test -f "$ac_file" || continue;
4587 case $ac_file in
4588 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4589 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4590 break;;
4591 esac
4592done
4593else
4594 $as_echo "$as_me: failed program was:" >&5
4595sed 's/^/| /' conftest.$ac_ext >&5
4596
4597{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4598$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4599as_fn_error "cannot compute suffix of object files: cannot compile
4600See \`config.log' for more details." "$LINENO" 5; }
4601fi
4602rm -f conftest.$ac_cv_objext conftest.$ac_ext
4603fi
4604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4605$as_echo "$ac_cv_objext" >&6; }
4606OBJEXT=$ac_cv_objext
4607ac_objext=$OBJEXT
4608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4609$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4610if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4611 $as_echo_n "(cached) " >&6
4612else
4613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4614/* end confdefs.h. */
4615
4616int
4617main ()
4618{
4619#ifndef __GNUC__
4620 choke me
4621#endif
4622
4623 ;
4624 return 0;
4625}
4626_ACEOF
4627if ac_fn_c_try_compile "$LINENO"; then :
4628 ac_compiler_gnu=yes
4629else
4630 ac_compiler_gnu=no
4631fi
4632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4633ac_cv_c_compiler_gnu=$ac_compiler_gnu
4634
4635fi
4636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4637$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4638if test $ac_compiler_gnu = yes; then
4639 GCC=yes
4640else
4641 GCC=
4642fi
4643ac_test_CFLAGS=${CFLAGS+set}
4644ac_save_CFLAGS=$CFLAGS
4645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4646$as_echo_n "checking whether $CC accepts -g... " >&6; }
4647if test "${ac_cv_prog_cc_g+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
4649else
4650 ac_save_c_werror_flag=$ac_c_werror_flag
4651 ac_c_werror_flag=yes
4652 ac_cv_prog_cc_g=no
4653 CFLAGS="-g"
4654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4655/* end confdefs.h. */
4656
4657int
4658main ()
4659{
4660
4661 ;
4662 return 0;
4663}
4664_ACEOF
4665if ac_fn_c_try_compile "$LINENO"; then :
4666 ac_cv_prog_cc_g=yes
4667else
4668 CFLAGS=""
4669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4670/* end confdefs.h. */
4671
4672int
4673main ()
4674{
4675
4676 ;
4677 return 0;
4678}
4679_ACEOF
4680if ac_fn_c_try_compile "$LINENO"; then :
4681
4682else
4683 ac_c_werror_flag=$ac_save_c_werror_flag
4684 CFLAGS="-g"
4685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4686/* end confdefs.h. */
4687
4688int
4689main ()
4690{
4691
4692 ;
4693 return 0;
4694}
4695_ACEOF
4696if ac_fn_c_try_compile "$LINENO"; then :
4697 ac_cv_prog_cc_g=yes
4698fi
4699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4700fi
4701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4702fi
4703rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4704 ac_c_werror_flag=$ac_save_c_werror_flag
4705fi
4706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4707$as_echo "$ac_cv_prog_cc_g" >&6; }
4708if test "$ac_test_CFLAGS" = set; then
4709 CFLAGS=$ac_save_CFLAGS
4710elif test $ac_cv_prog_cc_g = yes; then
4711 if test "$GCC" = yes; then
4712 CFLAGS="-g -O2"
4713 else
4714 CFLAGS="-g"
4715 fi
4716else
4717 if test "$GCC" = yes; then
4718 CFLAGS="-O2"
4719 else
4720 CFLAGS=
4721 fi
4722fi
4723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4724$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4725if test "${ac_cv_prog_cc_c89+set}" = set; then :
4726 $as_echo_n "(cached) " >&6
4727else
4728 ac_cv_prog_cc_c89=no
4729ac_save_CC=$CC
4730cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4731/* end confdefs.h. */
4732#include <stdarg.h>
4733#include <stdio.h>
4734#include <sys/types.h>
4735#include <sys/stat.h>
4736/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4737struct buf { int x; };
4738FILE * (*rcsopen) (struct buf *, struct stat *, int);
4739static char *e (p, i)
4740 char **p;
4741 int i;
4742{
4743 return p[i];
4744}
4745static char *f (char * (*g) (char **, int), char **p, ...)
4746{
4747 char *s;
4748 va_list v;
4749 va_start (v,p);
4750 s = g (p, va_arg (v,int));
4751 va_end (v);
4752 return s;
4753}
4754
4755/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4756 function prototypes and stuff, but not '\xHH' hex character constants.
4757 These don't provoke an error unfortunately, instead are silently treated
4758 as 'x'. The following induces an error, until -std is added to get
4759 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4760 array size at least. It's necessary to write '\x00'==0 to get something
4761 that's true only with -std. */
4762int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4763
4764/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4765 inside strings and character constants. */
4766#define FOO(x) 'x'
4767int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4768
4769int test (int i, double x);
4770struct s1 {int (*f) (int a);};
4771struct s2 {int (*f) (double a);};
4772int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4773int argc;
4774char **argv;
4775int
4776main ()
4777{
4778return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4779 ;
4780 return 0;
4781}
4782_ACEOF
4783for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4784 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4785do
4786 CC="$ac_save_CC $ac_arg"
4787 if ac_fn_c_try_compile "$LINENO"; then :
4788 ac_cv_prog_cc_c89=$ac_arg
4789fi
4790rm -f core conftest.err conftest.$ac_objext
4791 test "x$ac_cv_prog_cc_c89" != "xno" && break
4792done
4793rm -f conftest.$ac_ext
4794CC=$ac_save_CC
4795
4796fi
4797# AC_CACHE_VAL
4798case "x$ac_cv_prog_cc_c89" in
4799 x)
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4801$as_echo "none needed" >&6; } ;;
4802 xno)
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4804$as_echo "unsupported" >&6; } ;;
4805 *)
4806 CC="$CC $ac_cv_prog_cc_c89"
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4808$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4809esac
4810if test "x$ac_cv_prog_cc_c89" != xno; then :
4811
4812fi
4813
4814ac_ext=c
4815ac_cpp='$CPP $CPPFLAGS'
4816ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4817ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4818ac_compiler_gnu=$ac_cv_c_compiler_gnu
4819
4820ac_aux_dir=
4821for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4822 for ac_t in install-sh install.sh shtool; do
4823 if test -f "$ac_dir/$ac_t"; then
4824 ac_aux_dir=$ac_dir
4825 ac_install_sh="$ac_aux_dir/$ac_t -c"
4826 break 2
4827 fi
4828 done
4829done
4830if test -z "$ac_aux_dir"; then
4831 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4832fi
4833
4834# These three variables are undocumented and unsupported,
4835# and are intended to be withdrawn in a future Autoconf release.
4836# They can cause serious problems if a builder's source tree is in a directory
4837# whose full name contains unusual characters.
4838ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4839ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4840ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4841
4842
4843# Make sure we can run config.sub.
4844$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4845 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4846
4847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4848$as_echo_n "checking build system type... " >&6; }
4849if test "${ac_cv_build+set}" = set; then :
4850 $as_echo_n "(cached) " >&6
4851else
4852 ac_build_alias=$build_alias
4853test "x$ac_build_alias" = x &&
4854 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4855test "x$ac_build_alias" = x &&
4856 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4857ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4858 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4859
4860fi
4861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4862$as_echo "$ac_cv_build" >&6; }
4863case $ac_cv_build in
4864*-*-*) ;;
4865*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4866esac
4867build=$ac_cv_build
4868ac_save_IFS=$IFS; IFS='-'
4869set x $ac_cv_build
4870shift
4871build_cpu=$1
4872build_vendor=$2
4873shift; shift
4874# Remember, the first character of IFS is used to create $*,
4875# except with old shells:
4876build_os=$*
4877IFS=$ac_save_IFS
4878case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4879
4880
4881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4882$as_echo_n "checking host system type... " >&6; }
4883if test "${ac_cv_host+set}" = set; then :
4884 $as_echo_n "(cached) " >&6
4885else
4886 if test "x$host_alias" = x; then
4887 ac_cv_host=$ac_cv_build
4888else
4889 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4890 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4891fi
4892
4893fi
4894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4895$as_echo "$ac_cv_host" >&6; }
4896case $ac_cv_host in
4897*-*-*) ;;
4898*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4899esac
4900host=$ac_cv_host
4901ac_save_IFS=$IFS; IFS='-'
4902set x $ac_cv_host
4903shift
4904host_cpu=$1
4905host_vendor=$2
4906shift; shift
4907# Remember, the first character of IFS is used to create $*,
4908# except with old shells:
4909host_os=$*
4910IFS=$ac_save_IFS
4911case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4912
4913
4914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4915$as_echo_n "checking target system type... " >&6; }
4916if test "${ac_cv_target+set}" = set; then :
4917 $as_echo_n "(cached) " >&6
4918else
4919 if test "x$target_alias" = x; then
4920 ac_cv_target=$ac_cv_host
4921else
4922 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4923 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4924fi
4925
4926fi
4927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4928$as_echo "$ac_cv_target" >&6; }
4929case $ac_cv_target in
4930*-*-*) ;;
4931*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4932esac
4933target=$ac_cv_target
4934ac_save_IFS=$IFS; IFS='-'
4935set x $ac_cv_target
4936shift
4937target_cpu=$1
4938target_vendor=$2
4939shift; shift
4940# Remember, the first character of IFS is used to create $*,
4941# except with old shells:
4942target_os=$*
4943IFS=$ac_save_IFS
4944case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4945
4946
4947# The aliases save the names the user supplied, while $host etc.
4948# will get canonicalized.
4949test -n "$target_alias" &&
4950 test "$program_prefix$program_suffix$program_transform_name" = \
4951 NONENONEs,x,x, &&
4952 program_prefix=${target_alias}-
4953
4954ac_ext=c
4955ac_cpp='$CPP $CPPFLAGS'
4956ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4957ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4958ac_compiler_gnu=$ac_cv_c_compiler_gnu
4959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4960$as_echo_n "checking how to run the C preprocessor... " >&6; }
4961# On Suns, sometimes $CPP names a directory.
4962if test -n "$CPP" && test -d "$CPP"; then
4963 CPP=
4964fi
4965if test -z "$CPP"; then
4966 if test "${ac_cv_prog_CPP+set}" = set; then :
4967 $as_echo_n "(cached) " >&6
4968else
4969 # Double quotes because CPP needs to be expanded
4970 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4971 do
4972 ac_preproc_ok=false
4973for ac_c_preproc_warn_flag in '' yes
4974do
4975 # Use a header file that comes with gcc, so configuring glibc
4976 # with a fresh cross-compiler works.
4977 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4978 # <limits.h> exists even on freestanding compilers.
4979 # On the NeXT, cc -E runs the code through the compiler's parser,
4980 # not just through cpp. "Syntax error" is here to catch this case.
4981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4982/* end confdefs.h. */
4983#ifdef __STDC__
4984# include <limits.h>
4985#else
4986# include <assert.h>
4987#endif
4988 Syntax error
4989_ACEOF
4990if ac_fn_c_try_cpp "$LINENO"; then :
4991
4992else
4993 # Broken: fails on valid input.
4994continue
4995fi
4996rm -f conftest.err conftest.$ac_ext
4997
4998 # OK, works on sane cases. Now check whether nonexistent headers
4999 # can be detected and how.
5000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5001/* end confdefs.h. */
5002#include <ac_nonexistent.h>
5003_ACEOF
5004if ac_fn_c_try_cpp "$LINENO"; then :
5005 # Broken: success on invalid input.
5006continue
5007else
5008 # Passes both tests.
5009ac_preproc_ok=:
5010break
5011fi
5012rm -f conftest.err conftest.$ac_ext
5013
5014done
5015# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5016rm -f conftest.err conftest.$ac_ext
5017if $ac_preproc_ok; then :
5018 break
5019fi
5020
5021 done
5022 ac_cv_prog_CPP=$CPP
5023
5024fi
5025 CPP=$ac_cv_prog_CPP
5026else
5027 ac_cv_prog_CPP=$CPP
5028fi
5029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5030$as_echo "$CPP" >&6; }
5031ac_preproc_ok=false
5032for ac_c_preproc_warn_flag in '' yes
5033do
5034 # Use a header file that comes with gcc, so configuring glibc
5035 # with a fresh cross-compiler works.
5036 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5037 # <limits.h> exists even on freestanding compilers.
5038 # On the NeXT, cc -E runs the code through the compiler's parser,
5039 # not just through cpp. "Syntax error" is here to catch this case.
5040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5041/* end confdefs.h. */
5042#ifdef __STDC__
5043# include <limits.h>
5044#else
5045# include <assert.h>
5046#endif
5047 Syntax error
5048_ACEOF
5049if ac_fn_c_try_cpp "$LINENO"; then :
5050
5051else
5052 # Broken: fails on valid input.
5053continue
5054fi
5055rm -f conftest.err conftest.$ac_ext
5056
5057 # OK, works on sane cases. Now check whether nonexistent headers
5058 # can be detected and how.
5059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5060/* end confdefs.h. */
5061#include <ac_nonexistent.h>
5062_ACEOF
5063if ac_fn_c_try_cpp "$LINENO"; then :
5064 # Broken: success on invalid input.
5065continue
5066else
5067 # Passes both tests.
5068ac_preproc_ok=:
5069break
5070fi
5071rm -f conftest.err conftest.$ac_ext
5072
5073done
5074# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5075rm -f conftest.err conftest.$ac_ext
5076if $ac_preproc_ok; then :
5077
5078else
5079 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5081as_fn_error "C preprocessor \"$CPP\" fails sanity check
5082See \`config.log' for more details." "$LINENO" 5; }
5083fi
5084
5085ac_ext=c
5086ac_cpp='$CPP $CPPFLAGS'
5087ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5088ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5089ac_compiler_gnu=$ac_cv_c_compiler_gnu
5090
5091
5092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5093$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5094if test "${ac_cv_path_GREP+set}" = set; then :
5095 $as_echo_n "(cached) " >&6
5096else
5097 if test -z "$GREP"; then
5098 ac_path_GREP_found=false
5099 # Loop through the user's path and test for each of PROGNAME-LIST
5100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5101for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5102do
5103 IFS=$as_save_IFS
5104 test -z "$as_dir" && as_dir=.
5105 for ac_prog in grep ggrep; do
5106 for ac_exec_ext in '' $ac_executable_extensions; do
5107 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5108 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5109# Check for GNU ac_path_GREP and select it if it is found.
5110 # Check for GNU $ac_path_GREP
5111case `"$ac_path_GREP" --version 2>&1` in
5112*GNU*)
5113 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5114*)
5115 ac_count=0
5116 $as_echo_n 0123456789 >"conftest.in"
5117 while :
5118 do
5119 cat "conftest.in" "conftest.in" >"conftest.tmp"
5120 mv "conftest.tmp" "conftest.in"
5121 cp "conftest.in" "conftest.nl"
5122 $as_echo 'GREP' >> "conftest.nl"
5123 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5124 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5125 as_fn_arith $ac_count + 1 && ac_count=$as_val
5126 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5127 # Best one so far, save it but keep looking for a better one
5128 ac_cv_path_GREP="$ac_path_GREP"
5129 ac_path_GREP_max=$ac_count
5130 fi
5131 # 10*(2^10) chars as input seems more than enough
5132 test $ac_count -gt 10 && break
5133 done
5134 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5135esac
5136
5137 $ac_path_GREP_found && break 3
5138 done
5139 done
5140 done
5141IFS=$as_save_IFS
5142 if test -z "$ac_cv_path_GREP"; then
5143 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5144 fi
5145else
5146 ac_cv_path_GREP=$GREP
5147fi
5148
5149fi
5150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5151$as_echo "$ac_cv_path_GREP" >&6; }
5152 GREP="$ac_cv_path_GREP"
5153
5154
5155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5156$as_echo_n "checking for egrep... " >&6; }
5157if test "${ac_cv_path_EGREP+set}" = set; then :
5158 $as_echo_n "(cached) " >&6
5159else
5160 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5161 then ac_cv_path_EGREP="$GREP -E"
5162 else
5163 if test -z "$EGREP"; then
5164 ac_path_EGREP_found=false
5165 # Loop through the user's path and test for each of PROGNAME-LIST
5166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5167for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5168do
5169 IFS=$as_save_IFS
5170 test -z "$as_dir" && as_dir=.
5171 for ac_prog in egrep; do
5172 for ac_exec_ext in '' $ac_executable_extensions; do
5173 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5174 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5175# Check for GNU ac_path_EGREP and select it if it is found.
5176 # Check for GNU $ac_path_EGREP
5177case `"$ac_path_EGREP" --version 2>&1` in
5178*GNU*)
5179 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5180*)
5181 ac_count=0
5182 $as_echo_n 0123456789 >"conftest.in"
5183 while :
5184 do
5185 cat "conftest.in" "conftest.in" >"conftest.tmp"
5186 mv "conftest.tmp" "conftest.in"
5187 cp "conftest.in" "conftest.nl"
5188 $as_echo 'EGREP' >> "conftest.nl"
5189 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5190 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5191 as_fn_arith $ac_count + 1 && ac_count=$as_val
5192 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5193 # Best one so far, save it but keep looking for a better one
5194 ac_cv_path_EGREP="$ac_path_EGREP"
5195 ac_path_EGREP_max=$ac_count
5196 fi
5197 # 10*(2^10) chars as input seems more than enough
5198 test $ac_count -gt 10 && break
5199 done
5200 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5201esac
5202
5203 $ac_path_EGREP_found && break 3
5204 done
5205 done
5206 done
5207IFS=$as_save_IFS
5208 if test -z "$ac_cv_path_EGREP"; then
5209 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5210 fi
5211else
5212 ac_cv_path_EGREP=$EGREP
5213fi
5214
5215 fi
5216fi
5217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5218$as_echo "$ac_cv_path_EGREP" >&6; }
5219 EGREP="$ac_cv_path_EGREP"
5220
5221
5222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5223$as_echo_n "checking for ANSI C header files... " >&6; }
5224if test "${ac_cv_header_stdc+set}" = set; then :
5225 $as_echo_n "(cached) " >&6
5226else
5227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5228/* end confdefs.h. */
5229#include <stdlib.h>
5230#include <stdarg.h>
5231#include <string.h>
5232#include <float.h>
5233
5234int
5235main ()
5236{
5237
5238 ;
5239 return 0;
5240}
5241_ACEOF
5242if ac_fn_c_try_compile "$LINENO"; then :
5243 ac_cv_header_stdc=yes
5244else
5245 ac_cv_header_stdc=no
5246fi
5247rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5248
5249if test $ac_cv_header_stdc = yes; then
5250 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5252/* end confdefs.h. */
5253#include <string.h>
5254
5255_ACEOF
5256if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5257 $EGREP "memchr" >/dev/null 2>&1; then :
5258
5259else
5260 ac_cv_header_stdc=no
5261fi
5262rm -f conftest*
5263
5264fi
5265
5266if test $ac_cv_header_stdc = yes; then
5267 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5269/* end confdefs.h. */
5270#include <stdlib.h>
5271
5272_ACEOF
5273if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5274 $EGREP "free" >/dev/null 2>&1; then :
5275
5276else
5277 ac_cv_header_stdc=no
5278fi
5279rm -f conftest*
5280
5281fi
5282
5283if test $ac_cv_header_stdc = yes; then
5284 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5285 if test "$cross_compiling" = yes; then :
5286 :
5287else
5288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5289/* end confdefs.h. */
5290#include <ctype.h>
5291#include <stdlib.h>
5292#if ((' ' & 0x0FF) == 0x020)
5293# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5294# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5295#else
5296# define ISLOWER(c) \
5297 (('a' <= (c) && (c) <= 'i') \
5298 || ('j' <= (c) && (c) <= 'r') \
5299 || ('s' <= (c) && (c) <= 'z'))
5300# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5301#endif
5302
5303#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5304int
5305main ()
5306{
5307 int i;
5308 for (i = 0; i < 256; i++)
5309 if (XOR (islower (i), ISLOWER (i))
5310 || toupper (i) != TOUPPER (i))
5311 return 2;
5312 return 0;
5313}
5314_ACEOF
5315if ac_fn_c_try_run "$LINENO"; then :
5316
5317else
5318 ac_cv_header_stdc=no
5319fi
5320rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5321 conftest.$ac_objext conftest.beam conftest.$ac_ext
5322fi
5323
5324fi
5325fi
5326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5327$as_echo "$ac_cv_header_stdc" >&6; }
5328if test $ac_cv_header_stdc = yes; then
5329
5330$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5331
5332fi
5333
5334# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5335for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5336 inttypes.h stdint.h unistd.h
5337do :
5338 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5339ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5340"
5341eval as_val=\$$as_ac_Header
5342 if test "x$as_val" = x""yes; then :
5343 cat >>confdefs.h <<_ACEOF
5344#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5345_ACEOF
5346
5347fi
5348
5349done
5350
5351
5352
5353 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5354if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5355 MINIX=yes
5356else
5357 MINIX=
5358fi
5359
5360
5361 if test "$MINIX" = yes; then
5362
5363$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5364
5365
5366$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5367
5368
5369$as_echo "#define _MINIX 1" >>confdefs.h
5370
5371 fi
5372
5373
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5375$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5376if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5377 $as_echo_n "(cached) " >&6
5378else
5379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5380/* end confdefs.h. */
5381
5382# define __EXTENSIONS__ 1
5383 $ac_includes_default
5384int
5385main ()
5386{
5387
5388 ;
5389 return 0;
5390}
5391_ACEOF
5392if ac_fn_c_try_compile "$LINENO"; then :
5393 ac_cv_safe_to_define___extensions__=yes
5394else
5395 ac_cv_safe_to_define___extensions__=no
5396fi
5397rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398fi
5399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5400$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5401 test $ac_cv_safe_to_define___extensions__ = yes &&
5402 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5403
5404 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5405
5406 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5407
5408 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5409
5410 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5411
5412
5413test "$program_prefix" != NONE &&
5414 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5415# Use a double $ so make ignores it.
5416test "$program_suffix" != NONE &&
5417 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5418# Double any \ or $.
5419# By default was `s,x,x', remove it if useless.
5420ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5421program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5422
5423# Find a good install program. We prefer a C program (faster),
5424# so one script is as good as another. But avoid the broken or
5425# incompatible versions:
5426# SysV /etc/install, /usr/sbin/install
5427# SunOS /usr/etc/install
5428# IRIX /sbin/install
5429# AIX /bin/install
5430# AmigaOS /C/install, which installs bootblocks on floppy discs
5431# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5432# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5433# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5434# OS/2's system install, which has a completely different semantic
5435# ./install, which can be erroneously created by make from ./install.sh.
5436# Reject install programs that cannot install multiple files.
5437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5438$as_echo_n "checking for a BSD-compatible install... " >&6; }
5439if test -z "$INSTALL"; then
5440if test "${ac_cv_path_install+set}" = set; then :
5441 $as_echo_n "(cached) " >&6
5442else
5443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5444for as_dir in $PATH
5445do
5446 IFS=$as_save_IFS
5447 test -z "$as_dir" && as_dir=.
5448 # Account for people who put trailing slashes in PATH elements.
5449case $as_dir/ in #((
5450 ./ | .// | /[cC]/* | \
5451 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5452 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5453 /usr/ucb/* ) ;;
5454 *)
5455 # OSF1 and SCO ODT 3.0 have their own names for install.
5456 # Don't use installbsd from OSF since it installs stuff as root
5457 # by default.
5458 for ac_prog in ginstall scoinst install; do
5459 for ac_exec_ext in '' $ac_executable_extensions; do
5460 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5461 if test $ac_prog = install &&
5462 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5463 # AIX install. It has an incompatible calling convention.
5464 :
5465 elif test $ac_prog = install &&
5466 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5467 # program-specific install script used by HP pwplus--don't use.
5468 :
5469 else
5470 rm -rf conftest.one conftest.two conftest.dir
5471 echo one > conftest.one
5472 echo two > conftest.two
5473 mkdir conftest.dir
5474 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5475 test -s conftest.one && test -s conftest.two &&
5476 test -s conftest.dir/conftest.one &&
5477 test -s conftest.dir/conftest.two
5478 then
5479 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5480 break 3
5481 fi
5482 fi
5483 fi
5484 done
5485 done
5486 ;;
5487esac
5488
5489 done
5490IFS=$as_save_IFS
5491
5492rm -rf conftest.one conftest.two conftest.dir
5493
5494fi
5495 if test "${ac_cv_path_install+set}" = set; then
5496 INSTALL=$ac_cv_path_install
5497 else
5498 # As a last resort, use the slow shell script. Don't cache a
5499 # value for INSTALL within a source directory, because that will
5500 # break other packages using the cache if that directory is
5501 # removed, or if the value is a relative name.
5502 INSTALL=$ac_install_sh
5503 fi
5504fi
5505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5506$as_echo "$INSTALL" >&6; }
5507
5508# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5509# It thinks the first close brace ends the variable substitution.
5510test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5511
5512test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5513
5514test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5515
5516rm -rf .tst 2>/dev/null
5517mkdir .tst 2>/dev/null
5518if test -d .tst; then
5519 am__leading_dot=.
5520else
5521 am__leading_dot=_
5522fi
5523rmdir .tst 2>/dev/null
5524
5525DEPDIR="${am__leading_dot}deps"
5526
5527case `pwd` in
5528 *\ * | *\ *)
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5530$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5531esac
5532
5533
5534
5535macro_version='2.2.7a'
5536macro_revision='1.3134'
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550ltmain="$ac_aux_dir/ltmain.sh"
5551
5552# Backslashify metacharacters that are still active within
5553# double-quoted strings.
5554sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5555
5556# Same as above, but do not quote variable references.
5557double_quote_subst='s/\(["`\\]\)/\\\1/g'
5558
5559# Sed substitution to delay expansion of an escaped shell variable in a
5560# double_quote_subst'ed string.
5561delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5562
5563# Sed substitution to delay expansion of an escaped single quote.
5564delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5565
5566# Sed substitution to avoid accidental globbing in evaled expressions
5567no_glob_subst='s/\*/\\\*/g'
5568
5569ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5570ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5571ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5572
5573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5574$as_echo_n "checking how to print strings... " >&6; }
5575# Test print first, because it will be a builtin if present.
5576if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5577 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5578 ECHO='print -r --'
5579elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5580 ECHO='printf %s\n'
5581else
5582 # Use this function as a fallback that always works.
5583 func_fallback_echo ()
5584 {
5585 eval 'cat <<_LTECHO_EOF
5586$1
5587_LTECHO_EOF'
5588 }
5589 ECHO='func_fallback_echo'
5590fi
5591
5592# func_echo_all arg...
5593# Invoke $ECHO with all args, space-separated.
5594func_echo_all ()
5595{
5596 $ECHO ""
5597}
5598
5599case "$ECHO" in
5600 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5601$as_echo "printf" >&6; } ;;
5602 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5603$as_echo "print -r" >&6; } ;;
5604 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5605$as_echo "cat" >&6; } ;;
5606esac
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5622$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5623if test "${ac_cv_path_SED+set}" = set; then :
5624 $as_echo_n "(cached) " >&6
5625else
5626 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5627 for ac_i in 1 2 3 4 5 6 7; do
5628 ac_script="$ac_script$as_nl$ac_script"
5629 done
5630 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5631 { ac_script=; unset ac_script;}
5632 if test -z "$SED"; then
5633 ac_path_SED_found=false
5634 # Loop through the user's path and test for each of PROGNAME-LIST
5635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5636for as_dir in $PATH
5637do
5638 IFS=$as_save_IFS
5639 test -z "$as_dir" && as_dir=.
5640 for ac_prog in sed gsed; do
5641 for ac_exec_ext in '' $ac_executable_extensions; do
5642 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5643 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5644# Check for GNU ac_path_SED and select it if it is found.
5645 # Check for GNU $ac_path_SED
5646case `"$ac_path_SED" --version 2>&1` in
5647*GNU*)
5648 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5649*)
5650 ac_count=0
5651 $as_echo_n 0123456789 >"conftest.in"
5652 while :
5653 do
5654 cat "conftest.in" "conftest.in" >"conftest.tmp"
5655 mv "conftest.tmp" "conftest.in"
5656 cp "conftest.in" "conftest.nl"
5657 $as_echo '' >> "conftest.nl"
5658 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5659 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5660 as_fn_arith $ac_count + 1 && ac_count=$as_val
5661 if test $ac_count -gt ${ac_path_SED_max-0}; then
5662 # Best one so far, save it but keep looking for a better one
5663 ac_cv_path_SED="$ac_path_SED"
5664 ac_path_SED_max=$ac_count
5665 fi
5666 # 10*(2^10) chars as input seems more than enough
5667 test $ac_count -gt 10 && break
5668 done
5669 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5670esac
5671
5672 $ac_path_SED_found && break 3
5673 done
5674 done
5675 done
5676IFS=$as_save_IFS
5677 if test -z "$ac_cv_path_SED"; then
5678 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5679 fi
5680else
5681 ac_cv_path_SED=$SED
5682fi
5683
5684fi
5685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5686$as_echo "$ac_cv_path_SED" >&6; }
5687 SED="$ac_cv_path_SED"
5688 rm -f conftest.sed
5689
5690test -z "$SED" && SED=sed
5691Xsed="$SED -e 1s/^X//"
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5704$as_echo_n "checking for fgrep... " >&6; }
5705if test "${ac_cv_path_FGREP+set}" = set; then :
5706 $as_echo_n "(cached) " >&6
5707else
5708 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5709 then ac_cv_path_FGREP="$GREP -F"
5710 else
5711 if test -z "$FGREP"; then
5712 ac_path_FGREP_found=false
5713 # Loop through the user's path and test for each of PROGNAME-LIST
5714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5715for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5716do
5717 IFS=$as_save_IFS
5718 test -z "$as_dir" && as_dir=.
5719 for ac_prog in fgrep; do
5720 for ac_exec_ext in '' $ac_executable_extensions; do
5721 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5722 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5723# Check for GNU ac_path_FGREP and select it if it is found.
5724 # Check for GNU $ac_path_FGREP
5725case `"$ac_path_FGREP" --version 2>&1` in
5726*GNU*)
5727 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5728*)
5729 ac_count=0
5730 $as_echo_n 0123456789 >"conftest.in"
5731 while :
5732 do
5733 cat "conftest.in" "conftest.in" >"conftest.tmp"
5734 mv "conftest.tmp" "conftest.in"
5735 cp "conftest.in" "conftest.nl"
5736 $as_echo 'FGREP' >> "conftest.nl"
5737 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5738 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5739 as_fn_arith $ac_count + 1 && ac_count=$as_val
5740 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5741 # Best one so far, save it but keep looking for a better one
5742 ac_cv_path_FGREP="$ac_path_FGREP"
5743 ac_path_FGREP_max=$ac_count
5744 fi
5745 # 10*(2^10) chars as input seems more than enough
5746 test $ac_count -gt 10 && break
5747 done
5748 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5749esac
5750
5751 $ac_path_FGREP_found && break 3
5752 done
5753 done
5754 done
5755IFS=$as_save_IFS
5756 if test -z "$ac_cv_path_FGREP"; then
5757 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5758 fi
5759else
5760 ac_cv_path_FGREP=$FGREP
5761fi
5762
5763 fi
5764fi
5765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5766$as_echo "$ac_cv_path_FGREP" >&6; }
5767 FGREP="$ac_cv_path_FGREP"
5768
5769
5770test -z "$GREP" && GREP=grep
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790# Check whether --with-gnu-ld was given.
5791if test "${with_gnu_ld+set}" = set; then :
5792 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5793else
5794 with_gnu_ld=no
5795fi
5796
5797ac_prog=ld
5798if test "$GCC" = yes; then
5799 # Check if gcc -print-prog-name=ld gives a path.
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5801$as_echo_n "checking for ld used by $CC... " >&6; }
5802 case $host in
5803 *-*-mingw*)
5804 # gcc leaves a trailing carriage return which upsets mingw
5805 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5806 *)
5807 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5808 esac
5809 case $ac_prog in
5810 # Accept absolute paths.
5811 [\\/]* | ?:[\\/]*)
5812 re_direlt='/[^/][^/]*/\.\./'
5813 # Canonicalize the pathname of ld
5814 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5815 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5816 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5817 done
5818 test -z "$LD" && LD="$ac_prog"
5819 ;;
5820 "")
5821 # If it fails, then pretend we aren't using GCC.
5822 ac_prog=ld
5823 ;;
5824 *)
5825 # If it is relative, then search for the first ld in PATH.
5826 with_gnu_ld=unknown
5827 ;;
5828 esac
5829elif test "$with_gnu_ld" = yes; then
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5831$as_echo_n "checking for GNU ld... " >&6; }
5832else
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5834$as_echo_n "checking for non-GNU ld... " >&6; }
5835fi
5836if test "${lt_cv_path_LD+set}" = set; then :
5837 $as_echo_n "(cached) " >&6
5838else
5839 if test -z "$LD"; then
5840 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5841 for ac_dir in $PATH; do
5842 IFS="$lt_save_ifs"
5843 test -z "$ac_dir" && ac_dir=.
5844 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5845 lt_cv_path_LD="$ac_dir/$ac_prog"
5846 # Check to see if the program is GNU ld. I'd rather use --version,
5847 # but apparently some variants of GNU ld only accept -v.
5848 # Break only if it was the GNU/non-GNU ld that we prefer.
5849 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5850 *GNU* | *'with BFD'*)
5851 test "$with_gnu_ld" != no && break
5852 ;;
5853 *)
5854 test "$with_gnu_ld" != yes && break
5855 ;;
5856 esac
5857 fi
5858 done
5859 IFS="$lt_save_ifs"
5860else
5861 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5862fi
5863fi
5864
5865LD="$lt_cv_path_LD"
5866if test -n "$LD"; then
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5868$as_echo "$LD" >&6; }
5869else
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5871$as_echo "no" >&6; }
5872fi
5873test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5875$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5876if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5877 $as_echo_n "(cached) " >&6
5878else
5879 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5880case `$LD -v 2>&1 </dev/null` in
5881*GNU* | *'with BFD'*)
5882 lt_cv_prog_gnu_ld=yes
5883 ;;
5884*)
5885 lt_cv_prog_gnu_ld=no
5886 ;;
5887esac
5888fi
5889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5890$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5891with_gnu_ld=$lt_cv_prog_gnu_ld
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5902$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5903if test "${lt_cv_path_NM+set}" = set; then :
5904 $as_echo_n "(cached) " >&6
5905else
5906 if test -n "$NM"; then
5907 # Let the user override the test.
5908 lt_cv_path_NM="$NM"
5909else
5910 lt_nm_to_check="${ac_tool_prefix}nm"
5911 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5912 lt_nm_to_check="$lt_nm_to_check nm"
5913 fi
5914 for lt_tmp_nm in $lt_nm_to_check; do
5915 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5916 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5917 IFS="$lt_save_ifs"
5918 test -z "$ac_dir" && ac_dir=.
5919 tmp_nm="$ac_dir/$lt_tmp_nm"
5920 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5921 # Check to see if the nm accepts a BSD-compat flag.
5922 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5923 # nm: unknown option "B" ignored
5924 # Tru64's nm complains that /dev/null is an invalid object file
5925 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5926 */dev/null* | *'Invalid file or object type'*)
5927 lt_cv_path_NM="$tmp_nm -B"
5928 break
5929 ;;
5930 *)
5931 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5932 */dev/null*)
5933 lt_cv_path_NM="$tmp_nm -p"
5934 break
5935 ;;
5936 *)
5937 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5938 continue # so that we can try to find one that supports BSD flags
5939 ;;
5940 esac
5941 ;;
5942 esac
5943 fi
5944 done
5945 IFS="$lt_save_ifs"
5946 done
5947 : ${lt_cv_path_NM=no}
5948fi
5949fi
5950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5951$as_echo "$lt_cv_path_NM" >&6; }
5952if test "$lt_cv_path_NM" != "no"; then
5953 NM="$lt_cv_path_NM"
5954else
5955 # Didn't find any BSD compatible name lister, look for dumpbin.
5956 if test -n "$DUMPBIN"; then :
5957 # Let the user override the test.
5958 else
5959 if test -n "$ac_tool_prefix"; then
5960 for ac_prog in dumpbin "link -dump"
5961 do
5962 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5963set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5965$as_echo_n "checking for $ac_word... " >&6; }
5966if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5967 $as_echo_n "(cached) " >&6
5968else
5969 if test -n "$DUMPBIN"; then
5970 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5971else
5972as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5973for as_dir in $PATH
5974do
5975 IFS=$as_save_IFS
5976 test -z "$as_dir" && as_dir=.
5977 for ac_exec_ext in '' $ac_executable_extensions; do
5978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5979 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5981 break 2
5982 fi
5983done
5984 done
5985IFS=$as_save_IFS
5986
5987fi
5988fi
5989DUMPBIN=$ac_cv_prog_DUMPBIN
5990if test -n "$DUMPBIN"; then
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5992$as_echo "$DUMPBIN" >&6; }
5993else
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5995$as_echo "no" >&6; }
5996fi
5997
5998
5999 test -n "$DUMPBIN" && break
6000 done
6001fi
6002if test -z "$DUMPBIN"; then
6003 ac_ct_DUMPBIN=$DUMPBIN
6004 for ac_prog in dumpbin "link -dump"
6005do
6006 # Extract the first word of "$ac_prog", so it can be a program name with args.
6007set dummy $ac_prog; ac_word=$2
6008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6009$as_echo_n "checking for $ac_word... " >&6; }
6010if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6011 $as_echo_n "(cached) " >&6
6012else
6013 if test -n "$ac_ct_DUMPBIN"; then
6014 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6015else
6016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6017for as_dir in $PATH
6018do
6019 IFS=$as_save_IFS
6020 test -z "$as_dir" && as_dir=.
6021 for ac_exec_ext in '' $ac_executable_extensions; do
6022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6023 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6025 break 2
6026 fi
6027done
6028 done
6029IFS=$as_save_IFS
6030
6031fi
6032fi
6033ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6034if test -n "$ac_ct_DUMPBIN"; then
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6036$as_echo "$ac_ct_DUMPBIN" >&6; }
6037else
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6039$as_echo "no" >&6; }
6040fi
6041
6042
6043 test -n "$ac_ct_DUMPBIN" && break
6044done
6045
6046 if test "x$ac_ct_DUMPBIN" = x; then
6047 DUMPBIN=":"
6048 else
6049 case $cross_compiling:$ac_tool_warned in
6050yes:)
6051{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6052$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6053ac_tool_warned=yes ;;
6054esac
6055 DUMPBIN=$ac_ct_DUMPBIN
6056 fi
6057fi
6058
6059 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6060 *COFF*)
6061 DUMPBIN="$DUMPBIN -symbols"
6062 ;;
6063 *)
6064 DUMPBIN=:
6065 ;;
6066 esac
6067 fi
6068
6069 if test "$DUMPBIN" != ":"; then
6070 NM="$DUMPBIN"
6071 fi
6072fi
6073test -z "$NM" && NM=nm
6074
6075
6076
6077
6078
6079
6080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6081$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6082if test "${lt_cv_nm_interface+set}" = set; then :
6083 $as_echo_n "(cached) " >&6
6084else
6085 lt_cv_nm_interface="BSD nm"
6086 echo "int some_variable = 0;" > conftest.$ac_ext
6087 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6088 (eval "$ac_compile" 2>conftest.err)
6089 cat conftest.err >&5
6090 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6091 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6092 cat conftest.err >&5
6093 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6094 cat conftest.out >&5
6095 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6096 lt_cv_nm_interface="MS dumpbin"
6097 fi
6098 rm -f conftest*
6099fi
6100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6101$as_echo "$lt_cv_nm_interface" >&6; }
6102
6103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6104$as_echo_n "checking whether ln -s works... " >&6; }
6105LN_S=$as_ln_s
6106if test "$LN_S" = "ln -s"; then
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6108$as_echo "yes" >&6; }
6109else
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6111$as_echo "no, using $LN_S" >&6; }
6112fi
6113
6114# find the maximum length of command line arguments
6115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6116$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6117if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6118 $as_echo_n "(cached) " >&6
6119else
6120 i=0
6121 teststring="ABCD"
6122
6123 case $build_os in
6124 msdosdjgpp*)
6125 # On DJGPP, this test can blow up pretty badly due to problems in libc
6126 # (any single argument exceeding 2000 bytes causes a buffer overrun
6127 # during glob expansion). Even if it were fixed, the result of this
6128 # check would be larger than it should be.
6129 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6130 ;;
6131
6132 gnu*)
6133 # Under GNU Hurd, this test is not required because there is
6134 # no limit to the length of command line arguments.
6135 # Libtool will interpret -1 as no limit whatsoever
6136 lt_cv_sys_max_cmd_len=-1;
6137 ;;
6138
6139 cygwin* | mingw* | cegcc*)
6140 # On Win9x/ME, this test blows up -- it succeeds, but takes
6141 # about 5 minutes as the teststring grows exponentially.
6142 # Worse, since 9x/ME are not pre-emptively multitasking,
6143 # you end up with a "frozen" computer, even though with patience
6144 # the test eventually succeeds (with a max line length of 256k).
6145 # Instead, let's just punt: use the minimum linelength reported by
6146 # all of the supported platforms: 8192 (on NT/2K/XP).
6147 lt_cv_sys_max_cmd_len=8192;
6148 ;;
6149
6150 mint*)
6151 # On MiNT this can take a long time and run out of memory.
6152 lt_cv_sys_max_cmd_len=8192;
6153 ;;
6154
6155 amigaos*)
6156 # On AmigaOS with pdksh, this test takes hours, literally.
6157 # So we just punt and use a minimum line length of 8192.
6158 lt_cv_sys_max_cmd_len=8192;
6159 ;;
6160
6161 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6162 # This has been around since 386BSD, at least. Likely further.
6163 if test -x /sbin/sysctl; then
6164 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6165 elif test -x /usr/sbin/sysctl; then
6166 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6167 else
6168 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6169 fi
6170 # And add a safety zone
6171 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6172 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6173 ;;
6174
6175 interix*)
6176 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6177 lt_cv_sys_max_cmd_len=196608
6178 ;;
6179
6180 osf*)
6181 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6182 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6183 # nice to cause kernel panics so lets avoid the loop below.
6184 # First set a reasonable default.
6185 lt_cv_sys_max_cmd_len=16384
6186 #
6187 if test -x /sbin/sysconfig; then
6188 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6189 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6190 esac
6191 fi
6192 ;;
6193 sco3.2v5*)
6194 lt_cv_sys_max_cmd_len=102400
6195 ;;
6196 sysv5* | sco5v6* | sysv4.2uw2*)
6197 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6198 if test -n "$kargmax"; then
6199 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6200 else
6201 lt_cv_sys_max_cmd_len=32768
6202 fi
6203 ;;
6204 *)
6205 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6206 if test -n "$lt_cv_sys_max_cmd_len"; then
6207 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6208 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6209 else
6210 # Make teststring a little bigger before we do anything with it.
6211 # a 1K string should be a reasonable start.
6212 for i in 1 2 3 4 5 6 7 8 ; do
6213 teststring=$teststring$teststring
6214 done
6215 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6216 # If test is not a shell built-in, we'll probably end up computing a
6217 # maximum length that is only half of the actual maximum length, but
6218 # we can't tell.
6219 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6220 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6221 test $i != 17 # 1/2 MB should be enough
6222 do
6223 i=`expr $i + 1`
6224 teststring=$teststring$teststring
6225 done
6226 # Only check the string length outside the loop.
6227 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6228 teststring=
6229 # Add a significant safety factor because C++ compilers can tack on
6230 # massive amounts of additional arguments before passing them to the
6231 # linker. It appears as though 1/2 is a usable value.
6232 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6233 fi
6234 ;;
6235 esac
6236
6237fi
6238
6239if test -n $lt_cv_sys_max_cmd_len ; then
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6241$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6242else
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6244$as_echo "none" >&6; }
6245fi
6246max_cmd_len=$lt_cv_sys_max_cmd_len
6247
6248
6249
6250
6251
6252
6253: ${CP="cp -f"}
6254: ${MV="mv -f"}
6255: ${RM="rm -f"}
6256
6257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6258$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6259# Try some XSI features
6260xsi_shell=no
6261( _lt_dummy="a/b/c"
6262 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6263 = c,a/b,, \
6264 && eval 'test $(( 1 + 1 )) -eq 2 \
6265 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6266 && xsi_shell=yes
6267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6268$as_echo "$xsi_shell" >&6; }
6269
6270
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6272$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6273lt_shell_append=no
6274( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6275 >/dev/null 2>&1 \
6276 && lt_shell_append=yes
6277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6278$as_echo "$lt_shell_append" >&6; }
6279
6280
6281if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6282 lt_unset=unset
6283else
6284 lt_unset=false
6285fi
6286
6287
6288
6289
6290
6291# test EBCDIC or ASCII
6292case `echo X|tr X '\101'` in
6293 A) # ASCII based system
6294 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6295 lt_SP2NL='tr \040 \012'
6296 lt_NL2SP='tr \015\012 \040\040'
6297 ;;
6298 *) # EBCDIC based system
6299 lt_SP2NL='tr \100 \n'
6300 lt_NL2SP='tr \r\n \100\100'
6301 ;;
6302esac
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6313$as_echo_n "checking for $LD option to reload object files... " >&6; }
6314if test "${lt_cv_ld_reload_flag+set}" = set; then :
6315 $as_echo_n "(cached) " >&6
6316else
6317 lt_cv_ld_reload_flag='-r'
6318fi
6319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6320$as_echo "$lt_cv_ld_reload_flag" >&6; }
6321reload_flag=$lt_cv_ld_reload_flag
6322case $reload_flag in
6323"" | " "*) ;;
6324*) reload_flag=" $reload_flag" ;;
6325esac
6326reload_cmds='$LD$reload_flag -o $output$reload_objs'
6327case $host_os in
6328 darwin*)
6329 if test "$GCC" = yes; then
6330 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6331 else
6332 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6333 fi
6334 ;;
6335esac
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345if test -n "$ac_tool_prefix"; then
6346 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6347set dummy ${ac_tool_prefix}objdump; ac_word=$2
6348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6349$as_echo_n "checking for $ac_word... " >&6; }
6350if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6351 $as_echo_n "(cached) " >&6
6352else
6353 if test -n "$OBJDUMP"; then
6354 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6355else
6356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6357for as_dir in $PATH
6358do
6359 IFS=$as_save_IFS
6360 test -z "$as_dir" && as_dir=.
6361 for ac_exec_ext in '' $ac_executable_extensions; do
6362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6363 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6365 break 2
6366 fi
6367done
6368 done
6369IFS=$as_save_IFS
6370
6371fi
6372fi
6373OBJDUMP=$ac_cv_prog_OBJDUMP
6374if test -n "$OBJDUMP"; then
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6376$as_echo "$OBJDUMP" >&6; }
6377else
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6379$as_echo "no" >&6; }
6380fi
6381
6382
6383fi
6384if test -z "$ac_cv_prog_OBJDUMP"; then
6385 ac_ct_OBJDUMP=$OBJDUMP
6386 # Extract the first word of "objdump", so it can be a program name with args.
6387set dummy objdump; ac_word=$2
6388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6389$as_echo_n "checking for $ac_word... " >&6; }
6390if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6391 $as_echo_n "(cached) " >&6
6392else
6393 if test -n "$ac_ct_OBJDUMP"; then
6394 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6395else
6396as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6397for as_dir in $PATH
6398do
6399 IFS=$as_save_IFS
6400 test -z "$as_dir" && as_dir=.
6401 for ac_exec_ext in '' $ac_executable_extensions; do
6402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6403 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6405 break 2
6406 fi
6407done
6408 done
6409IFS=$as_save_IFS
6410
6411fi
6412fi
6413ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6414if test -n "$ac_ct_OBJDUMP"; then
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6416$as_echo "$ac_ct_OBJDUMP" >&6; }
6417else
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6419$as_echo "no" >&6; }
6420fi
6421
6422 if test "x$ac_ct_OBJDUMP" = x; then
6423 OBJDUMP="false"
6424 else
6425 case $cross_compiling:$ac_tool_warned in
6426yes:)
6427{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6428$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6429ac_tool_warned=yes ;;
6430esac
6431 OBJDUMP=$ac_ct_OBJDUMP
6432 fi
6433else
6434 OBJDUMP="$ac_cv_prog_OBJDUMP"
6435fi
6436
6437test -z "$OBJDUMP" && OBJDUMP=objdump
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6448$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6449if test "${lt_cv_deplibs_check_method+set}" = set; then :
6450 $as_echo_n "(cached) " >&6
6451else
6452 lt_cv_file_magic_cmd='$MAGIC_CMD'
6453lt_cv_file_magic_test_file=
6454lt_cv_deplibs_check_method='unknown'
6455# Need to set the preceding variable on all platforms that support
6456# interlibrary dependencies.
6457# 'none' -- dependencies not supported.
6458# `unknown' -- same as none, but documents that we really don't know.
6459# 'pass_all' -- all dependencies passed with no checks.
6460# 'test_compile' -- check by making test program.
6461# 'file_magic [[regex]]' -- check by looking for files in library path
6462# which responds to the $file_magic_cmd with a given extended regex.
6463# If you have `file' or equivalent on your system and you're not sure
6464# whether `pass_all' will *always* work, you probably want this one.
6465
6466case $host_os in
6467aix[4-9]*)
6468 lt_cv_deplibs_check_method=pass_all
6469 ;;
6470
6471beos*)
6472 lt_cv_deplibs_check_method=pass_all
6473 ;;
6474
6475bsdi[45]*)
6476 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6477 lt_cv_file_magic_cmd='/usr/bin/file -L'
6478 lt_cv_file_magic_test_file=/shlib/libc.so
6479 ;;
6480
6481cygwin*)
6482 # func_win32_libid is a shell function defined in ltmain.sh
6483 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6484 lt_cv_file_magic_cmd='func_win32_libid'
6485 ;;
6486
6487mingw* | pw32*)
6488 # Base MSYS/MinGW do not provide the 'file' command needed by
6489 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6490 # unless we find 'file', for example because we are cross-compiling.
6491 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6492 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6493 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6494 lt_cv_file_magic_cmd='func_win32_libid'
6495 else
6496 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6497 lt_cv_file_magic_cmd='$OBJDUMP -f'
6498 fi
6499 ;;
6500
6501cegcc*)
6502 # use the weaker test based on 'objdump'. See mingw*.
6503 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6504 lt_cv_file_magic_cmd='$OBJDUMP -f'
6505 ;;
6506
6507darwin* | rhapsody*)
6508 lt_cv_deplibs_check_method=pass_all
6509 ;;
6510
6511freebsd* | dragonfly*)
6512 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6513 case $host_cpu in
6514 i*86 )
6515 # Not sure whether the presence of OpenBSD here was a mistake.
6516 # Let's accept both of them until this is cleared up.
6517 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6518 lt_cv_file_magic_cmd=/usr/bin/file
6519 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6520 ;;
6521 esac
6522 else
6523 lt_cv_deplibs_check_method=pass_all
6524 fi
6525 ;;
6526
6527gnu*)
6528 lt_cv_deplibs_check_method=pass_all
6529 ;;
6530
6531haiku*)
6532 lt_cv_deplibs_check_method=pass_all
6533 ;;
6534
6535hpux10.20* | hpux11*)
6536 lt_cv_file_magic_cmd=/usr/bin/file
6537 case $host_cpu in
6538 ia64*)
6539 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6540 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6541 ;;
6542 hppa*64*)
6543 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]'
6544 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6545 ;;
6546 *)
6547 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6548 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6549 ;;
6550 esac
6551 ;;
6552
6553interix[3-9]*)
6554 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6555 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6556 ;;
6557
6558irix5* | irix6* | nonstopux*)
6559 case $LD in
6560 *-32|*"-32 ") libmagic=32-bit;;
6561 *-n32|*"-n32 ") libmagic=N32;;
6562 *-64|*"-64 ") libmagic=64-bit;;
6563 *) libmagic=never-match;;
6564 esac
6565 lt_cv_deplibs_check_method=pass_all
6566 ;;
6567
6568# This must be Linux ELF.
6569linux* | k*bsd*-gnu | kopensolaris*-gnu)
6570 lt_cv_deplibs_check_method=pass_all
6571 ;;
6572
6573netbsd*)
6574 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6575 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6576 else
6577 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6578 fi
6579 ;;
6580
6581newos6*)
6582 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6583 lt_cv_file_magic_cmd=/usr/bin/file
6584 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6585 ;;
6586
6587*nto* | *qnx*)
6588 lt_cv_deplibs_check_method=pass_all
6589 ;;
6590
6591openbsd*)
6592 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6593 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6594 else
6595 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6596 fi
6597 ;;
6598
6599osf3* | osf4* | osf5*)
6600 lt_cv_deplibs_check_method=pass_all
6601 ;;
6602
6603rdos*)
6604 lt_cv_deplibs_check_method=pass_all
6605 ;;
6606
6607solaris*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615sysv4 | sysv4.3*)
6616 case $host_vendor in
6617 motorola)
6618 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]'
6619 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6620 ;;
6621 ncr)
6622 lt_cv_deplibs_check_method=pass_all
6623 ;;
6624 sequent)
6625 lt_cv_file_magic_cmd='/bin/file'
6626 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6627 ;;
6628 sni)
6629 lt_cv_file_magic_cmd='/bin/file'
6630 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6631 lt_cv_file_magic_test_file=/lib/libc.so
6632 ;;
6633 siemens)
6634 lt_cv_deplibs_check_method=pass_all
6635 ;;
6636 pc)
6637 lt_cv_deplibs_check_method=pass_all
6638 ;;
6639 esac
6640 ;;
6641
6642tpf*)
6643 lt_cv_deplibs_check_method=pass_all
6644 ;;
6645esac
6646
6647fi
6648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6649$as_echo "$lt_cv_deplibs_check_method" >&6; }
6650file_magic_cmd=$lt_cv_file_magic_cmd
6651deplibs_check_method=$lt_cv_deplibs_check_method
6652test -z "$deplibs_check_method" && deplibs_check_method=unknown
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665if test -n "$ac_tool_prefix"; then
6666 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6667set dummy ${ac_tool_prefix}ar; ac_word=$2
6668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6669$as_echo_n "checking for $ac_word... " >&6; }
6670if test "${ac_cv_prog_AR+set}" = set; then :
6671 $as_echo_n "(cached) " >&6
6672else
6673 if test -n "$AR"; then
6674 ac_cv_prog_AR="$AR" # Let the user override the test.
6675else
6676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6677for as_dir in $PATH
6678do
6679 IFS=$as_save_IFS
6680 test -z "$as_dir" && as_dir=.
6681 for ac_exec_ext in '' $ac_executable_extensions; do
6682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6683 ac_cv_prog_AR="${ac_tool_prefix}ar"
6684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6685 break 2
6686 fi
6687done
6688 done
6689IFS=$as_save_IFS
6690
6691fi
6692fi
6693AR=$ac_cv_prog_AR
6694if test -n "$AR"; then
6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6696$as_echo "$AR" >&6; }
6697else
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6699$as_echo "no" >&6; }
6700fi
6701
6702
6703fi
6704if test -z "$ac_cv_prog_AR"; then
6705 ac_ct_AR=$AR
6706 # Extract the first word of "ar", so it can be a program name with args.
6707set dummy ar; ac_word=$2
6708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6709$as_echo_n "checking for $ac_word... " >&6; }
6710if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6711 $as_echo_n "(cached) " >&6
6712else
6713 if test -n "$ac_ct_AR"; then
6714 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6715else
6716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6717for as_dir in $PATH
6718do
6719 IFS=$as_save_IFS
6720 test -z "$as_dir" && as_dir=.
6721 for ac_exec_ext in '' $ac_executable_extensions; do
6722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6723 ac_cv_prog_ac_ct_AR="ar"
6724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6725 break 2
6726 fi
6727done
6728 done
6729IFS=$as_save_IFS
6730
6731fi
6732fi
6733ac_ct_AR=$ac_cv_prog_ac_ct_AR
6734if test -n "$ac_ct_AR"; then
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6736$as_echo "$ac_ct_AR" >&6; }
6737else
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6739$as_echo "no" >&6; }
6740fi
6741
6742 if test "x$ac_ct_AR" = x; then
6743 AR="false"
6744 else
6745 case $cross_compiling:$ac_tool_warned in
6746yes:)
6747{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6748$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6749ac_tool_warned=yes ;;
6750esac
6751 AR=$ac_ct_AR
6752 fi
6753else
6754 AR="$ac_cv_prog_AR"
6755fi
6756
6757test -z "$AR" && AR=ar
6758test -z "$AR_FLAGS" && AR_FLAGS=cru
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770if test -n "$ac_tool_prefix"; then
6771 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6772set dummy ${ac_tool_prefix}strip; ac_word=$2
6773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6774$as_echo_n "checking for $ac_word... " >&6; }
6775if test "${ac_cv_prog_STRIP+set}" = set; then :
6776 $as_echo_n "(cached) " >&6
6777else
6778 if test -n "$STRIP"; then
6779 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6780else
6781as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6782for as_dir in $PATH
6783do
6784 IFS=$as_save_IFS
6785 test -z "$as_dir" && as_dir=.
6786 for ac_exec_ext in '' $ac_executable_extensions; do
6787 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6788 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6790 break 2
6791 fi
6792done
6793 done
6794IFS=$as_save_IFS
6795
6796fi
6797fi
6798STRIP=$ac_cv_prog_STRIP
6799if test -n "$STRIP"; then
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6801$as_echo "$STRIP" >&6; }
6802else
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6804$as_echo "no" >&6; }
6805fi
6806
6807
6808fi
6809if test -z "$ac_cv_prog_STRIP"; then
6810 ac_ct_STRIP=$STRIP
6811 # Extract the first word of "strip", so it can be a program name with args.
6812set dummy strip; ac_word=$2
6813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6814$as_echo_n "checking for $ac_word... " >&6; }
6815if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6816 $as_echo_n "(cached) " >&6
6817else
6818 if test -n "$ac_ct_STRIP"; then
6819 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6820else
6821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6822for as_dir in $PATH
6823do
6824 IFS=$as_save_IFS
6825 test -z "$as_dir" && as_dir=.
6826 for ac_exec_ext in '' $ac_executable_extensions; do
6827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6828 ac_cv_prog_ac_ct_STRIP="strip"
6829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6830 break 2
6831 fi
6832done
6833 done
6834IFS=$as_save_IFS
6835
6836fi
6837fi
6838ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6839if test -n "$ac_ct_STRIP"; then
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6841$as_echo "$ac_ct_STRIP" >&6; }
6842else
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6844$as_echo "no" >&6; }
6845fi
6846
6847 if test "x$ac_ct_STRIP" = x; then
6848 STRIP=":"
6849 else
6850 case $cross_compiling:$ac_tool_warned in
6851yes:)
6852{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6853$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6854ac_tool_warned=yes ;;
6855esac
6856 STRIP=$ac_ct_STRIP
6857 fi
6858else
6859 STRIP="$ac_cv_prog_STRIP"
6860fi
6861
6862test -z "$STRIP" && STRIP=:
6863
6864
6865
6866
6867
6868
6869if test -n "$ac_tool_prefix"; then
6870 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6871set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6873$as_echo_n "checking for $ac_word... " >&6; }
6874if test "${ac_cv_prog_RANLIB+set}" = set; then :
6875 $as_echo_n "(cached) " >&6
6876else
6877 if test -n "$RANLIB"; then
6878 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6879else
6880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6881for as_dir in $PATH
6882do
6883 IFS=$as_save_IFS
6884 test -z "$as_dir" && as_dir=.
6885 for ac_exec_ext in '' $ac_executable_extensions; do
6886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6887 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6889 break 2
6890 fi
6891done
6892 done
6893IFS=$as_save_IFS
6894
6895fi
6896fi
6897RANLIB=$ac_cv_prog_RANLIB
6898if test -n "$RANLIB"; then
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6900$as_echo "$RANLIB" >&6; }
6901else
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6903$as_echo "no" >&6; }
6904fi
6905
6906
6907fi
6908if test -z "$ac_cv_prog_RANLIB"; then
6909 ac_ct_RANLIB=$RANLIB
6910 # Extract the first word of "ranlib", so it can be a program name with args.
6911set dummy ranlib; ac_word=$2
6912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6913$as_echo_n "checking for $ac_word... " >&6; }
6914if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6915 $as_echo_n "(cached) " >&6
6916else
6917 if test -n "$ac_ct_RANLIB"; then
6918 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6919else
6920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6921for as_dir in $PATH
6922do
6923 IFS=$as_save_IFS
6924 test -z "$as_dir" && as_dir=.
6925 for ac_exec_ext in '' $ac_executable_extensions; do
6926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6927 ac_cv_prog_ac_ct_RANLIB="ranlib"
6928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6929 break 2
6930 fi
6931done
6932 done
6933IFS=$as_save_IFS
6934
6935fi
6936fi
6937ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6938if test -n "$ac_ct_RANLIB"; then
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6940$as_echo "$ac_ct_RANLIB" >&6; }
6941else
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6943$as_echo "no" >&6; }
6944fi
6945
6946 if test "x$ac_ct_RANLIB" = x; then
6947 RANLIB=":"
6948 else
6949 case $cross_compiling:$ac_tool_warned in
6950yes:)
6951{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6952$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6953ac_tool_warned=yes ;;
6954esac
6955 RANLIB=$ac_ct_RANLIB
6956 fi
6957else
6958 RANLIB="$ac_cv_prog_RANLIB"
6959fi
6960
6961test -z "$RANLIB" && RANLIB=:
6962
6963
6964
6965
6966
6967
6968# Determine commands to create old-style static archives.
6969old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6970old_postinstall_cmds='chmod 644 $oldlib'
6971old_postuninstall_cmds=
6972
6973if test -n "$RANLIB"; then
6974 case $host_os in
6975 openbsd*)
6976 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6977 ;;
6978 *)
6979 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6980 ;;
6981 esac
6982 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6983fi
6984
6985case $host_os in
6986 darwin*)
6987 lock_old_archive_extraction=yes ;;
6988 *)
6989 lock_old_archive_extraction=no ;;
6990esac
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012for ac_prog in gawk mawk nawk awk
7013do
7014 # Extract the first word of "$ac_prog", so it can be a program name with args.
7015set dummy $ac_prog; ac_word=$2
7016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7017$as_echo_n "checking for $ac_word... " >&6; }
7018if test "${ac_cv_prog_AWK+set}" = set; then :
7019 $as_echo_n "(cached) " >&6
7020else
7021 if test -n "$AWK"; then
7022 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7023else
7024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7025for as_dir in $PATH
7026do
7027 IFS=$as_save_IFS
7028 test -z "$as_dir" && as_dir=.
7029 for ac_exec_ext in '' $ac_executable_extensions; do
7030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7031 ac_cv_prog_AWK="$ac_prog"
7032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7033 break 2
7034 fi
7035done
7036 done
7037IFS=$as_save_IFS
7038
7039fi
7040fi
7041AWK=$ac_cv_prog_AWK
7042if test -n "$AWK"; then
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7044$as_echo "$AWK" >&6; }
7045else
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7047$as_echo "no" >&6; }
7048fi
7049
7050
7051 test -n "$AWK" && break
7052done
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072# If no C compiler was specified, use CC.
7073LTCC=${LTCC-"$CC"}
7074
7075# If no C compiler flags were specified, use CFLAGS.
7076LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7077
7078# Allow CC to be a program name with arguments.
7079compiler=$CC
7080
7081
7082# Check for command to grab the raw symbol name followed by C symbol from nm.
7083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7084$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7085if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7086 $as_echo_n "(cached) " >&6
7087else
7088
7089# These are sane defaults that work on at least a few old systems.
7090# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7091
7092# Character class describing NM global symbol codes.
7093symcode='[BCDEGRST]'
7094
7095# Regexp to match symbols that can be accessed directly from C.
7096sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7097
7098# Define system-specific variables.
7099case $host_os in
7100aix*)
7101 symcode='[BCDT]'
7102 ;;
7103cygwin* | mingw* | pw32* | cegcc*)
7104 symcode='[ABCDGISTW]'
7105 ;;
7106hpux*)
7107 if test "$host_cpu" = ia64; then
7108 symcode='[ABCDEGRST]'
7109 fi
7110 ;;
7111irix* | nonstopux*)
7112 symcode='[BCDEGRST]'
7113 ;;
7114osf*)
7115 symcode='[BCDEGQRST]'
7116 ;;
7117solaris*)
7118 symcode='[BDRT]'
7119 ;;
7120sco3.2v5*)
7121 symcode='[DT]'
7122 ;;
7123sysv4.2uw2*)
7124 symcode='[DT]'
7125 ;;
7126sysv5* | sco5v6* | unixware* | OpenUNIX*)
7127 symcode='[ABDT]'
7128 ;;
7129sysv4)
7130 symcode='[DFNSTU]'
7131 ;;
7132esac
7133
7134# If we're using GNU nm, then use its standard symbol codes.
7135case `$NM -V 2>&1` in
7136*GNU* | *'with BFD'*)
7137 symcode='[ABCDGIRSTW]' ;;
7138esac
7139
7140# Transform an extracted symbol line into a proper C declaration.
7141# Some systems (esp. on ia64) link data and code symbols differently,
7142# so use this general approach.
7143lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7144
7145# Transform an extracted symbol line into symbol name and symbol address
7146lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7147lt_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'"
7148
7149# Handle CRLF in mingw tool chain
7150opt_cr=
7151case $build_os in
7152mingw*)
7153 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7154 ;;
7155esac
7156
7157# Try without a prefix underscore, then with it.
7158for ac_symprfx in "" "_"; do
7159
7160 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7161 symxfrm="\\1 $ac_symprfx\\2 \\2"
7162
7163 # Write the raw and C identifiers.
7164 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7165 # Fake it for dumpbin and say T for any non-static function
7166 # and D for any global variable.
7167 # Also find C++ and __fastcall symbols from MSVC++,
7168 # which start with @ or ?.
7169 lt_cv_sys_global_symbol_pipe="$AWK '"\
7170" {last_section=section; section=\$ 3};"\
7171" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7172" \$ 0!~/External *\|/{next};"\
7173" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7174" {if(hide[section]) next};"\
7175" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7176" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7177" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7178" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7179" ' prfx=^$ac_symprfx"
7180 else
7181 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7182 fi
7183
7184 # Check to see that the pipe works correctly.
7185 pipe_works=no
7186
7187 rm -f conftest*
7188 cat > conftest.$ac_ext <<_LT_EOF
7189#ifdef __cplusplus
7190extern "C" {
7191#endif
7192char nm_test_var;
7193void nm_test_func(void);
7194void nm_test_func(void){}
7195#ifdef __cplusplus
7196}
7197#endif
7198int main(){nm_test_var='a';nm_test_func();return(0);}
7199_LT_EOF
7200
7201 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7202 (eval $ac_compile) 2>&5
7203 ac_status=$?
7204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7205 test $ac_status = 0; }; then
7206 # Now try to grab the symbols.
7207 nlist=conftest.nm
7208 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7209 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7210 ac_status=$?
7211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7212 test $ac_status = 0; } && test -s "$nlist"; then
7213 # Try sorting and uniquifying the output.
7214 if sort "$nlist" | uniq > "$nlist"T; then
7215 mv -f "$nlist"T "$nlist"
7216 else
7217 rm -f "$nlist"T
7218 fi
7219
7220 # Make sure that we snagged all the symbols we need.
7221 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7222 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7223 cat <<_LT_EOF > conftest.$ac_ext
7224#ifdef __cplusplus
7225extern "C" {
7226#endif
7227
7228_LT_EOF
7229 # Now generate the symbol file.
7230 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7231
7232 cat <<_LT_EOF >> conftest.$ac_ext
7233
7234/* The mapping between symbol names and symbols. */
7235const struct {
7236 const char *name;
7237 void *address;
7238}
7239lt__PROGRAM__LTX_preloaded_symbols[] =
7240{
7241 { "@PROGRAM@", (void *) 0 },
7242_LT_EOF
7243 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7244 cat <<\_LT_EOF >> conftest.$ac_ext
7245 {0, (void *) 0}
7246};
7247
7248/* This works around a problem in FreeBSD linker */
7249#ifdef FREEBSD_WORKAROUND
7250static const void *lt_preloaded_setup() {
7251 return lt__PROGRAM__LTX_preloaded_symbols;
7252}
7253#endif
7254
7255#ifdef __cplusplus
7256}
7257#endif
7258_LT_EOF
7259 # Now try linking the two files.
7260 mv conftest.$ac_objext conftstm.$ac_objext
7261 lt_save_LIBS="$LIBS"
7262 lt_save_CFLAGS="$CFLAGS"
7263 LIBS="conftstm.$ac_objext"
7264 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7265 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7266 (eval $ac_link) 2>&5
7267 ac_status=$?
7268 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7269 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7270 pipe_works=yes
7271 fi
7272 LIBS="$lt_save_LIBS"
7273 CFLAGS="$lt_save_CFLAGS"
7274 else
7275 echo "cannot find nm_test_func in $nlist" >&5
7276 fi
7277 else
7278 echo "cannot find nm_test_var in $nlist" >&5
7279 fi
7280 else
7281 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7282 fi
7283 else
7284 echo "$progname: failed program was:" >&5
7285 cat conftest.$ac_ext >&5
7286 fi
7287 rm -rf conftest* conftst*
7288
7289 # Do not use the global_symbol_pipe unless it works.
7290 if test "$pipe_works" = yes; then
7291 break
7292 else
7293 lt_cv_sys_global_symbol_pipe=
7294 fi
7295done
7296
7297fi
7298
7299if test -z "$lt_cv_sys_global_symbol_pipe"; then
7300 lt_cv_sys_global_symbol_to_cdecl=
7301fi
7302if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7304$as_echo "failed" >&6; }
7305else
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7307$as_echo "ok" >&6; }
7308fi
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331# Check whether --enable-libtool-lock was given.
7332if test "${enable_libtool_lock+set}" = set; then :
7333 enableval=$enable_libtool_lock;
7334fi
7335
7336test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7337
7338# Some flags need to be propagated to the compiler or linker for good
7339# libtool support.
7340case $host in
7341ia64-*-hpux*)
7342 # Find out which ABI we are using.
7343 echo 'int i;' > conftest.$ac_ext
7344 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7345 (eval $ac_compile) 2>&5
7346 ac_status=$?
7347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7348 test $ac_status = 0; }; then
7349 case `/usr/bin/file conftest.$ac_objext` in
7350 *ELF-32*)
7351 HPUX_IA64_MODE="32"
7352 ;;
7353 *ELF-64*)
7354 HPUX_IA64_MODE="64"
7355 ;;
7356 esac
7357 fi
7358 rm -rf conftest*
7359 ;;
7360*-*-irix6*)
7361 # Find out which ABI we are using.
7362 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7363 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7364 (eval $ac_compile) 2>&5
7365 ac_status=$?
7366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7367 test $ac_status = 0; }; then
7368 if test "$lt_cv_prog_gnu_ld" = yes; then
7369 case `/usr/bin/file conftest.$ac_objext` in
7370 *32-bit*)
7371 LD="${LD-ld} -melf32bsmip"
7372 ;;
7373 *N32*)
7374 LD="${LD-ld} -melf32bmipn32"
7375 ;;
7376 *64-bit*)
7377 LD="${LD-ld} -melf64bmip"
7378 ;;
7379 esac
7380 else
7381 case `/usr/bin/file conftest.$ac_objext` in
7382 *32-bit*)
7383 LD="${LD-ld} -32"
7384 ;;
7385 *N32*)
7386 LD="${LD-ld} -n32"
7387 ;;
7388 *64-bit*)
7389 LD="${LD-ld} -64"
7390 ;;
7391 esac
7392 fi
7393 fi
7394 rm -rf conftest*
7395 ;;
7396
bf3d9781 7397x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7398s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7399 # Find out which ABI we are using.
7400 echo 'int i;' > conftest.$ac_ext
7401 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7402 (eval $ac_compile) 2>&5
7403 ac_status=$?
7404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7405 test $ac_status = 0; }; then
7406 case `/usr/bin/file conftest.o` in
7407 *32-bit*)
7408 case $host in
7409 x86_64-*kfreebsd*-gnu)
7410 LD="${LD-ld} -m elf_i386_fbsd"
7411 ;;
7412 x86_64-*linux*)
7413 case `/usr/bin/file conftest.o` in
7414 *x86-64*)
7415 LD="${LD-ld} -m elf32_x86_64"
7416 ;;
7417 *)
7418 LD="${LD-ld} -m elf_i386"
7419 ;;
7420 esac
7421 ;;
bf3d9781
AM
7422 powerpc64le-*linux*)
7423 LD="${LD-ld} -m elf32lppclinux"
7424 ;;
7425 powerpc64-*linux*)
6bb11ab3
L
7426 LD="${LD-ld} -m elf32ppclinux"
7427 ;;
7428 s390x-*linux*)
7429 LD="${LD-ld} -m elf_s390"
7430 ;;
7431 sparc64-*linux*)
7432 LD="${LD-ld} -m elf32_sparc"
7433 ;;
7434 esac
7435 ;;
7436 *64-bit*)
7437 case $host in
7438 x86_64-*kfreebsd*-gnu)
7439 LD="${LD-ld} -m elf_x86_64_fbsd"
7440 ;;
7441 x86_64-*linux*)
7442 LD="${LD-ld} -m elf_x86_64"
7443 ;;
bf3d9781
AM
7444 powerpcle-*linux*)
7445 LD="${LD-ld} -m elf64lppc"
7446 ;;
7447 powerpc-*linux*)
6bb11ab3
L
7448 LD="${LD-ld} -m elf64ppc"
7449 ;;
7450 s390*-*linux*|s390*-*tpf*)
7451 LD="${LD-ld} -m elf64_s390"
7452 ;;
7453 sparc*-*linux*)
7454 LD="${LD-ld} -m elf64_sparc"
7455 ;;
7456 esac
7457 ;;
7458 esac
7459 fi
7460 rm -rf conftest*
7461 ;;
7462
7463*-*-sco3.2v5*)
7464 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7465 SAVE_CFLAGS="$CFLAGS"
7466 CFLAGS="$CFLAGS -belf"
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7468$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7469if test "${lt_cv_cc_needs_belf+set}" = set; then :
7470 $as_echo_n "(cached) " >&6
7471else
7472 ac_ext=c
7473ac_cpp='$CPP $CPPFLAGS'
7474ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7475ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7476ac_compiler_gnu=$ac_cv_c_compiler_gnu
7477
7478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7479/* end confdefs.h. */
7480
7481int
7482main ()
7483{
7484
7485 ;
7486 return 0;
7487}
7488_ACEOF
7489if ac_fn_c_try_link "$LINENO"; then :
7490 lt_cv_cc_needs_belf=yes
7491else
7492 lt_cv_cc_needs_belf=no
7493fi
7494rm -f core conftest.err conftest.$ac_objext \
7495 conftest$ac_exeext conftest.$ac_ext
7496 ac_ext=c
7497ac_cpp='$CPP $CPPFLAGS'
7498ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7499ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7500ac_compiler_gnu=$ac_cv_c_compiler_gnu
7501
7502fi
7503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7504$as_echo "$lt_cv_cc_needs_belf" >&6; }
7505 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7506 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7507 CFLAGS="$SAVE_CFLAGS"
7508 fi
7509 ;;
7510sparc*-*solaris*)
7511 # Find out which ABI we are using.
7512 echo 'int i;' > conftest.$ac_ext
7513 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7514 (eval $ac_compile) 2>&5
7515 ac_status=$?
7516 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7517 test $ac_status = 0; }; then
7518 case `/usr/bin/file conftest.o` in
7519 *64-bit*)
7520 case $lt_cv_prog_gnu_ld in
7521 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7522 *)
7523 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7524 LD="${LD-ld} -64"
7525 fi
7526 ;;
7527 esac
7528 ;;
7529 esac
7530 fi
7531 rm -rf conftest*
7532 ;;
7533esac
7534
7535need_locks="$enable_libtool_lock"
7536
7537
7538 case $host_os in
7539 rhapsody* | darwin*)
7540 if test -n "$ac_tool_prefix"; then
7541 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7542set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7544$as_echo_n "checking for $ac_word... " >&6; }
7545if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7546 $as_echo_n "(cached) " >&6
7547else
7548 if test -n "$DSYMUTIL"; then
7549 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7550else
7551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7552for as_dir in $PATH
7553do
7554 IFS=$as_save_IFS
7555 test -z "$as_dir" && as_dir=.
7556 for ac_exec_ext in '' $ac_executable_extensions; do
7557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7558 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7560 break 2
7561 fi
7562done
7563 done
7564IFS=$as_save_IFS
7565
7566fi
7567fi
7568DSYMUTIL=$ac_cv_prog_DSYMUTIL
7569if test -n "$DSYMUTIL"; then
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7571$as_echo "$DSYMUTIL" >&6; }
7572else
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7574$as_echo "no" >&6; }
7575fi
7576
7577
7578fi
7579if test -z "$ac_cv_prog_DSYMUTIL"; then
7580 ac_ct_DSYMUTIL=$DSYMUTIL
7581 # Extract the first word of "dsymutil", so it can be a program name with args.
7582set dummy dsymutil; ac_word=$2
7583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584$as_echo_n "checking for $ac_word... " >&6; }
7585if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7586 $as_echo_n "(cached) " >&6
7587else
7588 if test -n "$ac_ct_DSYMUTIL"; then
7589 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7590else
7591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7592for as_dir in $PATH
7593do
7594 IFS=$as_save_IFS
7595 test -z "$as_dir" && as_dir=.
7596 for ac_exec_ext in '' $ac_executable_extensions; do
7597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7598 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7600 break 2
7601 fi
7602done
7603 done
7604IFS=$as_save_IFS
7605
7606fi
7607fi
7608ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7609if test -n "$ac_ct_DSYMUTIL"; then
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7611$as_echo "$ac_ct_DSYMUTIL" >&6; }
7612else
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7614$as_echo "no" >&6; }
7615fi
7616
7617 if test "x$ac_ct_DSYMUTIL" = x; then
7618 DSYMUTIL=":"
7619 else
7620 case $cross_compiling:$ac_tool_warned in
7621yes:)
7622{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7623$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7624ac_tool_warned=yes ;;
7625esac
7626 DSYMUTIL=$ac_ct_DSYMUTIL
7627 fi
7628else
7629 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7630fi
7631
7632 if test -n "$ac_tool_prefix"; then
7633 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7634set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7636$as_echo_n "checking for $ac_word... " >&6; }
7637if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7638 $as_echo_n "(cached) " >&6
7639else
7640 if test -n "$NMEDIT"; then
7641 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7642else
7643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7644for as_dir in $PATH
7645do
7646 IFS=$as_save_IFS
7647 test -z "$as_dir" && as_dir=.
7648 for ac_exec_ext in '' $ac_executable_extensions; do
7649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7650 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7652 break 2
7653 fi
7654done
7655 done
7656IFS=$as_save_IFS
7657
7658fi
7659fi
7660NMEDIT=$ac_cv_prog_NMEDIT
7661if test -n "$NMEDIT"; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7663$as_echo "$NMEDIT" >&6; }
7664else
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7666$as_echo "no" >&6; }
7667fi
7668
7669
7670fi
7671if test -z "$ac_cv_prog_NMEDIT"; then
7672 ac_ct_NMEDIT=$NMEDIT
7673 # Extract the first word of "nmedit", so it can be a program name with args.
7674set dummy nmedit; ac_word=$2
7675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7676$as_echo_n "checking for $ac_word... " >&6; }
7677if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7678 $as_echo_n "(cached) " >&6
7679else
7680 if test -n "$ac_ct_NMEDIT"; then
7681 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7682else
7683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7684for as_dir in $PATH
7685do
7686 IFS=$as_save_IFS
7687 test -z "$as_dir" && as_dir=.
7688 for ac_exec_ext in '' $ac_executable_extensions; do
7689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7690 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7692 break 2
7693 fi
7694done
7695 done
7696IFS=$as_save_IFS
7697
7698fi
7699fi
7700ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7701if test -n "$ac_ct_NMEDIT"; then
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7703$as_echo "$ac_ct_NMEDIT" >&6; }
7704else
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7706$as_echo "no" >&6; }
7707fi
7708
7709 if test "x$ac_ct_NMEDIT" = x; then
7710 NMEDIT=":"
7711 else
7712 case $cross_compiling:$ac_tool_warned in
7713yes:)
7714{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7715$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7716ac_tool_warned=yes ;;
7717esac
7718 NMEDIT=$ac_ct_NMEDIT
7719 fi
7720else
7721 NMEDIT="$ac_cv_prog_NMEDIT"
7722fi
7723
7724 if test -n "$ac_tool_prefix"; then
7725 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7726set dummy ${ac_tool_prefix}lipo; ac_word=$2
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728$as_echo_n "checking for $ac_word... " >&6; }
7729if test "${ac_cv_prog_LIPO+set}" = set; then :
7730 $as_echo_n "(cached) " >&6
7731else
7732 if test -n "$LIPO"; then
7733 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7734else
7735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736for as_dir in $PATH
7737do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
7740 for ac_exec_ext in '' $ac_executable_extensions; do
7741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7742 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7744 break 2
7745 fi
7746done
7747 done
7748IFS=$as_save_IFS
7749
7750fi
7751fi
7752LIPO=$ac_cv_prog_LIPO
7753if test -n "$LIPO"; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7755$as_echo "$LIPO" >&6; }
7756else
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758$as_echo "no" >&6; }
7759fi
7760
7761
7762fi
7763if test -z "$ac_cv_prog_LIPO"; then
7764 ac_ct_LIPO=$LIPO
7765 # Extract the first word of "lipo", so it can be a program name with args.
7766set dummy lipo; ac_word=$2
7767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7768$as_echo_n "checking for $ac_word... " >&6; }
7769if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7770 $as_echo_n "(cached) " >&6
7771else
7772 if test -n "$ac_ct_LIPO"; then
7773 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7774else
7775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7776for as_dir in $PATH
7777do
7778 IFS=$as_save_IFS
7779 test -z "$as_dir" && as_dir=.
7780 for ac_exec_ext in '' $ac_executable_extensions; do
7781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7782 ac_cv_prog_ac_ct_LIPO="lipo"
7783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7784 break 2
7785 fi
7786done
7787 done
7788IFS=$as_save_IFS
7789
7790fi
7791fi
7792ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7793if test -n "$ac_ct_LIPO"; then
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7795$as_echo "$ac_ct_LIPO" >&6; }
7796else
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7798$as_echo "no" >&6; }
7799fi
7800
7801 if test "x$ac_ct_LIPO" = x; then
7802 LIPO=":"
7803 else
7804 case $cross_compiling:$ac_tool_warned in
7805yes:)
7806{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7807$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7808ac_tool_warned=yes ;;
7809esac
7810 LIPO=$ac_ct_LIPO
7811 fi
7812else
7813 LIPO="$ac_cv_prog_LIPO"
7814fi
7815
7816 if test -n "$ac_tool_prefix"; then
7817 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7818set dummy ${ac_tool_prefix}otool; ac_word=$2
7819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7820$as_echo_n "checking for $ac_word... " >&6; }
7821if test "${ac_cv_prog_OTOOL+set}" = set; then :
7822 $as_echo_n "(cached) " >&6
7823else
7824 if test -n "$OTOOL"; then
7825 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7826else
7827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7828for as_dir in $PATH
7829do
7830 IFS=$as_save_IFS
7831 test -z "$as_dir" && as_dir=.
7832 for ac_exec_ext in '' $ac_executable_extensions; do
7833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7834 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7836 break 2
7837 fi
7838done
7839 done
7840IFS=$as_save_IFS
7841
7842fi
7843fi
7844OTOOL=$ac_cv_prog_OTOOL
7845if test -n "$OTOOL"; then
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7847$as_echo "$OTOOL" >&6; }
7848else
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7850$as_echo "no" >&6; }
7851fi
7852
7853
7854fi
7855if test -z "$ac_cv_prog_OTOOL"; then
7856 ac_ct_OTOOL=$OTOOL
7857 # Extract the first word of "otool", so it can be a program name with args.
7858set dummy otool; ac_word=$2
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7860$as_echo_n "checking for $ac_word... " >&6; }
7861if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7862 $as_echo_n "(cached) " >&6
7863else
7864 if test -n "$ac_ct_OTOOL"; then
7865 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7866else
7867as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7868for as_dir in $PATH
7869do
7870 IFS=$as_save_IFS
7871 test -z "$as_dir" && as_dir=.
7872 for ac_exec_ext in '' $ac_executable_extensions; do
7873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7874 ac_cv_prog_ac_ct_OTOOL="otool"
7875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7876 break 2
7877 fi
7878done
7879 done
7880IFS=$as_save_IFS
7881
7882fi
7883fi
7884ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7885if test -n "$ac_ct_OTOOL"; then
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7887$as_echo "$ac_ct_OTOOL" >&6; }
7888else
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890$as_echo "no" >&6; }
7891fi
7892
7893 if test "x$ac_ct_OTOOL" = x; then
7894 OTOOL=":"
7895 else
7896 case $cross_compiling:$ac_tool_warned in
7897yes:)
7898{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7899$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7900ac_tool_warned=yes ;;
7901esac
7902 OTOOL=$ac_ct_OTOOL
7903 fi
7904else
7905 OTOOL="$ac_cv_prog_OTOOL"
7906fi
7907
7908 if test -n "$ac_tool_prefix"; then
7909 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7910set dummy ${ac_tool_prefix}otool64; ac_word=$2
7911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912$as_echo_n "checking for $ac_word... " >&6; }
7913if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7914 $as_echo_n "(cached) " >&6
7915else
7916 if test -n "$OTOOL64"; then
7917 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7918else
7919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920for as_dir in $PATH
7921do
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
7925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7926 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 break 2
7929 fi
7930done
7931 done
7932IFS=$as_save_IFS
7933
7934fi
7935fi
7936OTOOL64=$ac_cv_prog_OTOOL64
7937if test -n "$OTOOL64"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7939$as_echo "$OTOOL64" >&6; }
7940else
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942$as_echo "no" >&6; }
7943fi
7944
7945
7946fi
7947if test -z "$ac_cv_prog_OTOOL64"; then
7948 ac_ct_OTOOL64=$OTOOL64
7949 # Extract the first word of "otool64", so it can be a program name with args.
7950set dummy otool64; ac_word=$2
7951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7952$as_echo_n "checking for $ac_word... " >&6; }
7953if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7954 $as_echo_n "(cached) " >&6
7955else
7956 if test -n "$ac_ct_OTOOL64"; then
7957 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7958else
7959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7960for as_dir in $PATH
7961do
7962 IFS=$as_save_IFS
7963 test -z "$as_dir" && as_dir=.
7964 for ac_exec_ext in '' $ac_executable_extensions; do
7965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7966 ac_cv_prog_ac_ct_OTOOL64="otool64"
7967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7968 break 2
7969 fi
7970done
7971 done
7972IFS=$as_save_IFS
7973
7974fi
7975fi
7976ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7977if test -n "$ac_ct_OTOOL64"; then
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7979$as_echo "$ac_ct_OTOOL64" >&6; }
7980else
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7982$as_echo "no" >&6; }
7983fi
7984
7985 if test "x$ac_ct_OTOOL64" = x; then
7986 OTOOL64=":"
7987 else
7988 case $cross_compiling:$ac_tool_warned in
7989yes:)
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7991$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7992ac_tool_warned=yes ;;
7993esac
7994 OTOOL64=$ac_ct_OTOOL64
7995 fi
7996else
7997 OTOOL64="$ac_cv_prog_OTOOL64"
7998fi
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8027$as_echo_n "checking for -single_module linker flag... " >&6; }
8028if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8029 $as_echo_n "(cached) " >&6
8030else
8031 lt_cv_apple_cc_single_mod=no
8032 if test -z "${LT_MULTI_MODULE}"; then
8033 # By default we will add the -single_module flag. You can override
8034 # by either setting the environment variable LT_MULTI_MODULE
8035 # non-empty at configure time, or by adding -multi_module to the
8036 # link flags.
8037 rm -rf libconftest.dylib*
8038 echo "int foo(void){return 1;}" > conftest.c
8039 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8040-dynamiclib -Wl,-single_module conftest.c" >&5
8041 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8042 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8043 _lt_result=$?
8044 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8045 lt_cv_apple_cc_single_mod=yes
8046 else
8047 cat conftest.err >&5
8048 fi
8049 rm -rf libconftest.dylib*
8050 rm -f conftest.*
8051 fi
8052fi
8053{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8054$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8056$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8057if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8058 $as_echo_n "(cached) " >&6
8059else
8060 lt_cv_ld_exported_symbols_list=no
8061 save_LDFLAGS=$LDFLAGS
8062 echo "_main" > conftest.sym
8063 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8065/* end confdefs.h. */
8066
8067int
8068main ()
8069{
8070
8071 ;
8072 return 0;
8073}
8074_ACEOF
8075if ac_fn_c_try_link "$LINENO"; then :
8076 lt_cv_ld_exported_symbols_list=yes
8077else
8078 lt_cv_ld_exported_symbols_list=no
8079fi
8080rm -f core conftest.err conftest.$ac_objext \
8081 conftest$ac_exeext conftest.$ac_ext
8082 LDFLAGS="$save_LDFLAGS"
8083
8084fi
8085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8086$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8088$as_echo_n "checking for -force_load linker flag... " >&6; }
8089if test "${lt_cv_ld_force_load+set}" = set; then :
8090 $as_echo_n "(cached) " >&6
8091else
8092 lt_cv_ld_force_load=no
8093 cat > conftest.c << _LT_EOF
8094int forced_loaded() { return 2;}
8095_LT_EOF
8096 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8097 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8098 echo "$AR cru libconftest.a conftest.o" >&5
8099 $AR cru libconftest.a conftest.o 2>&5
8100 cat > conftest.c << _LT_EOF
8101int main() { return 0;}
8102_LT_EOF
8103 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8104 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8105 _lt_result=$?
8106 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8107 lt_cv_ld_force_load=yes
8108 else
8109 cat conftest.err >&5
8110 fi
8111 rm -f conftest.err libconftest.a conftest conftest.c
8112 rm -rf conftest.dSYM
8113
8114fi
8115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8116$as_echo "$lt_cv_ld_force_load" >&6; }
8117 case $host_os in
8118 rhapsody* | darwin1.[012])
8119 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8120 darwin1.*)
8121 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8122 darwin*) # darwin 5.x on
8123 # if running on 10.5 or later, the deployment target defaults
8124 # to the OS version, if on x86, and 10.4, the deployment
8125 # target defaults to 10.4. Don't you love it?
8126 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8127 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8128 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8129 10.[012][,.]*)
6bb11ab3
L
8130 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8131 10.*)
8132 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8133 esac
8134 ;;
8135 esac
8136 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8137 _lt_dar_single_mod='$single_module'
8138 fi
8139 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8140 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8141 else
8142 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8143 fi
8144 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8145 _lt_dsymutil='~$DSYMUTIL $lib || :'
8146 else
8147 _lt_dsymutil=
8148 fi
8149 ;;
8150 esac
8151
8152for ac_header in dlfcn.h
8153do :
8154 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8155"
8156if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8157 cat >>confdefs.h <<_ACEOF
8158#define HAVE_DLFCN_H 1
8159_ACEOF
8160
8161fi
8162
8163done
8164
8165
8166
8167# autoconf.info says this should be called right after AC_INIT.
8168ac_config_headers="$ac_config_headers config.h:config.in"
8169
8170
8171
0cb8d851
MF
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8173$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8174if test "${ac_cv_c_bigendian+set}" = set; then :
8175 $as_echo_n "(cached) " >&6
8176else
8177 ac_cv_c_bigendian=unknown
8178 # See if we're dealing with a universal compiler.
8179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8180/* end confdefs.h. */
8181#ifndef __APPLE_CC__
8182 not a universal capable compiler
8183 #endif
8184 typedef int dummy;
8185
8186_ACEOF
8187if ac_fn_c_try_compile "$LINENO"; then :
8188
8189 # Check for potential -arch flags. It is not universal unless
8190 # there are at least two -arch flags with different values.
8191 ac_arch=
8192 ac_prev=
8193 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8194 if test -n "$ac_prev"; then
8195 case $ac_word in
8196 i?86 | x86_64 | ppc | ppc64)
8197 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8198 ac_arch=$ac_word
8199 else
8200 ac_cv_c_bigendian=universal
8201 break
8202 fi
8203 ;;
8204 esac
8205 ac_prev=
8206 elif test "x$ac_word" = "x-arch"; then
8207 ac_prev=arch
8208 fi
8209 done
8210fi
8211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8212 if test $ac_cv_c_bigendian = unknown; then
8213 # See if sys/param.h defines the BYTE_ORDER macro.
8214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8215/* end confdefs.h. */
8216#include <sys/types.h>
8217 #include <sys/param.h>
8218
8219int
8220main ()
8221{
8222#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8223 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8224 && LITTLE_ENDIAN)
8225 bogus endian macros
8226 #endif
8227
8228 ;
8229 return 0;
8230}
8231_ACEOF
8232if ac_fn_c_try_compile "$LINENO"; then :
8233 # It does; now see whether it defined to BIG_ENDIAN or not.
8234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8235/* end confdefs.h. */
8236#include <sys/types.h>
8237 #include <sys/param.h>
8238
8239int
8240main ()
8241{
8242#if BYTE_ORDER != BIG_ENDIAN
8243 not big endian
8244 #endif
8245
8246 ;
8247 return 0;
8248}
8249_ACEOF
8250if ac_fn_c_try_compile "$LINENO"; then :
8251 ac_cv_c_bigendian=yes
8252else
8253 ac_cv_c_bigendian=no
8254fi
8255rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8256fi
8257rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8258 fi
8259 if test $ac_cv_c_bigendian = unknown; then
8260 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8262/* end confdefs.h. */
8263#include <limits.h>
8264
8265int
8266main ()
8267{
8268#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8269 bogus endian macros
8270 #endif
8271
8272 ;
8273 return 0;
8274}
8275_ACEOF
8276if ac_fn_c_try_compile "$LINENO"; then :
8277 # It does; now see whether it defined to _BIG_ENDIAN or not.
8278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8279/* end confdefs.h. */
8280#include <limits.h>
8281
8282int
8283main ()
8284{
8285#ifndef _BIG_ENDIAN
8286 not big endian
8287 #endif
8288
8289 ;
8290 return 0;
8291}
8292_ACEOF
8293if ac_fn_c_try_compile "$LINENO"; then :
8294 ac_cv_c_bigendian=yes
8295else
8296 ac_cv_c_bigendian=no
8297fi
8298rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8299fi
8300rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8301 fi
8302 if test $ac_cv_c_bigendian = unknown; then
8303 # Compile a test program.
8304 if test "$cross_compiling" = yes; then :
8305 # Try to guess by grepping values from an object file.
8306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8307/* end confdefs.h. */
8308short int ascii_mm[] =
8309 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8310 short int ascii_ii[] =
8311 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8312 int use_ascii (int i) {
8313 return ascii_mm[i] + ascii_ii[i];
8314 }
8315 short int ebcdic_ii[] =
8316 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8317 short int ebcdic_mm[] =
8318 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8319 int use_ebcdic (int i) {
8320 return ebcdic_mm[i] + ebcdic_ii[i];
8321 }
8322 extern int foo;
8323
8324int
8325main ()
8326{
8327return use_ascii (foo) == use_ebcdic (foo);
8328 ;
8329 return 0;
8330}
8331_ACEOF
8332if ac_fn_c_try_compile "$LINENO"; then :
8333 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8334 ac_cv_c_bigendian=yes
8335 fi
8336 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8337 if test "$ac_cv_c_bigendian" = unknown; then
8338 ac_cv_c_bigendian=no
8339 else
8340 # finding both strings is unlikely to happen, but who knows?
8341 ac_cv_c_bigendian=unknown
8342 fi
8343 fi
8344fi
8345rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8346else
8347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8348/* end confdefs.h. */
8349$ac_includes_default
8350int
8351main ()
8352{
8353
8354 /* Are we little or big endian? From Harbison&Steele. */
8355 union
8356 {
8357 long int l;
8358 char c[sizeof (long int)];
8359 } u;
8360 u.l = 1;
8361 return u.c[sizeof (long int) - 1] == 1;
8362
8363 ;
8364 return 0;
8365}
8366_ACEOF
8367if ac_fn_c_try_run "$LINENO"; then :
8368 ac_cv_c_bigendian=no
8369else
8370 ac_cv_c_bigendian=yes
8371fi
8372rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8373 conftest.$ac_objext conftest.beam conftest.$ac_ext
8374fi
8375
8376 fi
8377fi
8378{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8379$as_echo "$ac_cv_c_bigendian" >&6; }
8380 case $ac_cv_c_bigendian in #(
8381 yes)
8382 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8383;; #(
8384 no)
8385 ;; #(
8386 universal)
8387
8388$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8389
8390 ;; #(
8391 *)
8392 as_fn_error "unknown endianness
8393 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8394 esac
8395
6bb11ab3
L
8396
8397
8398
8399# Put a plausible default for CC_FOR_BUILD in Makefile.
8400if test "x$cross_compiling" = "xno"; then
8401 CC_FOR_BUILD='$(CC)'
8402else
8403 CC_FOR_BUILD=gcc
8404fi
8405
8406
8407
8408
8409AR=${AR-ar}
8410
8411if test -n "$ac_tool_prefix"; then
8412 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8413set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8415$as_echo_n "checking for $ac_word... " >&6; }
8416if test "${ac_cv_prog_RANLIB+set}" = set; then :
8417 $as_echo_n "(cached) " >&6
8418else
8419 if test -n "$RANLIB"; then
8420 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8421else
8422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8423for as_dir in $PATH
8424do
8425 IFS=$as_save_IFS
8426 test -z "$as_dir" && as_dir=.
8427 for ac_exec_ext in '' $ac_executable_extensions; do
8428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8429 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8431 break 2
8432 fi
8433done
8434 done
8435IFS=$as_save_IFS
8436
8437fi
8438fi
8439RANLIB=$ac_cv_prog_RANLIB
8440if test -n "$RANLIB"; then
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8442$as_echo "$RANLIB" >&6; }
8443else
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8445$as_echo "no" >&6; }
8446fi
8447
8448
8449fi
8450if test -z "$ac_cv_prog_RANLIB"; then
8451 ac_ct_RANLIB=$RANLIB
8452 # Extract the first word of "ranlib", so it can be a program name with args.
8453set dummy ranlib; ac_word=$2
8454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8455$as_echo_n "checking for $ac_word... " >&6; }
8456if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8457 $as_echo_n "(cached) " >&6
8458else
8459 if test -n "$ac_ct_RANLIB"; then
8460 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8461else
8462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8463for as_dir in $PATH
8464do
8465 IFS=$as_save_IFS
8466 test -z "$as_dir" && as_dir=.
8467 for ac_exec_ext in '' $ac_executable_extensions; do
8468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8469 ac_cv_prog_ac_ct_RANLIB="ranlib"
8470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8471 break 2
8472 fi
8473done
8474 done
8475IFS=$as_save_IFS
8476
8477fi
8478fi
8479ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8480if test -n "$ac_ct_RANLIB"; then
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8482$as_echo "$ac_ct_RANLIB" >&6; }
8483else
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8485$as_echo "no" >&6; }
8486fi
8487
8488 if test "x$ac_ct_RANLIB" = x; then
8489 RANLIB=":"
8490 else
8491 case $cross_compiling:$ac_tool_warned in
8492yes:)
8493{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8494$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8495ac_tool_warned=yes ;;
8496esac
8497 RANLIB=$ac_ct_RANLIB
8498 fi
8499else
8500 RANLIB="$ac_cv_prog_RANLIB"
8501fi
8502
8503
8504# Some of the common include files depend on bfd.h, and bfd.h checks
8505# that config.h is included first by testing that the PACKAGE macro
8506# is defined.
8507PACKAGE=sim
8508
8509cat >>confdefs.h <<_ACEOF
8510#define PACKAGE "$PACKAGE"
8511_ACEOF
8512
8513
8514
8515# Dependency checking.
8516ac_config_commands="$ac_config_commands depdir"
8517
8518
8519depcc="$CC" am_compiler_list=
8520
8521am_depcomp=$ac_aux_dir/depcomp
8522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8523$as_echo_n "checking dependency style of $depcc... " >&6; }
8524if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8525 $as_echo_n "(cached) " >&6
8526else
8527 if test -f "$am_depcomp"; then
8528 # We make a subdir and do the tests there. Otherwise we can end up
8529 # making bogus files that we don't know about and never remove. For
8530 # instance it was reported that on HP-UX the gcc test will end up
8531 # making a dummy file named `D' -- because `-MD' means `put the output
8532 # in D'.
8533 mkdir conftest.dir
8534 # Copy depcomp to subdir because otherwise we won't find it if we're
8535 # using a relative directory.
8536 cp "$am_depcomp" conftest.dir
8537 cd conftest.dir
8538 # We will build objects and dependencies in a subdirectory because
8539 # it helps to detect inapplicable dependency modes. For instance
8540 # both Tru64's cc and ICC support -MD to output dependencies as a
8541 # side effect of compilation, but ICC will put the dependencies in
8542 # the current directory while Tru64 will put them in the object
8543 # directory.
8544 mkdir sub
8545
8546 am_cv_CC_dependencies_compiler_type=none
8547 if test "$am_compiler_list" = ""; then
8548 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8549 fi
8550 for depmode in $am_compiler_list; do
8551 if test $depmode = none; then break; fi
8552
8553 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8554 # Setup a source with many dependencies, because some compilers
8555 # like to wrap large dependency lists on column 80 (with \), and
8556 # we should not choose a depcomp mode which is confused by this.
8557 #
8558 # We need to recreate these files for each test, as the compiler may
8559 # overwrite some of them when testing with obscure command lines.
8560 # This happens at least with the AIX C compiler.
8561 : > sub/conftest.c
8562 for i in 1 2 3 4 5 6; do
8563 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8564 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8565 # Solaris 8's {/usr,}/bin/sh.
8566 touch sub/conftst$i.h
8567 done
8568 echo "include sub/conftest.Po" > confmf
8569
8570 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8571 # mode. It turns out that the SunPro C++ compiler does not properly
8572 # handle `-M -o', and we need to detect this.
8573 depcmd="depmode=$depmode \
8574 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8575 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8576 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8577 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8578 if env $depcmd > conftest.err 2>&1 &&
8579 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8580 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8581 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8582 # icc doesn't choke on unknown options, it will just issue warnings
8583 # or remarks (even with -Werror). So we grep stderr for any message
8584 # that says an option was ignored or not supported.
8585 # When given -MP, icc 7.0 and 7.1 complain thusly:
8586 # icc: Command line warning: ignoring option '-M'; no argument required
8587 # The diagnosis changed in icc 8.0:
8588 # icc: Command line remark: option '-MP' not supported
8589 if (grep 'ignoring option' conftest.err ||
8590 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8591 am_cv_CC_dependencies_compiler_type=$depmode
8592 $as_echo "$as_me:$LINENO: success" >&5
8593 break
8594 fi
8595 fi
8596 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8597 sed -e 's/^/| /' < conftest.err >&5
8598 done
8599
8600 cd ..
8601 rm -rf conftest.dir
8602else
8603 am_cv_CC_dependencies_compiler_type=none
8604fi
8605
8606fi
8607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8608$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8609if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8610then as_fn_error "no usable dependency style found" "$LINENO" 5
8611else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8612
8613fi
8614
8615
8616# Check for the 'make' the user wants to use.
8617for ac_prog in make
8618do
8619 # Extract the first word of "$ac_prog", so it can be a program name with args.
8620set dummy $ac_prog; ac_word=$2
8621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8622$as_echo_n "checking for $ac_word... " >&6; }
8623if test "${ac_cv_prog_MAKE+set}" = set; then :
8624 $as_echo_n "(cached) " >&6
8625else
8626 if test -n "$MAKE"; then
8627 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8628else
8629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8630for as_dir in $PATH
8631do
8632 IFS=$as_save_IFS
8633 test -z "$as_dir" && as_dir=.
8634 for ac_exec_ext in '' $ac_executable_extensions; do
8635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8636 ac_cv_prog_MAKE="$ac_prog"
8637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8638 break 2
8639 fi
8640done
8641 done
8642IFS=$as_save_IFS
8643
8644fi
8645fi
8646MAKE=$ac_cv_prog_MAKE
8647if test -n "$MAKE"; then
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8649$as_echo "$MAKE" >&6; }
8650else
8651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8652$as_echo "no" >&6; }
8653fi
8654
8655
8656 test -n "$MAKE" && break
8657done
8658
8659MAKE_IS_GNU=
8660case "`$MAKE --version 2>&1 | sed 1q`" in
8661 *GNU*)
8662 MAKE_IS_GNU=yes
8663 ;;
8664esac
8665 if test "$MAKE_IS_GNU" = yes; then
8666 GMAKE_TRUE=
8667 GMAKE_FALSE='#'
8668else
8669 GMAKE_TRUE='#'
8670 GMAKE_FALSE=
8671fi
8672
8673
8674ALL_LINGUAS=
8675# If we haven't got the data from the intl directory,
8676# assume NLS is disabled.
8677USE_NLS=no
8678LIBINTL=
8679LIBINTL_DEP=
8680INCINTL=
8681XGETTEXT=
8682GMSGFMT=
8683POSUB=
8684
8685if test -f ../../intl/config.intl; then
8686 . ../../intl/config.intl
8687fi
8688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8689$as_echo_n "checking whether NLS is requested... " >&6; }
8690if test x"$USE_NLS" != xyes; then
8691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8692$as_echo "no" >&6; }
8693else
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8695$as_echo "yes" >&6; }
8696
8697$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8698
8699
8700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8701$as_echo_n "checking for catalogs to be installed... " >&6; }
8702 # Look for .po and .gmo files in the source directory.
8703 CATALOGS=
8704 XLINGUAS=
8705 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8706 # If there aren't any .gmo files the shell will give us the
8707 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8708 # weeded out.
8709 case "$cat" in *\**)
8710 continue;;
8711 esac
8712 # The quadruple backslash is collapsed to a double backslash
8713 # by the backticks, then collapsed again by the double quotes,
8714 # leaving us with one backslash in the sed expression (right
8715 # before the dot that mustn't act as a wildcard).
8716 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8717 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8718 # The user is allowed to set LINGUAS to a list of languages to
8719 # install catalogs for. If it's empty that means "all of them."
8720 if test "x$LINGUAS" = x; then
8721 CATALOGS="$CATALOGS $cat"
8722 XLINGUAS="$XLINGUAS $lang"
8723 else
8724 case "$LINGUAS" in *$lang*)
8725 CATALOGS="$CATALOGS $cat"
8726 XLINGUAS="$XLINGUAS $lang"
8727 ;;
8728 esac
8729 fi
8730 done
8731 LINGUAS="$XLINGUAS"
8732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8733$as_echo "$LINGUAS" >&6; }
8734
8735
8736 DATADIRNAME=share
8737
8738 INSTOBJEXT=.mo
8739
8740 GENCAT=gencat
8741
8742 CATOBJEXT=.gmo
8743
8744fi
8745
8746# Check for common headers.
8747# FIXME: Seems to me this can cause problems for i386-windows hosts.
8748# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8749for ac_header in stdlib.h string.h strings.h unistd.h time.h
8750do :
8751 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8752ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8753eval as_val=\$$as_ac_Header
8754 if test "x$as_val" = x""yes; then :
8755 cat >>confdefs.h <<_ACEOF
8756#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8757_ACEOF
8758
8759fi
8760
8761done
8762
8763for ac_header in sys/time.h sys/resource.h
8764do :
8765 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8766ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8767eval as_val=\$$as_ac_Header
8768 if test "x$as_val" = x""yes; then :
8769 cat >>confdefs.h <<_ACEOF
8770#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8771_ACEOF
8772
8773fi
8774
8775done
8776
8777for ac_header in fcntl.h fpu_control.h
8778do :
8779 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8780ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8781eval as_val=\$$as_ac_Header
8782 if test "x$as_val" = x""yes; then :
8783 cat >>confdefs.h <<_ACEOF
8784#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8785_ACEOF
8786
8787fi
8788
8789done
8790
8791for ac_header in dlfcn.h errno.h sys/stat.h
8792do :
8793 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8794ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8795eval as_val=\$$as_ac_Header
8796 if test "x$as_val" = x""yes; then :
8797 cat >>confdefs.h <<_ACEOF
8798#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8799_ACEOF
8800
8801fi
8802
8803done
8804
8805for ac_func in getrusage time sigaction __setfpucw
8806do :
8807 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8808ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8809eval as_val=\$$as_ac_var
8810 if test "x$as_val" = x""yes; then :
8811 cat >>confdefs.h <<_ACEOF
8812#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8813_ACEOF
8814
8815fi
8816done
8817
8818
8819# Check for socket libraries
8820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8821$as_echo_n "checking for bind in -lsocket... " >&6; }
8822if test "${ac_cv_lib_socket_bind+set}" = set; then :
8823 $as_echo_n "(cached) " >&6
8824else
8825 ac_check_lib_save_LIBS=$LIBS
8826LIBS="-lsocket $LIBS"
8827cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8828/* end confdefs.h. */
8829
8830/* Override any GCC internal prototype to avoid an error.
8831 Use char because int might match the return type of a GCC
8832 builtin and then its argument prototype would still apply. */
8833#ifdef __cplusplus
8834extern "C"
8835#endif
8836char bind ();
8837int
8838main ()
8839{
8840return bind ();
8841 ;
8842 return 0;
8843}
8844_ACEOF
8845if ac_fn_c_try_link "$LINENO"; then :
8846 ac_cv_lib_socket_bind=yes
8847else
8848 ac_cv_lib_socket_bind=no
8849fi
8850rm -f core conftest.err conftest.$ac_objext \
8851 conftest$ac_exeext conftest.$ac_ext
8852LIBS=$ac_check_lib_save_LIBS
8853fi
8854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8855$as_echo "$ac_cv_lib_socket_bind" >&6; }
8856if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8857 cat >>confdefs.h <<_ACEOF
8858#define HAVE_LIBSOCKET 1
8859_ACEOF
8860
8861 LIBS="-lsocket $LIBS"
8862
8863fi
8864
8865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8866$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8867if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8868 $as_echo_n "(cached) " >&6
8869else
8870 ac_check_lib_save_LIBS=$LIBS
8871LIBS="-lnsl $LIBS"
8872cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8873/* end confdefs.h. */
8874
8875/* Override any GCC internal prototype to avoid an error.
8876 Use char because int might match the return type of a GCC
8877 builtin and then its argument prototype would still apply. */
8878#ifdef __cplusplus
8879extern "C"
8880#endif
8881char gethostbyname ();
8882int
8883main ()
8884{
8885return gethostbyname ();
8886 ;
8887 return 0;
8888}
8889_ACEOF
8890if ac_fn_c_try_link "$LINENO"; then :
8891 ac_cv_lib_nsl_gethostbyname=yes
8892else
8893 ac_cv_lib_nsl_gethostbyname=no
8894fi
8895rm -f core conftest.err conftest.$ac_objext \
8896 conftest$ac_exeext conftest.$ac_ext
8897LIBS=$ac_check_lib_save_LIBS
8898fi
8899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8900$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8901if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8902 cat >>confdefs.h <<_ACEOF
8903#define HAVE_LIBNSL 1
8904_ACEOF
8905
8906 LIBS="-lnsl $LIBS"
8907
8908fi
8909
8910
8911# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8912# using the same condition.
8913
aadc9410 8914 # Use the system's zlib library.
7fed4b0b
L
8915 zlibdir="-L\$(top_builddir)/../zlib"
8916 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 8917
aadc9410
MF
8918# Check whether --with-system-zlib was given.
8919if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
8920 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8921 zlibdir=
8922 zlibinc=
8923 fi
6bb11ab3
L
8924
8925fi
8926
6bb11ab3 8927
6bb11ab3 8928
6bb11ab3
L
8929
8930
8931# BFD uses libdl when when plugins enabled.
8932
faa743bb
RM
8933 maybe_plugins=no
8934 for ac_header in dlfcn.h
8935do :
8936 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8937"
8938if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8939 cat >>confdefs.h <<_ACEOF
8940#define HAVE_DLFCN_H 1
8941_ACEOF
8942 maybe_plugins=yes
8943fi
8944
8945done
8946
8947 for ac_header in windows.h
8948do :
8949 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8950"
8951if test "x$ac_cv_header_windows_h" = x""yes; then :
8952 cat >>confdefs.h <<_ACEOF
8953#define HAVE_WINDOWS_H 1
8954_ACEOF
8955 maybe_plugins=yes
8956fi
8957
8958done
8959
8960
8961 # Check whether --enable-plugins was given.
6bb11ab3
L
8962if test "${enable_plugins+set}" = set; then :
8963 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8964 no) plugins=no ;;
8965 *) plugins=yes
8966 if test "$maybe_plugins" != "yes" ; then
8967 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8968 fi ;;
8969 esac
6bb11ab3 8970else
faa743bb
RM
8971 plugins=$maybe_plugins
8972
6bb11ab3
L
8973fi
8974
2974be62
AM
8975 if test "$plugins" = "yes"; then
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8977$as_echo_n "checking for library containing dlopen... " >&6; }
8978if test "${ac_cv_search_dlopen+set}" = set; then :
8979 $as_echo_n "(cached) " >&6
8980else
8981 ac_func_search_save_LIBS=$LIBS
8982cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8983/* end confdefs.h. */
8984
8985/* Override any GCC internal prototype to avoid an error.
8986 Use char because int might match the return type of a GCC
8987 builtin and then its argument prototype would still apply. */
8988#ifdef __cplusplus
8989extern "C"
8990#endif
8991char dlopen ();
8992int
8993main ()
8994{
8995return dlopen ();
8996 ;
8997 return 0;
8998}
8999_ACEOF
9000for ac_lib in '' dl; do
9001 if test -z "$ac_lib"; then
9002 ac_res="none required"
9003 else
9004 ac_res=-l$ac_lib
9005 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9006 fi
9007 if ac_fn_c_try_link "$LINENO"; then :
9008 ac_cv_search_dlopen=$ac_res
9009fi
9010rm -f core conftest.err conftest.$ac_objext \
9011 conftest$ac_exeext
9012 if test "${ac_cv_search_dlopen+set}" = set; then :
9013 break
9014fi
9015done
9016if test "${ac_cv_search_dlopen+set}" = set; then :
9017
9018else
9019 ac_cv_search_dlopen=no
9020fi
9021rm conftest.$ac_ext
9022LIBS=$ac_func_search_save_LIBS
9023fi
9024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9025$as_echo "$ac_cv_search_dlopen" >&6; }
9026ac_res=$ac_cv_search_dlopen
9027if test "$ac_res" != no; then :
9028 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9029
9030fi
9031
9032 fi
6bb11ab3
L
9033
9034 if test "$plugins" = yes; then
9035 PLUGINS_TRUE=
9036 PLUGINS_FALSE='#'
9037else
9038 PLUGINS_TRUE='#'
9039 PLUGINS_FALSE=
9040fi
9041
9042
9043
9044
9045
9046# Set options
9047enable_dlopen=yes
9048
9049
9050
9051
9052 enable_win32_dll=no
9053
9054
9055 # Check whether --enable-shared was given.
9056if test "${enable_shared+set}" = set; then :
9057 enableval=$enable_shared; p=${PACKAGE-default}
9058 case $enableval in
9059 yes) enable_shared=yes ;;
9060 no) enable_shared=no ;;
9061 *)
9062 enable_shared=no
9063 # Look at the argument we got. We use all the common list separators.
9064 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9065 for pkg in $enableval; do
9066 IFS="$lt_save_ifs"
9067 if test "X$pkg" = "X$p"; then
9068 enable_shared=yes
9069 fi
9070 done
9071 IFS="$lt_save_ifs"
9072 ;;
9073 esac
9074else
9075 enable_shared=yes
9076fi
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086 # Check whether --enable-static was given.
9087if test "${enable_static+set}" = set; then :
9088 enableval=$enable_static; p=${PACKAGE-default}
9089 case $enableval in
9090 yes) enable_static=yes ;;
9091 no) enable_static=no ;;
9092 *)
9093 enable_static=no
9094 # Look at the argument we got. We use all the common list separators.
9095 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9096 for pkg in $enableval; do
9097 IFS="$lt_save_ifs"
9098 if test "X$pkg" = "X$p"; then
9099 enable_static=yes
9100 fi
9101 done
9102 IFS="$lt_save_ifs"
9103 ;;
9104 esac
9105else
9106 enable_static=yes
9107fi
9108
9109
9110
9111
9112
9113
9114
9115
9116
9117
9118# Check whether --with-pic was given.
9119if test "${with_pic+set}" = set; then :
9120 withval=$with_pic; pic_mode="$withval"
9121else
9122 pic_mode=default
9123fi
9124
9125
9126test -z "$pic_mode" && pic_mode=default
9127
9128
9129
9130
9131
9132
9133
9134 # Check whether --enable-fast-install was given.
9135if test "${enable_fast_install+set}" = set; then :
9136 enableval=$enable_fast_install; p=${PACKAGE-default}
9137 case $enableval in
9138 yes) enable_fast_install=yes ;;
9139 no) enable_fast_install=no ;;
9140 *)
9141 enable_fast_install=no
9142 # Look at the argument we got. We use all the common list separators.
9143 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9144 for pkg in $enableval; do
9145 IFS="$lt_save_ifs"
9146 if test "X$pkg" = "X$p"; then
9147 enable_fast_install=yes
9148 fi
9149 done
9150 IFS="$lt_save_ifs"
9151 ;;
9152 esac
9153else
9154 enable_fast_install=yes
9155fi
9156
9157
9158
9159
9160
9161
9162
9163
9164
9165
9166
9167# This can be used to rebuild libtool when needed
9168LIBTOOL_DEPS="$ltmain"
9169
9170# Always use our own libtool.
9171LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
9187
9188
9189
9190
9191
9192
9193
9194
9195
9196
9197
9198test -z "$LN_S" && LN_S="ln -s"
9199
9200
9201
9202
9203
9204
9205
9206
9207
9208
9209
9210
9211
9212
9213if test -n "${ZSH_VERSION+set}" ; then
9214 setopt NO_GLOB_SUBST
f0569246 9215fi
f0569246 9216
6bb11ab3
L
9217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9218$as_echo_n "checking for objdir... " >&6; }
9219if test "${lt_cv_objdir+set}" = set; then :
9220 $as_echo_n "(cached) " >&6
9221else
9222 rm -f .libs 2>/dev/null
9223mkdir .libs 2>/dev/null
9224if test -d .libs; then
9225 lt_cv_objdir=.libs
9226else
9227 # MS-DOS does not allow filenames that begin with a dot.
9228 lt_cv_objdir=_libs
9229fi
9230rmdir .libs 2>/dev/null
9231fi
9232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9233$as_echo "$lt_cv_objdir" >&6; }
9234objdir=$lt_cv_objdir
9235
9236
9237
9238
9239
9240cat >>confdefs.h <<_ACEOF
9241#define LT_OBJDIR "$lt_cv_objdir/"
9242_ACEOF
9243
9244
9245
9246
9247case $host_os in
9248aix3*)
9249 # AIX sometimes has problems with the GCC collect2 program. For some
9250 # reason, if we set the COLLECT_NAMES environment variable, the problems
9251 # vanish in a puff of smoke.
9252 if test "X${COLLECT_NAMES+set}" != Xset; then
9253 COLLECT_NAMES=
9254 export COLLECT_NAMES
9255 fi
9256 ;;
81ecdfbb 9257esac
6bb11ab3
L
9258
9259# Global variables:
9260ofile=libtool
9261can_build_shared=yes
9262
9263# All known linkers require a `.a' archive for static linking (except MSVC,
9264# which needs '.lib').
9265libext=a
9266
9267with_gnu_ld="$lt_cv_prog_gnu_ld"
9268
9269old_CC="$CC"
9270old_CFLAGS="$CFLAGS"
9271
9272# Set sane defaults for various variables
9273test -z "$CC" && CC=cc
9274test -z "$LTCC" && LTCC=$CC
9275test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9276test -z "$LD" && LD=ld
9277test -z "$ac_objext" && ac_objext=o
9278
9279for cc_temp in $compiler""; do
9280 case $cc_temp in
9281 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9282 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9283 \-*) ;;
9284 *) break;;
9285 esac
9286done
9287cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9288
9289
9290# Only perform the check for file, if the check method requires it
9291test -z "$MAGIC_CMD" && MAGIC_CMD=file
9292case $deplibs_check_method in
9293file_magic*)
9294 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9296$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9297if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9298 $as_echo_n "(cached) " >&6
9299else
9300 case $MAGIC_CMD in
9301[\\/*] | ?:[\\/]*)
9302 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9303 ;;
9304*)
9305 lt_save_MAGIC_CMD="$MAGIC_CMD"
9306 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9307 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9308 for ac_dir in $ac_dummy; do
9309 IFS="$lt_save_ifs"
9310 test -z "$ac_dir" && ac_dir=.
9311 if test -f $ac_dir/${ac_tool_prefix}file; then
9312 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9313 if test -n "$file_magic_test_file"; then
9314 case $deplibs_check_method in
9315 "file_magic "*)
9316 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9317 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9318 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9319 $EGREP "$file_magic_regex" > /dev/null; then
9320 :
9321 else
9322 cat <<_LT_EOF 1>&2
9323
9324*** Warning: the command libtool uses to detect shared libraries,
9325*** $file_magic_cmd, produces output that libtool cannot recognize.
9326*** The result is that libtool may fail to recognize shared libraries
9327*** as such. This will affect the creation of libtool libraries that
9328*** depend on shared libraries, but programs linked with such libtool
9329*** libraries will work regardless of this problem. Nevertheless, you
9330*** may want to report the problem to your system manager and/or to
9331*** bug-libtool@gnu.org
9332
9333_LT_EOF
9334 fi ;;
9335 esac
9336 fi
9337 break
f0569246 9338 fi
6bb11ab3
L
9339 done
9340 IFS="$lt_save_ifs"
9341 MAGIC_CMD="$lt_save_MAGIC_CMD"
9342 ;;
9343esac
f0569246 9344fi
f0569246 9345
6bb11ab3
L
9346MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9347if test -n "$MAGIC_CMD"; then
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9349$as_echo "$MAGIC_CMD" >&6; }
9350else
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9352$as_echo "no" >&6; }
9353fi
81ecdfbb 9354
6bb11ab3
L
9355
9356
9357
9358
9359if test -z "$lt_cv_path_MAGIC_CMD"; then
9360 if test -n "$ac_tool_prefix"; then
9361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9362$as_echo_n "checking for file... " >&6; }
9363if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9364 $as_echo_n "(cached) " >&6
9365else
9366 case $MAGIC_CMD in
9367[\\/*] | ?:[\\/]*)
9368 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9369 ;;
9370*)
9371 lt_save_MAGIC_CMD="$MAGIC_CMD"
9372 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9373 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9374 for ac_dir in $ac_dummy; do
9375 IFS="$lt_save_ifs"
9376 test -z "$ac_dir" && ac_dir=.
9377 if test -f $ac_dir/file; then
9378 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9379 if test -n "$file_magic_test_file"; then
9380 case $deplibs_check_method in
9381 "file_magic "*)
9382 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9383 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9384 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9385 $EGREP "$file_magic_regex" > /dev/null; then
9386 :
9387 else
9388 cat <<_LT_EOF 1>&2
9389
9390*** Warning: the command libtool uses to detect shared libraries,
9391*** $file_magic_cmd, produces output that libtool cannot recognize.
9392*** The result is that libtool may fail to recognize shared libraries
9393*** as such. This will affect the creation of libtool libraries that
9394*** depend on shared libraries, but programs linked with such libtool
9395*** libraries will work regardless of this problem. Nevertheless, you
9396*** may want to report the problem to your system manager and/or to
9397*** bug-libtool@gnu.org
9398
9399_LT_EOF
9400 fi ;;
9401 esac
9402 fi
9403 break
9404 fi
9405 done
9406 IFS="$lt_save_ifs"
9407 MAGIC_CMD="$lt_save_MAGIC_CMD"
9408 ;;
81ecdfbb 9409esac
6bb11ab3
L
9410fi
9411
9412MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9413if test -n "$MAGIC_CMD"; then
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9415$as_echo "$MAGIC_CMD" >&6; }
9416else
9417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9418$as_echo "no" >&6; }
9419fi
9420
9421
9422 else
9423 MAGIC_CMD=:
9424 fi
9425fi
9426
9427 fi
9428 ;;
9429esac
9430
9431# Use C for the default configuration in the libtool script
9432
9433lt_save_CC="$CC"
9434ac_ext=c
9435ac_cpp='$CPP $CPPFLAGS'
9436ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9437ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9438ac_compiler_gnu=$ac_cv_c_compiler_gnu
9439
9440
9441# Source file extension for C test sources.
9442ac_ext=c
9443
9444# Object file extension for compiled C test sources.
9445objext=o
9446objext=$objext
9447
9448# Code to be used in simple compile tests
9449lt_simple_compile_test_code="int some_variable = 0;"
9450
9451# Code to be used in simple link tests
9452lt_simple_link_test_code='int main(){return(0);}'
9453
9454
9455
9456
9457
9458
9459
9460# If no C compiler was specified, use CC.
9461LTCC=${LTCC-"$CC"}
9462
9463# If no C compiler flags were specified, use CFLAGS.
9464LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9465
9466# Allow CC to be a program name with arguments.
9467compiler=$CC
9468
9469# Save the default compiler, since it gets overwritten when the other
9470# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9471compiler_DEFAULT=$CC
9472
9473# save warnings/boilerplate of simple test code
9474ac_outfile=conftest.$ac_objext
9475echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9476eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9477_lt_compiler_boilerplate=`cat conftest.err`
9478$RM conftest*
9479
9480ac_outfile=conftest.$ac_objext
9481echo "$lt_simple_link_test_code" >conftest.$ac_ext
9482eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9483_lt_linker_boilerplate=`cat conftest.err`
9484$RM -r conftest*
9485
9486
9487## CAVEAT EMPTOR:
9488## There is no encapsulation within the following macros, do not change
9489## the running order or otherwise move them around unless you know exactly
9490## what you are doing...
9491if test -n "$compiler"; then
9492
9493lt_prog_compiler_no_builtin_flag=
9494
9495if test "$GCC" = yes; then
9496 case $cc_basename in
9497 nvcc*)
9498 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9499 *)
9500 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9501 esac
6bb11ab3
L
9502
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9504$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9505if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9506 $as_echo_n "(cached) " >&6
f0569246 9507else
6bb11ab3
L
9508 lt_cv_prog_compiler_rtti_exceptions=no
9509 ac_outfile=conftest.$ac_objext
9510 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9511 lt_compiler_flag="-fno-rtti -fno-exceptions"
9512 # Insert the option either (1) after the last *FLAGS variable, or
9513 # (2) before a word containing "conftest.", or (3) at the end.
9514 # Note that $ac_compile itself does not contain backslashes and begins
9515 # with a dollar sign (not a hyphen), so the echo should work correctly.
9516 # The option is referenced via a variable to avoid confusing sed.
9517 lt_compile=`echo "$ac_compile" | $SED \
9518 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9519 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9520 -e 's:$: $lt_compiler_flag:'`
9521 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9522 (eval "$lt_compile" 2>conftest.err)
9523 ac_status=$?
9524 cat conftest.err >&5
9525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9526 if (exit $ac_status) && test -s "$ac_outfile"; then
9527 # The compiler can only warn and ignore the option if not recognized
9528 # So say no if there are warnings other than the usual output.
9529 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9530 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9531 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9532 lt_cv_prog_compiler_rtti_exceptions=yes
9533 fi
9534 fi
9535 $RM conftest*
9536
f0569246 9537fi
6bb11ab3
L
9538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9539$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9540
9541if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9542 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9543else
9544 :
9545fi
9546
9547fi
9548
9549
9550
9551
9552
9553
9554 lt_prog_compiler_wl=
9555lt_prog_compiler_pic=
9556lt_prog_compiler_static=
9557
9558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9559$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9560
9561 if test "$GCC" = yes; then
9562 lt_prog_compiler_wl='-Wl,'
9563 lt_prog_compiler_static='-static'
9564
9565 case $host_os in
9566 aix*)
9567 # All AIX code is PIC.
9568 if test "$host_cpu" = ia64; then
9569 # AIX 5 now supports IA64 processor
9570 lt_prog_compiler_static='-Bstatic'
9571 fi
9572 lt_prog_compiler_pic='-fPIC'
9573 ;;
9574
9575 amigaos*)
9576 case $host_cpu in
9577 powerpc)
9578 # see comment about AmigaOS4 .so support
9579 lt_prog_compiler_pic='-fPIC'
9580 ;;
9581 m68k)
9582 # FIXME: we need at least 68020 code to build shared libraries, but
9583 # adding the `-m68020' flag to GCC prevents building anything better,
9584 # like `-m68040'.
9585 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9586 ;;
9587 esac
9588 ;;
9589
9590 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9591 # PIC is the default for these OSes.
9592 ;;
9593
9594 mingw* | cygwin* | pw32* | os2* | cegcc*)
9595 # This hack is so that the source file can tell whether it is being
9596 # built for inclusion in a dll (and should export symbols for example).
9597 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9598 # (--disable-auto-import) libraries
9599 lt_prog_compiler_pic='-DDLL_EXPORT'
9600 ;;
9601
9602 darwin* | rhapsody*)
9603 # PIC is the default on this platform
9604 # Common symbols not allowed in MH_DYLIB files
9605 lt_prog_compiler_pic='-fno-common'
9606 ;;
9607
9608 haiku*)
9609 # PIC is the default for Haiku.
9610 # The "-static" flag exists, but is broken.
9611 lt_prog_compiler_static=
9612 ;;
9613
9614 hpux*)
9615 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9616 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9617 # sets the default TLS model and affects inlining.
9618 case $host_cpu in
9619 hppa*64*)
9620 # +Z the default
9621 ;;
9622 *)
9623 lt_prog_compiler_pic='-fPIC'
9624 ;;
9625 esac
9626 ;;
9627
9628 interix[3-9]*)
9629 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9630 # Instead, we relocate shared libraries at runtime.
9631 ;;
9632
9633 msdosdjgpp*)
9634 # Just because we use GCC doesn't mean we suddenly get shared libraries
9635 # on systems that don't support them.
9636 lt_prog_compiler_can_build_shared=no
9637 enable_shared=no
9638 ;;
9639
9640 *nto* | *qnx*)
9641 # QNX uses GNU C++, but need to define -shared option too, otherwise
9642 # it will coredump.
9643 lt_prog_compiler_pic='-fPIC -shared'
9644 ;;
9645
9646 sysv4*MP*)
9647 if test -d /usr/nec; then
9648 lt_prog_compiler_pic=-Kconform_pic
9649 fi
9650 ;;
9651
9652 *)
9653 lt_prog_compiler_pic='-fPIC'
9654 ;;
9655 esac
9656
9657 case $cc_basename in
9658 nvcc*) # Cuda Compiler Driver 2.2
9659 lt_prog_compiler_wl='-Xlinker '
9660 lt_prog_compiler_pic='-Xcompiler -fPIC'
9661 ;;
9662 esac
9663 else
9664 # PORTME Check for flag to pass linker flags through the system compiler.
9665 case $host_os in
9666 aix*)
9667 lt_prog_compiler_wl='-Wl,'
9668 if test "$host_cpu" = ia64; then
9669 # AIX 5 now supports IA64 processor
9670 lt_prog_compiler_static='-Bstatic'
9671 else
9672 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9673 fi
9674 ;;
9675
9676 mingw* | cygwin* | pw32* | os2* | cegcc*)
9677 # This hack is so that the source file can tell whether it is being
9678 # built for inclusion in a dll (and should export symbols for example).
9679 lt_prog_compiler_pic='-DDLL_EXPORT'
9680 ;;
9681
9682 hpux9* | hpux10* | hpux11*)
9683 lt_prog_compiler_wl='-Wl,'
9684 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9685 # not for PA HP-UX.
9686 case $host_cpu in
9687 hppa*64*|ia64*)
9688 # +Z the default
9689 ;;
9690 *)
9691 lt_prog_compiler_pic='+Z'
9692 ;;
9693 esac
9694 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9695 lt_prog_compiler_static='${wl}-a ${wl}archive'
9696 ;;
9697
9698 irix5* | irix6* | nonstopux*)
9699 lt_prog_compiler_wl='-Wl,'
9700 # PIC (with -KPIC) is the default.
9701 lt_prog_compiler_static='-non_shared'
9702 ;;
9703
9704 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9705 case $cc_basename in
9706 # old Intel for x86_64 which still supported -KPIC.
9707 ecc*)
9708 lt_prog_compiler_wl='-Wl,'
9709 lt_prog_compiler_pic='-KPIC'
9710 lt_prog_compiler_static='-static'
9711 ;;
9712 # icc used to be incompatible with GCC.
9713 # ICC 10 doesn't accept -KPIC any more.
9714 icc* | ifort*)
9715 lt_prog_compiler_wl='-Wl,'
9716 lt_prog_compiler_pic='-fPIC'
9717 lt_prog_compiler_static='-static'
9718 ;;
9719 # Lahey Fortran 8.1.
9720 lf95*)
9721 lt_prog_compiler_wl='-Wl,'
9722 lt_prog_compiler_pic='--shared'
9723 lt_prog_compiler_static='--static'
9724 ;;
9725 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9726 # Portland Group compilers (*not* the Pentium gcc compiler,
9727 # which looks to be a dead project)
9728 lt_prog_compiler_wl='-Wl,'
9729 lt_prog_compiler_pic='-fpic'
9730 lt_prog_compiler_static='-Bstatic'
9731 ;;
9732 ccc*)
9733 lt_prog_compiler_wl='-Wl,'
9734 # All Alpha code is PIC.
9735 lt_prog_compiler_static='-non_shared'
9736 ;;
9737 xl* | bgxl* | bgf* | mpixl*)
9738 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9739 lt_prog_compiler_wl='-Wl,'
9740 lt_prog_compiler_pic='-qpic'
9741 lt_prog_compiler_static='-qstaticlink'
9742 ;;
9743 *)
9744 case `$CC -V 2>&1 | sed 5q` in
9745 *Sun\ F* | *Sun*Fortran*)
9746 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9747 lt_prog_compiler_pic='-KPIC'
9748 lt_prog_compiler_static='-Bstatic'
9749 lt_prog_compiler_wl=''
9750 ;;
9751 *Sun\ C*)
9752 # Sun C 5.9
9753 lt_prog_compiler_pic='-KPIC'
9754 lt_prog_compiler_static='-Bstatic'
9755 lt_prog_compiler_wl='-Wl,'
9756 ;;
9757 esac
9758 ;;
9759 esac
9760 ;;
9761
9762 newsos6)
9763 lt_prog_compiler_pic='-KPIC'
9764 lt_prog_compiler_static='-Bstatic'
9765 ;;
9766
9767 *nto* | *qnx*)
9768 # QNX uses GNU C++, but need to define -shared option too, otherwise
9769 # it will coredump.
9770 lt_prog_compiler_pic='-fPIC -shared'
9771 ;;
9772
9773 osf3* | osf4* | osf5*)
9774 lt_prog_compiler_wl='-Wl,'
9775 # All OSF/1 code is PIC.
9776 lt_prog_compiler_static='-non_shared'
9777 ;;
9778
9779 rdos*)
9780 lt_prog_compiler_static='-non_shared'
9781 ;;
f0569246 9782
6bb11ab3
L
9783 solaris*)
9784 lt_prog_compiler_pic='-KPIC'
9785 lt_prog_compiler_static='-Bstatic'
9786 case $cc_basename in
9787 f77* | f90* | f95*)
9788 lt_prog_compiler_wl='-Qoption ld ';;
9789 *)
9790 lt_prog_compiler_wl='-Wl,';;
9791 esac
9792 ;;
f0569246 9793
6bb11ab3
L
9794 sunos4*)
9795 lt_prog_compiler_wl='-Qoption ld '
9796 lt_prog_compiler_pic='-PIC'
9797 lt_prog_compiler_static='-Bstatic'
9798 ;;
f0569246 9799
6bb11ab3
L
9800 sysv4 | sysv4.2uw2* | sysv4.3*)
9801 lt_prog_compiler_wl='-Wl,'
9802 lt_prog_compiler_pic='-KPIC'
9803 lt_prog_compiler_static='-Bstatic'
9804 ;;
9805
9806 sysv4*MP*)
9807 if test -d /usr/nec ;then
9808 lt_prog_compiler_pic='-Kconform_pic'
9809 lt_prog_compiler_static='-Bstatic'
9810 fi
9811 ;;
9812
9813 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9814 lt_prog_compiler_wl='-Wl,'
9815 lt_prog_compiler_pic='-KPIC'
9816 lt_prog_compiler_static='-Bstatic'
9817 ;;
9818
9819 unicos*)
9820 lt_prog_compiler_wl='-Wl,'
9821 lt_prog_compiler_can_build_shared=no
9822 ;;
9823
9824 uts4*)
9825 lt_prog_compiler_pic='-pic'
9826 lt_prog_compiler_static='-Bstatic'
9827 ;;
9828
9829 *)
9830 lt_prog_compiler_can_build_shared=no
9831 ;;
9832 esac
9833 fi
9834
9835case $host_os in
9836 # For platforms which do not support PIC, -DPIC is meaningless:
9837 *djgpp*)
9838 lt_prog_compiler_pic=
9839 ;;
9840 *)
9841 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9842 ;;
81ecdfbb 9843esac
6bb11ab3
L
9844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9845$as_echo "$lt_prog_compiler_pic" >&6; }
9846
9847
9848
9849
9850
9851
9852#
9853# Check to make sure the PIC flag actually works.
9854#
9855if test -n "$lt_prog_compiler_pic"; then
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9857$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9858if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9859 $as_echo_n "(cached) " >&6
b7026657 9860else
6bb11ab3
L
9861 lt_cv_prog_compiler_pic_works=no
9862 ac_outfile=conftest.$ac_objext
9863 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9864 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9865 # Insert the option either (1) after the last *FLAGS variable, or
9866 # (2) before a word containing "conftest.", or (3) at the end.
9867 # Note that $ac_compile itself does not contain backslashes and begins
9868 # with a dollar sign (not a hyphen), so the echo should work correctly.
9869 # The option is referenced via a variable to avoid confusing sed.
9870 lt_compile=`echo "$ac_compile" | $SED \
9871 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9872 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9873 -e 's:$: $lt_compiler_flag:'`
9874 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9875 (eval "$lt_compile" 2>conftest.err)
9876 ac_status=$?
9877 cat conftest.err >&5
9878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9879 if (exit $ac_status) && test -s "$ac_outfile"; then
9880 # The compiler can only warn and ignore the option if not recognized
9881 # So say no if there are warnings other than the usual output.
9882 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9883 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9884 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9885 lt_cv_prog_compiler_pic_works=yes
9886 fi
9887 fi
9888 $RM conftest*
b7026657 9889
b7026657 9890fi
6bb11ab3
L
9891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9892$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9893
9894if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9895 case $lt_prog_compiler_pic in
9896 "" | " "*) ;;
9897 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9898 esac
9899else
9900 lt_prog_compiler_pic=
9901 lt_prog_compiler_can_build_shared=no
f0569246 9902fi
6bb11ab3
L
9903
9904fi
9905
9906
9907
9908
9909
9910
9911#
9912# Check to make sure the static flag actually works.
9913#
9914wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9916$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9917if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9918 $as_echo_n "(cached) " >&6
f0569246 9919else
6bb11ab3
L
9920 lt_cv_prog_compiler_static_works=no
9921 save_LDFLAGS="$LDFLAGS"
9922 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9923 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9924 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9925 # The linker can only warn and ignore the option if not recognized
9926 # So say no if there are warnings
9927 if test -s conftest.err; then
9928 # Append any errors to the config.log.
9929 cat conftest.err 1>&5
9930 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9931 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9932 if diff conftest.exp conftest.er2 >/dev/null; then
9933 lt_cv_prog_compiler_static_works=yes
9934 fi
9935 else
9936 lt_cv_prog_compiler_static_works=yes
9937 fi
9938 fi
9939 $RM -r conftest*
9940 LDFLAGS="$save_LDFLAGS"
f0569246 9941
6bb11ab3
L
9942fi
9943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9944$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 9945
6bb11ab3
L
9946if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9947 :
c906108c 9948else
6bb11ab3 9949 lt_prog_compiler_static=
f0569246 9950fi
b7026657 9951
6bb11ab3
L
9952
9953
9954
9955
9956
9957
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9959$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9960if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9961 $as_echo_n "(cached) " >&6
81ecdfbb 9962else
6bb11ab3
L
9963 lt_cv_prog_compiler_c_o=no
9964 $RM -r conftest 2>/dev/null
9965 mkdir conftest
9966 cd conftest
9967 mkdir out
9968 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9969
9970 lt_compiler_flag="-o out/conftest2.$ac_objext"
9971 # Insert the option either (1) after the last *FLAGS variable, or
9972 # (2) before a word containing "conftest.", or (3) at the end.
9973 # Note that $ac_compile itself does not contain backslashes and begins
9974 # with a dollar sign (not a hyphen), so the echo should work correctly.
9975 lt_compile=`echo "$ac_compile" | $SED \
9976 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9977 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9978 -e 's:$: $lt_compiler_flag:'`
9979 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9980 (eval "$lt_compile" 2>out/conftest.err)
9981 ac_status=$?
9982 cat out/conftest.err >&5
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9985 then
9986 # The compiler can only warn and ignore the option if not recognized
9987 # So say no if there are warnings
9988 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9989 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9990 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9991 lt_cv_prog_compiler_c_o=yes
9992 fi
9993 fi
9994 chmod u+w . 2>&5
9995 $RM conftest*
9996 # SGI C++ compiler will create directory out/ii_files/ for
9997 # template instantiation
9998 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9999 $RM out/* && rmdir out
10000 cd ..
10001 $RM -r conftest
10002 $RM conftest*
10003
81ecdfbb 10004fi
6bb11ab3
L
10005{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10006$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10007
10008
10009
10010
10011
10012
10013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10014$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10015if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10016 $as_echo_n "(cached) " >&6
10017else
6bb11ab3
L
10018 lt_cv_prog_compiler_c_o=no
10019 $RM -r conftest 2>/dev/null
10020 mkdir conftest
10021 cd conftest
10022 mkdir out
10023 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10024
10025 lt_compiler_flag="-o out/conftest2.$ac_objext"
10026 # Insert the option either (1) after the last *FLAGS variable, or
10027 # (2) before a word containing "conftest.", or (3) at the end.
10028 # Note that $ac_compile itself does not contain backslashes and begins
10029 # with a dollar sign (not a hyphen), so the echo should work correctly.
10030 lt_compile=`echo "$ac_compile" | $SED \
10031 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10032 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10033 -e 's:$: $lt_compiler_flag:'`
10034 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10035 (eval "$lt_compile" 2>out/conftest.err)
10036 ac_status=$?
10037 cat out/conftest.err >&5
10038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10039 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10040 then
10041 # The compiler can only warn and ignore the option if not recognized
10042 # So say no if there are warnings
10043 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10044 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10045 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10046 lt_cv_prog_compiler_c_o=yes
10047 fi
10048 fi
10049 chmod u+w . 2>&5
10050 $RM conftest*
10051 # SGI C++ compiler will create directory out/ii_files/ for
10052 # template instantiation
10053 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10054 $RM out/* && rmdir out
10055 cd ..
10056 $RM -r conftest
10057 $RM conftest*
10058
10059fi
10060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10061$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10062
10063
10064
10065
10066hard_links="nottested"
10067if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10068 # do not overwrite the value of need_locks provided by the user
10069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10070$as_echo_n "checking if we can lock with hard links... " >&6; }
10071 hard_links=yes
10072 $RM conftest*
10073 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10074 touch conftest.a
10075 ln conftest.a conftest.b 2>&5 || hard_links=no
10076 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10078$as_echo "$hard_links" >&6; }
10079 if test "$hard_links" = no; then
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10081$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10082 need_locks=warn
10083 fi
10084else
10085 need_locks=no
10086fi
10087
10088
10089
10090
10091
10092
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10094$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10095
10096 runpath_var=
10097 allow_undefined_flag=
10098 always_export_symbols=no
10099 archive_cmds=
10100 archive_expsym_cmds=
10101 compiler_needs_object=no
10102 enable_shared_with_static_runtimes=no
10103 export_dynamic_flag_spec=
10104 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10105 hardcode_automatic=no
10106 hardcode_direct=no
10107 hardcode_direct_absolute=no
10108 hardcode_libdir_flag_spec=
10109 hardcode_libdir_flag_spec_ld=
10110 hardcode_libdir_separator=
10111 hardcode_minus_L=no
10112 hardcode_shlibpath_var=unsupported
10113 inherit_rpath=no
10114 link_all_deplibs=unknown
10115 module_cmds=
10116 module_expsym_cmds=
10117 old_archive_from_new_cmds=
10118 old_archive_from_expsyms_cmds=
10119 thread_safe_flag_spec=
10120 whole_archive_flag_spec=
10121 # include_expsyms should be a list of space-separated symbols to be *always*
10122 # included in the symbol list
10123 include_expsyms=
10124 # exclude_expsyms can be an extended regexp of symbols to exclude
10125 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10126 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10127 # as well as any symbol that contains `d'.
10128 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10129 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10130 # platforms (ab)use it in PIC code, but their linkers get confused if
10131 # the symbol is explicitly referenced. Since portable code cannot
10132 # rely on this symbol name, it's probably fine to never include it in
10133 # preloaded symbol tables.
10134 # Exclude shared library initialization/finalization symbols.
10135 extract_expsyms_cmds=
10136
10137 case $host_os in
10138 cygwin* | mingw* | pw32* | cegcc*)
10139 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10140 # When not using gcc, we currently assume that we are using
10141 # Microsoft Visual C++.
10142 if test "$GCC" != yes; then
10143 with_gnu_ld=no
10144 fi
10145 ;;
10146 interix*)
10147 # we just hope/assume this is gcc and not c89 (= MSVC++)
10148 with_gnu_ld=yes
10149 ;;
10150 openbsd*)
10151 with_gnu_ld=no
10152 ;;
10153 esac
f0569246 10154
6bb11ab3
L
10155 ld_shlibs=yes
10156
10157 # On some targets, GNU ld is compatible enough with the native linker
10158 # that we're better off using the native interface for both.
10159 lt_use_gnu_ld_interface=no
10160 if test "$with_gnu_ld" = yes; then
10161 case $host_os in
10162 aix*)
10163 # The AIX port of GNU ld has always aspired to compatibility
10164 # with the native linker. However, as the warning in the GNU ld
10165 # block says, versions before 2.19.5* couldn't really create working
10166 # shared libraries, regardless of the interface used.
10167 case `$LD -v 2>&1` in
10168 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10169 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10170 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10171 *)
10172 lt_use_gnu_ld_interface=yes
10173 ;;
10174 esac
10175 ;;
10176 *)
10177 lt_use_gnu_ld_interface=yes
10178 ;;
10179 esac
10180 fi
f0569246 10181
6bb11ab3
L
10182 if test "$lt_use_gnu_ld_interface" = yes; then
10183 # If archive_cmds runs LD, not CC, wlarc should be empty
10184 wlarc='${wl}'
10185
10186 # Set some defaults for GNU ld with shared library support. These
10187 # are reset later if shared libraries are not supported. Putting them
10188 # here allows them to be overridden if necessary.
10189 runpath_var=LD_RUN_PATH
10190 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10191 export_dynamic_flag_spec='${wl}--export-dynamic'
10192 # ancient GNU ld didn't support --whole-archive et. al.
10193 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10194 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10195 else
10196 whole_archive_flag_spec=
10197 fi
10198 supports_anon_versioning=no
10199 case `$LD -v 2>&1` in
10200 *GNU\ gold*) supports_anon_versioning=yes ;;
10201 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10202 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10203 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10204 *\ 2.11.*) ;; # other 2.11 versions
10205 *) supports_anon_versioning=yes ;;
10206 esac
10207
10208 # See if GNU ld supports shared libraries.
10209 case $host_os in
10210 aix[3-9]*)
10211 # On AIX/PPC, the GNU linker is very broken
10212 if test "$host_cpu" != ia64; then
10213 ld_shlibs=no
10214 cat <<_LT_EOF 1>&2
10215
10216*** Warning: the GNU linker, at least up to release 2.19, is reported
10217*** to be unable to reliably create shared libraries on AIX.
10218*** Therefore, libtool is disabling shared libraries support. If you
10219*** really care for shared libraries, you may want to install binutils
10220*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10221*** You will then need to restart the configuration process.
10222
10223_LT_EOF
10224 fi
10225 ;;
10226
10227 amigaos*)
10228 case $host_cpu in
10229 powerpc)
10230 # see comment about AmigaOS4 .so support
10231 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10232 archive_expsym_cmds=''
10233 ;;
10234 m68k)
10235 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)'
10236 hardcode_libdir_flag_spec='-L$libdir'
10237 hardcode_minus_L=yes
10238 ;;
10239 esac
10240 ;;
10241
10242 beos*)
10243 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10244 allow_undefined_flag=unsupported
10245 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10246 # support --undefined. This deserves some investigation. FIXME
10247 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10248 else
10249 ld_shlibs=no
10250 fi
10251 ;;
10252
10253 cygwin* | mingw* | pw32* | cegcc*)
10254 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10255 # as there is no search path for DLLs.
10256 hardcode_libdir_flag_spec='-L$libdir'
10257 export_dynamic_flag_spec='${wl}--export-all-symbols'
10258 allow_undefined_flag=unsupported
10259 always_export_symbols=no
10260 enable_shared_with_static_runtimes=yes
10261 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10262
10263 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10264 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10265 # If the export-symbols file already is a .def file (1st line
10266 # is EXPORTS), use it as is; otherwise, prepend...
10267 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10268 cp $export_symbols $output_objdir/$soname.def;
10269 else
10270 echo EXPORTS > $output_objdir/$soname.def;
10271 cat $export_symbols >> $output_objdir/$soname.def;
10272 fi~
10273 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10274 else
10275 ld_shlibs=no
10276 fi
10277 ;;
10278
10279 haiku*)
10280 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10281 link_all_deplibs=yes
10282 ;;
10283
10284 interix[3-9]*)
10285 hardcode_direct=no
10286 hardcode_shlibpath_var=no
10287 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10288 export_dynamic_flag_spec='${wl}-E'
10289 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10290 # Instead, shared libraries are loaded at an image base (0x10000000 by
10291 # default) and relocated if they conflict, which is a slow very memory
10292 # consuming and fragmenting process. To avoid this, we pick a random,
10293 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10294 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10295 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10296 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'
10297 ;;
10298
10299 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10300 tmp_diet=no
10301 if test "$host_os" = linux-dietlibc; then
10302 case $cc_basename in
10303 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10304 esac
10305 fi
10306 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10307 && test "$tmp_diet" = no
10308 then
5cddc23a 10309 tmp_addflag=' $pic_flag'
6bb11ab3
L
10310 tmp_sharedflag='-shared'
10311 case $cc_basename,$host_cpu in
10312 pgcc*) # Portland Group C compiler
10313 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'
10314 tmp_addflag=' $pic_flag'
10315 ;;
10316 pgf77* | pgf90* | pgf95* | pgfortran*)
10317 # Portland Group f77 and f90 compilers
10318 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'
10319 tmp_addflag=' $pic_flag -Mnomain' ;;
10320 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10321 tmp_addflag=' -i_dynamic' ;;
10322 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10323 tmp_addflag=' -i_dynamic -nofor_main' ;;
10324 ifc* | ifort*) # Intel Fortran compiler
10325 tmp_addflag=' -nofor_main' ;;
10326 lf95*) # Lahey Fortran 8.1
10327 whole_archive_flag_spec=
10328 tmp_sharedflag='--shared' ;;
10329 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10330 tmp_sharedflag='-qmkshrobj'
10331 tmp_addflag= ;;
10332 nvcc*) # Cuda Compiler Driver 2.2
10333 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'
10334 compiler_needs_object=yes
10335 ;;
10336 esac
10337 case `$CC -V 2>&1 | sed 5q` in
10338 *Sun\ C*) # Sun C 5.9
10339 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'
10340 compiler_needs_object=yes
10341 tmp_sharedflag='-G' ;;
10342 *Sun\ F*) # Sun Fortran 8.3
10343 tmp_sharedflag='-G' ;;
10344 esac
10345 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10346
10347 if test "x$supports_anon_versioning" = xyes; then
10348 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10349 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10350 echo "local: *; };" >> $output_objdir/$libname.ver~
10351 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10352 fi
10353
10354 case $cc_basename in
10355 xlf* | bgf* | bgxlf* | mpixlf*)
10356 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10357 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10358 hardcode_libdir_flag_spec=
10359 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10360 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10361 if test "x$supports_anon_versioning" = xyes; then
10362 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10363 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10364 echo "local: *; };" >> $output_objdir/$libname.ver~
10365 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10366 fi
10367 ;;
10368 esac
10369 else
10370 ld_shlibs=no
10371 fi
10372 ;;
10373
10374 netbsd*)
10375 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10376 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10377 wlarc=
10378 else
10379 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10380 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10381 fi
10382 ;;
10383
10384 solaris*)
10385 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10386 ld_shlibs=no
10387 cat <<_LT_EOF 1>&2
10388
10389*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10390*** create shared libraries on Solaris systems. Therefore, libtool
10391*** is disabling shared libraries support. We urge you to upgrade GNU
10392*** binutils to release 2.9.1 or newer. Another option is to modify
10393*** your PATH or compiler configuration so that the native linker is
10394*** used, and then restart.
10395
10396_LT_EOF
10397 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10398 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10399 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10400 else
10401 ld_shlibs=no
10402 fi
10403 ;;
10404
10405 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10406 case `$LD -v 2>&1` in
10407 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10408 ld_shlibs=no
10409 cat <<_LT_EOF 1>&2
10410
10411*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10412*** reliably create shared libraries on SCO systems. Therefore, libtool
10413*** is disabling shared libraries support. We urge you to upgrade GNU
10414*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10415*** your PATH or compiler configuration so that the native linker is
10416*** used, and then restart.
10417
10418_LT_EOF
10419 ;;
10420 *)
10421 # For security reasons, it is highly recommended that you always
10422 # use absolute paths for naming shared libraries, and exclude the
10423 # DT_RUNPATH tag from executables and libraries. But doing so
10424 # requires that you compile everything twice, which is a pain.
10425 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10426 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10427 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10428 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10429 else
10430 ld_shlibs=no
10431 fi
10432 ;;
10433 esac
10434 ;;
10435
10436 sunos4*)
10437 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10438 wlarc=
10439 hardcode_direct=yes
10440 hardcode_shlibpath_var=no
10441 ;;
10442
10443 *)
10444 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10445 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10446 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10447 else
10448 ld_shlibs=no
10449 fi
10450 ;;
10451 esac
10452
10453 if test "$ld_shlibs" = no; then
10454 runpath_var=
10455 hardcode_libdir_flag_spec=
10456 export_dynamic_flag_spec=
10457 whole_archive_flag_spec=
10458 fi
10459 else
10460 # PORTME fill in a description of your system's linker (not GNU ld)
10461 case $host_os in
10462 aix3*)
10463 allow_undefined_flag=unsupported
10464 always_export_symbols=yes
10465 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'
10466 # Note: this linker hardcodes the directories in LIBPATH if there
10467 # are no directories specified by -L.
10468 hardcode_minus_L=yes
10469 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10470 # Neither direct hardcoding nor static linking is supported with a
10471 # broken collect2.
10472 hardcode_direct=unsupported
10473 fi
10474 ;;
10475
10476 aix[4-9]*)
10477 if test "$host_cpu" = ia64; then
10478 # On IA64, the linker does run time linking by default, so we don't
10479 # have to do anything special.
10480 aix_use_runtimelinking=no
10481 exp_sym_flag='-Bexport'
10482 no_entry_flag=""
10483 else
10484 # If we're using GNU nm, then we don't want the "-C" option.
10485 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10486 # Also, AIX nm treats weak defined symbols like other global
10487 # defined symbols, whereas GNU nm marks them as "W".
10488 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10489 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'
10490 else
10491 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'
10492 fi
10493 aix_use_runtimelinking=no
10494
10495 # Test if we are trying to use run time linking or normal
10496 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10497 # need to do runtime linking.
10498 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10499 for ld_flag in $LDFLAGS; do
10500 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10501 aix_use_runtimelinking=yes
10502 break
10503 fi
10504 done
10505 ;;
10506 esac
10507
10508 exp_sym_flag='-bexport'
10509 no_entry_flag='-bnoentry'
10510 fi
10511
10512 # When large executables or shared objects are built, AIX ld can
10513 # have problems creating the table of contents. If linking a library
10514 # or program results in "error TOC overflow" add -mminimal-toc to
10515 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10516 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10517
10518 archive_cmds=''
10519 hardcode_direct=yes
10520 hardcode_direct_absolute=yes
10521 hardcode_libdir_separator=':'
10522 link_all_deplibs=yes
10523 file_list_spec='${wl}-f,'
10524
10525 if test "$GCC" = yes; then
10526 case $host_os in aix4.[012]|aix4.[012].*)
10527 # We only want to do this on AIX 4.2 and lower, the check
10528 # below for broken collect2 doesn't work under 4.3+
10529 collect2name=`${CC} -print-prog-name=collect2`
10530 if test -f "$collect2name" &&
10531 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10532 then
10533 # We have reworked collect2
10534 :
10535 else
10536 # We have old collect2
10537 hardcode_direct=unsupported
10538 # It fails to find uninstalled libraries when the uninstalled
10539 # path is not listed in the libpath. Setting hardcode_minus_L
10540 # to unsupported forces relinking
10541 hardcode_minus_L=yes
10542 hardcode_libdir_flag_spec='-L$libdir'
10543 hardcode_libdir_separator=
10544 fi
10545 ;;
10546 esac
10547 shared_flag='-shared'
10548 if test "$aix_use_runtimelinking" = yes; then
10549 shared_flag="$shared_flag "'${wl}-G'
10550 fi
10551 else
10552 # not using gcc
10553 if test "$host_cpu" = ia64; then
10554 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10555 # chokes on -Wl,-G. The following line is correct:
10556 shared_flag='-G'
10557 else
10558 if test "$aix_use_runtimelinking" = yes; then
10559 shared_flag='${wl}-G'
10560 else
10561 shared_flag='${wl}-bM:SRE'
10562 fi
10563 fi
10564 fi
10565
10566 export_dynamic_flag_spec='${wl}-bexpall'
10567 # It seems that -bexpall does not export symbols beginning with
10568 # underscore (_), so it is better to generate a list of symbols to export.
10569 always_export_symbols=yes
10570 if test "$aix_use_runtimelinking" = yes; then
10571 # Warning - without using the other runtime loading flags (-brtl),
10572 # -berok will link without error, but may produce a broken library.
10573 allow_undefined_flag='-berok'
10574 # Determine the default libpath from the value encoded in an
10575 # empty executable.
10576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10577/* end confdefs.h. */
10578
10579int
10580main ()
10581{
10582
10583 ;
10584 return 0;
10585}
10586_ACEOF
6bb11ab3 10587if ac_fn_c_try_link "$LINENO"; then :
b7026657 10588
6bb11ab3
L
10589lt_aix_libpath_sed='
10590 /Import File Strings/,/^$/ {
10591 /^0/ {
10592 s/^0 *\(.*\)$/\1/
10593 p
10594 }
10595 }'
10596aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10597# Check for a 64-bit object if we didn't find anything.
10598if test -z "$aix_libpath"; then
10599 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10600fi
10601fi
10602rm -f core conftest.err conftest.$ac_objext \
10603 conftest$ac_exeext conftest.$ac_ext
10604if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10605
10606 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10607 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"
10608 else
10609 if test "$host_cpu" = ia64; then
10610 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10611 allow_undefined_flag="-z nodefs"
10612 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"
10613 else
10614 # Determine the default libpath from the value encoded in an
10615 # empty executable.
81ecdfbb
RW
10616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10617/* end confdefs.h. */
10618
10619int
10620main ()
10621{
10622
10623 ;
10624 return 0;
10625}
10626_ACEOF
6bb11ab3
L
10627if ac_fn_c_try_link "$LINENO"; then :
10628
10629lt_aix_libpath_sed='
10630 /Import File Strings/,/^$/ {
10631 /^0/ {
10632 s/^0 *\(.*\)$/\1/
10633 p
10634 }
10635 }'
10636aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10637# Check for a 64-bit object if we didn't find anything.
10638if test -z "$aix_libpath"; then
10639 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10640fi
81ecdfbb 10641fi
6bb11ab3
L
10642rm -f core conftest.err conftest.$ac_objext \
10643 conftest$ac_exeext conftest.$ac_ext
10644if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10645
10646 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10647 # Warning - without using the other run time loading flags,
10648 # -berok will link without error, but may produce a broken library.
10649 no_undefined_flag=' ${wl}-bernotok'
10650 allow_undefined_flag=' ${wl}-berok'
10651 if test "$with_gnu_ld" = yes; then
10652 # We only use this code for GNU lds that support --whole-archive.
10653 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10654 else
10655 # Exported symbols can be pulled into shared objects from archives
10656 whole_archive_flag_spec='$convenience'
10657 fi
10658 archive_cmds_need_lc=yes
10659 # This is similar to how AIX traditionally builds its shared libraries.
10660 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'
10661 fi
10662 fi
10663 ;;
10664
10665 amigaos*)
10666 case $host_cpu in
10667 powerpc)
10668 # see comment about AmigaOS4 .so support
10669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10670 archive_expsym_cmds=''
10671 ;;
10672 m68k)
10673 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)'
10674 hardcode_libdir_flag_spec='-L$libdir'
10675 hardcode_minus_L=yes
10676 ;;
10677 esac
10678 ;;
10679
10680 bsdi[45]*)
10681 export_dynamic_flag_spec=-rdynamic
10682 ;;
10683
10684 cygwin* | mingw* | pw32* | cegcc*)
10685 # When not using gcc, we currently assume that we are using
10686 # Microsoft Visual C++.
10687 # hardcode_libdir_flag_spec is actually meaningless, as there is
10688 # no search path for DLLs.
10689 hardcode_libdir_flag_spec=' '
10690 allow_undefined_flag=unsupported
10691 # Tell ltmain to make .lib files, not .a files.
10692 libext=lib
10693 # Tell ltmain to make .dll files, not .so files.
10694 shrext_cmds=".dll"
10695 # FIXME: Setting linknames here is a bad hack.
10696 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10697 # The linker will automatically build a .lib file if we build a DLL.
10698 old_archive_from_new_cmds='true'
10699 # FIXME: Should let the user specify the lib program.
10700 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10701 fix_srcfile_path='`cygpath -w "$srcfile"`'
10702 enable_shared_with_static_runtimes=yes
10703 ;;
10704
10705 darwin* | rhapsody*)
10706
10707
10708 archive_cmds_need_lc=no
10709 hardcode_direct=no
10710 hardcode_automatic=yes
10711 hardcode_shlibpath_var=unsupported
10712 if test "$lt_cv_ld_force_load" = "yes"; then
10713 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 10714 else
6bb11ab3 10715 whole_archive_flag_spec=''
f0569246 10716 fi
6bb11ab3
L
10717 link_all_deplibs=yes
10718 allow_undefined_flag="$_lt_dar_allow_undefined"
10719 case $cc_basename in
10720 ifort*) _lt_dar_can_shared=yes ;;
10721 *) _lt_dar_can_shared=$GCC ;;
10722 esac
10723 if test "$_lt_dar_can_shared" = "yes"; then
10724 output_verbose_link_cmd=func_echo_all
10725 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10726 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10727 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}"
10728 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}"
10729
f0569246 10730 else
6bb11ab3 10731 ld_shlibs=no
f0569246 10732 fi
6bb11ab3
L
10733
10734 ;;
10735
10736 dgux*)
10737 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10738 hardcode_libdir_flag_spec='-L$libdir'
10739 hardcode_shlibpath_var=no
10740 ;;
10741
10742 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10743 # support. Future versions do this automatically, but an explicit c++rt0.o
10744 # does not break anything, and helps significantly (at the cost of a little
10745 # extra space).
10746 freebsd2.2*)
10747 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10748 hardcode_libdir_flag_spec='-R$libdir'
10749 hardcode_direct=yes
10750 hardcode_shlibpath_var=no
10751 ;;
10752
10753 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10754 freebsd2.*)
10755 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10756 hardcode_direct=yes
10757 hardcode_minus_L=yes
10758 hardcode_shlibpath_var=no
10759 ;;
10760
10761 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10762 freebsd* | dragonfly*)
10763 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10764 hardcode_libdir_flag_spec='-R$libdir'
10765 hardcode_direct=yes
10766 hardcode_shlibpath_var=no
10767 ;;
10768
10769 hpux9*)
10770 if test "$GCC" = yes; then
10771 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'
10772 else
10773 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'
10774 fi
10775 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10776 hardcode_libdir_separator=:
10777 hardcode_direct=yes
10778
10779 # hardcode_minus_L: Not really in the search PATH,
10780 # but as the default location of the library.
10781 hardcode_minus_L=yes
10782 export_dynamic_flag_spec='${wl}-E'
10783 ;;
10784
10785 hpux10*)
10786 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10787 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10788 else
10789 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10790 fi
10791 if test "$with_gnu_ld" = no; then
10792 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10793 hardcode_libdir_flag_spec_ld='+b $libdir'
10794 hardcode_libdir_separator=:
10795 hardcode_direct=yes
10796 hardcode_direct_absolute=yes
10797 export_dynamic_flag_spec='${wl}-E'
10798 # hardcode_minus_L: Not really in the search PATH,
10799 # but as the default location of the library.
10800 hardcode_minus_L=yes
10801 fi
10802 ;;
10803
10804 hpux11*)
10805 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10806 case $host_cpu in
10807 hppa*64*)
10808 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10809 ;;
10810 ia64*)
10811 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10812 ;;
10813 *)
10814 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10815 ;;
10816 esac
10817 else
10818 case $host_cpu in
10819 hppa*64*)
10820 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10821 ;;
10822 ia64*)
10823 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10824 ;;
10825 *)
10826
10827 # Older versions of the 11.00 compiler do not understand -b yet
10828 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10830$as_echo_n "checking if $CC understands -b... " >&6; }
10831if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10832 $as_echo_n "(cached) " >&6
f0569246 10833else
6bb11ab3
L
10834 lt_cv_prog_compiler__b=no
10835 save_LDFLAGS="$LDFLAGS"
10836 LDFLAGS="$LDFLAGS -b"
10837 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10838 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10839 # The linker can only warn and ignore the option if not recognized
10840 # So say no if there are warnings
10841 if test -s conftest.err; then
10842 # Append any errors to the config.log.
10843 cat conftest.err 1>&5
10844 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10845 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10846 if diff conftest.exp conftest.er2 >/dev/null; then
10847 lt_cv_prog_compiler__b=yes
10848 fi
10849 else
10850 lt_cv_prog_compiler__b=yes
10851 fi
10852 fi
10853 $RM -r conftest*
10854 LDFLAGS="$save_LDFLAGS"
f0569246 10855
6bb11ab3
L
10856fi
10857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10858$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 10859
6bb11ab3
L
10860if test x"$lt_cv_prog_compiler__b" = xyes; then
10861 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10862else
10863 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10864fi
81ecdfbb 10865
6bb11ab3
L
10866 ;;
10867 esac
10868 fi
10869 if test "$with_gnu_ld" = no; then
10870 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10871 hardcode_libdir_separator=:
10872
10873 case $host_cpu in
10874 hppa*64*|ia64*)
10875 hardcode_direct=no
10876 hardcode_shlibpath_var=no
10877 ;;
10878 *)
10879 hardcode_direct=yes
10880 hardcode_direct_absolute=yes
10881 export_dynamic_flag_spec='${wl}-E'
10882
10883 # hardcode_minus_L: Not really in the search PATH,
10884 # but as the default location of the library.
10885 hardcode_minus_L=yes
10886 ;;
10887 esac
10888 fi
10889 ;;
10890
10891 irix5* | irix6* | nonstopux*)
10892 if test "$GCC" = yes; then
10893 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'
10894 # Try to use the -exported_symbol ld option, if it does not
10895 # work, assume that -exports_file does not work either and
10896 # implicitly export all symbols.
10897 save_LDFLAGS="$LDFLAGS"
10898 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10900/* end confdefs.h. */
10901int foo(void) {}
b7026657 10902_ACEOF
6bb11ab3
L
10903if ac_fn_c_try_link "$LINENO"; then :
10904 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 10905
f0569246 10906fi
6bb11ab3
L
10907rm -f core conftest.err conftest.$ac_objext \
10908 conftest$ac_exeext conftest.$ac_ext
10909 LDFLAGS="$save_LDFLAGS"
10910 else
10911 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'
10912 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'
10913 fi
10914 archive_cmds_need_lc='no'
10915 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10916 hardcode_libdir_separator=:
10917 inherit_rpath=yes
10918 link_all_deplibs=yes
10919 ;;
10920
10921 netbsd*)
10922 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10923 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10924 else
10925 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10926 fi
10927 hardcode_libdir_flag_spec='-R$libdir'
10928 hardcode_direct=yes
10929 hardcode_shlibpath_var=no
10930 ;;
10931
10932 newsos6)
10933 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10934 hardcode_direct=yes
10935 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10936 hardcode_libdir_separator=:
10937 hardcode_shlibpath_var=no
10938 ;;
10939
10940 *nto* | *qnx*)
10941 ;;
10942
10943 openbsd*)
10944 if test -f /usr/libexec/ld.so; then
10945 hardcode_direct=yes
10946 hardcode_shlibpath_var=no
10947 hardcode_direct_absolute=yes
10948 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10949 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10950 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10951 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10952 export_dynamic_flag_spec='${wl}-E'
10953 else
10954 case $host_os in
10955 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10956 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10957 hardcode_libdir_flag_spec='-R$libdir'
10958 ;;
10959 *)
10960 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10961 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10962 ;;
10963 esac
10964 fi
10965 else
10966 ld_shlibs=no
10967 fi
10968 ;;
10969
10970 os2*)
10971 hardcode_libdir_flag_spec='-L$libdir'
10972 hardcode_minus_L=yes
10973 allow_undefined_flag=unsupported
10974 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'
10975 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10976 ;;
10977
10978 osf3*)
10979 if test "$GCC" = yes; then
10980 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10981 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'
10982 else
10983 allow_undefined_flag=' -expect_unresolved \*'
10984 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'
10985 fi
10986 archive_cmds_need_lc='no'
10987 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10988 hardcode_libdir_separator=:
10989 ;;
10990
10991 osf4* | osf5*) # as osf3* with the addition of -msym flag
10992 if test "$GCC" = yes; then
10993 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10994 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'
10995 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10996 else
10997 allow_undefined_flag=' -expect_unresolved \*'
10998 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'
10999 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~
11000 $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'
11001
11002 # Both c and cxx compiler support -rpath directly
11003 hardcode_libdir_flag_spec='-rpath $libdir'
11004 fi
11005 archive_cmds_need_lc='no'
11006 hardcode_libdir_separator=:
11007 ;;
11008
11009 solaris*)
11010 no_undefined_flag=' -z defs'
11011 if test "$GCC" = yes; then
11012 wlarc='${wl}'
11013 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11014 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11015 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11016 else
11017 case `$CC -V 2>&1` in
11018 *"Compilers 5.0"*)
11019 wlarc=''
11020 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11021 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11022 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11023 ;;
11024 *)
11025 wlarc='${wl}'
11026 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11027 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11028 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11029 ;;
11030 esac
11031 fi
11032 hardcode_libdir_flag_spec='-R$libdir'
11033 hardcode_shlibpath_var=no
11034 case $host_os in
11035 solaris2.[0-5] | solaris2.[0-5].*) ;;
11036 *)
11037 # The compiler driver will combine and reorder linker options,
11038 # but understands `-z linker_flag'. GCC discards it without `$wl',
11039 # but is careful enough not to reorder.
11040 # Supported since Solaris 2.6 (maybe 2.5.1?)
11041 if test "$GCC" = yes; then
11042 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11043 else
11044 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11045 fi
11046 ;;
11047 esac
11048 link_all_deplibs=yes
11049 ;;
11050
11051 sunos4*)
11052 if test "x$host_vendor" = xsequent; then
11053 # Use $CC to link under sequent, because it throws in some extra .o
11054 # files that make .init and .fini sections work.
11055 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11056 else
11057 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11058 fi
11059 hardcode_libdir_flag_spec='-L$libdir'
11060 hardcode_direct=yes
11061 hardcode_minus_L=yes
11062 hardcode_shlibpath_var=no
11063 ;;
11064
11065 sysv4)
11066 case $host_vendor in
11067 sni)
11068 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11069 hardcode_direct=yes # is this really true???
11070 ;;
11071 siemens)
11072 ## LD is ld it makes a PLAMLIB
11073 ## CC just makes a GrossModule.
11074 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11075 reload_cmds='$CC -r -o $output$reload_objs'
11076 hardcode_direct=no
11077 ;;
11078 motorola)
11079 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11080 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11081 ;;
11082 esac
11083 runpath_var='LD_RUN_PATH'
11084 hardcode_shlibpath_var=no
11085 ;;
11086
11087 sysv4.3*)
11088 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11089 hardcode_shlibpath_var=no
11090 export_dynamic_flag_spec='-Bexport'
11091 ;;
11092
11093 sysv4*MP*)
11094 if test -d /usr/nec; then
11095 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11096 hardcode_shlibpath_var=no
11097 runpath_var=LD_RUN_PATH
11098 hardcode_runpath_var=yes
11099 ld_shlibs=yes
11100 fi
11101 ;;
11102
11103 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11104 no_undefined_flag='${wl}-z,text'
11105 archive_cmds_need_lc=no
11106 hardcode_shlibpath_var=no
11107 runpath_var='LD_RUN_PATH'
11108
11109 if test "$GCC" = yes; then
11110 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11111 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11112 else
11113 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11114 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11115 fi
11116 ;;
11117
11118 sysv5* | sco3.2v5* | sco5v6*)
11119 # Note: We can NOT use -z defs as we might desire, because we do not
11120 # link with -lc, and that would cause any symbols used from libc to
11121 # always be unresolved, which means just about no library would
11122 # ever link correctly. If we're not using GNU ld we use -z text
11123 # though, which does catch some bad symbols but isn't as heavy-handed
11124 # as -z defs.
11125 no_undefined_flag='${wl}-z,text'
11126 allow_undefined_flag='${wl}-z,nodefs'
11127 archive_cmds_need_lc=no
11128 hardcode_shlibpath_var=no
11129 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11130 hardcode_libdir_separator=':'
11131 link_all_deplibs=yes
11132 export_dynamic_flag_spec='${wl}-Bexport'
11133 runpath_var='LD_RUN_PATH'
11134
11135 if test "$GCC" = yes; then
11136 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11137 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11138 else
11139 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11140 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11141 fi
11142 ;;
11143
11144 uts4*)
11145 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11146 hardcode_libdir_flag_spec='-L$libdir'
11147 hardcode_shlibpath_var=no
11148 ;;
11149
11150 *)
11151 ld_shlibs=no
11152 ;;
11153 esac
11154
11155 if test x$host_vendor = xsni; then
11156 case $host in
11157 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11158 export_dynamic_flag_spec='${wl}-Blargedynsym'
11159 ;;
11160 esac
11161 fi
11162 fi
11163
11164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11165$as_echo "$ld_shlibs" >&6; }
11166test "$ld_shlibs" = no && can_build_shared=no
11167
11168with_gnu_ld=$with_gnu_ld
11169
11170
11171
b7026657 11172
f0569246 11173
f0569246 11174
6ffe910a 11175
6ffe910a
MF
11176
11177
6ffe910a 11178
f0569246 11179
f0569246
AC
11180
11181
6bb11ab3
L
11182
11183
11184#
11185# Do we need to explicitly link libc?
11186#
11187case "x$archive_cmds_need_lc" in
11188x|xyes)
11189 # Assume -lc should be added
11190 archive_cmds_need_lc=yes
11191
11192 if test "$enable_shared" = yes && test "$GCC" = yes; then
11193 case $archive_cmds in
11194 *'~'*)
11195 # FIXME: we may have to deal with multi-command sequences.
11196 ;;
11197 '$CC '*)
11198 # Test whether the compiler implicitly links with -lc since on some
11199 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11200 # to ld, don't add -lc before -lgcc.
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11202$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11203if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11204 $as_echo_n "(cached) " >&6
f0569246 11205else
6bb11ab3
L
11206 $RM conftest*
11207 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11208
11209 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11210 (eval $ac_compile) 2>&5
11211 ac_status=$?
11212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11213 test $ac_status = 0; } 2>conftest.err; then
11214 soname=conftest
11215 lib=conftest
11216 libobjs=conftest.$ac_objext
11217 deplibs=
11218 wl=$lt_prog_compiler_wl
11219 pic_flag=$lt_prog_compiler_pic
11220 compiler_flags=-v
11221 linker_flags=-v
11222 verstring=
11223 output_objdir=.
11224 libname=conftest
11225 lt_save_allow_undefined_flag=$allow_undefined_flag
11226 allow_undefined_flag=
11227 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11228 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11229 ac_status=$?
11230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11231 test $ac_status = 0; }
11232 then
11233 lt_cv_archive_cmds_need_lc=no
11234 else
11235 lt_cv_archive_cmds_need_lc=yes
11236 fi
11237 allow_undefined_flag=$lt_save_allow_undefined_flag
11238 else
11239 cat conftest.err 1>&5
11240 fi
11241 $RM conftest*
c906108c 11242
6ffe910a 11243fi
6bb11ab3
L
11244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11245$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11246 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11247 ;;
11248 esac
11249 fi
11250 ;;
6ffe910a 11251esac
c906108c 11252
c906108c 11253
6ffe910a 11254
c906108c 11255
81ecdfbb 11256
35695fd6 11257
35695fd6 11258
35695fd6 11259
f0569246 11260
c906108c 11261
f0569246 11262
b7026657 11263
f0569246 11264
c906108c 11265
81ecdfbb 11266
b7026657 11267
f0569246
AC
11268
11269
81ecdfbb 11270
81ecdfbb 11271
81ecdfbb
RW
11272
11273
81ecdfbb 11274
81ecdfbb 11275
f0569246
AC
11276
11277
c906108c 11278
f0569246 11279
c906108c 11280
c906108c 11281
81ecdfbb 11282
b7026657 11283
c906108c 11284
f0569246 11285
81ecdfbb 11286
f0569246 11287
c906108c 11288
c906108c 11289
b7026657 11290
81ecdfbb 11291
b7026657 11292
c906108c 11293
c906108c 11294
b7026657
AC
11295
11296
11297
11298
6ffe910a 11299
2232061b
MF
11300
11301
2232061b 11302
2232061b
MF
11303
11304
2232061b
MF
11305
11306
2232061b 11307
2232061b
MF
11308
11309
6bb11ab3
L
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11410$as_echo_n "checking dynamic linker characteristics... " >&6; }
11411
11412if test "$GCC" = yes; then
11413 case $host_os in
11414 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11415 *) lt_awk_arg="/^libraries:/" ;;
11416 esac
11417 case $host_os in
11418 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11419 *) lt_sed_strip_eq="s,=/,/,g" ;;
11420 esac
11421 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11422 case $lt_search_path_spec in
11423 *\;*)
11424 # if the path contains ";" then we assume it to be the separator
11425 # otherwise default to the standard path separator (i.e. ":") - it is
11426 # assumed that no part of a normal pathname contains ";" but that should
11427 # okay in the real world where ";" in dirpaths is itself problematic.
11428 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11429 ;;
11430 *)
11431 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11432 ;;
11433 esac
11434 # Ok, now we have the path, separated by spaces, we can step through it
11435 # and add multilib dir if necessary.
11436 lt_tmp_lt_search_path_spec=
11437 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11438 for lt_sys_path in $lt_search_path_spec; do
11439 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11440 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11441 else
11442 test -d "$lt_sys_path" && \
11443 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11444 fi
11445 done
11446 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11447BEGIN {RS=" "; FS="/|\n";} {
11448 lt_foo="";
11449 lt_count=0;
11450 for (lt_i = NF; lt_i > 0; lt_i--) {
11451 if ($lt_i != "" && $lt_i != ".") {
11452 if ($lt_i == "..") {
11453 lt_count++;
11454 } else {
11455 if (lt_count == 0) {
11456 lt_foo="/" $lt_i lt_foo;
11457 } else {
11458 lt_count--;
11459 }
11460 }
11461 }
11462 }
11463 if (lt_foo != "") { lt_freq[lt_foo]++; }
11464 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11465}'`
11466 # AWK program above erroneously prepends '/' to C:/dos/paths
11467 # for these hosts.
11468 case $host_os in
11469 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11470 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11471 esac
11472 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11473else
11474 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11475fi
11476library_names_spec=
11477libname_spec='lib$name'
11478soname_spec=
11479shrext_cmds=".so"
11480postinstall_cmds=
11481postuninstall_cmds=
11482finish_cmds=
11483finish_eval=
11484shlibpath_var=
11485shlibpath_overrides_runpath=unknown
11486version_type=none
11487dynamic_linker="$host_os ld.so"
11488sys_lib_dlsearch_path_spec="/lib /usr/lib"
11489need_lib_prefix=unknown
11490hardcode_into_libs=no
11491
11492# when you set need_version to no, make sure it does not cause -set_version
11493# flags to be left without arguments
11494need_version=unknown
11495
11496case $host_os in
11497aix3*)
11498 version_type=linux
11499 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11500 shlibpath_var=LIBPATH
11501
11502 # AIX 3 has no versioning support, so we append a major version to the name.
11503 soname_spec='${libname}${release}${shared_ext}$major'
11504 ;;
11505
11506aix[4-9]*)
11507 version_type=linux
11508 need_lib_prefix=no
11509 need_version=no
11510 hardcode_into_libs=yes
11511 if test "$host_cpu" = ia64; then
11512 # AIX 5 supports IA64
11513 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11514 shlibpath_var=LD_LIBRARY_PATH
11515 else
11516 # With GCC up to 2.95.x, collect2 would create an import file
11517 # for dependence libraries. The import file would start with
11518 # the line `#! .'. This would cause the generated library to
11519 # depend on `.', always an invalid library. This was fixed in
11520 # development snapshots of GCC prior to 3.0.
11521 case $host_os in
11522 aix4 | aix4.[01] | aix4.[01].*)
11523 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11524 echo ' yes '
11525 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11526 :
11527 else
11528 can_build_shared=no
11529 fi
11530 ;;
11531 esac
11532 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11533 # soname into executable. Probably we can add versioning support to
11534 # collect2, so additional links can be useful in future.
11535 if test "$aix_use_runtimelinking" = yes; then
11536 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11537 # instead of lib<name>.a to let people know that these are not
11538 # typical AIX shared libraries.
11539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11540 else
11541 # We preserve .a as extension for shared libraries through AIX4.2
11542 # and later when we are not doing run time linking.
11543 library_names_spec='${libname}${release}.a $libname.a'
11544 soname_spec='${libname}${release}${shared_ext}$major'
11545 fi
11546 shlibpath_var=LIBPATH
11547 fi
11548 ;;
11549
11550amigaos*)
11551 case $host_cpu in
11552 powerpc)
11553 # Since July 2007 AmigaOS4 officially supports .so libraries.
11554 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11555 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11556 ;;
11557 m68k)
11558 library_names_spec='$libname.ixlibrary $libname.a'
11559 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11560 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'
11561 ;;
11562 esac
11563 ;;
11564
11565beos*)
11566 library_names_spec='${libname}${shared_ext}'
11567 dynamic_linker="$host_os ld.so"
11568 shlibpath_var=LIBRARY_PATH
11569 ;;
11570
11571bsdi[45]*)
11572 version_type=linux
11573 need_version=no
11574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11575 soname_spec='${libname}${release}${shared_ext}$major'
11576 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11577 shlibpath_var=LD_LIBRARY_PATH
11578 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11579 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11580 # the default ld.so.conf also contains /usr/contrib/lib and
11581 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11582 # libtool to hard-code these into programs
11583 ;;
11584
11585cygwin* | mingw* | pw32* | cegcc*)
11586 version_type=windows
11587 shrext_cmds=".dll"
11588 need_version=no
11589 need_lib_prefix=no
11590
11591 case $GCC,$host_os in
11592 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11593 library_names_spec='$libname.dll.a'
11594 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11595 postinstall_cmds='base_file=`basename \${file}`~
11596 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11597 dldir=$destdir/`dirname \$dlpath`~
11598 test -d \$dldir || mkdir -p \$dldir~
11599 $install_prog $dir/$dlname \$dldir/$dlname~
11600 chmod a+x \$dldir/$dlname~
11601 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11602 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11603 fi'
11604 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11605 dlpath=$dir/\$dldll~
11606 $RM \$dlpath'
11607 shlibpath_overrides_runpath=yes
11608
11609 case $host_os in
11610 cygwin*)
11611 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11612 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11613
11614 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11615 ;;
11616 mingw* | cegcc*)
11617 # MinGW DLLs use traditional 'lib' prefix
11618 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11619 ;;
11620 pw32*)
11621 # pw32 DLLs use 'pw' prefix rather than 'lib'
11622 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11623 ;;
11624 esac
11625 ;;
11626
11627 *)
11628 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11629 ;;
11630 esac
11631 dynamic_linker='Win32 ld.exe'
11632 # FIXME: first we should search . and the directory the executable is in
11633 shlibpath_var=PATH
11634 ;;
11635
11636darwin* | rhapsody*)
11637 dynamic_linker="$host_os dyld"
11638 version_type=darwin
11639 need_lib_prefix=no
11640 need_version=no
11641 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11642 soname_spec='${libname}${release}${major}$shared_ext'
11643 shlibpath_overrides_runpath=yes
11644 shlibpath_var=DYLD_LIBRARY_PATH
11645 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11646
11647 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11648 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11649 ;;
11650
11651dgux*)
11652 version_type=linux
11653 need_lib_prefix=no
11654 need_version=no
11655 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11656 soname_spec='${libname}${release}${shared_ext}$major'
11657 shlibpath_var=LD_LIBRARY_PATH
11658 ;;
11659
11660freebsd* | dragonfly*)
11661 # DragonFly does not have aout. When/if they implement a new
11662 # versioning mechanism, adjust this.
11663 if test -x /usr/bin/objformat; then
11664 objformat=`/usr/bin/objformat`
11665 else
11666 case $host_os in
11667 freebsd[23].*) objformat=aout ;;
11668 *) objformat=elf ;;
11669 esac
11670 fi
11671 version_type=freebsd-$objformat
11672 case $version_type in
11673 freebsd-elf*)
11674 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11675 need_version=no
11676 need_lib_prefix=no
11677 ;;
11678 freebsd-*)
11679 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11680 need_version=yes
11681 ;;
11682 esac
11683 shlibpath_var=LD_LIBRARY_PATH
11684 case $host_os in
11685 freebsd2.*)
11686 shlibpath_overrides_runpath=yes
11687 ;;
11688 freebsd3.[01]* | freebsdelf3.[01]*)
11689 shlibpath_overrides_runpath=yes
11690 hardcode_into_libs=yes
11691 ;;
11692 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11693 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11694 shlibpath_overrides_runpath=no
11695 hardcode_into_libs=yes
11696 ;;
11697 *) # from 4.6 on, and DragonFly
11698 shlibpath_overrides_runpath=yes
11699 hardcode_into_libs=yes
11700 ;;
11701 esac
11702 ;;
11703
11704gnu*)
11705 version_type=linux
11706 need_lib_prefix=no
11707 need_version=no
11708 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11709 soname_spec='${libname}${release}${shared_ext}$major'
11710 shlibpath_var=LD_LIBRARY_PATH
11711 hardcode_into_libs=yes
11712 ;;
11713
11714haiku*)
11715 version_type=linux
11716 need_lib_prefix=no
11717 need_version=no
11718 dynamic_linker="$host_os runtime_loader"
11719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11720 soname_spec='${libname}${release}${shared_ext}$major'
11721 shlibpath_var=LIBRARY_PATH
11722 shlibpath_overrides_runpath=yes
11723 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11724 hardcode_into_libs=yes
11725 ;;
11726
11727hpux9* | hpux10* | hpux11*)
11728 # Give a soname corresponding to the major version so that dld.sl refuses to
11729 # link against other versions.
11730 version_type=sunos
11731 need_lib_prefix=no
11732 need_version=no
11733 case $host_cpu in
11734 ia64*)
11735 shrext_cmds='.so'
11736 hardcode_into_libs=yes
11737 dynamic_linker="$host_os dld.so"
11738 shlibpath_var=LD_LIBRARY_PATH
11739 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11740 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11741 soname_spec='${libname}${release}${shared_ext}$major'
11742 if test "X$HPUX_IA64_MODE" = X32; then
11743 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11744 else
11745 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11746 fi
11747 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11748 ;;
11749 hppa*64*)
11750 shrext_cmds='.sl'
11751 hardcode_into_libs=yes
11752 dynamic_linker="$host_os dld.sl"
11753 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11754 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11756 soname_spec='${libname}${release}${shared_ext}$major'
11757 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11758 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11759 ;;
11760 *)
11761 shrext_cmds='.sl'
11762 dynamic_linker="$host_os dld.sl"
11763 shlibpath_var=SHLIB_PATH
11764 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11765 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11766 soname_spec='${libname}${release}${shared_ext}$major'
11767 ;;
11768 esac
11769 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11770 postinstall_cmds='chmod 555 $lib'
11771 # or fails outright, so override atomically:
11772 install_override_mode=555
11773 ;;
11774
11775interix[3-9]*)
11776 version_type=linux
11777 need_lib_prefix=no
11778 need_version=no
11779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11780 soname_spec='${libname}${release}${shared_ext}$major'
11781 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11782 shlibpath_var=LD_LIBRARY_PATH
11783 shlibpath_overrides_runpath=no
11784 hardcode_into_libs=yes
11785 ;;
11786
11787irix5* | irix6* | nonstopux*)
11788 case $host_os in
11789 nonstopux*) version_type=nonstopux ;;
11790 *)
11791 if test "$lt_cv_prog_gnu_ld" = yes; then
11792 version_type=linux
11793 else
11794 version_type=irix
11795 fi ;;
11796 esac
11797 need_lib_prefix=no
11798 need_version=no
11799 soname_spec='${libname}${release}${shared_ext}$major'
11800 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11801 case $host_os in
11802 irix5* | nonstopux*)
11803 libsuff= shlibsuff=
11804 ;;
11805 *)
11806 case $LD in # libtool.m4 will add one of these switches to LD
11807 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11808 libsuff= shlibsuff= libmagic=32-bit;;
11809 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11810 libsuff=32 shlibsuff=N32 libmagic=N32;;
11811 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11812 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11813 *) libsuff= shlibsuff= libmagic=never-match;;
11814 esac
11815 ;;
11816 esac
11817 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11818 shlibpath_overrides_runpath=no
11819 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11820 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11821 hardcode_into_libs=yes
11822 ;;
11823
11824# No shared lib support for Linux oldld, aout, or coff.
11825linux*oldld* | linux*aout* | linux*coff*)
11826 dynamic_linker=no
11827 ;;
11828
11829# This must be Linux ELF.
11830linux* | k*bsd*-gnu | kopensolaris*-gnu)
11831 version_type=linux
11832 need_lib_prefix=no
11833 need_version=no
11834 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11835 soname_spec='${libname}${release}${shared_ext}$major'
11836 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11837 shlibpath_var=LD_LIBRARY_PATH
11838 shlibpath_overrides_runpath=no
11839
11840 # Some binutils ld are patched to set DT_RUNPATH
11841 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11842 $as_echo_n "(cached) " >&6
11843else
6bb11ab3
L
11844 lt_cv_shlibpath_overrides_runpath=no
11845 save_LDFLAGS=$LDFLAGS
11846 save_libdir=$libdir
11847 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11848 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11850/* end confdefs.h. */
11851
2232061b
MF
11852int
11853main ()
11854{
11855
11856 ;
11857 return 0;
11858}
11859_ACEOF
6bb11ab3
L
11860if ac_fn_c_try_link "$LINENO"; then :
11861 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11862 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11863fi
2232061b 11864fi
6bb11ab3
L
11865rm -f core conftest.err conftest.$ac_objext \
11866 conftest$ac_exeext conftest.$ac_ext
11867 LDFLAGS=$save_LDFLAGS
11868 libdir=$save_libdir
2232061b 11869
6bb11ab3 11870fi
2232061b 11871
6bb11ab3 11872 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11873
6bb11ab3
L
11874 # This implies no fast_install, which is unacceptable.
11875 # Some rework will be needed to allow for fast_install
11876 # before this can be enabled.
11877 hardcode_into_libs=yes
2232061b 11878
6bb11ab3
L
11879 # Append ld.so.conf contents to the search path
11880 if test -f /etc/ld.so.conf; then
11881 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' ' '`
11882 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11883 fi
2232061b 11884
6bb11ab3
L
11885 # We used to test for /lib/ld.so.1 and disable shared libraries on
11886 # powerpc, because MkLinux only supported shared libraries with the
11887 # GNU dynamic linker. Since this was broken with cross compilers,
11888 # most powerpc-linux boxes support dynamic linking these days and
11889 # people can always --disable-shared, the test was removed, and we
11890 # assume the GNU/Linux dynamic linker is in use.
11891 dynamic_linker='GNU/Linux ld.so'
11892 ;;
11893
11894netbsd*)
11895 version_type=sunos
11896 need_lib_prefix=no
11897 need_version=no
11898 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11899 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11900 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11901 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11902 else
6bb11ab3
L
11903 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11904 soname_spec='${libname}${release}${shared_ext}$major'
11905 dynamic_linker='NetBSD ld.elf_so'
11906 fi
11907 shlibpath_var=LD_LIBRARY_PATH
11908 shlibpath_overrides_runpath=yes
11909 hardcode_into_libs=yes
11910 ;;
11911
11912newsos6)
11913 version_type=linux
11914 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11915 shlibpath_var=LD_LIBRARY_PATH
11916 shlibpath_overrides_runpath=yes
11917 ;;
11918
11919*nto* | *qnx*)
11920 version_type=qnx
11921 need_lib_prefix=no
11922 need_version=no
11923 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11924 soname_spec='${libname}${release}${shared_ext}$major'
11925 shlibpath_var=LD_LIBRARY_PATH
11926 shlibpath_overrides_runpath=no
11927 hardcode_into_libs=yes
11928 dynamic_linker='ldqnx.so'
11929 ;;
11930
11931openbsd*)
11932 version_type=sunos
11933 sys_lib_dlsearch_path_spec="/usr/lib"
11934 need_lib_prefix=no
11935 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11936 case $host_os in
11937 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11938 *) need_version=no ;;
11939 esac
11940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11941 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11942 shlibpath_var=LD_LIBRARY_PATH
11943 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11944 case $host_os in
11945 openbsd2.[89] | openbsd2.[89].*)
11946 shlibpath_overrides_runpath=no
11947 ;;
11948 *)
11949 shlibpath_overrides_runpath=yes
11950 ;;
11951 esac
11952 else
11953 shlibpath_overrides_runpath=yes
11954 fi
11955 ;;
11956
11957os2*)
11958 libname_spec='$name'
11959 shrext_cmds=".dll"
11960 need_lib_prefix=no
11961 library_names_spec='$libname${shared_ext} $libname.a'
11962 dynamic_linker='OS/2 ld.exe'
11963 shlibpath_var=LIBPATH
11964 ;;
11965
11966osf3* | osf4* | osf5*)
11967 version_type=osf
11968 need_lib_prefix=no
11969 need_version=no
11970 soname_spec='${libname}${release}${shared_ext}$major'
11971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11972 shlibpath_var=LD_LIBRARY_PATH
11973 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11974 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11975 ;;
11976
11977rdos*)
11978 dynamic_linker=no
11979 ;;
11980
11981solaris*)
11982 version_type=linux
11983 need_lib_prefix=no
11984 need_version=no
11985 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11986 soname_spec='${libname}${release}${shared_ext}$major'
11987 shlibpath_var=LD_LIBRARY_PATH
11988 shlibpath_overrides_runpath=yes
11989 hardcode_into_libs=yes
11990 # ldd complains unless libraries are executable
11991 postinstall_cmds='chmod +x $lib'
11992 ;;
11993
11994sunos4*)
11995 version_type=sunos
11996 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11997 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11998 shlibpath_var=LD_LIBRARY_PATH
11999 shlibpath_overrides_runpath=yes
12000 if test "$with_gnu_ld" = yes; then
12001 need_lib_prefix=no
12002 fi
12003 need_version=yes
12004 ;;
12005
12006sysv4 | sysv4.3*)
12007 version_type=linux
12008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12009 soname_spec='${libname}${release}${shared_ext}$major'
12010 shlibpath_var=LD_LIBRARY_PATH
12011 case $host_vendor in
12012 sni)
12013 shlibpath_overrides_runpath=no
12014 need_lib_prefix=no
12015 runpath_var=LD_RUN_PATH
12016 ;;
12017 siemens)
12018 need_lib_prefix=no
12019 ;;
12020 motorola)
12021 need_lib_prefix=no
12022 need_version=no
12023 shlibpath_overrides_runpath=no
12024 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12025 ;;
12026 esac
12027 ;;
12028
12029sysv4*MP*)
12030 if test -d /usr/nec ;then
12031 version_type=linux
12032 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12033 soname_spec='$libname${shared_ext}.$major'
12034 shlibpath_var=LD_LIBRARY_PATH
2232061b 12035 fi
6bb11ab3
L
12036 ;;
12037
12038sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12039 version_type=freebsd-elf
12040 need_lib_prefix=no
12041 need_version=no
12042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12043 soname_spec='${libname}${release}${shared_ext}$major'
12044 shlibpath_var=LD_LIBRARY_PATH
12045 shlibpath_overrides_runpath=yes
12046 hardcode_into_libs=yes
12047 if test "$with_gnu_ld" = yes; then
12048 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12049 else
12050 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12051 case $host_os in
12052 sco3.2v5*)
12053 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12054 ;;
12055 esac
12056 fi
12057 sys_lib_dlsearch_path_spec='/usr/lib'
12058 ;;
12059
12060tpf*)
12061 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12062 version_type=linux
12063 need_lib_prefix=no
12064 need_version=no
12065 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12066 shlibpath_var=LD_LIBRARY_PATH
12067 shlibpath_overrides_runpath=no
12068 hardcode_into_libs=yes
12069 ;;
12070
12071uts4*)
12072 version_type=linux
12073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12074 soname_spec='${libname}${release}${shared_ext}$major'
12075 shlibpath_var=LD_LIBRARY_PATH
12076 ;;
12077
12078*)
12079 dynamic_linker=no
12080 ;;
12081esac
12082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12083$as_echo "$dynamic_linker" >&6; }
12084test "$dynamic_linker" = no && can_build_shared=no
12085
12086variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12087if test "$GCC" = yes; then
12088 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12089fi
2232061b 12090
6bb11ab3
L
12091if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12092 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12093fi
12094if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12095 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12096fi
12097
12098
12099
12100
12101
12102
12103
12104
12105
12106
12107
12108
12109
12110
12111
12112
12113
12114
12115
12116
12117
12118
12119
12120
12121
12122
2232061b 12123
2232061b 12124
2232061b 12125
2232061b 12126
2232061b
MF
12127
12128
6ffe910a 12129
6ffe910a
MF
12130
12131
12132
12133
12134
2232061b 12135
6ffe910a
MF
12136
12137
12138
12139
6ffe910a 12140
6ffe910a 12141
6ffe910a
MF
12142
12143
6ffe910a 12144
6ffe910a 12145
6ffe910a
MF
12146
12147
5f3ef9d0 12148
5f3ef9d0
JB
12149
12150
12151
db2e4d67
MF
12152
12153
db2e4d67 12154
db2e4d67 12155
db2e4d67 12156
db2e4d67 12157
db2e4d67 12158
db2e4d67 12159
db2e4d67 12160
db2e4d67
MF
12161
12162
db2e4d67 12163
db2e4d67
MF
12164
12165
db2e4d67 12166
db2e4d67
MF
12167
12168
6ffe910a 12169
6ffe910a 12170
6ffe910a
MF
12171
12172
6ffe910a
MF
12173
12174
6ffe910a 12175
6ffe910a 12176
6ffe910a 12177
6ffe910a 12178
6ffe910a 12179
b7026657
AC
12180
12181
12182
c906108c 12183
b7026657 12184
c906108c 12185
b7026657 12186
b7026657 12187
cd0fc7c3 12188
6bb11ab3
L
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12190$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12191hardcode_action=
12192if test -n "$hardcode_libdir_flag_spec" ||
12193 test -n "$runpath_var" ||
12194 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12195
6bb11ab3
L
12196 # We can hardcode non-existent directories.
12197 if test "$hardcode_direct" != no &&
12198 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12199 # have to relink, otherwise we might link with an installed library
12200 # when we should be linking with a yet-to-be-installed one
12201 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12202 test "$hardcode_minus_L" != no; then
12203 # Linking always hardcodes the temporary library directory.
12204 hardcode_action=relink
12205 else
12206 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12207 hardcode_action=immediate
12208 fi
12209else
12210 # We cannot hardcode anything, or else we can only hardcode existing
12211 # directories.
12212 hardcode_action=unsupported
c906108c 12213fi
6bb11ab3
L
12214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12215$as_echo "$hardcode_action" >&6; }
b7026657 12216
6bb11ab3
L
12217if test "$hardcode_action" = relink ||
12218 test "$inherit_rpath" = yes; then
12219 # Fast installation is not supported
12220 enable_fast_install=no
12221elif test "$shlibpath_overrides_runpath" = yes ||
12222 test "$enable_shared" = no; then
12223 # Fast installation is not necessary
12224 enable_fast_install=needless
12225fi
c906108c 12226
6bb11ab3
L
12227
12228
12229
12230
12231
12232 if test "x$enable_dlopen" != xyes; then
12233 enable_dlopen=unknown
12234 enable_dlopen_self=unknown
12235 enable_dlopen_self_static=unknown
12236else
12237 lt_cv_dlopen=no
12238 lt_cv_dlopen_libs=
12239
12240 case $host_os in
12241 beos*)
12242 lt_cv_dlopen="load_add_on"
12243 lt_cv_dlopen_libs=
12244 lt_cv_dlopen_self=yes
12245 ;;
12246
12247 mingw* | pw32* | cegcc*)
12248 lt_cv_dlopen="LoadLibrary"
12249 lt_cv_dlopen_libs=
12250 ;;
12251
12252 cygwin*)
12253 lt_cv_dlopen="dlopen"
12254 lt_cv_dlopen_libs=
12255 ;;
12256
12257 darwin*)
12258 # if libdl is installed we need to link against it
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12260$as_echo_n "checking for dlopen in -ldl... " >&6; }
12261if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12262 $as_echo_n "(cached) " >&6
12263else
12264 ac_check_lib_save_LIBS=$LIBS
12265LIBS="-ldl $LIBS"
12266cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12267/* end confdefs.h. */
12268
12269/* Override any GCC internal prototype to avoid an error.
12270 Use char because int might match the return type of a GCC
12271 builtin and then its argument prototype would still apply. */
12272#ifdef __cplusplus
12273extern "C"
12274#endif
12275char dlopen ();
12276int
12277main ()
12278{
12279return dlopen ();
12280 ;
12281 return 0;
12282}
b7026657 12283_ACEOF
6bb11ab3
L
12284if ac_fn_c_try_link "$LINENO"; then :
12285 ac_cv_lib_dl_dlopen=yes
12286else
12287 ac_cv_lib_dl_dlopen=no
12288fi
12289rm -f core conftest.err conftest.$ac_objext \
12290 conftest$ac_exeext conftest.$ac_ext
12291LIBS=$ac_check_lib_save_LIBS
12292fi
12293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12294$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12295if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12296 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12297else
12298
12299 lt_cv_dlopen="dyld"
12300 lt_cv_dlopen_libs=
12301 lt_cv_dlopen_self=yes
c906108c 12302
c906108c 12303fi
c906108c 12304
6bb11ab3 12305 ;;
c906108c 12306
6bb11ab3
L
12307 *)
12308 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12309if test "x$ac_cv_func_shl_load" = x""yes; then :
12310 lt_cv_dlopen="shl_load"
12311else
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12313$as_echo_n "checking for shl_load in -ldld... " >&6; }
12314if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12315 $as_echo_n "(cached) " >&6
12316else
12317 ac_check_lib_save_LIBS=$LIBS
12318LIBS="-ldld $LIBS"
12319cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12320/* end confdefs.h. */
12321
12322/* Override any GCC internal prototype to avoid an error.
12323 Use char because int might match the return type of a GCC
12324 builtin and then its argument prototype would still apply. */
12325#ifdef __cplusplus
12326extern "C"
12327#endif
12328char shl_load ();
12329int
12330main ()
12331{
12332return shl_load ();
12333 ;
12334 return 0;
12335}
12336_ACEOF
12337if ac_fn_c_try_link "$LINENO"; then :
12338 ac_cv_lib_dld_shl_load=yes
12339else
12340 ac_cv_lib_dld_shl_load=no
12341fi
12342rm -f core conftest.err conftest.$ac_objext \
12343 conftest$ac_exeext conftest.$ac_ext
12344LIBS=$ac_check_lib_save_LIBS
12345fi
12346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12347$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12348if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12349 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12350else
12351 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12352if test "x$ac_cv_func_dlopen" = x""yes; then :
12353 lt_cv_dlopen="dlopen"
12354else
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12356$as_echo_n "checking for dlopen in -ldl... " >&6; }
12357if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12358 $as_echo_n "(cached) " >&6
c906108c 12359else
b7026657 12360 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12361LIBS="-ldl $LIBS"
81ecdfbb 12362cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12363/* end confdefs.h. */
12364
81ecdfbb
RW
12365/* Override any GCC internal prototype to avoid an error.
12366 Use char because int might match the return type of a GCC
12367 builtin and then its argument prototype would still apply. */
b7026657
AC
12368#ifdef __cplusplus
12369extern "C"
12370#endif
6bb11ab3 12371char dlopen ();
b7026657
AC
12372int
12373main ()
12374{
6bb11ab3 12375return dlopen ();
b7026657
AC
12376 ;
12377 return 0;
12378}
12379_ACEOF
81ecdfbb 12380if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12381 ac_cv_lib_dl_dlopen=yes
b7026657 12382else
6bb11ab3 12383 ac_cv_lib_dl_dlopen=no
b7026657 12384fi
81ecdfbb
RW
12385rm -f core conftest.err conftest.$ac_objext \
12386 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12387LIBS=$ac_check_lib_save_LIBS
12388fi
6bb11ab3
L
12389{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12390$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12391if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12392 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12393else
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12395$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12396if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12397 $as_echo_n "(cached) " >&6
c906108c 12398else
b7026657 12399 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12400LIBS="-lsvld $LIBS"
81ecdfbb 12401cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12402/* end confdefs.h. */
12403
81ecdfbb
RW
12404/* Override any GCC internal prototype to avoid an error.
12405 Use char because int might match the return type of a GCC
12406 builtin and then its argument prototype would still apply. */
b7026657
AC
12407#ifdef __cplusplus
12408extern "C"
12409#endif
6bb11ab3 12410char dlopen ();
b7026657
AC
12411int
12412main ()
12413{
6bb11ab3 12414return dlopen ();
b7026657
AC
12415 ;
12416 return 0;
12417}
12418_ACEOF
81ecdfbb 12419if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12420 ac_cv_lib_svld_dlopen=yes
b7026657 12421else
6bb11ab3 12422 ac_cv_lib_svld_dlopen=no
b7026657 12423fi
81ecdfbb
RW
12424rm -f core conftest.err conftest.$ac_objext \
12425 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12426LIBS=$ac_check_lib_save_LIBS
12427fi
6bb11ab3
L
12428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12429$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12430if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12431 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12432else
6bb11ab3
L
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12434$as_echo_n "checking for dld_link in -ldld... " >&6; }
12435if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12436 $as_echo_n "(cached) " >&6
b5bd9624 12437else
6bb11ab3
L
12438 ac_check_lib_save_LIBS=$LIBS
12439LIBS="-ldld $LIBS"
81ecdfbb 12440cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12441/* end confdefs.h. */
12442
81ecdfbb
RW
12443/* Override any GCC internal prototype to avoid an error.
12444 Use char because int might match the return type of a GCC
b5bd9624 12445 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12446#ifdef __cplusplus
12447extern "C"
12448#endif
6bb11ab3 12449char dld_link ();
b5bd9624
HPN
12450int
12451main ()
12452{
6bb11ab3 12453return dld_link ();
81ecdfbb
RW
12454 ;
12455 return 0;
12456}
b5bd9624 12457_ACEOF
6bb11ab3
L
12458if ac_fn_c_try_link "$LINENO"; then :
12459 ac_cv_lib_dld_dld_link=yes
12460else
12461 ac_cv_lib_dld_dld_link=no
12462fi
12463rm -f core conftest.err conftest.$ac_objext \
12464 conftest$ac_exeext conftest.$ac_ext
12465LIBS=$ac_check_lib_save_LIBS
12466fi
12467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12468$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12469if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12470 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12471fi
12472
12473
12474fi
12475
12476
12477fi
12478
12479
12480fi
12481
12482
12483fi
12484
12485
12486fi
12487
12488 ;;
12489 esac
12490
12491 if test "x$lt_cv_dlopen" != xno; then
12492 enable_dlopen=yes
b5bd9624 12493 else
6bb11ab3
L
12494 enable_dlopen=no
12495 fi
12496
12497 case $lt_cv_dlopen in
12498 dlopen)
12499 save_CPPFLAGS="$CPPFLAGS"
12500 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12501
12502 save_LDFLAGS="$LDFLAGS"
12503 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12504
12505 save_LIBS="$LIBS"
12506 LIBS="$lt_cv_dlopen_libs $LIBS"
12507
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12509$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12510if test "${lt_cv_dlopen_self+set}" = set; then :
12511 $as_echo_n "(cached) " >&6
12512else
12513 if test "$cross_compiling" = yes; then :
12514 lt_cv_dlopen_self=cross
12515else
12516 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12517 lt_status=$lt_dlunknown
12518 cat > conftest.$ac_ext <<_LT_EOF
0cb8d851 12519#line 12519 "configure"
6bb11ab3
L
12520#include "confdefs.h"
12521
12522#if HAVE_DLFCN_H
12523#include <dlfcn.h>
12524#endif
12525
12526#include <stdio.h>
12527
12528#ifdef RTLD_GLOBAL
12529# define LT_DLGLOBAL RTLD_GLOBAL
12530#else
12531# ifdef DL_GLOBAL
12532# define LT_DLGLOBAL DL_GLOBAL
12533# else
12534# define LT_DLGLOBAL 0
12535# endif
12536#endif
12537
12538/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12539 find out it does not work in some platform. */
12540#ifndef LT_DLLAZY_OR_NOW
12541# ifdef RTLD_LAZY
12542# define LT_DLLAZY_OR_NOW RTLD_LAZY
12543# else
12544# ifdef DL_LAZY
12545# define LT_DLLAZY_OR_NOW DL_LAZY
12546# else
12547# ifdef RTLD_NOW
12548# define LT_DLLAZY_OR_NOW RTLD_NOW
12549# else
12550# ifdef DL_NOW
12551# define LT_DLLAZY_OR_NOW DL_NOW
12552# else
12553# define LT_DLLAZY_OR_NOW 0
12554# endif
12555# endif
12556# endif
12557# endif
12558#endif
12559
12560/* When -fvisbility=hidden is used, assume the code has been annotated
12561 correspondingly for the symbols needed. */
12562#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12563void fnord () __attribute__((visibility("default")));
12564#endif
12565
12566void fnord () { int i=42; }
12567int main ()
12568{
12569 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12570 int status = $lt_dlunknown;
12571
12572 if (self)
12573 {
12574 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12575 else
12576 {
12577 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12578 else puts (dlerror ());
12579 }
12580 /* dlclose (self); */
12581 }
12582 else
12583 puts (dlerror ());
12584
12585 return status;
12586}
12587_LT_EOF
12588 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12589 (eval $ac_link) 2>&5
12590 ac_status=$?
12591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12592 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12593 (./conftest; exit; ) >&5 2>/dev/null
12594 lt_status=$?
12595 case x$lt_status in
12596 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12597 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12598 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12599 esac
12600 else :
12601 # compilation failed
12602 lt_cv_dlopen_self=no
b5bd9624 12603 fi
b5bd9624 12604fi
6bb11ab3
L
12605rm -fr conftest*
12606
12607
b5bd9624 12608fi
6bb11ab3
L
12609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12610$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12611
6bb11ab3
L
12612 if test "x$lt_cv_dlopen_self" = xyes; then
12613 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12615$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12616if test "${lt_cv_dlopen_self_static+set}" = set; then :
12617 $as_echo_n "(cached) " >&6
b5bd9624 12618else
6bb11ab3
L
12619 if test "$cross_compiling" = yes; then :
12620 lt_cv_dlopen_self_static=cross
12621else
12622 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12623 lt_status=$lt_dlunknown
12624 cat > conftest.$ac_ext <<_LT_EOF
0cb8d851 12625#line 12625 "configure"
6bb11ab3
L
12626#include "confdefs.h"
12627
12628#if HAVE_DLFCN_H
12629#include <dlfcn.h>
12630#endif
12631
12632#include <stdio.h>
12633
12634#ifdef RTLD_GLOBAL
12635# define LT_DLGLOBAL RTLD_GLOBAL
12636#else
12637# ifdef DL_GLOBAL
12638# define LT_DLGLOBAL DL_GLOBAL
12639# else
12640# define LT_DLGLOBAL 0
12641# endif
12642#endif
12643
12644/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12645 find out it does not work in some platform. */
12646#ifndef LT_DLLAZY_OR_NOW
12647# ifdef RTLD_LAZY
12648# define LT_DLLAZY_OR_NOW RTLD_LAZY
12649# else
12650# ifdef DL_LAZY
12651# define LT_DLLAZY_OR_NOW DL_LAZY
12652# else
12653# ifdef RTLD_NOW
12654# define LT_DLLAZY_OR_NOW RTLD_NOW
12655# else
12656# ifdef DL_NOW
12657# define LT_DLLAZY_OR_NOW DL_NOW
12658# else
12659# define LT_DLLAZY_OR_NOW 0
12660# endif
12661# endif
12662# endif
12663# endif
12664#endif
12665
12666/* When -fvisbility=hidden is used, assume the code has been annotated
12667 correspondingly for the symbols needed. */
12668#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12669void fnord () __attribute__((visibility("default")));
12670#endif
12671
12672void fnord () { int i=42; }
12673int main ()
12674{
12675 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12676 int status = $lt_dlunknown;
12677
12678 if (self)
12679 {
12680 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12681 else
12682 {
12683 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12684 else puts (dlerror ());
12685 }
12686 /* dlclose (self); */
12687 }
12688 else
12689 puts (dlerror ());
12690
12691 return status;
12692}
12693_LT_EOF
12694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12695 (eval $ac_link) 2>&5
12696 ac_status=$?
12697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12698 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12699 (./conftest; exit; ) >&5 2>/dev/null
12700 lt_status=$?
12701 case x$lt_status in
12702 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12703 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12704 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12705 esac
12706 else :
12707 # compilation failed
12708 lt_cv_dlopen_self_static=no
12709 fi
b5bd9624 12710fi
6bb11ab3
L
12711rm -fr conftest*
12712
12713
b5bd9624 12714fi
6bb11ab3
L
12715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12716$as_echo "$lt_cv_dlopen_self_static" >&6; }
12717 fi
12718
12719 CPPFLAGS="$save_CPPFLAGS"
12720 LDFLAGS="$save_LDFLAGS"
12721 LIBS="$save_LIBS"
12722 ;;
12723 esac
12724
12725 case $lt_cv_dlopen_self in
12726 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12727 *) enable_dlopen_self=unknown ;;
12728 esac
12729
12730 case $lt_cv_dlopen_self_static in
12731 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12732 *) enable_dlopen_self_static=unknown ;;
12733 esac
12734fi
12735
12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
12748
12749
12750
12751
12752striplib=
12753old_striplib=
12754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12755$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12756if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12757 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12758 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12760$as_echo "yes" >&6; }
12761else
12762# FIXME - insert some real tests, host_os isn't really good enough
12763 case $host_os in
12764 darwin*)
12765 if test -n "$STRIP" ; then
12766 striplib="$STRIP -x"
12767 old_striplib="$STRIP -S"
12768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12769$as_echo "yes" >&6; }
12770 else
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12772$as_echo "no" >&6; }
12773 fi
12774 ;;
12775 *)
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12777$as_echo "no" >&6; }
12778 ;;
12779 esac
12780fi
12781
12782
12783
12784
12785
12786
12787
12788
12789
12790
12791
12792
12793 # Report which library types will actually be built
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12795$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12797$as_echo "$can_build_shared" >&6; }
12798
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12800$as_echo_n "checking whether to build shared libraries... " >&6; }
12801 test "$can_build_shared" = "no" && enable_shared=no
12802
12803 # On AIX, shared libraries and static libraries use the same namespace, and
12804 # are all built from PIC.
12805 case $host_os in
12806 aix3*)
12807 test "$enable_shared" = yes && enable_static=no
12808 if test -n "$RANLIB"; then
12809 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12810 postinstall_cmds='$RANLIB $lib'
12811 fi
12812 ;;
12813
12814 aix[4-9]*)
12815 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12816 test "$enable_shared" = yes && enable_static=no
12817 fi
12818 ;;
12819 esac
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12821$as_echo "$enable_shared" >&6; }
12822
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12824$as_echo_n "checking whether to build static libraries... " >&6; }
12825 # Make sure either enable_shared or enable_static is yes.
12826 test "$enable_shared" = yes || enable_static=yes
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12828$as_echo "$enable_static" >&6; }
12829
12830
12831
12832
12833fi
12834ac_ext=c
12835ac_cpp='$CPP $CPPFLAGS'
12836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12838ac_compiler_gnu=$ac_cv_c_compiler_gnu
12839
12840CC="$lt_save_CC"
12841
12842
12843
12844
12845
12846
12847
12848
12849
b5bd9624 12850
b5bd9624 12851
b5bd9624 12852
b5bd9624 12853
6bb11ab3
L
12854 ac_config_commands="$ac_config_commands libtool"
12855
12856
12857
12858
12859# Only expand once:
12860
12861
5912fadd 12862
b5bd9624 12863
c906108c
SS
12864. ${srcdir}/../../bfd/configure.host
12865
12866
12867
31e6ad7d
MF
12868
12869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12870$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12871 # Check whether --enable-maintainer-mode was given.
81ecdfbb 12872if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
12873 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12874else
12875 USE_MAINTAINER_MODE=no
c906108c 12876fi
31e6ad7d
MF
12877
12878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12879$as_echo "$USE_MAINTAINER_MODE" >&6; }
12880 if test $USE_MAINTAINER_MODE = yes; then
12881 MAINTAINER_MODE_TRUE=
12882 MAINTAINER_MODE_FALSE='#'
c906108c 12883else
31e6ad7d
MF
12884 MAINTAINER_MODE_TRUE='#'
12885 MAINTAINER_MODE_FALSE=
81ecdfbb 12886fi
c906108c 12887
31e6ad7d
MF
12888 MAINT=$MAINTAINER_MODE_TRUE
12889
12890
c906108c 12891
81ecdfbb
RW
12892
12893# Check whether --enable-sim-bswap was given.
12894if test "${enable_sim_bswap+set}" = set; then :
12895 enableval=$enable_sim_bswap; case "${enableval}" in
c906108c
SS
12896 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12897 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12898 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
c906108c
SS
12899esac
12900if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12901 echo "Setting bswap flags = $sim_bswap" 6>&1
12902fi
12903else
12904 sim_bswap=""
81ecdfbb 12905fi
c906108c
SS
12906
12907
81ecdfbb
RW
12908
12909# Check whether --enable-sim-cflags was given.
12910if test "${enable_sim_cflags+set}" = set; then :
12911 enableval=$enable_sim_cflags; case "${enableval}" in
c906108c 12912 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12913 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
c906108c
SS
12914 no) sim_cflags="";;
12915 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12916esac
12917if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12918 echo "Setting sim cflags = $sim_cflags" 6>&1
12919fi
12920else
12921 sim_cflags=""
81ecdfbb 12922fi
c906108c
SS
12923
12924
81ecdfbb
RW
12925
12926# Check whether --enable-sim-debug was given.
12927if test "${enable_sim_debug+set}" = set; then :
12928 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
12929 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12930 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12931 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12932esac
12933if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12934 echo "Setting sim debug = $sim_debug" 6>&1
12935fi
12936else
12937 sim_debug=""
81ecdfbb 12938fi
c906108c
SS
12939
12940
81ecdfbb
RW
12941
12942# Check whether --enable-sim-stdio was given.
12943if test "${enable_sim_stdio+set}" = set; then :
12944 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
12945 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12946 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12947 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
12948esac
12949if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12950 echo "Setting stdio flags = $sim_stdio" 6>&1
12951fi
12952else
12953 sim_stdio=""
81ecdfbb 12954fi
c906108c
SS
12955
12956
81ecdfbb
RW
12957
12958# Check whether --enable-sim-trace was given.
12959if test "${enable_sim_trace+set}" = set; then :
12960 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
12961 yes) sim_trace="-DWITH_TRACE=-1";;
12962 no) sim_trace="-DWITH_TRACE=0";;
c906108c 12963 [-0-9]*)
a3487082 12964 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 12965 [[:lower:]]*)
c906108c
SS
12966 sim_trace=""
12967 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12968 if test x"$sim_trace" = x; then
12969 sim_trace="-DWITH_TRACE='(TRACE_$x"
12970 else
12971 sim_trace="${sim_trace}|TRACE_$x"
12972 fi
12973 done
12974 sim_trace="$sim_trace)'" ;;
12975esac
12976if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12977 echo "Setting sim trace = $sim_trace" 6>&1
12978fi
12979else
12980 sim_trace=""
81ecdfbb 12981fi
c906108c
SS
12982
12983
81ecdfbb
RW
12984
12985# Check whether --enable-sim-profile was given.
12986if test "${enable_sim_profile+set}" = set; then :
12987 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
12988 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12989 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12990 [-0-9]*)
12991 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12992 [a-z]*)
12993 sim_profile=""
12994 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12995 if test x"$sim_profile" = x; then
12996 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12997 else
12998 sim_profile="${sim_profile}|PROFILE_$x"
12999 fi
13000 done
13001 sim_profile="$sim_profile)'" ;;
13002esac
13003if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13004 echo "Setting sim profile = $sim_profile" 6>&1
13005fi
13006else
b7026657 13007 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb 13008fi
b7026657
AC
13009
13010
6efef468 13011
81ecdfbb
RW
13012
13013# Check whether --with-pkgversion was given.
13014if test "${with_pkgversion+set}" = set; then :
13015 withval=$with_pkgversion; case "$withval" in
13016 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13017 no) PKGVERSION= ;;
13018 *) PKGVERSION="($withval) " ;;
13019 esac
13020else
bf12d44e 13021 PKGVERSION="(SIM) "
6efef468 13022
81ecdfbb
RW
13023fi
13024
6efef468
JM
13025
13026
13027
13028
81ecdfbb
RW
13029# Check whether --with-bugurl was given.
13030if test "${with_bugurl+set}" = set; then :
13031 withval=$with_bugurl; case "$withval" in
13032 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13033 no) BUGURL=
13034 ;;
13035 *) BUGURL="$withval"
13036 ;;
13037 esac
13038else
13039 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13040
81ecdfbb
RW
13041fi
13042
6efef468
JM
13043 case ${BUGURL} in
13044 "")
13045 REPORT_BUGS_TO=
13046 REPORT_BUGS_TEXI=
13047 ;;
13048 *)
13049 REPORT_BUGS_TO="<$BUGURL>"
13050 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13051 ;;
13052 esac;
13053
13054
13055
13056
13057cat >>confdefs.h <<_ACEOF
13058#define PKGVERSION "$PKGVERSION"
13059_ACEOF
13060
13061
13062cat >>confdefs.h <<_ACEOF
13063#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13064_ACEOF
13065
13066
81ecdfbb
RW
13067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13068$as_echo_n "checking return type of signal handlers... " >&6; }
13069if test "${ac_cv_type_signal+set}" = set; then :
13070 $as_echo_n "(cached) " >&6
b7026657 13071else
81ecdfbb 13072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
13073/* end confdefs.h. */
13074#include <sys/types.h>
13075#include <signal.h>
b7026657
AC
13076
13077int
13078main ()
13079{
81ecdfbb 13080return *(signal (0, 0)) (0) == 1;
b7026657
AC
13081 ;
13082 return 0;
13083}
13084_ACEOF
81ecdfbb
RW
13085if ac_fn_c_try_compile "$LINENO"; then :
13086 ac_cv_type_signal=int
b7026657 13087else
81ecdfbb 13088 ac_cv_type_signal=void
b7026657 13089fi
81ecdfbb 13090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 13091fi
81ecdfbb
RW
13092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13093$as_echo "$ac_cv_type_signal" >&6; }
b7026657
AC
13094
13095cat >>confdefs.h <<_ACEOF
13096#define RETSIGTYPE $ac_cv_type_signal
13097_ACEOF
13098
13099
13100
13101
13102
13103sim_link_files=
13104sim_link_links=
13105
b7026657
AC
13106# targ-vals.def points to the libc macro description file.
13107case "${target}" in
13108*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13109esac
13110sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13111sim_link_links="${sim_link_links} targ-vals.def"
13112
b7026657 13113
6ffe910a 13114
5658c257 13115
1ac72f06 13116wire_endian="BIG"
5658c257
MF
13117default_endian=""
13118# Check whether --enable-sim-endian was given.
13119if test "${enable_sim_endian+set}" = set; then :
13120 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13121 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13122 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
5658c257 13123 yes) if test x"$wire_endian" != x; then
1ac72f06 13124 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5658c257 13125 else
1ac72f06
MF
13126 if test x"$default_endian" != x; then
13127 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5658c257
MF
13128 else
13129 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13130 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5658c257
MF
13131 fi
13132 fi;;
13133 no) if test x"$default_endian" != x; then
1ac72f06 13134 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5658c257
MF
13135 else
13136 if test x"$wire_endian" != x; then
1ac72f06 13137 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5658c257
MF
13138 else
13139 echo "No default endian for target $target" 1>&6
1ac72f06 13140 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5658c257
MF
13141 fi
13142 fi;;
13143 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13144esac
13145if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13146 echo "Setting endian flags = $sim_endian" 6>&1
13147fi
13148else
13149 if test x"$default_endian" != x; then
1ac72f06 13150 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5658c257
MF
13151else
13152 if test x"$wire_endian" != x; then
1ac72f06 13153 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5658c257
MF
13154 else
13155 sim_endian=
13156 fi
13157fi
13158fi
13159
13160wire_alignment="NONSTRICT_ALIGNMENT"
13161default_alignment=""
13162
13163# Check whether --enable-sim-alignment was given.
13164if test "${enable_sim_alignment+set}" = set; then :
13165 enableval=$enable_sim_alignment; case "${enableval}" in
13166 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13167 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13168 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13169 yes) if test x"$wire_alignment" != x; then
13170 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13171 else
13172 if test x"$default_alignment" != x; then
13173 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13174 else
13175 echo "No hard-wired alignment for target $target" 1>&6
13176 sim_alignment="-DWITH_ALIGNMENT=0"
13177 fi
13178 fi;;
13179 no) if test x"$default_alignment" != x; then
13180 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13181 else
13182 if test x"$wire_alignment" != x; then
13183 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13184 else
13185 echo "No default alignment for target $target" 1>&6
13186 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13187 fi
13188 fi;;
13189 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13190esac
13191if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13192 echo "Setting alignment flags = $sim_alignment" 6>&1
13193fi
13194else
13195 if test x"$default_alignment" != x; then
13196 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13197else
13198 if test x"$wire_alignment" != x; then
13199 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13200 else
13201 sim_alignment=
13202 fi
13203fi
13204fi
13205
13206
5cddc23a 13207for ac_header in sys/param.h
81ecdfbb 13208do :
5cddc23a
MF
13209 ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default"
13210if test "x$ac_cv_header_sys_param_h" = x""yes; then :
b7026657 13211 cat >>confdefs.h <<_ACEOF
5cddc23a 13212#define HAVE_SYS_PARAM_H 1
b7026657
AC
13213_ACEOF
13214
13215fi
13216
13217done
13218
13219
13220
13221ac_sources="$sim_link_files"
13222ac_dests="$sim_link_links"
13223while test -n "$ac_sources"; do
13224 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13225 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13226 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13227done
81ecdfbb 13228ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
13229
13230cgen_breaks=""
13231if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13232cgen_breaks="break cgen_rtx_error";
13233fi
13234
81ecdfbb 13235ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13236
81ecdfbb 13237ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13238
81ecdfbb 13239ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13240
81ecdfbb 13241ac_config_commands="$ac_config_commands Makefile"
38f48d72 13242
81ecdfbb 13243ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13244
b7026657
AC
13245cat >confcache <<\_ACEOF
13246# This file is a shell script that caches the results of configure
13247# tests run on this system so they can be shared between configure
13248# scripts and configure runs, see configure's option --config-cache.
13249# It is not useful on other systems. If it contains results you don't
13250# want to keep, you may remove or edit it.
13251#
13252# config.status only pays attention to the cache file if you give it
13253# the --recheck option to rerun configure.
13254#
13255# `ac_cv_env_foo' variables (set or unset) will be overridden when
13256# loading this file, other *unset* `ac_cv_foo' will be assigned the
13257# following values.
13258
13259_ACEOF
13260
13261# The following way of writing the cache mishandles newlines in values,
13262# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13263# So, we kill variables containing newlines.
b7026657
AC
13264# Ultrix sh set writes to stderr and can't be redirected directly,
13265# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13266(
13267 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13268 eval ac_val=\$$ac_var
13269 case $ac_val in #(
13270 *${as_nl}*)
13271 case $ac_var in #(
13272 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13273$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13274 esac
13275 case $ac_var in #(
13276 _ | IFS | as_nl) ;; #(
13277 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13278 *) { eval $ac_var=; unset $ac_var;} ;;
13279 esac ;;
13280 esac
13281 done
13282
b7026657 13283 (set) 2>&1 |
81ecdfbb
RW
13284 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13285 *${as_nl}ac_space=\ *)
13286 # `set' does not quote correctly, so add quotes: double-quote
13287 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13288 sed -n \
13289 "s/'/'\\\\''/g;
13290 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13291 ;; #(
b7026657
AC
13292 *)
13293 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13294 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13295 ;;
81ecdfbb
RW
13296 esac |
13297 sort
13298) |
b7026657 13299 sed '
81ecdfbb 13300 /^ac_cv_env_/b end
b7026657 13301 t clear
81ecdfbb 13302 :clear
b7026657
AC
13303 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13304 t end
81ecdfbb
RW
13305 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13306 :end' >>confcache
13307if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13308 if test -w "$cache_file"; then
13309 test "x$cache_file" != "x/dev/null" &&
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13311$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13312 cat confcache >$cache_file
13313 else
81ecdfbb
RW
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13315$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13316 fi
13317fi
13318rm -f confcache
13319
13320test "x$prefix" = xNONE && prefix=$ac_default_prefix
13321# Let make expand exec_prefix.
13322test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13323
b7026657
AC
13324DEFS=-DHAVE_CONFIG_H
13325
13326ac_libobjs=
13327ac_ltlibobjs=
13328for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13329 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13330 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13331 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13332 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13333 # will be set to the directory where LIBOBJS objects are built.
13334 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13335 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13336done
13337LIBOBJS=$ac_libobjs
13338
13339LTLIBOBJS=$ac_ltlibobjs
13340
13341
0cb8d851 13342
db2e4d67
MF
13343if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13344 as_fn_error "conditional \"GMAKE\" was never defined.
13345Usually this means the macro was only invoked conditionally." "$LINENO" 5
13346fi
6bb11ab3
L
13347if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13348 as_fn_error "conditional \"PLUGINS\" was never defined.
13349Usually this means the macro was only invoked conditionally." "$LINENO" 5
13350fi
31e6ad7d
MF
13351if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13352 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13353Usually this means the macro was only invoked conditionally." "$LINENO" 5
13354fi
b7026657
AC
13355
13356: ${CONFIG_STATUS=./config.status}
81ecdfbb 13357ac_write_fail=0
b7026657
AC
13358ac_clean_files_save=$ac_clean_files
13359ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13360{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13361$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13362as_write_fail=0
13363cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13364#! $SHELL
13365# Generated by $as_me.
13366# Run this file to recreate the current configuration.
13367# Compiler output produced by configure, useful for debugging
13368# configure, is in config.log if it exists.
13369
13370debug=false
13371ac_cs_recheck=false
13372ac_cs_silent=false
b7026657 13373
81ecdfbb
RW
13374SHELL=\${CONFIG_SHELL-$SHELL}
13375export SHELL
13376_ASEOF
13377cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13378## -------------------- ##
13379## M4sh Initialization. ##
13380## -------------------- ##
13381
13382# Be more Bourne compatible
13383DUALCASE=1; export DUALCASE # for MKS sh
13384if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13385 emulate sh
13386 NULLCMD=:
81ecdfbb 13387 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13388 # is contrary to our usage. Disable this feature.
13389 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13390 setopt NO_GLOB_SUBST
13391else
13392 case `(set -o) 2>/dev/null` in #(
13393 *posix*) :
13394 set -o posix ;; #(
13395 *) :
13396 ;;
13397esac
b7026657 13398fi
b7026657 13399
81ecdfbb
RW
13400
13401as_nl='
13402'
13403export as_nl
13404# Printing a long string crashes Solaris 7 /usr/bin/printf.
13405as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13406as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13407as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13408# Prefer a ksh shell builtin over an external printf program on Solaris,
13409# but without wasting forks for bash or zsh.
13410if test -z "$BASH_VERSION$ZSH_VERSION" \
13411 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13412 as_echo='print -r --'
13413 as_echo_n='print -rn --'
13414elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13415 as_echo='printf %s\n'
13416 as_echo_n='printf %s'
13417else
13418 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13419 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13420 as_echo_n='/usr/ucb/echo -n'
13421 else
13422 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13423 as_echo_n_body='eval
13424 arg=$1;
13425 case $arg in #(
13426 *"$as_nl"*)
13427 expr "X$arg" : "X\\(.*\\)$as_nl";
13428 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13429 esac;
13430 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13431 '
13432 export as_echo_n_body
13433 as_echo_n='sh -c $as_echo_n_body as_echo'
13434 fi
13435 export as_echo_body
13436 as_echo='sh -c $as_echo_body as_echo'
13437fi
13438
13439# The user is always right.
13440if test "${PATH_SEPARATOR+set}" != set; then
13441 PATH_SEPARATOR=:
13442 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13443 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13444 PATH_SEPARATOR=';'
13445 }
c906108c
SS
13446fi
13447
13448
81ecdfbb
RW
13449# IFS
13450# We need space, tab and new line, in precisely that order. Quoting is
13451# there to prevent editors from complaining about space-tab.
13452# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13453# splitting by setting IFS to empty value.)
13454IFS=" "" $as_nl"
13455
13456# Find who we are. Look in the path if we contain no directory separator.
13457case $0 in #((
13458 *[\\/]* ) as_myself=$0 ;;
13459 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13460for as_dir in $PATH
13461do
13462 IFS=$as_save_IFS
13463 test -z "$as_dir" && as_dir=.
13464 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13465 done
13466IFS=$as_save_IFS
13467
13468 ;;
13469esac
13470# We did not find ourselves, most probably we were run as `sh COMMAND'
13471# in which case we are not to be found in the path.
13472if test "x$as_myself" = x; then
13473 as_myself=$0
13474fi
13475if test ! -f "$as_myself"; then
13476 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13477 exit 1
13478fi
13479
13480# Unset variables that we do not need and which cause bugs (e.g. in
13481# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13482# suppresses any "Segmentation fault" message there. '((' could
13483# trigger a bug in pdksh 5.2.14.
13484for as_var in BASH_ENV ENV MAIL MAILPATH
13485do eval test x\${$as_var+set} = xset \
13486 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13487done
b7026657
AC
13488PS1='$ '
13489PS2='> '
13490PS4='+ '
13491
13492# NLS nuisances.
81ecdfbb
RW
13493LC_ALL=C
13494export LC_ALL
13495LANGUAGE=C
13496export LANGUAGE
13497
13498# CDPATH.
13499(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13500
13501
13502# as_fn_error ERROR [LINENO LOG_FD]
13503# ---------------------------------
13504# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13505# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13506# script with status $?, using 1 if that was 0.
13507as_fn_error ()
13508{
13509 as_status=$?; test $as_status -eq 0 && as_status=1
13510 if test "$3"; then
13511 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13512 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 13513 fi
81ecdfbb
RW
13514 $as_echo "$as_me: error: $1" >&2
13515 as_fn_exit $as_status
13516} # as_fn_error
13517
13518
13519# as_fn_set_status STATUS
13520# -----------------------
13521# Set $? to STATUS, without forking.
13522as_fn_set_status ()
13523{
13524 return $1
13525} # as_fn_set_status
13526
13527# as_fn_exit STATUS
13528# -----------------
13529# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13530as_fn_exit ()
13531{
13532 set +e
13533 as_fn_set_status $1
13534 exit $1
13535} # as_fn_exit
13536
13537# as_fn_unset VAR
13538# ---------------
13539# Portably unset VAR.
13540as_fn_unset ()
13541{
13542 { eval $1=; unset $1;}
13543}
13544as_unset=as_fn_unset
13545# as_fn_append VAR VALUE
13546# ----------------------
13547# Append the text in VALUE to the end of the definition contained in VAR. Take
13548# advantage of any shell optimizations that allow amortized linear growth over
13549# repeated appends, instead of the typical quadratic growth present in naive
13550# implementations.
13551if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13552 eval 'as_fn_append ()
13553 {
13554 eval $1+=\$2
13555 }'
13556else
13557 as_fn_append ()
13558 {
13559 eval $1=\$$1\$2
13560 }
13561fi # as_fn_append
13562
13563# as_fn_arith ARG...
13564# ------------------
13565# Perform arithmetic evaluation on the ARGs, and store the result in the
13566# global $as_val. Take advantage of shells that can avoid forks. The arguments
13567# must be portable across $(()) and expr.
13568if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13569 eval 'as_fn_arith ()
13570 {
13571 as_val=$(( $* ))
13572 }'
13573else
13574 as_fn_arith ()
13575 {
13576 as_val=`expr "$@" || test $? -eq 1`
13577 }
13578fi # as_fn_arith
13579
c906108c 13580
81ecdfbb
RW
13581if expr a : '\(a\)' >/dev/null 2>&1 &&
13582 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13583 as_expr=expr
c906108c 13584else
b7026657
AC
13585 as_expr=false
13586fi
c906108c 13587
81ecdfbb 13588if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657 13589 as_basename=basename
c906108c 13590else
b7026657 13591 as_basename=false
c906108c 13592fi
b7026657 13593
81ecdfbb
RW
13594if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13595 as_dirname=dirname
13596else
13597 as_dirname=false
13598fi
b7026657 13599
81ecdfbb 13600as_me=`$as_basename -- "$0" ||
b7026657
AC
13601$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13602 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13603 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13604$as_echo X/"$0" |
13605 sed '/^.*\/\([^/][^/]*\)\/*$/{
13606 s//\1/
13607 q
13608 }
13609 /^X\/\(\/\/\)$/{
13610 s//\1/
13611 q
13612 }
13613 /^X\/\(\/\).*/{
13614 s//\1/
13615 q
13616 }
13617 s/.*/./; q'`
b7026657 13618
b7026657
AC
13619# Avoid depending upon Character Ranges.
13620as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13621as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13622as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13623as_cr_digits='0123456789'
13624as_cr_alnum=$as_cr_Letters$as_cr_digits
13625
81ecdfbb
RW
13626ECHO_C= ECHO_N= ECHO_T=
13627case `echo -n x` in #(((((
13628-n*)
13629 case `echo 'xy\c'` in
13630 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13631 xy) ECHO_C='\c';;
13632 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13633 ECHO_T=' ';;
13634 esac;;
13635*)
13636 ECHO_N='-n';;
b7026657 13637esac
cd0fc7c3 13638
81ecdfbb
RW
13639rm -f conf$$ conf$$.exe conf$$.file
13640if test -d conf$$.dir; then
13641 rm -f conf$$.dir/conf$$.file
c906108c 13642else
81ecdfbb
RW
13643 rm -f conf$$.dir
13644 mkdir conf$$.dir 2>/dev/null
b7026657 13645fi
81ecdfbb
RW
13646if (echo >conf$$.file) 2>/dev/null; then
13647 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13648 as_ln_s='ln -s'
81ecdfbb
RW
13649 # ... but there are two gotchas:
13650 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13651 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13652 # In both cases, we have to default to `cp -p'.
13653 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13654 as_ln_s='cp -p'
13655 elif ln conf$$.file conf$$ 2>/dev/null; then
13656 as_ln_s=ln
13657 else
13658 as_ln_s='cp -p'
cd0fc7c3 13659 fi
b7026657
AC
13660else
13661 as_ln_s='cp -p'
c906108c 13662fi
81ecdfbb
RW
13663rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13664rmdir conf$$.dir 2>/dev/null
13665
b7026657 13666
81ecdfbb
RW
13667# as_fn_mkdir_p
13668# -------------
13669# Create "$as_dir" as a directory, including parents if necessary.
13670as_fn_mkdir_p ()
13671{
13672
13673 case $as_dir in #(
13674 -*) as_dir=./$as_dir;;
13675 esac
13676 test -d "$as_dir" || eval $as_mkdir_p || {
13677 as_dirs=
13678 while :; do
13679 case $as_dir in #(
13680 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13681 *) as_qdir=$as_dir;;
13682 esac
13683 as_dirs="'$as_qdir' $as_dirs"
13684 as_dir=`$as_dirname -- "$as_dir" ||
13685$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13686 X"$as_dir" : 'X\(//\)[^/]' \| \
13687 X"$as_dir" : 'X\(//\)$' \| \
13688 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13689$as_echo X"$as_dir" |
13690 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13691 s//\1/
13692 q
13693 }
13694 /^X\(\/\/\)[^/].*/{
13695 s//\1/
13696 q
13697 }
13698 /^X\(\/\/\)$/{
13699 s//\1/
13700 q
13701 }
13702 /^X\(\/\).*/{
13703 s//\1/
13704 q
13705 }
13706 s/.*/./; q'`
13707 test -d "$as_dir" && break
13708 done
13709 test -z "$as_dirs" || eval "mkdir $as_dirs"
13710 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13711
13712
13713} # as_fn_mkdir_p
b7026657 13714if mkdir -p . 2>/dev/null; then
81ecdfbb 13715 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
13716else
13717 test -d ./-p && rmdir ./-p
13718 as_mkdir_p=false
c906108c 13719fi
cd0fc7c3 13720
81ecdfbb
RW
13721if test -x / >/dev/null 2>&1; then
13722 as_test_x='test -x'
13723else
13724 if ls -dL / >/dev/null 2>&1; then
13725 as_ls_L_option=L
13726 else
13727 as_ls_L_option=
13728 fi
13729 as_test_x='
13730 eval sh -c '\''
13731 if test -d "$1"; then
13732 test -d "$1/.";
13733 else
13734 case $1 in #(
13735 -*)set "./$1";;
13736 esac;
13737 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13738 ???[sx]*):;;*)false;;esac;fi
13739 '\'' sh
13740 '
13741fi
13742as_executable_p=$as_test_x
c906108c 13743
b7026657
AC
13744# Sed expression to map a string onto a valid CPP name.
13745as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13746
b7026657
AC
13747# Sed expression to map a string onto a valid variable name.
13748as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13749
c906108c 13750
b7026657 13751exec 6>&1
81ecdfbb
RW
13752## ----------------------------------- ##
13753## Main body of $CONFIG_STATUS script. ##
13754## ----------------------------------- ##
13755_ASEOF
13756test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13757
13758cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13759# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13760# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13761# values after options handling.
13762ac_log="
b7026657 13763This file was extended by $as_me, which was
81ecdfbb 13764generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
13765
13766 CONFIG_FILES = $CONFIG_FILES
13767 CONFIG_HEADERS = $CONFIG_HEADERS
13768 CONFIG_LINKS = $CONFIG_LINKS
13769 CONFIG_COMMANDS = $CONFIG_COMMANDS
13770 $ $0 $@
13771
81ecdfbb
RW
13772on `(hostname || uname -n) 2>/dev/null | sed 1q`
13773"
13774
b7026657
AC
13775_ACEOF
13776
81ecdfbb
RW
13777case $ac_config_files in *"
13778"*) set x $ac_config_files; shift; ac_config_files=$*;;
13779esac
b7026657 13780
81ecdfbb
RW
13781case $ac_config_headers in *"
13782"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13783esac
b7026657 13784
c906108c 13785
81ecdfbb
RW
13786cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13787# Files that config.status was made for.
13788config_files="$ac_config_files"
13789config_headers="$ac_config_headers"
13790config_links="$ac_config_links"
13791config_commands="$ac_config_commands"
c906108c 13792
81ecdfbb 13793_ACEOF
c906108c 13794
81ecdfbb 13795cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13796ac_cs_usage="\
81ecdfbb
RW
13797\`$as_me' instantiates files and other configuration actions
13798from templates according to the current configuration. Unless the files
13799and actions are specified as TAGs, all are instantiated by default.
c906108c 13800
81ecdfbb 13801Usage: $0 [OPTION]... [TAG]...
379832de 13802
b7026657 13803 -h, --help print this help, then exit
81ecdfbb
RW
13804 -V, --version print version number and configuration settings, then exit
13805 -q, --quiet, --silent
13806 do not print progress messages
b7026657
AC
13807 -d, --debug don't remove temporary files
13808 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13809 --file=FILE[:TEMPLATE]
13810 instantiate the configuration file FILE
13811 --header=FILE[:TEMPLATE]
13812 instantiate the configuration header FILE
b7026657
AC
13813
13814Configuration files:
13815$config_files
13816
13817Configuration headers:
13818$config_headers
13819
13820Configuration links:
13821$config_links
13822
13823Configuration commands:
13824$config_commands
13825
81ecdfbb 13826Report bugs to the package provider."
b7026657 13827
81ecdfbb
RW
13828_ACEOF
13829cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
13830ac_cs_version="\\
13831config.status
81ecdfbb
RW
13832configured by $0, generated by GNU Autoconf 2.64,
13833 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 13834
81ecdfbb 13835Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
13836This config.status script is free software; the Free Software Foundation
13837gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13838
13839ac_pwd='$ac_pwd'
13840srcdir='$srcdir'
13841INSTALL='$INSTALL'
6bb11ab3 13842AWK='$AWK'
81ecdfbb 13843test -n "\$AWK" || AWK=awk
b7026657
AC
13844_ACEOF
13845
81ecdfbb
RW
13846cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13847# The default lists apply if the user does not specify any file.
b7026657
AC
13848ac_need_defaults=:
13849while test $# != 0
13850do
13851 case $1 in
13852 --*=*)
81ecdfbb
RW
13853 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13854 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 13855 ac_shift=:
c906108c 13856 ;;
81ecdfbb 13857 *)
b7026657
AC
13858 ac_option=$1
13859 ac_optarg=$2
13860 ac_shift=shift
c906108c 13861 ;;
b7026657 13862 esac
c906108c 13863
b7026657
AC
13864 case $ac_option in
13865 # Handling of the options.
b7026657
AC
13866 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13867 ac_cs_recheck=: ;;
81ecdfbb
RW
13868 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13869 $as_echo "$ac_cs_version"; exit ;;
13870 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
13871 debug=: ;;
13872 --file | --fil | --fi | --f )
13873 $ac_shift
81ecdfbb
RW
13874 case $ac_optarg in
13875 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13876 esac
13877 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
13878 ac_need_defaults=false;;
13879 --header | --heade | --head | --hea )
13880 $ac_shift
81ecdfbb
RW
13881 case $ac_optarg in
13882 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13883 esac
13884 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 13885 ac_need_defaults=false;;
81ecdfbb
RW
13886 --he | --h)
13887 # Conflict between --help and --header
13888 as_fn_error "ambiguous option: \`$1'
13889Try \`$0 --help' for more information.";;
13890 --help | --hel | -h )
13891 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
13892 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13893 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13894 ac_cs_silent=: ;;
c906108c 13895
b7026657 13896 # This is an error.
81ecdfbb
RW
13897 -*) as_fn_error "unrecognized option: \`$1'
13898Try \`$0 --help' for more information." ;;
c906108c 13899
81ecdfbb
RW
13900 *) as_fn_append ac_config_targets " $1"
13901 ac_need_defaults=false ;;
b7026657
AC
13902
13903 esac
13904 shift
13905done
13906
13907ac_configure_extra_args=
13908
13909if $ac_cs_silent; then
13910 exec 6>/dev/null
13911 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
13912fi
13913
b7026657 13914_ACEOF
81ecdfbb 13915cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 13916if \$ac_cs_recheck; then
81ecdfbb
RW
13917 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13918 shift
13919 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13920 CONFIG_SHELL='$SHELL'
13921 export CONFIG_SHELL
13922 exec "\$@"
b7026657 13923fi
c906108c 13924
b7026657 13925_ACEOF
81ecdfbb
RW
13926cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13927exec 5>>config.log
13928{
13929 echo
13930 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13931## Running $as_me. ##
13932_ASBOX
13933 $as_echo "$ac_log"
13934} >&5
c906108c 13935
81ecdfbb
RW
13936_ACEOF
13937cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13938#
13939# INIT-COMMANDS
13940#
13941ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13942
6bb11ab3
L
13943
13944# The HP-UX ksh and POSIX shell print the target directory to stdout
13945# if CDPATH is set.
13946(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13947
13948sed_quote_subst='$sed_quote_subst'
13949double_quote_subst='$double_quote_subst'
13950delay_variable_subst='$delay_variable_subst'
13951macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13952macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13953enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13954enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13955pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13956enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13957SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13958ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13959host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13960host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13961host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13962build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13963build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13964build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13965SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13966Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13967GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13968EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13969FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13970LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13971NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13972LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13973max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13974ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13975exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13976lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13977lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13978lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13979reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13980reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13981OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13982deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13983file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13984AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13985AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13986STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13987RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13988old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13989old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13990old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13991lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13992CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13993CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13994compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13995GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13996lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13997lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13998lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13999lt_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"`'
14000objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14001MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14002lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14003lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14004lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14005lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14006lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14007need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14008DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14009NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14010LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14011OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14012OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14013libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14014shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14015extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14016archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14017enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14018export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14019whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14020compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14021old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14022old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14023archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14024archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14025module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14026module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14027with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14028allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14029no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14030hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14031hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14032hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14033hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14034hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14035hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14036hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14037hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14038inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14039link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14040fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14041always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14042export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14043exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14044include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14045prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14046file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14047variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14048need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14049need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14050version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14051runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14052shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14053shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14054libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14055library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14056soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14057install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14058postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14059postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14060finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14061finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14062hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14063sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14064sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14065hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14066enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14067enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14068enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14069old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14070striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14071
14072LTCC='$LTCC'
14073LTCFLAGS='$LTCFLAGS'
14074compiler='$compiler_DEFAULT'
14075
14076# A function that is used when there is no print builtin or printf.
14077func_fallback_echo ()
14078{
14079 eval 'cat <<_LTECHO_EOF
14080\$1
14081_LTECHO_EOF'
14082}
14083
14084# Quote evaled strings.
14085for var in SHELL \
14086ECHO \
14087SED \
14088GREP \
14089EGREP \
14090FGREP \
14091LD \
14092NM \
14093LN_S \
14094lt_SP2NL \
14095lt_NL2SP \
14096reload_flag \
14097OBJDUMP \
14098deplibs_check_method \
14099file_magic_cmd \
14100AR \
14101AR_FLAGS \
14102STRIP \
14103RANLIB \
14104CC \
14105CFLAGS \
14106compiler \
14107lt_cv_sys_global_symbol_pipe \
14108lt_cv_sys_global_symbol_to_cdecl \
14109lt_cv_sys_global_symbol_to_c_name_address \
14110lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14111lt_prog_compiler_no_builtin_flag \
14112lt_prog_compiler_wl \
14113lt_prog_compiler_pic \
14114lt_prog_compiler_static \
14115lt_cv_prog_compiler_c_o \
14116need_locks \
14117DSYMUTIL \
14118NMEDIT \
14119LIPO \
14120OTOOL \
14121OTOOL64 \
14122shrext_cmds \
14123export_dynamic_flag_spec \
14124whole_archive_flag_spec \
14125compiler_needs_object \
14126with_gnu_ld \
14127allow_undefined_flag \
14128no_undefined_flag \
14129hardcode_libdir_flag_spec \
14130hardcode_libdir_flag_spec_ld \
14131hardcode_libdir_separator \
14132fix_srcfile_path \
14133exclude_expsyms \
14134include_expsyms \
14135file_list_spec \
14136variables_saved_for_relink \
14137libname_spec \
14138library_names_spec \
14139soname_spec \
14140install_override_mode \
14141finish_eval \
14142old_striplib \
14143striplib; do
14144 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14145 *[\\\\\\\`\\"\\\$]*)
14146 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14147 ;;
14148 *)
14149 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14150 ;;
14151 esac
14152done
14153
14154# Double-quote double-evaled strings.
14155for var in reload_cmds \
14156old_postinstall_cmds \
14157old_postuninstall_cmds \
14158old_archive_cmds \
14159extract_expsyms_cmds \
14160old_archive_from_new_cmds \
14161old_archive_from_expsyms_cmds \
14162archive_cmds \
14163archive_expsym_cmds \
14164module_cmds \
14165module_expsym_cmds \
14166export_symbols_cmds \
14167prelink_cmds \
14168postinstall_cmds \
14169postuninstall_cmds \
14170finish_cmds \
14171sys_lib_search_path_spec \
14172sys_lib_dlsearch_path_spec; do
14173 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14174 *[\\\\\\\`\\"\\\$]*)
14175 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14176 ;;
14177 *)
14178 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14179 ;;
14180 esac
14181done
14182
14183ac_aux_dir='$ac_aux_dir'
14184xsi_shell='$xsi_shell'
14185lt_shell_append='$lt_shell_append'
14186
14187# See if we are running on zsh, and set the options which allow our
14188# commands through without removal of \ escapes INIT.
14189if test -n "\${ZSH_VERSION+set}" ; then
14190 setopt NO_GLOB_SUBST
14191fi
14192
14193
14194 PACKAGE='$PACKAGE'
14195 VERSION='$VERSION'
14196 TIMESTAMP='$TIMESTAMP'
14197 RM='$RM'
14198 ofile='$ofile'
14199
14200
14201
14202
81ecdfbb 14203_ACEOF
c906108c 14204
81ecdfbb 14205cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14206
81ecdfbb 14207# Handling of arguments.
b7026657 14208for ac_config_target in $ac_config_targets
c906108c 14209do
81ecdfbb
RW
14210 case $ac_config_target in
14211 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14212 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14213 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14214 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14215 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14216 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14217 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14218 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14219 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14220
14221 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14222 esac
14223done
14224
81ecdfbb 14225
b7026657
AC
14226# If the user did not use the arguments to specify the items to instantiate,
14227# then the envvar interface is used. Set only those that are not.
14228# We use the long form for the default assignment because of an extremely
14229# bizarre bug on SunOS 4.1.3.
14230if $ac_need_defaults; then
14231 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14232 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14233 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14234 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14235fi
14236
14237# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14238# simply because there is no reason against having it here, and in addition,
b7026657 14239# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14240# Hook for its removal unless debugging.
14241# Note that there is a small window in which the directory will not be cleaned:
14242# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14243$debug ||
14244{
81ecdfbb
RW
14245 tmp=
14246 trap 'exit_status=$?
14247 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14248' 0
14249 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14250}
b7026657 14251# Create a (secure) tmp directory for tmp files.
c906108c 14252
b7026657 14253{
81ecdfbb 14254 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14255 test -n "$tmp" && test -d "$tmp"
14256} ||
14257{
81ecdfbb
RW
14258 tmp=./conf$$-$RANDOM
14259 (umask 077 && mkdir "$tmp")
14260} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b7026657 14261
81ecdfbb
RW
14262# Set up the scripts for CONFIG_FILES section.
14263# No need to generate them if there are no CONFIG_FILES.
14264# This happens for instance with `./config.status config.h'.
14265if test -n "$CONFIG_FILES"; then
b7026657 14266
c906108c 14267
81ecdfbb
RW
14268ac_cr=`echo X | tr X '\015'`
14269# On cygwin, bash can eat \r inside `` if the user requested igncr.
14270# But we know of no other shell where ac_cr would be empty at this
14271# point, so we can use a bashism as a fallback.
14272if test "x$ac_cr" = x; then
14273 eval ac_cr=\$\'\\r\'
14274fi
14275ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14276if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14277 ac_cs_awk_cr='\r'
14278else
14279 ac_cs_awk_cr=$ac_cr
14280fi
b7026657 14281
81ecdfbb 14282echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14283_ACEOF
14284
81ecdfbb
RW
14285
14286{
14287 echo "cat >conf$$subs.awk <<_ACEOF" &&
14288 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14289 echo "_ACEOF"
14290} >conf$$subs.sh ||
14291 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14292ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14293ac_delim='%!_!# '
14294for ac_last_try in false false false false false :; do
14295 . ./conf$$subs.sh ||
14296 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14297
14298 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14299 if test $ac_delim_n = $ac_delim_num; then
14300 break
14301 elif $ac_last_try; then
14302 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14303 else
14304 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14305 fi
81ecdfbb
RW
14306done
14307rm -f conf$$subs.sh
c906108c 14308
81ecdfbb
RW
14309cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14310cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14311_ACEOF
81ecdfbb
RW
14312sed -n '
14313h
14314s/^/S["/; s/!.*/"]=/
14315p
14316g
14317s/^[^!]*!//
14318:repl
14319t repl
14320s/'"$ac_delim"'$//
14321t delim
14322:nl
14323h
14324s/\(.\{148\}\).*/\1/
14325t more1
14326s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14327p
14328n
14329b repl
14330:more1
14331s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14332p
14333g
14334s/.\{148\}//
14335t nl
14336:delim
14337h
14338s/\(.\{148\}\).*/\1/
14339t more2
14340s/["\\]/\\&/g; s/^/"/; s/$/"/
14341p
14342b
14343:more2
14344s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14345p
14346g
14347s/.\{148\}//
14348t delim
14349' <conf$$subs.awk | sed '
14350/^[^""]/{
14351 N
14352 s/\n//
14353}
14354' >>$CONFIG_STATUS || ac_write_fail=1
14355rm -f conf$$subs.awk
14356cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14357_ACAWK
14358cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14359 for (key in S) S_is_set[key] = 1
14360 FS = "\a"
c906108c 14361
81ecdfbb
RW
14362}
14363{
14364 line = $ 0
14365 nfields = split(line, field, "@")
14366 substed = 0
14367 len = length(field[1])
14368 for (i = 2; i < nfields; i++) {
14369 key = field[i]
14370 keylen = length(key)
14371 if (S_is_set[key]) {
14372 value = S[key]
14373 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14374 len += length(value) + length(field[++i])
14375 substed = 1
14376 } else
14377 len += 1 + keylen
14378 }
14379
14380 print line
14381}
b7026657 14382
81ecdfbb
RW
14383_ACAWK
14384_ACEOF
14385cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14386if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14387 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14388else
81ecdfbb
RW
14389 cat
14390fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14391 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14392_ACEOF
b7026657 14393
81ecdfbb
RW
14394# VPATH may cause trouble with some makes, so we remove $(srcdir),
14395# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14396# trailing colons and then remove the whole line if VPATH becomes empty
14397# (actually we leave an empty line to preserve line numbers).
14398if test "x$srcdir" = x.; then
14399 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14400s/:*\$(srcdir):*/:/
14401s/:*\${srcdir}:*/:/
14402s/:*@srcdir@:*/:/
14403s/^\([^=]*=[ ]*\):*/\1/
14404s/:*$//
14405s/^[^=]*=[ ]*$//
14406}'
14407fi
b7026657 14408
81ecdfbb
RW
14409cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14410fi # test -n "$CONFIG_FILES"
c906108c 14411
81ecdfbb
RW
14412# Set up the scripts for CONFIG_HEADERS section.
14413# No need to generate them if there are no CONFIG_HEADERS.
14414# This happens for instance with `./config.status Makefile'.
14415if test -n "$CONFIG_HEADERS"; then
14416cat >"$tmp/defines.awk" <<\_ACAWK ||
14417BEGIN {
14418_ACEOF
c906108c 14419
81ecdfbb
RW
14420# Transform confdefs.h into an awk script `defines.awk', embedded as
14421# here-document in config.status, that substitutes the proper values into
14422# config.h.in to produce config.h.
c906108c 14423
81ecdfbb
RW
14424# Create a delimiter string that does not exist in confdefs.h, to ease
14425# handling of long lines.
14426ac_delim='%!_!# '
14427for ac_last_try in false false :; do
14428 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14429 if test -z "$ac_t"; then
14430 break
14431 elif $ac_last_try; then
14432 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14433 else
81ecdfbb 14434 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14435 fi
b7026657 14436done
81ecdfbb
RW
14437
14438# For the awk script, D is an array of macro values keyed by name,
14439# likewise P contains macro parameters if any. Preserve backslash
14440# newline sequences.
14441
14442ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14443sed -n '
14444s/.\{148\}/&'"$ac_delim"'/g
14445t rset
14446:rset
14447s/^[ ]*#[ ]*define[ ][ ]*/ /
14448t def
14449d
14450:def
14451s/\\$//
14452t bsnl
14453s/["\\]/\\&/g
14454s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14455D["\1"]=" \3"/p
14456s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14457d
14458:bsnl
14459s/["\\]/\\&/g
14460s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14461D["\1"]=" \3\\\\\\n"\\/p
14462t cont
14463s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14464t cont
14465d
14466:cont
14467n
14468s/.\{148\}/&'"$ac_delim"'/g
14469t clear
14470:clear
14471s/\\$//
14472t bsnlc
14473s/["\\]/\\&/g; s/^/"/; s/$/"/p
14474d
14475:bsnlc
14476s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14477b cont
14478' <confdefs.h | sed '
14479s/'"$ac_delim"'/"\\\
14480"/g' >>$CONFIG_STATUS || ac_write_fail=1
14481
14482cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14483 for (key in D) D_is_set[key] = 1
14484 FS = "\a"
14485}
14486/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14487 line = \$ 0
14488 split(line, arg, " ")
14489 if (arg[1] == "#") {
14490 defundef = arg[2]
14491 mac1 = arg[3]
14492 } else {
14493 defundef = substr(arg[1], 2)
14494 mac1 = arg[2]
14495 }
14496 split(mac1, mac2, "(") #)
14497 macro = mac2[1]
14498 prefix = substr(line, 1, index(line, defundef) - 1)
14499 if (D_is_set[macro]) {
14500 # Preserve the white space surrounding the "#".
14501 print prefix "define", macro P[macro] D[macro]
14502 next
14503 } else {
14504 # Replace #undef with comments. This is necessary, for example,
14505 # in the case of _POSIX_SOURCE, which is predefined and required
14506 # on some systems where configure will not decide to define it.
14507 if (defundef == "undef") {
14508 print "/*", prefix defundef, macro, "*/"
14509 next
14510 }
14511 }
14512}
14513{ print }
14514_ACAWK
b7026657 14515_ACEOF
81ecdfbb
RW
14516cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14517 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14518fi # test -n "$CONFIG_HEADERS"
b7026657 14519
c906108c 14520
81ecdfbb
RW
14521eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14522shift
14523for ac_tag
14524do
14525 case $ac_tag in
14526 :[FHLC]) ac_mode=$ac_tag; continue;;
14527 esac
14528 case $ac_mode$ac_tag in
14529 :[FHL]*:*);;
14530 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14531 :[FH]-) ac_tag=-:-;;
14532 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14533 esac
81ecdfbb
RW
14534 ac_save_IFS=$IFS
14535 IFS=:
14536 set x $ac_tag
14537 IFS=$ac_save_IFS
14538 shift
14539 ac_file=$1
14540 shift
c906108c 14541
81ecdfbb
RW
14542 case $ac_mode in
14543 :L) ac_source=$1;;
14544 :[FH])
14545 ac_file_inputs=
14546 for ac_f
14547 do
14548 case $ac_f in
14549 -) ac_f="$tmp/stdin";;
14550 *) # Look for the file first in the build tree, then in the source tree
14551 # (if the path is not absolute). The absolute path cannot be DOS-style,
14552 # because $ac_f cannot contain `:'.
14553 test -f "$ac_f" ||
14554 case $ac_f in
14555 [\\/$]*) false;;
14556 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14557 esac ||
14558 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14559 esac
81ecdfbb
RW
14560 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14561 as_fn_append ac_file_inputs " '$ac_f'"
14562 done
b7026657 14563
81ecdfbb
RW
14564 # Let's still pretend it is `configure' which instantiates (i.e., don't
14565 # use $as_me), people would be surprised to read:
14566 # /* config.h. Generated by config.status. */
14567 configure_input='Generated from '`
14568 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14569 `' by configure.'
14570 if test x"$ac_file" != x-; then
14571 configure_input="$ac_file. $configure_input"
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14573$as_echo "$as_me: creating $ac_file" >&6;}
14574 fi
14575 # Neutralize special characters interpreted by sed in replacement strings.
14576 case $configure_input in #(
14577 *\&* | *\|* | *\\* )
14578 ac_sed_conf_input=`$as_echo "$configure_input" |
14579 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14580 *) ac_sed_conf_input=$configure_input;;
14581 esac
b7026657 14582
81ecdfbb
RW
14583 case $ac_tag in
14584 *:-:* | *:-) cat >"$tmp/stdin" \
14585 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14586 esac
14587 ;;
14588 esac
b7026657 14589
81ecdfbb 14590 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14591$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14592 X"$ac_file" : 'X\(//\)[^/]' \| \
14593 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14594 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14595$as_echo X"$ac_file" |
14596 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14597 s//\1/
14598 q
14599 }
14600 /^X\(\/\/\)[^/].*/{
14601 s//\1/
14602 q
14603 }
14604 /^X\(\/\/\)$/{
14605 s//\1/
14606 q
14607 }
14608 /^X\(\/\).*/{
14609 s//\1/
14610 q
14611 }
14612 s/.*/./; q'`
14613 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14614 ac_builddir=.
14615
81ecdfbb
RW
14616case "$ac_dir" in
14617.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14618*)
14619 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14620 # A ".." for each directory in $ac_dir_suffix.
14621 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14622 case $ac_top_builddir_sub in
14623 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14624 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14625 esac ;;
14626esac
14627ac_abs_top_builddir=$ac_pwd
14628ac_abs_builddir=$ac_pwd$ac_dir_suffix
14629# for backward compatibility:
14630ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14631
14632case $srcdir in
81ecdfbb 14633 .) # We are building in place.
b7026657 14634 ac_srcdir=.
81ecdfbb
RW
14635 ac_top_srcdir=$ac_top_builddir_sub
14636 ac_abs_top_srcdir=$ac_pwd ;;
14637 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14638 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14639 ac_top_srcdir=$srcdir
14640 ac_abs_top_srcdir=$srcdir ;;
14641 *) # Relative name.
14642 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14643 ac_top_srcdir=$ac_top_build_prefix$srcdir
14644 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14645esac
81ecdfbb 14646ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14647
c906108c 14648
81ecdfbb
RW
14649 case $ac_mode in
14650 :F)
14651 #
14652 # CONFIG_FILE
14653 #
b7026657 14654
81ecdfbb
RW
14655 case $INSTALL in
14656 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14657 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14658 esac
81ecdfbb 14659_ACEOF
c906108c 14660
81ecdfbb
RW
14661cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14662# If the template does not know about datarootdir, expand it.
14663# FIXME: This hack should be removed a few years after 2.60.
14664ac_datarootdir_hack=; ac_datarootdir_seen=
14665ac_sed_dataroot='
14666/datarootdir/ {
14667 p
14668 q
14669}
14670/@datadir@/p
14671/@docdir@/p
14672/@infodir@/p
14673/@localedir@/p
14674/@mandir@/p'
14675case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14676*datarootdir*) ac_datarootdir_seen=yes;;
14677*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14679$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14680_ACEOF
14681cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14682 ac_datarootdir_hack='
14683 s&@datadir@&$datadir&g
14684 s&@docdir@&$docdir&g
14685 s&@infodir@&$infodir&g
14686 s&@localedir@&$localedir&g
14687 s&@mandir@&$mandir&g
14688 s&\\\${datarootdir}&$datarootdir&g' ;;
14689esac
b7026657 14690_ACEOF
b7026657 14691
81ecdfbb
RW
14692# Neutralize VPATH when `$srcdir' = `.'.
14693# Shell code in configure.ac might set extrasub.
14694# FIXME: do we really want to maintain this feature?
14695cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14696ac_sed_extra="$ac_vpsub
14697$extrasub
14698_ACEOF
14699cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14700:t
14701/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14702s|@configure_input@|$ac_sed_conf_input|;t t
14703s&@top_builddir@&$ac_top_builddir_sub&;t t
14704s&@top_build_prefix@&$ac_top_build_prefix&;t t
14705s&@srcdir@&$ac_srcdir&;t t
14706s&@abs_srcdir@&$ac_abs_srcdir&;t t
14707s&@top_srcdir@&$ac_top_srcdir&;t t
14708s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14709s&@builddir@&$ac_builddir&;t t
14710s&@abs_builddir@&$ac_abs_builddir&;t t
14711s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14712s&@INSTALL@&$ac_INSTALL&;t t
14713$ac_datarootdir_hack
14714"
14715eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14716 || as_fn_error "could not create $ac_file" "$LINENO" 5
14717
14718test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14719 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14720 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14722which seems to be undefined. Please make sure it is defined." >&5
14723$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14724which seems to be undefined. Please make sure it is defined." >&2;}
14725
14726 rm -f "$tmp/stdin"
14727 case $ac_file in
14728 -) cat "$tmp/out" && rm -f "$tmp/out";;
14729 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14730 esac \
14731 || as_fn_error "could not create $ac_file" "$LINENO" 5
14732 ;;
14733 :H)
14734 #
14735 # CONFIG_HEADER
14736 #
14737 if test x"$ac_file" != x-; then
14738 {
14739 $as_echo "/* $configure_input */" \
14740 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14741 } >"$tmp/config.h" \
14742 || as_fn_error "could not create $ac_file" "$LINENO" 5
14743 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14744 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14745$as_echo "$as_me: $ac_file is unchanged" >&6;}
14746 else
14747 rm -f "$ac_file"
14748 mv "$tmp/config.h" "$ac_file" \
14749 || as_fn_error "could not create $ac_file" "$LINENO" 5
14750 fi
b7026657 14751 else
81ecdfbb
RW
14752 $as_echo "/* $configure_input */" \
14753 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14754 || as_fn_error "could not create -" "$LINENO" 5
14755 fi
14756 ;;
14757 :L)
14758 #
14759 # CONFIG_LINK
14760 #
b7026657 14761
81ecdfbb
RW
14762 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14763 :
14764 else
14765 # Prefer the file from the source tree if names are identical.
14766 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14767 ac_source=$srcdir/$ac_source
14768 fi
b7026657 14769
81ecdfbb
RW
14770 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14771$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 14772
81ecdfbb
RW
14773 if test ! -r "$ac_source"; then
14774 as_fn_error "$ac_source: file not found" "$LINENO" 5
14775 fi
14776 rm -f "$ac_file"
b7026657 14777
81ecdfbb
RW
14778 # Try a relative symlink, then a hard link, then a copy.
14779 case $srcdir in
14780 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14781 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14782 esac
14783 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14784 ln "$ac_source" "$ac_file" 2>/dev/null ||
14785 cp -p "$ac_source" "$ac_file" ||
14786 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14787 fi
14788 ;;
14789 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14790$as_echo "$as_me: executing $ac_file commands" >&6;}
14791 ;;
14792 esac
b7026657
AC
14793
14794
81ecdfbb 14795 case $ac_file$ac_mode in
db2e4d67 14796 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14797 "libtool":C)
14798
14799 # See if we are running on zsh, and set the options which allow our
14800 # commands through without removal of \ escapes.
14801 if test -n "${ZSH_VERSION+set}" ; then
14802 setopt NO_GLOB_SUBST
14803 fi
14804
14805 cfgfile="${ofile}T"
14806 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14807 $RM "$cfgfile"
14808
14809 cat <<_LT_EOF >> "$cfgfile"
14810#! $SHELL
14811
14812# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14813# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14814# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14815# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14816#
14817# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14818# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14819# Written by Gordon Matzigkeit, 1996
14820#
14821# This file is part of GNU Libtool.
14822#
14823# GNU Libtool is free software; you can redistribute it and/or
14824# modify it under the terms of the GNU General Public License as
14825# published by the Free Software Foundation; either version 2 of
14826# the License, or (at your option) any later version.
14827#
14828# As a special exception to the GNU General Public License,
14829# if you distribute this file as part of a program or library that
14830# is built using GNU Libtool, you may include this file under the
14831# same distribution terms that you use for the rest of that program.
14832#
14833# GNU Libtool is distributed in the hope that it will be useful,
14834# but WITHOUT ANY WARRANTY; without even the implied warranty of
14835# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14836# GNU General Public License for more details.
14837#
14838# You should have received a copy of the GNU General Public License
14839# along with GNU Libtool; see the file COPYING. If not, a copy
14840# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14841# obtained by writing to the Free Software Foundation, Inc.,
14842# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14843
14844
14845# The names of the tagged configurations supported by this script.
14846available_tags=""
14847
14848# ### BEGIN LIBTOOL CONFIG
14849
14850# Which release of libtool.m4 was used?
14851macro_version=$macro_version
14852macro_revision=$macro_revision
14853
14854# Whether or not to build shared libraries.
14855build_libtool_libs=$enable_shared
14856
14857# Whether or not to build static libraries.
14858build_old_libs=$enable_static
14859
14860# What type of objects to build.
14861pic_mode=$pic_mode
14862
14863# Whether or not to optimize for fast installation.
14864fast_install=$enable_fast_install
14865
14866# Shell to use when invoking shell scripts.
14867SHELL=$lt_SHELL
14868
14869# An echo program that protects backslashes.
14870ECHO=$lt_ECHO
14871
14872# The host system.
14873host_alias=$host_alias
14874host=$host
14875host_os=$host_os
14876
14877# The build system.
14878build_alias=$build_alias
14879build=$build
14880build_os=$build_os
14881
14882# A sed program that does not truncate output.
14883SED=$lt_SED
14884
14885# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14886Xsed="\$SED -e 1s/^X//"
14887
14888# A grep program that handles long lines.
14889GREP=$lt_GREP
14890
14891# An ERE matcher.
14892EGREP=$lt_EGREP
14893
14894# A literal string matcher.
14895FGREP=$lt_FGREP
14896
14897# A BSD- or MS-compatible name lister.
14898NM=$lt_NM
14899
14900# Whether we need soft or hard links.
14901LN_S=$lt_LN_S
14902
14903# What is the maximum length of a command?
14904max_cmd_len=$max_cmd_len
14905
14906# Object file suffix (normally "o").
14907objext=$ac_objext
14908
14909# Executable file suffix (normally "").
14910exeext=$exeext
14911
14912# whether the shell understands "unset".
14913lt_unset=$lt_unset
14914
14915# turn spaces into newlines.
14916SP2NL=$lt_lt_SP2NL
14917
14918# turn newlines into spaces.
14919NL2SP=$lt_lt_NL2SP
14920
14921# An object symbol dumper.
14922OBJDUMP=$lt_OBJDUMP
14923
14924# Method to check whether dependent libraries are shared objects.
14925deplibs_check_method=$lt_deplibs_check_method
14926
14927# Command to use when deplibs_check_method == "file_magic".
14928file_magic_cmd=$lt_file_magic_cmd
14929
14930# The archiver.
14931AR=$lt_AR
14932AR_FLAGS=$lt_AR_FLAGS
14933
14934# A symbol stripping program.
14935STRIP=$lt_STRIP
14936
14937# Commands used to install an old-style archive.
14938RANLIB=$lt_RANLIB
14939old_postinstall_cmds=$lt_old_postinstall_cmds
14940old_postuninstall_cmds=$lt_old_postuninstall_cmds
14941
14942# Whether to use a lock for old archive extraction.
14943lock_old_archive_extraction=$lock_old_archive_extraction
14944
14945# A C compiler.
14946LTCC=$lt_CC
14947
14948# LTCC compiler flags.
14949LTCFLAGS=$lt_CFLAGS
14950
14951# Take the output of nm and produce a listing of raw symbols and C names.
14952global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14953
14954# Transform the output of nm in a proper C declaration.
14955global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14956
14957# Transform the output of nm in a C name address pair.
14958global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14959
14960# Transform the output of nm in a C name address pair when lib prefix is needed.
14961global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14962
14963# The name of the directory that contains temporary libtool files.
14964objdir=$objdir
14965
14966# Used to examine libraries when file_magic_cmd begins with "file".
14967MAGIC_CMD=$MAGIC_CMD
14968
14969# Must we lock files when doing compilation?
14970need_locks=$lt_need_locks
14971
14972# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14973DSYMUTIL=$lt_DSYMUTIL
14974
14975# Tool to change global to local symbols on Mac OS X.
14976NMEDIT=$lt_NMEDIT
14977
14978# Tool to manipulate fat objects and archives on Mac OS X.
14979LIPO=$lt_LIPO
14980
14981# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14982OTOOL=$lt_OTOOL
14983
14984# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14985OTOOL64=$lt_OTOOL64
14986
14987# Old archive suffix (normally "a").
14988libext=$libext
14989
14990# Shared library suffix (normally ".so").
14991shrext_cmds=$lt_shrext_cmds
14992
14993# The commands to extract the exported symbol list from a shared archive.
14994extract_expsyms_cmds=$lt_extract_expsyms_cmds
14995
14996# Variables whose values should be saved in libtool wrapper scripts and
14997# restored at link time.
14998variables_saved_for_relink=$lt_variables_saved_for_relink
14999
15000# Do we need the "lib" prefix for modules?
15001need_lib_prefix=$need_lib_prefix
15002
15003# Do we need a version for libraries?
15004need_version=$need_version
15005
15006# Library versioning type.
15007version_type=$version_type
15008
15009# Shared library runtime path variable.
15010runpath_var=$runpath_var
15011
15012# Shared library path variable.
15013shlibpath_var=$shlibpath_var
15014
15015# Is shlibpath searched before the hard-coded library search path?
15016shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15017
15018# Format of library name prefix.
15019libname_spec=$lt_libname_spec
15020
15021# List of archive names. First name is the real one, the rest are links.
15022# The last name is the one that the linker finds with -lNAME
15023library_names_spec=$lt_library_names_spec
15024
15025# The coded name of the library, if different from the real name.
15026soname_spec=$lt_soname_spec
15027
15028# Permission mode override for installation of shared libraries.
15029install_override_mode=$lt_install_override_mode
15030
15031# Command to use after installation of a shared archive.
15032postinstall_cmds=$lt_postinstall_cmds
15033
15034# Command to use after uninstallation of a shared archive.
15035postuninstall_cmds=$lt_postuninstall_cmds
15036
15037# Commands used to finish a libtool library installation in a directory.
15038finish_cmds=$lt_finish_cmds
15039
15040# As "finish_cmds", except a single script fragment to be evaled but
15041# not shown.
15042finish_eval=$lt_finish_eval
15043
15044# Whether we should hardcode library paths into libraries.
15045hardcode_into_libs=$hardcode_into_libs
15046
15047# Compile-time system search path for libraries.
15048sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15049
15050# Run-time system search path for libraries.
15051sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15052
15053# Whether dlopen is supported.
15054dlopen_support=$enable_dlopen
15055
15056# Whether dlopen of programs is supported.
15057dlopen_self=$enable_dlopen_self
15058
15059# Whether dlopen of statically linked programs is supported.
15060dlopen_self_static=$enable_dlopen_self_static
15061
15062# Commands to strip libraries.
15063old_striplib=$lt_old_striplib
15064striplib=$lt_striplib
15065
15066
15067# The linker used to build libraries.
15068LD=$lt_LD
15069
15070# How to create reloadable object files.
15071reload_flag=$lt_reload_flag
15072reload_cmds=$lt_reload_cmds
15073
15074# Commands used to build an old-style archive.
15075old_archive_cmds=$lt_old_archive_cmds
15076
15077# A language specific compiler.
15078CC=$lt_compiler
15079
15080# Is the compiler the GNU compiler?
15081with_gcc=$GCC
15082
15083# Compiler flag to turn off builtin functions.
15084no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15085
15086# How to pass a linker flag through the compiler.
15087wl=$lt_lt_prog_compiler_wl
15088
15089# Additional compiler flags for building library objects.
15090pic_flag=$lt_lt_prog_compiler_pic
15091
15092# Compiler flag to prevent dynamic linking.
15093link_static_flag=$lt_lt_prog_compiler_static
15094
15095# Does compiler simultaneously support -c and -o options?
15096compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15097
15098# Whether or not to add -lc for building shared libraries.
15099build_libtool_need_lc=$archive_cmds_need_lc
15100
15101# Whether or not to disallow shared libs when runtime libs are static.
15102allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15103
15104# Compiler flag to allow reflexive dlopens.
15105export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15106
15107# Compiler flag to generate shared objects directly from archives.
15108whole_archive_flag_spec=$lt_whole_archive_flag_spec
15109
15110# Whether the compiler copes with passing no objects directly.
15111compiler_needs_object=$lt_compiler_needs_object
15112
15113# Create an old-style archive from a shared archive.
15114old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15115
15116# Create a temporary old-style archive to link instead of a shared archive.
15117old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15118
15119# Commands used to build a shared archive.
15120archive_cmds=$lt_archive_cmds
15121archive_expsym_cmds=$lt_archive_expsym_cmds
15122
15123# Commands used to build a loadable module if different from building
15124# a shared archive.
15125module_cmds=$lt_module_cmds
15126module_expsym_cmds=$lt_module_expsym_cmds
15127
15128# Whether we are building with GNU ld or not.
15129with_gnu_ld=$lt_with_gnu_ld
15130
15131# Flag that allows shared libraries with undefined symbols to be built.
15132allow_undefined_flag=$lt_allow_undefined_flag
15133
15134# Flag that enforces no undefined symbols.
15135no_undefined_flag=$lt_no_undefined_flag
15136
15137# Flag to hardcode \$libdir into a binary during linking.
15138# This must work even if \$libdir does not exist
15139hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15140
15141# If ld is used when linking, flag to hardcode \$libdir into a binary
15142# during linking. This must work even if \$libdir does not exist.
15143hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15144
15145# Whether we need a single "-rpath" flag with a separated argument.
15146hardcode_libdir_separator=$lt_hardcode_libdir_separator
15147
15148# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15149# DIR into the resulting binary.
15150hardcode_direct=$hardcode_direct
15151
15152# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15153# DIR into the resulting binary and the resulting library dependency is
15154# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15155# library is relocated.
15156hardcode_direct_absolute=$hardcode_direct_absolute
15157
15158# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15159# into the resulting binary.
15160hardcode_minus_L=$hardcode_minus_L
15161
15162# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15163# into the resulting binary.
15164hardcode_shlibpath_var=$hardcode_shlibpath_var
15165
15166# Set to "yes" if building a shared library automatically hardcodes DIR
15167# into the library and all subsequent libraries and executables linked
15168# against it.
15169hardcode_automatic=$hardcode_automatic
15170
15171# Set to yes if linker adds runtime paths of dependent libraries
15172# to runtime path list.
15173inherit_rpath=$inherit_rpath
15174
15175# Whether libtool must link a program against all its dependency libraries.
15176link_all_deplibs=$link_all_deplibs
15177
15178# Fix the shell variable \$srcfile for the compiler.
15179fix_srcfile_path=$lt_fix_srcfile_path
15180
15181# Set to "yes" if exported symbols are required.
15182always_export_symbols=$always_export_symbols
15183
15184# The commands to list exported symbols.
15185export_symbols_cmds=$lt_export_symbols_cmds
15186
15187# Symbols that should not be listed in the preloaded symbols.
15188exclude_expsyms=$lt_exclude_expsyms
15189
15190# Symbols that must always be exported.
15191include_expsyms=$lt_include_expsyms
15192
15193# Commands necessary for linking programs (against libraries) with templates.
15194prelink_cmds=$lt_prelink_cmds
15195
15196# Specify filename containing input files.
15197file_list_spec=$lt_file_list_spec
15198
15199# How to hardcode a shared library path into an executable.
15200hardcode_action=$hardcode_action
15201
15202# ### END LIBTOOL CONFIG
15203
15204_LT_EOF
15205
15206 case $host_os in
15207 aix3*)
15208 cat <<\_LT_EOF >> "$cfgfile"
15209# AIX sometimes has problems with the GCC collect2 program. For some
15210# reason, if we set the COLLECT_NAMES environment variable, the problems
15211# vanish in a puff of smoke.
15212if test "X${COLLECT_NAMES+set}" != Xset; then
15213 COLLECT_NAMES=
15214 export COLLECT_NAMES
15215fi
15216_LT_EOF
15217 ;;
15218 esac
15219
15220
15221ltmain="$ac_aux_dir/ltmain.sh"
15222
15223
15224 # We use sed instead of cat because bash on DJGPP gets confused if
15225 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15226 # text mode, it properly converts lines to CR/LF. This bash problem
15227 # is reportedly fixed, but why not run on old versions too?
15228 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15229 || (rm -f "$cfgfile"; exit 1)
15230
15231 case $xsi_shell in
15232 yes)
15233 cat << \_LT_EOF >> "$cfgfile"
15234
15235# func_dirname file append nondir_replacement
15236# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15237# otherwise set result to NONDIR_REPLACEMENT.
15238func_dirname ()
15239{
15240 case ${1} in
15241 */*) func_dirname_result="${1%/*}${2}" ;;
15242 * ) func_dirname_result="${3}" ;;
15243 esac
15244}
15245
15246# func_basename file
15247func_basename ()
15248{
15249 func_basename_result="${1##*/}"
15250}
15251
15252# func_dirname_and_basename file append nondir_replacement
15253# perform func_basename and func_dirname in a single function
15254# call:
15255# dirname: Compute the dirname of FILE. If nonempty,
15256# add APPEND to the result, otherwise set result
15257# to NONDIR_REPLACEMENT.
15258# value returned in "$func_dirname_result"
15259# basename: Compute filename of FILE.
15260# value retuned in "$func_basename_result"
15261# Implementation must be kept synchronized with func_dirname
15262# and func_basename. For efficiency, we do not delegate to
15263# those functions but instead duplicate the functionality here.
15264func_dirname_and_basename ()
15265{
15266 case ${1} in
15267 */*) func_dirname_result="${1%/*}${2}" ;;
15268 * ) func_dirname_result="${3}" ;;
15269 esac
15270 func_basename_result="${1##*/}"
15271}
15272
15273# func_stripname prefix suffix name
15274# strip PREFIX and SUFFIX off of NAME.
15275# PREFIX and SUFFIX must not contain globbing or regex special
15276# characters, hashes, percent signs, but SUFFIX may contain a leading
15277# dot (in which case that matches only a dot).
15278func_stripname ()
15279{
15280 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15281 # positional parameters, so assign one to ordinary parameter first.
15282 func_stripname_result=${3}
15283 func_stripname_result=${func_stripname_result#"${1}"}
15284 func_stripname_result=${func_stripname_result%"${2}"}
15285}
15286
15287# func_opt_split
15288func_opt_split ()
15289{
15290 func_opt_split_opt=${1%%=*}
15291 func_opt_split_arg=${1#*=}
15292}
15293
15294# func_lo2o object
15295func_lo2o ()
15296{
15297 case ${1} in
15298 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15299 *) func_lo2o_result=${1} ;;
15300 esac
15301}
15302
15303# func_xform libobj-or-source
15304func_xform ()
15305{
15306 func_xform_result=${1%.*}.lo
15307}
15308
15309# func_arith arithmetic-term...
15310func_arith ()
15311{
15312 func_arith_result=$(( $* ))
15313}
15314
15315# func_len string
15316# STRING may not start with a hyphen.
15317func_len ()
15318{
15319 func_len_result=${#1}
15320}
15321
15322_LT_EOF
15323 ;;
15324 *) # Bourne compatible functions.
15325 cat << \_LT_EOF >> "$cfgfile"
15326
15327# func_dirname file append nondir_replacement
15328# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15329# otherwise set result to NONDIR_REPLACEMENT.
15330func_dirname ()
15331{
15332 # Extract subdirectory from the argument.
15333 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15334 if test "X$func_dirname_result" = "X${1}"; then
15335 func_dirname_result="${3}"
15336 else
15337 func_dirname_result="$func_dirname_result${2}"
15338 fi
15339}
15340
15341# func_basename file
15342func_basename ()
15343{
15344 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15345}
15346
15347
15348# func_stripname prefix suffix name
15349# strip PREFIX and SUFFIX off of NAME.
15350# PREFIX and SUFFIX must not contain globbing or regex special
15351# characters, hashes, percent signs, but SUFFIX may contain a leading
15352# dot (in which case that matches only a dot).
15353# func_strip_suffix prefix name
15354func_stripname ()
15355{
15356 case ${2} in
15357 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15358 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15359 esac
15360}
15361
15362# sed scripts:
15363my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15364my_sed_long_arg='1s/^-[^=]*=//'
15365
15366# func_opt_split
15367func_opt_split ()
15368{
15369 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15370 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15371}
15372
15373# func_lo2o object
15374func_lo2o ()
15375{
15376 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15377}
15378
15379# func_xform libobj-or-source
15380func_xform ()
15381{
15382 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15383}
15384
15385# func_arith arithmetic-term...
15386func_arith ()
15387{
15388 func_arith_result=`expr "$@"`
15389}
15390
15391# func_len string
15392# STRING may not start with a hyphen.
15393func_len ()
15394{
15395 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15396}
15397
15398_LT_EOF
15399esac
15400
15401case $lt_shell_append in
15402 yes)
15403 cat << \_LT_EOF >> "$cfgfile"
15404
15405# func_append var value
15406# Append VALUE to the end of shell variable VAR.
15407func_append ()
15408{
15409 eval "$1+=\$2"
15410}
15411_LT_EOF
15412 ;;
15413 *)
15414 cat << \_LT_EOF >> "$cfgfile"
15415
15416# func_append var value
15417# Append VALUE to the end of shell variable VAR.
15418func_append ()
15419{
15420 eval "$1=\$$1\$2"
15421}
15422
15423_LT_EOF
15424 ;;
15425 esac
15426
15427
15428 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15429 || (rm -f "$cfgfile"; exit 1)
15430
15431 mv -f "$cfgfile" "$ofile" ||
15432 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15433 chmod +x "$ofile"
15434
15435 ;;
81ecdfbb 15436 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15437 rm -f Makesim1.tmp Makesim2.tmp Makefile
15438 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15439 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15440 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15441 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15442 <Makefile.sim >Makefile
38f48d72 15443 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15444 ;;
81ecdfbb
RW
15445 "stamp-h":C) echo > stamp-h ;;
15446
b7026657 15447 esac
81ecdfbb 15448done # for ac_tag
c906108c 15449
b7026657 15450
81ecdfbb 15451as_fn_exit 0
b7026657 15452_ACEOF
b7026657
AC
15453ac_clean_files=$ac_clean_files_save
15454
81ecdfbb
RW
15455test $ac_write_fail = 0 ||
15456 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15457
b7026657
AC
15458
15459# configure is writing to config.log, and then calls config.status.
15460# config.status does its own redirection, appending to config.log.
15461# Unfortunately, on DOS this fails, as config.log is still kept open
15462# by configure, so config.status won't be able to write to it; its
15463# output is simply discarded. So we exec the FD to /dev/null,
15464# effectively closing config.log, so it can be properly (re)opened and
15465# appended to by config.status. When coming back to configure, we
15466# need to make the FD available again.
15467if test "$no_create" != yes; then
15468 ac_cs_success=:
15469 ac_config_status_args=
15470 test "$silent" = yes &&
15471 ac_config_status_args="$ac_config_status_args --quiet"
15472 exec 5>/dev/null
15473 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15474 exec 5>>config.log
15475 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15476 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15477 $ac_cs_success || as_fn_exit $?
15478fi
15479if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15481$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15482fi
c906108c
SS
15483
15484
This page took 1.433603 seconds and 4 git commands to generate.