target.h: Include infrun.h
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
91dc4e0a 3# Generated by GNU Autoconf 2.64 for binutils 2.25.51.
81ecdfbb
RW
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.
252b5132
RH
8#
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## -------------------- ##
42ecbf5e 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 :
42ecbf5e
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
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
42ecbf5e 31fi
42ecbf5e 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 }
42ecbf5e
DJ
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
42ecbf5e
DJ
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
3725885a
RW
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
42ecbf5e 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."
42ecbf5e 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."
42ecbf5e 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
42ecbf5e 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
42ecbf5e
DJ
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
42ecbf5e
DJ
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
42ecbf5e 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
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'`
42ecbf5e 418
42ecbf5e
DJ
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
42ecbf5e 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 |
42ecbf5e 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
42ecbf5e 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42ecbf5e 444 t loop
81ecdfbb 445 s/-\n.*//
42ecbf5e 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; }
42ecbf5e
DJ
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"
42ecbf5e
DJ
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';;
42ecbf5e
DJ
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
42ecbf5e 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
42ecbf5e 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 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'
42ecbf5e 491 fi
42ecbf5e
DJ
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
42ecbf5e
DJ
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
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
42ecbf5e
DJ
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
d7040cdb
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7040cdb 536
81ecdfbb
RW
537exec 7<&0 </dev/null 6>&1
538
42ecbf5e
DJ
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`
252b5132 543
42ecbf5e
DJ
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
42ecbf5e 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
42ecbf5e
DJ
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
42ecbf5e
DJ
555
556# Identity of this package.
2e98a7bd
AM
557PACKAGE_NAME='binutils'
558PACKAGE_TARNAME='binutils'
91dc4e0a
TG
559PACKAGE_VERSION='2.25.51'
560PACKAGE_STRING='binutils 2.25.51'
2e98a7bd
AM
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
42ecbf5e
DJ
563
564ac_unique_file="ar.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
42ecbf5e
DJ
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
42ecbf5e
DJ
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
42ecbf5e
DJ
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
42ecbf5e
DJ
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42ecbf5e
DJ
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
42ecbf5e
DJ
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
42ecbf5e 592# include <inttypes.h>
42ecbf5e 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
42ecbf5e
DJ
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605EMULATION_VECTOR
606EMULATION
6abcee90 607OBJDUMP_PRIVATE_OFILES
81ecdfbb
RW
608OBJDUMP_DEFS
609BUILD_INSTALL_MISC
610BUILD_MISC
611BUILD_DLLWRAP
612BUILD_WINDMC
613BUILD_WINDRES
614DLLTOOL_DEFS
615BUILD_DLLTOOL
616BUILD_SRCONV
617BUILD_NLMCONV
618NLMCONV_DEFS
619LTLIBICONV
620LIBICONV
621ALLOCA
622DEMANGLER_NAME
623EXEEXT_FOR_BUILD
624CC_FOR_BUILD
625HDEFINES
626GENINSRC_NEVER_FALSE
627GENINSRC_NEVER_TRUE
628MAINT
629MAINTAINER_MODE_FALSE
630MAINTAINER_MODE_TRUE
631MSGMERGE
632MSGFMT
633MKINSTALLDIRS
634CATOBJEXT
635GENCAT
636INSTOBJEXT
637DATADIRNAME
638CATALOGS
639POSUB
640GMSGFMT
641XGETTEXT
642INCINTL
643LIBINTL_DEP
644LIBINTL
645USE_NLS
646LEXLIB
647LEX_OUTPUT_ROOT
648LEX
649YFLAGS
650YACC
651NO_WERROR
652WARN_CFLAGS
653OTOOL64
654OTOOL
655LIPO
656NMEDIT
657DSYMUTIL
81ecdfbb
RW
658RANLIB
659AR
660OBJDUMP
661LN_S
662NM
663ac_ct_DUMPBIN
664DUMPBIN
665LD
666FGREP
667SED
668LIBTOOL
669EGREP
670GREP
671CPP
672am__fastdepCC_FALSE
673am__fastdepCC_TRUE
674CCDEPMODE
675AMDEPBACKSLASH
676AMDEP_FALSE
677AMDEP_TRUE
678am__quote
679am__include
680DEPDIR
681am__untar
682am__tar
683AMTAR
684am__leading_dot
685SET_MAKE
686AWK
687mkdir_p
688MKDIR_P
689INSTALL_STRIP_PROGRAM
690STRIP
691install_sh
692MAKEINFO
693AUTOHEADER
694AUTOMAKE
695AUTOCONF
696ACLOCAL
697VERSION
698PACKAGE
699CYGPATH_W
700am__isrc
701INSTALL_DATA
702INSTALL_SCRIPT
703INSTALL_PROGRAM
704OBJEXT
705EXEEXT
706ac_ct_CC
707CPPFLAGS
708LDFLAGS
709CFLAGS
710CC
711target_os
712target_vendor
713target_cpu
714target
715host_os
716host_vendor
717host_cpu
718host
719build_os
720build_vendor
721build_cpu
722build
723target_alias
724host_alias
725build_alias
726LIBS
727ECHO_T
728ECHO_N
729ECHO_C
730DEFS
731mandir
732localedir
733libdir
734psdir
735pdfdir
736dvidir
737htmldir
738infodir
739docdir
740oldincludedir
741includedir
742localstatedir
743sharedstatedir
744sysconfdir
745datadir
746datarootdir
747libexecdir
748sbindir
749bindir
750program_transform_name
751prefix
752exec_prefix
753PACKAGE_URL
754PACKAGE_BUGREPORT
755PACKAGE_STRING
756PACKAGE_VERSION
757PACKAGE_TARNAME
758PACKAGE_NAME
759PATH_SEPARATOR
760SHELL'
42ecbf5e 761ac_subst_files=''
81ecdfbb
RW
762ac_user_opts='
763enable_option_checking
764enable_dependency_tracking
81ecdfbb
RW
765enable_shared
766enable_static
767with_pic
768enable_fast_install
769with_gnu_ld
770enable_libtool_lock
b879806f
AM
771enable_plugins
772enable_largefile
81ecdfbb 773enable_targets
9cb80f72 774enable_deterministic_archives
7fac9594 775enable_default_strings_all
81ecdfbb
RW
776enable_werror
777enable_build_warnings
778enable_nls
779enable_maintainer_mode
52546677 780with_zlib
81ecdfbb
RW
781enable_rpath
782with_libiconv_prefix
783'
784 ac_precious_vars='build_alias
785host_alias
786target_alias
787CC
788CFLAGS
789LDFLAGS
790LIBS
791CPPFLAGS
792CPP
793YACC
794YFLAGS'
795
252b5132
RH
796
797# Initialize some variables set by options.
42ecbf5e
DJ
798ac_init_help=
799ac_init_version=false
81ecdfbb
RW
800ac_unrecognized_opts=
801ac_unrecognized_sep=
252b5132
RH
802# The variables have the same names as the options, with
803# dashes changed to underlines.
42ecbf5e 804cache_file=/dev/null
252b5132 805exec_prefix=NONE
252b5132 806no_create=
252b5132
RH
807no_recursion=
808prefix=NONE
809program_prefix=NONE
810program_suffix=NONE
811program_transform_name=s,x,x,
812silent=
813site=
814srcdir=
252b5132
RH
815verbose=
816x_includes=NONE
817x_libraries=NONE
42ecbf5e
DJ
818
819# Installation directory options.
820# These are left unexpanded so users can "make install exec_prefix=/foo"
821# and all the variables that are supposed to be based on exec_prefix
822# by default will actually change.
823# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 824# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
825bindir='${exec_prefix}/bin'
826sbindir='${exec_prefix}/sbin'
827libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
828datarootdir='${prefix}/share'
829datadir='${datarootdir}'
252b5132
RH
830sysconfdir='${prefix}/etc'
831sharedstatedir='${prefix}/com'
832localstatedir='${prefix}/var'
252b5132
RH
833includedir='${prefix}/include'
834oldincludedir='/usr/include'
2e98a7bd 835docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
836infodir='${datarootdir}/info'
837htmldir='${docdir}'
838dvidir='${docdir}'
839pdfdir='${docdir}'
840psdir='${docdir}'
841libdir='${exec_prefix}/lib'
842localedir='${datarootdir}/locale'
843mandir='${datarootdir}/man'
252b5132 844
252b5132 845ac_prev=
81ecdfbb 846ac_dashdash=
252b5132
RH
847for ac_option
848do
252b5132
RH
849 # If the previous option needs an argument, assign it.
850 if test -n "$ac_prev"; then
81ecdfbb 851 eval $ac_prev=\$ac_option
252b5132
RH
852 ac_prev=
853 continue
854 fi
855
81ecdfbb
RW
856 case $ac_option in
857 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
858 *) ac_optarg=yes ;;
859 esac
252b5132
RH
860
861 # Accept the important Cygnus configure options, so we can diagnose typos.
862
81ecdfbb
RW
863 case $ac_dashdash$ac_option in
864 --)
865 ac_dashdash=yes ;;
252b5132
RH
866
867 -bindir | --bindir | --bindi | --bind | --bin | --bi)
868 ac_prev=bindir ;;
869 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 870 bindir=$ac_optarg ;;
252b5132
RH
871
872 -build | --build | --buil | --bui | --bu)
42ecbf5e 873 ac_prev=build_alias ;;
252b5132 874 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 875 build_alias=$ac_optarg ;;
252b5132
RH
876
877 -cache-file | --cache-file | --cache-fil | --cache-fi \
878 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
879 ac_prev=cache_file ;;
880 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
881 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
882 cache_file=$ac_optarg ;;
883
884 --config-cache | -C)
885 cache_file=config.cache ;;
252b5132 886
81ecdfbb 887 -datadir | --datadir | --datadi | --datad)
252b5132 888 ac_prev=datadir ;;
81ecdfbb 889 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 890 datadir=$ac_optarg ;;
252b5132 891
81ecdfbb
RW
892 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
893 | --dataroo | --dataro | --datar)
894 ac_prev=datarootdir ;;
895 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
896 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
897 datarootdir=$ac_optarg ;;
898
252b5132 899 -disable-* | --disable-*)
81ecdfbb 900 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 901 # Reject names that are not valid shell variable names.
81ecdfbb
RW
902 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
903 as_fn_error "invalid feature name: $ac_useropt"
904 ac_useropt_orig=$ac_useropt
905 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
906 case $ac_user_opts in
907 *"
908"enable_$ac_useropt"
909"*) ;;
910 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
911 ac_unrecognized_sep=', ';;
912 esac
913 eval enable_$ac_useropt=no ;;
914
915 -docdir | --docdir | --docdi | --doc | --do)
916 ac_prev=docdir ;;
917 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
918 docdir=$ac_optarg ;;
919
920 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
921 ac_prev=dvidir ;;
922 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
923 dvidir=$ac_optarg ;;
252b5132
RH
924
925 -enable-* | --enable-*)
81ecdfbb 926 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 927 # Reject names that are not valid shell variable names.
81ecdfbb
RW
928 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
929 as_fn_error "invalid feature name: $ac_useropt"
930 ac_useropt_orig=$ac_useropt
931 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
932 case $ac_user_opts in
933 *"
934"enable_$ac_useropt"
935"*) ;;
936 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
937 ac_unrecognized_sep=', ';;
252b5132 938 esac
81ecdfbb 939 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
940
941 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
942 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
943 | --exec | --exe | --ex)
944 ac_prev=exec_prefix ;;
945 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
946 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
947 | --exec=* | --exe=* | --ex=*)
42ecbf5e 948 exec_prefix=$ac_optarg ;;
252b5132
RH
949
950 -gas | --gas | --ga | --g)
951 # Obsolete; use --with-gas.
952 with_gas=yes ;;
953
42ecbf5e
DJ
954 -help | --help | --hel | --he | -h)
955 ac_init_help=long ;;
956 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
957 ac_init_help=recursive ;;
958 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
959 ac_init_help=short ;;
252b5132
RH
960
961 -host | --host | --hos | --ho)
42ecbf5e 962 ac_prev=host_alias ;;
252b5132 963 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 964 host_alias=$ac_optarg ;;
252b5132 965
81ecdfbb
RW
966 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
967 ac_prev=htmldir ;;
968 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
969 | --ht=*)
970 htmldir=$ac_optarg ;;
971
252b5132
RH
972 -includedir | --includedir | --includedi | --included | --include \
973 | --includ | --inclu | --incl | --inc)
974 ac_prev=includedir ;;
975 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
976 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 977 includedir=$ac_optarg ;;
252b5132
RH
978
979 -infodir | --infodir | --infodi | --infod | --info | --inf)
980 ac_prev=infodir ;;
981 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 982 infodir=$ac_optarg ;;
252b5132
RH
983
984 -libdir | --libdir | --libdi | --libd)
985 ac_prev=libdir ;;
986 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 987 libdir=$ac_optarg ;;
252b5132
RH
988
989 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
990 | --libexe | --libex | --libe)
991 ac_prev=libexecdir ;;
992 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
993 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 994 libexecdir=$ac_optarg ;;
252b5132 995
81ecdfbb
RW
996 -localedir | --localedir | --localedi | --localed | --locale)
997 ac_prev=localedir ;;
998 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
999 localedir=$ac_optarg ;;
1000
252b5132 1001 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1002 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1003 ac_prev=localstatedir ;;
1004 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1005 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1006 localstatedir=$ac_optarg ;;
252b5132
RH
1007
1008 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1009 ac_prev=mandir ;;
1010 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1011 mandir=$ac_optarg ;;
252b5132
RH
1012
1013 -nfp | --nfp | --nf)
1014 # Obsolete; use --without-fp.
1015 with_fp=no ;;
1016
1017 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1018 | --no-cr | --no-c | -n)
252b5132
RH
1019 no_create=yes ;;
1020
1021 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1022 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1023 no_recursion=yes ;;
1024
1025 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1026 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1027 | --oldin | --oldi | --old | --ol | --o)
1028 ac_prev=oldincludedir ;;
1029 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1030 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1031 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1032 oldincludedir=$ac_optarg ;;
252b5132
RH
1033
1034 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1035 ac_prev=prefix ;;
1036 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1037 prefix=$ac_optarg ;;
252b5132
RH
1038
1039 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1040 | --program-pre | --program-pr | --program-p)
1041 ac_prev=program_prefix ;;
1042 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1043 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1044 program_prefix=$ac_optarg ;;
252b5132
RH
1045
1046 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1047 | --program-suf | --program-su | --program-s)
1048 ac_prev=program_suffix ;;
1049 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1050 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1051 program_suffix=$ac_optarg ;;
252b5132
RH
1052
1053 -program-transform-name | --program-transform-name \
1054 | --program-transform-nam | --program-transform-na \
1055 | --program-transform-n | --program-transform- \
1056 | --program-transform | --program-transfor \
1057 | --program-transfo | --program-transf \
1058 | --program-trans | --program-tran \
1059 | --progr-tra | --program-tr | --program-t)
1060 ac_prev=program_transform_name ;;
1061 -program-transform-name=* | --program-transform-name=* \
1062 | --program-transform-nam=* | --program-transform-na=* \
1063 | --program-transform-n=* | --program-transform-=* \
1064 | --program-transform=* | --program-transfor=* \
1065 | --program-transfo=* | --program-transf=* \
1066 | --program-trans=* | --program-tran=* \
1067 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1068 program_transform_name=$ac_optarg ;;
252b5132 1069
81ecdfbb
RW
1070 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1071 ac_prev=pdfdir ;;
1072 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1073 pdfdir=$ac_optarg ;;
1074
1075 -psdir | --psdir | --psdi | --psd | --ps)
1076 ac_prev=psdir ;;
1077 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1078 psdir=$ac_optarg ;;
1079
252b5132
RH
1080 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1081 | -silent | --silent | --silen | --sile | --sil)
1082 silent=yes ;;
1083
1084 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1085 ac_prev=sbindir ;;
1086 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1087 | --sbi=* | --sb=*)
42ecbf5e 1088 sbindir=$ac_optarg ;;
252b5132
RH
1089
1090 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1091 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1092 | --sharedst | --shareds | --shared | --share | --shar \
1093 | --sha | --sh)
1094 ac_prev=sharedstatedir ;;
1095 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1096 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1097 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1098 | --sha=* | --sh=*)
42ecbf5e 1099 sharedstatedir=$ac_optarg ;;
252b5132
RH
1100
1101 -site | --site | --sit)
1102 ac_prev=site ;;
1103 -site=* | --site=* | --sit=*)
42ecbf5e 1104 site=$ac_optarg ;;
252b5132
RH
1105
1106 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1107 ac_prev=srcdir ;;
1108 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1109 srcdir=$ac_optarg ;;
252b5132
RH
1110
1111 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1112 | --syscon | --sysco | --sysc | --sys | --sy)
1113 ac_prev=sysconfdir ;;
1114 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1115 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1116 sysconfdir=$ac_optarg ;;
252b5132
RH
1117
1118 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1119 ac_prev=target_alias ;;
252b5132 1120 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1121 target_alias=$ac_optarg ;;
252b5132
RH
1122
1123 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1124 verbose=yes ;;
1125
42ecbf5e
DJ
1126 -version | --version | --versio | --versi | --vers | -V)
1127 ac_init_version=: ;;
252b5132
RH
1128
1129 -with-* | --with-*)
81ecdfbb 1130 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1131 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1132 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1133 as_fn_error "invalid package name: $ac_useropt"
1134 ac_useropt_orig=$ac_useropt
1135 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1136 case $ac_user_opts in
1137 *"
1138"with_$ac_useropt"
1139"*) ;;
1140 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1141 ac_unrecognized_sep=', ';;
252b5132 1142 esac
81ecdfbb 1143 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1144
1145 -without-* | --without-*)
81ecdfbb 1146 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1147 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1148 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1149 as_fn_error "invalid package name: $ac_useropt"
1150 ac_useropt_orig=$ac_useropt
1151 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1152 case $ac_user_opts in
1153 *"
1154"with_$ac_useropt"
1155"*) ;;
1156 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1157 ac_unrecognized_sep=', ';;
1158 esac
1159 eval with_$ac_useropt=no ;;
252b5132
RH
1160
1161 --x)
1162 # Obsolete; use --with-x.
1163 with_x=yes ;;
1164
1165 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1166 | --x-incl | --x-inc | --x-in | --x-i)
1167 ac_prev=x_includes ;;
1168 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1169 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1170 x_includes=$ac_optarg ;;
252b5132
RH
1171
1172 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1173 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1174 ac_prev=x_libraries ;;
1175 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1176 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1177 x_libraries=$ac_optarg ;;
252b5132 1178
81ecdfbb
RW
1179 -*) as_fn_error "unrecognized option: \`$ac_option'
1180Try \`$0 --help' for more information."
252b5132
RH
1181 ;;
1182
42ecbf5e
DJ
1183 *=*)
1184 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1185 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1186 case $ac_envvar in #(
1187 '' | [0-9]* | *[!_$as_cr_alnum]* )
1188 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1189 esac
1190 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1191 export $ac_envvar ;;
1192
252b5132 1193 *)
42ecbf5e 1194 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1195 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1196 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1197 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1198 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1199 ;;
1200
1201 esac
1202done
1203
1204if test -n "$ac_prev"; then
42ecbf5e 1205 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1206 as_fn_error "missing argument to $ac_option"
252b5132
RH
1207fi
1208
81ecdfbb
RW
1209if test -n "$ac_unrecognized_opts"; then
1210 case $enable_option_checking in
1211 no) ;;
1212 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1213 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1214 esac
81ecdfbb 1215fi
252b5132 1216
81ecdfbb
RW
1217# Check all directory arguments for consistency.
1218for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1219 datadir sysconfdir sharedstatedir localstatedir includedir \
1220 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1221 libdir localedir mandir
252b5132 1222do
81ecdfbb
RW
1223 eval ac_val=\$$ac_var
1224 # Remove trailing slashes.
42ecbf5e 1225 case $ac_val in
81ecdfbb
RW
1226 */ )
1227 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1228 eval $ac_var=\$ac_val;;
252b5132 1229 esac
81ecdfbb
RW
1230 # Be sure to have absolute directory names.
1231 case $ac_val in
1232 [\\/$]* | ?:[\\/]* ) continue;;
1233 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1234 esac
1235 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1236done
1237
42ecbf5e
DJ
1238# There might be people who depend on the old broken behavior: `$host'
1239# used to hold the argument of --host etc.
1240# FIXME: To remove some day.
1241build=$build_alias
1242host=$host_alias
1243target=$target_alias
1244
1245# FIXME: To remove some day.
1246if test "x$host_alias" != x; then
1247 if test "x$build_alias" = x; then
1248 cross_compiling=maybe
81ecdfbb 1249 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1250 If a cross compiler is detected then cross compile mode will be used." >&2
1251 elif test "x$build_alias" != "x$host_alias"; then
1252 cross_compiling=yes
1253 fi
1254fi
e5a52504 1255
42ecbf5e
DJ
1256ac_tool_prefix=
1257test -n "$host_alias" && ac_tool_prefix=$host_alias-
1258
1259test "$silent" = yes && exec 6>/dev/null
252b5132 1260
252b5132 1261
81ecdfbb
RW
1262ac_pwd=`pwd` && test -n "$ac_pwd" &&
1263ac_ls_di=`ls -di .` &&
1264ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1265 as_fn_error "working directory cannot be determined"
1266test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1267 as_fn_error "pwd does not report name of working directory"
1268
1269
252b5132
RH
1270# Find the source files, if location was not specified.
1271if test -z "$srcdir"; then
1272 ac_srcdir_defaulted=yes
81ecdfbb
RW
1273 # Try the directory containing this script, then the parent directory.
1274 ac_confdir=`$as_dirname -- "$as_myself" ||
1275$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1276 X"$as_myself" : 'X\(//\)[^/]' \| \
1277 X"$as_myself" : 'X\(//\)$' \| \
1278 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1279$as_echo X"$as_myself" |
1280 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1281 s//\1/
1282 q
1283 }
1284 /^X\(\/\/\)[^/].*/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)$/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\).*/{
1293 s//\1/
1294 q
1295 }
1296 s/.*/./; q'`
252b5132 1297 srcdir=$ac_confdir
81ecdfbb 1298 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1299 srcdir=..
1300 fi
1301else
1302 ac_srcdir_defaulted=no
1303fi
81ecdfbb
RW
1304if test ! -r "$srcdir/$ac_unique_file"; then
1305 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1306 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1307fi
1308ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1309ac_abs_confdir=`(
1310 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1311 pwd)`
1312# When building in place, set srcdir=.
1313if test "$ac_abs_confdir" = "$ac_pwd"; then
1314 srcdir=.
1315fi
1316# Remove unnecessary trailing slashes from srcdir.
1317# Double slashes in file names in object file debugging info
1318# mess up M-x gdb in Emacs.
1319case $srcdir in
1320*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1321esac
1322for ac_var in $ac_precious_vars; do
1323 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_env_${ac_var}_value=\$${ac_var}
1325 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1327done
252b5132 1328
42ecbf5e
DJ
1329#
1330# Report the --help message.
1331#
1332if test "$ac_init_help" = "long"; then
1333 # Omit some internal or obsolete options to make the list less imposing.
1334 # This message is too long to be a string in the A/UX 3.1 sh.
1335 cat <<_ACEOF
91dc4e0a 1336\`configure' configures binutils 2.25.51 to adapt to many kinds of systems.
252b5132 1337
42ecbf5e 1338Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1339
42ecbf5e
DJ
1340To assign environment variables (e.g., CC, CFLAGS...), specify them as
1341VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1342
42ecbf5e 1343Defaults for the options are specified in brackets.
ac48eca1 1344
42ecbf5e
DJ
1345Configuration:
1346 -h, --help display this help and exit
1347 --help=short display options specific to this package
1348 --help=recursive display the short help of all the included packages
1349 -V, --version display version information and exit
1350 -q, --quiet, --silent do not print \`checking...' messages
1351 --cache-file=FILE cache test results in FILE [disabled]
1352 -C, --config-cache alias for \`--cache-file=config.cache'
1353 -n, --no-create do not create output files
1354 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1355
42ecbf5e
DJ
1356Installation directories:
1357 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1358 [$ac_default_prefix]
42ecbf5e 1359 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1360 [PREFIX]
ac48eca1 1361
42ecbf5e
DJ
1362By default, \`make install' will install all the files in
1363\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1364an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1365for instance \`--prefix=\$HOME'.
ac48eca1 1366
42ecbf5e 1367For better control, use the options below.
ac48eca1 1368
42ecbf5e 1369Fine tuning of the installation directories:
81ecdfbb
RW
1370 --bindir=DIR user executables [EPREFIX/bin]
1371 --sbindir=DIR system admin executables [EPREFIX/sbin]
1372 --libexecdir=DIR program executables [EPREFIX/libexec]
1373 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1374 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1375 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1376 --libdir=DIR object code libraries [EPREFIX/lib]
1377 --includedir=DIR C header files [PREFIX/include]
1378 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1379 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1380 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1381 --infodir=DIR info documentation [DATAROOTDIR/info]
1382 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1383 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1384 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1385 --htmldir=DIR html documentation [DOCDIR]
1386 --dvidir=DIR dvi documentation [DOCDIR]
1387 --pdfdir=DIR pdf documentation [DOCDIR]
1388 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1389_ACEOF
ac48eca1 1390
42ecbf5e 1391 cat <<\_ACEOF
252b5132 1392
42ecbf5e
DJ
1393Program names:
1394 --program-prefix=PREFIX prepend PREFIX to installed program names
1395 --program-suffix=SUFFIX append SUFFIX to installed program names
1396 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1397
42ecbf5e
DJ
1398System types:
1399 --build=BUILD configure for building on BUILD [guessed]
1400 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1401 --target=TARGET configure for building compilers for TARGET [HOST]
1402_ACEOF
252b5132 1403fi
252b5132 1404
42ecbf5e 1405if test -n "$ac_init_help"; then
2e98a7bd 1406 case $ac_init_help in
91dc4e0a 1407 short | recursive ) echo "Configuration of binutils 2.25.51:";;
2e98a7bd 1408 esac
42ecbf5e 1409 cat <<\_ACEOF
252b5132 1410
42ecbf5e 1411Optional Features:
81ecdfbb 1412 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1413 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1414 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1415 --disable-dependency-tracking speeds up one-time build
1416 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1417 --enable-shared[=PKGS] build shared libraries [default=yes]
1418 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1419 --enable-fast-install[=PKGS]
1420 optimize for fast installation [default=yes]
42ecbf5e 1421 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1422 --enable-plugins Enable support for plugins
1423 --disable-largefile omit support for large files
42ecbf5e 1424 --enable-targets alternative target configurations
9cb80f72
RM
1425 --enable-deterministic-archives
1426 ar and ranlib default to -D behavior
7fac9594
NC
1427 --disable-default-strings-all
1428 strings defaults to --data behavior
241a6c40
AM
1429 --enable-werror treat compile warnings as errors
1430 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1431 --disable-nls do not use Native Language Support
1432 --enable-maintainer-mode enable make rules and dependencies not useful
1433 (and sometimes confusing) to the casual installer
5ba684e2 1434 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1435
1436Optional Packages:
1437 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1438 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1439 --with-pic try to use only PIC/non-PIC objects [default=use
1440 both]
1441 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
52546677 1442 --with-zlib include zlib support (auto/yes/no) default=auto
5ba684e2
NC
1443 --with-gnu-ld assume the C compiler uses GNU ld default=no
1444 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1445 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1446
42ecbf5e
DJ
1447Some influential environment variables:
1448 CC C compiler command
1449 CFLAGS C compiler flags
1450 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1451 nonstandard directory <lib dir>
81ecdfbb
RW
1452 LIBS libraries to pass to the linker, e.g. -l<library>
1453 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1454 you have headers in a nonstandard directory <include dir>
42ecbf5e 1455 CPP C preprocessor
81ecdfbb
RW
1456 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1457 the first program found out of: `bison -y', `byacc', `yacc'.
1458 YFLAGS The list of arguments that will be passed by default to $YACC.
1459 This script will default YFLAGS to the empty string to avoid a
1460 default value of `-d' given by some make applications.
e5a52504 1461
42ecbf5e
DJ
1462Use these variables to override the choices made by `configure' or to help
1463it to find libraries and programs with nonstandard names/locations.
1464
81ecdfbb 1465Report bugs to the package provider.
42ecbf5e 1466_ACEOF
81ecdfbb 1467ac_status=$?
252b5132
RH
1468fi
1469
42ecbf5e
DJ
1470if test "$ac_init_help" = "recursive"; then
1471 # If there are subdirs, report their specific --help.
42ecbf5e 1472 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1473 test -d "$ac_dir" ||
1474 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1475 continue
42ecbf5e
DJ
1476 ac_builddir=.
1477
81ecdfbb
RW
1478case "$ac_dir" in
1479.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1480*)
1481 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1482 # A ".." for each directory in $ac_dir_suffix.
1483 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1484 case $ac_top_builddir_sub in
1485 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1486 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1487 esac ;;
1488esac
1489ac_abs_top_builddir=$ac_pwd
1490ac_abs_builddir=$ac_pwd$ac_dir_suffix
1491# for backward compatibility:
1492ac_top_builddir=$ac_top_build_prefix
252b5132 1493
42ecbf5e 1494case $srcdir in
81ecdfbb 1495 .) # We are building in place.
42ecbf5e 1496 ac_srcdir=.
81ecdfbb
RW
1497 ac_top_srcdir=$ac_top_builddir_sub
1498 ac_abs_top_srcdir=$ac_pwd ;;
1499 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1500 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1501 ac_top_srcdir=$srcdir
1502 ac_abs_top_srcdir=$srcdir ;;
1503 *) # Relative name.
1504 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1505 ac_top_srcdir=$ac_top_build_prefix$srcdir
1506 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1507esac
81ecdfbb
RW
1508ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1509
1510 cd "$ac_dir" || { ac_status=$?; continue; }
1511 # Check for guested configure.
1512 if test -f "$ac_srcdir/configure.gnu"; then
1513 echo &&
1514 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1515 elif test -f "$ac_srcdir/configure"; then
1516 echo &&
1517 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1518 else
81ecdfbb
RW
1519 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1520 fi || ac_status=$?
1521 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1522 done
1523fi
5d64ca4e 1524
81ecdfbb 1525test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1526if $ac_init_version; then
1527 cat <<\_ACEOF
91dc4e0a 1528binutils configure 2.25.51
81ecdfbb 1529generated by GNU Autoconf 2.64
5d64ca4e 1530
81ecdfbb 1531Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1532This configure script is free software; the Free Software Foundation
1533gives unlimited permission to copy, distribute and modify it.
1534_ACEOF
81ecdfbb 1535 exit
42ecbf5e 1536fi
252b5132 1537
81ecdfbb
RW
1538## ------------------------ ##
1539## Autoconf initialization. ##
1540## ------------------------ ##
e5a52504 1541
81ecdfbb
RW
1542# ac_fn_c_try_compile LINENO
1543# --------------------------
1544# Try to compile conftest.$ac_ext, and return whether this succeeded.
1545ac_fn_c_try_compile ()
42ecbf5e 1546{
81ecdfbb
RW
1547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1548 rm -f conftest.$ac_objext
1549 if { { ac_try="$ac_compile"
1550case "(($ac_try" in
1551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1552 *) ac_try_echo=$ac_try;;
1553esac
1554eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1555$as_echo "$ac_try_echo"; } >&5
1556 (eval "$ac_compile") 2>conftest.err
1557 ac_status=$?
1558 if test -s conftest.err; then
1559 grep -v '^ *+' conftest.err >conftest.er1
1560 cat conftest.er1 >&5
1561 mv -f conftest.er1 conftest.err
1562 fi
1563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1564 test $ac_status = 0; } && {
1565 test -z "$ac_c_werror_flag" ||
1566 test ! -s conftest.err
1567 } && test -s conftest.$ac_objext; then :
1568 ac_retval=0
1569else
1570 $as_echo "$as_me: failed program was:" >&5
1571sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1572
81ecdfbb
RW
1573 ac_retval=1
1574fi
1575 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1576 return $ac_retval
42ecbf5e 1577
81ecdfbb
RW
1578} # ac_fn_c_try_compile
1579
1580# ac_fn_c_try_link LINENO
1581# -----------------------
1582# Try to link conftest.$ac_ext, and return whether this succeeded.
1583ac_fn_c_try_link ()
1584{
1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1586 rm -f conftest.$ac_objext conftest$ac_exeext
1587 if { { ac_try="$ac_link"
1588case "(($ac_try" in
1589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1590 *) ac_try_echo=$ac_try;;
1591esac
1592eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1593$as_echo "$ac_try_echo"; } >&5
1594 (eval "$ac_link") 2>conftest.err
1595 ac_status=$?
1596 if test -s conftest.err; then
1597 grep -v '^ *+' conftest.err >conftest.er1
1598 cat conftest.er1 >&5
1599 mv -f conftest.er1 conftest.err
1600 fi
1601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1602 test $ac_status = 0; } && {
1603 test -z "$ac_c_werror_flag" ||
1604 test ! -s conftest.err
1605 } && test -s conftest$ac_exeext && {
1606 test "$cross_compiling" = yes ||
1607 $as_test_x conftest$ac_exeext
1608 }; then :
1609 ac_retval=0
1610else
1611 $as_echo "$as_me: failed program was:" >&5
1612sed 's/^/| /' conftest.$ac_ext >&5
1613
1614 ac_retval=1
1615fi
1616 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1617 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1618 # interfere with the next link command; also delete a directory that is
1619 # left behind by Apple's compiler. We do this before executing the actions.
1620 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1621 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1622 return $ac_retval
1623
1624} # ac_fn_c_try_link
1625
1626# ac_fn_c_try_cpp LINENO
1627# ----------------------
1628# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1629ac_fn_c_try_cpp ()
1630{
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632 if { { ac_try="$ac_cpp conftest.$ac_ext"
1633case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636esac
1637eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638$as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1640 ac_status=$?
1641 if test -s conftest.err; then
1642 grep -v '^ *+' conftest.err >conftest.er1
1643 cat conftest.er1 >&5
1644 mv -f conftest.er1 conftest.err
1645 fi
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; } >/dev/null && {
1648 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1649 test ! -s conftest.err
1650 }; then :
1651 ac_retval=0
1652else
1653 $as_echo "$as_me: failed program was:" >&5
1654sed 's/^/| /' conftest.$ac_ext >&5
1655
1656 ac_retval=1
1657fi
1658 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1659 return $ac_retval
1660
1661} # ac_fn_c_try_cpp
1662
1663# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1664# -------------------------------------------------------
1665# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1666# the include files in INCLUDES and setting the cache variable VAR
1667# accordingly.
1668ac_fn_c_check_header_mongrel ()
1669{
1670 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1671 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1673$as_echo_n "checking for $2... " >&6; }
1674if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1675 $as_echo_n "(cached) " >&6
1676fi
1677eval ac_res=\$$3
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1679$as_echo "$ac_res" >&6; }
1680else
1681 # Is the header compilable?
1682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1683$as_echo_n "checking $2 usability... " >&6; }
1684cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1685/* end confdefs.h. */
1686$4
1687#include <$2>
1688_ACEOF
1689if ac_fn_c_try_compile "$LINENO"; then :
1690 ac_header_compiler=yes
1691else
1692 ac_header_compiler=no
1693fi
1694rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1696$as_echo "$ac_header_compiler" >&6; }
1697
1698# Is the header present?
1699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1700$as_echo_n "checking $2 presence... " >&6; }
1701cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1702/* end confdefs.h. */
1703#include <$2>
1704_ACEOF
1705if ac_fn_c_try_cpp "$LINENO"; then :
1706 ac_header_preproc=yes
1707else
1708 ac_header_preproc=no
1709fi
1710rm -f conftest.err conftest.$ac_ext
1711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1712$as_echo "$ac_header_preproc" >&6; }
1713
1714# So? What about this header?
1715case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1716 yes:no: )
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1718$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1720$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1721 ;;
1722 no:yes:* )
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1724$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1726$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1728$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1730$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1732$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1733 ;;
1734esac
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1736$as_echo_n "checking for $2... " >&6; }
1737if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1738 $as_echo_n "(cached) " >&6
1739else
1740 eval "$3=\$ac_header_compiler"
1741fi
1742eval ac_res=\$$3
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1744$as_echo "$ac_res" >&6; }
1745fi
1746 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1747
1748} # ac_fn_c_check_header_mongrel
1749
1750# ac_fn_c_try_run LINENO
1751# ----------------------
1752# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1753# that executables *can* be run.
1754ac_fn_c_try_run ()
1755{
1756 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757 if { { ac_try="$ac_link"
1758case "(($ac_try" in
1759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1760 *) ac_try_echo=$ac_try;;
1761esac
1762eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1763$as_echo "$ac_try_echo"; } >&5
1764 (eval "$ac_link") 2>&5
1765 ac_status=$?
1766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1768 { { case "(($ac_try" in
1769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1770 *) ac_try_echo=$ac_try;;
1771esac
1772eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1773$as_echo "$ac_try_echo"; } >&5
1774 (eval "$ac_try") 2>&5
1775 ac_status=$?
1776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1777 test $ac_status = 0; }; }; then :
1778 ac_retval=0
1779else
1780 $as_echo "$as_me: program exited with status $ac_status" >&5
1781 $as_echo "$as_me: failed program was:" >&5
1782sed 's/^/| /' conftest.$ac_ext >&5
1783
1784 ac_retval=$ac_status
1785fi
1786 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1787 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1788 return $ac_retval
1789
1790} # ac_fn_c_try_run
1791
1792# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1793# -------------------------------------------------------
1794# Tests whether HEADER exists and can be compiled using the include files in
1795# INCLUDES, setting the cache variable VAR accordingly.
1796ac_fn_c_check_header_compile ()
1797{
1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1800$as_echo_n "checking for $2... " >&6; }
1801if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1802 $as_echo_n "(cached) " >&6
1803else
1804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1805/* end confdefs.h. */
1806$4
1807#include <$2>
1808_ACEOF
1809if ac_fn_c_try_compile "$LINENO"; then :
1810 eval "$3=yes"
1811else
1812 eval "$3=no"
1813fi
1814rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1815fi
1816eval ac_res=\$$3
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1818$as_echo "$ac_res" >&6; }
1819 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1820
1821} # ac_fn_c_check_header_compile
1822
1823# ac_fn_c_check_func LINENO FUNC VAR
1824# ----------------------------------
1825# Tests whether FUNC exists, setting the cache variable VAR accordingly
1826ac_fn_c_check_func ()
1827{
1828 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1830$as_echo_n "checking for $2... " >&6; }
1831if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1832 $as_echo_n "(cached) " >&6
1833else
1834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1835/* end confdefs.h. */
1836/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1837 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1838#define $2 innocuous_$2
1839
1840/* System header to define __stub macros and hopefully few prototypes,
1841 which can conflict with char $2 (); below.
1842 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1843 <limits.h> exists even on freestanding compilers. */
1844
1845#ifdef __STDC__
1846# include <limits.h>
1847#else
1848# include <assert.h>
1849#endif
1850
1851#undef $2
1852
1853/* Override any GCC internal prototype to avoid an error.
1854 Use char because int might match the return type of a GCC
1855 builtin and then its argument prototype would still apply. */
1856#ifdef __cplusplus
1857extern "C"
1858#endif
1859char $2 ();
1860/* The GNU C library defines this for functions which it implements
1861 to always fail with ENOSYS. Some functions are actually named
1862 something starting with __ and the normal name is an alias. */
1863#if defined __stub_$2 || defined __stub___$2
1864choke me
1865#endif
1866
1867int
1868main ()
1869{
1870return $2 ();
1871 ;
1872 return 0;
1873}
1874_ACEOF
1875if ac_fn_c_try_link "$LINENO"; then :
1876 eval "$3=yes"
1877else
1878 eval "$3=no"
1879fi
1880rm -f core conftest.err conftest.$ac_objext \
1881 conftest$ac_exeext conftest.$ac_ext
1882fi
1883eval ac_res=\$$3
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1885$as_echo "$ac_res" >&6; }
1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887
1888} # ac_fn_c_check_func
1889
4c219c2e
AM
1890# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1891# --------------------------------------------
1892# Tries to find the compile-time value of EXPR in a program that includes
1893# INCLUDES, setting VAR accordingly. Returns whether the value could be
1894# computed
1895ac_fn_c_compute_int ()
1896{
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898 if test "$cross_compiling" = yes; then
1899 # Depending upon the size, compute the lo and hi bounds.
1900cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1901/* end confdefs.h. */
1902$4
1903int
1904main ()
1905{
1906static int test_array [1 - 2 * !(($2) >= 0)];
1907test_array [0] = 0
1908
1909 ;
1910 return 0;
1911}
1912_ACEOF
1913if ac_fn_c_try_compile "$LINENO"; then :
1914 ac_lo=0 ac_mid=0
1915 while :; do
1916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1917/* end confdefs.h. */
1918$4
1919int
1920main ()
1921{
1922static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1923test_array [0] = 0
1924
1925 ;
1926 return 0;
1927}
1928_ACEOF
1929if ac_fn_c_try_compile "$LINENO"; then :
1930 ac_hi=$ac_mid; break
1931else
1932 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1933 if test $ac_lo -le $ac_mid; then
1934 ac_lo= ac_hi=
1935 break
1936 fi
1937 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1938fi
1939rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1940 done
1941else
1942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1943/* end confdefs.h. */
1944$4
1945int
1946main ()
1947{
1948static int test_array [1 - 2 * !(($2) < 0)];
1949test_array [0] = 0
1950
1951 ;
1952 return 0;
1953}
1954_ACEOF
1955if ac_fn_c_try_compile "$LINENO"; then :
1956 ac_hi=-1 ac_mid=-1
1957 while :; do
1958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1959/* end confdefs.h. */
1960$4
1961int
1962main ()
1963{
1964static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1965test_array [0] = 0
1966
1967 ;
1968 return 0;
1969}
1970_ACEOF
1971if ac_fn_c_try_compile "$LINENO"; then :
1972 ac_lo=$ac_mid; break
1973else
1974 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1975 if test $ac_mid -le $ac_hi; then
1976 ac_lo= ac_hi=
1977 break
1978 fi
1979 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1980fi
1981rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1982 done
1983else
1984 ac_lo= ac_hi=
1985fi
1986rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1987fi
1988rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989# Binary search between lo and hi bounds.
1990while test "x$ac_lo" != "x$ac_hi"; do
1991 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993/* end confdefs.h. */
1994$4
1995int
1996main ()
1997{
1998static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1999test_array [0] = 0
2000
2001 ;
2002 return 0;
2003}
2004_ACEOF
2005if ac_fn_c_try_compile "$LINENO"; then :
2006 ac_hi=$ac_mid
2007else
2008 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2009fi
2010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2011done
2012case $ac_lo in #((
2013?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2014'') ac_retval=1 ;;
2015esac
2016 else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018/* end confdefs.h. */
2019$4
2020static long int longval () { return $2; }
2021static unsigned long int ulongval () { return $2; }
2022#include <stdio.h>
2023#include <stdlib.h>
2024int
2025main ()
2026{
2027
2028 FILE *f = fopen ("conftest.val", "w");
2029 if (! f)
2030 return 1;
2031 if (($2) < 0)
2032 {
2033 long int i = longval ();
2034 if (i != ($2))
2035 return 1;
2036 fprintf (f, "%ld", i);
2037 }
2038 else
2039 {
2040 unsigned long int i = ulongval ();
2041 if (i != ($2))
2042 return 1;
2043 fprintf (f, "%lu", i);
2044 }
2045 /* Do not output a trailing newline, as this causes \r\n confusion
2046 on some platforms. */
2047 return ferror (f) || fclose (f) != 0;
2048
2049 ;
2050 return 0;
2051}
2052_ACEOF
2053if ac_fn_c_try_run "$LINENO"; then :
2054 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2055else
2056 ac_retval=1
2057fi
2058rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2059 conftest.$ac_objext conftest.beam conftest.$ac_ext
2060rm -f conftest.val
2061
2062 fi
2063 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2064 return $ac_retval
2065
2066} # ac_fn_c_compute_int
2067
2068# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2069# -------------------------------------------
2070# Tests whether TYPE exists after having included INCLUDES, setting cache
2071# variable VAR accordingly.
2072ac_fn_c_check_type ()
2073{
2074 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2076$as_echo_n "checking for $2... " >&6; }
2077if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2078 $as_echo_n "(cached) " >&6
2079else
2080 eval "$3=no"
2081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2082/* end confdefs.h. */
2083$4
2084int
2085main ()
2086{
2087if (sizeof ($2))
2088 return 0;
2089 ;
2090 return 0;
2091}
2092_ACEOF
2093if ac_fn_c_try_compile "$LINENO"; then :
2094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2095/* end confdefs.h. */
2096$4
2097int
2098main ()
2099{
2100if (sizeof (($2)))
2101 return 0;
2102 ;
2103 return 0;
2104}
2105_ACEOF
2106if ac_fn_c_try_compile "$LINENO"; then :
2107
2108else
2109 eval "$3=yes"
2110fi
2111rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2112fi
2113rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2114fi
2115eval ac_res=\$$3
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2117$as_echo "$ac_res" >&6; }
2118 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2119
2120} # ac_fn_c_check_type
2121
81ecdfbb
RW
2122# ac_fn_c_check_decl LINENO SYMBOL VAR
2123# ------------------------------------
2124# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2125ac_fn_c_check_decl ()
2126{
2127 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2128 as_decl_name=`echo $2|sed 's/ *(.*//'`
2129 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2131$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2132if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2133 $as_echo_n "(cached) " >&6
2134else
2135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2136/* end confdefs.h. */
2137$4
2138int
2139main ()
2140{
360cfc9c
AM
2141#ifndef $as_decl_name
2142#ifdef __cplusplus
2143 (void) $as_decl_use;
2144#else
2145 (void) $as_decl_name;
2146#endif
81ecdfbb
RW
2147#endif
2148
2149 ;
2150 return 0;
2151}
2152_ACEOF
2153if ac_fn_c_try_compile "$LINENO"; then :
2154 eval "$3=yes"
2155else
2156 eval "$3=no"
2157fi
2158rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2159fi
2160eval ac_res=\$$3
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2162$as_echo "$ac_res" >&6; }
2163 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2164
2165} # ac_fn_c_check_decl
2166cat >config.log <<_ACEOF
2167This file contains any messages produced by compilers while
2168running configure, to aid debugging if configure makes a mistake.
2169
91dc4e0a 2170It was created by binutils $as_me 2.25.51, which was
81ecdfbb
RW
2171generated by GNU Autoconf 2.64. Invocation command line was
2172
2173 $ $0 $@
2174
2175_ACEOF
2176exec 5>>config.log
2177{
2178cat <<_ASUNAME
2179## --------- ##
2180## Platform. ##
2181## --------- ##
2182
2183hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2184uname -m = `(uname -m) 2>/dev/null || echo unknown`
2185uname -r = `(uname -r) 2>/dev/null || echo unknown`
2186uname -s = `(uname -s) 2>/dev/null || echo unknown`
2187uname -v = `(uname -v) 2>/dev/null || echo unknown`
2188
2189/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2190/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2191
2192/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2193/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2194/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2195/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2196/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2197/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2198/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2199
2200_ASUNAME
2201
2202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2203for as_dir in $PATH
2204do
2205 IFS=$as_save_IFS
2206 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2207 $as_echo "PATH: $as_dir"
2208 done
2209IFS=$as_save_IFS
e5a52504 2210
42ecbf5e 2211} >&5
ceae3e33 2212
42ecbf5e 2213cat >&5 <<_ACEOF
e5a52504 2214
42ecbf5e
DJ
2215
2216## ----------- ##
2217## Core tests. ##
2218## ----------- ##
2219
2220_ACEOF
2221
2222
2223# Keep a trace of the command line.
2224# Strip out --no-create and --no-recursion so they do not pile up.
2225# Strip out --silent because we don't want to record it for future runs.
2226# Also quote any args containing shell meta-characters.
2227# Make two passes to allow for proper duplicate-argument suppression.
2228ac_configure_args=
2229ac_configure_args0=
2230ac_configure_args1=
42ecbf5e
DJ
2231ac_must_keep_next=false
2232for ac_pass in 1 2
2233do
2234 for ac_arg
2235 do
2236 case $ac_arg in
2237 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2238 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2239 | -silent | --silent | --silen | --sile | --sil)
2240 continue ;;
81ecdfbb
RW
2241 *\'*)
2242 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2243 esac
2244 case $ac_pass in
81ecdfbb 2245 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2246 2)
81ecdfbb 2247 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2248 if test $ac_must_keep_next = true; then
2249 ac_must_keep_next=false # Got value, back to normal.
2250 else
2251 case $ac_arg in
2252 *=* | --config-cache | -C | -disable-* | --disable-* \
2253 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2254 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2255 | -with-* | --with-* | -without-* | --without-* | --x)
2256 case "$ac_configure_args0 " in
2257 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2258 esac
2259 ;;
2260 -* ) ac_must_keep_next=true ;;
2261 esac
2262 fi
81ecdfbb 2263 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2264 ;;
2265 esac
2266 done
2267done
81ecdfbb
RW
2268{ ac_configure_args0=; unset ac_configure_args0;}
2269{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2270
2271# When interrupted or exit'd, cleanup temporary files, and complete
2272# config.log. We remove comments because anyway the quotes in there
2273# would cause problems or look ugly.
81ecdfbb
RW
2274# WARNING: Use '\'' to represent an apostrophe within the trap.
2275# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2276trap 'exit_status=$?
2277 # Save into config.log some information that might help in debugging.
2278 {
2279 echo
2280
2281 cat <<\_ASBOX
2282## ---------------- ##
2283## Cache variables. ##
2284## ---------------- ##
2285_ASBOX
2286 echo
2287 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2288(
2289 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2290 eval ac_val=\$$ac_var
2291 case $ac_val in #(
2292 *${as_nl}*)
2293 case $ac_var in #(
2294 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2295$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2296 esac
2297 case $ac_var in #(
2298 _ | IFS | as_nl) ;; #(
2299 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2300 *) { eval $ac_var=; unset $ac_var;} ;;
2301 esac ;;
2302 esac
2303 done
42ecbf5e 2304 (set) 2>&1 |
81ecdfbb
RW
2305 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2306 *${as_nl}ac_space=\ *)
42ecbf5e 2307 sed -n \
81ecdfbb
RW
2308 "s/'\''/'\''\\\\'\'''\''/g;
2309 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2310 ;; #(
42ecbf5e 2311 *)
81ecdfbb 2312 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2313 ;;
81ecdfbb
RW
2314 esac |
2315 sort
2316)
42ecbf5e
DJ
2317 echo
2318
2319 cat <<\_ASBOX
2320## ----------------- ##
2321## Output variables. ##
2322## ----------------- ##
2323_ASBOX
2324 echo
2325 for ac_var in $ac_subst_vars
2326 do
81ecdfbb
RW
2327 eval ac_val=\$$ac_var
2328 case $ac_val in
2329 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2330 esac
2331 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2332 done | sort
2333 echo
2334
2335 if test -n "$ac_subst_files"; then
2336 cat <<\_ASBOX
81ecdfbb
RW
2337## ------------------- ##
2338## File substitutions. ##
2339## ------------------- ##
42ecbf5e
DJ
2340_ASBOX
2341 echo
2342 for ac_var in $ac_subst_files
2343 do
81ecdfbb
RW
2344 eval ac_val=\$$ac_var
2345 case $ac_val in
2346 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2347 esac
2348 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2349 done | sort
2350 echo
2351 fi
2352
2353 if test -s confdefs.h; then
2354 cat <<\_ASBOX
2355## ----------- ##
2356## confdefs.h. ##
2357## ----------- ##
2358_ASBOX
2359 echo
81ecdfbb 2360 cat confdefs.h
42ecbf5e
DJ
2361 echo
2362 fi
2363 test "$ac_signal" != 0 &&
81ecdfbb
RW
2364 $as_echo "$as_me: caught signal $ac_signal"
2365 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2366 } >&5
81ecdfbb
RW
2367 rm -f core *.core core.conftest.* &&
2368 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2369 exit $exit_status
81ecdfbb 2370' 0
42ecbf5e 2371for ac_signal in 1 2 13 15; do
81ecdfbb 2372 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2373done
2374ac_signal=0
2375
2376# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2377rm -f -r conftest* confdefs.h
2378
2379$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2380
2381# Predefined preprocessor variables.
2382
2383cat >>confdefs.h <<_ACEOF
2384#define PACKAGE_NAME "$PACKAGE_NAME"
2385_ACEOF
2386
42ecbf5e
DJ
2387cat >>confdefs.h <<_ACEOF
2388#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2389_ACEOF
2390
42ecbf5e
DJ
2391cat >>confdefs.h <<_ACEOF
2392#define PACKAGE_VERSION "$PACKAGE_VERSION"
2393_ACEOF
2394
42ecbf5e
DJ
2395cat >>confdefs.h <<_ACEOF
2396#define PACKAGE_STRING "$PACKAGE_STRING"
2397_ACEOF
2398
42ecbf5e
DJ
2399cat >>confdefs.h <<_ACEOF
2400#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2401_ACEOF
2402
81ecdfbb
RW
2403cat >>confdefs.h <<_ACEOF
2404#define PACKAGE_URL "$PACKAGE_URL"
2405_ACEOF
2406
42ecbf5e
DJ
2407
2408# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2409# Prefer an explicitly selected file to automatically selected ones.
2410ac_site_file1=NONE
2411ac_site_file2=NONE
2412if test -n "$CONFIG_SITE"; then
2413 ac_site_file1=$CONFIG_SITE
2414elif test "x$prefix" != xNONE; then
2415 ac_site_file1=$prefix/share/config.site
2416 ac_site_file2=$prefix/etc/config.site
2417else
2418 ac_site_file1=$ac_default_prefix/share/config.site
2419 ac_site_file2=$ac_default_prefix/etc/config.site
2420fi
2421for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2422do
2423 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2424 if test -r "$ac_site_file"; then
81ecdfbb
RW
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2426$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2427 sed 's/^/| /' "$ac_site_file" >&5
2428 . "$ac_site_file"
2429 fi
2430done
2431
2432if test -r "$cache_file"; then
2433 # Some versions of bash will fail to source /dev/null (special
2434 # files actually), so we avoid doing that.
2435 if test -f "$cache_file"; then
81ecdfbb
RW
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2437$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2438 case $cache_file in
81ecdfbb
RW
2439 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2440 *) . "./$cache_file";;
42ecbf5e
DJ
2441 esac
2442 fi
2443else
81ecdfbb
RW
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2445$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2446 >$cache_file
2447fi
2448
2449# Check that the precious variables saved in the cache have kept the same
2450# value.
2451ac_cache_corrupted=false
81ecdfbb 2452for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2453 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2454 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2455 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2456 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2457 case $ac_old_set,$ac_new_set in
2458 set,)
81ecdfbb
RW
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2460$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2461 ac_cache_corrupted=: ;;
2462 ,set)
81ecdfbb
RW
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2464$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2465 ac_cache_corrupted=: ;;
2466 ,);;
2467 *)
2468 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2469 # differences in whitespace do not lead to failure.
2470 ac_old_val_w=`echo x $ac_old_val`
2471 ac_new_val_w=`echo x $ac_new_val`
2472 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2474$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2475 ac_cache_corrupted=:
2476 else
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2478$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2479 eval $ac_var=\$ac_old_val
2480 fi
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2482$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2484$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2485 fi;;
2486 esac
2487 # Pass precious variables to config.status.
2488 if test "$ac_new_set" = set; then
2489 case $ac_new_val in
81ecdfbb 2490 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2491 *) ac_arg=$ac_var=$ac_new_val ;;
2492 esac
2493 case " $ac_configure_args " in
2494 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2495 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2496 esac
2497 fi
2498done
2499if $ac_cache_corrupted; then
81ecdfbb
RW
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2501$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2503$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2504 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2505fi
81ecdfbb
RW
2506## -------------------- ##
2507## Main body of script. ##
2508## -------------------- ##
42ecbf5e
DJ
2509
2510ac_ext=c
2511ac_cpp='$CPP $CPPFLAGS'
2512ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2513ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2514ac_compiler_gnu=$ac_cv_c_compiler_gnu
2515
2516
2517
42ecbf5e 2518
da594c4a 2519
42ecbf5e
DJ
2520
2521
2522ac_aux_dir=
81ecdfbb
RW
2523for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2524 for ac_t in install-sh install.sh shtool; do
2525 if test -f "$ac_dir/$ac_t"; then
2526 ac_aux_dir=$ac_dir
2527 ac_install_sh="$ac_aux_dir/$ac_t -c"
2528 break 2
2529 fi
2530 done
42ecbf5e
DJ
2531done
2532if test -z "$ac_aux_dir"; then
81ecdfbb 2533 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2534fi
81ecdfbb
RW
2535
2536# These three variables are undocumented and unsupported,
2537# and are intended to be withdrawn in a future Autoconf release.
2538# They can cause serious problems if a builder's source tree is in a directory
2539# whose full name contains unusual characters.
2540ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2541ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2542ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2543
42ecbf5e
DJ
2544
2545# Make sure we can run config.sub.
81ecdfbb
RW
2546$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2547 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2548
2549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2550$as_echo_n "checking build system type... " >&6; }
2551if test "${ac_cv_build+set}" = set; then :
2552 $as_echo_n "(cached) " >&6
2553else
2554 ac_build_alias=$build_alias
2555test "x$ac_build_alias" = x &&
2556 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2557test "x$ac_build_alias" = x &&
2558 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2559ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2560 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2561
2562fi
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2564$as_echo "$ac_cv_build" >&6; }
2565case $ac_cv_build in
2566*-*-*) ;;
2567*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2568esac
42ecbf5e 2569build=$ac_cv_build
81ecdfbb
RW
2570ac_save_IFS=$IFS; IFS='-'
2571set x $ac_cv_build
2572shift
2573build_cpu=$1
2574build_vendor=$2
2575shift; shift
2576# Remember, the first character of IFS is used to create $*,
2577# except with old shells:
2578build_os=$*
2579IFS=$ac_save_IFS
2580case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2581
2582
81ecdfbb
RW
2583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2584$as_echo_n "checking host system type... " >&6; }
2585if test "${ac_cv_host+set}" = set; then :
2586 $as_echo_n "(cached) " >&6
42ecbf5e 2587else
81ecdfbb
RW
2588 if test "x$host_alias" = x; then
2589 ac_cv_host=$ac_cv_build
2590else
2591 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2592 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2593fi
42ecbf5e
DJ
2594
2595fi
81ecdfbb
RW
2596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2597$as_echo "$ac_cv_host" >&6; }
2598case $ac_cv_host in
2599*-*-*) ;;
2600*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2601esac
42ecbf5e 2602host=$ac_cv_host
81ecdfbb
RW
2603ac_save_IFS=$IFS; IFS='-'
2604set x $ac_cv_host
2605shift
2606host_cpu=$1
2607host_vendor=$2
2608shift; shift
2609# Remember, the first character of IFS is used to create $*,
2610# except with old shells:
2611host_os=$*
2612IFS=$ac_save_IFS
2613case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2614
2615
81ecdfbb
RW
2616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2617$as_echo_n "checking target system type... " >&6; }
2618if test "${ac_cv_target+set}" = set; then :
2619 $as_echo_n "(cached) " >&6
2620else
2621 if test "x$target_alias" = x; then
2622 ac_cv_target=$ac_cv_host
42ecbf5e 2623else
81ecdfbb
RW
2624 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2625 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2626fi
42ecbf5e
DJ
2627
2628fi
81ecdfbb
RW
2629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2630$as_echo "$ac_cv_target" >&6; }
2631case $ac_cv_target in
2632*-*-*) ;;
2633*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2634esac
42ecbf5e 2635target=$ac_cv_target
81ecdfbb
RW
2636ac_save_IFS=$IFS; IFS='-'
2637set x $ac_cv_target
2638shift
2639target_cpu=$1
2640target_vendor=$2
2641shift; shift
2642# Remember, the first character of IFS is used to create $*,
2643# except with old shells:
2644target_os=$*
2645IFS=$ac_save_IFS
2646case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2647
2648
2649# The aliases save the names the user supplied, while $host etc.
2650# will get canonicalized.
2651test -n "$target_alias" &&
2652 test "$program_prefix$program_suffix$program_transform_name" = \
2653 NONENONEs,x,x, &&
2654 program_prefix=${target_alias}-
2655ac_ext=c
2656ac_cpp='$CPP $CPPFLAGS'
2657ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2658ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2659ac_compiler_gnu=$ac_cv_c_compiler_gnu
2660if test -n "$ac_tool_prefix"; then
2661 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2662set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2664$as_echo_n "checking for $ac_word... " >&6; }
2665if test "${ac_cv_prog_CC+set}" = set; then :
2666 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2667else
2668 if test -n "$CC"; then
2669 ac_cv_prog_CC="$CC" # Let the user override the test.
2670else
2671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2672for as_dir in $PATH
2673do
2674 IFS=$as_save_IFS
2675 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2676 for ac_exec_ext in '' $ac_executable_extensions; do
2677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2678 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2680 break 2
2681 fi
2682done
81ecdfbb
RW
2683 done
2684IFS=$as_save_IFS
42ecbf5e
DJ
2685
2686fi
2687fi
2688CC=$ac_cv_prog_CC
2689if test -n "$CC"; then
81ecdfbb
RW
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2691$as_echo "$CC" >&6; }
42ecbf5e 2692else
81ecdfbb
RW
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2694$as_echo "no" >&6; }
42ecbf5e
DJ
2695fi
2696
81ecdfbb 2697
42ecbf5e
DJ
2698fi
2699if test -z "$ac_cv_prog_CC"; then
2700 ac_ct_CC=$CC
2701 # Extract the first word of "gcc", so it can be a program name with args.
2702set dummy gcc; ac_word=$2
81ecdfbb
RW
2703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2704$as_echo_n "checking for $ac_word... " >&6; }
2705if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2706 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2707else
2708 if test -n "$ac_ct_CC"; then
2709 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2710else
2711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2712for as_dir in $PATH
2713do
2714 IFS=$as_save_IFS
2715 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2716 for ac_exec_ext in '' $ac_executable_extensions; do
2717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2718 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2720 break 2
2721 fi
2722done
81ecdfbb
RW
2723 done
2724IFS=$as_save_IFS
42ecbf5e
DJ
2725
2726fi
2727fi
2728ac_ct_CC=$ac_cv_prog_ac_ct_CC
2729if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2731$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2732else
81ecdfbb
RW
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2734$as_echo "no" >&6; }
42ecbf5e
DJ
2735fi
2736
81ecdfbb
RW
2737 if test "x$ac_ct_CC" = x; then
2738 CC=""
2739 else
2740 case $cross_compiling:$ac_tool_warned in
2741yes:)
2742{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2743$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2744ac_tool_warned=yes ;;
2745esac
2746 CC=$ac_ct_CC
2747 fi
42ecbf5e
DJ
2748else
2749 CC="$ac_cv_prog_CC"
2750fi
2751
2752if test -z "$CC"; then
81ecdfbb
RW
2753 if test -n "$ac_tool_prefix"; then
2754 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2755set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2757$as_echo_n "checking for $ac_word... " >&6; }
2758if test "${ac_cv_prog_CC+set}" = set; then :
2759 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2760else
2761 if test -n "$CC"; then
2762 ac_cv_prog_CC="$CC" # Let the user override the test.
2763else
2764as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2765for as_dir in $PATH
2766do
2767 IFS=$as_save_IFS
2768 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2769 for ac_exec_ext in '' $ac_executable_extensions; do
2770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2771 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2773 break 2
2774 fi
2775done
81ecdfbb
RW
2776 done
2777IFS=$as_save_IFS
42ecbf5e
DJ
2778
2779fi
2780fi
2781CC=$ac_cv_prog_CC
2782if test -n "$CC"; then
81ecdfbb
RW
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2784$as_echo "$CC" >&6; }
42ecbf5e 2785else
81ecdfbb
RW
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2787$as_echo "no" >&6; }
42ecbf5e
DJ
2788fi
2789
81ecdfbb
RW
2790
2791 fi
42ecbf5e 2792fi
81ecdfbb 2793if test -z "$CC"; then
42ecbf5e
DJ
2794 # Extract the first word of "cc", so it can be a program name with args.
2795set dummy cc; ac_word=$2
81ecdfbb
RW
2796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2797$as_echo_n "checking for $ac_word... " >&6; }
2798if test "${ac_cv_prog_CC+set}" = set; then :
2799 $as_echo_n "(cached) " >&6
42ecbf5e 2800else
81ecdfbb
RW
2801 if test -n "$CC"; then
2802 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2803else
81ecdfbb 2804 ac_prog_rejected=no
42ecbf5e
DJ
2805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2806for as_dir in $PATH
2807do
2808 IFS=$as_save_IFS
2809 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2810 for ac_exec_ext in '' $ac_executable_extensions; do
2811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2812 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2813 ac_prog_rejected=yes
2814 continue
2815 fi
2816 ac_cv_prog_CC="cc"
2817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2818 break 2
2819 fi
2820done
81ecdfbb
RW
2821 done
2822IFS=$as_save_IFS
42ecbf5e
DJ
2823
2824if test $ac_prog_rejected = yes; then
2825 # We found a bogon in the path, so make sure we never use it.
2826 set dummy $ac_cv_prog_CC
2827 shift
2828 if test $# != 0; then
2829 # We chose a different compiler from the bogus one.
2830 # However, it has the same basename, so the bogon will be chosen
2831 # first if we set CC to just the basename; use the full file name.
2832 shift
2833 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2834 fi
2835fi
2836fi
2837fi
2838CC=$ac_cv_prog_CC
2839if test -n "$CC"; then
81ecdfbb
RW
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2841$as_echo "$CC" >&6; }
42ecbf5e 2842else
81ecdfbb
RW
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2844$as_echo "no" >&6; }
42ecbf5e
DJ
2845fi
2846
81ecdfbb 2847
42ecbf5e
DJ
2848fi
2849if test -z "$CC"; then
2850 if test -n "$ac_tool_prefix"; then
81ecdfbb 2851 for ac_prog in cl.exe
42ecbf5e
DJ
2852 do
2853 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2854set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2856$as_echo_n "checking for $ac_word... " >&6; }
2857if test "${ac_cv_prog_CC+set}" = set; then :
2858 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2859else
2860 if test -n "$CC"; then
2861 ac_cv_prog_CC="$CC" # Let the user override the test.
2862else
2863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2864for as_dir in $PATH
2865do
2866 IFS=$as_save_IFS
2867 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2868 for ac_exec_ext in '' $ac_executable_extensions; do
2869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2870 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2872 break 2
2873 fi
2874done
81ecdfbb
RW
2875 done
2876IFS=$as_save_IFS
42ecbf5e
DJ
2877
2878fi
2879fi
2880CC=$ac_cv_prog_CC
2881if test -n "$CC"; then
81ecdfbb
RW
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2883$as_echo "$CC" >&6; }
42ecbf5e 2884else
81ecdfbb
RW
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2886$as_echo "no" >&6; }
42ecbf5e
DJ
2887fi
2888
81ecdfbb 2889
42ecbf5e
DJ
2890 test -n "$CC" && break
2891 done
2892fi
2893if test -z "$CC"; then
2894 ac_ct_CC=$CC
81ecdfbb 2895 for ac_prog in cl.exe
42ecbf5e
DJ
2896do
2897 # Extract the first word of "$ac_prog", so it can be a program name with args.
2898set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2900$as_echo_n "checking for $ac_word... " >&6; }
2901if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2902 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2903else
2904 if test -n "$ac_ct_CC"; then
2905 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2906else
2907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2908for as_dir in $PATH
2909do
2910 IFS=$as_save_IFS
2911 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2912 for ac_exec_ext in '' $ac_executable_extensions; do
2913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2914 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2916 break 2
2917 fi
2918done
81ecdfbb
RW
2919 done
2920IFS=$as_save_IFS
42ecbf5e
DJ
2921
2922fi
2923fi
2924ac_ct_CC=$ac_cv_prog_ac_ct_CC
2925if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2927$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2928else
81ecdfbb
RW
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2930$as_echo "no" >&6; }
42ecbf5e
DJ
2931fi
2932
81ecdfbb 2933
42ecbf5e
DJ
2934 test -n "$ac_ct_CC" && break
2935done
2936
81ecdfbb
RW
2937 if test "x$ac_ct_CC" = x; then
2938 CC=""
2939 else
2940 case $cross_compiling:$ac_tool_warned in
2941yes:)
2942{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2943$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2944ac_tool_warned=yes ;;
2945esac
2946 CC=$ac_ct_CC
2947 fi
42ecbf5e
DJ
2948fi
2949
2950fi
2951
2952
81ecdfbb
RW
2953test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2954$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2955as_fn_error "no acceptable C compiler found in \$PATH
2956See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2957
2958# Provide some information about the compiler.
81ecdfbb
RW
2959$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2960set X $ac_compile
2961ac_compiler=$2
2962for ac_option in --version -v -V -qversion; do
2963 { { ac_try="$ac_compiler $ac_option >&5"
2964case "(($ac_try" in
2965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966 *) ac_try_echo=$ac_try;;
2967esac
2968eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2969$as_echo "$ac_try_echo"; } >&5
2970 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 2971 ac_status=$?
81ecdfbb
RW
2972 if test -s conftest.err; then
2973 sed '10a\
2974... rest of stderr output deleted ...
2975 10q' conftest.err >conftest.er1
2976 cat conftest.er1 >&5
2977 rm -f conftest.er1 conftest.err
2978 fi
2979 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2980 test $ac_status = 0; }
2981done
42ecbf5e 2982
81ecdfbb 2983cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2984/* end confdefs.h. */
2985
2986int
2987main ()
2988{
2989
2990 ;
2991 return 0;
2992}
2993_ACEOF
2994ac_clean_files_save=$ac_clean_files
81ecdfbb 2995ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
2996# Try to create an executable without -o first, disregard a.out.
2997# It will help us diagnose broken compilers, and finding out an intuition
2998# of exeext.
81ecdfbb
RW
2999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3000$as_echo_n "checking for C compiler default output file name... " >&6; }
3001ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3002
3003# The possible output files:
3004ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3005
3006ac_rmfiles=
3007for ac_file in $ac_files
3008do
3009 case $ac_file in
3010 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3011 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3012 esac
3013done
3014rm -f $ac_rmfiles
3015
3016if { { ac_try="$ac_link_default"
3017case "(($ac_try" in
3018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3019 *) ac_try_echo=$ac_try;;
3020esac
3021eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3022$as_echo "$ac_try_echo"; } >&5
3023 (eval "$ac_link_default") 2>&5
3024 ac_status=$?
3025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3026 test $ac_status = 0; }; then :
3027 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3028# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3029# in a Makefile. We should not override ac_cv_exeext if it was cached,
3030# so that the user can short-circuit this test for compilers unknown to
3031# Autoconf.
3032for ac_file in $ac_files ''
42ecbf5e
DJ
3033do
3034 test -f "$ac_file" || continue
3035 case $ac_file in
81ecdfbb 3036 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3037 ;;
3038 [ab].out )
3039 # We found the default executable, but exeext='' is most
3040 # certainly right.
3041 break;;
3042 *.* )
81ecdfbb
RW
3043 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3044 then :; else
3045 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3046 fi
3047 # We set ac_cv_exeext here because the later test for it is not
3048 # safe: cross compilers may not add the suffix if given an `-o'
3049 # argument, so we may need to know it at that point already.
3050 # Even if this section looks crufty: it has the advantage of
3051 # actually working.
42ecbf5e
DJ
3052 break;;
3053 * )
3054 break;;
3055 esac
3056done
81ecdfbb
RW
3057test "$ac_cv_exeext" = no && ac_cv_exeext=
3058
42ecbf5e 3059else
81ecdfbb
RW
3060 ac_file=''
3061fi
3062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3063$as_echo "$ac_file" >&6; }
3064if test -z "$ac_file"; then :
3065 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3066sed 's/^/| /' conftest.$ac_ext >&5
3067
81ecdfbb
RW
3068{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3069$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3070{ as_fn_set_status 77
3071as_fn_error "C compiler cannot create executables
3072See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 3073fi
42ecbf5e 3074ac_exeext=$ac_cv_exeext
42ecbf5e 3075
81ecdfbb 3076# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3077# the compiler is broken, or we cross compile.
81ecdfbb
RW
3078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3079$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
3080# If not cross compiling, check that we can run a simple program.
3081if test "$cross_compiling" != yes; then
3082 if { ac_try='./$ac_file'
81ecdfbb
RW
3083 { { case "(($ac_try" in
3084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3085 *) ac_try_echo=$ac_try;;
3086esac
3087eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3088$as_echo "$ac_try_echo"; } >&5
3089 (eval "$ac_try") 2>&5
42ecbf5e 3090 ac_status=$?
81ecdfbb
RW
3091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3092 test $ac_status = 0; }; }; then
42ecbf5e
DJ
3093 cross_compiling=no
3094 else
3095 if test "$cross_compiling" = maybe; then
3096 cross_compiling=yes
3097 else
81ecdfbb
RW
3098 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3099$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3100as_fn_error "cannot run C compiled programs.
42ecbf5e 3101If you meant to cross compile, use \`--host'.
81ecdfbb 3102See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3103 fi
3104 fi
3105fi
81ecdfbb
RW
3106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3107$as_echo "yes" >&6; }
42ecbf5e 3108
81ecdfbb 3109rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 3110ac_clean_files=$ac_clean_files_save
81ecdfbb 3111# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3112# the compiler is broken, or we cross compile.
81ecdfbb
RW
3113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3114$as_echo_n "checking whether we are cross compiling... " >&6; }
3115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3116$as_echo "$cross_compiling" >&6; }
3117
3118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3119$as_echo_n "checking for suffix of executables... " >&6; }
3120if { { ac_try="$ac_link"
3121case "(($ac_try" in
3122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3123 *) ac_try_echo=$ac_try;;
3124esac
3125eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3126$as_echo "$ac_try_echo"; } >&5
3127 (eval "$ac_link") 2>&5
42ecbf5e 3128 ac_status=$?
81ecdfbb
RW
3129 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3130 test $ac_status = 0; }; then :
42ecbf5e
DJ
3131 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3132# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3133# work properly (i.e., refer to `conftest.exe'), while it won't with
3134# `rm'.
3135for ac_file in conftest.exe conftest conftest.*; do
3136 test -f "$ac_file" || continue
3137 case $ac_file in
81ecdfbb 3138 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3139 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3140 break;;
3141 * ) break;;
3142 esac
3143done
3144else
81ecdfbb
RW
3145 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3146$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3147as_fn_error "cannot compute suffix of executables: cannot compile and link
3148See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3149fi
42ecbf5e 3150rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3152$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3153
3154rm -f conftest.$ac_ext
3155EXEEXT=$ac_cv_exeext
3156ac_exeext=$EXEEXT
81ecdfbb
RW
3157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3158$as_echo_n "checking for suffix of object files... " >&6; }
3159if test "${ac_cv_objext+set}" = set; then :
3160 $as_echo_n "(cached) " >&6
42ecbf5e 3161else
81ecdfbb 3162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3163/* end confdefs.h. */
3164
3165int
3166main ()
3167{
3168
3169 ;
3170 return 0;
3171}
3172_ACEOF
3173rm -f conftest.o conftest.obj
81ecdfbb
RW
3174if { { ac_try="$ac_compile"
3175case "(($ac_try" in
3176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3177 *) ac_try_echo=$ac_try;;
3178esac
3179eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3180$as_echo "$ac_try_echo"; } >&5
3181 (eval "$ac_compile") 2>&5
3182 ac_status=$?
3183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3184 test $ac_status = 0; }; then :
3185 for ac_file in conftest.o conftest.obj conftest.*; do
3186 test -f "$ac_file" || continue;
42ecbf5e 3187 case $ac_file in
81ecdfbb 3188 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3189 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3190 break;;
3191 esac
3192done
3193else
81ecdfbb 3194 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3195sed 's/^/| /' conftest.$ac_ext >&5
3196
81ecdfbb
RW
3197{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3198$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3199as_fn_error "cannot compute suffix of object files: cannot compile
3200See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3201fi
42ecbf5e
DJ
3202rm -f conftest.$ac_cv_objext conftest.$ac_ext
3203fi
81ecdfbb
RW
3204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3205$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3206OBJEXT=$ac_cv_objext
3207ac_objext=$OBJEXT
81ecdfbb
RW
3208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3209$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3210if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3211 $as_echo_n "(cached) " >&6
42ecbf5e 3212else
81ecdfbb 3213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3214/* end confdefs.h. */
3215
3216int
3217main ()
3218{
3219#ifndef __GNUC__
3220 choke me
3221#endif
3222
3223 ;
3224 return 0;
3225}
3226_ACEOF
81ecdfbb 3227if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3228 ac_compiler_gnu=yes
3229else
81ecdfbb 3230 ac_compiler_gnu=no
42ecbf5e 3231fi
81ecdfbb 3232rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3233ac_cv_c_compiler_gnu=$ac_compiler_gnu
3234
3235fi
81ecdfbb
RW
3236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3237$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3238if test $ac_compiler_gnu = yes; then
3239 GCC=yes
3240else
3241 GCC=
3242fi
42ecbf5e
DJ
3243ac_test_CFLAGS=${CFLAGS+set}
3244ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3246$as_echo_n "checking whether $CC accepts -g... " >&6; }
3247if test "${ac_cv_prog_cc_g+set}" = set; then :
3248 $as_echo_n "(cached) " >&6
3249else
3250 ac_save_c_werror_flag=$ac_c_werror_flag
3251 ac_c_werror_flag=yes
3252 ac_cv_prog_cc_g=no
3253 CFLAGS="-g"
3254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3255/* end confdefs.h. */
3256
3257int
3258main ()
3259{
3260
3261 ;
3262 return 0;
3263}
3264_ACEOF
81ecdfbb 3265if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3266 ac_cv_prog_cc_g=yes
3267else
81ecdfbb
RW
3268 CFLAGS=""
3269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3270/* end confdefs.h. */
3271
3272int
3273main ()
3274{
3275
3276 ;
3277 return 0;
3278}
3279_ACEOF
3280if ac_fn_c_try_compile "$LINENO"; then :
3281
3282else
3283 ac_c_werror_flag=$ac_save_c_werror_flag
3284 CFLAGS="-g"
3285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3286/* end confdefs.h. */
3287
3288int
3289main ()
3290{
42ecbf5e 3291
81ecdfbb
RW
3292 ;
3293 return 0;
3294}
3295_ACEOF
3296if ac_fn_c_try_compile "$LINENO"; then :
3297 ac_cv_prog_cc_g=yes
3298fi
3299rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3300fi
81ecdfbb 3301rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3302fi
81ecdfbb
RW
3303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3304 ac_c_werror_flag=$ac_save_c_werror_flag
3305fi
3306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3307$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3308if test "$ac_test_CFLAGS" = set; then
3309 CFLAGS=$ac_save_CFLAGS
3310elif test $ac_cv_prog_cc_g = yes; then
3311 if test "$GCC" = yes; then
3312 CFLAGS="-g -O2"
3313 else
3314 CFLAGS="-g"
3315 fi
3316else
3317 if test "$GCC" = yes; then
3318 CFLAGS="-O2"
3319 else
3320 CFLAGS=
3321 fi
3322fi
81ecdfbb
RW
3323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3324$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3325if test "${ac_cv_prog_cc_c89+set}" = set; then :
3326 $as_echo_n "(cached) " >&6
42ecbf5e 3327else
81ecdfbb 3328 ac_cv_prog_cc_c89=no
42ecbf5e 3329ac_save_CC=$CC
81ecdfbb 3330cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3331/* end confdefs.h. */
3332#include <stdarg.h>
3333#include <stdio.h>
3334#include <sys/types.h>
3335#include <sys/stat.h>
3336/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3337struct buf { int x; };
3338FILE * (*rcsopen) (struct buf *, struct stat *, int);
3339static char *e (p, i)
3340 char **p;
3341 int i;
3342{
3343 return p[i];
3344}
3345static char *f (char * (*g) (char **, int), char **p, ...)
3346{
3347 char *s;
3348 va_list v;
3349 va_start (v,p);
3350 s = g (p, va_arg (v,int));
3351 va_end (v);
3352 return s;
3353}
3354
3355/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3356 function prototypes and stuff, but not '\xHH' hex character constants.
3357 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3358 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3359 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3360 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3361 that's true only with -std. */
42ecbf5e
DJ
3362int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3363
81ecdfbb
RW
3364/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3365 inside strings and character constants. */
3366#define FOO(x) 'x'
3367int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3368
42ecbf5e
DJ
3369int test (int i, double x);
3370struct s1 {int (*f) (int a);};
3371struct s2 {int (*f) (double a);};
3372int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3373int argc;
3374char **argv;
3375int
3376main ()
3377{
3378return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3379 ;
3380 return 0;
3381}
3382_ACEOF
81ecdfbb
RW
3383for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3384 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3385do
3386 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3387 if ac_fn_c_try_compile "$LINENO"; then :
3388 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3389fi
81ecdfbb
RW
3390rm -f core conftest.err conftest.$ac_objext
3391 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3392done
81ecdfbb 3393rm -f conftest.$ac_ext
42ecbf5e
DJ
3394CC=$ac_save_CC
3395
3396fi
81ecdfbb
RW
3397# AC_CACHE_VAL
3398case "x$ac_cv_prog_cc_c89" in
3399 x)
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3401$as_echo "none needed" >&6; } ;;
3402 xno)
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3404$as_echo "unsupported" >&6; } ;;
42ecbf5e 3405 *)
81ecdfbb
RW
3406 CC="$CC $ac_cv_prog_cc_c89"
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3408$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3409esac
81ecdfbb 3410if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3411
42ecbf5e
DJ
3412fi
3413
42ecbf5e
DJ
3414ac_ext=c
3415ac_cpp='$CPP $CPPFLAGS'
3416ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3417ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3418ac_compiler_gnu=$ac_cv_c_compiler_gnu
3419
3420
81ecdfbb
RW
3421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3422$as_echo_n "checking for library containing strerror... " >&6; }
3423if test "${ac_cv_search_strerror+set}" = set; then :
3424 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3425else
3426 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3427cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3428/* end confdefs.h. */
3429
81ecdfbb
RW
3430/* Override any GCC internal prototype to avoid an error.
3431 Use char because int might match the return type of a GCC
3432 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3433#ifdef __cplusplus
3434extern "C"
3435#endif
42ecbf5e
DJ
3436char strerror ();
3437int
3438main ()
3439{
81ecdfbb 3440return strerror ();
42ecbf5e
DJ
3441 ;
3442 return 0;
3443}
3444_ACEOF
81ecdfbb
RW
3445for ac_lib in '' cposix; do
3446 if test -z "$ac_lib"; then
3447 ac_res="none required"
3448 else
3449 ac_res=-l$ac_lib
42ecbf5e 3450 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3451 fi
3452 if ac_fn_c_try_link "$LINENO"; then :
3453 ac_cv_search_strerror=$ac_res
3454fi
3455rm -f core conftest.err conftest.$ac_objext \
3456 conftest$ac_exeext
3457 if test "${ac_cv_search_strerror+set}" = set; then :
3458 break
3459fi
3460done
3461if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3462
42ecbf5e 3463else
81ecdfbb 3464 ac_cv_search_strerror=no
42ecbf5e 3465fi
81ecdfbb 3466rm conftest.$ac_ext
42ecbf5e
DJ
3467LIBS=$ac_func_search_save_LIBS
3468fi
81ecdfbb
RW
3469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3470$as_echo "$ac_cv_search_strerror" >&6; }
3471ac_res=$ac_cv_search_strerror
3472if test "$ac_res" != no; then :
3473 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3474
3475fi
3476
3477
81ecdfbb
RW
3478am__api_version='1.11'
3479
42ecbf5e
DJ
3480# Find a good install program. We prefer a C program (faster),
3481# so one script is as good as another. But avoid the broken or
3482# incompatible versions:
3483# SysV /etc/install, /usr/sbin/install
3484# SunOS /usr/etc/install
3485# IRIX /sbin/install
3486# AIX /bin/install
3487# AmigaOS /C/install, which installs bootblocks on floppy discs
3488# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3489# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3490# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3491# OS/2's system install, which has a completely different semantic
3492# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3493# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3495$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3496if test -z "$INSTALL"; then
81ecdfbb
RW
3497if test "${ac_cv_path_install+set}" = set; then :
3498 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3499else
3500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3501for as_dir in $PATH
3502do
3503 IFS=$as_save_IFS
3504 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3505 # Account for people who put trailing slashes in PATH elements.
3506case $as_dir/ in #((
3507 ./ | .// | /[cC]/* | \
42ecbf5e 3508 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3509 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3510 /usr/ucb/* ) ;;
3511 *)
3512 # OSF1 and SCO ODT 3.0 have their own names for install.
3513 # Don't use installbsd from OSF since it installs stuff as root
3514 # by default.
3515 for ac_prog in ginstall scoinst install; do
3516 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3517 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
42ecbf5e
DJ
3518 if test $ac_prog = install &&
3519 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3520 # AIX install. It has an incompatible calling convention.
3521 :
42ecbf5e
DJ
3522 elif test $ac_prog = install &&
3523 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3524 # program-specific install script used by HP pwplus--don't use.
3525 :
252b5132 3526 else
58c85be7
RW
3527 rm -rf conftest.one conftest.two conftest.dir
3528 echo one > conftest.one
3529 echo two > conftest.two
3530 mkdir conftest.dir
3531 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3532 test -s conftest.one && test -s conftest.two &&
3533 test -s conftest.dir/conftest.one &&
3534 test -s conftest.dir/conftest.two
3535 then
3536 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3537 break 3
3538 fi
252b5132
RH
3539 fi
3540 fi
d15b04bd 3541 done
42ecbf5e
DJ
3542 done
3543 ;;
3544esac
81ecdfbb
RW
3545
3546 done
3547IFS=$as_save_IFS
42ecbf5e 3548
58c85be7 3549rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3550
3551fi
3552 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3553 INSTALL=$ac_cv_path_install
252b5132 3554 else
58c85be7
RW
3555 # As a last resort, use the slow shell script. Don't cache a
3556 # value for INSTALL within a source directory, because that will
252b5132 3557 # break other packages using the cache if that directory is
58c85be7 3558 # removed, or if the value is a relative name.
42ecbf5e 3559 INSTALL=$ac_install_sh
252b5132
RH
3560 fi
3561fi
81ecdfbb
RW
3562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3563$as_echo "$INSTALL" >&6; }
252b5132
RH
3564
3565# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3566# It thinks the first close brace ends the variable substitution.
3567test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3568
42ecbf5e 3569test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3570
3571test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3572
81ecdfbb
RW
3573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3574$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3575# Just in case
3576sleep 1
42ecbf5e 3577echo timestamp > conftest.file
81ecdfbb
RW
3578# Reject unsafe characters in $srcdir or the absolute working directory
3579# name. Accept space and tab only in the latter.
3580am_lf='
3581'
3582case `pwd` in
3583 *[\\\"\#\$\&\'\`$am_lf]*)
3584 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3585esac
3586case $srcdir in
3587 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3588 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3589esac
3590
252b5132
RH
3591# Do `set' in a subshell so we don't clobber the current shell's
3592# arguments. Must try -L first in case configure is actually a
3593# symlink; some systems play weird games with the mod time of symlinks
3594# (eg FreeBSD returns the mod time of the symlink's containing
3595# directory).
3596if (
81ecdfbb 3597 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3598 if test "$*" = "X"; then
3599 # -L didn't work.
81ecdfbb 3600 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3601 fi
42ecbf5e
DJ
3602 rm -f conftest.file
3603 if test "$*" != "X $srcdir/configure conftest.file" \
3604 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3605
3606 # If neither matched, then we have a broken ls. This can happen
3607 # if, for instance, CONFIG_SHELL is bash and it inherits a
3608 # broken ls alias from the environment. This has actually
3609 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3610 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3611alias in your environment" "$LINENO" 5
252b5132
RH
3612 fi
3613
42ecbf5e 3614 test "$2" = conftest.file
252b5132
RH
3615 )
3616then
3617 # Ok.
3618 :
3619else
81ecdfbb
RW
3620 as_fn_error "newly created file is older than distributed files!
3621Check your system clock" "$LINENO" 5
42ecbf5e 3622fi
81ecdfbb
RW
3623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3624$as_echo "yes" >&6; }
42ecbf5e 3625test "$program_prefix" != NONE &&
81ecdfbb 3626 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3627# Use a double $ so make ignores it.
3628test "$program_suffix" != NONE &&
81ecdfbb
RW
3629 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3630# Double any \ or $.
42ecbf5e 3631# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3632ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3633program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3634
3635# expand $ac_aux_dir to an absolute path
3636am_aux_dir=`cd $ac_aux_dir && pwd`
3637
81ecdfbb
RW
3638if test x"${MISSING+set}" != xset; then
3639 case $am_aux_dir in
3640 *\ * | *\ *)
3641 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3642 *)
3643 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3644 esac
3645fi
42ecbf5e
DJ
3646# Use eval to expand $SHELL
3647if eval "$MISSING --run true"; then
3648 am_missing_run="$MISSING --run "
3649else
3650 am_missing_run=
81ecdfbb
RW
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3652$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3653fi
3654
81ecdfbb
RW
3655if test x"${install_sh}" != xset; then
3656 case $am_aux_dir in
3657 *\ * | *\ *)
3658 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3659 *)
3660 install_sh="\${SHELL} $am_aux_dir/install-sh"
3661 esac
3662fi
3663
3664# Installed binaries are usually stripped using `strip' when the user
3665# run `make install-strip'. However `strip' might not be the right
3666# tool to use in cross-compilation environments, therefore Automake
3667# will honor the `STRIP' environment variable to overrule this program.
3668if test "$cross_compiling" != no; then
3669 if test -n "$ac_tool_prefix"; then
3670 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3671set dummy ${ac_tool_prefix}strip; ac_word=$2
3672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3673$as_echo_n "checking for $ac_word... " >&6; }
3674if test "${ac_cv_prog_STRIP+set}" = set; then :
3675 $as_echo_n "(cached) " >&6
42ecbf5e 3676else
81ecdfbb
RW
3677 if test -n "$STRIP"; then
3678 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3679else
3680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681for as_dir in $PATH
3682do
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3685 for ac_exec_ext in '' $ac_executable_extensions; do
3686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3687 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3689 break 2
3690 fi
3691done
3692 done
3693IFS=$as_save_IFS
3694
3695fi
3696fi
3697STRIP=$ac_cv_prog_STRIP
3698if test -n "$STRIP"; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3700$as_echo "$STRIP" >&6; }
3701else
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3703$as_echo "no" >&6; }
3704fi
3705
3706
3707fi
3708if test -z "$ac_cv_prog_STRIP"; then
3709 ac_ct_STRIP=$STRIP
3710 # Extract the first word of "strip", so it can be a program name with args.
3711set dummy strip; ac_word=$2
3712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3713$as_echo_n "checking for $ac_word... " >&6; }
3714if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3715 $as_echo_n "(cached) " >&6
3716else
3717 if test -n "$ac_ct_STRIP"; then
3718 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3719else
3720as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3721for as_dir in $PATH
3722do
3723 IFS=$as_save_IFS
3724 test -z "$as_dir" && as_dir=.
3725 for ac_exec_ext in '' $ac_executable_extensions; do
3726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3727 ac_cv_prog_ac_ct_STRIP="strip"
3728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3729 break 2
3730 fi
3731done
81ecdfbb
RW
3732 done
3733IFS=$as_save_IFS
3734
3735fi
3736fi
3737ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3738if test -n "$ac_ct_STRIP"; then
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3740$as_echo "$ac_ct_STRIP" >&6; }
3741else
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3743$as_echo "no" >&6; }
3744fi
3745
3746 if test "x$ac_ct_STRIP" = x; then
3747 STRIP=":"
3748 else
3749 case $cross_compiling:$ac_tool_warned in
3750yes:)
3751{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3752$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3753ac_tool_warned=yes ;;
3754esac
3755 STRIP=$ac_ct_STRIP
3756 fi
3757else
3758 STRIP="$ac_cv_prog_STRIP"
3759fi
3760
3761fi
3762INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3763
3764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3765$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3766if test -z "$MKDIR_P"; then
3767 if test "${ac_cv_path_mkdir+set}" = set; then :
3768 $as_echo_n "(cached) " >&6
3769else
3770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3771for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3772do
3773 IFS=$as_save_IFS
3774 test -z "$as_dir" && as_dir=.
3775 for ac_prog in mkdir gmkdir; do
3776 for ac_exec_ext in '' $ac_executable_extensions; do
3777 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3778 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3779 'mkdir (GNU coreutils) '* | \
3780 'mkdir (coreutils) '* | \
3781 'mkdir (fileutils) '4.1*)
3782 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3783 break 3;;
3784 esac
3785 done
3786 done
3787 done
3788IFS=$as_save_IFS
3789
3790fi
3791
3792 if test "${ac_cv_path_mkdir+set}" = set; then
3793 MKDIR_P="$ac_cv_path_mkdir -p"
3794 else
3795 # As a last resort, use the slow shell script. Don't cache a
3796 # value for MKDIR_P within a source directory, because that will
3797 # break other packages using the cache if that directory is
3798 # removed, or if the value is a relative name.
3799 test -d ./--version && rmdir ./--version
3800 MKDIR_P="$ac_install_sh -d"
3801 fi
3802fi
3803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3804$as_echo "$MKDIR_P" >&6; }
3805
3806mkdir_p="$MKDIR_P"
3807case $mkdir_p in
3808 [\\/$]* | ?:[\\/]*) ;;
3809 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3810esac
3811
3812for ac_prog in gawk mawk nawk awk
3813do
3814 # Extract the first word of "$ac_prog", so it can be a program name with args.
3815set dummy $ac_prog; ac_word=$2
3816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3817$as_echo_n "checking for $ac_word... " >&6; }
3818if test "${ac_cv_prog_AWK+set}" = set; then :
3819 $as_echo_n "(cached) " >&6
3820else
3821 if test -n "$AWK"; then
3822 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3823else
3824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3825for as_dir in $PATH
3826do
3827 IFS=$as_save_IFS
3828 test -z "$as_dir" && as_dir=.
3829 for ac_exec_ext in '' $ac_executable_extensions; do
3830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3831 ac_cv_prog_AWK="$ac_prog"
3832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3833 break 2
3834 fi
42ecbf5e 3835done
81ecdfbb
RW
3836 done
3837IFS=$as_save_IFS
42ecbf5e
DJ
3838
3839fi
3840fi
3841AWK=$ac_cv_prog_AWK
3842if test -n "$AWK"; then
81ecdfbb
RW
3843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3844$as_echo "$AWK" >&6; }
42ecbf5e 3845else
81ecdfbb
RW
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3847$as_echo "no" >&6; }
42ecbf5e
DJ
3848fi
3849
81ecdfbb 3850
42ecbf5e
DJ
3851 test -n "$AWK" && break
3852done
3853
81ecdfbb
RW
3854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3855$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3856set x ${MAKE-make}
3857ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3858if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3859 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3860else
3861 cat >conftest.make <<\_ACEOF
81ecdfbb 3862SHELL = /bin/sh
42ecbf5e 3863all:
81ecdfbb 3864 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e
DJ
3865_ACEOF
3866# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3867case `${MAKE-make} -f conftest.make 2>/dev/null` in
3868 *@@@%%%=?*=@@@%%%*)
3869 eval ac_cv_prog_make_${ac_make}_set=yes;;
3870 *)
3871 eval ac_cv_prog_make_${ac_make}_set=no;;
3872esac
42ecbf5e
DJ
3873rm -f conftest.make
3874fi
81ecdfbb
RW
3875if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3877$as_echo "yes" >&6; }
42ecbf5e
DJ
3878 SET_MAKE=
3879else
81ecdfbb
RW
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3881$as_echo "no" >&6; }
42ecbf5e
DJ
3882 SET_MAKE="MAKE=${MAKE-make}"
3883fi
3884
3885rm -rf .tst 2>/dev/null
3886mkdir .tst 2>/dev/null
3887if test -d .tst; then
3888 am__leading_dot=.
3889else
3890 am__leading_dot=_
3891fi
3892rmdir .tst 2>/dev/null
3893
3894DEPDIR="${am__leading_dot}deps"
3895
81ecdfbb 3896ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3897
3898
3899am_make=${MAKE-make}
3900cat > confinc << 'END'
3901am__doit:
81ecdfbb 3902 @echo this is the am__doit target
42ecbf5e
DJ
3903.PHONY: am__doit
3904END
3905# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3907$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3908am__include="#"
3909am__quote=
3910_am_result=none
3911# First try GNU make style include.
3912echo "include confinc" > confmf
81ecdfbb
RW
3913# Ignore all kinds of additional output from `make'.
3914case `$am_make -s -f confmf 2> /dev/null` in #(
3915*the\ am__doit\ target*)
3916 am__include=include
3917 am__quote=
3918 _am_result=GNU
3919 ;;
3920esac
42ecbf5e
DJ
3921# Now try BSD make style include.
3922if test "$am__include" = "#"; then
3923 echo '.include "confinc"' > confmf
81ecdfbb
RW
3924 case `$am_make -s -f confmf 2> /dev/null` in #(
3925 *the\ am__doit\ target*)
3926 am__include=.include
3927 am__quote="\""
3928 _am_result=BSD
3929 ;;
3930 esac
42ecbf5e
DJ
3931fi
3932
3933
81ecdfbb
RW
3934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3935$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
3936rm -f confinc confmf
3937
81ecdfbb
RW
3938# Check whether --enable-dependency-tracking was given.
3939if test "${enable_dependency_tracking+set}" = set; then :
3940 enableval=$enable_dependency_tracking;
3941fi
42ecbf5e 3942
42ecbf5e
DJ
3943if test "x$enable_dependency_tracking" != xno; then
3944 am_depcomp="$ac_aux_dir/depcomp"
3945 AMDEPBACKSLASH='\'
3946fi
81ecdfbb 3947 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
3948 AMDEP_TRUE=
3949 AMDEP_FALSE='#'
3950else
3951 AMDEP_TRUE='#'
3952 AMDEP_FALSE=
3953fi
3954
3955
81ecdfbb
RW
3956if test "`cd $srcdir && pwd`" != "`pwd`"; then
3957 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3958 # is not polluted with repeated "-I."
3959 am__isrc=' -I$(srcdir)'
3960 # test to see if srcdir already configured
3961 if test -f $srcdir/config.status; then
3962 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3963 fi
42ecbf5e
DJ
3964fi
3965
3966# test whether we have cygpath
3967if test -z "$CYGPATH_W"; then
3968 if (cygpath --version) >/dev/null 2>/dev/null; then
3969 CYGPATH_W='cygpath -w'
3970 else
3971 CYGPATH_W=echo
3972 fi
3973fi
3974
3975
3976# Define the identity of the package.
2e98a7bd 3977 PACKAGE='binutils'
91dc4e0a 3978 VERSION='2.25.51'
42ecbf5e
DJ
3979
3980
3981cat >>confdefs.h <<_ACEOF
3982#define PACKAGE "$PACKAGE"
3983_ACEOF
3984
3985
3986cat >>confdefs.h <<_ACEOF
3987#define VERSION "$VERSION"
3988_ACEOF
3989
3990# Some tools Automake needs.
3991
3992ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3993
3994
3995AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3996
3997
3998AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3999
4000
4001AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4002
4003
4004MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4005
42ecbf5e
DJ
4006# We need awk for the "check" target. The system "awk" is bad on
4007# some platforms.
4008# Always define AMTAR for backward compatibility.
252b5132 4009
42ecbf5e 4010AMTAR=${AMTAR-"${am_missing_run}tar"}
252b5132 4011
42ecbf5e 4012am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
252b5132
RH
4013
4014
4015
252b5132 4016
42ecbf5e
DJ
4017depcc="$CC" am_compiler_list=
4018
81ecdfbb
RW
4019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4020$as_echo_n "checking dependency style of $depcc... " >&6; }
4021if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4022 $as_echo_n "(cached) " >&6
252b5132 4023else
42ecbf5e
DJ
4024 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4025 # We make a subdir and do the tests there. Otherwise we can end up
4026 # making bogus files that we don't know about and never remove. For
4027 # instance it was reported that on HP-UX the gcc test will end up
4028 # making a dummy file named `D' -- because `-MD' means `put the output
4029 # in D'.
4030 mkdir conftest.dir
4031 # Copy depcomp to subdir because otherwise we won't find it if we're
4032 # using a relative directory.
4033 cp "$am_depcomp" conftest.dir
4034 cd conftest.dir
4035 # We will build objects and dependencies in a subdirectory because
4036 # it helps to detect inapplicable dependency modes. For instance
4037 # both Tru64's cc and ICC support -MD to output dependencies as a
4038 # side effect of compilation, but ICC will put the dependencies in
4039 # the current directory while Tru64 will put them in the object
4040 # directory.
4041 mkdir sub
252b5132 4042
42ecbf5e
DJ
4043 am_cv_CC_dependencies_compiler_type=none
4044 if test "$am_compiler_list" = ""; then
4045 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4046 fi
81ecdfbb
RW
4047 am__universal=false
4048 case " $depcc " in #(
4049 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4050 esac
4051
42ecbf5e
DJ
4052 for depmode in $am_compiler_list; do
4053 # Setup a source with many dependencies, because some compilers
4054 # like to wrap large dependency lists on column 80 (with \), and
4055 # we should not choose a depcomp mode which is confused by this.
4056 #
4057 # We need to recreate these files for each test, as the compiler may
4058 # overwrite some of them when testing with obscure command lines.
4059 # This happens at least with the AIX C compiler.
4060 : > sub/conftest.c
4061 for i in 1 2 3 4 5 6; do
4062 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4063 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4064 # Solaris 8's {/usr,}/bin/sh.
4065 touch sub/conftst$i.h
4066 done
4067 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4068
81ecdfbb
RW
4069 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4070 # mode. It turns out that the SunPro C++ compiler does not properly
4071 # handle `-M -o', and we need to detect this. Also, some Intel
4072 # versions had trouble with output in subdirs
4073 am__obj=sub/conftest.${OBJEXT-o}
4074 am__minus_obj="-o $am__obj"
42ecbf5e 4075 case $depmode in
81ecdfbb
RW
4076 gcc)
4077 # This depmode causes a compiler race in universal mode.
4078 test "$am__universal" = false || continue
4079 ;;
42ecbf5e
DJ
4080 nosideeffect)
4081 # after this tag, mechanisms are not by side-effect, so they'll
4082 # only be used when explicitly requested
4083 if test "x$enable_dependency_tracking" = xyes; then
4084 continue
4085 else
4086 break
4087 fi
4088 ;;
81ecdfbb
RW
4089 msvisualcpp | msvcmsys)
4090 # This compiler won't grok `-c -o', but also, the minuso test has
4091 # not run yet. These depmodes are late enough in the game, and
4092 # so weak that their functioning should not be impacted.
4093 am__obj=conftest.${OBJEXT-o}
4094 am__minus_obj=
4095 ;;
42ecbf5e
DJ
4096 none) break ;;
4097 esac
42ecbf5e 4098 if depmode=$depmode \
81ecdfbb 4099 source=sub/conftest.c object=$am__obj \
42ecbf5e 4100 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4101 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4102 >/dev/null 2>conftest.err &&
81ecdfbb 4103 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4104 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4105 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4106 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4107 # icc doesn't choke on unknown options, it will just issue warnings
4108 # or remarks (even with -Werror). So we grep stderr for any message
4109 # that says an option was ignored or not supported.
4110 # When given -MP, icc 7.0 and 7.1 complain thusly:
4111 # icc: Command line warning: ignoring option '-M'; no argument required
4112 # The diagnosis changed in icc 8.0:
4113 # icc: Command line remark: option '-MP' not supported
4114 if (grep 'ignoring option' conftest.err ||
4115 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4116 am_cv_CC_dependencies_compiler_type=$depmode
4117 break
4118 fi
4119 fi
4120 done
4121
4122 cd ..
4123 rm -rf conftest.dir
252b5132 4124else
42ecbf5e 4125 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4126fi
4127
252b5132 4128fi
81ecdfbb
RW
4129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4130$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4131CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4132
81ecdfbb 4133 if
42ecbf5e
DJ
4134 test "x$enable_dependency_tracking" != xno \
4135 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4136 am__fastdepCC_TRUE=
4137 am__fastdepCC_FALSE='#'
252b5132 4138else
42ecbf5e
DJ
4139 am__fastdepCC_TRUE='#'
4140 am__fastdepCC_FALSE=
252b5132
RH
4141fi
4142
4143
4144
42ecbf5e 4145
d45dc31f
SE
4146ac_ext=c
4147ac_cpp='$CPP $CPPFLAGS'
4148ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4149ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4150ac_compiler_gnu=$ac_cv_c_compiler_gnu
4151if test -n "$ac_tool_prefix"; then
4152 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4153set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
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
252b5132 4158else
d45dc31f
SE
4159 if test -n "$CC"; then
4160 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4161else
d45dc31f
SE
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=.
81ecdfbb
RW
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
d45dc31f 4169 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4171 break 2
4172 fi
4173done
81ecdfbb
RW
4174 done
4175IFS=$as_save_IFS
ceae3e33 4176
d45dc31f
SE
4177fi
4178fi
4179CC=$ac_cv_prog_CC
4180if test -n "$CC"; then
81ecdfbb
RW
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4182$as_echo "$CC" >&6; }
252b5132 4183else
81ecdfbb
RW
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4185$as_echo "no" >&6; }
252b5132 4186fi
d45dc31f 4187
81ecdfbb 4188
d45dc31f
SE
4189fi
4190if test -z "$ac_cv_prog_CC"; then
4191 ac_ct_CC=$CC
4192 # Extract the first word of "gcc", so it can be a program name with args.
4193set dummy gcc; ac_word=$2
81ecdfbb
RW
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_ac_ct_CC+set}" = set; then :
4197 $as_echo_n "(cached) " >&6
252b5132 4198else
d45dc31f
SE
4199 if test -n "$ac_ct_CC"; then
4200 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4201else
d45dc31f
SE
4202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4203for as_dir in $PATH
4204do
4205 IFS=$as_save_IFS
4206 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4207 for ac_exec_ext in '' $ac_executable_extensions; do
4208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4209 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4211 break 2
4212 fi
4213done
81ecdfbb
RW
4214 done
4215IFS=$as_save_IFS
d45dc31f 4216
252b5132
RH
4217fi
4218fi
d45dc31f
SE
4219ac_ct_CC=$ac_cv_prog_ac_ct_CC
4220if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4222$as_echo "$ac_ct_CC" >&6; }
252b5132 4223else
81ecdfbb
RW
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4225$as_echo "no" >&6; }
252b5132 4226fi
d45dc31f 4227
81ecdfbb
RW
4228 if test "x$ac_ct_CC" = x; then
4229 CC=""
4230 else
4231 case $cross_compiling:$ac_tool_warned in
4232yes:)
4233{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4234$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4235ac_tool_warned=yes ;;
4236esac
4237 CC=$ac_ct_CC
4238 fi
d45dc31f
SE
4239else
4240 CC="$ac_cv_prog_CC"
4241fi
4242
4243if test -z "$CC"; then
81ecdfbb
RW
4244 if test -n "$ac_tool_prefix"; then
4245 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4246set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4248$as_echo_n "checking for $ac_word... " >&6; }
4249if test "${ac_cv_prog_CC+set}" = set; then :
4250 $as_echo_n "(cached) " >&6
252b5132 4251else
d45dc31f
SE
4252 if test -n "$CC"; then
4253 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4254else
d45dc31f
SE
4255as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4256for as_dir in $PATH
4257do
4258 IFS=$as_save_IFS
4259 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4260 for ac_exec_ext in '' $ac_executable_extensions; do
4261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4262 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4263 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4264 break 2
4265 fi
4266done
81ecdfbb
RW
4267 done
4268IFS=$as_save_IFS
d45dc31f 4269
252b5132
RH
4270fi
4271fi
d45dc31f
SE
4272CC=$ac_cv_prog_CC
4273if test -n "$CC"; then
81ecdfbb
RW
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4275$as_echo "$CC" >&6; }
d45dc31f 4276else
81ecdfbb
RW
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4278$as_echo "no" >&6; }
252b5132
RH
4279fi
4280
252b5132 4281
81ecdfbb 4282 fi
d45dc31f
SE
4283fi
4284if test -z "$CC"; then
4285 # Extract the first word of "cc", so it can be a program name with args.
4286set dummy cc; ac_word=$2
81ecdfbb
RW
4287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4288$as_echo_n "checking for $ac_word... " >&6; }
4289if test "${ac_cv_prog_CC+set}" = set; then :
4290 $as_echo_n "(cached) " >&6
252b5132 4291else
d45dc31f
SE
4292 if test -n "$CC"; then
4293 ac_cv_prog_CC="$CC" # Let the user override the test.
4294else
4295 ac_prog_rejected=no
4296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297for as_dir in $PATH
4298do
4299 IFS=$as_save_IFS
4300 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4301 for ac_exec_ext in '' $ac_executable_extensions; do
4302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f
SE
4303 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4304 ac_prog_rejected=yes
4305 continue
4306 fi
4307 ac_cv_prog_CC="cc"
81ecdfbb 4308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4309 break 2
4310 fi
4311done
81ecdfbb
RW
4312 done
4313IFS=$as_save_IFS
d45dc31f
SE
4314
4315if test $ac_prog_rejected = yes; then
4316 # We found a bogon in the path, so make sure we never use it.
4317 set dummy $ac_cv_prog_CC
4318 shift
4319 if test $# != 0; then
4320 # We chose a different compiler from the bogus one.
4321 # However, it has the same basename, so the bogon will be chosen
4322 # first if we set CC to just the basename; use the full file name.
4323 shift
4324 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4325 fi
4326fi
4327fi
4328fi
4329CC=$ac_cv_prog_CC
4330if test -n "$CC"; then
81ecdfbb
RW
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4332$as_echo "$CC" >&6; }
d45dc31f 4333else
81ecdfbb
RW
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4335$as_echo "no" >&6; }
252b5132
RH
4336fi
4337
81ecdfbb 4338
d45dc31f
SE
4339fi
4340if test -z "$CC"; then
4341 if test -n "$ac_tool_prefix"; then
81ecdfbb 4342 for ac_prog in cl.exe
d45dc31f
SE
4343 do
4344 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4345set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4347$as_echo_n "checking for $ac_word... " >&6; }
4348if test "${ac_cv_prog_CC+set}" = set; then :
4349 $as_echo_n "(cached) " >&6
ac48eca1 4350else
d45dc31f
SE
4351 if test -n "$CC"; then
4352 ac_cv_prog_CC="$CC" # Let the user override the test.
4353else
4354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4355for as_dir in $PATH
4356do
4357 IFS=$as_save_IFS
4358 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4359 for ac_exec_ext in '' $ac_executable_extensions; do
4360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4361 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4363 break 2
4364 fi
4365done
81ecdfbb
RW
4366 done
4367IFS=$as_save_IFS
ac48eca1 4368
d45dc31f
SE
4369fi
4370fi
4371CC=$ac_cv_prog_CC
4372if test -n "$CC"; then
81ecdfbb
RW
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4374$as_echo "$CC" >&6; }
d45dc31f 4375else
81ecdfbb
RW
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4377$as_echo "no" >&6; }
d45dc31f 4378fi
ac48eca1 4379
81ecdfbb 4380
d45dc31f
SE
4381 test -n "$CC" && break
4382 done
4383fi
4384if test -z "$CC"; then
4385 ac_ct_CC=$CC
81ecdfbb 4386 for ac_prog in cl.exe
d45dc31f
SE
4387do
4388 # Extract the first word of "$ac_prog", so it can be a program name with args.
4389set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4391$as_echo_n "checking for $ac_word... " >&6; }
4392if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4393 $as_echo_n "(cached) " >&6
d45dc31f
SE
4394else
4395 if test -n "$ac_ct_CC"; then
4396 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4397else
4398as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4399for as_dir in $PATH
4400do
4401 IFS=$as_save_IFS
4402 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4403 for ac_exec_ext in '' $ac_executable_extensions; do
4404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4405 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4406 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4407 break 2
4408 fi
4409done
81ecdfbb
RW
4410 done
4411IFS=$as_save_IFS
ac48eca1 4412
d45dc31f
SE
4413fi
4414fi
4415ac_ct_CC=$ac_cv_prog_ac_ct_CC
4416if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4418$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4419else
81ecdfbb
RW
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4421$as_echo "no" >&6; }
d45dc31f 4422fi
ac48eca1 4423
81ecdfbb 4424
d45dc31f
SE
4425 test -n "$ac_ct_CC" && break
4426done
ac48eca1 4427
81ecdfbb
RW
4428 if test "x$ac_ct_CC" = x; then
4429 CC=""
4430 else
4431 case $cross_compiling:$ac_tool_warned in
4432yes:)
4433{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4434$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4435ac_tool_warned=yes ;;
4436esac
4437 CC=$ac_ct_CC
4438 fi
d45dc31f 4439fi
ac48eca1
AO
4440
4441fi
ac48eca1 4442
ac48eca1 4443
81ecdfbb
RW
4444test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4445$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4446as_fn_error "no acceptable C compiler found in \$PATH
4447See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4448
d45dc31f 4449# Provide some information about the compiler.
81ecdfbb
RW
4450$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4451set X $ac_compile
4452ac_compiler=$2
4453for ac_option in --version -v -V -qversion; do
4454 { { ac_try="$ac_compiler $ac_option >&5"
4455case "(($ac_try" in
4456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4457 *) ac_try_echo=$ac_try;;
4458esac
4459eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4460$as_echo "$ac_try_echo"; } >&5
4461 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4462 ac_status=$?
81ecdfbb
RW
4463 if test -s conftest.err; then
4464 sed '10a\
4465... rest of stderr output deleted ...
4466 10q' conftest.err >conftest.er1
4467 cat conftest.er1 >&5
4468 rm -f conftest.er1 conftest.err
4469 fi
4470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4471 test $ac_status = 0; }
4472done
ac48eca1 4473
81ecdfbb
RW
4474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4475$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4476if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4477 $as_echo_n "(cached) " >&6
bdcfeba5 4478else
81ecdfbb 4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4480/* end confdefs.h. */
bdcfeba5 4481
d45dc31f
SE
4482int
4483main ()
4484{
4485#ifndef __GNUC__
4486 choke me
4487#endif
bdcfeba5 4488
d45dc31f
SE
4489 ;
4490 return 0;
4491}
4492_ACEOF
81ecdfbb 4493if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4494 ac_compiler_gnu=yes
4495else
81ecdfbb 4496 ac_compiler_gnu=no
bdcfeba5 4497fi
81ecdfbb 4498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4499ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4500
bdcfeba5 4501fi
81ecdfbb
RW
4502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4503$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4504if test $ac_compiler_gnu = yes; then
4505 GCC=yes
4506else
4507 GCC=
4508fi
d45dc31f
SE
4509ac_test_CFLAGS=${CFLAGS+set}
4510ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4512$as_echo_n "checking whether $CC accepts -g... " >&6; }
4513if test "${ac_cv_prog_cc_g+set}" = set; then :
4514 $as_echo_n "(cached) " >&6
4515else
4516 ac_save_c_werror_flag=$ac_c_werror_flag
4517 ac_c_werror_flag=yes
4518 ac_cv_prog_cc_g=no
4519 CFLAGS="-g"
4520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4521/* end confdefs.h. */
ac48eca1 4522
d45dc31f
SE
4523int
4524main ()
4525{
ac48eca1 4526
d45dc31f
SE
4527 ;
4528 return 0;
4529}
4530_ACEOF
81ecdfbb 4531if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4532 ac_cv_prog_cc_g=yes
ac48eca1 4533else
81ecdfbb
RW
4534 CFLAGS=""
4535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4536/* end confdefs.h. */
4537
4538int
4539main ()
4540{
4541
4542 ;
4543 return 0;
4544}
4545_ACEOF
4546if ac_fn_c_try_compile "$LINENO"; then :
4547
4548else
4549 ac_c_werror_flag=$ac_save_c_werror_flag
4550 CFLAGS="-g"
4551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4552/* end confdefs.h. */
4553
4554int
4555main ()
4556{
ac48eca1 4557
81ecdfbb
RW
4558 ;
4559 return 0;
4560}
4561_ACEOF
4562if ac_fn_c_try_compile "$LINENO"; then :
4563 ac_cv_prog_cc_g=yes
4564fi
4565rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4566fi
81ecdfbb 4567rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4568fi
81ecdfbb
RW
4569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4570 ac_c_werror_flag=$ac_save_c_werror_flag
4571fi
4572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4573$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4574if test "$ac_test_CFLAGS" = set; then
4575 CFLAGS=$ac_save_CFLAGS
4576elif test $ac_cv_prog_cc_g = yes; then
4577 if test "$GCC" = yes; then
4578 CFLAGS="-g -O2"
ac48eca1 4579 else
d45dc31f 4580 CFLAGS="-g"
42ecbf5e 4581 fi
ac48eca1 4582else
d45dc31f
SE
4583 if test "$GCC" = yes; then
4584 CFLAGS="-O2"
4585 else
4586 CFLAGS=
42ecbf5e 4587 fi
ac48eca1 4588fi
81ecdfbb
RW
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4590$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4591if test "${ac_cv_prog_cc_c89+set}" = set; then :
4592 $as_echo_n "(cached) " >&6
d45dc31f 4593else
81ecdfbb 4594 ac_cv_prog_cc_c89=no
d45dc31f 4595ac_save_CC=$CC
81ecdfbb 4596cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4597/* end confdefs.h. */
d45dc31f
SE
4598#include <stdarg.h>
4599#include <stdio.h>
4600#include <sys/types.h>
4601#include <sys/stat.h>
4602/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4603struct buf { int x; };
4604FILE * (*rcsopen) (struct buf *, struct stat *, int);
4605static char *e (p, i)
4606 char **p;
4607 int i;
4608{
4609 return p[i];
4610}
4611static char *f (char * (*g) (char **, int), char **p, ...)
4612{
4613 char *s;
4614 va_list v;
4615 va_start (v,p);
4616 s = g (p, va_arg (v,int));
4617 va_end (v);
4618 return s;
4619}
4620
4621/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4622 function prototypes and stuff, but not '\xHH' hex character constants.
4623 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4624 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4625 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4626 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4627 that's true only with -std. */
d45dc31f 4628int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4629
81ecdfbb
RW
4630/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4631 inside strings and character constants. */
4632#define FOO(x) 'x'
4633int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4634
d45dc31f
SE
4635int test (int i, double x);
4636struct s1 {int (*f) (int a);};
4637struct s2 {int (*f) (double a);};
4638int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4639int argc;
4640char **argv;
42ecbf5e
DJ
4641int
4642main ()
4643{
d45dc31f 4644return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4645 ;
4646 return 0;
4647}
4648_ACEOF
81ecdfbb
RW
4649for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4650 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4651do
4652 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4653 if ac_fn_c_try_compile "$LINENO"; then :
4654 ac_cv_prog_cc_c89=$ac_arg
252b5132 4655fi
81ecdfbb
RW
4656rm -f core conftest.err conftest.$ac_objext
4657 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4658done
81ecdfbb 4659rm -f conftest.$ac_ext
d45dc31f 4660CC=$ac_save_CC
ac48eca1 4661
252b5132 4662fi
81ecdfbb
RW
4663# AC_CACHE_VAL
4664case "x$ac_cv_prog_cc_c89" in
4665 x)
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4667$as_echo "none needed" >&6; } ;;
4668 xno)
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4670$as_echo "unsupported" >&6; } ;;
d45dc31f 4671 *)
81ecdfbb
RW
4672 CC="$CC $ac_cv_prog_cc_c89"
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4674$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4675esac
81ecdfbb 4676if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4677
d45dc31f 4678fi
ac48eca1 4679
d45dc31f
SE
4680ac_ext=c
4681ac_cpp='$CPP $CPPFLAGS'
4682ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4683ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4684ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4685
7357c5b6
AM
4686ac_ext=c
4687ac_cpp='$CPP $CPPFLAGS'
4688ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4689ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4690ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4692$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4693# On Suns, sometimes $CPP names a directory.
4694if test -n "$CPP" && test -d "$CPP"; then
4695 CPP=
4696fi
4697if test -z "$CPP"; then
81ecdfbb
RW
4698 if test "${ac_cv_prog_CPP+set}" = set; then :
4699 $as_echo_n "(cached) " >&6
7357c5b6
AM
4700else
4701 # Double quotes because CPP needs to be expanded
4702 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4703 do
4704 ac_preproc_ok=false
4705for ac_c_preproc_warn_flag in '' yes
4706do
4707 # Use a header file that comes with gcc, so configuring glibc
4708 # with a fresh cross-compiler works.
4709 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4710 # <limits.h> exists even on freestanding compilers.
4711 # On the NeXT, cc -E runs the code through the compiler's parser,
4712 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4714/* end confdefs.h. */
4715#ifdef __STDC__
4716# include <limits.h>
4717#else
4718# include <assert.h>
4719#endif
4720 Syntax error
4721_ACEOF
81ecdfbb 4722if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4723
81ecdfbb 4724else
7357c5b6
AM
4725 # Broken: fails on valid input.
4726continue
4727fi
4728rm -f conftest.err conftest.$ac_ext
d7040cdb 4729
81ecdfbb 4730 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4731 # can be detected and how.
81ecdfbb 4732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4733/* end confdefs.h. */
4734#include <ac_nonexistent.h>
4735_ACEOF
81ecdfbb 4736if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4737 # Broken: success on invalid input.
4738continue
4739else
7357c5b6
AM
4740 # Passes both tests.
4741ac_preproc_ok=:
4742break
4743fi
4744rm -f conftest.err conftest.$ac_ext
d7040cdb 4745
7357c5b6
AM
4746done
4747# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4748rm -f conftest.err conftest.$ac_ext
81ecdfbb 4749if $ac_preproc_ok; then :
7357c5b6
AM
4750 break
4751fi
d7040cdb 4752
7357c5b6
AM
4753 done
4754 ac_cv_prog_CPP=$CPP
d7040cdb 4755
7357c5b6
AM
4756fi
4757 CPP=$ac_cv_prog_CPP
4758else
4759 ac_cv_prog_CPP=$CPP
4760fi
81ecdfbb
RW
4761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4762$as_echo "$CPP" >&6; }
7357c5b6
AM
4763ac_preproc_ok=false
4764for ac_c_preproc_warn_flag in '' yes
4765do
4766 # Use a header file that comes with gcc, so configuring glibc
4767 # with a fresh cross-compiler works.
4768 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4769 # <limits.h> exists even on freestanding compilers.
4770 # On the NeXT, cc -E runs the code through the compiler's parser,
4771 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4773/* end confdefs.h. */
4774#ifdef __STDC__
4775# include <limits.h>
4776#else
4777# include <assert.h>
4778#endif
4779 Syntax error
4780_ACEOF
81ecdfbb 4781if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4782
81ecdfbb 4783else
7357c5b6
AM
4784 # Broken: fails on valid input.
4785continue
4786fi
4787rm -f conftest.err conftest.$ac_ext
d7040cdb 4788
81ecdfbb 4789 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4790 # can be detected and how.
81ecdfbb 4791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4792/* end confdefs.h. */
4793#include <ac_nonexistent.h>
4794_ACEOF
81ecdfbb 4795if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4796 # Broken: success on invalid input.
4797continue
4798else
7357c5b6
AM
4799 # Passes both tests.
4800ac_preproc_ok=:
4801break
4802fi
4803rm -f conftest.err conftest.$ac_ext
d7040cdb 4804
7357c5b6
AM
4805done
4806# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4807rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4808if $ac_preproc_ok; then :
4809
7357c5b6 4810else
81ecdfbb
RW
4811 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4812$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4813as_fn_error "C preprocessor \"$CPP\" fails sanity check
4814See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4815fi
d7040cdb 4816
7357c5b6
AM
4817ac_ext=c
4818ac_cpp='$CPP $CPPFLAGS'
4819ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4820ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4821ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4822
4823
81ecdfbb
RW
4824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4825$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4826if test "${ac_cv_path_GREP+set}" = set; then :
4827 $as_echo_n "(cached) " >&6
7357c5b6 4828else
81ecdfbb
RW
4829 if test -z "$GREP"; then
4830 ac_path_GREP_found=false
4831 # Loop through the user's path and test for each of PROGNAME-LIST
4832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4833for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4834do
4835 IFS=$as_save_IFS
4836 test -z "$as_dir" && as_dir=.
4837 for ac_prog in grep ggrep; do
4838 for ac_exec_ext in '' $ac_executable_extensions; do
4839 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4840 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4841# Check for GNU ac_path_GREP and select it if it is found.
4842 # Check for GNU $ac_path_GREP
4843case `"$ac_path_GREP" --version 2>&1` in
4844*GNU*)
4845 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4846*)
4847 ac_count=0
4848 $as_echo_n 0123456789 >"conftest.in"
4849 while :
4850 do
4851 cat "conftest.in" "conftest.in" >"conftest.tmp"
4852 mv "conftest.tmp" "conftest.in"
4853 cp "conftest.in" "conftest.nl"
4854 $as_echo 'GREP' >> "conftest.nl"
4855 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4856 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4857 as_fn_arith $ac_count + 1 && ac_count=$as_val
4858 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4859 # Best one so far, save it but keep looking for a better one
4860 ac_cv_path_GREP="$ac_path_GREP"
4861 ac_path_GREP_max=$ac_count
7357c5b6 4862 fi
81ecdfbb
RW
4863 # 10*(2^10) chars as input seems more than enough
4864 test $ac_count -gt 10 && break
4865 done
4866 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4867esac
4868
4869 $ac_path_GREP_found && break 3
4870 done
4871 done
4872 done
4873IFS=$as_save_IFS
4874 if test -z "$ac_cv_path_GREP"; then
4875 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4876 fi
4877else
4878 ac_cv_path_GREP=$GREP
4879fi
4880
7357c5b6 4881fi
81ecdfbb
RW
4882{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4883$as_echo "$ac_cv_path_GREP" >&6; }
4884 GREP="$ac_cv_path_GREP"
d7040cdb 4885
d7040cdb 4886
81ecdfbb
RW
4887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4888$as_echo_n "checking for egrep... " >&6; }
4889if test "${ac_cv_path_EGREP+set}" = set; then :
4890 $as_echo_n "(cached) " >&6
7357c5b6 4891else
81ecdfbb
RW
4892 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4893 then ac_cv_path_EGREP="$GREP -E"
4894 else
4895 if test -z "$EGREP"; then
4896 ac_path_EGREP_found=false
4897 # Loop through the user's path and test for each of PROGNAME-LIST
4898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4899for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4900do
4901 IFS=$as_save_IFS
4902 test -z "$as_dir" && as_dir=.
4903 for ac_prog in egrep; do
4904 for ac_exec_ext in '' $ac_executable_extensions; do
4905 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4906 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4907# Check for GNU ac_path_EGREP and select it if it is found.
4908 # Check for GNU $ac_path_EGREP
4909case `"$ac_path_EGREP" --version 2>&1` in
4910*GNU*)
4911 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4912*)
4913 ac_count=0
4914 $as_echo_n 0123456789 >"conftest.in"
4915 while :
4916 do
4917 cat "conftest.in" "conftest.in" >"conftest.tmp"
4918 mv "conftest.tmp" "conftest.in"
4919 cp "conftest.in" "conftest.nl"
4920 $as_echo 'EGREP' >> "conftest.nl"
4921 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4922 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4923 as_fn_arith $ac_count + 1 && ac_count=$as_val
4924 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4925 # Best one so far, save it but keep looking for a better one
4926 ac_cv_path_EGREP="$ac_path_EGREP"
4927 ac_path_EGREP_max=$ac_count
4928 fi
4929 # 10*(2^10) chars as input seems more than enough
4930 test $ac_count -gt 10 && break
4931 done
4932 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4933esac
4934
4935 $ac_path_EGREP_found && break 3
4936 done
4937 done
4938 done
4939IFS=$as_save_IFS
4940 if test -z "$ac_cv_path_EGREP"; then
4941 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4942 fi
4943else
4944 ac_cv_path_EGREP=$EGREP
4945fi
4946
4947 fi
4948fi
4949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4950$as_echo "$ac_cv_path_EGREP" >&6; }
4951 EGREP="$ac_cv_path_EGREP"
4952
4953
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4955$as_echo_n "checking for ANSI C header files... " >&6; }
4956if test "${ac_cv_header_stdc+set}" = set; then :
4957 $as_echo_n "(cached) " >&6
4958else
4959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4960/* end confdefs.h. */
4961#include <stdlib.h>
4962#include <stdarg.h>
4963#include <string.h>
4964#include <float.h>
d7040cdb 4965
7357c5b6
AM
4966int
4967main ()
4968{
d7040cdb 4969
7357c5b6
AM
4970 ;
4971 return 0;
4972}
4973_ACEOF
81ecdfbb 4974if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4975 ac_cv_header_stdc=yes
4976else
81ecdfbb 4977 ac_cv_header_stdc=no
7357c5b6 4978fi
81ecdfbb 4979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4980
7357c5b6
AM
4981if test $ac_cv_header_stdc = yes; then
4982 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4984/* end confdefs.h. */
4985#include <string.h>
d7040cdb 4986
7357c5b6
AM
4987_ACEOF
4988if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4989 $EGREP "memchr" >/dev/null 2>&1; then :
4990
d45dc31f 4991else
7357c5b6
AM
4992 ac_cv_header_stdc=no
4993fi
4994rm -f conftest*
d7040cdb 4995
7357c5b6 4996fi
d7040cdb 4997
7357c5b6
AM
4998if test $ac_cv_header_stdc = yes; then
4999 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5001/* end confdefs.h. */
5002#include <stdlib.h>
d7040cdb 5003
7357c5b6
AM
5004_ACEOF
5005if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5006 $EGREP "free" >/dev/null 2>&1; then :
5007
7357c5b6
AM
5008else
5009 ac_cv_header_stdc=no
5010fi
5011rm -f conftest*
d7040cdb 5012
7357c5b6 5013fi
d7040cdb 5014
7357c5b6
AM
5015if test $ac_cv_header_stdc = yes; then
5016 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5017 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5018 :
5019else
81ecdfbb 5020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5021/* end confdefs.h. */
5022#include <ctype.h>
81ecdfbb 5023#include <stdlib.h>
7357c5b6
AM
5024#if ((' ' & 0x0FF) == 0x020)
5025# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5026# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5027#else
5028# define ISLOWER(c) \
5029 (('a' <= (c) && (c) <= 'i') \
5030 || ('j' <= (c) && (c) <= 'r') \
5031 || ('s' <= (c) && (c) <= 'z'))
5032# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5033#endif
d7040cdb 5034
7357c5b6
AM
5035#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5036int
5037main ()
5038{
5039 int i;
5040 for (i = 0; i < 256; i++)
5041 if (XOR (islower (i), ISLOWER (i))
5042 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5043 return 2;
5044 return 0;
7357c5b6
AM
5045}
5046_ACEOF
81ecdfbb 5047if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5048
81ecdfbb
RW
5049else
5050 ac_cv_header_stdc=no
7357c5b6 5051fi
81ecdfbb
RW
5052rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5053 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5054fi
81ecdfbb 5055
7357c5b6
AM
5056fi
5057fi
81ecdfbb
RW
5058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5059$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5060if test $ac_cv_header_stdc = yes; then
d7040cdb 5061
81ecdfbb 5062$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5063
7357c5b6 5064fi
d7040cdb 5065
7357c5b6 5066# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5067for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5068 inttypes.h stdint.h unistd.h
5069do :
5070 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5071ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5072"
5073eval as_val=\$$as_ac_Header
5074 if test "x$as_val" = x""yes; then :
5075 cat >>confdefs.h <<_ACEOF
5076#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5077_ACEOF
d7040cdb 5078
81ecdfbb 5079fi
d7040cdb 5080
81ecdfbb 5081done
d7040cdb
SE
5082
5083
5084
81ecdfbb
RW
5085 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5086if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5087 MINIX=yes
5088else
5089 MINIX=
5090fi
d7040cdb
SE
5091
5092
81ecdfbb 5093 if test "$MINIX" = yes; then
d7040cdb 5094
81ecdfbb 5095$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5096
d7040cdb 5097
81ecdfbb 5098$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5099
5100
81ecdfbb 5101$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5102
81ecdfbb 5103 fi
d7040cdb
SE
5104
5105
81ecdfbb
RW
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5107$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5108if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5109 $as_echo_n "(cached) " >&6
7357c5b6 5110else
81ecdfbb 5111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5112/* end confdefs.h. */
d7040cdb 5113
7357c5b6
AM
5114# define __EXTENSIONS__ 1
5115 $ac_includes_default
5116int
5117main ()
5118{
d7040cdb 5119
7357c5b6
AM
5120 ;
5121 return 0;
5122}
5123_ACEOF
81ecdfbb 5124if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5125 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5126else
81ecdfbb 5127 ac_cv_safe_to_define___extensions__=no
d7040cdb 5128fi
81ecdfbb 5129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5130fi
81ecdfbb
RW
5131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5132$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5133 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5134 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5135
81ecdfbb 5136 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5137
81ecdfbb 5138 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5139
81ecdfbb 5140 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5141
81ecdfbb 5142 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5143
5144
e3525117 5145
5691d22d 5146
81ecdfbb 5147
718a6fd8
SE
5148case `pwd` in
5149 *\ * | *\ *)
81ecdfbb
RW
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5151$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5152esac
d7040cdb
SE
5153
5154
7357c5b6 5155
f2c621e4
AS
5156macro_version='2.2.7a'
5157macro_revision='1.3134'
7357c5b6
AM
5158
5159
5160
5161
5162
5163
7357c5b6
AM
5164
5165
5166
5167
5168
5169
5170
718a6fd8 5171ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5172
3725885a
RW
5173# Backslashify metacharacters that are still active within
5174# double-quoted strings.
5175sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5176
5177# Same as above, but do not quote variable references.
5178double_quote_subst='s/\(["`\\]\)/\\\1/g'
5179
5180# Sed substitution to delay expansion of an escaped shell variable in a
5181# double_quote_subst'ed string.
5182delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5183
5184# Sed substitution to delay expansion of an escaped single quote.
5185delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5186
5187# Sed substitution to avoid accidental globbing in evaled expressions
5188no_glob_subst='s/\*/\\\*/g'
5189
5190ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5191ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5192ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5193
5194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5195$as_echo_n "checking how to print strings... " >&6; }
5196# Test print first, because it will be a builtin if present.
f2c621e4 5197if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5198 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5199 ECHO='print -r --'
5200elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5201 ECHO='printf %s\n'
5202else
5203 # Use this function as a fallback that always works.
5204 func_fallback_echo ()
5205 {
5206 eval 'cat <<_LTECHO_EOF
5207$1
5208_LTECHO_EOF'
5209 }
5210 ECHO='func_fallback_echo'
5211fi
5212
5213# func_echo_all arg...
5214# Invoke $ECHO with all args, space-separated.
5215func_echo_all ()
5216{
5217 $ECHO ""
5218}
5219
5220case "$ECHO" in
5221 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5222$as_echo "printf" >&6; } ;;
5223 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5224$as_echo "print -r" >&6; } ;;
5225 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5226$as_echo "cat" >&6; } ;;
5227esac
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
81ecdfbb
RW
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5243$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5244if test "${ac_cv_path_SED+set}" = set; then :
5245 $as_echo_n "(cached) " >&6
7357c5b6 5246else
81ecdfbb
RW
5247 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5248 for ac_i in 1 2 3 4 5 6 7; do
5249 ac_script="$ac_script$as_nl$ac_script"
5250 done
5251 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5252 { ac_script=; unset ac_script;}
5253 if test -z "$SED"; then
5254 ac_path_SED_found=false
5255 # Loop through the user's path and test for each of PROGNAME-LIST
5256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5257for as_dir in $PATH
5258do
5259 IFS=$as_save_IFS
5260 test -z "$as_dir" && as_dir=.
81ecdfbb 5261 for ac_prog in sed gsed; do
7357c5b6 5262 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5263 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5264 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5265# Check for GNU ac_path_SED and select it if it is found.
5266 # Check for GNU $ac_path_SED
5267case `"$ac_path_SED" --version 2>&1` in
5268*GNU*)
5269 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5270*)
5271 ac_count=0
5272 $as_echo_n 0123456789 >"conftest.in"
5273 while :
5274 do
5275 cat "conftest.in" "conftest.in" >"conftest.tmp"
5276 mv "conftest.tmp" "conftest.in"
5277 cp "conftest.in" "conftest.nl"
5278 $as_echo '' >> "conftest.nl"
5279 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5280 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5281 as_fn_arith $ac_count + 1 && ac_count=$as_val
5282 if test $ac_count -gt ${ac_path_SED_max-0}; then
5283 # Best one so far, save it but keep looking for a better one
5284 ac_cv_path_SED="$ac_path_SED"
5285 ac_path_SED_max=$ac_count
5286 fi
5287 # 10*(2^10) chars as input seems more than enough
5288 test $ac_count -gt 10 && break
5289 done
5290 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5291esac
5292
5293 $ac_path_SED_found && break 3
7357c5b6
AM
5294 done
5295 done
81ecdfbb 5296 done
7357c5b6 5297IFS=$as_save_IFS
81ecdfbb
RW
5298 if test -z "$ac_cv_path_SED"; then
5299 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5300 fi
81ecdfbb
RW
5301else
5302 ac_cv_path_SED=$SED
7357c5b6
AM
5303fi
5304
81ecdfbb
RW
5305fi
5306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5307$as_echo "$ac_cv_path_SED" >&6; }
5308 SED="$ac_cv_path_SED"
5309 rm -f conftest.sed
7357c5b6
AM
5310
5311test -z "$SED" && SED=sed
5312Xsed="$SED -e 1s/^X//"
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
81ecdfbb
RW
5324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5325$as_echo_n "checking for fgrep... " >&6; }
5326if test "${ac_cv_path_FGREP+set}" = set; then :
5327 $as_echo_n "(cached) " >&6
7357c5b6 5328else
81ecdfbb
RW
5329 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5330 then ac_cv_path_FGREP="$GREP -F"
5331 else
5332 if test -z "$FGREP"; then
5333 ac_path_FGREP_found=false
5334 # Loop through the user's path and test for each of PROGNAME-LIST
5335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5336for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5337do
5338 IFS=$as_save_IFS
5339 test -z "$as_dir" && as_dir=.
5340 for ac_prog in fgrep; do
5341 for ac_exec_ext in '' $ac_executable_extensions; do
5342 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5343 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5344# Check for GNU ac_path_FGREP and select it if it is found.
5345 # Check for GNU $ac_path_FGREP
5346case `"$ac_path_FGREP" --version 2>&1` in
5347*GNU*)
5348 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5349*)
5350 ac_count=0
5351 $as_echo_n 0123456789 >"conftest.in"
5352 while :
5353 do
5354 cat "conftest.in" "conftest.in" >"conftest.tmp"
5355 mv "conftest.tmp" "conftest.in"
5356 cp "conftest.in" "conftest.nl"
5357 $as_echo 'FGREP' >> "conftest.nl"
5358 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5359 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5360 as_fn_arith $ac_count + 1 && ac_count=$as_val
5361 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5362 # Best one so far, save it but keep looking for a better one
5363 ac_cv_path_FGREP="$ac_path_FGREP"
5364 ac_path_FGREP_max=$ac_count
7357c5b6 5365 fi
81ecdfbb
RW
5366 # 10*(2^10) chars as input seems more than enough
5367 test $ac_count -gt 10 && break
5368 done
5369 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5370esac
5371
5372 $ac_path_FGREP_found && break 3
5373 done
5374 done
5375 done
5376IFS=$as_save_IFS
5377 if test -z "$ac_cv_path_FGREP"; then
5378 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5379 fi
5380else
5381 ac_cv_path_FGREP=$FGREP
5382fi
5383
5384 fi
7357c5b6 5385fi
81ecdfbb
RW
5386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5387$as_echo "$ac_cv_path_FGREP" >&6; }
5388 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5389
5390
5391test -z "$GREP" && GREP=grep
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
81ecdfbb
RW
5411# Check whether --with-gnu-ld was given.
5412if test "${with_gnu_ld+set}" = set; then :
5413 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5414else
5415 with_gnu_ld=no
81ecdfbb
RW
5416fi
5417
7357c5b6
AM
5418ac_prog=ld
5419if test "$GCC" = yes; then
5420 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5422$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5423 case $host in
5424 *-*-mingw*)
d45dc31f
SE
5425 # gcc leaves a trailing carriage return which upsets mingw
5426 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5427 *)
5428 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5429 esac
5430 case $ac_prog in
5431 # Accept absolute paths.
d7040cdb 5432 [\\/]* | ?:[\\/]*)
d45dc31f 5433 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5434 # Canonicalize the pathname of ld
5435 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5436 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5437 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5438 done
5439 test -z "$LD" && LD="$ac_prog"
5440 ;;
5441 "")
5442 # If it fails, then pretend we aren't using GCC.
5443 ac_prog=ld
5444 ;;
5445 *)
5446 # If it is relative, then search for the first ld in PATH.
5447 with_gnu_ld=unknown
5448 ;;
5449 esac
5450elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5452$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5453else
81ecdfbb
RW
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5455$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5456fi
81ecdfbb
RW
5457if test "${lt_cv_path_LD+set}" = set; then :
5458 $as_echo_n "(cached) " >&6
d45dc31f
SE
5459else
5460 if test -z "$LD"; then
d7040cdb 5461 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5462 for ac_dir in $PATH; do
d7040cdb 5463 IFS="$lt_save_ifs"
d45dc31f
SE
5464 test -z "$ac_dir" && ac_dir=.
5465 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5466 lt_cv_path_LD="$ac_dir/$ac_prog"
5467 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5468 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5469 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5470 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5471 *GNU* | *'with BFD'*)
d45dc31f 5472 test "$with_gnu_ld" != no && break
d7040cdb
SE
5473 ;;
5474 *)
d45dc31f 5475 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5476 ;;
5477 esac
d45dc31f
SE
5478 fi
5479 done
d7040cdb 5480 IFS="$lt_save_ifs"
d45dc31f
SE
5481else
5482 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5483fi
5484fi
1ad12f97 5485
d45dc31f
SE
5486LD="$lt_cv_path_LD"
5487if test -n "$LD"; then
81ecdfbb
RW
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5489$as_echo "$LD" >&6; }
d45dc31f 5490else
81ecdfbb
RW
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5492$as_echo "no" >&6; }
d45dc31f 5493fi
81ecdfbb
RW
5494test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5496$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5497if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5498 $as_echo_n "(cached) " >&6
d45dc31f 5499else
d7040cdb
SE
5500 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5501case `$LD -v 2>&1 </dev/null` in
5502*GNU* | *'with BFD'*)
d45dc31f 5503 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5504 ;;
5505*)
d45dc31f 5506 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5507 ;;
5508esac
d45dc31f 5509fi
81ecdfbb
RW
5510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5511$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5512with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5513
d45dc31f 5514
42ecbf5e 5515
d7040cdb
SE
5516
5517
5518
5519
5520
5521
81ecdfbb
RW
5522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5523$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5524if test "${lt_cv_path_NM+set}" = set; then :
5525 $as_echo_n "(cached) " >&6
d45dc31f
SE
5526else
5527 if test -n "$NM"; then
5528 # Let the user override the test.
5529 lt_cv_path_NM="$NM"
5530else
d7040cdb
SE
5531 lt_nm_to_check="${ac_tool_prefix}nm"
5532 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5533 lt_nm_to_check="$lt_nm_to_check nm"
5534 fi
5535 for lt_tmp_nm in $lt_nm_to_check; do
5536 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5537 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5538 IFS="$lt_save_ifs"
5539 test -z "$ac_dir" && ac_dir=.
5540 tmp_nm="$ac_dir/$lt_tmp_nm"
5541 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5542 # Check to see if the nm accepts a BSD-compat flag.
5543 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5544 # nm: unknown option "B" ignored
5545 # Tru64's nm complains that /dev/null is an invalid object file
5546 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5547 */dev/null* | *'Invalid file or object type'*)
5548 lt_cv_path_NM="$tmp_nm -B"
5549 break
5550 ;;
5551 *)
5552 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5553 */dev/null*)
5554 lt_cv_path_NM="$tmp_nm -p"
5555 break
5556 ;;
5557 *)
5558 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5559 continue # so that we can try to find one that supports BSD flags
5560 ;;
5561 esac
5562 ;;
5563 esac
d45dc31f 5564 fi
d7040cdb
SE
5565 done
5566 IFS="$lt_save_ifs"
d45dc31f 5567 done
d7040cdb 5568 : ${lt_cv_path_NM=no}
d45dc31f 5569fi
a541e3ce 5570fi
81ecdfbb
RW
5571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5572$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5573if test "$lt_cv_path_NM" != "no"; then
5574 NM="$lt_cv_path_NM"
d45dc31f 5575else
d7040cdb 5576 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5577 if test -n "$DUMPBIN"; then :
5578 # Let the user override the test.
5579 else
5580 if test -n "$ac_tool_prefix"; then
5581 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5582 do
5583 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5584set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5586$as_echo_n "checking for $ac_word... " >&6; }
5587if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5588 $as_echo_n "(cached) " >&6
d45dc31f 5589else
d7040cdb
SE
5590 if test -n "$DUMPBIN"; then
5591 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5592else
5593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5594for as_dir in $PATH
5595do
5596 IFS=$as_save_IFS
5597 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5598 for ac_exec_ext in '' $ac_executable_extensions; do
5599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5600 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5602 break 2
5603 fi
5604done
81ecdfbb
RW
5605 done
5606IFS=$as_save_IFS
398ee8f1 5607
d7040cdb
SE
5608fi
5609fi
5610DUMPBIN=$ac_cv_prog_DUMPBIN
5611if test -n "$DUMPBIN"; then
81ecdfbb
RW
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5613$as_echo "$DUMPBIN" >&6; }
d7040cdb 5614else
81ecdfbb
RW
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5616$as_echo "no" >&6; }
d7040cdb 5617fi
d15b04bd 5618
81ecdfbb 5619
d7040cdb
SE
5620 test -n "$DUMPBIN" && break
5621 done
5622fi
5623if test -z "$DUMPBIN"; then
5624 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5625 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5626do
5627 # Extract the first word of "$ac_prog", so it can be a program name with args.
5628set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5630$as_echo_n "checking for $ac_word... " >&6; }
5631if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5632 $as_echo_n "(cached) " >&6
d7040cdb
SE
5633else
5634 if test -n "$ac_ct_DUMPBIN"; then
5635 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5636else
5637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5638for as_dir in $PATH
5639do
5640 IFS=$as_save_IFS
5641 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5642 for ac_exec_ext in '' $ac_executable_extensions; do
5643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5644 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5646 break 2
d45dc31f 5647 fi
d7040cdb 5648done
81ecdfbb
RW
5649 done
5650IFS=$as_save_IFS
d15b04bd 5651
d7040cdb
SE
5652fi
5653fi
5654ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5655if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5657$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5658else
81ecdfbb
RW
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5660$as_echo "no" >&6; }
d7040cdb 5661fi
42ecbf5e 5662
81ecdfbb 5663
d7040cdb
SE
5664 test -n "$ac_ct_DUMPBIN" && break
5665done
d45dc31f 5666
81ecdfbb
RW
5667 if test "x$ac_ct_DUMPBIN" = x; then
5668 DUMPBIN=":"
5669 else
5670 case $cross_compiling:$ac_tool_warned in
5671yes:)
5672{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5673$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5674ac_tool_warned=yes ;;
5675esac
5676 DUMPBIN=$ac_ct_DUMPBIN
5677 fi
d7040cdb 5678fi
d45dc31f 5679
3725885a
RW
5680 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5681 *COFF*)
5682 DUMPBIN="$DUMPBIN -symbols"
5683 ;;
5684 *)
5685 DUMPBIN=:
5686 ;;
5687 esac
5688 fi
d45dc31f 5689
d7040cdb
SE
5690 if test "$DUMPBIN" != ":"; then
5691 NM="$DUMPBIN"
42ecbf5e 5692 fi
d7040cdb
SE
5693fi
5694test -z "$NM" && NM=nm
d45dc31f 5695
42ecbf5e 5696
d15b04bd 5697
42ecbf5e 5698
d45dc31f 5699
42ecbf5e 5700
81ecdfbb
RW
5701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5702$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5703if test "${lt_cv_nm_interface+set}" = set; then :
5704 $as_echo_n "(cached) " >&6
d7040cdb
SE
5705else
5706 lt_cv_nm_interface="BSD nm"
5707 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5708 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5709 (eval "$ac_compile" 2>conftest.err)
5710 cat conftest.err >&5
3725885a 5711 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5712 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5713 cat conftest.err >&5
3725885a 5714 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5715 cat conftest.out >&5
5716 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5717 lt_cv_nm_interface="MS dumpbin"
5718 fi
5719 rm -f conftest*
42ecbf5e 5720fi
81ecdfbb
RW
5721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5722$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5723
81ecdfbb
RW
5724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5725$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5726LN_S=$as_ln_s
5727if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5729$as_echo "yes" >&6; }
d7040cdb 5730else
81ecdfbb
RW
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5732$as_echo "no, using $LN_S" >&6; }
d7040cdb 5733fi
d45dc31f
SE
5734
5735# find the maximum length of command line arguments
81ecdfbb
RW
5736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5737$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5738if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5739 $as_echo_n "(cached) " >&6
42ecbf5e 5740else
d45dc31f
SE
5741 i=0
5742 teststring="ABCD"
5743
5744 case $build_os in
5745 msdosdjgpp*)
5746 # On DJGPP, this test can blow up pretty badly due to problems in libc
5747 # (any single argument exceeding 2000 bytes causes a buffer overrun
5748 # during glob expansion). Even if it were fixed, the result of this
5749 # check would be larger than it should be.
5750 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5751 ;;
5752
d7040cdb
SE
5753 gnu*)
5754 # Under GNU Hurd, this test is not required because there is
5755 # no limit to the length of command line arguments.
5756 # Libtool will interpret -1 as no limit whatsoever
5757 lt_cv_sys_max_cmd_len=-1;
5758 ;;
5759
718a6fd8 5760 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5761 # On Win9x/ME, this test blows up -- it succeeds, but takes
5762 # about 5 minutes as the teststring grows exponentially.
5763 # Worse, since 9x/ME are not pre-emptively multitasking,
5764 # you end up with a "frozen" computer, even though with patience
5765 # the test eventually succeeds (with a max line length of 256k).
5766 # Instead, let's just punt: use the minimum linelength reported by
5767 # all of the supported platforms: 8192 (on NT/2K/XP).
5768 lt_cv_sys_max_cmd_len=8192;
5769 ;;
5770
3725885a
RW
5771 mint*)
5772 # On MiNT this can take a long time and run out of memory.
5773 lt_cv_sys_max_cmd_len=8192;
5774 ;;
5775
d45dc31f
SE
5776 amigaos*)
5777 # On AmigaOS with pdksh, this test takes hours, literally.
5778 # So we just punt and use a minimum line length of 8192.
5779 lt_cv_sys_max_cmd_len=8192;
5780 ;;
5781
5782 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5783 # This has been around since 386BSD, at least. Likely further.
5784 if test -x /sbin/sysctl; then
5785 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5786 elif test -x /usr/sbin/sysctl; then
5787 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5788 else
d7040cdb 5789 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5790 fi
5791 # And add a safety zone
5792 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5793 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5794 ;;
d7040cdb
SE
5795
5796 interix*)
5797 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5798 lt_cv_sys_max_cmd_len=196608
5799 ;;
5800
5801 osf*)
5802 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5803 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5804 # nice to cause kernel panics so lets avoid the loop below.
5805 # First set a reasonable default.
5806 lt_cv_sys_max_cmd_len=16384
5807 #
5808 if test -x /sbin/sysconfig; then
5809 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5810 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5811 esac
5812 fi
5813 ;;
5814 sco3.2v5*)
5815 lt_cv_sys_max_cmd_len=102400
5816 ;;
5817 sysv5* | sco5v6* | sysv4.2uw2*)
5818 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5819 if test -n "$kargmax"; then
5820 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5821 else
5822 lt_cv_sys_max_cmd_len=32768
5823 fi
5824 ;;
5825 *)
718a6fd8
SE
5826 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5827 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5828 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5829 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5830 else
5831 # Make teststring a little bigger before we do anything with it.
5832 # a 1K string should be a reasonable start.
5833 for i in 1 2 3 4 5 6 7 8 ; do
5834 teststring=$teststring$teststring
5835 done
5836 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5837 # If test is not a shell built-in, we'll probably end up computing a
5838 # maximum length that is only half of the actual maximum length, but
5839 # we can't tell.
3725885a
RW
5840 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5841 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5842 test $i != 17 # 1/2 MB should be enough
5843 do
5844 i=`expr $i + 1`
5845 teststring=$teststring$teststring
5846 done
5847 # Only check the string length outside the loop.
5848 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5849 teststring=
5850 # Add a significant safety factor because C++ compilers can tack on
5851 # massive amounts of additional arguments before passing them to the
5852 # linker. It appears as though 1/2 is a usable value.
5853 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5854 fi
d7040cdb 5855 ;;
d45dc31f 5856 esac
42ecbf5e 5857
42ecbf5e
DJ
5858fi
5859
d7040cdb 5860if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5862$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5863else
81ecdfbb
RW
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5865$as_echo "none" >&6; }
252b5132 5866fi
d7040cdb 5867max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5868
d45dc31f 5869
42ecbf5e 5870
d45dc31f 5871
d45dc31f 5872
d7040cdb 5873
d7040cdb
SE
5874: ${CP="cp -f"}
5875: ${MV="mv -f"}
5876: ${RM="rm -f"}
5877
81ecdfbb
RW
5878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5879$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5880# Try some XSI features
5881xsi_shell=no
5882( _lt_dummy="a/b/c"
f2c621e4
AS
5883 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5884 = c,a/b,, \
718a6fd8
SE
5885 && eval 'test $(( 1 + 1 )) -eq 2 \
5886 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5887 && xsi_shell=yes
81ecdfbb
RW
5888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5889$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5890
5891
81ecdfbb
RW
5892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5893$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5894lt_shell_append=no
5895( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5896 >/dev/null 2>&1 \
5897 && lt_shell_append=yes
81ecdfbb
RW
5898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5899$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5900
5901
5902if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5903 lt_unset=unset
252b5132 5904else
d7040cdb 5905 lt_unset=false
252b5132
RH
5906fi
5907
d7040cdb
SE
5908
5909
5910
5911
5912# test EBCDIC or ASCII
5913case `echo X|tr X '\101'` in
5914 A) # ASCII based system
5915 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5916 lt_SP2NL='tr \040 \012'
5917 lt_NL2SP='tr \015\012 \040\040'
5918 ;;
5919 *) # EBCDIC based system
5920 lt_SP2NL='tr \100 \n'
5921 lt_NL2SP='tr \r\n \100\100'
5922 ;;
5923esac
5924
5925
5926
5927
5928
5929
5930
5931
5932
81ecdfbb
RW
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5934$as_echo_n "checking for $LD option to reload object files... " >&6; }
5935if test "${lt_cv_ld_reload_flag+set}" = set; then :
5936 $as_echo_n "(cached) " >&6
252b5132 5937else
d7040cdb
SE
5938 lt_cv_ld_reload_flag='-r'
5939fi
81ecdfbb
RW
5940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5941$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5942reload_flag=$lt_cv_ld_reload_flag
5943case $reload_flag in
5944"" | " "*) ;;
5945*) reload_flag=" $reload_flag" ;;
5946esac
5947reload_cmds='$LD$reload_flag -o $output$reload_objs'
5948case $host_os in
5949 darwin*)
5950 if test "$GCC" = yes; then
5951 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5952 else
5953 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5954 fi
5955 ;;
5956esac
5957
5958
5959
5960
5961
5962
5963
5964
5965
718a6fd8
SE
5966if test -n "$ac_tool_prefix"; then
5967 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5968set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5970$as_echo_n "checking for $ac_word... " >&6; }
5971if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5972 $as_echo_n "(cached) " >&6
718a6fd8
SE
5973else
5974 if test -n "$OBJDUMP"; then
5975 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5976else
5977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978for as_dir in $PATH
5979do
5980 IFS=$as_save_IFS
5981 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5982 for ac_exec_ext in '' $ac_executable_extensions; do
5983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5984 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5986 break 2
5987 fi
5988done
81ecdfbb
RW
5989 done
5990IFS=$as_save_IFS
718a6fd8
SE
5991
5992fi
5993fi
5994OBJDUMP=$ac_cv_prog_OBJDUMP
5995if test -n "$OBJDUMP"; then
81ecdfbb
RW
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5997$as_echo "$OBJDUMP" >&6; }
718a6fd8 5998else
81ecdfbb
RW
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6000$as_echo "no" >&6; }
718a6fd8
SE
6001fi
6002
81ecdfbb 6003
718a6fd8
SE
6004fi
6005if test -z "$ac_cv_prog_OBJDUMP"; then
6006 ac_ct_OBJDUMP=$OBJDUMP
6007 # Extract the first word of "objdump", so it can be a program name with args.
6008set dummy objdump; ac_word=$2
81ecdfbb
RW
6009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6010$as_echo_n "checking for $ac_word... " >&6; }
6011if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6012 $as_echo_n "(cached) " >&6
718a6fd8
SE
6013else
6014 if test -n "$ac_ct_OBJDUMP"; then
6015 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6016else
6017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6018for as_dir in $PATH
6019do
6020 IFS=$as_save_IFS
6021 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6022 for ac_exec_ext in '' $ac_executable_extensions; do
6023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6024 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6026 break 2
6027 fi
6028done
81ecdfbb
RW
6029 done
6030IFS=$as_save_IFS
718a6fd8 6031
718a6fd8
SE
6032fi
6033fi
6034ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6035if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6037$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6038else
81ecdfbb
RW
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6040$as_echo "no" >&6; }
718a6fd8
SE
6041fi
6042
81ecdfbb
RW
6043 if test "x$ac_ct_OBJDUMP" = x; then
6044 OBJDUMP="false"
6045 else
6046 case $cross_compiling:$ac_tool_warned in
6047yes:)
6048{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6049$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6050ac_tool_warned=yes ;;
6051esac
6052 OBJDUMP=$ac_ct_OBJDUMP
6053 fi
718a6fd8
SE
6054else
6055 OBJDUMP="$ac_cv_prog_OBJDUMP"
6056fi
6057
6058test -z "$OBJDUMP" && OBJDUMP=objdump
6059
6060
6061
6062
6063
6064
6065
6066
d7040cdb 6067
81ecdfbb
RW
6068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6069$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6070if test "${lt_cv_deplibs_check_method+set}" = set; then :
6071 $as_echo_n "(cached) " >&6
d7040cdb
SE
6072else
6073 lt_cv_file_magic_cmd='$MAGIC_CMD'
6074lt_cv_file_magic_test_file=
6075lt_cv_deplibs_check_method='unknown'
6076# Need to set the preceding variable on all platforms that support
6077# interlibrary dependencies.
6078# 'none' -- dependencies not supported.
6079# `unknown' -- same as none, but documents that we really don't know.
6080# 'pass_all' -- all dependencies passed with no checks.
6081# 'test_compile' -- check by making test program.
6082# 'file_magic [[regex]]' -- check by looking for files in library path
6083# which responds to the $file_magic_cmd with a given extended regex.
6084# If you have `file' or equivalent on your system and you're not sure
6085# whether `pass_all' will *always* work, you probably want this one.
6086
6087case $host_os in
50e7d84b 6088aix[4-9]*)
d7040cdb
SE
6089 lt_cv_deplibs_check_method=pass_all
6090 ;;
6091
6092beos*)
6093 lt_cv_deplibs_check_method=pass_all
6094 ;;
6095
6096bsdi[45]*)
6097 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6098 lt_cv_file_magic_cmd='/usr/bin/file -L'
6099 lt_cv_file_magic_test_file=/shlib/libc.so
6100 ;;
6101
6102cygwin*)
6103 # func_win32_libid is a shell function defined in ltmain.sh
6104 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6105 lt_cv_file_magic_cmd='func_win32_libid'
6106 ;;
6107
6108mingw* | pw32*)
6109 # Base MSYS/MinGW do not provide the 'file' command needed by
6110 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6111 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6112 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6113 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6114 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6115 lt_cv_file_magic_cmd='func_win32_libid'
6116 else
f2c621e4 6117 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6118 lt_cv_file_magic_cmd='$OBJDUMP -f'
6119 fi
6120 ;;
6121
3725885a 6122cegcc*)
718a6fd8
SE
6123 # use the weaker test based on 'objdump'. See mingw*.
6124 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6125 lt_cv_file_magic_cmd='$OBJDUMP -f'
6126 ;;
6127
d7040cdb
SE
6128darwin* | rhapsody*)
6129 lt_cv_deplibs_check_method=pass_all
d45dc31f 6130 ;;
d7040cdb
SE
6131
6132freebsd* | dragonfly*)
6133 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6134 case $host_cpu in
6135 i*86 )
6136 # Not sure whether the presence of OpenBSD here was a mistake.
6137 # Let's accept both of them until this is cleared up.
6138 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6139 lt_cv_file_magic_cmd=/usr/bin/file
6140 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6141 ;;
6142 esac
6143 else
6144 lt_cv_deplibs_check_method=pass_all
6145 fi
6146 ;;
6147
6148gnu*)
6149 lt_cv_deplibs_check_method=pass_all
d45dc31f 6150 ;;
d7040cdb 6151
3725885a
RW
6152haiku*)
6153 lt_cv_deplibs_check_method=pass_all
6154 ;;
6155
d7040cdb
SE
6156hpux10.20* | hpux11*)
6157 lt_cv_file_magic_cmd=/usr/bin/file
6158 case $host_cpu in
6159 ia64*)
6160 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6161 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6162 ;;
6163 hppa*64*)
3725885a 6164 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]'
d7040cdb
SE
6165 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6166 ;;
d45dc31f 6167 *)
3725885a 6168 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6169 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6170 ;;
6171 esac
6172 ;;
42ecbf5e 6173
d7040cdb
SE
6174interix[3-9]*)
6175 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6176 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6177 ;;
42ecbf5e 6178
d7040cdb
SE
6179irix5* | irix6* | nonstopux*)
6180 case $LD in
6181 *-32|*"-32 ") libmagic=32-bit;;
6182 *-n32|*"-n32 ") libmagic=N32;;
6183 *-64|*"-64 ") libmagic=64-bit;;
6184 *) libmagic=never-match;;
6185 esac
6186 lt_cv_deplibs_check_method=pass_all
d45dc31f 6187 ;;
42ecbf5e 6188
d7040cdb 6189# This must be Linux ELF.
58e24671 6190linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6191 lt_cv_deplibs_check_method=pass_all
6192 ;;
252b5132 6193
d7040cdb
SE
6194netbsd*)
6195 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6196 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6197 else
d7040cdb 6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6199 fi
d7040cdb
SE
6200 ;;
6201
6202newos6*)
6203 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6204 lt_cv_file_magic_cmd=/usr/bin/file
6205 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6206 ;;
6207
6208*nto* | *qnx*)
6209 lt_cv_deplibs_check_method=pass_all
6210 ;;
42ecbf5e 6211
d7040cdb
SE
6212openbsd*)
6213 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6214 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6215 else
6216 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6217 fi
6218 ;;
d7040cdb
SE
6219
6220osf3* | osf4* | osf5*)
6221 lt_cv_deplibs_check_method=pass_all
6222 ;;
6223
6224rdos*)
6225 lt_cv_deplibs_check_method=pass_all
6226 ;;
6227
6228solaris*)
6229 lt_cv_deplibs_check_method=pass_all
6230 ;;
6231
6232sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6233 lt_cv_deplibs_check_method=pass_all
6234 ;;
6235
6236sysv4 | sysv4.3*)
6237 case $host_vendor in
6238 motorola)
6239 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]'
6240 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6241 ;;
6242 ncr)
6243 lt_cv_deplibs_check_method=pass_all
6244 ;;
6245 sequent)
6246 lt_cv_file_magic_cmd='/bin/file'
6247 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6248 ;;
6249 sni)
6250 lt_cv_file_magic_cmd='/bin/file'
6251 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6252 lt_cv_file_magic_test_file=/lib/libc.so
6253 ;;
6254 siemens)
6255 lt_cv_deplibs_check_method=pass_all
6256 ;;
6257 pc)
6258 lt_cv_deplibs_check_method=pass_all
6259 ;;
6260 esac
6261 ;;
6262
6263tpf*)
6264 lt_cv_deplibs_check_method=pass_all
6265 ;;
d45dc31f 6266esac
42ecbf5e 6267
d7040cdb 6268fi
81ecdfbb
RW
6269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6270$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6271file_magic_cmd=$lt_cv_file_magic_cmd
6272deplibs_check_method=$lt_cv_deplibs_check_method
6273test -z "$deplibs_check_method" && deplibs_check_method=unknown
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
d45dc31f 6286if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6287 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6288set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290$as_echo_n "checking for $ac_word... " >&6; }
6291if test "${ac_cv_prog_AR+set}" = set; then :
6292 $as_echo_n "(cached) " >&6
42ecbf5e 6293else
d7040cdb
SE
6294 if test -n "$AR"; then
6295 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6296else
6297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298for as_dir in $PATH
6299do
6300 IFS=$as_save_IFS
6301 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6304 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6306 break 2
6307 fi
6308done
81ecdfbb
RW
6309 done
6310IFS=$as_save_IFS
42ecbf5e 6311
42ecbf5e 6312fi
d45dc31f 6313fi
d7040cdb
SE
6314AR=$ac_cv_prog_AR
6315if test -n "$AR"; then
81ecdfbb
RW
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6317$as_echo "$AR" >&6; }
d45dc31f 6318else
81ecdfbb
RW
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320$as_echo "no" >&6; }
d45dc31f 6321fi
42ecbf5e 6322
81ecdfbb 6323
42ecbf5e 6324fi
f2c621e4 6325if test -z "$ac_cv_prog_AR"; then
d7040cdb 6326 ac_ct_AR=$AR
f2c621e4
AS
6327 # Extract the first word of "ar", so it can be a program name with args.
6328set dummy ar; ac_word=$2
81ecdfbb
RW
6329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330$as_echo_n "checking for $ac_word... " >&6; }
6331if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6332 $as_echo_n "(cached) " >&6
42ecbf5e 6333else
d7040cdb
SE
6334 if test -n "$ac_ct_AR"; then
6335 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6336else
d45dc31f
SE
6337as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338for as_dir in $PATH
6339do
6340 IFS=$as_save_IFS
6341 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6342 for ac_exec_ext in '' $ac_executable_extensions; do
6343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6344 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6346 break 2
6347 fi
6348done
81ecdfbb
RW
6349 done
6350IFS=$as_save_IFS
42ecbf5e 6351
42ecbf5e 6352fi
42ecbf5e 6353fi
d7040cdb
SE
6354ac_ct_AR=$ac_cv_prog_ac_ct_AR
6355if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6357$as_echo "$ac_ct_AR" >&6; }
252b5132 6358else
81ecdfbb
RW
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360$as_echo "no" >&6; }
252b5132 6361fi
252b5132 6362
81ecdfbb
RW
6363 if test "x$ac_ct_AR" = x; then
6364 AR="false"
6365 else
6366 case $cross_compiling:$ac_tool_warned in
6367yes:)
6368{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6370ac_tool_warned=yes ;;
6371esac
6372 AR=$ac_ct_AR
6373 fi
df7b86aa 6374else
f2c621e4
AS
6375 AR="$ac_cv_prog_AR"
6376fi
df7b86aa 6377
f2c621e4
AS
6378test -z "$AR" && AR=ar
6379test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6380
df7b86aa 6381
df7b86aa 6382
df7b86aa 6383
df7b86aa 6384
d7040cdb
SE
6385
6386
6387
6388
6389
6390
d45dc31f
SE
6391if test -n "$ac_tool_prefix"; then
6392 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6393set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395$as_echo_n "checking for $ac_word... " >&6; }
6396if test "${ac_cv_prog_STRIP+set}" = set; then :
6397 $as_echo_n "(cached) " >&6
d45dc31f
SE
6398else
6399 if test -n "$STRIP"; then
6400 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6401else
6402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403for as_dir in $PATH
42ecbf5e 6404do
d45dc31f
SE
6405 IFS=$as_save_IFS
6406 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6407 for ac_exec_ext in '' $ac_executable_extensions; do
6408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6409 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6411 break 2
6412 fi
6413done
81ecdfbb
RW
6414 done
6415IFS=$as_save_IFS
d45dc31f
SE
6416
6417fi
6418fi
6419STRIP=$ac_cv_prog_STRIP
6420if test -n "$STRIP"; then
81ecdfbb
RW
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6422$as_echo "$STRIP" >&6; }
252b5132 6423else
81ecdfbb
RW
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425$as_echo "no" >&6; }
d45dc31f 6426fi
42ecbf5e 6427
81ecdfbb 6428
252b5132 6429fi
d45dc31f
SE
6430if test -z "$ac_cv_prog_STRIP"; then
6431 ac_ct_STRIP=$STRIP
6432 # Extract the first word of "strip", so it can be a program name with args.
6433set dummy strip; ac_word=$2
81ecdfbb
RW
6434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6435$as_echo_n "checking for $ac_word... " >&6; }
6436if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6437 $as_echo_n "(cached) " >&6
d45dc31f
SE
6438else
6439 if test -n "$ac_ct_STRIP"; then
6440 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6441else
6442as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443for as_dir in $PATH
6444do
6445 IFS=$as_save_IFS
6446 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6447 for ac_exec_ext in '' $ac_executable_extensions; do
6448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6449 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6451 break 2
6452 fi
6453done
81ecdfbb
RW
6454 done
6455IFS=$as_save_IFS
42ecbf5e 6456
d45dc31f
SE
6457fi
6458fi
6459ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6460if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6462$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6463else
81ecdfbb
RW
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6465$as_echo "no" >&6; }
252b5132 6466fi
e5a52504 6467
81ecdfbb
RW
6468 if test "x$ac_ct_STRIP" = x; then
6469 STRIP=":"
6470 else
6471 case $cross_compiling:$ac_tool_warned in
6472yes:)
6473{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6474$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6475ac_tool_warned=yes ;;
6476esac
6477 STRIP=$ac_ct_STRIP
6478 fi
d45dc31f
SE
6479else
6480 STRIP="$ac_cv_prog_STRIP"
6481fi
e5a52504 6482
d7040cdb 6483test -z "$STRIP" && STRIP=:
d45dc31f 6484
d45dc31f
SE
6485
6486
d45dc31f 6487
d45dc31f
SE
6488
6489
d7040cdb
SE
6490if test -n "$ac_tool_prefix"; then
6491 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6492set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6494$as_echo_n "checking for $ac_word... " >&6; }
6495if test "${ac_cv_prog_RANLIB+set}" = set; then :
6496 $as_echo_n "(cached) " >&6
d45dc31f 6497else
d7040cdb
SE
6498 if test -n "$RANLIB"; then
6499 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6500else
6501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6502for as_dir in $PATH
6503do
6504 IFS=$as_save_IFS
6505 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6506 for ac_exec_ext in '' $ac_executable_extensions; do
6507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6508 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6510 break 2
d45dc31f 6511 fi
d7040cdb 6512done
81ecdfbb
RW
6513 done
6514IFS=$as_save_IFS
d45dc31f 6515
d7040cdb
SE
6516fi
6517fi
6518RANLIB=$ac_cv_prog_RANLIB
6519if test -n "$RANLIB"; then
81ecdfbb
RW
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6521$as_echo "$RANLIB" >&6; }
d7040cdb 6522else
81ecdfbb
RW
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6524$as_echo "no" >&6; }
d7040cdb 6525fi
d45dc31f 6526
81ecdfbb 6527
d7040cdb
SE
6528fi
6529if test -z "$ac_cv_prog_RANLIB"; then
6530 ac_ct_RANLIB=$RANLIB
6531 # Extract the first word of "ranlib", so it can be a program name with args.
6532set dummy ranlib; ac_word=$2
81ecdfbb
RW
6533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6534$as_echo_n "checking for $ac_word... " >&6; }
6535if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6536 $as_echo_n "(cached) " >&6
d7040cdb
SE
6537else
6538 if test -n "$ac_ct_RANLIB"; then
6539 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6540else
6541as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6542for as_dir in $PATH
6543do
6544 IFS=$as_save_IFS
6545 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6546 for ac_exec_ext in '' $ac_executable_extensions; do
6547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6548 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6550 break 2
d45dc31f 6551 fi
d7040cdb 6552done
81ecdfbb
RW
6553 done
6554IFS=$as_save_IFS
d45dc31f 6555
d7040cdb
SE
6556fi
6557fi
6558ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6559if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6561$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6562else
81ecdfbb
RW
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6564$as_echo "no" >&6; }
d7040cdb 6565fi
252b5132 6566
81ecdfbb
RW
6567 if test "x$ac_ct_RANLIB" = x; then
6568 RANLIB=":"
6569 else
6570 case $cross_compiling:$ac_tool_warned in
6571yes:)
6572{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6573$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6574ac_tool_warned=yes ;;
6575esac
6576 RANLIB=$ac_ct_RANLIB
6577 fi
d7040cdb
SE
6578else
6579 RANLIB="$ac_cv_prog_RANLIB"
6580fi
d45dc31f 6581
d7040cdb 6582test -z "$RANLIB" && RANLIB=:
d45dc31f 6583
d45dc31f 6584
d45dc31f 6585
42ecbf5e 6586
e5a52504 6587
d7040cdb
SE
6588
6589# Determine commands to create old-style static archives.
718a6fd8 6590old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6591old_postinstall_cmds='chmod 644 $oldlib'
6592old_postuninstall_cmds=
6593
6594if test -n "$RANLIB"; then
6595 case $host_os in
6596 openbsd*)
6597 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6598 ;;
6599 *)
6600 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6601 ;;
6602 esac
6603 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6604fi
d45dc31f 6605
3725885a
RW
6606case $host_os in
6607 darwin*)
6608 lock_old_archive_extraction=yes ;;
6609 *)
6610 lock_old_archive_extraction=no ;;
6611esac
6612
6613
6614
6615
6616
6617
d45dc31f 6618
d45dc31f
SE
6619
6620
d15b04bd 6621
3e321448 6622
d45dc31f 6623
d45dc31f 6624
d45dc31f
SE
6625
6626
d45dc31f 6627
d45dc31f 6628
d45dc31f
SE
6629
6630
6631
6632
6633
6634
6635
d45dc31f 6636
d45dc31f 6637
d45dc31f 6638
d45dc31f 6639
d45dc31f 6640
d45dc31f 6641
d45dc31f 6642
d45dc31f 6643
3e321448
L
6644
6645
d45dc31f
SE
6646
6647
d45dc31f
SE
6648
6649
d45dc31f 6650
d7040cdb
SE
6651# If no C compiler was specified, use CC.
6652LTCC=${LTCC-"$CC"}
42ecbf5e 6653
d7040cdb
SE
6654# If no C compiler flags were specified, use CFLAGS.
6655LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6656
d7040cdb
SE
6657# Allow CC to be a program name with arguments.
6658compiler=$CC
d15b04bd 6659
d7040cdb
SE
6660
6661# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6663$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6664if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6665 $as_echo_n "(cached) " >&6
d15b04bd 6666else
d7040cdb
SE
6667
6668# These are sane defaults that work on at least a few old systems.
6669# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6670
6671# Character class describing NM global symbol codes.
6672symcode='[BCDEGRST]'
6673
6674# Regexp to match symbols that can be accessed directly from C.
6675sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6676
6677# Define system-specific variables.
6678case $host_os in
6679aix*)
6680 symcode='[BCDT]'
6681 ;;
718a6fd8 6682cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6683 symcode='[ABCDGISTW]'
6684 ;;
6685hpux*)
6686 if test "$host_cpu" = ia64; then
6687 symcode='[ABCDEGRST]'
42ecbf5e 6688 fi
d7040cdb
SE
6689 ;;
6690irix* | nonstopux*)
6691 symcode='[BCDEGRST]'
6692 ;;
6693osf*)
6694 symcode='[BCDEGQRST]'
6695 ;;
6696solaris*)
6697 symcode='[BDRT]'
6698 ;;
6699sco3.2v5*)
6700 symcode='[DT]'
6701 ;;
6702sysv4.2uw2*)
6703 symcode='[DT]'
6704 ;;
6705sysv5* | sco5v6* | unixware* | OpenUNIX*)
6706 symcode='[ABDT]'
6707 ;;
6708sysv4)
6709 symcode='[DFNSTU]'
6710 ;;
6711esac
d15b04bd 6712
d7040cdb
SE
6713# If we're using GNU nm, then use its standard symbol codes.
6714case `$NM -V 2>&1` in
6715*GNU* | *'with BFD'*)
6716 symcode='[ABCDGIRSTW]' ;;
6717esac
e5a52504 6718
d7040cdb
SE
6719# Transform an extracted symbol line into a proper C declaration.
6720# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6721# so use this general approach.
6722lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6723
7357c5b6 6724# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6725lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6726lt_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'"
d7040cdb 6727
7357c5b6
AM
6728# Handle CRLF in mingw tool chain
6729opt_cr=
6730case $build_os in
6731mingw*)
6732 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6733 ;;
6734esac
d7040cdb 6735
7357c5b6
AM
6736# Try without a prefix underscore, then with it.
6737for ac_symprfx in "" "_"; do
d7040cdb 6738
7357c5b6
AM
6739 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6740 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6741
7357c5b6
AM
6742 # Write the raw and C identifiers.
6743 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6744 # Fake it for dumpbin and say T for any non-static function
6745 # and D for any global variable.
6746 # Also find C++ and __fastcall symbols from MSVC++,
6747 # which start with @ or ?.
6748 lt_cv_sys_global_symbol_pipe="$AWK '"\
6749" {last_section=section; section=\$ 3};"\
6750" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6751" \$ 0!~/External *\|/{next};"\
6752" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6753" {if(hide[section]) next};"\
6754" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6755" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6756" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6757" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6758" ' prfx=^$ac_symprfx"
6759 else
6760 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6761 fi
6762
6763 # Check to see that the pipe works correctly.
6764 pipe_works=no
6765
6766 rm -f conftest*
6767 cat > conftest.$ac_ext <<_LT_EOF
6768#ifdef __cplusplus
6769extern "C" {
6770#endif
6771char nm_test_var;
6772void nm_test_func(void);
6773void nm_test_func(void){}
6774#ifdef __cplusplus
d7040cdb 6775}
7357c5b6
AM
6776#endif
6777int main(){nm_test_var='a';nm_test_func();return(0);}
6778_LT_EOF
6779
81ecdfbb 6780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6781 (eval $ac_compile) 2>&5
42ecbf5e 6782 ac_status=$?
81ecdfbb
RW
6783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6784 test $ac_status = 0; }; then
7357c5b6
AM
6785 # Now try to grab the symbols.
6786 nlist=conftest.nm
3725885a
RW
6787 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6788 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6789 ac_status=$?
81ecdfbb
RW
6790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6791 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6792 # Try sorting and uniquifying the output.
6793 if sort "$nlist" | uniq > "$nlist"T; then
6794 mv -f "$nlist"T "$nlist"
6795 else
6796 rm -f "$nlist"T
6797 fi
d7040cdb 6798
7357c5b6
AM
6799 # Make sure that we snagged all the symbols we need.
6800 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6801 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6802 cat <<_LT_EOF > conftest.$ac_ext
6803#ifdef __cplusplus
6804extern "C" {
6805#endif
e5a52504 6806
7357c5b6
AM
6807_LT_EOF
6808 # Now generate the symbol file.
6809 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6810
7357c5b6 6811 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6812
7357c5b6 6813/* The mapping between symbol names and symbols. */
f2c621e4 6814const struct {
7357c5b6
AM
6815 const char *name;
6816 void *address;
6817}
6818lt__PROGRAM__LTX_preloaded_symbols[] =
6819{
6820 { "@PROGRAM@", (void *) 0 },
6821_LT_EOF
6822 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6823 cat <<\_LT_EOF >> conftest.$ac_ext
6824 {0, (void *) 0}
6825};
d7040cdb 6826
7357c5b6
AM
6827/* This works around a problem in FreeBSD linker */
6828#ifdef FREEBSD_WORKAROUND
6829static const void *lt_preloaded_setup() {
6830 return lt__PROGRAM__LTX_preloaded_symbols;
6831}
d7040cdb
SE
6832#endif
6833
7357c5b6 6834#ifdef __cplusplus
d7040cdb 6835}
7357c5b6
AM
6836#endif
6837_LT_EOF
6838 # Now try linking the two files.
6839 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6840 lt_save_LIBS="$LIBS"
6841 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6842 LIBS="conftstm.$ac_objext"
6843 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6844 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6845 (eval $ac_link) 2>&5
6846 ac_status=$?
81ecdfbb
RW
6847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6848 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6849 pipe_works=yes
6850 fi
f2c621e4
AS
6851 LIBS="$lt_save_LIBS"
6852 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6853 else
6854 echo "cannot find nm_test_func in $nlist" >&5
6855 fi
6856 else
6857 echo "cannot find nm_test_var in $nlist" >&5
6858 fi
6859 else
6860 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6861 fi
6862 else
6863 echo "$progname: failed program was:" >&5
6864 cat conftest.$ac_ext >&5
6865 fi
718a6fd8 6866 rm -rf conftest* conftst*
7357c5b6
AM
6867
6868 # Do not use the global_symbol_pipe unless it works.
6869 if test "$pipe_works" = yes; then
6870 break
6871 else
6872 lt_cv_sys_global_symbol_pipe=
6873 fi
6874done
d7040cdb 6875
d7040cdb 6876fi
7357c5b6
AM
6877
6878if test -z "$lt_cv_sys_global_symbol_pipe"; then
6879 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6880fi
7357c5b6 6881if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6883$as_echo "failed" >&6; }
7357c5b6 6884else
81ecdfbb
RW
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6886$as_echo "ok" >&6; }
d7040cdb 6887fi
20e95c23 6888
20e95c23 6889
20e95c23 6890
20e95c23 6891
20e95c23 6892
20e95c23 6893
20e95c23
DJ
6894
6895
7357c5b6
AM
6896
6897
6898
718a6fd8
SE
6899
6900
6901
6902
6903
7357c5b6 6904
df7b86aa
NC
6905
6906
6907
6908
7357c5b6 6909
81ecdfbb
RW
6910# Check whether --enable-libtool-lock was given.
6911if test "${enable_libtool_lock+set}" = set; then :
6912 enableval=$enable_libtool_lock;
6913fi
7357c5b6 6914
7357c5b6
AM
6915test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6916
6917# Some flags need to be propagated to the compiler or linker for good
6918# libtool support.
6919case $host in
6920ia64-*-hpux*)
6921 # Find out which ABI we are using.
6922 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6923 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6924 (eval $ac_compile) 2>&5
6925 ac_status=$?
81ecdfbb
RW
6926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6927 test $ac_status = 0; }; then
7357c5b6
AM
6928 case `/usr/bin/file conftest.$ac_objext` in
6929 *ELF-32*)
6930 HPUX_IA64_MODE="32"
6931 ;;
6932 *ELF-64*)
6933 HPUX_IA64_MODE="64"
6934 ;;
6935 esac
6936 fi
6937 rm -rf conftest*
6938 ;;
6939*-*-irix6*)
6940 # Find out which ABI we are using.
3725885a 6941 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6942 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6943 (eval $ac_compile) 2>&5
6944 ac_status=$?
81ecdfbb
RW
6945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6946 test $ac_status = 0; }; then
7357c5b6
AM
6947 if test "$lt_cv_prog_gnu_ld" = yes; then
6948 case `/usr/bin/file conftest.$ac_objext` in
6949 *32-bit*)
6950 LD="${LD-ld} -melf32bsmip"
6951 ;;
6952 *N32*)
6953 LD="${LD-ld} -melf32bmipn32"
6954 ;;
6955 *64-bit*)
6956 LD="${LD-ld} -melf64bmip"
6957 ;;
6958 esac
6959 else
6960 case `/usr/bin/file conftest.$ac_objext` in
6961 *32-bit*)
6962 LD="${LD-ld} -32"
6963 ;;
6964 *N32*)
6965 LD="${LD-ld} -n32"
6966 ;;
6967 *64-bit*)
6968 LD="${LD-ld} -64"
6969 ;;
6970 esac
6971 fi
6972 fi
6973 rm -rf conftest*
6974 ;;
6975
cc9afea3 6976x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6977s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6978 # Find out which ABI we are using.
6979 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6980 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6981 (eval $ac_compile) 2>&5
6982 ac_status=$?
81ecdfbb
RW
6983 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6984 test $ac_status = 0; }; then
7357c5b6
AM
6985 case `/usr/bin/file conftest.o` in
6986 *32-bit*)
6987 case $host in
6988 x86_64-*kfreebsd*-gnu)
6989 LD="${LD-ld} -m elf_i386_fbsd"
6990 ;;
6991 x86_64-*linux*)
6d2920c8
L
6992 case `/usr/bin/file conftest.o` in
6993 *x86-64*)
6994 LD="${LD-ld} -m elf32_x86_64"
6995 ;;
6996 *)
6997 LD="${LD-ld} -m elf_i386"
6998 ;;
6999 esac
7357c5b6 7000 ;;
cc9afea3
AM
7001 powerpc64le-*linux*)
7002 LD="${LD-ld} -m elf32lppclinux"
7003 ;;
7004 powerpc64-*linux*)
7357c5b6
AM
7005 LD="${LD-ld} -m elf32ppclinux"
7006 ;;
7007 s390x-*linux*)
7008 LD="${LD-ld} -m elf_s390"
7009 ;;
7010 sparc64-*linux*)
7011 LD="${LD-ld} -m elf32_sparc"
7012 ;;
7013 esac
7014 ;;
7015 *64-bit*)
7016 case $host in
7017 x86_64-*kfreebsd*-gnu)
7018 LD="${LD-ld} -m elf_x86_64_fbsd"
7019 ;;
7020 x86_64-*linux*)
7021 LD="${LD-ld} -m elf_x86_64"
7022 ;;
cc9afea3
AM
7023 powerpcle-*linux*)
7024 LD="${LD-ld} -m elf64lppc"
7025 ;;
7026 powerpc-*linux*)
7357c5b6
AM
7027 LD="${LD-ld} -m elf64ppc"
7028 ;;
7029 s390*-*linux*|s390*-*tpf*)
7030 LD="${LD-ld} -m elf64_s390"
7031 ;;
7032 sparc*-*linux*)
7033 LD="${LD-ld} -m elf64_sparc"
7034 ;;
7035 esac
7036 ;;
7037 esac
7038 fi
7039 rm -rf conftest*
7040 ;;
7041
7042*-*-sco3.2v5*)
7043 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7044 SAVE_CFLAGS="$CFLAGS"
7045 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7047$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7048if test "${lt_cv_cc_needs_belf+set}" = set; then :
7049 $as_echo_n "(cached) " >&6
d7040cdb 7050else
7357c5b6
AM
7051 ac_ext=c
7052ac_cpp='$CPP $CPPFLAGS'
7053ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7054ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7055ac_compiler_gnu=$ac_cv_c_compiler_gnu
7056
81ecdfbb 7057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7058/* end confdefs.h. */
20e95c23 7059
7357c5b6
AM
7060int
7061main ()
7062{
7063
7064 ;
7065 return 0;
7066}
d7040cdb 7067_ACEOF
81ecdfbb 7068if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7069 lt_cv_cc_needs_belf=yes
d15b04bd 7070else
81ecdfbb 7071 lt_cv_cc_needs_belf=no
d7040cdb 7072fi
81ecdfbb
RW
7073rm -f core conftest.err conftest.$ac_objext \
7074 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7075 ac_ext=c
7076ac_cpp='$CPP $CPPFLAGS'
7077ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7078ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7079ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7080
718a6fd8 7081fi
81ecdfbb
RW
7082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7083$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7084 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7085 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7086 CFLAGS="$SAVE_CFLAGS"
7087 fi
7088 ;;
7089sparc*-*solaris*)
7090 # Find out which ABI we are using.
7091 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7092 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7093 (eval $ac_compile) 2>&5
7094 ac_status=$?
81ecdfbb
RW
7095 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7096 test $ac_status = 0; }; then
718a6fd8
SE
7097 case `/usr/bin/file conftest.o` in
7098 *64-bit*)
7099 case $lt_cv_prog_gnu_ld in
7100 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7101 *)
7102 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7103 LD="${LD-ld} -64"
7104 fi
7105 ;;
7106 esac
7107 ;;
7108 esac
7109 fi
df7b86aa
NC
7110 rm -rf conftest*
7111 ;;
7112esac
7113
7114need_locks="$enable_libtool_lock"
7115
718a6fd8
SE
7116
7117 case $host_os in
7118 rhapsody* | darwin*)
7119 if test -n "$ac_tool_prefix"; then
7120 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7121set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7123$as_echo_n "checking for $ac_word... " >&6; }
7124if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7125 $as_echo_n "(cached) " >&6
718a6fd8
SE
7126else
7127 if test -n "$DSYMUTIL"; then
7128 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7129else
7130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7131for as_dir in $PATH
7132do
7133 IFS=$as_save_IFS
7134 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7135 for ac_exec_ext in '' $ac_executable_extensions; do
7136 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7137 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7139 break 2
7140 fi
7141done
81ecdfbb
RW
7142 done
7143IFS=$as_save_IFS
718a6fd8
SE
7144
7145fi
7146fi
7147DSYMUTIL=$ac_cv_prog_DSYMUTIL
7148if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7150$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7151else
81ecdfbb
RW
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7153$as_echo "no" >&6; }
718a6fd8
SE
7154fi
7155
81ecdfbb 7156
718a6fd8
SE
7157fi
7158if test -z "$ac_cv_prog_DSYMUTIL"; then
7159 ac_ct_DSYMUTIL=$DSYMUTIL
7160 # Extract the first word of "dsymutil", so it can be a program name with args.
7161set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7163$as_echo_n "checking for $ac_word... " >&6; }
7164if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7165 $as_echo_n "(cached) " >&6
718a6fd8
SE
7166else
7167 if test -n "$ac_ct_DSYMUTIL"; then
7168 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7169else
7170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7171for as_dir in $PATH
7172do
7173 IFS=$as_save_IFS
7174 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7175 for ac_exec_ext in '' $ac_executable_extensions; do
7176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7177 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7179 break 2
7180 fi
7181done
81ecdfbb
RW
7182 done
7183IFS=$as_save_IFS
718a6fd8 7184
718a6fd8
SE
7185fi
7186fi
7187ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7188if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7190$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7191else
81ecdfbb
RW
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7193$as_echo "no" >&6; }
718a6fd8
SE
7194fi
7195
81ecdfbb
RW
7196 if test "x$ac_ct_DSYMUTIL" = x; then
7197 DSYMUTIL=":"
7198 else
7199 case $cross_compiling:$ac_tool_warned in
7200yes:)
7201{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7202$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7203ac_tool_warned=yes ;;
7204esac
7205 DSYMUTIL=$ac_ct_DSYMUTIL
7206 fi
718a6fd8
SE
7207else
7208 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7209fi
7210
7211 if test -n "$ac_tool_prefix"; then
7212 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7213set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7215$as_echo_n "checking for $ac_word... " >&6; }
7216if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7217 $as_echo_n "(cached) " >&6
718a6fd8
SE
7218else
7219 if test -n "$NMEDIT"; then
7220 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7221else
7222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7223for as_dir in $PATH
7224do
7225 IFS=$as_save_IFS
7226 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7227 for ac_exec_ext in '' $ac_executable_extensions; do
7228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7229 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7231 break 2
7232 fi
7233done
81ecdfbb
RW
7234 done
7235IFS=$as_save_IFS
718a6fd8
SE
7236
7237fi
7238fi
7239NMEDIT=$ac_cv_prog_NMEDIT
7240if test -n "$NMEDIT"; then
81ecdfbb
RW
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7242$as_echo "$NMEDIT" >&6; }
718a6fd8 7243else
81ecdfbb
RW
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7245$as_echo "no" >&6; }
718a6fd8
SE
7246fi
7247
81ecdfbb 7248
718a6fd8
SE
7249fi
7250if test -z "$ac_cv_prog_NMEDIT"; then
7251 ac_ct_NMEDIT=$NMEDIT
7252 # Extract the first word of "nmedit", so it can be a program name with args.
7253set dummy nmedit; ac_word=$2
81ecdfbb
RW
7254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7255$as_echo_n "checking for $ac_word... " >&6; }
7256if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7257 $as_echo_n "(cached) " >&6
718a6fd8
SE
7258else
7259 if test -n "$ac_ct_NMEDIT"; then
7260 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7261else
7262as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7263for as_dir in $PATH
7264do
7265 IFS=$as_save_IFS
7266 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7267 for ac_exec_ext in '' $ac_executable_extensions; do
7268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7269 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7271 break 2
7272 fi
7273done
81ecdfbb
RW
7274 done
7275IFS=$as_save_IFS
718a6fd8 7276
718a6fd8
SE
7277fi
7278fi
7279ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7280if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7282$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7283else
81ecdfbb
RW
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7285$as_echo "no" >&6; }
718a6fd8
SE
7286fi
7287
81ecdfbb
RW
7288 if test "x$ac_ct_NMEDIT" = x; then
7289 NMEDIT=":"
7290 else
7291 case $cross_compiling:$ac_tool_warned in
7292yes:)
7293{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7294$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7295ac_tool_warned=yes ;;
7296esac
7297 NMEDIT=$ac_ct_NMEDIT
7298 fi
718a6fd8
SE
7299else
7300 NMEDIT="$ac_cv_prog_NMEDIT"
7301fi
7302
7303 if test -n "$ac_tool_prefix"; then
7304 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7305set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7307$as_echo_n "checking for $ac_word... " >&6; }
7308if test "${ac_cv_prog_LIPO+set}" = set; then :
7309 $as_echo_n "(cached) " >&6
718a6fd8
SE
7310else
7311 if test -n "$LIPO"; then
7312 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7313else
7314as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7315for as_dir in $PATH
7316do
7317 IFS=$as_save_IFS
7318 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7319 for ac_exec_ext in '' $ac_executable_extensions; do
7320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7321 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7323 break 2
7324 fi
7325done
81ecdfbb
RW
7326 done
7327IFS=$as_save_IFS
718a6fd8
SE
7328
7329fi
7330fi
7331LIPO=$ac_cv_prog_LIPO
7332if test -n "$LIPO"; then
81ecdfbb
RW
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7334$as_echo "$LIPO" >&6; }
718a6fd8 7335else
81ecdfbb
RW
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7337$as_echo "no" >&6; }
718a6fd8
SE
7338fi
7339
81ecdfbb 7340
718a6fd8
SE
7341fi
7342if test -z "$ac_cv_prog_LIPO"; then
7343 ac_ct_LIPO=$LIPO
7344 # Extract the first word of "lipo", so it can be a program name with args.
7345set dummy lipo; ac_word=$2
81ecdfbb
RW
7346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7347$as_echo_n "checking for $ac_word... " >&6; }
7348if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7349 $as_echo_n "(cached) " >&6
718a6fd8
SE
7350else
7351 if test -n "$ac_ct_LIPO"; then
7352 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7353else
7354as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7355for as_dir in $PATH
7356do
7357 IFS=$as_save_IFS
7358 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7359 for ac_exec_ext in '' $ac_executable_extensions; do
7360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7361 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7363 break 2
7364 fi
7365done
81ecdfbb
RW
7366 done
7367IFS=$as_save_IFS
718a6fd8 7368
718a6fd8
SE
7369fi
7370fi
7371ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7372if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7374$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7375else
81ecdfbb
RW
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7377$as_echo "no" >&6; }
718a6fd8
SE
7378fi
7379
81ecdfbb
RW
7380 if test "x$ac_ct_LIPO" = x; then
7381 LIPO=":"
7382 else
7383 case $cross_compiling:$ac_tool_warned in
7384yes:)
7385{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7386$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7387ac_tool_warned=yes ;;
7388esac
7389 LIPO=$ac_ct_LIPO
7390 fi
718a6fd8
SE
7391else
7392 LIPO="$ac_cv_prog_LIPO"
7393fi
7394
7395 if test -n "$ac_tool_prefix"; then
7396 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7397set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7399$as_echo_n "checking for $ac_word... " >&6; }
7400if test "${ac_cv_prog_OTOOL+set}" = set; then :
7401 $as_echo_n "(cached) " >&6
718a6fd8
SE
7402else
7403 if test -n "$OTOOL"; then
7404 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7405else
7406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7407for as_dir in $PATH
7408do
7409 IFS=$as_save_IFS
7410 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7411 for ac_exec_ext in '' $ac_executable_extensions; do
7412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7413 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7415 break 2
7416 fi
7417done
81ecdfbb
RW
7418 done
7419IFS=$as_save_IFS
718a6fd8
SE
7420
7421fi
7422fi
7423OTOOL=$ac_cv_prog_OTOOL
7424if test -n "$OTOOL"; then
81ecdfbb
RW
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7426$as_echo "$OTOOL" >&6; }
718a6fd8 7427else
81ecdfbb
RW
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7429$as_echo "no" >&6; }
718a6fd8
SE
7430fi
7431
81ecdfbb 7432
718a6fd8
SE
7433fi
7434if test -z "$ac_cv_prog_OTOOL"; then
7435 ac_ct_OTOOL=$OTOOL
7436 # Extract the first word of "otool", so it can be a program name with args.
7437set dummy otool; ac_word=$2
81ecdfbb
RW
7438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7439$as_echo_n "checking for $ac_word... " >&6; }
7440if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7441 $as_echo_n "(cached) " >&6
718a6fd8
SE
7442else
7443 if test -n "$ac_ct_OTOOL"; then
7444 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7445else
7446as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7447for as_dir in $PATH
7448do
7449 IFS=$as_save_IFS
7450 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7451 for ac_exec_ext in '' $ac_executable_extensions; do
7452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7453 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7455 break 2
7456 fi
7457done
81ecdfbb
RW
7458 done
7459IFS=$as_save_IFS
718a6fd8 7460
718a6fd8
SE
7461fi
7462fi
7463ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7464if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7466$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7467else
81ecdfbb
RW
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7469$as_echo "no" >&6; }
718a6fd8
SE
7470fi
7471
81ecdfbb
RW
7472 if test "x$ac_ct_OTOOL" = x; then
7473 OTOOL=":"
7474 else
7475 case $cross_compiling:$ac_tool_warned in
7476yes:)
7477{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7478$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7479ac_tool_warned=yes ;;
7480esac
7481 OTOOL=$ac_ct_OTOOL
7482 fi
718a6fd8
SE
7483else
7484 OTOOL="$ac_cv_prog_OTOOL"
7485fi
7486
7487 if test -n "$ac_tool_prefix"; then
7488 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7489set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7491$as_echo_n "checking for $ac_word... " >&6; }
7492if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7493 $as_echo_n "(cached) " >&6
718a6fd8
SE
7494else
7495 if test -n "$OTOOL64"; then
7496 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7497else
7498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7499for as_dir in $PATH
7500do
7501 IFS=$as_save_IFS
7502 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7503 for ac_exec_ext in '' $ac_executable_extensions; do
7504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7505 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7507 break 2
7508 fi
7509done
81ecdfbb
RW
7510 done
7511IFS=$as_save_IFS
718a6fd8
SE
7512
7513fi
7514fi
7515OTOOL64=$ac_cv_prog_OTOOL64
7516if test -n "$OTOOL64"; then
81ecdfbb
RW
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7518$as_echo "$OTOOL64" >&6; }
718a6fd8 7519else
81ecdfbb
RW
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7521$as_echo "no" >&6; }
718a6fd8
SE
7522fi
7523
81ecdfbb 7524
718a6fd8
SE
7525fi
7526if test -z "$ac_cv_prog_OTOOL64"; then
7527 ac_ct_OTOOL64=$OTOOL64
7528 # Extract the first word of "otool64", so it can be a program name with args.
7529set dummy otool64; ac_word=$2
81ecdfbb
RW
7530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7531$as_echo_n "checking for $ac_word... " >&6; }
7532if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7533 $as_echo_n "(cached) " >&6
718a6fd8
SE
7534else
7535 if test -n "$ac_ct_OTOOL64"; then
7536 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7537else
7538as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7539for as_dir in $PATH
7540do
7541 IFS=$as_save_IFS
7542 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7543 for ac_exec_ext in '' $ac_executable_extensions; do
7544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7545 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7547 break 2
7548 fi
7549done
81ecdfbb
RW
7550 done
7551IFS=$as_save_IFS
718a6fd8 7552
718a6fd8
SE
7553fi
7554fi
7555ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7556if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7558$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7559else
81ecdfbb
RW
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7561$as_echo "no" >&6; }
718a6fd8
SE
7562fi
7563
81ecdfbb
RW
7564 if test "x$ac_ct_OTOOL64" = x; then
7565 OTOOL64=":"
7566 else
7567 case $cross_compiling:$ac_tool_warned in
7568yes:)
7569{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7570$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7571ac_tool_warned=yes ;;
7572esac
7573 OTOOL64=$ac_ct_OTOOL64
7574 fi
718a6fd8
SE
7575else
7576 OTOOL64="$ac_cv_prog_OTOOL64"
7577fi
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
81ecdfbb
RW
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7606$as_echo_n "checking for -single_module linker flag... " >&6; }
7607if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7608 $as_echo_n "(cached) " >&6
718a6fd8
SE
7609else
7610 lt_cv_apple_cc_single_mod=no
7611 if test -z "${LT_MULTI_MODULE}"; then
7612 # By default we will add the -single_module flag. You can override
7613 # by either setting the environment variable LT_MULTI_MODULE
7614 # non-empty at configure time, or by adding -multi_module to the
7615 # link flags.
7616 rm -rf libconftest.dylib*
7617 echo "int foo(void){return 1;}" > conftest.c
7618 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7619-dynamiclib -Wl,-single_module conftest.c" >&5
7620 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7621 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7622 _lt_result=$?
7623 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7624 lt_cv_apple_cc_single_mod=yes
7625 else
7626 cat conftest.err >&5
7627 fi
7628 rm -rf libconftest.dylib*
7629 rm -f conftest.*
7630 fi
7631fi
81ecdfbb
RW
7632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7633$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7635$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7636if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7637 $as_echo_n "(cached) " >&6
718a6fd8
SE
7638else
7639 lt_cv_ld_exported_symbols_list=no
7640 save_LDFLAGS=$LDFLAGS
7641 echo "_main" > conftest.sym
7642 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7644/* end confdefs.h. */
7645
7646int
7647main ()
7648{
7649
7650 ;
7651 return 0;
7652}
7653_ACEOF
81ecdfbb 7654if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7655 lt_cv_ld_exported_symbols_list=yes
7656else
81ecdfbb 7657 lt_cv_ld_exported_symbols_list=no
718a6fd8 7658fi
81ecdfbb
RW
7659rm -f core conftest.err conftest.$ac_objext \
7660 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7661 LDFLAGS="$save_LDFLAGS"
7662
7663fi
81ecdfbb
RW
7664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7665$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7667$as_echo_n "checking for -force_load linker flag... " >&6; }
7668if test "${lt_cv_ld_force_load+set}" = set; then :
7669 $as_echo_n "(cached) " >&6
7670else
7671 lt_cv_ld_force_load=no
7672 cat > conftest.c << _LT_EOF
7673int forced_loaded() { return 2;}
7674_LT_EOF
7675 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7676 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7677 echo "$AR cru libconftest.a conftest.o" >&5
7678 $AR cru libconftest.a conftest.o 2>&5
7679 cat > conftest.c << _LT_EOF
7680int main() { return 0;}
7681_LT_EOF
7682 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7683 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7684 _lt_result=$?
7685 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7686 lt_cv_ld_force_load=yes
7687 else
7688 cat conftest.err >&5
7689 fi
7690 rm -f conftest.err libconftest.a conftest conftest.c
7691 rm -rf conftest.dSYM
7692
7693fi
7694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7695$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7696 case $host_os in
7697 rhapsody* | darwin1.[012])
7698 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7699 darwin1.*)
7700 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7701 darwin*) # darwin 5.x on
7702 # if running on 10.5 or later, the deployment target defaults
7703 # to the OS version, if on x86, and 10.4, the deployment
7704 # target defaults to 10.4. Don't you love it?
7705 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7706 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7707 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7708 10.[012][,.]*)
718a6fd8
SE
7709 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7710 10.*)
7711 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7712 esac
7713 ;;
7714 esac
7715 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7716 _lt_dar_single_mod='$single_module'
7717 fi
7718 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7719 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7720 else
7721 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7722 fi
3725885a 7723 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7724 _lt_dsymutil='~$DSYMUTIL $lib || :'
7725 else
7726 _lt_dsymutil=
7727 fi
7728 ;;
7729 esac
7730
718a6fd8 7731for ac_header in dlfcn.h
81ecdfbb
RW
7732do :
7733 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7734"
7735if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7736 cat >>confdefs.h <<_ACEOF
81ecdfbb 7737#define HAVE_DLFCN_H 1
718a6fd8
SE
7738_ACEOF
7739
7740fi
7741
7742done
7743
7744
7745
3725885a
RW
7746
7747
718a6fd8
SE
7748# Set options
7749
7750
7751
7752 enable_dlopen=no
7753
7754
7755 enable_win32_dll=no
7756
7757
81ecdfbb
RW
7758 # Check whether --enable-shared was given.
7759if test "${enable_shared+set}" = set; then :
7760 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7761 case $enableval in
7762 yes) enable_shared=yes ;;
7763 no) enable_shared=no ;;
7764 *)
7765 enable_shared=no
7766 # Look at the argument we got. We use all the common list separators.
7767 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7768 for pkg in $enableval; do
7769 IFS="$lt_save_ifs"
7770 if test "X$pkg" = "X$p"; then
7771 enable_shared=yes
7772 fi
7773 done
7774 IFS="$lt_save_ifs"
7775 ;;
7776 esac
7777else
7778 enable_shared=yes
81ecdfbb 7779fi
718a6fd8
SE
7780
7781
7782
7783
7784
7785
7786
7787
81ecdfbb
RW
7788
7789 # Check whether --enable-static was given.
7790if test "${enable_static+set}" = set; then :
7791 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7792 case $enableval in
7793 yes) enable_static=yes ;;
7794 no) enable_static=no ;;
7795 *)
7796 enable_static=no
7797 # Look at the argument we got. We use all the common list separators.
7798 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7799 for pkg in $enableval; do
7800 IFS="$lt_save_ifs"
7801 if test "X$pkg" = "X$p"; then
7802 enable_static=yes
7803 fi
7804 done
7805 IFS="$lt_save_ifs"
7806 ;;
7807 esac
7808else
7809 enable_static=yes
81ecdfbb 7810fi
718a6fd8
SE
7811
7812
7813
7814
7815
7816
7817
7818
7819
81ecdfbb
RW
7820
7821# Check whether --with-pic was given.
7822if test "${with_pic+set}" = set; then :
7823 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7824else
7825 pic_mode=default
81ecdfbb
RW
7826fi
7827
718a6fd8
SE
7828
7829test -z "$pic_mode" && pic_mode=default
7830
7831
7832
7833
7834
7835
7836
81ecdfbb
RW
7837 # Check whether --enable-fast-install was given.
7838if test "${enable_fast_install+set}" = set; then :
7839 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7840 case $enableval in
7841 yes) enable_fast_install=yes ;;
7842 no) enable_fast_install=no ;;
7843 *)
7844 enable_fast_install=no
7845 # Look at the argument we got. We use all the common list separators.
7846 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7847 for pkg in $enableval; do
7848 IFS="$lt_save_ifs"
7849 if test "X$pkg" = "X$p"; then
7850 enable_fast_install=yes
7851 fi
7852 done
7853 IFS="$lt_save_ifs"
7357c5b6
AM
7854 ;;
7855 esac
718a6fd8
SE
7856else
7857 enable_fast_install=yes
81ecdfbb
RW
7858fi
7859
20e95c23 7860
20e95c23
DJ
7861
7862
42ecbf5e 7863
d7040cdb 7864
20e95c23 7865
d7040cdb 7866
d7040cdb
SE
7867
7868
7869
7870# This can be used to rebuild libtool when needed
7871LIBTOOL_DEPS="$ltmain"
7872
7873# Always use our own libtool.
7874LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
3725885a 7898
d7040cdb
SE
7899
7900
7901test -z "$LN_S" && LN_S="ln -s"
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916if test -n "${ZSH_VERSION+set}" ; then
7917 setopt NO_GLOB_SUBST
7918fi
7919
81ecdfbb
RW
7920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7921$as_echo_n "checking for objdir... " >&6; }
7922if test "${lt_cv_objdir+set}" = set; then :
7923 $as_echo_n "(cached) " >&6
20e95c23 7924else
d7040cdb
SE
7925 rm -f .libs 2>/dev/null
7926mkdir .libs 2>/dev/null
7927if test -d .libs; then
7928 lt_cv_objdir=.libs
42ecbf5e 7929else
d7040cdb
SE
7930 # MS-DOS does not allow filenames that begin with a dot.
7931 lt_cv_objdir=_libs
7932fi
7933rmdir .libs 2>/dev/null
42ecbf5e 7934fi
81ecdfbb
RW
7935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7936$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7937objdir=$lt_cv_objdir
42ecbf5e 7938
d7040cdb
SE
7939
7940
7941
7942
7943cat >>confdefs.h <<_ACEOF
7944#define LT_OBJDIR "$lt_cv_objdir/"
7945_ACEOF
7946
7947
7948
7949
d7040cdb
SE
7950case $host_os in
7951aix3*)
7952 # AIX sometimes has problems with the GCC collect2 program. For some
7953 # reason, if we set the COLLECT_NAMES environment variable, the problems
7954 # vanish in a puff of smoke.
7955 if test "X${COLLECT_NAMES+set}" != Xset; then
7956 COLLECT_NAMES=
7957 export COLLECT_NAMES
7958 fi
7959 ;;
7960esac
7961
d7040cdb
SE
7962# Global variables:
7963ofile=libtool
7964can_build_shared=yes
7965
7966# All known linkers require a `.a' archive for static linking (except MSVC,
7967# which needs '.lib').
7968libext=a
7969
7970with_gnu_ld="$lt_cv_prog_gnu_ld"
7971
7972old_CC="$CC"
7973old_CFLAGS="$CFLAGS"
7974
7975# Set sane defaults for various variables
7976test -z "$CC" && CC=cc
7977test -z "$LTCC" && LTCC=$CC
7978test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7979test -z "$LD" && LD=ld
7980test -z "$ac_objext" && ac_objext=o
7981
7982for cc_temp in $compiler""; do
7983 case $cc_temp in
7984 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7985 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7986 \-*) ;;
7987 *) break;;
7988 esac
7989done
3725885a 7990cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7991
7992
7993# Only perform the check for file, if the check method requires it
7994test -z "$MAGIC_CMD" && MAGIC_CMD=file
7995case $deplibs_check_method in
7996file_magic*)
7997 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7999$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8000if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8001 $as_echo_n "(cached) " >&6
42ecbf5e 8002else
d7040cdb
SE
8003 case $MAGIC_CMD in
8004[\\/*] | ?:[\\/]*)
8005 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8006 ;;
d7040cdb
SE
8007*)
8008 lt_save_MAGIC_CMD="$MAGIC_CMD"
8009 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8010 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8011 for ac_dir in $ac_dummy; do
8012 IFS="$lt_save_ifs"
8013 test -z "$ac_dir" && ac_dir=.
8014 if test -f $ac_dir/${ac_tool_prefix}file; then
8015 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8016 if test -n "$file_magic_test_file"; then
8017 case $deplibs_check_method in
8018 "file_magic "*)
8019 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8020 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8021 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8022 $EGREP "$file_magic_regex" > /dev/null; then
8023 :
8024 else
8025 cat <<_LT_EOF 1>&2
42ecbf5e 8026
d7040cdb
SE
8027*** Warning: the command libtool uses to detect shared libraries,
8028*** $file_magic_cmd, produces output that libtool cannot recognize.
8029*** The result is that libtool may fail to recognize shared libraries
8030*** as such. This will affect the creation of libtool libraries that
8031*** depend on shared libraries, but programs linked with such libtool
8032*** libraries will work regardless of this problem. Nevertheless, you
8033*** may want to report the problem to your system manager and/or to
8034*** bug-libtool@gnu.org
8035
8036_LT_EOF
8037 fi ;;
8038 esac
8039 fi
8040 break
8041 fi
8042 done
8043 IFS="$lt_save_ifs"
8044 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8045 ;;
8046esac
42ecbf5e 8047fi
20e95c23 8048
d7040cdb
SE
8049MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8050if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8052$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8053else
81ecdfbb
RW
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8055$as_echo "no" >&6; }
42ecbf5e
DJ
8056fi
8057
20e95c23
DJ
8058
8059
42ecbf5e 8060
20e95c23 8061
d7040cdb
SE
8062if test -z "$lt_cv_path_MAGIC_CMD"; then
8063 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8065$as_echo_n "checking for file... " >&6; }
8066if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8067 $as_echo_n "(cached) " >&6
42ecbf5e 8068else
d7040cdb
SE
8069 case $MAGIC_CMD in
8070[\\/*] | ?:[\\/]*)
8071 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8072 ;;
8073*)
8074 lt_save_MAGIC_CMD="$MAGIC_CMD"
8075 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8076 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8077 for ac_dir in $ac_dummy; do
8078 IFS="$lt_save_ifs"
8079 test -z "$ac_dir" && ac_dir=.
8080 if test -f $ac_dir/file; then
8081 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8082 if test -n "$file_magic_test_file"; then
8083 case $deplibs_check_method in
8084 "file_magic "*)
8085 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8086 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8087 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8088 $EGREP "$file_magic_regex" > /dev/null; then
8089 :
8090 else
8091 cat <<_LT_EOF 1>&2
8092
8093*** Warning: the command libtool uses to detect shared libraries,
8094*** $file_magic_cmd, produces output that libtool cannot recognize.
8095*** The result is that libtool may fail to recognize shared libraries
8096*** as such. This will affect the creation of libtool libraries that
8097*** depend on shared libraries, but programs linked with such libtool
8098*** libraries will work regardless of this problem. Nevertheless, you
8099*** may want to report the problem to your system manager and/or to
8100*** bug-libtool@gnu.org
8101
8102_LT_EOF
8103 fi ;;
8104 esac
8105 fi
8106 break
8107 fi
8108 done
8109 IFS="$lt_save_ifs"
8110 MAGIC_CMD="$lt_save_MAGIC_CMD"
8111 ;;
20e95c23
DJ
8112esac
8113fi
d7040cdb
SE
8114
8115MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8116if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8118$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8119else
81ecdfbb
RW
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8121$as_echo "no" >&6; }
20e95c23
DJ
8122fi
8123
20e95c23 8124
42ecbf5e 8125 else
d7040cdb 8126 MAGIC_CMD=:
42ecbf5e 8127 fi
42ecbf5e 8128fi
42ecbf5e 8129
20e95c23 8130 fi
d7040cdb
SE
8131 ;;
8132esac
42ecbf5e 8133
d7040cdb 8134# Use C for the default configuration in the libtool script
42ecbf5e 8135
d7040cdb
SE
8136lt_save_CC="$CC"
8137ac_ext=c
8138ac_cpp='$CPP $CPPFLAGS'
8139ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8140ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8141ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8142
42ecbf5e 8143
d7040cdb
SE
8144# Source file extension for C test sources.
8145ac_ext=c
42ecbf5e 8146
d7040cdb
SE
8147# Object file extension for compiled C test sources.
8148objext=o
8149objext=$objext
42ecbf5e 8150
d7040cdb
SE
8151# Code to be used in simple compile tests
8152lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8153
d7040cdb
SE
8154# Code to be used in simple link tests
8155lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8156
ac48eca1 8157
42ecbf5e 8158
42ecbf5e 8159
d5fbea21 8160
d5fbea21
DJ
8161
8162
d7040cdb
SE
8163# If no C compiler was specified, use CC.
8164LTCC=${LTCC-"$CC"}
20e95c23 8165
d7040cdb
SE
8166# If no C compiler flags were specified, use CFLAGS.
8167LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8168
d7040cdb
SE
8169# Allow CC to be a program name with arguments.
8170compiler=$CC
252b5132 8171
d7040cdb
SE
8172# Save the default compiler, since it gets overwritten when the other
8173# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8174compiler_DEFAULT=$CC
42ecbf5e 8175
d7040cdb
SE
8176# save warnings/boilerplate of simple test code
8177ac_outfile=conftest.$ac_objext
8178echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8179eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8180_lt_compiler_boilerplate=`cat conftest.err`
8181$RM conftest*
252b5132 8182
d7040cdb
SE
8183ac_outfile=conftest.$ac_objext
8184echo "$lt_simple_link_test_code" >conftest.$ac_ext
8185eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8186_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8187$RM -r conftest*
252b5132 8188
42ecbf5e 8189
f2c621e4
AS
8190## CAVEAT EMPTOR:
8191## There is no encapsulation within the following macros, do not change
8192## the running order or otherwise move them around unless you know exactly
8193## what you are doing...
d7040cdb 8194if test -n "$compiler"; then
252b5132 8195
d7040cdb 8196lt_prog_compiler_no_builtin_flag=
252b5132 8197
d7040cdb 8198if test "$GCC" = yes; then
3725885a
RW
8199 case $cc_basename in
8200 nvcc*)
8201 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8202 *)
8203 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8204 esac
d15b04bd 8205
81ecdfbb
RW
8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8207$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8208if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8209 $as_echo_n "(cached) " >&6
252b5132 8210else
d7040cdb
SE
8211 lt_cv_prog_compiler_rtti_exceptions=no
8212 ac_outfile=conftest.$ac_objext
8213 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8214 lt_compiler_flag="-fno-rtti -fno-exceptions"
8215 # Insert the option either (1) after the last *FLAGS variable, or
8216 # (2) before a word containing "conftest.", or (3) at the end.
8217 # Note that $ac_compile itself does not contain backslashes and begins
8218 # with a dollar sign (not a hyphen), so the echo should work correctly.
8219 # The option is referenced via a variable to avoid confusing sed.
8220 lt_compile=`echo "$ac_compile" | $SED \
8221 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8222 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8223 -e 's:$: $lt_compiler_flag:'`
3725885a 8224 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8225 (eval "$lt_compile" 2>conftest.err)
8226 ac_status=$?
8227 cat conftest.err >&5
3725885a 8228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8229 if (exit $ac_status) && test -s "$ac_outfile"; then
8230 # The compiler can only warn and ignore the option if not recognized
8231 # So say no if there are warnings other than the usual output.
3725885a 8232 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8233 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8234 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8235 lt_cv_prog_compiler_rtti_exceptions=yes
8236 fi
8237 fi
8238 $RM conftest*
42ecbf5e 8239
252b5132 8240fi
81ecdfbb
RW
8241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8242$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8243
8244if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8245 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8246else
d7040cdb 8247 :
252b5132 8248fi
252b5132
RH
8249
8250fi
d7040cdb
SE
8251
8252
8253
8254
8255
8256
8257 lt_prog_compiler_wl=
8258lt_prog_compiler_pic=
8259lt_prog_compiler_static=
8260
f2c621e4
AS
8261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8262$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8263
8264 if test "$GCC" = yes; then
8265 lt_prog_compiler_wl='-Wl,'
8266 lt_prog_compiler_static='-static'
8267
8268 case $host_os in
8269 aix*)
8270 # All AIX code is PIC.
8271 if test "$host_cpu" = ia64; then
8272 # AIX 5 now supports IA64 processor
8273 lt_prog_compiler_static='-Bstatic'
8274 fi
6c9c0a50 8275 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8276 ;;
8277
8278 amigaos*)
718a6fd8
SE
8279 case $host_cpu in
8280 powerpc)
8281 # see comment about AmigaOS4 .so support
8282 lt_prog_compiler_pic='-fPIC'
8283 ;;
8284 m68k)
8285 # FIXME: we need at least 68020 code to build shared libraries, but
8286 # adding the `-m68020' flag to GCC prevents building anything better,
8287 # like `-m68040'.
8288 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8289 ;;
8290 esac
d7040cdb
SE
8291 ;;
8292
8293 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8294 # PIC is the default for these OSes.
8295 ;;
8296
718a6fd8 8297 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8298 # This hack is so that the source file can tell whether it is being
8299 # built for inclusion in a dll (and should export symbols for example).
8300 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8301 # (--disable-auto-import) libraries
8302 lt_prog_compiler_pic='-DDLL_EXPORT'
8303 ;;
8304
8305 darwin* | rhapsody*)
8306 # PIC is the default on this platform
8307 # Common symbols not allowed in MH_DYLIB files
8308 lt_prog_compiler_pic='-fno-common'
8309 ;;
8310
3725885a
RW
8311 haiku*)
8312 # PIC is the default for Haiku.
8313 # The "-static" flag exists, but is broken.
8314 lt_prog_compiler_static=
8315 ;;
8316
d7040cdb 8317 hpux*)
718a6fd8
SE
8318 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8319 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8320 # sets the default TLS model and affects inlining.
d7040cdb 8321 case $host_cpu in
718a6fd8 8322 hppa*64*)
d7040cdb
SE
8323 # +Z the default
8324 ;;
8325 *)
8326 lt_prog_compiler_pic='-fPIC'
8327 ;;
8328 esac
8329 ;;
8330
8331 interix[3-9]*)
8332 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8333 # Instead, we relocate shared libraries at runtime.
8334 ;;
8335
8336 msdosdjgpp*)
8337 # Just because we use GCC doesn't mean we suddenly get shared libraries
8338 # on systems that don't support them.
8339 lt_prog_compiler_can_build_shared=no
8340 enable_shared=no
8341 ;;
8342
8343 *nto* | *qnx*)
8344 # QNX uses GNU C++, but need to define -shared option too, otherwise
8345 # it will coredump.
8346 lt_prog_compiler_pic='-fPIC -shared'
8347 ;;
8348
8349 sysv4*MP*)
8350 if test -d /usr/nec; then
8351 lt_prog_compiler_pic=-Kconform_pic
8352 fi
8353 ;;
8354
8355 *)
8356 lt_prog_compiler_pic='-fPIC'
8357 ;;
8358 esac
3725885a
RW
8359
8360 case $cc_basename in
8361 nvcc*) # Cuda Compiler Driver 2.2
8362 lt_prog_compiler_wl='-Xlinker '
8363 lt_prog_compiler_pic='-Xcompiler -fPIC'
8364 ;;
8365 esac
d7040cdb
SE
8366 else
8367 # PORTME Check for flag to pass linker flags through the system compiler.
8368 case $host_os in
8369 aix*)
8370 lt_prog_compiler_wl='-Wl,'
8371 if test "$host_cpu" = ia64; then
8372 # AIX 5 now supports IA64 processor
8373 lt_prog_compiler_static='-Bstatic'
8374 else
8375 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8376 fi
8377 ;;
d7040cdb 8378
718a6fd8 8379 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8380 # This hack is so that the source file can tell whether it is being
8381 # built for inclusion in a dll (and should export symbols for example).
8382 lt_prog_compiler_pic='-DDLL_EXPORT'
8383 ;;
8384
8385 hpux9* | hpux10* | hpux11*)
8386 lt_prog_compiler_wl='-Wl,'
8387 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8388 # not for PA HP-UX.
8389 case $host_cpu in
8390 hppa*64*|ia64*)
8391 # +Z the default
8392 ;;
8393 *)
8394 lt_prog_compiler_pic='+Z'
8395 ;;
8396 esac
8397 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8398 lt_prog_compiler_static='${wl}-a ${wl}archive'
8399 ;;
8400
8401 irix5* | irix6* | nonstopux*)
8402 lt_prog_compiler_wl='-Wl,'
8403 # PIC (with -KPIC) is the default.
8404 lt_prog_compiler_static='-non_shared'
8405 ;;
8406
58e24671 8407 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8408 case $cc_basename in
718a6fd8
SE
8409 # old Intel for x86_64 which still supported -KPIC.
8410 ecc*)
d7040cdb
SE
8411 lt_prog_compiler_wl='-Wl,'
8412 lt_prog_compiler_pic='-KPIC'
8413 lt_prog_compiler_static='-static'
8414 ;;
718a6fd8
SE
8415 # icc used to be incompatible with GCC.
8416 # ICC 10 doesn't accept -KPIC any more.
8417 icc* | ifort*)
8418 lt_prog_compiler_wl='-Wl,'
8419 lt_prog_compiler_pic='-fPIC'
8420 lt_prog_compiler_static='-static'
8421 ;;
8422 # Lahey Fortran 8.1.
8423 lf95*)
8424 lt_prog_compiler_wl='-Wl,'
8425 lt_prog_compiler_pic='--shared'
8426 lt_prog_compiler_static='--static'
8427 ;;
3725885a 8428 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8429 # Portland Group compilers (*not* the Pentium gcc compiler,
8430 # which looks to be a dead project)
8431 lt_prog_compiler_wl='-Wl,'
8432 lt_prog_compiler_pic='-fpic'
8433 lt_prog_compiler_static='-Bstatic'
8434 ;;
8435 ccc*)
8436 lt_prog_compiler_wl='-Wl,'
8437 # All Alpha code is PIC.
8438 lt_prog_compiler_static='-non_shared'
8439 ;;
3725885a
RW
8440 xl* | bgxl* | bgf* | mpixl*)
8441 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8442 lt_prog_compiler_wl='-Wl,'
8443 lt_prog_compiler_pic='-qpic'
8444 lt_prog_compiler_static='-qstaticlink'
8445 ;;
d7040cdb
SE
8446 *)
8447 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8448 *Sun\ F* | *Sun*Fortran*)
8449 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8450 lt_prog_compiler_pic='-KPIC'
8451 lt_prog_compiler_static='-Bstatic'
3725885a 8452 lt_prog_compiler_wl=''
d7040cdb 8453 ;;
3725885a
RW
8454 *Sun\ C*)
8455 # Sun C 5.9
d7040cdb
SE
8456 lt_prog_compiler_pic='-KPIC'
8457 lt_prog_compiler_static='-Bstatic'
3725885a 8458 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8459 ;;
8460 esac
8461 ;;
8462 esac
8463 ;;
8464
8465 newsos6)
8466 lt_prog_compiler_pic='-KPIC'
8467 lt_prog_compiler_static='-Bstatic'
8468 ;;
8469
8470 *nto* | *qnx*)
8471 # QNX uses GNU C++, but need to define -shared option too, otherwise
8472 # it will coredump.
8473 lt_prog_compiler_pic='-fPIC -shared'
8474 ;;
8475
8476 osf3* | osf4* | osf5*)
8477 lt_prog_compiler_wl='-Wl,'
8478 # All OSF/1 code is PIC.
8479 lt_prog_compiler_static='-non_shared'
8480 ;;
8481
8482 rdos*)
8483 lt_prog_compiler_static='-non_shared'
8484 ;;
8485
8486 solaris*)
8487 lt_prog_compiler_pic='-KPIC'
8488 lt_prog_compiler_static='-Bstatic'
8489 case $cc_basename in
f2c621e4 8490 f77* | f90* | f95*)
d7040cdb
SE
8491 lt_prog_compiler_wl='-Qoption ld ';;
8492 *)
8493 lt_prog_compiler_wl='-Wl,';;
8494 esac
8495 ;;
8496
8497 sunos4*)
8498 lt_prog_compiler_wl='-Qoption ld '
8499 lt_prog_compiler_pic='-PIC'
8500 lt_prog_compiler_static='-Bstatic'
8501 ;;
8502
8503 sysv4 | sysv4.2uw2* | sysv4.3*)
8504 lt_prog_compiler_wl='-Wl,'
8505 lt_prog_compiler_pic='-KPIC'
8506 lt_prog_compiler_static='-Bstatic'
8507 ;;
8508
8509 sysv4*MP*)
8510 if test -d /usr/nec ;then
8511 lt_prog_compiler_pic='-Kconform_pic'
8512 lt_prog_compiler_static='-Bstatic'
8513 fi
8514 ;;
8515
8516 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8517 lt_prog_compiler_wl='-Wl,'
8518 lt_prog_compiler_pic='-KPIC'
8519 lt_prog_compiler_static='-Bstatic'
8520 ;;
8521
8522 unicos*)
8523 lt_prog_compiler_wl='-Wl,'
8524 lt_prog_compiler_can_build_shared=no
8525 ;;
8526
8527 uts4*)
8528 lt_prog_compiler_pic='-pic'
8529 lt_prog_compiler_static='-Bstatic'
8530 ;;
8531
8532 *)
8533 lt_prog_compiler_can_build_shared=no
8534 ;;
8535 esac
8536 fi
8537
8538case $host_os in
8539 # For platforms which do not support PIC, -DPIC is meaningless:
8540 *djgpp*)
8541 lt_prog_compiler_pic=
8542 ;;
8543 *)
8544 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8545 ;;
8546esac
f2c621e4
AS
8547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8548$as_echo "$lt_prog_compiler_pic" >&6; }
8549
8550
8551
8552
d7040cdb
SE
8553
8554
8555#
8556# Check to make sure the PIC flag actually works.
8557#
8558if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8560$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8561if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8562 $as_echo_n "(cached) " >&6
42ecbf5e 8563else
718a6fd8 8564 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8565 ac_outfile=conftest.$ac_objext
8566 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8567 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8568 # Insert the option either (1) after the last *FLAGS variable, or
8569 # (2) before a word containing "conftest.", or (3) at the end.
8570 # Note that $ac_compile itself does not contain backslashes and begins
8571 # with a dollar sign (not a hyphen), so the echo should work correctly.
8572 # The option is referenced via a variable to avoid confusing sed.
8573 lt_compile=`echo "$ac_compile" | $SED \
8574 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8575 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8576 -e 's:$: $lt_compiler_flag:'`
3725885a 8577 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8578 (eval "$lt_compile" 2>conftest.err)
8579 ac_status=$?
8580 cat conftest.err >&5
3725885a 8581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8582 if (exit $ac_status) && test -s "$ac_outfile"; then
8583 # The compiler can only warn and ignore the option if not recognized
8584 # So say no if there are warnings other than the usual output.
3725885a 8585 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8586 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8587 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8588 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8589 fi
8590 fi
8591 $RM conftest*
42ecbf5e 8592
252b5132 8593fi
81ecdfbb
RW
8594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8595$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8596
718a6fd8 8597if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8598 case $lt_prog_compiler_pic in
8599 "" | " "*) ;;
8600 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8601 esac
252b5132 8602else
d7040cdb
SE
8603 lt_prog_compiler_pic=
8604 lt_prog_compiler_can_build_shared=no
252b5132 8605fi
252b5132
RH
8606
8607fi
42ecbf5e 8608
d7040cdb
SE
8609
8610
8611
8612
8613
8614#
8615# Check to make sure the static flag actually works.
8616#
8617wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8619$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8620if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8621 $as_echo_n "(cached) " >&6
42ecbf5e 8622else
718a6fd8 8623 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8624 save_LDFLAGS="$LDFLAGS"
8625 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8626 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8627 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8628 # The linker can only warn and ignore the option if not recognized
8629 # So say no if there are warnings
8630 if test -s conftest.err; then
8631 # Append any errors to the config.log.
8632 cat conftest.err 1>&5
3725885a 8633 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8634 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8635 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8636 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8637 fi
8638 else
718a6fd8 8639 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8640 fi
8641 fi
718a6fd8 8642 $RM -r conftest*
d7040cdb 8643 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8644
42ecbf5e 8645fi
81ecdfbb
RW
8646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8647$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8648
718a6fd8 8649if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8650 :
8651else
8652 lt_prog_compiler_static=
42ecbf5e 8653fi
42ecbf5e 8654
252b5132 8655
252b5132 8656
42ecbf5e 8657
252b5132 8658
20e95c23 8659
d7040cdb 8660
81ecdfbb
RW
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8662$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8663if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8664 $as_echo_n "(cached) " >&6
252b5132 8665else
d7040cdb
SE
8666 lt_cv_prog_compiler_c_o=no
8667 $RM -r conftest 2>/dev/null
8668 mkdir conftest
8669 cd conftest
8670 mkdir out
8671 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8672
8673 lt_compiler_flag="-o out/conftest2.$ac_objext"
8674 # Insert the option either (1) after the last *FLAGS variable, or
8675 # (2) before a word containing "conftest.", or (3) at the end.
8676 # Note that $ac_compile itself does not contain backslashes and begins
8677 # with a dollar sign (not a hyphen), so the echo should work correctly.
8678 lt_compile=`echo "$ac_compile" | $SED \
8679 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8680 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8681 -e 's:$: $lt_compiler_flag:'`
3725885a 8682 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8683 (eval "$lt_compile" 2>out/conftest.err)
8684 ac_status=$?
8685 cat out/conftest.err >&5
3725885a 8686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8687 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8688 then
8689 # The compiler can only warn and ignore the option if not recognized
8690 # So say no if there are warnings
3725885a 8691 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8692 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8693 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8694 lt_cv_prog_compiler_c_o=yes
8695 fi
8696 fi
8697 chmod u+w . 2>&5
8698 $RM conftest*
8699 # SGI C++ compiler will create directory out/ii_files/ for
8700 # template instantiation
8701 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8702 $RM out/* && rmdir out
8703 cd ..
8704 $RM -r conftest
8705 $RM conftest*
8706
252b5132 8707fi
81ecdfbb
RW
8708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8709$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8710
20e95c23 8711
20e95c23
DJ
8712
8713
d7040cdb
SE
8714
8715
81ecdfbb
RW
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8717$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8718if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8719 $as_echo_n "(cached) " >&6
42ecbf5e 8720else
d7040cdb
SE
8721 lt_cv_prog_compiler_c_o=no
8722 $RM -r conftest 2>/dev/null
8723 mkdir conftest
8724 cd conftest
8725 mkdir out
8726 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8727
8728 lt_compiler_flag="-o out/conftest2.$ac_objext"
8729 # Insert the option either (1) after the last *FLAGS variable, or
8730 # (2) before a word containing "conftest.", or (3) at the end.
8731 # Note that $ac_compile itself does not contain backslashes and begins
8732 # with a dollar sign (not a hyphen), so the echo should work correctly.
8733 lt_compile=`echo "$ac_compile" | $SED \
8734 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8735 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8736 -e 's:$: $lt_compiler_flag:'`
3725885a 8737 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8738 (eval "$lt_compile" 2>out/conftest.err)
8739 ac_status=$?
8740 cat out/conftest.err >&5
3725885a 8741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8742 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8743 then
8744 # The compiler can only warn and ignore the option if not recognized
8745 # So say no if there are warnings
3725885a 8746 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8747 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8748 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8749 lt_cv_prog_compiler_c_o=yes
8750 fi
8751 fi
8752 chmod u+w . 2>&5
8753 $RM conftest*
8754 # SGI C++ compiler will create directory out/ii_files/ for
8755 # template instantiation
8756 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8757 $RM out/* && rmdir out
8758 cd ..
8759 $RM -r conftest
8760 $RM conftest*
8761
8762fi
81ecdfbb
RW
8763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8764$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8765
8766
8767
8768
8769hard_links="nottested"
8770if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8771 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8773$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8774 hard_links=yes
8775 $RM conftest*
8776 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8777 touch conftest.a
8778 ln conftest.a conftest.b 2>&5 || hard_links=no
8779 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8781$as_echo "$hard_links" >&6; }
d7040cdb 8782 if test "$hard_links" = no; then
81ecdfbb
RW
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8784$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8785 need_locks=warn
8786 fi
8787else
8788 need_locks=no
8789fi
8790
8791
8792
8793
8794
8795
81ecdfbb
RW
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8797$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8798
8799 runpath_var=
8800 allow_undefined_flag=
8801 always_export_symbols=no
8802 archive_cmds=
8803 archive_expsym_cmds=
8804 compiler_needs_object=no
8805 enable_shared_with_static_runtimes=no
8806 export_dynamic_flag_spec=
8807 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8808 hardcode_automatic=no
8809 hardcode_direct=no
8810 hardcode_direct_absolute=no
8811 hardcode_libdir_flag_spec=
8812 hardcode_libdir_flag_spec_ld=
8813 hardcode_libdir_separator=
8814 hardcode_minus_L=no
8815 hardcode_shlibpath_var=unsupported
8816 inherit_rpath=no
8817 link_all_deplibs=unknown
8818 module_cmds=
8819 module_expsym_cmds=
8820 old_archive_from_new_cmds=
8821 old_archive_from_expsyms_cmds=
8822 thread_safe_flag_spec=
8823 whole_archive_flag_spec=
8824 # include_expsyms should be a list of space-separated symbols to be *always*
8825 # included in the symbol list
8826 include_expsyms=
8827 # exclude_expsyms can be an extended regexp of symbols to exclude
8828 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8829 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8830 # as well as any symbol that contains `d'.
718a6fd8 8831 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8832 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8833 # platforms (ab)use it in PIC code, but their linkers get confused if
8834 # the symbol is explicitly referenced. Since portable code cannot
8835 # rely on this symbol name, it's probably fine to never include it in
8836 # preloaded symbol tables.
718a6fd8 8837 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8838 extract_expsyms_cmds=
8839
8840 case $host_os in
718a6fd8 8841 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8842 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8843 # When not using gcc, we currently assume that we are using
8844 # Microsoft Visual C++.
8845 if test "$GCC" != yes; then
8846 with_gnu_ld=no
8847 fi
8848 ;;
8849 interix*)
8850 # we just hope/assume this is gcc and not c89 (= MSVC++)
8851 with_gnu_ld=yes
8852 ;;
8853 openbsd*)
8854 with_gnu_ld=no
8855 ;;
8856 esac
8857
8858 ld_shlibs=yes
3725885a
RW
8859
8860 # On some targets, GNU ld is compatible enough with the native linker
8861 # that we're better off using the native interface for both.
8862 lt_use_gnu_ld_interface=no
d7040cdb 8863 if test "$with_gnu_ld" = yes; then
3725885a
RW
8864 case $host_os in
8865 aix*)
8866 # The AIX port of GNU ld has always aspired to compatibility
8867 # with the native linker. However, as the warning in the GNU ld
8868 # block says, versions before 2.19.5* couldn't really create working
8869 # shared libraries, regardless of the interface used.
8870 case `$LD -v 2>&1` in
8871 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8872 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8873 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8874 *)
8875 lt_use_gnu_ld_interface=yes
8876 ;;
8877 esac
8878 ;;
8879 *)
8880 lt_use_gnu_ld_interface=yes
8881 ;;
8882 esac
8883 fi
8884
8885 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8886 # If archive_cmds runs LD, not CC, wlarc should be empty
8887 wlarc='${wl}'
8888
8889 # Set some defaults for GNU ld with shared library support. These
8890 # are reset later if shared libraries are not supported. Putting them
8891 # here allows them to be overridden if necessary.
8892 runpath_var=LD_RUN_PATH
8893 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8894 export_dynamic_flag_spec='${wl}--export-dynamic'
8895 # ancient GNU ld didn't support --whole-archive et. al.
8896 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8897 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8898 else
8899 whole_archive_flag_spec=
8900 fi
8901 supports_anon_versioning=no
8902 case `$LD -v 2>&1` in
3725885a 8903 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8904 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8905 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8906 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8907 *\ 2.11.*) ;; # other 2.11 versions
8908 *) supports_anon_versioning=yes ;;
8909 esac
8910
8911 # See if GNU ld supports shared libraries.
8912 case $host_os in
50e7d84b 8913 aix[3-9]*)
d7040cdb
SE
8914 # On AIX/PPC, the GNU linker is very broken
8915 if test "$host_cpu" != ia64; then
8916 ld_shlibs=no
8917 cat <<_LT_EOF 1>&2
8918
3725885a 8919*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8920*** to be unable to reliably create shared libraries on AIX.
8921*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8922*** really care for shared libraries, you may want to install binutils
8923*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8924*** You will then need to restart the configuration process.
d7040cdb
SE
8925
8926_LT_EOF
8927 fi
8928 ;;
8929
8930 amigaos*)
718a6fd8
SE
8931 case $host_cpu in
8932 powerpc)
8933 # see comment about AmigaOS4 .so support
8934 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8935 archive_expsym_cmds=''
8936 ;;
8937 m68k)
8938 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)'
8939 hardcode_libdir_flag_spec='-L$libdir'
8940 hardcode_minus_L=yes
8941 ;;
8942 esac
d7040cdb
SE
8943 ;;
8944
8945 beos*)
8946 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8947 allow_undefined_flag=unsupported
8948 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8949 # support --undefined. This deserves some investigation. FIXME
8950 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8951 else
8952 ld_shlibs=no
8953 fi
8954 ;;
8955
718a6fd8 8956 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8957 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8958 # as there is no search path for DLLs.
8959 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8960 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8961 allow_undefined_flag=unsupported
8962 always_export_symbols=no
8963 enable_shared_with_static_runtimes=yes
f2c621e4 8964 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb
SE
8965
8966 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8967 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8968 # If the export-symbols file already is a .def file (1st line
8969 # is EXPORTS), use it as is; otherwise, prepend...
8970 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8971 cp $export_symbols $output_objdir/$soname.def;
8972 else
8973 echo EXPORTS > $output_objdir/$soname.def;
8974 cat $export_symbols >> $output_objdir/$soname.def;
8975 fi~
8976 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8977 else
8978 ld_shlibs=no
8979 fi
8980 ;;
8981
3725885a
RW
8982 haiku*)
8983 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8984 link_all_deplibs=yes
8985 ;;
8986
d7040cdb
SE
8987 interix[3-9]*)
8988 hardcode_direct=no
8989 hardcode_shlibpath_var=no
8990 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8991 export_dynamic_flag_spec='${wl}-E'
8992 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8993 # Instead, shared libraries are loaded at an image base (0x10000000 by
8994 # default) and relocated if they conflict, which is a slow very memory
8995 # consuming and fragmenting process. To avoid this, we pick a random,
8996 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8997 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8998 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8999 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'
9000 ;;
9001
58e24671 9002 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9003 tmp_diet=no
9004 if test "$host_os" = linux-dietlibc; then
9005 case $cc_basename in
9006 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9007 esac
9008 fi
9009 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9010 && test "$tmp_diet" = no
9011 then
6e733cce 9012 tmp_addflag=' $pic_flag'
718a6fd8 9013 tmp_sharedflag='-shared'
d7040cdb
SE
9014 case $cc_basename,$host_cpu in
9015 pgcc*) # Portland Group C compiler
3725885a 9016 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'
d7040cdb
SE
9017 tmp_addflag=' $pic_flag'
9018 ;;
3725885a
RW
9019 pgf77* | pgf90* | pgf95* | pgfortran*)
9020 # Portland Group f77 and f90 compilers
9021 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'
d7040cdb
SE
9022 tmp_addflag=' $pic_flag -Mnomain' ;;
9023 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9024 tmp_addflag=' -i_dynamic' ;;
9025 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9026 tmp_addflag=' -i_dynamic -nofor_main' ;;
9027 ifc* | ifort*) # Intel Fortran compiler
9028 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9029 lf95*) # Lahey Fortran 8.1
9030 whole_archive_flag_spec=
9031 tmp_sharedflag='--shared' ;;
3725885a 9032 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9033 tmp_sharedflag='-qmkshrobj'
9034 tmp_addflag= ;;
3725885a
RW
9035 nvcc*) # Cuda Compiler Driver 2.2
9036 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'
9037 compiler_needs_object=yes
9038 ;;
d7040cdb
SE
9039 esac
9040 case `$CC -V 2>&1 | sed 5q` in
9041 *Sun\ C*) # Sun C 5.9
3725885a 9042 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'
d7040cdb
SE
9043 compiler_needs_object=yes
9044 tmp_sharedflag='-G' ;;
9045 *Sun\ F*) # Sun Fortran 8.3
9046 tmp_sharedflag='-G' ;;
d7040cdb
SE
9047 esac
9048 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9049
9050 if test "x$supports_anon_versioning" = xyes; then
9051 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9052 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9053 echo "local: *; };" >> $output_objdir/$libname.ver~
9054 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9055 fi
718a6fd8
SE
9056
9057 case $cc_basename in
3725885a 9058 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9059 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9060 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9061 hardcode_libdir_flag_spec=
9062 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9063 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9064 if test "x$supports_anon_versioning" = xyes; then
9065 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9066 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9067 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9068 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9069 fi
9070 ;;
9071 esac
d7040cdb
SE
9072 else
9073 ld_shlibs=no
9074 fi
9075 ;;
9076
9077 netbsd*)
9078 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9079 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9080 wlarc=
9081 else
f2c621e4
AS
9082 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9083 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9084 fi
9085 ;;
9086
9087 solaris*)
9088 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9089 ld_shlibs=no
9090 cat <<_LT_EOF 1>&2
9091
9092*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9093*** create shared libraries on Solaris systems. Therefore, libtool
9094*** is disabling shared libraries support. We urge you to upgrade GNU
9095*** binutils to release 2.9.1 or newer. Another option is to modify
9096*** your PATH or compiler configuration so that the native linker is
9097*** used, and then restart.
9098
9099_LT_EOF
9100 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9101 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9102 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9103 else
9104 ld_shlibs=no
9105 fi
9106 ;;
9107
9108 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9109 case `$LD -v 2>&1` in
9110 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9111 ld_shlibs=no
9112 cat <<_LT_EOF 1>&2
9113
9114*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9115*** reliably create shared libraries on SCO systems. Therefore, libtool
9116*** is disabling shared libraries support. We urge you to upgrade GNU
9117*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9118*** your PATH or compiler configuration so that the native linker is
9119*** used, and then restart.
9120
9121_LT_EOF
9122 ;;
9123 *)
9124 # For security reasons, it is highly recommended that you always
9125 # use absolute paths for naming shared libraries, and exclude the
9126 # DT_RUNPATH tag from executables and libraries. But doing so
9127 # requires that you compile everything twice, which is a pain.
9128 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9129 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9130 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9131 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9132 else
9133 ld_shlibs=no
9134 fi
9135 ;;
9136 esac
9137 ;;
9138
9139 sunos4*)
9140 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9141 wlarc=
9142 hardcode_direct=yes
9143 hardcode_shlibpath_var=no
9144 ;;
9145
9146 *)
9147 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9148 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9149 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9150 else
9151 ld_shlibs=no
9152 fi
9153 ;;
9154 esac
9155
9156 if test "$ld_shlibs" = no; then
9157 runpath_var=
9158 hardcode_libdir_flag_spec=
9159 export_dynamic_flag_spec=
9160 whole_archive_flag_spec=
9161 fi
9162 else
9163 # PORTME fill in a description of your system's linker (not GNU ld)
9164 case $host_os in
9165 aix3*)
9166 allow_undefined_flag=unsupported
9167 always_export_symbols=yes
9168 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'
9169 # Note: this linker hardcodes the directories in LIBPATH if there
9170 # are no directories specified by -L.
9171 hardcode_minus_L=yes
9172 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9173 # Neither direct hardcoding nor static linking is supported with a
9174 # broken collect2.
9175 hardcode_direct=unsupported
9176 fi
9177 ;;
9178
50e7d84b 9179 aix[4-9]*)
d7040cdb
SE
9180 if test "$host_cpu" = ia64; then
9181 # On IA64, the linker does run time linking by default, so we don't
9182 # have to do anything special.
9183 aix_use_runtimelinking=no
9184 exp_sym_flag='-Bexport'
9185 no_entry_flag=""
9186 else
9187 # If we're using GNU nm, then we don't want the "-C" option.
9188 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9189 # Also, AIX nm treats weak defined symbols like other global
9190 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9191 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9192 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'
d7040cdb
SE
9193 else
9194 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'
9195 fi
9196 aix_use_runtimelinking=no
9197
9198 # Test if we are trying to use run time linking or normal
9199 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9200 # need to do runtime linking.
50e7d84b 9201 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9202 for ld_flag in $LDFLAGS; do
9203 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9204 aix_use_runtimelinking=yes
9205 break
9206 fi
9207 done
9208 ;;
9209 esac
9210
9211 exp_sym_flag='-bexport'
9212 no_entry_flag='-bnoentry'
9213 fi
9214
9215 # When large executables or shared objects are built, AIX ld can
9216 # have problems creating the table of contents. If linking a library
9217 # or program results in "error TOC overflow" add -mminimal-toc to
9218 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9219 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9220
9221 archive_cmds=''
9222 hardcode_direct=yes
9223 hardcode_direct_absolute=yes
9224 hardcode_libdir_separator=':'
9225 link_all_deplibs=yes
9226 file_list_spec='${wl}-f,'
9227
9228 if test "$GCC" = yes; then
9229 case $host_os in aix4.[012]|aix4.[012].*)
9230 # We only want to do this on AIX 4.2 and lower, the check
9231 # below for broken collect2 doesn't work under 4.3+
9232 collect2name=`${CC} -print-prog-name=collect2`
9233 if test -f "$collect2name" &&
9234 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9235 then
9236 # We have reworked collect2
9237 :
9238 else
9239 # We have old collect2
9240 hardcode_direct=unsupported
9241 # It fails to find uninstalled libraries when the uninstalled
9242 # path is not listed in the libpath. Setting hardcode_minus_L
9243 # to unsupported forces relinking
9244 hardcode_minus_L=yes
9245 hardcode_libdir_flag_spec='-L$libdir'
9246 hardcode_libdir_separator=
9247 fi
9248 ;;
9249 esac
9250 shared_flag='-shared'
9251 if test "$aix_use_runtimelinking" = yes; then
9252 shared_flag="$shared_flag "'${wl}-G'
9253 fi
9254 else
9255 # not using gcc
9256 if test "$host_cpu" = ia64; then
9257 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9258 # chokes on -Wl,-G. The following line is correct:
9259 shared_flag='-G'
9260 else
9261 if test "$aix_use_runtimelinking" = yes; then
9262 shared_flag='${wl}-G'
9263 else
9264 shared_flag='${wl}-bM:SRE'
9265 fi
9266 fi
9267 fi
9268
718a6fd8 9269 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9270 # It seems that -bexpall does not export symbols beginning with
9271 # underscore (_), so it is better to generate a list of symbols to export.
9272 always_export_symbols=yes
9273 if test "$aix_use_runtimelinking" = yes; then
9274 # Warning - without using the other runtime loading flags (-brtl),
9275 # -berok will link without error, but may produce a broken library.
9276 allow_undefined_flag='-berok'
9277 # Determine the default libpath from the value encoded in an
9278 # empty executable.
f2c621e4 9279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9280/* end confdefs.h. */
d7040cdb
SE
9281
9282int
9283main ()
9284{
9285
9286 ;
9287 return 0;
9288}
42ecbf5e 9289_ACEOF
81ecdfbb 9290if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9291
f2c621e4
AS
9292lt_aix_libpath_sed='
9293 /Import File Strings/,/^$/ {
9294 /^0/ {
9295 s/^0 *\(.*\)$/\1/
9296 p
9297 }
9298 }'
9299aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9300# Check for a 64-bit object if we didn't find anything.
9301if test -z "$aix_libpath"; then
9302 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9303fi
252b5132 9304fi
81ecdfbb
RW
9305rm -f core conftest.err conftest.$ac_objext \
9306 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9307if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9308
d7040cdb 9309 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9310 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"
d7040cdb
SE
9311 else
9312 if test "$host_cpu" = ia64; then
9313 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9314 allow_undefined_flag="-z nodefs"
9315 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"
9316 else
9317 # Determine the default libpath from the value encoded in an
9318 # empty executable.
f2c621e4 9319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9320/* end confdefs.h. */
d7040cdb
SE
9321
9322int
9323main ()
9324{
9325
9326 ;
9327 return 0;
9328}
42ecbf5e 9329_ACEOF
81ecdfbb 9330if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9331
f2c621e4
AS
9332lt_aix_libpath_sed='
9333 /Import File Strings/,/^$/ {
9334 /^0/ {
9335 s/^0 *\(.*\)$/\1/
9336 p
9337 }
9338 }'
9339aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9340# Check for a 64-bit object if we didn't find anything.
9341if test -z "$aix_libpath"; then
9342 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9343fi
252b5132 9344fi
81ecdfbb
RW
9345rm -f core conftest.err conftest.$ac_objext \
9346 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9347if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9348
9349 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9350 # Warning - without using the other run time loading flags,
9351 # -berok will link without error, but may produce a broken library.
9352 no_undefined_flag=' ${wl}-bernotok'
9353 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9354 if test "$with_gnu_ld" = yes; then
9355 # We only use this code for GNU lds that support --whole-archive.
9356 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9357 else
9358 # Exported symbols can be pulled into shared objects from archives
9359 whole_archive_flag_spec='$convenience'
9360 fi
d7040cdb
SE
9361 archive_cmds_need_lc=yes
9362 # This is similar to how AIX traditionally builds its shared libraries.
9363 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'
9364 fi
9365 fi
9366 ;;
42ecbf5e 9367
d7040cdb 9368 amigaos*)
718a6fd8
SE
9369 case $host_cpu in
9370 powerpc)
9371 # see comment about AmigaOS4 .so support
9372 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9373 archive_expsym_cmds=''
9374 ;;
9375 m68k)
9376 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)'
9377 hardcode_libdir_flag_spec='-L$libdir'
9378 hardcode_minus_L=yes
9379 ;;
9380 esac
d7040cdb 9381 ;;
252b5132 9382
d7040cdb
SE
9383 bsdi[45]*)
9384 export_dynamic_flag_spec=-rdynamic
9385 ;;
252b5132 9386
718a6fd8 9387 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9388 # When not using gcc, we currently assume that we are using
9389 # Microsoft Visual C++.
9390 # hardcode_libdir_flag_spec is actually meaningless, as there is
9391 # no search path for DLLs.
f2c621e4
AS
9392 hardcode_libdir_flag_spec=' '
9393 allow_undefined_flag=unsupported
9394 # Tell ltmain to make .lib files, not .a files.
9395 libext=lib
9396 # Tell ltmain to make .dll files, not .so files.
9397 shrext_cmds=".dll"
9398 # FIXME: Setting linknames here is a bad hack.
9399 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9400 # The linker will automatically build a .lib file if we build a DLL.
9401 old_archive_from_new_cmds='true'
9402 # FIXME: Should let the user specify the lib program.
9403 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9404 fix_srcfile_path='`cygpath -w "$srcfile"`'
9405 enable_shared_with_static_runtimes=yes
d7040cdb 9406 ;;
252b5132 9407
d7040cdb 9408 darwin* | rhapsody*)
c46f8c51 9409
718a6fd8
SE
9410
9411 archive_cmds_need_lc=no
9412 hardcode_direct=no
9413 hardcode_automatic=yes
9414 hardcode_shlibpath_var=unsupported
3725885a
RW
9415 if test "$lt_cv_ld_force_load" = "yes"; then
9416 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\"`'
9417 else
9418 whole_archive_flag_spec=''
9419 fi
718a6fd8
SE
9420 link_all_deplibs=yes
9421 allow_undefined_flag="$_lt_dar_allow_undefined"
9422 case $cc_basename in
9423 ifort*) _lt_dar_can_shared=yes ;;
9424 *) _lt_dar_can_shared=$GCC ;;
9425 esac
9426 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9427 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9428 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9429 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9430 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}"
9431 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}"
9432
9433 else
9434 ld_shlibs=no
9435 fi
9436
d7040cdb 9437 ;;
42ecbf5e 9438
d7040cdb
SE
9439 dgux*)
9440 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9441 hardcode_libdir_flag_spec='-L$libdir'
9442 hardcode_shlibpath_var=no
9443 ;;
252b5132 9444
d7040cdb
SE
9445 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9446 # support. Future versions do this automatically, but an explicit c++rt0.o
9447 # does not break anything, and helps significantly (at the cost of a little
9448 # extra space).
9449 freebsd2.2*)
9450 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9451 hardcode_libdir_flag_spec='-R$libdir'
9452 hardcode_direct=yes
9453 hardcode_shlibpath_var=no
9454 ;;
252b5132 9455
d7040cdb 9456 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9457 freebsd2.*)
d7040cdb
SE
9458 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9459 hardcode_direct=yes
9460 hardcode_minus_L=yes
9461 hardcode_shlibpath_var=no
9462 ;;
42ecbf5e 9463
d7040cdb
SE
9464 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9465 freebsd* | dragonfly*)
f2c621e4 9466 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9467 hardcode_libdir_flag_spec='-R$libdir'
9468 hardcode_direct=yes
9469 hardcode_shlibpath_var=no
9470 ;;
252b5132 9471
d7040cdb
SE
9472 hpux9*)
9473 if test "$GCC" = yes; then
f2c621e4 9474 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'
d7040cdb
SE
9475 else
9476 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'
9477 fi
9478 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9479 hardcode_libdir_separator=:
9480 hardcode_direct=yes
9481
9482 # hardcode_minus_L: Not really in the search PATH,
9483 # but as the default location of the library.
9484 hardcode_minus_L=yes
9485 export_dynamic_flag_spec='${wl}-E'
9486 ;;
20e95c23 9487
d7040cdb 9488 hpux10*)
3725885a 9489 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9490 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9491 else
9492 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9493 fi
9494 if test "$with_gnu_ld" = no; then
9495 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9496 hardcode_libdir_flag_spec_ld='+b $libdir'
9497 hardcode_libdir_separator=:
9498 hardcode_direct=yes
9499 hardcode_direct_absolute=yes
9500 export_dynamic_flag_spec='${wl}-E'
9501 # hardcode_minus_L: Not really in the search PATH,
9502 # but as the default location of the library.
9503 hardcode_minus_L=yes
9504 fi
9505 ;;
20e95c23 9506
d7040cdb 9507 hpux11*)
3725885a 9508 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9509 case $host_cpu in
9510 hppa*64*)
9511 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9512 ;;
9513 ia64*)
f2c621e4 9514 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9515 ;;
9516 *)
f2c621e4 9517 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9518 ;;
9519 esac
9520 else
9521 case $host_cpu in
9522 hppa*64*)
9523 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9524 ;;
9525 ia64*)
9526 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9527 ;;
9528 *)
3725885a
RW
9529
9530 # Older versions of the 11.00 compiler do not understand -b yet
9531 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9533$as_echo_n "checking if $CC understands -b... " >&6; }
9534if test "${lt_cv_prog_compiler__b+set}" = set; then :
9535 $as_echo_n "(cached) " >&6
9536else
9537 lt_cv_prog_compiler__b=no
9538 save_LDFLAGS="$LDFLAGS"
9539 LDFLAGS="$LDFLAGS -b"
9540 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9541 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9542 # The linker can only warn and ignore the option if not recognized
9543 # So say no if there are warnings
9544 if test -s conftest.err; then
9545 # Append any errors to the config.log.
9546 cat conftest.err 1>&5
9547 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9548 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9549 if diff conftest.exp conftest.er2 >/dev/null; then
9550 lt_cv_prog_compiler__b=yes
9551 fi
9552 else
9553 lt_cv_prog_compiler__b=yes
9554 fi
9555 fi
9556 $RM -r conftest*
9557 LDFLAGS="$save_LDFLAGS"
9558
9559fi
9560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9561$as_echo "$lt_cv_prog_compiler__b" >&6; }
9562
9563if test x"$lt_cv_prog_compiler__b" = xyes; then
9564 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9565else
9566 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9567fi
9568
d7040cdb
SE
9569 ;;
9570 esac
9571 fi
9572 if test "$with_gnu_ld" = no; then
9573 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9574 hardcode_libdir_separator=:
9575
9576 case $host_cpu in
9577 hppa*64*|ia64*)
9578 hardcode_direct=no
9579 hardcode_shlibpath_var=no
9580 ;;
9581 *)
9582 hardcode_direct=yes
9583 hardcode_direct_absolute=yes
9584 export_dynamic_flag_spec='${wl}-E'
9585
9586 # hardcode_minus_L: Not really in the search PATH,
9587 # but as the default location of the library.
9588 hardcode_minus_L=yes
9589 ;;
9590 esac
9591 fi
9592 ;;
9593
9594 irix5* | irix6* | nonstopux*)
9595 if test "$GCC" = yes; then
f2c621e4 9596 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'
d7040cdb
SE
9597 # Try to use the -exported_symbol ld option, if it does not
9598 # work, assume that -exports_file does not work either and
9599 # implicitly export all symbols.
f2c621e4
AS
9600 save_LDFLAGS="$LDFLAGS"
9601 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9603/* end confdefs.h. */
f2c621e4 9604int foo(void) {}
42ecbf5e 9605_ACEOF
81ecdfbb 9606if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9607 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'
9608
42ecbf5e 9609fi
81ecdfbb
RW
9610rm -f core conftest.err conftest.$ac_objext \
9611 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9612 LDFLAGS="$save_LDFLAGS"
d7040cdb 9613 else
3725885a
RW
9614 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'
9615 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'
d7040cdb
SE
9616 fi
9617 archive_cmds_need_lc='no'
9618 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9619 hardcode_libdir_separator=:
9620 inherit_rpath=yes
9621 link_all_deplibs=yes
9622 ;;
42ecbf5e 9623
d7040cdb
SE
9624 netbsd*)
9625 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9626 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9627 else
9628 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9629 fi
9630 hardcode_libdir_flag_spec='-R$libdir'
9631 hardcode_direct=yes
9632 hardcode_shlibpath_var=no
9633 ;;
42ecbf5e 9634
d7040cdb
SE
9635 newsos6)
9636 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9637 hardcode_direct=yes
9638 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9639 hardcode_libdir_separator=:
9640 hardcode_shlibpath_var=no
9641 ;;
42ecbf5e 9642
d7040cdb
SE
9643 *nto* | *qnx*)
9644 ;;
252b5132 9645
d7040cdb 9646 openbsd*)
718a6fd8
SE
9647 if test -f /usr/libexec/ld.so; then
9648 hardcode_direct=yes
9649 hardcode_shlibpath_var=no
9650 hardcode_direct_absolute=yes
9651 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9652 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9653 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9654 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9655 export_dynamic_flag_spec='${wl}-E'
9656 else
9657 case $host_os in
9658 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9659 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9660 hardcode_libdir_flag_spec='-R$libdir'
9661 ;;
9662 *)
9663 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9664 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9665 ;;
9666 esac
9667 fi
9668 else
9669 ld_shlibs=no
d7040cdb
SE
9670 fi
9671 ;;
252b5132 9672
d7040cdb
SE
9673 os2*)
9674 hardcode_libdir_flag_spec='-L$libdir'
9675 hardcode_minus_L=yes
9676 allow_undefined_flag=unsupported
3725885a 9677 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'
d7040cdb
SE
9678 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9679 ;;
2481e6a2 9680
d7040cdb
SE
9681 osf3*)
9682 if test "$GCC" = yes; then
9683 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9684 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'
d7040cdb
SE
9685 else
9686 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9687 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'
d7040cdb
SE
9688 fi
9689 archive_cmds_need_lc='no'
9690 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9691 hardcode_libdir_separator=:
9692 ;;
42ecbf5e 9693
d7040cdb
SE
9694 osf4* | osf5*) # as osf3* with the addition of -msym flag
9695 if test "$GCC" = yes; then
9696 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9697 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'
d7040cdb
SE
9698 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9699 else
9700 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9701 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'
d7040cdb 9702 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~
3725885a 9703 $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'
42ecbf5e 9704
d7040cdb
SE
9705 # Both c and cxx compiler support -rpath directly
9706 hardcode_libdir_flag_spec='-rpath $libdir'
9707 fi
9708 archive_cmds_need_lc='no'
9709 hardcode_libdir_separator=:
9710 ;;
9711
9712 solaris*)
9713 no_undefined_flag=' -z defs'
9714 if test "$GCC" = yes; then
9715 wlarc='${wl}'
f2c621e4 9716 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9717 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9718 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
d7040cdb
SE
9719 else
9720 case `$CC -V 2>&1` in
9721 *"Compilers 5.0"*)
9722 wlarc=''
9723 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9724 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9725 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9726 ;;
9727 *)
9728 wlarc='${wl}'
9729 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9730 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9731 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9732 ;;
9733 esac
9734 fi
9735 hardcode_libdir_flag_spec='-R$libdir'
9736 hardcode_shlibpath_var=no
9737 case $host_os in
9738 solaris2.[0-5] | solaris2.[0-5].*) ;;
9739 *)
9740 # The compiler driver will combine and reorder linker options,
9741 # but understands `-z linker_flag'. GCC discards it without `$wl',
9742 # but is careful enough not to reorder.
9743 # Supported since Solaris 2.6 (maybe 2.5.1?)
9744 if test "$GCC" = yes; then
9745 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9746 else
9747 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9748 fi
9749 ;;
9750 esac
9751 link_all_deplibs=yes
9752 ;;
9753
9754 sunos4*)
9755 if test "x$host_vendor" = xsequent; then
9756 # Use $CC to link under sequent, because it throws in some extra .o
9757 # files that make .init and .fini sections work.
9758 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9759 else
9760 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9761 fi
9762 hardcode_libdir_flag_spec='-L$libdir'
9763 hardcode_direct=yes
9764 hardcode_minus_L=yes
9765 hardcode_shlibpath_var=no
9766 ;;
9767
9768 sysv4)
9769 case $host_vendor in
9770 sni)
9771 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9772 hardcode_direct=yes # is this really true???
9773 ;;
9774 siemens)
9775 ## LD is ld it makes a PLAMLIB
9776 ## CC just makes a GrossModule.
9777 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9778 reload_cmds='$CC -r -o $output$reload_objs'
9779 hardcode_direct=no
9780 ;;
9781 motorola)
9782 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9783 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9784 ;;
9785 esac
9786 runpath_var='LD_RUN_PATH'
9787 hardcode_shlibpath_var=no
9788 ;;
9789
9790 sysv4.3*)
9791 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9792 hardcode_shlibpath_var=no
9793 export_dynamic_flag_spec='-Bexport'
9794 ;;
9795
9796 sysv4*MP*)
9797 if test -d /usr/nec; then
9798 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9799 hardcode_shlibpath_var=no
9800 runpath_var=LD_RUN_PATH
9801 hardcode_runpath_var=yes
9802 ld_shlibs=yes
9803 fi
9804 ;;
9805
9806 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9807 no_undefined_flag='${wl}-z,text'
9808 archive_cmds_need_lc=no
9809 hardcode_shlibpath_var=no
9810 runpath_var='LD_RUN_PATH'
9811
9812 if test "$GCC" = yes; then
9813 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9814 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9815 else
9816 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818 fi
9819 ;;
9820
9821 sysv5* | sco3.2v5* | sco5v6*)
9822 # Note: We can NOT use -z defs as we might desire, because we do not
9823 # link with -lc, and that would cause any symbols used from libc to
9824 # always be unresolved, which means just about no library would
9825 # ever link correctly. If we're not using GNU ld we use -z text
9826 # though, which does catch some bad symbols but isn't as heavy-handed
9827 # as -z defs.
9828 no_undefined_flag='${wl}-z,text'
9829 allow_undefined_flag='${wl}-z,nodefs'
9830 archive_cmds_need_lc=no
9831 hardcode_shlibpath_var=no
9832 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9833 hardcode_libdir_separator=':'
9834 link_all_deplibs=yes
9835 export_dynamic_flag_spec='${wl}-Bexport'
9836 runpath_var='LD_RUN_PATH'
9837
9838 if test "$GCC" = yes; then
9839 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9840 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9841 else
9842 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9844 fi
9845 ;;
9846
9847 uts4*)
9848 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9849 hardcode_libdir_flag_spec='-L$libdir'
9850 hardcode_shlibpath_var=no
9851 ;;
9852
9853 *)
9854 ld_shlibs=no
9855 ;;
9856 esac
9857
9858 if test x$host_vendor = xsni; then
9859 case $host in
9860 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9861 export_dynamic_flag_spec='${wl}-Blargedynsym'
9862 ;;
9863 esac
9864 fi
9865 fi
9866
81ecdfbb
RW
9867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9868$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9869test "$ld_shlibs" = no && can_build_shared=no
9870
9871with_gnu_ld=$with_gnu_ld
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887#
9888# Do we need to explicitly link libc?
9889#
9890case "x$archive_cmds_need_lc" in
9891x|xyes)
9892 # Assume -lc should be added
9893 archive_cmds_need_lc=yes
9894
9895 if test "$enable_shared" = yes && test "$GCC" = yes; then
9896 case $archive_cmds in
9897 *'~'*)
9898 # FIXME: we may have to deal with multi-command sequences.
9899 ;;
9900 '$CC '*)
9901 # Test whether the compiler implicitly links with -lc since on some
9902 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9903 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9905$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9906if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9907 $as_echo_n "(cached) " >&6
39144654
RW
9908else
9909 $RM conftest*
9910 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9911
81ecdfbb 9912 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9913 (eval $ac_compile) 2>&5
20e95c23 9914 ac_status=$?
81ecdfbb
RW
9915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9916 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9917 soname=conftest
9918 lib=conftest
9919 libobjs=conftest.$ac_objext
9920 deplibs=
9921 wl=$lt_prog_compiler_wl
9922 pic_flag=$lt_prog_compiler_pic
9923 compiler_flags=-v
9924 linker_flags=-v
9925 verstring=
9926 output_objdir=.
9927 libname=conftest
9928 lt_save_allow_undefined_flag=$allow_undefined_flag
9929 allow_undefined_flag=
81ecdfbb 9930 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9931 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9932 ac_status=$?
81ecdfbb
RW
9933 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9934 test $ac_status = 0; }
39144654
RW
9935 then
9936 lt_cv_archive_cmds_need_lc=no
9937 else
9938 lt_cv_archive_cmds_need_lc=yes
9939 fi
9940 allow_undefined_flag=$lt_save_allow_undefined_flag
9941 else
9942 cat conftest.err 1>&5
9943 fi
9944 $RM conftest*
9945
9946fi
81ecdfbb
RW
9947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9948$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9949 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9950 ;;
9951 esac
9952 fi
9953 ;;
9954esac
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
81ecdfbb
RW
10112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10113$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10114
10115if test "$GCC" = yes; then
d7040cdb
SE
10116 case $host_os in
10117 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10118 *) lt_awk_arg="/^libraries:/" ;;
10119 esac
3725885a
RW
10120 case $host_os in
10121 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10122 *) lt_sed_strip_eq="s,=/,/,g" ;;
10123 esac
10124 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10125 case $lt_search_path_spec in
10126 *\;*)
d7040cdb
SE
10127 # if the path contains ";" then we assume it to be the separator
10128 # otherwise default to the standard path separator (i.e. ":") - it is
10129 # assumed that no part of a normal pathname contains ";" but that should
10130 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10131 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10132 ;;
10133 *)
10134 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10135 ;;
10136 esac
d7040cdb
SE
10137 # Ok, now we have the path, separated by spaces, we can step through it
10138 # and add multilib dir if necessary.
10139 lt_tmp_lt_search_path_spec=
10140 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10141 for lt_sys_path in $lt_search_path_spec; do
10142 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10143 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10144 else
10145 test -d "$lt_sys_path" && \
10146 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10147 fi
10148 done
3725885a 10149 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10150BEGIN {RS=" "; FS="/|\n";} {
10151 lt_foo="";
10152 lt_count=0;
10153 for (lt_i = NF; lt_i > 0; lt_i--) {
10154 if ($lt_i != "" && $lt_i != ".") {
10155 if ($lt_i == "..") {
10156 lt_count++;
10157 } else {
10158 if (lt_count == 0) {
10159 lt_foo="/" $lt_i lt_foo;
10160 } else {
10161 lt_count--;
10162 }
10163 }
10164 }
10165 }
10166 if (lt_foo != "") { lt_freq[lt_foo]++; }
10167 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10168}'`
3725885a
RW
10169 # AWK program above erroneously prepends '/' to C:/dos/paths
10170 # for these hosts.
10171 case $host_os in
10172 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10173 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10174 esac
10175 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10176else
10177 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10178fi
10179library_names_spec=
10180libname_spec='lib$name'
10181soname_spec=
10182shrext_cmds=".so"
10183postinstall_cmds=
10184postuninstall_cmds=
10185finish_cmds=
10186finish_eval=
10187shlibpath_var=
10188shlibpath_overrides_runpath=unknown
10189version_type=none
10190dynamic_linker="$host_os ld.so"
10191sys_lib_dlsearch_path_spec="/lib /usr/lib"
10192need_lib_prefix=unknown
10193hardcode_into_libs=no
10194
10195# when you set need_version to no, make sure it does not cause -set_version
10196# flags to be left without arguments
10197need_version=unknown
10198
10199case $host_os in
10200aix3*)
10201 version_type=linux
10202 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10203 shlibpath_var=LIBPATH
10204
10205 # AIX 3 has no versioning support, so we append a major version to the name.
10206 soname_spec='${libname}${release}${shared_ext}$major'
10207 ;;
10208
50e7d84b 10209aix[4-9]*)
d7040cdb
SE
10210 version_type=linux
10211 need_lib_prefix=no
10212 need_version=no
10213 hardcode_into_libs=yes
10214 if test "$host_cpu" = ia64; then
10215 # AIX 5 supports IA64
10216 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10217 shlibpath_var=LD_LIBRARY_PATH
10218 else
10219 # With GCC up to 2.95.x, collect2 would create an import file
10220 # for dependence libraries. The import file would start with
10221 # the line `#! .'. This would cause the generated library to
10222 # depend on `.', always an invalid library. This was fixed in
10223 # development snapshots of GCC prior to 3.0.
10224 case $host_os in
10225 aix4 | aix4.[01] | aix4.[01].*)
10226 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10227 echo ' yes '
10228 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10229 :
10230 else
10231 can_build_shared=no
10232 fi
10233 ;;
10234 esac
10235 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10236 # soname into executable. Probably we can add versioning support to
10237 # collect2, so additional links can be useful in future.
10238 if test "$aix_use_runtimelinking" = yes; then
10239 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10240 # instead of lib<name>.a to let people know that these are not
10241 # typical AIX shared libraries.
10242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10243 else
10244 # We preserve .a as extension for shared libraries through AIX4.2
10245 # and later when we are not doing run time linking.
10246 library_names_spec='${libname}${release}.a $libname.a'
10247 soname_spec='${libname}${release}${shared_ext}$major'
10248 fi
10249 shlibpath_var=LIBPATH
10250 fi
10251 ;;
10252
10253amigaos*)
718a6fd8
SE
10254 case $host_cpu in
10255 powerpc)
10256 # Since July 2007 AmigaOS4 officially supports .so libraries.
10257 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10258 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10259 ;;
10260 m68k)
d7040cdb
SE
10261 library_names_spec='$libname.ixlibrary $libname.a'
10262 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10263 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'
718a6fd8
SE
10264 ;;
10265 esac
d7040cdb
SE
10266 ;;
10267
10268beos*)
10269 library_names_spec='${libname}${shared_ext}'
10270 dynamic_linker="$host_os ld.so"
10271 shlibpath_var=LIBRARY_PATH
10272 ;;
10273
10274bsdi[45]*)
10275 version_type=linux
10276 need_version=no
10277 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10278 soname_spec='${libname}${release}${shared_ext}$major'
10279 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10280 shlibpath_var=LD_LIBRARY_PATH
10281 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10282 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10283 # the default ld.so.conf also contains /usr/contrib/lib and
10284 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10285 # libtool to hard-code these into programs
10286 ;;
10287
718a6fd8 10288cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10289 version_type=windows
10290 shrext_cmds=".dll"
10291 need_version=no
10292 need_lib_prefix=no
10293
f2c621e4
AS
10294 case $GCC,$host_os in
10295 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10296 library_names_spec='$libname.dll.a'
10297 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10298 postinstall_cmds='base_file=`basename \${file}`~
10299 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10300 dldir=$destdir/`dirname \$dlpath`~
10301 test -d \$dldir || mkdir -p \$dldir~
10302 $install_prog $dir/$dlname \$dldir/$dlname~
10303 chmod a+x \$dldir/$dlname~
10304 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10305 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10306 fi'
10307 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10308 dlpath=$dir/\$dldll~
10309 $RM \$dlpath'
10310 shlibpath_overrides_runpath=yes
10311
10312 case $host_os in
10313 cygwin*)
10314 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10315 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10316
10317 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10318 ;;
718a6fd8 10319 mingw* | cegcc*)
d7040cdb
SE
10320 # MinGW DLLs use traditional 'lib' prefix
10321 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10322 ;;
10323 pw32*)
10324 # pw32 DLLs use 'pw' prefix rather than 'lib'
10325 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10326 ;;
10327 esac
10328 ;;
10329
10330 *)
10331 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10332 ;;
10333 esac
f2c621e4 10334 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10335 # FIXME: first we should search . and the directory the executable is in
10336 shlibpath_var=PATH
10337 ;;
10338
10339darwin* | rhapsody*)
10340 dynamic_linker="$host_os dyld"
10341 version_type=darwin
10342 need_lib_prefix=no
10343 need_version=no
10344 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10345 soname_spec='${libname}${release}${major}$shared_ext'
10346 shlibpath_overrides_runpath=yes
10347 shlibpath_var=DYLD_LIBRARY_PATH
10348 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10349
10350 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10351 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10352 ;;
10353
10354dgux*)
10355 version_type=linux
10356 need_lib_prefix=no
10357 need_version=no
10358 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10359 soname_spec='${libname}${release}${shared_ext}$major'
10360 shlibpath_var=LD_LIBRARY_PATH
10361 ;;
10362
d7040cdb
SE
10363freebsd* | dragonfly*)
10364 # DragonFly does not have aout. When/if they implement a new
10365 # versioning mechanism, adjust this.
10366 if test -x /usr/bin/objformat; then
10367 objformat=`/usr/bin/objformat`
10368 else
10369 case $host_os in
6d2920c8 10370 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10371 *) objformat=elf ;;
10372 esac
10373 fi
10374 version_type=freebsd-$objformat
10375 case $version_type in
10376 freebsd-elf*)
10377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10378 need_version=no
10379 need_lib_prefix=no
10380 ;;
10381 freebsd-*)
10382 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10383 need_version=yes
10384 ;;
10385 esac
10386 shlibpath_var=LD_LIBRARY_PATH
10387 case $host_os in
6d2920c8 10388 freebsd2.*)
d7040cdb
SE
10389 shlibpath_overrides_runpath=yes
10390 ;;
10391 freebsd3.[01]* | freebsdelf3.[01]*)
10392 shlibpath_overrides_runpath=yes
10393 hardcode_into_libs=yes
10394 ;;
10395 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10396 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10397 shlibpath_overrides_runpath=no
10398 hardcode_into_libs=yes
10399 ;;
10400 *) # from 4.6 on, and DragonFly
10401 shlibpath_overrides_runpath=yes
10402 hardcode_into_libs=yes
10403 ;;
10404 esac
10405 ;;
10406
10407gnu*)
10408 version_type=linux
10409 need_lib_prefix=no
10410 need_version=no
10411 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10412 soname_spec='${libname}${release}${shared_ext}$major'
10413 shlibpath_var=LD_LIBRARY_PATH
10414 hardcode_into_libs=yes
10415 ;;
10416
3725885a
RW
10417haiku*)
10418 version_type=linux
10419 need_lib_prefix=no
10420 need_version=no
10421 dynamic_linker="$host_os runtime_loader"
10422 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10423 soname_spec='${libname}${release}${shared_ext}$major'
10424 shlibpath_var=LIBRARY_PATH
10425 shlibpath_overrides_runpath=yes
f2c621e4 10426 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10427 hardcode_into_libs=yes
10428 ;;
10429
d7040cdb
SE
10430hpux9* | hpux10* | hpux11*)
10431 # Give a soname corresponding to the major version so that dld.sl refuses to
10432 # link against other versions.
10433 version_type=sunos
10434 need_lib_prefix=no
10435 need_version=no
10436 case $host_cpu in
10437 ia64*)
10438 shrext_cmds='.so'
10439 hardcode_into_libs=yes
10440 dynamic_linker="$host_os dld.so"
10441 shlibpath_var=LD_LIBRARY_PATH
10442 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10444 soname_spec='${libname}${release}${shared_ext}$major'
10445 if test "X$HPUX_IA64_MODE" = X32; then
10446 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10447 else
10448 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10449 fi
10450 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10451 ;;
10452 hppa*64*)
10453 shrext_cmds='.sl'
10454 hardcode_into_libs=yes
10455 dynamic_linker="$host_os dld.sl"
10456 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10457 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10459 soname_spec='${libname}${release}${shared_ext}$major'
10460 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10461 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10462 ;;
10463 *)
10464 shrext_cmds='.sl'
10465 dynamic_linker="$host_os dld.sl"
10466 shlibpath_var=SHLIB_PATH
10467 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10468 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10469 soname_spec='${libname}${release}${shared_ext}$major'
10470 ;;
10471 esac
3725885a 10472 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10473 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10474 # or fails outright, so override atomically:
10475 install_override_mode=555
d7040cdb
SE
10476 ;;
10477
10478interix[3-9]*)
10479 version_type=linux
10480 need_lib_prefix=no
10481 need_version=no
10482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10483 soname_spec='${libname}${release}${shared_ext}$major'
10484 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10485 shlibpath_var=LD_LIBRARY_PATH
10486 shlibpath_overrides_runpath=no
10487 hardcode_into_libs=yes
10488 ;;
10489
10490irix5* | irix6* | nonstopux*)
10491 case $host_os in
10492 nonstopux*) version_type=nonstopux ;;
10493 *)
10494 if test "$lt_cv_prog_gnu_ld" = yes; then
10495 version_type=linux
10496 else
10497 version_type=irix
10498 fi ;;
10499 esac
10500 need_lib_prefix=no
10501 need_version=no
10502 soname_spec='${libname}${release}${shared_ext}$major'
10503 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10504 case $host_os in
10505 irix5* | nonstopux*)
10506 libsuff= shlibsuff=
10507 ;;
10508 *)
10509 case $LD in # libtool.m4 will add one of these switches to LD
10510 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10511 libsuff= shlibsuff= libmagic=32-bit;;
10512 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10513 libsuff=32 shlibsuff=N32 libmagic=N32;;
10514 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10515 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10516 *) libsuff= shlibsuff= libmagic=never-match;;
10517 esac
10518 ;;
10519 esac
10520 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10521 shlibpath_overrides_runpath=no
10522 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10523 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10524 hardcode_into_libs=yes
10525 ;;
10526
10527# No shared lib support for Linux oldld, aout, or coff.
10528linux*oldld* | linux*aout* | linux*coff*)
10529 dynamic_linker=no
10530 ;;
10531
10532# This must be Linux ELF.
58e24671 10533linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10534 version_type=linux
10535 need_lib_prefix=no
10536 need_version=no
10537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10538 soname_spec='${libname}${release}${shared_ext}$major'
10539 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10540 shlibpath_var=LD_LIBRARY_PATH
10541 shlibpath_overrides_runpath=no
39144654 10542
d7040cdb 10543 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10544 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10545 $as_echo_n "(cached) " >&6
39144654
RW
10546else
10547 lt_cv_shlibpath_overrides_runpath=no
10548 save_LDFLAGS=$LDFLAGS
10549 save_libdir=$libdir
10550 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10551 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10553/* end confdefs.h. */
10554
10555int
10556main ()
10557{
10558
10559 ;
10560 return 0;
10561}
10562_ACEOF
81ecdfbb
RW
10563if ac_fn_c_try_link "$LINENO"; then :
10564 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10565 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10566fi
d7040cdb 10567fi
81ecdfbb
RW
10568rm -f core conftest.err conftest.$ac_objext \
10569 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10570 LDFLAGS=$save_LDFLAGS
10571 libdir=$save_libdir
10572
10573fi
10574
10575 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10576
10577 # This implies no fast_install, which is unacceptable.
10578 # Some rework will be needed to allow for fast_install
10579 # before this can be enabled.
10580 hardcode_into_libs=yes
10581
10582 # Append ld.so.conf contents to the search path
10583 if test -f /etc/ld.so.conf; then
3725885a 10584 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' ' '`
f2c621e4 10585 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10586 fi
10587
10588 # We used to test for /lib/ld.so.1 and disable shared libraries on
10589 # powerpc, because MkLinux only supported shared libraries with the
10590 # GNU dynamic linker. Since this was broken with cross compilers,
10591 # most powerpc-linux boxes support dynamic linking these days and
10592 # people can always --disable-shared, the test was removed, and we
10593 # assume the GNU/Linux dynamic linker is in use.
10594 dynamic_linker='GNU/Linux ld.so'
10595 ;;
10596
10597netbsd*)
10598 version_type=sunos
10599 need_lib_prefix=no
10600 need_version=no
10601 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10602 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10603 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10604 dynamic_linker='NetBSD (a.out) ld.so'
10605 else
10606 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 dynamic_linker='NetBSD ld.elf_so'
10609 fi
10610 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=yes
10612 hardcode_into_libs=yes
10613 ;;
10614
10615newsos6)
10616 version_type=linux
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10618 shlibpath_var=LD_LIBRARY_PATH
10619 shlibpath_overrides_runpath=yes
10620 ;;
10621
10622*nto* | *qnx*)
10623 version_type=qnx
10624 need_lib_prefix=no
10625 need_version=no
10626 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10627 soname_spec='${libname}${release}${shared_ext}$major'
10628 shlibpath_var=LD_LIBRARY_PATH
10629 shlibpath_overrides_runpath=no
10630 hardcode_into_libs=yes
10631 dynamic_linker='ldqnx.so'
10632 ;;
10633
10634openbsd*)
10635 version_type=sunos
10636 sys_lib_dlsearch_path_spec="/usr/lib"
10637 need_lib_prefix=no
10638 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10639 case $host_os in
10640 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10641 *) need_version=no ;;
10642 esac
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10644 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10645 shlibpath_var=LD_LIBRARY_PATH
10646 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10647 case $host_os in
10648 openbsd2.[89] | openbsd2.[89].*)
10649 shlibpath_overrides_runpath=no
10650 ;;
10651 *)
10652 shlibpath_overrides_runpath=yes
10653 ;;
10654 esac
10655 else
10656 shlibpath_overrides_runpath=yes
10657 fi
10658 ;;
10659
10660os2*)
10661 libname_spec='$name'
10662 shrext_cmds=".dll"
10663 need_lib_prefix=no
10664 library_names_spec='$libname${shared_ext} $libname.a'
10665 dynamic_linker='OS/2 ld.exe'
10666 shlibpath_var=LIBPATH
10667 ;;
10668
10669osf3* | osf4* | osf5*)
10670 version_type=osf
10671 need_lib_prefix=no
10672 need_version=no
10673 soname_spec='${libname}${release}${shared_ext}$major'
10674 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10675 shlibpath_var=LD_LIBRARY_PATH
10676 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10677 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10678 ;;
10679
10680rdos*)
10681 dynamic_linker=no
10682 ;;
10683
10684solaris*)
10685 version_type=linux
10686 need_lib_prefix=no
10687 need_version=no
10688 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10689 soname_spec='${libname}${release}${shared_ext}$major'
10690 shlibpath_var=LD_LIBRARY_PATH
10691 shlibpath_overrides_runpath=yes
10692 hardcode_into_libs=yes
10693 # ldd complains unless libraries are executable
10694 postinstall_cmds='chmod +x $lib'
10695 ;;
10696
10697sunos4*)
10698 version_type=sunos
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10700 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10701 shlibpath_var=LD_LIBRARY_PATH
10702 shlibpath_overrides_runpath=yes
10703 if test "$with_gnu_ld" = yes; then
10704 need_lib_prefix=no
10705 fi
10706 need_version=yes
10707 ;;
10708
10709sysv4 | sysv4.3*)
10710 version_type=linux
10711 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10712 soname_spec='${libname}${release}${shared_ext}$major'
10713 shlibpath_var=LD_LIBRARY_PATH
10714 case $host_vendor in
10715 sni)
10716 shlibpath_overrides_runpath=no
10717 need_lib_prefix=no
10718 runpath_var=LD_RUN_PATH
10719 ;;
10720 siemens)
10721 need_lib_prefix=no
10722 ;;
10723 motorola)
10724 need_lib_prefix=no
10725 need_version=no
10726 shlibpath_overrides_runpath=no
10727 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10728 ;;
10729 esac
10730 ;;
10731
10732sysv4*MP*)
10733 if test -d /usr/nec ;then
10734 version_type=linux
10735 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10736 soname_spec='$libname${shared_ext}.$major'
10737 shlibpath_var=LD_LIBRARY_PATH
10738 fi
10739 ;;
10740
10741sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10742 version_type=freebsd-elf
10743 need_lib_prefix=no
10744 need_version=no
10745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10746 soname_spec='${libname}${release}${shared_ext}$major'
10747 shlibpath_var=LD_LIBRARY_PATH
10748 shlibpath_overrides_runpath=yes
10749 hardcode_into_libs=yes
10750 if test "$with_gnu_ld" = yes; then
10751 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10752 else
10753 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10754 case $host_os in
10755 sco3.2v5*)
10756 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10757 ;;
10758 esac
10759 fi
10760 sys_lib_dlsearch_path_spec='/usr/lib'
10761 ;;
10762
10763tpf*)
10764 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10765 version_type=linux
10766 need_lib_prefix=no
10767 need_version=no
718a6fd8 10768 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10769 shlibpath_var=LD_LIBRARY_PATH
10770 shlibpath_overrides_runpath=no
10771 hardcode_into_libs=yes
10772 ;;
10773
10774uts4*)
10775 version_type=linux
10776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10777 soname_spec='${libname}${release}${shared_ext}$major'
10778 shlibpath_var=LD_LIBRARY_PATH
10779 ;;
10780
10781*)
10782 dynamic_linker=no
10783 ;;
10784esac
81ecdfbb
RW
10785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10786$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10787test "$dynamic_linker" = no && can_build_shared=no
10788
10789variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10790if test "$GCC" = yes; then
10791 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10792fi
10793
718a6fd8
SE
10794if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10795 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10796fi
10797if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10798 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10799fi
10800
d7040cdb
SE
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
3725885a
RW
10881
10882
10883
10884
10885
d7040cdb
SE
10886
10887
10888
10889
10890
10891
81ecdfbb
RW
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10893$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10894hardcode_action=
10895if test -n "$hardcode_libdir_flag_spec" ||
10896 test -n "$runpath_var" ||
10897 test "X$hardcode_automatic" = "Xyes" ; then
10898
10899 # We can hardcode non-existent directories.
10900 if test "$hardcode_direct" != no &&
10901 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10902 # have to relink, otherwise we might link with an installed library
10903 # when we should be linking with a yet-to-be-installed one
10904 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10905 test "$hardcode_minus_L" != no; then
10906 # Linking always hardcodes the temporary library directory.
10907 hardcode_action=relink
10908 else
10909 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10910 hardcode_action=immediate
10911 fi
10912else
10913 # We cannot hardcode anything, or else we can only hardcode existing
10914 # directories.
10915 hardcode_action=unsupported
10916fi
81ecdfbb
RW
10917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10918$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10919
10920if test "$hardcode_action" = relink ||
10921 test "$inherit_rpath" = yes; then
10922 # Fast installation is not supported
10923 enable_fast_install=no
10924elif test "$shlibpath_overrides_runpath" = yes ||
10925 test "$enable_shared" = no; then
10926 # Fast installation is not necessary
10927 enable_fast_install=needless
10928fi
10929
10930
10931
10932
10933
10934
10935 if test "x$enable_dlopen" != xyes; then
10936 enable_dlopen=unknown
10937 enable_dlopen_self=unknown
10938 enable_dlopen_self_static=unknown
10939else
10940 lt_cv_dlopen=no
10941 lt_cv_dlopen_libs=
10942
10943 case $host_os in
10944 beos*)
10945 lt_cv_dlopen="load_add_on"
10946 lt_cv_dlopen_libs=
10947 lt_cv_dlopen_self=yes
10948 ;;
10949
718a6fd8 10950 mingw* | pw32* | cegcc*)
d7040cdb
SE
10951 lt_cv_dlopen="LoadLibrary"
10952 lt_cv_dlopen_libs=
10953 ;;
10954
10955 cygwin*)
10956 lt_cv_dlopen="dlopen"
10957 lt_cv_dlopen_libs=
10958 ;;
10959
10960 darwin*)
10961 # if libdl is installed we need to link against it
81ecdfbb
RW
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10963$as_echo_n "checking for dlopen in -ldl... " >&6; }
10964if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10965 $as_echo_n "(cached) " >&6
d7040cdb
SE
10966else
10967 ac_check_lib_save_LIBS=$LIBS
10968LIBS="-ldl $LIBS"
81ecdfbb 10969cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10970/* end confdefs.h. */
10971
81ecdfbb
RW
10972/* Override any GCC internal prototype to avoid an error.
10973 Use char because int might match the return type of a GCC
10974 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10975#ifdef __cplusplus
10976extern "C"
10977#endif
d7040cdb
SE
10978char dlopen ();
10979int
10980main ()
10981{
81ecdfbb 10982return dlopen ();
d7040cdb
SE
10983 ;
10984 return 0;
10985}
10986_ACEOF
81ecdfbb 10987if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10988 ac_cv_lib_dl_dlopen=yes
10989else
81ecdfbb 10990 ac_cv_lib_dl_dlopen=no
d7040cdb 10991fi
81ecdfbb
RW
10992rm -f core conftest.err conftest.$ac_objext \
10993 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10994LIBS=$ac_check_lib_save_LIBS
10995fi
81ecdfbb
RW
10996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10997$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10998if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
10999 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11000else
11001
11002 lt_cv_dlopen="dyld"
11003 lt_cv_dlopen_libs=
11004 lt_cv_dlopen_self=yes
11005
11006fi
11007
11008 ;;
11009
11010 *)
81ecdfbb
RW
11011 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11012if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11013 lt_cv_dlopen="shl_load"
11014else
81ecdfbb
RW
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11016$as_echo_n "checking for shl_load in -ldld... " >&6; }
11017if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11018 $as_echo_n "(cached) " >&6
d7040cdb
SE
11019else
11020 ac_check_lib_save_LIBS=$LIBS
11021LIBS="-ldld $LIBS"
81ecdfbb 11022cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11023/* end confdefs.h. */
11024
81ecdfbb
RW
11025/* Override any GCC internal prototype to avoid an error.
11026 Use char because int might match the return type of a GCC
11027 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11028#ifdef __cplusplus
11029extern "C"
11030#endif
d7040cdb
SE
11031char shl_load ();
11032int
11033main ()
11034{
81ecdfbb 11035return shl_load ();
d7040cdb
SE
11036 ;
11037 return 0;
11038}
11039_ACEOF
81ecdfbb 11040if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11041 ac_cv_lib_dld_shl_load=yes
11042else
81ecdfbb 11043 ac_cv_lib_dld_shl_load=no
d7040cdb 11044fi
81ecdfbb
RW
11045rm -f core conftest.err conftest.$ac_objext \
11046 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11047LIBS=$ac_check_lib_save_LIBS
11048fi
81ecdfbb
RW
11049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11050$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11051if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11052 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11053else
81ecdfbb
RW
11054 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11055if test "x$ac_cv_func_dlopen" = x""yes; then :
11056 lt_cv_dlopen="dlopen"
d7040cdb 11057else
81ecdfbb
RW
11058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11059$as_echo_n "checking for dlopen in -ldl... " >&6; }
11060if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11061 $as_echo_n "(cached) " >&6
11062else
11063 ac_check_lib_save_LIBS=$LIBS
11064LIBS="-ldl $LIBS"
11065cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11066/* end confdefs.h. */
d7040cdb 11067
81ecdfbb
RW
11068/* Override any GCC internal prototype to avoid an error.
11069 Use char because int might match the return type of a GCC
11070 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11071#ifdef __cplusplus
11072extern "C"
d7040cdb 11073#endif
d7040cdb 11074char dlopen ();
d7040cdb
SE
11075int
11076main ()
11077{
81ecdfbb 11078return dlopen ();
d7040cdb
SE
11079 ;
11080 return 0;
11081}
11082_ACEOF
81ecdfbb
RW
11083if ac_fn_c_try_link "$LINENO"; then :
11084 ac_cv_lib_dl_dlopen=yes
d7040cdb 11085else
81ecdfbb 11086 ac_cv_lib_dl_dlopen=no
d7040cdb 11087fi
81ecdfbb
RW
11088rm -f core conftest.err conftest.$ac_objext \
11089 conftest$ac_exeext conftest.$ac_ext
11090LIBS=$ac_check_lib_save_LIBS
d7040cdb 11091fi
81ecdfbb
RW
11092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11093$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11094if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11095 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11096else
81ecdfbb
RW
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11098$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11099if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11100 $as_echo_n "(cached) " >&6
d7040cdb
SE
11101else
11102 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11103LIBS="-lsvld $LIBS"
11104cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11105/* end confdefs.h. */
11106
81ecdfbb
RW
11107/* Override any GCC internal prototype to avoid an error.
11108 Use char because int might match the return type of a GCC
11109 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11110#ifdef __cplusplus
11111extern "C"
11112#endif
d7040cdb
SE
11113char dlopen ();
11114int
11115main ()
11116{
81ecdfbb 11117return dlopen ();
d7040cdb
SE
11118 ;
11119 return 0;
11120}
11121_ACEOF
81ecdfbb
RW
11122if ac_fn_c_try_link "$LINENO"; then :
11123 ac_cv_lib_svld_dlopen=yes
d7040cdb 11124else
81ecdfbb 11125 ac_cv_lib_svld_dlopen=no
d7040cdb 11126fi
81ecdfbb
RW
11127rm -f core conftest.err conftest.$ac_objext \
11128 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11129LIBS=$ac_check_lib_save_LIBS
11130fi
81ecdfbb
RW
11131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11132$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11133if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11134 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11135else
81ecdfbb
RW
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11137$as_echo_n "checking for dld_link in -ldld... " >&6; }
11138if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11139 $as_echo_n "(cached) " >&6
d7040cdb
SE
11140else
11141 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11142LIBS="-ldld $LIBS"
11143cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11144/* end confdefs.h. */
11145
81ecdfbb
RW
11146/* Override any GCC internal prototype to avoid an error.
11147 Use char because int might match the return type of a GCC
11148 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11149#ifdef __cplusplus
11150extern "C"
11151#endif
81ecdfbb 11152char dld_link ();
d7040cdb
SE
11153int
11154main ()
11155{
81ecdfbb 11156return dld_link ();
d7040cdb
SE
11157 ;
11158 return 0;
11159}
11160_ACEOF
81ecdfbb 11161if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11162 ac_cv_lib_dld_dld_link=yes
11163else
81ecdfbb 11164 ac_cv_lib_dld_dld_link=no
d7040cdb 11165fi
81ecdfbb
RW
11166rm -f core conftest.err conftest.$ac_objext \
11167 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11168LIBS=$ac_check_lib_save_LIBS
11169fi
81ecdfbb
RW
11170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11171$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11172if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11173 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11174fi
11175
11176
11177fi
11178
11179
11180fi
11181
11182
11183fi
11184
11185
11186fi
11187
11188
11189fi
11190
11191 ;;
11192 esac
11193
11194 if test "x$lt_cv_dlopen" != xno; then
11195 enable_dlopen=yes
11196 else
11197 enable_dlopen=no
11198 fi
11199
11200 case $lt_cv_dlopen in
11201 dlopen)
11202 save_CPPFLAGS="$CPPFLAGS"
11203 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11204
11205 save_LDFLAGS="$LDFLAGS"
11206 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11207
11208 save_LIBS="$LIBS"
11209 LIBS="$lt_cv_dlopen_libs $LIBS"
11210
81ecdfbb
RW
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11212$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11213if test "${lt_cv_dlopen_self+set}" = set; then :
11214 $as_echo_n "(cached) " >&6
d7040cdb
SE
11215else
11216 if test "$cross_compiling" = yes; then :
11217 lt_cv_dlopen_self=cross
11218else
11219 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11220 lt_status=$lt_dlunknown
11221 cat > conftest.$ac_ext <<_LT_EOF
4c219c2e 11222#line 11222 "configure"
d7040cdb
SE
11223#include "confdefs.h"
11224
11225#if HAVE_DLFCN_H
11226#include <dlfcn.h>
11227#endif
11228
11229#include <stdio.h>
11230
11231#ifdef RTLD_GLOBAL
11232# define LT_DLGLOBAL RTLD_GLOBAL
11233#else
11234# ifdef DL_GLOBAL
11235# define LT_DLGLOBAL DL_GLOBAL
11236# else
11237# define LT_DLGLOBAL 0
11238# endif
11239#endif
11240
11241/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11242 find out it does not work in some platform. */
11243#ifndef LT_DLLAZY_OR_NOW
11244# ifdef RTLD_LAZY
11245# define LT_DLLAZY_OR_NOW RTLD_LAZY
11246# else
11247# ifdef DL_LAZY
11248# define LT_DLLAZY_OR_NOW DL_LAZY
11249# else
11250# ifdef RTLD_NOW
11251# define LT_DLLAZY_OR_NOW RTLD_NOW
11252# else
11253# ifdef DL_NOW
11254# define LT_DLLAZY_OR_NOW DL_NOW
11255# else
11256# define LT_DLLAZY_OR_NOW 0
11257# endif
11258# endif
11259# endif
11260# endif
11261#endif
11262
3725885a
RW
11263/* When -fvisbility=hidden is used, assume the code has been annotated
11264 correspondingly for the symbols needed. */
11265#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11266void fnord () __attribute__((visibility("default")));
3725885a
RW
11267#endif
11268
f2c621e4 11269void fnord () { int i=42; }
d7040cdb
SE
11270int main ()
11271{
11272 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11273 int status = $lt_dlunknown;
11274
11275 if (self)
11276 {
11277 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11278 else
11279 {
11280 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11281 else puts (dlerror ());
11282 }
d7040cdb
SE
11283 /* dlclose (self); */
11284 }
11285 else
11286 puts (dlerror ());
11287
718a6fd8 11288 return status;
d7040cdb
SE
11289}
11290_LT_EOF
81ecdfbb 11291 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11292 (eval $ac_link) 2>&5
11293 ac_status=$?
81ecdfbb
RW
11294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11295 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11296 (./conftest; exit; ) >&5 2>/dev/null
11297 lt_status=$?
11298 case x$lt_status in
11299 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11300 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11301 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11302 esac
11303 else :
11304 # compilation failed
11305 lt_cv_dlopen_self=no
11306 fi
11307fi
11308rm -fr conftest*
11309
11310
11311fi
81ecdfbb
RW
11312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11313$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11314
11315 if test "x$lt_cv_dlopen_self" = xyes; then
11316 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11318$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11319if test "${lt_cv_dlopen_self_static+set}" = set; then :
11320 $as_echo_n "(cached) " >&6
d7040cdb
SE
11321else
11322 if test "$cross_compiling" = yes; then :
11323 lt_cv_dlopen_self_static=cross
11324else
11325 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11326 lt_status=$lt_dlunknown
11327 cat > conftest.$ac_ext <<_LT_EOF
4c219c2e 11328#line 11328 "configure"
d7040cdb
SE
11329#include "confdefs.h"
11330
11331#if HAVE_DLFCN_H
11332#include <dlfcn.h>
11333#endif
11334
11335#include <stdio.h>
11336
11337#ifdef RTLD_GLOBAL
11338# define LT_DLGLOBAL RTLD_GLOBAL
11339#else
11340# ifdef DL_GLOBAL
11341# define LT_DLGLOBAL DL_GLOBAL
11342# else
11343# define LT_DLGLOBAL 0
11344# endif
11345#endif
11346
11347/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11348 find out it does not work in some platform. */
11349#ifndef LT_DLLAZY_OR_NOW
11350# ifdef RTLD_LAZY
11351# define LT_DLLAZY_OR_NOW RTLD_LAZY
11352# else
11353# ifdef DL_LAZY
11354# define LT_DLLAZY_OR_NOW DL_LAZY
11355# else
11356# ifdef RTLD_NOW
11357# define LT_DLLAZY_OR_NOW RTLD_NOW
11358# else
11359# ifdef DL_NOW
11360# define LT_DLLAZY_OR_NOW DL_NOW
11361# else
11362# define LT_DLLAZY_OR_NOW 0
11363# endif
11364# endif
11365# endif
11366# endif
11367#endif
11368
3725885a
RW
11369/* When -fvisbility=hidden is used, assume the code has been annotated
11370 correspondingly for the symbols needed. */
11371#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11372void fnord () __attribute__((visibility("default")));
3725885a
RW
11373#endif
11374
f2c621e4 11375void fnord () { int i=42; }
d7040cdb
SE
11376int main ()
11377{
11378 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11379 int status = $lt_dlunknown;
11380
11381 if (self)
11382 {
11383 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11384 else
11385 {
11386 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11387 else puts (dlerror ());
11388 }
d7040cdb
SE
11389 /* dlclose (self); */
11390 }
11391 else
11392 puts (dlerror ());
11393
718a6fd8 11394 return status;
d7040cdb
SE
11395}
11396_LT_EOF
81ecdfbb 11397 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11398 (eval $ac_link) 2>&5
11399 ac_status=$?
81ecdfbb
RW
11400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11401 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11402 (./conftest; exit; ) >&5 2>/dev/null
11403 lt_status=$?
11404 case x$lt_status in
11405 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11406 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11407 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11408 esac
11409 else :
11410 # compilation failed
11411 lt_cv_dlopen_self_static=no
11412 fi
11413fi
11414rm -fr conftest*
11415
11416
11417fi
81ecdfbb
RW
11418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11419$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11420 fi
11421
11422 CPPFLAGS="$save_CPPFLAGS"
11423 LDFLAGS="$save_LDFLAGS"
11424 LIBS="$save_LIBS"
11425 ;;
11426 esac
11427
11428 case $lt_cv_dlopen_self in
11429 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11430 *) enable_dlopen_self=unknown ;;
11431 esac
11432
11433 case $lt_cv_dlopen_self_static in
11434 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11435 *) enable_dlopen_self_static=unknown ;;
11436 esac
11437fi
11438
11439
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455striplib=
11456old_striplib=
81ecdfbb
RW
11457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11458$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11459if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11460 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11461 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11463$as_echo "yes" >&6; }
d7040cdb
SE
11464else
11465# FIXME - insert some real tests, host_os isn't really good enough
11466 case $host_os in
11467 darwin*)
11468 if test -n "$STRIP" ; then
11469 striplib="$STRIP -x"
11470 old_striplib="$STRIP -S"
81ecdfbb
RW
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11472$as_echo "yes" >&6; }
d7040cdb 11473 else
81ecdfbb
RW
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11475$as_echo "no" >&6; }
d7040cdb
SE
11476 fi
11477 ;;
11478 *)
81ecdfbb
RW
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11480$as_echo "no" >&6; }
d7040cdb
SE
11481 ;;
11482 esac
11483fi
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496 # Report which library types will actually be built
81ecdfbb
RW
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11498$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11500$as_echo "$can_build_shared" >&6; }
d7040cdb 11501
81ecdfbb
RW
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11503$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11504 test "$can_build_shared" = "no" && enable_shared=no
11505
11506 # On AIX, shared libraries and static libraries use the same namespace, and
11507 # are all built from PIC.
11508 case $host_os in
11509 aix3*)
11510 test "$enable_shared" = yes && enable_static=no
11511 if test -n "$RANLIB"; then
11512 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11513 postinstall_cmds='$RANLIB $lib'
11514 fi
11515 ;;
11516
50e7d84b 11517 aix[4-9]*)
d7040cdb
SE
11518 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11519 test "$enable_shared" = yes && enable_static=no
11520 fi
11521 ;;
11522 esac
81ecdfbb
RW
11523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11524$as_echo "$enable_shared" >&6; }
d7040cdb 11525
81ecdfbb
RW
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11527$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11528 # Make sure either enable_shared or enable_static is yes.
11529 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11531$as_echo "$enable_static" >&6; }
d7040cdb
SE
11532
11533
11534
11535
11536fi
11537ac_ext=c
11538ac_cpp='$CPP $CPPFLAGS'
11539ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11540ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11541ac_compiler_gnu=$ac_cv_c_compiler_gnu
11542
11543CC="$lt_save_CC"
11544
11545
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
81ecdfbb 11557 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11558
11559
11560
11561
11562# Only expand once:
11563
11564
11565
b879806f
AM
11566# The tests for host and target for $enable_largefile require
11567# canonical names.
11568
11569
11570
11571# As the $enable_largefile decision depends on --enable-plugins we must set it
11572# even in directories otherwise not depending on the $plugins option.
11573
11574
11575 maybe_plugins=no
11576 for ac_header in dlfcn.h
11577do :
11578 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11579"
11580if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11581 cat >>confdefs.h <<_ACEOF
11582#define HAVE_DLFCN_H 1
11583_ACEOF
11584 maybe_plugins=yes
11585fi
11586
11587done
11588
11589 for ac_header in windows.h
11590do :
11591 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11592"
11593if test "x$ac_cv_header_windows_h" = x""yes; then :
11594 cat >>confdefs.h <<_ACEOF
11595#define HAVE_WINDOWS_H 1
11596_ACEOF
11597 maybe_plugins=yes
11598fi
11599
11600done
11601
11602
11603 # Check whether --enable-plugins was given.
11604if test "${enable_plugins+set}" = set; then :
11605 enableval=$enable_plugins; case "${enableval}" in
11606 no) plugins=no ;;
11607 *) plugins=yes
11608 if test "$maybe_plugins" != "yes" ; then
11609 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11610 fi ;;
11611 esac
11612else
11613 plugins=$maybe_plugins
11614
11615fi
11616
2974be62
AM
11617 if test "$plugins" = "yes"; then
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11619$as_echo_n "checking for library containing dlopen... " >&6; }
11620if test "${ac_cv_search_dlopen+set}" = set; then :
11621 $as_echo_n "(cached) " >&6
11622else
11623 ac_func_search_save_LIBS=$LIBS
11624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11625/* end confdefs.h. */
11626
11627/* Override any GCC internal prototype to avoid an error.
11628 Use char because int might match the return type of a GCC
11629 builtin and then its argument prototype would still apply. */
11630#ifdef __cplusplus
11631extern "C"
11632#endif
11633char dlopen ();
11634int
11635main ()
11636{
11637return dlopen ();
11638 ;
11639 return 0;
11640}
11641_ACEOF
11642for ac_lib in '' dl; do
11643 if test -z "$ac_lib"; then
11644 ac_res="none required"
11645 else
11646 ac_res=-l$ac_lib
11647 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11648 fi
11649 if ac_fn_c_try_link "$LINENO"; then :
11650 ac_cv_search_dlopen=$ac_res
11651fi
11652rm -f core conftest.err conftest.$ac_objext \
11653 conftest$ac_exeext
11654 if test "${ac_cv_search_dlopen+set}" = set; then :
11655 break
11656fi
11657done
11658if test "${ac_cv_search_dlopen+set}" = set; then :
11659
11660else
11661 ac_cv_search_dlopen=no
11662fi
11663rm conftest.$ac_ext
11664LIBS=$ac_func_search_save_LIBS
11665fi
11666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11667$as_echo "$ac_cv_search_dlopen" >&6; }
11668ac_res=$ac_cv_search_dlopen
11669if test "$ac_res" != no; then :
11670 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11671
11672fi
11673
11674 fi
b879806f
AM
11675
11676
11677case "${host}" in
11678 sparc-*-solaris*|i[3-7]86-*-solaris*)
11679 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11680 # are mutually exclusive; and without procfs support, the bfd/ elf module
11681 # cannot provide certain routines such as elfcore_write_prpsinfo
11682 # or elfcore_write_prstatus. So unless the user explicitly requested
11683 # large-file support through the --enable-largefile switch, disable
11684 # large-file support in favor of procfs support.
11685 test "${target}" = "${host}" -a "x$plugins" = xno \
11686 && : ${enable_largefile="no"}
11687 ;;
11688esac
11689
11690# Check whether --enable-largefile was given.
11691if test "${enable_largefile+set}" = set; then :
11692 enableval=$enable_largefile;
11693fi
11694
11695if test "$enable_largefile" != no; then
11696
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11698$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11699if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11700 $as_echo_n "(cached) " >&6
11701else
11702 ac_cv_sys_largefile_CC=no
11703 if test "$GCC" != yes; then
11704 ac_save_CC=$CC
11705 while :; do
11706 # IRIX 6.2 and later do not support large files by default,
11707 # so use the C compiler's -n32 option if that helps.
11708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11709/* end confdefs.h. */
11710#include <sys/types.h>
11711 /* Check that off_t can represent 2**63 - 1 correctly.
11712 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11713 since some C++ compilers masquerading as C compilers
11714 incorrectly reject 9223372036854775807. */
11715#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11716 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11717 && LARGE_OFF_T % 2147483647 == 1)
11718 ? 1 : -1];
11719int
11720main ()
11721{
11722
11723 ;
11724 return 0;
11725}
11726_ACEOF
11727 if ac_fn_c_try_compile "$LINENO"; then :
11728 break
11729fi
11730rm -f core conftest.err conftest.$ac_objext
11731 CC="$CC -n32"
11732 if ac_fn_c_try_compile "$LINENO"; then :
11733 ac_cv_sys_largefile_CC=' -n32'; break
11734fi
11735rm -f core conftest.err conftest.$ac_objext
11736 break
11737 done
11738 CC=$ac_save_CC
11739 rm -f conftest.$ac_ext
11740 fi
11741fi
11742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11743$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11744 if test "$ac_cv_sys_largefile_CC" != no; then
11745 CC=$CC$ac_cv_sys_largefile_CC
11746 fi
11747
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11749$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11750if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11751 $as_echo_n "(cached) " >&6
11752else
11753 while :; do
11754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11755/* end confdefs.h. */
11756#include <sys/types.h>
11757 /* Check that off_t can represent 2**63 - 1 correctly.
11758 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11759 since some C++ compilers masquerading as C compilers
11760 incorrectly reject 9223372036854775807. */
11761#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11762 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11763 && LARGE_OFF_T % 2147483647 == 1)
11764 ? 1 : -1];
11765int
11766main ()
11767{
11768
11769 ;
11770 return 0;
11771}
11772_ACEOF
11773if ac_fn_c_try_compile "$LINENO"; then :
11774 ac_cv_sys_file_offset_bits=no; break
11775fi
11776rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11778/* end confdefs.h. */
11779#define _FILE_OFFSET_BITS 64
11780#include <sys/types.h>
11781 /* Check that off_t can represent 2**63 - 1 correctly.
11782 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11783 since some C++ compilers masquerading as C compilers
11784 incorrectly reject 9223372036854775807. */
11785#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11786 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11787 && LARGE_OFF_T % 2147483647 == 1)
11788 ? 1 : -1];
11789int
11790main ()
11791{
11792
11793 ;
11794 return 0;
11795}
11796_ACEOF
11797if ac_fn_c_try_compile "$LINENO"; then :
11798 ac_cv_sys_file_offset_bits=64; break
11799fi
11800rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11801 ac_cv_sys_file_offset_bits=unknown
11802 break
11803done
11804fi
11805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11806$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11807case $ac_cv_sys_file_offset_bits in #(
11808 no | unknown) ;;
11809 *)
11810cat >>confdefs.h <<_ACEOF
11811#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11812_ACEOF
11813;;
11814esac
11815rm -rf conftest*
11816 if test $ac_cv_sys_file_offset_bits = unknown; then
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11818$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11819if test "${ac_cv_sys_large_files+set}" = set; then :
11820 $as_echo_n "(cached) " >&6
11821else
11822 while :; do
11823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11824/* end confdefs.h. */
11825#include <sys/types.h>
11826 /* Check that off_t can represent 2**63 - 1 correctly.
11827 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11828 since some C++ compilers masquerading as C compilers
11829 incorrectly reject 9223372036854775807. */
11830#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11831 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11832 && LARGE_OFF_T % 2147483647 == 1)
11833 ? 1 : -1];
11834int
11835main ()
11836{
11837
11838 ;
11839 return 0;
11840}
11841_ACEOF
11842if ac_fn_c_try_compile "$LINENO"; then :
11843 ac_cv_sys_large_files=no; break
11844fi
11845rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11847/* end confdefs.h. */
11848#define _LARGE_FILES 1
11849#include <sys/types.h>
11850 /* Check that off_t can represent 2**63 - 1 correctly.
11851 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11852 since some C++ compilers masquerading as C compilers
11853 incorrectly reject 9223372036854775807. */
11854#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11855 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11856 && LARGE_OFF_T % 2147483647 == 1)
11857 ? 1 : -1];
11858int
11859main ()
11860{
11861
11862 ;
11863 return 0;
11864}
11865_ACEOF
11866if ac_fn_c_try_compile "$LINENO"; then :
11867 ac_cv_sys_large_files=1; break
11868fi
11869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11870 ac_cv_sys_large_files=unknown
11871 break
11872done
11873fi
11874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11875$as_echo "$ac_cv_sys_large_files" >&6; }
11876case $ac_cv_sys_large_files in #(
11877 no | unknown) ;;
11878 *)
11879cat >>confdefs.h <<_ACEOF
11880#define _LARGE_FILES $ac_cv_sys_large_files
11881_ACEOF
11882;;
11883esac
11884rm -rf conftest*
11885 fi
11886fi
11887
11888
11889
81ecdfbb
RW
11890# Check whether --enable-targets was given.
11891if test "${enable_targets+set}" = set; then :
11892 enableval=$enable_targets; case "${enableval}" in
11893 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11894 ;;
11895 no) enable_targets= ;;
11896 *) enable_targets=$enableval ;;
11897esac
81ecdfbb
RW
11898fi
11899
9cb80f72
RM
11900# Check whether --enable-deterministic-archives was given.
11901if test "${enable_deterministic_archives+set}" = set; then :
11902 enableval=$enable_deterministic_archives;
11903if test "${enableval}" = no; then
11904 default_ar_deterministic=0
11905else
11906 default_ar_deterministic=1
11907fi
11908else
11909 default_ar_deterministic=0
11910fi
11911
11912
11913
11914cat >>confdefs.h <<_ACEOF
11915#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11916_ACEOF
11917
11918
7fac9594
NC
11919# Check whether --enable-default-strings-all was given.
11920if test "${enable_default_strings_all+set}" = set; then :
11921 enableval=$enable_default_strings_all;
11922if test "${enableval}" = no; then
11923 default_strings_all=0
11924else
11925 default_strings_all=1
11926fi
11927else
11928 default_strings_all=1
11929fi
11930
11931
11932
11933cat >>confdefs.h <<_ACEOF
11934#define DEFAULT_STRINGS_ALL $default_strings_all
11935_ACEOF
11936
11937
d7040cdb 11938
270c9937
JB
11939# Set the 'development' global.
11940. $srcdir/../bfd/development.sh
11941
397841b5
AM
11942GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11943cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11944/* end confdefs.h. */
11945__GNUC__
11946_ACEOF
11947if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11948 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11949
11950else
11951 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11952fi
11953rm -f conftest*
11954
d7040cdb 11955
81ecdfbb
RW
11956# Check whether --enable-werror was given.
11957if test "${enable_werror+set}" = set; then :
11958 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
11959 yes | y) ERROR_ON_WARNING="yes" ;;
11960 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11961 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 11962 esac
81ecdfbb
RW
11963fi
11964
d7040cdb 11965
397841b5 11966# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11967case "${host}" in
11968 *-*-mingw32*)
11969 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11970 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11971 fi
11972 ;;
11973 *) ;;
11974esac
11975
270c9937
JB
11976# Enable -Werror by default when using gcc. Turn it off for releases.
11977if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
11978 ERROR_ON_WARNING=yes
11979fi
11980
11981NO_WERROR=
11982if test "${ERROR_ON_WARNING}" = yes ; then
11983 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11984 NO_WERROR="-Wno-error"
11985fi
11986
11987if test "${GCC}" = yes ; then
11988 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11989fi
11990
81ecdfbb
RW
11991# Check whether --enable-build-warnings was given.
11992if test "${enable_build_warnings+set}" = set; then :
11993 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
11994 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11995 no) if test "${GCC}" = yes ; then
11996 WARN_CFLAGS="-w"
11997 fi;;
11998 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11999 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12000 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12001 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12002 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12003esac
81ecdfbb
RW
12004fi
12005
d7040cdb
SE
12006
12007if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12008 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12009fi
12010
12011
12012
12013
12014
81ecdfbb 12015ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12016
12017
df7b86aa
NC
12018
12019
d7040cdb 12020if test -z "$target" ; then
81ecdfbb 12021 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12022fi
12023if test -z "$host" ; then
81ecdfbb 12024 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12025fi
12026
12027for ac_prog in 'bison -y' byacc
12028do
12029 # Extract the first word of "$ac_prog", so it can be a program name with args.
12030set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12032$as_echo_n "checking for $ac_word... " >&6; }
12033if test "${ac_cv_prog_YACC+set}" = set; then :
12034 $as_echo_n "(cached) " >&6
d7040cdb
SE
12035else
12036 if test -n "$YACC"; then
12037 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12038else
12039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12040for as_dir in $PATH
12041do
12042 IFS=$as_save_IFS
12043 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12044 for ac_exec_ext in '' $ac_executable_extensions; do
12045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12046 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12048 break 2
12049 fi
12050done
81ecdfbb
RW
12051 done
12052IFS=$as_save_IFS
d7040cdb
SE
12053
12054fi
12055fi
12056YACC=$ac_cv_prog_YACC
12057if test -n "$YACC"; then
81ecdfbb
RW
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12059$as_echo "$YACC" >&6; }
d7040cdb 12060else
81ecdfbb
RW
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12062$as_echo "no" >&6; }
d7040cdb
SE
12063fi
12064
81ecdfbb 12065
d7040cdb
SE
12066 test -n "$YACC" && break
12067done
12068test -n "$YACC" || YACC="yacc"
12069
12070for ac_prog in flex lex
12071do
12072 # Extract the first word of "$ac_prog", so it can be a program name with args.
12073set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12075$as_echo_n "checking for $ac_word... " >&6; }
12076if test "${ac_cv_prog_LEX+set}" = set; then :
12077 $as_echo_n "(cached) " >&6
d7040cdb
SE
12078else
12079 if test -n "$LEX"; then
12080 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12081else
12082as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12083for as_dir in $PATH
12084do
12085 IFS=$as_save_IFS
12086 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12087 for ac_exec_ext in '' $ac_executable_extensions; do
12088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12089 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12091 break 2
12092 fi
12093done
81ecdfbb
RW
12094 done
12095IFS=$as_save_IFS
d7040cdb
SE
12096
12097fi
12098fi
12099LEX=$ac_cv_prog_LEX
12100if test -n "$LEX"; then
81ecdfbb
RW
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12102$as_echo "$LEX" >&6; }
d7040cdb 12103else
81ecdfbb
RW
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12105$as_echo "no" >&6; }
d7040cdb
SE
12106fi
12107
81ecdfbb 12108
d7040cdb
SE
12109 test -n "$LEX" && break
12110done
12111test -n "$LEX" || LEX=":"
12112
81ecdfbb
RW
12113if test "x$LEX" != "x:"; then
12114 cat >conftest.l <<_ACEOF
12115%%
12116a { ECHO; }
12117b { REJECT; }
12118c { yymore (); }
12119d { yyless (1); }
12120e { yyless (input () != 0); }
12121f { unput (yytext[0]); }
12122. { BEGIN INITIAL; }
12123%%
12124#ifdef YYTEXT_POINTER
12125extern char *yytext;
d7040cdb 12126#endif
d7040cdb 12127int
81ecdfbb 12128main (void)
d7040cdb 12129{
81ecdfbb 12130 return ! yylex () + ! yywrap ();
d7040cdb
SE
12131}
12132_ACEOF
81ecdfbb
RW
12133{ { ac_try="$LEX conftest.l"
12134case "(($ac_try" in
12135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12136 *) ac_try_echo=$ac_try;;
12137esac
12138eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12139$as_echo "$ac_try_echo"; } >&5
12140 (eval "$LEX conftest.l") 2>&5
d7040cdb 12141 ac_status=$?
81ecdfbb
RW
12142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12143 test $ac_status = 0; }
12144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12145$as_echo_n "checking lex output file root... " >&6; }
12146if test "${ac_cv_prog_lex_root+set}" = set; then :
12147 $as_echo_n "(cached) " >&6
d7040cdb 12148else
d7040cdb 12149
81ecdfbb
RW
12150if test -f lex.yy.c; then
12151 ac_cv_prog_lex_root=lex.yy
12152elif test -f lexyy.c; then
12153 ac_cv_prog_lex_root=lexyy
12154else
12155 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12156fi
d7040cdb 12157fi
81ecdfbb
RW
12158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12159$as_echo "$ac_cv_prog_lex_root" >&6; }
12160LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12161
81ecdfbb
RW
12162if test -z "${LEXLIB+set}"; then
12163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12164$as_echo_n "checking lex library... " >&6; }
12165if test "${ac_cv_lib_lex+set}" = set; then :
12166 $as_echo_n "(cached) " >&6
d7040cdb 12167else
d7040cdb 12168
81ecdfbb
RW
12169 ac_save_LIBS=$LIBS
12170 ac_cv_lib_lex='none needed'
12171 for ac_lib in '' -lfl -ll; do
12172 LIBS="$ac_lib $ac_save_LIBS"
12173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12174/* end confdefs.h. */
12175`cat $LEX_OUTPUT_ROOT.c`
12176_ACEOF
12177if ac_fn_c_try_link "$LINENO"; then :
12178 ac_cv_lib_lex=$ac_lib
d7040cdb 12179fi
81ecdfbb
RW
12180rm -f core conftest.err conftest.$ac_objext \
12181 conftest$ac_exeext conftest.$ac_ext
12182 test "$ac_cv_lib_lex" != 'none needed' && break
12183 done
12184 LIBS=$ac_save_LIBS
d7040cdb
SE
12185
12186fi
81ecdfbb
RW
12187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12188$as_echo "$ac_cv_lib_lex" >&6; }
12189 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12190fi
12191
d7040cdb 12192
81ecdfbb
RW
12193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12194$as_echo_n "checking whether yytext is a pointer... " >&6; }
12195if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12196 $as_echo_n "(cached) " >&6
d7040cdb
SE
12197else
12198 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12199# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12200# not all implementations provide the %pointer and %array declarations.
12201ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12202ac_save_LIBS=$LIBS
81ecdfbb
RW
12203LIBS="$LEXLIB $ac_save_LIBS"
12204cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12205/* end confdefs.h. */
12206#define YYTEXT_POINTER 1
d7040cdb
SE
12207`cat $LEX_OUTPUT_ROOT.c`
12208_ACEOF
81ecdfbb 12209if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12210 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12211fi
81ecdfbb
RW
12212rm -f core conftest.err conftest.$ac_objext \
12213 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12214LIBS=$ac_save_LIBS
d7040cdb
SE
12215
12216fi
81ecdfbb
RW
12217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12218$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12219if test $ac_cv_prog_lex_yytext_pointer = yes; then
12220
81ecdfbb 12221$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12222
12223fi
81ecdfbb 12224rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb
SE
12225
12226fi
12227if test "$LEX" = :; then
12228 LEX=${am_missing_run}flex
12229fi
12230
31f7d8fd 12231ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr"
d7040cdb
SE
12232# If we haven't got the data from the intl directory,
12233# assume NLS is disabled.
12234USE_NLS=no
12235LIBINTL=
12236LIBINTL_DEP=
12237INCINTL=
12238XGETTEXT=
12239GMSGFMT=
12240POSUB=
12241
12242if test -f ../intl/config.intl; then
12243 . ../intl/config.intl
12244fi
81ecdfbb
RW
12245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12246$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12247if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12249$as_echo "no" >&6; }
d7040cdb 12250else
81ecdfbb
RW
12251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12252$as_echo "yes" >&6; }
d7040cdb 12253
81ecdfbb 12254$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12255
12256
81ecdfbb
RW
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12258$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12259 # Look for .po and .gmo files in the source directory.
12260 CATALOGS=
12261 XLINGUAS=
12262 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12263 # If there aren't any .gmo files the shell will give us the
12264 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12265 # weeded out.
12266 case "$cat" in *\**)
12267 continue;;
12268 esac
12269 # The quadruple backslash is collapsed to a double backslash
12270 # by the backticks, then collapsed again by the double quotes,
12271 # leaving us with one backslash in the sed expression (right
12272 # before the dot that mustn't act as a wildcard).
12273 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12274 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12275 # The user is allowed to set LINGUAS to a list of languages to
12276 # install catalogs for. If it's empty that means "all of them."
12277 if test "x$LINGUAS" = x; then
12278 CATALOGS="$CATALOGS $cat"
12279 XLINGUAS="$XLINGUAS $lang"
12280 else
12281 case "$LINGUAS" in *$lang*)
12282 CATALOGS="$CATALOGS $cat"
12283 XLINGUAS="$XLINGUAS $lang"
12284 ;;
12285 esac
12286 fi
12287 done
12288 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12290$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12291
12292
12293 DATADIRNAME=share
12294
12295 INSTOBJEXT=.mo
12296
12297 GENCAT=gencat
12298
12299 CATOBJEXT=.gmo
12300
12301fi
12302
12303 MKINSTALLDIRS=
12304 if test -n "$ac_aux_dir"; then
12305 case "$ac_aux_dir" in
12306 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12307 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12308 esac
12309 fi
12310 if test -z "$MKINSTALLDIRS"; then
12311 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12312 fi
12313
12314
12315
81ecdfbb
RW
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12317$as_echo_n "checking whether NLS is requested... " >&6; }
12318 # Check whether --enable-nls was given.
12319if test "${enable_nls+set}" = set; then :
12320 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12321else
12322 USE_NLS=yes
81ecdfbb
RW
12323fi
12324
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12326$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12327
12328
12329
12330
12331
12332
12333# Prepare PATH_SEPARATOR.
12334# The user is always right.
12335if test "${PATH_SEPARATOR+set}" != set; then
12336 echo "#! /bin/sh" >conf$$.sh
12337 echo "exit 0" >>conf$$.sh
12338 chmod +x conf$$.sh
12339 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12340 PATH_SEPARATOR=';'
12341 else
12342 PATH_SEPARATOR=:
12343 fi
12344 rm -f conf$$.sh
12345fi
12346
12347# Find out how to test for executable files. Don't use a zero-byte file,
12348# as systems may use methods other than mode bits to determine executability.
12349cat >conf$$.file <<_ASEOF
12350#! /bin/sh
12351exit 0
12352_ASEOF
12353chmod +x conf$$.file
12354if test -x conf$$.file >/dev/null 2>&1; then
12355 ac_executable_p="test -x"
12356else
12357 ac_executable_p="test -f"
12358fi
12359rm -f conf$$.file
12360
12361# Extract the first word of "msgfmt", so it can be a program name with args.
12362set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12364$as_echo_n "checking for $ac_word... " >&6; }
12365if test "${ac_cv_path_MSGFMT+set}" = set; then :
12366 $as_echo_n "(cached) " >&6
d7040cdb
SE
12367else
12368 case "$MSGFMT" in
12369 [\\/]* | ?:[\\/]*)
12370 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12371 ;;
12372 *)
12373 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12374 for ac_dir in $PATH; do
12375 IFS="$ac_save_IFS"
12376 test -z "$ac_dir" && ac_dir=.
12377 for ac_exec_ext in '' $ac_executable_extensions; do
12378 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12379 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12380 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12381 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12382 break 2
12383 fi
12384 fi
12385 done
12386 done
12387 IFS="$ac_save_IFS"
12388 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12389 ;;
12390esac
12391fi
12392MSGFMT="$ac_cv_path_MSGFMT"
12393if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12395$as_echo "$MSGFMT" >&6; }
d7040cdb 12396else
81ecdfbb
RW
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12398$as_echo "no" >&6; }
d7040cdb
SE
12399fi
12400
12401 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12402set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12404$as_echo_n "checking for $ac_word... " >&6; }
12405if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12406 $as_echo_n "(cached) " >&6
d7040cdb
SE
12407else
12408 case $GMSGFMT in
12409 [\\/]* | ?:[\\/]*)
12410 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12411 ;;
12412 *)
12413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12414for as_dir in $PATH
12415do
12416 IFS=$as_save_IFS
12417 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12418 for ac_exec_ext in '' $ac_executable_extensions; do
12419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12420 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12422 break 2
12423 fi
12424done
81ecdfbb
RW
12425 done
12426IFS=$as_save_IFS
d7040cdb
SE
12427
12428 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12429 ;;
12430esac
12431fi
12432GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12433if test -n "$GMSGFMT"; then
81ecdfbb
RW
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12435$as_echo "$GMSGFMT" >&6; }
d7040cdb 12436else
81ecdfbb
RW
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12438$as_echo "no" >&6; }
d7040cdb
SE
12439fi
12440
12441
12442
81ecdfbb 12443
d7040cdb
SE
12444# Prepare PATH_SEPARATOR.
12445# The user is always right.
12446if test "${PATH_SEPARATOR+set}" != set; then
12447 echo "#! /bin/sh" >conf$$.sh
12448 echo "exit 0" >>conf$$.sh
12449 chmod +x conf$$.sh
12450 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12451 PATH_SEPARATOR=';'
12452 else
12453 PATH_SEPARATOR=:
12454 fi
12455 rm -f conf$$.sh
12456fi
12457
12458# Find out how to test for executable files. Don't use a zero-byte file,
12459# as systems may use methods other than mode bits to determine executability.
12460cat >conf$$.file <<_ASEOF
12461#! /bin/sh
12462exit 0
12463_ASEOF
12464chmod +x conf$$.file
12465if test -x conf$$.file >/dev/null 2>&1; then
12466 ac_executable_p="test -x"
12467else
12468 ac_executable_p="test -f"
12469fi
12470rm -f conf$$.file
12471
12472# Extract the first word of "xgettext", so it can be a program name with args.
12473set dummy xgettext; ac_word=$2
81ecdfbb
RW
12474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12475$as_echo_n "checking for $ac_word... " >&6; }
12476if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12477 $as_echo_n "(cached) " >&6
d7040cdb
SE
12478else
12479 case "$XGETTEXT" in
12480 [\\/]* | ?:[\\/]*)
12481 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12482 ;;
12483 *)
12484 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12485 for ac_dir in $PATH; do
12486 IFS="$ac_save_IFS"
12487 test -z "$ac_dir" && ac_dir=.
12488 for ac_exec_ext in '' $ac_executable_extensions; do
12489 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12490 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12491 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12492 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12493 break 2
12494 fi
12495 fi
12496 done
12497 done
12498 IFS="$ac_save_IFS"
12499 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12500 ;;
12501esac
12502fi
12503XGETTEXT="$ac_cv_path_XGETTEXT"
12504if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12506$as_echo "$XGETTEXT" >&6; }
d7040cdb 12507else
81ecdfbb
RW
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12509$as_echo "no" >&6; }
d7040cdb
SE
12510fi
12511
12512 rm -f messages.po
12513
12514
12515# Prepare PATH_SEPARATOR.
12516# The user is always right.
12517if test "${PATH_SEPARATOR+set}" != set; then
12518 echo "#! /bin/sh" >conf$$.sh
12519 echo "exit 0" >>conf$$.sh
12520 chmod +x conf$$.sh
12521 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12522 PATH_SEPARATOR=';'
12523 else
12524 PATH_SEPARATOR=:
12525 fi
12526 rm -f conf$$.sh
12527fi
12528
12529# Find out how to test for executable files. Don't use a zero-byte file,
12530# as systems may use methods other than mode bits to determine executability.
12531cat >conf$$.file <<_ASEOF
12532#! /bin/sh
12533exit 0
12534_ASEOF
12535chmod +x conf$$.file
12536if test -x conf$$.file >/dev/null 2>&1; then
12537 ac_executable_p="test -x"
12538else
12539 ac_executable_p="test -f"
12540fi
12541rm -f conf$$.file
12542
12543# Extract the first word of "msgmerge", so it can be a program name with args.
12544set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12546$as_echo_n "checking for $ac_word... " >&6; }
12547if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12548 $as_echo_n "(cached) " >&6
d7040cdb
SE
12549else
12550 case "$MSGMERGE" in
12551 [\\/]* | ?:[\\/]*)
12552 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12553 ;;
12554 *)
12555 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12556 for ac_dir in $PATH; do
12557 IFS="$ac_save_IFS"
12558 test -z "$ac_dir" && ac_dir=.
12559 for ac_exec_ext in '' $ac_executable_extensions; do
12560 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12561 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12562 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12563 break 2
12564 fi
12565 fi
12566 done
12567 done
12568 IFS="$ac_save_IFS"
12569 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12570 ;;
12571esac
12572fi
12573MSGMERGE="$ac_cv_path_MSGMERGE"
12574if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12576$as_echo "$MSGMERGE" >&6; }
d7040cdb 12577else
81ecdfbb
RW
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12579$as_echo "no" >&6; }
d7040cdb
SE
12580fi
12581
12582
12583 if test "$GMSGFMT" != ":"; then
12584 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12585 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12586 : ;
12587 else
12588 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12590$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12591 GMSGFMT=":"
12592 fi
12593 fi
12594
12595 if test "$XGETTEXT" != ":"; then
12596 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12597 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12598 : ;
12599 else
81ecdfbb
RW
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12601$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12602 XGETTEXT=":"
12603 fi
12604 rm -f messages.po
12605 fi
12606
81ecdfbb 12607 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12608
12609
12610
81ecdfbb
RW
12611
12612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12613$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12614 # Check whether --enable-maintainer-mode was given.
12615if test "${enable_maintainer_mode+set}" = set; then :
12616 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12617else
d7040cdb 12618 USE_MAINTAINER_MODE=no
81ecdfbb 12619fi
d7040cdb 12620
81ecdfbb
RW
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12622$as_echo "$USE_MAINTAINER_MODE" >&6; }
12623 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12624 MAINTAINER_MODE_TRUE=
12625 MAINTAINER_MODE_FALSE='#'
12626else
12627 MAINTAINER_MODE_TRUE='#'
12628 MAINTAINER_MODE_FALSE=
42ecbf5e 12629fi
d7040cdb
SE
12630
12631 MAINT=$MAINTAINER_MODE_TRUE
12632
12633
81ecdfbb 12634 if false; then
d7040cdb
SE
12635 GENINSRC_NEVER_TRUE=
12636 GENINSRC_NEVER_FALSE='#'
12637else
12638 GENINSRC_NEVER_TRUE='#'
12639 GENINSRC_NEVER_FALSE=
42ecbf5e 12640fi
d7040cdb
SE
12641
12642
12643if test -n "$EXEEXT"; then
20e95c23 12644
81ecdfbb 12645$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12646
252b5132
RH
12647fi
12648
d7040cdb
SE
12649cat >>confdefs.h <<_ACEOF
12650#define EXECUTABLE_SUFFIX "${EXEEXT}"
12651_ACEOF
42ecbf5e 12652
252b5132 12653
d7040cdb 12654# host-specific stuff:
252b5132 12655
d7040cdb 12656HDEFINES=
252b5132 12657
d7040cdb 12658. ${srcdir}/../bfd/configure.host
252b5132 12659
252b5132 12660
d7040cdb 12661AR=${AR-ar}
252b5132 12662
d7040cdb
SE
12663if test -n "$ac_tool_prefix"; then
12664 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12665set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12667$as_echo_n "checking for $ac_word... " >&6; }
12668if test "${ac_cv_prog_RANLIB+set}" = set; then :
12669 $as_echo_n "(cached) " >&6
d7040cdb
SE
12670else
12671 if test -n "$RANLIB"; then
12672 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12673else
12674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12675for as_dir in $PATH
12676do
12677 IFS=$as_save_IFS
12678 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12679 for ac_exec_ext in '' $ac_executable_extensions; do
12680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12681 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12683 break 2
12684 fi
12685done
81ecdfbb
RW
12686 done
12687IFS=$as_save_IFS
252b5132 12688
d7040cdb
SE
12689fi
12690fi
12691RANLIB=$ac_cv_prog_RANLIB
12692if test -n "$RANLIB"; then
81ecdfbb
RW
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12694$as_echo "$RANLIB" >&6; }
d7040cdb 12695else
81ecdfbb
RW
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12697$as_echo "no" >&6; }
d7040cdb 12698fi
20e95c23 12699
81ecdfbb 12700
d7040cdb
SE
12701fi
12702if test -z "$ac_cv_prog_RANLIB"; then
12703 ac_ct_RANLIB=$RANLIB
12704 # Extract the first word of "ranlib", so it can be a program name with args.
12705set dummy ranlib; ac_word=$2
81ecdfbb
RW
12706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12707$as_echo_n "checking for $ac_word... " >&6; }
12708if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12709 $as_echo_n "(cached) " >&6
252b5132 12710else
d7040cdb
SE
12711 if test -n "$ac_ct_RANLIB"; then
12712 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12713else
12714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12715for as_dir in $PATH
12716do
12717 IFS=$as_save_IFS
12718 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12719 for ac_exec_ext in '' $ac_executable_extensions; do
12720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12721 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12723 break 2
12724 fi
12725done
81ecdfbb
RW
12726 done
12727IFS=$as_save_IFS
20e95c23 12728
d7040cdb
SE
12729fi
12730fi
12731ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12732if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12734$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12735else
81ecdfbb
RW
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12737$as_echo "no" >&6; }
d7040cdb
SE
12738fi
12739
81ecdfbb
RW
12740 if test "x$ac_ct_RANLIB" = x; then
12741 RANLIB=":"
d7040cdb 12742 else
81ecdfbb
RW
12743 case $cross_compiling:$ac_tool_warned in
12744yes:)
12745{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12746$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12747ac_tool_warned=yes ;;
12748esac
12749 RANLIB=$ac_ct_RANLIB
d7040cdb 12750 fi
81ecdfbb
RW
12751else
12752 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12753fi
d7040cdb 12754
d7040cdb
SE
12755
12756
12757# Put a plausible default for CC_FOR_BUILD in Makefile.
12758if test -z "$CC_FOR_BUILD"; then
12759 if test "x$cross_compiling" = "xno"; then
12760 CC_FOR_BUILD='$(CC)'
12761 else
12762 CC_FOR_BUILD=gcc
12763 fi
12764fi
20e95c23 12765
d7040cdb
SE
12766# Also set EXEEXT_FOR_BUILD.
12767if test "x$cross_compiling" = "xno"; then
12768 EXEEXT_FOR_BUILD='$(EXEEXT)'
12769else
81ecdfbb
RW
12770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12771$as_echo_n "checking for build system executable suffix... " >&6; }
12772if test "${bfd_cv_build_exeext+set}" = set; then :
12773 $as_echo_n "(cached) " >&6
d7040cdb
SE
12774else
12775 rm -f conftest*
12776 echo 'int main () { return 0; }' > conftest.c
12777 bfd_cv_build_exeext=
12778 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12779 for file in conftest.*; do
12780 case $file in
12781 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12782 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12783 esac
12784 done
12785 rm -f conftest*
12786 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12787fi
81ecdfbb
RW
12788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12789$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12790 EXEEXT_FOR_BUILD=""
12791 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12792fi
12793
12794
d7040cdb
SE
12795DEMANGLER_NAME=c++filt
12796case "${host}" in
12797 *-*-go32* | *-*-msdos*)
12798 DEMANGLER_NAME=cxxfilt
12799esac
8a965946
ILT
12800
12801
4c219c2e
AM
12802# The cast to long int works around a bug in the HP C Compiler
12803# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12804# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12805# This bug is HP SR number 8606223364.
12806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12807$as_echo_n "checking size of long... " >&6; }
12808if test "${ac_cv_sizeof_long+set}" = set; then :
12809 $as_echo_n "(cached) " >&6
12810else
12811 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12812
12813else
12814 if test "$ac_cv_type_long" = yes; then
12815 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12816$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12817{ as_fn_set_status 77
12818as_fn_error "cannot compute sizeof (long)
12819See \`config.log' for more details." "$LINENO" 5; }; }
12820 else
12821 ac_cv_sizeof_long=0
12822 fi
12823fi
12824
12825fi
12826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12827$as_echo "$ac_cv_sizeof_long" >&6; }
12828
12829
12830
12831cat >>confdefs.h <<_ACEOF
12832#define SIZEOF_LONG $ac_cv_sizeof_long
12833_ACEOF
12834
12835
12836ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12837if test "x$ac_cv_type_long_long" = x""yes; then :
12838
12839cat >>confdefs.h <<_ACEOF
12840#define HAVE_LONG_LONG 1
12841_ACEOF
12842
12843# The cast to long int works around a bug in the HP C Compiler
12844# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12845# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12846# This bug is HP SR number 8606223364.
12847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12848$as_echo_n "checking size of long long... " >&6; }
12849if test "${ac_cv_sizeof_long_long+set}" = set; then :
12850 $as_echo_n "(cached) " >&6
12851else
12852 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12853
12854else
12855 if test "$ac_cv_type_long_long" = yes; then
12856 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12857$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12858{ as_fn_set_status 77
12859as_fn_error "cannot compute sizeof (long long)
12860See \`config.log' for more details." "$LINENO" 5; }; }
12861 else
12862 ac_cv_sizeof_long_long=0
12863 fi
12864fi
12865
12866fi
12867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12868$as_echo "$ac_cv_sizeof_long_long" >&6; }
12869
12870
12871
12872cat >>confdefs.h <<_ACEOF
12873#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12874_ACEOF
12875
12876
12877fi
12878
12879
3bfcb652 12880for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
81ecdfbb
RW
12881do :
12882 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12883ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12884eval as_val=\$$as_ac_Header
12885 if test "x$as_val" = x""yes; then :
12886 cat >>confdefs.h <<_ACEOF
12887#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12888_ACEOF
42ecbf5e 12889
81ecdfbb 12890fi
42ecbf5e 12891
81ecdfbb 12892done
42ecbf5e 12893
81ecdfbb
RW
12894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12895$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12896if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12897 $as_echo_n "(cached) " >&6
42ecbf5e 12898else
81ecdfbb 12899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12900/* end confdefs.h. */
252b5132
RH
12901#include <sys/types.h>
12902#include <sys/wait.h>
12903#ifndef WEXITSTATUS
81ecdfbb 12904# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12905#endif
12906#ifndef WIFEXITED
42ecbf5e 12907# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12908#endif
42ecbf5e
DJ
12909
12910int
12911main ()
12912{
12913 int s;
12914 wait (&s);
12915 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12916 ;
12917 return 0;
12918}
12919_ACEOF
81ecdfbb 12920if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12921 ac_cv_header_sys_wait_h=yes
12922else
81ecdfbb 12923 ac_cv_header_sys_wait_h=no
252b5132 12924fi
81ecdfbb 12925rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12926fi
81ecdfbb
RW
12927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12928$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 12929if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 12930
81ecdfbb 12931$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
12932
12933fi
12934
df7b86aa
NC
12935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12936$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12937if test "${gcc_cv_header_string+set}" = set; then :
12938 $as_echo_n "(cached) " >&6
12939else
12940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12941/* end confdefs.h. */
12942#include <string.h>
12943#include <strings.h>
12944int
12945main ()
12946{
12947
12948 ;
12949 return 0;
12950}
12951_ACEOF
12952if ac_fn_c_try_compile "$LINENO"; then :
12953 gcc_cv_header_string=yes
12954else
12955 gcc_cv_header_string=no
12956fi
12957rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12958fi
12959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12960$as_echo "$gcc_cv_header_string" >&6; }
12961if test $gcc_cv_header_string = yes; then
12962
12963$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12964
12965fi
12966
252b5132
RH
12967# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12968# for constant arguments. Useless!
81ecdfbb
RW
12969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12970$as_echo_n "checking for working alloca.h... " >&6; }
12971if test "${ac_cv_working_alloca_h+set}" = set; then :
12972 $as_echo_n "(cached) " >&6
42ecbf5e 12973else
81ecdfbb 12974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12975/* end confdefs.h. */
252b5132 12976#include <alloca.h>
42ecbf5e
DJ
12977int
12978main ()
12979{
12980char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 12981 if (p) return 0;
42ecbf5e
DJ
12982 ;
12983 return 0;
12984}
12985_ACEOF
81ecdfbb 12986if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
12987 ac_cv_working_alloca_h=yes
12988else
81ecdfbb 12989 ac_cv_working_alloca_h=no
42ecbf5e 12990fi
81ecdfbb
RW
12991rm -f core conftest.err conftest.$ac_objext \
12992 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 12993fi
81ecdfbb
RW
12994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12995$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
12996if test $ac_cv_working_alloca_h = yes; then
12997
81ecdfbb 12998$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
12999
13000fi
13001
81ecdfbb
RW
13002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13003$as_echo_n "checking for alloca... " >&6; }
13004if test "${ac_cv_func_alloca_works+set}" = set; then :
13005 $as_echo_n "(cached) " >&6
252b5132 13006else
81ecdfbb 13007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13008/* end confdefs.h. */
252b5132
RH
13009#ifdef __GNUC__
13010# define alloca __builtin_alloca
13011#else
13012# ifdef _MSC_VER
13013# include <malloc.h>
13014# define alloca _alloca
13015# else
81ecdfbb 13016# ifdef HAVE_ALLOCA_H
252b5132
RH
13017# include <alloca.h>
13018# else
13019# ifdef _AIX
13020 #pragma alloca
13021# else
13022# ifndef alloca /* predefined by HP cc +Olibcalls */
13023char *alloca ();
13024# endif
13025# endif
13026# endif
13027# endif
13028#endif
13029
42ecbf5e
DJ
13030int
13031main ()
13032{
13033char *p = (char *) alloca (1);
81ecdfbb 13034 if (p) return 0;
42ecbf5e
DJ
13035 ;
13036 return 0;
13037}
13038_ACEOF
81ecdfbb 13039if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13040 ac_cv_func_alloca_works=yes
13041else
81ecdfbb 13042 ac_cv_func_alloca_works=no
252b5132 13043fi
81ecdfbb
RW
13044rm -f core conftest.err conftest.$ac_objext \
13045 conftest$ac_exeext conftest.$ac_ext
252b5132 13046fi
81ecdfbb
RW
13047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13048$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13049
252b5132 13050if test $ac_cv_func_alloca_works = yes; then
e5a52504 13051
81ecdfbb 13052$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13053
42ecbf5e 13054else
d15b04bd 13055 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13056# that cause trouble. Some versions do not even contain alloca or
13057# contain a buggy version. If you still want to use their alloca,
13058# use ar to extract alloca.o from them instead of compiling alloca.c.
13059
81ecdfbb 13060ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13061
81ecdfbb 13062$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13063
13064
81ecdfbb
RW
13065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13066$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13067if test "${ac_cv_os_cray+set}" = set; then :
13068 $as_echo_n "(cached) " >&6
252b5132 13069else
81ecdfbb 13070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13071/* end confdefs.h. */
81ecdfbb 13072#if defined CRAY && ! defined CRAY2
252b5132
RH
13073webecray
13074#else
13075wenotbecray
13076#endif
13077
42ecbf5e 13078_ACEOF
252b5132 13079if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13080 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13081 ac_cv_os_cray=yes
13082else
252b5132
RH
13083 ac_cv_os_cray=no
13084fi
13085rm -f conftest*
13086
13087fi
81ecdfbb
RW
13088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13089$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13090if test $ac_cv_os_cray = yes; then
42ecbf5e 13091 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13092 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13093ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13094eval as_val=\$$as_ac_var
13095 if test "x$as_val" = x""yes; then :
42ecbf5e
DJ
13096
13097cat >>confdefs.h <<_ACEOF
252b5132 13098#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13099_ACEOF
252b5132 13100
42ecbf5e 13101 break
252b5132
RH
13102fi
13103
42ecbf5e 13104 done
252b5132
RH
13105fi
13106
81ecdfbb
RW
13107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13108$as_echo_n "checking stack direction for C alloca... " >&6; }
13109if test "${ac_cv_c_stack_direction+set}" = set; then :
13110 $as_echo_n "(cached) " >&6
252b5132 13111else
81ecdfbb 13112 if test "$cross_compiling" = yes; then :
252b5132
RH
13113 ac_cv_c_stack_direction=0
13114else
81ecdfbb 13115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13116/* end confdefs.h. */
81ecdfbb 13117$ac_includes_default
42ecbf5e 13118int
252b5132
RH
13119find_stack_direction ()
13120{
13121 static char *addr = 0;
13122 auto char dummy;
13123 if (addr == 0)
13124 {
13125 addr = &dummy;
13126 return find_stack_direction ();
13127 }
13128 else
13129 return (&dummy > addr) ? 1 : -1;
13130}
42ecbf5e
DJ
13131
13132int
252b5132
RH
13133main ()
13134{
81ecdfbb 13135 return find_stack_direction () < 0;
252b5132 13136}
42ecbf5e 13137_ACEOF
81ecdfbb 13138if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13139 ac_cv_c_stack_direction=1
13140else
81ecdfbb 13141 ac_cv_c_stack_direction=-1
252b5132 13142fi
81ecdfbb
RW
13143rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13144 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13145fi
13146
81ecdfbb
RW
13147fi
13148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13149$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13150cat >>confdefs.h <<_ACEOF
252b5132 13151#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13152_ACEOF
13153
252b5132
RH
13154
13155fi
13156
44350750 13157for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
13158do :
13159 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13160ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13161eval as_val=\$$as_ac_var
13162 if test "x$as_val" = x""yes; then :
13163 cat >>confdefs.h <<_ACEOF
13164#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13165_ACEOF
42ecbf5e 13166
81ecdfbb
RW
13167fi
13168done
42ecbf5e 13169
81ecdfbb
RW
13170ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13171if test "x$ac_cv_func_mkstemp" = x""yes; then :
42ecbf5e 13172
81ecdfbb 13173$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 13174
81ecdfbb 13175fi
42ecbf5e 13176
81ecdfbb
RW
13177ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13178if test "x$ac_cv_func_mkdtemp" = x""yes; then :
42ecbf5e 13179
81ecdfbb 13180$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 13181
81ecdfbb 13182fi
d15b04bd 13183
3bfcb652
NC
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13185$as_echo_n "checking for mbstate_t... " >&6; }
13186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13187/* end confdefs.h. */
13188#include <wchar.h>
13189int
13190main ()
13191{
13192mbstate_t teststate;
13193 ;
13194 return 0;
13195}
13196_ACEOF
13197if ac_fn_c_try_compile "$LINENO"; then :
13198 have_mbstate_t=yes
13199else
13200 have_mbstate_t=no
13201fi
13202rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13204$as_echo "$have_mbstate_t" >&6; }
13205 if test x"$have_mbstate_t" = xyes; then
13206
13207$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13208
13209 fi
d15b04bd 13210
81ecdfbb
RW
13211# Some systems have frexp only in -lm, not in -lc.
13212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13213$as_echo_n "checking for library containing frexp... " >&6; }
13214if test "${ac_cv_search_frexp+set}" = set; then :
13215 $as_echo_n "(cached) " >&6
f9c026a8 13216else
81ecdfbb
RW
13217 ac_func_search_save_LIBS=$LIBS
13218cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 13219/* end confdefs.h. */
f9c026a8 13220
81ecdfbb
RW
13221/* Override any GCC internal prototype to avoid an error.
13222 Use char because int might match the return type of a GCC
f9c026a8 13223 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
13224#ifdef __cplusplus
13225extern "C"
13226#endif
42ecbf5e
DJ
13227char frexp ();
13228int
13229main ()
13230{
81ecdfbb 13231return frexp ();
42ecbf5e
DJ
13232 ;
13233 return 0;
13234}
13235_ACEOF
81ecdfbb
RW
13236for ac_lib in '' m; do
13237 if test -z "$ac_lib"; then
13238 ac_res="none required"
13239 else
13240 ac_res=-l$ac_lib
42ecbf5e 13241 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
13242 fi
13243 if ac_fn_c_try_link "$LINENO"; then :
13244 ac_cv_search_frexp=$ac_res
13245fi
13246rm -f core conftest.err conftest.$ac_objext \
13247 conftest$ac_exeext
13248 if test "${ac_cv_search_frexp+set}" = set; then :
13249 break
13250fi
13251done
13252if test "${ac_cv_search_frexp+set}" = set; then :
42ecbf5e 13253
f353eb8a 13254else
81ecdfbb 13255 ac_cv_search_frexp=no
e5a52504 13256fi
81ecdfbb 13257rm conftest.$ac_ext
42ecbf5e
DJ
13258LIBS=$ac_func_search_save_LIBS
13259fi
81ecdfbb
RW
13260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13261$as_echo "$ac_cv_search_frexp" >&6; }
13262ac_res=$ac_cv_search_frexp
13263if test "$ac_res" != no; then :
13264 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 13265
f353eb8a
ILT
13266fi
13267
42ecbf5e 13268
44350750
NC
13269
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13271$as_echo_n "checking for LC_MESSAGES... " >&6; }
13272if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13273 $as_echo_n "(cached) " >&6
13274else
13275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13276/* end confdefs.h. */
13277#include <locale.h>
13278int
13279main ()
13280{
13281return LC_MESSAGES
13282 ;
13283 return 0;
13284}
13285_ACEOF
13286if ac_fn_c_try_link "$LINENO"; then :
13287 am_cv_val_LC_MESSAGES=yes
13288else
13289 am_cv_val_LC_MESSAGES=no
13290fi
13291rm -f core conftest.err conftest.$ac_objext \
13292 conftest$ac_exeext conftest.$ac_ext
13293fi
13294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13295$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13296 if test $am_cv_val_LC_MESSAGES = yes; then
13297
13298$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13299
13300 fi
13301
13302
81ecdfbb
RW
13303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13304$as_echo_n "checking for time_t in time.h... " >&6; }
13305if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13306 $as_echo_n "(cached) " >&6
252b5132 13307else
81ecdfbb 13308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13309/* end confdefs.h. */
252b5132 13310#include <time.h>
42ecbf5e
DJ
13311int
13312main ()
13313{
252b5132 13314time_t i;
42ecbf5e
DJ
13315 ;
13316 return 0;
13317}
13318_ACEOF
81ecdfbb 13319if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13320 bu_cv_decl_time_t_time_h=yes
13321else
81ecdfbb 13322 bu_cv_decl_time_t_time_h=no
252b5132 13323fi
81ecdfbb 13324rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13325fi
13326
81ecdfbb
RW
13327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13328$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 13329if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 13330
81ecdfbb 13331$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
13332
13333fi
13334
81ecdfbb
RW
13335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13336$as_echo_n "checking for time_t in sys/types.h... " >&6; }
13337if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13338 $as_echo_n "(cached) " >&6
252b5132 13339else
81ecdfbb 13340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13341/* end confdefs.h. */
252b5132 13342#include <sys/types.h>
42ecbf5e
DJ
13343int
13344main ()
13345{
252b5132 13346time_t i;
42ecbf5e
DJ
13347 ;
13348 return 0;
13349}
13350_ACEOF
81ecdfbb 13351if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13352 bu_cv_decl_time_t_types_h=yes
13353else
81ecdfbb 13354 bu_cv_decl_time_t_types_h=no
252b5132 13355fi
81ecdfbb 13356rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13357fi
13358
81ecdfbb
RW
13359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13360$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 13361if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 13362
81ecdfbb 13363$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
13364
13365fi
13366
81ecdfbb
RW
13367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13368$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13369if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13370 $as_echo_n "(cached) " >&6
e46eba98 13371else
81ecdfbb 13372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13373/* end confdefs.h. */
e46eba98 13374#include <unistd.h>
42ecbf5e
DJ
13375int
13376main ()
13377{
e46eba98 13378extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
13379 ;
13380 return 0;
13381}
13382_ACEOF
81ecdfbb 13383if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
13384 bu_cv_decl_getopt_unistd_h=yes
13385else
81ecdfbb 13386 bu_cv_decl_getopt_unistd_h=no
e46eba98 13387fi
81ecdfbb 13388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
13389fi
13390
81ecdfbb
RW
13391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13392$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 13393if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 13394
81ecdfbb 13395$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
13396
13397fi
13398
252b5132
RH
13399# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13400# by default.
81ecdfbb
RW
13401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13402$as_echo_n "checking for utime.h... " >&6; }
13403if test "${bu_cv_header_utime_h+set}" = set; then :
13404 $as_echo_n "(cached) " >&6
42ecbf5e 13405else
81ecdfbb 13406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13407/* end confdefs.h. */
252b5132
RH
13408#include <sys/types.h>
13409#ifdef HAVE_TIME_H
13410#include <time.h>
13411#endif
13412#include <utime.h>
42ecbf5e
DJ
13413int
13414main ()
13415{
252b5132 13416struct utimbuf s;
42ecbf5e
DJ
13417 ;
13418 return 0;
13419}
13420_ACEOF
81ecdfbb 13421if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13422 bu_cv_header_utime_h=yes
13423else
81ecdfbb 13424 bu_cv_header_utime_h=no
252b5132 13425fi
81ecdfbb 13426rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13427fi
13428
81ecdfbb
RW
13429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13430$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 13431if test $bu_cv_header_utime_h = yes; then
42ecbf5e 13432
81ecdfbb 13433$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
13434
13435fi
13436
952781e8
AM
13437ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13438if test "x$ac_cv_have_decl_environ" = x""yes; then :
13439 ac_have_decl=1
13440else
13441 ac_have_decl=0
13442fi
13443
13444cat >>confdefs.h <<_ACEOF
13445#define HAVE_DECL_ENVIRON $ac_have_decl
13446_ACEOF
81ecdfbb
RW
13447ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13448if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13449 ac_have_decl=1
252b5132 13450else
81ecdfbb
RW
13451 ac_have_decl=0
13452fi
398ee8f1 13453
81ecdfbb
RW
13454cat >>confdefs.h <<_ACEOF
13455#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 13456_ACEOF
952781e8
AM
13457ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13458if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
81ecdfbb 13459 ac_have_decl=1
252b5132 13460else
81ecdfbb 13461 ac_have_decl=0
252b5132 13462fi
252b5132 13463
398ee8f1 13464cat >>confdefs.h <<_ACEOF
952781e8 13465#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 13466_ACEOF
952781e8
AM
13467ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13468if test "x$ac_cv_have_decl_getenv" = x""yes; then :
81ecdfbb 13469 ac_have_decl=1
398ee8f1 13470else
81ecdfbb
RW
13471 ac_have_decl=0
13472fi
3e321448
L
13473
13474cat >>confdefs.h <<_ACEOF
952781e8 13475#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 13476_ACEOF
81ecdfbb
RW
13477ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13478if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13479 ac_have_decl=1
252b5132 13480else
81ecdfbb 13481 ac_have_decl=0
252b5132 13482fi
252b5132 13483
398ee8f1 13484cat >>confdefs.h <<_ACEOF
81ecdfbb 13485#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 13486_ACEOF
952781e8
AM
13487ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13488if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
81ecdfbb 13489 ac_have_decl=1
398ee8f1 13490else
81ecdfbb 13491 ac_have_decl=0
398ee8f1 13492fi
252b5132 13493
398ee8f1 13494cat >>confdefs.h <<_ACEOF
952781e8 13495#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 13496_ACEOF
952781e8
AM
13497ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13498if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
81ecdfbb 13499 ac_have_decl=1
398ee8f1 13500else
81ecdfbb 13501 ac_have_decl=0
398ee8f1 13502fi
252b5132 13503
398ee8f1 13504cat >>confdefs.h <<_ACEOF
952781e8 13505#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 13506_ACEOF
952781e8
AM
13507ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13508if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
81ecdfbb 13509 ac_have_decl=1
b7d4af3a 13510else
81ecdfbb 13511 ac_have_decl=0
b7d4af3a 13512fi
b7d4af3a
JW
13513
13514cat >>confdefs.h <<_ACEOF
952781e8 13515#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 13516_ACEOF
952781e8
AM
13517ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13518if test "x$ac_cv_have_decl_strstr" = x""yes; then :
81ecdfbb 13519 ac_have_decl=1
b7d4af3a 13520else
81ecdfbb 13521 ac_have_decl=0
db50c840 13522fi
db50c840
EB
13523
13524cat >>confdefs.h <<_ACEOF
952781e8 13525#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 13526_ACEOF
81ecdfbb
RW
13527ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13528if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13529 ac_have_decl=1
db50c840 13530else
81ecdfbb 13531 ac_have_decl=0
db50c840 13532fi
db50c840
EB
13533
13534cat >>confdefs.h <<_ACEOF
81ecdfbb 13535#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
13536_ACEOF
13537
13538
1b315056
CS
13539# Link in zlib if we can. This allows us to read compressed debug
13540# sections. This is used only by readelf.c (objdump uses bfd for
13541# reading compressed sections).
52546677
RM
13542
13543 # See if the user specified whether he wants zlib support or not.
13544
13545# Check whether --with-zlib was given.
13546if test "${with_zlib+set}" = set; then :
13547 withval=$with_zlib;
13548else
13549 with_zlib=auto
13550fi
13551
13552
13553 if test "$with_zlib" != "no"; then
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
81ecdfbb
RW
13555$as_echo_n "checking for library containing zlibVersion... " >&6; }
13556if test "${ac_cv_search_zlibVersion+set}" = set; then :
13557 $as_echo_n "(cached) " >&6
1b315056
CS
13558else
13559 ac_func_search_save_LIBS=$LIBS
81ecdfbb 13560cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1b315056
CS
13561/* end confdefs.h. */
13562
81ecdfbb
RW
13563/* Override any GCC internal prototype to avoid an error.
13564 Use char because int might match the return type of a GCC
1b315056 13565 builtin and then its argument prototype would still apply. */
1b315056
CS
13566#ifdef __cplusplus
13567extern "C"
13568#endif
1b315056
CS
13569char zlibVersion ();
13570int
13571main ()
13572{
81ecdfbb 13573return zlibVersion ();
1b315056
CS
13574 ;
13575 return 0;
13576}
81ecdfbb
RW
13577_ACEOF
13578for ac_lib in '' z; do
13579 if test -z "$ac_lib"; then
13580 ac_res="none required"
1b315056 13581 else
81ecdfbb
RW
13582 ac_res=-l$ac_lib
13583 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1b315056 13584 fi
81ecdfbb
RW
13585 if ac_fn_c_try_link "$LINENO"; then :
13586 ac_cv_search_zlibVersion=$ac_res
1b315056 13587fi
81ecdfbb
RW
13588rm -f core conftest.err conftest.$ac_objext \
13589 conftest$ac_exeext
13590 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13591 break
1b315056 13592fi
81ecdfbb
RW
13593done
13594if test "${ac_cv_search_zlibVersion+set}" = set; then :
1b315056 13595
1b315056 13596else
81ecdfbb 13597 ac_cv_search_zlibVersion=no
1b315056 13598fi
81ecdfbb
RW
13599rm conftest.$ac_ext
13600LIBS=$ac_func_search_save_LIBS
1b315056 13601fi
81ecdfbb
RW
13602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13603$as_echo "$ac_cv_search_zlibVersion" >&6; }
13604ac_res=$ac_cv_search_zlibVersion
13605if test "$ac_res" != no; then :
13606 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13607 for ac_header in zlib.h
13608do :
13609 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13610if test "x$ac_cv_header_zlib_h" = x""yes; then :
1b315056 13611 cat >>confdefs.h <<_ACEOF
81ecdfbb 13612#define HAVE_ZLIB_H 1
1b315056
CS
13613_ACEOF
13614
13615fi
13616
13617done
13618
13619fi
13620
52546677
RM
13621 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
13622 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
13623 fi
13624 fi
13625
1b315056 13626
252b5132
RH
13627
13628case "${host}" in
8a965946 13629*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13630
81ecdfbb 13631$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13632 ;;
13633esac
13634
13635# target-specific stuff:
13636
13637# Canonicalize the secondary target names.
13638if test -n "$enable_targets"; then
13639 for targ in `echo $enable_targets | sed 's/,/ /g'`
13640 do
6d83c84b 13641 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13642 if test -n "$result"; then
13643 canon_targets="$canon_targets $result"
13644 else
13645 # Allow targets that config.sub doesn't recognize, like "all".
13646 canon_targets="$canon_targets $targ"
13647 fi
13648 done
13649fi
13650
81ecdfbb
RW
13651ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13652if test "x$ac_cv_header_iconv_h" = x""yes; then :
5ba684e2
NC
13653
13654fi
13655
13656
13657
13658 if test "X$prefix" = "XNONE"; then
13659 acl_final_prefix="$ac_default_prefix"
13660 else
13661 acl_final_prefix="$prefix"
13662 fi
13663 if test "X$exec_prefix" = "XNONE"; then
13664 acl_final_exec_prefix='${prefix}'
13665 else
13666 acl_final_exec_prefix="$exec_prefix"
13667 fi
13668 acl_save_prefix="$prefix"
13669 prefix="$acl_final_prefix"
13670 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13671 prefix="$acl_save_prefix"
13672
13673
81ecdfbb
RW
13674# Check whether --with-gnu-ld was given.
13675if test "${with_gnu_ld+set}" = set; then :
13676 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13677else
13678 with_gnu_ld=no
81ecdfbb
RW
13679fi
13680
5ba684e2
NC
13681# Prepare PATH_SEPARATOR.
13682# The user is always right.
13683if test "${PATH_SEPARATOR+set}" != set; then
13684 echo "#! /bin/sh" >conf$$.sh
13685 echo "exit 0" >>conf$$.sh
13686 chmod +x conf$$.sh
13687 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13688 PATH_SEPARATOR=';'
13689 else
13690 PATH_SEPARATOR=:
13691 fi
13692 rm -f conf$$.sh
13693fi
13694ac_prog=ld
13695if test "$GCC" = yes; then
13696 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13698$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13699 case $host in
13700 *-*-mingw*)
13701 # gcc leaves a trailing carriage return which upsets mingw
13702 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13703 *)
13704 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13705 esac
13706 case $ac_prog in
13707 # Accept absolute paths.
13708 [\\/]* | [A-Za-z]:[\\/]*)
13709 re_direlt='/[^/][^/]*/\.\./'
13710 # Canonicalize the path of ld
13711 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13712 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13713 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13714 done
13715 test -z "$LD" && LD="$ac_prog"
13716 ;;
13717 "")
13718 # If it fails, then pretend we aren't using GCC.
13719 ac_prog=ld
13720 ;;
13721 *)
13722 # If it is relative, then search for the first ld in PATH.
13723 with_gnu_ld=unknown
13724 ;;
13725 esac
13726elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13728$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13729else
81ecdfbb
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13731$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13732fi
81ecdfbb
RW
13733if test "${acl_cv_path_LD+set}" = set; then :
13734 $as_echo_n "(cached) " >&6
5ba684e2
NC
13735else
13736 if test -z "$LD"; then
13737 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13738 for ac_dir in $PATH; do
13739 test -z "$ac_dir" && ac_dir=.
13740 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13741 acl_cv_path_LD="$ac_dir/$ac_prog"
13742 # Check to see if the program is GNU ld. I'd rather use --version,
13743 # but apparently some GNU ld's only accept -v.
13744 # Break only if it was the GNU/non-GNU ld that we prefer.
13745 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13746 test "$with_gnu_ld" != no && break
13747 else
13748 test "$with_gnu_ld" != yes && break
13749 fi
13750 fi
13751 done
13752 IFS="$ac_save_ifs"
13753else
13754 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13755fi
13756fi
13757
13758LD="$acl_cv_path_LD"
13759if test -n "$LD"; then
81ecdfbb
RW
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13761$as_echo "$LD" >&6; }
5ba684e2 13762else
81ecdfbb
RW
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13764$as_echo "no" >&6; }
5ba684e2 13765fi
81ecdfbb
RW
13766test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13768$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13769if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13770 $as_echo_n "(cached) " >&6
5ba684e2
NC
13771else
13772 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13773if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13774 acl_cv_prog_gnu_ld=yes
13775else
13776 acl_cv_prog_gnu_ld=no
13777fi
13778fi
81ecdfbb
RW
13779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13780$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13781with_gnu_ld=$acl_cv_prog_gnu_ld
13782
13783
13784
81ecdfbb
RW
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13786$as_echo_n "checking for shared library run path origin... " >&6; }
13787if test "${acl_cv_rpath+set}" = set; then :
13788 $as_echo_n "(cached) " >&6
5ba684e2
NC
13789else
13790
13791 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13792 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13793 . ./conftest.sh
13794 rm -f ./conftest.sh
13795 acl_cv_rpath=done
13796
13797fi
81ecdfbb
RW
13798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13799$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13800 wl="$acl_cv_wl"
13801 libext="$acl_cv_libext"
13802 shlibext="$acl_cv_shlibext"
13803 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13804 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13805 hardcode_direct="$acl_cv_hardcode_direct"
13806 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13807 # Check whether --enable-rpath was given.
13808if test "${enable_rpath+set}" = set; then :
13809 enableval=$enable_rpath; :
5ba684e2
NC
13810else
13811 enable_rpath=yes
81ecdfbb
RW
13812fi
13813
5ba684e2
NC
13814
13815
13816
13817
13818
13819
13820
13821 use_additional=yes
13822
13823 acl_save_prefix="$prefix"
13824 prefix="$acl_final_prefix"
13825 acl_save_exec_prefix="$exec_prefix"
13826 exec_prefix="$acl_final_exec_prefix"
13827
13828 eval additional_includedir=\"$includedir\"
13829 eval additional_libdir=\"$libdir\"
13830
13831 exec_prefix="$acl_save_exec_prefix"
13832 prefix="$acl_save_prefix"
13833
13834
81ecdfbb
RW
13835# Check whether --with-libiconv-prefix was given.
13836if test "${with_libiconv_prefix+set}" = set; then :
13837 withval=$with_libiconv_prefix;
5ba684e2
NC
13838 if test "X$withval" = "Xno"; then
13839 use_additional=no
13840 else
13841 if test "X$withval" = "X"; then
13842
13843 acl_save_prefix="$prefix"
13844 prefix="$acl_final_prefix"
13845 acl_save_exec_prefix="$exec_prefix"
13846 exec_prefix="$acl_final_exec_prefix"
13847
13848 eval additional_includedir=\"$includedir\"
13849 eval additional_libdir=\"$libdir\"
13850
13851 exec_prefix="$acl_save_exec_prefix"
13852 prefix="$acl_save_prefix"
13853
13854 else
13855 additional_includedir="$withval/include"
13856 additional_libdir="$withval/lib"
13857 fi
13858 fi
13859
81ecdfbb
RW
13860fi
13861
5ba684e2
NC
13862 LIBICONV=
13863 LTLIBICONV=
13864 INCICONV=
13865 rpathdirs=
13866 ltrpathdirs=
13867 names_already_handled=
13868 names_next_round='iconv '
13869 while test -n "$names_next_round"; do
13870 names_this_round="$names_next_round"
13871 names_next_round=
13872 for name in $names_this_round; do
13873 already_handled=
13874 for n in $names_already_handled; do
13875 if test "$n" = "$name"; then
13876 already_handled=yes
13877 break
13878 fi
13879 done
13880 if test -z "$already_handled"; then
13881 names_already_handled="$names_already_handled $name"
13882 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13883 eval value=\"\$HAVE_LIB$uppername\"
13884 if test -n "$value"; then
13885 if test "$value" = yes; then
13886 eval value=\"\$LIB$uppername\"
13887 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13888 eval value=\"\$LTLIB$uppername\"
13889 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13890 else
13891 :
13892 fi
13893 else
13894 found_dir=
13895 found_la=
13896 found_so=
13897 found_a=
13898 if test $use_additional = yes; then
13899 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13900 found_dir="$additional_libdir"
13901 found_so="$additional_libdir/lib$name.$shlibext"
13902 if test -f "$additional_libdir/lib$name.la"; then
13903 found_la="$additional_libdir/lib$name.la"
13904 fi
13905 else
13906 if test -f "$additional_libdir/lib$name.$libext"; then
13907 found_dir="$additional_libdir"
13908 found_a="$additional_libdir/lib$name.$libext"
13909 if test -f "$additional_libdir/lib$name.la"; then
13910 found_la="$additional_libdir/lib$name.la"
13911 fi
13912 fi
13913 fi
13914 fi
13915 if test "X$found_dir" = "X"; then
13916 for x in $LDFLAGS $LTLIBICONV; do
13917
13918 acl_save_prefix="$prefix"
13919 prefix="$acl_final_prefix"
13920 acl_save_exec_prefix="$exec_prefix"
13921 exec_prefix="$acl_final_exec_prefix"
13922 eval x=\"$x\"
13923 exec_prefix="$acl_save_exec_prefix"
13924 prefix="$acl_save_prefix"
13925
13926 case "$x" in
13927 -L*)
13928 dir=`echo "X$x" | sed -e 's/^X-L//'`
13929 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13930 found_dir="$dir"
13931 found_so="$dir/lib$name.$shlibext"
13932 if test -f "$dir/lib$name.la"; then
13933 found_la="$dir/lib$name.la"
13934 fi
13935 else
13936 if test -f "$dir/lib$name.$libext"; then
13937 found_dir="$dir"
13938 found_a="$dir/lib$name.$libext"
13939 if test -f "$dir/lib$name.la"; then
13940 found_la="$dir/lib$name.la"
13941 fi
13942 fi
13943 fi
13944 ;;
13945 esac
13946 if test "X$found_dir" != "X"; then
13947 break
13948 fi
13949 done
13950 fi
13951 if test "X$found_dir" != "X"; then
13952 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13953 if test "X$found_so" != "X"; then
13954 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13955 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13956 else
13957 haveit=
13958 for x in $ltrpathdirs; do
13959 if test "X$x" = "X$found_dir"; then
13960 haveit=yes
13961 break
13962 fi
13963 done
13964 if test -z "$haveit"; then
13965 ltrpathdirs="$ltrpathdirs $found_dir"
13966 fi
13967 if test "$hardcode_direct" = yes; then
13968 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13969 else
13970 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13971 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13972 haveit=
13973 for x in $rpathdirs; do
13974 if test "X$x" = "X$found_dir"; then
13975 haveit=yes
13976 break
13977 fi
13978 done
13979 if test -z "$haveit"; then
13980 rpathdirs="$rpathdirs $found_dir"
13981 fi
13982 else
13983 haveit=
13984 for x in $LDFLAGS $LIBICONV; do
13985
13986 acl_save_prefix="$prefix"
13987 prefix="$acl_final_prefix"
13988 acl_save_exec_prefix="$exec_prefix"
13989 exec_prefix="$acl_final_exec_prefix"
13990 eval x=\"$x\"
13991 exec_prefix="$acl_save_exec_prefix"
13992 prefix="$acl_save_prefix"
13993
13994 if test "X$x" = "X-L$found_dir"; then
13995 haveit=yes
13996 break
13997 fi
13998 done
13999 if test -z "$haveit"; then
14000 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14001 fi
14002 if test "$hardcode_minus_L" != no; then
14003 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14004 else
14005 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14006 fi
14007 fi
14008 fi
14009 fi
14010 else
14011 if test "X$found_a" != "X"; then
14012 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14013 else
14014 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14015 fi
14016 fi
14017 additional_includedir=
14018 case "$found_dir" in
14019 */lib | */lib/)
14020 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14021 additional_includedir="$basedir/include"
14022 ;;
14023 esac
14024 if test "X$additional_includedir" != "X"; then
14025 if test "X$additional_includedir" != "X/usr/include"; then
14026 haveit=
14027 if test "X$additional_includedir" = "X/usr/local/include"; then
14028 if test -n "$GCC"; then
14029 case $host_os in
14030 linux*) haveit=yes;;
14031 esac
14032 fi
14033 fi
14034 if test -z "$haveit"; then
14035 for x in $CPPFLAGS $INCICONV; do
14036
14037 acl_save_prefix="$prefix"
14038 prefix="$acl_final_prefix"
14039 acl_save_exec_prefix="$exec_prefix"
14040 exec_prefix="$acl_final_exec_prefix"
14041 eval x=\"$x\"
14042 exec_prefix="$acl_save_exec_prefix"
14043 prefix="$acl_save_prefix"
14044
14045 if test "X$x" = "X-I$additional_includedir"; then
14046 haveit=yes
14047 break
14048 fi
14049 done
14050 if test -z "$haveit"; then
14051 if test -d "$additional_includedir"; then
14052 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14053 fi
14054 fi
14055 fi
14056 fi
14057 fi
14058 if test -n "$found_la"; then
14059 save_libdir="$libdir"
14060 case "$found_la" in
14061 */* | *\\*) . "$found_la" ;;
14062 *) . "./$found_la" ;;
14063 esac
14064 libdir="$save_libdir"
14065 for dep in $dependency_libs; do
14066 case "$dep" in
14067 -L*)
14068 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14069 if test "X$additional_libdir" != "X/usr/lib"; then
14070 haveit=
14071 if test "X$additional_libdir" = "X/usr/local/lib"; then
14072 if test -n "$GCC"; then
14073 case $host_os in
14074 linux*) haveit=yes;;
14075 esac
14076 fi
14077 fi
14078 if test -z "$haveit"; then
14079 haveit=
14080 for x in $LDFLAGS $LIBICONV; do
14081
14082 acl_save_prefix="$prefix"
14083 prefix="$acl_final_prefix"
14084 acl_save_exec_prefix="$exec_prefix"
14085 exec_prefix="$acl_final_exec_prefix"
14086 eval x=\"$x\"
14087 exec_prefix="$acl_save_exec_prefix"
14088 prefix="$acl_save_prefix"
14089
14090 if test "X$x" = "X-L$additional_libdir"; then
14091 haveit=yes
14092 break
14093 fi
14094 done
14095 if test -z "$haveit"; then
14096 if test -d "$additional_libdir"; then
14097 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14098 fi
14099 fi
14100 haveit=
14101 for x in $LDFLAGS $LTLIBICONV; do
14102
14103 acl_save_prefix="$prefix"
14104 prefix="$acl_final_prefix"
14105 acl_save_exec_prefix="$exec_prefix"
14106 exec_prefix="$acl_final_exec_prefix"
14107 eval x=\"$x\"
14108 exec_prefix="$acl_save_exec_prefix"
14109 prefix="$acl_save_prefix"
14110
14111 if test "X$x" = "X-L$additional_libdir"; then
14112 haveit=yes
14113 break
14114 fi
14115 done
14116 if test -z "$haveit"; then
14117 if test -d "$additional_libdir"; then
14118 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14119 fi
14120 fi
14121 fi
14122 fi
14123 ;;
14124 -R*)
14125 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14126 if test "$enable_rpath" != no; then
14127 haveit=
14128 for x in $rpathdirs; do
14129 if test "X$x" = "X$dir"; then
14130 haveit=yes
14131 break
14132 fi
14133 done
14134 if test -z "$haveit"; then
14135 rpathdirs="$rpathdirs $dir"
14136 fi
14137 haveit=
14138 for x in $ltrpathdirs; do
14139 if test "X$x" = "X$dir"; then
14140 haveit=yes
14141 break
14142 fi
14143 done
14144 if test -z "$haveit"; then
14145 ltrpathdirs="$ltrpathdirs $dir"
14146 fi
14147 fi
14148 ;;
14149 -l*)
14150 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14151 ;;
14152 *.la)
14153 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14154 ;;
14155 *)
14156 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14157 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14158 ;;
14159 esac
14160 done
14161 fi
14162 else
14163 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14164 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14165 fi
14166 fi
14167 fi
14168 done
14169 done
14170 if test "X$rpathdirs" != "X"; then
14171 if test -n "$hardcode_libdir_separator"; then
14172 alldirs=
14173 for found_dir in $rpathdirs; do
14174 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14175 done
14176 acl_save_libdir="$libdir"
14177 libdir="$alldirs"
14178 eval flag=\"$hardcode_libdir_flag_spec\"
14179 libdir="$acl_save_libdir"
14180 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14181 else
14182 for found_dir in $rpathdirs; do
14183 acl_save_libdir="$libdir"
14184 libdir="$found_dir"
14185 eval flag=\"$hardcode_libdir_flag_spec\"
14186 libdir="$acl_save_libdir"
14187 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14188 done
14189 fi
14190 fi
14191 if test "X$ltrpathdirs" != "X"; then
14192 for found_dir in $ltrpathdirs; do
14193 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14194 done
14195 fi
14196
14197
14198
14199
14200
14201
14202
14203 am_save_CPPFLAGS="$CPPFLAGS"
14204
14205 for element in $INCICONV; do
14206 haveit=
14207 for x in $CPPFLAGS; do
14208
14209 acl_save_prefix="$prefix"
14210 prefix="$acl_final_prefix"
14211 acl_save_exec_prefix="$exec_prefix"
14212 exec_prefix="$acl_final_exec_prefix"
14213 eval x=\"$x\"
14214 exec_prefix="$acl_save_exec_prefix"
14215 prefix="$acl_save_prefix"
14216
14217 if test "X$x" = "X$element"; then
14218 haveit=yes
14219 break
14220 fi
14221 done
14222 if test -z "$haveit"; then
14223 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14224 fi
14225 done
14226
14227
81ecdfbb
RW
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14229$as_echo_n "checking for iconv... " >&6; }
14230if test "${am_cv_func_iconv+set}" = set; then :
14231 $as_echo_n "(cached) " >&6
5ba684e2
NC
14232else
14233
14234 am_cv_func_iconv="no, consider installing GNU libiconv"
14235 am_cv_lib_iconv=no
81ecdfbb 14236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14237/* end confdefs.h. */
14238#include <stdlib.h>
14239#include <iconv.h>
14240int
14241main ()
14242{
14243iconv_t cd = iconv_open("","");
14244 iconv(cd,NULL,NULL,NULL,NULL);
14245 iconv_close(cd);
14246 ;
14247 return 0;
14248}
14249_ACEOF
81ecdfbb 14250if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 14251 am_cv_func_iconv=yes
5ba684e2 14252fi
81ecdfbb
RW
14253rm -f core conftest.err conftest.$ac_objext \
14254 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
14255 if test "$am_cv_func_iconv" != yes; then
14256 am_save_LIBS="$LIBS"
14257 LIBS="$LIBS $LIBICONV"
81ecdfbb 14258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14259/* end confdefs.h. */
14260#include <stdlib.h>
14261#include <iconv.h>
14262int
14263main ()
14264{
14265iconv_t cd = iconv_open("","");
14266 iconv(cd,NULL,NULL,NULL,NULL);
14267 iconv_close(cd);
14268 ;
14269 return 0;
14270}
14271_ACEOF
81ecdfbb 14272if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
14273 am_cv_lib_iconv=yes
14274 am_cv_func_iconv=yes
5ba684e2 14275fi
81ecdfbb
RW
14276rm -f core conftest.err conftest.$ac_objext \
14277 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
14278 LIBS="$am_save_LIBS"
14279 fi
14280
14281fi
81ecdfbb
RW
14282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14283$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
14284 if test "$am_cv_func_iconv" = yes; then
14285
81ecdfbb 14286$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
14287
14288 fi
14289 if test "$am_cv_lib_iconv" = yes; then
81ecdfbb
RW
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14291$as_echo_n "checking how to link with libiconv... " >&6; }
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14293$as_echo "$LIBICONV" >&6; }
5ba684e2
NC
14294 else
14295 CPPFLAGS="$am_save_CPPFLAGS"
14296 LIBICONV=
14297 LTLIBICONV=
14298 fi
14299
14300
14301
14302 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
14303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14304$as_echo_n "checking for iconv declaration... " >&6; }
14305 if test "${am_cv_proto_iconv+set}" = set; then :
14306 $as_echo_n "(cached) " >&6
5ba684e2
NC
14307else
14308
81ecdfbb 14309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14310/* end confdefs.h. */
14311
14312#include <stdlib.h>
14313#include <iconv.h>
14314extern
14315#ifdef __cplusplus
14316"C"
14317#endif
14318#if defined(__STDC__) || defined(__cplusplus)
14319size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14320#else
14321size_t iconv();
14322#endif
14323
14324int
14325main ()
14326{
14327
14328 ;
14329 return 0;
14330}
14331_ACEOF
81ecdfbb 14332if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
14333 am_cv_proto_iconv_arg1=""
14334else
81ecdfbb 14335 am_cv_proto_iconv_arg1="const"
5ba684e2 14336fi
81ecdfbb 14337rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
14338 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
14339fi
14340
14341 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 14342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 14343 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
14344$as_echo "${ac_t:-
14345 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
14346
14347cat >>confdefs.h <<_ACEOF
14348#define ICONV_CONST $am_cv_proto_iconv_arg1
14349_ACEOF
14350
14351 fi
14352
14353
252b5132
RH
14354all_targets=false
14355BUILD_NLMCONV=
14356NLMCONV_DEFS=
14357BUILD_SRCONV=
14358BUILD_DLLTOOL=
14359DLLTOOL_DEFS=
7aad4c3d 14360DLLTOOL_DEFAULT=
252b5132 14361BUILD_WINDRES=
692ed3e7 14362BUILD_WINDMC=
252b5132
RH
14363BUILD_DLLWRAP=
14364BUILD_MISC=
1d97d67f 14365BUILD_INSTALL_MISC=
8b1e6df3 14366OBJDUMP_DEFS=
6abcee90
TG
14367OBJDUMP_PRIVATE_VECTORS=
14368OBJDUMP_PRIVATE_OFILES=
14369od_vectors=
252b5132
RH
14370
14371for targ in $target $canon_targets
14372do
14373 if test "x$targ" = "xall"; then
14374 all_targets=true
14375 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14376 BUILD_SRCONV='$(SRCONV_PROG)'
14377 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
1d97d67f 14378 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
14379 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14380 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14381 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14382 if test -z "$DLLTOOL_DEFAULT"; then
14383 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14384 fi
14385 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14386 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 14387 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132
RH
14388 else
14389 case $targ in
42ecbf5e 14390 i[3-7]86*-*-netware*)
252b5132
RH
14391 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14392 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14393 ;;
14394 alpha*-*-netware*)
14395 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14396 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14397 ;;
14398 powerpc*-*-netware*)
14399 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14400 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14401 ;;
14402 sparc*-*-netware*)
14403 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14404 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14405 ;;
14406 esac
6abcee90 14407
252b5132
RH
14408 case $targ in
14409 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14410 esac
6abcee90 14411
252b5132 14412 case $targ in
a8c548cb
NC
14413 arm-epoc-pe*)
14414 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14415 if test -z "$DLLTOOL_DEFAULT"; then
14416 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14417 fi
a8c548cb
NC
14418 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14419 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14420 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
a8c548cb 14421 ;;
361dff73 14422 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 14423 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14424 if test -z "$DLLTOOL_DEFAULT"; then
14425 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14426 fi
7148cc28
NC
14427 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14428 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14429 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
14430 ;;
14431 arm-*-pe*)
252b5132 14432 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14433 if test -z "$DLLTOOL_DEFAULT"; then
14434 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14435 fi
252b5132
RH
14436 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14437 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14438 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14439 ;;
ee36d918 14440 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 14441 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14442 if test -z "$DLLTOOL_DEFAULT"; then
14443 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14444 fi
99ad8390
NC
14445 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14446 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14447 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
14448 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14449 ;;
80c7c40a 14450 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 14451 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14452 if test -z "$DLLTOOL_DEFAULT"; then
14453 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14454 fi
252b5132
RH
14455 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14456 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14457 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 14458 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 14459 ;;
80c7c40a 14460 i[3-7]86-*-interix)
7a7b06ef 14461 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
14462 if test -z "$DLLTOOL_DEFAULT"; then
14463 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14464 fi
7a7b06ef
ILT
14465 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14466 ;;
f0660b73
NC
14467 powerpc*-aix5.[01])
14468 ;;
e5231592 14469 powerpc*-aix[5-9].*)
f0660b73
NC
14470 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14471 ;;
e1d5b1e7 14472 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 14473 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14474 if test -z "$DLLTOOL_DEFAULT"; then
14475 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14476 fi
252b5132
RH
14477 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14478 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14479 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14480 ;;
59678365 14481 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
14482 case "$BUILD_INSTALL_MISC" in
14483 *embedspu*) ;;
14484 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14485 esac
669a9a2a 14486 ;;
e1d5b1e7 14487 sh*-*-pe)
8a0e0f38 14488 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14489 if test -z "$DLLTOOL_DEFAULT"; then
14490 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14491 fi
8a0e0f38
NC
14492 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14493 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14494 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14495 ;;
cd14b966 14496 spu-*-*)
1d97d67f 14497 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 14498 ;;
e1d5b1e7 14499 mips*-*-pe)
8a0e0f38 14500 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14501 if test -z "$DLLTOOL_DEFAULT"; then
14502 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14503 fi
8a0e0f38
NC
14504 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14505 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14506 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14507 ;;
27a710e5 14508 mcore-*-pe)
661016bb 14509 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14510 if test -z "$DLLTOOL_DEFAULT"; then
14511 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14512 fi
661016bb
NC
14513 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14514 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14515 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14516 ;;
27a710e5 14517 mcore-*-elf)
661016bb 14518 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14519 if test -z "$DLLTOOL_DEFAULT"; then
14520 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14521 fi
661016bb 14522 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 14523 ;;
15ab5209
DB
14524 mep-*)
14525 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14526 ;;
252b5132 14527 esac
6abcee90
TG
14528
14529 # Add objdump private vectors.
14530 case $targ in
6d0cfb9c
DC
14531 avr-*-*)
14532 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14533 ;;
6abcee90 14534 powerpc-*-aix*)
c5012cd8
TG
14535 od_vectors="$od_vectors objdump_private_desc_xcoff"
14536 ;;
14537 *-*-darwin*)
14538 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
14539 ;;
14540 esac
252b5132
RH
14541 fi
14542done
14543
6abcee90
TG
14544# Uniq objdump private vector, build objdump target ofiles.
14545od_files=
14546f=""
14547for i in $od_vectors ; do
14548 case " $f " in
14549 *" $i "*) ;;
14550 *)
14551 f="$f $i"
14552 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14553 case $i in
6d0cfb9c
DC
14554 objdump_private_desc_elf32_avr)
14555 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
14556 objdump_private_desc_xcoff)
14557 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
14558 objdump_private_desc_mach_o)
14559 od_files="$od_files od-macho" ;;
6abcee90
TG
14560 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14561 esac
14562 ;;
14563 esac
14564done
14565
14566# Uniq objdump target ofiles
14567f=""
14568for i in $od_files ; do
14569 case " $f " in
14570 *" $i "*) ;;
14571 *)
14572 f="$f $i"
14573 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14574 ;;
14575 esac
14576done
14577
7aad4c3d
L
14578DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14579
42ecbf5e
DJ
14580if test "${with_windres+set}" = set; then
14581 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14582fi
14583
692ed3e7
NC
14584if test "${with_windmc+set}" = set; then
14585 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14586fi
14587
6abcee90
TG
14588OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14589
14590
692ed3e7 14591
42ecbf5e
DJ
14592
14593
14594
14595
14596
14597
14598
14599
14600
14601
14602
1d97d67f 14603
42ecbf5e
DJ
14604cat >>confdefs.h <<_ACEOF
14605#define TARGET "${target}"
14606_ACEOF
14607
14608
14609targ=$target
14610. $srcdir/../bfd/config.bfd
14611if test "x$targ_underscore" = "xyes"; then
14612 UNDERSCORE=1
14613else
14614 UNDERSCORE=0
14615fi
14616
14617cat >>confdefs.h <<_ACEOF
14618#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14619_ACEOF
14620
14621
14622# Emulation
52fbfb5d
AM
14623targ=$target
14624. ${srcdir}/configure.tgt
14625EMULATION=$targ_emul
14626EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
14627
14628
14629
14630
108a6f8e
CD
14631# Required for html and install-html
14632
14633
14634
14635
31dd3154 14636
81ecdfbb 14637ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 14638
42ecbf5e
DJ
14639cat >confcache <<\_ACEOF
14640# This file is a shell script that caches the results of configure
14641# tests run on this system so they can be shared between configure
14642# scripts and configure runs, see configure's option --config-cache.
14643# It is not useful on other systems. If it contains results you don't
14644# want to keep, you may remove or edit it.
14645#
14646# config.status only pays attention to the cache file if you give it
14647# the --recheck option to rerun configure.
14648#
14649# `ac_cv_env_foo' variables (set or unset) will be overridden when
14650# loading this file, other *unset* `ac_cv_foo' will be assigned the
14651# following values.
14652
14653_ACEOF
14654
14655# The following way of writing the cache mishandles newlines in values,
14656# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14657# So, we kill variables containing newlines.
42ecbf5e
DJ
14658# Ultrix sh set writes to stderr and can't be redirected directly,
14659# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14660(
14661 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14662 eval ac_val=\$$ac_var
14663 case $ac_val in #(
14664 *${as_nl}*)
14665 case $ac_var in #(
14666 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14667$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14668 esac
14669 case $ac_var in #(
14670 _ | IFS | as_nl) ;; #(
14671 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14672 *) { eval $ac_var=; unset $ac_var;} ;;
14673 esac ;;
14674 esac
14675 done
14676
42ecbf5e 14677 (set) 2>&1 |
81ecdfbb
RW
14678 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14679 *${as_nl}ac_space=\ *)
14680 # `set' does not quote correctly, so add quotes: double-quote
14681 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14682 sed -n \
14683 "s/'/'\\\\''/g;
14684 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14685 ;; #(
42ecbf5e
DJ
14686 *)
14687 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14688 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14689 ;;
81ecdfbb
RW
14690 esac |
14691 sort
14692) |
42ecbf5e 14693 sed '
81ecdfbb 14694 /^ac_cv_env_/b end
42ecbf5e 14695 t clear
81ecdfbb 14696 :clear
42ecbf5e
DJ
14697 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14698 t end
81ecdfbb
RW
14699 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14700 :end' >>confcache
14701if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14702 if test -w "$cache_file"; then
14703 test "x$cache_file" != "x/dev/null" &&
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14705$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
14706 cat confcache >$cache_file
14707 else
81ecdfbb
RW
14708 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14709$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14710 fi
14711fi
14712rm -f confcache
14713
14714test "x$prefix" = xNONE && prefix=$ac_default_prefix
14715# Let make expand exec_prefix.
14716test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14717
42ecbf5e
DJ
14718DEFS=-DHAVE_CONFIG_H
14719
14720ac_libobjs=
14721ac_ltlibobjs=
14722for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14723 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14724 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14725 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14726 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14727 # will be set to the directory where LIBOBJS objects are built.
14728 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14729 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14730done
14731LIBOBJS=$ac_libobjs
14732
14733LTLIBOBJS=$ac_ltlibobjs
14734
14735
14736if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14737 as_fn_error "conditional \"AMDEP\" was never defined.
14738Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
14739fi
14740if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14741 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14742Usually this means the macro was only invoked conditionally." "$LINENO" 5
14743fi
14744 if test -n "$EXEEXT"; then
14745 am__EXEEXT_TRUE=
14746 am__EXEEXT_FALSE='#'
14747else
14748 am__EXEEXT_TRUE='#'
14749 am__EXEEXT_FALSE=
42ecbf5e 14750fi
81ecdfbb 14751
42ecbf5e 14752if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14753 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14754Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14755fi
d5fbea21 14756if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14757 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14758Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14759fi
42ecbf5e
DJ
14760
14761: ${CONFIG_STATUS=./config.status}
81ecdfbb 14762ac_write_fail=0
42ecbf5e
DJ
14763ac_clean_files_save=$ac_clean_files
14764ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14765{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14766$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14767as_write_fail=0
14768cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14769#! $SHELL
14770# Generated by $as_me.
14771# Run this file to recreate the current configuration.
14772# Compiler output produced by configure, useful for debugging
14773# configure, is in config.log if it exists.
14774
14775debug=false
14776ac_cs_recheck=false
14777ac_cs_silent=false
252b5132 14778
81ecdfbb
RW
14779SHELL=\${CONFIG_SHELL-$SHELL}
14780export SHELL
14781_ASEOF
14782cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14783## -------------------- ##
14784## M4sh Initialization. ##
14785## -------------------- ##
252b5132 14786
81ecdfbb
RW
14787# Be more Bourne compatible
14788DUALCASE=1; export DUALCASE # for MKS sh
14789if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14790 emulate sh
14791 NULLCMD=:
81ecdfbb 14792 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14793 # is contrary to our usage. Disable this feature.
14794 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14795 setopt NO_GLOB_SUBST
14796else
14797 case `(set -o) 2>/dev/null` in #(
14798 *posix*) :
14799 set -o posix ;; #(
14800 *) :
14801 ;;
14802esac
42ecbf5e 14803fi
252b5132 14804
81ecdfbb
RW
14805
14806as_nl='
14807'
14808export as_nl
14809# Printing a long string crashes Solaris 7 /usr/bin/printf.
14810as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14811as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14812as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14813# Prefer a ksh shell builtin over an external printf program on Solaris,
14814# but without wasting forks for bash or zsh.
14815if test -z "$BASH_VERSION$ZSH_VERSION" \
14816 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14817 as_echo='print -r --'
14818 as_echo_n='print -rn --'
14819elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14820 as_echo='printf %s\n'
14821 as_echo_n='printf %s'
14822else
14823 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14824 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14825 as_echo_n='/usr/ucb/echo -n'
14826 else
14827 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14828 as_echo_n_body='eval
14829 arg=$1;
14830 case $arg in #(
14831 *"$as_nl"*)
14832 expr "X$arg" : "X\\(.*\\)$as_nl";
14833 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14834 esac;
14835 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14836 '
14837 export as_echo_n_body
14838 as_echo_n='sh -c $as_echo_n_body as_echo'
14839 fi
14840 export as_echo_body
14841 as_echo='sh -c $as_echo_body as_echo'
14842fi
14843
14844# The user is always right.
14845if test "${PATH_SEPARATOR+set}" != set; then
14846 PATH_SEPARATOR=:
14847 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14848 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14849 PATH_SEPARATOR=';'
14850 }
42ecbf5e 14851fi
252b5132
RH
14852
14853
81ecdfbb
RW
14854# IFS
14855# We need space, tab and new line, in precisely that order. Quoting is
14856# there to prevent editors from complaining about space-tab.
14857# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14858# splitting by setting IFS to empty value.)
14859IFS=" "" $as_nl"
14860
14861# Find who we are. Look in the path if we contain no directory separator.
14862case $0 in #((
14863 *[\\/]* ) as_myself=$0 ;;
14864 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14865for as_dir in $PATH
14866do
14867 IFS=$as_save_IFS
14868 test -z "$as_dir" && as_dir=.
14869 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14870 done
14871IFS=$as_save_IFS
14872
14873 ;;
14874esac
14875# We did not find ourselves, most probably we were run as `sh COMMAND'
14876# in which case we are not to be found in the path.
14877if test "x$as_myself" = x; then
14878 as_myself=$0
14879fi
14880if test ! -f "$as_myself"; then
14881 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14882 exit 1
14883fi
14884
14885# Unset variables that we do not need and which cause bugs (e.g. in
14886# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14887# suppresses any "Segmentation fault" message there. '((' could
14888# trigger a bug in pdksh 5.2.14.
14889for as_var in BASH_ENV ENV MAIL MAILPATH
14890do eval test x\${$as_var+set} = xset \
14891 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14892done
42ecbf5e
DJ
14893PS1='$ '
14894PS2='> '
14895PS4='+ '
252b5132 14896
42ecbf5e 14897# NLS nuisances.
81ecdfbb
RW
14898LC_ALL=C
14899export LC_ALL
14900LANGUAGE=C
14901export LANGUAGE
14902
14903# CDPATH.
14904(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14905
14906
14907# as_fn_error ERROR [LINENO LOG_FD]
14908# ---------------------------------
14909# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14910# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14911# script with status $?, using 1 if that was 0.
14912as_fn_error ()
14913{
14914 as_status=$?; test $as_status -eq 0 && as_status=1
14915 if test "$3"; then
14916 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14917 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 14918 fi
81ecdfbb
RW
14919 $as_echo "$as_me: error: $1" >&2
14920 as_fn_exit $as_status
14921} # as_fn_error
14922
14923
14924# as_fn_set_status STATUS
14925# -----------------------
14926# Set $? to STATUS, without forking.
14927as_fn_set_status ()
14928{
14929 return $1
14930} # as_fn_set_status
14931
14932# as_fn_exit STATUS
14933# -----------------
14934# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14935as_fn_exit ()
14936{
14937 set +e
14938 as_fn_set_status $1
14939 exit $1
14940} # as_fn_exit
14941
14942# as_fn_unset VAR
14943# ---------------
14944# Portably unset VAR.
14945as_fn_unset ()
14946{
14947 { eval $1=; unset $1;}
14948}
14949as_unset=as_fn_unset
14950# as_fn_append VAR VALUE
14951# ----------------------
14952# Append the text in VALUE to the end of the definition contained in VAR. Take
14953# advantage of any shell optimizations that allow amortized linear growth over
14954# repeated appends, instead of the typical quadratic growth present in naive
14955# implementations.
14956if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14957 eval 'as_fn_append ()
14958 {
14959 eval $1+=\$2
14960 }'
14961else
14962 as_fn_append ()
14963 {
14964 eval $1=\$$1\$2
14965 }
14966fi # as_fn_append
14967
14968# as_fn_arith ARG...
14969# ------------------
14970# Perform arithmetic evaluation on the ARGs, and store the result in the
14971# global $as_val. Take advantage of shells that can avoid forks. The arguments
14972# must be portable across $(()) and expr.
14973if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14974 eval 'as_fn_arith ()
14975 {
14976 as_val=$(( $* ))
14977 }'
14978else
14979 as_fn_arith ()
14980 {
14981 as_val=`expr "$@" || test $? -eq 1`
14982 }
14983fi # as_fn_arith
14984
252b5132 14985
81ecdfbb
RW
14986if expr a : '\(a\)' >/dev/null 2>&1 &&
14987 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
14988 as_expr=expr
14989else
14990 as_expr=false
14991fi
252b5132 14992
81ecdfbb 14993if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
14994 as_basename=basename
14995else
14996 as_basename=false
14997fi
252b5132 14998
81ecdfbb
RW
14999if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15000 as_dirname=dirname
15001else
15002 as_dirname=false
15003fi
8b1e6df3 15004
81ecdfbb 15005as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15006$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15007 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15008 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15009$as_echo X/"$0" |
15010 sed '/^.*\/\([^/][^/]*\)\/*$/{
15011 s//\1/
15012 q
15013 }
15014 /^X\/\(\/\/\)$/{
15015 s//\1/
15016 q
15017 }
15018 /^X\/\(\/\).*/{
15019 s//\1/
15020 q
15021 }
15022 s/.*/./; q'`
0218d1e4 15023
42ecbf5e
DJ
15024# Avoid depending upon Character Ranges.
15025as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15026as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15027as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15028as_cr_digits='0123456789'
15029as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15030
81ecdfbb
RW
15031ECHO_C= ECHO_N= ECHO_T=
15032case `echo -n x` in #(((((
15033-n*)
15034 case `echo 'xy\c'` in
15035 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15036 xy) ECHO_C='\c';;
15037 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15038 ECHO_T=' ';;
15039 esac;;
15040*)
15041 ECHO_N='-n';;
42ecbf5e 15042esac
eb1e0e80 15043
81ecdfbb
RW
15044rm -f conf$$ conf$$.exe conf$$.file
15045if test -d conf$$.dir; then
15046 rm -f conf$$.dir/conf$$.file
d15b04bd 15047else
81ecdfbb
RW
15048 rm -f conf$$.dir
15049 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15050fi
81ecdfbb
RW
15051if (echo >conf$$.file) 2>/dev/null; then
15052 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15053 as_ln_s='ln -s'
81ecdfbb
RW
15054 # ... but there are two gotchas:
15055 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15056 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15057 # In both cases, we have to default to `cp -p'.
15058 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15059 as_ln_s='cp -p'
15060 elif ln conf$$.file conf$$ 2>/dev/null; then
15061 as_ln_s=ln
15062 else
15063 as_ln_s='cp -p'
252b5132 15064 fi
42ecbf5e
DJ
15065else
15066 as_ln_s='cp -p'
252b5132 15067fi
81ecdfbb
RW
15068rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15069rmdir conf$$.dir 2>/dev/null
15070
15071
15072# as_fn_mkdir_p
15073# -------------
15074# Create "$as_dir" as a directory, including parents if necessary.
15075as_fn_mkdir_p ()
15076{
15077
15078 case $as_dir in #(
15079 -*) as_dir=./$as_dir;;
15080 esac
15081 test -d "$as_dir" || eval $as_mkdir_p || {
15082 as_dirs=
15083 while :; do
15084 case $as_dir in #(
15085 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15086 *) as_qdir=$as_dir;;
15087 esac
15088 as_dirs="'$as_qdir' $as_dirs"
15089 as_dir=`$as_dirname -- "$as_dir" ||
15090$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15091 X"$as_dir" : 'X\(//\)[^/]' \| \
15092 X"$as_dir" : 'X\(//\)$' \| \
15093 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15094$as_echo X"$as_dir" |
15095 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15096 s//\1/
15097 q
15098 }
15099 /^X\(\/\/\)[^/].*/{
15100 s//\1/
15101 q
15102 }
15103 /^X\(\/\/\)$/{
15104 s//\1/
15105 q
15106 }
15107 /^X\(\/\).*/{
15108 s//\1/
15109 q
15110 }
15111 s/.*/./; q'`
15112 test -d "$as_dir" && break
15113 done
15114 test -z "$as_dirs" || eval "mkdir $as_dirs"
15115 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15116
252b5132 15117
81ecdfbb 15118} # as_fn_mkdir_p
42ecbf5e 15119if mkdir -p . 2>/dev/null; then
81ecdfbb 15120 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15121else
15122 test -d ./-p && rmdir ./-p
15123 as_mkdir_p=false
15124fi
81ecdfbb
RW
15125
15126if test -x / >/dev/null 2>&1; then
15127 as_test_x='test -x'
15128else
15129 if ls -dL / >/dev/null 2>&1; then
15130 as_ls_L_option=L
15131 else
15132 as_ls_L_option=
15133 fi
15134 as_test_x='
15135 eval sh -c '\''
15136 if test -d "$1"; then
15137 test -d "$1/.";
15138 else
15139 case $1 in #(
15140 -*)set "./$1";;
15141 esac;
15142 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15143 ???[sx]*):;;*)false;;esac;fi
15144 '\'' sh
15145 '
15146fi
15147as_executable_p=$as_test_x
252b5132 15148
42ecbf5e
DJ
15149# Sed expression to map a string onto a valid CPP name.
15150as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15151
15152# Sed expression to map a string onto a valid variable name.
15153as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15154
15155
42ecbf5e 15156exec 6>&1
81ecdfbb
RW
15157## ----------------------------------- ##
15158## Main body of $CONFIG_STATUS script. ##
15159## ----------------------------------- ##
15160_ASEOF
15161test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 15162
81ecdfbb
RW
15163cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15164# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 15165# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15166# values after options handling.
15167ac_log="
91dc4e0a 15168This file was extended by binutils $as_me 2.25.51, which was
81ecdfbb 15169generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
15170
15171 CONFIG_FILES = $CONFIG_FILES
15172 CONFIG_HEADERS = $CONFIG_HEADERS
15173 CONFIG_LINKS = $CONFIG_LINKS
15174 CONFIG_COMMANDS = $CONFIG_COMMANDS
15175 $ $0 $@
15176
81ecdfbb
RW
15177on `(hostname || uname -n) 2>/dev/null | sed 1q`
15178"
15179
42ecbf5e
DJ
15180_ACEOF
15181
81ecdfbb
RW
15182case $ac_config_files in *"
15183"*) set x $ac_config_files; shift; ac_config_files=$*;;
15184esac
252b5132 15185
81ecdfbb
RW
15186case $ac_config_headers in *"
15187"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15188esac
e5a52504
MM
15189
15190
81ecdfbb
RW
15191cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15192# Files that config.status was made for.
15193config_files="$ac_config_files"
15194config_headers="$ac_config_headers"
15195config_commands="$ac_config_commands"
d15b04bd 15196
81ecdfbb 15197_ACEOF
42ecbf5e 15198
81ecdfbb 15199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15200ac_cs_usage="\
81ecdfbb
RW
15201\`$as_me' instantiates files and other configuration actions
15202from templates according to the current configuration. Unless the files
15203and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 15204
81ecdfbb 15205Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
15206
15207 -h, --help print this help, then exit
81ecdfbb
RW
15208 -V, --version print version number and configuration settings, then exit
15209 -q, --quiet, --silent
15210 do not print progress messages
42ecbf5e
DJ
15211 -d, --debug don't remove temporary files
15212 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15213 --file=FILE[:TEMPLATE]
15214 instantiate the configuration file FILE
15215 --header=FILE[:TEMPLATE]
15216 instantiate the configuration header FILE
42ecbf5e
DJ
15217
15218Configuration files:
15219$config_files
15220
15221Configuration headers:
15222$config_headers
15223
15224Configuration commands:
15225$config_commands
15226
81ecdfbb 15227Report bugs to the package provider."
42ecbf5e 15228
81ecdfbb
RW
15229_ACEOF
15230cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15231ac_cs_version="\\
91dc4e0a 15232binutils config.status 2.25.51
81ecdfbb
RW
15233configured by $0, generated by GNU Autoconf 2.64,
15234 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 15235
81ecdfbb 15236Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
15237This config.status script is free software; the Free Software Foundation
15238gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15239
15240ac_pwd='$ac_pwd'
15241srcdir='$srcdir'
15242INSTALL='$INSTALL'
15243MKDIR_P='$MKDIR_P'
15244AWK='$AWK'
15245test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
15246_ACEOF
15247
81ecdfbb
RW
15248cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15249# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
15250ac_need_defaults=:
15251while test $# != 0
15252do
15253 case $1 in
15254 --*=*)
81ecdfbb
RW
15255 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15256 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
15257 ac_shift=:
15258 ;;
81ecdfbb 15259 *)
42ecbf5e
DJ
15260 ac_option=$1
15261 ac_optarg=$2
15262 ac_shift=shift
15263 ;;
42ecbf5e
DJ
15264 esac
15265
15266 case $ac_option in
15267 # Handling of the options.
42ecbf5e
DJ
15268 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15269 ac_cs_recheck=: ;;
81ecdfbb
RW
15270 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15271 $as_echo "$ac_cs_version"; exit ;;
15272 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
15273 debug=: ;;
15274 --file | --fil | --fi | --f )
15275 $ac_shift
81ecdfbb
RW
15276 case $ac_optarg in
15277 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15278 esac
15279 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
15280 ac_need_defaults=false;;
15281 --header | --heade | --head | --hea )
15282 $ac_shift
81ecdfbb
RW
15283 case $ac_optarg in
15284 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15285 esac
15286 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 15287 ac_need_defaults=false;;
81ecdfbb
RW
15288 --he | --h)
15289 # Conflict between --help and --header
15290 as_fn_error "ambiguous option: \`$1'
15291Try \`$0 --help' for more information.";;
15292 --help | --hel | -h )
15293 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
15294 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15295 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15296 ac_cs_silent=: ;;
15297
15298 # This is an error.
81ecdfbb
RW
15299 -*) as_fn_error "unrecognized option: \`$1'
15300Try \`$0 --help' for more information." ;;
42ecbf5e 15301
81ecdfbb
RW
15302 *) as_fn_append ac_config_targets " $1"
15303 ac_need_defaults=false ;;
42ecbf5e
DJ
15304
15305 esac
15306 shift
15307done
15308
15309ac_configure_extra_args=
15310
15311if $ac_cs_silent; then
15312 exec 6>/dev/null
15313 ac_configure_extra_args="$ac_configure_extra_args --silent"
15314fi
15315
15316_ACEOF
81ecdfbb 15317cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15318if \$ac_cs_recheck; then
81ecdfbb
RW
15319 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15320 shift
15321 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15322 CONFIG_SHELL='$SHELL'
15323 export CONFIG_SHELL
15324 exec "\$@"
42ecbf5e
DJ
15325fi
15326
15327_ACEOF
81ecdfbb
RW
15328cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15329exec 5>>config.log
15330{
15331 echo
15332 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15333## Running $as_me. ##
15334_ASBOX
15335 $as_echo "$ac_log"
15336} >&5
42ecbf5e 15337
81ecdfbb
RW
15338_ACEOF
15339cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 15340#
81ecdfbb 15341# INIT-COMMANDS
d15b04bd 15342#
42ecbf5e 15343AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15344
15345
15346# The HP-UX ksh and POSIX shell print the target directory to stdout
15347# if CDPATH is set.
15348(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15349
15350sed_quote_subst='$sed_quote_subst'
15351double_quote_subst='$double_quote_subst'
15352delay_variable_subst='$delay_variable_subst'
3725885a
RW
15353macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15354macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15355enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15356enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15357pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15358enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15359SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15360ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15361host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15362host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15363host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15364build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15365build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15366build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15367SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15368Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15369GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15370EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15371FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15372LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15373NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15374LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15375max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15376ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15377exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15378lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15379lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15380lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15381reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15382reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15383OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15384deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15385file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15386AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15387AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15388STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15389RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15390old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15391old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15392old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15393lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15394CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15395CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15396compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15397GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15398lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15399lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15400lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15401lt_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"`'
15402objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15403MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15404lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15405lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15406lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15407lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15408lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15409need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15410DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15411NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15412LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15413OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15414OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15415libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15416shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15417extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15418archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15419enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15420export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15421whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15422compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15423old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15424old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15425archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15426archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15427module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15428module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15429with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15430allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15431no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15432hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15433hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15434hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15435hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15436hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15437hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15438hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15439hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15440inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15441link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15442fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15443always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15444export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15445exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15446include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15447prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15448file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15449variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15450need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15451need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15452version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15453runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15454shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15455shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15456libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15457library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15458soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15459install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15460postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15461postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15462finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15463finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15464hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15465sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15466sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15467hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15468enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15469enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15470enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15471old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15472striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15473
15474LTCC='$LTCC'
15475LTCFLAGS='$LTCFLAGS'
15476compiler='$compiler_DEFAULT'
15477
3725885a
RW
15478# A function that is used when there is no print builtin or printf.
15479func_fallback_echo ()
15480{
15481 eval 'cat <<_LTECHO_EOF
15482\$1
15483_LTECHO_EOF'
15484}
15485
d7040cdb 15486# Quote evaled strings.
3725885a
RW
15487for var in SHELL \
15488ECHO \
15489SED \
d7040cdb
SE
15490GREP \
15491EGREP \
15492FGREP \
15493LD \
15494NM \
15495LN_S \
15496lt_SP2NL \
15497lt_NL2SP \
15498reload_flag \
718a6fd8 15499OBJDUMP \
d7040cdb
SE
15500deplibs_check_method \
15501file_magic_cmd \
15502AR \
15503AR_FLAGS \
15504STRIP \
15505RANLIB \
15506CC \
15507CFLAGS \
15508compiler \
15509lt_cv_sys_global_symbol_pipe \
15510lt_cv_sys_global_symbol_to_cdecl \
15511lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15512lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15513lt_prog_compiler_no_builtin_flag \
df7b86aa 15514lt_prog_compiler_wl \
f2c621e4 15515lt_prog_compiler_pic \
d7040cdb
SE
15516lt_prog_compiler_static \
15517lt_cv_prog_compiler_c_o \
15518need_locks \
718a6fd8
SE
15519DSYMUTIL \
15520NMEDIT \
15521LIPO \
15522OTOOL \
15523OTOOL64 \
d7040cdb
SE
15524shrext_cmds \
15525export_dynamic_flag_spec \
15526whole_archive_flag_spec \
15527compiler_needs_object \
15528with_gnu_ld \
15529allow_undefined_flag \
15530no_undefined_flag \
15531hardcode_libdir_flag_spec \
15532hardcode_libdir_flag_spec_ld \
15533hardcode_libdir_separator \
f2c621e4 15534fix_srcfile_path \
d7040cdb
SE
15535exclude_expsyms \
15536include_expsyms \
15537file_list_spec \
15538variables_saved_for_relink \
15539libname_spec \
15540library_names_spec \
15541soname_spec \
3725885a 15542install_override_mode \
d7040cdb
SE
15543finish_eval \
15544old_striplib \
15545striplib; do
3725885a 15546 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15547 *[\\\\\\\`\\"\\\$]*)
3725885a 15548 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15549 ;;
15550 *)
15551 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15552 ;;
15553 esac
15554done
15555
15556# Double-quote double-evaled strings.
15557for var in reload_cmds \
15558old_postinstall_cmds \
15559old_postuninstall_cmds \
15560old_archive_cmds \
15561extract_expsyms_cmds \
15562old_archive_from_new_cmds \
15563old_archive_from_expsyms_cmds \
15564archive_cmds \
15565archive_expsym_cmds \
15566module_cmds \
15567module_expsym_cmds \
15568export_symbols_cmds \
15569prelink_cmds \
15570postinstall_cmds \
15571postuninstall_cmds \
15572finish_cmds \
15573sys_lib_search_path_spec \
15574sys_lib_dlsearch_path_spec; do
3725885a 15575 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15576 *[\\\\\\\`\\"\\\$]*)
3725885a 15577 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15578 ;;
15579 *)
15580 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15581 ;;
15582 esac
15583done
15584
d7040cdb
SE
15585ac_aux_dir='$ac_aux_dir'
15586xsi_shell='$xsi_shell'
15587lt_shell_append='$lt_shell_append'
15588
15589# See if we are running on zsh, and set the options which allow our
15590# commands through without removal of \ escapes INIT.
15591if test -n "\${ZSH_VERSION+set}" ; then
15592 setopt NO_GLOB_SUBST
15593fi
15594
15595
15596 PACKAGE='$PACKAGE'
15597 VERSION='$VERSION'
15598 TIMESTAMP='$TIMESTAMP'
15599 RM='$RM'
15600 ofile='$ofile'
15601
15602
15603
20e95c23
DJ
15604# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15605 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15606 # from automake.
15607 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15608 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15609 LINGUAS="${LINGUAS-%UNSET%}"
15610
42ecbf5e
DJ
15611
15612_ACEOF
15613
81ecdfbb 15614cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15615
81ecdfbb 15616# Handling of arguments.
42ecbf5e 15617for ac_config_target in $ac_config_targets
252b5132 15618do
81ecdfbb
RW
15619 case $ac_config_target in
15620 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15621 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15622 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15623 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15624 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15625 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15626 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15627
15628 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 15629 esac
252b5132
RH
15630done
15631
81ecdfbb 15632
42ecbf5e
DJ
15633# If the user did not use the arguments to specify the items to instantiate,
15634# then the envvar interface is used. Set only those that are not.
15635# We use the long form for the default assignment because of an extremely
15636# bizarre bug on SunOS 4.1.3.
15637if $ac_need_defaults; then
15638 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15639 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15640 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15641fi
15642
15643# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15644# simply because there is no reason against having it here, and in addition,
42ecbf5e 15645# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15646# Hook for its removal unless debugging.
15647# Note that there is a small window in which the directory will not be cleaned:
15648# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15649$debug ||
15650{
81ecdfbb
RW
15651 tmp=
15652 trap 'exit_status=$?
15653 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15654' 0
15655 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15656}
42ecbf5e 15657# Create a (secure) tmp directory for tmp files.
e5a52504 15658
42ecbf5e 15659{
81ecdfbb 15660 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
15661 test -n "$tmp" && test -d "$tmp"
15662} ||
15663{
81ecdfbb
RW
15664 tmp=./conf$$-$RANDOM
15665 (umask 077 && mkdir "$tmp")
15666} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15667
15668# Set up the scripts for CONFIG_FILES section.
15669# No need to generate them if there are no CONFIG_FILES.
15670# This happens for instance with `./config.status config.h'.
15671if test -n "$CONFIG_FILES"; then
15672
15673
15674ac_cr=`echo X | tr X '\015'`
15675# On cygwin, bash can eat \r inside `` if the user requested igncr.
15676# But we know of no other shell where ac_cr would be empty at this
15677# point, so we can use a bashism as a fallback.
15678if test "x$ac_cr" = x; then
15679 eval ac_cr=\$\'\\r\'
15680fi
15681ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15682if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15683 ac_cs_awk_cr='\r'
15684else
15685 ac_cs_awk_cr=$ac_cr
15686fi
15687
15688echo 'BEGIN {' >"$tmp/subs1.awk" &&
15689_ACEOF
15690
15691
15692{
15693 echo "cat >conf$$subs.awk <<_ACEOF" &&
15694 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15695 echo "_ACEOF"
15696} >conf$$subs.sh ||
15697 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15698ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15699ac_delim='%!_!# '
15700for ac_last_try in false false false false false :; do
15701 . ./conf$$subs.sh ||
15702 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15703
15704 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15705 if test $ac_delim_n = $ac_delim_num; then
15706 break
15707 elif $ac_last_try; then
15708 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15709 else
15710 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15711 fi
15712done
15713rm -f conf$$subs.sh
15714
15715cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15716cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15717_ACEOF
15718sed -n '
15719h
15720s/^/S["/; s/!.*/"]=/
15721p
15722g
15723s/^[^!]*!//
15724:repl
15725t repl
15726s/'"$ac_delim"'$//
15727t delim
15728:nl
15729h
15730s/\(.\{148\}\).*/\1/
15731t more1
15732s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15733p
15734n
15735b repl
15736:more1
15737s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15738p
15739g
15740s/.\{148\}//
15741t nl
15742:delim
15743h
15744s/\(.\{148\}\).*/\1/
15745t more2
15746s/["\\]/\\&/g; s/^/"/; s/$/"/
15747p
15748b
15749:more2
15750s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15751p
15752g
15753s/.\{148\}//
15754t delim
15755' <conf$$subs.awk | sed '
15756/^[^""]/{
15757 N
15758 s/\n//
15759}
15760' >>$CONFIG_STATUS || ac_write_fail=1
15761rm -f conf$$subs.awk
15762cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15763_ACAWK
15764cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15765 for (key in S) S_is_set[key] = 1
15766 FS = "\a"
15767
15768}
42ecbf5e 15769{
81ecdfbb
RW
15770 line = $ 0
15771 nfields = split(line, field, "@")
15772 substed = 0
15773 len = length(field[1])
15774 for (i = 2; i < nfields; i++) {
15775 key = field[i]
15776 keylen = length(key)
15777 if (S_is_set[key]) {
15778 value = S[key]
15779 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15780 len += length(value) + length(field[++i])
15781 substed = 1
15782 } else
15783 len += 1 + keylen
15784 }
15785
15786 print line
42ecbf5e
DJ
15787}
15788
81ecdfbb
RW
15789_ACAWK
15790_ACEOF
15791cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15792if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15793 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15794else
15795 cat
15796fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15797 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
15798_ACEOF
15799
81ecdfbb
RW
15800# VPATH may cause trouble with some makes, so we remove $(srcdir),
15801# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15802# trailing colons and then remove the whole line if VPATH becomes empty
15803# (actually we leave an empty line to preserve line numbers).
15804if test "x$srcdir" = x.; then
15805 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15806s/:*\$(srcdir):*/:/
15807s/:*\${srcdir}:*/:/
15808s/:*@srcdir@:*/:/
15809s/^\([^=]*=[ ]*\):*/\1/
15810s/:*$//
15811s/^[^=]*=[ ]*$//
15812}'
15813fi
e5a52504 15814
81ecdfbb
RW
15815cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15816fi # test -n "$CONFIG_FILES"
252b5132 15817
81ecdfbb
RW
15818# Set up the scripts for CONFIG_HEADERS section.
15819# No need to generate them if there are no CONFIG_HEADERS.
15820# This happens for instance with `./config.status Makefile'.
15821if test -n "$CONFIG_HEADERS"; then
15822cat >"$tmp/defines.awk" <<\_ACAWK ||
15823BEGIN {
42ecbf5e
DJ
15824_ACEOF
15825
81ecdfbb
RW
15826# Transform confdefs.h into an awk script `defines.awk', embedded as
15827# here-document in config.status, that substitutes the proper values into
15828# config.h.in to produce config.h.
15829
15830# Create a delimiter string that does not exist in confdefs.h, to ease
15831# handling of long lines.
15832ac_delim='%!_!# '
15833for ac_last_try in false false :; do
15834 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15835 if test -z "$ac_t"; then
15836 break
15837 elif $ac_last_try; then
15838 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15839 else
15840 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 15841 fi
81ecdfbb 15842done
252b5132 15843
81ecdfbb
RW
15844# For the awk script, D is an array of macro values keyed by name,
15845# likewise P contains macro parameters if any. Preserve backslash
15846# newline sequences.
15847
15848ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15849sed -n '
15850s/.\{148\}/&'"$ac_delim"'/g
15851t rset
15852:rset
15853s/^[ ]*#[ ]*define[ ][ ]*/ /
15854t def
15855d
15856:def
15857s/\\$//
15858t bsnl
15859s/["\\]/\\&/g
15860s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15861D["\1"]=" \3"/p
15862s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15863d
15864:bsnl
15865s/["\\]/\\&/g
15866s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15867D["\1"]=" \3\\\\\\n"\\/p
15868t cont
15869s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15870t cont
15871d
15872:cont
15873n
15874s/.\{148\}/&'"$ac_delim"'/g
15875t clear
15876:clear
15877s/\\$//
15878t bsnlc
15879s/["\\]/\\&/g; s/^/"/; s/$/"/p
15880d
15881:bsnlc
15882s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15883b cont
15884' <confdefs.h | sed '
15885s/'"$ac_delim"'/"\\\
15886"/g' >>$CONFIG_STATUS || ac_write_fail=1
15887
15888cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15889 for (key in D) D_is_set[key] = 1
15890 FS = "\a"
15891}
15892/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15893 line = \$ 0
15894 split(line, arg, " ")
15895 if (arg[1] == "#") {
15896 defundef = arg[2]
15897 mac1 = arg[3]
15898 } else {
15899 defundef = substr(arg[1], 2)
15900 mac1 = arg[2]
15901 }
15902 split(mac1, mac2, "(") #)
15903 macro = mac2[1]
15904 prefix = substr(line, 1, index(line, defundef) - 1)
15905 if (D_is_set[macro]) {
15906 # Preserve the white space surrounding the "#".
15907 print prefix "define", macro P[macro] D[macro]
15908 next
15909 } else {
15910 # Replace #undef with comments. This is necessary, for example,
15911 # in the case of _POSIX_SOURCE, which is predefined and required
15912 # on some systems where configure will not decide to define it.
15913 if (defundef == "undef") {
15914 print "/*", prefix defundef, macro, "*/"
15915 next
15916 }
15917 }
15918}
15919{ print }
15920_ACAWK
42ecbf5e 15921_ACEOF
81ecdfbb
RW
15922cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15923 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15924fi # test -n "$CONFIG_HEADERS"
15925
15926
15927eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15928shift
15929for ac_tag
15930do
15931 case $ac_tag in
15932 :[FHLC]) ac_mode=$ac_tag; continue;;
15933 esac
15934 case $ac_mode$ac_tag in
15935 :[FHL]*:*);;
15936 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15937 :[FH]-) ac_tag=-:-;;
15938 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15939 esac
15940 ac_save_IFS=$IFS
15941 IFS=:
15942 set x $ac_tag
15943 IFS=$ac_save_IFS
15944 shift
15945 ac_file=$1
15946 shift
15947
15948 case $ac_mode in
15949 :L) ac_source=$1;;
15950 :[FH])
15951 ac_file_inputs=
15952 for ac_f
15953 do
15954 case $ac_f in
15955 -) ac_f="$tmp/stdin";;
15956 *) # Look for the file first in the build tree, then in the source tree
15957 # (if the path is not absolute). The absolute path cannot be DOS-style,
15958 # because $ac_f cannot contain `:'.
15959 test -f "$ac_f" ||
15960 case $ac_f in
15961 [\\/$]*) false;;
15962 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15963 esac ||
15964 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15965 esac
15966 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15967 as_fn_append ac_file_inputs " '$ac_f'"
15968 done
15969
15970 # Let's still pretend it is `configure' which instantiates (i.e., don't
15971 # use $as_me), people would be surprised to read:
15972 # /* config.h. Generated by config.status. */
15973 configure_input='Generated from '`
15974 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15975 `' by configure.'
15976 if test x"$ac_file" != x-; then
15977 configure_input="$ac_file. $configure_input"
15978 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15979$as_echo "$as_me: creating $ac_file" >&6;}
15980 fi
15981 # Neutralize special characters interpreted by sed in replacement strings.
15982 case $configure_input in #(
15983 *\&* | *\|* | *\\* )
15984 ac_sed_conf_input=`$as_echo "$configure_input" |
15985 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15986 *) ac_sed_conf_input=$configure_input;;
15987 esac
15988
15989 case $ac_tag in
15990 *:-:* | *:-) cat >"$tmp/stdin" \
15991 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15992 esac
15993 ;;
252b5132
RH
15994 esac
15995
81ecdfbb 15996 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
15997$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15998 X"$ac_file" : 'X\(//\)[^/]' \| \
15999 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16000 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16001$as_echo X"$ac_file" |
16002 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16003 s//\1/
16004 q
16005 }
16006 /^X\(\/\/\)[^/].*/{
16007 s//\1/
16008 q
16009 }
16010 /^X\(\/\/\)$/{
16011 s//\1/
16012 q
16013 }
16014 /^X\(\/\).*/{
16015 s//\1/
16016 q
16017 }
16018 s/.*/./; q'`
16019 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 16020 ac_builddir=.
e5a52504 16021
81ecdfbb
RW
16022case "$ac_dir" in
16023.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16024*)
16025 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16026 # A ".." for each directory in $ac_dir_suffix.
16027 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16028 case $ac_top_builddir_sub in
16029 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16030 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16031 esac ;;
16032esac
16033ac_abs_top_builddir=$ac_pwd
16034ac_abs_builddir=$ac_pwd$ac_dir_suffix
16035# for backward compatibility:
16036ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16037
16038case $srcdir in
81ecdfbb 16039 .) # We are building in place.
42ecbf5e 16040 ac_srcdir=.
81ecdfbb
RW
16041 ac_top_srcdir=$ac_top_builddir_sub
16042 ac_abs_top_srcdir=$ac_pwd ;;
16043 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16044 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16045 ac_top_srcdir=$srcdir
16046 ac_abs_top_srcdir=$srcdir ;;
16047 *) # Relative name.
16048 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16049 ac_top_srcdir=$ac_top_build_prefix$srcdir
16050 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16051esac
81ecdfbb 16052ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16053
e5a52504 16054
81ecdfbb
RW
16055 case $ac_mode in
16056 :F)
16057 #
16058 # CONFIG_FILE
16059 #
42ecbf5e
DJ
16060
16061 case $INSTALL in
16062 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16063 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16064 esac
16065 ac_MKDIR_P=$MKDIR_P
16066 case $MKDIR_P in
16067 [\\/$]* | ?:[\\/]* ) ;;
16068 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16069 esac
81ecdfbb 16070_ACEOF
e5a52504 16071
81ecdfbb
RW
16072cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16073# If the template does not know about datarootdir, expand it.
16074# FIXME: This hack should be removed a few years after 2.60.
16075ac_datarootdir_hack=; ac_datarootdir_seen=
16076ac_sed_dataroot='
16077/datarootdir/ {
16078 p
16079 q
16080}
16081/@datadir@/p
16082/@docdir@/p
16083/@infodir@/p
16084/@localedir@/p
16085/@mandir@/p'
16086case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16087*datarootdir*) ac_datarootdir_seen=yes;;
16088*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16090$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16091_ACEOF
16092cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16093 ac_datarootdir_hack='
16094 s&@datadir@&$datadir&g
16095 s&@docdir@&$docdir&g
16096 s&@infodir@&$infodir&g
16097 s&@localedir@&$localedir&g
16098 s&@mandir@&$mandir&g
16099 s&\\\${datarootdir}&$datarootdir&g' ;;
16100esac
42ecbf5e 16101_ACEOF
81ecdfbb
RW
16102
16103# Neutralize VPATH when `$srcdir' = `.'.
16104# Shell code in configure.ac might set extrasub.
16105# FIXME: do we really want to maintain this feature?
16106cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16107ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16108$extrasub
16109_ACEOF
81ecdfbb 16110cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16111:t
16112/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16113s|@configure_input@|$ac_sed_conf_input|;t t
16114s&@top_builddir@&$ac_top_builddir_sub&;t t
16115s&@top_build_prefix@&$ac_top_build_prefix&;t t
16116s&@srcdir@&$ac_srcdir&;t t
16117s&@abs_srcdir@&$ac_abs_srcdir&;t t
16118s&@top_srcdir@&$ac_top_srcdir&;t t
16119s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16120s&@builddir@&$ac_builddir&;t t
16121s&@abs_builddir@&$ac_abs_builddir&;t t
16122s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16123s&@INSTALL@&$ac_INSTALL&;t t
16124s&@MKDIR_P@&$ac_MKDIR_P&;t t
16125$ac_datarootdir_hack
16126"
16127eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16128 || as_fn_error "could not create $ac_file" "$LINENO" 5
16129
16130test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16131 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16132 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16134which seems to be undefined. Please make sure it is defined." >&5
16135$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16136which seems to be undefined. Please make sure it is defined." >&2;}
16137
16138 rm -f "$tmp/stdin"
42ecbf5e 16139 case $ac_file in
81ecdfbb
RW
16140 -) cat "$tmp/out" && rm -f "$tmp/out";;
16141 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16142 esac \
16143 || as_fn_error "could not create $ac_file" "$LINENO" 5
16144 ;;
16145 :H)
16146 #
16147 # CONFIG_HEADER
16148 #
42ecbf5e 16149 if test x"$ac_file" != x-; then
81ecdfbb
RW
16150 {
16151 $as_echo "/* $configure_input */" \
16152 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16153 } >"$tmp/config.h" \
16154 || as_fn_error "could not create $ac_file" "$LINENO" 5
16155 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16156 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16157$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 16158 else
81ecdfbb
RW
16159 rm -f "$ac_file"
16160 mv "$tmp/config.h" "$ac_file" \
16161 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 16162 fi
42ecbf5e 16163 else
81ecdfbb
RW
16164 $as_echo "/* $configure_input */" \
16165 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16166 || as_fn_error "could not create -" "$LINENO" 5
252b5132 16167 fi
81ecdfbb
RW
16168# Compute "$ac_file"'s index in $config_headers.
16169_am_arg="$ac_file"
42ecbf5e
DJ
16170_am_stamp_count=1
16171for _am_header in $config_headers :; do
16172 case $_am_header in
81ecdfbb 16173 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
16174 break ;;
16175 * )
16176 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16177 esac
16178done
81ecdfbb
RW
16179echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16180$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16181 X"$_am_arg" : 'X\(//\)[^/]' \| \
16182 X"$_am_arg" : 'X\(//\)$' \| \
16183 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16184$as_echo X"$_am_arg" |
16185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16186 s//\1/
16187 q
16188 }
16189 /^X\(\/\/\)[^/].*/{
16190 s//\1/
16191 q
16192 }
16193 /^X\(\/\/\)$/{
16194 s//\1/
16195 q
16196 }
16197 /^X\(\/\).*/{
16198 s//\1/
16199 q
16200 }
16201 s/.*/./; q'`/stamp-h$_am_stamp_count
16202 ;;
42ecbf5e 16203
81ecdfbb
RW
16204 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16205$as_echo "$as_me: executing $ac_file commands" >&6;}
16206 ;;
16207 esac
e5a52504 16208
42ecbf5e 16209
81ecdfbb
RW
16210 case $ac_file$ac_mode in
16211 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16212 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16213 # are listed without --file. Let's play safe and only enable the eval
16214 # if we detect the quoting.
16215 case $CONFIG_FILES in
16216 *\'*) eval set x "$CONFIG_FILES" ;;
16217 *) set x $CONFIG_FILES ;;
16218 esac
16219 shift
16220 for mf
16221 do
16222 # Strip MF so we end up with the name of the file.
16223 mf=`echo "$mf" | sed -e 's/:.*$//'`
16224 # Check whether this is an Automake generated Makefile or not.
16225 # We used to match only the files named `Makefile.in', but
16226 # some people rename them; so instead we look at the file content.
16227 # Grep'ing the first line is not enough: some people post-process
16228 # each Makefile.in and add a new line on top of each file to say so.
16229 # Grep'ing the whole file is not good either: AIX grep has a line
16230 # limit of 2048, but all sed's we know have understand at least 4000.
16231 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16232 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
16233$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16234 X"$mf" : 'X\(//\)[^/]' \| \
16235 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16236 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16237$as_echo X"$mf" |
16238 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16239 s//\1/
16240 q
16241 }
16242 /^X\(\/\/\)[^/].*/{
16243 s//\1/
16244 q
16245 }
16246 /^X\(\/\/\)$/{
16247 s//\1/
16248 q
16249 }
16250 /^X\(\/\).*/{
16251 s//\1/
16252 q
16253 }
16254 s/.*/./; q'`
16255 else
16256 continue
16257 fi
16258 # Extract the definition of DEPDIR, am__include, and am__quote
16259 # from the Makefile without running `make'.
16260 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16261 test -z "$DEPDIR" && continue
16262 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16263 test -z "am__include" && continue
16264 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16265 # When using ansi2knr, U may be empty or an underscore; expand it
16266 U=`sed -n 's/^U = //p' < "$mf"`
16267 # Find all dependency output files, they are included files with
16268 # $(DEPDIR) in their names. We invoke sed twice because it is the
16269 # simplest approach to changing $(DEPDIR) to its actual value in the
16270 # expansion.
16271 for file in `sed -n "
16272 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16273 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16274 # Make sure the directory exists.
16275 test -f "$dirpart/$file" && continue
16276 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
16277$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16278 X"$file" : 'X\(//\)[^/]' \| \
16279 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16280 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16281$as_echo X"$file" |
16282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16283 s//\1/
16284 q
16285 }
16286 /^X\(\/\/\)[^/].*/{
16287 s//\1/
16288 q
16289 }
16290 /^X\(\/\/\)$/{
16291 s//\1/
16292 q
16293 }
16294 /^X\(\/\).*/{
16295 s//\1/
16296 q
16297 }
16298 s/.*/./; q'`
16299 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16300 # echo "creating $dirpart/$file"
16301 echo '# dummy' > "$dirpart/$file"
42ecbf5e 16302 done
42ecbf5e 16303 done
81ecdfbb 16304}
d7040cdb 16305 ;;
81ecdfbb 16306 "libtool":C)
d7040cdb
SE
16307
16308 # See if we are running on zsh, and set the options which allow our
16309 # commands through without removal of \ escapes.
16310 if test -n "${ZSH_VERSION+set}" ; then
16311 setopt NO_GLOB_SUBST
16312 fi
16313
16314 cfgfile="${ofile}T"
16315 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16316 $RM "$cfgfile"
16317
16318 cat <<_LT_EOF >> "$cfgfile"
16319#! $SHELL
16320
16321# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16322# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16323# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16324# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16325#
718a6fd8 16326# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16327# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16328# Written by Gordon Matzigkeit, 1996
d7040cdb 16329#
718a6fd8 16330# This file is part of GNU Libtool.
d7040cdb 16331#
718a6fd8
SE
16332# GNU Libtool is free software; you can redistribute it and/or
16333# modify it under the terms of the GNU General Public License as
16334# published by the Free Software Foundation; either version 2 of
16335# the License, or (at your option) any later version.
d7040cdb 16336#
718a6fd8
SE
16337# As a special exception to the GNU General Public License,
16338# if you distribute this file as part of a program or library that
16339# is built using GNU Libtool, you may include this file under the
16340# same distribution terms that you use for the rest of that program.
d7040cdb 16341#
718a6fd8
SE
16342# GNU Libtool is distributed in the hope that it will be useful,
16343# but WITHOUT ANY WARRANTY; without even the implied warranty of
16344# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16345# GNU General Public License for more details.
d7040cdb 16346#
718a6fd8
SE
16347# You should have received a copy of the GNU General Public License
16348# along with GNU Libtool; see the file COPYING. If not, a copy
16349# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16350# obtained by writing to the Free Software Foundation, Inc.,
16351# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16352
16353
16354# The names of the tagged configurations supported by this script.
16355available_tags=""
16356
16357# ### BEGIN LIBTOOL CONFIG
16358
16359# Which release of libtool.m4 was used?
16360macro_version=$macro_version
16361macro_revision=$macro_revision
16362
16363# Whether or not to build shared libraries.
16364build_libtool_libs=$enable_shared
16365
16366# Whether or not to build static libraries.
16367build_old_libs=$enable_static
16368
16369# What type of objects to build.
16370pic_mode=$pic_mode
16371
16372# Whether or not to optimize for fast installation.
16373fast_install=$enable_fast_install
16374
3725885a
RW
16375# Shell to use when invoking shell scripts.
16376SHELL=$lt_SHELL
16377
16378# An echo program that protects backslashes.
16379ECHO=$lt_ECHO
16380
d7040cdb
SE
16381# The host system.
16382host_alias=$host_alias
16383host=$host
16384host_os=$host_os
16385
16386# The build system.
16387build_alias=$build_alias
16388build=$build
16389build_os=$build_os
16390
16391# A sed program that does not truncate output.
16392SED=$lt_SED
16393
16394# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16395Xsed="\$SED -e 1s/^X//"
16396
16397# A grep program that handles long lines.
16398GREP=$lt_GREP
16399
16400# An ERE matcher.
16401EGREP=$lt_EGREP
16402
16403# A literal string matcher.
16404FGREP=$lt_FGREP
16405
16406# A BSD- or MS-compatible name lister.
16407NM=$lt_NM
16408
16409# Whether we need soft or hard links.
16410LN_S=$lt_LN_S
16411
16412# What is the maximum length of a command?
16413max_cmd_len=$max_cmd_len
16414
16415# Object file suffix (normally "o").
16416objext=$ac_objext
16417
16418# Executable file suffix (normally "").
16419exeext=$exeext
16420
16421# whether the shell understands "unset".
16422lt_unset=$lt_unset
16423
16424# turn spaces into newlines.
16425SP2NL=$lt_lt_SP2NL
16426
16427# turn newlines into spaces.
16428NL2SP=$lt_lt_NL2SP
16429
718a6fd8
SE
16430# An object symbol dumper.
16431OBJDUMP=$lt_OBJDUMP
16432
d7040cdb
SE
16433# Method to check whether dependent libraries are shared objects.
16434deplibs_check_method=$lt_deplibs_check_method
16435
f2c621e4 16436# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16437file_magic_cmd=$lt_file_magic_cmd
16438
16439# The archiver.
16440AR=$lt_AR
16441AR_FLAGS=$lt_AR_FLAGS
16442
16443# A symbol stripping program.
16444STRIP=$lt_STRIP
16445
16446# Commands used to install an old-style archive.
16447RANLIB=$lt_RANLIB
16448old_postinstall_cmds=$lt_old_postinstall_cmds
16449old_postuninstall_cmds=$lt_old_postuninstall_cmds
16450
3725885a
RW
16451# Whether to use a lock for old archive extraction.
16452lock_old_archive_extraction=$lock_old_archive_extraction
16453
d7040cdb
SE
16454# A C compiler.
16455LTCC=$lt_CC
16456
16457# LTCC compiler flags.
16458LTCFLAGS=$lt_CFLAGS
16459
16460# Take the output of nm and produce a listing of raw symbols and C names.
16461global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16462
16463# Transform the output of nm in a proper C declaration.
16464global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16465
16466# Transform the output of nm in a C name address pair.
16467global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16468
718a6fd8
SE
16469# Transform the output of nm in a C name address pair when lib prefix is needed.
16470global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16471
d7040cdb
SE
16472# The name of the directory that contains temporary libtool files.
16473objdir=$objdir
16474
d7040cdb
SE
16475# Used to examine libraries when file_magic_cmd begins with "file".
16476MAGIC_CMD=$MAGIC_CMD
16477
16478# Must we lock files when doing compilation?
16479need_locks=$lt_need_locks
16480
718a6fd8
SE
16481# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16482DSYMUTIL=$lt_DSYMUTIL
16483
16484# Tool to change global to local symbols on Mac OS X.
16485NMEDIT=$lt_NMEDIT
16486
16487# Tool to manipulate fat objects and archives on Mac OS X.
16488LIPO=$lt_LIPO
16489
16490# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16491OTOOL=$lt_OTOOL
16492
16493# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16494OTOOL64=$lt_OTOOL64
16495
d7040cdb
SE
16496# Old archive suffix (normally "a").
16497libext=$libext
16498
16499# Shared library suffix (normally ".so").
16500shrext_cmds=$lt_shrext_cmds
16501
16502# The commands to extract the exported symbol list from a shared archive.
16503extract_expsyms_cmds=$lt_extract_expsyms_cmds
16504
16505# Variables whose values should be saved in libtool wrapper scripts and
16506# restored at link time.
16507variables_saved_for_relink=$lt_variables_saved_for_relink
16508
16509# Do we need the "lib" prefix for modules?
16510need_lib_prefix=$need_lib_prefix
16511
16512# Do we need a version for libraries?
16513need_version=$need_version
16514
16515# Library versioning type.
16516version_type=$version_type
16517
16518# Shared library runtime path variable.
16519runpath_var=$runpath_var
16520
16521# Shared library path variable.
16522shlibpath_var=$shlibpath_var
16523
16524# Is shlibpath searched before the hard-coded library search path?
16525shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16526
16527# Format of library name prefix.
16528libname_spec=$lt_libname_spec
16529
16530# List of archive names. First name is the real one, the rest are links.
16531# The last name is the one that the linker finds with -lNAME
16532library_names_spec=$lt_library_names_spec
16533
16534# The coded name of the library, if different from the real name.
16535soname_spec=$lt_soname_spec
16536
3725885a
RW
16537# Permission mode override for installation of shared libraries.
16538install_override_mode=$lt_install_override_mode
16539
d7040cdb
SE
16540# Command to use after installation of a shared archive.
16541postinstall_cmds=$lt_postinstall_cmds
16542
16543# Command to use after uninstallation of a shared archive.
16544postuninstall_cmds=$lt_postuninstall_cmds
16545
16546# Commands used to finish a libtool library installation in a directory.
16547finish_cmds=$lt_finish_cmds
16548
16549# As "finish_cmds", except a single script fragment to be evaled but
16550# not shown.
16551finish_eval=$lt_finish_eval
16552
16553# Whether we should hardcode library paths into libraries.
16554hardcode_into_libs=$hardcode_into_libs
16555
16556# Compile-time system search path for libraries.
16557sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16558
16559# Run-time system search path for libraries.
16560sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16561
16562# Whether dlopen is supported.
16563dlopen_support=$enable_dlopen
16564
16565# Whether dlopen of programs is supported.
16566dlopen_self=$enable_dlopen_self
16567
16568# Whether dlopen of statically linked programs is supported.
16569dlopen_self_static=$enable_dlopen_self_static
16570
16571# Commands to strip libraries.
16572old_striplib=$lt_old_striplib
16573striplib=$lt_striplib
16574
16575
16576# The linker used to build libraries.
16577LD=$lt_LD
16578
3725885a
RW
16579# How to create reloadable object files.
16580reload_flag=$lt_reload_flag
16581reload_cmds=$lt_reload_cmds
16582
d7040cdb
SE
16583# Commands used to build an old-style archive.
16584old_archive_cmds=$lt_old_archive_cmds
16585
16586# A language specific compiler.
16587CC=$lt_compiler
16588
16589# Is the compiler the GNU compiler?
16590with_gcc=$GCC
16591
16592# Compiler flag to turn off builtin functions.
16593no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16594
df7b86aa
NC
16595# How to pass a linker flag through the compiler.
16596wl=$lt_lt_prog_compiler_wl
16597
f2c621e4
AS
16598# Additional compiler flags for building library objects.
16599pic_flag=$lt_lt_prog_compiler_pic
16600
d7040cdb
SE
16601# Compiler flag to prevent dynamic linking.
16602link_static_flag=$lt_lt_prog_compiler_static
16603
16604# Does compiler simultaneously support -c and -o options?
16605compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16606
16607# Whether or not to add -lc for building shared libraries.
16608build_libtool_need_lc=$archive_cmds_need_lc
16609
16610# Whether or not to disallow shared libs when runtime libs are static.
16611allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16612
16613# Compiler flag to allow reflexive dlopens.
16614export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16615
16616# Compiler flag to generate shared objects directly from archives.
16617whole_archive_flag_spec=$lt_whole_archive_flag_spec
16618
16619# Whether the compiler copes with passing no objects directly.
16620compiler_needs_object=$lt_compiler_needs_object
16621
16622# Create an old-style archive from a shared archive.
16623old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16624
16625# Create a temporary old-style archive to link instead of a shared archive.
16626old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16627
16628# Commands used to build a shared archive.
16629archive_cmds=$lt_archive_cmds
16630archive_expsym_cmds=$lt_archive_expsym_cmds
16631
16632# Commands used to build a loadable module if different from building
16633# a shared archive.
16634module_cmds=$lt_module_cmds
16635module_expsym_cmds=$lt_module_expsym_cmds
16636
16637# Whether we are building with GNU ld or not.
16638with_gnu_ld=$lt_with_gnu_ld
16639
16640# Flag that allows shared libraries with undefined symbols to be built.
16641allow_undefined_flag=$lt_allow_undefined_flag
16642
16643# Flag that enforces no undefined symbols.
16644no_undefined_flag=$lt_no_undefined_flag
16645
16646# Flag to hardcode \$libdir into a binary during linking.
16647# This must work even if \$libdir does not exist
16648hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16649
16650# If ld is used when linking, flag to hardcode \$libdir into a binary
16651# during linking. This must work even if \$libdir does not exist.
16652hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16653
16654# Whether we need a single "-rpath" flag with a separated argument.
16655hardcode_libdir_separator=$lt_hardcode_libdir_separator
16656
16657# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16658# DIR into the resulting binary.
16659hardcode_direct=$hardcode_direct
16660
16661# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16662# DIR into the resulting binary and the resulting library dependency is
16663# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16664# library is relocated.
16665hardcode_direct_absolute=$hardcode_direct_absolute
16666
16667# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16668# into the resulting binary.
16669hardcode_minus_L=$hardcode_minus_L
16670
16671# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16672# into the resulting binary.
16673hardcode_shlibpath_var=$hardcode_shlibpath_var
16674
16675# Set to "yes" if building a shared library automatically hardcodes DIR
16676# into the library and all subsequent libraries and executables linked
16677# against it.
16678hardcode_automatic=$hardcode_automatic
16679
16680# Set to yes if linker adds runtime paths of dependent libraries
16681# to runtime path list.
16682inherit_rpath=$inherit_rpath
16683
16684# Whether libtool must link a program against all its dependency libraries.
16685link_all_deplibs=$link_all_deplibs
16686
f2c621e4
AS
16687# Fix the shell variable \$srcfile for the compiler.
16688fix_srcfile_path=$lt_fix_srcfile_path
16689
d7040cdb
SE
16690# Set to "yes" if exported symbols are required.
16691always_export_symbols=$always_export_symbols
16692
16693# The commands to list exported symbols.
16694export_symbols_cmds=$lt_export_symbols_cmds
16695
16696# Symbols that should not be listed in the preloaded symbols.
16697exclude_expsyms=$lt_exclude_expsyms
16698
16699# Symbols that must always be exported.
16700include_expsyms=$lt_include_expsyms
16701
16702# Commands necessary for linking programs (against libraries) with templates.
16703prelink_cmds=$lt_prelink_cmds
16704
16705# Specify filename containing input files.
16706file_list_spec=$lt_file_list_spec
16707
16708# How to hardcode a shared library path into an executable.
16709hardcode_action=$hardcode_action
16710
16711# ### END LIBTOOL CONFIG
16712
16713_LT_EOF
16714
16715 case $host_os in
16716 aix3*)
16717 cat <<\_LT_EOF >> "$cfgfile"
16718# AIX sometimes has problems with the GCC collect2 program. For some
16719# reason, if we set the COLLECT_NAMES environment variable, the problems
16720# vanish in a puff of smoke.
16721if test "X${COLLECT_NAMES+set}" != Xset; then
16722 COLLECT_NAMES=
16723 export COLLECT_NAMES
16724fi
16725_LT_EOF
16726 ;;
16727 esac
16728
16729
16730ltmain="$ac_aux_dir/ltmain.sh"
16731
16732
16733 # We use sed instead of cat because bash on DJGPP gets confused if
16734 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16735 # text mode, it properly converts lines to CR/LF. This bash problem
16736 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16737 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16738 || (rm -f "$cfgfile"; exit 1)
16739
16740 case $xsi_shell in
16741 yes)
16742 cat << \_LT_EOF >> "$cfgfile"
16743
16744# func_dirname file append nondir_replacement
16745# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16746# otherwise set result to NONDIR_REPLACEMENT.
16747func_dirname ()
16748{
16749 case ${1} in
16750 */*) func_dirname_result="${1%/*}${2}" ;;
16751 * ) func_dirname_result="${3}" ;;
16752 esac
16753}
16754
16755# func_basename file
16756func_basename ()
16757{
16758 func_basename_result="${1##*/}"
16759}
16760
16761# func_dirname_and_basename file append nondir_replacement
16762# perform func_basename and func_dirname in a single function
16763# call:
16764# dirname: Compute the dirname of FILE. If nonempty,
16765# add APPEND to the result, otherwise set result
16766# to NONDIR_REPLACEMENT.
16767# value returned in "$func_dirname_result"
16768# basename: Compute filename of FILE.
16769# value retuned in "$func_basename_result"
16770# Implementation must be kept synchronized with func_dirname
16771# and func_basename. For efficiency, we do not delegate to
16772# those functions but instead duplicate the functionality here.
16773func_dirname_and_basename ()
16774{
16775 case ${1} in
16776 */*) func_dirname_result="${1%/*}${2}" ;;
16777 * ) func_dirname_result="${3}" ;;
16778 esac
16779 func_basename_result="${1##*/}"
16780}
16781
16782# func_stripname prefix suffix name
16783# strip PREFIX and SUFFIX off of NAME.
16784# PREFIX and SUFFIX must not contain globbing or regex special
16785# characters, hashes, percent signs, but SUFFIX may contain a leading
16786# dot (in which case that matches only a dot).
16787func_stripname ()
16788{
16789 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16790 # positional parameters, so assign one to ordinary parameter first.
16791 func_stripname_result=${3}
16792 func_stripname_result=${func_stripname_result#"${1}"}
16793 func_stripname_result=${func_stripname_result%"${2}"}
16794}
16795
16796# func_opt_split
16797func_opt_split ()
16798{
16799 func_opt_split_opt=${1%%=*}
16800 func_opt_split_arg=${1#*=}
16801}
16802
16803# func_lo2o object
16804func_lo2o ()
16805{
16806 case ${1} in
16807 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16808 *) func_lo2o_result=${1} ;;
16809 esac
16810}
16811
16812# func_xform libobj-or-source
16813func_xform ()
16814{
16815 func_xform_result=${1%.*}.lo
16816}
16817
16818# func_arith arithmetic-term...
16819func_arith ()
16820{
16821 func_arith_result=$(( $* ))
16822}
16823
16824# func_len string
16825# STRING may not start with a hyphen.
16826func_len ()
16827{
16828 func_len_result=${#1}
16829}
16830
16831_LT_EOF
16832 ;;
16833 *) # Bourne compatible functions.
16834 cat << \_LT_EOF >> "$cfgfile"
16835
16836# func_dirname file append nondir_replacement
16837# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16838# otherwise set result to NONDIR_REPLACEMENT.
16839func_dirname ()
16840{
16841 # Extract subdirectory from the argument.
16842 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16843 if test "X$func_dirname_result" = "X${1}"; then
16844 func_dirname_result="${3}"
16845 else
16846 func_dirname_result="$func_dirname_result${2}"
16847 fi
16848}
16849
16850# func_basename file
16851func_basename ()
16852{
16853 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16854}
16855
16856
16857# func_stripname prefix suffix name
16858# strip PREFIX and SUFFIX off of NAME.
16859# PREFIX and SUFFIX must not contain globbing or regex special
16860# characters, hashes, percent signs, but SUFFIX may contain a leading
16861# dot (in which case that matches only a dot).
16862# func_strip_suffix prefix name
16863func_stripname ()
16864{
16865 case ${2} in
16866 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16867 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16868 esac
16869}
16870
16871# sed scripts:
16872my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16873my_sed_long_arg='1s/^-[^=]*=//'
16874
16875# func_opt_split
16876func_opt_split ()
16877{
16878 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16879 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16880}
16881
16882# func_lo2o object
16883func_lo2o ()
16884{
16885 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16886}
16887
16888# func_xform libobj-or-source
16889func_xform ()
16890{
16891 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16892}
16893
16894# func_arith arithmetic-term...
16895func_arith ()
16896{
16897 func_arith_result=`expr "$@"`
16898}
16899
16900# func_len string
16901# STRING may not start with a hyphen.
16902func_len ()
16903{
16904 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16905}
16906
16907_LT_EOF
16908esac
16909
16910case $lt_shell_append in
16911 yes)
16912 cat << \_LT_EOF >> "$cfgfile"
16913
16914# func_append var value
16915# Append VALUE to the end of shell variable VAR.
16916func_append ()
16917{
16918 eval "$1+=\$2"
16919}
16920_LT_EOF
16921 ;;
16922 *)
16923 cat << \_LT_EOF >> "$cfgfile"
16924
16925# func_append var value
16926# Append VALUE to the end of shell variable VAR.
16927func_append ()
16928{
16929 eval "$1=\$$1\$2"
16930}
16931
16932_LT_EOF
16933 ;;
16934 esac
16935
16936
16937 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16938 || (rm -f "$cfgfile"; exit 1)
16939
16940 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16941 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16942 chmod +x "$ofile"
16943
42ecbf5e 16944 ;;
81ecdfbb 16945 "default-1":C)
20e95c23
DJ
16946 for ac_file in $CONFIG_FILES; do
16947 # Support "outfile[:infile[:infile...]]"
16948 case "$ac_file" in
16949 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16950 esac
16951 # PO directories have a Makefile.in generated from Makefile.in.in.
16952 case "$ac_file" in */Makefile.in)
16953 # Adjust a relative srcdir.
16954 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16955 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16956 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16957 # In autoconf-2.13 it is called $ac_given_srcdir.
16958 # In autoconf-2.50 it is called $srcdir.
16959 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16960 case "$ac_given_srcdir" in
16961 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16962 /*) top_srcdir="$ac_given_srcdir" ;;
16963 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16964 esac
16965 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16966 rm -f "$ac_dir/POTFILES"
16967 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16968 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16969 POMAKEFILEDEPS="POTFILES.in"
16970 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16971 # on $ac_dir but don't depend on user-specified configuration
16972 # parameters.
16973 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16974 # The LINGUAS file contains the set of available languages.
16975 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16976 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16977 fi
16978 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16979 # Hide the ALL_LINGUAS assigment from automake.
16980 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16981 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16982 else
16983 # The set of available languages was given in configure.in.
16984 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16985 fi
16986 case "$ac_given_srcdir" in
16987 .) srcdirpre= ;;
16988 *) srcdirpre='$(srcdir)/' ;;
16989 esac
16990 POFILES=
16991 GMOFILES=
16992 UPDATEPOFILES=
16993 DUMMYPOFILES=
16994 for lang in $ALL_LINGUAS; do
16995 POFILES="$POFILES $srcdirpre$lang.po"
16996 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16997 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16998 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16999 done
17000 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17001 # environment variable.
17002 INST_LINGUAS=
17003 if test -n "$ALL_LINGUAS"; then
17004 for presentlang in $ALL_LINGUAS; do
17005 useit=no
17006 if test "%UNSET%" != "$LINGUAS"; then
17007 desiredlanguages="$LINGUAS"
17008 else
17009 desiredlanguages="$ALL_LINGUAS"
17010 fi
17011 for desiredlang in $desiredlanguages; do
17012 # Use the presentlang catalog if desiredlang is
17013 # a. equal to presentlang, or
17014 # b. a variant of presentlang (because in this case,
17015 # presentlang can be used as a fallback for messages
17016 # which are not translated in the desiredlang catalog).
17017 case "$desiredlang" in
17018 "$presentlang"*) useit=yes;;
17019 esac
17020 done
17021 if test $useit = yes; then
17022 INST_LINGUAS="$INST_LINGUAS $presentlang"
17023 fi
17024 done
17025 fi
17026 CATALOGS=
17027 if test -n "$INST_LINGUAS"; then
17028 for lang in $INST_LINGUAS; do
17029 CATALOGS="$CATALOGS $lang.gmo"
17030 done
17031 fi
17032 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17033 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
17034 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17035 if test -f "$f"; then
17036 case "$f" in
17037 *.orig | *.bak | *~) ;;
17038 *) cat "$f" >> "$ac_dir/Makefile" ;;
17039 esac
17040 fi
17041 done
17042 fi
17043 ;;
17044 esac
17045 done ;;
81ecdfbb 17046
42ecbf5e 17047 esac
81ecdfbb 17048done # for ac_tag
e5a52504 17049
42ecbf5e 17050
81ecdfbb 17051as_fn_exit 0
42ecbf5e 17052_ACEOF
42ecbf5e
DJ
17053ac_clean_files=$ac_clean_files_save
17054
81ecdfbb
RW
17055test $ac_write_fail = 0 ||
17056 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17057
42ecbf5e
DJ
17058
17059# configure is writing to config.log, and then calls config.status.
17060# config.status does its own redirection, appending to config.log.
17061# Unfortunately, on DOS this fails, as config.log is still kept open
17062# by configure, so config.status won't be able to write to it; its
17063# output is simply discarded. So we exec the FD to /dev/null,
17064# effectively closing config.log, so it can be properly (re)opened and
17065# appended to by config.status. When coming back to configure, we
17066# need to make the FD available again.
17067if test "$no_create" != yes; then
17068 ac_cs_success=:
17069 ac_config_status_args=
17070 test "$silent" = yes &&
17071 ac_config_status_args="$ac_config_status_args --quiet"
17072 exec 5>/dev/null
17073 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17074 exec 5>>config.log
17075 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17076 # would make configure fail if this is the last instruction.
81ecdfbb
RW
17077 $ac_cs_success || as_fn_exit $?
17078fi
17079if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17081$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17082fi
252b5132 17083
This page took 1.662672 seconds and 4 git commands to generate.