]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/cr16/configure
*** empty log message ***
[thirdparty/binutils-gdb.git] / sim / cr16 / configure
CommitLineData
fee8ec00
SR
1#! /bin/sh
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.
fee8ec00 8#
fee8ec00
SR
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## -------------------- ##
fee8ec00 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 :
fee8ec00
SR
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
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
fee8ec00 31fi
fee8ec00 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 }
fee8ec00
SR
79fi
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
fee8ec00
SR
121PS1='$ '
122PS2='> '
123PS4='+ '
124
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
fee8ec00 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."
fee8ec00 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."
fee8ec00 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
fee8ec00 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
fee8ec00
SR
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fee8ec00
SR
389 as_basename=basename
390else
391 as_basename=false
392fi
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
fee8ec00 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
fee8ec00
SR
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'`
fee8ec00 418
fee8ec00
SR
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
425
fee8ec00 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 |
fee8ec00 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
fee8ec00 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fee8ec00 444 t loop
81ecdfbb 445 s/-\n.*//
fee8ec00 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; }
fee8ec00
SR
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"
fee8ec00
SR
454 # Exit status is that of the last command.
455 exit
456}
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';;
fee8ec00
SR
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
fee8ec00 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
fee8ec00 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 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'
fee8ec00 491 fi
fee8ec00
SR
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
fee8ec00
SR
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
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
fee8ec00
SR
527
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'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
fee8ec00 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
fee8ec00
SR
538
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`
543
fee8ec00
SR
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
fee8ec00 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
fee8ec00
SR
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
fee8ec00
SR
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
fee8ec00
SR
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
fee8ec00
SR
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
fee8ec00
SR
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
fee8ec00
SR
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
fee8ec00
SR
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fee8ec00
SR
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
fee8ec00
SR
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
fee8ec00 592# include <inttypes.h>
fee8ec00 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
fee8ec00
SR
598# include <unistd.h>
599#endif"
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
6bb11ab3
L
614lt_cv_dlopen_libs
615OTOOL64
616OTOOL
617LIPO
618NMEDIT
619DSYMUTIL
620AWK
621STRIP
622OBJDUMP
623LN_S
624NM
625ac_ct_DUMPBIN
626DUMPBIN
627LD
628FGREP
629SED
630LIBTOOL
631PLUGINS_FALSE
632PLUGINS_TRUE
81ecdfbb
RW
633CATOBJEXT
634GENCAT
635INSTOBJEXT
636DATADIRNAME
637CATALOGS
638POSUB
639GMSGFMT
640XGETTEXT
641INCINTL
642LIBINTL_DEP
643LIBINTL
644USE_NLS
db2e4d67
MF
645GMAKE_FALSE
646GMAKE_TRUE
647MAKE
648CCDEPMODE
649DEPDIR
650am__leading_dot
5f3ef9d0 651PACKAGE
81ecdfbb
RW
652RANLIB
653AR
654HDEFINES
655CC_FOR_BUILD
656INSTALL_DATA
657INSTALL_SCRIPT
658INSTALL_PROGRAM
2232061b
MF
659EGREP
660GREP
661CPP
81ecdfbb
RW
662target_os
663target_vendor
664target_cpu
665target
666host_os
667host_vendor
668host_cpu
669host
670build_os
671build_vendor
672build_cpu
673build
6ffe910a
MF
674OBJEXT
675EXEEXT
676ac_ct_CC
677CPPFLAGS
678LDFLAGS
679CFLAGS
680CC
81ecdfbb
RW
681WERROR_CFLAGS
682WARN_CFLAGS
683sim_xor_endian
684sim_stdcall
685sim_smp
686sim_reserved_bits
687sim_regparm
688sim_packages
689sim_inline
690sim_hw
691sim_hw_objs
692sim_hw_cflags
693sim_default_model
694sim_scache
695sim_float
696sim_hostendian
697sim_endian
698sim_bitsize
699sim_assert
700sim_alignment
701sim_environment
702target_alias
703host_alias
704build_alias
705LIBS
706ECHO_T
707ECHO_N
708ECHO_C
709DEFS
710mandir
711localedir
712libdir
713psdir
714pdfdir
715dvidir
716htmldir
717infodir
718docdir
719oldincludedir
720includedir
721localstatedir
722sharedstatedir
723sysconfdir
724datadir
725datarootdir
726libexecdir
727sbindir
728bindir
729program_transform_name
730prefix
731exec_prefix
732PACKAGE_URL
733PACKAGE_BUGREPORT
734PACKAGE_STRING
735PACKAGE_VERSION
736PACKAGE_TARNAME
737PACKAGE_NAME
738PATH_SEPARATOR
739SHELL'
fee8ec00 740ac_subst_files=''
81ecdfbb
RW
741ac_user_opts='
742enable_option_checking
5912fadd 743with_zlib
6bb11ab3
L
744enable_plugins
745enable_shared
746enable_static
747with_pic
748enable_fast_install
749with_gnu_ld
750enable_libtool_lock
81ecdfbb
RW
751enable_maintainer_mode
752enable_sim_bswap
753enable_sim_cflags
754enable_sim_debug
755enable_sim_stdio
756enable_sim_trace
757enable_sim_profile
758with_pkgversion
759with_bugurl
2232061b 760enable_werror
81ecdfbb
RW
761enable_build_warnings
762enable_sim_build_warnings
763'
764 ac_precious_vars='build_alias
765host_alias
766target_alias
767CC
768CFLAGS
769LDFLAGS
770LIBS
771CPPFLAGS
772CPP'
773
fee8ec00
SR
774
775# Initialize some variables set by options.
776ac_init_help=
777ac_init_version=false
81ecdfbb
RW
778ac_unrecognized_opts=
779ac_unrecognized_sep=
fee8ec00
SR
780# The variables have the same names as the options, with
781# dashes changed to underlines.
782cache_file=/dev/null
783exec_prefix=NONE
784no_create=
785no_recursion=
786prefix=NONE
787program_prefix=NONE
788program_suffix=NONE
789program_transform_name=s,x,x,
790silent=
791site=
792srcdir=
793verbose=
794x_includes=NONE
795x_libraries=NONE
796
797# Installation directory options.
798# These are left unexpanded so users can "make install exec_prefix=/foo"
799# and all the variables that are supposed to be based on exec_prefix
800# by default will actually change.
801# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 802# (The list follows the same order as the GNU Coding Standards.)
fee8ec00
SR
803bindir='${exec_prefix}/bin'
804sbindir='${exec_prefix}/sbin'
805libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
806datarootdir='${prefix}/share'
807datadir='${datarootdir}'
fee8ec00
SR
808sysconfdir='${prefix}/etc'
809sharedstatedir='${prefix}/com'
810localstatedir='${prefix}/var'
fee8ec00
SR
811includedir='${prefix}/include'
812oldincludedir='/usr/include'
81ecdfbb
RW
813docdir='${datarootdir}/doc/${PACKAGE}'
814infodir='${datarootdir}/info'
815htmldir='${docdir}'
816dvidir='${docdir}'
817pdfdir='${docdir}'
818psdir='${docdir}'
819libdir='${exec_prefix}/lib'
820localedir='${datarootdir}/locale'
821mandir='${datarootdir}/man'
fee8ec00
SR
822
823ac_prev=
81ecdfbb 824ac_dashdash=
fee8ec00
SR
825for ac_option
826do
827 # If the previous option needs an argument, assign it.
828 if test -n "$ac_prev"; then
81ecdfbb 829 eval $ac_prev=\$ac_option
fee8ec00
SR
830 ac_prev=
831 continue
832 fi
833
81ecdfbb
RW
834 case $ac_option in
835 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
836 *) ac_optarg=yes ;;
837 esac
fee8ec00
SR
838
839 # Accept the important Cygnus configure options, so we can diagnose typos.
840
81ecdfbb
RW
841 case $ac_dashdash$ac_option in
842 --)
843 ac_dashdash=yes ;;
fee8ec00
SR
844
845 -bindir | --bindir | --bindi | --bind | --bin | --bi)
846 ac_prev=bindir ;;
847 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
848 bindir=$ac_optarg ;;
849
850 -build | --build | --buil | --bui | --bu)
851 ac_prev=build_alias ;;
852 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
853 build_alias=$ac_optarg ;;
854
855 -cache-file | --cache-file | --cache-fil | --cache-fi \
856 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
857 ac_prev=cache_file ;;
858 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
859 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
860 cache_file=$ac_optarg ;;
861
862 --config-cache | -C)
863 cache_file=config.cache ;;
864
81ecdfbb 865 -datadir | --datadir | --datadi | --datad)
fee8ec00 866 ac_prev=datadir ;;
81ecdfbb 867 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fee8ec00
SR
868 datadir=$ac_optarg ;;
869
81ecdfbb
RW
870 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
871 | --dataroo | --dataro | --datar)
872 ac_prev=datarootdir ;;
873 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
874 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
875 datarootdir=$ac_optarg ;;
876
fee8ec00 877 -disable-* | --disable-*)
81ecdfbb 878 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fee8ec00 879 # Reject names that are not valid shell variable names.
81ecdfbb
RW
880 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
881 as_fn_error "invalid feature name: $ac_useropt"
882 ac_useropt_orig=$ac_useropt
883 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
884 case $ac_user_opts in
885 *"
886"enable_$ac_useropt"
887"*) ;;
888 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
889 ac_unrecognized_sep=', ';;
890 esac
891 eval enable_$ac_useropt=no ;;
892
893 -docdir | --docdir | --docdi | --doc | --do)
894 ac_prev=docdir ;;
895 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
896 docdir=$ac_optarg ;;
897
898 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
899 ac_prev=dvidir ;;
900 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
901 dvidir=$ac_optarg ;;
fee8ec00
SR
902
903 -enable-* | --enable-*)
81ecdfbb 904 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fee8ec00 905 # Reject names that are not valid shell variable names.
81ecdfbb
RW
906 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
907 as_fn_error "invalid feature name: $ac_useropt"
908 ac_useropt_orig=$ac_useropt
909 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
910 case $ac_user_opts in
911 *"
912"enable_$ac_useropt"
913"*) ;;
914 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
915 ac_unrecognized_sep=', ';;
fee8ec00 916 esac
81ecdfbb 917 eval enable_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
918
919 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
920 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
921 | --exec | --exe | --ex)
922 ac_prev=exec_prefix ;;
923 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
924 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
925 | --exec=* | --exe=* | --ex=*)
926 exec_prefix=$ac_optarg ;;
927
928 -gas | --gas | --ga | --g)
929 # Obsolete; use --with-gas.
930 with_gas=yes ;;
931
932 -help | --help | --hel | --he | -h)
933 ac_init_help=long ;;
934 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
935 ac_init_help=recursive ;;
936 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
937 ac_init_help=short ;;
938
939 -host | --host | --hos | --ho)
940 ac_prev=host_alias ;;
941 -host=* | --host=* | --hos=* | --ho=*)
942 host_alias=$ac_optarg ;;
943
81ecdfbb
RW
944 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
945 ac_prev=htmldir ;;
946 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
947 | --ht=*)
948 htmldir=$ac_optarg ;;
949
fee8ec00
SR
950 -includedir | --includedir | --includedi | --included | --include \
951 | --includ | --inclu | --incl | --inc)
952 ac_prev=includedir ;;
953 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
954 | --includ=* | --inclu=* | --incl=* | --inc=*)
955 includedir=$ac_optarg ;;
956
957 -infodir | --infodir | --infodi | --infod | --info | --inf)
958 ac_prev=infodir ;;
959 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
960 infodir=$ac_optarg ;;
961
962 -libdir | --libdir | --libdi | --libd)
963 ac_prev=libdir ;;
964 -libdir=* | --libdir=* | --libdi=* | --libd=*)
965 libdir=$ac_optarg ;;
966
967 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
968 | --libexe | --libex | --libe)
969 ac_prev=libexecdir ;;
970 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
971 | --libexe=* | --libex=* | --libe=*)
972 libexecdir=$ac_optarg ;;
973
81ecdfbb
RW
974 -localedir | --localedir | --localedi | --localed | --locale)
975 ac_prev=localedir ;;
976 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
977 localedir=$ac_optarg ;;
978
fee8ec00 979 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 980 | --localstate | --localstat | --localsta | --localst | --locals)
fee8ec00
SR
981 ac_prev=localstatedir ;;
982 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 983 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fee8ec00
SR
984 localstatedir=$ac_optarg ;;
985
986 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
987 ac_prev=mandir ;;
988 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
989 mandir=$ac_optarg ;;
990
991 -nfp | --nfp | --nf)
992 # Obsolete; use --without-fp.
993 with_fp=no ;;
994
995 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
996 | --no-cr | --no-c | -n)
997 no_create=yes ;;
998
999 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1000 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1001 no_recursion=yes ;;
1002
1003 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1004 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1005 | --oldin | --oldi | --old | --ol | --o)
1006 ac_prev=oldincludedir ;;
1007 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1008 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1009 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1010 oldincludedir=$ac_optarg ;;
1011
1012 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1013 ac_prev=prefix ;;
1014 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1015 prefix=$ac_optarg ;;
1016
1017 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1018 | --program-pre | --program-pr | --program-p)
1019 ac_prev=program_prefix ;;
1020 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1021 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1022 program_prefix=$ac_optarg ;;
1023
1024 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1025 | --program-suf | --program-su | --program-s)
1026 ac_prev=program_suffix ;;
1027 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1028 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1029 program_suffix=$ac_optarg ;;
1030
1031 -program-transform-name | --program-transform-name \
1032 | --program-transform-nam | --program-transform-na \
1033 | --program-transform-n | --program-transform- \
1034 | --program-transform | --program-transfor \
1035 | --program-transfo | --program-transf \
1036 | --program-trans | --program-tran \
1037 | --progr-tra | --program-tr | --program-t)
1038 ac_prev=program_transform_name ;;
1039 -program-transform-name=* | --program-transform-name=* \
1040 | --program-transform-nam=* | --program-transform-na=* \
1041 | --program-transform-n=* | --program-transform-=* \
1042 | --program-transform=* | --program-transfor=* \
1043 | --program-transfo=* | --program-transf=* \
1044 | --program-trans=* | --program-tran=* \
1045 | --progr-tra=* | --program-tr=* | --program-t=*)
1046 program_transform_name=$ac_optarg ;;
1047
81ecdfbb
RW
1048 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1049 ac_prev=pdfdir ;;
1050 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1051 pdfdir=$ac_optarg ;;
1052
1053 -psdir | --psdir | --psdi | --psd | --ps)
1054 ac_prev=psdir ;;
1055 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1056 psdir=$ac_optarg ;;
1057
fee8ec00
SR
1058 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1059 | -silent | --silent | --silen | --sile | --sil)
1060 silent=yes ;;
1061
1062 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1063 ac_prev=sbindir ;;
1064 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1065 | --sbi=* | --sb=*)
1066 sbindir=$ac_optarg ;;
1067
1068 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1069 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1070 | --sharedst | --shareds | --shared | --share | --shar \
1071 | --sha | --sh)
1072 ac_prev=sharedstatedir ;;
1073 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1074 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1075 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1076 | --sha=* | --sh=*)
1077 sharedstatedir=$ac_optarg ;;
1078
1079 -site | --site | --sit)
1080 ac_prev=site ;;
1081 -site=* | --site=* | --sit=*)
1082 site=$ac_optarg ;;
1083
1084 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1085 ac_prev=srcdir ;;
1086 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1087 srcdir=$ac_optarg ;;
1088
1089 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1090 | --syscon | --sysco | --sysc | --sys | --sy)
1091 ac_prev=sysconfdir ;;
1092 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1093 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1094 sysconfdir=$ac_optarg ;;
1095
1096 -target | --target | --targe | --targ | --tar | --ta | --t)
1097 ac_prev=target_alias ;;
1098 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1099 target_alias=$ac_optarg ;;
1100
1101 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1102 verbose=yes ;;
1103
1104 -version | --version | --versio | --versi | --vers | -V)
1105 ac_init_version=: ;;
1106
1107 -with-* | --with-*)
81ecdfbb 1108 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fee8ec00 1109 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1110 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1111 as_fn_error "invalid package name: $ac_useropt"
1112 ac_useropt_orig=$ac_useropt
1113 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1114 case $ac_user_opts in
1115 *"
1116"with_$ac_useropt"
1117"*) ;;
1118 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1119 ac_unrecognized_sep=', ';;
fee8ec00 1120 esac
81ecdfbb 1121 eval with_$ac_useropt=\$ac_optarg ;;
fee8ec00
SR
1122
1123 -without-* | --without-*)
81ecdfbb 1124 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fee8ec00 1125 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1126 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1127 as_fn_error "invalid package name: $ac_useropt"
1128 ac_useropt_orig=$ac_useropt
1129 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1130 case $ac_user_opts in
1131 *"
1132"with_$ac_useropt"
1133"*) ;;
1134 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1135 ac_unrecognized_sep=', ';;
1136 esac
1137 eval with_$ac_useropt=no ;;
fee8ec00
SR
1138
1139 --x)
1140 # Obsolete; use --with-x.
1141 with_x=yes ;;
1142
1143 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1144 | --x-incl | --x-inc | --x-in | --x-i)
1145 ac_prev=x_includes ;;
1146 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1147 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1148 x_includes=$ac_optarg ;;
1149
1150 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1151 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1152 ac_prev=x_libraries ;;
1153 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1154 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1155 x_libraries=$ac_optarg ;;
1156
81ecdfbb
RW
1157 -*) as_fn_error "unrecognized option: \`$ac_option'
1158Try \`$0 --help' for more information."
fee8ec00
SR
1159 ;;
1160
1161 *=*)
1162 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1163 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1164 case $ac_envvar in #(
1165 '' | [0-9]* | *[!_$as_cr_alnum]* )
1166 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1167 esac
1168 eval $ac_envvar=\$ac_optarg
fee8ec00
SR
1169 export $ac_envvar ;;
1170
1171 *)
1172 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1173 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fee8ec00 1174 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1175 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
fee8ec00
SR
1176 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1177 ;;
1178
1179 esac
1180done
1181
1182if test -n "$ac_prev"; then
1183 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1184 as_fn_error "missing argument to $ac_option"
fee8ec00
SR
1185fi
1186
81ecdfbb
RW
1187if test -n "$ac_unrecognized_opts"; then
1188 case $enable_option_checking in
1189 no) ;;
1190 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1191 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
fee8ec00 1192 esac
81ecdfbb 1193fi
fee8ec00 1194
81ecdfbb
RW
1195# Check all directory arguments for consistency.
1196for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1197 datadir sysconfdir sharedstatedir localstatedir includedir \
1198 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1199 libdir localedir mandir
fee8ec00 1200do
81ecdfbb
RW
1201 eval ac_val=\$$ac_var
1202 # Remove trailing slashes.
1203 case $ac_val in
1204 */ )
1205 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1206 eval $ac_var=\$ac_val;;
1207 esac
1208 # Be sure to have absolute directory names.
fee8ec00 1209 case $ac_val in
81ecdfbb
RW
1210 [\\/$]* | ?:[\\/]* ) continue;;
1211 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fee8ec00 1212 esac
81ecdfbb 1213 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
fee8ec00
SR
1214done
1215
1216# There might be people who depend on the old broken behavior: `$host'
1217# used to hold the argument of --host etc.
1218# FIXME: To remove some day.
1219build=$build_alias
1220host=$host_alias
1221target=$target_alias
1222
1223# FIXME: To remove some day.
1224if test "x$host_alias" != x; then
1225 if test "x$build_alias" = x; then
1226 cross_compiling=maybe
81ecdfbb 1227 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
fee8ec00
SR
1228 If a cross compiler is detected then cross compile mode will be used." >&2
1229 elif test "x$build_alias" != "x$host_alias"; then
1230 cross_compiling=yes
1231 fi
1232fi
1233
1234ac_tool_prefix=
1235test -n "$host_alias" && ac_tool_prefix=$host_alias-
1236
1237test "$silent" = yes && exec 6>/dev/null
1238
1239
81ecdfbb
RW
1240ac_pwd=`pwd` && test -n "$ac_pwd" &&
1241ac_ls_di=`ls -di .` &&
1242ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1243 as_fn_error "working directory cannot be determined"
1244test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1245 as_fn_error "pwd does not report name of working directory"
1246
1247
fee8ec00
SR
1248# Find the source files, if location was not specified.
1249if test -z "$srcdir"; then
1250 ac_srcdir_defaulted=yes
81ecdfbb
RW
1251 # Try the directory containing this script, then the parent directory.
1252 ac_confdir=`$as_dirname -- "$as_myself" ||
1253$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1254 X"$as_myself" : 'X\(//\)[^/]' \| \
1255 X"$as_myself" : 'X\(//\)$' \| \
1256 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1257$as_echo X"$as_myself" |
1258 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1259 s//\1/
1260 q
1261 }
1262 /^X\(\/\/\)[^/].*/{
1263 s//\1/
1264 q
1265 }
1266 /^X\(\/\/\)$/{
1267 s//\1/
1268 q
1269 }
1270 /^X\(\/\).*/{
1271 s//\1/
1272 q
1273 }
1274 s/.*/./; q'`
fee8ec00 1275 srcdir=$ac_confdir
81ecdfbb 1276 if test ! -r "$srcdir/$ac_unique_file"; then
fee8ec00
SR
1277 srcdir=..
1278 fi
1279else
1280 ac_srcdir_defaulted=no
1281fi
81ecdfbb
RW
1282if test ! -r "$srcdir/$ac_unique_file"; then
1283 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1284 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1285fi
1286ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1287ac_abs_confdir=`(
1288 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1289 pwd)`
1290# When building in place, set srcdir=.
1291if test "$ac_abs_confdir" = "$ac_pwd"; then
1292 srcdir=.
1293fi
1294# Remove unnecessary trailing slashes from srcdir.
1295# Double slashes in file names in object file debugging info
1296# mess up M-x gdb in Emacs.
1297case $srcdir in
1298*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1299esac
1300for ac_var in $ac_precious_vars; do
1301 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1302 eval ac_env_${ac_var}_value=\$${ac_var}
1303 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1304 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1305done
fee8ec00
SR
1306
1307#
1308# Report the --help message.
1309#
1310if test "$ac_init_help" = "long"; then
1311 # Omit some internal or obsolete options to make the list less imposing.
1312 # This message is too long to be a string in the A/UX 3.1 sh.
1313 cat <<_ACEOF
1314\`configure' configures this package to adapt to many kinds of systems.
1315
1316Usage: $0 [OPTION]... [VAR=VALUE]...
1317
1318To assign environment variables (e.g., CC, CFLAGS...), specify them as
1319VAR=VALUE. See below for descriptions of some of the useful variables.
1320
1321Defaults for the options are specified in brackets.
1322
1323Configuration:
1324 -h, --help display this help and exit
1325 --help=short display options specific to this package
1326 --help=recursive display the short help of all the included packages
1327 -V, --version display version information and exit
1328 -q, --quiet, --silent do not print \`checking...' messages
1329 --cache-file=FILE cache test results in FILE [disabled]
1330 -C, --config-cache alias for \`--cache-file=config.cache'
1331 -n, --no-create do not create output files
1332 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1333
fee8ec00
SR
1334Installation directories:
1335 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1336 [$ac_default_prefix]
fee8ec00 1337 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1338 [PREFIX]
fee8ec00
SR
1339
1340By default, \`make install' will install all the files in
1341\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1342an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1343for instance \`--prefix=\$HOME'.
1344
1345For better control, use the options below.
1346
1347Fine tuning of the installation directories:
81ecdfbb
RW
1348 --bindir=DIR user executables [EPREFIX/bin]
1349 --sbindir=DIR system admin executables [EPREFIX/sbin]
1350 --libexecdir=DIR program executables [EPREFIX/libexec]
1351 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1352 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1353 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1354 --libdir=DIR object code libraries [EPREFIX/lib]
1355 --includedir=DIR C header files [PREFIX/include]
1356 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1357 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1358 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1359 --infodir=DIR info documentation [DATAROOTDIR/info]
1360 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1361 --mandir=DIR man documentation [DATAROOTDIR/man]
1362 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1363 --htmldir=DIR html documentation [DOCDIR]
1364 --dvidir=DIR dvi documentation [DOCDIR]
1365 --pdfdir=DIR pdf documentation [DOCDIR]
1366 --psdir=DIR ps documentation [DOCDIR]
fee8ec00
SR
1367_ACEOF
1368
1369 cat <<\_ACEOF
1370
1371Program names:
1372 --program-prefix=PREFIX prepend PREFIX to installed program names
1373 --program-suffix=SUFFIX append SUFFIX to installed program names
1374 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1375
1376System types:
1377 --build=BUILD configure for building on BUILD [guessed]
1378 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1379 --target=TARGET configure for building compilers for TARGET [HOST]
1380_ACEOF
1381fi
1382
1383if test -n "$ac_init_help"; then
1384
1385 cat <<\_ACEOF
1386
1387Optional Features:
81ecdfbb 1388 --disable-option-checking ignore unrecognized --enable/--with options
fee8ec00
SR
1389 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1390 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
6bb11ab3
L
1391 --enable-plugins Enable support for plugins (defaults no)
1392 --enable-shared[=PKGS] build shared libraries [default=yes]
1393 --enable-static[=PKGS] build static libraries [default=yes]
1394 --enable-fast-install[=PKGS]
1395 optimize for fast installation [default=yes]
1396 --disable-libtool-lock avoid locking (might break parallel builds)
fee8ec00
SR
1397 --enable-maintainer-mode Enable developer functionality.
1398 --enable-sim-bswap Use Host specific BSWAP instruction.
1399 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1400 --enable-sim-debug=opts Enable debugging flags
1401 --enable-sim-stdio Specify whether to use stdio for console input/output.
1402 --enable-sim-trace=opts Enable tracing flags
1403 --enable-sim-profile=opts Enable profiling flags
2232061b
MF
1404 --enable-werror treat compile warnings as errors
1405 --enable-build-warnings enable build-time compiler warnings if gcc is used
1406 --enable-sim-build-warnings
1407 enable SIM specific build-time compiler warnings if
1408 gcc is used
fee8ec00 1409
6efef468
JM
1410Optional Packages:
1411 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1412 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
3725885a 1413 --with-zlib include zlib support (auto/yes/no) default=auto
6bb11ab3
L
1414 --with-pic try to use only PIC/non-PIC objects [default=use
1415 both]
1416 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468
JM
1417 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1418 --with-bugurl=URL Direct users to URL to report a bug
1419
fee8ec00
SR
1420Some influential environment variables:
1421 CC C compiler command
1422 CFLAGS C compiler flags
1423 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1424 nonstandard directory <lib dir>
81ecdfbb
RW
1425 LIBS libraries to pass to the linker, e.g. -l<library>
1426 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1427 you have headers in a nonstandard directory <include dir>
fee8ec00
SR
1428 CPP C preprocessor
1429
1430Use these variables to override the choices made by `configure' or to help
1431it to find libraries and programs with nonstandard names/locations.
1432
81ecdfbb 1433Report bugs to the package provider.
fee8ec00 1434_ACEOF
81ecdfbb 1435ac_status=$?
fee8ec00
SR
1436fi
1437
1438if test "$ac_init_help" = "recursive"; then
1439 # If there are subdirs, report their specific --help.
fee8ec00 1440 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1441 test -d "$ac_dir" ||
1442 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1443 continue
fee8ec00
SR
1444 ac_builddir=.
1445
81ecdfbb
RW
1446case "$ac_dir" in
1447.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1448*)
1449 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1450 # A ".." for each directory in $ac_dir_suffix.
1451 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1452 case $ac_top_builddir_sub in
1453 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1454 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1455 esac ;;
1456esac
1457ac_abs_top_builddir=$ac_pwd
1458ac_abs_builddir=$ac_pwd$ac_dir_suffix
1459# for backward compatibility:
1460ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
1461
1462case $srcdir in
81ecdfbb 1463 .) # We are building in place.
fee8ec00 1464 ac_srcdir=.
81ecdfbb
RW
1465 ac_top_srcdir=$ac_top_builddir_sub
1466 ac_abs_top_srcdir=$ac_pwd ;;
1467 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 1468 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1469 ac_top_srcdir=$srcdir
1470 ac_abs_top_srcdir=$srcdir ;;
1471 *) # Relative name.
1472 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1473 ac_top_srcdir=$ac_top_build_prefix$srcdir
1474 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 1475esac
81ecdfbb
RW
1476ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1477
1478 cd "$ac_dir" || { ac_status=$?; continue; }
1479 # Check for guested configure.
1480 if test -f "$ac_srcdir/configure.gnu"; then
1481 echo &&
1482 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1483 elif test -f "$ac_srcdir/configure"; then
1484 echo &&
1485 $SHELL "$ac_srcdir/configure" --help=recursive
fee8ec00 1486 else
81ecdfbb
RW
1487 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1488 fi || ac_status=$?
1489 cd "$ac_pwd" || { ac_status=$?; break; }
fee8ec00
SR
1490 done
1491fi
1492
81ecdfbb 1493test -n "$ac_init_help" && exit $ac_status
fee8ec00
SR
1494if $ac_init_version; then
1495 cat <<\_ACEOF
81ecdfbb
RW
1496configure
1497generated by GNU Autoconf 2.64
fee8ec00 1498
81ecdfbb 1499Copyright (C) 2009 Free Software Foundation, Inc.
fee8ec00
SR
1500This configure script is free software; the Free Software Foundation
1501gives unlimited permission to copy, distribute and modify it.
1502_ACEOF
81ecdfbb 1503 exit
fee8ec00 1504fi
fee8ec00 1505
81ecdfbb
RW
1506## ------------------------ ##
1507## Autoconf initialization. ##
1508## ------------------------ ##
fee8ec00 1509
81ecdfbb
RW
1510# ac_fn_c_try_compile LINENO
1511# --------------------------
1512# Try to compile conftest.$ac_ext, and return whether this succeeded.
1513ac_fn_c_try_compile ()
fee8ec00 1514{
81ecdfbb
RW
1515 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1516 rm -f conftest.$ac_objext
1517 if { { ac_try="$ac_compile"
1518case "(($ac_try" in
1519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1520 *) ac_try_echo=$ac_try;;
1521esac
1522eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1523$as_echo "$ac_try_echo"; } >&5
1524 (eval "$ac_compile") 2>conftest.err
1525 ac_status=$?
1526 if test -s conftest.err; then
1527 grep -v '^ *+' conftest.err >conftest.er1
1528 cat conftest.er1 >&5
1529 mv -f conftest.er1 conftest.err
1530 fi
1531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1532 test $ac_status = 0; } && {
1533 test -z "$ac_c_werror_flag" ||
1534 test ! -s conftest.err
1535 } && test -s conftest.$ac_objext; then :
1536 ac_retval=0
1537else
1538 $as_echo "$as_me: failed program was:" >&5
1539sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1540
81ecdfbb
RW
1541 ac_retval=1
1542fi
1543 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1544 return $ac_retval
fee8ec00 1545
81ecdfbb 1546} # ac_fn_c_try_compile
fee8ec00 1547
81ecdfbb
RW
1548# ac_fn_c_try_cpp LINENO
1549# ----------------------
1550# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1551ac_fn_c_try_cpp ()
1552{
1553 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1554 if { { ac_try="$ac_cpp conftest.$ac_ext"
1555case "(($ac_try" in
1556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1557 *) ac_try_echo=$ac_try;;
1558esac
1559eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1560$as_echo "$ac_try_echo"; } >&5
1561 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1562 ac_status=$?
1563 if test -s conftest.err; then
1564 grep -v '^ *+' conftest.err >conftest.er1
1565 cat conftest.er1 >&5
1566 mv -f conftest.er1 conftest.err
1567 fi
1568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1569 test $ac_status = 0; } >/dev/null && {
1570 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1571 test ! -s conftest.err
1572 }; then :
1573 ac_retval=0
1574else
1575 $as_echo "$as_me: failed program was:" >&5
1576sed 's/^/| /' conftest.$ac_ext >&5
fee8ec00 1577
81ecdfbb
RW
1578 ac_retval=1
1579fi
1580 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1581 return $ac_retval
fee8ec00 1582
81ecdfbb 1583} # ac_fn_c_try_cpp
fee8ec00 1584
81ecdfbb
RW
1585# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1586# -------------------------------------------------------
1587# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1588# the include files in INCLUDES and setting the cache variable VAR
1589# accordingly.
1590ac_fn_c_check_header_mongrel ()
1591{
1592 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1593 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1595$as_echo_n "checking for $2... " >&6; }
1596if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1597 $as_echo_n "(cached) " >&6
1598fi
1599eval ac_res=\$$3
1600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1601$as_echo "$ac_res" >&6; }
1602else
1603 # Is the header compilable?
1604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1605$as_echo_n "checking $2 usability... " >&6; }
1606cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1607/* end confdefs.h. */
1608$4
1609#include <$2>
1610_ACEOF
1611if ac_fn_c_try_compile "$LINENO"; then :
1612 ac_header_compiler=yes
1613else
1614 ac_header_compiler=no
1615fi
1616rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1618$as_echo "$ac_header_compiler" >&6; }
1619
1620# Is the header present?
1621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1622$as_echo_n "checking $2 presence... " >&6; }
1623cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1624/* end confdefs.h. */
1625#include <$2>
1626_ACEOF
1627if ac_fn_c_try_cpp "$LINENO"; then :
1628 ac_header_preproc=yes
1629else
1630 ac_header_preproc=no
1631fi
1632rm -f conftest.err conftest.$ac_ext
1633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1634$as_echo "$ac_header_preproc" >&6; }
1635
1636# So? What about this header?
1637case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1638 yes:no: )
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1640$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1642$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1643 ;;
1644 no:yes:* )
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1646$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1648$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1650$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1652$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1654$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1655 ;;
1656esac
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1658$as_echo_n "checking for $2... " >&6; }
1659if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1660 $as_echo_n "(cached) " >&6
1661else
1662 eval "$3=\$ac_header_compiler"
1663fi
1664eval ac_res=\$$3
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1666$as_echo "$ac_res" >&6; }
1667fi
1668 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669
1670} # ac_fn_c_check_header_mongrel
1671
1672# ac_fn_c_try_run LINENO
1673# ----------------------
1674# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1675# that executables *can* be run.
1676ac_fn_c_try_run ()
1677{
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 if { { ac_try="$ac_link"
1680case "(($ac_try" in
1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682 *) ac_try_echo=$ac_try;;
1683esac
1684eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685$as_echo "$ac_try_echo"; } >&5
1686 (eval "$ac_link") 2>&5
1687 ac_status=$?
1688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1689 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1690 { { case "(($ac_try" in
1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1692 *) ac_try_echo=$ac_try;;
1693esac
1694eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1695$as_echo "$ac_try_echo"; } >&5
1696 (eval "$ac_try") 2>&5
1697 ac_status=$?
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; }; }; then :
1700 ac_retval=0
1701else
1702 $as_echo "$as_me: program exited with status $ac_status" >&5
1703 $as_echo "$as_me: failed program was:" >&5
1704sed 's/^/| /' conftest.$ac_ext >&5
1705
1706 ac_retval=$ac_status
1707fi
1708 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1709 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1710 return $ac_retval
1711
1712} # ac_fn_c_try_run
1713
1714# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1715# -------------------------------------------------------
1716# Tests whether HEADER exists and can be compiled using the include files in
1717# INCLUDES, setting the cache variable VAR accordingly.
1718ac_fn_c_check_header_compile ()
1719{
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1722$as_echo_n "checking for $2... " >&6; }
1723if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1724 $as_echo_n "(cached) " >&6
1725else
1726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1727/* end confdefs.h. */
1728$4
1729#include <$2>
1730_ACEOF
1731if ac_fn_c_try_compile "$LINENO"; then :
1732 eval "$3=yes"
1733else
1734 eval "$3=no"
1735fi
1736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1737fi
1738eval ac_res=\$$3
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1740$as_echo "$ac_res" >&6; }
1741 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1742
1743} # ac_fn_c_check_header_compile
1744
1745# ac_fn_c_try_link LINENO
1746# -----------------------
1747# Try to link conftest.$ac_ext, and return whether this succeeded.
1748ac_fn_c_try_link ()
1749{
1750 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1751 rm -f conftest.$ac_objext conftest$ac_exeext
1752 if { { ac_try="$ac_link"
1753case "(($ac_try" in
1754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1755 *) ac_try_echo=$ac_try;;
1756esac
1757eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1758$as_echo "$ac_try_echo"; } >&5
1759 (eval "$ac_link") 2>conftest.err
1760 ac_status=$?
1761 if test -s conftest.err; then
1762 grep -v '^ *+' conftest.err >conftest.er1
1763 cat conftest.er1 >&5
1764 mv -f conftest.er1 conftest.err
1765 fi
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } && {
1768 test -z "$ac_c_werror_flag" ||
1769 test ! -s conftest.err
1770 } && test -s conftest$ac_exeext && {
1771 test "$cross_compiling" = yes ||
1772 $as_test_x conftest$ac_exeext
1773 }; then :
1774 ac_retval=0
1775else
1776 $as_echo "$as_me: failed program was:" >&5
1777sed 's/^/| /' conftest.$ac_ext >&5
1778
1779 ac_retval=1
1780fi
1781 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1782 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1783 # interfere with the next link command; also delete a directory that is
1784 # left behind by Apple's compiler. We do this before executing the actions.
1785 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1786 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1787 return $ac_retval
1788
1789} # ac_fn_c_try_link
1790
1791# ac_fn_c_check_func LINENO FUNC VAR
1792# ----------------------------------
1793# Tests whether FUNC exists, setting the cache variable VAR accordingly
1794ac_fn_c_check_func ()
1795{
1796 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1798$as_echo_n "checking for $2... " >&6; }
1799if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1800 $as_echo_n "(cached) " >&6
1801else
1802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1803/* end confdefs.h. */
1804/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1805 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1806#define $2 innocuous_$2
1807
1808/* System header to define __stub macros and hopefully few prototypes,
1809 which can conflict with char $2 (); below.
1810 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1811 <limits.h> exists even on freestanding compilers. */
1812
1813#ifdef __STDC__
1814# include <limits.h>
1815#else
1816# include <assert.h>
1817#endif
1818
1819#undef $2
1820
1821/* Override any GCC internal prototype to avoid an error.
1822 Use char because int might match the return type of a GCC
1823 builtin and then its argument prototype would still apply. */
1824#ifdef __cplusplus
1825extern "C"
1826#endif
1827char $2 ();
1828/* The GNU C library defines this for functions which it implements
1829 to always fail with ENOSYS. Some functions are actually named
1830 something starting with __ and the normal name is an alias. */
1831#if defined __stub_$2 || defined __stub___$2
1832choke me
1833#endif
1834
1835int
1836main ()
1837{
1838return $2 ();
1839 ;
1840 return 0;
1841}
1842_ACEOF
1843if ac_fn_c_try_link "$LINENO"; then :
1844 eval "$3=yes"
1845else
1846 eval "$3=no"
1847fi
1848rm -f core conftest.err conftest.$ac_objext \
1849 conftest$ac_exeext conftest.$ac_ext
1850fi
1851eval ac_res=\$$3
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1853$as_echo "$ac_res" >&6; }
1854 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1855
1856} # ac_fn_c_check_func
1857cat >config.log <<_ACEOF
1858This file contains any messages produced by compilers while
1859running configure, to aid debugging if configure makes a mistake.
1860
1861It was created by $as_me, which was
1862generated by GNU Autoconf 2.64. Invocation command line was
1863
1864 $ $0 $@
1865
1866_ACEOF
1867exec 5>>config.log
1868{
1869cat <<_ASUNAME
1870## --------- ##
1871## Platform. ##
1872## --------- ##
1873
1874hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1875uname -m = `(uname -m) 2>/dev/null || echo unknown`
1876uname -r = `(uname -r) 2>/dev/null || echo unknown`
1877uname -s = `(uname -s) 2>/dev/null || echo unknown`
1878uname -v = `(uname -v) 2>/dev/null || echo unknown`
1879
1880/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1881/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1882
1883/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1884/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1885/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1886/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1887/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1888/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1889/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1890
1891_ASUNAME
1892
1893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1894for as_dir in $PATH
1895do
1896 IFS=$as_save_IFS
1897 test -z "$as_dir" && as_dir=.
1898 $as_echo "PATH: $as_dir"
1899 done
1900IFS=$as_save_IFS
1901
1902} >&5
1903
1904cat >&5 <<_ACEOF
fee8ec00
SR
1905
1906
1907## ----------- ##
1908## Core tests. ##
1909## ----------- ##
1910
1911_ACEOF
1912
1913
1914# Keep a trace of the command line.
1915# Strip out --no-create and --no-recursion so they do not pile up.
1916# Strip out --silent because we don't want to record it for future runs.
1917# Also quote any args containing shell meta-characters.
1918# Make two passes to allow for proper duplicate-argument suppression.
1919ac_configure_args=
1920ac_configure_args0=
1921ac_configure_args1=
fee8ec00
SR
1922ac_must_keep_next=false
1923for ac_pass in 1 2
1924do
1925 for ac_arg
1926 do
1927 case $ac_arg in
1928 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1929 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1930 | -silent | --silent | --silen | --sile | --sil)
1931 continue ;;
81ecdfbb
RW
1932 *\'*)
1933 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
1934 esac
1935 case $ac_pass in
81ecdfbb 1936 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fee8ec00 1937 2)
81ecdfbb 1938 as_fn_append ac_configure_args1 " '$ac_arg'"
fee8ec00
SR
1939 if test $ac_must_keep_next = true; then
1940 ac_must_keep_next=false # Got value, back to normal.
1941 else
1942 case $ac_arg in
1943 *=* | --config-cache | -C | -disable-* | --disable-* \
1944 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1945 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1946 | -with-* | --with-* | -without-* | --without-* | --x)
1947 case "$ac_configure_args0 " in
1948 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1949 esac
1950 ;;
1951 -* ) ac_must_keep_next=true ;;
1952 esac
1953 fi
81ecdfbb 1954 as_fn_append ac_configure_args " '$ac_arg'"
fee8ec00
SR
1955 ;;
1956 esac
1957 done
1958done
81ecdfbb
RW
1959{ ac_configure_args0=; unset ac_configure_args0;}
1960{ ac_configure_args1=; unset ac_configure_args1;}
fee8ec00
SR
1961
1962# When interrupted or exit'd, cleanup temporary files, and complete
1963# config.log. We remove comments because anyway the quotes in there
1964# would cause problems or look ugly.
81ecdfbb
RW
1965# WARNING: Use '\'' to represent an apostrophe within the trap.
1966# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fee8ec00
SR
1967trap 'exit_status=$?
1968 # Save into config.log some information that might help in debugging.
1969 {
1970 echo
1971
1972 cat <<\_ASBOX
1973## ---------------- ##
1974## Cache variables. ##
1975## ---------------- ##
1976_ASBOX
1977 echo
1978 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1979(
1980 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1981 eval ac_val=\$$ac_var
1982 case $ac_val in #(
1983 *${as_nl}*)
1984 case $ac_var in #(
1985 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1986$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1987 esac
1988 case $ac_var in #(
1989 _ | IFS | as_nl) ;; #(
1990 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1991 *) { eval $ac_var=; unset $ac_var;} ;;
1992 esac ;;
1993 esac
1994 done
fee8ec00 1995 (set) 2>&1 |
81ecdfbb
RW
1996 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1997 *${as_nl}ac_space=\ *)
fee8ec00 1998 sed -n \
81ecdfbb
RW
1999 "s/'\''/'\''\\\\'\'''\''/g;
2000 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2001 ;; #(
fee8ec00 2002 *)
81ecdfbb 2003 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 2004 ;;
81ecdfbb
RW
2005 esac |
2006 sort
2007)
fee8ec00
SR
2008 echo
2009
2010 cat <<\_ASBOX
2011## ----------------- ##
2012## Output variables. ##
2013## ----------------- ##
2014_ASBOX
2015 echo
2016 for ac_var in $ac_subst_vars
2017 do
81ecdfbb
RW
2018 eval ac_val=\$$ac_var
2019 case $ac_val in
2020 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2021 esac
2022 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2023 done | sort
2024 echo
2025
2026 if test -n "$ac_subst_files"; then
2027 cat <<\_ASBOX
81ecdfbb
RW
2028## ------------------- ##
2029## File substitutions. ##
2030## ------------------- ##
fee8ec00
SR
2031_ASBOX
2032 echo
2033 for ac_var in $ac_subst_files
2034 do
81ecdfbb
RW
2035 eval ac_val=\$$ac_var
2036 case $ac_val in
2037 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2038 esac
2039 $as_echo "$ac_var='\''$ac_val'\''"
fee8ec00
SR
2040 done | sort
2041 echo
2042 fi
2043
2044 if test -s confdefs.h; then
2045 cat <<\_ASBOX
2046## ----------- ##
2047## confdefs.h. ##
2048## ----------- ##
2049_ASBOX
2050 echo
81ecdfbb 2051 cat confdefs.h
fee8ec00
SR
2052 echo
2053 fi
2054 test "$ac_signal" != 0 &&
81ecdfbb
RW
2055 $as_echo "$as_me: caught signal $ac_signal"
2056 $as_echo "$as_me: exit $exit_status"
fee8ec00 2057 } >&5
81ecdfbb
RW
2058 rm -f core *.core core.conftest.* &&
2059 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fee8ec00 2060 exit $exit_status
81ecdfbb 2061' 0
fee8ec00 2062for ac_signal in 1 2 13 15; do
81ecdfbb 2063 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fee8ec00
SR
2064done
2065ac_signal=0
2066
2067# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2068rm -f -r conftest* confdefs.h
2069
2070$as_echo "/* confdefs.h */" > confdefs.h
fee8ec00
SR
2071
2072# Predefined preprocessor variables.
2073
2074cat >>confdefs.h <<_ACEOF
2075#define PACKAGE_NAME "$PACKAGE_NAME"
2076_ACEOF
2077
fee8ec00
SR
2078cat >>confdefs.h <<_ACEOF
2079#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2080_ACEOF
2081
fee8ec00
SR
2082cat >>confdefs.h <<_ACEOF
2083#define PACKAGE_VERSION "$PACKAGE_VERSION"
2084_ACEOF
2085
fee8ec00
SR
2086cat >>confdefs.h <<_ACEOF
2087#define PACKAGE_STRING "$PACKAGE_STRING"
2088_ACEOF
2089
fee8ec00
SR
2090cat >>confdefs.h <<_ACEOF
2091#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2092_ACEOF
2093
81ecdfbb
RW
2094cat >>confdefs.h <<_ACEOF
2095#define PACKAGE_URL "$PACKAGE_URL"
2096_ACEOF
2097
fee8ec00
SR
2098
2099# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2100# Prefer an explicitly selected file to automatically selected ones.
2101ac_site_file1=NONE
2102ac_site_file2=NONE
2103if test -n "$CONFIG_SITE"; then
2104 ac_site_file1=$CONFIG_SITE
2105elif test "x$prefix" != xNONE; then
2106 ac_site_file1=$prefix/share/config.site
2107 ac_site_file2=$prefix/etc/config.site
2108else
2109 ac_site_file1=$ac_default_prefix/share/config.site
2110 ac_site_file2=$ac_default_prefix/etc/config.site
2111fi
2112for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2113do
2114 test "x$ac_site_file" = xNONE && continue
fee8ec00 2115 if test -r "$ac_site_file"; then
81ecdfbb
RW
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2117$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fee8ec00
SR
2118 sed 's/^/| /' "$ac_site_file" >&5
2119 . "$ac_site_file"
2120 fi
2121done
2122
2123if test -r "$cache_file"; then
2124 # Some versions of bash will fail to source /dev/null (special
2125 # files actually), so we avoid doing that.
2126 if test -f "$cache_file"; then
81ecdfbb
RW
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2128$as_echo "$as_me: loading cache $cache_file" >&6;}
fee8ec00 2129 case $cache_file in
81ecdfbb
RW
2130 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2131 *) . "./$cache_file";;
fee8ec00
SR
2132 esac
2133 fi
2134else
81ecdfbb
RW
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2136$as_echo "$as_me: creating cache $cache_file" >&6;}
fee8ec00
SR
2137 >$cache_file
2138fi
2139
2140# Check that the precious variables saved in the cache have kept the same
2141# value.
2142ac_cache_corrupted=false
81ecdfbb 2143for ac_var in $ac_precious_vars; do
fee8ec00
SR
2144 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2145 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2146 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2147 eval ac_new_val=\$ac_env_${ac_var}_value
fee8ec00
SR
2148 case $ac_old_set,$ac_new_set in
2149 set,)
81ecdfbb
RW
2150 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2151$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fee8ec00
SR
2152 ac_cache_corrupted=: ;;
2153 ,set)
81ecdfbb
RW
2154 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2155$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fee8ec00
SR
2156 ac_cache_corrupted=: ;;
2157 ,);;
2158 *)
2159 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2160 # differences in whitespace do not lead to failure.
2161 ac_old_val_w=`echo x $ac_old_val`
2162 ac_new_val_w=`echo x $ac_new_val`
2163 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2165$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2166 ac_cache_corrupted=:
2167 else
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2169$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2170 eval $ac_var=\$ac_old_val
2171 fi
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2173$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2175$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fee8ec00
SR
2176 fi;;
2177 esac
2178 # Pass precious variables to config.status.
2179 if test "$ac_new_set" = set; then
2180 case $ac_new_val in
81ecdfbb 2181 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fee8ec00
SR
2182 *) ac_arg=$ac_var=$ac_new_val ;;
2183 esac
2184 case " $ac_configure_args " in
2185 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2186 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fee8ec00
SR
2187 esac
2188 fi
2189done
2190if $ac_cache_corrupted; then
81ecdfbb
RW
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2192$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2194$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2195 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fee8ec00 2196fi
81ecdfbb
RW
2197## -------------------- ##
2198## Main body of script. ##
2199## -------------------- ##
fee8ec00
SR
2200
2201ac_ext=c
2202ac_cpp='$CPP $CPPFLAGS'
2203ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2204ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2205ac_compiler_gnu=$ac_cv_c_compiler_gnu
2206
2207
fee8ec00
SR
2208# This file contains common code used by all simulators.
2209#
2210# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2211# directory. It is intended to be invoked before any target specific stuff.
2212# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2213# It is intended to be invoked last.
2214#
2215# The simulator's configure.in should look like:
2216#
2217# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2218# AC_PREREQ(2.64)dnl
fee8ec00 2219# AC_INIT(Makefile.in)
6ffe910a 2220# sinclude(../common/aclocal.m4)
fee8ec00
SR
2221#
2222# SIM_AC_COMMON
2223#
2224# ... target specific stuff ...
2225#
2226# SIM_AC_OUTPUT
2227
d6416cdc
RW
2228# Include global overrides and fixes for Autoconf.
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
6ffe910a
MF
2255# _AC_CHECK_DECL_BODY
2256# -------------------
2257# Shell function body for AC_CHECK_DECL.
2258# _AC_CHECK_DECL_BODY
d6416cdc 2259
6ffe910a
MF
2260# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2261# INCLUDES)
2262# -------------------------------------------------------------
2263# Helper to AC_CHECK_DECLS, which generates the check for a single
2264# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2265# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2266
2267
2268
2269
2270
2271
2272
fee8ec00
SR
2273
2274
2275
db2e4d67 2276
6bb11ab3
L
2277
2278# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2279#
6bb11ab3
L
2280# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2281# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2282# Written by Gordon Matzigkeit, 1996
2283#
2284# This file is free software; the Free Software Foundation gives
2285# unlimited permission to copy and/or distribute it, with or without
2286# modifications, as long as this notice is preserved.
db2e4d67 2287
db2e4d67 2288
db2e4d67 2289
6bb11ab3 2290# serial 56 LT_INIT
db2e4d67
MF
2291
2292
6bb11ab3
L
2293# LT_PREREQ(VERSION)
2294# ------------------
2295# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2296
db2e4d67
MF
2297
2298
6bb11ab3
L
2299# _LT_CHECK_BUILDDIR
2300# ------------------
2301# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2302
2303
fee8ec00 2304
6bb11ab3
L
2305# LT_INIT([OPTIONS])
2306# ------------------
2307# LT_INIT
fee8ec00 2308
6bb11ab3
L
2309# Old names:
2310# This is what autoupdate's m4 run will expand. It fires
2311# the warning (with _au_warn_XXX), outputs it into the
2312# updated configure.ac (with AC_DIAGNOSE), and then outputs
2313# the replacement expansion.
fee8ec00
SR
2314
2315
6bb11ab3
L
2316# This is an auxiliary macro that is also run when
2317# autoupdate runs m4. It simply calls m4_warning, but
2318# we need a wrapper so that each warning is emitted only
2319# once. We break the quoting in m4_warning's argument in
2320# order to expand this macro's arguments, not AU_DEFUN's.
fee8ec00
SR
2321
2322
6bb11ab3
L
2323# Finally, this is the expansion that is picked up by
2324# autoconf. It tells the user to run autoupdate, and
2325# then outputs the replacement expansion. We do not care
2326# about autoupdate's warning because that contains
2327# information on what to do *after* running autoupdate.
fee8ec00 2328
6bb11ab3
L
2329# This is what autoupdate's m4 run will expand. It fires
2330# the warning (with _au_warn_XXX), outputs it into the
2331# updated configure.ac (with AC_DIAGNOSE), and then outputs
2332# the replacement expansion.
fee8ec00
SR
2333
2334
6bb11ab3
L
2335# This is an auxiliary macro that is also run when
2336# autoupdate runs m4. It simply calls m4_warning, but
2337# we need a wrapper so that each warning is emitted only
2338# once. We break the quoting in m4_warning's argument in
2339# order to expand this macro's arguments, not AU_DEFUN's.
fee8ec00
SR
2340
2341
6bb11ab3
L
2342# Finally, this is the expansion that is picked up by
2343# autoconf. It tells the user to run autoupdate, and
2344# then outputs the replacement expansion. We do not care
2345# about autoupdate's warning because that contains
2346# information on what to do *after* running autoupdate.
fee8ec00
SR
2347
2348
2349
6bb11ab3
L
2350# _LT_CC_BASENAME(CC)
2351# -------------------
2352# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
fee8ec00
SR
2353
2354
2355
6bb11ab3
L
2356# _LT_FILEUTILS_DEFAULTS
2357# ----------------------
2358# It is okay to use these file commands and assume they have been set
2359# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2360# _LT_FILEUTILS_DEFAULTS
fee8ec00
SR
2361
2362
6bb11ab3
L
2363# _LT_SETUP
2364# ---------
2365# _LT_SETUP
fee8ec00
SR
2366
2367
6bb11ab3
L
2368# _LT_PREPARE_SED_QUOTE_VARS
2369# --------------------------
2370# Define a few sed substitution that help us do robust quoting.
fee8ec00
SR
2371
2372
6bb11ab3
L
2373# _LT_PROG_LTMAIN
2374# ---------------
2375# Note that this code is called both from `configure', and `config.status'
2376# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2377# `config.status' has no value for ac_aux_dir unless we are using Automake,
2378# so we pass a copy along to make sure it has a sensible value anyway.
2379# _LT_PROG_LTMAIN
fee8ec00
SR
2380
2381
6bb11ab3
L
2382## ------------------------------------- ##
2383## Accumulate code for creating libtool. ##
2384## ------------------------------------- ##
fee8ec00 2385
6bb11ab3
L
2386# So that we can recreate a full libtool script including additional
2387# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2388# in macros and then make a single call at the end using the `libtool'
2389# label.
fee8ec00
SR
2390
2391
6bb11ab3
L
2392# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2393# ----------------------------------------
2394# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
fee8ec00
SR
2395
2396
6bb11ab3 2397# Initialize.
fee8ec00
SR
2398
2399
2400
6bb11ab3
L
2401# _LT_CONFIG_LIBTOOL([COMMANDS])
2402# ------------------------------
2403# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
fee8ec00
SR
2404
2405
6bb11ab3 2406# Initialize.
fee8ec00
SR
2407
2408
2409
6bb11ab3
L
2410# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2411# -----------------------------------------------------
fee8ec00 2412
5912fadd
JB
2413
2414
6bb11ab3
L
2415# _LT_FORMAT_COMMENT([COMMENT])
2416# -----------------------------
2417# Add leading comment marks to the start of each line, and a trailing
2418# full-stop to the whole comment if one is not present already.
5912fadd
JB
2419
2420
fee8ec00
SR
2421
2422
6bb11ab3
L
2423## ------------------------ ##
2424## FIXME: Eliminate VARNAME ##
2425## ------------------------ ##
fee8ec00
SR
2426
2427
6bb11ab3
L
2428# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2429# -------------------------------------------------------------------
2430# CONFIGNAME is the name given to the value in the libtool script.
2431# VARNAME is the (base) name used in the configure script.
2432# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2433# VARNAME. Any other value will be used directly.
fee8ec00 2434
fee8ec00
SR
2435
2436
6bb11ab3
L
2437# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2438# --------------------------------------------------------
fee8ec00
SR
2439
2440
2441
6bb11ab3
L
2442# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2443# ------------------------------------------------
fee8ec00
SR
2444
2445
2446
6bb11ab3
L
2447# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2448# ---------------------------------------------------------
fee8ec00
SR
2449
2450
2451
6bb11ab3
L
2452# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2453# --------------------------------------------------
fee8ec00
SR
2454
2455
2456
6bb11ab3
L
2457# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2458# ---------------------------------------------------
fee8ec00
SR
2459
2460
2461
6bb11ab3
L
2462# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2463# ---------------------------------------------------
fee8ec00
SR
2464
2465
2466
2467
6bb11ab3
L
2468# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2469# ------------------------------------------------
fee8ec00
SR
2470
2471
2472
2473
6bb11ab3
L
2474# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2475# ------------------------------------
2476# Quote a variable value, and forward it to `config.status' so that its
2477# declaration there will have the same value as in `configure'. VARNAME
2478# must have a single quote delimited value for this to work.
fee8ec00
SR
2479
2480
2481
6bb11ab3
L
2482# _LT_CONFIG_STATUS_DECLARATIONS
2483# ------------------------------
2484# We delimit libtool config variables with single quotes, so when
2485# we write them to config.status, we have to be sure to quote all
2486# embedded single quotes properly. In configure, this macro expands
2487# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2488#
2489# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
fee8ec00
SR
2490
2491
2492
6bb11ab3
L
2493# _LT_LIBTOOL_TAGS
2494# ----------------
2495# Output comment and list of tags supported by the script
fee8ec00
SR
2496
2497
2498
6bb11ab3
L
2499# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2500# -----------------------------------
2501# Extract the dictionary values for VARNAME (optionally with TAG) and
2502# expand to a commented shell variable setting:
2503#
2504# # Some comment about what VAR is for.
2505# visible_name=$lt_internal_name
fee8ec00
SR
2506
2507
fee8ec00 2508
6bb11ab3
L
2509# _LT_LIBTOOL_CONFIG_VARS
2510# -----------------------
2511# Produce commented declarations of non-tagged libtool config variables
2512# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2513# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2514# section) are produced by _LT_LIBTOOL_TAG_VARS.
fee8ec00
SR
2515
2516
6efef468 2517
6bb11ab3
L
2518# _LT_LIBTOOL_TAG_VARS(TAG)
2519# -------------------------
6efef468
JM
2520
2521
2522
6bb11ab3
L
2523# _LT_TAGVAR(VARNAME, [TAGNAME])
2524# ------------------------------
6efef468
JM
2525
2526
2527
6bb11ab3
L
2528# _LT_CONFIG_COMMANDS
2529# -------------------
2530# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2531# variables for single and double quote escaping we saved from calls
2532# to _LT_DECL, we can put quote escaped variables declarations
2533# into `config.status', and then the shell code to quote escape them in
2534# for loops in `config.status'. Finally, any additional code accumulated
2535# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2536#_LT_CONFIG_COMMANDS
2537
2538
2539# Initialize.
2540
2541
2542# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2543# ------------------------------------
2544# Generate a child script FILE with all initialization necessary to
2545# reuse the environment learned by the parent script, and make the
2546# file executable. If COMMENT is supplied, it is inserted after the
2547# `#!' sequence but before initialization text begins. After this
2548# macro, additional text can be appended to FILE to form the body of
2549# the child script. The macro ends with non-zero status if the
2550# file could not be fully written (such as if the disk is full).
2551# _LT_GENERATED_FILE_INIT
2552
2553# LT_OUTPUT
2554# ---------
2555# This macro allows early generation of the libtool script (before
2556# AC_OUTPUT is called), incase it is used in configure for compilation
2557# tests.
2558# LT_OUTPUT
2559
2560
2561# _LT_CONFIG(TAG)
2562# ---------------
2563# If TAG is the built-in tag, create an initial libtool script with a
2564# default configuration from the untagged config vars. Otherwise add code
2565# to config.status for appending the configuration named by TAG from the
2566# matching tagged config vars.
2567# _LT_CONFIG
6efef468
JM
2568
2569
6bb11ab3
L
2570# LT_SUPPORTED_TAG(TAG)
2571# ---------------------
2572# Trace this macro to discover what tags are supported by the libtool
2573# --tag option, using:
2574# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2575
6efef468 2576
6efef468 2577
6bb11ab3 2578# C support is built-in for now
6efef468 2579
6efef468
JM
2580
2581
2582
6bb11ab3
L
2583# LT_LANG(LANG)
2584# -------------
2585# Enable libtool support for the given language if not already enabled.
2586# LT_LANG
6efef468
JM
2587
2588
6bb11ab3
L
2589# _LT_LANG(LANGNAME)
2590# ------------------
2591# _LT_LANG
6efef468
JM
2592
2593
6bb11ab3
L
2594# _LT_LANG_DEFAULT_CONFIG
2595# -----------------------
2596# _LT_LANG_DEFAULT_CONFIG
6efef468 2597
6bb11ab3
L
2598# Obsolete macros:
2599# This is what autoupdate's m4 run will expand. It fires
2600# the warning (with _au_warn_XXX), outputs it into the
2601# updated configure.ac (with AC_DIAGNOSE), and then outputs
2602# the replacement expansion.
6efef468 2603
6efef468 2604
6bb11ab3
L
2605# This is an auxiliary macro that is also run when
2606# autoupdate runs m4. It simply calls m4_warning, but
2607# we need a wrapper so that each warning is emitted only
2608# once. We break the quoting in m4_warning's argument in
2609# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2610
6efef468 2611
6bb11ab3
L
2612# Finally, this is the expansion that is picked up by
2613# autoconf. It tells the user to run autoupdate, and
2614# then outputs the replacement expansion. We do not care
2615# about autoupdate's warning because that contains
2616# information on what to do *after* running autoupdate.
6efef468 2617
6bb11ab3
L
2618# This is what autoupdate's m4 run will expand. It fires
2619# the warning (with _au_warn_XXX), outputs it into the
2620# updated configure.ac (with AC_DIAGNOSE), and then outputs
2621# the replacement expansion.
6efef468
JM
2622
2623
6bb11ab3
L
2624# This is an auxiliary macro that is also run when
2625# autoupdate runs m4. It simply calls m4_warning, but
2626# we need a wrapper so that each warning is emitted only
2627# once. We break the quoting in m4_warning's argument in
2628# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2629
2630
6bb11ab3
L
2631# Finally, this is the expansion that is picked up by
2632# autoconf. It tells the user to run autoupdate, and
2633# then outputs the replacement expansion. We do not care
2634# about autoupdate's warning because that contains
2635# information on what to do *after* running autoupdate.
6efef468 2636
6bb11ab3
L
2637# This is what autoupdate's m4 run will expand. It fires
2638# the warning (with _au_warn_XXX), outputs it into the
2639# updated configure.ac (with AC_DIAGNOSE), and then outputs
2640# the replacement expansion.
6efef468
JM
2641
2642
6bb11ab3
L
2643# This is an auxiliary macro that is also run when
2644# autoupdate runs m4. It simply calls m4_warning, but
2645# we need a wrapper so that each warning is emitted only
2646# once. We break the quoting in m4_warning's argument in
2647# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2648
2649
6bb11ab3
L
2650# Finally, this is the expansion that is picked up by
2651# autoconf. It tells the user to run autoupdate, and
2652# then outputs the replacement expansion. We do not care
2653# about autoupdate's warning because that contains
2654# information on what to do *after* running autoupdate.
6efef468 2655
6bb11ab3
L
2656# This is what autoupdate's m4 run will expand. It fires
2657# the warning (with _au_warn_XXX), outputs it into the
2658# updated configure.ac (with AC_DIAGNOSE), and then outputs
2659# the replacement expansion.
6efef468
JM
2660
2661
6bb11ab3
L
2662# This is an auxiliary macro that is also run when
2663# autoupdate runs m4. It simply calls m4_warning, but
2664# we need a wrapper so that each warning is emitted only
2665# once. We break the quoting in m4_warning's argument in
2666# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2667
2668
6bb11ab3
L
2669# Finally, this is the expansion that is picked up by
2670# autoconf. It tells the user to run autoupdate, and
2671# then outputs the replacement expansion. We do not care
2672# about autoupdate's warning because that contains
2673# information on what to do *after* running autoupdate.
6efef468 2674
6bb11ab3
L
2675# This is what autoupdate's m4 run will expand. It fires
2676# the warning (with _au_warn_XXX), outputs it into the
2677# updated configure.ac (with AC_DIAGNOSE), and then outputs
2678# the replacement expansion.
6efef468
JM
2679
2680
6bb11ab3
L
2681# This is an auxiliary macro that is also run when
2682# autoupdate runs m4. It simply calls m4_warning, but
2683# we need a wrapper so that each warning is emitted only
2684# once. We break the quoting in m4_warning's argument in
2685# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2686
2687
6bb11ab3
L
2688# Finally, this is the expansion that is picked up by
2689# autoconf. It tells the user to run autoupdate, and
2690# then outputs the replacement expansion. We do not care
2691# about autoupdate's warning because that contains
2692# information on what to do *after* running autoupdate.
6efef468 2693
fee8ec00
SR
2694
2695
6bb11ab3
L
2696# _LT_TAG_COMPILER
2697# ----------------
2698# _LT_TAG_COMPILER
fee8ec00
SR
2699
2700
6bb11ab3
L
2701# _LT_COMPILER_BOILERPLATE
2702# ------------------------
2703# Check for compiler boilerplate output or warnings with
2704# the simple compiler test code.
2705# _LT_COMPILER_BOILERPLATE
fee8ec00 2706
fee8ec00 2707
6bb11ab3
L
2708# _LT_LINKER_BOILERPLATE
2709# ----------------------
2710# Check for linker boilerplate output or warnings with
2711# the simple link test code.
2712# _LT_LINKER_BOILERPLATE
fee8ec00 2713
6bb11ab3
L
2714# _LT_REQUIRED_DARWIN_CHECKS
2715# -------------------------
81ecdfbb 2716
fee8ec00 2717
fee8ec00 2718
6bb11ab3
L
2719# _LT_DARWIN_LINKER_FEATURES
2720# --------------------------
2721# Checks for linker and compiler features on darwin
fee8ec00 2722
fee8ec00 2723
6bb11ab3
L
2724# _LT_SYS_MODULE_PATH_AIX
2725# -----------------------
2726# Links a minimal program and checks the executable
2727# for the system default hardcoded library path. In most cases,
2728# this is /usr/lib:/lib, but when the MPI compilers are used
2729# the location of the communication and MPI libs are included too.
2730# If we don't find anything, use the default library path according
2731# to the aix ld manual.
2732# _LT_SYS_MODULE_PATH_AIX
fee8ec00 2733
fee8ec00 2734
6bb11ab3
L
2735# _LT_SHELL_INIT(ARG)
2736# -------------------
2737# _LT_SHELL_INIT
fee8ec00 2738
fee8ec00 2739
81ecdfbb 2740
6bb11ab3
L
2741# _LT_PROG_ECHO_BACKSLASH
2742# -----------------------
2743# Find how we can fake an echo command that does not interpret backslash.
2744# In particular, with Autoconf 2.60 or later we add some code to the start
2745# of the generated configure script which will find a shell with a builtin
2746# printf (which we can use as an echo command).
2747# _LT_PROG_ECHO_BACKSLASH
fee8ec00 2748
fee8ec00 2749
6bb11ab3
L
2750# _LT_ENABLE_LOCK
2751# ---------------
2752# _LT_ENABLE_LOCK
81ecdfbb 2753
fee8ec00 2754
6bb11ab3
L
2755# _LT_CMD_OLD_ARCHIVE
2756# -------------------
2757# _LT_CMD_OLD_ARCHIVE
fee8ec00 2758
81ecdfbb 2759
6bb11ab3
L
2760# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2761# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2762# ----------------------------------------------------------------
2763# Check whether the given compiler option works
2764# _LT_COMPILER_OPTION
fee8ec00 2765
6bb11ab3
L
2766# Old name:
2767# This is what autoupdate's m4 run will expand. It fires
2768# the warning (with _au_warn_XXX), outputs it into the
2769# updated configure.ac (with AC_DIAGNOSE), and then outputs
2770# the replacement expansion.
fee8ec00 2771
fee8ec00 2772
6bb11ab3
L
2773# This is an auxiliary macro that is also run when
2774# autoupdate runs m4. It simply calls m4_warning, but
2775# we need a wrapper so that each warning is emitted only
2776# once. We break the quoting in m4_warning's argument in
2777# order to expand this macro's arguments, not AU_DEFUN's.
fee8ec00 2778
fee8ec00 2779
6bb11ab3
L
2780# Finally, this is the expansion that is picked up by
2781# autoconf. It tells the user to run autoupdate, and
2782# then outputs the replacement expansion. We do not care
2783# about autoupdate's warning because that contains
2784# information on what to do *after* running autoupdate.
fee8ec00 2785
fee8ec00 2786
fee8ec00 2787
6bb11ab3
L
2788# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2789# [ACTION-SUCCESS], [ACTION-FAILURE])
2790# ----------------------------------------------------
2791# Check whether the given linker option works
2792# _LT_LINKER_OPTION
81ecdfbb 2793
6bb11ab3
L
2794# Old name:
2795# This is what autoupdate's m4 run will expand. It fires
2796# the warning (with _au_warn_XXX), outputs it into the
2797# updated configure.ac (with AC_DIAGNOSE), and then outputs
2798# the replacement expansion.
81ecdfbb 2799
81ecdfbb 2800
6bb11ab3
L
2801# This is an auxiliary macro that is also run when
2802# autoupdate runs m4. It simply calls m4_warning, but
2803# we need a wrapper so that each warning is emitted only
2804# once. We break the quoting in m4_warning's argument in
2805# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2806
fee8ec00 2807
6bb11ab3
L
2808# Finally, this is the expansion that is picked up by
2809# autoconf. It tells the user to run autoupdate, and
2810# then outputs the replacement expansion. We do not care
2811# about autoupdate's warning because that contains
2812# information on what to do *after* running autoupdate.
2813
2814
2815
2816# LT_CMD_MAX_LEN
2817#---------------
2818# LT_CMD_MAX_LEN
2819
2820# Old name:
2821# This is what autoupdate's m4 run will expand. It fires
2822# the warning (with _au_warn_XXX), outputs it into the
2823# updated configure.ac (with AC_DIAGNOSE), and then outputs
2824# the replacement expansion.
2825
2826
2827# This is an auxiliary macro that is also run when
2828# autoupdate runs m4. It simply calls m4_warning, but
2829# we need a wrapper so that each warning is emitted only
2830# once. We break the quoting in m4_warning's argument in
2831# order to expand this macro's arguments, not AU_DEFUN's.
2832
2833
2834# Finally, this is the expansion that is picked up by
2835# autoconf. It tells the user to run autoupdate, and
2836# then outputs the replacement expansion. We do not care
2837# about autoupdate's warning because that contains
2838# information on what to do *after* running autoupdate.
2839
2840
2841
2842# _LT_HEADER_DLFCN
2843# ----------------
2844# _LT_HEADER_DLFCN
2845
2846
2847# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2848# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2849# ----------------------------------------------------------------
2850# _LT_TRY_DLOPEN_SELF
2851
2852
2853# LT_SYS_DLOPEN_SELF
2854# ------------------
2855# LT_SYS_DLOPEN_SELF
2856
2857# Old name:
2858# This is what autoupdate's m4 run will expand. It fires
2859# the warning (with _au_warn_XXX), outputs it into the
2860# updated configure.ac (with AC_DIAGNOSE), and then outputs
2861# the replacement expansion.
2862
2863
2864# This is an auxiliary macro that is also run when
2865# autoupdate runs m4. It simply calls m4_warning, but
2866# we need a wrapper so that each warning is emitted only
2867# once. We break the quoting in m4_warning's argument in
2868# order to expand this macro's arguments, not AU_DEFUN's.
2869
2870
2871# Finally, this is the expansion that is picked up by
2872# autoconf. It tells the user to run autoupdate, and
2873# then outputs the replacement expansion. We do not care
2874# about autoupdate's warning because that contains
2875# information on what to do *after* running autoupdate.
2876
2877
2878
2879# _LT_COMPILER_C_O([TAGNAME])
2880# ---------------------------
2881# Check to see if options -c and -o are simultaneously supported by compiler.
2882# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2883# _LT_COMPILER_C_O
2884
2885
2886# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2887# ----------------------------------
2888# Check to see if we can do hard links to lock some files if needed
2889# _LT_COMPILER_FILE_LOCKS
2890
2891
2892# _LT_CHECK_OBJDIR
2893# ----------------
2894# _LT_CHECK_OBJDIR
2895
2896
2897# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2898# --------------------------------------
2899# Check hardcoding attributes.
2900# _LT_LINKER_HARDCODE_LIBPATH
2901
2902
2903# _LT_CMD_STRIPLIB
2904# ----------------
2905# _LT_CMD_STRIPLIB
2906
2907
2908# _LT_SYS_DYNAMIC_LINKER([TAG])
2909# -----------------------------
2910# PORTME Fill in your ld.so characteristics
2911# _LT_SYS_DYNAMIC_LINKER
2912
2913
2914# _LT_PATH_TOOL_PREFIX(TOOL)
2915# --------------------------
2916# find a file program which can recognize shared library
2917# _LT_PATH_TOOL_PREFIX
2918
2919# Old name:
2920# This is what autoupdate's m4 run will expand. It fires
2921# the warning (with _au_warn_XXX), outputs it into the
2922# updated configure.ac (with AC_DIAGNOSE), and then outputs
2923# the replacement expansion.
2924
2925
2926# This is an auxiliary macro that is also run when
2927# autoupdate runs m4. It simply calls m4_warning, but
2928# we need a wrapper so that each warning is emitted only
2929# once. We break the quoting in m4_warning's argument in
2930# order to expand this macro's arguments, not AU_DEFUN's.
2931
2932
2933# Finally, this is the expansion that is picked up by
2934# autoconf. It tells the user to run autoupdate, and
2935# then outputs the replacement expansion. We do not care
2936# about autoupdate's warning because that contains
2937# information on what to do *after* running autoupdate.
2938
2939
2940
2941# _LT_PATH_MAGIC
2942# --------------
2943# find a file program which can recognize a shared library
2944# _LT_PATH_MAGIC
2945
2946
2947# LT_PATH_LD
2948# ----------
2949# find the pathname to the GNU or non-GNU linker
2950# LT_PATH_LD
2951
2952# Old names:
2953# This is what autoupdate's m4 run will expand. It fires
2954# the warning (with _au_warn_XXX), outputs it into the
2955# updated configure.ac (with AC_DIAGNOSE), and then outputs
2956# the replacement expansion.
2957
2958
2959# This is an auxiliary macro that is also run when
2960# autoupdate runs m4. It simply calls m4_warning, but
2961# we need a wrapper so that each warning is emitted only
2962# once. We break the quoting in m4_warning's argument in
2963# order to expand this macro's arguments, not AU_DEFUN's.
2964
2965
2966# Finally, this is the expansion that is picked up by
2967# autoconf. It tells the user to run autoupdate, and
2968# then outputs the replacement expansion. We do not care
2969# about autoupdate's warning because that contains
2970# information on what to do *after* running autoupdate.
2971
2972# This is what autoupdate's m4 run will expand. It fires
2973# the warning (with _au_warn_XXX), outputs it into the
2974# updated configure.ac (with AC_DIAGNOSE), and then outputs
2975# the replacement expansion.
2976
2977
2978# This is an auxiliary macro that is also run when
2979# autoupdate runs m4. It simply calls m4_warning, but
2980# we need a wrapper so that each warning is emitted only
2981# once. We break the quoting in m4_warning's argument in
2982# order to expand this macro's arguments, not AU_DEFUN's.
2983
2984
2985# Finally, this is the expansion that is picked up by
2986# autoconf. It tells the user to run autoupdate, and
2987# then outputs the replacement expansion. We do not care
2988# about autoupdate's warning because that contains
2989# information on what to do *after* running autoupdate.
2990
2991
2992
2993# _LT_PATH_LD_GNU
2994#- --------------
2995# _LT_PATH_LD_GNU
2996
2997
2998# _LT_CMD_RELOAD
2999# --------------
3000# find reload flag for linker
3001# -- PORTME Some linkers may need a different reload flag.
3002# _LT_CMD_RELOAD
3003
3004
3005# _LT_CHECK_MAGIC_METHOD
3006# ----------------------
3007# how to check for library dependencies
3008# -- PORTME fill in with the dynamic library characteristics
3009# _LT_CHECK_MAGIC_METHOD
3010
3011
3012# LT_PATH_NM
3013# ----------
3014# find the pathname to a BSD- or MS-compatible name lister
3015# LT_PATH_NM
3016
3017# Old names:
3018# This is what autoupdate's m4 run will expand. It fires
3019# the warning (with _au_warn_XXX), outputs it into the
3020# updated configure.ac (with AC_DIAGNOSE), and then outputs
3021# the replacement expansion.
3022
3023
3024# This is an auxiliary macro that is also run when
3025# autoupdate runs m4. It simply calls m4_warning, but
3026# we need a wrapper so that each warning is emitted only
3027# once. We break the quoting in m4_warning's argument in
3028# order to expand this macro's arguments, not AU_DEFUN's.
3029
3030
3031# Finally, this is the expansion that is picked up by
3032# autoconf. It tells the user to run autoupdate, and
3033# then outputs the replacement expansion. We do not care
3034# about autoupdate's warning because that contains
3035# information on what to do *after* running autoupdate.
3036
3037# This is what autoupdate's m4 run will expand. It fires
3038# the warning (with _au_warn_XXX), outputs it into the
3039# updated configure.ac (with AC_DIAGNOSE), and then outputs
3040# the replacement expansion.
3041
3042
3043# This is an auxiliary macro that is also run when
3044# autoupdate runs m4. It simply calls m4_warning, but
3045# we need a wrapper so that each warning is emitted only
3046# once. We break the quoting in m4_warning's argument in
3047# order to expand this macro's arguments, not AU_DEFUN's.
3048
3049
3050# Finally, this is the expansion that is picked up by
3051# autoconf. It tells the user to run autoupdate, and
3052# then outputs the replacement expansion. We do not care
3053# about autoupdate's warning because that contains
3054# information on what to do *after* running autoupdate.
3055
3056
3057
3058# LT_LIB_M
3059# --------
3060# check for math library
3061# LT_LIB_M
3062
3063# Old name:
3064# This is what autoupdate's m4 run will expand. It fires
3065# the warning (with _au_warn_XXX), outputs it into the
3066# updated configure.ac (with AC_DIAGNOSE), and then outputs
3067# the replacement expansion.
3068
3069
3070# This is an auxiliary macro that is also run when
3071# autoupdate runs m4. It simply calls m4_warning, but
3072# we need a wrapper so that each warning is emitted only
3073# once. We break the quoting in m4_warning's argument in
3074# order to expand this macro's arguments, not AU_DEFUN's.
3075
3076
3077# Finally, this is the expansion that is picked up by
3078# autoconf. It tells the user to run autoupdate, and
3079# then outputs the replacement expansion. We do not care
3080# about autoupdate's warning because that contains
3081# information on what to do *after* running autoupdate.
3082
3083
3084
3085# _LT_COMPILER_NO_RTTI([TAGNAME])
3086# -------------------------------
3087# _LT_COMPILER_NO_RTTI
3088
3089
3090# _LT_CMD_GLOBAL_SYMBOLS
3091# ----------------------
3092 # _LT_CMD_GLOBAL_SYMBOLS
3093
3094
3095# _LT_COMPILER_PIC([TAGNAME])
3096# ---------------------------
3097# _LT_COMPILER_PIC
3098
3099
3100# _LT_LINKER_SHLIBS([TAGNAME])
3101# ----------------------------
3102# See if the linker supports building shared libraries.
3103# _LT_LINKER_SHLIBS
3104
3105
3106# _LT_LANG_C_CONFIG([TAG])
3107# ------------------------
3108# Ensure that the configuration variables for a C compiler are suitably
3109# defined. These variables are subsequently used by _LT_CONFIG to write
3110# the compiler configuration to `libtool'.
3111# _LT_LANG_C_CONFIG
3112
3113
3114# _LT_LANG_CXX_CONFIG([TAG])
3115# --------------------------
3116# Ensure that the configuration variables for a C++ compiler are suitably
3117# defined. These variables are subsequently used by _LT_CONFIG to write
3118# the compiler configuration to `libtool'.
3119# _LT_LANG_CXX_CONFIG
3120
3121
3122# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3123# ---------------------------------
3124# Figure out "hidden" library dependencies from verbose
3125# compiler output when linking a shared library.
3126# Parse the compiler output and extract the necessary
3127# objects, libraries and library flags.
3128# _LT_SYS_HIDDEN_LIBDEPS
3129
3130
3131# _LT_LANG_F77_CONFIG([TAG])
3132# --------------------------
3133# Ensure that the configuration variables for a Fortran 77 compiler are
3134# suitably defined. These variables are subsequently used by _LT_CONFIG
3135# to write the compiler configuration to `libtool'.
3136# _LT_LANG_F77_CONFIG
3137
3138
3139# _LT_LANG_FC_CONFIG([TAG])
3140# -------------------------
3141# Ensure that the configuration variables for a Fortran compiler are
3142# suitably defined. These variables are subsequently used by _LT_CONFIG
3143# to write the compiler configuration to `libtool'.
3144# _LT_LANG_FC_CONFIG
3145
3146
3147# _LT_LANG_GCJ_CONFIG([TAG])
3148# --------------------------
3149# Ensure that the configuration variables for the GNU Java Compiler compiler
3150# are suitably defined. These variables are subsequently used by _LT_CONFIG
3151# to write the compiler configuration to `libtool'.
3152# _LT_LANG_GCJ_CONFIG
3153
3154
3155# _LT_LANG_RC_CONFIG([TAG])
3156# -------------------------
3157# Ensure that the configuration variables for the Windows resource compiler
3158# are suitably defined. These variables are subsequently used by _LT_CONFIG
3159# to write the compiler configuration to `libtool'.
3160# _LT_LANG_RC_CONFIG
3161
3162
3163# LT_PROG_GCJ
3164# -----------
3165
3166
3167# Old name:
3168# This is what autoupdate's m4 run will expand. It fires
3169# the warning (with _au_warn_XXX), outputs it into the
3170# updated configure.ac (with AC_DIAGNOSE), and then outputs
3171# the replacement expansion.
3172
3173
3174# This is an auxiliary macro that is also run when
3175# autoupdate runs m4. It simply calls m4_warning, but
3176# we need a wrapper so that each warning is emitted only
3177# once. We break the quoting in m4_warning's argument in
3178# order to expand this macro's arguments, not AU_DEFUN's.
3179
3180
3181# Finally, this is the expansion that is picked up by
3182# autoconf. It tells the user to run autoupdate, and
3183# then outputs the replacement expansion. We do not care
3184# about autoupdate's warning because that contains
3185# information on what to do *after* running autoupdate.
3186
3187
3188
3189# LT_PROG_RC
3190# ----------
3191
3192
3193# Old name:
3194# This is what autoupdate's m4 run will expand. It fires
3195# the warning (with _au_warn_XXX), outputs it into the
3196# updated configure.ac (with AC_DIAGNOSE), and then outputs
3197# the replacement expansion.
3198
3199
3200# This is an auxiliary macro that is also run when
3201# autoupdate runs m4. It simply calls m4_warning, but
3202# we need a wrapper so that each warning is emitted only
3203# once. We break the quoting in m4_warning's argument in
3204# order to expand this macro's arguments, not AU_DEFUN's.
3205
3206
3207# Finally, this is the expansion that is picked up by
3208# autoconf. It tells the user to run autoupdate, and
3209# then outputs the replacement expansion. We do not care
3210# about autoupdate's warning because that contains
3211# information on what to do *after* running autoupdate.
3212
3213
3214
3215# _LT_DECL_EGREP
3216# --------------
3217# If we don't have a new enough Autoconf to choose the best grep
3218# available, choose the one first in the user's PATH.
3219
3220
3221
3222# _LT_DECL_OBJDUMP
3223# --------------
3224# If we don't have a new enough Autoconf to choose the best objdump
3225# available, choose the one first in the user's PATH.
3226
3227
3228
3229# _LT_DECL_SED
3230# ------------
3231# Check for a fully-functional sed program, that truncates
3232# as few characters as possible. Prefer GNU sed if found.
3233# _LT_DECL_SED
3234
3235#m4_ifndef
3236
3237# Old name:
3238# This is what autoupdate's m4 run will expand. It fires
3239# the warning (with _au_warn_XXX), outputs it into the
3240# updated configure.ac (with AC_DIAGNOSE), and then outputs
3241# the replacement expansion.
3242
3243
3244# This is an auxiliary macro that is also run when
3245# autoupdate runs m4. It simply calls m4_warning, but
3246# we need a wrapper so that each warning is emitted only
3247# once. We break the quoting in m4_warning's argument in
3248# order to expand this macro's arguments, not AU_DEFUN's.
3249
3250
3251# Finally, this is the expansion that is picked up by
3252# autoconf. It tells the user to run autoupdate, and
3253# then outputs the replacement expansion. We do not care
3254# about autoupdate's warning because that contains
3255# information on what to do *after* running autoupdate.
3256
3257
3258
3259# _LT_CHECK_SHELL_FEATURES
3260# ------------------------
3261# Find out whether the shell is Bourne or XSI compatible,
3262# or has some other useful features.
3263# _LT_CHECK_SHELL_FEATURES
3264
3265
3266# _LT_PROG_XSI_SHELLFNS
3267# ---------------------
3268# Bourne and XSI compatible variants of some useful shell functions.
3269
3270
3271# Helper functions for option handling. -*- Autoconf -*-
3272#
3273# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3274# Inc.
3275# Written by Gary V. Vaughan, 2004
3276#
3277# This file is free software; the Free Software Foundation gives
3278# unlimited permission to copy and/or distribute it, with or without
3279# modifications, as long as this notice is preserved.
3280
3281# serial 6 ltoptions.m4
3282
3283# This is to help aclocal find these macros, as it can't see m4_define.
3284
3285
3286
3287# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3288# ------------------------------------------
3289
3290
3291
3292# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3293# ---------------------------------------
3294# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3295# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3296# saved as a flag.
3297
3298
3299
3300# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3301# ------------------------------------------------------------
3302# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3303
3304
3305
3306# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3307# -------------------------------------------------------
3308# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3309# are set.
3310
3311
3312
3313# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3314# ----------------------------------------
3315# OPTION-LIST is a space-separated list of Libtool options associated
3316# with MACRO-NAME. If any OPTION has a matching handler declared with
3317# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3318# the unknown option and exit.
3319# _LT_SET_OPTIONS
3320
3321
3322## --------------------------------- ##
3323## Macros to handle LT_INIT options. ##
3324## --------------------------------- ##
3325
3326# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3327# -----------------------------------------
3328
3329
3330
3331# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3332# -----------------------------------------------
3333# LT_OPTION_DEFINE
3334
3335
3336# dlopen
3337# ------
3338
3339
3340# This is what autoupdate's m4 run will expand. It fires
3341# the warning (with _au_warn_XXX), outputs it into the
3342# updated configure.ac (with AC_DIAGNOSE), and then outputs
3343# the replacement expansion.
3344
3345
3346# This is an auxiliary macro that is also run when
3347# autoupdate runs m4. It simply calls m4_warning, but
3348# we need a wrapper so that each warning is emitted only
3349# once. We break the quoting in m4_warning's argument in
3350# order to expand this macro's arguments, not AU_DEFUN's.
3351
3352
3353# Finally, this is the expansion that is picked up by
3354# autoconf. It tells the user to run autoupdate, and
3355# then outputs the replacement expansion. We do not care
3356# about autoupdate's warning because that contains
3357# information on what to do *after* running autoupdate.
3358
3359
3360
3361
3362# win32-dll
3363# ---------
3364# Declare package support for building win32 dll's.
3365# win32-dll
3366
3367# This is what autoupdate's m4 run will expand. It fires
3368# the warning (with _au_warn_XXX), outputs it into the
3369# updated configure.ac (with AC_DIAGNOSE), and then outputs
3370# the replacement expansion.
3371
3372
3373# This is an auxiliary macro that is also run when
3374# autoupdate runs m4. It simply calls m4_warning, but
3375# we need a wrapper so that each warning is emitted only
3376# once. We break the quoting in m4_warning's argument in
3377# order to expand this macro's arguments, not AU_DEFUN's.
3378
3379
3380# Finally, this is the expansion that is picked up by
3381# autoconf. It tells the user to run autoupdate, and
3382# then outputs the replacement expansion. We do not care
3383# about autoupdate's warning because that contains
3384# information on what to do *after* running autoupdate.
3385
3386
3387
3388
3389# _LT_ENABLE_SHARED([DEFAULT])
3390# ----------------------------
3391# implement the --enable-shared flag, and supports the `shared' and
3392# `disable-shared' LT_INIT options.
3393# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3394# _LT_ENABLE_SHARED
3395
3396
3397
3398
3399# Old names:
3400
3401
3402
3403
3404# This is what autoupdate's m4 run will expand. It fires
3405# the warning (with _au_warn_XXX), outputs it into the
3406# updated configure.ac (with AC_DIAGNOSE), and then outputs
3407# the replacement expansion.
3408
3409
3410# This is an auxiliary macro that is also run when
3411# autoupdate runs m4. It simply calls m4_warning, but
3412# we need a wrapper so that each warning is emitted only
3413# once. We break the quoting in m4_warning's argument in
3414# order to expand this macro's arguments, not AU_DEFUN's.
3415
3416
3417# Finally, this is the expansion that is picked up by
3418# autoconf. It tells the user to run autoupdate, and
3419# then outputs the replacement expansion. We do not care
3420# about autoupdate's warning because that contains
3421# information on what to do *after* running autoupdate.
3422
3423# This is what autoupdate's m4 run will expand. It fires
3424# the warning (with _au_warn_XXX), outputs it into the
3425# updated configure.ac (with AC_DIAGNOSE), and then outputs
3426# the replacement expansion.
3427
3428
3429# This is an auxiliary macro that is also run when
3430# autoupdate runs m4. It simply calls m4_warning, but
3431# we need a wrapper so that each warning is emitted only
3432# once. We break the quoting in m4_warning's argument in
3433# order to expand this macro's arguments, not AU_DEFUN's.
3434
3435
3436# Finally, this is the expansion that is picked up by
3437# autoconf. It tells the user to run autoupdate, and
3438# then outputs the replacement expansion. We do not care
3439# about autoupdate's warning because that contains
3440# information on what to do *after* running autoupdate.
3441
3442
3443
3444
3445
3446# _LT_ENABLE_STATIC([DEFAULT])
3447# ----------------------------
3448# implement the --enable-static flag, and support the `static' and
3449# `disable-static' LT_INIT options.
3450# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3451# _LT_ENABLE_STATIC
3452
3453
3454
3455
3456# Old names:
3457
3458
3459
3460
3461# This is what autoupdate's m4 run will expand. It fires
3462# the warning (with _au_warn_XXX), outputs it into the
3463# updated configure.ac (with AC_DIAGNOSE), and then outputs
3464# the replacement expansion.
3465
3466
3467# This is an auxiliary macro that is also run when
3468# autoupdate runs m4. It simply calls m4_warning, but
3469# we need a wrapper so that each warning is emitted only
3470# once. We break the quoting in m4_warning's argument in
3471# order to expand this macro's arguments, not AU_DEFUN's.
3472
3473
3474# Finally, this is the expansion that is picked up by
3475# autoconf. It tells the user to run autoupdate, and
3476# then outputs the replacement expansion. We do not care
3477# about autoupdate's warning because that contains
3478# information on what to do *after* running autoupdate.
3479
3480# This is what autoupdate's m4 run will expand. It fires
3481# the warning (with _au_warn_XXX), outputs it into the
3482# updated configure.ac (with AC_DIAGNOSE), and then outputs
3483# the replacement expansion.
3484
3485
3486# This is an auxiliary macro that is also run when
3487# autoupdate runs m4. It simply calls m4_warning, but
3488# we need a wrapper so that each warning is emitted only
3489# once. We break the quoting in m4_warning's argument in
3490# order to expand this macro's arguments, not AU_DEFUN's.
3491
3492
3493# Finally, this is the expansion that is picked up by
3494# autoconf. It tells the user to run autoupdate, and
3495# then outputs the replacement expansion. We do not care
3496# about autoupdate's warning because that contains
3497# information on what to do *after* running autoupdate.
3498
3499
3500
3501
3502
3503# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3504# ----------------------------------
3505# implement the --enable-fast-install flag, and support the `fast-install'
3506# and `disable-fast-install' LT_INIT options.
3507# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3508# _LT_ENABLE_FAST_INSTALL
3509
3510
3511
3512
3513# Old names:
3514# This is what autoupdate's m4 run will expand. It fires
3515# the warning (with _au_warn_XXX), outputs it into the
3516# updated configure.ac (with AC_DIAGNOSE), and then outputs
3517# the replacement expansion.
3518
3519
3520# This is an auxiliary macro that is also run when
3521# autoupdate runs m4. It simply calls m4_warning, but
3522# we need a wrapper so that each warning is emitted only
3523# once. We break the quoting in m4_warning's argument in
3524# order to expand this macro's arguments, not AU_DEFUN's.
3525
3526
3527# Finally, this is the expansion that is picked up by
3528# autoconf. It tells the user to run autoupdate, and
3529# then outputs the replacement expansion. We do not care
3530# about autoupdate's warning because that contains
3531# information on what to do *after* running autoupdate.
3532
3533
3534# This is what autoupdate's m4 run will expand. It fires
3535# the warning (with _au_warn_XXX), outputs it into the
3536# updated configure.ac (with AC_DIAGNOSE), and then outputs
3537# the replacement expansion.
3538
3539
3540# This is an auxiliary macro that is also run when
3541# autoupdate runs m4. It simply calls m4_warning, but
3542# we need a wrapper so that each warning is emitted only
3543# once. We break the quoting in m4_warning's argument in
3544# order to expand this macro's arguments, not AU_DEFUN's.
3545
3546
3547# Finally, this is the expansion that is picked up by
3548# autoconf. It tells the user to run autoupdate, and
3549# then outputs the replacement expansion. We do not care
3550# about autoupdate's warning because that contains
3551# information on what to do *after* running autoupdate.
3552
3553
3554
3555
3556# _LT_WITH_PIC([MODE])
3557# --------------------
3558# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3559# LT_INIT options.
3560# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3561# _LT_WITH_PIC
3562
3563
3564
3565
3566# Old name:
3567# This is what autoupdate's m4 run will expand. It fires
3568# the warning (with _au_warn_XXX), outputs it into the
3569# updated configure.ac (with AC_DIAGNOSE), and then outputs
3570# the replacement expansion.
3571
3572
3573# This is an auxiliary macro that is also run when
3574# autoupdate runs m4. It simply calls m4_warning, but
3575# we need a wrapper so that each warning is emitted only
3576# once. We break the quoting in m4_warning's argument in
3577# order to expand this macro's arguments, not AU_DEFUN's.
3578
3579
3580# Finally, this is the expansion that is picked up by
3581# autoconf. It tells the user to run autoupdate, and
3582# then outputs the replacement expansion. We do not care
3583# about autoupdate's warning because that contains
3584# information on what to do *after* running autoupdate.
3585
3586
3587
3588## ----------------- ##
3589## LTDL_INIT Options ##
3590## ----------------- ##
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3602#
3603# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3604# Written by Gary V. Vaughan, 2004
3605#
3606# This file is free software; the Free Software Foundation gives
3607# unlimited permission to copy and/or distribute it, with or without
3608# modifications, as long as this notice is preserved.
3609
3610# serial 6 ltsugar.m4
3611
3612# This is to help aclocal find these macros, as it can't see m4_define.
3613
3614
3615
3616# lt_join(SEP, ARG1, [ARG2...])
3617# -----------------------------
3618# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3619# associated separator.
3620# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3621# versions in m4sugar had bugs.
3622
3623
3624
3625
3626# lt_car(LIST)
3627# lt_cdr(LIST)
3628# ------------
3629# Manipulate m4 lists.
3630# These macros are necessary as long as will still need to support
3631# Autoconf-2.59 which quotes differently.
3632
3633
3634
3635
3636
3637# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3638# ------------------------------------------
3639# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3640# Note that neither SEPARATOR nor STRING are expanded; they are appended
3641# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3642# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3643# than defined and empty).
3644#
3645# This macro is needed until we can rely on Autoconf 2.62, since earlier
3646# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3647
3648
3649
3650
3651# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3652# ----------------------------------------------------------
3653# Produce a SEP delimited list of all paired combinations of elements of
3654# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3655# has the form PREFIXmINFIXSUFFIXn.
3656# Needed until we can rely on m4_combine added in Autoconf 2.62.
3657
3658
3659
3660# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3661# -----------------------------------------------------------------------
3662# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3663# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3664
3665
3666
3667# lt_dict_add(DICT, KEY, VALUE)
3668# -----------------------------
3669
3670
3671
3672# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3673# --------------------------------------------
3674
3675
3676
3677# lt_dict_fetch(DICT, KEY, [SUBKEY])
3678# ----------------------------------
3679
3680
3681
3682# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3683# -----------------------------------------------------------------
3684
3685
3686
3687# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3688# --------------------------------------------------------------
3689
3690
3691# ltversion.m4 -- version numbers -*- Autoconf -*-
3692#
3693# Copyright (C) 2004 Free Software Foundation, Inc.
3694# Written by Scott James Remnant, 2004
3695#
3696# This file is free software; the Free Software Foundation gives
3697# unlimited permission to copy and/or distribute it, with or without
3698# modifications, as long as this notice is preserved.
3699
3700# Generated from ltversion.in.
3701
3702# serial 3134 ltversion.m4
3703# This file is part of GNU Libtool
3704
3705
3706
3707
3708
3709
3710# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3711#
3712# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3713# Written by Scott James Remnant, 2004.
3714#
3715# This file is free software; the Free Software Foundation gives
3716# unlimited permission to copy and/or distribute it, with or without
3717# modifications, as long as this notice is preserved.
3718
3719# serial 4 lt~obsolete.m4
3720
3721# These exist entirely to fool aclocal when bootstrapping libtool.
3722#
3723# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3724# which have later been changed to m4_define as they aren't part of the
3725# exported API, or moved to Autoconf or Automake where they belong.
3726#
3727# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3728# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3729# using a macro with the same name in our local m4/libtool.m4 it'll
3730# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3731# and doesn't know about Autoconf macros at all.)
3732#
3733# So we provide this file, which has a silly filename so it's always
3734# included after everything else. This provides aclocal with the
3735# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3736# because those macros already exist, or will be overwritten later.
3737# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3738#
3739# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3740# Yes, that means every name once taken will need to remain here until
3741# we give up compatibility with versions before 1.7, at which point
3742# we need to keep only those names which we still refer to.
3743
3744# This is to help aclocal find these macros, as it can't see m4_define.
3745
3746
3747
3748
3749
3750
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## -*- Autoconf -*-
3810
3811# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3812# Free Software Foundation, Inc.
3813#
3814# This file is free software; the Free Software Foundation
3815# gives unlimited permission to copy and/or distribute it,
3816# with or without modifications, as long as this notice is preserved.
3817
3818# serial 8
3819
3820# Based on depend.m4 from automake 1.9, modified for standalone use in
3821# an environment where GNU make is required.
3822
3823# ZW_PROG_COMPILER_DEPENDENCIES
3824# -----------------------------
3825# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3826# sets fooDEPMODE accordingly. Cache-variable compatible with
3827# original; not side-effect compatible. As the users of this macro
3828# may require accurate dependencies for correct builds, it does *not*
3829# honor --disable-dependency-checking, and failure to detect a usable
3830# method is an error. depcomp is assumed to be located in
3831# $ac_aux_dir.
3832#
3833# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3834
3835
3836
3837# AM_SET_DEPDIR
3838# -------------
3839# Choose a directory name for dependency files.
3840
3841
3842# ZW_CREATE_DEPDIR
3843# ----------------
3844# As AM_SET_DEPDIR, but also create the directory at config.status time.
3845
3846
3847
3848
3849
3850
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
3892
3893
3894
3895sim_inline="-DDEFAULT_INLINE=0"
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932# intl sister-directory configuration rules.
3933#
3934
3935# The idea behind this macro is that there's no need to repeat all the
3936# autoconf probes done by the intl directory - it's already done them
3937# for us. In fact, there's no need even to look at the cache for the
3938# answers. All we need to do is nab a few pieces of information.
3939# The intl directory is set up to make this easy, by generating a
3940# small file which can be sourced as a shell script; then we produce
3941# the necessary substitutions and definitions for this directory.
3942
3943
3944
3945# Autoconf M4 include file defining utility macros for complex Canadian
3946# cross builds.
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956####
3957# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3958# or AC_INIT.
3959# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3960
3961####
3962# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3963# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3964
3965
3966####
3967# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3968# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3969
3970
3971
3972# Backported from Autoconf 2.5x; can go away when and if
3973# we switch. Put the OS path separator in $PATH_SEPARATOR.
3974
3975
3976
3977
3978# ACX_HAVE_GCC_FOR_TARGET
3979# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3980
3981
3982# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3983# Searching for installed target binutils. We need to take extra care,
3984# else we may find the wrong assembler, linker, etc., and lose.
3985#
3986# First try --with-build-time-tools, if specified.
3987#
3988# For build != host, we ask the installed GCC for the name of the tool it
3989# uses, and accept it if it is an absolute path. This is because the
3990# only good choice for a compiler is the same GCC version that is being
3991# installed (or we couldn't make target libraries), and we assume that
3992# on the host system we'll have not only the same GCC version, but also
3993# the same binutils version.
3994#
3995# For build == host, search the same directories that the installed
3996# compiler will search. We used to do this for the assembler, linker,
3997# and nm only; for simplicity of configuration, however, we extend this
3998# criterion to tools (such as ar and ranlib) that are never invoked by
3999# the compiler, to avoid mismatches.
4000#
4001# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4002# if build == target. This makes the most sense only when bootstrapping,
4003# but we also do so when build != host. In this case, we hope that the
4004# build and host systems will have similar contents of MD_EXEC_PREFIX.
4005#
4006# If we do not find a suitable binary, then try the user's path.
4007
4008
4009###
4010# AC_PROG_CPP_WERROR
4011# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4012# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4013# For now, using this also overrides header checks to use only the
4014# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4015# bit harder from here).
4016# Eventually autoconf will default to checking headers with the compiler
4017# instead, and we'll have to do this differently.
4018
4019# AC_PROG_CPP_WERROR
4020
4021# Test for GNAT.
4022# We require the gnatbind & gnatmake programs, as well as a compiler driver
4023# that understands Ada. We use the user's CC setting, already found, and
4024# possibly add $1 to the command-line parameters.
4025#
4026# Sets the shell variable have_gnat to yes or no as appropriate, and
4027# substitutes GNATBIND and GNATMAKE.
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053ac_ext=c
4054ac_cpp='$CPP $CPPFLAGS'
4055ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4056ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4057ac_compiler_gnu=$ac_cv_c_compiler_gnu
4058if test -n "$ac_tool_prefix"; then
4059 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4060set dummy ${ac_tool_prefix}gcc; ac_word=$2
4061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4062$as_echo_n "checking for $ac_word... " >&6; }
4063if test "${ac_cv_prog_CC+set}" = set; then :
4064 $as_echo_n "(cached) " >&6
4065else
4066 if test -n "$CC"; then
4067 ac_cv_prog_CC="$CC" # Let the user override the test.
4068else
4069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4070for as_dir in $PATH
4071do
4072 IFS=$as_save_IFS
4073 test -z "$as_dir" && as_dir=.
4074 for ac_exec_ext in '' $ac_executable_extensions; do
4075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4076 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4078 break 2
4079 fi
4080done
4081 done
4082IFS=$as_save_IFS
4083
4084fi
4085fi
4086CC=$ac_cv_prog_CC
4087if test -n "$CC"; then
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4089$as_echo "$CC" >&6; }
4090else
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4092$as_echo "no" >&6; }
4093fi
4094
4095
4096fi
4097if test -z "$ac_cv_prog_CC"; then
4098 ac_ct_CC=$CC
4099 # Extract the first word of "gcc", so it can be a program name with args.
4100set dummy gcc; ac_word=$2
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4102$as_echo_n "checking for $ac_word... " >&6; }
4103if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4104 $as_echo_n "(cached) " >&6
4105else
4106 if test -n "$ac_ct_CC"; then
4107 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4108else
4109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4110for as_dir in $PATH
4111do
4112 IFS=$as_save_IFS
4113 test -z "$as_dir" && as_dir=.
4114 for ac_exec_ext in '' $ac_executable_extensions; do
4115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4116 ac_cv_prog_ac_ct_CC="gcc"
4117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4118 break 2
4119 fi
4120done
4121 done
4122IFS=$as_save_IFS
4123
4124fi
4125fi
4126ac_ct_CC=$ac_cv_prog_ac_ct_CC
4127if test -n "$ac_ct_CC"; then
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4129$as_echo "$ac_ct_CC" >&6; }
4130else
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4132$as_echo "no" >&6; }
4133fi
4134
4135 if test "x$ac_ct_CC" = x; then
4136 CC=""
4137 else
4138 case $cross_compiling:$ac_tool_warned in
4139yes:)
4140{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4141$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4142ac_tool_warned=yes ;;
4143esac
4144 CC=$ac_ct_CC
4145 fi
4146else
4147 CC="$ac_cv_prog_CC"
4148fi
4149
4150if test -z "$CC"; then
4151 if test -n "$ac_tool_prefix"; then
4152 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4153set dummy ${ac_tool_prefix}cc; ac_word=$2
4154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4155$as_echo_n "checking for $ac_word... " >&6; }
4156if test "${ac_cv_prog_CC+set}" = set; then :
4157 $as_echo_n "(cached) " >&6
4158else
4159 if test -n "$CC"; then
4160 ac_cv_prog_CC="$CC" # Let the user override the test.
4161else
4162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4163for as_dir in $PATH
4164do
4165 IFS=$as_save_IFS
4166 test -z "$as_dir" && as_dir=.
4167 for ac_exec_ext in '' $ac_executable_extensions; do
4168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4169 ac_cv_prog_CC="${ac_tool_prefix}cc"
4170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4171 break 2
4172 fi
4173done
4174 done
4175IFS=$as_save_IFS
4176
4177fi
4178fi
4179CC=$ac_cv_prog_CC
4180if test -n "$CC"; then
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4182$as_echo "$CC" >&6; }
4183else
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4185$as_echo "no" >&6; }
4186fi
4187
4188
4189 fi
4190fi
4191if test -z "$CC"; then
4192 # Extract the first word of "cc", so it can be a program name with args.
4193set dummy cc; ac_word=$2
4194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4195$as_echo_n "checking for $ac_word... " >&6; }
4196if test "${ac_cv_prog_CC+set}" = set; then :
4197 $as_echo_n "(cached) " >&6
4198else
4199 if test -n "$CC"; then
4200 ac_cv_prog_CC="$CC" # Let the user override the test.
4201else
4202 ac_prog_rejected=no
4203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4204for as_dir in $PATH
4205do
4206 IFS=$as_save_IFS
4207 test -z "$as_dir" && as_dir=.
4208 for ac_exec_ext in '' $ac_executable_extensions; do
4209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4210 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4211 ac_prog_rejected=yes
4212 continue
4213 fi
4214 ac_cv_prog_CC="cc"
4215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4216 break 2
4217 fi
4218done
4219 done
4220IFS=$as_save_IFS
4221
4222if test $ac_prog_rejected = yes; then
4223 # We found a bogon in the path, so make sure we never use it.
4224 set dummy $ac_cv_prog_CC
4225 shift
4226 if test $# != 0; then
4227 # We chose a different compiler from the bogus one.
4228 # However, it has the same basename, so the bogon will be chosen
4229 # first if we set CC to just the basename; use the full file name.
4230 shift
4231 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4232 fi
4233fi
4234fi
4235fi
4236CC=$ac_cv_prog_CC
4237if test -n "$CC"; then
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4239$as_echo "$CC" >&6; }
4240else
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4242$as_echo "no" >&6; }
4243fi
4244
4245
4246fi
4247if test -z "$CC"; then
4248 if test -n "$ac_tool_prefix"; then
4249 for ac_prog in cl.exe
4250 do
4251 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4252set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4254$as_echo_n "checking for $ac_word... " >&6; }
4255if test "${ac_cv_prog_CC+set}" = set; then :
4256 $as_echo_n "(cached) " >&6
4257else
4258 if test -n "$CC"; then
4259 ac_cv_prog_CC="$CC" # Let the user override the test.
4260else
4261as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4262for as_dir in $PATH
4263do
4264 IFS=$as_save_IFS
4265 test -z "$as_dir" && as_dir=.
4266 for ac_exec_ext in '' $ac_executable_extensions; do
4267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4268 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4270 break 2
4271 fi
4272done
4273 done
4274IFS=$as_save_IFS
4275
4276fi
4277fi
4278CC=$ac_cv_prog_CC
4279if test -n "$CC"; then
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4281$as_echo "$CC" >&6; }
4282else
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4284$as_echo "no" >&6; }
4285fi
4286
4287
4288 test -n "$CC" && break
4289 done
4290fi
4291if test -z "$CC"; then
4292 ac_ct_CC=$CC
4293 for ac_prog in cl.exe
4294do
4295 # Extract the first word of "$ac_prog", so it can be a program name with args.
4296set dummy $ac_prog; ac_word=$2
4297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4298$as_echo_n "checking for $ac_word... " >&6; }
4299if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4300 $as_echo_n "(cached) " >&6
4301else
4302 if test -n "$ac_ct_CC"; then
4303 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4304else
4305as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4306for as_dir in $PATH
4307do
4308 IFS=$as_save_IFS
4309 test -z "$as_dir" && as_dir=.
4310 for ac_exec_ext in '' $ac_executable_extensions; do
4311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4312 ac_cv_prog_ac_ct_CC="$ac_prog"
4313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4314 break 2
4315 fi
4316done
4317 done
4318IFS=$as_save_IFS
4319
4320fi
4321fi
4322ac_ct_CC=$ac_cv_prog_ac_ct_CC
4323if test -n "$ac_ct_CC"; then
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4325$as_echo "$ac_ct_CC" >&6; }
4326else
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4328$as_echo "no" >&6; }
4329fi
4330
4331
4332 test -n "$ac_ct_CC" && break
4333done
4334
4335 if test "x$ac_ct_CC" = x; then
4336 CC=""
4337 else
4338 case $cross_compiling:$ac_tool_warned in
4339yes:)
4340{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4341$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4342ac_tool_warned=yes ;;
4343esac
4344 CC=$ac_ct_CC
4345 fi
4346fi
4347
4348fi
4349
4350
4351test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4352$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4353as_fn_error "no acceptable C compiler found in \$PATH
4354See \`config.log' for more details." "$LINENO" 5; }
4355
4356# Provide some information about the compiler.
4357$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4358set X $ac_compile
4359ac_compiler=$2
4360for ac_option in --version -v -V -qversion; do
4361 { { ac_try="$ac_compiler $ac_option >&5"
4362case "(($ac_try" in
4363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4364 *) ac_try_echo=$ac_try;;
4365esac
4366eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4367$as_echo "$ac_try_echo"; } >&5
4368 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4369 ac_status=$?
4370 if test -s conftest.err; then
4371 sed '10a\
4372... rest of stderr output deleted ...
4373 10q' conftest.err >conftest.er1
4374 cat conftest.er1 >&5
4375 rm -f conftest.er1 conftest.err
4376 fi
4377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4378 test $ac_status = 0; }
4379done
4380
4381cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4382/* end confdefs.h. */
4383
4384int
4385main ()
4386{
4387
4388 ;
4389 return 0;
4390}
4391_ACEOF
4392ac_clean_files_save=$ac_clean_files
4393ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4394# Try to create an executable without -o first, disregard a.out.
4395# It will help us diagnose broken compilers, and finding out an intuition
4396# of exeext.
4397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4398$as_echo_n "checking for C compiler default output file name... " >&6; }
4399ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4400
4401# The possible output files:
4402ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4403
4404ac_rmfiles=
4405for ac_file in $ac_files
4406do
4407 case $ac_file in
4408 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4409 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4410 esac
4411done
4412rm -f $ac_rmfiles
4413
4414if { { ac_try="$ac_link_default"
4415case "(($ac_try" in
4416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4417 *) ac_try_echo=$ac_try;;
4418esac
4419eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4420$as_echo "$ac_try_echo"; } >&5
4421 (eval "$ac_link_default") 2>&5
4422 ac_status=$?
4423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4424 test $ac_status = 0; }; then :
4425 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4426# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4427# in a Makefile. We should not override ac_cv_exeext if it was cached,
4428# so that the user can short-circuit this test for compilers unknown to
4429# Autoconf.
4430for ac_file in $ac_files ''
4431do
4432 test -f "$ac_file" || continue
4433 case $ac_file in
4434 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4435 ;;
4436 [ab].out )
4437 # We found the default executable, but exeext='' is most
4438 # certainly right.
4439 break;;
4440 *.* )
4441 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4442 then :; else
4443 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4444 fi
4445 # We set ac_cv_exeext here because the later test for it is not
4446 # safe: cross compilers may not add the suffix if given an `-o'
4447 # argument, so we may need to know it at that point already.
4448 # Even if this section looks crufty: it has the advantage of
4449 # actually working.
4450 break;;
4451 * )
4452 break;;
4453 esac
4454done
4455test "$ac_cv_exeext" = no && ac_cv_exeext=
4456
4457else
4458 ac_file=''
4459fi
4460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4461$as_echo "$ac_file" >&6; }
4462if test -z "$ac_file"; then :
4463 $as_echo "$as_me: failed program was:" >&5
4464sed 's/^/| /' conftest.$ac_ext >&5
4465
4466{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4467$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4468{ as_fn_set_status 77
4469as_fn_error "C compiler cannot create executables
4470See \`config.log' for more details." "$LINENO" 5; }; }
4471fi
4472ac_exeext=$ac_cv_exeext
4473
4474# Check that the compiler produces executables we can run. If not, either
4475# the compiler is broken, or we cross compile.
4476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4477$as_echo_n "checking whether the C compiler works... " >&6; }
4478# If not cross compiling, check that we can run a simple program.
4479if test "$cross_compiling" != yes; then
4480 if { ac_try='./$ac_file'
4481 { { case "(($ac_try" in
4482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4483 *) ac_try_echo=$ac_try;;
4484esac
4485eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4486$as_echo "$ac_try_echo"; } >&5
4487 (eval "$ac_try") 2>&5
4488 ac_status=$?
4489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4490 test $ac_status = 0; }; }; then
4491 cross_compiling=no
4492 else
4493 if test "$cross_compiling" = maybe; then
4494 cross_compiling=yes
4495 else
4496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4497$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4498as_fn_error "cannot run C compiled programs.
4499If you meant to cross compile, use \`--host'.
4500See \`config.log' for more details." "$LINENO" 5; }
4501 fi
4502 fi
4503fi
4504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4505$as_echo "yes" >&6; }
4506
4507rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4508ac_clean_files=$ac_clean_files_save
4509# Check that the compiler produces executables we can run. If not, either
4510# the compiler is broken, or we cross compile.
4511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4512$as_echo_n "checking whether we are cross compiling... " >&6; }
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4514$as_echo "$cross_compiling" >&6; }
4515
4516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4517$as_echo_n "checking for suffix of executables... " >&6; }
4518if { { ac_try="$ac_link"
4519case "(($ac_try" in
4520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4521 *) ac_try_echo=$ac_try;;
4522esac
4523eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4524$as_echo "$ac_try_echo"; } >&5
4525 (eval "$ac_link") 2>&5
4526 ac_status=$?
4527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4528 test $ac_status = 0; }; then :
4529 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4530# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4531# work properly (i.e., refer to `conftest.exe'), while it won't with
4532# `rm'.
4533for ac_file in conftest.exe conftest conftest.*; do
4534 test -f "$ac_file" || continue
4535 case $ac_file in
4536 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4537 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4538 break;;
4539 * ) break;;
4540 esac
4541done
4542else
4543 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4544$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4545as_fn_error "cannot compute suffix of executables: cannot compile and link
4546See \`config.log' for more details." "$LINENO" 5; }
4547fi
4548rm -f conftest$ac_cv_exeext
4549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4550$as_echo "$ac_cv_exeext" >&6; }
4551
4552rm -f conftest.$ac_ext
4553EXEEXT=$ac_cv_exeext
4554ac_exeext=$EXEEXT
4555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4556$as_echo_n "checking for suffix of object files... " >&6; }
4557if test "${ac_cv_objext+set}" = set; then :
4558 $as_echo_n "(cached) " >&6
4559else
4560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4561/* end confdefs.h. */
4562
4563int
4564main ()
4565{
4566
4567 ;
4568 return 0;
4569}
4570_ACEOF
4571rm -f conftest.o conftest.obj
4572if { { ac_try="$ac_compile"
4573case "(($ac_try" in
4574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4575 *) ac_try_echo=$ac_try;;
4576esac
4577eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4578$as_echo "$ac_try_echo"; } >&5
4579 (eval "$ac_compile") 2>&5
4580 ac_status=$?
4581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4582 test $ac_status = 0; }; then :
4583 for ac_file in conftest.o conftest.obj conftest.*; do
4584 test -f "$ac_file" || continue;
4585 case $ac_file in
4586 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4587 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4588 break;;
4589 esac
4590done
4591else
4592 $as_echo "$as_me: failed program was:" >&5
4593sed 's/^/| /' conftest.$ac_ext >&5
4594
4595{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4596$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4597as_fn_error "cannot compute suffix of object files: cannot compile
4598See \`config.log' for more details." "$LINENO" 5; }
4599fi
4600rm -f conftest.$ac_cv_objext conftest.$ac_ext
4601fi
4602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4603$as_echo "$ac_cv_objext" >&6; }
4604OBJEXT=$ac_cv_objext
4605ac_objext=$OBJEXT
4606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4607$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4608if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4609 $as_echo_n "(cached) " >&6
4610else
4611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4612/* end confdefs.h. */
4613
4614int
4615main ()
4616{
4617#ifndef __GNUC__
4618 choke me
4619#endif
4620
4621 ;
4622 return 0;
4623}
4624_ACEOF
4625if ac_fn_c_try_compile "$LINENO"; then :
4626 ac_compiler_gnu=yes
4627else
4628 ac_compiler_gnu=no
4629fi
4630rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4631ac_cv_c_compiler_gnu=$ac_compiler_gnu
4632
4633fi
4634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4635$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4636if test $ac_compiler_gnu = yes; then
4637 GCC=yes
4638else
4639 GCC=
4640fi
4641ac_test_CFLAGS=${CFLAGS+set}
4642ac_save_CFLAGS=$CFLAGS
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4644$as_echo_n "checking whether $CC accepts -g... " >&6; }
4645if test "${ac_cv_prog_cc_g+set}" = set; then :
4646 $as_echo_n "(cached) " >&6
4647else
4648 ac_save_c_werror_flag=$ac_c_werror_flag
4649 ac_c_werror_flag=yes
4650 ac_cv_prog_cc_g=no
4651 CFLAGS="-g"
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4653/* end confdefs.h. */
4654
4655int
4656main ()
4657{
4658
4659 ;
4660 return 0;
4661}
4662_ACEOF
4663if ac_fn_c_try_compile "$LINENO"; then :
4664 ac_cv_prog_cc_g=yes
4665else
4666 CFLAGS=""
4667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4668/* end confdefs.h. */
4669
4670int
4671main ()
4672{
4673
4674 ;
4675 return 0;
4676}
4677_ACEOF
4678if ac_fn_c_try_compile "$LINENO"; then :
4679
4680else
4681 ac_c_werror_flag=$ac_save_c_werror_flag
4682 CFLAGS="-g"
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684/* end confdefs.h. */
4685
4686int
4687main ()
4688{
4689
4690 ;
4691 return 0;
4692}
4693_ACEOF
4694if ac_fn_c_try_compile "$LINENO"; then :
4695 ac_cv_prog_cc_g=yes
4696fi
4697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4698fi
4699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4700fi
4701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4702 ac_c_werror_flag=$ac_save_c_werror_flag
4703fi
4704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4705$as_echo "$ac_cv_prog_cc_g" >&6; }
4706if test "$ac_test_CFLAGS" = set; then
4707 CFLAGS=$ac_save_CFLAGS
4708elif test $ac_cv_prog_cc_g = yes; then
4709 if test "$GCC" = yes; then
4710 CFLAGS="-g -O2"
4711 else
4712 CFLAGS="-g"
4713 fi
4714else
4715 if test "$GCC" = yes; then
4716 CFLAGS="-O2"
4717 else
4718 CFLAGS=
4719 fi
4720fi
4721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4722$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4723if test "${ac_cv_prog_cc_c89+set}" = set; then :
4724 $as_echo_n "(cached) " >&6
4725else
4726 ac_cv_prog_cc_c89=no
4727ac_save_CC=$CC
4728cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4729/* end confdefs.h. */
4730#include <stdarg.h>
4731#include <stdio.h>
4732#include <sys/types.h>
4733#include <sys/stat.h>
4734/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4735struct buf { int x; };
4736FILE * (*rcsopen) (struct buf *, struct stat *, int);
4737static char *e (p, i)
4738 char **p;
4739 int i;
4740{
4741 return p[i];
4742}
4743static char *f (char * (*g) (char **, int), char **p, ...)
4744{
4745 char *s;
4746 va_list v;
4747 va_start (v,p);
4748 s = g (p, va_arg (v,int));
4749 va_end (v);
4750 return s;
4751}
4752
4753/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4754 function prototypes and stuff, but not '\xHH' hex character constants.
4755 These don't provoke an error unfortunately, instead are silently treated
4756 as 'x'. The following induces an error, until -std is added to get
4757 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4758 array size at least. It's necessary to write '\x00'==0 to get something
4759 that's true only with -std. */
4760int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4761
4762/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4763 inside strings and character constants. */
4764#define FOO(x) 'x'
4765int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4766
4767int test (int i, double x);
4768struct s1 {int (*f) (int a);};
4769struct s2 {int (*f) (double a);};
4770int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4771int argc;
4772char **argv;
4773int
4774main ()
4775{
4776return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4777 ;
4778 return 0;
4779}
4780_ACEOF
4781for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4782 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4783do
4784 CC="$ac_save_CC $ac_arg"
4785 if ac_fn_c_try_compile "$LINENO"; then :
4786 ac_cv_prog_cc_c89=$ac_arg
4787fi
4788rm -f core conftest.err conftest.$ac_objext
4789 test "x$ac_cv_prog_cc_c89" != "xno" && break
4790done
4791rm -f conftest.$ac_ext
4792CC=$ac_save_CC
4793
4794fi
4795# AC_CACHE_VAL
4796case "x$ac_cv_prog_cc_c89" in
4797 x)
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4799$as_echo "none needed" >&6; } ;;
4800 xno)
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4802$as_echo "unsupported" >&6; } ;;
4803 *)
4804 CC="$CC $ac_cv_prog_cc_c89"
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4806$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4807esac
4808if test "x$ac_cv_prog_cc_c89" != xno; then :
4809
4810fi
4811
4812ac_ext=c
4813ac_cpp='$CPP $CPPFLAGS'
4814ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4815ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4816ac_compiler_gnu=$ac_cv_c_compiler_gnu
4817
4818ac_aux_dir=
4819for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4820 for ac_t in install-sh install.sh shtool; do
4821 if test -f "$ac_dir/$ac_t"; then
4822 ac_aux_dir=$ac_dir
4823 ac_install_sh="$ac_aux_dir/$ac_t -c"
4824 break 2
4825 fi
4826 done
4827done
4828if test -z "$ac_aux_dir"; then
4829 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4830fi
4831
4832# These three variables are undocumented and unsupported,
4833# and are intended to be withdrawn in a future Autoconf release.
4834# They can cause serious problems if a builder's source tree is in a directory
4835# whose full name contains unusual characters.
4836ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4837ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4838ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4839
4840
4841# Make sure we can run config.sub.
4842$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4843 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4844
4845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4846$as_echo_n "checking build system type... " >&6; }
4847if test "${ac_cv_build+set}" = set; then :
4848 $as_echo_n "(cached) " >&6
4849else
4850 ac_build_alias=$build_alias
4851test "x$ac_build_alias" = x &&
4852 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4853test "x$ac_build_alias" = x &&
4854 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4855ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4856 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4857
4858fi
4859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4860$as_echo "$ac_cv_build" >&6; }
4861case $ac_cv_build in
4862*-*-*) ;;
4863*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4864esac
4865build=$ac_cv_build
4866ac_save_IFS=$IFS; IFS='-'
4867set x $ac_cv_build
4868shift
4869build_cpu=$1
4870build_vendor=$2
4871shift; shift
4872# Remember, the first character of IFS is used to create $*,
4873# except with old shells:
4874build_os=$*
4875IFS=$ac_save_IFS
4876case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4877
4878
4879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4880$as_echo_n "checking host system type... " >&6; }
4881if test "${ac_cv_host+set}" = set; then :
4882 $as_echo_n "(cached) " >&6
4883else
4884 if test "x$host_alias" = x; then
4885 ac_cv_host=$ac_cv_build
4886else
4887 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4888 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4889fi
4890
4891fi
4892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4893$as_echo "$ac_cv_host" >&6; }
4894case $ac_cv_host in
4895*-*-*) ;;
4896*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4897esac
4898host=$ac_cv_host
4899ac_save_IFS=$IFS; IFS='-'
4900set x $ac_cv_host
4901shift
4902host_cpu=$1
4903host_vendor=$2
4904shift; shift
4905# Remember, the first character of IFS is used to create $*,
4906# except with old shells:
4907host_os=$*
4908IFS=$ac_save_IFS
4909case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4910
4911
4912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4913$as_echo_n "checking target system type... " >&6; }
4914if test "${ac_cv_target+set}" = set; then :
4915 $as_echo_n "(cached) " >&6
4916else
4917 if test "x$target_alias" = x; then
4918 ac_cv_target=$ac_cv_host
4919else
4920 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4921 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4922fi
4923
4924fi
4925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4926$as_echo "$ac_cv_target" >&6; }
4927case $ac_cv_target in
4928*-*-*) ;;
4929*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4930esac
4931target=$ac_cv_target
4932ac_save_IFS=$IFS; IFS='-'
4933set x $ac_cv_target
4934shift
4935target_cpu=$1
4936target_vendor=$2
4937shift; shift
4938# Remember, the first character of IFS is used to create $*,
4939# except with old shells:
4940target_os=$*
4941IFS=$ac_save_IFS
4942case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4943
4944
4945# The aliases save the names the user supplied, while $host etc.
4946# will get canonicalized.
4947test -n "$target_alias" &&
4948 test "$program_prefix$program_suffix$program_transform_name" = \
4949 NONENONEs,x,x, &&
4950 program_prefix=${target_alias}-
4951
4952ac_ext=c
4953ac_cpp='$CPP $CPPFLAGS'
4954ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4955ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4956ac_compiler_gnu=$ac_cv_c_compiler_gnu
4957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4958$as_echo_n "checking how to run the C preprocessor... " >&6; }
4959# On Suns, sometimes $CPP names a directory.
4960if test -n "$CPP" && test -d "$CPP"; then
4961 CPP=
4962fi
4963if test -z "$CPP"; then
4964 if test "${ac_cv_prog_CPP+set}" = set; then :
4965 $as_echo_n "(cached) " >&6
4966else
4967 # Double quotes because CPP needs to be expanded
4968 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4969 do
4970 ac_preproc_ok=false
4971for ac_c_preproc_warn_flag in '' yes
4972do
4973 # Use a header file that comes with gcc, so configuring glibc
4974 # with a fresh cross-compiler works.
4975 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4976 # <limits.h> exists even on freestanding compilers.
4977 # On the NeXT, cc -E runs the code through the compiler's parser,
4978 # not just through cpp. "Syntax error" is here to catch this case.
4979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4980/* end confdefs.h. */
4981#ifdef __STDC__
4982# include <limits.h>
4983#else
4984# include <assert.h>
4985#endif
4986 Syntax error
4987_ACEOF
4988if ac_fn_c_try_cpp "$LINENO"; then :
4989
4990else
4991 # Broken: fails on valid input.
4992continue
4993fi
4994rm -f conftest.err conftest.$ac_ext
4995
4996 # OK, works on sane cases. Now check whether nonexistent headers
4997 # can be detected and how.
4998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4999/* end confdefs.h. */
5000#include <ac_nonexistent.h>
5001_ACEOF
5002if ac_fn_c_try_cpp "$LINENO"; then :
5003 # Broken: success on invalid input.
5004continue
5005else
5006 # Passes both tests.
5007ac_preproc_ok=:
5008break
5009fi
5010rm -f conftest.err conftest.$ac_ext
5011
5012done
5013# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5014rm -f conftest.err conftest.$ac_ext
5015if $ac_preproc_ok; then :
5016 break
5017fi
5018
5019 done
5020 ac_cv_prog_CPP=$CPP
5021
5022fi
5023 CPP=$ac_cv_prog_CPP
5024else
5025 ac_cv_prog_CPP=$CPP
5026fi
5027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5028$as_echo "$CPP" >&6; }
5029ac_preproc_ok=false
5030for ac_c_preproc_warn_flag in '' yes
5031do
5032 # Use a header file that comes with gcc, so configuring glibc
5033 # with a fresh cross-compiler works.
5034 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5035 # <limits.h> exists even on freestanding compilers.
5036 # On the NeXT, cc -E runs the code through the compiler's parser,
5037 # not just through cpp. "Syntax error" is here to catch this case.
5038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5039/* end confdefs.h. */
5040#ifdef __STDC__
5041# include <limits.h>
5042#else
5043# include <assert.h>
5044#endif
5045 Syntax error
5046_ACEOF
5047if ac_fn_c_try_cpp "$LINENO"; then :
5048
5049else
5050 # Broken: fails on valid input.
5051continue
5052fi
5053rm -f conftest.err conftest.$ac_ext
5054
5055 # OK, works on sane cases. Now check whether nonexistent headers
5056 # can be detected and how.
5057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5058/* end confdefs.h. */
5059#include <ac_nonexistent.h>
5060_ACEOF
5061if ac_fn_c_try_cpp "$LINENO"; then :
5062 # Broken: success on invalid input.
5063continue
5064else
5065 # Passes both tests.
5066ac_preproc_ok=:
5067break
5068fi
5069rm -f conftest.err conftest.$ac_ext
5070
5071done
5072# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5073rm -f conftest.err conftest.$ac_ext
5074if $ac_preproc_ok; then :
5075
5076else
5077 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5078$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5079as_fn_error "C preprocessor \"$CPP\" fails sanity check
5080See \`config.log' for more details." "$LINENO" 5; }
5081fi
5082
5083ac_ext=c
5084ac_cpp='$CPP $CPPFLAGS'
5085ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5086ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5087ac_compiler_gnu=$ac_cv_c_compiler_gnu
5088
5089
5090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5091$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5092if test "${ac_cv_path_GREP+set}" = set; then :
5093 $as_echo_n "(cached) " >&6
5094else
5095 if test -z "$GREP"; then
5096 ac_path_GREP_found=false
5097 # Loop through the user's path and test for each of PROGNAME-LIST
5098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5100do
5101 IFS=$as_save_IFS
5102 test -z "$as_dir" && as_dir=.
5103 for ac_prog in grep ggrep; do
5104 for ac_exec_ext in '' $ac_executable_extensions; do
5105 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5106 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5107# Check for GNU ac_path_GREP and select it if it is found.
5108 # Check for GNU $ac_path_GREP
5109case `"$ac_path_GREP" --version 2>&1` in
5110*GNU*)
5111 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5112*)
5113 ac_count=0
5114 $as_echo_n 0123456789 >"conftest.in"
5115 while :
5116 do
5117 cat "conftest.in" "conftest.in" >"conftest.tmp"
5118 mv "conftest.tmp" "conftest.in"
5119 cp "conftest.in" "conftest.nl"
5120 $as_echo 'GREP' >> "conftest.nl"
5121 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5122 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5123 as_fn_arith $ac_count + 1 && ac_count=$as_val
5124 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5125 # Best one so far, save it but keep looking for a better one
5126 ac_cv_path_GREP="$ac_path_GREP"
5127 ac_path_GREP_max=$ac_count
5128 fi
5129 # 10*(2^10) chars as input seems more than enough
5130 test $ac_count -gt 10 && break
5131 done
5132 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5133esac
5134
5135 $ac_path_GREP_found && break 3
5136 done
5137 done
5138 done
5139IFS=$as_save_IFS
5140 if test -z "$ac_cv_path_GREP"; then
5141 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5142 fi
5143else
5144 ac_cv_path_GREP=$GREP
5145fi
5146
5147fi
5148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5149$as_echo "$ac_cv_path_GREP" >&6; }
5150 GREP="$ac_cv_path_GREP"
5151
5152
5153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5154$as_echo_n "checking for egrep... " >&6; }
5155if test "${ac_cv_path_EGREP+set}" = set; then :
5156 $as_echo_n "(cached) " >&6
5157else
5158 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5159 then ac_cv_path_EGREP="$GREP -E"
5160 else
5161 if test -z "$EGREP"; then
5162 ac_path_EGREP_found=false
5163 # Loop through the user's path and test for each of PROGNAME-LIST
5164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5165for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5166do
5167 IFS=$as_save_IFS
5168 test -z "$as_dir" && as_dir=.
5169 for ac_prog in egrep; do
5170 for ac_exec_ext in '' $ac_executable_extensions; do
5171 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5172 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5173# Check for GNU ac_path_EGREP and select it if it is found.
5174 # Check for GNU $ac_path_EGREP
5175case `"$ac_path_EGREP" --version 2>&1` in
5176*GNU*)
5177 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5178*)
5179 ac_count=0
5180 $as_echo_n 0123456789 >"conftest.in"
5181 while :
5182 do
5183 cat "conftest.in" "conftest.in" >"conftest.tmp"
5184 mv "conftest.tmp" "conftest.in"
5185 cp "conftest.in" "conftest.nl"
5186 $as_echo 'EGREP' >> "conftest.nl"
5187 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5188 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5189 as_fn_arith $ac_count + 1 && ac_count=$as_val
5190 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5191 # Best one so far, save it but keep looking for a better one
5192 ac_cv_path_EGREP="$ac_path_EGREP"
5193 ac_path_EGREP_max=$ac_count
5194 fi
5195 # 10*(2^10) chars as input seems more than enough
5196 test $ac_count -gt 10 && break
5197 done
5198 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5199esac
5200
5201 $ac_path_EGREP_found && break 3
5202 done
5203 done
5204 done
5205IFS=$as_save_IFS
5206 if test -z "$ac_cv_path_EGREP"; then
5207 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5208 fi
5209else
5210 ac_cv_path_EGREP=$EGREP
5211fi
5212
5213 fi
5214fi
5215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5216$as_echo "$ac_cv_path_EGREP" >&6; }
5217 EGREP="$ac_cv_path_EGREP"
5218
5219
5220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5221$as_echo_n "checking for ANSI C header files... " >&6; }
5222if test "${ac_cv_header_stdc+set}" = set; then :
5223 $as_echo_n "(cached) " >&6
5224else
5225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5226/* end confdefs.h. */
5227#include <stdlib.h>
5228#include <stdarg.h>
5229#include <string.h>
5230#include <float.h>
5231
5232int
5233main ()
5234{
5235
5236 ;
5237 return 0;
5238}
5239_ACEOF
5240if ac_fn_c_try_compile "$LINENO"; then :
5241 ac_cv_header_stdc=yes
5242else
5243 ac_cv_header_stdc=no
5244fi
5245rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5246
5247if test $ac_cv_header_stdc = yes; then
5248 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5250/* end confdefs.h. */
5251#include <string.h>
5252
5253_ACEOF
5254if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5255 $EGREP "memchr" >/dev/null 2>&1; then :
5256
5257else
5258 ac_cv_header_stdc=no
5259fi
5260rm -f conftest*
5261
5262fi
5263
5264if test $ac_cv_header_stdc = yes; then
5265 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5267/* end confdefs.h. */
5268#include <stdlib.h>
5269
5270_ACEOF
5271if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5272 $EGREP "free" >/dev/null 2>&1; then :
5273
5274else
5275 ac_cv_header_stdc=no
5276fi
5277rm -f conftest*
5278
5279fi
5280
5281if test $ac_cv_header_stdc = yes; then
5282 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5283 if test "$cross_compiling" = yes; then :
5284 :
5285else
5286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5287/* end confdefs.h. */
5288#include <ctype.h>
5289#include <stdlib.h>
5290#if ((' ' & 0x0FF) == 0x020)
5291# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5292# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5293#else
5294# define ISLOWER(c) \
5295 (('a' <= (c) && (c) <= 'i') \
5296 || ('j' <= (c) && (c) <= 'r') \
5297 || ('s' <= (c) && (c) <= 'z'))
5298# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5299#endif
5300
5301#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5302int
5303main ()
5304{
5305 int i;
5306 for (i = 0; i < 256; i++)
5307 if (XOR (islower (i), ISLOWER (i))
5308 || toupper (i) != TOUPPER (i))
5309 return 2;
5310 return 0;
5311}
5312_ACEOF
5313if ac_fn_c_try_run "$LINENO"; then :
5314
5315else
5316 ac_cv_header_stdc=no
5317fi
5318rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5319 conftest.$ac_objext conftest.beam conftest.$ac_ext
5320fi
5321
5322fi
5323fi
5324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5325$as_echo "$ac_cv_header_stdc" >&6; }
5326if test $ac_cv_header_stdc = yes; then
5327
5328$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5329
5330fi
5331
5332# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5333for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5334 inttypes.h stdint.h unistd.h
5335do :
5336 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5337ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5338"
5339eval as_val=\$$as_ac_Header
5340 if test "x$as_val" = x""yes; then :
5341 cat >>confdefs.h <<_ACEOF
5342#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5343_ACEOF
5344
5345fi
5346
5347done
5348
5349
5350
5351 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5352if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5353 MINIX=yes
5354else
5355 MINIX=
5356fi
5357
5358
5359 if test "$MINIX" = yes; then
5360
5361$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5362
5363
5364$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5365
5366
5367$as_echo "#define _MINIX 1" >>confdefs.h
5368
5369 fi
5370
5371
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5373$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5374if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5375 $as_echo_n "(cached) " >&6
5376else
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378/* end confdefs.h. */
5379
5380# define __EXTENSIONS__ 1
5381 $ac_includes_default
5382int
5383main ()
5384{
5385
5386 ;
5387 return 0;
5388}
5389_ACEOF
5390if ac_fn_c_try_compile "$LINENO"; then :
5391 ac_cv_safe_to_define___extensions__=yes
5392else
5393 ac_cv_safe_to_define___extensions__=no
5394fi
5395rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5396fi
5397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5398$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5399 test $ac_cv_safe_to_define___extensions__ = yes &&
5400 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5401
5402 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5403
5404 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5405
5406 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5407
5408 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5409
5410
5411test "$program_prefix" != NONE &&
5412 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5413# Use a double $ so make ignores it.
5414test "$program_suffix" != NONE &&
5415 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5416# Double any \ or $.
5417# By default was `s,x,x', remove it if useless.
5418ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5419program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5420
5421# Find a good install program. We prefer a C program (faster),
5422# so one script is as good as another. But avoid the broken or
5423# incompatible versions:
5424# SysV /etc/install, /usr/sbin/install
5425# SunOS /usr/etc/install
5426# IRIX /sbin/install
5427# AIX /bin/install
5428# AmigaOS /C/install, which installs bootblocks on floppy discs
5429# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5430# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5431# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5432# OS/2's system install, which has a completely different semantic
5433# ./install, which can be erroneously created by make from ./install.sh.
5434# Reject install programs that cannot install multiple files.
5435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5436$as_echo_n "checking for a BSD-compatible install... " >&6; }
5437if test -z "$INSTALL"; then
5438if test "${ac_cv_path_install+set}" = set; then :
5439 $as_echo_n "(cached) " >&6
5440else
5441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5442for as_dir in $PATH
5443do
5444 IFS=$as_save_IFS
5445 test -z "$as_dir" && as_dir=.
5446 # Account for people who put trailing slashes in PATH elements.
5447case $as_dir/ in #((
5448 ./ | .// | /[cC]/* | \
5449 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5450 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5451 /usr/ucb/* ) ;;
5452 *)
5453 # OSF1 and SCO ODT 3.0 have their own names for install.
5454 # Don't use installbsd from OSF since it installs stuff as root
5455 # by default.
5456 for ac_prog in ginstall scoinst install; do
5457 for ac_exec_ext in '' $ac_executable_extensions; do
5458 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5459 if test $ac_prog = install &&
5460 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5461 # AIX install. It has an incompatible calling convention.
5462 :
5463 elif test $ac_prog = install &&
5464 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5465 # program-specific install script used by HP pwplus--don't use.
5466 :
5467 else
5468 rm -rf conftest.one conftest.two conftest.dir
5469 echo one > conftest.one
5470 echo two > conftest.two
5471 mkdir conftest.dir
5472 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5473 test -s conftest.one && test -s conftest.two &&
5474 test -s conftest.dir/conftest.one &&
5475 test -s conftest.dir/conftest.two
5476 then
5477 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5478 break 3
5479 fi
5480 fi
5481 fi
5482 done
5483 done
5484 ;;
5485esac
5486
5487 done
5488IFS=$as_save_IFS
5489
5490rm -rf conftest.one conftest.two conftest.dir
5491
5492fi
5493 if test "${ac_cv_path_install+set}" = set; then
5494 INSTALL=$ac_cv_path_install
5495 else
5496 # As a last resort, use the slow shell script. Don't cache a
5497 # value for INSTALL within a source directory, because that will
5498 # break other packages using the cache if that directory is
5499 # removed, or if the value is a relative name.
5500 INSTALL=$ac_install_sh
5501 fi
5502fi
5503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5504$as_echo "$INSTALL" >&6; }
5505
5506# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5507# It thinks the first close brace ends the variable substitution.
5508test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5509
5510test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5511
5512test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5513
5514rm -rf .tst 2>/dev/null
5515mkdir .tst 2>/dev/null
5516if test -d .tst; then
5517 am__leading_dot=.
5518else
5519 am__leading_dot=_
5520fi
5521rmdir .tst 2>/dev/null
5522
5523DEPDIR="${am__leading_dot}deps"
5524
5525case `pwd` in
5526 *\ * | *\ *)
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5528$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5529esac
5530
5531
5532
5533macro_version='2.2.7a'
5534macro_revision='1.3134'
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548ltmain="$ac_aux_dir/ltmain.sh"
5549
5550# Backslashify metacharacters that are still active within
5551# double-quoted strings.
5552sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5553
5554# Same as above, but do not quote variable references.
5555double_quote_subst='s/\(["`\\]\)/\\\1/g'
5556
5557# Sed substitution to delay expansion of an escaped shell variable in a
5558# double_quote_subst'ed string.
5559delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5560
5561# Sed substitution to delay expansion of an escaped single quote.
5562delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5563
5564# Sed substitution to avoid accidental globbing in evaled expressions
5565no_glob_subst='s/\*/\\\*/g'
5566
5567ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5568ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5569ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5570
5571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5572$as_echo_n "checking how to print strings... " >&6; }
5573# Test print first, because it will be a builtin if present.
5574if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5575 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5576 ECHO='print -r --'
5577elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5578 ECHO='printf %s\n'
5579else
5580 # Use this function as a fallback that always works.
5581 func_fallback_echo ()
5582 {
5583 eval 'cat <<_LTECHO_EOF
5584$1
5585_LTECHO_EOF'
5586 }
5587 ECHO='func_fallback_echo'
5588fi
5589
5590# func_echo_all arg...
5591# Invoke $ECHO with all args, space-separated.
5592func_echo_all ()
5593{
5594 $ECHO ""
5595}
5596
5597case "$ECHO" in
5598 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5599$as_echo "printf" >&6; } ;;
5600 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5601$as_echo "print -r" >&6; } ;;
5602 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5603$as_echo "cat" >&6; } ;;
5604esac
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5620$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5621if test "${ac_cv_path_SED+set}" = set; then :
5622 $as_echo_n "(cached) " >&6
5623else
5624 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5625 for ac_i in 1 2 3 4 5 6 7; do
5626 ac_script="$ac_script$as_nl$ac_script"
5627 done
5628 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5629 { ac_script=; unset ac_script;}
5630 if test -z "$SED"; then
5631 ac_path_SED_found=false
5632 # Loop through the user's path and test for each of PROGNAME-LIST
5633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5634for as_dir in $PATH
5635do
5636 IFS=$as_save_IFS
5637 test -z "$as_dir" && as_dir=.
5638 for ac_prog in sed gsed; do
5639 for ac_exec_ext in '' $ac_executable_extensions; do
5640 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5641 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5642# Check for GNU ac_path_SED and select it if it is found.
5643 # Check for GNU $ac_path_SED
5644case `"$ac_path_SED" --version 2>&1` in
5645*GNU*)
5646 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5647*)
5648 ac_count=0
5649 $as_echo_n 0123456789 >"conftest.in"
5650 while :
5651 do
5652 cat "conftest.in" "conftest.in" >"conftest.tmp"
5653 mv "conftest.tmp" "conftest.in"
5654 cp "conftest.in" "conftest.nl"
5655 $as_echo '' >> "conftest.nl"
5656 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5657 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5658 as_fn_arith $ac_count + 1 && ac_count=$as_val
5659 if test $ac_count -gt ${ac_path_SED_max-0}; then
5660 # Best one so far, save it but keep looking for a better one
5661 ac_cv_path_SED="$ac_path_SED"
5662 ac_path_SED_max=$ac_count
5663 fi
5664 # 10*(2^10) chars as input seems more than enough
5665 test $ac_count -gt 10 && break
5666 done
5667 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5668esac
5669
5670 $ac_path_SED_found && break 3
5671 done
5672 done
5673 done
5674IFS=$as_save_IFS
5675 if test -z "$ac_cv_path_SED"; then
5676 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5677 fi
5678else
5679 ac_cv_path_SED=$SED
5680fi
5681
5682fi
5683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5684$as_echo "$ac_cv_path_SED" >&6; }
5685 SED="$ac_cv_path_SED"
5686 rm -f conftest.sed
5687
5688test -z "$SED" && SED=sed
5689Xsed="$SED -e 1s/^X//"
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5702$as_echo_n "checking for fgrep... " >&6; }
5703if test "${ac_cv_path_FGREP+set}" = set; then :
5704 $as_echo_n "(cached) " >&6
5705else
5706 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5707 then ac_cv_path_FGREP="$GREP -F"
5708 else
5709 if test -z "$FGREP"; then
5710 ac_path_FGREP_found=false
5711 # Loop through the user's path and test for each of PROGNAME-LIST
5712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5713for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5714do
5715 IFS=$as_save_IFS
5716 test -z "$as_dir" && as_dir=.
5717 for ac_prog in fgrep; do
5718 for ac_exec_ext in '' $ac_executable_extensions; do
5719 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5720 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5721# Check for GNU ac_path_FGREP and select it if it is found.
5722 # Check for GNU $ac_path_FGREP
5723case `"$ac_path_FGREP" --version 2>&1` in
5724*GNU*)
5725 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5726*)
5727 ac_count=0
5728 $as_echo_n 0123456789 >"conftest.in"
5729 while :
5730 do
5731 cat "conftest.in" "conftest.in" >"conftest.tmp"
5732 mv "conftest.tmp" "conftest.in"
5733 cp "conftest.in" "conftest.nl"
5734 $as_echo 'FGREP' >> "conftest.nl"
5735 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5736 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5737 as_fn_arith $ac_count + 1 && ac_count=$as_val
5738 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5739 # Best one so far, save it but keep looking for a better one
5740 ac_cv_path_FGREP="$ac_path_FGREP"
5741 ac_path_FGREP_max=$ac_count
5742 fi
5743 # 10*(2^10) chars as input seems more than enough
5744 test $ac_count -gt 10 && break
5745 done
5746 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5747esac
5748
5749 $ac_path_FGREP_found && break 3
5750 done
5751 done
5752 done
5753IFS=$as_save_IFS
5754 if test -z "$ac_cv_path_FGREP"; then
5755 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5756 fi
5757else
5758 ac_cv_path_FGREP=$FGREP
5759fi
5760
5761 fi
5762fi
5763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5764$as_echo "$ac_cv_path_FGREP" >&6; }
5765 FGREP="$ac_cv_path_FGREP"
5766
5767
5768test -z "$GREP" && GREP=grep
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788# Check whether --with-gnu-ld was given.
5789if test "${with_gnu_ld+set}" = set; then :
5790 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5791else
5792 with_gnu_ld=no
5793fi
5794
5795ac_prog=ld
5796if test "$GCC" = yes; then
5797 # Check if gcc -print-prog-name=ld gives a path.
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5799$as_echo_n "checking for ld used by $CC... " >&6; }
5800 case $host in
5801 *-*-mingw*)
5802 # gcc leaves a trailing carriage return which upsets mingw
5803 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5804 *)
5805 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5806 esac
5807 case $ac_prog in
5808 # Accept absolute paths.
5809 [\\/]* | ?:[\\/]*)
5810 re_direlt='/[^/][^/]*/\.\./'
5811 # Canonicalize the pathname of ld
5812 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5813 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5814 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5815 done
5816 test -z "$LD" && LD="$ac_prog"
5817 ;;
5818 "")
5819 # If it fails, then pretend we aren't using GCC.
5820 ac_prog=ld
5821 ;;
5822 *)
5823 # If it is relative, then search for the first ld in PATH.
5824 with_gnu_ld=unknown
5825 ;;
5826 esac
5827elif test "$with_gnu_ld" = yes; then
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5829$as_echo_n "checking for GNU ld... " >&6; }
5830else
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5832$as_echo_n "checking for non-GNU ld... " >&6; }
5833fi
5834if test "${lt_cv_path_LD+set}" = set; then :
5835 $as_echo_n "(cached) " >&6
5836else
5837 if test -z "$LD"; then
5838 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5839 for ac_dir in $PATH; do
5840 IFS="$lt_save_ifs"
5841 test -z "$ac_dir" && ac_dir=.
5842 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5843 lt_cv_path_LD="$ac_dir/$ac_prog"
5844 # Check to see if the program is GNU ld. I'd rather use --version,
5845 # but apparently some variants of GNU ld only accept -v.
5846 # Break only if it was the GNU/non-GNU ld that we prefer.
5847 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5848 *GNU* | *'with BFD'*)
5849 test "$with_gnu_ld" != no && break
5850 ;;
5851 *)
5852 test "$with_gnu_ld" != yes && break
5853 ;;
5854 esac
5855 fi
5856 done
5857 IFS="$lt_save_ifs"
5858else
5859 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5860fi
5861fi
5862
5863LD="$lt_cv_path_LD"
5864if test -n "$LD"; then
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5866$as_echo "$LD" >&6; }
5867else
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5869$as_echo "no" >&6; }
5870fi
5871test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5873$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5874if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5875 $as_echo_n "(cached) " >&6
5876else
5877 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5878case `$LD -v 2>&1 </dev/null` in
5879*GNU* | *'with BFD'*)
5880 lt_cv_prog_gnu_ld=yes
5881 ;;
5882*)
5883 lt_cv_prog_gnu_ld=no
5884 ;;
5885esac
5886fi
5887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5888$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5889with_gnu_ld=$lt_cv_prog_gnu_ld
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5900$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5901if test "${lt_cv_path_NM+set}" = set; then :
5902 $as_echo_n "(cached) " >&6
5903else
5904 if test -n "$NM"; then
5905 # Let the user override the test.
5906 lt_cv_path_NM="$NM"
5907else
5908 lt_nm_to_check="${ac_tool_prefix}nm"
5909 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5910 lt_nm_to_check="$lt_nm_to_check nm"
5911 fi
5912 for lt_tmp_nm in $lt_nm_to_check; do
5913 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5914 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5915 IFS="$lt_save_ifs"
5916 test -z "$ac_dir" && ac_dir=.
5917 tmp_nm="$ac_dir/$lt_tmp_nm"
5918 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5919 # Check to see if the nm accepts a BSD-compat flag.
5920 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5921 # nm: unknown option "B" ignored
5922 # Tru64's nm complains that /dev/null is an invalid object file
5923 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5924 */dev/null* | *'Invalid file or object type'*)
5925 lt_cv_path_NM="$tmp_nm -B"
5926 break
5927 ;;
5928 *)
5929 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5930 */dev/null*)
5931 lt_cv_path_NM="$tmp_nm -p"
5932 break
5933 ;;
5934 *)
5935 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5936 continue # so that we can try to find one that supports BSD flags
5937 ;;
5938 esac
5939 ;;
5940 esac
5941 fi
5942 done
5943 IFS="$lt_save_ifs"
5944 done
5945 : ${lt_cv_path_NM=no}
5946fi
5947fi
5948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5949$as_echo "$lt_cv_path_NM" >&6; }
5950if test "$lt_cv_path_NM" != "no"; then
5951 NM="$lt_cv_path_NM"
5952else
5953 # Didn't find any BSD compatible name lister, look for dumpbin.
5954 if test -n "$DUMPBIN"; then :
5955 # Let the user override the test.
5956 else
5957 if test -n "$ac_tool_prefix"; then
5958 for ac_prog in dumpbin "link -dump"
5959 do
5960 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5961set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5963$as_echo_n "checking for $ac_word... " >&6; }
5964if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5965 $as_echo_n "(cached) " >&6
5966else
5967 if test -n "$DUMPBIN"; then
5968 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5969else
5970as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5971for as_dir in $PATH
5972do
5973 IFS=$as_save_IFS
5974 test -z "$as_dir" && as_dir=.
5975 for ac_exec_ext in '' $ac_executable_extensions; do
5976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5977 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5979 break 2
5980 fi
5981done
5982 done
5983IFS=$as_save_IFS
5984
5985fi
5986fi
5987DUMPBIN=$ac_cv_prog_DUMPBIN
5988if test -n "$DUMPBIN"; then
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5990$as_echo "$DUMPBIN" >&6; }
5991else
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5993$as_echo "no" >&6; }
5994fi
5995
5996
5997 test -n "$DUMPBIN" && break
5998 done
5999fi
6000if test -z "$DUMPBIN"; then
6001 ac_ct_DUMPBIN=$DUMPBIN
6002 for ac_prog in dumpbin "link -dump"
6003do
6004 # Extract the first word of "$ac_prog", so it can be a program name with args.
6005set dummy $ac_prog; ac_word=$2
6006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6007$as_echo_n "checking for $ac_word... " >&6; }
6008if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6009 $as_echo_n "(cached) " >&6
6010else
6011 if test -n "$ac_ct_DUMPBIN"; then
6012 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6013else
6014as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015for as_dir in $PATH
6016do
6017 IFS=$as_save_IFS
6018 test -z "$as_dir" && as_dir=.
6019 for ac_exec_ext in '' $ac_executable_extensions; do
6020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6021 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 break 2
6024 fi
6025done
6026 done
6027IFS=$as_save_IFS
6028
6029fi
6030fi
6031ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6032if test -n "$ac_ct_DUMPBIN"; then
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6034$as_echo "$ac_ct_DUMPBIN" >&6; }
6035else
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6037$as_echo "no" >&6; }
6038fi
6039
6040
6041 test -n "$ac_ct_DUMPBIN" && break
6042done
6043
6044 if test "x$ac_ct_DUMPBIN" = x; then
6045 DUMPBIN=":"
6046 else
6047 case $cross_compiling:$ac_tool_warned in
6048yes:)
6049{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6050$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6051ac_tool_warned=yes ;;
6052esac
6053 DUMPBIN=$ac_ct_DUMPBIN
6054 fi
6055fi
6056
6057 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6058 *COFF*)
6059 DUMPBIN="$DUMPBIN -symbols"
6060 ;;
6061 *)
6062 DUMPBIN=:
6063 ;;
6064 esac
6065 fi
6066
6067 if test "$DUMPBIN" != ":"; then
6068 NM="$DUMPBIN"
6069 fi
6070fi
6071test -z "$NM" && NM=nm
6072
6073
6074
6075
6076
6077
6078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6079$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6080if test "${lt_cv_nm_interface+set}" = set; then :
6081 $as_echo_n "(cached) " >&6
6082else
6083 lt_cv_nm_interface="BSD nm"
6084 echo "int some_variable = 0;" > conftest.$ac_ext
6085 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6086 (eval "$ac_compile" 2>conftest.err)
6087 cat conftest.err >&5
6088 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6089 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6090 cat conftest.err >&5
6091 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6092 cat conftest.out >&5
6093 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6094 lt_cv_nm_interface="MS dumpbin"
6095 fi
6096 rm -f conftest*
6097fi
6098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6099$as_echo "$lt_cv_nm_interface" >&6; }
6100
6101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6102$as_echo_n "checking whether ln -s works... " >&6; }
6103LN_S=$as_ln_s
6104if test "$LN_S" = "ln -s"; then
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6106$as_echo "yes" >&6; }
6107else
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6109$as_echo "no, using $LN_S" >&6; }
6110fi
6111
6112# find the maximum length of command line arguments
6113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6114$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6115if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6116 $as_echo_n "(cached) " >&6
6117else
6118 i=0
6119 teststring="ABCD"
6120
6121 case $build_os in
6122 msdosdjgpp*)
6123 # On DJGPP, this test can blow up pretty badly due to problems in libc
6124 # (any single argument exceeding 2000 bytes causes a buffer overrun
6125 # during glob expansion). Even if it were fixed, the result of this
6126 # check would be larger than it should be.
6127 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6128 ;;
6129
6130 gnu*)
6131 # Under GNU Hurd, this test is not required because there is
6132 # no limit to the length of command line arguments.
6133 # Libtool will interpret -1 as no limit whatsoever
6134 lt_cv_sys_max_cmd_len=-1;
6135 ;;
6136
6137 cygwin* | mingw* | cegcc*)
6138 # On Win9x/ME, this test blows up -- it succeeds, but takes
6139 # about 5 minutes as the teststring grows exponentially.
6140 # Worse, since 9x/ME are not pre-emptively multitasking,
6141 # you end up with a "frozen" computer, even though with patience
6142 # the test eventually succeeds (with a max line length of 256k).
6143 # Instead, let's just punt: use the minimum linelength reported by
6144 # all of the supported platforms: 8192 (on NT/2K/XP).
6145 lt_cv_sys_max_cmd_len=8192;
6146 ;;
6147
6148 mint*)
6149 # On MiNT this can take a long time and run out of memory.
6150 lt_cv_sys_max_cmd_len=8192;
6151 ;;
6152
6153 amigaos*)
6154 # On AmigaOS with pdksh, this test takes hours, literally.
6155 # So we just punt and use a minimum line length of 8192.
6156 lt_cv_sys_max_cmd_len=8192;
6157 ;;
6158
6159 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6160 # This has been around since 386BSD, at least. Likely further.
6161 if test -x /sbin/sysctl; then
6162 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6163 elif test -x /usr/sbin/sysctl; then
6164 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6165 else
6166 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6167 fi
6168 # And add a safety zone
6169 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6170 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6171 ;;
6172
6173 interix*)
6174 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6175 lt_cv_sys_max_cmd_len=196608
6176 ;;
6177
6178 osf*)
6179 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6180 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6181 # nice to cause kernel panics so lets avoid the loop below.
6182 # First set a reasonable default.
6183 lt_cv_sys_max_cmd_len=16384
6184 #
6185 if test -x /sbin/sysconfig; then
6186 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6187 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6188 esac
6189 fi
6190 ;;
6191 sco3.2v5*)
6192 lt_cv_sys_max_cmd_len=102400
6193 ;;
6194 sysv5* | sco5v6* | sysv4.2uw2*)
6195 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6196 if test -n "$kargmax"; then
6197 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6198 else
6199 lt_cv_sys_max_cmd_len=32768
6200 fi
6201 ;;
6202 *)
6203 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6204 if test -n "$lt_cv_sys_max_cmd_len"; then
6205 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6206 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6207 else
6208 # Make teststring a little bigger before we do anything with it.
6209 # a 1K string should be a reasonable start.
6210 for i in 1 2 3 4 5 6 7 8 ; do
6211 teststring=$teststring$teststring
6212 done
6213 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6214 # If test is not a shell built-in, we'll probably end up computing a
6215 # maximum length that is only half of the actual maximum length, but
6216 # we can't tell.
6217 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6218 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6219 test $i != 17 # 1/2 MB should be enough
6220 do
6221 i=`expr $i + 1`
6222 teststring=$teststring$teststring
6223 done
6224 # Only check the string length outside the loop.
6225 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6226 teststring=
6227 # Add a significant safety factor because C++ compilers can tack on
6228 # massive amounts of additional arguments before passing them to the
6229 # linker. It appears as though 1/2 is a usable value.
6230 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6231 fi
6232 ;;
6233 esac
6234
6235fi
6236
6237if test -n $lt_cv_sys_max_cmd_len ; then
6238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6239$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6240else
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6242$as_echo "none" >&6; }
6243fi
6244max_cmd_len=$lt_cv_sys_max_cmd_len
6245
6246
6247
6248
6249
6250
6251: ${CP="cp -f"}
6252: ${MV="mv -f"}
6253: ${RM="rm -f"}
6254
6255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6256$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6257# Try some XSI features
6258xsi_shell=no
6259( _lt_dummy="a/b/c"
6260 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6261 = c,a/b,, \
6262 && eval 'test $(( 1 + 1 )) -eq 2 \
6263 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6264 && xsi_shell=yes
6265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6266$as_echo "$xsi_shell" >&6; }
6267
6268
6269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6270$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6271lt_shell_append=no
6272( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6273 >/dev/null 2>&1 \
6274 && lt_shell_append=yes
6275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6276$as_echo "$lt_shell_append" >&6; }
6277
6278
6279if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6280 lt_unset=unset
6281else
6282 lt_unset=false
6283fi
6284
6285
6286
6287
6288
6289# test EBCDIC or ASCII
6290case `echo X|tr X '\101'` in
6291 A) # ASCII based system
6292 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6293 lt_SP2NL='tr \040 \012'
6294 lt_NL2SP='tr \015\012 \040\040'
6295 ;;
6296 *) # EBCDIC based system
6297 lt_SP2NL='tr \100 \n'
6298 lt_NL2SP='tr \r\n \100\100'
6299 ;;
6300esac
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6311$as_echo_n "checking for $LD option to reload object files... " >&6; }
6312if test "${lt_cv_ld_reload_flag+set}" = set; then :
6313 $as_echo_n "(cached) " >&6
6314else
6315 lt_cv_ld_reload_flag='-r'
6316fi
6317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6318$as_echo "$lt_cv_ld_reload_flag" >&6; }
6319reload_flag=$lt_cv_ld_reload_flag
6320case $reload_flag in
6321"" | " "*) ;;
6322*) reload_flag=" $reload_flag" ;;
6323esac
6324reload_cmds='$LD$reload_flag -o $output$reload_objs'
6325case $host_os in
6326 darwin*)
6327 if test "$GCC" = yes; then
6328 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6329 else
6330 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6331 fi
6332 ;;
6333esac
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343if test -n "$ac_tool_prefix"; then
6344 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6345set dummy ${ac_tool_prefix}objdump; ac_word=$2
6346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6347$as_echo_n "checking for $ac_word... " >&6; }
6348if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6349 $as_echo_n "(cached) " >&6
6350else
6351 if test -n "$OBJDUMP"; then
6352 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6353else
6354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355for as_dir in $PATH
6356do
6357 IFS=$as_save_IFS
6358 test -z "$as_dir" && as_dir=.
6359 for ac_exec_ext in '' $ac_executable_extensions; do
6360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6361 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6363 break 2
6364 fi
6365done
6366 done
6367IFS=$as_save_IFS
6368
6369fi
6370fi
6371OBJDUMP=$ac_cv_prog_OBJDUMP
6372if test -n "$OBJDUMP"; then
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6374$as_echo "$OBJDUMP" >&6; }
6375else
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6377$as_echo "no" >&6; }
6378fi
6379
6380
6381fi
6382if test -z "$ac_cv_prog_OBJDUMP"; then
6383 ac_ct_OBJDUMP=$OBJDUMP
6384 # Extract the first word of "objdump", so it can be a program name with args.
6385set dummy objdump; ac_word=$2
6386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6387$as_echo_n "checking for $ac_word... " >&6; }
6388if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6389 $as_echo_n "(cached) " >&6
6390else
6391 if test -n "$ac_ct_OBJDUMP"; then
6392 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6393else
6394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6395for as_dir in $PATH
6396do
6397 IFS=$as_save_IFS
6398 test -z "$as_dir" && as_dir=.
6399 for ac_exec_ext in '' $ac_executable_extensions; do
6400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6401 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6403 break 2
6404 fi
6405done
6406 done
6407IFS=$as_save_IFS
6408
6409fi
6410fi
6411ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6412if test -n "$ac_ct_OBJDUMP"; then
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6414$as_echo "$ac_ct_OBJDUMP" >&6; }
6415else
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6417$as_echo "no" >&6; }
6418fi
6419
6420 if test "x$ac_ct_OBJDUMP" = x; then
6421 OBJDUMP="false"
6422 else
6423 case $cross_compiling:$ac_tool_warned in
6424yes:)
6425{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6426$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6427ac_tool_warned=yes ;;
6428esac
6429 OBJDUMP=$ac_ct_OBJDUMP
6430 fi
6431else
6432 OBJDUMP="$ac_cv_prog_OBJDUMP"
6433fi
6434
6435test -z "$OBJDUMP" && OBJDUMP=objdump
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6446$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6447if test "${lt_cv_deplibs_check_method+set}" = set; then :
6448 $as_echo_n "(cached) " >&6
6449else
6450 lt_cv_file_magic_cmd='$MAGIC_CMD'
6451lt_cv_file_magic_test_file=
6452lt_cv_deplibs_check_method='unknown'
6453# Need to set the preceding variable on all platforms that support
6454# interlibrary dependencies.
6455# 'none' -- dependencies not supported.
6456# `unknown' -- same as none, but documents that we really don't know.
6457# 'pass_all' -- all dependencies passed with no checks.
6458# 'test_compile' -- check by making test program.
6459# 'file_magic [[regex]]' -- check by looking for files in library path
6460# which responds to the $file_magic_cmd with a given extended regex.
6461# If you have `file' or equivalent on your system and you're not sure
6462# whether `pass_all' will *always* work, you probably want this one.
6463
6464case $host_os in
6465aix[4-9]*)
6466 lt_cv_deplibs_check_method=pass_all
6467 ;;
6468
6469beos*)
6470 lt_cv_deplibs_check_method=pass_all
6471 ;;
6472
6473bsdi[45]*)
6474 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6475 lt_cv_file_magic_cmd='/usr/bin/file -L'
6476 lt_cv_file_magic_test_file=/shlib/libc.so
6477 ;;
6478
6479cygwin*)
6480 # func_win32_libid is a shell function defined in ltmain.sh
6481 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6482 lt_cv_file_magic_cmd='func_win32_libid'
6483 ;;
6484
6485mingw* | pw32*)
6486 # Base MSYS/MinGW do not provide the 'file' command needed by
6487 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6488 # unless we find 'file', for example because we are cross-compiling.
6489 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6490 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6491 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6492 lt_cv_file_magic_cmd='func_win32_libid'
6493 else
6494 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6495 lt_cv_file_magic_cmd='$OBJDUMP -f'
6496 fi
6497 ;;
6498
6499cegcc*)
6500 # use the weaker test based on 'objdump'. See mingw*.
6501 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6502 lt_cv_file_magic_cmd='$OBJDUMP -f'
6503 ;;
6504
6505darwin* | rhapsody*)
6506 lt_cv_deplibs_check_method=pass_all
6507 ;;
6508
6509freebsd* | dragonfly*)
6510 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6511 case $host_cpu in
6512 i*86 )
6513 # Not sure whether the presence of OpenBSD here was a mistake.
6514 # Let's accept both of them until this is cleared up.
6515 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6516 lt_cv_file_magic_cmd=/usr/bin/file
6517 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6518 ;;
6519 esac
6520 else
6521 lt_cv_deplibs_check_method=pass_all
6522 fi
6523 ;;
6524
6525gnu*)
6526 lt_cv_deplibs_check_method=pass_all
6527 ;;
6528
6529haiku*)
6530 lt_cv_deplibs_check_method=pass_all
6531 ;;
6532
6533hpux10.20* | hpux11*)
6534 lt_cv_file_magic_cmd=/usr/bin/file
6535 case $host_cpu in
6536 ia64*)
6537 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6538 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6539 ;;
6540 hppa*64*)
6541 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]'
6542 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6543 ;;
6544 *)
6545 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6546 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6547 ;;
6548 esac
6549 ;;
6550
6551interix[3-9]*)
6552 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6553 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6554 ;;
6555
6556irix5* | irix6* | nonstopux*)
6557 case $LD in
6558 *-32|*"-32 ") libmagic=32-bit;;
6559 *-n32|*"-n32 ") libmagic=N32;;
6560 *-64|*"-64 ") libmagic=64-bit;;
6561 *) libmagic=never-match;;
6562 esac
6563 lt_cv_deplibs_check_method=pass_all
6564 ;;
6565
6566# This must be Linux ELF.
6567linux* | k*bsd*-gnu | kopensolaris*-gnu)
6568 lt_cv_deplibs_check_method=pass_all
6569 ;;
6570
6571netbsd*)
6572 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6573 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6574 else
6575 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6576 fi
6577 ;;
6578
6579newos6*)
6580 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6581 lt_cv_file_magic_cmd=/usr/bin/file
6582 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6583 ;;
6584
6585*nto* | *qnx*)
6586 lt_cv_deplibs_check_method=pass_all
6587 ;;
6588
6589openbsd*)
6590 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6591 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6592 else
6593 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6594 fi
6595 ;;
6596
6597osf3* | osf4* | osf5*)
6598 lt_cv_deplibs_check_method=pass_all
6599 ;;
6600
6601rdos*)
6602 lt_cv_deplibs_check_method=pass_all
6603 ;;
6604
6605solaris*)
6606 lt_cv_deplibs_check_method=pass_all
6607 ;;
6608
6609sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6610 lt_cv_deplibs_check_method=pass_all
6611 ;;
6612
6613sysv4 | sysv4.3*)
6614 case $host_vendor in
6615 motorola)
6616 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]'
6617 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6618 ;;
6619 ncr)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622 sequent)
6623 lt_cv_file_magic_cmd='/bin/file'
6624 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6625 ;;
6626 sni)
6627 lt_cv_file_magic_cmd='/bin/file'
6628 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6629 lt_cv_file_magic_test_file=/lib/libc.so
6630 ;;
6631 siemens)
6632 lt_cv_deplibs_check_method=pass_all
6633 ;;
6634 pc)
6635 lt_cv_deplibs_check_method=pass_all
6636 ;;
6637 esac
6638 ;;
6639
6640tpf*)
6641 lt_cv_deplibs_check_method=pass_all
6642 ;;
6643esac
6644
6645fi
6646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6647$as_echo "$lt_cv_deplibs_check_method" >&6; }
6648file_magic_cmd=$lt_cv_file_magic_cmd
6649deplibs_check_method=$lt_cv_deplibs_check_method
6650test -z "$deplibs_check_method" && deplibs_check_method=unknown
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663if test -n "$ac_tool_prefix"; then
6664 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6665set dummy ${ac_tool_prefix}ar; ac_word=$2
6666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6667$as_echo_n "checking for $ac_word... " >&6; }
6668if test "${ac_cv_prog_AR+set}" = set; then :
6669 $as_echo_n "(cached) " >&6
6670else
6671 if test -n "$AR"; then
6672 ac_cv_prog_AR="$AR" # Let the user override the test.
6673else
6674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6675for as_dir in $PATH
6676do
6677 IFS=$as_save_IFS
6678 test -z "$as_dir" && as_dir=.
6679 for ac_exec_ext in '' $ac_executable_extensions; do
6680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6681 ac_cv_prog_AR="${ac_tool_prefix}ar"
6682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6683 break 2
6684 fi
6685done
6686 done
6687IFS=$as_save_IFS
6688
6689fi
6690fi
6691AR=$ac_cv_prog_AR
6692if test -n "$AR"; then
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6694$as_echo "$AR" >&6; }
6695else
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6697$as_echo "no" >&6; }
6698fi
6699
6700
6701fi
6702if test -z "$ac_cv_prog_AR"; then
6703 ac_ct_AR=$AR
6704 # Extract the first word of "ar", so it can be a program name with args.
6705set dummy ar; ac_word=$2
6706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6707$as_echo_n "checking for $ac_word... " >&6; }
6708if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6709 $as_echo_n "(cached) " >&6
6710else
6711 if test -n "$ac_ct_AR"; then
6712 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6713else
6714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6715for as_dir in $PATH
6716do
6717 IFS=$as_save_IFS
6718 test -z "$as_dir" && as_dir=.
6719 for ac_exec_ext in '' $ac_executable_extensions; do
6720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6721 ac_cv_prog_ac_ct_AR="ar"
6722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6723 break 2
6724 fi
6725done
6726 done
6727IFS=$as_save_IFS
6728
6729fi
6730fi
6731ac_ct_AR=$ac_cv_prog_ac_ct_AR
6732if test -n "$ac_ct_AR"; then
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6734$as_echo "$ac_ct_AR" >&6; }
6735else
6736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6737$as_echo "no" >&6; }
6738fi
6739
6740 if test "x$ac_ct_AR" = x; then
6741 AR="false"
6742 else
6743 case $cross_compiling:$ac_tool_warned in
6744yes:)
6745{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6746$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6747ac_tool_warned=yes ;;
6748esac
6749 AR=$ac_ct_AR
6750 fi
6751else
6752 AR="$ac_cv_prog_AR"
6753fi
6754
6755test -z "$AR" && AR=ar
6756test -z "$AR_FLAGS" && AR_FLAGS=cru
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768if test -n "$ac_tool_prefix"; then
6769 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6770set dummy ${ac_tool_prefix}strip; ac_word=$2
6771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6772$as_echo_n "checking for $ac_word... " >&6; }
6773if test "${ac_cv_prog_STRIP+set}" = set; then :
6774 $as_echo_n "(cached) " >&6
6775else
6776 if test -n "$STRIP"; then
6777 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6778else
6779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6780for as_dir in $PATH
6781do
6782 IFS=$as_save_IFS
6783 test -z "$as_dir" && as_dir=.
6784 for ac_exec_ext in '' $ac_executable_extensions; do
6785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6786 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6788 break 2
6789 fi
6790done
6791 done
6792IFS=$as_save_IFS
6793
6794fi
6795fi
6796STRIP=$ac_cv_prog_STRIP
6797if test -n "$STRIP"; then
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6799$as_echo "$STRIP" >&6; }
6800else
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6802$as_echo "no" >&6; }
6803fi
6804
6805
6806fi
6807if test -z "$ac_cv_prog_STRIP"; then
6808 ac_ct_STRIP=$STRIP
6809 # Extract the first word of "strip", so it can be a program name with args.
6810set dummy strip; ac_word=$2
6811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6812$as_echo_n "checking for $ac_word... " >&6; }
6813if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6814 $as_echo_n "(cached) " >&6
6815else
6816 if test -n "$ac_ct_STRIP"; then
6817 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6818else
6819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6820for as_dir in $PATH
6821do
6822 IFS=$as_save_IFS
6823 test -z "$as_dir" && as_dir=.
6824 for ac_exec_ext in '' $ac_executable_extensions; do
6825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6826 ac_cv_prog_ac_ct_STRIP="strip"
6827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6828 break 2
6829 fi
6830done
6831 done
6832IFS=$as_save_IFS
6833
6834fi
6835fi
6836ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6837if test -n "$ac_ct_STRIP"; then
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6839$as_echo "$ac_ct_STRIP" >&6; }
6840else
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6842$as_echo "no" >&6; }
6843fi
6844
6845 if test "x$ac_ct_STRIP" = x; then
6846 STRIP=":"
6847 else
6848 case $cross_compiling:$ac_tool_warned in
6849yes:)
6850{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6851$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6852ac_tool_warned=yes ;;
6853esac
6854 STRIP=$ac_ct_STRIP
6855 fi
6856else
6857 STRIP="$ac_cv_prog_STRIP"
6858fi
6859
6860test -z "$STRIP" && STRIP=:
6861
6862
6863
6864
6865
6866
6867if test -n "$ac_tool_prefix"; then
6868 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6869set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6871$as_echo_n "checking for $ac_word... " >&6; }
6872if test "${ac_cv_prog_RANLIB+set}" = set; then :
6873 $as_echo_n "(cached) " >&6
6874else
6875 if test -n "$RANLIB"; then
6876 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6877else
6878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6879for as_dir in $PATH
6880do
6881 IFS=$as_save_IFS
6882 test -z "$as_dir" && as_dir=.
6883 for ac_exec_ext in '' $ac_executable_extensions; do
6884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6885 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6887 break 2
6888 fi
6889done
6890 done
6891IFS=$as_save_IFS
6892
6893fi
6894fi
6895RANLIB=$ac_cv_prog_RANLIB
6896if test -n "$RANLIB"; then
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6898$as_echo "$RANLIB" >&6; }
6899else
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6901$as_echo "no" >&6; }
6902fi
6903
6904
6905fi
6906if test -z "$ac_cv_prog_RANLIB"; then
6907 ac_ct_RANLIB=$RANLIB
6908 # Extract the first word of "ranlib", so it can be a program name with args.
6909set dummy ranlib; ac_word=$2
6910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6911$as_echo_n "checking for $ac_word... " >&6; }
6912if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6913 $as_echo_n "(cached) " >&6
6914else
6915 if test -n "$ac_ct_RANLIB"; then
6916 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6917else
6918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6919for as_dir in $PATH
6920do
6921 IFS=$as_save_IFS
6922 test -z "$as_dir" && as_dir=.
6923 for ac_exec_ext in '' $ac_executable_extensions; do
6924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6925 ac_cv_prog_ac_ct_RANLIB="ranlib"
6926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6927 break 2
6928 fi
6929done
6930 done
6931IFS=$as_save_IFS
6932
6933fi
6934fi
6935ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6936if test -n "$ac_ct_RANLIB"; then
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6938$as_echo "$ac_ct_RANLIB" >&6; }
6939else
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6941$as_echo "no" >&6; }
6942fi
6943
6944 if test "x$ac_ct_RANLIB" = x; then
6945 RANLIB=":"
6946 else
6947 case $cross_compiling:$ac_tool_warned in
6948yes:)
6949{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6950$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6951ac_tool_warned=yes ;;
6952esac
6953 RANLIB=$ac_ct_RANLIB
6954 fi
6955else
6956 RANLIB="$ac_cv_prog_RANLIB"
6957fi
6958
6959test -z "$RANLIB" && RANLIB=:
6960
6961
6962
6963
6964
6965
6966# Determine commands to create old-style static archives.
6967old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6968old_postinstall_cmds='chmod 644 $oldlib'
6969old_postuninstall_cmds=
6970
6971if test -n "$RANLIB"; then
6972 case $host_os in
6973 openbsd*)
6974 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6975 ;;
6976 *)
6977 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6978 ;;
6979 esac
6980 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6981fi
6982
6983case $host_os in
6984 darwin*)
6985 lock_old_archive_extraction=yes ;;
6986 *)
6987 lock_old_archive_extraction=no ;;
6988esac
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010for ac_prog in gawk mawk nawk awk
7011do
7012 # Extract the first word of "$ac_prog", so it can be a program name with args.
7013set dummy $ac_prog; ac_word=$2
7014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7015$as_echo_n "checking for $ac_word... " >&6; }
7016if test "${ac_cv_prog_AWK+set}" = set; then :
7017 $as_echo_n "(cached) " >&6
7018else
7019 if test -n "$AWK"; then
7020 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7021else
7022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7023for as_dir in $PATH
7024do
7025 IFS=$as_save_IFS
7026 test -z "$as_dir" && as_dir=.
7027 for ac_exec_ext in '' $ac_executable_extensions; do
7028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7029 ac_cv_prog_AWK="$ac_prog"
7030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7031 break 2
7032 fi
7033done
7034 done
7035IFS=$as_save_IFS
7036
7037fi
7038fi
7039AWK=$ac_cv_prog_AWK
7040if test -n "$AWK"; then
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7042$as_echo "$AWK" >&6; }
7043else
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7045$as_echo "no" >&6; }
7046fi
7047
7048
7049 test -n "$AWK" && break
7050done
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070# If no C compiler was specified, use CC.
7071LTCC=${LTCC-"$CC"}
7072
7073# If no C compiler flags were specified, use CFLAGS.
7074LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7075
7076# Allow CC to be a program name with arguments.
7077compiler=$CC
7078
7079
7080# Check for command to grab the raw symbol name followed by C symbol from nm.
7081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7082$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7083if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7084 $as_echo_n "(cached) " >&6
7085else
7086
7087# These are sane defaults that work on at least a few old systems.
7088# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7089
7090# Character class describing NM global symbol codes.
7091symcode='[BCDEGRST]'
7092
7093# Regexp to match symbols that can be accessed directly from C.
7094sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7095
7096# Define system-specific variables.
7097case $host_os in
7098aix*)
7099 symcode='[BCDT]'
7100 ;;
7101cygwin* | mingw* | pw32* | cegcc*)
7102 symcode='[ABCDGISTW]'
7103 ;;
7104hpux*)
7105 if test "$host_cpu" = ia64; then
7106 symcode='[ABCDEGRST]'
7107 fi
7108 ;;
7109irix* | nonstopux*)
7110 symcode='[BCDEGRST]'
7111 ;;
7112osf*)
7113 symcode='[BCDEGQRST]'
7114 ;;
7115solaris*)
7116 symcode='[BDRT]'
7117 ;;
7118sco3.2v5*)
7119 symcode='[DT]'
7120 ;;
7121sysv4.2uw2*)
7122 symcode='[DT]'
7123 ;;
7124sysv5* | sco5v6* | unixware* | OpenUNIX*)
7125 symcode='[ABDT]'
7126 ;;
7127sysv4)
7128 symcode='[DFNSTU]'
7129 ;;
7130esac
7131
7132# If we're using GNU nm, then use its standard symbol codes.
7133case `$NM -V 2>&1` in
7134*GNU* | *'with BFD'*)
7135 symcode='[ABCDGIRSTW]' ;;
7136esac
7137
7138# Transform an extracted symbol line into a proper C declaration.
7139# Some systems (esp. on ia64) link data and code symbols differently,
7140# so use this general approach.
7141lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7142
7143# Transform an extracted symbol line into symbol name and symbol address
7144lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7145lt_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'"
7146
7147# Handle CRLF in mingw tool chain
7148opt_cr=
7149case $build_os in
7150mingw*)
7151 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7152 ;;
7153esac
7154
7155# Try without a prefix underscore, then with it.
7156for ac_symprfx in "" "_"; do
7157
7158 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7159 symxfrm="\\1 $ac_symprfx\\2 \\2"
7160
7161 # Write the raw and C identifiers.
7162 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7163 # Fake it for dumpbin and say T for any non-static function
7164 # and D for any global variable.
7165 # Also find C++ and __fastcall symbols from MSVC++,
7166 # which start with @ or ?.
7167 lt_cv_sys_global_symbol_pipe="$AWK '"\
7168" {last_section=section; section=\$ 3};"\
7169" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7170" \$ 0!~/External *\|/{next};"\
7171" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7172" {if(hide[section]) next};"\
7173" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7174" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7175" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7176" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7177" ' prfx=^$ac_symprfx"
7178 else
7179 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7180 fi
7181
7182 # Check to see that the pipe works correctly.
7183 pipe_works=no
7184
7185 rm -f conftest*
7186 cat > conftest.$ac_ext <<_LT_EOF
7187#ifdef __cplusplus
7188extern "C" {
7189#endif
7190char nm_test_var;
7191void nm_test_func(void);
7192void nm_test_func(void){}
7193#ifdef __cplusplus
7194}
7195#endif
7196int main(){nm_test_var='a';nm_test_func();return(0);}
7197_LT_EOF
7198
7199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7200 (eval $ac_compile) 2>&5
7201 ac_status=$?
7202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7203 test $ac_status = 0; }; then
7204 # Now try to grab the symbols.
7205 nlist=conftest.nm
7206 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7207 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7208 ac_status=$?
7209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7210 test $ac_status = 0; } && test -s "$nlist"; then
7211 # Try sorting and uniquifying the output.
7212 if sort "$nlist" | uniq > "$nlist"T; then
7213 mv -f "$nlist"T "$nlist"
7214 else
7215 rm -f "$nlist"T
7216 fi
7217
7218 # Make sure that we snagged all the symbols we need.
7219 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7220 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7221 cat <<_LT_EOF > conftest.$ac_ext
7222#ifdef __cplusplus
7223extern "C" {
7224#endif
7225
7226_LT_EOF
7227 # Now generate the symbol file.
7228 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7229
7230 cat <<_LT_EOF >> conftest.$ac_ext
7231
7232/* The mapping between symbol names and symbols. */
7233const struct {
7234 const char *name;
7235 void *address;
7236}
7237lt__PROGRAM__LTX_preloaded_symbols[] =
7238{
7239 { "@PROGRAM@", (void *) 0 },
7240_LT_EOF
7241 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7242 cat <<\_LT_EOF >> conftest.$ac_ext
7243 {0, (void *) 0}
7244};
7245
7246/* This works around a problem in FreeBSD linker */
7247#ifdef FREEBSD_WORKAROUND
7248static const void *lt_preloaded_setup() {
7249 return lt__PROGRAM__LTX_preloaded_symbols;
7250}
7251#endif
7252
7253#ifdef __cplusplus
7254}
7255#endif
7256_LT_EOF
7257 # Now try linking the two files.
7258 mv conftest.$ac_objext conftstm.$ac_objext
7259 lt_save_LIBS="$LIBS"
7260 lt_save_CFLAGS="$CFLAGS"
7261 LIBS="conftstm.$ac_objext"
7262 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7263 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7264 (eval $ac_link) 2>&5
7265 ac_status=$?
7266 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7267 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7268 pipe_works=yes
7269 fi
7270 LIBS="$lt_save_LIBS"
7271 CFLAGS="$lt_save_CFLAGS"
7272 else
7273 echo "cannot find nm_test_func in $nlist" >&5
7274 fi
7275 else
7276 echo "cannot find nm_test_var in $nlist" >&5
7277 fi
7278 else
7279 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7280 fi
7281 else
7282 echo "$progname: failed program was:" >&5
7283 cat conftest.$ac_ext >&5
7284 fi
7285 rm -rf conftest* conftst*
7286
7287 # Do not use the global_symbol_pipe unless it works.
7288 if test "$pipe_works" = yes; then
7289 break
7290 else
7291 lt_cv_sys_global_symbol_pipe=
7292 fi
7293done
7294
7295fi
7296
7297if test -z "$lt_cv_sys_global_symbol_pipe"; then
7298 lt_cv_sys_global_symbol_to_cdecl=
7299fi
7300if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7302$as_echo "failed" >&6; }
7303else
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7305$as_echo "ok" >&6; }
7306fi
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329# Check whether --enable-libtool-lock was given.
7330if test "${enable_libtool_lock+set}" = set; then :
7331 enableval=$enable_libtool_lock;
7332fi
7333
7334test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7335
7336# Some flags need to be propagated to the compiler or linker for good
7337# libtool support.
7338case $host in
7339ia64-*-hpux*)
7340 # Find out which ABI we are using.
7341 echo 'int i;' > conftest.$ac_ext
7342 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7343 (eval $ac_compile) 2>&5
7344 ac_status=$?
7345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7346 test $ac_status = 0; }; then
7347 case `/usr/bin/file conftest.$ac_objext` in
7348 *ELF-32*)
7349 HPUX_IA64_MODE="32"
7350 ;;
7351 *ELF-64*)
7352 HPUX_IA64_MODE="64"
7353 ;;
7354 esac
7355 fi
7356 rm -rf conftest*
7357 ;;
7358*-*-irix6*)
7359 # Find out which ABI we are using.
7360 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7362 (eval $ac_compile) 2>&5
7363 ac_status=$?
7364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7365 test $ac_status = 0; }; then
7366 if test "$lt_cv_prog_gnu_ld" = yes; then
7367 case `/usr/bin/file conftest.$ac_objext` in
7368 *32-bit*)
7369 LD="${LD-ld} -melf32bsmip"
7370 ;;
7371 *N32*)
7372 LD="${LD-ld} -melf32bmipn32"
7373 ;;
7374 *64-bit*)
7375 LD="${LD-ld} -melf64bmip"
7376 ;;
7377 esac
7378 else
7379 case `/usr/bin/file conftest.$ac_objext` in
7380 *32-bit*)
7381 LD="${LD-ld} -32"
7382 ;;
7383 *N32*)
7384 LD="${LD-ld} -n32"
7385 ;;
7386 *64-bit*)
7387 LD="${LD-ld} -64"
7388 ;;
7389 esac
7390 fi
7391 fi
7392 rm -rf conftest*
7393 ;;
7394
7395x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7396s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7397 # Find out which ABI we are using.
7398 echo 'int i;' > conftest.$ac_ext
7399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7400 (eval $ac_compile) 2>&5
7401 ac_status=$?
7402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7403 test $ac_status = 0; }; then
7404 case `/usr/bin/file conftest.o` in
7405 *32-bit*)
7406 case $host in
7407 x86_64-*kfreebsd*-gnu)
7408 LD="${LD-ld} -m elf_i386_fbsd"
7409 ;;
7410 x86_64-*linux*)
7411 case `/usr/bin/file conftest.o` in
7412 *x86-64*)
7413 LD="${LD-ld} -m elf32_x86_64"
7414 ;;
7415 *)
7416 LD="${LD-ld} -m elf_i386"
7417 ;;
7418 esac
7419 ;;
7420 ppc64-*linux*|powerpc64-*linux*)
7421 LD="${LD-ld} -m elf32ppclinux"
7422 ;;
7423 s390x-*linux*)
7424 LD="${LD-ld} -m elf_s390"
7425 ;;
7426 sparc64-*linux*)
7427 LD="${LD-ld} -m elf32_sparc"
7428 ;;
7429 esac
7430 ;;
7431 *64-bit*)
7432 case $host in
7433 x86_64-*kfreebsd*-gnu)
7434 LD="${LD-ld} -m elf_x86_64_fbsd"
7435 ;;
7436 x86_64-*linux*)
7437 LD="${LD-ld} -m elf_x86_64"
7438 ;;
7439 ppc*-*linux*|powerpc*-*linux*)
7440 LD="${LD-ld} -m elf64ppc"
7441 ;;
7442 s390*-*linux*|s390*-*tpf*)
7443 LD="${LD-ld} -m elf64_s390"
7444 ;;
7445 sparc*-*linux*)
7446 LD="${LD-ld} -m elf64_sparc"
7447 ;;
7448 esac
7449 ;;
7450 esac
7451 fi
7452 rm -rf conftest*
7453 ;;
7454
7455*-*-sco3.2v5*)
7456 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7457 SAVE_CFLAGS="$CFLAGS"
7458 CFLAGS="$CFLAGS -belf"
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7460$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7461if test "${lt_cv_cc_needs_belf+set}" = set; then :
7462 $as_echo_n "(cached) " >&6
7463else
7464 ac_ext=c
7465ac_cpp='$CPP $CPPFLAGS'
7466ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7467ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7468ac_compiler_gnu=$ac_cv_c_compiler_gnu
7469
7470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7471/* end confdefs.h. */
7472
7473int
7474main ()
7475{
7476
7477 ;
7478 return 0;
7479}
7480_ACEOF
7481if ac_fn_c_try_link "$LINENO"; then :
7482 lt_cv_cc_needs_belf=yes
7483else
7484 lt_cv_cc_needs_belf=no
7485fi
7486rm -f core conftest.err conftest.$ac_objext \
7487 conftest$ac_exeext conftest.$ac_ext
7488 ac_ext=c
7489ac_cpp='$CPP $CPPFLAGS'
7490ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7491ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7492ac_compiler_gnu=$ac_cv_c_compiler_gnu
7493
7494fi
7495{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7496$as_echo "$lt_cv_cc_needs_belf" >&6; }
7497 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7498 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7499 CFLAGS="$SAVE_CFLAGS"
7500 fi
7501 ;;
7502sparc*-*solaris*)
7503 # Find out which ABI we are using.
7504 echo 'int i;' > conftest.$ac_ext
7505 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7506 (eval $ac_compile) 2>&5
7507 ac_status=$?
7508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7509 test $ac_status = 0; }; then
7510 case `/usr/bin/file conftest.o` in
7511 *64-bit*)
7512 case $lt_cv_prog_gnu_ld in
7513 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7514 *)
7515 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7516 LD="${LD-ld} -64"
7517 fi
7518 ;;
7519 esac
7520 ;;
7521 esac
7522 fi
7523 rm -rf conftest*
7524 ;;
7525esac
7526
7527need_locks="$enable_libtool_lock"
7528
7529
7530 case $host_os in
7531 rhapsody* | darwin*)
7532 if test -n "$ac_tool_prefix"; then
7533 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7534set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7536$as_echo_n "checking for $ac_word... " >&6; }
7537if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7538 $as_echo_n "(cached) " >&6
7539else
7540 if test -n "$DSYMUTIL"; then
7541 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7542else
7543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544for as_dir in $PATH
7545do
7546 IFS=$as_save_IFS
7547 test -z "$as_dir" && as_dir=.
7548 for ac_exec_ext in '' $ac_executable_extensions; do
7549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7550 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7552 break 2
7553 fi
7554done
7555 done
7556IFS=$as_save_IFS
7557
7558fi
7559fi
7560DSYMUTIL=$ac_cv_prog_DSYMUTIL
7561if test -n "$DSYMUTIL"; then
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7563$as_echo "$DSYMUTIL" >&6; }
7564else
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7566$as_echo "no" >&6; }
7567fi
7568
7569
7570fi
7571if test -z "$ac_cv_prog_DSYMUTIL"; then
7572 ac_ct_DSYMUTIL=$DSYMUTIL
7573 # Extract the first word of "dsymutil", so it can be a program name with args.
7574set dummy dsymutil; ac_word=$2
7575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7576$as_echo_n "checking for $ac_word... " >&6; }
7577if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7578 $as_echo_n "(cached) " >&6
7579else
7580 if test -n "$ac_ct_DSYMUTIL"; then
7581 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7582else
7583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7584for as_dir in $PATH
7585do
7586 IFS=$as_save_IFS
7587 test -z "$as_dir" && as_dir=.
7588 for ac_exec_ext in '' $ac_executable_extensions; do
7589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7590 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7591 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7592 break 2
7593 fi
7594done
7595 done
7596IFS=$as_save_IFS
7597
7598fi
7599fi
7600ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7601if test -n "$ac_ct_DSYMUTIL"; then
7602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7603$as_echo "$ac_ct_DSYMUTIL" >&6; }
7604else
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7606$as_echo "no" >&6; }
7607fi
7608
7609 if test "x$ac_ct_DSYMUTIL" = x; then
7610 DSYMUTIL=":"
7611 else
7612 case $cross_compiling:$ac_tool_warned in
7613yes:)
7614{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7615$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7616ac_tool_warned=yes ;;
7617esac
7618 DSYMUTIL=$ac_ct_DSYMUTIL
7619 fi
7620else
7621 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7622fi
7623
7624 if test -n "$ac_tool_prefix"; then
7625 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7626set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7628$as_echo_n "checking for $ac_word... " >&6; }
7629if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7630 $as_echo_n "(cached) " >&6
7631else
7632 if test -n "$NMEDIT"; then
7633 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7634else
7635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7636for as_dir in $PATH
7637do
7638 IFS=$as_save_IFS
7639 test -z "$as_dir" && as_dir=.
7640 for ac_exec_ext in '' $ac_executable_extensions; do
7641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7642 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7644 break 2
7645 fi
7646done
7647 done
7648IFS=$as_save_IFS
7649
7650fi
7651fi
7652NMEDIT=$ac_cv_prog_NMEDIT
7653if test -n "$NMEDIT"; then
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7655$as_echo "$NMEDIT" >&6; }
7656else
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7658$as_echo "no" >&6; }
7659fi
7660
7661
7662fi
7663if test -z "$ac_cv_prog_NMEDIT"; then
7664 ac_ct_NMEDIT=$NMEDIT
7665 # Extract the first word of "nmedit", so it can be a program name with args.
7666set dummy nmedit; ac_word=$2
7667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7668$as_echo_n "checking for $ac_word... " >&6; }
7669if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7670 $as_echo_n "(cached) " >&6
7671else
7672 if test -n "$ac_ct_NMEDIT"; then
7673 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7674else
7675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7676for as_dir in $PATH
7677do
7678 IFS=$as_save_IFS
7679 test -z "$as_dir" && as_dir=.
7680 for ac_exec_ext in '' $ac_executable_extensions; do
7681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7682 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7684 break 2
7685 fi
7686done
7687 done
7688IFS=$as_save_IFS
7689
7690fi
7691fi
7692ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7693if test -n "$ac_ct_NMEDIT"; then
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7695$as_echo "$ac_ct_NMEDIT" >&6; }
7696else
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7698$as_echo "no" >&6; }
7699fi
7700
7701 if test "x$ac_ct_NMEDIT" = x; then
7702 NMEDIT=":"
7703 else
7704 case $cross_compiling:$ac_tool_warned in
7705yes:)
7706{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7707$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7708ac_tool_warned=yes ;;
7709esac
7710 NMEDIT=$ac_ct_NMEDIT
7711 fi
7712else
7713 NMEDIT="$ac_cv_prog_NMEDIT"
7714fi
7715
7716 if test -n "$ac_tool_prefix"; then
7717 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7718set dummy ${ac_tool_prefix}lipo; ac_word=$2
7719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7720$as_echo_n "checking for $ac_word... " >&6; }
7721if test "${ac_cv_prog_LIPO+set}" = set; then :
7722 $as_echo_n "(cached) " >&6
7723else
7724 if test -n "$LIPO"; then
7725 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7726else
7727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7728for as_dir in $PATH
7729do
7730 IFS=$as_save_IFS
7731 test -z "$as_dir" && as_dir=.
7732 for ac_exec_ext in '' $ac_executable_extensions; do
7733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7734 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7736 break 2
7737 fi
7738done
7739 done
7740IFS=$as_save_IFS
7741
7742fi
7743fi
7744LIPO=$ac_cv_prog_LIPO
7745if test -n "$LIPO"; then
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7747$as_echo "$LIPO" >&6; }
7748else
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7750$as_echo "no" >&6; }
7751fi
7752
7753
7754fi
7755if test -z "$ac_cv_prog_LIPO"; then
7756 ac_ct_LIPO=$LIPO
7757 # Extract the first word of "lipo", so it can be a program name with args.
7758set dummy lipo; ac_word=$2
7759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7760$as_echo_n "checking for $ac_word... " >&6; }
7761if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7762 $as_echo_n "(cached) " >&6
7763else
7764 if test -n "$ac_ct_LIPO"; then
7765 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7766else
7767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7768for as_dir in $PATH
7769do
7770 IFS=$as_save_IFS
7771 test -z "$as_dir" && as_dir=.
7772 for ac_exec_ext in '' $ac_executable_extensions; do
7773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7774 ac_cv_prog_ac_ct_LIPO="lipo"
7775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7776 break 2
7777 fi
7778done
7779 done
7780IFS=$as_save_IFS
7781
7782fi
7783fi
7784ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7785if test -n "$ac_ct_LIPO"; then
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7787$as_echo "$ac_ct_LIPO" >&6; }
7788else
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7790$as_echo "no" >&6; }
7791fi
7792
7793 if test "x$ac_ct_LIPO" = x; then
7794 LIPO=":"
7795 else
7796 case $cross_compiling:$ac_tool_warned in
7797yes:)
7798{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7799$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7800ac_tool_warned=yes ;;
7801esac
7802 LIPO=$ac_ct_LIPO
7803 fi
7804else
7805 LIPO="$ac_cv_prog_LIPO"
7806fi
7807
7808 if test -n "$ac_tool_prefix"; then
7809 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7810set dummy ${ac_tool_prefix}otool; ac_word=$2
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7812$as_echo_n "checking for $ac_word... " >&6; }
7813if test "${ac_cv_prog_OTOOL+set}" = set; then :
7814 $as_echo_n "(cached) " >&6
7815else
7816 if test -n "$OTOOL"; then
7817 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7818else
7819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820for as_dir in $PATH
7821do
7822 IFS=$as_save_IFS
7823 test -z "$as_dir" && as_dir=.
7824 for ac_exec_ext in '' $ac_executable_extensions; do
7825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7826 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7828 break 2
7829 fi
7830done
7831 done
7832IFS=$as_save_IFS
7833
7834fi
7835fi
7836OTOOL=$ac_cv_prog_OTOOL
7837if test -n "$OTOOL"; then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7839$as_echo "$OTOOL" >&6; }
7840else
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7842$as_echo "no" >&6; }
7843fi
7844
7845
7846fi
7847if test -z "$ac_cv_prog_OTOOL"; then
7848 ac_ct_OTOOL=$OTOOL
7849 # Extract the first word of "otool", so it can be a program name with args.
7850set dummy otool; ac_word=$2
7851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7852$as_echo_n "checking for $ac_word... " >&6; }
7853if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7854 $as_echo_n "(cached) " >&6
7855else
7856 if test -n "$ac_ct_OTOOL"; then
7857 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7858else
7859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7860for as_dir in $PATH
7861do
7862 IFS=$as_save_IFS
7863 test -z "$as_dir" && as_dir=.
7864 for ac_exec_ext in '' $ac_executable_extensions; do
7865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7866 ac_cv_prog_ac_ct_OTOOL="otool"
7867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7868 break 2
7869 fi
7870done
7871 done
7872IFS=$as_save_IFS
7873
7874fi
7875fi
7876ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7877if test -n "$ac_ct_OTOOL"; then
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7879$as_echo "$ac_ct_OTOOL" >&6; }
7880else
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7882$as_echo "no" >&6; }
7883fi
7884
7885 if test "x$ac_ct_OTOOL" = x; then
7886 OTOOL=":"
7887 else
7888 case $cross_compiling:$ac_tool_warned in
7889yes:)
7890{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7891$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7892ac_tool_warned=yes ;;
7893esac
7894 OTOOL=$ac_ct_OTOOL
7895 fi
7896else
7897 OTOOL="$ac_cv_prog_OTOOL"
7898fi
7899
7900 if test -n "$ac_tool_prefix"; then
7901 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7902set dummy ${ac_tool_prefix}otool64; ac_word=$2
7903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7904$as_echo_n "checking for $ac_word... " >&6; }
7905if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7906 $as_echo_n "(cached) " >&6
7907else
7908 if test -n "$OTOOL64"; then
7909 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7910else
7911as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7912for as_dir in $PATH
7913do
7914 IFS=$as_save_IFS
7915 test -z "$as_dir" && as_dir=.
7916 for ac_exec_ext in '' $ac_executable_extensions; do
7917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7918 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7920 break 2
7921 fi
7922done
7923 done
7924IFS=$as_save_IFS
7925
7926fi
7927fi
7928OTOOL64=$ac_cv_prog_OTOOL64
7929if test -n "$OTOOL64"; then
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7931$as_echo "$OTOOL64" >&6; }
7932else
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7934$as_echo "no" >&6; }
7935fi
7936
7937
7938fi
7939if test -z "$ac_cv_prog_OTOOL64"; then
7940 ac_ct_OTOOL64=$OTOOL64
7941 # Extract the first word of "otool64", so it can be a program name with args.
7942set dummy otool64; ac_word=$2
7943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7944$as_echo_n "checking for $ac_word... " >&6; }
7945if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7946 $as_echo_n "(cached) " >&6
7947else
7948 if test -n "$ac_ct_OTOOL64"; then
7949 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7950else
7951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7952for as_dir in $PATH
7953do
7954 IFS=$as_save_IFS
7955 test -z "$as_dir" && as_dir=.
7956 for ac_exec_ext in '' $ac_executable_extensions; do
7957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7958 ac_cv_prog_ac_ct_OTOOL64="otool64"
7959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7960 break 2
7961 fi
7962done
7963 done
7964IFS=$as_save_IFS
7965
7966fi
7967fi
7968ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7969if test -n "$ac_ct_OTOOL64"; then
7970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7971$as_echo "$ac_ct_OTOOL64" >&6; }
7972else
7973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7974$as_echo "no" >&6; }
7975fi
7976
7977 if test "x$ac_ct_OTOOL64" = x; then
7978 OTOOL64=":"
7979 else
7980 case $cross_compiling:$ac_tool_warned in
7981yes:)
7982{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7983$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7984ac_tool_warned=yes ;;
7985esac
7986 OTOOL64=$ac_ct_OTOOL64
7987 fi
7988else
7989 OTOOL64="$ac_cv_prog_OTOOL64"
7990fi
7991
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8019$as_echo_n "checking for -single_module linker flag... " >&6; }
8020if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8021 $as_echo_n "(cached) " >&6
8022else
8023 lt_cv_apple_cc_single_mod=no
8024 if test -z "${LT_MULTI_MODULE}"; then
8025 # By default we will add the -single_module flag. You can override
8026 # by either setting the environment variable LT_MULTI_MODULE
8027 # non-empty at configure time, or by adding -multi_module to the
8028 # link flags.
8029 rm -rf libconftest.dylib*
8030 echo "int foo(void){return 1;}" > conftest.c
8031 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8032-dynamiclib -Wl,-single_module conftest.c" >&5
8033 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8034 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8035 _lt_result=$?
8036 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8037 lt_cv_apple_cc_single_mod=yes
8038 else
8039 cat conftest.err >&5
8040 fi
8041 rm -rf libconftest.dylib*
8042 rm -f conftest.*
8043 fi
8044fi
8045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8046$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8048$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8049if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8050 $as_echo_n "(cached) " >&6
8051else
8052 lt_cv_ld_exported_symbols_list=no
8053 save_LDFLAGS=$LDFLAGS
8054 echo "_main" > conftest.sym
8055 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8057/* end confdefs.h. */
8058
8059int
8060main ()
8061{
8062
8063 ;
8064 return 0;
8065}
8066_ACEOF
8067if ac_fn_c_try_link "$LINENO"; then :
8068 lt_cv_ld_exported_symbols_list=yes
8069else
8070 lt_cv_ld_exported_symbols_list=no
8071fi
8072rm -f core conftest.err conftest.$ac_objext \
8073 conftest$ac_exeext conftest.$ac_ext
8074 LDFLAGS="$save_LDFLAGS"
8075
8076fi
8077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8078$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8080$as_echo_n "checking for -force_load linker flag... " >&6; }
8081if test "${lt_cv_ld_force_load+set}" = set; then :
8082 $as_echo_n "(cached) " >&6
8083else
8084 lt_cv_ld_force_load=no
8085 cat > conftest.c << _LT_EOF
8086int forced_loaded() { return 2;}
8087_LT_EOF
8088 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8089 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8090 echo "$AR cru libconftest.a conftest.o" >&5
8091 $AR cru libconftest.a conftest.o 2>&5
8092 cat > conftest.c << _LT_EOF
8093int main() { return 0;}
8094_LT_EOF
8095 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8096 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8097 _lt_result=$?
8098 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8099 lt_cv_ld_force_load=yes
8100 else
8101 cat conftest.err >&5
8102 fi
8103 rm -f conftest.err libconftest.a conftest conftest.c
8104 rm -rf conftest.dSYM
8105
8106fi
8107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8108$as_echo "$lt_cv_ld_force_load" >&6; }
8109 case $host_os in
8110 rhapsody* | darwin1.[012])
8111 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8112 darwin1.*)
8113 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8114 darwin*) # darwin 5.x on
8115 # if running on 10.5 or later, the deployment target defaults
8116 # to the OS version, if on x86, and 10.4, the deployment
8117 # target defaults to 10.4. Don't you love it?
8118 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8119 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8120 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8121 10.[012]*)
8122 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8123 10.*)
8124 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8125 esac
8126 ;;
8127 esac
8128 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8129 _lt_dar_single_mod='$single_module'
8130 fi
8131 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8132 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8133 else
8134 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8135 fi
8136 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8137 _lt_dsymutil='~$DSYMUTIL $lib || :'
8138 else
8139 _lt_dsymutil=
8140 fi
8141 ;;
8142 esac
8143
8144for ac_header in dlfcn.h
8145do :
8146 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8147"
8148if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8149 cat >>confdefs.h <<_ACEOF
8150#define HAVE_DLFCN_H 1
8151_ACEOF
8152
8153fi
8154
8155done
8156
8157
8158
8159# autoconf.info says this should be called right after AC_INIT.
8160ac_config_headers="$ac_config_headers config.h:config.in"
8161
8162
8163
8164
8165
8166
8167# Put a plausible default for CC_FOR_BUILD in Makefile.
8168if test "x$cross_compiling" = "xno"; then
8169 CC_FOR_BUILD='$(CC)'
8170else
8171 CC_FOR_BUILD=gcc
8172fi
8173
8174
8175
8176
8177AR=${AR-ar}
8178
8179if test -n "$ac_tool_prefix"; then
8180 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8181set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8183$as_echo_n "checking for $ac_word... " >&6; }
8184if test "${ac_cv_prog_RANLIB+set}" = set; then :
8185 $as_echo_n "(cached) " >&6
8186else
8187 if test -n "$RANLIB"; then
8188 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8189else
8190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8191for as_dir in $PATH
8192do
8193 IFS=$as_save_IFS
8194 test -z "$as_dir" && as_dir=.
8195 for ac_exec_ext in '' $ac_executable_extensions; do
8196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8197 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8199 break 2
8200 fi
8201done
8202 done
8203IFS=$as_save_IFS
8204
8205fi
8206fi
8207RANLIB=$ac_cv_prog_RANLIB
8208if test -n "$RANLIB"; then
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8210$as_echo "$RANLIB" >&6; }
8211else
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8213$as_echo "no" >&6; }
8214fi
8215
8216
8217fi
8218if test -z "$ac_cv_prog_RANLIB"; then
8219 ac_ct_RANLIB=$RANLIB
8220 # Extract the first word of "ranlib", so it can be a program name with args.
8221set dummy ranlib; ac_word=$2
8222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8223$as_echo_n "checking for $ac_word... " >&6; }
8224if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8225 $as_echo_n "(cached) " >&6
8226else
8227 if test -n "$ac_ct_RANLIB"; then
8228 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8229else
8230as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8231for as_dir in $PATH
8232do
8233 IFS=$as_save_IFS
8234 test -z "$as_dir" && as_dir=.
8235 for ac_exec_ext in '' $ac_executable_extensions; do
8236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8237 ac_cv_prog_ac_ct_RANLIB="ranlib"
8238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8239 break 2
8240 fi
8241done
8242 done
8243IFS=$as_save_IFS
8244
8245fi
8246fi
8247ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8248if test -n "$ac_ct_RANLIB"; then
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8250$as_echo "$ac_ct_RANLIB" >&6; }
8251else
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8253$as_echo "no" >&6; }
8254fi
8255
8256 if test "x$ac_ct_RANLIB" = x; then
8257 RANLIB=":"
8258 else
8259 case $cross_compiling:$ac_tool_warned in
8260yes:)
8261{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8262$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8263ac_tool_warned=yes ;;
8264esac
8265 RANLIB=$ac_ct_RANLIB
8266 fi
8267else
8268 RANLIB="$ac_cv_prog_RANLIB"
8269fi
8270
8271
8272# Some of the common include files depend on bfd.h, and bfd.h checks
8273# that config.h is included first by testing that the PACKAGE macro
8274# is defined.
8275PACKAGE=sim
8276
8277cat >>confdefs.h <<_ACEOF
8278#define PACKAGE "$PACKAGE"
8279_ACEOF
8280
8281
8282
8283# Dependency checking.
8284ac_config_commands="$ac_config_commands depdir"
8285
8286
8287depcc="$CC" am_compiler_list=
8288
8289am_depcomp=$ac_aux_dir/depcomp
8290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8291$as_echo_n "checking dependency style of $depcc... " >&6; }
8292if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8293 $as_echo_n "(cached) " >&6
8294else
8295 if test -f "$am_depcomp"; then
8296 # We make a subdir and do the tests there. Otherwise we can end up
8297 # making bogus files that we don't know about and never remove. For
8298 # instance it was reported that on HP-UX the gcc test will end up
8299 # making a dummy file named `D' -- because `-MD' means `put the output
8300 # in D'.
8301 mkdir conftest.dir
8302 # Copy depcomp to subdir because otherwise we won't find it if we're
8303 # using a relative directory.
8304 cp "$am_depcomp" conftest.dir
8305 cd conftest.dir
8306 # We will build objects and dependencies in a subdirectory because
8307 # it helps to detect inapplicable dependency modes. For instance
8308 # both Tru64's cc and ICC support -MD to output dependencies as a
8309 # side effect of compilation, but ICC will put the dependencies in
8310 # the current directory while Tru64 will put them in the object
8311 # directory.
8312 mkdir sub
8313
8314 am_cv_CC_dependencies_compiler_type=none
8315 if test "$am_compiler_list" = ""; then
8316 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8317 fi
8318 for depmode in $am_compiler_list; do
8319 if test $depmode = none; then break; fi
8320
8321 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8322 # Setup a source with many dependencies, because some compilers
8323 # like to wrap large dependency lists on column 80 (with \), and
8324 # we should not choose a depcomp mode which is confused by this.
8325 #
8326 # We need to recreate these files for each test, as the compiler may
8327 # overwrite some of them when testing with obscure command lines.
8328 # This happens at least with the AIX C compiler.
8329 : > sub/conftest.c
8330 for i in 1 2 3 4 5 6; do
8331 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8332 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8333 # Solaris 8's {/usr,}/bin/sh.
8334 touch sub/conftst$i.h
8335 done
8336 echo "include sub/conftest.Po" > confmf
8337
8338 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8339 # mode. It turns out that the SunPro C++ compiler does not properly
8340 # handle `-M -o', and we need to detect this.
8341 depcmd="depmode=$depmode \
8342 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8343 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8344 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8345 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8346 if env $depcmd > conftest.err 2>&1 &&
8347 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8348 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8349 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8350 # icc doesn't choke on unknown options, it will just issue warnings
8351 # or remarks (even with -Werror). So we grep stderr for any message
8352 # that says an option was ignored or not supported.
8353 # When given -MP, icc 7.0 and 7.1 complain thusly:
8354 # icc: Command line warning: ignoring option '-M'; no argument required
8355 # The diagnosis changed in icc 8.0:
8356 # icc: Command line remark: option '-MP' not supported
8357 if (grep 'ignoring option' conftest.err ||
8358 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8359 am_cv_CC_dependencies_compiler_type=$depmode
8360 $as_echo "$as_me:$LINENO: success" >&5
8361 break
8362 fi
8363 fi
8364 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8365 sed -e 's/^/| /' < conftest.err >&5
8366 done
8367
8368 cd ..
8369 rm -rf conftest.dir
8370else
8371 am_cv_CC_dependencies_compiler_type=none
8372fi
8373
8374fi
8375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8376$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8377if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8378then as_fn_error "no usable dependency style found" "$LINENO" 5
8379else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8380
8381fi
8382
8383
8384# Check for the 'make' the user wants to use.
8385for ac_prog in make
8386do
8387 # Extract the first word of "$ac_prog", so it can be a program name with args.
8388set dummy $ac_prog; ac_word=$2
8389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8390$as_echo_n "checking for $ac_word... " >&6; }
8391if test "${ac_cv_prog_MAKE+set}" = set; then :
8392 $as_echo_n "(cached) " >&6
8393else
8394 if test -n "$MAKE"; then
8395 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8396else
8397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8398for as_dir in $PATH
8399do
8400 IFS=$as_save_IFS
8401 test -z "$as_dir" && as_dir=.
8402 for ac_exec_ext in '' $ac_executable_extensions; do
8403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8404 ac_cv_prog_MAKE="$ac_prog"
8405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8406 break 2
8407 fi
8408done
8409 done
8410IFS=$as_save_IFS
8411
8412fi
8413fi
8414MAKE=$ac_cv_prog_MAKE
8415if test -n "$MAKE"; then
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8417$as_echo "$MAKE" >&6; }
8418else
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8420$as_echo "no" >&6; }
8421fi
8422
8423
8424 test -n "$MAKE" && break
8425done
8426
8427MAKE_IS_GNU=
8428case "`$MAKE --version 2>&1 | sed 1q`" in
8429 *GNU*)
8430 MAKE_IS_GNU=yes
8431 ;;
8432esac
8433 if test "$MAKE_IS_GNU" = yes; then
8434 GMAKE_TRUE=
8435 GMAKE_FALSE='#'
8436else
8437 GMAKE_TRUE='#'
8438 GMAKE_FALSE=
8439fi
8440
8441
8442ALL_LINGUAS=
8443# If we haven't got the data from the intl directory,
8444# assume NLS is disabled.
8445USE_NLS=no
8446LIBINTL=
8447LIBINTL_DEP=
8448INCINTL=
8449XGETTEXT=
8450GMSGFMT=
8451POSUB=
8452
8453if test -f ../../intl/config.intl; then
8454 . ../../intl/config.intl
8455fi
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8457$as_echo_n "checking whether NLS is requested... " >&6; }
8458if test x"$USE_NLS" != xyes; then
8459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8460$as_echo "no" >&6; }
8461else
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8463$as_echo "yes" >&6; }
8464
8465$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8466
8467
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8469$as_echo_n "checking for catalogs to be installed... " >&6; }
8470 # Look for .po and .gmo files in the source directory.
8471 CATALOGS=
8472 XLINGUAS=
8473 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8474 # If there aren't any .gmo files the shell will give us the
8475 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8476 # weeded out.
8477 case "$cat" in *\**)
8478 continue;;
8479 esac
8480 # The quadruple backslash is collapsed to a double backslash
8481 # by the backticks, then collapsed again by the double quotes,
8482 # leaving us with one backslash in the sed expression (right
8483 # before the dot that mustn't act as a wildcard).
8484 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8485 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8486 # The user is allowed to set LINGUAS to a list of languages to
8487 # install catalogs for. If it's empty that means "all of them."
8488 if test "x$LINGUAS" = x; then
8489 CATALOGS="$CATALOGS $cat"
8490 XLINGUAS="$XLINGUAS $lang"
8491 else
8492 case "$LINGUAS" in *$lang*)
8493 CATALOGS="$CATALOGS $cat"
8494 XLINGUAS="$XLINGUAS $lang"
8495 ;;
8496 esac
8497 fi
8498 done
8499 LINGUAS="$XLINGUAS"
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8501$as_echo "$LINGUAS" >&6; }
8502
8503
8504 DATADIRNAME=share
8505
8506 INSTOBJEXT=.mo
8507
8508 GENCAT=gencat
8509
8510 CATOBJEXT=.gmo
8511
8512fi
8513
8514# Check for common headers.
8515# FIXME: Seems to me this can cause problems for i386-windows hosts.
8516# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8517for ac_header in stdlib.h string.h strings.h unistd.h time.h
8518do :
8519 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8520ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8521eval as_val=\$$as_ac_Header
8522 if test "x$as_val" = x""yes; then :
8523 cat >>confdefs.h <<_ACEOF
8524#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8525_ACEOF
8526
8527fi
8528
8529done
8530
8531for ac_header in sys/time.h sys/resource.h
8532do :
8533 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8534ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8535eval as_val=\$$as_ac_Header
8536 if test "x$as_val" = x""yes; then :
8537 cat >>confdefs.h <<_ACEOF
8538#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8539_ACEOF
8540
8541fi
8542
8543done
8544
8545for ac_header in fcntl.h fpu_control.h
8546do :
8547 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8548ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8549eval as_val=\$$as_ac_Header
8550 if test "x$as_val" = x""yes; then :
8551 cat >>confdefs.h <<_ACEOF
8552#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8553_ACEOF
8554
8555fi
8556
8557done
8558
8559for ac_header in dlfcn.h errno.h sys/stat.h
8560do :
8561 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8562ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8563eval as_val=\$$as_ac_Header
8564 if test "x$as_val" = x""yes; then :
8565 cat >>confdefs.h <<_ACEOF
8566#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8567_ACEOF
8568
8569fi
8570
8571done
8572
8573for ac_func in getrusage time sigaction __setfpucw
8574do :
8575 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8576ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8577eval as_val=\$$as_ac_var
8578 if test "x$as_val" = x""yes; then :
8579 cat >>confdefs.h <<_ACEOF
8580#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8581_ACEOF
8582
8583fi
8584done
8585
8586
8587# Check for socket libraries
8588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8589$as_echo_n "checking for bind in -lsocket... " >&6; }
8590if test "${ac_cv_lib_socket_bind+set}" = set; then :
8591 $as_echo_n "(cached) " >&6
8592else
8593 ac_check_lib_save_LIBS=$LIBS
8594LIBS="-lsocket $LIBS"
8595cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8596/* end confdefs.h. */
8597
8598/* Override any GCC internal prototype to avoid an error.
8599 Use char because int might match the return type of a GCC
8600 builtin and then its argument prototype would still apply. */
8601#ifdef __cplusplus
8602extern "C"
8603#endif
8604char bind ();
8605int
8606main ()
8607{
8608return bind ();
8609 ;
8610 return 0;
8611}
8612_ACEOF
8613if ac_fn_c_try_link "$LINENO"; then :
8614 ac_cv_lib_socket_bind=yes
8615else
8616 ac_cv_lib_socket_bind=no
8617fi
8618rm -f core conftest.err conftest.$ac_objext \
8619 conftest$ac_exeext conftest.$ac_ext
8620LIBS=$ac_check_lib_save_LIBS
8621fi
8622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8623$as_echo "$ac_cv_lib_socket_bind" >&6; }
8624if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8625 cat >>confdefs.h <<_ACEOF
8626#define HAVE_LIBSOCKET 1
8627_ACEOF
8628
8629 LIBS="-lsocket $LIBS"
8630
8631fi
8632
8633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8634$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8635if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8636 $as_echo_n "(cached) " >&6
8637else
8638 ac_check_lib_save_LIBS=$LIBS
8639LIBS="-lnsl $LIBS"
8640cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8641/* end confdefs.h. */
8642
8643/* Override any GCC internal prototype to avoid an error.
8644 Use char because int might match the return type of a GCC
8645 builtin and then its argument prototype would still apply. */
8646#ifdef __cplusplus
8647extern "C"
8648#endif
8649char gethostbyname ();
8650int
8651main ()
8652{
8653return gethostbyname ();
8654 ;
8655 return 0;
8656}
8657_ACEOF
8658if ac_fn_c_try_link "$LINENO"; then :
8659 ac_cv_lib_nsl_gethostbyname=yes
8660else
8661 ac_cv_lib_nsl_gethostbyname=no
8662fi
8663rm -f core conftest.err conftest.$ac_objext \
8664 conftest$ac_exeext conftest.$ac_ext
8665LIBS=$ac_check_lib_save_LIBS
8666fi
8667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8668$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8669if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8670 cat >>confdefs.h <<_ACEOF
8671#define HAVE_LIBNSL 1
8672_ACEOF
8673
8674 LIBS="-lnsl $LIBS"
8675
8676fi
8677
8678
8679# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8680# using the same condition.
8681
8682 # See if the user specified whether he wants zlib support or not.
8683
8684# Check whether --with-zlib was given.
8685if test "${with_zlib+set}" = set; then :
8686 withval=$with_zlib;
8687else
8688 with_zlib=auto
8689fi
8690
8691
8692 if test "$with_zlib" != "no"; then
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
8694$as_echo_n "checking for library containing zlibVersion... " >&6; }
8695if test "${ac_cv_search_zlibVersion+set}" = set; then :
8696 $as_echo_n "(cached) " >&6
8697else
8698 ac_func_search_save_LIBS=$LIBS
8699cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8700/* end confdefs.h. */
8701
8702/* Override any GCC internal prototype to avoid an error.
8703 Use char because int might match the return type of a GCC
8704 builtin and then its argument prototype would still apply. */
8705#ifdef __cplusplus
8706extern "C"
8707#endif
8708char zlibVersion ();
8709int
8710main ()
8711{
8712return zlibVersion ();
8713 ;
8714 return 0;
8715}
8716_ACEOF
8717for ac_lib in '' z; do
8718 if test -z "$ac_lib"; then
8719 ac_res="none required"
8720 else
8721 ac_res=-l$ac_lib
8722 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8723 fi
8724 if ac_fn_c_try_link "$LINENO"; then :
8725 ac_cv_search_zlibVersion=$ac_res
8726fi
8727rm -f core conftest.err conftest.$ac_objext \
8728 conftest$ac_exeext
8729 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8730 break
8731fi
8732done
8733if test "${ac_cv_search_zlibVersion+set}" = set; then :
8734
8735else
8736 ac_cv_search_zlibVersion=no
8737fi
8738rm conftest.$ac_ext
8739LIBS=$ac_func_search_save_LIBS
8740fi
8741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
8742$as_echo "$ac_cv_search_zlibVersion" >&6; }
8743ac_res=$ac_cv_search_zlibVersion
8744if test "$ac_res" != no; then :
8745 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8746 for ac_header in zlib.h
8747do :
8748 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
8749if test "x$ac_cv_header_zlib_h" = x""yes; then :
8750 cat >>confdefs.h <<_ACEOF
8751#define HAVE_ZLIB_H 1
8752_ACEOF
8753
8754fi
8755
8756done
8757
8758fi
8759
8760 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
8761 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
8762 fi
8763 fi
8764
8765
8766# BFD uses libdl when when plugins enabled.
8767
8768# Check whether --enable-plugins was given.
8769if test "${enable_plugins+set}" = set; then :
8770 enableval=$enable_plugins; case "${enableval}" in
8771 yes | "") plugins=yes ;;
8772 no) plugins=no ;;
8773 *) plugins=yes ;;
8774 esac
8775else
8776 plugins=no
8777fi
8778
8779
8780 if test "$plugins" = yes; then
8781 PLUGINS_TRUE=
8782 PLUGINS_FALSE='#'
8783else
8784 PLUGINS_TRUE='#'
8785 PLUGINS_FALSE=
8786fi
8787
8788
8789
8790
8791
8792# Set options
8793enable_dlopen=yes
8794
8795
8796
8797
8798 enable_win32_dll=no
8799
8800
8801 # Check whether --enable-shared was given.
8802if test "${enable_shared+set}" = set; then :
8803 enableval=$enable_shared; p=${PACKAGE-default}
8804 case $enableval in
8805 yes) enable_shared=yes ;;
8806 no) enable_shared=no ;;
8807 *)
8808 enable_shared=no
8809 # Look at the argument we got. We use all the common list separators.
8810 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8811 for pkg in $enableval; do
8812 IFS="$lt_save_ifs"
8813 if test "X$pkg" = "X$p"; then
8814 enable_shared=yes
8815 fi
8816 done
8817 IFS="$lt_save_ifs"
8818 ;;
8819 esac
8820else
8821 enable_shared=yes
8822fi
8823
8824
8825
8826
8827
8828
8829
8830
8831
8832 # Check whether --enable-static was given.
8833if test "${enable_static+set}" = set; then :
8834 enableval=$enable_static; p=${PACKAGE-default}
8835 case $enableval in
8836 yes) enable_static=yes ;;
8837 no) enable_static=no ;;
8838 *)
8839 enable_static=no
8840 # Look at the argument we got. We use all the common list separators.
8841 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8842 for pkg in $enableval; do
8843 IFS="$lt_save_ifs"
8844 if test "X$pkg" = "X$p"; then
8845 enable_static=yes
8846 fi
8847 done
8848 IFS="$lt_save_ifs"
8849 ;;
8850 esac
8851else
8852 enable_static=yes
8853fi
8854
8855
8856
8857
8858
8859
8860
8861
8862
8863
8864# Check whether --with-pic was given.
8865if test "${with_pic+set}" = set; then :
8866 withval=$with_pic; pic_mode="$withval"
8867else
8868 pic_mode=default
8869fi
8870
8871
8872test -z "$pic_mode" && pic_mode=default
8873
8874
8875
8876
8877
8878
8879
8880 # Check whether --enable-fast-install was given.
8881if test "${enable_fast_install+set}" = set; then :
8882 enableval=$enable_fast_install; p=${PACKAGE-default}
8883 case $enableval in
8884 yes) enable_fast_install=yes ;;
8885 no) enable_fast_install=no ;;
8886 *)
8887 enable_fast_install=no
8888 # Look at the argument we got. We use all the common list separators.
8889 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8890 for pkg in $enableval; do
8891 IFS="$lt_save_ifs"
8892 if test "X$pkg" = "X$p"; then
8893 enable_fast_install=yes
8894 fi
8895 done
8896 IFS="$lt_save_ifs"
8897 ;;
8898 esac
8899else
8900 enable_fast_install=yes
8901fi
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
8913# This can be used to rebuild libtool when needed
8914LIBTOOL_DEPS="$ltmain"
8915
8916# Always use our own libtool.
8917LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944test -z "$LN_S" && LN_S="ln -s"
8945
8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959if test -n "${ZSH_VERSION+set}" ; then
8960 setopt NO_GLOB_SUBST
fee8ec00 8961fi
fee8ec00 8962
6bb11ab3
L
8963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8964$as_echo_n "checking for objdir... " >&6; }
8965if test "${lt_cv_objdir+set}" = set; then :
8966 $as_echo_n "(cached) " >&6
8967else
8968 rm -f .libs 2>/dev/null
8969mkdir .libs 2>/dev/null
8970if test -d .libs; then
8971 lt_cv_objdir=.libs
8972else
8973 # MS-DOS does not allow filenames that begin with a dot.
8974 lt_cv_objdir=_libs
8975fi
8976rmdir .libs 2>/dev/null
8977fi
8978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8979$as_echo "$lt_cv_objdir" >&6; }
8980objdir=$lt_cv_objdir
8981
8982
8983
8984
8985
8986cat >>confdefs.h <<_ACEOF
8987#define LT_OBJDIR "$lt_cv_objdir/"
8988_ACEOF
8989
8990
8991
8992
8993case $host_os in
8994aix3*)
8995 # AIX sometimes has problems with the GCC collect2 program. For some
8996 # reason, if we set the COLLECT_NAMES environment variable, the problems
8997 # vanish in a puff of smoke.
8998 if test "X${COLLECT_NAMES+set}" != Xset; then
8999 COLLECT_NAMES=
9000 export COLLECT_NAMES
9001 fi
9002 ;;
81ecdfbb 9003esac
6bb11ab3
L
9004
9005# Global variables:
9006ofile=libtool
9007can_build_shared=yes
9008
9009# All known linkers require a `.a' archive for static linking (except MSVC,
9010# which needs '.lib').
9011libext=a
9012
9013with_gnu_ld="$lt_cv_prog_gnu_ld"
9014
9015old_CC="$CC"
9016old_CFLAGS="$CFLAGS"
9017
9018# Set sane defaults for various variables
9019test -z "$CC" && CC=cc
9020test -z "$LTCC" && LTCC=$CC
9021test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9022test -z "$LD" && LD=ld
9023test -z "$ac_objext" && ac_objext=o
9024
9025for cc_temp in $compiler""; do
9026 case $cc_temp in
9027 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9028 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9029 \-*) ;;
9030 *) break;;
9031 esac
9032done
9033cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9034
9035
9036# Only perform the check for file, if the check method requires it
9037test -z "$MAGIC_CMD" && MAGIC_CMD=file
9038case $deplibs_check_method in
9039file_magic*)
9040 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9042$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9043if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9044 $as_echo_n "(cached) " >&6
9045else
9046 case $MAGIC_CMD in
9047[\\/*] | ?:[\\/]*)
9048 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9049 ;;
9050*)
9051 lt_save_MAGIC_CMD="$MAGIC_CMD"
9052 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9053 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9054 for ac_dir in $ac_dummy; do
9055 IFS="$lt_save_ifs"
9056 test -z "$ac_dir" && ac_dir=.
9057 if test -f $ac_dir/${ac_tool_prefix}file; then
9058 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9059 if test -n "$file_magic_test_file"; then
9060 case $deplibs_check_method in
9061 "file_magic "*)
9062 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9063 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9064 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9065 $EGREP "$file_magic_regex" > /dev/null; then
9066 :
9067 else
9068 cat <<_LT_EOF 1>&2
9069
9070*** Warning: the command libtool uses to detect shared libraries,
9071*** $file_magic_cmd, produces output that libtool cannot recognize.
9072*** The result is that libtool may fail to recognize shared libraries
9073*** as such. This will affect the creation of libtool libraries that
9074*** depend on shared libraries, but programs linked with such libtool
9075*** libraries will work regardless of this problem. Nevertheless, you
9076*** may want to report the problem to your system manager and/or to
9077*** bug-libtool@gnu.org
9078
9079_LT_EOF
9080 fi ;;
9081 esac
9082 fi
9083 break
fee8ec00 9084 fi
6bb11ab3
L
9085 done
9086 IFS="$lt_save_ifs"
9087 MAGIC_CMD="$lt_save_MAGIC_CMD"
9088 ;;
9089esac
fee8ec00 9090fi
fee8ec00 9091
6bb11ab3
L
9092MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9093if test -n "$MAGIC_CMD"; then
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9095$as_echo "$MAGIC_CMD" >&6; }
9096else
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9098$as_echo "no" >&6; }
9099fi
81ecdfbb 9100
6bb11ab3
L
9101
9102
9103
9104
9105if test -z "$lt_cv_path_MAGIC_CMD"; then
9106 if test -n "$ac_tool_prefix"; then
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9108$as_echo_n "checking for file... " >&6; }
9109if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9110 $as_echo_n "(cached) " >&6
9111else
9112 case $MAGIC_CMD in
9113[\\/*] | ?:[\\/]*)
9114 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9115 ;;
9116*)
9117 lt_save_MAGIC_CMD="$MAGIC_CMD"
9118 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9119 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9120 for ac_dir in $ac_dummy; do
9121 IFS="$lt_save_ifs"
9122 test -z "$ac_dir" && ac_dir=.
9123 if test -f $ac_dir/file; then
9124 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9125 if test -n "$file_magic_test_file"; then
9126 case $deplibs_check_method in
9127 "file_magic "*)
9128 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9129 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9130 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9131 $EGREP "$file_magic_regex" > /dev/null; then
9132 :
9133 else
9134 cat <<_LT_EOF 1>&2
9135
9136*** Warning: the command libtool uses to detect shared libraries,
9137*** $file_magic_cmd, produces output that libtool cannot recognize.
9138*** The result is that libtool may fail to recognize shared libraries
9139*** as such. This will affect the creation of libtool libraries that
9140*** depend on shared libraries, but programs linked with such libtool
9141*** libraries will work regardless of this problem. Nevertheless, you
9142*** may want to report the problem to your system manager and/or to
9143*** bug-libtool@gnu.org
9144
9145_LT_EOF
9146 fi ;;
9147 esac
9148 fi
9149 break
9150 fi
9151 done
9152 IFS="$lt_save_ifs"
9153 MAGIC_CMD="$lt_save_MAGIC_CMD"
9154 ;;
81ecdfbb 9155esac
6bb11ab3
L
9156fi
9157
9158MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9159if test -n "$MAGIC_CMD"; then
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9161$as_echo "$MAGIC_CMD" >&6; }
9162else
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9164$as_echo "no" >&6; }
9165fi
9166
9167
9168 else
9169 MAGIC_CMD=:
9170 fi
9171fi
9172
9173 fi
9174 ;;
9175esac
9176
9177# Use C for the default configuration in the libtool script
9178
9179lt_save_CC="$CC"
9180ac_ext=c
9181ac_cpp='$CPP $CPPFLAGS'
9182ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9183ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9184ac_compiler_gnu=$ac_cv_c_compiler_gnu
9185
9186
9187# Source file extension for C test sources.
9188ac_ext=c
9189
9190# Object file extension for compiled C test sources.
9191objext=o
9192objext=$objext
9193
9194# Code to be used in simple compile tests
9195lt_simple_compile_test_code="int some_variable = 0;"
9196
9197# Code to be used in simple link tests
9198lt_simple_link_test_code='int main(){return(0);}'
9199
9200
9201
9202
9203
9204
9205
9206# If no C compiler was specified, use CC.
9207LTCC=${LTCC-"$CC"}
9208
9209# If no C compiler flags were specified, use CFLAGS.
9210LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9211
9212# Allow CC to be a program name with arguments.
9213compiler=$CC
9214
9215# Save the default compiler, since it gets overwritten when the other
9216# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9217compiler_DEFAULT=$CC
9218
9219# save warnings/boilerplate of simple test code
9220ac_outfile=conftest.$ac_objext
9221echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9222eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9223_lt_compiler_boilerplate=`cat conftest.err`
9224$RM conftest*
9225
9226ac_outfile=conftest.$ac_objext
9227echo "$lt_simple_link_test_code" >conftest.$ac_ext
9228eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9229_lt_linker_boilerplate=`cat conftest.err`
9230$RM -r conftest*
9231
9232
9233## CAVEAT EMPTOR:
9234## There is no encapsulation within the following macros, do not change
9235## the running order or otherwise move them around unless you know exactly
9236## what you are doing...
9237if test -n "$compiler"; then
9238
9239lt_prog_compiler_no_builtin_flag=
9240
9241if test "$GCC" = yes; then
9242 case $cc_basename in
9243 nvcc*)
9244 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9245 *)
9246 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fee8ec00 9247 esac
6bb11ab3
L
9248
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9250$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9251if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9252 $as_echo_n "(cached) " >&6
fee8ec00 9253else
6bb11ab3
L
9254 lt_cv_prog_compiler_rtti_exceptions=no
9255 ac_outfile=conftest.$ac_objext
9256 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9257 lt_compiler_flag="-fno-rtti -fno-exceptions"
9258 # Insert the option either (1) after the last *FLAGS variable, or
9259 # (2) before a word containing "conftest.", or (3) at the end.
9260 # Note that $ac_compile itself does not contain backslashes and begins
9261 # with a dollar sign (not a hyphen), so the echo should work correctly.
9262 # The option is referenced via a variable to avoid confusing sed.
9263 lt_compile=`echo "$ac_compile" | $SED \
9264 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9265 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9266 -e 's:$: $lt_compiler_flag:'`
9267 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9268 (eval "$lt_compile" 2>conftest.err)
9269 ac_status=$?
9270 cat conftest.err >&5
9271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9272 if (exit $ac_status) && test -s "$ac_outfile"; then
9273 # The compiler can only warn and ignore the option if not recognized
9274 # So say no if there are warnings other than the usual output.
9275 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9276 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9277 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9278 lt_cv_prog_compiler_rtti_exceptions=yes
9279 fi
9280 fi
9281 $RM conftest*
9282
fee8ec00 9283fi
6bb11ab3
L
9284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9285$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9286
9287if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9288 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9289else
9290 :
9291fi
9292
9293fi
9294
9295
9296
9297
9298
9299
9300 lt_prog_compiler_wl=
9301lt_prog_compiler_pic=
9302lt_prog_compiler_static=
9303
9304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9305$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9306
9307 if test "$GCC" = yes; then
9308 lt_prog_compiler_wl='-Wl,'
9309 lt_prog_compiler_static='-static'
9310
9311 case $host_os in
9312 aix*)
9313 # All AIX code is PIC.
9314 if test "$host_cpu" = ia64; then
9315 # AIX 5 now supports IA64 processor
9316 lt_prog_compiler_static='-Bstatic'
9317 fi
9318 lt_prog_compiler_pic='-fPIC'
9319 ;;
9320
9321 amigaos*)
9322 case $host_cpu in
9323 powerpc)
9324 # see comment about AmigaOS4 .so support
9325 lt_prog_compiler_pic='-fPIC'
9326 ;;
9327 m68k)
9328 # FIXME: we need at least 68020 code to build shared libraries, but
9329 # adding the `-m68020' flag to GCC prevents building anything better,
9330 # like `-m68040'.
9331 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9332 ;;
9333 esac
9334 ;;
9335
9336 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9337 # PIC is the default for these OSes.
9338 ;;
9339
9340 mingw* | cygwin* | pw32* | os2* | cegcc*)
9341 # This hack is so that the source file can tell whether it is being
9342 # built for inclusion in a dll (and should export symbols for example).
9343 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9344 # (--disable-auto-import) libraries
9345 lt_prog_compiler_pic='-DDLL_EXPORT'
9346 ;;
9347
9348 darwin* | rhapsody*)
9349 # PIC is the default on this platform
9350 # Common symbols not allowed in MH_DYLIB files
9351 lt_prog_compiler_pic='-fno-common'
9352 ;;
9353
9354 haiku*)
9355 # PIC is the default for Haiku.
9356 # The "-static" flag exists, but is broken.
9357 lt_prog_compiler_static=
9358 ;;
9359
9360 hpux*)
9361 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9362 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9363 # sets the default TLS model and affects inlining.
9364 case $host_cpu in
9365 hppa*64*)
9366 # +Z the default
9367 ;;
9368 *)
9369 lt_prog_compiler_pic='-fPIC'
9370 ;;
9371 esac
9372 ;;
9373
9374 interix[3-9]*)
9375 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9376 # Instead, we relocate shared libraries at runtime.
9377 ;;
9378
9379 msdosdjgpp*)
9380 # Just because we use GCC doesn't mean we suddenly get shared libraries
9381 # on systems that don't support them.
9382 lt_prog_compiler_can_build_shared=no
9383 enable_shared=no
9384 ;;
9385
9386 *nto* | *qnx*)
9387 # QNX uses GNU C++, but need to define -shared option too, otherwise
9388 # it will coredump.
9389 lt_prog_compiler_pic='-fPIC -shared'
9390 ;;
9391
9392 sysv4*MP*)
9393 if test -d /usr/nec; then
9394 lt_prog_compiler_pic=-Kconform_pic
9395 fi
9396 ;;
9397
9398 *)
9399 lt_prog_compiler_pic='-fPIC'
9400 ;;
9401 esac
9402
9403 case $cc_basename in
9404 nvcc*) # Cuda Compiler Driver 2.2
9405 lt_prog_compiler_wl='-Xlinker '
9406 lt_prog_compiler_pic='-Xcompiler -fPIC'
9407 ;;
9408 esac
9409 else
9410 # PORTME Check for flag to pass linker flags through the system compiler.
9411 case $host_os in
9412 aix*)
9413 lt_prog_compiler_wl='-Wl,'
9414 if test "$host_cpu" = ia64; then
9415 # AIX 5 now supports IA64 processor
9416 lt_prog_compiler_static='-Bstatic'
9417 else
9418 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9419 fi
9420 ;;
9421
9422 mingw* | cygwin* | pw32* | os2* | cegcc*)
9423 # This hack is so that the source file can tell whether it is being
9424 # built for inclusion in a dll (and should export symbols for example).
9425 lt_prog_compiler_pic='-DDLL_EXPORT'
9426 ;;
9427
9428 hpux9* | hpux10* | hpux11*)
9429 lt_prog_compiler_wl='-Wl,'
9430 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9431 # not for PA HP-UX.
9432 case $host_cpu in
9433 hppa*64*|ia64*)
9434 # +Z the default
9435 ;;
9436 *)
9437 lt_prog_compiler_pic='+Z'
9438 ;;
9439 esac
9440 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9441 lt_prog_compiler_static='${wl}-a ${wl}archive'
9442 ;;
9443
9444 irix5* | irix6* | nonstopux*)
9445 lt_prog_compiler_wl='-Wl,'
9446 # PIC (with -KPIC) is the default.
9447 lt_prog_compiler_static='-non_shared'
9448 ;;
9449
9450 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9451 case $cc_basename in
9452 # old Intel for x86_64 which still supported -KPIC.
9453 ecc*)
9454 lt_prog_compiler_wl='-Wl,'
9455 lt_prog_compiler_pic='-KPIC'
9456 lt_prog_compiler_static='-static'
9457 ;;
9458 # icc used to be incompatible with GCC.
9459 # ICC 10 doesn't accept -KPIC any more.
9460 icc* | ifort*)
9461 lt_prog_compiler_wl='-Wl,'
9462 lt_prog_compiler_pic='-fPIC'
9463 lt_prog_compiler_static='-static'
9464 ;;
9465 # Lahey Fortran 8.1.
9466 lf95*)
9467 lt_prog_compiler_wl='-Wl,'
9468 lt_prog_compiler_pic='--shared'
9469 lt_prog_compiler_static='--static'
9470 ;;
9471 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9472 # Portland Group compilers (*not* the Pentium gcc compiler,
9473 # which looks to be a dead project)
9474 lt_prog_compiler_wl='-Wl,'
9475 lt_prog_compiler_pic='-fpic'
9476 lt_prog_compiler_static='-Bstatic'
9477 ;;
9478 ccc*)
9479 lt_prog_compiler_wl='-Wl,'
9480 # All Alpha code is PIC.
9481 lt_prog_compiler_static='-non_shared'
9482 ;;
9483 xl* | bgxl* | bgf* | mpixl*)
9484 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9485 lt_prog_compiler_wl='-Wl,'
9486 lt_prog_compiler_pic='-qpic'
9487 lt_prog_compiler_static='-qstaticlink'
9488 ;;
9489 *)
9490 case `$CC -V 2>&1 | sed 5q` in
9491 *Sun\ F* | *Sun*Fortran*)
9492 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9493 lt_prog_compiler_pic='-KPIC'
9494 lt_prog_compiler_static='-Bstatic'
9495 lt_prog_compiler_wl=''
9496 ;;
9497 *Sun\ C*)
9498 # Sun C 5.9
9499 lt_prog_compiler_pic='-KPIC'
9500 lt_prog_compiler_static='-Bstatic'
9501 lt_prog_compiler_wl='-Wl,'
9502 ;;
9503 esac
9504 ;;
9505 esac
9506 ;;
9507
9508 newsos6)
9509 lt_prog_compiler_pic='-KPIC'
9510 lt_prog_compiler_static='-Bstatic'
9511 ;;
9512
9513 *nto* | *qnx*)
9514 # QNX uses GNU C++, but need to define -shared option too, otherwise
9515 # it will coredump.
9516 lt_prog_compiler_pic='-fPIC -shared'
9517 ;;
9518
9519 osf3* | osf4* | osf5*)
9520 lt_prog_compiler_wl='-Wl,'
9521 # All OSF/1 code is PIC.
9522 lt_prog_compiler_static='-non_shared'
9523 ;;
9524
9525 rdos*)
9526 lt_prog_compiler_static='-non_shared'
9527 ;;
fee8ec00 9528
6bb11ab3
L
9529 solaris*)
9530 lt_prog_compiler_pic='-KPIC'
9531 lt_prog_compiler_static='-Bstatic'
9532 case $cc_basename in
9533 f77* | f90* | f95*)
9534 lt_prog_compiler_wl='-Qoption ld ';;
9535 *)
9536 lt_prog_compiler_wl='-Wl,';;
9537 esac
9538 ;;
fee8ec00 9539
6bb11ab3
L
9540 sunos4*)
9541 lt_prog_compiler_wl='-Qoption ld '
9542 lt_prog_compiler_pic='-PIC'
9543 lt_prog_compiler_static='-Bstatic'
9544 ;;
fee8ec00 9545
6bb11ab3
L
9546 sysv4 | sysv4.2uw2* | sysv4.3*)
9547 lt_prog_compiler_wl='-Wl,'
9548 lt_prog_compiler_pic='-KPIC'
9549 lt_prog_compiler_static='-Bstatic'
9550 ;;
9551
9552 sysv4*MP*)
9553 if test -d /usr/nec ;then
9554 lt_prog_compiler_pic='-Kconform_pic'
9555 lt_prog_compiler_static='-Bstatic'
9556 fi
9557 ;;
9558
9559 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9560 lt_prog_compiler_wl='-Wl,'
9561 lt_prog_compiler_pic='-KPIC'
9562 lt_prog_compiler_static='-Bstatic'
9563 ;;
9564
9565 unicos*)
9566 lt_prog_compiler_wl='-Wl,'
9567 lt_prog_compiler_can_build_shared=no
9568 ;;
9569
9570 uts4*)
9571 lt_prog_compiler_pic='-pic'
9572 lt_prog_compiler_static='-Bstatic'
9573 ;;
9574
9575 *)
9576 lt_prog_compiler_can_build_shared=no
9577 ;;
9578 esac
9579 fi
9580
9581case $host_os in
9582 # For platforms which do not support PIC, -DPIC is meaningless:
9583 *djgpp*)
9584 lt_prog_compiler_pic=
9585 ;;
9586 *)
9587 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9588 ;;
81ecdfbb 9589esac
6bb11ab3
L
9590{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9591$as_echo "$lt_prog_compiler_pic" >&6; }
9592
9593
9594
9595
9596
9597
9598#
9599# Check to make sure the PIC flag actually works.
9600#
9601if test -n "$lt_prog_compiler_pic"; then
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9603$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9604if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9605 $as_echo_n "(cached) " >&6
fee8ec00 9606else
6bb11ab3
L
9607 lt_cv_prog_compiler_pic_works=no
9608 ac_outfile=conftest.$ac_objext
9609 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9610 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9611 # Insert the option either (1) after the last *FLAGS variable, or
9612 # (2) before a word containing "conftest.", or (3) at the end.
9613 # Note that $ac_compile itself does not contain backslashes and begins
9614 # with a dollar sign (not a hyphen), so the echo should work correctly.
9615 # The option is referenced via a variable to avoid confusing sed.
9616 lt_compile=`echo "$ac_compile" | $SED \
9617 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9618 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9619 -e 's:$: $lt_compiler_flag:'`
9620 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9621 (eval "$lt_compile" 2>conftest.err)
9622 ac_status=$?
9623 cat conftest.err >&5
9624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9625 if (exit $ac_status) && test -s "$ac_outfile"; then
9626 # The compiler can only warn and ignore the option if not recognized
9627 # So say no if there are warnings other than the usual output.
9628 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9629 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9630 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9631 lt_cv_prog_compiler_pic_works=yes
9632 fi
9633 fi
9634 $RM conftest*
fee8ec00 9635
fee8ec00 9636fi
6bb11ab3
L
9637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9638$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9639
9640if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9641 case $lt_prog_compiler_pic in
9642 "" | " "*) ;;
9643 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9644 esac
9645else
9646 lt_prog_compiler_pic=
9647 lt_prog_compiler_can_build_shared=no
fee8ec00 9648fi
6bb11ab3
L
9649
9650fi
9651
9652
9653
9654
9655
9656
9657#
9658# Check to make sure the static flag actually works.
9659#
9660wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9662$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9663if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9664 $as_echo_n "(cached) " >&6
fee8ec00 9665else
6bb11ab3
L
9666 lt_cv_prog_compiler_static_works=no
9667 save_LDFLAGS="$LDFLAGS"
9668 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9669 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9670 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9671 # The linker can only warn and ignore the option if not recognized
9672 # So say no if there are warnings
9673 if test -s conftest.err; then
9674 # Append any errors to the config.log.
9675 cat conftest.err 1>&5
9676 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9677 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9678 if diff conftest.exp conftest.er2 >/dev/null; then
9679 lt_cv_prog_compiler_static_works=yes
9680 fi
9681 else
9682 lt_cv_prog_compiler_static_works=yes
9683 fi
9684 fi
9685 $RM -r conftest*
9686 LDFLAGS="$save_LDFLAGS"
fee8ec00 9687
6bb11ab3
L
9688fi
9689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9690$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fee8ec00 9691
6bb11ab3
L
9692if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9693 :
fee8ec00 9694else
6bb11ab3 9695 lt_prog_compiler_static=
fee8ec00 9696fi
fee8ec00 9697
6bb11ab3
L
9698
9699
9700
9701
9702
9703
9704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9705$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9706if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9707 $as_echo_n "(cached) " >&6
81ecdfbb 9708else
6bb11ab3
L
9709 lt_cv_prog_compiler_c_o=no
9710 $RM -r conftest 2>/dev/null
9711 mkdir conftest
9712 cd conftest
9713 mkdir out
9714 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9715
9716 lt_compiler_flag="-o out/conftest2.$ac_objext"
9717 # Insert the option either (1) after the last *FLAGS variable, or
9718 # (2) before a word containing "conftest.", or (3) at the end.
9719 # Note that $ac_compile itself does not contain backslashes and begins
9720 # with a dollar sign (not a hyphen), so the echo should work correctly.
9721 lt_compile=`echo "$ac_compile" | $SED \
9722 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9723 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9724 -e 's:$: $lt_compiler_flag:'`
9725 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9726 (eval "$lt_compile" 2>out/conftest.err)
9727 ac_status=$?
9728 cat out/conftest.err >&5
9729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9730 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9731 then
9732 # The compiler can only warn and ignore the option if not recognized
9733 # So say no if there are warnings
9734 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9735 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9736 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9737 lt_cv_prog_compiler_c_o=yes
9738 fi
9739 fi
9740 chmod u+w . 2>&5
9741 $RM conftest*
9742 # SGI C++ compiler will create directory out/ii_files/ for
9743 # template instantiation
9744 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9745 $RM out/* && rmdir out
9746 cd ..
9747 $RM -r conftest
9748 $RM conftest*
9749
81ecdfbb 9750fi
6bb11ab3
L
9751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9752$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9753
9754
9755
9756
9757
9758
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9760$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9761if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
9762 $as_echo_n "(cached) " >&6
9763else
6bb11ab3
L
9764 lt_cv_prog_compiler_c_o=no
9765 $RM -r conftest 2>/dev/null
9766 mkdir conftest
9767 cd conftest
9768 mkdir out
9769 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9770
9771 lt_compiler_flag="-o out/conftest2.$ac_objext"
9772 # Insert the option either (1) after the last *FLAGS variable, or
9773 # (2) before a word containing "conftest.", or (3) at the end.
9774 # Note that $ac_compile itself does not contain backslashes and begins
9775 # with a dollar sign (not a hyphen), so the echo should work correctly.
9776 lt_compile=`echo "$ac_compile" | $SED \
9777 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9778 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9779 -e 's:$: $lt_compiler_flag:'`
9780 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9781 (eval "$lt_compile" 2>out/conftest.err)
9782 ac_status=$?
9783 cat out/conftest.err >&5
9784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9785 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9786 then
9787 # The compiler can only warn and ignore the option if not recognized
9788 # So say no if there are warnings
9789 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9790 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9791 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9792 lt_cv_prog_compiler_c_o=yes
9793 fi
9794 fi
9795 chmod u+w . 2>&5
9796 $RM conftest*
9797 # SGI C++ compiler will create directory out/ii_files/ for
9798 # template instantiation
9799 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9800 $RM out/* && rmdir out
9801 cd ..
9802 $RM -r conftest
9803 $RM conftest*
9804
9805fi
9806{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9807$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9808
9809
9810
9811
9812hard_links="nottested"
9813if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9814 # do not overwrite the value of need_locks provided by the user
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9816$as_echo_n "checking if we can lock with hard links... " >&6; }
9817 hard_links=yes
9818 $RM conftest*
9819 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9820 touch conftest.a
9821 ln conftest.a conftest.b 2>&5 || hard_links=no
9822 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9824$as_echo "$hard_links" >&6; }
9825 if test "$hard_links" = no; then
9826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9827$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9828 need_locks=warn
9829 fi
9830else
9831 need_locks=no
9832fi
9833
9834
9835
9836
9837
9838
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9840$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9841
9842 runpath_var=
9843 allow_undefined_flag=
9844 always_export_symbols=no
9845 archive_cmds=
9846 archive_expsym_cmds=
9847 compiler_needs_object=no
9848 enable_shared_with_static_runtimes=no
9849 export_dynamic_flag_spec=
9850 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9851 hardcode_automatic=no
9852 hardcode_direct=no
9853 hardcode_direct_absolute=no
9854 hardcode_libdir_flag_spec=
9855 hardcode_libdir_flag_spec_ld=
9856 hardcode_libdir_separator=
9857 hardcode_minus_L=no
9858 hardcode_shlibpath_var=unsupported
9859 inherit_rpath=no
9860 link_all_deplibs=unknown
9861 module_cmds=
9862 module_expsym_cmds=
9863 old_archive_from_new_cmds=
9864 old_archive_from_expsyms_cmds=
9865 thread_safe_flag_spec=
9866 whole_archive_flag_spec=
9867 # include_expsyms should be a list of space-separated symbols to be *always*
9868 # included in the symbol list
9869 include_expsyms=
9870 # exclude_expsyms can be an extended regexp of symbols to exclude
9871 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9872 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9873 # as well as any symbol that contains `d'.
9874 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9875 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9876 # platforms (ab)use it in PIC code, but their linkers get confused if
9877 # the symbol is explicitly referenced. Since portable code cannot
9878 # rely on this symbol name, it's probably fine to never include it in
9879 # preloaded symbol tables.
9880 # Exclude shared library initialization/finalization symbols.
9881 extract_expsyms_cmds=
9882
9883 case $host_os in
9884 cygwin* | mingw* | pw32* | cegcc*)
9885 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9886 # When not using gcc, we currently assume that we are using
9887 # Microsoft Visual C++.
9888 if test "$GCC" != yes; then
9889 with_gnu_ld=no
9890 fi
9891 ;;
9892 interix*)
9893 # we just hope/assume this is gcc and not c89 (= MSVC++)
9894 with_gnu_ld=yes
9895 ;;
9896 openbsd*)
9897 with_gnu_ld=no
9898 ;;
9899 esac
fee8ec00 9900
6bb11ab3
L
9901 ld_shlibs=yes
9902
9903 # On some targets, GNU ld is compatible enough with the native linker
9904 # that we're better off using the native interface for both.
9905 lt_use_gnu_ld_interface=no
9906 if test "$with_gnu_ld" = yes; then
9907 case $host_os in
9908 aix*)
9909 # The AIX port of GNU ld has always aspired to compatibility
9910 # with the native linker. However, as the warning in the GNU ld
9911 # block says, versions before 2.19.5* couldn't really create working
9912 # shared libraries, regardless of the interface used.
9913 case `$LD -v 2>&1` in
9914 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9915 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9916 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9917 *)
9918 lt_use_gnu_ld_interface=yes
9919 ;;
9920 esac
9921 ;;
9922 *)
9923 lt_use_gnu_ld_interface=yes
9924 ;;
9925 esac
9926 fi
fee8ec00 9927
6bb11ab3
L
9928 if test "$lt_use_gnu_ld_interface" = yes; then
9929 # If archive_cmds runs LD, not CC, wlarc should be empty
9930 wlarc='${wl}'
9931
9932 # Set some defaults for GNU ld with shared library support. These
9933 # are reset later if shared libraries are not supported. Putting them
9934 # here allows them to be overridden if necessary.
9935 runpath_var=LD_RUN_PATH
9936 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9937 export_dynamic_flag_spec='${wl}--export-dynamic'
9938 # ancient GNU ld didn't support --whole-archive et. al.
9939 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9940 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9941 else
9942 whole_archive_flag_spec=
9943 fi
9944 supports_anon_versioning=no
9945 case `$LD -v 2>&1` in
9946 *GNU\ gold*) supports_anon_versioning=yes ;;
9947 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9948 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9949 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9950 *\ 2.11.*) ;; # other 2.11 versions
9951 *) supports_anon_versioning=yes ;;
9952 esac
9953
9954 # See if GNU ld supports shared libraries.
9955 case $host_os in
9956 aix[3-9]*)
9957 # On AIX/PPC, the GNU linker is very broken
9958 if test "$host_cpu" != ia64; then
9959 ld_shlibs=no
9960 cat <<_LT_EOF 1>&2
9961
9962*** Warning: the GNU linker, at least up to release 2.19, is reported
9963*** to be unable to reliably create shared libraries on AIX.
9964*** Therefore, libtool is disabling shared libraries support. If you
9965*** really care for shared libraries, you may want to install binutils
9966*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9967*** You will then need to restart the configuration process.
9968
9969_LT_EOF
9970 fi
9971 ;;
9972
9973 amigaos*)
9974 case $host_cpu in
9975 powerpc)
9976 # see comment about AmigaOS4 .so support
9977 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9978 archive_expsym_cmds=''
9979 ;;
9980 m68k)
9981 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)'
9982 hardcode_libdir_flag_spec='-L$libdir'
9983 hardcode_minus_L=yes
9984 ;;
9985 esac
9986 ;;
9987
9988 beos*)
9989 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9990 allow_undefined_flag=unsupported
9991 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9992 # support --undefined. This deserves some investigation. FIXME
9993 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9994 else
9995 ld_shlibs=no
9996 fi
9997 ;;
9998
9999 cygwin* | mingw* | pw32* | cegcc*)
10000 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10001 # as there is no search path for DLLs.
10002 hardcode_libdir_flag_spec='-L$libdir'
10003 export_dynamic_flag_spec='${wl}--export-all-symbols'
10004 allow_undefined_flag=unsupported
10005 always_export_symbols=no
10006 enable_shared_with_static_runtimes=yes
10007 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10008
10009 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10010 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10011 # If the export-symbols file already is a .def file (1st line
10012 # is EXPORTS), use it as is; otherwise, prepend...
10013 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10014 cp $export_symbols $output_objdir/$soname.def;
10015 else
10016 echo EXPORTS > $output_objdir/$soname.def;
10017 cat $export_symbols >> $output_objdir/$soname.def;
10018 fi~
10019 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10020 else
10021 ld_shlibs=no
10022 fi
10023 ;;
10024
10025 haiku*)
10026 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10027 link_all_deplibs=yes
10028 ;;
10029
10030 interix[3-9]*)
10031 hardcode_direct=no
10032 hardcode_shlibpath_var=no
10033 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10034 export_dynamic_flag_spec='${wl}-E'
10035 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10036 # Instead, shared libraries are loaded at an image base (0x10000000 by
10037 # default) and relocated if they conflict, which is a slow very memory
10038 # consuming and fragmenting process. To avoid this, we pick a random,
10039 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10040 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10041 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10042 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'
10043 ;;
10044
10045 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10046 tmp_diet=no
10047 if test "$host_os" = linux-dietlibc; then
10048 case $cc_basename in
10049 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10050 esac
10051 fi
10052 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10053 && test "$tmp_diet" = no
10054 then
10055 tmp_addflag=
10056 tmp_sharedflag='-shared'
10057 case $cc_basename,$host_cpu in
10058 pgcc*) # Portland Group C compiler
10059 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'
10060 tmp_addflag=' $pic_flag'
10061 ;;
10062 pgf77* | pgf90* | pgf95* | pgfortran*)
10063 # Portland Group f77 and f90 compilers
10064 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'
10065 tmp_addflag=' $pic_flag -Mnomain' ;;
10066 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10067 tmp_addflag=' -i_dynamic' ;;
10068 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10069 tmp_addflag=' -i_dynamic -nofor_main' ;;
10070 ifc* | ifort*) # Intel Fortran compiler
10071 tmp_addflag=' -nofor_main' ;;
10072 lf95*) # Lahey Fortran 8.1
10073 whole_archive_flag_spec=
10074 tmp_sharedflag='--shared' ;;
10075 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10076 tmp_sharedflag='-qmkshrobj'
10077 tmp_addflag= ;;
10078 nvcc*) # Cuda Compiler Driver 2.2
10079 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'
10080 compiler_needs_object=yes
10081 ;;
10082 esac
10083 case `$CC -V 2>&1 | sed 5q` in
10084 *Sun\ C*) # Sun C 5.9
10085 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'
10086 compiler_needs_object=yes
10087 tmp_sharedflag='-G' ;;
10088 *Sun\ F*) # Sun Fortran 8.3
10089 tmp_sharedflag='-G' ;;
10090 esac
10091 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10092
10093 if test "x$supports_anon_versioning" = xyes; then
10094 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10095 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10096 echo "local: *; };" >> $output_objdir/$libname.ver~
10097 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10098 fi
10099
10100 case $cc_basename in
10101 xlf* | bgf* | bgxlf* | mpixlf*)
10102 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10103 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10104 hardcode_libdir_flag_spec=
10105 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10106 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10107 if test "x$supports_anon_versioning" = xyes; then
10108 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10109 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10110 echo "local: *; };" >> $output_objdir/$libname.ver~
10111 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10112 fi
10113 ;;
10114 esac
10115 else
10116 ld_shlibs=no
10117 fi
10118 ;;
10119
10120 netbsd*)
10121 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10122 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10123 wlarc=
10124 else
10125 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10126 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10127 fi
10128 ;;
10129
10130 solaris*)
10131 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10132 ld_shlibs=no
10133 cat <<_LT_EOF 1>&2
10134
10135*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10136*** create shared libraries on Solaris systems. Therefore, libtool
10137*** is disabling shared libraries support. We urge you to upgrade GNU
10138*** binutils to release 2.9.1 or newer. Another option is to modify
10139*** your PATH or compiler configuration so that the native linker is
10140*** used, and then restart.
10141
10142_LT_EOF
10143 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10144 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10145 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10146 else
10147 ld_shlibs=no
10148 fi
10149 ;;
10150
10151 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10152 case `$LD -v 2>&1` in
10153 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10154 ld_shlibs=no
10155 cat <<_LT_EOF 1>&2
10156
10157*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10158*** reliably create shared libraries on SCO systems. Therefore, libtool
10159*** is disabling shared libraries support. We urge you to upgrade GNU
10160*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10161*** your PATH or compiler configuration so that the native linker is
10162*** used, and then restart.
10163
10164_LT_EOF
10165 ;;
10166 *)
10167 # For security reasons, it is highly recommended that you always
10168 # use absolute paths for naming shared libraries, and exclude the
10169 # DT_RUNPATH tag from executables and libraries. But doing so
10170 # requires that you compile everything twice, which is a pain.
10171 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10172 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10173 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10174 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10175 else
10176 ld_shlibs=no
10177 fi
10178 ;;
10179 esac
10180 ;;
10181
10182 sunos4*)
10183 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10184 wlarc=
10185 hardcode_direct=yes
10186 hardcode_shlibpath_var=no
10187 ;;
10188
10189 *)
10190 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10191 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10192 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10193 else
10194 ld_shlibs=no
10195 fi
10196 ;;
10197 esac
10198
10199 if test "$ld_shlibs" = no; then
10200 runpath_var=
10201 hardcode_libdir_flag_spec=
10202 export_dynamic_flag_spec=
10203 whole_archive_flag_spec=
10204 fi
10205 else
10206 # PORTME fill in a description of your system's linker (not GNU ld)
10207 case $host_os in
10208 aix3*)
10209 allow_undefined_flag=unsupported
10210 always_export_symbols=yes
10211 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'
10212 # Note: this linker hardcodes the directories in LIBPATH if there
10213 # are no directories specified by -L.
10214 hardcode_minus_L=yes
10215 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10216 # Neither direct hardcoding nor static linking is supported with a
10217 # broken collect2.
10218 hardcode_direct=unsupported
10219 fi
10220 ;;
10221
10222 aix[4-9]*)
10223 if test "$host_cpu" = ia64; then
10224 # On IA64, the linker does run time linking by default, so we don't
10225 # have to do anything special.
10226 aix_use_runtimelinking=no
10227 exp_sym_flag='-Bexport'
10228 no_entry_flag=""
10229 else
10230 # If we're using GNU nm, then we don't want the "-C" option.
10231 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10232 # Also, AIX nm treats weak defined symbols like other global
10233 # defined symbols, whereas GNU nm marks them as "W".
10234 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10235 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'
10236 else
10237 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'
10238 fi
10239 aix_use_runtimelinking=no
10240
10241 # Test if we are trying to use run time linking or normal
10242 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10243 # need to do runtime linking.
10244 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10245 for ld_flag in $LDFLAGS; do
10246 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10247 aix_use_runtimelinking=yes
10248 break
10249 fi
10250 done
10251 ;;
10252 esac
10253
10254 exp_sym_flag='-bexport'
10255 no_entry_flag='-bnoentry'
10256 fi
10257
10258 # When large executables or shared objects are built, AIX ld can
10259 # have problems creating the table of contents. If linking a library
10260 # or program results in "error TOC overflow" add -mminimal-toc to
10261 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10262 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10263
10264 archive_cmds=''
10265 hardcode_direct=yes
10266 hardcode_direct_absolute=yes
10267 hardcode_libdir_separator=':'
10268 link_all_deplibs=yes
10269 file_list_spec='${wl}-f,'
10270
10271 if test "$GCC" = yes; then
10272 case $host_os in aix4.[012]|aix4.[012].*)
10273 # We only want to do this on AIX 4.2 and lower, the check
10274 # below for broken collect2 doesn't work under 4.3+
10275 collect2name=`${CC} -print-prog-name=collect2`
10276 if test -f "$collect2name" &&
10277 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10278 then
10279 # We have reworked collect2
10280 :
10281 else
10282 # We have old collect2
10283 hardcode_direct=unsupported
10284 # It fails to find uninstalled libraries when the uninstalled
10285 # path is not listed in the libpath. Setting hardcode_minus_L
10286 # to unsupported forces relinking
10287 hardcode_minus_L=yes
10288 hardcode_libdir_flag_spec='-L$libdir'
10289 hardcode_libdir_separator=
10290 fi
10291 ;;
10292 esac
10293 shared_flag='-shared'
10294 if test "$aix_use_runtimelinking" = yes; then
10295 shared_flag="$shared_flag "'${wl}-G'
10296 fi
10297 else
10298 # not using gcc
10299 if test "$host_cpu" = ia64; then
10300 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10301 # chokes on -Wl,-G. The following line is correct:
10302 shared_flag='-G'
10303 else
10304 if test "$aix_use_runtimelinking" = yes; then
10305 shared_flag='${wl}-G'
10306 else
10307 shared_flag='${wl}-bM:SRE'
10308 fi
10309 fi
10310 fi
10311
10312 export_dynamic_flag_spec='${wl}-bexpall'
10313 # It seems that -bexpall does not export symbols beginning with
10314 # underscore (_), so it is better to generate a list of symbols to export.
10315 always_export_symbols=yes
10316 if test "$aix_use_runtimelinking" = yes; then
10317 # Warning - without using the other runtime loading flags (-brtl),
10318 # -berok will link without error, but may produce a broken library.
10319 allow_undefined_flag='-berok'
10320 # Determine the default libpath from the value encoded in an
10321 # empty executable.
10322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10323/* end confdefs.h. */
10324
10325int
10326main ()
10327{
10328
10329 ;
10330 return 0;
10331}
10332_ACEOF
6bb11ab3 10333if ac_fn_c_try_link "$LINENO"; then :
fee8ec00 10334
6bb11ab3
L
10335lt_aix_libpath_sed='
10336 /Import File Strings/,/^$/ {
10337 /^0/ {
10338 s/^0 *\(.*\)$/\1/
10339 p
10340 }
10341 }'
10342aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10343# Check for a 64-bit object if we didn't find anything.
10344if test -z "$aix_libpath"; then
10345 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10346fi
10347fi
10348rm -f core conftest.err conftest.$ac_objext \
10349 conftest$ac_exeext conftest.$ac_ext
10350if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10351
10352 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10353 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"
10354 else
10355 if test "$host_cpu" = ia64; then
10356 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10357 allow_undefined_flag="-z nodefs"
10358 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"
10359 else
10360 # Determine the default libpath from the value encoded in an
10361 # empty executable.
81ecdfbb
RW
10362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10363/* end confdefs.h. */
10364
10365int
10366main ()
10367{
10368
10369 ;
10370 return 0;
10371}
10372_ACEOF
6bb11ab3
L
10373if ac_fn_c_try_link "$LINENO"; then :
10374
10375lt_aix_libpath_sed='
10376 /Import File Strings/,/^$/ {
10377 /^0/ {
10378 s/^0 *\(.*\)$/\1/
10379 p
10380 }
10381 }'
10382aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10383# Check for a 64-bit object if we didn't find anything.
10384if test -z "$aix_libpath"; then
10385 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10386fi
81ecdfbb 10387fi
6bb11ab3
L
10388rm -f core conftest.err conftest.$ac_objext \
10389 conftest$ac_exeext conftest.$ac_ext
10390if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10391
10392 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10393 # Warning - without using the other run time loading flags,
10394 # -berok will link without error, but may produce a broken library.
10395 no_undefined_flag=' ${wl}-bernotok'
10396 allow_undefined_flag=' ${wl}-berok'
10397 if test "$with_gnu_ld" = yes; then
10398 # We only use this code for GNU lds that support --whole-archive.
10399 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10400 else
10401 # Exported symbols can be pulled into shared objects from archives
10402 whole_archive_flag_spec='$convenience'
10403 fi
10404 archive_cmds_need_lc=yes
10405 # This is similar to how AIX traditionally builds its shared libraries.
10406 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'
10407 fi
10408 fi
10409 ;;
10410
10411 amigaos*)
10412 case $host_cpu in
10413 powerpc)
10414 # see comment about AmigaOS4 .so support
10415 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10416 archive_expsym_cmds=''
10417 ;;
10418 m68k)
10419 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)'
10420 hardcode_libdir_flag_spec='-L$libdir'
10421 hardcode_minus_L=yes
10422 ;;
10423 esac
10424 ;;
10425
10426 bsdi[45]*)
10427 export_dynamic_flag_spec=-rdynamic
10428 ;;
10429
10430 cygwin* | mingw* | pw32* | cegcc*)
10431 # When not using gcc, we currently assume that we are using
10432 # Microsoft Visual C++.
10433 # hardcode_libdir_flag_spec is actually meaningless, as there is
10434 # no search path for DLLs.
10435 hardcode_libdir_flag_spec=' '
10436 allow_undefined_flag=unsupported
10437 # Tell ltmain to make .lib files, not .a files.
10438 libext=lib
10439 # Tell ltmain to make .dll files, not .so files.
10440 shrext_cmds=".dll"
10441 # FIXME: Setting linknames here is a bad hack.
10442 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10443 # The linker will automatically build a .lib file if we build a DLL.
10444 old_archive_from_new_cmds='true'
10445 # FIXME: Should let the user specify the lib program.
10446 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10447 fix_srcfile_path='`cygpath -w "$srcfile"`'
10448 enable_shared_with_static_runtimes=yes
10449 ;;
10450
10451 darwin* | rhapsody*)
10452
10453
10454 archive_cmds_need_lc=no
10455 hardcode_direct=no
10456 hardcode_automatic=yes
10457 hardcode_shlibpath_var=unsupported
10458 if test "$lt_cv_ld_force_load" = "yes"; then
10459 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\"`'
fee8ec00 10460 else
6bb11ab3 10461 whole_archive_flag_spec=''
fee8ec00 10462 fi
6bb11ab3
L
10463 link_all_deplibs=yes
10464 allow_undefined_flag="$_lt_dar_allow_undefined"
10465 case $cc_basename in
10466 ifort*) _lt_dar_can_shared=yes ;;
10467 *) _lt_dar_can_shared=$GCC ;;
10468 esac
10469 if test "$_lt_dar_can_shared" = "yes"; then
10470 output_verbose_link_cmd=func_echo_all
10471 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10472 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10473 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}"
10474 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}"
10475
fee8ec00 10476 else
6bb11ab3 10477 ld_shlibs=no
fee8ec00 10478 fi
6bb11ab3
L
10479
10480 ;;
10481
10482 dgux*)
10483 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10484 hardcode_libdir_flag_spec='-L$libdir'
10485 hardcode_shlibpath_var=no
10486 ;;
10487
10488 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10489 # support. Future versions do this automatically, but an explicit c++rt0.o
10490 # does not break anything, and helps significantly (at the cost of a little
10491 # extra space).
10492 freebsd2.2*)
10493 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10494 hardcode_libdir_flag_spec='-R$libdir'
10495 hardcode_direct=yes
10496 hardcode_shlibpath_var=no
10497 ;;
10498
10499 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10500 freebsd2.*)
10501 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10502 hardcode_direct=yes
10503 hardcode_minus_L=yes
10504 hardcode_shlibpath_var=no
10505 ;;
10506
10507 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10508 freebsd* | dragonfly*)
10509 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10510 hardcode_libdir_flag_spec='-R$libdir'
10511 hardcode_direct=yes
10512 hardcode_shlibpath_var=no
10513 ;;
10514
10515 hpux9*)
10516 if test "$GCC" = yes; then
10517 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'
10518 else
10519 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'
10520 fi
10521 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10522 hardcode_libdir_separator=:
10523 hardcode_direct=yes
10524
10525 # hardcode_minus_L: Not really in the search PATH,
10526 # but as the default location of the library.
10527 hardcode_minus_L=yes
10528 export_dynamic_flag_spec='${wl}-E'
10529 ;;
10530
10531 hpux10*)
10532 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10533 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10534 else
10535 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10536 fi
10537 if test "$with_gnu_ld" = no; then
10538 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10539 hardcode_libdir_flag_spec_ld='+b $libdir'
10540 hardcode_libdir_separator=:
10541 hardcode_direct=yes
10542 hardcode_direct_absolute=yes
10543 export_dynamic_flag_spec='${wl}-E'
10544 # hardcode_minus_L: Not really in the search PATH,
10545 # but as the default location of the library.
10546 hardcode_minus_L=yes
10547 fi
10548 ;;
10549
10550 hpux11*)
10551 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10552 case $host_cpu in
10553 hppa*64*)
10554 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10555 ;;
10556 ia64*)
10557 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10558 ;;
10559 *)
10560 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10561 ;;
10562 esac
10563 else
10564 case $host_cpu in
10565 hppa*64*)
10566 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10567 ;;
10568 ia64*)
10569 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10570 ;;
10571 *)
10572
10573 # Older versions of the 11.00 compiler do not understand -b yet
10574 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10576$as_echo_n "checking if $CC understands -b... " >&6; }
10577if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10578 $as_echo_n "(cached) " >&6
fee8ec00 10579else
6bb11ab3
L
10580 lt_cv_prog_compiler__b=no
10581 save_LDFLAGS="$LDFLAGS"
10582 LDFLAGS="$LDFLAGS -b"
10583 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10584 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10585 # The linker can only warn and ignore the option if not recognized
10586 # So say no if there are warnings
10587 if test -s conftest.err; then
10588 # Append any errors to the config.log.
10589 cat conftest.err 1>&5
10590 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10591 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10592 if diff conftest.exp conftest.er2 >/dev/null; then
10593 lt_cv_prog_compiler__b=yes
10594 fi
10595 else
10596 lt_cv_prog_compiler__b=yes
10597 fi
10598 fi
10599 $RM -r conftest*
10600 LDFLAGS="$save_LDFLAGS"
fee8ec00 10601
6bb11ab3
L
10602fi
10603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10604$as_echo "$lt_cv_prog_compiler__b" >&6; }
fee8ec00 10605
6bb11ab3
L
10606if test x"$lt_cv_prog_compiler__b" = xyes; then
10607 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10608else
10609 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10610fi
81ecdfbb 10611
6bb11ab3
L
10612 ;;
10613 esac
10614 fi
10615 if test "$with_gnu_ld" = no; then
10616 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10617 hardcode_libdir_separator=:
10618
10619 case $host_cpu in
10620 hppa*64*|ia64*)
10621 hardcode_direct=no
10622 hardcode_shlibpath_var=no
10623 ;;
10624 *)
10625 hardcode_direct=yes
10626 hardcode_direct_absolute=yes
10627 export_dynamic_flag_spec='${wl}-E'
10628
10629 # hardcode_minus_L: Not really in the search PATH,
10630 # but as the default location of the library.
10631 hardcode_minus_L=yes
10632 ;;
10633 esac
10634 fi
10635 ;;
10636
10637 irix5* | irix6* | nonstopux*)
10638 if test "$GCC" = yes; then
10639 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'
10640 # Try to use the -exported_symbol ld option, if it does not
10641 # work, assume that -exports_file does not work either and
10642 # implicitly export all symbols.
10643 save_LDFLAGS="$LDFLAGS"
10644 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10646/* end confdefs.h. */
10647int foo(void) {}
fee8ec00 10648_ACEOF
6bb11ab3
L
10649if ac_fn_c_try_link "$LINENO"; then :
10650 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'
fee8ec00
SR
10651
10652fi
6bb11ab3
L
10653rm -f core conftest.err conftest.$ac_objext \
10654 conftest$ac_exeext conftest.$ac_ext
10655 LDFLAGS="$save_LDFLAGS"
10656 else
10657 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'
10658 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'
10659 fi
10660 archive_cmds_need_lc='no'
10661 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10662 hardcode_libdir_separator=:
10663 inherit_rpath=yes
10664 link_all_deplibs=yes
10665 ;;
10666
10667 netbsd*)
10668 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10669 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10670 else
10671 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10672 fi
10673 hardcode_libdir_flag_spec='-R$libdir'
10674 hardcode_direct=yes
10675 hardcode_shlibpath_var=no
10676 ;;
10677
10678 newsos6)
10679 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10680 hardcode_direct=yes
10681 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10682 hardcode_libdir_separator=:
10683 hardcode_shlibpath_var=no
10684 ;;
10685
10686 *nto* | *qnx*)
10687 ;;
10688
10689 openbsd*)
10690 if test -f /usr/libexec/ld.so; then
10691 hardcode_direct=yes
10692 hardcode_shlibpath_var=no
10693 hardcode_direct_absolute=yes
10694 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10695 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10696 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10697 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10698 export_dynamic_flag_spec='${wl}-E'
10699 else
10700 case $host_os in
10701 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10702 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10703 hardcode_libdir_flag_spec='-R$libdir'
10704 ;;
10705 *)
10706 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10707 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10708 ;;
10709 esac
10710 fi
10711 else
10712 ld_shlibs=no
10713 fi
10714 ;;
10715
10716 os2*)
10717 hardcode_libdir_flag_spec='-L$libdir'
10718 hardcode_minus_L=yes
10719 allow_undefined_flag=unsupported
10720 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'
10721 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10722 ;;
10723
10724 osf3*)
10725 if test "$GCC" = yes; then
10726 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10727 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'
10728 else
10729 allow_undefined_flag=' -expect_unresolved \*'
10730 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'
10731 fi
10732 archive_cmds_need_lc='no'
10733 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10734 hardcode_libdir_separator=:
10735 ;;
10736
10737 osf4* | osf5*) # as osf3* with the addition of -msym flag
10738 if test "$GCC" = yes; then
10739 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10740 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'
10741 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10742 else
10743 allow_undefined_flag=' -expect_unresolved \*'
10744 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'
10745 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~
10746 $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'
10747
10748 # Both c and cxx compiler support -rpath directly
10749 hardcode_libdir_flag_spec='-rpath $libdir'
10750 fi
10751 archive_cmds_need_lc='no'
10752 hardcode_libdir_separator=:
10753 ;;
10754
10755 solaris*)
10756 no_undefined_flag=' -z defs'
10757 if test "$GCC" = yes; then
10758 wlarc='${wl}'
10759 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10760 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10761 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10762 else
10763 case `$CC -V 2>&1` in
10764 *"Compilers 5.0"*)
10765 wlarc=''
10766 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10767 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10768 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10769 ;;
10770 *)
10771 wlarc='${wl}'
10772 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10773 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10774 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10775 ;;
10776 esac
10777 fi
10778 hardcode_libdir_flag_spec='-R$libdir'
10779 hardcode_shlibpath_var=no
10780 case $host_os in
10781 solaris2.[0-5] | solaris2.[0-5].*) ;;
10782 *)
10783 # The compiler driver will combine and reorder linker options,
10784 # but understands `-z linker_flag'. GCC discards it without `$wl',
10785 # but is careful enough not to reorder.
10786 # Supported since Solaris 2.6 (maybe 2.5.1?)
10787 if test "$GCC" = yes; then
10788 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10789 else
10790 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10791 fi
10792 ;;
10793 esac
10794 link_all_deplibs=yes
10795 ;;
10796
10797 sunos4*)
10798 if test "x$host_vendor" = xsequent; then
10799 # Use $CC to link under sequent, because it throws in some extra .o
10800 # files that make .init and .fini sections work.
10801 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10802 else
10803 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10804 fi
10805 hardcode_libdir_flag_spec='-L$libdir'
10806 hardcode_direct=yes
10807 hardcode_minus_L=yes
10808 hardcode_shlibpath_var=no
10809 ;;
10810
10811 sysv4)
10812 case $host_vendor in
10813 sni)
10814 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10815 hardcode_direct=yes # is this really true???
10816 ;;
10817 siemens)
10818 ## LD is ld it makes a PLAMLIB
10819 ## CC just makes a GrossModule.
10820 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10821 reload_cmds='$CC -r -o $output$reload_objs'
10822 hardcode_direct=no
10823 ;;
10824 motorola)
10825 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10826 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10827 ;;
10828 esac
10829 runpath_var='LD_RUN_PATH'
10830 hardcode_shlibpath_var=no
10831 ;;
10832
10833 sysv4.3*)
10834 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10835 hardcode_shlibpath_var=no
10836 export_dynamic_flag_spec='-Bexport'
10837 ;;
10838
10839 sysv4*MP*)
10840 if test -d /usr/nec; then
10841 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10842 hardcode_shlibpath_var=no
10843 runpath_var=LD_RUN_PATH
10844 hardcode_runpath_var=yes
10845 ld_shlibs=yes
10846 fi
10847 ;;
10848
10849 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10850 no_undefined_flag='${wl}-z,text'
10851 archive_cmds_need_lc=no
10852 hardcode_shlibpath_var=no
10853 runpath_var='LD_RUN_PATH'
10854
10855 if test "$GCC" = yes; then
10856 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10857 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10858 else
10859 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10860 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10861 fi
10862 ;;
10863
10864 sysv5* | sco3.2v5* | sco5v6*)
10865 # Note: We can NOT use -z defs as we might desire, because we do not
10866 # link with -lc, and that would cause any symbols used from libc to
10867 # always be unresolved, which means just about no library would
10868 # ever link correctly. If we're not using GNU ld we use -z text
10869 # though, which does catch some bad symbols but isn't as heavy-handed
10870 # as -z defs.
10871 no_undefined_flag='${wl}-z,text'
10872 allow_undefined_flag='${wl}-z,nodefs'
10873 archive_cmds_need_lc=no
10874 hardcode_shlibpath_var=no
10875 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10876 hardcode_libdir_separator=':'
10877 link_all_deplibs=yes
10878 export_dynamic_flag_spec='${wl}-Bexport'
10879 runpath_var='LD_RUN_PATH'
10880
10881 if test "$GCC" = yes; then
10882 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10883 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10884 else
10885 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10886 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10887 fi
10888 ;;
10889
10890 uts4*)
10891 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10892 hardcode_libdir_flag_spec='-L$libdir'
10893 hardcode_shlibpath_var=no
10894 ;;
10895
10896 *)
10897 ld_shlibs=no
10898 ;;
10899 esac
10900
10901 if test x$host_vendor = xsni; then
10902 case $host in
10903 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10904 export_dynamic_flag_spec='${wl}-Blargedynsym'
10905 ;;
10906 esac
10907 fi
10908 fi
10909
10910{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10911$as_echo "$ld_shlibs" >&6; }
10912test "$ld_shlibs" = no && can_build_shared=no
10913
10914with_gnu_ld=$with_gnu_ld
10915
10916
10917
fee8ec00 10918
fee8ec00 10919
fee8ec00 10920
6ffe910a 10921
6ffe910a
MF
10922
10923
6ffe910a 10924
fee8ec00 10925
fee8ec00
SR
10926
10927
6bb11ab3
L
10928
10929
10930#
10931# Do we need to explicitly link libc?
10932#
10933case "x$archive_cmds_need_lc" in
10934x|xyes)
10935 # Assume -lc should be added
10936 archive_cmds_need_lc=yes
10937
10938 if test "$enable_shared" = yes && test "$GCC" = yes; then
10939 case $archive_cmds in
10940 *'~'*)
10941 # FIXME: we may have to deal with multi-command sequences.
10942 ;;
10943 '$CC '*)
10944 # Test whether the compiler implicitly links with -lc since on some
10945 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10946 # to ld, don't add -lc before -lgcc.
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10948$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10949if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 10950 $as_echo_n "(cached) " >&6
fee8ec00 10951else
6bb11ab3
L
10952 $RM conftest*
10953 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10954
10955 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10956 (eval $ac_compile) 2>&5
10957 ac_status=$?
10958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10959 test $ac_status = 0; } 2>conftest.err; then
10960 soname=conftest
10961 lib=conftest
10962 libobjs=conftest.$ac_objext
10963 deplibs=
10964 wl=$lt_prog_compiler_wl
10965 pic_flag=$lt_prog_compiler_pic
10966 compiler_flags=-v
10967 linker_flags=-v
10968 verstring=
10969 output_objdir=.
10970 libname=conftest
10971 lt_save_allow_undefined_flag=$allow_undefined_flag
10972 allow_undefined_flag=
10973 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10974 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10975 ac_status=$?
10976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10977 test $ac_status = 0; }
10978 then
10979 lt_cv_archive_cmds_need_lc=no
10980 else
10981 lt_cv_archive_cmds_need_lc=yes
10982 fi
10983 allow_undefined_flag=$lt_save_allow_undefined_flag
10984 else
10985 cat conftest.err 1>&5
10986 fi
10987 $RM conftest*
fee8ec00 10988
6ffe910a 10989fi
6bb11ab3
L
10990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10991$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10992 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10993 ;;
10994 esac
10995 fi
10996 ;;
6ffe910a 10997esac
fee8ec00
SR
10998
10999
6ffe910a 11000
fee8ec00 11001
81ecdfbb 11002
fee8ec00 11003
fee8ec00 11004
fee8ec00 11005
fee8ec00 11006
fee8ec00 11007
fee8ec00 11008
fee8ec00 11009
fee8ec00 11010
fee8ec00 11011
81ecdfbb 11012
fee8ec00 11013
fee8ec00
SR
11014
11015
81ecdfbb 11016
81ecdfbb 11017
81ecdfbb
RW
11018
11019
81ecdfbb 11020
81ecdfbb 11021
fee8ec00
SR
11022
11023
fee8ec00 11024
fee8ec00 11025
fee8ec00 11026
fee8ec00 11027
81ecdfbb 11028
fee8ec00 11029
fee8ec00 11030
fee8ec00 11031
81ecdfbb 11032
fee8ec00 11033
fee8ec00 11034
fee8ec00 11035
fee8ec00 11036
81ecdfbb 11037
fee8ec00 11038
fee8ec00 11039
fee8ec00 11040
fee8ec00
SR
11041
11042
11043
11044
6ffe910a 11045
2232061b
MF
11046
11047
2232061b 11048
2232061b
MF
11049
11050
2232061b
MF
11051
11052
2232061b 11053
2232061b
MF
11054
11055
6bb11ab3
L
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11156$as_echo_n "checking dynamic linker characteristics... " >&6; }
11157
11158if test "$GCC" = yes; then
11159 case $host_os in
11160 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11161 *) lt_awk_arg="/^libraries:/" ;;
11162 esac
11163 case $host_os in
11164 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11165 *) lt_sed_strip_eq="s,=/,/,g" ;;
11166 esac
11167 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11168 case $lt_search_path_spec in
11169 *\;*)
11170 # if the path contains ";" then we assume it to be the separator
11171 # otherwise default to the standard path separator (i.e. ":") - it is
11172 # assumed that no part of a normal pathname contains ";" but that should
11173 # okay in the real world where ";" in dirpaths is itself problematic.
11174 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11175 ;;
11176 *)
11177 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11178 ;;
11179 esac
11180 # Ok, now we have the path, separated by spaces, we can step through it
11181 # and add multilib dir if necessary.
11182 lt_tmp_lt_search_path_spec=
11183 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11184 for lt_sys_path in $lt_search_path_spec; do
11185 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11186 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11187 else
11188 test -d "$lt_sys_path" && \
11189 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11190 fi
11191 done
11192 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11193BEGIN {RS=" "; FS="/|\n";} {
11194 lt_foo="";
11195 lt_count=0;
11196 for (lt_i = NF; lt_i > 0; lt_i--) {
11197 if ($lt_i != "" && $lt_i != ".") {
11198 if ($lt_i == "..") {
11199 lt_count++;
11200 } else {
11201 if (lt_count == 0) {
11202 lt_foo="/" $lt_i lt_foo;
11203 } else {
11204 lt_count--;
11205 }
11206 }
11207 }
11208 }
11209 if (lt_foo != "") { lt_freq[lt_foo]++; }
11210 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11211}'`
11212 # AWK program above erroneously prepends '/' to C:/dos/paths
11213 # for these hosts.
11214 case $host_os in
11215 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11216 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11217 esac
11218 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11219else
11220 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11221fi
11222library_names_spec=
11223libname_spec='lib$name'
11224soname_spec=
11225shrext_cmds=".so"
11226postinstall_cmds=
11227postuninstall_cmds=
11228finish_cmds=
11229finish_eval=
11230shlibpath_var=
11231shlibpath_overrides_runpath=unknown
11232version_type=none
11233dynamic_linker="$host_os ld.so"
11234sys_lib_dlsearch_path_spec="/lib /usr/lib"
11235need_lib_prefix=unknown
11236hardcode_into_libs=no
11237
11238# when you set need_version to no, make sure it does not cause -set_version
11239# flags to be left without arguments
11240need_version=unknown
11241
11242case $host_os in
11243aix3*)
11244 version_type=linux
11245 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11246 shlibpath_var=LIBPATH
11247
11248 # AIX 3 has no versioning support, so we append a major version to the name.
11249 soname_spec='${libname}${release}${shared_ext}$major'
11250 ;;
11251
11252aix[4-9]*)
11253 version_type=linux
11254 need_lib_prefix=no
11255 need_version=no
11256 hardcode_into_libs=yes
11257 if test "$host_cpu" = ia64; then
11258 # AIX 5 supports IA64
11259 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11260 shlibpath_var=LD_LIBRARY_PATH
11261 else
11262 # With GCC up to 2.95.x, collect2 would create an import file
11263 # for dependence libraries. The import file would start with
11264 # the line `#! .'. This would cause the generated library to
11265 # depend on `.', always an invalid library. This was fixed in
11266 # development snapshots of GCC prior to 3.0.
11267 case $host_os in
11268 aix4 | aix4.[01] | aix4.[01].*)
11269 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11270 echo ' yes '
11271 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11272 :
11273 else
11274 can_build_shared=no
11275 fi
11276 ;;
11277 esac
11278 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11279 # soname into executable. Probably we can add versioning support to
11280 # collect2, so additional links can be useful in future.
11281 if test "$aix_use_runtimelinking" = yes; then
11282 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11283 # instead of lib<name>.a to let people know that these are not
11284 # typical AIX shared libraries.
11285 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11286 else
11287 # We preserve .a as extension for shared libraries through AIX4.2
11288 # and later when we are not doing run time linking.
11289 library_names_spec='${libname}${release}.a $libname.a'
11290 soname_spec='${libname}${release}${shared_ext}$major'
11291 fi
11292 shlibpath_var=LIBPATH
11293 fi
11294 ;;
11295
11296amigaos*)
11297 case $host_cpu in
11298 powerpc)
11299 # Since July 2007 AmigaOS4 officially supports .so libraries.
11300 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11302 ;;
11303 m68k)
11304 library_names_spec='$libname.ixlibrary $libname.a'
11305 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11306 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'
11307 ;;
11308 esac
11309 ;;
11310
11311beos*)
11312 library_names_spec='${libname}${shared_ext}'
11313 dynamic_linker="$host_os ld.so"
11314 shlibpath_var=LIBRARY_PATH
11315 ;;
11316
11317bsdi[45]*)
11318 version_type=linux
11319 need_version=no
11320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11321 soname_spec='${libname}${release}${shared_ext}$major'
11322 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11323 shlibpath_var=LD_LIBRARY_PATH
11324 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11325 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11326 # the default ld.so.conf also contains /usr/contrib/lib and
11327 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11328 # libtool to hard-code these into programs
11329 ;;
11330
11331cygwin* | mingw* | pw32* | cegcc*)
11332 version_type=windows
11333 shrext_cmds=".dll"
11334 need_version=no
11335 need_lib_prefix=no
11336
11337 case $GCC,$host_os in
11338 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11339 library_names_spec='$libname.dll.a'
11340 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11341 postinstall_cmds='base_file=`basename \${file}`~
11342 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11343 dldir=$destdir/`dirname \$dlpath`~
11344 test -d \$dldir || mkdir -p \$dldir~
11345 $install_prog $dir/$dlname \$dldir/$dlname~
11346 chmod a+x \$dldir/$dlname~
11347 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11348 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11349 fi'
11350 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11351 dlpath=$dir/\$dldll~
11352 $RM \$dlpath'
11353 shlibpath_overrides_runpath=yes
11354
11355 case $host_os in
11356 cygwin*)
11357 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11358 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11359
11360 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11361 ;;
11362 mingw* | cegcc*)
11363 # MinGW DLLs use traditional 'lib' prefix
11364 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11365 ;;
11366 pw32*)
11367 # pw32 DLLs use 'pw' prefix rather than 'lib'
11368 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11369 ;;
11370 esac
11371 ;;
11372
11373 *)
11374 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11375 ;;
11376 esac
11377 dynamic_linker='Win32 ld.exe'
11378 # FIXME: first we should search . and the directory the executable is in
11379 shlibpath_var=PATH
11380 ;;
11381
11382darwin* | rhapsody*)
11383 dynamic_linker="$host_os dyld"
11384 version_type=darwin
11385 need_lib_prefix=no
11386 need_version=no
11387 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11388 soname_spec='${libname}${release}${major}$shared_ext'
11389 shlibpath_overrides_runpath=yes
11390 shlibpath_var=DYLD_LIBRARY_PATH
11391 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11392
11393 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11394 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11395 ;;
11396
11397dgux*)
11398 version_type=linux
11399 need_lib_prefix=no
11400 need_version=no
11401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11402 soname_spec='${libname}${release}${shared_ext}$major'
11403 shlibpath_var=LD_LIBRARY_PATH
11404 ;;
11405
11406freebsd* | dragonfly*)
11407 # DragonFly does not have aout. When/if they implement a new
11408 # versioning mechanism, adjust this.
11409 if test -x /usr/bin/objformat; then
11410 objformat=`/usr/bin/objformat`
11411 else
11412 case $host_os in
11413 freebsd[23].*) objformat=aout ;;
11414 *) objformat=elf ;;
11415 esac
11416 fi
11417 version_type=freebsd-$objformat
11418 case $version_type in
11419 freebsd-elf*)
11420 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11421 need_version=no
11422 need_lib_prefix=no
11423 ;;
11424 freebsd-*)
11425 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11426 need_version=yes
11427 ;;
11428 esac
11429 shlibpath_var=LD_LIBRARY_PATH
11430 case $host_os in
11431 freebsd2.*)
11432 shlibpath_overrides_runpath=yes
11433 ;;
11434 freebsd3.[01]* | freebsdelf3.[01]*)
11435 shlibpath_overrides_runpath=yes
11436 hardcode_into_libs=yes
11437 ;;
11438 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11439 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11440 shlibpath_overrides_runpath=no
11441 hardcode_into_libs=yes
11442 ;;
11443 *) # from 4.6 on, and DragonFly
11444 shlibpath_overrides_runpath=yes
11445 hardcode_into_libs=yes
11446 ;;
11447 esac
11448 ;;
11449
11450gnu*)
11451 version_type=linux
11452 need_lib_prefix=no
11453 need_version=no
11454 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11455 soname_spec='${libname}${release}${shared_ext}$major'
11456 shlibpath_var=LD_LIBRARY_PATH
11457 hardcode_into_libs=yes
11458 ;;
11459
11460haiku*)
11461 version_type=linux
11462 need_lib_prefix=no
11463 need_version=no
11464 dynamic_linker="$host_os runtime_loader"
11465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11466 soname_spec='${libname}${release}${shared_ext}$major'
11467 shlibpath_var=LIBRARY_PATH
11468 shlibpath_overrides_runpath=yes
11469 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11470 hardcode_into_libs=yes
11471 ;;
11472
11473hpux9* | hpux10* | hpux11*)
11474 # Give a soname corresponding to the major version so that dld.sl refuses to
11475 # link against other versions.
11476 version_type=sunos
11477 need_lib_prefix=no
11478 need_version=no
11479 case $host_cpu in
11480 ia64*)
11481 shrext_cmds='.so'
11482 hardcode_into_libs=yes
11483 dynamic_linker="$host_os dld.so"
11484 shlibpath_var=LD_LIBRARY_PATH
11485 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11486 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11487 soname_spec='${libname}${release}${shared_ext}$major'
11488 if test "X$HPUX_IA64_MODE" = X32; then
11489 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11490 else
11491 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11492 fi
11493 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11494 ;;
11495 hppa*64*)
11496 shrext_cmds='.sl'
11497 hardcode_into_libs=yes
11498 dynamic_linker="$host_os dld.sl"
11499 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11500 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11501 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11502 soname_spec='${libname}${release}${shared_ext}$major'
11503 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11504 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11505 ;;
11506 *)
11507 shrext_cmds='.sl'
11508 dynamic_linker="$host_os dld.sl"
11509 shlibpath_var=SHLIB_PATH
11510 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11511 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11512 soname_spec='${libname}${release}${shared_ext}$major'
11513 ;;
11514 esac
11515 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11516 postinstall_cmds='chmod 555 $lib'
11517 # or fails outright, so override atomically:
11518 install_override_mode=555
11519 ;;
11520
11521interix[3-9]*)
11522 version_type=linux
11523 need_lib_prefix=no
11524 need_version=no
11525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11526 soname_spec='${libname}${release}${shared_ext}$major'
11527 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11528 shlibpath_var=LD_LIBRARY_PATH
11529 shlibpath_overrides_runpath=no
11530 hardcode_into_libs=yes
11531 ;;
11532
11533irix5* | irix6* | nonstopux*)
11534 case $host_os in
11535 nonstopux*) version_type=nonstopux ;;
11536 *)
11537 if test "$lt_cv_prog_gnu_ld" = yes; then
11538 version_type=linux
11539 else
11540 version_type=irix
11541 fi ;;
11542 esac
11543 need_lib_prefix=no
11544 need_version=no
11545 soname_spec='${libname}${release}${shared_ext}$major'
11546 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11547 case $host_os in
11548 irix5* | nonstopux*)
11549 libsuff= shlibsuff=
11550 ;;
11551 *)
11552 case $LD in # libtool.m4 will add one of these switches to LD
11553 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11554 libsuff= shlibsuff= libmagic=32-bit;;
11555 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11556 libsuff=32 shlibsuff=N32 libmagic=N32;;
11557 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11558 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11559 *) libsuff= shlibsuff= libmagic=never-match;;
11560 esac
11561 ;;
11562 esac
11563 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11564 shlibpath_overrides_runpath=no
11565 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11566 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11567 hardcode_into_libs=yes
11568 ;;
11569
11570# No shared lib support for Linux oldld, aout, or coff.
11571linux*oldld* | linux*aout* | linux*coff*)
11572 dynamic_linker=no
11573 ;;
11574
11575# This must be Linux ELF.
11576linux* | k*bsd*-gnu | kopensolaris*-gnu)
11577 version_type=linux
11578 need_lib_prefix=no
11579 need_version=no
11580 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11581 soname_spec='${libname}${release}${shared_ext}$major'
11582 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11583 shlibpath_var=LD_LIBRARY_PATH
11584 shlibpath_overrides_runpath=no
11585
11586 # Some binutils ld are patched to set DT_RUNPATH
11587 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11588 $as_echo_n "(cached) " >&6
11589else
6bb11ab3
L
11590 lt_cv_shlibpath_overrides_runpath=no
11591 save_LDFLAGS=$LDFLAGS
11592 save_libdir=$libdir
11593 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11594 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11596/* end confdefs.h. */
11597
2232061b
MF
11598int
11599main ()
11600{
11601
11602 ;
11603 return 0;
11604}
11605_ACEOF
6bb11ab3
L
11606if ac_fn_c_try_link "$LINENO"; then :
11607 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11608 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11609fi
2232061b 11610fi
6bb11ab3
L
11611rm -f core conftest.err conftest.$ac_objext \
11612 conftest$ac_exeext conftest.$ac_ext
11613 LDFLAGS=$save_LDFLAGS
11614 libdir=$save_libdir
2232061b 11615
6bb11ab3 11616fi
2232061b 11617
6bb11ab3 11618 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11619
6bb11ab3
L
11620 # This implies no fast_install, which is unacceptable.
11621 # Some rework will be needed to allow for fast_install
11622 # before this can be enabled.
11623 hardcode_into_libs=yes
2232061b 11624
6bb11ab3
L
11625 # Append ld.so.conf contents to the search path
11626 if test -f /etc/ld.so.conf; then
11627 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' ' '`
11628 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11629 fi
2232061b 11630
6bb11ab3
L
11631 # We used to test for /lib/ld.so.1 and disable shared libraries on
11632 # powerpc, because MkLinux only supported shared libraries with the
11633 # GNU dynamic linker. Since this was broken with cross compilers,
11634 # most powerpc-linux boxes support dynamic linking these days and
11635 # people can always --disable-shared, the test was removed, and we
11636 # assume the GNU/Linux dynamic linker is in use.
11637 dynamic_linker='GNU/Linux ld.so'
11638 ;;
11639
11640netbsd*)
11641 version_type=sunos
11642 need_lib_prefix=no
11643 need_version=no
11644 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11646 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11647 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11648 else
6bb11ab3
L
11649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11650 soname_spec='${libname}${release}${shared_ext}$major'
11651 dynamic_linker='NetBSD ld.elf_so'
11652 fi
11653 shlibpath_var=LD_LIBRARY_PATH
11654 shlibpath_overrides_runpath=yes
11655 hardcode_into_libs=yes
11656 ;;
11657
11658newsos6)
11659 version_type=linux
11660 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11661 shlibpath_var=LD_LIBRARY_PATH
11662 shlibpath_overrides_runpath=yes
11663 ;;
11664
11665*nto* | *qnx*)
11666 version_type=qnx
11667 need_lib_prefix=no
11668 need_version=no
11669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11670 soname_spec='${libname}${release}${shared_ext}$major'
11671 shlibpath_var=LD_LIBRARY_PATH
11672 shlibpath_overrides_runpath=no
11673 hardcode_into_libs=yes
11674 dynamic_linker='ldqnx.so'
11675 ;;
11676
11677openbsd*)
11678 version_type=sunos
11679 sys_lib_dlsearch_path_spec="/usr/lib"
11680 need_lib_prefix=no
11681 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11682 case $host_os in
11683 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11684 *) need_version=no ;;
11685 esac
11686 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11687 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11688 shlibpath_var=LD_LIBRARY_PATH
11689 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11690 case $host_os in
11691 openbsd2.[89] | openbsd2.[89].*)
11692 shlibpath_overrides_runpath=no
11693 ;;
11694 *)
11695 shlibpath_overrides_runpath=yes
11696 ;;
11697 esac
11698 else
11699 shlibpath_overrides_runpath=yes
11700 fi
11701 ;;
11702
11703os2*)
11704 libname_spec='$name'
11705 shrext_cmds=".dll"
11706 need_lib_prefix=no
11707 library_names_spec='$libname${shared_ext} $libname.a'
11708 dynamic_linker='OS/2 ld.exe'
11709 shlibpath_var=LIBPATH
11710 ;;
11711
11712osf3* | osf4* | osf5*)
11713 version_type=osf
11714 need_lib_prefix=no
11715 need_version=no
11716 soname_spec='${libname}${release}${shared_ext}$major'
11717 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11718 shlibpath_var=LD_LIBRARY_PATH
11719 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11720 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11721 ;;
11722
11723rdos*)
11724 dynamic_linker=no
11725 ;;
11726
11727solaris*)
11728 version_type=linux
11729 need_lib_prefix=no
11730 need_version=no
11731 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11732 soname_spec='${libname}${release}${shared_ext}$major'
11733 shlibpath_var=LD_LIBRARY_PATH
11734 shlibpath_overrides_runpath=yes
11735 hardcode_into_libs=yes
11736 # ldd complains unless libraries are executable
11737 postinstall_cmds='chmod +x $lib'
11738 ;;
11739
11740sunos4*)
11741 version_type=sunos
11742 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11743 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11744 shlibpath_var=LD_LIBRARY_PATH
11745 shlibpath_overrides_runpath=yes
11746 if test "$with_gnu_ld" = yes; then
11747 need_lib_prefix=no
11748 fi
11749 need_version=yes
11750 ;;
11751
11752sysv4 | sysv4.3*)
11753 version_type=linux
11754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11755 soname_spec='${libname}${release}${shared_ext}$major'
11756 shlibpath_var=LD_LIBRARY_PATH
11757 case $host_vendor in
11758 sni)
11759 shlibpath_overrides_runpath=no
11760 need_lib_prefix=no
11761 runpath_var=LD_RUN_PATH
11762 ;;
11763 siemens)
11764 need_lib_prefix=no
11765 ;;
11766 motorola)
11767 need_lib_prefix=no
11768 need_version=no
11769 shlibpath_overrides_runpath=no
11770 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11771 ;;
11772 esac
11773 ;;
11774
11775sysv4*MP*)
11776 if test -d /usr/nec ;then
11777 version_type=linux
11778 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11779 soname_spec='$libname${shared_ext}.$major'
11780 shlibpath_var=LD_LIBRARY_PATH
2232061b 11781 fi
6bb11ab3
L
11782 ;;
11783
11784sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11785 version_type=freebsd-elf
11786 need_lib_prefix=no
11787 need_version=no
11788 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11789 soname_spec='${libname}${release}${shared_ext}$major'
11790 shlibpath_var=LD_LIBRARY_PATH
11791 shlibpath_overrides_runpath=yes
11792 hardcode_into_libs=yes
11793 if test "$with_gnu_ld" = yes; then
11794 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11795 else
11796 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11797 case $host_os in
11798 sco3.2v5*)
11799 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11800 ;;
11801 esac
11802 fi
11803 sys_lib_dlsearch_path_spec='/usr/lib'
11804 ;;
11805
11806tpf*)
11807 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11808 version_type=linux
11809 need_lib_prefix=no
11810 need_version=no
11811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11812 shlibpath_var=LD_LIBRARY_PATH
11813 shlibpath_overrides_runpath=no
11814 hardcode_into_libs=yes
11815 ;;
11816
11817uts4*)
11818 version_type=linux
11819 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11820 soname_spec='${libname}${release}${shared_ext}$major'
11821 shlibpath_var=LD_LIBRARY_PATH
11822 ;;
11823
11824*)
11825 dynamic_linker=no
11826 ;;
11827esac
11828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11829$as_echo "$dynamic_linker" >&6; }
11830test "$dynamic_linker" = no && can_build_shared=no
11831
11832variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11833if test "$GCC" = yes; then
11834 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 11835fi
2232061b 11836
6bb11ab3
L
11837if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11838 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11839fi
11840if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11841 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11842fi
11843
11844
11845
11846
11847
11848
11849
11850
11851
11852
11853
11854
11855
11856
11857
11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
11868
2232061b 11869
2232061b 11870
2232061b 11871
2232061b 11872
2232061b
MF
11873
11874
6ffe910a 11875
6ffe910a
MF
11876
11877
11878
11879
11880
2232061b 11881
6ffe910a
MF
11882
11883
11884
11885
6ffe910a 11886
6ffe910a 11887
6ffe910a
MF
11888
11889
6ffe910a 11890
6ffe910a 11891
6ffe910a
MF
11892
11893
5f3ef9d0 11894
5f3ef9d0
JB
11895
11896
11897
db2e4d67
MF
11898
11899
db2e4d67 11900
db2e4d67 11901
db2e4d67 11902
db2e4d67 11903
db2e4d67 11904
db2e4d67 11905
db2e4d67 11906
db2e4d67
MF
11907
11908
db2e4d67 11909
db2e4d67
MF
11910
11911
db2e4d67 11912
db2e4d67
MF
11913
11914
6ffe910a 11915
6ffe910a 11916
6ffe910a
MF
11917
11918
6ffe910a
MF
11919
11920
6ffe910a 11921
6ffe910a 11922
6ffe910a 11923
6ffe910a 11924
6ffe910a 11925
fee8ec00
SR
11926
11927
11928
11929
fee8ec00 11930
fee8ec00 11931
fee8ec00 11932
fee8ec00 11933
fee8ec00 11934
6bb11ab3
L
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11936$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11937hardcode_action=
11938if test -n "$hardcode_libdir_flag_spec" ||
11939 test -n "$runpath_var" ||
11940 test "X$hardcode_automatic" = "Xyes" ; then
fee8ec00 11941
6bb11ab3
L
11942 # We can hardcode non-existent directories.
11943 if test "$hardcode_direct" != no &&
11944 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11945 # have to relink, otherwise we might link with an installed library
11946 # when we should be linking with a yet-to-be-installed one
11947 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11948 test "$hardcode_minus_L" != no; then
11949 # Linking always hardcodes the temporary library directory.
11950 hardcode_action=relink
11951 else
11952 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11953 hardcode_action=immediate
11954 fi
11955else
11956 # We cannot hardcode anything, or else we can only hardcode existing
11957 # directories.
11958 hardcode_action=unsupported
fee8ec00 11959fi
6bb11ab3
L
11960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11961$as_echo "$hardcode_action" >&6; }
fee8ec00 11962
6bb11ab3
L
11963if test "$hardcode_action" = relink ||
11964 test "$inherit_rpath" = yes; then
11965 # Fast installation is not supported
11966 enable_fast_install=no
11967elif test "$shlibpath_overrides_runpath" = yes ||
11968 test "$enable_shared" = no; then
11969 # Fast installation is not necessary
11970 enable_fast_install=needless
11971fi
fee8ec00 11972
6bb11ab3
L
11973
11974
11975
11976
11977
11978 if test "x$enable_dlopen" != xyes; then
11979 enable_dlopen=unknown
11980 enable_dlopen_self=unknown
11981 enable_dlopen_self_static=unknown
11982else
11983 lt_cv_dlopen=no
11984 lt_cv_dlopen_libs=
11985
11986 case $host_os in
11987 beos*)
11988 lt_cv_dlopen="load_add_on"
11989 lt_cv_dlopen_libs=
11990 lt_cv_dlopen_self=yes
11991 ;;
11992
11993 mingw* | pw32* | cegcc*)
11994 lt_cv_dlopen="LoadLibrary"
11995 lt_cv_dlopen_libs=
11996 ;;
11997
11998 cygwin*)
11999 lt_cv_dlopen="dlopen"
12000 lt_cv_dlopen_libs=
12001 ;;
12002
12003 darwin*)
12004 # if libdl is installed we need to link against it
12005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12006$as_echo_n "checking for dlopen in -ldl... " >&6; }
12007if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12008 $as_echo_n "(cached) " >&6
12009else
12010 ac_check_lib_save_LIBS=$LIBS
12011LIBS="-ldl $LIBS"
12012cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12013/* end confdefs.h. */
12014
12015/* Override any GCC internal prototype to avoid an error.
12016 Use char because int might match the return type of a GCC
12017 builtin and then its argument prototype would still apply. */
12018#ifdef __cplusplus
12019extern "C"
12020#endif
12021char dlopen ();
12022int
12023main ()
12024{
12025return dlopen ();
12026 ;
12027 return 0;
12028}
fee8ec00 12029_ACEOF
6bb11ab3
L
12030if ac_fn_c_try_link "$LINENO"; then :
12031 ac_cv_lib_dl_dlopen=yes
12032else
12033 ac_cv_lib_dl_dlopen=no
12034fi
12035rm -f core conftest.err conftest.$ac_objext \
12036 conftest$ac_exeext conftest.$ac_ext
12037LIBS=$ac_check_lib_save_LIBS
12038fi
12039{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12040$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12041if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12042 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12043else
12044
12045 lt_cv_dlopen="dyld"
12046 lt_cv_dlopen_libs=
12047 lt_cv_dlopen_self=yes
fee8ec00
SR
12048
12049fi
fee8ec00 12050
6bb11ab3 12051 ;;
fee8ec00 12052
6bb11ab3
L
12053 *)
12054 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12055if test "x$ac_cv_func_shl_load" = x""yes; then :
12056 lt_cv_dlopen="shl_load"
12057else
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12059$as_echo_n "checking for shl_load in -ldld... " >&6; }
12060if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12061 $as_echo_n "(cached) " >&6
12062else
12063 ac_check_lib_save_LIBS=$LIBS
12064LIBS="-ldld $LIBS"
12065cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12066/* end confdefs.h. */
12067
12068/* Override any GCC internal prototype to avoid an error.
12069 Use char because int might match the return type of a GCC
12070 builtin and then its argument prototype would still apply. */
12071#ifdef __cplusplus
12072extern "C"
12073#endif
12074char shl_load ();
12075int
12076main ()
12077{
12078return shl_load ();
12079 ;
12080 return 0;
12081}
12082_ACEOF
12083if ac_fn_c_try_link "$LINENO"; then :
12084 ac_cv_lib_dld_shl_load=yes
12085else
12086 ac_cv_lib_dld_shl_load=no
12087fi
12088rm -f core conftest.err conftest.$ac_objext \
12089 conftest$ac_exeext conftest.$ac_ext
12090LIBS=$ac_check_lib_save_LIBS
12091fi
12092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12093$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12094if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12095 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12096else
12097 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12098if test "x$ac_cv_func_dlopen" = x""yes; then :
12099 lt_cv_dlopen="dlopen"
12100else
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12102$as_echo_n "checking for dlopen in -ldl... " >&6; }
12103if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12104 $as_echo_n "(cached) " >&6
fee8ec00
SR
12105else
12106 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12107LIBS="-ldl $LIBS"
81ecdfbb 12108cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
12109/* end confdefs.h. */
12110
81ecdfbb
RW
12111/* Override any GCC internal prototype to avoid an error.
12112 Use char because int might match the return type of a GCC
12113 builtin and then its argument prototype would still apply. */
fee8ec00
SR
12114#ifdef __cplusplus
12115extern "C"
12116#endif
6bb11ab3 12117char dlopen ();
fee8ec00
SR
12118int
12119main ()
12120{
6bb11ab3 12121return dlopen ();
fee8ec00
SR
12122 ;
12123 return 0;
12124}
12125_ACEOF
81ecdfbb 12126if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12127 ac_cv_lib_dl_dlopen=yes
fee8ec00 12128else
6bb11ab3 12129 ac_cv_lib_dl_dlopen=no
fee8ec00 12130fi
81ecdfbb
RW
12131rm -f core conftest.err conftest.$ac_objext \
12132 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
12133LIBS=$ac_check_lib_save_LIBS
12134fi
6bb11ab3
L
12135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12136$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12137if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12138 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12139else
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12141$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12142if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12143 $as_echo_n "(cached) " >&6
fee8ec00
SR
12144else
12145 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12146LIBS="-lsvld $LIBS"
81ecdfbb 12147cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
12148/* end confdefs.h. */
12149
81ecdfbb
RW
12150/* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
fee8ec00
SR
12153#ifdef __cplusplus
12154extern "C"
12155#endif
6bb11ab3 12156char dlopen ();
fee8ec00
SR
12157int
12158main ()
12159{
6bb11ab3 12160return dlopen ();
fee8ec00
SR
12161 ;
12162 return 0;
12163}
12164_ACEOF
81ecdfbb 12165if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12166 ac_cv_lib_svld_dlopen=yes
fee8ec00 12167else
6bb11ab3 12168 ac_cv_lib_svld_dlopen=no
fee8ec00 12169fi
81ecdfbb
RW
12170rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
fee8ec00
SR
12172LIBS=$ac_check_lib_save_LIBS
12173fi
6bb11ab3
L
12174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12175$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12176if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12177 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12178else
6bb11ab3
L
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12180$as_echo_n "checking for dld_link in -ldld... " >&6; }
12181if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12182 $as_echo_n "(cached) " >&6
b5bd9624 12183else
6bb11ab3
L
12184 ac_check_lib_save_LIBS=$LIBS
12185LIBS="-ldld $LIBS"
81ecdfbb 12186cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12187/* end confdefs.h. */
12188
81ecdfbb
RW
12189/* Override any GCC internal prototype to avoid an error.
12190 Use char because int might match the return type of a GCC
b5bd9624 12191 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12192#ifdef __cplusplus
12193extern "C"
12194#endif
6bb11ab3 12195char dld_link ();
b5bd9624
HPN
12196int
12197main ()
12198{
6bb11ab3 12199return dld_link ();
b5bd9624
HPN
12200 ;
12201 return 0;
12202}
12203_ACEOF
6bb11ab3
L
12204if ac_fn_c_try_link "$LINENO"; then :
12205 ac_cv_lib_dld_dld_link=yes
12206else
12207 ac_cv_lib_dld_dld_link=no
12208fi
12209rm -f core conftest.err conftest.$ac_objext \
12210 conftest$ac_exeext conftest.$ac_ext
12211LIBS=$ac_check_lib_save_LIBS
12212fi
12213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12214$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12215if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12216 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12217fi
12218
12219
12220fi
12221
12222
12223fi
12224
12225
12226fi
12227
12228
12229fi
12230
12231
12232fi
12233
12234 ;;
12235 esac
12236
12237 if test "x$lt_cv_dlopen" != xno; then
12238 enable_dlopen=yes
b5bd9624 12239 else
6bb11ab3
L
12240 enable_dlopen=no
12241 fi
12242
12243 case $lt_cv_dlopen in
12244 dlopen)
12245 save_CPPFLAGS="$CPPFLAGS"
12246 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12247
12248 save_LDFLAGS="$LDFLAGS"
12249 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12250
12251 save_LIBS="$LIBS"
12252 LIBS="$lt_cv_dlopen_libs $LIBS"
12253
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12255$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12256if test "${lt_cv_dlopen_self+set}" = set; then :
12257 $as_echo_n "(cached) " >&6
12258else
12259 if test "$cross_compiling" = yes; then :
12260 lt_cv_dlopen_self=cross
12261else
12262 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12263 lt_status=$lt_dlunknown
12264 cat > conftest.$ac_ext <<_LT_EOF
12265#line 12265 "configure"
12266#include "confdefs.h"
12267
12268#if HAVE_DLFCN_H
12269#include <dlfcn.h>
12270#endif
12271
12272#include <stdio.h>
12273
12274#ifdef RTLD_GLOBAL
12275# define LT_DLGLOBAL RTLD_GLOBAL
12276#else
12277# ifdef DL_GLOBAL
12278# define LT_DLGLOBAL DL_GLOBAL
12279# else
12280# define LT_DLGLOBAL 0
12281# endif
12282#endif
12283
12284/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12285 find out it does not work in some platform. */
12286#ifndef LT_DLLAZY_OR_NOW
12287# ifdef RTLD_LAZY
12288# define LT_DLLAZY_OR_NOW RTLD_LAZY
12289# else
12290# ifdef DL_LAZY
12291# define LT_DLLAZY_OR_NOW DL_LAZY
12292# else
12293# ifdef RTLD_NOW
12294# define LT_DLLAZY_OR_NOW RTLD_NOW
12295# else
12296# ifdef DL_NOW
12297# define LT_DLLAZY_OR_NOW DL_NOW
12298# else
12299# define LT_DLLAZY_OR_NOW 0
12300# endif
12301# endif
12302# endif
12303# endif
12304#endif
12305
12306/* When -fvisbility=hidden is used, assume the code has been annotated
12307 correspondingly for the symbols needed. */
12308#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12309void fnord () __attribute__((visibility("default")));
12310#endif
12311
12312void fnord () { int i=42; }
12313int main ()
12314{
12315 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12316 int status = $lt_dlunknown;
12317
12318 if (self)
12319 {
12320 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12321 else
12322 {
12323 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12324 else puts (dlerror ());
12325 }
12326 /* dlclose (self); */
12327 }
12328 else
12329 puts (dlerror ());
12330
12331 return status;
12332}
12333_LT_EOF
12334 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12335 (eval $ac_link) 2>&5
12336 ac_status=$?
12337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12338 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12339 (./conftest; exit; ) >&5 2>/dev/null
12340 lt_status=$?
12341 case x$lt_status in
12342 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12343 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12344 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12345 esac
12346 else :
12347 # compilation failed
12348 lt_cv_dlopen_self=no
b5bd9624 12349 fi
b5bd9624 12350fi
6bb11ab3
L
12351rm -fr conftest*
12352
12353
b5bd9624 12354fi
6bb11ab3
L
12355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12356$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12357
6bb11ab3
L
12358 if test "x$lt_cv_dlopen_self" = xyes; then
12359 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12361$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12362if test "${lt_cv_dlopen_self_static+set}" = set; then :
12363 $as_echo_n "(cached) " >&6
b5bd9624 12364else
6bb11ab3
L
12365 if test "$cross_compiling" = yes; then :
12366 lt_cv_dlopen_self_static=cross
12367else
12368 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12369 lt_status=$lt_dlunknown
12370 cat > conftest.$ac_ext <<_LT_EOF
12371#line 12371 "configure"
12372#include "confdefs.h"
12373
12374#if HAVE_DLFCN_H
12375#include <dlfcn.h>
12376#endif
12377
12378#include <stdio.h>
12379
12380#ifdef RTLD_GLOBAL
12381# define LT_DLGLOBAL RTLD_GLOBAL
12382#else
12383# ifdef DL_GLOBAL
12384# define LT_DLGLOBAL DL_GLOBAL
12385# else
12386# define LT_DLGLOBAL 0
12387# endif
12388#endif
12389
12390/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12391 find out it does not work in some platform. */
12392#ifndef LT_DLLAZY_OR_NOW
12393# ifdef RTLD_LAZY
12394# define LT_DLLAZY_OR_NOW RTLD_LAZY
12395# else
12396# ifdef DL_LAZY
12397# define LT_DLLAZY_OR_NOW DL_LAZY
12398# else
12399# ifdef RTLD_NOW
12400# define LT_DLLAZY_OR_NOW RTLD_NOW
12401# else
12402# ifdef DL_NOW
12403# define LT_DLLAZY_OR_NOW DL_NOW
12404# else
12405# define LT_DLLAZY_OR_NOW 0
12406# endif
12407# endif
12408# endif
12409# endif
12410#endif
12411
12412/* When -fvisbility=hidden is used, assume the code has been annotated
12413 correspondingly for the symbols needed. */
12414#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12415void fnord () __attribute__((visibility("default")));
12416#endif
12417
12418void fnord () { int i=42; }
12419int main ()
12420{
12421 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12422 int status = $lt_dlunknown;
12423
12424 if (self)
12425 {
12426 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12427 else
12428 {
12429 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12430 else puts (dlerror ());
12431 }
12432 /* dlclose (self); */
12433 }
12434 else
12435 puts (dlerror ());
12436
12437 return status;
12438}
12439_LT_EOF
12440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12441 (eval $ac_link) 2>&5
12442 ac_status=$?
12443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12444 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12445 (./conftest; exit; ) >&5 2>/dev/null
12446 lt_status=$?
12447 case x$lt_status in
12448 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12449 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12450 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12451 esac
12452 else :
12453 # compilation failed
12454 lt_cv_dlopen_self_static=no
12455 fi
b5bd9624 12456fi
6bb11ab3
L
12457rm -fr conftest*
12458
12459
b5bd9624 12460fi
6bb11ab3
L
12461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12462$as_echo "$lt_cv_dlopen_self_static" >&6; }
12463 fi
12464
12465 CPPFLAGS="$save_CPPFLAGS"
12466 LDFLAGS="$save_LDFLAGS"
12467 LIBS="$save_LIBS"
12468 ;;
12469 esac
12470
12471 case $lt_cv_dlopen_self in
12472 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12473 *) enable_dlopen_self=unknown ;;
12474 esac
12475
12476 case $lt_cv_dlopen_self_static in
12477 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12478 *) enable_dlopen_self_static=unknown ;;
12479 esac
12480fi
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498striplib=
12499old_striplib=
12500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12501$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12502if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12503 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12504 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12506$as_echo "yes" >&6; }
12507else
12508# FIXME - insert some real tests, host_os isn't really good enough
12509 case $host_os in
12510 darwin*)
12511 if test -n "$STRIP" ; then
12512 striplib="$STRIP -x"
12513 old_striplib="$STRIP -S"
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12515$as_echo "yes" >&6; }
12516 else
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12518$as_echo "no" >&6; }
12519 fi
12520 ;;
12521 *)
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12523$as_echo "no" >&6; }
12524 ;;
12525 esac
12526fi
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539 # Report which library types will actually be built
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12541$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12543$as_echo "$can_build_shared" >&6; }
12544
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12546$as_echo_n "checking whether to build shared libraries... " >&6; }
12547 test "$can_build_shared" = "no" && enable_shared=no
12548
12549 # On AIX, shared libraries and static libraries use the same namespace, and
12550 # are all built from PIC.
12551 case $host_os in
12552 aix3*)
12553 test "$enable_shared" = yes && enable_static=no
12554 if test -n "$RANLIB"; then
12555 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12556 postinstall_cmds='$RANLIB $lib'
12557 fi
12558 ;;
12559
12560 aix[4-9]*)
12561 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12562 test "$enable_shared" = yes && enable_static=no
12563 fi
12564 ;;
12565 esac
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12567$as_echo "$enable_shared" >&6; }
12568
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12570$as_echo_n "checking whether to build static libraries... " >&6; }
12571 # Make sure either enable_shared or enable_static is yes.
12572 test "$enable_shared" = yes || enable_static=yes
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12574$as_echo "$enable_static" >&6; }
12575
12576
12577
12578
12579fi
12580ac_ext=c
12581ac_cpp='$CPP $CPPFLAGS'
12582ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12583ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12584ac_compiler_gnu=$ac_cv_c_compiler_gnu
12585
12586CC="$lt_save_CC"
12587
12588
12589
12590
12591
12592
12593
12594
12595
b5bd9624 12596
b5bd9624 12597
b5bd9624 12598
b5bd9624 12599
6bb11ab3
L
12600 ac_config_commands="$ac_config_commands libtool"
12601
12602
12603
12604
12605# Only expand once:
12606
12607
5912fadd 12608
b5bd9624 12609
fee8ec00
SR
12610. ${srcdir}/../../bfd/configure.host
12611
12612
12613
12614USE_MAINTAINER_MODE=no
81ecdfbb
RW
12615# Check whether --enable-maintainer-mode was given.
12616if test "${enable_maintainer_mode+set}" = set; then :
12617 enableval=$enable_maintainer_mode; case "${enableval}" in
fee8ec00
SR
12618 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
12619 no) MAINT="#" ;;
81ecdfbb 12620 *) as_fn_error "\"--enable-maintainer-mode does not take a value\"" "$LINENO" 5; MAINT="#" ;;
fee8ec00
SR
12621esac
12622if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
12623 echo "Setting maintainer mode" 6>&1
12624fi
12625else
12626 MAINT="#"
81ecdfbb
RW
12627fi
12628
fee8ec00
SR
12629
12630
81ecdfbb
RW
12631# Check whether --enable-sim-bswap was given.
12632if test "${enable_sim_bswap+set}" = set; then :
12633 enableval=$enable_sim_bswap; case "${enableval}" in
fee8ec00
SR
12634 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12635 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12636 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
fee8ec00
SR
12637esac
12638if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12639 echo "Setting bswap flags = $sim_bswap" 6>&1
12640fi
12641else
12642 sim_bswap=""
81ecdfbb
RW
12643fi
12644
fee8ec00
SR
12645
12646
81ecdfbb
RW
12647# Check whether --enable-sim-cflags was given.
12648if test "${enable_sim_cflags+set}" = set; then :
12649 enableval=$enable_sim_cflags; case "${enableval}" in
fee8ec00 12650 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12651 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
fee8ec00
SR
12652 no) sim_cflags="";;
12653 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12654esac
12655if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12656 echo "Setting sim cflags = $sim_cflags" 6>&1
12657fi
12658else
12659 sim_cflags=""
81ecdfbb
RW
12660fi
12661
fee8ec00
SR
12662
12663
81ecdfbb
RW
12664# Check whether --enable-sim-debug was given.
12665if test "${enable_sim_debug+set}" = set; then :
12666 enableval=$enable_sim_debug; case "${enableval}" in
fee8ec00
SR
12667 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12668 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12669 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12670esac
12671if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12672 echo "Setting sim debug = $sim_debug" 6>&1
12673fi
12674else
12675 sim_debug=""
81ecdfbb
RW
12676fi
12677
fee8ec00
SR
12678
12679
81ecdfbb
RW
12680# Check whether --enable-sim-stdio was given.
12681if test "${enable_sim_stdio+set}" = set; then :
12682 enableval=$enable_sim_stdio; case "${enableval}" in
fee8ec00
SR
12683 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12684 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12685 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
fee8ec00
SR
12686esac
12687if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12688 echo "Setting stdio flags = $sim_stdio" 6>&1
12689fi
12690else
12691 sim_stdio=""
81ecdfbb
RW
12692fi
12693
fee8ec00
SR
12694
12695
81ecdfbb
RW
12696# Check whether --enable-sim-trace was given.
12697if test "${enable_sim_trace+set}" = set; then :
12698 enableval=$enable_sim_trace; case "${enableval}" in
fee8ec00
SR
12699 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12700 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12701 [-0-9]*)
12702 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
2232061b 12703 [[:lower:]]*)
fee8ec00
SR
12704 sim_trace=""
12705 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12706 if test x"$sim_trace" = x; then
12707 sim_trace="-DWITH_TRACE='(TRACE_$x"
12708 else
12709 sim_trace="${sim_trace}|TRACE_$x"
12710 fi
12711 done
12712 sim_trace="$sim_trace)'" ;;
12713esac
12714if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12715 echo "Setting sim trace = $sim_trace" 6>&1
12716fi
12717else
12718 sim_trace=""
81ecdfbb
RW
12719fi
12720
fee8ec00
SR
12721
12722
81ecdfbb
RW
12723# Check whether --enable-sim-profile was given.
12724if test "${enable_sim_profile+set}" = set; then :
12725 enableval=$enable_sim_profile; case "${enableval}" in
fee8ec00
SR
12726 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12727 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12728 [-0-9]*)
12729 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12730 [a-z]*)
12731 sim_profile=""
12732 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12733 if test x"$sim_profile" = x; then
12734 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12735 else
12736 sim_profile="${sim_profile}|PROFILE_$x"
12737 fi
12738 done
12739 sim_profile="$sim_profile)'" ;;
12740esac
12741if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12742 echo "Setting sim profile = $sim_profile" 6>&1
12743fi
12744else
12745 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb
RW
12746fi
12747
fee8ec00
SR
12748
12749
6efef468 12750
81ecdfbb
RW
12751# Check whether --with-pkgversion was given.
12752if test "${with_pkgversion+set}" = set; then :
12753 withval=$with_pkgversion; case "$withval" in
12754 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
12755 no) PKGVERSION= ;;
12756 *) PKGVERSION="($withval) " ;;
12757 esac
12758else
12759 PKGVERSION="(GDB) "
12760
81ecdfbb
RW
12761fi
12762
6efef468
JM
12763
12764
12765
12766
81ecdfbb
RW
12767# Check whether --with-bugurl was given.
12768if test "${with_bugurl+set}" = set; then :
12769 withval=$with_bugurl; case "$withval" in
12770 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
12771 no) BUGURL=
12772 ;;
12773 *) BUGURL="$withval"
12774 ;;
12775 esac
12776else
12777 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12778
81ecdfbb
RW
12779fi
12780
6efef468
JM
12781 case ${BUGURL} in
12782 "")
12783 REPORT_BUGS_TO=
12784 REPORT_BUGS_TEXI=
12785 ;;
12786 *)
12787 REPORT_BUGS_TO="<$BUGURL>"
12788 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12789 ;;
12790 esac;
12791
12792
12793
12794
12795cat >>confdefs.h <<_ACEOF
12796#define PKGVERSION "$PKGVERSION"
12797_ACEOF
12798
12799
12800cat >>confdefs.h <<_ACEOF
12801#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12802_ACEOF
12803
12804
81ecdfbb
RW
12805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12806$as_echo_n "checking return type of signal handlers... " >&6; }
12807if test "${ac_cv_type_signal+set}" = set; then :
12808 $as_echo_n "(cached) " >&6
fee8ec00 12809else
81ecdfbb 12810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
12811/* end confdefs.h. */
12812#include <sys/types.h>
12813#include <signal.h>
fee8ec00
SR
12814
12815int
12816main ()
12817{
81ecdfbb 12818return *(signal (0, 0)) (0) == 1;
fee8ec00
SR
12819 ;
12820 return 0;
12821}
12822_ACEOF
81ecdfbb
RW
12823if ac_fn_c_try_compile "$LINENO"; then :
12824 ac_cv_type_signal=int
fee8ec00 12825else
81ecdfbb 12826 ac_cv_type_signal=void
fee8ec00 12827fi
81ecdfbb 12828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fee8ec00 12829fi
81ecdfbb
RW
12830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12831$as_echo "$ac_cv_type_signal" >&6; }
fee8ec00
SR
12832
12833cat >>confdefs.h <<_ACEOF
12834#define RETSIGTYPE $ac_cv_type_signal
12835_ACEOF
12836
12837
12838
12839
12840
12841sim_link_files=
12842sim_link_links=
12843
12844sim_link_links=tconfig.h
12845if test -f ${srcdir}/tconfig.in
12846then
12847 sim_link_files=tconfig.in
12848else
12849 sim_link_files=../common/tconfig.in
12850fi
12851
12852# targ-vals.def points to the libc macro description file.
12853case "${target}" in
12854*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12855esac
12856sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12857sim_link_links="${sim_link_links} targ-vals.def"
12858
12859
12860
6ffe910a 12861
2232061b
MF
12862# Check whether --enable-werror was given.
12863if test "${enable_werror+set}" = set; then :
12864 enableval=$enable_werror; case "${enableval}" in
12865 yes | y) ERROR_ON_WARNING="yes" ;;
12866 no | n) ERROR_ON_WARNING="no" ;;
12867 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12868 esac
12869fi
12870
12871
12872# Enable -Werror by default when using gcc
12873if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12874 ERROR_ON_WARNING=yes
12875fi
12876
12877WERROR_CFLAGS=""
12878if test "${ERROR_ON_WARNING}" = yes ; then
12879# NOTE: Disabled in the sim dir due to most sims generating warnings.
12880# WERROR_CFLAGS="-Werror"
12881 true
12882fi
12883
12884# The entries after -Wno-pointer-sign are disabled warnings which may
12885# be enabled in the future, which can not currently be used to build
12886# GDB.
12887# NOTE: If you change this list, remember to update
fee8ec00 12888# gdb/doc/gdbint.texinfo.
2232061b 12889build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
d3685d60 12890-Wno-pointer-sign \
2232061b
MF
12891-Wno-unused -Wunused-value -Wunused-function \
12892-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
12893
12894# Enable -Wno-format by default when using gcc on mingw since many
12895# GCC versions complain about %I64.
12896case "${host}" in
12897 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 12898 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
12899esac
12900
81ecdfbb
RW
12901# Check whether --enable-build-warnings was given.
12902if test "${enable_build_warnings+set}" = set; then :
12903 enableval=$enable_build_warnings; case "${enableval}" in
fee8ec00
SR
12904 yes) ;;
12905 no) build_warnings="-w";;
12906 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12907 build_warnings="${build_warnings} ${t}";;
12908 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12909 build_warnings="${t} ${build_warnings}";;
12910 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12911esac
12912if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12913 echo "Setting compiler warning flags = $build_warnings" 6>&1
12914fi
81ecdfbb
RW
12915fi
12916# Check whether --enable-sim-build-warnings was given.
12917if test "${enable_sim_build_warnings+set}" = set; then :
12918 enableval=$enable_sim_build_warnings; case "${enableval}" in
fee8ec00
SR
12919 yes) ;;
12920 no) build_warnings="-w";;
12921 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12922 build_warnings="${build_warnings} ${t}";;
12923 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12924 build_warnings="${t} ${build_warnings}";;
12925 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12926esac
12927if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12928 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12929fi
81ecdfbb
RW
12930fi
12931WARN_CFLAGS=""
fee8ec00
SR
12932if test "x${build_warnings}" != x -a "x$GCC" = xyes
12933then
81ecdfbb
RW
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12935$as_echo_n "checking compiler warning flags... " >&6; }
fee8ec00
SR
12936 # Separate out the -Werror flag as some files just cannot be
12937 # compiled with it enabled.
12938 for w in ${build_warnings}; do
12939 case $w in
12940 -Werr*) WERROR_CFLAGS=-Werror ;;
12941 *) # Check that GCC accepts it
12942 saved_CFLAGS="$CFLAGS"
12943 CFLAGS="$CFLAGS $w"
81ecdfbb 12944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fee8ec00
SR
12945/* end confdefs.h. */
12946
12947int
12948main ()
12949{
12950
12951 ;
12952 return 0;
12953}
12954_ACEOF
81ecdfbb 12955if ac_fn_c_try_compile "$LINENO"; then :
fee8ec00 12956 WARN_CFLAGS="${WARN_CFLAGS} $w"
fee8ec00 12957fi
81ecdfbb 12958rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fee8ec00
SR
12959 CFLAGS="$saved_CFLAGS"
12960 esac
12961 done
2232061b
MF
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12963$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fee8ec00
SR
12964fi
12965
12966
fee8ec00 12967for ac_header in unistd.h
81ecdfbb
RW
12968do :
12969 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
12970if test "x$ac_cv_header_unistd_h" = x""yes; then :
fee8ec00 12971 cat >>confdefs.h <<_ACEOF
81ecdfbb 12972#define HAVE_UNISTD_H 1
fee8ec00
SR
12973_ACEOF
12974
12975fi
12976
12977done
12978
12979
12980
12981
12982ac_sources="$sim_link_files"
12983ac_dests="$sim_link_links"
12984while test -n "$ac_sources"; do
12985 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
12986 set $ac_sources; ac_source=$1; shift; ac_sources=$*
12987 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
12988done
81ecdfbb 12989ac_config_links="$ac_config_links $ac_config_links_1"
fee8ec00
SR
12990
12991cgen_breaks=""
12992if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12993cgen_breaks="break cgen_rtx_error";
12994fi
12995
81ecdfbb 12996ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fee8ec00 12997
81ecdfbb 12998ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fee8ec00 12999
81ecdfbb 13000ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fee8ec00 13001
81ecdfbb 13002ac_config_commands="$ac_config_commands Makefile"
fee8ec00 13003
81ecdfbb 13004ac_config_commands="$ac_config_commands stamp-h"
fee8ec00
SR
13005
13006cat >confcache <<\_ACEOF
13007# This file is a shell script that caches the results of configure
13008# tests run on this system so they can be shared between configure
13009# scripts and configure runs, see configure's option --config-cache.
13010# It is not useful on other systems. If it contains results you don't
13011# want to keep, you may remove or edit it.
13012#
13013# config.status only pays attention to the cache file if you give it
13014# the --recheck option to rerun configure.
13015#
13016# `ac_cv_env_foo' variables (set or unset) will be overridden when
13017# loading this file, other *unset* `ac_cv_foo' will be assigned the
13018# following values.
13019
13020_ACEOF
13021
13022# The following way of writing the cache mishandles newlines in values,
13023# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13024# So, we kill variables containing newlines.
fee8ec00
SR
13025# Ultrix sh set writes to stderr and can't be redirected directly,
13026# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13027(
13028 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13029 eval ac_val=\$$ac_var
13030 case $ac_val in #(
13031 *${as_nl}*)
13032 case $ac_var in #(
13033 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13034$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13035 esac
13036 case $ac_var in #(
13037 _ | IFS | as_nl) ;; #(
13038 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13039 *) { eval $ac_var=; unset $ac_var;} ;;
13040 esac ;;
13041 esac
13042 done
13043
fee8ec00 13044 (set) 2>&1 |
81ecdfbb
RW
13045 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13046 *${as_nl}ac_space=\ *)
13047 # `set' does not quote correctly, so add quotes: double-quote
13048 # substitution turns \\\\ into \\, and sed turns \\ into \.
fee8ec00
SR
13049 sed -n \
13050 "s/'/'\\\\''/g;
13051 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13052 ;; #(
fee8ec00
SR
13053 *)
13054 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13055 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fee8ec00 13056 ;;
81ecdfbb
RW
13057 esac |
13058 sort
13059) |
fee8ec00 13060 sed '
81ecdfbb 13061 /^ac_cv_env_/b end
fee8ec00 13062 t clear
81ecdfbb 13063 :clear
fee8ec00
SR
13064 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13065 t end
81ecdfbb
RW
13066 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13067 :end' >>confcache
13068if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13069 if test -w "$cache_file"; then
13070 test "x$cache_file" != "x/dev/null" &&
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13072$as_echo "$as_me: updating cache $cache_file" >&6;}
fee8ec00
SR
13073 cat confcache >$cache_file
13074 else
81ecdfbb
RW
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13076$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fee8ec00
SR
13077 fi
13078fi
13079rm -f confcache
13080
13081test "x$prefix" = xNONE && prefix=$ac_default_prefix
13082# Let make expand exec_prefix.
13083test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13084
fee8ec00
SR
13085DEFS=-DHAVE_CONFIG_H
13086
13087ac_libobjs=
13088ac_ltlibobjs=
13089for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13090 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13091 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13092 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13093 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13094 # will be set to the directory where LIBOBJS objects are built.
13095 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13096 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fee8ec00
SR
13097done
13098LIBOBJS=$ac_libobjs
13099
13100LTLIBOBJS=$ac_ltlibobjs
13101
13102
db2e4d67
MF
13103if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13104 as_fn_error "conditional \"GMAKE\" was never defined.
13105Usually this means the macro was only invoked conditionally." "$LINENO" 5
13106fi
6bb11ab3
L
13107if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13108 as_fn_error "conditional \"PLUGINS\" was never defined.
13109Usually this means the macro was only invoked conditionally." "$LINENO" 5
13110fi
fee8ec00
SR
13111
13112: ${CONFIG_STATUS=./config.status}
81ecdfbb 13113ac_write_fail=0
fee8ec00
SR
13114ac_clean_files_save=$ac_clean_files
13115ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13116{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13117$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13118as_write_fail=0
13119cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fee8ec00
SR
13120#! $SHELL
13121# Generated by $as_me.
13122# Run this file to recreate the current configuration.
13123# Compiler output produced by configure, useful for debugging
13124# configure, is in config.log if it exists.
13125
13126debug=false
13127ac_cs_recheck=false
13128ac_cs_silent=false
fee8ec00 13129
81ecdfbb
RW
13130SHELL=\${CONFIG_SHELL-$SHELL}
13131export SHELL
13132_ASEOF
13133cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13134## -------------------- ##
13135## M4sh Initialization. ##
13136## -------------------- ##
13137
13138# Be more Bourne compatible
13139DUALCASE=1; export DUALCASE # for MKS sh
13140if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fee8ec00
SR
13141 emulate sh
13142 NULLCMD=:
81ecdfbb 13143 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fee8ec00
SR
13144 # is contrary to our usage. Disable this feature.
13145 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13146 setopt NO_GLOB_SUBST
13147else
13148 case `(set -o) 2>/dev/null` in #(
13149 *posix*) :
13150 set -o posix ;; #(
13151 *) :
13152 ;;
13153esac
fee8ec00 13154fi
fee8ec00 13155
81ecdfbb
RW
13156
13157as_nl='
13158'
13159export as_nl
13160# Printing a long string crashes Solaris 7 /usr/bin/printf.
13161as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13162as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13163as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13164# Prefer a ksh shell builtin over an external printf program on Solaris,
13165# but without wasting forks for bash or zsh.
13166if test -z "$BASH_VERSION$ZSH_VERSION" \
13167 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13168 as_echo='print -r --'
13169 as_echo_n='print -rn --'
13170elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13171 as_echo='printf %s\n'
13172 as_echo_n='printf %s'
13173else
13174 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13175 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13176 as_echo_n='/usr/ucb/echo -n'
13177 else
13178 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13179 as_echo_n_body='eval
13180 arg=$1;
13181 case $arg in #(
13182 *"$as_nl"*)
13183 expr "X$arg" : "X\\(.*\\)$as_nl";
13184 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13185 esac;
13186 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13187 '
13188 export as_echo_n_body
13189 as_echo_n='sh -c $as_echo_n_body as_echo'
13190 fi
13191 export as_echo_body
13192 as_echo='sh -c $as_echo_body as_echo'
13193fi
13194
13195# The user is always right.
13196if test "${PATH_SEPARATOR+set}" != set; then
13197 PATH_SEPARATOR=:
13198 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13199 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13200 PATH_SEPARATOR=';'
13201 }
fee8ec00
SR
13202fi
13203
13204
81ecdfbb
RW
13205# IFS
13206# We need space, tab and new line, in precisely that order. Quoting is
13207# there to prevent editors from complaining about space-tab.
13208# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13209# splitting by setting IFS to empty value.)
13210IFS=" "" $as_nl"
13211
13212# Find who we are. Look in the path if we contain no directory separator.
13213case $0 in #((
13214 *[\\/]* ) as_myself=$0 ;;
13215 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13216for as_dir in $PATH
13217do
13218 IFS=$as_save_IFS
13219 test -z "$as_dir" && as_dir=.
13220 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13221 done
13222IFS=$as_save_IFS
13223
13224 ;;
13225esac
13226# We did not find ourselves, most probably we were run as `sh COMMAND'
13227# in which case we are not to be found in the path.
13228if test "x$as_myself" = x; then
13229 as_myself=$0
13230fi
13231if test ! -f "$as_myself"; then
13232 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13233 exit 1
13234fi
13235
13236# Unset variables that we do not need and which cause bugs (e.g. in
13237# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13238# suppresses any "Segmentation fault" message there. '((' could
13239# trigger a bug in pdksh 5.2.14.
13240for as_var in BASH_ENV ENV MAIL MAILPATH
13241do eval test x\${$as_var+set} = xset \
13242 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13243done
fee8ec00
SR
13244PS1='$ '
13245PS2='> '
13246PS4='+ '
13247
13248# NLS nuisances.
81ecdfbb
RW
13249LC_ALL=C
13250export LC_ALL
13251LANGUAGE=C
13252export LANGUAGE
13253
13254# CDPATH.
13255(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13256
13257
13258# as_fn_error ERROR [LINENO LOG_FD]
13259# ---------------------------------
13260# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13261# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13262# script with status $?, using 1 if that was 0.
13263as_fn_error ()
13264{
13265 as_status=$?; test $as_status -eq 0 && as_status=1
13266 if test "$3"; then
13267 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13268 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
fee8ec00 13269 fi
81ecdfbb
RW
13270 $as_echo "$as_me: error: $1" >&2
13271 as_fn_exit $as_status
13272} # as_fn_error
13273
13274
13275# as_fn_set_status STATUS
13276# -----------------------
13277# Set $? to STATUS, without forking.
13278as_fn_set_status ()
13279{
13280 return $1
13281} # as_fn_set_status
13282
13283# as_fn_exit STATUS
13284# -----------------
13285# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13286as_fn_exit ()
13287{
13288 set +e
13289 as_fn_set_status $1
13290 exit $1
13291} # as_fn_exit
13292
13293# as_fn_unset VAR
13294# ---------------
13295# Portably unset VAR.
13296as_fn_unset ()
13297{
13298 { eval $1=; unset $1;}
13299}
13300as_unset=as_fn_unset
13301# as_fn_append VAR VALUE
13302# ----------------------
13303# Append the text in VALUE to the end of the definition contained in VAR. Take
13304# advantage of any shell optimizations that allow amortized linear growth over
13305# repeated appends, instead of the typical quadratic growth present in naive
13306# implementations.
13307if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13308 eval 'as_fn_append ()
13309 {
13310 eval $1+=\$2
13311 }'
13312else
13313 as_fn_append ()
13314 {
13315 eval $1=\$$1\$2
13316 }
13317fi # as_fn_append
13318
13319# as_fn_arith ARG...
13320# ------------------
13321# Perform arithmetic evaluation on the ARGs, and store the result in the
13322# global $as_val. Take advantage of shells that can avoid forks. The arguments
13323# must be portable across $(()) and expr.
13324if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13325 eval 'as_fn_arith ()
13326 {
13327 as_val=$(( $* ))
13328 }'
13329else
13330 as_fn_arith ()
13331 {
13332 as_val=`expr "$@" || test $? -eq 1`
13333 }
13334fi # as_fn_arith
13335
fee8ec00 13336
81ecdfbb
RW
13337if expr a : '\(a\)' >/dev/null 2>&1 &&
13338 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fee8ec00
SR
13339 as_expr=expr
13340else
13341 as_expr=false
13342fi
13343
81ecdfbb 13344if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fee8ec00
SR
13345 as_basename=basename
13346else
13347 as_basename=false
13348fi
13349
81ecdfbb
RW
13350if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13351 as_dirname=dirname
13352else
13353 as_dirname=false
13354fi
fee8ec00 13355
81ecdfbb 13356as_me=`$as_basename -- "$0" ||
fee8ec00
SR
13357$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13358 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13359 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13360$as_echo X/"$0" |
13361 sed '/^.*\/\([^/][^/]*\)\/*$/{
13362 s//\1/
13363 q
13364 }
13365 /^X\/\(\/\/\)$/{
13366 s//\1/
13367 q
13368 }
13369 /^X\/\(\/\).*/{
13370 s//\1/
13371 q
13372 }
13373 s/.*/./; q'`
fee8ec00 13374
fee8ec00
SR
13375# Avoid depending upon Character Ranges.
13376as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13377as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13378as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13379as_cr_digits='0123456789'
13380as_cr_alnum=$as_cr_Letters$as_cr_digits
13381
81ecdfbb
RW
13382ECHO_C= ECHO_N= ECHO_T=
13383case `echo -n x` in #(((((
13384-n*)
13385 case `echo 'xy\c'` in
13386 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13387 xy) ECHO_C='\c';;
13388 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13389 ECHO_T=' ';;
13390 esac;;
13391*)
13392 ECHO_N='-n';;
fee8ec00
SR
13393esac
13394
81ecdfbb
RW
13395rm -f conf$$ conf$$.exe conf$$.file
13396if test -d conf$$.dir; then
13397 rm -f conf$$.dir/conf$$.file
fee8ec00 13398else
81ecdfbb
RW
13399 rm -f conf$$.dir
13400 mkdir conf$$.dir 2>/dev/null
fee8ec00 13401fi
81ecdfbb
RW
13402if (echo >conf$$.file) 2>/dev/null; then
13403 if ln -s conf$$.file conf$$ 2>/dev/null; then
fee8ec00 13404 as_ln_s='ln -s'
81ecdfbb
RW
13405 # ... but there are two gotchas:
13406 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13407 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13408 # In both cases, we have to default to `cp -p'.
13409 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13410 as_ln_s='cp -p'
13411 elif ln conf$$.file conf$$ 2>/dev/null; then
13412 as_ln_s=ln
13413 else
13414 as_ln_s='cp -p'
fee8ec00 13415 fi
fee8ec00
SR
13416else
13417 as_ln_s='cp -p'
13418fi
81ecdfbb
RW
13419rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13420rmdir conf$$.dir 2>/dev/null
13421
fee8ec00 13422
81ecdfbb
RW
13423# as_fn_mkdir_p
13424# -------------
13425# Create "$as_dir" as a directory, including parents if necessary.
13426as_fn_mkdir_p ()
13427{
13428
13429 case $as_dir in #(
13430 -*) as_dir=./$as_dir;;
13431 esac
13432 test -d "$as_dir" || eval $as_mkdir_p || {
13433 as_dirs=
13434 while :; do
13435 case $as_dir in #(
13436 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13437 *) as_qdir=$as_dir;;
13438 esac
13439 as_dirs="'$as_qdir' $as_dirs"
13440 as_dir=`$as_dirname -- "$as_dir" ||
13441$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13442 X"$as_dir" : 'X\(//\)[^/]' \| \
13443 X"$as_dir" : 'X\(//\)$' \| \
13444 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13445$as_echo X"$as_dir" |
13446 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13447 s//\1/
13448 q
13449 }
13450 /^X\(\/\/\)[^/].*/{
13451 s//\1/
13452 q
13453 }
13454 /^X\(\/\/\)$/{
13455 s//\1/
13456 q
13457 }
13458 /^X\(\/\).*/{
13459 s//\1/
13460 q
13461 }
13462 s/.*/./; q'`
13463 test -d "$as_dir" && break
13464 done
13465 test -z "$as_dirs" || eval "mkdir $as_dirs"
13466 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13467
13468
13469} # as_fn_mkdir_p
fee8ec00 13470if mkdir -p . 2>/dev/null; then
81ecdfbb 13471 as_mkdir_p='mkdir -p "$as_dir"'
fee8ec00
SR
13472else
13473 test -d ./-p && rmdir ./-p
13474 as_mkdir_p=false
13475fi
13476
81ecdfbb
RW
13477if test -x / >/dev/null 2>&1; then
13478 as_test_x='test -x'
13479else
13480 if ls -dL / >/dev/null 2>&1; then
13481 as_ls_L_option=L
13482 else
13483 as_ls_L_option=
13484 fi
13485 as_test_x='
13486 eval sh -c '\''
13487 if test -d "$1"; then
13488 test -d "$1/.";
13489 else
13490 case $1 in #(
13491 -*)set "./$1";;
13492 esac;
13493 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13494 ???[sx]*):;;*)false;;esac;fi
13495 '\'' sh
13496 '
13497fi
13498as_executable_p=$as_test_x
fee8ec00
SR
13499
13500# Sed expression to map a string onto a valid CPP name.
13501as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13502
13503# Sed expression to map a string onto a valid variable name.
13504as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13505
13506
fee8ec00 13507exec 6>&1
81ecdfbb
RW
13508## ----------------------------------- ##
13509## Main body of $CONFIG_STATUS script. ##
13510## ----------------------------------- ##
13511_ASEOF
13512test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13513
13514cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13515# Save the log message, to keep $0 and so on meaningful, and to
fee8ec00 13516# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13517# values after options handling.
13518ac_log="
fee8ec00 13519This file was extended by $as_me, which was
81ecdfbb 13520generated by GNU Autoconf 2.64. Invocation command line was
fee8ec00
SR
13521
13522 CONFIG_FILES = $CONFIG_FILES
13523 CONFIG_HEADERS = $CONFIG_HEADERS
13524 CONFIG_LINKS = $CONFIG_LINKS
13525 CONFIG_COMMANDS = $CONFIG_COMMANDS
13526 $ $0 $@
13527
81ecdfbb
RW
13528on `(hostname || uname -n) 2>/dev/null | sed 1q`
13529"
13530
fee8ec00
SR
13531_ACEOF
13532
81ecdfbb
RW
13533case $ac_config_files in *"
13534"*) set x $ac_config_files; shift; ac_config_files=$*;;
13535esac
fee8ec00 13536
81ecdfbb
RW
13537case $ac_config_headers in *"
13538"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13539esac
fee8ec00 13540
fee8ec00 13541
81ecdfbb
RW
13542cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13543# Files that config.status was made for.
13544config_files="$ac_config_files"
13545config_headers="$ac_config_headers"
13546config_links="$ac_config_links"
13547config_commands="$ac_config_commands"
fee8ec00 13548
81ecdfbb 13549_ACEOF
fee8ec00 13550
81ecdfbb 13551cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 13552ac_cs_usage="\
81ecdfbb
RW
13553\`$as_me' instantiates files and other configuration actions
13554from templates according to the current configuration. Unless the files
13555and actions are specified as TAGs, all are instantiated by default.
fee8ec00 13556
81ecdfbb 13557Usage: $0 [OPTION]... [TAG]...
fee8ec00
SR
13558
13559 -h, --help print this help, then exit
81ecdfbb
RW
13560 -V, --version print version number and configuration settings, then exit
13561 -q, --quiet, --silent
13562 do not print progress messages
fee8ec00
SR
13563 -d, --debug don't remove temporary files
13564 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13565 --file=FILE[:TEMPLATE]
13566 instantiate the configuration file FILE
13567 --header=FILE[:TEMPLATE]
13568 instantiate the configuration header FILE
fee8ec00
SR
13569
13570Configuration files:
13571$config_files
13572
13573Configuration headers:
13574$config_headers
13575
13576Configuration links:
13577$config_links
13578
13579Configuration commands:
13580$config_commands
13581
81ecdfbb 13582Report bugs to the package provider."
fee8ec00 13583
81ecdfbb
RW
13584_ACEOF
13585cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fee8ec00
SR
13586ac_cs_version="\\
13587config.status
81ecdfbb
RW
13588configured by $0, generated by GNU Autoconf 2.64,
13589 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
fee8ec00 13590
81ecdfbb 13591Copyright (C) 2009 Free Software Foundation, Inc.
fee8ec00
SR
13592This config.status script is free software; the Free Software Foundation
13593gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13594
13595ac_pwd='$ac_pwd'
13596srcdir='$srcdir'
13597INSTALL='$INSTALL'
6bb11ab3 13598AWK='$AWK'
81ecdfbb 13599test -n "\$AWK" || AWK=awk
fee8ec00
SR
13600_ACEOF
13601
81ecdfbb
RW
13602cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13603# The default lists apply if the user does not specify any file.
fee8ec00
SR
13604ac_need_defaults=:
13605while test $# != 0
13606do
13607 case $1 in
13608 --*=*)
81ecdfbb
RW
13609 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13610 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fee8ec00
SR
13611 ac_shift=:
13612 ;;
81ecdfbb 13613 *)
fee8ec00
SR
13614 ac_option=$1
13615 ac_optarg=$2
13616 ac_shift=shift
13617 ;;
fee8ec00
SR
13618 esac
13619
13620 case $ac_option in
13621 # Handling of the options.
fee8ec00
SR
13622 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13623 ac_cs_recheck=: ;;
81ecdfbb
RW
13624 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13625 $as_echo "$ac_cs_version"; exit ;;
13626 --debug | --debu | --deb | --de | --d | -d )
fee8ec00
SR
13627 debug=: ;;
13628 --file | --fil | --fi | --f )
13629 $ac_shift
81ecdfbb
RW
13630 case $ac_optarg in
13631 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13632 esac
13633 as_fn_append CONFIG_FILES " '$ac_optarg'"
fee8ec00
SR
13634 ac_need_defaults=false;;
13635 --header | --heade | --head | --hea )
13636 $ac_shift
81ecdfbb
RW
13637 case $ac_optarg in
13638 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13639 esac
13640 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
fee8ec00 13641 ac_need_defaults=false;;
81ecdfbb
RW
13642 --he | --h)
13643 # Conflict between --help and --header
13644 as_fn_error "ambiguous option: \`$1'
13645Try \`$0 --help' for more information.";;
13646 --help | --hel | -h )
13647 $as_echo "$ac_cs_usage"; exit ;;
fee8ec00
SR
13648 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13649 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13650 ac_cs_silent=: ;;
13651
13652 # This is an error.
81ecdfbb
RW
13653 -*) as_fn_error "unrecognized option: \`$1'
13654Try \`$0 --help' for more information." ;;
fee8ec00 13655
81ecdfbb
RW
13656 *) as_fn_append ac_config_targets " $1"
13657 ac_need_defaults=false ;;
fee8ec00
SR
13658
13659 esac
13660 shift
13661done
13662
13663ac_configure_extra_args=
13664
13665if $ac_cs_silent; then
13666 exec 6>/dev/null
13667 ac_configure_extra_args="$ac_configure_extra_args --silent"
13668fi
13669
13670_ACEOF
81ecdfbb 13671cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fee8ec00 13672if \$ac_cs_recheck; then
81ecdfbb
RW
13673 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13674 shift
13675 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13676 CONFIG_SHELL='$SHELL'
13677 export CONFIG_SHELL
13678 exec "\$@"
fee8ec00
SR
13679fi
13680
13681_ACEOF
81ecdfbb
RW
13682cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13683exec 5>>config.log
13684{
13685 echo
13686 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13687## Running $as_me. ##
13688_ASBOX
13689 $as_echo "$ac_log"
13690} >&5
fee8ec00 13691
81ecdfbb
RW
13692_ACEOF
13693cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13694#
13695# INIT-COMMANDS
13696#
13697ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13698
6bb11ab3
L
13699
13700# The HP-UX ksh and POSIX shell print the target directory to stdout
13701# if CDPATH is set.
13702(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13703
13704sed_quote_subst='$sed_quote_subst'
13705double_quote_subst='$double_quote_subst'
13706delay_variable_subst='$delay_variable_subst'
13707macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13708macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13709enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13710enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13711pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13712enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13713SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13714ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13715host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13716host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13717host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13718build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13719build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13720build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13721SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13722Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13723GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13724EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13725FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13726LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13727NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13728LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13729max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13730ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13731exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13732lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13733lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13734lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13735reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13736reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13737OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13738deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13739file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13740AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13741AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13742STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13743RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13744old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13745old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13746old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13747lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13748CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13749CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13750compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13751GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13752lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13753lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13754lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13755lt_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"`'
13756objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13757MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13758lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13759lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13760lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13761lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13762lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13763need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13764DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13765NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13766LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13767OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13768OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13769libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13770shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13771extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13772archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13773enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13774export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13775whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13776compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13777old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13778old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13779archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13780archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13781module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13782module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13783with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13784allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13785no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13786hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13787hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13788hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13789hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13790hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13791hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13792hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13793hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13794inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13795link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13796fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13797always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13798export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13799exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13800include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13801prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13802file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13803variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13804need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13805need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13806version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13807runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13808shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13809shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13810libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13811library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13812soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13813install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13814postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13815postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13816finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13817finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13818hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13819sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13820sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13821hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13822enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13823enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13824enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13825old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13826striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13827
13828LTCC='$LTCC'
13829LTCFLAGS='$LTCFLAGS'
13830compiler='$compiler_DEFAULT'
13831
13832# A function that is used when there is no print builtin or printf.
13833func_fallback_echo ()
13834{
13835 eval 'cat <<_LTECHO_EOF
13836\$1
13837_LTECHO_EOF'
13838}
13839
13840# Quote evaled strings.
13841for var in SHELL \
13842ECHO \
13843SED \
13844GREP \
13845EGREP \
13846FGREP \
13847LD \
13848NM \
13849LN_S \
13850lt_SP2NL \
13851lt_NL2SP \
13852reload_flag \
13853OBJDUMP \
13854deplibs_check_method \
13855file_magic_cmd \
13856AR \
13857AR_FLAGS \
13858STRIP \
13859RANLIB \
13860CC \
13861CFLAGS \
13862compiler \
13863lt_cv_sys_global_symbol_pipe \
13864lt_cv_sys_global_symbol_to_cdecl \
13865lt_cv_sys_global_symbol_to_c_name_address \
13866lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13867lt_prog_compiler_no_builtin_flag \
13868lt_prog_compiler_wl \
13869lt_prog_compiler_pic \
13870lt_prog_compiler_static \
13871lt_cv_prog_compiler_c_o \
13872need_locks \
13873DSYMUTIL \
13874NMEDIT \
13875LIPO \
13876OTOOL \
13877OTOOL64 \
13878shrext_cmds \
13879export_dynamic_flag_spec \
13880whole_archive_flag_spec \
13881compiler_needs_object \
13882with_gnu_ld \
13883allow_undefined_flag \
13884no_undefined_flag \
13885hardcode_libdir_flag_spec \
13886hardcode_libdir_flag_spec_ld \
13887hardcode_libdir_separator \
13888fix_srcfile_path \
13889exclude_expsyms \
13890include_expsyms \
13891file_list_spec \
13892variables_saved_for_relink \
13893libname_spec \
13894library_names_spec \
13895soname_spec \
13896install_override_mode \
13897finish_eval \
13898old_striplib \
13899striplib; do
13900 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13901 *[\\\\\\\`\\"\\\$]*)
13902 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13903 ;;
13904 *)
13905 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13906 ;;
13907 esac
13908done
13909
13910# Double-quote double-evaled strings.
13911for var in reload_cmds \
13912old_postinstall_cmds \
13913old_postuninstall_cmds \
13914old_archive_cmds \
13915extract_expsyms_cmds \
13916old_archive_from_new_cmds \
13917old_archive_from_expsyms_cmds \
13918archive_cmds \
13919archive_expsym_cmds \
13920module_cmds \
13921module_expsym_cmds \
13922export_symbols_cmds \
13923prelink_cmds \
13924postinstall_cmds \
13925postuninstall_cmds \
13926finish_cmds \
13927sys_lib_search_path_spec \
13928sys_lib_dlsearch_path_spec; do
13929 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13930 *[\\\\\\\`\\"\\\$]*)
13931 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13932 ;;
13933 *)
13934 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13935 ;;
13936 esac
13937done
13938
13939ac_aux_dir='$ac_aux_dir'
13940xsi_shell='$xsi_shell'
13941lt_shell_append='$lt_shell_append'
13942
13943# See if we are running on zsh, and set the options which allow our
13944# commands through without removal of \ escapes INIT.
13945if test -n "\${ZSH_VERSION+set}" ; then
13946 setopt NO_GLOB_SUBST
13947fi
13948
13949
13950 PACKAGE='$PACKAGE'
13951 VERSION='$VERSION'
13952 TIMESTAMP='$TIMESTAMP'
13953 RM='$RM'
13954 ofile='$ofile'
13955
13956
13957
13958
81ecdfbb 13959_ACEOF
fee8ec00 13960
81ecdfbb 13961cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fee8ec00 13962
81ecdfbb 13963# Handling of arguments.
fee8ec00
SR
13964for ac_config_target in $ac_config_targets
13965do
81ecdfbb
RW
13966 case $ac_config_target in
13967 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13968 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13969 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13970 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
13971 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13972 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13973 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13974 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13975 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13976
13977 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fee8ec00
SR
13978 esac
13979done
13980
81ecdfbb 13981
fee8ec00
SR
13982# If the user did not use the arguments to specify the items to instantiate,
13983# then the envvar interface is used. Set only those that are not.
13984# We use the long form for the default assignment because of an extremely
13985# bizarre bug on SunOS 4.1.3.
13986if $ac_need_defaults; then
13987 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13988 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13989 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
13990 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13991fi
13992
13993# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13994# simply because there is no reason against having it here, and in addition,
fee8ec00 13995# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13996# Hook for its removal unless debugging.
13997# Note that there is a small window in which the directory will not be cleaned:
13998# after its creation but before its name has been assigned to `$tmp'.
fee8ec00
SR
13999$debug ||
14000{
81ecdfbb
RW
14001 tmp=
14002 trap 'exit_status=$?
14003 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14004' 0
14005 trap 'as_fn_exit 1' 1 2 13 15
fee8ec00 14006}
fee8ec00
SR
14007# Create a (secure) tmp directory for tmp files.
14008
14009{
81ecdfbb 14010 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
fee8ec00
SR
14011 test -n "$tmp" && test -d "$tmp"
14012} ||
14013{
81ecdfbb
RW
14014 tmp=./conf$$-$RANDOM
14015 (umask 077 && mkdir "$tmp")
14016} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
fee8ec00 14017
81ecdfbb
RW
14018# Set up the scripts for CONFIG_FILES section.
14019# No need to generate them if there are no CONFIG_FILES.
14020# This happens for instance with `./config.status config.h'.
14021if test -n "$CONFIG_FILES"; then
fee8ec00 14022
fee8ec00 14023
81ecdfbb
RW
14024ac_cr=`echo X | tr X '\015'`
14025# On cygwin, bash can eat \r inside `` if the user requested igncr.
14026# But we know of no other shell where ac_cr would be empty at this
14027# point, so we can use a bashism as a fallback.
14028if test "x$ac_cr" = x; then
14029 eval ac_cr=\$\'\\r\'
14030fi
14031ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14032if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14033 ac_cs_awk_cr='\r'
14034else
14035 ac_cs_awk_cr=$ac_cr
14036fi
fee8ec00 14037
81ecdfbb 14038echo 'BEGIN {' >"$tmp/subs1.awk" &&
fee8ec00
SR
14039_ACEOF
14040
81ecdfbb
RW
14041
14042{
14043 echo "cat >conf$$subs.awk <<_ACEOF" &&
14044 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14045 echo "_ACEOF"
14046} >conf$$subs.sh ||
14047 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14048ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14049ac_delim='%!_!# '
14050for ac_last_try in false false false false false :; do
14051 . ./conf$$subs.sh ||
14052 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14053
14054 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14055 if test $ac_delim_n = $ac_delim_num; then
14056 break
14057 elif $ac_last_try; then
14058 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14059 else
14060 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fee8ec00 14061 fi
81ecdfbb
RW
14062done
14063rm -f conf$$subs.sh
fee8ec00 14064
81ecdfbb
RW
14065cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14066cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
fee8ec00 14067_ACEOF
81ecdfbb
RW
14068sed -n '
14069h
14070s/^/S["/; s/!.*/"]=/
14071p
14072g
14073s/^[^!]*!//
14074:repl
14075t repl
14076s/'"$ac_delim"'$//
14077t delim
14078:nl
14079h
14080s/\(.\{148\}\).*/\1/
14081t more1
14082s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14083p
14084n
14085b repl
14086:more1
14087s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14088p
14089g
14090s/.\{148\}//
14091t nl
14092:delim
14093h
14094s/\(.\{148\}\).*/\1/
14095t more2
14096s/["\\]/\\&/g; s/^/"/; s/$/"/
14097p
14098b
14099:more2
14100s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14101p
14102g
14103s/.\{148\}//
14104t delim
14105' <conf$$subs.awk | sed '
14106/^[^""]/{
14107 N
14108 s/\n//
14109}
14110' >>$CONFIG_STATUS || ac_write_fail=1
14111rm -f conf$$subs.awk
14112cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14113_ACAWK
14114cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14115 for (key in S) S_is_set[key] = 1
14116 FS = "\a"
fee8ec00 14117
81ecdfbb
RW
14118}
14119{
14120 line = $ 0
14121 nfields = split(line, field, "@")
14122 substed = 0
14123 len = length(field[1])
14124 for (i = 2; i < nfields; i++) {
14125 key = field[i]
14126 keylen = length(key)
14127 if (S_is_set[key]) {
14128 value = S[key]
14129 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14130 len += length(value) + length(field[++i])
14131 substed = 1
14132 } else
14133 len += 1 + keylen
14134 }
14135
14136 print line
14137}
fee8ec00 14138
81ecdfbb
RW
14139_ACAWK
14140_ACEOF
14141cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14142if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14143 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fee8ec00 14144else
81ecdfbb
RW
14145 cat
14146fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14147 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14148_ACEOF
fee8ec00 14149
81ecdfbb
RW
14150# VPATH may cause trouble with some makes, so we remove $(srcdir),
14151# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14152# trailing colons and then remove the whole line if VPATH becomes empty
14153# (actually we leave an empty line to preserve line numbers).
14154if test "x$srcdir" = x.; then
14155 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14156s/:*\$(srcdir):*/:/
14157s/:*\${srcdir}:*/:/
14158s/:*@srcdir@:*/:/
14159s/^\([^=]*=[ ]*\):*/\1/
14160s/:*$//
14161s/^[^=]*=[ ]*$//
14162}'
14163fi
fee8ec00 14164
81ecdfbb
RW
14165cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14166fi # test -n "$CONFIG_FILES"
fee8ec00 14167
81ecdfbb
RW
14168# Set up the scripts for CONFIG_HEADERS section.
14169# No need to generate them if there are no CONFIG_HEADERS.
14170# This happens for instance with `./config.status Makefile'.
14171if test -n "$CONFIG_HEADERS"; then
14172cat >"$tmp/defines.awk" <<\_ACAWK ||
14173BEGIN {
14174_ACEOF
fee8ec00 14175
81ecdfbb
RW
14176# Transform confdefs.h into an awk script `defines.awk', embedded as
14177# here-document in config.status, that substitutes the proper values into
14178# config.h.in to produce config.h.
fee8ec00 14179
81ecdfbb
RW
14180# Create a delimiter string that does not exist in confdefs.h, to ease
14181# handling of long lines.
14182ac_delim='%!_!# '
14183for ac_last_try in false false :; do
14184 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14185 if test -z "$ac_t"; then
14186 break
14187 elif $ac_last_try; then
14188 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
fee8ec00 14189 else
81ecdfbb 14190 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fee8ec00 14191 fi
fee8ec00 14192done
81ecdfbb
RW
14193
14194# For the awk script, D is an array of macro values keyed by name,
14195# likewise P contains macro parameters if any. Preserve backslash
14196# newline sequences.
14197
14198ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14199sed -n '
14200s/.\{148\}/&'"$ac_delim"'/g
14201t rset
14202:rset
14203s/^[ ]*#[ ]*define[ ][ ]*/ /
14204t def
14205d
14206:def
14207s/\\$//
14208t bsnl
14209s/["\\]/\\&/g
14210s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14211D["\1"]=" \3"/p
14212s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14213d
14214:bsnl
14215s/["\\]/\\&/g
14216s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14217D["\1"]=" \3\\\\\\n"\\/p
14218t cont
14219s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14220t cont
14221d
14222:cont
14223n
14224s/.\{148\}/&'"$ac_delim"'/g
14225t clear
14226:clear
14227s/\\$//
14228t bsnlc
14229s/["\\]/\\&/g; s/^/"/; s/$/"/p
14230d
14231:bsnlc
14232s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14233b cont
14234' <confdefs.h | sed '
14235s/'"$ac_delim"'/"\\\
14236"/g' >>$CONFIG_STATUS || ac_write_fail=1
14237
14238cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14239 for (key in D) D_is_set[key] = 1
14240 FS = "\a"
14241}
14242/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14243 line = \$ 0
14244 split(line, arg, " ")
14245 if (arg[1] == "#") {
14246 defundef = arg[2]
14247 mac1 = arg[3]
14248 } else {
14249 defundef = substr(arg[1], 2)
14250 mac1 = arg[2]
14251 }
14252 split(mac1, mac2, "(") #)
14253 macro = mac2[1]
14254 prefix = substr(line, 1, index(line, defundef) - 1)
14255 if (D_is_set[macro]) {
14256 # Preserve the white space surrounding the "#".
14257 print prefix "define", macro P[macro] D[macro]
14258 next
14259 } else {
14260 # Replace #undef with comments. This is necessary, for example,
14261 # in the case of _POSIX_SOURCE, which is predefined and required
14262 # on some systems where configure will not decide to define it.
14263 if (defundef == "undef") {
14264 print "/*", prefix defundef, macro, "*/"
14265 next
14266 }
14267 }
14268}
14269{ print }
14270_ACAWK
fee8ec00 14271_ACEOF
81ecdfbb
RW
14272cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14273 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14274fi # test -n "$CONFIG_HEADERS"
fee8ec00 14275
fee8ec00 14276
81ecdfbb
RW
14277eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14278shift
14279for ac_tag
14280do
14281 case $ac_tag in
14282 :[FHLC]) ac_mode=$ac_tag; continue;;
14283 esac
14284 case $ac_mode$ac_tag in
14285 :[FHL]*:*);;
14286 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14287 :[FH]-) ac_tag=-:-;;
14288 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fee8ec00 14289 esac
81ecdfbb
RW
14290 ac_save_IFS=$IFS
14291 IFS=:
14292 set x $ac_tag
14293 IFS=$ac_save_IFS
14294 shift
14295 ac_file=$1
14296 shift
fee8ec00 14297
81ecdfbb
RW
14298 case $ac_mode in
14299 :L) ac_source=$1;;
14300 :[FH])
14301 ac_file_inputs=
14302 for ac_f
14303 do
14304 case $ac_f in
14305 -) ac_f="$tmp/stdin";;
14306 *) # Look for the file first in the build tree, then in the source tree
14307 # (if the path is not absolute). The absolute path cannot be DOS-style,
14308 # because $ac_f cannot contain `:'.
14309 test -f "$ac_f" ||
14310 case $ac_f in
14311 [\\/$]*) false;;
14312 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14313 esac ||
14314 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fee8ec00 14315 esac
81ecdfbb
RW
14316 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14317 as_fn_append ac_file_inputs " '$ac_f'"
14318 done
fee8ec00 14319
81ecdfbb
RW
14320 # Let's still pretend it is `configure' which instantiates (i.e., don't
14321 # use $as_me), people would be surprised to read:
14322 # /* config.h. Generated by config.status. */
14323 configure_input='Generated from '`
14324 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14325 `' by configure.'
14326 if test x"$ac_file" != x-; then
14327 configure_input="$ac_file. $configure_input"
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14329$as_echo "$as_me: creating $ac_file" >&6;}
14330 fi
14331 # Neutralize special characters interpreted by sed in replacement strings.
14332 case $configure_input in #(
14333 *\&* | *\|* | *\\* )
14334 ac_sed_conf_input=`$as_echo "$configure_input" |
14335 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14336 *) ac_sed_conf_input=$configure_input;;
14337 esac
fee8ec00 14338
81ecdfbb
RW
14339 case $ac_tag in
14340 *:-:* | *:-) cat >"$tmp/stdin" \
14341 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14342 esac
14343 ;;
14344 esac
fee8ec00 14345
81ecdfbb 14346 ac_dir=`$as_dirname -- "$ac_file" ||
fee8ec00
SR
14347$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14348 X"$ac_file" : 'X\(//\)[^/]' \| \
14349 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14350 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14351$as_echo X"$ac_file" |
14352 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14353 s//\1/
14354 q
14355 }
14356 /^X\(\/\/\)[^/].*/{
14357 s//\1/
14358 q
14359 }
14360 /^X\(\/\/\)$/{
14361 s//\1/
14362 q
14363 }
14364 /^X\(\/\).*/{
14365 s//\1/
14366 q
14367 }
14368 s/.*/./; q'`
14369 as_dir="$ac_dir"; as_fn_mkdir_p
fee8ec00
SR
14370 ac_builddir=.
14371
81ecdfbb
RW
14372case "$ac_dir" in
14373.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14374*)
14375 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14376 # A ".." for each directory in $ac_dir_suffix.
14377 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14378 case $ac_top_builddir_sub in
14379 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14380 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14381 esac ;;
14382esac
14383ac_abs_top_builddir=$ac_pwd
14384ac_abs_builddir=$ac_pwd$ac_dir_suffix
14385# for backward compatibility:
14386ac_top_builddir=$ac_top_build_prefix
fee8ec00
SR
14387
14388case $srcdir in
81ecdfbb 14389 .) # We are building in place.
fee8ec00 14390 ac_srcdir=.
81ecdfbb
RW
14391 ac_top_srcdir=$ac_top_builddir_sub
14392 ac_abs_top_srcdir=$ac_pwd ;;
14393 [\\/]* | ?:[\\/]* ) # Absolute name.
fee8ec00 14394 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14395 ac_top_srcdir=$srcdir
14396 ac_abs_top_srcdir=$srcdir ;;
14397 *) # Relative name.
14398 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14399 ac_top_srcdir=$ac_top_build_prefix$srcdir
14400 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fee8ec00 14401esac
81ecdfbb 14402ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fee8ec00 14403
fee8ec00 14404
81ecdfbb
RW
14405 case $ac_mode in
14406 :F)
14407 #
14408 # CONFIG_FILE
14409 #
fee8ec00 14410
81ecdfbb
RW
14411 case $INSTALL in
14412 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14413 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fee8ec00 14414 esac
81ecdfbb 14415_ACEOF
fee8ec00 14416
81ecdfbb
RW
14417cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14418# If the template does not know about datarootdir, expand it.
14419# FIXME: This hack should be removed a few years after 2.60.
14420ac_datarootdir_hack=; ac_datarootdir_seen=
14421ac_sed_dataroot='
14422/datarootdir/ {
14423 p
14424 q
14425}
14426/@datadir@/p
14427/@docdir@/p
14428/@infodir@/p
14429/@localedir@/p
14430/@mandir@/p'
14431case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14432*datarootdir*) ac_datarootdir_seen=yes;;
14433*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14435$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14436_ACEOF
14437cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14438 ac_datarootdir_hack='
14439 s&@datadir@&$datadir&g
14440 s&@docdir@&$docdir&g
14441 s&@infodir@&$infodir&g
14442 s&@localedir@&$localedir&g
14443 s&@mandir@&$mandir&g
14444 s&\\\${datarootdir}&$datarootdir&g' ;;
14445esac
fee8ec00 14446_ACEOF
fee8ec00 14447
81ecdfbb
RW
14448# Neutralize VPATH when `$srcdir' = `.'.
14449# Shell code in configure.ac might set extrasub.
14450# FIXME: do we really want to maintain this feature?
14451cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14452ac_sed_extra="$ac_vpsub
14453$extrasub
14454_ACEOF
14455cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14456:t
14457/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14458s|@configure_input@|$ac_sed_conf_input|;t t
14459s&@top_builddir@&$ac_top_builddir_sub&;t t
14460s&@top_build_prefix@&$ac_top_build_prefix&;t t
14461s&@srcdir@&$ac_srcdir&;t t
14462s&@abs_srcdir@&$ac_abs_srcdir&;t t
14463s&@top_srcdir@&$ac_top_srcdir&;t t
14464s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14465s&@builddir@&$ac_builddir&;t t
14466s&@abs_builddir@&$ac_abs_builddir&;t t
14467s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14468s&@INSTALL@&$ac_INSTALL&;t t
14469$ac_datarootdir_hack
14470"
14471eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14472 || as_fn_error "could not create $ac_file" "$LINENO" 5
14473
14474test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14475 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14476 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14478which seems to be undefined. Please make sure it is defined." >&5
14479$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14480which seems to be undefined. Please make sure it is defined." >&2;}
14481
14482 rm -f "$tmp/stdin"
14483 case $ac_file in
14484 -) cat "$tmp/out" && rm -f "$tmp/out";;
14485 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14486 esac \
14487 || as_fn_error "could not create $ac_file" "$LINENO" 5
14488 ;;
14489 :H)
14490 #
14491 # CONFIG_HEADER
14492 #
14493 if test x"$ac_file" != x-; then
14494 {
14495 $as_echo "/* $configure_input */" \
14496 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14497 } >"$tmp/config.h" \
14498 || as_fn_error "could not create $ac_file" "$LINENO" 5
14499 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14501$as_echo "$as_me: $ac_file is unchanged" >&6;}
14502 else
14503 rm -f "$ac_file"
14504 mv "$tmp/config.h" "$ac_file" \
14505 || as_fn_error "could not create $ac_file" "$LINENO" 5
14506 fi
fee8ec00 14507 else
81ecdfbb
RW
14508 $as_echo "/* $configure_input */" \
14509 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14510 || as_fn_error "could not create -" "$LINENO" 5
14511 fi
14512 ;;
14513 :L)
14514 #
14515 # CONFIG_LINK
14516 #
fee8ec00 14517
81ecdfbb
RW
14518 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14519 :
14520 else
14521 # Prefer the file from the source tree if names are identical.
14522 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14523 ac_source=$srcdir/$ac_source
14524 fi
fee8ec00 14525
81ecdfbb
RW
14526 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14527$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
fee8ec00 14528
81ecdfbb
RW
14529 if test ! -r "$ac_source"; then
14530 as_fn_error "$ac_source: file not found" "$LINENO" 5
14531 fi
14532 rm -f "$ac_file"
fee8ec00 14533
81ecdfbb
RW
14534 # Try a relative symlink, then a hard link, then a copy.
14535 case $srcdir in
14536 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14537 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14538 esac
14539 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14540 ln "$ac_source" "$ac_file" 2>/dev/null ||
14541 cp -p "$ac_source" "$ac_file" ||
14542 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14543 fi
14544 ;;
14545 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14546$as_echo "$as_me: executing $ac_file commands" >&6;}
14547 ;;
14548 esac
fee8ec00
SR
14549
14550
81ecdfbb 14551 case $ac_file$ac_mode in
db2e4d67 14552 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14553 "libtool":C)
14554
14555 # See if we are running on zsh, and set the options which allow our
14556 # commands through without removal of \ escapes.
14557 if test -n "${ZSH_VERSION+set}" ; then
14558 setopt NO_GLOB_SUBST
14559 fi
14560
14561 cfgfile="${ofile}T"
14562 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14563 $RM "$cfgfile"
14564
14565 cat <<_LT_EOF >> "$cfgfile"
14566#! $SHELL
14567
14568# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14569# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14570# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14571# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14572#
14573# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14574# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14575# Written by Gordon Matzigkeit, 1996
14576#
14577# This file is part of GNU Libtool.
14578#
14579# GNU Libtool is free software; you can redistribute it and/or
14580# modify it under the terms of the GNU General Public License as
14581# published by the Free Software Foundation; either version 2 of
14582# the License, or (at your option) any later version.
14583#
14584# As a special exception to the GNU General Public License,
14585# if you distribute this file as part of a program or library that
14586# is built using GNU Libtool, you may include this file under the
14587# same distribution terms that you use for the rest of that program.
14588#
14589# GNU Libtool is distributed in the hope that it will be useful,
14590# but WITHOUT ANY WARRANTY; without even the implied warranty of
14591# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14592# GNU General Public License for more details.
14593#
14594# You should have received a copy of the GNU General Public License
14595# along with GNU Libtool; see the file COPYING. If not, a copy
14596# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14597# obtained by writing to the Free Software Foundation, Inc.,
14598# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14599
14600
14601# The names of the tagged configurations supported by this script.
14602available_tags=""
14603
14604# ### BEGIN LIBTOOL CONFIG
14605
14606# Which release of libtool.m4 was used?
14607macro_version=$macro_version
14608macro_revision=$macro_revision
14609
14610# Whether or not to build shared libraries.
14611build_libtool_libs=$enable_shared
14612
14613# Whether or not to build static libraries.
14614build_old_libs=$enable_static
14615
14616# What type of objects to build.
14617pic_mode=$pic_mode
14618
14619# Whether or not to optimize for fast installation.
14620fast_install=$enable_fast_install
14621
14622# Shell to use when invoking shell scripts.
14623SHELL=$lt_SHELL
14624
14625# An echo program that protects backslashes.
14626ECHO=$lt_ECHO
14627
14628# The host system.
14629host_alias=$host_alias
14630host=$host
14631host_os=$host_os
14632
14633# The build system.
14634build_alias=$build_alias
14635build=$build
14636build_os=$build_os
14637
14638# A sed program that does not truncate output.
14639SED=$lt_SED
14640
14641# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14642Xsed="\$SED -e 1s/^X//"
14643
14644# A grep program that handles long lines.
14645GREP=$lt_GREP
14646
14647# An ERE matcher.
14648EGREP=$lt_EGREP
14649
14650# A literal string matcher.
14651FGREP=$lt_FGREP
14652
14653# A BSD- or MS-compatible name lister.
14654NM=$lt_NM
14655
14656# Whether we need soft or hard links.
14657LN_S=$lt_LN_S
14658
14659# What is the maximum length of a command?
14660max_cmd_len=$max_cmd_len
14661
14662# Object file suffix (normally "o").
14663objext=$ac_objext
14664
14665# Executable file suffix (normally "").
14666exeext=$exeext
14667
14668# whether the shell understands "unset".
14669lt_unset=$lt_unset
14670
14671# turn spaces into newlines.
14672SP2NL=$lt_lt_SP2NL
14673
14674# turn newlines into spaces.
14675NL2SP=$lt_lt_NL2SP
14676
14677# An object symbol dumper.
14678OBJDUMP=$lt_OBJDUMP
14679
14680# Method to check whether dependent libraries are shared objects.
14681deplibs_check_method=$lt_deplibs_check_method
14682
14683# Command to use when deplibs_check_method == "file_magic".
14684file_magic_cmd=$lt_file_magic_cmd
14685
14686# The archiver.
14687AR=$lt_AR
14688AR_FLAGS=$lt_AR_FLAGS
14689
14690# A symbol stripping program.
14691STRIP=$lt_STRIP
14692
14693# Commands used to install an old-style archive.
14694RANLIB=$lt_RANLIB
14695old_postinstall_cmds=$lt_old_postinstall_cmds
14696old_postuninstall_cmds=$lt_old_postuninstall_cmds
14697
14698# Whether to use a lock for old archive extraction.
14699lock_old_archive_extraction=$lock_old_archive_extraction
14700
14701# A C compiler.
14702LTCC=$lt_CC
14703
14704# LTCC compiler flags.
14705LTCFLAGS=$lt_CFLAGS
14706
14707# Take the output of nm and produce a listing of raw symbols and C names.
14708global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14709
14710# Transform the output of nm in a proper C declaration.
14711global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14712
14713# Transform the output of nm in a C name address pair.
14714global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14715
14716# Transform the output of nm in a C name address pair when lib prefix is needed.
14717global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14718
14719# The name of the directory that contains temporary libtool files.
14720objdir=$objdir
14721
14722# Used to examine libraries when file_magic_cmd begins with "file".
14723MAGIC_CMD=$MAGIC_CMD
14724
14725# Must we lock files when doing compilation?
14726need_locks=$lt_need_locks
14727
14728# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14729DSYMUTIL=$lt_DSYMUTIL
14730
14731# Tool to change global to local symbols on Mac OS X.
14732NMEDIT=$lt_NMEDIT
14733
14734# Tool to manipulate fat objects and archives on Mac OS X.
14735LIPO=$lt_LIPO
14736
14737# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14738OTOOL=$lt_OTOOL
14739
14740# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14741OTOOL64=$lt_OTOOL64
14742
14743# Old archive suffix (normally "a").
14744libext=$libext
14745
14746# Shared library suffix (normally ".so").
14747shrext_cmds=$lt_shrext_cmds
14748
14749# The commands to extract the exported symbol list from a shared archive.
14750extract_expsyms_cmds=$lt_extract_expsyms_cmds
14751
14752# Variables whose values should be saved in libtool wrapper scripts and
14753# restored at link time.
14754variables_saved_for_relink=$lt_variables_saved_for_relink
14755
14756# Do we need the "lib" prefix for modules?
14757need_lib_prefix=$need_lib_prefix
14758
14759# Do we need a version for libraries?
14760need_version=$need_version
14761
14762# Library versioning type.
14763version_type=$version_type
14764
14765# Shared library runtime path variable.
14766runpath_var=$runpath_var
14767
14768# Shared library path variable.
14769shlibpath_var=$shlibpath_var
14770
14771# Is shlibpath searched before the hard-coded library search path?
14772shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14773
14774# Format of library name prefix.
14775libname_spec=$lt_libname_spec
14776
14777# List of archive names. First name is the real one, the rest are links.
14778# The last name is the one that the linker finds with -lNAME
14779library_names_spec=$lt_library_names_spec
14780
14781# The coded name of the library, if different from the real name.
14782soname_spec=$lt_soname_spec
14783
14784# Permission mode override for installation of shared libraries.
14785install_override_mode=$lt_install_override_mode
14786
14787# Command to use after installation of a shared archive.
14788postinstall_cmds=$lt_postinstall_cmds
14789
14790# Command to use after uninstallation of a shared archive.
14791postuninstall_cmds=$lt_postuninstall_cmds
14792
14793# Commands used to finish a libtool library installation in a directory.
14794finish_cmds=$lt_finish_cmds
14795
14796# As "finish_cmds", except a single script fragment to be evaled but
14797# not shown.
14798finish_eval=$lt_finish_eval
14799
14800# Whether we should hardcode library paths into libraries.
14801hardcode_into_libs=$hardcode_into_libs
14802
14803# Compile-time system search path for libraries.
14804sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14805
14806# Run-time system search path for libraries.
14807sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14808
14809# Whether dlopen is supported.
14810dlopen_support=$enable_dlopen
14811
14812# Whether dlopen of programs is supported.
14813dlopen_self=$enable_dlopen_self
14814
14815# Whether dlopen of statically linked programs is supported.
14816dlopen_self_static=$enable_dlopen_self_static
14817
14818# Commands to strip libraries.
14819old_striplib=$lt_old_striplib
14820striplib=$lt_striplib
14821
14822
14823# The linker used to build libraries.
14824LD=$lt_LD
14825
14826# How to create reloadable object files.
14827reload_flag=$lt_reload_flag
14828reload_cmds=$lt_reload_cmds
14829
14830# Commands used to build an old-style archive.
14831old_archive_cmds=$lt_old_archive_cmds
14832
14833# A language specific compiler.
14834CC=$lt_compiler
14835
14836# Is the compiler the GNU compiler?
14837with_gcc=$GCC
14838
14839# Compiler flag to turn off builtin functions.
14840no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14841
14842# How to pass a linker flag through the compiler.
14843wl=$lt_lt_prog_compiler_wl
14844
14845# Additional compiler flags for building library objects.
14846pic_flag=$lt_lt_prog_compiler_pic
14847
14848# Compiler flag to prevent dynamic linking.
14849link_static_flag=$lt_lt_prog_compiler_static
14850
14851# Does compiler simultaneously support -c and -o options?
14852compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14853
14854# Whether or not to add -lc for building shared libraries.
14855build_libtool_need_lc=$archive_cmds_need_lc
14856
14857# Whether or not to disallow shared libs when runtime libs are static.
14858allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14859
14860# Compiler flag to allow reflexive dlopens.
14861export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14862
14863# Compiler flag to generate shared objects directly from archives.
14864whole_archive_flag_spec=$lt_whole_archive_flag_spec
14865
14866# Whether the compiler copes with passing no objects directly.
14867compiler_needs_object=$lt_compiler_needs_object
14868
14869# Create an old-style archive from a shared archive.
14870old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14871
14872# Create a temporary old-style archive to link instead of a shared archive.
14873old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14874
14875# Commands used to build a shared archive.
14876archive_cmds=$lt_archive_cmds
14877archive_expsym_cmds=$lt_archive_expsym_cmds
14878
14879# Commands used to build a loadable module if different from building
14880# a shared archive.
14881module_cmds=$lt_module_cmds
14882module_expsym_cmds=$lt_module_expsym_cmds
14883
14884# Whether we are building with GNU ld or not.
14885with_gnu_ld=$lt_with_gnu_ld
14886
14887# Flag that allows shared libraries with undefined symbols to be built.
14888allow_undefined_flag=$lt_allow_undefined_flag
14889
14890# Flag that enforces no undefined symbols.
14891no_undefined_flag=$lt_no_undefined_flag
14892
14893# Flag to hardcode \$libdir into a binary during linking.
14894# This must work even if \$libdir does not exist
14895hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14896
14897# If ld is used when linking, flag to hardcode \$libdir into a binary
14898# during linking. This must work even if \$libdir does not exist.
14899hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14900
14901# Whether we need a single "-rpath" flag with a separated argument.
14902hardcode_libdir_separator=$lt_hardcode_libdir_separator
14903
14904# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14905# DIR into the resulting binary.
14906hardcode_direct=$hardcode_direct
14907
14908# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14909# DIR into the resulting binary and the resulting library dependency is
14910# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14911# library is relocated.
14912hardcode_direct_absolute=$hardcode_direct_absolute
14913
14914# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14915# into the resulting binary.
14916hardcode_minus_L=$hardcode_minus_L
14917
14918# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14919# into the resulting binary.
14920hardcode_shlibpath_var=$hardcode_shlibpath_var
14921
14922# Set to "yes" if building a shared library automatically hardcodes DIR
14923# into the library and all subsequent libraries and executables linked
14924# against it.
14925hardcode_automatic=$hardcode_automatic
14926
14927# Set to yes if linker adds runtime paths of dependent libraries
14928# to runtime path list.
14929inherit_rpath=$inherit_rpath
14930
14931# Whether libtool must link a program against all its dependency libraries.
14932link_all_deplibs=$link_all_deplibs
14933
14934# Fix the shell variable \$srcfile for the compiler.
14935fix_srcfile_path=$lt_fix_srcfile_path
14936
14937# Set to "yes" if exported symbols are required.
14938always_export_symbols=$always_export_symbols
14939
14940# The commands to list exported symbols.
14941export_symbols_cmds=$lt_export_symbols_cmds
14942
14943# Symbols that should not be listed in the preloaded symbols.
14944exclude_expsyms=$lt_exclude_expsyms
14945
14946# Symbols that must always be exported.
14947include_expsyms=$lt_include_expsyms
14948
14949# Commands necessary for linking programs (against libraries) with templates.
14950prelink_cmds=$lt_prelink_cmds
14951
14952# Specify filename containing input files.
14953file_list_spec=$lt_file_list_spec
14954
14955# How to hardcode a shared library path into an executable.
14956hardcode_action=$hardcode_action
14957
14958# ### END LIBTOOL CONFIG
14959
14960_LT_EOF
14961
14962 case $host_os in
14963 aix3*)
14964 cat <<\_LT_EOF >> "$cfgfile"
14965# AIX sometimes has problems with the GCC collect2 program. For some
14966# reason, if we set the COLLECT_NAMES environment variable, the problems
14967# vanish in a puff of smoke.
14968if test "X${COLLECT_NAMES+set}" != Xset; then
14969 COLLECT_NAMES=
14970 export COLLECT_NAMES
14971fi
14972_LT_EOF
14973 ;;
14974 esac
14975
14976
14977ltmain="$ac_aux_dir/ltmain.sh"
14978
14979
14980 # We use sed instead of cat because bash on DJGPP gets confused if
14981 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14982 # text mode, it properly converts lines to CR/LF. This bash problem
14983 # is reportedly fixed, but why not run on old versions too?
14984 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14985 || (rm -f "$cfgfile"; exit 1)
14986
14987 case $xsi_shell in
14988 yes)
14989 cat << \_LT_EOF >> "$cfgfile"
14990
14991# func_dirname file append nondir_replacement
14992# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14993# otherwise set result to NONDIR_REPLACEMENT.
14994func_dirname ()
14995{
14996 case ${1} in
14997 */*) func_dirname_result="${1%/*}${2}" ;;
14998 * ) func_dirname_result="${3}" ;;
14999 esac
15000}
15001
15002# func_basename file
15003func_basename ()
15004{
15005 func_basename_result="${1##*/}"
15006}
15007
15008# func_dirname_and_basename file append nondir_replacement
15009# perform func_basename and func_dirname in a single function
15010# call:
15011# dirname: Compute the dirname of FILE. If nonempty,
15012# add APPEND to the result, otherwise set result
15013# to NONDIR_REPLACEMENT.
15014# value returned in "$func_dirname_result"
15015# basename: Compute filename of FILE.
15016# value retuned in "$func_basename_result"
15017# Implementation must be kept synchronized with func_dirname
15018# and func_basename. For efficiency, we do not delegate to
15019# those functions but instead duplicate the functionality here.
15020func_dirname_and_basename ()
15021{
15022 case ${1} in
15023 */*) func_dirname_result="${1%/*}${2}" ;;
15024 * ) func_dirname_result="${3}" ;;
15025 esac
15026 func_basename_result="${1##*/}"
15027}
15028
15029# func_stripname prefix suffix name
15030# strip PREFIX and SUFFIX off of NAME.
15031# PREFIX and SUFFIX must not contain globbing or regex special
15032# characters, hashes, percent signs, but SUFFIX may contain a leading
15033# dot (in which case that matches only a dot).
15034func_stripname ()
15035{
15036 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15037 # positional parameters, so assign one to ordinary parameter first.
15038 func_stripname_result=${3}
15039 func_stripname_result=${func_stripname_result#"${1}"}
15040 func_stripname_result=${func_stripname_result%"${2}"}
15041}
15042
15043# func_opt_split
15044func_opt_split ()
15045{
15046 func_opt_split_opt=${1%%=*}
15047 func_opt_split_arg=${1#*=}
15048}
15049
15050# func_lo2o object
15051func_lo2o ()
15052{
15053 case ${1} in
15054 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15055 *) func_lo2o_result=${1} ;;
15056 esac
15057}
15058
15059# func_xform libobj-or-source
15060func_xform ()
15061{
15062 func_xform_result=${1%.*}.lo
15063}
15064
15065# func_arith arithmetic-term...
15066func_arith ()
15067{
15068 func_arith_result=$(( $* ))
15069}
15070
15071# func_len string
15072# STRING may not start with a hyphen.
15073func_len ()
15074{
15075 func_len_result=${#1}
15076}
15077
15078_LT_EOF
15079 ;;
15080 *) # Bourne compatible functions.
15081 cat << \_LT_EOF >> "$cfgfile"
15082
15083# func_dirname file append nondir_replacement
15084# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15085# otherwise set result to NONDIR_REPLACEMENT.
15086func_dirname ()
15087{
15088 # Extract subdirectory from the argument.
15089 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15090 if test "X$func_dirname_result" = "X${1}"; then
15091 func_dirname_result="${3}"
15092 else
15093 func_dirname_result="$func_dirname_result${2}"
15094 fi
15095}
15096
15097# func_basename file
15098func_basename ()
15099{
15100 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15101}
15102
15103
15104# func_stripname prefix suffix name
15105# strip PREFIX and SUFFIX off of NAME.
15106# PREFIX and SUFFIX must not contain globbing or regex special
15107# characters, hashes, percent signs, but SUFFIX may contain a leading
15108# dot (in which case that matches only a dot).
15109# func_strip_suffix prefix name
15110func_stripname ()
15111{
15112 case ${2} in
15113 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15114 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15115 esac
15116}
15117
15118# sed scripts:
15119my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15120my_sed_long_arg='1s/^-[^=]*=//'
15121
15122# func_opt_split
15123func_opt_split ()
15124{
15125 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15126 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15127}
15128
15129# func_lo2o object
15130func_lo2o ()
15131{
15132 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15133}
15134
15135# func_xform libobj-or-source
15136func_xform ()
15137{
15138 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15139}
15140
15141# func_arith arithmetic-term...
15142func_arith ()
15143{
15144 func_arith_result=`expr "$@"`
15145}
15146
15147# func_len string
15148# STRING may not start with a hyphen.
15149func_len ()
15150{
15151 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15152}
15153
15154_LT_EOF
15155esac
15156
15157case $lt_shell_append in
15158 yes)
15159 cat << \_LT_EOF >> "$cfgfile"
15160
15161# func_append var value
15162# Append VALUE to the end of shell variable VAR.
15163func_append ()
15164{
15165 eval "$1+=\$2"
15166}
15167_LT_EOF
15168 ;;
15169 *)
15170 cat << \_LT_EOF >> "$cfgfile"
15171
15172# func_append var value
15173# Append VALUE to the end of shell variable VAR.
15174func_append ()
15175{
15176 eval "$1=\$$1\$2"
15177}
15178
15179_LT_EOF
15180 ;;
15181 esac
15182
15183
15184 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15185 || (rm -f "$cfgfile"; exit 1)
15186
15187 mv -f "$cfgfile" "$ofile" ||
15188 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15189 chmod +x "$ofile"
15190
15191 ;;
81ecdfbb 15192 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fee8ec00
SR
15193 rm -f Makesim1.tmp Makesim2.tmp Makefile
15194 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15195 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15196 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15197 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15198 <Makefile.sim >Makefile
15199 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15200 ;;
81ecdfbb
RW
15201 "stamp-h":C) echo > stamp-h ;;
15202
fee8ec00 15203 esac
81ecdfbb 15204done # for ac_tag
fee8ec00 15205
fee8ec00 15206
81ecdfbb 15207as_fn_exit 0
fee8ec00 15208_ACEOF
fee8ec00
SR
15209ac_clean_files=$ac_clean_files_save
15210
81ecdfbb
RW
15211test $ac_write_fail = 0 ||
15212 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15213
fee8ec00
SR
15214
15215# configure is writing to config.log, and then calls config.status.
15216# config.status does its own redirection, appending to config.log.
15217# Unfortunately, on DOS this fails, as config.log is still kept open
15218# by configure, so config.status won't be able to write to it; its
15219# output is simply discarded. So we exec the FD to /dev/null,
15220# effectively closing config.log, so it can be properly (re)opened and
15221# appended to by config.status. When coming back to configure, we
15222# need to make the FD available again.
15223if test "$no_create" != yes; then
15224 ac_cs_success=:
15225 ac_config_status_args=
15226 test "$silent" = yes &&
15227 ac_config_status_args="$ac_config_status_args --quiet"
15228 exec 5>/dev/null
15229 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15230 exec 5>>config.log
15231 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15232 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15233 $ac_cs_success || as_fn_exit $?
15234fi
15235if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15237$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fee8ec00
SR
15238fi
15239
15240